-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jun 19, 2026 at 10:57 AM
-- Server version: 10.11.18-MariaDB
-- PHP Version: 8.4.21

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


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

--
-- Database: `elh`
--

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

--
-- Table structure for table `admin`
--

CREATE TABLE `admin` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `username` varchar(100) NOT NULL DEFAULT '',
  `password` varchar(100) NOT NULL DEFAULT '',
  `last_login` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `login_ip` varchar(255) NOT NULL,
  `status` binary(1) NOT NULL DEFAULT ' ',
  `youtube` varchar(255) NOT NULL,
  `facebook` varchar(255) NOT NULL,
  `twitter` varchar(255) NOT NULL,
  `blogger` varchar(255) NOT NULL,
  `linkedin` varchar(255) NOT NULL,
  `pinterest` varchar(255) NOT NULL,
  `google_plus` varchar(255) NOT NULL,
  `phone` varchar(255) NOT NULL,
  `fax` varchar(255) NOT NULL,
  `address` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `admin`
--

INSERT INTO `admin` (`id`, `name`, `email`, `username`, `password`, `last_login`, `login_ip`, `status`, `youtube`, `facebook`, `twitter`, `blogger`, `linkedin`, `pinterest`, `google_plus`, `phone`, `fax`, `address`) VALUES
(1, 'elh', 'test@gmail.com', 'elh', '0572d9ffaee6c5a54789b1b0ffaf315c', '2026-06-16 11:17:47', '117.194.126.199', 0x31, 'http://www.youtube.com', 'http://www.facebook.com', 'https://www.twitter.com', 'http://www.blogger.com', 'http://www.linkedIn.com', 'http://www.pinterest.com', 'https://plus.google.com', '123456789', '123456789', '<p><span style=\"color:#0000FF;\"><strong>Address</strong></span> goes here.</p>\r\n');

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

--
-- Table structure for table `authors`
--

CREATE TABLE `authors` (
  `AuthorId` int(11) NOT NULL,
  `AuthorName` varchar(255) NOT NULL,
  `AuthorDescription` text DEFAULT NULL,
  `IsDeleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>not deleted,1=>deleted'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `authors`
--

INSERT INTO `authors` (`AuthorId`, `AuthorName`, `AuthorDescription`, `IsDeleted`) VALUES
(1, 'S.S. Srivastava', 'S.S. Srivastava LLM, LLD, Lucknow University', 0),
(2, 'Malcolm N. Shaw', '', 0),
(3, 'Ian Loveland', 'Ian Loveland City University, London,\nBarrister, Arden Chambers', 0),
(4, 'Stephen F. Jonees & Paul G. Cole', '', 0),
(5, 'Ranadhir Kumar De', ' Ranadhir Kumar De BCom, LLB, Advocate, Calcutta High Court, Central Administrative Tribunal, State Administrative Tribunal, Calcutta', 0),
(6, 'Mark Abell', 'Mark Abell LLB (Hons) (Southampton University), Solicitor of the Supreme Court of England and Wales, Head of Franchise and Licensing Group, Field Fisher Waterhouse, London', 0),
(7, 'Richard Whish', 'Richard Whish BA, BCL (Oxon), Professor of Law at King\'s College, London', 0),
(8, 'Jagdish Bhagwati & Gordon Hanson', '', 0),
(9, 'Richard Whish', 'Richard Whish BA, BCL (Oxon), Professor of Law at King\'s College, London', 0),
(10, 'Richard Whish', 'BA, BCL (Oxon), Professor of Law at King\'s College, London', 1),
(11, 'Richard Whish', 'BA, BCL (Oxon), Professor of Law at King\'s College, London', 1),
(12, 'Richard Whish', 'BA, BCL (Oxon), Professor of Law at King\'s College, London', 1),
(13, 'Richard Whish', 'BA, BCL (Oxon), Professor of Law at King\'s College, London', 1),
(14, 'S.P. Tyagi', '', 0),
(15, 'Paul L. Davies', '', 0),
(16, 'Pranay Chaturvedi', '', 0),
(17, 'Brajesh Rajak', '', 0),
(18, 'S.K. Chawla', 'S.K. Chawla Former Judge, M.P. High Court and Ex-Chairman, M.P. Arbitration Tribunal, Up-Lokayukt, M.P.', 0),
(19, 'K. Veeraswami', 'K. Veeraswami Former Chief Justice of Tamil Nadu', 0),
(20, 'P. Narayanan', 'P. Narayanan MA, LLB, Advocate', 0),
(21, 'Nagendra Singh', 'Nagendra Singh President, International Court of Justice', 0),
(22, 'D.N. Banerjee', 'D.N. Banerjee Former Chairman, Central Valuation Board, West Bengal\nVisiting Professor, Centre for Valuation Studies, Sardar Patel University, Gujarat', 0),
(23, 'M.R. Mallick', 'M.R. Mallick MA, LLB, Former Judge, Calcutta High Court', 0),
(24, 'S.N. Gupta', '', 0),
(25, 'V.K. Unni', 'V.K. Unni LLM, Advocate, High Court of Kerala', 0),
(26, 'P. Ishwara Bhat', 'P. Ishwara Bhat MA, LLM, PhD, Dean, Faculty of Law, University of Mysore', 0),
(27, 'P.K. Das', '', 0),
(28, 'P.G. Babu & others', '', 0),
(29, 'Patrick Olivelle', '', 0),
(30, 'Martin Howe, QC', '', 0),
(31, 'Vinita Radhakrishnan', '', 0),
(32, 'V.R. Dinkar', 'V.R. Dinkar LLM, Ph.D\nAssociate Professor &amp; Former Dean, VIT Law School\nVIT University, Chennai', 0),
(33, 'A.C. Mangala', 'A.C. Mangala VSM, Judge Advocate General (Army)', 0),
(34, 'M.D.A. Freeman', 'M.D.A. Freeman LLM', 0),
(35, 'M. Dasgupta', 'M. Dasgupta BA, LLB (Cal), LLM (Pune), PhD (Cal), Reader, Department of Law, University of Calcutta', 0),
(36, 'K.P. Chakravarti', 'K.P. Chakravarti MA, LLB, Advocate', 0),
(37, 'B.M. Gandhi', '', 0),
(38, 'Paul F. Diehl & Charlotte Ku', '', 0),
(39, 'Carole Murray & others', '', 0),
(40, 'Madeleine Cordes & others', '', 0),
(41, 'I.A Shearer', 'I.A Shearer Challis Professor of International Law, Unversity of Sydney', 0),
(42, 'Arun K. Narasani', '', 0),
(43, 'Clive Lewis', 'Clive Lewis Royal Courts of Justice', 0),
(44, 'Sudhir Naib', '', 0),
(45, 'R.C. I\' Anson Banks', 'R.C. I\' Anson Banks LLB of Lincoln\'s Inn, Barrister', 0),
(46, 'J.J. Fawcett & J.M. Carruthers', '', 0),
(47, 'Lisa Sen', 'Lisa Sen BA, MA (New York University), LLB (London), of Gray\'s Inn, Barrister', 0),
(48, 'K.M. Mandal', 'K.M. Mandal MA, IAS (Retd.), Former Vice-Chairman, West Bengal Administrative Tribunal', 0),
(49, 'V.D. Mahajan', 'V.D. Mahajan M.A. (Hons.), LLB, Ph.D\nAdvocate, Supreme Court of India', 0),
(50, 'Syamales Datta', 'Syamales Datta BSc (Hons), MRICS (London), FIS, Chartered Valuation Surveyor, Visiting Lecturer, B.E. College, Howrah', 0),
(51, 'G.W. Paton', '', 0),
(52, 'Richard Christou', '', 0),
(53, 'Robert Merkin', '', 0),
(54, 'Santosh Nath Sen', 'Santosh Nath Sen MA, BL, Senior Advocate, Calcutta High Court', 0),
(55, 'P.K. Sarkar', 'P.K. Sarkar BSc, LLB, Advocate', 0),
(56, 'B.L. Hansaria', 'B.L. Hansaria MA, MSc (London), LLB, Former Judge, Supreme Court of India', 0),
(57, 'Michael W. Buhler & Thomas H. Webster', '', 0),
(58, 'M.N. Das', 'M.N. Das MA, BL, Advocate, Former District &amp; Sessions Judge and Member-Secretary, State Law Commission, West Bengal', 0),
(59, 'Bryan A. Garner', '', 0),
(60, 'L.C. Goyle', 'L.C. Goyle MA, LLB, AICWA', 0),
(61, 'K.D Raju', 'K.D Raju BSc, LLM, MPhil, PhD (JNU)\nFulbright Fellow, Microsoft Outstanding Young Faculty Fellow,\nFaculty of Law in Rajiv Gandhi School of Intellectual Property Law, IIT, Kharagpur', 0),
(62, 'Glanville Williams', '', 0),
(63, 'M. Pal, P. Bharati, B. Ghosh & T.S. Vasulu', '', 0),
(64, 'Ajit K. Sengupta', 'Ajit K. Sengupta MA, LLB, of Inner Temple, Barrister,\nFormer Judge of Calcutta &amp; Allahabad High Court', 0),
(65, 'Indra Deva', '', 0),
(66, 'Philippe Sands Q.C. & Pierre Klien', '', 0),
(67, 'R.K. Singh', 'R.K. Singh BCom (Hons), LLM, PhD, Principal, Haldia Law College', 0),
(68, 'Kalyan C. Kankanala', '', 0),
(69, 'Geraldine Mary Andrews & Richard Millet', '', 0),
(70, 'O.P. Sharma', '', 0),
(71, 'Michael W. Buhler & Thomas H. Webster', '', 0),
(72, 'F.M. B. Reynolds', 'F.M. B. Reynolds QC (Hon.), DCL, FBA', 0),
(73, 'Stewart C. Boyd CBE Q.C.', '', 0),
(74, 'Rebecca M. M. Wallace & O. Martin-Ortega', '', 0),
(75, 'Asis Mallick', 'Asis Mallick LLM, PhD, Assistant Professor, University of Calcutta', 0),
(76, 'C.R Dutta', 'C.R Dutta MA (Com), LLB (Cal), ATII (England), DIA (London), Barrister-at-Law, Lincoln\'s Inn', 0),
(77, 'G.C. Mogha', 'G.C. Mogha Former District & Sessions Judge', 0),
(78, 'M.N. Das', 'M.N. Das MA, BL, Advocate, Former District & Sessions Judge and Member-Secretary, State Law Commission, West Bengal', 0),
(79, 'M.K. Nawaz', 'M.K. Nawaz ML (Gold Medallist)', 0),
(80, 'G.J. Mangone', 'G.J. Mangone PhD (Harvard), Director, Center for the Study of Marine Policy, University of Delaware, U.S.A.', 0),
(81, 'B.K. Sen Gupta', 'B.K. Sen Gupta MA, B.Com, LLB, MBIM, FCS, FCIS, FCA', 0),
(82, 'H.K. Saharay', 'H.K. Saharay MA (Triple), MCom, LLB, PhD (London), Barrister', 0),
(83, 'Jill E. Martin', 'Jill E. Martin LLD (London), Barrister', 0),
(84, 'A.N. Saha', 'A.N. Saha BSc, LLB, Advocate', 0),
(85, 'Akhileshwar Pathak', 'Akhileshwar Pathak Professor, Indian Institute of Management (IIMA), Ahmedabad.', 0),
(86, 'Edwin Peel', 'Edwin Peel BCL, MA', 0),
(87, 'Ram Kishore Choudhury', '', 0),
(88, 'B.C. Sarma', '', 0),
(89, 'Arun K. Narasani', '', 0),
(90, 'Rakesh Kumar Singh', '', 0),
(91, 'Vepa P. Sarathi', 'Vepa P. Sarathi Senior Advocate, Former Advocate General of Sikkim, Member of Law Commission of India', 0),
(92, 'Richard Christou', 'Richard Christou Solicitor (M.A. Cantab)', 0),
(93, 'W.V.H. Rogers', '', 0),
(94, 'A.B. Chowdhury', 'A.B. Chowdhury BA, LLB, Advocate, Formerly General Manager (Legal) of Hindustan Lever Ltd.', 0),
(95, 'Tapash Gan Choudhury', 'Tapash Gan Choudhury MCom, LLB, Advocate, High Court, Calcutta, Former Adjunct Professor, Vinod Gupta School of Management, IIT, Kharagpur', 0),
(96, 'A.S. Anand', 'A.S. Anand Cheif Justice', 0),
(97, 'A.M. Bhattacharjee', 'A.M. Bhattacharjee Former Chief Justice, Calcutta High Court and Bombay High Court', 0),
(98, 'Jayant Kumar', 'Jayant Kumar BSc, LLB (Hons. in IPR), LLM (IPR), George Washington University Law School', 0),
(99, 'news176567', 'Description new', 1),
(100, 'Sukumar Ray, LLM', 'Sukumar Ray District Judge', 0),
(101, 'Benjamin N. Cardozo', '', 0),
(102, 'Anwarul Hoda & Ashok Gulati', '', 0),
(103, 'G. Rajasekharan Nair', 'G. Rajasekharan Nair BSc, LLM, PhD\nPrincipal, Government Law College, Ernakulam', 0),
(104, 'V.R. Krishna Iyer', 'V.R. Krishna Iyer Former Judge, Supreme Court of India, Recipient of Padma Vibhushan', 0),
(105, 'H.W.R. Wade', 'H.W.R. Wade QC, LLD, LittD (Hon), FBA', 0),
(106, 'Subir Kumar Pal', 'Subir Kumar Pal Special Revenue Officer', 0),
(107, 'Yash Ghai & Jill Cottrell', '', 0),
(108, 'Dr. Vinod K. Singhania', '', 0),
(109, 'Sandeep Shastri, K.C. Suri & Yogendra Yadav', '', 0),
(110, 'D.S. Chopra', 'D.S. Chopra BSc, LLM, Professor, New Law College, Bharati Vidyapeeth University, Pune', 0),
(111, 'P.K. Dutta', 'P.K. Dutta Former Deputy Drugs Controller, Govt.of India and Ex-Consultant (Drugs), WHO', 0),
(112, 'B.R. Sharma', '', 0),
(113, 'K.D. Gaur', '', 0),
(114, 'Tapas Kumar Koley', '', 0),
(115, 'J.N. Barowalia', '', 0),
(116, 'Paul Craig', '', 0),
(117, 'Richard English', '', 0),
(118, 'Rajshree Chandra', '', 0),
(119, 'Purnendu Bhattacharyya', 'Purnendu Bhattacharyya MA, LLM, Former District &amp; Sessions Judge and Director, West Bengal Judicial Academy', 0),
(120, 'S.M. Lindsay', '', 0),
(121, 'David McClean', 'David McClean CBE, QC, DCL, FBA', 0),
(122, 'N.V. Mehta', 'N.V. Mehta B.Com, LL.B.', 0),
(123, 'Swapan Kumar Mukhuty', 'Swapan Kumar Mukhuty\nMSc, MA, PhD, Former Addl. Director of Income-tax (Exemption), Kolkata', 0),
(124, 'C.F. Forsyth', 'C.F. Forsyth BSc, LLB (Natal), LLB, PhD (Cantab)', 0),
(125, 'M. Monir, Chief Justice', '', 0),
(126, 'R.K. Bag', 'R.K. Bag, MA, LLB, District Judge of West Bengal Judicial Service, Central Project Co-ordinator, Calcutta High Court', 0),
(127, 'Robin Hollington', 'Robin Hollington QC, MA (Oxon), LLM (Penn), Bencher of Lincoln\'s Inn', 0),
(128, 'Roger Brownsword', '', 0),
(129, 'J. Beatson, A. Burrows, J. Cartwright', '', 0),
(130, 'S.V. Joga Rao', 'S.V. Joga Rao ML, MPhil, PhD, Additional Professor, National Law School of India University, Bangalore', 0),
(131, 'Akshat Pande', 'Akshat Pande BCom, LLB (Delhi), LLM (UK), Advocate,\nAssociate Member of the Institute of Company Secrataries of India', 0),
(132, 'A.C. Sen', 'A.C. Sen MA, LLM, Former Judge, Calcutta High Court', 0),
(133, 'Badal Mukherjee', 'Badal Mukherjee M.Com, LLB, PhD (Calcutta)', 0),
(134, 'Dr. Ashutosh', 'Dr. Ashutosh B.Sc. (Hon.), LL.M, Ph.D.\nAdvocate, Delhi High Court', 0),
(135, 'S.S. Ujjannavar', 'S.S. Ujjannavar Advocate, Former Principal of G.K. Law College, Hubli', 0),
(136, 'K.N. Chandrasekharan Pillai', '', 0),
(137, 'David McClean & Kisch Beevers', '', 0),
(138, 'P.J. Fitzgerald', '', 0),
(139, 'P M Bakshi', 'P M Bakshi\nFormer Director, Indian Law Institute\nFormer Member of the Law Commission of India', 0),
(140, 'Sukumar Ray', 'Sukumar Ray LLM, Additional District, Sessions Judge, Darjeeling', 0),
(141, 'Malcolm N. Shaw QC', 'Malcolm N. Shaw QC \nSir Robert Jennings Professor of International Law, University of Leicester', 0),
(142, 'Charles R. Beitz', '', 0),
(143, 'Gower & Davies', '', 0),
(144, 'Daniel Greenberg', '', 0),
(145, 'Asaf A.A. Fyzee', '', 0),
(146, 'Kalyan C. Kankanala', '', 0),
(147, 'D.J. De', 'D.J. De LLM', 0),
(148, 'Professor Paul Craig', '', 0),
(149, 'Avtar Singh', 'Avtar Singh Advocate, B.Com, LLM, LLD', 0),
(150, 'David Kitchin & others', '', 0),
(151, 'David St. John Sutton & others', '', 0),
(152, 'S. Raman', 'S. Raman MA, LLM, PhD', 0),
(153, 'R.K. Bag', 'R.K. Bag MA, LLB, WBHJS, District Judge, Malda (West Bengal), Formerly Assistant Director (Law), Sardar Vallabhbhai Patel National Police Academy, Hyderabad', 0),
(154, 'S.A. Kader', 'S.A. Kader Former Judge, High Court of Madras', 0),
(155, 'J. Bagchi', 'J. Bagchi M.Phil, PhD, Recipient of Padmashri, IAS (Retired)', 0),
(156, 'S.N. Dhingra', 'S.N. Dhingra Former Judge, Delhi High Court', 0),
(157, 'Abir Roy', 'Abir Roy BA, LLB', 0),
(158, 'M.S. Saharay', 'M.S. Saharay BSc, (Hons), LLM, Advocate', 0),
(159, 'Jean- Francois Poudret & Sebastien Besson', '', 0),
(160, 'Bimal Kumar Chatterjee', 'Barrister\nBimal Kumar Chatterjee a Ford Foundation scholar in Economics from University of Calcutta is a Barrister from Lincoln\'s-Inn, England and a Senior Advocate. He is former Advocate General for the State of West Bengal and also former Chairman, Bar Council of West Bengal. He was a faculty member of Council of Legal Education, England and as a visiting faculty was associated with a number of single faculty Law Universities in India.\nHe is the author of \"Secularism and Constitution of India\". Collection of some of his essays on diverse contemporary legal, social and international issues was published under the title of \"Law is not an Ass\".', 0),
(161, 'V.D. Mahajan', '', 0),
(162, 'Tapash Gan Choudhury', '', 0),
(163, 'Nishant Arora', 'Nishant Arora BA, LLB, CS (Professional), Advocate', 0),
(164, 'test', 'testtttttttt', 1),
(165, 'testppppppppppppppppp', 'testttttttttppppppppppppppp', 1),
(166, 'aatggkkkkkk', 'kkkkkkk', 1),
(167, 'aatgggg', '', 1),
(168, 'aatgggg', 'ffff', 1),
(169, 'test news', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 1),
(170, 'test news', 'and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 1),
(171, 'Sukumar Ray, LLM (Cal)', 'Sukumar Ray LLM (Cal), Additional District and Sessions Judge, Contai, Purba Medinipur', 0),
(172, 'Modhumita Basu ', 'Modhumita Basu  LLM, PhD (Law), Assistant Sessions Judge, West Bengal Judicial Service', 0),
(173, 'M.P. Jain', 'M.P. Jain Former Professor of Law, University of Malaya\nFormer Professor of Law, Delhi University and Banaras Hindu University', 0),
(174, 'Jonathan Law ', '', 0),
(175, 'Tahir Mahmood ', 'Tahir Mahmood Currently Jurist Member, Law Commission of India. Earlier he was Professor and Dean, Faculty of Law, University of Delhi, Chairman of the Minorities Commission, and Member of the Ranganatha Misra Commission for Backward Classes among Minorities.', 0),
(176, 'Shyam Divan ', 'Shyam Divan  Advocate, Bombay High Court', 0),
(177, 'Armin Rosencranz  ', 'Armin Rosencranz  Consulting Professor in Human Biology, Stanford University', 0),
(178, 'S.P. Sathe', 'S.P. Sathe Honorary Director, Institute of Advanced Legal Studies, Pune. He has been teaching law for over forty years and been principal of ILS Law College, Pune (1976-91). He has contributed extensively to Indian and foreign legal periodicals and authored several books.', 0),
(179, 'John Birds', 'John Birds Professor of Commercial Law, University of Manchester', 0),
(180, 'Flavia Agnes', 'Flavia Agnes. She is a practicing advocate specializing in the area of women\'s rights. She is the founder-member and Director of Majlis, a legal and cultural resource centre in Mumbai. Her published works include Law and Gender Inequality: The Politics of Women\'s Rights in India (OUP 1999).', 0),
(181, 'C.K. Takwani', '', 0),
(182, 'Shriniwas Gupta', '', 0),
(183, 'Sanjay Upadhyaya', '', 0),
(184, 'Own Publication', '', 0),
(185, 'K.N. Chandrasekharan Pillai', '', 0),
(186, 'Dr. Vinod K. Singhania', '', 0),
(187, 'Taxmann', '', 0),
(188, 'Test Author 1', 'Test Author 1', 1),
(189, 'Test Author 2', 'Test Author 2', 1),
(190, 'Bare Act', '', 0),
(191, 'Sumeet Malik', '', 0),
(192, 'Akshat Pande', 'Akshat Pande BCom, LLB (Delhi), LLM (UK), Advocate\nAssociate Member of the Institute of Company Secretaries of India', 0),
(193, 'B.M Gandhi', 'B.M Gandhi B.A, LLB, LLM, Former Principal of Modasa Law College', 0),
(194, 'H.R Khanna', '', 0),
(195, 'V.D Kulshreshtha', '', 0),
(196, 'Shiva Gopal', '', 0),
(197, 'A. Lakshminath', '', 0),
(198, 'A. Lakshminath', '', 0),
(199, 'Talat Fatima', '', 0),
(200, 'Mamta Rao', '', 0),
(201, 'Abhinav Chandrachud', '', 0),
(202, 'D.P Varshni', '', 0),
(203, 'V.N Shukla', '', 0),
(204, 'K.C Joshi', 'K.C Joshi LLM, PhD, Formerly Vice-Chancellor, Head and Dean (Law), Kumaun University, Nainital', 0),
(205, 'Surendra Malik', '', 0),
(206, 'Sudeep Malik', '', 0),
(207, 'I.P Massey', 'I.P Massey LLM (Lko), LLM (Calif.), PhD, Formerly Professor and Chairman, Department of Law and Dean, Faculty of Law, Himachal Pradesh University, Shimla', 0),
(208, 'Vepa P. Sarathi', '', 0),
(209, 'Madhavi Goradia Divan', 'Madhavi Goradia Divan BA (Hons), MA (Law)', 0),
(210, 'Justice M. N Rao', 'Justice M. N Rao Former Chief Justice, High Court of Himachal Pradesh, Former Judge, High Court of Andhra Pradesh, Senior Advocate, Supreme Court of India', 0),
(211, 'N S Bindra', '', 0),
(212, 'Dr. Jaising P Modi', 'Dr. Jaising P Modi L.R.C.P. &amp; S. (Edin.), L.R.F.P.S. (Glasgow)', 0),
(213, 'Sanjiva Row', '', 0),
(214, 'R W Ramage', '', 0),
(215, 'Sir Dinshaw Fardunji Mulla', '', 0),
(216, 'V R Manohar', '', 0),
(217, 'Daniel Greenberg', 'Daniel Greenberg Barrister, Parliamentary Counsel', 0),
(218, 'Bryan Garner, JD, LLD', 'Bryan Garner, JD, LLD President, LawProse, Inc.\nDistinguished Research Professor o Law \nSouthern Methodist University, Dallas, Texas', 0),
(219, 'Mario Cimoli &amp; Others', '', 0),
(220, 'Sir William Wade', 'Sir William Wade QC, LLD, Litt D (Hon), FBA', 0),
(221, 'Christopher Forsyth', 'Christopher Forsyth Bsc, LLB (Natal), LLB, PhD (Cantab)', 0),
(222, 'Gurdip Singh', '', 0),
(223, 'V.K Ahuja', '', 0),
(224, 'Acharya Dr. Durga Das Basu', 'Dr. Durga Das Basu MA, LLD (Cal)', 0),
(225, 'Justice J.D Kapoor', '', 0),
(226, 'M. P Jain', 'M. P Jain LLM. (Del), J.S.D (Yale)', 0),
(227, 'S.N Jain', 'S.N Jain LLM, S.J.D (Northwestern)', 0),
(228, 'Paul Craig', '', 0),
(229, 'Harpreet Kaur', 'Harpreet Kaur M.Sc, LLB, LLM, LLD', 0),
(230, 'Neil Parpworth', 'Neil Parpworth Principal Lecturer in Law, De Montfort University', 0),
(231, 'T. Ramappa', '', 0),
(232, 'Stephen Grivin and Others', '', 0),
(233, 'Indu Malhotra', '', 0),
(234, 'Ashwinie Kumar Bansal', '', 0),
(235, 'Justice G. P Singh', '', 0),
(236, 'David Harris', '', 0),
(237, 'Malcolm N. Shaw', '', 0),
(238, 'S. C Shastri', '', 0),
(239, 'Prof. Ian Loveland', '', 0),
(240, 'B. M Prasad', '', 0),
(241, 'Manish Mohan', '', 0),
(242, 'Pavan Duggal', '', 0),
(243, 'Richard Whish ', '', 0),
(244, 'David Bailey', 'David Bailey LLB, LLM, Senior Lecturer at King\'s College London', 0),
(245, 'Vijay Malik', 'Vijay Malik B.A, LLB, MBA', 0),
(246, 'Edmund Heward', '', 0),
(247, 'S.K Sarvaria', 'S.K Sarvaria BA (Hons), Eco, LLM', 0),
(248, 'K. I Vibbhute', '', 0),
(249, 'P. Krishnaswamy', '', 0),
(250, 'M. L Tannan', 'M. L Tannan M.Com, Barrister in Law, A.C.A, I.E.S', 0),
(251, 'V. Sudhish Pai', '', 0),
(252, 'Ali Malik QC and Others', '', 0),
(253, 'Phillip Johnson and Others', '', 0),
(254, 'Sukanta Kumar De', 'Sukanta Kumar De Former Deputy D.L. & L.R.O. North 24 Pargana & Nadia', 0),
(255, 'Prof. (Dr). Vishnu Murthy Koormachalam ', 'Prof. (Dr). Vishnu Murthy Koormachalam  B.A, LLB, LLM (Osm), Ph.D in Law (SVU)', 0),
(256, 'Cyrus J. Pooniwala', 'Cyrus J. Pooniwala Advocate, High Court, Lecturer of Law', 0),
(257, 'Adv. Nilesh C. Ojha', 'Nilesh C. Ojha Advocate, Supreme Court and High Court', 0),
(258, 'Piyush Mahendra Shah', '', 0),
(259, 'CA Y.M.Agarwala', '', 0),
(260, 'Dr. Suresh Mane', '', 0),
(261, 'Dr. S.A Karandikar', '', 0),
(262, 'Sanjay V. Jadhav', '', 0),
(263, 'Pathik Shah', '', 0),
(264, 'Prashant Narwade', '', 0),
(265, 'Vakul Sharma', '', 0),
(266, 'Antony Hainsworth', '', 0),
(267, 'Dr. E M Rao', '', 0),
(268, 'O.P malhotra', '', 0),
(269, 'Asim Pandya', '', 0),
(270, 'K R Chandratre', '', 0),
(271, 'Ashwani Peetush &amp; Jay Drydyk', '', 0),
(272, 'Tom Bingham', '', 0),
(273, 'Torben Juul Anderson, Maxine Garvey &amp; Oliviero Roogi', '', 0),
(274, 'Alamgir Muhammad Serajuddin', '', 0),
(275, 'Vahida Nainar &amp; Saumya Baxi', '', 0),
(276, 'Malcom D Evans', '', 0),
(277, 'Cheshire, Fifoot &amp; Furmston', '', 0),
(278, 'Vahida Nainar &amp; Saumya Uma', '', 0),
(279, 'Chiranjivi J. Nirmal', '', 0),
(280, 'Daniel J. Gervais', '', 0),
(281, 'V.J. Taraporevala', '', 0),
(282, 'Paul Dobson and Rob Stokes', '', 0),
(283, 'Smith Thomas', '', 0),
(284, 'Lloyd', '', 0),
(285, 'Russ M. Herman', '', 0),
(286, 'Jonathan Herring', '', 0),
(287, 'Eilia Ferran &amp; Look Chan Ho', '', 0),
(288, 'Woodroffe &amp; Amir Ali', '', 0),
(289, 'F.W. Maitland', '', 0),
(290, 'Lon L. Fuller', '', 0),
(291, 'W. Friedmann', '', 0),
(292, 'Wharton', '', 1),
(293, 'Earl T. Crawford', '', 0),
(294, 'Samaraditya Pal', '', 0),
(295, 'Dr. Hari Singh Gour', '', 0),
(296, 'Usha Tandon', '', 0),
(297, 'Nagendra Singh', 'Nagendra Singh President, International Court of Justice', 0),
(298, 'Justice B.S Chauhan', '', 0),
(299, 'Dr. S. Sivakumar', '', 0),
(300, 'B.B Katiyar', '', 0),
(301, 'Dr. Subhash C. Kashyap', '', 0),
(302, 'Dr. C.R Jilova', '', 0),
(303, 'Justice S.B Malik', '', 0),
(304, 'S.C Banerjee', '', 0),
(305, 'Dr. Shakil Ahmad Khan', '', 0),
(306, 'Dr. M C Mehanathan', '', 0),
(307, 'Dr. Poonam Pradhan Saxena', '', 0),
(308, 'M. A Rashid', '', 0),
(309, 'Aparna Viswanathan', '', 0),
(310, 'Justice K.T Thomas &amp; M.A Rashid', '', 0),
(311, 'Nisa Fasil', '', 0),
(312, 'B. Sandeepa Bhat', 'B. Sandeepa Bhat LLM, PhD, Professor of Law, W.B. National University of Juridical Sciences. Member, International Institute of Space Law, Paris, France.', 0),
(313, 'Souvik Chatterji', '', 0),
(314, 'Ram Jethmalani', '', 0),
(315, 'Jethmalani &amp; Chopra', '', 0),
(316, 'Shriniwas Gupta', '', 0),
(317, 'B.S Ramaswamy', '', 0),
(318, 'Anindita Ganguly', '', 0),
(319, 'Dr. N.L Mitra', '', 0),
(320, 'Justice Amitabha Lala', '', 0),
(321, 'Justice Ruma Pal', 'Ruma Pal Former Judge, Supreme Court of India', 0),
(322, 'Dr. Harish Chander', 'Dr. Harish Chander MA, LLM (London), PhD\nFormer Professor-in-Charge\nLaw Center II, University of Delhi', 0),
(323, 'Asok K. Ganguly', 'Asok K. Ganguly Former Judge, Supreme Court of India.', 0),
(324, 'Vandana Singh', 'Vandana Singh BSc, LLM, PhD\nFaculty of Law, University of Delhi\nAssistant Professor, USLLS\nGuru Gobind Singh Indraprastha University\n', 0),
(325, 'D.P. Dey', '', 0),
(326, 'N. Vijayaraghavan', 'N. Vijayaraghavan Advocate, Madras High Court', 0),
(327, 'Justice K. Kannan', '', 0),
(328, 'Smith, Bailey &amp; Gunn', '', 0),
(329, 'Govind Goel', '', 0),
(330, 'Daulat Ram Prem, H.K Saharay', '', 0),
(331, 'David Pearl &amp; Werner Menski', '', 0),
(332, 'Batuklal', '', 0),
(333, 'General Editor: Dr. N.L. Mitra', '', 0),
(334, 'Chief Contributor: Justice Amitava Lala', '', 0),
(335, 'Co-Contributors: Purnendu Bhattacharyya, Ranadhir Kumar De K.D. Raju', '', 0),
(336, 'P.K Sarkar', 'P.K Sarkar BSc, LLB, Advocate', 0),
(337, 'P.C Markanda, Naresh Markanda &amp; Rajesh Markanda', '', 0),
(338, 'Sudipto Sarkar, VR Manohar ', '', 0),
(339, 'Justice Tek Chand and H.L. Sarin', '', 0),
(340, 'Vandana Singh', '', 0),
(341, 'G.P. Singh', '', 0),
(342, 'Sairam Bhat', 'Sairam Bhat Associate Professor of Law, National Law School of India University, Bengaluru', 0),
(343, 'Arjun Kanungo', '', 0),
(344, 'Kavita Singh', 'Kavita Singh LLM, PhD\nAssociate Professor\nW.B. National University of Juridical Sciences\n', 0),
(345, 'R.R. Hanchinal', 'R.R. Hanchinal PhD, FNAAS, FNABS, FISGPB, FISPGR, Former Chairperson, Protection of Plant Varieties &amp; Farmers\' Right Authority, Ministry of Agriculture &amp; Farmers Welfare', 0),
(346, 'Raj Ganesh', 'Raj Ganesh LLM, Legal Advisor, Protection of Plant Varieties &amp; Farmers\' Rights Authority', 0),
(347, 'Ratanlal & Dhirajlal', '', 0),
(348, 'Sir Jack Beatson FBA, Andrew Burrows FBA, QC (Hon), and John Cartwright', '', 0),
(349, 'K D Gaur', '', 0),
(350, 'Sumeet Malik', '', 0),
(351, 'Mamta Rao', '', 0),
(352, 'Pratyusha Das', 'Pratyusha Das LLM, PhD\nAssistant Professor, Amity Law School\n', 0),
(353, 'Pratyusha Das', 'Pratyusha Das LLM, PhD\nAssistant Professor, Amity Law School\n', 0),
(354, 'S.K. Pathak', 'S.K. Pathak, LLM, West Bengal Judicial Service', 0),
(355, 'Tapash Gan Choudhury', '', 0),
(356, 'B. Sandeepa Bhat (General Editor)', '', 0),
(357, 'Anil Kumar Bandyopadhyay', '', 0),
(358, 'R. Bhattacharyya', 'Former Judge, High Court at Calcutta', 0),
(359, 'D.K. Ganguly', '', 0),
(360, 'Ajar Rab', '', 0),
(361, 'S.B. Rao', '', 0),
(362, 'P.K. Majumdar &amp; R.P. Kataria', '', 0),
(363, 'J.K. Verma', 'J.K. Verma Advocate, Patna High Court', 0),
(364, 'K.N. Chaturvedi', 'Dr. K.N. Chaturvedi served in academics and in the Government of India for 35 years and is in the legal profession for fifteen years. His expertise is more prominent in legislative drafting and legal interpretation. He handled complex legal issues of drafting in the Government and challenging matters of legal interpretation as an advisor.\nHe obtained his Master of Laws from the University of Allahabad and PhD from the Kurukshetra University. The status of the Alumnus of distinction was conferred on him in Special Convocation in 2007 by the Kurukshetra University.\nHe joined Indian legal service in 1988 and rose to the position of the Member-Secretary, 17th CentralLaw Commission of India and Secretary (Legislative Department), Ministry of Law and Justice, Government of India.\nSince early 2008, he advised on complex legal issues to EPFO and ESIC, an autonomous organizationof the ministry of Labour, BSNL, ONGC and in private sector to MCX, Lafarge India Pvt Ltd., GMR and Global Gene Corp. He drafted regulations for Airport Economic Regulatory Authority and Petroleum and Natural Gas Regulatory Body.\nDr. Chaturvedi acted as the course director from 2015 to 2018, for the International Training Programme in Legislative Drafting, mainly for foreign Parliamentary and Government officials, conducted by BPST (now PRIDE), Lok Sabha Secretariat (Indian Parliament).', 0),
(367, 'S.S. Srivastava', 'S.S. Srivastava LLM, LLD, Lucknow University', 0),
(368, 'aaa', 'aaa', 1),
(369, 'abc', 'aaa', 1),
(370, 'abc', 'aaa', 1),
(372, 'Salman Rushdi', '', 0),
(373, 'R R', '', 1),
(376, 't1', 'tt', 1),
(375, 'test1', 'check', 1),
(377, 'test', '', 0),
(378, 'abc', 'abc', 1),
(379, 'sss', '', 1),
(380, 'Dr JN Barowalia & Abhishek Barowalia ', '', 0),
(381, 'S Krishnamurthi Aiyar', '', 0),
(382, 'M L Tannan', '', 0),
(383, 'U N Mitra', '', 0),
(384, 'K Krishnamurthy', '', 0),
(385, 'S M Dugar', '', 0),
(386, 'D P Wadhwa & N L Rajah', '', 1),
(387, 'D P Wadhwa & N L Rajah', '', 0),
(388, 'Justice B P Banerjee', '', 0),
(389, 'D D Basu', '', 0),
(390, 'Dr J N Barowalia and Abhishek Barowalia', '', 0),
(391, 'Pollock and Mulla', '', 0),
(392, 'R A Nelson', '', 0),
(393, 'Ratanlal & Dhirajlal', '', 0),
(394, 'B R Sharma', '', 0),
(395, 'Doabia & Doabia', '', 0),
(396, 'Woodroffe and Amir Ali', '', 0),
(397, 'Chief Justice M Monir', '', 0),
(398, 'Paruck', '', 0),
(399, 'Kumud Desai', '', 0),
(400, 'Dr. Karnika Seth', '', 0),
(401, 'MN Srinivasan & K Kannan', '', 0),
(402, 'Justice G P Singh', '', 0),
(403, 'Kannan & Vijayaraghavan', '', 0),
(404, 'Darashaw J Vakil', '', 0),
(405, 'Raj Kumar Nahataa', '', 0),
(406, 'Dr Rajesh Gupta', '', 0),
(407, 'Gopalakrishnan', '', 0),
(408, 'Akaant Kumar Mittal', '', 1),
(409, 'Akaant Kumar Mittal ', '', 0),
(410, 'Abhijeet Sharma', '', 0),
(411, 'Varun Malik', '', 0),
(412, 'P Ishwara Bhat', '', 0),
(413, 'J K Verma', '', 0),
(414, 'Kumar Askand Pandey', '', 0),
(415, 'Mahendra P Singh', '', 0),
(416, 'S C Shastri', '', 0),
(417, 'H R Khanna', '', 0),
(418, 'Surendra Malik and Sudeep Malik-01', '', 0),
(419, 'Anuj Tandon and Sachin Upadhyay', '', 0),
(420, 'Veena Rohan Jose', '', 0),
(421, 'Manisha Shridhar', '', 0),
(422, 'Shivangi Prasad', '', 0),
(423, 'Iram Majid', '', 0),
(424, 'Tariq Khan', '', 0),
(425, 'Dr. P. C. Markanda', '', 0),
(426, 'Ranbir Singh', '', 0),
(427, 'Prof. (Dr.) Ashok R. Patil', '', 0),
(428, 'Prof. (Dr.) G. S. Bajpai', '', 0),
(429, 'Ravinder Singhania', '', 0),
(430, 'Sarfaraz Ahmed Khan', '', 0),
(431, 'Dr. K. Jayanth Murali', '', 0),
(432, 'Dr. H. P. Gupta', '', 0),
(433, 'V. K. Deewan', '', 0),
(434, 'Arvind Verma', '', 0),
(435, 'Sanjay Pinto', '', 0),
(436, 'Prof. S. Sivakumar', '', 0),
(437, 'Tariq Khan and Amit George', '', 0),
(438, 'Prof. Dr. Aditya Tomer', '', 0),
(439, 'Aloysius Aguiar', '', 0),
(440, 'P P Mitra', '', 0),
(441, 'Sheela Rai', '', 0),
(442, 'S. Sivakumar', '', 0),
(443, 'Vivek Sood', '', 0),
(444, 'Reena Patel', '', 0),
(445, 'Roshan Devi', '', 0),
(446, 'Y. P. Singh', '', 0),
(447, 'Alex Thomas', '', 0),
(448, 'Prof. (Dr.) Rakesh Kr. Singh', '', 0),
(449, 'Prof. (Dr.) A V Narsimha Rao', '', 1),
(450, 'Mamata Biswal', '', 0),
(451, 'Eashan Ghosh', '', 0),
(452, 'Prof. (Dr.) S. Sivakumar', '', 0),
(453, 'Twinkle Maheswary', '', 0),
(454, 'Bhanu Pratap', '', 0),
(455, 'N S Vidya', '', 0),
(456, 'Prabhakara Rao', '', 0),
(457, 'Prof. (Dr.) Sandeepa Bhat V. and Dr. Shouvik Kumar Guha', '', 0),
(458, 'Devarajan Hariharan', '', 0),
(459, 'Rajat Mohan', '', 0),
(460, 'Rajat Mohan', '', 1),
(461, 'Datuk Professor Sundra Rajoo', '', 0),
(462, 'Chirag Balyan and Yashraj Samant', '', 0),
(463, 'Prakhan Narain Singh Chauhan and Henry Clarke', '', 0),
(464, 'Prof. Rajinder Kaur', '', 0),
(465, 'Komal Sandhu', '', 0),
(466, 'Alok Verma and Sudhanshu Kumar', '', 0),
(467, 'Smarak Swain', '', 0),
(468, 'Cyril Shroff and U. K. Sinha', '', 0),
(469, 'Vishnu Warrier', '', 0),
(470, 'M J Sethna', '', 0),
(471, 'Mukesh Butani', '', 1),
(472, 'Prof Sarfaraz Ahmed', '', 0),
(473, 'A K Srivastava', '', 0),
(474, 'Sunil Gupta', '', 0),
(475, 'Shrey Fattepekar, Hridhay Khurana', '', 0),
(476, 'Dr. Rabindra Pathak', '', 0),
(477, 'Dr. Chiradeep Basak', '', 0),
(478, 'Panchajanya Batra Singh', '', 0),
(479, 'Hemant Kumar Pandey and Dr. Justice D. K. Arora', '', 0),
(480, 'V. K. Deewan', '', 1),
(481, 'Vidhan Maheswari', '', 0),
(482, 'Dr. S. K. Chaturvedi', '', 0),
(483, 'DME Noida', '', 0),
(484, 'Dr. Rajneesh Sharma', '', 0),
(485, 'Maj. Gen. Nilendra Kumar', '', 0),
(486, 'Veena Rohan Jose', '', 0),
(487, 'Shefali Raizada, Ekta Gupta and Swati Kaushal', '', 0),
(488, 'Justice Dharmadhikari and Siddharth Sharma', '', 0),
(489, 'Susanah Naushad and Mohammed Raiz', '', 0),
(490, 'Prof. (Dr.) Rattan Singh', '', 0),
(491, 'Dr. Raju', '', 0),
(492, 'Dr. Manoj Kumar', '', 0),
(493, 'Raghav Pandey', '', 0),
(494, 'Aditya Shiralkar', '', 0),
(495, 'Swathi Singh and Adithya Anil Variath', '', 0),
(496, 'Ameeta Duggal', '', 0),
(497, 'Adarsh Ramanujan', '', 0),
(498, 'Dr. Govind Singh Rajpurohit', '', 0),
(499, 'N. K. Gupta', '', 0),
(500, 'Prof. Dr. A. Lakshminath', '', 0),
(501, 'H Padamchand Khincha and K K Chythanya', '', 0),
(502, 'B V R Sharma', '', 0),
(503, 'Amit Yadav', '', 0),
(504, 'Karan Trehan and Alok Verma', '', 0),
(505, 'Prashanth Sabeshan', '', 0),
(506, 'Abhishek Mishra', '', 0),
(507, 'Abhijeet Kumar', '', 0),
(508, 'Bharat P. Maheshwari', '', 0),
(509, 'Dr. Sivakumar and Dr. Kameswar', '', 0),
(510, 'D. S. Chopra', '', 0),
(511, 'Kaushik Laik', '', 0),
(512, 'Dr. Rajni Malhotra Dhingra', '', 0),
(513, 'Dr. S. N. Ghosh and Amitava Banerjee', '', 0),
(514, 'Rahul K. Mitra', '', 0),
(515, 'Dr. Sivakumar and Dr. Kameswar', '', 0),
(516, 'Geeta Oberoi', '', 0),
(517, 'Bharat P. Maheswari', '', 0),
(518, 'S. S. Upadhaya & Sachin Upadhaya', '', 0),
(519, 'Dushyant Kaul and Devansu Sajlan', '', 0),
(520, 'Prof. Sanoj Ranjan', '', 0),
(521, 'Vivek Parti and Pooja Mahajan', '', 0),
(522, 'Pranav M. Khatavkar', '', 0),
(523, 'Besty Rajasingh', '', 0),
(524, 'K. L. Bhatia', '', 0),
(525, 'S A Naik', '', 0),
(526, 'Dr. Manjeri S S Raj', '', 0),
(527, 'Rabindra Patnayak', '', 0),
(528, 'Vivek Narayan Sharma', '', 0),
(529, 'Subhradipta Sarkar', '', 0),
(530, 'Taraporevalla', '', 0),
(531, 'Kim Rosenberg', '', 0),
(532, 'David Harris', '', 0),
(533, 'Peter G Watts', '', 0),
(534, 'Sir Vivian Ramsey', '', 0),
(535, 'Dr. Ying Khai Liew', '', 0),
(536, 'Michale Bridge', '', 0),
(537, 'Sir Kim Lewinson', '', 0),
(538, 'Dr Wayne Courtney', '', 0),
(539, 'Adam Constable QC', '', 0),
(540, 'James Edelman', '', 0),
(541, 'Collin Passmore', '', 0),
(542, 'Clare Elliott', '', 0),
(543, 'Patrick E. Kelleher', '', 0),
(544, 'David Foskett', '', 0),
(545, 'Daniel Greenberg', '', 0),
(546, 'A. T. H. Smith', '', 0),
(547, 'Sir Colin Briss', '', 0),
(548, 'Ian Hewitt', '', 0),
(549, 'William Blair', '', 0),
(550, 'James & Donal', '', 0),
(551, 'Alexander Learmonth', '', 0),
(552, 'Philip, Hanke and Higgins', '', 0),
(553, 'Iain S. Goldrein', '', 0),
(554, 'Richard Lawson', '', 0),
(555, 'John McGheea and Steven Elliot', '', 0),
(556, 'Robert Merkin', '', 0),
(557, 'Filippo Lorenzon', '', 0),
(558, 'Lynton Tucker', '', 0),
(559, 'Michael Freeman', '', 0),
(560, 'Charlesworth', '', 0),
(561, 'Palmer', '', 0),
(562, 'Lindley', '', 0),
(563, 'Clerk & Lindsell', '', 0),
(564, 'Hodge M. Malek', '', 0),
(565, 'Datuk Prof. Sundra Rajoo', '', 0),
(566, 'Aldrige & Parry', '', 0),
(567, 'Gillian Davies', '', 0),
(568, 'Paul Craig', 'Paul Craig M.A (Oxon), BCL, FBA, Q.C. (Hon), Emeritus Professor of English Law, St John’s College, University of Oxford', 0),
(569, 'Sutton', '', 1),
(570, 'Laurence Gower', 'Laurence Gower Vice Chancellor of the University of Southampton from 1971-79', 0),
(571, 'Glanville Llewelyn Williams', '', 0),
(572, 'J. H. C. Morris', '', 0),
(573, 'Price', '', 0),
(574, 'Frederick Stroud', '', 0),
(575, 'William Jowitt', '', 0),
(576, 'John Birds', '', 0),
(577, 'Clive Lewis', '', 0),
(578, 'Richard Christou', '', 0),
(579, ' Mark James', '', 0),
(580, 'Tristram Hodgkinson', '', 0),
(581, 'Richard Millett  ', '', 0),
(582, 'Geraldine Andrews', '', 0),
(583, 'James Mellor', '', 0),
(584, 'Harold Hanbury', '', 0),
(585, 'Jill E. Martin', '', 0),
(586, 'Professor William Cornish', '', 0),
(587, 'Carole Murray', '', 0),
(588, 'S.H. Bailey', '', 0),
(589, 'Peter F. Smith', '', 0),
(590, 'J. A. L. Sterling', '', 0),
(591, 'Alok G. Garg', '', 0),
(592, 'Rahul Rajpurohit', '', 0),
(593, 'Ramaswamy Kalidas', '', 0),
(594, 'Sharath Chandran', '', 0),
(595, 'Raveesh Chaudhary & Harish Chander Dhamija', '', 0),
(596, 'Bloomsbury Professional India', '', 0),
(597, 'Ramamurthy S.', '', 0),
(598, 'K. S. Ravichandran', '', 0),
(599, 'Rajeev Babel', '', 0),
(600, 'Sandeep Baldava & Deepa Agarwal', '', 0),
(601, 'Rodney D Ryder & Nikhil Naren', '', 0),
(602, 'Ravi Singhania', '', 0),
(603, 'K S Ravichandran', '', 0),
(604, 'Purvi Pokhariyal, Amit Kashyap & Arun. B. Prasad', '', 0),
(605, 'Surendra Malik, Sumeet Mailk & Sudeep Malik', '', 0),
(606, 'H. R. Khanna', '', 0),
(607, 'Abhijeet Sharma', '', 0),
(608, 'Gopal Sankaranarayanan', '', 0),
(609, 'Kumar Askand Pandey', '', 0),
(610, 'Sanjay Jain', '', 0),
(611, 'C. K. Takwani', '', 0),
(612, 'Rajesh Kapoor', '', 0),
(613, 'K. N. C. Pillai', '', 0),
(614, 'V. B. Coutinho', '', 0),
(615, 'Satish C. Shastri', '', 0),
(616, 'Avtar Singh', '', 0),
(617, 'Deepa Paturkar', '', 0),
(618, 'Sumeet Malik', '', 0),
(619, 'Mahendra Pal Singh', '', 0),
(620, 'Joshua Aston Nathan', '', 0),
(621, 'A. Lakshminath', '', 0),
(622, 'H. V. Sreenivasa Murthy', '', 1),
(623, 'Madhavi Goradia Divan', '', 0),
(624, 'Mallika Taly', '', 0),
(625, 'Justice B P Banerjee', '', 0),
(626, 'M P Jain & S N Jain', '', 0),
(627, 'Sanjiva Row', '', 0),
(628, 'Shashank Garg', '', 0),
(629, 'P C Markanda, Naresh Markanda & Rajesh Markanda', '', 0),
(630, 'Sriram Panchu', '', 1),
(631, 'Sriram Panchu', '', 0),
(632, 'P. C. Markanda, Naresh Markanda & Rajesh Markanda', '', 1),
(633, 'Justice R S Bachawat', '', 0),
(634, 'R S Jindal, C S P Sastri and Aruneshwar Gupta', '', 0),
(635, 'Justice S B Malik', '', 0),
(636, 'M L Tannan', '', 0),
(637, 'Khergamvala', '', 0),
(638, 'S K Sarvaria', '', 0),
(639, 'Dr Rajesh Gupta, Prof Dr Gunjan Gupta & Ayesha Gupta', '', 0),
(640, 'S N Gupta', '', 0),
(641, 'B R Sharma', '', 0),
(642, 'Y P Bhagat', '', 0),
(643, 'T R Desai', '', 0),
(644, 'Srinivawas Gupta', '', 0),
(645, 'Vinayak D Kakde', '', 0),
(646, 'S Parameswaran', '', 0),
(647, 'M V Pylee', '', 0),
(648, 'M P Singh', '', 0),
(649, 'Justice D P Wadhwa & N L Rajah', '', 0),
(650, 'A Ramaiya', '', 0),
(651, 'M C Bhandari', '', 0),
(652, 'S Ramanujam', '', 0),
(653, 'Vinod Kothari', '', 0),
(654, 'K Sekhar', '', 0),
(655, 'K Shekhar', '', 1),
(656, 'K S N Murthy', '', 0),
(657, 'K V S Sharma', '', 0),
(658, 'P K Das', '', 0),
(659, 'P S A Pillai', '', 0),
(660, 'Sohini', '', 0),
(661, 'M A Rashid', '', 0),
(662, 'R P Kathuria', '', 0),
(663, 'J K Soonavala', '', 0),
(664, 'A K Khanna', '', 0),
(665, 'P Ramanatha Aiyar', '', 0),
(666, 'Chief Justice Dr. B Malik', '', 0),
(667, 'Hargopal', '', 0),
(668, 'B R Arte', '', 0),
(669, 'Medha Kolhatkar', '', 0),
(670, 'Mukesh Butani', '', 1),
(671, 'Kanga & Palkhivala', '', 0),
(672, 'Chaturvedi & Pithisaria', '', 0),
(673, 'S K Sarvaria', '', 0),
(674, 'P V Ramakrishna', '', 0),
(675, 'A S Ramachandra Rao', '', 0),
(676, 'Suman Nalwa & Hari Dev Kohli', '', 0),
(677, 'Ved Kumari', '', 0),
(678, 'Pawan Jain', '', 0),
(679, 'Salman Khurshid, Siddharth Luthra, Lokendra Malik & Shruti Bedi', '', 0),
(680, 'Sanjeev P Sahni and Garima Jain', '', 0),
(681, 'Bridges, Vollmer & Chief Justice M Monir', '', 0),
(682, 'K D Gaur', '', 1),
(683, 'Pradip Ghosh', '', 0),
(684, 'Hatcher, Jury & Weller', '', 0),
(685, 'V S Rama Devi & S K Mendiratta', '', 0),
(686, 'P Rathna Swamy', '', 0),
(687, 'Naushir Bharucha', '', 0),
(688, 'Justice T S Doabia', '', 0),
(689, 'Yuvraj P Narvankar', '', 0),
(690, 'Dr V Nageswar Rao', '', 0),
(691, 'Kusum', '', 0),
(692, 'Dr. Narender Kumar', '', 0),
(693, 'Dr. Paras Diwan', '', 0),
(694, 'Paras Diwan', '', 1),
(695, 'Saif Mahmood', '', 0),
(696, 'Justice D M Dharmadhikari', '', 0),
(697, 'N S Nappinai', '', 0),
(698, 'Apar Gupta', '', 0),
(699, 'Nandan Kamath', '', 0),
(700, 'Nishesh Sharma', '', 0),
(701, 'Ashish Makhija', '', 0),
(702, 'M N Srinivasan', '', 0),
(703, 'B N Banerjee', '', 0),
(704, 'Venkateswaran', '', 0),
(705, 'K C Kailasam & Ramu Vedaraman', '', 0),
(706, 'Iyengar', '', 0),
(707, 'Dr B L Wadehra', '', 0),
(708, 'L C Malhotra', '', 0),
(709, 'C M Row', '', 0),
(710, 'Sudhish Pal', '', 0),
(711, 'Rattan Singh', '', 0),
(712, 'Modi', '', 0),
(713, 'Kannan & Vijayaraghavan', '', 0),
(714, 'Janak Raj Jai', '', 0),
(715, 'Dr Kanu Priya Goyal', '', 0),
(716, 'A K Mylsami & P S Suman', '', 0),
(717, 'Dr Nuzhat Praveen Khan', '', 0),
(718, 'Samareshwar Mahanty', '', 0),
(719, 'Wharton', '', 0),
(720, 'K J Aiyar', '', 0),
(721, 'Sanjiva Row', '', 0),
(722, 'Om Prakash Aggarwala', '', 0),
(723, 'S T Desai', '', 0),
(724, 'Harbans Lal Sarin', '', 0),
(725, 'Justice P S Narayana', '', 0),
(726, 'V Mitter', '', 0),
(727, 'B C Mitra', '', 0),
(728, 'M R Mallick & Sukumar Ray', '', 0),
(729, 'H.R. Khan ', 'H.R. Khan\nPhD, Higher Judicial Service', 0),
(730, 'I P Massey', 'I P Massey Professor I.P. Massey (Law)\nLL.M. (Lko), LL.M. (Calif. Berkeley), Ph.D.\nDean, Faculty of Law', 0),
(731, 'Duncan & Neill', '', 0),
(732, 'David M Sassoon', '', 0),
(733, 'Shyam Divan and Armin Rosencranz', '', 0),
(734, 'R K Jain', '', 0),
(735, 'Universal', '', 0),
(736, 'Yogesh V Nayyar', '', 0),
(737, 'U N Ananthan', '', 0),
(738, 'Gupta & Tomar', '', 1),
(739, 'Sunil Kumar Gupta & Pawan Singh Tomar', '', 0),
(740, 'Singh', '', 1),
(741, 'Dr. Pramod Kumar Singh', '', 0),
(742, 'CA. Bharat Jeswani', '', 0),
(743, 'Sarkar', '', 0),
(744, 'Pankaj Agarwal', '', 0),
(745, 'CA. Chunauti & H. Dholakia', '', 0),
(746, 'Rohit Pradhan Brahmakrit & Rao Gadela', '', 0),
(747, 'Bailey and Groves', '', 0),
(748, 'Prashant Chandra', 'Prashant Chandra\nFormer Director, Indian Law Institute and \nFormer Member of the Law Commission of India', 0),
(749, 'Sudipto Sarkar & Sidharth Sethi', '', 0),
(750, 'Justice L Nageswara Rao & Avinash Krishnan Ravi', '', 0),
(751, 'A B Debasis Rout, Kaushiki Brahma, Mayank Tiwari', '', 0),
(752, 'S Rajaratnam', '', 0),
(753, 'P L Subramanian', '', 0),
(754, 'Justice  S.M. Jhunjhunuwala', 'Justice  S.M. Jhunjhunuwala  \nFormer Judge of the Bombay High Court', 0),
(755, 'Saraf', '', 0),
(756, 'Dr A L Saini & Dinesh Saini ', '', 0),
(757, 'Swati Jhaveri', 'Swati Jhaveri (Anthology Editor)', 0),
(758, 'Tarunabh Khaitan', 'Tarunabh Khaitan (Anthology Editor)', 0),
(759, 'Dinesha Samararatne', 'Dinesha Samararatne (Anthology Editor)', 0),
(760, 'Sir Robin Jacob', '', 0),
(761, 'Duncan Fairgrieve', '', 0),
(762, 'Ramaswamy Kalidas', '', 1),
(763, 'Adv. O.P. Tewari', '', 0),
(764, 'Dr. S.R. Myneni', '', 0),
(765, 'Dr. R.K. Bangia', '', 0),
(766, 'Prof. J.D. Jain', '', 0),
(767, 'Dr. P.S. Jaiswal', '', 0),
(768, 'Dr. M.P. Tandon', '', 0),
(769, 'Prof. S.D. Basu', '', 0),
(770, 'Prof. A.N. Sen', '', 0),
(771, 'Prof. R.D. Agarwal', '', 0),
(772, 'Dr. S.P. Gupta', '', 0),
(773, 'Prof. Meenu Paul', '', 0),
(774, 'Dr. B.N. Mani Tripathi', '', 0),
(775, 'Dr. S.K. Puri', '', 0),
(776, 'Prof. H.N. Tiwari', '', 0),
(777, 'Dr. Sanyukta Moitra', '', 0),
(778, 'Dr. Chandrani Chatterjee', '', 0),
(779, 'Dr. Deepankar Debnath', '', 0),
(780, 'Dr. A.N. Chaturvedi', '', 0),
(781, 'Prof. J.P.S. Sirohi', '', 0),
(782, 'Prof. S.N. Shukla', '', 0),
(783, 'Dr. Malik & Raval', '', 0),
(784, 'Dr. J.N. Pandey', 'Dr. J.N. Pandey Formerly Professor of Law, Allahabad University, Allahabad', 0),
(785, 'Dr. S. K. Kapoor', '', 0),
(786, 'Dr. J. J. R. Upadhyaya', 'Dr. J. J. R. Upadhyaya LLM., LL.D.\nAuthor of Administrative Law\nEx-Professor of Law, Allahabad University, Allahabad', 0),
(787, 'Dr. I.A.Khan', 'Dr. I.A.Khan LL.M., D.Phil.\nDepartment of Law, Muslim University, Aligarh', 0),
(788, 'A. K. Nandi', 'A. K. Nandi Former Judge, Calcutta High Court', 0),
(789, 'Santosh Kumar Pathak', 'Santosh Kumar Pathak LL.M. (Gold Medalist)', 0),
(790, 'J. Sarkar', 'J. Sarkar Advocate', 0),
(791, 'Justice Khastgir', '', 0),
(792, 'Kamal Kumar', '', 0),
(793, 'Datta', '', 0),
(794, 'K.C. Joshi', '', 0),
(795, 'S.C. Tripathi', '', 0),
(796, 'S.N. Misra', '', 0),
(797, 'H.O. Agarwal', '', 0),
(798, 'Ishita Chatterjee', '', 0),
(799, 'Nomita Agarwal', '', 0),
(800, 'Nandita Adhikari', '', 0),
(801, 'Kailash Rai', '', 0),
(802, 'M.A. Qureshi', '', 0),
(803, 'J.K. Upadhyay', '', 0),
(804, 'R.N Chaturvedi', '', 0),
(805, 'Mona Purohit', '', 0),
(806, 'G.P. Tripathi', '', 0),
(807, 'Dr. Amita Verma', '', 0),
(808, 'Taxmann', 'Taxmann Publications has a dedicated in-house Research & Editorial Team. This team consists of a team of Chartered Accountants, Company Secretaries and Lawyers. This team works under the guidance and supervision of Editor-In-Chief Mr Rakesh Bhargava.\nThe Research and Editorial Team is responsible for developing reliable and accurate content for the readers. The team follows the Six Sigma approach to achieve the benchmark of zero error in publications and research', 0),
(809, 'V.S. Wahi', '', 0),
(810, 'EBC Editorial Board', '', 0),
(811, 'Dr. Niraj Kumar', '', 0),
(812, 'Desikan Balaji', '', 0),
(813, 'Dr Kalpana Satija', '', 0),
(814, 'K.C. Gopalakrishnan', '', 0),
(815, 'V Vijaykumar and Vivek Ranjan Pandey', '', 0),
(816, 'Maneka Gandhi', '', 0),
(817, 'V.D.Kulshreshtha', '', 0),
(818, 'Gale', '', 0),
(819, 'Morgan, Burden & Berry', '', 0),
(820, 'Sumeet Malik', '', 0),
(821, 'Charles Hollander Q.C.', 'Charles Hollander Q.C. M.A. (Cantab.)\nBrick Court Chambers\nTemple Chambers, Hong Kong', 0),
(822, 'Michael A. Jones', 'Michael A. Jones BA, LLM, PHD.\nSolicitor of the Supreme Court\nEmeritus Professor of Law of the University of Liverpool ', 0),
(823, 'Siddharth Tewari', 'Siddharth Tewari BA, LLB, Symbiosis Law School, Pune \nLLM, George Washington University, USA  \nAdvocate, Bar Council of Delhi \nAttorney-at-Law, New York, USA', 0),
(824, 'Swastik Sharma', 'Swastik Sharma BA, LLB (Hons) \nDr. Ram Manohar Lohiya National Law University, Lucknow', 0),
(825, 'Shubhangi Bajaj Bag', 'Shubhangi Bajaj Bag Assistant Professor\nAmity Law School\nAmity University, Kolkata', 0),
(826, 'Salinger', '', 0),
(827, 'Swastik', '', 0),
(828, 'TNL', '', 0),
(829, 'KLH', '', 0),
(830, 'Siddharth Tewari', '', 0),
(831, 'Sanjay Vashishtha', '', 0),
(832, 'Dr. Birendra Pathak', '', 0),
(833, 'Sarkar', '', 0),
(834, 'A.K. Srivastava', 'A.K. Srivastava Advocate', 0),
(835, 'John Cartwright', '', 0),
(836, 'Aman Vijay Dutta', '', 0),
(837, 'Bullen & Leake', '', 0),
(838, 'Rommel Rodrigues', '', 0),
(839, 'S.D. Dave (Justice)', '', 0),
(840, 'Carver', '', 0),
(841, 'Macgillivray', '', 0),
(842, 'Bowstead and Reynolds', '', 0),
(843, 'Shackleton', '', 0),
(844, 'Darryl J Cooke', '', 0),
(845, 'Paul Reed QC', '', 0),
(846, 'Jackson & Powell', '', 0),
(847, 'Sarah McCann', '', 0),
(848, 'T. Bhattacharyya', '', 0),
(849, 'Ivan Hare KC, Catherine Donnelly SC & Jonna Bell', '', 0),
(850, 'David Foxton & Others', '', 0),
(851, 'R. Thilagaraj & Jianhong Liu', '', 0),
(852, 'Pinaki Ghosh, Shambhu Prasad Chakrabarty and Jayanta Ghosh', '', 0),
(853, 'Kiran Gupta, Prakash Sharma, P P Mitra', '', 0),
(854, 'Shruti Bedi', '', 0),
(855, 'Primavera De Filippi & Aaron Wright', '', 0),
(856, 'KV Krishnaprasad, Niranjan Venkatesan,Shivprasad Swaminathan & Umakanth Varottil', '', 0),
(857, 'Malcom N. Shaw', '', 0),
(858, 'Edgar Bodenheimer', '', 0),
(859, 'Bhashyam & Adiga', '', 0),
(860, 'S R Myneni', '', 1),
(861, 'Dr. G.B. Reddy', '', 0),
(862, 'Chunauti H. Dholakia', '', 0),
(863, 'Ramesh Chandra Jena', '', 0),
(864, 'Kamal Garg', '', 0),
(865, 'A K Sharma', '', 0),
(866, 'Kush Kalra', '', 0),
(867, 'D.P. Mittal', '', 0),
(868, 'Purnima Arora', '', 0),
(869, 'Justice Alok Aradhe', '', 0),
(870, 'R.K. Agarwal', '', 0),
(871, 'Guenter Treitel', '', 0),
(872, 'Nicholas Dennys, Robert Clay, Atkin Chambers', '', 0),
(873, 'Katy Barnett', '', 0),
(874, 'Ian Dennis', '', 0),
(875, 'Amanda Pinto, Martin Evans', '', 0),
(876, 'J W Cecil Turner', '', 0),
(877, 'Steven J. Barela, Mark Fallon, Gloria Gaggioli, and Jens David Ohlin', '', 0),
(878, 'Uma Suthersanen', '', 0),
(879, 'Sujit Choudhry, Madhav Khosla, Pratam Bhanu Mehta', '', 0),
(880, 'Sarah Kaplan', '', 0),
(881, 'Dobson Andrew', '', 0),
(882, 'Neil Andrews', '', 0),
(883, 'H.M. Seervai', '', 0),
(884, ' B B Katiyar', '', 0),
(885, 'Thomson Reuters Editorial Board', '', 0),
(886, 'Richard Morgan and Ruth Boardman', '', 0),
(887, 'P Seshagiri Rao', '', 0),
(888, 'Rohinton Nariman', '', 0),
(889, 'P Leelakrishnan', '', 0),
(890, ' Raj Singh Niranjan', '', 0),
(891, 'Rajni Malhotra Dhingra, Aarushi Agarwal, Deepa Kaushik', '', 0),
(892, 'Prathiba M. Singh', '', 0),
(893, 'Subramonium Prasad, Siddhartha Iyer', '', 0),
(894, 'Nina Rohinton Nariman', '', 0),
(895, 'K I Vibhute', '', 0),
(896, 'K.J. Sengupta', '', 0),
(897, 'CA. Pramod Jain', 'B.Com. (H), FCA, FCS, FCMA, LL.B., DISA (ICA), MIMA, Insolvency Professional', 0),
(898, 'Anil Kaushik', '', 0),
(899, 'Ritika Mogha Nahata', '', 0),
(900, 'ELH', 'EASTERN LAW HOUSE ', 0),
(901, 'Talha Abdul Rahman', '', 0),
(902, 'Siddharth Raja, Dharmendra Chatur, Saranya Mishra', '', 0),
(903, 'Noel Ruddy, Simon Mills', '', 0),
(904, 'Neha Vyas', '', 0),
(905, 'Rajesh Kapoor', '', 0),
(906, 'Syed Khalid Rashid', '', 0),
(907, 'Simran Gurnani', 'Advocate & Solicitor', 0),
(908, 'Mamta Bhargava', '', 0),
(909, 'Gaurav Malik', 'Chartered Accountant & the Chief Financial Officer at Exprion Developers', 0),
(910, 'V.S. Datey', 'Mr V.S. Datey, based in Pune, Maharashtra, has extensive experience in the corporate sector, having served in senior roles such as Company Secretary and General Manager (Finance) at Kirloskar Tractors and Taparia Tools from 1966 to 1993. He began his career as an author in 1993, focusing on indirect taxes and corporate laws, with all his books published by Taxmann. His works are widely used in professional exams, such as CA, CS, and ICMA, and are popular among professionals and government officers. Mr Datey also conducts training programs on indirect tax topics.', 0),
(911, 'Sampath Iyengar', '', 0),
(912, ' P Ramanatha Aiyar', '', 0),
(913, 'Niraj Kumar', '', 0),
(914, 'Govind Goel', '', 0),
(915, 'Rajasi Guharoy, Anandit Thakur, Vyakhya Baweja', '', 0),
(916, 'Unnikrishnan Avanoor', '', 0),
(917, 'Rodney D. Ryder, Nikhil Naren', '', 0),
(918, 'Dr.Sadaf Khan, Dr. S. Fatima Zahara Jafri, Dr. Baseerat Fatima', '', 0),
(919, 'Albert S Osborn', '', 0),
(920, 'H L Kumar', '', 0),
(921, 'B Shiva Rao', '', 0),
(922, 'Kalpesh Kumar L Gupta, Hardik H Parikh', '', 0),
(923, 'ProBono India', '', 0),
(924, 'V Sudhish Pai', '', 0),
(925, 'Kerr', '', 0),
(926, 'Henry Campbell Black', '', 0),
(927, 'Law and Justice Editorial Board', '', 0),
(928, 'H L Kumar, Gaurav Kumar', '', 0),
(929, 'Dr. Moumita Bhattacharya', 'LLM, West Bengal Judicial Service', 0),
(930, 'Uday Umesh Lalit', '', 0),
(931, 'Isabella Tisenhusen', '', 0),
(932, 'ELH Editorial Board', '', 0),
(933, 'Amiya Dutta', '', 0),
(934, 'VSR Avadhani', '', 0),
(935, 'V Soubhagya Valli', '', 0),
(936, ' Kritika Krishnamurthy, Anuroop Omkar', '', 0),
(937, 'Astha Srivastava', '', 0),
(938, 'Sumant Batra', '', 0),
(939, 'Justice M L Singhal', '', 0),
(940, 'Prem and R.G. Chaturvedi', '', 0),
(941, 'M V Purushottama', '', 0),
(942, 'Rachit Sharma', '', 0),
(943, 'Dr. Awasthi', '', 0),
(944, 'Pradyumna Sinha', 'Advocate, Calcutta High Court', 0),
(945, 'Dr Gurbax Singh & Dr R G Chaturvedi', '', 0),
(946, 'Rodney D Ryder, Nikhil Naren', '', 0),
(947, 'Dr. Ashok Saraf & Adv. Aditya Ajgaonkar', '', 0),
(948, 'Goff & Jones', '', 0),
(949, 'Manzar Saeed', '', 0),
(950, 'Dr Matthew Lavy, Matt Hervey', '', 0),
(951, 'Salmond & Heuston', '', 0),
(952, 'Diecy, Morris & Collins', '', 0),
(953, 'Dicey, Morris & Collins', '', 0),
(954, 'Gatley', '', 0),
(955, 'Kerly', '', 0),
(956, 'Scrutton', '', 0),
(957, 'Peter Roberts', '', 0),
(958, 'Deacock & Lewison', '', 0),
(959, 'Gaurav Pachnanda & Kartikey Mahajan', '', 0),
(960, 'Rajat Baijal, Abhishek Wadhwa', '', 0),
(961, 'Frederick Pollock', 'Bart., Barrister-at-Law', 0),
(962, 'S Murlidhar', '', 0),
(963, 'V.K. Kharbanda', 'B.Com., LL.B\nEditors: Factories and Labour Reports (IFLR)', 0),
(964, 'Vipul Kharbanda', 'B.B, LL.B. (Hons.), (N.L.S.I.U., Bangalore)\nAdvocate\n', 0),
(965, 'Adv. (Dr.) Ravi Gupta & CA (Dr.) Arun Ahuja', '', 0),
(966, 'Samarjit Balial', 'LLB, M.Sc., PGDBM\nAdvocate, High Court at Calcutta', 0),
(967, 'S. Ganguly', 'Advocate', 0),
(968, 'Basudeb Ganguly', 'Advocate\nEminent Writer of Law Related Books', 0);

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

--
-- Table structure for table `books`
--

CREATE TABLE `books` (
  `BookId` int(11) NOT NULL,
  `BookName` varchar(1000) NOT NULL,
  `SubTitle` varchar(255) DEFAULT NULL,
  `Description` longtext DEFAULT NULL,
  `Features` longtext DEFAULT NULL,
  `Edition` varchar(255) DEFAULT NULL,
  `binding_type` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>Hardcover,1=>Paperback,2=>Both',
  `ISBN` varchar(255) DEFAULT NULL,
  `AuthorId` varchar(50) DEFAULT NULL,
  `YearofPublication` varchar(255) DEFAULT NULL,
  `PublisherId` varchar(255) NOT NULL DEFAULT '1',
  `CoverImage` varchar(255) DEFAULT NULL,
  `EditionType` tinyint(50) NOT NULL DEFAULT 0 COMMENT '0=>default,1=>new,2=>new edition',
  `NoofPages` varchar(120) NOT NULL,
  `IsVisible` char(1) NOT NULL DEFAULT '0',
  `Highlighted` char(1) NOT NULL DEFAULT '0',
  `HighlightImage` varchar(200) DEFAULT NULL,
  `PublishDate` datetime DEFAULT NULL,
  `new_release` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=>new released,0=>not new released',
  `BestSeller` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=>best seller,0=>not best seller',
  `OnlineStore` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=>online available,0=>online not available',
  `IsSpecialPrice` tinyint(4) NOT NULL DEFAULT 0,
  `isEbookAvailable` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>not ebook,1=>ebook',
  `ebookLink` mediumtext DEFAULT NULL,
  `SpecialPriceType` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=>individual,2=>percentage',
  `StockId` int(11) DEFAULT NULL,
  `EntryDate` timestamp NOT NULL DEFAULT current_timestamp(),
  `CategoryId` mediumtext DEFAULT NULL COMMENT 'Book subject',
  `IsDeleted` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0=>not deleted,1=>deleted',
  `book_show` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>book will show in user section,1=>book will not show in user section',
  `Content` longtext NOT NULL,
  `Readership` longtext NOT NULL,
  `category_subcategory` mediumtext DEFAULT NULL,
  `cat_id` varchar(50) DEFAULT NULL COMMENT 'Book category',
  `sample_page` varchar(255) DEFAULT NULL,
  `priceINR` decimal(10,2) NOT NULL DEFAULT 0.00,
  `priceUSD` float NOT NULL DEFAULT 0,
  `SpecialPrice` decimal(10,2) NOT NULL DEFAULT 0.00,
  `ShippingChargeINR` float NOT NULL DEFAULT 0,
  `ShippingChargeUSD` float NOT NULL DEFAULT 0,
  `ExpressShippingChargeINR` decimal(10,2) NOT NULL DEFAULT 0.00,
  `ExpressShippingChargeUSD` float NOT NULL DEFAULT 0,
  `PercentAmtUSD` decimal(10,2) NOT NULL DEFAULT 0.00,
  `PercentAmtINR` decimal(10,2) NOT NULL DEFAULT 0.00,
  `IndividualAmtUSD` decimal(10,2) NOT NULL DEFAULT 0.00,
  `IndividualAmtINR` decimal(10,2) NOT NULL DEFAULT 0.00,
  `updatedAt` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `books`
--

INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1, 'B.B. Mitra\'s Limitation Act', '', '<p>The law of limitation is founded on public policy. There should be a liberal, pragmatic, justice oriented, non-pedantic approach while dealing with an application for condonation of delay. The law of limitation prescribes a period within which legal remedy can be availed of for redress of the legal injury. Substantial justice being paramount and pivotal, the technical consideration should not be given undue and uncalled for sympathy. The courts are not supposed to legalize injustice but are obliged to remove injustice.</p>\n\n<p><strong>Exhaustive coverage</strong><br />\nThe Limitation Act 1963 was enacted to consolidate and amend the law of limitation of suits and other proceedings and for purposes connected therein. The Act deals with the law of limitation as well as law of prescription. In the instant edition the Author has kept no stone unturned to illustrate the basic principles of law of limitation with the help of, the verdict of apex court and different High Courts. Condonation of delay is the important issue and it got the proper treatment. An in-depth study has been made on the topic on adverse possession. Starting point of limitation is very important criterion in the law of limitation and accordingly it is discussed vividly.</p>\n\n<p><strong>Brilliant exposition</strong><br />\nIn the instant edition all the topics are discussed at length such as: computation of period of limitation, acknowledgment, compensation, condonation of delay on different Acts, extension of prescribed period, mortgage, specific performance of contract, suit having no prescribed period, money suit and so on. After publication of its earlier edition the Insolvency and Bankruptcy Code was introduced. The author has taken every care to deal with the Insolvency and Bankruptcy Code vis-a-vis the Limitation Act eruditely which will surely add a new feather at the cap of the instant edition of the work.</p>\n\n<p>All attempt has been made to enrich a reader on the current account of the subject. The instant edition of this work certainly has the merits to be treated as a faithful companion of the bench and the bar as it was in its earlier editions.</p>\n', '', '24th Ed.', 0, '9788196387266', '325', '2024', '1', '2024-07-29_19_59_07.640286B.B._Mitra\'s_The_Linitation_Act_(3).jpg', 2, '1568', '0', '0', '', '0000-00-00 00:00:00', 0, 1, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '32', 0, 0, '', '<p>Judges and Lawyers</p>\n', '1', '1', '', 3950.00, 0, 3357.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-02-10 05:39:27'),
(231, ' Law of Arbitration & Conciliation ', 'Including other ADRs', '<p>This magnificent work sheds light on all the relevant issues that pertinently arise for in this context with updated case-laws which punctuate the remedial measures. Particular care has been taken to discuss exhaustively the aspects of International Commercial Arbitration which is assuming gradual importance in the era of globalisation when trade and commerce extend beyond the borders of nations. The book is the surest guide for all who has to traverse the field of arbitration.</p>\n', '<p>Arbitral award admissibility of Arbitral proceedings duty to act fairly<br />\nDeath of named arbitrator effect<br />\nMisconduct of arbitrator grounds of Arbitrator valuer distinction<br />\nForeign award when binding</p>\n', '3rd', 0, '9788171772537', '18', '2012', '1', 'CoverImage_1444109854231.jpg', 2, '1419', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 1, 4, '0000-00-00 00:00:00', '4', 0, 0, '<p>The Arbitration and Conciliation Act, 1996<br />\nGeneral Provisions<br />\nArbitration Agreement<br />\nComposition of Arbitral Tribunal<br />\nJurisdiction of Arbitral Tribunals<br />\nConduct of Arbitral Proceedings<br />\nMaking of Arbitral Award and Termination of Proceedings<br />\nRecourse Against Arbitral Award<br />\nPenalty and Enforcement of Arbitral Awards<br />\nAppeals<br />\nMiscellaneous<br />\nEnforcement of Certain Foreign Awards<br />\nAlternative Dispute Resolution<br />\nConciliation<br />\nSupplementary Provisions<br />\nAppendices</p>\n', '<p>Judges, Lawyers and the persons who deal in any way with domestic or international arbitration</p>\n', '1', '1', '', 1570.00, 0, 1250.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 320.00, NULL),
(232, 'Law of Arbitration and Conciliation', '', 'In this work, the author has brilliantly delineated the historical growth of the law as prevailing in India and abroad, the methods to be followed in the matter of appointment of arbitrators, the principles and procedure in international commercial arbitration, foreign awards and enforcement thereof and the role of conciliators who are not empowered to pass awards but to countersign the agreement reached between the parties through the intervention and persuasion of the conciliators, the agreement so signed taking the similar effect of an executable award as that of the arbitrators themselves. Illuminated with up-to-date case laws, foreign and Indian, the sectionwise commentaries with special emphasis on the pronouncements of the Supreme Court and of the different High Courts on the law of arbitration &amp;amp; conciliation of conflicting decisions, where needed, give a unique importance to the book.', 'Detailed discussion about International Commercial Arbitration&lt;br /&gt;\r\nSpecial emphasis on arbitration in building and engineering contracts&lt;br /&gt;\r\nFormalities of proceedings before arbitrators&lt;br /&gt;\r\nPlethora of foreign decisions on law', '1st', 0, '8171771335', '82', '2001', '1', 'CoverImage_14333485870.jpg', 1, '952', '0', '0', '', '0000-00-00 00:00:00', 1, 0, 0, 0, 0, NULL, 0, 4, '0000-00-00 00:00:00', '4', 1, 0, '', '', '1', '1', '', 0.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(233, 'Alternative Dispute Resolution ', 'Along with the Gram Nyayalayas Act', '<p>The outstanding work covers and aptly analyses all the topics of the subject, such as Arbitration, Meditation, Lok Adalat, Plea Bargaining, Minitrial, Lokpal, Fast Tract Court, Nyaya Panchayat etc. The Arbitration and Conciliation (Amendment) Act 2019 has received due treatment. The Gram Nyayalayas Act 2008 is discussed in the light of the verdicts of the apex court and different High Courts. To complete the circle of this subject, new chapters on &#39;Online Alternative Dispute Resolution&#39;, &#39;Dar-ul-Qaza&#39; &amp; &#39;Early Neutral Evaluation&#39; are incorporated.</p>\n', '<p>Online Alternative Dispute Resolution<br />\nEarly Neutral Evaluation<br />\nDar-ul-Qaza (Sharia Courts)<br />\nFast Track Arbitration<br />\nArbitration Council of India<br />\nPermanent Lok Adalat</p>\n', '2nd', 0, '9788171773527', '140', '2020', '1', 'CoverImage_1582541878233.jpg', 1, '654', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 1, 'https://www.amazon.in/Alternative-Dispute-Resolution-Along-Nyayalayas-ebook/dp/B09PGGCXK8/ref=sr_1_20?keywords=alternative+dispute&qid=1683361954&s=digital-text&sr=1-20', 1, 1, '0000-00-00 00:00:00', '4', 0, 0, '', '<p>The book will be a faithful companion to lawyers, students and other stakeholders as well.</p>\n', '1', '1', '', 1095.00, 0, 986.00, 0, 0, 165.00, 0, 0.00, 0.00, 0.00, 109.00, NULL),
(1207, 'Jayanta Bagchi\'s World Trade Organisation', 'An Indian Perspective', '<p>Since the birth of WTO India has been playing an important role in the WTO related matters and India has always committed a strengthened, rule based and non-discriminatory multilateral trading system which is fair and equitable. India has been tackling many issues affecting herself and other countries in respect of matters associated with Trade in Goods, Textiles, Agriculture, Intellectual Property Rights, Trade in Services, Labour Standard, Environment, etc.<br />\nProvides complete guidance<br />\nThe revising author kept no stone unturned to climb the peak of excellence of the work. The issues like: Dumping &amp; Antidumping, GATT, TRIMs, Indian strategy &amp; WTO, TRIPs Agreement, and so on have got appropriate treatment. Written and fully updated in simple language and supported by adequate illustrations and charts this work, will help, having a complete guidance on the WTO and is meant to assist researchers study the intricate issues involved in the subject.</p>\n', '<p>Dispute settlement and antidumping<br />\nTrade related investment measures<br />\nTrade policy review mechanism<br />\nRegulating world trade through GATT<br />\nDecision making process of WTO</p>\n', '2nd', 0, '9788171773855', '729', '2023', '1', '2023-07-13_15_01_29.098116wto-11.jpg', 0, '317', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-13 09:31:42', '29', 0, 0, '', '', NULL, '2,1', '', 1250.00, 0, 1000.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 250.00, '2023-07-13 09:31:42'),
(1208, 'Majumder\'s Laws Relating to Notices', '', '<p>Notice means an information, an advice or a written warning in more or less formal shape, intended to apprise a person of such proceeding in which his interest is involved or informing him of some fact which is his right to know and the duty of the notifying authority to communicate. To protect the rights guaranteed by the Constitution of India or laid down in other statutes or contractually agreed, one may have to receive or issue notice from or to persons or authorities.</p>\n\n<p><strong>Up to date state of the laws</strong></p>\n\n<p>In the instant edition of this utility oriented work, care has been taken to cover the relevant areas as much as possible with emphasis on recent legislations and/or amendments thereof. Attempt has been made to incorporate all the important decisions of the apex court and various High Courts to present an up to date state of the law, without making any departure from the compact character of the book. It has made room for a wide variety of laws and Acts under which notices are to be served, catering to the various segments of society.</p>\n\n<p><strong>Comprehensive account of the subject</strong></p>\n\n<p>The present edition provides a comprehensive account of the subject by dealing with the definition and purpose, their classes and requirements, their service and such other broad features. While incorporating the new issues or legislations, this edition eliminates the obsolete ones to reduce the unnecessary bulk. It is devoted to notices coming under several recent Acts of the Central Government. It also contains model forms to render the work useful from the practitioners&rsquo; point of view.</p>\n\n<p>This edition deals with all the current aspects of the subject will surely be treated as helpful as, if not more than, it was in its earlier editions.</p>\n', '<p>Requirements in a notice<br />\nMode of service of notice<br />\nWaiver of notice<br />\nEffects of notice on joint tenants<br />\nNotice by a trustee<br />\nReasonableness of a notice</p>\n', '8th', 0, '9788171773701', '119', '2022', '1', '2023-07-13_15_21_38.964816Notice_2022_front_1.jpg', 0, '942', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-13 09:52:09', '19', 0, 0, '', '', NULL, '2,1', '', 1250.00, 0, 1062.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-13 09:52:09'),
(1209, 'Law and Social Transformation', '', '<p>Law and Social Transformation, a classic treatise by Dr. P. Ishwara Bhat expertly puts forward optimistic signs of the Indian legal system&rsquo;s competence to both lead and follow social transformation with an admirable commitment to multiculturalism, empowerment, and sober modernism.<br />\nThe work is divided into four parts. Part I is a jurisprudential journey of India&rsquo;s evolution as a rule of law country struggling to build a social order informed by equity, equality, and justice. Part II deals with Religion, Language, Regionalism, and Ethnicity. Part III is devoted to an incisive study of the interaction between law and the Constitution on the one hand and the weaker section of society (women, children, and backward classes) on the other. Part IV is a bold attempt to look at the role of law vis-&agrave;-vis several sectors of the polity, the economy, the justice delivery system, and the civil society in the context of modernization and globalization.<br />\nThis new edition is a method of understanding the working of the Constitution in society in its complexity and dynamism. It is a study of transformative constitutionalism in the day-to-day legal system. The author has included all the recent developments and case laws to date along with a new chapter on the social dimension of law during the pandemics (COVID-19).<br />\nThis work is sure to inspire further thinking about law and society&rsquo;s active partnership in social transformation. The book will benefit students and teachers of law and sociology, lawyers, judges, legislators, social activists, NGOs, administrators, policymakers in the government, and the general public of the country.</p>\n', '', '2nd', 0, '9789390715909', '412', '2022', '9', '2023-07-13_16_59_40.758558Law_&_Social_Transformation_2nd_ed..jpg', 0, '1064', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-13 11:30:29', '160,130', 0, 0, '<p><strong>Part I &ndash; GENERAL</strong><br />\nTheory, History, Alternatives and The Constitution</p>\n\n<p><strong>Part II &ndash; MULTICULTURALISM AND SOCIAL TRANSFORMATION</strong><br />\nReligion, Language, Region, and Ethnicity</p>\n\n<p><strong>Part III &ndash; SOCIAL TRANSFORMATION BY EMPOWERMENT</strong><br />\nEmpowering the Backward Classes, Women and Children</p>\n\n<p><strong>Part IV &ndash; MODERNISATION AND SOCIAL TRANSFORMATION</strong><br />\nConcept, Family Law, Economic Reforms, Justice Delivery System Participative Democracy and Response to Pandemics</p>\n', '', NULL, '2,1', '', 1495.00, 0, 1240.85, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, '2023-07-13 11:30:29'),
(1210, 'Administrative Law', '', '<p>The book contains a detailed examination and an elaborate discussion of the principles of administrative law. It includes recent major developments in the field of administrative law and covers exhaustively all major judicial pronouncements which seek to strengthen procedural and substantive safeguards vis-a-vis the administration. The author takes a critical look at the principles of administrative law, showing how they operate in relation to the executive and the citizen. Special emphasis has been made by the author on remedial issues.<br />\nThe 10th edition of this work has been substantially revised and updated with the latest case laws and contemporary developments in various spheres of administrative law, to provide a concise and topical account of this ever-evolving area of law. This edition remains as accessible as ever, fully exploring the core areas of the subject and setting them in a contextual framework.<br />\nIn addition to widespread recognition as an invaluable core textbook for law students, the increasing contact of the individual with the administrative machinery makes this book an ideal reference for judges, advocates, government officials, academicians and interested citizens.</p>\n', '<p>1. Written in a simple and easy-to-understand language.<br />\n2. A significant amount of case law is discussed in the work to further explain every point.<br />\n3. Includes recent major developments in the field of administrative law and covers exhaustively all major judicial pronouncements.<br />\n4. Detailed subject index for prompt and easy reference.<br />\n5. Points for discussion and a list of suggested readings at the end of each chapter to enable wider reading and academic discussion.</p>\n', '10th', 0, '9789390715411', '207', '2022', '9', '2023-07-13_17_02_53.115454massey.jpg', 0, '752', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-13 11:33:12', '5', 0, 0, '<p>1. Introduction to Administrative Law<br />\n2. Conceptual Objections against the Growth of Administrative Law<br />\n3. Anatomy of Administrative Action<br />\n4. Rule-making Power of the Administration<br />\n5. Decision-making or Adjudicatory Power of the Administration<br />\n6. Tribunalisation of Justice<br />\n7. Practice and Procedure of Administrative Adjudication: Rules of Natural Justice<br />\n8. Judicial Review of Administrative Actions: Principles<br />\n9. Judicial Review of Administrative Action: Modes<br />\n10. Public Interest Litigation or Social Action Litigation and Campaign Litigation<br />\n11. Liability of the Administration<br />\n12. Statutory and Non-statutory Public Undertakings<br />\n13. The Citizen and Administrative Faults<br />\n14. Constitutional Protection to Civil Servants and the Administrative Service Tribunal<br />\n15. Global Administrative Law</p>\n', '', NULL, '2', '', 845.00, 0, 718.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-13 11:33:12'),
(1211, 'The Law of Contract ', 'Part of Butterworths Common Law Series', '<p>The Law of Contract provides a comprehensive and authoritative treatment of all aspects of the law of contract. It is both accessible and detailed, designed specifically to meet the needs of practitioners in the field.</p>\n\n<p>The new seventh edition includes detailed commentary on significant developments in the law and incisive analysis of key cases since the last edition published in 2017. Recent major decisions examined will include:</p>\n', '<p>Several cases on good faith, including the litigation associated with Bates v Post Office<br />\nWells v Devani on agreement<br />\nSeveral new cases on illegality, including Stoffel v Grondoma<br />\nTimes Travel v Pakistan Airlines on duress<br />\nChudley v Clydesdale Bank on third parties<br />\nCanary Wharf (BP4) T1 v European Medicines Agency on frustration and Brexit<br />\nTriple Point Technology v PTT Public on liquidated damages</p>\n', '7th', 0, '9789395116480', '128', '2023', '14', '2023-07-13_17_07_12.016459Brownsword_&_Other_Law_of_contract_7th_edition_Indian_reprint.jpg', 0, '1870', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-13 11:37:33', '10', 0, 0, '', '', NULL, '2,1', '', 8250.00, 0, 6847.50, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, '2023-07-13 11:37:33'),
(1212, 'Duncan and Neill on Defamation and Other Media and Communications Claims', '', '<p>Duncan and Neill is a leading authority on defamation law and other related types of action, and as such is an essential edition to the legal library of all practitioners specialising in this area, as well as students/academics and generalists who require a clear overview of the subject.<br />\nIt is a concise and comprehensive work on defamation, but also covers privacy, misuse of private information, malicious falsehood, harassment and data protection. Previous editions have been cited frequently by first instance and appellate courts.<br />\nThe new fifth edition will cover developments in the law and practice of the areas covered in the book since the last edition, including:<br />\nThe latest law and practice on the determination of &#39;meaning&#39;, and the approach of the courts to publications on social media following the Supreme Court decision in Stocker v Stocker.<br />\nWhat the &#39;serious harm&#39; test means in light of the Supreme Court decision in Lachaux v Independent Print Ltd.<br />\nHow the &#39;public interest&#39; defence looks after the Supreme Court decision in Serafin v Malkiewicz.<br />\nDevelopments in cases with an international element, including on jurisdiction and the &#39;libel tourism&#39; provision.<br />\nUp-to-date guide to practice and procedure, following the effective abolition of jury trial for defamation cases and the creation of the &#39;Media and Communications&#39; List.<br />\nCovers key developments in related causes of action, eg claims for misuse of private information and for harassment, and the data protection regime as it applies to publication cases.</p>\n', '', '5th', 0, '9781474317221', '731', '2020', '14', '2023-07-14_13_16_59.631490Duncan_and_Neill_on_Defamation_and_Other_Media_and_Communications_Claims_Fifth_edition.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-14 07:47:06', '12', 0, 0, '', '', NULL, '1', '', 2495.00, 0, 1995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 500.00, '2023-07-14 07:47:06'),
(1213, 'Sassoon: CIF and FOB Contracts', '', '<p><em>Sassoon: CIF and FOB Contracts</em>&nbsp;explains and analyses the law of contracts for the sale of goods carried by sea, in particular the Cost, Insurance and Freight (CIF) and Free on Board (FOB) terms. The work is a thorough and detailed study of this important area of commercial law, focusing on both providing clear and exhaustive guidance on the contractual and legal issues surrounding the performance of these commonly used terms and suggesting drafting solutions for loss prevention purposes.<br />\n<strong>New to edition:</strong><br />\nCovers the Incoterms 2020 rules<br />\nUpdates coverage of damages, following two key recent appeals<br />\nExplains the impact of increased trade restrictions</p>\n', '<p>Sets CIF and FOB sales in a commercial and legal context, explaining the global trade environment and legal systems in which they operate.<br />\nOutlines the rule around the passing of the risk and transfers of property, and exceptions thereto.<br />\nDefines a CIF sale, the essential elements of its contract and the variants which can exist.<br />\nCovers shipment, including duties, description of goods, fitness for purpose, quantity, time, place and route of shipment, as well as the ship and destination.<br />\nExplains bills of lading and other transport documents which may be relevant to a CIF contract.<br />\nDescribes the insurance cover and documents consequent of the use of a CIF contract.<br />\nCovers other relevant documents, like export licences, certificates and commercial invoices.<br />\nAnalyses buyers&rsquo; obligations under a CIF sale, including payment, compliance with formalities and the duty to nominate a destination if not fixed by the contract.<br />\nDiscusses the most common FOB variants and their history.<br />\nExplains the duties of the seller regarding delivery, loading, stowing, packaging, documentary duties, bills of lading and export licences.<br />\nSets out buyers&rsquo; obligations under an FOB sale, covering the duty to make an effective nomination, cost and liabilities under shipping, export and import licences and payment of the price.<br />\nCovers insurance issues under FOB contracts.<br />\nDiscusses how the doctrine of force majeure and frustration can be used in the context of specific CIF and FOB contract clauses.<br />\nExplains the various remedies available, including cases of waiver, estoppel, breach, statutory remedies and damages.<br />\nAddresses difficult questions around conflict of laws, covering jurisdictional and arbitration issues, as well as common law options and the issue of which conventions/regulations determine the law.</p>\n', '7th', 0, '9780414075290', '732', '2020', '2', '2023-07-14_13_20_51.359341Sassoon_CIF_and_FOB_Contracts.png', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-14 07:51:36', '106', 1, 0, '', '', NULL, '2,1', '', 12500.00, 0, 12500.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-14 07:51:36'),
(1214, 'Environmental Law and Policy in India: Cases and Materials', '', '<p>Environmental law and policy in India affects all sections of society. Those most deeply affected by it are the poor. They are the first victims of poor sanitation, polluted air, and contaminated water. Since the 1970s, efforts to protect environmental quality have met with limited success, posing enduring challenges for policy designers and decision-makers entrusted with protecting and preserving natural resources. This edition of Environmental Law and Policy retains the familiar analytical structure of the second edition and includes all major developments since then. It focuses on Indian environmental law, policies, problems, and needs with the comprehensiveness of an American law case book, compiles all the leading cases in environmental law in India with concise extracts of landmark judgments and policy documents, and provides discussions on projects which could potentially degrade the environment.<br />\nThis volume also covers air and water pollution, forests, wildlife, noise pollution, common property resources and tribal communities, environmental impact assessment, coastal regulations, large projects, urban problems, the National Green Tribunal, hazardous substances, transnational environmental policies, and international environment law. It is interlaced with notes, comments, and questions intended to encourage critical thinking amongst lawyers and law students.</p>\n', '', '3rd', 0, '9780192865458', '177,623', '2022', '4', '2023-07-14_13_23_52.877226Environmental_Law_and_Policy_in_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-14 07:54:12', '54', 0, 0, '', '', NULL, '2', '', 995.00, 0, 895.50, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-07-14 07:54:12'),
(1215, 'R K Jain\'s Foreign Trade Policy 2023', 'Authentic Coverage of FTP 2023, Ready Reckoner, Handbook of Procedures & Appendices, New Aayat-Niryat Form, Notifications, Allied Act & Rules Print on Demand ', '<p>This book incorporates the Foreign Trade Policy 2023&nbsp;and Notifications, Public Notices, Forms and Allied Act &amp; Rules. It is an imprint edition of the Foreign Trade Policy 2023. It also includes a glossary of terms for Foreign Trade Policy &amp; Customs.</p>\n\n<ul>\n</ul>\n', '<p>The Present Publication is the 27th Edition and has been amended as on 26th April 2023 with the following coverage:<br />\nForeign Trade Policy Ready Reckoner<br />\nForeign Trade Policy 2023<br />\nHandbook of Procedures 2023<br />\nNew Appendices to Handbook of Procedures&nbsp;notified on 26/04/2023<br />\nNew Aayat-Niryat Forms&nbsp;notified on 26/04/2023<br />\nNotifications<br />\nAllied Act &amp; Rules<br />\nThis book incorporates the Foreign Trade Policy 2023&nbsp;and Notifications, Public Notices, Forms and Allied Act &amp; Rules. It is an imprint edition of the Foreign Trade Policy 2023. It also includes a glossary of terms for Foreign Trade Policy &amp; Customs.</p>\n', '27th', 0, '9789391055004', '734', '2023', '32', '2023-07-14_14_50_43.31655002_foreign_trade_policy.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-14 09:23:07', '46', 1, 0, '', '', NULL, '1,2', '', 2495.00, 0, 2495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-14 09:23:07'),
(1216, 'Foreign Trade Policy 2023', 'Authentic Coverage of FTP 2023, Ready Reckoner, Handbook of Procedures & Appendices, New Aayat-Niryat Form, Notifications, Allied Act & Rules Print on Demand ', '<p>This book incorporates the Foreign Trade Policy 2023&nbsp;and Notifications, Public Notices, Forms and Allied Act &amp; Rules. It is an imprint edition of the Foreign Trade Policy 2023. It also includes a glossary of terms for Foreign Trade Policy &amp; Customs.</p>\n\n<ul>\n</ul>\n', '<p>The Present Publication is the 27th Edition and has been amended as on 26th April 2023 with the following coverage:<br />\nForeign Trade Policy Ready Reckoner<br />\nForeign Trade Policy 2023<br />\nHandbook of Procedures 2023<br />\nNew Appendices to Handbook of Procedures&nbsp;notified on 26/04/2023<br />\nNew Aayat-Niryat Forms&nbsp;notified on 26/04/2023<br />\nNotifications<br />\nAllied Act &amp; Rules<br />\nThis book incorporates the Foreign Trade Policy 2023&nbsp;and Notifications, Public Notices, Forms and Allied Act &amp; Rules. It is an imprint edition of the Foreign Trade Policy 2023. It also includes a glossary of terms for Foreign Trade Policy &amp; Customs.</p>\n', '28th', 0, '9789391055004', '734', '2024', '32', '2023-07-14_14_50_43.31655002_foreign_trade_policy.jpg', 0, '1184', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-14 09:23:07', '7', 1, 0, '', '', NULL, '2,1', '', 2695.00, 0, 2200.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 495.00, '2023-07-14 09:23:07'),
(1217, 'Universal’s Encyclopaedia of Important Central Acts & Rules', '[In 34 Vols.]', '', '<p>Provides detailed, authentic, and up-to-date information with ready access to the full texts of updated Central Acts, Rules, Regulations, Schemes, Orders, Policies, Guidelines, Forms and Notifications etc.</p>\n\n<p><strong>The Complete Set Includes:</strong><br />\n&bull; Alphabetically arranged statutes in 34 bound volumes<br />\n&bull; Updated Central Acts, Rules, Regulations, Schemes, Orders, Policies, Guidelines, Forms &amp; Notifications etc.<br />\n&bull; Important case law in the form of short comments<br />\n&bull; Statement of Objects and Reasons<br />\n&bull; List of Amending Acts<br />\n&bull; Sections/Rules Numbers on top of each page<br />\n&bull; Detailed footnotes for historical legislative effect<br />\n&bull; Relevant state amendments to important Acts<br />\n&bull; Each volume carries a comprehensive index of contents of all 34 volumes</p>\n', '1st', 0, '9789395116541', '735', '2023', '14', '2023-07-14_14_56_53.70678003_encuclopadia.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-14 09:27:16', '135', 0, 0, '', '', NULL, '3', '', 69995.00, 0, 52496.25, 0, 0, 0.00, 0, 0.00, 25.00, 0.00, 0.00, '2023-07-14 09:27:16'),
(1218, 'Law of Defamation & Malicious Prosecution', '', '', '', '1st', 0, '9788196200435', '736', '2023', '33', '2023-08-03_18_35_11.251013Yogesh-V-Nayyar-Law-of-Defamation-and-Malicious-Prosecution-by-Whitesmann.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-14 09:30:29', '12', 0, 0, '', '', NULL, '1', '', 2520.00, 0, 2016.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2023-07-14 09:30:29'),
(1219, 'Handbook of Natural Justice', '', '<p>The people of India have adopted and enacted the Constitution of India to secure justice for all. Constitutional provisions and laws made thereunder can ensure this only when proper procedures are followed by all the adjudicating authorities. The principles of natural justice have been enunciated and laid down by the Supreme Court to ensure that not only justice is done but also to prevent injustice. The book Handbook of Natural Justice explains the implications of the principle of natural justice in application. It covers the leading cases to illustrate the manner in which these principles or rules are applied by the Supreme Court and the High Courts. Key Features: Principles of natural justice including right to be heard, right to notice, right to explain and the right to get a decision by an impartial authority are explained in detail Characteristics of various authorities and the ramifications of bias have been elucidated, with examples of decided cases Limitations of the principles of natural justice in application have been illustrated Remedies available for non-observance of the principles of natural justice are also explained in detail citing cases decided by the Supreme Court and High Courts.</p>\n', '', '1st', 0, '9789395116558', '737', '2023', '14', '2023-07-14_15_02_32.17959905_Handbook_of_Natural_Justice.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-14 09:32:44', '37', 0, 0, '', '', NULL, '1,2', '', 2295.00, 0, 1950.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-06-03 05:23:28'),
(1220, 'A Practical Guide To The Prevention Of Money Laundering Act, 2002', '', '<p>The book was planned to spread awareness and clarity relating to the application of money laundering Act in the business community. The relevant case laws and large number of FAQs have all been incorporated in the book at appropriate places.</p>\n', '', '1st', 0, '9789389290950', '739', '2023', '34', '2023-08-03_17_49_49.502446WhatsApp-Image-2023-06-08-at-5.24.09-PM.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-14 09:38:06', '12', 0, 0, '', '', NULL, '2', '', 795.00, 0, 675.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-14 09:38:06'),
(1221, 'A Compendium of Criminal Procedure', '', '', '', '1st', 0, '9789390529162', '479', '2023', '11', '2023-07-14_15_09_58.96401407.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-14 09:40:13', '12', 1, 0, '', '', NULL, '2,1', '', 2250.00, 0, 1875.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 375.00, '2023-07-14 09:40:13'),
(1222, 'A to Z of Criminal Trial', '', '', '<p>*Practical Procedure involved in Criminal Trial<br />\n*Exhaustive comments and Case Laws<br />\n*Laws on every aspects and stages of Criminal Trial<br />\n*Model Forms of Pleadings and draftings<br />\n*Words and Phrases</p>\n', '4th', 0, '9788196313616', '741', '2023', '33', '2023-07-14_15_12_11.45075208.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-14 09:42:21', '12', 0, 0, '', '', NULL, '2,1', '', 1530.00, 0, 1300.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 230.00, '2023-07-14 09:42:21'),
(1223, 'THE FRAUDITOR', '', '', '', '1st', 0, '9789394163409', '742', '2023', '35', '2023-08-03_17_52_07.17501051CKXMsPApL._SX524_BO1,204,203,200_.jpg', 0, '400', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-14 09:49:00', '12', 0, 0, '<p>Chapter 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Forensic Accounting Concept<br />\nChapter 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Understanding Evidence<br />\nChapter 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;How can Auditors Detect Fraud<br />\nChapter 4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Asset Misappropriation Schemes<br />\nChapter 5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Financial Statement Fraud Schemes<br />\nChapter 6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kickback Schemes<br />\nChapter 7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;How to Deal with a Whistleblower Complain<br />\nChapter 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;How to analyse data<br />\nChapter 9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;How to Prepare for Litigation<br />\nChapter 10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mistakes to Avoid<br />\nChapter 11&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Art and Science of Interviewing<br />\nChapter 12&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Investigating Procedures<br />\nChapter 13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writing a Report<br />\nChapter 14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Money Laundering Schemes<br />\nChapter 15&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Investigating Money Laundering<br />\nChapter 16&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tools for Investigating Money Laundering<br />\nChapter 17&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FAIS Basic Principles<br />\nChapter 18&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FAIS Standards on Key Concepts<br />\nChapter 19&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FAIS Standards on Engagement Management<br />\nChapter 20&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FAIS Standards on Executing Assignments<br />\nChapter 21&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FAIS Standards on Reporting<br />\nChapter 22&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FAIS Standards on Quality Control<br />\nChapter 23&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FAIS Standards on Specialised Areas<br />\nChapter 24&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Case Summaries<br />\nChapter 25&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sample Engagement Letter<br />\nChapter 26&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Investigation and Fraud Examination Report Extracts<br />\nChapter 27&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Internal Controls Sample</p>\n', '', NULL, '2', '', 995.00, 0, 845.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-14 09:49:00'),
(1224, 'Commentary on the Indian Penal Code', '', '', '', '6th', 0, '9789392769252', '743', '2023', '37', '2023-07-14_15_23_05.90027410.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-14 09:53:14', '12', 1, 0, '', '', NULL, '1', '', 6500.00, 0, 4875.00, 0, 0, 0.00, 0, 0.00, 25.00, 0.00, 0.00, '2023-07-14 09:53:14'),
(1225, 'Commentary on The Prohibition of BENAMI Property Transactions Act 1988', '', '', '', '3rd', 0, '9788195767823', '744', '2023', '38', '2023-07-14_15_30_14.85733511.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-14 10:00:34', '132', 1, 0, '<p>1.Introduction<br />\n2. Applicability of the Benami Property Act: Some Critical Issues<br />\n3.Benami Transactions, Benamidar, and Benami Property<br />\n4.The Prohibition of Benami Property Transactions Act,1988<br />\n4.Prohibition of Benami transaction<br />\n5.Authorities<br />\n6.Attachment,Adjudication and Confiscation<br />\n7.Appellate Tribunal<br />\n8.Special Court<br />\n9.Offences and Prosecution<br />\n10.Miscellaneous</p>\n', '', NULL, '1', '', 1595.00, 0, 1345.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 250.00, '2023-07-14 10:00:34'),
(1226, 'All About Trusts & NGOs', '', '<table style=\"width:100%\">\n	<tbody>\n		<tr>\n			<td style=\"background-color:#ffffff; width:3%\"><strong>About&nbsp;All About Trusts &amp; NGOs</strong></td>\n		</tr>\n		<tr>\n			<td style=\"background-color:#ffffff\">&nbsp;</td>\n		</tr>\n		<tr>\n			<td style=\"background-color:#ffffff\">\n			<p><strong>Chapter 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Introduction&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n			<p><strong>Chapter 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Procedure of Formation and Registration of Charitable and Religious Trusts and NGO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n			<p><strong>Chapter 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Provisions of Assessment of Trusts as per Income-tax Act&nbsp;&nbsp;&nbsp;</p>\n\n			<p><strong>Chapter 4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Other Procedural Compliances as per Trust Act&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n			<p><strong>Chapter 5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Procedural Compliances as per Societies Registration Act, 1860&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n			<p><strong>Chapter 6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Audit of Public Charitable Trusts under the Income Tax Act&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n			<p><strong>Chapter 7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Applicability of Foreign Contribution Regulation Act&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n			<p><strong>Chapter 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Applicability of GST to Trusts, Society and Section 8 Company&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n			<p><strong>Chapter 9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Summary of some Landmark Judgments Related to Trust, Society and Section 8 Company</p>\n			</td>\n		</tr>\n	</tbody>\n</table>\n', '', '4th', 0, '978-93-4808-003-5', '745', '2025', '35', '20251029_123436_All_About_Trusts___NGOs_Front__1_.jpg', 2, '712', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-14 10:13:30', '138', 0, 0, '', '', NULL, '2,1', '', 1895.00, 0, 1610.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-10-29 12:35:22'),
(1227, 'Franchise Laws in India', 'A Practical Handbook', '', '', '1st', 0, '9788119129102', '746', '2023', '39', '2023-07-14_15_50_08.30006113.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-14 10:20:18', '7', 0, 0, '', '', NULL, '2', '', 695.00, 0, 600.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 95.00, '2023-07-14 10:20:18'),
(1228, 'Corporate Insolvency – Law and Practice', '', '<p>Bailey and Groves: Corporate Insolvency &ndash; Law and Practice is a leading commentary on the substantive law of corporate insolvency and offers practical guidance on the various procedures arising in this important field.<br />\nWritten by recognised experts in the field, it is a user-friendly text covering all aspects of corporate insolvency in one volume and is accessible to both legal and accountancy practitioners.</p>\n\n<p>The new edition includes:<br />\n* Updated content to incorporate the new Insolvency (England and Wales) Rules 2016, implemented in April 2017<br />\n* New relevant provisions of legislation since the last edition including the Small Business Enterprise Act 2015 and Deregulation Act 2015<br />\n* Coverage of amendments to the Company Directors Disqualification Act 1986 by the Deregulation Act 2015 and the Small Business, Enterprise and Employment Act 2015.</p>\n', '', '5th', 0, '9789395116695', '747', '2023', '14', '2023-07-14_15_52_40.85008014.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-14 10:23:01', '143', 0, 0, '', '', NULL, '1', '', 5695.00, 0, 4495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 1200.00, '2023-07-14 10:23:01'),
(1229, 'Laws Relating to Liberty, Child Custody and Detention', '', '', '', '1st', 0, '9789395116565', '748', '2023', '14', '2023-07-15_10_56_16.40441308_Law_relating_to_child_custody.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-15 05:26:19', '19', 0, 0, '', '', NULL, '2', '', 1395.00, 0, 1116.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-24 16:55:29'),
(1230, 'Constitution of India', '', '<p>The Constitution of India is an indispensable reference tool on the subject. Now in its 17th edition, this article-wise commentary on Constitution of India provides an accurate and up to date accoue nation, along with an expansive list of doctrines. It consists of 22 parts that provide the structure which describes elemental political principles, protocols followed by government bodies and establishes the basic rights and duties of the citizens of the nation. Each part is divided into articles, with some parts having chapters as well, due to the intricacies of sections like Finance, Property, Contracts and Suits. The Constitution of India has a total of 395 articles and 12 schedules. Each article has notes for the reader&rsquo;s reference for the purpose of clarity. The book includes all the updated amendments including the Constitution (One Hundredth and First Amendment) Act, 2016. The approved amendments included begin all the way from 1951 to 2016. The Constitution of India is great for informative purposes as well as research-needs. This book is particularly functional for those engaged in civil service as it lists out every aspect of the constitution of India with a lot of added notes.9789349015517</p>\n\n<p><strong>New to this edition:</strong><br />\n&bull; Updated with latest legislative amendments &ndash; up to The Constitution (One Hundred and Fourth Amendment) Act, 2019, The Dadra and Nagar Haveli and Daman and Diu (Merger of Union Territories) Act, 2019, and The Jammu and Kashmir Reorganisation Act, 2019.<br />\n&bull; Includes important judicial pronouncements.</p>\n', '<p>&bull; Article-wise concise commentary on the Constitution of India.<br />\n&bull; Up to date with all legislative amendments &ndash; beginning from 1951 up to the latest: The Constitution (One Hundred and Fourth Amendment) Act, 2019.<br />\n&bull; Important judicial pronouncements have been incorporated.<br />\n&bull; Each article is followed by short notes to aid the understanding of the reader.</p>\n', '20th', 0, '9789349015517', '139', '2025', '40', '20251019_061055_9789349015517-397x397.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-15 05:30:43', '9', 0, 0, '', '', NULL, '2', '', 650.00, 0, 590.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 60.00, '2023-07-15 05:30:43'),
(1592, 'Customs Law & Practice with Foreign Trade Policy', '', '<p>Customs Law &amp; Practice with Foreign Trade Policy by V.S. Datey offers a comprehensive treatise on India&#39;s Customs Law and Foreign Trade Policy, incorporating all updates from the Finance Act 2025. It integrates statutes, rules, case laws, and departmental clarifications, simplifying fundamental and advanced customs matters&mdash;from duties, valuation, and warehousing to baggage rules, refunds, adjudication, and appeals. Its coverage of the FTP is equally extensive, including authorisations (AA/DFIA/EPCG), SEZ/IFSC provisions, and export incentives (Duty Drawback/RoDTEP). With structured chapters, user-friendly aids, and extensive appendices, this reference is invaluable for customs professionals, corporate compliance teams, and policymakers.</p>\n', '', '27th', 0, '9789364553810', '910', '2025', '10', '20251023_114907_Capture.JPG', 2, '', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2025-10-23 11:50:03', '145', 0, 0, '', '', NULL, '1', '', 3595.00, 0, 2947.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-10-23 11:50:03'),
(1231, 'Hints on Modern Advocacy, Professional Ethics & The Art of Cross-Examination', '', '<p>Hints on Modern Advocacy, Professional Ethics and the Art of Cross-examination is a celebrated text aimed at (i) familiarizing the readers with the nuts and bolts of advocacy and cross-examination; (ii) acquainting them with the art/methods practiced and formulated by the great masters of the profession; and (iii) imparting training of the etiquettes of the profession and rules of conduct.<br />\nModern advocacy requires a combination of legal knowledge, critical thinking, persuasive skills, and effective communication. This book is designed to equip the lawyers of today with these indispensable skills. There are many aspects relating to law practice which a practitioner will learn with experience and time. This book is an authoritative reference text to guide the readers with the do&rsquo;s and don&rsquo;ts of the profession. The current edition has been significantly revised and overhauled; and will cater to practitioners, academics, and students alike.</p>\n', '<p>&bull; Comprehensive coverage of topics to equip the lawyers of today with various tools and skills required for modern advocacy.<br />\n&bull; Complete insight and commentary on rights and duties of an advocate; professional ethics and conduct; and leading cases on professional misconduct.<br />\n&bull; Useful and time-tested tips on how to prepare a case; and address the court, along with illustrations and interesting anecdotes from eminent jurists and lawyers.<br />\n&bull; Dedicated chapters dealing with the fundamentals of examination of witnesses; nitty-gritties of examination-in-chief, cross-examination and re-examination; examination of witnesses in arbitrations; and Independence of Judiciary.<br />\n&bull; Discussion on examination of witnesses with the aid of virtual platforms.<br />\n&bull; Guidance notes on how lawyers must conduct themselves in their dealings with clients, opponents, colleagues, and most importantly, courts (of which they are the officers).</p>\n', '6th', 0, '9789395116329', '749', '2023', '14', '2023-07-15_11_02_24.75043210_Hints_on_Modern_Advocacy.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-15 05:32:44', '113', 0, 0, '', '', NULL, '2', '', 1395.00, 0, 1100.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 295.00, '2023-07-15 05:32:44'),
(1232, 'Corporate Insolvency Resolution Process and Liquidation under the Insolvency and Bankruptcy Code, 2016', '', '<p>The book also deals with various legal remedies which can help secure a congenial and healthy atmosphere during the upbringing of children caught in custody battles, and inculcate the values of basic civility and decency in parents.</p>\n', '', '1st', 0, '9789395116534', '750', '2023', '14', '2023-07-15_11_04_29.95703411_corporate_insolvency.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-15 05:34:45', '143', 0, 0, '', '', NULL, '2,1', '', 2395.00, 0, 2000.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 395.00, '2023-07-15 05:34:45');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1233, 'Law & Procedure on Charitable Trusts and Religious Institutions', '', '', '', '21st', 0, '9788195977277', '752', '2023', '41', '2023-07-15_11_12_31.56419117_law_&_procedure.jpg', 0, '1610', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-15 05:42:36', '138', 0, 0, '<p>1. Charitable Objects &ndash; I<br />\n2. Charitable Objects &ndash; II<br />\n3. Charitable Objects &ndash; III<br />\n4. Objects which are not charitable<br />\n5. Property held under legal obligation<br />\n6. Form of organizations<br />\n7. Modalities for creation of Trust<br />\n8. Trust Deed &ndash; Essentials in the document<br />\n9. Rectification of Deeds<br />\n10. Income of a Charitable Institution<br />\n11. Application of Income<br />\n12. Accumulation of Income<br />\n13. Circulars and Precedents on Application &amp; Accumulation<br />\n14. Charity and Business &ndash; Some Instances &ndash; i<br />\n15. Charity and Business &ndash; Some Instances &ndash; ii<br />\n16. Charities and Capital Gains<br />\n17. Permissible Investments<br />\n18. Registration<br />\n19. Public Institutions v. Private Benefits &ndash; an overviews<br />\n20. Forfeiture of Exemption &ndash; I<br />\n21. Forfeiture of Exemption &ndash; II<br />\n21A. Exempt income brought back for tax as accreted income<br />\n22. Scientific Research Associations<br />\n23. Public Institutions/Sections 10(22). 10(22A) and 10(23C) &ndash; I<br />\n24. Public Institutions/Sections 10(22), 10(22A) and 10(23C) II<br />\n25. Public Institutions/Sections 10(22), 10(22A) and 10(23C) &ndash; III<br />\n26. Other Public institutions exempt under Section 10<br />\n27. Charities and Donors<br />\n28. Assessment Procedure<br />\n29. Charities and Wealth tax<br />\n30. Miscellaneous Issues<br />\n31. Public Religious Trust &ndash; Some Issues<br />\n32. Charities and TDS<br />\n33. Charities and Foreign Contributions (Regulation) Act, 1976 ..<br />\n34. Charities and Foreign Trade ( Development and Regulation) Act, 1992</p>\n\n<p>ANNEXURE</p>\n\n<p>SUBJECT INDEX</p>\n', '', NULL, '1', '', 3495.00, 0, 2865.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-15 05:42:36'),
(1234, 'Contemporary Issues on the Laws of Insolvency & Bankruptcy', '', '<p>The Centre for Corporate Law, National Law University Odisha (CCL, NLUO) in its initiative to promote quality literature in Corporate and allied laws has endeavored to introduce this book on Contemporary Issues on the laws of Insolvency &amp; Bankruptcy. CCL, NLUO believes that it will act as an invaluable resource for insolvency enthusiasts seeking to understand the current state of the Insolvency and Bankruptcy Code, 2016.<br />\nThis book covers a wide range of topics that are essential to practitioners, academicians, and students. The topics introduced and explained by the authors in this book concern the novel ideas, thoughts, and opinions that the dynamic subject of the Insolvency and Bankruptcy Code, 2016 demands. They include wide-ranging areas of cross-border insolvency, airline insolvencies in India, convergence between corporate governance and insolvency, personal and corporate guarantors&#39; liabilities under the insolvency regime, and the conundrum of withdrawal of the Resolution Plan.</p>\n', '', '1st', 0, '9788196145491', '751', '2023', '9', '2023-07-15_11_18_02.38524314_contemporary_issues.jpg', 0, '232', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-15 05:48:20', '139', 0, 0, '<p>1. Examining Cross-Border Insolvency Law in India&nbsp;&nbsp; &nbsp;&nbsp;<br />\n2. Nexus between Mergers &amp; Acquisitions and Insolvency &amp; Bankruptcy Code, 2016&nbsp; &nbsp;&nbsp;<br />\n3. The Position of Guarantors under the Indian Insolvency Regime - How far has the Noose been Tightened?&nbsp; &nbsp;&nbsp;<br />\n4. Insolvency Resolution of RBI Regulated Entities in light of the DHFL Saga&nbsp; &nbsp;&nbsp;<br />\n5. Corporate Governance and the Insolvency &amp; Bankruptcy Code, 2016&nbsp; &nbsp;&nbsp;<br />\n6. An Analysis of the Admiralty Act and the IBC&nbsp;&nbsp; &nbsp;&nbsp;<br />\n7. Can the IBC be a saviour for Enforcement of Arbitral Awards?: An Analysis of its Challenges and Limitations&nbsp;<br />\n8. The interplay between the IBC and other Statutes under the Indian Legal Regime&nbsp; &nbsp;&nbsp;<br />\n9. Individual Insolvency in the Indian Insolvency and Bankruptcy Code: An Analysis&nbsp; &nbsp;&nbsp;<br />\n10. Judicial and Legislative Perspective on Airline Insolvencies in India: A Critical Analysis&nbsp; &nbsp; &nbsp;&nbsp;<br />\n11. Treatment of Contract of Guarantee under IBC, 2016<em>&nbsp; &nbsp; &nbsp;&nbsp;</em><br />\n12. Withdrawal of Resolution Plans under the Indian Insolvency Regime: A Conundrum</p>\n', '', NULL, '2', '', 895.00, 0, 805.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 90.00, '2023-07-15 05:48:20'),
(1235, 'Practical Guide to Limited Liability Partnership (Law, Practice and Procedures)', '', '', '<p>Topic-wise Discussion<br />\nSection-wise Brief Commentary<br />\nContains Act with Explanatory Notes, LLP Rules, 2009 with Forms<br />\nLLP (Winding up and Dissolution) Rules, 2012<br />\nPartnership Act, 1932<br />\n[Explains Whole Gamut of Limited Liability Partnership Including Taxation Aspects in Simple Language]</p>\n', '1st', 0, '9788195977239', '753', '2023', '41', '2023-07-15_11_21_59.14007018_practical_guide.jpg', 0, '1120', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-15 05:52:22', '62', 0, 0, '', '', NULL, '1', '', 2595.00, 0, 2075.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 520.00, '2023-07-15 05:52:22'),
(1236, 'Law of Arbitration and Conciliation', '', '<p>It is a classic work on arbitration and considered to be one of the best commentaries on the law of Arbitration and Conciliation in India.<br />\nSince the publication of the first edition in 1998, this work underwent ninth&nbsp; revisions and one reprint. The response of the legal profession, courts, arbitrators and users to every edition was overwhelming. Almost all the editions were out of print within a year of their publication. Considering the major evolutions in the field of law of arbitration in India and abroad, the present edition is an extensive revision of the commentary. It covers the law of arbitration as on 1st March, 2022. All important decisions of the Supreme Court and the High Courts have been critically analyzed and commented upon. Commentary on most of the important provisions have not only been revised but thoroughly rewritten. It should be of great assistance to the lawyers, courts, arbitrators and all concerned.</p>\n', '', '10th', 0, '9788194271628', '754,755', '2023', '41', '2023-07-29_13_14_25.81856216827Law_of_Arbitration_23_WEB.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-15 05:57:10', '4', 0, 0, '', '', NULL, '1', '', 3495.00, 0, 2920.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 575.00, '2023-07-15 05:57:10'),
(1237, 'Practical Guide to Appeals and Petitions Under Income Tax Act', '', '', '<p>Faceless Assessments<br />\nQuestion and Answers on Faceless Assessment<br />\nFaceless Appeals Scheme, 2020<br />\nFaceless Penalty Scheme, 2021<br />\nNew Assessment, Reassessment and Re-computation Procedures<br />\nScrutiny Assessment and procedure for assessment<br />\nPractical approach to handle reassessment proceedings&nbsp;under section 147 and 148 of the Act<br />\nTime limit for completion of various Assessment and Reassessment&nbsp;and Search Assessments<br />\nAssessment of Search and Seizure cases<br />\nDispute Resolution Committee<br />\nIncome Computation and Disclosure Standards (ICDS)<br />\nAssessment of Builders and Real Estate Developers<br />\nWriting, Drafting and Presentation Skills for various Appeals<br />\nA Ready Reckoner for Appeals under Income Tax Act<br />\nProcedural Aspects of CIT (Appeals)<br />\nCommissioner of Income Tax (Appeals)<br />\nRevision of orders by Commissioner (Section 263 and 264)<br />\nProcedural Aspects of (TTAT) Proceedings<br />\nAppeal before Appellate Tribunal<br />\nRectification of Mistakes by Tribunal<br />\nQuestions and Answers on Procedural Aspects of ITAT<br />\nPrecedent<br />\nPresentation skills before ITAT and Principles of good presentation<br />\nHow to Argue and prepare for Hearing the case before CIT (Appeals), and ITAT (Tribunal)<br />\nFrequently Asked Questions in relation to ITAT Proceedings<br />\nAppeal before High Court<br />\nAppeal to Supreme Court<br />\nStay Application<br />\nWaiver Petition<br />\nHow to make Writ Petition<br />\nSpecial Leave Petition<br />\nHow to face, Search &amp; Seizure under Income Tax Act<br />\nPractical approach to handle Assessment of Search and Seizure cases<br />\nHow to face Survey under Income Tax Act<br />\nHawala Transaction</p>\n', '1st', 0, '9789390740680', '756', '2023', '41', '2023-07-15_11_30_10.80143520_practical_guide.png', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-15 06:00:28', '57', 0, 0, '', '', NULL, '2,1', '', 1595.00, 0, 1320.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 275.00, '2023-07-15 06:00:28'),
(1238, 'Constitutional Resilience in South Asia', '', '<p>South Asia has had a tumultuous and varied experience with constitutional democracy that predates the recent rise in populism (and its study) in established democracies. And yet, this region has remained largely ignored by constitutional studies and democracy scholars.<br />\nThis book addresses this gap and presents a contribution to the South Asia-centric literature on the topic of the stability and resilience of constitutional democracies. Chapters deal not only with relatively well known South Asian countries such as India, Bangladesh, Pakistan, and Sri Lanka, but also with countries often ignored by scholars, such as Bhutan, Nepal, Maldives, and Afghanistan.<br />\nThe contributions consider the design and functioning of an array of institutions and actors, including political parties, legislatures, the political executive, the bureaucracy, courts, fourth branch / guarantor institutions (such as electoral commissions), the people, and the military to examine their roles in strengthening or undermining constitutional democracy across South Asia. Each chapter offers a contextual and jurisdictionally-tethered account of the causes behind the erosion of constitutional democracy, and some examine the resilience of constitutional institutions against democratic erosion.</p>\n', '<p>Preface<br />\nForeword<br />\n<em>Arun Thiruvengadam (National Law School,&nbsp;India)</em><br />\nPart 1: The Problem of Constitutional Resilience Decoded<br />\n1. Constitutional Resilience in South Asia: A Primer,&nbsp;<em>Swati Jhaveri (National University of Singapore, Singapore), Tarunabh Khaitan (University of Oxford, UK) and Dinesha Samararatne (University of Colombo, Sri Lanka)</em><br />\nPart 2: Constitutional Design<br />\n2. Institutional Resilience and Political Transitions in Sri Lanka and Beyond,&nbsp;<em>Dian Shah (National University of Singapore, Singapore) and Mario Gomez (International Centre for Ethnic Studies, Sri Lanka)</em><br />\n3. Old Powers and New Forces in the Bhutanese Constitution &ndash; Anticipating the Resilience of a Young Constitution,&nbsp;<em>Michaela Windischgraetz (University of Vienna, Austria)</em><br />\nPart 3: Federalism<br />\n4. Territorial Dynamics in Sri Lanka: Federalism, Unitarism and Path Dependence,&nbsp;<em>Jayani Nadarajalingam (University of Melbourne, Australia) and Zim Nwokora (Deakin University, Australia)</em><br />\n5. Proposing a Solidarity-Based Federalism for Sri Lanka,&nbsp;<em>Erika Arban (Melbourne Law School, Australia)</em><br />\n6. The Constitutional Resilience of Human Rights in New Federal States: Local Government and the National Human Rights Commission in Nepal,<em>&nbsp;Hari P. Dhungana (Nepal Open University, Nepal) and Iain Payne (University of New South Wales, Australia)</em><br />\nPart 4: The Political Branches<br />\n7. Killing a Constitution with a Thousand Cuts: Aggrandisement and Party&ndash;State Fusion in India,&nbsp;<em>Tarunabh Khaitan (University of Oxford, UK)</em><br />\n8. Dysfunction and Ad Hocism in Agenda Setting: Compromising of the Lok Sabha in India,&nbsp;<em>Devendra Damle (Open Network for Digital Commerce, India) and Shubho Roy (University of Chicago, USA)</em><br />\n9. Dysfunction Resilience of the Afghan Civil Service,&nbsp;<em>Ebrahim Afsah (University of Vienna, Austria)</em><br />\nPart 5: The Judiciary<br />\n10. The Maldives: A Parable of Judicial Crisis, Institutional Corrosion, and Democratic Demise,&nbsp;<em>Ahmed Nazeer (University of Portsmouth, UK)</em><br />\n11. Judicial Evasion, Judicial Vagueness and Judicial Revisionism: A Study of the NCT of Delhi v Union of India Judgment(s),&nbsp;<em>Gautam Bhatia (India)</em><br />\nPart 6: Fourth Branch (Guarantor) Institutions<br />\n12. Sri Lanka&#39;s Guarantor Branch: Constitutional Resilience by Stealth?&nbsp;<em>Dinesha Samararatne (University of Colombo, Sri Lanka)</em><br />\n13. The South Asian Fourth Branch: Designing Election Commissions for Constitutional Resilience,&nbsp;<em>Michael Pal (University of Ottawa, Canada)</em><br />\n14. Between Trust and Democracy: Th e Election Commission of India and the Question of Constitutional Accountability,&nbsp;<em>M. Mohsin Alam Bhat (Jindal Global University, India)</em><br />\n15. The Turbulent Journey and Overlooked Opportunities of Electoral Democracy in Bangladesh,&nbsp;<em>Muhammad Omar Faruque (Bangladesh Judicial Service, Bangladesh)</em><br />\nPart 7: The Military<br />\n16. Rescuing the Agency and Resilience of Civilian Political Actors: Civil-Military Relations in Pakistan, 2008-20,&nbsp;<em>Farhan Hanif Siddiqi (Quaid-i-Azam University, Pakistan)</em><br />\n17. A Frozen Democratic Transition: Pakistan&#39;s Hybrid Regime and Weak Party System,&nbsp;<em>Muhammad Salman (Habib University, Pakistan) and Marzia Raza (University of Osnabr&uuml;ck, Germany)</em><br />\nPart 8: The People<br />\n18. Rethinking Constitutional Resilience from Below: Dalit Rights and Land Reform, F<em>aizan Jawed Siddiqi (Massachusetts Institute of Technology, USA)</em><br />\n19. Constitutional Patriotism in India: Appreciating the People as Constitutional Actors,&nbsp;<em>Jahnavi Sindhu (Humboldt University, Germany) and Vikram Aditya Narayan (Humboldt University, Germany)</em><br />\nPart 9: Conclusion<br />\n20. Epilogue: Resilience and Political Constitutionalism in South Asia and Beyond,&nbsp;<em>Philipp Dann (Humboldt University, Germany)</em></p>\n', '1st', 0, '9781509948864', '758,759,757', '2023', '30', '2023-07-15_11_33_38.64009922_constitutional_resilience.jpg', 0, '512', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 6, '2023-07-15 06:04:13', '9', 0, 0, '', '', NULL, '2', '', 1199.00, 0, 1000.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 199.00, '2023-07-15 06:04:13'),
(1239, 'IP and Other Things', 'A Collection of Essays and Speeches', '<p>The Rt Hon Professor Sir Robin Jacob has been variously a leading member of the Intellectual Property Bar, a High Court judge and, as Lord Justice Jacob, a judge in the Court of Appeal of England and Wales. His primary area of expertise is intellectual property (IP) rights. He chose to leave the Court of Appeal in March 2011 to take up his current position as the Sir Hugh Laddie Chair in intellectual property at University College London. Besides teaching and writing he still sits occasionally in the Court of Appeal, sits as an arbitrator, provides expert evidence, chairs the Advisory Committee on the Appointment and Training of the Judges of the Unified Patent Court and often advises the UK Government and EU Commission on IP matters. These essays and speeches, selected from his published and unpublished writings and lectures, illustrate the breadth of his learning in IP and other matters. They are written in typically straightforward and entertaining style and, in the case of the older essays, include a commentary of what has happened since they were first published. They will be of interest to any lawyer, law student or scholar interested in the development of IP law in the past quarter century or so.</p>\n', '', '1st', 0, '9781509918386', '760', '2023', '30', '2023-07-15_11_36_41.57936823_IP_and_Other.jpg', 0, '536', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-15 06:10:26', '28', 1, 0, '<p>Part I: Introduction<br />\n1. Addresses of Welcome for Mr Justice Jacob: In the High Court of Justice-Chancery Division&nbsp;<br />\nPart II: General Non-IP<br />\n2. Pieces for My Almae Matres: Trinity College and LSE&nbsp;<br />\n3. Knowledge of the World and the Act of Judging&nbsp;<br />\n4. My Dad and Gray&#39;s Inn&nbsp;<br />\n5. &#39;Be Ye Ever so High, the Law is above You&#39; : What that means in Practice&nbsp;<br />\n6. Court-Appointed Experts v Party Experts: Which is Better?&nbsp;<br />\nPart III: General IP<br />\n7. Intellectual Property in the House of Lords&nbsp;<br />\n8. Intellectual Property and Competition Law: Can Economists Help?&nbsp;<br />\n9. Woolly Lines in Intellectual Property Law&nbsp;<br />\n10. IP Law: Keep Calm and Carry On?&nbsp;<br />\n11. Is Intellectual Property the Grit in the Wheels of Industry?&nbsp;<br />\n12. Towards a European Civil Procedural Code&nbsp;<br />\n13. International Intellectual Property Litigation in the Next Millennium&nbsp;<br />\n14. The Convergence of European Intellectual Property Law?&nbsp;<br />\n15. Community Intellectual Property Law in English Courts&nbsp;<br />\n16. The Relationship Between European and National Courts in Intellectual Property Law&nbsp;<br />\n17. Article for&nbsp;<em>The House&nbsp;</em><br />\n18. Industrial Property - Industry&#39;s Enemy?&nbsp;<br />\nPart IV: Patents<br />\n19. Competition Authorities Support Grasshoppers: Competition Law as a Threat to Innovation&nbsp;<br />\n20. Patents and Pharmaceuticals - A Paper given on 29 November 2008 at the Presentation of the<br />\nDirectorate-General of Competition&#39;s Preliminary Report of the Pharma-sector Inquiry&nbsp;<br />\n21. FRAND: A Legal Analysis&nbsp;<br />\n22. Patent Trolls in Europe - Does Patent Law Require New Barriers?&nbsp;<br />\n23. Patent Thickets: A Paper for the European Patent Office Economic and Scientific Advisory Board (ESAB) Meeting at the University of Leuven (26 September 2012)&nbsp;<br />\n24. Don&#39;t Attack Patent Law but Improve it&nbsp;<br />\n25. The Perfect Patent Court&nbsp;<br />\n26. To Bifurcate or Not to Bifurcate: That is the Question&nbsp;<br />\n27. Raising the Bar: A Mistaken Chimera?&nbsp;<br />\n28. Law and the Human Genome Project&nbsp;<br />\n29. In Honour of R&uuml;diger Rogge&nbsp;<br />\n30. Abolish Patents?&nbsp;<br />\n31. Patent Litigation: Why Everyone Gets it Wrong and What Should We do?&nbsp;<br />\n32. The Community Patent or a European Patent Court? Is it Time to Choose?&nbsp;<br />\n33. The Harmonisation of Patent Litigation&nbsp;<br />\n34. Paper for the Ninth (Madrid) Symposium of the European Patent Judges 1998&nbsp;<br />\n35. Objectionable Narrowness of Claim, a &#39;Side Bar&#39;&nbsp;<br />\nPart V: Trade Marks<br />\n36. Trade Marks: Reality or Illusion?&nbsp;<br />\n37. Trade Marks and the Olympic Games Throughout the Years&nbsp;<br />\n38. Product Shape and Trade Dress: A Critical Analysis&nbsp;<br />\nPart VI: Copyright<br />\n39. Parody and IP Claims: A Defence? - A Right to Parody?&nbsp;<br />\n40. The Globalisation of Copyright&nbsp;<br />\nPart VII: Forewords and Prefaces<br />\n41. Foreword to the&nbsp;<em>CIPA Guide to the Patents Act&nbsp;</em><br />\n42. Foreword to&nbsp;<em>Bullen &amp; Leake &amp; Jacob&#39;s Precedents of Pleadings Hong Kong&nbsp;</em><br />\n43. Foreword to&nbsp;<em>Software Patents Worldwide&nbsp;</em><br />\n44. Preface to&nbsp;<em>Intellectual Property Rights and the EC Competition Rules&nbsp;</em><br />\n45. Foreword to&nbsp;<em>Decisions of the UK Performing Rights Tribunal and Copyright Tribunal 1957 &ndash; 1996&nbsp;</em><br />\n46. Foreword to&nbsp;<em>Trade Mark Law: A Practical Anatomy&nbsp;</em><br />\nPart VIII: Personal<br />\n47. To Dieter Stauder: For his Festschrift&nbsp;<br />\n48. Speech at the CIPA President&#39;s Dinner on&nbsp;<em>HMS Belfast&nbsp;</em>, 3 June 2009&nbsp;<br />\n49. Mr Justice Jacob Interview for&nbsp;<em>Managing Intellectual Property&nbsp;</em><br />\n50. Interrogatories Answered by the Treasurer&nbsp;<br />\n51. Three Little Ships (Treasurers &#39; Trip to New World, Jamestown)<br />\n52. On Going to the Bar&nbsp;<br />\n53. Thomas Blanco White QC 1915 &ndash; 2006: A Personal Reminiscence by Robin Jacob&nbsp;<br />\n54. Hugh Laddie Memorial&nbsp;<br />\n55. Sir Hugh Laddie Obituary&nbsp;<br />\n56. In Memoriam: Nicholas Pumfrey&nbsp;<br />\n57. Sir Nicholas Pumfrey&nbsp;<br />\n58. My Friend Cyril&nbsp;<br />\nPart IX: Conclusion<br />\n59. Valedictory Remarks on the Retirement of the Rt Hon Lord Justice Jacob</p>\n', '', NULL, '2', '', 1799.00, 0, 1449.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 350.00, '2023-07-15 06:10:26'),
(1240, 'Comparative Law in Practice', 'Contract Law in a Mid-Channel Jurisdiction', '<p>This book provides a comparative study of contract law, examining the interaction of common law and civil law approaches to contract law. Drawing extensively upon English, French and European law, the book explores how the law of contract of Jersey, Channel Islands, has been influenced by both civil law and common law sources. It is argued that this jurisdiction is a striking example of comparative law in action, given that Jersey contract law is made up of a blend of common law and civil law approaches. Jersey law is premised upon a subjective approach to contracts, in which civil law concepts such as cause (rather than consideration) and&nbsp;<em>vices de consentement&nbsp;</em>are the foundational aspects, but is nonetheless highly influenced by the common law in areas such as remedies (damages, termination, etc).&nbsp;<br />\nThe book analyses a series of key issues from a comparative and European perspective, including the principles underlying contract law (comparing and contrasting civil and common law approaches), the formation of contract, requirements of reciprocity (cause vs consideration), the structure and approach of precontractual liability, the role of good faith in a mixed system, the architecture of remedies, and more.</p>\n', '', '1st', 0, '9781509927531', '761', '2023', '30', '2023-07-15_11_44_22.75165524_comparative_law.jpg', 0, '208', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-15 06:14:03', '10', 1, 0, '<h3>Table of Contents</h3>\n\n<p>1. Introduction&nbsp;<br />\n2. A Mid-Channel Jurisdiction-Jersey as a Mixed Legal System&nbsp;<br />\n3. Basic Principles of Contract Law from a Comparative Perspective&nbsp;<br />\n4. The Formation of a Contract&nbsp;<br />\n5. Undermining a Contract:&nbsp;<em>Vices de Consentement&nbsp;</em><br />\n6. Effects of Contracts&nbsp;<br />\n7. Comparing Remedies&nbsp;<br />\n8. Comparative Law Lessons and Reform Issues&nbsp;</p>\n', '', NULL, '2', '', 899.00, 0, 899.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-15 06:14:03'),
(234, 'Law of Banking & Bankers', '', '<p>The work makes a comprehensive study of the Banking Laws of India, both substantive and procedural. Globalisation of trade and arrival of multinationals in our country make the role of banks and bankers highly important. A coherent analysis of the principles of banking in their various aspects including mortgage, hypothecation, company securities, commercial credits, loans, indemnities etc. makes it a uniquely authoritative guide in the complex area of banking law.</p>\n', '', '1st', 0, '8171770525', '60', '1995', '1', 'CoverImage_14333493380.jpg', 1, '468', '0', '0', '', '0000-00-00 00:00:00', 1, 0, 0, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '139', 0, 1, '', '', '1', '1', '', 325.00, 0, 276.25, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(235, 'The Law of Carriage of Goods by Sea & Air', '', '<p>The Law of Carriage of Goods by Sea and Air, the Merchant Shipping Act, the Bill of Lading Act and their relevant international conventions have, with globalisation, assumed great importance in India expanding its import and export trade boosting up the country&amp;rsquo;s economy. The present work by a reputed author deals with the subject and solves the problems arising out of disputes in connection therewith updating the work with case-laws, foreign and Indian for use by judges and lawyers.</p>\n', '<p>Admiralty action when to stay<br />\nCollision of vessels of sea consequence of Bill of lading and demurrage discussed<br />\nDoctrine of contributory negligence highlighted<br />\nMaritime fraud what is<br />\nHague Visby Rules focused</p>\n', '2nd', 0, ' 9788171772599', '82', '2013', '1', 'CoverImage_1444109934235.jpg', 2, '1046', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '17', 0, 0, '<p>Law of Merchant Shipping<br />\nNational Shipping Board<br />\nGeneral Administration<br />\nShipping Development Fund<br />\nRegistration of Indian Ships<br />\nCertificate of Officers<br />\nObligations of Certain Certificate Holders to Serve Government or in Indian Ships<br />\nSeaman and Apprentices<br />\nPassenger Ships Safety<br />\nNuclear Ships<br />\nSecurity of Ships and Port Facilities<br />\nCollisions, Accidents at Sea and Liability<br />\nLimitation of Liability<br />\nCivil Liability for Oil Pollution Damage<br />\nInternational Oil Pollution Compensation Fund<br />\nNavigation<br />\nPrevention and Containment of Pollution of the Sea by Oil<br />\nInvestigation and Inquiries<br />\nWreck and Salvage<br />\nControl of Indian Ships and Ships Engaged in Coasting Trade<br />\nSailing Vessels Fishing Boats<br />\nPenalties and Procedure<br />\nMiscellaneous<br />\nRepeals and Savings<br />\nLaw of Carriage of Goods by Sea<br />\nRules Relating to Bills of Lading<br />\nResponsibilities and Liabilities<br />\nLaw of Bill of Lading<br />\nLaw of Carriage by Air<br />\nLaw of Carriage by Road<br />\nLaw of Multimodal Transportation of Goods<br />\nMany Standard Forms</p>\n', '<p>Judges and Lawyers</p>\n', '1', '1', '', 1200.00, 0, 1020.00, 0, 95, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(236, 'Ganguly\'s Civil Court Practice & Procedure', '', '<p>This monumental legal work is now appearing in its fourteenth edition in a completely reoriented and rejuvenated form. Under this umbrella all the important civil statutes which have direct relation with each other are dealt with according to their current status in clear and compact manner. The instant edition offers a reliable guide to the legal practitioners not only in the civil court, but also before the claim Tribunals including those under Motor Vehicles Act as well as the Consumer Disputes Redressal Fora.</p>\n', '<p>Acquisiation of land<br />\nArbitration and conciliation<br />\nCode of Civil Procedure<br />\nConduct and misconduct of advocates<br />\nConstitution of India<br />\nConsumer protection<br />\nGuardian and wards<br />\nHindu laws<br />\nIndian Succession<br />\nMahomedan Laws<br />\nMarriage laws<br />\nModel forms of petition, writs affidavits, deeds and notices<br />\nMotor accident claims<br />\nTransfer of property</p>\n', '14th (2016)', 0, '9788171773787', '728', '2023 (Reprint)', '1', '2023-08-18_20_55_31.847325civil_court_(1).jpg', 2, '2562', '0', '0', '', '0000-00-00 00:00:00', 0, 1, 1, 1, 0, NULL, 1, 1, '0000-00-00 00:00:00', '19', 0, 0, '<p>Part 1 Advocate and advocacy<br />\nPart 2 Code of Civil Procedure<br />\nPart 3 Notes on different acts<br />\nPart 4 Model forms of affidavits, deeds and notices</p>\n', '<p>Persons engaged in Legal Profession</p>\n', '1', '1', '', 4095.00, 0, 3295.00, 0, 0, 250.00, 0, 0.00, 0.00, 0.00, 800.00, NULL),
(1205, 'Dispute Settlement Mechanism of WTO ', 'Balancing the Disequilibrium', '<p>An utility-oriented work focuses on the developing country perspective in dispute settlement system of WTO.&nbsp; The increased legalization of the dispute settlement system of WTO has brought tremendous change in the mechanism and has strengthened faith of smaller and weaker parties but it does not come without costs.<br />\n<strong>Disputes before DSM</strong><br />\nWhen the rights of the Member Countries are infringed they may bring the disputes to the WTO.&nbsp; Judgements relating to such disputes are delivered by specially appointed independent experts that are based on interpretations of the agreements and individual countries&rsquo; commitments. The author has stepped into every stone like: TRIPs Agreement, Uruguay Round, GATT, Disputes Settlement, Dumping &amp; Anti-dumping, etc. to acquaint the readers with the current development on the subject.</p>\n', '<p>Functional &amp; structural aspects of DSB<br />\nEstablishment of panel of DSB<br />\nParticipation of developing countries in DSM<br />\nApplication on DSU<br />\nLegalization of multilateral system<br />\nDispute settlement system of WTO</p>\n', '1st', 0, '9788171773848', '729', '2023', '1', '2023-07-29_15_05_16.456082ELH_Cover_-_Khan_DSM_of_WTO_2023_April-01-01-01-01-01-01_(1).png', 0, '397', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-13 08:37:40', '29', 0, 0, '', '', NULL, '2,1', '', 1450.00, 0, 1175.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 275.00, '2023-07-13 08:37:40'),
(848, 'Law of Limitation', '', '<p>Law of Limitation is a simple, concise yet exhaustive and authoritative commentary on the Limitation Act, 1963. The Limitation Act, 1963 is an important statute that prescribes the general rules and time frames within which litigants must approach the courts of law for filing of suits, appeals and applications. This book is a handy and reliable reference for every lawyer and for all persons concerned with the adjudication process (including judges and law officers) to comply with the law of repose on a day-to-day basis. Written with a view to simplify the research needs of the legal community, Law of Limitation offers quality content with ease of navigation apart from providing logical interpretation of statutory law, easy-to-understand commentary, latest case laws (all High Courts and Supreme Court) and Central and State amendments, landmark judgments, illustrative calculation method for limitation period, systematic arrangement of Bare Act provisions in the Contents and section wise synopses.</p>\n', '', '1st', 0, '9789389891294', '426', '2020', '11', '2023-06-28_12_29_06.54246701_law-of-limitation.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-28 06:59:12', '32', 1, 0, '', '', NULL, '2,1', '', 1600.00, 0, 1360.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-28 06:59:12'),
(237, 'Sexual Violence against Women with Special Reference to Rape', '', '<p>In this new edition is a comprehensive analysis of the underlying causes of sexual violence, historical context, available remedies, compensation mechanisms, proposed legislative amendments, and corresponding punishments have been elaborately addressed. Legal provisions of the Protection of Children from Sexual Offences Act 2012, the Sexual Harassment of Women at Workplace (Prevention, Prohibition and Redressal) Act 2013, and the new criminal laws, as BNS, BNSS, and BSA, have been thoroughly discussed with the help of pivotal case laws to enhance its relevance and utility within the legal fraternity.&nbsp;</p>\n', '', '2nd', 0, '978-81-972583-1-2', '140', '2026', '1', '20251209_113755_Sexual_Harassment_colour_front_copy.jpg', 2, '569', '0', '0', '', '0000-00-00 00:00:00', 1, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '12', 0, 0, '', '<p>Judges, Lawyers and Students</p>\n', '2', '2', '', 1250.00, 0, 1037.50, 0, 0, 65.00, 0, 0.00, 17.00, 0.00, 0.00, '2025-12-09 11:39:06'),
(238, 'Bail Law & Practice', '', '<p>A comprehensive and updated work on the subject covers almost all the important issues like, bail in bailable offence, bail in non-bailable offence and Supreme Court&amp;rsquo;s guideline in this regard, anticipatory bail, cancellation of bail, bail under other Acts, amounts of bail, bond, forfeiture of bond, and parole, etc. Detention under the preventive detention law is new incorporation in this edition to make the work more useful to the bench, the bar and the police department.</p>\n', '<p>Maximum period of detention<br />\nConditions for anticipatory bail<br />\nDuty of court in cancellation of bail<br />\nRelease in parole under Art. 226 of the Constitution<br />\nDetention under preventive detention law</p>\n', '5th', 0, '9788171772872', '23', '2014', '1', 'CoverImage_1444110007238.jpg', 2, '1070', '0', '0', '', '0000-00-00 00:00:00', 1, 1, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '12', 0, 0, '<p>Introduction<br />\nBail by Police<br />\nBail by Magistrate<br />\nBail by Sessions Judge<br />\nBail by High Court<br />\nBail by Supreme Court<br />\nBail in Bailable Offences<br />\nBail in Non-Bailable Offences<br />\nSpecial Powers of High Court or Sessions Court Regarding Bail<br />\nAnticipatory Bail<br />\nBail under Other Acts<br />\nCancellation of Bail<br />\nBail from Persons other than Accused<br />\nAmount of Bail<br />\nBond and Forfeiture of Bond<br />\nParole<br />\nDetention Order -- Preventive Detention Act</p>\n', '<p>Judges, Advocates and Persons engaged in Legal field</p>\n', '1', '1', '', 1450.00, 0, 1232.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(239, 'J.A. Parks\' Principles & Practice of Valuation', '', '<p>An outstanding work of a celebrated author is now appearing in its Sixth Edition, covering entire gamut of the science and art of valuation. This new edition is thoroughly revised, updated and enlarged by incorporating a new chapter on Market Value. A large number of judicial pronouncements and more than hundred illustrative examples are incorporated to make the work utility-oriented. Mathematical examples, sketches and diagrams projecting new thoughts add to attraction of this work.</p>\n', '<p>Fair market value<br />\nBenefit approach to valuation<br />\nBelting method of valuation<br />\nPlant and machinery<br />\nReal estate market<br />\nSales comparison method<br />\nYear&#39;s purchase</p>\n', '6th', 0, '9788171772940', '22', '2015', '1', 'CoverImage_1444110029239.jpg', 2, '975', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '47', 0, 0, '<p>Concepts<br />\nTheories of Value<br />\nValue, Price and Cost<br />\nValue Considerations in Variety of Property<br />\nMethodology of Valuation<br />\nMarket and Real Estate Market<br />\nMarket Value<br />\nMarket Approach and Sales Comparison Method<br />\nRental Method of Valuation<br />\nRent and Ground Rent<br />\nRent of different types<br />\nIncome Approach to Valuation<br />\nSecurity<br />\nLand and Building Method of Valuation<br />\nLand Characteristics<br />\nBuilding and Estates<br />\nCost Approach to Valuation<br />\nBenefit Approach to Valuation<br />\nValuation of Leasehold Interests<br />\nValuation of Easements<br />\nValuation of Land and Building Subject to Restrictions<br />\nValuation of Assets other than Real Estate<br />\nValuation of Different Fiscal Purposes<br />\nValuation for other Statutory and Non-Fiscal Purposes<br />\nNon-Money Economy and Valuation<br />\nThe Construction &amp;amp; Application and Use of Life Tables</p>\n', '<p>Judges, Lawyers, Valuers &amp;amp; Students</p>\n', '1', '1', '', 850.00, 0, 722.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(240, 'Law of Maintenance in India', 'An Overview', '<p>The work critically analyses the provisions of maintenance under various enactments in force in India, stressing on the scope and ambit of s. 125, CrPC. It covers the sources of concept of maintenance and its application through welfare legislations. The scope of maintenance in various countries of the world have also been discussed indepth. It focuses on the lacuna and loopholes in the scope and ambit of law as prevalent in India.</p>\n', '<p>Sources of the concept of maintenance<br />\nMaintenance of step-parents<br />\nMaintenance in various other countries<br />\nLacuna and loopholes in law of maintenance<br />\nMuslim women&amp;rsquo;s right to adoption<br />\nDNA test as conclusive proof of paternity</p>\n', '1st (2015)', 0, '9788171773534', '172', '2019 (Reprint)', '1', 'CoverImage_1444110063240.jpg', 1, '256', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '34', 0, 0, '<p>Chapter 1 Introduction<br />\nChapter 2 Maintenance of Wife<br />\nChapter 3 Maintenance of Children<br />\nChapter 4 Maintenance of Parents<br />\nChapter 5 Adoption<br />\nChapter 6 Conclusion</p>\n', '<p>Judges, Lawyers and Students</p>\n', '2', '2', '', 495.00, 0, 420.75, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(241, 'Maintenance - Law & Practice', '', '<p>An outstanding work by an experienced and retired Judge covering almost all the problems and their probable solutions relating to the provisions of maintenance appearing in CrPC and other different statutes. This will help the readers to grasp the entire gamut of law and to understand the current position of the controversial issues like maintenance of second wife when the first one is living, maintenance of unchaste wife, maintenance of Muslim divorced women even after the iddat period, maintenance of illegitimate children, DNA test to determine paternity, maintenance of parents and senior citizens which are some of them.</p>\n', '<p>Legitimate and illegitimate child difference between Maintenance of child of rape victim focused<br />\nChange in circumstances interpreted<br />\nAttachment of future salary justified if<br />\nMaintenance beyond period explained<br />\nDNA test to determine paternity conclusive if</p>\n', '1st', 0, '9788171772513', '23', '2012', '1', 'CoverImage_1444110093241.jpg', 1, '934', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 1, 4, '0000-00-00 00:00:00', '34', 0, 0, '<p>Ch - 1 Maintenance of Various Communities in India<br />\nCh - 2 Maintenance of Wife under Code of Criminal Procedure<br />\nCh - 3 Maintenance of Child under the Code of Criminal Proedure<br />\nCh - 4 Maintenance of Parents<br />\nCh - 5 Interim Maintenance<br />\nCh - 6 Execution<br />\nCh - 7 Practice and Procedure<br />\nCh - 8 Alteration of Maintenance<br />\nCh - 9 Enforcement of Order of Maintenance Under Section 128, CrPC<br />\nCh - 10 The Muslim Women (Protection of Rights on Divorce) Act 1986<br />\nCh - 11 Maintenance and Welfare of Parents and Senior Citizens Act 2007<br />\nCh - 12 Maintenance under Hindu Law<br />\nCh - 13 Maintenance of Widowed Daughter-in-Law<br />\nCh - 14 Maintenance of Children and Aged Parents<br />\nCh - 15 Maintenance under Islamic Law<br />\nCh - 16 Maintenance under Section 125, CrPC<br />\nCh - 17 Separate Maintenance of Muslim Children<br />\nCh - 18 Maintenance of Muslim Parents<br />\nCh - 19 Maintenance of Indian Christians, Parsis, Jews, Eurasians<br />\nCh - 20 Maintenance under the Maintenance and Welfare of Parents and Senior Citizens Act<br />\nCh - 21 Maintenance under the Hindu Marriage Act<br />\nCh - 22 Permanent Alimony under Section 25 of the Hindu Marriage Act 1955<br />\nCh - 23 Maintenance under the Special Marriage Act 1954<br />\nCh - 24 Permanent Alimony under the Special Marriage Act 1954<br />\nCh - 25 Maintenance under the Divorce Act 1869<br />\nCh - 26 Maintenance under the Parsi Marriage and Divorce Act 1936<br />\nCh - 27 Maintenance under the Jammu and Kashmir Hindu Marriage Act 1980<br />\nCh - 28 Maintenance under the Foreign Marriage Act 1969<br />\nCh - 29 Alimony for Muslim Women<br />\nCh - 30 Maintenance under the Converts; Marriage Dissolution Act 1866<br />\nCh - 31 Protection of Women from Domestic Violence Act 2005</p>\n', '<p>Judges, Advocates and Persons engaged in Legal field</p>\n', '1', '1', '', 1080.00, 0, 920.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 160.00, NULL),
(242, 'Mitra\'s Civil Reference', '', '<p>An outstanding work covering almost all the civil laws of the land appears into its Fifth Edition. The instant edition made room for a number of Act and legal principles for the present need of the legal fraternity. The Acts which are recently appeared are also incorporated in this edition. All the leading civil subjects <em>inter alia </em>Marriage &amp; Divorce, Succession, Property laws, Family laws, Clinical Establishment, Consumer Protection, Environment Protection, Electricity, Maintenance &amp; Welfare of Parents and Senior Citizens, etd. have received appropriate discussion. The completely updated edition may be treated as an indispensable companion to legal fraternity.</p>\n', '<p>Constitution<br />\nClinical Establishment<br />\nConsumer Protection<br />\nEasement<br />\nElectricity<br />\nEnvironment Protection<br />\nInterpretation of Deeds<br />\nStatute<br />\nLand Law<br />\nMaintenance of Parents and Senior Citizen<br />\nMarriage Laws including Child Marriage<br />\nSpecific Relief<br />\nTransfer of Property<br />\nTort<br />\nTrust</p>\n', '5th', 0, '9788171773459', '140', '2019', '1', 'CoverImage_1548404774242.jpg', 2, '1728', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '19', 0, 0, '', '', '1,3', '1', '', 2850.00, 0, 2422.50, 0, 0, 140.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(243, 'Competition Law in India', '', '<p>This work aims at providing a practical insight on the evolving nuances of Indian competition law to enterprises, their management and officers in charge, on all three substantive aspects of the Competition Act, i.e. provisions relating to anti-competitive agreements, abuse of dominance and merger control provisions. The instant edition provides an insight into the Indian competition jurisprudence being shaped by the Competition Commission of India from 2009 to date.</p>\n', '<p>Abuse of Dominant Position<br />\nIntellectual Property Right<br />\nRelevant Product Market<br />\nAnti-competitive Agreement<br />\nRegulation of Combination</p>\n', '2nd (2014)', 1, '9788171773916', '98,157', '2026 (Reprint)', '1', '20250920_064124_Competition_Law_in_India_2025.jpg', 2, '799', '0', '0', '', '0000-00-00 00:00:00', 0, 1, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '52', 0, 0, '<p>Chapter 1 Introduction<br />\nChapter 2 Anti-Competitive Agreement and Competition Law<br />\nChapter 3 Abuse of Dominance<br />\nChapter 4 Regulation of Combinations<br />\nChapter 5 Intellectual Property, Competition Law<br />\nAppendix<br />\nThe Competition Act, 2002<br />\nHigh Level Committee on Competition Policy and Law (the Raghavan Committee)</p>\n', '<p>Judges, Lawyers and Students</p>\n', '1', '1,2', '', 1250.00, 0, 1062.50, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(244, 'Law of Special Economic Zone', ' National & International Perspective', '<p>The work presents an indepth study of the SEZ Act and the SEZ Rules along with all the important circulars and notifications relating to the subject. Issues like applicability of Part III of the Constitution on the &#39;SEZ Developer&#39;, Positions of India and US on the concept of &#39;eminent domain&#39; and &#39;public purpose&#39; requirement, National and International Rehabilitation policies; WTO compatibility of SEZ, Laws regarding Offshore Banking Units and Chinese experience with SEZ have been widely covered. Beside these, indispensable aspects of Environmental Law, Company Law, Labour Law, FEMA and Export Promotion Schemes have been elaborately dealt with. Perhaps it is the only source of all the essential information relating to SEZ in India.</p>\n', '<p>Analysis of SEZ Act and Rules<br />\nLand Acquisition for Companies<br />\nOffshore Banking<br />\nPromotion Schemes<br />\nRehabilitation<br />\nResettlement<br />\nWTO &amp; SEZ<br />\nAspects of Labour Law, Environmental Law, FEMA, etc.</p>\n', '1st (with Supplement)', 0, '9788171772162', '16', '2009', '1', '20250724_074849_special_economic_zone.jpg', 1, '874', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '7', 0, 0, '<p>&nbsp;</p>\n\n<p>Preface<br />\nTable of Cases<br />\nPart One<br />\n1. Important Definitions<br />\n2. Functionaries under the SEZ Act<br />\n3. Establishment of SEZ<br />\n4. Demarcation of Land in SEZ<br />\n5. Setting up of Unit in SEZ<br />\n6. Bond cum Legal Undertaking<br />\n7. Procurement or Import of Goods by SEZ Developer or Unit<br />\n8. Exports from SEZ<br />\n9. Removal of Goods from SEZ to DTA<br />\n10. Net Positive Foreign Exchange Requirement<br />\n11. Income Tax Benefits<br />\n12. Indirect Tax Exemptions<br />\n13. Justice Delivery System in SEZ<br />\n14 . Modification of the Provisions of this Act or relating to SEZ<br />\n15. Miscellaneous<br />\nAnnexure<br />\nI. The Special Economic Zones Act, 2005<br />\nII. The Special Economic Zones Rules, 2006<br />\nPart two<br />\n1. Is SEZ Developer &lsquo;State&rsquo; under Article 12?<br />\n2. Public Purpose Requirement in USA<br />\n3. Public Purpose&mdash;Constitutional Perspective<br />\n4. Land Acquisition Act 1894&mdash;Acquisition for Companies<br />\n5. SEZ&mdash;WTO Compatibility<br />\n6. Offshore Banking in SEZs<br />\n7. Chinese SEZs&mdash;Torchbearers for India<br />\n8. Labour Laws in SEZ<br />\n9. Environment Law in SEZ<br />\nAnnexure I<br />\nAnnexure II<br />\nAnnexure III<br />\nAnnexure IV<br />\nAnnexure V<br />\nAnnexure VI<br />\n10. Company Law Provisions for SEZ<br />\n11. SEZ Specific FEMA Directives<br />\n12. Export Promotion Schemes<br />\n13. Guidelines for Central Assistance to States for Developing Export Infrastructure and other Allied Activities<br />\nPart three<br />\n1. Internally Displaced due to SEZ&mdash;International Rehabilitation &amp; Resettlement Policies<br />\n2. National Rehabilitation &amp; Resettlement Policy 2007<br />\nPart four<br />\n1. Model State Policy on SEZ<br />\n2. Model State SEZ Act<br />\n3. SEZ Policy of Andhra Pradesh<br />\n4. SEZ Policy of Chandigarh Administration<br />\n5. SEZ Policy of Goa<br />\n6. SEZ Policy of Gujarat<br />\n7. SEZ Policy of Haryana<br />\n8. SEZ Policy of Jharkhand<br />\n9. SEZ Policy of Karnataka<br />\n10. SEZ Policy of Kerala<br />\n11. SEZ Policy of Madhya Pradesh<br />\n12. SEZ Policy of Maharashtra<br />\n13. SEZ Policy of Orissa<br />\n14. SEZ Policy of Punjab<br />\n15. SEZ Policy of Rajasthan<br />\n16. SEZ Policy of Tamil Nadu<br />\n17. SEZ Policy of Uttar Pradesh<br />\n18. SEZ Policy of West Bengal<br />\nNotifications &amp; Circulars<br />\nIndex</p>\n', '<p>Judges, Lawyers, Students, SEZ Developers &amp;amp; Entrepreneurs, International Institutions, Banking Institutions, Researchers and NGOs</p>\n', '1', '1', '', 975.00, 0, 828.75, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(659, 'The Limitation Act', '', '<p>An outstanding work deals with the fundamental principles of limitation condonation of delay of various application for which s.5 is applicable. In depth studies have been made on the different issues such as acknowledgment, ex parte decree, attachment before judgement, startingn point of limitation, exclusion of time, execution of decree, injunction, specific performance of contract and so on.</p>\n', '<p>Computation of period of limitation<br />\nCondonation of delay<br />\nStarting point of limitation<br />\nRights of unsufructuary mortgage<br />\nSuit having no specified peiod<br />\nTransfer of property by guardian</p>\n', '23rd', 0, '978817177285-8', '23', '2014', '1', 'books_image.jpg', 0, '1530', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-05-12 10:06:43', '32', 1, 0, '', '', NULL, '1', '', 1850.00, 0, 1850.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-05-12 10:06:43');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(245, 'Franchising in India', '', '<p>Franchise rightly claims to be the wave of future business in India and India being in the WTO and providing a huge consumer market, an explosive growth of franchising as a new technique is inevitable in our country. In this work the authors present a detailed and analytical exposition of the infrastructure and of the different facets of franchising.</p>\n', '<p><em>Foreword</em><br />\n<em>Preface</em><br />\n<em>Table of Cases</em><br />\nSection&nbsp; One : Introduction<br />\nChapter 1 What is Franchising?<br />\nCHAPTER 2 How is Franchising relevant to India?<br />\nCHAPTER&nbsp; 3 How can a Franchise be developed?<br />\nCHAPTER 4 Valuing a Franchise<br />\nCHAPTER 5 Permissions required by Franchisors seeking to do business in India<br />\nSection&nbsp; Two : Basic Legal Issues<br />\nCHAPTER 1 Competition Law<br />\nCHAPTER 2 Intellectual Property Laws in India<br />\nCHAPTER 3 Consumer Protection Laws in India<br />\nCHAPTER 4 Labour Laws in relation to Franchising<br />\nCHAPTER 5 Insolvency Laws<br />\nSection&nbsp; Three : Franchise Documentation<br />\nChapter 1 The Manual<br />\nCHAPTER 2 The Franchise Agreement&mdash;The Grant<br />\nCHAPTER 3 The Franchise Agreement&mdash;Development Schedule<br />\nCHAPTER 4 The Franchise Agreement&mdash;General obligations of both parties<br />\nCHAPTER 5 The Franchise Agreement&mdash;Confidentiality and Non-Competition Restrictions<br />\nCHAPTER 6 The Franchise Agreement&mdash;Sale of Master Franchisee&rsquo;s/Developer&rsquo;s rights<br />\nCHAPTER 7 Miscellaneous Considerations<br />\nSection&nbsp; Four : Taxation<br />\nSection&nbsp; Five : Dispute Resolution<br />\nCHAPTER 1 Franchise Disputes<br />\nCHAPTER 2 Forms of Resolution<br />\nCHAPTER 3 Choice of Forum and Choice of Law Clauses<br />\nSection&nbsp; Six : Termination of Franchises<br />\nSection&nbsp; Seven : Regulation of Franchising in India<br />\nSection&nbsp; Eight : Franchising Precedents<br />\nMaster Franchise Agreement<br />\nInternational Distribution Developer Agreement<br />\nUnit Franchise Agreement<br />\nFranchisee(s) Application Form<br />\nIndex</p>\n', '1st', 0, ' 8171770975', '47', '1998', '1', 'CoverImage_1433856792245.jpg', 0, '1', '0', '0', '', '0000-00-00 00:00:00', 1, 0, 0, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '7', 0, 0, '', '', '2', '2', '', 350.00, 0, 297.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(246, 'Amalgamation & Merger of Companies and the WTO ', 'An Indian Perspective', '<p>This book attempts to make a comprehensive study of the issues arising in merger and amalgamation of companies in India under the WTO regime and it stimulates the readers of various topics like effect of globalization in liberalized economic policies, role of courts and tribunals and questions on governance ensuring protection of the interest of shareholders and employees during merger and amalgamation.</p>\n', '', '1st (2013)', 0, '9788171772643', '67', '2023 (Reprint)', '1', 'CoverImage_1444110606246.jpg', 1, '392', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '143', 0, 0, '', '<p>Professionals</p>\n', '1', '1', '', 850.00, 0, 722.50, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(247, 'Company Directors ', 'Fiduciary Duties &amp; Liabilities under the Indian Company Law (with supplement)', '<p>This work aims to provide a fresh examination of the critical position of directors in the light of codification of those duties, explaining the role as trustees, officers of the company, as agents, employees and the main organ of the company within the company statute. The work discusses the various aspects of the role of the directors and their discretionary powers, fiduciary duties including those as trustees. The judicial decisions in India and abroad do embroider them in a broad canvas.</p>\n', '<p>Powers of directors discussed Corporate criminal liability focused Fiduciary duties; liabilities; re-thinking of Moral turpitude of director effect of Companies Bill 2012 ;explained; Lifting the corporate veil; highlighted</p>\n', '1st (2013)', 0, ' 978171772612', '61', '2014 (Supplement)', '1', 'CoverImage_1444110652247.jpg', 1, '488', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '143', 0, 0, '', '', '1', '1', '', 700.00, 0, 595.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(248, 'Company Law', 'Piercing the Corporate Veil', '<p>The work has made a comparative study of other countries on the concept of corporate veil with leading case laws. Analytical and systematic overview of corporation, separate legal entity, limited liability including common law, topics and issues related to piercing the corporate veil are also provided. Jurisprudence explaining different theories on corporation by various scholars are discussed adequately.</p>\n', '<p>Alter ego theory &amp; discussed Intentional acts of fraud &amp; focused &amp; Veil piercing traditional approach of Judicial activism streamlined, CSR under the Companies Bill 2012 &amp; Piercing for justice &amp; explained</p>\n', '1st', 0, ' 9788171772629', '158', '2013', '1', 'CoverImage_1444110718248.jpg', 1, '467', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '143', 0, 0, '<p>Introduction</p>\n\n<p>Theories of Corporation</p>\n\n<p>Purpose of a Corporation</p>\n\n<p>Doctrine of Separate Legal Entity</p>\n\n<p>The Concept of Limited Liability</p>\n\n<p>The Concept of Piercing the Corporate Veil</p>\n\n<p>A Comparative Study</p>\n\n<p>Piercing the Corporate Veil</p>\n\n<p>An Indian Experience</p>\n', '<p>Judges, Lawyers and Students</p>\n', '2', '2', '', 575.00, 0, 488.75, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(249, 'Adoption of Foreign Doctrines by the Supreme Court ', 'In Interpretation of the Constitution', '<p>This authentic work focuses the scholarly approach of the author to&amp;nbsp;the&amp;nbsp;subject where he has placed his steps on different issues relating to foreign doctrines. Roots of foreign doctrines, development and modern trend of foreign doctrines, approval or disapproval of foreign doctrines by the Supreme Court, conflicting views of the Supreme Court in adopting foreign doctrines, Constitutional matters, administrative law, criminal jurisprudence, are some of the topics discussed vividly to enrich the contents of this work.</p>\n', '', '1st (2011)', 1, '9788171772384', '158', '2025 (Reprint)', '1', 'CoverImage_14337620310.jpg', 1, '531', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '135', 0, 0, '', '<p>Advocates and Persons engaged in legal fieeld</p>\n', '1', '1', '', 1150.00, 0, 977.50, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(250, 'The Constitution of India', 'An Analytical Approach', 'An outstanding work by an erudite author that deals exhaustively with all the sensitive issues that arise in the context of the Constitution, like Writs, Public Interest Litigation, Union-State relations, Reservation for Backward Classes of the Society, Prison Reforms, Enforcement of Natural Justice, Judicial Activism, Judicial Accountability, Conflict of Judiciary with Legislature &amp;amp; Executive, Proportionality of Punishment, Delegated Legislation and so on. Judicial pronouncements that provide the bedrock of dispensation of justice have been addressed to wherever necessary.', '&amp;bull; Amendments so far&amp;mdash;incorporated&lt;br /&gt;\r\n&amp;bull; Reservation for backward class&amp;mdash;analysed&lt;br /&gt;\r\n&amp;bull; Delegation of power&amp;mdash;focused&lt;br /&gt;\r\n&amp;bull; Equal pay for equal work&amp;mdash;discussed&lt;br /&gt;\r\n&amp;bull; Union-State relationship&amp;mdash;highlighted&lt;br /&gt;\r\n&amp;bull; Right to trade on pavement&amp;mdash;explained', '4th', 0, '9788171772544', '82', '2012', '1', 'CoverImage_1444110798250.jpg', 2, '1581', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 4, '0000-00-00 00:00:00', '9', 0, 0, '&lt;strong&gt;&amp;bull; Introduction&lt;br /&gt;\r\n&amp;bull; Preamble&lt;br /&gt;\r\n&amp;bull; Part 1 - The Union And Its Territory&lt;br /&gt;\r\n&amp;bull; Part 2 - Citizenship&lt;br /&gt;\r\n&amp;bull; Part 3 - Fundamental Rights&lt;br /&gt;\r\n&amp;bull; Part 4 - Directive Principles of State Policy&lt;br /&gt;\r\n&amp;bull; Part 5 - The Union&lt;br /&gt;\r\n&amp;bull; Part 6 - The States&lt;br /&gt;\r\n&amp;bull; Part 7 - The States in Part B of the First Schedule&lt;br /&gt;\r\n&amp;bull; Part 8 - The Union Territories&lt;br /&gt;\r\n&amp;bull; Part 9 - The Panchayats&lt;br /&gt;\r\n&amp;bull; Part 9A - The Municipalities&lt;br /&gt;\r\n&amp;bull; Part 10 - The Scheduled and Tribal Areas&lt;br /&gt;\r\n&amp;bull; Part 11 - Relations Between the Union and the States&lt;br /&gt;\r\n&amp;bull; Part 12 - Finance, Property, Contracts and Suits&lt;br /&gt;\r\n&amp;bull; Part 13 - Trade, Commerce and Intercourse Within the Territory of India&lt;br /&gt;\r\n&amp;bull; Part 14 - Services Under the Union and the States&lt;br /&gt;\r\n&amp;bull; Part 14A - Tribunals&lt;br /&gt;\r\n&amp;bull; Part 15 - Elections&lt;br /&gt;\r\n&amp;bull; Part 16 - Special Provisions Relating to Certain Classes&lt;br /&gt;\r\n&amp;bull; Part 17 - Official Language&lt;br /&gt;\r\n&amp;bull; Part 18 - Emergency Provisions&lt;br /&gt;\r\n&amp;bull; Part 19 - Miscellaneous&lt;br /&gt;\r\n&amp;bull; Part 20 - Amendment of the Constitution&lt;br /&gt;\r\n&amp;bull; Part 21 - Temporary, Transitional and Special Provisions&lt;br /&gt;\r\n&amp;bull; Part 22 - Short Title, Commencement&lt;br /&gt;\r\n&amp;bull; Schedules&lt;br /&gt;\r\n&amp;bull; Appendices&lt;/strong&gt;', 'Judges, Advocates and Persons engaged in Legal field', '1', '1', '', 1495.00, 0, 1270.75, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(251, 'Constitutional Amendments in India', '', '&lt;table cellpadding=&quot;2&quot; cellspacing=&quot;2&quot; style=&quot;width:100%&quot;&gt;\r\n	&lt;tbody&gt;\r\n		&lt;tr&gt;\r\n			&lt;td&gt;The work dwells on the amending power in the context of democracy; discusses adequately Dr.Ambedkar&amp;#39;s proposal to effectuate changes in the Constitution, the original Article 368 and changes brought about therein and above all the spirit in which the amending process was envisaged by the founding fathers. It further includes Panchayati Raj and Nagarpalika Bills.&lt;/td&gt;\r\n		&lt;/tr&gt;\r\n	&lt;/tbody&gt;\r\n&lt;/table&gt;\r\n', '', '1st', 0, ' 8171770037', '56', '1989', '1', '.jpg', 0, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 0, 0, NULL, 0, 3, '0000-00-00 00:00:00', '9', 0, 0, '', '', '1', '1', '', 150.00, 0, 150.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(252, 'Amending Power under the Constitution of India A Politico-Legal Study', '', '&lt;table cellpadding=&quot;2&quot; cellspacing=&quot;2&quot; style=&quot;width:100%&quot;&gt;\r\n	&lt;tbody&gt;\r\n		&lt;tr&gt;\r\n			&lt;td&gt;The book offers an indepth study of constitutional conundrum and raises several important constitutional issues. It, an antithesis of Palkhivala&amp;#39;s Basic Structure Limitation on the amending power, challenges the very basis of the doctrine. The work would perhaps open a new dimension in the concerned area.&lt;/td&gt;\r\n		&lt;/tr&gt;\r\n	&lt;/tbody&gt;\r\n&lt;/table&gt;\r\n', '', '1st', 0, '8171770126', '0', '1990', '1', '.jpg', 0, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 0, 0, NULL, 0, 3, '0000-00-00 00:00:00', '9', 0, 0, '', '', '1', '1', '', 200.00, 0, 200.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(254, 'Does India Need a New Constitution?', '', '<p>In our country the Parliamentary form of democracy with a rigid Constitution has failed to eradicate poverty. Scams, corruption and criminalisation of politics seem to have taken the upperhand. Coalition governments have failed to be stable. In that background, the author, a former judge of the Supreme Court, suggests in this work that a Presidential form of Government in India is the need of the hour and if necessary, there should be a referendum for the switch-over.</p>\n', '', '1st (1998)', 1, ' 8171770894', '82', '2025 (Reprint)', '1', 'CoverImage_1433856636254.jpg', 0, '127', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '24', 0, 0, '', '', '3', '3', '', 450.00, 0, 382.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(255, 'Equality, Liberty & Property under the Constitution of India', '', '<p>This scintillating work, a thought-provoking addition to our Constitutional Literature, directs a new look at the Constitutional Jurisprudence branding the discovery of Reasonableness in the Equality Clause as impermissible forensic venture in the absence of formal constitutional amendment.The book, based on the author&amp;#39;s Setalvad Lectures of the Bombay University, is bound to provoke new thoughts to warrant restructuring of our Constitutional Jurisprudence.</p>\n', '', '2nd', 0, '8171770770', '97', '2015', '1', 'CoverImage_1444110888255.jpg', 0, '1', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 0, 0, NULL, 0, 2, '0000-00-00 00:00:00', '9', 1, 0, '<p>Preface<br />\nTable of Cases<br />\nChapter <strong>1 : Introductory</strong><br />\nChapter <strong>2 : Equality</strong><br />\nChapter <strong>3 : Liberty</strong><br />\nChapter <strong>4 : Property</strong><br />\nChapter <strong>5 : Epilogue<br />\nIndex</strong></p>\n', '', '1', '1', '', 0.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(256, 'Fundamental Rights ', 'A Study of Their Interrelationship', '<p>This book, by an erudite scholar, makes a high-profile study of the interrelationship of Fundamental Rights in our Constitution indicating the parallel streams and cross-currents of those Rights and how they enrich others besides the jurisprudential and constitutional foundation of such interrelationship and showing how it fulfils India&amp;rsquo;s commitment to social and economic justice, multiculturalism and democracy. A very interesting and distinguished contribution to our constitutional literature invaluable to judges, lawyers and laymen and research scholars too.</p>\n', '<p>Fundamental rights and their relationship inter-se</p>\n\n<p>Right to dignified life and personal liberty</p>\n\n<p>Parallel streams and cross-currents of fundamental rights enriching each other</p>\n\n<p>Fundamental rights and duties</p>\n', '1st', 0, '8171771580', '26', '2004', '1', 'CoverImage_1433856451256.jpg', 1, '742', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '9', 0, 0, '<p>Introduction, Conceptual Analysis of Interdependence, Balancing and Priorities among Fundamental rights, Historical Experiences about Interaction of Human Rights Values in India, Procedural Due Process and the Interactions, Towards the Matrix of Fairness, Substantive Due Process, Reasonableness and the Interrelationship, Right to Equality and the Interrelationship, Right to Constitutional Remedy &amp; Interactions for Better Enforcement, Positive Dimensions of Right to Life, Aspects of Personal Liberty and the Interrelationship, Right against Exploitation and the Interrelationship for Empowerment, Freedom under Article 19, Interactions for Good Citizenship, Freedom of Religion, Interactions for a Secular Order, Cultural, Educational and Minority Rights, Towards Multiculturalism, Right to Property and the Interrelationship of Fundamental Rights&amp;ndash, Towards Economic Justice, Interrelationship of Fundamental Rights and other Parts of the, Constitution, International Human Rights Discourse and the Interrelationship, Does Part III require Amendments? A Review Discourse and the Interrelationship, Conclusions, Appendix Judges.</p>\n', '<p>Judges, Lawyers and Students</p>\n', '1', '1', '', 650.00, 0, 552.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(266, 'Criminal Proceedings - Practice & Procedure (In Bengali)', '', '', '', '1st', 0, ' 8170770762', '54', '1997', '1', 'CoverImage_14338569590.jpg', 0, '537', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '12', 0, 0, '', '', '1', '1', '', 325.00, 0, 276.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(267, 'Cyber Crime in India ', 'A Comparative Study', '<p>In this work of felt need round the globe the experienced author has discussed the intricate problems that are being faced by the international community every moment and also their probable solutions. With advancement of technology the cyber criminals very often trespass, destroy or alter computer, computer system, computer programme, software, network and related devices. While dealing with this emerging subject the author has taken adequate care to incorporate the issues like classification, nature and elements of cyber crime, activities of the cyber hackers, cyber frauds, cyber pornography, online child pornography, cyber terrorism and so on.</p>\n', '<p>Cyber crime &amp; prevention and control<br />\nHacking<br />\n21st century menace<br />\nFraudulent transactions in cyberspace<br />\nPornography : a worldwide cyber crime<br />\nTerrorism in superhighway</p>\n', '1st (2009)', 1, '9788171773053', '35', '2025 (Reprint)', '1', 'CoverImage_1453371976267.jpg', 1, '443', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '27', 0, 0, '<p>Preface<br />\nAcknowledgement<br />\nTable of Cases<br />\nCHAPTER 1 : Cyber Crime&mdash;A General Perspective<br />\nCHAPTER 2 : History of Cyber Crime<br />\nChapter 3 : Cyber Hacking<br />\nCHAPTER 4 : Cyber Fraud<br />\nCHAPTER &nbsp;5 : Cyber Pornography<br />\nCHAPTER 6 : Cyber Terrorism<br />\nAppendices<br />\nIndex</p>\n', '<p>Students, Research Scholars, Academics and Members of Legal Fraternity</p>\n', '2', '2', '', 1150.00, 0, 977.50, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(258, 'The Law of Ultra Vires', '', '<p>The classic work of an erudite author having wide experience presents systematically and exhaustively all the aspects relating to the subject. The latest developments relating to the doctrine through the judicial pronouncements of the apex court and different High Courts are incorporated. It includes<em> inter alia</em> natural justice, fundamental right, delegated legislation, ligitimate expectation, promissory estoppel, discretionary power, which will be useful companion to the legal practitioner, jurists and companies.</p>\n', '<p>Natural justice<br />\nLegitimate expectation<br />\nFundamental rights<br />\nPromissory estoppel<br />\nEqual pay for equal work<br />\nHuman rights<br />\nPublic Interest Litigation<br />\nRight to privacy<br />\nDiscretionary power</p>\n', '2nd', 0, '9788171773640', '88', '2021', '1', 'CoverImage_1618039711258.jpg', 2, '629', '0', '1', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '9', 0, 0, '', '<p>Practitoners</p>\n', '1', '1', '', 1095.00, 0, 930.75, 0, 0, 150.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(260, 'Dutt on Contract', 'The Indian Contract Act, 1872', '<p>This classic work has dealt with almost all the topics on the subject with exhaustive illustrations and up to date decisions of apex court and different High Courts as well as the foreign decisions where necessary. The work has discussed the different aspects of the law including <em>del credere agent</em>, software agreement, outsourcing agreement, etc. Issues like marriage brocage contract, estoppel, undue influence, maritime lien, contributory negligence, writ-petition, etc. are discussed vividly.</p>\n', '<p>Advertisement for tenders<br />\nDel credere agent<br />\nIllegality in agreement<br />\nBreach of contract<br />\nDoctrine of estoppel<br />\nFamily settlement<br />\nSilence as to facts<br />\nGrowth of joint venture</p>\n', '11th (Updated with important cases)', 0, '9788171773428', '82', '2024 (Reprint)', '1', 'CoverImage_1535698605260.jpg', 2, '1317', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '10', 0, 0, '<p>Preliminary<br />\nOf the Communication, Acceptance and Revocation of<br />\nProposals<br />\nOf Contracts, Voidable Contracts and Void Agreements<br />\nOf Contingent Contracts<br />\nOf the Performance of Contracts<br />\nOf Certain Relations Resembling Those Created by Contract<br />\nOf the Consequences of Breach of Contract<br />\nSale of goods<br />\nOf Indemnity and Guarantee<br />\nOf Bailment<br />\nAgency<br />\nOf Partnership</p>\n', '<p>Judges and Lawyers</p>\n', '1', '1', '', 1990.00, 0, 1691.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(261, 'Goyle\'s Law of Specific Performance', '', '<p>An extremely practical and useful work throughly revised and updated by incorporating recent changes brought about by the Specific Relief (Amendment) Act 2018 coupled with recent pronouncement of Supreme Court and High Courts on different topics on the law relating to specific performance to acquaint the readers with the present position of the law on the subject. Both theoretical and practical aspects have been discussed. Important and practical issues have been treaded elaborately. The impact of the recent amendment, i.e. the Specific Relief (Amendment) Act 2018 got an erudite treatment. This utility oriented work will surely be treated as an asset in the library of a civil practitioner.</p>\n', '<p>Substituted performance<br />\nSpecific performance of Government contract<br />\nSpecific performance on oral contract<br />\nReadiness &amp; willingness<br />\nUndue influence &amp; fraud<br />\nDamages &amp; Compensation</p>\n', '5th', 0, '9788171773596', '354', '2020', '1', 'CoverImage_1582541200261.jpg', 2, '750', '0', '1', '', '0000-00-00 00:00:00', 0, 1, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '10', 0, 0, '', '', '2,1', '2,1', '', 1650.00, 0, 1402.50, 0, 0, 185.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(262, 'Law of Contract', '', '<p>Dividing the whole gamut of the law of contract into 21 chapters the Author has dealt with the subject with exhaustive illustrations and up to date decision of the Supreme Court, the different High Courts and the English decisions where necessary. The instant work presents critical analysis of different aspects of the law including the doctrine of consideration, the effect of fraudulent representation, the concept of mistake, public policy, promissory estoppel, frustration, illegal and unenforceable contracts, discharge of contract by performance, by breach, by impossibility and by agreement, remedies related thereto besides contingent and quasi-contracts, devolution of joint liabilities and so on.</p>\n', '<p>Reciprocal promises performance of Undue influence fiduciary relations; Contract with minor validity of Breach of contract arises when Liquidated damages penalty&nbsp;</p>\n', '2nd', 1, '9788171772186', '135', '2009', '1', 'CoverImage_14338535220.jpg', 2, '478', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '10', 0, 0, '<p>1. Introduction<br />\n2. Formation of Contract<br />\n3. Acceptance<br />\n4. Communication of Proposal, Acceptance and Revocation<br />\n5. Contracts with the Government<br />\n6. Agreement<br />\n7. Consent<br />\n8. Mistake<br />\n9. Consideration<br />\n10. Lawful Consideration and Lawful Object<br />\n11. Public Policy<br />\n12. Agreements Specially Declared Void<br />\n13. Discharge by Performance<br />\n14. Discharge by Agreement<br />\n15. Discharge by Impossibility<br />\n16. Discharge Breach<br />\n17. Rules as to Appropriation of Payment<br />\n18. Rules Relating to Joint Rights and Joint Liabilities<br />\n19. Contingent Contract<br />\n20. Quasi-Contract<br />\n21. The Doctrine of Promissory Estoppel</p>\n', '<p>Students and Faculties</p>\n', '2', '2', '', 350.00, 0, 315.00, 0, 0, 65.00, 0, 0.00, 10.00, 0.00, 0.00, NULL),
(263, 'Contempt of Courts', 'Law & Practice', '<p>The law on contempt of court is like walking on the tight-rope. While the lawyers in general enjoy a freedom of speech within the courtroom or even outside it but there are limits thereto which, if violated, may injure the authority of the judiciary to ensure the rule of law. The book effectively reflects on the narrow path to be followed by all concerned. Hence, it meets a vital need in the field of administration of justice. The lawyers including judges and witnesses and even persons attending court room trials must find the book indispensable.</p>\n', '', '1st', 0, ' 9788171772476', '5', '2012', '1', 'CoverImage_1444111235263.jpg', 1, '734', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '21', 0, 0, '<p>Introduction<br />\nLegal Concept of Contempt of Court<br />\nWillful Disobedience and Violation of Undertaking<br />\nCriminal Contempt Direct and Indirect Contempt<br />\nCriminal Contempt Its Forms and Faces<br />\nCircumspection and Cognizance<br />\n&amp;bull; Contempt of Court General Defence<br />\nSanction Penalties and Prejudices<br />\nAppeals and Forums<br />\nPleadings and Procedure<br />\nAppendix</p>\n', '<p>Judges and Lawyers</p>\n', '1', '1', '', 1050.00, 0, 892.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(264, 'A.N. Saha\'s Criminal Reference', '', '<p>This instant edition of this utility oriented work as the true successor of its past, covers the whole gamut of the criminal laws under a single umbrella. Beside three major criminal Acts all the important minor criminal Act are discussed along with the Negotiable Instruments Act, the Juvenile Justice (Care and Protection of Children) Act, the Prohibition of Child Marriage Act, etc. The burning issues of the day like delayed disposal of mercy petition, consent in rape cases, provision of death sentence for repeat offender in rape case, etc. are highlighted.</p>\n', '<p>Constitutional validity of s. 377 of IPC<br />\nDelayed disposal of mercy petition<br />\nEvidentiary value of email<br />\nPunishment for repeat offender of rape<br />\nVoluntarily causing grievous hurt by use of acid<br />\nSupreme Court&#39;s guidelines on handcuffing</p>\n', '7th (2014)', 0, '9788171772865', '140', '2016 (Supplement)', '1', 'CoverImage_1444111294264.jpg', 2, '1974', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '12', 0, 0, '<p>1. Interpretation of Statutes 2. Constitutional Principles of Criminal Liability 3. General Principles of Criminal Prosecution 4. Arms Act 1959 5. Army Act 1950<br />\n6. Code of Criminal Procedure 1973 7. Companies Act 1956 8. COFEPOSA Act 1974 9. Contempt of Courts Act 1971 10. Copyright Act 1957 11. Customs Act 1962<br />\n12. Dowry Prohibition Act 1961 13. Drugs and Cosmetics Act 1940 14. Electricity Act 2003 15. Essential Commodities Act 1955 16. Indian Evidence Act 1872<br />\n17. Explosives Act 1884 18. Explosives Substances Act 1908 19. Factories Act 1948 20. Foreigners Act 1946 21. Indian Forest Act 1972 22. Identification of Prisoners Act 1920<br />\n23. Immoral Traffic (Prevention) Act 1956 24. Indian Penal Code 1860 25. Juvenile Justice (Care and Protection of Children) Act 2000 26. Motor Vehicles Act 1988<br />\n27. Muslim Women (Protection of Rights on Divorce) Act 1986 28. Narcotic Drugs and Psychotropic Substances Act 1985 29. National Investigating Agency Act 2008<br />\n30. Negotiable Instruments Act 1881 31. Preconception and Prenatal Diagnostic Techniques (Prohibition of Sex Selection) Act 2002 32. Prevention of Corruption Act 1988<br />\n33. Prevention of Damage to Public Property Act 1984 34. Prevention of Food Adulteration Act 1954 35. Prevention of Money Laundering Act 2002<br />\n36. Probation of Offenders Act 1958 37. Prohibition of Child Marriage Act 2006 38. Prohibition Law 39. Protection of Women From Domestic Violence Act 2005<br />\n40. Provincial Insolvency Act 1920 41. Public Servants (Inquiries) Act 1850 42. Railway Property (Unlawful Pssession) Act 1966<br />\n43. Scheduled Caste and Scheduled Tribes (Prevention of Atrocites) Act 1989 44. Special Marriage Act 1954 45. Terrorist and Disruptive Activities (Prevention) Act 1987</p>\n', '<p>Judges, Advocates and Persons engaged in Legal field</p>\n', '1', '1', '', 1800.00, 0, 1530.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(282, 'Goyle\'s Law of Partnership', '', '<p>This book of proven reliability for decades appears in new edition with latest changes in assessment procedures of partnership firms and formalities of registration consequent on amendments in income tax laws and also equipped with the authoritative reflections in the field of partnership laws. Capturing the legal niceties on all relevant issues and updated with latest judicial decisions the book with its masterly treatment as before adequately responds to the expectations of the readers in this area of interest.</p>\n', '<p>Business partnership in 21st Century<br />\nLatest assessment procedures<br />\nRelaxation in registration<br />\nIntricate legal niceties<br />\nTax liabilities</p>\n', '2nd', 0, '8171771858', '23', '2006', '1', 'CoverImage_14339370770.jpg', 2, '815', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '62', 0, 0, '', '', '1', '1', '', 750.00, 0, 637.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(265, 'Criminal Major Acts', '', 'This book incorporates all the latest Amendments as introduced by the Criminal Law Amendment Acts (Acts 43 and 46 of 1983) in Cr.P.C., I.P.C. and the Evidence Act. Amendments of all States so far enacted duly included. In addition, leading decisions of the Supreme Court, Federal Court and Full Benches of all the High Courts, as well as of the Privy Council contained in those Notes.', '', '1st', 0, '', '0', '1985', '1', '.jpg', 0, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 0, 0, NULL, 0, 4, '0000-00-00 00:00:00', '12', 1, 0, '', '', '1', '1', '', 0.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(268, 'Current Issues in Criminal Justice & Medical Law ', 'A Critical Focus', '<p>The justification of criminal justice process could never cross the limits of constitutionalism. In this connection the author refers to the Consumer Protection Act and the Supreme Court decision on professional ethics in medical services, the protection of patient&amp;#39;s rights, objectivity or adjudication and autonomy due to the tremendous increase in private investment in health care area.</p>\n', '<p>Criminal justice in a changing society<br />\nJust deserts sentencing aim<br />\nTaking offending spouse seriously<br />\nDoctor and adjudication of liability</p>\n', '1st', 0, '8171771033', '130', '1999', '1', 'CoverImage_14338580820.jpg', 1, '256', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '12', 0, 0, '<p>Foreword<br />\nPreface<br />\nTable of Cases<br />\nCHAPTER 1 : Criminalization&mdash;Does Legitimacy Matter?<br />\nCHAPTER 2 : Victim of Sexual Lust and Sentencing Justice<br />\nCHAPTER 3 : Criminal Justice in a Changing Society<br />\nPart 1 : Criminal Responsibility<br />\nPart 2 : Burden of Proof<br />\nPart 3 : Sentences and Sentencing<br />\nCHAPTER 4 : Evidence from Personal Search in Violation of Narcotics Law&mdash;Validity of<br />\nCHAPTER 5 : Reflections on the Interpretation of the Constitutional Court of South Africa<br />\nCHAPTER 6 : Presumptive Evidence in South African Perspective<br />\nCHAPTER 7 : Criminal Responsibility in Changing Scenario<br />\nCHAPTER 8 : Object of Sentencing&mdash;A Theoretical Analysis<br />\nCHAPTER 9 : Taking the Offending Spouse Seriously<br />\nCHAPTER 10 : Medical Liability and Consumer Protection<br />\nCHAPTER 11 : Contractual Liability of a Doctor&mdash;Analysis of a few Cases<br />\nCHAPTER 12 : Health Care, Risk and the Role of Insurance<br />\nCHAPTER 13 : Intravenous Drug Abusers and Ethical Dilemma<br />\nCHAPTER 14 : Medical Negligence&mdash;Redressal of Grievance of Patient<br />\nIndex</p>\n', '<p>Judges, Lawyers and Students</p>\n', '1', '1', '', 360.00, 0, 306.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(269, 'Ganguly\'s Criminal Court Practice & Procedure', '', '<p>This classic work covers the whole range of criminal enactments including their latest amendments. The recent judicial pronouncements of the apex court and different High Courts relating to criminal laws have been incorporated to update and enrich the instant edition. This authentic work is an indispensable tool to the legal fraternity practising on criminal side as also to presiding officers.</p>\n', '<p>Anticipatory bail<br />\nArrest without warrant<br />\nCompensation to rape victim<br />\nCriminal breach of trust<br />\nCustodial rape<br />\nDowry death<br />\nKidnapping for ransom<br />\nMedico-legal evidence<br />\n<em>Mens rea</em><br />\nOutraging of modesty<br />\nPlea bargaining<br />\nRight of private defence<br />\nRights of arrested person<br />\nTest identification parade<br />\nVicarious liability</p>\n', '11th (2016)', 0, '9788171773695', '140,23', '2023 (Reprint)', '1', '2023-08-03_17_43_45.733131ganguly_criminal_court_reduced.jpg', 2, '2082', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '12', 0, 0, '<p>Part 1 Code of Criminal Procedure 1973<br />\nPart 2 Indian Penal Code 1860<br />\nPart 3 The Indian Evidence Act 1872<br />\nPart 4&nbsp; Medico-Legal Prudence<br />\nPart 5 Hints of Advocacy in Criminal Trial<br />\nPart 6 Important Words and Phrases<br />\nPart 7 Models of Petitions and Affidavits<br />\nMiscellaneous</p>\n', '<p>Legal Practitioners</p>\n', '1', '1', '', 3695.00, 0, 2956.00, 0, 0, 185.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1206, 'Comparative Criminal Law – A Critical Analysis', '', '<p>Comparative Criminal Law is a growing subject and it is gaining recognition as a discipline both in research and teaching slowly but surely. What can vigorously be understood as &ldquo;Comparative Criminal Law&rdquo; is a comparative study of different contours of theoretical paradigms and the laws and legal systems prevailing in different countries and through such study, further issues and questions are raised and which in turn shape the development of the Criminal Justice Delivery system. Hence the study of Comparative Criminal Law has been given a high priority by the legislators, legal luminaries and academicians alike. There is no dearth of literature on the subject but till then there is an urgent need for a comprehensive work which unfolds in an easily comprehensible manner, locate and point out the important aspects of laws of other countries to intrigue the mind of curious reader.<br />\nThis book is mainly intended as a guide to the study of criminology and indicates the broad outlines of the legal system of adversarial as well as inquisitorial model. It offers an insightful perspective into why we should study crime and criminal justice in a comparative and international context because exposure to sunlight is itself a healing process and constructive debate has a corrective impact. It also addresses pressing issues of criminal justice that will help the law-makers as well as scholars of contemporary society to enrich their own system by making a comparative study. Lucidity and brevity of presentation are salient features of this book.<br />\nThe book will be helpful to professors and students of both under-graduate and post-graduate of law and also those who at the beginning find it difficult to appreciate the meaning and inter-relation of variety of concepts relating to criminal justice system discussed in the subjects written by jurists and scholars of global fame and realizing the fundamental concepts of other legal systems as much applicable to the legal system of India.<br />\nThis book is intended to prove as a handy and compact volume on the subject of criminology.<br />\n**********************************************************************************************************************************************************************************************************<br />\n<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;REVIEW OF THIS BOOK</strong></p>\n\n<p>&ldquo;....A quick reading of the contents of the book makes one realize that variedness in approach is the most defining trait of the author who, in a very lucid language has portrayed the attributes of crime and its treatment across different country contours. Another striking feature of the book is the ordering of the contents which has been done with much precision and through such narration, the author has attempted to consolidate the law through comparative discourses. The comparative discourses on various aspects related to the functioning of the authorities within a particular legal system has also been dealt with much experience and subtlety. The author has made a fervent attempt to showcase the commonalities within different legal systems as they stand followed across the spectrum of countries and thereby draw the readers to learn how different stages of procedure remain analysed and applied in different countries&hellip;.<br />\nThe principal purpose of the book is to identify and compare points of commonality and points of departure <em>vis-</em><em>a</em><em>-vis</em> different criminal law systems and that to my understanding has been done justly. A comparative analysis definitely will serve different stakeholders with different outcomes to the legislator, it might provide&nbsp;clarity in approach while drafting legal statutes; to the judiciary, it can aid in the interpretation of different situations to which the law applies while to the student, it provides better admissibility in learning the law and its diverse approaches as also provide a stepping stone to undertake further research to ensure that the criminal law fulfils its purpose of delivering justice that is fair and firm, rehabilitative and punitive as the need justifies&rdquo;....</p>\n\n<p><strong>REVIEWER<br />\nMANIK CHAKRABORTY, </strong>Professor Emeritus, Sister Nivedita University and<br />\nFormer Professor and Head, Department of Law, University of Burdwan, West Bengal<br />\n<em>for</em> <strong>Journal of Indian Law Institute</strong></p>\n', '<p>Theories of punishment<br />\nRehabilitation of victims<br />\nSocialist system of law<br />\nSchools of criminology<br />\nRole of different functionaries<br />\nJury system in criminal trial<br />\nProblems in Indian judiciary<br />\nPlea bargaining<br />\nRight of arrestees<br />\nCompensation to rape victim</p>\n', '1st', 1, '978-81-7177-377-0', '140', '2023', '1', '2023-07-13_14_46_49.110804Comparative_Cri_law_Straight_23_copy.jpg', 0, '591', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-13 09:01:01', '12', 0, 0, '<p>Preface<br />\nTable of Cases<br />\nChapter<br />\nIntroduction<br />\n2 Schools of Criminology<br />\n3 Criminal Legal Systems<br />\n4 Investigation<br />\n5 Role of Different Functionaries<br />\n6 Arrest and Rights of the Arrestee<br />\n7 Bail<br />\n8 Jury System in Criminal Trial<br />\n9 Theories of Punishment<br />\n10 Probation<br />\n11 Plea Bargaining<br />\n12 Parole<br />\n13 Types of Criminal Liability and Punishment<br />\n14 Sentencing in Criminal Law&mdash;A Comparative Analysis<br />\n15 Criminal Trial<br />\n16 Punishment of Offences in Different Countries<br />\n17 Compensation to and Rehabilitation of Victims<br />\n18 Problems in the Indian Judiciary<br />\nIndex</p>\n', '', NULL, '2', '', 1295.00, 0, 1100.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-13 09:01:01'),
(545, 'Ratanlal & Dhirajlal The Code of Criminal Procedure', '', '', '', '20th', 0, '9789351436812', '0', '2016', '1', 'CoverImage_14533766080.jpg', 2, '2954', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '', 'Legal Professionals', '1', '1', '', 2495.00, 0, 2495.00, 0, 0, 190.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(270, 'G. Rajasekharan Nair\'s  Gender Justice ', 'Under Indian Criminal Justice System', '<p>It is widely understood that the concept of gender justice, as used in jurisprudence, relates to the gender-based discrimination that women and transgender individuals encounter in the criminal justice system. The concept encompasses various phases in the criminal justice system, such as access to justice, the application of criminal law to those who have engaged in criminal activity, and the treatment of different genders differently from their counterparts. Whenever any study is conducted on gender justice and criminal justice system, the focus should be on examining the status of women and transgender individuals as victims of crime, as accused of crime, and as prisoners. Multiple factors contribute to the differential treatment of women and transgender individuals over their male counterparts. Every democracy and civilized society pays close attention to the incessant examination of gender discriminatory aspects of the substantive and procedural law in relation to gender orientation, individual autonomy, and sexual violence. Those women and transgender individuals who are in conflict with the law require special attention with regard to their access to justice. A case like this pertains to the treatment of these genders by the male-dominated criminal justice system during investigation, pretrial proceedings, trial proceedings, and post-trial proceedings. Regardless of how much legislation relating to gender equality is available, it is imperative to maintain a continuous judicial process to monitor and correct the situation. In the international context, it could be stated that India, as a signatory to the majority of multilateral conventions, plays an active role in promoting gender equity.</p>\n\n<p>The authors has undertaken extensive research to highlight the various pitfalls in our legal system with the intention of strengthening the norms that combat gender injustice.</p>\n\n<p>There has been an update to the second edition to reflect the most recent legislation, judicial decisions and contemporary topics. The latest legal developments regarding transgender persons have been incorporated in appropriate places. A number of chapters critically examine the constitutional aspects of transgender identity and expression.</p>\n', '<p>Gender offending through the lens of criminal jurisprudence</p>\n\n<p>Sexual and gender-based violence discussed</p>\n\n<p>Judicial contribution to gender egalitarianism analysed</p>\n\n<p>Transgender issues highlighted</p>\n', '2nd', 0, '978-81-972583-2-9', '32', '2025', '1', '2025-02-19_09_28_38.781836Gender_Justice_Front.jpg', 1, '544', '0', '0', '', '0000-00-00 00:00:00', 1, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '25', 0, 0, '<p>Chapter 1 &ndash; Introduction<br />\nChapter 2 - Concept of Gender Justice Historical Retrospect<br />\nChapter 3 - Gender Justice under International Conventions and Declarations<br />\nChapter 4 - Gender Justice under the Constitution of India<br />\nChapter 5 - Gender Justice under Major Criminal Legislations<br />\nChapter 6 - Gender Justice under Miscellaneous Legislations<br />\nChapter 7 - Judicial Attitude to Gender Justice<br />\nChapter 8 - Sub-Systems in Indian Criminal Justice Administration Contours, Concerns Constructions</p>\n', '<p>Advocates, Faculties&amp;nbsp;and&amp;nbsp;Students</p>\n', '2', '2', '', 1550.00, 0, 1240.00, 0, 0, 65.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(271, 'Law of Evidence', '', 'A comprehensive and updated sectionwise commentary incorporates all the latest amendments and focusses on almost all the problems and their probable solutions on the subject. It traces the track the Indian judiciary has followed, approved and applied while departing from the principles laid down by the courts of foreign countries. Designed to keep the legal professionals and others in the field abreast of the latest development of the law, the work is sure to evoke appreciation from those who seek justice through evidence.', '&amp;bull; Abatement of suicide of married woman&lt;br /&gt;\r\n&amp;bull; Blood test as proof of paternity&lt;br /&gt;\r\n&amp;bull; Value of child witness&lt;br /&gt;\r\n&amp;bull; Admissibility of confession&lt;br /&gt;\r\n&amp;bull; Accuracy of ossification test&lt;br /&gt;\r\n&amp;bull; Delay in lodging FIR', '1st', 0, '9788171772070', '84', '2008', '1', 'CoverImage_1434464268271.jpg', 1, '1087', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '12', 1, 0, '&lt;strong&gt;&amp;bull; Law of Evidence&lt;br /&gt;\r\n&amp;bull; The Indian Evidence Act 1872&lt;/strong&gt;&lt;br /&gt;\r\n&lt;em&gt;&amp;nbsp;&lt;br /&gt;\r\nPart 1 - Relevancy of Facts&lt;/em&gt;&lt;br /&gt;\r\n&amp;nbsp;Ch - 1 - Preliminary&lt;br /&gt;\r\n&amp;nbsp;Ch - 2 - Of the Relevancy of Facts&lt;br /&gt;\r\n&lt;em&gt;&amp;nbsp;&lt;br /&gt;\r\nPart 2 - On Proof&lt;/em&gt;&lt;br /&gt;\r\n&amp;nbsp;Ch - 3 - Facts which Need not be Proved&lt;br /&gt;\r\n&amp;nbsp;Ch - 4 - Of Oral Evidence&lt;br /&gt;\r\n&amp;nbsp;Ch - 5 - Of Documentary Evidence&lt;br /&gt;\r\n&amp;nbsp;Ch - 6 - Of the Exclusion of Oral by Documentary Evidence&lt;br /&gt;\r\n&amp;nbsp;&lt;br /&gt;\r\n&lt;em&gt;Part 3 - Production and Effect of Evidence&lt;/em&gt;&lt;br /&gt;\r\nCh - 7 - Of the Burden of Proof&lt;br /&gt;\r\nCh - 8 - Estoppel&lt;br /&gt;\r\nCh - 9 - Of Witnesses&lt;br /&gt;\r\nCh - 10 - Of the Examination of Witnesses&lt;br /&gt;\r\nCh - 11 - Of Improper Admission and Rejection of Evidence', 'Judges, Advocates and Faculties', '1', '1', '', 990.00, 0, 841.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(272, 'Law of Evidence ', 'An Approach to Modern Perspective', '<p>The book divided into three parts and eleven chapters, deals with the entire gamut of the law of evidence. The work covers elements of jurisprudence, philosophy, history and judicial pronouncements of Apex Court and different High Courts relating to the subject amongst other issues. An indepth study on the topics, like relevance of facts, admissions, documentary evidence, estoppel, rejection of evidence, etc. makes the book of great help.</p>\n', '<p>Presumption kinds of Confession in police custody validity of Electronic agreement admissibility Child legitimacy of Chance witness evidentiary value thereof</p>\n', '1st', 1, '9788171772421', '75', '2011', '1', 'CoverImage_1444111323272.jpg', 1, '492', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '12', 0, 1, '<p><strong>The Indian Evidence Act 1872</strong><br />\n<strong>Part 1 - Relevancy of Facts</strong><br />\nCh - 1 &ndash; Preliminary<br />\n<strong>Ch - 2 - Of the Relevancy of Facts</strong><br />\n<strong>Part 2 - On Proof</strong><br />\nCh - 3 - Facts which Need not be Proved<br />\nCh - 4 - Of Oral Evidence<br />\nCh - 5 - Of Documentary Evidence<br />\nCh - 6 - Of the Exclusion of Oral by Documentary Evidence<br />\n<strong>Part 3 - Production and Effect of Evidence</strong><br />\nCh - 7 - Of the Burden of Proof<br />\nCh - 8 &ndash; Estopple<br />\nCh - 9 - Of Witnesses<br />\nCh - 10 - Of the Examination of Witnesses<br />\nCh - 11 - Of Improper Admission and Rejection of Evidence</p>\n', '<p>Judges, Advocates and Faculties</p>\n', '1', '1', '', 360.00, 0, 306.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL);
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(273, 'Scientific Expert Evidence', ' Determining Probative Value and Admissibility in the Courtroom', '<p>The advancement of science and technology is responsible for the development of scientific expert evidence. Today, forensic science plays an increasingly important role in criminal investigation and prosecution. Despite the usefulness of scientific expert testimony, the legal system must be extremely cautious when it comes to accepting evidence that originates from science and technology. Judges and lawyers are expected to act as gatekeepers in order to prevent judicial endorsement of &#39;junk science&#39;.</p>\n\n<p><strong>Theme of the book</strong></p>\n\n<p>Expert evidence, its scope and limitations in decision making process, with a special focus on scientific expert evidence, are discussed from both a theoretical and practical perspective. There is a detailed analysis of the various dimensions of scientific evidence and its application to legal issues. An in-depth multidisciplinary approach has been taken to investigate the novel areas of forensic techniques and their admissibility in the legal system. A comparative jurisdictional analysis of the judicial decisions was performed in order to develop a pragmatic and holistic standard for evaluating scientific evidence submitted to courts for admissibility consideration.</p>\n\n<p><strong>Novelty in the updated edition </strong></p>\n\n<p>In this third edition, separate chapters are devoted to forensic evidence. This includes DNA profiling, fingerprint analysis, forensic neuroscientific evidence, ballistic evidence, handwriting evidence, etc. The theoretical and methodological aspects of prominent forensic techniques are discussed with the latest judicial decisions from selective jurisdictions, which engrave reliability and admissibility. The 2022 Indian Supreme Court decision <em>Manoj</em> v <em>State of Madhya Pradesh</em>, which extensively covers the critical approach towards various forensic evidence and its reliability is dealt with in detail. The author has made a threadbare analysis of divergent forensic techniques in light of path-breaking judicial pronouncements in India and abroad.</p>\n', '<p><strong>Epistemological analysis of expert evidence</strong></p>\n\n<p><strong>The interface of science and law clearly portrayed </strong></p>\n\n<p><strong>Forensic scientific evidence - its reliability, probative value and admissibility is described</strong></p>\n\n<p><strong>DNA profiling, neuroscientific, fingerprint, ballistics and other major forensic evidence are discussed</strong></p>\n\n<p><strong>Forensic techniques and its reliability are dealt in the light of judicial precedents</strong></p>\n', '3rd', 0, '9788196387242', '32', '2024', '1', '2024-04-02_17_39_15.285884SEEvidence_-_3Ed_copy.jpg', 2, '460', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '12', 0, 0, '', '<p>Judges, Lawyers and Students&amp;nbsp;</p>\n', '1', '1', '', 1190.00, 0, 1011.50, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-02-10 05:39:50'),
(274, 'DeSouza\'s Forms & Precedents of Conveyancing ', 'Free download of Forms through Resource section in Homepage ', '<p>Maintaining the hallmark of its standard of excellence DeSouza&#39;s Conveyancing now appears in revised reprint of its Thirteenth Edition incorporating a new chapter on Computer Contracts covering sale and maintenance of software and hardware to meet the requirement of the time. This compact and multidimensional work is now divided into 58 chapters each of which is prefaced with an exhaustive explanation of the law with latest verdict of the Supreme Court and the different High Courts to give proper legal guidelines for their practical application. Rich model forms and precedents are placed at the end of each chapter.</p>\n', '', '13th (1999)', 0, '9788171773947', '76', 'Reprint 2023', '1', 'CoverImage_1491467894274.jpg', 2, '1496', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '137', 0, 0, '', '<p>Students. Lawyers&amp;nbsp;</p>\n', '1', '2,1', '', 995.00, 0, 845.75, 0, 0, 90.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(275, 'Mogha\'s Indian Conveyancer', '', '<p>Deed writers in India and mostly untrained and having no proper knowledge of modern legislations but they are only conversant with certain set of various kinds of deeds in common use in the country and they acquired by experience the knock of adapting them two their requirements. So proper model deeds drafted by experienced and qualified person are very much helpful for the young practitioners to reflect properly the intention of the parties in the deed.<br />\nThe instant edition of this classic work is now stepping in its 15th Edition. The work is thoroughly revised and updated. All the important judgments of the apex court and those of different High Courts are incorporated to acquaint the readers with the current status of the law. For the demand of the day chapters on Insolvency &amp; Bankruptcy and Intellectual Property Rights are being included. Some new precedents have been added whereas some of the precedents which are not relevant now have been omitted. Every efforts have been made to maintain the standard of its earlier editions. This thoroughly revised and updated edition of the celebrated work will certainly meet the specific need of the budding lawyers as well as the busy practitioners.</p>\n', '', '15th (2022)', 0, '9788171773725', '156,899,692', '2025 (2nd Reprint)', '1', 'CoverImage_1645640043275.jpg', 2, '1042', '0', '1', '', '0000-00-00 00:00:00', 0, 1, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '137', 0, 0, '<p>Introduction<br />\nGeneral Forms<br />\nAcknowledgement<br />\nAdoption<br />\nAgreements<br />\nApprenticeship<br />\nArbitration<br />\nAssignment of Actionable Claims and of Decrees, etc<br />\n&nbsp;Attorney, Power of<br />\nBond<br />\nCompromise, Composition and Family Settlement<br />\nDeclaration<br />\nEasements<br />\nExchange<br />\nForeign Collaboration<br />\nFranchise<br />\nGift<br />\nGuarantee<br />\nHire and Hire Purchase<br />\nIndemnity<br />\nThe Insolvency &amp; Bankruptcy<br />\nIntellectual Property Rights<br />\nLease<br />\nLicence<br />\nMortgage, Charge, Hypothecation and Pledge<br />\nNegotiable Instruments<br />\nNotice<br />\nPartition<br />\nPartnership<br />\nReceipts<br />\nRectification and Modifications of Deeds<br />\nRelease, Relinquishment, Disclaimer<br />\nRescission of Contract<br />\nSale<br />\nSale of Goods<br />\nSeparation Deed<br />\nService Contracts<br />\nTrusts including Settlements, Endowments and Waqfs<br />\nWills</p>\n', '<p>Judges, Advocates and Faculties</p>\n', '1', '1,2', '', 1250.00, 0, 1100.00, 0, 0, 150.00, 0, 0.00, 12.00, 0.00, 0.00, '2025-10-29 10:49:42'),
(1241, 'The Indian Penal Code', '', '<p>This classic, first published in 1896, is a comprehensive section-wise commentary on the Indian Penal Code. This edition has been extensively revised, incorporating latest legislative changes up to the Criminal Law (Amendment) Act, 218, as well as important judgments of the Supreme Court and High Courts. This book is an indispensable reference for judges, lawyers, research scholars, students, judicial and police training academies (national and state), police departments, CBI officials, researchers, presiding officers in courts, investigators, administrators, draftsmen, legislators and social scientists.</p>\n', '', '35th', 0, '9789391211196', '393', '2021', '14', '2023-08-03_18_11_46.1401389789391211196-397x397.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-03 12:41:48', '12', 0, 0, '', '', NULL, '1', '', 5095.00, 0, 4330.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-03 12:41:48'),
(276, 'Mogha\'s Law of Pleadings in India with Precedents', '', 'An outstanding work by a celebrated author now is appearing in its eighteenth edition as true successor to its past one is enriched by the latest decisions of the apex court and that of different High Courts. All the key issues on the subject those are being faced everyday by the practitioners have been discussed extensively. To keep pace with the advancement of the society a new chapter on pleadings before regulatory authority &amp;amp; tribunals has been included to abreast the legal professional and others in the field of this development.', '&amp;bull; Alternative pleadings&amp;mdash;permissibility of&lt;br /&gt;\r\n&amp;bull; Amendment of pleadings&amp;mdash;unnecessary when&amp;nbsp;&lt;br /&gt;\r\n&amp;bull; Allegation regarding jurisdiction&amp;mdash;how should be made&lt;br /&gt;\r\n&amp;bull; Oral pleadings&amp;mdash;necessary when&lt;br /&gt;\r\n&amp;bull; Res judicata&amp;mdash;how to be pleaded&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;Drafts for written argument&amp;mdash;highlighted', '18th', 0, '9788171773251', '156', '2013, R/P 2019', '1', 'CoverImage_1453374398276.jpg', 2, '1139', '0', '0', '', '0000-00-00 00:00:00', 0, 1, 1, 1, 0, NULL, 0, 3, '0000-00-00 00:00:00', '55', 1, 0, '&lt;strong&gt;Part 1 - Principles of Pleading&lt;br /&gt;\r\nPart 2 - Precedents&lt;/strong&gt;&lt;br /&gt;\r\n&amp;bull; Plaints in Suits Arising out of Contract&lt;br /&gt;\r\n&amp;bull; Plaints in Suits for Torts&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;&amp;nbsp;Plaiibunalsnts in Other Suits&lt;br /&gt;\r\n&lt;strong&gt;Part 3 - Writs&lt;br /&gt;\r\nPart 4 - Election Petitions&lt;br /&gt;\r\nPart 5 - Pleadings Before Quasi-Judicial Bodies and Tribunals&lt;/strong&gt;', 'Judges, Advocates and Faculties', '1', '1', '', 1150.00, 0, 977.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(277, 'Mogha\'s Law of Pleadings in India', ' (With Precedents)', '', '', '18th (2013)', 0, '9788171773657', '77,156', 'Reprint 2025', '1', '2023-11-02_12_49_27.191996Mogha_Pleading_Jacket_2023_copy.jpg', 0, '1139', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '49', 0, 0, '', '', '1', '1', '', 1600.00, 0, 1408.00, 0, 0, 0.00, 0, 0.00, 12.00, 0.00, 0.00, '2025-10-29 10:49:57'),
(278, 'Comprehensive Guidelines for Drug Manufacturers', '', '<p>This book offers an in-depth study of a number of questions of entrepreneurs planning to set up drug production units or those already engaged in drug manufacture. It includes two important chapters on Clinical Trials of New Drugs and Bio-availability Studies - A Tool for Quality Control.</p>\n', '', '1st', 0, '8171770304', '111', '1992', '1', '.jpg', 0, '1', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 1, 0, NULL, 2, 3, '0000-00-00 00:00:00', '13', 1, 0, '', '', '1', '1', '', 290.00, 0, 246.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(279, 'Drug Control Desk Reference', '', 'Consumer protection in Drug Control to help individuals and the Consumer Councils, Study of Drug Control Administration and globalisation and harmonisation of Regulatory issues and the needs of developing countries are some of the features elaborately discussed in this edition of the work duly updated and the changes introduced in the drug law since after 1945 duly noted and explained.', '&amp;bull; rovisions made for consumer protection&lt;br /&gt;\r\n&amp;bull; Globalisation of regulatory issues&lt;br /&gt;\r\n&amp;bull; Ayurvedic, Unani &amp;amp; Homoeo medicines &amp;ndash; developments codified&lt;br /&gt;\r\n&amp;bull; Control over contraceptives and surgical dressings explained', '3rd', 0, '817177153X', '111', '2003', '1', 'CoverImage_14338660470.jpg', 2, '685', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '13', 1, 0, '', '', '1', '1', '', 700.00, 0, 595.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(280, 'Goyle\'s Law of Easements & Licences', '', '<p>An easement is a right over the land of others. The right of easement can be traced back to the beginning of civilization. The presence of right of the easement was felt from the days when human race learnt to reap the benefits attached to the land at the same time respecting others&rsquo; right.</p>\n\n<p><strong>Wide coverage</strong><br />\nThe work makes an exhaustive coverage on the law exposing the gradual development of the subject. The instant edition of this outstanding work discusses vividly almost all the topics on the subject such as different kinds of easements and their characteristics, quasi-easement and customary rights, incident of easement, <em>profita prendre,</em> imposition and acquisition, rule of acquisition, etc.Licences is a vital part of easement and therefore it has received appropriate treatment. In the chapter onlicences issues like: a general survey on licences, grant of licences, distinction from lease, revocation of licenceshave been dealt with.</p>\n\n<p><strong>Issued discussed</strong><br />\nThe instant edition critically analyses the different issues on the subject likecoparcenary property, right to pollution-free water, right to light and air, right to privacy, easement of necessity, extinction of easement. The author has left no stone unturned to maintain the quality and contents of the work as it was in its earlier editions. The present edition claims to be of practical assistance, providing valuable guidance on the subject to those interested in it, and unfailing usefulness to the bench and the bar.</p>\n', '<p>Acquisition of right in easement.<br />\nApparent and non-apparent easement.<br />\nEasements and incidents of ownership.<br />\nLife tenancy or permanent tenancy.<br />\nExpress or implied revocation of licences.</p>\n', '5th', 0, '9788197258343', '119', '2024', '1', '2024-06-18_12_03_10.21276802_Easements_&_Licence.jpg', 2, '533', '0', '0', '', '0000-00-00 00:00:00', 0, 1, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '140', 0, 0, '', '<p>Judges, lawyers and persons engaged in legal field.</p>\n', '1', '1', '', 1450.00, 0, 1232.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1432, 'Legal Interpretation', 'Integrating Mîmâmsâ Rules of Interpretation', '<p>Breaking away from the notion that &#39;interpretation&#39; means &#39;statutory interpretation&#39;, Dr. J.K. Verma has consciously titled this book &quot;Legal Interpretation&quot; as it covers not only &#39;statutory interpretation&#39; but interpretation of all types of legal texts. This book is spread over 4 parts and 10 chapters.</p>\n\n<p>Part I spreading over three chapters, keeping the needs of the law students and budding lawyers in mind and also as quick refresher to others, discusses what is law natural law, public law, common law, enacted law, judge made law, customary law etc. and sources of law; as also general features of law.</p>\n\n<p>Part II covers the principles of interpretation divided into four chapters dealing with &#39;Textual Interpretation&#39;, &#39;Contextual Interpretation&#39;, Secondary principles of interpretation and Aids to interpretation.</p>\n\n<p>Part III containing two chapters deals with interpretation of particular statutes. One chapter is devoted to Constitutional interpretation discussing principles of determining constitutional validity, important constitutional amendments and interpretation of commonly pressed Articles of the Constitution, in brief. Interpretation of some particular statutes like penal statutes, procedural statutes, fiscal statutes etc. are dealt with in the other chapter.</p>\n\n<p>Commonly we come across the observation of the Supreme Court that the High Court has misinterpreted or misunderstood and misapplied its judgment. Therefore Part IV containing one chapter is devoted to interpretation of judgments, deeds and other legal instruments including contracts, commercial agreements and international treaties. The book relies mainly on judgments and materials which are easily accessible to make it user friendly.</p>\n\n<p>Emphasising the relevance and therefore the need of reviving the ancient Indian principles of interpretation known as Mim&acirc;ms&aring; - oldest in the world - this book has integrated the &quot;Mim&acirc;ms&aring; Rules of Interpretation&quot; in interpretational process underlining that M&icirc;m&acirc;ms&aring; can well be applied to modern law in the way as we apply the principles handed down by Maxwell and other western authorities.</p>\n', '<p>.....</p>\n', '1st', 0, '978-81-972583-9-8', '413', '2024', '1', '2024-06-18_12_13_42.7239473_Legal_Interpretation.jpg', 0, '733', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2024-06-18 06:43:46', '67', 0, 0, '<p>.....</p>\n', '<p>....</p>\n', NULL, '25,1,2', '', 1995.00, 0, 1695.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-02-10 05:38:33'),
(1433, 'test', 'test', '<p><strong>This is a book descriptions.</strong></p>\n', '<p><em><strong>This is a book Features.</strong></em></p>\n', '23rd', 0, 'ISBN2024', '579', '2024', '1', '2024-08-12_12_26_18.445099Screenshot_(78).png', 0, '512', '0', '0', NULL, NULL, 0, 0, 1, 0, 0, '', 0, 1, '2024-08-12 06:57:12', '5', 1, 0, '<p><s><strong>This is a book contents.</strong></s></p>\n', '<p>This is a book Readership.</p>\n', NULL, '2', '', 560.00, 0, 560.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2024-08-12 06:57:12'),
(1434, 'Criminal Major Acts – BNSS, BNS and BSA, 2023', '', '<p>Containing the Bharatiya Nagarik Suraksha Sanhita 2023, the Bharatiya Nyaya Sanhita 2023, the Bharatiya Sakshya Adhiniyam 2023 with Short Notes, Comparative Tables showing sections of old and new Acts and Standard Operating Procedure (SOP) for Preliminary Enquiry, Zero FIR &amp; e-FIR and Audio-Visual Recording of Scene of Crime.Containing the Bharatiya Nagarik Suraksha Sanhita 2023, the Bharatiya Nyaya Sanhita 2023, the Bharatiya Sakshya Adhiniyam 2023 with Short Notes, Comparative Tables showing sections of old and new Acts and Standard Operating Procedure (SOP) for Preliminary Enquiry, Zero FIR &amp; e-FIR and Audio-Visual Recording of Scene of Crime.</p>\n', '', '1st', 1, '978-81-972583-0-5', '832', '2026', '1', '20260225_054636_Criminal_Major_Act.jpg', 0, '792', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2024-08-13 07:42:41', '12', 0, 0, '', '', NULL, '2,1,24', '', 1050.00, 0, 840.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2026-02-25 05:50:40'),
(1435, 'Documentary Evidence', '', '<p>Documentary Evidence, now in its 14th edition, is a thorough guide to the disclosure requirements under the law. It offers thorough analysis and smart, useful suggestions in a clear, logical style. It demonstrates when and how a practitioner should behave in connection to the disclosure duty using a chronological structure. It is a well-known text that is frequently cited in court rulings. The Civil Procedure Rules encourage the parties to an action to take a &quot;cards-on-the-table&quot; stance when exchanging information, not just once litigation has started but also prior. Early on, a few documents will probably be recognised as being crucial or pertinent to the subject at hand.&nbsp;These will be consulted in order to determine whether or not the dispute should be taken further. The law requires full and proper disclosure, which is the procedure by which the parties to an action disclose to each other all documents in their possession, custody, or power relevant to the topics in question in the case, if it is decided to proceed. The nature and extent of the disclosure duty are covered in this chapter.</p>\n', '', '14th', 0, '9789395696364', '821', '2023 (South Asian Edition)', '3', '2025-03-21_11_29_52.316286documentary_Edidence_copy.jpg', 0, '756', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 05:58:51', '16', 0, 0, '', '', NULL, '25,1', '', 12000.00, 0, 9600.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 05:58:51'),
(281, 'Laws Relating to Electricity in India', '', '<p>A reliable commentary on the subject by an experienced author appears with the fresh issues. The beginning chapter, &amp;lsquo;Electricity Fundamentals&amp;rsquo;, has discussed how electrical energy is generated, controlled, transmitted and distributed to the consumer. The Consumer Protection Act is another ornament of this work where rights of aggrieved person, complaints and penalties, deficiency in service, disputes redressal agencies, delay in new connection, theft of electricity, etc. are discussed elaborately.</p>\n', '<p>Generating company<br />\nConsumer Protection Act<br />\nPower of Appellate Tribunal<br />\nDeath due to electrocution<br />\nUnauthorised use of electricity</p>\n', '1st', 0, ' 9788171772377', '55', '2011', '1', 'CoverImage_14339195250.jpg', 1, '1356', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '18', 0, 0, '', '<p>Judges, Advocates and Faculties</p>\n', '1', '1', '', 1390.00, 0, 1181.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(283, 'B.B. Mitra\'s Guardians & Wards Act', '', '<p>This classical work of B.B. Mitra is running for more than a century which is the proof of its necessity in society. In the present era, one of the burning issues is guardianship and custody of a child which is the out come of almost every matrimonial disputes. Regarding guardianship and custody issue, according to different High Courts and the apex court,the paramount consideration is the welfare of the minor. Accordingly custody &amp; guardianship should be granted to the person who is fit for development of the child and has better financial security.</p>\n\n<p><strong>Throws light on topics</strong></p>\n\n<p>Issues relating to custody and guardianship are very much sensitive in nature. In India there are two statutes, i.e. the Guardians and Wards Act and the Hindu Minority &amp; Guardianship Act in this subject. The author of this edition, while travelling, stepped into every stone of the subject. The instant edition throws light on the topics inter alia:Right of the surrogate mother; Factors considered for appointment of guardian; Pardanashin lady whether disqualified for guardianship; Certified guardian whether can dispose minor&rsquo;s property; Guardianship of illegitimate children; Expenses of marriage of daughter; Jurisdiction of Family Court and Minor whether should be uprooted from its settled home.</p>\n\n<p><strong>Modern trend of the society</strong></p>\n\n<p>Ordinarily law is not static&mdash;it is running with great velocity to fulfil the need of the people or demand of society. To achieve this goal the instant edition provides the topics such as: appointment of guardian by compromise; preferential rights of relatives; removal of guardian; power of Lok Adalat; right, duties and liability of guardian under Mohamedan law, are some of them, etc. Live-in relationship and surrogacy are the modern trend of the society. So the custody of children born through surrogacy arrangement by live-in couple has got the proper treatment.</p>\n\n<p>The instant edition of the work gave the accurate account of the subject by incorporating the current verdict of the different High Courts and the apex court. This edition, we hope, will surely serve the need of the readers.</p>\n\n<p>This classical work of B.B. Mitra is running for more than a century which is the proof of its necessity in society. In the present era, one of the burning issues is guardianship and custody of a child which is the out come of almost every matrimonial disputes. Regarding guardianship and custody issue, according to different High Courts and the apex court,the paramount consideration is the welfare of the minor. Accordingly custody &amp; guardianship should be granted to the person who is fit for development of the child and has better financial security.</p>\n\n<p><strong>Throws light on topics</strong></p>\n\n<p>Issues relating to custody and guardianship are very much sensitive in nature. In India there are two statutes, i.e. the Guardians and Wards Act and the Hindu Minority &amp; Guardianship Act in this subject. The author of this edition, while travelling, stepped into every stone of the subject. The instant edition throws light on the topics inter alia:Right of the surrogate mother; Factors considered for appointment of guardian; Pardanashin lady whether disqualified for guardianship; Certified guardian whether can dispose minor&rsquo;s property; Guardianship of illegitimate children; Expenses of marriage of daughter; Jurisdiction of Family Court and Minor whether should be uprooted from its settled home.</p>\n\n<p><strong>Modern trend of the society</strong></p>\n\n<p>Ordinarily law is not static&mdash;it is running with great velocity to fulfil the need of the people or demand of society. To achieve this goal the instant edition provides the topics such as: appointment of guardian by compromise; preferential rights of relatives; removal of guardian; power of Lok Adalat; right, duties and liability of guardian under Mohamedan law, are some of them, etc. Live-in relationship and surrogacy are the modern trend of the society. So the custody of children born through surrogacy arrangement by live-in couple has got the proper treatment.</p>\n\n<p>The instant edition of the work gave the accurate account of the subject by incorporating the current verdict of the different High Courts and the apex court. This edition, we hope, will surely serve the need of the readers.</p>\n', '<p><strong>Jurisdiction of the Family Court</strong></p>\n\n<p><strong>Preferential rights of relatives</strong></p>\n\n<p><strong>Conditional appointment of guardian of property</strong></p>\n\n<p><strong>Illegal detention of minor and habeas corpus</strong></p>\n\n<p><strong>Factors for appointment of guardian</strong></p>\n', '17th', 0, '9788196387259', '896', '2024', '1', '2024-04-02_17_37_46.893757Guardians_&_Wards_Act_17Ed_copy.jpg', 2, '738', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '23', 0, 0, '', '<p>Judges, Advocates and Persons engaged in Legal fields</p>\n', '1', '1', '', 2090.00, 0, 1776.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-02-10 05:40:18'),
(284, 'Goyle\'s Law of Injunctions', '', '<p>&lt;table cellpadding=&quot;2&quot; cellspacing=&quot;2&quot; style=&quot;width:100%&quot;&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;Remarkable for practical layout and straightforward approach Goyle&amp;rsquo;s Law of Injunctions, revised by a former Judge of Calcutta High Court, comes in its second edition enriched with up-to-date case laws, both Indian and English. Compact and handy, affording examination of particular situations causing issue of injunctions &amp;ndash; a subject demanding frequent use in the day-to-day work in the civil courts.&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt;</p>\n', '', '2nd', 0, ' 8171771459', '64', '2002', '1', 'CoverImage_14339383080.jpg', 2, '425', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 0, 0, NULL, 0, 4, '0000-00-00 00:00:00', '19', 0, 0, '<p>&lt;strong&gt;&amp;bull; An Overview&lt;br /&gt; &amp;bull; Bars to Injunctive Relief&lt;br /&gt; &amp;bull; Temporary Injunctions&lt;br /&gt; &amp;bull; Perpetual Injunctions&lt;br /&gt; &amp;bull; Injunctions in Particular Situatiions&amp;nbsp;&lt;/strong&gt;</p>\n', '<p>Judges, Advocates and Faculties</p>\n', '1', '1', '', 390.00, 0, 390.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(285, 'M.N. Das\' Laws Relating to Partition', '', '<p>The utility-oriented outstanding work relating to laws of partition with all its ramifications is now stepping into its seventh edition. Almost all the critical issues like women&amp;#39;s rights, maintenance, rights of married daughters and daughters-in-law, adoptions, wills, debutters, powers and duties of Mahant of a Mutt and Mutawalli of a Wakf etc. are dealt with at length with the help of current decisions of the apex court and those of different High Courts. An elaborate and analytical discussion is made on such topics as methods of partition, pre-emption, limitation, injunctions, res judicata, arbitration, etc. which makes wealthy contribution to this field of jurisprudence.</p>\n', '<p>Rights of married daughter<br />\nAmendments relating to adoption<br />\nProperty in the name of junior member<br />\nReunion of HUF after separation<br />\nMaintenance of Muslim women after iddat<br />\nSale of stridhana property by husband<br />\nProbate of a foreign will</p>\n', '7th (2014)', 0, '9788171773565', '119', '2025 (Reprint)', '1', 'CoverImage_1444110939285.jpg', 2, '968', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '19', 0, 0, '<p>Joint Property<br />\nJoint Liabilities<br />\nKarta in a Joint Family<br />\nHUF Partition and Income Tax Act, 1961<br />\nWomen&#39;s Rights<br />\nAdoption<br />\nMaintenance<br />\nSpouses and Cohabitees<br />\nImpartible Estate<br />\nOwnership Flats and Apartments<br />\nCo-owners and their Claim of Adverse Possession<br />\nRaising Structures on Joint Property<br />\nFamily Agreement and Partition<br />\nElementary Principles of Partition<br />\nPre-emption<br />\nDecree in Suit for Partition<br />\nMethods of Partition<br />\nInjunction<br />\nReceiver<br />\nRes Judicata<br />\nLimitation<br />\nContempt of Court&#39;s<br />\nDisposition of Joint Property by Will<br />\nDebutter<br />\nWakfs<br />\nConstruction of Instruments<br />\nArbitration</p>\n', '<p>Judges, Lawyers and the persons interested in this branch of law.</p>\n', '1', '1', '', 1750.00, 0, 1487.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(286, 'Indian Constitutional Law ', '', 'M P Jain Indian Constitutional Law is an authoritative, evergreen classic on Indian constitutional law. This book, presently in its seventh edition, is a thematic presentation of the complex and multi-dimensional subject of Constitutional law in a lucid, comprehensive and systematic manner. The book contains in-depth insights that will benefit students, research scholars, lawyers, judges, legal academics, policy makers and interested citizens who look for the latest in constitutional jurisprudence.', '', '7th', 1, '9789351430643', '0', '2014, Reprint 2016', '1', 'CoverImage_14343557620.jpg', 2, '2215', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '9', 1, 0, '', '', '2', '2', '', 1250.00, 0, 1250.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(287, 'World Trade Organisation', 'An Indian Perspective', '<p><strong>Since the birth of WTO India has been playing an important role in the WTO related matters and India has always committed a strengthened, rule based and non-discriminatory multilateral trading system which is fair and equitable. India has been tackling many issues affecting herself and other countries in respect of matters associated with Trade in Goods, Textiles, Agriculture, Intellectual Property Rights, Trade in Services, Labour Standard, Environment, etc.</strong><br />\n<strong>Provides complete guidance</strong><br />\n<strong>The revising author kept no stone unturned to climb the peak of excellence of the work. The issues like: Dumping &amp; Antidumping, GATT, TRIMs, Indian strategy &amp; WTO, TRIPs Agreement, and so on have got appropriate treatment. Written and fully updated in simple language and supported by adequate illustrations and charts this work, will help, having a complete guidance on the WTO and is meant to assist researchers study the intricate issues involved in the subject.</strong></p>\n', '<p>Dispute settlement and antidumping<br />\nTrade related investment measures<br />\nTrade policy review mechanism<br />\nRegulating world trade through GATT<br />\nDecision making process of WTO</p>\n', '1st ', 0, ' 817177119X', '155', '2000, 2006 (Reprint)', '1', 'CoverImage_14344623670.jpg', 0, '267', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 0, 0, NULL, 0, 3, '0000-00-00 00:00:00', '7', 1, 0, '<h2>Focus of the Second Edition<br />\nPreface to the Second Edition<br />\nPreface to the First Edition<br />\nBibliography<br />\nAbbreviations<br />\nChapter 1: A Historical Overview&mdash;The Journey from Small Trading Block to Multilateral System<br />\nCHAPTER 2 : Structural Format of WTO<br />\nCHAPTER 3 : The Changing Dynamics of Trade in Goods<br />\nCHAPTER 4 : Foreign Investment, Domestic Manufacturers &amp; Trims<br />\nCHAPTER 5 : Trade in Services under WTO Regime<br />\nCHAPTER 6 : The Increasing Importance of TRIPs in the Information Age<br />\nCHAPTER 7 : Negotiating Agriculture&mdash;Past &amp; Present<br />\nCHAPTER 8 : Sector Specific&mdash;Agreement on Textiles and Clothing<br />\nCHAPTER 9 : Providing Procedural Due Process in Trade<br />\nCHAPTER 10 : The Crown Jewel of WTO<br />\nCHAPTER 11 : Developing Countries and WTO<br />\nCHAPTER 12 : Regional Integration<br />\nCHAPTER 13 : Current Issues in WTO &amp; India<br />\nCHAPTER 14 : Global Environment, Sustainable Development &amp; India&#39;s Response in WTO<br />\nAppendices<br />\nappendix<br />\n1 Singapore Ministerial Declaration<br />\n2 Ministerial Conference<br />\n3 G-15 Ministerial Meeting in Preparation for the Third Ministerial Conference of WTO at Seattle<br />\n4 Anti-dumping Initiations<br />\n5 EC Anti-dumping Actions 1988-1991<br />\n6 Major GATT Articles<br />\n7 Anti-dumping Cases taken to GATT Dispute Settlement<br />\nIndex&nbsp;</h2>\n', '<p>Judges, Lawyers and Students&amp;nbsp;</p>\n', '2', '2', '', 400.00, 0, 400.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(288, 'Company Meetings Law & Procedure', '', 'Provides a lucid exposition of the law, conduct and procedure applicable to meetings of companies. Practical examples of various types of resolutions given as decisions of the company and its Board of Directors are expressed only through such resolutions, also with the examples of minutes of Company and Board meetings which serve as legal evidence of the proceedings recorded therein.', '', '1st', 0, '', '0', '1985', '1', '.jpg', 0, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 0, 0, NULL, 0, 4, '0000-00-00 00:00:00', '8', 1, 0, '', '', '1', '1', '', 0.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(289, 'Company Law', '', 'This edition is fully revised and updated with a view to reflecting amendments to the Companies Act 1956; the stress all through is on clarity and the way the law operates on day-to-day basis -a most handy work on such a potential subject.', '', '2nd', 0, '8171770088', '110', '1990', '1', '.jpg', 0, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 0, 0, NULL, 0, 4, '0000-00-00 00:00:00', '8', 1, 0, '', '', '1', '1', '', 195.00, 0, 195.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(290, 'A.M. Bhattacharjee\'s Muslim Law & the Constitution', '', '<p>The new edition of this thought-provoking work expresses the opinion that a considerable portion of the Muslim Law with special reference to law of marriage and talak has failed to consort with the spirit of the Constitution. It advocates the introduction of a Uniform Civil Code as prescribed by Art. 44 of the Constitution. It is hoped that the work remains as useful as it was in its earlier editions.</p>\n', '<p>Uniform Civil Code<br />\nInter-religious marriage<br />\nLiability of divorcing husband<br />\nDiscrimination against women<br />\nMother&#39;r right to guardianship</p>\n', '3rd (2016)', 0, '9788171772971', '154', '2024 (Reprint)', '1', 'CoverImage_1475479884290.jpg', 2, '332', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '9,142', 0, 0, '', '<p>Judges, Advocates, Lawyers</p>\n', '25,1', '25', '', 1450.00, 0, 1232.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(291, 'The Rule of Law & Vicarious Liability of Government', '', '<p>The doctrine of sovereign immunity circumvents the Rule of Law through legal mechanism. The administration, in its working and in implementing its policies, often comes in direct conflict with the individual interests. The individual interests need protection and yet the public interest requires the Government to carry on its activities unhampered for smooth and proper development of the socio-economic structure of the society, maintenance of tranquility and implementation of other social welfare projects. The Rule of Law, in its idealistic sense, however, demands not only the absence of arbitrariness in the rulers but also the protection of individual interests. The doctrine of &lsquo;sovereign immunity&rsquo; which still haunts our legal system can well be considered as a great denial of the Rule of Law. But securing justice to the individuals is also a public interest and as such, it must outweigh the &lsquo;sovereign immunity&rsquo;. While the State exists for the individuals, this work is a welcome attempt to study the law in this perspective.</p>\n\n<p><strong>A Comparative Study</strong><br />\nA comparative study of the law as it prevails in various countries of the common law world, the UK, the USA, Canada, Australia, New Zealand, South Africa, besides the law in France, with special reference to India with analytical approach of profound depth renders the present work extremely useful as classic reference on the subject.</p>\n\n<p><strong>Compensatory Justice</strong><br />\nThe &lsquo;sovereign immunity&rsquo; though undoubtedly a formidable shield against the judicial remedy for the governmental wrongs, yet the compensatory justice, as reflected in recent judicial pronouncements, sets a trend towards erosion of &lsquo;sovereign immunity&rsquo; and this should be considered as a highly interesting development in the Indian legal system. The rapidly expanding ambit of Articles 21, 32, 226 and 300A of the Constitution of India through judicial activism to ensure justice to the victims of administrative wrongs has been studied in depth by the author, who is an erudite scholar.</p>\n\n<p><strong>Various Aspects of Vicarious Liability of Government</strong><br />\nBesides tracing the development of vicarious liability of Government in tort, other vistas of liability, e.g. in crime, contract and the liability as an employer, have also been explored and studied in the context of justice and fairness as a modern extension of the concept of Rule of Law. A liberal use of the provisions for compensation to victims, as suggested by the Supreme Court, would be another step forward.</p>\n\n<p><strong>Procedural Aspects</strong><br />\nNot only theoretical aspects of administrative liability and its exceptions but also the procedural aspects relating to technical difficulties and the remedies and enforcement thereof have been tested on the touchstone of the Rule of Law.</p>\n\n<p><strong>Legislative Dormancy and Judicial Activism</strong><br />\nIntroduction of a Bill in Parliament to define the law of governmental liability would have been in the right direction for securing justice and fairness. By and large, as the society advances in a democratic set-up, &lsquo;sovereign immunity&rsquo; becomes an anachronism and needs to be done away with. The question whether the legislative indifference would be of any vital concern in view of the liberal judicial trend has been fully discussed highlighting the trend.</p>\n', '', '2nd', 0, '9788197258350', '367', '2024', '1', '2024-07-29_20_50_10.876433Vicarious_Liability_Jacket_2Ed_Sribastaba_2024_Final_page-0001_(1).jpg', 1, '672', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '9', 0, 0, '', '', '2', '2', '', 1550.00, 0, 1317.50, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(292, 'Writs Law & Practice ', '', '<p>This outstanding treatise in 28 chapters delves an in-depth study on the law of Writs. The edition thoroughly revised and enlarged incorporates almost all the important decisions of the Supreme Court and different High Courts of India to acquaint the readers with the latest development on the subject. The principles on which PIL are to be entertained have been made transparent. Burning issues of the day like right to live in a pollution free atmosphere, right to get electricity, compensation for custodial death, Supreme Court&amp;#39;s direction on arrest, detention and handcuffing etc. are particular aspects of discussion of this edition.</p>\n', '<p>Capitation cases - direction in<br />\nDeath of Writ petitioner - effect of Custodial death - compensation for Estoppel - when arises<br />\nEqual pay for equal work</p>\n', '2nd', 0, '9788171772216', '23', '2009', '1', 'CoverImage_14344655780.jpg', 0, '1138', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '9', 0, 0, '<p>1. Law of Writs - Historical Analysis<br />\n2. Writ Jurisdiction of the Supreme Court - General Principles<br />\n3. Petition under Article 32 - When cannot be Entertained<br />\n4. Writ Jurisdiction of the Supreme Court - Practice and Procedure<br />\n5. Writ under Article 32 - Who may File and against Whom<br />\n6. Orders and Directions of the Supreme Court - New Dimensions<br />\n7. Compensation - A Public Law Remedy<br />\n8. Writ Jurisdiction of High Court - General Principles<br />\n9. Territorial Jurisdiction<br />\n10. Alternative Remedy - When Bars<br />\n11.Delay, Laches and Acquiescence - When Disentitles a Writ<br />\n12. Who can File Writ in High Court - Principle of Locus Standi<br />\n13. Against Whom Writ Lies<br />\n14. Writ under Article 226 - Practice and Procedure<br />\n15. Directions and Orders Passed by the High Court<br />\n16. Interference by Supreme Court in Writ Matters<br />\n17. Habeas Corpus<br />\n18. Mandamus<br />\n19. Certiorari<br />\n20. Prohibition<br />\n21. Quo Warrantor<br />\n22. Fundamental Rights<br />\n23. Natural Justice<br />\n24. Mala Fide<br />\n25. Legitimate Expectation<br />\n26. Promissory Estoppel<br />\n27. Public Interest Litigation<br />\n28. Judicial Review</p>\n', '<p>Judges, Advocates and Faculties</p>\n', '1', '1', '', 1250.00, 0, 1062.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1569, 'A To Z of Laws of Land and Property Disputes', '', '<p>The book &quot;A to Z of Laws of Land and Property Disputes&quot; by Dr. Pramod Kumar Singh is a comprehensive legal reference designed to assist legal professionals, students, and individuals involved in property-related matters.The book &quot;A to Z of Laws of Land and Property Disputes&quot; by Dr. Pramod Kumar Singh is a comprehensive legal reference designed to assist legal professionals, students, and individuals involved in property-related matters.</p>\n', '<p>This guide systematically covers a wide array of topics pertinent to land and property disputes, including:<br />\nAdverse Possession<br />\nMutation<br />\nPre-emption<br />\nPartition<br />\nAgricultural Land<br />\nApartments &amp; Flats<br />\nSuccession &amp; Inheritance<br />\nSpecific Performance<br />\nCancellation<br />\nPossession<br />\nWords &amp; Phrases<br />\nValuation<br />\nSale Execution<br />\nDeclaratory Suits<br />\nInjunctions<br />\nMortgage<br />\nTenancy<br />\nPartnership<br />\nSales of Goods<br />\nEasements<br />\nMoney Suits<br />\nSummary Suits<br />\nModel Forms</p>\n', '3rd', 0, '818832762X', '741', '2025', '55', '2025-06-18_11_38_20.349905a-to-z.jpg', 0, '900', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-06-18 06:08:20', '132', 0, 0, '', '', NULL, '1', '', 1600.00, 0, 1360.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-06-18 06:08:20'),
(293, 'Interpretation & Enforcement of Fundamental Rights', '', '<p>Right to constitutional and writ remedies against violation of fundamental rights, for protection of equality, life and liberty, the protection of the minorities, the freedom of speech and of assembly, the freedom of religion and the rights of religious denominations, the right to trade and business, are some of the subjects that have been dealt with in details in the present work with up-to-date decisions of the Supreme Court and of the different High Courts.</p>\n', '', '1st', 0, '8171771203', '325', '2000', '1', 'CoverImage_14344659570.jpg', 0, '1185', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '9', 0, 0, '<p>Preface<br />\nTable of Cases<br />\nIntroduction<br />\nPart One : Fundamental Rights&mdash;General and Principles of Interpretation<br />\nPart two : Equality and Equal Protection<br />\nPart three : Right to Freedom&mdash;Reasonable Restriction<br />\nPart four : Life and Liberty<br />\nPart five : Freedom of Religion and Religious Denomination<br />\nPart six : Cultural and Educational Rights<br />\nPart seven : Right to Constitutional and Writ Remedies<br />\nPart eight : Special Provisions<br />\nAppendices</p>\n\n<p>Index</p>\n', '', '1', '1', '', 900.00, 0, 765.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(294, 'S.C. Ghosh on Principles & Forms of Pleading', '', '<p>The instant edition of this classic work as the true successor of its past discusses exhaustively all the topics relating to pleadings, such as, history of pleadings in India during the Hindu period and Mahommedan period, the Laws of England on pertinent issues, principles of pleading, forms of petitions as well as pleadings. To maintain its traditional standard and reputation an in-depth study has also been made on general rules of pleadings, amendment of pleadings, verification of pleadings, striking of pleadings, affidavits, appeals and so on. Near about 1000 model applications and forms of pleadings make the work an useful tool to a civil court practitioner.</p>\n', '<p>Consequences of non-joinder of parties<br />\nHow to plead adverse possession<br />\nContributory negligence<br />\nFormalities of hypothecation<br />\nAlternative cause of action</p>\n', '5th', 0, '9788171772360', '82,76', '2011', '1', 'CoverImage_1444111754294.jpg', 2, '1676', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '49', 0, 0, '<p><strong>Part 1 - History of Pleadings</strong><br />\n1. Pleadings during the Hindu Period<br />\n2. Pleadings during the Mahommedan Period<br />\n3. Pleadings during the British Indian Period up to 1908<br />\n4. System of Pleading in England<br />\n5. System of Pleading in India</p>\n\n<p><strong>Part 2 - Principles of Pleading</strong><br />\n6. Parties - Definition, Selection and Classification of<br />\n7. Parties - Joinder, Misjoinder and Non-joinder of<br />\n8. Parties - Addition, Striking out, Substitution and Transposition of<br />\n9. Classes of Persons<br />\n10. Causes of Action<br />\n11. Jurisdiction<br />\n12. General Rules of Pleading<br />\n13. Plaint, Formal Parts and Contents of<br />\n14. Presentation of Plaint<br />\n15. Rejection of Plaint<br />\n16. Difference or Written Statement of the Defendant<br />\n17. Special Defences<br />\n18. Set off and Counter-claim<br />\n19. Third Part Procedure<br />\n20. Particulars<br />\n21. Interrogatories<br />\n22. Amendment of Pleadings<br />\n23. Verification of Pleadings<br />\n24. Striking of Pleadings<br />\n25. Appeals<br />\n26. Affidavits<br />\n27. Arbitration</p>\n\n<p><strong>Part 3 - Forms of Petitions and Applications</strong></p>\n\n<p><strong>Part 4 - Forms of Pleadings</strong></p>\n', '<p>Judges, Advocates and Persons engaged in Legal field</p>\n', '1', '1', '', 1350.00, 0, 1147.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(295, 'Family Law in India', '', '<p>An authentic work by an erudite author covering the entire gamut of the family law followed by different religious communities brings in fresh air on the subject. A critical analysis assumes a dominant feature on the sensitive areas of the subject, like marriage and divorce, alimony, guardianship and custody of child, will, joint family property and partition, change of sect, child marriage, domestic violence and so on.</p>\n', '', '1st', 1, '9788171772391', '82', '2011', '1', 'CoverImage_14344673020.jpg', 1, '390', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '23', 0, 0, '', '<p>Judges, Advocates and Faculties</p>\n', '1', '1', '', 350.00, 0, 297.50, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(296, 'Muslim Law of Marriage & Succession in India ', 'A Critique with a Plea for Optional Civil Code', '<p>The work refers to the vigour, vitality and vibrancy of the Quranic law and highlights the fact of their being elimination of polygamy and bigamy as also the crippling down of unilateral right of talak in a number of Muslim countries of the world and of the adoption of its outstanding features in different legislations on Marriage and Succession in India. In that background the author pleads for introduction of an Optional Civil Code for the people of this country.</p>\n', '', '1st (1998)', 0, '9788171770932', '154', ' 2024 (Reprint)', '1', 'CoverImage_14344677120.jpg', 1, '199', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '33,23', 0, 0, '', '', '1', '1', '', 875.00, 0, 743.75, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL);
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(297, 'S.A. Kader on the Hindu Succession Act, 1956', '', '<p>Hindu religion, being bedrock of Hindu Law, is a reflection of the composite character of the Hindus, who are not one people but many, based on universal receptivity. This law is the oldest pedigree of any known system of jurisprudence and even now it shows no sign of decrepitude. It is known to us that law is not static; it is always dynamic and it is moving according to the habits, customs and cultural norms of the community and is a manifestation of the aspirations and ambitions of the society. Thus, the law of Hindu Succession like every other system of law was never static, but dynamic, empiric and progressive.<br />\n<strong>Effect of Amendment of 2005</strong><br />\nTo keep pace with the demand of the society, in 2005 the Hindu Succession Act was amended and codified the law relating to intestate succession among Hindus. The present author has critically treated the work as it was treated earlier. While revising the work the reviser has travelled all the high ways and bye ways of the subject to give a comprehensive account on it. The present work answers the problems that are frequently faced by the lawyers. The Amendment of 2005 has radically changed the devolution of interest in coparcenary property. In the instant edition all those developments have been reflected. Almost all the important judgments of the apex court and those of different High Courts with their critical comments are incorporated to acquaint the readers with the present status of the statute. The work has focused on the conditions which are to be satisfied to enable the daughter of a coparcener to become a coparcener by birth.<br />\n<strong>Issues discussed</strong><br />\nThe work being the true successor of its earlier edition, covers all the important and critical issues relating to subject such as: sources of Hindu law, disqualification of a widow from inheritance, a Hindu widow whether can be a karta, effect of non-performance of essential ceremonies of marriage, right of a child in womb, presumption of simultaneous death, stridhana property inherited from relatives, maintenance of a female, suit for partition by son against parents, pious obligation of a son and so on.<br />\nAn exhaustive commentary dealing with all the important issues on the subject, we trust, will be treated as a sure guide to the practitioners, judges and persons having interest in the subject.</p>\n', '<p>Source of Hindu law<br />\nA widow whether can be a karta<br />\nSuccession of property of transgender<br />\nPreferential right of heirs<br />\nPresumption of simultaneous death<br />\nPious obligation of a son<br />\nDisqualification of a widow from inheritance</p>\n', '3rd', 0, '9788171773718', '325', '2022', '1', 'CoverImage_1645639767297.jpg', 2, '633', '0', '1', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 1, 1, '0000-00-00 00:00:00', '42', 0, 0, '', '<p>Judges, Advocates and Persons engaged in Legal field</p>\n', '1', '1', '', 1125.00, 0, 900.00, 0, 0, 150.00, 0, 0.00, 0.00, 0.00, 225.00, NULL),
(298, 'B.K Mukherjea\'s The Hindu Law of Religious & Charitable Trusts', 'Tagore Law Lectures', '<p>A monumental work and one of the most brilliant Tagore Law Lectures series even delivered at Calcutta University. Traces development of Hindu religious notions and institutions from Vedic times down to present day. Relies on principles evolved by Privy Council and different High Courts of India, based as the subject is on principles of English equity and customs and usages of India, and on judge-made law. Compares rules with similar rules propounded by English Courts, especially Court of Chancery with reference to trust property and with Roman systems of law, as very little is found in ancient Hindu texts. Taxation laws given due attention in view of great importance assumed by trusts.</p>\n', '', '5th (1983)', 0, '9788171773923', '132', '2023 (Sixth Reprint)', '1', '2023-08-03_19_46_41.631821B_K.jpg', 2, '647', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '138', 0, 0, '<p>Chapter 1 - Fundamental Ideas Underlying Religious and Charitable Trusts in Hindu Law<br />\nChapter 2 - Essentials of a Religious and Charitable Trust under Hindu Law<br />\nChapter 3 - Purposes and Formalities of a Valid Religious and Charitable Trust<br />\nChapter 4 - Religious Trusts in Favour of Idols (Debutter)<br />\nChapter 5 - Management of Debutter - Shebaitship - its Legal Character and Incidents<br />\nChapter 6 - Administration of Debutter; Rights, Duties and Powers of a Shebait<br />\nChapter 7 - Religious Institutions or Maths; Administration of Maths; Legal status, Rights, duties and Powers of Mahants<br />\nChapter 8 - The Constitution of India and The Hindu Law of Religious and Charitable Trusts<br />\nChapter 9 - Enforcement of Religious and Charitable Trust - Remedies For Breaches of Trust: Suits and Judicial Proceedings in Relation Thereto<br />\nChapter 10 - Taxation and Religious Trust</p>\n', '<p>Judges, Advocates and Persons engaged in Legal field</p>\n', '1', '1', '', 2195.00, 0, 1865.75, 0, 0, 90.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(299, 'The Intellectual Property Rights & Competition Law', 'A Comparative Analysis', '<p>The cases involving the interplay of competition law and IPR (intellectual property rights) have been increasing recently. This book is an inquiry into the areas of possible conflict between the two, although the objectives of both laws are consumer welfare and prevention of market abuse. It covers theoretical, indeed economic and philosophical, approaches to competition law and IPR, comparisons between them, MRTP Act 1969, Competition Act 2002, TRIPs and competition issues, the Indian experiences and guidelines for CCI in dealing with IPR and competition cases and the issues of varying jurisdiction in which the particular concepts are presented for reliefs.</p>\n', '<p>Abuse of Dominant Position<br />\nAnti-competitive Agreement<br />\nDirective Principles of State Policy<br />\nConflict between competition law &amp; Anti-trust law; monopolies</p>\n', '1st (2015)', 1, ' 9788171772926', '61', '2025 (Reprint)', '1', 'CoverImage_1444111649299.jpg', 1, '272', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '52', 0, 0, '<p>Introduction<br />\nInterplay between Intellectual Property Rights and Competition Law<br />\nCompetition Law versus Intellectual Property Law in the United States<br />\nThe Relationship between Intellectual Property Protection and Competition in the EU<br />\nThe Indian Experience<br />\nConclusion and Guidelines for Indian Competition Authorities</p>\n', '<p>Judges, Lawyers and Students</p>\n', '2', '2', '', 750.00, 0, 637.50, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1548, 'Bharatiya Nagarik Suraksha Sanhita 2023', ' Bare Act with Section Notes', '<p>Bharatiya Nagarik Suraksha Sanhita, 2023 [<em>Bare Act with Section Notes&nbsp;</em>] by Taxmann is a concise yet authoritative reference that combines the full legislative text of the Bharatiya Nagarik Suraksha Sanhita, 2023 (BNSS), comparative tables, cross-references, and expert &#39;section notes&#39; into one publication. It elucidates modern procedural provisions, especially for electronic/digital processes, and clarifies how they align with or deviate from the Code of Criminal Procedure, 1973 (Cr.PC.).</p>\n\n<p>It offers a thorough and authoritative understanding of India&#39;s new criminal procedure regime under the BNSS, ensuring clarity for legal practitioners, the judiciary, policymakers, academicians, researchers, and students.</p>\n\n<p>The Present Publication is the 2025 Edition, covering the amended and updated text of the Bharatiya Nagarik Suraksha Sanhita, 2023 [<em>Act No. 46 of 2023&nbsp;</em>], with the following noteworthy features:</p>\n', '<ul>\n	<li><strong>Comprehensive Text of the BNSS 2023</strong><br />\n	<strong><em>Complete Legislative Text</em></strong>&nbsp;&ndash; Incorporates the full text of the&nbsp;Bharatiya Nagarik Suraksha Sanhita, 2023, meticulously arranged</li>\n	<li><strong>Section Notes &mdash; The Standout Feature</strong><br />\n	<strong><em>Editorial/Explanatory Guidance</em></strong>&nbsp;&ndash; Appended right after each statutory section, these notes break down technical phrases, discuss scope and intent, and connect BNSS to everyday practice<br />\n	<strong><em>Legislative Context</em></strong>&nbsp;&ndash; Demonstrates the evolution from Cr.PC., highlighting which older sections are repealed or merged into BNSS<br />\n	<strong><em>Case Law &amp; Practical Insights</em></strong>&nbsp;&ndash; Includes references to important Supreme Court and High Court rulings. It also summarises best practices or procedural pointers relevant to arrests, bail, trials, etc.<br />\n	<strong>Comparative Tools &amp; Tables</strong><br />\n	<strong><em>Cr.PC.&ndash;BNSS Cross-Reference&nbsp;</em></strong>&ndash;<strong><em>&nbsp;</em></strong>Pinpoints where Cr.PC. provisions find their parallels or modifications in BNSS, 2023<br />\n	<strong><em>Reverse Cross-Reference&nbsp;</em></strong>&ndash; Allows users to start from BNSS sections and see their approximate antecedents in the Cr.PC<br />\n	<strong><em>List of New Sections&nbsp;</em></strong>&ndash; Highlights fresh procedural concepts introduced under BNSS for quick reference<br />\n	<strong><em>Table of Repealed Cr.PC. Provisions&nbsp;</em></strong>&ndash; Shows which parts of the old code no longer apply, making it easier to transition to BNSS<br />\n	<strong>In-depth Comparative Study</strong><br />\n	<strong><em>Clause-by-Clause Analysis</em></strong>&nbsp;&ndash; Detailed notes track how BNSS differs from or aligns with Cr.PC. For instance,&nbsp;<em>designated police officers, audio-video-enabled procedures, and new bail conditions are explained in plain language</em><br />\n	<strong><em>Readable &amp; Systematic</em></strong>&nbsp;&ndash; Perfect for both quick referencing and thorough research<br />\n	<strong>Section Key &amp; Alphabetical Index</strong><br />\n	<strong><em>Section Key</em></strong>&nbsp;&ndash; Maps major topics (<em>Arrest, Bail, Summons, etc.</em>) to relevant BNSS sections<br />\n	<strong><em>Alphabetical Key</em></strong>&nbsp;&ndash; Offers an alphabetical subject-based approach, showing how BNSS modifies or merges with older Cr.PC. rules<br />\n	<strong>Supplementary Materials</strong><br />\n	<strong><em>Arrangement of Sections</em></strong>&nbsp;&ndash; A structured list to navigate the BNSS chapters<br />\n	<strong><em>Legislative Intent</em></strong>&nbsp;&ndash; Includes Statement of Objects &amp; Reasons, Notes on Clauses, and excerpts from the Standing Committee&#39;s 247th&nbsp;Report for contextual clarity<br />\n	<strong><em>Minister&#39;s Speech</em></strong>&nbsp;&ndash; A look into official parliamentary debate, highlighting key policy drives behind BNSS<br />\n	<strong><em>Appendix of Related Acts</em></strong>&nbsp;&ndash; Relevant references to other statutes frequently invoked in BNSS procedures<br />\n	<strong>Annexures</strong><br />\n	<strong><em>Delegation of Powers to UT Administrators</em></strong>&nbsp;&ndash; Clarifies how BNSS confers or reshapes the authority of Union Territories&#39; Administrators<br />\n	<strong><em>Forensic Science Laboratories &amp; Notified Experts&nbsp;</em></strong>&ndash; Aligns forensic standards and notified officials with the updated investigative framework<br />\n	<strong><em>Re-designation of Courts</em></strong>&nbsp;&ndash; Explains the transition from &#39;metropolitan&#39; or &#39;magisterial&#39; courts under Cr.PC. to BNSS standards<br />\n	<strong><em>Audio-Video Means for Witness Examinations&nbsp;</em></strong>&ndash; Details guidelines reflecting BNSS&#39;s emphasis on digital/remote testimonies and modern technology<br />\n	<strong><em>Police Control Room Notifications</em></strong>&nbsp;&ndash; Outlines newly designated responsibilities and official orders relevant to policing<br />\n	<strong>User-Friendly Layout</strong><br />\n	A broad subject index lets you locate topics efficiently&mdash;vital for practitioners and students navigating extensive criminal procedures</li>\n</ul>\n', '1st', 1, NULL, '808', '2023', '10', '2025-05-15_11_17_22.713850TMN_BNSS.jpg', 0, '712', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-15 05:48:25', '12', 0, 0, '', '', NULL, '1,2', '', 725.00, 0, 580.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-05-15 05:48:25'),
(300, 'Oxford Dictionary of Law ', '', '&lt;p&gt;&lt;strong&gt;New to this edition&lt;/strong&gt;&lt;/p&gt;\r\nThis best-selling dictionary is an authoritative and comprehensive source of jargon-free legal information. It contains over 4,700 entries that clearly define the major terms, concepts, processes, and the organization of the English legal system.&lt;br /&gt;\r\n&lt;br /&gt;\r\nEntries have been fully updated for this edition to incorporate the latest legislation, including entries on foreign national offenders, Police and Crime Commissioners, corporate manslaughter, and settlement agreements, and there is a useful Writing and Citation Guide that specifically addresses problems and established conventions for writing legal essays and reports. Now providing more information than ever before, this edition features recommended web links for many entries, which are accessed and kept up to date via the&amp;nbsp;&lt;em&gt;Dictionary of Law&lt;/em&gt;companion website.&lt;br /&gt;\r\n&lt;br /&gt;\r\nDescribed by leading university lecturers as &amp;#39;the best law dictionary&amp;#39; and &amp;#39;excellent for non-law students as well as law undergraduates&amp;#39;, this classic dictionary is an invaluable source of legal reference for professionals, students, and anyone else needing succinct clarification of legal terms. Focusing primarily on English law, it also provides a one-stop source of information for any of the many countries that base their legal system on English law.\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n', '&lt;ul&gt;\r\n	&lt;li&gt;More than 4,700 clear, jargon-free entries&lt;/li&gt;\r\n	&lt;li&gt;Defines all the major legal terms, concepts, processes, and the organization of the English legal system, and provides a useful source of information for the many countries that base their legal system upon English law&lt;/li&gt;\r\n	&lt;li&gt;Covers important new legislation in areas such as criminal law, constitutional law, and administrative law&lt;/li&gt;\r\n	&lt;li&gt;Includes terms from European, international, human rights, and environmental law&lt;/li&gt;\r\n	&lt;li&gt;The Writing and Citation Guide included is helpful for those writing legal papers and reports&lt;/li&gt;\r\n	&lt;li&gt;Incorporates many recommended web links, accessed and kept up to date via the&amp;nbsp;&lt;em&gt;Dictionary of Law&lt;/em&gt;companion website, and attached to both individual entries and listed in the Online Legal Resources appendix&lt;/li&gt;\r\n&lt;/ul&gt;\r\n', '8th', 1, '9780199664924', '174', '2015', '1', 'CoverImage_14345229270.jpg', 2, '677', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '41', 1, 0, '&lt;ul&gt;\r\n	&lt;li&gt;Fully revised and updated content reflecting the very latest legislation, including changes in the status of the Law Lords, the Equality Act and related anti-discrimination legislation, and recent changes to criminal and administrative law&lt;/li&gt;\r\n	&lt;li&gt;Over 120 new entries - from&amp;nbsp;&lt;strong&gt;Clinical Commissioning Groups&lt;/strong&gt;&amp;nbsp;and&amp;nbsp;&lt;strong&gt;General Anti-Abuse Rule&lt;/strong&gt;&amp;nbsp;to&lt;strong&gt;reasonable adjustment&lt;/strong&gt;&amp;nbsp;and&amp;nbsp;&lt;strong&gt;universal credit&lt;/strong&gt;&lt;/li&gt;\r\n&lt;/ul&gt;\r\n', 'Students and lecturers of law, professional lawyers, and anyone needing clear definitions of legal terms.', '3', '3', '', 320.00, 0, 320.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(583, 'A.M. Bhattacharjee\'s Hindu Law and the Constitution', '', '<p>Hindu law has the oldest pedigree of any known system of jurisprudence. The legal and historical scholars have yet to work hard and long in this vast field of research to explore and appreciate wholly the wisdom, excellence and maturity of the Hindu judicial system. On the other hand, our Constitution is yet to reach seven decades only.</p>\n\n<p><strong>The realm of coverage</strong><br />\nIn its earlier edition the book was in five chapters. Those chapters are untouched except the inclusion of the amendments of the statutes and judgments thereunder. Several new chapters are added in this edition that throw light on every corner of the subject. Secularism is now the burning issue of the day and it has got an appropriate treatment in this edition. Uniform Civil Code is now a topic of nationwide debate and accordingly, a chapter on Uniform Civil Code and its impact on diverse personal laws are analysed.</p>\n\n<p>A separate chapter on &lsquo;Demolition of Babri Masjid&rsquo; is included and it gives a new flavour. Temple entry and untouchables are new inclusion in this work.</p>\n\n<p><strong>Brilliant exposition</strong><br />\nThe instant edition provides all the issues relating to the subject. No stone is kept unturned in this aspect. The issues like Adoption, Adultery&mdash;married woman&rsquo;s exemption, Caste disabilities, Directive Principles of State Policy, Divorce&mdash;option of puberty, Guardianship&mdash;bias towards male, Personal laws if law in force, Life and personal liberty, Uniform Civil Code, Supreme Court&rsquo;s view on Talak-ul-bidaat, Demolition of Babri Masjid, Interpretation of Hindutva, Maintenance to divorced Muslim women, Secularism, Separation between Church and State, Temple entry, Casteism, etc. have got an elaborate discussion.</p>\n\n<p>This outstanding work certainly escalates the value of a law library.</p>\n', '<p>Personal Laws if law in force<br />\nSeparation between Church and State<br />\nUniform Civil Code<br />\nDirective Principles of State Policy<br />\nTemple entry<br />\nUntouchable<br />\nCaste disabilities<br />\nSecularism<br />\nDemolition of Babri Masjid<br />\nTalak-ul-bidaat</p>\n', '3rd', 0, '9788171773299', '323', '2018', '1', '2023-07-13_15_10_08.001423bHATT_Hindu_front.jpg', 2, '496', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 1, 1, '0000-00-00 00:00:00', '90', 0, 0, '', '<p>Legal Practitioners</p>\n', '2,1', '2', '', 1095.00, 0, 990.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 105.00, NULL),
(584, 'Wills Law and Practice', '', '<p>A will is a donative document of transfer intended to be legally operative to effect a transfer of property upon the donor&rsquo;s death. Thus it plays an important role to distribute the property of the testator after his death. If the will is not made properly or without following the prescribed manner the intention of the testator would be jeopardized. This work exhibits all about the will.</p>\n\n<p><strong>The domain</strong><br />\nDivided into nine chapters beginning with Introduction and ending with Will under Mahomedan Law the work caters aptly the whole gamut of the subject. While preparing the manuscript for second edition the erudite Author travels through all the high-ways and bye-ways relating to wills. Characteristics of an instrument determines whether that instrument is a will or not. Chapter 2 on Characteristics gives a comprehensive account in this regard. Chapter 3 &ldquo;Classification&rdquo; provides different kinds of wills. Construction of a will is very much important as to validity of a will. In chapter on Construction all those&nbsp; aspects are discussed at length. Execution is also vital as to whether the will is valid or not and it is discussed vividly. In fact, litigations relate to validity and proof of a will. So the Author has analysed thoroughly these issues. Like execution, revocation and probate are also important and accordingly they are dealt with at length. According to Muslim personal law, Mohamedans have their own law relating to will and it was vividly discussed in a separate chapter.</p>\n\n<p><strong>Issues and topics</strong><br />\nAll the vital issues <em>inter alia</em> holograph will, joint will, lost will, will of thirty years old, privileged will are exhaustively discussed. All the sensitive areas like suspicious circumstances, sound disposing mind of the testator, presumption of valid execution, appointment of an executor, etc. are incorporated to acquaint the readers with almost all the issues and topics on the subject.<br />\nThis utility-oriented commentary on the subject, we trust, will be treated as a practical guide to the Bench and the Bar and other legal fraternity.</p>\n', '<p>Formalities of execution<br />\nProbate of lost will<br />\nSound disposing mind of testator<br />\nSuspicious circumstances<br />\nPresumption of revocation<br />\nIncomplete signature of testator</p>\n', '2nd', 0, '9788171773756', '126', '2023', '1', 'Wills_2nd_2023_pic_straight_col.jpg', 2, '464', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '42', 0, 0, '', '<p>Legal Practitioners</p>\n', '1', '1', '', 1495.00, 0, 1270.75, 0, 0, 150.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(634, 'Criminal Investigation – Law & Practice', '', '<p>Investigation is the first and one of the important steps in administration of criminal justice system and it includes all the proceedings under the Code of Criminal Procedure for collection of evidence conducted by a police officer or by any person (other than a Magistrate) who is authorised by a Magistrate. It plays a vital role to unfold the crime and criminal also.</p>\n\n<p><strong>Issues discussed</strong></p>\n\n<p>Dividing the work into eleven chapters the whole gamut of the subject is presented aptly in a systematic manner within a short campus. An in-depth study has been made of all the important issues relating to the subject with the help of the pronouncements of the apex court and different High Courts. The work discusses the provisions of: agencies of investigation, right of arrestee, custodial violence, bail and remand, scientific developments and criminal investigation, victims&rsquo; rights during investigation, power of Magistrate, etc. that complete the circle of the subject.</p>\n\n<p><strong>Critical and analytical study</strong></p>\n\n<p>The instant work seeks to present a lucid exposition of law relating to criminal investigation which forms the bedrock of criminal justice system in India. The book provides critical and analytical insights into the subject of seminal importance. Apart from dealing with different aspects of law relating to criminal investigation, right from putting the criminal law into motion to submission of the charge-sheet, the book also covers a number of core issues that touch upon the investigative process very often and attempts to provide the best suitable answers based upon the statutory and judicial authorities.</p>\n', '<p>Rights of an arrested person</p>\n\n<p>Custodial violence</p>\n\n<p>Further investigation</p>\n\n<p>Clubbing of investigation</p>\n\n<p>Scientific developments and criminal investigation</p>\n\n<p>Duty of investigating officer</p>\n\n<p>Victims&rsquo; rights during investigation</p>\n', '1st Edition', 0, '9788171773763', '354', '2023', '1', '5_Pathak_Cri_Investigation_Colour.jpg', 0, '560', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, NULL, 1, 1, '2023-03-29 12:36:35', '12', 0, 0, '', '', NULL, '1', '', 1695.00, 0, 1440.00, 0, 0, 150.00, 0, 0.00, 0.00, 0.00, 255.00, '2023-03-29 12:36:35'),
(643, 'ABC', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-04-02 18:38:59', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 100.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-04-02 18:38:59'),
(644, 'XYZ', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-04-02 18:38:59', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 100.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-04-02 18:38:59'),
(645, 'ABC', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-04-04 11:03:50', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 100.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-04-04 11:03:50'),
(646, 'XYZ', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-04-04 11:03:50', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 100.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-04-04 11:03:50'),
(647, 'ABC', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-04-04 12:27:20', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 100.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-04-04 12:27:20'),
(648, 'XYZ', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-04-04 12:27:20', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 100.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-04-04 12:27:20'),
(649, 'ABC', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-04-04 14:11:44', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 100.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-04-04 14:11:44'),
(650, 'XYZ', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-04-04 14:11:44', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 100.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-04-04 14:11:44'),
(651, 'ABC', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-04-05 12:42:24', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 100.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-04-05 12:42:24'),
(652, 'XYZ', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-04-05 12:42:24', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 100.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-04-05 12:42:24'),
(653, 'Criminal Investigation Law and Practice', 'dsd', '', '', '215', 0, '9788171773763', '201', '2023', '4', 'Screenshot_(3).png', 0, '560', '0', '0', NULL, NULL, 1, 1, 1, 0, 0, NULL, 0, 6, '2023-04-17 06:14:56', '8', 1, 0, '', '', NULL, '24', '', 1695.00, 0, 0.00, 0, 0, 150.00, 0, 0.00, 0.00, 0.00, 1695.00, '2023-04-17 06:14:56'),
(343, 'Fair Hearing and Access to Justice', '', '<p>The essentiality of assuring a fair hearing lies at the core of all legislations, substantive or procedural. The administration of justice through the courts of law or any other quasi-judicial forum has to uphold the requirements of fair hearing as fundamental to the rule of law. The areas covered in this work include the due process of law in application, the right to privacy as against trial by media, human right issues, standards for reasonableness and also reflects on the process of investigation that excludes any hearing right. The treatment in all these fields is enriched by the judicial pronouncements in this country and abroad. The book is a must for all.</p>\n', '', '1st (2012)', 0, '9788171772483', '88', '2013 (Reprint)', '1', 'CoverImage_1444112925343.jpg', 1, '585', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '37', 0, 0, '', '<p>Judges, Advocates and Faculties</p>\n', '1', '1', '', 850.00, 0, 722.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(303, 'A.N. Saha\'s Marriage & Divorce', '', '<p>Providing illuminating discourses on marriage, desertion, adultery, cruelty, divorce and re-marriage, alimony and joint property besides the new legislations &amp;ndash; Indian Divorce (Amendment) Act 2001 and the Marriage Laws (Amendment) Act 2001, this sixth edition of A.N. Saha&amp;rsquo;s treatise on Marriage &amp;amp; Divorce rightly claims to be a complete book on the subject.</p>\n', '', '6th', 0, '8171771432', '78', '2002', '1', 'CoverImage_14349546950.jpg', 0, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '33', 1, 0, '', '', '1', '1', '', 850.00, 0, 722.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(304, 'Laws of Marriage and Divorce', '', '<p>Saharay&amp;rsquo;s Laws of Marriage and Divorce makes its triumphant entry into its Fifth Edition with the coverage of ever-widening issues peculiar to the modern society. Thus, along with transsexual marriage, it deals with lesbian or gay couples, unwed mothers issues in matrimonial or extra-marital relationship and custody of children in varying circumstances etc. Marriages contracted overseas have also been discussed along with various incidents relating to Family Courts as an alternative forum. Marital violence, dowry deaths, tortures, etc., are discussed in the light of judicial decisions reflecting on the area.</p>\n', '<p>&amp;bull; Conjugalities alike marriage&lt;br /&gt; &amp;bull; Custody including kidnapping of own child&lt;br /&gt; &amp;bull; Issues of violence in marriage and custody&lt;br /&gt; &amp;bull; International conventions affecting marriage&lt;br /&gt; &amp;bull; Pre-natal detection of sex</p>\n', '5th', 0, '9788171771974', '82', '2007', '1', 'CoverImage_14349549170.jpg', 2, '1044', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '33', 0, 0, '<p>&lt;strong&gt;Part 1 - General&lt;/strong&gt;&lt;br /&gt; &amp;bull; Rules of Construction&lt;br /&gt; &amp;bull; Institution of Marriage&lt;br /&gt; &lt;br /&gt; &lt;strong&gt;Part 2 - Hindu Marriage and Divorce Law&lt;/strong&gt;&lt;br /&gt; &amp;bull; Law of Hindu Marriage and Divorce&lt;br /&gt; &amp;bull; The Hindu Marriage Act 1955&lt;br /&gt; &lt;br /&gt; &lt;strong&gt;Part 3 - Special Marriage and Divorce Law&lt;/strong&gt;&lt;br /&gt; &lt;br /&gt; &lt;strong&gt;Part 4 - Indian Divorce Law&lt;/strong&gt;&lt;br /&gt; &amp;bull; The Divorce Act 1869&lt;br /&gt; &amp;bull; Indian Christian Marriage Act 1872&lt;br /&gt; &lt;br /&gt; &lt;strong&gt;Part 5 - Foreign Marriage and Divorce Law&lt;/strong&gt;&lt;br /&gt; &amp;bull; Foreign Marriage Act 1969&lt;br /&gt; &lt;br /&gt; &lt;strong&gt;Part 6 - Converts&amp;#39; Marriage Dissolution Law&lt;/strong&gt;&lt;br /&gt; &amp;bull;&amp;nbsp;The&amp;nbsp;Converts&amp;#39; Marriage Dissolution Act 1866&lt;br /&gt; &lt;br /&gt; &lt;strong&gt;Part 7 - Muslim Marriage and Divorce Law&lt;/strong&gt;&lt;br /&gt; &amp;bull;&amp;nbsp;Muslim Marriage and Divorce Law&lt;br /&gt; &amp;bull; The Dissolution of Muslim Marriage Act 1939&lt;br /&gt; &amp;bull; Maintenance under Muslim Law&lt;br /&gt; &amp;bull; Divorce Laws in Pakistan and Bangladesh&lt;br /&gt; &lt;br /&gt; &lt;strong&gt;Part 8 - Parsi Marriage and Divorce Law&lt;/strong&gt;&lt;br /&gt; &amp;bull; The Parsi Marriage and Divorce Act 1936&lt;br /&gt; &lt;br /&gt; &lt;strong&gt;Part 9 - Dowry Prohibition Law&lt;/strong&gt;&lt;br /&gt; &amp;bull; The Dowry Prohibition Act 1961&lt;br /&gt; &lt;br /&gt; &lt;strong&gt;Part 10 - Family Courts Law&lt;/strong&gt;&lt;br /&gt; &amp;bull; The Family Courts Act 1984&lt;br /&gt; &lt;br /&gt; &lt;strong&gt;Part 11 - Appendices&lt;/strong&gt;&lt;br /&gt; &amp;nbsp;</p>\n', '<p>Judges, Advocates and Faculties</p>\n', '1', '1', '', 980.00, 0, 833.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(305, 'Law is Not an Ass & Other Essays', '', '<p>This book of thought provoking essays of an outstanding scholar is now stepping into its third edition. The varied range of legal issues covered in this work includes inter alia judicial activism, Supreme Court for secularism, refugee problem, office of profit. The burning issues of the day which deserves informed discussion, have got erudite treatment. An opportunity none can miss.</p>\n', '<p>Secularism<br />\nProselytization<br />\nArt. 370 of the Constitution<br />\nJustice delayed is justice denied<br />\nDisclosure of assets of judges<br />\nJudicial activism<br />\nPre-Contract negotiation<br />\nLand Acquisition at Singur<br />\nSupreme Court for Aam Admi</p>\n', '3rd', 1, '9788171772704', '160', '2013', '1', 'CoverImage_1444111630305.jpg', 2, '359', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '24', 0, 0, '<p>An Excuse<br />\nA Miniscule Profile of a Lawyer and his Profession<br />\nA Quest for Judicial Reforms<br />\nA Case for Treaty of Non-Proliferation<br />\nLaw is Not an Ass<br />\nWhither Supreme Court<br />\nJudicial Activism<br />\nIs it a Boon or A Bane?<br />\nSupreme Court for?<br />\nAnd Why Not?<br />\nSilent Wisdom of the Supreme Court<br />\nJustice Delayed is Justice Denied; Some of its Causes and Cures<br />\nArticle 370 of the Constitution; Its Past and Present<br />\nSecularism under Indian Constitution<br />\nLegal Fabric of Right to Free Legal Aid<br />\nJudges Assets and their Disclosure<br />\nWhither Law Reporting<br />\nWhither the Hon&rsquo;ble High Court at Calcutta<br />\nValue Education and Career Oriented Education<br />\nProselytization and Indian Constitution<br />\nSupreme Court on Autonomy in Education<br />\nDeath and Transplantation of Organs; A Note<br />\nDisinvestment Policy; An Alternative to Bankruptcy of Psus<br />\nA Contemporary Refugee Problem; Need for Redefinition<br />\nA Focus on Broad Contours for Bankruptcy Law in India<br />\nLegitimate Expectation in Corporate Jurisprudence in India<br />\nElementary Mechanics of Dispute Management in Public Buying<br />\nThe Legal Status of Pre-Contract Negotiations<br />\nAn Overview of ls quo; Office of Profit rsquo; to lsquo; Office to Profit rsquo<br />\nAppointment of High Court Judges; Objections of the Hon&rsquo;ble Chief Minister Mr. Buddhadeb Bhattacharjee<br />\nMs. Jayaram Jayalalithaa&rsquo;s Home Work and the Constitution<br />\nThe Prudence of the President; Article 143(1) of the Constitution of India<br />\nUnderstanding Mrs. Worry versus Mr. Apprehension<br />\nAn Ode to the West Bengal Block Level Pre-Litigation Conciliation Board Bill 2004<br />\nThe Prudence and Wisdom of Dr. Shankar Dayal Sharma, the President of India<br />\nDismissal of Mr. V. Bhagwat, Chief of Naval Staff &amp; its Legality<br />\nShree Biman Bose has no Case<br />\nThe Singur Land Acquisition and its Aftermath</p>\n', '<p>Judges and Advocates</p>\n', '3', '3', '', 425.00, 0, 382.50, 0, 0, 65.00, 0, 0.00, 10.00, 0.00, 0.00, NULL),
(306, 'Whither Laws & Justice', '', '<p>The high profile subject of appointment of Judges of superior courts intrigued by the new questions of reservation vis-a-vis merit, remedy against the unusual delay in disposal of cases and yet sustaining judicial values, the global demand for quality in the legal profession and its interaction with the judiciary to guide mankind are some of the matters discussed suggesting effective guidelines.</p>\n', '', '1st (2001)', 1, '8171771351', '19', '2025 (Reprint)', '1', 'CoverImage_14349558170.jpg', 1, '234', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '24', 0, 0, '', '', '3', '3', '', 600.00, 0, 510.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(307, 'The Perils to Justice', 'A Judge Thinks Aloud', '<p>In this frank and revealing narrative of the vicissitudes of his life as a lawyer and a judge, spread over a period of eight decades, the author, while referring to the perils to justice, holds the superior judiciary in high esteem and suggests that judicial activism should match with the constantly changing social purpose and environment, without, however, exceeding the boundaries.</p>\n', '<p>Judiciary to whom accountable<br />\nDoes review power surpass limitations<br />\nGlobal quality versus reservations<br />\nHung Parliament and coalition government<br />\nClashes and conflicts in the organs of State</p>\n', '2nd', 1, '8171771343', '19', '2001', '1', 'CoverImage_14349560480.jpg', 2, '449', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '24', 0, 0, '', '', '3', '3', '', 950.00, 0, 807.50, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(308, 'The Dialectics & Dynamics of Human Rights in India (Tagore Law Lectures)', 'The Yesterday, Today and Tomorrow ', '<p>In this work the author makes an in-depth study of the concept, foundation and the escalating emergence of Human Rights in the background of our religious culture and the catastrophe of World War II and birth of the United Nations and its ancillary bodies with special reference to the human rights realities in India and the prospect of an Asian Charter.</p>\n', '', '1st (1999)', 0, '9788171773435', '104', '2025 (Reprint)', '1', 'CoverImage_1535698692308.jpg', 1, '426', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '26', 0, 0, '', '<p>Students,&amp;nbsp;Legal Practitioners</p>\n', '1', '1', '', 975.00, 0, 828.75, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1562, 'Informational Privacy', 'Constitutional and Common Law Remedies', '<p>The background of this seminal work&nbsp;<strong>comes from&nbsp;<em>K.S. Puttaswamy (Privacy-9J.)</em>&nbsp;v.&nbsp;<em>Union of India</em></strong><em>,&nbsp;</em>(2017) 10 SCC 1 comprising nine judges of the Supreme Court which&nbsp;<strong>unanimously declared the right to privacy to be a fundamental right of utmost importance.</strong>&nbsp;This&nbsp;<strong>work accurately analyses the right of privacy from a legal, constitutional perspective</strong>. It explains the&nbsp;<strong>importance and necessity of judicial remedies</strong>&nbsp;against the encroachment of right of privacy by private players, echoing the view expressed by the Supreme Court of India in Kaushal Kishor v. State of U.P.</p>\n', '<p>This book focuses on&nbsp;<strong>shaping a new remedy grounded in the law of torts to protect and enhance privacy rights</strong>.<br />\nThe publication helps in understanding how the&nbsp;<strong>remedy for privacy rights violations can be pursued by relying on the structural framework contained in Article 226</strong>&nbsp;of the Constitution of India.<br />\nThis book proposes that&nbsp;<strong>Article 226 is wide enough in its scope to apply in relation to remedies sought for privacy rights violations</strong>&nbsp;carried out by non-State actors.</p>\n', '1st', 0, '9789348179876', '894', '2025', '9', '2025-05-27_14_46_06.343406Informational_Privacy.jpg', 0, '288', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-27 09:16:30', '9', 0, 0, '<p>Foreword by K.K. Venugopal<br />\nMessage by Justice V. Ramasubramanian<br />\nMessage by Madhavi Goradia Divan<br />\nPreface<br />\nTable of Cases<br />\nIntroduction<br />\n1. The Common Law: Stable or Flexible<br />\n2. Privacy: A Thing of Threads and Patches<br />\n3. Prosser&rsquo;s Private Jurisdiction: The United States of America, Canada and South Africa<br />\n4. The United Kingdom and Australia: Breaches of Confidence<br />\n5. The Common Law and India<br />\n6. The Tort of Publicity: Creativity in the Common Law in India<br />\n7. A New Tort Remedy: Crafting Afresh the Right to Privacy<br />\n8. The History of Article 226 of the Constitution of India: A View from the Constituent Assembly Debates<br />\n9. The Constitutional Remedy: Article 226 Recast<br />\nConclusion<br />\nSubject Index</p>\n', '', NULL, '1', '', 1495.00, 0, 1270.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-27 09:16:30'),
(1563, 'P S A Pillai Criminal Law', 'In Accordance with The Bharatiya Shakshya Adhiniyam, 2023', '<p>P S A Pillai, Criminal Law is one of the most archetypal text on criminal law, ever since the publication of its first edition in 1956. With a section-wise content flow, this work adopts a unique approach to the study of the law of crime, focusing on both the emerging issues and the legislative as well as juristic developments. A leading treatise on the subject for over six decades, this work is a thematic presentation of the complex and multi-dimensional subject of criminal law in a lucid, comprehensive and systematic manner.<br />\nThis edition of P S A Pillai&#39;s Criminal Law&nbsp;provides a detailed analysis of the new provisions introduced by the Bharatiya&nbsp; Nyaya Sanhita, 2023; however, it preserves the essence and spirit of the original work, ensuring its continued applicability and relevance to both the newly enacted and the foundational principles of the earlier Act. Additionally, the work also explains all the relevant provisions of BNSS, 2023 and BSA, 2023.</p>\n', '<ul>\n	<li>&bull; Features commentary on the Bharatiya Nyaya Sanhita, 2023 &ndash; new provisions as well as those retained from the erstwhile Indian Penal Code, 1860</li>\n	<li>&bull; Provides comparative tables under relevant sections highlighting the difference between the provisions of Bharatiya Nyaya Sanhita, 2023 and the Indian Penal Code, 1860</li>\n	<li>&bull; A dedicated chapter on the newly introduced sections, &ldquo;Organized Crimes,&rdquo; has been included in this edition</li>\n	<li>&bull; Comprises a discussion on &ldquo;proposal for reforms&rdquo; to provide a deeper understanding of their historical context</li>\n	<li>&bull; Discusses significant changes in the well-established rules of criminal law and developments at appropriate places&nbsp;</li>\n	<li>An indispensable reference for legal practitioners, professionals, law students, competitive examination aspirants, academicians, and research scholars</li>\n</ul>\n', '16th', 1, '9789349015678', '895', '2025', '14', '20251003_103057_9789349015678-397x397.jpg', 0, '1200', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-27 09:23:06', '16,12', 0, 0, '', '', NULL, '1,2', '', 1350.00, 0, 1147.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-27 09:23:06'),
(1564, 'Supreme Court Words and Phrases (1950-2023)', '', '', '', '4th', 0, '9788119114689', '205,618', '2024', '9', '2025-05-27_14_59_12.691716sc_words.jpg', 0, '2640', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-27 09:29:18', '135', 0, 0, '', '', NULL, '2,1', '', 3975.00, 0, 3378.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-27 09:29:18'),
(1565, 'The Bharatiya Nyaya Sanhita, 2023 (in 2 Volumes)', '', '<p>The&nbsp;<strong>Bharatiya Nyaya Sanhita, 2023 (BNS)</strong>, introduced on August 11, 2023, replaces the Indian Penal Code (IPC), 1860, to reform India&rsquo;s criminal law framework. BNS introduces stricter penalties for serious offenses, redefines key criminal provisions, and aligns the legal system with contemporary societal needs. With an emphasis on justice, deterrence, and victim rights,&nbsp;Bharatiya Nyaya Sanhita, 2023<strong>&nbsp;</strong>aims to enhance legal clarity, ensure faster adjudication, and strengthen the rule of law in India.</p>\n\n<p>Ratanlal &amp; Dhirajlal: The&nbsp;<strong>Bharatiya Nyaya Sanhita, 2023</strong>&nbsp;is a detailed, section-wise commentary on the BNS which came into effect from 1 July 2024. This comprehensive commentary elucidates the new provisions introduced by the BNS and underscores the changes implemented in the&nbsp;Bharatiya&nbsp;Nyaya Sanhita. Comments after each section provide the corresponding section from the Indian Penal Code, 1860 and highlight the changes brought in along with relevant principles of law and judgments.</p>\n', '<p>Includes commentary on the Bharatiya Nyaya Sanhita, 2023 &ndash; new provisions as well as those retained from the Indian Penal Code, 1860<br />\nContains landmark judgments relevant for interpreting the provisions of the Indian Penal Code, 1860 and the Bharatiya Nyaya Sanhita, 2023, also includes a table on some of the recent judgments<br />\nCompares relevant provisions of the Indian Penal Code, 1860 with the Bharatiya Nyaya Sanhita, 2023, and vice versa<br />\nReflects on the Spirit of the New Criminal Acts with major changes in the Bharatiya Nyaya Sanhita, 2023&nbsp;<br />\nIncludes Observations/Recommendations of Parliamentary Standing Committee<br />\nIncludes a Table highlighting the section-wise major changes in the Bharatiya Nyaya Sanhita, 2023<br />\nEnsures that spirit and essence of the original work is maintained, preserving its relevance and applicability to both the Act and the BNS</p>\n', '36th', 0, '9789395116978', '347', '2025', '14', '2025-05-27_15_04_25.403373BNS_2023.jpg', 0, '3226', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-27 09:35:57', '12', 0, 0, '', '', NULL, '1', '', 5295.00, 0, 4500.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-27 09:35:57'),
(1566, 'The Bharatiya Sakshya Adhiniyam, 2023 (in 2 Volumes)', '', '<p>Ratanlal &amp; Dhirajlal: The&nbsp;<strong>Bharatiya Sakshya Adhiniyam, 2023</strong>&nbsp;is a detailed, section-wise book on the Adhiniyam which came into effect from 1 July 2024. This book meticulously explains the new provisions introduced by the Adhiniyam and highlights the changes introduced in the provisions of the Indian Evidence Act, 1872.&nbsp;</p>\n\n<p>This book further ensures that the spirit and essence of the original work are maintained, preserving its relevance and applicability to both the Act and the Adhiniyam. It enriches its analysis by including relevant judgments from the period under the Indian Evidence Act, 1872, illustrating how the courts previously interpreted the similar issues. This dual approach of comparing old and new provisions, supported by judicial precedents, makes the book an invaluable tool for understanding the evolution of evidence law in India.</p>\n', '<p>Provides commentary on the new provisions of the Bharatiya Sakshya Adhiniyam, 2023 as well as those retained from the erstwhile Indian Evidence Act, 1872<br />\nFeatures a user-friendly table that clearly contrasts the major differences between the Bharatiya Sakshya Adhiniyam, 2023, and the Indian Evidence Act, 1872. This format allows for quick and easy comprehension of the legislative changes<br />\nA dedicated section on the omission of certain provisions of the Indian Evidence Act, 1872 under the Bharatiya Sakshya Adhiniyam, 2023 has been provided&nbsp;<br />\nA write up on &ldquo;Electronic Evidence&rdquo; under the Bharatiya Sakshya Adhiniyam, 2023 has been given<br />\nReflects on the Spirit of the New Criminal Acts with major changes in the Bharatiya Sakshya Adhiniyam, 2023<br />\nHighlights relevant provisions of other important Acts referred to in the Bharatiya Sakshya Adhiniyam, 2023<br />\nIncludes Observations/Recommendations of Parliamentary Standing Committee<br />\nIncludes a Table highlighting the major changes in the Bharatiya Sakshya Adhiniyam, 2023</p>\n', '27th', 0, '9788197414268', '347', '2024', '14', '2025-05-27_15_09_58.176089BSA_2023.jpg', 0, '3226', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-27 09:40:19', '12', 0, 0, '', '', NULL, '1', '', 4495.00, 0, 3820.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-27 09:40:19');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1567, 'The Bharatiya Nagarik Suraksha Sanhita, 2023 (in 2 Volumes)', '', '<p>The&nbsp;<strong>Bharatiya Nagarik Suraksha Sanhita, 2023 (BNSS)</strong>, introduced on August 11, 2023, replaces the Code of Criminal Procedure (CrPC), 1973, to modernise India&rsquo;s criminal justice system. BNSS revises bail provisions, broadens the use of electronic evidence, and enhances procedural efficiency. With a focus on speed, transparency, and accountability, BNSS aims to streamline investigations and improve access to justice.</p>\n\n<p><strong>Ratanlal &amp; Dhirajlal: The Bharatiya Nagarik Suraksha Sanhita, 2023</strong>&nbsp;is a detailed, section-wise book on the BNSS, which came into effect from 1 July 2024. The author has tried to be brief and lucid while explaining the new provisions introduced by the BNSS and highlighting the changes introduced in the provisions of the Code of Criminal Procedure, 1973. Comments after each section provide the corresponding section from the Code of Criminal Procedure, 1973 and highlight the changes brought in along with relevant principles of law and judgments.</p>\n', '<p>Includes commentary on the Bharatiya Nagarik Suraksha Sanhita, 2023 &ndash; new provisions as well as those retained from the Code of Criminal Procedure, 1973<br />\nContains landmark judgments relevant for interpreting the provisions of the Code of Criminal Procedure, 1973 and the Bharatiya Nagarik Suraksha Sanhita, 2023, including a table on some of the most Recent Judgments<br />\nCompares relevant provisions of the Code of Criminal Procedure, 1973, with the Bharatiya Nagarik Suraksha Sanhita (BNSS), 2023 and vice versa<br />\nReflects on the Spirit of the New Criminal Acts with major changes in the Bharatiya Nagarik Suraksha Sanhita (BNSS), 2023<br />\nIncludes Observations/Recommendations of Parliamentary Standing Committee<br />\nIncludes a Table highlighting the major changes in the Bharatiya Nagarik Suraksha Sanhita (BNSS), 2023<br />\nEnsures that the spirit and essence of the original work are maintained, preserving its relevance and applicability to both the Act and the Bharatiya Nagarik Suraksha Sanhita (BNSS)</p>\n', '23rd', 0, '9788197414237', '347', '2024', '14', '2025-05-27_15_13_14.391925BNSS_2023.jpg', 0, '4226', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-27 09:43:37', '12', 0, 0, '', '', NULL, '1', '', 4995.00, 0, 4245.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-27 09:43:37'),
(1568, 'Majumder\'s Plaints', '', '<p>The instant edition of this utility oriented work, as the true successor of its earlier one, has taken adequate care to maintain its traditional standard and reputation. Divided in two parts, the first one deals with the substantive laws while the other part catalogues the specimen of plaints and petitions. In the present edition certain additions and alterations have been made to keep pace with the changed situations in law from the practical point of view and to assist the young lawyers to locate their area of interest. By covering all the important subjects, the work caters more than 600 specimen of plaints, petitions and the written statements to meet instantly the need of the young and busy lawyers.</p>\n', '<p>Unnecessary amendment of plaint<br />\nPublic Interest Litigation<br />\nRevocation of Probate<br />\nDiverting a water-course<br />\nWrit for equitable distribution<br />\nRight to information<br />\nRefund of <em>baina</em> with damages</p>\n', '5th', 0, '9788171773497', '119', '2019', '1', '2025-05-27_18_04_57.969106M-Plaints_F.jpg', 0, '876', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2025-05-27 12:35:33', '19', 0, 0, '', '', NULL, '1', '', 1290.00, 0, 1090.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 200.00, '2025-05-27 12:35:33'),
(309, 'Intellectual Property Law', '', '<p>The present work is an authoritative commentary on the entire gamut of this multifaceted law and it highlights not only all the salient features of the new legislations but also the essential and useful information about all branches of IPR law. Those who are interested in intellectual property rights need have a basic knowledge of IPR laws and their impact on man&#39;s daily life and work and this illuminating guide meets that need.</p>\n', '<p>Patents<br />\nIndustrial Designs<br />\nTrade Marks<br />\nCopyrights<br />\nConfidential Information<br />\nKnow-how<br />\nIndustrial and Trade Secrets<br />\nGeographical Indications of Goods<br />\nProtection of Plant Varieties<br />\nFarmers&rsquo; Rights<br />\nInformation Technology<br />\nSemiconductor Integrated Circuits Layout-Design</p>\n', '3rd (Revised with Updated and Amended Statutes)', 1, '9788171773831', '20', '2025 (Reprint)', '1', 'CoverImage_1532952301309.jpg', 2, '680', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '28', 0, 0, '<p><strong>Part 1 &ndash; Patents</strong><br />\nIntroduction<br />\nHow to Obtain a Patent<br />\nProduct Patents in Respect of Medicine and Drug<br />\nSpecification<br />\nOpposition Proceedings to Grant of Patents<br />\nRegister of Patents and Patent Office<br />\nRights and Obligations of a Patentee<br />\nTransfer of Patent Rights<br />\nCompulsory Licences, Licences of Right; Revocation for Non-working<br />\nGovernment use of Inventions<br />\nRevocation and Surrender of Patents<br />\nInfringement of Patents<br />\nThreat of Infringement Proceedings<br />\nOffences and Penalties and Miscellaneous Matters<br />\nThe Patents (Amendment) Act 2005</p>\n\n<p><strong>Part 2 - Industrial Designs</strong><br />\nIndustrial Designs</p>\n\n<p><strong>Part 3 - Trade Marks</strong><br />\nIntroduction<br />\nTrade Marks Registry and Register of Trade Marks<br />\nProperty in a Trade Mark and Registration of Trade Marks<br />\nSimilar, Near Resemblance and Deceptively Similar<br />\nAssignment and Transmission<br />\nLicensing of Trade Marks and Registered Users<br />\nRectification of Register<br />\nInfringement, Threat and Trade Libel<br />\nGoodwill<br />\nPassing Off<br />\nOffences and Penalties<br />\nMiscellaneous Matters</p>\n\n<p><strong>Part 4 &ndash; Copyright</strong><br />\nIntroduction<br />\nNature of Copyright<br />\nSubject-matter of Copyright<br />\nTerm of Copyright<br />\nAuthor and Ownership of Copyright<br />\nRights conferred by Copyright<br />\nRights of Broadcasting Organisations and of Performers<br />\nAssignment, Transmission and Relinquishment of Copyright<br />\nLicences<br />\nPublication and Public<br />\nInfringement of Copyright<br />\nRemedies against Infringement of Copyright<br />\nInternational Copyright<br />\nCopyright Societies<br />\nCopyright Office, Copyright Board, Registration of Copyright; Appeals</p>\n\n<p><strong>Part 5 - Confidential Information</strong><br />\nConfidential Information, Breach of Confidence; Know-how<br />\nNew Acts relating to Intellectual Property</p>\n', '<p>Students and Faculties</p>\n', '2', '2', '', 925.00, 0, 786.25, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(310, 'Mitra\'s Co-ownership and Partition', '', '<p>Thoroughly revised and updated edition of this utility oriented work provides a comparitive study on joint family, joint tenancy and tenancy-in-common. The issues like doctrine of blending, alienation of coparcenary property, right of minor and posthumous son, rights and obligations of coparcenars, female heir&amp;#39;s right to claim partition of dewelling house recieve erudite treatment. The book aims to make an in-depth study on the controversial subjects like partible and impartible property, alienation of joint property without legal necessity, sale instead of partition, transfer of shebaiti right, etc.</p>\n', '<p>Registration of deed of partition<br />\nDebuttar property whether impartible<br />\nPartible and impartible property<br />\nCompromise of partition suit<br />\nProcedure as to sale instead of partition</p>\n', '9th', 0, '9788171773114', '82', '2016', '1', 'CoverImage_1472128493310.jpg', 2, '756', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '19', 0, 0, '<p>1. Co-ownership<br />\n2. Mitakshara Coparcenary<br />\n3. Dayabhaga Coparcenary<br />\n4. Mutual Relations<br />\n5. Co-owners and other persons<br />\n6. Partition<br />\n7. Partible and Impartible Property<br />\n8. Oral Partition<br />\n9. Partition by Deed<br />\n10. Partition by Suit<br />\n11. Final Decree for Partition<br />\n12. Sale instead of Partition<br />\n13. Effects of Partition</p>\n', '<p>Judges, Advocates and persons engaged in legal field.</p>\n', '1', '1', '', 1295.00, 0, 1165.50, 0, 0, 95.00, 0, 0.00, 10.00, 0.00, 0.00, NULL),
(312, 'P.K. Sarkar\'s The Motor Vehicles Act, 1988', '', '<p>The Motor Vehicles Act has evolved over the years to adapt to societal changes and address contemporary needs. In this insightful work, you&#39;ll find an extensive analysis of the Motor Vehicles Act, enriched by judicial interpretations from the Supreme Court and various High Courts. The book thoughtfully addresses an array of important topics in depth. The principles behind assessing compensation related to damage, injury, disability, and even death are outlined alongside discussions on no-fault liability and the penalties involved in law violations.</p>\n\n<p><strong>Reflection of amendment</strong></p>\n\n<p>Since the release of its last edition, numerous significant amendments have been made to the Motor Vehicles Act, enhancing various provisions related to compensation for hit-and-run incidents. Additionally, compensation amounts for cases of death or permanent disability have seen remarkable increases, along with expedited compensation processes. The author&nbsp; attempted to sum up the&nbsp; far-reaching changes effected by the Motor Vehicles (Amendment) Act 2019 and give a perspective on the present and the future.</p>\n\n<p><strong>Catholic portrayal of the subject</strong></p>\n\n<p>The book covers every conceivable aspect of motor accidents and compensation such as, Strict liability and understanding third-party risks &bull; Graded compensation frameworks for injury, disability, and death &bull; Empowering passengers as consumers &bull; No-fault liability principles &bull; Understanding contributory negligence and its implications &bull; Insights into vicarious liability &bull; Protocols for dealing with hit-and-run cases &bull; Structured compensation frameworks &bull; Joint-tort feasor considerations &bull; The multiplier method for compensation calculation &bull; Overview of the Solatium scheme &bull; A thorough examination of the Claims Tribunal&#39;s powers and jurisdiction.</p>\n\n<p>Each topic is discussed thoughtfully and critically and the law has been discussed from various practical angles with aid of latest relevant case laws.</p>\n\n<p>This book is designed not just to inform but to empower readers with a deep understanding of the law governing motor vehicles and accidents and is a celebration of the progress made in this field.&nbsp; It is expected that this book will be a valuable resource for legal practitioners, judges, and professionals tasked with implementing this essential legislation.</p>\n', '', '2nd', 0, '978-81-972583-7-4', '100', '2025', '1', '20250925_104004_Motor_2Ed_Front_cover_New.jpg', 0, '1366', '0', '0', '', '0000-00-00 00:00:00', 1, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '35', 0, 0, '', '', '1', '1', '', 3450.00, 0, 2932.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(313, 'A.B. Majumder\'s Motor Accident Claims', '', '<p>This illuminating work steps into its fifth edition with a rich content on the provisions of the Motor Vehicles Act highlighting the significant changes during the intervening period since the last edition. The issues dealt with include&amp;mdash;no fault liability, hit and run cases, contributory negligence, vicarious liability, compensation on structured formula basis, joint-tort feasors, solatium scheme, quantum of compensation, multiplier method etc. The topics replete with niceties vividly discussed make it indispensable to legal practitioners and judges alike.</p>\n', '<p>No fault liability<br />\nContributory negligence<br />\nVicarious liability<br />\nHit and run cases<br />\nCompensation on structured formula basis<br />\nQuantum of compensation<br />\nJoint-tort feasors<br />\nRes ipsa loquitur<br />\nMultiplier method<br />\nSolatium scheme</p>\n', '5th (2012)', 0, '9788171772223', '23', '2013 (Supplement)', '1', 'CoverImage_1444112214313.jpg', 2, '758', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '35', 0, 0, '', '', '1', '1', '', 930.00, 0, 790.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1431, 'The Journey of a Misfit', '', '<p>The book presents a gripping narrative of how an aspiring lawyer from nowhere navigated his way in and up to the higher echelon of his profession and society. Having had first-hand knowledge as a practising Barrister and then as Chairman of Bar Council and also as Advocate General the author has with utmost candour brought out in public domain so far untold intrigues, owes and anxieties of Indian judiciary including menace of delayed justice and abuse of judicial process. According to him in the post-independence period realities in judiciary integritywise classify judges mainly under three heads. First, Supreme Court Justice A.N. Ray variety; second, Supreme Court Justice H.R. Khanna variety; and a third of more recent origin looking forward to some reward in their post retirement period. The author has also suggested the needful to protect and preserve the dignity of judiciary free from any executive or legislative interference in the matter of administration and dispensation of justice which according to him is the first priority of the judicial system of any democratic polity.<br />\nThe book also contains a brief historiography of Indian judiciary and more particularly of a premier High Court of India along with an incisive analysis of contemporary politico economic state of affairs of India and more particularly of the State of West Bengal.</p>\n\n<p>&nbsp;</p>\n', '', '1st', 1, '978-81-963872-7-3', '160', '2024', '1', '2024-06-15_12_35_56.368235Misfit_color.jpg', 0, '434', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2024-06-15 07:07:47', '22', 0, 0, '<p><strong>Contents</strong><br />\nA Prefatory Declaration<br />\nPART &ndash; I <strong>Sojourn to England</strong><br />\nPART &ndash; II <strong>Swimming in and against the Stream</strong><br />\nPART &ndash; III <strong>Roots of the Misfit</strong><br />\nMap of Calcutta</p>\n', '', NULL, '1', '', 990.00, 0, 792.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2024-06-15 07:07:47'),
(1351, 'B.P. Beri\'s Law of Marriage and Divorce ', '', '<p>This book is a comprehensive compilation of Marriage and Divorce laws from various personal laws as well as secular statutes such as the Hindu Marriage Act, Divorce Act, Special Marriage Act, etc.</p>\n\n<p>This work contains exhaustive notes, comments and updated case law references on Hindu, Muslim, Christian, Parsi and Special Laws of Marriage and Divorce. Topics relating to general principles of Restitution of Conjugal Rights, Desertion, Cruelty, Adultery, Impotency, Alimony, Custody of Children, Bars to Relief, and Divorce within one year of marriage have been thoroughly covered in this book.</p>\n\n<p>Other than the topics mentioned above, Jurisdiction and Matrimonial Home, Injunctions in matrimonial proceedings, Proceedings in Camera, Offences relating to marriage, Precedents, etc. with the up-to-date text of Central and State Rules relating to Marriage and Divorce have been revised and updated.</p>\n', '<p>1. Contains a detailed discussion on contemporary issues such as Same Sex Marriage, Irretrievable Breakdown of Marriage, Videoconferencing, Triple Talaq, Rape of minor wife and many more.<br />\n2. Includes two new chapters on Live-in Relationships and Domestic Violence.<br />\n3. Includes 51 appendices of all relevant Central and State Laws relating to Marriage and Divorce.<br />\n4. Contains model forms of petitions and provides practical guidance on the interpretation and application of these Personal Laws.<br />\n5. This book is meant for practitioners, judges, academicians and all those interested in gathering a thorough knowledge of the subject.</p>\n', '3rd', 0, '9789388822619', '350', '2020', '9', '2023-08-24_12_54_25.451197Untitled12.jpeg', 0, '1296', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-08-24 07:22:23', '33', 0, 0, '<p>1. Institution of Marriage&nbsp;</p>\n\n<p>2. void and voidable Marriages&nbsp;</p>\n\n<p>3. Restitution of Conjugal Rights&nbsp;</p>\n\n<p>4. Judicial Separation and Divorce&nbsp;</p>\n\n<p>5. Bars to Relief&nbsp;</p>\n\n<p>6. Maintenance and Alimony&nbsp;</p>\n\n<p>7. Procedure and Practice&nbsp;</p>\n\n<p>8. Children</p>\n\n<p>9. Remarriage&nbsp;</p>\n\n<p>10. International Marriages and Divorce&nbsp;</p>\n\n<p>11. Live-in Relationship&nbsp;</p>\n\n<p>12. Domestic Violence&nbsp;</p>\n\n<p>13. Precedents</p>\n', '', NULL, '1', '', 1995.00, 0, 1685.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 310.00, '2023-08-24 07:22:23'),
(314, 'Law of Copyright and Industrial Designs', '', '<p>This highly acclaimed text on this subject has been thoroughly revised to reflect the changing nature of copyright. The author has focused the latest development of law in the wake of the Berne Convention, GATT and TRIPs and parried all possible problems with probable solutions. The topics of discussion include matters of copyright, joint authorship, piracy and infringement, criminal proceedings, copyright society, international conventions, industrial design and so on. All the changes due to the Copyright (Amendment) Act 2012 and the Copyright Rules 2013 (which repealed and replaced the Copyright Rules 1958) are embodied not only in the appropriate places of the text, but also in the Appendices to keep the readers abreast of the law.</p>\n', '<p>Ownership of copyright<br />\nJoint authorship<br />\nPiracy and infringement<br />\nCriminal proceedings<br />\nCopyright society<br />\nCopyright conventions<br />\nIndustrial design issues</p>\n', '4th', 0, '9788171773411', '20', 'Revised 2017, Revised reprint 2019', '1', 'CoverImage_1491464748314.jpg', 2, '1186', '0', '0', '', '0000-00-00 00:00:00', 0, 1, 1, 1, 0, NULL, 1, 4, '0000-00-00 00:00:00', '28', 0, 0, '<p>Nature of Copyright<br />\nLiterary, Dramatic and Musical Works<br />\nLiterary Works<br />\nMusical Works<br />\nArtistic Works<br />\nCinematograph Films and Sound Recordings<br />\nCinematograph Films<br />\nSound Recording<br />\nAuthor and Ownership of Copyright<br />\nRights Conferred by Copyright<br />\nNature of Rights<br />\nLiterary, Dramatic or Musical Work<br />\nCinematograph Film<br />\nSound Recording<br />\nWork of Joint Authorship<br />\nTerm of Copyright<br />\nAssignment, Transmission and Relinquishment of Copyright<br />\nVoluntary Licence<br />\nNon-voluntary of Compulsory Licence<br />\nRights of Broadcasting Organisations and of Performers<br />\nPublication and Public<br />\nInfringement of Copyright<br />\nGeneral Principles<br />\nAuthorisation of Infringement<br />\nActs not Constituting Infringements Statutory Exceptions<br />\nInfringement of Literary, Dramatic and Musical Works<br />\nWhat Constitutes Infringement<br />\nExceptions to Infringement<br />\nMusical Work Special Features<br />\nInfringement of Artistic Work<br />\nWhat Constitutes Infringement<br />\nIndustrial Drawings<br />\nWork of Architecture<br />\nSculpture or any other Work of Artistic Craftsmanship<br />\nActs not Constituting Infringement<br />\nInfringement of Cinematograph Films<br />\nInfringement of Sound Recording<br />\nExceptions to Infringement of Sound Recordings<br />\nRemedies and Actions for Infringement of Copyright<br />\nNature and Kind of Remedies Civil<br />\nJurisdiction of Courts<br />\nParties to the Suit<br />\nProcedure before Court<br />\nPleadings and Plaint<br />\nDefences<br />\nDiscovery and Inspection<br />\nEvidence<br />\nInjunction<br />\nDamages<br />\nConversion<br />\nCriminal Proceedings<br />\nOffences and Penalties<br />\nThreat of Legal Proceedings and Slander of Title<br />\nThreat Action<br />\nSlander of Title Malicious Falsehood<br />\nInternational Copyright<br />\nCopyright Societies<br />\nCopyright Office, Appellate Board, Registration Copyright and Appeals<br />\nCopyright Office and Registrar of Copyright<br />\nAppellate Board<br />\nImportation of Infringing Copies<br />\nRegistration of Copyright<br />\nAppeals<br />\nMiscellaneous<br />\nInternational Copyright Conventions<br />\nBreach of Confidence<br />\nPrinciples of Law<br />\nEmployer-Employee Relationship<br />\nIndustrial and Trade Secrets<br />\nKnow-how<br />\nRemedies<br />\nCopyright in Industrial Designs<br />\nIntroduction<br />\nWhat is a Registrable Design<br />\nWhat is not a Design<br />\nNovelty and Originality<br />\nPublication<br />\nRegistration of Designs<br />\nRegister of Designs<br />\nAssignments, Transmissions, Licences etc.<br />\nRectification of Register<br />\nInspection of Registered Designs, Reports, etc.<br />\nRights Conferred by Registration<br />\nInfringement of&amp; Copyright in a Design Piracy<br />\nCivil Remedies against Piracy of Copyright<br />\nAction for Groundless Threats<br />\nPowers and Duties of the Controller<br />\nPowers of Central Government<br />\nMiscellaneous<br />\nAppendices<br />\nAppendix<br />\nThe Copyright Act, 1957<br />\nThe Copyright Rules, 2013<br />\nThe International Copyright Order, 1999<br />\nThe Copyright (International Organisations) Order, 1958<br />\nThe Indian Copyright Act, 1914<br />\nThe Designs Act, 2000<br />\nThe Designs Rules, 2001<br />\nThe Designs Act, 1911<br />\nThe Designs Rules, 1933<br />\nGATT, 1994<br />\nTRIPs Agreement Extracts<br />\nRatification of Paris Convention<br />\nThe Copyright, Designs and Patents Act, 1988 (UK)<br />\nThe Copyright Act, 1956 (UK)<br />\nThe Registered Designs Act, 1949 (UK)<br />\nBerne Convention for the Protection of Literary and Artistic Works (Paris Act, 1971)<br />\nUniversal Copyright Convention as Revised at Paris (1971)</p>\n', '<p>Judges, lawyers and people engaed in legal profession</p>\n', '1', '1', '', 1845.00, 0, 1555.00, 0, 0, 90.00, 0, 0.00, 0.00, 0.00, 290.00, NULL),
(315, 'Law of Trade Marks & Passing off', '', '<p>This standard work by the reputed author comes in its Sixth Edition covering the Trade Marks Act of 1999 facilitating projection of Indian products and services to the developed countries like Europe, the U.K. and the U.S.A. with our Trade Marks Brands which can be protected throughout the world as consumers abroad are brand conscious. Exhaustive exposition has been made of the essential features of European Law, Unfair Competition Law, Trade Dress and Geographical Indication of Goods. Latest amendments with major changes are reflected in the appropriate places in the text.</p>\n', '', '6th', 0, '9788171773800', '20', '2023 (Revised and Reprint)', '1', 'CoverImage_1491465355315.jpg', 2, '1558', '0', '0', '', '0000-00-00 00:00:00', 0, 1, 1, 1, 0, NULL, 1, 1, '0000-00-00 00:00:00', '28', 0, 0, '<p>Introduction<br />\nWhat is a Trade Mark<br />\nDefinition of trade mark<br />\nFunction of a trade mark<br />\nDifferent kinds of marks<br />\nUse of a trade mark<br />\nCommon law trade mark<br />\nCertification trade mark<br />\nProperty mark<br />\nCollective mark<br />\nProperty in Trade Mark<br />\nRegister of Trade Marks and the Trade Marks Registry<br />\nRegister of trade marks<br />\nTrade marks registry and branches<br />\nOrganisation of the trade marks registry<br />\nInspection of documents<br />\nCertified copies and evidence<br />\nRegistration of Trade Marks Statutory provisions<br />\nApplicant<br />\nApplication for registration<br />\nExamination and objections<br />\nAcceptance and advertisement<br />\nAmendment of application<br />\nOpposition<br />\nRegistration<br />\nRenewal, removal and restoration<br />\nRefusal and grounds of decision<br />\nDiscretion of Registrar<br />\nOpposition to Registration Procedure<br />\nGrounds of opposition and counter statement<br />\nEvidence<br />\nCosts<br />\nOnus<br />\nRegistrar powers<br />\nAppeal<br />\nInterlocutory proceedings<br />\nPowers of the Registrar and the Central Government<br />\nWhat marks are registrable<br />\nEssential requisites for registration<br />\nDevice marks<br />\nName<br />\nSurname, personal name etc.<br />\nRegistration of surnames, personal names, etc.<br />\nSignature<br />\nWords<br />\nInvented words and coined word<br />\nNon-descriptive words<br />\nGeographical names<br />\nLetters, numerals etc.<br />\nShape of goods, packaging<br />\nCombination of colours<br />\nNational emblems<br />\nCapable of distinguishing<br />\nWhat Marks are not Registrable Introduction<br />\nGrounds for refusal of application<br />\nMeaning of similar, deceptively similar and nearly resembling, marks<br />\nWell known trade marks<br />\nMarks registered in good faith<br />\nRelevance of principles laid down under ss. 11and 12(1) of the Act of 1958<br />\nMarks identical or similar, but goods different<br />\nMarks which deceive the public or cause confusion<br />\nMarks contrary to law, etc.<br />\nSimilar goods or goods of same description<br />\nApplications for registration of similar marks<br />\nChemical names and non-proprietory names<br />\nRegistration of Marks prima facie not Capable of Distinguishing Introduction<br />\nDistinctive character and capable of distinguishing<br />\nDescriptive words<br />\nRegistration of surnames, personal names etc.<br />\nRegistration of geographical names<br />\nEvidence of distinctive character<br />\nRegistration of Marks prima facie not Capable of Distinguishing continued<br />\nRegistration of part of a trade mark<br />\nRegistration of trade marks in series<br />\nCertification Trade Mark<br />\nTextile Trade Marks<br />\nCollective Marks<br />\nCommon to the Trade<br />\nAppellate Board<br />\nConcurrent Registration<br />\nSimilarity, Near Resemblance and Deceptive Similarity of Marks1. General<br />\nComparison of word marks<br />\nComparison of devices and composite marks<br />\nMarks containing features common to the trade<br />\nLetters and numerals<br />\nSurrounding circumstances to be considered<br />\nEvidence<br />\nAssignment and Transmission of Trade<br />\nGoodwill<br />\nLicensing of Trade Marks and Registered Users1. Licensing of trade marks<br />\nRegistered users and non-registered permitted users<br />\nRectification of Register<br />\nExtent of power of tribunal to rectify register<br />\nWho are persons aggrieved<br />\nOnus of proof<br />\nGrounds of rectification<br />\nEntry made without sufficient cause<br />\nEntry wrongly remaining on the register<br />\nNature and scope of orders under s. 57<br />\nRectification under s. 57(4)<br />\nDiscretion of the tribunal under s. 57<br />\nRectification based on s. 36<br />\nRectification on the ground of non-user under s. 47<br />\nCorrection of register<br />\nAlteration of registered trade mark<br />\nAmendment of register on amendment of classification of goods<br />\nEffect of Registration<br />\nInfringement of Trade Mark General<br />\nBurden of proof<br />\nValue of decided cases<br />\nSection 29<br />\nWhat constitutes infringement<br />\nActs not constituting infringement<br />\nAction for Infringement Enforcement of rights conferred by registration<br />\nSuits for infringement and passing off<br />\nWho may use for infringement<br />\nWho may be sued<br />\nPleadings<br />\nDefences in an action for infringement<br />\nEvidence in infringement and passing off actions<br />\nRelief in suits for infringement or passing off<br />\nInjunctions<br />\nDamages and account of profits<br />\nOther reliefs<br />\nCosts<br />\nDiscovery<br />\nPassing off Action General<br />\nGeneral principles of the law of passing off<br />\nDistinction between infringement and passing off actions<br />\nEvidence in passing off actions<br />\nLikelihood of deception or confusion and evidence<br />\nWhere goods or business different<br />\nPassing off based on use of words Imitation of getup Non-profit making bodies<br />\nTrade names and domain name<br />\nMiscellaneous cases of passing off<br />\nDefences in passing off actions<br />\nReliefs granted in suits for passing off<br />\nSuits for passing off<br />\nEvidence in Trade Mark Proceedings<br />\nFraud<br />\nOffences and PenaltiesIntroduction<br />\nRelevant sections<br />\nTrade Mark<br />\nDeceptively similar<br />\nProprietor of the trade mark<br />\nNature of offences and penalties<br />\nFalse trade marks<br />\nFalse trade description<br />\nLiability of master, servant and shopkeeper<br />\nFailure to mark textile goods<br />\nOffences relating to registration, registry and register<br />\nDefences<br />\nDisposal of falsely marked goods<br />\nOffences and Penalties continued<br />\nProcedure before courts Seller warranty<br />\nImported goods<br />\nThreat of Legal Proceedings and Trade Libel1. Groundless threats<br />\nTrade Libel<br />\nMiscellaneous Topics<br />\nRes Judicata<br />\nPersons acting in good faith and public servants<br />\nDeath of party and abandonment of application<br />\nOther matters<br />\nTrade Mark Law in Europe &nbsp;&nbsp;<br />\nUnfair Competition Law<br />\nTrade Dress<br />\nGeographical Indication of Goods<br />\nAppendices<br />\nThe Trade Marks Act, 1999<br />\nThe Trade Marks Rules, 2002<br />\nThe Trade and Merchandise Marks Act, 1958<br />\nThe Geographical Indications of Goods(Registration and Protection) Act, 1999<br />\nThe Geographical Indications of Goods(Registration and Protection) Rules, 2002<br />\nThe Trade Marks (Applications and Appeals to the Intellectual Property Appellate Board) Rules, 2003<br />\nIntellectual Property Appellate Board (Procedure) Rules, 2003<br />\nTrade Marks Act 1994 of the United Kingdom<br />\nFederal Trademark Act of 1946 as Amended (The Lanham Act) (U.S.A.)<br />\nNotifications by Central Government<br />\nIndication of Origin of Goods<br />\nInstructions for the Limits of Variation in Respect of Trade Descriptions<br />\nDirections of Central Government<br />\nThe Emblems and Names (Prevention of Improper Use) Act, 1950<br />\nCertain Provisions of the Drugs and Cosmetics Act, 1940 and the Drugs and Cosmetics Rules, 1945<br />\nCertain Provisions of the Drugs and Magic Remedies (Objectionable Advertisements) Act, 1954<br />\nCertain Provisions of the Geneva Conventions Act, 1960<br />\nRatification of Paris Convention<br />\nCertain Provisions of the GATT and TRIPS<br />\nParis Convention for the Protection of Industrial Property</p>\n', '<p>Indispensable for the profession and Business Executives.</p>\n', '1', '1', '', 2895.00, 0, 2315.00, 0, 0, 90.00, 0, 0.00, 0.00, 0.00, 580.00, NULL),
(316, 'Patent Law', '', '<p>An authentic book by an outstanding author, updated with all topical issues on patent law in a globalised world including trade secrets, patenting of biotechnological products, DNA sequences, plants and animals, computer related inventions, methods of business, rights of publicity of celebrities, presentations of information and the like. The Patents Rules 2003 have been amended by the Patent (Amendment) Rules 2014 and subsequently by the Patents (Amendment) Rules 2016. Effects of those amendments have been reflected in the appropriate places of the book.</p>\n', '<p>Patent protection in general; Trade secret; Rights of publicity of celebrities; Computer related inventions; Plants and animals; Patenting biotechnological products; DNA sequences</p>\n', '4th ', 0, '9788171773817', '20', '2023 (Revised Reprint)', '1', 'CoverImage_1491466081316.jpg', 2, '1102', '0', '0', '', '0000-00-00 00:00:00', 0, 1, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '28', 0, 0, '<p>Introduction<br />\nPatentable Inventions<br />\nHow to Obtain a Patent<br />\nPatents of Addition<br />\nSpecification<br />\nAmendment of Applications and Specifications<br />\nOpposition to Grant of Patent and Patent Granted<br />\nGrounds of Opposition<br />\nRegister of Patents<br />\nPatent Office, Powers of Controller<br />\nCentral Government and Appeals<br />\nRights and Obligations of a Patentee<br />\nTransfer of Patent Rights<br />\nUse of Inventions for Purposes of Government and Acquisition of Invention by Central Government<br />\nWorking of Patents<br />\nRevocation and Surrender of Patents<br />\nGrounds of Revocation of a Patent<br />\nInfringement of Patents<br />\nAction for Infringement<br />\nThreat of Infringement Proceedings<br />\nMiscellaneous Matters<br />\nPatenting of Certain Special Categories<br />\nTrade Secrets<br />\nRight of Publicity</p>\n', '<p>Judges, Advocates and Persons engaged in Legal Field</p>\n', '1', '1', '', 2495.00, 0, 2120.75, 0, 0, 90.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1561, 'B.R. Agarwala\'s Supreme Court Practice and Procedure', '', '<p>The publication&nbsp;<strong>examines the history and evolution of India&#39;s judicial system</strong>, tracing its journey from the establishment of the first Supreme Court of Judicature at Calcutta in 1774 to the intricate workings of the modern court. The book&nbsp;<strong>discusses key aspects of the court&#39;s function, including writ jurisdiction under Article 32</strong>, which encompasses the writs of habeas corpus, mandamus, certiorari, prohibition, and quo warranto. It also&nbsp;<strong>explores the significance of Public Interest Litigation (PILs)</strong>&nbsp;in promoting social justice and legal reforms, the court&#39;s appellate powers, and its role in reviewing High Court decisions. Further, it outlines the procedures for civil and criminal appeals, along with the extraordinary appellate jurisdiction under Article 136. The book also examines the Supreme Court&#39;s advisory jurisdiction under Article 143, its powers to transfer cases, and its authority to review its own orders. It provides a comprehensive overview of the court&#39;s contempt jurisdiction and its ability to ensure complete justice under Article 142.</p>\n', '<p>This New Edition by Justice Subramonium Prasad and Siddhartha Iyer, aims to be a&nbsp;<strong>reliable resource</strong>&nbsp;and&nbsp;<strong>companion for practitioners in the Supreme Court</strong>&nbsp;and for&nbsp;<strong>lawyers preparing for the prestigious Supreme Court Advocates on Record Examination</strong>.<br />\nThis book&nbsp;<strong>includes three new chapters:</strong><br />\n(a) Appeals under Statutes.<br />\n(b) Curative Jurisdiction of the Supreme Court of India.<br />\n(c) The Technological Evolution of the Supreme Court.<br />\nAs well as an e-filing manual included in the appendices.<br />\nThis new edition&nbsp;<strong>covers the latest amendments</strong>, viz., the&nbsp;<strong>Supreme Court (Amendment) Rules, 2024</strong>; the&nbsp;<strong>Supreme Court (Second Amendment) Rules, 2024</strong>, and the&nbsp;<strong>Supreme Court (Amendment) Rules, 2025</strong>.<br />\nThis work, with its&nbsp;<strong>detailed content, practical insights, and thorough analysis</strong>&nbsp;of key constitutional provisions, is&nbsp;<strong>designed to help readers navigate</strong>&nbsp;the complex landscape of the Supreme Court Practice &amp; Procedure.</p>\n', '7th', 0, '9788119114719', '893', '2025', '9', '2025-05-27_14_39_30.546972supreme_court_practice.jpg', 0, '544', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-27 09:10:00', '9', 0, 0, '<p>1. Introduction<br />\n2. Writ Jurisdiction under Article 32 of the Constitution: Extraordinary Original Jurisdiction<br />\n3. Public Interest Litigation<br />\n4. Election of the President and Vice-President 58<br />\n5. Ordinary Original Jurisdiction: Proceedings under Article 131 of the Constitution<br />\n6. Appellate Jurisdiction of the Supreme Court of India<br />\n7. Extraordinary Appellate Jurisdiction: Special Leave Petition under Article 136 of the Constitution<br />\n8. Appeals under Statutes<br />\n9. Power of the Supreme Court to Review its Orders: Article 137 of the Constitution<br />\n10.&nbsp;Curative Jurisdiction of the Supreme Court of India<br />\n11. Advisory Jurisdiction of the Supreme Court under Article 143 of the Constitution<br />\n12. Jurisdiction of the Supreme Court to Transfer Cases<br />\n13.&nbsp;Jurisdiction of the Supreme Court of India under the Arbitration and Conciliation Act, 1996<br />\n14. Contempt Jurisdiction of the Supreme Court 221<br />\n15. Removal and Suspension of Members of Public Service Commissions: Article 317<br />\n16. Costs<br />\n17. Miscellaneous Provisions<br />\n18. Binding nature of Supreme Court decisions: Article 141 of the Constitution<br />\n19. Power of the Supreme Court to do complete justice: Article 142<br />\n20. Enforcement of Orders of Supreme Court<br />\n21.&nbsp;The Technological Evolution of the Supreme Court</p>\n\n<p><strong>APPENDICES</strong><br />\nI. Supreme Court Rules<br />\nII. Supreme Court (Enlargement of Criminal Appellate Jurisdiction) Act, 1970<br />\nIII. Rules to Regulate Proceedings for Contempt of the Supreme Court, 1975<br />\nIV. Regulations Regarding Advocates-on-Record Examination<br />\nV.&nbsp;E-filing 2.0 User Manual<br />\nVI.&nbsp;Check List for Scrutiny Assistants at Filing Counter and Advocate&rsquo;s Check List<br />\nVII.&nbsp;Supreme Court of India Handbook on Practice and Procedure and Office Procedure (2017)<br />\nVIII.&nbsp;New Subject Categories, comparative table of old and new case categories<br />\nIX.&nbsp;Interlocutory Applications</p>\n', '', NULL, '1', '', 1595.00, 0, 1355.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-27 09:10:00'),
(317, 'Trade Marks & the Emerging Concepts of Cyber Property Rights', '', '<p>A comprehensive overview of the conflicts between internet domain names and trade marks. The present work also covers the aspect of Cybersquatting, the global efforts to combat it which paved the way for the enactment of a user-friendly dispute resolution procedure, the American legislation on Cybersquatting, the situation in U.K. and India, the introduction of new domain names like info and the abusive registration and use of other identifiers in the domain name system.</p>\n', '', '1st', 0, '8171771408', '25', '2002', '1', 'CoverImage_14349744160.jpg', 1, '393', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '28', 0, 0, '', '', '1', '1', '', 550.00, 0, 467.50, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(318, 'Law of Acquisition of Land in India', 'Including Requisition &amp; Acquisition of Immovable Property', '<p>A renowned work relating to acquisition of land caters to all the queries on the subject like, investigation, objections, declaration of intended acquisition, notice to interested persons, taking possession, reference to court, apportionment of compensation, payment of compensation, temporary occupation of land, acquisition of land for companies, procedure of acquisition, public purpose, requisition, solatium, speedy acquisition and so on. Discussion aided by updated case-laws meticulously meet the urgent need of practitioners, judges and the persons interested in the subject.</p>\n', '<p>Controversy on public purpose<br />\nFixation of compensation<br />\nApportionment of solatium<br />\nProcedure for acquisition<br />\nDisputes as to apportionment<br />\nEnquiry for Award<br />\nDetermination of market value</p>\n', '3rd', 0, '9788171772568', '336', '2012', '1', 'CoverImage_1444112247318.jpg', 2, '1720', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '31', 0, 0, '<p>Introduction<br />\nRepealed<br />\nDefinitions<br />\nPublication of preliminary notification and powers of officers thereupon<br />\nPayment of damage<br />\nHearing of objections<br />\nDeclaration that land is required for a public purpose<br />\nAfter declaration, collector to take order for acquisition<br />\nLand to be marked out, measured and planned<br />\nNotice to persons interested<br />\nPower to require and enforce the making of statements as to names and interests<br />\nEnquiry and award by collector<br />\nPeriod within which an award shall be made<br />\nAward of Collector when to be final<br />\nAdjournment of enquiry<br />\nCorrection of clerical errors, etc.<br />\nPower to summon and enforce attendance of witnesses and production of documents<br />\nMatters to be considered and neglected<br />\nPower to call for records, etc.<br />\nPower to take possession<br />\nSpecial powers in cases of urgency<br />\nReference to Court Collectors statement to the Court<br />\nService of notice<br />\nRestriction on scope of proceedings<br />\nProceedings to be in open court<br />\nMatters to be considered in determining compensation<br />\nMatters to be neglected in determining compensation<br />\nAmount of compensation awarded by court not to be lower than the amount awarded by the collector<br />\nForm of awards<br />\nCosts<br />\nCollector may be directed to pay interest on excess compensation<br />\nRedetermination of the amount of compensation on the basis of the award of the court<br />\nParticulars of apportionment to be specified<br />\nDispute as to apportionment<br />\nPayment of compensation or deposit of same in court<br />\nInvestment of money deposited in respect of lands belonging to persons incompetent to alienate<br />\nInvestment of money deposited in other cases<br />\nPayment of interest<br />\nTemporary occupation of waste or arable land, procedure when difference as to compensation exists<br />\nPower to enter and take possession, and compensation on restoration<br />\nDifference as to condition of land<br />\nOmitted<br />\nIndustrial concern to be deemed company for certain purposes<br />\nPrevious consent of appropriate Government and execution of agreement necessary<br />\nPrevious enquiry<br />\nAgreement with appropriate Government<br />\nPublication of agreement<br />\nSections 39 to 42 not to apply where Government bound by agreement to provide land for Companies<br />\nHow agreement with Railway Company may be proved Restriction on transfer, etc.<br />\nLand not to be acquired under this Part except for certain purpose for private companies other than government companies<br />\nService of notices<br />\nPenalty for obstructing acquisition of land<br />\nMagistrate to enforce surrender<br />\nCompletion of acquisition not compulsory, but compensation to be awarded when not completed<br />\nAcquisition of part of house or building<br />\nAcquisition of land at cost of a local authority or company<br />\nExemption from stamp duty and fees<br />\nAcceptance of certified copy as evidence<br />\nNotice in case of suits for anything done in pursuance of Act<br />\nCode of Civil Procedure to apply to proceedings before Court<br />\nAppeals in proceedings before Court<br />\nPower to make rules<br />\nAppendix</p>\n', '<p>Judges and Lawyers&lt;br /&gt; &amp;nbsp;</p>\n', '1', '1', '', 1850.00, 0, 1572.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(319, 'The West Bengal Land & Land Reforms Manual, 1991 (In Bengali)', '', '<p>The West Bengal Land &amp; Land Reforms Manual, 1991 is the key for implementation of the West Bengal Land Reforms Act, 1955. In this work the procedure for determination of surplus land, recording the name of the bargadars, name of the riyats, distribution of patta etc. have been described throughly. The procedure of conversion of land, land transformed by Schedule Tribes, long term and short term lease etc. have also been discussed. Rules related to dispute between bargadar and land owner, collection of land revenue, description regarding different Registers of Land Reforms Department, have also been highlighted.</p>\n', '', '2nd', 1, '9788171773886', '106', '2023', '1', '2023-10-17_12_02_33.650618Bhumi_O_Bhumi_Sanskar.jpg', 2, '371', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '31', 0, 0, '', '', '1', '1', '', 875.00, 0, 743.75, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(320, 'The West Bengal Premises Tenancy Act, 1997', '', '<p>The malaise experienced in the operation of the W.B. Premises Tenancy Act, 1956 exposed the failure of that statute to meet the social needs of the people and now comes the present statute of 1997 keeping due regard to the prevailing feeling among the people to be free to bargain and contract and exempting certain tenancies from the applicability of the Act. The author makes an indepth study of the legislation and exhaustive exposure has been made to the new features of the statute. The book will serve as a constant guide to the practitioners including the lawmakers.</p>\n', '<p>Tenancies cease to be heritable<br />\nResidential and non-residential tenancies with high rent exempted<br />\nTenant to pay 10% of the rent as charges for maintenance amenities<br />\nProcedure for fixation of fair rent streamlined</p>\n', '1st (2008)', 0, '9788171772032', '23', '2009 (Reprint with supplement)', '1', 'CoverImage_14351376860.jpg', 1, '843', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '43', 0, 0, '<p>Chapter 1 &ndash; Preliminary<br />\nChapter 2 - Obligation of Landlord and Tenant<br />\nChapter 3 - Control of Eviction of Tenants<br />\nChapter 4 - Recovery of Immediate Possession<br />\nChapter 5 - Restoration of Possession and Compensation<br />\nChapter 6 - Provision Regarding Rent<br />\nChapter 7 - Sub-Tenancies<br />\nChapter 8 &ndash; Penalties<br />\nChapter 9 - Essential Repairs<br />\nChapter 10 - Appointment of Controller and Other Officers<br />\nChapter 11 - Appeal, Revision and Review<br />\nChapter 12 - Miscellaneous</p>\n', '<p>Judges, Advocates and Persons engaged in Legal field</p>\n', '1', '1', '', 875.00, 0, 743.75, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(321, 'Law of Medical Negligence & Compensation', '', 'Myriad of problems and tricky questions relating to the accountability of physicians, surgeons and dentists under the law of professional negligence and medical malpractice, developed by judicial pronouncements, have been elaborately discussed besides presenting the procedure for claim of compensation by aggrieved persons made inexpensive and amenable to speedy remedy under the Consumer Protection Act 1986.', '&amp;bull; Profesional duty and liability of doctors&lt;br /&gt;\r\n&amp;bull; Standard of care for specialists and hospitals&lt;br /&gt;\r\n&amp;bull; Guidelines for claim of compensation&lt;br /&gt;\r\n&amp;bull; Unrivalled collection of updated precedents&amp;nbsp;', '2nd', 0, '9788171772902', '126', '2014 (Revised & Updated)', '1', 'CoverImage_1444112274321.jpg', 2, '664', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '38', 1, 0, '&amp;bull; Ambit of Negligence&lt;br /&gt;\r\n&amp;bull; Duty of Care&amp;nbsp;&lt;br /&gt;\r\n&amp;bull; Nature of Professional Duty&lt;br /&gt;\r\n&amp;bull; Consent to Treatment&lt;br /&gt;\r\n&amp;bull; Limitation of Action&lt;br /&gt;\r\n&amp;bull; Common Complaints&amp;mdash;Rights and Obligations&lt;br /&gt;\r\n&amp;bull; Judicial Pronouncement&amp;mdash;What May or May Not be Negligence&lt;br /&gt;\r\n&amp;bull; Eligibility and Liability&lt;br /&gt;\r\n&amp;bull; Pleading and Proof&lt;br /&gt;\r\n&amp;bull; Amount and Assessment&lt;br /&gt;\r\n&amp;bull; Appendices', 'Judges, Lawyers, Students and Persons engaged with Medical Profession', '1', '1', '', 795.00, 0, 700.00, 0, 0, 110.00, 0, 0.00, 20.00, 0.00, 0.00, NULL);
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(322, 'Valuation of Real Property', 'Principles & Practice', '<p>A book as an essential guide for all those interested in valuation of real property and practising valuers in particular. Deals with all technical issues in property appraisal. Relevant case-laws as well as typical problems and solutions under different fiscal laws provided.</p>\n', '<p>Property market scenario<br />\nProperty rights down the ages<br />\nCost approach<br />\nIncome approach<br />\nMarket approach<br />\nDiscounted cash flow techniques<br />\nStatutory framework<br />\nCompany asset valuation<br />\nEnvironmental resources<br />\nArbitration, alternative for a International norms and standards<br />\nReport writing</p>\n', '2nd', 0, ' 8171771661', '50', '2004 Reprint 2026', '1', '20260117_192650_Valuation_of_Real_Property_2026-images-0_1_.jpg', 0, '614', '0', '0', '', '0000-00-00 00:00:00', 0, 1, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '47', 0, 0, '<p>Introduction to Property Market and Property Value<br />\nRights and Interests in Real Property<br />\nMethods of Valuation<br />\nInvestment<br />\nMethod of Valuation<br />\nMathematical Principles of Valuation Tables<br />\nGeneral Principles of Valuation under Investment Method<br />\nVirtual Rent and Premium<br />\nCost Approach to Valuation<br />\nValuation of Residential Property<br />\nValuation of Commercial Property<br />\nValuation of Industrial Property<br />\nValuation of Development Property<br />\nProject Appraisal Techniques<br />\nCompulsory Acquisition<br />\nValuation under Wealth Tax Act 1957<br />\nCapital Gains<br />\nValuation of Mortgage, Fire Insurance, Going Concern<br />\nGoodwill<br />\nValuation for Rating or Property Tax by Municipal Authorities<br />\nOutlines of Company Assets Valuation<br />\nArbitration, Valuation and Property Disputes<br />\nValuation of Environmental Assets<br />\nTerms and Definitions<br />\nA Few Typical Problems<br />\nReport Writing<br />\nAppendix</p>\n', '<p>Judges, Lawyers and Valuers</p>\n', '1', '1', '', 1050.00, 0, 892.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-01-17 19:29:07'),
(323, 'Judicial Activism in India', 'Transgressing Borders and Enforcing Limits', 'Professor Sathe examines judicial review and its role in democracy in this monograph. The author has added a new introduction of 49 pages to the paperback edition wherein he has comprehensively covered the recent developments in the area. Judicial activism, argues Prof. Sathe, is inherent in judicial review. It is through judical activism that the constitutional court to an activist one has been as ongoing process. Sathe tackles the question of the court&amp;#39;s accountability, and the role and the concept of the social accountability of courts. The book is an important contribution to the debate on the role of courts and the ramifications thereof. The coverage is not only legal, but also historical, political, and philosophical. The new, updated introduction covers all the important judicial pronouncements in recent times which highlight the fact that the Supreme Court of India has continued to play the role of a positivist court. Important decisions have been critically analysed by Prof. Sathe on issues of Secularism, The Majority&amp;#39;s Right Equal to the Minority Right, Right to Establish Educational Institutions included in Right to Trade and Business, Right of Religious Denominations to Establish Religious and Charitable Institutions, Right of Education, New Economic Policy of Disinvestment, Parliament and the Supreme Court- Conflicting Claims of Supremacy, and other related issues like Can Parliament Change the Law Laid Down by the Supreme Court? This updated edition makes this volume the most comprehensive and updated book on judicial activism. This book has been cited by Justice Laboti in P. Ramchandra Rao versus the State of Karnataka (2002).', '', '2nd', 1, '9780195668230', '178', '2003', '1', 'CoverImage_14351404840.jpg', 2, '412', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '24', 1, 0, '', 'Scholars and students of law, jurists, legal theorists, constitutional experts and educated lay readers. The book is written in a style accessible to lay readers, yet the depth of the analysis would appeal to specialists as well.', '1,3', '1', '', 450.00, 0, 380.00, 0, 0, 50.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(324, 'Birds Modern Insurance Law', '', 'Birds&amp;#39; Modern Insurance Law continues to provide students with a concise yet analytical explanation of the fundamental principles of insurance law. Written in an accessible and straightforward manner the work covers everything from the history of insurance and regulation, through to the various forms of insurance such as life, and liability.', '&lt;ul&gt;\r\n	&lt;li&gt;Analyses the increasingly complex legal rules affecting contracts of insurance&lt;/li&gt;\r\n	&lt;li&gt;Provides a more distinct treatment of consumer insurance law as opposed to commercial insurance lawIncludes recent case law on, in particular, increase of risk, breaches of condition and waiver, subrogation and motor insurance and MIB liability&lt;/li&gt;\r\n	&lt;li&gt;Includes the Third Parties (Rights against Insurers) Act 2010&lt;/li&gt;\r\n	&lt;li&gt;Considers the Law Commissions? recommendations for reform of consumer insurance disclosure and representation and their continuing review of the law&lt;/li&gt;\r\n	&lt;li&gt;Reflects the latest conduct of business rules made by the Financial Services Authority&lt;/li&gt;\r\n	&lt;li&gt;Includes references to international agreements and the jurisprudence of international courts, in particular.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n', '8th', 1, '9789381082072', '179', '2011', '1', 'CoverImage_14351412720.jpg', 2, '444', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '53', 1, 0, '&lt;ul&gt;\r\n	&lt;li&gt;The nature and definition of insurance and insurance law&lt;/li&gt;\r\n	&lt;li&gt;The regulation of insurance&lt;/li&gt;\r\n	&lt;li&gt;Insurable interest&lt;/li&gt;\r\n	&lt;li&gt;Insurance of third parties? interests&lt;/li&gt;\r\n	&lt;li&gt;Formalities and formation of the insurance contract&lt;/li&gt;\r\n	&lt;li&gt;Insurers? repudiations of policies and liability ? general considerations&lt;/li&gt;\r\n	&lt;li&gt;Utmost good faith ? fraud, non-disclosure and misrepresentation&lt;/li&gt;\r\n	&lt;li&gt;Utmost good faith on the part of the insurer&lt;/li&gt;\r\n	&lt;li&gt;Warranties and conditions&lt;/li&gt;\r\n	&lt;li&gt;Premiums&lt;/li&gt;\r\n	&lt;li&gt;Assignment&lt;/li&gt;\r\n	&lt;li&gt;Intermediaries&lt;/li&gt;\r\n	&lt;li&gt;Construction and causation: risks covered and risks excepted&lt;/li&gt;\r\n	&lt;li&gt;Claims under the policy&lt;/li&gt;\r\n	&lt;li&gt;Payment under the policy ? the measurement of loss&lt;/li&gt;\r\n	&lt;li&gt;Reinstatement&lt;/li&gt;\r\n	&lt;li&gt;Subrogation&lt;/li&gt;\r\n	&lt;li&gt;Contribution and double insurance&lt;/li&gt;\r\n	&lt;li&gt;Life insurance&lt;/li&gt;\r\n	&lt;li&gt;Liability insurance&lt;/li&gt;\r\n	&lt;li&gt;Motor vehicle insurance&lt;/li&gt;\r\n	&lt;li&gt;Employers? liability and other compulsory insurances&lt;/li&gt;\r\n&lt;/ul&gt;\r\n', '', '1', '1', '', 475.00, 0, 400.00, 0, 0, 55.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(325, 'Family Law  Volume 1:', ' Family Laws and Constitutional Claims', 'Family law in India has a complex legal structure where different religious communities are guided by their own personal laws, each of which historically evolved under various social, religious, political, and legal influences. In two comprehensive and lucid volumes, Flavia Agnes, a leading activist and advocate in the area, examines family law in the light of social realities, contemporary rights discourse, and the idea of justice. What is unique in these volumes is that the ground level litigation practices around women&amp;#39;s rights are interwoven with the critical analyses of the statutory provisions.&amp;nbsp;', 'Relying extensively upon case law, Volume 1 examines:\r\n&lt;ul&gt;\r\n	&lt;li&gt;the evolution of the personal laws of Hindus, Muslims, Christians, Parsis, and Jews during the colonial and post-colonial periods&lt;/li&gt;\r\n	&lt;li&gt;how these laws are applied in contemporary questions of marriage, divorce, property rights, and succession, and&lt;/li&gt;\r\n	&lt;li&gt;whether it is possible to bring the law in conformity with modern changes through and in both the formal, and statutory law and the pluralistic and fluid community-based practices.&lt;/li&gt;\r\n	&lt;li&gt;It also extensively examines the role of the judiciary, the political and academic debates around the issue of uniform civil code, and women&amp;#39;s citizenship claims in a stratified and hierarchical social order.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n', '1st', 1, '9780198067900', '180', '2011', '1', 'CoverImage_1436962375325.jpg', 1, '216', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '23', 1, 0, '', '', '2', '2', '', 350.00, 0, 350.00, 0, 0, 50.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(326, 'Family Law  Volume 2: ', 'Marriage, Divorce, and Matrimonial Litigation', 'Family law in India has a complex legal structure where different religious communities are guided by their own personal laws, each of which historically evolved under various social, religious, political, and legal influences. In two comprehensive and lucid volumes, Flavia Agnes, a leading activist and advocate in the area, examines family law in the light of social realities, contemporary rights discourse, and the idea of justice. What is unique in these volumes is that the ground level litigation practices around women&amp;#39;s rights are interwoven with the critical analyses of the statutory provisions.', 'Relying extensively upon case law, Volume 2 examines:&amp;nbsp;\r\n&lt;ul&gt;\r\n	&lt;li&gt;the litigation around the validity of marriage and procedures for dissolving it, the contemporary debates around issues such as child marriages, NRI marriages, and registration of marriages&lt;/li&gt;\r\n	&lt;li&gt;the framework of law on the issues of maintenance, matrimonial residence, and custody and guardianship of children,&lt;/li&gt;\r\n	&lt;li&gt;whether considering the procedural aspects of matrimonial law, and the increased powers of the family courts, gender justice concerns are being adequately addressed,&amp;nbsp;&lt;/li&gt;\r\n	&lt;li&gt;The volume also emphasizes that it is necessary and possible for the law to fairly reflect individual and social contingencies at the ground level.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n', '1st', 1, '9780198072201', '180', '2011', '1', 'CoverImage_1436962494326.jpg', 1, '378', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '33', 1, 0, '', '', '2', '2', '', 450.00, 0, 450.00, 0, 0, 50.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(328, 'The Law of Wakfs', 'An Analytical &amp; Critical Study', '<p>A thorough revision by incorporating almost all the important decisions of different High Courts and the Supreme Court since its first edition, discussion about intricate problems and their probable solutions on each and every section of the Act and the suggestions for amendments in different sections makes this classic treatise of the erudite author Justice S.A. Kader, Former Judge of the Madras High Court more rich and purposeful.</p>\n', '<p>Wakf-alal-aulad need for enlargement<br />\nAmendments of ss. 83, 84 &amp; 85 suggested<br />\nPowers and functions of Board of Wakfs &amp; discussed<br />\nAppointment of a non-Muslim as Mutawalli</p>\n', '2nd 2008 ', 0, '9788171772049', '154', '2024 (Reprint)', '1', 'CoverImage_1444112516328.jpg', 2, '623', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '48', 0, 0, '<p>Chapter 1 &ndash; Preliminary<br />\nChapter 2 - Survey of Wakfs<br />\nChapter 3 - Central Wakf Council<br />\nChapter 4 - Establishments of Boards and Their Functions<br />\nChapter 5 - Registration of Wakfs<br />\nChapter 6 - Maintenance of Accounts of Wakfs<br />\nChapter 7 - Finance of the Board<br />\nChapter 8 - Judicial Proceedings<br />\nChapter 9 - Miscellaneous</p>\n', '<p>Judges, Advocates and Persons engaged in Legal field</p>\n', '1', '1', '', 1200.00, 0, 1020.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(329, 'Goyle\'s The Law of Trusts', '', '<p>The outstanding work provides a comparative study of private trust, public trust, Hindu religious and charitable trust, shebaitship in temple. Rights, power duties and obligations of trustees vis-a-vis beneficiaries have been comprehensively discussed. Important issues relating to trusts, i.e. appointment of new trustee, who may be a beneficiary? revocation of trust, conversion of private trust into public trust etc. are elaborately dealt with. The book will be considered as a helpful tool for the lawyers, judges and persons of academic interest.</p>\n', '<p>Who is entitled to create a trust?<br />\nWho may be a beneficiary?<br />\nAppointment of new trustee<br />\nRights and obligations of trustees<br />\nHindu religious and charitable trust</p>\n', '3rd (2016)', 0, '9788171773473', '82', '2025 (Reprint with recent amendment incorporate)', '1', 'CoverImage_1472113568329.jpg', 2, '713', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '138', 0, 0, '<p>Chapter 1 &ndash; Preliminary<br />\nChapter 2 - Of the Creation of Trusts<br />\nChapter 3 - Of the Duties and Liabilities of Trustees<br />\nChapter 4 - Of the Rights and Powers of Trustees<br />\nChapter 5 - Of the Disabilities of Trustees<br />\nChapter 6 - Of the Rights and Liabilities of the Beneficiary<br />\nChapter 7 - Of Vacating the Office of Trustee<br />\nChapter 8 - Of the Extinction of Trusts<br />\nChapter 9 - Of Certain Obligation in the Nature of Trusts</p>\n', '<p>Judges, Advocates and Faculties</p>\n', '1', '1', '', 1650.00, 0, 1402.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(330, 'Policy and Law on Contract Labour in India', '', '', '', '1st', 0, '9789381082409', '183', '2013', '1', 'CoverImage_14352387810.jpg', 1, '260', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '10', 1, 0, '', '', '1', '1', '', 500.00, 0, 500.00, 0, 0, 50.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(331, 'The Criminal Procedure Code 1973', '', '', '', 'Pocket Edition', 0, '9789384746223', '182', '2015', '1', '.jpg', 1, '1024', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '', '', '1', '1', '', 695.00, 0, 695.00, 0, 0, 55.00, 0, 0.00, 10.00, 0.00, 0.00, NULL),
(332, 'Income Tax Act', 'As Amended by Finance Act 2015', 'With Always Updated Income Tax Act/Rules', '', '59th', 1, '9789350716359', '184', '2015', '1', 'CoverImage_1435241664332.jpg', 2, '1336', '0', '1', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '57', 1, 0, '', '', '1', '1', '', 995.00, 0, 995.00, 0, 0, 75.00, 0, 0.00, 5.00, 0.00, 0.00, NULL),
(333, 'R.V. Kelkar\'s Criminal Procedure', '', 'This classic work provides an interesting and lucid study of the fundamental principles of criminal&amp;nbsp;procedure in a topic-wise logical sequence. The present edition has been fully updated, providing up to date&amp;nbsp;amendments and recent case-law at the appropriate places.', '', '6th', 1, '9789351451013', '0', '2014', '1', 'CoverImage_1444112576333.jpg', 2, '1072', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '&lt;p&gt;1.&amp;nbsp; Object, Extent and Scope&lt;/p&gt;\r\n\r\n&lt;p&gt;2.&amp;nbsp; Constitution of Criminal Courts&lt;/p&gt;\r\n\r\n&lt;p&gt;3.&amp;nbsp; Police, Prosecutors, Defence Counsels Prison Authorities&lt;/p&gt;\r\n\r\n&lt;p&gt;4.&amp;nbsp; Pre-trial Proceedings-General Observations&lt;/p&gt;\r\n\r\n&lt;p&gt;5. Pre-trial Procedure: Steps to ensure an Accused&amp;#39;s presence at the Trial&lt;/p&gt;\r\n\r\n&lt;p&gt;6. Pre-trial Procedure: Arrest, and the Rights of the Arrested Person&lt;/p&gt;\r\n\r\n&lt;p&gt;7. Pre-trial Procedure; Search, Seizure and production of Materials&lt;/p&gt;\r\n\r\n&lt;p&gt;8. Pre-trial Procedure: Investigation by Police&lt;/p&gt;\r\n\r\n&lt;p&gt;9. Local Jurisdiction of the Courts and the Police&lt;/p&gt;\r\n\r\n&lt;p&gt;10. Cognizance of Offences&lt;/p&gt;\r\n\r\n&lt;p&gt;11. Commencement of Proceedings before the Magistrates&lt;/p&gt;\r\n\r\n&lt;p&gt;12. Bail&lt;/p&gt;\r\n\r\n&lt;p&gt;13. Trial Procedures: Principal Features of Fair Trial&lt;/p&gt;\r\n\r\n&lt;p&gt;14. Trial Procedures: Courts and Parties&lt;/p&gt;\r\n\r\n&lt;p&gt;15. Trial Procedures: Charge&lt;/p&gt;\r\n\r\n&lt;p&gt;16. Trial Procedure: Some Common Features&lt;/p&gt;\r\n\r\n&lt;p&gt;17. Trial Procedures: Disposal of Criminal Cases without Full Trial&lt;/p&gt;\r\n\r\n&lt;p&gt;18. Trial Procedures: Preliminary Pleas to bar Trial&lt;/p&gt;\r\n\r\n&lt;p&gt;19. Trial Procedures: Trial Before A Court of Session&lt;/p&gt;\r\n\r\n&lt;p&gt;20. Trial Procedures: Trial of Warrant Cases by Magistrates&lt;/p&gt;\r\n\r\n&lt;p&gt;21. Trial Procedures: Trial of Summons Cases and Summary Trial&lt;/p&gt;\r\n\r\n&lt;p&gt;22. Trial Procedures: Special Rules of Evidence&lt;/p&gt;\r\n\r\n&lt;p&gt;23. Judgment&lt;/p&gt;\r\n\r\n&lt;p&gt;24. Review Procedures: Appeals&lt;/p&gt;\r\n\r\n&lt;p&gt;25. Review Procedures: Revision&lt;/p&gt;\r\n\r\n&lt;p&gt;26. Transfer of Cases&lt;/p&gt;\r\n\r\n&lt;p&gt;27. Execution, Suspension, Remission and Commutation of Sentences&lt;/p&gt;\r\n\r\n&lt;p&gt;28. Preventive and Precautionary Measures&lt;/p&gt;\r\n\r\n&lt;p&gt;29. Proceedings for Maintenance of Wives, Children and Patents&lt;/p&gt;\r\n\r\n&lt;p&gt;30. Miscellaneous Provisions&lt;/p&gt;\r\n', '', '2,1', '2', '', 695.00, 0, 600.00, 0, 0, 75.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(334, 'Taxmann\'s Direct Taxes Ready Reckoner ', 'Asst. Year 2015-16 &amp; 2016-17', '', '', '38th', 1, '9789350716342', '186', '2015', '1', 'CoverImage_1444118586334.jpg', 0, '700', '0', '1', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '57', 1, 0, '', '', '1', '1', '', 795.00, 0, 795.00, 0, 0, 55.00, 0, 0.00, 5.00, 0.00, 0.00, NULL),
(335, 'B.B. Mitra\'s The Indian Succession Act', '', '<p>The legislature in enacting the Indian Succession Act 1925 sounded the death-knell of seven complete statutes besides relevant portions of some other statutes. The object of the Indian Succession Act 1925 was to consolidate and simplify the statute book. This Act is the sole legislative measure dealing with the substantive law of testamentary succession in regard to the persons other than Muslims and of intestate succession in regard to persons other than Hindus and Muslims.</p>\n\n<p><strong>Problems and their solutions</strong></p>\n\n<p>The Indian Succession Act 1925 by B.B. Mitra is one of the well-known treatises to the legal practitioners and the Judges alike for near about a century. The instant edition provides a comprehensive and up-to-date account of the subject. It solves the complicated problems which are often faced by the practitioners. Discussion on the statutory provisions of the statute is made with the help of the judgments of apex court and different High Courts. Issues like privileged will, revival of unprivileged will, suspicious circumstances, rule against perpetuity, mutual will, jurisdiction of a District Judge in granting and revoking probates have been discussed thoroughly.</p>\n\n<p><strong>Issues discussed</strong></p>\n\n<p>The burning issues like probate on lost will, appointment of receiver, succession to stridhana, gift to unborn persons, joint will, caveat etc. received proper treatment. Topics such as conditions of change of domicile, duties and liabilities of executor, restricted applicability of the Code of Civil Procedure, oral will and its probate are discussed at length.</p>\n\n<p>The instant edition incorporating&nbsp; almost all the important judgments relating to the subject will be the faithful companion of busy practitioners. It is hoped that it will be treated as a true successor to its earlier one.</p>\n', '<p>Suspicious circumstances</p>\n\n<p>Change of domicile</p>\n\n<p>Applicability of the Act to tribals</p>\n\n<p>Grant of letters of administration</p>\n\n<p>Revocation of a will</p>\n\n<p>Alteration of unprivileged will</p>\n', '16th', 0, '9788171773794', '140', '2023', '1', 'Indian_Succession_Front.jpg', 2, '984', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '42', 0, 0, '', '<p>Judges and Lawyers</p>\n', '1', '1', '', 2495.00, 0, 2120.75, 0, 0, 160.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(336, 'K.P. Chakravarti\'s Domestic Enquiry & Punishment', '', '<p>With the change in legal thinking from employer-centric to worker-centric and realization of importance of discipline in growth and prosperity of the Industry and thereby the workers, the perspective, attitude and approach in applying the Labour laws has undergone a sea change.</p>\n\n<p>Labour laws being welfare laws their interpretation has also undergone a change from strict literal one to purposive one.</p>\n\n<p>While conducting the domestic enquiry strict rules of evidence were never applied and such enquiries are not governed by the principle of proof beyond reasonable doubt but preponderance of probabilities. The guiding principle continues to be observance of principles of natural justice and fair play. The subject of suspension (interim or as punishment) has been dealt with in detail considering the effect of non-payment of subsistence allowance and the angle of mala fide in suspending a worker.</p>\n\n<p>Factors vitiating the charge sheet, the enquiry and the imposition of punishment have been given due importance and space. Lately, proportionality of punishment to the gravity of misconduct has assumed great importance and has been given due attention.</p>\n\n<p>Jurisdiction of civil, or ouster thereof, had been a debatable issue and has been properly noticed. Lastly, remedy and relief against wrongful termination/dismissal before Labour court/Tribunal and/or courts of law has been fully discussed.</p>\n\n<p>The present edition discusses the Sastry and Desai Awards pertaining to Banks which are not governed by the Industrial Employment (Standing Orders) Act, 1946 as also refers to the Industrial Relations Code 2020 (though not yet enforced) wherever advisable.</p>\n', '<p>Judicial review &ndash; scope and limitations<br />\nCharge sheet &ndash; validity &ndash; when vitiated<br />\nJurisdiction &ndash; Labour Fora and civil court<br />\nSuspension&nbsp;&ndash; if and when punishment<br />\nPunishment&nbsp;&ndash; minor &amp; major, innocuous or stigmatic</p>\n', '5th', 0, '978-81-972583-3-6', '834', '2025', '1', '2025-02-19_09_06_33.068917Domestic_cover_5Ed_Front_3.jpg', 2, '814', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '45', 0, 0, '', '<p>Legal professionals</p>\n', '1', '1', '', 3150.00, 0, 2583.00, 0, 0, 95.00, 0, 0.00, 18.00, 0.00, 0.00, '2026-02-10 05:39:00'),
(1442, 'Formation and Variation of Contracts', '', '<p>This book provides a detailed account of the law relating to the formation and variation of contracts. This includes pre-contractual negotiations, offer and acceptance, formalities, consideration and promissory estoppel. It draws together in single volume key issues relating to the formation and variation of contracts, focusing on the rules for their existence and validity and bringing together topics which are of fundamental importance to practitioners advising on the negotiation or validity of contracts, but on which there is no up-to-date specialist work.</p>\n\n<p>The book traces the continuing development of the rules, as a response to changes within the English law of contract and to learn from developments being made in other legal systems and highlights areas of contract law where there is likely to be significant debate about possible development in the coming years. It also provides a perspective on the rules for the formation of contracts from an international and comparative dimension.</p>\n\n<p>Part I is devoted to pre-contractual negotiations (including remedies where negotiations fail to reach agreement) and finding the agreement through offer and acceptance; Part II is devoted to formalities, both in general and in contract in particular, including contracts for the sale of land, consumer contracts, contracts of guarantee and deeds; Part III is devoted to the requirement of consideration (which gives contract its character as a &lsquo;bargain&rsquo; in the common law), both in the formation of a contract, and in the variation of an existing contract; Part IV is devoted to promissory estoppel, both its traditional role in the modification of a contract and its potential to develop in English law (noting how other common law jurisdictions such as the US and Australia have developed it).</p>\n\n<p>This new edition considers all relevant recent developments, including: the developing case law on express or implied duties of good faith in negotiation or renegotiation of contracts, and decisions on the operation of &ldquo;subject to contract&rdquo; clauses, and the binding force of documents described as &ldquo;letters of intent&rdquo;, &ldquo;heads of terms&rdquo; and &ldquo;memoranda of understanding&rdquo;;</p>\n\n<p>cases on intention to create legal relations, certainty and finding an agreement through offer and acceptance, including a &ldquo;battle of forms&rdquo; between the parties negotiating a contract;</p>\n\n<p>the continuing discussion about the role of emerging technologies in the formation of contracts, including recent and possible future work by the Law Commission and other agencies on electronic signatures, the electronic execution of documents (including deeds) and smart contracts;</p>\n\n<p>the reception by case law and commentators of the decision of the Supreme Court in MWB Business Exchange Centres Ltd v Rock Advertising Ltd (2018) in relation to (1) the binding force of &ldquo;no oral modification&rdquo; clauses, and the possibility of avoiding the operation of such clauses by the doctrine of estoppel; (2) the role of consideration in the variation of contracts, and the need for a full reconsideration of this area of the law of contract;</p>\n\n<p>the significance for topics discussed in the book of the withdrawal of the United Kingdom from the European Union, including any changes already made to the EU law retained within English law after the end of the EU withdrawal agreement implementation period.</p>\n\n<p>This book provides a detailed account of the law relating to the formation and variation of contracts. This includes pre-contractual negotiations, offer and acceptance, formalities, consideration and promissory estoppel. It draws together in single volume key issues relating to the formation and variation of contracts, focusing on the rules for their existence and validity and bringing together topics which are of fundamental importance to practitioners advising on the negotiation or validity of contracts, but on which there is no up-to-date specialist work.</p>\n\n<p>The book traces the continuing development of the rules, as a response to changes within the English law of contract and to learn from developments being made in other legal systems and highlights areas of contract law where there is likely to be significant debate about possible development in the coming years. It also provides a perspective on the rules for the formation of contracts from an international and comparative dimension.</p>\n\n<p>Part I is devoted to pre-contractual negotiations (including remedies where negotiations fail to reach agreement) and finding the agreement through offer and acceptance; Part II is devoted to formalities, both in general and in contract in particular, including contracts for the sale of land, consumer contracts, contracts of guarantee and deeds; Part III is devoted to the requirement of consideration (which gives contract its character as a &lsquo;bargain&rsquo; in the common law), both in the formation of a contract, and in the variation of an existing contract; Part IV is devoted to promissory estoppel, both its traditional role in the modification of a contract and its potential to develop in English law (noting how other common law jurisdictions such as the US and Australia have developed it).</p>\n\n<p>This new edition considers all relevant recent developments, including: the developing case law on express or implied duties of good faith in negotiation or renegotiation of contracts, and decisions on the operation of &ldquo;subject to contract&rdquo; clauses, and the binding force of documents described as &ldquo;letters of intent&rdquo;, &ldquo;heads of terms&rdquo; and &ldquo;memoranda of understanding&rdquo;;</p>\n\n<p>cases on intention to create legal relations, certainty and finding an agreement through offer and acceptance, including a &ldquo;battle of forms&rdquo; between the parties negotiating a contract;</p>\n\n<p>the continuing discussion about the role of emerging technologies in the formation of contracts, including recent and possible future work by the Law Commission and other agencies on electronic signatures, the electronic execution of documents (including deeds) and smart contracts;</p>\n\n<p>the reception by case law and commentators of the decision of the Supreme Court in MWB Business Exchange Centres Ltd v Rock Advertising Ltd (2018) in relation to (1) the binding force of &ldquo;no oral modification&rdquo; clauses, and the possibility of avoiding the operation of such clauses by the doctrine of estoppel; (2) the role of consideration in the variation of contracts, and the need for a full reconsideration of this area of the law of contract;</p>\n\n<p>the significance for topics discussed in the book of the withdrawal of the United Kingdom from the European Union, including any changes already made to the EU law retained within English law after the end of the EU withdrawal agreement implementation period.</p>\n', '', '3rd (South Asian Edition)', 0, '9789395696845', '835', '2023', '3', '2025-03-21_11_36_49.273778formation_and_variation_of_contracts.jpg', 0, '500', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 06:07:17', '10', 0, 0, '', '', NULL, '25,1', '', 12680.00, 0, 10144.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 06:07:17'),
(1436, 'Documentary Evidence', '', '<p>Documentary Evidence, now in its 14th edition, is a thorough guide to the disclosure requirements under the law. It offers thorough analysis and smart, useful suggestions in a clear, logical style. It demonstrates when and how a practitioner should behave in connection to the disclosure duty using a chronological structure. It is a well-known text that is frequently cited in court rulings. The Civil Procedure Rules encourage the parties to an action to take a &quot;cards-on-the-table&quot; stance when exchanging information, not just once litigation has started but also prior. Early on, a few documents will probably be recognised as being crucial or pertinent to the subject at hand.&nbsp;These will be consulted in order to determine whether or not the dispute should be taken further. The law requires full and proper disclosure, which is the procedure by which the parties to an action disclose to each other all documents in their possession, custody, or power relevant to the topics in question in the case, if it is decided to proceed. The nature and extent of the disclosure duty are covered in this chapter.</p>\n', '', '14th', 0, '9789395696364', '821,821', '2023 (South Asian Edition)', '3', '2025-03-21_11_27_40.518288documentary_Edidence.tif', 0, '756', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 05:58:51', '16,16', 1, 0, '', '', NULL, '25,1,25,1', '', 12000.00, 0, 9600.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 05:58:51'),
(1437, 'Documentary Evidence', '', '<p>Documentary Evidence, now in its 14th edition, is a thorough guide to the disclosure requirements under the law. It offers thorough analysis and smart, useful suggestions in a clear, logical style. It demonstrates when and how a practitioner should behave in connection to the disclosure duty using a chronological structure. It is a well-known text that is frequently cited in court rulings. The Civil Procedure Rules encourage the parties to an action to take a &quot;cards-on-the-table&quot; stance when exchanging information, not just once litigation has started but also prior. Early on, a few documents will probably be recognised as being crucial or pertinent to the subject at hand.&nbsp;These will be consulted in order to determine whether or not the dispute should be taken further. The law requires full and proper disclosure, which is the procedure by which the parties to an action disclose to each other all documents in their possession, custody, or power relevant to the topics in question in the case, if it is decided to proceed. The nature and extent of the disclosure duty are covered in this chapter.</p>\n', '', '14th', 0, '9789395696364', '821,821,821,821,821,821', '2023 (South Asian Edition)', '3', '2025-03-21_11_27_40.518288documentary_Edidence.tif', 0, '756', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 05:58:51', '16,16,16,16,16,16', 1, 0, '', '', NULL, '25,1,25,1,25,1,25,1,25,1,25,1', '', 12000.00, 0, 9600.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 05:58:51'),
(1438, 'Documentary Evidence', '', '<p>Documentary Evidence, now in its 14th edition, is a thorough guide to the disclosure requirements under the law. It offers thorough analysis and smart, useful suggestions in a clear, logical style. It demonstrates when and how a practitioner should behave in connection to the disclosure duty using a chronological structure. It is a well-known text that is frequently cited in court rulings. The Civil Procedure Rules encourage the parties to an action to take a &quot;cards-on-the-table&quot; stance when exchanging information, not just once litigation has started but also prior. Early on, a few documents will probably be recognised as being crucial or pertinent to the subject at hand.&nbsp;These will be consulted in order to determine whether or not the dispute should be taken further. The law requires full and proper disclosure, which is the procedure by which the parties to an action disclose to each other all documents in their possession, custody, or power relevant to the topics in question in the case, if it is decided to proceed. The nature and extent of the disclosure duty are covered in this chapter.</p>\n', '', '14th', 0, '9789395696364', '821,821,821,821,821,821,821', '2023 (South Asian Edition)', '3', '2025-03-21_11_27_40.518288documentary_Edidence.tif', 0, '756', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 05:58:51', '16,16,16,16,16,16,16', 1, 0, '', '', NULL, '25,1,25,1,25,1,25,1,25,1,25,1,25,1', '', 12000.00, 0, 9600.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 05:58:51'),
(1439, 'Documentary Evidence', '', '<p>Documentary Evidence, now in its 14th edition, is a thorough guide to the disclosure requirements under the law. It offers thorough analysis and smart, useful suggestions in a clear, logical style. It demonstrates when and how a practitioner should behave in connection to the disclosure duty using a chronological structure. It is a well-known text that is frequently cited in court rulings. The Civil Procedure Rules encourage the parties to an action to take a &quot;cards-on-the-table&quot; stance when exchanging information, not just once litigation has started but also prior. Early on, a few documents will probably be recognised as being crucial or pertinent to the subject at hand.&nbsp;These will be consulted in order to determine whether or not the dispute should be taken further. The law requires full and proper disclosure, which is the procedure by which the parties to an action disclose to each other all documents in their possession, custody, or power relevant to the topics in question in the case, if it is decided to proceed. The nature and extent of the disclosure duty are covered in this chapter.</p>\n', '', '14th', 0, '9789395696364', '821,821,821,821,821,821,821,821', '2023 (South Asian Edition)', '3', '2025-03-21_11_27_40.518288documentary_Edidence.tif', 0, '756', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 05:58:51', '16,16,16,16,16,16,16,16', 1, 0, '', '', NULL, '25,1,25,1,25,1,25,1,25,1,25,1,25,1,25,1', '', 12000.00, 0, 9600.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 05:58:51'),
(1440, 'Documentary Evidence', '', '<p>Documentary Evidence, now in its 14th edition, is a thorough guide to the disclosure requirements under the law. It offers thorough analysis and smart, useful suggestions in a clear, logical style. It demonstrates when and how a practitioner should behave in connection to the disclosure duty using a chronological structure. It is a well-known text that is frequently cited in court rulings. The Civil Procedure Rules encourage the parties to an action to take a &quot;cards-on-the-table&quot; stance when exchanging information, not just once litigation has started but also prior. Early on, a few documents will probably be recognised as being crucial or pertinent to the subject at hand.&nbsp;These will be consulted in order to determine whether or not the dispute should be taken further. The law requires full and proper disclosure, which is the procedure by which the parties to an action disclose to each other all documents in their possession, custody, or power relevant to the topics in question in the case, if it is decided to proceed. The nature and extent of the disclosure duty are covered in this chapter.</p>\n', '', '14th', 0, '9789395696364', '821,821,821,821,821,821,821,821,821', '2023 (South Asian Edition)', '3', '2025-03-21_11_27_40.518288documentary_Edidence.tif', 0, '756', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 05:58:51', '16,16,16,16,16,16,16,16,16', 1, 0, '', '', NULL, '25,1,25,1,25,1,25,1,25,1,25,1,25,1,25,1,25,1', '', 12000.00, 0, 9600.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 05:58:51'),
(1441, 'Documentary Evidence', '', '<p>Documentary Evidence, now in its 14th edition, is a thorough guide to the disclosure requirements under the law. It offers thorough analysis and smart, useful suggestions in a clear, logical style. It demonstrates when and how a practitioner should behave in connection to the disclosure duty using a chronological structure. It is a well-known text that is frequently cited in court rulings. The Civil Procedure Rules encourage the parties to an action to take a &quot;cards-on-the-table&quot; stance when exchanging information, not just once litigation has started but also prior. Early on, a few documents will probably be recognised as being crucial or pertinent to the subject at hand.&nbsp;These will be consulted in order to determine whether or not the dispute should be taken further. The law requires full and proper disclosure, which is the procedure by which the parties to an action disclose to each other all documents in their possession, custody, or power relevant to the topics in question in the case, if it is decided to proceed. The nature and extent of the disclosure duty are covered in this chapter.</p>\n', '', '14th', 0, '9789395696364', '821,821,821,821,821,821,821,821,821,821', '2023 (South Asian Edition)', '3', '2025-03-21_11_27_40.518288documentary_Edidence.tif', 0, '756', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 05:58:51', '16,16,16,16,16,16,16,16,16,16', 1, 0, '', '', NULL, '25,1,25,1,25,1,25,1,25,1,25,1,25,1,25,1,25,1,25,1', '', 12000.00, 0, 9600.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 05:58:51'),
(1443, 'The Handbook on Domestic Arbitration in India', '', '<p>The book authored by Aman Vijay Dutta (Advocate) and published by Hind Law House, is a first of its kind detailed step by step commentary on Domestic Arbitration in India. It covers the life cycle of a Domestic arbitration -stage by stage- in a chapter wise manner; and is exclusively focused on Part &ndash; I of the Act. The scheme of arrangement of the book is intended to assist a practitioner by providing a check list of substantive and procedural issues that are to be kept in mind during a domestic Indian Arbitration. In his foreword, Justice P.S. Narasimha described the book as &ldquo;an indispensable guide for legal practitioners,&rdquo; highlighting the author&rsquo;s dedication to simplifying the arbitration process. Mr. Ameet Hariani noted that &ldquo;Aman has effectively addressed the practical issues faced by practitioners in domestic arbitration,&rdquo; making the book a valuable resource. Dr. Justice Shalini Phansalkar Joshi praised the book for its insightful analysis of the arbitration movement in India,&nbsp;&nbsp;emphasizing its relevance to both current and future legal&nbsp;&nbsp;landscapes. Mr. Nikhil&nbsp;&nbsp;Sakhardande commented on the book&rsquo;s thorough exploration of Part I of the Arbitration &amp; Conciliation Act, 1996, and its benefits for judges, lawyers, and students. Mr. Ganesh Chandru highlighted the book&rsquo;s timely focus on domestic arbitration, calling it &ldquo;the need of the hour.&rdquo; And Mr. Tariq Khan, in his review, recommended the book for its clear explanation of complex legal concepts and practical insights.The book authored by Aman Vijay Dutta (Advocate) and published by Hind Law House, is a first of its kind detailed step by step commentary on Domestic Arbitration in India. It covers the life cycle of a Domestic arbitration -stage by stage- in a chapter wise manner; and is exclusively focused on Part &ndash; I of the Act. The scheme of arrangement of the book is intended to assist a practitioner by providing a check list of substantive and procedural issues that are to be kept in mind during a domestic Indian Arbitration. In his foreword, Justice P.S. Narasimha described the book as &ldquo;an indispensable guide for legal practitioners,&rdquo; highlighting the author&rsquo;s dedication to simplifying the arbitration process. Mr. Ameet Hariani noted that &ldquo;Aman has effectively addressed the practical issues faced by practitioners in domestic arbitration,&rdquo; making the book a valuable resource. Dr. Justice Shalini Phansalkar Joshi praised the book for its insightful analysis of the arbitration movement in India,&nbsp;&nbsp;emphasizing its relevance to both current and future legal&nbsp;&nbsp;landscapes. Mr. Nikhil&nbsp;&nbsp;Sakhardande commented on the book&rsquo;s thorough exploration of Part I of the Arbitration &amp; Conciliation Act, 1996, and its benefits for judges, lawyers, and students. Mr. Ganesh Chandru highlighted the book&rsquo;s timely focus on domestic arbitration, calling it &ldquo;the need of the hour.&rdquo; And Mr. Tariq Khan, in his review, recommended the book for its clear explanation of complex legal concepts and practical insights.</p>\n', '', '2024', 0, '9788196887391', '836,836', '2024', '49', '2025-03-21_11_44_17.266599domestic_arbitration_in_India.jpg', 0, '682', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 06:14:23', '4,4', 0, 0, '', '', NULL, '25,1,2,25,1,2', '', 945.00, 0, 756.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 06:14:23'),
(1444, 'Medical Negligence', '', '<p>Medical Negligence provides a comprehensive and authoritative analysis of the potential legal liabilities of healthcare professionals and hospitals arising out of the provision of healthcare. The principal focus is on the law of negligence as it applies in the medical context, but the book also includes extensive coverage of consent to medical treatment, defective products, confidentiality, the liability of hospitals, defences and limitation, the principles applied to the assessment damages, and procedural issues. &nbsp; The new edition is a comprehensive statement of the law of medical negligence in England and Wales, with appropriate reference to Commonwealth jurisdictions. Fully up to date, including discussion of relevant statutory provisions and Commonwealth case law such as Barclays Bank Plc v Various Claimants (2020) from the UK Supreme Court; Schembri v Marshall (2020) from the Court of Appeal and Bell v Tavistock and Portman NHS Foundation Trust (2020) from other Courts to name a few Detailed discussion of developing caselaw on the Mental Capacity Act 2005 Discussion of the emerging tort of misuse of private information Full reference to relevant professional guidance issued by the General Medical Council (Decision making and consent, 2020) Includes Appendices on NHS Indemnity, Pre-Action Protocol for the Resolution of Clinical Disputes and Glossary of Medical Terms Key Features: Provides thorough analysis of the tort of negligence as it applies to the provision of health care Discusses the liability of doctors as well as dentists, nurses and pharmacists Covers the general principles of medical negligence and covers specific areas such as consent to medical treatment, defective products, confidentiality and the liability of hospitals Covers emerging issues related to medical negligence practice, access to treatment, patient autonomy and complaints Provides thorough coverage defences and limitation Explains the general principles as they apply to medical negligence Expands on the general principles by applying them to specific areas such as consent and confidentiality Analyses current case law and interprets applicable legislation Offers clear, concise analysis applicable to generalist and specialist practitioners.</p>\n', '', ' 6th South Asian Edition', 0, '9789395696395', '822', '2023', '3', '2025-03-21_12_10_01.439258medical_negligence.jpg', 0, '600', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 06:42:57', '13', 0, 0, '', '', NULL, '2,1,25', '', 11520.00, 0, 9216.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 06:42:57'),
(1445, 'Bullen & Leake: Precedents of Pleadings (Set of 2 Volumes)', '', '<p>This is the nineteenth edition of Bullen &amp; Leake &amp; Jacob&#39;s Precedents of Pleadings. The law is generally as stated at 1 July 2019, although it has been possible to take in further updates at proof stage. The publishers wish to record their gratitude to the expert team of barristers who have updated the commentary and Statements of Case in this edition. As ever, we are grateful to them that they are able to spare the time to write whilst keeping busy practices. The publishers are also much obliged to the in-house authors who assisted with three chapters and to Fiona Keyte for managing and coordinating copy and proofs delivery efficiently. We are privileged to have as General Editors the Honourable Sir William Blair, Lord Brennan QC, the Right Honourable Professor Sir Robin Jacob and the Honourable Sir Brian Langstaff. Very many thanks are due to them for their continued guidance and assistance.This is the nineteenth edition of Bullen &amp; Leake &amp; Jacob&#39;s Precedents of Pleadings. The law is generally as stated at 1 July 2019, although it has been possible to take in further updates at proof stage. The publishers wish to record their gratitude to the expert team of barristers who have updated the commentary and Statements of Case in this edition. As ever, we are grateful to them that they are able to spare the time to write whilst keeping busy practices. The publishers are also much obliged to the in-house authors who assisted with three chapters and to Fiona Keyte for managing and coordinating copy and proofs delivery efficiently. We are privileged to have as General Editors the Honourable Sir William Blair, Lord Brennan QC, the Right Honourable Professor Sir Robin Jacob and the Honourable Sir Brian Langstaff. Very many thanks are due to them for their continued guidance and assistance.</p>\n', '', '19th (South Asian Edition)', 0, '9789393702906', '837', '2023', '3', '2025-03-21_12_57_42.088644Prededents_of_Pleadings.jpg', 0, '1178', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 07:28:12', '49', 0, 0, '', '', NULL, '2,25,1', '', 21525.00, 0, 17220.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 07:28:12');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1446, 'A Practical Approach to Arm’s Length Pricing', '', '<p>A Practical Approach to Arm&rsquo;s Length Pricing provides a hands-on and technical guide to niche issues in transfer pricing. The first part of the book delves deep into the challenges faced in arm&rsquo;s length pricing of transactions involving intangibles such as patents, know- how, copyrights, trademarks, exploitation rights and so on. It discusses the nuances of finding the arm&rsquo;s length range of royalty rates, IP transfers, hard-to-value intangibles and marketing intangibles. The second part discusses new reforms in transfer pricing regimes around the world, fair transfer pricing policies in some typical industries, and issues such as comparability adjustments and benchmarking of corporate guarantee transactions.</p>\n\n<p>There is a dearth of literature on the practical aspects of transfer pricing practice that A Practical Approach to Arm&rsquo;s Length Pricing seeks to rectify. It discusses methods and models of benchmarking complex transactions, and goes on to demonstrate &ndash; step by step &ndash; how these methods and models can be used to arrive at the arm&rsquo;s length standard. The nuances arising from assessment and litigation trends have also been highlighted.</p>\n', '', '1st', 0, '9789393702418', '467', '2022', '11', '2025-03-21_13_02_41.288442practical_approach.jpg', 0, '525', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 07:33:07', '29,7', 0, 1, '', '', NULL, '2,1', '', 2225.00, 0, 1891.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-21 07:33:07'),
(1447, 'Illusion of Justice', '18-Steps Program to Overhaul the Indian Judicial System', '<p>Thomson&rsquo;s Illusion of Justice by Rommel Rodrigues &ndash; 1st Edition 2023. The author of the book believes that the judicial system is on the verge of collapse, with the system crushing under the burgeoning caseload across all the courts, which has exceeded 50 million, or 5 crores, in number and continues to grow rapidly in line with the changing social and economic scenario of the country. He feels the system needs a complete overhaul to survive and that the halfhearted steps taken from time to time do not serve any purpose except being short-term jugaad. The book examines the diverse aspects that contribute to the pendency of cases in the Indian judiciary and discusses several mechanisms that can be used to solve this problem, including the use of technology in justicing, which he feels would reduce or even eliminate the shortcomings of human agency in the judicial system. Based on this, he endeavors to offer a possible solution to this malice.</p>\n', '', '1st', 1, '9789395696623', '838', '2023', '11', '2025-03-21_13_07_43.900954Illusion.jpg', 0, '258', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2025-03-21 07:38:15', '89', 0, 1, '', '', NULL, '2,1', '', 595.00, 0, 476.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2026-05-06 05:41:17'),
(1448, 'For The Better And For The Worse', '', '<p>Legislations have to be enacted, amended or repealed for catering to the needs of the changing society and the State. It is for the State or the Executive to present the Legislature with proposals or bills. The responsibility of the State increases when it rules or governs colonies where there is a vacuum or the need for change. e British East India Company was required to have rules in the form of orders, regulations, resolutions and enactments in several areas to achieve this purpose. For the Better and for the Worse, a peep into the past, focuses on these areas to appreciate and analyse the legislative activity that took place during the colonial rule. It covers areas such as sati, female infanticide, child marriage, widow remarriage, salt, indigo, opium, labour, slavery, justice, trial, punishment and prisons. Readers would be the best judges to opine on the best and the worst of these provisions. JUSTICE S.D. DAVE was enrolled as an advocate in 1962. Appointed as the District Judge in 1977, he was elevated to a Judge of the High Court of Gujarat in 1990. Afer retiring in 1999, Justice Dave worked for three years as the Chairman of the Gujarat State Law Commission and as the Chairman of the Gujarat State Electricity Regulatory Commission. He has worked as the Commission of Inquiry on three occasions and once as the mediator, appointed by the Government. He has also prepared a basic document &lsquo;Access to Justice in India&rsquo; for deliberations. Justice Dave is the author of three books, e Supreme Court, the High Courts and the Personal Laws of India (2019); Nuclear India (2017); and e Privy Council, the British Courts and the Personal Laws of India (2014) which came to be recorded in the Black Books of the Hon&rsquo;ble Society of the Lincoln&rsquo;s Inn while the Rt. Hon&rsquo;ble Lord Justice Goldring was the Master of the Library. Justice Dave is an Arbitrator and Consultant in Law in Ahmedabad at present.</p>\n', '', '1st', 1, '9789390218653', '839', '2020', '11', '2025-03-21_13_12_02.244416for_the_better.jpg', 0, '322', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2025-03-21 07:42:47', '89', 0, 1, '', '', NULL, '2', '', 700.00, 0, 560.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2026-05-06 05:40:26'),
(1449, 'Carver on Bills Of Lading', '', '<p><em>Carver on Bills of Lading</em>&nbsp;offers exhaustive coverage of the nature and uses of bills of lading and associated documents in commercial transactions, negotiations and disputes. Written by two of the foremost commentators on this area of law, the work contains a commentary on the Hague-Visby Rules, the Hamburg Rules and the Rotterdam Rules in addition to coverage of the most important recent cases. The title is part of the British Shipping Laws Library.</p>\n', '<ul>\n	<li>Offers an in-depth analysis of the use and operation of bills of lading and related documents (such as sea waybills and delivery orders)</li>\n	<li>Discusses the nature of a bill of lading, both as a receipt and as a contractual document</li>\n	<li>Explains the roles of each party to the bill of lading contract</li>\n	<li>Covers the contractual effects that follow a transfer of a bill of lading</li>\n	<li>Examines bills of lading as documents of title</li>\n	<li>Explains how and when third parties can be affected by bills of lading</li>\n	<li>Analyses the Hague and Hague-Visby Rules for the international carriage of goods by sea in detail</li>\n	<li>Offers commentary on the Rotterdam Rules</li>\n	<li>Includes a new chapter on the Hamburg Rules</li>\n</ul>\n', '5th (South Asian Edition)', 0, '9788196675899', '840', '2022', '3', '2025-03-21_13_18_34.229926bills_of_lading.jpg', 0, '996', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2025-03-21 07:49:11', '106', 0, 0, '', '', NULL, '1', '', 20875.00, 0, 16700.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-28 11:56:36'),
(1450, 'MacGillivray on Insurance Law', '', '<p><em>MacGillivray on Insurance Law</em>&nbsp;is the established authority on non-maritime commercial insurance and risk. For over one hundred years it has been a trusted text for providing comprehensive and clear guidance through its examination of the most recent cases and legislative developments.</p>\n\n<p>This new edition brings you up-to-date with the latest and most significant new case law over the past year, with updated commentary to the text reflecting key developments including:</p>\n\n<ul>\n	<li>A major reorganisation of the chapters on good faith</li>\n	<li>New commentary on the Supreme Court ruling in FCA v Arch on business interruption cover claims resulting from COVID-19 and its impact on causation</li>\n	<li>Addresses the impact of Brexit on jurisdiction and choice of law as well as insurance regulation, including changes to the PRA and FCA rules</li>\n</ul>\n\n<p>Covering general principles, particular classes of business and the parties involved, it is a must-have title for anyone seeking advice on insurance law.</p>\n\n<ul>\n	<li>Comprehensive guidance on non-maritime commercial insurance and risk through the analysis of cases and legislation</li>\n	<li>Detailed explanation of the general principles and rules concerning commercial insurance, risk, and loss</li>\n	<li>Covers different classes of business including life insurance, personal accident policies, property, motor vehicle and aviation</li>\n	<li>Looks at the parties involved with chapters on insurance companies, Lloyd&#39;s policies and the role of agents</li>\n	<li>Examines the rules on the formation, drafting and termination of insurance contracts</li>\n	<li>Explains the key principles of good faith, warranties and the duty of disclosure</li>\n	<li>Advises on the Insurance Act 2015, the changes to the law and the consequences for disputes concerning the new law</li>\n	<li>Defines insurance and insurable interest</li>\n	<li>Looks at issues of fraud, misrepresentation, and non-disclosure by third parties</li>\n	<li>Outlines how insurance policies are constructed while explaining the meaning of words and addressing inconsistencies in phrasing</li>\n	<li>Covers the rules of payment, renewal and non-payment of premiums</li>\n	<li>Analyses the rights of two or more insurers and third-party rights</li>\n	<li>Comparison of English law with Scotland, the USA and the Commonwealth</li>\n</ul>\n', '', '15th (South Asian Edition)', 0, '9789395696562', '841', '2023', '3', '2025-03-21_13_26_54.028307insurence_law.jpg', 0, '1566', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 07:57:23', '105', 0, 0, '<p>Section 1: General Principles<br />\n1. Nature of Insurance and Insurable Interest<br />\n2. Formation of the Contract<br />\n3. Form of the Contract<br />\n4. The Period Prior to Issue of the Policy<br />\n5. Execution and Delivery of Policy<br />\n6. Commencement and Termination of Risk<br />\n7. Payment of Premium<br />\n8. Return of Premium<br />\n9. Salvage Premiums<br />\n10. Warranties and Other Policy Terms<br />\n11. Construction of Policies<br />\n12. Rectification<br />\n13. Conflict of Laws<br />\n14. Illegality<br />\n15. Mistake<br />\n16. Misrepresentation<br />\n17. Good Faith and the Duty of Disclosure<br />\n18. Fraud, Misrepresentation and Non-disclosure by Third Parties<br />\n19. Consumer Insurance (Disclosure &amp; Representations) Act 2012<br />\n20. The Insurance Act 2015<br />\n21. The Loss<br />\n22. The Claimant<br />\n23. Reinstatement<br />\n24. Subrogation<br />\nSection 2: Particular Classes of Business<br />\n25. Rights of Two or More Insurers<br />\n26. Life Insurance<br />\n27. Personal Accident Policies<br />\n28. Property Insurance: Fire policies<br />\n29. Property Insurance: Other Insurances on Property<br />\n30. Third Party Risks<br />\n31. Motor Vehicle Insurance<br />\n32. Aviation Insurance<br />\n33. Insurance Against Pecuniary Loss<br />\n34. Contractors&rsquo; Risk Policies<br />\n35. Reinsurance<br />\nSection 3: Parties<br />\n36. Insurance Companies<br />\n37. The Course of Business at Lloyd&rsquo;s<br />\n38. The Role of Agents in Insurance Business</p>\n', '', NULL, '2,25,1', '', 20000.00, 0, 17000.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-21 07:57:23'),
(1451, 'Insurance Law', '', '<p><em>MacGillivray on Insurance Law</em>&nbsp;is the established authority on non-maritime commercial insurance and risk. For over one hundred years it has been a trusted text for providing comprehensive and clear guidance through its examination of the most recent cases and legislative developments.</p>\n\n<p>This new edition brings you up-to-date with the latest and most significant new case law over the past year, with updated commentary to the text reflecting key developments including:</p>\n\n<ul>\n	<li>A major reorganisation of the chapters on good faith</li>\n	<li>New commentary on the Supreme Court ruling in FCA v Arch on business interruption cover claims resulting from COVID-19 and its impact on causation</li>\n	<li>Addresses the impact of Brexit on jurisdiction and choice of law as well as insurance regulation, including changes to the PRA and FCA rules</li>\n</ul>\n\n<p>Covering general principles, particular classes of business and the parties involved, it is a must-have title for anyone seeking advice on insurance law.</p>\n\n<ul>\n	<li>Comprehensive guidance on non-maritime commercial insurance and risk through the analysis of cases and legislation</li>\n	<li>Detailed explanation of the general principles and rules concerning commercial insurance, risk, and loss</li>\n	<li>Covers different classes of business including life insurance, personal accident policies, property, motor vehicle and aviation</li>\n	<li>Looks at the parties involved with chapters on insurance companies, Lloyd&#39;s policies and the role of agents</li>\n	<li>Examines the rules on the formation, drafting and termination of insurance contracts</li>\n	<li>Explains the key principles of good faith, warranties and the duty of disclosure</li>\n	<li>Advises on the Insurance Act 2015, the changes to the law and the consequences for disputes concerning the new law</li>\n	<li>Defines insurance and insurable interest</li>\n	<li>Looks at issues of fraud, misrepresentation, and non-disclosure by third parties</li>\n	<li>Outlines how insurance policies are constructed while explaining the meaning of words and addressing inconsistencies in phrasing</li>\n	<li>Covers the rules of payment, renewal and non-payment of premiums</li>\n	<li>Analyses the rights of two or more insurers and third-party rights</li>\n	<li>Comparison of English law with Scotland, the USA and the Commonwealth</li>\n</ul>\n', '', '15th (South Asian Edition)', 0, '9789395696562', '841,841,841', '2023', '3', '2025-03-21_13_26_54.028307insurence_law.jpg', 0, '1566', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 07:57:24', '105,105,105', 1, 0, '<p>Section 1: General Principles<br />\n1. Nature of Insurance and Insurable Interest<br />\n2. Formation of the Contract<br />\n3. Form of the Contract<br />\n4. The Period Prior to Issue of the Policy<br />\n5. Execution and Delivery of Policy<br />\n6. Commencement and Termination of Risk<br />\n7. Payment of Premium<br />\n8. Return of Premium<br />\n9. Salvage Premiums<br />\n10. Warranties and Other Policy Terms<br />\n11. Construction of Policies<br />\n12. Rectification<br />\n13. Conflict of Laws<br />\n14. Illegality<br />\n15. Mistake<br />\n16. Misrepresentation<br />\n17. Good Faith and the Duty of Disclosure<br />\n18. Fraud, Misrepresentation and Non-disclosure by Third Parties<br />\n19. Consumer Insurance (Disclosure &amp; Representations) Act 2012<br />\n20. The Insurance Act 2015<br />\n21. The Loss<br />\n22. The Claimant<br />\n23. Reinstatement<br />\n24. Subrogation<br />\nSection 2: Particular Classes of Business<br />\n25. Rights of Two or More Insurers<br />\n26. Life Insurance<br />\n27. Personal Accident Policies<br />\n28. Property Insurance: Fire policies<br />\n29. Property Insurance: Other Insurances on Property<br />\n30. Third Party Risks<br />\n31. Motor Vehicle Insurance<br />\n32. Aviation Insurance<br />\n33. Insurance Against Pecuniary Loss<br />\n34. Contractors&rsquo; Risk Policies<br />\n35. Reinsurance<br />\nSection 3: Parties<br />\n36. Insurance Companies<br />\n37. The Course of Business at Lloyd&rsquo;s<br />\n38. The Role of Agents in Insurance Business</p>\n', '', NULL, '25,2,1,25,2,1,25,2,1', '', 20000.00, 0, 16000.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 07:57:24'),
(1452, 'Insurance Law', '', '<p><em>MacGillivray on Insurance Law</em>&nbsp;is the established authority on non-maritime commercial insurance and risk. For over one hundred years it has been a trusted text for providing comprehensive and clear guidance through its examination of the most recent cases and legislative developments.</p>\n\n<p>This new edition brings you up-to-date with the latest and most significant new case law over the past year, with updated commentary to the text reflecting key developments including:</p>\n\n<ul>\n	<li>A major reorganisation of the chapters on good faith</li>\n	<li>New commentary on the Supreme Court ruling in FCA v Arch on business interruption cover claims resulting from COVID-19 and its impact on causation</li>\n	<li>Addresses the impact of Brexit on jurisdiction and choice of law as well as insurance regulation, including changes to the PRA and FCA rules</li>\n</ul>\n\n<p>Covering general principles, particular classes of business and the parties involved, it is a must-have title for anyone seeking advice on insurance law.</p>\n\n<ul>\n	<li>Comprehensive guidance on non-maritime commercial insurance and risk through the analysis of cases and legislation</li>\n	<li>Detailed explanation of the general principles and rules concerning commercial insurance, risk, and loss</li>\n	<li>Covers different classes of business including life insurance, personal accident policies, property, motor vehicle and aviation</li>\n	<li>Looks at the parties involved with chapters on insurance companies, Lloyd&#39;s policies and the role of agents</li>\n	<li>Examines the rules on the formation, drafting and termination of insurance contracts</li>\n	<li>Explains the key principles of good faith, warranties and the duty of disclosure</li>\n	<li>Advises on the Insurance Act 2015, the changes to the law and the consequences for disputes concerning the new law</li>\n	<li>Defines insurance and insurable interest</li>\n	<li>Looks at issues of fraud, misrepresentation, and non-disclosure by third parties</li>\n	<li>Outlines how insurance policies are constructed while explaining the meaning of words and addressing inconsistencies in phrasing</li>\n	<li>Covers the rules of payment, renewal and non-payment of premiums</li>\n	<li>Analyses the rights of two or more insurers and third-party rights</li>\n	<li>Comparison of English law with Scotland, the USA and the Commonwealth</li>\n</ul>\n', '', '15th (South Asian Edition)', 0, '9789395696562', '841,841,841,841', '2023', '3', '2025-03-21_13_26_54.028307insurence_law.jpg', 0, '1566', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 07:57:25', '105,105,105,105', 1, 0, '<p>Section 1: General Principles<br />\n1. Nature of Insurance and Insurable Interest<br />\n2. Formation of the Contract<br />\n3. Form of the Contract<br />\n4. The Period Prior to Issue of the Policy<br />\n5. Execution and Delivery of Policy<br />\n6. Commencement and Termination of Risk<br />\n7. Payment of Premium<br />\n8. Return of Premium<br />\n9. Salvage Premiums<br />\n10. Warranties and Other Policy Terms<br />\n11. Construction of Policies<br />\n12. Rectification<br />\n13. Conflict of Laws<br />\n14. Illegality<br />\n15. Mistake<br />\n16. Misrepresentation<br />\n17. Good Faith and the Duty of Disclosure<br />\n18. Fraud, Misrepresentation and Non-disclosure by Third Parties<br />\n19. Consumer Insurance (Disclosure &amp; Representations) Act 2012<br />\n20. The Insurance Act 2015<br />\n21. The Loss<br />\n22. The Claimant<br />\n23. Reinstatement<br />\n24. Subrogation<br />\nSection 2: Particular Classes of Business<br />\n25. Rights of Two or More Insurers<br />\n26. Life Insurance<br />\n27. Personal Accident Policies<br />\n28. Property Insurance: Fire policies<br />\n29. Property Insurance: Other Insurances on Property<br />\n30. Third Party Risks<br />\n31. Motor Vehicle Insurance<br />\n32. Aviation Insurance<br />\n33. Insurance Against Pecuniary Loss<br />\n34. Contractors&rsquo; Risk Policies<br />\n35. Reinsurance<br />\nSection 3: Parties<br />\n36. Insurance Companies<br />\n37. The Course of Business at Lloyd&rsquo;s<br />\n38. The Role of Agents in Insurance Business</p>\n', '', NULL, '25,2,1,25,2,1,25,2,1,25,2,1', '', 20000.00, 0, 16000.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 07:57:25'),
(1453, 'Insurance Law', '', '<p><em>MacGillivray on Insurance Law</em>&nbsp;is the established authority on non-maritime commercial insurance and risk. For over one hundred years it has been a trusted text for providing comprehensive and clear guidance through its examination of the most recent cases and legislative developments.</p>\n\n<p>This new edition brings you up-to-date with the latest and most significant new case law over the past year, with updated commentary to the text reflecting key developments including:</p>\n\n<ul>\n	<li>A major reorganisation of the chapters on good faith</li>\n	<li>New commentary on the Supreme Court ruling in FCA v Arch on business interruption cover claims resulting from COVID-19 and its impact on causation</li>\n	<li>Addresses the impact of Brexit on jurisdiction and choice of law as well as insurance regulation, including changes to the PRA and FCA rules</li>\n</ul>\n\n<p>Covering general principles, particular classes of business and the parties involved, it is a must-have title for anyone seeking advice on insurance law.</p>\n\n<ul>\n	<li>Comprehensive guidance on non-maritime commercial insurance and risk through the analysis of cases and legislation</li>\n	<li>Detailed explanation of the general principles and rules concerning commercial insurance, risk, and loss</li>\n	<li>Covers different classes of business including life insurance, personal accident policies, property, motor vehicle and aviation</li>\n	<li>Looks at the parties involved with chapters on insurance companies, Lloyd&#39;s policies and the role of agents</li>\n	<li>Examines the rules on the formation, drafting and termination of insurance contracts</li>\n	<li>Explains the key principles of good faith, warranties and the duty of disclosure</li>\n	<li>Advises on the Insurance Act 2015, the changes to the law and the consequences for disputes concerning the new law</li>\n	<li>Defines insurance and insurable interest</li>\n	<li>Looks at issues of fraud, misrepresentation, and non-disclosure by third parties</li>\n	<li>Outlines how insurance policies are constructed while explaining the meaning of words and addressing inconsistencies in phrasing</li>\n	<li>Covers the rules of payment, renewal and non-payment of premiums</li>\n	<li>Analyses the rights of two or more insurers and third-party rights</li>\n	<li>Comparison of English law with Scotland, the USA and the Commonwealth</li>\n</ul>\n', '', '15th (South Asian Edition)', 0, '9789395696562', '841,841,841,841,841', '2023', '3', '2025-03-21_13_26_54.028307insurence_law.jpg', 0, '1566', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 07:57:26', '105,105,105,105,105', 1, 0, '<p>Section 1: General Principles<br />\n1. Nature of Insurance and Insurable Interest<br />\n2. Formation of the Contract<br />\n3. Form of the Contract<br />\n4. The Period Prior to Issue of the Policy<br />\n5. Execution and Delivery of Policy<br />\n6. Commencement and Termination of Risk<br />\n7. Payment of Premium<br />\n8. Return of Premium<br />\n9. Salvage Premiums<br />\n10. Warranties and Other Policy Terms<br />\n11. Construction of Policies<br />\n12. Rectification<br />\n13. Conflict of Laws<br />\n14. Illegality<br />\n15. Mistake<br />\n16. Misrepresentation<br />\n17. Good Faith and the Duty of Disclosure<br />\n18. Fraud, Misrepresentation and Non-disclosure by Third Parties<br />\n19. Consumer Insurance (Disclosure &amp; Representations) Act 2012<br />\n20. The Insurance Act 2015<br />\n21. The Loss<br />\n22. The Claimant<br />\n23. Reinstatement<br />\n24. Subrogation<br />\nSection 2: Particular Classes of Business<br />\n25. Rights of Two or More Insurers<br />\n26. Life Insurance<br />\n27. Personal Accident Policies<br />\n28. Property Insurance: Fire policies<br />\n29. Property Insurance: Other Insurances on Property<br />\n30. Third Party Risks<br />\n31. Motor Vehicle Insurance<br />\n32. Aviation Insurance<br />\n33. Insurance Against Pecuniary Loss<br />\n34. Contractors&rsquo; Risk Policies<br />\n35. Reinsurance<br />\nSection 3: Parties<br />\n36. Insurance Companies<br />\n37. The Course of Business at Lloyd&rsquo;s<br />\n38. The Role of Agents in Insurance Business</p>\n', '', NULL, '25,2,1,25,2,1,25,2,1,25,2,1,25,2,1', '', 20000.00, 0, 16000.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 07:57:26'),
(1454, 'Insurance Law', '', '<p><em>MacGillivray on Insurance Law</em>&nbsp;is the established authority on non-maritime commercial insurance and risk. For over one hundred years it has been a trusted text for providing comprehensive and clear guidance through its examination of the most recent cases and legislative developments.</p>\n\n<p>This new edition brings you up-to-date with the latest and most significant new case law over the past year, with updated commentary to the text reflecting key developments including:</p>\n\n<ul>\n	<li>A major reorganisation of the chapters on good faith</li>\n	<li>New commentary on the Supreme Court ruling in FCA v Arch on business interruption cover claims resulting from COVID-19 and its impact on causation</li>\n	<li>Addresses the impact of Brexit on jurisdiction and choice of law as well as insurance regulation, including changes to the PRA and FCA rules</li>\n</ul>\n\n<p>Covering general principles, particular classes of business and the parties involved, it is a must-have title for anyone seeking advice on insurance law.</p>\n\n<ul>\n	<li>Comprehensive guidance on non-maritime commercial insurance and risk through the analysis of cases and legislation</li>\n	<li>Detailed explanation of the general principles and rules concerning commercial insurance, risk, and loss</li>\n	<li>Covers different classes of business including life insurance, personal accident policies, property, motor vehicle and aviation</li>\n	<li>Looks at the parties involved with chapters on insurance companies, Lloyd&#39;s policies and the role of agents</li>\n	<li>Examines the rules on the formation, drafting and termination of insurance contracts</li>\n	<li>Explains the key principles of good faith, warranties and the duty of disclosure</li>\n	<li>Advises on the Insurance Act 2015, the changes to the law and the consequences for disputes concerning the new law</li>\n	<li>Defines insurance and insurable interest</li>\n	<li>Looks at issues of fraud, misrepresentation, and non-disclosure by third parties</li>\n	<li>Outlines how insurance policies are constructed while explaining the meaning of words and addressing inconsistencies in phrasing</li>\n	<li>Covers the rules of payment, renewal and non-payment of premiums</li>\n	<li>Analyses the rights of two or more insurers and third-party rights</li>\n	<li>Comparison of English law with Scotland, the USA and the Commonwealth</li>\n</ul>\n', '', '15th (South Asian Edition)', 0, '9789395696562', '841', '2023', '3', '2025-03-21_13_26_54.028307insurence_law.jpg', 0, '1566', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 07:57:27', '105', 1, 0, '<p>Section 1: General Principles<br />\n1. Nature of Insurance and Insurable Interest<br />\n2. Formation of the Contract<br />\n3. Form of the Contract<br />\n4. The Period Prior to Issue of the Policy<br />\n5. Execution and Delivery of Policy<br />\n6. Commencement and Termination of Risk<br />\n7. Payment of Premium<br />\n8. Return of Premium<br />\n9. Salvage Premiums<br />\n10. Warranties and Other Policy Terms<br />\n11. Construction of Policies<br />\n12. Rectification<br />\n13. Conflict of Laws<br />\n14. Illegality<br />\n15. Mistake<br />\n16. Misrepresentation<br />\n17. Good Faith and the Duty of Disclosure<br />\n18. Fraud, Misrepresentation and Non-disclosure by Third Parties<br />\n19. Consumer Insurance (Disclosure &amp; Representations) Act 2012<br />\n20. The Insurance Act 2015<br />\n21. The Loss<br />\n22. The Claimant<br />\n23. Reinstatement<br />\n24. Subrogation<br />\nSection 2: Particular Classes of Business<br />\n25. Rights of Two or More Insurers<br />\n26. Life Insurance<br />\n27. Personal Accident Policies<br />\n28. Property Insurance: Fire policies<br />\n29. Property Insurance: Other Insurances on Property<br />\n30. Third Party Risks<br />\n31. Motor Vehicle Insurance<br />\n32. Aviation Insurance<br />\n33. Insurance Against Pecuniary Loss<br />\n34. Contractors&rsquo; Risk Policies<br />\n35. Reinsurance<br />\nSection 3: Parties<br />\n36. Insurance Companies<br />\n37. The Course of Business at Lloyd&rsquo;s<br />\n38. The Role of Agents in Insurance Business</p>\n', '', NULL, '25,2,1', '', 20000.00, 0, 16000.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 07:57:27'),
(1455, 'Bowstead and Reynolds on Agency', '', '<p>Issues of agency law continue to be frequently before the courts. A fairly comprehensive approach has been taken to integrating into this edition decisions from the courts of England and Wales and the United Kingdom since the previous edition. Significant and useful new cases from the Commonwealth have also been added to the work. In addition, some new subject matter has been introduced, and some topics revised. The chapter-by-chapter outline that follows refers to decisions only from the United Kingdom or the Privy Council. In Chapter 1 (nature of agency), the text has been revised in a number of places to develop the argument that agency is not a status as such, unlike &quot;employee&quot; or &quot;independent contractor&quot;, but a description given to a person while and only so long as that person is exercising authority voluntarily conferred on him or her by another. Just some of the many new cases that have addressed the question whether the full relation of principal and agent has arisen on the facts are: Medsted Associates Ltd v Canaccord Genuity Wealth (International) Ltd [2019] EWCA Civ 83; Eze v Conway [2019] EWCA Civ 88; Dinglis Management Ltd v Dinglis Properties Ltd [2019] EWCA Civ 127; Marme Inversiones 2007 SL v Natwest Markets Plc [2019] EWHC 366 (Comm); and Pengelly v Business Mortgage Finance 4 Plc [2020] EWHC 2002 (Ch). The section of the chapter addressing the significance of agency law for companies takes in Singularis Holdings Ltd (in liq) v Daiwa Capital Markets Europe Ltd [2019] UKSC 50, and Ciban Management Corp v Citco (BVI) Ltd [2020] UKPC 21. Chapter 2 (creation of agency) has new material on corporations, public bodies and states as principals, taking into account Ukraine v Law&nbsp; Debenture Trust Corp Plc [2018] EWCA Civ 2026; School Facility Management Ltd v Governing Body of Christ the King College [2020]&nbsp; EWHC 1118 (Comm) and older case law. There is new content on co-principals, and on ratification (including, inter alios, London Borough of Haringey v Ahmed [2017] EWCA Civ 1861 and Rolle Family &amp; Co Ltd v Rolle [2017] UKPC 35). New material on the status of agents appointed by insurers to represent insureds in litigation links to other new references to that topic in Chapters 3 and 5 (citing Ramsook v Crossley [2018] UKPC 9; Travelers Insurance Co Ltd v XYZ (2019] UKSC 48 and earlier case law). Chapter 3 (authority) has new material on the point that a principal cannot rely on unauthorised acts without ratifying the acts (referring inter alia to Aidiniantz v he Sherlock Holmes International Society Ltd [2017] EWCA Civ 1875). It also has new material on the subject of usual authority (including Ukraine v Law Debenture Trust Plc [2018] EWCA Civ 2026; Taylor v Rhino Overseas Inc [2020] EWCA Civ 353, and East Asia Co Ltd v PT Satria Tirtatama Energindo [2019] UKPC 30). The paragraphs on the effect an agent&#39;s dishonesty has on the agent&#39;s authority have been further developed.</p>\n', '', '22nd (South Asian Edition)', 0, '9789390673308', '842', '2022', '3', '2025-03-21_13_35_13.524602agency.jpg', 0, '896', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 08:05:33', '158', 0, 0, '<p>1. Nature of Agency<br />\n2. Creation of Agency<br />\n3. Authority of Agents<br />\n4. Agency of Necessity<br />\n5. Sub-Agency<br />\n6. Duties of Agents towards their Principals<br />\n7. Rights of Agents their Principals<br />\n8. Relations between Principals and Parties<br />\n9. Relations between Agents and third Parties<br />\n10. Termination of Authority<br />\n11. Commercial Agents<br />\n12. Conflict of Laws<br />\nAppendix</p>\n', '', NULL, '2,25,1', '', 20000.00, 0, 16000.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 08:05:33'),
(1456, 'Foskett on Compromise', '', '<p>A compromise is the settlement of a dispute by mutual concession. Generally speaking a compromise occurs most often in a private law context, which is to say in disputes between individuals and/or commercial entities. A compromise can emerge from negotiations either before or after the commencement of litigation or arbitration proceedings and whether or not facilitated by mediation.</p>\n\n<p>The purpose of Foskett on Compromise is to provide practitioners with a comprehensive and authoritative analysis of the legal framework for the resolution of disputes and the practical implications of the process of settlement however that settlement is achieved and whether it is a dispute within a domestic jurisdiction or involves cross-border implications.</p>\n', '<ul>\n	<li>Provides authoritative guidance on the law of compromise.</li>\n	<li>Establishes the legal foundations of compromise and the essential requirements of a valid compromise.</li>\n	<li>Goes through the procedure of compromise, its machinery and methods, with particular attention to Part 36 of the CPR in connection with disputes resolved within England and Wales.</li>\n	<li>Considers the consequences of a compromise and the effects of a breach.</li>\n	<li>Examines the enforcement of a compromise and how a compromise is put into effect.&nbsp;</li>\n	<li>Explains the practice of challenging the validity of (or &lsquo;impeaching&rsquo;) a compromise in order to have it set aside.</li>\n	<li>Deals individually with different types of dispute, including: settlements in Chancery litigation; matrimonial, family and inheritance disputes; serious personal injury claims involving children or patients; employment contract disputes; disputes in administrative law; landlord and tenant, boundary, and construction disputes.</li>\n	<li>Includes analysis of the compromise of arbitrations, domestic and international, appeals and compromises achieved through all forms of ADR.</li>\n	<li>Discusses the proper role of legal advisers (whether barrister, solicitor or other appropriate representative) in the process of compromise, including consideration of skills, responsibilities, obligations and liabilities.&nbsp;</li>\n	<li>Covers insurance interests and compromise.</li>\n	<li>Offers guidance and advice throughout as to best practice, for example as to what professional ethics and responsibility require in various situations.</li>\n	<li>Covers all aspects of the settlement of international commercial disputes whether achieved with the assistance of mediation or otherwise.</li>\n</ul>\n', '9th (South Asian Edition)', 0, '9789393702890', '544', '2023', '3', '2025-03-21_14_36_09.880513compromise.jpg', 0, '804', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 09:06:48', '102', 0, 0, '', '', NULL, '25,1', '', 10830.00, 0, 8664.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 09:06:48'),
(1457, ' The Shackleton on Law and Practice of Meetings', '', '<p>Shackleton on the Law and Practice of Meetings stands as a primary resource concerning the legal and practical aspects of company, charity, and public sector gatherings. It furnishes a comprehensive outline of the legal framework alongside detailed guidance on the necessary preparations, execution, and conclusion of meetings. This resource caters to the daily needs of legal professionals, company secretaries, administrators, clerks, directors, local authorities, and any entity holding formal meetings.</p>\n', '<p>- Examines the legal implications of both public and private meetings.<br />\n- Addresses the practical considerations when organizing and overseeing meetings.<br />\n- Deals with specific meeting types like board, committee, shareholder, and public sector meetings.<br />\n- Explains various resolution types and their passage within meeting contexts.<br />\n- Offers guidance on maintaining order and ensuring fairness during meetings.<br />\n- Directs readers to relevant statutory requirements under the Companies Act 2006 and other pertinent legislation.<br />\n- Encompasses meetings across different charitable organization structures.<br />\n- Considers principles like natural justice and the public sector equality duty in relation to information access and attendance, including online meetings accessible by the public.<br />\n- Provides practical examples and checklists for conducting company meetings.<br />\n- Explores the powers, duties, and roles of directors within meeting settings.<br />\n- Offers guidance on the conduct of meetings at all levels of local government.</p>\n', '15th (South Asian Edition)', 0, '9789395696463', '843', '2023', '3', '2025-03-21_14_40_58.624333The_law_practice.jpg', 0, '712', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 09:11:24', '143', 0, 0, '', '', NULL, '25,1', '', 10200.00, 0, 8160.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 09:11:24'),
(1458, 'Private Equity Law and Practice', '', '<p>The 7th edition of&nbsp;<strong>Private Equity: Law and Practice</strong>&nbsp;by Darryl Cooke provides an invaluable guide to the law and practice of private equity transactions. Whether you are a lawyer advising a private equity house or a management team wishing to buy a company or simply a company seeking funds, this book will be your go-to reference source. Guiding you through every part of a transaction, from raising private equity through managing the transaction to restructuring the company, it provides information and offers advice at each stage. It explains the legal regulations for tax relief and share capital as well as covering due diligence and issues relating to directors and employers. Not only that, helpful checklists for all legal and business aspects of private equity are provided along with a glossary of private equity terms. Darryl considers the role of a lawyer leading a transaction and offers invaluable advice on how to be a trusted advisor and how to bring real value to the table.&nbsp;</p>\n', '<ul>\n	<li>Explains clearly the law and practice of private equity transactions</li>\n	<li>Offers advice and information relevant to private equity investors, companies seeking funds, those financing deals, and managers wishing to buy out a company</li>\n	<li>Considers the social impact of investing and how to approach it&nbsp;</li>\n	<li>Looks at every part of the transaction including raising private equity, managing the transaction, and restructuring the company</li>\n	<li>Explains the legal regulations for tax relief and share capital</li>\n	<li>Covers due diligence and issues relating to directors and employers</li>\n	<li>Analyses the requirements of an investment agreement, its mechanics, warranties, controls and common issues as well as corporate governance and minority protections.</li>\n	<li>Provides a detailed view of syndication strategies and methods of &lsquo;exiting&rsquo; an agreement.</li>\n	<li>Having secured investment, the book looks at how to form the company, starting with the articles of association.</li>\n	<li>Provides checklists for all legal and business aspects of private equity</li>\n	<li>Includes a glossary of private equity terms, BVCA membership listing, model questionnaire, and, precedent heads of term</li>\n</ul>\n', '7th (South Asian Edition)', 0, '9789395696456', '844', '2023', '3', '2025-03-21_14_45_51.260070private.jpg', 0, '900', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 09:16:09', '68', 0, 0, '', '', NULL, '25,1', '', 14600.00, 0, 11680.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 09:16:09'),
(1459, 'Medical Law and Ethics', '', '<p>Medical Law and Ethics covers the core legal principles, key cases, and statutes that govern medical law alongside the key ethical debates and dilemmas that exist in the field.Carefully constructed features highlight these debates, drawing out the European angles, religious beliefs, and feminist perspectives which influence legal regulations. Other features such as &#39;a shock to the system&#39;, &#39;public opinion&#39; and &#39;reality check&#39; introduce further socio-legal discussion and contribute to the lively and engaging manner in which the subject is approached.Digital formats and resourcesThis edition is available for students and institutions to purchase in a variety of formats, and is supported by online resources.- The e-book offers a mobile experience and convenient access along with functionality tools, navigation features, and links that offer extra learning support: www.oxfordtextbooks.co.uk/ebooks- The online resources include:* Complete bibliography and list of further reading* Links to the key cases mentioned in the book* A video from the author which introduces the book and sets the scene for your studies* Links to key sites with information on medical law and ethics* Answer guidance to one question per chapter</p>\n', '', '8th (South Asian Edition)', 1, '9780198846956', '286', '2020', '4', '2025-03-21_14_49_12.369444medical_law_and_ethics.jpg', 0, '800', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2025-03-21 09:20:26', '13', 0, 0, '', '', NULL, '25,1', '', 2700.00, 0, 2500.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 200.00, '2025-03-21 09:20:26'),
(1460, 'Mediation: Theory to Practice', '', '<p>Our legal landscape is increasingly recognizing the hidden potential of consensual dispute resolution, where party autonomy is sacred. However, there is a limited body of literature that can effectively serve as a guide for students and practitioners alike to develop their basic understanding of the workings of mediation, and to employ critical thinking strategies that can assist them in solving the unique challenges that come with each mediation.</p>\n\n<p>Mediation aims to fill that vacuum. It is structured keeping in mind the curriculum drafted by the Bar Council of India so that students can have consolidated reading material that not only focuses on orthodox theories and the conventional practice of mediation, but also deals with the best practices of cross-cultural and cross-border mediation. Additionally, emphasis is also laid upon the structure of conflict, a multidimensional vision of justice and the art of communication using advanced Neuro-Linguistic Programming. is book hopes to deliver some crucial insights into the law and practice of mediation, which can help young lawyers and trainers to handle mediation cases deftly and explore potential viable careers in dispute resolution that are different from litigation.</p>\n\n<p>Iram Majid lives and breathes mediation. It is, therefore, no surprise that she has contributed so much and so effectively to mediation in several countries. Her book Mediation: Theory to Practice is yet another remarkable contribution.</p>\n\n<p>Iram has considerable experience as a mediator and a trainer. Her professionalism and knowledge cut across all disciplines and all borders. As a mediator she has facilitated settlement of cross-border disputes and has trained several professionals, young and old, into competent mediators.</p>\n', '', '1st (south Asian Edition)', 0, '9789392630156', '423', '2022', '11', '2025-03-21_14_53_35.123280mediation.jpg', 0, '900', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 09:24:02', '157', 0, 1, '<p>1. Ancient Roots of Alternative Dispute Resolution: A Brief Sketch<br />\n2. Understanding Conflict Beyond Alternative Dispute Resolution<br />\n3. Restorative Justice: Philosophy to Practice<br />\n4. Ethos, Pathos, and Logos of Mediation - streamgbul Instroml<br />\n5. Strategies for Problem Solving: A Science and an Art<br />\n6. Impasse in Mediation<br />\n7. Checklist for Drafting Settlement Agreements<br />\n8. Enforcement of Mediation Settlement Agreements<br />\n9. Role of a Mediator<br />\n10. Effectual Communication: Stepping Stone of Success for Mediation<br />\n11. Ethics: The Moral Philosophy Behind Mediation<br />\n12. Important Developments in Mediation<br />\n13. Online Dispute Resolution: Today and Tomorrow<br />\n14. A Cross-Jurisdictional Analysis of Institutional Standards in Vax Mediation Forums<br />\n15. Career in Mediation: Exploring Opportunities for Students and till Legal Practitioners<br />\nConclusion of Chapters<br />\nFrequently Asked Questions (FAQs)</p>\n', '', NULL, '1,25', '', 3600.00, 0, 2880.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 09:24:02'),
(1461, 'Construction Professional Indemnity Insurance', '', '<p>Winner of the 2019 British Insurance Law Association (BILA) annual book prize</p>\n\n<p>Construction Professional Indemnity Insurance, second edition, is the definitive practitioner reference for all those involved in construction projects, from contractors to employers, architects to insurance brokers. Complementing Construction All Risks Insurance, these are the two titles all construction and insurance professionals need.</p>\n\n<p>The second edition covers updates including:<br />\nThe Fire Safety Act 2021 and the Building Safety Act 2022, which were introduced following Grenfell, and<br />\nPayment of damages for late payment of insurance claims and the case of Quadra Commodities.</p>\n\n<p>Construction Professional Indemnity Insurance also provides in depth analysis of insurance and construction law, including the recent decisions of:<br />\nThe Court of Appeal in Euro Pools v RSA, which clarified the law relating to notification of claims,<br />\nThe Supreme Court in FCA v Arch, and<br />\nThe TCC in The Rugby Football Union v Clark Smith Partnership Limited and FM Conway Limited as to who is insured.<br />\n&nbsp;</p>\n', '', '2nd (South Asian Edition)', 0, '9788197361319', '845', '2024', '3', '2025-03-21_14_57_12.859954construction.jpg', 0, '900', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 09:27:38', '105', 0, 0, '', '', NULL, '1,25', '', 15850.00, 0, 12521.50, 0, 0, 0.00, 0, 0.00, 21.00, 0.00, 0.00, '2025-10-27 03:02:59');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1462, 'Judicial Remedies in Public Law', '', '<p>Judicial Remedies in Public Law provides unrivalled coverage of the full range of judicial remedies available to litigants in public law cases, from judicial review to those which are less common, such as habeas corpus:<br />\nJudicial Remedies in Public Law will:<br />\nEnable practitioners to advise and make decisions with complete confidence<br />\nEnable specialists at the bar to tackle complex problems and consider developments and emerging trends in case law<br />\nProvide lawyers in central and local government with up-to-date and authoritative analysis of judicial review which is necessary to advise defendants as well as claimants<br />\nProvide academics with a primary source of reference on all aspects of judicial review in the context of the fast-changing administrative justice system<br />\n<strong>What&#39;s New:</strong><br />\nChanges to public law to accommodate the departure of the United Kingdom from the European Union and the impact of the European Union (Withdrawal) Act 2018<br />\nChanges to the judicial review procedure including statutory changes governing discretion to refuse remedies and costs capping orders<br />\nDevelopments in practice and procedure relating to time-limits, interim relief in public law cases, the duty of candour, discretionary refusals of a remedy and the scope of judicial review, including review of prerogative powers<br />\nChanges in relation to appeals and statutory applications in the planning field.<br />\nDevelopments in relation to quashing decisions and nullity<br />\nChanges in the law on liability of public authorities in negligence and for restitutionary claims</p>\n', '<ul>\n	<li>Provides a comprehensive guide to the remedies available to litigants in public law from the common remedies available in judicial review, remedies under the Human Rights Act 1998 for breach of Convention rights to those which are used less often, such as habeas corpus.</li>\n	<li>Deals with the current scope, procedure and practice of judicial review and other public law remedies.</li>\n	<li>Introductory sections consider the situations in which judicial review is available followed by chapters dealing with the legal consequences of a successful judicial review application.</li>\n	<li>Details the full range of remedies available, from prerogative remedies, declaratory relief (declaring what the legal position is or what the rights of the parties are), injunctions (injunctions may be used to stop a public body from acting unlawfully by exceeding its statutory public law powers) to habeas corpus.</li>\n	<li>Deals in full with the procedures for bringing a claim of judicial review under the Civil Procedure Rules and the Human Rights Act 1998.</li>\n	<li>Includes description and analysis of changes to public law and remedies as a result of the departure of the United Kingdom from the European Union and an analysis of the European Union (Withdrawal) Act 2018</li>\n	<li>Changes in practice and procedure, in relation to the rules on time-limits, costs capping orders, cross-examination and disclosure are covered</li>\n	<li>Provides analysis of the scope of the discretion of the court to refuse remedies.</li>\n	<li>Deals with the changes in relation to appeals and statutory applications in the planning field</li>\n	<li>Thorough and comprehensive legal analysis with an accessible approach is provided throughout</li>\n	<li>Practical treatment of the subject matters, outlining the relevant procedures from start to finish, guiding readers through the options at each stage vWritten by a Court of Appeal Judge regarded as a leading authority on administrative law and judicial review. Prior to appointment as a judge, the author was a respected practitioner who was appointed a QC 2006 and, prior to practice, had been an academic lawyer.</li>\n	<li>Authoritative commentary which can be relied upon for accuracy and acumen</li>\n</ul>\n', '6th South Asian Edition', 0, '9789395696487', '43', '2023', '3', '2025-03-21_15_02_26.700874judicial_remedies.jpg', 0, '960', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 09:33:03', '5,9', 0, 0, '<p>Chapter 1 Introduction<br />\nChapter 2: The Availability of Judicial review<br />\nChapter 3: Choice of Forum and the Exclusivity of Judicial review Proceedings in Public Law<br />\nChapter 4: Judicially Reviewable Acts and Omissions<br />\nChapter 5: Invalidity, Partial Invalidity and Severance<br />\nChapter 6: The Prerogative Remedies: Quashing Orders, Prohibiting Orders and Mandatory Orders<br />\nChapter 7: Declarations<br />\nChapter 8: Injunctions<br />\nChapter 9: Machinery of Judicial Review<br />\nChapter 10: Judicial review and the Upper Tribunal<br />\nChapter 11: Standing<br />\nChapter 12: The Discretion of the Court to Refuse a Remedy and the Exclusion of Judicial Review<br />\nChapter 13: Habeas Corpus<br />\nChapter 14: Appeals and Statutory Applications<br />\nChapter 15: Damages and the Principles Governing Public Authority Liability<br />\nChapter 16: Remedies under the Human Rights Act 1998<br />\nChapter 17: Remedies, European Union Law and the National Courts</p>\n', '', NULL, '25,1', '', 10400.00, 0, 8320.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-21 09:33:03'),
(1463, 'Construction All Risks Insurance', '', '<p>The third edition of&nbsp;<em>will be essential reading for both lawyers and insurance brokers in the field of construction insurance. Building on its reputation as the definitive reference for practitioners, Construction All Risks is the go-to guide looking for answers in construction insurance.</em></p>\n\n<ul>\n	<li>Covers the fundamentals of Construction All Risk Insurance from its origins in the Marine Insurance Act of 1906 to current day practice, going through the processes and pitfalls involved in CAR claims</li>\n	<li>Contains comprehensive practical advice for those dealing with CAR insurance claims, with coverage of disputes and the application of insurance law to commercial insurances</li>\n	<li>Explains the need for insurance and highlights particular areas for concern such as Institute Cargo Clauses and Aviation</li>\n	<li>Examines the structure of CAR policies, giving practical advice on the drafting of various clauses, including rectification, fortuity, loss and damage clauses and warranties</li>\n	<li>Discusses the wide range of exclusions that can apply to CAR policies and their significance, including defect and standard exclusions</li>\n	<li>Takes into account the difficult areas of causation and co-insurance</li>\n	<li>Includes example policy clauses and precedent materials</li>\n	<li>Includes guidance on the claims procedure as well as marine, aviation and property risks</li>\n</ul>\n', '<p><em>New to edition:</em></p>\n\n<ul>\n	<li>Includes a new chapter on Delay in Start-Up insurance and the effect of the Financial Conduct Authority v Arch Insurance (UK) Ltd decision</li>\n	<li>Covers coinsurance and the Gard Marine and Energy Ltd v China National Chartering Co Ltd and Haberdashers&rsquo; Aske&rsquo;s Federation Trust Ltd v Lakehouse Contracts Ltd cases</li>\n	<li>Discusses in more detail issues relating to fortuity and inherent vice</li>\n	<li>Comments more substantially upon Defects Exclusions</li>\n	<li>Includes updates regarding the position in Singapore, Malaysia and Australia</li>\n</ul>\n', '3rd (South Asian Edition)', 0, '9789395696500', '845', '2023', '3', '2025-03-21_15_07_36.937079construction_of_all_risks_insurance_copy.jpg', 2, '960', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2025-03-21 09:38:22', '105', 0, 0, '', '', NULL, '1,25', '', 12600.00, 0, 10080.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-27 02:46:32'),
(1464, 'Jackson & Powell on Professional Liability', '', '<p>Jackson &amp; Powell is the definitive text on Professional Liability. It provides comprehensive coverage of the law of professional liability. It is an essential reference point for every practitioner as it aids them in establishing whether a duty of care exists and whether it has been breached, providing quick access with confidence as to whether a cause of action exists while explaining the remedies available.</p>\n', '<ul>\n	<li>Examines the nature of professional liability</li>\n	<li>Deals with subjects of general application and delves into specific professions</li>\n	<li>Discusses the difference between tortuous liability and contractual liability</li>\n	<li>Considers the duties and obligations of a professional including positive duties and restrictions</li>\n	<li>Considers the standard of skill and care including the relevance of the defendant&rsquo;s qualifications and experience</li>\n	<li>Discusses changes in the standard required by professional</li>\n	<li>Explains the nature of a fiduciary duty including unauthorised profits and undue influence</li>\n	<li>Discusses the origins of the duty of confidentiality including the continuing duty to former clients</li>\n	<li>Differentiates between limitation in contract, tort and equity</li>\n</ul>\n', '9th (South Asian Edition)', 0, '9789395696944', '846', '2023', '3', '2025-03-21_15_38_12.770438professional_liability.jpg', 0, '1060', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 10:08:57', '65', 0, 0, '', '', NULL, '1,25', '', 15040.00, 0, 12784.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-21 10:08:57'),
(1465, 'Construction Insolvency', '', '<p><strong>Construction Insolvency</strong>&nbsp;covers both formal insolvency and issues like bonds and guarantees and other forms of financial protection. It provides you with the answers to the practical problems that arise every day in industry whilst also setting out the legal principles clearly and concisely, examining how the law deals with specific facts.</p>\n\n<p>The seventh edition, authored by a team at Gatehouse Chambers, led by Sarah McCann, updates the text with the following:</p>\n\n<ul>\n	<li>The Supreme Court&rsquo;s decision in&nbsp;<em>Bresco Electrical Services Ltd v Michael J Lonsdale</em>&nbsp;[2020] UKSC 25 considering the compatibility between the insolvency and adjudication regimes and the case law following in respect of adjudication and enforcement.</li>\n	<li>Discussion of the new insolvency procedures introduced by the Corporate Insolvency Governance Act 2020 (&ldquo;CIGA&rdquo;), the Pt A1 moratorium and the restructuring plan.</li>\n	<li>The prohibitions on a supplier exercising its right to terminate for insolvency where the company goes into a relevant insolvency procedure introduced by CIGA.</li>\n</ul>\n', '', '7th (South Asian Edition)', 0, '9788196675806', '847', '2024', '3', '2025-03-21_15_44_35.650780construction_insolvency.jpg', 0, '1120', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-21 10:15:20', '139', 0, 0, '', '', NULL, '25,1', '', 13875.00, 0, 11793.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-21 10:15:20'),
(1466, 'Family Law Lectures - Family Law I', '', '<p>Family Law-I deals with laws governing marriage and matrimonial remedies of nullity, restitution of conjugal rights, judicial separation and divorce, and ancillary remedies of maintenance, legitimacy, adoption, custody and guardianship of children and distribution of spousal property. Matrimonial laws vary with the religion, region and tribe of the parties in India and co-exist with secular laws covering virtually every aspect of domestic relations.</p>\n', '<p>The book examines and covers all the major aspects of matrimonial laws applicable to Hindus and Muslims drawing comparisons from the analogous laws applicable to other communities in India.</p>\n\n<p>It discusses the legislative and judicial changes that have brought certain complexities in terms of both recognition of alternate forms of intimate unions, though for limited purposes and extensive dilution of divorce provisions</p>\n\n<p>Also examines the secular legislations governing domestic relations in the area of adoption, custody and guardianship of children and maintenance</p>\n\n<p>Includes important case law and legislative changes</p>\n', '1st', 1, ' 9788195294558', '307', '2021', '14', '2025-03-28_11_01_08.621670family_saxena.jpg', 0, '700', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-28 05:31:33', '23', 0, 0, '', '', NULL, '2', '', 975.00, 0, 780.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-28 05:31:33'),
(1467, 'The Interpretation of Statutes', '', '', '', '11th', 0, '9788194568636', '848', '2020 (Reprint 2023)', '43', '2025-03-28_11_13_56.877386interpretation.jpg', 0, '444', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-28 05:44:10', '67', 0, 0, '', '', NULL, '2', '', 450.00, 0, 360.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-28 05:44:10'),
(1468, 'Corporate Governance', '', '<p>The book unfolds the intricate tapestry of Corporate Governance as a concept, providing a comprehensive and enlightening treatise on its evolution across diverse areas.&nbsp;</p>\n\n<p>With 25 chapters divided into nine parts, the scheme of the book comprises of important topics: (i) The Trajectory of Corporate Governance; (ii) The Pillars of Governance; (iii) Conflicts of Interest; (iv) Accountability and Assurance; (v) Corporate Democracy; (vi) Information Symmetry; (vii) Enterprise-wide Governance; (viii) Sustainability and Social Responsibility; (ix) Governance Considerations in Financial Sector Entities.</p>\n', '<p>Coverage of the complete ecosystem of corporate governance including the board and its committees, independent directors, auditors, proxy advisors, and shareholders has been made</p>\n\n<p>Discusses sustainability and business responsibility covering detailed analysis of obligations relating to ESG, climate change and directors&rsquo; liability for the same, sustainability financing, and CSR</p>\n\n<p>Comprises the role of technology in corporate governance such as the use of &ldquo;Artificial Intelligence&rdquo; to impart objectivity and impartiality to boardroom decisions</p>\n\n<p>Several chapters are supported by well-classified FAQs</p>\n\n<p>Encompasses information symmetry and corporate transparency as one of the key targets of effective corporate governance, with substantial coverage on insider trading and ensuring confidentiality and the flow of information from companies to the stock exchanges</p>\n\n<p>Global coverage with an Indian focus, to allow the readers to put the regulations into a wider context and understand international best practices&nbsp;</p>\n', '1srt', 0, '9789391211721', '653', '2024', '14', '2025-03-28_11_25_00.556393corporate_goverance.jpg', 0, '1200', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-28 05:55:45', '143', 0, 0, '', '', NULL, '1', '', 1895.00, 0, 1516.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-28 05:55:45'),
(1469, 'Textbook on The Bharatiya Nyaya Sanhita, 2023 (BNS 2023)', '', '<p>K D Gaur Textbook on The Bharatiya Nyaya Sanhita, 2023 (BNS 2023) is a comprehensive section-wise book on the Bharatiya Nyaya Sanhita which came into effect from 1 July 2024. The book explains the new provisions introduced in the Sanhita and highlights the changes introduced in the provisions of the erstwhile Indian Penal Code, 1860. Comments after each section provide the corresponding section from the Indian Penal Code, 1860 and highlight the changes brought in, along with the relevant legal principles and is supported by the judgments rendered under the erstwhile Indian Penal Code, 1860.&nbsp;</p>\n\n<p>This book addresses emerging issues as well as legislative and judicial developments. Significant changes in the well-established rules of criminal law and developments are discussed at appropriate places in this work. Important decisions of Indian and International Courts, that have either altered the direction of legal principles or thrown new light on existing ones, have been carefully examined.</p>\n', '<p>Features commentary on the Bharatiya Nyaya Sanhita, 2023 &ndash; new provisions as well as those retained from the erstwhile Indian Penal Code, 1860</p>\n\n<p>Provides comparative tables under relevant sections highlighting the difference between the provision under Bharatiya Nyaya Sanhita and the erstwhile Indian Penal Code, 1860</p>\n\n<p>Includes commentary on the sections of the Indian Penal Code omitted in the Bharatiya Nyaya Sanhita, 2023</p>\n\n<p>Offers critical appraisal of judgments of Supreme Court and various High Courts, along with comparative case-law analysis of different countries</p>\n\n<p>Includes Annexures dealing with rights of accused, compensation to the victims of crime and guidelines to effectively study and understand criminal law</p>\n\n<p>An indispensable reference for legal practitioners, professionals, law students, competitive examination aspirants, academicians, and research scholars</p>\n', '9th', 1, '9789395116930', '349', '2024', '14', '2025-03-28_12_26_34.719601gaur_BNS.jpg', 0, '1200', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-28 06:57:03', '12', 0, 0, '', '', NULL, '2', '', 1195.00, 0, 956.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-28 06:57:03'),
(1470, 'Textbook on The Bharatiya Sakshya Adhiniyam, 2023', '', '<p>Textbook on The Bharatiya Sakshya Adhiniyam, 2023 is a detailed, section-wise book on the Adhiniyam which came into effect from 1 July 2024. The book meticulously explains the new provisions introduced by the Adhiniyam and highlights the changes introduced in the provisions of the Indian Evidence Act, 1872.&nbsp;</p>\n\n<p>Each section is accompanied by comments that provide the corresponding section from the Indian Evidence Act, 1872, emphasizing the changes made and the relevant legal principles. These comments are further supported by judgments rendered under the erstwhile Indian Evidence Act, 1872.&nbsp;</p>\n\n<p>The book also addresses emerging issues, legislative changes, and judicial developments.</p>\n', '<p><strong>Key Features:</strong></p>\n\n<p>Provides commentary on the new provisions of the Bharatiya Sakshya Adhiniyam, 2023 as well as those retained from the erstwhile Indian Evidence Act, 1872<br />\nA comparative study of the provisions of the Bharatiya Sakshya Adhiniyam, 2023 and the erstwhile Indian Evidence Act, 1872<br />\nContains landmark judgments relevant for interpreting the provisions of the Indian Evidence Act, 1872 and as applicable to The Bharatiya Sakshya Adhiniyam, 2023<br />\nEnsures the spirit and essence of the original work are maintained, preserving its relevance and applicability to both the Act and the Adhiniyam<br />\nAn essential resource for legal practitioners, professionals, law students, competitive examination aspirants, academicians, and research scholars</p>\n', '13th', 1, '9789395116923', '397', '2024', '14', '20250724_053217_Textbook-on-The-Bharatiya-Sakshya-Adhiniyam.jpg', 0, '600', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-28 07:06:32', '12', 0, 0, '', '', NULL, '2', '', 850.00, 0, 680.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-28 07:06:32'),
(1471, 'Corporate Laws – Pocket', '', '<p>This book is the most authentic and comprehensive resource on over 10 of India&#39;s key corporate laws, presented in a convenient pocket-sized paperback format. It is an invaluable tool for legal professionals, corporate entities, academicians, and students specialising in corporate law.This book is the most authentic and comprehensive resource on over 10 of India&#39;s key corporate laws, presented in a convenient pocket-sized paperback format. It is an invaluable tool for legal professionals, corporate entities, academicians, and students specialising in corporate law.</p>\n', '', '51st', 1, '9789364557108', '808', '2024', '10', '2025-03-28_13_27_40.481075corporate_laws.jpg', 0, '1200', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-28 07:58:18', '143', 0, 0, '', '', NULL, '1', '', 1145.00, 0, 916.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-28 07:58:18'),
(337, 'Laws on Public Service', '', '<p>Anchored to service rules throughout their tenure, public servants are sometimes disturbed by storms and the sailing boat gets terribly rocked. This book is a guide in all cases of disputes, useful to all concerned employers, employees, legal counsels, judges and readers at large.</p>\n', '<p>Transparency in Recruitment<br />\nFairness in Transfer<br />\nRules in Disciplinary Action and Suspension<br />\nNorms of Seniority and Promotion<br />\nJusticiability in Punishment</p>\n', '1st', 0, '8171771556', '48', '2003', '1', 'CoverImage_1435319699337.jpg', 1, '696', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '45', 0, 0, '', '<p>Legal practitioners</p>\n', '1', '1', '', 480.00, 0, 408.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(338, 'Service Disputes ', 'Cases &amp; Materials in Public Service', '<p>The outstanding work deals with every aspect of public service, divided thirty-six chapters systematically arranged to cover every facet of public service from recruitment to retirement with four exclusive chapters devoted to enforcement of discipline. Highlights on the principles of natural justice and other general principles of law such as jurisdiction, parties, pleadings, precedents and judicial discipline together with the doctrines of res judicata, promissory estoppel, injunctions and stay as applicable in service matter are the hallmarks of the book.</p>\n', '<p>Disputes before Tribunal how resolved<br />\nContempt of the forum discussed<br />\nEntry in public service regulation of Quota system and creamy layer dealt with<br />\nProbation, confirmation, termination streamlined<br />\nPenalty, appeal and judicial review focused</p>\n\n<p>&nbsp;</p>\n', '2nd ', 0, '9788171772551', '5', '2012', '1', 'CoverImage_1444127018338.jpg', 2, '1014', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '45', 0, 0, '<p><strong>Part One</strong><br />\n1. Establishment of a New Forum Outside Civil Courts<br />\n2. Administrative Tribunals Act 1985</p>\n\n<p><strong>Part Two</strong><br />\n3. Administrative Instructions under Articles 73 and 162 of the Constitution<br />\n4. Rules under Proviso to Article 309 of the Constitution</p>\n\n<p><strong>Part Three</strong><br />\n5. Procedure Prescribed for Creating Legal Relationship<br />\n6. Appointment<br />\n7. Ad hoc Appointments</p>\n\n<p><strong>Part Four</strong><br />\n8. Conditions of Public Service</p>\n\n<p><strong>Part Five</strong><br />\n9. Other Employments under the State - Compassionate Appointments<br />\n10. Casual Labour<br />\n11. Canteen/Cooperative Staff<br />\n12. Contract Labour</p>\n\n<p><strong>Part Six</strong><br />\n13. Equality and Constitution</p>\n\n<p><strong>Part Seven</strong><br />\n14. Judicial Review of Administrative Functions<br />\n15. Factors Vitiating Administrative Decisions</p>\n\n<p><strong>Part Eight</strong><br />\n16. Protection of Pay, Transfer and ACP &amp;amp; MACP Schemes<br />\n17. Annual Confidential Rolls and Compulsory Retirement<br />\n18. Probation<br />\n19. Seniority<br />\n20. Promotions</p>\n\n<p><strong>Part Nine</strong><br />\n21. Change of Appointments and their Effect<br />\n22. Orders Affecting Financial Benefits</p>\n\n<p><strong>Part Ten</strong><br />\n23. Termination of Service<br />\n24. Resignation from Service<br />\n25. Voluntary Retirement<br />\n26. Retirement on Superannuation</p>\n\n<p><strong>Part Eleven</strong><br />\n27. Enforcing Discipline against Unauthorized Absence<br />\n28. Initiating Departmental Proceedings<br />\n29. Suspension</p>\n\n<p><strong>Part Twelve</strong><br />\n30. Enforcing Discipline<br />\n31. Ingredients of a Fair Procedure<br />\n32. Finding Delinquency<br />\n33. Penalty, Appeal and Judicial Review<br />\n34. Agency Enquiry and After Retirement Proceedings</p>\n\n<p><strong>Part Thirteen</strong><br />\n35. Pleadings Generally<br />\n36. Some Concepts</p>\n', '<p>Judges, Advocates and Faculties</p>\n', '1', '1', '', 1150.00, 0, 977.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1570, 'Limited Liability Partnership: A Comprehensive Resource Book', '(As Amended by Finance Act 2025)', '<p>​Limited Liability Partnership: A Comprehensive Resource Book&nbsp;by CA Pramod Jain is an authoritative guide that delves into the intricacies of Limited Liability Partnerships (LLPs) in India. This comprehensive resource is invaluable for professionals such as Chartered Accountants, Company Secretaries, legal experts, and business consultants.​</p>\n\n<p>The book offers a detailed exploration of LLPs, covering their formation, conversion, agreements, accounts, audits, returns, significant beneficial ownership, and the processes of winding up and dissolution. It provides practical insights into the LLP Act, 2008, and its amendments, with a focus on the latest updates as per the Finance Act 2025.​</p>\n', '<p>The book includes real-world examples to illustrate complex concepts, aiding in practical understanding.<br />\nIt addresses various aspects of LLPs, including taxation, compliance, and operational procedures.<br />\nThe annexures feature sample LLP agreements, providing templates for professionals to adapt in their practice.<br />\nThe latest edition incorporates amendments up to the Finance Act 2025, ensuring the content is current and relevant.<br />\nFor professionals seeking an in-depth understanding of LLPs and their application in India, this book serves as an essential reference.</p>\n', '8th', 0, '9789384345624', '897', '2025', '38', '2025-06-18_12_41_23.262499limited-liability-partnership.jpg', 0, '1188', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-06-18 07:37:58', '143', 0, 0, '<p>SECTION I - GENERAL<br />\nChapter 1 Objects and Reasons for Limited Liability Partnership<br />\nChapter 2 Limited Liability Partnerships World Wide<br />\nChapter 3 Limited Liability Partnership Background in India<br />\nChapter 4 Salient Features of Limited Liability Partnership<br />\nChapter 5 Meaning and Nature of Limited Liability Partnership<br />\nChapter 6 Small Limited Liability Partnership<br />\nChapter 7 Importance of LLP after Companies Act, 2013<br />\nSECTION II - INCORPORATION<br />\nChapter 8 Incorporation of Limited Liability Partnership<br />\nChapter 9 Change of Name of LLP<br />\nChapter 10 Registered Office/Other Office of a LLP and its Change<br />\nChapter 11 Limited Liability Partnership Agreements<br />\nChapter 12 Partners of Limited Liability Partnership<br />\nChapter 13 Number of Partners in Limited Liability Partnership<br />\nChapter 14 Designated Partners<br />\nSECTION III - CONVERSION<br />\nChapter 15 Conversion of Partnership Firm into LLP<br />\nChapter 16 Conversion of Private Company into LLP<br />\nChapter 17 Conversion of Unlisted Public Company into LLP<br />\nChapter 18 Conversion of Professional Firms into LLP<br />\nChapter 19 Conversion of LLP into Company<br />\nSECTION IV - ADMINISTRATION AND MANAGEMENT<br />\nChapter 20 Contribution<br />\nChapter 21 Foreign Direct Investment (FDI) in LLP<br />\nChapter 22 Extent of Liability<br />\nChapter 23 Significant Beneficial Ownership Compliances<br />\nChapter 24 Investigation<br />\nChapter 25 Compromise, Arrangement or Reconstruction<br />\nSECTION V - ACCOUNTS AND AUDIT<br />\nChapter 26 Accounts and Returns<br />\nChapter 27 Applicability of Accounting Standards<br />\nChapter 28 Assignment and Transfer of Partnership Rights<br />\nChapter 29 Destruction of Old Records by Registrar<br />\nChapter 30 Electronic Filing of Documents<br />\nChapter 31 Forms to be certified by Professionals<br />\nChapter 32 Audit of LLP<br />\nSECTION VI - TAXATION<br />\nChapter 33 Basic Taxation Aspects of LLP<br />\nChapter 34 Residential Status of LLP<br />\nChapter 35 Tax Rates of LLP<br />\nChapter 36 Remuneration to Partners<br />\nChapter 37 Interest on Partners&rsquo; Contribution<br />\nChapter 38 Taxation of Introduction and Withdrawal of Assets by Partners<br />\nChapter 39 Computation of Taxable Income and ITR of Limited Liability Partnership<br />\nChapter 40 Taxation of conversion of Firms into Limited Liability Partnership<br />\nChapter 41 Taxation of conversion of Limited Liability Partnership into Company<br />\nChapter 42 Taxation of conversion of Companies into Limited Liability Partnership<br />\nChapter 43 Taxability of Amounts received by Partners from LLP<br />\nChapter 44 Liability of partners for tax dues in case of liquidation<br />\nChapter 45 Other tax compliances<br />\nSECTION VII - WINDING UP &amp; DISSOLUTION<br />\nChapter 46 Winding up and Dissolution<br />\nSECTION VIII - MISCELLANEOUS<br />\nChapter 47 Payment of Fees<br />\nChapter 48 Penalties, Fine and Prosecution<br />\nChapter 49 Other matters related to LLP<br />\nChapter 50 Forms under LLP<br />\nChapter 51 Foreign Limited Liability Partnerships<br />\nChapter 52 Provisions of Companies Act 2013 made applicable to LLP<br />\nChapter 53 Comparison of Limited Liability Partnership with Firm<br />\nChapter 54 Simultaneous Comparison of Limited Liability Partnership with Company and Partnership Firm<br />\nSECTION IX - ANNEXURES<br />\nAnnexure 1 Limited Liability Partnership Act, 2008<br />\nAnnexure 2 The Limited Liability Partnership Rules, 2009<br />\nAnnexure 3 The Limited Liability Partnership (Winding Up and Dissolution) Rules, 2012<br />\nAnnexure 4 Limited Liability Partnership (Significant Beneficial Owners) Rules, 2023<br />\nAnnexure 5 Draft LLP Agreements<br />\nAnnexure 6 Relevant Extracts of Provisions of Income-tax Act, 1961<br />\nAnnexure 7 Relevant Extracts of Companies Act, 2013 and Rules</p>\n', '', NULL, '1', '', 3195.00, 0, 2715.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-06-18 07:37:58'),
(339, 'Service Law in India', '', '<p>An illuminating work on the different facets of the law of service affecting employees of the Government and nationalised banks and corporate bodies and on the processes involved in matters of appointment, promotion and termination of service. Topics have been systematically arranged and supported by decisions of the Supreme Court and the different High Courts.</p>\n', '', '1st', 0, '8171771149', '23', '2000', '1', 'CoverImage_14353204110.jpg', 0, '1', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '45', 0, 0, '', '', '1', '1', '', 725.00, 0, 616.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(340, 'Service Law of Government Employees', '', '<p>The work covers entire gamut of the Service Law right from the creation of relationship to the end of relationship by an experienced author. Following the principles as laid down by the Supreme Court the author throws lights on wide range of service conditions like reservation in initial appointment and promotion, confirmation and regularisation discrimination in pay benefits, compulsory retirement and various aspects of disciplinary action. All the aspects of the service conditions, the rights and remedies to the aggrieved individuals and withholding of retiral benefits are also discussed in a systematic manner for the convenience of the administrators, civil servants, government companies, local bodies, statutory authorities and legal practitioners.</p>\n', '<p>Reservation for handicapped persons<br />\nRights of working women<br />\nAppointment by-passing rules not to be regularised<br />\nLimitation of compassionate appointment<br />\nSeniority between direct recruits and promotees<br />\nDismissal without disciplinary proceedings<br />\nDisciplinary action and criminal trial<br />\nCriteria for withholding of retiral benefits</p>\n', '1st (2009)', 0, ' 9788171772155', '126', '2024 (Reprint)', '1', 'CoverImage_14353207290.jpg', 1, '704', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 3, '0000-00-00 00:00:00', '45', 0, 0, '<p>Ambit of Rules and Administrative Instructions<br />\nAministrative Tribunal and its Jurisdiction<br />\nRecruitment and Selection<br />\nReservation in Service<br />\nAppointment and its Various Aspects<br />\nConfirmation and Regularisation<br />\nLeave and Absence<br />\nCorrection of Age and Medical Fitness<br />\nLien and Transfer<br />\nDeputation and its Various Aspects<br />\nAnnual Confidential Report<br />\nPay and Increment<br />\nDiscrimination in Pay Benefit and Remedy<br />\nPromotion and its Various Aspects<br />\nSeniority and its Various Aspects<br />\nTermination of Service<br />\nCompulsory Retirement and Voluntary Retirement<br />\nMiscellaneous Conditions of Service<br />\nDisciplinary Action<br />\nDepartmental Enquiry<br />\nProcedure and Principle<br />\nSuspension and its Various Aspects<br />\nPenalty<br />\nMajor and Minor<br />\nDismissal and Removal<br />\nConduct and Misconduct<br />\nPension and Retiral Benefits<br />\nAppendices</p>\n', '<p>Judges, Employers, Employees and Members of the Legal Profession</p>\n', '1', '1', '', 1750.00, 0, 1487.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(341, 'Bhaumik on The Railways Act, 1989', 'Containing Allied Statutes, Rules, Regulations, Schemes, etc.', '<p>This outstanding work deals with almost all issues on the subjects like&mdash;acquisition of land for special railway project, liability of railway relating to accident, proposition of law to prevent commission of offences in travelling by railways, entering into the reserved place for female passengers, carrying dangerous or offensive goods on railways, etc. are exhaustively discussed. Common topics such as compensation for death or injury, loss of consignment, compensation for loss of goods, contributory negligence, penalty for smoking in the train, <em>res ispa loquitor </em>are treated elaborately.</p>\n', '<p>Acquisition of land for railways project<br />\nLiability of railways relating to accident<br />\nCompensation for death or injury<br />\nPenalty for smoking in the train<br />\nCompensation for loss of consignment</p>\n', '10th', 0, '9788171773145', '82', '2017', '1', 'CoverImage_1483356075341.jpg', 2, '807', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '40', 0, 0, '', '<p>Judges, Advocates and Faculties</p>\n', '1', '1', '', 1450.00, 0, 1232.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(342, 'Taxation of Public Trusts & Institutions', '', '<p>The book traverses the entire gamut of charitable or religious purposes, voluntary contributions, capital gain, business income, registration and audit, application and accumulation relevant to exemption. It deliberates on the forfeiture of exemption and incidence or tax for misuse of trust income, property or unspecified investment of fund. The rebate available to the donors for charity, scientific research and specific projects has been elaborately discussed.</p>\n', '<p>Brief overview of a trust<br />\nCharity and its implications<br />\nIncome from property held in trust<br />\nExemptions in the conspectus of tax laws<br />\nApplication judicial interpretations<br />\nBusiness activities of a trust<br />\nForfeiture of tax exemption</p>\n', '1st', 0, ' 9788171772094', '123', '2008', '1', 'CoverImage_14353217820.jpg', 1, '631', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '57', 0, 0, '<p><strong>Part - 1 </strong><br />\nExemption of Income of Trust<br />\nTrust -- A Brief Overview<br />\nPreliminary --- Important Definitions, Terms and Concepts<br />\nCharity and its Implications raquo<br />\nReligious Purposes raquo; Income raquo; Voluntary Contributions raquo;<br />\nExemption of Trust in the Conspectus of Tax Laws raquo<br />\nApplication of Income --- Judicial Interpretations raquo<br />\nCapital Gain -- Section 11 (1A) raquo<br />\nAccumulation or Set off raquo<br />\nSpecified Modes of Investment raquo<br />\nSections 60 to 63 Preclude Section 11 raquo<br />\nTreatment of Business Activities by a Trust raquo<br />\nForfeiture of Tax Exemption raquo<br />\nRegistration under Section 12AA raquo<br />\nCompulsory Edit and Requirement of Filing Audit Report raquo<br />\nOraganizations Exempted under Section 10 raquo<br />\nRebate to Donors on Donation made for Charity raquo<br />\nDeduction on Expenditure on Scientific Research raquo<br />\nDeduction on Eligible Projects or Schemes raquo<br />\nMutual Benefit Scheme raquo<br />\nTaxability of Private Trusts raquo<br />\nAssessment Procedure raquo<br />\nMiscellaneous raquo<br />\nFormation or Creation of Public Voluntary Organization and its Management</p>\n\n<p><strong>Part - 2</strong><br />\nGlimpses of Foreign Contribution (Regulation) Act 1976</p>\n\n<p><strong>Part &ndash; 3</strong><br />\nFrequently Asked Questions</p>\n', '<p>Advocates, Judges and Faculties</p>\n', '1', '1', '', 655.00, 0, 556.75, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(344, 'Housing Laws in India', 'Problems &amp; Remedies', '<p>Suited to their local conditions the different States of this vast country have their own Land Laws, Development Acts, Housing Board Acts etc. but there is still a unity in diversity and the author, covering an extensive field, makes an in-depth study of the subject and provides appropriate guidelines for remedies under the Consumer Protection Act 1986 and the MRTP Act 1969 upon determination of disputes arising in the areas concerned.</p>\n', '<p>Flats and Apartments<br />\nPromoters, Builders and Developers<br />\nCo-operative Housing Societies etc.<br />\nEnvironment, Slum and Ecology<br />\nCompensation and Consumer Forum</p>\n', '1st', 0, '8171771157', '336', '2000', '1', 'CoverImage_14354049280.jpg', 1, '950', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 1, 4, '0000-00-00 00:00:00', '132', 0, 0, '', '<p>Judges, Advocates and Facultiese</p>\n', '1', '1', '', 700.00, 0, 630.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 70.00, NULL),
(345, 'Legal Aspects of Managing Employee Relations', '', '<p>A book repository of rich experiences with practical issues that confront the management with labour relations, disciplinary proceedings, civil and criminal actions in industrial establishments; highlights the legal provisions for resolution of industrial disputes through various forums like Labour Courts, Tribunals, Settlement Boards etc.; deals with eventualities of strikes, lockout and closure in the light of natural justice. An essential source of reference for anyone in industrial establishments.</p>\n', '<p>Employees service issues<br />\nAdjudication of disputes<br />\nStrikes &amp; lockouts<br />\nCollective bargains<br />\nDisciplinary proceedings<br />\nCriminal prosecution<br />\nModel drafts</p>\n', '1st', 0, '8171771777', '94', '2005', '1', 'CoverImage_14354053090.jpg', 0, '1', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 0, 0, NULL, 0, 4, '0000-00-00 00:00:00', '45', 1, 0, '<p>Preface<br />\nTable of Cases<br />\nTable of Statutes<br />\nChapter 1 : Generation of Employment<br />\nChapter 2 : Resolution of Industrial Disputes<br />\nChapter 3 : Strikes and Lock-outs<br />\nChapter 4 : Management&rsquo;s Initiatives to Deal with Non-viability<br />\nChapter 5 : Protection against Change in Terms and Conditions of Service<br />\nChapter 6 : Remedies under the Act<br />\nChapter 7 : Discipline Management<br />\nChapter 8 : Formats<br />\nIndex</p>\n', '', '1', '1', '', 0.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(346, 'Judicial Reflections of Justice Bhagwati', '', '<p>This book covers a wide range of subjects of constitutional, legal and social importance dealt with in the judgments delivered by Justice Bhagwati during his career first as a judge of the Gujarat High Court and then as Judge and later as Chief Justice of India analyzing and examining them critically with reference to the judgements of courts of various other countries.</p>\n', '<p>Constitution<br />\nA Living Organism<br />\nState Action and the Constitutional implications<br />\nFreedom of Speech and Press<br />\nDeclaration of Emergency<br />\nConstitutional implications<br />\nJudicial Review<br />\nJudicial Activism<br />\nDeath Penalty<br />\nLaw as an Instrument of Social Justice<br />\nChild Welfare and Inter-country Adoptions<br />\nPublic Interest Litigation<br />\nBonded Labour<br />\nHuman Rights in Modern Times<br />\nHuman Rights and Criminal Justice System<br />\nIndia as a Nation<br />\nEvolution of the Concept</p>\n', '1st', 0, '9788171772117', '87', '2008', '1', 'CoverImage_14354056510.jpg', 1, '452', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 1, 1, '0000-00-00 00:00:00', '22', 0, 0, '<p>Foreword<br />\nIntroduction<br />\nGratitude to Authors<br />\nPreface<br />\nAcknowledgment<br />\nTable of Cases<br />\nTable of Statutes<br />\nBibliography<br />\nChapter 1 : A Judge is Born<br />\nCHAPTER 2 : Law as an Instrument of Social Justice<br />\nCHAPTER 3 : Child Welfare and Inter-country Adoptions<br />\nCHAPTER 4 : India as a Nation&mdash;Evolution of the Concept<br />\nChapter &nbsp;5 : Constitution&mdash;A Living Organism<br />\nCHAPTER 6 : State Action and the Constitutional Implications<br />\nChapter 7 : Freedom of Speech and Press<br />\nCHAPTER 8 : Declaration of Emergency&mdash;Constitutional Implications<br />\nCHAPTER 9 : Public Interest Litigation &ndash; A Stratagic<br />\nCHAPTER 10 : Judicial Review<br />\nCHAPTER 11 : Judicial Activism<br />\nCHAPTER 12 : Bonded Labour&mdash;An Affront to Basic Human Values<br />\nCHAPTER 13 : Human Rights in Modern Times<br />\nCHAPTER 14 : Human Rights and Criminal Justice System<br />\nCHAPTER 15 : Death Penalty&mdash;An Affront to Human Rights<br />\nCHAPTER 16 : The Judgment that Created Fissure<br />\nIndex</p>\n', '<p>Judges and Lawyers</p>\n', '1', '1', '', 1100.00, 0, 990.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 110.00, NULL),
(347, 'The Role and Record of the International Court of Justice', '', '<p>It is surprising that there are so few comprehensive treatises on the work of the International Court of Justice, despite its importance as the principal judicial organ of the United Nations and the only world forum for the judicial settlement of disputes among nations. The personal assessment by the authors of the achievements of the Court reflects the admirable skill, realism and objectivity which he brought to bear on the discussions of the various aspects of judicial of settlement of disputes. It is a rewarding experiance to see this complex subject handled with balanced judgement, political maturity and unfailing fairness.</p>\n', '', '1st', 0, '0792302915', '21', '1989', '1', '.jpg', 0, '422', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '22', 0, 0, '', '', '1,3', '1', '', 300.00, 0, 300.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(348, 'Supreme Court on Foreign Decisions & Authorities ', '(Including Privy Council)', '<p>The decisions of the Privy Council can be said to be the bedrock of judgments followed by courts in India and generally approved by the Supreme Court and relied upon many foreign decisions and authorities in support of its own decisions. Words and phrases contained in this book provide the base of legal knowledge.</p>\n', '<p>Large number of foreign decisions referred<br />\nAnglo-American legal system covered<br />\nRoots of doctrines indicated<br />\nTypical words, phrases<br />\nexpressions focused<br />\nStatutes in alphabetic order arranged</p>\n', '1st', 0, ' 8171771769', '82', '2006', '1', 'CoverImage_14354094190.jpg', 1, '997', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '29', 0, 0, '', '', '1', '1', '', 875.00, 0, 743.75, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(349, 'The Changing Law of Nations', 'An Indian Focus', '<p>International Law cannot remain static in a dynamically changing world order and the author in the present work embarks upon an inquiry into the changing content of International Law against the background of the classic and traditional one and also depicts what role the third world countries played, particularly India, thereby demonstrating the reality of International Law.</p>\n', '', '1st (2000)', 0, '8171771211', '79', '2025 (Reprint)', '1', 'CoverImage_14354099590.jpg', 1, '242', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '29', 0, 0, '', '<p>Legal practitioner, law students</p>\n', '1', '1', '', 800.00, 0, 680.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(353, 'Constitution of India', '', 'With Case Law and Subject Index', '', '33rd', 1, 'B81582701173A', '82', '2015', '1', 'CoverImage_1444113186353.jpg', 2, '383', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '9', 1, 0, '', '', '24', '24', '', 135.00, 0, 100.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(557, 'Judicial Dictionary Of Words and Phrases - in 4 Vols.', 'Doctrines, Latin &amp; Legal Maxims', '', '', '2nd', 0, '9789384746841', '330', '2016', '1', 'CoverImage_1463636143557.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '41', 1, 0, '', '', '1,3', '1', '', 6750.00, 0, 6750.00, 0, 0, 380.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(558, 'Tales of the Bench and Bar', '', '', '', '2nd', 0, '9789384746612', '281', '2016', '1', 'CoverImage_14636364070.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '24', 1, 0, '', '', '1', '1', '', 435.00, 0, 435.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(559, 'Muslim Family Law', '', '', '', '3rd', 0, '9789384746780', '331', '2015', '1', 'CoverImage_14636367860.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '23', 1, 0, '', '', '1', '1', '', 895.00, 0, 895.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(560, 'Commentary on The Indian Penal Code, 1860 - in 2 Vols.', 'Alongwith Criminal Law (Amendment) Act 2013', '', '', '3rd', 0, '9789384746704', '332', '2016', '1', 'CoverImage_14636372200.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '', '', '1', '1', '', 4500.00, 0, 4500.00, 0, 0, 190.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(361, 'Selected Speeches & Writings of Justice Bhagwati', '', '<p>This work is reflective of Justice Bhagwati&amp;#39;s multifaceted personality and his views and knowledge of the cultural heritage of our country and his in-depth knowledge of human and fundamental rights and his dedication and endeavour to ensure its availability to the downtrodden and underprivileged classes of the society. the book is enchanting and edifying. It will help the Judges, lawyers and common man to understand the multifaceted personality of Justice Bhagwati as well as serve as a bacon light.</p>\n', '', '1st', 0, '9788196387235', '87', '2012', '1', 'CoverImage_1444114061361.jpg', 1, '538', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '22', 0, 0, '<p>Foreword<br />\nGratitude to Editors<br />\nA Long Bondage<br />\nPreface<br />\nTable of Cases<br />\nchapter 1 : India as a Nation and its Cultural Heritage<br />\nCHAPTER 2 : Education<br />\nCHAPTER 3 : General Aspects of Human Rights<br />\nCHAPTER 4 : Human Rights in Asia-Pacific Region<br />\nCHAPTER 5 : Human Rights in Specific Areas<br />\nCHAPTER 6 : Natural Law and International Law<br />\nCHAPTER 7 : Law and the Judiciary<br />\nCHAPTER 8 : Law and the Liberty of Persons<br />\nCHAPTER 9 : Law and the Society<br />\nAppendices</p>\n', '<p>Judges and Lawyers</p>\n', '1', '1', '', 1400.00, 0, 1190.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(364, 'Commentary on Military Law in India', '', '<p>The study of Military Law has assumed greater importance nowadays. Accordingly, the instant book, perhaps for the first time, covers the unknown and awesome difficult areas of military jurisprudence and makes a definite dent to the knowleldge of law relating to the Armed Forces in right legal perspective and correct military ethos, lucidly blended in refreshing language.</p>\n', '', '1st', 0, '8171770312', '33', '1992', '1', 'CoverImage_1444114224364.jpg', 1, '460', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '36', 0, 0, '', '', '1', '1', '', 350.00, 0, 315.00, 0, 0, 65.00, 0, 0.00, 10.00, 0.00, 0.00, NULL);
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(365, 'Penumbra of Natural Justice', '', '<p>An outstanding work designed to cover all the topics systematically beginning from Fundamentals of Natural Justice and their Applications and ending with Judge&#39;s Code of Ethics. Some of the topics that are dealt with through the lens of judicial pronouncements in our country and also abroad are Audi Alterem Partem, Notice, Fair Hearing, Bias, Recording of Reasons etc. Almost all the sensative issues on the subject are discussed at length. Virtually it is a true successor to its earlier one.</p>\n', '<p>Audi alterem partem<br />\nReview of administrative acts<br />\nDelegatus non-potest delegare<br />\nRecording of reasons<br />\nExercise of discretionary power</p>\n', '3rd (2016)', 1, '9788196387211', '162', '2025 (Reprint)', '1', 'CoverImage_1469083840365.jpg', 2, '656', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '37', 0, 0, '<p>Chapters 1. Fundamentals of natural justice and their application<br />\nChapters 2. Audi alterem partem<br />\nChapters 3. Notice<br />\nChapters 4. Fair hearing<br />\nChapters 5. Bias<br />\nChapters 6. Discretionary power<br />\nChapters 7. Recording of reasons<br />\nChapters 8. Judicial review of administrative action<br />\nChapters 9. Judges&#39;s code of ethics</p>\n', '<p>Practitioners</p>\n', '1', '1', '', 1550.00, 0, 1317.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(368, 'Commentaries on the Employees\' State Insurance Act', '', 'A masterly work, meticulously prepared, presenting the entire law on the subject including its historical background and its progressive development with updated case laws of different countries, Indian and foreign. Exhaustive section-wise commentary with copious headings and incorporating up-to-date amendments and Insurance Rules and Regulations, providing full and informative details make the work indispensable.', '', '3rd', 0, '817177055X', '23', '1995', '1', '.jpg', 0, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '53', 1, 0, '', '', '1', '1', '', 400.00, 0, 400.00, 0, 0, 50.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(369, 'Law for the World Ocean', 'Tagore Law Lectures (Published in conjunction with Stevens &amp; Sons Ltd., U.K.)', '<p>&lt;table cellpadding=&quot;2&quot; cellspacing=&quot;2&quot; style=&quot;width:100%&quot;&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;This book discusses intricate legal points emerging out of use of submarine in straits and open space and progress of world merchant marine. Dwells on legal consequences arising from conflict of fishing rights resorted to by different nations through unilateral acts and multilateral accords and shows how different limits of extensions over adjacent seas set by different littoral States can upset international relationships.&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt;</p>\n', '', '1st', 0, ' 0421284803', '80', '1981', '1', 'CoverImage_1453375132369.jpg', 0, '400', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 4, '0000-00-00 00:00:00', '29', 0, 0, '', '', '1', '1', '', 145.00, 0, 145.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(372, 'Valuation of Intellectual Property Assets', '', '<p>Valuation of assets of the nature of intellectual property treads the thorny path of complexity. But the economic benefits of IPR as an asset are multiple in nature. The business houses can thus ill-afford to turn a deaf ear to it. The work focuses on the legal provisions underpinning a valuation exercise and also all the relevant methods of valuation of IP assets leaving a suitable choice for the valuers to make. The book enters the market with a freshness not perceived hitherto. The author with his rich experiences contributes his erudition in making this work an indispensable guide to all who have to the harness the fruits of IPR in their practice or pursuits.</p>\n', '<p>Valuation process and deliverables highlighted<br />\nPrinciples for valuation of damages; suggested<br />\nModern methods of valuation; focused; Goodwill how to harness the best of it<br />\nCreating and extracting value; explained<br />\nLegal profile of IP for valuation &amp; discussed</p>\n', '1st', 0, '9788171772346', '131', '2010', '1', 'CoverImage_1444114373372.jpg', 1, '411', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 1, 1, '0000-00-00 00:00:00', '47', 0, 0, '<p>Introduction<br />\nBackground<br />\nEconomics of Intellectual Property<br />\nAssets and Intellectual Property Assets<br />\nLegal Underpinnings<br />\nTrade Mark Law<br />\nPatent Law<br />\nCopyright Laws<br />\nOther Laws Affecting the Valuation Process of Intellectual Property; Assets<br />\nLegal Underpinnings Regulating Valuation of Damages in a Civil Suit<br />\nValuation, Process and Methodologies<br />\nValuation Process and Deliverables<br />\nMarket Value Method<br />\nValuation based on Cost Value of Intellectual Property Asset<br />\nValuation based on Income Value of Intellectual Property Asset<br />\nOther Methods of Valuation based on Income Method<br />\nModern Methods of Valuation<br />\nValue Creation<br />\nCreating and Extracting Value<br />\nAppendices</p>\n', '<p>Judges, Lawyers, Valuers and Students</p>\n', '1', '1', '', 550.00, 0, 500.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 50.00, NULL),
(371, 'Role and Record of the International Court of Justice', 'Tagore Law Lectures', '&lt;table cellpadding=&quot;2&quot; cellspacing=&quot;2&quot; style=&quot;width:100%&quot;&gt;\r\n	&lt;tbody&gt;\r\n		&lt;tr&gt;\r\n			&lt;td&gt;It is surprising that there are so few comprehensive treatises on the work of the International Court of Justice, despite its importance as the principal judicial organ of the United Nations and the only world forum for the judicial settlement of disputes among nations. The personal assessment by the authors of the achievements of the Court reflects the admirable skill, realism and objectivity which he brought to bear on the discussions of the various aspects of judicial of settlement of disputes. It is a rewarding experiance to see this complex subject handled with balanced judgement, political maturity and unfailing fairness.&lt;/td&gt;\r\n		&lt;/tr&gt;\r\n	&lt;/tbody&gt;\r\n&lt;/table&gt;\r\n', '', '1st', 0, '0792302915', '0', '1989', '1', '.jpg', 1, '442', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '29', 0, 0, '', '', '1,3', '1', '', 300.00, 0, 300.00, 0, 0, 50.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(373, 'Judicial Process', 'Precedent in Indian Law ', 'This book explains in simple language and intelligible form all that is of importance in conveyancing and also pleading. This book consists of two parts-Part I dealing with conveyancing and Part II dealing with the art of pleading. In Part I, each chapter deals with a particular type of deed or document. The chapters open with definitions of the legal terms relevant to the subject-matter of that chapter. The definitions are followed by the procedure laid down in regard to attestation and registration of the documents and thereafter rules regarding stamping have been given briefly. At the end of each chapter a few precedents have been given. Each precedent represents a particular type of document. This arrangement of the subject-matter has been made with a view to enable the student to grasp the elements of the theory of the relevant laws and on the other hand to make him conversant with the various forms and precedents of the documents so that he may be able to draft similar documents independently in the field of his actual practice.\r\n&lt;p&gt;Part II of the book deals with salient features of pleading. One chapter has been given to each such important subject as &amp;#39;General principles of pleading&amp;#39;, Plaints, Written Statements, Particulars, Alternative pleas, Amendments, Set Off and Counter Claim, Discovery and Interrogatories, Cross-objections etc. The intention is that the student should be able to grasp the fundamentals of the art of Pleading, and should with some practice be able to marshal facts, analyse them and to prepare plaints and written statements etc. with skill and efficiency. For the guidance of the readers the last few pages have been set apart for precedents of Plaints, Written Statements, Appeals, Petitions and Writs etc.&lt;/p&gt;\r\n\r\n&lt;p&gt;This publication will prove useful not only to the students of law but also to the junior members of the profession.&lt;/p&gt;\r\n', '', '3rd', 0, '9788171772346', '198', '2009', '1', 'CoverImage_1444114659376.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '56', 1, 0, '', 'Judges, Advocates and Faculties', '1', '1', '', 550.00, 0, 505.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(377, 'Neither Roses Nor Thorns', '', '<p>This is a story of a man who has a tale to share of some of the events in which he was a participant as also of his reminiscences and expression.&lt;br /&gt; &lt;br /&gt; In his forthright autobiography, Justice Khanna, lays bare the influences that shaped his life and made him the great man that he is. The individual faiths and principles versus the circumstantial forces or situations&amp;#39; pulls and pressings, is the theme of the story of Justice Khanna&amp;#39;s life that is depicted in the book. An outstanding judge and jurist, an undaunted man of conviction and independent views, Justice Khanna&amp;#39;s life is one for every Indian to emulate today, and his autobiography for every Indian to read.&lt;br /&gt; &lt;br /&gt; The book is a witness to many epoch making judgments he rendered during his 25 silvery years of judicial career, which became milestones. The events from the author&amp;#39;s life more particularly the Supreme Court Habeas Corpus Case and resignation from the court and Chairmanship of Law Commission reveals him as a man who is deeply thoughtful, gentle and firm of purpose, of strong moral principles without being flamboyant or even mildly demonstrative. He will be always remembered in the annals of Indian Judiciary as one of the most outstanding and courageous judge Indian has ever seen.&lt;br /&gt; &lt;br /&gt; The book, full of picturesque scenes of social reality and judicial attitudes, is a valuable source material for the future historians of India and a must read for every one who loves and individual liberty to strengthen one&amp;#39;s faith.</p>\n', '', '1st', 0, '9789350281802', '194', '1987, Reprint 2011', '1', 'CoverImage_1444114765377.jpg', 1, '214', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 1, 1, '0000-00-00 00:00:00', '22', 0, 0, '', '<p>Advocates, Judges and Faculties</p>\n', '1', '1', '', 795.00, 0, 675.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 120.00, NULL),
(378, 'Constitution Of India', '', '', '', '12th', 1, '9789350289570', '203', '2013', '1', 'CoverImage_1444114966378.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '9', 1, 0, '', 'Judges, Advocates and Students', '1', '1', '', 770.00, 0, 690.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(379, 'How to Frame a Charge', 'Under Penal Code and Criminal Minor Acts', '', '', '3rd', 0, '9789351450160', '202', '2014', '1', 'CoverImage_1444115147379.jpg', 2, '646', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '12', 0, 0, '', '<p>Advocates, Judges and Faculties</p>\n', '1', '1', '', 645.00, 0, 548.25, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(380, 'Due Process of Law', '', '', '', '1st', 0, '9789350286753', '201', '2011, Reprint 2012', '1', 'CoverImage_1444115292380.jpg', 2, '298', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '56', 1, 0, '', 'Judges, Advocates and Faculties', '1', '1', '', 800.00, 0, 710.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(381, 'Public Interest Litigation', 'Legal Aid and Lok Adalats', '', '', '4th', 1, '9789351450757', '200', '2015', '1', 'CoverImage_1444115939381.jpg', 2, '492', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '56', 1, 0, '', 'Judges, Advocates and Faculties', '1', '1', '', 345.00, 0, 300.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(382, 'Cybercrimes', '', 'TThe second edition of this widely appreciated work has been brought up-to-date to comprehensively cover the legal problems created by the internet, and examine ways in which these are dealt with under Indian law.&lt;br /&gt;\r\nTopics covered include Digital Money, Internet Banking, Intellectual Property Rights, Cloud Computing, and new generation cyber crimes like Cyber Defamation, Cyber Bullying (harassing through Digital means), Cyber Stalking, Cyber Squatting (stealing the domain name), etc.', '&lt;ul&gt;\r\n	&lt;li&gt;Fresh new topics covered include:&lt;/li&gt;\r\n	&lt;li&gt;A new chapter devoted to the protection of intellectual property rights over the internet.&lt;/li&gt;\r\n	&lt;li&gt;A new chapter on Internet Banking which addresses challenges faced by the banking industry such as phishing, vishing, smurfing, etc.&lt;/li&gt;\r\n	&lt;li&gt;A new chapter on Cloud Computing which is envisioned as the next generation architecture of IT enterprise.&lt;/li&gt;\r\n	&lt;li&gt;Information Technology (Amendment) Act, 2008 has been thoroughly analysed and discussed in the light of recent observations of the Hon&amp;#39;ble Supreme Court.&lt;/li&gt;\r\n	&lt;li&gt;Highlights the common principles which are used globally to regulate use of the net and compares it with the Indian scenario.&lt;/li&gt;\r\n	&lt;li&gt;All statutory law and case law developments have been updated.&lt;/li&gt;\r\n	&lt;li&gt;Other topics covered include Legal Liability in Cyberspace, Electronic Signatures and Crime, Information Technology Act, 2000, and SMS spoofing.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n', '2nd', 1, '9789351453925', '199', '2016', '1', 'CoverImage_1481092904382.jpg', 2, '752', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '27', 1, 0, '1. The Communication Story&lt;br /&gt;\r\n2. Nature of Cyber Crimes&lt;br /&gt;\r\n3. Taxonomy of Cyber Crimes: An Overview&lt;br /&gt;\r\n4. Pure Cyber Crimes&lt;br /&gt;\r\n5. Power of Cloud Computing: A Unique Paradigm&lt;br /&gt;\r\n6. Internet Banking and Cyber Infractions&lt;br /&gt;\r\n7. Intellectual Property in Technological Perspective&lt;br /&gt;\r\n8. Legal Liability in Cyberspace: Infringers and Criminals in Legal Entrenchment&lt;br /&gt;\r\n9. Electronic Signatures and Crime&lt;br /&gt;\r\n10. Legal Issues Involved in Countering Cyber Crimes&lt;br /&gt;\r\n11. Cyber Crimes: Prevention and Enforcement Strategies&lt;br /&gt;\r\n12. An Introduction to the Information Technology Act, 2000', 'Judges, Advocates and Faculties &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;', '1', '1', '', 675.00, 0, 440.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(383, 'Landmarks in Indian Legal & Constitutional History', '', '', '', '10th', 1, '9789351452386', '195', '2012, Reprint 2015', '1', 'CoverImage_1444116244383.jpg', 2, '768', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '56', 1, 0, '', 'Judges, Advocates and Faculties', '1', '1', '', 455.00, 0, 405.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(384, 'Law of Torts', 'With Law of Statutory Compensation and Consumer Protection', 'This popular volume, within a short span of two years, is now in its third edition. It has been enriched by the addition of up to date case-law and latest material on the subject.&lt;br /&gt;\r\n&amp;nbsp;&lt;br /&gt;\r\nA new chapter on &amp;lsquo;Inchoate Torts&amp;rsquo; has been added discussing and explaining new situations which lie on the borderline of tort and contract, resulting in tort. New cases, reflecting the growing case-law on the subject in India and abroad, have been introduced, such as on electrocution (Chapter XVI) and liability in case of nuclear installations (Chapter XVIII). New developments and fresh thinking on the subject has been discussed in the new edition, such as the new concept of tort law as developed by McBride and Bagshaw. Discussion about&amp;nbsp;&lt;em&gt;judicial activism&lt;/em&gt;&amp;nbsp;and&amp;nbsp;&lt;em&gt;human rights&lt;/em&gt;&amp;nbsp;also appears at appropriate places. The subjects of&lt;em&gt;Compensation under the Motor Vehicles Act and under other Statutes&lt;/em&gt;, and the&amp;nbsp;&lt;em&gt;Consumer Protection Act, 1986&lt;/em&gt;&amp;nbsp;too have been covered comprehensively by the author.&lt;br /&gt;\r\n&amp;nbsp;&lt;br /&gt;\r\nThe book comprehensively covers the syllabus as prescribed by the Bar Council of India and as taught in various Universities throughout India. The work will indeed also be found useful by the lawyers and the judiciary for its rich collection of recent Indian and foreign material on the subject.&lt;br /&gt;\r\n&amp;nbsp;&lt;br /&gt;\r\nA Table of cases &amp;amp; a detailed subject-index further enhance the utility of this handy volume.&lt;br /&gt;\r\n&amp;nbsp;', '', '4th', 1, '9789350280256', '193', '2011', '1', 'CoverImage_1444116606384.jpg', 2, '523', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '65', 1, 0, '', 'Judges, Advocates and Students', '1', '1', '', 315.00, 0, 270.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(386, 'Shiva Gopal\'s Conveyancing, Precedents and Forms', '', '', '', '6th', 1, '9789351450276', '196', '2004, Reprint 2014', '1', 'CoverImage_14373817240.jpg', 2, '648', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '55', 1, 0, '', 'Judges, Advocates and Students', '1', '1', '', 475.00, 0, 410.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(566, 'THE CODE OF CIVIL PROCEDURE (ABRIDGED)', '', '', '', ' 16th Edition', 0, '9789351430759', '215', '2013', '1', 'CoverImage_14810284280.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '19', 1, 0, '', '', '1', '1', '', 2795.00, 0, 2795.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(388, 'International Law & Human Rights', '', '', '', '2nd', 1, '9789350286715', '204', '2012', '1', 'CoverImage_1444117107388.jpg', 2, '544', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '29', 1, 0, '', 'Judges, Advocates and Faculties', '1', '1', '', 485.00, 0, 435.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(389, 'Business Law', '', '', '&amp;bull; Limited Liability Partnership Act, 2008&lt;br /&gt;\r\n&amp;bull; Trade Marks ACt, 1999&lt;br /&gt;\r\n&amp;bull; Copyright Act, 1957&lt;br /&gt;\r\n&amp;bull; Designs Act, 2000&lt;br /&gt;\r\n&amp;bull; Patents Act, 1970&lt;br /&gt;\r\n&amp;bull; Geographical Indications Act, 1999&lt;br /&gt;\r\n&amp;bull; Contract Act, 1872&lt;br /&gt;\r\n&amp;bull; Companies Act, 2013&lt;br /&gt;\r\n&amp;bull; Negotiable Instruments Act, 1881&lt;br /&gt;\r\n&amp;bull; Partnership Act, 1932&lt;br /&gt;\r\n&amp;bull; Sale of Goods Act, 1930&lt;br /&gt;\r\n&amp;bull; Competition Act, 2002&lt;br /&gt;\r\n&amp;bull; Consumer Protection Act, 1986', '10th', 1, '9789351450726', '0', '2014', '1', 'CoverImage_1444117209389.jpg', 2, '983', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '8', 1, 0, '', 'Judges, Advocates and Students', '1', '1', '', 695.00, 0, 605.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(390, 'Administrative Law', '', '&lt;p&gt;Administrative Law by I.P. Massey is a scholarly work covering all the aspects of the administrative law including the latest developments in the field in India and abroad .&lt;/p&gt;\r\n\r\n&lt;p&gt;The book is divided into fourteen chapters, each having a set of propositions, bibliography, and cross references of cases cited which provide the reader with an insight on the subject. The author has discussed&amp;nbsp; a variety of topics in the book like- Natural Justice, Delegated Legislation, Governmental Liability, Enforcement of Public Duties, Ombudsman, Right to Know, Jurisdictional Reach, Remedial Law, etc. Besides, the current edition also includes a chapter on Global Administrative Law which is relatively new to the administrative field. Latest cases like&amp;nbsp;&lt;em&gt;Kanwarjit Singh Kakkar&amp;nbsp;&lt;/em&gt;v.&amp;nbsp;&lt;em&gt;State of Punjab&lt;/em&gt;,&amp;nbsp;&lt;em&gt;T.&lt;/em&gt;&amp;nbsp;&lt;em&gt;Govindaraja Mudaliar&lt;/em&gt;&amp;nbsp;v.&amp;nbsp;&lt;em&gt;State of T.N.&lt;/em&gt;,&amp;nbsp;&lt;em&gt;Supreme Court of India&lt;/em&gt;&amp;nbsp;v.&lt;em&gt;&amp;nbsp;Subhash Chandra Agrawal&lt;/em&gt;, and&amp;nbsp;&lt;em&gt;Kalyaneshwari&amp;nbsp;&lt;/em&gt;v.&amp;nbsp;&lt;em&gt;Union of India&lt;/em&gt;, have also been discussed in detail.&lt;/p&gt;\r\n\r\n&lt;p&gt;Also, Prof. Upendra Baxi has given an insightful and thought provoking Introduction in the book.&lt;/p&gt;\r\n\r\n&lt;p&gt;The book is useful for law students, advocates, jurists, administrative officers, social scientists, policy makers and those preparing for the competitive examinations.&lt;/p&gt;\r\n', '', '9th', 1, ' 9789351454458', '207', '2017', '1', 'CoverImage_1481020242390.jpg', 2, '744', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '5', 1, 0, '&amp;bull;&amp;nbsp;Introduction to Administrative Law&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;Conceptual Objections against the Growth of Administrative Law&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;Anatomy of Administrative Action&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;Rule-making Power of the Administration&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;Decision-making or Adjudicatory Power of the Administration&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;Practice and Procedure of Administrative Adjudication: Rules of Natural Justice&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;Judicial Review of Administrative Action: Principles&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;Judicial Review of Administrative Action: Modes&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;Public Interest Litigation or Social Action Litigation&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;Liability of the Administration&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;Statutory and Non-statutory Public Undertakings&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;The Citizen and Administrative Faults&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;Constitutional Protection to Civil Servants and the Administrative Service Tribunal&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;Global Administrative Law', 'Judges, Advocates and Students', '1', '1', '', 545.00, 0, 355.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(391, 'Introduction to Company Law', '', 'The learned author is well known for his work on Company Law. The present handy work has been prepared to meet the needs of students who wish to study a concise yet easily comprehensible book on the subject. The Companies Act has been amended twice since the last edition. The first amendment of 2002 creates a new concept of producer Companies giving them a separate status and procedure of registration, management and winding up. The second Amendment creates Tribunals &amp;amp; Appellate Tribunals and transfers to them the whole of the powers of the Company Law Board and some of the powers of the Civil Courts. It also brings into the Companies Act new provisions for rehabilitation of sick industrial companies. These amendments are still waiting for enforcement. Recent cases have also contributed substantially to the development of the subject. Matters relating to transfer of shares, prevention of oppression &amp;amp; mismanagement and takeovers &amp;amp; amalgamation have been the chief subject of litigation. All these developments have been noted at their appropriate places. The book is indispensable for students of company law, of competitive examinations, company secretaries, and chartered accountants, cost accountancy, management students, and those desirous of acquiring a basic knowledge of the subject.', '', '11th', 1, '9789351450689', '0', '2014', '1', 'CoverImage_1444117644391.jpg', 2, '255', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '8', 1, 0, '&amp;bull; Nature of Company and Registration&lt;br /&gt;\r\n&amp;bull; Memorandum and Articles of Association&lt;br /&gt;\r\n&amp;bull; Prospectus and Promoters&amp;nbsp;&lt;br /&gt;\r\n&amp;bull; Shares, Membership and Share Capital&amp;nbsp;&lt;br /&gt;\r\n&amp;bull; Directors and other Managerial Personnel&amp;nbsp;&lt;br /&gt;\r\n&amp;bull; Other Managerial Personnel&lt;br /&gt;\r\n&amp;bull; Meetings&lt;br /&gt;\r\n&amp;bull; Borrowing, Lending, Investments and Contracts&lt;br /&gt;\r\n&amp;bull; Minority Protection&lt;br /&gt;\r\n&amp;bull; Kinds of Company&lt;br /&gt;\r\n&amp;bull; Reconstructions and Amalgamations&lt;br /&gt;\r\n&amp;bull; Winding Up&lt;br /&gt;\r\n&amp;nbsp;', 'Judges, Advocates and Faculties', '1', '1', '', 275.00, 0, 250.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(392, 'Law of Insolvency', '', '&lt;p&gt;The law of Insolvency has gained greater importance in recent times with the rise in the number of businesses going insolvent in today&amp;rsquo;s highly competitive environment and open market economy.&lt;/p&gt;\r\n\r\n&lt;p&gt;The learned author, Dr. Avtar Singh has presented a concise but illuminating commentary on the subject of Insolvency. In this analytical presentation he very efficiently draws attention to the inadequacy of the present law of Insolvency and suggests for a fresh new Act for the entire country.&lt;/p&gt;\r\n', '', '5th', 1, '9789350288481', '0', '2014', '1', 'CoverImage_1444117746392.jpg', 2, '360', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '8', 1, 0, '', 'Judges, Advocates and Faculties', '1', '1', '', 295.00, 0, 250.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(572, 'Principles of Statutory Interpretation ', '(Also including the General Clauses Act, 1897)', 'Justice G P Singh&amp;rsquo;s Principles of Statutory Interpretation is the most comprehensive and authoritative work on the subject. Widely quoted in judgments of the Supreme Court as well as various High Courts, this scholarly work illustrates and explains rules of interpretation in a lucid, comprehensive and systematic manner. This book contains critical analysis of important Indian and English decisions with references to authoritative foreign works such as Bennion on Statutory Interpretation. A leading commentary on the subject, this fourteenth edition captures and analyses the shift in the Supreme Court decisions from the earlier tradition of literal interpretation to purposive interpretation of statues. The present edition will be helpful in understanding the complexities and the nuances of the subject, and its practical application. For easy navigation and reference, a detailed alphabetical listing of statutes as well as an exhaustive subject index has been provided in this revised edition. This book is an essential reference for judges, lawyers, legislators, administrators, academics and scholars.', '', '14th', 1, '9789351439653', '364', '2016', '1', 'CoverImage_14883215430.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '67', 1, 0, '', '', '1', '1', '', 1195.00, 0, 1060.00, 0, 0, 125.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(394, 'Intellectual Property Law', '', 'Intellectual Property Law by Dr. Avtar Singh is a scholarly work covering all the aspects of the subject including the latest developments in the field in India and abroad.\r\n&lt;p&gt;This book addresses host of difficult, complicated and controversial concepts in such a way that even a beginner will have no difficulty in understanding the intricacies of this growing branch of law. It also brings out several unexplored and evolving dimensions to further enhance the understanding of the subject.&lt;/p&gt;\r\n\r\n&lt;p&gt;Over all this Book will prove to be of great help to students, academicians, IP professionals, industrialists, lawyers, judges and those interested in the study of IPR.&lt;/p&gt;\r\n', '&amp;bull; Trade Marks Act&amp;nbsp;&lt;br /&gt;\r\n&amp;bull; Copyright Act&lt;br /&gt;\r\n&amp;bull; Patents Act&lt;br /&gt;\r\n&amp;bull; Geographical Indication of Goods (Registration and Protection) Act&lt;br /&gt;\r\n&amp;bull; Designs Act&lt;br /&gt;\r\n&amp;bull; Biological Diversity Act&lt;br /&gt;\r\n&amp;bull; Protection of Plant Varieties and Farmers&amp;rsquo; Right Act&lt;br /&gt;\r\n&amp;bull; Appropriate and latest Indian and foreign case laws have been interspersed to make the points in discussion clearer.', '1st', 1, '9789350289853', '20', '2013', '1', 'CoverImage_1444118008394.jpg', 1, '512', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '28', 1, 0, '', 'Judges, Advoctes and Faculties', '1', '1', '', 410.00, 0, 365.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(397, 'Law of Arbitration and Conciliation', '', '&lt;p&gt;This is a comprehensive study of Law of Arbitration and Conciliation and alternative dispute resolution systems. The 10th Edition, presents in a simple and lucid style the changed law as contained in the new Act, i.e. Arbitration and Conciliation Act, 1996 and includes a section dealing exhaustively with Alternative Disputes Redressal systems.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The importance of arbitration lies in the fact that almost every commercial contract carries an arbitration clause. There is a wealth of Indian and English case law now available on this subject. The Supreme Court has brought to light some of the virtuous features of this new Act, and uncovered some weak areas, providing important guidelines for dispute settlement through conciliation.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;The work fully covers the syllabus for the subject as taught in LL B and LL M courses. This laudatory work of the eminent author, encompassing&amp;nbsp;all the mechanisms of ADR particularly arbitration, will be of immense help to the students as well as junior lawyers.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n', '&amp;bull; Judicial contribution towards explanation of the statutory provisions of Arbitration and Conciliation Act,&lt;br /&gt;\r\n&amp;bull; Role of arbitration in cases involving allegations of frauds, malpractices, etc., committed in account books and manipulation of partnership finances&lt;br /&gt;\r\n&amp;bull; Whether a Will or unilateral document constitutes an arbitration agreement&lt;br /&gt;\r\n&amp;bull; Whether Section 11, Arbitration and Conciliation Act, 1996 is available for removal of an arbitrator.', '10th', 1, '9789350287460', '82', '2013', '1', 'CoverImage_1444118493397.jpg', 2, '552', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '4', 1, 0, '', 'Judges, Advocates and Faculties', '1', '1', '', 395.00, 0, 320.00, 0, 0, 65.00, 0, 0.00, 10.00, 0.00, 0.00, NULL),
(398, 'Equity, Trusts and Specific Relief', '', '&lt;p&gt;The author has traced the evolution of the principles of equity in India, covering in the process all aspects of the subject. The aim and object of Equity and its role have been explained lucidly. A reference to the principles of Equity becomes necessary in the Indian courts in the matter of interpretation of the relevant statutes of property, contract, mortgages, trusts, specific relief and the like where the statute is silent on a particular point. For example, in cases arising out of contract, equity steps in and takes over and imposes liability upon the defendant to the plaintiff. The principles of justice and conscience are thus the basis of equity jurisdiction and equity has a role to play in the field of tort too.&lt;/p&gt;\r\n\r\n&lt;p&gt;The author has taken pains to show the use of Equitable principles in the Indian context, and has also made a comparison with the English law on the subject.&lt;/p&gt;\r\n\r\n&lt;p&gt;To bring the book in line with revised law curriculum a new Fiduciary Relationship has been added, discussing what is a fiduciary relationship, how it comes into existence along with a list of cases, wherein it springs up.&lt;/p&gt;\r\n\r\n&lt;p&gt;New and recent cases, discussing the general parens patriae jurisdiction of courts over religious and charitable trusts, guidelines when one trustee may act for all, what type of questions might arise in cases for specific performance and benefit gained by unjust enrichment (from fiduciary relationship) must be restored back to the trust have been included.&lt;/p&gt;\r\n\r\n&lt;p&gt;All important decisions relating to specific performance of the contract have also been taken note of.&lt;/p&gt;\r\n\r\n&lt;p&gt;An elaborate subject index and table of cases add to the utility of the book.&lt;/p&gt;\r\n', '', '4th', 1, '9789350282076', '193', '2007, Reprint 2011', '1', 'CoverImage_1444118550398.jpg', 2, '568', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '68', 1, 0, '&amp;bull;&amp;nbsp;INTRODUCTION&lt;br /&gt;\r\n&amp;bull; SPECIFIC EQUITIES, EQUITABLE DOCTRINES AND EQUITABLE RIGHTS&lt;br /&gt;\r\n&amp;bull; TRUSTS&lt;br /&gt;\r\n&amp;bull; FIDUCIARY RELATIONSHIPS&lt;br /&gt;\r\n&amp;bull; SPECIFIC RELIEF OR EQUITABLE REMEDIES&lt;br /&gt;\r\n&amp;nbsp;', 'Judges, Advocates and Students', '1', '1', '', 285.00, 0, 255.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(399, 'Facets of Media Law  ', 'A mini encyclopaedia covering multiple dimensions of media law', '&lt;p&gt;What is the authoritative legal treatise on Media Law in India has been thoroughly revised in this, its second edition. The earlier chapters have been updated to reflect recent decisions and statutory changes and, importantly, entirely new sections of contemporary relevance have been added.&lt;/p&gt;\r\n\r\n&lt;p&gt;Of particular interest are those on cinema and emerging trends, both of immediate relevance today. Issues such as the infamous Radia Tapes controversy, the live coverage of the 26/11 terrorist attacks in Mumbai, the Arab Spring and the role that the media and modern communications technology played in those momentous event, and on the ongoing debate on media self-regulation are addressed with insight and clarity in fluid and accessible writing. In a time when the judiciary is repeatedly accused of encroaching on the legislative and executive domains and, simultaneously, the Fourth Estate is criticized for usurping the functions of the judiciary, the relevance and importance of this work to law practitioners, students and the general public cannot be underestimated.&lt;/p&gt;\r\n', '', '2nd', 0, ' 9789350289884', '209', '2013', '1', 'CoverImage_1444118697399.jpg', 2, '688', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '70', 1, 0, '&amp;bull; Constitutional Foundations&lt;br /&gt;\r\n&amp;bull; Morality, Obscenity and Censorship&lt;br /&gt;\r\n&amp;bull; Contempt of Court&lt;br /&gt;\r\n&amp;bull; Defamation&lt;br /&gt;\r\n&amp;bull; The Right to Privacy&lt;br /&gt;\r\n&amp;bull; Copyright&lt;br /&gt;\r\n&amp;bull; Cinema&lt;br /&gt;\r\n&amp;bull; Rights of Pblicity&lt;br /&gt;\r\n&amp;bull; The Right to Information&lt;br /&gt;\r\n&amp;bull; Advertising&lt;br /&gt;\r\n&amp;bull; Hate Speech&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;Privilages of the Parliament and the State Assemblies&lt;br /&gt;\r\n&amp;bull; Reporting Judicial Proceedings&lt;br /&gt;\r\n&amp;bull; Broadcasting&lt;br /&gt;\r\n&amp;bull; Taxation&lt;br /&gt;\r\n&amp;bull; Emerging Trends, Media Ethics and Regulation&lt;br /&gt;\r\n&amp;bull; Historical Foundations', 'Judges, Advocates and Students', '1', '1', '', 925.00, 0, 830.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(400, 'N S Bindra\'s General Clauses Act ', '', 'The current edition of this book is a thorough and exhaustive treatise on the subject of General Clauses, a key to interpretation of statutes. The commentary in the present edition consolidates the principles settled in judicial decisions covering the provisions of the Central Act as well as state enactments.', '', '10th', 0, '9788180380013', '211', '2002, Reprint 2013', '1', 'CoverImage_1444118751400.jpg', 2, '864', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '67', 1, 0, '', 'Judges, Advocates and Faculties', '1', '1', '', 795.00, 0, 675.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(401, 'A Text Book of Medical Jurisprudence and Toxicology', '', '&lt;em&gt;A Textbook of Medical Jurisprudence and Toxicology&lt;/em&gt;&amp;nbsp;is a comprehensive book for students and professionals of forensic science. The book comprises of chapters which describe in detail the areas to be focused on during a criminal investigation and what data is important to be collected from the scene of crime. In addition, this book has been updated and revised as per the new Forensic Medicine syllabus and judicial observations. This book is essential for forensic medicine experts and criminal lawyers.', '', '24th', 1, '9788180387746', '212', '2012, Fourth Reprint 2013', '1', 'CoverImage_1444118845401.jpg', 2, '587', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '38', 1, 0, '', 'Judges, Advocates and Faculties', '1', '1', '', 1795.00, 0, 1615.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(402, 'The Advocates Act, 1961', '', '', 'Covers the latest case law and legislative amendments&lt;br /&gt;\r\nIncludes suggestions on improving the law regulating the legal profession.&lt;br /&gt;\r\nAnalyses the effect of international treatises affecting the legal profession in India.&lt;br /&gt;\r\nContains Latest Bar Council of India Rules such as the All India Bar Examination Rules, 2010, the Advocates Welfare Fund, 2001, the Bar Council of India Inspection Manual, 2010 and the BCI Education Rules, 2008&lt;br /&gt;\r\nAlso covers the Advocates (Right to Take up Law Teaching) Rules, 1979 and the codes of conduct governing advocates in other parts of the world such as America and Europe.', '8th', 0, '9788180387975', '213', '2012, Reprint 2015', '1', 'CoverImage_1444118898402.jpg', 2, '551', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '56', 1, 0, 'Chapter I: Preliminary&lt;br /&gt;\r\nChapter II: Bar Councils&lt;br /&gt;\r\nChapter III: Admission and Enrolment of Advocates&lt;br /&gt;\r\nChapter IV: Right to Practice&lt;br /&gt;\r\nChapter V: Conduct of Advocates&lt;br /&gt;\r\nChapter VI: Miscellaneous&lt;br /&gt;\r\nChapter VII: Temporary and Transitional Provisions', 'Judges, Advocates and Faculties', '1', '1', '', 790.00, 0, 645.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(403, 'N S Bindra\'s Interpretation Of Statutes ', '', 'This new edition of Bindra&amp;rsquo;s authoritative treatise on Interpretation of Statutes foregrounds the factual circumstances within which interpretational principles operate. It continually alerts the reader on the diversity of judicial choice whilst contextually explaining the decisions courts have made in the cases included in the current revision period. This edition elaborates on current day developments in the realm of interpretation along with consciously protecting the integrity of the original work. Thus whilst the manner in which courts use the canons to fathom legislative intention is centrally documented, the activist makeover of the courts has also been interstitially recorded. This revised edition accords to contemporary relevance of the book without losing its vintage flavour.', '', '10th', 1, '9788180381621', '211', '2007, Second Reprint 2013', '1', 'CoverImage_1444119187403.jpg', 2, '1769', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '67', 1, 0, '', 'Judges, Advocates and Faculties', '1', '1', '', 845.00, 0, 760.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(405, 'CRIMINAL PROCEDURE', '', 'Court procedure is a critical aspect in the administration of criminal justice. This classic work, now in its fourth avatar, lays bare the fundamental principles of procedural law and examines the subject topic-wise, explaining important and complicated issues with the help of illustrations and case laws. The authors discuss with clarity and precision, the principles of criminal jurisprudence which are the core of criminal procedure. This fourth edition examines in detail the amendments introduced by the Criminal Law (Amendment) Act, 2013. Landmark cases of the Supreme Court, Privy Council and High Courts have been critically analysed. Several new topics have been added in this edition and existing ones further examined. The present book will prove to be useful to law students, professors, prosecuting agencies, the Bench and the Bar.', '', '4th', 1, '9789351432913', '181', '2014', '1', 'CoverImage_1444119485405.jpg', 2, '626', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '12', 1, 0, '', 'Judges, Advocates and Faculties', '1', '1', '', 595.00, 0, 535.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(406, 'Kelly\'s Legal Precedents', '', '', '', '21st', 0, '9789351433798', '214', '2014', '1', 'CoverImage_1444119772406.jpg', 2, '1576', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '56', 1, 0, '', 'Judges, Advocates and Faculties', '1', '1', '', 4750.00, 0, 4038.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(407, 'Mulla The Transfer of Property Act', '', '<p>This peerless work by Sir Dinshaw Fardunji Mulla is a section-wise commentary on the Transfer of Property Act, 1882. Now in its 90th year of publication, this legal classic continues to be the fundamental text on the subject, retaining its original style and structure. This new edition has been meticulously updated, focusing on the impact of relevant contemporary developments and key judicial decisions on the law of transfer of immovable property.</p>\n\n<p><strong>Key Features:</strong></p>\n\n<p>&bull; Explains complex legal concepts with clarity and coherence</p>\n\n<p>&bull; Includes relevant legislative changes and important case law&nbsp;</p>\n\n<p>&bull; Contains detailed glossary of non-English terms, providing a holistic view of the subject to readers</p>\n\n<p>&bull; Delves into with important concepts like the applicability of the principle of lis pendens to properties dealt with by Mohammedans, issue of invalidation of sale on non-payment of a part of sale, interplay between sale agreements and the provisions of the Registration Act</p>\n\n<p>&bull; Examines the issue of transfer of trust property and the impact of Section 5 of the Transfer of Property Act</p>\n\n<p>&bull; Owing to refinements witnessed to the law of part performance, particularly in its interplay with the provisions of the Income Tax Act, the concepts of permissive and juridical possession for the purposes of the application of Section 53-A have been examined</p>\n\n<p>&bull; Effect of provisions of the Insolvency and Bankruptcy Code, 2016 on the law of mortgages has been examined on first principles and conceptual solutions have been provided</p>\n\n<p>&bull; Highlights the interplay of the Chapter V of the Transfer of Property Act with special legislations dealing with tenants who are holding over, taking note of the decision of the Supreme Court in Vidya Drolia v Durga Trading Corporation</p>\n', '<p>&bull; Explains complex legal concepts with clarity and coherence</p>\n\n<p>&bull; Includes relevant legislative changes and important case law&nbsp;</p>\n\n<p>&bull; Contains detailed glossary of non-English terms, providing a holistic view of the subject to readers</p>\n\n<p>&bull; Delves into with important concepts like the applicability of the principle of lis pendens to properties dealt with by Mohammedans, issue of invalidation of sale on non-payment of a part of sale, interplay between sale agreements and the provisions of the Registration Act</p>\n\n<p>&bull; Examines the issue of transfer of trust property and the impact of Section 5 of the Transfer of Property Act</p>\n\n<p>&bull; Owing to refinements witnessed to the law of part performance, particularly in its interplay with the provisions of the Income Tax Act, the concepts of permissive and juridical possession for the purposes of the application of Section 53-A have been examined</p>\n\n<p>&bull; Effect of provisions of the Insolvency and Bankruptcy Code, 2016 on the law of mortgages has been examined on first principles and conceptual solutions have been provided</p>\n\n<p>&bull; Highlights the interplay of the Chapter V of the Transfer of Property Act with special legislations dealing with tenants who are holding over, taking note of the decision of the Supreme Court in Vidya Drolia v Durga Trading Corporation</p>\n', '14th', 0, '9789395116145', '215', '2023', '14', '2023-12-19_23_00_18.6372519789395116145-397x397.jpg', 2, '1450', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '132,19', 0, 0, '', '', '1', '1', '', 3695.00, 0, 3029.90, 0, 0, 95.00, 0, 0.00, 18.00, 0.00, 0.00, NULL),
(408, 'Ratanlal and Dhirajlal\'s The Indian Penal Code', 'Covering The Criminal Law (Amendment) Act, 2013 ', 'Ratanlal and Dhirajlal&amp;rsquo;s&amp;nbsp;&lt;em&gt;The Indian Penal Code&lt;/em&gt;&amp;nbsp;is a comprehensive book that has been serving the Law students for more than a century now. The book comprises of the amendments and progress that different laws have seen over the years. This includes the Criminal Law Amendment, The Information Technology Act and several other developments. It is not only used by the students of criminal and civil law but is also extensively referred and read by lawyers, students of human rights and gender studies, people in forensic science field and also in criminology sector. All the complex topics are explained and detailed in an eloquent and simple language.', '', '32nd', 0, '9788180389153', '216', '2013', '1', 'CoverImage_1444125048408.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '12', 1, 0, '', 'Judges, Advocates and Faculties', '1', '1', '', 2295.00, 0, 2141.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(409, 'Jowitt\'s Dictionary of English Law ', '', 'Providing a concise, but comprehensive and authoritative, definition of each expression which forms part of the fabric of English law, Jowitt&amp;#39;s Dictionary of English Law:', '&lt;ul&gt;\r\n	&lt;li&gt;Gives a distillation of legal concepts providing a first point of reference for research or for understanding an unfamiliar area of law&lt;/li&gt;\r\n	&lt;li&gt;Covers European terms/law in so far as they form part of the law of England and Wales&lt;/li&gt;\r\n	&lt;li&gt;Can be used to accurately draft, interpret and understand legal terminology and legal materials&lt;/li&gt;\r\n	&lt;li&gt;Provides clarity on the meaning of words, for example as to what the terms of a contract might mean&lt;/li&gt;\r\n	&lt;li&gt;Can be used as a guide when drafting legal documents or agreements as to the use of appropriate terms and terminology&lt;/li&gt;\r\n	&lt;li&gt;Is a research tool in relation to historic and modern English legal terms&lt;/li&gt;\r\n	&lt;li&gt;Provides the historical context of words&lt;/li&gt;\r\n	&lt;li&gt;Complements and is cross-referenced to Stroud&amp;rsquo;s Judicial Dictionary&lt;/li&gt;\r\n	&lt;li&gt;Provides a unique authority as the only comprehensive dictionary of English Law&lt;/li&gt;\r\n&lt;/ul&gt;\r\n', '3rd in 2 Volumes', 0, '9781847036261', '0', '2010', '1', 'CoverImage_1444120357409.jpg', 2, '2491', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '41', 1, 0, '', 'Judges,&amp;nbsp;professional lawyers, students and lecturers of law,&amp;nbsp;', '3', '3', '', 59143.00, 0, 59143.00, 0, 0, 190.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(412, 'Administrative Law', '', '', '', '11th', 1, '9780199683703', '220', '2014', '4', 'CoverImage_1444120500412.jpg', 2, '957', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '5', 1, 0, '', '<p>Judges, Lawyers and Students</p>\n', '1', '1', '', 1495.00, 0, 1495.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL);
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(413, 'Human Rights in 21st Century', 'Changing Dimensions', 'The book is a compilation of articles based on papers presented in the conference. The thrust areas include evolution of human rights; collective rights; human rights and women; human rights of childern and other vulnerable sections of society; human rights violations and international humanitarian laws; human rights and terrorism; enforcement of human rights at national and international level; role of National and State Human Rights commissions and Human Rights Courts in the protection and promotion of human rights; Human rights and corporate accountability; human rights and intellectual property rights; neoliberalization, globalization and human rights.', '', '1st', 0, '9789350351666', '223', '2012', '1', 'CoverImage_1444120583413.jpg', 1, '949', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '26', 1, 0, '', 'Advocates, Faculties and Researchers', '1', '1', '', 1100.00, 0, 1100.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(414, 'Principles of Administrative Law', '', '', '', '7th', 1, '9788131251621', '227', '2017', '14', '2023-08-04_17_33_15.87577241EvikgXnxL._SX326_BO1,204,203,200_.jpg', 2, '1100', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 1, 1, '0000-00-00 00:00:00', '5', 1, 0, '', '', '1', '1', '', 1850.00, 0, 1650.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 200.00, NULL),
(1244, 'The Arbitration & Conciliation Act,1996', '', '', '', '1st', 1, '9789395759151', '763', '2023', '42', '2023-08-05_12_55_23.251499arbitration.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 07:25:40', '4', 0, 0, '', '', NULL, '2', '', 495.00, 0, 425.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 70.00, '2023-08-05 07:25:40'),
(1245, 'Law On Corporate Finance', '', '', '', '1st (2022)', 1, '9789392234934', '764', 'Reprint 2024', '42', '2023-08-05_13_00_50.895646Law_On_Corporate_Finance_by_Dr._S.R_Myneni.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 07:31:20', '143', 0, 0, '', '', NULL, '2', '', 450.00, 0, 400.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-08-05 07:31:20'),
(1246, 'Law & Economics', '', '', '', 'Reprint 2022', 1, '9789392234286', '764', '2022', '42', '2023-08-05_13_03_03.744673Law_&_Economics.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 07:33:27', '96', 0, 0, '', '', NULL, '2', '', 450.00, 0, 390.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 60.00, '2023-08-05 07:33:27'),
(1247, 'Banking Law & Negotiable Instruments Act', '', '', '', '1st', 1, '9789391787493', '765', '2023', '42', '2023-08-05_13_05_10.570256Banking_Law_&_Negotiable_Instruments.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 07:35:29', '139', 0, 0, '', '', NULL, '2', '', 595.00, 0, 510.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 85.00, '2023-08-05 07:35:29'),
(1248, 'Competition Law', '', '', '', '1st', 1, '9789392234231', '764', '2022', '42', '2023-08-05_13_08_36.987296Competition_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 07:38:54', '52', 0, 0, '', '', NULL, '2', '', 450.00, 0, 390.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 60.00, '2023-08-05 07:38:54'),
(1249, 'Constitutional Law of India', '', '', '', '11th', 1, '9789391787998', '692', '2023', '42', '2023-08-05_13_10_44.815881Constitutional-Law-of-India-Narender-Kumar.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 07:41:11', '9', 0, 0, '', '', NULL, '2', '', 945.00, 0, 820.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 125.00, '2023-08-05 07:41:11'),
(415, 'Constitutional Law Of India', '', '', '', '8th', 0, '9788180384264', '224', '2008, Reprint 2011', '1', 'CoverImage_1444120733415.jpg', 2, '934', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '9', 1, 0, '', '<p>Judges, Advocates and Researchers</p>\n', '1', '2,1', '', 895.00, 0, 760.75, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(416, 'Contempt of Court', 'Law & Practice', '<p>The law on Contempt of Court is like walking on the tight-rope. While the lawyers in general enjoy a freedom of speech within the courtroom or even outside it but there are limits thereto which, if violated, may injure he authority of the judiciary to ensure the rule of law. The book effectively reflects on the narrow path to be followed by all concerned. Hence, it meets a vital nned in the field of administration of justice. The lawyers including judges and witnesses and even persons attending courtroom trials must find the book indispensable.</p>\n', '<p>Advocate General - role of<br />\nCriminal contempt of interference - forms of<br />\nCivil and Criminal contempt - difference between<br />\nTrial by media - interference when?<br />\nScandalizing the court - what amounts to?<br />\nFreedom of speech - limitation of</p>\n', '3rd', 0, '978817177247-6', '5', '2012', '1', 'CoverImage_1444120767416.jpg', 2, '687', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '21', 1, 0, '<p>Preface<br />\n<span style=\"font-size:1.4rem\">Table of Cases</span><br />\nChapter 1 : Introduction&mdash;Legal Concept of Contempt of Court<br />\nCHAPTER 2 : Willful Disobedience and Violation of Undertakings<br />\nCHAPTER 3 : Criminal Contempt Direct and Indirect Contempt<br />\nCHAPTER 4 : Criminal Contempt Its Forms and Faces<br />\nCHAPTER 5 : Circumspection and Cognizance<br />\nCHAPTER 6 : Contempt of Court General Defence&nbsp;<br />\n<span style=\"font-size:1.4rem\">CHAPTER 7 : Sanction Penalties and Prejudices</span><br />\nCHAPTER 8 : Appeals and Forums<br />\nCHAPTER 9 : Pleadings and Procedure<br />\nAppendices<br />\nIndex</p>\n', '<p>Judges, Advocates and Researchers</p>\n', '1', '1', '', 1050.00, 0, 1050.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(417, 'Administrative Law', '', '', '&lt;ul&gt;\r\n	&lt;li&gt;Places administrative law clearly within its historical, political and social framework&lt;/li&gt;\r\n	&lt;li&gt;Provides a detailed analysis of administrative policies and judicial decisions&lt;/li&gt;\r\n	&lt;li&gt;Examines diffi cult and controversial questions raised and suggests solutions&lt;/li&gt;\r\n	&lt;li&gt;Offers invaluable comparisons with other jurisdictions including the USA&lt;/li&gt;\r\n	&lt;li&gt;Covers all the main topics common to the majority of undergraduate law programmes&lt;/li&gt;\r\n	&lt;li&gt;Includes two new chapters on judicial review of fact and on judicial review and equality&lt;/li&gt;\r\n	&lt;li&gt;Examines key case law including: Ghaidan, A v Home Secretary, Carson, Hooper, and Nadarajah&lt;/li&gt;\r\n&lt;/ul&gt;\r\n', '6th', 1, '9789381082041', '0', '2011', '1', 'CoverImage_1444120806417.jpg', 2, '1045', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '5', 1, 0, '', 'Judges, Advocates and Persons engaged in Legal field', '1', '1', '', 850.00, 0, 850.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(418, 'INTRODUCTION TO INTERPRETATION OF STATUTES ', '', '&amp;quot;The rules of interpretation are drawn from the general scope and intention of the instrument or legislation, from the nature of the transaction or the circumstances, from the legal rights of the parties independent of the instrument or law in question, and from many other relevant particulars. Interpretation is the process which is adopted for determination of the meaning of a writing, to determine from its known elements its true meaning or the intent of the framers of the documents. It is the art of finding out the true sense of any form of words, the sense which their author intended to convey. This art enables others to derive from the words the same idea which the author intended to convey and thereby to find out or collect the intention of a writer. The process involved is such that one source speaks something and another source picks it up, discovers its meaning and applies it to do justice between others. It is not a science but an art to find out the meaning of words in the context of a given situation. It is to this field of art that the present study is dedicated to enable those who are interested in knowing the elements of the subject.&amp;quot;', '', '4th', 1, '9789351431640', '0', '2014, First Reprint 2015', '1', 'CoverImage_1444120856418.jpg', 2, '363', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '67', 1, 0, '', 'Students and Faculties', '2', '2', '', 495.00, 0, 495.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(419, 'CONSTITUTIONAL & ADMINISTRATIVE LAW', '', '<p>The Core Text Series takes the reader straight to the heart of the subject, providing focused and reliable guides for students of law at all levels. Written with authority by leading academics and renowned for their clarity, these invaluable texts provide a straightforward analysis of the subject and its challenges. Constituional and Administrative Law remains highly popular thanks to its clear writing style, and the ease with which the author guides you through key principles of public law. To help you get to grips with the subject matter and reinforce your knowledge, a range of useful features including further reading suggestions, self-test questions, and chapter summaries are provided. Praised by lecturers and students alike, this book is a must for undergraduates of all levels. Oxford Public Law Resouce Centre The book is supported online by the Oxford Public Law Resource Centre, offering the following useful resources: - Regular updates, providing easy access to changes and developments in the law - Oxford NewsNow RSS feed, keeping you up to date on the latest news stories - Library of web links and timeline of key dates in British political history - Audio podcasts from expert Oxford authors on key issues in public law</p>\n', '', '8th', 1, '9780199684144', '230', '2014', '1', 'CoverImage_1444121342419.jpg', 2, '544', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '9', 1, 0, '', '<p>Judges, Advocates and Persons engaged in Legal field</p>\n', '1', '1', '', 1295.00, 0, 1295.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(420, 'Russell on Arbitration', '', 'A masterly overview of arbitration in England both domestic and international commercial Arbitration. First Published in 1849, Russell on Arbitration has been the principal practitioner&amp;#39;s reference on arbitration for over 150 years. It supplies a clear practical focus on all stages of the arbitration process, with detailed analysis and commentary of the English Arbitration Act 1996 and in-depth consideration of the rote of the English court in supporting and supervising arbitrations.', '', '23rd', 0, '9788190865036', '0', '2009', '1', 'CoverImage_1444121380420.jpg', 2, '2500', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '4', 1, 0, '', 'Judges, Advocates and Persons engaged in Legal field', '1', '1', '', 5900.00, 0, 5900.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(421, 'Schmitthoff The Law And Practice of International Trade', '', '', '', '12th', 1, '9789384746346', '587', '2012', '1', 'CoverImage_1444121420421.jpg', 2, '1196', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '29', 1, 0, '', '<p>Advocates, Researchers and Faculties</p>\n', '1', '1', '', 1350.00, 0, 1350.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(422, 'COMPETITION LAW IN INDIA', '', 'India, till 2002, did not have a law dealing specifically with anti-trust issues. It was in this context that a separate law dealing with competition and antitrust issues was considered necessary and the Competition Act, 2002, was passed. Enacted to fulfil India&amp;#39;s obligations under the WTO agreements, the Act replaced the then existing Monopolies and Restrictive Trade Practices Act, 1969 (MRTP Act) which was considered inadequate and archaic for the purpose of meeting the objectives of competition policy. This substantially revised edition discusses the Competition Act, 2002, and subsequent amendments to it, in 2007 and 2009. Following the 2007 amendment, the Competition Commission became a market regulator and the Competition Appellate Tribunal was established. The 2009 amendment provided for a mechanism to dispose of the cases pending before the MRTP Commission. The book makes a detailed study of key issues including anti-competitive agreements, abuse of dominant position, and combinations (acquisitions and mergers). It further analyses the roles of authorities such as the Competition Commission of India, the Director-General, and the Competition Appellate Tribunal in enforcing the provisions of the Act. The book also undertakes a comparative study of competition law in the US, UK, and EU with emphasis on important judgments.', '', 'Revised and Updated 3rd Edition', 1, '9780198097273', '231', '2014, Second Impression 2015', '1', 'CoverImage_1444121463422.jpg', 2, '355', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '52', 1, 0, '', 'Advocates, Students, Faculties and Researchers', '2', '2', '', 750.00, 0, 750.00, 0, 0, 65.00, 0, 0.00, 10.00, 0.00, 0.00, NULL),
(423, 'Charlesworths Company Law', '', '<p>&lt;ul&gt; &lt;li&gt;Adopts a writing style that is topical, succinct and easy to read but with enough detail for the reader to gain a thorough understanding of the essential topics&lt;/li&gt; &lt;li&gt;Specialist Editors ensure that each chapter is as comprehensive and up-to-date as can be&lt;/li&gt; &lt;li&gt;Provides essential guidance for students studying law as well as those following courses with a company law module&lt;/li&gt; &lt;/ul&gt;</p>\n', '', '18th', 1, '9789381082065', '232', '2011', '1', 'CoverImage_1444124403423.jpg', 2, '836', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '143', 0, 0, '', '<p>Judges, Advocates, Faculties and Researchers</p>\n', '1', '1', '', 950.00, 0, 807.50, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(424, 'O.P Malhotra\'s The Law & Practice of Arbitration and Conciliation', '', '', '', '3rd', 0, '9789381082744', '233', '2015', '1', 'CoverImage_1444124501424.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '4', 1, 0, '', 'Judges, Advocates and Persons engaged in Legal field', '1', '1', '', 2450.00, 0, 2450.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(425, 'International Commercial Arbitration', 'Practice and Procedure', '', '', '1st', 0, '9789350351291', '234', '2012', '1', 'CoverImage_1444124543425.jpg', 1, '1254', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '29', 1, 0, '', 'Judges, Advocates, Faculties and Researchers', '1', '1', '', 1495.00, 0, 1495.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(426, 'Ratanlal & Dhirajlal\'s The Law of Torts', '', '', '', 'Updated 26th Edition', 1, '9788180389856', '235', '2013', '1', 'CoverImage_1444124602426.jpg', 2, '1092', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '65', 1, 0, '', '<p>Judges, Advocates and Faculties</p>\n', '1', '1', '', 650.00, 0, 650.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(427, 'Cases And Materials On International Law ', '', '', '&lt;ul&gt;\r\n	&lt;li&gt;Supplements cases and materials with expert commentary and analysis&lt;/li&gt;\r\n	&lt;li&gt;Provides broad and comprehensive treatment of the subject making it a sound basis for any Public International Law course&lt;/li&gt;\r\n	&lt;li&gt;Incorporates all major developments in the subject, including the expansion of human rights issues in International law&lt;/li&gt;\r\n	&lt;li&gt;Revised layout ensures clarity and ease of use&lt;/li&gt;\r\n	&lt;li&gt;Includes extensive cross-referencing and a detailed index to facilitate easy access&lt;/li&gt;\r\n&lt;/ul&gt;\r\n', '7th', 1, '9789381082034', '236', '2011', '1', 'CoverImage_1444124762427.jpg', 2, '1226', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '29', 1, 0, '', 'Judges, Advocates, Faculties and Researchers', '1', '1', '', 1050.00, 0, 1050.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(428, 'Environmental Law', '', '<p>The present seventh edition of this greatly admired publication on&nbsp;<em><strong>Environmental Law</strong></em>&nbsp;<strong>by Prof. S.C. Shastri</strong>&nbsp;has been thoroughly revised and updated with all statutory and case law developments since the last edition.</p>\n\n<p>The following are some of the highlights of this new edition:</p>\n\n<p>A new write-up on &quot;Environmental Rule of Law&quot; (Chapter 4) and a new chapter titled &quot;A Ray of Hope&quot; (Chapter 16) for sustainable development.</p>\n\n<p>Updated Act, Rules and Notifications, viz. Forest (Amendment) Act, 2017; Plastic Waste Management (Amendment) Rules, 2018; Prevention of Cruelty to Animals (Pet Shop) Rules, 2018; Coastal Regulation Zone Notification, 2019.</p>\n\n<p>International environmental law covers the Paris Agreement, 2015 and the Glasgow Climate Change Conference, 2021 (COP 26).</p>\n\n<p>The author has discussed the distinctive shift in the approach of the courts to achieve the goal of environmental justice&nbsp;<em>i.e.</em>&nbsp;from anthropocentric approach to ecocentric approach. The focus of the courts has shifted from humans to the protection and preservation of ecology or the present species of flora and fauna. The evolving concept of &#39;corporate social responsibility&#39; in relation to environmental justice has also been provided due place in this work.</p>\n\n<p>The book will prove to be immensely useful to students of LL.B. and LL.M., researchers, administrators, academicians, judges, advocates and NGOs. The book will definitely be a prized collection for any library.</p>\n', '', '7th 2022 R/P 2023', 1, '9789351451501', '238', '2015', '9', '2023-08-03_19_29_17.2438159789394364899.jpeg', 2, '648', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '54', 1, 0, '', '<p>Students, Faculties and Researchers</p>\n', '1', '1', '', 845.00, 0, 743.60, 0, 0, 65.00, 0, 0.00, 12.00, 0.00, 0.00, NULL),
(429, 'International Law', '', 'Malcolm Shaw&amp;#39;s engaging and authoritative International Law has become the definitive textbook for instructors and students alike, in this increasingly popular field of academic study. The hallmark writing style provides a stimulating account, motivating students to explore the subject more fully, while maintaining detail and academic rigour. The analysis integrated in the textbook challenges students to develop critical thinking skills. The sixth edition is comprehensively updated throughout and is carefully constructed to reflect current teaching trends and course coverage. The International Court of Justice is now examined in a separate dedicated chapter and there is a new chapter on international criminal law. The detailed references and reliable, consistent commentary which distinguished previous editions remain, making this essential reading for all students of international law whether they be at undergraduate level, postgraduate level or professional lawyers.', '', '6th', 0, '9781107008328', '237', '2010', '1', 'CoverImage_1444124852429.jpg', 2, '1708', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '29', 1, 0, '', 'Judges, Advocates and Persons engaged in Legal field', '1', '1', '', 1295.00, 0, 1295.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(430, 'Constitutional Law, Administrative Law, and Human Rights', 'A Critical Introduction ', 'The seventh edition of Constitutional Law, Administrative Law, and Human Rights, continues to provide in-depth coverage of the core elements of a constitutional and administrative law syllabus. In addition, it explores the latest ongoing debates around potential constitutional reforms.&lt;br /&gt;\r\n&lt;br /&gt;\r\nThis engaging text provides a unique cross-disciplinary approach to the subject, with emphasis on material drawn from political theory, political science, and social history. The author&amp;#39;s stimulating, narrative style encourages critical analysis, ensuring that the reader gains a fundamental appreciation of public law in its wider context.', '', '7th', 1, '9780198709039', '239', '2015', '1', 'CoverImage_1444124884430.jpg', 2, '796', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '29', 1, 0, '', 'Judges, Advocates and Researchers', '1', '1', '', 2495.00, 0, 2495.00, 0, 0, 95.00, 0, 0.00, 10.00, 0.00, 0.00, NULL),
(588, 'Anson\'s Law of Contract', '', '<p>&lt;h3&gt;Description&lt;/h3&gt; &lt;p&gt;An authoritative and detailed account of contract law; this is a widely renowned and well-respected textbook for students of contract law, and a trusted source of reference for practitioners and academics.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;This classic of contract law,&amp;nbsp;&lt;em&gt;Anson&amp;#39;s Law of Contract&lt;/em&gt;, has been a seminal text for generations of practitioners, academics and contract law students&lt;/li&gt; &lt;li&gt;Provides comprehensive, authoritative analysis of the principles of the subject, with clear exposition of the key considerations underlying contract interpretation, helping students to understand complex concepts&lt;/li&gt; &lt;li&gt;Written by three of the foremost experts in the field, collectively experienced in research, teaching, and practice, lending academic and scholarly weight to this text&lt;/li&gt; &lt;li&gt;Provides exceptional clarity with content broken down into manageable sections and headings to make the text approachable for students new to the subject&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;strong&gt;New to this edition&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Fully updated with recent developments including the Consumer Rights Act 2015, the Consumer Protection (Amendment) Regulations 2014, the Consumer Insurance (Disclosure and Representations) Act 2012 and the Insurance Act 2015&lt;/li&gt; &lt;li&gt;Key cases in the new edition include:&amp;nbsp;&lt;em&gt;Arnold v Britton&lt;/em&gt;&amp;nbsp;(contract interpretation),&amp;nbsp;&lt;em&gt;Yam Seng Pte Ltd v International Trade Corp Ltd&lt;/em&gt;&amp;nbsp;(implied duty to perform in good faith),&amp;nbsp;&lt;em&gt;Marks and Spencer plc v BNP Paribas Services Trust Com (Jersey) Ltd&lt;/em&gt;&amp;nbsp;(the general test for terms implied by fact at common law),&amp;nbsp;&lt;em&gt;Cavendish Square Holding BV v El Makdessi&lt;/em&gt;&amp;nbsp;and&amp;nbsp;&lt;em&gt;ParkingEye Ltd v Beavis&lt;/em&gt;&amp;nbsp;(penalties and liquidated damages clauses).&lt;/li&gt; &lt;li&gt;Suggestions for further reading have been added at the end of chapters, to guide students as they read around the subject&lt;/li&gt; &lt;/ul&gt;</p>\n', '', '30th', 0, '9780198734789', '348', '2016', '4', '2023-08-02_18_07_57.272311download.jpeg', 1, '1', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '10', 1, 0, '', '', '2', '2', '', 5419.00, 0, 4606.15, 0, 0, 180.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(432, 'Intellectual Property Rights In India', '', '<p>The conclusion of TRIPs Agreement opened a new era in the field of intellectual property rights. The Agreement evolved minimum standards for copyright, patents, trade marks, industrial designs, geographical indications, layout-design of integrated circuits and undisclosed information which includes trade secrets. The subject of IPRs has become important since then. The Member States were under an obligation to amend their IPR laws to bring them in conformity with the provisions of TRIPs Agreement. India has also enacted new laws on Designs, Trade Marks, Plant Varieties and Farmers Rights, Geographical Indications, Semiconductor Integrated Circuits Layout-Design and drastically amended the Copyright Act and Patents Act. This book discusses and analyses the law on IPRs in India in a lucid language. It explains the know-how and licenses to give an overall picture of the law on IPRs. A summary of all the international agreements, treaties and conventions on IPRs has also been provided. A number of Indian, American and English cases have been referred in the book to further elucidate the concepts. The book is intended for professionals and will also be useful for students of Law, Management, Science, Technology, CA and CS, having IPRs in their curriculum.</p>\n', '', '2nd', 0, '9789351433880', '223', '2015', '1', 'CoverImage_1444125119432.jpg', 2, '1580', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 1, 4, '0000-00-00 00:00:00', '28', 0, 0, '', '<p>Judges, Advocates, Faculties and Researchers</p>\n', '1', '1', '', 2295.00, 0, 2050.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 245.00, NULL),
(433, 'Cyber Law', 'An exhaustive section wise Commentary on The Information Technology Act along with Rules, Regulations, Policies, Notifications etc.', 'The present book ``Cyberlaw`` is the most authoritative Book on the evolution, development and current state of Cyberlaw in India as also legal issues connected with use of the digital and mobile ecosystem. The present Book is a comprehensive treatise on various legal, policy and regulatory issues that users of computers, computer systems, computer networks, computer resources and communication devices as also data and information in the electronic form, face in India.&lt;br /&gt;\r\nThis book is an absolute must for all legal practitioners, law libraries, IT companies, intermediaries, internet service providers and operators, all companies offering their services in the electronic ecosystem and all users of computers, computer systems, computer networks, computer resources and communication devices including mobiles, cell phones, smart phones, personal digital assistants and all other kinds of communication devices in India. this Book is essential also for any person or legal entity, using any component or service available on or through the electronic ecosystem, electronic environment and networks, who wants to protect their legal interests.', '', '1st', 0, '9789350354773', '242', '2014', '1', 'CoverImage_1444125158433.jpg', 1, '934', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '27', 1, 0, '', 'Faculties and Researchers', '1', '1', '', 1195.00, 0, 1195.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(586, 'The Indian Penal Code - A Critical Commentary', 'A perfect exposition of IPC', '<p>The utility oriented work on Indian Penal Code presents systematically the whole gamut of the law including general principles of criminal liability and the fundamental principles of <em>actus reas, mens rea, automatism, </em>strict liability, <em>ignorantia juris non-excusat,</em><em>&nbsp;</em>causation of crimes and vicarious liability. Almost all the burining issues of the day like cruelty to women, dowry death, kidnappling right to private defence are discussed in detail. Controversial issues such as difference between culpable homicide and murder, constitutional validity of execution of death sentence, marrying again during lifetime of husband and wife, are critically analysed.</p>\n', '<p>Principles of Criminal Liability<br />\nBurning issues of the day<br />\nAnalysing of the controversies<br />\nRelevant English case-laws<br />\nCurrent judicial and legislative issues</p>\n', '1st published in Paperback 2018', 0, '978817177316-9', '322', '2018', '1', 'CoverImage_15250762930.jpg', 1, '798', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '12', 0, 1, '<p>Preface<br />\nAcknowledgment<br />\nTable of Cases<br />\nIntroduction<br />\nGeneral Principles of Criminal Liability<br />\nChapter 1 : Introduction<br />\nChapter 2 : General Explanations<br />\nChapter 3 : Of Punishments<br />\nChapter 4 : General Exceptions<br />\nChapter 5 : Of Abetment<br />\nChapter 5A : Criminal Conspiracy<br />\nChapter 6 : Of Offences against the State<br />\nChapter 7 : Of Offences Relating to the Army, Navy and Air Force<br />\nChapter 8 : Of Offences against the Public Tranquility<br />\nChapter 9 : Of Offences by or Relating to Public Servants<br />\nChapter 9A : Of Offences Relating to Elections<br />\nChapter 10 : Of Contempts of the Lawful Authority of Public Servants<br />\nChapter 11 : Of False Evidence and Offences against Public Justice<br />\nChapter 12 : Of Offences Relating to Coin and Government Stamps<br />\nChapter 13 : Of Offences Relating to weights and Measures<br />\nChapter 14 : Of Offences Affecting the Public Health, Safety, Convenience, Decency and Morals<br />\nChapter 15 : Of Offences Relating to Religion<br />\nChapter 16 : Of Offences Affecting the Human Body<br />\nChapter 17 : Of Offences against Property<br />\nChapter 18 : Of Offences Relating to Documents and to Property Marks<br />\nChapter 19 : Of the Criminal Breach of Contracts of Service<br />\nChapter 20 : Of Offences Relating to Marriage<br />\nChapter 20A : Of Cruelty by Husband or Relatives of Husband<br />\nChapter 21 : Of Defamation<br />\nChapter 22 : Of Criminal Intimidation, Insult and Annoyance<br />\nChapter 23 : Of Attempts to Commit Offences<br />\nIndex</p>\n', '', '1', '1', '', 975.00, 0, 780.00, 0, 0, 110.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(435, 'Law Relating to Drugs and Cosmetics', '', '', '', '25th', 0, '9789351454045', '245', '2016', '1', 'CoverImage_1464246988435.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '13', 0, 0, '', '<p>Judges, Advocates and Persons engaged in Legal field</p>\n', '1', '1', '', 1950.00, 0, 1657.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(436, 'Lives of The Judges', ' Jessel, Cairns, Bowen and Bromwell', '<p>These four biographies are more than &amp;#39;snapshots&amp;#39; of four distinguished Judges of the past - they are biographies, which have made a distinct and distinguished contribution to the Common Law. All four belonged to the 19th Century: two (Jessel and Cairns) were also Members of Parliament - but all made different contributions to various areas of the law. Each one of Heward&amp;#39;s subjects makes interesting reading: Jessel, for example, was the subject of an apparent assassination attempt - but although he had been deafened by this in one ear, apart from writing a reassuring letter to his wife, he proceeded to his usual task of presiding in court.&amp;nbsp;&lt;br /&gt; &lt;br /&gt; Cairns was said to be of all the members of Disraeli&amp;#39;s two cabinets, which included him, the one whom he trusted most. Twice he became Lord Chancellor - the second time in 1874 (incidentally, as the author informs us, when the Lord Chancellor had virtually no staff). Lord Bowen was not only the possessor of a superb intellect, but was also a good sportsman and wit. Involved in the Tichborne Claimant case, he acted for the claimant - it was not before the 70th day that he concluded his case; his friends thought that the mental stress on Bowen was tremendous and it seriously undermined his constitution and probably did him irreparable harm. Following his appointment as a Judge at the age of 45, with regret he gave up his practice at the Bar and abandoned his ambitions for a career in Parliament.&lt;br /&gt; &lt;br /&gt; Bramwell was said to be one of the most popular members of the Bar as a result of his kindness and sense of humour. An interesting man, the author shows his diverse talents, including a small section entitled &amp;#39;Bramwelliana&amp;#39; - a collection of pieces showing his thoughts and wit. All in all, Edmund Heward has produced a book, which is most certainly not dull, but one likely to pleasantly inform the reader about four outstanding Victorians who contributed so much to the Legal Service.</p>\n', '', '1st', 1, '9788175344532', '246', '2004, Second Indian Reprint 2013', '1', 'CoverImage_1444125268436.jpg', 1, '247', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '22', 1, 0, '', '<p>Persons engaged in Legal fields</p>\n', '1', '1', '', 350.00, 0, 350.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(437, 'S. Krishnamurthi Aiyar\'s Law Relating to Negotiable Instruments Act', '', '<p>S Krishnamurthi Aiyar Law Relating to Negotiable Instruments Act is an acclaimed treatise providing extensive and analytical study on the subject of negotiable instruments. The book provides exhaustive section-wise commentary on the Negotiable Instruments Act, 1881, incorporating all the important judgments the Supreme Court and High Courts.</p>\n\n<p><strong>Key Features:</strong></p>\n\n<ul>\n	<li>Critically analyses the scope of The Negotiable Instruments Act, presenting it in a self-explanatory form</li>\n	<li>Each section of the Act has been placed distinctively, with appropriate sub-headings, for the convenience and easy understanding of readers</li>\n	<li>Incorporates contemporary developments and legislative changes such as inclusion of Sections 143A and 148 by Act 20 of 2018</li>\n	<li>Relevant case law has been added under each section</li>\n</ul>\n', '<p>&nbsp;</p>\n\n<ul>\n	<li>Critically analyses the scope of The Negotiable Instruments Act, presenting it in a self-explanatory form</li>\n	<li>Each section of the Act has been placed distinctively, with appropriate sub-headings, for the convenience and easy understanding of readers</li>\n	<li>Incorporates contemporary developments and legislative changes such as inclusion of Sections 143A and 148 by Act 20 of 2018</li>\n	<li>Relevant case law has been added under each section</li>\n</ul>\n', '14th', 0, '9789391211233', '673', '2022', '14', '20250929_025133_9789391211233-397x397.jpg', 2, '', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '139', 0, 0, '', '<p>Judges, Advocates, Corporate Lawyers and Persons engaged in Financial Organisations</p>\n', '1', '1', '', 2995.00, 0, 2455.90, 0, 0, 95.00, 0, 0.00, 18.00, 0.00, 0.00, NULL),
(438, 'P S A Pillai\'s CRIMINAL LAW', '', '&amp;quot;P S A Pillais Criminal Law has deservedly been described as a classic text on the Indian Penal Code, 1860, ever since the publication of its first edition in 1956. It systematically and clearly provides an in-depth analysis of all the categories of offences incorporated in the Code. Retaining the scheme and essential facets of the previous editions, the revising editor has developed the work in the light of leading judicial pronouncements and emerging trends in the field. He also offers a critical analysis of reforms that have been proposed by the Law Commission and other bodies. The book is primarily about the substantive law of crimes in India, however, it very helpfully explains relevant provisions of the Code of Criminal Procedure, 1973 and the Indian Evidence Act, 1872, and thus places the law in a practical context. Written in a simple and lucid style and supported with rich authorities, judicial as well as scholarly, this latest edition will retain its decades old appeal for all persons interested in the field of criminal law. This book is an essential companion for practitioners, academicians and trial court judges, especially those at the outset of their careers. The current edition will be a welcome entrant to the libraries of senior members of the profession, many of whom have relied, at one time or another, on Pillais Criminal Law, as a handy reference. It will also be indispensable reading for students of law pursuing their LLB, LLM, and Doctoral Degrees in the field of criminal law.&amp;quot;', '', '12th', 1, '9789351431763', '248', '2014', '1', 'CoverImage_1444125329438.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '', 'Judges, Advocates and Persons engaged in Legal field', '2,1', '2', '', 795.00, 0, 795.00, 0, 0, 65.00, 0, 0.00, 10.00, 0.00, 0.00, NULL),
(439, 'V.R.Krishna Iyer', 'A Living Legend ', '<p>This biography ventures to project the life and personality of a unique human being fighting, never retreating, nor relenting for the people whose rights are clear to him because of a spiritual commitment which energises his activities regardless of his age-Justice V.R.Krishna Iyer. Justice Krishna Iyer is a multi-faceted personality with varied commitments to the cause of human rights, an ardent and active advocate of, in others veiw, lost causes needs the services of a modern day. Boswell or the pen of a Plutarch, a Veda Vyasa or a Valmiki. It is a simple tribute to this great soul, the Greatest Humanist of this century.</p>\n', '', '1st', 1, '9788175341586', '249', '2002, Reprint 2014', '1', 'CoverImage_1444125374439.jpg', 1, '416', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '22', 1, 0, '', '<p>Judges and Lawyers</p>\n', '1', '1', '', 450.00, 0, 450.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(440, 'Khergamvala on The Negotiable Instruments Act ', '', '<p>*Provides useful drafts and specimens for filing complaints relating to dishonour of cheques with special emphasis on complaints under Section 138 *Provides text of allied legislation *Lucidly explains complex and fundamental concepts related to negotiable instruments *Important provisions have been analyzed in detail and their interplay is explained succinctly *Includes latest case law and Supreme Court guidelines on the subject *The Summary procedure for recovery of money prescribed under the Code of Civil Procedure has been dealt with separately *The revising editors are well-known practitioners and are on the panel of several banks</p>\n', '', '21st', 1, '9788180387630', '241', '2013', '1', 'CoverImage_1444125466440.jpg', 2, '667', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '2', 1, 0, '', '<p>Judges, Advocates, Corporate Lawyers and Persons engaged in Financial Organisation</p>\n', '1', '1', '', 995.00, 0, 995.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(441, 'Tannan\'s Banking ', 'Law and Practice in India ', '', '', '23rd', 1, '9788180386343', '250', '2010, Reprint 2016', '1', 'CoverImage_1444125572441.jpg', 2, '2472', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '2', 1, 0, '', 'Bankers, Corporate Lawyers and Persons engaged in Financial Institution', '1', '1', '', 1395.00, 0, 1395.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(442, 'Legends in Law', '- Our Great Forebears', 'This book contains rich gems of entertaining incidents and humorous anecdotes in the lives of some of our great and famous judges and lawyers:- a compilation that will inspire the younger generation of law students, lawyers and judges, hopefully motivating them. It also presents short biographies of all these legal luminaries.', '', '1st', 0, '9789350352458', '251', '2013', '1', 'CoverImage_1444125626442.jpg', 1, '536', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '24', 1, 0, '', 'Judges and Advocates', '1', '1', '', 695.00, 0, 695.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(443, 'Laws of Banking & Negotiable Instruments ', '', '&lt;p&gt;Banking and Negotiable Instruments by Dr. Avtar Singh is a comprehensive book on banking and negotiable instruments. The book is divided into two parts. The first part deals with law of banking and the second part deals with negotiable instruments.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;The following are the notable features of this edition:&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n	&lt;li&gt;\r\n	&lt;p&gt;Contains updated Banking Regulation Act, 1949 as amended by the Banking Laws (Amendment) Act, 2012.&lt;/p&gt;\r\n	&lt;/li&gt;\r\n	&lt;li&gt;\r\n	&lt;p&gt;Discusses the Negotiable Instruments (Amendment) Ordinance, 2015 and Negotiable Instruments (Amendment) Second Ordinance, 2015.&lt;/p&gt;\r\n	&lt;/li&gt;\r\n	&lt;li&gt;\r\n	&lt;p&gt;Includes the latest rulings of the Supreme Court and High Courts.&amp;nbsp;&lt;/p&gt;\r\n	&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;p&gt;The book discusses the jurisdiction issue for an offence of criminal liability for dishonour of cheques, which has been a vexatious issue for the courts and the litigators with conflicting Supreme Court&lt;/p&gt;\r\n\r\n&lt;p&gt;pronouncements. In this respect, the author has discussed Dashrath Rupsingh Rathod v State of Maharashtra, (2014) 9 SCC 129 which prompted Parliament to pass an Ordinance to finally settle the law on this issue. The book also discusses the establishment of Depositor Education and Awareness Fund.&amp;nbsp;&lt;/p&gt;\r\n', '', '3rd', 1, '9789350280225', '0', ' 2016', '1', 'CoverImage_1444125707443.jpg', 2, '616', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '2', 1, 0, '&lt;p&gt;&lt;strong&gt;Part I:&amp;nbsp;LAW OF BANKING&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;\r\n&lt;br /&gt;\r\n&amp;nbsp;Evolution and Types of Banks&lt;br /&gt;\r\n&amp;nbsp;Banks and Banking Business: Banking Regulation Act&lt;br /&gt;\r\n&amp;nbsp;Customers and Accounts&lt;br /&gt;\r\n&amp;nbsp;Responsibility Under the Consumer Protection Act&lt;br /&gt;\r\n&lt;br /&gt;\r\n&lt;strong&gt;Part II:&amp;nbsp;NEGOTIABLE INSTRUMENTS&lt;/strong&gt;&lt;br /&gt;\r\n&lt;br /&gt;\r\n&amp;nbsp;Negotiable Instruments&lt;br /&gt;\r\n&amp;nbsp;Negotiation and Liability&lt;br /&gt;\r\n&amp;nbsp;Presentment&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;\r\n&amp;nbsp;Discharge From Liability&lt;br /&gt;\r\n&amp;nbsp;Crossed Cheques&lt;br /&gt;\r\n&amp;nbsp;Miscellaneous Provision&lt;/p&gt;\r\n&lt;strong&gt;Appendices&lt;/strong&gt;&lt;br /&gt;\r\nAppendix I:Highlights of the Negotiable Instruments (Amendment and Miscellaneous Provisions) Act, 2002&lt;br /&gt;\r\nAppendix II:The Negotiable Instruments (Amendment)&amp;nbsp; Second Ordinance, 2015&lt;br /&gt;\r\nAppendix III: The Negotiable Instruments (Amendment) Ordinance, 2015&lt;br /&gt;\r\n&amp;nbsp;', 'Faculties and Students', '2', '2', '', 495.00, 0, 495.00, 0, 0, 65.00, 0, 0.00, 12.00, 0.00, 0.00, NULL),
(444, 'Paget\'s - Law of Banking', '', 'Pagets Law of Banking has established itself as the leading practitioner text on banking law, combining meticulous accuracy and depth with a clear approach to this complex area. The 14th edition has a new author team from leading banking law chambers 3 Verulam Buildings, led by general editors Ali Malek QC and John Odgers QC. They have completely restructured the book as well as updated it to ensure that it is as close as possible to current practice. Key updates to Pagets Law of Banking 14th edition: *The amendment of the regulatory regime by the Financial Services Act 2012 and the creation of the FCA and PRA *Changes in the fields of payment services, data protection and money laundering driven by European law *New chapters on bank regulation, money laundering, data protection, consumer credit, payment services, advising on financial products and retail derivatives *A new section on bank lending, centred around extensive new material on hierarchies of lending and on the syndication of loans *Existing chapters have been reviewed for relevance and ease of use and updated to reflect recent case law in fields such as guarantees, insolvency and documentary credits. This is an Indian Reprint for the Current UK Edition', '', '14th', 0, '9789351433804', '252', '2014', '1', 'CoverImage_1444125777444.jpg', 2, '995', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '2', 1, 0, '', 'Judges, Corporate Lawyers and Persons engaged in Financial Institution', '1', '1', '', 3850.00, 0, 3850.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(445, 'The Modern Law of Patents ', '', '<p>The Modern Law of Patents&nbsp;is an essential resource for patent lawyers and patent attorneys. The title offers a fresh, and comprehensive exposition of law and procedure relating to patents in the UK and Europe; and includes key precedents and court forms, covers useful historical information and materials, and also explores recent and future developments in patent law in one handy volume.</p>\n', '', '4th', 0, '9789388548250', '253', '2019 (Indian Reprint)', '1', '20251023_123938_roughton-johnson-cook-the-modern-law-of-patents-Indian-Reprint-by-lexis-nexis.jpg', 2, '2622', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 6, '0000-00-00 00:00:00', '28', 0, 0, '', '<p>Judges, Advocates and Persons engaged in Legal field</p>\n', '1', '1', '', 9295.00, 0, 7621.90, 0, 0, 95.00, 0, 0.00, 18.00, 0.00, 0.00, NULL),
(446, 'The West Bengal Land Reforms Act 1955 (In Bengali)', '', '<p>This outstanding work provides almost all the sensitive issues such as: distribution of vested land among landless cultivators; recording the names of bargadar; restoration of land to terminated bargadar; hand over the deposited produce to land owner and so on, with the help of the judgments of apex court and different High Courts. Acquisition of homestead land; list of Chitmahal land in Coochbehar district; procedure to vest ceiling surplus land; change of character of land; fees for mutation, etc. have got adequate treatments. &nbsp;</p>\n', '<p>Procedure for correction of record of rights &amp; bull<br />\nProcess fees for mutation &amp; bull<br />\nProcedure for change of character of land &amp; bull<br />\nDetermination of revenue &amp; bull<br />\nDetermination of ceiling of land &amp; bull<br />\nAmended minor minerals rules/strong</p>\n', '4th', 0, '9788171773824', '106', '2023', '1', '2023-08-24_12_32_06.183831Elh_Poschim_Banga_Bhumi_Sanskar_Aain_1955-2_page-0001(2).jpg', 2, '1102', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '31', 0, 0, '', '<p>Lawyers and Persons engaged in Land and Land Reforms Department</p>\n', '1', '1', '', 1895.00, 0, 1610.75, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(447, 'A Handbook of the West Bengal Land Reforms Act & Allied Laws (In Bengali)', '', '<p>The outstanding work provides the latest position of the West Bengal Land Reforms Act by incorporating al the recent amendments including the West&amp;nbsp;Bengal Land Reforms (third Amendment) Act 2017. Recently the Legislatures have made some important amendments on Minor minerals, Revenue on agricultural land etc. All such amendments are reflected in this work. The book gives a comprehensive accounts on the issues like succession relating to Hindu, Muslim and Tribals, Raiyati settlement of vested land, conversion of land, mutation, Barga &amp; Bhachash, revenue &amp; cess.</p>\n', '', '3rd', 1, '9788171773879', '254', '2023', '1', '2023-11-27_15_55_34.326730SK_Dey_-_A_Handbook_of_Land_Reforms_Act_2023_(1).jpg', 2, '406', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '31', 0, 0, '', '<p>Persons engaged in W.B Land Department</p>\n', '1', '1', '', 895.00, 0, 760.75, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(555, 'The Modern English Legal System', '', '', '', '5th', 1, '9789384746452', '328', '2007', '1', 'CoverImage_14636343150.jpg', 2, '1217', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '5', 1, 0, '', '', '1', '1', '', 1250.00, 0, 1250.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(546, 'Comparative Criminal Law', 'A Critical Analysis', '<p>The work offers an insightful perspective inro why one should study crime and criminal context. It address pressing issues of criminal justice that help the law-makers as well as scholars of contemporary society to enrich their own system by making a comparative study. The work intends to guide the study of criminology and indicates the broad outlines of the legal system adversarial as inquisitorial model.</p>\n', '<p>Theories of punishment</p>\n\n<p>Rehabilitation of victims</p>\n\n<p>Socialist system of law</p>\n\n<p>Schools of criminology</p>\n\n<p>Role of different functionaries</p>\n\n<p>Jury system of criminal trial</p>\n\n<p>Problems of Indian judiciary</p>\n\n<p>Plea bargaining</p>\n\n<p>Right of arrestees</p>\n\n<p>Compensation to rape victim</p>\n', '1st', 1, '978817177377-0', '171', '2023', '1', 'CoverImage_14628815500.jpg', 1, '591', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '26', 1, 0, '', '<p>Law Practitioner</p>\n', '1', '1', '', 1295.00, 0, 1295.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(547, 'Jethmalani & Chopra The Law of Evidence', 'Commentary on Evidence Act 1872 - in 2 Vols.', '', '', '2nd', 0, '9789384746865', '0', '2016', '1', 'CoverImage_14628830070.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 4, '0000-00-00 00:00:00', '12', 1, 0, '', '', '1', '1', '', 3750.00, 0, 3750.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL);
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(548, 'Law Relating to Transfer of Property', 'A Commentary on the Transfer of Property Act 1882', '', '', '1st', 0, '9789384746322', '316', '2016', '1', '.jpg', 1, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '19', 1, 0, '', '', '1', '1', '', 1750.00, 0, 1750.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(549, 'Mulla Hindu Law', '', '', '', '22nd ', 0, '9789351438748', '215', '2016', '1', 'CoverImage_1462883825549.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '19', 1, 0, '', '', '1', '1', '', 2495.00, 0, 2495.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(550, 'Contract and their Management', '', '', '', '5th', 1, '9789351438731', '317', '2016', '1', 'CoverImage_1462884213550.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '63', 1, 0, '', '', '1', '1', '', 750.00, 0, 750.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(551, 'Ratanlal & Dhirajlal The Law of Torts', '', '', '', '27th', 0, '9789351438717', '235', '2016', '1', 'CoverImage_1462884819551.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '65', 1, 0, '', '', '1', '1', '', 2495.00, 0, 2495.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(552, 'Modi A Textbook of Medical Jurisprudence and Toxicology', '', '', '', '25th', 1, '9789351439394', '212', '2016', '1', 'CoverImage_14628850980.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '30', 1, 0, '', '', '1', '1', '', 1995.00, 0, 1995.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(554, 'Motor Vehicles Laws - in 2 Vols - CD containing novel tool on Compensation in Motor Accidents Claims', 'A comprehensive examination of the Motor Vehicles Act, 1988 with focus on Insurance, Entitlements and Compensation', '', '', '15th', 0, '9789351438250', '326', '2016', '1', 'CoverImage_14634644650.jpg', 2, '6500', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '35', 1, 0, '', '', '1', '1', '', 4495.00, 0, 4495.00, 0, 0, 180.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(553, 'P.B Mukharji\'s The New Jurisprudence', 'The Grammar of Modern Law - Tagore Law Lectures', '<p>While appearing in its second edition this distinguished work not only undates the topics dealt with in its earlier edition but also incorporated new topics, <em>inter alia</em>, Companies Act 2013, new crimes, offshore banking, intellectual property rights under TRPS&#39;s Agreement, honour killing, inter-country adoption, same-sex marriage, surrogate mother, single parent, special economic zone, live-in relationship which make this book even more interesting and useful.</p>\n', '', '2nd (2016)', 0, '9788171773022', '333', '2025 (Reprint)', '1', 'CoverImage_1472121422553.jpg', 2, '610', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '30', 0, 0, '<p>Chapters 1. New Jurisprudence<br />\nChapters 2. The Schools of Jurisprudence- A critique and review<br />\nChapters 3. Law and its Definitions<br />\nChapters 4. The Thesis<br />\nChapters 5. Legislative Jurisprudence<br />\nChapters 6. Constitutional Jurisprudence<br />\nChapters 7. Common Law Jurisprudence<br />\nChapters 8. Equity Jurisprudence<br />\nChapters 9. Company Jurisprudence<br />\nChapters 10. The Jurisprudence of Taxation<br />\nChapters 11. Industrial Jurisprudence<br />\nChapters 12. Administrative Jurisprudence<br />\nChapters 13. International Jurisprudence<br />\nChapters 14. Matrimonial Jurisprudence<br />\nChapters 15. Economic Jurisprudence<br />\nChapters 16. Jurisprudence of Intellectual Property Rights<br />\nChapters 17. Justice, in Theory and Practice</p>\n', '<p>Judges, Advocates and persons engaged in legal field</p>\n', '1', '2,1', '', 1695.00, 0, 1440.75, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(466, 'Majumder\'s Laws Relating to Notices', '', '<p>Notice means an information, an advice or a written warning in more or less formal shape, intended to apprise a person of such proceeding in which his interest is involved or informing him of some fact which is his right to know and the duty of the notifying authority to communicate. To protect the rights guaranteed by the Constitution of India or laid down in other statutes or contractually agreed, one may have to receive or issue notice from or to persons or authorities. Up to date state of the laws In the instant edition of this utility oriented work, care has been taken to cover the relevant areas as much as possible with emphasis on recent legislations and/or amendments thereof. Attempt has been made to incorporate all the important decisions of the apex court and various High Courts to present an up to date state of the law, without making any departure from the compact character of the book. It has made room for a wide variety of laws and Acts under which notices are to be served, catering to the various segments of society. Comprehensive account of the subject. The present edition provides a comprehensive account of the subject by dealing with the definition and purpose, their classes and requirements, their service and such other broad features. While incorporating the new issues or legislations, this edition eliminates the obsolete ones to reduce the unnecessary bulk. It is devoted to notices coming under several recent Acts of the Central Government. It also contains model forms to render the work useful from the practitioners point of view. This edition deals with all the current aspects of the subject will surely be treated as helpful as, if not more than, it was in its earlier editions.</p>\n', '<p>Requirements in a notice</p>\n\n<p>\\Mode of service of notice</p>\n\n<p>Waiver of notice</p>\n\n<p>Effects of notice on joint tenants</p>\n\n<p>Notice by a trustee</p>\n\n<p>Reasonableness of a notice</p>\n', '8th', 0, '817177370-1', '119', '2022', '1', 'CoverImage_1645628538466.jpg', 2, '742', '0', '1', '', '0000-00-00 00:00:00', 1, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '12', 1, 0, '<p>Chapter 1 Introduction</p>\n\n<p>Chapter 2 Classification of Notices</p>\n\n<p>Chapter 3 Requirements in a Notice</p>\n\n<p>Chapter 4 Service of Notice</p>\n\n<p>Chapter 5 Persons Competent to Issue Notice</p>\n\n<p>Chapter 6 Persons Competent to Accept Notice</p>\n\n<p>Chapter 7 Effects of Notice of Joint-interest Holders</p>\n\n<p>Chapter 8 Waiver of Notice</p>\n\n<p>Chapter 9 Savings of Limitation where Notice is Statutory (Section 15(2) of the Limitation Act 1963)</p>\n\n<p>Chapter 10 Miscellaneous Facts about Notices</p>\n\n<p>Chapter 11 Notices under the Code of Civil Procedure 1908</p>\n\n<p>Chapter 12 Notices under the Railways Act 1989</p>\n\n<p>Chapter 13 Notices under the Indian Partnership Act 1932</p>\n\n<p>Chapter 14 Notices under the Sale of Goods Act 1930</p>\n\n<p>Chapter 15 Notices under the Arbitration &amp; Conciliation Act 1996</p>\n\n<p>Chapter 16 Notices under the Indian Contract Act 1872</p>\n\n<p>Chapter 17 Notices under the Constitution of India, Law of Wrongful Dismissal and the Law of Torts</p>\n\n<p>Chapter 18 Notices under the Negotiable Instruments Act 1881</p>\n\n<p>Chapter 19 Notices Relating to Tenancy</p>\n\n<p>Chapter 20 Notices under the Companies Act 2013</p>\n\n<p>Chapter 21 Notices under the Consumer Protection Act 2019</p>\n\n<p>Chapter 22 Notices under the Code of Criminal Procedure 1973</p>\n\n<p>Chapter 23 Notices under the Securities and Exchange Board of India Act 1992 (SEBI)</p>\n\n<p>Chapter 24 Notices under the Industrial Disputes Act 1947</p>\n\n<p>Chapter 25 Notices under the Factories Act 1948</p>\n\n<p>Chapter 26 Notices under the Employee&amp;rsquo;s Compensation Act 1923</p>\n\n<p>Chapter 27 Notices under the Industrial Employment (Standing Orders) Act 1946</p>\n\n<p>Chapter 28 Notices under the Municipalities, Municipal Corporations and other Body-corporates</p>\n\n<p>Chapter 29 Notices under the Labour Laws</p>\n\n<p>Chapter 30 Notices under other Central Acts</p>\n\n<p>Chapter 31 Miscellaneous Notices</p>\n', '<p>Judges, Advocates and Persons engaged in Legal field</p>\n', '1', '1', '', 1250.00, 0, 1250.00, 0, 0, 150.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(656, 'S. A. Kader The Hindu Succession Act, 1956', '', '<p>An outstanding work covering almost all the problems that are frequently faced by a busy lawyer along with their probable solutions. The work is throughly revised and updated by incorporating almost all the important judgements of apex court and those of different High Courts. It answers the issue inter alia sources of Hindu Law, equal right of daughter, disqualification of inheritance, right of child in womb, presumption of simultaneous death, stridhana property, pious obligation of a son, successionn of property of transgender, preferential right of heirs, a Hindu widow whether can be a karta.</p>\n', '<p>Source of Hindu Law<br />\nA widow whether can be a karta<br />\nSuccession of property of transgender<br />\nPreferential right of heirs<br />\nPresumption of simultaneous death<br />\nPious obligation of a son<br />\nDisqualification of a widow from inheritance</p>\n', '3rd', 0, '978817177317-8', '325', '2022', '1', 'H_Success_2022_Front_Col.jpg', 0, '633', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-05-10 07:04:23', '42', 1, 0, '<p>Preface to the Third Edition<br />\nPreface to the First Edition<br />\nTable of Cases<br />\n<strong>The Hindu Succession Act, 1956<br />\nThe Hindu Succession Bill, 1954 </strong>(Bill No. 13 of 1954)<br />\nChapter 1 Preliminary<br />\nChapter 2 Intestate Succession<br />\nChapter 3 Testamentary Succession<br />\n<strong>The Report of the Joint Committee of the Houses of Parliament on the Hindu Succession Bill, 1954<br />\nThe Hindu Succession Bill, 1954 </strong>(Bill No. 13B of 1954)<br />\nChapter 1 Preliminary<br />\nChapter 2 Intestate Succession<br />\nChapter 3 Testamentary Succession<br />\n<strong>The Hindu Succession Act, 1956</strong><br />\n<strong>The Hindu Succession (Amendment) Act, 2005</strong><br />\nChapter<strong> </strong>I Preliminary<br />\nChapter<strong> </strong>II Intestate Succession<br />\nChapter III Testamentary Succession<br />\nChapter IV Repeals<br />\n<strong>Appendix<br />\nIndex</strong></p>\n', '', NULL, '1', '', 1125.00, 0, 1125.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-05-10 07:04:23');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(467, 'Majumder\'s Plaints', '', 'The instant edition of this utility oriented work, as the true successor of its earlier one, has taken adequate care to maintain its traditional standard and reputation. Divided into two parts, the first one deals with the substantive laws while the other part catalogues the specimen of plaints and petitions. In the present edition certain additions and alterations have been made to keep pace with the changed situations in law from the practical point of view and to assist the young lawyers to locate their area of interest. By covering all the important subjects, the work caters more than 600 specimen of plaints, petitions and the written statements to meet&amp;nbsp; instantly the need of the young and busy lawyers.', '&lt;strong&gt;Highlights&lt;/strong&gt;&lt;br /&gt;\r\n&amp;bull; Unnecessary amendment of plaint&lt;br /&gt;\r\n&amp;bull; Public Interest Litigation&lt;br /&gt;\r\n&amp;bull; Revocation of Probate&lt;br /&gt;\r\n&amp;bull; Diverting a water-course&lt;br /&gt;\r\n&amp;bull; Writ for equitable distribution&lt;br /&gt;\r\n&amp;bull; Right to information&lt;br /&gt;\r\n&amp;bull; Refund of baina with damages&lt;br /&gt;\r\n&lt;br /&gt;\r\n&lt;br /&gt;\r\n&lt;br /&gt;\r\n&lt;strong&gt;Model Forms of Plaints include matters of -&amp;nbsp;&lt;/strong&gt;\r\n&lt;ul&gt;\r\n	&lt;li&gt;Arbitration &amp;amp; Conciliation&lt;/li&gt;\r\n	&lt;li&gt;Consumer Protection&lt;/li&gt;\r\n	&lt;li&gt;Contempt of Court&lt;/li&gt;\r\n	&lt;li&gt;Guardians and wards&lt;/li&gt;\r\n	&lt;li&gt;Insolvency&lt;/li&gt;\r\n	&lt;li&gt;Maintenance&lt;/li&gt;\r\n	&lt;li&gt;Marriage and Divorce&lt;/li&gt;\r\n	&lt;li&gt;Motor Vehicles&lt;/li&gt;\r\n	&lt;li&gt;Negotiable Instrument&lt;/li&gt;\r\n	&lt;li&gt;Public interest litigation&lt;/li&gt;\r\n	&lt;li&gt;Railways&lt;/li&gt;\r\n	&lt;li&gt;Registration&lt;/li&gt;\r\n	&lt;li&gt;Right to information&lt;/li&gt;\r\n	&lt;li&gt;Sale of goods&lt;/li&gt;\r\n	&lt;li&gt;Service Law&lt;/li&gt;\r\n	&lt;li&gt;Tort&lt;/li&gt;\r\n	&lt;li&gt;Writ petition and so on&lt;/li&gt;\r\n&lt;/ul&gt;\r\n', '5th', 0, '9788171773497', '0', '2019', '1', 'CoverImage_1555409993467.jpg', 2, '876', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '55', 1, 0, 'Part One&lt;br /&gt;\r\nPrinciples of Pleadings&lt;br /&gt;\r\nChapter&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; Introductory&amp;nbsp; ........................................................................................ &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; On Pleadings Generally&amp;nbsp;&amp;nbsp; ...................................................................... &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; Structure of a Plaint&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 27&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp; Structure of a Written Statement&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...................................................... &amp;nbsp;&amp;nbsp;&amp;nbsp; 56&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp;&amp;nbsp; Registered Address of the Party&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 72&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&amp;nbsp;&amp;nbsp;&amp;nbsp; Signature in Pleadings&amp;nbsp;&amp;nbsp;&amp;nbsp; ....................................................................... &amp;nbsp;&amp;nbsp;&amp;nbsp; 80&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&amp;nbsp;&amp;nbsp;&amp;nbsp; Verification of Pleadings&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 84&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp; On Parties to Suits&amp;mdash;Generally&amp;nbsp;&amp;nbsp; ........................................................... &amp;nbsp;&amp;nbsp;&amp;nbsp; 91&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9&amp;nbsp;&amp;nbsp;&amp;nbsp; On Parties to Suits&amp;mdash;In Particular&amp;nbsp;&amp;nbsp;&amp;nbsp; ...................................................... &amp;nbsp; 108&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp; Pleadings and Special Rules in Respect of Some Particular Types of Suits&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....... &amp;nbsp;&amp;nbsp;&amp;nbsp; 142&lt;br /&gt;\r\nPart Two&lt;br /&gt;\r\nSpecimen of Plaints and Petitions&lt;br /&gt;\r\nAccounts&lt;br /&gt;\r\nForm No.&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.&amp;nbsp;&amp;nbsp; Suit for accounts............................................................................................... 159&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.&amp;nbsp;&amp;nbsp; Suit by principal against agent for account........................................................ 160&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.&amp;nbsp;&amp;nbsp; Suit by a principal against an agent for rendering of accounts (Another Form) 161&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.&amp;nbsp;&amp;nbsp; Suit by a principal against a defaulter-agent...................................................... 165&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5.&amp;nbsp;&amp;nbsp; Suit by principal against agent for account, with allegations of wilful default... 165&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.&amp;nbsp;&amp;nbsp; Suit against an agent by the principal for not using due care and for negligence&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 166&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.&amp;nbsp;&amp;nbsp; Suit by principal against agent for damages for negligence............................... 167&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.&amp;nbsp;&amp;nbsp; Suit by an agent against a principal for accounts of profit................................. 168&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.&amp;nbsp;&amp;nbsp; Suit for secret profit by a principal against an agent ......................................... 169&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.&amp;nbsp;&amp;nbsp; Suit for accounts against a co-sharer................................................................. 170&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11.&amp;nbsp;&amp;nbsp; Suit by a coparcener for accounts against the managing member of a Joint Hindu Family&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 170&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12.&amp;nbsp;&amp;nbsp; Suit for accounts against a certificated guardian................................................ 171&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13.&amp;nbsp;&amp;nbsp; Suit for accounts against the Karta of a Joint Hindu Family.............................. 172&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14.&amp;nbsp;&amp;nbsp; Written statement to the above plaint................................................................. 174&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15.&amp;nbsp;&amp;nbsp; Suit on khata accounts....................................................................................... 174&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16.&amp;nbsp;&amp;nbsp; Suit for an account of profits made out of moneys paid to the defendant ......... 175&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 17.&amp;nbsp;&amp;nbsp; Suit for an account of goods delivered to the defendant for sale....................... 177&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 18.&amp;nbsp;&amp;nbsp; Suit for value of goods purchased on credit...................................................... 177&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19.&amp;nbsp;&amp;nbsp; Suit for price of goods sold............................................................................... 178&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20.&amp;nbsp;&amp;nbsp; Suit to reopen a settled account......................................................................... 180&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 21.&amp;nbsp;&amp;nbsp; Suit on balance due on open, mutual and current account................................. 181&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22.&amp;nbsp;&amp;nbsp; Suit on an account stated................................................................................... 182&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23.&amp;nbsp;&amp;nbsp; Suit on an account stated (Another Form)......................................................... 182&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 24.&amp;nbsp;&amp;nbsp; Suit for reopening of settled accounts under Or. 7, r. 1 read with s. 26 of the CPC 1908&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 183&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25.&amp;nbsp;&amp;nbsp; Suit on an account stated with an alternative claim based on original debt........ 185&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 26.&amp;nbsp;&amp;nbsp; Suit on an account stated in respect of cross-demands...................................... 186&lt;br /&gt;\r\nAcknowledgment&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 27.&amp;nbsp;&amp;nbsp; Suit on an acknowledged debt........................................................................... 186&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 28.&amp;nbsp;&amp;nbsp; Suit on a Moblokbandi...................................................................................... 188&lt;br /&gt;\r\nAdministration&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 29.&amp;nbsp;&amp;nbsp; Suit for administration by a creditor.................................................................. 189&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30.&amp;nbsp;&amp;nbsp; Suit by a creditor for self and on behalf of all other creditors for administration and for appointment of a receiver &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 190&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 31.&amp;nbsp;&amp;nbsp; Suit for administration by specific legatee......................................................... 191&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32.&amp;nbsp;&amp;nbsp; Suit for administration by a pecuniary legatee................................................... 192&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 33.&amp;nbsp;&amp;nbsp; Suit by residuary legatee against executors for administration and for account on the basis of wilful default&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192&lt;br /&gt;\r\nAdmiralty&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34.&amp;nbsp;&amp;nbsp; Suit for wages by a master of a steamship........................................................ 193&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 35.&amp;nbsp;&amp;nbsp; Admiralty Jurisdiction....................................................................................... 194&lt;br /&gt;\r\nAdoption&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 36.&amp;nbsp;&amp;nbsp; Suit for setting aside an adoption...................................................................... 196&lt;br /&gt;\r\nAgency&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 37.&amp;nbsp;&amp;nbsp; Suit by a creditor against a principal for money borrowed by agent.................. 198&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 38.&amp;nbsp;&amp;nbsp; Suit by an agent for commission against his principal....................................... 199&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 39.&amp;nbsp;&amp;nbsp; Suit by an agent for money paid on behalf of the principal............................... 200&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40.&amp;nbsp;&amp;nbsp; Suit by a principal for damages against an agent for latter&amp;rsquo;s negligence............ 200&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 41.&amp;nbsp;&amp;nbsp; Suit by a principal against a del credere agent for the price of goods sold......... 201&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42.&amp;nbsp;&amp;nbsp; Suit by a principal against his agent for acting contrary to instructions............. 202&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 43.&amp;nbsp;&amp;nbsp; Suit by principal against agent for acting contrary to instruction (Another Form)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 203&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 44.&amp;nbsp;&amp;nbsp; Suit by a principal against an agent for accounts............................................... 203&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 45.&amp;nbsp;&amp;nbsp; Suit by a principal against defaulter-agent......................................................... 203&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 46.&amp;nbsp;&amp;nbsp; Suit by an agent against a principal for accounts of profit................................. 203&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 47.&amp;nbsp;&amp;nbsp; Suit for secret profit by a principal against an agent.......................................... 203&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 48.&amp;nbsp;&amp;nbsp; Suit by principal against sub-agent for recovery of secret profits...................... 204&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 49.&amp;nbsp;&amp;nbsp; Suit by agent against principal for breach of implied term in a contract to supply goods in a merchantable state&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 204&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50.&amp;nbsp;&amp;nbsp; Suit by agent against principal for indemnity against damage for breach of contract&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 205&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 51.&amp;nbsp;&amp;nbsp; Suit by agent for breach of contract of employment.......................................... 206&lt;br /&gt;\r\nAgistment of Cattle (Bailee of Cattle)&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 52.&amp;nbsp;&amp;nbsp; Suit for agistment of cattle................................................................................. 207&lt;br /&gt;\r\nAlienation&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 53.&amp;nbsp;&amp;nbsp; Suit by&amp;nbsp; a creditor under s. 53 of the Transfer of Property Act&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for declaration that alienation by the debtor is void........................................... 208&lt;br /&gt;\r\nAlluvion&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 54.&amp;nbsp; Suit for possession of diluviated land reformed in situ..................................... 209&lt;br /&gt;\r\nApprenticeship&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 55.&amp;nbsp; Suit by an apprentice against his master for wrongful dismissal....................... 210&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 56.&amp;nbsp;&amp;nbsp; Suit by apprentice for breach of convenant in an apprenticeship deed............... 211&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 57.&amp;nbsp;&amp;nbsp; Defence by employer to claim for breach of convenant in an apprenticeship deed&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 211&lt;br /&gt;\r\nAssignment&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 58.&amp;nbsp; Suit by an assignee of a debt under an absolute assignment.............................. 212&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 59.&amp;nbsp; Suit by an assignee of a debt under an absolute assignment (Simple Form)..... 213&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60.&amp;nbsp; Suit by an assignee of a promissory note.......................................................... 214&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 61.&amp;nbsp; Suit by an assignee of a promissory note (Another Form)................................ 215&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 62.&amp;nbsp;&amp;nbsp; Defence of set-off to claim by assignee of debt................................................. 215&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 63. &amp;nbsp; Suit by an assignee of a debt under an equitable assignment............................. 215&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 64.&amp;nbsp; Suit by the assignee of a life policy................................................................... 216&lt;br /&gt;\r\nArbitration and Conciliation&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 65.&amp;nbsp; Application for referring the disputes to arbitration........................................... 220&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 66.&amp;nbsp;&amp;nbsp; Application for referring the dispute to arbitration (Another Form).................. 222&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 67.&amp;nbsp; Application for interim orders........................................................................... 223&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 68.&amp;nbsp; Application for appointment of Arbitrator......................................................... 225&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 69.&amp;nbsp;&amp;nbsp; Affidavit relating to application for appointment of Arbitrator.......................... 226&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 70.&amp;nbsp; Application to Arbitrator................................................................................... 228&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 71.&amp;nbsp;&amp;nbsp; Application for claim for award (Statement of Claim)....................................... 229&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 72.&amp;nbsp; Claimant&amp;rsquo;s statement of claim............................................................................ 230&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 73.&amp;nbsp;&amp;nbsp; Statement of defence and counter-claim of respondent...................................... 232&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 74.&amp;nbsp;&amp;nbsp; Statement of defence with counter-claim (Another Form)................................. 233&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 75.&amp;nbsp;&amp;nbsp; Application for termination of mandates of Arbitrator...................................... 235&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 76.&amp;nbsp;&amp;nbsp; Application to Arbitrator to determine his jurisdiction...................................... 236&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 77.&amp;nbsp;&amp;nbsp; Application for assistance to direct a person to give evidence before Arbitrator..... &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 237&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 78.&amp;nbsp; Application to Arbitrator for correction, interpretation, additional award.......... 239&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 79.&amp;nbsp; Appeal from the order of a single Judge refusing to make interim order for protection of subject matter of arbitration......................................................................................................................... 241&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80.&amp;nbsp; Appeal from the order of arbitrator about his jurisdiction (Another Form)....... 242&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 81.&amp;nbsp;&amp;nbsp; Application for referring the parties to arbitration under the New York Convention Award&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 243&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 82. &amp;nbsp; Application for referring disputes to arbitration under Geneva Convention Awards&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 244&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 83.&amp;nbsp;&amp;nbsp; Appeal for setting aside award.......................................................................... 246&lt;br /&gt;\r\nBailment and Pledge&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 84. &amp;nbsp; Suit by a pawnee for money and sale of pledged ornaments............................. 248&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 85.&amp;nbsp;&amp;nbsp; Suit by a pawnee for balance after sale of a pledged property........................... 248&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 86.&amp;nbsp;&amp;nbsp; Suit by a bailor for recovery of money bailed................................................... 249&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 87.&amp;nbsp;&amp;nbsp; Suit by a bailor against a bailee for injury to goods bailed................................ 250&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 88.&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Suit&amp;nbsp; by a bailor for negligence and failure to redeliver goods bailed&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 251&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 89.&amp;nbsp;&amp;nbsp; Suit by bailor against bailee for unauthorised dealing with goods bailed.......... 251&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 90.&amp;nbsp;&amp;nbsp; Suit by a bailor against warehouseman for damages for conversion................. 252&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 91.&amp;nbsp;&amp;nbsp; Suit against a workman for failure to redeliver goods bailed............................. 253&lt;br /&gt;\r\n92.&amp;nbsp;&amp;nbsp;&amp;nbsp; Suit by a bailee (borrower) against a bailor for injuries caused by undisclosed defects of things bailed&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 253&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 93.&amp;nbsp;&amp;nbsp; Suit by a bailee against a bailor for injuries caused by faults of things bailed... 254&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 94.&amp;nbsp;&amp;nbsp; Defence by gratuitous bailee to claim for injury to goods bailed....................... 255&lt;br /&gt;\r\nBank and Deposits&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 95.&amp;nbsp;&amp;nbsp; Suit by a (non-trader) customer against his banker for dishonouring a cheque. 255&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 96.&amp;nbsp;&amp;nbsp; Suit by a customer (trader) against his bankers for dishonouring a cheque....... 256&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 97. &amp;nbsp; Suit by a (trader) customer against his banker for dishonouring a cheque (Another Form) &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 98.&amp;nbsp;&amp;nbsp; Bank&amp;rsquo;s suit for recovery of its claims and enforcement of equitable mortgage against borrower and the guarantor &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 257&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 99.&amp;nbsp;&amp;nbsp; Written statement of the defendants to the suit of the plaintiff for enforcement of claim and mortgage&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 260&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100.&amp;nbsp;&amp;nbsp; Suit by a customer against banker for money paid by the bank on a forged cheque&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 263&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 101. &amp;nbsp; Suit for recovery of money deposited with a bank............................................ 264&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 102.&amp;nbsp; Suit to recover deposit from a private body....................................................... 264&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 103.&amp;nbsp;&amp;nbsp; Suit for recovery of deposit............................................................................... 265&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 104. &amp;nbsp; Suit for recovery of security deposit from Government ................................... 265&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 105.&amp;nbsp;&amp;nbsp; Suit for recovery of moneys wrongfully dealt with........................................... 266&lt;br /&gt;\r\nBond&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 106. &amp;nbsp; Suit on a simple Money Bond .......................................................................... 268&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 107. &amp;nbsp; Suit on an Instalment Bond (Simple form without a default clause).................. 269&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 108. &amp;nbsp; Suit based on an Instalment Bond with default clause....................................... 270&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 109. &amp;nbsp; Suit on an Instalment Bond with a default clause (Alternative Form)............... 271&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 110.&amp;nbsp;&amp;nbsp; Suit by employer against employee for breach of condition of a bond not to engage in business in competition with the employer............................................................................................................. 272&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 111.&amp;nbsp;&amp;nbsp; Suit by executors of a deceased partner against surviving partners on a bond to secure payment by instalments of the share of the deceased partner and for indemnity against the partnership liabilities...... 273&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 112. &amp;nbsp; Suit on a Security Bond.................................................................................... 274&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 113. &amp;nbsp; Suit on a Fidelity Bond..................................................................................... 274&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 114.&amp;nbsp;&amp;nbsp; Suit by employer against guarantor on a Fidelity Bond..................................... 275&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 115. &amp;nbsp; Suit on Bond..................................................................................................... 276&lt;br /&gt;\r\nBroker&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 116. &amp;nbsp; Suit by a broker for commission and expenses................................................. 277&lt;br /&gt;\r\nCancellation of a Deed&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 117. &amp;nbsp; Suit for setting aside a transfer effected by a certificated guardian.................... 277&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 118.&amp;nbsp; Suit for setting aside a transfer effected by a natural guardian........................... 279&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 119. &amp;nbsp; Suit by a Muslim minor (after attaining majority) for setting aside a transfer effected by a de facto guardian&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 280&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 120. &amp;nbsp; Suit for cancellation of a sale-deed by a minor or by a person of unsound mind&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 280&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 121.&amp;nbsp;&amp;nbsp; Suit for setting aside a deed obtained by fraud.................................................. 281&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 122. &amp;nbsp; Suit for declaration of title alleging non-execution of a will.............................. 284&lt;br /&gt;\r\nCharge&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123.&amp;nbsp;&amp;nbsp; Suit for cancellation and return of promissory note executed on misrepresentation and recovery of outstanding amount&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 285&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 124.&amp;nbsp;&amp;nbsp; Written statement of Mr. C, the defendant to the plaint claiming return of the promissory note&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 287&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 125.&amp;nbsp; Suit for declaration and enforcement of a charge on property........................... 288&lt;br /&gt;\r\nCommission&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 126. &amp;nbsp; Suit by an estate agent against the principal for commission for introduction of purchaser of property&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 289&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 127.&amp;nbsp;&amp;nbsp; Suit by an agent against his principal for an account of commission for introduction of customers&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 290&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 128.&amp;nbsp; Suit by an agent for commission against his principal....................................... 291&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 129.&amp;nbsp; Suit for profits by a principal against his commission agent............................. 291&lt;br /&gt;\r\nCompany&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 130.&amp;nbsp; Suit by a director of a company for his fees...................................................... 291&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 131.&amp;nbsp; Suit by a company against shareholders for allotment money and calls............ 291&lt;br /&gt;\r\nContract&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 132.&amp;nbsp;&amp;nbsp; Suit by actor against theatrical company for breach of contract and damages for loss of publicity&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 292&lt;br /&gt;\r\nBreach of Contract&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 133.&amp;nbsp;&amp;nbsp; Suit for prohibitory injunction to restrain a breach of contract.......................... 293&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 134.&amp;nbsp;&amp;nbsp; Suit to rescind a contract of sale on the grounds of fraud and misrepresentation&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 294&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 135.&amp;nbsp;&amp;nbsp; Suit to rescined a contract on the ground of fraudulent misrepresentation and recovery of money paid under it&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 295&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 136.&amp;nbsp;&amp;nbsp; Suit to rescind a contract and for recovery of money paid under it.................... 296&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 137.&amp;nbsp; Suit for price for supply of goods (on document)............................................. 296&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 138.&amp;nbsp; Suit for price for supply of goods on credit...................................................... 298&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 139.&amp;nbsp;&amp;nbsp; Application for setting aside ex parte decree..................................................... 299&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 140.&amp;nbsp; Suit for specific performance............................................................................ 300&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 141.&amp;nbsp; Suit for recovery of money (following breach of trust)..................................... 302&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 142.&amp;nbsp; Suit to set aside sale deed.................................................................................. 304&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 143. &amp;nbsp; Suit for recovery of money for contractual works done.................................... 305&lt;br /&gt;\r\nContribution&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 144. &amp;nbsp; Suit by a lessee against co-lessees for contribution........................................... 306&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 145.&amp;nbsp;&amp;nbsp; Suit by manager of a joint Hindu family for contribution in respect of money borrowed for joint family purposes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 307&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 146.&amp;nbsp; Suit by a partner against other partners for contribution.................................... 308&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 147. &amp;nbsp; Suit by a partner against his co-partner for contribution.................................... 309&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 148. &amp;nbsp; Suit for contribution between co-judgment-debtors.......................................... 309&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 149. &amp;nbsp; Suit for contribution by an executant of a promissory note who paid the whole of the judgment debt&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 310&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150. &amp;nbsp; Suit for contribution between parties &amp;nbsp;(co-plaintiff or co-defendants) in a suit.. 311&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 151. &amp;nbsp; Suit by a surety against a co-surety for contribution......................................... 312&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 152.&amp;nbsp;&amp;nbsp; Suit by a trustee against his co-trustees for contribution................................... 312&lt;br /&gt;\r\nConversion&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 153. &amp;nbsp; Suit for conversion of goods by failure to deliver............................................. 313&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 154.&amp;nbsp;&amp;nbsp; Suit for conversion by destruction.................................................................... 314&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 155. &amp;nbsp; Suit for detention and conversion of goods....................................................... 314&lt;br /&gt;\r\nCopyright&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 156.&amp;nbsp; Suit for infringement of copyright in a dramatic work ..................................... 315&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 157.&amp;nbsp;&amp;nbsp; Suit for infringement of copyright in a book..................................................... 315&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 158.&amp;nbsp; Suit for surrender of manuscript infringing copyright....................................... 317&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 159. &amp;nbsp; Suit for infringement of copyright in a plan...................................................... 319&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 160. &amp;nbsp; Suit for infringement of copyright in industrial design...................................... 320&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 161.&amp;nbsp; Suit for injunction restraining infringement of copyright in a book................... 321&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 162.&amp;nbsp;&amp;nbsp; Suit by assignee of copyright for infringement of the performing right in a song&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 323&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 163. &amp;nbsp; Suit for damages for infringement of a registered trade mark and for injunction&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 324&lt;br /&gt;\r\nDamages&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 164.&amp;nbsp;&amp;nbsp; Suit for damages caused by negligent driving of a car...................................... 325&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 165.&amp;nbsp;&amp;nbsp; Suit for recovery of movables wrongfully detained or their value and for damages for detention&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 328&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 166.&amp;nbsp;&amp;nbsp; Suit for recovery of goods lent to the defendant................................................ 328&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 167.&amp;nbsp;&amp;nbsp; Suit for damages for breach of agreement......................................................... 329&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 168. &amp;nbsp; Suit for return of motorcycle duly repaired....................................................... 330&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 169. &amp;nbsp; Application for compensation under s. 166 of the M.V. Act 1988................... 332&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 170.&amp;nbsp;&amp;nbsp; Application for grant of solatium from solatium fund &amp;nbsp;by the victim of hit and run Motor Accident&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 335&lt;br /&gt;\r\nDeclaration&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 171.&amp;nbsp; Suit for declaration............................................................................................ 336&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172. &amp;nbsp; Suit for declaration of tenancy right and for injunction..................................... 338&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 173.&amp;nbsp; Suit for declaration of plaintiff&amp;rsquo;s right and for injunction.................................. 339&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 174.&amp;nbsp; Suit for declaration of legitimacy....................................................................... 340&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 175.&amp;nbsp;&amp;nbsp; Suit for declaration of a legal character of the plaintiff...................................... 342&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 176.&amp;nbsp;&amp;nbsp; Suit for declaration that dismissal of the plaintiff from office is illegal.............. 343&lt;br /&gt;\r\nDecree&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 177. &amp;nbsp; Suit for setting aside a decree on grounds of fraud........................................... 344&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 178. &amp;nbsp; Suit for setting aside a decree on grounds of fraud (Another Form)................. 345&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 179. &amp;nbsp; Suit for setting aside a consent decree or for amendment therein...................... 346&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 180.&amp;nbsp; Suit for declaration that decree of dissolution of marriage is void..................... 347&lt;br /&gt;\r\nDeposit&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 181.&amp;nbsp; Suit for recovery of deposit............................................................................... 348&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 182.&amp;nbsp; Suit to recover money deposited (Another Form)............................................. 349&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 183.&amp;nbsp;&amp;nbsp; Suit for recovery of specific goods deposited................................................... 350&lt;br /&gt;\r\nDistress&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 184.&amp;nbsp; Suit for illegal distress....................................................................................... 350&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 185.&amp;nbsp; Suit for recovery of the value of goods distrained and sold.............................. 351&lt;br /&gt;\r\nDower&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 186.&amp;nbsp; Suit by a Muslim wife for (i) Prompt dower; &amp;nbsp;(ii) Deferred dower; (iii) Both prompt and deferred dower&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 352&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 187.&amp;nbsp;&amp;nbsp; Defence to claim by Shia Mahomedan wife for prompt dower, where the character of dower was not specified&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 353&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 188.&amp;nbsp;&amp;nbsp; Suit by a Muslim wife for dower (Where not specified whether dower was prompt or deferred)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 354&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 189.&amp;nbsp; Suit for deferred dower..................................................................................... 355&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 190.&amp;nbsp;&amp;nbsp; Suit by the other heirs of a deceased Mahomedan against the widow in possession of his estate in lieu&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of her dower, for accounts and administration.................................................. 356&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 191.&amp;nbsp;&amp;nbsp; Suit by the heirs of a deceased Mahomedan against transferee from the widow who was in possession of the property in lieu of her dower............................................................................................ 357&lt;br /&gt;\r\nEasement&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.&amp;nbsp; Suit for declaration that easement right acquired in absolute............................. 357&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 193.&amp;nbsp; Suit for obstruction to plaintiff&amp;rsquo;s right of way................................................... 359&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 194. &amp;nbsp; Suit for obstruction of right of way (Another Form)........................................ 360&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 195.&amp;nbsp; Suit for obstruction to right of flow of rain water etc........................................ 361&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 196. &amp;nbsp; Suit for interference with a right of privacy and for mandatory injunction........ 362&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 197. &amp;nbsp; Suit for compensation for diverting a water-course........................................... 363&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 198.&amp;nbsp; Suit for injunction to prevent obstruction of right to light ................................ 364&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 199.&amp;nbsp;&amp;nbsp; Suit for mandatory injunction to remove obstruction to the access of light and air to a house&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 365&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200.&amp;nbsp;&amp;nbsp; Defence to a claim for mandatory injunction for obstruction to the access and use of light and air to and for a house&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 365&lt;br /&gt;\r\nG&amp;shy;&amp;shy;&amp;shy;uarantee, Surety and Indemnity&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 201. &amp;nbsp; Suit on a guarantee of a debt against a surety.................................................... 366&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 202.&amp;nbsp;&amp;nbsp; General defences by surety in a suit on a guarantee of debt.............................. 367&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 203.&amp;nbsp; Suit against a surety for payment of rent for house premises............................ 368&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 204. &amp;nbsp; Suit against a principal and the surety for price of goods ................................. 369&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 205. &amp;nbsp; Suit on an express indemnity............................................................................ 369&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 206.&amp;nbsp;&amp;nbsp; Suit for indemnity in respect of unpaid debts (express indemnity).................... 370&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 207. &amp;nbsp; Suit on an implied indemnity............................................................................. 371&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 208.&amp;nbsp;&amp;nbsp; Suit by a company against a shareholder for indemnity against costs of action which he was allowed to defend in company&amp;rsquo;s name.............................................................................................................. 372&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 209.&amp;nbsp;&amp;nbsp; Suit for indemnity against seller of property..................................................... 372&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 210.&amp;nbsp;&amp;nbsp; Written statement of defendant to the suit for indemnity................................... 374&lt;br /&gt;\r\nInfringement&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 211. &amp;nbsp; Suit for damages for infringement of patent rights............................................ 375&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 212.&amp;nbsp;&amp;nbsp; Suit to restrain infringement (passing off) of trade mark................................... 376&lt;br /&gt;\r\nHire and Hire-purchase&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 213. &amp;nbsp; Suit for hire-charge of goods against a hirer..................................................... 378&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 214. &amp;nbsp; Suit for rent of goods against a hirer................................................................. 379&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 215. &amp;nbsp; Suit against a hirer for damages for breach of agreement.................................. 379&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 216. &amp;nbsp; Suit for arrears of rent in a hire-purchase.......................................................... 380&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 217.&amp;nbsp;&amp;nbsp; Suit for the hire of goods on termination of contract......................................... 381&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 218.&amp;nbsp;&amp;nbsp; Suit by owner for arrears of rent payable under a hire-purchase agreement, after the owner has retaken possession on default....................................................................................................... 381&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 219.&amp;nbsp;&amp;nbsp; Suit for arrears of instalments in a hire-purchase.............................................. 382&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 220. &amp;nbsp; Suit for arrears of hire and return of goods....................................................... 383&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 221.&amp;nbsp;&amp;nbsp; Suit for recovery of dues under hire-purchase agreement................................. 384&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 222.&amp;nbsp;&amp;nbsp; Written statement to the plaint for the recovery of dues under the hire-purchase agreement&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 385&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 223.&amp;nbsp; Suit for damages for breach of hire-purchase agreement (a case of parting with possession)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 386&lt;br /&gt;\r\nIdol&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 224.&amp;nbsp; Suit by an idol for administration of debuttar property...................................... 387&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 225.&amp;nbsp; Suit by a next friend of an idol against the shebait............................................ 388&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 226. &amp;nbsp; Suit by a creditor against a shebait of an idol for a debt.................................... 391&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 227.&amp;nbsp;&amp;nbsp; Suit by future shebaits to have a sale of debuttar property declared void.......... 392&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 228.&amp;nbsp; Suit for removal of shebait................................................................................ 392&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 229.&amp;nbsp; Suit for removal of Manager of a temple........................................................... 394&lt;br /&gt;\r\nInjunction&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 230.&amp;nbsp; Suit for injunction............................................................................................. 396&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 231.&amp;nbsp;&amp;nbsp; Suit for prohibitory injunction to restrain a breach of contract.......................... 398&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 232.&amp;nbsp;&amp;nbsp; Suit for injunction restraining an election.......................................................... 399&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 233.&amp;nbsp;&amp;nbsp; Suit for mandatory-cum-prohibitory injunction by a landlord against a tenant.. 401&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 234.&amp;nbsp;&amp;nbsp; Suit for a mandatory injunction by a landlord against a tenant.......................... 402&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 235.&amp;nbsp;&amp;nbsp; Defence to a claim by landlord for mandatory injunction.................................. 403&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 236.&amp;nbsp;&amp;nbsp; Suit by landlord against tenant for an injunction to restrain a breach of covenant&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 403&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 237.&amp;nbsp;&amp;nbsp; Suit by a landlord against a tenant for a prohibitory injunction......................... 404&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 238.&amp;nbsp;&amp;nbsp; Suit for an injunction restraining acts of waste.................................................. 405&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 239.&amp;nbsp;&amp;nbsp; Suit for an injunction against the obstruction and diversion of water-course.... 406&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 240.&amp;nbsp;&amp;nbsp; Suit for injunction against interference with construction of a house................ 406&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 241.&amp;nbsp;&amp;nbsp; Written statement to the plaint for injunction..................................................... 408&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 242.&amp;nbsp;&amp;nbsp; Suit for injunction in respect of construction..................................................... 410&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 243.&amp;nbsp;&amp;nbsp; Written statement of the defendant to the plaint for injunction........................... 412&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 244.&amp;nbsp;&amp;nbsp; Suit for an injunction restraining making noises............................................... 413&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 245.&amp;nbsp;&amp;nbsp; Written statement to the plaint for injunction against noise................................ 415&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 246.&amp;nbsp;&amp;nbsp; Suit for an order of injunction restraining from committing nuisance at the premises of the plaintiff&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 415&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 247.&amp;nbsp;&amp;nbsp; Written statement to the plaint claiming injunction for nuisance........................ 416&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 248.&amp;nbsp;&amp;nbsp; Suit for injunction restraining improper use of let-out premises........................ 417&lt;br /&gt;\r\nInsolvency&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 249.&amp;nbsp;&amp;nbsp; Suit for recovery of a debt against an insolvent................................................. 418&lt;br /&gt;\r\nInjury&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 250.&amp;nbsp;&amp;nbsp; Suit by wife for personal injuries sustained in the act of saving her husband... 419&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 251. &amp;nbsp; Suit for damages for injury caused to domestic animal .................................... 420&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 252. &amp;nbsp; Suit for damages for felling and removal of trees.............................................. 420&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 253. &amp;nbsp; Suit for compensation for trespass and cutting away plaintiff&amp;rsquo;s crops ............. 421&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 254. &amp;nbsp; Suit for damages for theft of fish from plaintiff&amp;rsquo;s tank...................................... 422&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255. &amp;nbsp; Suit for damages for personal injuries caused by the defendant&amp;rsquo;s dog ............. 422&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256.&amp;nbsp;&amp;nbsp; Suit by a child for personal injury caused by a concealed danger...................... 423&lt;br /&gt;\r\nInsurance&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 257.&amp;nbsp;&amp;nbsp; Suit on a policy of fire insurance....................................................................... 424&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 258.&amp;nbsp;&amp;nbsp; Suit by a plaintiff under insurance of a motor car (third party risks)................. 425&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 259.&amp;nbsp;&amp;nbsp; Suit by an assignee of a Life Insurance Policy.................................................. 426&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 260.&amp;nbsp;&amp;nbsp; Suit against an insurer for loss of cargo............................................................ 426&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 261.&amp;nbsp;&amp;nbsp; Suit by an assignee of a Life Policy against Life Insurance Corporation........... 427&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 262.&amp;nbsp;&amp;nbsp; Defence that the policy was obtained by the fraudulent concealment and misstatement of material facts &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 427&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 263.&amp;nbsp;&amp;nbsp; General defences to a claim on a policy of fire insurance.................................. 428&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 264.&amp;nbsp;&amp;nbsp; Suit against an Underwriter on a Policy of Marine Insurance on a ship for total loss &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 429&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 265. &amp;nbsp; Suit by assured on an accident policy................................................................ 430&lt;br /&gt;\r\nInterest&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 266.&amp;nbsp; Suit for recovery of contractual/customary interest........................................... 430&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 267. &amp;nbsp; Suit for recovery of interest only....................................................................... 431&lt;br /&gt;\r\nInterpleader Suit&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 268.&amp;nbsp; Suit by a bailee against rival claimants.............................................................. 432&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 269.&amp;nbsp;&amp;nbsp; Suit for recovery of jewellery sold and delivered on dishonour of cheque........ 433&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 270.&amp;nbsp;&amp;nbsp; Written statement to the plaint for the recovery of jewellery on dishonour of cheque&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 434&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 271.&amp;nbsp;&amp;nbsp; Suit by creditor against members of a joint Hindu family for money borrowed by karta&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 436&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 272.&amp;nbsp;&amp;nbsp; Suit for personal decree against a junior coparcener for money borrowed by karta&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 436&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 273.&amp;nbsp;&amp;nbsp; Suit to enforce a mortgage of joint family properties executed by karta............ 437&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 274.&amp;nbsp;&amp;nbsp; Suit on a mortgage of joint family property executed by father for payment of antecedent debt&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 438&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 275.&amp;nbsp;&amp;nbsp; Suit by minor coparceners of a Mitakshara joint family to have a sale of joint family property set aside on the ground that the debt incurred by their father was immoral............................................... 439&lt;br /&gt;\r\nLease and Tenancy&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 276.&amp;nbsp; Suit by landlord against tenant for rent.............................................................. 439&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 277.&amp;nbsp; Suit by landlord for rent against lessee and his assignee .................................. 440&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 278. &amp;nbsp; Suit by landlord against tenant for damages for breach of covenant to repair.... 440&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 279. &amp;nbsp; Suit by landlord for possession and mesne profits upon determination of tenancy by a notice to quit &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 441&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 280. &amp;nbsp; Suit by landlord for possession and mesne profits after determination of tenancy by efflux of time &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 441&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 281.&amp;nbsp; Suit by landlord against tenant for possession on forfeiture of lease for non-payment of rent in breach of express covenant&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 442&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 282. &amp;nbsp; Suit by landlord for possession and mesne profits upon a breach of condition, involving forfeiture, where tenant was required to remedy the breach but failed to do so...................................................... 442&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 283.&amp;nbsp;&amp;nbsp; Suit by landlord for possession on forfeiture of lease upon denial of title by the tenant&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 443&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 284.&amp;nbsp;&amp;nbsp; Suit for arrears of rent against a tenant.............................................................. 444&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 285.&amp;nbsp;&amp;nbsp; Suit for ejectment of a tenant on grounds of default.......................................... 445&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 286.&amp;nbsp;&amp;nbsp; Suit for ejectment of a tenant on other grounds &amp;nbsp;(for forfeiture of lease for non-payment of rent in&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; breach of express covenant).............................................................................. 446&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 287.&amp;nbsp;&amp;nbsp; Suit for ejectment of a tenant on expiry of term and for damages...................... 447&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 288.&amp;nbsp;&amp;nbsp; Suit for ejectment of a lessee for denial of plaintiff&amp;rsquo;s title.................................. 448&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 289.&amp;nbsp;&amp;nbsp; Suit by a landlord against a tenant for a mandatory injunction.......................... 448&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 290.&amp;nbsp;&amp;nbsp; Suit by a landlord against a tenant for a prohibitory injunction......................... 448&lt;br /&gt;\r\nUse and Occupation&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 291.&amp;nbsp;&amp;nbsp; Suit for damages for wrongful use and occupation of plaintiff&amp;rsquo;s premises....... 449&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 292.&amp;nbsp;&amp;nbsp; Suit for damages for (legal) occupation of plaintiff&amp;rsquo;s premises......................... 449&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 293.&amp;nbsp;&amp;nbsp; Suit against a licensee for use and occupation................................................... 450&lt;br /&gt;\r\nWest Bengal Premises Tenancy&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 294.&amp;nbsp;&amp;nbsp; Petition by a tenant for depositing rent with the Rent Controller....................... 452&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 295.&amp;nbsp;&amp;nbsp; Petition by tenant for repairs of rented premises............................................... 453&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 296.&amp;nbsp;&amp;nbsp; Petition by a tenant for maintenance of essential services and for action against disturbance thereof&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 454&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 297.&amp;nbsp;&amp;nbsp; Petition for fixation of a fair rent....................................................................... 455&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 298.&amp;nbsp;&amp;nbsp; Petition by a landlord for increase of fair rent................................................... 456&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 299.&amp;nbsp;&amp;nbsp; Petition for striking out a defence...................................................................... 457&lt;br /&gt;\r\nLicence&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300. &amp;nbsp; Suit by licensor against licensee for possession................................................ 458&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 301.&amp;nbsp;&amp;nbsp; Suit by licensee against licensor for revocation involving breach of contract.... 459&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 302.&amp;nbsp;&amp;nbsp; Suit by licensee against trespasser .................................................................... 459&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 303.&amp;nbsp;&amp;nbsp; Suit by a licensee for khas possession by ejecting a trespasser......................... 460&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 304. &amp;nbsp; Suit for ejecting a licensee under permissive occupation................................... 461&lt;br /&gt;\r\nMaintenance&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 305. &amp;nbsp; Suit by a Hindu wife for maintenance against her husband............................... 463&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 306.&amp;nbsp;&amp;nbsp; Defence to a claim by wife for maintenance...................................................... 464&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 307.&amp;nbsp;&amp;nbsp; Suit under s. 24 of the Hindu Marriage Act 1955 by Hindu husband for maintenance against wife&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 464&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 308.&amp;nbsp;&amp;nbsp; Petition under s. 24 of the Hindu Marriage Act 1955 for maintenance pendente lite&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 465&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 309. &amp;nbsp; Suit by a Muslim wife for maintenance............................................................. 466&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 310.&amp;nbsp; Suit by a widow for maintenance...................................................................... 467&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 311.&amp;nbsp;&amp;nbsp; Petition by a parent for maintenance against son............................................... 468&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 312.&amp;nbsp;&amp;nbsp; Petition by a parent for maintenance against his son under the Maintenance and Welfare of Parents and Senior Citizens Act 2007............................................................................................................. 468&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 313.&amp;nbsp;&amp;nbsp; Petition by daughter for maintenance against father.......................................... 468&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 314.&amp;nbsp;&amp;nbsp; Petition by physically challenged adult son for maintenance against his father. 469&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 315.&amp;nbsp;&amp;nbsp; Application for custody of children under the Hindu Marriage Act 1955......... 469&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 316.&amp;nbsp;&amp;nbsp; Petition for alimony and maintenance (permanent) under the Hindu Marriage Act 1955 (s. 25 of the Act)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 470&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 317.&amp;nbsp;&amp;nbsp; Application for alimony during pendency of suit &amp;nbsp;(under s. 24 of the Hindu Marriage Act 1955)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 472&lt;br /&gt;\r\nMaster and Servant&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 318. &amp;nbsp; Suit for damages for wrongful dismissal.......................................................... 473&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 319.&amp;nbsp;&amp;nbsp; Petition for reinstatement in service after declaration of the order of dismissal. 474&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 320.&amp;nbsp; Suit by a servant for wages............................................................................... 475&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 321. &amp;nbsp; Praying for promotion and declaration of seniority in service........................... 476&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 322.&amp;nbsp;&amp;nbsp; Petition for declaration of status as Research Assistants................................... 478&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 323.&amp;nbsp;&amp;nbsp; Review application............................................................................................ 479&lt;br /&gt;\r\nMoney Suit&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 324.&amp;nbsp; Suit for money lent............................................................................................ 481&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 325.&amp;nbsp;&amp;nbsp; Suit for money paid by the plaintiff payable by the defendant .......................... 482&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 326. &amp;nbsp; Suit for recovery of money for a consideration which failed............................. 483&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 327. &amp;nbsp; Suit for money paid under a mistake of fact...................................................... 484&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 328.&amp;nbsp; Suit for money obtained by fraud...................................................................... 485&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 329. &amp;nbsp; Suit for money obtained by coercion................................................................. 485&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 330. &amp;nbsp; Suit for refund of money overpaid.................................................................... 485&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 331.&amp;nbsp; Suit on a handnote............................................................................................. 486&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 332. &amp;nbsp; Suit against a Surety on a Guarantee of Debt.................................................... 487&lt;br /&gt;\r\nMortgage Suit&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 333.&amp;nbsp;&amp;nbsp; Suit by a mortgagee under a simple mortgage................................................... 488&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 334.&amp;nbsp; Suit by a mortgagor for redemption.................................................................. 488&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 335. &amp;nbsp; Suit by a mortgagee for sale or foreclosure (Mortgage by way of conditional sale) &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 490&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 336. &amp;nbsp; Suit by a mortgagee under an equitable mortgage for charge and dues ............ 490&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 337.&amp;nbsp;&amp;nbsp; Suit by a mortgagee bank against mortgagor with facilities to over-draw against an account in the bank&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 491&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 338.&amp;nbsp; Suit by a prior mortgagee against a mortgagor and a puisne mortgagee ........... 493&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 339. &amp;nbsp; Suit by a puisne mortgagee against a prior mortgagee and the mortgagor......... 494&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 340.&amp;nbsp;&amp;nbsp; Suit by mortgagee for foreclosure..................................................................... 495&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 341.&amp;nbsp;&amp;nbsp; Written statement to the suit for foreclosure of mortgaged property.................. 495&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 342.&amp;nbsp;&amp;nbsp; Suit by mortgagor for redemption of a usufructuary mortgage......................... 497&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 343.&amp;nbsp;&amp;nbsp; Suit by equitable mortgagee for declaration of charge and sale......................... 498&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 344.&amp;nbsp;&amp;nbsp; Suit by subrogate for enforcement of the rights of the mortgagee whose mortgage has been redeemed&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 498&lt;br /&gt;\r\nNegotiable Instruments&lt;br /&gt;\r\nA. Bills of Exchange (Inland)&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 345. &amp;nbsp; Suit by an endorsee of a Bill of Exchange against drawer, acceptor and Indorser&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 499&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 346.&amp;nbsp;&amp;nbsp; Suit by a payee of a Bill of Exchange against drawer for non-acceptance ........ 500&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 347. &amp;nbsp; Suit by a payee of a Bill of Exchange for default of payment ........................... 501&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 348.&amp;nbsp;&amp;nbsp; Suit by acceptor induced by fraud of drawer to accept bill, against drawer, for cancellation and delivery up of the bill&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 501&lt;br /&gt;\r\nB. Cheque&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 349.&amp;nbsp; Suit by an endorsee of a cheque against the endorser........................................ 502&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 350.&amp;nbsp;&amp;nbsp; Suit by a customer (non-trader) against his bankers for dishonouring a cheque..... &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 503&lt;br /&gt;\r\nC. Hundi&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 351.&amp;nbsp; Suit on a Hundi................................................................................................. 503&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 352.&amp;nbsp; Suit by an endorsee of a hundi against the drawer and the endorser ................ 506&lt;br /&gt;\r\nD. Promissory Note&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 353.&amp;nbsp; Suit by a payee on a promissory note................................................................ 506&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 354. &amp;nbsp; Suit by a payee on a promissory note (based on original consideration)........... 507&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 355. &amp;nbsp; Suit by an endorsee of a promissory note......................................................... 508&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 356.&amp;nbsp;&amp;nbsp; Suit by payee on a lost promissory note............................................................ 509&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 357. &amp;nbsp; Suit for enforcement of bill of exchange........................................................... 509&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 358.&amp;nbsp; Suit for enforcement of hundi by endorsee....................................................... 511&lt;br /&gt;\r\nNuisance&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 359. &amp;nbsp; Suit against carrying on a noxious trade/manufacture....................................... 512&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 360. &amp;nbsp; Suit by an individual in respect of a private nuisance........................................ 513&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 361. &amp;nbsp; Suit by an individual in respect of a public nuisance on a public road .............. 513&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 362. &amp;nbsp; Representative suit in respect of a public nuisance............................................ 514&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 363.&amp;nbsp;&amp;nbsp; Suit for injunction restraining creation of nuisance by discharge of foul water. 514&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 364.&amp;nbsp;&amp;nbsp; Written statement to the plaint for injunction..................................................... 516&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 365. &amp;nbsp; Suit for injunction against diversion of a water-course..................................... 516&lt;br /&gt;\r\nPartition&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 366.&amp;nbsp;&amp;nbsp; Suit by a coparcener for partition and accounts against the karta....................... 517&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 367.&amp;nbsp;&amp;nbsp; Defences to a claim for partition........................................................................ 517&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 368.&amp;nbsp; Suit for partition and for khas&amp;rsquo; possession of the plaintiff&amp;#39;s share..................... 518&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 369.&amp;nbsp;&amp;nbsp; Suit for partition................................................................................................ 520&lt;br /&gt;\r\nPartnership&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 370. &amp;nbsp; Suit by a partner for dissolution of partnership................................................. 521&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 371.&amp;nbsp;&amp;nbsp; Suit by a partner for winding up of a dissolved partnership with an alternative prayer for dissolution&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 522&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 372. &amp;nbsp; Suit for dissolution of partnership and for accounts.......................................... 522&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 373. &amp;nbsp; Suit for winding up a partnership on expiry of term and for accounts.............. 524&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 374. &amp;nbsp; Suit against the sole surviving partner of a firm ............................................... 525&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 375. &amp;nbsp; Suit against partners for debts transferred from the old partnership firm to a new one&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 525&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 376. &amp;nbsp; Suit by a partner for partial accounts without dissolution of the firm................ 526&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 377.&amp;nbsp;&amp;nbsp; Suit for winding up of the affairs of a dissolved partnership and for appointment of a receiver and manager&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 527&lt;br /&gt;\r\nPossession&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 378.&amp;nbsp; Suit for declaration of title and for khas possession.......................................... 527&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 379.&amp;nbsp; Suit for declaration of title and for khas possession (Another Form)................ 528&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 380. &amp;nbsp; Suit for restoration of possession under s. 6 of the Specific Relief Act 1963... 530&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 381. &amp;nbsp; Suit for possession on the ground of possessory title....................................... 533&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 382. &amp;nbsp; Suit for possession under s. 6 of the Specific Relief Act 1963......................... 534&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 383. &amp;nbsp; Suit for joint possession of an immovable property.......................................... 535&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 384.&amp;nbsp;&amp;nbsp; Suit for declaration of title by adverse possession with injunction.................... 536&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;385.&amp;nbsp; Suit for legacy................................................................................................... 537&lt;br /&gt;\r\nPre-emption&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 386.&amp;nbsp;&amp;nbsp; Suit for pre-emption.......................................................................................... 538&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 387.&amp;nbsp;&amp;nbsp; Suit for pre-emption of the land sold................................................................. 540&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 388.&amp;nbsp;&amp;nbsp; Suit for shuffa or pre-emption under Muslim law............................................. 541&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 389.&amp;nbsp;&amp;nbsp; Suit for pre-emption under Muslim law (Shiah law&amp;mdash;on the ground of co-sharership)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 543&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 390.&amp;nbsp; Petition of pre-emption under the West Bengal Land Reforms Act................... 543&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 391.&amp;nbsp;&amp;nbsp; Suit for foreclosure of mortgaged property....................................................... 545&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 392.&amp;nbsp;&amp;nbsp; Defence to a claim by a Hindu for pre-emption according to custom................ 546&lt;br /&gt;\r\nRailways and Other Common Carriers&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 393.&amp;nbsp;&amp;nbsp; Suit against common carriers for refusal to carry goods................................... 547&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 394.&amp;nbsp;&amp;nbsp; Suit against a common carrier for compensation for injury or damage to goods&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 547&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 395. &amp;nbsp; Suit against a private carrier for damages for injury to goods/for loss of article 550&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 396. &amp;nbsp; Suit against a common carrier for compensation for loss of goods due to negligence&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 551&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 397.&amp;nbsp;&amp;nbsp; Suit by owners against common carriers for loss of goods caused by fire (where there was no privity of contract between the owners and the carriers)............................................................................... 552&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 398. &amp;nbsp; Suit against a common carrier for damages for delayeddelivery of the consignment resulting in loss of the consignor......................................................................................................................... 552&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 399.&amp;nbsp;&amp;nbsp; Suit against a carrier for late delivery................................................................ 553&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 400. &amp;nbsp; Suit by a common carrier for charge/freight for carriage of goods ................... 554&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 401. &amp;nbsp; Suit against a common carrier for damages for loss of goods........................... 555&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 402.&amp;nbsp;&amp;nbsp; Suit by consignor of goods against railway for loss of goods consigned......... 556&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 403. &amp;nbsp; Suit against Railway Administration for short delivery, non-delivery, destruction, damage or deterioration to Railway Claims Tribunal.................................................................................................. 556&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 404. &amp;nbsp; Suit against a Railway Administration for refund of overcharges..................... 559&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 405.&amp;nbsp;&amp;nbsp; Claim against railway for shortage in delivery.................................................. 562&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 406.&amp;nbsp; Suit against a railways for damages for injuries sustained in a collision........... 563&lt;br /&gt;\r\n(a) Carriage by air&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 407. &amp;nbsp; Suit against an air company for damages for loss of goods.............................. 566&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 408.&amp;nbsp;&amp;nbsp; Suit against carriers by air for damages due to delay in] carrying goods........... 567&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 409.&amp;nbsp;&amp;nbsp; Claim by a consignor against carriers by air for damages for loss of goods..... 568&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 410.&amp;nbsp; Suit by executor against carriers by air for the benefit of dependents of a deceased passenger&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 568&lt;br /&gt;\r\n(b) Carriage by sea&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 411.&amp;nbsp;&amp;nbsp; Suit by shipowner against charterer for failure to load...................................... 569&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 412.&amp;nbsp; Suit for realisation of freight against a shipper.................................................. 570&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 413. &amp;nbsp; Suit for realisation of freight against a consignee of bill of lading .................... 571&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 414.&amp;nbsp; Suit in admiralty jurisdiction............................................................................. 571&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 415. &amp;nbsp; Suit by a shipowner against charterer for freight due under a charter-party...... 573&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 416.&amp;nbsp;&amp;nbsp; Suit by shipowner against cargo-owner for freight, demurrage and expenses.. 574&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 417. &amp;nbsp; Suit by a shipper against a shipowner on a bill of lading for damage to goods and/or for short delivery &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 575&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 418. &amp;nbsp; Suit by an indorsee of a bill of lading against shipowner for short/non-delivery and damage to the consignment&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 576&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 419. &amp;nbsp; Suit by an endorsee of a bill of lading against shipowner for non-delivery of goods&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 577&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 420. &amp;nbsp; Suit by an endorsee of a bill of lading against shipowner for damage to goods 578&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 421. &amp;nbsp; Suit against common carrier (by inland navigation) for damages for injury to goods&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 578&lt;br /&gt;\r\nPost and Telegraphs&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 422. &amp;nbsp; Suit against Post &amp;amp; Telegraphs Department for misdelivery of a parcel............ 579&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 423.&amp;nbsp;&amp;nbsp; Suit by sender for failure on the part of postal authorities to collect value of a Value Payable Parcel&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 580&lt;br /&gt;\r\nRectification&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 424. &amp;nbsp; Suit for rectification of a sale deed.................................................................... 580&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 425.&amp;nbsp;&amp;nbsp; Suit to have a wrong description in a sale deed rectified................................... 582&lt;br /&gt;\r\nRegistration&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 426. &amp;nbsp; Suit for enforcing registration of a document.................................................... 582&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 427.&amp;nbsp;&amp;nbsp; Petition under s. 73 of the Registration Act 1908 for registration of a document&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 584&lt;br /&gt;\r\nSale of Goods&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 428.&amp;nbsp;&amp;nbsp; Suit by buyer for damages for non-delivery of an instalment of goods............. 585&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 429. &amp;nbsp; Suit for price of goods sold at a price fixed and delivered................................. 585&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 430.&amp;nbsp; Suit for price of goods sold and delivered but price not fixed........................... 586&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 431. &amp;nbsp; Suit by a seller for damages for non-acceptance of goods purchased ............... 587&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 432. &amp;nbsp; Suit for damages by a seller for loss on resale of goods................................... 588&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 433.&amp;nbsp;&amp;nbsp; Suit by buyer for damages for breach of implied warranty of fitness................ 589&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 434. &amp;nbsp; Suit by a purchaser of delivering goods not according to sample ..................... 590&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 435. &amp;nbsp; Suit for specific performance of contract to sell goods...................................... 591&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 436. &amp;nbsp; Suit in respect of articles prepared to defendant&amp;rsquo;s order.................................... 592&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 437.&amp;nbsp;&amp;nbsp; Suit for damage for breach of express condition and also for breach of warranty&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 592&lt;br /&gt;\r\nSale of Land&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 438. &amp;nbsp; Suit by a vendee for specific performance of contract for sale of land.............. 593&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 439. &amp;nbsp; Suit by a vendor for specific performance of a contract of sale of land............. 595&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 440.&amp;nbsp; Suit against a vendor for refund of purchase money for defect of title ............. 597&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 441. &amp;nbsp; Suit for refund of baina money with damages................................................... 599&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 442.&amp;nbsp;&amp;nbsp; Suit for refund of earnest money, in the alternative, for specific performance of contract&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 600&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 443.&amp;nbsp;&amp;nbsp; Suit for refund of price of auction, judgment-debtor not having saleable interest&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 601&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 444.&amp;nbsp; Suit by a vendee for unpaid purchase money.................................................... 602&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 445. &amp;nbsp; Suit for damages by a vendor for breach of agreement to purchase land........... 603&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 446.&amp;nbsp; Suit for possession of land................................................................................ 604&lt;br /&gt;\r\nTorts and Other Miscellaneous Causes&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 447. &amp;nbsp; Suit for damages for assault (without battery)................................................... 606&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 448. &amp;nbsp; Suit for damages for assault.............................................................................. 606&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 449.&amp;nbsp;&amp;nbsp; Defence to a claim for assault............................................................................ 607&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 450.&amp;nbsp;&amp;nbsp; Suit for libel...................................................................................................... 607&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 451.&amp;nbsp;&amp;nbsp; Suit for slander.................................................................................................. 608&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 452. &amp;nbsp; Suit for damages for slander of goods.............................................................. 608&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 453.&amp;nbsp;&amp;nbsp; Suit for damages for malicious prosecution...................................................... 609&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 454. &amp;nbsp; Suit for damages for malicious arrest................................................................ 611&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 455. &amp;nbsp; Suit for damages for false imprisonment........................................................... 611&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 456. &amp;nbsp; Suit for damages for false imprisonment (Another Form)................................ 612&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 457. &amp;nbsp; Suit for damages for injuries caused by negligent and rash driving of a vehicle..... &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 613&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 458.&amp;nbsp; Suit for damages for negligence of a doctor...................................................... 614&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 459.&amp;nbsp;&amp;nbsp; Suit for trespass to the plaintiff&amp;rsquo;s fishery.......................................................... 615&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 460.&amp;nbsp;&amp;nbsp; Suit for damages for trespass by cattle.............................................................. 615&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 461.&amp;nbsp;&amp;nbsp; Suit for compensation for digging plaintiff&amp;rsquo;s land............................................. 616&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 462.&amp;nbsp;&amp;nbsp; Suit by an individual for damages for polluting water and for injunction.......... 616&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 463.&amp;nbsp;&amp;nbsp; Suit for damages for tortious act....................................................................... 617&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 464.&amp;nbsp;&amp;nbsp; Suit for compensation for damages to goods.................................................... 618&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 465.&amp;nbsp;&amp;nbsp; Suit for damages for assault and battery............................................................ 620&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 466.&amp;nbsp;&amp;nbsp; Suit for damages for wrongful attachment........................................................ 620&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 467.&amp;nbsp;&amp;nbsp; Suit for damages for attachment before judgment............................................. 621&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 468.&amp;nbsp;&amp;nbsp; Suit for conversion of goods entrusted to defendant......................................... 623&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 469.&amp;nbsp;&amp;nbsp; Application for compensation........................................................................... 624&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 470.&amp;nbsp;&amp;nbsp; Suit for damages for trespassing on land.......................................................... 625&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 471.&amp;nbsp;&amp;nbsp; Suit for damages for slander............................................................................. 626&lt;br /&gt;\r\nTrust&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 472. &amp;nbsp; Suit under s. 92 of the CPC for administration of a charitable trust.................. 628&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 473.&amp;nbsp; Suit under s. 14 of the Religious Endowments Act........................................... 629&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 474. &amp;nbsp; Suit for removal of trustee................................................................................. 630&lt;br /&gt;\r\nSuccession&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 475.&amp;nbsp; Application for appointment of a curator (ss. 192 and 195).............................. 632&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 476.&amp;nbsp; Petition for grant of probate of a Will................................................................ 632&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 477.&amp;nbsp; Petition for revocation of probate of a Will....................................................... 635&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 478.&amp;nbsp; Petition for Letters of Administration (without Will annexed).......................... 636&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 479. &amp;nbsp; Petition for Letters of Administration (with Will annexed)............................... 637&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 480.&amp;nbsp; Petition for Caveat against Grant of Probate or Letters of Administration........ 638&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 481. &amp;nbsp; Petition for succession certificate...................................................................... 640&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 482.&amp;nbsp;&amp;nbsp; Petition for a succession certificate to the estate of a Hindu deceased............... 641&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 483. &amp;nbsp; Petition for revocation of a succession certificate.............................................. 642&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 484.&amp;nbsp; Petition for extension of a succession certificate............................................... 643&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 485.&amp;nbsp;&amp;nbsp; Form of valuation ............................................................................................. 644&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 486.&amp;nbsp;&amp;nbsp; Application for grant of Succession Certificate................................................. 645&lt;br /&gt;\r\nConsumer Protection&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 487.&amp;nbsp;&amp;nbsp; Applications for deficiency of service............................................................... 646&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 488.&amp;nbsp;&amp;nbsp; Applications for deficiency of service (Another Form)..................................... 648&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 489.&amp;nbsp;&amp;nbsp; Complaint before National Commission........................................................... 651&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 490.&amp;nbsp;&amp;nbsp; Application against bank for damages for loss of valuables from the locker..... 653&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 491.&amp;nbsp;&amp;nbsp; Complaint for deficiency of service by the Housing Board............................... 655&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 492.&amp;nbsp;&amp;nbsp; Complaint regarding defective construction of house........................................ 656&lt;br /&gt;\r\nDefamation&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 493.&amp;nbsp; Suit for damages for publication of defamatory matter...................................... 658&lt;br /&gt;\r\nMarriage, Dissolution, Divorce and Restitution&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 494.&amp;nbsp;&amp;nbsp; Suit for damages for breach of contract to marry.............................................. 662&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 495. &amp;nbsp; Application dissolution of a Hindu marriage by a decree of divorce................. 663&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 496. &amp;nbsp; Application for dissolution of a Muslim marriage (by a wife).......................... 664&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 497.&amp;nbsp; Application for dissolution of marriage under the Special Marriage Act 1954.. 666&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 498. &amp;nbsp; Application for judicial separation of a Hindu couple &amp;nbsp;(Ground of desertion)... 667&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 499. &amp;nbsp; Application for restitution of conjugal rights (Muslim)..................................... 668&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500. &amp;nbsp; Application for divorce by a Muslim wife on ground of impotency of the husband&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 669&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 501. &amp;nbsp; Petition for divorce by mutual consent.............................................................. 670&lt;br /&gt;\r\nGuardians and Wards&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 502. &amp;nbsp; Petition for appointment of a guardian of a minor............................................. 670&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 503.&amp;nbsp; Petition for custody of child.............................................................................. 672&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 504.&amp;nbsp;&amp;nbsp; Petition for custody of child (Another Form).................................................... 673&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 505.&amp;nbsp;&amp;nbsp; Suit by father for custody of minor from the maternal grandmother................. 674&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 506. &amp;nbsp; Petition for permission for sale of minor&amp;rsquo;s property......................................... 675&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 507.&amp;nbsp;&amp;nbsp; Application for production of minor and interim protection of the person and/or property of the minor&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 677&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 508.&amp;nbsp;&amp;nbsp; Petition for having back the custody of the minor when the minor was removed&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 678&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 509. &amp;nbsp; Petition for discharge of a guardian appointed by the court............................... 679&lt;br /&gt;\r\nMental Health Care&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 510.&amp;nbsp;&amp;nbsp; Petition for inquisition under the Mental Health Care Act................................. 680&lt;br /&gt;\r\nPublic Demands Recovery&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 511. &amp;nbsp; Petition under s. 23 of the Bengal Public Demands Recovery Act 1913 for setting aside a sale&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 682&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 512.&amp;nbsp;&amp;nbsp; Petition under s. 22 of the Bengal Public Demands Recovery Act 1913........... 684&lt;br /&gt;\r\nMatrimonial Causes&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 513. &amp;nbsp; Petition for judicial separation under the Hindu Marriage Act 1955................. 686&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 514. &amp;nbsp; Petition for restitution of conjugal rights under the Hindu Marriage Act (by a wife)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 687&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 515. &amp;nbsp; Petition for restitution of conjugal rights under the Hindu Marriage Act (by a husband)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 688&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 516.&amp;nbsp;&amp;nbsp; Defence by wife to husband&amp;rsquo;s claim for restitution of conjugal rights.............. 689&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 517.&amp;nbsp;&amp;nbsp; Suit for annulment of marriage.......................................................................... 689&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 518.&amp;nbsp;&amp;nbsp; Petition for divorce under the Hindu Marriage Act........................................... 690&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 519.&amp;nbsp;&amp;nbsp; Petition for divorce under the Hindu Marriage Act 1955 (by a wife)................ 691&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 520.&amp;nbsp;&amp;nbsp; Petition for a decree of divorce by mutual consent under the Hindu Marriage Act&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 693&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 521.&amp;nbsp; Petition for divorce by mutual consent under the Special Marriage Act............ 694&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 522. &amp;nbsp; Petition for declaration of nullity of marriage.................................................... 695&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 523.&amp;nbsp;&amp;nbsp; Petition for a decree of nullity of marriage under the Hindu Marriage Act (Another Form)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 697&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 524. &amp;nbsp; Petition for judicial separation under s. 10 of the Hindu Marriage Act 1955.... 698&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 525.&amp;nbsp;&amp;nbsp; Plaint for claim by Mahomedan wife for prompt and deferred dower............... 700&lt;br /&gt;\r\nPublic Interest Litigation&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 526.&amp;nbsp;&amp;nbsp; Public interest litigation in Supreme Court&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to prevent continuance of water and air pollution.............................................. 705&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 527.&amp;nbsp; Petition for prevention of environmental pollution............................................ 708&lt;br /&gt;\r\n..... Code of Civil Procedure&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 528. &amp;nbsp; Application for stay of suit (s. 10, CPC)........................................................... 711&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 529. &amp;nbsp; Application for transfer of suit (s. 24, CPC)..................................................... 712&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 530.&amp;nbsp; Application for award of compensatory costs................................................... 713&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 531.&amp;nbsp; Application for transfer of decree for execution to another court ..................... 714&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 532. &amp;nbsp; Application for leave of the court for bringing a suit without serving notice under s. 80, CPC &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 715&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 533. &amp;nbsp; Application for leave of the court for bringing a suit by two or more persons against public nuisance or other wrongful act [s. 91(1)(&lt;em&gt;b&lt;/em&gt;), CPC]....................................................................................... 716&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 534. &amp;nbsp; Application for leave of the court for bringing a suit by two or more persons regarding public charities [s. 92(1), CPC]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 716&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 535. &amp;nbsp; Application for compensation for obtaining attachment on insufficient grounds under s. 95 of the CPC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 717&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 536. &amp;nbsp; Application for compensation for obtaining injunction wrongfully (Another Form)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 718&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 537. &amp;nbsp; Application for review of court&amp;rsquo;s earlier order (s. 114, CPC) .......................... 719&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 538.&amp;nbsp; Application under s. 115, CPC for revision...................................................... 720&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 539. &amp;nbsp; Application for restitution under s. 144, CPC................................................... 721&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 540. &amp;nbsp; Application for enlargement of time under s. 148, CPC.................................... 723&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 541. &amp;nbsp; Application for a caveat (s. 148A, CPC)........................................................... 724&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 542. &amp;nbsp; Application for amendment of a decree (s. 152, CPC)...................................... 724&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 543. &amp;nbsp; Petition for amending defects in proceedings under s. 153, CPC &amp;nbsp;(Suit filed against dead sole defendant)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 726&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 544. &amp;nbsp; Application under Or. 1, r. 8, CPC................................................................... 727&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 545. &amp;nbsp; Application for intervening in a suit (Or. 1, r. 10, CPC)................................... 727&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 546. &amp;nbsp; Application for addition or substitution of plaintiff &amp;nbsp;(Or. 1, r. 10(1), CPC)...... 728&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 547. &amp;nbsp; Application for substituted service (Or. 5, r. 20, CPC)..................................... 729&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 548. &amp;nbsp; Application for permission to verify a plaint through an agent.......................... 730&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 549. &amp;nbsp; Application for permission to sign a plaint by an agent &amp;nbsp;(Or. 6, rr. 14 &amp;amp;15, CPC)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 730&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 550. &amp;nbsp; Application for striking out pleadings (Or. 6, r. 16, CPC)................................ 731&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 551. &amp;nbsp; Application for amendment of plaint (Or. 6, r. 17, CPC).................................. 732&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 552. &amp;nbsp; Application for restoration of a suit dismissed for default (Or. 9, r. 9, CPC).... 732&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 553. &amp;nbsp; Application for setting aside an ex parte decree &amp;nbsp;(Or. 9, r. 13, CPC)................. 733&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 554. &amp;nbsp; Application for leave to deliver interrogatories (Or. 11, r. 12, CPC)................. 734&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 555. &amp;nbsp; Application for discovery of documents (Or. 11, r. 14, CPC).......................... 735&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 556.&amp;nbsp; Application for summoning a record (Or. 13, r. 10, CPC)................................ 736&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 557. &amp;nbsp; Application for summoning witnesses (Or. 16, r. 1, CPC)............................... 737&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 558.&amp;nbsp; Application for issue of warrant of arrest against&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; absentee witness (Or. 16, r. 10, CPC)............................................................... 737&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 559. &amp;nbsp; Application under Or. 21, r. 2(2) for a certificate.............................................. 738&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 560. &amp;nbsp; Application for a claim under Or. 21, r. 58, CPC.............................................. 738&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 561. &amp;nbsp; Application for substitution of heirs/legal representatives&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of deceased plaintiff (Or. 22, r. 3, CPC&amp;mdash;In case&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of death of one of several plaintiffs or sole plaintiff)......................................... 740&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 562. &amp;nbsp; Application for substitution of legal representative of the deceased&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; defendant (Or. 22, r. 4, CPC&amp;mdash;In case of death&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of one of several defendants or of a sole defendant)......................................... 741&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 563. &amp;nbsp; Application for substitution of legal heirs&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of deceased/defendant [Or. 22, r. 4(1)]............................................................. 742&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 564. &amp;nbsp; Application for setting aside an abatement (Or. 22, r. 5, CPC)&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (in cases of death of defendant/s)...................................................................... 743&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 565. &amp;nbsp; Petition under Or. 22, r. 9, CPC........................................................................ 743&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 566. &amp;nbsp; Application for substitution on assignment/creation/and/or devolution of interest during pendency of suit &amp;nbsp;(Or. 22, r. 10, CPC)................................................................................................................. 745&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 567. &amp;nbsp; Petition under Or. 22, r. 11 of the CPC to set aside abatement of an appeal by reason of the appellant&amp;rsquo;s death&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 745&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 568. &amp;nbsp; Application for withdrawal of a suit under Or. 23, r. 1, CPC .......................... 746&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 569. &amp;nbsp; Application for abandonment of a part of claim (Or. 23, r. 1, CPC)................. 748&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 570. &amp;nbsp; Application for examination of a witness on commission (Or. 26, rr. 2 and 4, CPC)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 749&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 571. &amp;nbsp; Application for issue of a commission for local investigation (Or. 26, r. 9, CPC)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 750&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 572. &amp;nbsp; Petition for Commission (Or. 26, r. 11) for examination of accounts............... 751&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 573. &amp;nbsp; Application for appointment of a guardian ad litem for minor defendants (Or. 32, r. 3, CPC)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 752&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 574. &amp;nbsp; Application for leave to proceed with a suit by a minor on attaining majority (Or. 32, r. 12, CPC)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 753&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 575. &amp;nbsp; Application to sue as an indigent person........................................................... 753&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 576. &amp;nbsp; Application for making a preliminary decree for partition final ........................ 755&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 577. &amp;nbsp; Application for making a preliminary mortgage decree absolute (Or. 34, r. 3, CPC).&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 756&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 578. &amp;nbsp; Application for a final decree for sale (Or. 34, r. 4, CPC) &amp;nbsp;(in suits relating to mortgages of immovable property) &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 756&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 579. &amp;nbsp; Application for attachment before judgment (under Or. 38, r. 1, CPC)............. 757&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 580.&amp;nbsp;&amp;nbsp; Application for orders of injunction with prayer for ad interim orders ............. 758&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 581.&amp;nbsp;&amp;nbsp; Application under Or. 39, r. 2A for breach of order of injunction ................... 759&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 582. &amp;nbsp; Application for appointment of a Receiver (in a partition suit) &amp;nbsp;(Or. 40, r. 1, CPC)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 761&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 583. &amp;nbsp; Application for readmission of an appeal dismissed for default........................ 762&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 584.&amp;nbsp;&amp;nbsp; Application for production of additional evidence &amp;nbsp;(Or. 41, r. 27, CPC)........... 763&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 585. &amp;nbsp; Application for permission to prefer an appeal as an indigent person .............. 764&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 586. &amp;nbsp; Application for review of a judgment (under Or. 47, r. 1, CPC)....................... 765&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 587. &amp;nbsp; Memo of Appeal from a decree of a lower court (Original Decree).................. 767&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 588. &amp;nbsp; Memo of Appeal (in a District Court)............................................................... 768&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 589. &amp;nbsp; Memo of Appeal (in a District Court) from judgment and decree of a Court of Civil Judge (Junior Division)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 768&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 590. &amp;nbsp; Memo of a cross-objection to an appeal under Or. 41, r. 22, CPC ................... 769&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 591. &amp;nbsp; Memo of First Appeal in High Court................................................................ 770&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 592. &amp;nbsp; Memo of First Appeal in a High Court (Another Form)................................... 771&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 593.&amp;nbsp; Application for leave to appeal.......................................................................... 772&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 594.&amp;nbsp; Memo of Appeal from a High Court&amp;rsquo;s (Original Side) decree.......................... 774&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 595. &amp;nbsp; Memo of Second Appeal in a High Court......................................................... 774&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 596. &amp;nbsp; Memo of a Mandamus Appeal.......................................................................... 775&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 597. &amp;nbsp; Petition for Revision (Civil) under s. 115, CPC................................................ 777&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 598. &amp;nbsp; Petition for Revision (Civil) under s. 115, CPC (Another Form)..................... 778&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 599. &amp;nbsp; Petition for Review of judgment (Or. 47, r. 1) in the High Court .................... 780&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 600.&amp;nbsp; Application for setting aside High Court order................................................. 781&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 601. &amp;nbsp; Application for leave to appeal against order of High Court............................. 783&lt;br /&gt;\r\nCompany Law&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 602.&amp;nbsp;&amp;nbsp; Application to be relieved of liability................................................................. 785&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 603.&amp;nbsp;&amp;nbsp; Application to be relieved of liability for default (Another Form)..................... 788&lt;br /&gt;\r\nRight to Information&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 604. &amp;nbsp; Application for seeking information.................................................................. 796&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 605.&amp;nbsp;&amp;nbsp; Application for obtaining information under the Right to Information Act 2005&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 797&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 606.&amp;nbsp;&amp;nbsp; Acknowledgment of application........................................................................ 797&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 607.&amp;nbsp;&amp;nbsp; Appeal............................................................................................................... 798&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 608.&amp;nbsp;&amp;nbsp; Second appeal................................................................................................... 799&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 609.&amp;nbsp;&amp;nbsp; Invocation of writ jurisdiction against the order of State Information Commission&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 800&lt;br /&gt;\r\nWrit Petition&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 610. &amp;nbsp; Writ petition under Art. 227 of the Constitution of India ................................. 803&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 611. &amp;nbsp; Petition under Art. 227 of the Constitution of India ......................................... 805&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 612. &amp;nbsp; Writ petition under Art. 226 of the Constitution of India ................................. 806&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 613.&amp;nbsp;&amp;nbsp; Writ petition under Art. 226 of the Constitution of India (writ in the nature of mandamus and certiorari)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 809&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 614.&amp;nbsp;&amp;nbsp; Writ in the nature of mandamus, certiorari and prohibition............................... 810&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 615.&amp;nbsp;&amp;nbsp; Writ petition to enforce equitable distribution of advertisement in newspapers. 812&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 616.&amp;nbsp;&amp;nbsp; Writ petition challenging order of disciplinary authority................................... 816&lt;br /&gt;\r\nContempt of Court&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 617. &amp;nbsp; Petition to punish for contempt of court............................................................ 819&lt;br /&gt;\r\nMiscellaneous&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 618. &amp;nbsp; Application for stay of execution proceedings.................................................. 823&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 619.&amp;nbsp;&amp;nbsp; Application under s. 5 of the Limitation Act for condonation of delay in preferring an appeal&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 825&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 620.&amp;nbsp;&amp;nbsp; Petition for grant of probate.............................................................................. 826&lt;br /&gt;\r\n&amp;nbsp;', 'Judges, Advocates and Persons engaged in legal fields', '1', '1', '', 1290.00, 0, 1290.00, 0, 0, 95.00, 0, 0.00, 10.00, 0.00, 0.00, NULL);
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(556, 'Statement of Indian Law - in 2 Vols.', 'Supreme Court of India through its Constitution Bench Decisions Since 1950', '', '', '1st', 0, '9789384746001', '329', '2016', '1', 'CoverImage_14636351100.jpg', 1, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '5', 1, 0, '', '', '1', '1', '', 3750.00, 0, 3750.00, 0, 0, 180.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(571, 'N S Bindra\'s Interpretation of Statutes', '', '', '', '12th', 0, '978-9350358610', '211', '2016', '1', 'CoverImage_14883208450.jpg', 2, '1152', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '67', 1, 0, '', '', '1', '1', '', 1695.00, 0, 1455.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(468, 'Law and Social Security in India (Organised and Unorganised Labour)', 'A Comparison with other Advanced Countries', '', '', '1st', 1, '9789383833214', '255', '2015', '1', 'CoverImage_1446201468468.jpg', 1, '687', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '45', 1, 0, '', '', '1', '1', '', 875.00, 0, 743.75, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(472, 'Indian Constitutional Law', 'Dynamics and Challenges', '', '', '2nd', 1, '9788192397177', '260', '2012', '1', '.jpg', 2, '686', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '9', 1, 0, '', '', '1', '1', '', 695.00, 0, 590.75, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(474, 'Handbook on Service Tax & Goods and Service Tax [GST]', 'with industry specific provisions &amp; issues and FAQs on GST', '', '', '4th', 1, '9789383833221', '263', '2015', '1', 'CoverImage_14462050780.jpg', 2, '565', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '57', 1, 0, '', '', '1', '1', '', 620.00, 0, 620.00, 0, 0, 65.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(475, 'Development & Redevelopment of All Real Estate Properties', '', '', '', '3rd', 1, '9789383833146', '264', '2015', '1', 'CoverImage_14462053450.jpg', 2, '607', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '132', 1, 1, '', '', '1', '1', '', 695.00, 0, 590.75, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(476, 'Famous Murder Trials', 'covering more than 76 murder cases in India', '', '', '1st', 1, '9788175346055', '0', '2007, Reprint 2014', '1', 'CoverImage_14462058590.jpg', 2, '429', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '', '', '1', '1', '', 350.00, 0, 350.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(477, 'Information Technology', 'Law and Practice', '', '', '4th', 1, '9789350355275', '265', '2015', '1', 'CoverImage_14462061060.jpg', 2, '562', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '27', 1, 0, '', '', '1', '1', '', 495.00, 0, 495.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(478, 'The Constitution of India', '', '', '', '13th', 1, '9789350355862', '0', '2015', '1', 'CoverImage_1446206466478.jpg', 2, '508', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '9', 1, 0, '', '', '2', '2', '', 295.00, 0, 295.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(479, 'Textbook on Indian Penal Code', '', '', '', '5th', 1, '9789350353974', '0', '2014, Reprint 2015', '1', 'CoverImage_1446206812479.jpg', 2, '973', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '', '', '2,1', '2', '', 595.00, 0, 595.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(480, 'Special Report: islamic Financial Institutions & Islamic Finance Law', '', '', '', '1st', 1, '9789351436232', '266', '2015', '1', 'CoverImage_14462071770.jpg', 1, '98', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '2', 1, 0, '', '', '1', '1', '', 595.00, 0, 595.00, 0, 0, 65.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(481, 'The Law of Industrial Disputes', 'Volume 1 &amp; 2', '', '', '7th', 1, '9789351435518', '268', '2015', '1', 'CoverImage_14462078700.jpg', 2, '964', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 1, 1, '0000-00-00 00:00:00', '51', 1, 0, '', '', '1', '1', '', 3995.00, 0, 3370.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 625.00, NULL),
(482, 'Law of Bail', 'Practice and Procedure', '', '', '2nd', 1, '9789351435471', '269', '2015', '1', 'CoverImage_1448883308482.jpg', 2, '760', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '', '', '1', '1', '', 1195.00, 0, 1195.00, 0, 0, 65.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(483, 'Company Meetings', 'Law, Practice and Procedure', '', '', '3rd', 0, '9789351435501', '270', '2015', '1', 'CoverImage_14462703220.jpg', 2, '1', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '94', 1, 0, '', '', '1', '1', '', 995.00, 0, 995.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(484, 'Human Rights', 'India and the West', '', '', '1st', 0, '9780199453528', '271', '2015', '1', 'CoverImage_1446270789484.jpg', 1, '350', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '26', 1, 0, '', '', '1', '1', '', 895.00, 0, 895.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(485, 'The Business of Judging', '', '', '', '1st', 1, '9780199693351', '272', '2000, Reprint 2011', '1', 'CoverImage_14462714640.jpg', 1, '434', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '7', 1, 0, '', '', '1', '1', '', 995.00, 0, 995.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(486, 'Managing Risk and Opportunity', 'The Governance of Strategic Risk-Taking', '', '', '1st', 0, '9780199687855', '273', '2014', '1', 'CoverImage_14462717950.jpg', 1, '187', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '63', 1, 0, '', 'Corporate Lawyers and Business Officials', '1', '1', '', 2695.00, 0, 2695.00, 0, 0, 95.00, 0, 0.00, 25.00, 0.00, 0.00, NULL),
(487, 'Cases on Muslim Law of India, Pakistan, and Bangladesh', '', '', '', '1st', 0, '9780199457618', '274', '2015', '1', 'CoverImage_14462724180.jpg', 1, '490', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '19', 1, 0, '', '', '1', '1', '', 995.00, 0, 995.00, 0, 0, 95.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(488, 'Pursuing Elusive Justice', 'Mass Crimes in India and Relevance of International Standards', '', '', '1st', 0, '9780198079996', '275', '2013', '1', 'CoverImage_14462727210.jpg', 1, '475', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '56', 1, 0, '', '', '1', '1', '', 995.00, 0, 995.00, 0, 0, 95.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(489, 'International Law', '', '', '', '4th', 1, '9780199654673', '276', '2014', '1', 'CoverImage_14462730630.jpg', 2, '873', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '29', 1, 0, '', '', '1', '1', '', 2295.00, 0, 2295.00, 0, 0, 65.00, 0, 0.00, 25.00, 0.00, 0.00, NULL),
(490, 'Law of Contract', '', '', '', '16th', 1, '9780199568345', '277', '2012', '1', 'CoverImage_14462735640.jpg', 2, '831', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '8', 1, 0, '', '', '1', '1', '', 2195.00, 0, 2195.00, 0, 0, 65.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(491, 'The Informal Constitution', 'Unwritten criteria for selecting judges for the Supreme Court of India', '', '', '1st', 1, '9788171772890', '220', '2014', '1', 'CoverImage_14488750120.jpg', 1, '303', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '5', 1, 0, '', '', '1', '1', '', 356.00, 0, 356.00, 0, 0, 40.00, 0, 0.00, 30.00, 0.00, 0.00, NULL),
(493, 'Human Rights in India', 'Historical, Social and Political Perspectives', '', '', '1st', 1, '9780195661712', '279', '2000, 8th Impression 2013', '1', 'CoverImage_14488754300.jpg', 1, '333', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '26', 1, 0, '', '', '1', '1', '', 425.00, 0, 425.00, 0, 0, 65.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(494, 'Intellectual Property, Trade and Development', 'Strategies to optimize economic development in a TRIPS-Plus era', '', '', '2nd', 0, '9780199684700', '280', '2014', '1', 'CoverImage_1448875910494.jpg', 2, '364', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '46', 1, 0, '', '', '1', '1', '', 5495.00, 0, 5495.00, 0, 0, 95.00, 0, 0.00, 25.00, 0.00, 0.00, NULL),
(495, 'Law of Intellectual Property', '', '', '', '2nd', 1, '9789381082270', '281', '2013', '1', 'CoverImage_14488768070.jpg', 2, '801', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '28', 1, 0, '', '', '1', '1', '', 695.00, 0, 695.00, 0, 0, 65.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(496, 'Commercial Law', '', '', '', '8th', 1, '9789381082126', '282', '2012, South Asian Ed. 2014', '1', 'CoverImage_14488772210.jpg', 2, '602', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '7', 1, 0, '', '', '1', '1', '', 950.00, 0, 950.00, 0, 0, 65.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(498, 'Lloyd\'s Introduction To Jurisprudence', '', '', '', '9th', 1, '9780414026728', '284', '2014', '1', 'CoverImage_14488786710.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '30', 1, 0, '', '', '1', '1', '', 4215.00, 0, 4215.00, 0, 0, 65.00, 0, 0.00, 10.00, 0.00, 0.00, NULL),
(499, 'Law Relating to Criminal Procedure', 'A Commentary on Criminal Procedure Code, 1973', '', '', '1st', 1, '9780414026728', '182', '2014', '1', 'CoverImage_14488790370.jpg', 1, '1216', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '30', 1, 0, '', '', '1', '1', '', 4215.00, 0, 4215.00, 0, 0, 65.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(501, 'Courtroom Persuation', 'Winning with Art, Drama and Science', '', '', '2nd', 0, '9789384746087', '285', '2015', '1', 'CoverImage_14488796780.jpg', 2, '900', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '56', 1, 0, '', '', '1', '1', '', 2500.00, 0, 2500.00, 0, 0, 95.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(503, 'Principles of Corporate Finance Law', '', '', '', '2nd', 1, '9780199671359', '287', '2014', '1', 'CoverImage_14488811760.jpg', 2, '477', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '7', 1, 0, '', '', '1', '1', '', 1895.00, 0, 1895.00, 0, 0, 65.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(504, 'Law of Evidence', 'An Approach to Modern Perspective', '<p>The book divided into three parts and eleven chapters, deals with the entire gamut of the law of evidence. The work covers elements of Jurisprudence, philosophy, history and judicial pronouncements of Apex Court and different High Courts relating to the subject amongst other issues. An indepth study on the topics, like relevance of facts, admissions, documentary evidence, extopped, rejection of evidence etc. makes the book of great help.</p>\n', '', '1st', 0, '9788171772421', '75', '2011', '1', 'CoverImage_14488816740.jpg', 2, '493', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '12', 1, 0, '', '', '1', '1', '', 360.00, 0, 360.00, 0, 0, 380.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(505, 'The Constitutional History of England', '', '', '', '1st', 1, '9789350351109', '289', 'Indian Economy Reprint 2011', '1', 'CoverImage_14488820450.jpg', 2, '548', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '22', 1, 0, '', '', '1,3', '1', '', 495.00, 0, 495.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(506, 'The Morality of Law', '', '', '', 'Revised', 1, '9788175341630', '290', '1969, 6th Indian Reprint 2013', '1', 'CoverImage_14488825080.jpg', 0, '262', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '24', 1, 0, '', '', '1', '1', '', 295.00, 0, 295.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(507, 'Legal Theory', '', '', '', '5th', 1, '9788175341449', '291', '1967, 6th Indian Reprint 2013', '1', 'CoverImage_14488828240.jpg', 0, '607', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '24', 1, 0, '', '', '1', '1', '', 475.00, 0, 475.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(509, 'The Construction of Statutes', '', '', '', '1st', 0, '9789698372262', '293', 'Reprint 2014', '1', 'CoverImage_14488845200.jpg', 1, '1008', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '5', 1, 0, '', '', '1', '1', '', 2500.00, 0, 2500.00, 0, 0, 95.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(510, 'India\'s Constitution', 'Origins and Evolution (Volume 2)', '', '', '1st', 0, '9789351433354', '294', '2015', '1', 'CoverImage_14488853910.jpg', 1, '1076', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '9', 1, 0, '', '', '1', '1', '', 1495.00, 0, 1495.00, 0, 0, 95.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(590, 'B.M. Gandhi\'s Hindu Law ', '', '&lt;p&gt;The scholarly work provides a comprehensive coverage and in-depth analysis of the subject, covering various aspects of both codified and uncodified law.&lt;/p&gt;\r\n\r\n&lt;p&gt;The book discusses different facets of&amp;nbsp;&lt;strong&gt;Hindu law, namely Hindu marriage law, child marriage, divorce, maintenance law, succession, adoption, guardianship, various key judicial pronouncements including cases on daughter&amp;rsquo;s right to coparcenary property, Hindu Undivided Family (HUF) and adoption.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Features:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;ul&gt;\r\n	&lt;li&gt;Written in a simple and easy to understand language.&lt;/li&gt;\r\n	&lt;li&gt;Significant amount of case law references further explain every point discussed.&lt;/li&gt;\r\n	&lt;li&gt;A detailed subject-index has been added for prompt and easy reference.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n', '', '4th Edition', 0, '978-93-5145-394-9', '206', '2016', '1', 'CoverImage_15300163660.jpg', 0, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '23', 1, 0, '', '', '2', '2', '', 495.00, 0, 455.00, 0, 0, 95.00, 0, 0.00, 7.50, 0.00, 0.00, NULL),
(512, 'India\'s Constitution', 'Origins and Evolution (Volume 1)', '', '', '1st', 0, '9789351432005', '294', '2014', '1', 'CoverImage_14488859890.jpg', 1, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '9', 1, 0, '', '', '1', '1', '', 1495.00, 0, 1495.00, 0, 0, 95.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(513, 'Indian Penal Code', 'In 2 Volumes', '', '', '15th', 0, '8171111246', '295', '2015', '1', 'CoverImage_14488865720.jpg', 1, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '', '', '1', '1', '', 5995.00, 0, 5995.00, 0, 0, 190.00, 0, 0.00, 25.00, 0.00, 0.00, NULL),
(514, 'Thus Spake Their Lordships', 'Quotable Quotes from Supreme Court Cases 1969 - 2015', '', '', '1st', 0, ' 9789351453215', '191', '2015', '1', 'CoverImage_14489527250.jpg', 1, '1392', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '24', 1, 0, '', '', '1,3', '1', '', 2950.00, 0, 2950.00, 0, 0, 95.00, 0, 0.00, 10.00, 0.00, 0.00, NULL),
(515, 'Climate Change', 'Law, Policy and Governance', '', '', '1st', 0, '9789351453376', '296', '2016', '1', '.jpg', 1, '392', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '54', 1, 0, '', '', '1', '1', '', 895.00, 0, 895.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(516, 'Supreme Court on Narcotics and Drugs', '', '', '', '2nd', 0, '9789351453185', '206', '2016', '1', 'CoverImage_14489541100.jpg', 2, '928', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '13', 1, 0, '', '', '1', '1', '', 1250.00, 0, 1250.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(517, 'K.P Chakravarti\'s Words & Phrases Under the Constitution', '', '<p>Chakravarti&rsquo;s Words and Phrases are culled out of their uses in the Constitution of India. Words and phrases assume colour and meaning according to the context and circumstances in which they are used. Judicial authorities in India, during the last fifty-three years or so, had chiselled to sculpture our basic document of fundamental charter by such construction and interpretation of the words and phrases therein as to incorporate the impress of different doctrines, theories, principles and propositions of law in the realm; this has already made its mark as a guide to this world of meaning.</p>\n\n<p>The second edition delves into the words and phrases in the specialised context of their use in the Constitution with an added advantage. It has drawn upon the new coinages consequent on the amendments to the Constitution in the meantime. It is also enriched by the latest judicial pronouncements of the Supreme Court of India as well as the High Courts that add new dimension to the scope and meaning of the words and phrases used. Thus the present edition contains inter alia new chapters on: Fundamental Rights; Rights of migrants; Free legal aids; Abolition of untouchability; Village Panchayat; Uniform Civil Code; Right to education; Living wages. The book commends itself as a useful companion to all readers who have to turn to the Constitution of India for various purposes and particularly the lawyers, judges, teaching institutions and defenders of justice who may try to discover new alleys for application of the constitutional safeguards and other provisions.</p>\n', '', '2nd', 0, '8171771548', '158,82', '2003', '1', 'CoverImage_14489733870.jpg', 2, '784', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 4, '0000-00-00 00:00:00', '135', 0, 0, '', '<p>Legal professionals and law students</p>\n', '3', '3', '', 650.00, 0, 552.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(518, 'Goyle\'s Supreme Court Guide to Words & Phrases', '', '<p>Discarding even their legal or dictionary meaning courts generally look to the context in which words and phrases are used in legal parlance shorn of ambiguity. Draftsman&rsquo;s use of such words and phrases have often been placed under the scrutiny of the courts of law and the Supreme Court had occasions to construe and record meanings of different words and phrases in innumerable decisions. A significant improvement in the earlier editions of this work definitions given to words and phrases by the Supreme Court were set out with reference to particular statutes only. But in the present edition, besides incorporations such enunciations as made by the Supreme Court, the root-meaning of each such word and phrase has been stated. In other words, all such words and phrases have now received separate treatment covering the key-meanings thereof so that readers may comprehend the meaning and use them in appropriate cases</p>\n\n<p>A trusted companion, this edition covers a sizeable body of case laws of the Supreme Court and corresponding cross-reference to the decisions besides providing a list of judgments affirmed, over-ruled and dissented from. It is in the nature of a lexicon with a difference making it a trusted companion to legal practitioners.</p>\n', '<p>Enunciations of words and phrases by the Supreme Court.<br />\nRoot-meanings of words and phrases.<br />\nA formidable body of case laws.<br />\nCross-reference to decided cases.<br />\nJudgments confirmed, over-ruled and dissented from, listed.</p>\n', '4th', 0, '8171771734', '82', '2005', '1', 'CoverImage_1449047579518.jpg', 2, '373', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '135', 0, 1, '', '', '1', '1', '', 375.00, 0, 318.75, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(582, 'Mitra\'s Legal & Commercial Dictionary', '', '<p>The book that has carved out a permanent niche in the judicial realm, now comes out with a reinforced claim to an unchallengeable stature, enriched by entries of the most modern usages, expressions and phrases. Meanings in different contexts under various statutes and collateral expressions in use constitute outstanding features of this edition. Indispensable for every law library and a must for legal professionals as well as students.</p>\n', '<p>Legal terms, expressions &amp; phrases<br />\nCoinages in expanding jurisprudence<br />\nMeaning elucidated by jugements<br />\nVaried meaning in varying statutes<br />\nNotes containing notable commentaries<br />\nCollateral expressions of key words<br />\nWords added by trade &amp; Commerce<br />\nLatin maxims in circulation<br />\nBritish &amp; American usages, etc.</p>\n', '6th (2006)', 1, '9788171773589', '355', 'Reprint 2026', '1', '20250920_064222_Legal___Commercial_Dictionary_2026.jpg', 1, '941', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '135', 0, 0, '', '<p>Students and Practitioners</p>\n', '3', '3,1,2', '', 720.00, 0, 648.00, 0, 0, 60.00, 0, 0.00, 10.00, 0.00, 0.00, NULL),
(519, 'Miscellaneous Law Referencer', '', '', '', '2nd', 0, '9789350356210', '298', '2016', '1', '.jpg', 2, '1771', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '41', 1, 0, '', '', '1,3', '1', '', 1995.00, 0, 1995.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(520, 'S. Krishnamurthi Aiyar\'s Commentary on The Indian Trusts Act', 'Including Model Trust Deeds and Forms', '', '', '8th', 0, '9789350355978', '182', '2015', '1', 'CoverImage_14490534110.jpg', 2, '959', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '41', 1, 0, '', '', '1,3', '1', '', 1395.00, 0, 1395.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(521, 'Commentary on The Foreign Exchange Management Act', 'An Exhaustive Case Law based Section Wise Commentary on FEMA along with allied Rules and Regulations', '', '', '1st', 0, '9789350355961', '247', '2015', '1', 'CoverImage_14490539940.jpg', 1, '629', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '63', 1, 0, '', '', '1', '1', '', 995.00, 0, 995.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(522, 'Press Law and Journalists', 'Watchdog to Guidedog', '', '', '1st', 0, '9789350356142', '299', '2015', '1', '.jpg', 1, '616', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '70', 1, 0, '', '', '1', '1', '', 895.00, 0, 895.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(523, 'Law of Easements & Licences', 'Exhaustive Sectionwise Commentary on The Indian Easements Act, 1882 including Special Features of Right of Way', '', '', '15th', 0, '9789350356203', '300', '2015', '1', 'CoverImage_1449055204523.jpg', 2, '946', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '19', 1, 0, '', '', '1', '1', '', 1450.00, 0, 1450.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(524, 'Pleadings and Practice', 'with more than 1190 Model Forms of Plaints, Defences, Petitions, Writs, Appeals and much more (In 2 Volumes)', '', '', '11th', 0, '9789350356197', '211', '2016', '1', 'CoverImage_14490556140.jpg', 2, '2261', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '56', 1, 0, '', '', '1', '1', '', 2995.00, 0, 2995.00, 0, 0, 190.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(526, 'Constitutional Law of India', 'An Exhaustive article-wise Commentary on the Constitution of India with Comprehensive Coverage of Background, Review and Reforms (in 3 Volumes)', '', '', '2nd', 0, '9789350355992', '301', '2015', '1', 'CoverImage_14490563960.jpg', 2, '3424', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '41', 1, 0, '', '', '1', '1', '', 4995.00, 0, 4995.00, 0, 0, 285.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(528, 'Law of Cruelty in India', '', '', '', '1st', 1, '9789350356272', '302', '2016', '1', 'CoverImage_14490576330.jpg', 1, '316', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '', '', '1', '1', '', 425.00, 0, 425.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(529, 'Commentary on The Arbitration and Conciliation Act', 'An exhaustive section-wise commentary on The Arbitration and Conciliation Act, 1996 with plethora of up-to-date Case Law', '', '', '7th', 0, '9789350356159', '303', '2015', '1', 'CoverImage_14490580910.jpg', 2, '1375', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '4', 1, 0, '', '', '1', '1', '', 2150.00, 0, 2150.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(530, 'Law of Specific Relief (Tagore Law Lectures)', 'Being an exhaustive commentary on The Specific Relief Act, 1963', '', '', '13th', 0, '9789350356166', '304', '2015', '1', 'CoverImage_14490586540.jpg', 2, '1465', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '10', 1, 0, '', '', '1', '1', '', 1750.00, 0, 1750.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(531, 'Ratanlal & Dhirajlal The Law of Evidence', '', '', '', '24th', 0, '9789351436768', '305', '2016', '1', 'CoverImage_14494820010.jpg', 2, '2471', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '', '', '1', '1', '', 2495.00, 0, 2495.00, 0, 0, 150.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(532, 'Mulla The Indian Contract Act', '', '', '', '15th', 1, '9789351436362', '215', '2016', '1', 'CoverImage_14494824650.jpg', 2, '497', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '10', 1, 0, '', '', '1', '1', '', 595.00, 0, 595.00, 0, 0, 65.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(533, 'Control of Narcotic Drugs and Psychotropic Substances in India', '', '', '', '3rd', 0, '9789351433538', '306', '2015', '1', 'CoverImage_14494828410.jpg', 2, '1247', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '13', 1, 0, '', '', '1', '1', '', 1950.00, 0, 1950.00, 0, 0, 95.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(534, 'Property Law', '', '<p>This work puts emphasis on explaining the interpretation clause and the basic principles of property law, and provides a comprehensive commentary on the Transfer of Property Act, 1882, in a simple and systematic manner. The relevance of each topic is explained with the help of ample illustrations, and a thorough analysis of important judgments.</p>\n\n<p>This new edition maintains the similarity of style and presentation in simple language. It significantly focuses on vital concepts such as the doctrine of lis pendens, impleading a transferee pendente lite, doctrine of part performance, claims of prospective transferees to protect their possession of the property under an unregistered sale agreement, sale, a sale with a condition of repurchase and a mortgage with conditional sale, mortgage, lease, a tenant holding over and a tenant at sufferance, gifts, and litigation revolving around unconditional and absolute gifts executed by elderly donors in favor of their progeny/relatives and their attempted futile revocation later.</p>\n', '<p>Presents the law of transfer of property and its fundamental principles in a simple style.</p>\n\n<p>Systematic arrangement of topics gives relevance to each section and explains it with the help of ample illustrations and relevant case law.</p>\n\n<p>Contains critical analysis of important judicial pronouncements.</p>\n\n<p>Adaptation of English legal concepts have been systematically explained.</p>\n\n<p>Relevant sections of the Indian Succession Act, 1925 have been cited, illustrated, and discussed in detail.</p>\n\n<p>Essential reading for students, academicians, researchers, and competitive examinations aspirants.</p>\n', '4th', 1, '9788180386886', '307', '2024', '14', '2025-03-28_11_40_02.542511property_law.jpg', 2, '751', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '132', 0, 0, '', '', '1', '1', '', 1095.00, 0, 876.00, 0, 0, 65.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(535, 'Handbook on Offences and Punishments', '', '', '', '3rd', 1, '9789351434252', '308', '2015', '1', 'CoverImage_14494837770.jpg', 2, '973', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '41', 1, 0, '', '', '1', '1', '', 1095.00, 0, 1095.00, 0, 0, 65.00, 0, 0.00, 8.00, 0.00, 0.00, NULL),
(536, 'Cyber Law', 'Indian &amp; International Perspective on Key Topics including Data Security, e-commerce, Cloud Computing and Cyber Crimes', '', '', '1st', 0, '9788180387395', '309', '2012, Reprint 2015', '1', 'CoverImage_14494842370.jpg', 1, '549', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '', '', '1', '1', '', 795.00, 0, 795.00, 0, 0, 95.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(537, 'Law on Prevention of Money Laundering in India', 'Commentary on Prevention of Money Laundering Act, 2002 including relevant regulations, international conventions and provisions of the NDPS Act, 1985', '', '', '1st', 0, '9789351432012', '306', '2014', '1', 'CoverImage_1453376684537.jpg', 1, '1036', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '7', 1, 0, '', '', '1', '1', '', 1395.00, 0, 1395.00, 0, 0, 95.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(538, 'Ratanlal & Dhirajlal The Indian Penal Code', '', '', '', '33rd', 0, '9789351436713', '310', '2016', '1', 'CoverImage_14496399400.jpg', 2, '3919', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '', '', '1', '1', '', 2795.00, 0, 2795.00, 0, 0, 95.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(540, 'Law of Special Economic Zone', 'National &amp; International perspective', '', '', '1st', 0, '9788171772162', '16', '2009 with supplement', '1', '.jpg', 1, '974', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '31', 1, 0, '', '<p>Professionals</p>\n', '1', '1', '', 975.00, 0, 975.00, 0, 0, 90.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(542, 'Adoption of Foreign Doctrines by the Supreme Court', 'In interpretation of the Constitution', '', '', '1st', 1, '9788171772384', '0', '2011', '1', '.jpg', 1, '531', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '41', 1, 0, '', 'Professionals', '1,3', '1', '', 590.00, 0, 590.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(543, 'Reflections on Medical Law and Ethics in India', '', '<p>Breakthroughs in technology have resulted in finding answers for many of the human health conditions as well as diseases which were thought to be untreatable in the past. However the advantages of modern technology are not free from loopholes, especially in the present era of commercialization. Hence, law plays a pivotal role in regulating the use/application of technology in this branch of science to cater to the best interests of the society. Added to this, the ethical considerations surrounding developments in medicine are many, which pose challenges to law and society equally. Unfortunately, the nuances of ethical and legal issues in medicine have not been properly addressed by either the legal or the medical fraternity in India.</p>\n\n<p>The first edition of this book has been the first major effort to comprehensively cover ethico-legal considerations in the field of medicine, especially in the Indian context.</p>\n\n<p>The book has a wide coverage to include the judicial responses to healthcare, problems of law and order in healthcare services, challenges in abortion, surrogacy, organ transplantation and euthanasia, significance of documentation and consent in healthcare, and different aspects of medical negligence in India. Given the rapid progress in these areas after the publication of first edition of the book, it has been found essential to update the book with the recent developments.</p>\n\n<p>Hence, each chapter in the book has been revised by the respective author/s to make the reader acquainted with the latest legal developments in these areas. Thus, this edition of the book continues to stand as an extremely useful resource for medical practitioners, paramedical staff, hospital administrators, lawyers, researchers, students and public in general.</p>\n', '<p>Death due to professional misconduct<br />\nEuthanasia if can be equated to suicide<br />\nDoctrine of res ipsa loquitur<br />\nGuidelines relating to surrogacy<br />\nTermination of unwanted pregnancy</p>\n', '2nd (2023)', 0, '9788171773664', '356', '2025 (Reprint)', '1', '3_Bhat_Medical_Ethics_Front_copy.jpg', 1, '352', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '13', 0, 0, '<p><strong>Contents<br />\nPreface to the Second Edition<br />\nPreface to the First Edition<br />\nTable of Cases</strong><br />\nChapter&nbsp;<strong>1 Legal System and Judicial Responses to Healthcare Issues in India</strong><br />\nChapter&nbsp;<strong>2 Law and Social Order in Healthcare Services in India</strong><br />\nChapter&nbsp;<strong>3 Legal Regulation of Abortion in India </strong><br />\nChapter&nbsp;<strong>4</strong>&nbsp;<strong>Surrogacy Law in India&mdash;A Critical Appraisal</strong><br />\nChapter&nbsp;<strong>5 A Critical Analysis of the Human Organs&nbsp;</strong><strong>and Tissues Transplantation Law in India</strong><br />\nChapter&nbsp;<strong>6 Euthanasia in India&mdash;Is Ethics in the Way of Law?</strong><br />\nChapter&nbsp;<strong>7 The Role of Documentation and Consent in Healthcare Issues</strong><br />\nChapter&nbsp;<strong>8 Concept of Medical Negligence&mdash;Its Interpretation and Application in India</strong><br />\nChapter&nbsp;<strong>9 Medical Negligence and Malpractice&mdash;Common Errors by Doctors and Hospitals</strong><br />\nChapter&nbsp;<strong>10 Medical Negligence and Misconduct through the Lens of Consumer Laws<br />\nIndex</strong></p>\n', '<p>Persons engaged in Legal and Medical Profession</p>\n', '1', '1', '', 1550.00, 0, 1317.50, 0, 0, 150.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-11-06 08:43:57'),
(637, 'ABC', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-04-02 17:52:48', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 100.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-04-02 17:52:48'),
(638, 'XYZ', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-04-02 17:52:48', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 100.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-04-02 17:52:48'),
(639, 'ABC', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-04-02 17:54:31', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 100.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-04-02 17:54:31'),
(640, 'XYZ', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-04-02 17:54:31', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 100.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-04-02 17:54:31'),
(641, 'ABC', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-04-02 18:18:17', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 100.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-04-02 18:18:17'),
(642, 'XYZ', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-04-02 18:18:17', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 100.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-04-02 18:18:17'),
(561, 'Administrative Law ', ' Lectures on Administrative Law', '&lt;p&gt;The current sixth edition of this most sought after work has been thoroughly revised, amended, enlarged and made even more useful for the law students and members of the Bar.&lt;/p&gt;\r\n\r\n&lt;p&gt;The work presents the fundamental principles of Administrative Law as they have developed through the judicial process. The learned author has included all the latest decisions of the Supreme Court and also of the foreign courts.&lt;/p&gt;\r\n', '', ' 6th', 0, '9788171773022', '181', '2017', '1', 'CoverImage_14810207330.jpg', 2, '632', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '30', 1, 0, '&lt;p&gt;1. Introduction&lt;br /&gt;\r\n2. Basic Constitutional Principles&lt;br /&gt;\r\n3. Classification of Administrative Actions&lt;br /&gt;\r\n4. Delegated Legislation (General Principles)&lt;br /&gt;\r\n5. Delegated Legislation (Controls and Safeguards)&lt;br /&gt;\r\n6. Natural Justice&lt;br /&gt;\r\n7. Administrative Tribunals&lt;br /&gt;\r\n8. Judicial Review of Administrative Discretion&lt;br /&gt;\r\n9. Judicial and Other Remedies&lt;br /&gt;\r\n10. Liability of Government&lt;br /&gt;\r\n11. Public Corporations&lt;/p&gt;\r\n', '', '1', '1', '', 495.00, 0, 495.00, 0, 0, 105.00, 0, 0.00, 10.00, 0.00, 0.00, NULL),
(564, 'Administrative Law', '', '&lt;em&gt;Administrative Law&lt;/em&gt; by C.K. Thakker provides the correct, concise and complete view of the provision of Administrative Law and critical exposition of the principles involved therein.&lt;br /&gt;\r\n&amp;nbsp;&lt;br /&gt;\r\nThe edition has been updated with new materials. The doctrine of Judicial Review has been dealt with exhaustively in the book. New doctrines, such as doctrines of estoppel, proportionality, legitimate expectation etc. have been discussed. Judicial remedies such as prerogative remedies of writs, constitutional remedies etc. have been highlighted. Certain new topics like protection of public property, sting operation etc. have also been considered.&lt;br /&gt;\r\n&amp;nbsp;&lt;br /&gt;\r\nThis book is noteworthy for its treatment of the case law. On each topic, all relevant decisions of Indian Courts have been discussed with the relevant English and American decisions.&lt;br /&gt;\r\n&amp;nbsp;&lt;br /&gt;\r\n&amp;nbsp;', '', ' 2nd', 0, '9789350282519', '181', ' 2012', '1', 'CoverImage_14810243380.jpg', 2, '1440', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '5', 1, 0, 'Basic Constitutional Principles&lt;br /&gt;\r\nClassification of Administrative Actions&lt;br /&gt;\r\nDelegated Legislation&lt;br /&gt;\r\nNatural Justice&lt;br /&gt;\r\nAdministrative Tribunals&lt;br /&gt;\r\nExclusion of Judicial Review&lt;br /&gt;\r\nAdministrative Discretion and Judicial Review&lt;br /&gt;\r\nJudicial and Other Remedies&lt;br /&gt;\r\nLiability of the Government&lt;br /&gt;\r\nPublic Corporations&lt;br /&gt;\r\nPublic Interest Litigation&lt;br /&gt;\r\n&amp;nbsp;&lt;br /&gt;\r\n&amp;nbsp;', '', '1', '1', '', 1750.00, 0, 1750.00, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(565, 'Law Relating to Arbitration and Conciliation', '', '', '&lt;ul&gt;\r\n	&lt;li&gt;The book is a section wise commentary on Arbitration and Conciliation Act, 1996 covering all aspects of Arbitration law&lt;/li&gt;\r\n	&lt;li&gt;Includes commentary on the Arbitration and Conciliation (Amendment) Act, 2015&lt;/li&gt;\r\n	&lt;li&gt;Incorporates judicial and legislative developments since the last edition reflecting the current trend in arbitration law&lt;/li&gt;\r\n	&lt;li&gt;The book has been cited by the Madras High Court in NEPC India Ltd., formerly NEPC Micon Ltd. Vs. Sundaram Finance Ltd., 1998 IIIMLJ 116 and Mankanner Jain School Welfare Society Vs. Anilkumar J. Doshi, (2007) 1 MLJ 769&lt;/li&gt;\r\n	&lt;li&gt;The historical background on the evolution of Arbitration since the pre-British era is a unique feature of this work&lt;/li&gt;\r\n	&lt;li&gt;The book is a standard reference for Arbitrators, Judges, Advocates, Corporate Lawyers, Law firms, Indian Council of Arbitration, In-house counsels, Judicial Academies, ADR Institutions, Conciliators and Mediators, Court and Tribunal Libraries, Industry Chambers, Government Departments, and Law School Libraries&lt;/li&gt;\r\n&lt;/ul&gt;\r\n', '9th', 0, '9789350357408', '337', ' 2016', '1', 'CoverImage_14810248620.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '4', 1, 0, '', '', '1', '1', '', 2695.00, 0, 2695.00, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(567, 'Sarkar On Code Of Civil Procedure', ' 2 Volumes ', '&amp;ldquo;Sarkar on CODE OF CIVIL PROCEDURE is a legal classic. It is the most original, authentic, dependable and brilliant work having a profound impact on its vast readership that covers judges, lawyers, administrators, law teachers, and academicians, students, research scholars and in fact every one who is in any way concerned with the administration of law and justice in this country. The fact that it has entered into 11th edition speaks volumes about the undisputed quality and standard of this work and its undiminished appeal to its readers which have only grown with the passage of time. While time has always beaten men and matter, this gem of a classic has literally scored over it and lives today to immortalise its authors. A good work as it is, it is the very life-blood of its authors.&amp;amp;quot;&amp;amp;quot;Revised by Sudipto Sarkar, Senior Advocate, Calcutta High Court, Barrister-at-law and V.R. Manohar, Former Advocate-General of Maharashtra, Senior Advocate, Supreme Court of India, Chief Editor, All India Reporter etc., this work of the great masters will retain its freshness and appeal. The present 11th edition has been thoroughly revised in the light of all statutory amendments and plethora of cases that have emerged since the publication of last edition. So also, the entire impact of drastic changes brought out in the Code of Civil Procedure, 1908 alongwith Exhaustive Commentary on CPC (Amendment) Act, 1999 &amp;amp;amp; CPC (Amendment) Act, 2002 as amended w.e.f. 1-7-2002 by the enforcement of Amendment Acts, 1999 and 2002 have been absorbed wherever required and discussed at length with original comments in this revised work. Wherever found necessary State Amendments have been incorporated at appropriate places and references given under appropriate sections in the body of the book.&amp;amp;quot;&amp;amp;quot;Almost nearing 70 years of its existence, since the first edition of this work was published in 1937, this glorious work of the celebrated authors in its present edition, will find ready and whole-hearted acceptance. In all its glory this New Edition, throughly revised, is now released with the fondest of all hopes that it will meet the tumultuous welcome from its vast readership. &amp;rdquo;', '', '11th', 0, '9788180383953', '338', ' 2006', '1', 'CoverImage_14810934930.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '19', 1, 0, '', '', '1', '1', '', 3990.00, 0, 3990.00, 0, 0, 180.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(568, 'The Indian Penal Code', 'A Critical Commentary', '<p>The work tries to exhibit the whole gamut of the Penal Law in a systematic manner. Detailed analysis has been made of the general principles of criminal liability and also the fundamental principles of actus reas, mens rea, automatism, strict liability, ignorantia juris non excusat, causation of crimes, and vicarious liability, etc. Important relevant English case laws are included in support of those concepts. Current judicial as well as legislative issues related to Indian Penal Code are discussed vividly. All the amendments made recently including the Criminal Law (Amendment) Act 2013 with comments thereon are incorporated in proper places.<br />\nThe book catalogues almost all the important topics that are treated as burning issues of the day, such as euthanasia, cruelty to women, dowry death, kidnapping, change of concept of obscenity, right to private defence, abetment to commit suicide, etc. Critical analysis has been made on the controversial issues like&amp;mdash;difference between culpable homicide and murder, constitutional validity of execution of death sentence, expanded definition of rape, consent in rape cases, grievous hurt and its punishment, buying or selling minor for the purpose of prostitution, marrying again during lifetime of husband or wife, punishment for murder by life convict etc.<br />\nThe book is very much essential for the day-to-day work of a busy practitioner as well as judges and the persons interested in the subject.</p>\n', '<p>Principles of criminal liability<br />\nBurning issues of the day<br />\nAnalysis of the controversies<br />\nRelevant English case-laws<br />\nCurrent judicial and legislative issues</p>\n', '1st', 0, '9788171773169', '322', '2017', '1', 'CoverImage_14833536580.jpg', 1, '864', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '12', 0, 1, '<p>Preface<br />\nAcknowledgment<br />\nTable of Cases<br />\nIntroduction<br />\nGeneral Principles of Criminal Liability<br />\nChapter 1 : Introduction<br />\nChapter 2 : General Explanations<br />\nChapter 3 : Of Punishments<br />\nChapter 4 : General Exceptions<br />\nChapter 5 : Of Abetment<br />\nChapter 5A : Criminal Conspiracy<br />\nChapter 6 : Of Offences against the State<br />\nChapter 7 : Of Offences Relating to the Army, Navy and Air Force<br />\nChapter 8 : Of Offences against the Public Tranquility<br />\nChapter 9 : Of Offences by or Relating to Public Servants<br />\nChapter 9A : Of Offences Relating to Elections<br />\nChapter 10 : Of Contempts of the Lawful Authority of Public Servants<br />\nChapter 11 : Of False Evidence and Offences against Public Justice<br />\nChapter 12 : Of Offences Relating to Coin and Government Stamps<br />\nChapter 13 : Of Offences Relating to weights and Measures<br />\nChapter 14 : Of Offences Affecting the Public Health, Safety, Convenience, Decency and Morals<br />\nChapter 15 : Of Offences Relating to Religion<br />\nChapter 16 : Of Offences Affecting the Human Body<br />\nChapter 17 : Of Offences against Property<br />\nChapter 18 : Of Offences Relating to Documents and to Property Marks<br />\nChapter 19 : Of the Criminal Breach of Contracts of Service<br />\nChapter 20 : Of Offences Relating to Marriage<br />\nChapter 20A : Of Cruelty by Husband or Relatives of Husband<br />\nChapter 21 : Of Defamation<br />\nChapter 22 : Of Criminal Intimidation, Insult and Annoyance<br />\nChapter 23 : Of Attempts to Commit Offences<br />\nIndex</p>\n', '<p>Judges, Advocates, Lawyers and people engaged in legal field.</p>\n', '1', '1', '', 975.00, 0, 828.75, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(569, 'A.M. Bhattacharjee\'s Matrimonial Laws and the Constitution', '', '<p>The instant edition of this classic work offers a different perspective to the controversial question of the Uniform Civil Code relating to marriages and also demonstrates that many of the existing statutory provisions relating to personal&nbsp; laws are unconstitutional as being gender unjust. Several landmark decisions of the apex court and of the High Courts which reaffirmed parity in maintenance available to divorced women and right of Christian couple to adopt a child under the Juvenile Justice (Care and Protection of Children) Act 2000 have been considered and commented on. New issues have been introduced including those dealing with talak, honour killings, fatwas and secular laws.</p>\n', '<p>Voidability of child marriage<br />\nConversion of one of the spouses<br />\nPunishment for honour killing<br />\nMaintenance to divorced Muslim wife<br />\nUniform Civil Code</p>\n', '2nd', 0, '9788171773152', '321', '2017', '1', 'CoverImage_14833544750.jpg', 2, '352', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '33', 0, 0, '', '<p>Judges, Lawyers, Advocates and persons engaged in legal field</p>\n', '25,1', '25,1', '', 875.00, 0, 743.75, 0, 0, 65.00, 0, 0.00, 15.00, 0.00, 0.00, NULL);
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(570, 'The Law of Geographical Indications ', 'Rising above the horizon', '<p>The technological developments are increasingly diluting the meaning of distance and places, but the significance of places continues to matter. It is in this context that the Law of Geographical Indications (GI) assumes importance. Geographical indication acknowledges the unique and special relevance of the places, their natural factors which affect the quality of a product and their ancient links and cultural factors which give a special know-how to the crafts or skills. Geographical indications fall in the domain of Intellectual Property Rights which generally are rights associated with a person, but geographical indications are collective rights assigned to all the producers of that unique territory.</p>\n\n<p>This book maps out the resources, naturally unique to a place and the hereditary knowledge that has come to the modern world through the word of mouth. The principal contribution to this book enriches the understanding of geographical indication in simple words without legal jargon. It is a comprehensive study on the geographical indication laws, giving ample insights into the concept of geographical indications, laws and processes for protection of traditional knowledge and unique natural products, international treaties and registration of geographical indication in India.</p>\n\n<p>Of late, geographical indications are becoming prominent in the international treaties as a tool to economic development and quite often serious debate arises over the protective right of users in different territories for the use of a product. There are case studies representing protection of geographical indication to Indian products which may reflect the concerns of other developing countries. In a nutshell, the present work provides a comprehensive and accurate law relating to geographical indications and its interpretations within the country and abroad.</p>\n', '', '1st', 0, '9788171773176', '324', '2017', '1', '20250729_060925_the-law-of-geographical-indications-by-Vandana-Singh.jpg', 1, '558', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 1, 1, '0000-00-00 00:00:00', '28', 0, 0, '', '<p>Advocates, Lawyers, Students and persons engaged in legal field</p>\n', '2,1', '2', '', 850.00, 0, 700.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 150.00, NULL),
(573, 'Combo Offerâ€”Reflections on Medical Law & Ethics and Law of Medical Negligence & Compensation', '', '&amp;bull; Reflections on Medical Law and Ethics in India Ed. 2016&lt;br /&gt;\r\n&lt;br /&gt;\r\nBreakthroughs in technology have resulted in finding answers for many of the human health conditions as well as diseases which were thought to be untreatable in the past. However the advantages of modern technology are not free from loopholes, especially in the present era of commercialization. Hence, law plays a pivotal role in regulating the use/application of technology in this branch of science to cater to the best interests of the society.Added to this, the ethical considerations surrounding developments in medicine are many, which pose challenge to law and society equally. Unfortunately, the nuances of ethical and legal issues in medicine have not been properly addressed by either the legal or the medical fraternity in India. Hence, an effort is being made in this book to cover the most significant areas of ethico-legal considerations in the field of medicine, especially in the Indian context. The book is designed in such a manner as to cover the current issues of practical significance affecting wide variety of stakeholders. It addresses the judicial responses to healthcare, problems of law and order in healthcare services, challenges in abortion, surrogacy, organ transplantation and euthanasia, significance of documentation and consent in healthcare, and different aspects of medical negligence in India. Each article in the book is contributed by the select few experts in the field from different parts of India. The contributors have researched extensively to cover all the significant laws relating to their area of coverage. Hence, this book stands as an extremely useful resource for medical practitioners, paramedical staff, hospital administrators, lawyers, researchers, students and public in general.&lt;br /&gt;\r\n&lt;br /&gt;\r\n&amp;bull;&amp;nbsp;Law of Medical Negligence &amp;amp; Compensation 2Ed. Revised &amp;amp; Updated 2014&lt;br /&gt;\r\n&lt;br /&gt;\r\nMyriad of problems and tricky questions relating to the accountability of physicians, surgeons and dentists under the law of professional negligence and medical malpractice, developed by judicial pronouncements, have been elaborately discussed besides presenting the procedure for claim of compensation by aggrieved persons made inexpensive and amenable to speedy remedy under the Consumer Protection Act 1986.', '', 'Book 1: 1st Edition 2016 | Book 2: 2nd Edition (Revised &amp; Updated) 2014', 0, '9788171772988 &amp; 9788171772902', '312', '2014 & 2016', '1', 'CoverImage_1498560350573.jpg', 1, '319', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 0, 0, NULL, 0, 1, '0000-00-00 00:00:00', '38', 1, 0, '', '', '2,1', '2', '', 1125.00, 0, 1125.00, 0, 0, 145.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(574, 'Space Law', 'The Emerging Trends', '<p>The entry into the outer space is undoubtedly the greatest achievement of the twentieth century. The pleasant event of space exploration has resulted in the rapid developments in scientific and technological field. But at the same time it carried number of problems requiring legal solutions. Consequently, the space law started to emerge as a separate branch of international law. The contributors have explored the possibilities of legal regulation of emerging trends in space activities through concerted efforts at both international and national levels.</p>\n', '', '1st', 0, '9788171773312', '356', '2018', '1', 'CoverImage_1503742300574.jpg', 1, '349', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 1, 1, '0000-00-00 00:00:00', '73', 0, 0, '', '<p>Persons engaged in space research organizations&amp;nbsp;</p>\n', '1', '2,1', '', 990.00, 0, 810.00, 0, 0, 90.00, 0, 0.00, 0.00, 0.00, 180.00, NULL),
(575, 'Privatization & Globalization', 'Changing Legal Paradigm', '<p>The Liberalization, Privatization and Globalization (LPG) Poliy was considered the window of great opportunity for India to formally enter into international market as a potential contender. The year 1991 dawned with an economic crisis in the country; it was by virtue of this divergent LPG Policy aimed at opening new avenues for the economy to grow. The book analyses the trends and policy dimensions of privatization and focuses on the growth and impact of global policy on the Indian legal system.</p>\n', '<p>ADR - Success and Failures<br />\nRegulatory Governance and Economic Liberalization<br />\nCorporate Governance and Transnational Corporations<br />\nFair competition and Consumer Welfare<br />\nWTO - Reforms and Challenges<br />\nBusiness and Human Rights<br />\nNeo-liberal National Security</p>\n', '1st', 0, '9788171773305', '342', '2017', '1', 'CoverImage_1531978654575.jpg', 1, '534', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '29', 0, 0, '<p>Preface<br />\nContributors&rsquo; Profile<br />\nTable of Cases<br />\nPart I : Developments in Constitutional Law<br />\nChapter <strong>&nbsp;1 Non-profit Sector&rsquo;s Response to Globalization&mdash;Towards Alleviation of Difficulties and Empowerment of the Vulnerable<br />\nChapter&nbsp; 2 Illicit Financial Flows, Globalization and the Rule of Law<br />\nChapter&nbsp; 3 Impact of Liberalization on the State, the Judiciary and the People<br />\nChapter 4 Constitutional Response to Economic Liberalization</strong><br />\nPart II : Regulatory Developments<br />\nChapter <strong>5 The Competition Law Regime in Post-1991 Economic Scenario in India</strong><br />\nChapter&nbsp; <strong>6 Regulating Cartels&mdash;Challenges for Competition Law<br />\nChapter&nbsp; 7 Abuse of Dominant Position under Competition Law<br />\nChapter&nbsp; 8</strong> <strong>Enforcement of Competition Law in India Through Private Action for Damages<br />\nChapter&nbsp; 9 Global Regulatory Compliance for Transnational Corporations</strong><br />\nChapter&nbsp; <strong>10 Competition Law and Consumer Welfare<br />\nChapter&nbsp; 11&nbsp;Developing Countries and WTO</strong><br />\nPart III : Human Rights &amp; Justice Perspective<br />\nChapter <strong>12 Impact of Liberalization on Workers&rsquo; Legitimate Rights</strong><br />\nChapter&nbsp; <strong>13 Strategic Labour Organizing, Law and the Rise of Non-Traditional Forms of Worker Organization<br />\nChapter&nbsp; 14 Achieving Justice via Independent and</strong> <strong>Impartial Tribunals or Forums<br />\nChapter&nbsp; 15 Neo-liberal National Security&mdash;Wielding Counterterrorism Powers to Protection Economic Growth<br />\nChapter&nbsp; 16 Human Rights&rsquo; Anti-Globalization in a Multi-national Corporatized State</strong><br />\nChapter&nbsp; <strong>17 The Role of Human Rights Against Poverty<br />\nChapter&nbsp; 18 The Impact of Trade Liberalization on Human Rights<br />\nChapter&nbsp; 19 Transparency and Accountability in Governance and Public Services<br />\nChapter&nbsp; 20 Promoting Decent Work Agenda&mdash;A Human Rights Discourse in the Wake of Globalization<br />\nChapter&nbsp; 21 Economic Liberalization and Impact on Human Rights</strong><br />\nPart IV : International Trade Concerns<br />\n<strong>Chapter&nbsp; 22 Myanmar, Trips and Food Security<br />\nChapter&nbsp; 23 Energy Security and Global Trade&mdash;The View from Oil Dependent Economies<br />\nChapter&nbsp; 24 WTO&mdash;Challenges, Approaches and Future Trend<br />\nChapter&nbsp; 25 International Commercial Arbitration&mdash;A Tool to Regulate Global Trade and Commerce<br />\nChapter&nbsp; 26 Third Parties Rights in the WTO Dispute Settlement Mechanism<br />\nChapter&nbsp; 27 Regulating in the Shadow of International Trade Law</strong><br />\nChapter&nbsp; <strong>28 The Function of India&rsquo;s Patent Institution to Promote Pharmaceutical Industry<br />\nChapter&nbsp; 29 &lsquo;Make in India&rsquo; Policy in the Era of Global Trade Regime&mdash;A Critical Analysis<br />\nChapter&nbsp; 30 Paradigm Shift of India&rsquo;s Economic &nbsp;Policies and Institutional Reforms<br />\nChapter&nbsp; 31 Article XX(b), GATT&mdash;A &lsquo;Rule of Law&rsquo; Perspective</strong><br />\nChapter&nbsp; <strong>32 To Reform or Not to Reform&mdash;The Looming Questions Facing WTO&rsquo;s Future Credibility</strong><br />\nConclusion</p>\n', '<p>Law Practitioners and Professors</p>\n', '1', '1', '', 1295.00, 0, 1100.75, 0, 0, 140.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(576, 'The Land Surveying', 'Law, Practice & Procedure', '<p>The instant edition of the book offers a comprehensive guide to understanding both traditional and modern surveying techniques. In ancient India reference to documentation of surveys was found. During the period of Sher Shah it reached its peak by systemization, while with the help of Todarmal, Akbar developed it further into a compact system and subsequently, land survey got the modern scientific touch in the British Period.<br />\nThe new edition covers fundamental methods such as chain surveying and plane table surveying, along with modern techniques including advanced GPS-based surveying. Each topic is explained with clarity, focusing on real-world application and usability. In addition, the book includes important court rulings and legal orders related to land surveying, providing valuable insight into the legal framework governing survey practices.<br />\nDividing the whole gamut of the subject into 11 chapters, the author has discussed almost all the branches relating to survey in a lucid manner. There are many works after physical measurement and all those are arranged in the chapter &#39;Post Survey Work&#39;. Commissions have an important role in the area of survey. Provisions relating to commission under the Code of Civil Procedure are given in a separate chapter. Conversion is an essential aspect of survey and it has been dealt in the separate chapter.<br />\nActs relating to surveys in different States have been added in the Appendices for the convenience of readers to become acquainted with the law relating to the survey.</p>\n', '<p>Instruments of survey<br />\nMethods of survey<br />\nMethods of relaying<br />\nGraphical comparison<br />\nPost survey work<br />\nCommissions and court&#39;s order.</p>\n', '2nd', 0, '9788199368361', '343', '2026', '1', '20260526_074426_land.jpg', 0, '432', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '31', 0, 0, '', '<p>Practitoners</p>\n', '1', '1', '', 1050.00, 0, 840.00, 0, 0, 90.00, 0, 0.00, 20.00, 0.00, 0.00, '2026-05-26 07:44:32'),
(577, 'Custody Jurisprudence', 'Under Criminal Justice Administration', '<p>Custodial violence is a worldwide phenomenon inflicted upon individuals irrespective of age, sex or state of health. The work elaborately deals with the types of custody, kinds of prisons, rights of prisoners, protection of vulnerable groups, women and insane prisoners against custodial violence, protection of prisoners against custodial rape, custodial death and fake encounters as well. The book adopts a complete and contemporary approach to the study relating to prison administration, area of custodial violence, international legal frameworks and domestic laws relating to the rights of prisoners.</p>\n', '<p>Rights of prisoners<br />\nEncounter killings<br />\nHandcuffing<br />\nRight to speedy justice<br />\nCustodial rape and compensation<br />\nJuvenile justice system and detention<br />\nBrain Electrical Activation Profile Test</p>\n', '1st', 0, '9788171773237', '344', '2018', '1', 'CoverImage_15093493600.jpg', 1, '352', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 1, 4, '0000-00-00 00:00:00', '12', 0, 0, '', '<p>Students, Lawyers and Practitioners</p>\n', '2,1', '2', '', 675.00, 0, 605.00, 0, 0, 90.00, 0, 0.00, 0.00, 0.00, 70.00, NULL),
(585, 'Protection of Plant Varieties & Farmers\' Rights', 'Law, Practice and Procedure', '<p>An outstanding work of erudite and experienced authors deals with step by step guidance for obtaining proprietorship over plant varieties developed by plant breeders, researchers, farmers, National Agricultural Research System (NARS), CSIR institutes and public &amp; private seed industry. It discuses all the ingredients relating to the subject, such as, procedure relating to application for registration, varieties eligible for registration, opposition, protection, benefit sharing, researchers&#39; rights, corrections and revocations, infringements, offences and penalties.</p>\n', '<p>Varieties eligible for registration<br />\nProcedure for registration<br />\nOpposition against registration<br />\nInfringement of registered variety<br />\nCorrection &amp; revocation of registration<br />\nQuia time to action<br />\nCompulsory license<br />\nPenalty for false representation<br />\nMaintenance of registration<br />\nEnforcement of breeders<br />\nDetermination of benefit sharing<br />\nInfringement<br />\nOffences and penalties</p>\n', '1st', 0, '9788171773374', '346,345', '2018', '1', 'CoverImage_15196360710.jpg', 1, '406', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 1, 1, '0000-00-00 00:00:00', '28', 0, 0, '<p>Message<br />\nForeword<br />\nPreface<br />\nTable of Cases<br />\nChapter&nbsp; 1 : Introduction to Intellectual Property&mdash;.. Its Meanings Nature and Types<br />\nChapter 2 : Genesis of Plant Variety Protection Laws<br />\nChapter 3 : Central Government, Authority, Chairperson, Plant Varieties Registry, National Register of Plant Varieties and Plant Variety Journal<br />\nChapter 4 : Applicant<br />\nChapter 5 : Varieties Eligible for Registration<br />\nChapter 6 : Denomination<br />\nChapter 7 : Application Form, DUS Testing and Registration<br />\nChapter &nbsp;8 : Opposition<br />\nChapter 9 : Provisional Protection<br />\nChapter 10 : Period of Protection<br />\nChapter 11 : Benefit Sharing<br />\nChapter 12 : Assignment, Transmission, Agency and License<br />\nChapter 13 : Researcher&rsquo;s Rights<br />\nChapter 14 : Surrender, Rectification, Correction and Revocation<br />\nChapter 15 : Annual Fee and Renewal Fee&mdash;Maintenance of Registration<br />\nChapter 16 : Farmers&rsquo; Rights<br />\nChapter 17 : Compulsory License<br />\nChapter 18 : Appeal to Tribunal<br />\nChapter 19 : Infringement<br />\nChapter 20 : Offences and Penalties<br />\nChapter 21 : Miscellaneous<br />\nAppendices<br />\nIndex</p>\n', '', '1', '1', '', 790.00, 0, 630.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 160.00, NULL),
(1322, 'Insolvency and Bankruptcy Law Manual with IBC Law Guide', '', '<p>This book contains amended, updated &amp; annotated text of the Insolvency and Bankruptcy Code 2016 (IBC). The coverage of this book includes:<br />\nInsolvency and Bankruptcy Code 2016&nbsp;(IBC) [as amended upto date]<br />\n10&nbsp;Relevant&nbsp;Rules<br />\n18&nbsp;Relevant&nbsp;Regulations<br />\n7+&nbsp;Guidelines&nbsp;issued under the IBC<br />\n25+&nbsp;Relevant&nbsp;Notifications&nbsp;issued under the IBC<br />\n55+&nbsp;Relevant&nbsp;Circulars&nbsp;issued under the IBC<br />\nRBI (Prudential Framework for Resolution of Stressed Assets) Directions 2019<br />\nAlong with the above, the readers also get a specially curated &amp; comprehensive (100+ pages) guide/short commentary on Insolvency &amp; Bankruptcy Code.<br />\nThe Present Publication is the 17th&nbsp;Edition and has been amended upto 31st&nbsp;December 2022. This book is edited by Taxmann&#39;s Editorial Board.</p>\n', '', '18th', 0, '9789357782302', '808', '2024', '10', '2023-08-10_14_42_08.759948Insolvency_&_Bankruptcy.jpg', 0, '1500', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-10 09:12:28', '139', 0, 0, '<p>The contents of the book are as follows:<br />\nInsolvency and Bankruptcy Code, 2016<br />\nText of Insolvency and Bankruptcy Code, 2016,&nbsp;as amended by the Insolvency and Bankruptcy Code (Amendment)&nbsp;Act, 2021<br />\nAppendix: Provisions of other Acts referred to in the Insolvency and Bankruptcy Code<br />\nInsolvency and Bankruptcy Code (Amendment)&nbsp;Act, 2021<br />\nInsolvency and Bankruptcy Code (Second Amendment) Act, 2020<br />\nInsolvency and Bankruptcy Code (Amendment) Act, 2020<br />\nInsolvency and Bankruptcy Code (Amendment) Act, 2019<br />\nSubject Index<br />\nRules and Regulations<br />\nInsolvency and Bankruptcy Board of India (Model Bye-Laws and Governing Board of Insolvency Professional Agencies) Regulations, 2016<br />\nInsolvency and Bankruptcy Board of India (Insolvency Professional Agencies) Regulations, 2016<br />\nInsolvency and Bankruptcy Board of India (Insolvency Professionals) Regulations, 2016<br />\nInsolvency and Bankruptcy (Application to Adjudicating Authority) Rules, 2016<br />\nInsolvency and Bankruptcy Board of India (Insolvency Resolution Process for Corporate Persons) Regulations, 2016<br />\nInsolvency and Bankruptcy Board of India (Liquidation Process) Regulations, 2016<br />\nInsolvency and Bankruptcy Board of India (Voluntary Liquidation Process) Regulations, 2017<br />\nInsolvency and Bankruptcy Board of India (Information Utilities) Regulations, 2017<br />\nInsolvency and Bankruptcy Board of India (Advisory Committee) Regulations, 2017<br />\nInsolvency and Bankruptcy Board of India (Procedure for Governing Board Meetings) Regulations, 2017<br />\nInsolvency and Bankruptcy Board of India (Engagement of Research Associates and Consultants) Regulations, 2017<br />\nInsolvency and Bankruptcy Board of India (Salary, Allowances and Other Terms and Conditions of Service of Chairperson and Members) Rules, 2016<br />\nInsolvency and Bankruptcy Board of India (Fast Track Insolvency Resolution Process for Corporate Persons) Regulations, 2017<br />\nInsolvency and Bankruptcy Board of India (Inspection and Investigation) Regulations, 2017<br />\nInsolvency and Bankruptcy Board of India (Employees&#39; Service) Regulations, 2017<br />\nInsolvency and Bankruptcy Board of India (Grievance and Complaint Handling Procedure) Regulations, 2017<br />\nInsolvency and Bankruptcy Board of India (Annual Report) Rules, 2018<br />\nInsolvency and Bankruptcy Board of India (Form of Annual Statement of Accounts) Rules, 2018<br />\nInsolvency and Bankruptcy Board of India (Mechanism for Issuing Regulations) Regulations, 2018<br />\nCompanies (Registered Valuers and Valuation) Rules, 2017<br />\nInsolvency and Bankruptcy Board of India (Medical Facility to Chairperson and Whole-time Members) Scheme Rules, 2019<br />\nInsolvency and Bankruptcy (Application to Adjudicating Authority for Insolvency Resolution Process for Personal Guarantors to Corporate Debtors) Rules, 2019<br />\nInsolvency and Bankruptcy (Insolvency and Liquidation Proceedings of Financial Service Providers and Application to Adjudicating Authority) Rules, 2019<br />\nInsolvency and Bankruptcy (Application to Adjudicating Authority for Bankruptcy Process for Personal Guarantors to Corporate Debtors) Rules, 2019<br />\nInsolvency and Bankruptcy Board of India (Bankruptcy Process for Personal Guarantors to Corporate Debtors) Regulations, 2019<br />\nInsolvency and Bankruptcy Board of India (Insolvency Resolution Process for Personal Guarantors to Corporate Debtors) Regulations, 2019<br />\nInsolvency and Bankruptcy (Pre-packaged Insolvency Resolution Process) Rules, 2021<br />\nInsolvency and Bankruptcy Board of India (Pre-packaged Insolvency Resolution Process) Regulations, 2021<br />\nGuidelines issued under the Insolvency and Bankruptcy Code, 2016<br />\nGuidelines for Technical Standards for the Performance of Core Services and Other Services under the Insolvency and Bankruptcy Board of India (Information Utilities) Regulations, 2017<br />\nGuidelines for empanelment of advocates<br />\nInsolvency and Bankruptcy Board of India (Online Delivery of Educational Course and Continuing Professional Education by Insolvency Professional Agencies and Registered Valuers Organisations) Guidelines, 2020<br />\nInsolvency and Bankruptcy Board of India (Use of Caveats, Limitations and Disclaimers by the Registered Valuers in Valuation Reports) Guidelines, 2020<br />\nInsolvency and Bankruptcy Board of India (Continuing Professional Education for Insolvency Professionals) Guidelines, 2019<br />\nGuidelines for Appointment of Insolvency Professionals as Administrators under the Securities and Exchange Board of India (Appointment of Administrator and Procedure for Refunding to the Investors) Regulations, 2018<br />\nInsolvency Professionals to Act as Interim Resolution Professionals, Liquidators, Resolution Professionals and Bankruptcy Trustees (Recommendation) Guidelines, 2022<br />\nNotifications issued under the Insolvency and Bankruptcy Code, 2016<br />\nCirculars issued under the Insolvency and Bankruptcy Code, 2016<br />\nRBI (Prudential Framework for Resolution of Stressed Assets) Directions, 2019</p>\n', '', NULL, '2', '', 3195.00, 0, 2805.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 390.00, '2023-08-10 09:12:28'),
(587, 'Ratanlal and Dhirajlal\'s The Code of Criminal Procedure - As amended by the Criminal Law (Amendment) Act, 2013', '', 'This legal classic has served the legal profession and everyone associated with it for almost a century. Learned yet simple in its approach, it allows readers to quickly grasp the principles of Criminal Procedure and Criminology. All technical rules of procedure have been illustrated and explained in a lucid, comprehensive and systematic manner. The 22nd edition of this work has been painstakingly updated to include the latest case law, legislative amendments and current developments in the law relating to criminal procedure in India. Case law decided under the old Code of 1898 which continue to remain relevant has been retained under the corresponding provisions of the new Code of 1973.&amp;nbsp;&lt;br /&gt;\r\n&lt;br /&gt;\r\nAuthenticity, originality and reliability have always been the hallmarks of this publication and every possible care has been taken in this edition to maintain the original excellence, style and quality of the work. As has been the hallmark of previous editions, the current edition too offers a great help to students and professionals, when they require a quick overview, in the form of summary at the end of the work.&amp;nbsp;&lt;br /&gt;\r\n&lt;br /&gt;\r\nThe book is an invaluable source of reference for the widest possible range of readers including students, academics, legal practitioners, judges, administrators, public prosecutors, police officers and police trainees.&amp;nbsp;', '', '22nd Edition', 0, '9788131251300', '347', '2017', '1', 'CoverImage_15251639130.jpg', 2, '0', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '', '', '2,1', '2', '', 845.00, 0, 845.00, 0, 0, 95.00, 0, 0.00, 7.50, 0.00, 0.00, NULL),
(589, 'Textbook on Indian Penal Code', '', 'Text Book on the Indian Penal Code by Professor K D Gaur, a distinguished scholar and an eminent jurist of International repute is a classic work in criminal law. It has been adjudged as the best text book on the subject. The present edition of this critical and comprehensive study of the Indian Penal Code has been extensively revised and updated. With the help of examples, illustrations and elucidatory notes complex subjects have been explained in simple style so that readers could grasp the subjects easily. Excellent Annexures dealing with the rights of the accused, victims of crime and guidelines to effective study and understanding of criminal law have enhanced the worth and utility of the book. The cases that have upheld the concept of right to compensation to the victims of rape, even to a foreign national; accountability of public servants and ministers for arbitrary exercise of discretionary powers; personal liability for contempt of court; absolute liability against environmental and hazardous crimes; State accountability for police crimes, custodial death, atrocities on women and human rights violations; manufacturer&amp;#39;s liability for criminal negligence etc., have been elaborately discussed. Crime against women, bride burning, dowry death and sexual harassment at workplace have also been incorporated. World wide trend to abolish death sentence and legalize Physician Assisted Suicide (PAS), euthanasia and mercy killing in the context of Aruna Ramchandra Shanbaugh right to die vis-a-vis right not to die; right to life of the unborn vis-a-vis women&amp;#39;s right to privacy to seek termination of pregnancy, are some of the fascinating topics that form part of the book. The recent case of National Legal Service Authority in which Supreme Court has recognized members of T.G. Community as &amp;quot;Third Gender&amp;quot; and conferred all legal and constitutional rights under Articles 14, 19 and 21 of the Constitution has been discussed in detail. The question of desirability of death sentence for a rapist in the light of a great demand by a large section of the society and women organizations in particular has been critically examined in the context of American case of Anthony Cooker v. State of Georgia (1997) prohibiting death sentence for rape, being disproportionate, cruel and unusual punishment contrary to the VIIIth and XIVth Amendments to the U.S. Constitution. Rape under English Law, which has been drastically amended vide Sexual Offences Act, 2003 and in many other countries etc., have been elaborately discussed. For instance, rape under English law is no more confined to a man. A woman can also be convicted for rape and it can be either vaginal or anal or by mouth. Criminal Law (Amendment) Act 13 of 2013 that has drastically redrafted the provisions relating to sexual offences under sections 375, 376, 376A, 376B, 376C, 376D and 376E and sexual harassment, assault with intent to disrobe a woman, voyeurism and stalking etc. have been extensively discussed. Apart from Indian decisions, leading judgments decided by the courts of the United Kingdom, United States of America, Northern Ireland, Germany, France, South Africa, Australia, Canada, Sri Lanka, Pakistan, Myanmar, Bangladesh, Malaysia, Singapore and European countries, etc., have been discussed at the appropriate places. To apprise the readers about the Penal Code at a glance, a new chapter entitled General Introduction has been added. The book is not only an ocean of information for students but also a valuable handbook for teachers besides being useful for the practitioners, social scientists, NGOs, law-makers, Judges and the courts entrusted with the dispension of criminal justice in India and elsewhere.Text Book on the Indian Penal Code by Professor K D Gaur, a distinguished scholar and an eminent jurist of International repute is a classic work in criminal law. It has been adjudged as the best text book on the subject. The present edition of this critical and comprehensive study of the Indian Penal Code has been extensively revised and updated. With the help of examples, illustrations and elucidatory notes complex subjects have been explained in simple style so that readers could grasp the subjects easily. Excellent Annexures dealing with the rights of the accused, victims of crime and guidelines to effective study and understanding of criminal law have enhanced the worth and utility of the book. The cases that have upheld the concept of right to compensation to the victims of rape, even to a foreign national; accountability of public servants and ministers for arbitrary exercise of discretionary powers; personal liability for contempt of court; absolute liability against environmental and hazardous crimes; State accountability for police crimes, custodial death, atrocities on women and human rights violations; manufacturer&amp;#39;s liability for criminal negligence etc., have been elaborately discussed. Crime against women, bride burning, dowry death and sexual harassment at workplace have also been incorporated. World wide trend to abolish death sentence and legalize Physician Assisted Suicide (PAS), euthanasia and mercy killing in the context of Aruna Ramchandra Shanbaugh right to die vis-a-vis right not to die; right to life of the unborn vis-a-vis women&amp;#39;s right to privacy to seek termination of pregnancy, are some of the fascinating topics that form part of the book. The recent case of National Legal Service Authority in which Supreme Court has recognized members of T.G. Community as &amp;quot;Third Gender&amp;quot; and conferred all legal and constitutional rights under Articles 14, 19 and 21 of the Constitution has been discussed in detail. The question of desirability of death sentence for a rapist in the light of a great demand by a large section of the society and women organizations in particular has been critically examined in the context of American case of Anthony Cooker v. State of Georgia (1997) prohibiting death sentence for rape, being disproportionate, cruel and unusual punishment contrary to the VIIIth and XIVth Amendments to the U.S. Constitution. Rape under English Law, which has been drastically amended vide Sexual Offences Act, 2003 and in many other countries etc., have been elaborately discussed. For instance, rape under English law is no more confined to a man. A woman can also be convicted for rape and it can be either vaginal or anal or by mouth. Criminal Law (Amendment) Act 13 of 2013 that has drastically redrafted the provisions relating to sexual offences under sections 375, 376, 376A, 376B, 376C, 376D and 376E and sexual harassment, assault with intent to disrobe a woman, voyeurism and stalking etc. have been extensively discussed. Apart from Indian decisions, leading judgments decided by the courts of the United Kingdom, United States of America, Northern Ireland, Germany, France, South Africa, Australia, Canada, Sri Lanka, Pakistan, Myanmar, Bangladesh, Malaysia, Singapore and European countries, etc., have been discussed at the appropriate places. To apprise the readers about the Penal Code at a glance, a new chapter entitled General Introduction has been added. The book is not only an ocean of information for students but also a valuable handbook for teachers besides being useful for the practitioners, social scientists, NGOs, law-makers, Judges and the courts entrusted with the dispension of criminal justice in India and elsewhere.', '', '6th Edition', 0, '9789350358382', '0', '2016', '1', 'CoverImage_15251694580.jpg', 2, '1215', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '', '', '2,1', '2', '', 695.00, 0, 695.00, 0, 0, 95.00, 0, 0.00, 8.00, 0.00, 0.00, NULL),
(591, 'Law relating to Women & Children', '', '&lt;p&gt;The current fourth edition of this much-acclaimed workby Mamta Rao, is a well researched and systematically organised study on the subject. The author has discussed various problems faced by women and has thrown light on the crimes committed against women viz. rape , dowry death, female foeticide, sexual harrassment at work place, domestic violence, etc. The work also analyses issues such as child labour, child abuse, juvenile delinquency etc.&amp;nbsp;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;The following are the highlights of this new edition:-&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n	&lt;li&gt;\r\n	&lt;p&gt;Includes the&amp;nbsp;&lt;em&gt;Shayara Bano case&lt;/em&gt;&amp;nbsp;on Triple Talaq&lt;/p&gt;\r\n	&lt;/li&gt;\r\n	&lt;li&gt;\r\n	&lt;p&gt;Includes discussion on Right of Children to Free and Compulsory Education Act, 2009; Protection of Children from Sexual Offences Act, 2012; Criminal Law (Amendment) Act, 2013; Sexual Harassment of Women at Workplace (Prevention, Prohibition and Redressal) Act, 2013; Juvenile Justice (Care and Protection of Children) Act, 2015 and Maternity Benefit (Amendment) Act, 2017&lt;/p&gt;\r\n	&lt;/li&gt;\r\n	&lt;li&gt;\r\n	&lt;p&gt;Includes leading cases on the subject specified in the syllabus of law schools.&lt;/p&gt;\r\n	&lt;/li&gt;\r\n	&lt;li&gt;\r\n	&lt;p&gt;The author discusses the&amp;nbsp;&lt;em&gt;Nirbhaya case&amp;nbsp;&lt;/em&gt;at length.&amp;nbsp;&amp;nbsp;&lt;/p&gt;\r\n	&lt;/li&gt;\r\n&lt;/ol&gt;\r\n', '', '4th Edition', 1, '9789351455547', '200', '2018', '1', 'CoverImage_15300172590.jpg', 0, '736', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '23', 1, 0, '', '', '2', '2', '', 790.00, 0, 720.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(592, 'Law of Arbitration and Conciliation', 'and Alternative Dispute Resolution Systems', '&lt;p&gt;Law of Arbitration and Conciliation is an authoritative commentary on the subject of Arbitration and Alternative Dispute Redressal Systems. The book presents in a simple and lucid style the law as contained in the Arbitration and Conciliation Act, 1996.&lt;/p&gt;\r\n\r\n&lt;p&gt;This book discusses Domestic Arbitration, International Commercial Arbitrations and the Enforcement of Foreign Awards. It also explains other types of ADR methods such as Negotiation, Conciliation and Lok Adalats.&lt;/p&gt;\r\n\r\n&lt;p&gt;Major changes have been made to the Arbitration and Conciliation Act, 1996 by the Arbitration and Conciliation (Amendment) Act, 2015. This edition thoroughly discusses these changes. Further, important recent case law of the Supreme Court and High Courts have been included.&lt;/p&gt;\r\n', '', '11th Edtion', 1, '9789387487147', '0', '2018', '1', 'CoverImage_15300176460.jpg', 2, '696', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '4', 1, 0, '', '', '2', '2', '', 590.00, 0, 530.00, 0, 0, 95.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(593, 'Forensic Evidence', 'Admissibility in Criminal Justice System', '<p>When a successful criminal investigation is not possible by the traditional method of eye-witness-oriented criminal justice system, the modern technology relating to forensic evidence helps the judiciary to convict the accused or confirm his acquittal. The advent of forensic science technologies and development of tools made great scientific breakthrough in the decision-making process of criminal cases.</p>\n\n<p><strong>ROAD MAP</strong><br />\nThe book is divided into six chapters, beginning with Introduction followed by DNA, Ballistics, Fingerprint, Toxicology &amp;amp; Chemical Analysis and Cyber Forensics.&amp;nbsp; INTRODUCTION provides a road map of the book while the chapter relating to DNA discusses the mechanisms used for DNA fingerprinting technique, admissibility of DNA evidence and how it helps to determine identity, paternity or maternity of a child. The chapter on BALLISTICS provides a comprehensive account of classification of firearms and their characteristics. The next chapter is FINGERPRINT which discusses adequately the classification, principle on which such evidence is based, mechanism for collection of fingerprint and Automated Fingerprint Identification System (AFIS). The chapter on TOXICOLOGY AND CHEMICAL ANALYSIS catalogues the classification of poisons, principle on which toxicology evidence is based, isolation &amp;amp; identification of poison and criminal cases in which toxicology evidence is used. The last chapter is CYBER FORENSICS which is the issue of the day. This chapter deals elaborately with the admissibility of electronic evidence, computer fraud, tampering with computer source code, hacking, etc. which will be very much helpful to solve the problems relating to cyber crimes.<br />\n<strong>TOPICS DISCUSSED</strong><br />\nAn in-depth study has been made of all the important topics relating to the subject, with the help of the pronouncements of the apex court and different High Courts and accordingly it may be treated as an useful tool for busy legal practitioners, judges and researchers as well.</p>\n', '<p>DNA profiling technique<br />\nDetermination of paternity<br />\nBallistic imaging analysis<br />\nFingerprint evidence<br />\nToxicology evidence<br />\nCyber forensics<br />\nDaubert guidelines</p>\n', '1st', 0, '9788171773466', '353', '2019', '1', 'CoverImage_15487483710.jpg', 1, '310', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '12', 0, 0, '<p>Preface<br />\nTable of Cases<br />\nChapter 1 : Introduction<br />\nChapter 2 : Deoxyribonucleic Acid (DNA)<br />\nChapter 3 : Ballistics<br />\nChapter 4 : Fingerprint<br />\nChapter 5 : Toxicology and Chemical Analysis<br />\nChapter 6 : Cyber Forensics<br />\nIndex</p>\n', '', '2,1', '2', '', 725.00, 0, 616.25, 0, 0, 90.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(604, 'A.N. Saha\'s The West Bengal Land Reforms Act, 1955', '', '<p>Enactment of the West Bengal Land Reforms Act 1955 was primarily aimed at removal of roadblocks affecting agricultural production and also to impose the ceiling on land holding. The Act underwent several amendments over time to keep pace with the changing circumstances and also for making the&nbsp; Act more effective to fulfil the prime objects of its very legislation, viz. distribution of&nbsp; surplus lands among the landless, protection of the interests of the bargadar and reduction of disparity between different sections of the society.</p>\n\n<p><strong>Reflection of Key Areas</strong><br />\nIn this new edition, to match with the latest developments of land system and amendments of the Act, the work has been made accordingly to abreast the readers with the present position of it. The issues relating to termination of cultivation by bargadar, composite application and single deposit for pre-emption, non-deposit of consideration money mentioned in the deed, conflict between section 8 &amp; fundamental rights, conflict between two record of rights, procedure for disposal of mutation petition, conflict between section &amp; rule, mode of transfer by Scheduled Tribe and much more have been dealt with vastly and explained exhaustively.</p>\n\n<p><strong>Comprehensive view</strong><br />\nIn the course of its journey towards the 10th Edition, a number of vital topics are included as well as some are deleted to meet the demand of the day. The main purpose of this work is to present a comprehensive view of the land reform jurisprudence in a lucid manner. The work is updated with latest judicial decisions of the apex court as well as of the Calcutta High Court. This edition highlights various gaps between the sections and opens a new window compelling the legal luminaries as well as law makers to rethinking about certain provisions from different standpoints.<br />\nIt is expected that this updated edition will act as an useful reference and as well as manual for the members of the Bench and Bar.</p>\n', '<p><strong>Change of character and use of land<br />\nCeiling of land held by bargadar<br />\nDeath of bargadar &ndash; effect<br />\nTermination of cultivation by bargadar<br />\nAlienation of land by Scheduled Tribes</strong></p>\n', '10th', 0, '9788196387280', '100', '2024', '1', '2024-04-02_17_59_39.363297AN_Saha_-_Land_Reforms_Front_copy.jpg', 2, '901', '0', '0', '', '0000-00-00 00:00:00', 0, 1, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '31', 0, 0, '', '', '1', '1', '', 1950.00, 0, 1657.50, 0, 0, 95.00, 0, 0.00, 15.00, 0.00, 0.00, NULL);
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(605, 'Goyle\'s A Commentary on the Transfer of Property Act', '', '<p>This outstanding work appears in its third edition. In this edition, the topics that frequently appear before a busy lawyer, i.e. applicability of the doctrine of lis pendens, part-performance, rule against perpetuity, vested interest, transfer by co-owner, redemption of mortgage, mortgagee&#39;s right to foreclosure or sale, determination of lease, effect of holding over, mode of creation of gift, have been analysed in the light of pronouncements of the Apex Court and different High Courts. Many critical issues, such as transfer of property in favour of unborn child and universal donee are discussed at length. The work is indispensable for busy lawyers, law-makers and other members of the legal fraternity.</p>\n', '<p>Transfer in favour of unborn child<br />\nInjunction against stranger purchaser<br />\nPosition of a de facto guardian<br />\nRights and liabilities of a leasee<br />\nApplicability of the doctrine of lis pendens<br />\nMortgagee&#39;s right to foreclosure or sale</p>\n', '3rd ', 0, '9788171773602', '60', '2020', '1', 'CoverImage_1582539154605.jpg', 2, '1020', '0', '1', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '132', 0, 0, '<p>Preface to the Third Edition<br />\nPreface to the First Edition<br />\nTable of Cases<br />\nThe Transfer of Property Act 1882<br />\nPreamble<br />\nChapter I\\<br />\nShort title, commencement and extent<br />\nRepeal of Acts &amp; saving of certain enactments, incidents, rights, liabilities, etc<br />\nInterpretation clause<br />\nEnactments relating to contracts to be taken as part of Contract Act and supplemental to the Registration Act<br />\nChapter II<br />\nOf Transfers of Property by Act of Parties<br />\n(A) Transfer of property, whether movable or immovable<br />\nTransfer of property defined<br />\nWhat may be transferred<br />\nPersons competent to transfer<br />\nOperation of transfer<br />\nOral transfer<br />\nCondition restraining alienation<br />\nRestriction repugnant to interest created<br />\nCondition making interest determinable on insolvency or attempted alienation<br />\nTransfer for benefit of unborn person<br />\nRule against perpetuity<br />\nTransfer to class, some of whom come under sections 13 and 14<br />\nTransfer to take effect on failure of prior interest<br />\nDirection for accumulation<br />\nTransfer in perpetuity for benefit of public<br />\nVested interest<br />\nWhen unborn person acquires vested interest on transfer for his benefit<br />\nContingent interest<br />\nTransfer to members of a class who attain a particular age<br />\nTransfer contingent on happening of specified uncertain event<br />\nTransfer to such of certain persons as survive at some period not specified<br />\nConditional transfer<br />\nFulfilment of condition precedent<br />\nConditional transfer to one person coupled with transfer to another on failure of prior disposition<br />\nUlterior transfer conditional on happening or not happening of specified event<br />\nFulfilment of condition subsequent<br />\nPrior disposition not affected by invalidity of ulterior disposition<br />\nCondition that transfer shall cease to have effect in case specified uncertain event happens or does not happen<br />\nSuch condition must not be invalid<br />\nTransfer conditional on performance of act, no time being specified for performance<br />\nTransfer conditional on performance of act, time being specified<br />\nElection<br />\nElection when necessary<br />\nApportionment<br />\nApportionment of periodical payments on determination of interest of person entitled<br />\nApportionment of benefit of obligation on severance<br />\n(B) Transfer of immovable property<br />\nTransfer by person authorised only under certain circumstances to transfer<br />\nTransfer where third person is entitled to maintenance<br />\nBurden of obligation imposing restriction on use of land Or of obligation annexed to ownership but not amounting to interest or easement<br />\nTransfer by ostensible owner<br />\nTransfer by person having authority to revoke former transfer<br />\nTransfer by unauthorised person who subsequently acquires interest in property transferred<br />\nTransfer by one co-owner<br />\nJoint transfer for consideration<br />\nTransfer for consideration by persons having distinct interests<br />\nTransfer by co-owners of share in common property<br />\nPriority of rights created by transfer<br />\nTransferee&#39;s right under policy<br />\nRent bonafide paid to holder under defective title<br />\nImprovements made by bona fide holders under defective titles<br />\nTransfer of property pending suit relating thereto<br />\nFraudulent transfer<br />\nPart performance<br />\nChapter III<br />\nOf Sales of Immovable Property Sale defined<br />\nRights and liabilities of buyer and seller<br />\nMarshalling by subsequent purchaser<br />\nDischarge of encumbrances on sale Provision by court for encumbrances and sale freed therefrom<br />\nOf Mortgages of Immovable Property and Charges, Mortgage, mortgage-money defined\\<br />\nMortgage when to be by assurance<br />\nReferences to mortgagors and mortgagees to include persons deriving title from them<br />\nRights and liabilities of mortgagor<br />\nRight of mortgagor to redeem<br />\nObligation to transfer to third party instead of re-transference to mortgagor<br />\nRight to inspection and production of documents<br />\nRight to redeem separately or simultaneously<br />\nRight of usufructuary mortgagor to recover possession<br />\nAccession to mortgaged property<br />\nAccession acquired in virtue of transferred ownership<br />\nImprovements to mortgaged property<br />\nRenewal of mortgaged lease<br />\nImplied contracts by mortgagor<br />\nMortgagor&#39;s power to lease<br />\nWaste by mortgagor in possession<br />\nRights and liabilities of mortgagee ; Right to foreclosure or sale<br />\nMortgagee when bound to bring one suit on several mortgages<br />\nRight to sue for mortgage-money<br />\nPower of sale when valid<br />\nAppointment of receiver<br />\nAccession to mortgaged property<br />\nRenewal of mortgaged lease<br />\nRights of mortgagee in possession<br />\nRight to proceeds of revenue sale or compensation on acquisition<br />\nRights of subsequent mortgagee to pay off prior mortgagee<br />\nRights of mesne mortgagee against prior and subsequent mortgagees<br />\nLiabilities of mortgagee in possession<br />\nReceipts in lieu of interest<br />\nPostponement of prior mortgagee<br />\nMortgage to secure uncertain amount when maximum is expressed<br />\nTacking abolished<br />\nMarshalling and contribution; Marshalling securities<br />\nContribution to mortgage debt<br />\nDeposit in court; Power to deposit in Court money due on mortgage<br />\nRight to money deposited by mortgaged<br />\nCessation of interest<br />\nSuits for foreclosure, sale or redemption<br />\nParties to suits for foreclosure, sale and redemption<br />\nForclosure and sale [Repealed]<br />\nRedemption\\; Persons who may sue for redemption<br />\nSubrogation<br />\nProhibition of tacking<br />\nRights of mesne mortgagee<br />\nRight of redeeming co-mortgagor to expenses<br />\nMortgage by deposit of title-deeds<br />\nApplication of proceeds<br />\nAnomalous mortgages; Rights and liabilities of parties to anomalous mortgages<br />\nAttachment of mortgaged property; Attachment of mortgaged property<br />\nCharges<br />\nNo merger in case of subsequent encumbrance<br />\nNotice and tender; Service or tender on or to agent<br />\nNotice, etc., to or by person incompetent to contract<br />\nPower to make rules<br />\nChapter V<br />\nOf Leases of Immovable Property<br />\nLease defined<br />\nLessor, lessee, premium and rent defined<br />\nDuration of certain leases in absence of written contract or local usage<br />\nLeases how made<br />\nRights and liabilities of lessor and lessee<br />\nRights of lessor&#39;s transferee<br />\nExclusion of day on which term commences<br />\nDetermination of lease<br />\nWaiver of forfeiture<br />\nWaiver of notice to quit<br />\nRelief against forfeiture for non-payment of rent<br />\nRelief against forfeiture in certain other cases<br />\nEffect of surrender and forfeiture on under-leases<br />\nEffect of holding over<br />\nExemption of leases for agricultural purposes<br />\nChapter VI<br />\nOf Exchanges<br />\nExchange defined<br />\nRight of party deprived of thing received in exchange<br />\nRights and liabilities of parties<br />\nExchange of money<br />\nChapter VII<br />\nOf Gifts defined\\<br />\nAcceptance when to be made<br />\nTransfer how effected<br />\nGift of existing and future property<br />\nGift to several of whom one does not accept<br />\nWhen gift may be suspended or revoked<br />\nOnerous gifts<br />\nOnerous gift to disqualified person<br />\nUniversal donee<br />\nSaving of donations mortis causa and Muhammadan Law<br />\nOf Transfers of Actionable Claims; Transfer of actionable claim<br />\nTransfer of policy of marine insurance<br />\nNotice to be in writing, signed<br />\nLiability of transferee of actionable claim<br />\nWarranty of solvency of debtor<br />\nMortgaged debt<br />\nAssignment of rights under policy of insurance against fire<br />\nAssignment of rights under policy of marine insurance<br />\nIncapacity of officers connected with Courts of Justice<br />\nSaving of negotiable instruments, etc.<br />\nThe Schedule<br />\nThe Indian Easements Act 1882<br />\nPreamble<br />\nShort title<br />\nLocal extent<br />\nCommencement<br />\nSavings<br />\nConstruction of certain references to Act XV of 1877 and Act IX of 1871<br />\nChapter I<br />\nOf Easements Generally Easement defined<br />\nContinuous and discontinuous, apparent and non-apparent easements<br />\nEasement for limited time or on condition<br />\nEasements restrictive of certain rights<br />\nThe Imposition, Acquisition and Transfer of Easements<br />\nWho may impose easements<br />\nServient owners<br />\nLessor and mortgagor<br />\nLessee<br />\nWho may acquire easements<br />\nEasements of necessity and quasi-easements<br />\nDirection of way of necessity<br />\nAcquisition by prescription<br />\nExclusion in favour of reversioner of servient heritage<br />\nRights which cannot be acquired by prescription<br />\nCustomary easements<br />\nTransfer of dominant heritage passes easement<br />\nChapter III The Incidents of Easements\\<br />\nRules controlled by contract or title<br />\nBar to use unconnected with enjoyment<br />\nExercise of easement. Confinement of exercise of easement; Right to alter mode of enjoyment<br />\nRight to do acts to secure enjoyment<br />\nAccessory rights<br />\nLiability for expenses necessary for preservation of easements<br />\nLiability for damage for want of repair<br />\nServient owner not bound to do anything<br />\nExtent of easements<br />\nEasement of necessity<br />\nOther easements<br />\nIncrease of easement<br />\nPartition of dominant heritage<br />\nObstruction in case of excessive user<br />\nChapter IV<br />\nThe Disturbance of Easements&#39; Right to enjoyment without disturbance<br />\nSuit for disturbance of easement<br />\nWhen cause of action arises for removal of support<br />\nInjunction to restrain disturbance<br />\nAbatement of obstruction of easement<br />\nChapter V<br />\nThe Extinction, Suspension and Revival of Easements<br />\nExtinction by dissolution of right of servient owner<br />\nExtinction by release<br />\nExtinction by revocation<br />\nExtinction on expiration of limited period or happening of dissolving condition<br />\nExtinction on termination of necessity<br />\nExtinction of useless easement<br />\nExtinction by permanent change in dominant heritage<br />\nExtinction on permanent alteration of servient heritage by superior force<br />\nExtinction by destruction of either heritage<br />\nExtinction by unity of ownership<br />\nExtinction by non-enjoyment<br />\nExtinction of accessory rights<br />\nSuspension of easement<br />\nServient owner not entitled to require continuance<br />\nCompensation for damage coused by extinguishment or suspension<br />\nRevival of easement<br />\n&amp;ldquo;Licence&#39;s defined<br />\nWho may grant licence<br />\nGrant may be express or implied<br />\nAccessory licences annexed by law<br />\nLicence when transferable<br />\nGrantor&#39;s quos duty to disclose defects<br />\nGrantor&#39;s quos duty not to render property unsafe<br />\nGrantor&#39;s quos transferee not bound by licence<br />\nLicence when revocable<br />\nRevocation express or implied<br />\nLicence when deemed revoked<br />\nLicensee&#39;s quos rights on revocation<br />\nLicensee&#39;s quo;s rights on eviction<br />\nAppendices<br />\nAppendix<br />\nThe Registration Act 1908<br />\nThe Government Grants Act 1895<br />\nThe Partition Act<br />\nThe Powers-of-Attorney Act 1882<br />\nThe Code of Civil Procedure 1908</p>\n', '', '1', '1', '', 1990.00, 0, 1691.50, 0, 0, 165.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(719, 'Insolvency and Bankruptcy Code – Law and Practice', '', '<p>The 2nd edition of Akaant Kumar Mittal has been thoroughly updated with the latest statutory amendments and case laws. The current edition is now in 2 volumes to encompass all the changes that have taken from the previous edition. Discussion on Section 1 to 32 of the Code has been included in Volume 1 whereas commentary from Section 34 onwards has been included in Volume 2. Volume 2 comes with additional write ups on Group Insolvency, Pre-Packaged Insolvency Process, Asset Reconstruction Companies and ILC Report of May 2022.</p>\n', '', '2nd', 0, '9788194800439', '409', '2023', '9', '2023-06-13_16_01_55.261051Insolvency.jpg', 0, '2048', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-06-13 10:32:41', '139', 0, 0, '<p><strong>Volume I</strong><br />\n<strong>Chapters 1&ndash;33</strong><br />\n1. Statement of Objects and Reasons [Preamble]<br />\n2. Title and Applicability of the Law [Section 1]<br />\n3. Definition Clause [Section 3(7), (8), (14), (16 to 18) and (23)]<br />\n4. Applicability of Part II Relating to Insolvency Resolution and Liquidation for Corporate Persons [Section 4]<br />\n5. Designation of Adjudicating Authority and Appellate Authority: National Company Law Tribunal and National Company Law Appellate Tribunal [Sections 5(1) and 61(1)]<br />\n6. Dispute [Section 5(6)]<br />\n7. Defining Financial Creditor and Financial Debt [Section 5(7) and (8)]<br />\n8.&ldquo;Operational Debt&rdquo; and &ldquo;Operational Creditor&rdquo; Section 5(20) and (21)]<br />\n9. Persons Who May Initiate Resolution Process [Section 6]<br />\n10. Financial Creditors [Section 7]<br />\n11. Homebuyers [Section 7]<br />\n12. Initiation of Resolution Process by an Operational Creditor [Sections 8 and 9]<br />\n13. Corporate Insolvency by Corporate Applicant [Section 10]<br />\n14. Disqualification under Section 11, IB Code [Section 11]<br />\n15. Time-Frame for Resolution Process [Section 12]<br />\n16. Withdrawal of Application Post-Admission [Section 12-A]<br />\n17. Declaration of Moratorium and Public Announcement [Section 13]<br />\n18. Imposition of Moratorium [Section 14]<br />\n19. Public Announcement of Corporate Insolvency Resolution Process [Section 15]<br />\n20. Appointment of Interim Resolution Professional and Resolution Professional and Their Fees and Costs [Sections 16 and 22]<br />\n21. Role and Duties of an Interim Resolution Professional and a Resolution Professional [Sections 17, 18, 20, 23 and 25]<br />\n22. Non-Cooperation by the Promoters: Directors [Section 19]<br />\n23. Formation of Committee of Creditors [Section 21]<br />\n24. Meeting of Committee of Creditors 826 [Section 24]<br />\n25. Authorised Representatives of Financial Creditors [Section 25-A]<br />\n26. Application for Avoidance of Transactions Not to Affect Proceedings [Section 26]<br />\n27. Removal of an Interim Resolution Professional and a Resolution Professional [Sections 27 and 22(2)]<br />\n28. Approval of Committee of Creditors for Certain Actions [Section 28]<br />\n29. Invitation for Expression of Interest and Information Memorandum [Section 29]<br />\n30. Persons Not Eligible to be Resolution Applicant [Section 29-A]<br />\n31. Submission of a Resolution Plan [Section 30]<br />\n32. Resolution Plans and Its Consideration by the Adjudicating Authority [Sections 31 and 32, 61(3) and (4), 62]<br />\n33. Liability of Corporate Debtor for Offences Committed Prior to Initiation of CIRP [Section 32-A]<br />\n<strong>Subject Index [Vol. I]</strong><br />\n<br />\n<strong>Volume II Chapters 34&ndash;62</strong><br />\n34. Liquidation Process [Section 33]<br />\n35. Fast Track Corporate Insolvency Resolution Process [Sections 55&ndash;58]<br />\n36. Voluntary Liquidation [Section 59]<br />\n37. Adjudicating Authority for Corporate Persons [Section 60]<br />\n38. Appeals and Appellate Authority of NCLAT [Section 61]<br />\n39. Appeal to the Supreme Court [Section 62]<br />\n40. Ouster of Civil Court&rsquo;s Jurisdiction and Disposal of Applications [Sections 63&ndash;64]<br />\n41. Fresh Start Process [Sections 78&ndash;93]<br />\n42. Insolvency Resolution Process Against Individuals and Firms [Sections 94&ndash;120]<br />\n43. Bankruptcy Order for Individuals and Partnership Firms [Sections 121&ndash;178]<br />\n44. Adjudicating Authority for Individuals and Firms [Sections 179&ndash;183]<br />\n45. Offences and Penalties [Sections 184&ndash;187]<br />\n46. Formation of Insolvency and Bankruptcy Board of India [Sections 188&ndash;198]<br />\n47. Insolvency Professional Agency and Insolvency Professional [Sections 199&ndash;208]<br />\n48. Information Utility [Sections 209&ndash;216]<br />\n49. Inspection and Investigation of IPAs, IPs and IUs [Sections 217&ndash;220]<br />\n50. Finance, Accounts and Audit [Sections 221&ndash;254]<br />\n51. Power of Central Government to Notify Financial Service Providers [Section 227]<br />\n52. Cross-Border Insolvency [Sections 234&ndash;235]<br />\n53. Interplay with Other Statutes and Non-Obstante Clause [Section 238]<br />\n54. Limitation [Section 238-A]<br />\n55. Micro, Small and Medium Enterprises Act [Section 240-A]<br />\n56. Power of Central Government to Remove Difficulties in the Working of the IB Code [Section 242]<br />\n57. Board of Industrial and Financial Reconstruction and Sick Industrial Companies Act [Section 252]<br />\n58.AmendmentstotheCompaniesAct,2013 [Section 255]<br />\n59. Postscript on the Insolvency Law Committee Report of May 2022<br />\n60. Pre-Packaged Insolvency Resolution Process<br />\n61. Asset Reconstruction Companies<br />\n62. Group Insolvency<br />\n<strong>Subject Index [Vol. II]</strong></p>\n', '', NULL, '24', '', 6295.00, 0, 5165.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 1130.00, '2023-06-13 10:32:41'),
(720, 'Money Laundering: Prevention, Law & Practice', '', '<table style=\"width:100.0%\">\n	<tbody>\n		<tr>\n			<td style=\"background-color:white; border-bottom:none; border-left:none; border-right:none; border-top:1px solid #cccccc\">\n			<p><strong><em>Money Laundering:</em></strong><em>&nbsp;Prevention</em>,&nbsp;<em>Law &amp; Practice</em>&nbsp;by Abhijeet Sharma is an authoritative and comprehensive treatise on the law relating to the prevention of money laundering, which is a problem of great magnitude internationally and has long-term negative economic impacts.<br />\n			This book provides an excellent assessment of the basic concepts of the subject and the stages of the money-laundering process have been dealt with in great details with appropriate examples. It also covers the steps taken by various regional and international organisations to curb money laundering. There is thorough examination of newly emerging concept of cyber-laundering, virtual currency and digital payment systems with risks posed by them and steps taken at International and National level in this regard.<br />\n			Section-wise commentary on Prevention of Money Laundering Act, 2002, along with relevant Rules, covering all the pertinent reported judgments till-date has been included. No other book has examined as much case laws pertaining to PMLA with comprehensive and pin-pointed headnotes, to expound the various aspects of the topic, making the book a must-have for the legal professionals. The book also examines the anti-money laundering guidelines issued by the Reserve Bank of India and the Securities and Exchange Board of India; and incorporates the rules issued under the PMLA.</p>\n			</td>\n		</tr>\n	</tbody>\n</table>\n', '<p><strong>1.</strong>&nbsp;Section-wise commentary on PMLA, 2002, along with relevant Rules, covering all the pertinent reported judgments till-date;<br />\n<strong>2.</strong>&nbsp;Extensive coverage of the novel concept of cyber-laundering, virtual currency and digital payment systems with risks posed by them and steps taken at the International and National level in this regard;<br />\n<strong>3.</strong>&nbsp;Role of various statutory &amp; regulatory bodies such as RBI, SEBI, IRDAI and the An-ti-Money Laundering Guidelines, Circulars &amp; Notifications issued by them;<br />\n<strong>4.</strong>&nbsp;Money Laundering in various other sectors such as NGOs/NPOs, Sports, Trade-based money laundering, Real estate sector etc. has also been dealt with in details;<br />\n<strong>5.</strong>&nbsp;Role of Accountants &amp; Legal Professionals in curbing money laundering along with Guidelines for them;<br />\n<strong>6.</strong>&nbsp;Steps were taken by various International &amp; Regional organizations to combat money laundering.</p>\n\n<p>With all the above salient features, this is a most authoritative book, within the shortest compass and a full-fledged commentary on the subject. The lucid way the work has been compiled would benefit both the Bench and the Bar. The book shall also be enlightening for students of law and legal professionals who are torchbearers of the nation</p>\n', '1st', 0, '9789394364318', '410', '2023', '9', '2023-06-13_16_11_11.476737Money_Laundering_Prevention_Law_and_Practice.JPG', 0, '712', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-13 10:41:32', '5,12', 1, 0, '<p>Table of Cases<br />\n1. Basics of Money Laundering&nbsp;<br />\n2. International Efforts to Combat Money Laundering<br />\n3. Cyber Laundering<br />\n4. Section-wise Commentary on the Prevention of Money-Laundering Act, 2002<br />\n5. Role of Banks and SEBI in Preventing Money Laundering<br />\n6. Money Laundering in Other Sectors and Role of Professionals<br />\nSubject Index</p>\n', '', NULL, '24,1', '', 1526.00, 0, 1526.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-13 10:41:32'),
(721, 'Family Law in India', '', '<p>Prof. Tahir Mahmood has written a comprehensive work on Family Law as applicable in India. Family law in India is a complex branch of the nation?s legal system, spread over two distinct categories of laws ? first, general laws applicable to all citizens irrespective of their religion, and the other comprising personal laws meant for particular religious communities or groups of communities.</p>\n\n<p>The book has been arranged in eight parts; first four Parts explain the concepts and contents of family law in general and laws relating to property and succession meant for all communities have been explained in last four Parts.<br />\nIt provides detailed discussion on all relevant issues such as marriage and divorce, maintenance, guardianship and child custody, adoption, property, inheritance, wills as well as succession. Prominent Supreme Court as well as High Court rulings have been referred on the matters they cover.<br />\nThis book is meant for practitioners, judges, academicians, students and all those interested in gathering a thorough knowledge of the subject.</p>\n', '<p>Important aspects of Family Law such as marriage, divorce, maintenance, custody, adoption, property and succession have been discussed in a comprehensive yet intelligible manner.<br />\nTwo appendices of important Central and State Acts relating to general and personal family laws.<br />\nImportant judicial pronouncements have been discussed and analyzed like&nbsp;<em>Shayara Bano</em>&nbsp;v.&nbsp;<em>Union of India</em>, (2017) 9 SCC 1,&nbsp;<em>Navtej Singh Johar</em>&nbsp;v.&nbsp;<em>Union of India</em>, (2018) 10 SCC 1,&nbsp;<em>Joseph Shine</em>&nbsp;v.&nbsp;<em>Union of India</em>, (2019) 3 SCC 39,&nbsp;<em>Tejaswini Gaud</em>&nbsp;v.&nbsp;<em>Shekhar Jagdish Prasad Tewari</em>, (2019) 7 SCC 42,&nbsp;<em>Lalita Toppo</em>&nbsp;v.&nbsp;<em>State of Jharkhand</em>, (2019) 13 SCC 796,&nbsp;<em>Vineeta Sharma</em>&nbsp;v.&nbsp;<em>Rakesh Sharma</em>, (2020) 9 SCC 1, and many more.</p>\n', '1st', 0, '9789394364424', '175', '2023', '9', '2023-06-13_16_17_15.212086Family_Law.jpg', 0, '800', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-06-13 10:48:00', '23', 0, 0, '<p>Table of Cases<br />\nTable of Statutes<br />\nINTRODUCTION<br />\nPart I - Family Rights And Relation Laws For All Communities<br />\nPart II - Personal Laws Of Four Communities Relating To Family Rights And Relations<br />\nPart III - Personal Law Of Muslim Communities Relating To Family Rights And Relations<br />\nPart IV - Personal Laws Of Other Communities Relating To Family Rights And Relations<br />\nPart V - Property And Succession Laws For All Communities<br />\nPart VI - Personal Laws Of Four Communities Relating To Property And Succession<br />\nPart VII - Personal Law Of Muslim Communities Relating To Property And Succession<br />\nPart VIII - Personal Laws of Christians and Other Communities Relating to Property And Succession<br />\nAppendix I - Texts of General Family Law Acts<br />\nAppendix II - Texts of Personal Law Acts<br />\nSubject Index</p>\n', '', NULL, '1', '', 1495.00, 0, 1240.85, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, '2023-06-13 10:48:00'),
(722, 'Avtar Singh\'s Business Law', '', '<p>Dr. Avtar Singh&#39;s Business Law discusses six different areas of law which are interrelated but separate domains and each one of them is capable of being discussed in a separate legal commentary. This book, however, is written and revised with the purpose of giving a basic insight to the reader into each one of those domains.<br />\nThe book begins with the most basic instrument of commerce viz. a contract. The discussion under the part is not restricted to the language of Contract Act but extends to principles which preceded and succeed the Act and in turn define the basic tenets of the law as it stands today. The second and third part of the book discuss certain specific applications of law of contracts. These practices were codified in India in the Sale of Goods Act and it is the discussion around this Act and general principles of the law of sale of goods that the second part of the book deals with. The third part of the book discusses applicability of contractual principles in creating a business entity, evolving from the model of traditional sole proprietorship/ agency in sole proprietorship business etc. The law governing partnerships and limited liability partnerships is dealt along with the law on partnerships; and law governing the companies is dealt in a separate part of the book. IPR, Company and Competition Law are also covered at length.<br />\nThe current book updates the previous edition in light of the statutory amendments and judicial developments in all the above mentioned areas. The amendments brought in (a) the IP legislations in light of Commercial Courts Act, 2015 (b) the Limited Liability Partnership Act in 2021, (c) the Companies Act in light of amending statutes of 2018, 2019 and 2020 form a part of the book. Further, the major Supreme Court and High Court decisions passed since the publication of the previous edition, pertinent to all the above-mentioned areas, have been incorporated in relevant parts of the book.<br />\nThis book follows a simple and lucid style for easy understanding of the subject and has long been on the list of recommended books for the use of students of Law, Commerce, MBA, Cost Accountancy, Cost and Works Accountancy, Company Secretaryship, etc</p>\n', '', '12th', 1, '9789351452812', '411', '2023', '9', '2023-06-13_16_27_17.029979business_law_avtar__singh_varun_malik_12_edition_2023.JPG', 0, '1264', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-13 10:58:01', '7', 0, 0, '<p>Part I&nbsp;- Contract<br />\nPart II&nbsp;- Partnership<br />\nPart III&nbsp;- Sale of Goods and Competition Law<br />\nPart IV&nbsp;- Negotiable Instruments<br />\nPart V&nbsp;- Company Law<br />\nPart VI&nbsp;- Intellectual Property Rights<br />\nSubject Index</p>\n', '', NULL, '2', '', 1625.00, 0, 1381.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-13 10:58:01'),
(723, 'Civil Procedure (CPC)', '', '<p>Civil Procedure Code by C.K. Takwani&nbsp;provides an interesting and lucid study of the fundamental principles of civil procedure in a logical sequence. The topic-wise treatment of the subject along with references to academic writings and judicial decisions makes the study of civil procedure more meaningful and comprehensible. This book explains complex legal concepts with clarity and coherence as well as covers all aspects and dimensions of law relating to Civil Procedure and Limitations in India. The current ninth edition of the book has been thoroughly revised and updated by the author.</p>\n', '<p>1. Incorporates all legislative developments including a new chapter on Commercial Courts Act, 2015.<br />\n2. Rulings on the subject by the Supreme Court, as well as the High Courts, have been painstakingly extracted by the author and all the latest case law up to (2020) 16 SCC have been incorporated.<br />\n3. Certain topics such as res sub-judice, res judicata, set-off and counterclaim, ex-parte decree, affidavits, interim orders, consent decree, examination of witnesses, suits by or against government, letters patent appeal, transfer of cases, etc. have been discussed in detail.<br />\n4. Discusses the leading decision in M. Siddiq v. Suresh Das (popularly known as the Ram Janmabhoomi case) as reported in (2020)4 SCC 1.<br />\n5. Includes List of Suggested Readings, which is a compilation of articles by legal luminaries to widen the scope of discussion on several topics.<br />\n6. Legal maxims or principles explaining the topics discussed, have been quoted at the beginning of every chapter.<br />\n7. The topic-wise treatment of the subject along with references to academic writings and the judicial decisions makes the study of civil procedure more meaningful and comprehensible.</p>\n', '39th', 0, 'B81582702975A', '181', '2023', '9', '2023-06-13_16_31_49.610036Civil_Procedure.jpeg', 0, '1056', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-13 11:02:57', '19', 1, 0, '<p>PART 1 - Preliminary<br />\n1. Introduction<br />\n2. Definitions</p>\n\n<p>PART 2 - Suits<br />\n1. Jurisdiction of Civil Courts<br />\n2. Res Sub Judice and Res Judicata<br />\n3. Foreign Judgment<br />\n4. Place of Suing<br />\n5. Institutions of Suit<br />\n6. Pleadings<br />\n7. Plaint and Written Statement<br />\n8. Appearance and Non-appearance of Parties<br />\n9. First Hearing<br />\n10. Discovery, Inspection and Production of Documents<br />\n11. Interim Orders<br />\n12. Withdrawal and Compromise of Suits<br />\n13. Death, Marriage and Insolvency of Parties<br />\n14. Trial<br />\n15. Judgment and Decree<br />\n16. Special Suits</p>\n\n<p>PART 3 - Appeals, Reference, Review and Revision<br />\n1. General<br />\n2. First Appeals<br />\n3. Second Appeals<br />\n4. Appeals from Orders<br />\n5. Appeals by Indigent Persons<br />\n6. Appeals to Supreme Court<br />\n7. Reference<br />\n8. Review<br />\n9. Revision</p>\n\n<p>PART 4 - Execution<br />\n1. Execution in General<br />\n2. Courts Which May Execute Decrees<br />\n3. Application for Execution<br />\n4. Stay of Execution<br />\n5. Mode of Execution<br />\n6. Arrest and Detention<br />\n7. Attachment of Property<br />\n8. Questions to be Determined by Executing Court<br />\n9. Adjudication of Claims<br />\n10. Sale of Property<br />\n11. Delivery of Property<br />\n12. Distribution of Assets</p>\n\n<p>PART 5 - Miscellaneous<br />\n1. Transfer of Cases<br />\n2. Restitution<br />\n3. Caveat<br />\n4. Inherent Powers of Courts<br />\n5. Delay in Civil Litigation</p>\n\n<p>PART 6 - Limitation Act<br />\n1. Limitation Act, 1963</p>\n\n<p>PART 7 - Commercial Courts</p>\n\n<p><strong>APPENDICES</strong></p>\n\n<p>1. Plaint<br />\n2. Written Statement<br />\n3. Issues<br />\n4. First Appeal<br />\n5. Second Appeal<br />\n6. Revision<br />\n7. Injunction Application<br />\n8. Affidavit<br />\n9. Caveat</p>\n', '', NULL, '2,1', '', 985.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 985.00, '2023-06-13 11:02:57'),
(724, 'Law and Social Transformation', '', '', '', '2nd', 0, '9789390735044', '412', '2022', '9', '2023-06-13_16_39_46.062851Law_in_social.jpg', 0, '580', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-13 11:10:27', '30', 1, 0, '<p>Chapter-I Law and Social Change Theoritical Discussion<br />\nChapter-II Comparative Perspectives-Legal System and Social Change<br />\nChapter-III Colonial Experience-Indian Legal System and Social Change<br />\nChapter-IV Contemporary Experience-Indian Legal System and Social Change<br />\nChapter-V Law as Instrument of Social Change<br />\nChapter-VI Law, Social Change/Social Transformation and Judicial Process of India<br />\nChapter-VII Law as the Product of Traditions and Culture<br />\nChapter-VIII Historical and Sociological Study on the Role of the Law in Bringing about social change<br />\nChapter-IX Legal concepts in New Social Order (Alternative Approaches to Law)<br />\nChapter-X Approaches to Law and Justice During the Nationalist Struggle<br />\nChapter-XI Reception of English Law in India<br />\nChapter-XII Constitution&#39;s Orientation and Social Transformation<br />\nChapter-XIII Tools of Social Transformation<br />\nChapter-XIV Relationship Between Various Concepts and their Influence on Social Behaviour/Transformation<br />\nChapter-XV Protective Groups and the Law<br />\nChapter-XVI Modernization and the Law<br />\nChapter-XVII Education, Media and the Law<br />\nChapter-XVIII Economic, Political Structure and the Law-Parliamentary Democracy, Co- Operative Federalism<br />\nBibliography<br />\nTable of Cases</p>\n', '', NULL, '2,1', '', 1495.00, 0, 1495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-13 11:10:27'),
(725, 'V.G. Ramachandran\'s Law of Writs', '', '<p>V.G. Ramachandran&#39;s Law of Writs (in two volumes)&nbsp;revised by V. Sudhish Pai, is an exhaustive commentary acknowledged as the undisputed authority on the subject. Every successive edition of this classic work has received greater appreciation and popularity. It covers all the important developments and case law in this field since the last edition.<br />\nVolume I is divided into two parts - Part I (Judicial Review, origin of writs in England and India) and Part II (General Principles of Writ Jurisdiction). Volume II is divided into three parts - Parts III (Specific Writs); Part IV (Supervisory Jurisdiction of High Courts, SLPs, and Constitutional Amendments); and Part V (Practice and Procedure). A new chapter on judicial review has been added. Appendices contain updated bare text of the relevant portions of the Constitution of India; CPC; Supreme Court Rules, 2013; High Court Rules; PIL Rules; and Model Forms of Writ Petitions.<br />\nThis work will be useful to lawyers, judges, academicians, and scholars in India and abroad.</p>\n', '', '7th', 0, '9789390715770', '251', '2022', '9', '2023-06-13_17_04_27.223306Law_writs.jpeg', 0, '2720', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-06-13 11:34:33', '9', 0, 0, '<p>Table Of Contents:</p>\n\n<p><strong>Volume I</strong><br />\nTable of Cases</p>\n\n<p><strong>Part I - INTRODUCTION</strong><br />\n1. Judicial Review<br />\n2. England<br />\n3. India</p>\n\n<p>Part II - GENERAL PRINCIPLES OF WRIT JURISDICTION<br />\n1. Constitutional Provisions<br />\n2. Locus Standi &mdash; Who May Apply<br />\n3. Against Whom Writ May Be Issued<br />\n4. Territorial Jurisdiction<br />\n5. Purposes for Which Writs May Be Issued<br />\n6. Delay and Laches<br />\n7. Alternative Remedy<br />\n8. Res Judicata<br />\n9. Natural Justice<br />\n10. Administrative Tribunals<br />\n11. Exclusion of Judicial Review<br />\n12. Administrative Discretion and Judicial Review<br />\n13. Other Features and Limitations of Writ Jurisdiction<br />\n14. Public Interest Litigation</p>\n\n<p><strong>Subject Index</strong></p>\n\n<p><strong>Volume II</strong><br />\nTable of Cases</p>\n\n<p><strong>Part III - SPECIFIC WRITS</strong><br />\n1. Habeas Corpus<br />\n2. Mandamus<br />\n3. Prohibition<br />\n4. Certiorari<br />\n5. Quo Warranto</p>\n\n<p><strong>Part IV - MISCELLANEOUS</strong><br />\n1. Supervisory Jurisdiction of High Courts<br />\n2. Special Leave Petitions<br />\n3. Constitutional Amendments</p>\n\n<p><strong>Part V - PRACTICE AND PROCEDURE</strong><br />\n1. Principles of Procedure<br />\n2. Facets of Practice</p>\n\n<p><strong>APPENDICES</strong></p>\n\n<p>I. Constitution of India<br />\nII. Code of Civil Procedure, 1908<br />\nIII. Supreme Court Rules, 2013<br />\nIV. Rules Framed by the Various High Courts under Articles 226 and 227<br />\n1. Allahabad High Court<br />\n2. Andhra Pradesh High Court<br />\n3. Bombay High Court<br />\n4. Calcutta High Court<br />\n5. Chhattisgarh High Court<br />\n6. Delhi High Court<br />\nRules Framed by the Various High Courts under Articles 226 and 227 (Contd.)<br />\n7. Gauhati High Court<br />\n8. Gujarat High Court<br />\n9. Jammu &amp; Kashmir High Court<br />\n10. Jharkhand High Court<br />\n11. Karnataka High Court<br />\n12. Kerala High Court<br />\n13. Madhya Pradesh High Court<br />\n14. Madras High Court<br />\n15. Manipur High Court<br />\n16. Meghalaya High Court<br />\n17. Orissa High Court<br />\n18. Patna High Court<br />\n19. Punjab &amp; Haryana High Court<br />\n20. Rajasthan High Court</p>\n\n<p>V. Model forms of Writ Petitions Under Articles 32 and 226 of the Constitution of India</p>\n\n<p><strong>Subject Index</strong></p>\n', '', NULL, '2,1', '', 4995.00, 0, 3975.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 1020.00, '2023-06-13 11:34:33'),
(726, 'Sentencing Principles', '', '<p><strong>Sentencing Principles</strong>&nbsp;<strong>by Dr. J.K. Verma</strong>&nbsp;takes stock of the current practice and procedure of sentencing in India and presents Model Sentencing Guidelines.<br />\nThe problem of disparity and inconsistency in sentencing has been a matter of grave concern in all jurisdictions. Every jurisdiction has been trying to overcome this difficulty in its own way by either, adopting standards from Guideline Judgments of Superior courts, prescribing mandatory minimum sentences by the legislature, or Sentencing Guidelines enacted by the legislature, or a mix of all three.<br />\nEngland and Wales have set up the Sentencing Council which lays down mandatory guidelines for sentencing. Similarly, the United States has set up the Sentencing Commission which promulgates federal sentencing guidelines. In India, the Penal Code prescribes only a maximum sentence for most offenses giving wide discretion to the sentencing judges resulting in disparity and inconsistency in sentences imposed by different sentencing courts for the same offenses on similar evidence. This brews dissatisfaction and skepticism in the public mind towards the justice delivery system on the one hand and encourages court hopping on the other hand.<br />\nGuideline judgments issued by the Supreme Court are mainly confined to death sentences, and the Criminal Law (Amendment) Act, 2018 prescribing mandatory minimum sentences for some offenses only (although a good beginning in the right direction) is not enough basis for a comprehensive sentencing guideline.<br />\nThis book presents Model Sentencing Guidelines having the potential for universal acceptance. Further, the author suggests a &#39;Sentencing Working Sheet&#39; which over time should help improve the functioning of the Model Guidelines. It is hoped that this sheet will be used as a tool by the sentencing courts to issue uniform sentences. Policymakers would also find them useful.<br />\nThis book will be found useful by the judiciary, policymakers, legislature, lawyers, prosecution agencies, judicial academies, law students, and anyone interested in proper sentencing.</p>\n', '', '1st', 0, '9789394364905', '413', '2022', '1', '2023-06-13_17_08_13.222060Sentencing.jpg', 0, '296', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-13 11:39:36', '12', 0, 0, '<p>Table of Cases</p>\n\n<p>1. Crime and Punishment&nbsp;<br />\n2. Sentencing Policy and Practices&nbsp;<br />\n3. Procedural Safeguards&nbsp;<br />\n4. Sentencing Guidelines&nbsp;<br />\n5. Model Sentencing Guidelines</p>\n\n<p>APPENDICES<br />\nI. Coroners and Justice Act 2009 (c. 25)&nbsp;<br />\nII. Sentencing Guidelines for Money Laundering (UK)<br />\nIII. Suggested Sentencing Working Sheet</p>\n\n<p>Subject Index</p>\n', '', NULL, '1', '', 495.00, 0, 420.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-13 11:39:36'),
(727, 'B.M. Gandhi\'s Indian Penal Law', '', '<p>This new edition of&nbsp;<strong>B.M. Gandhi&#39;s Penal Law</strong>&nbsp;revised by Dr K.A. Pandey is an authoritative commentary on the subject. The author has thoroughly revised and updated this work incorporating the latest statutory and case law.</p>\n', '<p>1. The title has been changed to Penal Law to reflect the new way to study this subject. The Penal Code can no longer be studied in isolation. All supplementary criminal laws must be studied in conjunction.<br />\n2. Analyses the provisions of the Criminal Law (Amendment) Act, 2018, Air (Prevention and Control of Pollution) Act, 1981, Bonded Labour System (Abolition) Act, 1976, Child and Adolescent Labour (Prohibition and Regulation) Act, 1986, Coinage Act, 2011, Commission of Sati (Prevention) Act, 1987, Contempt of Courts Act, 1971, Dowry Prohibition Act, 1961, Drugs and Cosmetics Act, 1940, Environment (Protection) Act, 1986, Food Safety and Standards Act, 2006, Immoral Traffic (Prevention) Act, 1956, Information Technology Act, 2000, Juvenile Justice (Care and Protection of Children) Act, 2015, Legal Metrology Act, 2009, Maharashtra Control of Organised Crime Act, 1999, Medical Termination of Pregnancy Act, 1971, Motor Vehicles Act, 1988, Pre-Conception and Pre-Natal Diagnostic Techniques (Prohibition of Sex Selection) Act, 1994, Prevention of Corruption Act, 1988, Protection of Children from Sexual Offences Act, 2012, Protection of Women from Domestic Violence Act, 2005, Representation of the People Act, 1951, Sexual Harassment of Women at Workplace (Prevention, Prohibition and Redressal) Act, 2013, Water (Prevention and Control of Pollution) Act, 1974.<br />\n3. Aggravated forms of offences and their cognate offences have been grouped together for easy grasping.<br />\n4. Contains recommendations from the Law Commission of India and important committees.<br />\n5. Contains relevant provisions of connected legislation to impart complete knowledge. For example, the criminal liability of a child has been discussed vis-a-vis the Juvenile Justice (Care and Protection of Children) Act, of 2015.<br />\n6. Incorporates the latest thinking on the various aspects of criminal law.<br />\n7. Overview at the start of each chapter prepares the reader to easily learn and conceptualise things discussed in the chapter.<br />\n8. Three appendices are devoted to the rights of the undertrial and convicts, penology, and victimology.<br />\nThe book will be immensely useful for students of LL.B., LL.M. and for candidates preparing for Judicial and Civil Service Exams. The book is a must for law enforcement agencies, police officers, law teachers, researchers, scholars and practicing lawyers.</p>\n', '5th', 0, '9788194284888', '414', '2023', '9', '2023-06-13_17_13_40.369432penal_laws.JPG', 0, '1152', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-13 11:44:18', '12', 1, 0, '<p><strong>Table of Cases</strong><br />\nGeneral Introduction<br />\nMaharashtra Control of Organised Crime Act, 1999<br />\nInformation Technology Act, 2000</p>\n\n<p>1. Operation and Extent of the Code<br />\n2. General Explanations<br />\n3. Punishments<br />\n4. General Exceptions<br />\n&nbsp; &nbsp; Juvenile Justice (Care and Protection of Children) Act, 2015<br />\n5. Abetment<br />\n5-A. Criminal Conspiracy<br />\n6. Offences Against the State<br />\n7. Offences Relating to the Army, Navy and Air Force<br />\n8. Offences Against Public Tranquillity<br />\n9. Offences By or Relating to Public Servants<br />\n&nbsp; &nbsp; Prevention of Corruption Act, 1988<br />\n9-A. Offences Relating to Elections<br />\n&nbsp; &nbsp; Representation of the People Act, 1951<br />\n10. Contempts of the Lawful Authority of Public Servants<br />\n11. False Evidence and Offences Against Public Justice<br />\n12. Offences Relating to Coin and Government Stamps<br />\n13. Offences Relating to Weights and Measures<br />\n14. Offences Affecting Public Health, Safety, Convenience,<br />\n15. Offences Relating to Religion&nbsp;<br />\n16. Offences Affecting the Human Body<br />\n17. Offences Against Property<br />\n18. Offences Relating to Documents and Property Marks<br />\n19. Criminal Breach of Contracts of Services<br />\n20. Offences Relating to Marriage<br />\n20-A. Cruelty by Husband or Relatives of Husband<br />\n21. Defamation<br />\n22. Criminal Intimidation, Insult and Annoyance<br />\n23. Attempts to Commit Offences</p>\n\n<p><strong>APPENDICES</strong><br />\nI. Rights of the Accused and the Prisoner<br />\nII. Penology: A Brief Outline<br />\nIII. Victimology: An Overview<br />\n<strong><em>Subject Index</em></strong></p>\n', '', NULL, '2', '', 1095.00, 0, 1095.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-13 11:44:18');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(728, 'B.M. Gandhi\'s Indian Penal Law', '', '<p>This new edition of&nbsp;<strong>B.M. Gandhi&#39;s Penal Law</strong>&nbsp;revised by Dr K.A. Pandey is an authoritative commentary on the subject. The author has thoroughly revised and updated this work incorporating the latest statutory and case law.</p>\n', '<p>1. The title has been changed to Penal Law to reflect the new way to study this subject. The Penal Code can no longer be studied in isolation. All supplementary criminal laws must be studied in conjunction.<br />\n2. Analyses the provisions of the Criminal Law (Amendment) Act, 2018, Air (Prevention and Control of Pollution) Act, 1981, Bonded Labour System (Abolition) Act, 1976, Child and Adolescent Labour (Prohibition and Regulation) Act, 1986, Coinage Act, 2011, Commission of Sati (Prevention) Act, 1987, Contempt of Courts Act, 1971, Dowry Prohibition Act, 1961, Drugs and Cosmetics Act, 1940, Environment (Protection) Act, 1986, Food Safety and Standards Act, 2006, Immoral Traffic (Prevention) Act, 1956, Information Technology Act, 2000, Juvenile Justice (Care and Protection of Children) Act, 2015, Legal Metrology Act, 2009, Maharashtra Control of Organised Crime Act, 1999, Medical Termination of Pregnancy Act, 1971, Motor Vehicles Act, 1988, Pre-Conception and Pre-Natal Diagnostic Techniques (Prohibition of Sex Selection) Act, 1994, Prevention of Corruption Act, 1988, Protection of Children from Sexual Offences Act, 2012, Protection of Women from Domestic Violence Act, 2005, Representation of the People Act, 1951, Sexual Harassment of Women at Workplace (Prevention, Prohibition and Redressal) Act, 2013, Water (Prevention and Control of Pollution) Act, 1974.<br />\n3. Aggravated forms of offences and their cognate offences have been grouped together for easy grasping.<br />\n4. Contains recommendations from the Law Commission of India and important committees.<br />\n5. Contains relevant provisions of connected legislation to impart complete knowledge. For example, the criminal liability of a child has been discussed vis-a-vis the Juvenile Justice (Care and Protection of Children) Act, of 2015.<br />\n6. Incorporates the latest thinking on the various aspects of criminal law.<br />\n7. Overview at the start of each chapter prepares the reader to easily learn and conceptualise things discussed in the chapter.<br />\n8. Three appendices are devoted to the rights of the undertrial and convicts, penology, and victimology.<br />\nThe book will be immensely useful for students of LL.B., LL.M. and for candidates preparing for Judicial and Civil Service Exams. The book is a must for law enforcement agencies, police officers, law teachers, researchers, scholars and practicing lawyers.</p>\n', '5', 0, '9788194284888', '414,414,414', '2023', '9', '2023-06-13_17_13_40.369432penal_laws.JPG', 0, '1152', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-13 11:44:18', '12,12,12', 1, 0, '<p><strong>Table of Cases</strong><br />\nGeneral Introduction<br />\nMaharashtra Control of Organised Crime Act, 1999<br />\nInformation Technology Act, 2000</p>\n\n<p>1. Operation and Extent of the Code<br />\n2. General Explanations<br />\n3. Punishments<br />\n4. General Exceptions<br />\n&nbsp; &nbsp; Juvenile Justice (Care and Protection of Children) Act, 2015<br />\n5. Abetment<br />\n5-A. Criminal Conspiracy<br />\n6. Offences Against the State<br />\n7. Offences Relating to the Army, Navy and Air Force<br />\n8. Offences Against Public Tranquillity<br />\n9. Offences By or Relating to Public Servants<br />\n&nbsp; &nbsp; Prevention of Corruption Act, 1988<br />\n9-A. Offences Relating to Elections<br />\n&nbsp; &nbsp; Representation of the People Act, 1951<br />\n10. Contempts of the Lawful Authority of Public Servants<br />\n11. False Evidence and Offences Against Public Justice<br />\n12. Offences Relating to Coin and Government Stamps<br />\n13. Offences Relating to Weights and Measures<br />\n14. Offences Affecting Public Health, Safety, Convenience,<br />\n15. Offences Relating to Religion&nbsp;<br />\n16. Offences Affecting the Human Body<br />\n17. Offences Against Property<br />\n18. Offences Relating to Documents and Property Marks<br />\n19. Criminal Breach of Contracts of Services<br />\n20. Offences Relating to Marriage<br />\n20-A. Cruelty by Husband or Relatives of Husband<br />\n21. Defamation<br />\n22. Criminal Intimidation, Insult and Annoyance<br />\n23. Attempts to Commit Offences</p>\n\n<p><strong>APPENDICES</strong><br />\nI. Rights of the Accused and the Prisoner<br />\nII. Penology: A Brief Outline<br />\nIII. Victimology: An Overview<br />\n<strong><em>Subject Index</em></strong></p>\n', '', NULL, '2,2,2', '', 931.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 931.00, '2023-06-13 11:44:18'),
(729, 'B.M. Gandhi\'s Indian Penal Law', '', '<p>This new edition of&nbsp;<strong>B.M. Gandhi&#39;s Penal Law</strong>&nbsp;revised by Dr K.A. Pandey is an authoritative commentary on the subject. The author has thoroughly revised and updated this work incorporating the latest statutory and case law.</p>\n', '<p>1. The title has been changed to Penal Law to reflect the new way to study this subject. The Penal Code can no longer be studied in isolation. All supplementary criminal laws must be studied in conjunction.<br />\n2. Analyses the provisions of the Criminal Law (Amendment) Act, 2018, Air (Prevention and Control of Pollution) Act, 1981, Bonded Labour System (Abolition) Act, 1976, Child and Adolescent Labour (Prohibition and Regulation) Act, 1986, Coinage Act, 2011, Commission of Sati (Prevention) Act, 1987, Contempt of Courts Act, 1971, Dowry Prohibition Act, 1961, Drugs and Cosmetics Act, 1940, Environment (Protection) Act, 1986, Food Safety and Standards Act, 2006, Immoral Traffic (Prevention) Act, 1956, Information Technology Act, 2000, Juvenile Justice (Care and Protection of Children) Act, 2015, Legal Metrology Act, 2009, Maharashtra Control of Organised Crime Act, 1999, Medical Termination of Pregnancy Act, 1971, Motor Vehicles Act, 1988, Pre-Conception and Pre-Natal Diagnostic Techniques (Prohibition of Sex Selection) Act, 1994, Prevention of Corruption Act, 1988, Protection of Children from Sexual Offences Act, 2012, Protection of Women from Domestic Violence Act, 2005, Representation of the People Act, 1951, Sexual Harassment of Women at Workplace (Prevention, Prohibition and Redressal) Act, 2013, Water (Prevention and Control of Pollution) Act, 1974.<br />\n3. Aggravated forms of offences and their cognate offences have been grouped together for easy grasping.<br />\n4. Contains recommendations from the Law Commission of India and important committees.<br />\n5. Contains relevant provisions of connected legislation to impart complete knowledge. For example, the criminal liability of a child has been discussed vis-a-vis the Juvenile Justice (Care and Protection of Children) Act, of 2015.<br />\n6. Incorporates the latest thinking on the various aspects of criminal law.<br />\n7. Overview at the start of each chapter prepares the reader to easily learn and conceptualise things discussed in the chapter.<br />\n8. Three appendices are devoted to the rights of the undertrial and convicts, penology, and victimology.<br />\nThe book will be immensely useful for students of LL.B., LL.M. and for candidates preparing for Judicial and Civil Service Exams. The book is a must for law enforcement agencies, police officers, law teachers, researchers, scholars and practicing lawyers.</p>\n', '5', 0, '9788194284888', '414,414,414,414,414', '2023', '9', '2023-06-13_17_13_40.369432penal_laws.JPG', 0, '1152', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-13 11:44:18', '12,12,12,12,12', 1, 0, '<p><strong>Table of Cases</strong><br />\nGeneral Introduction<br />\nMaharashtra Control of Organised Crime Act, 1999<br />\nInformation Technology Act, 2000</p>\n\n<p>1. Operation and Extent of the Code<br />\n2. General Explanations<br />\n3. Punishments<br />\n4. General Exceptions<br />\n&nbsp; &nbsp; Juvenile Justice (Care and Protection of Children) Act, 2015<br />\n5. Abetment<br />\n5-A. Criminal Conspiracy<br />\n6. Offences Against the State<br />\n7. Offences Relating to the Army, Navy and Air Force<br />\n8. Offences Against Public Tranquillity<br />\n9. Offences By or Relating to Public Servants<br />\n&nbsp; &nbsp; Prevention of Corruption Act, 1988<br />\n9-A. Offences Relating to Elections<br />\n&nbsp; &nbsp; Representation of the People Act, 1951<br />\n10. Contempts of the Lawful Authority of Public Servants<br />\n11. False Evidence and Offences Against Public Justice<br />\n12. Offences Relating to Coin and Government Stamps<br />\n13. Offences Relating to Weights and Measures<br />\n14. Offences Affecting Public Health, Safety, Convenience,<br />\n15. Offences Relating to Religion&nbsp;<br />\n16. Offences Affecting the Human Body<br />\n17. Offences Against Property<br />\n18. Offences Relating to Documents and Property Marks<br />\n19. Criminal Breach of Contracts of Services<br />\n20. Offences Relating to Marriage<br />\n20-A. Cruelty by Husband or Relatives of Husband<br />\n21. Defamation<br />\n22. Criminal Intimidation, Insult and Annoyance<br />\n23. Attempts to Commit Offences</p>\n\n<p><strong>APPENDICES</strong><br />\nI. Rights of the Accused and the Prisoner<br />\nII. Penology: A Brief Outline<br />\nIII. Victimology: An Overview<br />\n<strong><em>Subject Index</em></strong></p>\n', '', NULL, '2,2,2,2,2', '', 931.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 931.00, '2023-06-13 11:44:18'),
(606, 'Sahoj Kothay Jomi Jorip Niyam, Paddhyoti O Prayog (In Bengali)', 'A Simple Guide to Land Survey Rules, Methods & Application', '<p>The measuring of a tract of land, its boundaries and contents is called survey. This utility oriented work relating to survey is divided into eight chapters beginning with Terminology and concluding with G.P.S. survey. In this book vivid discussions in relation to almost all the branches of survey are made. Topics like instruments relating to survey, procedures of survey, river survey, G.P.S. survey, survey by help of chain and table, maps and their printing, units relating to survey, selected portion of CPC, etc. are discussed at length.&amp;nbsp; The book would be very much essential to every Amin, Surveyor and other members who are engaged or interested in survey.</p>\n', '', '2nd', 0, '9788171773862', '343', '2023', '1', '2023-10-17_13_50_30.802035sahaj_kathay_jomi_jarip.jpg', 2, '285', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '31', 0, 0, '', '', '1', '1', '', 875.00, 0, 743.75, 0, 0, 125.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(607, 'The Constitution of India (in Bengali)', '', '', '', '1st', 0, '12018', '357', '2018', '1', 'CoverImage_15955878090.jpg', 0, '412', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '9', 1, 0, '', '', '1,3', '1', '', 595.00, 0, 595.00, 0, 0, 75.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(608, 'Police Regulations, Calcutta 1968', '', '', '', '1st', 0, '12018', '358', '2018', '1', 'CoverImage_15955888560.jpg', 1, '634', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '', '', '1', '1', '', 995.00, 0, 995.00, 0, 0, 125.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(609, 'Police Regulations, Bengal', '', '', '', '1st', 0, '12016', '359', '2016', '1', 'CoverImage_15955894710.jpg', 1, '766', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '12', 1, 0, '', '', '1', '1', '', 995.00, 0, 995.00, 0, 0, 175.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(618, 'Interpreting Law', '(Codified into Rules of Interpretation)', '<p>The author has brought into focus the pioneering work on interpretation (M&amp;icirc;m&amp;acirc;ms&amp;acirc; S&amp;ucirc;tras&amp;nbsp; or Rules of Interpretation) produced more than 2500 years ago by rishi Jaimin&amp;icirc; an example of wisdom par excellence. M&amp;icirc;m&amp;acirc;ms&amp;acirc; runs into 2668 s&amp;ucirc;tras spread over 12 Chapters and&amp;nbsp; encompasses all interpretational&amp;nbsp; principles evolved in the West and much more.&lt;br /&gt; These rules are ideally applicable to the entire ambit of legal interpretation &amp;ndash; civil, criminal and statutory texts. Despite these qualities the S&amp;ucirc;tras remained in oblivion, by and large till now because of it being in Sanskrit and voluminous.&lt;br /&gt; However basing on the authentic English translation of the entire M&amp;icirc;m&amp;acirc;ms&amp;acirc; text by Pandit Mohan Lal Sandal (originally published in 1923) now in public domain (on internet) the author has been able to codify the S&amp;ucirc;tras into 109 Rules of interpretation.&amp;nbsp;&lt;br /&gt; It is hoped that this will reduce our dependence on Maxwell and others and substantively affect the quality of legal work having the benefit of our ancient thought process.&lt;br /&gt; This book may prove to be cornerstone for the Bar and the Bench in their day to day working as also a foundation for the law students.&amp;nbsp;&lt;br /&gt; The author has brought into focus the pioneering work on interpretation (M&amp;icirc;m&amp;acirc;ms&amp;acirc; S&amp;ucirc;tras&amp;nbsp; or Rules of Interpretation) produced more than 2500 years ago by rishi Jaimin&amp;icirc; an example of wisdom par excellence. M&amp;icirc;m&amp;acirc;ms&amp;acirc; runs into 2668 s&amp;ucirc;tras spread over 12 Chapters and&amp;nbsp; encompasses all interpretational&amp;nbsp; principles evolved in the West and much more.&lt;br /&gt; These rules are ideally applicable to the entire ambit of legal interpretation &amp;ndash; civil, criminal and statutory texts. Despite these qualities the S&amp;ucirc;tras remained in oblivion, by and large till now because of it being in Sanskrit and voluminous.&lt;br /&gt; However basing on the authentic English translation of the entire M&amp;icirc;m&amp;acirc;ms&amp;acirc; text by Pandit Mohan Lal Sandal (originally published in 1923) now in public domain (on internet) the author has been able to codify the S&amp;ucirc;tras into 109 Rules of interpretation.&amp;nbsp;&lt;br /&gt; It is hoped that this will reduce our dependence on Maxwell and others and substantively affect the quality of legal work having the benefit of our ancient thought process.&lt;br /&gt; This book may prove to be cornerstone for the Bar and the Bench in their day to day working as also a foundation for the law students.&amp;nbsp;</p>\n', '<p>&amp;bull; M&amp;icirc;m&amp;acirc;ms&amp;acirc; S&amp;ucirc;tras propounded more than 2500 years ago for interpreting the Vedas.&lt;br /&gt; &amp;bull; They run into 2668 s&amp;ucirc;tras spread over 12 Chapters.&lt;br /&gt; &amp;bull; The S&amp;ucirc;tras encompass all interpretational principles evolved in the West and contain much more, covering the whole gamut of legal interpretation.&lt;br /&gt; &amp;bull; Ideal for resolution of all types of legal disputes.&amp;nbsp;&lt;br /&gt; &amp;bull; This book is the first ever codification of the M&amp;icirc;m&amp;acirc;ms&amp;acirc; S&amp;ucirc;tras into manageable number of rules (109) of interpretation for ease of use by the Bar and the Bench as well as understanding by law students.&lt;br /&gt; &amp;bull; Rules codified into common parlance language avoiding legal jargon and Latin maxims as far as feasible.</p>\n', '1st', 0, '9788171773749', '363', '2022', '1', 'download.jpg', 1, '256', '0', '1', '', '0000-00-00 00:00:00', 1, 1, 1, 1, 0, NULL, 1, 1, '0000-00-00 00:00:00', '41', 1, 0, '<p>Preface&lt;br /&gt; Table of Cases&lt;br /&gt; Introduction&lt;br /&gt; 1.1 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Historical overview&lt;br /&gt; 1.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ancient Indian systems&lt;br /&gt; 1.2.1 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ny&amp;acirc;ya theory&lt;br /&gt; 1.2.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; M&amp;icirc;m&amp;acirc;ms&amp;acirc; S&amp;ucirc;tras&lt;br /&gt; 1.3&amp;nbsp;&amp;nbsp; Application of M&amp;icirc;m&amp;acirc;ms&amp;acirc; principles to Hindu law (Case rulings)&lt;br /&gt; 1.4&amp;nbsp;&amp;nbsp; Application of M&amp;icirc;m&amp;acirc;ms&amp;acirc; principles to secular laws (Case rulings)&lt;br /&gt; 1.5&amp;nbsp;&amp;nbsp; Constraints in application of M&amp;icirc;m&amp;acirc;ms&amp;acirc; principles to modern interpretation&lt;br /&gt; 1.6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maxwell vis-a-vis M&amp;icirc;m&amp;acirc;ms&amp;acirc;&lt;br /&gt; The Codified M&amp;icirc;m&amp;acirc;ms&amp;acirc; S&amp;ucirc;tras&lt;br /&gt; 2.1 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The Vedas&lt;br /&gt; 2.2 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The M&amp;icirc;m&amp;acirc;ms&amp;acirc; S&amp;ucirc;tras&lt;br /&gt; 2.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Arrangement of the M&amp;icirc;m&amp;acirc;ms&amp;acirc; S&amp;ucirc;tras&lt;br /&gt; 2.4 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The S&amp;ucirc;tras codified&lt;br /&gt; 2.5 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Theory of words&lt;br /&gt; 2.6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Theory of sentences&lt;br /&gt; 2.7 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Order or sequence&lt;br /&gt; Appendix&amp;nbsp; Extracts of Important Judgments&lt;br /&gt; Index</p>\n', '<p>This book would be found useful by the Bar and the Bench as well as understanding by law students.</p>\n', '2,25,1,3', '2', '', 950.00, 0, 0.00, 0, 0, 150.00, 0, 0.00, 10.00, 0.00, 0.00, NULL),
(613, 'Real Estate (Regulation & Development) Act, 2016', 'A Practioner\'s Guide', '&lt;p&gt;The commentary on Real Estate (Regulation and Development) Act, 2016, provides an insight into the effective dispute resolution mechanism and new forums created by the new law for the settlement of real estate disputes.&lt;/p&gt;\r\n\r\n&lt;p&gt;The introduction of the Real Estate (Regulation and Development) 2016 Act fills the void that had been felt over the years in the Real Estate sector.&lt;/p&gt;\r\n', '&lt;ul&gt;\r\n	&lt;li&gt;&lt;strong&gt;Includes the statutory text of RERA rules of almost all States and Union Territories&lt;/strong&gt;.&lt;/li&gt;\r\n	&lt;li&gt;In-depth analysis of the provisions of the Act, practical problems and concerns.&lt;/li&gt;\r\n	&lt;li&gt;Discusses the relationship of various sections, their conflict with other laws.&lt;/li&gt;\r\n	&lt;li&gt;Also discusses the problems the authorities would face while implementing the provisions of this Act.&lt;/li&gt;\r\n	&lt;li&gt;Aims to provide solutions to the anticipated problems of implementation in the Act.&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;Topics covered include&lt;/strong&gt;:&lt;/li&gt;\r\n&lt;/ul&gt;\r\n\r\n&lt;ol&gt;\r\n	&lt;li&gt;Functions and Duties of Promoter&lt;/li&gt;\r\n	&lt;li&gt;Rights and Duties of Allottees&lt;/li&gt;\r\n	&lt;li&gt;Real Estate Regulatory Authority&lt;/li&gt;\r\n	&lt;li&gt;Central Advisory Council&amp;nbsp;&amp;nbsp;&lt;/li&gt;\r\n	&lt;li&gt;Real Estate Appellate Tribunal, etc.&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;ul&gt;\r\n	&lt;li&gt;Provides the readers with a complete, yet simple understanding of this new law.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n', '1st', 0, NULL, '360', '2019', '1', 'CoverImage_1595590889613.jpg', 1, '1888', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, NULL, '0000-00-00 00:00:00', '39', 1, 0, '&lt;p&gt;i. History of the Real estate act&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;ii. Definitions&amp;ensp;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;iii. Registration&lt;/p&gt;\r\n\r\n&lt;p&gt;iV. Functions&amp;ensp;and&amp;ensp;Duties&amp;ensp;of&amp;ensp;Promoter&lt;/p&gt;\r\n\r\n&lt;p&gt;V. Rights&amp;ensp;and&amp;ensp;Duties&amp;ensp;of&amp;ensp;Allottees&lt;/p&gt;\r\n\r\n&lt;p&gt;Vi. Real estate Regulatory authority&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Vii. Central&amp;ensp;Advisory&amp;ensp;Council&lt;/p&gt;\r\n\r\n&lt;p&gt;Viii. Real&amp;ensp;Estate&amp;ensp;Appellate&amp;ensp;Tribunal&lt;/p&gt;\r\n\r\n&lt;p&gt;iX. Offences,&amp;ensp;Penalties&amp;ensp;and&amp;ensp;Adjudication&lt;/p&gt;\r\n\r\n&lt;p&gt;X. Finance,&amp;ensp;Accounts,&amp;ensp;Audits&amp;ensp;and&amp;ensp;Reports&lt;/p&gt;\r\n\r\n&lt;p&gt;Xi. Miscellaneous&lt;/p&gt;\r\n', '', '1', '1', '', 0.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(616, 'Law of Medical Negligence and Compensation', '', '<p>The utility-oriented work on the subject covers almost all the important issues relating to various aspects of the accountablity of the specialists, general physicians, surgeons, dentists, anaesthetists and the hospitals under the law of medical negligence, developed by judicial pronouncements. It elaborately discusses the procedure for claiming compensation by an aggrieved person by way of inexpensive and speedy remedy under the Consumer Protection Act 2019 and also under the civil law and penal law of the country.</p>\n', '<p>Procedure for claim of compensation<br />\nGuidelines for prosecution of doctor<br />\nAnalysis of the principles of medical negligence<br />\nDifference between wrong and negligent diagnosis<br />\nDuty towards Covid-19 infected patients</p>\n', '3rd', 0, '9788171773633', '126', '2021', '1', 'CoverImage_1618038364616.jpg', 2, '791', '0', '1', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 2, 1, '0000-00-00 00:00:00', '13', 0, 0, '', '', '2,1', '1', '', 1395.00, 0, 1185.75, 0, 0, 150.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(615, 'Law & Practice on Minimum Wages', 'Commentaries on Minimum Wages Act, 1948', '', '', '5th', 0, '9788189639204', '361', '2019', '1', 'CoverImage_15955905950.jpg', 2, '862', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '45', 1, 0, '', '', '1', '1', '', 1250.00, 0, 1060.00, 0, 0, 75.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(620, 'Modern  Statutory Interpretation ', 'Legislative Process and Principles of Statutory Interpretation', 'Law is the essential lifeblood of a modern democracy. How it is found; what it means; how its ambiguities are resolved; why we obey it; when we should disobey it and with consequences &amp;mdash; these are issues for citizens, not just for lawyers and judges. However, common law is judge made and the interpretation and application of law being the function of judges, it is not only citizens but some judges and lawyers who find it difficult at times to understand legislation. Understanding legislation is a two-step approach. The first step is to understand the legislative process and the second step is to understand the manner in which courts interpret and apply the provisions of the legislation to the concrete facts before them. Justice Krishna Iyer observed that one cannot, these days, approach the problem of statutory interpretation in isolation from the legislative process.&lt;br /&gt;\r\nModern Statutory Interpretation is a new book on how a law is made and interpreted in India. In post-independence period, &amp;#39;We the People&amp;#39; are sovereign and Parliament derives its law-making power from the Constitution of India. Legislation is enacted through well-designed processes&amp;mdash;its implementation is the duty of the executive and its interpretation is the task of the courts. Common law has evolved principles, rules, presumptions and maxims on statutory interpretation. The book gives detail of the legislative process and principles of statutory interpretation.&lt;br /&gt;\r\nThe book is divided in two parts. Part one titled Legislative Process has six chapters. Part two titled the Principles of statutory interpretation contains eleven chapters. The book essentially aligns the process of interpretation of legislation with law-making process and provides a holistic view of modern statutory interpretation in India.&lt;br /&gt;\r\n&amp;nbsp;', '', '1st', 0, '9788171772732', '364', '2022', '1', 'CoverImage_16456407580.jpg', 1, '431', '0', '1', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 1, 1, '0000-00-00 00:00:00', '67', 1, 0, '', '', '2,1', '2', '', 1250.00, 0, 0.00, 0, 0, 150.00, 0, 0.00, 10.00, 0.00, 0.00, NULL),
(621, 'RS Agarwal', 'Banking', '<p><strong>This is banking Book.</strong></p>\n', '<p><em>Banking Related all queries.</em></p>\n', '23', 0, '9891000', '6', '2022', '1', 'download.jpg', 0, '603', '0', '0', '', '0000-00-00 00:00:00', 1, 1, 1, 1, 0, NULL, 2, 1, '2022-11-23 09:55:25', '8', 1, 0, '<p><s>Banking Book content</s></p>\n', '<p>New Reader</p>\n', '', '0', 'download.jpg', 609.00, 0, 548.10, 0, 0, 95.00, 0, 0.00, 10.00, 0.00, 0.00, '2022-11-23 09:55:25'),
(622, 'Law Book', 'Law Book', '<p><strong>Law is an importent book.</strong></p>\n', '<p><em>Law is an importent book features.</em></p>\n', '25', 0, 'ISBN0009891', '9', '2022', '1', 'download.jpg', 1, '670', '0', '0', '', '0000-00-00 00:00:00', 1, 1, 1, 1, 0, NULL, 2, 1, '2022-11-23 11:23:52', '1', 1, 0, '<p><s>Law is an importent book contents.</s></p>\n', '<p><strong>Law is an importent book readership.</strong></p>\n', '', '2', '1209397.jpg', 567.00, 0, 396.90, 0, 0, 85.00, 0, 0.00, 30.00, 0.00, 0.00, '2022-11-23 11:23:52'),
(623, 'Mercantile Law', 'Jurisdiction', '<p><strong>Mercantile Law is very famous.</strong></p>\n', '<p><em>Mercantile Law deals with aspects of law relating to Companies Act 1956 &amp; 2013.</em></p>\n', '26', 0, '12345678', '2', '2022', '1', 'download.jpg', 1, '600', '0', '0', '', '0000-00-00 00:00:00', 1, 1, 1, 1, 0, NULL, 2, 1, '2022-11-23 13:39:44', '3', 1, 0, '<ul>\n	<li>Company formation</li>\n	<li>board of directors</li>\n	<li>equity capital</li>\n	<li>&nbsp;</li>\n</ul>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n', '', '', '0', 'download (2).jpg', 478.00, 0, 430.20, 0, 0, 90.00, 0, 0.00, 10.00, 0.00, 0.00, '2022-11-23 13:39:44'),
(624, 'Law Book', 'Law book', '<p><strong>Law book is very impornent book.</strong></p>\n', '<p><em>Law book is very impornent book.</em></p>\n', '3 rd', 1, 'ISBN009891', '7', '2021', '1', 'download_(1).jpg', 1, '589', '0', '0', '', '0000-00-00 00:00:00', 1, 1, 1, 1, 0, NULL, 1, 1, '2022-11-24 05:28:25', '1', 1, 0, '<ol>\n	<li>Law book is very impornent book.</li>\n	<li>Law book is very impornent book.</li>\n</ol>\n', '<p>Readership law book</p>\n', '', '0', 'download (2).jpg', 456.00, 0, 410.00, 0, 0, 90.00, 0, 0.00, 0.00, 0.00, 0.00, '2022-11-24 05:28:25'),
(625, 'Jurisdiction Book ', 'Jurisdiction Sub Title', '<blockquote>\n<p><em><s>Jurisdiction is good product </s></em>update<em><s>.</s></em></p>\n</blockquote>\n', '<p><strong><em>Jurisdiction is good product </em></strong>update<strong><em>.</em></strong></p>\n', '6th', 0, 'ISBN99999', '18', '2022', '1', '1209397.jpg', 0, '678', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 0, 1, 0, NULL, 2, 1, '2022-11-24 05:38:25', '56', 1, 0, '<ol>\n	<li>Jurisdiction is good product update.</li>\n</ol>\n', '<p>Jurisdiction is good produc readership update.</p>\n', '', '0', 'download (2).jpg', 500.00, 0, 450.00, 0, 0, 66.00, 0, 0.00, 10.00, 0.00, 0.00, '2022-11-24 05:38:25'),
(626, 'abc', 'abc', '<p>abc</p>\n', '', '34', 0, 'ISBN6788', '198', '2022', '1', 'download_(2).jpg', 0, '567', '0', '0', '', '0000-00-00 00:00:00', 0, 0, 1, 0, 0, NULL, 0, 6, '2022-11-28 09:41:59', '5', 1, 0, '', '', '', '0', '', 567.00, 0, 0.00, 0, 0, 45.00, 0, 0.00, 0.00, 0.00, 0.00, '2022-11-28 09:41:59'),
(629, 'Law Book', '', '', '', '26', 0, '789029922', '85', '2022', '1', 'download_(2).jpg', 1, '789', '0', '0', '', '0000-00-00 00:00:00', 1, 1, 1, 1, 0, NULL, 1, 1, '2022-12-06 12:43:43', '6', 1, 0, '', '', '', '24', '1209397.jpg', 700.00, 0, 650.00, 0, 0, 60.00, 0, 0.00, 0.00, 0.00, 0.00, '2022-12-06 12:43:43'),
(630, 'Competition Law in India', '', 'This work aims at providing a practical insight on the evolving nuances of Indian competition law to enterprises, their management and officers in charge, on all three substantive aspects of the Competition Act, i.e. provisions relating to anti-competitive agreements, abuse of dominance and merger control provisions. The instant edition provides an insight into the Indian competition jurisprudence being shaped by the Competition Commission of India from 2009 to date. The book is a &amp;ldquo;must have&amp;rdquo; for all legal practitioners and enterprises in the sphere of competition law.', '&amp;bull; Abuse of Dominant Position&lt;br /&gt;\r\n&amp;bull; Intellectual Property Right&lt;br /&gt;\r\n&amp;bull; Relevant Product Market&lt;br /&gt;\r\n&amp;bull; Anti-competitive Agreement&lt;br /&gt;\r\n&amp;bull; Regulation of Combination', '2nd Revised with Supplement 2018', 1, '9788171773442', '98', '2014, 3rd Impression 2019', '1', 'CoverImage_1527757708243.jpg', 2, '799', '0', '0', '', '0000-00-00 00:00:00', 1, 1, 0, 1, 0, NULL, 0, 1, '0000-00-00 00:00:00', '52', 1, 0, '&lt;p&gt;Chapter 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Introduction&lt;br /&gt;\r\nChapter 2&amp;nbsp;&amp;nbsp;&amp;nbsp; Anti-Competitive Agreement and Competition Law&lt;br /&gt;\r\nChapter 3&amp;nbsp;&amp;nbsp;&amp;nbsp; Abuse of Dominance&lt;br /&gt;\r\nChapter 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Regulation of Combinations&lt;br /&gt;\r\nChapter 5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Intellectual Property &amp;amp; Competition Law&lt;br /&gt;\r\nAppendix&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; The Competition Act, 2002&lt;br /&gt;\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; High Level Committee on Competition Policy and Law (the Raghavan Committee)&lt;/p&gt;\r\n', 'Judges, Lawyers and Students', '1', '1', '', 875.00, 0, 805.00, 0, 0, 65.00, 0, 0.00, 10.00, 0.00, 0.00, NULL),
(631, 'Administrative Book', '', '<p><em><strong>Administrative Book is a one type of law book.</strong></em></p>\n\n<p>&nbsp;</p>\n', '<ol>\n	<li>Good Law Books</li>\n	<li>Many features are available.</li>\n	<li>Administrative Law pertaining to Company Act 2013.</li>\n</ol>\n', '6th', 0, 'ISBN0009892', '94', '2023', '1', 'book-1.png', 1, '300', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 2, 1, '2023-03-06 09:59:36', '5', 1, 0, '<ul>\n	<li><s><em><strong>Fully Description on Law book.</strong></em></s></li>\n	<li><strong>Fully Description on Law book.</strong></li>\n</ul>\n', '<ul>\n	<li>One type of readership available here.</li>\n	<li>\n	<p>One type of readership available here2.</p>\n	</li>\n</ul>\n', NULL, '2', '1209397.jpg', 580.00, 0, 493.00, 0, 0, 97.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-03-06 09:59:36'),
(632, 'Arbitration ADR', '', '<p><strong>Arbitration ADR is very importent book.</strong></p>\n', '<p>Arbitration ADR</p>\n', '7th', 0, 'ISBN909090', '94', '2023', '1', 'download.jpg', 1, '667', '0', '0', NULL, NULL, 0, 1, 0, 1, 0, NULL, 2, 1, '2023-03-06 10:54:15', '1', 1, 0, '<p>Arbitration ADR</p>\n', '<p>Arbitration ADR</p>\n', NULL, '25', '', 675.00, 0, 607.50, 0, 0, 105.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-03-06 10:54:15'),
(633, 'Civil Procedure', '', '', '', '9th Edition', 0, '9788194284895', '181', '2021', '9', '9789388206907.jpeg', 2, '1056', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, NULL, 2, 1, '2023-03-17 08:57:26', '19', 1, 0, '', '', NULL, '2', '', 995.00, 0, 845.75, 0, 0, 150.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-03-17 08:57:26'),
(654, 'Criminal Investigation Law and Practice', 'abc', '', '', '1st Edition', 0, '9788171773763', '257', '2023', '9', 'Screenshot_(23).png', 0, '560', '0', '0', NULL, NULL, 1, 1, 1, 0, 1, 'https://www.google.com/', 0, 1, '2023-04-17 08:34:41', '17', 1, 0, '', '', NULL, '25', '', 1695.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 1695.00, '2023-04-17 08:34:41'),
(655, 'Criminal Investigation Law and Practice', 'www', '', '', '1st Edition', 0, '9788171773763', '33', '2023', '15', 'logo-big.jpg', 0, '560', '0', '0', NULL, NULL, 0, 0, 0, 0, 1, 'https://dev.to/jwp/controlling-angular-display-properties-in-html-3mon', 0, 1, '2023-04-17 13:07:06', '5', 1, 0, '', '', NULL, '24', '', 1695.00, 0, 1695.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-04-17 13:07:06'),
(657, 'Modern Statutory Interpretation', 'Legislation Process and Principles of Statutory Interpretation', '<p>It is a new book on how a law is made and interpreted in India. Legislation is enacted through well-designed proesses-its implementation is the duty of the executive and its interpreation is the task of the courts. Common law has evolved principles, rules, presumptions and maxims on statutory interpretation. This work essentially aligns the process of interpretation of legislation with law-making process and provides a holistic view of modern statutory interpretation in India.</p>\n\n<p><img alt=\"\" src=\"https://mail.google.com/mail/u/1/#sent/FMfcgzGtxKKgDxqrMhSCfwXDVkPcTpFB?projector=1&amp;messagePartId=0.1\" /><img alt=\"\" src=\"https://mail.google.com/mail/u/1/#sent/FMfcgzGtxKKgDxqrMhSCfwXDVkPcTpFB?projector=1&amp;messagePartId=0.1\" /></p>\n', '<p>Constitutionality of legislation<br />\nDelagated legislation&mdash;how they are made and interpreted<br />\nStructure of an Act&mdash;from Title to the Schedule<br />\nPresumptions, maxims and canons of construction<br />\nPurposive interpretation<br />\nLegislative intent&mdash;subjective and objective<br />\nAids to interpretation&mdash;internal and external.</p>\n', '1st', 0, '9788171773732', '364', '2022', '1', '20250929_022624_9788171772732.jpg', 0, '431', '0', '0', NULL, NULL, 0, 1, 1, 1, 0, '', 2, 1, '2023-05-10 07:24:55', '67', 0, 0, '<p>Preface<br />\nAcknowledgement<br />\nTable of Cases<br />\nIntroduction<br />\n<strong>Part one : Legislation and Legislative Process</strong><br />\n1 Pre-independence Acts&mdash;Laws in Force<br />\n2 Acts of Parliament<br />\n3 Judicial Review of Legislation<br />\n4 Legislative Process&mdash;Principal Legislation<br />\n5 Legislative Process&mdash;Delegated Legislation<br />\n6 Structure of an Act<br />\n<strong>Part Two : Principles of Statutory Interpretation</strong><br />\n7 Preliminary Chapter<br />\n8 Basic and Subsidiary Rules of Statutory Interpretation<br />\n9 Presumptions<br />\n10 Recognized Canons of Construction<br />\n11 Maxims of Statutory Interpretation<br />\n12 Internal Aids and Internal Sources to Statutory Interpretation<br />\n13 External Aids to Interpretation<br />\n14 Delegated Legislation<br />\n15 Purposive Interpretation<br />\n16 Constitutional Interpretation<br />\n17 The General Clauses Act 1897<br />\nIndex</p>\n', '', NULL, '2,1', '', 1250.00, 0, 1062.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-05-10 07:24:55'),
(658, 'Interpreting Law with Mîmâmsâ Sûtras', 'Codified into Rules of Interpretation', '<p>The oldest and forgotten but still relevantly applicable principles of interpretation - the Indian Mimamsa Sutras, spread over 109 rules of legal interpretation by Dr. J. K. Verma in his book &quot;Interpreting Law with Mimamsa Sutras&quot;. The sutras emcompass all interpretational principles evolved in the West and contain much more, covering the whole gamut of legal interpretation.</p>\n', '<p>M&icirc;m&acirc;ms&acirc; S&ucirc;tras propounded more than 2500 years ago for interpreting the Vedas<br />\nThey run into 2688 S&ucirc;tras spread over 12 chapters<br />\nThe S&ucirc;tras encompass all interpretational principles evolved in the West and contain much more, covering the whole gamut of legal interpretation<br />\nIdeal for resolution of all types of legal disputes<br />\nThis book is the first ever codification of the&nbsp;M&icirc;m&acirc;ms&acirc; S&ucirc;tras into manageable number of rules (109) of interpretation for ease of use by the Bar and the Bench as well as understanding by law students<br />\nRules codified into common parlance language avoiding legal jargon and Latin maxims as far as feasible</p>\n', '1st', 0, '9788171773749', '363', '2022', '1', 'Verma_Mimamsa_2022_Front_Col.jpg', 0, '254', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-05-10 07:34:04', '67', 0, 0, '<p><strong>Preface</strong><br />\nTable of Cases<br />\nIntroduction<br />\n1.1 Historical overview<br />\n1.2&nbsp; Ancient Indian systems<br />\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.1 &nbsp; Ny&acirc;ya theory<br />\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2&nbsp;&nbsp; M&icirc;m&acirc;ms&acirc; S&ucirc;tras<br />\n1.3&nbsp; Application of M&icirc;m&acirc;ms&acirc; principles to Hindu law (Case rulings)<br />\n1.4&nbsp; Application of M&icirc;m&acirc;ms&acirc; principles to secular laws (Case rulings)<br />\n1.5&nbsp; Constraints in application of M&icirc;m&acirc;ms&acirc;&nbsp;principles to modern interpretation<br />\n1.6&nbsp; Maxwell vis-a-vis M&icirc;m&acirc;ms&acirc;<br />\n<strong>The Codified M&icirc;m&acirc;ms&acirc; S&ucirc;tras</strong><br />\n2.1 The Vedas<br />\n2.2 The M&icirc;m&acirc;ms&acirc; S&ucirc;tras<br />\n2.3&nbsp; Arrangement of the M&icirc;m&acirc;ms&acirc; S&ucirc;tras<br />\n2.4 The S&ucirc;tras codified<br />\n2.5 Theory of words<br />\n2.6&nbsp; Theory of sentences<br />\n2.7 Order or sequence<br />\nAppendix : Extracts of Important Judgments<br />\nIndex</p>\n', '', NULL, '1', '', 950.00, 0, 807.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-05-10 07:34:04'),
(660, 'Test Book', 'Test Book', '<p><strong>This is test book description.</strong></p>\n', '<p><em>This is test book features.</em></p>\n', '23rd', 0, 'TEST000111', '157,192,252', '2023', '1', '2023-06-02_15_01_50.838990Screenshot_(24).png', 0, '560', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-05-31 11:31:41', '4,2,22', 1, 0, '<p><s>This is test book contents.</s></p>\n', '<p><strong><em>This is test book readership.</em></strong></p>\n', NULL, '24,25,1', '2023-06-02 15:01:58.250241Screenshot (22).png', 500.00, 0, 410.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 90.00, '2023-05-31 11:31:41'),
(661, 'ABC', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-06-06 10:25:49', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-06-06 10:25:49'),
(662, 'ABC', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-06-06 10:26:44', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-06-06 10:26:44'),
(663, 'ABC', 'abc', 'This is book description', 'nan', '2nd ', 1, 'ISBN00256', '1', '2023', '1', 'nan', 1, '562', '0', '0', NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, 1, '2023-06-06 11:10:03', '1', 1, 0, 'This is book content', 'This is book readership', NULL, '1', 'nan', 600.00, 0, 550.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-06-06 11:10:03'),
(664, 'Law Relating to Arbitration and Conciliation', '', '<p>This book is a section wise commentary on the Arbitration and Conciliation Act, 1996, covering all aspects of Arbitration law and also includes commentary on the Arbitration and Conciliation (Amendment) Act, 2015 and 2019. The historical background on the evolution of Arbitration since the pre-British era is a unique feature of this work. Now in its eleventh edition, this title has solidified its position as a standard reference for arbitrators, judges, advocates, corporate lawyers, law firms, councils of arbitration, in-house counsels, judicial academies, ADR institutions, conciliators and mediators, court and tribunal libraries, industry chambers, government departments, and law school libraries.</p>\n', '<p>A comprehensive study on all aspects of the law of Arbitration and Conciliation<br />\nContent has thoroughly overhauled in accordance with the prevailing law<br />\nUp to date with important judicial and legislative developments<br />\nCritically analyses the 2015 and 2019 amendments to the Arbitration and Conciliation Act, 1996<br />\nContains important Supreme Court and high court judgments, such as MMTC Ltd v Vedanta Ltd, Punjab State Civil Supplies Corp Ltd vs Ramesh Kumar and Co, Delhi Airport Metro Express Pvt Ltd vs Delhi Metro Rail Corp Ltd, and Indian Oil Corp Ltd v Shree Ganesh Petroleum Rajgurunagar</p>\n', '11', 0, ': 9789395116114', '337', '2022', '14', '2023-06-06_17_34_08.457636arbitration.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-06 12:04:13', '4', 1, 0, '', '', NULL, '1', '', 3995.00, 0, 3995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-06 12:04:13'),
(665, 'Mediation – The Path to Successful Dispute Resolution', '', '<p>This book, based on the author&rsquo;s experience of over three decades, brings out the art, techniques and skills required for mediation. The content flows seamlessly from the basics to the intricacies of the art and science of mediation. Important developments in the field, such as the Singapore Convention, UN Model laws, online dispute resolution and fresh court decisions have been discussed in separate chapters.<br />\nOther than being an essential reference and guide for mediators, judges and lawyers, this work will also benefit companies and individuals facing or contemplating litigation and is also a must-have for law and social science libraries.</p>\n', '<p>The author walks the reader through a full-length mediation with notes to illustrate different<br />\nDemonstrates how mediators deal with seemingly dead-end situations, and details norms of confidentiality and ethics.<br />\nProvides invaluable insights and advice for mediators, lawyers and parties<br />\nThe law on the subject and the precedents laid down by courts in India and abroad are exhaustively dealt with.</p>\n', '3', 0, ': 9789391211349', '1', '2021', '14', '2023-06-06_17_38_49.829853meditation.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-06-06 12:09:15', '4', 0, 0, '', '', NULL, '2,1', '', 1950.00, 0, 1657.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-06 12:09:15'),
(666, 'Law Relating to Negotiable Instruments Act', '', '<p>S Krishnamurthi Aiyar Law Relating to Negotiable Instruments Act is an acclaimed treatise providing extensive and analytical study on the subject of negotiable instruments. The book provides exhaustive section-wise commentary on the Negotiable Instruments Act, 1881, incorporating all the important judgments the Supreme Court and High Courts.</p>\n', '<p>Critically analyses the scope of The Negotiable Instruments Act, presenting it in a selfexplanatory form<br />\nEach section of the Act has been placed distinctively, with appropriate sub-headings, for the convenience and easy understanding of readers<br />\nIncorporates contemporary developments and legislative changes such as inclusion of Sections 143A and 148 by Act 20 of 2018<br />\nRelevant case law has been added under each section</p>\n', '14', 0, ': 9789391211233', '381', '2011', '14', '2023-06-07_10_22_44.164776Ayiar_Negotiable_Instruments.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 04:52:50', '2', 1, 0, '', '', NULL, '2,1', '', 2495.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 2495.00, '2023-06-07 04:52:50'),
(667, 'Banking Law and Practice in India', '', '<p>M L Tannan Banking Law and Practice in India is a comprehensive reference work discussing the operational and regulatory aspects of banking laws. The commentary in volume 1 and 2 is arranged thematically explaining key concepts and areas related to Banking law and provides an in-depth analysis on various aspects relating to functioning of banks. Volume 3 and 4 is updated with relevant statutes.</p>\n', '<p>Covers the evolution of banking laws and practices and updated with discussion on mechanism of IBC process, its challenges and achievements so far<br />\nNew chapter on cryptocurrency has been introduced on new age digital currencies more contemporary regulatory framework<br />\nAn informative chapter on the enforcement of judgments passed by UAE Courts in India under the bilateral treaty has been added<br />\nSubjects like Green Finance and ESG are incorporated and discussed<br />\nDiscusses traditional as well as new fintech related issues pertaining to the NBFC sector including housing and various aspects related to lending to the housing sector<br />\nLaw and practices related to SME and SSME as well as consumer banking has been explained in depth<br />\nUpdated with latest legal and judicial developments</p>\n', '29th', 0, ' 9789391211516', '382', '2021', '14', '2023-06-07_10_27_17.975222Tannan-Banking.jpg', 0, '1605', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 04:58:17', '2', 1, 0, '', '', NULL, '2,1', '', 8495.00, 0, 8495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 04:58:17'),
(668, 'Code of Civil Procedure (in 2 Volumes)', '', '<p>Sarkar Code of Civil Procedure is the pre-eminent reference work on civil procedure in India. Since its first publication in 1937, this legal classic has been a single point of reference for lawyers and is relied on to provide insight and aid in complex areas of the Code of Civil Procedure, 1908. This new edition craftily follows the rigour of previous editions and tracks latest and contemporary developments in the subject.</p>\n', '<p>This comprehensive treatise on the Code of Civil Procedure has been widely acclaimed as a legal classic since its first publication in 1937<br />\nPresents an authentic and authoritative account of the law relating to Civil Procedure in India<br />\nThe object, principles and interpretation of the sections and orders in the Code are thoroughly analyzed in light of important judgments pronounced by the Supreme Court and various High Courts<br />\nThe commentary under each section and order to has been meticulously updated to reflect the current position of the law on the subject<br />\nContains relevant and up to date legislative as well as judicial developments<br />\nCentral and State Amendments have been brought up to date<br />\nSpecial attention has been devoted to the amendments under the Commercial Courts Act, 2015, costs, and enforcement of decrees and orders</p>\n', '13th', 0, '9789391211769', '743', '2022', '14', '2023-06-07_10_33_35.617539Sarkar-CPC.jpg', 0, '1600', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 05:04:06', '19', 1, 0, '', '', NULL, '2,1', '', 6795.00, 0, 6795.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 05:04:06'),
(669, 'Mulla on The Code of Civil Procedure ', '(in 3 Volumes)', '<p>This legal classic presents an authoritative, revised and fully updated account of the law relating to civil procedure in India. The object, principles and meaning of the sections and orders in the Code are explained and analyzed in the light of important judgments pronounced by the Supreme Court and various High Courts. Complex legal concepts are explained in a clear and coherent manner, whilst covering all aspects and dimensions of the law relating to Civil Procedure in India.</p>\n', '<p>A Commentary for professionals providing comprehensive theory and in depth knowledge of Civil Procedure Law.<br />\nUp to date with current legal position since the publication of the last edition.<br />\nObsolete and irrelevant case laws have been removed.<br />\nBreaks down complexities of the subject with its comprehensive and lucid approach.<br />\nCase laws ranging from 2017-18 till April/May 2021 have been duly added at relevant places.</p>\n', '20th', 0, '9789391211127', '215', '2021', '14', '20251030_033818_9789391211127-397x397.jpg', 0, '2400', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-06-07 05:12:38', '19', 0, 0, '', '', NULL, '2,1,24', '', 8495.00, 0, 6796.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-30 03:39:04');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(670, 'Law of Limitation and Prescription', '', '<p><em>U N Mitra Law of Limitation and Prescription </em>is a juristic work of considerable merit and scholastic learning. A leading treatise on the subject for over a century, this legal classic has earned the discerning appreciation of the Bench and the Bar for its lucid, analytical and critical exposition on the subject. The genesis of this work can be traced back to the Tagore Law Lectures, delivered in 1882 and widely recognized as the most prestigious series of lectures in the field of law, representing the highest level of legal erudition in India.</p>\n', '<p>Leading treatise on the subject for over a century<br />\nComprehensive Section/Article wise commentary on the Law of Limitation and Prescription<br />\nCritically analyses legal provisions, with clarity and coherence<br />\nUp to date with latest legislative and statutory developments, including amendments incorporated by the Jammu and Kashmir Reorganisation Act, 2019<br />\nIncludes relevant and latest judgments delivered by the various high courts and Supreme Court, like Arifaben Yunusbhai Patel v. Mukul Thakorebhai Amin, Bank of Baroda v. Kotak Mahindra Bank Ltd. and CLP India (P) Ltd v. Gujrat Urja Vikas Nigam Ltd.</p>\n', '16', 0, '9789391211219', '383', '2021', '14', '2023-06-07_10_46_35.409091U_N_Mitra_-_Limitation.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 05:17:09', '5', 1, 0, '', '', NULL, '2,1', '', 5995.00, 0, 5995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 05:17:09'),
(671, 'The Indian Stamp Act', '', '<p>K Krishnamurthy The Indian Stamp Act is an exhaustive commentary on the Central and State legislations relating to Stamp Act along with extracts from relevant allied Acts, and including Rules, Schedules, and Notifications.</p>\n', '<p>Exhaustive section-wise commentary along with latest State Amendments and substantiated with relevant case laws<br />\nContains extensive notes, comments and case law references to assist in understanding the Central Act, various State Stamp Acts, Stamp Duties, Rules and Notifications with utmost ease<br />\nIncludes separate Acts for Maharashtra and Gujarat (Bombay Stamp Act as amended in the above States), Karnataka and Kerala, Rules and Notifications made by these State Governments</p>\n', '13', 0, '9789391211530', '384', '2021', '14', '2023-06-07_10_54_37.000336Krishnamurthi-Stamp_Act.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 05:24:43', '5', 1, 0, '', '', NULL, '2,1', '', 3995.00, 0, 3995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 05:24:43'),
(672, 'The Registration Act', '', '<p>The Book aims at giving a detailed and conceptual perspective about the laws relating to Registration. This title has been serving legal fraternity for more than eight decades providing a comprehensive view on both central and state registration laws. Different states introduce important amendments in several sections of the Registration from time to time which makes it necessary to introduce new edition each time. It will be a reference hand book for Inhouse counsels, legal practitioners, judicial officers, institutional libraries, students, academicians.</p>\n', '<p>A comprehensive study on the aspects of Registration laws.<br />\nIncludes all the legislative developments that has taken place in this field of law<br />\nAll-important judicial pronouncements have been incorporated.<br />\nAdopts a lucid and analytical approach.</p>\n', '14', 0, '9788194471554', '215', '2020', '14', '2023-06-07_10_57_34.656290Mulla-Registration_Act.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 05:27:57', '5', 1, 0, '', '', NULL, '2,1', '', 1895.00, 0, 1895.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 05:27:57'),
(673, 'Guide to Competition Law', 'Containing commentary on the Competition Act, 2002; MRTP Act, 1969 & the Consumer Protection Act, 1986', '<p>The Book is a section wise commentary divided into two parts. The Volume I deal with the commentary on the Competition Act,2002, along with the relevant Indian and Foreign Legislation. Volume II comprises the commentary on the MRTP Act, 1969, since repealed, as restrictive and monopolistic trade practices under the 1969 Act have been referred to as the anti-competitive agreements and abuse of dominant position, respectively. Commentary on the Consumer Protection Act, 1986 is also a part of Volume II, apart from their rules, regulations and reports. This treatise will be a useful reference work for lawyers, accountants and company Secretaries apart from consumers, traders, corporate entities and all those concerned with these enactments.</p>\n', '<p>The Book endeavours to provide a compendium of works that have shaped Competition Law, MRTP and Consumer Protection law.<br />\nIt is a section wise commentary divided into suitable chapters and headings to put the law in context for the readers.<br />\nIt duly incorporates all the legislative and judicial developments.<br />\nIt intends to capture the landmark and notable judgments of Supreme Court and various High Courts.</p>\n', '7th', 0, '9789388548151', '385', '2019', '14', '2023-06-07_11_04_21.506696S_M_Dugar_Competition_Law.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 6, '2023-06-07 05:34:48', '52', 0, 0, '', '', NULL, '1,2', '', 5795.00, 0, 4925.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-10-24 17:05:36'),
(674, 'The Law of Consumer Protection', '', '<p>This two volume treatise provides section by section guidance on the Consumer Protection Act, 2019. It is an exhaustive commentary which also compares the provisions of the Act with provisions of the erstwhile Consumer Protection Act, 1986 for reference of the readers.</p>\n', '<p>This edition of the book has been updated to include all the relevant cases since the last edition<br />\nProcedural aspects of the law have been given greater focus<br />\nIncludes the latest developments and case law under the Act<br />\nWill serve as a bridge between the Consumer Protection Act, 1986 and the Consumer Protection Act, 2019<br />\nReference to the Consumer Protection Bill, 2015 at different places will enable the reader to appreciate the proposed legislation with regard to the 1986 Act<br />\nIncludes latest Central and State Rules</p>\n', '1st', 0, '9789395116138', '387', '2022', '14', '2023-06-07_11_08_57.822492Wadhwa_-_Consumer_Protection.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 05:39:54', '87', 1, 0, '', '', NULL, '2,1', '', 4995.00, 0, 4995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 05:39:54'),
(675, 'INDIAN CONSTITUTIONAL LAW', '', '<p>In its 60th year of publication, M P Jain&rsquo;s magnum opus on the Constitution of India has travelled hand-in-hand with the development of constitutional jurisprudence in our country. It has served and has been serving generations of judges, lawyers, scholars, students, and laypersons, too. Its spread across ages and strata of people bears true testimony to its utility as a dependable commentary on a complex instrument.<br />\nApart from a thorough updation of case law, this new edition remains faithful to the original approach of the author by setting out the principles underlying these decisions wherever possible. This edition also comes with several critiques on various topics like the immunity of personal laws from Article 13, exclusion of decrees of civil courts from the certiorari jurisdiction of the constitutional courts, sovereign immunity, essential religious practices etc. The book also takes note of the rich stream of contemporary jurisprudence areas of disability rights, intersectionality, and indirect discrimination, as well as evolving constitutional principles like transformative constitutionalism and constitutional morality.</p>\n', '<p>Thoroughly revised and updated incorporating the latest constitutional amendments and comments on all leading decisions on the subject right up to the EWS reservation case<br />\nOwing to the large volume of case law coupled with the 102nd,103rd, 104th and 105th Constitution (Amendment) Acts, substantial re-arrangements, major additions, and reformulations have been made to this edition<br />\nProvides crucial documents, including the British constitutional documents starting from the Government of India Act, 1800, tracing the historical development of the Indian Constitution &bull; The chapters on the Union and State Judiciary have been thoroughly revised and, to a large extent, re-written in view of the developments over the last decade &bull; A new chapter on Tribunals has been incorporated in the light of the seminal developments in that area over the past 10-15 years<br />\nThe chapter on financial relations has been thoroughly revised and updated on account of the introduction of the Goods and Services Tax</p>\n', '1st', 0, '9789395116237', '226', '2022', '14', '2023-06-07_11_15_48.901856Jain_-_Constitution_Law.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 05:46:31', '9', 1, 0, '', '', NULL, '2,1', '', 5995.00, 0, 5995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 05:46:31'),
(676, 'Writ Remedies - Remediable Rights Under Public Law', '', '<p>This classic work on writ remedies is arranged thematically for ease of reference. It contains dedicated chapters on each of the writs available under the Constitution of India, viz, Habeas Corpus, Mandamus, Quo Warranto, Certiorari and Prohibition. The book consists of two parts. Part I of the work comprises 19 Chapters which includes a general introduction explaining concepts like judicial control and administrative action. The other chapters deal with the scope of Articles 32 and 226 of the Constitution; against whom Writ lies; Locus Standi; alternative remedy; delay, acquiescence and estoppel; suppression of material facts; Public Law and Private Law; Mandamus; Certiorari; Prohibition; Quo-Warranto; Habeas Corpus; grounds of judicial review; intensity of judicial review; judicial review of cases; Judicial Activism; Public Interest Litigation and the rights we have. Part-II consists of Guidelines for drafting Writ Petitions- Check List and Model Petitions.</p>\n', '<p>Provides clarity on complex legal issues relating to judicial review, writ jurisdiction, judicial activism and public interest litigation<br />\nCovers the position of law in India and other foreign jurisdictions, including UK and USA<br />\nIncludes important decisions of the Supreme Court of India<br />\nInvaluable reference work for constitutional lawyers, judges, judicial academies, professors and students of constitutional law</p>\n', '1st', 0, '9789391211257', '388', '2022', '14', '2023-06-07_15_18_41.370454B_P_Banerjee_Writ_Remedies.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 09:50:14', '5,9', 1, 0, '', '', NULL, '2,1', '', 3495.00, 0, 3495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 09:50:14'),
(677, 'Writ Remedies - Remediable Rights Under Public Law', '', '<p>This classic work on writ remedies is arranged thematically for ease of reference. It contains dedicated chapters on each of the writs available under the Constitution of India, viz, Habeas Corpus, Mandamus, Quo Warranto, Certiorari and Prohibition. The book consists of two parts. Part I of the work comprises 19 Chapters which includes a general introduction explaining concepts like judicial control and administrative action. The other chapters deal with the scope of Articles 32 and 226 of the Constitution; against whom Writ lies; Locus Standi; alternative remedy; delay, acquiescence and estoppel; suppression of material facts; Public Law and Private Law; Mandamus; Certiorari; Prohibition; Quo-Warranto; Habeas Corpus; grounds of judicial review; intensity of judicial review; judicial review of cases; Judicial Activism; Public Interest Litigation and the rights we have. Part-II consists of Guidelines for drafting Writ Petitions- Check List and Model Petitions.</p>\n', '<p>Provides clarity on complex legal issues relating to judicial review, writ jurisdiction, judicial activism and public interest litigation<br />\nCovers the position of law in India and other foreign jurisdictions, including UK and USA<br />\nIncludes important decisions of the Supreme Court of India<br />\nInvaluable reference work for constitutional lawyers, judges, judicial academies, professors and students of constitutional law</p>\n', '1st', 0, '9789391211257', '388,388,388', '2022', '14', '2023-06-07_15_18_41.370454B_P_Banerjee_Writ_Remedies.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 09:50:14', '5,9,5,9,5,9', 1, 0, '', '', NULL, '2,1,2,1,2,1', '', 3495.00, 0, 3495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 09:50:14'),
(678, 'Writ Remedies - Remediable Rights Under Public Law', '', '<p>This classic work on writ remedies is arranged thematically for ease of reference. It contains dedicated chapters on each of the writs available under the Constitution of India, viz, Habeas Corpus, Mandamus, Quo Warranto, Certiorari and Prohibition. The book consists of two parts. Part I of the work comprises 19 Chapters which includes a general introduction explaining concepts like judicial control and administrative action. The other chapters deal with the scope of Articles 32 and 226 of the Constitution; against whom Writ lies; Locus Standi; alternative remedy; delay, acquiescence and estoppel; suppression of material facts; Public Law and Private Law; Mandamus; Certiorari; Prohibition; Quo-Warranto; Habeas Corpus; grounds of judicial review; intensity of judicial review; judicial review of cases; Judicial Activism; Public Interest Litigation and the rights we have. Part-II consists of Guidelines for drafting Writ Petitions- Check List and Model Petitions.</p>\n', '<p>Provides clarity on complex legal issues relating to judicial review, writ jurisdiction, judicial activism and public interest litigation<br />\nCovers the position of law in India and other foreign jurisdictions, including UK and USA<br />\nIncludes important decisions of the Supreme Court of India<br />\nInvaluable reference work for constitutional lawyers, judges, judicial academies, professors and students of constitutional law</p>\n', '1st', 0, '9789391211257', '388', '2022', '14', '2023-06-07_15_18_41.370454B_P_Banerjee_Writ_Remedies.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 09:50:14', '5,9', 1, 0, '', '', NULL, '2,1', '', 3495.00, 0, 3495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 09:50:14'),
(679, 'Writ Remedies - Remediable Rights Under Public Law', '', '<p>This classic work on writ remedies is arranged thematically for ease of reference. It contains dedicated chapters on each of the writs available under the Constitution of India, viz, Habeas Corpus, Mandamus, Quo Warranto, Certiorari and Prohibition. The book consists of two parts. Part I of the work comprises 19 Chapters which includes a general introduction explaining concepts like judicial control and administrative action. The other chapters deal with the scope of Articles 32 and 226 of the Constitution; against whom Writ lies; Locus Standi; alternative remedy; delay, acquiescence and estoppel; suppression of material facts; Public Law and Private Law; Mandamus; Certiorari; Prohibition; Quo-Warranto; Habeas Corpus; grounds of judicial review; intensity of judicial review; judicial review of cases; Judicial Activism; Public Interest Litigation and the rights we have. Part-II consists of Guidelines for drafting Writ Petitions- Check List and Model Petitions.</p>\n', '<p>Provides clarity on complex legal issues relating to judicial review, writ jurisdiction, judicial activism and public interest litigation<br />\nCovers the position of law in India and other foreign jurisdictions, including UK and USA<br />\nIncludes important decisions of the Supreme Court of India<br />\nInvaluable reference work for constitutional lawyers, judges, judicial academies, professors and students of constitutional law</p>\n', '1st', 0, '9789391211257', '388', '2022', '14', '2023-06-07_15_18_41.370454B_P_Banerjee_Writ_Remedies.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 09:50:14', '5,9', 1, 0, '', '', NULL, '2,1', '', 3495.00, 0, 3495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 09:50:14'),
(680, 'Writ Remedies', 'Remediable Rights Under Public Law', '<p>This classic work on writ remedies is arranged thematically for ease of reference. It contains dedicated chapters on each of the writs available under the Constitution of India, viz, Habeas Corpus, Mandamus, Quo Warranto, Certiorari and Prohibition. The book consists of two parts. Part I of the work comprises 19 Chapters which includes a general introduction explaining concepts like judicial control and administrative action. The other chapters deal with the scope of Articles 32 and 226 of the Constitution; against whom Writ lies; Locus Standi; alternative remedy; delay, acquiescence and estoppel; suppression of material facts; Public Law and Private Law; Mandamus; Certiorari; Prohibition; Quo-Warranto; Habeas Corpus; grounds of judicial review; intensity of judicial review; judicial review of cases; Judicial Activism; Public Interest Litigation and the rights we have. Part-II consists of Guidelines for drafting Writ Petitions- Check List and Model Petitions.</p>\n', '<p>Provides clarity on complex legal issues relating to judicial review, writ jurisdiction, judicial activism and public interest litigation<br />\nCovers the position of law in India and other foreign jurisdictions, including UK and USA<br />\nIncludes important decisions of the Supreme Court of India<br />\nInvaluable reference work for constitutional lawyers, judges, judicial academies, professors and students of constitutional law</p>\n', '8th', 0, '9789391211257', '388', '2022', '14', '2023-06-07_15_18_41.370454B_P_Banerjee_Writ_Remedies.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 09:50:15', '9', 1, 0, '', '', NULL, '2,1', '', 3495.00, 0, 3495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 09:50:15'),
(693, 'Commentary on The Narcotic Drugs and Psychotropic Substances Act', 'with latest case law', '<p>This title is a well-researched and systematically organized study of the law relating to Narcotics and Psychotropic Substances. The book has been written topic-wise making the study meaningful and comprehensive, with detailed summaries of case law highlighting the facts, issues, contentions and order. It critically examines the current theory, law, policy and practice of concerned law. It includes the important legal provisions, case law and important recent developments.</p>\n', '<p>&bull; Covers emerging issues as well as legislative developments<br />\n&bull; Covers the provisions of International Conventions on narcotic drugs and psychotropic substances and the matters connected.<br />\n&bull; The amendment of 1989, 1991 and 2014 to NDPS act has been duly mentioned and discussed.<br />\n&bull; Covers landmark judgements of the Supreme Court and various High Courts.</p>\n', '1st', 0, '9789389991499', '380', '2020', '14', '2023-06-07_17_24_29.439406Barowalia_NDPS.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 11:54:46', '12', 1, 0, '', '', NULL, '2,1', '', 3495.00, 0, 3495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 11:54:46'),
(681, 'Shorter Constitution of India', '', '<p>Great Author, Shri Durga Das Basu has left a legacy of Constitutionalism in India and his work, &ldquo;Shorter Constitution of India&rdquo; in two Volumes is a quintessential commentary on the Constitution of India, which finds its presence, without exaggeration, in almost every lawyers&rsquo; and judges&rsquo; office, as also in known libraries. It is a classic text regularly revised and comprehensively updated with leading Case Laws on the subject, both by the Supreme Court and various High Courts. The Revised Edition will be immensely useful for the Judges, Lawyers, Scholars, Professionals, Teachers, the Authorities in Governance, Students, Policy makers and all those who are interested in knowing the latest developments pertaining to the Constitutional law in India. This two-volume treatise titled, &ldquo;Shorter Constitution of India&rdquo; would greatly assist all those who are connected with practice, study and application of Constitutional Law, in keeping themselves abreast with the judicial precedents as well as in refreshing their legal acumen with principles and concepts of Constitutional law.</p>\n', '<p>Provides for comprehensive theory and in-depth knowledge on the subject of Constitutional Law.<br />\nQuoted as reference in over 100 HC judgments dating back to 1958.<br />\nFor easy navigation the book contains detailed table of cases, contents and subject index.<br />\nAll notable decisions of Supreme Court and changes made via various amending acts has been effectively captured.<br />\nQuoted as reference in multiple SC judgments. E.g. Secretary, State of Karnataka and Ors vs Umadevi and Ors</p>\n', '16', 0, '9788131265284', '389', '2021', '14', '2023-06-07_15_23_25.884831D_D_Basu_Shorter_Constitution.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 09:53:48', '9', 1, 0, '', '', NULL, '2,1', '', 6595.00, 0, 6595.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 09:53:48'),
(682, 'Commentary on The Consumer Protection Act', '', '<p>The Consumer Protection Act, 2019 repealed the Consumer Protection Act, 1986, to provide for timely and effective administration and settlement of consumers&rsquo; disputes. While retaining certain old provisions, the New Act has some new provisions like e-commerce, establishment of Central Consumer Protection Authority (CCPA), strict norms for misleading advertisement, strict norms for product liability, alternate dispute resolution through mediation, to further safeguard consumer rights and create exhaustive consumer protection law. In this new edition, an earnest attempt has been made by the authors to undertake extensive research on various provisions of the enactment and its effectiveness in dealing with cyber crimes.</p>\n', '<p>A standard and reliable commentary on the consumer protect law<br />\nExamines in detail the new Consumer Protection Act 2019 that has repealed the Consumer Protection Act, 1986<br />\nIncorporates notable decisions of the Supreme Court and High Courts<br />\nThe various provisions of the Act have been thoroughly examined and the structure of the legislation has been set out with analytical success<br />\nThe fora of regulations of disputes and the formalities necessary for invoking the jurisdiction of the tribunals have also been covered</p>\n', '7th', 0, '9789391211691', '390', '2021', '14', '2023-06-07_15_27_11.494789Barowalia_Consumer_Protection.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 09:57:31', '87', 1, 0, '', '', NULL, '2,1', '', 2995.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 2995.00, '2023-06-07 09:57:31'),
(683, 'The Law of Contempt', 'Contempt of Courts and Legislatures', '<p>Ever since its first publication in 1992, this work has been widely appreciated and acknowledged as the most authoritative text on the law of contempt. In addition to the courts, this work also examines contempt of legislatures and tribunals. The presentation is in four parts: Part 1 deals with the constitutional provisions. Part 2 contains the commentaries on the Contempt of Courts Act, 1971. Part 3 is a brief overview of the contempt powers of the Tribunals. Lastly, Part 4 traces the elements of contempt jurisdiction of the legislatures.</p>\n', '<p>Explains principles underlying the statutory provisions as judicially explained in leading cases as well as the application of those principles in other illustrative cases<br />\nDiscusses the legislative history and genesis of the Contempt of Courts Act, 1971<br />\nExplains the vital role of judiciary and how the subject is important in achieving fair administration of justice<br />\nApart from the courts, contempt of legislatures and tribunals has also been examined<br />\nIncorporates case law not only from India but also from other relevant jurisdictions and analyses it with discernment and insight<br />\nHighlights the importance as to how the law arms the legislatures to enforce discipline and ensure un-interfered progress of proceedings<br />\nIncludes latest judgments delivered by the Supreme Court and High Courts including Rakesh Tiwari v Alok Pandey, National Lawyers&rsquo; Campaign for Judicial Transparency and Reforms v Union of India, Yashwant Sinha v CBI</p>\n', '6', 0, '9789391211592', '294', '2021', '14', '2023-06-07_15_31_14.713048Pal_Contempt.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-07 10:01:32', '21', 0, 0, '', '', NULL, '2,1', '', 2995.00, 0, 2545.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-07 10:01:32'),
(684, 'The Specific Relief Act, 1963', '', '<p>The sixteenth edition of this legal classic explains in detail various aspects of the law relating to Specific Relief. Relevant case law and latest statutory developments have been meticulously incorporated in this edition to serve its readers which include students, lawyers as well as academicians. Further, all relevant and connected statutes have been appended with this book intending to enable its readers to use it as a ready reference.</p>\n', '<p>&bull; In this edition, an attempt has been made to cover the paradigm shift brought in the law on specific relief by the Specific Relief (Amendment) Act, 2018<br />\n&bull; Though the number of decisions on the subject post amendment are limited, an attempt has been made to cover most of the latest decisions<br />\n&bull; Suggestions and comments have been made on amendments not yet covered by precedents<br />\n&bull; This edition retains the old style of referring to international case law by including important arbitration proceedings and decisions of highest courts from common law jurisdictions such as Singapore, United Kingdom, Australia, Canada and Malaysia</p>\n', '16th', 0, '9789391211172', '391', '2022', '14', '2023-06-07_15_34_11.766293Pollock_&_Mulla_Contract_&_Specific_Relief_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-07 10:04:28', '10', 1, 0, '', '', NULL, '2,1', '', 1695.00, 0, 1440.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-07 10:04:28'),
(685, 'The Indian Contract Act, 1872', '', '<p>Pollock &amp; Mulla Indian Contract Act stands as a classical treatise on contract law, providing clarity and coherence on what is an increasingly complex subject. The book lays out the Indian Contract Act supplemented by detailed section wise commentary along with suitable case law and citations. Anyone involved with the law of contract can turn to this book secure in the knowledge that it covers all the key areas of law by way of a detailed and in-depth analysis. It is an essential first point of reference for judges, legal practitioners, academicians and students.</p>\n', '<p>&bull; Critical commentary covering emerging issues as well as legislative developments<br />\n&bull; Focuses on both legislative and judicial developments<br />\n&bull; Contains critical appraisal of judgments of the Supreme Court and High Courts<br />\n&bull; Covers decisions of highest courts from common law jurisdictions, viz. United Kingdom, Australia, Canada, Singapore, Malaysia, of the past decade.<br />\n&bull; This edition takes into account the changes to the rights of guarantors under the Insolvency and Bankruptcy Code, 2015<br />\n&bull; The authors have attempted to revisit and streamline judgments while retaining the original essence of the work</p>\n', '16', 0, '9789391211370', '391', '2021', '14', '2023-06-07_15_36_40.493408Pollock_&_Mulla_Indian_Contract_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 10:06:59', '10', 1, 0, '', '', NULL, '2,1', '', 3295.00, 0, 3295.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 10:06:59'),
(686, 'Specific Relief Act', '', '<p>Sarkar Specific Relief Act, a legal classic, is a section-wise commentary on the Specific Relief Act. The fact that this book has entered into its 18th edition speaks volumes about the undisputed quality and standard of this work and its undiminished appeal which has only grown with the passage of time. The book provides a brilliant exposition of the subject; examining the law relating to specific relief in India as well as treatment on specific performance, declaratory suits and possession of property. English law has been referred wherever relevant and a comparative analysis with foreign jurisdictions has also been captured.</p>\n\n<p>The present edition has been meticulously revised and updated in light of important decisions of the Supreme Court and High Courts reported since publication of the last edition as well as the legislative developments such as the Specific Relief Amendment Act, 2018.</p>\n', '<p>&bull; Content has been thoroughly revised and updated<br />\n&bull; Includes important decisions of the Supreme Court and High Courts<br />\n&bull; Key legislative developments such as the Specific Relief Amendment Act, 2018 have been duly incorporated<br />\n&bull; English law has been referred wherever relevant and select judgments from foreign jurisdictions have also been captured<br />\n&bull; Provides a comparative view of the law prevalent in India viz a viz other jurisdictions.<br />\n&bull; Comprehensive treatment on specific performance, declaratory suits and possession of property<br />\n&bull; Detailed analysis on provisions relating to specific performance of contract; rectification of instruments; rescission of contracts; cancellation of instruments; declaratory decrees; and injunctions.</p>\n', '18', 0, '9789389991307', '336', '2020', '14', '2023-06-07_15_41_46.235206Sarkar_Specific_Relief_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-07 10:12:22', '10', 1, 0, '', '', NULL, '2,1', '', 2495.00, 0, 2120.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-07 10:12:22'),
(687, 'The Indian Contract and Specific Relief Acts', 'In 2 Volumes', '<p>Pollock and Mulla The Indian Contract and Specific Relief Acts is the most comprehensive and authoritative work on the subject. It has seen the jurisprudence on the subject develop for more than a century and is currently in its 17th Edition. It is a section-wise commentary providing clear and systematic explanation of the laws, with a lucid and analytical approach to make complex legal concepts accessible. The book is a standard reference for judges, lawyers, in-house counsels, law firms, students, law professors and research scholars.&nbsp;</p>\n', '<p>Updated with all the major judicial and legislative developments that have occurred since the last edition<br />\nAll the important judicial pronouncements like Katta Sujatha Reddy v Siddamsetty Infra Projects Pvt Ltd, SBI General Insurance Co. Ltd. v Krish Spinning and Vinayak Purushottam Dube v Jayashree Padamkar Bhat have been incorporated<br />\nIncorporates all recent legislative amendments and their implications on the existing legal framework, including the amendment to Section 28 of Indian Contract Act by the Mediation Act, 2023</p>\n', '17th (Reprint)', 0, '9788197414213', '391', '2025', '14', '20251013_103700_The_Indian_Contract_and_Specific_Relief_Acts.jpg', 0, '3904', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-07 10:14:35', '10', 0, 0, '', '', NULL, '2,1', '', 6495.00, 0, 5520.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-07 10:14:35'),
(688, 'Indian Penal Code', '', '<p>For more than a century, this legal classic on the Indian Penal Code continues to be one of the most revered and reliable commentaries on the subject. This work is a section-wise presentation of the complex and multi-dimensional subject of criminal law in a lucid, comprehensive and systematic manner. This 13th edition is replete with latest statutory changes and important case law, making it an up to date and exhaustive reference for readers.</p>\n', '<p>&bull; Contains all latest and notable decisions of the Supreme Court and various High Courts such as Navtej Singh Johar v Union of India, wherein the Supreme Court held that Section 377 violates Article 19(1)(a), and is unconstitutional for being violative of Article 14 of Constitution.<br />\n&bull; Includes amendments incorporated by the Criminal Law (Amendment) Act, 2018.<br />\n&bull; Invaluable reference for judges, lawyers, investigating officers, judicial and police training academies (national and state), police departments, CBI officials, researchers and scholars.</p>\n', '13', 0, '9789395116190', '392', '2022', '14', '2023-06-07_15_47_15.783514R_A_Nelson_IPC.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-07 10:17:34', '12', 1, 0, '', '', NULL, '2,1', '', 8995.00, 0, 7375.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-06-07 10:17:34'),
(689, 'The Code of Criminal Procedure', '', '<p>An evergreen classic, this title is amongst the most comprehensive commentaries on the Law of Criminal Procedure in India. First published in 1930, this section-wise commentary on the Code enjoys the reputation of being one of the most authoritative publications on the subject. This work is unique in its precision, carries easy readability, critical analysis and has been appreciated throughout for its authenticity.</p>\n', '<p>&bull; Technical rules of procedure have been illustrated and explained in a lucid, comprehensive and systematic manner<br />\n&bull; Adopts an integrated approach, with the provisions of the Indian Penal Code, 1860 and the Indian Evidence Act, 1872 being referred to wherever necessary, for better understanding of complex legal issues<br />\n&bull; Answers the intricate questions emerging during the trial of cases, covering the point of view of both the prosecution and the accused<br />\n&bull; Incorporates recent legislative developments and emerging issues<br />\n&bull; Includes latest and notable judgments of the Supreme Court and High Courts<br />\n&bull; An invaluable reference for judges, lawyers, judicial and police training academies (national and state), police departments, CBI officials, academicians, students, researchers and scholars</p>\n', '1st', 0, '9789391211424', '393', '2021', '14', '2023-06-07_15_49_58.499467R_&_D_CRPC.png', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 10:20:36', '12', 1, 0, '', '', NULL, '2,1', '', 3995.00, 0, 3995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 10:20:36'),
(690, 'The Code of Criminal Procedure', '', '<p>An evergreen classic, this title is amongst the most comprehensive commentaries on the Law of Criminal Procedure in India. First published in 1930, this section-wise commentary on the Code enjoys the reputation of being one of the most authoritative publications on the subject. This work is unique in its precision, carries easy readability, critical analysis and has been appreciated throughout for its authenticity.</p>\n', '<p>&bull; Technical rules of procedure have been illustrated and explained in a lucid, comprehensive and systematic manner<br />\n&bull; Adopts an integrated approach, with the provisions of the Indian Penal Code, 1860 and the Indian Evidence Act, 1872 being referred to wherever necessary, for better understanding of complex legal issues<br />\n&bull; Answers the intricate questions emerging during the trial of cases, covering the point of view of both the prosecution and the accused<br />\n&bull; Incorporates recent legislative developments and emerging issues<br />\n&bull; Includes latest and notable judgments of the Supreme Court and High Courts<br />\n&bull; An invaluable reference for judges, lawyers, judicial and police training academies (national and state), police departments, CBI officials, academicians, students, researchers and scholars</p>\n', '1st', 0, '9789391211424', '393,393,393', '2021', '14', '2023-06-07_15_49_58.499467R_&_D_CRPC.png', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 10:20:36', '12,12,12', 1, 0, '', '', NULL, '2,1,2,1,2,1', '', 3995.00, 0, 3995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 10:20:36'),
(691, 'The Code of Criminal Procedure', '', '<p>An evergreen classic, this title is amongst the most comprehensive commentaries on the Law of Criminal Procedure in India. First published in 1930, this section-wise commentary on the Code enjoys the reputation of being one of the most authoritative publications on the subject. This work is unique in its precision, carries easy readability, critical analysis and has been appreciated throughout for its authenticity.</p>\n', '<p>&bull; Technical rules of procedure have been illustrated and explained in a lucid, comprehensive and systematic manner<br />\n&bull; Adopts an integrated approach, with the provisions of the Indian Penal Code, 1860 and the Indian Evidence Act, 1872 being referred to wherever necessary, for better understanding of complex legal issues<br />\n&bull; Answers the intricate questions emerging during the trial of cases, covering the point of view of both the prosecution and the accused<br />\n&bull; Incorporates recent legislative developments and emerging issues<br />\n&bull; Includes latest and notable judgments of the Supreme Court and High Courts<br />\n&bull; An invaluable reference for judges, lawyers, judicial and police training academies (national and state), police departments, CBI officials, academicians, students, researchers and scholars</p>\n', '22nd', 0, '9789391211424', '393', '2021', '14', '2023-06-07_15_49_58.499467R_&_D_CRPC.png', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 10:20:36', '12', 1, 0, '', '', NULL, '2,1', '', 3995.00, 0, 3995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 10:20:36'),
(692, 'The Indian Penal Code', '', '<p>This classic, first published in 1896, is a comprehensive section-wise commentary on the Indian Penal Code. This edition has been extensively revised, incorporating latest legislative changes up to the Criminal Law (Amendment) Act, 2018, as well as important judgments of the Supreme Court and High Courts. This book is an indispensable reference for judges, lawyers, research scholars, students, judicial and police training academies (national and state), police departments, CBI officials, researchers, presiding officers in courts, investigators, administrators, draftsmen, legislators and social scientists.</p>\n', '<p>&bull; A critical commentary covering emerging issues as well as legislative developments<br />\n&bull; Focuses on both legislative and judicial developments<br />\n&bull; Contains critical appraisal of judgments of Supreme Court and various High Courts</p>\n', '35th', 0, '9789391211196', '393', '2021', '14', '2023-06-07_15_53_22.176824Ratanlal_&_Dhirajlal_IPC.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 10:23:46', '5,9', 1, 0, '', '', NULL, '2,1', '', 4795.00, 0, 4795.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 10:23:46'),
(694, 'Forensic Science in Criminal Investigation and Trials', '', '<p>The book is intended to assist the criminal justice system to understand the potentialities, the limitation and the process of forensic science. It is an encyclopedic comprehensive guide, a practical multi-professional treatise, written in non-technical language</p>\n', '<p>&bull; A book for professionals dealing with in the area of forensic science<br />\n&bull; Complex topics are written in a non-technical language making it easy to understand<br />\n&bull; Concepts are explained with the help of applicable statutes and judgments<br />\n&bull; Adopts a lucid and analytical approach<br />\n&bull; Updated with latest tools and techniques developed after the publishing of previous edition<br />\n&bull; Includes new concepts introduced in the area of forensic science<br />\n&bull; Updated with latest legal position and landmark judgments<br />\n&bull; Redundant content is deleted to maintain relevance to the topic</p>\n', '6th', 0, '9789388548786', '394', '2020', '14', '2023-06-07_17_27_46.161147B_R_Sharma_Forensic_Science_in_Criminal_Investigation_and_Trials.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 11:57:53', '12', 1, 0, '', '', NULL, '2,1', '', 3495.00, 0, 3495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 11:57:53'),
(695, 'Scientific Criminal Investigation', '', '<p>Scientific Criminal Investigation lays down the most intricate aspects of a criminal investigation involving application of Science and Law. It delineates the means and modes to tackle the criminal&rsquo;s depredations and his modus operandi and is a comprehensive compendium of tools and techniques needed to handle the criminal, the crime clues and crime situations. Numerous case histories, illustrations and photographs have been incorporated in the book which make the subject not only easily intelligible but also a lucid and an interesting reading. This second edition has been revised and updated by reviewing all the topics and further adding new ones reflecting the latest trends in the field of Forensics. This book is written mainly for the non-scientific audience and should prove to be a useful guide to professional investigators, prosecutors, judges, students of Forensics, trainers and to all those who are concerned with handling crime.</p>\n', '', '2nd', 0, '9789350358948', '394', '2016', '14', '2023-06-07_17_29_58.350755B_R_Sharma_Scientific_Criminal_Investigation.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-07 12:00:16', '12', 0, 0, '', '', NULL, '2,1', '', 1795.00, 0, 1525.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-07 12:00:16'),
(696, 'Law of Elections and Election Petitions', '', '<p>Law of Elections and Election Petition is a commentary on the law relating to elections to the Parliament, State Legislatures and also Panchayats and Municipalities. This book gives an overview of the entire process of elections beginning with delimitation of constituencies to power of recall. This book is an essential reference for anyone interested in understanding the electoral process<br />\nin India.</p>\n', '<p>&bull; Thoroughly revised and updated with changes brought about by recent legislative amendments as well as judgments of constitutional courts<br />\n&bull; A new chapter on the status of Union Territory of Puducherry has been added<br />\n&bull; Provides a detailed and critical analysis of issues such as Qualifications and Disqualifications, Election Expenditures, Corrupt Practices, Electoral Offences and Right to Information<br />\n&bull; Covers the procedural aspects relating to Election Petitions including drafting, presentation, pleadings, reliefs that can be granted, limitation and costs<br />\n&bull; Includes important judgments delivered by the various high courts and Supreme Court, like K. Lakshminarayanan v. Union of India, Shrimanth Balasaheb Patil v. Hon&rsquo;ble Speaker, Karnataka Legislative Assembly, and Tej Bahadur v. Narendra Modi</p>\n', '6th', 0, '9789391211110', '395', '2021', '14', '2023-06-07_17_32_42.288434Doabia_Law_of_Elections_and_Election_Petitions.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 12:03:01', '123', 1, 0, '', '', NULL, '2,1', '', 7295.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 7295.00, '2023-06-07 12:03:01'),
(697, 'Environmental & Pollution Laws in India ', '', '<p>This book is an exhaustive commentary on aspects related to environmental law, divided into threevolumes. It is the most comprehensive and extensive title on the laws related to pollution control and environment protection in India, making this work an essential reference aid for anyone concerned with the interpretation and implementation of Environmental Laws in India.</p>\n', '<p>&bull; This book deals with various aspects of Environmental and Pollution Laws in India.<br />\n&bull; Divided into 27 Chapters, the work discusses all important topics such as Air Pollution, Water Pollution, Noise Pollution, Nuclear Pollution, Marine Pollution and Light Pollution, National Green Tribunal - Genetically Modified Organisms, and - Marine Pollution<br />\n&bull; Topics such as De-Reservation, Diversion of Forest Land, Compensatory Afforestation, Sustainable Development, Doctrine of Margin of Appreciation, Non Forest Activities, Wood Based Industries, Environment Compensation Charge, Spent Fuel Management have been discussed in detail.<br />\n&bull; All important judgments delivered by the Supreme Court, National Green Tribunal and various High Courts have been incorporated.<br />\n&bull; Select judgments from other jurisdictions such as the United Kingdom and European Union have also been included.<br />\n&bull; It also contains analysis of important conventions such as:<br />\n&bull; International Convention for the Prevention of Pollution from Ships, 1973<br />\n&bull; Nairobi Wreck Removal Convention, 2007<br />\n&bull; BASEL Convention on the Control of Trans-boundary Movements of Hazardous Wastes and their Disposal<br />\n&bull; Convention on Biological Diversity<br />\n&bull; The International Convention on Civil Liability for Bunker Oil Pollution Damage, 2001</p>\n', '4th', 0, '9789395116053', '395', '2022', '14', '2023-06-07_17_41_52.868262Environmental_&_Pollution_Laws_in_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-07 12:12:12', '54', 1, 0, '', '', NULL, '2,1', '', 6295.00, 0, 6295.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-07 12:12:12'),
(698, 'The Law of Evidence', '', '<p>First published in 1916, this section-wise commentary on the law of evidence is widely regarded as one of the most authoritative publications on the subject. It adopts an integrated approach, with the provisions of the Indian Penal Code, 1860 and the Code of Criminal Procedure, 1973 eferred to wherever necessary, for better understanding of complex legal issues.</p>\n', '<p>&bull; Technical rules of evidence have been illustrated and explained in a lucid, comprehensive and systematic manner<br />\n&bull; This edition has been meticulously revised taking into account the changes brought about by recent legislative amendments<br />\n&bull; An attempt has been made to set out the legal position, notice contemporary developments and offer appropriate critiques<br />\n&bull; Unnecessary precedents that have clouded and obscured the general principle of every provision has been culled.<br />\n&bull; Incorporates latest and notable cases of the Supreme Court as well as High Courts, such as the recent decision of the Supreme Court in Tofan Singh v State of Tamil Nadu, (2021 4 SCC<br />\n1) which has set at rest the raging controversy on the admissibility of confessions recorded by the officials of the Department of Revenue Intelligence (DRI) under the NDPS Act</p>\n', '26th', 0, '9789391211745', '393', '2021', '14', '2023-06-07_17_44_09.262328Ratanlal_&_Dhirajlal_The_Law_of_Evidence.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-07 12:14:49', '16', 1, 0, '', '', NULL, '1', '', 3795.00, 0, 3036.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2023-06-07 12:14:49');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(699, 'Woodroffe and Amir Ali: Law of Evidence', 'In Accordance with The Bharatiya Shakshya Adhiniyam, 2023', '<p>Sir John Woodroffe &amp; Syed Amir Ali Law of Evidence: In Accordance with The Bharatiya Sakshya Adhiniyam, 2023 is a highly acclaimed and authoritative section-wise commentary on the Bharatiya Sakshya Adhiniyam, 2023 providing updated and detailed analysis of its provisions. The Law of evidence occupies an important role in effective functioning of the judicial system as the existence of substantive rights can only be established by relevant and admissible evidence.&nbsp;</p>\n\n<p>This book ensures that the spirit and essence of the original work are maintained, preserving its relevance and applicability to both the Act and the Adhiniyam. It enriches its analysis by including relevant judgments from the period under the Indian Evidence Act, 1872, illustrating how the courts previously interpreted the similar issues. This dual approach of comparing old and new provisions, supported by judicial precedents, makes the book an invaluable tool for understanding the evolution of evidence law in India.</p>\n', '<ul>\n	<li>&bull; Provides commentary on the new provisions of the Bharatiya Sakshya Adhiniyam, 2023 as well as those retained from the erstwhile Indian Evidence Act, 1872</li>\n	<li>&bull; A dedicated section on the omission of certain provisions of the Indian Evidence Act, 1872 under the Bharatiya Sakshya Adhiniyam, 2023 has been provided&nbsp;</li>\n	<li>&bull; A write up on &ldquo;Electronic Evidence&rdquo; under the Bharatiya Sakshya Adhiniyam, 2023 has been given</li>\n	<li>&bull; Reflects on the Spirit of the New Criminal Acts with major changes in the Bharatiya Sakshya Adhiniyam, 2023</li>\n	<li>&bull; Includes Observations/Recommendations of Parliamentary Standing Committee</li>\n	<li>&bull; Contains tables comparing the three new criminal laws with their older counterparts</li>\n	<li>&bull; Summary about the new regime has been given for reference of the reader at the end of the book</li>\n</ul>\n', '21st', 0, '9789349015579', '396', '2020', '14', '20251003_101152_9789349015579-397x397.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-06-07 12:17:15', '16,12', 0, 0, '', '', NULL, '1', '', 12500.00, 0, 9875.00, 0, 0, 0.00, 0, 0.00, 21.00, 0.00, 0.00, '2023-06-07 12:17:15'),
(700, 'Law of Evidence ', '(Being a Commentary on Indian Evidence Act, 1872 as amended by Act 13 of 2013), ', '<p>This classic work by Chief Justice M. Monir stands to the test of time since past 81 years. The first edition was published in 1936 and since then seventeen editions have been published to keep it updated with case laws, statutes and developments in the field of Law of Evidence. This latest edition has been revised thoroughly without affecting the originality of the author&rsquo;s work. This edition has been exhaustively updated by incorporating all the important decisions of the Supreme Court of India, various High Courts and English Courts as well. As such this edition replaces the previous editions. Like its predecessors, it is hoped, that this edition will be useful for the Bench and the Bar and all those interested in this subject.</p>\n', '', '17th', 0, '9789351438939', '397', '2016', '14', '2023-06-07_17_49_28.919203M_Monir_Law_of_Evidence.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-07 12:19:47', '16', 1, 0, '', '', NULL, '2,1', '', 4795.00, 0, 4075.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-07 12:19:47'),
(701, 'Hindu law', '', '<p>Mulla Hindu Law is the most acclaimed and authoritative text on the subject. It has been widely cited in numerous judgments of the Supreme Court and High Courts. The book is divided into two Parts. Part 1 of the commentary deals with customary Hindu Law. Part 2 contains section-wise commentary on four major enactments: The Hindu Marriage Act, 1955, The Hindu Succession Act, 1956, The Hindu Minority and Guardianship Act, 1956, and The Hindu Adoptions and Maintenance Act, 1956.</p>\n', '<p>&bull; 24th Edition of Mulla Hindu Law contains in depth analysis and commentary on all aspects of Hindu Law.<br />\n&bull; There are incisive comments on the necessity for streamlining of the judicial process in cases of multiple applications for maintenance under various statutes.<br />\n&bull; The impact of same sex relationship in case of adultery has also been averted to and discussed.<br />\n&bull; The commentary is revised and is up to date to enhance the use of the book for judges, advocates, jurists and students</p>\n', '24th', 0, '9789391211134', '215', '2021', '14', '2023-06-08_10_13_41.528666Mulla_Hindu_law.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-06-08 04:44:15', '90', 0, 0, '', '', NULL, '2,1', '', 3250.00, 0, 2600.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2023-06-08 04:44:15'),
(702, 'The Indian Succession Act', '', '<p>Paruck The Indian Succession Act has earned its standing as the most comprehensive and analytically rigorous commentary on the law of succession in India. This book explains and illustrates the provisions of the Act in a lucid, comprehensive and systematic manner and intends to capture the most recent case law, statutory amendments, and doctrinal commentaries. As India debates its future civil law architecture, this work continues to stand as both guide and participant in this transformation.</p>\n\n<p>The 2025 edition arrives at a pivotal juncture, shaped by two significant developments since the 2021 edition&mdash;namely, the Supreme Court&rsquo;s ruling in Supriyo v Union of India (2023) and the enactment of Uttarakhand&rsquo;s Uniform Civil Code in early 2024. Together, these milestones invite both critical scholarly reflection and a reimagining of legislative frameworks.</p>\n', '<ul>\n	<li>&bull; Offers a systematic explanation of the provisions of the Act and is arranged under logical chapters and headings</li>\n	<li>&bull; The Original Side rules for all four states (Calcutta, Madras, Bombay and Delhi) have been thoroughly reviewed and updated in the Appendices</li>\n	<li>&bull; Up to date with the recent case law such as Gopal Krishan v Daulat Ram; Naushad K K v Union of India; Ramesh Chandra Sahu v The State of Odisha etc.,</li>\n	<li>&bull; Standard reference for judges, lawyers, in house counsels, law firms, students, law professors and research scholars</li>\n</ul>\n', '13th', 0, '9789349015852', '398', '2025', '14', '20251007_134051_9789349015852-397x397.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-06-08 04:48:25', '42', 0, 0, '', '', NULL, '2,1', '', 3995.00, 0, 3275.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-06-08 04:48:25'),
(703, 'Principles of Mohamedan Law', '', '<p>Principles of Mahomedan Law by Dinshaw Fardunji Mulla is the most authoritative, revered and comprehensive commentary on the subject. This legal classic has withstood the test of time and served the legal profession, and everyone associated with it, for over a century. Widely quoted in judgments of the Supreme Court as well as various High Courts, the undoubtable appeal of this<br />\npeerless work has only grown with the passage of time.</p>\n', '<p>&bull; Highly acclaimed and the most authoritative commentary on the subject<br />\n&bull; Covers all aspects and dimensions of Islamic law in India<br />\n&bull; Illustrates and explains the complexities, background, history and sources of Mahomedan law in a lucid and systematic manner<br />\n&bull; Contains important judicial pronouncements<br />\n&bull; Incorporates latest legislative developments, including the Muslim Women (Protection of Rights on Marriage) Act, 2019.<br />\n&bull; An extensive Introduction provides invaluable information about the basic sources of law, becoming astarting point for further study</p>\n', '23rd', 0, '9789391211264', '215', '2021', '14', '2023-06-08_10_20_07.539926Mulla_Mohamedan_Laws.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-06-08 04:50:26', '23', 0, 0, '', '', NULL, '2,1', '', 1795.00, 0, 1507.80, 0, 0, 0.00, 0, 0.00, 16.00, 0.00, 0.00, '2023-06-08 04:50:26'),
(704, 'Indian Law of Marriage and Divorce', '', '<p>Kumud Desai&rsquo;s Indian Law of Marriage and Divorce is a comprehensive commentary on the personal laws of the country, relevant Central and State Acts, and Rules, including a part dedicated to general principles relating to matrimonial laws. To aid the understanding of the reader, the book is divided into ten parts, in addition to an exhaustive list of appendices. The latest legal and judicial position is captured under each of the nine parts, and the tenth part contains general principles which are common to all personal laws; constituting a crux of the analysis in the preceding parts. Moreover, this book is the first of its kind, which seeks to examine in detail the issue of gender equity in the matter of divorce in Muslim personal law of India through three dimensional perspective; legal, sociological and Constitutional, relying on substantive empirical data.</p>\n', '<p>&bull; Includes 66 Appendices on various Central as well as State Acts and Rules (including extracts of other allied laws relevant to marriage and divorce).<br />\n&bull; Commentary has been thoroughly revised and concepts including Uniform Civil Code, Constitutional provisions pertaining to marriage and divorce, etc have been reorganized.<br />\n&bull; Includes landmark judgments of Supreme Court and High Courts on important aspects of Marriage and Divorce like same sex marriage, irretrievable breakdown of marriage, powers of Supreme Court under Article 142 to annul an irretrievably broken-down marriage, etc.<br />\n&bull; Includes all significant amendments to the statutes related to marriage and divorce.</p>\n', '13th', 0, '9789395116244', '399', '2022', '14', '2023-06-08_10_28_32.623207Desai_Indian_Law_of_Marriage_and_Divorce.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-06-08 04:58:37', '33', 1, 0, '', '', NULL, '1', '', 3295.00, 0, 2700.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 595.00, '2023-06-08 04:58:37'),
(705, 'Computers, Internet and New Technology Laws', 'A Comprehensive Reference Work with Special Focus on Developments in India', '<p>Computer Internet and New Technology Laws is a comprehensive work that aptly highlights new laws, policies, cases, concepts, events and studies that have evolved cyber laws in the national and international spheres. The book critically examines the emerging crimes such as trolling, sexting, and revenge porn and new developments such as Net Neutrality that have impacted the cyber world. This treatise on Cyber laws will be of immense value to the judiciary, lawyers, law firms, law libraries, legislators, investigation agencies, international organisations, industry associations, e-commerce businesses, ITES companies, IT professionals and Iaw students.</p>\n', '<p>&bull; An exhaustive commentary on cyber laws, critically examining contemporary issues and latest developments<br />\n&bull; Includes and discusses new policies and bills like Personal Data Protection Bill 2019, the Consumer Protection Act 2019, Telecom Commercial communication customer preference regulations 2018.<br />\n&bull; Includes landmark judgments of the Supreme Court and High courts<br />\n&bull; Highlights relevant statutory changes in the law like bitcoins, block chain, ransomware attacks and artificial intelligence</p>\n', '3rd', 0, '9789391211431', '400', '2021', '14', '2023-06-08_10_31_12.092425Seth_Computers,_Internet_and_New_Technology_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-06-08 05:01:27', '27', 0, 0, '', '', NULL, '2,1', '', 2995.00, 0, 2545.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-08 05:01:27'),
(706, 'Principles of Insurance Law', '', '<p>M N Srinivasan and Kannan&rsquo;s &lsquo;Law of Insurance&rsquo; is on the folklore of legal literature, since 1965, not of coffee table work construct . For over five decades, this book has served as a practical guide, of the ready-reckoner genre, with up to date case-law of utility, for lawmen, laymen and other in the business industry. As a vital cog in the economic wheel of any nation, and privatisation of insurance and foreign players in the game, &lsquo;Law of Insurance&rsquo; offers a critical insight, even while serving as a work horse compendium of the latest legal position. The work is in two volumes with statutes and regulations, as firm allies. With the rapid growth of the insurance business, there has been an outpouring of decisions in the field of fire, marine, motor medical, miscellaneous and reinsurance. With focused chaptering, simple split synopsis&rsquo;, sub headings, table of cases and sharp indexing for ease of referencing, the revised edition is a must buy for practitioners, academics and all those connected with this branch of the law.</p>\n', '<p>&bull; A thematic commentary on Insurance law incorporating all aspects of the insurance law in India<br />\n&bull; General principles of the law of insurance have been explained lucidly and all specific forms of insurance like fire, theft, marine, motor accident, personal accident, medical, nuclear, agriculture, aviation, nuclear and the like, have been dealt with individually at length<br />\n&bull; It provides detailed information on the practices and procedures relating to insurance Law and also contains a special chapter on Tax Planning in Insurance</p>\n', '11th', 0, '9789391211363', '401', '2021', '14', '2023-06-08_10_35_38.360761MN_Srinivasan_&_K_Kannan_Principles_of_Insurance_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-06-08 05:05:54', '105', 0, 0, '', '', NULL, '1', '', 3795.00, 0, 3225.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-08 05:05:54'),
(707, 'Interpretation of Statutes', '', '<p>This renowned work on Interpretation of Statutes is an intelligent combination of description and analysis. It captures the latest developments and also analyses how these developments have contributed to the theory and practice of interpretation.</p>\n\n<p>The book firstly situates the process of interpretation within the institutional relationship subsisting between the Legislature, the Executive, and the Court. Another part examines how rules of interpretation change when the context alters. Thus, a penal statute is read differently from a welfare or tax statute. And rules which hold good for statutes do not apply to the interpretation of the Constitution. Courts are not just guided by the intention of the legislature or technical rules of interpretation but also by how a word, phrase or issue has been addressed in the past by earlier courts. Consequently, the theory of precedents and its impact on statutory interpretation has been analytically studied in the last part of the book.</p>\n', '<p>&bull; Addresses the various dimensions of interpretation by looking at it from the lens of institutional relationships, the various parts of a statute, the technical rules, the statutory context and the influence of precedents<br />\n&bull; Contains an analytical update of the latest developments<br />\n&bull; Records the reiterations of the law in tabular form and does a detailed contextual analysis of all significant judicial decisions<br />\n&bull; Provides materials for future forensic strategies by recording the arguments of lawyers and how courts responded to them.<br />\n&bull; Special attention has been devoted to split judicial decisions as the foment points to the possibilities of the law.</p>\n', '13th', 0, '9789395116039', '211', '2022', '14', '2023-06-08_10_38_50.270931Bindra_Interpretation_of_Statutes.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-08 05:09:03', '67', 1, 0, '', '', NULL, '1', '', 2295.00, 0, 2295.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-08 05:09:03'),
(708, 'Principles of Statutory Interpretation', '', '<p>Justice G P Singh&rsquo;s Principles of Statutory Interpretation is the most comprehensive and authoritative work on the subject. Widely quoted in judgments of the Supreme Court as well as various High Courts, this scholarly work illustrates and explains rules of interpretation in a lucid, comprehensive and systematic manner. A leading commentary on the subject, this fifteenth edition captures and analyses the shift in the Supreme Court decisions from the earlier tradition of literal interpretation to purposive interpretation of statues. The present edition will be helpful in understanding the complexities and the nuances of the subject, and its practical application.</p>\n', '<p>&bull; This classic work on interpretation of statutes has been referred to and quoted in numerous judgments<br />\n&bull; Rules of interpretation have been illustrated and explained in a lucid, comprehensive and systematic manner<br />\n&bull; Sets out the rules of statutory interpretation in both Indian and Foreign historical background and outlines the views of great jurists<br />\n&bull; Contains references to authoritative foreign works like Bennion on Statutory Interpretation and other major international texts<br />\n&bull; Includes critical analyses of important Indian and English decisions</p>\n', '15th', 0, '9789391211028', '402', '2021', '14', '2023-06-08_10_41_20.559822G_P_Singh_Principles_of_Statutory_Interpretation.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-06-08 05:11:39', '67', 0, 0, '', '', NULL, '1', '', 3395.00, 0, 2885.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-08 05:11:39'),
(709, 'Law Relating to Public Service', '', '<p>Law Relating to Public Service is a detailed commentary on the law pertaining to persons engaged in public employment, i.e., employees under the State, employees under corporations directly incorporated by statutes, and employees under agencies or instrumentalities of the State. The book examines the fundamentals of service law with elaborate discussion on each one of them.</p>\n', '<p>&bull; Contents of this book have been illustrated in a simplified manner, making interpretation of provisions easy for the reader<br />\n&bull; The author has examined and formulated 200 principles which analyze and clarify critical legal issues connected to the law relating to public employment<br />\n&bull; Comprehensive analysis about regularization with reference to the latest Constitution Bench Judgment assesses the consequential development of constitutional and administrative law through relevant case law in the field New to this edition:<br />\n&bull; Legislative changes and developments that have taken place post the publishing of last edition have been effectively captured at relevant places<br />\n&bull; Discusses the restrictive stance of the Supreme Court regarding initiation of public interest litigation in service matters<br />\n&bull; Captures the important judgments pronounced by the Supreme Court of India<br />\n&bull; Re-arrangement of chapters based on the logic of presentation and need for clarity and explanation.</p>\n', '4th', 0, '9789389991567', '294', '2021', '14', '2023-06-08_10_44_46.097300Samaraditya_Pal_Law_Relating_to_Public_Service.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-08 05:15:23', '5', 1, 0, '', '', NULL, '1', '', 2795.00, 0, 2795.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-08 05:15:23'),
(710, 'Textbook of Medical Jurisprudence and Toxicology', '', '<p>Modi A Textbook of Medical Jurisprudence and Toxicology is the most authoritative and highly recommended book on the subject of Medical Jurisprudence and Toxicology. The book has reigned supreme in its field since its first edition in 1920</p>\n', '<p>&bull; Contains illustrations, quick reference tables and pictorial illustrations for ease of understanding of the topics<br />\n&bull; Captures most scientific advancement in the areas of crime detection like DNA profiling and DNA evidence<br />\n&bull; Important recommendations and guidelines on how DNA evidence are prepared and the extent of reliance that will be possible for a Court as an important tool of evidence for detection of crime is deeply analysed and reproduced in this edition<br />\n&bull; Various medico-legal topics are critically examined with the help of noteworthy case studies and case extracts by forensic experts and doctors published in reputed journals<br />\n&bull; Highlights the link and importance of sensitization of doctors towards respecting privacy of patients following the recognition of right to privacy by the Supreme Court<br />\n&bull; Updated with most recent and related judgments like Ravi v State of Maharashtra, Tomaso Bruno v State of Uttar Pradesh, Arjun Panditrao v Kailash Kushanrao Gorantyal, Anandhi Simon v State of Tamil Nadu, Dalip Kumar Jha v State of Punjab etc</p>\n', '27th', 0, '9789391211295', '212', '2021', '14', '2023-06-08_10_47_33.960326Modi_A_Textbook_of_Medical_Jurisprudence_and_Toxicology.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-08 05:17:51', '13', 0, 0, '', '', NULL, '2,1', '', 3995.00, 0, 3395.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-08 05:17:51'),
(711, 'Motor Vehicles Laws', 'A comprehensive coverage of Motor Vehicles Act, 1988 as amended by Motor Vehicles (Amendment) Act, 2019 with a detailed critique and focus on Insurance, Entitlement and Compensation', '<p>The book is the most comprehensive and authoritative work on the Motor Vehicle Laws that explains and illustrates the provisions of the Act in a lucid, comprehensive and systematic manner. It intends to capture all major landmark judgments of Supreme Court and various High Courts. All the legislative changes specially the Motor Vehicle Amendment, 2019 has been duly incorporated. It is a standard reference for Judges, lawyers, In house Counsels, Law firms, students, law<br />\nprofessors, researchers and scholars.</p>\n', '<p>&bull; A comprehensive study on the aspects relating to Motor Vehicle Laws.<br />\n&bull; Up to date with all the major judicial and legislative developments that has taken place in this field of law<br />\n&bull; All-important judicial pronouncements have been incorporated.<br />\n&bull; Adopts a lucid and analytical approach.<br />\n&bull; The present edition has been extensively revised to include the latest judicial as well as the legislative developments.<br />\n&bull; Latest case laws as well as the legislative amendments that have come about since the last publication has been incorporated.<br />\n&bull; Motor Vehicle Laws Amendment 2019 has been duly incorporated at relevant places<br />\n&bull; The Author has incorporated a critique on the Amendment 2019 to provide complete information about the changes that has been introduced in the field of Motor Vehicle Laws.</p>\n', '16th', 0, '9789388548670', '403', '2019', '14', '2023-06-08_10_51_09.558308Motor_Vehicle_Laws.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 4, '2023-06-08 05:21:24', '35', 0, 0, '', '', NULL, '1', '', 5995.00, 0, 4915.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 1080.00, '2023-06-08 05:21:24'),
(712, 'The Indian Partnership Act', '', '<p>The book is the most comprehensive and authoritative work on the Indian Partnership Act that explains and illustrates the provisions of the Act in a lucid, comprehensive and systematic manner. It intends to capture all major landmark judgments of Supreme Court and various High Courts. All the legislative changes since the last publication have been duly incorporated. It is a standard reference for Judges, lawyers, In house Counsels, Law firms, students, law professors and research scholars.</p>\n', '<p>&bull; The book offers a systematic explanation of the provisions of the Act and is arranged under logical chapters and headings.<br />\n&bull; All the major legislative changes and the amendments have been incorporated.<br />\n&bull; It intends to incorporate landmark judgements of various High Courts and Supreme Court.<br />\n&bull; Devised as per the needs and requirements of law practitioners, judges and a valuable resource for academicians, research scholars, law students and institutional libraries.</p>\n', '8th', 0, '9789388548212', '391', '2019', '14', '2023-06-08_11_06_54.838693Pollock_&_Mulla_The_Indian_Partnership_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-06-08 05:37:10', '62', 0, 0, '', '', NULL, '1', '', 1450.00, 0, 1232.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-08 05:37:10'),
(713, 'Commentaries on the Transfer of Property Act', '', '<p>This reputed treatise on the Transfer of Property Act has resolutely served the legal profession since its first publication in 1938. A comprehensive section-wise commentary on the subject, it explains complex legal concepts with clarity and coherence, whilst covering all dimensions of the law relating to property.<br />\nEnriched with relevant legislative and judicial developments, this new edition has been meticulously revised, whilst retaining the intrinsic characteristics of the original work.</p>\n', '<p>&bull; Explains complex legal concepts with clarity and coherence along with the help of exhaustive notes, comments and case law reference<br />\n&bull; Captures a detailed discussion on legislative background of RERA including the commencement and its constitutional validity; operation of the RERA vis-&agrave;-vis IBC; alternative remedies available to homebuyers under the Consumer Protection Act, 2019, IBC and RERA; repeal of State Real Estate enactments, etc.<br />\n&bull; Thoroughly revised to capture all legislative and judicial developments<br />\n&bull; Includes relevant and latest judgments delivered by the various high courts and Supreme Court, like Vijay Drolia v Durga Trading Corporation, Himangni Enterprises v Kamaljeet Singh Ahluwalia and Supertech Ltd. v Emerald Court Owner Resident Welfare Association</p>\n', '6th', 0, '9789391211684', '404', '2021', '14', '2023-06-08_11_09_27.157299Commentaries_on_the_Transfer_of_Property_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-08 05:39:41', '132', 0, 0, '', '', NULL, '1', '', 4295.00, 0, 3650.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-08 05:39:41'),
(714, 'Comprehensive Guide on Benami Law', '', '<p>The publication is a comprehensive guide on complexities surrounding benami law and its jurisprudence in India, providing in-depth analytical and critical analysis of each and every aspect related to Benami Transactions. The book traces the origin, history and evolution of the benami law and paints an impartial picture by including both side&rsquo;s views carved out of the decisions of the Privy Council and various other Courts. It also covers the problems caused by benami transactions, the judicial recognition given to such transactions, the influence of English Law, both supporting and invalidating statutory provisions relevant to benami transactions. In addition, the book meticulously and methodically includes the observations, opinions and issues deliberated by the Law Commission of India in its related reports, the deficiencies in the 1988 Ordinance &amp; Act, the considered view and recommendations of the Standing Committees to which the Bills of 2011 and 2015 were referred, the objects and reasons for the amendments that were made in the Act as well as the relevant points discussed during the respective parliamentary debates. Further, an in-depth analysis of the provisions of the Act, the Rules, Orders and Notifications issued thereunder alongwith the relevant extracts of the provisions of the Taxation and other allied laws and notifications issued thereunder, is included in a thorough and exhaustive manner with examples and easy to understand charts. The publication shall be tremendously beneficial to all the stakeholders involved in the legal practice as well as administration or adjudication in the arena of Benami Law in India. The book will be further helpful to all the students of law in better understanding the concepts of Benami Transactions.</p>\n', '<p>&bull; The book is a comprehensive guide along with the entire reference material including Acts, Rules, Bills, Notification, Orders, Reports and Parliamentary debates<br />\n&bull; The book is updated with the latest amendments<br />\n&bull; The book includes an in-depth analysis of the recent Supreme Court&rsquo;s Judgement in Ganpati Dealcom Pvt. Ltd. Versus Union of India &amp; Anr. [ Special leave petition (Civil) No. 2784/2020] at appropriate places and its impact on the implication of relevant provisions of the law.<br />\n&bull; The book includes the interplay of Benami law with other Acts like Income Tax, Black Money, Prevention of Money laundering etc..<br />\n&bull; The book systematically collates the recent rulings of the Appellate Tribunal, various High Courts Hon&rsquo;ble Supreme Court and the ratios laid down on benami law, which will be of immense use to the readers.<br />\n&bull; The book has been concluded with the issues that still remain unanswered and certain recommendations on the benami law in India.</p>\n', '1st', 0, '9789395116305', '405', '2022', '14', '2023-06-08_11_12_44.165479Nahataa_Comprehensive_Guide_on_Benami_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-08 05:42:58', '132', 0, 0, '', '', NULL, '1', '', 1695.00, 0, 1440.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-08 05:42:58'),
(715, 'The Law Lexicon– The Encyclopaedic Law Dictionary with Legal Maxims, Latin Terms, Words & Phrases', '', '<p>The book is legal classic has withstood the test of time, since its first publication in 1940, and continues to ably serve the legal profession and everyone associated with it. It contains alphabetical arrangement of terms along with their definitions. A handy, and of course, reliable law lexicon is the requirement of academicians, students as well as legal professionals.<br />\nThis new edition is up to date and exhaustive in its coverage and scope; comprising Supreme Court judgments, so far as words and phrases defined by the Apex Court, the Latin Maxims occurring its judgments, the words defined by the legal authorities along with the Regional Legal Terms cited in its judgments, are concerned. In addition, statutory definitions from Central Acts, Ordinances and Codes and all the words defined in Rules and Regulations have been appropriately incorporated. As hard as it is, a sincere effort has been made to ensure that this work continues to be dependable and all-encompassing, upholding its glory of being one of the oldest and most trusted law lexicons in India.</p>\n', '', '5th', 0, '9789388548878', '215', '2020', '14', '2023-06-08_11_15_38.613560Mulla_The_Transfer_of_Property_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-08 05:45:54', '135', 1, 0, '', '', NULL, '3', '', 3995.00, 0, 3995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-08 05:45:54'),
(716, 'Law of Torts', '', '<p>Ratanlal &amp; Dhirajlal - The Law of Torts is one of the most reputed and authoritative commentaries on the subject. This book has been relied on and referenced repeatedly since its inception and has also been cited by the Supreme Court in the landmark Jacob Mathew case and by other High Courts across India. The commentary captures, discusses and analyses the evolution of fundamental principles of occupier&rsquo;s liability, polluter&rsquo;s strict liability, duty of care in landmark Supreme Court decisions including limestone quarrying in Doon valley, Oleum Gas Leak, Bhopal Gas Leak, Uphaar Cinema and Jacob Mathew.</p>\n', '<p>&bull; A short section on the &ldquo;Forums for tortious claims&rdquo; has been added to the commentary to identify the forum for tortious claims<br />\n&bull; The Consumer Protection Act, 1986 has been repealed by the Consumer Protection Act, 2019. While the commentary on the old Act has been retained for historical significance, a brief outline of the new legislation has been incorporated in this edition<br />\n&bull; The relief by granting compensation in exercise of writ jurisdiction as discussed by Supreme Court in Nilabati Behera Case has been appropriately mentioned<br />\n&bull; The law on apprehended or future nuisance has been examined along with the concept of Quia Timet injunction<br />\n&bull; An additional value add to this work is a concise yet comprehensive summary, at the end of the commentary, consisting important case law references</p>\n', '29th', 0, '9789391211097', '393', '2022', '14', '2023-06-08_11_19_42.965471Ratanlal_&_Dhirajlal_Law_of_Torts.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-08 05:49:57', '54', 1, 0, '', '', NULL, '2,1', '', 2995.00, 0, 2995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-08 05:49:57'),
(717, 'Law of Notices (With Electronic Notices)', '', '<p>This treatise ipso-facto is a pointer to the factum of the complexities involved in the subject of &lsquo;Law of Notices&rsquo;. By what mode and means the notice is to be served; to whom the notice is to be addressed and where it is required to be served; what should be the title of the notice and so also what should be its contents; when shall we deem the notice to have been &lsquo;sent&rsquo; and when do we say the same to have been &lsquo;served&rsquo; are some of the questions which have been sought to be answered in the present work, for the reason that on such issues, more often than not, the legal proceedings are found to have failed.</p>\n', '<ul>\n	<li>Provides a detailed analysis of technical provisions related to the law of notices and their precedents.</li>\n	<li>Challenges traditional legal principles with a new perspective supported by landmark decisions from constitutional courts in India, including the Supreme Court.</li>\n	<li>Introduces a novel theory that views notices as a &#39;procedural requirement&#39; rather than a &#39;substantive requirement&#39; for achieving effective justice.</li>\n	<li>Includes dedicated chapters on &#39;electronic notices,&#39; covering practical aspects and relevant arguments.</li>\n	<li>Handles the subject with skill and references nearly all pertinent case law.</li>\n</ul>\n', '4th', 0, '9789391211554', '406', '2022', '14', '2023-06-08_11_22_08.467237Gupta_Law_of_Notices.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-08 05:52:20', '19', 0, 0, '', '', NULL, '1', '', 2295.00, 0, 1950.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-08 05:52:20'),
(718, 'Law of Wills', '', '<p>Gopalakrishnan Law of Wills, since its first publication in 1963, has established itself as an authoritative commentary on the subject. It deals with all the important aspects pertaining to the law of Wills, including relevant forms and precedents.</p>\n', '<p>&bull; Dealing with Wills of all communities, along with exhaustive case law<br />\n&bull; Contains model forms of wills as well as relevant statutes<br />\n&bull; The new edition has been thoroughly revamped and restructured to aid readability and understanding<br />\n&bull; New chapters on doctrine of waiver and suspicious circumstances surrounding the execution of Will have been added in order to make it an exhaustive work on the subject &bull; Includes relevant and latest judgments delivered by the various high courts and Supreme Court such as Lynette Fernandes v Gertie Mathias and Vinodchandra Sakarlal Kapadia v State of Gujarat</p>\n', '11th', 0, '9789391211677', '407', '2021', '14', '2023-06-08_11_24_08.529179Gopalakrishnan_Wills.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-08 05:54:21', '19', 1, 0, '', '', NULL, '1', '', 2695.00, 0, 2695.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-08 05:54:21'),
(730, 'B.M. Gandhi\'s Indian Penal Law', '', '<p>This new edition of&nbsp;<strong>B.M. Gandhi&#39;s Penal Law</strong>&nbsp;revised by Dr K.A. Pandey is an authoritative commentary on the subject. The author has thoroughly revised and updated this work incorporating the latest statutory and case law.</p>\n', '<p>1. The title has been changed to Penal Law to reflect the new way to study this subject. The Penal Code can no longer be studied in isolation. All supplementary criminal laws must be studied in conjunction.<br />\n2. Analyses the provisions of the Criminal Law (Amendment) Act, 2018, Air (Prevention and Control of Pollution) Act, 1981, Bonded Labour System (Abolition) Act, 1976, Child and Adolescent Labour (Prohibition and Regulation) Act, 1986, Coinage Act, 2011, Commission of Sati (Prevention) Act, 1987, Contempt of Courts Act, 1971, Dowry Prohibition Act, 1961, Drugs and Cosmetics Act, 1940, Environment (Protection) Act, 1986, Food Safety and Standards Act, 2006, Immoral Traffic (Prevention) Act, 1956, Information Technology Act, 2000, Juvenile Justice (Care and Protection of Children) Act, 2015, Legal Metrology Act, 2009, Maharashtra Control of Organised Crime Act, 1999, Medical Termination of Pregnancy Act, 1971, Motor Vehicles Act, 1988, Pre-Conception and Pre-Natal Diagnostic Techniques (Prohibition of Sex Selection) Act, 1994, Prevention of Corruption Act, 1988, Protection of Children from Sexual Offences Act, 2012, Protection of Women from Domestic Violence Act, 2005, Representation of the People Act, 1951, Sexual Harassment of Women at Workplace (Prevention, Prohibition and Redressal) Act, 2013, Water (Prevention and Control of Pollution) Act, 1974.<br />\n3. Aggravated forms of offences and their cognate offences have been grouped together for easy grasping.<br />\n4. Contains recommendations from the Law Commission of India and important committees.<br />\n5. Contains relevant provisions of connected legislation to impart complete knowledge. For example, the criminal liability of a child has been discussed vis-a-vis the Juvenile Justice (Care and Protection of Children) Act, of 2015.<br />\n6. Incorporates the latest thinking on the various aspects of criminal law.<br />\n7. Overview at the start of each chapter prepares the reader to easily learn and conceptualise things discussed in the chapter.<br />\n8. Three appendices are devoted to the rights of the undertrial and convicts, penology, and victimology.<br />\nThe book will be immensely useful for students of LL.B., LL.M. and for candidates preparing for Judicial and Civil Service Exams. The book is a must for law enforcement agencies, police officers, law teachers, researchers, scholars and practicing lawyers.</p>\n', '5', 0, '9788194284888', '414,414', '2023', '9', '2023-06-13_17_13_40.369432penal_laws.JPG', 0, '1152', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-13 11:44:21', '12,12', 1, 0, '<p><strong>Table of Cases</strong><br />\nGeneral Introduction<br />\nMaharashtra Control of Organised Crime Act, 1999<br />\nInformation Technology Act, 2000</p>\n\n<p>1. Operation and Extent of the Code<br />\n2. General Explanations<br />\n3. Punishments<br />\n4. General Exceptions<br />\n&nbsp; &nbsp; Juvenile Justice (Care and Protection of Children) Act, 2015<br />\n5. Abetment<br />\n5-A. Criminal Conspiracy<br />\n6. Offences Against the State<br />\n7. Offences Relating to the Army, Navy and Air Force<br />\n8. Offences Against Public Tranquillity<br />\n9. Offences By or Relating to Public Servants<br />\n&nbsp; &nbsp; Prevention of Corruption Act, 1988<br />\n9-A. Offences Relating to Elections<br />\n&nbsp; &nbsp; Representation of the People Act, 1951<br />\n10. Contempts of the Lawful Authority of Public Servants<br />\n11. False Evidence and Offences Against Public Justice<br />\n12. Offences Relating to Coin and Government Stamps<br />\n13. Offences Relating to Weights and Measures<br />\n14. Offences Affecting Public Health, Safety, Convenience,<br />\n15. Offences Relating to Religion&nbsp;<br />\n16. Offences Affecting the Human Body<br />\n17. Offences Against Property<br />\n18. Offences Relating to Documents and Property Marks<br />\n19. Criminal Breach of Contracts of Services<br />\n20. Offences Relating to Marriage<br />\n20-A. Cruelty by Husband or Relatives of Husband<br />\n21. Defamation<br />\n22. Criminal Intimidation, Insult and Annoyance<br />\n23. Attempts to Commit Offences</p>\n\n<p><strong>APPENDICES</strong><br />\nI. Rights of the Accused and the Prisoner<br />\nII. Penology: A Brief Outline<br />\nIII. Victimology: An Overview<br />\n<strong><em>Subject Index</em></strong></p>\n', '', NULL, '2,2', '', 931.00, 0, 931.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-13 11:44:21'),
(731, 'V N Shukla\'s Constitution of India', '', '<p>VN Shukla&#39;s Constitution of India has proven itself, over thirteen editions, to be the most authoritative and respected academic book on the Constitution of India. Its authoritative exposition of the law has established it at the foremost rank of classical legal textbooks.</p>\n\n<p>This new edition has been thoroughly revised and updated by Prof. (Dr) Mahendra Pal Singh taking into account the developments since the publication of the previous edition. The current edition includes a detailed analysis of the latest Constitutional Amendments [Constitution (102nd Amendment) Act, 2018; Constitution (103rd Amendment) Act, 2019; Constitution (104th Amendment) Act, 2019; Constitution (105th Amendment) Act, 2021] and landmark Supreme Court decisions such as Common Cause v. Union of India (right of passive euthanasia) [(2018) 5 SCC 1]; Navtej Singh Johar v. Union of India (LGBTQI+ rights) [(2018) 10 SCC 1]; Jaishri Laxmanrao Patil v. State of Maharashtra (Maratha Reservation case) [(2021) 8 SCC 1]; Rojer Mathew v. South Indian Bank Ltd., [(2020) 6 SCC 1], etc.</p>\n\n<p>This book has been an ideal study and reference companion for students and practitioners alike and is frequently cited by courts. The Supreme Court of India cited the 11th Edition in Indian Medical Association v. Union of India, [(2011) 7 SCC 179]; the 10th Edition in Rameshwar Prasad (VI) v. Union of India, [(2006) 2 SCC 1] and the 7th Edition in Umaji Keshao Meshram v. Radhikabai, [1986 Supp SCC 401] while the Constitutional Court of South Africa cited the 9th Edition in Ntandazeli Fose v. Minister of Safety and Security, [1997 SCC OnLine ZACC 6].</p>\n\n<p>This book will be immensely valuable for law students, professors, judges, practitioners, government officials, NGOs, and anyone interested in learning about Indian Constitutional law.</p>\n', '', '14th', 0, '9789351453512', '415', '2022', '9', '2023-06-13_17_40_30.852470V_N_sukla_Constitution_of_India.jpg', 0, '1248', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-13 12:10:58', '9', 1, 0, '<p><strong>Introduction</strong><br />\n<strong>Preamble</strong></p>\n\n<p>Part I - The Union and Its Territory<br />\nPart II - Citizenship<br />\nPart III - Fundamental Rights<br />\nPart IV - Directive Principles of State Policy<br />\nPart V - The Union<br />\nPart VI - The States<br />\nPart VII - The States in Part B of the First Schedule<br />\nPart VIII - The Union Territories<br />\nPart IX - The Panchayats<br />\nPart X - The Scheduled and Tribal Areas<br />\nPart XI - Relations between the Union and the States<br />\nPart XII - Finance, Property, Contracts and Suits<br />\nPart XIII - Trade, Commerce and Intercourse within the Territory Of India<br />\nPart XIV - Services under the Union and the States<br />\nPart XIV-A - Tribunals<br />\nPart XV - Elections<br />\nPart XVI - Special Provisions Relating To Certain Classes<br />\nPart XVII - Official Language<br />\nPart XVIII - Emergency Provisions<br />\nPart XIX - Miscellaneous<br />\nPart XX - Amendment of the Constitution<br />\nPart XX I - Temporary, Transitional and Special Provisions<br />\nPart XX II - Short Title, Commencement, Authoritative Text in Hindi and Repeals</p>\n\n<p><strong>Schedules</strong><br />\n<strong>Appendix</strong><br />\n<strong>Subject Index</strong></p>\n', '', NULL, '2', '', 1345.00, 0, 1345.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-13 12:10:58'),
(732, 'Environmental Law', '', '<p>The present seventh edition of this greatly admired publication on&nbsp;<strong><em>Environmental Law</em></strong>&nbsp;<strong>by Prof. S.C. Shastri</strong>&nbsp;has been thoroughly revised and updated with all statutory and case law developments since the last edition.</p>\n\n<p>The following are some of the highlights of this new edition:</p>\n\n<p>A new write-up on &quot;Environmental Rule of Law&quot; (Chapter 4) and a new chapter titled &quot;A Ray of Hope&quot; (Chapter 16) for sustainable development.</p>\n\n<p>Updated Act, Rules and Notifications, viz. Forest (Amendment) Act, 2017; Plastic Waste Management (Amendment) Rules, 2018; Prevention of Cruelty to Animals (Pet Shop) Rules, 2018; Coastal Regulation Zone Notification, 2019.</p>\n\n<p>International environmental law covers the Paris Agreement, 2015 and the Glasgow Climate Change Conference, 2021 (COP 26).</p>\n\n<p>The author has discussed the distinctive shift in the approach of the courts to achieve the goal of environmental justice&nbsp;<em>i.e.</em>&nbsp;from anthropocentric approach to ecocentric approach. The focus of the courts has shifted from humans to the protection and preservation of ecology or the present species of flora and fauna. The evolving concept of &#39;corporate social responsibility&#39; in relation to environmental justice has also been provided due place in this work.</p>\n\n<p>The book will prove to be immensely useful to students of LL.B. and LL.M., researchers, administrators, academicians, judges, advocates and NGOs. The book will definitely be a prized collection for any library.</p>\n', '', '1st', 0, '9789387487499', '416', '2019', '9', '2023-06-13_17_44_13.204831Environment_law.JPG', 0, '712', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-13 12:14:45', '54', 1, 0, '<p><strong>Table of Cases</strong></p>\n\n<p>Introduction<br />\n1. Ancient Indian Environmental Ethics&nbsp;<br />\n2. Pollution: Causes and Kinds<br />\n3. Need for Environmental Law: An Indian Perspective<br />\n4. The Indian Constitution and Environment Protection<br />\n5. Environmental Pollution and Control Under Other Laws<br />\n6. The Environment (Protection) Act, 1986<br />\n7. Law Relating to Hazardous Wastes Management: An Indian Profile<br />\n8. Noise Pollution, Public Health, and Protection<br />\n9. Water Pollution and the Law<br />\n10. Air (Prevention and Control of Pollution) Act, 1981<br />\n11. Forest and Conservation Laws<br />\n12. Wildlife Protection and the Law&nbsp;<br />\n13. Coastal Zone Management in India&nbsp;<br />\n14. International Environmental Law<br />\n15. Nuclear Power Plants and the Environment&nbsp;<br />\n16. A Ray of Hope</p>\n\n<p><strong>Appendices</strong><br />\n1. Some Important Pronouncements<br />\n2. National Environment Policy, 2006</p>\n\n<p><strong>Subject Index</strong></p>\n', '', NULL, '2', '', 845.00, 0, 845.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-13 12:14:45');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(733, 'Thus Spake Their Lordships! Quotable Quotes from Supreme Court Cases (SCC) (1969 - 2018) ', '', '<p>The second edition of this monumental work has been revised and updated with many new headings like Extra-Judicial Killings, Foeticide, Hindsight, Honour Crime, Independence of Judiciary, Information Blackout, Normative Jurisprudence, Partner Right to choose, Patient-Doctor Relationship, Personal Choices, Privacy, Right to Single Mothers and Women&#39;s Empowerment, etc.<br />\nA legal quotation may be the core of the decision or seed sown for the future development of law. These quotations relate to many aspects of law and life. Some speak of the role of the State and the Judiciary, some comment on individual rights and freedoms, and others remark on nation-building. Some are idealists, some downright practical. Quotations from judgments of newly appointed judges to the Supreme Court have also been incorporated and the Judge Index updated, by which readers can refer to the quotes of their idol judges.<br />\nNotable Quotes from those landmark judgments of the Supreme Court which dominated the landscape since the publication of the 1st edition, K.S. Puttaswamy, where 9 Judges unequivocally declared the right to privacy as a fundamental right and Supreme Court Advocates-on-Record Assn., where, 4-1, the Judges decided that Judges must have the final say in the appointment of Judges and many other judgments addressing other some very important issues: like protecting women&#39;s rights, the admonition of eve-teasing, etc. has been included in this edition.<br />\nLawyers while researching cases, and judges while writing judgments, constantly recollect having read a relevant principle or quotation somewhere, but are not readily able to lay their hands on the decision. This compilation will enable the lawyers and judges and others interested in law, to access the appropriate quotation or principle with ease; refer to the decision, and understand the context in which the quoted statement has been made.</p>\n', '<p>1. Classified by broad topics with a cross-referencing system for easy research.<br />\n2. The broad topics are further divided into sub-topics for finding quotations conveniently.<br />\n3. An extensive word index helps in finding the quotes which contain a particular word.<br />\n4. The Word Index includes Articles of the Constitution and Sections of Acts which helps to locate even an excerpt with respect to a particular provision.<br />\n5. A Judge Index helps in finding quotes of their idol Judges.</p>\n', '2nd', 2, '9789388206082', '350', '2018', '9', '2023-06-14_15_38_35.610602Their_Loarship.jpg', 0, '1632', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 4, '2023-06-14 10:09:12', '135', 0, 0, '<p>Topic Index<br />\nName Index<br />\nTable of Cases<br />\nQuotable Quotes<br />\nWord Index</p>\n', '', NULL, '1', '', 3495.00, 0, 2970.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-10-30 03:02:16'),
(734, 'Neither Roses nor Thorns', '', '<p>When Justice Khanna delivered his dissenting judgement in the famous Habeas Corpus case, the New York Times in an editorial wrote about him : &quot;<em>If India ever finds its way back to freedom and democracy that proud hallmark of its first 18 years, someone will surely erect a monument to justice H.R. Khanna of the Supreme Court.</em>&quot;<br />\nIn this forthright autobiography of his life, Justice Khanna lays bare the influences that shaped his life and made him the great man that he is. An outstanding judge and jurist, an undaunted man of conviction and independent views, Justice Khanna&#39;s life is one for every Indian to emulate today, and his autobiography for every Indian to read.</p>\n', '', '1st', 0, '9789387487451', '417', '1987', '9', '2023-06-14_15_44_47.424227Neither_Roses_nor_Thorns.JPG', 0, '240', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-14 10:15:32', '30', 1, 0, '<ul>\n	<li>My Father</li>\n	<li>Grandmother<br />\n	Days in the Profession<br />\n	Glamour in Court - Some Unusual Clients<br />\n	Notable Figures of Amritsar Bar<br />\n	Some Prominent Muslims of Amritsar<br />\n	Communal Riots of 1947<br />\n	From Bar to Bench<br />\n	Kalka Firing Enquiry<br />\n	Dalmia Case&nbsp;<br />\n	District and Sessions Judge, Delhi&nbsp;</li>\n	<li>Punjab High Court&nbsp;</li>\n	<li>Partap Singh Kairon&nbsp;</li>\n	<li>Orissa Enquiry&nbsp;</li>\n	<li>Chief Justice of High Court&nbsp;<br />\n	Supreme Court&nbsp;<br />\n	Visit to Australia&nbsp;<br />\n	Mrs. Gandhi&#39;s Election Appeal&nbsp;<br />\n	Attempt to Reconsider Kesavananda Bharati&#39;s case&nbsp;</li>\n	<li>Minority Rights&nbsp;<br />\n	Habeas Corpus Case&nbsp;</li>\n	<li>Resignation from the Court&nbsp;<br />\n	March 1977&nbsp;<br />\n	Chairmanship of Law Commission&nbsp;</li>\n	<li>Visit to Europe&nbsp;<br />\n	Centre-State Relations&nbsp;<br />\n	UGC Membership&nbsp;<br />\n	A Meeting to Remember&nbsp;<br />\n	Minister for Three Days&nbsp;<br />\n	Sanjay Gandhi&nbsp;<br />\n	Candidate in Presidential - Election&nbsp;<br />\n	Looking Back at Three Score and Ten&nbsp;<br />\n	1984 - Postscript&nbsp;<br />\n	RECOLLECTIONS AND REFLECTIONS<br />\n	Mahja and His Son&nbsp;<br />\n	Bhagat Ji&nbsp;<br />\n	Bharpur Singh&nbsp;<br />\n	Vidya Ram&nbsp;<br />\n	A Minister Falters&nbsp;<br />\n	A Date with the Tiger&nbsp;<br />\n	A Trip to Kalpa Valley&nbsp;<br />\n	Leading a Dancing Troupe&nbsp;<br />\n	Trespassers Will be Eaten&nbsp;<br />\n	Co existence in Kaziranga&nbsp;</li>\n	<li>The Capital of Nagaland&nbsp;<br />\n	A Pleasant Encounter&nbsp;<br />\n	Made for Each Other&nbsp;<br />\n	Execution of Bhutto&nbsp;<br />\n	Tragedy of Assam&nbsp;<br />\n	C.K. Dapthary&nbsp;<br />\n	Israel Investigating Commission&nbsp;<br />\n	Salute to Yasuo Kato</li>\n</ul>\n', '', NULL, '2', '', 795.00, 0, 795.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-14 10:15:32'),
(735, 'R V Kelkar\'s Criminal Procedure', '', '<p>This classic work provides an interesting study of the fundamental principles of criminal procedure in a logical sequence. The topic-wise treatment of the subject along with references to academic writings and judicial decisions makes the study of criminal procedure meaningful and comprehensible.<br />\nThe author has incorporated all recent developments in the field of criminal procedure since the publication of the last edition in 2014.</p>\n', '<p>An illuminating overview by distinguished Prof. BB Pande.<br />\nThe latest case laws including the cases of Sriharan (2016) and Sushila Aggarwal (2020) have been incorporated at appropriate places in the book.<br />\nAmendments made by Criminal Law (Amendment) Act, 2018 are included.<br />\nProbing the Problems has been included at the end of the book; it contains points for classroom discussion.<br />\nA new feature: Suggested Readings, has been added. This is a compilation of selected articles indexed on SCC OnlineTM&nbsp;from the various Law Review Journals.</p>\n', '7th', 0, '9789388206013', '185', '2021', '9', '2023-06-14_15_56_29.547718Criminal_Procedure.JPG', 0, '1064', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-14 10:26:33', '12', 1, 0, '<p>Table of Cases<br />\nTable of Statutes<br />\nPrologue<br />\nOverview by Prof. B.B. Pande<br />\nObject, Extent and Scope<br />\nConstitution of Criminal Courts<br />\nPolice, Prosecutors, Defence Counsels, Prison Authorities<br />\nPre-trial Proceedings&mdash;General Observations<br />\nPre-trial Procedure: Steps to Ensure Accused&rsquo;s Presence at the Trial<br />\nPre-trial Procedure: Arrest, and the Rights of the Arrested Person<br />\nPre-trial Procedure: Search, Seizure and Production of Materials<br />\nPre-trial Procedure: Investigation by Police<br />\nLocal Jurisdiction of the Courts and the Police<br />\nCognizance of Offences<br />\nCommencement of Proceedings Before Magistrates<br />\nBail<br />\nTrial Procedures: Principal Features of Fair Trial<br />\nTrial Procedures: Courts and Parties<br />\nTrial Procedures: Charge<br />\nTrial Procedures: Some Common Features<br />\nTrial Procedures: Disposal of Criminal Cases without Full Trial<br />\nTrial Procedures: Preliminary Pleas to Bar Trial<br />\nTrial Procedures: Trial Before a Court of Session<br />\nTrial Procedures: Trial of Warrant Cases by Magistrates<br />\nTrial Procedures: Trial of Summons Cases and Summary Trial<br />\nTrial Procedures: Special Rules of Evidence<br />\nJudgment<br />\nReview Procedures: Appeals<br />\nReview Procedures: Revision<br />\nTransfer of Cases<br />\nExecution, Suspension, Remission and Commutation of Sentences<br />\nPreventive and Precautionary Measures<br />\nProceedings for Maintenance of Wives, Children and Parents<br />\nMiscellaneous Provisions<br />\nProbing the Problems<br />\nSuggested Readings<br />\nSubject Index</p>\n', '', NULL, '2,1', '', 1045.00, 0, 1045.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-14 10:26:33'),
(738, 'A Commentary on the Prevention of Money Laundering Act, 2002', '', '<p>The Prevention of Money Laundering Act, 2002, (PMLA, 2002), was conceived as a pathbreaking legislation, the objective of which was to curb the free movement of money not earned legally across the world. The legislation has undergone frequent and substantial amendments ever since its enactment like no other special criminal law in India. In A Commentary on the Prevention of Money Laundering Act, 2002 Anuuj Taandon and Sachin Upadhyay delve into different provisions of PMLA, 2002, to bring before their readers the present position of this substantial law as well as the procedures it involves. Certain subjects of general importance like criminal jurisprudence in India, interpretation of statutes and scope of amendments have also been included in the book to familiarize the readers with the related laws. Readers are, however, advised to apply the law and rulings cited in the book by keeping in mind the facts of their individual cases, rules applicable to them and Government Orders, and amendments which might have come into force from time to time. The book is intended to help students of law, lawyers, officers from the Enforcement Directorate, academicians and people interested in the subject to gather an informed insight into PMLA, 2002.</p>\n', '', '1st', 0, '9789392630767', '419', '2023', '11', '2023-06-19_12_24_58.34983801_A_commentary_on_the_prevention_of_money_laundering_act,_2002.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-19 06:55:23', '12', 1, 0, '', '', NULL, '1', '', 1875.00, 0, 1593.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 06:55:23'),
(736, 'R.V. Kelkar\'s Lectures on Criminal Procedure', '', '<p><strong>Pillai&#39;s R.V. Kelkar&#39;s Lectures on Criminal Procedure</strong>&nbsp;is an authoritative commentary on the subject. The latest edition of this book has been updated with the latest statutory amendments and case laws.</p>\n', '<p>This book has been written in a unique format of lectures instead of chapters.<br />\nAll lectures have been arranged topic-wise in a logical order, a feature that is rarely found in commentaries on CrPC.<br />\nEach topic includes all connected provisions which are explained in a lucid and easy-to-understand way.<br />\nExercises and questions have been added at the end of each lecture to encourage students to analyze the provisions of the law and make a deeper study of the subject.<br />\nThis edition includes the changes made in the Code by the Criminal Law (Amendment) Act, 2013.</p>\n', '6th', 0, '9789388206051', '185', '2017', '9', '2023-06-14_15_59_43.324962R.V._Kelkar\'s_Lectures_on_Criminal_Procedure.jpg', 0, '544', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-14 10:30:23', '12', 0, 0, '<p>Lecture 1 - Some Preliminary Considerations<br />\nLecture 2 - Functionaries Under the Code<br />\nLecture 3 - Arrest<br />\nLecture 4 - Search and Seizure<br />\nLecture 5 - Investigation<br />\nLecture 6 - Local Jurisdiction of the Courts and the Police<br />\nLecture 7- Cognizance of Offence and Commencement of Judicial Proceedings<br />\nLecture 8 - Bail<br />\nLecture 9 - Principal Features of Fair Trial<br />\nLecture 10 - Types of Trials: Some Common Features<br />\nLecture 11 - Charge<br />\nLecture 12 - Trial of Warrant Cases<br />\nLecture 13 - Procedure for Trial of Summons Cases and Summary Trial<br />\nLecture 14 - Disposal of Criminal Cases Without Full Trial<br />\nLecture 15 - Judgment<br />\nLecture 16 - Appeals<br />\nLecture 17 - Reference, Revision and Transfer<br />\nLecture 18 - Execution of Sentence and Other Connected Matters<br />\nLecture 19 - Preventive Measures and Security Proceedings<br />\nLecture 20 - Maintenance of Wives, Children and Parents<br />\nLecture 21 - Juvenile Justice<br />\nLecture 22 - Probation</p>\n', '', NULL, '2', '', 545.00, 0, 463.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-14 10:30:23'),
(737, 'Supreme Court on Criminal Procedure Code and Criminal Trial (1950 to 2021) (in 8 Volumes)', '', '<p>This&nbsp;<strong>eight-volume</strong>&nbsp;exhaustive Digest on the subject of&nbsp;<strong><em>Criminal Procedure Code and Criminal Trial</em></strong>&nbsp;is a complete source for the entire case law on the subject, from 1950 till date as laid down by the Supreme Court.<br />\nThe Digest has been conceived and planned on the time-tested SCC index system to enable the discovery of all the rulings, easily and quickly.<br />\nUnder the Criminal Procedure Code, of 1973, case law has been digested section-wise. A few sections have been clubbed together with a common synopsis, to enable systematic and convenient research on the closely related provisions of law. Sections which have been clubbed in this manner are: Sections 125 to 128 dealing with a Magistrate?s power to award maintenance; Sections 155 to 159 dealing with the power and conduct of the investigation by the police; and Sections 161 and 162 dealing with the examination of witnesses by police. Furthermore, a synopsis of the case law has been given under Sections 154, 164, 167, 197, 378, 386, 406, 437, 438, 439, and 482, due to a large number of rulings thereunder.<br />\nFurther, case law has also been digested under: Criminal Procedure Code, 1861; Criminal Procedure Code,1872; Criminal Procedure Code, 1882; Criminal Procedure Code, 1898; and the Criminal Procedure Code (Amendment Bill), 1994.<br />\nVery often there are rulings of the Supreme Court that do not fit simply under sections of CrPC, and a more intuitive approach is required for those who are yet to master the complexities of CrPC. Hence, an intuitive topic-wise synopsis has been created under ?Criminal Trial? to make the case law accessible in a simpler and intuitive way.</p>\n', '<p>1. Accused/Summoning of Additional Accused /Rights of Accused;<br />\n2. Appeal;<br />\n3. Appreciation of Evidence;<br />\n4. Attachment/Seizure/Forfeiture/Confiscation of Property;<br />\n5. Bail;<br />\n6. Charge/Charge-sheet/Framing of Charge/ Discharge;<br />\n7. Circumstantial Evidence;<br />\n8. Clues and Tell-Tale Signs/Forensics;<br />\n9. Defence;<br />\n10. Dying Declaration;<br />\n11. Examination;<br />\n12. Expert Evidence;<br />\n13. Fair and Speedy Trial;<br />\n14. FIR/Delay/Infirmities/Errors in lodging/ filing FIR;<br />\n15. Investigation; Medical Jurisprudence/ Evidence;<br />\n16. Practice and Procedure;<br />\n17. Proof;<br />\n18. Quashment; Remand to custody/Detention; Retrial/De novo trial;<br />\n19. Review/Recall;<br />\n20. Revision;<br />\n21. Sanction for Investigation, Prosecution or Trial; Search and Seizure;<br />\n22. Sentence; Summons/Issuance of Process;<br />\n23. Victim/Victimology/Witnesses.</p>\n', '3rd', 0, '9789351452232', '418', '2023', '9', '2023-06-15_10_26_19.490565Supreme_Court_on_Criminal_Procedure_Code_and_Criminal_Trial_(1950_to_2021)_(in_8_Volumes).jpg', 0, '10816', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-14 10:38:14', '5', 1, 0, '', '', NULL, '1', '', 23950.00, 0, 23950.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-14 10:38:14'),
(739, 'Legal Regulation of Medical Practice in India ', '', '<p>Legal Regulation of Medical Practice in India is an endeavour to bring together the laws governing medical practice in India. It extensively covers the laws that govern medical education, registration of medical practitioners and their medical practice, establishment and management of hospitals, manufacture and sale of pharmaceutical drugs, and legal framework in relation to medical negligence and medical errors. As an exhaustive work dealing with the legal regulation of medical practice in India, the book would be helpful for readers who are engaged in the fields of healthcare, medical education, law and policymaking, and in judiciary and legal academia. The book aims to present the laws in relation to medical practice in a comprehensive way. It also provides answers to practical questions faced by the stakeholders involved in the practice of healthcare and health laws.</p>\n', '', '1st', 1, '9789395696012', '420', '2023', '11', '2023-06-19_12_30_28.63279602_Legal_Regulation_of_Medical_Practice_in_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-06-19 07:00:49', '13', 0, 0, '', '', NULL, '2,1', '', 1550.00, 0, 1270.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 280.00, '2023-06-19 07:00:49'),
(740, 'Public Health: Innovations through a Maze of International Instruments', '', '<p>While altruism may generally be a stated purpose for many approaches and interventions in human health, it is widely acknowledged that trade and economic interest are the stronger driving forces shaping public health policy and innovation. What is less known is how this inseparable relationship between trade, intellectual property and public health evolved through history, and how one continues to shape the other. In fact, global legal instruments, regulations and treaties governing trade have emerged as the strongest influences on public health policy and governance. The international patent regime, supported by the national legislations on patent protection, determine access to medicines and health services. Innovation is of critical importance in public health, especially against the background of unknown emerging pathogens. Therefore, the importance of intellectual property could hardly be overstated. Preservation, documentation and application of public health knowledge would not be complete without a corresponding appreciation of international trade treaties. Public Health is, perhaps, the only book that provides rich information and answers to each and every aspect of this vast and complex field: an A to Z of public health through the labyrinth of international trade and innovation regimes.</p>\n', '', '1st', 0, '9789393702661', '421', '2023', '11', '2023-06-19_12_33_57.74669303_Public_Health_Innovations_through_a_Maze_of_International_Instruments.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-06-19 07:04:21', '13', 0, 0, '', '', NULL, '2,1', '', 2900.00, 0, 2320.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 580.00, '2023-06-19 07:04:21'),
(741, 'Handbook on the Law for Protection of Rights of Transgender Persons', '', '<p>Thomson&rsquo;s Handbook on the Law for Protection of Rights of Transgender by Shivangi Prasad &ndash; Edition 2023. The Transgender Persons (Protection of Rights) Act, 2019, came into effect on 5 December 2019 and the Rules on 25 September 2020. The Law provides for the obligations of government, family, educational institutions and employers. Through various Indian as well as global case laws and other literature, the Handbook on the Law for Protection of Rights of Transgender Persons discusses the rights of transgender children and adults, and duties to provide inclusive education and equal opportunities in employment without discrimination, bias, harassment and bullying. It also covers aspects on creation of awareness and redressal of grievances. This handbook is not only a legal commentary analysing sections but also a practical guide for all stakeholders. Accordingly, it has a sample each of Equal Opportunity Policy, Employment Equity Policy, Transition Policy and Plan, and Grievance Redressal Policy, and dos and don&rsquo;ts and tips for Complaint Officers.</p>\n', '', '1st', 0, '9789393702531', '422', '2023', '11', '20250724_091934_Handbook_on_the_law_for_protection.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-06-19 07:06:13', '25', 0, 0, '', '', NULL, '2,1', '', 1905.00, 0, 1535.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 370.00, '2023-06-19 07:06:13'),
(742, 'Mediation: Theory to Practice', 'Meditation Theory to Practice', '<p>Iram Majid lives and breathes mediation. It is, therefore, no surprise that she has contributed so much and so effectively to mediation in several countries. Her book Mediation: Theory to Practice is yet another remarkable contribution.<br />\nIram has considerable experience as a mediator and a trainer. Her professionalism and knowledge cut across all disciplines and all borders. As a mediator she has facilitated settlement of cross-border disputes and has trained several professionals, young and old, into competent mediators.<br />\nWe need to be grateful to Iram for sharing her learning over the years. She explains the art and science behind mediation and why it is the most favoured alternate dispute resolution mechanism. But that is not all; her lucid presentation style enables the practitioner to convert theory into a meaningful skill that enables parties to arrive at an amicable settlement. In short, her book is a must-read for anyone and everyone who has an interest in mediation &ndash; be&nbsp;it a trainee, mediator, disputant, lawyer or judge. May her tribe increase!<br />\n<strong>Justice Madan B. Lokur</strong>, Former Judge of the Supreme &nbsp;Court of India and Former Chair of the Mediation and Conciliation Project Committee of the Supreme Court of India.<br />\nMediation is a means of both resolving disputes and mitigating risks, because it presents an efficient framework for reaching agreement that is largely free of the constraints and idiosyncrasies encountered in court litigation or even arbitration. As such, it is an important tool that should be as equally important to parties facing disputes as it is to those who are entering into contracts or other business arrangements.<br />\nThis book is the first of its kind for India, a needed reference to assist those facing disputes in the country or doing business there. As readers will discover, mediation has deep roots in the country&rsquo;s history, and an increasingly important role in its legal system and legal culture through a variety of forms now available. By providing this background and guidance on current practice, this book will make resolving disputes and doing business in India more accessible to parties and their counsel.<br />\n<strong>Micheal Mellwrath,</strong>&nbsp;CEO and Founder, MDisputes Srl; and Chair, ICC Governing Body for Dispute Resolution Services.</p>\n', '', '1st', 0, '9789392630156', '423', '2022', '11', '2023-06-19_12_38_36.53316005_mediation-theory-practice.gif', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-06-19 07:09:31', '4', 1, 0, '', '', NULL, '2,1', '', 3600.00, 0, 3060.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 07:09:31'),
(743, 'Everything You Need to Know about Arbitration in India', '', '', '<p>This book focuses on the underlying concepts and principles behind various clauses of a Contract, supporting them with domestic and international case law to provide a holistic view.<br />\nThe book lays special emphasis on the law relating to Government contracts, Tenders and Blacklisting.<br />\nThe book serves as a guide to those who are engaged in commercial transactions, government contract negotiations and legal practitioners, law firms and consultants, research scholars and academicians.<br />\nIncludes judgements from other jurisdictions such as Canada, Australia, UK, etc.<br />\nConsists of international landmark judgements.</p>\n\n<p>&ldquo;The book provides a quick introduction to approaches and methods for the successful implementation of mergers and acquisitions. It summarizes the most accurate and understandable strategies, analytical tools and measures on corporate acquisitions and disposals including:</p>\n\n<ul>\n	<li>&bull; Planning, organization and implementation</li>\n	<li>&bull; Synergies, integration and post-acquisition management controlling</li>\n	<li>&bull; Processes and challenges in business valuation</li>\n	<li>&bull; Corporate Sales and Auctions</li>\n</ul>\n\n<p>It contains the following practical and useful checklists:</p>\n\n<ul>\n	<li>&bull; Description of acquisition or cooperation candidates</li>\n	<li>&bull; Non-disclosure agreements</li>\n	<li>&bull; Presentation of the buyer</li>\n	<li>&bull; Memorandum of Understanding (Letter of Intent)</li>\n	<li>&bull; Assessment of transactional objects</li>\n	<li>&bull; Project presentation to the Executive Board and Supervisory Board (Acquisition or sale)</li>\n	<li>&bull; Content of a sales memorandum</li>\n</ul>\n\n<p>It also gives an overview of the regulatory framework governing mergers and acquisitions in India.</p>\n', '1st', 0, '9789393702395', '424', '2022', '11', '2023-06-19_12_48_37.73918606_everything-you-need-to-know-about-arbitration-in-india.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 4, '2023-06-19 07:18:58', '4', 0, 0, '', '', NULL, '2,1', '', 1200.00, 0, 1020.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 07:18:58'),
(744, 'The Law of Contract - In 2 Vols', '', '', '<p>&bull; This book focuses on the underlying concepts and principles behind various clauses of a Contract, supporting them with domestic and international case law to provide a holistic view.<br />\n&bull; The book lays special emphasis on the law relating to Government contracts, Tenders and Blacklisting.<br />\n&bull; The book serves as a guide to those who are engaged in commercial transactions, government contract negotiations and legal practitioners, law firms and consultants, research scholars and academicians<br />\n&bull; Includes judgements from other jurisdictions such as Canada, Australia, UK, etc.<br />\n&bull; Consists of international landmark judgements</p>\n\n<p>&ldquo;The book provides a quick introduction to approaches and methods for the successful implementation of mergers and acquisitions. It summarizes the most accurate and understandable strategies, analytical tools and measures on corporate acquisitions and disposals including:</p>\n\n<ul>\n	<li>&bull; Planning, organization and implementation</li>\n	<li>&bull; Synergies, integration and post-acquisition management controlling</li>\n	<li>&bull; Processes and challenges in business valuation</li>\n	<li>&bull; Corporate Sales and Auctions</li>\n</ul>\n\n<p>It contains the following practical and useful checklists:</p>\n\n<ul>\n	<li>&bull; Description of acquisition or cooperation candidates</li>\n	<li>&bull; Non-disclosure agreements</li>\n	<li>&bull; Presentation of the buyer</li>\n	<li>&bull; Memorandum of Understanding (Letter of Intent)</li>\n	<li>&bull; Assessment of transactional objects</li>\n	<li>&bull; Project presentation to the Executive Board and Supervisory Board (Acquisition or sale)</li>\n	<li>&bull; Content of a sales memorandum</li>\n</ul>\n\n<p>It also gives an overview of the regulatory framework governing mergers and acquisitions in India.</p>\n', '1st', 0, '9789393702692', '425', '2022', '11', '2023-08-02_18_12_27.176973download_(1).jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-19 07:23:26', '10', 0, 0, '', '', NULL, '1', '', 9500.00, 0, 7600.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2023-06-19 07:23:26'),
(745, 'Indian Contract Law', '', '<p>The book aims to simplify the legal research needs of students, and the legal and commercial contracting community. By offering quality content, with ease of navigation through the text, the book will minimize the time spent by the fraternity in pursuit of compliance with the statute, The book contains simple, concise and authoritative text; logical interpretation of statutory law; easy-to-understand commentary; latest case-laws ; latest amendments; landmark judgements with special emphases; systematic arrangement of bare acts provisions in the contents and chapter wise synopses.</p>\n', '', '1st', 0, '9789392630743', '426', '2022', '11', '2023-06-19_13_06_05.67656608_Indian_Contract_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-19 07:36:08', '10', 0, 0, '', '', NULL, '2,1', '', 1400.00, 0, 1190.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 07:36:08'),
(746, 'Commentary on Consumer Protection Act 2019', '', '<p>The development of new technology in the form of e-commerce and the increasing integration of global markets and supply chains have changed the way consumers interact with the marketplace. This has given rise to new challenges for the consumer, and the existing consumer protection framework falls short in dealing with them. To address these concerns, the Consumer Protection Act, 2019, seeks to lay down a more robust scheme for consumer protection with the introduction of new measures such as the establishment of a general regulator, providing for a product liability regime, encouraging mediation, and developing appropriate regulations to protect and promote the rights of consumers. Commentary on Consumer Protection Act, 2019 provides a comprehensive analysis of the said Act. It covers all facets of consumer law in India from a critical lens, tracing the development of consumer law jurisprudence and policy measures undertaken by the government and highlighting the salient features of the Consumer Protection Act, 2019, and the rules and regulations framed therein.</p>\n', '', '1st', 0, '9789393702784', '427', '2022', '11', '2023-08-02_17_49_19.97062141NtYb3fpAL._SX338_BO1,204,203,200_.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-19 07:41:17', '87', 0, 0, '', '', NULL, '2', '', 3000.00, 0, 2550.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 07:41:17'),
(747, 'Handbook of Laws and Case Laws for Victims of Crime', '', '<p>Handbook of Laws and Case Laws for Victims of Crime is a collection of the core legal provisions dealing with and a quick summary of leading case laws relating to victims of crime. The book supplements the case laws by highlighting their victimological implications along with the international law, conventions and declarations on the subject matter. Interestingly, no single publication so far has documented the case laws and important rulings pertaining to the victims of crime in India in a systematic man&not;ner. Handbook of Laws and Case Laws for Victims of Crime efficiently fills this gap. It is aimed at judicial officers, police officers, legal practitioners, academics and lawyers. The book will act as an effective guide by highlighting the rights of the victims and duties of front-line professionals. It can also act as a ready reckoner to help the victims in navigating the complex legal landscape.</p>\n', '', '1st', 0, '9789392630804', '428', '2022', '11', '2023-06-19_13_12_38.93121910_Handbook_of_Laws_and_Case_Laws_for_Victims_of_Crime.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-19 07:43:00', '12', 0, 0, '', '', NULL, '1', '', 1325.00, 0, 1126.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 07:43:00'),
(748, 'White-Collar Crimes: An Indian Perspective', '', '<p>Thomson&rsquo;s White-Collar Crimes An Indian Perspective by Ravi Singhania &ndash; 1st Edition 2022. It is only in the last decade that white-collar crimes, once unheard of in India, have grown exponentially and the nation has seen financial frauds to the tune of several hundred billion rupees affecting the economy severely. Such crimes have also raised questions over the security of the financial world, banking sector, tax and other public sector activities being marred by corruption and fraud, besides other challenges created by the increased use of technology. White-collar crimes have also eroded the State&rsquo;s resources for public welfare activities and infrastructure development. The primary attempt of White-Collar Crimes is to spread a general awareness among the legal fraternity as well as the public at large about the various types of such crimes which have plagued the country. The book chiefly focuses on different laws enacted by the legislature, along with relevant rules and regulations, to check white-collar crimes such as corruption, banking and tax frauds, money laundering, black money, adulteration of food supplies and corporate frauds among others. This book also discusses the role of various law enforcement agencies and the adjudication process for such crimes. For a better understanding of such statutes and their scope, many judgments of the Supreme Court of India, various High Courts and Tribunals have also been cited, where they have dealt with important questions of law.</p>\n', '', '1st', 0, '9789391340957', '429', '2022', '11', '20250724_092122_white_collar_crimes.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 4, '2023-06-19 07:45:50', '12', 0, 0, '', '', NULL, '2', '', 1075.00, 0, 913.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 07:45:50'),
(749, 'White-Collar Crimes: An Indian Perspective', '', '<p>Thomson&rsquo;s White-Collar Crimes An Indian Perspective by Ravi Singhania &ndash; 1st Edition 2022. It is only in the last decade that white-collar crimes, once unheard of in India, have grown exponentially and the nation has seen financial frauds to the tune of several hundred billion rupees affecting the economy severely. Such crimes have also raised questions over the security of the financial world, banking sector, tax and other public sector activities being marred by corruption and fraud, besides other challenges created by the increased use of technology. White-collar crimes have also eroded the State&rsquo;s resources for public welfare activities and infrastructure development. The primary attempt of White-Collar Crimes is to spread a general awareness among the legal fraternity as well as the public at large about the various types of such crimes which have plagued the country. The book chiefly focuses on different laws enacted by the legislature, along with relevant rules and regulations, to check white-collar crimes such as corruption, banking and tax frauds, money laundering, black money, adulteration of food supplies and corporate frauds among others. This book also discusses the role of various law enforcement agencies and the adjudication process for such crimes. For a better understanding of such statutes and their scope, many judgments of the Supreme Court of India, various High Courts and Tribunals have also been cited, where they have dealt with important questions of law.</p>\n', '', '1', 0, '9789391340957', '429,429,429,429', '2022', '11', '2023-06-19 13:14:44.48970311 Thomson’s White-Collar Crimes An Indian.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-19 07:45:50', '12,12,12,12', 1, 0, '', '', NULL, '2,2,2,2', '', 1075.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 1075.00, '2023-06-19 07:45:50'),
(750, 'White-Collar Crimes: An Indian Perspective', '', '<p>Thomson&rsquo;s White-Collar Crimes An Indian Perspective by Ravi Singhania &ndash; 1st Edition 2022. It is only in the last decade that white-collar crimes, once unheard of in India, have grown exponentially and the nation has seen financial frauds to the tune of several hundred billion rupees affecting the economy severely. Such crimes have also raised questions over the security of the financial world, banking sector, tax and other public sector activities being marred by corruption and fraud, besides other challenges created by the increased use of technology. White-collar crimes have also eroded the State&rsquo;s resources for public welfare activities and infrastructure development. The primary attempt of White-Collar Crimes is to spread a general awareness among the legal fraternity as well as the public at large about the various types of such crimes which have plagued the country. The book chiefly focuses on different laws enacted by the legislature, along with relevant rules and regulations, to check white-collar crimes such as corruption, banking and tax frauds, money laundering, black money, adulteration of food supplies and corporate frauds among others. This book also discusses the role of various law enforcement agencies and the adjudication process for such crimes. For a better understanding of such statutes and their scope, many judgments of the Supreme Court of India, various High Courts and Tribunals have also been cited, where they have dealt with important questions of law.</p>\n', '', '1', 0, '9789391340957', '429,429,429,429,429', '2022', '11', '2023-06-19 13:14:44.48970311 Thomson’s White-Collar Crimes An Indian.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-19 07:45:50', '12,12,12,12,12', 1, 0, '', '', NULL, '2,2,2,2,2', '', 1075.00, 0, 1075.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-19 07:45:50'),
(751, 'White-Collar Crimes: An Indian Perspective', '', '<p>Thomson&rsquo;s White-Collar Crimes An Indian Perspective by Ravi Singhania &ndash; 1st Edition 2022. It is only in the last decade that white-collar crimes, once unheard of in India, have grown exponentially and the nation has seen financial frauds to the tune of several hundred billion rupees affecting the economy severely. Such crimes have also raised questions over the security of the financial world, banking sector, tax and other public sector activities being marred by corruption and fraud, besides other challenges created by the increased use of technology. White-collar crimes have also eroded the State&rsquo;s resources for public welfare activities and infrastructure development. The primary attempt of White-Collar Crimes is to spread a general awareness among the legal fraternity as well as the public at large about the various types of such crimes which have plagued the country. The book chiefly focuses on different laws enacted by the legislature, along with relevant rules and regulations, to check white-collar crimes such as corruption, banking and tax frauds, money laundering, black money, adulteration of food supplies and corporate frauds among others. This book also discusses the role of various law enforcement agencies and the adjudication process for such crimes. For a better understanding of such statutes and their scope, many judgments of the Supreme Court of India, various High Courts and Tribunals have also been cited, where they have dealt with important questions of law.</p>\n', '', '1', 0, '9789391340957', '429,429', '2022', '11', '2023-06-19 13:14:44.48970311 Thomson’s White-Collar Crimes An Indian.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-19 07:45:50', '12,12', 1, 0, '', '', NULL, '2,2', '', 1075.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 1075.00, '2023-06-19 07:45:50'),
(752, 'Crime Prevention and Crime Control: An Indian Perspective', '', '', '', '1st', 1, '9789393702104', '430', '2022', '11', '2023-06-19_13_17_54.41695612_Crime_Prevention_and_Crime_Control_An_Indian_Perspective.jpg', 0, '520', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-19 07:48:35', '12', 0, 0, '', '', NULL, '2,3', '', 1525.00, 0, 1296.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 07:48:35'),
(753, 'Soliloquies on Future Policing', '', '<p>Thomson&rsquo;s Soliloquies on Future Policing : An Anthology on Emerging Technologies, Cybersecurity and Law Enforcement by Dr K. Jayanth Murali &ndash; 1st Edition 2022. Advanced technologies are coming at us in hordes and faster than the speed at which law enforcement agencies can embrace them. Dr K. Jayanth Murali, the bestselling author of 42 Mondays, with his explosive insights based on a long career in law enforcement, takes the readers on a spellbinding tour through the disruptive world of new emerging technologies in Soliloquies on Future Policing. Provoking, thrilling and unputdownable, Soliloquies on Future Policing is a must-read for anyone concerned with how technology will revolutionise law enforcement and the world faster than they think.</p>\n', '', '1st', 0, '9789391340889', '431', '2022', '11', '2023-06-19_13_20_20.54085113_Soliloquies_on_Future_Policing.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-19 07:50:44', '12', 0, 0, '', '', NULL, '2', '', 595.00, 0, 505.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 07:50:44'),
(754, 'Law of Defamation and Malicious Prosecution', '', '<p>Law of Defamation and Malicious Prosecution - Third Edition Along with Landmark Judgments of Hon&#39;ble Supreme Court of India and Useful Appendices</p>\n', '', '1st', 0, '9789392630774', '432', '2022', '11', '2023-06-19_13_29_59.43373114_Law-of-Defamation-and-Malicious-Prosecution-3Rd-Edition_381203.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-06-19 08:00:23', '12', 0, 0, '', '', NULL, '1', '', 3250.00, 0, 2600.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 650.00, '2023-06-19 08:00:23'),
(755, 'Law on Protection of Women from Domestic Violence', '', '', '', '1st', 0, '9789392630774', '433', '2022', '11', '2023-06-19_13_32_03.11700515_Law-On-Protection-of-Women-From-Domestic-Violence-3Rd-Edition.jpg', 0, '2022', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-19 08:02:34', '12', 0, 0, '', '', NULL, '2', '', 3250.00, 0, 2762.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 08:02:34'),
(756, 'She Must Not Die!', '', '<p>In every police station around the country and on a daily basis police officers have to handle a diverse set of societal problems. &ldquo;She Must Not Die&rdquo; is a compilation of stories based upon true incidents reflecting the humane and responsible manner in which India&rsquo;s police officers solve these issues using ingenuity and creativity. The stories are intended to touch the lives of readers, inspiring academics, practitioners, and all those who remain committed to challenging deep-seated social inequalities.</p>\n', '', '13th', 0, '9789393702463', '434', '2022', '11', '2023-06-19_14_12_47.01775216_She.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-19 08:43:03', '89', 1, 0, '', '', NULL, '2', '', 550.00, 0, 467.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 08:43:03'),
(757, 'High and Law', '', '<p>Legal empowerment can be just a flip of pages away. When law is simplified, without superfluous commentary, jargon or voluminous cross references, it can be engaging. An offshoot of arguably the longest running legal column in the Deccan Chronicle in the country, High and Law presents relevant provisions of statutes with the crux of judgments that touch your life. Thirty branches of law are lucidly explained through the prism of contentious issues. Sifting through the clutter and cutting to the chase, Sanjay Pinto taps into his newsroom and courtroom expertise to demystify some of the most complex legal tangles in his inimitable witty and racy style.</p>\n', '', '1st', 0, '9789393702043', '435', '2022', '11', '2023-08-08_17_19_51.45222141WGS1iMS3L._SX332_BO1,204,203,200_.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-19 08:44:39', '89', 0, 0, '', '', NULL, '2', '', 950.00, 0, 807.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 08:44:39'),
(758, 'The Law Commission of India on Criminal Justice Reforms', '', '<p>The primary role of criminal law in any country is to safeguard its citizens from anti-social and criminal pursuits. The Law Commission of India holds a key position in advising the government on pertinent legal reforms to strengthen the justice system of the nation. The Law Commission of India on Criminal Justice Reforms exhaustively covers the 74 reports of the Law Commission of India that were prepared in an endeavour to overhaul the country&rsquo;s Criminal Justice System. The work highlights the role of the Law Commissions in reforms to the Criminal Justice System and objectively presents the status of all the 74 reports. It traces the evolution of the Criminal Justice System in India and sheds light on the necessity of a dynamic and ever-evolving Penal Code structure to ensure a judicially fair and socially corrigible system. Finally, through a careful review of the efforts and contributions of the Law Commission of India vis-&agrave;-vis the Criminal Justice System in India, the book calls for earnestly undertaking the long overdue task of a comprehensive evaluation of the latter.</p>\n', '', '1st', 0, '9789391340803', '436', '2022', '11', '2023-08-08_17_21_25.18359241iqeC56+qL._SY344_BO1,204,203,200_.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-06-19 08:46:24', '12', 0, 0, '', '', NULL, '2,1', '', 2500.00, 0, 1995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 505.00, '2023-06-19 08:46:24'),
(759, 'Law Relating to Micro, Small and Medium Enterprises', '', '<p>The Micro, Small and Medium Enterprises (MSME) sector has played a crucial role in the social and economic growth of the country over the last five decades. However, there appears to be an inexplicable dearth of published literature in the legal ecosystem on the MSME sector in India. Law Relating to Micro, Small and Medium Enterprises intends to be a primer on the subject for the uninitiated as also a comprehensive handbook for professionals, lawyers, academicians and others for an inclusive understanding of the various facets of the MSME sector and the challenges surrounding it. The book not only addresses the foundational principles and procedures underlying dispute resolution under the MSMED Act, but also covers the conduct of conciliation and arbitral proceedings under the Act and the landmark judgments passed by the Courts on the subject.</p>\n', '', '1st', 0, '9789392630361', '437', '2022', '11', '2023-06-19_14_17_47.63027719_Law_Relating_to_Micro,_Small_and_Medium_Enterprises.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-19 08:48:03', '158', 0, 0, '', '', NULL, '2,1', '', 1075.00, 0, 913.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 08:48:03'),
(760, 'Comparative Law: Facets, Nuances and Intricacies', '', '<p>In view of the significance of the subject and the dearth of substantive literature in India, Comparative Law compiles and presents myriad stances. The chapters are conceptualized and written by members of the Indian judiciary, legal practitioners, academicians and research scholars from India and abroad. They offer a comparative outlook on a wide array of domains such as freedom of expression, sexual offences, food security, prison reforms and prisoners&rsquo; prerogatives, reproductive rights, right to information, Covid-19 pandemic, intellectual property rights and climate change. The book will be useful for those undertaking comparative research and for those with an appetite for the subject.</p>\n', '', '1st', 0, '9789393702111', '437', '2022', '11', '2023-06-19_14_20_36.29126120_Comparative_Law_Facets,_Nuances_and_Intricacies.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-19 08:50:50', '89', 0, 0, '', '', NULL, '2,1', '', 1975.00, 0, 1678.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 08:50:50'),
(761, 'On and Off the Bench', '', '<p>On and Off the Bench is not an autobiography of Aloysius S. Aguiar. The book narrates the experiences and the events that transpired during two decades of the judicial career of Aguiar as a judge of the Bombay City Civil &amp; Sessions Court; and later, as a judge of the Bombay High Court. The book is also a collection of writings, articles, talks and speeches by Aguiar on topics that range from legal and constitutional issues to matters like marriage and divorce. The book also deals with &lsquo;end of life&rsquo; and &lsquo;life hereafter&rsquo; concerns.</p>\n', '', '1st', 0, '9789392630347', '439', '2022', '11', '2023-08-08_17_28_34.27057281QC+aHKLmL._AC_UY218_.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-06-19 08:52:15', '22', 0, 0, '', '', NULL, '2', '', 695.00, 0, 625.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 70.00, '2023-06-19 08:52:15');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(762, 'Laws of Adultery in India', '', '<p>Laws of Adultery in India discusses the position of adultery within religious, social, legal and constitutional perspectives. It interprets the status of adultery under the Indian legal system and Anglo-Saxon system. The book differentiates between adultery under family laws and adultery under criminal laws. It also explains more than 200 important Indian and English cases on various issues of adultery. Laws of Adultery in India analyses adultery with changing society in the light of constitutional morality and transformative constitutionalism.</p>\n', '', '1st', 1, '9789392630842', '440', '2022', '11', '2023-06-19_14_25_07.41537023_An-Introduction-to-WTO-Jurisprudence.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-19 08:55:30', '89', 1, 0, '', '', NULL, '2', '', 450.00, 0, 450.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-19 08:55:30'),
(763, 'An Introduction to WTO Jurisprudence', '', '<p>An Introduction to WTO Jurisprudence aims to provide a basic understanding of the functioning of the WTO and its agreements to undergraduate and postgraduate students in a simple and interesting manner. The book introduces the law of the WTO in the light of policy debates and concerns. It also provides a critical assessment of the WTO provisions and decisions of the Appellate Body.</p>\n', '', '1st', 1, '9789391340209', '441', '2022', '11', '2023-06-19_14_26_41.21626623_An-Introduction-to-WTO-Jurisprudence.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-19 08:57:01', '29', 0, 0, '', '', NULL, '2', '', 1250.00, 0, 1062.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 08:57:01'),
(764, 'Gender Justice', '', '<p>Gender Justice and equality are two concepts which exist symbiotically, crumbling the archaic traditions and social practices discriminating people on the basis of their gender and sexual orientation. Gender Justice is critical in poverty eradication, social progress and any developmental agenda. Gender Justice primarily addresses various issues relating to prejudice on the basis of gender. Be it women empowerment or its economic, social or political aspects; issues relating to gender discrimination or issues pertaining to the third gender and their acceptance in the society, a plethora of authors from the South Asian region share their views on these matters which still predominate in the 21st century. They all agree with one voice that &ldquo;Gender Justice is equality and equity in all spheres of life.&rdquo;</p>\n', '', '1st', 1, '9789391340292', '442', '2022', '11', '2023-06-19_14_27_59.14382824_Gender-Justice-A-South-Asian-Perspective_1st_edi.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-06-19 08:58:20', '25', 0, 0, '', '', NULL, '2', '', 1100.00, 0, 935.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 08:58:20'),
(765, 'Progress of the Indian Economy: Legislative Pro-Activism Since 2015', '', '<p>Progress of the Indian Economy is a unique and pioneering work on the subject of economic progress ushered in India through proactive legislative action since 2015. The book is a gamechanger as it adds new parameters to judge the Indian economy. Till now, the Indian economy was assessed only through numbers such as GDP growth, inflation, stock market indices and others. Vivek Sood has argued in this work that since 2015 the Indian economy has progressed in terms of economic justice ushered in through legislations and economic policies of the Government of India. RERA, Insolvency and Bankruptcy Code, Commercial Courts Act, Fugitive Offenders Act and Arbitration law amendments are some of the legislations that have ushered economic justice and progress in the Indian economy.</p>\n', '', '1st', 1, '9789392630453', '443', '2022', '11', '2023-06-19_14_29_25.02661725_Progress.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-19 08:59:41', '96', 0, 0, '', '', NULL, '2', '', 425.00, 0, 361.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 08:59:41'),
(766, 'Gender and land rights in changing global contexts', '', '<p>Gender and Land Rights in Changing Global Contexts brings together gendered analyses of women&rsquo;s land rights through academic and practice-led engagements across different countries. It draws out key issues that emerge from experience of law and policies at both the global and local levels, and shape women&rsquo;s land rights within the particular arenas and jurisdictions addressed in the chapters. Existing commitments to secure women&rsquo;s equal land rights at international levels, as well as within national laws, policies and administrative processes are evaluated in the specific contexts of Bangladesh, Cambodia, Burundi, India, Myanmar, Rwanda and Uganda. The authors bring a range of disciplinary perspectives to argue the importance of local, grounded strategies to develop and sustain the focus on women&rsquo;s equal land rights as central to gender equality, sustainable development, post-conflict reconstruction and women&rsquo;s empowerment.</p>\n', '', '1st', 1, '9789392630446', '444', '2022', '11', '2023-06-19_14_30_45.57708326_Gender-and-Land-Rights-In-Changing-Global-Contexts-1st_Edition-2022_381198.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-19 09:01:03', '25', 0, 0, '', '', NULL, '2', '', 925.00, 0, 786.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-19 09:01:03'),
(767, 'Woman -- Her Trials and Triumphs', '', '<p>WOMAN: Her Trials and Triumphs shows, through many stories and incidents, the various gender perspectives in laws and in society and the myriad ways in which they are interpreted and perceived by persons from different backgrounds, status and cultures. Its aim is to inject innovative thinking by creating awareness of the situations that demand sensitivity. It is broad-based and enumerative, covering a wide spectrum of gender roles and realities. This book would make value reading for students and professors of all streams, professionals in all fields, corporates in all industries, government personnel in all countries and lay persons everywhere. The title understandably suggests the subject of the work to be women, but the book makes references to children, men as well as transgenders while dealing with the wider theme of gender. Pondering explicit egalitarianism and latent discrimination</p>\n', '', '1st', 1, '9789393702364', '445', '2022', '11', '2023-06-20_14_40_28.54706601_Woman_--_Her_Trials_and_Triumphs.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-20 09:10:32', '25', 0, 0, '', '', NULL, '2', '', 800.00, 0, 680.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 09:10:32'),
(768, 'Institutional decline in the neo-liberal regime', '', '<p>Description&nbsp;:&nbsp;Globally, the rise of populist leaders and regimes has posed serious challenges not only to established democratic norms but also to the independence of institutions. The case of India is no different. A symptomatic decline in the working of democratic institutions in India may be evident in recent times. There are clear attempts to disregard the vital institutions of democracy by employing the full armoury of abolition, packing, threatening, bribing, hijacking or even dissolving the institutions to ensure their assured compliance. The empirical evidence can be observed in the excessive executive interference in the working of constitutional institutions like the Parliament; Supreme Court; Election Commission of India; CAG; statutory key institutions/agencies such as the CBI, ED, CVC, RBI, NSSO, CIC and so on. Institutional Decline in the Neo-Liberal Regime brings together scholars attempting to understand the functioning of some vital democratic institutions of India.</p>\n', '', '1st', 0, '9789392630231', '446', '2022', '11', '2023-06-20_14_42_00.20186202_Institutional.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-20 09:12:17', '89', 0, 0, '', '', NULL, '2,1', '', 1075.00, 0, 913.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 09:12:17'),
(769, 'Health Law and Ethics - Critical Reflections', '', '<p>Health Law and Ethics meets the demand of the medical fraternity to have a sourcebook dealing with varied aspects of medical law and ethics. Twenty chapters written by a team of doctors and lawyers bring in multiple perspectives for the readers&rsquo; consideration. This unique pairing enables both the medical and legal perspective to be included in every aspect. The aim of the book is threefold: to examine health law from the plural perspective of clinical practice and ethics; to convey the depth of complexity in issues of clinical practice; and to critically evaluate challenging developments in the domain of healthcare delivery. With a crisp and clear layout, the book is designed for easy reading and understanding. It is aimed at healthcare workers, healthcare administrators, lawyers, members of the Judiciary and subject-specific tribunals, and particularly students of the Post-Graduate Diploma in Medical Law Ethics at National Law School or elsewhere.</p>\n', '', '1st', 0, '9789391340537', '447', '2022', '11', '2023-06-20_14_43_25.14893703_Health_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-20 09:13:43', '13', 0, 0, '', '', NULL, '2,1', '', 1200.00, 0, 1020.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 09:13:43'),
(770, 'Modern Hindu Law', '', '<p>Family law differs from religion to religion. In the last couple of decades Parliamentary Acts and judicial pronouncements have changed Hindu law drastically. The working of the legislative provisions in consonance with society and with religious beliefs, profession and propagation has been a subject of study in reference to both codified and uncodified personal laws. In the backdrop of important judgments relating to the triple talaq case (2019), daughter&rsquo;s right to ancestral property (2020), decriminalization of adultery (2019) and many others, the legal perspective of family laws needs to be re-examined. Landmark cases provide young researchers and academicians with an opportunity to look at the subject with a new lens. Modern Hindu Law covers major aspects of Hindu law including marriage, divorce, maintenance, adoption, succession, guardianship, joint Hindu family and partition. It will prove useful to students of law, lawyers, researchers, academicians and others who are interested in the subject.</p>\n', '', '1st', 1, '9789393702036', '448', '2022', '11', '2023-06-20_14_45_53.91772704_Modern-Hindu-Law-1st-Edition.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-06-20 09:16:14', '90', 0, 0, '', '', NULL, '2,1', '', 1825.00, 0, 1551.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 09:16:14'),
(771, 'Insolvency and Bankruptcy Laws', '', '<p>The Insolvency and Bankruptcy Code was enacted in 2016 as a comprehensive legislation to resolve insolvency for companies, limited liability partnerships, partnership firms and individuals. It is part of a broader package of landmark banking and financial reforms aimed at providing a much-needed fillip to India&rsquo;s competitiveness as a business destination. In a short span of time, the Code has spawned a huge amount of litigation and gone through several amendments aimed at ironing out creases. Insolvency and Bankruptcy Code: A Game Changer thematically addresses legal issues on the law of insolvency and bankruptcy with particular emphasis on corporate insolvency. The book discusses various facets of the Code. It is a result of research in matters involving the interpretation of the Code.</p>\n', '', '1st', 0, '9789392630699', '450', '2022', '11', '2023-07-29_13_30_32.98199541aT3DaQ3+L._AC_UF1000,1000_QL80_.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-20 09:18:02', '2', 1, 0, '', '', NULL, '2,1', '', 1225.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 1225.00, '2023-06-20 09:18:02'),
(772, 'The Finished Article: Essays on Indian Designs Law', '', '<p>The Finished Article is a guided tour through over a century of Indian cases on designs law. This collection of six essays covers prior publication, novelty and originality, cancellation actions, and the infringement inquiry under Indian designs law. Breaking from academic convention, it addresses designs law by subject rather than section by section, with a keen eye throughout on the interface between designs and other disciplines of intellectual property. On each subject, this text navigates through Indian designs case law, past and present. It narrates not just what the law is but also how and why the law came to be the way it is. Covering over 500 cases since 1917, The Finished Article offers a first-of-its-kind treatment of some of the most complex and fascinating cases in all of Indian intellectual property law.</p>\n', '', '1st', 1, '9789393702173', '451', '2022', '11', '2023-06-20_14_49_39.14323707_Eashan.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 4, '2023-06-20 09:20:05', '28', 0, 0, '', '', NULL, '2', '', 775.00, 0, 658.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 09:20:05'),
(773, 'Novel Dimensions of Copyright Law', '', '', '', '1st', 1, '9789392630996', '452', '2022', '11', '2023-06-20_14_58_05.58333508_Novel_Dimensions_of_Copyright_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-20 09:28:19', '28', 0, 0, '', '', NULL, '2,1', '', 1400.00, 0, 1190.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 09:28:19'),
(774, 'Intellectual property Rights in the Creative Industry', '', '<p>Intellectual Property Rights is a niche area requiring a lot of research to keep pace with the changes and growth in technology. Intellectual Property Rights in the Creative Industry presents the intricacies of the Intellectual Property System in detail, in a language that can be understood even by a nonprofessional with little or no knowledge of Intellectual Property Law. The book aims to inform the creators of such work, including people working in the IP sector, by providing a detailed analysis of the creative industry vis-&agrave;-vis the related IP rights available to the creator. The book&rsquo;s purpose is also to draw attention to the nexus between the creative industry and IP laws by referring to day-to-day situations through available case laws. It makes comparisons with other countries where the position is different from India. The book, thus, caters not only to legal professionals and students of law but also to people associated with the creative industry in any manner, for a better understanding of the application of law in creative work.</p>\n', '', '2nd', 0, '9789390673636', '453', '2022', '11', '2023-06-20_14_59_21.79934209_Intellectual_property_rights_in_the_creative_industry.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-06-20 09:29:36', '28', 0, 0, '', '', NULL, '2,1', '', 1250.00, 0, 1175.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 75.00, '2023-06-20 09:29:36'),
(775, 'An Introduction to the International Court of Justice', '', '<p>An Introduction to the International Court of Justice provides an analytical understanding of the Statute of the International Court of Justice. The chapters give an Article-wise commentary on the establishment, composition and jurisdiction of the Court. The book offers an insight into the working of the ICJ by analyzing the process of pleading, evidence and judgment in a detailed fashion. Further, the contribution of the ICJ in the development of the law of use of force and human rights is explored. The leading case laws decided by the Court are discussed with a narration of facts, arguments and judgments.</p>\n', '', '1st', 0, '9789392630682', '454', '2022', '11', '2023-08-21_16_50_45.100124INTL-COURT-JUSTICE.webp', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-06-20 09:31:04', '29', 0, 0, '', '', NULL, '2,1', '', 1225.00, 0, 980.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 245.00, '2023-06-20 09:31:04'),
(776, 'Laws for Children in India', '', '', '', '1st', 0, '9789393702081', '455', '2022', '11', '2023-08-28_16_16_33.1623149789393702081.webp', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-06-20 09:35:35', '91', 0, 0, '', '', NULL, '2,1', '', 3250.00, 0, 2600.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 650.00, '2023-06-20 09:35:35'),
(777, 'The Pathology of Litigation', '', '<p>The Pathology of Litigation is an attempt to identify the common problems in litigation and to suggest structural and procedural measures to eliminate or reduce them.</p>\n', '', '1st', 0, '9789392630989', '456', '2022', '11', '2023-06-20_15_07_22.32793211_the-Pathology-of-Litigation-Diagnosis-and-Cures.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-20 09:37:39', '13', 0, 0, '', '', NULL, '2,1', '', 3000.00, 0, 2550.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 09:37:39'),
(778, 'Fundamentals of National Space Laws', '', '<p>Thomson&rsquo;s Fundamentals of National Space Laws by Prof. (Dr) Sandeepa Bhat B. &ndash; 1st Edition 2022. With the halt in the development of international space law, the focus has shifted to national space legislation to regulate the ever-increasing space activities. Unfortunately, very few States have space laws at present, and there is no uniformity in the approaches of those that have such laws. Most of the space-faring nations, including India, China and several European States, do not have the requisite legal regime to regulate space activities. In the absence of legal clarity, private players are hesitant to undertake space activities in these jurisdictions. Thus, enacting balanced national space laws is the need of the hour in several jurisdictions across the globe. Fundamentals of National Space Laws intends to cover all the major tenets relating to the development of national space laws. Hence, it will be an invaluable resource on the bookshelves of every space law and policy maker as well as every space lawyer.</p>\n', '', '1st', 0, '9789393702838', '457', '2022', '11', '2023-06-20_15_09_20.33406912_fundamental.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-06-20 09:39:36', '73', 0, 0, '', '', NULL, '2,1', '', 1250.00, 0, 1000.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 250.00, '2023-06-20 09:39:36'),
(779, 'Supreme Court on Specific Relief Act', '(Cases and Materials) in 2 Vols', '<p>There is a shortage of books which lay emphasis on case law on the subject of law relating to Specific Relief. Supreme Court on Specific Relief Act (Cases and Materials) seeks to redress that lacuna. The emphasis is on judgments of the Hon&rsquo;ble Supreme Court. An attempt has been made to cull out the ratio decidendi of each judgment, setting out brief facts and setting out from the judgment the steps till the Hon&rsquo;ble High Court, the submissions before the Hon&rsquo;ble Supreme Court and the findings thereon. The book will be useful not only to the bar but also to the bench.</p>\n', '', '1st', 0, '9789393702029', '458', '2022', '11', '2023-06-20_15_11_15.52030313_supreme.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-20 09:41:34', '10', 0, 0, '', '', NULL, '2,1', '', 5750.00, 0, 4887.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 09:41:34'),
(780, 'GST for Corporate Leadership (Taxsutra)', '', '<p>The proposition of law alone is not sufficient to teach anyone about the legal system as a whole. A wider perspective is required. This means that both businesses and consultants must regularly review their tax positions and stay up-to-date with the latest advancements in the field. GST for Corporate Leadership aims to fill the lacuna of lucid books for readers on GST. Leaders act only as a catalyst in the corporate framework, pushing professionals to yield results. Therefore they must understand tax laws at a broad level. GST for Corporate Leadership will benefit and engage Indian corporate leaders including directors, CEOs and CFOs.</p>\n', '', '1st', 1, '9789393702708', '459', '2022', '11', '2023-06-20_15_24_54.71969214_Gst_for_Corporate_Leadership.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-20 09:55:21', '57', 1, 0, '', '', NULL, '2,1', '', 1525.00, 0, 1296.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 09:55:21'),
(781, 'A Practical Approach to Arm’s Length Pricing', '', '<p>A Practical Approach to Arm&rsquo;s Length Pricing provides a hands-on and technical guide to niche issues in transfer pricing. The first part of the book delves deep into the challenges faced in arm&rsquo;s length pricing of transactions involving intangibles such as patents, know- how, copyrights, trademarks, exploitation rights and so on. It discusses the nuances of finding the arm&rsquo;s length range of royalty rates, IP transfers, hard-to-value intangibles and marketing intangibles. The second part discusses new reforms in transfer pricing regimes around the world, fair transfer pricing policies in some typical industries, and issues such as comparability adjustments and benchmarking of corporate guarantee transactions.<br />\nThere is a dearth of literature on the practical aspects of transfer pricing practice that A Practical Approach to Arm&rsquo;s Length Pricing seeks to rectify. It discusses methods and models of benchmarking complex transactions, and goes on to demonstrate &ndash; step by step &ndash; how these methods and models can be used to arrive at the arm&rsquo;s length standard. The nuances arising from assessment and litigation trends have also been highlighted.</p>\n', '', '1st', 0, '9789393702418', '467', '2022', '11', '2023-06-20_15_28_10.16327715_Arms.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-06-20 09:59:03', '57', 1, 0, '', '', NULL, '2,1', '', 2225.00, 0, 1825.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 400.00, '2023-06-20 09:59:03'),
(782, 'Law, Practice and Procedure of Arbitration in India', '', '<p>Datuk Professor Sundra Rajoo&rsquo;s Law, Practice and Procedure of Arbitration in India&nbsp;is a great new resource for the Indian and international arbitration community. It provides a detailed practical guide on the Indian arbitration landscape. The text of the book traverses in detail the latest precedents with in-depth analysis and prognosis of the evolving arbitral regime in India. Datuk Sundra&rsquo;s academic knowledge, vast experience and practical insight as an arbitrator is seen in each of the 51 chapters of the book. Every chapter brings the international perspective, practice, procedure, comparable provisions of law and precedents from other common law and civil law jurisdictions to provide global insights and comparisons into each aspect of arbitration.<br />\nThe book sets out and discusses scholarly and authoritative views of the leading international voices on arbitration, all the latest Indian legislative amendments, judicial precedents and their impact on India&rsquo;s position as a preferred destination for the arbitration of commercial disputes. Practitioners, counsels, judges, general counsels, arbitral institutions, students and other users of or interested in arbitration will find&nbsp;Law, Practice and Procedure of Arbitration in India&nbsp;useful.</p>\n', '', '1st', 0, '9789391340612', '565', '2021', '11', '2023-06-20_15_30_45.06463316_Law,_Practice_And_Procedure_Of_Arbitration_In_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-20 10:01:05', '4', 1, 0, '', '', NULL, '2,1', '', 4250.00, 0, 3612.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 10:01:05'),
(783, 'Arbitration Step by Step', '', '<p>The book guides the reader through the entire process of arbitration &ndash; starting from framing of an arbitration agreement till enforcement of an award. It contains practical guidelines on how to avoid pitfalls in the arbitration process and how to ensure that it is an expedient, cost effective method of resolution of disputes.&nbsp;</p>\n\n<p>The book comprises of 16 Chapters, each dealing with a specific topic.&nbsp; It provides the readers the true import and meaning of various provisions of the Arbitration and Conciliation Act, 1996, as well as the Amending Acts.</p>\n', '<p><strong>Key Features:</strong></p>\n\n<p>A thematic commentary on Arbitration and Conciliation Act, 1996, the book delves into the procedures and practices of arbitration in India<br />\nFocuses on practical aspects of arbitral proceedings and highlights the pitfalls in its smooth conduct<br />\nGives a detailed discussion on features of the Amending Acts, 2015, 2019 and 2021<br />\nIncludes notable cases like Re Interplay between Arbitration Agreements under the Arbitration and Conciliation Act, 1996 and the Indian Stamp Act, 1899; SBI General Insurance Co Ltd v Krish Spinning; Oil and Natural Gas Corp Ltd v Afcons Gunanusa JV; Delhi Metro Rail Corporation Ltd v Delhi Airport Metro Express Pvt Ltd etc.&nbsp;<br />\nThe book is essential for professionals in arbitration and mediation, including advocates, law firms, judges, corporate counsels, judicial academies, ADR institutions, and industry councils.</p>\n', '4th', 0, '9788197414220', '425', '2024', '14', '2025-05-09_12_23_59.580454markanda_arbitration.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-20 10:03:15', '4', 0, 0, '', '', NULL, '1,2', '', 1995.00, 0, 1695.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 10:03:15'),
(784, 'Mediation Step by Step', '', '<p>Mediation in India has gained great traction, especially in view of the direction by the Bar Council of India to various universities in the country offering LL.B. degree to introduce mediation as a compulsory subject in their curriculum. Mediation: Step by Step will be highly useful to those engaged in the practice of conciliation and mediation. To achieve success in mediation, it is necessary to train mediators in mediation techniques and practices. This book seeks to achieve the said objectives by introducing various chapters on mediation techniques, such as methods of communication, how to hold mediation hearings, and how to overcome impasse and hindrances during mediation. It will add to the knowledge of students and mediators as well as lawyers. The authors have dealt with the subject of mediation at a time when our Courts are dealing with a backlog of more than 3,30,00,000 cases. The authors advocate that all matters should first be referred for ADR before they are referred to the court like it is done in France, Norway and Japan.</p>\n', '', '1st', 0, '9789390673483', '425', '2021', '11', '2023-06-20_15_42_05.98964418_meditation.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-06-20 10:12:21', '4', 1, 0, '', '', NULL, '2', '', 1000.00, 0, 750.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 250.00, '2023-06-20 10:12:21'),
(785, 'Specialized Arbitration: International Trends and Practices', '', '<p>Specialized Arbitration: Emerging International Trends and Practices examines the trends and practices in the field of investment arbitration, maritime arbitration, construction arbitration, sports arbitration and online arbitration. The 21 chapters of the book, authored by leading arbitrators and practitioners, give an in-depth and critical perspective on some of the most pertinent issues in niche practice areas. This book aims to foster and enrich the jurisprudence surrounding specialized practices and areas of expertise under the genus of commercial arbitration by assisting readers in understanding the peculiarities in the substance, practice and procedure of specialized arbitration.</p>\n', '', '1st', 0, '9789391340452', '462', '2021', '11', '20250724_092305_specialized_arbitration.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-20 10:14:45', '4', 1, 0, '', '', NULL, '2', '', 1300.00, 0, 1105.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 10:14:45'),
(786, 'Commercial Arbitration: International Trends and Practices', '', '<p>Given the constantly evolving character of International Arbitration, it is essential for business and international arbitration practitioners to keep abreast the latest development in the field. This book is a compendium of recent trends in International Commercial Arbitration with a particular focus on India. It provides readers with a vintage point from which they can see how this form of dispute resolution has evolved over the years and what are the current practice are.</p>\n\n<p>The book brings together many accomplished authors from leading arbitration jurisdictions, providing readers a global perspective on recent developments in the practice of International arbitration in India and around the world A number of chapters in this book draw a developments in International Commercial Arbitration from an Indian perspective, while some are more general in nature.</p>\n', '', '1st', 0, '9789390673797', '462', '2021', '11', '2023-06-20_15_46_10.20509920_commercial_arbitration.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-20 10:16:27', '4', 1, 0, '', '', NULL, '2', '', 1325.00, 0, 1126.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 10:16:27'),
(787, 'Third Party Funding in International Arbitration', '', '<p>Third Party Funding (TPF) has impacted dispute resolution in more ways than one. It has a longstanding existence and is generally perceived negatively in certain jurisdictions. Such perceptions are, however, changing fast and TPF is gaining acceptance worldwide. Increasing recognition by jurisdictions and arbitral institutions is also giving rise to certain issues which pose new challenges, the much-talked-about &lsquo;ethical concerns&rsquo; being one. Third Party Funding in International Arbitration is an attempt to gauge the intersection of arbitration with TPF. It maps the journey of TPF from being restricted by champerty and maintenance to its ever-evolving modern-day form. The book examines known models of funding and their impact on the dispute resolution process. It also explores other areas including regulating TPF, aspects of disclosure, security for costs, and TPF and insolvency to create an understanding of how the mechanism works.</p>\n', '', '1st', 0, '9789390673384', '463', '2021', '11', '2023-06-20_15_47_31.40123821_third.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-20 10:17:47', '4', 1, 0, '', '', NULL, '2', '', 700.00, 0, 595.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 10:17:47'),
(788, 'International Commercial Arbitration with Reference to India as an Emerging Hub', '', '<p>The Book discusses the international trends in arbitration and focuses on the development of arbitration in India to meet the global parameters. The Book takes into consideration certain sectors such as Sports, Health and Telecom where arbitration is becoming popular, and issues pertaining to Arbitrability under Intellectual Property. Arbitration is emerging as an option for parties in medical negligence cases and after Covid-19 it has become more vital. The book also discusses issues pertaining to online arbitration, judicial intrusion, interpretation of public policy and third party funding. It will contribute to the available literature on arbitration.</p>\n', '', '1st', 0, '9789391340858', '464', '2021', '11', '2023-06-20_15_49_01.33603322_International_Commercial_Arbitration.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-20 10:19:16', '4', 1, 0, '', '', NULL, '2', '', 900.00, 0, 765.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 10:19:16'),
(789, 'Law related to Mergers and Acquisitions', '', '<p>Law Related to Mergers and Acquisitions is a comprehensive textbook designed for undergraduate and postgraduate students of Law as well as Management. It is also useful for business professionals, consultants and policy makers. This book explores the core concepts of mergers and acquisitions (M&amp;A). It includes complete yet concise concepts related to major areas of corporate restructuring techniques with special reference to M&amp;A and takeovers. The book presents a blend of theoretical and practical aspects of the legal framework of M&amp;A. It also outlines Indian and international M&amp;A experiences with the help of case studies. Provisions of the Insolvency and Bankruptcy Code and Companies Act 2013, SEBI guidelines, and other legal and procedural aspects have been added for detailed studies. This book, additionally, discusses post-merger issues, cross-border acquisitions, fast-track mergers and processes established for M&amp;A.</p>\n', '', '1st', 0, '9789390673865', '465', '2021', '11', '2023-06-20_15_50_24.83969623_Law_Related_to.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-20 10:20:38', '143', 1, 0, '', '', NULL, '2,1', '', 2250.00, 0, 1912.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 10:20:38'),
(790, 'Guide to Capital Market and Securities Law', '', '<p>Guide to Capital Market and Securities Law aims to provide a handy reference covering the major themes of the Indian capital market. The book offers an analysis of all relevant provisions of SEBI Act, 1992; Depositories Act, 1996; Securities Contract Regulation Act, 1956 and SEBI regulations covering capital market intermediaries; ICDR; LODR; collective investment schemes; mutual funds; real estate investment trusts and infrastructure investment trusts; alternative investment funds; and credit rating agencies.</p>\n\n<p>It includes the history of the Indian capital market and various institutions operating in the market, and covers all the updated and relevant decisions of SEBI, SAT and the Supreme Court. Procedural requirements for the generation of corporate funds from the domestic and international markets have been covered as well. This book also analyzes relevant provisions of the Companies Act, 2013 relating to shares, debentures, capital issues and corporate governance.</p>\n\n<p>Guide to Capital Market and Securities Law will serve as a ready reference for lawyers, consultants and participants of the capital market in India. Additionally, the organization of chapters is synchronized to provide a holistic understanding of the capital market function in India. This work will help graduating students to meet the increasing demand of curriculum and changing nature of corporate engagement.</p>\n', '', '1st', 0, '9789390673063', '466', '2021', '11', '2023-06-20_15_51_45.09931424_guide.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-20 10:22:00', '7', 1, 0, '', '', NULL, '2', '', 1275.00, 0, 1083.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-20 10:22:00'),
(791, 'Cyril Shroff and U.K. Sinha', '', '<p>Cyril Amarchand Mangaldas&rsquo;s Treatise on Securities Law is a comprehensive disquisition on the rapidly evolving and complex realm of securities regulation in India. The securities market is one of the key drivers of the economic engine, with significant potential to be unlocked in the coming years. This treatise aims to present an easy-to-comprehend guide to the diverse components of securities laws and transactions in India, spiced with the practical know-how that its editors bring to the table. Beginning with the evolution of regulation in the securities market in India, the treatise traverses basic concepts such as the history and role of regulatory bodies, the development of various security instruments and the functioning of primary and secondary markets, while also seeking to present a deeper insight into regulatory and economic considerations and practical aspects of the law. This treatise also analyses key legal provisions and relevant judicial pronouncements with a special focus on the developments in the securities regulation framework in India.</p>\n', '', '1st', 0, '9789390529124', '468', '2021', '11', '2023-06-24_14_39_41.98568801_cyril.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-24 09:10:02', '7', 1, 0, '', '', NULL, '2,1', '', 1650.00, 0, 1650.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-24 09:10:02'),
(792, 'Competition Law in India', '', '<p>Competition Law in India is an attempt to provide a compact, integrated reference material on the Competition Act, 2002. Vishnu S. Warrier has endeavoured to deliver a detailed discussion in the light of various case laws according to sections, which will assist the reader in interpreting and understanding the provisions of the Act. This book is intended to help students, researchers, managers as well as the managed to better understand the nature of existing legal influences on Competition Law in India.</p>\n', '', '1st', 0, '9789391340117', '469', '2021', '11', '2023-06-24_14_41_13.03563102_Competition.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-24 09:11:48', '52', 1, 0, '', '', NULL, '2', '', 550.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 550.00, '2023-06-24 09:11:48'),
(793, 'Sethna\'s Indian Company Law', 'In 6 Volumes', '<p>Sethna&rsquo;s classic on Indian Company Law is a comprehensive section-wise commentary along with Practice and Procedure on the Companies Act, 2013. The book enjoys textular fascination with proven legal acumen from generations. Since the Modern India Company Law has been revamped, the book has in-depth excursion into both the contextual and conceptual changes as have been brought about. Keeping Sethna&rsquo;s spirit intact, each and every section of the Companies Act, 2013 is well-analysed, well-commented and appended with Analogous Law, Mandate of Section, Applicable Rules, Applicable Circulars, Notifications and the Case Laws. This multi-voluminous work is reader-friendly and a proven-exhaustive discussion on every point of law with more practical dint of subjects undertaken. The first live volumes provide commentaries on the Companies Act, 2013 and rest of the subsequent volumes contain Rules, Regulations, Circulars, Notifications, etc. We have also annexed various flow charts, table of cases and a prolific subject index for quick references of our esteemed readers. Since the new act has introduced certain new concepts to support facilitation of business, enhanced disclosures, better board governance, greater accountability, etc., so for so, we have elaborately dealt with the topics, viz, One Person Company, Dormant Company, Independent Director/Woman Director. Resident Director, Rotation of Auditors, Corporate Social Responsibility, Corporate Disclosures, Insider Trading, Cross-border Mergers, Accounting Frauds, Global Depository Receipts, Class Actions, Whistle Blowing etc. We are providing a detailed commentary on Company Incorporation, Prospectus, Allotment of Securities, Share, Debenture, Dividend, Acceptance of Deposit by Companies, Company Accounts, Board Meetings, Mismanagement, Corporate Insolvency, NCLT and NCLAT.</p>\n', '', '12th', 0, '9789390673810', '470', '2021', '11', '2023-06-24_14_43_08.76688403_company_law.JPG', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-24 09:13:29', '94', 1, 0, '', '', NULL, '2,1', '', 14750.00, 0, 10044.75, 0, 0, 0.00, 0, 0.00, 31.90, 0.00, 0.00, '2023-06-24 09:13:29'),
(794, 'GAAR: The final tax frontier?', '', '<p>Aggressive practices of taxpayers continuously test the tolerance limits of judicial systems, which seek to accord them greater latitude to balance their rights against tax as a manifestation of the sovereign&rsquo;s entitlement. Opponents of General Anti-Avoidance Rules, or GAAR, have argued that a statutory rule is not required since a judicial approach is sufficient safeguard against tax evasion. On the other hand, tax administrations around the world have been seeking greater empowerment and flexibility to address the scourge of tax avoidance, which often hinges upon colourable devices and complex legal structures. With increasingly complex commercial structures and new age business models, most jurisdictions have introduced their own GAAR, which permit their tax administrations to nullify artificial structures and recharacterise them to match the economic realities. Addressing complex, divergent dimensions and more, General Anti-Avoidance Rules: The Final Tax Frontier? brings together diverse reflections by leading global tax and legal experts on the subject in general and India&rsquo;s General Anti-Avoidance Rules in particular. Spread over 20 jurisdictions, the essays by renowned luminaries, jurists, academicians and policymakers have been curated to address the relevant aspects of GAAR, both from an India-centric as well as a global standpoint. This treatise is a unique and unprecedented inquiry collating wide-ranging points of view which GAAR entails, intertwined with reflections on tax concepts, international customary and treaty law and policy.</p>\n', '', '1st', 0, '9789390529940', '670', '2021', '11', '2023-06-24_14_45_51.95067704.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-24 09:16:10', '57', 1, 0, '', '', NULL, '2,1', '', 3000.00, 0, 2550.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-24 09:16:10'),
(795, 'Consumer Protection and Sustainable Consumption', '', '<p>Consumer protection and sustainable consumption go hand in hand in today&rsquo;s global marketplace. The time has come for buyers, sellers, and the government to think about meeting the needs and wants of the present generation without compromising the needs and wants of future generations. This includes safeguarding consumers from any unfair trade practices by sellers and creating awareness about sustainability among them. The United Nations Guidelines for consumer protection and sustainable consumption are the basis for the enactment of the Consumer Protection Act, 2019, in India. Consumer Protection and Sustainable Consumption discusses the growth of the Consumer Protection Act in India and issues related to e-commerce, medical negligence, product liability, consumer safety and dispensing justice to consumers with the help of alternative redressal mechanisms. It also covers the challenges to consumerism in India, the impact of consumer rights awareness in the marketplace, political consumerism, and the use of artificial intelligence in influencing the consumers from the legal and marketing perspectives. The impact of the green marketing innovations and environment-friendly packaging is discussed along with the negative impacts of greenwashing and the legal remedies available. The responsibilities of various stakeholders in meeting sustainable consumption are also analyzed from the legal and economic perspectives. The book, in a nutshell, gives a multidimensional analysis of the issues related to consumer protection and sustainable consumption in the twenty-first century.</p>\n', '', '1st', 0, '9789390529100', '472', '2021', '11', '2023-06-24_14_47_29.80031605_Consumer_protection.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-24 09:17:45', '87', 1, 0, '', '', NULL, '2', '', 975.00, 0, 975.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-24 09:17:45'),
(796, 'Corporate Governance: Emerging Dimensions', '', '<p>Corporate Governance collects and presents authors from the premier institutes of India to discuss, debate and deliberate upon various contemporary issues of Corporate Governance. The contributions include chapters on compliance with responsible business conduct, shadow control in board, corporate governance and corporate restructuring, corporate governance in banking sector, SEBI stewardship code, reverse lifting of corporate veil, diversification of boards, auditor&rsquo;s role in corporate governance, impact of COVID-19 on corporate governance, risk management, superior voting rights, SFIO, cyber security, CSR and Carillion&rsquo;s collapse. The book covers important dimensions of Corporate Governance and is written in a crisp and cogent manner.</p>\n', '', '1st', 0, '9789390529933', '473', '2021', '11', '2023-06-24_14_50_01.47747906_corporate.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-24 09:20:21', '143', 1, 0, '', '', NULL, '2,1', '', 1800.00, 0, 1530.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-24 09:20:21'),
(797, 'A Compendium of Prison Laws', '', '<p>A Compendium of Prison Laws aims to provide in a single book all the national and international rules/treaties governing the confinement of a person in the prison. From the global perspective, this compilation includes the international obligations arising out of the Nelson Mandela rules for the treatment of prisoners and the Bangkok rules for the treatment of women prisoners. At the domestic level it includes the guidelines laid down by the National Human Rights Commission relating to various aspects of prison administration such as a prisoner&rsquo;s health, custodial violence, treatment of undertrial prisoners and premature release of prisoners. It also includes the periodic prison advisories issued by the Ministry of Home Affairs, the Model Prison Manual 2016 and various Acts governing the prisons of the country. The various judgments passed by the Supreme Court and High Courts on prisoners&rsquo; rights as well as the different aspects of correctional administration form an important part of this compilation. It also summarizes the rights and duties of prisoners as drawn from various judgments of the Courts. The language of the book has been kept simple so that every detail is easily understood and appreciated. The volume will serve as a ready reckoner not only for stakeholders in the criminal justice administration but also for students, civil society and anybody who is interested in understanding the position of an outlawed person in our legal framework.</p>\n', '', '1st', 0, '9789390673230', '474', '2021', '11', '2023-06-24_14_51_26.52107807_compendium.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-24 09:21:44', '12', 1, 0, '', '', NULL, '2,1', '', 1975.00, 0, 1678.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-24 09:21:44'),
(798, 'Principles Relating to Protection of Internet Intermediaries and Personal Data', '', '<p>Principles Relating to Protection of Internet Intermediaries and Personal Data examines the extent of liability imputed to Internet intermediaries and the protection afforded to them under the Information Technology Act, 2000 and the rules framed thereunder.</p>\n\n<p>The increased activity on the Internet has led to more personal information being shared online and there has been an exponential rise in businesses that develop themselves with the assistance of data.</p>\n\n<p>India debates the enactment of the Personal Data Protection Bill, Shrey Fatterpekar and Hridhay Khurana throw light on some of the first principles surrounding personal data protection.</p>\n\n<p>Shrey Fatterpekar practices as a Counsel in the Bombay High Court and various other forums and is also a Solicitor (Bombay). He had the opportunity to work on cases involving Internet intermediaries at a very early stage of his career and developed a keen interest in this evolving area of law. Shrey has published articles on Internet intermediaries in newspapers and legal blogs.</p>\n\n<p>Hridhay Khurana is an Associate Partner in the dispute resolution team of MDP &amp; Partners. His fora of experience includes High Courts, Securities Appellate Tribunal, Arbitrations, Sessions Court, National Company Law Tribunal, National Company Appellate Tribunal and Debt Recovery Tribunal.</p>\n', '', '1st', 0, '9789391340902', '475', '2021', '11', '2023-08-08_18_22_11.50620251GodclUi2L._SX327_BO1,204,203,200_.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-06-24 09:24:22', '27', 1, 0, '<p><strong>Detailed Contents<br />\nPart I Protection of Internet Intermediaries</strong><br />\n1.&nbsp;&nbsp; Introduction<br />\n2.&nbsp;&nbsp; Safe Harbor for Intermediaries in India<br />\n3.&nbsp;&nbsp; Pre-litigation Measures<br />\n4.&nbsp;&nbsp; Jurisdiction<br />\n5.&nbsp;&nbsp; Copyright<br />\n6.&nbsp;&nbsp; Trademarks and Passing Off<br />\n7.&nbsp;&nbsp; Defamation<br />\n8.&nbsp; &nbsp;Miscellaneous<br />\n<strong>Part II Protection of Personal Data</strong><br />\n9.&nbsp;&nbsp; The Road to Data Privacy and the Current Regime in India<br />\n10. Getting Ready for a Data Protection Regime<br />\n11.&nbsp; Personal Data<br />\n12.&nbsp; Anonymization of Personal Data<br />\n13.&nbsp; Consent</p>\n', '', NULL, '2', '', 1050.00, 0, 900.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 150.00, '2023-06-24 09:24:22');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(799, 'Economic Analysis of Law', '', '<p>Understanding the interface between law and economics is crucial to understanding the dynamics of state machinery. Economic considerations provide a fascinating backdrop, and often form the bedrock, for the process of law-making. Therefore, the interplay between law and economics should be explored from different perspectives of law. The selected writings in Economic Analysis of Law seek to inculcate in the reader an innate understanding of economics within the realm of law.</p>\n', '', '1st', 1, '9789391340179', '406,476', '2021', '11', '2023-06-24_14_56_06.08393409_economic.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-24 09:26:28', '96', 1, 0, '<p>1: Basic Principles of Law and Economics<br />\n2: Ethics and Economics: An Orientation Towards Good Life<br />\n3: The Microeconomic Analysis of Law<br />\n4: Economic Analysis of the Directive Principles of State Policy<br />\n5: Economics and Penology: Cost-Benefit Analysis<br />\n6: Economic Analysis of Crime and Punishment<br />\n7: Economic Analysis of Legal Process<br />\n8: Green Economy and Role of Gram Panchayat<br />\n9: Economic Analysis of Corporation<br />\n10: Impact of Banking Frauds on Indian Economy: A Legal and Economic Analysis of Current Prosecution Mechanisms<br />\n11: Growing Market and Its Receding Morality: Rethinking Market<br />\n12: Economic and Legal Perspective of Antidumping Policy</p>\n', '', NULL, '2', '', 550.00, 0, 467.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-24 09:26:28'),
(800, 'Dr. Chiradeep Basak', '', '<p>Climate Change is one of the most widely discussed topics of present times. It has both intra- and inter-generational implications. This popular topic of our times has gained immense momentum in the last two decades and yet, we strive to acknowledge and address the associated vulnerabilities and risks. It is not a hidden fact that India is one of the most climate-vulnerable countries in the world with socio-economic aspirations and challenges. To address these challenges and attain the goals, several climate-resilient actions have been adopted through international and domestic law and policy measures. Global Climate Change and Environmental Laws in India is an endeavor to explore those measures and present them to its environmentally thoughtful readers. The dynamic discourse of Climate Law and Policy cannot be covered in a single piece of literature. However, an effort has been made to present its crucial elements in a simpler form, which will be relevant for scholars of multidisciplinary studies.</p>\n', '', '1st', 0, '9789390673704', '477', '2021', '11', '2023-06-24_14_57_47.99243310_Global-Climate-Change.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-24 09:28:05', '54', 1, 0, '', '', NULL, '2', '', 875.00, 0, 875.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-24 09:28:05'),
(801, 'Environmental Law and Architecture, Building, Construction and Development', '', '<p>The building and construction sector is regulated by environmental law through various green legislations, rules, regulations, notifications, international developments and guidelines. Environmental Law and Architecture, Building, Construction and Development is the first book dedicated to study the application of environmental law on built projects. Law requires mandatory compliance, be it the construction of a housing society, a highway, a petroleum refinery, an airport or a zoological garden. Lack of due diligence can lead to adverse environmental, legal and, sometimes, colossal financial ramifications for builders, developers, authorities and other stakeholders. Awareness is the only way to ensure compliance. This book facilitates consciousness as it is more than just a regular compilation of relevant statutory provisions and detailed commentary with case laws. It contains numerous illustrative case studies too, many of which are drawn from real-life cases, and explores policy where necessary. The book covers an interdisciplinary subject that is likely to evolve in a major way in future. It will be useful for judges, lawyers, architects, town planners, academicians and other stakeholders who strive for sustainable development. The simplified language, and attractive design and format will be an additional draw.</p>\n', '', '1st', 1, '9789391340162', '478', '2021', '11', '2023-06-26_10_43_44.80874311_environmental.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-26 05:18:09', '54', 1, 0, '', '', NULL, '2,1', '', 1175.00, 0, 998.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-26 05:18:09'),
(802, 'The Evidence Law of India', '', '<p>The unique, comprehensive and systematically organized The Evidence Law of India, written by Dr. Justice D. K. Arora with Hemant Kumar Pandey, is a scholarly, well- balanced and well-researched work. It explains the principles and concepts of the Evidence Act, 1872, in a simple and lucid manner. This book will be immensely useful to teachers, judges, academicians, advocates, aspirants of competitive examinations and law students. It includes the latest case laws and all amendments up to 2021; discusses reports of the Law Commission on Evidence Act; and contains important cases, definitions and section-wise comments.</p>\n', '<p><strong>Part I &ndash; Relevancy of Facts;</strong><br />\n1: Preliminary;<br />\n2: Relevancy of Facts</p>\n\n<p><strong>Part II &ndash; On Proof</strong><br />\n3: Facts Which Need Not Be Proved<br />\n4: Of Oral Evidence<br />\n5: Of Documentary Evidence<br />\n6: The Exclusion of Oral by Documentary Evidence</p>\n\n<p><strong>Part III &ndash; Production and Effect of Evidence</strong><br />\n7: The Burden of Proof<br />\n8: Estoppel<br />\n9: Of Witnesses<br />\n10: Of the Examination of Witnesses<br />\n11: Of Improper Admission and Rejection of Evidence</p>\n', '1st', 0, '9789390673711', '479', '2021', '11', '2023-06-26_10_50_45.86451412_evidence_law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-06-26 05:21:10', '16', 1, 0, '<p>1: Basic Principles of Law and Economics<br />\n2: Ethics and Economics: An Orientation Towards Good Life<br />\n3: The Microeconomic Analysis of Law<br />\n4: Economic Analysis of the Directive Principles of State Policy<br />\n5: Economics and Penology: Cost-Benefit Analysis<br />\n6: Economic Analysis of Crime and Punishment<br />\n7: Economic Analysis of Legal Process<br />\n8: Green Economy and Role of Gram Panchayat<br />\n9: Economic Analysis of Corporation<br />\n10: Impact of Banking Frauds on Indian Economy: A Legal and Economic Analysis of Current Prosecution Mechanisms<br />\n11: Growing Market and Its Receding Morality: Rethinking Market<br />\n12: Economic and Legal Perspective of Antidumping Policy</p>\n', '', NULL, '2,1', '', 1150.00, 0, 977.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-26 05:21:10'),
(803, 'Dewan’s Proof of Documents (Civil & Criminal) Including Digital Signature and Electronic Records', '', '<p><strong>About Book:</strong></p>\n\n<p>Dewan&rsquo;s Proof of Documents (Civil &amp; Criminal) has been compiled for the purpose of bringing up-to-date case laws and amendments in one volume as a practical handbook and as a guide for Lawyers, Courts and Officers. This is the Fourth Edition with much improvement in every sphere.</p>\n', '', '4th', 0, '9789390529544', '433', '2021', '11', '2023-08-25_12_28_06.1119459789390529544.jpg.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-06-26 05:23:50', '19,12,16', 1, 0, '', '', NULL, '2,1', '', 4400.00, 0, 3750.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 650.00, '2023-06-26 05:23:50'),
(804, ' Vivian Bose: The Classic Exempler - Vidhan Maheshwari', '', '<p>Justice Vivian Bose is regarded by many as one of the best judges and legal professionals of pre-Independence and post-Independence India. It is rare to find a judge with such judicial enthusiasm, sense of justice and varied interests. Justice Vivian Bose: A Classic Exemplar brief details about the life and interests of Justice Bose, his judicial beliefs and full texts of his judgments that can be regarded as representative and noteworthy of his judicial approach and his ability to express and articulate the subject matter.</p>\n', '', '1st', 1, '9789391340872', '481', '2021', '11', '2023-06-26_10_55_35.65452114_vivian.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-06-26 05:25:55', '22', 1, 0, '', '', NULL, '1', '', 1575.00, 0, 1315.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 260.00, '2023-06-26 05:25:55'),
(805, 'Judicial Process', '', '<p>Judicial process is an important area of law which has remained unexplored and about which not much has been written. This book on the judicial process has tremendous potential to identify and address its least-known aspects. It has widely covered tropics such as Rules of Law, Judicial Accountability, Judicial Dissents, and Legitimacy, and has also included some of the emerging areas of law such as Artificial Intelligence and Judicial Creativity. Students will find Judicial Process akin to a textbook and an excellent source for further research as well. Its systematic approach, effortless reading, and wide and well researched information and analysis make the book a must-have for serious students of Judicial Process.</p>\n', '', '1st', 1, '9789391340599', '482', '2021', '11', '2023-06-26_10_57_09.68635415_judicial.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-26 05:27:29', '89', 1, 0, '', '', NULL, '2', '', 875.00, 0, 743.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-26 05:27:29'),
(806, 'Cyberbullying: The Dark Side of Social Media', '', '<p>The world we live in is now neatly divided into two realms: the real and the virtual. In recent times, the virtual world appears to be slowly, but markedly, overtaking the real one. Human interactions, be they personal, social or political, are shifting their domains. Opinions are voiced in 240 characters or less; popularity and adulation are counted in retweets and likes; everything is gauged from ratings and reviews. Love and affection are found in chats, website comments and messages. So are hate, derision and insecurities. The internet, unlike the ephemeral human memory of the real world, never forgets. The anxiety associated with the permanency of hate and sorrow is becoming a major psychological issue among people, especially teenagers. Cyberbullying as a phenomenon, especially among young adolescents and teenagers, needs to be addressed distinctively from other aspects of the cyberworld and the internet. The Research Cell of the Delhi Metropolitan Education has undertaken an extensive study, including a survey based research, to unpack the issue of cyberbullying and its effects on the social and psychological aspects of people, especially Indian teenagers. Cyberbullying: The Dark Side of Social Media tries to map the sociolegal response to cyberbullying in an Indian framework.</p>\n', '', '1st', 1, '9789390529469', '483', '2021', '11', '2023-06-26_10_58_40.55654516_cyberbyllying.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-06-26 05:28:58', '89', 1, 0, '', '', NULL, '2', '', 600.00, 0, 540.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 60.00, '2023-06-26 05:28:58'),
(807, 'Courtroom Language and the Common Man', '', '<p>Linguistic clarity is a necessary attribute of good judicial craftsmanship. Legal language has its own colour and flavour which make it unique. Its lack of uniformity, however, renders it hard to understand. Legal terminology, owing to its diverse interpretations and import from different languages, is understandable only to the legal world. The position of the common man is akin to being enclosed in a glass chamber from where he can only try to decipher the court proceedings bereft of hearing abilities. Legal lexicon is made up of archaic vocabulary and formal expressions drawn from Latin, French, Persian, Arabic and Urdu, which have become a part and parcel of the judicial process. Courtroom Language and the Common Man is a compilation of various such oft-repeated and oft-quoted words observed over the years by the author as a Judicial Officer. It is an attempt to help the legal as well as the linguistic fraternities in addressing language difficulties in general and translating the vernaculars in particular.</p>\n', '', '2nd', 0, '9789390529322', '484', '2021', '11', '2023-06-26_11_00_07.16675817_courtroom.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-06-26 05:30:30', '89', 1, 0, '', '', NULL, '2', '', 625.00, 0, 565.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 60.00, '2023-06-26 05:30:30'),
(808, 'Law of Armed Conflict: Application and Practice', '', '<p>Law of Armed Conflict: Application and Practice has been conceptualised as a clinical treatise on International Humanitarian Law. The increasing role of India in strategic and security spheres mandates it must adhere to the laws of armed conflict in different situations of engagement. The problems depicted in the book would be useful for a cross section of rank and file on the notions of proportionality, distinction, protection, military necessity and command responsibility. The initial chapters would assist in the promulgation of a training strategy to promote dissemination of the law of armed conflict and its related disciplines by way of simulation, case studies and role play. The book is the first of its kind in South Asia. The practical examples depicting diverse issues of the means and methods of war will help strategic experts, military commanders, diplomats, media and all students interested in national defence.</p>\n', '', '1st', 0, '9789390673735', '485', '2021', '11', '2023-06-26_11_02_31.38432018_law_of_armed.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-06-26 05:32:34', '89', 1, 0, '', '', NULL, '2', '', 495.00, 0, 455.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 40.00, '2023-06-26 05:32:34'),
(809, 'Human body as property: Legal Dimensions', '', '<p>Scientific advancements in the past few decades such as the development of human organ transplantation, creation of human embryos outside the body using artificial reproductive techniques, preservation of human embryos and gametes, progress in biomedical research using human materials leading to the creation of cell lines, research in regenerative medicine and so on have brought to the forefront various uses of the human body and bodily materials. The huge demand for the human body and bodily materials has turned them into a commercially exploitable property, resulting in unlawful means of procurement. Legislations pertaining to the transactions in the human body and bodily materials in most jurisdictions aim to prevent their commercial dealings. Nevertheless, an international black market has grown to meet the demand for the human body and bodily materials. There is a need for stringent laws to tackle issues involving the procurement, retention and use of the human body and bodily materials. Analysis of judicial decisions from various jurisdictions reveals that in certain situations, the courts have recognized &lsquo;property&rsquo; interests in the human body and bodily materials. Human Body as Property analyses these property interests.</p>\n', '', '1st', 0, '9789390529117', '420', '2021', '11', '2023-06-26_11_03_58.10402019_human.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-26 05:34:13', '89', 1, 0, '', '', NULL, '2', '', 1000.00, 0, 850.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-26 05:34:13'),
(810, 'Exploration of Technology Globally and Its Legal Dimensions', '', '<p><strong>Thomson Reuters Exploration of Technology Globally and Its Legal Dimensions by Prof. (Dr.) Shefali Raizada</strong></p>\n', '', '1st', 1, '9789390529483', '487', '2021', '11', '2023-06-26_11_05_40.89848820_exploration.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-26 05:36:02', '89', 1, 0, '', '', NULL, '2', '', 925.00, 0, 786.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-26 05:36:02'),
(811, 'Restructuring Indian Judiciary: A comparative Study', '', '<p>The modified traditional British judicial system being followed in India has not been able to dispense justice to the people of the nation despite the ever-expanding jurisdiction of its constitutional and subordinate courts. Justice D.M. Dharmadhikari and Siddharth Sharma, having surveyed judicial systems functioning satisfactorily in other democratic countries of the world, particularly USA and UK, and in European countries working on common law, which have modernised their systems with scientific techniques to meet the demands of justice, advocate in Restructuring Indian Judiciary a reorganisation of the entire judicial system of India from its foundation for better administration of justice both qualitatively and quantitatively.</p>\n', '', '1st', 0, '9789389891560', '488', '2021', '11', '2023-06-26_11_07_35.54914121_restructuring.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-26 05:38:15', '89', 1, 0, '', '', NULL, '2', '', 450.00, 0, 382.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-26 05:38:15'),
(812, 'Courtroom No. 1 2018 and 2019', '', '<p>The position of the Chief Justice of India is not only one of the most coveted in the Parliamentary and democratic government structure of our nation state, but also, in fact, an institution in its own right. It is an office which derives its authority directly from the Constitution of India. There have been numerous discussions across the legal history of our country contemplating the appointment and stature of the Chief Justice of India symbolizing the idea of the &ldquo;independence of judiciary,&rdquo; a component of the basic structure of our Constitution. Very little, however, has been said and written about the human component of the oce of the Chief Justice of India. Courtroom No. 1&mdash;2018 and 2019 attempts to understand the place of the Chief Justice of India within the Court and upon the Bench, not just as the administrator in chief of the Supreme Court, but also as an adjudicator of disputes and protector of the Constitution. With this vision, the Delhi Metropolitan Education (DME) has analyzed all the cases of 2018 and 2019 issued from the Bench of the Chief Justice of India to understand his impact over the proceedings and the subjective human component that plays a role in the making of a judgment.</p>\n', '', '1st', 1, '9788194792246', '483', '2021', '11', '2023-06-26_11_09_32.78553722_courtroom.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-26 05:39:51', '89', 1, 0, '', '', NULL, '2', '', 700.00, 0, 595.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-26 05:39:51'),
(813, 'White-Collar Crimes in India - Contemporary Issues and Complexities', '', '<p>White-collar crimes cost India billions every year. Effective prevention and clamp down on these crimes are crucial to the country&rsquo;s economic health. Being a relatively new and dynamic field, it constantly throws up ambiguity in procedural and evidentiary issues, such as the powers of investigation agencies, grant of bail to the accused, the burden of proof applied during the trial and the liability of offences by a corporate and its officials.</p>\n\n<p>White-Collar Crimes in India seeks to decode these crimes in India by covering a broad range of topics from several perspectives. It attempts to throw light on many contentious and complex issues in the regulatory and enforcement sphere from the perspective of both an individual as well as an organization.</p>\n\n<p>This book delves into significant policy issues concentrating on the legal rights and duties of corporate India and its officials, the potential complexities that businesses could face on account of white-collar statutes, and the cost of doing business in India in the days and years to come. It is a must-read for anyone who is interested in the recent and ongoing shifts in white-collar crime jurisprudence in India and its impact on Indian businesses.</p>\n', '', '1st', 1, '9789390673223', '489', '2021', '11', '2023-06-26_11_11_34.63713423_white.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 4, '2023-06-26 05:41:53', '89', 1, 0, '<p><strong>Part I White-Collar Offences</strong></p>\n\n<p>Chapter 1&mdash;White-Collar Crimes: Evolution and the Changing Dynamics<br />\nChapter 2&mdash;White-Collar Crimes and the Indian Penal Code<br />\nChapter 3&mdash;The Prevention of the Corruption Act, 1988<br />\nChapter 4&mdash;Prevention of Money Laundering&nbsp;Act, 2002<br />\nChapter 5&mdash;Companies Act, 2013<br />\nChapter 6&mdash;The Fugitive Economic Offenders Act, 2018</p>\n\n<p><strong>Part II Procedural Aspects Involved</strong></p>\n\n<p>Chapter 7&mdash;Process of Criminal Trial in India<br />\nChapter 8&mdash;Complaint and FIR<br />\nChapter 9&mdash;Investigation<br />\nChapter 10&mdash;Search and Seizure<br />\nChapter 11&mdash;Arrest<br />\nChapter 12&mdash;Bail</p>\n\n<p><strong>PART III Contemporaneous Legal Issues</strong></p>\n\n<p>Chapter 13&mdash;Cross-Border Criminal Investigations<br />\nChapter 14&mdash;Corporate Criminal Liability<br />\nChapter 15&mdash;Approvers<br />\nChapter 16&mdash;Internal Investigations<br />\nChapter 17&mdash;Whistle-blowers<br />\nChapter 18&mdash;Rule of Legal Privilege<br />\nChapter 19&mdash;Conclusion</p>\n', '', NULL, '2', '', 675.00, 0, 607.50, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-06-26 05:41:53'),
(814, 'Uniform Civil Code - A Never Ending Dilemma in India', '', '<p>Uniform Civil Code is a compilation of essays by experts on one of the most debatable topics of independent India. In the Indian legal system religious personal laws exist along with territorial secular laws&mdash;an understanding borrowed from British India. This understanding is often criticized because religious personal laws are considered to be gender unjust and a hurdle in realizing the goal of national integration. Being a secular nation, India has, time and again, strived to settle these issues without much success. A Uniform Civil Code is often suggested as a remedy but the question lingers: will its introduction resolve all the problems pertaining to gender equality and national integration? Or will it have an adverse impact on the religious rights of the citizens? Uniform Civil Code is an attempt to answer all such questions by exploring various facets of the topic. Readers will get an insight into the journey and evolution of the concept of Uniform Civil Code as also the views of the protagonists and antagonists. From the Constituent Assembly debates, corridors of the courts of law, and political agendas being set on roads and TV studios, this book will give readers an overall insight into the topic and allow them to decide what seems right in their perspective.</p>\n', '', '1st', 1, '9789390673940', '472', '2021', '11', '2023-06-26_11_13_52.28975224_uniform.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 4, '2023-06-26 05:44:08', '89', 1, 0, '', '', NULL, '2', '', 725.00, 0, 652.50, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-06-26 05:44:08'),
(815, 'Ambedkar’s milestones on the roadmap of Indian constitution', '', '<p>Ambedkar&rsquo;s Milestones on the Roadmap of Indian Constitution is truly a landmark book reflecting the ideology of Dr. Bhimrao Ambedkar. The contributors have highlighted different aspects of Dr. Ambedkar&rsquo;s ideology and covered his thoughts on socialism; its nature under the Indian Constitution; constitutional morality; democratic values; social, economic and political justice; secularism; feminism; education; and labour legislations. The book is a comprehensive study of one of the chief architects of the Indian Constitution and shines a light on his words and deeds. It is dedicated to the radical legacy of Dr. Ambedkar and will be of great help to academicians, professionals, students and the public in general.</p>\n', '', '1st', 1, '9789390673544', '490', '2021', '11', '2023-06-26_11_15_59.20333925_ambedkar.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-26 05:46:17', '89', 1, 0, '', '', NULL, '2', '', 750.00, 0, 637.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-26 05:46:17'),
(816, 'A Handbook on Geographical Indications in India', '', '<p>Every geographical indication (GI) is a country&rsquo;s pride. It showcases the name, fame and the geographical region&rsquo;s reputation and link with the product, for example, Darjeeling tea. The specific skills of artisans, climatic conditions and raw materials add to the product&rsquo;s quality. While a trademark identifies a particular company product, a GI identifies a product originating from a specific region. The authenticity of the product is assured by registering it with the Geographical Indication Registry, Chennai. These local products require global promotion which in turn will boost the rural economy. India has registered more than 370 GIs since enacting the Geographical Indications of Goods (Registration and Protection) Act, 1999. A Handbook on Geographical Indications in India is an inquiry into the nation&rsquo;s registered GIs, providing their basic descriptions, and information on their uniqueness and protection as an intellectual property right. The book also explains the registration procedure, application process, statewise registrations, list of Part-A and Part-B registrations, along with the world scenario and international agreements on GIs. It is intended for non-experts, all who seek basic information on India&rsquo;s GIs, and is meant to be used as a ready reference.</p>\n', '', '1st', 1, '9789391340582', '491', '2021', '11', '2023-06-26_11_19_37.96561226_a_handbook.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 4, '2023-06-26 05:50:05', '28', 1, 0, '', '', NULL, '1,2', '', 2250.00, 0, 2025.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-06-26 05:50:05'),
(817, 'Health Law and Policies in India', '', '<p>Health is crucial and central for every human being and thus is a subject of continual interest. Health Law as a discipline is attracting an increasing amount of scholarly attention. It has several contours, among which are constitutional and human rights. Starting from roots enshrined in the Constitution of India, particularly under Article 21, health is also recognized as a basic human right by several international agreements. Health laws and policies are crucial for the well-being of any nation and its citizenry, especially in the times of the COVID-19 pandemic and in particular for vulnerable groups such as women: children, particularly infants: the physically and mentally challenged; the elderly: and patients of leprosy, Health Laws and Policies in India contains 28 chapters dealing with issues covering COVID-19. human rights, insurance and various socio-legal problems.</p>\n', '', '1st', 1, '9789391340650', '492', '2021', '11', '2023-06-27_13_44_27.78420001_Health_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-27 08:14:48', '13', 1, 0, '', '', NULL, '2', '', 1225.00, 0, 1041.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-27 08:14:48'),
(818, 'The Law of Corporate Insolvency: Resolution and Liquidation\'', '', '<p>The Law of Corporate Insolvency is a commentary on selected provisions of the Insolvency and Bankruptcy Code, 2016, which deal with the general process of insolvency resolution and liquidation of corporations. The book will prove useful for both students and practitioners who are looking to get an insight into the concepts involved and the judicial treatment of these provisions. The book is largely written in a section-wise manner and uses judgments to explain the law covered in the statute. The book covers almost all major case laws that have come out till the end of 2020.</p>\n', '', '1st', 1, '9789390529629', '492', '2021', '11', '2023-06-27_13_49_27.03226602_the_law_of_cor_insolvency.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-27 08:16:55', '2', 1, 0, '', '', NULL, '2,25', '', 1225.00, 0, 1225.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-27 08:16:55'),
(819, 'Commentary on the Insolvency and Bankruptcy Code, 2016\' In 2 Vols', '', '<p>Commentary on the Insolvency and Bankruptcy Code, 2016 is an exhaustive, section-wise critique on the Indian Insolvency and Bankruptcy Code, 2016 (&lsquo;IBC&rsquo;/&rsquo;Code&rsquo;), covering the entire gamut of legal developments since its inception till December 2020. The work covers all the relevant case laws: the critical decisions rendered by NCLT, NCLAT, IBBI, various High Courts across India and the Supreme Court of India. Moreover, it discusses the amendments, ordinances, rules, regulations, notifications, circulars and guidelines issued by the Central Government and IBBI as also the reports of BLRC and ILC, and the allied and general laws relevant to the subject. This discussion helps in critically analysing and elucidating the diverse elements and issues arising under the Code. The work features a useful comparative law analysis between the IBC and the Insolvency Act, 1986 (United Kingdom) to explain and deliberate on the provisions of a substantially similar nature. The work, as such, is ideal for practitioners, that is, lawyers and insolvency professionals, the judiciary, academia, and those with an interest in the subject.</p>\n', '', '1st', 0, '9789390529216', '494', '2021', '11', '2023-06-27_13_51_48.39393403_insolvency-bankruptcy.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-27 08:22:06', '2', 1, 0, '', '', NULL, '2,25,1', '', 7900.00, 0, 7900.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-27 08:22:06'),
(820, 'An Introduction to International Law', '', '<p>An Introduction to International Law is a preliminary text that provides a thorough understanding of the subject and critical evaluation of its processes. The book offers perspectives on the history of international law that would enable the reader to approach the subject with a non-European tradition. The initial chapters set the discourse in motion and prepare the reader to undertake the study of a legal system that continuously reinvents itself. With a brief history, approaches, contexts, concepts, theories and case laws, the book is aimed to assist the reader in her study of the subject. With the help of precepts and principles, those that are outdated and those that are retained, the text offers active engagement for the reader. The arrangement of the contents will invoke the reader&rsquo;s interest in international law and will encourage further enquiry into the subject.</p>\n\n<p>The book offers a study of recent case laws and accounts of contemporary events that make International Law a dynamic system. Chapter outlines, the structure of the chapters and suggestions for reading make the book reader friendly and accessible.</p>\n', '', '1st', 1, '9789390673872', '495', '2021', '11', '2023-06-27_13_53_24.41906304_an_introduction.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-27 08:23:50', '29', 1, 0, '', '', NULL, '2,1', '', 1375.00, 0, 1168.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-27 08:23:50'),
(821, 'Export Controls in India', '', '<p>As the world recovers and continues with life and business in the aftermath of the disruption caused by the pandemic, the fragility of global trade and finance systems have become palpable. The interruptions are likely to present increased opportunities for deliberate and inadvertent malfeasance, amplifying the requirement for renewed and redefined compliance. The inevitable challenges posed in terms of an increased reliance on ITT, remote working, dealing with controlled data, possibly realigned supply chains, due diligence of the new suppliers and customers are begging for an assessment of established processes and even setting up of new processes. In the midst of these challenges, the export compliance teams emerge as key players. India has just found its momentum in the export control regulations arena with its memberships of the multilateral export control regimes coming in quick succession. This was succeeded by the introduction of licensing exemptions and relaxations. Compliance is the fulcrum of the changes being introduced by the regulatory authorities. Lack of information and awareness can thwart compliance. The objective of Export Controls in India is to provide guidance on compliance with a comprehensive analysis of the applicable law and detailed procedures in India for the benefit of the users.</p>\n', '', '2nd', 1, '9789390529247', '496', '2021', '11', '2023-06-27_13_56_16.63320705_export.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-27 08:26:38', '29', 0, 0, '', '', NULL, '1,2', '', 1700.00, 0, 1445.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:28:34'),
(822, 'Patent Law Cases and Materials - A Synthesis for India', '', '<p>There has been a long-felt need for a book on the fundamental principles of &lsquo;Indian&rsquo; patent law. Patent Law Cases and Materials is an effort in this direction. It is a no-nonsense, no-rhetoric book, focussing on the law, its interpretation and application.<br />\nThe casebook format of Patent Law Cases and Materials suits practitioners and judges. It allows every reader to independently interpret and assess the implication of each case law, which forms a vital component of the practice of law. Even from an academic perspective, it provides an unfiltered view of the law, better than any unnecessary prose.<br />\nFor each topic of patent law, the book provides a single point congregation of the relevant Indian provisions and extracts from relevant case laws across India, the UK, the EU and the USA. This approach is ideal for India, where jurisprudence on the subject is limited. Courts, practitioners and the Patent Office often resort to such a comparative approach to learn from the experiences of other jurisdictions.</p>\n', '', '13th', 0, '9789391340131', '497', '2021', '11', '2023-06-27_14_00_30.27411506_patent_law.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 3, '2023-06-27 08:31:03', '28', 0, 0, '', '', NULL, '1', '', 5750.00, 0, 5050.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 700.00, '2026-05-06 06:28:00'),
(823, 'Crimes Against Children in India', '', '<p>Crimes against Children in India takes stock of the current context and aims to bring greater clarity to how children become victims and vulnerable to various crimes in the country. This book assesses the administration of the Juvenile Justice System in India and focuses on the fact that children have a right to respect for their evolving capacities. This right would redirect the criminal justice system towards a normative framework that is better equipped to accommodate the realities of childhood. Such a framework would contain a clear foregrounding of a child&rsquo;s experiences and the reality of their daily lives and in which the child&rsquo;s experience of powerlessness and vulnerability is embedded throughout. The subject has been discussed keeping in view UGC&rsquo;s requirements with respect to a three-year law course, Five-year B.A., LL.B. integrated degree course and LL.M. The book also serves the needs of those who are preparing for various competitive examinations.</p>\n', '', '1st', 1, '9789390673957', '498', '2021', '11', '2023-06-27_14_03_44.87627507_crimes.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 3, '2023-06-27 08:34:19', '91', 0, 0, '', '', NULL, '1,2', '', 1275.00, 0, 1075.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 200.00, '2026-05-06 06:27:19'),
(824, 'Judge your Judgment - A book on Drafting of Judgements and Orders', '', '<p>In jurisprudence, a judgment not only carries the verdict of a case but also provides a detailed description of all the relevant facts and a discussion of the logical and legal course followed to reach the decision. A high-quality judgment makes the decision crystal clear for the litigants and stands up to the scrutiny of legal experts and higher courts. A well-organized judgment is a service to the society and establishes the rule of law. In Judge Your Judgment, Justice Naresh Kumar Gupta and Manisha Gupta provide a detailed and easy-to-follow road to developing and honing the skills required for drafting judgments and orders. This book uses simple language with numerous case examples, order samples, decision summaries, rulings and extracts of Civil Court Rules, and Rules and Orders (Criminal). This book covers all variety of cases&mdash;Civil, Criminal, Tribunals, Tehsildaari and so on&mdash;and is relevant for new and old judges; magisterial authorities such as SDMs and DMs; and quasi-judicial authorities such as Tribunals.</p>\n', '', '1st', 1, '9789390673629', '499', '2021', '11', '2023-06-27_14_06_06.34658308_Judge_Your_Judgment.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-27 08:36:23', '113', 0, 0, '', '', NULL, '2', '', 725.00, 0, 616.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:26:37'),
(825, 'Clinical and Continuing Legal Education', '', '<p>Clinical and Continuing Legal Education serves as the first comprehensive volume on the need for continuing legal education in India. The evolving nature of law and legal practice urges professionals to keep abreast with the latest trends in law so as to remain eective and successful. Presently, the Indian legal profession is emerging from decades of chronic neglect in terms of capacity building, and is now faced with an enormous challenge to remain conscious of its new responsibilities, particularly overseeing the fragile reform transitions. Therefore, the need of the hour is to develop an ability to continuously enhance new and better forms of knowledge. Infact, the purpose of legal education is not limited to obtaining degrees or acquiring skills, but must include the development of a process wherein continuous learning thrives. This brings to the fore the importance of continuing legal education. The wide range of chapters in this collection details the need, relevance and prospects for reshaping the Indian legal profession. Taken as a whole, Clinical and Continuing Legal Education will be of immense interest to lawyers, policymakers, judges and academicians interested in the profession of law.</p>\n', '', '1st', 0, '9789390673001', '299', '2021', '11', '2023-06-27_14_07_45.82538709_clinical.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-27 08:38:05', '13', 0, 0, '', '', NULL, '2', '', 1450.00, 0, 1232.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:26:15'),
(826, 'Pharma-Patents in India and the USA--a Juristic Study', '', '<p>National governments are routinely pressured by pharmaceutical industries, by means of their lobbying expenditures and political contributions, to protect their IP rights and set their own value-based, as opposed to value in health care, prices for the drugs they manufacture. At the same time, international organizations such as the World Trade Organization continue to strive to negotiate agreements (eg. Trade Related Aspects of Intellectual Property Rights, or TRIPS) to bring a meaningful balance between developed and developing nations because the latter face severe challenges of access to essential drugs and the courts are engaged in judicial activism to prevent evergreening and serve the common good while ruling on cases that appear before them. Hence. Pharma-Patents in India and the USA-a Juristic Study compares pharma-patents in India and the United States while examining the role of the World Trade Organization in bringing a balance between developed and developing nations via TRIPS and its impact on the Indian Patent Act 1970.</p>\n', '', '1st', 1, '9789391340773', '500', '2021', '11', '2023-06-27_14_10_29.01383910_pharma-patents.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-27 08:40:56', '28', 0, 0, '', '', NULL, '2', '', 595.00, 0, 505.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:25:46'),
(827, 'Dewan\'s Exhaustive Commentary on the Right to Information Act, 2005', '', '<p>The third edition of Dewan&rsquo;s Exhaustive Commentary on the Right to Information Act, 2005 is updated with a plethora of latest decisions of the Supreme Court and of the High Courts up-to-date, it retains all the exhaustive features of the previous editions, it is completely recast, thoroughly revised and is even rewritten at places, so as to make the book more understandable. So keeping in mind the importance of the concept of Law of Right to Information, the author has tried his best in getting all important law points and incorporating them at proper places in the book. It is hoped that the new edition also would be highly useful for members of Bar and Bench and also will be as popular as the earlier editions.</p>\n', '', '1st', 0, '9789390673445', '433', '2021', '11', '2023-06-27_14_14_34.25145111_Exhausive.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-27 08:44:58', '99', 1, 0, '', '', NULL, '2,1', '', 2750.00, 0, 2200.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2023-06-27 08:44:58'),
(828, 'Decoding Transfer Pricing for Selling (Distribution and Agency) Functions - Tax Sutra', '', '<p>One of the most litigated areas around selling functions, both internationally and particularly in India, is whether a licensee of trademark contributes to unique and valuable marketing intangibles through the intensity of its selling functions; and if so, how should arm&rsquo;s length rewards be assigned to it. Decoding Transfer Pricing for Selling (Distribution and Agency) Functions aims to carry out advanced statistical analysis of selected empirical data to ascertain whether a licensee of trademark may be said to contribute to unique marketing intangibles. The book also focuses on identifying sophisticated economic adjustments, if any, to arrive at feasible results for measuring the impact of such unique marketing intangibles under the conventional transfer pricing methods of &lsquo;one sided&rsquo; testing or adopt the profit split method as a better recourse. The literature available on the above topics around the world, be it in guidelines issued by the OECD, United Nations or Revenue Administrations of other countries or in judicial pronouncements, only provide theoretical answers. None of the guidelines have ever provided practical solutions through advanced statistical analysis of selected empirical data. The theoretical guidelines often confuse readers and tax administrators on the proper application of transfer pricing techniques, particularly when transfer pricing is not an exact science. The purpose of Decoding Transfer Pricing for Selling (Distribution and Agency) Functions is to provide a practical solution to the above issues through Rahul Mitra&rsquo;s professional experience spanning a couple of decades. The book also addresses several related issues particularly harmonisation of transfer pricing and customs duty regulations in the context of distributors, which, much against popular misconceptions or apprehensions, happen in reality.</p>\n', '', '1st', 0, '9789390673469', '514', '2021', '11', '2023-06-27_14_17_59.82096913_decoding.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 3, '2023-06-27 08:48:17', '57', 0, 0, '', '', NULL, '1,2', '', 1000.00, 0, 830.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 170.00, '2026-05-06 06:25:18'),
(829, 'Mystiques of MLI Brought Alive\' - Taxsutra', '', '<p>MLI was conceptualized to prevent BEPS. The reach of MLI is far, deep and intricate. The subject is complex. The challenges lie in comprehending the semantics for which guidance is cryptic. The subject apparently struggles between prescription and precision. While the intent of MLI is to deter treaty abuse, the form appears to disturb even a permissible arrangement. The anti-abuse measures have ushered in roadblocks which a taxpayer would have to labour really hard to surmount. MLI is a reality today. It cannot be ignored by the tax-paying community or advisors. A concerted effort is needed to demystify MLI. Mystiques of MLI Brought Alive travels through certain less-spoken provisions of MLI, their interplay with domestic tax laws and bilateral treaty provisions. The objective is to delve into the mystiques of MLI.</p>\n', '', '1st', 1, '9789390673780', '501', '2021', '11', '2023-06-27_14_21_52.28847914_mystiques.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-27 08:52:07', '57', 1, 0, '', '', NULL, '2', '', 1095.00, 0, 930.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-27 08:52:07'),
(830, 'The Arbitration & Conciliation Act, 1996', '', '<p>As amended up-to-date, this commentary throws light on ever-changing law of Arbitration in India, under the view of latest law, Supreme Court decisions, UNCITRAL Model law, English Arbitration Act 1996, the old Arbitration Act 1940, and the New Delhi International Arbitration Centre Act, 2019.</p>\n', '', '3rd', 0, '9789389891027', '502', '2020', '11', '2023-06-27_14_23_58.37979215_the_arbitration.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-27 08:54:21', '4', 0, 0, '', '', NULL, '1,2', '', 2995.00, 0, 2545.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:23:29'),
(831, 'Investing in India’s Infrastructure and Energy Sectors: Laws & Practice', '', '<p>Investing in India&rsquo;s Infrastructure and Energy Sectors links recent laws and practices relating to investments in infrastructure and energy projects in India and approaches these issues from a commercial and legal perspective. The book deals with (i) generic legal issues, that is, investments, PPPs, bids and tenders, regulatory aspects and project agreements (Concessions, EPC and O&amp;M contracts, etc.) and (ii) specific legal issues that arise in some core infrastructure sectors such as electricity and renewables, airports, ports, and oil and gas, and the challenges faced by investors, developers, financiers and procurers. The book is a contemporary work and provides various types of comparative analyses, for example, between various types of tender documents used in different states, between past and recent concession/project agreements, between various state policies that are applicable and other issues relevant for legal negotiations and finalization of legal contracts. At each stage the book elaborates on the various current industry and best market practices. Important questions such as what are the issues with foreign investment in these sectors; what questions come up in a typical concession; how does one cover a legal due diligence; how can change in control provisions impact investors; what type of procurement is possible in India today and what procedures are required to be complied with; and how does one mitigate and manage legal, regulatory and commercial risk as infrastructure projects move along the development timeline have been raised and answered in the book. The book is meant for legal practitioners, policy makers / government authorities, commercial lawyers, in-house counsel, legal departments as well as academicians and students/researchers who have an interest in these areas and wish to understand some of the practical and current commercial/legal issues and trends and relevant Indian government policies in these sectors.</p>\n', '', '1st', 0, '9789390529179', '505', '2021', '11', '2023-06-27_14_28_16.15967918_investing.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-27 08:59:06', '134', 0, 0, '', '', NULL, '2', '', 1750.00, 0, 1487.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:23:09'),
(832, 'Regulatory Mechanism for the Capital Market in India', '', '<p>Regulatory Mechanism for the Capital Market in India deals with the various regulatory and legal aspects of the functioning of the capital market. It would be helpful to those who are interested in the functioning of the capital market, various players involved therein and the protection of investors. One of the unique features of this book is the detailed analysis of start-ups in India and the rules pertaining to them. It also examines the role of SEBI in regulating and maintaining efficiency in the capital market. the ebook contains the rules and regulations made by SEBI under various laws. Case laws of the Supreme Court, SEBI Appellate Tribunal and High Courts further enrich the readers&rsquo; understanding of the capital market. the ebook would also be useful to law students, legal practitioners, students of financial laws, chartered accountants and company secretaries.</p>\n', '', '1st', 0, '9789390529001', '506', '2021', '11', '2023-06-27_14_30_34.92586019_regulatory.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-27 09:00:49', '7', 0, 0, '', '', NULL, '2', '', 1200.00, 0, 1020.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-27 09:00:49');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(833, 'A Complete guide to valuation of IP assets', '', '<p>A Complete Guide to Valuation of IP Assets has been categorically written in parts so as to make the subject matter easy to comprehend. It covers all types of intellectual properties and, while differentiating the individual requirement of various types of intellectual property, it encompasses within its scope of discussion the need and means of valuation of such intellectual properties. The book answers the most important queries related to valuation, starting with a discussion on what is valuation. Further, it elaborates upon scenarios in which valuation becomes pertinent, thereby answering the question of why is the valuation required. It then delves into a detailed discussion on the types of valuation approaches, thereafter explaining and dealing with individual intellectual properties for determining when to apply a particular approach. This is followed by an explanation of how to carry out a valuation of different IP assets. This book, while keeping in mind various industries and communities, also provides a unique discussion of management, audit and taxation of intellectual property. For a topic as complex as valuation, A Complete Guide to Valuation of IP Assets has been curated as an invaluable guide for students, researchers and professionals, with theoretical understanding of the subject matter coupled with case studies, illustrations and samples.</p>\n', '', '1st', 0, '9789390529445', '507', '2021', '11', '20251023_124521_9789390529445.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-27 09:02:40', '28', 0, 0, '', '', NULL, '2', '', 900.00, 0, 738.00, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2026-05-06 06:17:54'),
(834, 'Article 21: The Code of Life, Liberty and Dignity in the Indian Constitution', '', '<p>In any democracy, it is the duty of the government to adopt appropriate measures to safeguard life by making laws to protect the lives of the country&rsquo;s citizens. Article 21 of the Constitution of India thus embodies a value of supreme importance. Couched in negative language, the article states that no one shall be deprived of his life or personal liberty except according to the procedure established by law. From static, mechanical and purely literal interpretation of the article in Gopalan characterised as a &lsquo;high water mark of legal positivism&rsquo; in 1950, there has been a transformation in the attitude of the apex court towards the protection of life and liberty especially after Maneka in 1978. Article 21, now regarded as the core of fundamental rights, has become a source of many substantive rights for the people. Article 21 is a detailed discussion of the evolution of various facets of the eponymous article over the last 70 years.</p>\n', '', '1st', 0, '9789389891362', '515', '2020', '11', '2023-06-27_14_37_46.16297721_Article_21__The_Code_of_Li.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 3, '2023-06-27 09:08:02', '9', 0, 0, '', '', NULL, '2', '', 1050.00, 0, 1050.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2026-05-06 06:18:10'),
(835, 'Indian Constitutional Law in 2 Vols', '', '<p>This book is an exhaustive commentary on the Constitution of India which is the longest written constitution of the world. Recent times have seen a great deal of amendments and laws. As the book goes to the readers, the Citizens Amendment Act has brought the student community on the streets apart from agitations all round the country. This law is under challenge in the Supreme Court so it is proper to comment on it. The present BJP government brought about the much needed changes in the state of Jammu and Kashmir. Article 370 of the Indian Constitution gave special status to Jammu and Kashmir. This article, along with Article 35A, provided that the Jammu and Kashmir state&#39;s residents live under a separate set of laws, including those related to citizenship, ownership of property and fundamental rights, as compared to residents of other Indian states. As a result of this provision, Indian citizens from other states could not purchase land or property in Jammu and Kasmir.</p>\n', '', '1st', 0, '9789389891461', '510', '2020', '11', '2023-06-27_14_39_29.80146222_indian_constitutional_law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-27 09:09:32', '9', 1, 0, '', '', NULL, '25,1', '', 6750.00, 0, 6750.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-27 09:09:32'),
(836, 'Consensus Ad Idem: Consent and Free Consent in Contract Law', '', '<p>&ldquo;Consensus Ad Idem&rdquo;: Consent and Free Consent in Contract Law discusses the concepts of &ldquo;consent&rdquo; and &ldquo;free consent&rdquo; in Contract Law. Sections 13 to 22 of the Indian Contract Act, 1872, constitute the statutory provisions which govern these concepts and the limitations thereto. Even as this book seeks to discuss, in detail, the ambit of these statutory provisions, it traverses through various English decisions which have not just influenced the Indian courts, but also continue to expand the jurisprudence on this branch of law. The book, in its endeavour to present a holistic understanding of the subject, discusses a catena of other issues ranging from encashment of bank guarantees, reparation principles vis-&agrave;-vis damages for contractual breaches, disparaging content in advertisements as well as the law of pleadings&mdash;issues which have a nexus with the main theme of the book. It also discusses the latest judicial pronouncements, not just by Indian courts but also by their English counterparts, which have sought to clarify issues that have remained unresolved over the years.</p>\n', '', '1st', 0, '9789390529490', '511', '2021', '11', '2023-06-27_14_43_00.22443223_consensus.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-27 09:13:19', '10', 0, 0, '', '', NULL, '2', '', 1200.00, 0, 1020.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:18:30'),
(837, 'Law on Corporate Governance', '', '<p>Corporate Governance, or CG, is a market-driven subject. The exaction for good governance practices has exhibited an upward trajectory growth in India for its economic sustenance and is immensely dynamic. No longer a business strategy, it impacts the well-being of all actors of the economy. But then, as the clich&eacute; goes, &lsquo;Change is ubiquitous&rsquo;. The seamless integration of global economies and adoption of global best practices have made the topic more challenging, necessitating regular updation to capture contemporary developments across jurisdictions. In India CG is regulated by the sectoral regulators. SEBI regulates the domestic securities market, RBI the financial sector, IRDA the insurance sector and PFRDA the pension funds. Though the underlying intent of the sectoral regulators is the same, their operations and practices are different. Against this regulatory landscape, Law of Corporate Governance enables the development of conceptual and intellectual foundations of CG by stressing on the rationale of the provisions and the issues and challenges associated with dierent layers of corporate management. A comparative analysis of CG principles and practices in major jurisdictions provides an edge to the reader&rsquo;s knowledge. UN Global Compact Network and ESG (Environmental, Social and Governance) are new dimensions of the ever-changing concepts of &lsquo;Stewardship&rsquo; in CG. India Inc. cannot aord to be a laggard in market dynamics. is book makes a sincere endeavour to ll the knowledge gap in the Indian CG education delivery ecosystem. Interweaving a relationship between the administrative and quasi-judicial powers of SEBI with the mandates of the Companies Act, 2013, duly evidenced by leading contemporary cases on CG, from Satyam to the Tata&ndash;Cyrus Mistry episode, this book provides a refreshing outlook on the study of the domain.</p>\n', '', '1st', 1, '9789390218363', '513', '2020', '11', '2023-06-27_14_45_09.93720025_Law-of-Corporate-Governance.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 3, '2023-06-27 09:15:31', '143', 0, 0, '', '', NULL, '2', '', 1020.00, 0, 1020.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2026-05-06 06:18:47'),
(838, 'Law, Procedure & Precedents on Child Sexual Abuse Trials', '', '<p>Child Sexual Abuse Trials &ndash; Laws, Procedures and Precedents examine how laws and procedures are being applied to bring justice to the victims of CSA and how the same laws and procedures are either not applied to deny justice to the child victim or interpreted so as to not believe the abuse of the child victim. One of the purposes of this book is to unravel and simplify the use of the legal system for getting justice for affected children. Another important purpose is to acquaint readers with the prevalence of CSA across the nation, potential difficulties that child victims may have to face after reporting the offense, possible loopholes that could fail the prosecution and conflicting views on the same set of circumstances right from the registration of abuse to final disposal of the appeal challenging the acquittal or the conviction by the trial court. The chapters focus on shortcomings that surface during the investigation, adjudication and treatment stages of CSA. At the same time, the best practices evolved through precedents to assure the well-being of children as victims are also included to benefit future justice seekers. Further, the relationship between poverty and CSA, between family support and victimization, between medical evidence and judicial reasoning is also explored and analyzed to understand how these relationships influence the outcome of CSA trials. Child Sexual Abuse Trials &ndash; Laws, Procedures and Precedents will be of use to everyone engaged in any way with CSA trials be it the victim or the accused, investigating agencies or prosecution, defence or adjudicating officials, judges or academia, non-governmental organizations or government agencies laying down the law on the subject.</p>\n', '', '1st', 0, '9788194772392', '516', '2020', '11', '2023-06-27_15_55_42.00517101_Law,_produce.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-27 10:26:01', '12', 0, 0, '', '', NULL, '1,2', '', 3300.00, 0, 2640.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2026-05-06 06:16:54'),
(839, 'A Working Digest on Criminal Procedure Code', '', '', '', '1st', 0, '9788194772378', '508', '2020', '11', '2023-06-27_15_57_52.09840602_A_working_digest.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-27 10:28:12', '12', 0, 0, '', '', NULL, '1,2', '', 2950.00, 0, 2507.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:16:18'),
(840, 'Dictionary of Urdu, Arabic and Persian Words as used in Courts with their Equivalents in Hindi and English', '', '<p>The book will be useful for Judges, Magistrates, Lawyers, Police Officers, Revenue and Administrative Officers, and Islamic Educational Institutions. S.S. UPADHYAY has been a District &amp; Sessions Judge in Uttar Pradesh. He served at the Raj Bhawan, Lucknow, as Legal Advisor to three Hon&rsquo;ble Governors of Uttar Pradesh from 2011 to 2018. He has served as Judge in the District Judiciary in multiple capacities in different districts of Uttar Pradesh and as Additional Director of Training at the Institute of Judicial Training &amp; Research, Lucknow. Upadhyay has trained judges, magistrates, police and jail authorities, public prosecutors and others in legal and judicial matters. His services for providing training in legal matters to the administrative officers of various levels are also solicited by the Uttar Pradesh Academy of Administration &amp; Management, Lucknow. He has delivered lectures on various subjects of law to teachers of various universities under the UGC-sponsored refreshers&rsquo; programmes. Upadhyay&rsquo;s reading material for judges, magistrates, public prosecutors, jail authorities and police officers on various law subjects has been published in many journals, brochures and books, and is also available on his website, Law Helpline (lawhelpline.in). He is the author of Governors&rsquo; Guide: Powers &amp; Functions of Governors under the Constitution of India, University Law in India, Law of Disciplinary Proceedings in India and Life &amp; Legacy.</p>\n', '', '1st', 1, '9789390529094', '518', '2021', '11', '2023-06-27_16_00_01.44213103_Dictionary_urdu.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-27 10:30:28', '135', 1, 0, '', '', NULL, '2,3', '', 850.00, 0, 850.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-27 10:30:28'),
(841, 'International Humanitarian Law In India - A Hand Book', '', '<p>International Humanitarian Law in India: A Handbook is a one-stop tool for practitioners, scholars and researchers working on issues related to International Humanitarian Law (IHL) in India. It is a valuable reference for national and global policymakers, military authorities, the International Committee of the Red Cross (ICRC), international organizations including the United Nations, NGOs, academicians and students for varied purposes. A comprehensive study of the IHL practices in India, along with a detailed analysis of case laws and legislation, the book is a significant addition to the literature on IHL, especially in an Indian context. It makes a sound addition to the ongoing IHL dissemination efforts in India and neighbouring regions. International Humanitarian Law in India provides a simple but exhaustive introduction to and overview of IHL ensuring that all major areas are thoroughly covered. It presents a historical context of India&rsquo;s complex relationship with IHL from ancient times through present-day implementation detailing relevant legislations. The book includes a summary of cases decided by Indian courts with clear relevance to IHL. Finally, it seeks to comprehend the IHL practices in India sourced from the Customary International Humanitarian Law Study published by the ICRC. The book also has a compendium of IHL resources&mdash; the IHL conventions India has ratified, Indian legislation relating to IHL and case laws referring to IHL decided by Indian courts&mdash;which serve as an easy reference for the readers.</p>\n', '', '1st', 0, '9789390529049', '520', '2021', '11', '2023-06-27_16_02_05.59386605_international_humanitarian.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-27 10:32:26', '26', 0, 0, '', '', NULL, '1,3,2', '', 4500.00, 0, 3825.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:15:28'),
(842, '10 Landmark Judgments in 21st-Century India', '', '<p>10 Landmark Judgments in 21st-Century India brings together some of the most important judgments delivered by the Supreme Court of India between 2015 and 2020. Believing that it is critical that the law on these matters be brought out to highlight crucial constitutional law developments, the book is the rest of its kind to clarify the law on crucial concepts of constitutional law in requisite detail using the landmark judgments. Dedicating one chapter to each judgment, Dushyant Kaul and Devanshu Sajlan begin with the basic concepts, relevant history and established judicial precedents on an issue. The judgment is then scrutinized in detail along with the reasoning of each judge or set of judges. Employing mainly primary and secondary sources for research methodology, the judgments are used as a pivot to bring out all points of discourse by leading academicians and scholars on the work and discuss the case law germane to these nuanced points. Finally, the judgments are analyzed in detail to bring out the law that the apex court has declared. 10 Landmark Judgments in 21st-Century India thus is a succinct, yet informative guide that keeps the law students, lawyers, scholars and the general public abreast with the latest judgments on significant public law issues.</p>\n', '', '1st', 0, '9788194792277', '519', '2020', '11', '2023-06-27_16_04_07.24662504_10_landmark_judgement.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-27 10:34:22', '89', 0, 0, '', '', NULL, '2', '', 1250.00, 0, 1062.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-27 10:34:22'),
(843, 'Handbook on the Insolvency Resolution Process', '', '<p>A practical commentary on every aspect of insolvency resolution and liquidation process.&nbsp;Details of processes based on judicial pronouncements and official orders.&nbsp;Includes over 700 citations.</p>\n', '', '1st', 0, '9789390529018', '521', '2021', '11', '2023-06-27_16_55_27.58085806_Handbook-on-the-Insolvency.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-27 11:25:43', '2', 1, 0, '', '', NULL, '2,1', '', 1350.00, 0, 1350.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-27 11:25:43'),
(844, 'Insolvency & Bankruptcy Code 2016 Major Judgements', '', '<p>Ever since its enactment and subsequent enforcement, the Insolvency and Bankruptcy Code, 2016 (&ldquo;Code&rdquo;) has resuscitated several non-performing assets. Credit goes to the Government of India for enacting such a robust, results-oriented legislation, and to the judiciary for providing immense clarity on the interpretation of the Code. Pranav M. Khatavkar, who has authored three books on the Code, has compiled select critical judicial pronouncements under the Code in Insolvency and Bankruptcy Code, 2016: Compilation of Select Judgments (along with Executive Summaries). Every judgment is accompanied by an executive summary. Each executive summary contains a distilled essence of the facts, the procedural posture, the issues, a thorough analysis of the court&rsquo;s reasoning, and a conclusion reiterating its final decision in the respective case. Additionally, each executive summary also outlines the key takeaways for relevant stakeholders at the outset. Direct, concise, and succinct, the executive summaries will help the readers to grasp the judicial perspective on the Code.</p>\n', '', '1st', 1, '9789389891225', '522', '2020', '11', '2023-06-27_16_56_56.59328707_Insolvency-and-Bankruptcy-Code.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-27 11:27:20', '139', 0, 0, '', '', NULL, '1,2', '', 1500.00, 0, 1275.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:14:03'),
(845, 'Intellectual Property Rights: Contemporary development', '', '<p>There has been a massive growth in the subject matter of intellectual property over the last few decades which has been a source of great debate. Some of these subjects are discussed on and off while a few, such as artificial intelligence, copyright in tattoos and body arts, intellectual property rights issues in yoga postures and standard essential patents, are still awaiting the attention of experts. Whatever be the case, most of these issues have caused a lot of chaos and confusion in the minds of those who are dealing with Intellectual Property Rights laws. This book is an attempt to provide judges, lawyers, teachers, researchers, students and all those who are interested in IPR an insight into some of these issues.</p>\n', '', '1st', 0, '9789389891508', '223', '2020', '11', '2023-06-27_16_58_46.14405608_intellectual_property.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-27 11:29:02', '28', 0, 1, '', '', NULL, '1,2', '', 1300.00, 0, 1105.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:13:21'),
(846, 'Imperfect Reflections: The Indian Supreme Court on Trademark Law', '', '<p>Imperfect Recollections tells the story of Indian trade mark law through Supreme Court cases. Over the course of 13 essays on the most heavily litigated issues in Indian trade mark law, Imperfect Recollections sets out the contributions of the Supreme Court on each subject in chronological order. These are framed in context by statutory provisions, legislative history, common law principles and rules of practice. Narrating nearly one hundred key Supreme Court cases since 1951, Imperfect Recollections covers subjects such as the inquiries into similarity and distinctiveness, jurisdiction, rectification actions, prior use, honest concurrent use, limitations on trade mark registrations, delay and acquiescence, criminal actions and interim injunctions under Indian trade mark law. Imperfect Recollections offers a nuanced and comprehensive text on Indian trade mark law &ndash; one that engages experts and practitioners, but remains friendly to beginners, students and non-experts.</p>\n', '', '1st', 1, '9789389891454', '451', '2020', '11', '2023-06-27_17_03_55.43633409_imperfect.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-27 11:30:28', '28', 0, 1, '', '', NULL, '2', '', 995.00, 0, 845.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:12:11'),
(847, 'Digital Copyright Law: A Study of Limitations and Exceptions Relating to Education', '', '<p>Digital Copyright Law provides an insightful analysis of the impact of digitization on the limitations and exceptions to copyright relating to educational use in India by engaging in a comparative study of Indias copyright law with that of the USA, EU and UK, set against the background of international copyright law and its developments. It delves into the policy rationale that underpins copyright law making at the international and domestic levels and questions the dominant narrative propagated by developed countries that stronger copyright protection in the digital age incentivizes the creation of new works. While doing so, this book aims to establish that developmental goals in developing countries such as India do not demand stronger copyright protection which would tilt the traditional balance that copyright aims to foster unequivocally in favour of copyright owners but warrant a copyright system that evenly balances the rights of the copyright owner with public interest in access to digital copyright works, particularly for educational purposes.</p>\n', '', '1st', 1, '9789389891355', '523', '2020', '11', '2023-06-27_17_02_28.00239410.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-27 11:32:47', '28', 0, 1, '', '', NULL, '2', '', 750.00, 0, 637.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:11:51'),
(849, 'Economic & Social Dimensions of Competition Law Jurisprudence', '', '<p>In this book Division I contain Bare Text of the Companies Act, 2002 (12 of 2003), Division II contain Commentary on Competition Act, 2002 (12 of 2003) (with text of each section), Division III contain Annexures, Division IV contain Appendices, Division V contain Rules and Regulations made under the Competition Act with Commentary on some Regulations and Division VI contain Extracts of relevant provisions of Acts/Rules and so forth.</p>\n', '', '1st', 1, '\" 9789386374837\"', '525', '2019', '11', '2023-06-28_12_30_58.70927302.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-28 07:01:21', '52', 1, 0, '', '', NULL, '2,1', '', 1700.00, 0, 1445.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-28 07:01:21'),
(850, 'Transnational SexTrafficking: An Integrated Reparation Model', '', '<p>Transnational sex-trafficking, issues and challenges cross-border sex-trafficking between India &amp; Bangladesh: extent, modus operandi and human rights dimension approach towards prostitution and international, regional and national legal frameworks to combat sex-trafficking in India and Bangladesh: a critical evaluation model to combat sex-trafficking: existing models and victims rights to reparation preventing sex-trafficking by addressing vulnerability and demand state obligation for effective investigation and prosecution of trafficking cases rescue, repatriation, reintegration and Compensation: support to victims demystifying integrated reparation model and its implementation integrated reparation model to combat sex-trafficking - a way forward.</p>\n', '', '1st', 1, '9789389407198', '430', '2019', '11', '2023-06-28_12_33_07.68149203_sex.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-28 07:03:31', '12', 0, 1, '', '', NULL, '1,2', '', 950.00, 0, 779.00, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2026-05-06 06:11:18'),
(851, 'A Working Digest on India Penal Code', '', '', '', '1st', 0, '9789389046236', '508', '2019', '11', '2023-06-28_12_36_36.97185704_A-Working-Digest.jpg', 0, '2019', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-28 07:06:59', '12', 1, 0, '', '', NULL, '2,1', '', 2750.00, 0, 2750.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-28 07:06:59'),
(852, 'Protection of Women from Domestic Violence', '', '<p>The book analtses related legislative schemes in simple and lucid terms besides discussing the important and relevant judicial pronouncements, making for a comprehensive study of domestic violence in india.</p>\n', '', '1st', 1, '9789389046618', '476', '2019', '11', '2023-06-28_12_38_48.66536005_protection.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-28 07:08:53', '12', 0, 1, '', '', NULL, '1,2', '', 1350.00, 0, 1147.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:10:37'),
(853, 'Earth Justice - Developing a New Jurisprudence', '', '<p>Given that environmental laws have not been able to instill in humans the true spirit of environment protection and not entirely successful, Earth justice aims to create a new jurisprudence by advocating the Rights of Nature.</p>\n', '', '1st', 1, '9789389046779', '526', '2019', '11', '2023-06-28_12_40_43.14870706_Earth-Justice.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-28 07:11:03', '54', 1, 0, '', '', NULL, '2', '', 725.00, 0, 616.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-28 07:11:03'),
(854, 'Judicial Process', '', '<p>Judicial Process deals with some important aspects of the judicial process theoretically with the help of judicial pronouncements.</p>\n', '', '1st', 1, '9789389407068', '476', '2019', '11', '2023-06-28_12_42_08.45378807_judicial_process.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-28 07:12:37', '89', 0, 1, '', '', NULL, '2', '', 650.00, 0, 552.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:08:59'),
(855, 'Electionomics', '', '', '', '1st', 0, '9789389046267', '528', '2019', '11', '2023-06-28_12_43_34.22367608_Electionomics.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-28 07:13:59', '89', 0, 1, '', '', NULL, '2', '', 995.00, 0, 845.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:08:08'),
(856, 'Disaster Management and Human Rights Protection in India: With reference to International Law and Practice', '', '', '', '1st', 1, '9789389407341', '529', '2019', '11', '2023-06-28_12_46_57.17873209_disaster.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2023-06-28 07:17:00', '26', 0, 1, '<p>Introduction<br />\nProtection of Right to Adequate Food, Public Health&nbsp; &amp; Sanitation<br />\nProtection of Right to Adequate Housing with reference to Forced Displacement<br />\nProtection of Right to Basic Education<br />\nDisaster Risk Reduction and Sustainable Development<br />\nAccountability in Disaster Governance for the Protection of Victims Rights<br />\nEmergency Management and Protection of Victims Rights in the United States<br />\nTowards a Resilient Future: Summary of Conclusions and Suggestions</p>\n', '', NULL, '1,2', '', 950.00, 0, 807.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 06:07:20'),
(857, 'Taraporevala-Intellectual Property', '', '', '', '3rd', 1, '9789389046526', '530', '2019', '11', '2023-06-28_12_51_14.90161810.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-06-28 07:21:17', '28', 1, 0, '', '', NULL, '2,1', '', 2150.00, 0, 2150.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-28 07:21:17'),
(858, 'Black\'s Law Dictionary', '', '<p>For nearly 130 years,&nbsp;<em>Black&rsquo;s Law Dictionary</em>&nbsp;has been the gold standard for the language of the law.</p>\n\n<p>The greatly expanded 11th edition, with new material on every page, is at once the most practical, comprehensive, scholarly, and authoritative law dictionary ever published. With clarity and rigor, it defines more than 55,000 law-related words and phrases, recording their historical and present-day nuances. This edition introduces 3,500 new terms, including accountability, anticipatory self-defense, cyber force, Islamic law, Jewish law, legal moralism, legal reasoning, moral equality, peacekeeping, remotely piloted warfare, right to rebel, and umbrella clause.</p>\n\n<p>More than 900 Latin maxims have been added, newly translated, and carefully indexed for this edition, making&nbsp;<em>Black&rsquo;s Law Dictionary</em>&nbsp;the most thorough and reliable source for these essential and often elusive items.</p>\n\n<p>Headwords are given their dates of earliest known use in English-language sources, giving dictionary users a greater sense of historical context.&nbsp;<em>Black&rsquo;s Law Dictionary</em>&nbsp;is the only legal dictionary to provide such data.</p>\n\n<p>The extensive bibliography lists the more than 1,000 classics of legal literature that are briefly quoted throughout the dictionary to amplify the user&rsquo;s understanding of legal terminology. Each of the more than 6,000 quotations locates a critical and otherwise hard-to-find explanation of the terms under discussion.</p>\n\n<p>Editor in Chief Bryan A. Garner, the world&rsquo;s leading legal lexicographer, has assembled an unmatched roster of academic and practicing contributors who have vetted every term for accuracy. Never has such a distinguished lineup of legal talent been arrayed in support of a legal reference work.</p>\n\n<p>If you&rsquo;re using an edition that was current when you were in law school, you&rsquo;re out of date. If you think a dictionary is useful mainly as a doorstop, you haven&rsquo;t browsed the pages of this 11th edition. Once you do, you&rsquo;ll find it hard to put down. Within moments, you&rsquo;ll probably find something you want to cite.</p>\n\n<p>For nearly 130 years,&nbsp;<em>Black&rsquo;s Law Dictionary</em>&nbsp;has been the gold standard for the language of the law.</p>\n\n<p>The greatly expanded 11th edition, with new material on every page, is at once the most practical, comprehensive, scholarly, and authoritative law dictionary ever published. With clarity and rigor, it defines more than 55,000 law-related words and phrases, recording their historical and present-day nuances. This edition introduces 3,500 new terms, including accountability, anticipatory self-defense, cyber force, Islamic law, Jewish law, legal moralism, legal reasoning, moral equality, peacekeeping, remotely piloted warfare, right to rebel, and umbrella clause.</p>\n\n<p>More than 900 Latin maxims have been added, newly translated, and carefully indexed for this edition, making&nbsp;<em>Black&rsquo;s Law Dictionary</em>&nbsp;the most thorough and reliable source for these essential and often elusive items.</p>\n\n<p>Headwords are given their dates of earliest known use in English-language sources, giving dictionary users a greater sense of historical context.&nbsp;<em>Black&rsquo;s Law Dictionary</em>&nbsp;is the only legal dictionary to provide such data.</p>\n\n<p>The extensive bibliography lists the more than 1,000 classics of legal literature that are briefly quoted throughout the dictionary to amplify the user&rsquo;s understanding of legal terminology. Each of the more than 6,000 quotations locates a critical and otherwise hard-to-find explanation of the terms under discussion.</p>\n\n<p>Editor in Chief Bryan A. Garner, the world&rsquo;s leading legal lexicographer, has assembled an unmatched roster of academic and practicing contributors who have vetted every term for accuracy. Never has such a distinguished lineup of legal talent been arrayed in support of a legal reference work.</p>\n\n<p>If you&rsquo;re using an edition that was current when you were in law school, you&rsquo;re out of date. If you think a dictionary is useful mainly as a doorstop, you haven&rsquo;t browsed the pages of this 11th edition. Once you do, you&rsquo;ll find it hard to put down. Within moments, you&rsquo;ll probably find something you want to cite.</p>\n', '', '11th', 0, '9781539229759', '59', '2019', '11', '2023-06-28_16_44_42.8927490006840_9781539229759_600_1.JPG', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 3, '2023-06-28 11:14:55', '135', 1, 0, '', '', NULL, '3', '', 7272.00, 0, 7272.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-06-28 11:14:55'),
(859, 'Dealing with Delay and Disruption on Construction Projects', '', '<p><strong>1.&nbsp;</strong>When we embarked on this book, we knew two things based on our collective decades of experience in construction law around the globe:<br />\na. many projects face delays and poor productivity and often the bigger the project or the more cutting-edge it is, the greater the risk of<br />\ndelay and disruption and, for the same reason, the greater the financial implications for contractors (and their supply chain) and<br />\nemployers; and<br />\nb. legal issues pertinent to dealing effectively with issues of delay and disruption are often not fully understood by relevant stakeholders and that increases the risk of disputes.&nbsp;<br />\n<strong>2.</strong>&nbsp;Given the importance of these issues, we set out to write a book on the management of delay and disruption from the inception of a project through to the resolution of claims in the project&#39;s aftermath. We further aimed to present all aspects of delay and disruption from legal and technical perspectives and drafted the book so that it would be accessible to all readers, from individuals starting to learn about delay and disruption to well-seasoned practitioners. We hope that you, the reader, will agree that we have achieved our objectives.<br />\n<strong>3.</strong>&nbsp;What we did not know when we were drafting the book was that in 2020, right before publication, the world would face unprecedented circumstances brought about by the Covid-19 pandemic and that government reactions to this challenge would significantly impact the construction sector (like many others). Supply chains are in disarray, cash flow has dried up and physical construction is marred by the inherent challenges arising from the pandemic. Accordingly, projects around the world are wallowing in delay and suffering from low productivity. This book therefore could not be more topical.<br />\n<strong>4.</strong>&nbsp;This book is divided into 15 chapters that cover the panoply of delay and disruption issues. First, Chapter 1 provides an overview of delay and disruption and some issues relevant to those concepts. In doing so, this chapter makes it clear that delay and disruption are separate and discrete concepts despite often appearing as a double act on a project. Next, there are several chapters that detail the most readily apparent legal issues, namely the time consequences of delay (Ch. 2), the financial consequences of delay (Chs 4 and 5), acceleration (Ch. 6) and disruption (Ch. 7).</p>\n', '', '1st', 0, '9789395696029', '531', '2023', '2', '2023-06-30_14_21_40.27593601_dealing-delay.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-30 08:51:59', '10', 0, 0, '<p><strong>Contents</strong><br />\n1. Introduction<br />\n2. Delay-Time Claims<br />\n3. Delay-Time-Technical<br />\n4. Delay Claims-Law<br />\n5. Delay-Money-Categories of Time -Related<br />\n6. Acceleration<br />\n7. Disruption<br />\n8. Disruption-Technical (Evaluation of Causation and Quantification Methods)<br />\n9. Subcontracts Claims<br />\n10. Employer Claims<br />\n11. Managing Expert Evidence<br />\n12. The Impact of Technology on Delay and Disruption<br />\n13. International Construction Arbitration from an Arbitrator&#39;s Perspective<br />\n14. Dispute Avoidance and Alternative Dispute Resolution<br />\n15. Project management-Technical<br />\n<strong>Managing Projects from a Scheduling Perspective<br />\nManaging Projects from a Commercial Perspective<br />\nAppendices</strong></p>\n', '', NULL, '2,1', '', 12000.00, 0, 10200.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-30 08:51:59'),
(860, 'Cases & Materials On International Law', '', '<p>There have been many developments in international law since the last edition of this casebook. As always, there were important judicial and arbitral cases. Chief among these was the Legal Consequences of the Separation of the Chagos Archipelago from Mauritius case before the International Court of Justice. Here the Court advised that the United Kingdom had infringed the principle of self-determination when separating the Archipelago from Mauritius during de-colonisation and that the United Kingdom was obliged to bring to an end its administration there. The opinion was strongly endorsed by the UN General Assembly but rejected by the state concerned. Of political import too was the ruling of the International Criminal Court that &quot;head of state&quot; immunity could not bar pro- ceedings before the Court initiated by the UN Security Council, even though the state concerned was not a party to the Court&#39;s Statute (Omar Hassan Ahmad Al-Bashir case). Elsewhere, there were key judgments and awards on the law of the sea. These included cases before the International Tribunal for the Law of the Sea, now an established part of the international judicial firmament. Most notably, the Tribunal issued provisional measures ordering the Russian Federation to release and return Ukrainian naval vessels and resolved a long-standing maritime boundary dispute between Ghana and C&ocirc;te d&#39;Ivoire. And arbitral tribunals decided that the Russian Federation had acted illegally in seizing a Greenpeace vessel and arresting campaigners seeking to board an oil production platform (Arctic Sunrise Arbitration) and rejected claims by China to maritime entitlement in the seas surrounding the Spratly Islands (South China Sea Arbitration). There were also developments in the UN international human rights system. The Human Rights Committee made further progress in replacing early General Comments by others reflecting its now extensive practice in the post-Cold War period. General Comment No 36 on Article 6: Right to Life is the latest example. The treaty monitoring bodies generally adopted views on an increasing number of individual communications. The UN Human Rights Committee found that legislation prohibiting the wearing of a face veil in a public place violated freedom of religion (Yaker v France) and that laws severely restricting resort to abortion infringed, inter alia, the right to privacy (Whelan v Ireland). A new departure were the first views of the Committee on Economic, Social and Cultural Rights in individual communication cases, including S.C. and G.P. v Italy on in vitro fertilisation and the right to health.</p>\n', '', '9th', 0, '9789395696036', '236', '2023', '11', '2023-06-30_14_24_03.36187702_cases.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-06-30 08:54:18', '29', 0, 1, '<p><strong>Contents</strong><br />\n<strong><strong>1. Introduction</strong></strong><br />\n&nbsp;&nbsp;&nbsp; 1.&nbsp;&nbsp;&nbsp; International Law as &quot;Law&quot;<br />\n&nbsp;&nbsp;&nbsp; 2.&nbsp;&nbsp;&nbsp; The Development of International Law<br />\n<strong>2. The sources of international law</strong><br />\n&nbsp;&nbsp;&nbsp; 1.&nbsp;&nbsp;&nbsp; Generally<br />\n&nbsp;&nbsp;&nbsp; 2.&nbsp;&nbsp;&nbsp; Custom<br />\n&nbsp;&nbsp;&nbsp; 3.&nbsp;&nbsp;&nbsp; Treaties<br />\n&nbsp;&nbsp;&nbsp; 4.&nbsp;&nbsp;&nbsp; General Principles of Law<br />\n&nbsp;&nbsp;&nbsp; 5.&nbsp;&nbsp;&nbsp; Judicial Decisions<br />\n&nbsp;&nbsp;&nbsp; 6.&nbsp;&nbsp;&nbsp; Writers<br />\n&nbsp;&nbsp;&nbsp; 7.&nbsp;&nbsp;&nbsp; Unilateral Acts of States<br />\n&nbsp;&nbsp;&nbsp; 8.&nbsp;&nbsp;&nbsp; General Assembly Resolutions<br />\n&nbsp;&nbsp;&nbsp; 9.&nbsp;&nbsp;&nbsp; &quot;Soft Law&quot;<br />\n&nbsp;&nbsp;&nbsp; 10.&nbsp; Codification and Progressive Development of International Law<br />\n<strong>3. International law and municipal law</strong><br />\n&nbsp;&nbsp;&nbsp; 1.&nbsp;&nbsp;&nbsp; Monism and Dualism<br />\n&nbsp;&nbsp;&nbsp; 2.&nbsp;&nbsp;&nbsp; Municipal Law in International Law<br />\n&nbsp;&nbsp;&nbsp; 3.&nbsp;&nbsp;&nbsp; International Law in Municipal Law<br />\n&nbsp;&nbsp;&nbsp; 4.&nbsp;&nbsp;&nbsp; The Executive Certificate<br />\n<strong>4. Personality</strong><br />\n&nbsp;&nbsp;&nbsp; 1.&nbsp;&nbsp;&nbsp; Generally<br />\n&nbsp;&nbsp;&nbsp; 2.&nbsp;&nbsp;&nbsp; States<br />\n&nbsp;&nbsp;&nbsp; 3.&nbsp;&nbsp;&nbsp; Mandated and Trust Territories<br />\n&nbsp;&nbsp;&nbsp; 4.&nbsp;&nbsp;&nbsp; Other Legal Persons<br />\n&nbsp;&nbsp;&nbsp; 5.&nbsp;&nbsp;&nbsp; Recognition of States and Governments<br />\n&nbsp;&nbsp;&nbsp; 6.&nbsp;&nbsp;&nbsp; The Effect of Recognition in British Courts<br />\n<strong>5. Territory</strong><br />\n&nbsp;&nbsp;&nbsp; 1.&nbsp;&nbsp; Introductory Note<br />\n&nbsp;&nbsp;&nbsp; 2.&nbsp;&nbsp;&nbsp; Title to Territory<br />\n&nbsp;&nbsp;&nbsp; 3.&nbsp;&nbsp;&nbsp; Polar Regions<br />\n&nbsp;&nbsp;&nbsp; 4.&nbsp;&nbsp;&nbsp; Land Boundaries<br />\n&nbsp;&nbsp;&nbsp; 5.&nbsp;&nbsp;&nbsp; Airspace<br />\n&nbsp;&nbsp;&nbsp; 6.&nbsp;&nbsp;&nbsp; Outer Space<br />\n&nbsp;&nbsp;&nbsp; 7.&nbsp;&nbsp;&nbsp; Rights in Foreign Territory<br />\n<strong>6. State jurisdiction</strong><br />\n&nbsp;&nbsp;&nbsp; 1.&nbsp;&nbsp;&nbsp; Introductory Note<br />\n&nbsp;&nbsp;&nbsp; 2.&nbsp;&nbsp;&nbsp; Civil Jurisdiction<br />\n&nbsp;&nbsp;&nbsp; 3.&nbsp;&nbsp;&nbsp; Criminal Jurisdiction<br />\n&nbsp;&nbsp;&nbsp; 4.&nbsp;&nbsp;&nbsp; State Immunity<br />\n&nbsp;&nbsp;&nbsp; 5.&nbsp;&nbsp;&nbsp; Diplomatic Immunity<br />\n<strong>7. The law of the sea</strong><br />\n&nbsp;&nbsp;&nbsp; 1.&nbsp;&nbsp;&nbsp; Introductory Note<br />\n&nbsp;&nbsp;&nbsp; 2.&nbsp;&nbsp;&nbsp; The Territorial Sea<br />\n&nbsp;&nbsp;&nbsp; 3.&nbsp;&nbsp;&nbsp; The High Seas<br />\n&nbsp;&nbsp;&nbsp; 4.&nbsp;&nbsp;&nbsp; The Exclusive Economic Zone<br />\n&nbsp;&nbsp;&nbsp; 5.&nbsp;&nbsp;&nbsp; The Continental Shelf<br />\n&nbsp;&nbsp;&nbsp; 6.&nbsp;&nbsp;&nbsp; Maritime Boundaries<br />\n&nbsp;&nbsp;&nbsp; 7.&nbsp;&nbsp;&nbsp; The Deep Sea-Bed<br />\n&nbsp;&nbsp;&nbsp; 8.&nbsp;&nbsp;&nbsp; Settlement of Disputes<br />\n<strong>8. State responsibility</strong><br />\n&nbsp;&nbsp;&nbsp; 1.&nbsp;&nbsp;&nbsp; Introductory Note<br />\n&nbsp;&nbsp;&nbsp; 2.&nbsp;&nbsp;&nbsp; The Theory of Responsibility<br />\n&nbsp;&nbsp;&nbsp; 3.&nbsp;&nbsp;&nbsp; The Treatment of Aliens<br />\n<strong>9. Human rights</strong><br />\n&nbsp;&nbsp;&nbsp; 1.&nbsp;&nbsp;&nbsp; Introduction<br />\n&nbsp;&nbsp;&nbsp; 2.&nbsp;&nbsp;&nbsp; Action through the United Nations<br />\n&nbsp;&nbsp;&nbsp; 3.&nbsp;&nbsp;&nbsp; Customary International Law<br />\n<strong>10. The law of treaties</strong><br />\n&nbsp;&nbsp;&nbsp; 1.&nbsp;&nbsp;&nbsp; Introductory Note<br />\n&nbsp;&nbsp;&nbsp; 2.&nbsp;&nbsp;&nbsp; General Considerations<br />\n&nbsp;&nbsp;&nbsp; 3.&nbsp;&nbsp;&nbsp; The Making of Treaties<br />\n&nbsp;&nbsp;&nbsp; 4.&nbsp;&nbsp;&nbsp; Observance and Application of Treaties<br />\n&nbsp;&nbsp;&nbsp; 5.&nbsp;&nbsp;&nbsp; Treaty Interpretation<br />\n&nbsp;&nbsp;&nbsp; 6.&nbsp;&nbsp;&nbsp; Third States<br />\n&nbsp;&nbsp;&nbsp; 7.&nbsp;&nbsp;&nbsp; Validity of Treaties<br />\n&nbsp;&nbsp;&nbsp; 8.&nbsp;&nbsp;&nbsp; Termination of, Suspension of and Withdrawal from Treaties<br />\n&nbsp;&nbsp;&nbsp; 9.&nbsp;&nbsp;&nbsp; General Provisions on the Invalidity, Termination and Suspension of Treaties<br />\n&nbsp;&nbsp;&nbsp; 10.&nbsp; Registration of Treaties<br />\n<strong>11. The use of force</strong><br />\n&nbsp;&nbsp;&nbsp; 1.&nbsp;&nbsp;&nbsp; Introduction Note<br />\n&nbsp;&nbsp;&nbsp; 2.&nbsp;&nbsp;&nbsp; The Unilateral Use of Force by States<br />\n&nbsp;&nbsp;&nbsp; 3.&nbsp;&nbsp;&nbsp; Collective Measures through the United Nations<br />\n<strong>12. Arbitration and judicial settlement of disputes</strong><br />\n&nbsp;&nbsp;&nbsp; 1.&nbsp;&nbsp;&nbsp; Introductory Note<br />\n&nbsp;&nbsp;&nbsp; 2.&nbsp;&nbsp;&nbsp; Arbitration<br />\n&nbsp;&nbsp;&nbsp; 3.&nbsp;&nbsp;&nbsp; The World Court</p>\n', '', NULL, '2,1', '', 1400.00, 0, 1180.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 220.00, '2023-06-30 08:54:18'),
(861, 'Bowstead and Reynolds on Agency, 22E', '', '<p><strong>Bowstead &amp; Reynolds on Agency</strong>&nbsp;is the essential reference source for commercial practitioners. Part of the long-established Common Law Library, this new edition updates all relevant aspects of law and how they relate to agency agreements, including contract law, administrative law, tort, commercial/company law, the law of property and the conflict of laws.<br />\nKey new case for this edition includes:</p>\n\n<ul>\n</ul>\n', '', '11th', 0, '9789390673308', '533', '2022', '2', '2023-06-30_14_27_08.47345003_bowsted.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-30 08:57:11', '7', 1, 0, '<p>Chapter 1:&nbsp;<em>Medsted Associates Ltd v Canaccord Genuity Wealth (International) Ltd</em>&nbsp;[2019] EWCA Civ 83; [2019] 1 W.L.R. 4481;&nbsp;<em>Singularis Holdings Ltd (in liq) v Daiwa Capital Markets Europe Ltd</em>&nbsp;[2019] UKSC 50; [2019] 3 W.L.R. 997;&nbsp;<em>Royal Mail Group Ltd v Jhuti</em>&nbsp;[2019] UKSC 55;&nbsp;<em>Vedanta Resources Plc v Lungowe</em>&nbsp;[2019] UKSC 20<br />\nChapter 2:&nbsp;<em>Ramsook v Crossley</em>&nbsp;[2018] UKPC 9;&nbsp;<em>Travelers Insurance Company Ltd v XYZ</em>&nbsp;[2019] UKSC 48;&nbsp;<em>Ukraine v Law Debenture Trust Corp Plc</em>&nbsp;[2018] EWCA Civ 2026; [2019] 2 W.L.R. 655<br />\nChapter 3:&nbsp;<em>Taylor v Rhino Overseas Inc</em>&nbsp;[2020] EWCA Civ 353</p>\n\n<p>Chapter... more<br />\nNature of the subject<br />\nCreation of agency<br />\nAuthority of agents<br />\nAgency of necessity<br />\nSub-agency</p>\n', '', NULL, '2,25,1', '', 21575.00, 0, 18338.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-30 08:57:11');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(862, 'Keating On Construction Contracts', '', '<p>A classic construction law text&nbsp;<em>Keating on Construction Contracts</em>&nbsp;is a first port of call for all research on the history and principles governing building contracts, their practical application and their interpretation by the courts. Renowned for its accessible style, and reliable authority the title covers all relevant legislation and case law, EC law, and the FIDIC, NEC3, JCT Forms of Contracts and ICE Conditions of Contract.</p>\n\n<p>The book offers solicitors, barristers and construction professionals detailed and authoritative commentary on all issues relating to construction contracts and presents in depth practical help in a concise style, discussing legal principles, analysing judicial decisions, interrogating standard forms and interpreting legislation.</p>\n\n<p>What&#39;s New:</p>\n\n<ul style=\"list-style-type:square\">\n	<li>A new chapter on Alternative Dispute Resolution (ADR)</li>\n	<li>A revised chapter now dealing with all construction professionals</li>\n	<li>Updates on recent appellate and TCC decisions</li>\n	<li>An expanded chapter commenting on FIDIC forms</li>\n	<li>Commentary on the latest NEC form, NEC4</li>\n</ul>\n\n<p>The 11th edition, published in December 2020, is now supplied as a set inclusive of the 2nd Supplement published in October 2022. The 2nd supplement updates the main-work with the latest changes and new case law.</p>\n', '', '11th', 0, '9789393702883', '534', '2022', '2', '2023-06-30_14_30_00.17372204_keating.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-30 09:00:23', '10', 0, 0, '<p>Chapter 1 The Nature of a Construction Contract<br />\nChapter 2 Formation of Contract<br />\nChapter 3 Construction of Contracts<br />\nChapter 4 The Right to Payment and Varied Work<br />\nChapter 5 Employer&rsquo;s Approval and Architect&rsquo;s Certificates<br />\nChapter 6 Excuses for Non-performance<br />\nChapter 7 Negligence, Economic Loss, Liability to Third Parties and Nuisance<br />\nChapter 8 Delay and Disruption Claims<br />\nChapter 9 Financial Recovery and Causation<br />\nChapter 10 Liquidated Damages and Penalties<br />\nChapter 11 Default of the Parties &ndash; Various Matters<br />\nChapter 12 Various Equitable Doctrines and Remedies<br />\nChapter 13 Assignments, Substituted Contracts and Sub-contracts<br />\nChapter 14 Architects, Engineers and Surveyors<br />\nChapter 15 Public Procurement<br />\nChapter 16 Various Legislation<br />\nChapter 17 Arbitration and ADR<br />\nChapter 18 The Housing Grants, Construction and Regeneration Act 1996<br />\nChapter 19 Litigation<br />\nChapter 20 The JCT Standard Form of Building Contract (2011 EDN)<br />\nChapter 21 The Infrastructure Conditions of Contract, 2014 EDN<br />\nChapter 22 The FIDIC Standard Forms<br />\nChapter 23 NEC3 Contract<br />\nAppendix A The Housing Grants, Construction and Regeneration Act 1996 as Amended by the Local Democracy, Economic Development and Construction Act 2009<br />\nAppendix B The Scheme for Construction Contracts (England and Wales) Regulations 1998, as Amended</p>\n', '', NULL, '2,25,1', '', 20000.00, 0, 16600.00, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, '2023-06-30 09:00:23'),
(863, 'Guest on the Law of Assignment', '', '<p>Positioned within contract law, this new work deals with the assignment of things in action &ndash; debts, contractual rights. It deals only with voluntary assignment and not compulsory assignment as with bankruptcy or liquidation. This book is intended for the practitioner who has a problem, issue or case involving the voluntary assignment of things in action, either in giving advice or preparing litigation. Following the approach of titles such as Chitty on Contracts, this work enables the practitioner to find a statement of the law and then (if necessary) the authority that supports it. Provides a thorough statement of the law of voluntary assignment including, for each issue or topic, the authority that supports it Goes through the nature of assignment, commencing with a definition of assignment, before outlining and giving examples of choses in action; detailing the requirements for assignment; and looking at the relationship of assignment and other transactions Examines the law of assignments under section 136 of the Law of Property Act 1925, explaining its effect and requirements, and including the assignment of an equitable chose under section 136 Goes through equitable assignment and agreements to assign, covering both an equitable assignment of an equitable chose and of a legal chose Deals with restrictions on assignment, covering contractual terms forbidding assignment, prohibition by statute or public policy, and personal contracts and covenants Covers the position of creditors, trustees in bankruptcy and personal representatives of the assignor, and the liquidator of an assignor company Analyses the problems associated with priorities, including those between competing assignees, competing holders of interests in shares, and an assignee and a chargee under a charge created by a company Considers special priority rules and variation of priorities Establishes defences available to the obligor under assignments subject to equities, including defences that impeach the existence or enforceability of the chose in action assigned, set-off, and right of retainer Reviews available financing devices involving assignment, with coverage of financing of receivables, factoring, block discounts, and securitisation Looks at situations where there is assignment of obligations or liabilities Addresses conflict of laws, centring on the law applicable to contractual obligations under Article 14 &ldquo;the Rome I Regulation&rdquo;, as well as Transactions outside Article 14 Covers key case law, including analysis of the rule in Dearle v Hall (1828) on priorities between competing assignees; Linden Gardens Trust Ltd v Lenesta Sludge Disposals Ltd (1994) on prohibition of assignment; Pan Ocean Shipping Co Ltd v Credit Corp Ltd (1994) on position of the assignee; Raiffeeisen Zentralbank Osterreich AG v Five Star General Trading LLC (2001) as indicative of the correct interpretation of Article 14 of Regulation (EU) 593/2008 (&quot;the Rome I Regulation&quot;) Written in the Common Law Library style to enable the practitioner to find a statement of the law then (if necessary) go to the authority that supports it. Eminent author who is a former General Editor of Chitty on Contracts and Benjamin&rsquo;s Sale of Goods</p>\n', '', '4th', 0, '9789393702869', '535', '2022', '2', '2023-06-30_14_32_10.37037005_gueest.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-30 09:02:38', '10', 0, 0, '', '', NULL, '2,25,1', '', 11500.00, 0, 9545.00, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, '2023-06-30 09:02:38'),
(864, 'Benjamin\'s Sale of Goods', '(In 2 Volumes)', '<p>Offering a one-stop source to all the elements, principles, legislation and case law surrounding sale of goods, not just in the UK but also internationally,&nbsp;<em>Benjamin&#39;s Sale of Goods</em>&nbsp;has firmly established itself as the premier publication on the topic.</p>\n\n<p>First published in 1868 and frequently cited in court, its depth and coverage make Benjamin an essential reference tool and a must-have purchase for commercial practitioners, academics and barristers.</p>\n\n<p>Part of the Common Law Library, this new 12th edition of&nbsp;<em>Benjamin&#39;s Sale of Goods</em>&nbsp;is now presented in two volumes and content highlights include the following:</p>\n\n<ul>\n	<li>Covers the needs of practitioners interested in all areas of sale of goods case law</li>\n	<li>Includes clearly defined and structured content, with separate sections for Nature and formation of the Contract of Sale, Property and risk, Performance of the contract, Defective goods, Consumer Protection, Remedies, Overseas Sales, Conflict of laws</li>\n	<li>Provides high level text supported by all relevant developments in legislation and case law - the cases selected and the interpretation and guidance provided being one of the title&#39;s added values</li>\n	<li>Provides a comprehensive explanation of the law of sale of goods, including terms and conditions, rights and obligations</li>\n	<li>Sets out the nature and formation of the contract of sale</li>\n	<li>Includes discussion of unfair contract terms in commercial and consumer sales</li>\n	<li>Details the remedies available when disputes arise</li>\n	<li>Explains the implications of E-Commerce, including electronic contracts and payments</li>\n	<li>Examines the law on Letters of Credit</li>\n	<li>Incorporates the Sale and Supply of Goods to Consumers Regulations 2002, and recent European Directives</li>\n	<li>Includes expert commentary on the Contracts (Rights of Third Parties) Act 1999</li>\n	<li>Outlines the implications of the Consumer Credit Act and gives a detailed account of consumer protection</li>\n	<li>Provides authoritative discussion on conflict of laws</li>\n	<li>Examines the international scope of the subject, with chapters on overseas sales Takes you through the laws relating to consumer protection.</li>\n</ul>\n\n<ul>\n</ul>\n', '', '11th', 0, '9789393702517', '536', '2022 (South Asian Edition)', '2', '20251027_025107_benjamin-sale-of-goods-12th-south-asian-edition.gif', 2, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-06-30 09:10:50', '7', 0, 0, '<ul>\n	<li>Part one&nbsp; Nature and formation of the Contract of Sale<br />\n	- The contract of sale of goods<br />\n	- Formation of the contract<br />\n	- Application of general contractual principles</li>\n	<li>Part two Property and risk<br />\n	- The title of the seller<br />\n	- Passing of property<br />\n	- Risk and frustration<br />\n	- Transfer of title by non-owners</li>\n	<li>Part three Performance of the contract<br />\n	- Delivery<br />\n	- Acceptance and payment</li>\n	<li>Part four Defective goods<br />\n	- Classification of statements as to goods<br />\n	- Terms as to description and quality implied by the sale of goods act&nbsp;<br />\n	- Remedies in respect of defects<br />\n	- Exemption clauses</li>\n	<li>Part five Consumer protection<br />\n	- Consumer protection</li>\n	<li>Part six Remedies<br />\n	- The seller&rsquo;s remedies affecting the goods<br />\n	- Other remedies of the seller<br />\n	- The remedies of the buyer</li>\n	<li>Part seven Overseas sales<br />\n	- Overseas sales in general<br />\n	- CIF contracts<br />\n	- FOB contracts<br />\n	- Other special terms and provisions in overseas sales<br />\n	- Negotiable instruments in overseas sales<br />\n	- Documentary credits<br />\n	- Autonomous guarantees<br />\n	- Export credit guarantees</li>\n	<li>Part Eight Conflict of laws<br />\n	- Conflict of laws\n	<ul>\n		<li>Appendix<br />\n		- The Sale of Goods Act 1979</li>\n	</ul>\n	</li>\n</ul>\n', '', NULL, '2,1', '', 21575.00, 0, 17044.25, 0, 0, 0.00, 0, 0.00, 21.00, 0.00, 0.00, '2026-05-06 07:24:06'),
(865, 'The Interpretation of Contract', '', '<p>First published in 1989 and now in its seventh edition,&nbsp;<em>Lewison&rsquo;s Interpretation of Contracts</em>&nbsp;has established itself as an indispensable resource on contracts and the leading text in its field.<br />\nThis essential work provides authoritative guidance to constructing and interpreting contracts.<br />\nIt enables practitioners to navigate the key statutes and case developments in this area, informing the process of drafting or revising a contract by identifying key principles and discussing them comprehensively, yet concisely, with reference to case law.<br />\nBy enabling lawyers to construct arguments rooted in case law, this book helps lawyers better challenge contracts and explain their inadequacies.</p>\n', '<p>The structure is very straightforward: a general proposition is followed by more detailed explanation with generous quotation from judgments.<br />\nThe scope keeps to the principles that the courts deploy in interpreting contracts, and is thus of direct, practical relevance to barristers.<br />\nThe style of approach is practical rather than theoretical. It is designed for the busy practitioner.<br />\nThe coverage includes all the cases of importance in interpreting contracts (including many that are unreported).<br />\nThe book goes through each component of a contract, setting out the basic proposition, followed by analysis and the most relevant judicial decisions for practitioners.<br />\nIt identifies the materials available to aid in the interpretation of contracts, analysing each: the contract document, related documents, drafts, previous agreements, pre-contract agreements and negotiations, and contractual terms.<br />\nGives background on the impact of law and precedent on interpretation, including the court&rsquo;s approaches to standard forms such as conveyancing agreements.<br />\nLays out the golden rule as regards the meaning of words, and its operation in practice through key decisions.<br />\nAssesses the dispute resolution options in the context of contract interpretation, including choice of law and scope of jurisdiction clauses Covers the circumstances in which terms can be implied and fulfilled, including important developments following the Belize Telecom case, and the extent to which entire agreement clauses preclude the implication of terms.<br />\nLooks at the rules of construction, including the consideration of a clause in the context of a whole document, the addition of special conditions to a standard form of contract and the relationship of general and special provisions.<br />\nExplains the meaning and operation of patent and latent ambiguity and their effects on the contract, as well as uncertainty, mistake and inconsistencies.<br />\nExplores the impact of Rainy Sky SA v Kookmin Bank and subsequent cases regarding ambiguity and &lsquo;business common sense&rsquo;.<br />\nConsiders the preliminary parts of a deed (everything preceding the habendum), analysing in-depth the effect of recitals.<br />\nReviews the subject matter of a contract, such as the inclusion or otherwise of a parcel of land, admissible evidence to identify the subject matter, evidence of physical features and plans.<br />\nCovers exclusion clauses, including indemnity, time-bar and non-reliance clauses, and the exclusion of rights and remedies; and force majeure clauses.<br />\nConsiders the inclusion of certificates, consents and deeming clauses Analyses issues of time stipulation and punctuality, in contracts such as mercantile and conditional contracts.<br />\nExplains conditions and conditional contracts, including the impact of Jet2 v Blackpool Airport on best endeavours obligations.<br />\nDiscusses in detail clauses relating to penalties, termination and forfeiture.</p>\n\n<p>WHAT&rsquo;S NEW<br />\nThis new edition updates the reader on key developments since the last edition was published in 2015.<br />\nClose to 200 new cases considered<br />\nA completely rewritten Chapter 1 giving an overview of contractual interpretation<br />\nA return to the traditional approach to the implication of terms<br />\nA new balance between the natural meaning of words in context and wider aspects of commercial common sense<br />\nA reformulation of the validation principle<br />\nSupreme Court discussion of the prevention principle in Duval v 11-13 Randolph Crescent Ltd<br />\nThe division of the text into smaller paragraphs which will make it easier to sea</p>\n', '7th', 0, '9789393702845', '537', '2022', '2', '2023-06-30_14_52_54.25777207_the_interpretation.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-30 09:23:00', '10', 0, 0, '', '', NULL, '1', '', 16540.00, 0, 14059.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-30 09:23:00'),
(866, 'The Modern Contract of Guarantee', '', '<p>The Modern Contract of Guarantee provides readers with a detailed reference work on the law of guarantees. It provides practical insights into areas such as the validity and construction of guarantees, how to avoid a guarantee being discharged and common difficulties with enforcement. It also contains drafting guidance and a useful comparative discussion of developments in England and Commonwealth countries.</p>\n', '<p>Provides a practical guide to the law of guarantees in modern commercial practice<br />\nCovers all aspects of the contract of guarantee, from formation to discharge of liability, and the rights of the parties<br />\nGives guidance on drafting contracts of guarantee<br />\nExamines the meaning of common provisions of a guarantee agreement, with detailed reference to case law<br />\nDiscusses factors affecting the validity of the guarantee, such as duress and undue influence<br />\nLooks at special principles applicable to guarantees which will lead to the guarantee being discharged and provides guidance on how to avoid common pitfalls<br />\nAdvises on how the lender can guard against discharge of a guarantee<br />\nConsiders problems the lender may have enforcing the guarantee<br />\nLooks at the rights of guarantors both before and after payment<br />\nIncludes procedural aspects of the law for litigation<br />\nNew for this edition:<br />\nUpdated for the Insolvency Rules 2016<br />\nNotes impending changes to legislation due to Brexit<br />\nIncorporates over 50 new cases on guarantees and indemnities, covering the full spectrum of issues<br />\nFocuses on English case law but, as with past editions, also makes substantial reference to decisions from the rest of the UK, Ireland and around the Commonwealth<br />\nKeeps abreast of general developments in contract law since the last edition, on topics such as construction, rectification, illegality, penalties and damages</p>\n', '4th', 0, '9789393702739', '538', '2022', '2', '2023-06-30_15_15_31.28039208_the_modern.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-30 09:46:37', '10', 0, 0, '', '', NULL, '2,25,1', '', 12250.00, 0, 10412.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-30 09:46:37'),
(867, 'Keating on Offshore Construction and Marine Engineering Contracts', '', '<p>Written by an expert team at Keating Chambers, led by Adam Constable QC, Keating on Shipbuilding and Offshore Engineering Contracts provides in-depth guidance on the agreements involved in the construction of ships, rigs and other offshore vessels and structures. It is groundbreaking in approach, drawing together the traditional Admiralty based law on ship building with the land based construction law which increasingly drives this area. It will equip marine construction lawyers with a one-stop reference on all aspects of the modern shipbuilding and offshore engineering contracts and for dealing effectively with the problems that may arise. Written by a team of expert practitioners from Keating Chambers, the book: * Examines the main standard form agreements used in shipbuilding, from Lloyds, BIMCO, and the Japanese Ship Building Authority * Discusses the formation of shipbuilding contracts and the Rules of Construction used in shipbuilding * Analyses in detail all the issues surrounding Time in contracts, the obligations, delay and extensions * Covers Changes to contract terms and considerations that need to be made from contractor and buyer&#39;s perspectives * Looks at Payment, including potential extra payments, permissible delay and damages * Considers Termination of the contract at length * Discusses the types of vessels covered by shipbuilding contracts: ships, FPSOs, rigs, semi submersibles * Looks at the documents required for creation of a shipbuilding contract e.g specifications, drawings, programmes of work * Deal with guarantees, bonds and insurance * Covers the dispute resolution frameworks used in international shipbuilding contracts, including litigation in the Commercial or Technology and Construction Court, ad ADR * Examines shipbuilding case law in-depth with insightful commentary.</p>\n', '', '2nd', 0, '9789392630163', '539', '2022', '2', '2023-06-30_15_18_04.11383309_keating_on_offshore.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-30 09:48:32', '10', 0, 0, '', '', NULL, '2,25,1', '', 14500.00, 0, 12325.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-06-30 09:48:32'),
(868, 'McGregor on Damages', '', '<p>A primary reference tool on the general principles and the particular aspects of common law damages,&nbsp;<strong>McGregor on Damages</strong>&nbsp;is still the leading authority on damages and has been for over 50 years.&nbsp;Part of the Common Law Library McGregor on Damages provides in-depth and comprehensive&nbsp;coverage of the law, from detailed consideration of the general principles to a full analysis of specific&nbsp;areas of damages.A primary reference tool on the general principles and the particular aspects of common law damages,&nbsp;<strong>McGregor on Damages</strong>&nbsp;is still the leading authority on damages and has been for over 50 years.&nbsp;Part of the Common Law Library McGregor on Damages provides in-depth and comprehensive&nbsp;coverage of the law, from detailed consideration of the general principles to a full analysis of specific&nbsp;areas of damages.</p>\n', '<p>Provides comprehensive coverage of the law of damages, from detailed consideration of the general principles to specific heads of damages<br />\nClarifies complex areas such as loss of a chance, mitigation, causation and exemplary damages<br />\nExplains difficult and rapidly developing heads of damages such as licence fee damages, vindicatory damages, and damages that permit disgorgement of a defendant&#39;s profits<br />\nExamines such issues as periodical payments and interest on damages<br />\nGoes through statement of case, the trial and appeals<br />\nConsiders damages in relation to particular contracts, torts and human rights such as below:<br />\nProvides comprehensive coverage of the law of damages, from detailed consideration of the general principles to specific heads of damages<br />\nClarifies complex areas such as loss of a chance, mitigation, causation and exemplary damages<br />\nExplains difficult and rapidly developing heads of damages such as licence fee damages, vindicatory damages, and damages that permit disgorgement of a defendant&#39;s profits<br />\nExamines such issues as periodical payments and interest on damages<br />\nGoes through statement of case, the trial and appeals<br />\nConsiders damages in relation to particular contracts, torts and human rights such as below:<br />\n<strong>Contracts</strong><br />\nSale of Goods, Hire and Hire-purchase of Goods, Sale of Land, Contracts to Pay or to Lend Money, Contracts for Carriage, Contracts of Employment, and Contracts for Professional Services<br />\n<strong>Torts</strong><br />\nTorts affecting Goods: Damages and Destruction, Misappropriation, Torts Affecting Land, Torts Causing Personal Injury, Torts Causing Death, Assault and False Imprisonment, Malicious Institution of Legal Proceedings, Defamation, Economic Torts, Misrepresentation, Infringement of Privacy, Confidence and Private information, and Misfeasance in Public Office<br />\n<strong>Human Rights</strong><br />\nComprehensive examination of damages under the Human Rights Act 1998 including the claims for which these damages are available, the circumstances when they will be available, and their quantum.<br />\nThe First Supplement to the Twenty-First edition covers all the latest developments in the law of damages since publication of the Twenty-First Edition in December 2020. These include important decisions on causation, remoteness of damage and scope of duty of care, consequential loss and indemnity clauses, damages for a loss of a chance, exemplary damages, disgorgement of profits, penalties, taxation consequences, interest, damages for defamation, harassment and infringement of privacy, damages for personal injury, damages consequent upon death including dependency claims.<br />\n<strong>Contracts</strong><br />\nSale of Goods, Hire and Hire-purchase of Goods, Sale of Land, Contracts to Pay or to Lend Money, Contracts for Carriage, Contracts of Employment, and Contracts for Professional Services<br />\n<strong>Torts</strong><br />\nTorts affecting Goods: Damages and Destruction, Misappropriation, Torts Affecting Land, Torts Causing Personal Injury, Torts Causing Death, Assault and False Imprisonment, Malicious Institution of Legal Proceedings, Defamation, Economic Torts, Misrepresentation, Infringement of Privacy, Confidence and Private information, and Misfeasance in Public Office<br />\n<strong>Human Rights</strong><br />\nComprehensive examination of damages under the Human Rights Act 1998 including the claims for which these damages are available, the circumstances when they will be available, and their quantum.<br />\nThe First Supplement to the Twenty-First edition covers all the latest developments in the law of damages since publication of the Twenty-First Edition in December 2020. These include important decisions on causation, remoteness of damage and scope of duty of care, consequential loss and indemnity clauses, damages for a loss of a chance, exemplary damages, disgorgement of profits, penalties, taxation consequences, interest, damages for defamation, harassment and infringement of privacy, damages for personal injury, damages consequent upon death including dependency claims.</p>\n', '21st', 0, '9789393702494', '540', '2022', '2', '2023-06-30_15_23_25.68247910_MeGreor.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-06-30 09:54:11', '102', 0, 0, '', '', NULL, '2,25,1', '', 21275.00, 0, 16594.50, 0, 0, 0.00, 0, 0.00, 22.00, 0.00, 0.00, '2023-06-30 09:54:11'),
(869, 'Privilege', '', '<p>In the six years that have elapsed since my third edition, there has been no let-up in the numbers of cases concerning the scope and application of legal professional privilege reaching the senior Courts of England and Wales&mdash;as well as senior courts of many other common law jurisdictions. Privilege remains a truly incredible and fascinating subject: of ancient origin but of continuing modern relevance, and a subject that continues to develop at pace that is sometimes difficult to keep up with. Thus, whilst I have sought to state the law as at September 2019, I am already aware of some important cases from the summer and autumn of 2019 that I have only been able to note in the fourth edition, publishing deadlines dictating that fuller consideration will need to await either an online update (perhaps) or even a fifth edition. These include the High Court of Australia&rsquo;s important decision in Glencore International AG v Commissioner of Taxation (2019] HCA 26 and the English Court of Appeal decisions in Lee Addlesee v Dentons Europe LLP [2019] EWCA Civ 1600 and Curless v Shell International Limited [2019] EWCA Civ 1710. I am aware that there are further potentially important appeals to the English Court of Appeal pending from The Financial Reporting Council Ltd v Sports Direct International Plc [2018] EWHC 2284 (Ch), Raiffeisen Bank International AG v Asia Coal Energy Ventures Ltd, Ashurst LLP [2019] EWHC 3 (Comm) and Jet2.Com Ltd, R. (on the application of) v Civil Aviation Authority [2018] EWHC 3364 (Admin) (see Chapters 1 and 2 respectively).</p>\n', '', '4th', 0, '9789392630378', '546', 'R/P 2022', '11', '2023-06-30_15_26_24.56639611_privilege.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-06-30 09:56:47', '113', 1, 1, '<p>1. Legal Professional Privilege: Core Principles<br />\n2. Legal Professional Privilege: Advice Privilege<br />\n3. Legal Professional Privilege: Litigation Privilege<br />\n4. Privilege and Third Party Communications: Further considerations<br />\n5. Pre-Existing documents<br />\n6. Joint and Common Interests<br />\n7. Losing Privilege<br />\n8. The Crime-Fraud Exception<br />\n9. Claiming Privilege<br />\n10. Without Prejudice Communications<br />\n11. International Arbitration Privilege</p>\n', '', NULL, '2,1', '', 9880.00, 0, 7910.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 1970.00, '2023-06-30 09:56:47'),
(870, 'Life Sciences and Intellectual Property Rights', '', '<p>Life Sciences and Intellectual Property: Law and Practice is a new title providing sought after guidance on intellectual property law and rights protection within the life sciences. Written by a leading team of experts at Bird &amp; Bird LLP, it draws together all the relevant aspects of intellectual property law that you are likely to encounter in this uniquely complex field. It takes a particularly detailed look at patents and specific obtaining, validity, and infringement issues as well as other rights such as trade marks, copyright, designs, and database rights.</p>\n', '', '1st', 0, '9789392630293', '543', '2022', '2', '2023-07-01_10_20_17.45882812_Life-Sciences.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 5, '2023-07-01 04:50:34', '28', 0, 0, '', '', NULL, '1', '', 9000.00, 0, 7470.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 1530.00, '2023-07-01 04:50:34'),
(871, 'Foskett On Compromise', '', '<p>A compromise is the settlement of a dispute by mutual concession. Generally speaking a compromise occurs most often in a private law context, which is to say in disputes between individuals and/or commercial entities. A compromise can emerge from negotiations either before or after the commencement of litigation or arbitration proceedings and whether or not facilitated by mediation.<br />\nThe purpose of Foskett on Compromise is to provide practitioners with a comprehensive and authoritative analysis of the legal framework for the resolution of disputes and the practical implications of the process of settlement however that settlement is achieved and whether it is a dispute within a domestic jurisdiction or involves cross-border implications.</p>\n\n<ul>\n</ul>\n', '<p>Features:<br />\nProvides authoritative guidance on the law of compromise.<br />\nEstablishes the legal foundations of compromise and the essential requirements of a valid compromise.<br />\nGoes through the procedure of compromise, its machinery and methods, with particular attention to Part 36 of the CPR in connection with disputes resolved within England and Wales.<br />\nConsiders the consequences of a compromise and the effects of a breach.<br />\nExamines the enforcement of a compromise and how a compromise is put into effect.<br />\nExplains the practice of challenging the validity of (or &lsquo;impeaching&rsquo;) a compromise in order to have it set aside.<br />\nDeals individually with different types of dispute, including: settlements in Chancery litigation; matrimonial, family and inheritance disputes; serious personal injury claims involving children or patients; employment contract disputes; disputes in administrative law; landlord and tenant, boundary, and construction disputes.<br />\nIncludes analysis of the compromise of arbitrations, domestic and international, appeals and compromises achieved through all forms of ADR.<br />\nDiscusses the proper role of legal advisers (whether barrister, solicitor or other appropriate representative) in the process of compromise, including consideration of skills, responsibilities, obligations and liabilities.<br />\nCovers insurance interests and compromise.<br />\nOffers guidance and advice throughout as to best practice, for example as to what professional ethics and responsibility require in various situations.<br />\nCovers all aspects of the settlement of international commercial disputes whether achieved with the assistance of mediation or otherwise.</p>\n', '9th', 0, '9789393702890', '544', '2022', '2', '2023-07-01_10_23_07.26134213_foskett.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-01 04:53:24', '67', 1, 0, '', '', NULL, '2,1', '', 10830.00, 0, 8730.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 2100.00, '2023-07-01 04:53:24'),
(872, 'Craies On Legislation', '', '<p><strong>Craies on Legislation</strong>&nbsp;is the complete practitioners&rsquo; guide to the nature, process, effect and interpretation of legislation. It is regularly cited to and by the higher courts, and it is relied upon by lawyers in the public and private sectors for shedding light on the widest range of questions in relation to how legislation is made, applied, challenged and interpreted.<br />\nThe 12th Edition covers: the classification of primary, subordinate and a growing range of quasi-legislation; the potential of and constraints on all kinds of legislation, including devolved legislation; the legislative process for all kinds of legislation; drafting of different kinds of legislation; explanatory material (including Explanatory Notes and Pepper v Hart); issues of effect from timing and application, the exercise of statutory functions, statutory corporations, effect on other law and errors in legislation (including an account of increasing judicial activism in rectification); the rules, presumptions and canons and principles of statutory interpretation; and a discussion of the effects of EU legislation in UK law.</p>\n', '', '12th', 0, '9789393702852', '217', '2022', '2', '2023-07-01_10_29_16.75031814_craies.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-01 04:56:19', '67', 0, 0, '', '', NULL, '2,1', '', 11970.00, 0, 9340.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 2630.00, '2023-07-01 04:56:19'),
(873, 'Glanville Williams: Learning The Law', '', '<p>This work contains all the beginner needs to know about the methodology of studying law. Ranging widely across legal skills, source materials, and methods of study and assessment, it introduces legal problems and describes how to tackle them, and how to look up points of law.This work contains all the beginner needs to know about the methodology of studying law. Ranging widely across legal skills, source materials, and methods of study and assessment, it introduces legal problems and describes how to tackle them, and how to look up points of law.</p>\n', '', '17th', 1, '9789393702586', '546', '2022', '2', '2023-07-01_10_28_00.03402915_glanville.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-01 04:58:17', '113', 0, 0, '', '', NULL, '2', '', 520.00, 0, 470.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-07-01 04:58:17'),
(874, 'Terrell On The Law Of Patents', '', '<p>Patent law continues to evolve as it always has, but few would have predicted some of the developments which took place after the 18th edition of this work was published in early 2016. There was no hint that the doctrine of equivalents might come back into play; but following the landmark decision of the Supreme Court in Lilly v Actavis, the point is now a regular feature of trials in the Patents Court. Litigation about telecommunications patents was not uncommon in this jurisdiction but since the rulings on FRAND in Unwired Planet v Huawei and Conversant v ZTE &amp; Huawei the number of cases has grown dramatically. The outcome of the Supreme Court&#39;s ruling in those cases is awaited. The split decision on infringement in Warner Lambert v Generics means that uncertainty remains about the correct approach to second medical use claims. The Unified Patent Court was not a certainty, but it was a sufficiently likely prospect as of 1 January 2016 that we included a chapter on its practice and procedure. However, now that the UK has left the EU and given the recent ruling of the German Federal Constitutional Court, the Editorial Board felt that to include a chapter on the UPC in this edition of the work could be described as optimistic.</p>\n', '', '19th (South Asian Edition)', 0, '9789392630880', '547', '2023', '3', '2023-07-01_10_31_17.58055116_terrell-law-patents-100x147.gif', 0, '1298', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-01 05:01:37', '28', 0, 0, '<p><strong>Table of Contents</strong><br />\nChapter 1 : Patents<br />\nChapter 2 : The Nature of Patent able&nbsp;inventions<br />\nChapter 3 : The Application&nbsp;<br />\nChapter 4 : Entitlement<br />\nChapter 5 : The Granted Patent<br />\nChapter 6 : Supplementary Protection Certificates<br />\nChapter 7 : Property Date&nbsp;<br />\nChapter 8 : The &#39;Person Skilled in the Art&#39; and Common<br />\nChapter 9 :&nbsp;Construction&nbsp;of the Specification and Clams<br />\nChapter 10 : Invalidity and the Ground of Revocation<br />\nChapter 11 : Invalidity Due to Lack of Novelty<br />\nChapter 12 : Invalidity Due to Obviousness<br />\nChapter 13 : Invalidity Due to Insufficiency<br />\nChapter 14 : Patent Infringement<br />\nChapter 15 : Amendment of Specifications<br />\nChapter 16 : Devolution, Assignments and Licences, Co-Ownership and Registration<br />\nChapter 17 : Compulsory Licence and licence of Right<br />\nChapter 18 : Frand<br />\nChapter 19 : Practice and Procedure<br />\nChapter 20 : The Intellectual&nbsp;Property Enterprise Court<br />\nChapter 21 : Remedies for Infringement&nbsp;<br />\nChapter 22 : Declaration&nbsp;<br />\nChapter 23 : Action to Restrain Threats<br />\nChapter 24 : Use by the Crown&nbsp;<br />\nAppendices A to D<br />\nIndex</p>\n', '', NULL, '2,1', '', 15390.00, 0, 13081.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-01 05:01:37'),
(875, 'Hewitt On Joint Ventures', '', '<p>Hewitt on Joint Ventures 7th edition analyses a variety of transactions where two or more existing entities agree to establish and participate in a common enterprise or business-related activity. The main focus is on joint ventures using the medium of a joint venture company. The principal issues raised by a range of transactions are examined, outlining how such issues might be handled and setting out the relevant background law.</p>\n\n<p>Hewitt on Joint Ventures has been described in the High Court as &ldquo;a book edited by practitioners who specialise and have extensive experience in this area of commercial activity&rdquo;.&nbsp; It is written in a clear and practical way, tailored for the practitioner and in-house counsel. It aims to provide detailed commercial guidance alongside a comprehensive review of relevant specialist areas of law, as well as useful checklists and precedents.</p>\n', '', '7th', 0, '9789395696005', '548', '2022', '2', '2023-07-01_10_32_49.82213517_hewitt.jpg', 0, '1196', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-01 05:03:14', '143', 0, 0, '', '', NULL, '2,25,1', '', 13375.00, 0, 10567.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 2808.00, '2023-07-01 05:03:14'),
(876, 'Bullen & Leake & Jacob’s Precedents of Pleadings', '', '<p>This is the nineteenth edition of Bullen &amp; Leake &amp; Jacob&#39;s Precedents of Pleadings. The law is generally as stated at 1 July 2019, although it has been possible to take in further updates at proof stage. The publishers wish to record their gratitude to the expert team of barristers who have updated the commentary and Statements of Case in this edition. As ever, we are grateful to them that they are able to spare the time to write whilst keeping busy practices. The publishers are also much obliged to the in-house authors who assisted with three chapters and to Fiona Keyte for managing and coordinating copy and proofs delivery efficiently. We are privileged to have as General Editors the Honourable Sir William Blair, Lord Brennan QC, the Right Honourable Professor Sir Robin Jacob and the Honourable Sir Brian Langstaff. Very many thanks are due to them for their continued guidance and assistance.</p>\n', '', '19th', 0, '9789393702906', '549', '2022', '2', '2023-07-01_10_34_43.43045618_bullen-leake-jacob.gif', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-01 05:05:16', '49', 1, 0, '<p><strong>Table of Contents<br />\nVolume 1</strong><br />\n01.&nbsp;&nbsp;&nbsp;&nbsp;Introduction<br />\nA.&nbsp;&nbsp;&nbsp; Arbitration<br />\nB.&nbsp;&nbsp;&nbsp;&nbsp;Assault, False Imprisonment and Malicious Prosecution<br />\nC.&nbsp;&nbsp;&nbsp;&nbsp;Assignment of Contractual Rights<br />\nD.&nbsp;&nbsp;&nbsp;&nbsp;Aviation<br />\nE.&nbsp;&nbsp;&nbsp;&nbsp;Banking and Financial Services<br />\nF.&nbsp;&nbsp;&nbsp;&nbsp;Business Law<br />\nG.&nbsp;&nbsp;&nbsp;&nbsp;Competition<br />\nH.&nbsp;&nbsp;&nbsp;&nbsp;Computers and IT<br />\nI.&nbsp;&nbsp;&nbsp;&nbsp;Construction<br />\nJ.&nbsp;&nbsp;&nbsp;&nbsp;Defamation<br />\nK.&nbsp;&nbsp;&nbsp;&nbsp;Education<br />\nL.&nbsp;&nbsp;&nbsp;&nbsp;Employment<br />\nM.&nbsp;&nbsp;&nbsp;&nbsp;Entertainment Law<br />\nN.&nbsp;&nbsp;&nbsp;&nbsp;Environmental Claims<br />\nO.&nbsp;&nbsp;&nbsp; Equity Remedies<br />\nP.&nbsp;&nbsp;&nbsp;&nbsp;Fraud<br />\nQ.&nbsp;&nbsp;&nbsp; Harrasment<br />\nR.&nbsp;&nbsp;&nbsp;&nbsp;Human Rights and References to the European Court of Justice<br />\nS.&nbsp;&nbsp;&nbsp;&nbsp;Immigration and Judicial Review<br />\nT.&nbsp;&nbsp;&nbsp;&nbsp;Insurance<br />\nU.&nbsp;&nbsp;&nbsp;&nbsp;Intellectual Property<br />\nV.&nbsp;&nbsp;&nbsp;&nbsp;Invasion of Privacy<br />\nW.&nbsp;&nbsp;&nbsp; Judicial Review &nbsp;&nbsp;<br />\nX.&nbsp;&nbsp;&nbsp;&nbsp;Personal Injury<br />\nY.&nbsp;&nbsp;&nbsp;&nbsp;Professional Negligence<br />\nZ.&nbsp;&nbsp;&nbsp;&nbsp;Property<br />\nZA.&nbsp;&nbsp;&nbsp;&nbsp;Restitution<br />\nZB.&nbsp;&nbsp;&nbsp;&nbsp;Sports law</p>\n', '', NULL, '2,25,1', '', 20500.00, 0, 17425.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-01 05:05:16'),
(877, 'Winfield & Jolowicz  on Torts', '', '<p>Winfield &amp; Jolowicz on Tort has been the leading work on the subject since the first edition was published over 80 years ago, and with the publication of this twentieth edition it continues to be a clear, authoritative and comprehensive guide to this area of law. It is widely adopted for use by students, an invaluable resource for practitioners, and regarded in other legal systems as providing a definitive account of the English law of tort.</p>\n\n<p>For this edition, the entire text has been thoroughly updated and several chapters have been extensively rewritten. New in this edition.</p>\n', '<p>Discussion of hundreds of recent cases, including Michael v Chief Constable of South Wales, Robinson v Chief Constable of West Yorkshire Police and Poole BC v GN (duty of care); Patel v Mirza (illegality); Wilkes v DePuy International (product liability); Lachaux v Independent Print Ltd (defamation); O v Rhodes (intentional infliction of physical or emotional harm); Willers v Joyce (malicious prosecution); JSC BTA Bank v Ablyazov (No.14) (conspiracy); and five major Supreme Court decisions on vicarious liability and non-delegable duties, including Barclays Bank v Various Claimants and WM Morrison Supermarkets v Various Claimants&nbsp;<br />\nA new section on damage in the law of negligence, incorporating discussion of Dryden v Johnson Matthey<br />\nComprehensive coverage of new legislation, as well as the impact on existing legislation of the UK&rsquo;s withdrawal from the European Union<br />\nMore extensive citation of academic commentary<br />\nTrusted by generations of students and practitioners throughout the common law world, Winfield &amp; Jolowicz on Tort remains the leading textbook on the English law of tort.<br />\nJames Goudkamp and Donal Nolan have written extensively on the law of tort. Their works include their jointly authored books Contributory Negligence: Principles and Practice (2018) and Contributory Negligence in the Twenty-First Century (2019) and their jointly edited book Scholars of Tort Law (2019).</p>\n', '20th', 1, '9789393702746', '550', '2022', '2', '2023-07-01_10_37_12.08151219_winfield.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-01 05:07:33', '102', 0, 0, '', '', NULL, '2,1', '', 1350.00, 0, 1147.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-01 05:07:33'),
(878, 'Theobald on Wills', '', '', '', '19th', 0, '9789393702876', '551', '2022', '2', '2023-07-01_10_59_40.21162620.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-01 05:29:55', '42', 0, 0, '', '', NULL, '2,25,1', '', 13490.00, 0, 10792.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-27 03:26:36'),
(879, 'Byles on Bills of Exchange and Cheques', '', '<p><strong>Byles on Bills of Exchange and Cheques</strong>&nbsp;is the essential reference guide to the regulation and use of payment instruments. Giving a detailed account of the law of bills of exchange, promissory notes and cheques, this classic text sets out the substantive and procedural law, as well as the application of the laws of principal and surety and insolvency to this context.<br />\nThe new 30th edition incorporates legislative developments and recent caselaw from the UK and Commonwealth, as well as expanded discussion of set-offs.</p>\n', '<p>Provides a detailed account of the laws and procedure governing the use of bills of exchange in the UK<br />\nSets out the principles underlying the law of bills of exchange and cheques<br />\nIdentifies the types of instruments and the relevant parties involved<br />\nDetails a step-by-step analysis of the procedural law and relevant information for litigation.<br />\nLooks at the use of bills in international trade and the issues surrounding conflict of laws<br />\nAddresses the relevant duties of each party to the transaction and sets out the means by which the transaction is processed and discharged<br />\nExplains the liabilities and rights of the parties, including the liability of banks for breach of a mandate<br />\nExamines the relevance of the principle of Consideration for the contractual nature of the transactions<br />\nConsiders the means by which a bill of exchange or cheque may be altered and the legal protections against forgeries<br />\nUndertakes a detailed analysis of the nature and operation of cheques, as distinct from other bills of exchange<br />\nSets out the nature and legal issues with respect to promissory notes<br />\nAddresses the consequences of lost bills or cheques, and payments made in error<br />\nConsiders the application of the laws of principal and surety, and insolvency law to the context of bills of exchange</p>\n', '30th', 0, '9789392630910', '552', '2021', '2', '2023-07-01_11_04_47.46198921_byles-on-bills-of.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-01 05:35:03', '2', 1, 0, '', '', NULL, '2,25,1', '', 13500.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 13500.00, '2023-07-01 05:35:03'),
(880, 'Commercial Litigation Pre-Emptive Remedies', '', '', '<p>Features:<br />\nCovers the wide range of pre-emptive remedies including security for costs, enforcement of foreign judgments and procedures in specialist areas such as IP and Personal Injury.<br />\nPractical in its approach it explains applications and enforcement procedures and includes checklists for finding quick solutions to problems<br />\nProvides detailed guidance on the practice and procedure of interim remedies; freezing injunctions and the appointment of receivers; search orders, orders in relation to property and orders to deliver up goods<br />\nSeparate chapters on Security for Costs; Default Judgments and judgments upon admissions; summary judgment; and, provisional liquidators and interim receivers<br />\nIncludes a large selection of forms and precedents<br />\nContains a Case File section with summaries of key cases</p>\n', '3rd', 0, '9789392630507', '553', '2021', '2', '2023-07-01_11_08_20.90083522_commercial.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-01 05:38:33', '7', 0, 0, '<p>Sweet &amp; Maxwell&rsquo;s Commercial Litigation : Pre-Emptive Remedies by Iain Goldrein &ndash; South Asian Reprint of 3rd Edition.</p>\n\n<p>This work is written with the commercial litigator in mind. It offers expert and practical guidance on the steps that need to be considered by practitioners faced with commercial disputes.</p>\n\n<p>It covers the full spectrum of pre-emptive remedies. Importantly, the title includes discussion of the international dimension of pre-emptive remedies.</p>\n', '', NULL, '2,25,1', '', 11000.00, 0, 9350.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-01 05:38:33');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(881, 'Damages for Breach of Contract', '', '<p>This is a new title in our Contract Law Library by the author of Exclusion Clauses and Unfair Contract Terms (12th edition). The book provides authoritative and practical guidance on the damages clients/companies can claim in the event of breach of contract.</p>\n', '<p>Explains and analyses the rule established in Hadley v Baxendale (1854) and traces its interpretation and evolution over time<br />\nCovers the principle of recovery for loss of bargain<br />\nExamines the types of expenses recoverable and considers the problem of double compensation<br />\nAppraises the case law in relation to damages for distress, inconvenience and the like<br />\nClarifies the courts&rsquo; position in relation to recovery for losses caused<br />\nSets out the approach adopted by the courts and statute, in particular, the Consumer Rights Act 2015, to the control of contractual terms which seek to limit or exclude liability for damages<br />\nDiscusses the role of intent in the assessment of damages for breach</p>\n', '12th', 0, '9789390529513', '554', '2021', '2', '2023-07-01_11_10_44.93468923_Damages-for-Breach.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-01 05:41:00', '10', 0, 0, '', '', NULL, '2,25,1', '', 10225.00, 0, 8691.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-01 05:41:00'),
(882, 'Snell\'s Equity', '', '<p><strong>Snell&rsquo;s Equity</strong>&nbsp;provides in-depth commentary and analysis of the law of equity and offers interpretation of how the different rules can be applied to property (trusts, assets, securities). It is the most comprehensive book on this subject and is frequently cited in court.</p>\n', '<p>Examines the nature and maxims of equity.<br />\nWide coverage from historical tradition to modern developments<br />\nInterprets the principles and their application in different modern situations<br />\nConsiders all new legislative and case developments<br />\nCovers the three main substantive fields of equity jurisdiction: trusts, the administration of assets and securities, particularly mortgages.<br />\nTakes into account the growing application of trusts and fiduciary obligations in commercial contexts<br />\nClear narrative with logical progression of principles and definitions to application in practice and remedies.</p>\n', '34th', 0, '9789391340063', '555', '2021', '2', '2023-07-01_12_19_00.85569001_Snells.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-01 06:49:20', '68', 0, 0, '', '', NULL, '2,25,1', '', 12500.00, 0, 10250.00, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-01 06:49:20'),
(883, 'Colinvaux’s Law of Insurance', '', '<p><em>Colinvaux&rsquo;s Law of Insurance</em>&nbsp;provides you with comprehensive and clear guidance on insurance contract law.</p>\n\n<p>This key title takes a detailed look at the following areas: insurance contracts, the different parties involved, and the features of special types of insurance. Part of the Insurance Practitioners Library and now in its twelfth edition, it remains an essential reference on the subject.</p>\n', '<p>This twelfth edition has been revised with new features:-<br />\nThe most recent and important UK decisions, including: Young v RSA [2019] CSOH 32 (disclosure under the Insurance Act 2015); Euro Pools v RSA [2019] EWCA Civ 808 (claims made policies); Equitas v MMI [2019] EWCA Civ 718 (utmost good faith and claims); and more.<br />\nThe chapter on property insurance has been rewritten to take account of a series of important decisions from New Zealand on the measure of indemnity, including Sartex Quilts v Endurance [2019] EWHC 1103 (Comm).<br />\nSignificant updates to the chapter on motor insurance in light of amendments to the Road Traffic Act 1988 with key rulings from both England and Europe, including R &amp; S Pilling v UK Insurance [2019] UKSC 16, Cameron v Liverpool Victoria [2019] UKSC 6 and Motor Insurers Bureau v Lewis [2019] EWCA Civ 909.<br />\nDiscussion of important cases from Australia and New Zealand, including: Delta Pty v Team Rock Anchors [2019] QCA 62 (settlement of liability claims); Onley v Catlin Syndicate [2018] FCAFC 119 (directors and officers insurance); Xu v IAG New Zealand [2019] NZSC 68 (assignment of property claims).<br />\nOther key features of the book include:<br />\nProvides a detailed examination of the key principles, rights, and issues of insurance contract law in the United Kingdom.<br />\nCovers three distinct areas: the contract, the parties involved, and special types of insurance.<br />\nExtensive commentary on the construction of policies explaining issues such as risk, utmost good faith, insurance interest, the premium, claims, and loss.<br />\nAddresses the roles of the different parties involved, including intermediaries and the regulatory structure of the industry.<br />\nLooks at nine special types of insurance contract: reinsurance, life and accident, property, liability, third party, motor vehicle, financial, marine, and war risks.<br />\nSets out the rules governing wording and phrasing.<br />\nIncludes a dedicated chapter on the rights of insurers.<br />\nDiscusses the insolvency of insurance companies and relevant proceedings, as well as the protection of policyholders.<br />\nAnalyses the most important legislation, regulation, and cases.<br />\nProvides an additional international dimension with analysis of significant Commonwealth decisions affecting the English courts.<br />\nSupplemented annually to ensure the text is always up to date.</p>\n', '13th', 0, '9789392630675', '53', '2025 (South Asian Reprint)', '11', '2023-07-01_12_22_43.02588302_law_of_insurance.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-01 06:53:00', '105', 0, 0, '', '', NULL, '1,25,2', '', 27850.00, 0, 22837.00, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2026-05-06 09:01:50'),
(884, 'Sassoon on CIF and FOB Contracts', '', '<p><strong>Sassoon: CIF and FOB Contracts</strong>&nbsp;explains and analyses the law of contracts for the sale of goods carried by sea, in particular the Cost, Insurance and Freight (CIF) and Free on Board (FOB) terms. The work is a thorough and detailed study of this important area of commercial law, focusing on both providing clear and exhaustive guidance on the contractual and legal issues surrounding the performance of these commonly used terms and suggesting drafting solutions for loss prevention purposes.</p>\n', '<p>Sets CIF and FOB sales in a commercial and legal context, explaining the global trade environment and legal systems in which they operate.<br />\nOutlines the rule around the passing of the risk and transfers of property, and exceptions thereto.<br />\nDefines a CIF sale, the essential elements of its contract and the variants which can exist.<br />\nCovers shipment, including duties, description of goods, fitness for purpose, quantity, time, place and route of shipment, as well as the ship and destination.<br />\nExplains bills of lading and other transport documents which may be relevant to a CIF contract.<br />\nDescribes the insurance cover and documents consequent of the use of a CIF contract.<br />\nCovers other relevant documents, like export licences, certificates and commercial invoices<br />\nAnalyses buyers&rsquo; obligations under a CIF sale, including payment, compliance with formalities and the duty to nominate a destination if not fixed by the contract.<br />\nDiscusses the most common FOB variants and their history<br />\nExplains the duties of the seller regarding delivery, loading, stowing, packaging, documentary duties, bills of lading and export licences.<br />\nSets out buyers&rsquo; obligations under an FOB sale, covering the duty to make an effective nomination, cost and liabilities under shipping, export and import licences and payment of the price.<br />\nCovers insurance issues under FOB contracts.<br />\nDiscusses how the doctrine of force majeure and frustration can be used in the context of specific CIF and FOB contract clauses.<br />\nExplains the various remedies available, including cases of waiver, estoppel, breach, statutory remedies and damages.<br />\nAddresses difficult questions around conflict of laws, covering jurisdictional and arbitration issues, as well as common law options and the issue of which conventions/regulations determine the law.<br />\nNew to edition:<br />\nCovers the Incoterms 2020 rules<br />\nUpdates coverage of damages, following two key recent appeals<br />\nExplains the impact of increased trade restrictions</p>\n', '7th', 0, '9789392630606', '557', '2021', '2', '2023-07-01_12_34_35.18253103_CIF_&_FOB.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-01 07:05:00', '106', 0, 0, '', '', NULL, '1', '', 12500.00, 0, 10000.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 2500.00, '2023-07-01 07:05:00'),
(885, 'Lewin on Trust, in 2 Vols', '', '<p><strong>Lewin on Trusts, 20th Edition&nbsp;</strong>gives an in-depth analysis of both general principles and practical considerations, covering all aspects of trusts law, including creation of trusts, jurisdiction and choice of law, the role and duties, indemnity and remuneration of trustees, the rights of beneficiaries, dispositive and administrative powers concerning trusts, trust proceedings and remedies, and regulation of trusts and trustees.<br />\nThe new edition has been extensively re-organised and substantially expanded to take account of developments in the law, and decisions in England, as well as the old Commonwealth and all the main offshore jurisdictions.</p>\n\n<ul>\n</ul>\n', '<p><strong>New features:</strong></p>\n\n<p><strong>A new chapter on trusts and divorce</strong></p>\n\n<ul>\n	<li>A full conspectus on the &ldquo;firewall&rdquo; legislation in overseas jurisdictions protecting trusts from the application of foreign laws</li>\n	<li>The impact of the new data protection legislation (GDPR and the 2018 Act) on trusts</li>\n	<li>The effect of human rights legislation on the interpretation of trusts for children</li>\n	<li>An expanded treatment of the nature and effect of powers of the settlor concerning changes in the trusteeship and other matters</li>\n	<li>A revised analysis of the indemnity of outgoing trustees</li>\n	<li>Developments on priorities of claims on insolvent trusts and on their winding up</li>\n	<li>Coverage of mediation and other forms of ADR for trust disputes</li>\n	<li>Public and private hearings in, and confidentiality of, trust proceedings</li>\n	<li>Commentary and explanation of regulations about registration of beneficial ownership and on CRS, FATCA and DAC 6 reporting for trusts</li>\n	<li>An examination of unexplained wealth orders\n	<p><strong>Lewin on Trusts, 20th Edition&nbsp;</strong>gives an in-depth analysis of both general principles and practical considerations, covering all aspects of trusts law, including creation of trusts, jurisdiction and choice of law, the role and duties, indemnity and remuneration of trustees, the rights of beneficiaries, dispositive and administrative powers concerning trusts, trust proceedings and remedies, and regulation of trusts and trustees.</p>\n\n	<p>The new edition has been extensively re-organised and substantially expanded to take account of developments in the law, and decisions in England, as well as the old Commonwealth and all the main offshore jurisdictions.</p>\n\n	<p><strong>New features:</strong></p>\n	</li>\n	<li>A new chapter on trusts and divorce</li>\n	<li>A full conspectus on the &ldquo;firewall&rdquo; legislation in overseas jurisdictions protecting trusts from the application of foreign laws</li>\n	<li>The impact of the new data protection legislation (GDPR and the 2018 Act) on trusts</li>\n	<li>The effect of human rights legislation on the interpretation of trusts for children</li>\n	<li>An expanded treatment of the nature and effect of powers of the settlor concerning changes in the trusteeship and other matters</li>\n	<li>A revised analysis of the indemnity of outgoing trustees</li>\n	<li>Developments on priorities of claims on insolvent trusts and on their winding up</li>\n	<li>Coverage of mediation and other forms of ADR for trust disputes</li>\n	<li>Public and private hearings in, and confidentiality of, trust proceedings</li>\n	<li>Commentary and explanation of regulations about registration of beneficial ownership and on CRS, FATCA and DAC 6 reporting for trusts</li>\n	<li>An examination of unexplained wealth orders\n	<p><strong>New features:</strong></p>\n	</li>\n	<li>A new chapter on trusts and divorce</li>\n	<li>A full conspectus on the &ldquo;firewall&rdquo; legislation in overseas jurisdictions protecting trusts from the application of foreign laws</li>\n	<li>The impact of the new data protection legislation (GDPR and the 2018 Act) on trusts</li>\n	<li>The effect of human rights legislation on the interpretation of trusts for children</li>\n	<li>An expanded treatment of the nature and effect of powers of the settlor concerning changes in the trusteeship and other matters</li>\n	<li>A revised analysis of the indemnity of outgoing trustees</li>\n	<li>Developments on priorities of claims on insolvent trusts and on their winding up</li>\n	<li>Coverage of mediation and other forms of ADR for trust disputes</li>\n	<li>Public and private hearings in, and confidentiality of, trust proceedings</li>\n	<li>Commentary and explanation of regulations about registration of beneficial ownership and on CRS, FATCA and DAC 6 reporting for trusts</li>\n	<li>An examination of unexplained wealth orders\n	<p><strong>Lewin on Trusts, 20th Edition&nbsp;</strong>gives an in-depth analysis of both general principles and practical considerations, covering all aspects of trusts law, including creation of trusts, jurisdiction and choice of law, the role and duties, indemnity and remuneration of trustees, the rights of beneficiaries, dispositive and administrative powers concerning trusts, trust proceedings and remedies, and regulation of trusts and trustees.</p>\n\n	<p>The new edition has been extensively re-organised and substantially expanded to take account of developments in the law, and decisions in England, as well as the old Commonwealth and all the main offshore jurisdictions.</p>\n\n	<p><strong>New features:</strong></p>\n	</li>\n	<li>A new chapter on trusts and divorce</li>\n	<li>A full conspectus on the &ldquo;firewall&rdquo; legislation in overseas jurisdictions protecting trusts from the application of foreign laws</li>\n	<li>The impact of the new data protection legislation (GDPR and the 2018 Act) on trusts</li>\n	<li>The effect of human rights legislation on the interpretation of trusts for children</li>\n	<li>An expanded treatment of the nature and effect of powers of the settlor concerning changes in the trusteeship and other matters</li>\n	<li>A revised analysis of the indemnity of outgoing trustees</li>\n	<li>Developments on priorities of claims on insolvent trusts and on their winding up</li>\n	<li>Coverage of mediation and other forms of ADR for trust disputes</li>\n	<li>Public and private hearings in, and confidentiality of, trust proceedings</li>\n	<li>Commentary and explanation of regulations about registration of beneficial ownership and on CRS, FATCA and DAC 6 reporting for trusts</li>\n	<li>An examination of unexplained wealth orders</li>\n</ul>\n', '20th', 0, '9789392630927', '558', '2021', '2', '2023-07-01_12_41_25.43966804_lewis_trust.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-01 07:11:28', '138', 0, 0, '', '', NULL, '2,1', '', 15800.00, 0, 12640.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2023-07-01 07:11:28'),
(886, 'Lloyd\'s Jurisprudence', '', '<p>Lloyd&rsquo;s Introduction to Jurisprudence is the leading textbook on jurisprudence in the English-speaking world, covering the whole field of jurisprudence.</p>\n\n<p>Combines an authoritative text with extracts from a huge variety of authors, extracting the works of more than a hundred jurists<br />\nGives critical insight into the texts with detailed and well-documented introductory sections<br />\nExamines the contributions made to legal theory by leading jurists from the Ancient Greeks to the postmodernists<br />\nCovers Aristotle, Raz, Habermas, Unger, Coleman, Perry, Kramer, Nelken and Iris Marion Young<br />\nContains a new chapter on Ronald Dworkin, analysing his work<br />\nPlaces emphasis on Hart, particularly the &ldquo;Postscript&rdquo; and the commentary this has provoked<br />\nProvides more references to contemporary debates e.g. positivism v natural law<br />\nOffers a fuller discussion of justice, including global justice</p>\n', '<p>The nature of jurisprudence<br />\nMeaning of the law<br />\nNatural law<br />\nBentham, Austin and classical positivism<br />\nPure theory of law<br />\nModern trends in analytical jurisprudence<br />\nTheories of Justice<br />\nSociological jurisprudence and the sociology of law<br />\nAmerican realism<br />\nThe Scandinavian realists<br />\nHistorical and anthropological<br />\nJurisprudence<br />\nMarxist theories of law and state<br />\nCritical legal studies<br />\nFeminist jurisprudence<br />\nPostmodernist<br />\nJurisprudence<br />\nCritical race theory<br />\nTheories of adjudication</p>\n', '9th', 0, '9789390529568', '559', '2020', '2', '2023-07-01_12_42_56.55915305_Lloyds_jurisprudence.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-01 07:13:16', '30', 0, 0, '', '', NULL, '2,1', '', 1600.00, 0, 1330.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 270.00, '2023-07-01 07:13:16'),
(887, 'Charlesworth & Percy on Negligence', '', '<p>The main authority on the law of negligence, and frequently cited in court,&nbsp;Charlesworth &amp; Percy on Negligence&nbsp;covers both common law and statutory duty.</p>\n\n<p>Building on the excellence of previous editions, the 14th edition focuses on the considerable body of new case law that has emerged since the previous edition, recent legislative changes and a brand new chapter on the contribution of tortfeasors.</p>\n\n<p>Sets out comprehensively the general principles, covering duty of care and liability issues under the tort of negligence<br />\nShows how the principles developed through the application of the common law and explains how the law of negligence has been applied in the UK and Commonwealth jurisdictions<br />\nExplains the duty to take care, when it exists, between what parties it exists and to assess quickly if a cause for action exists<br />\nExplains what remedies may be available, including damages and investigates the remoteness of damages as a remedy<br />\nExplains the burden of proof in negligence cases<br />\nDemonstrates the defences and discharges from liability<br />\nDifferentiates between nuisance and negligence<br />\nDemonstrates the standard of care principle in relation to persons professing some special skill, highways and transport, employee employer relationship<br />\nProvides an essential reference for every negligence case whether it is to do with personal injury including resulting in death, property, product liability and injury caused by animals and death<br />\nDifferentiates between absolute and strict liability<br />\nIncludes up-to-date statutory duties which means you will know exactly how recent changes apply<br />\nShows, through a detailed analysis of case law, how the principles work in specific situations and sets out the implications of new developments to help you take a view on your particular case</p>\n', '', '14th', 0, '9789390529025', '560', '2020', '2', '2023-07-01_12_45_13.48068806_charlesworth.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-01 07:15:33', '102', 0, 0, '', '', NULL, '2,1', '', 13500.00, 0, 10750.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 2750.00, '2023-07-01 07:15:33'),
(888, 'Palmer\'s Limited Liability Partnership Law', '', '<p>A Limited Liability Partnership (LLP) shares many of the features of a normal partnership, but importantly is an entity distinct from its partners and controlled under company law principles. The great challenge for practitioners is working out which parts of corporate legislation do and do not apply to this unique structure. Now in its third edition, Palmer&rsquo;s Limited Liability Partnership Law brings clarity to this still developing area of law with insightful analysis on the problems of running an LLP combined with extracts of relevant legislation that can be drawn upon by those working in this area.</p>\n', '', '3rd', 0, '9789390529414', '561', '2020', '2', '2023-07-01_12_48_37.23171907_limited_liberty.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-01 07:18:55', '62', 0, 0, '', '', NULL, '1', '', 12150.00, 0, 9600.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 2550.00, '2023-07-01 07:18:55'),
(889, 'Lindley Banks on Partnerships', '', '<p>Lindley &amp; Banks on Partnership gives you comprehensive, authoritative and practical coverage of the law relating to both general and limited partnerships.</p>\n\n<p>This seminal text on partnerships, first published in 1860, gives you detailed commentary on all aspects of the life of a partnership, from its nature and formation to the usual contents of a partnership agreement and common areas of dispute, the liabilities undertaken by partners both internally and externally and, finally, to dissolution, winding up and insolvency.</p>\n\n<p>It also explains how partnerships are taxed. The twentieth edition covers all legal changes since the last edition, with reference to UK and Commonwealth authorities where relevant.</p>\n\n<p><strong>New for the 20th Edition:-</strong></p>\n\n<p>New and detailed coverage on private fund limited partnerships (PFLPs) as a vehicle for investment following the Legislative Reform (Private Fund Limited Partnerships) Order 2017</p>\n\n<p>Explores partners&rsquo; statutory and other rights to information and access to books, the potential impact of the restraint of trade doctrine on the partnership agreement whilst the partnership continues and the interplay of the courts&rsquo; jurisdiction over partnerships with its powers under TOLATA 1996.</p>\n\n<p>Includes a revised and extended treatment of the vexed issue of repudiation and partnerships in the light of Goldstein v. Bishop and related decisions.</p>\n\n<p>Considers the impact of cases such as Boghani v. Nathoo (on rights and duties under s.38 of the 1890 Act), Bates van Winkelhof v. Clyde &amp; Co LLP (on the overlap of employment rights with partnership) and Hosking v. Marathon Asset Management LLP (on the equitable doctrine of forfeiture.</p>\n', '', '20th', 0, '9789390529186', '562', '2020', '2', '2023-07-01_12_50_17.65115008_lindley.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-01 07:20:33', '62', 0, 0, '', '', NULL, '1', '', 14500.00, 0, 11600.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 2900.00, '2023-07-01 07:20:33'),
(890, 'Clerk & Lindsell on Torts', '', '<p>Clerk &amp; Lindsell on Torts, one of our flagship titles and part of the Common Law Library series, is an essential reference tool which is widely referred to by practitioners and cited by the judiciary. It offers the most comprehensive coverage of the subject, providing the end user with indispensable access to current, frequent and unrivalled authoritative information on all aspects of tort law.</p>\n', '', '22nd', 0, '9789390529827', '563', '2020', '2', '2023-07-01_13_40_42.70527609_Clerk-and-Lindsell.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-01 08:11:01', '102', 0, 0, '', '', NULL, '2,1', '', 16150.00, 0, 12760.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 3390.00, '2023-07-01 08:11:01'),
(891, 'UNCITAL Modal Law & Arbitration Rules', '', '<p>This book provides a detailed commentary on every Article of the UNCITRAL Model Law or the corresponding sections in the Malaysian Arbitration Act 2005 (Amended 2011 and 2018) supported by both Malaysian and foreign cases especially from Model Law jurisdictions. This book is a reference text on the application of the UNCITRAL Model Law and Arbitration Rules. It should feature as a reference for anyone interested in arbitration law, practice and procedure.</p>\n', '', '5th', 0, '9789386374967', '565', '2019', '2', '2023-07-01_13_43_15.64280511_uncital.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-01 08:13:31', '4', 1, 0, '', '', NULL, '2,1', '', 6000.00, 0, 6000.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-01 08:13:31'),
(892, 'Phipson on Evidence', '', '<p>Phipson on Evidence is the leading work on civil and criminal evidence. It examines in detail all aspects of the principles and procedures making up the law of evidence. Coverage includes the admission of evidence, the standard of proof, the attendance of witnesses, good and bad character, legal professional privilege, hearsay, expert evidence, confessions, judicial discretion and many other evidential issues.</p>\n', '<p>* The leading work and authority on civil and criminal evidence, frequently quoted in court Written by a prominent team expert authors, with excellent balance between leading practitioners and academics.<br />\n* Fully updates all changes brought in by the Civil Procedure Rules and the Criminal Procedure Rules<br />\n* Examines in detail all aspects of the complex principles and procedures which make up the law of evidence<br />\n* Looks at the admission of evidence<br />\n* Considers the burden and standard of proof<br />\n* Examines evidence taken or served prior to a trial, the rules of evidence during the course of a trial and the examination of witnesses<br />\n* Discusses all aspects of good and bad character<br />\n* Includes analysis of privilege and facts excluded by public policy<br />\n* Examines hearsay in civil and criminal proceedings<br />\n* Analyses the use and admission of opinion and expert evidence<br />\n* Looks at the exclusion and inclusion of extrinsic evidence<br />\n* Examines the judicial discretion to admit or exclude evidence<br />\n* Considers a broad range of case law, including that of the Commonwealth</p>\n', '19th', 0, '9788194792260', '564', '2020', '11', '2023-07-01_13_45_02.50648810_phipson-on-evidence.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-01 08:16:05', '16', 1, 1, '', '', NULL, '2,25,1', '', 14750.00, 0, 11652.50, 0, 0, 0.00, 0, 0.00, 21.00, 0.00, 0.00, '2023-07-01 08:16:05'),
(893, 'Aldridge & Parry on Fraud', '', '<p>For a book originally commissioned on behalf of Robert Maxwell, Arlidge and Parry on fraud has shown remarkable legs. This is the second edition since Jacques Parry left the editorship, but the text still owes a great deal to his original work. The current editorial team include Anthony Arlidge QC, Jonathan Fisher QC and Alexander milne QC, members of red lion Chambers with a special interest in fraud cases. Jonathan has contributed the updated Chapter on tax fraud, including draft provisions curbing the corporate facilitation of tax evasion. When these are passed into law, they will be covered in a supplement. The fourth member of the team is Polly sprenger, formerly of red lion Chambers and now working in house at eversheds. She formerly worked at the serious fraud Office and has made valuable contributions on Disclosure, procedure, Sentencing and deferred prosecution agreements. She has also contributes a new Chapter on the growing area of private prosecutions. All four contributors have experience prosecuting and defending, which helps to give a balance to their contributions. The recommendation of the law Commission that the common Law offence of conspiracy to defraud was otiose, as the new offence of fraud was itself an inchoate offence seems finally to have bitten the dust. The promised review by the attorney General seems to have been supplanted by one conducted by the Ministry of justice, recommending that it be retained. Logic seems to have surrendered to practice. We hope this new edition continues to be of use to the professions and judiciary.</p>\n', '', '5th', 0, '9789389407396', '566', '2019', '2', '2023-07-01_13_47_04.10061612_aldridge.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-01 08:17:23', '12', 0, 0, '', '', NULL, '2,25,1', '', 9995.00, 0, 7796.10, 0, 0, 0.00, 0, 0.00, 22.00, 0.00, 0.00, '2023-07-01 08:17:23'),
(894, 'Copinger & Skone James on Copyright0 (In Two Volumes)', '', '<p>A leading text in its field, Copinger &amp; Skone James on Copyright offers thorough and comprehensive coverage of the main aspects of copyright and connected rights. This new edition has been extensively rewritten to take account of the increasing significance of International and European law in this field. Volume 1 contains commentary and analysis with Volume 2 featuring legislation and materials. The title takes a subject by subject approach to take you through Copyright, Rights in Performances, Rights in Designs, Moral Rights and a variety of Miscellaneous Rights.</p>\n', '', '17th (South Asian Edition R/P.)', 0, '9789389407396', '567', '2019', '11', '2023-07-01_13_49_29.97656113_Copinger.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-01 08:19:45', '28', 1, 1, '<p>Contents<br />\nVolume One<br />\nChapter 1 &ndash; Introduction<br />\nPart I &ndash; Copyright<br />\nChapter 2 &ndash; Nature and History of Copyright<br />\nChapter 3 &ndash; Requirements for Copyright Protection<br />\nChapter 4 &ndash; Authorship of Copyright Works<br />\nChapter 5 &ndash; The Chain of Title<br />\nChapter 6 &ndash; Duration of Copyright<br />\nChapter 7 &ndash; The Rights of a Copyright Owner: Primary Infringement<br />\nChapter 8 &ndash; Secondary Infringement of Copyright<br />\nChapter 9 &ndash; Permitted Acts<br />\nChapter 10 &ndash; Crown Rights, Parliamentary Rights and the Rights of International Organisation<br />\nPart II &ndash; Moral Rights<br />\nChapter 11 &ndash; Moral Rights<br />\nPart III &ndash; Rights in Performances<br />\nChapter 12 &ndash; Rights in Performances<br />\nPart IV &ndash; Design Right and the Protection of Works of Industrial Application<br />\nChapter 13 &ndash; Design Right, Unregistered Community Design and the Protection<br />\nof Works of Industrial Application<br />\nPart V &ndash; Miscellaneous Rights<br />\nChapter 14 &ndash; Semiconductor Topographies<br />\nChapter 15 &ndash; Circumvention of Protection Measures and Rights Management Information<br />\nChapter 16 &ndash; Fraudulent Reception of Transmissions<br />\nChapter 17 &ndash; Publication Right<br />\nChapter 18 &ndash; Database Right<br />\nChapter 19 &ndash; Public Lending Right<br />\nChapter 20 &ndash; Artist&rsquo;s Resale Right<br />\nPart IV &ndash; Remedies<br />\nChapter 21 &ndash; Civil Remedies<br />\nChapter 22 &ndash; Criminal Remedies and Customs Seizure<br />\nPart VII &ndash; International Aspects<br />\nChapter 23 &ndash; International Treaties<br />\nChapter 24 &ndash; Community Law<br />\nChapter 25 &ndash; The Protection of Copyright Works Abroad<br />\nPart VIII &ndash; Exploitation and Control of Rights<br />\nChapter 26 &ndash; Exploitation of Rights in Particular Industries<br />\nChapter 27 &ndash; Collecting Societies<br />\nChapter 28 &ndash; Control of the Exercise of Copyrights and Related Rights<br />\nChapter 29 &ndash; Taxation of Copyright<br />\nVolume Two<br />\nPart A &ndash; Copyright, designs and Patents Act 1988 and Related Materials<br />\nPart B &ndash; Related Legislation and Materials<br />\nPart C &ndash; Order in Council<br />\nPart D &ndash; Table of Parliamentary Debates<br />\nPart E &ndash; Repealed Statutes<br />\nPart F &ndash; Copyright Conventions and Agreements<br />\nPart G &ndash; Treaty of Rome<br />\nPart H &ndash; EC Directives<br />\nPart I &ndash; EC Council Decision<br />\nPart J &ndash; Precedents and Court Forms</p>\n', '', NULL, '2,1', '', 12500.00, 0, 9995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 2505.00, '2023-07-01 08:19:45'),
(895, 'Administrative Law', '', '<p>Administrative Law provides a detailed and clear examination of what is a conceptually difficult area of law. Craig&rsquo;s thorough and contextual approach to the subject has prompted thought, discussion, and understanding amongst all those interested in the subject.</p>\n\n<p>NEW TO THE NINTH EDITION:<br />\nNew chapter on the History of Administrative Law, and new chapter on the issues posed for Administrative law by Automated Decision-making<br />\nUpdated to take account of all new case law on central topics such as error of law, human rights, proportionality and legitimate expectations<br />\nAnalysis of legislative changes, including the impact of Brexit<br />\nChapters revised and rewritten to take account of political developments and new secondary literature<br />\nAdministrative Law is of relevance to those who are interested in the administrative system and those whose primary interest is in judicial review. It provides a clear and readable exposition of a complex area of law, making it an invaluable text for students and academics alike.</p>\n', '', '9th', 1, '9789395696678', '568', '2021', '3', '20251027_023902_41QDEuTFNNL._AC_UF1000_1000_QL80_.jpg', 0, '1196', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-03 09:13:20', '5', 0, 0, '<p>1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The Nature and Purpose of Administrative Law<br />\n2.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; English Administrative Law History<br />\n3.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Parliament and the Executive<br />\n4.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Agencies and Non-Departmental Government Bodies<br />\n5.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Contract and Service Provision<br />\n6.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Local Government<br />\n7.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Devolution<br />\n8.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Information, Standards and Complaints<br />\n9.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tribunals and Inquiries<br />\n10.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Automated Decision-Making<br />\n11.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A Case Study: Competition and Regulation<br />\n12.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Natural Justice: Hearings<br />\n13.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Natural Justice: Hearings, Public Interest Immunity and Close Material Procedure<br />\n14.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Natural Justice: Bias and Independence<br />\n15.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Rule-Making<br />\n16.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Error of Law<br />\n17.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Error of Fact<br />\n18.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Failure to Exercise Discretion<br />\n19.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Abuse of Discretion<br />\n20.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Human Rights Act<br />\n21.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Rationality and Proportionality<br />\n22.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Legitimate Expectations<br />\n23.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Equality<br />\n24.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Invalidity<br />\n25.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Remedies: Standing<br />\n26.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Judicial Remedies<br />\n27.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Remedies and Reform<br />\n28.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Remedies: Exclusion of Review<br />\n29.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Crown Liability<br />\n30.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tort and Restitution</p>\n', '', NULL, '2', '', 1795.00, 0, 1471.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-10-27 02:39:10'),
(896, 'Russell on Arbitration', '', '<p>First published in 1849,&nbsp;<strong>Russell on Arbitration</strong>&nbsp;has been the principal practitioner&rsquo;s reference on English arbitration for over 150 years. It supplies a clear, practical focus on all stages of the arbitration process, with detailed analysis of the Arbitration Act 1996 and subsequent case law, and in-depth consideration of the role of the English courts in supporting and supervising arbitrations.</p>\n', '<p>As an authority on arbitration, key features of this title include:<br />\nProvides step-by-step guidance through the different stages of the arbitration process, from drafting the arbitration agreement or clause to enforcing and appealing the award<br />\nGives authoritative guidance on arbitration agreements, from the form and content, to the laws to be a applied and termination of the agreement<br />\nDiscusses the different types of tribunal, the qualifications of an arbitrator, the liabilities of arbitrators and how to challenge arbitrators<br />\nLooks at the conduct of a reference to arbitration, including relevant statutory requirements and time limits<br />\nExamines the role of the court before and during the arbitration, as well as after the award<br />\nContains cross-references to the 1996 Arbitration Act, CPR, and institutional rules of the ICC and the LCIA<br />\nIncludes extensive appendices of legislation, CPR, Practice Directions and other material so they are easily available in one source<br />\nThis new edition features commentary and discussion of significant developments including:<br />\nThe recognition of the Court&#39;s inherent supervisory jurisdiction alongside the Arbitration Act 1996&nbsp;in&nbsp;<em>AES Ust-Kamenogorsk v UST- Kamenogorsk JSC<br />\nThe willingness of the English courts to injunct the pursuit of foreign seated arbitrations in certain exceptional cases e.g.&nbsp;<em>Claxton Engineering Services Ltd v TXM Olaj-Es Gazkutato KTF</em>,&nbsp;<em>Excalibur Ventures LLC v Texas Keystone Inc and Others&nbsp;</em>and&nbsp;<em>Whitworths Ltd v Synergy Food Ingredients &amp; Processing BV<br />\nThe recognition of the validity of faith and nationality restrictions on the selection of arbitrators.&nbsp; The decision at first instance suggesting such restrictions were invalid as a result of European anti- discrimination employment laws alarmed the arbitral community, which mobilised international arbitral institutions to appear before the Supreme Court as amcus curiae when the matter was heard.&nbsp; The Supreme Court duly restored order in&nbsp;<em>Hishwani v Jivraj<br />\nThe ever expanding body of decisions under s.68 of the Arbitration Act 1996.&nbsp; Despite the often repeated mantra that setting aside or remitting an award under s.68 is a high hurdle, there are a number of successful applications reported each year.&nbsp; Similarly, despite the many statements regarding the finality of arbitral awards, the Courts will refuse to enforce arbitral awards under the New York Convention in occasional cases.&nbsp;&nbsp;<em>Malicorp v Egypt&nbsp;</em>is a recent example of a successful attempt to resist enforcement of an award under s.103 of the 1996 Act<br />\nThe continued evolution of arbitration procedure reflected by healthy debate over, for example, the role of third party funding, tribunal secretaries and the utility of the many rules and guidelines available to parties and tribunals alike<br />\nThis title also reconsiders the extent to which decisions under earlier arbitration legislation remain relevant</em></em></em></p>\n', '24th', 0, '9789386374578', '151', '2018', '2', '2023-07-03_14_46_13.13847802_russell-on-arbitration.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-03 09:16:37', '4', 0, 0, '<p>Introduction<br />\nThe arbitration agreement<br />\nParties and Institutions<br />\nThe tribunal of the reference<br />\nThe award<br />\nThe role of the court before and during the arbitration<br />\nThe role of the court after the award<br />\nAppendices</p>\n', '', NULL, '1,25,2', '', 6000.00, 0, 5100.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-03 09:16:37'),
(897, 'Principles of Modern Company Law', '', '<p><strong>Gower and Davies</strong>&nbsp;is the clearest and most reliable text available to cover the increasingly complex subject of company law. Students, as well as those involved in company law on a day-to-day basis, can turn to Gower and Davies secure in the knowledge that it will be an interesting, thought provoking and above all understandable exposition of both law and practice.<br />\nGower deals in a clear and in-depth fashion, concentrated on offering a readable approach to core areas. Where case law rules the day, the treatment is clear and lucid, and &ndash; while thorough &ndash; avoids over-academic presentation.<br />\nPresents the leading text available on company law, providing clarity on what is an increasingly complex subject<br />\nCovers all key areas of company law by way of a detailed, in-depth analysis<br />\nIncorporates and discusses the changes brought about by the Companies Act 2006.</p>\n', '<p><strong>Part One &ndash; Introductory</strong><br />\n1.&nbsp;Types and functions of Companies<br />\n2.&nbsp;Advantages and Disadvantages of Incorporation<br />\n3.&nbsp;Sources of Company Law and the Company&rsquo;s Constitution<br />\n4.&nbsp;Formation Procedures<br />\n5.&nbsp;Promoters<br />\n6.&nbsp;Overseas Companies, Community Law and Jurisdictional Migration<br />\n<strong>Part Two &ndash; Separate Legal Personality and Limited Liability</strong><br />\n7&nbsp;Corporate Actions<br />\n8&nbsp;Limited Liability and Lifting the Veil at Common Law<br />\n9&nbsp;Statutory Exceptions to Limited Liability<br />\n10&nbsp;Disqualification of Directors<br />\n11&nbsp;Legal Capital and Minimal Capital<br />\n12&nbsp;Dividends and Distributions<br />\n13&nbsp;Capital Maintenance<br />\n<strong>Part Three &ndash; Corporate Governance: The Board and Shareholders</strong><br />\n14&nbsp;The Board<br />\n15&nbsp;Shareholder Decision Making<br />\n16&nbsp;Directors&rsquo; Duties<br />\n17&nbsp;The Derivative Claim and Personal Actions Against Directors<br />\n18&nbsp;Breach of Corporate Duties: Administrative Remedies<br />\n<strong>Part Four &ndash; Corporate Governance &ndash; Majority and Minority Shareholders</strong><br />\n19&nbsp;Controlling Members&rsquo; Voting<br />\n20&nbsp;Unfair Prejudice<br />\n<strong>Part Five &ndash; Public Information about the Company</strong><br />\n21&nbsp;Annual Accounts and Reports<br />\n22&nbsp;Audits and Auditors<br />\n<strong>Part Six &ndash; Equity Finance</strong><br />\n23&nbsp;The Nature and Classification of Shares<br />\n24&nbsp;Share Issues: General Rules<br />\n25&nbsp;Public Offers of Shares<br />\n26&nbsp;Continuing Obligations and Disclosure of Information to the Market<br />\n27&nbsp;Transfers of Shares<br />\n28&nbsp;Takeovers<br />\n29&nbsp;Arrangements and Reconstructions<br />\n<strong>Part Seven &ndash; Debt Finance</strong><br />\n30&nbsp;Debentures<br />\n31&nbsp;Company Charges<br />\n<strong>Appendices</strong></p>\n', '10th', 0, '9789386374592', '570', '2018', '2', '2023-07-03_14_48_47.68732603-principles.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-03 09:19:05', '143', 0, 0, '', '', NULL, '2,1', '', 4950.00, 0, 3960.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 990.00, '2023-07-03 09:19:05'),
(898, 'Conflict of Laws', '', '<p>* The leading textbook on the conflict of laws * Takes full account of the consumer, e-commerce and employment areas of contract law. * Introduces a new chapter on the conduct of international litigation, bringing together material on factors influencing choice of venue, Mareva injunctions and forum non conveniens and antisuit injunctions * Includes cases on aspects of the Rome Convention on contracts</p>\n', '', '9th', 1, '9789386374554', '572', '2018', '2', '2023-07-03_14_52_12.47306404-_conflicts_of_law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-03 09:22:29', '29', 0, 0, '', '', NULL, '2,1', '', 1250.00, 0, 1030.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 220.00, '2023-07-03 09:22:29'),
(899, 'Glanville Williams Textbook of Criminal Law', '', '<p>Question and answer format which is didactically skilful<br />\nGood selection of material. Discusses the cases that would be expected, without overwhelming the student with too much detail<br />\nGood range of illuminating practical examples<br />\nLucid style<br />\nStimulates engagement and critical thought<br />\nReadable content<br />\nDiscursive tone which helps explain the difficult points<br />\nComprehensive coverage of the law</p>\n\n<p>NEW TO THIS EDITION<br />\nNew chapter on Complicity, Serious Crime Act Offences, Causation and Provocation<br />\nChapters on Mens Rea, Actus Reus fully revised<br />\nHomicide Chapters fully revised<br />\nAll other chapters fully updated</p>\n', '', '4th', 1, '9789386374189', '62', '2017', '2', '2023-07-03_14_54_25.89694205-glanville.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-03 09:24:50', '12', 0, 0, '<p>Part 1: General Considerations<br />\nPart 2: The Protection of the Person<br />\nPart 3: Involvement in Crime<br />\nPart 4: Defences<br />\nPart 5: The Protection of Property</p>\n', '', NULL, '2,1', '', 1500.00, 0, 1275.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-03 09:24:50'),
(900, 'Defamation', '', '<p>A comprehensive and practical work that outlines the law and focuses on both the practical and tactical aspects of case preparation. Defamation Law, Procedure and Practice:<br />\nOutlines the law and focuses on both the practical and tactical aspects of case preparation<br />\nDelivers a clear, concise and accessible approach to this very complex area of law<br />\nIncludes key case law and has been fully updated to include important developments, including those resulting from the Human Rights Act 1998<br />\nSets out the up-to-date law and details practical guidance on defamation claims<br />\nCovers basic principles and specific defences including Fair Comment and Qualified Privilege, chapter-by-chapter<br />\nCovers every aspect in a logical order, including remedies and appeals<br />\nContains useful forms and precedents<br />\nIncludes a glossary of the main legal terms Appendices contain all relevant extracts of Statutes, fully annotated<br />\nReproduces key legislation<br />\nIncludes a wealth of new material on Qualified Privilege&mdash;Reynolds; Offer of Amends, Abuse of process, Internet; and Defamation and privacy<br />\nWritten by an authoritative source</p>\n', '', '4th', 0, '9789386374028', '573', '2017', '2', '2023-07-03_14_58_50.06552406_defamation.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-03 09:29:13', '12', 0, 0, '<p><strong>Part One - What the Claimants must Prove</strong><br />\nGeneral<br />\nThe defamatory statement<br />\nPublication<br />\nIdentification<br />\nSlander claims and special damages<br />\nMalicious falsehood<br />\n<strong>Part Two - Defences</strong><br />\nGeneral<br />\nJustification<br />\nFair comment<br />\nPrivilege &ndash; general<br />\nAbsolute privilege<br />\nQualified privilegeduty and interest<br />\nQualified privilege &ndash;&nbsp;<em>Reynolds<br />\nQualified privilege &ndash; reports<br />\nSecondary responsibility<br />\nOffer of amends<br />\nMiscellaneous defences and prohibitions or restrictions on bringing a defamation claim<br />\nMalice</em><br />\n<strong>Part Three - Remedies</strong><br />\nGeneral<br />\nDamages<br />\nInjunctions<br />\nApologies<br />\n<strong>Part Four - Procedure, Strategy and Tactics</strong><br />\nGeneral considerations for claimants<br />\nGeneral considerations for defendants<br />\nDefamation and the CPR<br />\nCommencing a defamation claim<br />\nJurisdiction - claims with a foreign element<br />\nStatements of case<br />\nSummary disposal and strike-out<br />\nDisclosure and further information<br />\nFrom CMC to trial<br />\nTrial<br />\nAppeals<br />\nCosts, security for costs and conditional fees<br />\n<strong>Part Five - Specific Considerations</strong><br />\nInternet<br />\nPre-publication considerations for publishers<br />\nConsideration for a person facing a threatened defamatory publication<br />\n<strong>Part Six - Human Rights and Privacy</strong><br />\nHuman Rights Act 1998<br />\nDefamation and Privacy<br />\n<strong>Appendices</strong><br />\nPrecedents<br />\nStatutes<br />\nSchedule of defamation trials since 1990<br />\nCourt of Appeal on damages<br />\nPersonal Injury Awards<br />\nGlossary<br />\nCriminal libel</p>\n', '', NULL, '2,1', '', 3095.00, 0, 2630.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-03 09:29:13');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(901, 'Stroud’s Judicial Dictionary ', '(In 3 Volumes)', '<p>First published in 1890, Stroud is long established as the foremost dictionary of the English law as it has been interpreted by the courts and in statutory material. In three volumes, Stroud is a comprehensive and indispensable tool for the practitioner and a unique source for the researcher, providing quick access to exact, authoritative meanings.<br />\nStroud&#39;s Judicial Dictionary remains the starting point for research into the meaning of all words and phrases that come to be used in a legal context. Unlike Jowitt&#39;s Dictionary of English Law, which provides an authoritative definition of technical legal concepts, Stroud records how any expression that happens to occur in a legal document or be referred to for a legal purpose has been construed by the courts or defined in legislation.<br />\nNew to this edition:<br />\nFull coverage of judicial decisions since the last edition<br />\nSelected statutory definitions since the last edition<br />\nSpecial attention to newly defined technology terms<br />\n&nbsp;Additions to long-standing &ldquo;always speaking&rdquo; defined terms<br />\nExtensive coverage of devolved law material</p>\n', '', '11th', 0, '9789386374264', '574', '2025 (South Asian Edition)', '3', '2023-07-03_15_01_27.65959107-judicial_dictionary.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-03 09:32:05', '135', 0, 0, '', '', NULL, '3', '', 33600.00, 0, 26208.00, 0, 0, 0.00, 0, 0.00, 22.00, 0.00, 0.00, '2026-05-05 11:41:16'),
(902, 'Jowitt\'s Dictionary of English Law', 'In 2 Vols', '<p><strong>Jowitt&rsquo;s Dictionary of English Law</strong>&nbsp;is the only truly authoritative dictionary of English law, defining every legal term used, both old and new &ndash; from &ldquo;abandonment&rdquo;, in its many different contexts, to &ldquo;zoonoses&rdquo;. It provides clarity on the meaning of words, when drafting, interpreting and understanding legal materials or for any other form of legal research.<br />\nKey concepts in the law of the United Kingdom keep changing and developing their meanings, and practitioners need to be sure that they are using and interpreting expressions in accordance with the latest jurisprudence. Jowitt&#39;s Dictionary of English Law remains the authoritative starting point, and is regularly cited to and by the courts for this purpose. See, for example, reference to Jowitt for the meaning of &quot;set off&quot; in&nbsp;<em>Rank Group PLC v HMRC</em>&nbsp;[2019 ] UKUT 0100 (TCC) or for the developing meaning of &quot;person aggrieved&quot; in&nbsp;<em>Watkins v Aged Merchant Seamen&#39;s Homes</em>&nbsp;[2018 ] EWHC 2410 (Admin).<br />\nJowitt is also the starting point for research in relation to new or unfamiliar legal concepts, and the Fifth Edition fully updates readers on the wide range of new concepts introduced by legislation in the last few years, from specialist terms such as &quot;whiplash claim&quot; in the Civil Liability Act 2018 or &quot;free-circulation procedure&quot; in the Taxation (Cross-border Trade) Act 2018, to the wide range of new terms of general importance in Acts such as the Data Protection Act 2018 or the European Union (Withdrawal) Act 2018.&nbsp; Updates to existing terms are also included.<br />\nThis title is typically used in conjunction with Stroud&rsquo;s Judicial Dictionary and is regularly cited to and by the courts.</p>\n', '<p>Provides a concise, but comprehensive and authoritative definition of every expression that forms part of the law of England and Wales<br />\nIncorporates extensive additions and amendments to ensure it is absolutely up-to-date with current law<br />\nCovers European terms in so far as they form part of the law of England and Wales<br />\nCovers new and developing fields of law, including environmental law, housing, social security, alternative dispute resolution and more<br />\nIncludes explanations of historical terms, placing newer terms in context<br />\nComplements &ndash; and cross-referenced to &ndash; Stroud&rsquo;s Judicial Dictionary<br />\nProvides an authoritative point of reference for research or for understanding any unfamiliar term or area of law</p>\n', '4th', 0, '978-0414051140', '575', '2017', '2', '2023-07-03_15_04_30.56227308-Jowitt\'s.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-03 09:35:12', '135', 0, 0, '', '', NULL, '3', '', 8950.00, 0, 7607.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-03 09:35:12'),
(903, 'Birds’ Modern Insurance Law', '', '<p>Birds&rsquo; Modern Insurance Law presents a concise yet analytical explanation of the fundamental principles of insurance law. Written in an accessible and straightforward manner the work covers everything from the history of insurance and regulation, through to the various forms of insurance such as life, and liability.<br />\nBirds&rsquo; Modern Insurance Law is firmly established as the leading text in this area of law. It is an essential work for undergraduate and postgraduate students as well as for those undertaking a related professional course. It is also an ideal reference source for legal and insurance professionals who want a quick reference guide.</p>\n', '', '9th', 1, '9789386374172', '576', '2017', '2', '2023-07-03_15_14_33.26300609-Modern_Insurance_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-03 09:44:52', '105', 0, 0, '<p>1. Introduction: The Nature and Definition of Insurance and Insurance Law<br />\n2. The Regulation of Insurance<br />\n3. Insurable Interest<br />\n4. Insurance of Third Parties&rsquo; Interests<br />\n5. Formalities and Formation of the Insurance Contract<br />\n6. Insurers&rsquo; Repudiations of Policies and Liability&mdash;General Considerations<br />\n7. Utmost Good Faith&mdash;The Duties of the Insured<br />\n8. Good Faith on the Part of the Insurer<br />\n9. Warranties and Conditions<br />\n10. Premiums<br />\n11. Assignment<br />\n12. Intermediaries<br />\n13. Construction and Causation: Risks Covered and Risks Excepted<br />\n14. Claims under the Policy<br />\n15. Payment under the Policy&mdash;The Measurement of Loss<br />\n16. Reinstatement<br />\n17. Subrogation<br />\n18. Contribution and Double Insurance<br />\n19. Life Insurance<br />\n20. Liability Insurance<br />\n21. Motor Vehicle Insurance<br />\n22. Employers&rsquo; Liability and Other Compulsory Insurances</p>\n', '', NULL, '2', '', 600.00, 0, 540.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 60.00, '2023-07-03 09:44:52'),
(904, 'Judicial Remedies in Public Law', '', '<p>Judicial Remedies in Public Law provides unrivalled coverage of the full range of judicial remedies available to litigants in public law cases, from judicial review to those which are less common, such as habeas corpus:<br />\nJudicial Remedies in Public Law will:<br />\nEnable practitioners to advise and make decisions with complete confidence<br />\nEnable specialists at the bar to tackle complex problems and consider developments and emerging trends in case law<br />\nProvide lawyers in central and local government with up-to-date and authoritative analysis of judicial review which is necessary to advise defendants as well as claimants<br />\nProvide academics with a primary source of reference on all aspects of judicial review in the context of the fast-changing administrative justice system</p>\n\n<p>WHAT&rsquo;S NEW<br />\nChanges to public law to accommodate the departure of the United Kingdom from the European Union and the impact of the European Union (Withdrawal) Act 2018<br />\nChanges to the judicial review procedure including statutory changes governing discretion to refuse remedies and costs capping orders<br />\nDevelopments in practice and procedure relating to time-limits, interim relief in public law cases, the duty of candour, discretionary refusals of a remedy and the scope of judicial review, including review of prerogative powers<br />\nChanges in relation to appeals and statutory applications in the planning field.<br />\nDevelopments in relation to quashing decisions and nullity<br />\nChanges in the law on liability of public authorities in negligence and for restitutionary claims</p>\n', '<p>FEATURES<br />\nProvides a comprehensive guide to the remedies available to litigants in public law from the common remedies available in judicial review, remedies under the Human Rights Act 1998 for breach of Convention rights to those which are used less often, such as habeas corpus.<br />\nDeals with the current scope, procedure and practice of judicial review and other public law remedies.<br />\nIntroductory sections consider the situations in which judicial review is available followed by chapters dealing with the legal consequences of a successful judicial review application.<br />\nDetails the full range of remedies available, from prerogative remedies, declaratory relief (declaring what the legal position is or what the rights of the parties are), injunctions (injunctions may be used to stop a public body from acting unlawfully by exceeding its statutory public law powers) to habeas corpus.<br />\nDeals in full with the procedures for bringing a claim of judicial review under the Civil Procedure Rules and the Human Rights Act 1998.<br />\nIncludes description and analysis of changes to public law and remedies as a result of the departure of the United Kingdom from the European Union and an analysis of the European Union (Withdrawal) Act 2018<br />\nChanges in practice and procedure, in relation to the rules on time-limits, costs capping orders, cross-examination and disclosure are covered<br />\nProvides analysis of the scope of the discretion of the court to refuse remedies.<br />\nDeals with the changes in relation to appeals and statutory applications in the planning field<br />\nThorough and comprehensive legal analysis with an accessible approach is provided throughout<br />\nPractical treatment of the subject matters, outlining the relevant procedures from start to finish, guiding readers through the options at each stage<br />\nWritten by a Court of Appeal Judge regarded as a leading authority on administrative law and judicial review. Prior to appointment as a judge, the author was a respected practitioner who was appointed a QC 2006 and, prior to practice, had been an academic lawyer.<br />\nAuthoritative commentary which can be relied upon for accuracy and acumen</p>\n', '6th', 0, '9789395696487', '577', '2021', '2', '2023-07-03_15_18_17.02202010-judicial_remedies.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-03 09:48:36', '9', 1, 0, '', '', NULL, '2,1', '', 10400.00, 0, 8215.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 2185.00, '2023-07-03 09:48:36'),
(905, 'Drafting Commercial Agreements', '', '<p>Commentary on, and provision of, precedents for use by the commercial practitioner advising clients on a range of business transactions. Includes all the most common transactions with related precedents grouped at the end of each chapter. CD-rom also contains all the precedent material.</p>\n', '<p><strong>Main Features</strong><br />\nAnalyses agreements, basic principles, around the supply of goods and services<br />\nAnalyses agreements, basic principles around agency and distribution<br />\nAnalyses agreements, basic principles around mergers and acquisitions<br />\nCovers a wide range of other commercial agreements including:<br />\no&nbsp; joint ventures<br />\no&nbsp; confidentiality agreements<br />\no&nbsp; employment contracts<br />\no&nbsp; teaming agreements<br />\no&nbsp;Securities for debts<br />\no&nbsp;Dispute resolution and settlement agreements<br />\no&nbsp;Technology licensing agreements<br />\nProvides precedents for all the areas of commercial agreements covered in the work<br />\nIncludes cross references to main case law<br />\nWritten by a high profile author with established track record and high-profile in this market<br />\nIncludes a CD-rom of complete precedents for immediate use in drafting<br />\nSupply of Goods and Services<br />\nBasic principles<br />\nStandard conditions for the supply of goods to business customers<br />\nStandard conditions for the supply of services<br />\nStandard conditions for the supply of a system<br />\nStandard conditions for the supply of goods and services to consumers<br />\nAgency and Distribution<br />\nBasic principles<br />\nStandard agency agreements<br />\nStandard distribution agreements<br />\nMergers and Acquisitions<br />\nBasic principles<br />\nShare acquisitions<br />\nAsset acquisitions<br />\nOther Commercial Agreements<br />\nJoint ventures<br />\nConfidentiality agreements<br />\nEmployment contracts<br />\nTeaming agreements<br />\nSecurities for debts<br />\nDispute resolution and settlement agreements<br />\nTechnology licensing agreements</p>\n', '5th', 0, '9788190366403', '52', '2016', '2', '2023-07-03_15_21_57.33792811_drafting.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-03 09:52:15', '49', 0, 0, '', '', NULL, '2,1', '', 3950.00, 0, 3357.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-03 09:52:15'),
(906, 'Expert Evidence Law and Practice', '', '<p>PRODUCT DESCRIPTION<br />\nA comprehensive guide to the law, practice and procedure relating to the admission of expert evidence in courts, tribunals, official enquiries and other proceedings, including arbitration.&nbsp; It gives detailed guidance to those involved in the pre-trial preparation of expert evidence or the presentation or questioning of it in court.<br />\nCovers expert evidence in both civil and criminal proceedings<br />\nSets out general principles and deals with the application of those principles in specific contexts<br />\nCovers courts, tribunals, official enquiries and arbitration<br />\nProvides guidance for pre-trial preparation of expert evidence, including such issues as bias, privilege and confidentiality<br />\nDiscusses when expert evidence can be used<br />\nDetails methods of questioning expert evidence in court<br />\nLooks at the form and content of expert evidence, including that produced by machines, devices and other apparatus<br />\nConsiders methods of proof, dealing with psychological and psychiatric evidence; land and building valuation; forensic sciences and techniques; actuarial, accountancy and market research; evidence with a mathematical element; and proof of foreign law<br />\nDeals individually with different fields of litigation: personal injury cases; construction claims; intellectual property; criminal sentencing; drink/driving offences; obscenity; and matrimonial and other proceedings involving children<br />\nIncludes all important statutory provisions and rules, and extracts from relevant cases<br />\nMakes comparative reference to various other common law jurisdictions, including Scotland, Canada, USA, Australia, NZ and Ireland<br />\nCovers new developments including guidance on the use and admissibility of expert evidence in civil cases, guidance on the instruction of experts to give evidence in civil claims, a practice direction giving assistance to judges in criminal cases on the admissibility and weight to be attached to expert evidence, and a new interpretation of the test for the admissibility of expert evidence under CPR r. 35.1</p>\n', '', '8th', 0, '9788193319628', '579,580', '2016', '2', '2023-07-03_15_24_18.92729812_expert.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-03 09:54:37', '16', 0, 0, '', '', NULL, '2,1', '', 5450.00, 0, 4632.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-03 09:54:37'),
(907, 'Kerly’s Law of Trade Marks  And Trade Names', '', '<p>Kerly&rsquo;s Law of Trade Marks and Trade Names has provided clear and authoritative advice on all aspects of UK trade mark law since 1894. Through its mix of insightful commentary and up-to-date analysis of case law and legislation, it has established itself as the leading reference on trade mark law and a must-have title for practitioners.</p>\n\n<p>This title provides you with:</p>\n\n<p>The most comprehensive and authoritative guidance on the law of trade marks and trade names.<br />\nExplanations of key aspects of trade mark law: classification, registration, enforcement, infringement, and litigation.<br />\nDetailed analysis of community trade marks, their provisions, extent of protection and procedural matters, as well as the changes introduced by the European trade mark reforms.<br />\nCoverage of issues such as assignment, licensing, merchandising, and franchising.<br />\nOutlines the absolute and relative grounds for the refusal of registration.<br />\nAddresses trade mark infringement and available defences including limitations on, exclusions from and statutory.<br />\nExplains the difference between collective and certification marks and highlights their respective functions and regulations.<br />\nDedicated chapters on trade libel, company names, the internet the influence of human rights.<br />\nLooks at the related issues of competition law and restraint of trade.<br />\nDiscusses the influence of EU law and possible areas of post-Brexit divergence.<br />\nNew material in the 17th edition includes:</p>\n\n<p>Commentary on the consequences of Brexit and the Retained EU Law (Revocation and Reform) Act 2023.<br />\nDiscussion of the extent to which UK courts will depart from pre-Brexit EU case law or will follow / not follow such law post-Brexit.<br />\nThe latest and most significant case updates.</p>\n', '', '17th (South Asian Edition)', 0, '9789384746063', '583', '2025', '3', '2023-07-03_16_20_33.87803801_kerlyes.jpg', 0, '1995', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-03 10:50:50', '28', 0, 0, '', '', NULL, '2,1', '', 16900.00, 0, 13520.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-27 03:18:26'),
(908, 'Hanbury Martin:Modern Equity', '', '<p>Hanbury &amp; Martin: Modern Equity is a leading title on equity and trusts law, providing an up-to-date and modern account of this challenging area of the law. Now in its nineteenth edition, it continues to be unparalleled in breadth of scope and wealth of detail. The work provides a critical commentary with full reference to materials from legal journals. Significant cases are discussed in order to provide readers with the facts they need and a clear explanation of difficult points. Hanbury &amp; Martin covers more than any other equity textbook, featuring other aspects of equity, in particular equitable remedies, and doctrines such as estoppel and undue influence, not usually covered.</p>\n', '', '19th', 0, '9789384746438', '584,585', '2015', '2', '2023-07-03_16_22_32.09959802_Hanbury.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-03 10:52:44', '68', 0, 0, '', '', NULL, '2,1', '', 1395.00, 0, 1185.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-03 10:52:44'),
(909, 'Intellectual Property: Patents, Copyrights, Trademarks & Allied Rights', '', '<p>Sweet &amp; Maxwell&#39;s Intellectual Property book provides comprehensive &amp; indepth explanation and analysis of intellectual property law in the UK, including extensive treatment of the impact of EU developments.It Considers the various international agreements in the field and looks specially at how IP rights affect the internet and biotechnology as well as the emerging law of privacy.</p>\n', '<p>The Key Features of the Book Includes:<br />\n*&nbsp;Goes through the main types of IP chapter by chapter, making it easy for the reader to find what they are looking for<br />\n* Explains succinctly the complicad interaction between IP ights and EU Free Movement rules<br />\n* Analysis Clearly and Concisely the UK and EU Case-law and Explains its relevance<br />\n* Comments on how the law is likely to develop in a particular Field<br />\n* Explains how to enforce the different rights and the remedies that are available for infringement<br />\nContains Comprehensiv tables of UK and EU Case Law and Legislation</p>\n', '8th (South Asian Edition)', 1, '9789384746834', '586', '2015', '2', '2023-07-03_16_24_44.53681703_intellectual.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-03 10:55:04', '28', 0, 0, '<p><strong><em>Contents of the Book:</em></strong><br />\nPart I : Common Ground<br />\nPart II : Patents<br />\nPart III : Confidence and Personal Privacy<br />\nPart IV : Copyright and Designs<br />\nPart V :Trade Marks and Names<br />\nPart VI : The European Dimension and new Technologies</p>\n', '', NULL, '2,1', '', 1375.00, 0, 1225.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 150.00, '2023-07-03 10:55:04'),
(910, 'Schmitthoff\'s Export Trade: - The Law and Practice of International Trade', '', '<p>Schmitthoff&rsquo;s Export Trade, now in its Twelfth Edition, is the leading text in the field of international trade law and provides the reader with a comprehensive treatment of the subject including the sale of goods, finance and transportation of exports, insurance, customs law and long-term contracts. This Twelfth Edition builds upon the strength of the existing text and is fully updated with the latest developments, including:<br />\n&bull;&nbsp;&nbsp;&nbsp;&nbsp;Developments in international commercial dispute resolution including EU regulations&nbsp;<br />\n&nbsp;&nbsp;&nbsp;&nbsp; on choice of law (Rome I and Rome II) and arbitration law and pratcice.<br />\n&bull;&nbsp;&nbsp;&nbsp;&nbsp;A guide to Customs for trade between EU Member States and countries outside of the&nbsp;<br />\n&nbsp;&nbsp;&nbsp;&nbsp; EU; a summary of the latest disputes before the WTO<br />\n&bull;&nbsp;&nbsp;&nbsp;&nbsp;Up-to-date guidance on electronic commerce in international trade, with details of all&nbsp;<br />\n&nbsp;&nbsp;&nbsp;&nbsp; recent international agreements ; implications of the EU E-Commerce Directive with &nbsp;&nbsp;&nbsp;&nbsp;<br />\n&nbsp;&nbsp;&nbsp;&nbsp; analysis of current case law; an analysis of the latest UNCITRAL international agreements&nbsp;<br />\n&nbsp;&nbsp;&nbsp;&nbsp; and their impact on electronic commerce and international trade<br />\n<br />\n&nbsp;</p>\n', '', '13th', 1, '9789384746346', '587', '2012', '3', '2023-07-03_16_28_34.39836104_export_trade.jpg', 0, '1196', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-03 10:58:36', '29', 0, 0, '<p>Part 1.&nbsp;&nbsp;&nbsp; The International sale of Goods<br />\nPart 2.&nbsp;&nbsp;&nbsp; Finance of Exports<br />\nPart 3.&nbsp;&nbsp;&nbsp; Transportation of Exports<br />\nPart 4.&nbsp;&nbsp;&nbsp; Insurance<br />\nPart 5.&nbsp;&nbsp;&nbsp; International Commercial Dispute Resolution<br />\nPart 6.&nbsp;&nbsp;&nbsp; Construction and Long Term Contracts<br />\nPart 7.&nbsp;&nbsp;&nbsp; Customs Law<br />\nPart 8.&nbsp;&nbsp;&nbsp; Marketing Organisations Abroad<br />\nPart 9.&nbsp;&nbsp;&nbsp; Market Information<br />\nPart 10.&nbsp; Standardisation, Unification, Electronic Commerce and EDI<br />\nPart 11.&nbsp; The World Trade Organisation<br />\nIndex</p>\n', '', NULL, '2,1', '', 1350.00, 0, 1147.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-03 10:58:36'),
(911, 'Smith, Bailey & Gunn on The Modern English Legal System', '', '<p>Indian Reprint : Now in its 5th edition, this comprehensive guide provides a lucid and wide-ranging account of the English legal system. Widely regarded as the leading work on this subject, Smith, Bailey &amp; Gunn on The Modern English Legal System: This book Covers the institutions, personnel and procedures, and the handling of case law and statutes &amp; the Details key legislative developments, including changes resulting from the Constitutional Reform Act 2005, the Criminal Justice Act 2003, the Courts Act 2003, the Serious Organised Crime and Police Act 2005, the Proceeds of Crime Act 2002, the Criminal Defence Service Act 2006, the Police and Justice Act 2006, the Tribunals, Court and Enforcement Act 2007, the Legal Services Bill 2007 and the Solicitor&rsquo;s Code of Conduct 2007 are also Included. It also serves detail Analyses key case law including landmark cases such as A v Secretary of State, Leeds City Council v Price, and R (Jackson) v Attorney General Covers other important developments such as the impact of the accession of a large number of countries joining the EU, the further consolidation of the Woolf Reforms, the growth in significance of ADR, the Law Society&rsquo;s Training Framework Review, and continued pressures on publicly funded legal services. In This book sample court forms, tables of essential statistics and flow charts illustrating the court structure are aslo given.</p>\n', '', '5th', 1, '9789384746452', '546', '2015', '2', '2023-07-03_16_29_53.78157305_smith.jpg', 0, '1197', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-03 11:00:49', '113', 0, 0, '', '', NULL, '2,1', '', 1250.00, 0, 1128.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 122.00, '2023-07-03 11:00:49'),
(912, 'World Copyright Law', '', '<p>Key Features Covers protection of copyrights on a national, international and regional basis Presents the background and principles of copyright and related rights Offers comparative summaries of international and regional standards of protection Examines the necessity for development of new structures of licensing or rights to cover internet downloading on an international scale Covers the issues created by the application of technological protection to copyright material About the Book: World Copyright Law: 3rd Edition Providing analytical commentary on the legislation, principlesand practice, World Copyright Law: The rights of authors of literary, dramatic, musical andartistic works are, in the common law system, covered by copyright,and in the civil law system by &quot;author&#39;s right&quot;. The rights ofperformers, producers, broad?casters and others who bring authors&#39;works beforethe public are often described as related (orneighbouring) rights. &quot;Copyright&quot; means many things to many people.To some it signifies a component of human rights, deriving fromnatural law, and sustaining the work of the human mindby protectingauthors in respect of all uses of their works. To others itrepresents a commercially inspired monopoly for the betterregulation of the exploitation of the author&#39;s work in the marketplace. In between are other concepts, each with its ownphilosophical and juridical justifications. The debate on the placeof copyright in the legal system is not merely on the nationallevel, but also covers relationships at cultural, politicalandcommercial levels throughout the world.One feature is, however,common to all approaches. The discussion concerns works of themind,and the means by which these are disseminated to the public. Thewriter of a textsuch as the present is faced with a problem whichis present at the outset and which gainsin gravity as the workcontinues, namely the immense amount of material on the subjectofcopyright and related rights which pours from the world.</p>\n', '', '3rd', 0, '9789381082102', '590', '2011', '2', '2023-07-03_16_32_43.13202106_copyright.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-03 11:03:02', '28', 1, 0, '', '', NULL, '2,25,1', '', 4750.00, 0, 4750.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-03 11:03:02'),
(913, 'Cases and Materials on International Law', '', '<p>Key Features Supplements cases and materials with expert commentary and analysis Provides broad and comprehensive treatment of the subject making it a sound basis for any Public International Law course Incorporates all major developments in the subject, including the expansion of human rights issues in International law Revised layout ensures clarity and ease of use Includes extensive cross-referencing and a detailed index to facilitate easy access About the Book: Cases and Materials on International Law: 7th Edition This highly popular work draws together in one volume anexhaustive selection of cases, materials and background informationon public international law. Contents Introduction The Sources of International Law International Law and Municipal Law Personality Territory. State Jurisdiction The Law of the Sea State Responsibility Human Rights The Law of Treaties The Use of Force by States Arbitration and Judicial Settlement of Disputes</p>\n', '', '9th', 1, '9789395696036', '236', '2023', '2', '2023-07-03_16_34_01.35689107_cases.jpg', 0, '944', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-03 11:04:22', '29', 0, 0, '', '', NULL, '2', '', 1400.00, 0, 1190.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-03 11:04:22'),
(914, 'Treatise on Leases', '', '<p>The book &ldquo;Treatise on Leases&rdquo; has been written very scrupulously to serve as one stop shop for accounting guidance on leases across the globe. The standard on leases has been revamped and brought tremendous changes in the accounting for lessees, while the accounting for lessors remain largely unchanged. With the alignment of IFRS and US GAAP on this standard and consequential introduction of Ind AS, users could feel an emergent need for a comprehensive guide to refer for lease transactions. This book is an endeavor to cater to that need of the users across the globe.<br />\nThe book comprises of accounting guidance on leases in accordance with IGAAP and Ind AS. The text of Ind AS is meant to be referred in context of IFRS as well, as there is no major difference between these two standards. To give a holistic and comprehensive view of local and global standard, a detailed comparison of Ind AS, IGAAP, IFRS and US GAAP has been given. For easy understanding various case studies and practical examples have been used, a detailed analysis of a sample lease agreement has been given in the book. In order to allow readers, test their knowledge multiple-choice questions have been incorporated and to make this book a comprehensive solution, authors have given disclosure checklists based on AS, Ind AS and IFRS. Further, for a more practical and realistic outlook, the book comprises of disclosures from published financial statements of Indian and global listed companies. The book is updated as of October 2021 and serves a wide audience ranging from CA final students to qualified CA, CS, ICWA, CFOs, finance professionals, accountants and corporates.<br />\nIt&rsquo;s a treatise that inscribes the transfiguration of financial reporting of lease transactions in the history of accounting, giving its readers an in-depth insight on its each and every detail.</p>\n', '<p>Highlights<br />\nComprehensive commentary on Ind AS 116/IFRS 16 and AS 19 explained with practical examples and case studies.<br />\nIn depth analysis of a sample lease agreement on the basis of Ind AS 116/IFRS 16.<br />\nMultiple Choice Questions on Ind AS/IFRS and IGAAP.<br />\nDetailed comparison of various GAAPs: Ind AS, IGAAP, IFRS, US GAAP and ICDS.<br />\nDisclosure checklist for Ind AS, IFRS and IGAAP.<br />\nDetailed leases disclosures extracted from financials of Indian and global listed companies w.r.t various GAAPs.<br />\nExposure Draft on Sale and Leaseback Transactions issued by IASB which is open for public comments by 29th March 2021.<br />\nBare standards on Ind AS 116 and AS 19.<br />\nPublished Annual Reports of various Indian and global companies complying with Ind AS, IGAAP, IFRS or US GAAP.</p>\n', '3rd', 1, '9789356402997 ', '591', '2023', '30', '2023-07-03_17_15_59.42193001_Treatise-on-Leases-3rd-Edition.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-03 11:46:23', '19', 1, 0, '', '', NULL, '2', '', 999.00, 0, 849.15, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-03 11:46:23'),
(915, 'Introduction to Marine Law', '', '<p>This book is divided into two parts. Part I deals with the law relating to International Sale of Goods, incoterms, carriage of goods by sea, mode of payment in international trade and topics included in dry &amp; wet shipping. Part II deals with the newly enacted Admiralty Act 2017, enforcement of maritime claims and Ship Arrest in India. The book explains what maritime law is and the application of law and the course of action for upon a legal issue with respect to international shipping.<br />\nConceptually, the book covers four broad horizons of the prevailing institutional maritime law. First, a portion has been devoted to showcasing the rich historical heritage of admiralty law and its traditions. Second, keeping in mind the interrelationship between laws and commercial practices viz. shipping and international trade and commerce, most of the topics have been explained by highlighting both the legal as well as the commercial importance and understandings of the same. Third, this book also tries to highlight the importance of the various international conventions and attempts at standardizations of laws and commercial practices that have been and are being pursued by the various maritime nations and International maritime authorities. Lastly, the complex nature of in rem and in personam jurisdiction and the interrelationship between the two, and its relevance to enforcement of maritime claims has also been discussed.<br />\nThe various complex processes of international trade and shipping have been attempted to be explained with diagrams to simplify the role of different parties and various steps involved in a commercial transaction. This overview of the entire shipping process makes it easier to understand and explain the difficulty in resolving the technical problems of international sales and cargo claims, particularly in-transit losses.&nbsp;<br />\nThis book covers the entire International Sale of Goods transaction, Parties involved and their role and performance of the contract in a sequential manner. This is a highly technical process. The book explains sequentially and provides clarity on the subject. Besides that, it refers mostly to the law at the domestic and international level revolving around a ship.</p>\n', '', '1st', 0, '9789390358168', '592', '2023', '30', '2023-07-03_17_18_22.01423802_marine_law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-03 11:48:41', '106', 0, 0, '', '', NULL, '2,25,1', '', 3799.00, 0, 3229.15, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-03 11:48:41'),
(916, 'The Law and Practice relating to Company Meetings', '', '<p>The book contains an incisive analysis of the law and practice relating to the holding of meetings of the board, various committees constituted by the Board and general meetings of the members including meetings held specifically under the statute for different stakeholders. The book explains lucidly the paradigm shift which has been brought about in the Companies Act, 2013 as compared to the 1956 Act in the matter of conducting meetings, use of audio visual means for attending meetings etc. Implications of amendments made by SEBI to the SEBI (Listing Obligations and Disclosure Requirements) (LODR) Regulations, 2015 made in the year 2021 some portion of which have prospective application from April 1, 2022 have also been considered to the extent they impact the functioning of the Board of directors and the Committees constituted. The book will be of immense value to the professional fraternity as well as those aspiring to enter the profession, company directors, academicians as also the dilettante. The book should enable the professionals to organize meetings in a systematic manner as practical insights have been provided on these aspects, given the author&rsquo;s four-decade long interface with the Industry. The annexures to the book contain the relevant provisions in the Act, Rules, Regulations, Secretarial Standards etc. to facilitate co-relation with the discussion in the chapters of the book.<br />\nThe book contains an incisive analysis of the law and practice relating to the holding of meetings of the board, various committees constituted by the Board and general meetings of members including meetings held specifically under the statute for different stakeholders.</p>\n', '<p><strong>Key features</strong><br />\n&ndash; Critical analysis of the law and practice relating to company meetings with reference to the case laws both under the present Act and its predecessor, the 1956 Act.<br />\n&ndash; Specific reference to SEBI (LODR) Regulations, 2015 governing conduct of meetings by listed companies.<br />\n&ndash; Relevant amendments made under the Companies (Amendment) Acts of 2019 and, 2020, the relevant rules thereunder have been analyzed.<br />\n&ndash; Amendments made to section 135 of the Act and the Rules thereunder relating to CSR have been explained to facilitate functioning of CSR Committee of the Board.<br />\n&ndash; Secretarial Standards 1 (Meetings of the Board of Directors) and 2 (General Meetings) with reference to the &ndash; Guidance Notes issued thereon have been critically examined.<br />\n&ndash; Ambiguities in the law have been explained and dealt-with pragmatically under various topics.<br />\n&ndash; Ready reference to the law, relevant Rules, SEBI Regulations, Notifications and Circulars to make the edition contemporaneous.<br />\n&ndash; Commentary on the law has been embellished with court rulings where necessary.</p>\n', '2nd', 1, '9789354354779', '593', '2022', '30', '2023-07-03_17_21_53.93979803_law_and_practice.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-03 11:52:22', '143', 0, 0, '', '', NULL, '2', '', 2399.00, 0, 2039.15, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-03 11:52:22'),
(917, 'Commentary on the Commercial Courts Act, 2015', '', '<p>The book is a critical analysis of the provisions of the Commercial Courts Act, 2015 which is aimed at ushering in reforms for the disposal of commercial cases in the civil justice system. Beginning with a historical survey of the origins of the Commercial Court in England and in India, the Act and the relevant decisions of the Supreme Court and High Courts have been critically analysed. The book also undertakes a comparative study of in-pari materia provisions and cases under the United Kingdom Civil Procedure Rules, 1998. The exposition is intended to enable the reader to acquire a sound grasp of the working of the Act. The book is intended for use by members of the Bench and the Bar as well as academics and students, who wish to gain a theoretical and practical understanding of the provisions of the Act.</p>\n', '<p>- A critical analysis of the Act, and relevant case law from the Supreme Court and the High Courts.<br />\n- Includes a comparative analysis of the provisions and case-laws of in-pari materia provisions in the U.K Civil Procedure Rules, 1998.<br />\n- Contains a critical survey of the history and development of Commercial Courts in the United Kingdom and India.<br />\n- Up-to-date compilation of the Act, Rules, Notifications and Practice Directions.<br />\n- Contains ready reference table of timelines under the Act.<br />\n&quot;<em>Reading law books is a lawyer&#39;s lot - and a judge&#39;s too. Rarely is it a delight, for most are usually verbose and repetitive - with one too many &#39;cuttings and pastings&#39;. But recently I came across one law book that made me read it cover to cover in one go. It enlightened me. I could grasp the nuances of what I&#39;d believed to be a dry subject: the Commercial Courts Act.<br />\nNo wonder, Sharath Chandran&#39;s Commentary on the Commercial Courts Act, 2015 is rushing into a second edition within no time. Literally.<br />\nOn his spectacular success in bringing out a brilliant book, I congratulate the learned author and wish him many more editions of the book.</em>&quot;&nbsp;<br />\n- Justice Dama Seshadri Naidu, Former Judge, High Courts of A.P, Kerala and Bombay</p>\n', '3rd', 0, '9789354355684', '594', '2025', '14', '20251013_113109_Commentary_on_the_Commercial_Courts_Act__2015.jpg', 0, '600', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-03 11:55:09', '89', 0, 0, '', '', NULL, '2', '', 1795.00, 0, 1525.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-03 11:55:09'),
(918, 'A Comprehensive Guide on Valuation', '', '<p>&quot;A Comprehensive Guide on Valuation&quot; provides the requirements of valuation under Companies Act, 2013, Income Tax Act, 1961, IBC 2016, Ind AS, FEMA 1999 and SEBI Regulations. This book was published in its first edition under the title &ldquo;Ready Reckoner for Valuers&rdquo;. It includes theoretical and practical insights on valuations under relevant statutes along with case studies and comparable analysis.</p>\n', '<p><strong>This book covers</strong><br />\n- Techniques of Brand Valuation and Brand Evaluation<br />\n- Valuation Report writing along with Specimen Reports<br />\n- Approaches and Methods of Valuation for various purposes including Start up<br />\n- The Initiatives being taken on ESG disclosures and the impact of ESG on Valuation<br />\n- Comparative analysis of International Valuation Standards and ICAI Valuation Standards<br />\n- Valuations under Companies Act 2013, IBC &amp; IBBI Regulations, Ind AS, Securities Exchange Board of India Regulations, Income Tax Act, 1961 and Foreign Exchange Management Act, 1999</p>\n', '2nd', 1, '9789390358892', '595', '2022', '30', '2023-07-03_17_27_24.64458805_a_comprehensive.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-03 11:57:41', '47,143', 0, 0, '<p><strong>Table of contents</strong><br />\n<strong>Chapter 1&nbsp;</strong>Overview of valuation<br />\n<strong>Chapter 2</strong>&nbsp;Regulatory valuations in India<br />\n<strong>Chapter 3</strong>&nbsp;Valuation standards - International Valuation Standards (IVS) and ICAI Valuation Standards (ICAI VS)<br />\n<strong>Chapter 4</strong>&nbsp;Engagement and appointment of valuers<br />\n<strong>Chapter 5</strong>&nbsp;Business analysis and evaluation/investigations and compliance<br />\n<strong>Chapter 6</strong>&nbsp;Valuation approaches and methods<br />\n<strong>Chapter 7</strong>&nbsp;Valuations under the Companies Act, 2013 and Companies Rules<br />\n<strong>Chapter 8</strong>&nbsp;Synergistic value<br />\n<strong>Chapter 9</strong>&nbsp;Control premiums and discount for lack of marketability<br />\n<strong>Chapter 10</strong>&nbsp;Contents of valuation reports<br />\n<strong>Chapter 11</strong>&nbsp;Intangible assets valuation<br />\n<strong>Chapter 12</strong>&nbsp;Brand equity and brand valuation<br />\n<strong>Chapter 13</strong>&nbsp;Non-Financial Liabilities IVS 220<br />\n<strong>Chapter 14</strong>&nbsp;Equity Stock Option and Sweat Equity Shares Valuations<br />\n<strong>Chapter 15</strong>&nbsp;Buy-back of equity shares/preference shares/other securities<br />\n<strong>Chapter 16</strong>&nbsp;Valuation of preference shares<br />\n<strong>Chapter 17</strong>&nbsp;Valuation of debentures/ bonds<br />\n<strong>Chapter 18</strong>&nbsp;Inventory Valuation IVS 230<br />\n<strong>Chapter 19</strong>&nbsp;Merger including cross border merger and demerger<br />\n<strong>Chapter 20</strong>&nbsp;Valuations under the Insolvency and Bankruptcy Code 2016 and IBBI Regulations<br />\n<strong>Chapter 21</strong>&nbsp;Valuation for financial reporting under Indian Accounting Standards<br />\n<strong>Chapter 22</strong>&nbsp;Valuation under Securities Exchange Board of India Regulations<br />\n<strong>Chapter 23</strong>&nbsp;Valuations under Income Tax Act 1961<br />\n<strong>Chapter 24</strong>&nbsp;Valuations of Financial Instruments under the Foreign Exchange Management Act, 1999<br />\n<strong>Chapter 25</strong>&nbsp;Valuation for start-up companies<br />\n<strong>Chapter 26</strong>&nbsp;Impact of Environmental, Social and Governance(ESG) on investments and valuations<br />\n<strong>Chapter 27</strong>&nbsp;Frequently asked questions on valuations<br />\nANNEXURES</p>\n\n<h3>Table of Contents</h3>\n\n<p>Chapter 1 Overview of valuation<br />\nChapter 2 Regulatory valuations in India<br />\nChapter 3 Valuation standards - International Valuation Standards (IVS) and ICAI Valuation Standards (ICAI VS)<br />\nChapter 4 Engagement and appointment of valuers<br />\nChapter 5 Business analysis and evaluation/investigations and compliance<br />\nChapter 6 Valuation approaches and methods<br />\nChapter 7 Valuations under the Companies Act, 2013 and Companies Rules<br />\nChapter 8 Synergistic value<br />\nChapter 9 Control premiums and discount for lack of marketability<br />\nChapter 10 Contents of valuation reports<br />\nChapter 11 Intangible assets valuation<br />\nChapter 12 Brand equity and brand valuation<br />\nChapter 13 Non-Financial Liabilities IVS 220<br />\nChapter 14 Equity Stock Option and Sweat Equity Shares&nbsp;</p>\n', '', NULL, '2,1', '', 3499.00, 0, 2799.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 700.00, '2023-07-03 11:57:41'),
(919, 'Supreme Court on Company Law, 3 vol.', '', '<p>Article 141 of the Constitution of India has declared that the law laid down by the Supreme Court shall be binding on all courts within the territory of India. The Supreme Court is thus not only the Constitutional Court, it is also the highest court in the country, the final Court of Appeal.&nbsp;<br />\n<br />\nThis Compendium puts together all the significant judgments rendered by the Supreme Court on matters arising under the Companies Act, 1913 / 1956 / 2013. The Compendium comes in three volumes covering judgments from 1950 till 2021. The judgements have been placed in ascending order, beginning from 1950, catalogued first volume onwards.<br />\nEach judgement has been supplemented with a precise head note highlighting the ratio decidendi by the Apex Court. Relevant paras to the judgment have been mentioned for quick reference of the ratio. Besides the Table of Cases, the Compendium has been enriched with comprehensive Subject- Index which has been drafted in a lucid manner adding to the utilitarian quotient of this publication, along with the Section Index.<br />\nUseful for the Bar and Bench, Corporate Professionals, Law firms, Corporate Houses, Education institutes, etc.</p>\n', '', '3rd', 0, '9789390513345', '596', '2022', '30', '2023-07-04_10_19_39.16375306_supreme_counrt_on_company_law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-04 04:49:57', '143', 0, 0, '', '', NULL, '2,25,1', '', 12999.00, 0, 11049.15, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-04 04:49:57'),
(920, 'Ramamurthy’s Commentary on the Customs Act, 1962, (in 3 Volumes)', '', '<p>This book provides a comprehensive coverage of customs law, including the Acts, Rules and case law. What makes this book unique is that it:<br />\n- Aims to present to its readers<br />\n- Presents, to the reader, a holistic, wide-ranging and thorough analysis of the legal provisions<br />\n- Gives an independent analysis of the case-laws that govern the field<br />\n- Accords utmost importance to academic integrity, attention to detail and originality<br />\nThis book provides a comprehensive coverage of customs law, including the Acts, Rules and case law. What makes this book unique is that it:<br />\n- Aims to present to its readers<br />\n- Presents, to the reader, a holistic, wide-ranging and thorough analysis of the legal provisions<br />\n- Gives an independent analysis of the case-laws that govern the field<br />\n- Accords utmost importance to academic integrity, attention to detail and originality</p>\n', '', '3rd', 0, '9789390176403', '597', '2022', '30', '2023-07-04_10_26_54.69840906a_commentry.jpg', 0, '4138', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-04 04:57:09', '145', 0, 0, '', '', NULL, '2,1', '', 8499.00, 0, 6799.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 1700.00, '2023-07-04 04:57:09');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(921, 'Handbook for Independent Director\'s Examination (With MCQs)', '', '<p>This book has been designed keeping in mind the needs of professionals who are preparing for the Independent Director&#39;s Online Proficiency Self-Assessment Test. The book would be immensely useful for the chartered accountants, company secretaries, lawyers and management professionals while undertaking the Independent Director&#39;s examination as it gives the updated provisions of different statutes and MCQs relevant for it.</p>\n', '', '2nd', 0, '9789390513451', '599', '2022', '30', '2023-07-04_10_29_11.34881307_commentry_on_the_customs_act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-04 04:59:27', '143', 1, 0, '<p>Contents<br />\nChapter 1: Companies Act, 2013 and relevant Rules (sections 3 to 246)<br />\nChapter 2: Secretarial Standards (SS-1 and SS-2)<br />\nChapter 3: Securities Laws and Regulations (covering SEBI Act, 1992; SEBI (LODR)<br />\nRegulations, 2015; SEBI (ICDR) Regulations, 2018; Securities Contracts (Regulation) Act, 1956 and Depositories Act, 1996)<br />\nChapter 4: Independent Director (covering entire day-to-day reference materials specially meant for the Independent Directors)<br />\nChapter 5: Corporate Governance &amp; Strategy (covering corporate governance and board effectiveness matters)<br />\nChapter 6: Financial Accountancy (covering understanding about the Accounting Standards, Balance-Sheet, Profit &amp; Loss Account, Cash Flow Statements, CARO-2020 and the Financial Ratios)<br />\nChapter 7: Case Laws (Includes 7 leading case studies)</p>\n', '', NULL, '2,1', '', 3499.00, 0, 2974.15, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-04 04:59:27'),
(922, 'Duties and Liabilities of Directors', '', '<p>All directors might not be aware of the duties and liabilities that come with the position. As this position is accepted by choice, a director cannot claim leniency in the court of law claiming that he was ignorant. This book lists out the duties and liabilities under primarily the Companies Act and SEBI&#39;s Listing Obligations and Disclosure Requirements; while discussing various types of directors, their qualifications, disqualifications, tenure, procedures for appointment, reappointment, retirement, resignation, removal and other modes of cessation of directorships.<br />\nThe duties, including those of a fiduciary nature, are covered extensively, of directors and independent directors. Situations where directors are likely to be regarded as officers who are in default as per companies Act, 2013 are also pointed out with instances.<br />\nCollective responsibilities of the board of directors is inescapable by the individual director and therefore the liability too. This book contains a discussion on this aspect. The last chapter of the book deals with lessons and and learnings, through ten leading cases from around the world as illustration.</p>\n', '', '3rd', 0, '9789390513147', '603', '2022', '30', '2023-07-04_10_31_51.52846808_duties_and_liabilities_of_directors.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-04 05:02:12', '143', 1, 0, '<p><strong>Table of contents</strong>&nbsp;<br />\n<strong>Chapter 1</strong>&nbsp;Types of directors, appointment and cessation of directors<br />\n<strong>Chapter 2</strong>&nbsp;Duties of Directors<br />\n<strong>Chapter 3</strong>&nbsp;Independent directors and their special duties<br />\n<strong>Chapter 4</strong>&nbsp;Liabilities of directors<br />\n<strong>Chapter 5</strong>&nbsp;Collective responsibility of the board<br />\n<strong>Chapter 6</strong>&nbsp;Most frequently asked questions on directors<br />\n<strong>Chapter 7</strong>&nbsp;Lessons and Learnings for Directors<br />\n<em>Appendix 1</em>&nbsp;Extracts of select provisions of the Companies Act, 2013<br />\n<em>Appendix 2</em>&nbsp;Extracts of Recommendations of the Company law Committee as per its report of March 2022<br />\n<em>Appendix 3</em>&nbsp;Extract of Select Regulations of the Securities and Exchange Board of India (Listing Obligations and Disclosure Requirements) Regulations, 2015</p>\n', '', NULL, '2,1', '', 1199.00, 0, 1019.15, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-04 05:02:12'),
(923, 'Laws relating to Intellectual Property Rights in India', '', '<p>The book seeks to provide in depth the laws relating to Intellectual Property Rights in India. It also covers the International Perspective of IPR covering the WIPO and important Conventions and Treating. It describes the IPR related Acts, Rules, Notes, Forms prescribed and the Judicial Pronouncements of Various High Courts and the Supreme Court of India.<br />\nThe book may be useful for the professionals like CA, CS, CMA and Advocates, who are engaged in the practice of IPR.<br />\nThe book is also helpful for the students of CS (Professional Exam for Paper 9.3: IPRLaw and Practice) as it covers the entire syllabus prescribed by the ICSI.<br />\nThe ICSI has also introduced a &lsquo;Certificate Course on Intellectual Property Rights&rsquo; which is a Post Membership Qualification. The Members of ICSI can also use this book as a background material for passing out the examination of this Certificate Course.&nbsp;</p>\n\n<p><strong>Coverage of the Book</strong><br />\nInternational Perspective of Intellectual Property Rights: Institutions, Conventions and Treaties, covering the WIPO, ARIPO, OAPI, Paris Convention, Berne Convention, WIPO Copyright Treaty, Patent Cooperation Treaty, Budapest Treaty, Madrid Agreement, Hague Agreement, Trademark Treaty, Patent Law Treaty, NICE Classification, Convention on Phonograms, Brussels Convention, WIPO Performances and Phonograms Treaty, Convention on New Varieties of Plants, TRIPS &amp; Marrakesh Treaty.<br />\nIntellectual Property Rights in India along with notes and the Judicial Pronouncements by various High Courts and Supreme Court of India:<br />\n&sect; The Patents Act, 1970 and its Rules.<br />\n&sect; The Designs Act, 2000 &amp; its Rules.<br />\n&sect; The Trade Marks Act, 1999 &amp; its Rules<br />\n&sect; The Geographical Indications of Goods (Registration and Protection) Act, 1999 &amp; its Rules.<br />\n&sect; The Copyright Act, 1957 and its Rules.<br />\n&sect; The Biological Diversity Act, 2002 &amp; its Rules.<br />\n&sect; The Protection of Plant Varieties and Farmers&rsquo; Rights Act, 2001 &amp; its Rules.<br />\n&sect; The Semi-conductor Integrated Circuits Layout-Design Act, 2000 &amp; its Rules.<br />\n&sect; Trade Secret and Confidential Information.</p>\n', '', '3rd', 0, '9789390513642', '599', '2021', '30', '2023-07-04_10_35_02.08088109_laws_relating_to.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-04 05:05:16', '28', 1, 0, '', '', NULL, '2,1', '', 3999.00, 0, 3999.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-04 05:05:16'),
(924, 'Forensic Investigations and Fraud Reporting in India', '', '<p>Frauds and economic crime rates remain at a record high, impacting more and more companies in diverse ways than ever before. The only way to reduce the impact of such frauds is to get a detailed understanding of the subject and adopt preventive measures instead of reactive measures.<br />\nFraud reporting is one of the most important themes in the current corporate governance scenario. Considering the importance of this area, various regulators have come out with reporting requirements in the recent past with an aim to ensure adequate and timely reporting of frauds. In this context, understanding of the roles and responsibilities of various stakeholders is pertinent.&nbsp;<br />\nThis book is an attempt by authors to provide a comprehensive publication on the two specialised areas &ndash; &#39;Forensic Investigations&#39; and &#39;Fraud reporting&#39;. The book addresses two key corporate governance requirements top on the agenda of regulators, enforcement agencies, boards and audit committees:&nbsp;<br />\n1. Rules, roles and responsibilities of key stakeholders towards:&nbsp;<br />\n&middot; Reporting of frauds under governance regulations in India<br />\n&middot; Prevention, detection and investigation of frauds<br />\n2. Practical approach for conducting forensic investigations in India<br />\n<br />\n<strong><em>Practical tips, case studies and expert insights:&nbsp;</em></strong>In addition to covering a gist of the topic with relevant provisions, and authors&#39; viewpoint, key chapters also include relevant seasoned expert&#39;s take on the topic based on their vast practical experience. Each expert has more than three decades of experience including the last two decades in leadership roles. The idea was to present a practitioner&#39;s perspective based on practical experience in their role as an independent director or CEO or CFO, etc. More than 100 case studies are presented in the book to explain different concepts and learnings from various frauds discovered and investigated in India over the last two decades.&nbsp;<br />\n<br />\n<strong><em>Few of the Questions addressed in the book:</em></strong><br />\n&middot; Is there a requirement to report all frauds to the regulators?<br />\n&middot; Who is responsible for reporting?<br />\n&middot; What is the role of audit committee, CEO, CFO, CHRO, internal/external auditors in prevention, detection, investigation and reporting of frauds?&nbsp;<br />\n&middot; Can an organization ignore anonymous complaints?<br />\n&middot; Can one access data from personal devices of employees during an investigation?<br />\n&middot; How can one use forensic interviews as an effective tool to establish fraud?<br />\n&middot; Is WhatsApp chat accepted as an evidence?<br />\n&middot; Once fraud is established what are the next steps an organisation is expected to initiate?<br />\n&middot; What is the difference between an audit and an investigation?<br />\n&middot; How the approach to forensic investigations has evolved over the last two decades in India?<br />\n&middot; Can we blindly rely on technology to prevent and detect frauds?<br />\n&middot; Evolving methods for prediction, prevention and detection of frauds?</p>\n', '', '1st', 1, '9789354351068', '600', '2021', '30', '2023-07-04_10_37_27.12668510_forensic.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-04 05:07:58', '12', 0, 0, '', '', NULL, '2', '', 1499.00, 0, 1274.15, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-04 05:07:58'),
(925, 'Internet Law', '', '<p>Bearing in mind the revolutionisation of information technology and consequently, electronic communication and commerce, a basic understanding of regulations and ordinances governing these areas become crucial. &ldquo;Internet Law: Regulating Cyberspace and Emerging Technologies&rdquo; has been written, as the name suggests, to be a book which enunciates the various aspects of cyber laws in India, including commerce, cyber-crimes, security, governance, technology, contracts, data privacy, etc. taking place through the medium of internet.&nbsp;<br />\nThe aim is to provide a ready reference on all aspects of cyber law in a jargon-free, comprehensive manner. The key features of this book include, but are not limited to, non-theoretical components to aid readers in a pragmatic manner, such as practical chapters dealing with law for compliance by corporations, digital brand management, detailed analysis of various features, principles and scope of laws that will be crucial in determining the future of technology laws in India, such as the general data protection regulation (GDPR) and the Personal Data Protection Bill along with its impact on fundamental aspects of cyber law such as data privacy, data collection, use and dissemination, especially with revolutionary campaigns like &ldquo;Digital India&rdquo; underway. The book also analyses digital identification systems like Aadhaar and domain names.&nbsp;<br />\nIn addition, this book explores several less charted territories of cyberspace law and electronic commerce such as intermediary&#39;s liability, electronic evidence, intermediary service providers, etc., with the help of an in-depth examination of path-breaking Supreme Court decisions, e.g. in Shreya Singhal and Puttaswamy.<br />\nAdditionally, the book is accompanied by an easy-to-access web-companion that provides up to the minute developments on each topic in the book, along with several others relating to the cyber world, making this book the most updated and relevant one out there!</p>\n', '', '1st', 0, '9789389714951', '601', '2020', '30', '2023-07-04_10_39_35.88127711_internet_law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-04 05:09:51', '89', 0, 0, '<h3>Table of Contents</h3>\n\n<p>Chapter 1 Information Technology Act, 2000.<br />\nChapter 2 Cyber crimes.<br />\nChapter 3 Electronic evidence.&nbsp;<br />\nChapter 4 Internet security.&nbsp;<br />\nChapter 5 Interception and monitoring of electronic communication in India.<br />\nChapter 6 Privacy.<br />\nChapter 7 Data Protection Regime in India.&nbsp;<br />\nChapter 8 Freedom of expression in cyber space.<br />\nChapter 9 E-governance.&nbsp;<br />\nChapter 10 E-commerce.&nbsp;<br />\nChapter 11 Social media.<br />\nChapter 12 Intellectual property and information technology.&nbsp;<br />\nChapter 13 Digital brand management.<br />\nChapter 14 Privacy policy.<br />\nChapter 15 New technologies and the law.</p>\n', '', NULL, '2', '', 1495.00, 0, 1270.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-04 05:09:51'),
(926, 'Drafting of Contracts – Templates with Drafting Notes', '', '<p>This book is an essential handy guide for any draftsman and in-house counsels as it not only contains the practical and usable templates that can serve as a prototype for the various contracts but also provides a sense about the purpose and critical points of the contract. For each of the chapters, along with the templates, there is an introduction and drafting notes, allowing a reader to grasp the essence and importance of the clauses.<br />\nIt comprises of chapters on Partnership; Procurement of goods, services and assets; Mergers, Acquisitions and Joint Ventures; Real Estate; Employment; Confidentiality; Franchise; Trademark; Patent; Copyright publishing, broadcast reproduction and performer&#39;s rights; Agency; Hire Purchase; Turnkey/EPC; and Project Finance. One chapter is exclusively devoted to one of the most important clauses in any contract ie the Dispute Resolution clause, and it covers the intricacies of this clause with respect to different contracts.<br />\nThis book will prove useful for professionals/students in understanding the practical details of varied contracts, act as a beginning point for practitioners, and be useful for all considering the vast number of contracts dealt with.</p>\n', '<p>Key Features<br />\nA must to have for in-house legal teams, consultants, legal practitioners, and fresh lawyers.<br />\nTemplates of important and day-to-day contracts, acting as a beginning point for practitioners.<br />\nPractical and business-oriented templates for day to day contracts with introduction and drafting notes.<br />\nSpecial focus on Dispute Resolution clauses in most of the agreements.<br />\nUseful for professionals/students to understand the practical details of varied contracts.</p>\n', '1st', 0, '9789389867046', '602', '2020', '30', '2023-07-04_10_41_14.90055212_drafting.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-04 05:11:28', '10', 0, 0, '', '', NULL, '2', '', 1699.00, 0, 1444.15, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-04 05:11:28'),
(927, 'Artificial Intelligence: Law And Policy Implications', '', '<p>Artificial Intelligence is an important subdivision of the Cyber law and is constantly developing in the country. This thoroughly researched handbook discusses the issues associated with Artificial Intelligence involvement at social, institutional and government level. The work is a blend of multi disciplines like law, Policy, philosophy, social theory and Technology. It brings together, under one roof contributions by scholars in the newly emerging field of artificial intelligence, policy and Law.&nbsp; The work makes and attempt to address all the unanswered question which are popping up in the field of law, policy and regulation due to fast development of AI in India and globally</p>\n', '<p>It address the legal, policy and regulatory issues pertaining to Artificial Intelligence.<br />\nAuthors have talked about legal principles and legal frameworks relating to Artificial Intelligence.<br />\nHelps to develops legal reasoning on critical issues in Artificial Intelligence and criminal liability.<br />\nIt discusses all the issues in Artificial Intelligence with multidisciplinary approach.<br />\nExplains real legal issues that one needs to consider as an AI thinker and legal practitioner.<br />\nMakes an attempt to legal awareness of the Artificial Intelligence technology.<br />\nProvides clarity on contemporary issues in Artificial Intelligence and law including but not limited to intellectual property, confidentiality, criminal law, Agency and data protection.<br />\nAn asset for research scholars who want to work in the area of AI, policy &amp; law.</p>\n', '1st Edition 2020, Reprint 2023', 0, '9788196167066', '604', '2023', '9', '2023-07-04_15_03_09.40312601_artificial-intelligence.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-04 09:33:31', '27', 0, 0, '', '', NULL, '1,2', '', 875.00, 0, 743.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-01-09 18:53:19'),
(928, 'Supreme Court on Criminal Procedure Code and Criminal Trial (1950 to 2021) (in 18 Volumes)', '', '<p>This&nbsp;<strong>eight-volume</strong>&nbsp;exhaustive Digest on the subject of&nbsp;<em><strong>Criminal Procedure Code and Criminal Trial</strong></em>&nbsp;is a complete source for the entire case law on the subject, from 1950 till date as laid down by the Supreme Court.<br />\nThe Digest has been conceived and planned on the time-tested SCC index system to enable the discovery of all the rulings, easily and quickly.<br />\nUnder the Criminal Procedure Code, of 1973, case law has been digested section-wise. A few sections have been clubbed together with a common synopsis, to enable systematic and convenient research on the closely related provisions of law. Sections which have been clubbed in this manner are: Sections 125 to 128 dealing with a Magistrate?s power to award maintenance; Sections 155 to 159 dealing with the power and conduct of the investigation by the police; and Sections 161 and 162 dealing with the examination of witnesses by police. Furthermore, a synopsis of the case law has been given under Sections 154, 164, 167, 197, 378, 386, 406, 437, 438, 439, and 482, due to a large number of rulings thereunder.<br />\nFurther, case law has also been digested under: Criminal Procedure Code, 1861; Criminal Procedure Code,1872; Criminal Procedure Code, 1882; Criminal Procedure Code, 1898; and the Criminal Procedure Code (Amendment Bill), 1994.<br />\nVery often there are rulings of the Supreme Court that do not fit simply under sections of CrPC, and a more intuitive approach is required for those who are yet to master the complexities of CrPC. Hence, an intuitive topic-wise synopsis has been created under ?Criminal Trial? to make the case law accessible in a simpler and intuitive way.</p>\n', '<p>1. Accused/Summoning of Additional Accused /Rights of Accused;<br />\n2. Appeal;<br />\n3. Appreciation of Evidence;<br />\n4. Attachment/Seizure/Forfeiture/Confiscation of Property;<br />\n5. Bail;<br />\n6. Charge/Charge-sheet/Framing of Charge/ Discharge;<br />\n7. Circumstantial Evidence;<br />\n8. Clues and Tell-Tale Signs/Forensics;<br />\n9. Defence;<br />\n10. Dying Declaration;<br />\n11. Examination;<br />\n12. Expert Evidence;<br />\n13. Fair and Speedy Trial;<br />\n14. FIR/Delay/Infirmities/Errors in lodging/ filing FIR;<br />\n15. Investigation; Medical Jurisprudence/ Evidence;<br />\n16. Practice and Procedure;<br />\n17. Proof;<br />\n18. Quashment; Remand to custody/Detention; Retrial/De novo trial;<br />\n19. Review/Recall;<br />\n20. Revision;<br />\n21. Sanction for Investigation, Prosecution or Trial; Search and Seizure;<br />\n22. Sentence; Summons/Issuance of Process;<br />\n23. Victim/Victimology/Witnesses.</p>\n\n<p>Victim/Victimology/Witnesses. This systematic, analytical and comprehensive&nbsp;<strong>eight-volume digest</strong>will be of immense use for the courts, legal professionals and members of the Bench.</p>\n', '3rd', 0, '9789394364820', '605', '2021', '9', '2023-07-04_15_06_13.85868202_supreme_court.jpg', 0, '10816', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-04 09:36:59', '12', 0, 0, '', '', NULL, '1', '', 37825.00, 0, 32151.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-04 09:36:59'),
(929, 'Neither Roses nor Thorns', '', '<p>When Justice Khanna delivered his dissenting judgement in the famous Habeas Corpus case, the New York Times in an editorial wrote about him : &quot;<em>If India ever finds its way back to freedom and democracy that proud hallmark of its first 18 years, someone will surely erect a monument to justice H.R. Khanna of the Supreme Court.</em>&quot;<br />\nIn this forthright autobiography of his life, Justice Khanna lays bare the influences that shaped his life and made him the great man that he is. An outstanding judge and jurist, an undaunted man of conviction and independent views, Justice Khanna&#39;s life is one for every Indian to emulate today, and his autobiography for every Indian to read.</p>\n', '', '1st edition 1987, Reprint 2023', 0, '9788119114115', '606', '2023', '9', '2023-07-04_15_10_22.00123303_neither_roses.jpg', 0, '240', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-04 09:40:37', '30,41', 1, 0, '<p>My Father 1<br />\nGrandmother 6<br />\nDays in the Profession 9<br />\nGlamour in Court - Some Unusual Clients 14<br />\nNotable Figures of Amritsar Bar 17<br />\nSome Prominent Muslims of Amritsar 20<br />\nCommunal Riots of 1947 25<br />\nFrom Bar to Bench 32<br />\nKalka Firing Enquiry 37<br />\nDalmia Case 39<br />\nDistrict and Sessions Judge, Delhi 43<br />\nPunjab High Court 46<br />\nPartap Singh Kairon 51<br />\nOrissa Enquiry 55<br />\nChief Justice of High Court 60<br />\nSupreme Court 62<br />\nVisit to Australia 66<br />\nMrs. Gandhi&#39;s Election Appeal 71<br />\nAttempt to Reconsider Kesavananda Bharati&#39;s case 73<br />\nMinority Rights 76<br />\nHabeas Corpus Case 79<br />\nResignation from the Court 83<br />\nMarch 1977 90<br />\nChairmanship of Law Commission 97<br />\nVisit to Europe 106<br />\nCentre-State Relations 116<br />\nUGC Membership 122<br />\nA Meeting to Remember 124<br />\nMinister for Three Days 127<br />\nSanjay Gandhi 133<br />\nCandidate in Presidential - Election 137<br />\nLooking Back at Three Score and Ten 143<br />\n1984 - Postscript 150<br />\n<strong>RECOLLECTIONS AND REFLECTIONS</strong><br />\nMahja and His Son 163<br />\nBhagat Ji 165<br />\nBharpur Singh 167<br />\nVidya Ram 169<br />\nA Minister Falters 171<br />\nA Date with the Tiger 173<br />\nA Trip to Kalpa Valley 176<br />\nLeading a Dancing Troupe 178<br />\nTrespassers Will be Eaten 180<br />\nCo existence in Kaziranga 183<br />\nThe Capital of Nagaland 185<br />\nA Pleasant Encounter 187<br />\nMade for Each Other 189<br />\nExecution of Bhutto 192<br />\nTragedy of Assam 194<br />\nC.K. Dapthary 196<br />\nIsrael Investigating Commission 198<br />\nSalute to Yasuo Kato 199</p>\n', '', NULL, '2,1', '', 795.00, 0, 795.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-04 09:40:37'),
(930, 'Money Laundering: Prevention, Law & Practice', '', '<p><strong><em>Money Laundering:</em></strong><em>&nbsp;Prevention</em>,&nbsp;<em>Law &amp; Practice</em>&nbsp;by Abhijeet Sharma is an authoritative and comprehensive treatise on the law relating to the prevention of money laundering, which is a problem of great magnitude internationally and has long-term negative economic impacts.</p>\n\n<p>This book provides an excellent assessment of the basic concepts of the subject and the stages of the money-laundering process have been dealt with in great details with appropriate examples. It also covers the steps taken by various regional and international organisations to curb money laundering. There is thorough examination of newly emerging concept of cyber-laundering, virtual currency and digital payment systems with risks posed by them and steps taken at International and National level in this regard.</p>\n\n<p>Section-wise commentary on Prevention of Money Laundering Act, 2002, along with relevant Rules, covering all the pertinent reported judgments till-date has been included. No other book has examined as much case laws pertaining to PMLA with comprehensive and pin-pointed headnotes, to expound the various aspects of the topic, making the book a must-have for the legal professionals. The book also examines the anti-money laundering guidelines issued by the Reserve Bank of India and the Securities and Exchange Board of India; and incorporates the rules issued under the PMLA.</p>\n', '<p><strong>1.</strong>&nbsp;Section-wise commentary on PMLA, 2002, along with relevant Rules, covering all the pertinent reported judgments till-date;<br />\n<strong>2.</strong>&nbsp;Extensive coverage of the novel concept of cyber-laundering, virtual currency and digital payment systems with risks posed by them and steps taken at the International and National level in this regard;<br />\n<strong>3.</strong>&nbsp;Role of various statutory &amp; regulatory bodies such as RBI, SEBI, IRDAI and the An-ti-Money Laundering Guidelines, Circulars &amp; Notifications issued by them;<br />\n<strong>4.</strong>&nbsp;Money Laundering in various other sectors such as NGOs/NPOs, Sports, Trade-based money laundering, Real estate sector etc. has also been dealt with in details;<br />\n<strong>5.</strong>&nbsp;Role of Accountants &amp; Legal Professionals in curbing money laundering along with Guidelines for them;<br />\n<strong>6.</strong>&nbsp;Steps were taken by various International &amp; Regional organizations to combat money laundering.</p>\n\n<p>With all the above salient features, this is a most authoritative book, within the shortest compass and a full-fledged commentary on the subject. The lucid way the work has been compiled would benefit both the Bench and the Bar. The book shall also be enlightening for students of law and legal professionals who are torchbearers of the nation</p>\n', '1st', 0, '9789394364318', '607', '2023', '9', '2023-07-04_15_12_28.04473704_monet_laundering.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-04 09:42:57', '12', 0, 0, '', '', NULL, '1', '', 1795.00, 0, 1525.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-04 09:42:57'),
(931, 'The Constitution of India (Coat Pocket Edition)', '', '<p>The current coat pocket edition is Amended up to the&nbsp;<strong>Constitution (One Hundred and Fifth Amendment) Act, 2021.&nbsp;</strong>It also includes&nbsp;<strong>Constitution (One Hundred and Fourth Amendment) Act, 2019 (21st January, 2020), the Constitution (Application to Jammu and Kashmir) Order, 2019, Declaration under Article 370(3) of the Constitution, the&nbsp;Jammu and Kashmir</strong>&nbsp;<strong>Reorganisation Act, 2019 [Act 34 of 2019]</strong>. Some of the important landmark decisions have also been taken note of at relevant places.</p>\n', '<p>1. Foreword by Mr.K.K Venugopal, Attorney General for India.<br />\n2.&nbsp;<strong>Special Feature</strong>: Making of the Indian Constitution by Prof. Ranbir Singh, VC, NLU, Delhi.<br />\n3. &lsquo;The Constitution of India detailed contents&rsquo; &ndash; for complete and thorough understanding of the subject.<br />\n4. &lsquo;About India&rsquo;, a coverage covering Government and Political Structure, Geography, Population, and Economy.<br />\n5. Comparative Chart of Indian and U.S Constitutions.<br />\n6. Table of Amendments and Provisions Altered/Inserted/Repealed.<br />\n7. List of Larger Bench Decisions.<br />\n8. List of Chief Justices of India.<br />\n9. The compact size makes it convenient to carry.<br />\n10. Small leather-bound book is easy to use and cite in court.</p>\n', '17th', 0, '978819868551', '608', '2025', '9', '2023-07-04_15_14_13.80327805_constitution_of_india.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-04 09:44:36', '9', 0, 0, '', '', NULL, '24', '', 1295.00, 0, 1100.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-04 09:44:36'),
(932, 'B.M. Gandhi\'s Indian Penal Law', '', '<h3>This new edition of&nbsp;<em>B.M. Gandhi&rsquo;s Penal Law</em>&nbsp;revised by Dr K.A. Pandey is an authoritative commentary on the subject. The author has thoroughly revised and updated this work incorporating the latest statutory and case law.</h3>\n\n<p>The following are the notable features of this new edition:<br />\nThe title has been changed to Penal Law to reflect the new way to study this subject. The Penal Code can no longer be studied in isolation. All supplementary criminal laws must be studied in conjunction.<br />\nAnalyses the provisions of the Criminal Law (Amendment) Act, 2018 &bull; Air (Prevention and Control of Pollution) Act, 1981 &bull; Bonded Labour System (Abolition) Act, 1976 &bull; Child and Adolescent Labour (Prohibition and Regulation) Act, 1986 &bull; Coinage Act, 2011 &bull; Commission of Sati (Prevention) Act, 1987 &bull; Contempt of Courts Act, 1971 &bull; Dowry Prohibition Act, 1961 &bull; Drugs and Cosmetics Act, 1940 &bull; Environment (Protection) Act, 1986 &bull; Food Safety and Standards Act, 2006 &bull; Immoral Traffic (Prevention) Act, 1956 &bull; Information Technology Act, 2000 &bull; Juvenile Justice (Care and Protection of Children) Act, 2015 &bull; Legal Metrology Act, 2009 &bull; Maharashtra Control of Organised Crime Act, 1999 &bull; Medical Termination of Pregnancy Act, 1971 &bull; Motor Vehicles Act, 1988 &bull; Pre-Conception and Pre-Natal Diagnostic Techniques (Prohibition of Sex Selection) Act, 1994 &bull; Prevention of Corruption Act, 1988 &bull; Protection of Children from Sexual Offences Act, 2012 &bull; Protection of Women from Domestic Violence Act, 2005 &bull; Representation of the People Act, 1951 &bull; Sexual Harassment of Women at Workplace (Prevention, Prohibition and Redressal) Act, 2013 &bull; Water (Prevention and Control of Pollution) Act, 1974.<br />\nAggravated forms of offences and their cognate offences have been grouped together for easy grasping.<br />\nContains recommendations of the Law Commission of India and important committees.<br />\nContains relevant provisions of connected legislations to impart a complete knowledge. For example, criminal liability of a child has been discussed vis-a-vis the Juvenile Justice (Care and Protection of Children) Act, 2015.<br />\nIncorporates the latest thinking on the various aspects of criminal law.<br />\nOverview at the start of each chapter prepares the reader to easily learn and conceptualise things discussed in the chapter.<br />\nThree appendices are devoted to rights of the undertrial and convicts, penology, and victimology.<br />\nThe book will be immensely useful for students of LL.B., LL.M. and for candidates preparing for Judicial and Civil Service Exams. The book is a must for law enforcement agencies, police officers, law teachers, researchers, scholars and practicing lawyers.</p>\n', '', '5th', 0, '9789394364288', '609', '2023', '9', '2023-07-04_15_17_09.51429506_penal_law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-04 09:47:36', '12', 0, 0, '<p>General Introduction<br />\nMaharashtra Control of Organised Crime Act, 1999<br />\nInformation Technology Act, 2000</p>\n\n<p>1. Operation and Extent of the Code<br />\n2. General Explanations<br />\n3. Punishments<br />\n4. General Exceptions<br />\nJuvenile Justice (Care and Protection of Children) Act, 2015<br />\n5. Abetment<br />\n5-A. Criminal Conspiracy<br />\n6. Offences Against the State<br />\n7. Offences Relating to the Army, Navy and Air Force<br />\n8. Offences Against Public Tranquillity<br />\n9. Offences By or Relating to Public Servants<br />\nPrevention of Corruption Act, 1988<br />\n9-A. Offences Relating to Elections<br />\nRepresentation of the People Act, 1951<br />\n10. Contempts of the Lawful Authority of Public Servants<br />\n11. False Evidence and Offences Against Public Justice<br />\n12. Offences Relating to Coin and Government Stamps<br />\n13. Offences Relating to Weights and Measures<br />\n14. Offences Affecting Public Health, Safety, Convenience,<br />\n15. Offences Relating to Religion<br />\n16. Offences Affecting the Human Body<br />\n17. Offences Against Property<br />\n18. Offences Relating to Documents and Property Marks<br />\n19. Criminal Breach of Contracts of Services<br />\n20. Offences Relating to Marriage<br />\n20-A. Cruelty by Husband or Relatives of Husband<br />\n21. Defamation<br />\n22. Criminal Intimidation, Insult and Annoyance<br />\n23. Attempts to Commit Offences</p>\n\n<p>APPENDICES<br />\nI. Rights of the Accused and the Prisoner<br />\nII. Penology: A Brief Outline<br />\nIII. Victimology: An Overview<br />\n<strong><em>Subject Index</em></strong>.</p>\n', '', NULL, '2', '', 1095.00, 0, 930.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-04 09:47:36'),
(933, 'V.D. Mahajan ‘s Constitutional Law of India', '', '<p>Thoroughly revised by Dr Sanjay Jain after 32 years, this edition of V.D. Mahajan&rsquo;s classic will aid students of Constitutional law in their quest to understand and study this magnificent document from a refreshing new perspective.</p>\n\n<p>This edition provides an exhaustive commentary on the Indian constitutional law with a holistic analysis of the latest developments. A remarkable feature of the book is Dr Jain&rsquo;s contribution in the field of interpretation of constitutional text through the newly introduced Chapter 37, which is reflective of his expertise in the subjects of constitutional law and statutory interpretation and his 25 years of teaching experience.</p>\n', '', '8th', 0, '9789394364547', '610', '2023', '9', '2023-07-04_15_20_32.31629707_constitution-vd-mahajan.jpg', 0, '936', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-04 09:50:35', '9', 0, 0, '<p>Table of Cases<br />\nArticle-wise Contents<br />\nProf. Upendra Baxi: Notes Toward Disability Rights and Constitutionalism</p>\n\n<p>1. Introduction<br />\n2. Nature and Salient Features of the Constitution<br />\n3. The Preamble of the Constitution<br />\n4. The Union and Its Territory<br />\n5. Citizenship<br />\n6. Fundamental Rights in General and Concepts of State and Law<br />\n7. Right to Equality in General (Article 14)<br />\n8. Right to Equality (Articles 15&ndash;18)<br />\n9. Freedoms of Citizens of India under Article 19<br />\n10. Protection to Accused Persons (Article 20)<br />\n11. Protection of Life and Personal Liberty (Article 21)<br />\n12. Protection against Arrest and Detention (Article 22)<br />\n13. Right against Exploitation (Articles 23 and 24)<br />\n14. Right to Freedom of Religion (Articles 25&ndash;28)<br />\n15. Cultural and Educational Rights (Articles 29 and 30)<br />\n16. Right to Property<br />\n17. Constitutional Remedies and Writs in India<br />\n18. Limitations on Fundamental Rights<br />\n19. Directive Principles of State Policy<br />\n20. Fundamental Duties<br />\n21. The Union and State Executive (Articles 52&ndash;78 and Articles 153&ndash;167)<br />\n22. Parliament and State Legislatures (Articles 79&ndash;123 and Articles 168&ndash;213)<br />\n23. The Union Judiciary (The Supreme Court of India &mdash; Articles 124&ndash;147)<br />\n24. State Judiciary<br />\n25. The Scheduled Areas, North East Constitutionalism and Constitutionalism of Jammu and Kashmir<br />\n26. Relations Between the Union and the States<br />\n27. Property, Contracts, Rights, Liabilities, Obligations and Suits<br />\n28. Freedom of Trade, Commerce and Intercourse<br />\n29. Services under the Union and the States<br />\n30. Tribunals<br />\n31. Elections<br />\n32. Special Provisions Relating to Certain Classes<br />\n33. Official Language of the Union<br />\n34. Emergency Provisions<br />\n35. Power and Procedure of Amendment of the Constitution<br />\n36. Constitutional Amendments<br />\n37. Interpretation of the Constitution<br />\nSubject Index.</p>\n', '', NULL, '2', '', 995.00, 0, 845.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-04 09:50:35'),
(934, 'Lectures on Administrative Law', '', '<p><strong><em>Lectures on Administrative Law&nbsp;</em>by Justice C.K. Thakker (Takwani)&nbsp;</strong>is the most sought after work on this subject among law students and members of the Bar.</p>\n\n<p>The work presents the fundamental principles of administrative law as they have developed through the judicial process. In light of recent legal trends, this book thoroughly examines the principles of natural justice, the doctrine of judicial review, and judicial remedies, with reference to relevant case law.</p>\n\n<p>The eighth edition acknowledges the latest developments in both Indian and international jurisprudence. It incorporates recent case law and introduces new topics to enhance comprehensiveness. Additionally, a new feature of &#39;Suggested Readings&#39; has been added, compiling articles by legal experts to broaden the scope of discussion.</p>\n\n<p>In this edition, the author has meticulously considered developments in the subject matter both within India and abroad. Case law up to 2023 has been covered, including significant judgments such as&nbsp;<em>Rajeev Suri&nbsp;</em>v<em>. DDA,&nbsp;</em>(2022) 11 SCC 1 and&nbsp;<em>State of Jharkhand&nbsp;</em>v<em>. Brahmputra Metallics Ltd.,</em>&nbsp;(2023) 10 SCC 634, which extensively address the doctrine of legitimate expectation as interpreted by the Supreme Court. Various topics are discussed in depth, with the addition of several new ones. To enhance clarity and organisation, the work has been structured more methodically by consolidating all relevant doctrines, such as the doctrine of proportionality, the doctrine of estoppel, and the doctrine of legitimate expectation, into a single lecture.</p>\n\n<p>This book will be immensely useful to students of LL B and LL M, administrators, judges, advocates, researchers and those interested in acquiring knowledge of this subject.</p>\n', '', '8th Edition', 0, '9789351454380', '611', '2024', '9', '20250929_140417_front_Lectures-on-administrative-law_8th-E-2024-Reprint-2025.jpg', 2, '608', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-04 09:53:46', '5', 0, 0, '<p>Table of Cases<br />\nAbbreviations</p>\n\n<ol>\n	<li>Introduction</li>\n	<li>Basic Constitutional Principles</li>\n	<li>Classification of Administrative Actions</li>\n	<li>Delegated Legislation (General Principles)</li>\n	<li>Delegated Legislation (Controls and Safeguards)</li>\n	<li>Natural Justice</li>\n	<li>Administrative Tribunals</li>\n	<li>Judicial Review of Administrative Discretion</li>\n	<li>Judicial and Other Remedies</li>\n	<li>Liability of Government</li>\n	<li>Public Corporations</li>\n</ol>\n\n<p>Bibliography<br />\nSuggested Readings Lecture wise<br />\nSubject Index</p>\n', '', NULL, '2', '', 825.00, 0, 701.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-04 09:53:46'),
(935, 'Avtar Singh\'s Law of Contract & Specific Relief', '', '<p><strong>Avtar Singh&#39;s Law of Contract and Specific Relief</strong>&nbsp;is an authoritative and most sought after book on the subject. The book deals with the intricacies of contract law in a straightforward and lucid style. It covers many new developing areas in contract law which are of practical and academic importance.</p>\n\n<p>The current thirteenth edition of the book has been thoroughly revised and updated by Prof. Rajesh Kapoor with recent case laws and statutory amendments including the Specific Relief (Amendment) Act, 2018.</p>\n\n<p>The practice to award damages as a general rule and grant specific performance as an exception was done away with the enactment of Specific Relief (Amendment) Act, 2018. This amendment gave wider discretion to courts for granting specific performance and made specific performance of contract a general rule rather than an exception subject to certain limited grounds. Further, among other things, the amendment also provides for substituted performance of contracts and enables the courts to engage experts on specific issues.</p>\n\n<p>A new feature added to this Edition is a chapter-wise select list of articles published in various law review journals. Full text of these articles are available on SCC OnlineTM&nbsp;Web Edition.</p>\n\n<p>This work reveals the rich experience and pragmatic approach of the author, which renders the book indispensable for the legal fraternity and students alike. The book is greatly admired and read by students, lawyers, judges, academicians, researchers and has been extolled by reviewers in India and abroad.</p>\n', '', '13th Edition, Reprint 2025', 0, '9789348179319', '905', '2023', '9', '20251003_110132_avtar-singh-law-of-contract-specific-relief-rp-2024-front-cover.jpg', 0, '1136', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-04 09:56:03', '10', 0, 0, '<p>Section-wise Contents&nbsp;<br />\nTable of Cases</p>\n\n<p><strong>PART I</strong><br />\n<strong>GENERAL PRINCIPLES</strong></p>\n\n<p>1. Agreement, Contract and Proposal&nbsp;<br />\n2. Acceptance&nbsp;<br />\n3. Consideration&nbsp;<br />\n4. Capacity to Contract&nbsp;<br />\n5. Free Consent&nbsp;<br />\n6. Mistake&nbsp;<br />\n7. Legality of Object&nbsp;<br />\n8. Discharge of Contract&nbsp;<br />\n9. Discharge by Breach&nbsp;<br />\n10. Certain Relations Resembling Those Created by Contract 556</p>\n\n<p><strong>PART II</strong><br />\n<strong>SPECIFIC CONTRACTS</strong></p>\n\n<p>11. Contract of Indemnity<br />\n12. Guarantee&nbsp;<br />\n13. Bailment&nbsp;<br />\n14. Pledge&nbsp;<br />\n15. Agency</p>\n\n<p><strong>PART III</strong><br />\n<strong>LAW OF SPECIFIC RELIEF</strong></p>\n\n<p>16. Specific Relief Act, 1963</p>\n\n<p><strong>Subject Index</strong></p>\n', '', NULL, '2', '', 1095.00, 0, 930.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-04 09:56:03'),
(936, 'R V Kelkar\'s Criminal Procedure', '', '<p>This classic work provides an interesting study of the fundamental principles of criminal procedure in a logical sequence. The topic-wise treatment of the subject along with references to academic writings and judicial decisions makes the study of criminal procedure meaningful and comprehensible.<br />\nThe author has incorporated all recent developments in the field of criminal procedure since the publication of the last edition in 2014.</p>\n', '<p>1. An illuminating overview by distinguished Prof. BB Pande.<br />\n2. The latest case laws including the cases of Sriharan (2016) and Sushila Aggarwal (2020) have been incorporated at appropriate places in the book.<br />\n3. Amendments made by Criminal Law (Amendment) Act, 2018 are included.<br />\n4. Probing the Problems has been included at the end of the book; it contains points for classroom discussion.<br />\n5. A new feature: Suggested Readings, has been added. This is a compilation of selected articles indexed on SCC OnlineTM&nbsp;from the various Law Review Journals.</p>\n\n<p>The author has also drawn attention to some ticklish aspects of the Code with a view to fostering new thinking in the light of new developments so that criminal procedure law may grow in tune with the times.</p>\n', '7th Edition 2021, Reprint 2023', 0, '9788195917969', '136', '2023', '9', '2023-07-04_15_28_40.37283911_kelkar.jpg', 0, '1064', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-04 09:59:02', '12', 0, 0, '<p><strong>Table of Cases</strong><br />\n<strong>Table of Statutes</strong><br />\n<strong>Prologue</strong><br />\n<strong>Overview by Prof. B.B. Pande</strong></p>\n\n<p>1. Object, Extent and Scope<br />\n2. Constitution of Criminal Courts<br />\n3. Police, Prosecutors, Defence Counsels, Prison Authorities<br />\n4. Pre-trial Proceedings&mdash;General Observations<br />\n5. Pre-trial Procedure: Steps to Ensure Accused&rsquo;s Presence at the Trial<br />\n6. Pre-trial Procedure: Arrest, and the Rights of the Arrested Person<br />\n7. Pre-trial Procedure: Search, Seizure and Production of Materials<br />\n8. Pre-trial Procedure: Investigation by Police<br />\n9. Local Jurisdiction of the Courts and the Police<br />\n10. Cognizance of Offences<br />\n11. Commencement of Proceedings Before Magistrates<br />\n12. Bail<br />\n13. Trial Procedures: Principal Features of Fair Trial<br />\n14. Trial Procedures: Courts and Parties<br />\n15. Trial Procedures: Charge<br />\n16. Trial Procedures: Some Common Features<br />\n17. Trial Procedures: Disposal of Criminal Cases without Full Trial<br />\n18. Trial Procedures: Preliminary Pleas to Bar Trial<br />\n19. Trial Procedures: Trial Before a Court of Session<br />\n20. Trial Procedures: Trial of Warrant Cases by Magistrates<br />\n21. Trial Procedures: Trial of Summons Cases and Summary Trial<br />\n22. Trial Procedures: Special Rules of Evidence<br />\n23. Judgment<br />\n24. Review Procedures: Appeals<br />\n25. Review Procedures: Revision<br />\n26. Transfer of Cases<br />\n27. Execution, Suspension, Remission and Commutation of Sentences<br />\n28. Preventive and Precautionary Measures<br />\n29. Proceedings for Maintenance of Wives, Children and Parents<br />\n30. Miscellaneous Provisions</p>\n\n<p><strong>Probing the Problems</strong><br />\n<strong>Suggested Readings</strong><br />\n<strong>Subject Index</strong></p>\n', '', NULL, '2', '', 1045.00, 0, 888.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-04 09:59:02'),
(937, 'Civil Procedure (CPC)', 'Limitation Act and Commercial Courts', '<p><strong><em>Civil Procedure&nbsp;</em>(CPC) by C.K. Takwani</strong>&nbsp;provides an interesting and lucid study of the fundamental principles of civil procedure in a logical sequence. This book explains complex legal concepts with clarity and coherence. It covers all aspects and dimensions of law relating to Civil Procedure and Limitation in India. The topic-wise treatment of the subject, along with references to academic writings and judicial decisions, makes the study of civil procedure more meaningful and comprehensible.</p>\n\n<p>In the present edition, the author, along with incorporating legislative developments, has painstakingly extracted rulings on the subject from both the Supreme Court and the High Courts, incorporating all the latest case law. Further, principles relating to the jurisdiction of civil courts, pleadings, appearance of parties, discovery, inspection and production of documents, issues, trial, etc., have been dealt with in much more detail. The chapter on Commercial Courts has been made more comprehensive, and a new part dealing with the Mediation Act, 2023, has been added.</p>\n\n<p>Overall, this book presents an enormous wealth of information in a compact and easily understandable form. One distinguishing feature of the book is its inclusion of case laws, references, and lucid language, which aid in understanding the complexities of Civil Procedure. Despite being written for students and junior members of the Bar, this book, prescribed in almost all universities in India, serves as a great reference tool for lawyers and judges.</p>\n', '', '10th', 0, '9789348179470', '611', '2024 R/P. 2025', '9', '20250930_162422_civil-procedure-limitation-act-1963-100x147.jpg', 2, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-04 10:00:38', '19', 0, 0, '', '', NULL, '2', '', 1095.00, 0, 908.85, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, '2023-07-04 10:00:38');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(938, 'V.D. Mahajan\'s Jurisprudence and Legal Theory', '', '<p>Justice K. Ramaswamy has described jurisprudence as &quot;the eye of the law giving an insight into the environment of which it is the expression. It relates the law to the spirit of the time and makes it richer.&quot; The study of jurisprudence started with the Romans. The Latin equivalent of &quot; jurisprudence&quot; is jurisprudential which means either &quot;knowledge of the law&quot; or &quot;skill in law&quot;. There has been a shift during the last century and jurisprudence today is envisaged in an immeasurably broader and more sweeping sense than that in which Austin understood it.<br />\nThis new edition of V.D. Mahajan&#39;s Jurisprudence dr Legal Theory has been accordingly revised, updated, and enlarged with a lot of Indian case law in order to offer the readers a broad perspective on the subject. This book is an excellent attempt to explain the legal concepts and the theories of law, including its sources, in simple and understandable language. The author has devoted separate chapters to all important topics, viz., nature &amp; scope of jurisprudence, legislation, precedent, custom, legal rights and duties, ownership and possession, persons and liability, etc, and a new chapter on Feminist Movements. An in-depth study has been made on the nature, scope, classification, and sources of law, including the concept of sovereignty and the administration of justice. An exhaustive index and suggested readings, given separately at the end of each chapter add to the utility of the book.</p>\n', '', '6th Edition 2022, Reprint 2023', 0, '9788196145415', '614', '2023', '9', '2023-08-21_18_02_38.762804990303001.jpeg', 0, '744', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-04 10:03:05', '30', 0, 0, '<p><strong>JURISPRUDENCE</strong></p>\n\n<p>1. Nature and Scope of Jurisprudence<br />\n2. The Nature of Law<br />\n3. Kinds of Law<br />\n4. Law and Morals<br />\n5. State and Sovereignty<br />\n6. Administration of Justice<br />\n7. Sources of Law<br />\n8. Legislation<br />\n9. Precedent<br />\n10. Custom<br />\n11. Legal Rights and Duties<br />\n12. Ownership and Possession<br />\n13. Persons<br />\n14. Title<br />\n15. Liability<br />\n16. Law of Property<br />\n17. Law of Obligations<br />\n18. Law of Procedure</p>\n\n<p><strong>LEGAL THEORY</strong><br />\n19. Analytical Legal Positivism<br />\n20. Pure Theory of Law<br />\n21. Historical School of Law<br />\n22. Philosophical School of Law<br />\n23. Sociological School<br />\n24. American Realism<br />\n25. The Scandinavian Realists<br />\n26. Natural Law<br />\n27. Feminist Movements &mdash; Protection and Enforcement of Women&rsquo;s Rights</p>\n', '', NULL, '2', '', 795.00, 0, 705.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 90.00, '2023-07-04 10:03:05'),
(939, 'Environmental Law', '', '', '', '7th Edition 2022, Reprint 2023', 0, '9788119114177', '416', '2023', '9', '2023-07-04_15_34_46.46541214_environmental.jpg', 0, '712', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-04 10:05:05', '54', 0, 0, '<p>Introduction<br />\n1. Ancient Indian Environmental Ethics&nbsp;<br />\n2. Pollution: Causes and Kinds<br />\n3. Need for Environmental Law: An Indian Perspective<br />\n4. The Indian Constitution and Environment Protection<br />\n5. Environmental Pollution and Control Under Other Laws<br />\n6. The Environment (Protection) Act, 1986<br />\n7. Law Relating to Hazardous Wastes Management: An Indian Profile<br />\n8. Noise Pollution, Public Health, and Protection<br />\n9. Water Pollution and the Law<br />\n10. Air (Prevention and Control of Pollution) Act, 1981<br />\n11. Forest and Conservation Laws<br />\n12. Wildlife Protection and the Law&nbsp;<br />\n13. Coastal Zone Management in India&nbsp;<br />\n14. International Environmental Law<br />\n15. Nuclear Power Plants and the Environment&nbsp;<br />\n16. A Ray of Hope</p>\n\n<p><strong>Appendices</strong><br />\n1. Some Important Pronouncements<br />\n2. National Environment Policy, 2006</p>\n\n<p><strong>Subject Index</strong></p>\n', '', NULL, '2', '', 845.00, 0, 718.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-04 10:05:05'),
(940, 'Law of Insurance', '', '<p><strong>Law of Insurance</strong>&nbsp;<strong>by Dr. Avtar Singh</strong>&nbsp;is an outstanding book that explains Insurance Law in the most coherent and logical manner. The current third edition of the book has been thoroughly revised and updated with the latest case laws and contemporary developments in various spheres of Insurance Law.</p>\n\n<p>The present book begins with a statement of the general principles affecting all forms of insurance. It then moves on to specific forms of insurance as life, fire, theft, marine, motor accident, personal accident, medical, etc. Powers and duties of a regulatory authority and the statutory framework of insurance have been discussed in detail. A separate chapter deals with the business of insurance from the perspective of consumer protection law.</p>\n\n<p>This edition thoroughly covers judicial contribution towards explanations of statutory provisions. For example, the concept of an accident and losses directly caused by it; the concept of public place for the purposes of law of insurance; whether insurance is a commercial transaction and any ambiguities have to be resolved in favour of the insured; whether an award can exceed the amount claimed, etc. Also the changes brought about by the Insurance Laws (Amendment) Act, 2015 have been discussed.</p>\n', '', '3rd Edition 2017, Reprint 2023', 0, '9788119114160', '149', '2023', '9', '2023-07-04_15_37_06.56321116_law_insurance.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-04 10:07:25', '105', 0, 0, '', '', NULL, '2', '', 745.00, 0, 665.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 80.00, '2023-07-04 10:07:25'),
(941, 'Avtar Singh\'s Law of Sale of Goods', '', '<p>The 9th Edition of&nbsp;<strong>Dr. Avtar Singh&#39;s Law of Sale of Goods</strong>&nbsp;has been revised by Dr. Deepa Paturkar. The book has been thoroughly updated with the latest statutory developments and case law that has evolved over the recent years. The chapters in the book have been re-examined, updated, and, where necessary, rewritten. An attempt has been made to present an account of the underlying fundamentals of the Law of Sale of Goods in light of the evolving case law and statutory law.</p>\n\n<p>Over the last few years, significant statutory developments have had a distinctive impact on the Law of the Sale of Goods. The concept of &quot;Goods&quot; has been introduced by the law on Goods and Services Tax. The Consumer Protection Act, of 2019, by introducing the inclusion of online sale of goods and product liability has further enlarged both scopes as well as the jurisdiction of the law in the online realm. The remedies for breach of a contract of the sale of goods need to be re-appreciated in view of the changes brought about by new laws on consumer protection.</p>\n\n<p>These new statutory developments meet the needs of the increased complexities involved in modern-day transactions of the sale of goods. All these changes in the law have been updated in the present edition.</p>\n\n<p>Discusses the Sale of Goods Act, 1930 in the light of increased complexities involved in modern-day transactions of sale of goods.</p>\n\n<p>1. Discusses the concept of Goods as introduced by the law on Goods and Services Tax.<br />\n2. Includes a chapter on the Concept of Supply of Goods introduced by GST.<br />\n3. Discusses the relevancy of the Consumer Protection Act, 1986 after the inclusion of online sale of goods and product liability.<br />\n4. Presents an account of the underlying fundamentals of the Law of Sale of Goods in light of the evolving case law and statutory law.<br />\n5. Covers the topic of breach of a contract of the sale of goods in the light of the changes brought about by new law on consumer protection.</p>\n\n<p>1. Additional learning resources through www.ebcexplorer.com:<br />\n2. Access to important case law as indicated by Case PilotTM.<br />\n3. SCC Online BlogTM&nbsp;Blog to stay up-to-date on recent happenings in the legal world.</p>\n', '', '9th Edition 2019, Reprint 2023', 0, '9788119114184', '149', '2023', '9', '2023-07-04_15_39_28.40083017_sale_of_goods.jpg', 0, '320', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-04 10:09:46', '7', 0, 0, '<p><strong>Table of Cases</strong></p>\n\n<p>1. The Sale of Goods Act, 1930<br />\n2. Formation of the Contract<br />\n3. Conditions and Warranties<br />\n4. Effects of the Contract<br />\n5. Transfer of Title<br />\n6. Performance of the Contract<br />\n7. Rights of Unpaid Seller Against the Goods<br />\n8. Suits for Breach of the Contract<br />\n9. Miscellaneous<br />\n10. Hire-Purchase Act, 1972 (Repealed)<br />\n11. Concept of &ldquo;Supply of Goods&rdquo; Introduced by the Goods and Services Tax</p>\n\n<p><strong>Subject Index</strong></p>\n', '', NULL, '2', '', 465.00, 0, 395.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-04 10:09:46'),
(942, 'V D Kulshreshtha\'s Landmarks in Indian Legal and Constitutional History', '', '<p>The new 12th edition of this classic and popular work is a comprehensive treatise on Legal and Constitutional History of India and has been thoroughly revised and updated. An analytical survey of the recent legal developments and a lucid account of the important phases in the development of legal system in India are the highlights of the book.<br />\nThe book likewise contains a thorough rundown of the relevant landmark Supreme Court judgments along with succinct subject matter.<br />\nThis revised Edition has been divided into five parts, viz., Constitutional History of India; Legislature; Executive; Judiciary; and Post-Independence Development.<br />\nFurther, the revising author has systematically arranged and rewritten many parts of this book, expanding on pre-existing topics.<br />\nEBC ExplorerTM&nbsp;(www.ebcexplorer.com)&nbsp;provides Free Online access to important cases, indicated by Case PilotTM, articles, useful links related to the topics discussed in the book, updates, a discussion forum, and a host of other learning resources.<br />\nThe book will prove to be immensely useful to law students, researches, academicians and all those who want to have a better understanding of the India legal and Constitutional history.</p>\n', '', '12th Edition 2019, Reprint 2024', 0, '9788119114139', '618', '2024', '9', '20251001_034430_kulshreshtha-landmarks-in-indian-legal-13th-edition-back-cover.jpg', 0, '800', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-04 10:32:31', '9', 0, 0, '<p><strong>Part I - Constitutional History of India</strong></p>\n\n<p>1. Judicial System in India: Ancient and Medieval Period<br />\n2. The English Constitution<br />\n3. Influence of English Law in India<br />\n4. Early Administration of Justice in Bombay, Madras and Calcutta<br />\n5. Historical Background of the Constitution</p>\n\n<p><strong>Part II - The Legislature</strong></p>\n\n<p>6. English Parliament<br />\n7. History of Legislation (1772 to 1861)<br />\n8. Legislatures of India under the Crown&nbsp;<br />\n9. Charter Act, 1833 and Codification</p>\n\n<p><strong>Part III - Executive</strong></p>\n\n<p>10. The Government under the Crown&nbsp;<br />\n11. Civil Administration&nbsp;<br />\n12. Principal Services</p>\n\n<p><strong>Part IV - Judiciary</strong></p>\n\n<p>13. Mayor&rsquo;s Courts and the Courts of Requests&nbsp;<br />\n14. Inauguration of the Adalat System in Bengal&nbsp;<br />\n15. The Regulating Act&nbsp;<br />\n16. Role of Cornwallis in Judicial Reforms<br />\n17. Progress of Judicial Reforms (1793&ndash;1833)&nbsp;<br />\n18. Establishment of the High Court&nbsp;<br />\n19. Privy Council&nbsp;<br />\n20. Federal Court of India&nbsp;<br />\n21. Supreme Court of India&nbsp;<br />\n22. Prerogative Writs in India</p>\n\n<p><strong>Part V - Post-Independence Development</strong></p>\n\n<p>23. India Since Independence&nbsp;<br />\n24. Rule of Law and Constitutional Developments&nbsp;<br />\n25. Odyssey of Justice and Gender</p>\n', '', NULL, '2', '', 845.00, 0, 701.35, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, '2023-07-04 10:32:31'),
(943, 'V.N. Shukla\'s Constitution of India', '', '<p>VN Shukla&rsquo;s Constitution of India has proven itself, over thirteen editions, to be the most authoritative and respected academic book on the Constitution of India. Its authoritative exposition of the law has established it at the foremost rank of classical legal textbooks.</p>\n\n<p>This new edition has been thoroughly revised and updated by Prof. (Dr) Mahendra Pal Singh taking into account the developments since the publication of the previous edition. The current edition includes a detailed analysis of the latest Constitutional Amendments [Constitution (102nd Amendment) Act, 2018; Constitution (103rd Amendment) Act, 2019; Constitution (104th Amendment) Act, 2019; Constitution (105th Amendment) Act, 2021] and landmark Supreme Court decisions such as Common Cause v. Union of India (right of passive euthanasia) [(2018) 5 SCC 1]; Navtej Singh Johar v. Union of India (LGBTQI+ rights) [(2018) 10 SCC 1]; Jaishri Laxmanrao Patil v. State of Maharashtra (Maratha Reservation case) [(2021) 8 SCC 1]; Rojer Mathew v. South Indian Bank Ltd., [(2020) 6 SCC 1], etc.</p>\n\n<p>This book has been an ideal study and reference companion for students and practitioners alike and is frequently cited by courts. The Supreme Court of India cited the 11th Edition in Indian Medical Association v. Union of India, [(2011) 7 SCC 179]; the 10th Edition in Rameshwar Prasad (VI) v. Union of India, [(2006) 2 SCC 1] and the 7th Edition in Umaji Keshao Meshram v. Radhikabai, [1986 Supp SCC 401] while the Constitutional Court of South Africa cited the 9th Edition in Ntandazeli Fose v. Minister of Safety and Security, [1997 SCC OnLine ZACC 6].</p>\n\n<p>This book will be immensely valuable for law students, professors, judges, practitioners, government officials, NGOs and anyone interested in learning about Indian Constitutional law.</p>\n', '', '14th Edition with Supplement 2024', 0, '9789394364998', '619', '2024', '9', '20251001_023852_v-n-shukla-s-constitution-of-india_2024_ediition_front_cover.png', 0, '1248', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-04 10:34:38', '9', 0, 0, '<p>Introduction<br />\nPreamble</p>\n\n<p>Part I &ndash; The Union and Its Territory<br />\nPart II &ndash; Citizenship<br />\nPart III &ndash; Fundamental Rights<br />\nPart IV &ndash; Directive Principles of State Policy<br />\nPart V &ndash; The Union<br />\nPart VI &ndash; The States<br />\nPart VII &ndash; The States in Part B of the First Schedule<br />\nPart VIII &ndash; The Union Territories<br />\nPart IX &ndash; The Panchayats<br />\nPart X &ndash; The Scheduled and Tribal Areas<br />\nPart XI &ndash; Relations between the Union and the States<br />\nPart XII &ndash; Finance, Property, Contracts and Suits<br />\nPart XIII &ndash; Trade, Commerce and Intercourse within the Territory Of India<br />\nPart XIV &ndash; Services under the Union and the States<br />\nPart XIV-A &ndash; Tribunals<br />\nPart XV &ndash; Elections<br />\nPart XVI &ndash; Special Provisions Relating To Certain Classes<br />\nPart XVII &ndash; Official Language<br />\nPart XVIII &ndash; Emergency Provisions<br />\nPart XIX &ndash; Miscellaneous<br />\nPart XX &ndash; Amendment of the Constitution<br />\nPart XX I &ndash; Temporary, Transitional and Special Provisions<br />\nPart XX II &ndash; Short Title, Commencement, Authoritative Text in Hindi and Repeals</p>\n\n<p>Schedules<br />\nFirst Schedule<br />\nSecond Schedule<br />\nThird Schedule<br />\nFourth Schedule<br />\nFifth Schedule<br />\nSixth Schedule<br />\nSeventh Schedule<br />\nEighth Schedule<br />\nNinth Schedule<br />\nTenth Schedule<br />\nEleventh Schedule<br />\nTwelfth Schedule</p>\n\n<p>Appendix<br />\nSubject Index</p>\n', '', NULL, '2', '', 1395.00, 0, 1157.85, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, '2023-07-04 10:34:38'),
(944, 'B.M. Gandhi\'s Hindu Law', '', '<p>The scholarly work provides comprehensive coverage and in-depth analysis of the subject, covering various aspects of both codified and uncodified law.</p>\n\n<p>The book discusses different facets of&nbsp;<strong>Hindu law, namely Hindu marriage law, child marriage, divorce, maintenance law, succession, adoption, guardianship, various key judicial pronouncements including cases on a daughter&#39;s right to coparcenary property, Hindu Undivided Family (HUF) and adoption.</strong></p>\n', '<p>1. Written in a simple and easy-to-understand language.<br />\n2. Significant amount of case law references further explain every point discussed.<br />\n3. A detailed subject index has been added for prompt and easy reference.</p>\n', '4th Edition ', 0, '9788119114061', '37', '2016 R/P 2023', '9', '2023-07-04_16_07_04.07387021_hindu_law.png', 0, '664', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-04 10:37:26', '90', 0, 0, '<table style=\"width:100.0%\">\n	<tbody>\n		<tr>\n			<td style=\"background-color:white; border-bottom:none; border-left:none; border-right:none; border-top:1px solid #cccccc\">\n			<p>Table Of Contents:</p>\n\n			<p>I. Introduction and Origin<br />\n			II. Sources and Operation<br />\n			III. Joint Family&nbsp;<br />\n			IV. Debts&nbsp;<br />\n			V. Partition and Reunion&nbsp;<br />\n			VI. Impartible Estates&nbsp;<br />\n			VII. The Rule of Damdupat&nbsp;<br />\n			VIII. Benami Transactions&nbsp;<br />\n			IX. Gifts and Wills&nbsp;<br />\n			X. Religious and Charitable Endowments&nbsp;<br />\n			XI. Stridhana&nbsp;<br />\n			XII. Woman&rsquo;s Estate&nbsp;<br />\n			XIII. Inheritance under the Mitakshara and Dayabhaga Schools before 1956<br />\n			XIV. Exclusion from Inheritance and Partition&nbsp;<br />\n			XV. Law as to Illegitimate Children&nbsp;<br />\n			XVI. Marriage&nbsp;<br />\n			XVII. Succession&nbsp;<br />\n			XVIII. Adoption&nbsp;<br />\n			XIX. Maintenance&nbsp;<br />\n			XX. Minority and Guardianship&nbsp;<br />\n			XXI. A Postscript</p>\n			</td>\n		</tr>\n	</tbody>\n</table>\n', '', NULL, '2', '', 645.00, 0, 580.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 65.00, '2023-07-04 10:37:26'),
(945, 'Judicial Process and Precedent', '', '<p>The new fourth edition of this scholarly work is more exhaustive and comprehensive in its coverage, with the latest case law. It studies the role of &#39;precedent&#39; in the Indian legal system, and how its various components mutually interact.</p>\n\n<p>Topics covered include: Stare Decisis, Ratio Decidendi, Supreme Court and Overruling of Precedent, Judicial Law-Making, Law Declared by the Supreme Court under Article 141, Judicial Process and the Right to Life, Indian courts&#39; approach to Death Sentence, etc.</p>\n', '<p>Because of the academic merit, the work has been relied upon by the Judges of the Supreme Court, including the former Chief Justice of India, Justice R.C. Lahoti, who quoted this book in his judgment.<br />\nNew chapters &quot;Judicial Process: A Prologue&quot; and &quot;Basic Structure Doctrine: Judicial Dynamics&quot; have been included.<br />\nRecent landmark rulings of the Supreme Court and High Court included.<br />\nConsidering the fact that the reader&#39;s knowledge on the subject may vary considerably, the author makes allowance and treats the subject accordingly.</p>\n', '4th Edition 2016, Reprint 2023', 0, '9788119114092', '198', '2023', '9', '2023-07-04_16_10_33.31882624_judicial.png', 0, '624', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-04 10:40:50', '30', 0, 0, '<ol>\n	<li>Judicial Process: A Prologue</li>\n	<li>Precedent : A Prognosis</li>\n	<li>&quot;Stare Decisis&quot; in the Indian Courts: Institutional Aspects</li>\n	<li>&quot;Stare Decisis&quot;: A Sociological Perspective</li>\n	<li>&quot;Ratio Decidendi&quot; and the Structure of Judgments</li>\n	<li>Supreme Court and Overruling of Precedent</li>\n	<li>Judicial Law-Making and Prospective Overruling</li>\n	<li>Basic Structure Doctrine: Judicial Dynamics</li>\n	<li>Law Declared by the Supreme Court Under Article 141</li>\n	<li>Judicial Process and the Right to Life</li>\n	<li>Death Sentence: Judicial Ambivalence</li>\n	<li>Judicial Process and Personal Liberty</li>\n</ol>\n\n<p>Epilogue: Future of the Past</p>\n', '', NULL, '2', '', 745.00, 0, 620.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 125.00, '2023-07-04 10:40:50'),
(946, 'Facets of Media Law', '', '<p>Madhavi Divan&rsquo;s Facets of Media Law has been thoroughly revised and updated in its third edition. New case laws have been added and earlier chapters have been revised and new chapters have been added. Since the previous edition, &ldquo;Internet Revolution&rdquo; has tectonically transformed communication and human engagement and the author has paid due attention to the digital media age and the legal repercussions that follow.</p>\n\n<p>Given the importance and currency of the subject, a new chapter titled &ldquo;The Internet&rdquo; has been included in this edition. Speech has never been so uncivil, so base, reckless, and uninhibited as it has been in the age of social media. The updated chapter on hate speech examines trends and developments both in India and globally.</p>\n\n<p>The chapter, &ldquo;Evolving Trends&rdquo; examines recent trends in the media. It also examines the impact of social media on the freedom of speech, and questions whether indiscriminate engagement with social media is effectively enhancing free speech or in some ways, inhibiting it. It also examines the evolution of the &ldquo;marketplace of ideas&rdquo; where citizens ought to engage with one another and agree to disagree if they must, to the deeply polarised echo chambers where we preach to the converted but turn away from &ldquo;the other.&rdquo;</p>\n\n<p>This edition has been updated with all the important case laws including K.S. Puttaswamy (Privacy-9J.) v. Union of India, (2017) 10 SCC 1; Shreya Singhal v. Union of India, (2015) 5 SCC 1: (2015) 2 SCC (Cri) 449; Anuradha Bhasin v. Union of India, (2020) 3 SCC 637 and many more.</p>\n\n<p>This is a must-have book for both students and practitioners of Media Law.</p>\n', '', '3rd', 0, '9788119114078', '623', '2023', '9', '2023-07-04_16_12_22.82818025_facets.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-04 10:42:41', '70', 0, 0, '<p><strong>Table Of Cases</strong></p>\n\n<p>1. Constitutional Foundations<br />\n2. Morality, Obscenity and Censorship<br />\n3. Contempt Of Court<br />\n4. Defamation<br />\n5. The Right To Privacy<br />\n6. Copyright<br />\n7. Cinema<br />\n8. Rights Of Publicity<br />\n9. The Right To Information<br />\n10. Advertising<br />\n11. Hate Speech<br />\n12. Privileges Of Parliament And The State Assemblies<br />\n13. Reporting Judicial Proceedings<br />\n14. Broadcasting<br />\n15. Taxation<br />\n16. The Internet<br />\n17. Evolving Trends, Media Ethics and Regulation<br />\n18. Historical Foundations</p>\n\n<p>Bibliography<br />\nSubject Index</p>\n', '', NULL, '2', '', 945.00, 0, 803.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 142.00, '2023-07-04 10:42:41'),
(947, 'V.P. Sarathi\'s Law of Transfer of Property', '', '<p><strong>VP Sarathi&#39;s Law of Transfer of Property</strong>&nbsp;is an authoritative commentary on the subject of Property Law. The sixth edition of this book has been revised by Mallika Taly. This edition has been substantially revised and edited and includes the latest case laws. Not only matters relating to transfer of property, but also additional topics, namely, Easements, Trusts and Wills, have been given their deserving fullness in this edition.</p>\n\n<p>The notable features of this book are:<br />\n&bull; Short, accessible chapters so that you can navigate through the book with ease.<br />\n&bull; Fully updated with latest legislative and case law developments.<br />\n&bull; Question bank at the end of every chapter with reference to answers.</p>\n\n<p>This edition also comes with a companion web resource EBC ExplorerTM&nbsp;(www.ebcexplorer.com) which provides FREE access to:<br />\n&bull; Important case law indicated by Case PilotTM.<br />\n&bull; Important statutes indicated by Statute PilotTM.<br />\n&bull; Discussion ForumTM&nbsp;to post comments, discuss issues and explore ideas.<br />\n&bull; SCC OnlineR&nbsp;Blog to stay updated on recent development in this area.<br />\n&bull; Useful LinksTM&nbsp;feature to get access to a compilation of free resources.</p>\n\n<p>This book will be immensely useful to students of LLB and LLM, administrators, judges, advocates, researchers and those interested in acquiring knowledge of the subject. It will definitely be a prized collection for any library.</p>\n', '', '6th Edition 2017, Reprint 2023', 0, '9788119114207', '624', '2023', '9', '2023-07-04_16_14_09.81034226_law_of_transfer.jpg', 0, '568', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-04 10:44:26', '132', 0, 0, '', '', NULL, '2', '', 675.00, 0, 675.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-04 10:44:26'),
(948, 'Supreme Court Yearly Digest 2022', '', '<p>Supreme Court Yearly Digest is a comprehensive single-point&nbsp;source for all Supreme Court case law&nbsp;which comes along with extensive cross citations of all important journals.</p>\n', '<p>Cross-citations of AIR, ITR, Company Cases, ELT, Cri LJ, AIC, LLN, FLR, SLR, etc.<br />\nAn additional feature of Notable Excerpts, List of Articles, and List of Acts of Parliament.<br />\nSuperior printing on bible paper and beautiful get-up.</p>\n', '1st', 0, '9788195917945', '206,418', '2023', '9', '2023-08-03_18_55_57.098564601_sc_yearly_digest_2022_ed_2023_iphone.png', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-04 10:46:41', '112', 1, 0, '', '', NULL, '2', '', 3950.00, 0, 3950.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-04 10:46:41'),
(949, 'Judicial Control of Administrative Action', '', '<p>&bull; Comprehensive examination of the concept and practice of Judicial Review, branch of Administrative Law.<br />\n&bull; Provides an insight into the developments in administrative law in India.<br />\n&bull; Thoroughly updated and revised edition with coherent overview of recent judicial developments.<br />\n&bull; Examines the scope, extent and limitations on exercise of power of judicial review in India and foreign jurisdictions including the US, UK and New Zealand.<br />\n&bull; Incorporates all significant judicial decisions in India and other foreign jurisdictions.<br />\n&bull; Arranged thematically, the book discusses several key aspects across 22 chapters including:<br />\n(i) Scope of powers of the Court under Articles 32 and 226<br />\n(ii) Public Interest Litigation<br />\n(iii) Judicial Activism in India<br />\n(iv) Limitations on Judicial Review</p>\n', '<p>&bull; Explains the writs available under the Indian Constitution, i.e., habeas corpus, certiorari, mandamus, prohibition and quowarranto, as well as foreign writs.<br />\n&bull; Extensive discussion on cases relating to constitutional rights are arranged neatly under sub-headings<br />\n&bull; A Standard reference for Legal practitioners, Law firms, Judges of the Supreme Court and High Courts, Members of Central Administrative Tribunal and State Administrative Tribunals, Judicial Academies, Bar Associations, Government companies, Department of Administrative Reforms and Public Grievances, Academicians and researchers, Libraries at law colleges and universities.</p>\n', '3rd', 0, '9789350357125', '388', '2016', '14', '2023-07-05_16_38_02.55092701_Judicial_control.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-05 11:08:07', '5', 0, 1, '', '', NULL, '2,1', '', 1850.00, 0, 1572.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-05 11:08:07'),
(950, 'Principles of Administrative Law', '', '<p>A leading treatise on the subject for over four decades, M P Jain &amp; S N Jain Principles of Administrative Law provides a clear enunciation of the principles of Indian administrative law. An ever-increasing contact of the individual with the administrative machinery makes this book an ideal reference for judges, advocates, government officials, academicians, students and interested citizens.</p>\n', '<p>A exhaustive commentary on administrative law and constitutional principles<br />\nThematically arranged commentary on Administrative Law, examining in detail the concept and practice of administrative law across 2 volumes and 47 chapters<br />\nTakes into account the new developments that have evolved through a number of significant judicial pronouncements, the focus of which has been to strengthen procedural and substantive safeguards vis-&agrave;-vis the administration<br />\nIncludes latest judgments delivered by the Supreme Court and various High Courts including UOI v M/S G S Chatha Rice Mills, Tamil Nadu Medical Officers Association v UOI, UOI v Agricas LLP, etc.</p>\n', '9th', 0, '9789391211615', '626', '2021', '14', '2023-07-05_16_40_42.17922602_principles_of_administrative_law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-05 11:10:46', '5', 0, 0, '', '', NULL, '1', '', 5995.00, 0, 5095.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-05 11:10:46'),
(951, 'The Advocates Act, 1961', '', '<p>Sanjiva Row&rsquo;s The Advocates Act, 1961 is a section-wise commentary tracing the development of the Advocates Act, 1961 in a lucid and comprehensive manner. Some of the key features of this book are: &bull; This section wise commentary on the Advocates Act illustrates and explains the provisions of the Act in a lucid, comprehensive and systematic manner &bull; Incorporates all legislative developments since its last edition &bull; All latest and notable cases of the Supreme Court as well as various High Courts have been incorporated &bull; Appendices covers important Acts/Rules/Regulations such as the Bar Council of India Certificate and Place of Practice (Verification) Rules 2015, the Consumer Protection (Procedure for regulation of allowing appearance of Agents or representatives or Non-Advocates or Voluntary Organisations before the Consumer Forum) Regulations 2014, the Bar Council of India Rules, the Bar Council of India Inspection Manual 2010 as well as the codes of conduct governing advocates in other parts of the world such as Canada, America and Europe &bull; The book is a standard reference for Lawyers, Judges, members of the Supreme Court Bar Association (SCBA) and various High Court Bar Associations (HCBA), Law College libraries, Libraries of National and State Judicial Academies, SCBA and HCBAs, Law Firms, Professors of Law and Students</p>\n', '', '9th', 0, '9789350356883', '721', '2016', '14', '2023-07-05_16_43_19.39294804_the_advocates_act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-05 11:13:40', '113', 1, 0, '', '', NULL, '2', '', 1295.00, 0, 1100.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-05 11:13:40'),
(952, 'Arbitrators Handbook', '', '<p>Arbitrator&rsquo;s Handbook is a collection of chapters on various aspects of arbitration practice from the perspective of an Arbitrator, written by distinguished experts in this field. The book is designed to serve as a useful tool for the modern arbitrators and equip them with answers to the most common questions, as well as engage them in further debate on global best practices. The chapters are designed to include conceptual clarity about the topic that it covers before delving deeper into the finer nuances of it. The comprehensive content of the book shall provide for not just the Arbitrator but for the counsels and other stake holders alike.</p>\n', '<p>&bull; This handbook, with its comprehensive coverage as well as international and comparative focus, is a valuable reference guide for beginners and experts alike<br />\n&bull; Provides arbitrators with necessary know-how and training on various concepts and steps involved in an arbitration, about which the information is otherwise scattered and difficult to access<br />\n&bull; Gives a complete insight to the arbitration practice followed by leading arbitrators globally, along with the contemporary developments in the field<br />\n&bull; Endeavors to communicate the common procedural language of arbitration, with the aim of augmenting the knowledge, skill, and proficiency of arbitrators<br />\n&bull; Covers a thorough analysis of the UNCITRAL Model Law on International Commercial Arbitration and the UN Convention on the Recognition and Enforcement of Foreign Arbitral Awards (the New York Convention), along with the effect given by leading arbitral jurisdictions to these international instruments<br />\n&bull; While some of the chapters may find focus on the position of law in India, there is sufficient cross-referencing from other major jurisdictions to make this book useful for readers in India as well as abroad<br />\n&bull; Among the authors are several distinguished international arbitrators, Queen&rsquo;s Counsel, as well as three sitting members of the Supreme Court of India<br />\n&bull; Readers will have the benefit of engaging with the scholarship of a diverse group of contributors who interact with the mechanism of arbitration in various capacities</p>\n', '1st', 0, '9789391211578', '628', '2022', '14', '2023-07-05_16_46_44.36396407_arbitrators-handbook.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-05 11:17:09', '4', 0, 0, '', '', NULL, '2', '', 1495.00, 0, 1270.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-05 11:17:09'),
(953, 'Law Relating to Arbitration and Conciliation', '', '<p>This book is a section wise commentary on the Arbitration and Conciliation Act, 1996, covering all aspects of Arbitration law and also includes commentary on the Arbitration and Conciliation (Amendment) Act, 2015 and 2019. The historical background on the evolution of Arbitration since the pre-British era is a unique feature of this work. Now in its eleventh edition, this title has solidified its position as a standard reference for arbitrators, judges, advocates, corporate lawyers, law firms, councils of arbitration, in-house counsels, judicial academies, ADR institutions, conciliators and mediators, court and tribunal libraries, industry chambers, government departments, and law school libraries.</p>\n', '<p>A comprehensive study on all aspects of the law of Arbitration and Conciliation<br />\nContent has thoroughly overhauled in accordance with the prevailing law<br />\nUp to date with important judicial and legislative developments<br />\nCritically analyses the 2015 and 2019 amendments to the Arbitration and Conciliation Act, 1996<br />\nContains important Supreme Court and high court judgments, such as MMTC Ltd v Vedanta Ltd, Punjab State Civil Supplies Corp Ltd vs Ramesh Kumar and Co, Delhi Airport Metro Express Pvt Ltd vs Delhi Metro Rail Corp Ltd, and Indian Oil Corp Ltd v Shree Ganesh Petroleum Rajgurunaga</p>\n', '11th', 0, '9789395116114', '629', '2022', '14', '2023-07-05_16_52_50.88380908-Law_relating.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-05 11:23:06', '4', 0, 0, '', '', NULL, '2,1', '', 4395.00, 0, 3735.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-05 11:23:06'),
(954, 'Mediation-Practice and Law (The path to Successful Dispute Resolution)', '', '<p>This book, based on the author&rsquo;s experience of over three decades, brings out the art, techniques and skills required for mediation. The content flows seamlessly from the basics to the intricacies of the art and science of mediation. Important developments in the field, such as the Singapore Convention, UN Model laws, online dispute resolution and fresh court decisions have been discussed in separate chapters.</p>\n\n<p>Other than being an essential reference and guide for mediators, judges and lawyers, this work will also benefit companies and individuals facing or contemplating litigation and is also a must-have for law and social science libraries.</p>\n', '<p>The author walks the reader through a full-length mediation with notes to illustrate different stages.<br />\nDemonstrates how mediators deal with seemingly dead-end situations, and details norms of confidentiality and ethics.<br />\nProvides invaluable insights and advice for mediators, lawyers and parties.<br />\nThe law on the subject and the precedents laid down by courts in India and abroad are exhaustively dealt with.</p>\n', '3rd', 0, '9789391211349', '631', '2021', '14', '2023-07-05_16_55_41.51871709_meditation_practice.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-05 11:26:05', '4', 0, 0, '', '', NULL, '2', '', 2395.00, 0, 2035.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-05 11:26:05'),
(955, 'Law of Arbitration & Conciliation', '', '<p>The commentary well-known for its exhaustive coverage on the Arbitration and Conciliation Act, 1996 has been developed factoring in all the key developments on the subject. The Arbitration and Conciliation (Amendment) Act, 2015 has brought in large scale changes that have brought clarity on many aspects which were previously part of judicial interpretation. Salient Features:- &bull; The Arbitration and Conciliation (Amendment) Act, 2015 has been elucidated with commentaries and case law, while the flow of the history of the law literature has been retained as it is. &bull; Topics like cause of arbitration v. cause of action, PIL principles, scope of public policy, anti-arbitration injunction, reconciling conflict positions on exclusive jurisdiction clauses and section 42, Indian position under section 11, etc. have been explained in detail. &bull; Alternative dispute resolution (ADR), which constitute the dispute resolution alternative by arbitration, have been explained, particularly for the advantage of the business community. &bull; UNCITRAL Notes, Comments and Explanations of Model Law have been presented along with the sections of the Act to which they pertain. &bull; Contains full commentary on international commercial arbitrations and enforcement of foreign awards based on international case reports.</p>\n', '', '6th', 0, '9788131252314', '633', '2017', '14', '2023-07-05_16_57_38.74666810_law_of_arbitration.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-05 11:27:57', '4', 0, 0, '', '', NULL, '2,25,1', '', 8395.00, 0, 7135.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-05 11:27:57'),
(956, 'Supreme Court on Arbitration and Contracts - An Exhaustive Topical Referencer of Supreme Court Judgments on Arbitration and Contracts', '', '<p>The Law of Arbitration and the Law of Contract are absolutely interconnected. Arbitration, as a dispute resolution mechanism, is generally adopted in cases where there exists a contract between the parties to that effect. This book titled Supreme Court on Arbitration and Contracts is a exclusive compilation of the latest case-law that has flown from the Apex Court of the country on the subject of &lsquo;Arbitration&rsquo; and &lsquo;Contracts&rsquo; respectively. In this second edition, apart from including the latest case-law, since publication of the last edition, two significant legislative amendments viz The Arbitration and Conciliation (Amendment) Act 215 and The Commercial Courts Commercial Division and Commercial Appellate Division of the High Courts Act 216 have been included to give the latest position of law. The book shall be of great help to the law students, law faculties, law libraries, law practitioners, judges, magistrates, et al.</p>\n', '', '2nd', 0, '9788131253694', '634', '2017', '14', '2023-07-06_10_30_16.60152811_supreme.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 05:00:35', '4', 0, 0, '', '', NULL, '2,1', '', 2895.00, 0, 2460.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 05:00:35'),
(957, 'Commentary on the Arbitration and Conciliation Act, (Introduction by Fali S. Nariman)', '', '<p>The Arbitration and Conciliation Act, 1996, have been updated in view of the legislative amendments. Supreme Court decision till 2017 on the Arbitration law has been included. The Arbitration and Conciliation Act, 1940 is retained for reference purpose and all related legislations are attached separately for easy reference on related rules and regulations on arbitration. The book is informative having been thoroughly researched and brought up to date. It gives section-wise commentary on the Act with exhaustive synopsis covering corresponding Law, scope and numerous topics and sub-topics based on case-laws of Supreme Court and High Courts. The book is recognized as an authoritative and definitive work and encompasses an in-depth analysis of the most recent cases in this field. This book elucidates the legal aspects on arbitration and conciliation and we have made attempts to make this edition more useful to the professionals, academicians, students and other users of this branch of law by inclusion of new materials.</p>\n', '', '8th', 0, '9788131253694', '635', '2017', '14', '2023-07-06_10_33_14.92203707_arbitrators-handbook.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 05:03:18', '4', 0, 0, '', '', NULL, '2,1', '', 2895.00, 0, 2460.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 05:03:18'),
(958, 'Banking Law and Practice in India', '', '<p>M L Tannan Banking Law and Practice in India is a comprehensive reference work discussing the operational and regulatory aspects of banking laws. The commentary in volume 1 and 2 is arranged thematically explaining key concepts and areas related to Banking law and provides an in-depth analysis on various aspects relating to functioning of banks. Volume 3 and 4 is updated with relevant statutes.</p>\n', '<p>Covers the evolution of banking laws and practices and updated with discussion on mechanism of IBC process, its challenges and achievements so far<br />\nNew chapter on cryptocurrency has been introduced on new age digital currencies more contemporary regulatory framework<br />\nAn informative chapter on the enforcement of judgments passed by UAE Courts in India under the bilateral treaty has been added<br />\nSubjects like Green Finance and ESG are incorporated and discussed<br />\nDiscusses traditional as well as new fintech related issues pertaining to the NBFC sector including housing and various aspects related to lending to the housing sector<br />\nLaw and practices related to SME and SSME as well as consumer banking has been explained in depth<br />\nUpdated with latest legal and judicial developments.</p>\n', '29th', 0, '9789391211516', '636', '2021', '14', '2023-07-06_10_35_41.10170113_banking.jpg', 0, '1605', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-06 05:06:01', '139', 1, 0, '', '', NULL, '24,25,1', '', 9250.00, 0, 7862.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 05:06:01'),
(959, 'The Negotiable Instruments Act', '', '<p>Khergamvala on The Negotiable Instruments Act has been a celebrated title ever since its first publication in 1920. The book covers provisions related to developments in the banking sectors which necessitated changes in the concepts of law relating to negotiable instruments. This book also provides an in-depth analysis of Important judicial pronouncements.</p>\n', '<p>Exhaustive section-wise commentary on provisions relating to Negotiable Instruments<br />\nProvisions explained in a manner that is lucid yet comprehensive<br />\nUpdated with the Negotiable Instruments (Amendment) Act, 2018<br />\nTopic-wise headings are provided for ease of reference<br />\nUp to date with latest case law, including the most recent decision on Section 143A of the Negotiable Instrument Act, 1881, dealing with interim compensation.</p>\n', '23rd', 0, '9789391211103', '637', '2021', '14', '2023-07-06_10_38_44.56011714_negotiable_instruments_act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-06 05:09:00', '139', 0, 0, '', '', NULL, '2', '', 1595.00, 0, 1355.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 05:09:00'),
(960, 'Banking Law & Practice in India', '', '<p>&ldquo;Widely acclaimed as a classic, Tannan&rsquo;s Banker&rsquo;s Manual (A Commentary on Banking Laws and Allied Acts) captures the history of baking law and takes us through all the substantial developments over the years&hellip;. It covers detailed coverage of the SARFAESI Act 2002 and thorough explanation in a comprehensive and lucid manner. This book is an essential reference for students, academicians, legal professionals, as well as general readers and a must read for all bankers and legal professionals practicing in banking laws.</p>\n', '<p>This thematic commentary provides comprehensive coverage of operational and regulatory aspects of banking industry.<br />\nAnalyses various aspects of the banking sector including (I) Credit policy, (II) Audit &amp; inspection, (III) Dishonor of cheques, (IV) Loans and advances, (V) Guarantee, Securities, (VI) Digitalization of banking platforms, (VII) developments in regulations relating to Non-performing asset (NPAs) Management, (VIII) introduction of e-banking services and products and practical problems pertaining to the same<br />\nIncorporates significant judicial decisions on key enactments including Banking Regulation Act 1949; Negotiable Instruments Act 1881; SARFAESI Act 22; and Debt Recovery Tribunal Act 1993.<br />\nIncludes revised forms and latest circulars and notifications issued by the RBI.<br />\nContains quick reference tables, comparative tables, illustrative figures for ease of understanding.</p>\n\n<p><strong><em>New to this edition:</em></strong><br />\n<em>&quot;</em>Incorporates relevant statutory changes in the law made post the publication of the last edition<br />\nIncludes important decisions of Supreme Court and various High courts<br />\nThe provisions and the case laws that stands no longer effective in the light of amendments and developments that have taken place have been duly removed.<br />\nContains the recent legislative scheme on Ombudsman Scheme for Digital Transactions, 2019<br />\nIncludes the excerpts on the latest committee reports like Sunil Mehta recommendations on Project Sashakt, Insolvency Law Committee report 2018, Committee report on Deepening of Digital Payments, 2019.&rdquo;</p>\n', '28th', 0, '9789391211035', '382', '2021', '14', '2023-07-06_10_41_30.62446116_banking_law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 05:11:50', '139', 0, 0, '', '', NULL, '2,1', '', 2895.00, 0, 2460.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 05:11:50'),
(961, 'S Krishnamurthy Aiyar: Law Relating to Negotiable Instruments Act ', '', '<p>M L Tannan Banking Law and Practice in India is an indispensable reference providing an in-depth study of this highly specialised branch of law. Retaining the essence of the original work, this new edition is concise in its treatment and meticulously takes into account all financial and banking sector reforms. Important aspects of banking law such as regulation of banks, bank and customer relationships, lending activities and recovery practices, corporate governance norms, digital banking, audit and inspection et al have been discussed comprehensively.</p>\n', '<p>SARFAESI Act 2002, Recovery of Debts and Bankruptcy Act, 1993, Insolvency and Bankruptcy Code, 2016, etc.<br />\nCovers recent RBI circular(s) on corporate governance in banks, such as &lsquo;fit and proper&rsquo; criteria for directors, composition of board and committees, etc<br />\nIncludes recent amendments in the Banking Regulation Act, 1949 pertaining to co-operative banks and the Consumer Protection Act, 2019<br />\nIncorporates contemporary topics like co-lending norms, electronic fraud, etc.<br />\nDiscusses the implementation of Basel-III, including framework on liquidity standards, recommendations and impact of the various committees, which have been instrumental in shaping the banking law in India.</p>\n', '14th', 0, '9789391211233', '673', '2022', '14', '2023-07-06_10_44_03.54788819_law_relating_to_gurantees.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 05:14:20', '139', 0, 0, '', '', NULL, '2,1', '', 2695.00, 0, 2290.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 05:14:20');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(962, 'Law of Dishonour of Cheques', 'Interim Compensation, Black Money & Friendly Loans', '<p>This title is a section-wise commentary that provides an exhaustive study relating to the law of Dishonour of Cheques. The work ranges from giving an overview of law relating to Negotiable Instruments to focusing on emerging issues as well as recent legislative developments that have taken place in relation to the law pertaining to dishonour of cheques.</p>\n', '<p>A critical commentary covering emerging issues as well as legislative developments<br />\nDiscusses important aspects such as interim compensation, black money and friendly loans<br />\nAlso focuses on e-cheques, e-notices, e-summons, model forms of notices and complaints<br />\nContains critical appraisal of the judgments of Indian Courts that have led to change and development in the legal position.</p>\n', '6th', 0, '9789391211158', '639', '2022', '14', '2023-07-06_10_47_43.34813518_law_of_dishonour.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 05:18:02', '139', 0, 0, '', '', NULL, '2,1', '', 2795.00, 0, 2375.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 05:18:02'),
(963, 'Law Relating to Guarantees', '', '<p>SN Gupta&rsquo;s Law Relating to Guarantees is a complete treatise in all respects. It profoundly covers not only aspects of the law relating to guarantees but also forms, procedures and banking terms and their definitions. This Ninth Edition has been duly revised and updated by reviewing all the topics. All relevant case law of the Supreme Court and different High Courts of India till 2022 have been incorporated in appropriate places of this edition. Propositions of law relating to guarantees laid down by the Courts of UK and USA have also been incorporated in relevant places of this treatise so that a comparative study relating to this branch of law is possible. Sincere attempts have been made to enrich its usefulness to the professionals, academicians, students and all other persons who are interested in this branch of jurisprudence.</p>\n', '', '9th', 0, '9789395116046', '640', '2022', '14', '2023-07-06_10_49_48.21030019_law_relating_to_gurantees.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 05:20:06', '139', 0, 0, '', '', NULL, '2,1', '', 2350.00, 0, 1997.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 05:20:06'),
(964, 'Supreme Court on Banking Law', '', '<p>S.N. Gupta held the post of Chief Editor of Mercantile Law Reporter and Commercial Law Gazette. He held an Honours in Economics and Political Science from St. Xavier`s College, Calcutta and had a Master`s in Economics &amp; Political Science from Calcutta University with Banking, Currency and Public Finance as his special subjects. He was a Law graduate from the same University. He was a legal advisor to number of Indian and Foreign Banks for more than 40 Years and worked for Chamber of Commerce &amp; Industry and also on the panel of Arbitrators for the said Chambers. His other publications are : The Banking Law in Theory &amp; Practice; Law Relating to Guarantees; Dishonour of Cheques-Liability Civil &amp; Criminal; Banks and the Consumer Protection Law; etc., which brought him fame as a reputed specialist on Banking Law.</p>\n', '', '6th', 0, '9789350356500', '640', '2016', '14', '2023-07-06_10_52_51.39205820_Supreme-Court-on-Banking.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-06 05:23:05', '139', 1, 0, '', '', NULL, '2,1', '', 1295.00, 0, 1140.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 155.00, '2023-07-06 05:23:05'),
(965, 'The Banking Law in Theory and Practice', '', '<p>This book covers historical data on banking and covers the current situations and positions in a lucid way. In addition to dealing with variety of situations which may arise between a banker and customer it deals exhaustively with all aspects of banking laws. It covers in detail the Dishonor of Cheques and Criminal Liability under the Negotiable Instruments Act, Bank Guarantees and the Law of Limitation, the Banking Law etc. as well as various statutes and important rules and regulations concerning Banking. It is bound to be a valuable addition to the professionals including Bankers, Lawyers, Chartered Accountants and Judges who are dealing with banking laws as well as students who have interest in this field.</p>\n', '', '6th', 0, '9788131253878', '640', '2017', '14', '2023-07-06_11_14_27.01672721_The-Banking-Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 05:44:44', '139', 1, 0, '', '', NULL, '25,2,1', '', 5495.00, 0, 4670.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 05:44:44'),
(966, 'Bank Frauds – Prevention and Detection, (Also includes Computer and Credit Card Crimes)', '', '<p>Bank Frauds Prevention &amp; Detection, in its IV Avatar, is a discourse on Bank Frauds: their commission, prevention, detection, investigation and handling, Bank Frauds have not only increased tremendously in recent years but have also become high tech, thanks to electronic banking. This Edition is an effort to provide defence against the scourge. It is author`s firm belief that the knowledge about the various aspects discussed can go a long way to met the challenges of the new generation of bank fraud masters.<br />\nBank Frauds Prevention &amp; Detection`s last edition, was published in 2009. Tremendous changes in banking system have taken place since. The online banking, the Internet banking, the mobile banking, with the harnessing of Computers Laptops, Smart Phones, the Credit Cards, the ATMs have overwhelmed the industry and has affected all the professionals involved. There is no book on the subject, to meet the onslaught of the new fraudster. The present work strives to meet the current and emerging needs of the involved professionals and others.<br />\nBank Frauds Prevention &amp; Detection, in the new Edition, incorporates the latest developments in the field. Eight new chapters, in about 250 pages, have been added to cover the advancing fronts in banking and in handling bank frauds. The new Edition of the book bids to assist all concerned to handle their task effectively and efficiently.<br />\nBank Frauds Prevention &amp; Detection discusses the entire gambit of bank frauds in its thirty-six chapters including the relevant law and Case Laws. Important Supreme Court cases, relevant to the contents of the chapters, have also been given as appendices to the corresponding chapters. Thus, the book is an encyclopaedic comprehensive monograph on Bank Frauds to all, pestered by the scourge.<br />\nBank Frauds Prevention &amp; Detection, in its IV Avatar, is a discourse on Bank Frauds: their commission, prevention, detection, investigation and handling, Bank Frauds have not only increased tremendously in recent years but have also become high tech, thanks to electronic banking. This Edition is an effort to provide defence against the scourge. It is author`s firm belief that the knowledge about the various aspects discussed can go a long way to met the challenges of the new generation of bank fraud masters.<br />\nBank Frauds Prevention &amp; Detection`s last edition, was published in 2009. Tremendous changes in banking system have taken place since. The online banking, the Internet banking, the mobile banking, with the harnessing of Computers Laptops, Smart Phones, the Credit Cards, the ATMs have overwhelmed the industry and has affected all the professionals involved. There is no book on the subject, to meet the onslaught of the new fraudster. The present work strives to meet the current and emerging needs of the involved professionals and others.<br />\nBank Frauds Prevention &amp; Detection, in the new Edition, incorporates the latest developments in the field. Eight new chapters, in about 250 pages, have been added to cover the advancing fronts in banking and in handling bank frauds. The new Edition of the book bids to assist all concerned to handle their task effectively and efficiently.<br />\nBank Frauds Prevention &amp; Detection discusses the entire gambit of bank frauds in its thirty-six chapters including the relevant law and Case Laws. Important Supreme Court cases, relevant to the contents of the chapters, have also been given as appendices to the corresponding chapters. Thus, the book is an encyclopaedic comprehensive monograph on Bank Frauds to all, pestered by the scourge.</p>\n', '', '4th', 0, '9789351438816', '641', '2016', '14', '2023-07-06_11_17_05.77807922_bank_frauds.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 05:48:03', '139', 1, 0, '', '', NULL, '2', '', 1595.00, 0, 1355.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 05:48:03'),
(967, 'Mulla\'s The Registration Act', '', '<p>The Book aims at giving a detailed and conceptual perspective about the laws relating to Registration. This title has been serving legal fraternity for more than eight decades providing a comprehensive view on both central and state registration laws. Different states introduce important amendments in several sections of the Registration from time to time which makes it necessary to introduce new edition each time. It will be a reference hand book for Inhouse counsels, legal practitioners, judicial officers, institutional libraries, students, academicians.</p>\n', '<p>A comprehensive study on the aspects of Registration laws.<br />\nIncludes all the legislative developments that has taken place in this field of law<br />\nAll-important judicial pronouncements have been incorporated.<br />\nAdopts a lucid and analytical approach.</p>\n\n<p><strong>New to this edition</strong><br />\nLegislative developments that has taken place post the publication of last edition has been incorporated.<br />\nLandmark Supreme Court and High Court judgments that have been pronounced post the publication of the last edition has been duly incorporated.<br />\nThe redundant content has been removed.</p>\n', '14th', 0, '9788194471554', '215', '2020', '14', '2023-07-06_11_22_29.36426423_the_registration_act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 05:53:30', '19', 0, 0, '', '', NULL, '1,2', '', 2495.00, 0, 1996.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-24 16:57:21'),
(968, 'Civil Court Practice & Procedure Manual', '', '<p>Sarkar Civil Court Practice &amp; Procedure Manual is a handy and reliable commentary on various provisions of the Code of Civil Procedure, 1908. For ease of understanding, the multitude of provisions and rules in the Code have been systematically arranged and structured. This work consists of three parts: Part I traces the entire life of a suit from its institution to execution. Part II is aimed at familiarizing the readers with some other key statutes/legislations that they will encounter or may be required to refer to in their day-to-day practice of civil law. And Part III contains various forms of pleadings, petitions, deeds, etc.</p>\n', '<p>Authoritative, time-tested, handy and reliable commentary on the Code of Civil Procedure, 1908<br />\nThoroughly updated and extensively revised edition with latest case law, amendments, legislative changes, and scores of other significant changes and developments<br />\nEntire life of a suit &ndash; from institution to execution &ndash; systematically arranged, structured and explained<br />\nProvides a ready-reckoner of sorts for some key allied statutes frequently used by civil law practitioners<br />\nChapter on Arbitration &amp; Conciliation Act, 1996 has been extensively revised<br />\nContains ready reference chart on the Commercial Courts Act, 2015 with some key decisions<br />\nPresents a comprehensive overview of the Insolvency and Bankruptcy Code, 2016 with landmark judgments<br />\nOffers a short commentary on the key changes introduced in the Specific Relief Act, 1963 by the 2018 amendment.</p>\n', '14th', 0, '9789391211394', '336', '2022', '14', '2023-07-06_11_26_23.14920624_civil_court.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-06 05:56:42', '19', 0, 0, '', '', NULL, '1,2', '', 2995.00, 0, 2396.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-24 16:59:27'),
(969, 'The Code of Civil Procedure', '', '<p>This legal classic presents an authoritative, revised and fully updated account of the law relating to civil procedure in India. The object, principles and meaning of the sections and orders in the Code are explained and analyzed in the light of important judgments pronounced by the Supreme Court and various High Courts. Complex legal concepts are explained in a clear and coherent manner, whilst covering all aspects and dimensions of the law relating to Civil Procedure in India.</p>\n', '<p>A Commentary for professionals providing comprehensive theory and in depth knowledge of Civil Procedure Law.<br />\nUp to date with current legal position since the publication of the last edition.<br />\nObsolete and irrelevant case laws have been removed.<br />\nBreaks down complexities of the subject with its comprehensive and lucid approach.<br />\nCase laws ranging from 2017-18 till April/May 2021 have been duly added at relevant places.</p>\n', '20th', 0, '9789391211127', '215', '2021', '14', '2023-07-06_11_28_54.81130625_the_code_of_civil_procedure.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-06 05:59:14', '19', 1, 0, '', '', NULL, '24,25,1', '', 7995.00, 0, 7995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-06 05:59:14'),
(970, 'The Code of Civil Procedure (Abridged)', '', '<p>Mulla Code of Civil Procedure (Abridged) is a legal classic, read and cited in all courts of the country. One of the oldest and longest serving texts on the subject, this work has received the undeterred adulation of the legal fraternity ever since its first publication in 1906. The commentary is unique in its precision, carries easy readability as well as critical analysis, and has steadfastly had a profound impact on its vast readership that covers judges, lawyers, administrators, law teachers, academicians, students and research scholars. Key Features: Comprehensive yet concise in its approach, the presentation of this book is in lucid style that has served a long felt need Provides precise elucidation and analysis of the provisions of the Code of Civil Procedure A meticulous structure makes the book accessible to a wide audience, since it presents complex civil law concepts with clarity and coherence This new edition carries judicial mandate and interpretation of the newly inserted provisions as per the Commercial Courts Act Recent judgments of the Supreme Court and High Courts as well as legislative developments have been duly incorporated Key judicial pronouncements have been critically analysed for the benefit of readers</p>\n', '', '18th', 0, '9789391211318', '215', '2022', '14', '2023-07-06_11_30_28.77276926_The-Code-of-Civil.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 6, '2023-07-06 06:00:42', '19', 0, 0, '', '', NULL, '1,2', '', 4350.00, 0, 3480.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-24 17:00:39'),
(971, 'The Code of Civil Procedure', '', '<p>M P Jain The Code of Civil Procedure has garnered the reputation of an authoritative commentary on the law relating to civil procedure in India. It covers the provisions in seriatim following the sequence in the Code and explains them in a comprehensive manner. The fifth edition has been meticulously updated to include important case law and legislative amendments. In addition, redundant case law and obsolete legislation has been removed. This book is an essential reference for judges, lawyers, academicians, and will also prove useful for research scholars and students.</p>\n', '', '5th', 0, '9789388548199', '626', '2019', '14', '2023-07-06_11_32_01.60141427_The-Code-of-Civil-Procedure.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-06 06:02:17', '19', 0, 0, '', '', NULL, '2,1', '', 2595.00, 0, 2200.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 395.00, '2023-07-06 06:02:17'),
(972, 'Sarkar\'s Code of Civil Procedure', '(In Two Volumes)', '<p>Sarkar Code of Civil Procedure is the pre-eminent reference work on civil procedure in India. Since its first publication in 1937, this legal classic has been a single point of reference for lawyers and is relied on to provide insight and aid in complex areas of the Code of Civil Procedure, 1908. This new edition craftily follows the rigour of previous editions and tracks latest and contemporary developments in the subject.</p>\n', '<p>This comprehensive treatise on the Code of Civil Procedure has been widely acclaimed as a legal classic since its first publication in 1937.<br />\nPresents an authentic and authoritative account of the law relating to Civil Procedure in India.<br />\nThe object, principles and interpretation of the sections and orders in the Code are thoroughly analyzed in light of important judgments pronounced by the Supreme Court and various High Courts.<br />\nThe commentary under each section and order to has been meticulously updated to reflect the current position of the law on the subject.<br />\nContains relevant and up to date legislative as well as judicial developments.<br />\nCentral and State Amendments have been brought up to date.<br />\nSpecial attention has been devoted to the amendments under the Commercial Courts Act, 2015, costs, and enforcement of decrees and orders.</p>\n', '13th', 0, '9789391211769', '749', '2022', '14', '20250929_232601_9789391211769-397x397.jpg', 0, '3630', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 06:04:50', '19', 0, 0, '', '', NULL, '1', '', 7295.00, 0, 5836.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-24 17:09:46'),
(973, 'Law of Limitation and Prescription ', '', '<p>U N Mitra Law of Limitation and Prescription is a Century old juristic work of immense merit and scholastic learning offering comprehensive section-wise commentary on the Limitation Act, 1963. The book, in publication for over a century, has earned commendable appreciation from the Bench and the Bar alike for its lucid, analytical and critical exposition of the subject. It originated as the Tagore Law Lectures of the University of Calcutta in 1882. The Tagore Law Lectures conducted by the University of Calcutta remain unparalleled and have been the most prestigious series of lectures in the field of law and mark the highest level of legal erudition in India.</p>\n', '<p>&nbsp;</p>\n\n<ul>\n	<li>&bull; Contains the original text of the Tagore Law Lectures delivered in 1882.</li>\n	<li>&bull; Up to date with latest legislative and statutory developments</li>\n	<li>&bull; Includes relevant and latest judgments like State of UP v RK Pandey, M/s Citicorp Finance (India) Ltd v Snehasis Nanda and Indian Evangelical Lutheran Church Trust Association v Sri Balan and Company</li>\n	<li>&bull; Useful reference for judges, lawyers, scholars, academicians, etc.</li>\n</ul>\n', '17th in 2 Volumes', 0, '9789349015647', '383', '2025', '14', '20251007_143909_9789349015647-397x397.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-06 06:07:15', '19,32', 0, 0, '', '', NULL, '2,1', '', 8295.00, 0, 6801.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-06 06:07:15'),
(974, 'The Indian Stamp Act', '', '<p>K Krishnamurthy The Indian Stamp Act is an exhaustive commentary on the Central and State legislations relating to Stamp Act along with extracts from relevant allied Acts, and including Rules, Schedules, and Notifications.</p>\n', '<p>Exhaustive section-wise commentary along with latest State Amendments and substantiated with relevant case laws.<br />\nContains extensive notes, comments and case law references to assist in understanding the Central Act, various State Stamp Acts, Stamp Duties, Rules and Notifications with utmost ease.<br />\nIncludes separate Acts for Maharashtra and Gujarat (Bombay Stamp Act as amended in the above States), Karnataka and Kerala, Rules and Notifications made by these State Governments.<br />\nCompiled list of reductions and remissions about bills of exchange, promissory notes, etc. is also reproduced.</p>\n', '13th', 0, '9789391211530', '384', '2021', '14', '2023-07-06_11_39_01.43686630_the_indian_stamp.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 06:09:20', '19', 0, 0, '', '', NULL, '2,1', '', 4595.00, 0, 3905.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 06:09:20'),
(975, 'Mulla\'s The Key to Indian Practice', '(A Summary of the Code of Civil Procedure)', '<p>Widely acclaimed as a classic, Mulla The Key to Indian Practice is a lucid and succinct exposition of the important provisions of the Code of Civil Procedure. Unraveling the complexities of the Code, it presents a systematic and precise account of the conduct of civil suits in Indian courts. The present edition preserves the original scheme as conceived and adopted by Sir Dinshaw Fardunji Mulla, whilst incorporating latest developments in the subject.<br />\nThis book in an essential reference for students, academicians, legal professionals, as well as general readers.</p>\n', '<p>&bull;&nbsp; An indispensable and inimitable reference aid, providing a summary of the provisions of the Code of Civil Procedure</p>\n\n<p>&bull; Breaks down the complexities of the Code to offer a lucid exposition of the important provisions</p>\n\n<p>&bull; Adopts a systematic and readable scheme with critical analysis that stokes students&rsquo; interest to deliberate and debate</p>\n\n<p>&bull; Covers how the course of an ordinary suit is followed, from the moment the plaintiff determines to sue till the time he obtains a decree</p>\n\n<p>&bull; Elaborates in detail the critical process of execution of a decree and the possible consequences of an appeal by an affected party</p>\n\n<p>&bull; Employs an explanatory method of treatment that enables readers not only to understand, but also to see how provisions are applied in practice</p>\n\n<p>&bull; Latest and important case law like Kattukandi Edathil Krishnan v Kattukandi Edathil Valsan, Shivakumar v Sharanabasappa, Ambalal Sarabhai Enterprises Ltd v KS Infraspace LLP, Shivnarayan v Maniklal, Rahul S Shah v Jinendra Kumar Gandhi, New India Assurance Co Ltd v Hilli Multipurpose Cold Storage (P) Ltd, Asian Resurfacing of Road Agency (P) Ltd v CBI, Kirodi v Ram Parkash, Narasamma v A Krishnappa, Kantaru Rajeevaru (Right to Religion, Re-9 J) (2), Indian Young Lawyers Assn v State of Kerala, Madhavendra L Bhatnagar v Bhavna Lall etc have been duly incorporated</p>\n', '13th (Reprint)', 0, '9788119403066', '327,215', '2025', '14', '20250930_000936_9788119403066-397x397.jpg', 0, '304', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 06:11:48', '19', 0, 0, '', '', NULL, '2', '', 695.00, 0, 590.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 06:11:48'),
(976, 'Indian Stamp Act', 'An Exhaustive Section-wise Commentary with State Amendments', '<p>The Indian Stamp Act by S Krishnamurthi Aiyar is a comprehensive guide that provides detailed commentary on the Indian Stamp Act, 1899. This edition includes the latest amendments to the Central Act as well as various State Amendments. The Indian Stamp Act book is designed to offer clarity and ease of understanding through extensive notes, comments, and case law references. It serves as a valuable tool for navigating the complexities of the Indian Stamp Act and related state-specific legislation.</p>\n', '<ul>\n	<li>&bull; Revised in light of the J&amp;K Reorganisation Act and the Finance Acts of 2019, 2021 and 2023</li>\n	<li>&bull; Covers state-specific stamp duty laws, rules, and notifications, making it relevant for practitioners across different states</li>\n	<li>&bull; Incorporates latest case laws like In Re, Interplay between Arbitration Agreements under A&amp;C Act, 1996 and Stamp Act, 1899, State of Maharashtra v National Organic &nbsp;Chemical Industries Ltd, Rewa Tollway (P) Ltd v State of M P, G M Shahul Hameed v Jayanthi R Hegde, etc</li>\n	<li>&bull; Includes latest legislation like Maharashtra Stamp (Amendment) Ordinance, 2024, rules pertaining to e-payment of stamp duty by the Gujarat Legislature, determination of market value of instruments, and preparation and revision of market value guidelines by the Madhya Pradesh Legislature, etc</li>\n	<li>&bull; Essential resource for legal professionals, revenue officers, and anyone involved in the application of stamp duty laws</li>\n</ul>\n', '10th', 0, '9788197759000', '381', '2025', '14', '20250929_230331_9788197759000-397x397.jpg', 0, '1776', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-06 06:13:32', '19', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2970.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 06:13:32'),
(977, 'Code of Civil Procedure with Exhaustive Case Law', '(State and High Court Amendments Letters Patent High Court Acts and Orders)', '<p>Salient features: &bull; Refreshed Second Edition &bull; Section wise commentary for easy reference &bull; Updated legislations are diligently collated &bull; Amendment by Act No. 4 of 2016 incorporated &bull; State and High Courts Amendments along with Letter Patents duly covered &bull; Recent decisions of Supreme Court and High Courts including cases from 2017 included &bull; Case laws prefixed with headnotes for easy consideration &bull; Concepts of the Code including principles eloquently explained with recent case laws.</p>\n', '', '2nd', 0, '9788131251515', '642', '2017', '14', '2023-07-06_11_45_04.15932933_Code_of_Civil_Procedure.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-06 06:15:18', '19', 1, 0, '', '', NULL, '2', '', 1950.00, 0, 1680.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 270.00, '2023-07-06 06:15:18'),
(978, 'Law on Civil Appeals', '', '<p>The law of civil procedure is a vital bridge connecting two disparate wards. The substantive law that defines the rights and liabilities of Judiciary, on the one hand and the day-to-day of judicial officers and law officials who administer the law, on the other, that is the rules of procedures. The first and most important benefit of this work is its capacity to promote consistency and predictability in judicial decision-making. These attributes are the very hallmarks of the rule of law and they are no less important in the realm of procedural law than in the realm of substantive law. Judges should aim to apply principles of civil procedures with reasonable consistency and the task is made much easier if legal practitioners have a fuller understanding of the background of each rule and its application. This book has the merit of being specifically tailored to the unique features of the law and courts. It places this book in a class of its own. It is rare enough to find a legal publication like the present one having potentiality to focus on laws. This book has two purposes, first, to serve as a text of law and second, to provide a reference manual. Every page of this book is crammed full of useful laws and tips which may benefit not only the lawyers but the judges as well. All latest important case law have been included in this edition of book with full discussion which could make easy the complex questions of law including the theory of &lsquo;substantial question of law&rsquo;. Easy handling and convenient portability along with exhaustive studies on legal topics is considered an important aspect in this book. This book may be much beneficial for the legal activists including the judges and the lawyers.</p>\n', '', '2nd', 0, '9788131253830', '642', '2017', '14', '2023-07-06_11_46_37.26329434_Law-on-Civil-Appeals.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-06 06:17:01', '19', 1, 0, '', '', NULL, '2', '', 895.00, 0, 770.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 125.00, '2023-07-06 06:17:01'),
(979, 'Law of Execution Proceedings', '', '<p>This book has two purposes first, to serve as a text of law and second, to provide a reference manuals and it is certainly a significant achievement by the author for the fuller advantages to all the legal activists, the credit going to the legal luminaries all around and near him who always played role of guides and inspirations.</p>\n', '', '1st', 0, '9789351439400', '642', '2016', '14', '2023-07-06_11_57_41.70733535_law_of_execution.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-06 06:27:56', '19', 1, 0, '', '', NULL, '2', '', 1095.00, 0, 1095.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-06 06:27:56'),
(980, 'Commentary on The Limitation Act', '', '<p>This book is a comprehensive section-wise commentary on The Limitation Act, 1963. It is a well-established and reputed treatise on the subject which critically analyses the provisions of the Act with precision and coherence. While retaining the sanctity and distinctive qualities of the original work, this new edition copiously explains the principle stated in every section and article. Landmark Supreme Court judgments and significant rulings of the High Courts have been incorporated at appropriate places with relevant details clearly and lucidly.</p>\n\n<p>This treatise is undoubtedly a ready reckoner for the Bar and the Bench, as the provisions of the Limitation Act have been set out and explained in a lucid, comprehensive, and systematic manner.</p>\n', '<ul>\n	<li>Explains the provisions of the Act with clarity and analytical precision</li>\n	<li>The commentary encompasses the extent of the application of the provisions of Limitation Act and the juridical principles reaffirmed and evolved in recent times</li>\n	<li>Analyses recent developments and contentious issues as to the extent of applicability of the Limitation Act to the arbitral proceedings, proceedings under the Insolvency and Bankruptcy Code, the effect of acknowledgement of debt in balance sheet and so forth</li>\n	<li>Includes landmark judgments of the Supreme Court of India and High Courts</li>\n	<li>Essential reference for judges, lawyers, judicial officers, administrators, academicians, research scholars, and students</li>\n</ul>\n', '13th', 0, '9788119403295', '643', '2024', '14', '20251024_171453_9788119403295-397x397.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 06:31:34', '19', 0, 0, '', '', NULL, '1,2', '', 3695.00, 0, 2956.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-24 17:16:33'),
(981, 'Sanjiva Row\'s The Code of Civil Procedure', '', '<p>The book at hand for review and updation, is a popular commentary on the subject of Civil Procedure. The fact that the sixth edition of this commentary is being released reflects the utility of this book for the Bench and Bar and whosoever is concerned with the field. More recently, some significant amendments have been incorporated in the Code of Civil Procedure, 1908 by the Act 4 of 2016, namely, the Commercial Courts, Commercial Division and Commercial Appellate Division of High Courts Act, 2015. In the present sixth edition, all amendments made under this Act have been incorporated very carefully. During the revision of the commentary, several unnecessary materials have been taken out and the Court&rsquo;s decisions which have now lost their utility have also been deleted.</p>\n', '', '6th', 0, '9789350359594', '644', '2016', '14', '2023-07-06_12_02_48.16651237_The_code_of_civil_procedure.png', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 06:33:08', '19', 1, 0, '', '', NULL, '1', '', 4995.00, 0, 4245.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 06:33:08'),
(982, 'Civil Trials Practice and Procedure', '', '<p>Civil Trials &ndash; Practice and Procedure explains the principles of civil jurisprudence with practical approach towards the subject. Each chapter explains the rule and order in detail and substantiate them with the help of leading judgements.</p>\n\n<p><strong>New to this edition</strong><br />\nThe present edition has been extensively revised to include judicial developments and amendments after publishing of previous edition.<br />\nUpdated with significant judgment of various High Courts and Supreme Court touching the subject.<br />\nRedundant content is deleted to maintain relevance to the topic.</p>\n', '<p>Explains the concepts with the help of judicial pronouncements.<br />\nUp to date with current legal position after the publishing of previous edition.<br />\nAdopts analytical approach towards the subject.</p>\n', '2nd', 0, '9788194471547', '645', '2020', '14', '2023-07-06_12_06_59.21544638_civil_trials_practice_and_procedure.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 06:37:17', '19', 1, 0, '', '', NULL, '2', '', 750.00, 0, 637.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 06:37:17'),
(983, 'Law of Affidavits', '', '<p>This book puts forward the view that a sound and satisfying foundation for a general and fully National Indian Law of Affidavits lies in our unalterable commitment to Vedas, Upanishads. Puranas and Smritis which speak in solemn organic harmony. The succeeding chapters contain detailed discussion concerning affidavits in general and in the context of various enactments and legal proceeding. Affidavits find a place not only in the Code of Civil Procedure, but in other statutes as well. Still the basic and fundamental principles are based on the overview of the CPC and gain relevance and significance from these. The book is useful to the judges, lawyers, administrators and would also help laymen understand the law of affidavit better.</p>\n', '<ul>\n	<li>&bull; Meaning, contents and types of affidavits have been explained, and concepts relating to affidavits and some important documents have also been covered</li>\n	<li>&bull; The importance, use and requirement of Affidavits under different statutes viz. the Code of the Civil Procedure, 1908, the Code of Criminal Procedure, 1973, the Contempt of Courts Act, 1971, and the Recovery of Debts and Bankruptcy Act 1993 has been explained</li>\n	<li>&bull; Provides an insight into importance and relevance of affidavits and their use in litigation</li>\n	<li>&bull; Position of affidavits in other allied laws and in election petitions has been elaborated</li>\n	<li>Model Affidavit Formats pertaining to civil matters, criminal matters, tribunals, different authorities etc. have been provided</li>\n	<li>Some new Model Forms of affidavits pertaining to Applications/Petitions made to Presiding Officers and Recovery Officers of Debts Recovery Tribunals and in Insolvency matters before the NCLTs have also been added</li>\n</ul>\n', '6th', 0, '9788119403189', '646', '2023', '14', '20250930_003031_INK8119403189-397x397.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 06:38:50', '19', 0, 0, '', '', NULL, '2', '', 1495.00, 0, 1270.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 06:38:50'),
(984, 'Limited Government and Judicial Review', '(Tagore Law Lectures)', '', '<p>This book is a compilation of classic scholarly essays and contemporary essays on &ldquo;Limited Government and Judicial Review&rdquo;.<br />\nReproduces the prestigious Tagore Law Lectures delivered in 1968-69 by late Dr DD Basu on the subject of &ldquo;Limited Government and Judicial Review&rdquo;.<br />\nAlso provides fresh essays, covering the development of law up to date, as well as analyzing and elaborating on Dr Basu&rsquo;s original views.<br />\nIncludes essays on the roles of the government, judiciary and the constitution and is meant for Senior Advocates, Judges, Lawmakers, as well as any legal academician.<br />\nThe major theme of this compilation of work is - How in a constitutional form of government judicial review helps in ensuring the concept of Limited Government.<br />\n9 brilliant lectures have been compiled to discuss the crucial issues related to &lsquo;constitutionalism&rsquo;, giving a rich understanding of the historical, philosophical, moral, and political dimensions of the mechanism of control of power.<br />\nCritical study of the Indian case laws, done in the light of comparative experiences, will prove to be of great value to the reader.<br />\nWritten with great respect and love for the Constitution, this book aims to broad-base the support to the supreme law in the very bosom of society.<br />\nThis new compilation surveys the constitutional developments since the first publication of the original lectures of Dr D D Basu, and links the valuable experience with the original version of the Lectures.<br />\nThe contribution of judicial review on issues relating to limits of amending power, effect of unconstitutionality, doctrines of constitutional interpretations, due process of law and expropriation of property, has been discussed in the supplementary essays by Professor Ishwara Bhatt, keeping in mind the lines of reasoning which the original author had sketched.<br />\nThis book attempts at intelligent trend analysis to provide a new insight about the direction of future development and transcends to addressing the questions of control of power, and looks to the ubiquitous spread of power in modern society and also the imbalances that need to be handled with difference, by harnessing for transformative aims.</p>\n', '1st', 0, '9789351436065', '389', '2016', '14', '2023-07-06_14_19_04.99624981_limited_government_and_judicial_review.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 08:49:19', '9', 0, 0, '', '', NULL, '2', '', 1495.00, 0, 1270.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 08:49:19'),
(985, 'Indian Constitutional Law', '', '<p>In its 60th year of publication, M P Jain&rsquo;s magnum opus on the Constitution of India has travelled hand-in-hand with the development of constitutional jurisprudence in our country. It has served and has been serving generations of judges, lawyers, scholars, students, and laypersons, too. Its spread across ages and strata of people bears true testimony to its utility as a dependable commentary on a complex instrument.<br />\nApart from a thorough updation of case law, this new edition remains faithful to the original approach of the author by setting out the principles underlying these decisions wherever possible. This edition also comes with several critiques on various topics like the immunity of personal laws from Article 13, exclusion of decrees of civil courts from the certiorari jurisdiction of the constitutional courts, sovereign immunity, essential religious practices etc. The book also takes note of the rich stream of contemporary jurisprudence areas of disability rights, intersectionality, and indirect discrimination, as well as evolving constitutional principles like transformative constitutionalism and constitutional morality.</p>\n', '<p>&bull; Thoroughly revised and updated incorporating the latest constitutional amendments and comments on all leading decisions on the subject right up to the EWS reservation case<br />\n&bull; Owing to the large volume of case law coupled with the 102nd,103rd, 104th&nbsp; and 105th Constitution (Amendment) Acts, substantial re-arrangements, major additions, and reformulations have been made to this edition<br />\n&bull; Provides crucial documents, including the British constitutional documents starting from the Government of India Act, 1800, tracing the historical development of the Indian Constitution<br />\n&bull; The chapters on the Union and State Judiciary have been thoroughly revised and, to a large extent, re-written in view of the developments over the last decade<br />\n&bull; A new chapter on Tribunals has been incorporated in the light of the seminal developments in that area over the past 10-15 years&nbsp;<br />\n&bull; The chapter on financial relations has been thoroughly revised and updated on account of the introduction of the Goods and Services Tax</p>\n', '8th', 0, '9789395116237', '626', '2022', '14', '2023-07-06_14_22_50.02257187_Indian-Constitutional-Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 08:52:52', '9', 0, 0, '', '', NULL, '2,24,25,1', '', 6495.00, 0, 5520.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 08:52:52'),
(986, 'Shorter Constitution of India', 'in 2 Volumes', '<p>Great Author, Shri Durga Das Basu has left a legacy of Constitutionalism in India and his work, &ldquo;Shorter Constitution of India&rdquo; in two volumes is a quintessential commentary on the Constitution of India, which finds its presence, without exaggeration, in almost every lawyers&rsquo; and judges&rsquo; office, as also in libraries. It is a classic text thoroughly revised and comprehensively updated with leading case law on the subject, both by the Supreme Court and various High Courts. This new edition will greatly assist all those who are connected with the practice, study and application of Constitutional Law, in keeping themselves abreast with the judicial precedents as well as in refreshing their legal acumen with principles and concepts of Constitutional law.</p>\n', '<p>A peerless and admired reference work on the Constitution of India.<br />\nQuoted as a reference in numerous Supreme Court judgments, as well as, over 100 High Court judgments dating back to 1958.<br />\nBreaks down the complexities of the lengthiest constitution in the world with its comprehensive yet lucid approach.<br />\nContains critical analysis of important judgments and recent legislative developments.<br />\nAn essential aid for judges, lawyers, professionals, research scholars, academicians, policymakers, governance authorities, students, and all those interested in understanding Constitutional law in India.</p>\n', '16th (Reprint)', 0, '9788131265284', '389', '2025', '14', '2023-07-06_14_26_10.82669188_shorter_constitutional_law.jpg', 0, '3086', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 08:56:28', '9', 0, 0, '', '', NULL, '2,25,1,24', '', 7295.00, 0, 6200.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 08:56:28'),
(987, 'Writ Remedies', 'Remediable Rights under public Law ( Including High Court Rules and Guidelines for Drafting Writ Petitions)', '<p>This classic work on writ remedies is arranged thematically for ease of reference. It contains dedicated chapters on each of the writs available under the Constitution of India, viz, Habeas Corpus, Mandamus, Quo Warranto, Certiorari and Prohibition.&nbsp;</p>\n\n<p>The book consists two parts. Part I of the work comprises 19 Chapters which includes a general introduction explaining concepts like judicial control and administrative action. The other chapters deal with the scope of Articles 32 and 226 of the Constitution; against whom Writ lies; Locus Standi; alternative remedy; delay, acquiescence and estoppel; suppression of material facts; Public Law and Private Law; Mandamus; Certiorari; Prohibition; Quo-Warranto; Habeas Corpus; grounds of judicial review; intensity of judicial review; judicial review of cases; Judicial Activism; Public Interest Litigation and the rights we have. Part-II consists of Guidelines for drafting Writ Petitions- Check List and Model Petitions.</p>\n', '<p>&bull; Provides clarity on complex legal issues relating to judicial review, writ jurisdiction, judicial activism and public interest litigation&gt;<br />\n&nbsp;&bull; Covers the position of law in India and other foreign jurisdictions, including UK and USA.<br />\n&bull;Includes important decisions of the Supreme Court of India.<br />\n&bull;Invaluable reference work for constitutional lawyers, judges, judicial academies, professors and students of constitutional law</p>\n', '8th', 0, '9789391211257', '625', '2023', '14', '2023-07-06_14_28_36.199416116_writ_remedies.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 08:58:52', '9', 0, 0, '', '', NULL, '2,24,1', '', 3695.00, 0, 3140.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 08:58:52'),
(988, 'Introduction to the Constitution of India', '', '<p>D D Basu Introduction to the Constitution of India is a pioneer work, catering to the needs of anyone who wants to study the origin and development of the Constitution of India. This title serves as an introductory study on the Constitution for general readers, politicians, journalists, statesmen and administrative authorities. It also meets the requirements of the LL.B., LL.M., B.A. and M.A. (Political Science) courses, as well as competitive examinations held by the Union and State Public Service Commissions. This edition is up to date with legislative changes up to the 103rd Constitutional Amendment Act, 2019, and notable judgements of the Supreme Court and High Courts.</p>\n', '<p>Offers a systematic exposition of the constitutional document, arranged under logical chapters and headings.<br />\nServes as an introductory study on the Constitution for general readers, politicians, journalists, statesmen, administrative authorities, students, and Public Service Commission and other competitive examination aspirants.<br />\nTraces the constitutional history of India since the Government of India Act, 1858, analyses the provisions of the present Constitution and explains the interrelation between its diverse contents.<br />\nGives an account of the working of each of the provisions of the Constitution during its first decade, with reference to statutes and decisions wherever necessary, together with a critical estimate of its trends.<br />\nAnalytical table of contents, marginal notes, index, and reference tables further aid understanding.<br />\nContains all legislative changes and recent amendments to the Constitution up to the 103rd Constitutional Amendment Act, 2019.<br />\nIncludes notable judgements of the Supreme Court and High Courts.</p>\n', '26th', 0, '9789391211783', '389', '2022', '14', '2023-07-06_14_30_54.372424118_introduction_to_the_constitution_of_india.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-06 09:01:14', '9', 0, 0, '', '', NULL, '2', '', 595.00, 0, 520.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 75.00, '2023-07-06 09:01:14'),
(989, 'Outlines of Indian Legal and Constitutional History ', '', '<p>Outlines of Indian Legal &amp; Constitutional History is a classic text authored by Professor MP Jain, one of the founders of the modern Indian legal education and research. For many years, Professor M P Jain&rsquo;s books and other writings on Indian legal history have been prescribed texts for students of law. The present (eighth) edition of this book has been written in narrative form and in an accessible style. Indian legal history stretches back at least 5000 years from what has thus far been studied, comprising the Hindu and the Muslim periods, and then the British, each of these early periods having had a distinctive legal system of its own. However, many of the legal institutions in the present day have originated and evolved during the British period, starting in the year 1600 and reformed in modern days. This book contains a concise, coordinated, integrated and coherent account of the important phases of the development and reforms of legal institutions in India&bull; A concise yet comprehensive account of Indian legal history Key Features: Contains various chapters on modern judicial system, from Privy Council to Supreme Court, high courts, development of law, personal laws, codification, law reform, law reporting and legal profession, legal education, development of constitutional law, criminal law, development of civil law, etc. with reference to case law and exhaustive commentary Present edition has been thoroughly updated and revised with contemporary developments, recent amendments, and important case law Essential reference aid for law students, researchers, academicians, judges, advocates, and people preparing for competitive examinations.</p>\n', '', '8th', 0, '9789391211790', '626', '2022', '14', '2023-07-06_14_33_13.539728122_Outlines-of-Indian-Legal-and-Constitutional-History.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 09:03:34', '9', 0, 0, '', '', NULL, '2', '', 950.00, 0, 807.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 09:03:34');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(990, 'Constitutions of the World', '', '<p>M V Pylee&rsquo;s Constitutions of the World is a unique compilation of the Constitution of selected countries of the world. Complete and updated in all respect, in this refreshed fifth edition, every care has been taken to incorporate all the amendments in the Constitutions of countries taken place since the publication of the last edition in 2012. All efforts have been made to keep the readers aware and updated with all the latest amendments in the Constitutions of the world. This book, in the present format, shall be useful as a comprehensive guide for research purpose. This compilation shall also be of great help for framing of new Constitutions for nations as well for re-modelling the existing Constitutions. The book shall undoubtedly render immense assistance to the Bench, Bar, Academicians, Researchers, Students, Libraries, Governments and intellectuals who are interested in field of jurisprudence of comparative Constitutions.</p>\n', '', '5th', 0, '9788131252376', '647', '2017', '14', '2023-07-06_14_36_04.474543140_constitutions_of_the_world.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-06 09:06:22', '9', 0, 0, '', '', NULL, '2,1', '', 3995.00, 0, 3390.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 605.00, '2023-07-06 09:06:22'),
(991, 'Outlines of Indian Legal and Constitutional History', '', '<p>This book contains chapters on The East India Company and its Early Settlements, Establishment of Crown&#39;s Court in India the Mayor&#39;s Court, Beginning of Adalat System: Warren Hastings, Supreme Courts at Calcutta, Madras and Bombay, Adalat System Under Lord Cornwallis etc.</p>\n', '', '8th', 0, '9788175345584', '648', '2006', '14', '2023-07-06_14_37_44.661073143_Outlines_of_Indian_Legal_and_Constitutional_History.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-06 09:08:00', '9', 1, 0, '', '', NULL, '2', '', 425.00, 0, 425.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-06 09:08:00'),
(992, 'The Law of Consumer Protection', '', '<p>This Publication provides section by section guidance on the consumer protection act and attempts to bridge the gap between the existing legal infrastructure and the implementation and application by its intended beneficiaries (the consumers).</p>\n', '', '4th', 0, '9789395116138', '387', '2023', '14', '2023-07-06_14_40_04.685606147_The_Law_of_Consumer_Protection.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 09:10:35', '87', 0, 0, '', '', NULL, '1', '', 5295.00, 0, 4500.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 09:10:35'),
(993, 'Commentary on the Consumer Protection Act', '', '<p>The Consumer Protection Act, 2019 repealed the Consumer Protection Act, 1986, to provide for timely and effective administration and settlement of consumers&rsquo; disputes. While retaining certain old provisions, the New Act has some new provisions like e-commerce, establishment of Central Consumer Protection Authority (CCPA), strict norms for misleading advertisement, strict norms for product liability, alternate dispute resolution through mediation, to further safeguard consumer rights and create exhaustive consumer protection law. In this new edition, an earnest attempt has been made by the authors to undertake extensive research on various provisions of the enactment and its effectiveness in dealing with cyber crimes.</p>\n', '<p>A standard and reliable commentary on the consumer protect law.<br />\nExamines in detail the new Consumer Protection Act 2019 that has repealed the Consumer Protection Act, 1986.<br />\nIncorporates notable decisions of the Supreme Court and High Courts.<br />\nThe various provisions of the Act have been thoroughly examined and the structure of the legislation has been set out with analytical success.<br />\nThe fora of regulations of disputes and the formalities necessary for invoking the jurisdiction of the tribunals have also been covered</p>\n', '7th', 0, '9789391211691', '115', '2995', '14', '2023-07-06_14_42_26.534807149_The-Consumer-Protection-Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-06 09:12:48', '119', 1, 0, '', '', NULL, '1', '', 2995.00, 0, 2995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-06 09:12:48'),
(994, 'Commentary on the Consumer Protection Act', '', '<p>Commentary on the Consumer Protection Act is the most comprehensive and reliable book on the subject. It is a complete code on the subject which explains every provision of the Act with pertinent comments and observations.</p>\n\n<p>The book is aimed at easy comprehension and interpretation of the enactment. An earnest attempt has been made by the authors to bring out this commentary in lucid language, based on their extensive research and deep study of the law, with a view to clear all the doubts regarding the Act.</p>\n', '<ul>\n	<li>&bull; Provisions of the Act have been thoroughly examined and structure of the legislation has been set out with analytical success</li>\n	<li>&bull; Includes important judicial developments and recent legislative changes introduced by the Mediation Act, 2023</li>\n	<li>&bull; Appendices comprise United Nations Guidelines for Consumer Protection, important Rules, Regulations, Acts including The Digital Personal Data Protection Act, 2023</li>\n	<li>&bull; Incorporates List of Appropriate Laboratories, details of The National Consumer Disputes Redressal Commission, Addresses of the District Consumer Forums, Names and Addresses of Voluntary Consumer Organisations</li>\n</ul>\n', '8th', 0, '9789395116770', '115', '2024', '14', '20251003_104549_9789395116770-397x397.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-06 09:12:49', '87', 0, 0, '', '', NULL, '1', '', 3795.00, 0, 3111.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-06 09:12:49'),
(995, 'The Law of Contempt-Contempt of Courts and Legislatures', '', '<p>Ever since its first publication in 1992, this work has been widely appreciated and acknowledged as the most authoritative text on the law of contempt. In addition to the courts, this work also examines contempt of legislatures and tribunals. The presentation is in four parts: Part 1 deals with the constitutional provisions. Part 2 contains the commentaries on the Contempt of Courts Act, 1971. Part 3 is a brief overview of the contempt powers of the Tribunals. Lastly, Part 4 traces the elements of contempt jurisdiction of the legislatures.</p>\n\n<p>&nbsp;</p>\n', '<p>Explains principles underlying the statutory provisions as judicially explained in leading cases as well as the application of those principles in other illustrative cases.<br />\nDiscusses the legislative history and genesis of the Contempt of Courts Act, 1971.<br />\nExplains the vital role of judiciary and how the subject is important in achieving fair administration of justice.<br />\nApart from the courts, contempt of legislatures and tribunals has also been examined.<br />\nIncorporates case law not only from India but also from other relevant jurisdictions and analyses it with discernment and insight.<br />\nHighlights the importance as to how the law arms the legislatures to enforce discipline and ensure un-interfered progress of proceedings.<br />\nIncludes latest judgments delivered by the Supreme Court and High Courts including Rakesh Tiwari v Alok Pandey, National Lawyers&rsquo; Campaign for Judicial Transparency and Reforms v Union of India, Yashwant Sinha v CBI.</p>\n', '6th', 0, '9789391211592', '294', '2021', '14', '2023-07-06_14_45_42.571840155_The_Law_of_Contempt-Contempt_of_Courts_and_Legislatures.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-06 09:15:58', '120', 1, 0, '', '', NULL, '1', '', 2995.00, 0, 2995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-06 09:15:58'),
(996, 'Emden’s Building Contracts and Practice', '', '<p>This book is an Indian adaptation of Emden&rsquo;s Building Contracts and Practice, a renowned treatise on building law, which was first published in the year 1882. It captures the changes in the legal framework of building contracts law over the last three decades in the UK and in India. This edition covers topics relevant to India such as Tenders, Interpretation of Engineering Clauses, Blacklisting and its consequences, Bank Guarantees, Liquidated Damages etc. Apart from this, the book has an exhaustive case law coverage from common law countries such as the US, UK, Australia and South Africa. Encyclopedic in its scope and authoritative in its commentary and analysis, this book considers all key standard construction contracts.</p>\n', '', '9th', 0, '9789351432449', '425', '2014', '14', '20250724_092439_building_contracts_and_practice.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-06 10:00:52', '10', 0, 0, '', '', NULL, '1', '', 4495.00, 0, 3800.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 695.00, '2023-07-06 10:00:52'),
(997, 'Specific Relief Act', '', '<p>Sarkar Specific Relief Act, a legal classic, is a section-wise commentary on the Specific Relief Act. The fact that this book has entered into its 18th edition speaks volumes about the undisputed quality and standard of this work and its undiminished appeal which has only grown with the passage of time. The book provides a brilliant exposition of the subject; examining the law relating to specific relief in India as well as treatment on specific performance, declaratory suits and possession of property. English law has been referred wherever relevant and a comparative analysis with foreign jurisdictions has also been captured. The present edition has been meticulously revised and updated in light of important decisions of the Supreme Court and High Courts reported since publication of the last edition as well as the legislative developments such as the Specific Relief Amendment Act, 2018.</p>\n', '<p>Content has been thoroughly revised and updated.<br />\nIncludes important decisions of the Supreme Court and High Courts.<br />\nKey legislative developments such as the Specific Relief Amendment Act, 2018 have been duly incorporated.<br />\nEnglish law has been referred wherever relevant and select judgments from foreign jurisdictions have also been captured.<br />\nProvides a comparative view of the law prevalent in India viz a viz other jurisdictions.<br />\nComprehensive treatment on specific performance, declaratory suits and possession of property.<br />\nDetailed analysis on provisions relating to specific performance of contract; rectification of instruments; rescission of contracts; cancellation of instruments; declaratory decrees; and injunctions.</p>\n', '19th', 0, '9789395116855', '743', '2024', '14', '2023-07-06_15_32_54.856015160_Specific-Relief-Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 10:03:14', '10', 1, 0, '', '', NULL, '1', '', 2995.00, 0, 2545.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 10:03:14'),
(998, 'The Indian Contract Act, 1872', '', '<p>Pollock &amp; Mulla Indian Contract Act stands as a classical treatise on contract law, providing clarity and coherence on what is an increasingly complex subject. The book lays out the Indian Contract Act supplemented by detailed section wise commentary along with suitable case law and citations. Anyone involved with the law of contract can turn to this book secure in the knowledge that it covers all the key areas of law by way of a detailed and in-depth analysis. It is an essential first point of reference for judges, legal practitioners, academicians and students.</p>\n', '<p>Critical commentary covering emerging issues as well as legislative developments.<br />\nFocuses on both legislative and judicial developments.<br />\nContains critical appraisal of judgments of the Supreme Court and High Courts.<br />\nCovers decisions of highest courts from common law jurisdictions, viz. United Kingdom, Australia, Canada, Singapore, Malaysia, of the past decade.<br />\nThis edition takes into account the changes to the rights of guarantors under the Insolvency and Bankruptcy Code, 2015.<br />\nThe authors have attempted to revisit and streamline judgments while retaining the original essence of the work.</p>\n', '16th', 0, '9789391211370', '391', '2021', '14', '2023-07-06_15_39_51.349435162_The_Indian_Contract_Act,_1872.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 10:06:58', '10', 0, 0, '', '', NULL, '1', '', 3795.00, 0, 3225.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 10:06:58'),
(999, 'The Specific Relief Act, 1963', '', '<h3><strong>Description:-</strong></h3>\n\n<p>The sixteenth edition of this legal classic explains in detail various aspects of the law relating to Specific Relief. Relevant case law and latest statutory developments have been meticulously incorporated in this edition to serve its readers which include students, lawyers as well as academicians. Further, all relevant and connected statutes have been appended with this book intending to enable its readers to use it as a ready reference.</p>\n', '<p>&bull;&nbsp; In this edition, an attempt has been made to cover the paradigm shift brought in the law on specific relief by the Specific Relief (Amendment) Act, 2018.<br />\n&bull;&nbsp; Though the number of decisions on the subject post amendment are limited, an attempt has been made to cover most of the latest decisions.<br />\n&bull;&nbsp; Suggestions and comments have been made on amendments not yet covered by precedents.<br />\n&bull;&nbsp; This edition retains the old style of referring to international case law by including important arbitration proceedings and decisions of highest courts from common law jurisdictions such as Singapore, United Kingdom, Australia, Canada and Malaysia.</p>\n', '16th', 0, '9789391211172', '391', '2022', '14', '2023-07-06_15_38_57.784384163_The_Specific_Relief_Act,_1963.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 10:09:18', '10', 1, 0, '', '', NULL, '1', '', 1695.00, 0, 1440.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 10:09:18'),
(1000, 'The Indian Contract and Specific Relief Acts', '(in 2 volumes)', '<p>The book is the most comprehensive and authoritative work on the Indian Contract and Specific Relief Act that explains and illustrates the provisions of the Act in a lucid, comprehensive and systematic manner. It intends to capture all major landmark judgments of Supreme Court and various High Courts. All the legislative changes since the last publication have been duly incorporated. It is a standard reference for Judges, lawyers, In house Counsels, Law firms, students, law professors and research scholars.</p>\n\n<ul>\n	<li>&nbsp;</li>\n</ul>\n', '<p>A comprehensive study on all aspects of law of Contract and Specific Relief.<br />\nUp to date with all the major judicial and legislative developments that has taken place in this field of law.<br />\nAll-important judicial pronouncements have been incorporated.<br />\nAdopts a lucid and analytical approach.</p>\n\n<p><strong>New to this edition:</strong><br />\nThe present edition has been extensively revised to include the latest judicial as well as the legislative developments.<br />\nLatest case laws as well as the legislative amendments that have come about since the last publication has been incorporated.<br />\nThe provisions and the case laws that stands no longer effective in the light of amendments and developments that have taken place have been duly removed.</p>\n', '16th', 0, '9789388548472', '391', '2019', '14', '2023-07-06_15_41_40.805437164_The_Indian_Contract_and_Specific_Relief_Acts.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 10:12:04', '10', 0, 0, '', '', NULL, '1', '', 5495.00, 0, 4670.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 10:12:04'),
(1001, 'The Indian Contract Act', '', '<p>This 16th &lsquo;centenary&rsquo; edition of Mulla&rsquo;s Indian Contract Act is being published a century after the publication of the first edition in 1921. Even 100 years hence, &lsquo;Mulla&rsquo; still stands as the classic textbook on Contract Law and continues to provide clarity on what is an increasingly complex subject. The book lays out the Indian Contract Act (Act of 9 of 1872) supplemented by detailed section-wise commentary. Anyone involved with the law of contract can turn to Mulla secure in the knowledge that it covers all the key areas of law.</p>\n\n<ul>\n	<li>&nbsp;</li>\n</ul>\n', '<p>Presents an authoritative, revised and fully updated account of the Indian Contract Act.<br />\nIncludes detailed discussion on important topics like frustration and force majeure, interpretation of contracts, public contracts, remoteness of damages et al.<br />\nCorresponding developments in the common law have also been discussed and thoroughly analyzed.<br />\nAn essential reading for any student of contract law and a valuable first point of reference for practitioners and academics.</p>\n', '16th', 0, '9789389991444', '215', '2021', '14', '2023-07-06_15_43_46.920501166_The_Indian_Contract_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 10:14:02', '10', 0, 0, '', '', NULL, '2', '', 895.00, 0, 760.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 10:14:02'),
(1002, 'CSR, ESG & Charitable Institutions', '', '<p>CSR, ESG and Charitable Institutions analyses various aspects and dimensions of the subject, Corporate Social Responsibility and its close connect, Environmental Social Governance. The book is thematically arranged examines and explains the philosophy and objectives of CSR emphasizing it social and ethical base.</p>\n\n<ul>\n	<li>&nbsp;</li>\n</ul>\n', '<p>Covers clause by clause analysis of CSR provisions.<br />\nCovers the most recent amendments to the Companies Act, 2013 with respect to CSR, SEBI Listing Regulations on Business Responsibility and Sustainability Reporting.<br />\nIncludes provisions under the Income-tax Act, 1961 with respect to registration of charitable institutions.<br />\nDiscusses all the provisions related to registration and compliance requirements of existing as well as newly formed trusts, societies and section 8 companies.<br />\nProvides comprehensive guide to CSR Policy drafting and CSR accounting as well as audits.<br />\nDetailed notes on ongoing projects, unspent CSR amounts, admin overheads and impact assessment are provided.<br />\nIncludes specimen Trust Deed and Model Memorandum and Articles of Association for &ldquo;not for profit&rdquo; companies.<br />\nComprehensive guidance on Foreign Companies and FEMA aspects of CSR.<br />\nCaptures the output of a detailed study of CSR and ESG practices, disclosures and aspects of top 50 companies.</p>\n', '2nd', 0, '9788119403851', '603', '2024', '14', '2023-07-06_15_46_17.636673179_CSR,_ESG_&_Charitable_Institutions.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 10:17:17', '143', 0, 0, '', '', NULL, '1', '', 2495.00, 0, 2120.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 10:17:17'),
(1003, 'Related Party Transactions under the Companies Act, 2013 Includes Comprehensive Coverage of Loans, Guarantees and Securities, Key Managerial Personnel et all', '', '<p>Related Party Transactions under the Companies Act, 2013, first published in 2015, is a commentary which deals with the practical aspects relating to related party transactions (transactions between persons in positions of responsibilities in Companies and their relatives in the same company or other companies). Provisions affecting Related Party Transactions under the Companies Act 2013 and related laws are discussed.</p>\n', '<p><strong>Key Features</strong>: &bull; A book for professionals dealing with related party transactions &bull; Up to date with current legal position after the publishing of previous edition &bull; Provides practical guidelines and illustrations to ensure fairness and transparency in dealings by company &bull; Adopts a lucid and analytical approach.<br />\n<strong>New to this edition</strong>: &bull; The present edition has been extensively revised to include developments and amendments after publishing of previous edition &bull; Updated with landmark judgments on related party transactions &bull; Redundant content is deleted to maintain relevance to the topic.</p>\n', '3rd', 0, '9788119403783', '603', '2024', '14', '2023-07-06_16_01_57.783209187_Related_Party_Transactions_under_the_Companies_Act,_2013.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-06 10:32:48', '94', 1, 0, '', '', NULL, '1', '', 2195.00, 0, 1800.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 395.00, '2023-07-06 10:32:48'),
(1004, 'Company Secretarial Practice Manual', '', '<p>Company Secretarial Practice Manual is a comprehensive company law practice manual, comprising thematic commentary on the law and procedures under the Companies Act, 2013 and SEBI Regulations applicable to listed companies. It is a unique treatise, divided in 50 chapters dealing with different topics, having focus on the practical and procedural aspects to assist professionals in their day-to-day requirements.<br />\nThis fifth edition has been meticulously revised in view of sea changes brought forth by the Companies (Amendment) Act, 2019 and 2020 and the Securities and Exchange Board of India (Listing Obligations and Disclosure Requirements) (Fourth Amendment) Regulations, 2022.</p>\n', '<p>&bull; Key compliance requirements relating to Directors, Related Party Transactions, Insider Trading, and new Secretarial Standards on Meetings of the Board of Directors, General Meetings and Dividends;<br />\n&bull; Compliance checklists relating to incorporation, new Secretarial Standards, Investments, Loans, Guarantees &amp; Securities, reduction in capital, Disclosure requirements under SEBI (Prohibition of Insider Trading) Regulations, 2015; SEBI (Listing Obligations and Disclosure Requirements) Regulations, 2015; Buy-back of shares, Board meetings;&nbsp;<br />\n&bull; Quick Reference Tables (QRTs) on classes of share capital, exemptions granted under section 8, exemptions and privileges of private companies, compliances under Listing Obligations, qualifications and disqualifications of independent directors;<br />\n&bull; Specimen of frequently passed resolutions relating to consolidation of shares, redeemable preference shares on Rights Basis, Approval to Bonus issue, model applications, notices, declarations, model regulations, Share Certificates, Articles of Association and letters to shareholders;<br />\n&bull; A go-to-guide, complete with appendices updated with the latest rules, orders, notifications, circulars and clarifications along with exemption notifications, frequently-passed board resolutions, principles relating to computation of time, documents filed with and applications made to the Registrar of Companies.</p>\n', '5th', 0, '9789395116299', '270', '2022', '14', '2023-07-06_16_06_15.573586189_Company_Secretarial_Practice_Manual.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 10:36:46', '143', 0, 0, '', '', NULL, '1', '', 4495.00, 0, 3820.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 10:36:46'),
(1005, 'Company Meetings: Law, Practice and Procedure', '', '<p>The third edition of Company Meetings: Law, Practice and Procedure focuses on the new concepts and amendments brought in by the Companies Act, 2013. It includes guidance on conducting and convening meetings as well as on post meeting formalities. It exhaustively deals with the law, procedures and practices relating to all aspects of the meetings. This subject becomes more important on account of the fact that the provisions relating to the meetings of members and directors under the Companies Act, 2013 have become effective with effect from 1 April 2014. This book has commented on changes introduced by the Companies Act, 2013, such as the attendance by directors in board meetings through videoconference and electronic voting in general meetings. The Companies Act, 2013 has also brought about vital changes with regard to board committees. Clause 49 of the Listing Agreement has also been recast and has affected to some extent the board and committee composition and meetings. This edition of the book has attempted to encapsulate all these changes brought by the Companies Act, 2013 and also updated the commentary in the light of statutory changes and case laws. This book caters to the need of all types of companies &ndash; private and public, listed and unlisted and covers all types of meetings. It will be equally useful to company secretaries, lawyers and judges, and organisations other than companies can also use it as a practical guidebook.</p>\n', '', '4th', 0, '9788119403172', '270', '2023', '14', '2023-07-06_16_11_22.072494190_Law,_Practice_and_Procedure.JPG', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 10:41:42', '143', 0, 0, '<p>1. Introduction<br />\n2.&nbsp;Notice of a General Meeting and Explanatory Statement<br />\n3.&nbsp;Motions and Resolutions<br />\n4.&nbsp;Quorum at a General Meeting<br />\n5.&nbsp;Proxies and Representatives at a General Meeting<br />\n6.&nbsp;Voting at a General Meetings<br />\n7.&nbsp;Chairman of and Proceedings at a General Meeting<br />\n8.&nbsp;Adjournment and Postponement of a General Meeting<br />\n9.&nbsp;Annual General Meeting<br />\n10.&nbsp;Extra-Ordinary General Meeting<br />\n11.&nbsp;Meetings of Board of Directors and Committees of Directors<br />\n12.&nbsp;Minutes of Meetings<br />\n13.&nbsp;Class Meetings<br />\n14.&nbsp;Meetings in Respect of Compromises, Arrengement and Amalgamation<br />\n15.&nbsp;Meetings in Respect of Winding-Up of a Company<br />\n16.&nbsp;Meetings of Debenture Holders</p>\n\n<p>Appendices</p>\n', '', NULL, '1', '', 2195.00, 0, 1865.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 10:41:42'),
(1006, 'Guide to Company Law Procedures-  Procedures, Rules, Compliances and Governance under the Companies Act, 2013', '', '<p>The 25th edition of M C Bhandari Guide to Company Law Procedures aligns good governance practices with requirements as per the latest legislative developments, covering compliances that affect a company&rsquo;s overall procedures and functioning and includes:</p>\n\n<p>&bull; Step-by-step guidance on procedures under the Companies Act, 2013.</p>\n\n<p>&bull; Analysis of provisions related to Producer Companies which have come into effect from February, 2021</p>\n\n<p>&bull; Amendments to SEBI Regulations like SEBI (Issue of Capital and Disclosure Requirements) Regulations 2018, SEBI (Buy Back of Securities) Regulations 2018, SEBI (Share Based Employee Benefits and Sweat Equity) Regulations 2021&nbsp;</p>\n\n<p>&bull; All significant amendments to Rules, Regulations, Forms and Fees under the Companies Act, 2013.</p>\n\n<p>This edition also provides over 250 draft agreements (with drafting notes), about 800 resolutions, 226 notices, and 40 draft minutes, thus providing practical guidance with sample documentation for a host of situations.&nbsp;</p>\n\n<p>This work has been developed through the collaborative efforts and valuable inputs from a team of experts, researchers and advisors consisting of senior company secretaries, counsels and senior partners of prestigious law firms in India. It is a valuable guide for corporate lawyers, advisors, consultants, company secretaries and consultancy firms, compliance teams of corporate houses, in-house corporate counsels, benches of NCLTs and NCLATs, corporate law firms, cost accountants and chartered accountants.</p>\n', '', '25th', 0, '9789395116008', '651', '2023', '14', '2023-07-06_16_12_54.730131191_Guide_to_Company_Law_Procedures-_Procedures,.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-06 10:43:12', '143', 0, 0, '', '', NULL, '1', '', 13495.00, 0, 10665.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 2830.00, '2023-07-06 10:43:12'),
(1007, 'Mergers et al', 'Issues, Implications and Case Law in Corporate Restructuring', '<p>&ldquo;India is perhaps the fastest growing economy in the world and the present government has visioned to make it a $5 trillion economy within the next few years. Lately, significant foreign investment has flowed in and many large transactions, like the acquisition of Flipkart by Walmart, have taken place. Realising the need to update the regulatory framework, enabling corporate acquisitions and restructuring, the government has been proactively modernising laws and regulations. The enactment of the Companies Act, 2013 and the Insolvency and Bankruptcy Code are but two examples. Coupled with this, legal jurisprudence on corporate restructuring has been rapidly developing. Further, the advent of The National Company Law Tribunal, dealing with corporate schemes and insolvency cases, has added a new dimension to this evolution. A lot of water has flowed since the last edition of Mergers et al. The present edition has been significantly updated to ensure that the reader can use this volume as a one stop shop to find answers to almost all possible issues on the subject and does not feel the necessity to refer to any other book.</p>\n', '<p>Unique and noteworthy aspects from the earlier editions such schemes and examples, that have stood the test of time, have been retained.<br />\nThe addition of rules, practices and precedents relevant to secretarial practices has been brought in to address the need of practitioners, as a ready reference.<br />\nThe new accounting standards have made far-reaching changes to corporate reporting and sufficient material has been provided to help the reader contextualise the same in restructuring exercises.<br />\nAnother new phenomenon has been the merger of offshore entities into Indian companies. Topical case studies on this will help a reader looking for solutions in this space.<br />\nRecently initiated steps by the government to strengthen weaker banks through consolidation have been explained in detail through analyzing the cases of Dena Bank and Bank of Baroda.<br />\nMajor changes under Income Tax law and the implications of Anti-Avoidance Rules have been extensively dealt with.</p>\n\n<p><strong>New to this edition:</strong><br />\nUp to date with latest case law from varied sources<br />\nDiscussion supplemented with novel case studies such as Horlicks brand acquisition by HUL, Diageo&rsquo; s acquisition of USL, Mindtree Chairman&rsquo;s letters to employees et al<br />\nDiscusses key topics including provisions of the Companies Act, tax issues, accounting issues, secretarial issues, along with novel case studies<br />\nAlso includes comment on reduction of capital and buy back of shares<br />\nHighlights all relevant provisions that need to be looked into while embarking on the task of restructuring companies<br />\nWhile analyzing cases, new arguments raised by advocates and the corresponding decision by judges is discussed in tabular form&rdquo;</p>\n', '5th', 0, '9789388548533', '652', '2025', '14', '20250724_092629_mergers_et_al.jpg', 0, '2058', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 10:45:37', '143', 0, 0, '', '', NULL, '1', '', 3695.00, 0, 3140.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 10:45:37'),
(1008, 'Securitisation, Asset Reconstruction and Enforcement of Security Interests', '', '<p>Securitisation, Asset Reconstruction and Enforcement of Security Interests is a comprehensive section-wise commentary on Securitisation law, dealing with operational as well as regulatory aspects of Securitisation Laws arranged under broad themes.</p>\n\n<ul>\n	<li>&nbsp;</li>\n</ul>\n', '<p>An exhaustive commentary on law relating to securities market in India.<br />\nThoroughly revised and updated to include latest developments and amendments, such as provisions of sections 26B to 26E implemented with effect from 24th January, 2020.<br />\nDiscusses the Draft Reserve Bank of India (Securitization of Standard Assets) Directions, 2020.<br />\nIncludes commentary on the EU General Framework for Securitisation, 2017.<br />\nHighlights the interplay between the registration with CERSAI, registration under the Companies Act, and the priorities under section 53 of IBC.</p>\n', '6th', 0, '9789389991468', '653', '2020', '14', '2023-07-06_16_17_58.365016198_Securitisation,_Asset_Reconstruction_and_Enforcement_of_Security_Interests.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 10:48:16', '143', 0, 0, '', '', NULL, '1', '', 3295.00, 0, 2800.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 10:48:16'),
(1009, 'Guide to SEBI, Capital Issues, Debentures & Listing', '', '<p>&ldquo;Guide to SEBI, Capital Issues, Debentures and Listing is a treatise on securities laws and an encyclopedia on the Indian capital market, encompassing its entire conceptual, legal and procedural framework; comprising the SEBI Act, rules, regulations, relevant circulars, forms, consultative papers and committee reports, guidance notes, compliance and procedural checklists, model agreements, resolutions for board and general meetings and FAQs. Considering the major changes made by SEBI, MCA and RBI, this book has been revamped and rewritten to reflect the current legal and regulatory framework of securities laws and the updated compliance and procedural aspects for all types of capital issues. This, the fifth edition, consists of 92 Chapters divided into 16 Parts.</p>\n', '<p>An encyclopedia on the conceptual, legal and procedural framework of the Indian capital market and securities laws<br />\nComplete coverage of the statutory provisions on the subject including rules, regulations, committee reports, guidance notes, relevant circulars, forms, agreements, compliance and procedural checklists, board resolutions, general meeting resolutions and frequently asked questions<br />\nAnalysis of relevant provisions of the Companies Act, 2013 relating to shares, debentures, capital issues and corporate governance<br />\nDetailed procedures for public issues, rights issues, private placements, preferential allotment, QIP issue, ESOPs and GDR issues<br />\nIncisive analysis of the SEBI Takeover Regulations, SEBI (Buyback of Securities) Regulations, SEBI (Prohibition of Insider Trading) Regulations, and SEBI (Listing Obligations and Disclosure Requirements) Regulations, 2015<br />\nExtensive coverage of foreign direct investment, foreign portfolio investment, euro issues and external commercial borrowings, mutual funds, alternative investment funds, real estate investment trusts and infrastructure investment trusts</p>\n\n<p><strong>New to this edition:</strong></p>\n\n<p>Extensively revised to reflect the current legal and regulatory framework of the Indian capital market<br />\nContemporary issues and new developments on the subject have been incorporated<br />\nThoroughly updated with key judicial and legislative developments<br />\nComplete coverage of the entire regulatory framework on the subject encompassing SEBI, RBI and MCA, including all updated rules, regulations, circulars, standard operating procedures, guidance notes, committee reports and supplemented by compliance and procedural checklists, model agreements, board resolutions, general meeting resolutions and FAQs<br />\nIncisive analysis of the SEBI ICDR Regulations, 2018 and all Chapters on the procedural aspects of public issue, rights issue and preferential issue in the light of the new ICDR Regulations and amendments to the Companies Act, 2013<br />\nUpdated commentary on SEBI (Prevention of Insider Trading) Regulations and SEBI Takeover Regulations with all amendments, SEBI (Buyback of Securities) Regulations and SEBI (Depositories and Participants) Regulations in the light of the new Regulations<br />\nAnalysis of SEBI LODR Regulations incorporating the recommendations of the Kotak Committee<br />\nUpdated NSE and BSE Listing Requirements for different types of issues<br />\nCoverage of Regulations for Mutual Funds, Alternative Investment Funds, Infrastructure Investment Trusts incorporating all amendments and circulars<br />\nFDI Regulations and ECB Guidelines Chapters completely rewritten in the light of changes in the FEMA Regulations and Master Circulars<br />\nComplete coverage of the conceptual and regulatory framework for secondary markets and commodity derivatives &rdquo;</p>\n', '5th', 0, '9789388548519', '654', '2019', '14', '2023-07-06_16_20_25.441841199_Guide_to_SEBI,_Capital_Issues,_Debentures_&_Listing.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 10:50:46', '143', 0, 0, '', '', NULL, '1', '', 8500.00, 0, 7225.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 10:50:46'),
(1010, 'Drafting Corporate and Commercial Agreements–Legal Drafting Guidelines, Forms and Precedents (with FREE CD)', '', '<p>This book focuses on structuring commercial contracts in line with issues to effective management and commercialization of contracts. The book is aimed to provide major principles and approaches in managing commercial contracts. It also highlights innovative analysis of business practice and contract management.</p>\n', '', '2nd', 0, '9789350350867', '601', '2016', '14', '2023-07-06_16_22_04.980963202_Drafting_Corporate_and_Commercial_Agreements.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-06 10:52:24', '143', 0, 0, '', '', NULL, '1', '', 1595.00, 0, 1355.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-06 10:52:24'),
(1011, 'Law of Court-Fees and Suits Valuation', '', '<p>A N Khanna Law of Court Fees &amp; Suit Valuation, which has been into publication since the year 1931, is an exhaustive commentary on The Court Fees Act, 1870 and The Suits Valuation Act, 1887. These statutes are inherently interconnected and are also in the nature of complementary legislations. In this ninth edition of the book, the case-law which evolved since publication of the last edition has been examined, explained and its fruits injected. The legislation portion has also been updated to keep the readers abreast of the changes/amendments in the law. The book shall be of great value and an interesting reading to the students, faculties at different law colleges and law universities, law practitioners, judges et al.</p>\n', '', '9th', 0, '9788131253656', '664', '2017', '14', '2023-07-07_10_59_09.863562207_Law_Of_Court-Fees_And_Suits_Valuation.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 05:29:25', '19', 0, 0, '', '', NULL, '1', '', 3325.00, 0, 2826.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 05:29:25'),
(1012, 'Supreme Court Criminal Digest', '', '<p>This exhaustive Supreme Court digest on criminal law is arranged alphabetically in four volumes for ease of reference &bull; The case law is arranged subject-wise under headings and sub-headings &bull; Comprehensively covers case law of more than five decades up to 2015. &bull; Captures and reflects development in criminal law comprising Indian Penal Code, Code of Criminal Procedure, Indian Evidence Act, and other Criminal Central and State Enactments &bull; A useful tool for Lawyers, Judges, Judicial Academies, and Law Firms<br />\nVolume 1: &#39;Abandon&#39; to &#39;Common Intention&#39;<br />\nVolume 2: &#39;Common Intention&#39; to &#39;Dying Declaration<br />\nVolume 3: &#39;Earlier Statement&#39; to &quot;Nuisance&#39;<br />\nVolume 4: &#39;Oaths&#39; to &#39;Wrongful Withholding&#39;</p>\n', '', '7th', 0, '9789391211400', '663', '2022', '14', '2023-07-07_11_01_19.506162208_supreme-court-criminal-digest.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 05:31:35', '12,112', 0, 0, '', '', NULL, '25,3', '', 10995.00, 0, 9015.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-07 05:31:35'),
(1013, 'Supreme Court on Criminal Law (1950-2023)', 'In 6 Volumes', '<p>Supreme Court on Criminal Law by R P Kathuria, spanning six volumes, is an all-encompassing work on the subject. Since its first publication in 1968, this peerless work, has been widely acknowledged as a reliable and authoritative digest, providing relevant cases on various aspects of criminal law. Important decisions of the Supreme Court of India, from 1950 to 2023, have been arranged thematically under comprehensible headings, enabling the reader to easily understand the evolution of criminal law through case law developments. Short notes as well as cross references between related and connected topics have also been provided.</p>\n', '<p>&bull; A complete digest providing relevant cases on various aspects of criminal law</p>\n\n<p>&bull; Criminal cases, decided by the Apex Court, are arranged alphabetically with facts and substance of the law settled</p>\n\n<p>&bull; Judgments have been meticulously selected and incorporated, redundant matter has been omitted, and overruled cases that have been held not to be good law have been removed therefrom or made notes thereto</p>\n\n<p>&bull; New topics have been added in view of recent developments relating to crime and the prosecution of offenders</p>\n\n<p>&bull; Designed as an additional search engine for the readers</p>\n', '11th', 0, 'INK8196241056', '662', '2023', '14', '2023-12-19_23_09_15.540182INK8196241056-397x397.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-07 05:34:12', '12', 0, 0, '', '', NULL, '1', '', 15995.00, 0, 13115.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-07 05:34:12'),
(1014, 'The Code of Criminal Procedure', '', '<p>An evergreen classic, this title is amongst the most comprehensive commentaries on the Law of Criminal Procedure in India. First published in 1930, this section-wise commentary on the Code enjoys the reputation of being one of the most authoritative publications on the subject. This work is unique in its precision, carries easy readability, critical analysis and has been appreciated throughout for its authenticity.</p>\n', '<p>Technical rules of procedure have been illustrated and explained in a lucid, comprehensive and systematic manner.<br />\nAdopts an integrated approach, with the provisions of the Indian Penal Code, 1860 and the Indian Evidence Act, 1872 being referred to wherever necessary, for better understanding of complex legal issues.<br />\nAnswers the intricate questions emerging during the trial of cases, covering the point of view of both the prosecution and the accused.<br />\nIncorporates recent legislative developments and emerging issues.<br />\nIncludes latest and notable judgments of the Supreme Court and High Courts.<br />\nAn invaluable reference for judges, lawyers, judicial and police training academies (national and state), police departments, CBI officials, academicians, students, researchers and scholars.</p>\n', '22nd', 0, '9789391211424', '393', '2021', '14', '2023-07-07_11_06_07.792689210_The_Code_of_Criminal_Procedure.png', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 05:36:29', '12', 0, 0, '', '', NULL, '1', '', 4250.00, 0, 3612.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 05:36:29'),
(1015, 'The Code of Criminal Procedure', '', '<p>The book is one of the country&rsquo;s most relied on and respected titles and has been in print for almost a century. The sheer fact that the book has gone through many editions, stands testimony to its intrinsic worth and scholastic wealth. Significant changes in the well- established rules pertaining to law of crime and developments made have been referred at appropriate places in this work. Relevant statutory changes have been incorporated, and important decisions by apex courts in India, that have either altered the direction of legal principles or thrown new light on existing principles, have been carefully examined. This book is invaluable for practicing lawyers, law students, police trainees and officers, law universities, judicial academies, legal departments, Judges and Institutional libraries.</p>\n', '<p>A critical commentary covering emerging issues as well as legislative developments &bull; Focuses on the developments made in the law relating to criminal law since the last publication. &bull; Traces the close inter relationship of provisions containing in Indian Penal Code, Code of Criminal Procedure and Indian Evidence Act. &bull; Contains and discusses in detail the Criminal Law Amendment 2013 and 2018. &bull; Contains critical appraisal of judgments of the Indian Courts that have led to the change and development in the legal position. &bull; Major landmark and important judgements have been incorporated.</p>\n', '23rd', 0, '9789388548854', '393', '2020', '14', '2023-07-07_11_08_01.092354211_The_Code_of_Criminal_Procedure_Code.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 05:38:17', '12', 0, 0, '', '', NULL, '1', '', 1250.00, 0, 1062.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 05:38:17'),
(1016, 'The Code of Criminal Procedure-An encyclopaedic commentary on the Code of Criminal Procedure, 1973', '', '<p>The Code of Criminal Procedure &ndash; An Encyclopaedic Commentary on the Code of Criminal Procedure, 1973<br />\nVolume 1: Section 1 to 224<br />\nVolume 2: Section 225 to 484, Schedules &amp; Appendices</p>\n', '<p>This section wise commentary is amongst the most authoritative publications on the Law of Criminal Procedure in India.<br />\nFirst published in 1956, this two-volume work has acquired richness in content, quality and comprehensiveness through successive editions published over the years.<br />\nThis edition has been extensively and meticulously revised, taking into account the changes brought about by recent legislative amendments as well as important judgments of Supreme Court and various High courts.<br />\nLegal provisions that were recently amended or newly introduced have been incorporated in the commentary along with precise synopses for quick and easy reference.<br />\nThe edition has been revised to fit more closely to the needs of judges, lawyers, prosecutors, police officers, administrators, judicial and police training academies (national and state), police departments, CBI officials, academics, researchers and scholars.</p>\n', '12th', 0, '9789386515414', '55', '2018', '14', '2023-07-07_11_10_39.232091212_The_Code_of_Criminal_Procedure-An_encyclopaedic_commentary_on_the_Code_of_Criminal_Procedure,_1973.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 05:40:42', '12', 0, 0, '', '', NULL, '1', '', 5595.00, 0, 4755.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 05:40:42'),
(1017, 'Handbook on Offences and Punishments', '', '<p>Handbook on Offences and Punishments is a unique work that makes available all the important details relating to offences defined in over 2000 penal provisions from over 100 Central Acts in a ready reckoner form. Designed as a practical solution, the book provides in a tabular format all important details such as the name of the offence, the Act under which it is covered, the punishment provided for the offence and persons who have the right to file complaints. It also clarifies whether the police officer can arrest with or without an arrest and whether the offence is bailable or non bailable as well as the name of the court which is empowered to try the offence. It saves the user of the responsibility of applying the various principles/tests provided in Part II of Schedule I of the Code of Criminal Procedure and of vetting each such statute to ascertain the relevant details of the offences. Key Features: Focuses on the practical side of the subject Covers all latest relevant Amendment Acts as well as includes penal provisions from the newly enacted statutes Quick reference tables covers penal provisions from a variety of legal subjects, such as: Criminal, Civil, Corporate Environmental and Regulatory An indispensable first point of reference for practitioners, public prosecutors, investigation agencies, law departments, lawyers, and perhaps most importantly.</p>\n', '', '5th', 0, '9789395116084', '661', '2023', '14', '2023-07-07_11_12_06.467677213_Handbook_on_Offences_and_Punishment.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 05:42:30', '12', 0, 0, '', '', NULL, '1', '', 1895.00, 0, 1610.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 05:42:30');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1018, 'Code of Criminal Procedure,1973', 'In 5 Volumes', '<p>Volume 1: Section 1 to 148 Volume 2: Section 149 to 210 Volume 3: Section 211 to 352 Volume 4: Section 353 to 473 Volume 5: Section 474 to 484 &amp; Schedules Key Features:- &bull; Sohoni&rsquo;s Code of Criminal Procedure is the most comprehensive and authoritative work on the law of Criminal Procedure in India &bull; It is a legal classic which has served the legal profession and everyone associated with it for almost a century &bull; This leading work has been painstakingly updated to include the latest cases, legislative amendments and current developments in the law relating to criminal procedure in India &bull; Changes made by the Criminal Law (Amendment) Act, 2013 (Act 13 of 2013), The Code of Criminal Procedure (Amendment) Act, 2010 (Act 41 of 2010), and The Code of Criminal Procedure (Amendment) Act, 2008 (Act No. 5 of 2009) have been explained with the help of latest judgments of the higher courts &bull; Comprehensiveness, authoritativeness, lucidity of expression, clear exposition of law and its systematic arrangement distinguish this legal classic from other books on the subject &bull; Authenticity, originality and reliability have always been the hallmarks of this publication and every possible care has been taken in this edition to maintain the original excellence, style and quality of the work &bull; All latest notable decisions of the Supreme Court and various High Courts reported in leading reporters such as All India Reporter, Criminal Law Journal, Supreme Court Cases, have been incorporated and discussed at appropriate places in the book &bull; This work is an essential reference for Judges, Lawyers, prosecutors, Police Officers, Administrators, Academicians, and Research Scholars.</p>\n', '<p>Exhaustive 2 Volume book which contains section-wise commentary and analysis of the Code of Criminal Procedure.<br />\nIncorporates all judicial developments since the last edition.<br />\nIncorporates all Legislative developments including developments necessitated by allied laws as well for e.g. the Mental Health Bill, 2016 (pending in Lok Sabha) which has modified the procedure with respect to role of law enforcement agencies (including police and judiciary) in the context of persons with unsound minds.</p>\n', '22nd', 0, '9789386515377', '660', '2018', '14', '2023-07-07_11_22_55.137802214_Code_of_Criminal_Procedure,_1973.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 05:53:22', '12', 1, 0, '', '', NULL, '25,3', '', 11500.00, 0, 9315.00, 0, 0, 0.00, 0, 0.00, 19.00, 0.00, 0.00, '2023-07-07 05:53:22'),
(1019, 'Criminal Procedure Code, 1973', '', '', '<p>Exhaustive 2 Volume book which contains section-wise commentary and analysis of the Code of Criminal Procedure.<br />\nIncorporates all judicial developments since the last edition.<br />\nIncorporates all Legislative developments including developments necessitated by allied laws as well for e.g. the Mental Health Bill, 2016 (pending in Lok Sabha) which has modified the procedure with respect to role of law enforcement agencies (including police and judiciary) in the context of persons with unsound minds.</p>\n', '6th', 0, '9788131250938', '389', '2017', '14', '2023-07-07_11_27_36.106244215_Criminal_Procedure_Code,_1973.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 05:57:56', '12', 0, 0, '', '', NULL, '1', '', 4250.00, 0, 3612.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 05:57:56'),
(1020, 'The Indian Penal Code', '', '<p>This classic, first published in 1896, is a comprehensive section-wise commentary on the Indian Penal Code. This edition has been extensively revised, incorporating latest legislative changes up to the Criminal Law (Amendment) Act, 218, as well as important judgments of the Supreme Court and High Courts. This book is an indispensable reference for judges, lawyers, research scholars, students, judicial and police training academies (national and state), police departments, CBI officials, researchers, presiding officers in courts, investigators, administrators, draftsmen, legislators and social scientists.</p>\n', '<p>A critical commentary covering emerging issues as well as legislative developments.<br />\nFocuses on both legislative and judicial developments.<br />\nContains critical appraisal of judgments of Supreme Court and various High Courts.</p>\n', '35th', 0, '9789391211196', '347', '2021', '14', '2023-07-07_11_29_44.192544216_The_Indian_Penal_Code.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 06:00:02', '12', 0, 0, '', '', NULL, '1', '', 5095.00, 0, 4330.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 06:00:02'),
(1021, 'Indian Penal Code', '', '<p>For more than a century, this legal classic on the Indian Penal Code continues to be one of the most revered and reliable commentaries on the subject. This work is a section-wise presentation of the complex and multi-dimensional subject of criminal law in a lucid, comprehensive and systematic manner. This 13th edition is replete with latest statutory changes and important case law, making it an up to date and exhaustive reference for readers.</p>\n', '<p>&bull; Contains all latest and notable decisions of the Supreme Court and various High Courts such as Navtej Singh Johar v Union of India, wherein the Supreme Court held that Section 377 violates Article 19(1)(a), and is unconstitutional for being violative of Article 14 of Constitution.<br />\n&bull; Includes amendments incorporated by the Criminal Law (Amendment) Act, 2018.<br />\n&bull; Invaluable reference for judges, lawyers, investigating officers, judicial and police training academies (national and state), police departments, CBI officials, researchers and scholars.<br />\nFor more than a century, this legal classic on the Indian Penal Code continues to be one of the most revered and reliable commentaries on the subject. This work is a section-wise presentation of the complex and multi-dimensional subject of criminal law in a lucid, comprehensive and systematic manner. This 13th edition is replete with latest statutory changes and important case law, making it an up to date and exhaustive reference for readers.<br />\n&bull; Contains all latest and notable decisions of the Supreme Court and various High Courts such as Navtej Singh Johar v Union of India, wherein the Supreme Court held that Section 377 violates Article 19(1)(a), and is unconstitutional for being violative of Article 14 of Constitution.<br />\n&bull; Includes amendments incorporated by the Criminal Law (Amendment) Act, 2018.<br />\n&bull; Invaluable reference for judges, lawyers, investigating officers, judicial and police training academies (national and state), police departments, CBI officials, researchers and scholars.<br />\n&bull; Contains all latest and notable decisions of the Supreme Court and various High Courts such as Navtej Singh Johar v Union of India, wherein the Supreme Court held that Section 377 violates Article 19(1)(a), and is unconstitutional for being violative of Article 14 of Constitution.<br />\n&bull; Includes amendments incorporated by the Criminal Law (Amendment) Act, 2018.<br />\n&bull; Invaluable reference for judges, lawyers, investigating officers, judicial and police training academies (national and state), police departments, CBI officials, researchers and scholars.<br />\n&bull; Contains all latest and notable decisions of the Supreme Court and various High Courts such as Navtej Singh Johar v Union of India, wherein the Supreme Court held that Section 377 violates Article 19(1)(a), and is unconstitutional for being violative of Article 14 of Constitution.<br />\n&bull; Includes amendments incorporated by the Criminal Law (Amendment) Act, 2018.<br />\n&bull; Invaluable reference for judges, lawyers, investigating officers, judicial and police training academies (national and state), police departments, CBI officials, researchers and scholars.<br />\nFor more than a century, this legal classic on the Indian Penal Code continues to be one of the most revered and reliable commentaries on the subject. This work is a section-wise presentation of the complex and multi-dimensional subject of criminal law in a lucid, comprehensive and systematic manner. This 13th edition is replete with latest statutory changes and important case law, making it an up to date and exhaustive reference for readers.<br />\n&bull; Contains all latest and notable decisions of the Supreme Court and various High Courts such as Navtej Singh Johar v Union of India, wherein the Supreme Court held that Section 377 violates Article 19(1)(a), and is unconstitutional for being violative of Article 14 of Constitution.<br />\n&bull; Includes amendments incorporated by the Criminal Law (Amendment) Act, 2018.<br />\n&bull; Invaluable reference for judges, lawyers, investigating officers, judicial and police training academies (national and state), police departments, CBI officials, researchers and scholars.<br />\n&bull; Contains all latest and notable decisions of the Supreme Court and various High Courts such as Navtej Singh Johar v Union of India, wherein the Supreme Court held that Section 377 violates Article 19(1)(a), and is unconstitutional for being violative of Article 14 of Constitution.<br />\n&bull; Includes amendments incorporated by the Criminal Law (Amendment) Act, 2018.<br />\n&bull; Invaluable reference for judges, lawyers, investigating officers, judicial and police training academies (national and state), police departments, CBI officials, researchers and scholars.</p>\n', '13th', 0, '9789395116190', '392', '2023', '14', '2023-07-07_11_32_58.238717217_Indian-Penal-Code.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 06:03:14', '12', 0, 0, '', '', NULL, '1', '', 9495.00, 0, 8070.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 06:03:14'),
(1022, 'The Indian Penal Code', '', '<p>A topical commentary, with a section-wise content flow, this work adopts an entirely different approach to the study of the law of Indian Penal Code; focusing on emerging issues as well as legislative and judicial developments. Significant changes in the well- established rules pertaining to law of crime and developments made have been referred at appropriate places in this work. Relevant statutory changes have been incorporated, and important decisions by apex courts in India, that have either altered the direction of legal principles or thrown new light on existing principles, have been carefully examined. The Indian Penal Code&rsquo;s interface with the Criminal Procedure Code and the Indian Evidence Act has also been analyzed; providing interesting insights into the whole corpus of the Indian Penal Code.</p>\n', '<p>A critical commentary covering emerging issues as well as legislative developments.<br />\nFocuses on both legislative and judicial developments.<br />\nContains critical appraisal of judgments of Supreme Court and various High Courts.<br />\nExtensively updated and revised since the last publication.<br />\nThe content that has become obsolete or redundant has been removed.<br />\nThe present edition caters to the needs of both the Legal professionals and the students. New to this edition:<br />\nRefers to the important changes made to the provisions of the Indian Penal Code vide Criminal law Amendment 2018.<br />\nIncludes and incorporate landmark judgments of Supreme Court and various High courts particularly cases relating to Adultery, Rape, euthanasia.<br />\nIncorporates relevant statutory changes in the law.<br />\nExtensively revised and updated with major developments that have taken place since the last publication.<br />\nThe obsolete and redundant content has been culled.</p>\n', '36th', 0, '9789388548403', '393', '2019', '14', '2023-07-07_11_35_47.243893218_The_Indian_Penal_Code.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 06:06:05', '12', 0, 0, '', '', NULL, '1', '', 1250.00, 0, 1062.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 06:06:05'),
(1023, 'Criminal Major Acts–A Complete Handbook', '', '<p>The Indian Penal Code, 1860 along with the Code of Criminal Procedure, 1973 and the Indian Evidence Act, 1872 forms the basic rubric of the Criminal Justice System in India. Frequent references to these enactments are indispensable from the moment the commission of a crime is alleged to its final determination by a court of law. No criminal lawyer can afford to remain ignorant of the provisions enshrined in these enactments and at the same time, it becomes baffling for anyone to remember all these voluminous provisions. Keeping this objective in mind, Sarkar&rsquo;s Criminal Major Acts has been conceptualized as a handy reference work on these enactments. These criminal major Acts have been amended from time to time to keep pace with the advancements in criminal jurisprudence. In the decade since the publication of the last edition there have been various Central and State amendments which the present eighth edition captures exhaustively. This edition also traces the judicial developments that have shaped the course of criminal justice system in India. All latest and notable cases of the Supreme Court as well as various High Courts have been incorporated at appropriate places in the book. This edition will be an invaluable reference for judges, lawyers, prosecutors, police officers, administrators, academicians and research scholars.The Indian Penal Code, 1860 along with the Code of Criminal Procedure, 1973 and the Indian Evidence Act, 1872 forms the basic rubric of the Criminal Justice System in India. Frequent references to these enactments are indispensable from the moment the commission of a crime is alleged to its final determination by a court of law. No criminal lawyer can afford to remain ignorant of the provisions enshrined in these enactments and at the same time, it becomes baffling for anyone to remember all these voluminous provisions. Keeping this objective in mind, Sarkar&rsquo;s Criminal Major Acts has been conceptualized as a handy reference work on these enactments. These criminal major Acts have been amended from time to time to keep pace with the advancements in criminal jurisprudence. In the decade since the publication of the last edition there have been various Central and State amendments which the present eighth edition captures exhaustively. This edition also traces the judicial developments that have shaped the course of criminal justice system in India. All latest and notable cases of the Supreme Court as well as various High Courts have been incorporated at appropriate places in the book. This edition will be an invaluable reference for judges, lawyers, prosecutors, police officers, administrators, academicians and research scholars.</p>\n', '', '8th', 0, '9789351435013', '336', '2015', '14', '2023-07-07_11_37_22.451756220_Sarkar-on-Criminal-Major-Acts-A-Complete-Handbook.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 06:07:40', '12', 1, 0, '', '', NULL, '1', '', 2495.00, 0, 2120.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 06:07:40'),
(1024, 'Criminal Minor Acts–188 Important Acts & Rules with State Amendments, Comments and Case Notes', '', '<p>Sarkar Criminal Minor Acts is a compilation of all important minor Acts such as the Mental Health Care Act, 2017, Copyright Act, 1957, Arms Act, 1959, Negotiable Instruments Act, 1881, Dowry Prohibition Act, 1961, Juvenile Justice (Care and Protection of Children) Act, 2000, Customs Act, 1962 along with case notes/comments. Salient Features:- &bull; A handy compilation of bare provisions of important Criminal Minor Acts, &bull; Includes all legislative and judicial developments &bull; Includes selective case notes of the Supreme Court and the High Court judgments &bull; Bare text of Code of Criminal Procedure, Indian Penal Code and Indian Evidence Act (criminal Major Acts) to be provided in CD format &bull; Includes new Acts such as The Mental Healthcare Act, 2017, The Aadhaar (Targeted Delivery Of Financial And Other Subsidies, Benefits And Services) Act, 2016, Anti- Hijacking Act, 2016, The Bureau of Indian Standards Act, 2016, The Real Estate (Regulation And Development) Act, 2016, The Juvenile Justice (Care and Protection of Children) Act, 2015, The Protection of Children from Sexual Offences Act, 2012 and The Lokpal and Lokayuktas Act, 2013.</p>\n', '', '8th', 0, '9788131252567', '55', '2017', '14', '20250724_092850_criminal_minor_acts.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-07 06:09:07', '12', 0, 0, '', '', NULL, '1', '', 3650.00, 0, 3000.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 650.00, '2023-07-07 06:09:07'),
(1025, 'Commentary on The Narcotic Drugs and Psychotropic Substances Act with latest case law', '', '<p>This title is a well-researched and systematically organized study of the law relating to Narcotics and Psychotropic Substances. The book has been written topic-wise making the study meaningful and comprehensive, with detailed summaries of case law highlighting the facts, issues, contentions and order. It critically examines the current theory, law, policy and practice of concerned law. It includes the important legal provisions, case law and important recent developments.</p>\n', '<p>Covers emerging issues as well as legislative developments.<br />\nCovers the provisions of International Conventions on narcotic drugs and psychotropic substances and the matters connected.<br />\nThe amendment of 1989, 1991 and 2014 to NDPS act has been duly mentioned and discussed.<br />\nCovers landmark judgements of the Supreme Court and various High Courts.</p>\n', '1st', 0, '9789389991499', '390', '2020', '14', '2023-07-07_11_41_28.699096226_Commentary_on_The_Narcotic_Drugs.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-07 06:11:38', '12', 0, 0, '', '', NULL, '1', '', 3995.00, 0, 3400.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 595.00, '2023-07-07 06:11:38'),
(1026, 'Law on Prevention of Money Laundering in India', '(Commentary on Prevention of Money-Laundering Act, 2002 including Related Regulations, International Conventions and Allied statutes)', '<p>This book is a comprehensive manual on the law on the Prevention of Money-laundering. Besides giving commentary on the provisions of the Prevention of Money-laundering Act, 2002, it gives an account of other legislations such as the Narcotic Drugs and Psychotropic Substances Act, 1985, the Black Money (Undisclosed Foreign Income and Assets) and the Imposition of Tax Act, 2015, the Fugitive Economic Offenders Act, 2018, and the Benami Transactions (Prohibition) Act, 1988, that touch upon the aspect of prevention of money-laundering. A separate chapter also elaborates Reserve Bank of India&rsquo;s Know Your Customer Master Direction.<br />\nThis work is an essential reference on the subject for judges, lawyers, law students, law enforcement agencies, and establishments which are responsible for taking preventive measures to combat money-laundering.</p>\n', '', '3rd', 0, '9789395116213', '306', '2022', '14', '2023-07-07_11_42_54.036640229_Law_on_Prevention_of_Money_Laundering_in_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 06:13:09', '12', 0, 0, '', '', NULL, '1', '', 2095.00, 0, 1717.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-07 06:13:09'),
(1027, 'Criminal Procedure', '', '<p>Takwani Criminal Procedure: In accordance with The Bharatiya Nagarik Suraksha Sanhita, 2023 lays bare the fundamental principles of procedural laws and examines the subject topic wise, explaining the important and complicated issues with the help of illustrations and case law. It discusses with clarity and precision, the principles of criminal jurisprudence which are the core of criminal procedure. The book is an essential reference for law students, professors, lawyers, judges, prosecuting agencies and academicians.</p>\n', '<p>Provides commentary on the new provisions of The Bharatiya Nagarik Suraksha Sanhita, 2023 as well as those retained from the erstwhile Code of Criminal Procedure, 1973<br />\nIncludes a table comparing provisions of The Bharatiya Nagarik Suraksha Sanhita, 2023 with those of The Code of Criminal Procedure, 1973<br />\nMeticulously prepared, taking a comparative analysis of the provisions of the Code as well as of the Sanhita<br />\nEndeavours to explain basic and fundamental principles of Criminal Procedure in simple language<br />\nCovers latest caselaw like Tusharbhai v Kamal Dayani, Rina Kumari v Dinesh Kumar, Darshan Singh v State of Punjab, etc</p>\n', '6th', 1, '9789349015753', '181', '2025', '14', '20251013_101145_Takwani_Criminal.jpg', 0, '760', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 06:16:13', '12', 0, 0, '', '', NULL, '2', '', 1295.00, 0, 1100.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 06:16:13'),
(1028, 'Criminal Procedure Code (Students Edition)', '', '<p>Ratanlal and Dhirajlal&rsquo;s Criminal Procedure Code is a comprehensive study on all important aspects of criminal law updated with the amended provisions of the Criminal Law (Amendment) Act, 2013. Most recent judgments of the Supreme Court and High Courts have been discussed in all chapters. The book also includes relevant provisions from The Indian Penal Code and The Law of Evidence. The main feature of the book is the &lsquo;Learning Objectives&rsquo; and &lsquo;Points to Remember&rsquo; in every chapter for the convenience of students. It is intended for students of LL.B and LL.M and the legal teaching faculty.</p>\n', '', '1st', 0, '9789351432555', '393', '2014', '14', '2023-07-07_11_48_21.594992236_Criminal_Procedure_Code_(Students_Edition).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 06:18:36', '12', 0, 0, '', '', NULL, '2', '', 595.00, 0, 505.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 06:18:36'),
(1029, 'Famous Murder Trials, (Covering more than 75 murder cases in India)', '', '<p>This book describes famous and important murder cases. These murder cases are important in as much as some of these cases are relating to the murder of famous and popular personalities and the rest of them, although not involving famous personalities, are of such grave and cruel nature which shake the conscience of the community. Almost all of these cases occupied the headlines of various newspapers. The cases are typical and illustrative of the offence of murder. An attempt has been made in this book to present the cases in a lucid and simple language and in a reader friendly manner, avoiding legal jargon as far as possible, so that alongwith serving the need of legal professionals it may serve as an interesting reading to a layman also. Citations of cases are given in this book for easy reference and further reading. The facts of each case, decisions of the Trial Court and the High Court wherever relevant and the legal principles laid down by the Supreme Court in these cases are discussed.</p>\n', '', '2nd', 0, '9789351439943', '658', '2016', '14', '2023-07-07_11_49_58.883885240_Famous_Murder_Trials_(2nd_Edition).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 06:20:13', '12', 0, 0, '', '', NULL, '3', '', 425.00, 0, 382.50, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-07-07 06:20:13'),
(1030, 'Cross Examination- Principles & Precedents', '', '<p>This book deals with myriad aspects of cross-examination. It analyzes and examines different kinds of witnesses and the ways of dealing with them not merely in the form of dry statements but through illustrated examples and concrete instances. It is essentially a recounting of court experiences of various lawyers and judges while examining witnesses during the conduct of a case. The current edition introduces editorial notes, wherever relevant, to indicate to the reader that certain views expressed in the earlier editions are no longer acceptable today as there have been a lot of fundamental legislative changes and radical interpretation of the law by the courts. The sheer fact that the book, printed first in 1927, and the new edition coming after a lapse of nearly five decades, is still found meaningful by the legal community stands testimony to its intrinsic worth and scholastic wealth. - Contains Illustrative examples of cross-examination from several jurisdictions - Includes concrete instances in dialogue format, based on the experiences of eminent lawyers - Incorporates editorial notes to explain the current position of law and the book is more in tune with contemporary values and opinions Provisions of Section 311 of the Code of Criminal Procedure for re-examining and recalling the witnesses by a Criminal Court have been elaborately discussed In Part-IV dealing with the cross-examination of different types of witnesses, new ideas are viewed and incorporated in related chapters The aim of this book is to equip the lawyers with the correct method to cross-examine a witness e.g. discusses how the newspaper correspondent should be cross-examined In this new edition all the chapters have been remodeled and new chapters have been incorporated Chapter on &ldquo;accomplice evidence&rdquo; has been introduced in which all the important decisions of the Supreme Court and of different High Courts on the reliability of accomplice evidence have been elaborately discussed Topics have been re-arranged &amp; updated. Case &ndash;law has been updated Moreover, cases of some new types of witnesses have been incorporated A must read for Trial Court Lawyers, Legal Professionals, Law Students, Law Libraries, Public Prosecutors.This book deals with myriad aspects of cross-examination. It analyzes and examines different kinds of witnesses and the ways of dealing with them not merely in the form of dry statements but through illustrated examples and concrete instances. It is essentially a recounting of court experiences of various lawyers and judges while examining witnesses during the conduct of a case. The current edition introduces editorial notes, wherever relevant, to indicate to the reader that certain views expressed in the earlier editions are no longer acceptable today as there have been a lot of fundamental legislative changes and radical interpretation of the law by the courts. The sheer fact that the book, printed first in 1927, and the new edition coming after a lapse of nearly five decades, is still found meaningful by the legal community stands testimony to its intrinsic worth and scholastic wealth. - Contains Illustrative examples of cross-examination from several jurisdictions - Includes concrete instances in dialogue format, based on the experiences of eminent lawyers - Incorporates editorial notes to explain the current position of law and the book is more in tune with contemporary values and opinions Provisions of Section 311 of the Code of Criminal Procedure for re-examining and recalling the witnesses by a Criminal Court have been elaborately discussed In Part-IV dealing with the cross-examination of different types of witnesses, new ideas are viewed and incorporated in related chapters The aim of this book is to equip the lawyers with the correct method to cross-examine a witness e.g. discusses how the newspaper correspondent should be cross-examined In this new edition all the chapters have been remodeled and new chapters have been incorporated Chapter on &ldquo;accomplice evidence&rdquo; has been introduced in which all the important decisions of the Supreme Court and of different High Courts on the reliability of accomplice evidence have been elaborately discussed Topics have been re-arranged &amp; updated. Case &ndash;law has been updated Moreover, cases of some new types of witnesses have been incorporated A must read for Trial Court Lawyers, Legal Professionals, Law Students, Law Libraries, Public Prosecutors.</p>\n', '', '4th', 0, '9788180386442', '665', '2011', '14', '2023-07-07_12_13_23.12496313_cross_examination,_Principles_&_procedures.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 06:43:39', '113', 0, 0, '', '', NULL, '1', '', 2195.00, 0, 1865.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 06:43:39'),
(1031, 'Art of A Lawyer', ' Cross Examination, Advocacy, Courtmanship', '<p>This book is a repository of enriching and enlightening articles on &#39;art of advocacy, courtmanship, lawyering and cross-examination of witness&#39;, by top notch legal luminaries from the Bench and the Bar, in addition to those from administrative and army functionaries, from America, England, Africa, Pakistan and of course India. I, as revising editor, was given the liberty of doing away with contents of the book which, may not be relevant to the contemporary times or considered obsolete. Having gone through the book in minute details, I find no room to substantiate that any of the articles, except two, can be dispensed with, though some of the articles by legal luminaries from America have dealt at length with the duty to and by the Jury in Court, as the articles also contain guidelines for behavioural attitude by advocates and lawyers, in course of Court proceedings, though the practice of Jury in Indian Courts has been done away with. Thus, the articles as &#39;Pole Star&#39; have been and shall remain relevant for all times to come, having regard to the fact that the basic character and principles necessary for advocacy, courtmanship and lawyering can never change with times. Five articles by the renowned jurist, &#39;Justice V. R. Krishna Iyer&#39;, under the captions &#39;Adjudication in Trial Courts&#39;, &#39;Dynamic Lawyering, Juristic Engineering and Ethical Standards &mdash; Making of a Good Lawyer&#39;, &#39;Free Legal Aid and Poor Litigants&#39;, &#39;Free Legal Aid Code-A Social Service Measure, and &#39;The Bar Must Promote in Court&#39;, have been included in the instant edition. A new chapter entitled &#39;Golden Rules of Cross-Examination&#39; has been introduced in the instant edition. The chapter on &#39;Classes of Witnesses and as to the Mode of Cross-Examining them&#39;, has been improved and enhanced with additional matter of case laws under the topics &#39;The Lying Witness&#39;, &#39;The Nervous Witness&#39; and &#39;The Stupid Witness&#39;, with introduction of the types of witnesses with case laws wherever applicable, namely, &#39;Accomplice Witness&#39;, &#39;Biased or Interested or Partisan Witness&#39;, &#39;Child Witness&#39;, &#39;Exaggerating and Enthusiastic Witness&#39;, &#39;Deaf and Dumb Witness&#39;, &#39;Eye-witnesses&#39;, &#39;Guilty Witness&#39;, &#39;Party as Witness&#39;, &#39;Ignorant or Illiterate Witness&#39;, &#39;Police Witness&#39;, &#39;Court Witness&#39;, &#39;Pious Witness (Priests and Clergymen)&#39;, &#39;Conscientious Witness&#39;, &#39;Unwilling Witness&#39;, &#39;Excited witness&#39;, and &#39;Hypnotized Witness&#39;. It is expected that this edition in its 59th year of publication will continue to render its dominant guidance and service in the arena of advocacy for the practising advocates, as well as serving as a sermon for, and building up the character of, the enterprising lawyers.</p>\n', '', '12th', 0, '9789351439424', '666', '2017', '14', '2023-07-07_12_16_24.17889017_Art_of_a_Lawyer_-_(Cross_Examination,_Advocacy,_Courtmanship).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 06:46:40', '113', 0, 0, '', '', NULL, '1', '', 2145.00, 0, 1823.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 06:46:40'),
(1032, 'Firearms Investigation', 'Thoroughly Revised by Anoopam Modak', '<p>This edition is an absolute rewritten version of the previous edition, or more appropriately complete overhauling of last edition, wherein some of the latest firearms and ammunition and its other aspects have been discussed, alongwith relevant pictures. This edition of the book contains Judgements delivered by the Supreme Court which have been discussed as case laws under the topics of Bullet, Cartridge,, Pellet, Firearms, Evidence of Specialist, Clues for Evidence, Explosives, Explosions, Gun, Pistol, Revolver, Rifle, Blackening, Charring, Tattooing, Gunshot Wound, Entry and Exit Wounds.</p>\n', '', '5th', 0, '9789350356487', '684', '2016', '14', '2023-07-07_14_33_43.915298242_Firearms_Investigation_-_Thoroughly_Revised_by_Anoopam_Modak.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-07 09:04:26', '12', 0, 0, '', '', NULL, '1', '', 695.00, 0, 600.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 95.00, '2023-07-07 09:04:26'),
(1033, 'Criminal Liability of Corporate Entities with special reference to the law in India', '', '<p>Corporate criminal liability has been a subject of great relevance in the contemporary legal world. It is significant to note that in the common law jurisdictions as well as in India, the law of corporate criminal liability has been mainly, Judge made law. In civil law jurisdictions, most of the provisions relating to corporate criminal liability emanate from legislative measures. A significant legislative move in UK in this area is &quot;The Corporate Manslaughter and Corporate Homicide Act, 2007.&quot; In this book an attempt has been made to trace the evolution of, corporate criminal liability mainly in the common law jurisdictions and India. The law in India has been dealt with in details. Some other jurisdictions of the world have been briefly referred to .The polemical controversy over the issue whether a corporate entity can at all incur criminal liability, when it exists only in legal fiction and can neither act, nor intend to commit a crime, has been discussed. This book has been divided chapter-wise and the subject is explained with reference to landmark judgments and the views of scholars. Latest precedents are included to give a clear picture of the Indian law on the subject. The book will be of great help to students, academicians, researchers, and law practitioners to appreciate the law of corporate criminal IiabiIity.</p>\n', '', '1st', 0, '9788131252406', '683', '2017', '14', '2023-07-07_14_36_09.238473244_Criminal_Liability_of_Corporate_Entities_with_special_reference_to_the_law_in_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-07 09:06:35', '12', 1, 0, '', '', NULL, '1', '', 445.00, 0, 400.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 45.00, '2023-07-07 09:06:35'),
(1034, 'Textbook on Indian Penal Code', '', '<p>A textbook with section-wise content flow, this work adopts an entirely different approach to the study of the law of Indian Penal Code; focusing on emerging issues as well as legislative and judicial developments. Significant changes in the well- established rules pertaining to law of crime and developments made have been referred at appropriate places in this work. Relevant statutory changes have been incorporated, and important decisions by apex courts in India and international courts, that have either altered the direction of legal principles or thrown new light on existing principles, have been carefully examined.</p>\n', '<p>A critical commentary covering emerging issues as well as legislative developments.<br />\nFocuses on both legislative and judicial developments.<br />\nContains critical appraisal of judgments of Supreme Court and various High Courts.<br />\nIncludes comparative case-law analysis of different countries.<br />\nUpdated with data from the recent reports of National Crime Record Bureau and Amnesty International Report, 2021.<br />\nIncludes Annexures dealing with rights of accused, compensation to the victims of crime and guidelines to effective study and understanding of criminal law.<br />\nInclude sdiscussion on worldwide trend to abolish death sentence and legalise Physician Assisted Suicide (PAS), euthanasia and mercy killing, same sex marriage; right to life of the unborn vis-a-vis women&rsquo;s right to privacy to seek termination of pregnancy.</p>\n', '8th', 0, '9788194471530', '349', '2023', '14', '2023-07-07_14_49_24.731439249_Textbook_on_the_Indian_Penal_Code.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 09:19:41', '12', 0, 0, '', '', NULL, '2', '', 950.00, 0, 807.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 09:19:41'),
(1035, 'K D Gaur\'s Textbook on The Bharatiya Nagarik Suraksha Sanhita, 2023', '', '<p>K D Gaur Textbook on The Bharatiya Nagarik Suraksha Sanhita, 2023 provides an extensive, section-by-section analysis of the Bharatiya Nagarik Suraksha Sanhita, 2023 (BNSS), and comprehensive cross-references to the Code of Criminal Procedure, 1973 (CrPC). It maintains the core principles of the original work, ensuring the ongoing relevance and alignment with both the new law and the foundational principles of the earlier Act. The structured layout and detailed analysis make the book invaluable for students and academicians, supporting an in-depth understanding of criminal procedural law.</p>\n\n<p><strong>Key Features:</strong></p>\n\n<ul>\n	<li>Provides commentary on the new provisions of the Bharatiya Nagarik Suraksha Sanhita, 2023 as well as those retained from the erstwhile Code of Criminal Procedure, 1973</li>\n	<li>The legislation portion of the omitted sections under the Code of Criminal Procedure, 1973 has been provided at the end of the book</li>\n	<li>Incorporates important and recent judgements relevant for interpreting the provisions of the Code of Criminal Procedure, 1973 and the Bharatiya Nagarik Suraksha Sanhita, 2023</li>\n	<li>Includes a table comparing the provisions of Bharatiya Nagarik Suraksha Sanhita, 2023 with&nbsp; those of Code of Criminal Procedure, 1973</li>\n</ul>\n', '', '3rd', 1, '9789349015159 ', '349', '2025', '14', '20260109_190703_9789349015159.webp', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 09:21:37', '12', 0, 0, '', '', NULL, '2', '', 1695.00, 0, 1440.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-01-09 19:09:13'),
(1036, 'Commentary on The Protection of Women from Domestic Violence Act', '', '<p>Commentary on The Protection of Women from Domestic Violence Act is the most comprehensive and reliable commentary on the subject. It provides a complete code on the subject by explaining each and every provision of the Act with pertinent comments and observations. Aimed at easy comprehension and interpretation of the enactment, an earnest attempt has been made by the authors to bring out this commentary in lucid language, based on their extensive research and deep study of the law, with a view to clear all the doubts regarding the provisions of the Act in simple language.</p>\n', '<p>Provisions of the Act have been thoroughly examined and structure of the legislation has been set out with analytical success<br />\nWide range of issues have been considered, and case law has been reviewed in a comprehensive manner<br />\nIncludes all recent amendments and notable judgements viz., Shaurabh Kumar Tripathi v Vidhi Rawal, Saurav Rattan v State of HP, Abhijit Ankush Shelke v Sau Shubhangi Abhijit Shelke, etc<br />\nReferences to criminal law have been updated as per the newly enacted legislation</p>\n', '2nd', 0, '9789349015258', '390', '2025', '59', '20251013_104046_Protection_of_Women.jpg', 0, '1233', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 09:25:19', '12', 0, 0, '', '', NULL, '1', '', 3295.00, 0, 2800.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-03-09 07:13:22'),
(1586, 'Formation and Variation of Contracts', '', '<p>This book provides a detailed account of the law relating to the formation and variation of contracts. This includes pre-contractual negotiations, offer &amp; acceptance, formalities, consideration and promissory estoppel.</p>\n', '<p>Draws together in single volume key issues relating to the formation and variation of contracts, focusing on the rules for their existence and validity<br />\nBrings together topics that are of fundamental importance to practitioners advising on the negotiation or validity of contracts, but on which there is no up-to-date specialist work<br />\nTraces the continuing development of the rules, as a response to changes within the English law of contract and to learn from developments being made in other legal systems<br />\nHighlights areas of contract law where there is likely to be significant debate about possible development in the coming years<br />\nProvides a perspective on the rules for the formation of contracts from an international and comparative dimension<br />\nIncludes discussion throughout the book of difficult issues relating to contract formation as they arise in practice<br />\nPart I is devoted to pre-contractual negotiations (including remedies where negotiations fail to reach agreement) and finding the agreement through offer and acceptance<br />\nPart II is devoted to formalities, both in general and in contract in particular, including contracts for the sale of land, consumer contracts, contracts of guarantee and deeds<br />\nPart III is devoted to the requirement of consideration (which gives contract its character as a ?bargain? in the common law), both in the formation of a contract, and in the variation of an existing contract<br />\nPart IV is devoted to promissory estoppel, both its traditional role in the modification of a contract and its potential to develop in English law (noting how other common law jurisdictions such as the US and Australia have developed it)</p>\n', '3rd (South Asian Edition)', 0, '9789395696845', '835', '2023', '3', '20251013_105618_Formation_and_Variation_of_Contracts.jpg', 0, '495', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-10-13 10:57:10', '10', 0, 0, '', '', NULL, '1', '', 12680.00, 0, 10778.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-10-13 10:57:10'),
(1037, 'Scientific Techniques in Criminal Investigation', '(Revised by Anoopam Modak)', '<p>This edition is an absolute rewritten version of the previous edition, or more appropriately complete overhauling of that edition, wherein some of the broad contemporary methods available for the purpose of criminal investigation such as portrait parle, Photofit, Psychological Profilling. Voice Identification, Lie Detection, Brain Mapping Brain Fingerprinting, Narco Analysis, Polygraphy, Police Photography, Balistics, Serology, Handwriting Identification - Physical Evaluation - Chemical Analysis - Biological Assays - Psychological analysis, Photography of Documents, Odontology, Dactisocopy, Toxicology, DNA Profiling, Marks, Scratches and Physical fits, Identification of stolen Property, Fingerprints, Palmprints, etc., in addition to examination of witnesses and accused have been discussed. Judgments delivered by the Supreme Court have been discussed as case laws under the topic of Confession, Identification, Forensic Science, Handwriting Forensics, Fingerprints, Footprints, Poision, Road Accidents, Rape Unnatural Offence, Asphyxia, Abortion and Death. Contents Incude Investigation Computer and Computer Crimes Identification and Survelliance Devices, Tools and Equipments Forensic Science Handwriting Forensics Disputed Documents Narco Analysis Fingerprints Tracks and Trails of Footprints and other impressions Toxicology Road Accident Fire Blood Sexual Offences Aspyxia DNA Profiling Micro Traces Abortion Death.</p>\n', '', '3rd', 0, '9789350356456', '681', '2016', '14', '2023-07-07_14_56_53.996516252_Scientific_Techniques_in_Criminal_Investigation_-_Revised_by_Anoopam_Modak.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 09:27:11', '12', 0, 0, '', '', NULL, '1', '', 950.00, 0, 807.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 09:27:11'),
(1038, 'Handbook on New Anti-Rape Law', '', '<p>The Offence of Rape has been dealt with under the Indian Penal Code not as a mere provision with a limited scope but has acquired a very wide dimension in terms of its definition as well as scope. The obvious reason is the challenge posed by the increasing number of instances of commission of such crimes in the society and a corresponding urgent need to re-impose the deterrent effect of our penal law. Even though the IPC was codified in the year 1860 i.e. about 157 years ago with provisions considered very stringent in terms of the punishments laid down for different offences therein, it has somewhere failed to achieve its purpose. The ever increasing number of such offences being committed in the society is the best evidence of its shortcomings. Perhaps, Indian societal humanitarian and ethical status are responsible for such uprise in criminal statistics. The legislature, executive, judges and lawyers on the one hand and our legal system on the other are well aware and conscious of the menace posed by such crimes. However, there is hardly any control over the commission of such heinous crimes. Further, the voice raised by the social activists, NGOs, women interest organisations, time and again in India and abroad, has also failed to yield any fruitful results at the ground level though it cannot be denied that a fight against such a heinous crime has to be a continuous one and not a mere one-time affair. Our judicial system even at the cost of being charged with &lsquo;judicial activism&rsquo; has discharged its functions by acting in the most desirable manner not restraining itself from hearing the voice of conscience and thus delivered some landmark judgments going beyond the literal interpretation to the black letters of law. This has been done inter alia in the area of basic human rights of women. Keeping the above aspects in mind, this second edition of the book has been prepared by including the recent landmark judgments delivered by both the Supreme Court of India as well as the High Courts along with some relevant foreign courts judgments.</p>\n', '', '2nd', 0, '9789350359853', '658', '2017', '14', '2023-07-07_14_58_26.227801253_Handbook_on_New_Anti-Rape_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-07 09:28:43', '12', 1, 0, '', '', NULL, '1', '', 795.00, 0, 660.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 135.00, '2023-07-07 09:28:43'),
(1039, 'Handbook on Protection of Women from Domestic Violence Act and Rules', '', '<p>Earlier legislations in India have given the women the powers in respective fields but particularly, so far as the torture, cruelty and harassment are concerned the provisions of sections 498A, 304B of Indian Penal Code and the Dowry Prohibition Act of 1961 are basic provisions. The law itself becomes failure though not fully and it becomes necessary for enacting the Special Legislations. Perhaps these grounds and national and international bounties compelled the Indian Government to enact the Protection of Women from Domestic Violence Act of 2005 and to spreadover a special legislation on domestic violence for making restrictive provisions for erant family members for prohibiting harassment or any violence against women and girls. Considering the various aspects of protection of women who have been legally empowered judicial activation in respect of women this Edition has been thoroughly revised keeping in view the legal and judicial development in protection of women from Domestic Violence.</p>\n', '', '5th', 1, '9789350356944', '658', '2016', '14', '2023-07-07_14_59_59.389010254_Handbook_on_Protection_of_Women_from_Domestic_Violence_Act_and_Rules.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 09:30:14', '12', 0, 0, '', '', NULL, '1', '', 650.00, 0, 552.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 09:30:14');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1040, 'Conflict - The Police & The People', '', '<p>This book is a novel attempt to present the real scenario of the existing conflict between Public and Police in India. It deviates from the traditional approach of proposing Police reforms based on mere observation. Besides survey of 1813 police personnel and 1010 civilians, the study also includes the narratives of police and public regarding the causes of conflict and resolution strategies. Through an intimate scrutiny of the perception of each other, police and public, the volume churns out the need-gaps in the vital and cardinal areas. The study investigates the following objectives: (a) to understand and analyze causes of conflict between the public and the police, (b) recognize ways in which conflict situations are handled at the police station, (c) determine gaps between existing methods versus an ideal way of police resolution of conflict situations (d) develop recommendations for working together as a system.<br />\nDr. Sahni and Ms. Jain provide a comprehensive and exhaustive review of conflict prevailing between Indian Law enforcement i.e. Police and People of India. In this context, this book attempts to unveil following questions: Do people feel safe in going to the police stations and register a crime? Do people perceive Police as a sign of relief or trouble? Is there any stigma associated with the presence of police? What are the challenges faced by the police while dealing with the public? What are the causes of conflict between Public and Police? What are the best form of Conflict resolution strategies to resolve the conflict between public and police?<br />\nMost significant part of this book intends to propose recommendation about mediation, facilitation, police reforms, community engagement in the field of conflict resolution. It informs the practitioners, public officials, policymakers about the best practices on conflict resolution strategies between public and police. With an evidence- based approach, the volume outlines comprehensive recommendations in combating conflict between public and police. This work is intended for social theorists, for policymakers and planners, for students, academicians, administrators and public officials.</p>\n', '', '1st', 0, '9789388548816', '680', '2020', '14', '2023-07-07_15_01_40.956468256_Conflict_-_The_Police_&_The_People.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-07 09:31:59', '12', 0, 0, '', '', NULL, '1', '', 895.00, 0, 750.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 145.00, '2023-07-07 09:31:59'),
(1041, 'Taking Bail Seriously - The State of Bail Jurisprudence in India', '', '<p>The book is a comprehensive and illustrative work on the Bail jurisprudence that explains the provisions of the law in a lucid, comprehensive and systematic manner. The work is a sincere attempt to present the actual state of bail jurisprudence in the country in the light of recent judicial and constitutional developments. Many important issues pertaining to bail such bail by police, bail by magistrate, regular bail, anticipatory bail, transit bail, cancellation of bail, default bail, constitutional jurisprudence relating to bail etc. have been covered by the learned contributors in this volume. It is a standard reference for Judges, lawyers, In house Counsels, Law firms, students, law professors, researchers and scholars.</p>\n', '<p>A comprehensive study on the various aspects of law on Bail.<br />\nUp to date with all the major judicial and legislative developments that has taken place in this field of law.<br />\nAll-important judicial pronouncements have been incorporated.<br />\nAdopts a lucid and analytical approach.<br />\nEach chapter has been authored by different learned contributors.</p>\n', '1st', 0, '9789388548809', '679', '2020', '14', '2023-07-07_15_04_06.247473258_Taking_Bail_Seriously_-_The_State_of_Bail_Jurisprudence_in_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 09:34:24', '12', 0, 0, '', '', NULL, '1', '', 1395.00, 0, 1185.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 09:34:24'),
(1042, 'Supreme Court on Death Penalty', '', '<p>Since death sentence is the only sentence that cannot be revoked once executed, courts always remain in dilemma at the time of dealing with cases of death penalty. Besides that voice from some quorters used to be raised from time to time that there is no consistency in the approach of courts in awarding death sentence. This book is an attempt to assist lawyers and judges to come out of the said dilemma and ascertain whether there is any inconsistency in the approach of courts in awarding death penalty. This book deals with all aspects relating to death sentence in eleven chapters. Though in criminal matters it is seldom to find two cases having identical facts, yet efforts have been made to categorise cases with similar facts, which will render immense help to reader to distinguish a case from another case.</p>\n', '', '1st', 0, '9789351437673', '678', '2016', '14', '2023-07-07_15_07_06.269047260_Supreme_Court_on_Death_Penalty.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-07 09:37:09', '12', 0, 0, '', '', NULL, '1', '', 1095.00, 0, 950.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 145.00, '2023-07-07 09:37:09'),
(1043, 'Criminal Trials Practice and Procedure', '', '<p>Criminal Trial is one of the most vital areas of the criminal justice system. As the area of law is exhaustive it becomes difficult to procure all the relevant information. This book on Criminal Trials makes a pragmatic effort to bring together not only the judicial process but also the significant judgments of various High Courts and Supreme Court. It is a comprehensive work that covers all the relevant information that is necessary for pre-trial, investigation and trial stages. The book has been thoroughly revised to provide valuable inputs on the subject which makes it immensely useful. Even significant judgments of Supreme Court of United Kingdom, United States, South Africa and European Court of Justice have been included which helps to compare process of criminal trials even more lucidly. All the judgments have been provided with a brief analysis which proffers insights into the practical application of the criminal principles of jurisprudence. As the language and flow of the book is written in simple and easy to understand manner it will be quite useful for students and also legal practitioners.</p>\n', '', '3rd', 0, '9788131252352 ', '645', '2017', '14', '2023-07-07_15_15_30.723126261_Criminal_Trials_Practice_and_Procedure.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-07 09:46:02', '12', 0, 0, '', '', NULL, '1', '', 825.00, 0, 700.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 125.00, '2023-07-07 09:46:02'),
(1044, 'The Juvenile Justice (Care and Protection of Children) Act 2015 - Critical Analysis', '', '<p>This Book critically examines the Juvenile Justice (Care and Protection of Children) Act 2015 primarily from the perspective of child rights as recognized by the Convention on the Rights of the Child and guidelines framed under this Convention keeping in mind the historical development relating to Juvenile Justice system since 1850. It identifies lacunae in drafting of various provisions and suggests child friendly interpretations keeping in view the fundamental and general principles contained in the Act. These include the principles of best interest of child and presumption of innocence and absence of mala fide intention in all children below the age of eighteen years. It also points out contradictions within the scheme of the Act and various omissions and gaps that need to be filled for holistic implementation of the Act. All the provisions of the Act have been critically analysed keeping in view the objectives of the Act of catering to the basic needs of children through proper care, protection, development, treatment, social integration by adopting a child-friendly approach in the adjudication and disposal of matters in the best interest of children and for their rehabilitation through processes provided and institutions and bodies established under the Act. The book will provide food for thought to all persons concerned with children falling within the purview of the JJA 2016.</p>\n', '', '2nd', 0, '9788119403776', '677', '2024', '14', '2023-07-07_15_17_51.406827263_The_Juvenile_Justice_(Care_and_Protection_of_Children)_Act_2015-_Critical_Analysis.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-07 09:48:06', '12', 1, 0, '', '', NULL, '1', '', 825.00, 0, 700.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 125.00, '2023-07-07 09:48:06'),
(1045, 'Commentary on The Juvenile Justice Act', '', '<p>The authors critically examined the provisions of the Juvenile Justice (Care and Protection of Children) Act, 2000 with the sole aim that a child is child and not a commodity. It is a person and is entitled to enjoy its rights unhindered. To make the book more impressive, the authors, besides commenting on the provisions, added a general commentary on the status of the child and a critical appreciation of the Act, 2000, pointing its strengths and lacunae. An effort is made to bring in maximum material, be it conventions or the rights of the child or the judicial pronouncements so that the book may prove to be a good guide for all concerned. State laws relating to Juvenile Justice are extensively compiled to make the book a one-stop referencer.</p>\n', '', '2nd', 0, '9789350357347', '676', '2016', '14', '2023-07-07_15_36_07.512946267_Commentary_on_The_Juvenile_Justice_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-07 10:06:26', '12', 0, 0, '', '', NULL, '1', '', 2095.00, 0, 1750.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 345.00, '2023-07-07 10:06:26'),
(1046, 'Commentary on Prevention of Corruption Act—A Treatise on Anti-Corruption Laws', '', '<p>Corruption, the breeder and root of several problems is a burning issue today as it is gnawing at the legal and moral fiber of the nations and societies world over, thereby threatening the very existence of the democratic institutions and impeding development which perhaps is the biggest casualty of corruption. This book is a thorough and exhaustive section-wise commentary that very lucidly explains the provisions contained in the Prevention of Corruption Act, 1988 with the help of numerous case law discussions of the Supreme Court and various High Courts. It very deftly maps out the anatomy of fraud and corruption through most recent case studies which have been placed at appropriate places. Articulate, incisive and practical in its approach this fine work will appeal to a broad readership.</p>\n', '', '3rd', 0, '9789351438427', '675', '2016', '14', '2023-07-07_15_38_43.578996249_Textbook_on_the_Indian_Penal_Code.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-07 10:08:46', '12', 0, 0, '', '', NULL, '1', '', 1650.00, 0, 1350.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 300.00, '2023-07-07 10:08:46'),
(1047, 'Law of Bails with Latest Case Law', '', '<p>The Constitution of India guarantees the right to liberty under the sacrosanct provision of Article 21, subject to compliance with the procedure established by law. Law of bails is considered as one of the prime factors in the administration of justice, and constitutes an invaluable component of criminal jurisprudence. Previous edition of this book entitled &lsquo;Law of Bails&rsquo; covered almost all the aspects of law governing grant or refusal of bail. The instant edition witnesses updation of case laws in appropriate locations, pertaining to judgments delivered by the Supreme Court for the years 2013 &ndash; 2016 (till April), along with addition of five topics in the chapter on &lsquo;Supreme Court Guidelines&rsquo;, namely, &lsquo;Summary Dismissal of Criminal Appeals by High Court&rsquo;, &lsquo;Power of High Court to Reverse Order of Acquittal on Review of Evidence&rsquo;, &lsquo;Powers of High Court in Appeals, in Considering Evidence on Record&rsquo;, &lsquo;Scope of Appellate Court against Order of Acquittal &lsquo; and &lsquo;Proof of Facts for Bringing a Case under section 300, Thirdly of the Indian Penal Code, 1860&rsquo;. A chapter on &lsquo;Revisional Powers of Court in Bail Matters&rsquo; under the relevant provisions of the Criminal Procedure Code, 1898, as well as that under 1973, has been introduced in the instant edition, along with the relevant Supreme Court and High Courts judgments. It is expected that the instant edition as in the previous editions, will cater to the needs on the subject to the agencies of investigation and prosecution, in addition to that of the broader fraternity of the judiciary comprising the bar and the bench.</p>\n', '', '9th', 0, '9789350356951', '674', '2016', '14', '2023-07-07_15_42_11.454632271_Law_of_Bails_with_Latest_Case_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-07 10:12:26', '12', 1, 0, '', '', NULL, '1', '', 1395.00, 0, 1395.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-07 10:12:26'),
(1048, 'Commentary on The Prevention of Money - Laundering Act', '', '<p>Commentary on The Prevention of Money-Laundering Act is an in-depth analysis of Prevention of Money-laundering Act 2002 (PMLA) which was enacted to prevent economic offences and white collar crimes. Vital amendments in the legislation relating to the Act have been covered extensively in this book. The book has an exhaustive collection of important judgments rendered by the Apex Court and various High Courts. The book lists out various offences constituted under related acts such as Black Money (Undisclosed Foreign Income and Assets) and Imposition of Tax Act 2015 and Smugglers and Foreign Exchange Manipulators (Forfeiture of Property) Act 1976. This book is a boon not only for Judges, Advocates and students but also bankers and police personnel to control the persons having tendency to commit scheduled offences listed under this Act.</p>\n', '', '2nd', 0, '9788131251263', '638', '2017', '14', '2023-07-07_15_44_03.340943272_Commentary_on_The_Prevention_of_Money_-_Laundering_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-07 10:14:34', '12', 0, 0, '', '', NULL, '1', '', 1195.00, 0, 1000.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 195.00, '2023-07-07 10:14:34'),
(1049, 'Firearms in Criminal Investigation & Trials ', '', '<p>Firearms in Criminal Investigation and Trials lays down the intricate facets of Forensic Ballistics and is designed to cater the need of all professionals involved in dissemination of justice and students of Forensic Ballistics. All the case histories, illustrations and photographs in apt places make the subject lucid and easily intelligible. This new edition is fully updated with refreshed content. Six new chapters have been added which are on Internal Ballistics, External Ballistics, Terminal Ballistics, Shooting Scenes, Handgun Injuries and Laboratory Equipment. The book is aptly revised and updated with latest case-laws. This book is particularly targeted to non-technical professionals: the investigator, the counsel, the judges. But it is equally indispensable to Ballistics experts, medico-legal experts, Forensics teachers/students, academicians and to all those who are concerned with accidents/crimes involving firearms.</p>\n', '', '5th', 0, '9788131251676', '641', '2017', '14', '2023-07-07_15_45_55.372839273_Firearms_in_Criminal_Investigation_&_Trials.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-07 10:16:26', '12', 0, 0, '', '', NULL, '1', '', 2195.00, 0, 1865.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-07 10:16:26'),
(1050, 'Forensic Science in Criminal Investigation and Trials', '', '<p>Forensic Science in Criminal Investigation and Trials is intended to assist the criminal justice system to understand the potentialities, the limitation and the process of forensic science. It is an encyclopedic comprehensive guide, a practical multi-professional treatise, written in non-technical language.</p>\n', '<p>A book for professionals dealing with in the area of forensic science.<br />\nComplex topics are written in a non-technical language making it easy to understand.<br />\nConcepts are explained with the help of applicable statutes and judgments.<br />\nAdopts a lucid and analytical approach</p>\n\n<p><strong>New to this edition</strong><br />\nUpdated with latest tools and techniques developed after the publishing of previous edition.<br />\nIncludes new concepts introduced in the area of forensic science.<br />\nUpdated with latest legal position and landmark judgments.<br />\nRedundant content is deleted to maintain relevance to the topic.</p>\n', '6th', 0, '9789388548786', '641', '2020', '14', '2023-07-07_15_48_57.875873274_Forensic_Science_in_Criminal_Investigation_and_Trials.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-07 10:19:16', '12', 1, 0, '', '', NULL, '1', '', 3495.00, 0, 3495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-07 10:19:16'),
(1051, 'Handwriting Forensics', '', '<p>Handwriting Forensics, perhaps the oldest scientific evidence produced in the courts, is even today the most frequent, the most difficult and by far the most misunderstood and controversial evidence. The book takes up the cudgels and shows the current state of the art on the subject to tackle the problems in the right earnest to the satisfaction of all concerned. This book deals with challenging field of document photography, digital imaging and challenging issues pertaining to modification possibilities therein. The book also examines various evaluation systems for comparison of handwriting for proper identification of handwriting. The book intends to equip the readers with tools in order to achieve objectivity thereby minimizing erroneous subjective assessment. The computer, in recent times, has emerged as a potent tool for the creation of false documents, for the detection and evaluation of their falsity and for the effective and convincing presentation of evidence, pertaining to document frauds, in courts. Its use and abuse, in document forensics, is increasing by the day. Yet there is hardly any works, which has discussed the subject. The book is, perhaps the first to take up the task and introduce the subject in its varied aspects: for imaging, for segmentation, for various measurement and for comparison of the data from the disputed and the standard documents. It is bound to be of great help in Handwriting Forensics. The book discusses the entire gambit of handwriting identification covering all-important topics: from development of handwriting through identification characteristics and principles, identification processes, identification of the genuine, the forged, the disguise orthe anonymous, right up to the handling and preservation of the documents. Written in a simple language, illustrated with real life cases and diagrams, avoiding verbosity and technical jargons, the book will prove to be an asset to assist judges, lawyers, investigators, experts and others in proper evaluation of handwriting and in turn helping disseminate justice.</p>\n', '', '2nd', 0, '9789350358429', '641', '2016', '14', '2023-07-07_15_50_37.978485275_Handwriting_Forensics.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-07 10:20:53', '12', 1, 0, '', '', NULL, '1', '', 1395.00, 0, 1395.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-07 10:20:53'),
(1052, 'Scientific Criminal Investigation', '', '<p>Scientific Criminal Investigation lays down the most intricate aspects of a criminal investigation involving application of Science and Law. It delineates the means and modes to tackle the criminal&#39;s depredations and his modus operandi and is a comprehensive compendium of tools and techniques needed to handle the criminal, the crime clues and crime situations. Numerous case histories, illustrations and photographs have been incorporated in the book which make the subject not only easily intelligible but also a lucid and an interesting reading. This second edition has been revised and updated by reviewing all the topics and further adding new ones reflecting the latest trends in the field of Forensics. This book is written mainly for the non-scientific audience and should prove to be a useful guide to professional investigators, prosecutors, judges, students of Forensics, trainers and to all those who are concerned with handling crime.</p>\n', '', '2nd', 0, '9789350358948', '641', '2016', '14', '2023-07-07_15_52_12.398631276_Scientific_Criminal_Investigation.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-07 10:22:28', '12', 1, 0, '', '', NULL, '1', '', 1595.00, 0, 1595.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-07 10:22:28'),
(1053, 'Supreme Court on Income Tax Case Digest (1922-2015)', '', '<p>Chaturvedi &amp; Pithisaria&rsquo;s Supreme Court on Income Tax is a case digest covering judgments ranging from 1922 to 2015. Written in a lucid and simple style, this comprehensive compendium covers over 15,000 notable judicial decisions of the Supreme Court presented in a section-wise manner categorized under appropriate headings and sub-headings. This new treatise covers case law upto and including (2015) ITR Volume 373, as well as reported in other journals including CTR, Taxation, Taxmann, Tax LR, AIR, SCC, SCR and JT. High Court decisions which have been reversed, affirmed, overruled, impliedly overruled, relied on, dissented from, by Supreme Court rulings have also been discussed. English citations including HL, ChD, CA and KB have been incorporated, where relevant. The case digest is an invaluable and authentic reference work for chartered accountants, lawyers, judges, tax practitioners and corporate professionals. Key Features &bull; Comprehensive coverage of more than 15,000 cases spanning across nine decades &bull; Section-wise presentation of judgments for ease of reference &bull; Meticulous classification of case law under headings and sub-headings &bull; Analysis of cases indicating the treatment received in later SC judgments.</p>\n', '', '1st', 0, '9789351435044', '672', '2015', '14', '2023-07-10_10_29_09.636179281_Supreme_Court_on_Income_Tax_Case_Digest_(1922-2015).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 04:59:31', '57', 1, 0, '', '', NULL, '1', '', 3995.00, 0, 3995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 04:59:31'),
(1054, 'High Court on Income Tax Case Digest (1922-2015)', '', '<p>Chaturvedi &amp; Pithisaria&rsquo;s High Court on Income Tax is a case digest covering judgments ranging from 1922 to 2015. Written in a lucid and simple style, this comprehensive compendium covers over 50,000 notable judicial decisions of the High Court presented in a section-wise manner categorized under appropriate headings and sub-headings. This new treatise covers case law upto and including (2015) ITR Volume 373, as well as reported in other journals including CTR, Taxation, Taxmann, Tax LR, AIR, etc. High Court decisions which have been reversed, affirmed, overruled, impliedly overruled, relied on, dissented from, by Supreme Court rulings have also been discussed. The case digest is an invaluable and authentic reference work for chartered accountants, lawyers, judges, tax practitioners and corporate professionals. Key Features &bull; Comprehensive coverage of more than 50,000 cases spanning across nine decades &bull; Section-wise presentation of judgments for ease of reference &bull; Meticulous classification of case law under headings and sub-headings &bull; Analysis of cases indicating the treatment received in later SC &amp; HC judgments.</p>\n', '', '1st', 0, '9789351435884', '672', '2015', '14', '2023-07-10_10_32_09.674623282_High_Court_on_Income_Tax_Case_Digest_(1922-2015).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-10 05:02:11', '57', 1, 0, '', '', NULL, '2,1', '', 7995.00, 0, 6700.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 1295.00, '2023-07-10 05:02:11'),
(1055, 'The Law and Practice of Income Tax', '', '<p>The book is now in its 70th year of publication, continues to steadfastly occupy the mantle of being the most authoritative commentary on income tax law. It is an ideal reference tool, designed for busy professionals who need necessary information, but lack the time to go from one source to another to find it. The book offers precise answers to practically every query pertaining to income tax.<br />\nThis Eleventh edition is all the more significant as this year marks the birth centenary of its primary author, Nani A Palkhivala.<br />\nThis edition includes:<br />\nCritical analysis of important sections, in line with the changes in law<br />\nIncisive commentary on latest developments such as Equalisation Levy<br />\nAlmost 20,000 cases from the Supreme Court and High Courts<br />\nExhaustive coverage up to 421 ITR<br />\nUp to date coverage of all legislative amendments till the Finance Act, 2020<br />\nReferences to relevant rules and forms<br />\nPen Drive containing Income Tax Act &amp; Rules, Allied Rules &amp; Schemes, Double Taxation Avoidance Agreements, Circulars, and Allied Acts<br />\nCompanion Microsite covering important reference material. This Microsite will be periodically updated to keep readers abreast with latest developments</p>\n', '', '11th', 0, '9789389991178', '671', '6995', '14', '2023-07-10_10_37_41.026218283_The_Law_and_Practice_of_Income_Tax.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-10 05:08:08', '57', 1, 0, '', '', NULL, '1', '', 6995.00, 0, 5900.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 1095.00, '2023-07-10 05:08:08'),
(1056, 'Transfer Pricing–The Indian Landscape, Two Decades On', '', '<p>Transfer Pricing - An Indian Landscape is a definitive reference guide to the changing landscape of the Indian legislation. The book provides a holistic coverage on India&rsquo;s APA program, alternate dispute resolution mechanism and contains dedicated chapters to analyse interplay of transfer pricing with indirect laws such as GST, Customs as well as related party transactions with Company law and SEBI Capital markets Regulations Key Features: Rewritten treatise offers a 360-degree view of the Indian legislation in light of monumental developments Compares how transfer pricing policy develops with international customary law, its administration and interpretation accorded by judicial forums during the last decade Analyses the evolving Indian framework in light of the Action Plans under the OECD/G20 BEPS Draws clear reference to the 2017 OECD Guidance and UN TP manual Analysis on a wide range of transfer pricing issues including intangibles, financial inter-company transactions, intra-group services, profit attribution to PEs, business restructuring, APA regime, Court and alternate dispute resolution process.</p>\n', '', '3rd', 0, '9788195294534', '670', '2021', '14', '2023-07-10_10_42_06.797880286_Transfer_Pricing_-_An_Indian_Landscape.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-10 05:12:23', '57', 1, 0, '', '', NULL, '2,1', '', 2195.00, 0, 1260.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 935.00, '2023-07-10 05:12:23'),
(1057, 'Drafting, Pleading and Conveyancing', '', '<p>This book has been specially designed for students pursuing the three-year or five-year degree course in law. The text presents an interesting and fresh approach to the subject, while covering the syllabus prescribed by the Bar Council of India. It deals with the principles of and procedure for drafting various notices, plaints, written statements, civil applications, marriage petitions, petitions under succession law, consumer law, criminal complaints and applications, appeal and revision and writ petitions. It also covers drafting of various deeds under the law of conveyancing such as mortgage deed, gift deed and adoption deed, supported by specimens. The second edition has been extensively revised and updated comprising of all recent statutory amendments and landmark judgments. Preserving the original style and structure of the work, the present edition embodies both the basic and the advanced practices and techniques of drafting along with specimens.</p>\n', '<p>Designed to be a practical guide as well as ready reckoner<br />\nLucidly elaborates the principles of drafting, pleading and conveyancing<br />\nExplains the procedure for drafting notices, plaints, written statements, marriage petitions, applications, appeals, revision petition, writ petitions, criminal complaints, various deeds, etc.<br />\nSubstantive and procedural laws are described in detail at the beginning of every draft, for convenience of readers<br />\nContents of every draft are explained concisely and followed by the specimens<br />\nIncludes recent statutory amendments and landmark judgments</p>\n', '2nd', 0, '9789389991291', '669', '2020', '14', '2023-07-10_10_49_05.059046297_Drafting,_Pleading_and_Conveyancing.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 05:19:29', '137', 0, 0, '', '', NULL, '2', '', 795.00, 0, 675.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 05:19:29'),
(1058, 'Legislative Drafting (Principles and Techniques)', '', '<p>Legislative Drafting &mdash; Principles and Techniques makes a thorough analysis of the nuances involved in drafting of a legislation. The principles and techniques involved as also the prerequisites which a draftsman needs to equip himself with have been elaborately dealt with and explained with illustrative examples. This book would also be useful to those entrusted with the task of interpreting the laws, for one of the techniques of interpretation is to peep into the mind of draftsman and apprise oneself of the tools and techniques employed by the draftsman.</p>\n', '<p>This work is a scientific and methodical study on the subject of legislative drafting.<br />\nWritten with the intention of becoming a useful practical guide to every young drafter who wants to make drafting his career.<br />\nThis new edition specifically deals with the alarming proportion of criminalization of Indian polity, especially the Parliament and State Legislature, thereby posing threat to the basic structure of Indian Democracy.<br />\nSuggested amendments to the Constitution and Representation of Peoples Act, 1951, made by the author during his tenure as a Member of Law Commission of India, have been included as a new chapter in this edition.<br />\nAn indispensable guide for judges, lawyers, legislators, judicial academies, institutional libraries, students, researchers and scholars.</p>\n', '6th', 0, '9789391211141', '668', '2022', '14', '2023-07-10_10_51_59.974326300_Legislative_Drafting_(Principles_and_Techniques).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 05:22:23', '49', 0, 0, '', '', NULL, '1', '', 1425.00, 0, 1211.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 05:22:23'),
(1059, 'Legal Draftsman', '(in 2 volumes)', '<p>Hargopal Legal Draftsman, since its first publication in 1937, has withstood the test of time to firmly establish itself as an authoritative and indispensable practical guide to legal drafting.</p>\n', '<p>Both volumes have been completely restructured in line with the connectivity and flow of topics.<br />\nContains traditional as well as highly technical drafts applicable to the complex transactions.<br />\nCovers latest and relevant provisions on the Companies Act, 2013 and the Insolvency and Bankruptcy Code, 2016.<br />\nLegislation portion is also updated with latest amendments.<br />\nIncludes latest judgments delivered by the Supreme Court and various High Courts like, Orator Marketing Pvt. Ltd. v Samtex Desinz Pvt. Ltd, UMC Technologies Pvt. Ltd. v Food Corporation of India, Ashok Prasad v State of Bihar, etc.<br />\nComes with an additional Pen Drive that contains editable forms, specimen, conveyances, precedents, deeds and documents, agreements and contracts with model legal clauses.</p>\n', '15th', 0, '9789391211523', '667', '2021', '14', '2023-07-10_10_55_27.993326301_Legal_Draftsman.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 05:25:43', '49', 0, 0, '', '', NULL, '1', '', 5495.00, 0, 4396.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-27 02:36:09'),
(1060, 'Pleadings and Practice', '', '<p>N S Bindra Pleadings and Practice is an exhaustive exposition of the law of pleadings. First published in 1957 and now in its thirteenth edition, this reputed treatise has steadfastly served the legal profession. This edition has been thoroughly revised, while retaining the appreciable qualities of preceding editions. Model forms of plaints and defences, written statements, applications and petitions, writs and appeals have been updated and new forms have been added wherever necessary. Latest amendments and important case law of the high courts and the Supreme Court of India have been duly incorporated.</p>\n', '<p>Exhaustive commentary on the law relating to Pleadings and Practice.<br />\nContains 1185 model forms of plaints, defences, petitions, writs, appeals and more.<br />\nContent has been divided into two parts: the first part expounding the principles governing pleadings, and the second part consisting model forms.<br />\nLatest amendments and important case law have been duly incorporated.<br />\nModel forms have been updated and new forms have also been added.<br />\nRelevant provisions of the Consumer Protections Act, 2019 as well as latest forms introduced by the Direct Tax Vivad se Vishwas Rules, 2020 have also been included in this edition.</p>\n', '13th', 0, '9789389991611', '211', '2021', '14', '2023-07-10_10_59_27.072826303_Pleadings_and_Practice.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 05:30:24', '49,55', 1, 0, '', '', NULL, '2', '', 3895.00, 0, 3895.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 05:30:24'),
(1061, 'Law of Elections and Election Petitions', '', '<p>Law of Elections and Election Petition is a commentary on the law relating to elections to the Parliament, State Legislatures and also Panchayats and Municipalities. This book gives an overview of the entire process of elections beginning with delimitation of constituencies to power of recall. This book is an essential reference for anyone interested in understanding the electoral process in India.</p>\n\n<ul>\n	<li>&nbsp;</li>\n</ul>\n', '<p>Thoroughly revised and updated with changes brought about by recent legislative amendments as well as judgments of constitutional courts.<br />\nA new chapter on the status of Union Territory of Puducherry has been added.<br />\nProvides a detailed and critical analysis of issues such as Qualifications and Disqualifications, Election Expenditures, Corrupt Practices, Electoral Offences and Right to Information.<br />\nCovers the procedural aspects relating to Election Petitions including drafting, presentation, pleadings, reliefs that can be granted, limitation and costs.<br />\nIncludes important judgments delivered by the various high courts and Supreme Court, like K. Lakshminarayanan v. Union of India, Shrimanth Balasaheb Patil v. Hon&rsquo;ble Speaker, Karnataka Legislative Assembly, and Tej Bahadur v. Narendra Modi</p>\n', '6th', 0, '9789391211110', '395', '2021', '14', '2023-07-10_11_06_10.079749307_Law_of_Elections_and_Election_Petitions.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 05:36:13', '123', 0, 0, '', '', NULL, '1', '', 8295.00, 0, 6636.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2023-07-10 05:36:13'),
(1062, 'How India Votes–Election Laws, Practice and Procedure', '', '<p>The revised edition provides detailed information on the practices and procedures relating to elections to the offices of the President and Vice- President, the Indian Parliament and State Legislatures &bull; Thoroughly revised and updated to include all relevant case law as well as legislative changes made to the law of elections &bull; Comprehensive commentary covering all aspects of the Indian electoral system such as: - Composition of Parliament, State Legislatures - The Election Commission&ndash;Functions, Disciplinary Control over election machinery - Delimitation of Constituencies - Qualifications and Disqualifications for Membership of Parliament and State Legislatures - Political Parties and Election Symbols - Counting of Votes - Election Disputes &bull; Contains numerous legislative and statutory developments since the publication of last edition to ensure that the latest position of law on various aspects is reflected in the book &bull; Changes introduced by the Election Laws (Amendment) Act, 2016 have been critically analyzed &bull; Contains latest position of law on various aspects such as: - Imposition of recent President&rsquo;s rule in the States of Arunachal Pradesh and Uttarakhand, - Right to vote by post of a member who is critically ill, - Term of office of member of state legislative assembly - Non-application of Tenth Schedule to the Constitution to voting at elections to State Legislative Councils by Members of State Legislative Assemblies - Custody of Election Material - No Further Delimitation Till 2031 - Post Reorganization Delimitation in Andhra Pradesh and Telangana &bull; Cited in numerous Supreme Court and High Court Judges/ Practitioners, the book is a must have for Law Practitioners, Judges, Election Commission Officials, Law Students, Faculty, Journalists, Advisors to Politicians, Election Commission of India and State Election Commissions Libraries, Judicial Academies, Libraries, Municipal Corporations, Political Parties, Civil Society Organizations and more.</p>\n', '', '5th', 0, '9789395116954', '685', '2025', '14', '2025-05-13_14_39_13.410700how_india_votes.jpg', 0, '1196', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 05:47:47', '123', 0, 0, '', '', NULL, '1', '', 3695.00, 0, 3140.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 05:47:47'),
(1063, 'Guide to the Electricity Laws', '', '<p>Power is today a basic human need. It is the critical infrastructure on which modern economic activity is fully dependent. Only 55% households in India have access to electricity. Most of those who have access do not get uninterrupted reliable supply. The Industry In India has among the highest tariffs In the world and is not assured of the quality of supply. In this era of globalization, it is essential that electricity of good quality is provided at reasonable rates for economic activity so that competitiveness increases. Being internationally competitive is now essential for achieving the vision of 8% GDP growth per annum, employment generation and poverty alleviation. It is In this context that the Electricity Act, 2003 seeks to bring about a qualitative transformation of the electricity sector through a new paradigm. The Act seeks to create liberal framework of development for the power sector by distancing Government from regulation. It replaces the three existing legislation, namely, Indian Electricity Act, 1910, the Electricity (Supply) Act, 1948 and the Electricity Regulatory Commissions Act, 1998. The objectives of the Act are to consolidate the laws relating to generation, transmission, distribution, trading and use of electricity and generally for taking measures conducive to development of electricity industry, promoting competition therein, protecting interest of consumers and supply of electricity to all areas, rationalization of electricity tariff, ensuring transparent policies regarding subsidies, promotion of efficient and environmentally benign policies, constitution of Central Electricity Authority, Regulatory Commissions and establishment of Appellate Tribunal and for matters connected therewith or incidental thereto. The Act strikes a balance which takes into account the complex ground realities of the power sector in India with its ineluctable problems.</p>\n', '<p>The salient features of the Act are:</p>\n\n<p>The Central Government to prepare a National Electricity Policy in consultation with State Governments. (Section 3).<br />\nThrust to complete the rural electrification and provide for management of rural distribution by Panchayats, Cooperative Societies, non-Government organizations, franchisees etc. (Sections 4, 5 and 6).<br />\nProvision for license free generation and distribution in the rural areas. (Section 14).<br />\nGeneration, being de-licensed and captive generation being freely permitted, Hydro projects would, however, need clearance from the Central Electricity Authority. (Sections 7, 8, 9).<br />\nTransmission Utility at the Central as well as State level, to be a Government company-with responsibility for planned and coordinated development of transmission network. (Sections 38, 39).<br />\nProvision for private licensees in transmission and entry in distribution through an independent network, (Section 14).<br />\nOpen access in transmission from the outset, (Sections 38-40).<br />\nOpen access in distribution to be introduced in phases with surcharge for current level of cross subsidy to be gradually phased out along with cross subsidies and obligation to supply. SERCs to frame regulations within one year regarding phasing of open access. (Section 42).<br />\nDistribution licensees would be free to undertake generation and generating companies would be free to take up distribution businesses. (Sections 7, 12).<br />\nThe State Electricity Regulatory Commission is a mandatory requirement. (Section 82) (xi) Provision for payment of subsidy through budget. (Section 65)</p>\n', '5th', 0, '9788131253892', '687', '2018', '14', '2023-07-10_11_21_02.730364310_Guide_To_The_Electricity_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 4, '2023-07-10 05:51:21', '18', 1, 0, '', '', NULL, '1', '', 3495.00, 0, 2970.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 05:51:21'),
(1064, 'Law Relating to Electricity in India', 'An exhaustive section-wise Commentary on the Electricity Act, 2003 alongwith Central and State Acts, Rules, Regulations, Notifications and Model Forms', '<p>Electricity has crept forward all unconsciously through the outpost of the past, out-manoeuvred prejudice and overrun precedent. This is an exhaustive commentary on The Electricity Act, 2003 along with Central and State Acts, Rules, Regulations, Notifications and Model Forms. This classic work by S. Krishnamurthi Aiyar stands to the test of time since post many years. This edition has been revised thoroughly incorporating latest case laws, statutory amendments and developments. In this volume where the legal aspect has been given the importance it deserves, the technical aspect has not been neglected. The aim of this work is to provide the lawyer as well as the laymen user of electricity and also the staff of an electricity undertaking, all essential points concerning the law and practice relating to the supply and use of electrical energy.</p>\n', '', '3rd', 0, '9789351437376', '381', '2016', '14', '2023-07-10_11_22_32.428877311_Law_Relating_to_Electricity_in_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 05:52:47', '18', 1, 0, '', '', NULL, '1', '', 1695.00, 0, 1389.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-10 05:52:47'),
(1065, 'Environmental & Pollution Laws in India', '', '<p>This book is an exhaustive commentary on aspects related to environmental law, divided into three-volumes. It is the most comprehensive and extensive title on the laws related to pollution control and environment protection in India, making this work an essential reference aid for anyone concerned with the interpretation and implementation of Environmental Laws in India.</p>\n', '<p>&bull; This book deals with various aspects of Environmental and Pollution Laws in India.<br />\n&bull; Divided into 27 Chapters, the work discusses all important topics such as Air Pollution, Water Pollution, Noise Pollution, Nuclear Pollution, Marine Pollution and Light Pollution, National Green Tribunal - Genetically Modified Organisms, and - Marine Pollution.<br />\n&bull; Topics such as De-Reservation, Diversion of Forest Land, Compensatory Afforestation, Sustainable Development, Doctrine of Margin of Appreciation, Non Forest Activities, Wood Based Industries, Environment Compensation Charge, Spent Fuel Management have been discussed in detail.<br />\n&bull; All important judgments delivered by the Supreme Court, National Green Tribunal and various High Courts have been incorporated.<br />\n&bull; Select judgments from other jurisdictions such as the United Kingdom and European Union have also been included.<br />\n&bull; It also contains analysis of important conventions such as:<br />\n* International Convention for the Prevention of Pollution from Ships, 1973<br />\n* Nairobi Wreck Removal Convention, 2007<br />\n* BASEL Convention on the Control of Trans-boundary Movements of Hazardous Wastes and their Disposal<br />\n* Convention on Biological Diversity<br />\n* The International Convention on Civil Liability for Bunker Oil Pollution Damage, 2001</p>\n', '4th', 0, '9789395116053', '688', '2022', '14', '2023-08-03_19_42_10.4777029789395116053.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 05:56:16', '54', 0, 0, '', '', NULL, '1', '', 6795.00, 0, 5436.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2023-07-10 05:56:16'),
(1066, 'Electronic Evidence in the Courtroom - A Lawyer’s Manual', '', '<p>This book is an earnest attempt to enlighten practitioners from all fields of law with ultra-practical and legal nuances of electronic evidence in a very simple and lucid language. A decade of experience, research and incessant search of best practices in the world of electronic evidence, have gone into making this treatise.<br />\nThis book work provides hands-on forensics tools, practical techniques, tricks and tips, court approved formats, precedents and visual illustrations to prove and more importantly to disprove any kind of electronic evidence.</p>\n', '<p>Attempts to bridge the gap between the actual procurement of electronic evidence and its proof in the Court of Law.<br />\nCovers the life cycle of electronic evidence from its acquisition and analysis till its cross examination and final assessment by the judge.<br />\nWoven around numerous well known and not-so-known judgments of various Indian High Courts and the Supreme Court.<br />\nAdopts a practical and capable approach to equip a lawyer to deal with any kind of the electronic evidence in the trial and situations arising in the world of InternetAttempts to enlighten the practitioners from all the fields of law with ultra-practical and legal nuances of electronic evidence in a very simple and lucid language.<br />\nAlong with the relevant citations and discussion, the book intends to give the reader concrete examples of the best practices followed for proving the major kinds of electronic evidence.</p>\n', '1st', 0, '9788197759055', '689', '2022', '14', '2023-07-10_11_29_33.906050321_Electronic_Evidence_in_the_Courtroom.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 05:59:48', '16', 0, 0, '', '', NULL, '1', '', 1495.00, 0, 1196.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2023-07-10 05:59:48');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1067, 'Law of Evidence – In India, Pakistan, Bangladesh, Burma, Ceylon, Malaysia & Singapore', '', '<p>First published in 1913, this legal classic has held sway for the last several decades. Sarkar&rsquo;s commentary on the Indian Evidence Act illustrates and explains the provisions of the Act in a lucid, comprehensive and systematic manner. Widely quoted in judgments of the Supreme Court as well as various High Courts, this legal classic is the most valuable resource on the subject. It is the most acclaimed and authoritative section wise commentary on the subject that traces and incorporates all judicial and legislative developments in India as well as common law jurisdictions such as Bangladesh, Singapore and Pakistan. The book is a standard reference for judges, advocates, law firms, judicial academies, police training academies, institutional libraries, students, teachers and researchers.</p>\n', '<p>&bull; Covers emerging issues as well as latest legislative developments.<br />\n&bull; Includes important developments, especially in the area of evidence of electronic records, decisions relating to use of DNA for establishing or non-establishing the paternity a child and for other purposes and different paradigms of application of settled principles of law of evidence to different factual matrix.<br />\n&bull; Contains critical appraisal of judgments of Indian Courts that have led to the change and development in the legal position.<br />\n&bull; Critically examines the provisions relating to Evidence law not only in India but also in the countries like United Kingdom, Malaysia, Pakistan, Bangladesh, Burma and Ceylon.</p>\n', '20th', 0, '9789389991475', '336', '2020', '14', '2023-07-10 11:31:38.485425322 Law of Evidence – In India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 06:01:52', '16', 1, 0, '', '', NULL, '1', '', 6250.00, 0, 5312.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 06:01:52'),
(1068, 'The Law of Evidence (Marathi Translation)', '', '<p>This translated edition plays an indispensable role in the administration of justice. It is only through reliable, relevant, and admissible evidence that substantive rights may be established in a court of law. The courts have, over the years painstakingly analysed and interpreted different forms of evidence&mdash;written, oral and electronic&mdash;in their effort to arrive at the right conclusions. Recent judgments may be seen to be aids for Parliament in amending existing legislation and in formulating new provisions in consonance with the times. First published in 1916, this section wise commentary on the Indian Evidence Act enjoys the reputation of being one of the most authoritative publications on the subject. Several topics have been rewritten and existing comments have been elaborated taking into account the changes brought about by recent legislative amendments as well as judgments of higher courts. Latest and notable cases of the Supreme Court as well as various High Courts have been incorporated. This edition incorporates the changes made by the Criminal Law (Amendment) Act, 2013 and critically analyses the latest case law. This book is invaluable for trial lawyers&mdash;civil and criminal&mdash;advanced students of law, forensic sciences, criminology, gender studies and human rights.</p>\n', '', '25th', 0, '9789351437246', '393', '2016', '14', '2023-07-10_11_33_06.341002323_The_Law_of_Evidence.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 06:03:34', '16', 1, 0, '', '', NULL, '1', '', 1250.00, 0, 1250.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 06:03:34'),
(1069, 'The Law of Evidence', '', '<p>First published in 1916, this section-wise commentary on the law of evidence is widely regarded as one of the most authoritative publications on the subject. It adopts an integrated approach, with the provisions of the Indian Penal Code, 1860 and the Code of Criminal Procedure, 1973 eferred to wherever necessary, for better understanding of complex legal issues.</p>\n', '<p>&bull; Technical rules of evidence have been illustrated and explained in a lucid, comprehensive and systematic manner<br />\n&bull; This edition has been meticulously revised taking into account the changes brought about by recent legislative amendments&nbsp;<br />\n&bull; An attempt has been made to set out the legal position, notice contemporary developments and offer appropriate critiques&nbsp;<br />\n&bull; Unnecessary precedents that have clouded and obscured the general principle of every provision has been culled.&nbsp;<br />\n&bull; Incorporates latest and notable cases of the Supreme Court as well as High Courts, such as the recent decision of the Supreme Court in Tofan Singh v State of Tamil Nadu, (2021 4 SCC 1) which has set at rest the raging controversy on the admissibility of confessions recorded by the officials of the Department of Revenue Intelligence (DRI) under the NDPS Act.</p>\n', '26th', 0, '9789391211745', '393', '2021', '14', '2023-07-10_11_35_10.213586325_The_Law_of_Evidence.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 06:05:52', '16', 1, 0, '', '', NULL, '1', '', 3795.00, 0, 3795.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 06:05:52'),
(1070, 'The Indian Evidence Act', '', '<p>A topical commentary, with a section-wise content flow, this work adopts an entirely different approach to the study of the law of evidence; focussing on emerging issues as well as international developments. The Common Law countries have brought about significant changes in the well- established rules of Common Law pertaining to evidence, and these have developments have been referred at appropriate places in this work. Relevant statutory changes have been incorporated, and important decisions by apex courts in India, United Kingdom, USA, Australia, Canada, New Zealand, Singapore, Malaysia, Nigeria that have either altered the direction of legal principles or thrown new light on existing principles, have been carefully examined. The Indian Evidence Act&rsquo;s interface with the Criminal Procedure Code, Civil Procedure Code and the Indian Penal Code has also been analysed; providing interesting insights into the whole corpus of the law of evidence of India.A topical commentary, with a section-wise content flow, this work adopts an entirely different approach to the study of the law of evidence; focussing on emerging issues as well as international developments. The Common Law countries have brought about significant changes in the well- established rules of Common Law pertaining to evidence, and these have developments have been referred at appropriate places in this work. Relevant statutory changes have been incorporated, and important decisions by apex courts in India, United Kingdom, USA, Australia, Canada, New Zealand, Singapore, Malaysia, Nigeria that have either altered the direction of legal principles or thrown new light on existing principles, have been carefully examined. The Indian Evidence Act&rsquo;s interface with the Criminal Procedure Code, Civil Procedure Code and the Indian Penal Code has also been analysed; providing interesting insights into the whole corpus of the law of evidence of India.</p>\n', '', '3rd', 0, '9789388548205', '690', '2019', '14', '2023-07-10_11_37_45.920322326_The_Indian_Evidence_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 06:08:00', '16', 1, 0, '', '', NULL, '1', '', 2795.00, 0, 2375.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 06:08:00'),
(1071, 'The Law of Evidence', '', '<p>The law of evidence occupies a pivotal role in the effective functioning of the judicial system as the existence of substantive rights can only be established by relevant and admissible evidence. It lays down the quintessential aspects of judicial investigation for effective administration of justice. With rapid advances in diverse fields of life, human relations have undergone an unforeseen transformation, presenting new conflicts and controversies. The law of evidence must therefore regularly groom itself for facing the emerging developments which pose unprecedented problems in the collection of evidence and proof of facts. Over the years, the Courts through judicial precedents and diverse case law have enriched the lexicon of the law of evidence. Ratanlal &amp; Dhirajlal&rsquo;s Law of Evidence is one of the country&rsquo;s most relied on and respected titles and has been in print for almost a century. The sheer fact that the book has gone through many editions, stands testimony to its intrinsic worth and scholastic wealth. This book is invaluable for practicing lawyers, law students, police trainees and officers, law universities, judicial academies, legal departments, Judges and Institutional libraries.</p>\n\n<p><strong>New to this edition:</strong><br />\nLegislative changes introduced vide Amendment 2018 have been duly incorporated at appropriate places.<br />\nIncorporates relevant statutory changes in the law made post the publication of the last edition.<br />\nIncludes important decisions of Supreme Court and various High courts.<br />\nThe provisions and the case laws that stands no longer effective in the light of amendments and developments that have taken place have been duly removed.<br />\nTo make the book brief and concise, many topics have been re written and comments have been pruned at the same time maintaining the originality and essence of the commentary.</p>\n', '<p>A critical commentary covering emerging issues as well as legislative developments.<br />\nFocuses on the developments made in the law relating to criminal law since the last publication.<br />\nTraces the close inter relationship of provisions containing in Indian Penal Code, Code of Criminal Procedure and Indian Evidence Act.<br />\nContains and discusses in detail the Criminal Law Amendment 2013 and 2018.<br />\nContains critical appraisal of judgments of the Indian Courts that have led to the change and development in the legal position.<br />\nMajor landmark and important judgements have been incorporated.</p>\n', '27th', 1, '9789388548526', '393', '2019', '14', '2023-07-10_11_49_03.259591327_The_Law_of_Evidence.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-10 06:19:21', '16', 1, 0, '', '', NULL, '1', '', 1195.00, 0, 1015.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 06:19:21'),
(1072, 'Law of Evidence', '', '<p>Woodroffe and Amir Ali is a highly acclaimed and authoritative section-wise commentary on the Indian Evidence Act, 1872 providing updated and detailed analysis of its provisions. The Law of evidence occupies an important role in effective functioning of the judicial system as the existence of substantive rights can only be established by relevant and admissible evidence. Over the years, the Courts through judicial precedents and diverse case law have enriched the field of the law of evidence.</p>\n\n<p><strong>New to this edition</strong><br />\nIncorporates major judicial and legislative developments after publishing of previous edition.<br />\nContains and discusses in detail the Criminal Law (Amendment) Act, 2018 and Jammu and Kashmir Reorganisation Act, 2019.<br />\nRedundant content is deleted to maintain relevance to the subject.</p>\n', '<p>Covers all aspects and dimensions of law of evidence in India.<br />\nMajor landmark judgments have been incorporated.<br />\nUp to date with current legal position after the publishing of previous edition.<br />\nWidely cited in and referred in numerous Supreme Court and High Court judgments</p>\n', '21st', 0, '9789388548793', '396', '2020', '14', '2023-07-10_11_55_16.955082328_Law_of_Evidence.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 06:25:33', '16', 1, 0, '', '', NULL, '2,1,3', '', 9950.00, 0, 9950.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 06:25:33'),
(1073, 'Law on Documentary Evidence', '', '<p>Law on Documentary Evidence is a section wise commentary on the subject of Documentary Evidence and covers inter alia the relevant provisions of Indian Evidence Act, 1872. The book exhaustively covers all the relevant case-law as also the legislative amendments brought about in the Act, from time to time, making the book a unique and useful guide for the readers. The commentary is divided into different chapters covering the sections in seriatim following the sequence in the Act which makes readers&#39; search for information on the subject, quick, easy and untroublesome. The book shall be of great help to law students, teachers, lawyers, judges, court staff, law libraries, law universities et al.</p>\n', '', '1st', 0, '9789350359587', '642', '2016', '14', '2023-07-10_11_56_39.247450331_Law_on_Documentary_Evidence.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 06:26:55', '16', 1, 0, '', '', NULL, '1', '', 1395.00, 0, 1395.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 06:26:55'),
(1074, 'Law of Evidence (Being a Commentary on Indian Evidence Act, 1872 as amended by Act 13 of 2013)', '', '<p>Chief Justice Monir&rsquo;s work on the law of evidence occupies a unique place amongst the innumerable texts on the subject. Being concise yet comprehensive, this textbook is an essential reference tool for students to understand the dynamics and inherent technicalities of the law of evidence.</p>\n', '<p>Breaks down complex principles and technicalities to provide a lucid exposition of the evidence law.<br />\nRetains the original writing of Chief Justice M Monir as well as the reader-friendly approach.<br />\nImportant case law and recent legislative developments have been duly incorporated.<br />\nEssential aid for students and academicians</p>\n', '17th', 0, '9789351438939', '397', '2016', '14', '2023-07-10_11_58_44.196783333_Law_of_Evidence.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 06:29:00', '16', 1, 0, '', '', NULL, '1', '', 3995.00, 0, 3995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 06:29:00'),
(1075, 'Indian Law of Marriage & Divorce', '', '<p>Kumud Desai&rsquo;s Indian Law of Marriage and Divorce is a comprehensive commentary on the personal laws of the country, relevant Central and State Acts, and Rules, including a part dedicated to general principles relating to matrimonial laws. To aid the understanding of the reader, the book is divided into ten parts, in addition to an exhaustive list of appendices. The latest legal and judicial position is captured under each of the nine parts, and the tenth part contains general principles which are common to all personal laws; constituting a crux of the analysis in the preceding parts. Moreover, this book is the first of its kind, which seeks to examine in detail the issue of gender equity in the matter of divorce in Muslim personal law of India through three dimensional perspective; legal, sociological and Constitutional, relying on substantive empirical data.</p>\n', '<p>Includes 66 Appendices on various Central as well as State Acts and Rules (including extracts of other allied laws relevant to marriage and divorce).<br />\nCommentary has been thoroughly revised and concepts including Uniform Civil Code, Constitutional provisions pertaining to marriage and divorce, etc have been reorganized.<br />\nIncludes landmark judgments of Supreme Court and High Courts on important aspects of Marriage and Divorce like same sex marriage, irretrievable breakdown of marriage, powers of Supreme Court under Article 142 to annul an irretrievably broken-down marriage, etc.<br />\nIncludes all significant amendments to the statutes related to marriage and divorce.&nbsp;</p>\n', '12th', 0, '9789395116244', '399', '2022', '14', '2023-07-10_12_00_34.254678334_Indian_Law_of_Marriage_&_Divorce.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-10 06:30:48', '33', 0, 0, '', '', NULL, '1', '', 3795.00, 0, 3036.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2023-07-10 06:30:48'),
(1076, 'Hindu Law', '', '<p>A journey of twenty-five editions, spanning over a period of more than a hundred years, speaks volumes about this iconic legal classic. This tome has, since its inception, traced the origins, development and periodic changes that have taken place in the field of Hindu Law. Time and again, this seminal work has been relied upon by the Bench and the Bar, and its mention can be found in numerous important judgments of the Supreme Court and the High Courts.</p>\n\n<p>The Hindu Law book is divided into two parts: Part 1 of the commentary deals with customary Hindu Law, and Part 2 contains section-wise commentary on four major enactments: The Hindu Marriage Act, 1955, The Hindu Succession Act, 1956, The Hindu Minority and Guardianship Act, 1956, and The Hindu Adoptions and Maintenance Act, 1956.</p>\n', '<p>Contains in depth analysis and commentary on all aspects of Hindu Law</p>\n\n<p>Significantly focuses on the incisive commentary on important aspects of the Hindu Succession Act in relation to coparcenary and daughters as Karta</p>\n\n<p>Discusses the important topic of &lsquo;Same Sex Marriage&rsquo; under the Hindu Marriage Act, as has been specified via Judgments like Navtej Singh Johar v UOI, Supriyo @ Supriya Chakraborty v UOI, and S Rajadurai v State (NCT) of Delhi</p>\n\n<p>Includes brief commentary on the Uttarakhand Uniform Civil Code Bill and its proposed changes on marriage, adoption, and related aspects</p>\n\n<p>Meticulously analyses all aspects of Hindu Law including the Shastric Hindu law as well as the four legislations governing Hindus</p>\n\n<p>Reference has been made to the &lsquo;New Criminal Acts&rsquo;</p>\n\n<p>Case law up to December 2023 has been included and also commented upon, wherever required</p>\n', '25th', 0, '9788119403417', '215', '2024', '14', '2025-03-28_11_50_49.010997mlh.jpg', 0, '1500', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 06:32:15', '23', 0, 0, '', '', NULL, '1', '', 3995.00, 0, 3196.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2023-07-10 06:32:15'),
(1077, 'Family Law Lectures - Family Law II', '', '<p>Family Law-I deals with laws governing marriage and matrimonial remedies of nullity, restitution of conjugal rights, judicial separation and divorce, and ancillary remedies of maintenance, legitimacy, adoption, custody and guardianship of children and distribution of spousal property. Matrimonial laws vary with the religion, region and tribe of the parties in India and co-exist with secular laws covering virtually every aspect of domestic relations.</p>\n', '<p>The book examines and covers all the major aspects of matrimonial laws applicable to Hindus and Muslims drawing comparisons from the analogous laws applicable to other communities in India.<br />\nIt discusses the legislative and judicial changes that have brought certain complexities in terms of both recognition of alternate forms of intimate unions, though for limited purposes and extensive dilution of divorce provisions.<br />\nAlso examines the secular legislations governing domestic relations in the area of adoption, custody and guardianship of children and maintenance.<br />\nIncludes important case law and legislative changes.</p>\n', '1st', 0, '9788195294558', '307', '2021', '14', '2023-08-03_20_32_24.7447569789391211660-290x405.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-10 06:34:33', '23', 0, 0, '', '', NULL, '2', '', 975.00, 0, 828.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 06:34:33'),
(1078, 'Family Law Lectures - Family Law I', '', '<p>It covers all the important aspects of family law including marriage, maintenance, and division of matrimonial property, gender justice, guardianship, child welfare and domestic as well as inters country adoption, as developed by the Supreme Court and various High Courts.</p>\n', '', '6th', 1, '9789391211417', '691', '2022', '14', '2023-07-10_12_05_28.119000339_Family_Law_Lectures_-_Family_Law_I-kusum.jpg', 0, '800', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-10 06:35:45', '23', 0, 0, '', '', NULL, '2', '', 950.00, 0, 760.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2023-07-10 06:35:45'),
(1079, 'Family Law Lectures - Family Law II', '', '<p>Family Law Lectures II is an exhaustive publication on the law relating to property and succession. It covers all major aspects relating to Hindus, Muslims, Christians and Parsis. It also examines fundamental concepts dealing with the joint family, coparcenary, partition, interstate succession as well as the law relating to gifts, wills, and inheritance. This book is an essential reference for students, researchers, academicians and those preparing for competitive examinations.</p>\n', '<p>Discusses the general principles of major Inheritance laws amongst the various communities and regions in India, and the sources of Hindu and Muslim law.<br />\nCovers area of devolution of property through Inheritance and Succession amongst Hindus and law governing gifts, wills, gifts made during marz-ul maut and Inheritance amongst Muslims.<br />\nTraces in detail the classical concept of Hindu Joint Family, Coparcenary, categorization of different kinds of property that a Hindu may own, Concept of Trading Families, Karta, Alienation and Partition of Joint Family Property, Devolution of Coparcenary Property and Inheritance and Succession to the separate property under the Hindu Succession Act, 1956 and the above mentioned topics under Muslim law.<br />\nIncorporates important judgments delivered by the Supreme Court and High Courts.</p>\n', '5th', 0, '9789391211660', '307', '2021', '14', '2023-07-10_12_08_06.330123341_Family_Law_Lectures_-_Family_Law_II.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 06:38:15', '23', 1, 0, '', '', NULL, '2', '', 850.00, 0, 850.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 06:38:15'),
(1080, 'Law of Marriage, Maintenance, Separation and Divorce', '', '<p>This edition has been revised with upto-date case-law of the Supreme Court and different High Courts in India in the hope that it will enrich its utility and effectiveness to the readers. Since this book has its long-standing reputation, the features and structure of the book have been retained in their original form. There have been additions of new material as and where relevant and appropriate, similarly, out-dated material has been omitted. It is hoped that the readers of this edition will be equally benefited as its earlier ones.</p>\n', '', '5th', 0, '9788131251447', '381', '2017', '14', '2023-07-10_12_09_44.255569343_Law_of_Marriage,_Maintenance,_Separation_and_Divorce.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 06:39:59', '33', 0, 0, '', '', NULL, '1', '', 2395.00, 0, 2035.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 06:39:59'),
(1081, 'Law Relating to Cruelty to Husband - Divorce and Maintenance to Wife', '', '<p>Keeping in view of the increasing trend for the demand of this book, the present edition has been prepared meticulously by adding up to date case laws and new enactments which have been reported in various law journals, Law Commission&rsquo;s Reports etc.</p>\n', '', '4th', 0, '9788131250730', '658', '2017', '14', '2023-07-10_12_13_54.107483344_Law_Relating_to_Cruelty_to_Husband_-_Divorce_and_Maintenance_to_Wife.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-10 06:44:19', '12', 0, 0, '', '', NULL, '1', '', 750.00, 0, 637.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 06:44:19'),
(1082, 'Key to Marriage, Divorce and Maintenance Practice and Procedures', '', '<p>Key to Marriage, Divorce and Maintenance Practice and Procedures caters to the specific needs of the readers, by providing a clear understanding of certain aspects of the law relating to Marriage, Maintenance and Divorce. The primary objective of this work is to present the significant aspects of these fields of law in a simple and coherent manner.&nbsp;</p>\n', '<p>Provides a lucid yet comprehensive coverage of the law, in a simple and straightforward way.<br />\nAcquaints readers with the procedural laws and rules which are followed in a court of law, in cases of a matrimonial disputes.<br />\nContains important decisions of different High Courts and the Supreme Court.<br />\nIncorporates recent legislative changes, latest trends and contemporary issues.</p>\n', '3rd', 0, '9789391211066', '692', '3rd', '14', '2023-07-10_12_17_44.990157349_Key_to_Marriage,_Divorce_and_Maintenance_Practice_and_Procedures.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 06:48:05', '23', 1, 0, '', '', NULL, '1', '', 395.00, 0, 395.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 06:48:05'),
(1083, 'Law of Adoption, Minority, Guardianship and Custody', '', '<p>This new edition of &#39;Law of Adoption, Minority, Guardianship and Custody analyses wide spectrum of the Indian personall law of adoption and guardianship and custody of Hindus, Muslims, Christians and Parsis with relevant references to the law of some other countries, particularly that of England. Statutory provisions and judicial decisions have been critically analysed. This work also states the law of intercountry adoptions as evolved by the Supreme Court and other connected matters including the U.N. Charter of Right of the child and some High Court Rules. A table of cases and subject index have also been provided. This work has been primarily written for practitioners of law and judges. It may also help scholars and law reformers.</p>\n', '', '5th', 0, '9789350352281', '693', '2016', '14', '2023-07-10_12_21_39.168602350_Law_of_Adoption,_Minority,_Guardianship_and_Custody.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 06:52:51', '23', 0, 0, '', '', NULL, '1', '', 1495.00, 0, 1270.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 06:52:51'),
(1084, 'Law of Marriage and Divorce', '( A Comprehensive treatise on Matrimonial Laws of all the Indian communities including Hindus, Muslims, Christians, Parsis and Jews)', '<p>This is a comprehensive treatise on the matrimonial laws of all the Indian communities including Hindus, Muslims, Christians, Parsis and Jews. Essentially the book is written for the practitioners of law and judges whose business is to provide relief to the persons/s laboring under yoke of unhappy or broken marriages. It may also help scholars, researchers and reformers of law. Along with portraying as law is today it also gives constructive ctiticism with the exposition of certain law or principles thereof. Since the work is written for practitioners of law and judges. High Courts Rules framed under the matrimonial statutes Rules for registration of marriage of different states and Family Court Rules of different States are appended for easy reference.</p>\n', '', '7th', 0, '9789351438359', '693', '2017', '14', '2023-07-10_14_58_57.943411351_Law_of_Marriage_and_Divorce.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-10 09:30:46', '23', 1, 0, '', '', NULL, '1', '', 3295.00, 0, 2750.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 545.00, '2023-07-10 09:30:46'),
(1085, 'Introduction to Muslim Law', '', '<p>Introduction to Muslim Law, first published in 2013, was an abridged version of Muslim Law in India and Abroad. As a second restructured edition of the latter was published in 2016, the authors updated this shorter book too on the same pattern. In this edition the much awaited Supreme Court judgment on the issue of triple talaq has been covered, explained and commented upon. This book shall be of immense help to law students, faculties, libraries, members of Bar and Bench interested in understanding the nuances of Muslim Law in India and Abroad.</p>\n', '', '2nd', 0, '9788131253809', '695,175', '2017', '14', '2023-07-10_15_03_07.376637354.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 09:33:41', '23', 1, 0, '', '', NULL, '2', '', 495.00, 0, 420.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 09:33:41'),
(1086, 'Muslim Law in India and Abroad', '', '<p>This book, consolidating the author&#39;s all earlier works on Muslim law, was first published in 2012. In the light of his fresh thinking and experiences of the last over four years he has recast it, simplifying the arrangement of chapters and subjecting each of them to a thorough revision. The book offers in two separate parts a critical study of the Indian legislation on Muslim law and its uncodified principles, explaining the latter with reference to its original sources and indicating its reform in several other countries. With a view to making it a comprehensive sourcebook, extracts from some of the author&#39;s other works published elsewhere have been appended in two Supplements.</p>\n', '', '2nd', 0, '9789350356975', '175', '2016', '14', '2023-07-10_15_04_49.548199355_Muslim_Law_in_India_and_Abroad.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 09:35:15', '23', 1, 0, '', '', NULL, '1', '', 725.00, 0, 725.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 09:35:15'),
(1087, 'Human Values and Human Rights', '', '<p>The Human Rights Jurisprudence in India is developing in leaps and bounds by the Apex Court of this country which, case-by-case is taking help of International Human Rights Declarations, Covenants and Instruments in understanding and amplifying the declared Fundamental Rights in the Constitution of India. In the present book various dimensions of human rights like right to health, education, rights of elder citizens, mentally ill, women, etc. have been covered. There are also articles on the need to inculcate human values to make people in and outside Government conscious of their fundamental human duties which are necessary for developing mutual respect for human rights of various categories of persons and citizens of the country. The book examines the field of Human Rights and indicates various fields where the need of Human Rights&#39; approach in and outside government is becoming more and more crucial.The Human Rights Jurisprudence in India is developing in leaps and bounds by the Apex Court of this country which, case-by-case is taking help of International Human Rights Declarations, Covenants and Instruments in understanding and amplifying the declared Fundamental Rights in the Constitution of India. In the present book various dimensions of human rights like right to health, education, rights of elder citizens, mentally ill, women, etc. have been covered. There are also articles on the need to inculcate human values to make people in and outside Government conscious of their fundamental human duties which are necessary for developing mutual respect for human rights of various categories of persons and citizens of the country. The book examines the field of Human Rights and indicates various fields where the need of Human Rights&#39; approach in and outside government is becoming more and more crucial.</p>\n', '', '2nd', 0, '9789350358924', '696', '2016', '14', '2023-07-10_15_08_16.622674437_Human_Values_and_Human_Rights.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 09:38:30', '26', 0, 0, '', '', NULL, '1', '', 895.00, 0, 760.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 09:38:30'),
(1088, 'Technology Laws Decoded', '', '<p>In view of the increasing involvement of Technology in all walks of life, an understanding of the regulatory framework governing its use and misuse is essential for all. Technology Laws Decoded was conceived to become a single point reference on substantive and procedural aspects of Cyber Laws. Technology Laws Decoded is a seminal work on Cyber Laws. The book carves out the dalliance between Constitution, Crimes, IPR and Contracts with technology laws, thereby evolving into a separate field of study. The book addresses procedural complexities through detailed analyses of Electronic Evidence and Jurisdiction in Cyberspace. The author, Ms. N. S. Nappinai, Advocate has adopted an engaging and thematic approach to deliver a holistic and comprehensive perspective to cyber laws. Her scholarly analysis of the humungous topics ranging from Cyber policies; Cyber warfare and terrorism; cyber crimes; impact of the cyber domain on media and entertainment, gaming, animation, sports, personality rights, to name a few, makes the book relevant for all readers including legislators and policy makers; judiciary, armed forces, intelligence agencies, police, legal practitioners, businesses, industries and students. Key Features:- &bull; Comprehensive commentary on Cyber Laws in India. &bull; Provides 360&deg; view of cyber laws through a study of the interplay of technology with different branches of law including: Technology and Constitution; Technology and Crimes, IPR, Contracts &bull; Delves into procedural aspects of Jurisdiction and Electronic Evidence, impacted by technological developments &bull; Thematically arranged chapters discuss interplay of provisions of (i) Information Technology Act, 2000 (ii) Indian Penal Code, 1860 (iii) Indian Evidence Act, 1882 (iv) Code of Criminal Procedure, 1973; Indian Constitution; IP Enactments; and Contracts Act, 1872; &bull; Includes comparative analysis of the law in India with other evolved jurisdictions including, where applicable, UK, EU, USA, Canada, and Singapore &bull; Flow-charts, diagrams and figures have been included to explain Techno-legal aspects &amp; the legal provisions. &bull; Discusses several aspects including cyber terrorism, existing frameworks for cyber warfare and cyber policies including for emerging technologies including Cloud Computing, Drones and Internet of Things. Testimonials &ldquo;Technology Laws Decoded &hellip; analyses existing law governing technology in depth &hellip;(and) the gaps in it and suggests measures to remedy them. Ms Nappinai has brought to the book her extensive legal expertise&hellip;&rdquo; Dr Vinay Sahasrabuddhe MP, Rajya Sabha and Member, Parliamentary Standing Committee on IT &ldquo;Ms Nappinai has through her authorial work&hellip; unraveled the laws regulating use of cyberspace and technology both in India and internationally&hellip;&rdquo; Mr Amitabh Kant Chief Executive Officer, NITI Aayog &ldquo;Technology Laws Decoded by N S Nappinai meets the challenge posed by cyberspace and disappearance of boundaries by giving a holistic picture of laws and precedents from various jurisdictions&hellip;&rdquo; Dr Ursula Widmer Attorney-at-law, Bern, Switzerland Past President of the International Technology Law Association (ITechLaw) &ldquo;Ms Nappinai&rsquo;s book ... is being published at an appropriate time. &hellip;The author lucidly explains the role of technology vis-&agrave;-vis cyber-crimes, intellectual property and contracts&hellip;. a useful addition to all cyberspace and technology enthusiasts, students, academicians, lawyers and non-lawyers as well.&rdquo; Mr Mohan Parasaran Senior Advocate, Supreme Court &amp; Former Solicitor General of India &ldquo;Ms Nappinai &hellip; succinctly delineates the evolving domain of Technology Laws governing Cyberspace.... The compendium of cases, judgments from across the world&hellip; makes it a ready reckoner for both legal practitioners and Professionals of Technology Industry.&rdquo; Ms Rama Vedashree CEO, Data Security Council of India (DSCI), A division of NASSCOM.</p>\n', '', '1st', 0, '9789350359723', '697', '2017', '14', '2023-07-10_15_10_02.669787439_Technology_Laws_Decoded.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 09:40:15', '27', 1, 0, '', '', NULL, '1', '', 1895.00, 0, 1895.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 09:40:15'),
(1089, 'Commentary on Information Technology Act', 'With Rules, Regulations, Orders, Guidelines, Reports & Policy Documents', '<p>The Information Technology Act, 2000 was enacted to give effect to the United Nations General Assembly resolution adopting the Model Law on Electronic Commerce. It was enacted with a view to give a fillip to the growth of electronic transactions, to provide a legal framework, and to prevent computer based crimes in India. The IT Act was amended in 2008 to address contemporary issues and changing nature of cyber-crimes such as publishing sexually explicit material in electronic form, video voyeurism, leakage of data by intermediary, phishing and identity theft. Section 66A dealing with punishment for sending offensive messages, which was introduced through the 2008 Amendment, was recently declared unconstitutional by the Supreme Court in its judgment in Shreya Singhal v. Union of India, (2015) 5 SCC 1. In addition to discussing this judgment, the present 3rd edition of the commentary meticulously captures all the legislative and judicial developments. New Rules framed under the Act such as the Information Technology (National Critical Information Infrastructure Protection Centre and Manner of Performing Function and Duties) Rules, 2013, and the Information Technology (The Indian Computer Emergency Response Team and Manner of Performing Function and Duties) Rules, 2013 have been included. Relevant policy documents and committee reports including the National Cyber Security Policy (2013), the 12th Plan Report on Cyber Security, the 52nd Report of Standing Committee on Information Technology as well as the 31st Report of Committee on Subordinate Legislation have also been covered in the Appendices. This book is an essential reference work for lawyers practicing in the field of cyber-law, business houses which conduct transactions electronically or are considering doing so, Internet Service Providers, IT and Information Technology Enabled Services (ITES) sectors, members of the Cyber Appellate Tribunal, the TDSAT, central and state judicial academies, and advanced students of cyber law.</p>\n', '', '3rd', 0, '9789351437116', '698', '2016', '14', '2023-08-08_18_12_42.4004869789351437116-397x397.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-10 09:41:35', '27', 1, 0, '', '', NULL, '1', '', 2295.00, 0, 1950.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 09:41:35'),
(1090, 'Computers, Internet and New Technology Laws-A comprehensive reference work with special focus on developments in India', '', '<h2>Computer Internet and New Technology Laws is a comprehensive work that aptly highlights new laws, policies, cases, concepts, events and studies that have evolved cyber laws in the national and international spheres. The book critically examines the emerging crimes such as trolling, sexting, and revenge porn and new developments such as Net Neutrality that have impacted the cyber world. This treatise on Cyber laws will be of immense value to the judiciary, lawyers, law firms, law libraries, legislators, investigation agencies, international organisations, industry associations, e commerce businesses, ITES companies, IT professionals and Iaw students.</h2>\n', '<p>An exhaustive commentary on cyber laws, critically examining contemporary issues and latest developments.<br />\nIncludes and discusses new policies and bills like Personal Data Protection Bill 2019, the Consumer Protection Act 2019, Telecom Commercial communication customer preference regulations 2018.<br />\nIncludes landmark judgments of the Supreme Court and High courts.<br />\nHighlights relevant statutory changes in the law like bitcoins, block chain, ransomware attacks and artificial intelligence.</p>\n', '3rd', 0, '9789391211431', '400', '2021', '14', '2023-07-10_15_13_34.120496441_Computers,_Internet_and_New_Technology_Laws-A_comprehensive_reference_work_with_special_focus_on_developments_in_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 09:43:51', '27', 1, 0, '', '', NULL, '1', '', 2695.00, 0, 2695.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 09:43:51'),
(1091, 'Law of Intermediaries', '', '<p>Informs its users about the latest existing position of the Indian Cyberlaw on the issue of intermediaries and their liability. This book also tells distinct ways in which intermediaries can potentially limit their exposure to potential legal consequences and limit their liability.</p>\n', '', '1st', 0, '9789350356302', '242', '2016', '14', '2023-07-10_15_22_37.234598446_Law_of_Intermediaries.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 09:52:57', '27', 1, 0, '', '', NULL, '1', '', 795.00, 0, 795.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 09:52:57'),
(1092, 'Cyber Law', 'An exhaustive section wise Commentary on The Information Technology Act along with Rules, Regulations, Policies, Notifications etc.', '<p>Cyber Law by Pavan Duggal is an exhaustive section-wise commentary on the Information Technology Act, 2000. The book apart from the statutory provisions also lays down the Rules, Regulations, Policies, Notifications etc framed under the Act, thereby making it a ready reference on the subject. In this second Edition, the ratios of all important landmark judgments passed by the constitutional courts in the country, in the interregnum, impacting and giving a shape to this branch of law, have been included and the commentary updated. The book shall be of great help and an interesting reading for all those interested in this particular branch of law, particularly students, faculties at different law colleges and law universities, law practitioners et al.</p>\n', '<p>&bull; Extensively revised to include important case law and the latest legislative developments on the subject</p>\n\n<p>&bull; Focuses on Cyberlaw in India, in terms of how it has evolved and what are the key challenges&nbsp;&nbsp;</p>\n\n<p>&bull; Includes IT (Intermediary Guidelines and Digital Media Ethics Code) Rules, 2021, FAQs on Part II of the Rules, Directions relating to information security practices, procedure, prevention, response, and reporting of cyber incidents for Safe &amp; Trusted Internet, FAQs on Cyber Security Directions, Budget 2022 speech and relevant extracts on cryptocurrencies, Updated Amended IT Rules, 2021</p>\n', '3rd', 0, '9788131253663', '242', '2023', '14', '2023-07-10_15_24_19.049955448_Cyber_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-10 09:54:40', '27', 0, 0, '', '', NULL, '1', '', 2195.00, 0, 1799.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-10 09:54:40'),
(1093, 'Law on Aadhaar- Based on the Aadhaar (Targeted Delivery of Financial and other Subsidies, Benefits and Services) Act, 2016', '', '<p>When Aadhaar was initiated in the year 2009, it began as an experiment. The experiment was based on collecting the biometric and identity information of individuals and thereby making the same the basis for identifying the identity of an individual. Given the fact that the Aadhaar ecosystem collects personal identity data in the electronic form, I was fascinated with the legalities surrounding Aadhaar. My work in Cyberlaw jurisprudence only demonstrated that Aadhaar jurisprudence was one evolving area of the Cyberlaw jurisprudence. The advent of the Aadhaar (Targeted Delivery of Financial and Other Subsidies, Benefits and Services) Act, 2016 has not just clarified a variety of ambiguous issues and legal concerns pertaining to Aadhaar but also has paved the way for making the Aadhaar Number as the legal basis for identifying the identity of an individual. I have written this book which encapsulates and collates all relevant aspects concerning the complex legalities and legal, policy and regulatory aspects pertaining to Aadhaar in India from the time of its conception till the writing of this book. I have written this book to inform lay readers about all legal, policy and regulatory issues pertaining to Aadhaar numbers, Aadhaar ecosystem, Central Identities Data Repository and also other aspects pertaining to statutory authority concerning Aadhaar being the Unique Identification Authority of India (UIDAI). I have watched with fascination the growth of Aadhaar jurisprudence in various cases which have also been encapsulated in the present book. I have written this book in a layman&rsquo;s language so that various technical nuances and complexities pertaining to legalities concerning data protection can be understood. I hope this book would be of immense value for all readers who would be interested in knowing more about Aadhaar and connected legalities. Given the fact that at the time of writing, more than 98 crore Indians have already accepted Aadhaar, we have to be prepared for a new future where Aadhaar is likely to become the de facto national identity based on biometric and demographic information. As an author, I believe that with the implementation of the Aadhaar (Targeted Delivery of Financial and Other Subsidies, Benefits and Services) Act, 2016, the process of growth of evolving jurisprudence on Aadhaar is likely to continue at a rapid pace. It will be interesting to see how this jurisprudence evolves over a period of time.</p>\n', '', '1st', 0, '9789350356937', '242', '2016', '14', '2023-07-10_15_25_58.395688450_Law_on_Aadhaar.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 09:56:21', '27', 1, 0, '', '', NULL, '1', '', 500.00, 0, 500.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 09:56:21'),
(1094, 'Law Relating to Computers, Internet and E-Commerce', ' A Guide to Cyberlaws and The Information Technology Act, Rules, Regulations and Notifications along with Latest Case Laws', '<p>In recent times, the Internet has emerged as a medium with immense potential, posing many new and interesting challenges. It is not surprising that there have been many attempts to regulate and control this medium, especially through the use of laws and regulations.&nbsp;This exciting publication explores the various aspects of cyber law and cyber regulations, taking the reader through a multitude of legal and policy issues that the Information Age poses. Topics covered in this book range from evidentiary aspects and digital signatures to intellectual property concerns such as copyright liability and rights in domain names; from cyber crime and cyber porn to the regulation of free speech on the Net and the right to privacy. A new chapter on Cases on Computers, Internet, e-mail etc. have been added.&nbsp;Employing a comparative law approach, this book, in its&nbsp;fourth edition, not only takes into consideration the changes brought about by the Information Technology Act of 2000, but also contains the latest developments alongwith a comprehensive guide to this legislation. Being wide-ranging as well as in-depth in its coverage of Indian Cyber law, this publication is a must-read for judges, lawyers, Policy makers, researchers, investigators and students as it is for anyone who would like to keep abreast of new developments in the legal system, concerning Information Technology.</p>\n', '', '5th', 0, '9789350351819', '699', '2016', '14', '2023-07-10_15_27_31.192189451_Law_Relating_to_Computers,_Internet_and_E-Commerce.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-10 09:57:45', '27', 0, 0, '', '', NULL, '1', '', 1050.00, 0, 892.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 09:57:45');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1095, 'Protection of Children on Internet', '', '<p>The book deals with the vital humanitarian subject of child protection on Internet. Authored by Karnika Seth, acclaimed cyber law expert &amp; educationist, the book is a simple guidebook that aims to provide useful information and tips to parents and children, educators, law enforcement agencies, legislators, NGOs and International organizations and Governmental agencies, on how to safeguard children on the internet and combat online child abuse. The Author has very vividly used Illustrations, examples, case studies to explain various threats children face on Internet such as cyberbullying, cyber grooming and child pornography and from her practical experience shared valuable tips on how to prevent and combat threats children face online. The book discusses the existing Indian laws that protect children in cyberspace, particularly POCSO Act, 2012 and IT Act, 2000 and the National initiatives adopted in India to protect children from online abuse. The author draws examples from other countries such as US and Europe including U.K. and initiatives made by International organizations to combat online child abuse. The author has made some pertinent recommendations on various technolegal and social measures that can be adopted for safeguarding children on &nbsp;Internet. The book is written in a very simple manner with an easy glossary of important cyber terms for readers who may not be very familiar with technical jargon of cyberspace. The book will be of immense use to parents, educators, children, judiciary, lawyers, law firms, law libraries, Police, Investigation agencies, international organizations, non governmental bodies, industry associations, ITES companies, IT Professionals and law Students.</p>\n', '', '1st', 0, '9789350355565', '400', '2016', '14', '2023-07-10_15_29_04.485706453_Protection_of_Children_on_Internet.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 09:59:19', '27', 1, 0, '', '', NULL, '1', '', 325.00, 0, 325.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 09:59:19'),
(1096, 'Cyber Forensics in India: A Legal Perspective', '', '<p>The research on this topic has been carried out with an inter-disciplinary approach and covers various aspects of cyber law, such as, violation of the right to privacy, cyber terrorism and jurisdiction issues etc. The challenges posed by cyber-crime in India are acute and need to be addressed by a secure cyber system. In order to fight the threat posed by different cyber-crimes, there is a dire need for stringent international digital legislations and an efficient cross-border enforcement. Today, the cyber snooping of computer data is a menace to public authorities and private individuals too. There is an emergent need to invent potent cyber forensic tools to identify and prevent junk mails in cyberspace, as also the need to protect the corporate digital data /information through cyber security measures. In order to secure cyberspace there is a need for appropriate and improved execution and implementation of laws. This book includes a critical analysis and updated case law on this subject. This book is an attempt to invoke a critical discussion on the subject of Cyber Forensics.</p>\n', '', '1st', 0, '9788131250709', '700', '2017', '14', '2023-07-10_15_30_50.163840454_Cyber_Forensics_in_India_A_Legal_Perspective.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 10:01:08', '27', 1, 0, '', '', NULL, '1', '', 995.00, 0, 995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 10:01:08'),
(1097, 'The Law of Insolvency in India ', '', '<p>Mulla on the Law of Insolvency in India is an authoritative, comprehensive reference work which covers the law of insolvency of individuals and partnership firms. A new code was introduced with an aim to consolidate the existing framework by creating a single law for insolvency and bankruptcy. The book is arranged thematically and provides a comparative analysis of the important provisions of the Code and the earlier Acts. This book has held the status of a legal classic since its first publication in 1930. The current edition has been thoroughly revised and updated. It is an ideal reference for practicing advocates, judges, scholars and financial consultants. Salient Features:- &bull; Single volume, comprehensive reference to Insolvency laws in India &bull; The book is a part of the series of Tagore Law Lectures &bull; Updated to include the new Insolvency and Bankruptcy Code, 2016 &bull; It is a renowned publication on insolvency laws and has carved a brand name for itself through 11 successful editions &bull; This edition attempts to provide a black-letter interpretation of the provisions Code while the Courts are still exploring the reading of these provisions.</p>\n', '', '6th', 0, '9788131252543', '215', '2017', '14', '2023-07-10_15_32_33.966345458_The_Law_of_Insolvency_in_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-10 10:02:54', '143', 0, 0, '', '', NULL, '1', '', 1795.00, 0, 1595.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 200.00, '2023-07-10 10:02:54'),
(1098, 'Insolvency and Bankruptcy Code of India', '', '<p>Insolvency and Bankruptcy Code of India - A Commentary on Insolvency Resolution, Liquidation, Bankruptcy of Corporate Persons, Individuals, Sole Proprietorship &amp; Partnership Firms [Includes the latest Insolvency and Bankruptcy (Amendment) Ordinance, 2018] Insolvency and Bankruptcy Code of India is a comprehensive commentary on insolvency resolution, liquidation, and bankruptcy of corporate persons, individuals, sole proprietorship and partnership firms with pragmatic analysis of each section of the Insolvency and Bankruptcy Code, 2016 (Code). The book contains legislative history of each section including the Bankruptcy Law Reforms Committee Report, Joint Parliamentary Committee and Notes on Clauses. Key Features &bull; Includes the latest Insolvency and Bankruptcy (Amendment) Ordinance, 2018, promulgated by the President on 6th June, 2018 and includes amendments by the Insolvency and Bankruptcy (Amendment) Act, 2018 &bull; Provisions of the path breaking law have been interpreted in an easy to understand manner &bull; Contains updated Code with Rules, Regulations, Notifications, Guidelines and Circulars issued under the Code &bull; Critical analysis of various provisions of the Code with references to the Report of the Bankruptcy Law Reforms Committee and the UNICITRAL Legislative Guide on Insolvency Laws &bull; Incorporates case analysis of significant judgments delivered by the NCLT, NCLAT, High Courts and Supreme Court This book is a must have for insolvency and bankruptcy law practitioners, insolvency professionals, judges, chartered accountants, company secretaries, cost accountants, lawyers, bankers, corporates and other entities including personal guarantors to corporate debtors covered under the spectrum of this Code.</p>\n', '', '1st', 0, '9789386515483', '701', '2018', '14', '2023-07-10_15_34_40.529059461_Insolvency_and_Bankruptcy_Code_of_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 10:04:43', '139', 0, 0, '', '', NULL, '1', '', 3295.00, 0, 2701.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-10 10:04:43'),
(1099, 'Insolvency and Bankruptcy Cases', '', '<p>Supreme Court on Insolvency and Bankruptcy Code : An Encyclopedia of Cases is mainly divided into two parts, the first part contains the statutory provisions with relevant case law at appropriate places and the second part contains a brief summary of the Supreme Court&rsquo;s judgments. This book consolidates and analyses judgements by critically tracking its development from NCLT to the apex level. The decisions are structured and categorised into multiple ways for easy and quick reference.</p>\n', '<p>Contains all the Supreme Court cases on IBC in a short crisp capsule.<br />\nProvides a completely different format from the way the Judgments are normally discussed.<br />\nEnables to understand the position of law of a particular section in light of the Supreme Court&rsquo;s decisions.<br />\nCaptures various details and references of a case in a tabular column, retaining full focus on the issues and the decisions thereon.<br />\nPresents summary of the cases for an easier and interesting read with a quick grasp of useful facets of the case.<br />\nSummarises in simpler terms, the grounds raised before the Supreme Court, the reasoning of the Court and the conclusions reached.</p>\n', '1st', 0, '9789391211059', '716', '2021', '14', '2023-07-10_15_37_50.322867462_Insolvency_and_Bankruptcy.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 10:08:07', '2', 1, 0, '', '', NULL, '1', '', 1495.00, 0, 1495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 10:08:07'),
(1100, 'Commentary on The Insurance Regulatory and Development Authority Act', '', '<p>Commentary on The Insurance Regulatory and Development Authority Act is a comprehensive and illustrative work on insurance law. It explains the provisions of the law in a lucid, comprehensive and systematic manner. There is hardly any dedicated commentary on this branch of law, and therefore, this work fulfils the vacuum by exhaustively covering different aspects of this branch of law.</p>\n', '<p>&bull; Provides a detailed overview of the IRDA that regulates, promotes, and ensures orderly growth of the insurance business and re-insurance business.<br />\n&bull; Examines different aspects of the IRDA, in the context of IRDA Act, 1999 as well as the Insurance Act, 1938, for the benefit of the readers.<br />\n&bull; Providing an enlightening overview of insurance law in context, this book is an essential reference point for students, scholars, practitioners, and all those connected with the field of insurance.</p>\n', '1st', 0, '9789395116251', '673', '2022', '14', '2023-07-10_15_39_34.001049463_Commentary_on_The_Insurance_Regulatory_and_Development_Authority_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 10:09:46', '105', 0, 0, '', '', NULL, '1', '', 1995.00, 0, 1695.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 10:09:46'),
(1101, 'Principles of Insurance Law', '', '<p>M N Srinivasan and Kannan&rsquo;s &lsquo;Law of Insurance&rsquo; is on the folklore of legal literature, since 1965, not of coffee table work construct . For over five decades, this book has served as a practical guide, of the ready-reckoner genre, with up to date case-law of utility, for lawmen, laymen and other in the business industry. As a vital cog in the economic wheel of any nation, and privatisation of insurance and foreign players in the game, &lsquo;Law of Insurance&rsquo; offers a critical insight, even while serving as a work horse compendium of the latest legal position. The work is in two volumes with statutes and regulations, as firm allies. With the rapid growth of the insurance business, there has been an outpouring of decisions in the field of fire, marine, motor medical, miscellaneous and re-insurance. With focused chaptering, simple split synopsis&rsquo;, sub headings, table of cases and sharp indexing for ease of referencing, the revised edition is a must buy for practitioners, academics and all those connected with this branch of the law.</p>\n', '<p>A thematic commentary on Insurance law incorporating all aspects of the insurance law in India.<br />\nGeneral principles of the law of insurance have been explained lucidly and all specific forms of insurance like fire, theft, marine, motor accident, personal accident, medical, nuclear, agriculture, aviation, nuclear and the like, have been dealt with individually at length.<br />\nIt provides detailed information on the practices and procedures relating to insurance Law and also contains a special chapter on Tax Planning in Insurance.</p>\n', '11th', 0, '9789391211363', '702', '2021', '14', '2023-07-10_15_41_13.700404464_Principles_of_Insurance_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 10:11:27', '105', 1, 0, '', '', NULL, '1', '', 3495.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 3495.00, '2023-07-10 10:11:27'),
(1102, 'Law of Insurance', '', '<p>The insurance industry in India is considered as one of the most regulated, challenging yet untapped sectors of the economy. This book on Law of Insurance deals with all branches of Insurance law. Major changes in the Insurance sector as introduced from the publication of last edition are incorporated with appropriate explanation.</p>\n', '<p>&bull; Offers a comprehensive exposition on all branches of insurance law.<br />\n&bull; Includes detailed commentaries on the Insurance Act, 1938, the Life Insurance Corporation Act, 1956, the General Insurance Business (Nationalisation) Act, 1972 and the marine Insurance Act, 1963.<br />\n&bull; Covers relevant provisions of the Motor Vehicles Act, 1988 pertaining to litigation before Motor Accidents Claims Tribunals.<br />\n&bull; Duly updated with recent developments under the Insurance (Amendment) Act, 2021 and the Finance Act, 2021.<br />\n&bull; Thorough consolidation of various parts has been done without any overlapping.<br />\nThe insurance industry in India is considered as one of the most regulated, challenging yet untapped sectors of the economy. This book on Law of Insurance deals with all branches of Insurance law. Major changes in the Insurance sector as introduced from the publication of last edition are incorporated with appropriate explanation.&nbsp;</p>\n', '6th', 0, '9789391211004', '703,673', '2021', '14', '2023-07-10_15_49_13.310186468_Law_of_Insurance.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-10 10:19:29', '105', 0, 0, '', '', NULL, '1', '', 5495.00, 0, 4670.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 10:19:29'),
(1103, 'Modern Law of Insurance in India', '', '<p>This branch of law has its origins and roots abroad and is many generations old. Its history and evolution have been succinctly traced by the author. The book deals with the general principles which underline the law of insurance. This discussion is a vital aid to the understanding of the law and often holds the key that unlocks many knotty problems. Many decisions of the English and Indian Courts on insurance are cited and adequately discussed in appropriate places. The arrangement of the topics makes for systematic reading and reference.</p>\n\n<p><strong>New to this edition:</strong><br />\nInsurance Amendment Act,2015 has been added at appropriate places.<br />\nIncorporates relevant statutory changes in the law made post the publication of the last edition.<br />\nIncludes important decisions of Supreme Court and various High courts.<br />\nThe provisions and the case laws that stands no longer effective in the light of amendments and developments that have taken place have been duly removed.</p>\n', '<p>A critical commentary covering emerging issues as well as legislative developments.<br />\nThe bare bones of the law of insurance have been fleshed out with lucid and comprehensive commentary on various aspects.<br />\nFocuses on the developments made in the law relating to insurance since the last publication.<br />\nContains critical appraisal of judgments of the Indian and foreign Courts that have led to the change and development in the legal position.<br />\nThe book seeks to crystallize, in general, the concept, scope, origin and development of insurance in the legal system in India and abroad.</p>\n', '6th', 0, '9789388548380', '656,657', '2018', '14', '2023-07-10_15_51_33.392236467_Modern_Law_of_Insurance_in_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-10 10:21:48', '105', 0, 0, '', '', NULL, '1,2', '', 1195.00, 0, 1030.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 165.00, '2023-07-10 10:21:48'),
(1104, 'Trade Marks and Passing-Off', '', '<p>This is a section wise commentary on the Trade Marks Act, 1999 and the Geographical Indications of Goods Act, 1999. The narrative is arranged under 2 volumes consisting of a comprehensive list of appendices Key Features: &bull; Venkateswaran on Trade Marks and Passing-off is an advanced section-wise commentary on the current legislation on the Law of Trade Marks, Passing Off and Geographical Indications. &bull; It comprehensively compiles related reference study material in the form of appendices, which includes: - Bare provisions of rules and guidelines - Relevant Notifications - Relevant provisions under other statutes - International material and agreements - International Classification of Goods &amp; Services for the Purposes of Registration of Marks (NICE Classification) - Madrid international registration material - Geographical Indications Act, Rules and Guidelines &bull; This authoritative work, first published in 1936, has been cited in a number of cases by the Bombay High Court. &bull; There has also been a spurt in litigation relating to trademark infringement &ndash; this book comprehensively incorporates up-to-date Indian and foreign case law and all landmark judgments reported in premier law journals such as RPC-Oxford and PTC. &bull; This commentary is an essential guide for litigators, trademark agent and Judges, on the latest position of law on Trade Marks and Geographical Indications in India, UK and Europe.</p>\n', '', '7th', 0, '9789386515643', '704', '2018', '14', '2023-07-10_15_53_08.765810474_Trade_Marks_and_Passing-Off.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 10:23:24', '28', 0, 0, '', '', NULL, '1', '', 6795.00, 0, 5775.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 10:23:24'),
(1105, 'Law of Trade Marks ', 'Including International Registration under Madrid Protocol & Geographical Indications', '<p>This book is a single-volume, section-wise commentary for litigators, trademark agent, Judges, on the latest position of law on Trade Marks and Geographical Indications in India, UK and Europe. This edition provides up &ndash;to- date position on trademark act, and includes latest judicial developments (refer product brief above) and latest legislative developments including the introduction of Trademark rules 2017 which entirely replaces the existing 2002 rules. Salient Features:- &bull; Single volume book covering Trade Marks and Geographical Indications. &bull; Analysis of Judicial decisions from India and UK and detailed appendices providing all relevant Acts and Rules &bull; International Trademark concepts such as: - UK Trade Marks Act, 1994, - Paris Convention for the Protection of Industrial Property,1883-1979, - Madrid Protocol, 1996 etc, discussed &bull; This edition will include commentary on The Trade Mark Rules, 2017, which changes procedure of filing for trademarks. &bull; E. g. 74 forms reduced to just 8; Procedure for hearings through videoconferencing etc to streamline the procedure.</p>\n', '', '4th', 0, '9788131250952', '705', '2017', '14', '2023-07-10_15_54_28.215881475_Law_of_Trade_Marks_including_International_Registration_under_Madrid_Protocol_&_Geographical_Indications.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-10 10:24:43', '28', 0, 0, '', '', NULL, '1', '', 3995.00, 0, 3345.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 650.00, '2023-07-10 10:24:43'),
(1106, 'Commentary on The Copyright Act', '', '<p>Iyengar Commentary on the Copyright Act is a venerable authority about Intellectual Property Law, as is evident from the numerous editions and revisions over the past 65 years. The latest edition has been revised with a view to uphold the book&rsquo;s esteemed reputation.&nbsp; It comprehensively covers the several amendments made to the Copyright Act to adapt to changing times and technological advancements. The book elucidates the growing global significance of Copyright Law amidst increasing instances of plagiarism.</p>\n\n<p>The book navigates new complexities, such as online piracy, fair use, and licensing issues brought in by the digital age. The commentary underscores the imperative for India&rsquo;s Copyright Law to address emerging concerns and foster innovation in the wake of the fact that technology continues to shape creativity.&nbsp;</p>\n', '<ul>\n	<li>&bull; Exhaustive section-wise commentary on Copyright Law</li>\n	<li>&bull; Includes comprehensive coverage of the history of Copyright Act&nbsp;</li>\n	<li>&bull; Incorporates important judicial developments and recent legislative changes</li>\n	<li>&bull; Provides references to the relevant sections of the new Criminal Laws namely, The Bharatiya Nyaya Sanhita, 2023, The Bharatiya Nagarik Suraksha Sanhita, 2023 and The Bharatiya Sakshya Adhiniyam, 2023</li>\n</ul>\n', '10th', 0, '9789391211882', '706', '2024', '14', '20251003_093456_9789391211882-397x397.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-10 10:26:27', '28', 0, 0, '', '', NULL, '1', '', 3395.00, 0, 2783.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-10 10:26:27'),
(1107, 'Law Relating to Intellectual Property', '', '<p>In this book, the author has summed up almost every aspects of law relating to intellectual property with adequate exegesis and court rulings. This book aims to meet the needs of not only the law students and lawyers but also the academicians. The present edition updates the amendments in the Intellectual Property Laws upto 2010. Same of the areas e.g., Introduction of Intellectual Property, genesis of moral rights, powers of the Controller of Patents, historical background of copyright, trademarks, designes etc., have been added. This new edition is enriched with the latest rulings of the Supreme Court and the High Courts.</p>\n', '', '5th', 0, '9789350350300', '707', '2016', '14', '2023-07-10_15_57_37.758466489_Law_Relating_to_Intellectual_Property.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-10 10:27:50', '28', 0, 0, '', '', NULL, '1', '', 795.00, 0, 675.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-10 10:27:50'),
(1108, 'Principles of Statutory Interpretation', '', '<p>Justice G P Singh&rsquo;s Principles of Statutory Interpretation is the most comprehensive and authoritative work on the subject. Widely quoted in judgments of the Supreme Court as well as various High Courts, this scholarly work illustrates and explains rules of interpretation in a lucid, comprehensive and systematic manner. A leading commentary on the subject, this fifteenth edition captures and analyses the shift in the Supreme Court decisions from the earlier tradition of literal interpretation to purposive interpretation of statues. The present edition will be helpful in understanding the complexities and the nuances of the subject, and its practical application.</p>\n', '<p>&bull; This classic work on interpretation of statutes has been referred to and quoted in numerous judgments.<br />\n&bull; Rules of interpretation have been illustrated and explained in a lucid, comprehensive and systematic manner.<br />\n&bull; Sets out the rules of statutory interpretation in both Indian and Foreign historical background and outlines the views of great jurists.<br />\n&bull; Contains references to authoritative foreign works like Bennion on Statutory Interpretation and other major international texts.<br />\n&bull; Includes critical analyses of important Indian and English decisions.</p>\n', '15th', 0, '9789391211028', '402', '2021', '14', '2023-07-11_10_20_05.758212500_Principles_of_Statutory_Interpretation.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-10 10:39:57', '67', 1, 0, '', '', NULL, '1', '', 2995.00, 0, 2995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-10 10:39:57'),
(1109, 'Principles of Statutory Interpretation ', '(also including General Clauses Act, 1897 with notes)', '<p>Justice G P Singh&rsquo;s Principles of Statutory Interpretation is a comprehensive resource which explores judicial, scholarly, and theoretical approaches to general principles of statutory interpretation. This authoritative work gives a detailed overview of different rules of interpretation and will provide a valuable springboard for further research on the recent trend of shifting from literal to purposive interpretation of statutes.<br />\nThe book traces evolution of law through various Supreme Court and High Court judgments. It addresses those complexities and nuances of the subject, and its practical application relevant not only from a theoretical point of view but also in legal and judicial practice.</p>\n\n<ul>\n</ul>\n', '<p>This incisive work on interpretation of statutes has been referred to and quoted in numerous judgments.<br />\nProviding an expansive analysis of the rules of interpretation, this book will be an invaluable resource for judges, lawyers, legislators, administrators, academicians, and scholars.<br />\nReferences made to authoritative foreign works like Bennion on Statutory Interpretation and other major international texts will also prove insightful to practitioners in this area.<br />\nIncludes critical analysis of important Indian and English decisions.<br />\nThe book is intended to serve the needs of the reader at all levels, from a mere glance to a detailed research explores judicial, scholarly, and theoretical approaches to general principles of statutory interpretation. This authoritative work gives a detailed overview of different rules of interpretation and will provide a valuable springboard for further research on the recent trend of shifting from literal to purposive interpretation of statutes.</p>\n', '15th', 0, '9789391211080', '402', '2022', '14', '2023-07-11_10_18_34.449937501_Principles_of_Statutory_Interpretation.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-11 04:48:46', '67', 1, 0, '', '', NULL, '1', '', 1595.00, 0, 1380.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 215.00, '2023-07-11 04:48:46'),
(1110, 'Interpretation of Statutes', '', '<p>This renowned work on Interpretation of Statutes is an intelligent combination of description and analysis. It captures the latest developments and also analyses how these developments have contributed to the theory and practice of interpretation.<br />\nThe book firstly situates the process of interpretation within the institutional relationship subsisting between the Legislature, the Executive, and the Court.<br />\nAnother part examines how rules of interpretation change when the context alters. Thus, a penal statute is read differently from a welfare or tax statute. And rules which hold good for statutes do not apply to the interpretation of the Constitution. Courts are not just guided by the intention of the legislature or technical rules of interpretation but also by how a word, phrase or issue has been addressed in the past by earlier courts. Consequently, the theory of precedents and its impact on statutory interpretation has been analytically studied in the last part of the book.</p>\n', '<p>&bull; Addresses the various dimensions of interpretation by looking at it from the lens of institutional relationships, the various parts of a statute, the technical rules, the statutory context and the influence of precedents.<br />\n&bull; Contains an analytical update of the latest developments.<br />\n&bull; Records the reiterations of the law in tabular form and does a detailed contextual analysis of all significant judicial decisions.<br />\n&bull; Provides materials for future forensic strategies by recording the arguments of lawyers and how courts responded to them.<br />\n&bull; Special attention has been devoted to split judicial decisions as the foment points to the possibilities of the law.</p>\n', '13th', 0, '9789395116039', '211', '2023', '14', '2023-07-11_10_22_09.246263502_Interpretation_of_Statutes.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-11 04:52:24', '67', 0, 0, '', '', NULL, '1', '', 2695.00, 0, 2156.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2023-07-11 04:52:24'),
(1111, 'Introduction to Jurisprudence', '', '<p>Introduction to Jurisprudence is a study of the principles of law, as jurisprudence, as a subject, is often described. The book contains all the outstanding features in which this subject is usually cast. It also carries a separate presentation of schools and theories of law and their critical examination.<br />\n&nbsp;</p>\n\n<p><strong>New to this edition</strong><br />\nThe present edition has been extensively revised to include developments and amendments after publishing of previous edition.<br />\nUpdated with landmark judgments on jurisprudence.<br />\nRedundant content is deleted to maintain relevance to the topic.</p>\n', '<p>A book for understanding basic concepts as well as recent trends of Jurisprudence.<br />\nUp-to-date with contemporary topics introduced after the publishing of previous edition.<br />\nAdopts a lucid and analytical approach.</p>\n', '5th', 0, '9788194471509', '149,229', '2020', '14', '2023-07-11_10_26_15.284564511.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-11 04:56:35', '30', 0, 0, '', '', NULL, '2', '', 725.00, 0, 616.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-11 04:56:35'),
(1112, 'Law Relating to Public Service', '', '<p>Law Relating to Public Service is a detailed commentary on the law pertaining to persons engaged in public employment, i.e., employees under the State, employees under corporations directly incorporated by statutes, and employees under agencies or instrumentalities of the State. The book examines the fundamentals of service law with elaborate discussion on each one of them.</p>\n\n<p><strong>New to this edition:</strong><br />\nLegislative changes and developments that have taken place post the publishing of last edition have been effectively captured at relevant places.<br />\nDiscusses the restrictive stance of the Supreme Court regarding initiation of public interest litigation in service matters.<br />\nCaptures the important judgments pronounced by the Supreme Court of India.<br />\nRe-arrangement of chapters based on the logic of presentation and need for clarity and explanation.</p>\n', '<p>Contents of this book have been illustrated in a simplified manner, making interpretation of provisions easy for the reader.<br />\nThe author has examined and formulated 200 principles which analyze and clarify critical legal issues connected to the law relating to public employment.<br />\nComprehensive analysis about regularization with reference to the latest Constitution Bench Judgment assesses the consequential development of constitutional and administrative law through relevant case law in the field.</p>\n', '4th', 0, '9789389991567', '294', '2021', '14', '2023-07-11_10_32_10.644776518_Law_Relating_to_Public_Service.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-11 05:02:30', '45', 0, 0, '', '', NULL, '1', '', 3295.00, 0, 2800.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-11 05:02:30'),
(1113, 'Supreme Court on Service Laws', '', '<p>J K Soonavala Supreme Court on Service Laws is a first point of reference for legal professionals. This essential reference work consolidates and covers the important judgments delivered by the Supreme Court of India, for the period 1950-2021. Decisions of the Supreme Court are arranged thematically to enable readers to understand the evolution of law over a period of time in a particular segment of law.</p>\n\n<ul>\n	<li>&nbsp;</li>\n</ul>\n', '<p>The most comprehensive digest of cases on Service Laws containing case notes prepared from judgments delivered by the Supreme Court from 1950-2021.<br />\nDesigned as a first point of reference to assist Judges and Lawyers in their case law research.<br />\nDecisions have been alphabetically arranged under user friendly headings providing a logical and scientific evaluation of judicial precedents.<br />\nIncludes judgments relating to services and dismissals in both the public and private sectors.<br />\nContains decisions on various constitutional and legal provisions relating to conditions of service including selection, appointment, seniority, promotions, reservation, disciplinary proceedings, role of Public Service and Pay Commissions.</p>\n', '5th', 0, '9789391211707', '663', '2022', '14', '2023-07-11_10_43_29.255564519_Supreme_Court_on_Service_Laws.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-11 05:13:47', '45', 0, 0, '', '', NULL, '1', '', 5295.00, 0, 4500.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-11 05:13:47'),
(1114, 'Introduction to Labour and Industrial Laws', '', '<p>Introduction to Labour and Industrial Laws 4e, is specially designed as a study aid for law students with a clear objective of assisting students in their examination preparation. The book will also fulfil the requirement of students pursuing the LL.M. course from various universities of the country including National Law Schools and for students pursuing MBA (HR). The text covers all the major industrial and labour laws such as the Industrial Disputes Act, 1947, The Factories Act, 1948, The Minimum Wages Act, 1948, The Payment of Wages Act, 1936, The Payment of Gratuity Act, 1972, The Payment of Bonus Act, 1965, The Trade Unions Act, 1926, The Employees&rsquo; Compensation Act, 1923, The Employees&rsquo; State Insurance Act, 1948, The Employees&rsquo; Provident Funds and Miscellaneous Provisions Act, 1952, The Fatal Accidents Act, 1855, The Industrial Employment (Standing Orders) Act, 1956, The Maternity Benefit Act, 1961, The Apprentices Act, 1961, The Equal Remuneration Act, 1961, The Child Labour (Prohibition and Regulation) Act, 1986 and The Contract Labour (Regulation and Abolition) Act, 1970. Key Features:- &bull; Discusses the concepts of Labour and Industrial Laws in a very systematic manner using simple and lucid language &bull; Laws are divided into separate chapters covering all aspects and making it easier to comprehend New to the edition:- &bull; Covers all the important amendments in labour laws till 2016 &bull; Covers the latest Supreme Court judgments &bull; Includes the overview of other labour laws such as The Industries (Development And Regulation) Act, 1951, The Mines Act, 1952, The Collection of Statistics Act, 2008 and The Labour Laws (Exemption from Furnishing Returns and Maintaining Registers by Certain Establishments) Act, 1988.</p>\n', '', '4th', 0, '9789350359396', '149,229', '2017', '14', '2023-07-11_10_45_31.675147520_Introduction_to_Labour_and_Industrial_Laws.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-11 05:15:41', '45', 1, 0, '', '', NULL, '2', '', 950.00, 0, 950.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-11 05:15:41'),
(1115, 'Introduction to Labour and Industrial Laws', '', '<p>Labor &amp; Industrial laws has been an integral subject in the legal curriculum. The course is being taught not only under three year and five-year law degree courses but also under human resource specialization of business administration degrees. For several decades, the reformation of the multiple labor laws into a unified set of codes had been a matter of discussion basis the reports submitted by the National Commission of Labor. Thus, the introduction of new codes has simplified the maze of existing labor laws. The present book provides a detailed insight to the new codes relevant for it which makes it an exciting new contribution to the field of labor law. This comprehensive book establishes an understanding of new codes along with the jurisprudential developments including judgments given under existing labor laws which continue to hold relevance even for the new codes.<br />\nThe book has been duly updated, revised and divided into two parts. This book is a first of the two parts covering Industrial disputes, factories, trade unions, employee compensation, employment standing orders, child and contract labor, apprentices, and fatal accidents in 10 chapters. While labor laws relating to wages, gratuity, provident fund, maternity relief, and other social security laws will be covered in Part II. The book will be an essential starting point for students, professionals and academicians who hold deep interest in the subject.</p>\n', '<p>Covers the latest Supreme Court Judgments.<br />\nProvides an introduction of two labor codes namely, the Code on Occupational Safety, Health and Working Conditions Code, 2020 and the Industrial Relations Code, 2020. explores judicial, scholarly, and theoretical approaches to general principles of statutory interpretation. This authoritative work gives a detailed overview of different rules of interpretation and will provide a valuable springboard for further research on the recent trend of shifting from literal to purposive interpretation of statutes. The book traces evolution of law through various Supreme Court and High Court judgments. It addresses those complexities and nuances of the subject, and its practical application relevant not only from a theoretical point of view but also in legal and judicial practice.</p>\n', '5th', 0, '9789391211332', '616,229', '2022', '14', '2023-07-11_10_48_49.234337521_Introduction_to_Labour_and_Industrial_Laws_I.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-11 05:19:12', '51', 0, 0, '', '', NULL, '2', '', 795.00, 0, 675.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-11 05:19:12'),
(1116, 'Dismissal, Discharge, Termination of Service and Punishment', '', '<p>The book Dismissal, Discharge, Termination of Service and Punishment is a voluminous repository of knowledge on the subject matter. For the understanding of the employees in various establishment matters, this book is an excellent compilation of instructions and clarification elaborating the same. In this 13th Edition of the book, the various dimensions of law related to the dismissal, discharge, termination of service and punishment has been thoroughly revised with recent amendments and case laws. In addition to that, this edition has been enriched with more expertise on the subject matter, with topics like Dismissal from Service; Superannuation; Entitlement of Benefits and Back Wages, Discharge of lump sum amount towards settlement of all dues; and Termination Relief of reinstatement, to name a few. This edition, like the previous edition would be of immense assistance not only to officials in discharging their duties but also judges, lawyers and readers who need clarification on establishment matters.</p>\n', '', '13th', 0, '9789386515216', '708', '2018', '14', '2023-07-11_10_51_43.484225523_Dismissal,_Discharge,_Termination_of_Service_and_Punishment.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-11 05:21:57', '45', 0, 0, '', '', NULL, '1', '', 2795.00, 0, 2375.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-11 05:21:57'),
(1117, 'Law of Injunctions', '', '<p>Law of Injunctions is a comprehensive treatise stating and discussing the settled principles and fully commencing on the decisions of the Indian Courts. This book is an extensive compilation, with a vision to assimilate the principles of the law governing the grant and refusal of injunctions into a panoramic anthology.</p>\n\n<ul>\n</ul>\n', '<p>Covers latest position of law, in terms of different aspects and related fields, i.e. Temporary, Permanent and Mandatory Injunction; Injunction in matters of Contracts; Trustees; Partners of Firms; Landlord and Tenants; Co-sharers; Easements; Patent; Trade Mark; Copyright; Election matters; Debt relief and Banking Laws etc.<br />\nViolation/breach of injunction/undertaking, its effects, implication, punishment etc. are also properly dealt with.<br />\nWhile revising, necessary care has been taken to retain spirit and essence of the original work intact.<br />\nUpdated with latest statutory provisions on the subject.<br />\nIncludes relevant and latest judgments delivered by the various high courts and Supreme Court, like Dile Ram v. Khub Ram, Atma Ram v. Charanjit Singh, Nirmal Kr. v. Raj Bahadur, Mercator Oil &amp; Gas Limited v. ONGC Ltd., Om Prakash v. Saroj Bala, MESO Pvt. Ltd. v. Liberty Shoes Pvt. Ltd., Ramesh Kr. v. Chander Kr. and Mahender Kehar v. Skyland Builders.</p>\n', '11th', 0, '9788131265277', '709', '2021', '14', '2023-07-11_10_54_01.766204619_Law_of_Injunctions.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-11 05:24:15', '19', 0, 0, '', '', NULL, '1', '', 3295.00, 0, 2636.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-24 16:53:33'),
(1118, 'Legends in Law - Our Great Forebears', '', '<p>Mr. Sudhish Pai`s book ``Legends in Law`` has been published at a most opportune time. It is also imperative to remind the present generation of the legal fraternity of the great erudition and the high standard of public morals of our illustrious ancestors. We need them as role models of rectitude and high proficiency required of the members of the legal fraternity. Chittatosh Mookerjee Former Chief Justice High Court of Calcutta &amp; Bombay This book contains rich gems of entertaining incidents and humorous anecdotes in the lives of some of our great and famous Judges and lawyers: a compilation that will inspire the younger generation of lawstudents, lawyers and judges, hopefully motivating them to achieve greater excellence in the art and practice of the profession of law. Fali S. Nariman Senior Advocate Pai has brilliantly portrayed some of our great judges and lawyers of different nationalities and hailing from different parts of the country. The true merit of the book lies in the simplicity of language and clarity with which the author gives the reader the background and events which occasioned the rise to fame of the legal celebrities he has discussed in the book. The book is a veritable mine of information. Soli J. Sorabjee Senior Advocate Former Attorney General for India The material in the book is not mere compilation of legal history and biographical sketches of lawyers and judges, but an inspiration to the present and future generation of lawyers and judges to achieve excellence in the practice of advocacy, in rendering justice and in maintaining ethical standards. R.V. Raveendran Former Judge Supreme Court of India.</p>\n', '', '1st', 0, '9789350352458', '710', '2016', '14', '2023-07-11_11_03_25.515681561_Legends_in_Law_-_Our_Great_Forebears.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-11 05:34:22', '22', 1, 0, '', '', NULL, '2', '', 795.00, 0, 795.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-11 05:34:22'),
(1119, 'Legal Research Methodology', '', '<p>The purpose of research is to discover, translate and develop human knowledge to advance the richness of education. Legal Research Methodology is specially designed for students pursuing LL.B (3 years and 5 years), LL.M. and Ph.D. courses. Beginning with the current trends in research and research ethics, methods and techniques of identification and formulation of research problem, the book goes on to discuss the collection and analysis of literature, research design and report writing, presumption and construction of hypothesis, plagiarism, jurisprudence of judicial mechanism in legal research. New dimensions in legal research are new to this edition of the book. Inclusion of new chapters on Doctrinal and Empirical Research, Socio Legal and Comparative Research, Review of Literature, Tools and Techniques of Data Collection and Factor Analysis. etc. will ensure this work lays down new milestones in research methodology. The book will also be an interesting reference for students with no previous experience or knowledge of research methodology and for researchers whose knowledge in research methodology is limited.</p>\n\n<ul>\n	<li>&nbsp;</li>\n</ul>\n', '<p>Introduces the core principles of socio-legal research in a straight-forward way.<br />\nContent is presented in an accessible and understandable language.<br />\nProvides insight into the proper understanding and appropriateness of research techniques.<br />\nPresents the overall research process as a unitary whole and then explains it by breaking it into small understandable pieces.<br />\nCreates a one uniform single piece of literature for students, academicians, and researchers.<br />\nCourse curriculum guidelines and syllabus being taught in National Law Universities, Central and State Universities has been duly considered and incorporated, as well as the syllabus prescribed by University Grant Commission (UGC) for eligibility of lectureship.<br />\nA notable addition to this edition is the inclusion of new chapters on Doctrinal and Empirical Research, Socio Legal and Comparative Research, Review of Literature, Tools and Techniques of Data Collection and Factor Analysis.</p>\n', '3rd', 0, '9789391211011', '711', '2021', '14', '2023-07-11_11_08_47.031980571_Legal_Research_Methodology.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-11 05:38:59', '113', 1, 0, '', '', NULL, '2', '', 725.00, 0, 600.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 125.00, '2023-07-11 05:38:59'),
(1120, 'A Textbook of Medical Jurisprudence and Toxicology', '', '<p>Modi A Textbook of Medical Jurisprudence and Toxicology is the most authoritative and highly recommended book on the subject of Medical Jurisprudence and Toxicology. The book has reigned supreme in its field since its first edition in 1920.</p>\n', '<p>Contains illustrations, quick reference tables and pictorial illustrations for ease of understanding of the topics.<br />\nCaptures most scientific advancement in the areas of crime detection like DNA profiling and DNA evidence.<br />\nImportant recommendations and guidelines on how DNA evidence are prepared and the extent of reliance that will be possible for a Court as an important tool of evidence for detection of crime is deeply analysed and reproduced in this edition.<br />\nVarious medico-legal topics are critically examined with the help of noteworthy case studies and case extracts by forensic experts and doctors published in reputed journals.<br />\nHighlights the link and importance of sensitization of doctors towards respecting privacy of patients following the recognition of right to privacy by the Supreme Court.<br />\nUpdated with most recent and related judgments like Ravi v State of Maharashtra, Tomaso Bruno v State of Uttar Pradesh, Arjun Panditrao v Kailash Kushanrao Gorantyal, Anandhi Simon v State of Tamil Nadu, Dalip Kumar Jha v State of Punjab etc.</p>\n', '27th', 0, '9789391211295', '712', '2021', '14', '2023-07-11_11_12_38.181883613_A_Textbook_of_Medical_Jurisprudence_and_Toxicology.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-11 05:42:58', '126', 1, 0, '', '', NULL, '1', '', 3495.00, 0, 3495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-11 05:42:58'),
(1121, 'A Textbook of Medical Jurisprudence and Toxicology', '', '<p>Modi A Textbook of Medical Jurisprudence and Toxicology is the most authoritative and highly recommended book on the subject of Medical Jurisprudence and Toxicology. The book has reigned supreme in its field since its first edition in 1920.</p>\n', '<p>Contains illustrations, quick reference tables and pictorial illustrations for ease of understanding of the topics.<br />\nCaptures most scientific advancement in the areas of crime detection like DNA profiling and DNA evidence.<br />\nImportant recommendations and guidelines on how DNA evidence are prepared and the extent of reliance that will be possible for a Court as an important tool of evidence for detection of crime is deeply analysed and reproduced in this edition.<br />\nVarious medico-legal topics are critically examined with the help of noteworthy case studies and case extracts by forensic experts and doctors published in reputed journals.<br />\nHighlights the link and importance of sensitization of doctors towards respecting privacy of patients following the recognition of right to privacy by the Supreme Court.<br />\nUpdated with most recent and related judgments like Ravi v State of Maharashtra, Tomaso Bruno v State of Uttar Pradesh, Arjun Panditrao v Kailash Kushanrao Gorantyal, Anandhi Simon v State of Tamil Nadu, Dalip Kumar Jha v State of Punjab etc.</p>\n', '27th', 1, '9789391211240', '212', '2022', '14', '2023-07-11_11_14_58.491794614_A_Textbook_of_Medical_Jurisprudence_and_Toxicology.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-11 05:45:25', '13', 1, 0, '', '', NULL, '1', '', 2850.00, 0, 2422.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-11 05:45:25');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1122, 'Motor Vehicles Laws (A comprehensive coverage of Motor Vehicles Act, 1988 as amended by Motor Vehicles (Amendment) Act, 2019 with a detailed critique and focus on Insurance, Entitlement and Compensation)', '', '<p>The book is the most comprehensive and authoritative work on the Motor Vehicle Laws that explains and illustrates the provisions of the Act in a lucid, comprehensive and systematic manner. It intends to capture all major landmark judgments of Supreme Court and various High Courts. All the legislative changes specially the Motor Vehicle Amendment, 2019 has been duly incorporated. It is a standard reference for Judges, lawyers, In house Counsels, Law firms, students, law professors, researchers and scholars.</p>\n\n<p><strong>New to this edition:</strong><br />\nThe present edition has been extensively revised to include the latest judicial as well as the legislative developments.<br />\nLatest case laws as well as the legislative amendments that have come about since the last publication has been incorporated.<br />\nMotor Vehicle Laws Amendment 2019 has been duly incorporated at relevant places.<br />\nThe Author has incorporated a critique on the Amendment 2019 to provide complete information about the changes that has been introduced in the field of Motor Vehicle Laws.</p>\n', '<p>A comprehensive study on the aspects relating to Motor Vehicle Laws.<br />\nUp to date with all the major judicial and legislative developments that has taken place in this field of law.<br />\nAll-important judicial pronouncements have been incorporated.<br />\nAdopts a lucid and analytical approach.</p>\n', '16th', 0, '9789388548670', '713', '2019', '14', '2023-07-11_11_22_12.857531617_Motor_Vehicles_Laws.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-11 05:52:16', '35', 1, 0, '', '', NULL, '1', '', 5995.00, 0, 5995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-11 05:52:16'),
(1123, 'Motor Accident Claims:  Law and Procedure', '', '<p>With the enormous increase in the number of motor vehicle accidents on the Indian roads, the precious life of a foot passenger (pedestrian), a cyclist, a scooterist and an occupant of motor car/passenger bus, has been put to a great risk and danger. The fundamental right to life is the most precious human right and thus forms the arc of all other rights. The preservation of human life is, therefore, of paramount importance, because if one&rsquo;s life is lost the status quo ante cannot be restored, as resurrection is beyond the capacity of man. Unfortunately the number of deaths and injuries on account of road accidents is as alarming as any other dreaded disease and need to be controlled by every possible effort on the part of those who owe a sacred duty towards the preservation of human lives. Remedy for the victims of motor vehicle accidents has been provided under the Motor Vehicles Act. Tribunals have been constituted to entertain petitions of compensation against the negligent drivers, the owners of the vehicles, and the Insurance Companies. A victim on the street is never in a position to ask for adequate compensatory relief for his lawfully entitled claims from a rich and privileged adversary, because no sooner he gets claim in action he finds himself in a number of procedural wranglings. The highest number of victims of road accidents are the pedestrians and next to them are the cyclists, and the scooterists. These victims, by and large belong to poor strata of society. A large number of these victims are unaware of the remedies available to them, in spite of the fact that there is a prescribed procedure and the forum to entertain their petitions for claims of compensation. Taking into consideration all the difficulties and hardships faced by the victims, the present book has been written in a very simple language for the benefit of the general public, the lawyers, the insurance companies, and all the members of the legal fraternity. Almost all the topics have been covered under the Motor Vehicles Act as also the forum available to get maximum compensation with minimum exercise. Uptodate law declared by the Supreme Court and various High Courts under the Motor Vehicles Act has also been incorporated in the present work. The important sections of the Motor Vehicles Act, 1988 and the relevant rules framed under the Act have also been added.</p>\n', '', '6th', 0, '9789351439868', '714', '2016', '14', '2023-07-11_11_23_39.530507618_Motor_accident.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-11 05:54:03', '35', 1, 0, '', '', NULL, '1', '', 425.00, 0, 425.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-11 05:54:03'),
(1124, 'Wild Animal Protection Laws in India', '', '<p>Wild Animal Protection Laws in India is specially designed for students pursuing the three-year or five-year degree course in law education institutes including national law schools. It will be useful for students who are interested in the historical development of statutory laws and the judicial approach on protection of animals in India, on the lines of local social movements with international awareness through treaties and conventions. It is also a good reference guide for students and researchers to understand sociological problems and political issues relating to wild animal protection in India. It can be read by academicians to activists, lawyers to laymen and everyone. This book focuses on laws relating to protection of wild animals in India, which includes statutory laws, judicial pronouncements, environmental doctrines, international conventions and national policies. It is divided into ten chapters based on the broad theme of science, politics, society and law, which are the main issues for a conservation program in every country, from Africa to Europe and from America to Asia. This book is meant to remind us of the constitutional duty &ldquo;to be compassionate to all living creatures&rdquo; and the international obligation that &ldquo;every form of life is unique.&rdquo; Key Features &bull; Discusses legal, constitutional, social and political status, as well as the religious position of wild animals &bull; Simplifies legal thoughts and theories, sources and reports into charts, figures and tables &bull; Distinguishes between the legal status of the US model of national parks and the Indian model of sanctuaries &bull; Analyses the ecosystem approach of rich countries and the species survival approach of poor countries &bull; Differentiates between anthropocentric conservation and eco centric preservation recently adopted by the Supreme Court of India &bull; Explains more than 50 international and regional conventions on wild animals and ecology &bull; Refers to more than 100 Legislations, especially from India, along with those from the UK, USA, Africa, Pakistan and Bangladesh &bull; Refers to more than 100 important Indian and foreign case laws relating to wild animals, tribal rights, forest rights and trade rights.</p>\n', '', '1st', 1, '9789351439738', '440', '2016', '14', '2023-07-11_11_28_24.289531622.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-11 05:58:51', '133', 1, 0, '', '', NULL, '2', '', 425.00, 0, 425.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-11 05:58:51'),
(1125, 'Immigration Laws', '', '<p>Immigration Laws is specially designed for students of national law universities as well as other law education institutions. The book will also serve as a useful guide for researchers and practitioners in this field, especially from a socio-legal perspective. The text essentially focuses on problems faced by migrating individuals, and socio-legal implications arising out of the process of immigration. An attempt has been made to analyse the various provisions relating to the immigration of people from India, assistance provided to Indians settled overseas in contributing towards the socio-economic development of their motherland, and schemes regulating various concerns arising out of NRI marriages. The book also discusses the plight of people migrating out of the fear of persecution due to being labelled as &lsquo;refugees&rsquo;, and the international arrangements made for them in the form of &lsquo;asylum&rsquo; through the 1951 UN Convention. Key Features &bull; Based on substantive as well as empirical study, the text presents concepts in a simple and lucid manner &bull; Discusses the role of United Nations High Commissioner for Refugees (UNHCR) &bull; Offers an annexure listing the complete Citizenship (Amendment) Bill,2015 &bull; Provides a list of acronyms to familiarize the reader with accepted and standard jargon.</p>\n', '', '1st', 1, '9789351434528', '715', '2015', '14', '2023-07-11_11_30_23.635931624_Immigration_Laws.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 4, '2023-07-11 06:00:46', '29', 0, 0, '', '', NULL, '2', '', 375.00, 0, 330.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 45.00, '2023-07-11 06:00:46'),
(1126, 'We, The People and Our Constitution', '', '<p>This work consists of writings on critical issues in areas such as constitutional law, human rights, international law, judicial system and systemic reforms. It also includes research papers published in India and abroad and keynote addresses delivered at Indian and foreign universities. The book has been divided into six parts consisting of 43 chapters.<br />\nPart I covers the basic concepts and fundamental principles of the Constitution.<br />\nPart II presents an anthology of seven essays on human rights and international law, democracy and governance, Rule of Law and gender justice in the South Asian nations.<br />\nPart III discusses judiciary and its relationship with other organs of the State, jurisdictional conflicts, appointment of judges, justice delivery system and the need for reforms.<br />\nPart IV deals with conflicts and controversies in areas like Union-State relations, role of governors, and reservations.<br />\nPart V captures essays on the urgent need for political, electoral, party, educational, administrative and other reforms.<br />\nPart VI contains tributes to three legal luminaries--Nani Palkhivala, Justice JS Verma and Pt Kanhaiya Lal Mishra. This book will be useful for students, law practitioners, judges and all concerned citizens.</p>\n', '', '1st', 0, '9789350359822', '301', '2017', '14', '2023-07-11_14_13_31.012828649_we.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-11 08:43:47', '9', 1, 0, '', '', NULL, '2', '', 695.00, 0, 695.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-11 08:43:47'),
(1127, 'Commentary on the Indian Trusts Act', '', '<p>This work renders a comprehensive and a dynamic perspective of the subject, serving the requirements of the readers. The book makes special emphasis on enunciation of principles involved in the subject of law of trusts. In the present tenth edition, important legislative changes and case law on the Indian Trusts Act have been duly discussed. Key Features: Includes Model Trust Deeds and Forms A thoroughly revised &lsquo;Introduction&rsquo; contains noticeable additions pertaining to State Laws on the Trusts applicable to the different States in India The revised &lsquo;Introduction&rsquo; now consists of three parts; The First part contains important aspects pertaining to Trusts and also Trusts under laws of United Kingdom; the Second part contains the case law based commentary on Acts relating to Public Trusts as applicable to different States in India; and the Third part of this introductory Chapter contains applicability and implication of Limitation Act in suits against trustees and other persons under Trust Act Notable additions have also been made to Chapter 9 pertaining to certain obligations in the nature of Trusts; this Chapter is the most important in the Act and corresponds with the Chapter on quasi contracts in the Indian Contract Act Relevant case law of the Supreme Court and various High Courts have been added to this edition.</p>\n', '', '10th', 0, '9789391211950', '381', '2022', '14', '2023-07-11_14_15_12.616028650_Indian_Trusts_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-11 08:45:29', '138', 0, 0, '', '', NULL, '1', '', 2295.00, 0, 1940.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 355.00, '2023-07-11 08:45:29'),
(1128, 'Law of Wills', 'Dealing with Wills of all Communities Including Exhaustive Case Law Alongwith Model Forms of Wills and Relevant Statutes', '<p>Gopalakrishnan Law of Wills, since its first publication in 1963,&nbsp; has established itself as an authoritative commentary on the subject. It deals with all the important aspects pertaining to the law of Wills, including relevant forms and precedents.</p>\n', '<p>&bull; Dealing with Wills of all communities, along with exhaustive case law &nbsp;<br />\n&bull; Contains model forms of wills as well as relevant statutes<br />\n&bull; The new edition has been thoroughly revamped and restructured to aid readability and understanding&nbsp;<br />\n&bull; New chapters on doctrine of waiver and suspicious circumstances surrounding the execution of Will have been added in order to make it an exhaustive work on the subject&nbsp;<br />\n&bull; Includes relevant and latest judgments delivered by the various high courts and Supreme Court such as Lynette Fernandes v Gertie Mathias and Vinodchandra Sakarlal Kapadia v State of Gujarat</p>\n', '11th', 0, '9789391211677', '407', '2021', '14', '2023-07-11_14_17_26.077350681_Law_of_Wills.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-11 08:47:47', '42', 0, 0, '', '', NULL, '1', '', 2995.00, 0, 2455.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-11 08:47:47'),
(1129, 'Law of Notices with Electronic Notices', '', '<p>This treatise ipso-facto is a pointer to the factum of the complexities involved in the subject of &lsquo;Law of Notices&rsquo;. By what mode and means the notice is to be served; to whom the notice is to be addressed and where it is required to be served; what should be the title of the notice and so also what should be its contents; when shall we deem the notice to have been &lsquo;sent&rsquo; and when do we say the same to have been &lsquo;served&rsquo; are some of the questions which have been sought to be answered in the present work, for the reason that on such issues, more often than not, the legal proceedings are found to have failed.</p>\n', '<p>&bull; Contains threadbare analysis of technical provisions of the law of notices and their related precedents.<br />\n&bull; The thesis of commentary lies in it drawing a different line altogether contrary to the well-established cannons of law with the support of pragmatic landmark decisions of the constitutional courts in India including the Supreme Court.<br />\n&bull; The authors have emphasized a new developing theory on the subject that tilts towards the concept of notice being only a &lsquo;procedural requirement&rsquo; as against a &lsquo;substantive requirement&rsquo; to render effective justice.<br />\n&bull; Some chapters have been exclusively devoted to the law relating to &lsquo;electronic notices&rsquo;, touching almost all practical aspects along with appropriate arguments.<br />\n&bull; Not only has the subject been handled with dexterity in this work but also almost all relevant case law has been referred to.</p>\n', '4th', 0, '9789391211554', '406', '2022', '14', '2023-07-11_14_19_33.459778682_Law_of_Notices.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-11 08:50:08', '19', 1, 0, '', '', NULL, '1', '', 1995.00, 0, 1995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-11 08:50:08'),
(1130, 'Law of Easements and Licences', '', '<p>The first edition of this legal classic on the Law of Easements was published in 1925. The book has travelled almost ten decades and is now in its seventeenth Edition, a testament to enduring appeal and reliability.</p>\n\n<p>This edition has been revised with a view to retain the originality and basic features of the treatise, while enriching it with latest case law and contemporary developments. With some of the sections being borrowed from English law, it encompasses a critical evaluation of common law practice followed in India with English and American law on easement. This work also underlines the distinction between lease and license with commendable clarity and provides a hands-on-approach to learning with each chapter.</p>\n', '<ul>\n	<li>&bull; Exhaustive Section-wise Commentary on The Indian Easements Act, 1882</li>\n	<li>&bull; Comprises English and American law on Easement and the comparative Indian position</li>\n	<li>&bull; Focuses on important provisions such as section 13 (Easements of necessity and quasi easements), section 15 (Acquisition of easementary rights by prescription), section 35 (Injunction to restrain disturbance), and sections 52 and 60 (pertaining to License)</li>\n	<li>&bull; Determination of and distinction between lease and license has been elaborately explained</li>\n	<li>Includes Special features of Right of Way</li>\n	<li>Important case law of the Supreme Court of India and High Courts has been incorporated</li>\n	<li>Exhaustive Section-wise Commentary on The Indian Easements Act, 1882</li>\n	<li>Comprises English and American law on Easement and the comparative Indian position</li>\n	<li>Focuses on important provisions such as section 13 (Easements of necessity and quasi easements), section 15 (Acquisition of easementary rights by prescription), section 35 (Injunction to restrain disturbance), and sections 52 and 60 (pertaining to License)</li>\n	<li>Determination of and distinction between lease and license has been elaborately explained</li>\n	<li>Includes Special features of Right of Way</li>\n	<li>Important case law of the Supreme Court of India and High Courts has been incorporated</li>\n</ul>\n', '17h', 0, '9788119403677', '300', '2024', '14', '20250930_004548_9788119403677-397x397.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-11 08:52:19', '19', 1, 0, '', '', NULL, '1', '', 2695.00, 0, 2209.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-11 08:52:19'),
(1131, 'Textbook on Women & Child Laws', '', '<p>This book is a well-researched and systematically organized study of the law relating to women and children. Written topic-wise to make the study meaningful and comprehensive, it critically reexamines the current theory, law, policy and practice of women and child rights and the potential for more women and child sensitive globalization.<br />\nThis work is a compilation of nine insightful chapters. The First Part of the book, comprising five chapters, examines a range of concerns such as domestic violence, employment and labour, antidiscrimination jurisprudence, family laws, property rights, the right to health, the complexities in the inter-section of women&rsquo;s rights with disability rights and women&rsquo;s experiences of repressive legislations. The Second Part, ranging from chapters 6 to 9, deals with different issues relating to children, especially from the marginalised sections of society, the rights available to them under the Constitution and the various laws enacted to implement the same.</p>\n', '<p>Critical exposition of the current theory, law, policy and practice of women and child rights.<br />\nFocuses on the developments made in the law relating to women and children.<br />\nContains nine insightful chapters, divided into two Parts. The first Part deals with the law relating to women, and the second Part pertains to issues relating to children.<br />\nAttempts a fresh mapping of the field of women and law from an interdisciplinary perspective.<br />\nAims to sensitise those who deal with children and are part of the mechanism, which is responsible for their welfare.<br />\nCritical appraisal of the judgments of Indian Courts that have led to a change and development in law.<br />\nEssential reference text for the LL.B. course as well as gender and law and feminist jurisprudence. This work can also serve as an undergraduate or graduate textbook for women&rsquo;s studies or other related interdisciplinary fields.</p>\n', '1st', 1, '9789389991161', '717', '2020', '14', '2023-07-11_14_24_44.455560694_Textbook_on_Women_&_Child_Laws.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-11 08:55:15', '23', 0, 0, '', '', NULL, '2', '', 965.00, 0, 829.90, 0, 0, 0.00, 0, 0.00, 14.00, 0.00, 0.00, '2023-07-11 08:55:15'),
(1132, 'test book', 'test', '<p>Test book</p>\n', '<p>Test book</p>\n', '2 nd edition', 0, '97881717737696', '664', '2021', '9', '2023-07-11_14_59_34.515047Screenshot_(47).png', 0, '10', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-11 09:29:54', '113', 1, 0, '<p>Test book</p>\n', '<p>Test book</p>\n', NULL, '2', '', 2000.00, 0, 0.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 2000.00, '2023-07-11 09:29:54'),
(1133, 'aaaa', '', '', '', '1', 0, '1111111111111111', '579,579', '11111', '3', '2023-07-11_15_41_52.511379709_Law_Relating_to_Societies_Registration.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 7, '2023-07-11 10:11:55', '114,114', 1, 0, '', '', NULL, '2,2', '', 11111.00, 0, 11111.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-11 10:11:55'),
(1134, 'Writ Remedies - Remediable Rights Under Public Law', '', '', '', '5th', 0, '9789350356487', '579', '2021', '14', '2023-07-11_16_16_33.566280697_Maritime_Jurisdiction_and_Admiralty_Law_in_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-11 10:46:41', '114', 1, 0, '', '', NULL, '2', '', 695.00, 0, 695.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-11 10:46:41'),
(1135, 'Firearms Investigation - Thoroughly Revised by Anoopam Modak', '', '<p>aaa</p>\n', '<p>aaa</p>\n', '5th', 0, '9789350356487', '716', '2016', '14', '2023-07-11_16_30_31.134053702_Law_of_Estoppel_and_Res-judicata.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 5, '2023-07-11 11:00:38', '114', 1, 0, '<p>aaa</p>\n', '<p>aaa</p>\n', NULL, '24', '', 695.00, 0, 695.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-11 11:00:38'),
(1136, 'Writ Remedies - Remediable Rights Under Public Law', '', '', '', '5th', 0, '9789350356487', '579,579', '2021', '3', '2023-07-11_17_07_09.805255700_Law_of_Defamation_and_Malicious_Prosecution_(Civil_and_Criminal).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 6, '2023-07-11 11:37:17', '114,114', 1, 0, '', '', NULL, '2,2', '', 695.00, 0, 695.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-11 11:37:17'),
(1137, 'Law Relating to Power of Attorney with 135 Specimen Forms of Power of Attorney', '', '<p>S. Parameswaran Law Relating to Powers of Attorney&rdquo; is the most authoritative work on the subject, containing exhaustive section-wise Commentary on the Powers-of-Attorney Act, 1882 as amended by the Powers-of-Attorney (Amendment) Act, 1982, and the Jammu and Kashmir Reorganisation Act, 2019, along with legislative history, notes, comments, and important judicial pronouncements.</p>\n', '<p>&bull; Status and Authority of Powers-of-Attorney under the Powers-of-Attorney Act, 1882 and various Related Laws, e.g., Civil, Contractual, Commercial, Company, Corporate, Business, Properties, Stamp Duty, eStamping, Registration, Evidence, Criminal, Banking, Arbitration, Taxation, Company, Litigations, Suits &amp; Proceedings on Powers-of-Attorney (PoA), etc., is also fully dealt with in various Chapters.<br />\n&bull; Contains over 135 Specimen or Model Forms of Powers-of-Attorney (PoA), Vakalatnamas or Memorandum of Appearance in Suits and Litigation in Courts, eCourts, Tribunals &amp; Other Forums.<br />\n&bull; This authoritative and practical handbook is an indispensable practice guide of immense help for Powers-of-Attorneys, Barristers, Attorneys, Solicitors, Recognized Agents, Pleaders, Advocates, Lawyers, Counsels, Vakils, Legal Practitioners, Advisors, Property &amp; Real Estate Consultants &amp; Developers, Authorised Representatives (ARs), Chartered Accountants, Company Secretaries, the Courts, the Tribunals, Bench and the bar Companies, Mercantile community, Litigants, the lay and all concerned with this subject.</p>\n', '7th', 0, '9788195294589', '646', '2022', '14', '2023-07-12_10_23_46.491786708_Law_Relating_to_Power_of_Attorney_with_135_Specimen_Forms_of_Power_of_Attorney.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 04:54:10', '19', 0, 0, '', '', NULL, '1', '', 2595.00, 0, 2076.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-24 17:22:45'),
(1138, 'Art of Writing Judgments', '', '<p>This small book ``Art of Writing Judgments`` had been thought of by me at the request of many concerned with the subject. Writing is an Art equally writing judgments is an art. In Part I apart from introduction, judgment on admissions, judgment and decree, pleadings, disposal of the suit at the &nbsp;first hearing, issues, appeals to the Supreme Court, suits and appeals by indigent persons, first appeals, second appeals, appeals from orders, revisions, review and different aspects concerned with judgment writing in civil matters had been dealt with in a systemactic way. This part may be a good Guide for all those concerned with judgment writing in civil matters. In Part II the relevant provisions of the Criminal Major Acts, Cr. P.C., 1973, IPC, Indian Evidence Act had been arranged in a systematic manner. There are several legislations dealing with offences and penalties both Central and State legislations by the respective States.</p>\n', '', '1st', 0, '9789350353899', '725', '2015', '14', '2023-07-12_10_27_11.305615706_Art_of_Writing_Judgments.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 04:57:13', '113', 1, 1, '', '', NULL, '2', '', 625.00, 0, 550.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 75.00, '2023-07-12 04:57:13'),
(1139, 'Commentary on the Protection of Children from Sexual Offences Act, 2012 and Rules', '', '<p>Sexual offences against children is one such area that had not been adequately dealt with by the existing laws in the country. With a view to addressing the issues related to sexual offences against children, the Protection of Children from Sexual Offences Act, 2012 was enacted. This Act provides for protection of children from offences of sexual assault, sexual harassment and pornography with due regard to safeguarding the interest and well being of children. In this book, Commentary on the Protection of Children from Sexual Offences Act, 2012 and Rules, an effort has been made to address all the issues related to sexual abuse of children, including the penal provisions required to deter such offences. The book entails a vast collection of relevant cases on the topic and substantial legislations and Rules that are covered under the appendices, for an easy and effortless understanding about the subject. This book can be of great utility not only to the legal fraternity but to one and all in general, for obtaining more knowledge and information about the subject.</p>\n', '', '2nd', 0, '9788131253816', '725', '2017', '14', '2023-07-12_10_29_18.448771704_Commentary_on_the_Protection_of_Children_from_Sexual_Offences_Act,_2012_and_Rules.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 04:59:37', '12', 0, 0, '', '', NULL, '1', '', 1195.00, 0, 1015.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 04:59:37'),
(1140, 'Law of Public Premises', '', '<p>Law of Public Premises contains a section-wise commentary on the Public Premises (Eviction of Unauthorised Occupants) Act 1971 (40 of 1971) along with Rules framed thereunder as also relevant State Legislations governing this field of law. The book is intended to render a holistic view of the subject for a better understanding of the readers. The case-law developed through judgments delivered by the constitutional courts of the country has been duly incorporated at appropriate places. This concise and crisp commentary shall be useful to students, researcher scholars, faculty members, lawyers, judges et al connected or otherwise interested in this field of study.</p>\n', '', '2nd', 0, '9788131251683', '725', '2017', '14', '2023-07-12_10_32_24.172629703.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 05:02:53', '132', 0, 0, '', '', NULL, '1', '', 1150.00, 0, 980.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 170.00, '2023-07-12 05:02:53'),
(1141, 'Law Relating to Bills of Lading, Charterparties and Contract of Affreightment', '', '<p>Maritime activity consists of a triangle having three vertices namely Charter Party, Bill of Lading and Carriage of Goods by Sea. The primary object of the work is apparently to bring in a concise manner within the easy and convenient reach of busy people the relevant and up to date law in order to cope with knotty problems which may confront them, particularly regarding the construction of the Indian Bills of Lading Act and the Indian Carriage of Goods by Sea Act in the present age of continually expanding international trade. The introductory chapters of the book and the well-arranged appendices are very informative and useful. All latest important case law has been included in this edition of book with full discussion which could make easy the complex questions of law. The book will be a great asset to business, commercial, judicial and administrative worlds, and also to the legal professionals in India.</p>\n', '', '5th', 0, '9789386515254', '727', '2018', '14', '2023-07-12_10_36_40.919411699_Law_Relating_to_Bills_of_Lading,_Charterparties_and_Contract_of_Affreightment.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 6, '2023-07-12 05:07:00', '106', 0, 0, '', '', NULL, '1', '', 1895.00, 0, 1553.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-10-28 11:54:44'),
(1142, 'Law of Defamation and Malicious Prosecution', '(Civil and Criminal)', '<p>V Mitter Law of Defamation and Malicious Prosecution: Civil and Criminal is a comprehensive commentary on the subject of Defamation and Malicious Prosecution inter alia covering the civil and criminal law aspects of the subject. In this fourteenth edition, all latest and landmark judgments passed by the Supreme Court as well as High Courts in the country since the publication of the last edition have been extensively covered, discussed and elaborated with a view to render the present state of law to the avid readers. The book shall be of immense help to law students, law faculty, law college libraries, academicians, lawyers, judges, journalists et al.</p>\n', '', '14th', 0, '9788131251232', '726', '2017', '14', '2023-07-12_10_39_52.645788700_Law_of_Defamation_and_Malicious_Prosecution_(Civil_and_Criminal).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 05:10:06', '12', 0, 0, '', '', NULL, '1', '', 1495.00, 0, 1250.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 245.00, '2023-07-12 05:10:06'),
(1143, 'Law Relating to Societies Registration', '', '<p>Law Relating to Societies Registration is a comprehensive commentary covering an in-depth analysis of the provisions of The Societies Registration Act, 1860. The author has elucidated and examined all the provisions relating to Societies Registration with the aid of relevant judgments. This third edition of the book carries the latest case law to keep the readers abreast with the current state of law. The commentary has covered the sections in seriatim following the sequence in the Act which gives quick, easy and accessible information on the subject to the readers. The book will prove to be of great value to the lawyers, judges, law students, law faculties and academicians.</p>\n', '', '3rd', 0, '9788131251324', '646', '2017', '14', '2023-07-12_10_41_45.095057709_Law_Relating_to_Societies_Registration.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-12 05:12:03', '19', 0, 0, '', '', NULL, '1', '', 1495.00, 0, 1196.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-24 17:24:07'),
(1144, 'Encyclopaedia of Petroleum Laws', '', '<p>The present edition of the book is a compilation of all the major Acts, Rules, Orders, Notifications dealing with Petroleum and its products. Attempt has been made in the current edition to incorporate the latest amended Acts, Control Orders, Rules, Regulations, etc. Many New Acts, Rules, Notifications, Control Orders, etc., have been added to give the reader latest updated information regarding the &lsquo;black gold&rsquo; and its products. It maintains its standard by providing for up-to-date information on Petroleum Procurement Guide, renewed Glossary of Standard Terms used in petroleum industry and Specimen Documents required at various levels for practical use, especially by players in the private sector. Further the edition provides for latest relevant cases arranged topically for the quick reference, easier understanding and knowledge.</p>\n', '', '12th', 0, '9789351439875', '724', '2016', '14', '2023-07-12_10_50_17.325851712_Encyclopaedia_of_Petroleum_Laws.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 05:20:32', '134', 0, 0, '', '', NULL, '1', '', 1995.00, 0, 1635.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-12 05:20:32'),
(1145, 'The Law of Partnership in India', '', '<p>This commentary on The Law of Partnership in India, originally authored by the Late Justice ST Desai, the first Chief Justice of Gujarat, and later a very eminent Senior Advocate of the Supreme Court, occupies a place of distinction in its field of operation. Ever since the book was first published in 1940, it has been accepted by the Bench and the Bar as an authoritative work on the subject in India. The unique feature of the book, apart from the critical and insightful commentary, is the separate section which deals with the diverse procedural aspects of Partnership Law.</p>\n', '<p>Covers emerging issues as well as legislative developments.<br />\nFocuses on the developments made in the law relating to partnership.<br />\nContains critical appraisal of judgments of the Indian Courts that have led to the change and development in the legal position.<br />\nMajor landmark and important judgements have been incorporated.</p>\n', '8th', 0, '9789389991260', '723', '2020', '14', '2023-07-12_10_56_12.332300727_The_Law_of_Partnership_in_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 05:26:27', '62', 0, 0, '', '', NULL, '1', '', 1895.00, 0, 1610.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 05:26:27'),
(1146, 'The Indian Partnership Act', '', '<p>The book is the most comprehensive and authoritative work on the Indian Partnership Act that explains and illustrates the provisions of the Act in a lucid, comprehensive and systematic manner. It intends to capture all major landmark judgments of Supreme Court and various High Courts. All the legislative changes since the last publication have been duly incorporated. It is a standard reference for Judges, lawyers, In house Counsels, Law firms, students, law professors and research scholars.</p>\n', '', '8th', 0, '9789388548212', '391', '2019', '14', '2023-07-12_10_58_34.830165729_The_Indian_Partnership_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-12 05:28:36', '62', 1, 0, '', '', NULL, '1', '', 1350.00, 0, 1350.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-12 05:28:36'),
(1147, 'Comprehensive Guide on Benami Law', '', '<p>The publication is a comprehensive guide on complexities surrounding benami law and its jurisprudence in India, providing in-depth analytical and critical analysis of each and every aspect related to Benami Transactions. The book traces the origin, history and evolution of the benami law and paints an impartial picture by including both side&rsquo;s views carved out of the decisions of the Privy Council and various other Courts. It also covers the problems caused by benami transactions, the judicial recognition given to such transactions, the influence of English Law, both supporting and invalidating statutory provisions relevant to benami transactions. In addition, the book meticulously and methodically includes the observations, opinions and issues deliberated by the Law Commission of India in its related reports, the deficiencies in the 1988 Ordinance &amp; Act, the considered view and recommendations of the Standing Committees to which the Bills of 2011 and 2015 were referred, the objects and reasons for the amendments that were made in the Act as well as the relevant points discussed during the respective parliamentary debates. Further, an in-depth analysis of the provisions of the Act, the Rules, Orders and Notifications issued thereunder alongwith the relevant extracts of the provisions of the Taxation and other allied laws and notifications issued thereunder, is included in a thorough and exhaustive manner with examples and easy to understand charts.<br />\nThe publication shall be tremendously beneficial to all the stakeholders involved in the legal practice as well as administration or adjudication in the arena of Benami Law in India. The book will be further helpful to all the students of law in better understanding the concepts of Benami Transactions.&nbsp;</p>\n', '<p>The book is a comprehensive guide along with the entire reference material including Acts, Rules, Bills, Notification, Orders, Reports and Parliamentary debates.<br />\nThe book is updated with the latest amendments.<br />\nThe book includes an in-depth analysis of the recent Supreme Court&rsquo;s Judgement in Ganpati Dealcom Pvt. Ltd. Versus Union of India &amp; Anr. [ Special leave petition (Civil) No. 2784/2020] at appropriate places and its impact on the implication of relevant provisions of the law.<br />\nThe book includes the interplay of Benami law with other Acts like Income Tax, Black Money, Prevention of Money laundering etc.<br />\nThe book systematically collates the recent rulings of the Appellate Tribunal, various High Courts Hon&rsquo;ble Supreme Court and the ratios laid down on benami law, which will be of immense use to the readers.<br />\nThe book has been concluded with the issues that still remain unanswered and certain recommendations on the benami law in India.</p>\n', '1st', 0, '9789395116305', '405', '1695', '14', '2023-07-12_11_00_18.570755735_Comprehensive_Guide_on_Benami_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-12 05:30:31', '39', 1, 0, '', '', NULL, '1', '', 1695.00, 0, 1695.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-12 05:30:31'),
(1148, 'The Transfer of Property Act', '', '<p>Mulla The Transfer of Property Act is a section-wise commentary on the Transfer of Property Act, 1882. An 85-year-old title, it still retains its original style and authenticity while making revisions in the substantive content, and also additions and deletions wherever required. It is part of the prestigious LexisNexis &lsquo;Mulla&rsquo; set.<br />\nIt also contains appendices that include select allied legislations such as The Registration and other Related Laws (Amendment) Act, 2001; and The Transfer of Property (Amendment) Act, 2002.</p>\n', '<p>Mulla The Transfer of Property Act is a Section-wise Commentary on the Transfer of Property Act, 1882. It explains complex legal concepts with clarity and coherence.<br />\nIt also contains appendices that include select allied legislations such as The Registration and other Related Laws (Amendment) Act, 2001 and The Transfer of Property (Amendment) Act, 2002.<br />\nOne of the USPs of this book is a detailed glossary of non-English terms with case law references providing a holistic view on the subject to its readers.<br />\nThis book has been relied on and referenced repeatedly since its inception and has been cited by various High Courts across India.<br />\nIt examines relevant case law from various Courts in India as well as other jurisdictions, primarily the commonwealth countries.<br />\nThe new edition has been meticulously updated and incorporates all significant judicial developments since its last edition in 2015.<br />\nThe book is a must have for practicing civil lawyers, judges and law firms dealing with property law/ real estate matters; legal advisors, standing counsel for banks, real estate developers/builders; libraries of law colleges, research institutions, court libraries, judicial academies &ndash; at state and central levels as well as law students.</p>\n', '13th', 0, '9789386515599', '215', '2018', '14', '2023-07-12_11_02_44.997288738_the_transfer_of_property_act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-12 05:32:59', '39', 1, 0, '', '', NULL, '1', '', 2995.00, 0, 2995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-12 05:32:59'),
(1149, 'Law of Sale, Lease and Mortgage', '', '<p>The Law on Sale, Lease and Mortgage of immovable property are put in the Transfer of Property Act, 1882, along with several other themes. There is a separate Act on sale of goods but none for these important subjects, affecting everyday life and experiences. The book gives exclusive attention to the subject. It is written very differently from the other books. Law is about ideas and concepts. The book makes this as its central theme. It continually engages with concepts and develops them. Sale, lease and mortgage of immovable property are all special forms of contract. The book recognises this and builds the subject on the foundation of contract. Sale of immovable property is first a sale. The book builds it on the foundations of sale, drawing from the law of sale of goods. The law on sale, lease and mortgage of immovable property is drawn from common law. The principles governing these are generalised common sense. The book turns to common sense to develop the principles. Thus, the book develops the concepts by turning to common sense, contract law, law of sale of goods and other branches of common law. Law is what the judges say in the court judgements. The book extensively reviews court judgements than merely give a summary of the case in a line or two. Written in a lucid manner, this book will be of value for law practitioners, researchers, professionals in the field of real estate, infrastructure and banking professionals, and students.</p>\n', '', '1st', 1, '9788131251294', '722', '2017', '14', '2023-07-12_11_04_25.859989740_Law_of_Sale,_Lease_and_Mortgage.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 05:34:40', '132', 0, 0, '', '', NULL, '1', '', 515.00, 0, 440.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 75.00, '2023-07-12 05:34:40'),
(1150, 'Commentary on The Right to Fair Compensation and Transparency in Land Acquisition, Rehabilitation and Resettlement Act, 2013 ', '', '<p>This book makes an attempt to introduce the concept of land acquisition and assessment of fair compensation in a crisp and clear manner. The principles of valuation of compensation provide the correct amount of compensation payable with the help of many landmark land acquisition cases and illustrations as well. All the new material including the Supreme Court cases which are relevant to the new Right to Fair Compensation and Transparency in Land Acquisition, Rehabilitation and Resettlement Act, 2013 after repeal of the old Land Acquisition Act, 1894 makes this book a must read for those dealing with the law. The book also has a collation of the relevant provisions of Statutes governing different states for land acquisition along with all the proforma forms and the bare act as well which can immensely help legal practitioners.</p>\n', '', '9th', 0, '9788131252222', '722', '2017', '14', '2023-07-12_11_06_05.674687745_Commentary_on_The_Right_to_Fair_Compensation_and_Transparency_in_Land_Acquisition.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 05:36:18', '31', 0, 0, '', '', NULL, '1', '', 2795.00, 0, 2375.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 05:36:18'),
(1151, 'Transfer of Property Act - With Model Forms of Sale Deed, Agreement to Sell, Mortgage, Lease Deed, Gift Deed, Partition Deed, Assignment of Actionable Claim etc.,', '', '<p>The Transfer of Property Act, 1882 is a pre-constitutional law and has been there on the statute book with amendments brought in to meet the challenges and exigencies of the time. The jurisprudence on the subject has developed more on account of the case-law coming from the Supreme Court and the High Courts, giving a fine shape to the law itself. Sanjiva Row, Transfer of Property Act has been in publication for past many decades and keeping with its tradition of being a legal classic on the subject this ninth edition has been upgraded with all relevant judgments passed by the constitutional courts in the country. Enriched with up-to-date case-law along with analysis of the basic concepts and principles involved, this edition is being brought in before the readers with a view to keep them updated on the latest position of law on the subject.</p>\n', '', '9th', 0, '9788131251355', '213', '2017', '14', '2023-07-12_11_08_43.927417749.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 05:38:47', '132', 0, 0, '', '', NULL, '1', '', 4995.00, 0, 4245.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 05:38:47'),
(1152, 'Judicial Dictionary', '', '<p>K J Aiyar&#39;s Judicial Dictionary is a comprehensive source of words and phrases, frequently used in Indian courtrooms, as interpreted by the Supreme Court, High Courts and Tribunals. It often happens that a single word is interpreted in different ways by different courts depending on the context. In such cases, the dictionary presents the various judicial interpretations thereby enhancing the understanding of the novice and the specialist alike. The 17th Edition has been thoroughly revised and enlarged to present authoritative interpretation of judicially defined words, terms, phrases and maxims. Important words and phrases defined in judgments reported in all major law journals of India have been covered. To add to the general usefulness (a) a list of foreign words and phrases in ordinary usage (b) a list of foreign legal maxims with their meanings, have been added as appendices. This dictionary is an essential reference tool for judges, magistrates, legal practitioners, jurists, academics and law students.</p>\n', '', '17th', 0, '9788131251041', '720', '2017', '14', '2023-07-12_11_10_27.461976751_Judicial_Dictionary.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 05:40:43', '135', 0, 0, '', '', NULL, '1', '', 4425.00, 0, 3628.50, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-10-30 02:58:46'),
(1153, 'Concise Law Dictionary', '', '<p>P Ramanatha Aiyar&#39;s Concise Law Dictionary, since its first publication in 1940, has proved itself to be an indispensable aid for jurists, legal professionals, academicians, researchers, and students. This law dictionary provides the meaning and interpretation of legal terms, phrases, and Latin Maxims in a precise and unambiguous manner.</p>\n\n<p>This new edition is up to date and comprehensive in its coverage and scope; comprising important judicial pronouncements, so far as words and phrases defined by the Courts, the Latin Maxims occurring in its judgments, the words defined by the legal authorities along with the Regional Legal Terms cited in its judgments, are concerned. Statutory definitions from Central Acts, Ordinances and Codes as well as words defined in Rules and Regulations have also been appropriately incorporated.</p>\n', '', '7th', 1, '9788119403684', '665', '2020', '14', '20251030_030557_Concise-Law-Dictionary-Ramanatha-Aiyar-lexis.jpg', 2, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-12 05:42:50', '135', 0, 0, '', '', NULL, '1', '', 1350.00, 0, 1107.00, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-10-30 03:06:42'),
(1596, 'Handbook on Right to Information Act, 2005', '', '', '', '6th', 0, '9788177372915', '811', '2024', '35', '20251030_032135_HB_RTI.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2025-10-30 03:22:06', '99', 0, 0, '', '', NULL, '2,1', '', 2395.00, 0, 1987.85, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, '2025-11-13 09:43:12');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1154, 'Advanced Law Lexicon', 'The Encyclopaedic Law Dictionary with Legal Maxims, Latin Terms, Words & Phrases', '<p>Widely regarded as a legal classic, &quot;Advanced Law Lexicon&quot; by P. Ramanatha Aiyar is an encyclopedic reference work covering almost 80,000 entries. It contains statutory and judicial definitions of key standard legal words, maxims, and phrases. The recurrent citing of this work in judicial pronouncements is another testament to its authority and distinction.<br />\nThis new edition, meticulously revised by P. Ramanatha Aiyar, includes all the latest developments while preserving the original scheme of the book. The &quot;Advanced Law Lexicon&quot; by P. Ramanatha Aiyar, known for his expertise in the field, is considered a valuable resource for legal professionals and scholars.<br />\nThe &quot;Advanced Law Lexicon,&quot; often referred to as the &quot;law of lexicons,&quot; continues to be an indispensable tool for navigating the intricacies of legal language.</p>\n\n<p><strong>New to this edition:</strong><br />\nImportant statutory definitions and judicial expositions added.<br />\nIncorporates legislative amendments.<br />\nIncludes important decisions of Supreme Court and various High courts.</p>\n', '<p>An essential reference aid; containing almost 80,000 statutory definitions and judicial expositions.<br />\nAlso covers parliamentary acts, state acts, rules &amp; regulations as well regional legal terminology.<br />\nAdopts a systematic and reader-friendly scheme</p>\n', '6th', 0, '9789388548373', '665', '2019', '14', '20250724_093127_advanced-law-lexicon-the-encyclopae.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-12 05:47:50', '135', 0, 0, '', '', NULL, '1', '', 10500.00, 0, 8925.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 05:47:50'),
(1155, 'The Law Lexicon', 'The Encyclopaedic Law Dictionary with Legal Maxims, Latin Terms, Words & Phrases', '<p>The book is legal classic has withstood the test of time, since its first publication in 1940, and continues to ably serve the legal profession and everyone associated with it. It contains alphabetical arrangement of terms along with their definitions. A handy, and of course, reliable law lexicon is the requirement of academicians, students as well as legal professionals.<br />\nThis new edition is up to date and exhaustive in its coverage and scope; comprising Supreme Court judgments, so far as words and phrases defined by the Apex Court, the Latin Maxims occurring its judgments, the words defined by the legal authorities along with the Regional Legal Terms cited in its judgments, are concerned. In addition, statutory definitions from Central Acts, Ordinances and Codes and all the words defined in Rules and Regulations have been appropriately incorporated.<br />\nAs hard as it is, a sincere effort has been made to ensure that this work continues to be dependable and all-encompassing, upholding its glory of being one of the oldest and most trusted law lexicons in India.</p>\n', '', '5th', 0, '9789388548878', '665', '2020', '14', '20250724_093014_Law_Lexicon.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-07-12 05:49:50', '135', 0, 0, '', '', NULL, '2,1', '', 3995.00, 0, 3195.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 800.00, '2023-07-12 05:49:50'),
(1156, 'Law Lexicon', '(With Exhaustive Reference to Indian Case Law) (171th Year of Publication) with CD', '<p>The seventeenth edition of Wharton&rsquo;s Law Lexicon is a legal dictionary of paramount importance. It contains: &bull; Legal terms and phrases. &bull; Legal maxims, quasi-legal terms and Latin terms. &bull; Words peculiar to Hindu law, Muslim law and other personal laws. &bull; Exhaustive reference to Indian and foreign case law. &bull; Exhaustive reference to updated Indian and English Acts, Rules, Regulations, Guidelines, Notifications and Circulars. &bull; Terms and phrases relating to specialised areas, for example, trade and commerce, stock exchange, military law, etc. &bull; A free word finder CD for a quick and easy search of words, terms, phrases and maxims contained in the book. With this revised edition, our endeavour is to familiarise our readers with all additions necessitated by the developments in the field of law. The book is presented in a format that is easy to &lsquo;understand and use&rsquo; making it valuable for readers and users as a concise reference.</p>\n', '', '17th', 0, '9788131253786', '104', '2017', '14', '2023-07-12_11_21_45.741065758_Law_Lexicon_(With_Exhaustive_Reference_to_Indian_Case_Law)_(171th_Year_of_Publication)_with_CD.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 05:51:58', '135', 0, 0, '', '', NULL, '1', '', 2795.00, 0, 2300.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 495.00, '2023-07-12 05:51:58'),
(1157, 'Handbook on the Right to Information Act', '', '<p>Handbook on Right to Information Act is a complete and comprehensive commentary which explicates all aspects of the Act in a reader-friendly manner. KEY FEATURES:- &bull; Updated with latest legislative amendments including those passed by different states. &bull; Compendium of recent and landmark judgments pronounced by the Supreme Court, various high courts and Central Information Commission (CIC), covered under separate parts. &bull; Important allied Acts such as the Whistle Blowers Protection Act, 2014, the Central Vigilance Commission Act, 2003 and the Prevention of CorruptionAct, 1988, included. &bull; Relevant international conventions and declarations and applicable rules, regulations, reports and guidelines incorporated. &bull; Specimen forms for obtaining information under the Act along with list of names and addresses of the members of Central Information Commission, Chief Information Commissioners and Information Commissioners, website of State Information Commissions provided for ready reference.</p>\n', '', '5th', 1, '9789350357644', '658', '2016', '14', '2023-07-12_11_23_13.860144762_Handbook_on_the_Right_to_Information_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-12 05:53:25', '99', 1, 0, '', '', NULL, '1', '', 975.00, 0, 975.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-12 05:53:25'),
(1158, 'Commentary on the Right to Information Act', '', '<p>Commentary on the Right to Information Act is the most comprehensive and reliable commentary on the subject. It provides a complete code on the subject by explaining each and every provision of the Act with pertinent comments and observations. Aimed at easy comprehension and interpretation of the enactment, an earnest attempt has been made by the authors to bring out this commentary in lucid language, based on their extensive research and deep study of the law, with a view to clear all the doubts regarding the provisions of the Act in simple language.</p>\n\n<p><strong>Key Features:</strong></p>\n\n<ul>\n	<li>Provisions of the Act have been thoroughly examined and structure of the legislation has been set out with analytical success</li>\n	<li>Wide range of issues have been considered and explained in a comprehensive manner</li>\n	<li>Includes important judicial developments and recent legislative changes</li>\n	<li>Incorporates The Digital Personal Data Protection Act, 2023</li>\n	<li>Immensely useful reference for judges, advocates, citizens, and all those dealing with the Right to Information Act</li>\n</ul>\n', '<p>The most comprehensive commentary on the Right to Information Act.<br />\nExtensively revised and up to date with important judicial developments.<br />\nUpdated with the latest amendment vide the Right to Information (Amendment) Act, 2019 and the Jammu and Kashmir Reorganisation Act, 2019.<br />\nThe Right of Access to Information Act (Pakistan) 2017 and the Data Protection Act, 2018 w.e.f. 25 May, 2018 in the Freedom of Information (UK) Act, 2000 have also been discussed</p>\n', '6th', 0, '9788119403493', '115', '2024', '14', '20251030_032329_9788119403493-397x397.jpg', 2, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-12 05:55:23', '99', 0, 0, '', '', NULL, '1', '', 3795.00, 0, 3111.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-10-30 03:24:35'),
(1159, 'The Sale of Goods Act', '', '<p>The book, originally authored by Sir Frederick Pollock &amp; Sir Dinshaw Fardunji Mulla, provides a section-wise study of the Sale of Goods Act, 1930 in light of judicial and legislative developments. The commentary also compares the provisions of the Indian Act with the relevant sections of the English Act.</p>\n', '<p>An exhaustive exposition on the Sales of Goods Act, 1930.<br />\nIncorporates important case law and legislative developments.<br />\nProvides a comparative analysis with the UK Sale of Goods Act, on which the Indian Act is based.<br />\nImportant precedents dating back to the 1800s have been retained to explain the historical background and development of the Act.<br />\nCovers important international conventions on Sale of Goods.</p>\n', '11th', 0, '9788195294527', '391', '2021', '14', '2023-07-12_11_27_15.295843767_The_Sale_of_Goods_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-12 05:57:51', '7', 0, 0, '', '', NULL, '1', '', 1595.00, 0, 1355.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 05:57:51'),
(1160, 'The Sale of Goods Act and The Indian Partnership Act', '', '<p>About the Book: This title is a lucid commentary on The Sale of Goods Act 193, The Indian Partnership Act 1932, and The Limited Liability Partnership Act 28 which are extensions of the law of contract. The commentary also includes a brief overview of the principles of law found in the United Nations Convention on International Sale of Goods as applicable to international trade law. In addition, it also includes explanations of important terms of usage in international trade such as CIF, FOB, Ex-works etc. Key Features: &bull;Divided into three parts: The Sale of Goods Act 193, The Indian Partnership Act 1932, and The Limited Liability Partnership Act 28 for the ease of understanding of readers &bull; Critically analyses legal provisions, with clarity and coherence &bull;Each edition is thoroughly updated with important case law and developments in the subject area &bull;An invaluable resource for lawyers, academicians, research scholars and institutional libraries.</p>\n', '', '12th', 1, '9789386515933', '215', '2024', '14', '2023-07-12_11_29_51.092043768_The_Sale_of_Goods_Act_and_The_Indian_Partnership_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-12 05:59:53', '7', 0, 0, '', '', NULL, '2', '', 850.00, 0, 722.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 05:59:53'),
(1161, 'The Law of Torts', '', '<p>Ratanlal &amp; Dhirajlal - The Law of Torts is one of the most reputed and authoritative commentaries on the subject. This book has been relied on and referenced repeatedly since its inception and has also been cited by the Supreme Court in the landmark Jacob Mathew case and by other High Courts across India. The commentary captures, discusses and analyses the evolution of fundamental principles of occupier&rsquo;s liability, polluter&rsquo;s strict liability, duty of care in landmark Supreme Court decisions including limestone quarrying in Doon valley, Oleum Gas Leak, Bhopal Gas Leak, Uphaar Cinema and Jacob Mathew.</p>\n', '<p>&bull; A short section on the &ldquo;Forums for tortious claims&rdquo; has been added to the commentary to identify the forum for tortious claims.<br />\n&bull; The Consumer Protection Act, 1986 has been repealed by the Consumer Protection Act, 2019. While the commentary on the old Act has been retained for historical significance, a brief outline of the new legislation has been incorporated in this edition.<br />\n&bull; The relief by granting compensation in exercise of writ jurisdiction as discussed by Supreme Court in Nilabati Behera Case has been appropriately mentioned.<br />\n&bull; The law on apprehended or future nuisance has been examined along with the concept of Quia Timet injunction.<br />\n&bull; An additional value add to this work is a concise yet comprehensive summary, at the end of the commentary, consisting important case law references.</p>\n', '29th', 0, '9789391211097', '393', '2022', '14', '2023-07-12_11_32_11.483651778_The_Law_of_Torts.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-07-12 06:02:25', '102', 0, 0, '', '', NULL, '1', '', 3350.00, 0, 2847.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 06:02:25'),
(1162, 'The Law of Torts', '', '<p>Ratanlal &amp; Dhirajlal&rsquo;s classic work on the law of torts is the most authoritative, well-acknowledged and comprehensive commentary on the subject. First published in 1897, this legal classic has withstood the test of time, and served the legal profession and everyone associated with it. Its approach has not withered but has only grown with the passage of time.</p>\n\n<p><strong>New to this edition:</strong><br />\nThe present edition has been extensively revised to include the latest judicial as well as the legislative developments in the ever-evolving subject of torts.<br />\nLatest case laws as well as the legislative amendments that have come about since the last publication has been incorporated.<br />\nThe provisions and the case laws that stands no longer effective in the light of amendments and developments that have taken place have been duly removed.</p>\n', '<p>A comprehensive study on all aspects of law of torts.<br />\nUp to date with all the major judicial and legislative developments that has taken place in this field of law.<br />\nAll-important judicial pronouncements have been incorporated.<br />\nAdopts a lucid and analytical approach.<br />\nAlso examines the legislative provisions dealing with liability under the Environment Protection Act, the Consumer Protection Act as well as the Motor Vehicles Act.</p>\n', '28th', 1, '9789388548410', '393', '2019', '14', '2023-07-12_11_35_00.226134779_The_Law_of_Torts.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-12 06:05:14', '65,87', 1, 0, '', '', NULL, '1', '', 995.00, 0, 995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-12 06:05:14'),
(1163, 'Commentary on the Constitution of India', 'Vol 1 to 15 [Covering Artiles 1 to 369 and Schedule XII', '<p>D D Basu Commentary on the Constitution of India is a pioneering work on the Indian Constitution. First published in 1950, this work has enjoyed the reputation of being one of the most comprehensive publications on the subject. It is the first authoritative work on the Constitution of India that adopted an interdisciplinary approach, examining this great document from the philosophical, sociological, political as well as legal perspectives. The series is a treatise on comparative constitutional jurisprudence. Volume 1 of this new and updated 9th edition is being published after a span of over 7 years. Since the last edition, several salient developments have taken place in the area of Indian Constitutional Law. There has been a plethora of case law and new Constitutional Amendments. Volume 1 of this new edition (covering Articles 1 to 12) has been painstakingly updated to include the latest cases, legislative amendments and current developments in constitutional law. Like the original work the current 9th edition attempts to place the legal commentary in contemporary political and social context. This volume will be an indispensable source of reference to Lawyers, Judges, Constitutional Law Experts, and all such individuals who are in any way concerned with the Constitution of India.</p>\n', '', '9th', 0, '9789351431008', '389', '2014', '14', '2023-07-12_13_08_30.53993890_Commentary_on_the_Constitution_of_India_(in_Vol-1_to_15).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 07:40:05', '9', 0, 0, '', '', NULL, '2,1', '', 52920.00, 0, 44982.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 07:40:05'),
(1164, 'Commentary on the Constitution of India; Vol 1  ; (Covering Articles 1 to 12)', '', '<p>D D Basu Commentary on the Constitution of India is a pioneering work on the Indian Constitution. First published in 1950, this work has enjoyed the reputation of being one of the most comprehensive publications on the subject. It is the first authoritative work on the Constitution of India that adopted an interdisciplinary approach, examining this great document from the philosophical, sociological, political as well as legal perspectives. The series is a treatise on comparative constitutional jurisprudence. Volume 1 of this new and updated 9th edition is being published after a span of over 7 years. Since the last edition, several salient developments have taken place in the area of Indian Constitutional Law. There has been a plethora of case law and new Constitutional Amendments. Volume 1 of this new edition (covering Articles 1 to 12) has been painstakingly updated to include the latest cases, legislative amendments and current developments in constitutional law. Like the original work the current 9th edition attempts to place the legal commentary in contemporary political and social context. This volume will be an indispensable source of reference to Lawyers, Judges, Constitutional Law Experts, and all such individuals who are in any way concerned with the Constitution of India.</p>\n', '', '9th', 0, '9789351431008', '389', '2014', '14', '2023-07-12_13_11_20.19720890_Commentary_on_the_Constitution_of_India_(in_Vol-1_to_15).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 07:41:36', '9', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2900.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 595.00, '2023-07-12 07:41:36'),
(1165, 'Commentary on the Constitution of India; Vol 2  ; (Covering Articles 13 to 14)', '', '<p>D D Basu Commentary on the Constitution of India is a pioneering work on the Indian Constitution. First published in 1950, this work has enjoyed the reputation of being one of the most comprehensive publications on the subject. It is the first authoritative work on the Constitution of India that adopted an interdisciplinary approach, examining this great document from the philosophical, sociological, political as well as legal perspectives. The series is a treatise on comparative constitutional jurisprudence.</p>\n', '', '9th', 0, '9789351431923', '389', '2014', '14', '2023-07-12_13_13_15.18286391_Commentary_on_the_Constitution_of_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 07:43:34', '9', 0, 0, '', '', NULL, '2,1', '', 4395.00, 0, 3700.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 695.00, '2023-07-12 07:43:34'),
(1166, 'Commentary on the Constitution of India; Vol 3 ; (Covering Articles 15 to 19 (Contd.))', '', '<p>D D Basu Commentary on the Constitution of India is a pioneering work on the Indian Constitution. First published in 1950, this work has enjoyed the reputation of being one of the most comprehensive publications on the subject. It is the first authoritative work on the Constitution of India that adopted an interdisciplinary approach, examining this great document from the philosophical, sociological, political as well as legal perspectives. The series is a treatise on comparative constitutional jurisprudence. Volume 3 of this new and revised 9th edition contains a detailed discussion on Articles 15 to 18 besides providing a framework and an introduction to Article 19. The discussion on Article 19 will continue in the upcoming Volume 4. This work has been updated to include the latest cases, legislative amendments and current developments in constitutional law.</p>\n', '', '9th', 0, '9789351433101', '389', '2014', '14', '2023-07-12_13_38_27.11145192_Commentary_on_the_Constitution_of_India;_Vol_3_(Covering_Articles_15_to_19).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 08:08:41', '9', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2900.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 595.00, '2023-07-12 08:08:41'),
(1167, 'Commentary on the Constitution of India; Vol 4 ; (Covering Article 19 (Contd.))', '', '<p>D D Basu Commentary on the Constitution of India is a pioneering work on the Indian Constitution. First published in 1950, this work has enjoyed the reputation of being one of the most comprehensive publications on the subject. It is the first authoritative work on the Constitution of India that adopted an interdisciplinary approach, examining this great document from the philosophical, sociological, political as well as legal perspectives. The series is a treatise on comparative constitutional jurisprudence.</p>\n', '', '9th', 0, '9789351433545', '389', '2014', '14', '2023-07-12_13_39_52.35393993_Commentary_on_the_Constitution_of_India;_Vol_4_;_(Covering_Article_19_(Contd.)).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-12 08:10:07', '9', 0, 0, '', '', NULL, '2,1', '', 3195.00, 0, 3195.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-12 08:10:07'),
(1168, 'Commentary on the Constitution of India; Vol 5 ; (Covering Articles 20 to 24)', '', '', '<p>Key Features: &bull; Pioneering work on the Indian Constitution &bull; First authoritative work on the Constitution of India that adopted an interdisciplinary approach, examining the constitution from the philosophical, sociological, political as well as legal perspectives. &bull; First book to study and comparatively analyze other constitutions, including countries that do not belong to the Anglo-American jurisprudential tradition.</p>\n', '9th', 0, '9789351434023', '389', '2995', '14', '2023-07-12_13_41_09.92928894_Commentary_on_the_Constitution_of_India;_Vol_5_;_(Covering_Articles_20_to_24).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 08:12:09', '9', 0, 0, '', '', NULL, '2,1', '', 3195.00, 0, 2700.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 495.00, '2023-07-12 08:12:09'),
(1169, 'Commentary on the Constitution of India; Vol 6 ; (Covering Articles 25 to 35)', '', '<p>D D Basu Commentary on the Constitution of India is a pioneering work on the Indian Constitution. First published in 1950, this work has enjoyed the reputation of being one of the most comprehensive publications on the subject. It is the first authoritative work on the Constitution of India that adopted an interdisciplinary approach, examining this great document from the philosophical, sociological, political as well as legal perspectives. The series is a treatise on comparative constitutional jurisprudence. Volume 6 of this new and revised edition contains a detailed discussion on Articles 25 to 35. This is the last volume dealing with Fundamental rights. This Volume consists discussion on topical subjects like religious freedom and rights of minorities. This Volume also contains a detailed discussion on Article 32, which is the means by which fundamental rights can be enforced.</p>\n', '', '9th', 0, '9789351437147', '389', '3295', '14', '2023-07-12_13_43_08.39153895_Commentary_on_the_Constitution_of_India;_Vol_6_;_(Covering_Articles_25_to_35).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 08:13:23', '9', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2900.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 595.00, '2023-07-12 08:13:23'),
(1170, 'Commentary on the Constitution of India; Vol 7 ; (Covering Articles 36 to 78)', '', '', '<p>Key Highlights &bull; First published in 1950, this pioneering work on the Indian Constitution enjoys the reputation of being one of the most authoritative publications on the subject &bull; An evergreen classic, this work is amongst the most comprehensive commentaries on the Constitution of India &bull; Makes a critical and comparative analysis of the provisions of Indian Constitution and examines them from philosophical, sociological, political as well as legal perspectives &bull; Volume 7 of this monumental work covers Articles 36 to 78 of the Constitution. This Volume has been painstakingly updated to include the latest cases, legislative amendments and current developments in the constitutional law &bull; All Latest and notable cases of the Supreme Court as well as various High Courts have been incorporated &bull; Provides a detailed synopses for easy navigation and reference &bull; An indispensable source of reference to Lawyers, Judges, Constitutional Law Experts, Officials of Central and State Government Law Departments, Academicians, Administrators and all such individuals who are in any way concerned with the working of the Constitution of India</p>\n', '9th', 0, '9789350356661', '389', '3995', '14', '2023-07-12_13_44_30.28418096_Commentary_on_the_Constitution_of_India;_Vol_7_;_(Covering_Articles_36_to_78).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 08:14:43', '9', 0, 0, '', '', NULL, '2,1', '', 4195.00, 0, 3600.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 595.00, '2023-07-12 08:14:43'),
(1171, 'Commentary on the Constitution of India; Vol 8 ; (Covering Articles 79 to 123)', '', '', '<p>Key Highlights:- &bull; First published in 1950, this pioneering work on the Indian Constitution enjoys the reputation of being one of the most authoritative publications on the subject &bull; An evergreen classic, this work is amongst the most comprehensive commentaries on the Constitution of India &bull; Makes a critical and comparative analysis of the provisions of Indian Constitution and examines them from philosophical, sociological, political as well as legal perspectives &bull; Volume 8 of this monumental work covers Articles 79 to 123 of the Constitution. This Volume has been painstakingly updated to include the latest cases, legislative amendments and current developments in the constitutional law &bull; All Latest and notable cases of the Supreme Court as well as various High Courts have been incorporated &bull; Provides a detailed synopses for easy navigation and reference &bull; An indispensable source of reference to Lawyers, Judges, Constitutional Law Experts, Officials of Central and State Government Law Departments, Academicians, Administrators and all such individuals who are in any way concerned with the working of the Constitution of India</p>\n', '9th', 0, '9789350359464', '389', '3295', '14', '2023-07-12_13_45_41.61662196_Commentary_on_the_Constitution_of_India;_Vol_7_;_(Covering_Articles_36_to_78).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 08:15:57', '9', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2900.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 595.00, '2023-07-12 08:15:57'),
(1172, 'Commentary on the Constitution of India; Vol 9 ; (Covering Articles 124 to 213)', '', '', '<p>Salient Features:- &bull; First published in 1950, this pioneering work on the Indian Constitution enjoys the reputation of being one of the most authoritative publications on the subject &bull; An evergreen classic, this work is amongst the most comprehensive commentaries on the Constitution of India &bull; Makes a critical and comparative analysis of the provisions of Indian Constitution and examines them from philosophical, sociological, political as well as legal perspectives &bull; Volume 9 of this monumental work covers Articles 124 to 213 of the Constitution. This Volume has been painstakingly updated to include the latest cases, legislative amendments and current developments in the constitutional law &bull; All Latest and notable cases of the Supreme Court as well as various High Courts have been incorporated &bull; Provides a detailed synopses for easy navigation and reference &bull; An indispensable source of reference to Lawyers, Judges, Constitutional Law Experts, Officials of Central and State Government Law Departments, Academicians, Administrators and all such individuals who are in any way concerned with the working of the Constitution of India</p>\n', '9th', 0, '9788131252550', '389', '3295', '14', '2023-07-12_13_46_53.16477097_Commentary_on_the_Constitution_of_India;_Vol_8_;_(Covering_Articles_79_to_123).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 08:17:09', '9', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2900.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 595.00, '2023-07-12 08:17:09'),
(1173, 'Commentary on the Constitution of India; Vol 10 ; (Covering Articles 214 to 226 (Contd))', '', '<p>Volume 10 covers Chapter V, Articles 214 to 231 &lsquo;The High Courts in the States&rsquo; and includes the recent judicial pronouncement to the challenge to and interpretation of Amendments in Articles 123, 124A, 124B and 124C, 127, 128, 217, 222, 224, 224A and 231 , brought about by the 99th Amendment, 2014. The important Judgements include the following: &bull; The Five Judges Bench of the Supreme Court upheld primacy of judiciary in appointment of Judges as integral to the independence of judiciary, which is a constituent part of basic structure of the Constitution, and held entire 99th Amendment to be ultra vires the basic structure and consequently the NJAC Act was also declared ultra vires on 16th October 2017. Supreme Court Advocate on Records Association vs Union of India, (2016) 5 SCC 1. &bull; Distinguishing the scope of Articles 226 and 227 overruling the ratio of Surya Dev Rai&rsquo;s case, AIR 2003 SC 3044, the Supreme Court in Radhey Shyam v Chabbi Nath (2015 ) held that the judicial orders passed by civil courts are not amenable to writ jurisdiction under Article 226 . The challenge to such judicial orders could lie by way of statutory appeal or under Article 227. &bull; A convicted advocate can be barred from appearing/pleading before any court for an appropriate period, till he purges himself of the contempt even in the absence of termination/suspension of enrolment. Mahipal Singh Rana v State of UP, AIR 2016 SC 3302. &bull; Only a miniscule minority constitutes the LGBT community. In the absence of sufficient details and data Section 377 could not be struck down by High Court. Suresh Kumar Kaushal vs Naz Foundation, AIR 2014 SC 563. &bull; The extraordinary power of transfer of investigation from State police to CBI must be exercised sparingly, cautiously and in exceptional situations. K.V. Rajendran v Supt. of Police, 2013 (10) SCALE 513.</p>\n', '', '9th', 0, '9788131252635', '389', '2018', '14', '2023-07-12_13_55_33.04785799_Commentary_on_the_Constitution_of_India;_Vol_10_;_(Covering_Articles_214_to_226_(Contd)).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 08:26:19', '9', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2900.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 595.00, '2023-07-12 08:26:19'),
(1174, 'Commentary on the Constitution of India; Vol 11(1) ; (Covering Article 226 (Contd))', '', '', '<p>Key Highlights:- &bull; First published in 1950, this pioneering work on the Indian Constitution enjoys the reputation of being one of the most authoritative publications on the subject &bull; An evergreen classic, this work is amongst the most comprehensive commentaries on the Constitution of India &bull; Makes a critical and comparative analysis of the provisions of Indian Constitution and examines them from philosophical, sociological, political as well as legal perspectives &bull; Volume 11 of this monumental work covers Articles 226 to 232 of the Constitution. This Volume has been painstakingly updated to include the latest cases, legislative amendments and current developments in the constitutional law &bull; All Latest and notable cases of the Supreme Court as well as various High Courts have been incorporated &bull; Provides a detailed synopsis for easy navigation and reference &bull; An indispensable source of reference to Lawyers, Judges, Constitutional Law Experts, Officials of Central and State Government Law Departments, Academicians, Administrators and all such individuals who are in any way concerned with the working of the Constitution of India.</p>\n', '9th', 0, '9788131253939', '389', '2018', '14', '2023-07-12_13_57_35.385721100_Commentary_on_the_Constitution_of_India;_Vol_11(1)_;_(Covering_Article_226_(Contd)).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 08:27:51', '9', 0, 0, '', '', NULL, '2,1', '', 3195.00, 0, 2700.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 495.00, '2023-07-12 08:27:51'),
(1175, 'Commentary on the Constitution of India; Vol 11(2) ; (Covering Articles 226 (Contd) to 232)', '', '', '<p>Key Highlights:- &bull; First published in 1950, this pioneering work on the Indian Constitution enjoys the reputation of being one of the most authoritative publications on the subject &bull; An evergreen classic, this work is amongst the most comprehensive commentaries on the Constitution of India &bull; Makes a critical and comparative analysis of the provisions of Indian Constitution and examines them from philosophical, sociological, political as well as legal perspectives &bull; Volume 11 of this monumental work covers Articles 226 to 232 of the Constitution. This Volume has been painstakingly updated to include the latest cases, legislative amendments and current developments in the constitutional law &bull; All Latest and notable cases of the Supreme Court as well as various High Courts have been incorporated &bull; Provides a detailed synopsis for easy navigation and reference &bull; An indispensable source of reference to Lawyers, Judges, Constitutional Law Experts, Officials of Central and State Government Law Departments, Academicians, Administrators and all such individuals who are in any way concerned with the working of the Constitution of India</p>\n', '9th', 0, '9788131254066', '389', '2018', '14', '2023-07-12_13_58_57.929506101_Commentary_on_the_Constitution_of_India;_Vol_11(2)_;_(Covering_Articles_226_(Contd)_to_232).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 08:29:12', '9', 0, 0, '', '', NULL, '2,1', '', 2995.00, 0, 2500.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 495.00, '2023-07-12 08:29:12'),
(1176, 'Commentary on the Constitution of India; Vol 12; (Covering Articles 233 to 293)', '', '', '<p>Key Features: &bull; First published in 1950, this pioneering work on the Indian Constitution enjoys the reputation of being one of the most authoritative publications on the subject &bull; An evergreen classic, this work is amongst the most comprehensive commentaries on the Constitution of India &bull; The Volume 12 of the ninth edition covers Articles 233 to 293 and has been meticulously revised to include important decisions of the Supreme Court and various High Courts &bull; Up to date with case law and developments since the publication of the last edition &bull; Overruled decisions have been checked in the light of law laid down by recent judgments of the higher courts &bull; Updated Table of Cases and Subject-Index provided for ready reference</p>\n', '9th', 0, '9789386515650', '389', '2018', '19', '2023-07-12_14_00_30.566457102_Commentary_on_the_Constitution_of_India;_Vol_12;_(Covering_Articles_233_to_293).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 08:30:43', '9', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2900.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 595.00, '2023-07-12 08:30:43'),
(1177, 'Commentary on the Constitution of India; Vol 13; (Covering Articles 294 to 311(Contd))', '', '', '<p>Key Features: &bull; First published in 1950, this pioneering work on the Indian Constitution enjoys the reputation of being one of the most authoritative publications on the subject &bull; An evergreen classic, this work is amongst the most comprehensive commentaries on the Constitution of India &bull; The Volume 13 of the ninth edition covers Articles 294 to 311 and has been meticulously revised to include important decisions of the Supreme Court and various High Courts &bull; Up to date with case law and developments since the publication of the last edition &bull; Overruled decisions have been checked in the light of law laid down by recent judgments of the higher courts &bull; Updated Table of Cases and Subject-Index provided for ready reference</p>\n', '9th', 0, '9789386515674', '389', '2018', '14', '2023-07-12_14_01_35.451227103_Commentary_on_the_Constitution_of_India;_Vol_13;_(Covering_Articles_294_to_311(Contd)).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 08:31:48', '9', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2900.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 595.00, '2023-07-12 08:31:48'),
(1178, 'Commentary on the Constitution of India; Vol 14;  (Covering Articles 311(Contd.) to 368)', '', '<p>D D Basu: Commentary on the Constitution of India is a pioneering work on the Indian Constitution. First published in 1950, this work has enjoyed the reputation of being one of the most comprehensive publications on the subject. It is the first authoritative work on the Constitution of India that adopted an interdisciplinary approach, examining this great document from the philosophical, sociological, political as well as legal perspectives. The series is a treatise on comparative constitutional jurisprudence. Key Features: &bull; Leading treatise on the subject for over six decades &bull; Critically analyses legal provisions, with clarity and coherence &bull; An invaluable resource for judges, lawyers, legislators, social scientists, administrators, academicians, research scholars, and institutional libraries.</p>\n', '', '9th', 0, '9789386515827', '389', '2019', '19', '2023-07-12_14_02_48.462219104_Commentary_on_the_Constitution_of_India;_Vol_14;_(Covering_Articles_311(Contd.)_to_368).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 08:33:03', '9', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2900.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 595.00, '2023-07-12 08:33:03'),
(1179, 'Commentary on the Constitution of India; Vol 15; (Covering Articles 369 to Schedule XII)', '', '', '<p>Key Features: &bull; The Volume 15 of the ninth edition covers Article 369 to Schedule XII of the Constitution of Indian and has been meticulously revised to include important decisions of the Supreme Court and various High Courts &bull; Overruled decisions have been checked in the light of law laid down by recent judgments of the higher courts &bull; Updated Table of Cases and Subject-Index provided for ready reference &bull; Leading treatise on the subject for over six decades &bull; Critically analyses legal provisions, with clarity and coherence &bull; An invaluable resource for judges, lawyers, legislators, social scientists, administrators, academicians, research scholars, and institutional libraries</p>\n', '9th', 0, '9789386515926', '389', '2019', '14', '2023-07-12_14_16_13.023655105_Commentary_on_the_Constitution_of_India;_Vol_15;_(Covering_Articles_369_to_Schedule_XII).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-12 08:46:31', '9', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2900.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 595.00, '2023-07-12 08:46:31'),
(1180, 'India’s Constitution –Origins and Evolution (Constituent Assembly Debates, Lok Sabha Debates on Constitutional Amendments and Supreme Court Judgments); Vol. 10: Articles 352 to 395 & Schedules I to XII', '', '<p>Samaraditya Pal&rsquo;s India&rsquo;s Constitution - Origins and Evolution traces the evolution of each provision of the Constitution of India, in the light of the Constituent Assembly Debates, Lok Sabha Debates on Amendments and significant Supreme Court judgements. This book presents each Article in a comparative perspective between the vision of the drafters of the Constitution and most relevant interpretation by the Supreme Court. This multi-volume series provides exhaustive Article - wise analysis of the Constitution of India. The overview on each Article comprises of author&rsquo;s expert comments on the evolution of the constitutional provision in a nutshell. The introduction briefly explains the genesis &amp; evolution of the Constitution and Reading the Book describes the unique treatment and arrangement of content. It also incorporates relevant verbatim extracts from Constituent Assembly Debates, Lok Sabha Debates and Apex judgements. Coverage of Volume 1: This volume covers Articles 352 to 395, dealing with Emergency Provisions; Amendments; Temporary, Transitional and Special Provisions; and the 12 Schedules of the Constitution of India. The book is indispensable for Law practitioners, Judges &ndash; Supreme Court, High Courts &amp; Trial Courts, National &amp; State Judicial Academies, Court and Parliament Libraries, Law Firms and Academicians &amp; Research Scholars.</p>\n', '', '1st', 0, '9789386515940', '294', '2019', '14', '2023-07-12 16:43:39.898346115 India’s Constitution –Origins and Evolution-110.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 11:14:00', '9', 0, 0, '', '', NULL, '2,1', '', 2695.00, 0, 2290.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 11:14:00'),
(1181, 'India’s Constitution –Origins and Evolution (Constituent Assembly Debates, Lok Sabha Debates on Constitutional Amendments and Supreme Court Judgments); Vol. 9: Articles 268 to 351', '', '<p>Samaraditya Pal&rsquo;s India&rsquo;s Constitution - Origins and Evolution traces the evolution of each provision of the Constitution of India, in the light of the Constituent Assembly Debates, Lok Sabha Debates on Amendments and significant Supreme Court judgements. This book presents each Article in a comparative perspective between the vision of the drafters of the Constitution and most relevant interpretation by the Supreme Court. Coverage of Volume 9: This volume covers Articles 268 to 351 dealing with Finance, Property, Contracts and Suits; Trade, Commerce and Intercourse within the territory of India; Tribunals; Elections; and provisions on Official language. The book is indispensable for Law practitioners, Judges &ndash; Supreme Court, High Courts &amp; Trial Courts, National &amp; State Judicial Academies, Court and Parliament Libraries, Law Firms and Academicians &amp; Research Scholars.</p>\n', '', '1st', 0, '9789386515711', '294', '2018', '14', '2023-07-12 16:45:05.756006114 India’s Constitution –Origins and Evolution-9.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 11:15:30', '9', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2970.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 11:15:30'),
(1182, 'India’s Constitution –Origins and Evolution (Constituent Assembly Debates, Lok Sabha Debates on Constitutional Amendments and Supreme Court Judgments); Vol. 8: Articles 227 to 267', '', '<p>This series traces the evolution of each provision of the Constitution of India, in the light of the Constituent Assembly Debates, Lok Sabha Debates on Amendments and significant Supreme court cases. It is the first ever book which presents each Article in a comparative perspective between the vision of the constitution makers and its interpretation by the Supreme Court. Volume 8 covers Articles 227 to 267.</p>\n', '', '1st', 0, '9788131253922', '294', '2495', '14', '2023-07-12 16:46:50.136009113 India’s Constitution –Origins and Evolution-8.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 11:17:33', '9', 0, 0, '', '', NULL, '2,1', '', 2695.00, 0, 2290.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 11:17:33'),
(1183, 'India’s Constitution –Origins and Evolution (Constituent Assembly Debates, Lok Sabha Debates on Constitutional Amendments and Supreme Court Judgments); Vol. 7: Articles 216 to 226', '', '<p>This series traces the evolution of each provision of the Constitution of India, in the light of the Constituent Assembly Debates, Lok Sabha Debates on Amendments and significant SC cases. It is the first ever book which presents each Article in a comparative perspective between the vision of the constitution makers and its interpretation by the Supreme Court. Volume 7 covers Articles 216 to 226 dealing with the High Courts in the States. The most critical judicial decisions that have shaped the writ jurisdiction of High Courts under Article 226 have been arranged under themes including: (i) Jurisdiction &amp; Jurisdictional Fact; (ii) Maintainability; (iii) Substantive Procedural Principles; (iv) Natural Justice; (v) Rule of Law.</p>\n', '', '1st', 0, '9789350359693', '294', '2017', '14', '2023-07-12 16:48:35.858114112 India’s Constitution –Origins and Evolution-7.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 11:18:51', '9', 0, 0, '', '', NULL, '2,1', '', 2695.00, 0, 2290.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 11:18:51'),
(1184, 'India’s Constitution –Origins and Evolution (Constituent Assembly Debates, Lok Sabha Debates on Constitutional Amendments and Supreme Court Judgments); Vol. 6: Articles 124 to 151, 214, 215 & 221 (Union Judiciary, Contempt Jurisdiction, Comptroller & Auditor-General)', '', '<p>INDIA&rsquo;S CONSTITUTION &ndash;ORIGINS AND EVOLUTION (CONSTITUENT ASSEMBLY DEBATES, LOK SABHA DEBATES ON CONSTITUTIONAL AMENDMENTS AND SUPREME COURT JUDGMENTS) VOL 6: Articles 124 to 151, 214, 215 &amp; 221 (Union Judiciary, Contempt Jurisdiction, Comptroller &amp; Auditor-General) S Pal India&rsquo;s Constitution - Origins and Evolution is a multi-volume series providing exhaustive article-wise analysis of the Constitution of India. Volume 6 of the series covers Articles 124 to 151, 214, 215 &amp; 221 on the Union Judiciary, Contempt Jurisdiction and Comptroller and Auditor-General of India. The overview on each Article comprises of author&rsquo;s expert comments on the evolution of the constitutional provision in a nutshell. It consists of the extracts of the Constituent Assembly Debates, significant Supreme Court decisions and Parliamentary Debates on the Amending Acts. The introduction briefly explains the genesis &amp; evolution of the Constitution and Reading the Book describes the unique treatment and arrangement in the series. The book is indispensable for Law practitioners; Judges &ndash; Supreme Court, High Courts &amp; Trial Courts; Law Firms; National &amp; State Judicial Academies; Court and Parliament Libraries; and Academicians &amp; Research Scholars.</p>\n', '', '1st', 0, '9789350356487', '294', '2016', '14', '2023-07-12 17:32:30.286950111 India’s Constitution –Origins and Evolution-6.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 12:02:51', '9', 0, 0, '', '', NULL, '2,1', '', 2695.00, 0, 2290.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 12:02:51');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1185, 'India’s Constitution –Origins and Evolution (Constituent Assembly Debates, Lok Sabha Debates on Constitutional Amendments and Supreme Court Judgments); Vol. 5: Articles 79 to 122 & Articles 168 to 212 (Parliament and State Legislature) and Articles 123 & 213 (Legislative Powers of the President and Governor)', '', '<p>INDIA&rsquo;S CONSTITUTION &ndash;ORIGINS AND EVOLUTION (CONSTITUENT ASSEMBLY DEBATES, LOK SABHA DEBATES ON CONSTITUTIONAL AMENDMENTS AND SUPREME COURT JUDGMENTS) VOL 5: Articles 79 to 122 &amp; Articles 168 to 212 (Parliament and State Legislature) and Articles 123 &amp; 213 (Legislative Powers of the President and Governor) The book gives a comprehensive picture of the evolution of the provisions of India&rsquo;s Constitution. It is an article &ndash; wise analysis of the Constitution in light of the: (i) Constituent Assembly Debates (CAD) &ndash; where the Constituent Assembly Members questioned and challenged each other on the proposed Articles in the Draft Constitution from 1948 till January 1950 (ii) Draft Constitution (presented by the Drafting Committee for consideration by the Constituent Assembly on 4 Nov 1948) (iii) Lok Sabha Debates on Constitutional Amendments (iv) Important Supreme Court judgments The analysis of each of the Articles in the Constitution comprises of: (i) Overview &ndash; Author&rsquo;s comment on the evolution of the Article (ii) Articles in the Constitution of India (iii) Corresponding Article in the Draft Constitution (iv) Relevant extracts from the CAD (v) Relevant extracts from the Lok Sabha Debates on Constitution Amendment Acts (vi) Essential extracts from Supreme Court judgments The Introduction in the book, divided into 2 parts, provides a brief account of the genesis of the Indian Constitution: (i) Historical background (ii) Interpretation Further to this, there is an introductory chapter on Constituent Assembly comprising of: i) Different Stages in the functioning of Assembly ii) Drafting Committee iii) List of members of Constituent Assembly Debates along-with the profile of few members whose speeches have been extracted in present volume. India&rsquo;s Constitution &ndash;Origins and Evolution is the first ever book which provides a ready reference to Constituent Assembly Debates and the Constitution at one place. The analysis in the chapters provides a clear and interesting comparative picture as to how the constitution makers looked at the Constitution and how the Supreme Court has chosen to interpret it and how far both the visions are similar or dissimilar to each other. The book contains verbatim extracts from CAD, Lok Sabha Debates and Supreme Court judgments, thereby presenting facts in their true light. Intervention by the author is presented separately in the Overview. The book introduces contemporary reader to the legal greats of the freedom movement.</p>\n', '', '1st', 0, '9789351434870', '294', '2015', '14', '2023-07-12 17:38:44.743747110 India’s Constitution –Origins and Evolution-5.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 12:09:04', '9', 0, 0, '', '', NULL, '2,1', '', 2395.00, 0, 2035.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 12:09:04'),
(1186, 'India’s Constitution–Origins and Evolution (Constituent Assembly Debates, Lok Sabha Debates on Constitutional Amendments and Supreme Court Judgments); Vol. 4: Articles 52 to 78 and Articles 153 to 167 (Union and State Executive)', '', '<p>Salient Features: &bull; In this volume, the Article dealing with the Union Executive and the corresponding Article dealing with the State Executive as they stand presently have been dealt with together &bull; Extracts of notable judgments have been set out in order to reveal the interpretation of the Court in relation to the Union and the State Executive &bull; During the course of the Constituent Assembly Debates, in most cases, the philosophy and intent behind each Article stood revealed. The changes that these Articles underwent during these debates help in identifying the intent behind each of the Article. Essential extracts of the debates on each Article of the Draft Constitution have been included &bull; The placement of the materials in this project has been decided carefully to allow the reader to follow the development and the evolution of a particular Article as it took place, through a reading of the original documents.</p>\n', '', '1st', 0, '9789351434139', '294', '2015', '14', '2023-07-12 17:41:13.762680109 India’s Constitution –Origins and Evolution-4.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 12:11:27', '9', 0, 0, '', '', NULL, '2,1', '', 2195.00, 0, 1865.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 12:11:27'),
(1187, 'India’s Constitution–Origins and Evolution (Constituent Assembly Debates, Lok Sabha Debates on Constitutional Amendments and Supreme Court Judgments); Vol. 3: Articles 29 to 51A \"', '', '<p>The book gives a comprehensive picture of the evolution of the provisions of India&rsquo;s Constitution. It is an article &ndash; wise analysis of the Constitution in light of the: Constituent Assembly Debates (CAD) &ndash; where the Constituent Assembly Members questioned and challenged each other on the proposed Articles in the Draft Constitution from 1948 till January 1950 Draft Constitution (presented by the Drafting Committee for consideration by the Constituent Assembly on 4 Nov 1948) Lok Sabha Debates on Constitutional Amendments Important Supreme Court judgments.</p>\n', '', '1st', 0, '9789351433521', '294', '2015', '14', '2023-07-12 17:42:28.961828108 India’s Constitution –Origins and Evolution-3.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 12:12:41', '9', 0, 0, '', '', NULL, '2,1', '', 2195.00, 0, 1865.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 12:12:41'),
(1188, 'India’s Constitution–Origins and Evolution (Constituent Assembly Debates, Lok Sabha Debates on Constitutional Amendments and Supreme Court Judgments); Vol. 2: Articles 19 to 28 \"', '', '<p>The book gives a comprehensive picture of the evolution of the provisions of India&rsquo;s Constitution. It is an article &ndash; wise analysis of the Constitution in light of the: Constituent Assembly Debates (CAD) &ndash; where the Constituent Assembly Members questioned and challenged each other on the proposed Articles in the Draft Constitution from 1948 till January 1950 Draft Constitution (presented by the Drafting Committee for consideration by the Constituent Assembly on 4 Nov 1948) Lok Sabha Debates on Constitutional Amendments Important Supreme Court judgments The analysis of each of the Articles in the Constitution comprises of: Overview &ndash; Author&rsquo;s comment on the evolution of the Article Articles in the Constitution of India Corresponding Article in the Draft Constitution Relevant extracts from the CAD Relevant extracts from the Lok Sabha Debates on Constitution Amendment Acts Essential extracts from Supreme Court judgments The Introduction in the book, divided into 2 parts, provides a brief account of the genesis of the Indian Constitution: Historical background Interpretation.</p>\n', '', '1st', 0, '9789351433354', '294', '2015', '14', '2023-07-12 17:43:39.996445107 India’s Constitution –Origins and Evolution-2.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 12:13:54', '9', 0, 0, '', '', NULL, '2,1', '', 2195.00, 0, 1865.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 12:13:54'),
(1189, 'India’s Constitution –Origins and Evolution (Constituent Assembly Debates, Lok Sabha Debates on Constitutional Amendments and Supreme Court Judgments); Vol. 1: Preamble to Article 18 \"', '', '<p>The book gives a comprehensive picture of the evolution of the provisions of India&rsquo;s Constitution. It is an article &ndash; wise analysis of the Constitution in light of the: (i) Constituent Assembly Debates (CAD) &ndash; where the Constituent Assembly Members questioned and challenged each other on the proposed Articles in the Draft Constitution from 1948 till January 1950 (ii) Draft Constitution (presented by the Drafting Committee for consideration by the Constituent Assembly on 4 Nov 1948) (iii) Lok Sabha Debates on Constitutional Amendments (iv) Important Supreme Court judgments The analysis of each of the Articles in the Constitution comprises of: (i) Overview &ndash; Author&rsquo;s comment on the evolution of the Article (ii) Articles in the Constitution of India (iii) Corresponding Article in the Draft Constitution (iv) Relevant extracts from the CAD (v) Relevant extracts from the Lok Sabha Debates on Constitution Amendment Acts (vi) Essential extracts from Supreme Court judgments.</p>\n', '', '1st', 0, '9789351432005', '294', '2014', '19', '2023-07-12 17:44:48.996699106 India’s Constitution –Origins and Evolution-1.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 12:15:04', '9', 0, 0, '', '', NULL, '2,1', '', 2395.00, 0, 2035.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 12:15:04'),
(1190, 'India’s Constitution –Origins and Evolution (Constituent Assembly Debates, Lok Sabha Debates on Constitutional Amendments and Supreme Court Judgments); Vol. 1 to 10', '', '<p>The book gives a comprehensive picture of the evolution of the provisions of India&rsquo;s Constitution. It is an article &ndash; wise analysis of the Constitution in light of the: (i) Constituent Assembly Debates (CAD) &ndash; where the Constituent Assembly Members questioned and challenged each other on the proposed Articles in the Draft Constitution from 1948 till January 1950 (ii) Draft Constitution (presented by the Drafting Committee for consideration by the Constituent Assembly on 4 Nov 1948) (iii) Lok Sabha Debates on Constitutional Amendments (iv) Important Supreme Court judgments The analysis of each of the Articles in the Constitution comprises of: (i) Overview &ndash; Author&rsquo;s comment on the evolution of the Article (ii) Articles in the Constitution of India (iii) Corresponding Article in the Draft Constitution (iv) Relevant extracts from the CAD (v) Relevant extracts from the Lok Sabha Debates on Constitution Amendment Acts (vi) Essential extracts from Supreme Court judgments.</p>\n', '', '1st', 0, '9789351432005', '294', '2014', '14', '2023-07-12 17:46:22.679966106 India’s Constitution –Origins and Evolution-1.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-12 12:16:42', '9', 0, 0, '', '', NULL, '2,1', '', 24050.00, 0, 20442.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-12 12:16:42'),
(1191, 'Guide to the Companies Act  (Providing guidance on the Companies Act, 2013)–Comulative Supplement', '', '<p><strong>Ramaiya Guide to the Companies Act (Providing Guidance on the Companies Act, 2013) &ndash; Cumulative Supplement (Updating with legislative developments and case notes the 18th Edition 2015 up to September 2016)</strong><br />\nThe Cumulative Supplement to the 18th Edition of Ramaiya&rsquo;s Guide to the Companies Act, 2013 is exhaustive, complete, and reader-friendly. The Companies Act has undergone many changes since Box 1 of the 18th edition of Ramaiya. This Supplement provides readers with a concise overview of the relevant updates ti ll 16 September, 2016.<br />\nThe Supplement updates the 2013 Act while incorporating the changes brought in by the Companies (Amendment) Act, 2015. It also incorporates new Rules, Regulations, Directions, Circulars, and Clarifications, Orders, Press Notes and Press Releases along with updating the existing Rules and Regulations.<br />\nThe Cumulative Supplement also contains case notes on decisions of the Supreme Court and various High Courts from December, 2014 to July 2016. The Cumulative Supplement is presented in an easy to use format. Case law has been examined and presented to provide the reader insight into judicial developments that have taken place in relation to various sections of the Companies Act. The text of the Supplement is laid out in the same order as the contents of the 18th edition of Ramaiya. Each note is marked to direct the reader to the relevant pages of the main work.</p>\n', '', '1st', 0, '9789350358061', '650', '2016', '14', '2023-07-13_10_34_09.026767180_Ramaiya_Guide_To_The_Companies_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-07-13 05:04:29', '143', 0, 0, '', '', NULL, '1', '', 2495.00, 0, 2495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-07-13 05:04:29'),
(1192, 'Guide to the Companies Act, 2013 (in 6 Volumes)', 'Box 1 covers Volume 1 to 3 and Appendix 1 and 2 along with Consolidated Table of Cases, Consolidated Index and Additional Reference Material', '<p><strong>A Ramaiya, Guide to the Companies Act</strong>&nbsp;is a section-based commentary of the Companies Act, 2013. Widely recognised as the most thorough and comprehensive reference work on corporate law, this book has been relied on and cited in various judgments of the Supreme Court as well as High Courts. Since its first publication in 1956, this work has exceptionally stood out in every way &ndash; for its meticulous research, well-written commentary, description of legislative intent, succinct coverage of Indian and foreign judicial precedents, procedural rules, notifications, clarifications and circulars.&nbsp;<br />\nAn essential reference for corporates, practicing advocates, accounting professionals, company secretaries, academicians, judges and members of various tribunals.</p>\n', '<p>Comprehensive and authoritative first edition after all the provisions of Companies Act, 2013 are notified.<br />\nThe commentary is prepared by the subject matter experts in corporate law with rich experience in regulatory, compliance, litigation, transaction advisory role, as well as accounting and auditing.<br />\nUp-to-date with developments introduced after the publishing of previous edition.<br />\nThis edition apart from merely updating the content, have also highlighted areas where legislative attention is required.<br />\nA special offering with this edition is a Supplement covering amendments introduced vide the Companies (Amendment) Act, 2020.<br />\nSupplement will be supplied to customers free of cost upon sharing details using the QR Code on first page of Volume 1.<br />\nDetailed discussion on the concept of Reflective Loss under Oppression and Mismanagement.<br />\nCompletely revamped appendices cover latest rules, regulations, notifications, circulars and clarifications issued under the Companies Act, 2013 and also under allied legislation (SEBI, FEMA and RBI).<br />\nInsolvency and Bankruptcy Code, related rules, regulations and guidelines are also incorporated in this edition.<br />\nBox 1 covers Volume 1 to 3 and Appendix 1 and 2 along with Consolidated Table of Cases, Consolidated Index and Additional Reference Material..<br />\nVolume 1 comprises of Chapters 1 to 8 covering sections 1 to 127 dealing with Incorporation, Prospectus, Share Capital and Debentures, Acceptance of deposits by Companies, Registration of Charges, Management and Administration and also Declaration and Payment of Dividend.<br />\nVolume 2 comprises of Chapters 9 to 16 covering sections 128 to 246 dealing with Accounts of Companies,Audit and Auditors, Appointment and Qualifications of Directors, Meetings of Board and its Powers, Appointment and Remuneration of Managerial Personnel, Inspection, Inquiry and Investigation, Compromises, Mergers and Amalgamation and Prevention of Oppression and Mismanagement.<br />\nVolume 3 comprises of Chapters 17 to 29 and Schedules covering sections 247 to 470 and Schedules 1-7 dealing with Registered Valuers, Removal of Names of Companies from the Register of Companies, Revival and Rehabilitation of Sick Companies, Winding Up, Companies Incorporated Outside India, Government Companies, Registration Offices and Fees, Nidhis, National Company Law Tribunal and Appellate Tribunal, Special Courts and Miscellaneous.<br />\nAppendix 1 covers Appendices 1 to 67 which includes important Ready Reference tables, Companies Rules and Circulars issued under the Companies Act, 2013, SEBI Act along with relevant Regulations and FAQs.<br />\nAppendix 2 covers Appendices 68 to 140 which includes Depositories Act along with relevant Regulations, IBC along with relevant Rules, Regulations and Guidelines, Competition Act, 2002, relevant Rules and Regulations, RBI Act, 1934 along with Master Directions and FAQs on NBFCs , FEMA, 1999 along with relevant Rules, Regulations, Master Directions and FAQs on FEMA and SARFAESI Act and relevant Rules.<br />\nConsolidated Table of Cases, Consolidated Index and Additional Reference Material are provided in a separate volume.</p>\n', '19th', 0, '9789389991352', '650', '2020', '14', '2023-07-13_10_37_29.821729183_Guide_to_the_Companies_Act,_2013.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-13 05:07:47', '143', 0, 0, '', '', NULL, '2,1', '', 15995.00, 0, 13000.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 2995.00, '2023-07-13 05:07:47'),
(1193, 'Guide to the Companies Act, 2013', 'Box 2 containing Set of Appendix - 3, 4, 5 & 6 + 1 Consolidated Table of Cases & Subject Index and Additional  Reference Material', '<p>A Ramaiya Guide to the Companies Act is the most comprehensive and authoritative section-wise commentary on the Companies Act 2013. A companion to the recently published Box 1, this Box 2 contains completely revamped appendices, ranging from Appendix 141 to 284, covering rules and regulations governing companies, along with other allied legislations.</p>\n', '<p>Box 2 is an extension of appendices provided in Box 1.<br />\nAppendices 141 to 206 provides various Committee Reports on Company Law and Corporate Governance, Relevant Rules and Regulations under the Competition Act, 2002 as well as Procedural Regulations under the SEBI Act.<br />\nAppendices 207 to 260 continues with the Procedural Regulations under the SEBI Act, Securities Contracts (Regulation) Act, 1956 along with Relevant Rules and Regulations and allied legislations.<br />\nAppendices 261 to 272 covers Accounting Standards, Cost Accounting Standards, Principles and Guidance Notes as well as Secretarial Standards and Guidance Notes.<br />\nAppendices 273 to 284 contains Secretarial Standards and Guidance Notes issued by ICSI, Income Computation and Disclosure Standards, Auditing Standards and Guidance Notes on Auditing Aspects, Standards on Internal Audit, Cost Auditing Standards and Secretarial Auditing Standards.<br />\nA separate volume consists of the consolidated Table of Cases &amp; Subject Index as well as additional reference material, for ease of reference.</p>\n', '19th', 0, '9788131265253', '650', '2021', '14', '2023-07-13_10_39_44.774092185_Guide_to_the_Companies_Act,_2013.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-07-13 05:10:00', '94', 1, 0, '', '', NULL, '2,1', '', 9500.00, 0, 7750.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 1750.00, '2023-07-13 05:10:00'),
(1194, 'Income Tax Law : Vol 1 to 10', '', '<p>Chaturvedi and Pithisaria&rsquo;s Income Tax Law has carved a niche for itself as an authentic and comprehensive treatise on income tax law. This work embodies systematised analysis of the principles of income tax law on one hand, while imparting practical guidance on the other. Various facets of the law have been addressed with precision and clarity, accompanied by ample illustrations. This ten-volume set is an essential reference for professionals, owing to its meticulous approach and brilliant exposition of the principles of income tax law.</p>\n', '<p>&bull; Most comprehensive coverage, spanning ten volumes.<br />\n&bull; Logical and systematised analysis of the principles of income tax law.<br />\n&bull; Various facets of income tax law have been addressed with precision and clarity, accompanied by ample illustrations.<br />\n&bull; Up to date coverage of all legislative amendments up to the Finance Act, 2020 and the Income-tax (16th Amendment) Rules, 2020.<br />\n&bull; Includes the Taxation &amp; Other Laws (Relaxation of Certain Provisions) Ordinance, 2020.<br />\n&bull; Exhaustive coverage up to and including (2020) 423 (Part 2) ITR and selected cases from other journals.<br />\n&bull; Incorporates departmental circulars, notifications, and press notes issued by the CBDT and Ministry of Finance.<br />\n&bull; Companion Microsite covering Income Tax Act, 1961, Allied Rules, General Circulars, Notifications, Press Notes, Press Releases, etc.<br />\n&bull; Microsite will be up live at the time of publication of Volume.</p>\n', '7th', 0, '9789389991277', '672', '2020', '14', '2023-07-13_10_56_43.672170287_Income_Tax_Law;_Vol_1_(Sections_1_to_10).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-13 05:27:05', '57', 0, 0, '', '', NULL, '2,1', '', 29500.00, 0, 25075.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-07-13 05:27:05'),
(1195, 'Income Tax Law : Vol 10', 'Section 172 to 245', '<p>Chaturvedi and Pithisaria&rsquo;s, Income Tax Law has carved a niche for itself as an authentic and comprehensive treatise on income tax law. This work embodies systematised analysis of the principles of income tax law on one hand, while imparting practical guidance on the other. Various facets of the law have been addressed with precision and clarity, accompanied by ample illustrations. This ten-volume set is an essential reference for professionals, owing to its meticulous approach and brilliant exposition of the principles of income tax law.</p>\n', '<p>Most comprehensive coverage, spanning ten volumes.<br />\nLogical and systematised analysis of the principles of income tax law.<br />\nVarious facets of income tax law have been addressed with precision and clarity, accompanied by ample illustrations.<br />\nUp to date coverage of all legislative amendments up to the Finance Act, 2020 and the Income-tax (16th Amendment) Rules, 2020.<br />\nIncludes the Taxation &amp; Other Laws (Relaxation of Certain Provisions) Ordinance, 2020.<br />\nExhaustive coverage up to and including (2020) 423 (Part 2) ITR and selected cases from other journals.<br />\nIncorporates departmental circulars, notifications, and press notes issued by the CBDT and Ministry of Finance.<br />\nCompanion Microsite covering Income Tax Act, 1961, Allied Rules, General Circulars, Notifications, Press Notes, Press Releases, etc.<br />\nMicrosite will be up live at the time of publication of Volume 10.<br />\nVolume 6-10 updated with Structural Tax Reforms announced by the Central Government on 13 August, 2020.<br />\nIncludes Taxpayers&rsquo; Charter and Faceless Assessment Scheme, 2019 operative from 13 August, 2020.</p>\n', '8th', 0, '9788119403547', '672', '2024', '14', '2024-05-10_13_05_04.937865ITL_10.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-13 05:30:09', '57', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2865.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-13 05:30:09'),
(1430, 'Income Tax Law : Vol 11', '(Sections 245A to 298)', '<p>For more than five decades, Chaturvedi and Pithisaria&rsquo;s Income Tax Law has carved a niche for itself as an authoritative and extensive treatise on income tax law. This work embodies systematised and articulate analysis of the principles of income tax law on one hand, while imparting practical guidance on the other. Various facets of the law have been addressed with precision, accompanied by ample illustrations, wherever required.</p>\n\n<p>This eighth edition has been thoroughly revised and revamped, making it an essential reference for professionals, tax authorities, Judiciary, etc., owing to its meticulous approach and distinguished exposition of the principles of income tax law.</p>\n\n<ul>\n</ul>\n', '<p><strong>Key Features:</strong><br />\nUp to date coverage of all legislative amendments up to the Finance Act, 2023 and the Income-tax (Twentieth Amendment) Rules,2023<br />\nIncludes more than 1,00,000 judicial pronouncements and decisions delivered by the Supreme Court of India, various High Courtsin India, and select Foreign Courts<br />\nDiscusses the general and relevant constitutional provisions pertaining to income tax law, as well as the provisions relating to theInterpretation of Statutes<br />\nEach chapter includes a concise and crisp introduction of the sections contained therein, along with their relevant rules<br />\nIncorporates circulars, notifications, schemes, instructions, guidelines, etc., issued by the Central Board of Direct Taxes and theCentral Government through the Ministry of Finance<br />\nDiscusses in detail almost all the concepts relating to international taxation, transfer pricing, etc., with reference to the OECDModel Tax Convention and the UN Model Tax Convention<br />\nAuthoritative text of allied laws has been analyzed in the relevant context of the 1961 Act, along with necessary judicial pronouncements<br />\nAnnexures to each chapter, inter alia, provide updated texts of the relevant rules of the Income Tax Rules, 1962, the relevant Articles of the Double Taxation Avoidance Agreements (DTAAs) along with judicial pronouncements, and certain relevant provisions of other allied and/or analogous laws, rules, regulations, etc.<br />\nPen drive, included in Volume 11, contains commentary of omitted sections, as well as those sections which have become inoperative (but yet not omitted) for and from assessment year 2010-11, a reference of which would be found at relevant place in the treatise</p>\n', '8th', 0, '9788119403318', '672', '2024', '14', '2024-05-10_12_47_32.707773ITL_11.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2024-05-10 07:17:36', '57', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2865.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2024-05-10 07:17:36'),
(1196, 'Income Tax Law : Vol 9', 'Section 139A to 171', '<p>Chaturvedi and Pithisaria&rsquo;s, Income Tax Law has carved a niche for itself as an authentic and comprehensive treatise on income tax law. This work embodies systematised analysis of the principles of income tax law on one hand, while imparting practical guidance on the other. Various facets of the law have been addressed with precision and clarity, accompanied by ample illustrations. This ten-volume set is an essential reference for professionals, owing to its meticulous approach and brilliant exposition of the principles of income tax law.</p>\n', '<p>Most comprehensive coverage, spanning ten volumes.<br />\nLogical and systematised analysis of the principles of income tax law.<br />\nVarious facets of income tax law have been addressed with precision and clarity, accompanied by ample illustrations.<br />\nUp to date coverage of all legislative amendments up to the Finance Act, 2020 and the Income-tax (16th Amendment) Rules, 2020.<br />\nIncludes the Taxation &amp; Other Laws (Relaxation of Certain Provisions) Ordinance, 2020.<br />\nExhaustive coverage up to and including (2020) 423 (Part 2) ITR and selected cases from other journals.<br />\nIncorporates departmental circulars, notifications, and press notes issued by the CBDT and Ministry of Finance Companion Microsite covering Income Tax Act, 1961, Allied Rules, General Circulars, Notifications, Press Notes, Press Releases, etc. Microsite will be up live at the time of publication of Volume 10.<br />\nVolume 6-10 updated with Structural Tax Reforms announced by the Central Government on 13 August, 2020.<br />\nIncludes Taxpayers&rsquo; Charter and Faceless Assessment Scheme, 2019 operative from 13 August, 2020.</p>\n', '8th', 0, '9788119403592', '672', '2024', '14', '2024-05-10_12_56_17.814961ITL_09.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-13 05:44:20', '57', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2865.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-13 05:44:20'),
(1197, 'Income Tax Law : Vol 8', 'Section 110 to 139', '<p>Chaturvedi and Pithisaria&rsquo;s, Income Tax Law has carved a niche for itself as an authentic and comprehensive treatise on income tax law. This work embodies systematised analysis of the principles of income tax law on one hand, while imparting practical guidance on the other. Various facets of the law have been addressed with precision and clarity, accompanied by ample illustrations. This ten-volume set is an essential reference for professionals, owing to its meticulous approach and brilliant exposition of the principles of income tax law.</p>\n', '<p>Most comprehensive coverage, spanning ten volumes.<br />\nLogical and systematised analysis of the principles of income tax law.<br />\nVarious facets of income tax law have been addressed with precision and clarity, accompanied by ample illustrations.<br />\nUp to date coverage of all legislative amendments up to the Finance Act, 2020 and the Income-tax (16th Amendment) Rules, 2020.<br />\nIncludes the Taxation &amp; Other Laws (Relaxation of Certain Provisions) Ordinance, 2020.<br />\nExhaustive coverage up to and including (2020) 423 (Part 2) ITR and selected cases from other journals.<br />\nIncorporates departmental circulars, notifications, and press notes issued by the CBDT and Ministry of Finance Companion Microsite covering Income Tax Act, 1961, Allied Rules, General Circulars, Notifications, Press Notes, Press Releases, etc. Microsite will be up live at the time of publication of Volume 10.<br />\nVolume 6-10 updated with Structural Tax Reforms announced by the Central Government on 13 August, 2020.<br />\nIncludes Taxpayers&rsquo; Charter and Faceless Assessment Scheme, 2019 operative from 13 August, 2020</p>\n', '8th', 0, '9788119403462', '672', '2024', '14', '2024-05-10_12_55_52.287057ITL_08.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-13 05:46:50', '57', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2865.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-13 05:46:50'),
(1198, 'Income Tax Law : Vol 7', 'Section 87 to 109', '<p>Chaturvedi and Pithisaria&rsquo;s, Income Tax Law has carved a niche for itself as an authentic and comprehensive treatise on income tax law. This work embodies systematised analysis of the principles of income tax law on one hand, while imparting practical guidance on the other. Various facets of the law have been addressed with precision and clarity, accompanied by ample illustrations. This ten-volume set is an essential reference for professionals, owing to its meticulous approach and brilliant exposition of the principles of income tax law.</p>\n', '<p>Most comprehensive coverage, spanning ten volumes.<br />\nLogical and systematised analysis of the principles of income tax law.<br />\nVarious facets of income tax law have been addressed with precision and clarity, accompanied by ample illustrations.<br />\nUp to date coverage of all legislative amendments up to the Finance Act, 2020 and the Income-tax (16th Amendment) Rules, 2020.<br />\nIncludes the Taxation &amp; Other Laws (Relaxation of Certain Provisions) Ordinance, 2020.<br />\nExhaustive coverage up to and including (2020) 423 (Part 2) ITR and selected cases from other journals.<br />\nIncorporates departmental circulars, notifications, and press notes issued by the CBDT and Ministry of Finance Companion Microsite covering Income Tax Act, 1961, Allied Rules, General Circulars, Notifications, Press Notes, Press Releases, etc. Microsite will be up live at the time of publication of Volume 10.<br />\nVolume 6-10 updated with Structural Tax Reforms announced by the Central Government on 13 August, 2020.<br />\nIncludes Taxpayers&rsquo; Charter and Faceless Assessment Scheme, 2019 operative from 13 August, 2020.</p>\n', '8th', 0, '9788119403509', '672', '2024', '14', '2024-05-10_12_55_23.446792ITL_07.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-13 05:48:52', '57', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2865.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-13 05:48:52'),
(1199, 'Income Tax Law : Vol 6 ', 'Section 60 to 86A', '<p>Chaturvedi and Pithisaria&rsquo;s, Income Tax Law has carved a niche for itself as an authentic and comprehensive treatise on income tax law. This work embodies systematised analysis of the principles of income tax law on one hand, while imparting practical guidance on the other. Various facets of the law have been addressed with precision and clarity, accompanied by ample illustrations. This ten-volume set is an essential reference for professionals, owing to its meticulous approach and brilliant exposition of the principles of income tax law.</p>\n', '<p>Most comprehensive coverage, spanning ten volumes.<br />\nLogical and systematised analysis of the principles of income tax law.<br />\nVarious facets of income tax law have been addressed with precision and clarity, accompanied by ample illustrations.<br />\nUp to date coverage of all legislative amendments up to the Finance Act, 2020 and the Income-tax (16th Amendment) Rules, 2020.<br />\nIncludes the Taxation &amp; Other Laws (Relaxation of Certain Provisions) Ordinance, 2020.<br />\nExhaustive coverage up to and including (2020) 423 (Part 2) ITR and selected cases from other journals.<br />\nIncorporates departmental circulars, notifications, and press notes issued by the CBDT and Ministry of Finance Companion Microsite covering Income Tax Act, 1961, Allied Rules, General Circulars, Notifications, Press Notes, Press Releases, etc. Microsite will be up live at the time of publication of Volume 10.<br />\nVolume 6-10 updated with Structural Tax Reforms announced by the Central Government on 13 August, 2020.<br />\nIncludes Taxpayers&rsquo; Charter and Faceless Assessment Scheme, 2019 operative from 13 August, 2020.</p>\n', '8th', 0, '9788119403639', '672', '2024', '14', '2024-05-10_12_54_55.083259ITL_06.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-13 05:50:54', '57', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2865.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-13 05:50:54'),
(1200, 'Income Tax Law : Vol 5', 'Section 40A to 59', '<p>Chaturvedi and Pithisaria&rsquo;s Income Tax Law has carved a niche for itself as an authentic and comprehensive treatise on income tax law. This work embodies systematised analysis of the principles of income tax law on one hand, while imparting practical guidance on the other. Various facets of the law have been addressed with precision and clarity, accompanied by ample illustrations. This ten-volume set is an essential reference for professionals, owing to its meticulous approach and brilliant exposition of the principles of income tax law.</p>\n', '<p>&bull; Most comprehensive coverage, spanning ten volumes.<br />\n&bull; Logical and systematised analysis of the principles of income tax law.<br />\n&bull; Various facets of income tax law have been addressed with precision and clarity, accompanied by ample illustrations.<br />\n&bull; Up to date coverage of all legislative amendments up to the Finance Act, 2020 and the Income-tax (16th Amendment) Rules, 2020.<br />\n&bull; Includes the Taxation &amp; Other Laws (Relaxation of Certain Provisions) Ordinance, 2020.<br />\n&bull; Exhaustive coverage up to and including (2020) 423 (Part 2) ITR and selected cases from other journals.<br />\n&bull; Incorporates departmental circulars, notifications, and press notes issued by the CBDT and Ministry of Finance.<br />\n&bull; Companion Microsite covering Income Tax Act, 1961, Allied Rules, General Circulars, Notifications, Press Notes, Press Releases, etc.<br />\n&bull; Microsite will be up live at the time of publication of Volume 10.</p>\n', '8th', 0, '9788119403325', '672', '2024', '14', '2024-05-10_12_54_23.660599ITL_05.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-13 05:55:13', '57', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2865.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-13 05:55:13'),
(1201, 'Income Tax Law : Vol 4', 'Section 15 to 40', '<p>Chaturvedi and Pithisaria&rsquo;s Income Tax Law has carved a niche for itself as an authentic and comprehensive treatise on income tax law. This work embodies systematised analysis of the principles of income tax law on one hand, while imparting practical guidance on the other. Various facets of the law have been addressed with precision and clarity, accompanied by ample illustrations. This ten-volume set is an essential reference for professionals, owing to its meticulous approach and brilliant exposition of the principles of income tax law.</p>\n', '<p>&bull; Most comprehensive coverage, spanning ten volumes.<br />\n&bull; Logical and systematised analysis of the principles of income tax law.<br />\n&bull; Various facets of income tax law have been addressed with precision and clarity, accompanied by ample illustrations.<br />\n&bull; Up to date coverage of all legislative amendments up to the Finance Act, 2020 and the Income-tax (16th Amendment) Rules, 2020.<br />\n&bull; Includes the Taxation &amp; Other Laws (Relaxation of Certain Provisions) Ordinance, 2020.<br />\n&bull; Exhaustive coverage up to and including (2020) 423 (Part 2) ITR and selected cases from other journals.<br />\n&bull; Incorporates departmental circulars, notifications, and press notes issued by the CBDT and Ministry of Finance.<br />\n&bull; Companion Microsite covering Income Tax Act, 1961, Allied Rules, General Circulars, Notifications, Press Notes, Press Releases, etc.<br />\n&bull; Microsite will be up live at the time of publication of Volume 10.</p>\n', '8th', 0, '9788119403288', '672', '2024', '14', '2024-05-10_12_53_20.137218ITL_04.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-13 05:57:44', '57', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2865.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-13 05:57:44'),
(1202, 'Income Tax Law : Vol 3', '(Sections 10 to 14A)', '<p>Chaturvedi and Pithisaria&rsquo;s Income Tax Law has carved a niche for itself as an authentic and comprehensive treatise on income tax law. This work embodies systematised analysis of the principles of income tax law on one hand, while imparting practical guidance on the other. Various facets of the law have been addressed with precision and clarity, accompanied by ample illustrations. This ten-volume set is an essential reference for professionals, owing to its meticulous approach and brilliant exposition of the principles of income tax law.</p>\n', '<p>&bull; Most comprehensive coverage, spanning ten volumes.<br />\n&bull; Logical and systematised analysis of the principles of income tax law.<br />\n&bull; Various facets of income tax law have been addressed with precision and clarity, accompanied by ample illustrations.<br />\n&bull; Up to date coverage of all legislative amendments up to the Finance Act, 2020 and the Income-tax (16th Amendment) Rules, 2020.<br />\n&bull; Includes the Taxation &amp; Other Laws (Relaxation of Certain Provisions) Ordinance, 2020.<br />\n&bull; Exhaustive coverage up to and including (2020) 423 (Part 2) ITR and selected cases from other journals.<br />\n&bull; Incorporates departmental circulars, notifications, and press notes issued by the CBDT and Ministry of Finance.<br />\n&bull; Companion Microsite covering Income Tax Act, 1961, Allied Rules, General Circulars, Notifications, Press Notes, Press Releases, etc.<br />\n&bull; Microsite will be up live at the time of publication of Volume 10.</p>\n', '8th', 0, '9788119403912', '672', '2024', '14', '2024-05-10_12_52_28.860453ITL_03.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-13 06:01:27', '57', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2865.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-13 06:01:27'),
(1203, 'Income Tax Law : Vol 2', '(Sections 9(1)(ii) to 9B)', '<p>Chaturvedi and Pithisaria&rsquo;s Income Tax Law has carved a niche for itself as an authentic and comprehensive treatise on income tax law. This work embodies systematised analysis of the principles of income tax law on one hand, while imparting practical guidance on the other. Various facets of the law have been addressed with precision and clarity, accompanied by ample illustrations. This ten-volume set is an essential reference for professionals, owing to its meticulous approach and brilliant exposition of the principles of income tax law.</p>\n', '<p>&bull; Most comprehensive coverage, spanning ten volumes.<br />\n&bull; Logical and systematised analysis of the principles of income tax law.<br />\n&bull; Various facets of income tax law have been addressed with precision and clarity, accompanied by ample illustrations.<br />\n&bull; Up to date coverage of all legislative amendments up to the Finance Act, 2020 and the Income-tax (16th Amendment) Rules, 2020.<br />\n&bull; Includes the Taxation &amp; Other Laws (Relaxation of Certain Provisions) Ordinance, 2020.<br />\n&bull; Exhaustive coverage up to and including (2020) 423 (Part 2) ITR and selected cases from other journals.<br />\n&bull; Incorporates departmental circulars, notifications, and press notes issued by the CBDT and Ministry of Finance.<br />\n&bull; Companion Microsite covering Income Tax Act, 1961, Allied Rules, General Circulars, Notifications, Press Notes, Press Releases, etc.<br />\n&bull; Microsite will be up live at the time of publication of Volume 10.</p>\n', '8th', 0, '9788119403240', '672', '2024', '14', '2024-05-10_12_51_58.331501ITL_02.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-13 06:03:33', '57', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2865.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-13 06:03:33'),
(1204, 'Income Tax Law : Vol 1 ', '(Sections 1 to 9(1)(i))', '<p>Chaturvedi and Pithisaria&rsquo;s Income Tax Law has carved a niche for itself as an authentic and comprehensive treatise on income tax law. This work embodies systematised analysis of the principles of income tax law on one hand, while imparting practical guidance on the other. Various facets of the law have been addressed with precision and clarity, accompanied by ample illustrations. This ten-volume set is an essential reference for professionals, owing to its meticulous approach and brilliant exposition of the principles of income tax law.</p>\n', '<p>&bull; Most comprehensive coverage, spanning ten volumes.<br />\n&bull; Logical and systematised analysis of the principles of income tax law.<br />\n&bull; Various facets of income tax law have been addressed with precision and clarity, accompanied by ample illustrations.<br />\n&bull; Up to date coverage of all legislative amendments up to the Finance Act, 2020 and the Income-tax (16th Amendment) Rules, 2020.<br />\n&bull; Includes the Taxation &amp; Other Laws (Relaxation of Certain Provisions) Ordinance, 2020.<br />\n&bull; Exhaustive coverage up to and including (2020) 423 (Part 2) ITR and selected cases from other journals.<br />\n&bull; Incorporates departmental circulars, notifications, and press notes issued by the CBDT and Ministry of Finance.<br />\n&bull; Companion Microsite covering Income Tax Act, 1961, Allied Rules, General Circulars, Notifications, Press Notes, Press Releases, etc.<br />\n&bull; Microsite will be up live at the time of publication of Volume.</p>\n', '8th', 0, '9788119403455', '672', '2024', '14', '2024-05-10_12_51_11.676349ITL_01.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-07-13 06:06:22', '57', 0, 0, '', '', NULL, '2,1', '', 3495.00, 0, 2865.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-07-13 06:06:22'),
(1242, 'Pleadings and Practice', '', '<p>N S Bindra Pleadings and Practice is an exhaustive exposition of the law of pleadings. First published in 1957 and now in its thirteenth edition, this reputed treatise has steadfastly served the legal profession. This edition has been thoroughly revised, while retaining the appreciable qualities of preceding editions. Model forms of plaints and defences, written statements, applications and petitions, writs and appeals have been updated and new forms have been added wherever necessary. Latest amendments and important case law of the high courts and the Supreme Court of India have been duly incorporated.</p>\n', '', '13th', 0, '9789389991611', '211', '2021', '14', '2023-08-03_19_04_11.7544289789389991611_2021-397x397.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-08-03 13:34:48', '49', 0, 0, '', '', NULL, '1', '', 3995.00, 0, 3275.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2023-08-03 13:34:48'),
(1243, 'test book', 'test book', '<p><strong>Test book description.</strong></p>\n', '<p><strong>Test book features.</strong></p>\n', '23rd', 0, 'test123456', '94', '2023', '16', '2023-08-04_17_25_26.035222Untitled-3.jpg', 0, '203', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-08-04 10:31:15', '52', 1, 1, '<p><s><strong>Test book content.</strong></s></p>\n', '<ol>\n	<li><strong>Test book Readership.</strong></li>\n</ol>\n', NULL, '25', '', 1800.00, 0, 1800.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-08-04 10:31:15'),
(1250, 'Gender Justice & Feminist Jurisprudence', '', '', '', '1st (2022)', 1, '9789392234712', '764', 'Reprint 2023', '42', '2023-08-05_13_58_45.519392Gender-Justice-Feminist-Jurisprudence-Dr.-S.R.-Myneni-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 08:29:04', '25', 0, 0, '', '', NULL, '2', '', 550.00, 0, 475.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 75.00, '2023-08-05 08:29:04'),
(1251, 'Consumer Protection Laws', '', '', '', '9th', 1, '9789391787424', '765', '2022', '42', '2023-08-05_14_00_53.733639Consumer-Protection-Laws-Dr.-R.K.-Bangia-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 08:31:09', '87', 0, 0, '', '', NULL, '2', '', 495.00, 0, 420.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 75.00, '2023-08-05 08:31:09'),
(1252, 'Contract I', '', '', '', '9th', 1, '9789395759595', '765', '2023', '42', '2023-08-05_14_03_49.072224Contract-I-RK-Bangia-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 08:34:03', '10', 0, 0, '', '', NULL, '2', '', 625.00, 0, 550.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 75.00, '2023-08-05 08:34:03'),
(1253, 'Contract II', '', '', '', '9th (2023)', 1, '9789395759977', '765', 'Reprint 2024', '42', '2023-08-05_14_04_55.349542Contract-II-R.K.-Bangia-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 08:35:17', '10', 0, 0, '', '', NULL, '2', '', 625.00, 0, 550.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 75.00, '2023-08-05 08:35:17'),
(1254, 'The Indian Contract Act', '', '', '', '1st', 1, '9789395759120', '765', '2023', '42', '2023-08-05_14_07_40.393194Indian-Contract-Act-RK-Bangia-1-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 08:37:56', '10', 0, 0, '', '', NULL, '2', '', 675.00, 0, 585.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 90.00, '2023-08-05 08:37:56'),
(1255, 'Offences Against Child & Juvenile Offence', '', '', '', '2nd (2022)', 1, '9789392234774', '764', 'Reprint 2024', '42', '2023-08-05_14_10_33.017774offences-against-child-juvenile-offence-original-imagdrcd657zftfx.webp', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 08:40:48', '12', 0, 0, '', '', NULL, '2', '', 615.00, 0, 540.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 75.00, '2023-08-05 08:40:48'),
(1256, 'Penology and Victimology', '', '', '', '2nd', 1, '9789395759809', '764', '2024', '42', '2023-08-05_14_13_30.058753Penology-Victomology-SR-Myneni-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 08:43:44', '12', 0, 0, '', '', NULL, '2', '', 750.00, 0, 650.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 100.00, '2023-08-05 08:43:44'),
(1257, 'Easement Act', '', '', '', '16th, Reprinted 2021', 1, '9788189530297', '766', '2021', '42', '2023-08-05_14_20_10.132435easement_copy.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 08:49:19', '140', 0, 0, '', '', NULL, '2', '', 240.00, 0, 205.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 35.00, '2023-08-05 08:49:19'),
(1258, 'Environmental Law', '', '', '', '1st 2021', 1, '9789391787868', '767', '2023', '42', '2023-08-05_14_25_50.225322Environmental-Law-PS-Jaswal-2-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 08:56:09', '54', 0, 0, '', '', NULL, '2', '', 725.00, 0, 625.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 100.00, '2023-08-05 08:56:09'),
(1259, 'Principles of Equity With Trusts and Specific Relief', '', '', '', '1st', 1, '9788189530327', '768', '2021', '42', '2023-08-05_14_29_33.309020Principles-of-Equity-with-Trusts-MP-Tandon.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 09:00:01', '68', 0, 0, '', '', NULL, '2', '', 600.00, 0, 510.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 90.00, '2023-08-05 09:00:01'),
(1260, 'The Law of Evidence', '', '', '', '1st', 1, '9789395759410', '769', '2023', '42', '2023-08-05_14_38_44.039592The-Law-of-Evidence-SD--scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 09:06:50', '16', 0, 0, '', '', NULL, '2', '', 595.00, 0, 500.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 95.00, '2023-08-05 09:06:50');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1261, 'The Indian Evidence Act,1872', '', '', '', '1st', 1, '9789392234545', '768', '2023', '42', '2023-08-05_14_40_27.167048The-Indian-Evidence-Act-M.P.-Tandon.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 09:10:58', '16', 0, 0, '', '', NULL, '2', '', 475.00, 0, 400.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 75.00, '2023-08-05 09:10:58'),
(1262, 'Family Law', '', '', '', '13th', 1, '9789395759106', '693', '2023', '42', '2023-08-05_14_47_35.303757Family-Law-Dr.-Paras-Diwan-2-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-08-05 09:17:48', '23', 0, 0, '', '', NULL, '2', '', 795.00, 0, 795.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-08-05 09:17:48'),
(1263, 'Modern Hindu Law', '', '', '', '26th (2023)', 1, '9789395759823', '693', 'Reprint 2024', '42', '2023-08-05_14_50_53.142778Modern-Hindu-Law-Paras-Diwan.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-08-05 09:21:15', '90', 0, 0, '', '', NULL, '2', '', 825.00, 0, 725.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 100.00, '2023-08-05 09:21:15'),
(1264, 'Hindu Law (Family Law - I)', '', '', '', '18', 1, '9789392234842', '770,771', '2024', '42', '2023-08-05_14_56_06.004123Hindu_Law_A_N_Sen.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-05 09:26:09', '90', 0, 0, '', '', NULL, '2', '', 650.00, 0, 575.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 75.00, '2023-08-05 09:26:09'),
(1265, 'International Organisation', '', '', '', 'Reprint 2017', 1, '8189530585', '772', '2017', '42', '2023-08-07_10_28_59.815018International-Organisation-SP-Gupta-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-08-07 04:59:11', '29', 0, 0, '', '', NULL, '2', '', 350.00, 0, 320.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 30.00, '2023-08-07 04:59:11'),
(1266, 'Public International law', '', '', '', 'Reprint 2019', 1, '9789380231280', '768', '2017', '42', '2023-08-07_10_31_36.830715Public-International-Law-MP-Tandon-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 05:01:57', '29', 0, 0, '', '', NULL, '2', '', 495.00, 0, 445.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-08-07 05:01:57'),
(1267, 'Intellectual Property Law', '', '', '', '6th', 1, '9789391787738', '773', '2022', '42', '2023-08-07_10_33_39.567403Intellectual-Property-Law-Meenu-Paul-1-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 05:04:44', '28', 0, 0, '', '', NULL, '2', '', 575.00, 0, 525.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-08-07 05:04:44'),
(1268, 'Jurisprudence (Legal Theory)', '', '', '', '19th', 0, '9789395759298', '774', '2023', '42', '2023-08-07_10_37_21.970597Jurisprudence-BN-Mani-Tripathi-1-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 05:07:24', '30', 0, 0, '', '', NULL, '2', '', 650.00, 0, 575.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 75.00, '2023-08-07 05:07:24'),
(1269, 'Labour and Industrial Laws', '', '', '', '1st', 1, '8189530690', '775', '2018', '42', '2023-08-07_10_40_10.887508Labour-Industrial-Law-SK-Puri-1-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-08-07 05:10:26', '51', 1, 0, '', '', NULL, '2', '', 500.00, 0, 425.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 75.00, '2023-08-07 05:10:26'),
(1270, 'Legal Language Legal Drafting With General English', '', '', '', '1st', 1, '818953095X', '768', '2017', '42', '2023-08-07_10_43_01.402062Legal-Language-MP-Tandon-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 05:13:02', '49', 0, 0, '', '', NULL, '2', '', 335.00, 0, 295.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 40.00, '2023-08-07 05:13:02'),
(1271, 'Legal Research Methodology', '', '', '', '3rd', 1, '9789391787697', '776', '2022', '42', '2023-08-07_10_46_51.930591Legal-Research-Methodology-HN-Tewari.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 05:18:31', '113', 0, 0, '', '', NULL, '2', '', 350.00, 0, 300.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 50.00, '2025-10-27 02:35:12'),
(1272, 'The Limitation Act 1963', '', '', '', '20th Edition 2022, Reprint 2023', 1, '9789395759366', '766', '2023', '42', '2023-08-07_11_19_05.287956The-Limitation-Act-1963-J.D.-Jain-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 05:50:04', '32', 0, 0, '', '', NULL, '2', '', 375.00, 0, 325.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-08-07 05:50:04'),
(1273, 'Law of Torts', '', '<p>The Law of Torts by Dr. R.K. Bangia, revised by S.K. Raghuvanshi, is one of the most widely used textbooks in Indian legal education. Known for its clear language, logical structure and extensive use of case law, the book is a preferred resource for LLB and BA LLB students across the country.</p>\n\n<p>This revised edition offers a comprehensive analysis of the principles of tort law, supported by illustrative examples, leading judicial decisions and academic commentary. The revision by S.K. Raghuvanshi ensures that the content is updated, accessible, and aligned with current legal developments.</p>\n', '<p>Thorough coverage of foundational tort principles such as negligence, nuisance, defamation, vicarious liability and strict liability.<br />\nIncludes updated and annotated legislative provisions from:<br />\nMotor Vehicles Act, 1988 (incorporating amendments up to 2019),<br />\nConsumer Protection Act, 2019 (updated up to 2024 amendments),<br />\nCompetition Act, 2002 (updated up to 2023 amendments).<br />\nPractical orientation with real-world illustrations and case summaries.<br />\nUseful for students, educators, judicial aspirants, and practitioners alike.<br />\nThis edition continues to serve as a reliable and insightful guide to tort law, incorporating modern statutory frameworks alongside traditional common law principles.</p>\n', '27th', 0, '9789395759144', '765', '2025', '42', '20260603_052153_Torts.jpg', 0, '824', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-08-07 05:54:15', '102', 0, 0, '', '', NULL, '2', '', 795.00, 0, 675.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-06-03 05:22:13'),
(1274, 'A Compendium On Health Laws', '', '', '', '1st', 1, '9789392234620', '778,779,777', '2023', '42', '2023-08-07_11_27_04.456420compedium-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 05:57:17', '13', 0, 0, '', '', NULL, '2', '', 325.00, 0, 280.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 45.00, '2023-08-07 05:57:17'),
(1275, 'Principles of Mercantile Law', '', '', '', '9th', 1, '9789395759267', '765', '2023', '42', '2023-08-07_11_30_09.527105Principles-of-Mercantile-Law-RK-Bangia-1-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 06:00:16', '143', 0, 0, '', '', NULL, '2', '', 1195.00, 0, 995.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 200.00, '2023-08-07 06:00:16'),
(1276, 'Muslim Law in Modern India', '', '', '', '1st 2021 (Reprint 2023)', 1, '9789395759182', '693', '2023', '42', '2023-08-07_11_32_40.346929Muslim-Law-in-Modern-India-Dr.-Paras-Diwan-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-08-07 06:02:45', '142', 0, 0, '', '', NULL, '2', '', 595.00, 0, 535.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 60.00, '2023-08-07 06:02:45'),
(1277, 'Professional Ethics,Accountancy For Lawyers & Bench Bar Relations', '', '', '', '8th', 1, '9789391787813', '781', '2022', '42', '2023-08-07_11_43_22.914130Professional-Ethics-JPS-Sirohi-1-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 06:13:28', '113', 0, 0, '', '', NULL, '2', '', 650.00, 0, 600.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-08-07 06:13:28'),
(1278, 'The Specific Relief Act', '', '', '', '1st (Reprint 2023)', 1, '9789395759090', '765', '2023', '42', '2023-08-07_11_47_48.717478The-Specific-Relief-Act-1963-Dr.-R.K.-Bangia-1-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 06:17:51', '10', 0, 0, '', '', NULL, '2', '', 325.00, 0, 275.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-08-07 06:17:51'),
(1279, 'The Specific Relief Act 1963', '', '', '', '16th', 1, '9789380231334', '768', '2021', '42', '2023-08-07_11_49_33.707825The-Specific-Relief-Act-1963-MP-Tandon-1.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 06:19:36', '10', 0, 0, '', '', NULL, '2', '', 295.00, 0, 250.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 45.00, '2023-08-07 06:19:36'),
(1280, 'Transfer of Property Act', '', '', '', '1st (Reprint 2023)', 1, '9789395759359', '782', '2023', '42', '2023-08-07_11_52_16.439271T.P-ACT.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 06:22:18', '132', 0, 0, '', '', NULL, '2', '', 750.00, 0, 660.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 90.00, '2023-08-07 06:22:18'),
(1281, 'Law on Project Finance', '', '', '', '1st', 1, '9789392234613', '764', '2023', '42', '2023-08-07_12_10_12.035636Law-on-Project-Finance-.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 06:40:14', '94', 1, 0, '', '', NULL, '2', '', 450.00, 0, 390.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 60.00, '2023-08-07 06:40:14'),
(1282, 'Comparative Law', '', '', '', 'Reprint 2023', 1, '8189530100', '768', '2023', '42', '2023-08-07_12_11_46.208272Comparative-Law-MP-Tandon.jpeg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 06:41:48', '9', 0, 0, '', '', NULL, '2', '', 275.00, 0, 230.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 45.00, '2023-08-07 06:41:48'),
(1283, 'Law & Social Transformation In India', '', '', '', '5th', 1, '9789395759304', '783', '2023', '42', '2023-08-07_12_14_45.163256Law-Social-Transformation-Malik-Raval-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 06:44:47', '130', 0, 0, '', '', NULL, '2', '', 650.00, 0, 560.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 90.00, '2023-08-07 06:44:47'),
(1284, 'Money Banking, International Trade & Fiscal Policy', '', '', '', '2nd', 1, '9789391787639', '764', '2023', '42', '2023-08-07_12_16_39.876624Money-Banking-International-Trade-SR-Myneni-1-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 06:46:43', '139', 0, 0, '', '', NULL, '2', '', 495.00, 0, 420.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 75.00, '2023-08-07 06:46:43'),
(1285, 'The Negotiable Instruments Act,1881', '', '', '', '13th', 0, '9789395759199', '765', '2023', '42', '2023-08-07_12_20_59.838175the-negotiable.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 06:51:06', '139', 0, 1, '', '', NULL, '2', '', 300.00, 0, 260.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 40.00, '2023-08-07 06:51:06'),
(1286, 'The Indian Partnership Act', '', '', '', '14th (2022)', 1, '9789395759502', '765', 'Reprint 2023', '42', '2023-08-07_12_23_58.660182Indian-Partnership-Act-Dr.-R.K.-Bangia-1-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-08-07 06:54:01', '62', 0, 0, '', '', NULL, '2', '', 350.00, 0, 300.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 50.00, '2023-08-07 06:54:01'),
(1287, 'Sale of Goods Act', '', '', '', '12th', 1, '9789395759519', '765', '2023', '42', '2023-08-07_12_27_37.077947Sale-of-Goods-Bangia-scaled.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 06:58:15', '7', 0, 0, '', '', NULL, '2', '', 350.00, 0, 305.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 45.00, '2023-08-07 06:58:15'),
(1288, 'Political Science', '', '', '', 'Reprint 2024', 1, '9789395759137', '764', '2024', '42', '2023-08-07_12_34_35.322190Political-Science-Dr.-S.R.-Myneni.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-07 07:04:40', '130', 0, 0, '', '', NULL, '2', '', 600.00, 0, 510.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-07 07:04:40'),
(1289, 'Constitutional Law of India', '', '', '', '59th', 1, '9789392140150', '784', '2022', '43', '2023-08-07_12_51_22.517040The_Constitutional_law_J_N_Pandey.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-07 07:21:52', '9', 0, 0, '', '', NULL, '2', '', 750.00, 0, 637.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-07 07:21:52'),
(1290, 'Environmental Law', '', '<p>The book seeks to analyse and evalute the internatioal legal measures as well as Indian legal measures to grapple with problem of environmental pollution. It demonstrates that the Indian Judiciary has embraced environmental activism and enormously enriched the statutory law to protect the environment.</p>\n', '', '5th', 1, '9789384852849', '786', '2018', '43', '2023-08-07_13_07_20.189698Environmental_Law_by_Dr._J._J._R._Upadhyaya.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-07 07:37:52', '16', 0, 0, '', '', NULL, '2', '', 460.00, 0, 391.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-07 07:37:52'),
(1291, 'Criminal Manual', '[Criminal - Major Acts]', '', '', '1st', 0, 'SKU ID : 7296 5802 01', '791', '2023', '44', '2023-08-07_14_48_42.13711001_criminal_Manual_Khastagir.jpg', 0, '573', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-07 09:19:03', '12', 0, 0, '', '', NULL, '2', '', 575.00, 0, 488.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-07 09:19:03'),
(1292, 'Code of Civil Procedure, 1908', '', '', '', '1st', 0, 'SKU ID : 7296 5802 02', '790', '2023', '44', '2023-08-07_14_50_58.70153902_Code-of-Civil-Procedure-1908-by-Sarkar.jpg', 0, '1288', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-07 09:21:13', '19', 0, 0, '', '', NULL, '2', '', 1290.00, 0, 1096.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-07 09:21:13'),
(1293, 'The Right to Information Act, 2005', '', '', '', '2nd', 0, 'SKU ID : 7296 5802 03', '789', '2019', '44', '2023-08-07_14_52_37.66636303_The_Right_to_Information_Act,_2005.jpg', 0, '1200', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-08-07 09:22:50', '99', 0, 0, '', '', NULL, '2', '', 1995.00, 0, 1495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 500.00, '2023-08-07 09:22:50'),
(1294, 'Civil Ready Referencer (Volume 1-5)', '(In 5 Volumes)', '', '', '8th', 0, 'SKU ID : 7296 5802 04', '788', '2019', '44', '2023-08-07_14_56_53.97961504_Civil_Ready_Referencer_by_Justice_Nandi.jpg', 0, '9000', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-07 09:27:57', '19', 0, 0, '', '', NULL, '2,1', '', 2995.00, 0, 2545.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-07 09:27:57'),
(1295, 'Appellate Side Rules of The High Court at Calcutta', '', '', '', '3rd 2019 (Reprint 2022)', 0, 'SKU ID : 7296 5802 05', '793', '2022', '44', '2023-08-07_15_18_13.54984005_Appellate_side_rules.jpg', 0, '352', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 09:48:34', '19', 0, 0, '', '', NULL, '2', '', 695.00, 0, 620.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 75.00, '2023-08-07 09:48:34'),
(1296, 'The Original Side Rules of the High Court at Calcutta', '', '', '', '2nd 2014 (Reprint 2021)', 0, 'SKU ID : 7296 5802 06', '793', '2021', '44', '2023-08-07_15_20_28.13727206_The_Original_side_rules_of_the_high_court_at_calcutta.png', 0, '687', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-08-07 09:50:50', '5', 1, 0, '', '', NULL, '2,1', '', 1200.00, 0, 960.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 240.00, '2023-08-07 09:50:50'),
(1297, 'Civil Rules and Orders of Calcutta High Court', '(As amended up-to-date)', '', '', '5th', 0, 'SKU ID : 7296 5802 07', '793', '2019', '44', '2023-08-07_15_22_32.64067507_Datta_civil_rules_and_orders.jpg', 0, '615', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 09:52:46', '19', 0, 0, '', '', NULL, '2', '', 995.00, 0, 900.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 95.00, '2023-08-07 09:52:46'),
(1298, 'Police Regulations of Bengal, 1943', 'Vol. I & II', '', '', '1st', 0, '7296580208', '792', '992', '44', '2023-08-07_15_24_49.69634808_kamal\'s_police_regulations_of_bengal,_1943.png', 0, '992', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-07 09:55:00', '12', 0, 0, '', '', NULL, '2', '', 1195.00, 0, 1100.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 95.00, '2023-08-07 09:55:00'),
(1299, 'Black\'s Law Dictionary', '', '<p>For more than a century, Black&#39;s Law Dictionary has been the gold standard for the language of law. Today, it&#39;s the most widely cited law book in the world. By Editor in Chief Bryan A. Garner, the world&#39;s leading legal lexicographer, the 11th edition is the most authoritative, comprehensive law dictionary ever published.</p>\n', '', '11th', 0, '9781539229759', '59', '2019', '11', '2023-08-08_11_31_33.911055Black_laws_Dictionary.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-08-08 06:01:40', '135', 1, 0, '', '', NULL, '3', '', 7255.00, 0, 6505.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 750.00, '2023-08-08 06:01:40'),
(1300, 'Administrative Law', '', '<p>A scholarly work explaining the important aspects of Administrative Law in a simple and lucid language. The new developments, for instance, Central Vigilance Commission, Right to Information, Lokpal, Lokayukta and the concept of Whistle blowers has been included. The topic of Rule of Law has been strengthened by new rulings of the Apex court and interpretations given by eminent judges. In this edition, an endeavor has also been made to include latest case laws on the subject. The book is an essential text for students, academicians, researchers, policy makers having a keen interest in the subject.A scholarly work explaining the important aspects of Administrative Law in a simple and lucid language. The new developments, for instance, Central Vigilance Commission, Right to Information, Lokpal, Lokayukta and the concept of Whistle blowers has been included. The topic of Rule of Law has been strengthened by new rulings of the Apex court and interpretations given by eminent judges. In this edition, an endeavor has also been made to include latest case laws on the subject. The book is an essential text for students, academicians, researchers, policy makers having a keen interest in the subject.</p>\n', '', '3rd', 1, '9789386456410', '204', '2018', '45', '2023-08-08_11_36_43.96296201_k_c_joshi.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-08 06:07:13', '5', 1, 0, '', '', NULL, '2', '', 270.00, 0, 229.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-08 06:07:13'),
(1301, 'Consumer Protection Act', '', '<p>This is a comprehensive study of Law of Consumer Protection in India covering all important aspects related to Consumer Protection Act, 1986. Written in a simple and lucid language, this book contains new disputed matters such as complaint against development authority is not maintainable, disconnection of electricity supply without prior notice and when criminal proceeding is already pending, it is no bar to maintain a claim under the Act. This book would serve as an excellent reference to students, academicians and researchers in the field of Consumer Protection Law.</p>\n', '', '7th', 0, '9789390735150', '795', '2022', '45', '2023-08-08_11_39_07.37887902_Consumer_Protection_Act_S_C_Tripathi.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-08 06:09:29', '87', 0, 0, '', '', NULL, '2', '', 380.00, 0, 323.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-08 06:09:29'),
(1302, 'The Code of Criminal Procedure', '', '<p>&bull; This literary masterpiece on Code of Criminal Procedure is a very popular textbook of a very renowned Professor and expert in the field of criminal law Prof. S.N. Misra, vastly used by students of law in Indian universities and colleges.<br />\n&bull; Latest and Landmark Judgments of Supreme Court and High Courts have been incorporated at appropriate places in this book.<br />\n&bull; All the amendments made in the Code, including the Criminal Law (Amendment) Act, 2018 have been duly incorporated with necessary comments thereon.<br />\n&bull; Simplicity of Language and lucidity of presentation are the chief characteristics of this book.<br />\n&bull; The book has been written comprehensively to meet the requirements of law students, researchers, members of Bench and Bar and people in general.</p>\n', '', '22nd Edition (Reprint) 2022', 0, '9789388267854', '796', '2022', '45', '2023-08-08_11_41_28.84756003_The_Code_of_Criminal_Procedure_S._N._Misra.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-08 06:11:50', '12', 0, 0, '', '', NULL, '2', '', 880.00, 0, 748.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-08 06:11:50'),
(1303, 'Equity, Mortgages, Trusts & Fiduciary Relations', '', '<p>The concept of equity substantially developed in England where common law was not practically adequate to provide relief in the matters relating to mortgage, lease, contract, accident and trust etc. Notably in Indian Law, the doctrine of equity has been incorporated and followed in present administration of Justice. This book provides a comprehensive coverage of Law of Equity, Mortgage, Trusts and Fiduciary relations and has been designed keeping in view the interest of students pursuing law at graduate and postgraduate level.</p>\n', '', '3rd', 0, '9789388267960', '795', '2020', '45', '2023-08-08_11_46_55.51824104_Equity,_Mortgages,_Trusts_&_Fiduciary_Relations.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-08 06:17:16', '68', 0, 0, '', '', NULL, '2', '', 250.00, 0, 212.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-08 06:17:16'),
(1304, 'Human Rights', '', '<p>This book covers all the core areas of human rights law in a clear and straightforward manner. An attempt has been made to deal with different issues related to the implementation machinery of International Covenants. A special chapter on International Humanitarian Law has also been included. Certain basic documents relevant to the study have been produced in the Appendices. This book shall be extremely useful to both undergraduate and postgraduate students studying human rights law as a part of their course. It would also be beneficial for various academicians, research scholars and policy makers having interest in the subject.</p>\n', '', '18th', 0, '9789390735976', '797', '2023', '45', '2023-08-08_11_50_28.62053805_Human_Rights.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-08 06:20:47', '26', 0, 0, '', '', NULL, '2', '', 430.00, 0, 385.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 45.00, '2023-08-08 06:20:47'),
(1305, 'Indian Penal Code', '', '', '', '1st', 0, '9789382676294', '796', '2017', '45', '2023-08-08_11_54_49.25869106_Indian_Penal_Code.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-08 06:26:35', '12', 0, 0, '', '', NULL, '2', '', 1195.00, 0, 1075.50, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-08-08 06:26:35'),
(1306, 'International Organisation', '', '<p>This laudable work by Dr. H. O. Agarwal provides a comprehensive overview of various International Organisations. The working of League of Nations, United Nations and its principal organs, subsidiary organs, regional organisations and non international organizations has been critically analysed. The book covers nearly all the topics which the Bar Council of India has indicated for the LL.B course and shall be useful not only to students of law, but to students of political science and military science as well. It shall be equally useful to the candidates appearing in competitive examinations and to all those who are interested in the study of international organizations especially United Nations.</p>\n', '', '3rd Edition (Reprint 2023)', 0, '9789390735037', '797', '2023', '45', '2023-08-08_12_02_07.15289007_International_Organisation.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-08-08 06:35:09', '29', 0, 0, '', '', NULL, '2', '', 290.00, 0, 260.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 30.00, '2023-08-08 06:35:09'),
(1307, 'International Organisation', '', '<p>This laudable work by Dr. H. O. Agarwal provides a comprehensive overview of various International Organisations. The working of League of Nations, United Nations and its principal organs, subsidiary organs, regional organisations and non international organizations has been critically analysed. The book covers nearly all the topics which the Bar Council of India has indicated for the LL.B course and shall be useful not only to students of law, but to students of political science and military science as well. It shall be equally useful to the candidates appearing in competitive examinations and to all those who are interested in the study of international organizations especially United Nations.</p>\n', '', '3rd Edition (Reprint 2023)', 0, '9789390735037', '797,797', '2023', '45', '2023-08-08_12_02_07.15289007_International_Organisation.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-08-08 06:35:09', '26,26', 1, 0, '', '', NULL, '2,2', '', 290.00, 0, 290.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-08-08 06:35:09'),
(1308, 'International Law & Human Rights', '', '<p>&bull; The book on International Law &amp; Human Rights by Dr. H.O. Agarwal is a masterpiece on the subject.<br />\n&bull; The book is divided into two parts. Part I deals with the traditional as well modern topics of International Law while Human Rights has been exclusively dealt in Part II in order to fulfil the needs of the students.<br />\n&bull; A number of conventions and treaties which have been adopted in the recent past have been discussed at appropriate places.<br />\n&bull; Recent Judgments of the International Court of Justice have also been referred where required.<br />\n&bull; The book is useful not only to LL.B. and LL.M. students but to the students of Political Science and Military Science as well. It is equally useful to the candidates appearing in the competitive examinations and to all those who are interested in the study of International Law, International Organisations, Human Rights and International Humanitarian Law.</p>\n', '', '23rd Edition (Reprint 2022)', 0, '9788194808084', '797', '2022', '45', '2023-08-08_12_09_33.94050308_International_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-08 06:39:48', '26', 0, 0, '', '', NULL, '2', '', 830.00, 0, 740.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 90.00, '2023-08-08 06:39:48'),
(1309, 'International Trade Law', '', '<p>In this book, an attempt has been made to deal with almost all the aspects of International Trade Law. Important and relevant information relating to GATT and its various agreements have been discussed in a lucid and precise manner. UNICTRAL, established by United Nations for the unification and codification of trade law has also been discussed. This book shall be extremely useful to students of law, academicians, research scholars, lawyers and policy makers having interest in this branch of law.</p>\n', '', '2nd Edition (Reprint 2023)', 0, '9789384961886', '798', '2023', '43', '2023-08-08_12_12_43.70316609_International_Trade_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-08-08 06:43:01', '29', 0, 0, '', '', NULL, '2', '', 560.00, 0, 490.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 70.00, '2023-08-08 06:43:01'),
(1310, 'Jurisprudence & Legal Theory', '', '<p>This scholarly work by Prof. Nomita Aggarwal provides an in depth analysis of all the essential aspects of Jurisprudence. The book has been written with some particular aims. Firstly, to provide the students of jurisprudence with a textbook which will enable them to become acquainted with the theories, attitudes, and insights of leading jurists; secondly, to explain western legal theories through illustrations from Indian law and cases decided by Indian Courts; thirdly, to simplify the subject to make it easily accessible and more comprehensible. An effort has been made in this edition to incorporate some international norms, their utility, feasibility in India and future challenges in this respect.</p>\n', '', '11th Edition (Reprint 2021)', 0, '9789388267236', '799', '2021', '45', '2023-08-08_12_20_02.48284610_Jurisprudence_&_Legal_Theory.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-08-08 06:50:34', '30', 0, 0, '', '', NULL, '2', '', 340.00, 0, 305.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 35.00, '2023-08-08 06:50:34'),
(1311, 'Labour & Industrial Laws', '', '<p>Industry plays a vital role in shaping up the economy of the country. The field of industrial laws covers a large number of enactments. There is no single Labour Code in our country. We have different statutes dealing with different branches of labour and industrial laws.<br />\nThe present work is a brief commentary of Twenty one different labour enactments dealing with Labour Management relations, Social Security legislations and Minimum Standard legislations. This edition has been enriched by incorporating relevant material on Collective Bargaining. Important amendments and recent judicial decisions have also been included in this work. This book shall be extremely useful to students of law. It shall also cater the needs for those preparing for Business Administration courses or doing specialization in this branch of law.</p>\n', '', '29th Edition (Reprint 2023)', 0, '9789388267304', '796', '2023', '45', '2023-08-08_12_22_55.99667711_Labour_&_Industrial_Laws.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-08 06:53:08', '51', 0, 0, '', '', NULL, '2', '', 880.00, 0, 800.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 80.00, '2023-08-08 06:53:08'),
(1312, 'Legal Ethics, Accountability for Lawyers & Bench Bar Relations', '', '<p>This laudable work by our esteemed author, Dr Kailash Rai, provides a comprehensive analysis of Legal Ethics, Accountability of Lawyers and Bench Bar Relations. This edition has been thoroughly revised in the light of the judicial decisions and statutory amendments. All latest case laws have been stated at appropriate places in the book. The book contains Central Acts and Rules and shall be extremely useful to students of law, academicians and lawyers having interest in the subject.</p>\n', '', '12th', 0, '9789390735464', '801', '2022', '45', '2023-08-08_12_41_51.38089413_Legal_Ethics,_Accountability_for_Lawyers_&_Bench-Bar_Relations.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-08 07:12:00', '113', 0, 0, '', '', NULL, '2', '', 570.00, 0, 484.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-08 07:12:00'),
(1313, 'Legal Language, Legal Writing & General English', '', '<p>Language occupies a paramount place in the legal profession. Legal Language differs from ordinary language and is chiefly based on formulae of Anglo, Latin and French Languages etc. It is therefore necessary for the law students, especially those who are aspirants to enter into legal profession as an advocate, pleader or lawyer, to attain perfection in legal writing and drafting.<br />\nIn view of the new syllabus prescribed by the India universities and law colleges, this laudable work provides sufficient material on this subject. A considerable part of this book has been devoted to grammar of English language including translation from Hindi to English and&nbsp;vice versa so that students could learn important tips of English writing and translation. Besides one word substitutions, paronyms, meaning of legal terms, latin words, have been adequately provided. This book also contains legal essays on important law points and shall be extremely useful to students of law, researchers, academicians and policy makers having interest in this branch of law.</p>\n', '', '6th Edition (Reprint 2022)', 0, '9789382676454', '795', '2022', '45', '2023-08-08_12_51_13.50844214_Legal_Language,_Legal_Writing_&_General_English.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-08 07:21:41', '113', 0, 0, '', '', NULL, '2', '', 380.00, 0, 320.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 60.00, '2023-08-08 07:21:41'),
(1314, 'Indian Legal & Constitutional History', '', '<p>This laudable work provides comprehensive analysis of Legal and Constitutional History of India. In this book, efforts have been made to provide relevant materials on major events in the field of Legal and Constitutional History in chronological order. This book has been divided in two parts. The first part of the book contains the material on the Indian Legal history whereas the second part of the book deals with the Indian Constitutional History and the process of shaping of the Indian Constitution. This book shall be extremely useful to students of law, academicians and researchers having interest in this branch of law.</p>\n', '', '3rd Edition (Reprint 2021)', 0, '9789381292211', '795', '2021', '45', '2023-08-08_13_02_11.92137115_Indian_Legal_&_Constitutional_History.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-08 07:32:18', '113', 0, 0, '', '', NULL, '2', '', 230.00, 0, 200.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 30.00, '2023-08-08 07:32:18'),
(1315, 'Muslim Law', '', '<p>&nbsp;This is the sixth edition of the book titled &lsquo;Muslim Law&rsquo;. From time immemorial, political philosophers have cherished the dream that they could improve mankind if only they could change the family system. Whenever thinkers have envisioned the ideal society, they have placed their ideal of family behaviour as its centre. Islamic law is a complete code. It deals with all aspects of human life. In Islam, males and females are equal. Islam has never asserted that woman is inferior to man. It has only made the point that woman is differently constituted. Islam says women should be treated in accordance with their nature. Their delicate emotional constitution should always be borne in mind. Islam actually gives equal status to women as that of men. The Quran says, you are members one of another. They are equal in respect but different in role. All Muslims must not have four wives. Contrary to the contrary perception, monogamy is the rule in Islam and polygamy only an exception.<br />\nThis was the policy of Warren Hastings, the then Governor General of India to apply Muslim Law to Muslims and Hindu Law to Hindus. The present edition of the book titled &ldquo;Muslim Law&rdquo; is a comprehensive treatise. It deals almost every aspect of Muslim law applicable in Indian courts. The subject matter of the book has been drawn from or based upon recognised sources of Muslim law, law laid down by legislature and interpreted by Courts. In this book, an attempt has been made to lay down systematically in a lucid and simple manner all relevant judicial decisions. The book also deals with regard to the Act in respect of abolition of triple talaq.<br />\nIn addition to the judicial decisions, it is an attempt to study the trends shown by the Apex Court and several High Courts in the field of Muslim personal law. The issues dealt with by the Courts relates to the concept of family among Muslims, prevalence of the custom of adoption, marriage, conversion, bigamous marriage, child marriage, dower money, divorce, maintenance, gift, succession,&nbsp;<em>etc.&nbsp;</em>The courts have also decided the status of the conversion. There are plenty of cases dealing with waqf property. The decisions of the court will provide to the reader a bird&rsquo;s eye view of rational and pragmatic development of Muslim law by the Indian courts. The matters in respect of marriage, dissolution of marriage, dower, maintenance, adoption,&nbsp;<em>etc.</em>, are important topics. The topic in respect of fictitious conversion for the sake of marriage has also been dealt. The alienation of minor&rsquo;s property, mutation of the property on the ground of hiba, law of wills, inheritance and waqf,&nbsp;<em>etc.&nbsp;</em>topics have been dealt exhaustively. The courts have given numerous decisions on various conflicting issues such as the double standards of Muslims in making statements on oath in courts and in the mosque. The book deals with the concept and utility of the khula, an instrument for the dissolution of marriage at the request of the wife. It has been observed that the courts have given purposeful, rational and pragmatic interpretation in some of the cases. This book deals with the judicial pronouncements which have made significant contribution to the development of Muslim law keeping into consideration the new social transformation in the society.</p>\n', '', '6th ', 0, '9789388267885', '802', '2020', '45', '2023-08-08_13_03_46.23200916_Muslim_Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-08-08 07:33:58', '142', 0, 0, '', '', NULL, '2', '', 560.00, 0, 500.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 60.00, '2023-08-08 07:33:58'),
(1316, 'Moot Court', '(PreTrial Preparation and Participation in Trial Proceedings)', '<p>The book titled &ldquo;<strong>MOOT COURT PreTrial Preparations and Participation in Trial Proceedings</strong>&rdquo; has been published with an object of providing comprehensive material on this practical subject. The book contains relevant material on meaning and importance of Moot Court, manner of conducting moot courts, difference between a court and the moot court, factors for success in moot court, principles of natural justice, hierarchy and jurisdiction of courts, pre trial preparation, interviewing technique, procedure in civil and criminal matters, drafting of plaints, written statements, writ petitions, art of cross examination and arguing the case. This book shall serve as an excellent academic reference for students of law, academicians, researchers and speakers preparing for a moot court competition.The book titled &ldquo;<strong>MOOT COURT PreTrial Preparations and Participation in Trial Proceedings</strong>&rdquo; has been published with an object of providing comprehensive material on this practical subject. The book contains relevant material on meaning and importance of Moot Court, manner of conducting moot courts, difference between a court and the moot court, factors for success in moot court, principles of natural justice, hierarchy and jurisdiction of courts, pre trial preparation, interviewing technique, procedure in civil and criminal matters, drafting of plaints, written statements, writ petitions, art of cross examination and arguing the case. This book shall serve as an excellent academic reference for students of law, academicians, researchers and speakers preparing for a moot court competition.</p>\n', '', '5th Edition (Reprint 2019)', 0, '9789381292761', '801', '2019', '45', '2023-08-08_13_14_48.41397317_Moot_Court_(Pre-Trial_Preparation_and_Participation_in_Trial_Proceedings).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-08 07:45:07', '113', 1, 0, '', '', NULL, '2', '', 280.00, 0, 250.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 30.00, '2023-08-08 07:45:07'),
(1317, 'UGCNET/SET/JRF Examination Guide on Law ', '(Ist, IInd Paper)', '', '', '4th', 0, '9789390735228', '803', '2022', '45', '2023-08-08_13_17_30.90306518_UGC-NET-SET-JRF_Examination_Guide_on_Law_(Ist,_IInd_Paper).jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-08 07:47:46', '113', 1, 0, '', '', NULL, '2', '', 840.00, 0, 714.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-08 07:47:46'),
(1318, 'Pleadings, Drafting & Conveyancing', '', '<p>This laudable work is a comprehensive study on Pleadings (civil and criminal), Drafting and Conveyancing. The book is written in simple and lucid language and provides essential and useful material on this subject. Model forms have also been provided, wherever necessary, for better guidance and understanding of the subject. The book shall not only serve as an excellent academic reference for students of law but also be extremely useful to all those who are connected with the job of drafting and preparing deeds and documents.</p>\n', '', '5th Edition (Reprint 2023)', 0, '9789386456496', '804', '2023', '45', '2023-08-08_13_18_57.75277119_Pleadings,_Drafting_&_Conveyancing.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-08 07:49:11', '49', 0, 0, '', '', NULL, '2', '', 340.00, 0, 306.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-08-08 07:49:11'),
(1319, 'Legal Education & Research Methodology', '', '<p>Research is a continuous process to identify the problem and find its solution. Legal research is necessary to give proper direction to the study of law. It is indispensable for legal scholars, students, lawyers as well as judges. The book takes into account the diverse aspect of legal education and research. This volume is presented in two parts with chapterization of topics. The part &lsquo;A&rsquo; deals with the legal education, its nature, methods, importance and techniques. The part &lsquo;B&rsquo; contains the vivid explanation of legal research methodology. This will help the students to understand various principles, methods and tools of research. Simplicity of language and lucidity of presentation are the characteristics of this book.</p>\n', '', '3rd Edition (Reprint 2023)', 0, '9789384961923', '805', '2023', '45', '2023-08-08_13_21_34.34674620_Legal_Education_&_Research_Methodology.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-08 07:51:42', '113', 0, 0, '', '', NULL, '2', '', 250.00, 0, 225.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-08-08 07:51:42'),
(1320, 'The Transfer of Property Act', '', '<p>The Transfer of Property Act, 1882 dealing with the conveyance of property through different modes by one living person to another living person becomes more relevant in the present context. It is due to the expanding meaning of the term property, which encompasses within it not only tangible but even an intangible property having no physical existence for instance intellectual property, right to ferry, right to catch fish and other beneficial interests in a property.<br />\nThus, what property can be transferred, who can transfer, what are different modes of transfer and what are the other requirements for a valid transfer are all important questions which can be answered through the help of The Transfer of Property Act and other related enactments. It is therefore important that this branch of law should be presented for the students in an easily understandable form and language.<br />\nThe present 20th Edition of the book is in the hands of readers. All the amendments made in the Transfer of Property Act have been incorporated in the book. Relevant pronouncements of Supreme Court and High Courts have also been incorporated at appropriate places to illustrate, interpret &amp; update the provisions of the law. Simplicity of language and lucidity of presentation are chief characteristics of this book.<br />\nThe book has been written comprehensively to meet the requirements of law students, researchers, members of Bench &amp; Bar and people in general. It would enable the readers to acquire a complete and perfect understanding of the subject.</p>\n', '', '20th', 0, '9789390735235', '806', '2022', '45', '2023-08-08_13_28_55.72505521_The_Transfer_of_Property_Act.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-08 07:59:08', '132', 0, 0, '', '', NULL, '2', '', 630.00, 0, 540.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 90.00, '2023-08-08 07:59:08'),
(1321, 'Law Relating to Women & Children', '', '<p>The book titled, &lsquo;Law Relating to Women and Children&rsquo; by our esteemed author, Dr S.C. Tripathi provides a comprehensive analysis of legislations pertaining to protection of rights of Women and Children. The book contains sensational cases like Nithari episode, Arushi Murder case, Actress Kushboo&rsquo;s case in respect of virginity, Arun Ram C. Shanbag case (Mercy Killing), Childline Case (Child Abuse), etc. Besides this, latest and important pronouncements of the Hon&rsquo;ble Supreme Court have been incorporated. The book shall be extremely useful to students of law, academicians, researchers and policy makers having interest in this branch of law.</p>\n', '', '6th Edition (Reprint 2021)', 0, '9789384961022', '795', '2021', '45', '2023-08-08_13_32_00.91404722_Law_Relating_to_Women_&_Children.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-08 08:01:00', '23', 0, 0, '', '', NULL, '2', '', 390.00, 0, 330.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 60.00, '2023-08-08 08:01:00'),
(1323, 'Treatise on Insolvency & Bankruptcy Code', '', '', '', '4th', 0, '9789390854851', '809', '2022', '35', '2023-08-10_14_52_13.733169Treatise_on_INSOLVENCY_&_BANKRUPTCY_CODE.jpg', 0, '3376', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-08-10 09:23:00', '139', 0, 0, '', '', NULL, '2,1', '', 4495.00, 0, 3595.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 900.00, '2023-08-10 09:23:00'),
(1324, 'Supreme Court Yearly Digest 2022', '', '<p>Overview:<br />\nSupreme Court Yearly Digest is a comprehensive single-point&nbsp;source for all Supreme Court case law&nbsp;which comes along with extensive cross citations of all important journals.</p>\n\n<p><strong>Highlights:</strong><br />\nAn analytical, systematic and comprehensive Yearly Digest with multiple cross references, comparative citation tables and extensive cross citations of all important journals.<br />\nable of Overruled, Reserved, Followed, etc. Cases.<br />\nBench strength and Coram details help assess relative strength of the rulings.<br />\nSCYD is the only answer to quick, effortless and accurate search for precedents.<br />\nIt will be very beneficial to Judges, Lawyers at Supreme Court, High Courts and District Courts, Corporates, Governments and Libraries.</p>\n', '<p><strong>Key Features:</strong><br />\nCross-citations of AIR, ITR, Company Cases, ELT, Cri LJ, AIC, LLN, FLR, SLR, etc.<br />\nAn additional feature of Notable Excerpts, List of Articles, and List of Acts of Parliament.<br />\nSuperior printing on bible paper and beautiful get-up.</p>\n', '2023', 0, '9788195917945', '605', '2023', '9', '2023-08-10_15_09_18.504808SCYD_2022.png', 0, '2082', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-08-10 09:39:40', '112', 1, 0, '', '', NULL, '1', '', 3950.00, 0, 3476.00, 0, 0, 0.00, 0, 0.00, 12.00, 0.00, 0.00, '2023-08-10 09:39:40'),
(1325, 'Supreme Court Yearly Digest 2021', '', '<p><strong>A must-have book for every lawyer!</strong><br />\nToday, on almost every law point, there is a Supreme Court judgment. It, therefore, is to your advantage to cite and refer to the strongest precedent available. This reflects well in your judgment and also reduces the pendency of cases in the judicial system &ndash; something for which your contribution will be lauded.&nbsp;<br />\nSCYD provides citations of SCC and all major law reports like AIR, Cri LJ, AIC, ALD, ALR, All LJ, CPJ, CTC, Cut LT, DLT, Guj LR, KCCR, KLT, LW, Mah LJ, MPLJ VST, Comp Cas, ITR, LLN, Lab IC, FLR, ELT, etc. It can therefore be used with most law reports.</p>\n', '<p><strong>Special Features:</strong><br />\n1. Thorough analysis, more points from each case, and more cases on each point of law.<br />\n2. Other features include Table of Overruled, Reversed and Followed, etc. Cases,Bench Strength and Coram, Excellent Noter-up, Notable Extracts from Supreme Court case law, List of Articles published.<br />\n3. Elegant international finish with beautiful printing on Bible paper.<br />\n4. Affordable resource for Supreme Court case law.</p>\n', '2022', 0, '9789390715169', '605', '2022', '9', '2023-08-10_15_17_45.704964SCYD_2021.png', 0, '2480', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-08-10 09:48:40', '112', 0, 0, '', '', NULL, '1', '', 3450.00, 0, 3450.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-08-10 09:48:40'),
(1326, 'Supreme Court Civil Digest 2014', '', '<p>This is a companion publication to the monthly periodical, &lsquo;Supreme Court Cases (Civil)&rsquo; which has now become very popular amongst the District Court Judiciary and lawyers.<br />\nThe work very comprehensively covers all the Civil judgments of the Supreme Court&nbsp;<strong>as reported in all major law reports, and gives their citations. It can thus be used with any law report.</strong></p>\n', '', '1st', 0, '9789351452966', '605', '2015', '9', '2023-08-10_15_27_10.36569105_Supreme_Court_Civil_Digest_2014.png', 0, '664', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-10 09:57:47', '112', 1, 0, '', '', NULL, '1', '', 895.00, 0, 760.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-10 09:57:47'),
(1327, 'Supreme Court Civil Digest, 2013', '', '<p>This latest release from the publishers of the popular&nbsp;Supreme Court Yearly Digest&nbsp;series is reliable, comprehensive and accurate. The presentation of the matter is systematic and analytical covering the up-to-date CIVIL CASE LAW laid down by the Supreme Court.<br />\nThis is a companion publication to the fortnightly periodical, &lsquo;Supreme Court Cases (Civil)&rsquo; which has now become very popular amongst the District Court Judiciary and lawyers.<br />\nThe work very comprehensively covers all the Civil judgments.</p>\n', '', '1st', 0, '9789351450580', '605', '2014', '9', '2023-08-10_15_33_48.03449706_Supreme_Court_Civil_Digest_2013.png', 0, '976', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-10 10:04:43', '112', 1, 0, '', '', NULL, '1', '', 825.00, 0, 701.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-10 10:04:43');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1328, 'Supreme Court Criminal Digest 2016', '', '<p>The current edition of the Digest is the most comprehensive, analytical and systematic classification of criminal case law as laid down by the Supreme Court, alongwith many other unique features, making it widely appreciated and accepted by the legal fraternity.&nbsp;The work&nbsp;covers case law&nbsp;from all&nbsp; three volumes of Supreme Court Cases (Criminal) 2016.</p>\n', '<p>Special Features:<br />\nSeamless searching&nbsp;of entire Supreme Court case law on the subject.<br />\nThorough analysis of cases for&nbsp;maximum number of rulings&nbsp;of law.<br />\nCross-citations&nbsp;of AIR, Cri LJ, AIC, ALD, All LJ, KLT, DLT, DRJ, ALR, KCCR etc. and of provincial and specialised journals included for easy reference.<br />\nRulings are systematically arranged both under&nbsp;statutory headings&nbsp;and&nbsp;topic headings, and interconnected with well planned&nbsp;cross-references.&nbsp;<br />\nSynopsis given wherever necessary.<br />\nSome of the new rationalised headings include:<br />\nCriminal Trial<br />\nFamily and Personal Laws&nbsp;(which include Hindu Law, Muslim Law, Parsi Law, etc. as sub-headings)<br />\nTerrorism and Organised Crime,&nbsp;etc.</p>\n', '1st', 0, '9789351455332', '605,605', '2017', '9', '2023-08-10_15_43_26.912729Supreme_Court_Criminal_Digest_2016.jpg', 0, '592', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-08-10 10:13:54', '112,112', 1, 0, '', '', NULL, '1,1', '', 750.00, 0, 750.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-08-10 10:13:54'),
(1329, 'The Complete Digest of English Law from 1951 to 2009', '(ICLR Consolidated Index) (In 8 Volumes)', '<p><strong>Introduction:</strong><br />\nThe Consolidated Index contains cases reported in the main law reports of the UK. The appropriate headings and subheadings of subject matter under which to look will be found in the Indices. They also contain cumulative indices of Cases, Statutes, statutory Instruments and Overseas and European community enactments Judicially considered. They are a must have for subscribers of the Law Report, the Weekly Law Reports and the All England Law Reports. It gives a bird&rsquo;s eye view of the case-law decided by the Courts in the UK.</p>\n\n<ul>\n</ul>\n', '<p>This Consolidated Index includes all the cases reported in:<br />\nThe Law Reports<br />\nThe Weekly Law Reports<br />\nThe Industrial Cases Reports incorporating The Restrictive Practices Reports&nbsp;<em>and also containing references to cases reported in the following series<br />\nAll England Law Reports<br />\nCriminal Appeal Reports<br />\nLloyd&rsquo;s Law Reports<br />\nLocal Government Reports</em><br />\nRoad Traffic Reports<br />\nTax Cases and Tax Case leaflets</p>\n', '1st', 0, '7296 5802 09', '810,810', '1951-2011', '9', '2023-08-10_16_05_07.795864Complete_Digest_of_English_Law_from_ICLR.jpg', 0, '1000', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-08-10 10:40:46', '112,112', 1, 0, '', '', NULL, '1,1', '', 44000.00, 0, 44000.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-08-10 10:40:46'),
(1330, 'The Maharashtra GST Act with Rules & Case Laws Digest', '', '<p>This book provides an amended, updated, and annotated text of the Maharashtra Goods &amp; Services Tax (MGST) Act and Rules. The annotations cover relevant forms, enforcement dates, and notifications. It also features digests of Bombay High Court Judgments and Maharashtra AAAR/AAR Rulings, and a GST Compliance Chart for 2023-24, all curated by Taxmann&#39;s Editorial Board and the GST Practitioners&#39; Association of Maharashtra.</p>\n', '', '1st', 0, '9789356224315', '808', '2023', '10', '2023-08-11_11_17_12.25265101_The_Maharashtra_GST_Act_with_Rules_&_Case_Laws_Digest.jpg', 0, '548', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2023-08-11 05:47:17', '112', 1, 0, '', '', NULL, '2', '', 1295.00, 0, 1295.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2023-08-11 05:47:17'),
(1331, 'Yearly Tax Digest & Referencer (Set of 2 Vols.)', '', '<p>Incorporating Section-wise Judgements from the Supreme Court/High Courts/Income-tax Appellate Tribunal reported in 2022. It also includes Circulars &amp; Notifications issued by the Dept. along with Words &amp; Phrases taken from the reported case laws.<br />\n<em>Description</em><br />\nTaxmann&#39;s Yearly Publication, &#39;YTD&#39; as we call it, provides professionally drafted section-wise digests of all case laws reported at taxmann.com during the calendar year, i.e., from January to December from the following Courts:<br />\nSupreme Court<br />\nHigh Courts<br />\nIncome-tax Appellate Tribunal<br />\nIt also includes information about the Circulars and Notifications issued by the Department during the year, along with &#39;words and phrases&#39; taken from the reported case laws.<br />\nThe Present Publication is the 52nd&nbsp;Edition, edited by Taxmann&#39;s Editorial Board. It incorporates all Case Laws, Circulars and Notifications for the year 2022. The key features of the book are as follows:<br />\n[<strong>Section-wise</strong>] Case Law digests, and Circulars &amp; Notifications are arranged section-wise&nbsp;[<br />\n<strong>Judicial Analysis</strong>] of the case laws that include the following:<br />\nAffirmed Cases<br />\nReversed/Overruled Cases<br />\nApproved/Disapproved Cases</p>\n', '', 'Vol I : 53rd Edition; Vol II : 29th Edition', 0, '9789357784634', '808', '2024', '10', '2023-08-11_11_21_44.07896302_Yearly_Tax_Digest_&_Referencer_(Set_of_2_Vols.).jpg', 0, '2940', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-11 05:52:24', '112', 1, 0, '', '', NULL, '2,1', '', 3795.00, 0, 3195.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 600.00, '2023-08-11 05:52:24'),
(1332, 'GST Manual with GST Law Guide & Digest of Landmark Rulings', '(in 2 Vols.)', '<p><em>Description</em><br />\nThis book&nbsp;contains a compilation of amended, updated &amp; annotated text of the following GST Act(s) &amp; Rules:<br />\nCentral GST Act &amp; Rules<br />\nIntegrated GST Act &amp; Rules<br />\nUnion Territories GST Act &amp; Rules<br />\nGST (Compensation to States) Act &amp; &amp; GST Compensation Cess Rules<br />\nGST Settlement of Funds Rules, 2017<br />\nWhat sets it apart is the presentation of the GST Act(s), along with Relevant Rules, Forms, Circulars, Notifications, Dates of Enforcement, and Allied Laws referred to in the Section. In other words, the Annotation under each Section shows:<br />\n<em>Relevant</em>&nbsp;Rules &amp; Forms (<em>with Action Points</em>)<br />\n<em>Relevant</em>&nbsp;Notifications<br />\nDate of enforcement of provisions<br />\nAllied Laws referred to in the Section<br />\nAlong with the above, the readers also get&nbsp;a specially curated &amp; comprehensive (370+ pages/25+ topics) Guide to GST Laws and a Section-wise digest of Landmark Rulings under the GST Law.</p>\n', '', '21st', 0, '9789357783286', '808', '2024', '10', '2023-08-11_11_24_34.63915003_GST_Manual_with_GST_Law_Guide_&_Digest_of_Landmark_Rulings.jpg', 0, '3476', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-11 05:55:03', '112', 1, 0, '', '', NULL, '2,1', '', 3995.00, 0, 3270.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 725.00, '2023-08-11 05:55:03'),
(1333, 'Competition Laws Manual with Case Laws Digest', '', '<p>This book is an authentic compendium of Competition Laws in India. What sets this book apart is the unique way of presenting the Amended &amp; Updated text of the Competition Act along with&nbsp;<em>relevant</em>&nbsp;Rules &amp; Regulations, Circulars &amp; Notifications, and Case Laws mapped with the relevant Section of the Act.</p>\n\n<p>&nbsp;</p>\n', '<p>The Present Publication is the 10th&nbsp;Edition, edited by Taxmann&#39;s Editorial Board, amended up to 4th&nbsp;March 2023. This book is divided into four divisions:<br />\nGuide to Competition Act, 2002<br />\nThe Competition Act, 2002<br />\nNotifications<br />\n20+ Rules &amp; Regulations issued under the Competition Law<br />\nTribunal Reforms Act &amp; Rules framed thereunder<br />\nCase Laws Digest</p>\n', '11th', 0, '9789357780254', '808', '2024', '10', '2023-08-11_11_30_19.58159504_Competition_Laws_Manual_with_Case_Laws_Digest.jpg', 0, '720', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-11 06:00:34', '112', 1, 0, '<p>The contents of the book are as follows:<br />\n<strong>The Competition Act, 2002</strong><br />\nCharts showing enforcement of provisions of the Competition Act, 2002, from different dates<br />\nText of Competition Act, 2002&nbsp;<em>as amended up to date</em><br />\n<strong>Notifications<br />\nRules &amp; Regulations under the Competition Law</strong><br />\nCompetition Commission of India (General) Regulations, 2009<br />\nCompetition Commission of India (Determination of Cost of Production) Regulations, 2009<br />\nCompetition Commission of India (Return on Measures for the Promotion of Competition Advocacy, Awareness and Training on Competition Issues) Rules, 2008<br />\nCompetition Commission of India (Lesser Penalty) Regulations, 2009<br />\nCompetition Commission of India (Manner of Recovery of Monetary Penalty) Regulations, 2011<br />\nCompetition Appellate Tribunal (Form and Fee for Filing an Appeal and Fee for Filing Compensation Applications) Rules, 2009<br />\nCompetition Commission of India (Meeting for Transaction of Business) Regulations, 2009<br />\nCompetition Commission of India (Procedure for Engagement of Experts and Professionals) Regulations, 2009<br />\nCompetition Commission of India (Form of Annual Statement of Accounts) Rules, 2009<br />\nCompetition Commission of India (Form and Time of Preparation of Annual Report) Rules, 2008<br />\nCompetition Appellate Tribunal (Term of the Selection Committee and the Manner of Selection of Panel of Names) Rules, 2008<br />\nCompetition Appellate Tribunal (Salaries and Allowances and other Terms and Conditions of Service of the Chairperson and Other Members) Rules, 2009<br />\nCompetition Appellate Tribunal (Recruitment, Salaries and other Terms and Conditions of Service of Officers and other Employees) Rules, 2010<br />\nCompetition Commission of India (Term of the Selection Committee and the Manner of Selection of Panel of Names) Rules, 2008<br />\nCompetition Commission of India (Selection of Chairperson and other Members of the Commission) Rules, 2003<br />\nCompetition Commission of India (Salary, Allowances and other Terms and Conditions of Service of Chairperson and Other Members) Rules, 2003<br />\nCompetition Commission of India (Director General) Recruitment Rules, 2009<br />\nCompetition Commission of India (Oath of Office and of Secrecy for Chairperson and Other Members) Rules, 2003<br />\nCompetition Commission of India (Salary, Allowances, Other Terms and Conditions of Service of the Secretary and Officers and other Employees of the Commission and the Number of such Officers and Other Employees) Rules, 2009<br />\nCompetition Commission of India (Number of Additional, Joint, Deputy or Assistant Director-General, other Officers and Employees, their Manner of Appointment, Qualification, Salary, Allowances and other Terms and Conditions of Service) Rules, 2009<br />\nCompetition Commission of India (Procedure in Regard to the Transaction of Business Relating to Combinations) Regulations, 2011<br />\nCompetition Appellate Tribunal (Procedure) Regulations, 2011<br />\nCompetition Commission of India (Competition Assessment of Economic Legislations and Policies) Guidelines, 2017<br />\n<strong>Tribunals Reforms Act &amp; Rules framed thereunder</strong><br />\nTribunal Reforms Act, 2021<br />\nCondition of Service of Chairperson and Members of Tribunals, Appellate Tribunals and Other Authorities<br />\nTribunal (Conditions of Service) Rules, 2021<br />\n<strong>Case Laws Digest</strong><br />\nIt also includes a short commentary in 100+ pages on the Competition Act.</p>\n\n<p>&nbsp;</p>\n', '', NULL, '1', '', 1395.00, 0, 1165.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 230.00, '2023-08-11 06:00:34'),
(1334, 'Foreign Contribution Regulation Law Manual', '', '<p>This book provides comprehensive coverage of Foreign Contribution Regulation Laws in India.<br />\nThe Present Publication is the 2023 Edition &amp; amended up to 6th&nbsp;December 2022. It covers amended &amp; updated text of the Foreign Contribution Regulation Laws, including:<br />\n<strong>Foreign Contribution (Regulation) Act (FCRA)</strong><br />\nText of Foreign Contribution (Regulation) Act, 2010,&nbsp;<em>as amended by Foreign Contribution (Regulation) Amendment Act, 2020</em><br />\nForeign Contribution (Regulation) Amendment Act, 2020<br />\n<strong>Foreign Contribution (Regulation) Rules (FCRR)</strong><br />\nForeign Contribution (Regulation) Rules, 2011,&nbsp;<em>as amended by the Foreign Contribution (Regulation) (Amendment) Rules, 2022</em><br />\nForeign Contribution (Acceptance or Retention of Gifts or Presentations) Rules, 2012<br />\n<strong>Notifications&nbsp;</strong>issued under Foreign Contribution (Regulation) Act, 2010<br />\n<strong>Guidelines and Circulars</strong><br />\n<em>Guidelines</em>&nbsp;issued under section 36(1)(a) of the Banking Regulation Act, 1949 &ndash; Implementation of the provisions of Foreign Contribution (Regulation) Act, 2010<br />\n<em>Guidelines</em>&nbsp;for consideration of proposals for acceptance of foreign hospitality under the Foreign Contribution (Regulation) Act, 2010<br />\n<em>Standard Operating Procedures</em>&nbsp;(&#39;SOP&#39;) to open and operate the &#39;FCRA Account&#39; as provided under section 17(1) of the amended Foreign Contribution (Regulation) Act, 2010 with SBI, New Delhi Main Branch in terms of FCRA Amendment Act, 2020<br />\n<em>Advisory</em>&nbsp;for Compliance by FCRA NGOs/Associations with the amended provisions in FCRA, 2010 and FCRR, 2011<br />\n<em>FAQs</em>&nbsp;on FCRA, 2010<br />\n<em>Advisory</em>&nbsp;to NGOs on Foreign Funding<br />\n<em>FCRA Account<br />\nUnique ID of NGOs</em>&nbsp;Receiving Foreign Contributions<br />\n<em>Charters<br />\nSubmission of Applications for Revision of Orders&nbsp;</em>under section 32 of the Foreign Contribution (Regulation) Act, 2010, read with rule 20 of the Foreign Contribution (Regulation) Rules, 2011<br />\n<strong>Case Laws&nbsp;</strong>Digest</p>\n', '<p>The book also covers a Guide/Short Commentary on FCRA (35+ Pages), including:<br />\nForeign Contribution<br />\nExemptions from restrictions on accepting Foreign Contributions<br />\nRestrictions on acceptance of foreign hospitality<br />\nRestrictions on social or cultural organisations<br />\nRegistration for accepting Foreign Contributions<br />\nOther provisions of FCRA<br />\nOffences &amp; Penalties<br />\nPowers of Central Government<br />\nProcedures under FCRA</p>\n', '1st', 0, '9789356225244', '808', '2024', '10', '2023-08-11_11_34_14.38650705_Foreign_Contribution_Regulation_Law_Manual.jpg', 0, '332', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-11 06:04:31', '112', 1, 0, '', '', NULL, '2', '', 795.00, 0, 690.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 105.00, '2023-08-11 06:04:31'),
(1335, 'GST Case Digest', '(in 2 volumes)', '', '', '5th', 0, '9789394163249', '811', '2024', '35', '2023-08-11_11_37_18.44821906_GST_Case_Digest_(in_2_volumes).jpg', 0, '2666', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-11 06:07:39', '112', 1, 0, '', '', NULL, '2,1', '', 4995.00, 0, 4245.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 750.00, '2023-08-11 06:07:39'),
(1336, 'RTI Case Digest', '(Supreme Court & High Courts)', '<p><strong>About&nbsp;RTI CASE DIGEST (Supreme Court &amp; High Courts)</strong></p>\n', '<p>Part 1<br />\nSupreme Court<br />\nSectional Index<br />\nDigest of Cases</p>\n\n<p><br />\nPart 2<br />\n<strong>High Courts</strong><br />\nSectional Index<br />\nDigest of Cases</p>\n', '2nd', 0, '9788194960126', '811', '2022', '35', '2023-08-11_11_38_53.25029607_RTI_CASE_DIGEST_(Supreme_Court_&_High_Courts).jpg', 0, '712', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-11 06:09:10', '112', 1, 0, '', '', NULL, '2,1', '', 1595.00, 0, 1370.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 225.00, '2023-08-11 06:09:10'),
(1337, 'Law relating to CORPORATE RESTRUCTURING', '', '', '', '1st', 0, '9789351396659', '812', '2022', '35', '2023-08-11_11_41_53.39919708_Law_relating_to_CORPORATE_RESTRUCTURING.jpg', 0, '1496', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-11 06:12:19', '143', 0, 0, '', '', NULL, '2,1', '', 2495.00, 0, 2120.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 375.00, '2023-08-11 06:12:19'),
(1338, 'Drafting Contracts: Basic Principles', '', '<p>Drafting is one of the most fundamental skills which every legal practitioner must be equipped with. Yet, there has always existed a huge gap between the theory of law and contract, taught in law schools and the actual practice of the law. Ajar Rab&#39;s work is a sincere attempt to bridge the gap between the two.</p>\n', '<p>This book is meant for law students, beginners, fresh graduates, and laypersons looking for guidance on the subject. Experienced litigation professionals will also benefit from this book using it as a quick refresher. This book equips readers with sound knowledge and understanding of the basics, principles, and rules of drafting and gives a competitive advantage to the students when they step outside the law school.</p>\n', '1st', 1, '9789390715329', '360', '2022', '9', '2023-08-11_13_11_41.55674701_drafting.jpg', 0, '208', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-11 07:42:06', '49', 0, 0, '<p>Drafting Contracts - Basic Principles is divided into 12 chapters.<br />\n<strong>Chapter 1</strong>&nbsp;introduces the basics of drafting to the learner and elaborates on the skills, objectives, and stages of contract drafting.<br />\n<strong>Chapter 2</strong>, explains the drafting process from taking instructions from the client to the essentials of a well-drafted contract.<br />\n<strong>Chapter 3</strong>&nbsp;deals with the effective language to be used in contract drafting, from general principles to the types of contract language.<br />\n<strong>Chapter 4</strong>&nbsp;and 5, designing the terms and defining the contours of the contract have been explained by the author.<br />\n<strong>Chapters 6 to 8</strong>, deal with operative clauses, termination, remedies and exemption clauses, and standard form contracts or boilerplate contracts.<br />\n<strong>Chapter 9</strong>, dispute resolution clauses are covered which include the scope of the clause, choice of law, and multi-tier dispute resolution clauses.<br />\nConcluding a contract is covered<br />\n<strong>Chapter 10</strong>&nbsp;and reviewing contracts is covered<br />\n<strong>Chapter 11</strong>. The final chapter,&nbsp;<strong>Chapter 12</strong>&nbsp;deals with checklists and covers language and drafting checklists.</p>\n', '', NULL, '2', '', 395.00, 0, 330.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 65.00, '2023-08-11 07:42:06'),
(1339, 'Textbook on Economics for Law Students', '', '<p>The field of Economics for Law, though relatively new, is a rapidly growing area of specialization, for both legal scholars and economists. Courses in economics for Law are now offered in most law schools and economics departments, although a course directed at law students would be taught quite differently from one directed at undergraduage economics majors.&nbsp;This&nbsp;book is primarily aimed at the latter audience. As such, it presumes a basic familiarity with principles of micromacroeconomics. The book does not, however, presume any particular familiarity with the law, nor is its objective to teach students about the law so they can decide whether to go to law school (though this may be a byproduct). Rather, the objective is to show students how they can apply the tools of economic analysis to understand the basic structure and function of the law. This objective is reflected in this book.</p>\n', '', '1st', 1, '9788175347885', '813', '2014', '14', '2023-08-11_13_15_08.65840702_Textbook_on_Economics_for_Law_Students.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-11 07:45:31', '96', 1, 0, '', '', NULL, '2', '', 625.00, 0, 525.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 100.00, '2023-08-11 07:45:31'),
(1340, 'Legal Economics: Interactional Dimensions of Economics and Law', '', '<p>This book on Economics is written keeping in mind the needs of law students for acquiring knowledge of economics for a better understanding of the law and its processes in society. The five-year integrated LL.B. course introduced by the Bar Council of India provides for compulsory teaching of economics in the early years of the program. Of late, Economics has become a subject full of mathematical equations and statistical analysis making much of it incomprehensible to a non-expert. This book has avoided many of these sophistications and has attempted to explain the concepts and principles in such a manner as to generate interest among law students. In this regard, a maiden attempt was made in the first edition of the textbook on Economics for Law students, giving a unique presentation of the subject in the context of integrated legal studies. In this book, an attempt has been made to outline the impact of the New Economic Policy (NEP) on each topic in Economics and the Legal Adjustments and Reforms necessary for the implementation of NEP.<br />\nThe book broadly has two parts. Part I- deals with the Macro and Micro aspects of Economics. It is divided into Introduction, Micro Economic Theory, Macro Analysis, Applied Economics, and Economic Challenges. In each chapter, care has been taken to focus on the interaction and inter-relationship of Law and Economics. Wherever relevant, case law relating to socio-economic legislation has been critically examined. The final chapter summarises the various economic concepts developed in the book. Part II- deals with the Economic Analysis of Law. Additionally, some important topics dealt with are Tort Law, Contract, Criminal Law and Criminal Judicial System, Tax Evasion and Avoidance, and Consumer Protection Act.<br />\nFor the benefit of the students, suggested questions and selected Bibliography have been included.</p>\n', '', '1st (Reprint 2022)', 1, '9789394364035', '814', '2022', '9', '2023-08-11_13_26_14.634178Legal_Economics_Interactional_Dimensions_of_Economics_and_Law.png', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-11 07:56:37', '96', 0, 0, '<p>Table Of Contents:</p>\n\n<p><strong>PART I - INTRODUCTION</strong><br />\n1. Economics &amp; Law<br />\n2. Pot Pourrie of Economics</p>\n\n<p><strong>MICROECONOMIC THEORY</strong><br />\n1. Basic Economic Concepts-Demand and Supply<br />\n2. Market Structures-Economic features<br />\n3. Price Policy-Product Pricing and Factor Pricing Theories etc.<br />\n4. Theory of Distribution<br />\n5. Labour and Wages<br />\n6. Rent and Interest<br />\n7. Capital-Domestic and Foreign<br />\n8. Human Capital<br />\n9. Organisation-Profits [Appendix: Administration &amp; Law]</p>\n\n<p><strong>MACROECONOMIC POLICIES</strong><br />\n1. Macroeconomics-Approach-And Policy Issues<br />\n2. Money and Banking<br />\n3. Public Finance-Fiscal Policy-Position in India<br />\n4. National Income</p>\n\n<p><strong>INTERNATIONAL ECONOMICS</strong><br />\n1. Foreign Trade<br />\n2. International Financial Institutions</p>\n\n<p><strong>ECONOMIC CHALLENGES</strong><br />\n1. Inflation, Recession, and Stagflation<br />\n2. Defending National Currency (Indian Rupee) in the International Financial Market: (vis-a-vis other Foreign Currencies)-Balance of Payments Crisis<br />\n3. Energy Crisis</p>\n\n<p><strong>APPLIED ECONOMICS</strong><br />\n1. Economic Growth and Development<br />\n2. Inequalities of Income, Wealth, Unemployment and Poverty<br />\n3. [Appendix: Equality in an un-equal society-Rule of Law-An analysis<br />\n4. Planning in India-Broad Features-Five Year Plans Evaluation<br />\n5. Agrarian Reforms-Legal Issues and Solutions<br />\n6. Urban Economics<br />\n7. Population: Problems &amp; Remedies<br />\n8. Costs of Economic Growth-Social Imbalances and Social Cost<br />\n9. Economic Systems</p>\n\n<p><strong>NEW ECONOMIC POLICY</strong><br />\n1. New Economic Policy (NEP)-Features and Problems<br />\n2. Role of State in the Market Economy with Reference to New Economic Policy<br />\n3. Structural Adjustment,-Adjustment Problems, and Legal Adjustments-Areas of Reforms<br />\nGlobalization of the Economy-Features, Relevancy to India-Legal Problems and Solutions- An Analysis [Appendix: Economic Terrorism-Rule of Law-Market Economy]<br />\n4. Final Chapter</p>\n\n<p><strong>PART II</strong><br />\n1. Interactional Dimensions of Law &amp; Economics (Macro)<br />\n2. Micro Analysis of Legal Economics: Neo-Institutional Model<br />\n3. Tort Law<br />\n4. Contract Law<br />\n5. Regulation-Consumer Protection Act<br />\n6. Tax Avoidance and Evasion-The Role of Tax Administration<br />\n7. Criminal Law and Criminal Justice System</p>\n\n<p><strong>PART III</strong><br />\nBIBLIOGRAPHY<br />\nSELECTED QUESTIONS</p>\n', '', NULL, '2', '', 395.00, 0, 330.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 65.00, '2023-08-11 07:56:37'),
(1341, 'Economic Analysis of Law: An Interdisciplinary Approach of Law and Economics in India', '', '<table style=\"width:100.0%\">\n	<tbody>\n		<tr>\n			<td style=\"background-color:white; border-bottom:none; border-left:none; border-right:none; border-top:1px solid #cccccc\">\n			<p><strong><em>Economic Analysis of Law: An Interdisciplinary Approach of Law and Economics in India</em></strong>, is the culmination of the hard work done by Professor V. Vijayakumar, Vice-Chancellor, National Law Institute University, Bhopal (NLIU, Bhopal), and Mr Vivek Ranjan Pandey, Advocate. The book includes scholarly pieces on diverse topics within the legal sphere, such as competition law, labor and employment law, and criminal law, amongst others, from a law and economics perspective.<br />\n			The modern lawyer must keep abreast of the latest developments within this sphere, for it is imperative that he or she has a sound understanding of the economic foundations of the law, especially in a swiftly changing regulatory environment. Litigation in the commercial or regulatory field requires the modern lawyer to grasp wide-ranging concepts from microeconomics, such as efficiency, optimality, the Coase theorem, and the Pareto and Kaldorparadigms, quickly, and to employ these concepts in a coherent fashion in order to present his or her case ably.<br />\n			Furthermore, law and economics are evolving and are now using insights not merely from the neo-classical branch of economics but also from the behavioral branch, where the idea of homo economicus, an entity that is able to make perfectly rational decisions using complex mathematical rules to calculate the benefits and costs arising from the choices in front of him, has been displaced by a more rational entity, possessing cognitive limitations and biases, as the basic unit of economic analysis. Therefore, it is important to engage with critical and up-to-date literature on law and economics to understand the complexity as well as gauge the economic nuances that underpin these laws.<br />\n			This book will be a useful aid to lawyers, academicians, and all interested individuals, and will precipitate an outpouring of more research into this area, which, up till now, has seen its major proponents come from scholars based in the United States, such as the Nobel Prize-winning economists Friedrich August von Hayek, Herbert Simon, and Richard Thaler, amongst others.</p>\n			</td>\n		</tr>\n	</tbody>\n</table>\n', '', '1st', 0, '9788119114023', '815', '2023', '9', '2023-08-11_13_30_34.261121Economic_Analysis_of_Law_An_Interdisciplinary_Approach_of_Law_and_Economics_in_India.jpg', 0, '240', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-11 08:00:58', '96', 0, 0, '<p><strong>Introduction</strong><br />\nThe Use of Eminent Domain for Acquisition of Land: The Cases of &ldquo;Kelo&rdquo; and &ldquo;Singur&rdquo; in the Context of an Evolving Response within the US and India -&nbsp;Malabika Pal<br />\nIn Search of an Economically Efficient Legal Rule for Determination of Tortious Liability -&nbsp;Astha Srivastava<br />\nRegulatory Provisions of Pension Sector in India: Law and Economics Perspective -&nbsp;Divyesh Mehta and Prof. Gaurang Rami<br />\nFrom Stepping Stones to Dead Ends: Effects of Fixed-Term Contracts on Work Effort and Wage Inequality in India -&nbsp;Rahul Suresh Sapkal<br />\nCriminal Behaviour and Economic Downturns: An Analysis of the Economic Theory of Crime -&nbsp;Manish Yadav, Ujjwal Agrawal and Aditi Singh<br />\nLaw and Economic Analysis of Employment Bonds in India -&nbsp;Hiteshkumar Thakkar, Niharika Agarwal, and Chaitanya Acharya<br />\nCauses of Pendency in Regular Civil Suits: An Empirical Study of Pune District -&nbsp;Rashmi Sawant, Namita D&rsquo;souza and Rajas Parchure<br />\nViewing the Constitution of India from the Lens of Law and Economics -&nbsp;Krishna Agarwal<br />\nCompetition Law and the Regulation of Cartels in Times of Economic Crisis -&nbsp;Tilottama Raychaudhuri<br />\nExploring the Requisite Balance: Governing Information and Privacy in the Contemporary Moment -&nbsp;Jaivir Singh<br />\nAn Essay Concerning Idea of &ldquo;Legal Engineering&rdquo; and &ldquo;Legalics&rdquo; -&nbsp;Vivek Ranjan Pandey<br />\n<strong>Subject Index</strong></p>\n', '', NULL, '2', '', 1245.00, 0, 1050.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 195.00, '2023-08-11 08:00:58'),
(1342, 'Animal Laws of India', '', '<p>The law, effectively harnessed, can become the most potent weapon in the fight against animal abuse and exploitation. Interpreted with courage and compassion, it can extend the maximum protection to living beings that cannot speak or fight for themselves.<br />\nAnimals are an integral part of the Indian economy and ecology. In their protection lies our own survival. Yet Animal Law has remained a largely neglected arena with few people even aware of the existence of codes that govern our use of animals. As a result, animals in our country have suffered enormous violence and victimisation.<br />\nTo bring about the ethical treatment of animals it is necessary to make Animal Law both familiar and accessible. This book is a first step in that direction. It is a comprehensive compilation of the law as it applies to draught, domestic, wild, experimental, meat performing and pet animals. It is designed to provide the layperson with a fundamental understanding and working knowledge of these laws as well as equip the expert with a clear, concise, easily referred to resource. It is a practical handbook that shows you what you can do when you see an overloaded bullock cart, a performing monkey or ivory and shells on sale. Its purpose is to empower the citizens of India to use the strength of the law to protect animals against human greed and cruelty. It is a must-have manual for all those who wish to sustain informed campaigns in defence of these voiceless victims.</p>\n', '', '7th', 0, '9788194899495', '816', '2021', '39', '2023-08-11_13_36_23.191367Animal_Laws_of_India_By_Maneka_Gandhi_7th_Edition_2021.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-11 08:06:47', '133', 0, 0, '', '', NULL, '2,1', '', 2395.00, 0, 2045.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 350.00, '2023-08-11 08:06:47'),
(1343, 'Wild Animal Protection Laws in India', '', '<p>Wild Animal Protection Laws in India is specially designed for students pursuing the three-year or fi ve-year degree course in law education institutes including national law schools. It will be useful for students who are interested in the historical development of statutory laws, and the judicial approach on protection of animals in India, on the lines of local social movements with international awareness through treaties and conventions. It is also a good reference guide for students and researchers to understand sociological problems and political issues relating to wild animal protection in India. It can be read by academicians to activists, lawyers to laymen and everyone. This book focuses on laws relating to protection of wild animals in India, which includes statutory laws, judicial pronouncements, environmental doctrines, international conventions and national policies. It is divided into ten chapters based on the broad theme of science, politics, society and law, which are the main issues for a conservation program in every country, from Africa to Europe and from America to Asia. This book is meant to remind us of the constitutional duty &ldquo;to be compassionate to all living creatures&rdquo; and the international obligation that &ldquo;every form of life is unique.&rdquo; Key Features &bull; Discusses legal, constitutional, social and political status, as well as the religious position of wild animals. &bull; Simplifies legal thoughts and theories, sources and reports into charts, figures and tables. &bull; Distinguishes between the legal status of the US model of national parks and the Indian model of sanctuaries. &bull; Analyses the ecosystem approach of rich countries and the species survival approach of poor countries. &bull; Differentiates between anthropocentric conservation and ecocentric preservation recently adopted by the Supreme Court of India. &bull; Explains more than 50 international and regional conventions on wild animals and ecology. &bull; Refers to more than 100 Iegislations, especially from India, along with those from the UK, USA, Africa, Pakistan and Bangladesh. &bull; Refers to more than 100 important Indian and foreign case laws relating to wild animals, tribal rights, forest rights and trade rights.</p>\n', '', '1st', 0, '9789351439738', '440', '2016', '14', '2023-08-11_13_41_48.740749Wild_Animal_Protection_Laws_in_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-11 08:12:05', '133', 1, 0, '', '', NULL, '2', '', 425.00, 0, 360.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 65.00, '2023-08-11 08:12:05'),
(1344, 'Landmarks in Indian Legal and Constitutional History', '', '', '', '11th', 0, '9789351455165', '817,618', '2016', '9', '2023-08-11_15_08_47.85283604_Landmarks_in_Indian_Legal_and_Constitutional_History.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-11 09:39:06', '9', 0, 0, '', '', NULL, '2', '', 845.00, 0, 745.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 100.00, '2023-08-11 09:39:06'),
(1345, 'Equal Justice and Forensic Process: Truth and Myth', '', '<p>The thought-provoking masterpiece Equal Justice and Forensic Process: Truth and Myth by V.R. Krishna Iyer contain lectures delivered by the learned author to commemorate the memory of Swamy Ramanand Teerth, the great freedom fighter who always revolted against injustice. Democratic Legality, in its processional egalite, is the focus of these lectures.<br />\nThe learned author in his lectures has focused on forensic realism and its shortfall vis-a-vis social justice. He is a firm believer in the fact that the ultimate user of justice is the common man, in millions, and not the millionaires. His lectures, based on opinions of eminent scholars, judges, jurists, writers, and leaders and enriched by his own original thinking and critical analysis cover a vast canvas of the judicial process, its shortcomings, and also ways of reformation.<br />\nJustice Krishna Iyer forcefully advocates a thorough overhaul of the legal system, which as he says, inflicts unlimited injustices upon the numerous voiceless illiterate masses of India. He emphasizes greatly the commitment of the judges to the concept of social and equal justice embedded in the preamble, Fundamental Rights and Directive Principles of the Constitution of India.<br />\nThis substantial prolific and forceful work can be counted as a classical masterpiece of jurisprudential literature. The book will be immensely useful to legal scholars, jurists, administrators, students of the judicial process, law reformers politicians, and judges and a must in every library.</p>\n', '', '1st ', 1, '9789394364578', '104', '1986 (Reprint 2022)', '9', '2023-08-11_15_15_43.631965equal_justice.jpeg', 0, '152', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2023-08-11 09:46:17', '111', 0, 0, '<p>The Dialectics of Social Justice v. The Realities of Forensic Praxis<br />\nThe Processual Jurisprudence of People&#39;s Causes<br />\nIdeology and Organs of Popular Justice: Forensic and Para-Forensic Remedies For Forgotten People&#39;s Maladies</p>\n', '', NULL, '2', '', 295.00, 0, 250.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 45.00, '2023-08-11 09:46:17'),
(1346, 'Forensic Science in Criminal Investigation and Trials', '', '<p>Forensic Science in Criminal Investigation and Trials is intended to assist the criminal justice system to understand the potentialities, the limitation and the process of forensic science. It is an encyclopedic comprehensive guide, a practical multi-professional treatise, written in non-technical language.</p>\n\n<p><strong>New to this edition</strong><br />\nUpdated with latest tools and techniques developed after the publishing of previous edition<br />\nIncludes new concepts introduced in the area of forensic science<br />\nUpdated with latest legal position and landmark judgments<br />\nRedundant content is deleted to maintain relevance to the topic</p>\n', '<p><strong>Key Features:</strong><br />\nA book for professionals dealing with in the area of forensic science<br />\nComplex topics are written in a non-technical language making it easy to understand<br />\nConcepts are explained with the help of applicable statutes and judgments<br />\nAdopts a lucid and analytical approach</p>\n', '6th', 0, '9789388548786', '394', '2020', '14', '2023-08-11_15_26_57.14518501_Sharma_Forensic_Science_in_Criminal_Investigation_and_Trials.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-11 09:57:17', '12,111', 0, 0, '', '', NULL, '1', '', 3995.00, 0, 3395.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-11 09:57:17'),
(1347, 'Handwriting Forensics', '', '<p>Handwriting Forensics, perhaps the oldest scientific evidence produced in the courts, is even today the most frequent, the most difficult and by far the most misunderstood and controversial evidence. The book takes up the cudgels and shows the current state of the art on the subject to tackle the problems in the right earnest to the satisfaction of all concerned. This book deals with challenging field of document photography, digital imaging and challenging issues pertaining to modification possibilities therein. The book also examines various evaluation systems for comparison of handwriting for proper identification of handwriting. The book intends to equip the readers with tools in order to achieve objectivity thereby minimizing erroneous subjective assessment. The computer, in recent times, has emerged as a potent tool for the creation of false documents, for the detection and evaluation of their falsity and for the effective and convincing presentation of evidence, pertaining to document frauds, in courts. Its use and abuse, in document forensics, is increasing by the day. Yet there is hardly any works, which has discussed the subject. The book is, perhaps the first to take up the task and introduce the subject in its varied aspects: for imaging, for segmentation, for various measurement and for comparison of the data from the disputed and the standard documents. It is bound to be of great help in Handwriting Forensics. The book discusses the entire gambit of handwriting identification covering all-important topics: from development of handwriting through identification characteristics and principles, identification processes, identification of the genuine, the forged, the disguise orthe anonymous, right up to the handling and preservation of the documents. Written in a simple language, illustrated with real life cases and diagrams, avoiding verbosity and technical jargons, the book will prove to be an asset to assist judges, lawyers, investigators, experts and others in proper evaluation of handwriting and in turn helping disseminate justice.</p>\n', '', '2nd', 0, '9789350358429', '112', '2016', '14', '2023-08-11_15_29_02.83266302_Handwriting_Forensics.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-11 09:59:20', '12,111', 0, 0, '', '', NULL, '2,1', '', 1695.00, 0, 1440.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-11 09:59:20'),
(1348, 'Cyber Forensics in India: A Legal Perspective', '', '<p>The research on this topic has been carried out with an inter-disciplinary approach and covers various aspects of cyber law, such as, violation of the right to privacy, cyber terrorism and jurisdiction issues etc. The challenges posed by cyber-crime in India are acute and need to be addressed by a secure cyber system. In order to fight the threat posed by different cyber-crimes, there is a dire need for stringent international digital legislations and an efficient cross-border enforcement. Today, the cyber snooping of computer data is a menace to public authorities and private individuals too. There is an emergent need to invent potent cyber forensic tools to identify and prevent junk mails in cyberspace, as also the need to protect the corporate digital data /information through cyber security measures. In order to secure cyberspace there is a need for appropriate and improved execution and implementation of laws. This book includes a critical analysis and updated case law on this subject. This book is an attempt to invoke a critical discussion on the subject of Cyber Forensics.</p>\n', '', '1st', 0, '9788131250709', '700', '2017', '14', '2023-08-11_15_31_37.00033103_Cyber_Forensics_in_India.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-11 10:02:30', '111', 0, 0, '', '', NULL, '2', '', 1195.00, 0, 1015.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-11 10:02:30'),
(1349, 'Gale on Easements', 'JONATHAN GAUNT QC THE HONOURABLE MR JUSTICE MORGAN One of Her Majesty’s Justices of the High Court', '<p>Shortly before we brought out the last edition of this work the Government announced in a Briefing Paper released with the Queen&rsquo;s Speech before the referendum on whether the UK should leave the EU that it intended to bring forward proposals to respond to the recommendations in the Law Commission&rsquo;s 2011 Report.1 That aspiration, needless to say, did not survive Brexit and seems even more remote in the time of Covid-19. Historically the legislature has turned its attention to this corner of the law only once every century and there is no knowing when the twenty-first century will make its contribution. It would, however, be a great shame if the admirable work of the Law Commission (discussion of which is retained in this edition) were never to bear fruit.Shortly before we brought out the last edition of this work the Government announced in a Briefing Paper released with the Queen&rsquo;s Speech before the referendum on whether the UK should leave the EU that it intended to bring forward proposals to respond to the recommendations in the Law Commission&rsquo;s 2011 Report.1 That aspiration, needless to say, did not survive Brexit and seems even more remote in the time of Covid-19. Historically the legislature has turned its attention to this corner of the law only once every century and there is no knowing when the twenty-first century will make its contribution. It would, however, be a great shame if the admirable work of the Law Commission (discussion of which is retained in this edition) were never to bear fruit.</p>\n', '', '21st', 0, '9789395696357', '818', '2023', '11', '2023-08-18_14_41_14.915382Gale_Easements.jpg', 0, '926', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-08-18 09:11:31', '140,19', 0, 1, '', '', NULL, '1', '', 12800.00, 0, 10880.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 09:37:45'),
(1350, 'Morgan, Burden and Berry on IT Contracts', '', '<p>This is the tenth edition of a book that was first published in 1979. I have been one of the authors for all ten editions, yet I am not a lawyer. I freely acknowledge the assistance I have received over the years from my learned co-authors who are all lawyers and have saved me from numerous be tises: Graham Stedman, Kit Burden and now David Berry. I am now 82 and this tenth edition is my swansong in law, but before I finally hang up my metaphorical wig, it may interest some readers to know how a non-lawyer got into the business of writing law books. At university I read Latin and Greek which qualifies you for nothing much in the way of a living except teaching more Latin and Greek. I read classics because I was good at it and enjoyed it and had no idea what I wanted to do with myself. When I graduated, my university appointments board suggested law and I got myself articled to a firm of solicitors in a Buckinghamshire town. I was there for a bit over a year and spent several months of that time at the College of Law in London reading for and eventually passing what I think was then called Part 1. I enjoyed law&mdash;the way case law exalted anecdotes into something higher appealed to me. However, I became somewhat frustrated with my firm. They were very pleasant people but I was basically given dogs body work. I must be pretty well the last person in England to learn how to prepare abstracts of title&mdash;photocopiers were just coming in then, which soon made it an obsolete skill. Matters came to a head when I tackled the next step in qualifying as a solicitor: trust accounts and book keeping. I found the subject hopelessly opaque and uncongenial&mdash;not helped by the fact that my firm would not let me see how they handled such things&mdash;I think they were terrified I might find out how much the Partners earned. I also took a rooted dislike to the textbook I had to study: Harrison &amp; Hillman. The result was that I failed my first shot at the trust accounts and book keeping exam.This is the tenth edition of a book that was first published in 1979. I have been one of the authors for all ten editions, yet I am not a lawyer. I freely acknowledge the assistance I have received over the years from my learned co-authors who are all lawyers and have saved me from numerous be tises: Graham Stedman, Kit Burden and now David Berry. I am now 82 and this tenth edition is my swansong in law, but before I finally hang up my metaphorical wig, it may interest some readers to know how a non-lawyer got into the business of writing law books. At university I read Latin and Greek which qualifies you for nothing much in the way of a living except teaching more Latin and Greek. I read classics because I was good at it and enjoyed it and had no idea what I wanted to do with myself. When I graduated, my university appointments board suggested law and I got myself articled to a firm of solicitors in a Buckinghamshire town. I was there for a bit over a year and spent several months of that time at the College of Law in London reading for and eventually passing what I think was then called Part 1. I enjoyed law&mdash;the way case law exalted anecdotes into something higher appealed to me. However, I became somewhat frustrated with my firm. They were very pleasant people but I was basically given dogs body work. I must be pretty well the last person in England to learn how to prepare abstracts of title&mdash;photocopiers were just coming in then, which soon made it an obsolete skill. Matters came to a head when I tackled the next step in qualifying as a solicitor: trust accounts and book keeping. I found the subject hopelessly opaque and uncongenial&mdash;not helped by the fact that my firm would not let me see how they handled such things&mdash;I think they were terrified I might find out how much the Partners earned. I also took a rooted dislike to the textbook I had to study: Harrison &amp; Hillman. The result was that I failed my first shot at the trust accounts and book keeping exam.</p>\n', '', '10th', 0, '9789395696371', '819', '2023', '11', '2023-08-18_14_47_03.014695Morgan,_Burden_and_Berry_on_IT_Contracts.jpg', 0, '1076', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-08-18 09:17:22', '27', 1, 0, '', '', NULL, '1', '', 10000.00, 0, 8500.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-18 09:17:22');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1352, 'Law relating to Women and Children', '', '<p>The current fourth edition of this much-acclaimed work by Mamta Rao is a well-researched and systematically organized study on the subject. The author has discussed various problems faced by women and has thrown light on the crimes committed against women viz. rape, dowry death, female foeticide, sexual harassment at the workplace, domestic violence, etc. The work also analyses issues such as child labor, child abuse, juvenile delinquency, etc.</p>\n\n<p>The following are the highlights of this new edition:-<br />\n1. Includes the Shayara Bano case on Triple Talaq<br />\n2. Includes discussion on the Right of Children to Free and Compulsory Education Act, 2009; Protection of Children from Sexual Offences Act, 2012; Criminal Law (Amendment) Act, 2013; Sexual Harassment of Women at Workplace (Prevention, Prohibition and Redressal) Act, 2013; Juvenile Justice (Care and Protection of Children) Act, 2015 and Maternity Benefit (Amendment) Act, 2017<br />\n3. Includes leading cases on the subject specified in the syllabus of law schools.<br />\n4. The author discusses the Nirbhaya case at length.</p>\n\n<p>Includes additional learning resources on www.ebcexplorer.com:<br />\n1. Access to important case law as indicated by Case PilotTM<br />\n2. Discussion ForumTM&nbsp;provides a platform outside the classroom to post comments, discuss and explore ideas.<br />\n3. SCC OnlineTM&nbsp;Blog to stay updated on recent happenings of the legal world and Useful LinksTM&nbsp;to access free resources.</p>\n', '', '4th ', 1, '9789351453499', '200', '2018 (Reprint 2022)', '9', '2023-08-28_16_39_54.312700Law-Relating-To-Women-and-Children-4Th-Edition-2022_381112.jpg', 0, '736', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-08-28 11:11:16', '91', 0, 0, '<p><strong>CHAPTER 1: INTRODUCTION</strong></p>\n\n<p>1. Thinkers on &quot;women&quot;<br />\n2. Feminist theory<br />\n3. Feminism<br />\n4. Feminist awakening<br />\n5. Status of women<br />\n6. Position of women</p>\n\n<p><strong>CHAPTER 2: International Commitments</strong></p>\n\n<p>1. Universal Declaration of Human Rights<br />\n2. Convention on the Political Rights of Women, 1953<br />\n3. Convention on the Nationality of Married Women, 1957<br />\n4. Declaration on the Elimination of Discrimination Against Women, 1967<br />\n5. Convention on the Elimination of all Forms of Discrimination against Women,<br />\n6. Declaration on the Elimination of Violence Against Women, 1993<br />\n7. Optional Protocol to the Convention on the Elimination of Discrimination Against Women, 1999<br />\n8. Commission on the Status of Women<br />\n9. United Nations Millennium Declaration, 2000</p>\n\n<p><strong>CHAPTER 3: Constitutional Protection and National Commission for Women</strong></p>\n\n<p>1. Gender equality and protection under the Constitution<br />\n2. National Commission for Women</p>\n\n<p><strong>CHAPTER 4: Law Relating to Crimes Against Women</strong></p>\n\n<p>1. Rape<br />\n2. Custodial rape<br />\n3. Gang rape<br />\n4. Marital rape<br />\n5. Sentencing<br />\n6. Allied provisions<br />\n7. Sexual abuse of children<br />\n8. Reflections of judicial sensitivity<br />\n9. The Criminal Law (Amendment) Bill, 2010<br />\n10. Dowry deaths<br />\n11. Prostitution<br />\n12. Female foeticide<br />\n13. Sexual harassment at workplace<br />\n14. Domestic violence<br />\n15. Law relating to obscenity and indecent representation of women &ensp;<br />\n16. Termination of pregnancy<br />\n17. Sati</p>\n\n<p><strong>CHAPTER 5: Personal Laws Relating to Women</strong></p>\n\n<p>1. Marriage and divorce<br />\n2. Maintenance<br />\n3. Guardianship<br />\n4. Adoption<br />\n5. Succession<br />\n6. Family courts<br />\n7. Personal Laws (Amendment) Act, 2010 (No.30 of 2010) &ensp;</p>\n\n<p><strong>CHAPTER 6: Women and Industrial Law</strong></p>\n\n<p>1. Equal Remuneration Act, 1976<br />\n2. Maternity Benefit Act, 1961<br />\n3. The Maternity Benefit (Amendment) Act, 2008 (No. 15 of 2008)<br />\n4. The Employees&rsquo; State Insurance Act, 1948<br />\n5. Factories Act, 1948<br />\n6. Mines Act, 1952<br />\n7. The Beedi and Cigar Workers (Conditions of Employment) Act, 1966<br />\n8. Proposed Legislation</p>\n\n<p><strong>CHAPTER 7: Laws Relating to Protection of Children</strong></p>\n\n<p>1. International scenario<br />\n2. Declaration of the Rights of the Child, 1959<br />\n3. Convention on the Rights of the Child, 1989<br />\n4. The World Summit for Children, 1990<br />\n5. United Nations Conference of Environment and Development, 1992<br />\n6. World Conference on Human Rights, 1993<br />\n7. International Labour Organisation (ILO)<br />\n8. Some other instruments<br />\n9. Indian perspective<br />\n10. Child trafficking and abuse</p>\n\n<p><strong>CHAPTER 8: Juvenile Justice</strong></p>\n\n<p>1. International instruments<br />\n2. Development<br />\n3. Juvenile Justice Act, 1986<br />\n4. Juvenile justice (care and protection of children) act, 2000<br />\n5. Some decisions</p>\n\n<p><strong>Subject Index</strong></p>\n', '', NULL, '2', '', 895.00, 0, 775.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 120.00, '2025-10-29 10:43:55'),
(1353, 'New Criminal Laws', '', '<p>The book provides the text of the new criminal laws as introduced in the Lok Sabha, specifically the Bharatiya&nbsp;Nagarik<strong>&nbsp;</strong>Suraksha Sanhita 2023, Bharatiya Nyaya Sanhita 2023, and Bharatiya Sakshya Bill 2023. It uniquely presents the content with tables comparing old and new provisions.<br />\nThis book provides complete coverage of the following new criminal laws&nbsp;<em>as introduced in the Lok Sabha</em>:<br />\nBharatiya Nagarik<strong>&nbsp;</strong>Suraksha Sanhita 2023<br />\nBharatiya Nyaya Sanhita 2023<br />\nBharatiya Sakshya Bill 2023</p>\n\n<p>What sets this book apart is the content presentation and various tables to compare the new &amp; old provisions of the new criminal laws.&nbsp;<br />\nThe Present Publication is the August 2023 Edition. This book is edited by Taxmann&#39;s Editorial Board, and its coverage includes the following:&nbsp;</p>\n\n<ul>\n	<li><strong>Tables showing Sections of Old Law with the Proposed Corresponding Provisions of the New Law</strong>]\n\n	<ul>\n		<li>Indian Penal Code 1860 and Bharatiya Nyaya Sanhita 2023</li>\n		<li>Code of Criminal Procedure 1973 and Bharatiya Nagarik<strong>&nbsp;</strong>Suraksha Sanhita 2023</li>\n		<li>Indian Evidence Act 1872 and Bharatiya Sakshya Bill 2023</li>\n	</ul>\n	</li>\n	<li><strong>Bharatiya Nagarik Suraksha Sanhita 2023</strong>\n	<ul>\n		<li>Arrangement of Clauses</li>\n		<li>Text of Bharatiya Nagarik<strong>&nbsp;</strong>Suraksha Sanhita 2023<br />\n		<strong>Bharatiya Nyaya Sanhita 2023</strong>\n		<ul>\n			<li>Arrangement of Clauses</li>\n			<li>Text of Bharatiya Nyaya Sanhita 2023</li>\n		</ul>\n		</li>\n	</ul>\n	</li>\n	<li><strong>Bharatiya Sakshya Bill 2023</strong>\n	<ul>\n		<li>Arrangement of Clauses</li>\n		<li>Text of Bharatiya Sakshya Bill 2023\n		<ul><br />\n			<li>&nbsp;</li>\n		</ul>\n		</li>\n	</ul>\n	</li>\n</ul>\n', '', '1st', 0, '9789357783361', '808', '2023', '9', '2023-08-28_17_22_44.925968New_criminal_laws.jpg', 0, '584', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-08-28 11:52:06', '12', 1, 0, '', '', NULL, '2,1', '', 1195.00, 0, 1015.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-08-28 11:52:06'),
(1354, 'B.R. Ghaiye\'s Law and Procedure of Departmental Enquiries', ' (In 2 Volumes)', '<p><em><strong>BR Ghaiye&#39;s Departmental Enquiries: Law and Procedure</strong></em> stands as a venerable classic, widely acknowledged as the foremost and comprehensive work on the subject. In the ever-evolving landscape where organisations strive for efficiency, transparency, and accountability, internal investigations have become an indispensable facet for maintaining order and integrity.</p>\n\n<p>The fifth edition continues the legacy of its predecessors, incorporating updates in statutory and case law, with a brief coverage of recent cases until December 2023 in the Addenda. The book meticulously navigates through every aspect of the subject, guiding the reader from the initial complaint to its final disposal. Notably, since the last edition, the courts have embraced a more pragmatic approach in reviewing departmental enquiry procedures, emphasising proportionality in punishments and relief for employees, including reinstatement and back wages.</p>\n\n<p>This edition establishes and clarifies the law concerning the standard of proof and evidence in departmental enquiries and sheds light on limitations on judicial review by superior courts. The exhaustive subject index ensures that readers can swiftly access any minute aspect or topic related to departmental enquiries.</p>\n\n<p>Recognising the adage that prevention is better than cure, this work should find a place on the table of all individuals involved in the initiation and conduction of departmental enquiries. It equally serves as a valuable resource for the affected party and their counsel, ensuring the proper safeguarding of their rights and interests.</p>\n\n<p>A must-have for Central and State government departments, public and private sector enterprises, and indispensable for legal professionals, this book stands as an invaluable guide in the intricate realm of departmental enquiries.</p>\n\n<p><em><strong>BR Ghaiye&#39;s Departmental Enquiries: Law and Procedure</strong></em> stands as a venerable classic, widely acknowledged as the foremost and comprehensive work on the subject. In the ever-evolving landscape where organisations strive for efficiency, transparency, and accountability, internal investigations have become an indispensable facet for maintaining order and integrity.</p>\n\n<p>The fifth edition continues the legacy of its predecessors, incorporating updates in statutory and case law, with a brief coverage of recent cases until December 2023 in the Addenda. The book meticulously navigates through every aspect of the subject, guiding the reader from the initial complaint to its final disposal. Notably, since the last edition, the courts have embraced a more pragmatic approach in reviewing departmental enquiry procedures, emphasising proportionality in punishments and relief for employees, including reinstatement and back wages.</p>\n\n<p>This edition establishes and clarifies the law concerning the standard of proof and evidence in departmental enquiries and sheds light on limitations on judicial review by superior courts. The exhaustive subject index ensures that readers can swiftly access any minute aspect or topic related to departmental enquiries.</p>\n\n<p>Recognising the adage that prevention is better than cure, this work should find a place on the table of all individuals involved in the initiation and conduction of departmental enquiries. It equally serves as a valuable resource for the affected party and their counsel, ensuring the proper safeguarding of their rights and interests. A must-have for Central and State government departments, public and private sector enterprises, and indispensable for legal professionals, this book stands as an invaluable guide in the intricate realm of departmental enquiries.</p>\n', '', '5th', 0, '9788119868872', '413', '2024', '9', '20260109_174124_images.png', 0, '1928', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-08-28 12:00:35', '51', 0, 0, '', '', NULL, '1', '', 3595.00, 0, 2876.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2026-01-09 17:42:58'),
(1355, 'Documentary Evidence', '', '', '', '14th Ed.', 0, '978-93-9569-636-4', '821', '2021 (South Asian Reprint 2023)', '3', '2023-10-16_15_38_22.522711Documentary_Evidence.jpg', 2, '657', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-10-16 10:01:59', '16', 1, 0, '', '', NULL, '2,1', '', 12000.00, 0, 10200.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-10-16 10:01:59'),
(1356, 'Medical Negligence', '', '', '', '6th', 0, '978-93-9569-639-5', '822', 'South Asian Edition 2023', '3', '2023-10-16_16_36_47.60729521ng3+0+nbL.jpg', 2, '1442', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-10-16 11:10:19', '38', 1, 0, '', '', NULL, '2,1', '', 15920.00, 0, 13532.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-10-16 11:10:19'),
(1357, 'Sexual Harassment of Women at Workplace', 'A Practical Guide', '<p>With greater Indian workforce joining the economy, the Sexual Harassment of Women at Workplace was necessitated to empower the victims of sexual abuse and promote a healthy workplace. Aligning with this objective, the book has been authored to present PoSH law with utmost clarity. Spread over 20 chapters, it is a treatise to educate the law aspirants, guide the corporate for easy compliance, and appraise the academicians exhaustively.</p>\n\n<p><strong>Premise of the book</strong><br />\nThis book is designed to develop a greater understanding on the subject of PoSH Law. It gives an in-depth analysis of what Sexual Harassment at Workplace is and how it manifests in a professional space. Explained with relevant examples, the discussions bring clarity to what is illegal and what isn&rsquo;t. The text is sprinkled with illustrative Smart Art, tables, and diagrams to simplify practices and procedures. Latest judgments have also been deliberated to add an interpretive context.</p>\n\n<p><strong>Topics of emerging interest</strong><br />\nThe instant work analyses in detail the legal history, definitions, applicability of the law, judicial interpretations, sexual misconduct as opposed to gender-based harassment, complaints committees, complaint mechanisms, process of inquiry, punishments, rights and obligations of each affected party, PoSH Rules, compliances for corporates, appeals etc. With contrasting themes intersecting with Constitutional law, criminal law, international law, labour law and service law, it delivers a deeper commentary on the place of PoSH law amidst the broader legislative framework in the country.</p>\n\n<p><strong>Uniqueness of authenticity</strong><br />\nThe authors have carefully investigated the ambiguities in the black letter of the law and provided recommendations for overcoming its operative hurdles. This useful work is aimed at supporting safe work environments and will be an indispensable guide to everyone engaged in this field.<br />\n****************************************************************************************************************************************************************************************************<br />\n<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;REVIEW OF THIS BOOK</strong></p>\n\n<p>The book entitled Sexual Harassment of Women at Workplace (A Practical Guide) covers various key aspects related to the theme under different topics. It incorporates topics related to the acts and guidelines pertaining to sexual harassment of women at workplace. The topics has been included, and covered in such a way that, it will provide the reader understanding about the core aspect related to the matter such as concept and nature of sexual harassment and workplace, constitution and functions of complaints committee, duties of district officer, and the employer, enquiry proceedings, related criminal law framework, provisions of Indian evidence act, international perspective, labor law and service law etc. The students and teaching faculties from wider range of specialty including law, psychology, management forensic science, criminology, homeland security, social work will be benefited from this books. This book will serve as a comprehensive guide to the law practitioners, authorities of public and private companies, organizations and institutions in understanding the nature, acts and guidelines related to sexual harassment of women at workplace that will help them deal and prevent such derogatory practices against women at workplace.</p>\n\n<p><strong><ins>Reviewer</ins><br />\nDr. Nitesh Kumar Jha,&nbsp;</strong>Assistant Professor&nbsp;(Forensic Psychology)&nbsp;Dept. of Behavioral Forensics<br />\nLNJN NICFS, National Forensic Sciences University (Delhi Campus), Ministry of Home Affairs, Govt. of India</p>\n', '<p>1. Provisions of the Act &amp; Rules in one place<br />\n2. Harmonious interpretation of provisions<br />\n3. Deliberations on important definitions<br />\n4. Other legislations policing sexual misconduct<br />\n5. Ragging and sexual harassment<br />\n6. Enquiry proceedings in PoSH cases<br />\n7. Drawbacks of PoSH law in its current form</p>\n', '1st', 0, '9788171773893', '824,830', '2023', '1', '2023-10-17_14_37_33.872955sexual_harassment.jpg', 1, '299', '0', '0', NULL, NULL, 0, 1, 1, 1, 0, '', 2, 1, '2023-10-17 09:10:48', '12', 0, 0, '<p><strong>Introduction<br />\nHistory</strong>&nbsp;&nbsp;&nbsp;&nbsp;<br />\n<strong>Background</strong><br />\n<em>Chapter <strong>1 Applicability</strong></em><br />\n<strong><em>Chapter</em><em> &nbsp;</em>2 Mechanical Definitions<br />\n<em>Chapter</em><em> &nbsp;</em>3 Organic Definitions<br />\n<em>Chapter</em><em> &nbsp;</em>4 Meaning of Sexual Harassment<br />\n<em>Chapter</em><em> &nbsp;</em>5 Sexual Harassment v Harassment<br />\n<em>Chapter</em><em> </em>6&nbsp; Internal Complaints Committee&nbsp; &nbsp; &nbsp;</strong><br />\n<strong><em>Chapter</em><em> &nbsp;</em>7 Local Complaints Committee</strong><br />\n<strong><em>Chapter</em><em> &nbsp;</em>8 Disqualification of Members of Complaints Committee<br />\n<em>Chapter </em>10 Duties of an Employer<br />\n<em>Chapter</em><em> &nbsp;</em>11 Complaint<br />\n<em>Chapter</em><em> </em>12 Enquiry Proceedings<br />\n<em>Chapter</em><em> &nbsp;</em>13 False Complaints</strong><br />\n<strong><em>Chapter</em><em> &nbsp;</em>14 Principles of Natural Justice in &nbsp;Enquiry</strong><br />\n<strong><em>Chapter</em><em> &nbsp;</em>15 Appeal<br />\n<em>Chapter</em><em> &nbsp;</em>16 Constitutional Perspective<br />\n<em>Chapter</em><em> &nbsp;</em>17 Criminal Law Framework Related to Sexual Harassment<br />\n<em>Chapter</em><em> &nbsp;</em>18&nbsp; Relevant Provisions of Indian Evidence Act 1872<br />\n<em>Chapter </em>19 International Perspective<br />\n<em>Chapter</em><em> &nbsp;</em>20 Labour Law and Service Law<br />\n<em>Chapter</em><em> &nbsp;</em>21 Miscellaneous<br />\n<em>Chapter</em><em> &nbsp;</em>22 Suggestions and Concluding Remarks<br />\nIndex</strong></p>\n', '', NULL, '1', '', 1095.00, 0, 930.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2023-10-17 09:10:48'),
(1358, 'Transfer Pricing', 'Disputes and Disputes Resolution Mechanisms', '<p>Transfer pricing law in India, ever since its enactment in 2001, has been continuously evolving due to complexities of international transactions and transfer pricing policy pursued by multinational corporations carrying on business in different countries. The book makes an effort to find out how transfer pricing is used a tool for tax avoidance in the modern era of globalization. It makes us understand the concept of transfer pricing and explore how nations are drained their legitimate revenue by MNEs.<br />\nThe journey of implementing transfer pricing legislation has been chronicled in this book. It describes and analyzes the causes of transfer pricing dispute in India in great depth. It also deals with the specific disputes and landmark judgements passed by the judicial authorities in India. The various facets of transfer pricing dispute resolution mechanisms, such as the Dispute Resolution Panel, Advance Pricing Agreements, Safe Harbor Rules, Mutual Agreement Procedure and their applicability to the contemporaneous problem of transfer pricing have also been thoroughly examined in the book. The critical analysis of existing provisions and mechanisms for dispute resolution, be it through litigation or reconciliation or mitigation, has underlined the need to strengthen the mechanism and also the scope for introduction of further mechanisms for bringing elements of certainty as well as efficiency in dispute resolution mechanism.<br />\nThe book is helpful to anyone who seeks to understand the issues in relation to transfer pricing and practicing professions who deal with the subject on a regular basis.</p>\n', '<p><strong>Highlights</strong><br />\nConcept of tax avoidance and modes of tax avoidance explain<br />\nImplementation of transfer pricing legislation chronicled<br />\nAnalysis of specific cause of transfer pricing disputes with landmark judgements<br />\nAnalyse various dispute resolution mechanism to avoid huge litigation and controversies<br />\nExplains and provides information and statistics of dispute resolution measures like Mutual Agreement, Safe Harbour and Advance Pricing Agreement</p>\n', '1st', 0, '9788171773930', '825', '2023', '1', '2023-10-17_15_02_09.069115transfer_pricing.jpg', 1, '380', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 1, 1, '2023-10-17 09:33:59', '7', 0, 0, '<p><strong>Preface<br />\nTable of Cases&nbsp; &nbsp;&nbsp;<br />\nAbbreviations&nbsp;&nbsp;<br />\nChapter 1&nbsp;&nbsp;&nbsp;&nbsp; Introduction&nbsp;&nbsp; </strong><br />\n<strong>Chapter 2&nbsp;&nbsp;&nbsp;&nbsp; Transfer Pricing&mdash;A Tool for Tax Avoidance&nbsp;in the Modern Era of Globalisation<br />\nChapter 3 &nbsp;&nbsp;&nbsp; Evolution and Background of Transfer Pricing Regulation in India</strong><br />\n<strong>Chapter 4&nbsp;&nbsp;&nbsp;&nbsp; Causes of Transfer Pricing Dispute</strong><br />\n<strong>Chapter 5&nbsp;&nbsp;&nbsp;&nbsp; The Most Appropriate Method&mdash;A Critical Analysis<br />\nChapter 6&nbsp;&nbsp;&nbsp;&nbsp; Transfer Pricing Dispute Resolution Mechanism<br />\nChapter 7&nbsp;&nbsp;&nbsp;&nbsp; Transfer Pricing Dispute Resolution through&nbsp;</strong><strong>Reconciliation and&nbsp; Mitigation Mechanism</strong><br />\n<strong>Chapter 8&nbsp;&nbsp;&nbsp;&nbsp; Challenges and Suggested Improvements</strong><br />\n<strong>Annexure<br />\nIndex</strong></p>\n', '', NULL, '1', '', 895.00, 0, 805.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 90.00, '2023-10-17 09:33:59'),
(1359, 'Salinger on Factoring', '', '<p>Salinger on Factoring is renowned for its highly practical approach to the law and practice relating to factoring and invoice finance. It combines a clear understanding of the law with clear and concise guidance on its implementation. This title has been the trusted guide to this complex area of law for nearly 30 years providing a detailed examination of, and guide to, the legal issues that arise from domestic and international factoring.</p>\n', '<ul>\n	<li>&bull; A comprehensive guide to the law and practice relating to factoring and invoice finance</li>\n	<li>&bull; Discusses the various forms, uses, and methods by which factoring can help businesses</li>\n	<li>&bull; Looks at the origins and nature of modern factoring</li>\n	<li>&bull; Examines the use and misuse of factoring, the limitations on its use and its benefits</li>\n	<li>&bull; Looks at the relationship between the factor and debtors including normal collection procedures and legal remedies where collection procedures fail</li>\n	<li>Examines international factoring and discusses the special considerations relevant for international factors</li>\n	<li>Looks at the legal structure of factoring, the provisions of factoring agreements and the types of agreement commonly used</li>\n	<li>Considers conflicts with third parties</li>\n	<li>Examines set-off and the countervailing rights of the debtor</li>\n	<li>Considers the effect of insolvency upon the rights of the factor, client and debtor</li>\n	<li>Looks at the use of credit insurance and its potential effect on the terms of the factoring agreement and the policy of insurance</li>\n	<li>Includes a glossary of terms and a collection of sample documents.</li>\n</ul>\n', '6th', 0, '978-93-95696-40-1', '903', '2020 (South Asian Reprint 2023)', '3', '2023-10-17_15_47_18.3677419789395696401.jpg', 2, '458', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-10-17 10:22:52', '139', 0, 0, '', '', NULL, '1', '', 11000.00, 0, 8250.00, 0, 0, 0.00, 0, 0.00, 25.00, 0.00, 0.00, '2023-10-17 10:22:52'),
(1360, 'Universal\'s Bare Acts 2025 – 4 Box Set of 330 Titles', '', '<ul>\n	<li>On Civil, Criminal, Corporate, Tax and Labour Laws</li>\n	<li>1st Choice of Bench &amp; Bar</li>\n	<li>Incorporating Latest Amendments</li>\n	<li>Printed on superior quality paper</li>\n	<li>Reasonably Priced</li>\n	<li>Along with:</li>\n	<li>- Introduction</li>\n	<li>- Statement of Objects &amp; Reasons</li>\n	<li>- List of Amending Acts</li>\n	<li>- Important Case Laws in short comments form relevant State Amendments to Important Acts</li>\n	<li>- Provision Numbers on top of each page for easy search</li>\n	<li>- Detailed Footnotes for Historical legislative effect with date of enforcement</li>\n	<li>- Detailed Contents for quick reference</li>\n</ul>\n', '', '2025', 1, '9788197759017', '735', '2025', '14', '2023-12-07_13_08_19.241436BA_Combobox-397x397-397x397.jpg', 0, '1000', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2023-12-04 05:32:20', '159', 0, 0, '', '', NULL, '24', '', 71985.00, 0, 46790.25, 0, 0, 0.00, 0, 0.00, 35.00, 0.00, 0.00, '2023-12-04 05:32:20'),
(1576, 'Avtar Singh\'s Company Law', '', '<p>This edition of&nbsp;<em>Avtar Singh&#39;s Company Law</em><strong>&nbsp;contains a few important and several incremental changes</strong>&nbsp;over the last edition. These changes reflect the amendments in the statutory regime governing companies, more particularly, the&nbsp;<strong>2019, 2020 and 2021 Amendments to the Companies Act, 2013&nbsp;</strong>along with judicial precedents starting from the National Company Law Tribunals and Appellate Tribunals, High Courts and the Supreme Court.</p>\n\n<p>The book is indispensable for law students, practitioners, CAs, Company Secretaries, Judges, in-house counsel and anyone who has an interest in the subject. The utility of the book to the legal profession is immeasurable.</p>\n', '<ul>\n	<li>The&nbsp;<strong>contents of the book have been significantly restructured</strong>&thinsp;-&thinsp;principally by reorganising the various chapters into a more logical order, presenting a streamlined flow of legal principles, statutory provisions (especially delegated legislation), and judicial precedents</li>\n	<li>An&nbsp;<strong>important chapter &quot;Winding Up&quot; has been given to make understanding of the Insolvency and Bankruptcy Law</strong>&nbsp;and it&#39;s standalone statute of &#39;death&#39; of business organisations, persons easier to understand.</li>\n	<li>A&nbsp;<strong>detailed and exhaustive introduction in the book</strong>&nbsp;is a &#39;must read&#39;.</li>\n	<li>All&nbsp;<strong>important concepts have been explained</strong>&nbsp;in a detailed and systematic manner in the publication.</li>\n</ul>\n', '18th', 1, '9789348179319', '902', '2025', '9', '20250929_124728_company-law-by-avtar-singh-updated-18th-edition.jpg', 2, '824', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2025-09-29 12:48:44', '143', 0, 0, '<p>1. Corporate Personality<br />\n2. Registration and Incorporation<br />\n3. Memorandum of Association<br />\n4. Articles of Association<br />\n5. Prospectus<br />\n6. Promoters<br />\n7. Securities (Shares)<br />\n8. Shareholders and Members<br />\n9. Share Capital<br />\n10. Directors<br />\n11. Meetings<br />\n12. Dividends, Accounts and Audit .<br />\n13. Borrowing, Lending, Investments and Contracts<br />\n14. Debentures<br />\n15. Majority Powers and Minority Rights<br />\n16. Prevention of Oppression and Mismanagement .<br />\n17. Inspection, Inquiry and Investigations .<br />\n18. Kinds of Company<br />\n19. Compromises, Arrangements and Amalgamations .<br />\n20. Removal of Names of Companies from Register of Companies<br />\n21. Winding Up<br />\n22. Voluntary Winding Up<br />\n23. Provisions Applicable to Every Mode of Winding Up<br />\n24.Miscellaneous</p>\n', '', NULL, '2', '', 1095.00, 0, 930.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-09-29 12:48:44'),
(1361, 'West Bengal Motor Vehicles Rules, 1989', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-05_14_43_24.265918Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 05:49:03', '35,146', 0, 0, '', '', NULL, '24', '', 650.00, 0, 585.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 05:49:03'),
(1388, 'Kolkata Municipal Corporation Act', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_36_49.180842Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 06:06:53', '151', 0, 0, '', '', NULL, '24', '', 990.00, 0, 891.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 06:06:53'),
(1362, 'EBC’s Bare Acts Box Set - Containing 253 Important Bare Acts and Rules', '', '<p>The new 2024 Edition of EBC&#39;s Bare Acts and Rules are fully amended and updated. The Bare Acts come with complete legislative history, attractive cover and added features.</p>\n\n<h3>Special Features:</h3>\n\n<ul>\n	<li><strong>List of Amending Acts.</strong>&nbsp;Where necessary, History of amendments given in footnotes, along with position before amendment.</li>\n	<li><strong>Headnotes of important judgments&nbsp;</strong>as published in SCC reproduced, wherever relevant.</li>\n	<li><strong>New Major Acts</strong>&nbsp;such as Mediation Act, 2023, Digital Personal Data Protection Act, 2023 and Biological Diversity Act, 2002 included.</li>\n	<li>Incorporating&nbsp;<strong>State Amendments</strong>&nbsp;and&nbsp;<strong>High Court</strong>&nbsp;<strong>Amendments&nbsp;</strong>(wherever relevant and available).</li>\n	<li><strong>Authentic and reliable.</strong></li>\n	<li>Specifically&nbsp;<strong>recommended by most High Courts,&nbsp;</strong>District Courts etc. and relied upon by most lawyers, Judges &amp; academicians.</li>\n	<li>Very&nbsp;<strong>reasonable prices</strong>.</li>\n	<li>Systematic publishing &amp; high class printing.</li>\n</ul>\n', '', '1st', 0, NULL, '810', '2024', '9', '2023-12-09_21_27_49.640181EBC-Bare-Act-Box-Set-2024-Product-Image.png', 0, '1000', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 06:03:59', '5,113,133,4,139,22,17,19,7,143,52,9,87,21,10,137,94,12,145,102,112,49,140,96,123,18,134,54,68,16,23,24,111,25,89,90,26,27,2,105,28,29,67,56,30,91,51,31,144,32,34,33,70,13,38,36,35,142,37,62,132,40,135,99,128,45,106,130,73,42,57,43,65,138,47,48', 1, 0, '', '', NULL, '24', '', 65900.00, 0, 44812.00, 0, 0, 0.00, 0, 0.00, 32.00, 0.00, 0.00, '2023-12-05 06:03:59'),
(1363, 'The West Bengal Estates Acquisition Act, 1953', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_00_23.722287Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 06:06:30', '31,132', 0, 0, '', '', NULL, '24', '', 150.00, 0, 135.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 06:06:30'),
(1380, 'Fire Service Act', '', '', '', '2023', 0, NULL, '827', '2023', '46', '2023-12-06_11_11_48.234299Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 08:02:23', '149,146', 0, 0, '', '', NULL, '24', '', 300.00, 0, 270.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 08:02:23'),
(1381, 'Urban Land Ceiling', '', '', '', '1st', 1, NULL, '827', '2023', '46', '2023-12-06_11_10_17.007461Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 08:04:45', '146', 0, 0, '', '', NULL, '24', '', 100.00, 0, 90.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 08:04:45'),
(1364, 'The West Bengal Municipal Act, 1993', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_01_05.449850Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 06:09:29', '151,146', 0, 1, '', '', NULL, '24', '', 450.00, 0, 405.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 06:09:29'),
(1382, 'Bengal Tenancy Act, 1985', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_09_39.345123Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 09:01:58', '43,146', 0, 0, '', '', NULL, '24', '', 250.00, 0, 225.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 09:01:58'),
(1365, 'The Right to Information Act, 2005 with Rules', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_01_56.998027Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 06:27:23', '31,146', 0, 0, '', '', NULL, '24', '', 200.00, 0, 180.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 06:27:23'),
(1383, 'Bengal Excise Act, 1909', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_08_19.940369Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 09:03:27', '145,146', 0, 0, '', '', NULL, '24', '', 125.00, 0, 112.50, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 09:03:27'),
(1366, 'The West Bengal Co-operative Societies Act, 2006', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_02_27.626299Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 06:29:12', '150,146', 1, 0, '', '', NULL, '24', '', 200.00, 0, 180.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 06:29:12'),
(1384, 'Bengal Public Demands Recovery Act', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-05_14_42_18.268670Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 09:06:47', '146', 0, 0, '', '', NULL, '24', '', 200.00, 0, 180.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 09:06:47'),
(1367, 'The West Bengal Land Reforms Act, 1955', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_02_59.533768Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 06:32:12', '31,146', 0, 0, '', '', NULL, '24', '', 200.00, 0, 180.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 06:32:12'),
(1385, 'Indian Stamp Act & West Bengal Stamp Duty Manual', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_17_02.752634Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 05:47:15', '153,146', 0, 0, '', '', NULL, '24', '', 700.00, 0, 630.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 05:47:15'),
(1368, 'The Bengal Excise Act, 1909', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_03_34.341695Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 06:38:06', '145,146', 1, 0, '', '', NULL, '24', '', 125.00, 0, 112.50, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 06:38:06'),
(1386, 'Juvenile Justice Act with W.B. Rules', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_31_10.452049Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 06:01:21', '91,146', 0, 0, '', '', NULL, '24', '', 650.00, 0, 585.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 06:01:21'),
(1369, 'Bengal Public Demands Recovery Act, 1913', '', '', '', '1st', 0, NULL, '829', '2023', '44', '2023-12-06_11_04_37.282203Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 06:41:21', '89,146', 0, 0, '', '', NULL, '24', '', 200.00, 0, 180.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 06:41:21'),
(1387, 'Rules Relating to Computerised Listing of Cause List of Appellate Side, Original Side & Rules of High Court at Calcutta Relating to Applications under Article 226 of the Constitution of India', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_33_51.716616Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 06:04:02', '89,146', 0, 0, '', '', NULL, '24', '', 200.00, 0, 180.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 06:04:02'),
(1379, 'Land Reforms Act', '', '', '', '1st', 1, NULL, '827', '2023', '46', '2023-12-06_11_12_25.584712Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 07:24:49', '31,146', 0, 0, '', '', NULL, '24', '', 200.00, 0, 180.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 07:24:49'),
(1399, 'W.B. Municipal Act', '', '', '', '1st', 0, NULL, '829', '2023', '44', '2023-12-06_15_55_12.764776Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 10:25:34', '146', 0, 0, '', '', NULL, '24', '', 350.00, 0, 315.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 10:25:34'),
(1400, 'W.B. Panchyat Act', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_15_57_11.363089Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 10:27:20', '148,146', 0, 0, '', '', NULL, '24', '', 450.00, 0, 405.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 10:27:20'),
(1401, 'W.B. Premises Tenancy Act & Rules', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_15_59_12.397270Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 10:29:19', '43,146', 0, 0, '', '', NULL, '24', '', 200.00, 0, 180.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 10:29:19'),
(1402, 'W.B. Societies Registraton Act', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_16_07_04.290413Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 10:37:13', '150,146', 0, 0, '', '', NULL, '24', '', 200.00, 0, 160.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2023-12-06 10:37:13'),
(1370, 'West Bengal Court Fees Act, 1970 & Suits Valuation Act, 1887', '', '', '', '1st', 0, NULL, '829', '2023', '44', '2023-12-06_11_05_09.039568Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 06:49:38', '146', 0, 0, '', '', NULL, '24', '', 150.00, 0, 135.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 06:49:38'),
(1389, 'Kolkata Municipal Corporation Building Rules', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_38_17.326126Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 06:08:24', '151,146', 0, 0, '', '', NULL, '24', '', 350.00, 0, 315.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 06:08:24'),
(1378, 'KMC Act', '', '', '', '1st', 1, NULL, '827', '2023', '46', '2023-12-06_11_12_50.384975Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 07:21:49', '151', 0, 0, '', '', NULL, '24', '', 999.00, 0, 899.10, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 07:21:49'),
(1398, 'W.B. Municipal Act', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_15_10_53.742154Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 09:41:01', '151,146', 0, 0, '', '', NULL, '24', '', 450.00, 0, 405.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 09:41:01'),
(1371, 'The West Bengal Fire Services Act, 1950', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_06_07.514359Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 06:51:55', '149,146', 0, 0, '', '', NULL, '24', '', 350.00, 0, 315.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 06:51:55'),
(1390, 'W.B. Apartment Ownership Act', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_41_56.988577Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 06:12:00', '151', 0, 0, '', '', NULL, '24', '', 200.00, 0, 180.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 06:12:00'),
(1372, 'The West Bengal Panchayat Act, 1973', '', '', '', '1st', 1, NULL, '827', '2023', '46', '2023-12-06_11_06_43.072667Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 06:54:39', '148,146', 0, 0, '', '', NULL, '24', '', 650.00, 0, 585.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 06:54:39'),
(1391, 'W.B. Co-operative Societies Act', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_43_25.654703Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 06:13:31', '150,146', 0, 0, '', '', NULL, '24', '', 200.00, 0, 180.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 06:13:31'),
(1373, 'West Bengal Minor Minerals Manual', '', '', '', '1st', 0, NULL, '827', '2023', '46', '2023-12-06_11_07_26.983093Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 06:56:38', '146', 0, 0, '', '', NULL, '24', '', 400.00, 0, 360.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 06:56:38'),
(1392, 'W.B. Co-operative Societives Rules', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_44_45.874551Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 06:14:53', '150,146', 0, 0, '', '', NULL, '24', '', 300.00, 0, 270.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 06:14:53'),
(1374, 'The West Bengal Apartment Ownership Act, 1972', '', '', '', '1st', 0, NULL, '827', '2023', '46', '2023-12-06_11_13_52.302743Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 06:58:26', '151', 0, 0, '', '', NULL, '24', '', 200.00, 0, 180.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 06:58:26'),
(1393, 'W.B. Court Fees Act & Suits Valuation Act', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_47_09.327106Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 06:17:19', '146', 0, 0, '', '', NULL, '24', '', 150.00, 0, 135.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 06:17:19'),
(1375, 'Clinical Establishment Act', '', '', '', '1st', 0, NULL, '827', '2023', '46', '2023-12-05_14_51_09.372637Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 07:00:55', '7,146', 0, 0, '', '', NULL, '24', '', 450.00, 0, 405.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 07:00:55'),
(1394, 'W.B. Estate Acquisition Act', '', '', '', '1st', 0, NULL, '829', '2023', '44', '2023-12-06_11_49_41.596416Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 06:19:51', '154,146', 0, 0, '', '', NULL, '24', '', 150.00, 0, 135.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 06:19:51'),
(1395, 'W.B. Land Reforms Act', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_51_15.238903Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 06:21:29', '31,146', 0, 0, '', '', NULL, '24', '', 200.00, 0, 180.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 06:21:29'),
(1376, 'Panchayat Election Act', '', '', '', '1st', 1, NULL, '827', '2023', '46', '2023-12-05_14_51_41.202284Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 07:11:56', '148,146', 0, 0, '', '', NULL, '24', '', 800.00, 0, 720.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 07:11:56'),
(1396, 'W.B. Minor Mineral Rules', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_11_58_29.756399Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 06:28:37', '146', 0, 0, '', '', NULL, '24', '', 450.00, 0, 405.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 06:28:37'),
(1377, 'Panchayat Act', '', '', '', '1st', 1, NULL, '827', '2023', '46', '2023-12-05_14_52_55.735195Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-05 07:13:43', '148,146', 1, 0, '', '', NULL, '24', '', 650.00, 0, 585.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-05 07:13:43'),
(1397, 'W.B. Motor Vehicles Rules', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_12_10_44.834992Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 06:40:56', '35,146', 1, 0, '', '', NULL, '24', '', 650.00, 0, 585.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 06:40:56'),
(1403, 'W.B. State Election Commission with Rules', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_16_09_11.162330Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 10:39:24', '123,146', 0, 0, '', '<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n', NULL, '24', '', 150.00, 0, 135.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 10:39:24'),
(1404, 'W.B. Thika Tenancy Manual', '', '', '', '1', 1, NULL, '829', '2023', '44', '2023-12-06_16_10_59.699619Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 10:41:10', '43,146', 0, 0, '', '', NULL, '24', '', 400.00, 0, 360.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 10:41:10'),
(1405, 'W.B. Town & Country Act', '', '', '', '1', 0, NULL, '829', '2023', '44', '2023-12-06_16_12_40.887269Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 10:42:46', '89,146', 0, 0, '', '', NULL, '24', '', 200.00, 0, 180.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 10:42:46'),
(1406, 'W.B. Land & Land Reforms Manual 1991', '', '', '', '1', 1, NULL, '829', '2023', '44', '2023-12-06_16_14_51.195324Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 10:45:00', '146,31', 0, 0, '', '', NULL, '24', '', 400.00, 0, 360.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 10:45:00'),
(1407, 'W.B. Maintenance of Public Order Act', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-06_16_18_20.744708Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-06 10:48:31', '34,146', 1, 0, '', '', NULL, '24', '', 250.00, 0, 225.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-06 10:48:31'),
(1408, 'W.B. Protection of Interest of Depositor 2013', '', '', '', '1st', 1, NULL, '829', '2023', '44', '2023-12-07_10_36_41.034569Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-07 05:06:49', '89,146', 0, 0, '', '', NULL, '24', '', 300.00, 0, 270.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-07 05:06:49'),
(1409, 'W.B. Real Estate Rules 2021', '', '', '', '1', 1, NULL, '829', '2023', '44', '2023-12-07_10_38_10.796616Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-07 05:08:14', '132,146', 0, 0, '', '', NULL, '24', '', 395.00, 0, 355.50, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-07 05:08:14'),
(1410, 'W.B. Fire Services Act 1950', '', '', '', '1', 1, NULL, '829', '2023', '44', '2023-12-07_10_39_20.004338Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-07 05:09:20', '149,146', 0, 0, '', '', NULL, '24', '', 350.00, 0, 315.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-07 05:09:20'),
(1411, 'W.B. Clinical Establishment Act', '', '', '', '1', 1, NULL, '829', '2023', '44', '2023-12-07_10_41_11.066657Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-07 05:11:23', '89,13,146,89,13,146', 0, 0, '', '', NULL, '24,24', '', 600.00, 0, 540.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-07 05:11:23'),
(1412, 'West Bengal Land Reforms Act, 1955', '', '', '', '1st', 1, NULL, '828', '2023', '47', '2023-12-08_10_33_33.592599Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-08 05:04:00', '31,146', 0, 0, '', '', NULL, '24', '', 185.00, 0, 166.50, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-08 05:04:00'),
(1413, 'West Bengal Apartment Ownership Act, 1972', '', '', '', '1st', 1, NULL, '828', '2023', '47', '2023-12-08_10_36_47.906548Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-08 05:06:55', '151', 0, 0, '', '', NULL, '24', '', 125.00, 0, 112.50, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-08 05:06:55'),
(1414, 'West Bengal Premises Tenancy Act, 1997', '', '', '', '1st', 0, NULL, '828,828', '2023', '47', '2023-12-08_10_38_21.167458Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-08 05:08:24', '43,132,146,43,132,146', 0, 0, '', '', NULL, '24,24', '', 125.00, 0, 112.50, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-08 05:08:24');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1415, 'West Bengal Municipal Act', '', '', '', '1st', 1, NULL, '828', '2023', '47', '2023-12-08_10_39_33.143652Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-08 05:09:42', '146', 0, 0, '', '', NULL, '24', '', 495.00, 0, 445.50, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-08 05:09:42'),
(1416, 'West Bengal Municipal Building Rules, 2007', '', '', '', '1st', 1, NULL, '828,828', '2023', '47', '2023-12-08_10_41_12.348955Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-08 05:11:23', '151,132,146,151,132,146', 0, 0, '', '', NULL, '24,24', '', 300.00, 0, 270.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-08 05:11:23'),
(1417, 'Kolkata Municipal Corporation Act', '', '', '', '1st', 0, NULL, '828', '2023', '47', '2023-12-08_10_42_52.159474Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-08 05:12:56', '151', 0, 0, '', '', NULL, '24', '', 795.00, 0, 715.50, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-08 05:12:56'),
(1418, 'Kolkata Municipal Corporation Building Riules', '', '', '', '1st', 0, NULL, '828', '2023', '47', '2023-12-08_10_46_55.159223Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-08 05:16:59', '151', 0, 0, '', '', NULL, '24', '', 250.00, 0, 225.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-08 05:16:59'),
(1419, 'West Bengal Municipal Corporation Act, 2006', '', '', '', '1st', 0, NULL, '828', '2023', '47', '2023-12-08_10_48_45.141958Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-08 05:18:46', '151,146', 0, 0, '', '', NULL, '24', '', 450.00, 0, 405.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-08 05:18:46'),
(1420, 'West Bengal Thika Tenancy Act, 2001', '', '', '', '1st', 0, NULL, '828', '2023', '47', '2023-12-08_10_50_11.793780Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-08 05:20:13', '146,43', 0, 0, '', '', NULL, '24', '', 375.00, 0, 337.50, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-08 05:20:13'),
(1421, 'West Bengal Co-operative Societies Law (Act & Rules)', '', '', '', '1st', 0, NULL, '828,828', '2023', '47', '2023-12-08_10_51_43.745270Bare_Act_Cover_(Demy)_copy.jpg', 0, '100', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2023-12-08 05:21:46', '150,146,150,146', 0, 0, '', '', NULL, '24,24', '', 500.00, 0, 450.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2023-12-08 05:21:46'),
(1422, 'EBC\'s Combo of New Criminal Major Bare Acts', '', '<p><strong>The most accurate publication on these New Acts as passed by the Parliament and assented to by the President of India, along with</strong>:<br />\nHighlights of the New Acts<br />\nStatement of Objects and Reasons<br />\nComparative Tables of Old and New Sections<br />\nTables of New Provisions Added and Old Provisions Deleted<br />\nCogent and Relevant Case-Law<br />\nAuthentic and Reliable<br />\nSystematic Publishing &amp; High-Class Printing on Superior Paper</p>\n\n<ol>\n</ol>\n', '<p><strong>Key highlights of Bharatiya Nyaya Sanhita 2023:</strong></p>\n\n<ol>\n	<li>Comparative Table to Penal Code, 1860</li>\n	<li>Provisions introduced in Bharatiya Nyaya Sanhita, 2023</li>\n	<li>Provisions of Penal Code, 1860 omitted in Bharatiya Nyaya Sanhita, 2023</li>\n	<li>Case Law</li>\n</ol>\n\n<p><strong>Key highlights of Bharatiya Nagarik Suraksha Sanhita 2023:</strong></p>\n\n<ol>\n	<li>Comparative Table to Criminal Procedure Code, 1973</li>\n	<li>Provisions introduced in Bharatiya Nagarik Suraksha Sanhita, 2023</li>\n	<li>Provisions of Criminal Procedure Code, 1973 omitted in Bharatiya Nagarik Suraksha Sanhita, 2023</li>\n	<li>Guidelines of Supreme Court on Bail in-<br />\n	<em>Satender kumar Antil v. CBI, (2021) &amp;<br />\n	Mohd. Asfak Alam v. State of Jharkhand, (2023)</em></li>\n	<li>Case Law</li>\n	<li>Topic Guide</li>\n</ol>\n\n<p><strong>Key highlights of Bharatiya Sakshya Adhiniyam, 2023:</strong></p>\n\n<ol>\n	<li>Comparative Table to Evidence Act, 1872</li>\n	<li>Provisions introducted in Bharatiya Sakshya Adhiniyam, 2023</li>\n	<li>Provisions of Evidence Act, 1872 omitted in Bharatiya Sakshya Adhiniyam, 2023</li>\n	<li>Case Law</li>\n</ol>\n', '1st', 1, NULL, '810', '2024', '9', '2024-01-10_12_25_35.682141EBC_COMBO_copy.jpg', 0, '522', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2024-01-10 06:58:48', '12', 1, 0, '', '', NULL, '24', '', 955.00, 0, 715.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 240.00, '2024-01-10 06:58:48'),
(1423, 'Bharatiya Nagarik Suraksha Sanhita, 2023', '', '<p><strong>The most accurate publication on these New Acts as passed by the Parliament and assented to by the President of India, along with:</strong><br />\n&diams; Highlights of the New Acts<br />\n&diams; Statement of Objects and Reasons<br />\n&diams; Comparative Tables of Old and New Sections<br />\n&diams; Tables of New Provisions Added and Old Provisions Deleted<br />\n&diams; Cogent and Relevant Case-Law<br />\n&diams;&nbsp;<span style=\"font-size:1.4rem\">Authentic and Reliable</span><br />\n&diams; S<span style=\"font-size:1.4rem\">ystematic Publishing &amp; High-Class Printing on Superior Paper</span></p>\n\n<ol>\n</ol>\n', '<p><strong>Key highlights of Bharatiya Nagarik Suraksha Sanhita 2023:</strong></p>\n\n<ol>\n	<li>Comparative Table to Criminal Procedure Code, 1973</li>\n	<li>Provisions introduced in Bharatiya Nagarik Suraksha Sanhita, 2023</li>\n	<li>Provisions of Criminal Procedure Code, 1973 omitted in Bharatiya Nagarik Suraksha Sanhita, 2023</li>\n	<li>Guidelines of Supreme Court on Bail in-<br />\n	<em>Satender kumar Antil v. CBI, (2021) &amp;<br />\n	Mohd. Asfak Alam v. State of Jharkhand, (2023)</em></li>\n	<li>Case Law</li>\n	<li>Topic Guide</li>\n</ol>\n', '1st', 1, NULL, '810', '2024', '9', '2024-01-10_12_36_57.031284EBC_01.jpg', 0, '320', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2024-01-10 07:08:12', '12', 1, 0, '', '', NULL, '24', '', 445.00, 0, 335.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 110.00, '2024-01-10 07:08:12'),
(1424, 'Bharatiya Nyaya Sanhita, 2023', '', '<p>The most accurate publication on these New Acts as passed by the Parliament and assented to by the President of India, along with:<br />\n&diams; Highlights of the New Acts<br />\n&diams; Statement of Objects and Reasons<br />\n&diams; Comparative Tables of Old and New Sections<br />\n&diams; Tables of New Provisions Added and Old Provisions Deleted<br />\n&diams; Cogent and Relevant Case-Law<br />\n&diams; Authentic and Reliable<br />\n&diams; Systematic Publishing &amp; High-Class Printing on Superior Paper</p>\n\n<ol>\n</ol>\n', '<p><strong>Key highlights of Bharatiya Nyaya Sanhita 2023:</strong></p>\n\n<ol>\n	<li>Comparative Table to Penal Code, 1860</li>\n	<li>Provisions introduced in Bharatiya Nyaya Sanhita, 2023</li>\n	<li>Provisions of Penal Code, 1860 omitted in Bharatiya Nyaya Sanhita, 2023</li>\n	<li>Case Law</li>\n</ol>\n', '1st', 1, NULL, '810', '2024', '9', '2024-01-10_12_42_37.212417EBC.jpg', 0, '140', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2024-01-10 07:13:15', '12', 1, 0, '', '', NULL, '24', '', 315.00, 0, 255.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 60.00, '2024-01-10 07:13:15'),
(1425, 'Bharatiya Sakshya Adhiniyam, 2023', '', '<p><strong>The most accurate publication on these New Acts as passed by the Parliament and assented to by the President of India, along with:</strong><br />\n&diams; Highlights of the New Acts<br />\n&diams; Statement of Objects and Reasons<br />\n&diams; Comparative Tables of Old and New Sections<br />\n&diams; Tables of New Provisions Added and Old Provisions Deleted<br />\n&diams; Cogent and Relevant Case-Law<br />\n&diams; Authentic and Reliable<br />\n&diams; Systematic Publishing &amp; High-Class Printing on Superior Paper</p>\n\n<ol>\n</ol>\n', '<p><strong>Key highlights of Bharatiya Sakshya Adhiniyam, 2023:</strong></p>\n\n<ol>\n	<li>Comparative Table to Evidence Act, 1872</li>\n	<li>Provisions introducted in Bharatiya Sakshya Adhiniyam, 2023</li>\n	<li>Provisions of Evidence Act, 1872 omitted in Bharatiya Sakshya Adhiniyam, 2023\n	<ol>\n		<li>Case Law</li>\n	</ol>\n	</li>\n</ol>\n', '1st', 1, NULL, '810,810', '2024', '9', '2024-01-10_12_47_52.211182EBC.jpg', 0, '62', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2024-01-10 07:19:23', '12,12', 1, 0, '', '', NULL, '24,24', '', 195.00, 0, 160.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 35.00, '2024-01-10 07:19:23'),
(1426, 'Criminal Manual', '', '<p>This edition of the Criminal Manual contains three major Acts, Nagarik Suraksha Sanhita, 2023 [Criminal Procedure], Nyaya Sanhita, 2023 [Offences, Penalties and Punishments] and Sakshya Adhiniyam, 2023 [Evidence] along with Key Highlights of the Acts, Comparative Tables between new Criminal Laws and IPC, CrPC and Evidence Act, Case Laws, List of New Provisions inserted and Provisions Omitted in New Criminal Laws along with Overview of Criminal Law Reforms, 2023 by Manisha Karia, Advocate-on-Record.</p>\n', '<p><strong>The most accurate publication on these New Acts as passed by the Parliament and assented to by the President of India, along with:</strong><br />\n&diams; Highlights of the New Acts<br />\n&diams; Statement of Objects and Reasons<br />\n&diams; Comparative Tables of Old and New Sections<br />\n&diams; Tables of New Provisions Added and Old Provisions Deleted<br />\n&diams; Cogent and Relevant Case-Law<br />\n&diams; Authentic and Reliable<br />\n&diams; Systematic Publishing &amp; High-Class Printing on Superior Paper</p>\n', '1st', 0, NULL, '810', '2024', '9', '2024-01-10_12_57_11.642492CM.jpg', 0, '864', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2024-01-10 07:28:57', '12', 1, 0, '', '', NULL, '2,24', '', 1095.00, 0, 820.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 275.00, '2024-01-10 07:28:57'),
(1427, 'New Criminal Major Acts', '', '<p>This book provides a comprehensive guide to India&#39;s recent changes in Criminal Laws, structured into three divisions &ndash; Bharatiya Nyaya Sanhita (BNS), Bharatiya Nagrik Suraksha Sanhita (BNSS), and Bharatiya Sakshaya Adhiniyam (BSA). It offers a detailed comparison with historical laws, complete with tables, section key, subject index, and additional resources, including committee reports and speeches.</p>\n', '', '1st', 0, '9789357785617', '808', '2024', '10', '2024-01-10_13_07_10.367457cma.jpg', 0, '1394', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2024-01-10 07:38:13', '12', 1, 0, '', '', NULL, '2,24', '', 950.00, 0, 760.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 190.00, '2024-01-10 07:38:13'),
(1428, 'Criminology, Penology and Victimology [Ahmad Siddique\'s]', '', '<p>The present eighth edition of the immensely popular and authoritative work,&nbsp;<em><strong>Ahmad Siddique&#39;s Criminology, Penology and Victimology,</strong></em>&nbsp;has been thoroughly revised and updated in light of the latest developments in the subject.<br />\nIn this eighth edition, the author has meticulously revised and updated every facet of the book to ensure that it remains a reliable guide through the intricate web of criminological studies. The aim has been to integrate the latest developments in the field, emphasizing the importance of evidence-based policymaking and its impact on the study of criminology.<br />\nThe author has discussed crime in the Indian context with explanation of crime from individualistic to environmental approach. Problems like organised crime, white collar crime, sex offences, drug abuse, female criminality, etc. have been exhaustively dealt with. The penology issues like prison reforms, probation and juvenile justice have also been discussed. The subject of victimology has been updated in light of global changes in this area. The work examines the police and the legal set-up.</p>\n', '<p><strong>Notable features:</strong><br />\nUnder Prison reforms, the Tokyo Rules, the Nelson Mandela Rules and the Model Prison Manual 2016 discussed.<br />\nNew topics like honour killing, euthanasia, cyber crimes included.<br />\nProvisions of the Criminal Law (Amendment) Act, 2013 included.<br />\nRecent decisions of the Supreme Court and High Court included.<br />\nThe book will prove to be immensely useful to students of law, judiciary, practitioners, researchers, police officers, and for correctional and probation services personnel.</p>\n', '8th', 1, '9788119114542', '831', '2024 (Eighth Edition)', '9', '2024-02-22_11_47_28.861540Ahmad-Siddique-Criminology-Penology-and-Victimology-front-cover.png', 0, '608', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2024-02-22 06:19:17', '12', 0, 0, '<p><strong>Table of Contents</strong>:<br />\nTable of Cases<br />\n<strong>Part I - CRIME AND CRIMINOLOGY</strong><br />\nCrime and Criminology<br />\nExplanation of Crime: Individualistic Approaches<br />\nExplanation of Crime: Environmental Approaches<br />\nAdministration of Criminal Law<br />\nPre-trial Procedures and Criminal Law<br />\nThe Police<br />\nPrevention of Crime<br />\nWhite-Collar Crime and Privileged Class Deviance<br />\nOrganized Crime<br />\nViolence<br />\nFemale Criminality and Juvenile Delinquency<br />\nSex Offences, Prostitution, Abortion and Euthanasia<br />\nAlcoholism and Drug Abuse</p>\n\n<p><strong>Part II - PENOLOGY</strong><br />\nReaction to Crime: Punitive Approaches<br />\nTherapeutic Approach: Prison Reform<br />\nTherapeutic Approach: Probation and Flexible Techniques<br />\nSentencing: Process and Policies</p>\n\n<p><strong>Part III - VICTIMOLOGY</strong><br />\nVictim and Crime - A Cross Road<br />\nVictims and The State</p>\n\n<p><strong>Subject Index</strong></p>\n', '', NULL, '2', '', 795.00, 0, 675.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 120.00, '2024-02-22 06:19:17'),
(1429, 'Universal\'s Criminal Manual, Edition 2025', 'Containing : Bharatiya Nagarik Suraksha Sanhita, Bharatiya Nyaya Sanhita, Bharatiya Sakshya Adhiniyam 2023', '<p><strong>Containing :</strong><br />\nBharatiya Nagarik Suraksha Sanhita, 2023 (46 of 2023)<br />\nBharatiya Nyaya Sanhita, 2023 (45 of 2023)<br />\nBharatiya Sakshya Adhiniyam, 2023 (47 of 2023)</p>\n', '', '1st', 0, '9788119403769', '735', '2025', '40', '2024-03-06_10_51_36.919089ULP_Criminal_Manual.jpg', 0, '800', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 1, 1, '2024-03-06 05:22:38', '12', 0, 0, '', '', NULL, '24', '', 1050.00, 0, 825.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 225.00, '2024-03-06 05:22:38'),
(1472, 'Mustill & Boyd: Commercial and Investor State Arbitration', '', '<p>Mustill &amp; Boyd remains the classic, standard work on its subject.</p>\n\n<p>This invaluable title includes in-depth discussion from an international perspective of the principles of commercial arbitration (and investment-state arbitration) with a principal focus on English law and practice but with extensive reference to the law of other major arbitral jurisdictions, including Singapore, Hong Kong, France and Australia, and to the rules of major arbitral institutions.</p>\n\n<p>It combines expert commentary on the origins, essence and characteristics of the Arbitration Act 1996 with practical guidance on the application of the Act both in arbitration and in court. The commentary seeks to identify, analyse and offer answers to points of potential controversy. It discusses the forthcoming amendments to the Arbitration Act 1996 in the Arbitration Bill 2024 which followed on from the Law Commission review of the arbitration law of England, Wales and Northern Ireland.</p>\n\n<p>Over twenty years have passed since the Companion to the Second Edition was published, this new edition has been completely rewritten to reflect expert consideration of the latest case law and proposed statutory reforms, while at the same time seeking to preserve the analytical strength and comprehensiveness of treatment which made the first two editions of this book an invaluable treatment of this important subject. In addition, the book now includes chapters considering the particular characteristics of institutional arbitration, and three chapters addressing investor-state dispute resolution, which has become increasingly important over the two decades since the 2001 Companion.</p>\n', '', '3rd', 0, '9781405719629', '850', '2024', '14', '2025-03-28_16_59_46.876006mustil.jpg', 0, '1062', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-28 11:31:40', '4', 0, 0, '', '', NULL, '1,25', '', 51210.00, 0, 40455.90, 0, 0, 0.00, 0, 0.00, 21.00, 0.00, 0.00, '2025-10-27 02:43:55'),
(1473, 'De Smith Judicial Review', '', '<p>Covers the history, theoretical foundations and principles of judicial review.<br />\nDeals comprehensively with all grounds of challenge, including illegality, procedural impropriety, substantive review, Convention rights and grounds based on retained EU law<br />\nClarifies complex changes in substantive review, as a result of recent Supreme Court cases including the use of Parliamentary materials in assessing proportionality (SC), challenges based on policies (A), significant cases on devolution concerning referenda and the Ireland/Northern Ireland Protocol; and the impact of the Windsor Framework on Northern Ireland.<br />\nSets out the context of judicial review and its scope, considering at the outset a number of issues which guide De Smith&rsquo;s approach.<br />\nConsiders other possible avenues of redress for aggrieved citizens.<br />\nExamines those who may initiate a claim for judicial review (claimants); who have a right to be a party (interested parties) and those who may seek permission from the court to make submissions as interveners.<br />\nIncludes full coverage of procedures and remedies, including new suspended quashing orders and the increased emphasis on procedural rigour before the Administrative Court.<br />\nConsiders reform proposals including the Bill of Rights Bill.<br />\nIncludes comparative material from other leading common law jurisdictions.</p>\n', '', '9th', 0, '9788197967122', '849', '2025', '3', '2025-03-28_17_07_52.236373judicoal_review.jpg', 0, '1300', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-28 11:39:00', '9', 0, 0, '', '', NULL, '25,1', '', 14450.00, 0, 11560.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2026-05-13 12:20:11'),
(1474, 'Dr P C Markanda: Arbitration - Step by Step', '', '<p>The book guides the reader through the entire process of arbitration &ndash; starting from framing of an arbitration agreement till enforcement of an award. It contains practical guidelines on how to avoid pitfalls in the arbitration process and how to ensure that it is an expedient, cost effective method of resolution of disputes.&nbsp;</p>\n\n<p>The book comprises of 16 Chapters, each dealing with a specific topic.&nbsp; It provides the readers the true import and meaning of various provisions of the Arbitration and Conciliation Act, 1996, as well as the Amending Acts.</p>\n\n<p>The book guides the reader through the entire process of arbitration &ndash; starting from framing of an arbitration agreement till enforcement of an award. It contains practical guidelines on how to avoid pitfalls in the arbitration process and how to ensure that it is an expedient, cost effective method of resolution of disputes.&nbsp;</p>\n\n<p>The book comprises of 16 Chapters, each dealing with a specific topic.&nbsp; It provides the readers the true import and meaning of various provisions of the Arbitration and Conciliation Act, 1996, as well as the Amending Acts.</p>\n', '<p>A thematic commentary on Arbitration and Conciliation Act, 1996, the book delves into the procedures and practices of arbitration in India<br />\nFocuses on practical aspects of arbitral proceedings and highlights the pitfalls in its smooth conduct<br />\nGives a detailed discussion on features of the Amending Acts, 2015, 2019 and 2021<br />\nIncludes notable cases like Re Interplay between Arbitration Agreements under the Arbitration and Conciliation Act, 1996 and the Indian Stamp Act, 1899; SBI General Insurance Co Ltd v Krish Spinning; Oil and Natural Gas Corp Ltd v Afcons Gunanusa JV; Delhi Metro Rail Corporation Ltd v Delhi Airport Metro Express Pvt Ltd etc.&nbsp;&nbsp;<br />\nThe book is essential for professionals in arbitration and mediation, including advocates, law firms, judges, corporate counsels, judicial academies, ADR institutions, and industry councils<br />\nA thematic commentary on Arbitration and Conciliation Act, 1996, the book delves into the procedures and practices of arbitration in India<br />\nFocuses on practical aspects of arbitral proceedings and highlights the pitfalls in its smooth conduct<br />\nGives a detailed discussion on features of the Amending Acts, 2015, 2019 and 2021<br />\nIncludes notable cases like Re Interplay between Arbitration Agreements under the Arbitration and Conciliation Act, 1996 and the Indian Stamp Act, 1899; SBI General Insurance Co Ltd v Krish Spinning; Oil and Natural Gas Corp Ltd v Afcons Gunanusa JV; Delhi Metro Rail Corporation Ltd v Delhi Airport Metro Express Pvt Ltd etc.&nbsp;&nbsp;<br />\nThe book is essential for professionals in arbitration and mediation, including advocates, law firms, judges, corporate counsels, judicial academies, ADR institutions, and industry councils</p>\n', '4th', 0, '9788197414220', '629', '2024', '14', '2025-03-28_17_20_37.729041markanda_arbitration.jpg', 0, '1200', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-28 11:51:22', '4,157', 0, 0, '', '', NULL, '1', '', 1995.00, 0, 1596.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-28 11:51:22'),
(1475, 'Juvenile Justice in Asia', '', '<p>This book offers a profound exploration of a multifaceted and often misunderstood aspect of the legal system. Asia, with its diverse cultures and socioeconomic dynamics, presents a unique backdrop for examining the complexities surrounding juvenile justice.</p>\n\n<p>The book delves into a comparative analysis of the diverse approaches to dealing with young offenders, shedding light on both the successes and challenges faced by five countries in question: India, Taiwan, China, Taiwan and Malaysia. It provides critical insights into the factors that contribute to juvenile delinquency in these countries, ranging from cultural pressures to economic disparities. Moreover, the book underlines the importance of rehabilitation and restorative justice over punitive measures, advocating for a more compassionate and effective approach towards young offenders. In a world where the treatment of young offenders is a matter of paramount importance, this book serves as an invaluable resource for policymakers, scholars and anyone interested in understanding the intricate web of issues surrounding juvenile justice in Asia. It calls for a re-evaluation of our approach and urges us to strive for a more equitable and rehabilitative system that offers young offenders a chance at redemption and a brighter future.</p>\n', '', '1st', 0, '9789393702975', '851', '2024', '11', '2025-03-28_17_25_18.829649j_justice_in_asia.jpg', 0, '222', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2025-03-28 11:56:00', '91', 0, 1, '', '', NULL, '1', '', 825.00, 0, 701.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 05:38:30'),
(1476, 'Inclusive Wealth Generation Through IP Commercialization', '', '<p>This book demonstrates recent research and scholarly work of experts in Intellectual Property in 23 chapters ranging from all areas of IP. The various chapters depict the changing dimensions of IP in the modern world. The discussions engage with various IP issues and their interaction, ranging from Traditional Knowledge to Artificial Intelligence that has sparked significant changes at the local, national and global level. The book will adequately bridges the knowledge gap between the contents of a standard book on IP and the changes various IP has undergone in recent years.This book demonstrates recent research and scholarly work of experts in Intellectual Property in 23 chapters ranging from all areas of IP. The various chapters depict the changing dimensions of IP in the modern world. The discussions engage with various IP issues and their interaction, ranging from Traditional Knowledge to Artificial Intelligence that has sparked significant changes at the local, national and global level. The book will adequately bridges the knowledge gap between the contents of a standard book on IP and the changes various IP has undergone in recent years.</p>\n', '', '1st', 0, '9789395696579', '852', '2024', '11', '2025-03-28_17_32_23.763364inclusive.jpg', 0, '428', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-28 12:02:56', '96,7', 0, 1, '', '', NULL, '1', '', 1500.00, 0, 1275.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-05 11:41:40'),
(1477, 'The Emerging Trends in the Consumer Law', '', '<p>The Emerging Trends in the Consumer Law focuses around the execution and utilisation of consumer protection regulations to identify common features and most effective methods. The volume contains more than 20 pieces contributed by several law schools, offering an extensive examination of the current state of consumer law in India. The book explores the potential of the Consumer Protection Act, 2019 to enhance efficiency and safeguard consumer rights. Additionally, it provides recommendations for future development of existing consumer practices. This text explores the economic elements that can be used to evaluate the effectiveness of alternative enforcement techniques. It also contends that in today?s digital age there is a strong argument for the increased importance of successful enforcement of consumer laws. In this perspective, this timely publication is beneficial to individuals in various roles, including educators, learners, scholars, legal professionals, advocates, and decision-makers involved in the field of consumer protection.The Emerging Trends in the Consumer Law focuses around the execution and utilisation of consumer protection regulations to identify common features and most effective methods. The volume contains more than 20 pieces contributed by several law schools, offering an extensive examination of the current state of consumer law in India. The book explores the potential of the Consumer Protection Act, 2019 to enhance efficiency and safeguard consumer rights. Additionally, it provides recommendations for future development of existing consumer practices. This text explores the economic elements that can be used to evaluate the effectiveness of alternative enforcement techniques. It also contends that in today?s digital age there is a strong argument for the increased importance of successful enforcement of consumer laws. In this perspective, this timely publication is beneficial to individuals in various roles, including educators, learners, scholars, legal professionals, advocates, and decision-makers involved in the field of consumer protection.</p>\n', '<ol>\n	<li>Discusses the emergence of globalised market economy</li>\n	<li>Compares consumer protection law and competition law</li>\n	<li>Covers all punitive measures under the consumer laws</li>\n	<li>Analyses food rights in comparison with animal rights</li>\n	<li>Clarifies contemporary rights of homebuyers and real estate regulations</li>\n	<li>Focuses on every legal issue on product liability and service providers</li>\n	<li>Outlines the rights of consumers of e-commerce, banks, electricity and rural areas</li>\n	<li>Introduces new adjudication systems including mediation.</li>\n	<li>Discusses the emergence of globalised market economy</li>\n	<li>Compares consumer protection law and competition law</li>\n	<li>Covers all punitive measures under the consumer laws</li>\n	<li>Analyses food rights in comparison with animal rights</li>\n	<li>Clarifies contemporary rights of homebuyers and real estate regulations</li>\n	<li>Focuses on every legal issue on product liability and service providers</li>\n	<li>Outlines the rights of consumers of e-commerce, banks, electricity and rural areas</li>\n	<li>Introduces new adjudication systems including mediation.</li>\n</ol>\n', '1st', 0, '9788197806575', '853', '2024', '11', '2025-03-28_17_36_42.328477the_emerging_trends.jpg', 0, '504', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2025-03-28 12:07:08', '87', 0, 1, '', '', NULL, '1', '', 1775.00, 0, 1420.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2026-05-06 05:19:34'),
(1478, 'Artificial Intelligence and Constitutionalism: The Challenges', '', '<p>&quot;Artificial Intelligence and the Legal Landscape&quot; delves into the transformative role of AI in the legal domain. The book is meticulously organized into two sections:</p>\n\n<ol>\n	<li><strong>Interplay of AI and Constitutionalism:</strong>&nbsp;This section discusses foundational principles, exploring the intersections between AI and constitutional values.</li>\n	<li><strong>Critical Legal Concerns:</strong>&nbsp;Focused on pragmatic issues, it examines the legal challenges and opportunities posed by AI technologies in diverse contexts.</li>\n</ol>\n\n<p>The collection features contributions from esteemed scholars and practitioners, offering varied perspectives on the influence of AI on law. Comparative analyses by authors from the United States and Canada enrich the discourse, highlighting shared challenges and unique national considerations.</p>\n\n<p>The contributors evaluate current legal frameworks and propose forward-looking strategies to ensure AI&#39;s integration aligns with constitutional ethics and societal needs.</p>\n\n<p>&quot;Artificial Intelligence and the Legal Landscape&quot; delves into the transformative role of AI in the legal domain. The book is meticulously organized into two sections:</p>\n\n<ol>\n	<li><strong>Interplay of AI and Constitutionalism:</strong>&nbsp;This section discusses foundational principles, exploring the intersections between AI and constitutional values.</li>\n	<li><strong>Critical Legal Concerns:</strong>&nbsp;Focused on pragmatic issues, it examines the legal challenges and opportunities posed by AI technologies in diverse contexts.</li>\n</ol>\n\n<p>The collection features contributions from esteemed scholars and practitioners, offering varied perspectives on the influence of AI on law. Comparative analyses by authors from the United States and Canada enrich the discourse, highlighting shared challenges and unique national considerations.</p>\n\n<p>The contributors evaluate current legal frameworks and propose forward-looking strategies to ensure AI&#39;s integration aligns with constitutional ethics and societal needs.</p>\n', '', '1st', 0, '9788197939297', '854', '2024', '50', '2025-03-28_17_42_09.817206ai.jpg', 0, '212', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-28 12:12:38', '27', 0, 0, '', '', NULL, '1', '', 695.00, 0, 590.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-28 12:12:38'),
(1479, 'Blockchain & The Law', '', '<p>Since Bitcoin appeared in 2009, the digital currency has been hailed as an Internet marvel and decried as the preferred transaction vehicle for all manner of criminals. It has left nearly everyone without a computer science degree confused: Just how do you &ldquo;mine&rdquo; money from ones and zeros?</p>\n\n<p>The answer lies in a technology called blockchain, which can be used for much more than Bitcoin. A general-purpose tool for creating secure, decentralized, peer-to-peer applications, blockchain technology has been compared to the Internet itself in both form and impact. Some have said this tool may change society as we know it. Blockchains are being used to create autonomous computer programs known as &ldquo;smart contracts,&rdquo; to expedite payments, to create financial instruments, to organize the exchange of data and information, and to facilitate interactions between humans and machines. The technology could affect governance itself, by supporting new organizational structures that promote more democratic and participatory decision making.</p>\n', '', '1st', 0, '9780674272194', '855', '2021', '51', '2025-03-29_14_09_40.314555blockchain.jpg', 0, '300', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-29 08:40:04', '27', 0, 0, '', '', NULL, '1,2', '', 799.00, 0, 639.20, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-29 08:40:04'),
(1480, 'Foundations of Indian Contract Law', '', '<p>This new volume analyses the central doctrines and concepts of Indian contract law and provides guidance on the interpretation of the Indian Contract Act 1872 by examining its historical, philosophical, and comparative foundations.</p>\n\n<p>Formed of 24 chapters and a conclusion by Professor Hugh Beale (former Commercial Law and Common Law Commissioner at the Law Commission of England and Wales), the volume presents an authoritative exposition of a branch of the law that is of considerable interest and great practical importance for practitioners, scholars, and students interested in Indian contract law.</p>\n', '<p>Analyses the central doctrines and concepts of Indian contract law; considers special contracts such as indemnities, guaranties, bailments, pledges, shareholder agreements and government contracts<br />\nConsiders the historical, philosophical, and comparative foundations of the Indian Contract Act 1872<br />\nEach chapter examines the current interpretation and legislative history of the relevant provision(s) of the Contract Act</p>\n', '1st', 0, '9780198975052', '856', '2025', '4', '2025-05-09_11_45_09.875677foundation.jpg', 0, '640', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-29 08:48:36', '10', 0, 0, '', '', NULL, '2,1', '', 3995.00, 0, 3196.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-29 08:48:36'),
(1481, 'Starke’s International Law', '', '', '', '11th', 1, '9780198702658', '41', '2013', '4', '2025-03-29_14_22_17.293171starke.jpg', 0, '660', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-29 08:52:49', '29', 0, 0, '', '', NULL, '2,1', '', 850.00, 0, 680.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-29 08:52:49'),
(1482, 'International Law', '', '<p>International Law&nbsp;by Malcolm N. Shaw has long been established as a leading authority in the field, offering a combination of clarity of expression and academic rigour, ensuring understanding and analysis in an engaging and authoritative style. Explaining the leading rules, practice and caselaw, this treatise retains and develops the detailed referencing which encourages and assists the reader in further study.</p>\n\n<p>This new edition has been fully updated to reflect recent developments. In particular, it has expanded the treatment of space law and of international economic law, and introduced new sections on cyber operations and cyber warfare, as well as reflecting the Covid-19 crisis. Both clarifying fundamental principles and facilitating additional research, International Law is invaluable for students and for those occupied in private practice, governmental service and international organisations.</p>\n', '<p>Comprehensive coverage includes general principles and practice, including key substantive fields today such as international economic law and international criminal law<br />\nExplains relevant theories and international practice clearly and thoroughly without overwhelming the reader</p>\n', '9th', 0, '9781009272186', '2', '2022', '16', '2025-03-29_14_26_27.790895international_law.jpg', 0, '1120', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-29 08:56:50', '29', 0, 0, '', '', NULL, '2,1', '', 1195.00, 0, 956.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-29 08:56:50'),
(1483, 'Jurisprudence: The Philosophy and Method of the Law', '', '<p>When Edgar Bodenheimers book, Jurisprudence: The Philosophy and Method of the Law, was published in 1962, it received extraordinary reviews. It was called by one commentator a profoundly scholarly, clearly written and thoroughly unpretentious contribution to the literature of jurisprudence. Because there have been significant developments in analytical jurisprudence and in the legal philosophy of values, Bodenheimer has brought his book up to date.</p>\n\n<p>Part I now includes a discussion of important recent contributions to jurisprudence. Part II has been largely rewritten to give more extensive consideration to the psychological roots of the need for order and quest for justice, the conceptual scope and substantive components of the notion of justice, and the criteria for validity of the law. Part III of Bodenheimers study is concerned with the problems of legal method and the modes of legal reasoning.</p>\n\n<p>When Edgar Bodenheimers book, Jurisprudence: The Philosophy and Method of the Law, was published in 1962, it received extraordinary reviews. It was called by one commentator a profoundly scholarly, clearly written and thoroughly unpretentious contribution to the literature of jurisprudence. Because there have been significant developments in analytical jurisprudence and in the legal philosophy of values, Bodenheimer has brought his book up to date.</p>\n\n<p>Part I now includes a discussion of important recent contributions to jurisprudence. Part II has been largely rewritten to give more extensive consideration to the psychological roots of the need for order and quest for justice, the conceptual scope and substantive components of the notion of justice, and the criteria for validity of the law. Part III of Bodenheimers study is concerned with the problems of legal method and the modes of legal reasoning.</p>\n', '', '1st', 0, '9780674237094', '858', '2018', '51', '2025-03-29_14_30_30.936271juris.jpg', 0, '476', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-29 09:00:52', '30', 0, 0, '', '', NULL, '1', '', 1495.00, 0, 1196.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-29 09:00:52'),
(1484, 'Idea and Methods of Legal Research', '', '<p>The book unearths the way in which thinking process is to be streamlined in research; the manner in which a theme is to be built, and the paths through which notions of objectivity, feminism, ethics and purposive character of knowledge are to be internalized in legal research. The proposed book has five components. The first part deals with general matters such as meaning, evolution, and scope of legal research; systematization of thinking process ; objectivity and ethics in legal research; and building a theme through an appropriate research plan. The second part engages with various ways through which doctrinal legal research can be conducted. This includes doctrinal, analytical, historical, comparative, and philosophical methods of conducting legal research. Part Three unravels discussion on non-doctrinal legal research by highlighting empirical, qualitative, and quantitative methods of legal research. It also catalogues the tools employed for non-doctrinal legal research and explains the method of using them. Part four takes to the fields where combination of doctrinal and non-doctrinal legal research can be attempted. Multi-method legal research, policy research, action research, and feminist legal research occupy this field. A point emphasized in various chapters is that legal research cannot afford to have compartmentalization of methods, and that the researcher has to be eclectic and inter-disciplinary in his approach. The final part reflects over the steps involved in research-based critical legal writing, as distinct from client-related or norm-creating legal writing.</p>\n', '', '1st', 0, '9780199493098', '412', '2019', '4', '2025-03-29_14_35_05.099549idea.jpg', 0, '627', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-29 09:05:19', '144', 0, 0, '', '', NULL, '1', '', 2195.00, 0, 1756.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-29 09:05:19'),
(1485, 'Ramanujan\'s Patent Law', 'An Comprehensive & Analytical Commentary', '<p><strong>Ramanujan&#39;s Patent Law&nbsp;</strong>offers a&nbsp;<strong>clear and accessible commentary</strong>&nbsp;on the&nbsp;<strong>legislative history and judicial precedents shaping patent law.</strong>&nbsp;The author provides a comparative analysis with developments in jurisdictions like the UK, USA, and Canada, offering a holistic perspective.<br />\n<em><strong>Designed for practitioners, judges, patent agents, academics, and scholars, this book simplifies complex concepts while addressing grey areas, making it an essential resource for understanding and applying patent law.</strong></em><br />\n<strong>Unlock the complexities of patent law with Ramanujan&#39;s Patent Law</strong>, a comprehensive and insightful guide by renowned intellectual property expert&nbsp;<strong><a href=\"https://www.oakbridge.in/writer/adarsh-ramanujan\">Adarsh Ramanujan, FCIArb</a></strong>. Perfect for legal professionals, law students, policymakers, and business leaders, this book offers an in-depth exploration of global and Indian patent law, its history, and its practical applications.<br />\nStructured across&nbsp;<strong>21 well-organized chapters,</strong>&nbsp;the book covers&nbsp;<strong>essential topics such as the evolution of Indian patent law from the Patent and Designs Act of 1911 to the Patent Act of 1970</strong>&nbsp;and its subsequent amendments.<br />\nIt provides a&nbsp;<strong>critical analysis of inventive steps, non-patentable subject matter, and emerging issues like Artificial Intelligence and Standard Essential Patents (SEPs).<br />\nWith a focus on actionable insights, the book also examines remedies, damages, and the interplay between SEPs and competition law,&nbsp;<strong>making it a must-read for patent litigators and innovators.<br />\nThe book emphasizes&nbsp;<strong>practical guidance, enriched with landmark case law, statutory analysis, and commentary on crucial issues&nbsp;</strong>such as the patent bargain theory, prior claiming, and technical advancements.</strong></strong><br />\n<strong>Whether you&#39;re preparing for patent litigation, managing intellectual property portfolios, or studying the latest developments in patent law, Ramanujan&#39;s Patent Law is your ultimate resource.</strong>&nbsp;Written in accessible language and enriched with expert insights, this book is designed to help you navigate the complex world of patents with ease and confidence</p>\n', '<p>Comprehensive coverage of Indian and international patent law.<br />\nDetailed discussions on Artificial Intelligence and patentability.<br />\nCritical analysis of case law and statutory amendments.<br />\nPractical insights for legal practitioners, academics, and policymakers.<br />\nEasy-to-understand language for readers at all levels.</p>\n', '1st', 0, '9788197413599', '497', '2024', '50', '2025-03-31_13_53_55.668243Patent_law.jpg', 0, '1084', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 08:24:23', '28', 0, 0, '', '', NULL, '1', '', 2995.00, 0, 2396.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-31 08:24:23'),
(1486, 'The Negotiable Instruments Act', '', '', '', '25th', 0, '9788177372939', '859', '2024', '35', '2025-03-31_14_02_31.896850ni_act.jpg', 0, '1320', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 08:32:33', '28', 0, 0, '', '', NULL, '1', '', 2795.00, 0, 2236.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-31 08:32:33'),
(1487, 'Right To Information Law', '', '', '<p>A thorough guide on right to information law.<br />\nComprehensive analysis of the Right to Information Act of 2005, along with the Rules, Guides, Circulars and Clarifications relating to the RTI Act.<br />\nThe book also throws light on Law of Media Freedom regarding topics such as Freedom of Press, Laws relating to News Papers, Media and Law of Defamation and Obscenity.<br />\nAllied Acts also included in the book such as Prevention of Corruption Act, 1988, and The Whistleblowers Protection Act, 2014, to name a few.<br />\nA thorough guide on right to information law.<br />\nComprehensive analysis of the Right to Information Act of 2005, along with the Rules, Guides, Circulars and Clarifications relating to the RTI Act.<br />\nThe book also throws light on Law of Media Freedom regarding topics such as Freedom of Press, Laws relating to News Papers, Media and Law of Defamation and Obscenity.<br />\nAllied Acts also included in the book such as Prevention of Corruption Act, 1988, and The Whistleblowers Protection Act, 2014, to name a few.</p>\n', '4th', 1, '9788119107223', '764', '2023', '52', '2025-03-31_14_08_54.733213RTI_Law.jpg', 0, '672', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 08:39:26', '99', 0, 0, '', '', NULL, '2,1', '', 765.00, 0, 650.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 08:39:26'),
(1488, 'Public International Law', '', '', '', '2nd', 1, '9789394739741', '764', '2024', '52', '2025-03-31_14_20_08.791673public.jpg', 0, '772', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 08:50:39', '29', 0, 0, '', '', NULL, '2', '', 990.00, 0, 841.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 08:50:39'),
(1489, 'Law of Limitation', '', '', '', '3rd', 1, '97893669612622', '861', '2025', '52', '2025-03-31_14_24_47.349143limitation.jpg', 0, '528', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 08:55:38', '32', 0, 0, '', '', NULL, '2', '', 720.00, 0, 612.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 08:55:38'),
(1490, 'Private International Law', '', '', '', '3rd', 1, '9788119107315', '764', '2024', '52', '2025-03-31_14_29_19.564478private_international_law.jpg', 0, '512', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 08:59:46', '26,29', 0, 0, '', '', NULL, '2', '', 695.00, 0, 590.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 08:59:46'),
(1491, 'All About Trusts & NGOs', '', '', '', '3rd', 0, '9788197469190', '862', '2024', '35', '2025-03-31_14_34_18.277554trust_NGO.jpg', 0, '808', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 09:04:55', '57', 0, 0, '<p><strong>Chapter 1 -&nbsp;</strong>Introduction<br />\n<strong>Chapter 2 -&nbsp;</strong>Procedure of Formation and Registration of Charitable and Religious Trusts and NGO<br />\n<strong>Chapter 3 -&nbsp;</strong>Provisions of Assessment of Trusts as per Income-tax Act<br />\n<strong>Chapter 4 -&nbsp;</strong>Other Procedural Compliances as per Trust Act<br />\n<strong>Chapter 5 -&nbsp;</strong>Procedural Compliances as per Societies Registration Act, 1860<br />\n<strong>Chapter 6 -&nbsp;</strong>Audit of Public Charitable Trusts under the Income Tax Act<br />\n<strong>Chapter 7 -&nbsp;</strong>Applicability of Foreign Contribution Regulation Act<br />\n<strong>Chapter 8 -&nbsp;</strong>Applicability of GST to Trusts, Society and Section 8 Company<br />\n<strong>Chapter 9 -&nbsp;</strong>Summary of some Landmark Judgments Related to Trust, Society and Section 8 Company</p>\n', '', NULL, '2', '', 1795.00, 0, 1525.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 09:04:55'),
(1492, 'Practical Guide to Special Economic Zones & Export Oriented Units', '(Incorporating GST Provisions)', '', '', '1st', 1, '9789348080493', '863', '2024', '35', '2025-03-31_14_51_22.055533SEZ.jpg', 0, '384', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 09:21:36', '96', 0, 0, '', '', NULL, '2', '', 995.00, 0, 845.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 09:21:36');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1493, 'Treatise on Related Party Transactions', 'Under the Companies Act, 2013 & SEBI (LODR) Regulations, 2015', '', '', '1st', 1, '9789348080714', '864', '2025', '35', '2025-03-31_15_08_11.208784treatise.jpg', 0, '296', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 09:38:13', '143', 0, 0, '<ul>\n	<li>Chapter 1 - Related Parties under Companies Act</li>\n	<li>Chapter 2 - Related Parties under SEBI LODR</li>\n	<li>Chapter 3 - Ind AS 24 (IAS 24): Related Parties</li>\n	<li>Chapter 4 - Declaration in Respect of Beneficial Interest in any Share</li>\n	<li>Chapter 5 - Promoter and Promoter Group</li>\n	<li>Chapter 6 - Related Party Transactions &ndash; under Companies Act and SEBI LODR</li>\n	<li>Chapter 7 - Omnibus Approval</li>\n	<li>Chapter 8 - Material Related Party Transactions</li>\n	<li>Chapter 9 - Disclosure of RPTs to the Stock Exchanges</li>\n	<li>Chapter 10 - Borrowing Powers of Directors of a Company</li>\n	<li>Chapter 11 - Loans and Investment by the Companies</li>\n	<li>Chapter 12 - Restriction on Non-Cash Transactions involving Directors</li>\n	<li>Chapter 13 - Material Subsidiary</li>\n	<li>Chapter 14 - Specimen Policy for Determining &#39;Material&#39; Subsidiary</li>\n	<li>Chapter 15 - Specimen Policy on Materiality of Related Party Transaction</li>\n	<li>Chapter 1 - Related Parties under Companies Act</li>\n	<li>Chapter 2 - Related Parties under SEBI LODR</li>\n	<li>Chapter 3 - Ind AS 24 (IAS 24): Related Parties</li>\n	<li>Chapter 4 - Declaration in Respect of Beneficial Interest in any Share</li>\n	<li>Chapter 5 - Promoter and Promoter Group</li>\n	<li>Chapter 6 - Related Party Transactions &ndash; under Companies Act and SEBI LODR</li>\n	<li>Chapter 7 - Omnibus Approval</li>\n	<li>Chapter 8 - Material Related Party Transactions</li>\n	<li>Chapter 9 - Disclosure of RPTs to the Stock Exchanges</li>\n	<li>Chapter 10 - Borrowing Powers of Directors of a Company</li>\n	<li>Chapter 11 - Loans and Investment by the Companies</li>\n	<li>Chapter 12 - Restriction on Non-Cash Transactions involving Directors</li>\n	<li>Chapter 13 - Material Subsidiary</li>\n	<li>Chapter 14 - Specimen Policy for Determining &#39;Material&#39; Subsidiary</li>\n	<li>Chapter 15 - Specimen Policy on Materiality of Related Party Transaction</li>\n</ul>\n', '', NULL, '2', '', 695.00, 0, 590.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 09:38:13'),
(1494, 'Human Rights Law', '', '', '', '3rd', 1, '9788119107322', '764', '2023', '52', '2025-03-31_15_11_30.295133human_rights.jpg', 0, '648', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 09:41:32', '26', 0, 0, '', '', NULL, '2', '', 720.00, 0, 612.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 09:41:32'),
(1495, 'An Introduction to Legal Research Methodology', '', '', '', '1st', 1, '9789366960708', '1', '2025', '52', '2025-03-31_15_14_34.842666legal.jpg', 0, '344', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 09:44:44', '30', 0, 0, '', '', NULL, '2', '', 450.00, 0, 382.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 09:44:44'),
(1496, 'Criminal Legal Drafting', 'As per New Criminal Acts (BNS, BNSS, BSA) [Legal drafts of daily use practice)', '<p>Affidavit Formats<br />\nApplication Formats<br />\nBail Application Formats<br />\nCriminal Appeal<br />\nCriminal Revision Petition<br />\nDishonour of Cheque<br />\nDomestic Violence<br />\nDraft Formats for District and Sessions Courts<br />\nFamily Court<br />\nJuvenile Justice Board Formats<br />\nJail Correspondence Formats<br />\nMaintenance<br />\nNotices/Miscellaneous Forms under BNSS<br />\nQuashing for FIR<br />\nAffidavit Formats<br />\nApplication Formats<br />\nBail Application Formats<br />\nCriminal Appeal<br />\nCriminal Revision Petition<br />\nDishonour of Cheque<br />\nDomestic Violence<br />\nDraft Formats for District and Sessions Courts<br />\nFamily Court<br />\nJuvenile Justice Board Formats<br />\nJail Correspondence Formats<br />\nMaintenance<br />\nNotices/Miscellaneous Forms under BNSS<br />\nQuashing for FIR</p>\n', '', '1st', 1, '9788198136343', '865', '2025', '33', '2025-03-31_15_20_42.831189criminal_drafting.jpg', 0, '456', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 09:51:05', '12', 0, 0, '', '', NULL, '1', '', 540.00, 0, 459.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 09:51:05'),
(1497, 'Criminal Legal Drafting ', '(Based on New Criminal Laws)', '', '', '1st', 1, '9789395939959', '866', '2025', '53', '2025-03-31_15_41_08.417178criminal_drafting-01.jpg', 0, '880', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 09:59:11', '12,49', 0, 0, '', '', NULL, '1', '', 850.00, 0, 722.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 09:59:11'),
(1498, 'Commentary on The Digital Personal Data Protection Act, 2023', '', '<p>Digital Personal Data Protection Act, 2023 is the first of its kind in India and involves the creation of an entirely new regulatory framework for the purpose of protection of a person&#39;s privacy from unwarranted invasion. It is a mix of technological aspect of information and legal aspect of information processing. The book contains 17 topic oriented chapters explaining the provisions of the Act in simple language with illustration drawn from the decisions of the Indian and foreign courts as also from the European Union General Data Protection Regulation, 2018<br />\n&bull; Chapter 1 is introductory explaining the concept of individual privacy as a fundamental right, historical development of the Digital Personal Data Protection Act, 2023, its salient features and its scheme.<br />\n&bull; Chapters 2, 3, 4, 5 and 6 are preliminary, explaining scope of Act and of various concepts which are core to the law of data protection, viz., the concepts of &ldquo;data&rdquo;, &ldquo; personal data&rdquo;, &ldquo; personal data and right to privacy&rdquo; (Chapter 2); &ldquo;digital data and digital technology&rdquo; (Chapter 3); &ldquo;information technology and processed information &ndash; a product&rdquo; (Chapter 4); &ldquo;personal data processing and internet technology&rdquo; (Chapter 5); and Chapter 6 dealing with the scope and applicability of the Act<br />\n&bull; Chapters 7, 8 and 9 deal with obligations of data fiduciary and rights of data principal and exemptions; Chapter 7 dealing with processing personal data with the consent of data principal for lawful purposes and legitimate needs, and Chapter 8 dealing with right to access information, right to correction and erasure right to grievance redressal and, right to nominate; Chapter 9 dealing with exemption from data processing for security and sovereignty of State.<br />\n&bull; Chapters 10 and 12 deal with Data Protection Board of India, its powers and functions (Chapter 10) and its power to impose penalty for significance of breach of duty (Chapter 12).<br />\n&bull; Chapter 11 deals with appeal and powers of appellate tribunal, alternate dispute resolution and voluntary undertaking.<br />\n&bull; Chapters 13, 14, 15 and 16 deal with miscellaneous provisions; Chapter 13 dealing with protection of action taken in good faith; Chapter 14 dealing with consistency of the DPDP Act with other laws, overriding in case of conflict; Chapter 15 dealing with bar of jurisdiction of civil court to entertain any suit or proceedings or to grant any injunction in respect of any action; Chapter 16 dealing with the power of Central Government to make rules, to remove difficulties, to issue directions.<br />\n&bull; Chapter 17 explains interpretative principles.</p>\n', '', '1st', 0, '9789356037229', '867', '2024', '34', '2025-03-31_15_36_41.173357digital_protection.jpg', 0, '254', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:07:06', '27', 0, 0, '', '', NULL, '2,1', '', 695.00, 0, 590.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 10:07:06'),
(1499, 'Legal GK For Competitive Examinations', 'Legal General Knowledge For Competitive Examinations', '', '', '1st', 1, '9788197061202', '868', '2025', '39', '2025-03-31_15_43_15.945473gk.jpg', 0, '280', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:13:48', '89', 0, 0, '', '', NULL, '2', '', 425.00, 0, 340.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-31 10:13:48'),
(1500, 'Outlines of Indian Legal and Constitutional History', '', '<p>Outlines of Indian Legal &amp; Constitutional History is a classic text authored by Professor MP Jain, one of the founders of the modern Indian legal education and research. For many years, Professor M P Jain&rsquo;s books and other writings on Indian legal history have been prescribed texts for students of law. The present (eighth) edition of this book has been written in narrative form and in an accessible style.</p>\n\n<p>Indian legal history stretches back at least 5000 years from what has thus far been studied, comprising the Hindu and the Muslim periods, and then the British, each of these early periods having had a distinctive legal system of its own. However, many of the legal institutions in the present day have originated and evolved during the British period, starting in the year 1600 and reformed in modern days. This book contains a concise, coordinated, integrated and coherent account of the important phases of the development and reforms of legal institutions in India&bull; A concise yet comprehensive account of Indian legal history</p>\n', '<ul>\n	<li>Contains various chapters on modern judicial system, from Privy Council to Supreme Court, high courts, development of law, personal laws, codification, law reform, law reporting and legal profession, legal education, development of constitutional law, criminal law, development of civil law, etc. with reference to case law and exhaustive commentary</li>\n	<li>Present edition has been thoroughly updated and revised with contemporary developments, recent amendments, and important case law</li>\n	<li>Essential reference aid for law students, researchers, academicians, judges, advocates, and people preparing for competitive examinations.</li>\n</ul>\n', '8th', 1, '9789391211790', '226', '2022', '14', '2025-03-31_15_50_04.593497legal_history.jpg', 0, '1120', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:21:00', '9', 0, 0, '', '', NULL, '2', '', 1195.00, 0, 991.85, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, '2025-03-31 10:21:00'),
(1501, 'Outlines of Indian Legal and Constitutional History', '', '<p>Outlines of Indian Legal &amp; Constitutional History is a classic text authored by Professor MP Jain, one of the founders of the modern Indian legal education and research. For many years, Professor M P Jain&rsquo;s books and other writings on Indian legal history have been prescribed texts for students of law. The present (eighth) edition of this book has been written in narrative form and in an accessible style.</p>\n\n<p>Indian legal history stretches back at least 5000 years from what has thus far been studied, comprising the Hindu and the Muslim periods, and then the British, each of these early periods having had a distinctive legal system of its own. However, many of the legal institutions in the present day have originated and evolved during the British period, starting in the year 1600 and reformed in modern days. This book contains a concise, coordinated, integrated and coherent account of the important phases of the development and reforms of legal institutions in India&bull; A concise yet comprehensive account of Indian legal history</p>\n', '<ul>\n	<li>Contains various chapters on modern judicial system, from Privy Council to Supreme Court, high courts, development of law, personal laws, codification, law reform, law reporting and legal profession, legal education, development of constitutional law, criminal law, development of civil law, etc. with reference to case law and exhaustive commentary</li>\n	<li>Present edition has been thoroughly updated and revised with contemporary developments, recent amendments, and important case law</li>\n	<li>Essential reference aid for law students, researchers, academicians, judges, advocates, and people preparing for competitive examinations.</li>\n</ul>\n', '8th', 1, '9789391211790', '226', '2022', '14', '2025-03-31_15_50_04.593497legal_history.jpg', 0, '1120', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:21:01', '9', 1, 0, '', '', NULL, '2', '', 895.00, 0, 760.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 10:21:01'),
(1502, 'Modern Law of Insurance in India', '', '<p>K S N Murthy Modern Law of Insurance in India is an authority about insurance and has been a key text for professionals and students of Law for over four and a half decades. It is a thematic treatment to the laws applicable to various kinds of insurance prevalent in India. This book succinctly traces the history and evolution of Insurance Law, thoroughly examining its fundamental principles. The systematic arrangement of the topics makes for easy reading and reference. Many decisions of the English and the Indian Courts on insurance are cited and adequately discussed at appropriate places. The present edition has been comprehensively updated and revised to include all major recent case law and legislative developments since publication of last edition.</p>\n', '<ul>\n	<li>The bare bones of the law of insurance have been fleshed out with lucid and comprehensive commentary on its various aspects</li>\n	<li>Focuses on the advancements in insurance law since the previous edition</li>\n	<li>Contains critical appraisal of judgments of the Indian and foreign Courts that have led to change and development in the legal position</li>\n	<li>The book seeks to crystallize, in general, the concept, scope, origin and development of insurance within the legal frameworks of both India and abroad</li>\n	<li>Includes important decisions of Supreme Court and various High Courts</li>\n	<li>Provides references to the relevant sections of the new Criminal Laws, namely, The Bharatiya Nyaya Sanhita, 2023, The Bharatiya Nagarik Suraksha Sanhita, 2023 and The Bharatiya Sakshya Adhiniyam, 2023</li>\n</ul>\n', '1st', 1, '9789391211974', '657', '2024', '14', '2025-03-31_15_57_16.356555modern_law.jpg', 0, '1120', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:27:40', '105', 0, 0, '', '', NULL, '1', '', 1350.00, 0, 1147.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 10:27:40'),
(1503, 'Principles of Statutory Interpretation', '', '<p>Justice G P Singh&rsquo;s Principles of Statutory Interpretation is a comprehensive resource which explores judicial, scholarly, and theoretical approaches to general principles of statutory interpretation. This authoritative work gives a detailed overview of different rules of interpretation and will provide a valuable springboard for further research on the recent trend of shifting from literal to purposive interpretation of statutes.</p>\n\n<p>The book traces evolution of law through various Supreme Court and High Court judgments. It addresses those complexities and nuances of the subject, and its practical application relevant not only from a theoretical point of view but also in legal and judicial practice.</p>\n', '<ul>\n	<li>This incisive work on interpretation of statutes has been referred to and quoted in numerous judgments</li>\n	<li>Providing an expansive analysis of the rules of interpretation, this book will be an invaluable resource for judges, lawyers, legislators, administrators, academicians, and scholars</li>\n	<li>References made to authoritative foreign works like Bennion on Statutory Interpretation and other major international texts will also prove insightful to practitioners in this area</li>\n	<li>Includes critical analysis of important Indian and English decisions</li>\n	<li>The book is intended to serve the needs of the reader at all levels, from a mere glance to a detailed research explores judicial, scholarly, and theoretical approaches to general principles of statutory interpretation. This authoritative work gives a detailed overview of different rules of interpretation and will provide a valuable springboard for further research on the recent trend of shifting from literal to purposive interpretation of statutes.&nbsp;</li>\n</ul>\n', '15th', 1, '9789391211080', '341', '2022', '14', '2025-03-31_16_01_18.937431si.jpg', 0, '1120', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:31:42', '67', 0, 0, '', '', NULL, '2', '', 1695.00, 0, 1440.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 10:31:42'),
(1504, 'Securitisation, Asset Reconstruction and Enforcement of Security Interests', '', '<p>This is the seventh edition of one of the earliest and most comprehensive commentaries on securitisation of non-performing loans, enforcement of security interests, asset reconstruction companies. The book has, over the past 21 years, been a definitive guide on the nuances of the SARFAESI Act. The book not only addresses non-performing loans but also includes comprehensive chapters on the securitisation of performing loans, encompassing RBI directions on the securitisation of standard assets, as well as the legal, taxation, and accounting aspects of securitisation.</p>\n\n<p>The book is structured in a three-in-one format, encompassing: (i) Part 1, comprising 9 chapters, explores diverse topics such as types of securitisation structures and their intricacies, comparisons between securitisation and direct portfolio transfers, an overview of the Indian securitisation market, and international regulatory guidelines on securitisation. (ii) Part 2 offers a section-wise commentary on the SARFAESI Act, 2002. (iii) Part 3 provides commentary on the subordinate laws, including the Rules and Orders.</p>\n', '<ul>\n	<li>The present edition offers a detailed commentary on the RBI 2021 Master Directions on Securitisation of Standard Assets and discusses the taxation of Securitisation Transactions in India</li>\n	<li>Part 1 significantly delves into asset reconstruction, detailing mechanisms for managing and recovering non-performing loans, the role of Asset Reconstruction Companies and discussion on global laws concerning security interests</li>\n	<li>It provides a comprehensive explanation of the evolving measures for addressing non-performing loans over the years</li>\n	<li>Includes all notable case law up to 2024</li>\n	<li>Trusted reference for lawyers, judges and scholars across the country</li>\n</ul>\n', '7th', 0, '9789395116893', '653', '2024', '14', '2025-03-31_16_05_47.958371securitisation.jpg', 0, '1200', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:35:50', '143', 0, 0, '', '', NULL, '1', '', 3495.00, 0, 2796.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-03-31 10:35:50'),
(1505, 'Hindu Law', '', '<p>Being a standard textbook of law.</p>\n', '', '27th', 0, '9789392140136', '870', '2022', '43', '2025-03-31_16_14_17.869091hindu_law.jpg', 0, '524', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:45:03', '90', 0, 0, '', '', NULL, '1,2', '', 520.00, 0, 442.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-10-24 17:27:30'),
(1506, 'Hindu Law', '', '<p>Being a standard textbook of law.</p>\n', '', '27th', 0, '9789392140136', '870', '2022', '43', '2025-03-31_16_14_17.869091hindu_law.jpg', 0, '524', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:45:03', '9', 1, 0, '', '', NULL, '2,1', '', 520.00, 0, 442.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 10:45:03'),
(1507, 'Hindu Law', '', '<p>Being a standard textbook of law.</p>\n', '', '27th', 0, '9789392140136', '870', '2022', '43', '2025-03-31_16_14_17.869091hindu_law.jpg', 0, '524', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:45:03', '9', 1, 0, '', '', NULL, '2,1', '', 520.00, 0, 442.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 10:45:03'),
(1508, 'Hindu Law', '', '<p>Being a standard textbook of law.</p>\n', '', '27th', 0, '9789392140136', '870', '2022', '43', '2025-03-31_16_14_17.869091hindu_law.jpg', 0, '524', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:45:03', '9', 1, 0, '', '', NULL, '2,1', '', 520.00, 0, 442.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 10:45:03'),
(1509, 'Hindu Law', '', '<p>Being a standard textbook of law.</p>\n', '', '27th', 0, '9789392140136', '870', '2022', '43', '2025-03-31_16_14_17.869091hindu_law.jpg', 0, '524', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:45:03', '9', 1, 0, '', '', NULL, '2,1', '', 520.00, 0, 442.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 10:45:03'),
(1510, 'Hindu Law', '', '<p>Being a standard textbook of law.</p>\n', '', '27th', 0, '9789392140136', '870', '2022', '43', '2025-03-31_16_14_17.869091hindu_law.jpg', 0, '524', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:45:03', '9', 1, 0, '', '', NULL, '2,1', '', 520.00, 0, 442.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 10:45:03'),
(1511, 'Hindu Law', '', '<p>Being a standard textbook of law.</p>\n', '', '27th', 0, '9789392140136', '870', '2022', '43', '2025-03-31_16_14_17.869091hindu_law.jpg', 0, '524', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:45:03', '9', 1, 0, '', '', NULL, '2,1', '', 520.00, 0, 442.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 10:45:03'),
(1512, 'Hindu Law', '', '<p>Being a standard textbook of law.</p>\n', '', '27th', 0, '9789392140136', '870', '2022', '43', '2025-03-31_16_14_17.869091hindu_law.jpg', 0, '524', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:45:03', '9', 1, 0, '', '', NULL, '2,1', '', 520.00, 0, 442.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 10:45:03'),
(1513, 'Hindu Law', '', '<p>Being a standard textbook of law.</p>\n', '', '27th', 0, '9789392140136', '870', '2022', '43', '2025-03-31_16_14_17.869091hindu_law.jpg', 0, '524', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:45:03', '9', 1, 0, '', '', NULL, '2,1', '', 520.00, 0, 442.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 10:45:03'),
(1514, 'Law of Evidence', '', '<p>The study of the law of evidence, its types, and admission, is an indispensable subject of Criminal Law. Tellingly, a textbook that meritoriously enumerates the basic principles, intricacies, and nuances of the Law, and is punctually revised and edited through years, and is inclusive of the latest case-laws and amendments, holds paramount significance. Batuk Lal&rsquo;s Law of Evidence is a legal classic that is acclaimed as the most authoritative and dependable text in the Indian legal sphere on the Law of Evidence.</p>\n\n<p>The book is deemed to fruit merit to law students, judicial aspirants, lawyers, investigation officers, and anyone else who is interested in knowing about the Law of Evidence in India.</p>\n', '', '24th', 1, '9789392140327', '332', '2024', '43', '2025-03-31_16_18_49.376325evidence.jpg', 0, '860', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:49:25', '16', 0, 0, '', '', NULL, '2', '', 720.00, 0, 612.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 10:49:25'),
(1515, 'Patent Right Creation and Registration', '[Law of Patents]', '<p>I wrote a book titled &quot;Law of Intellectual Property&quot; in the year 2001 and its 8th revision took place in 2017. I feel satisfied as I have written 82 text books for law students covering almost all the subjects of LL.B course of different Indian Universities. Some Universities have the courses of Post Graduate Diploma of Intellectual Property Rights and LL.M. Degree with specialisation of Intellectual Property Rights.</p>\n', '', '1st', 1, '9789386416995', '764', '2017', '52', '2025-03-31_16_22_31.022145patent.jpg', 0, '456', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:53:16', '28', 0, 0, '', '', NULL, '2', '', 395.00, 0, 355.50, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2025-03-31 10:53:16'),
(1516, 'Patent Right Creation and Registration', '[Law of Patents]', '<p>I wrote a book titled &quot;Law of Intellectual Property&quot; in the year 2001 and its 8th revision took place in 2017. I feel satisfied as I have written 82 text books for law students covering almost all the subjects of LL.B course of different Indian Universities. Some Universities have the courses of Post Graduate Diploma of Intellectual Property Rights and LL.M. Degree with specialisation of Intellectual Property Rights.</p>\n', '', '1st', 1, '9789386416995', '764', '2017', '52', '2025-03-31_16_22_31.022145patent.jpg', 0, '456', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:53:16', '28', 1, 0, '', '', NULL, '2', '', 395.00, 0, 355.50, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2025-03-31 10:53:16'),
(1517, 'Legal Language & Legal Writing', '', '', '', '2nd', 1, '9789394739338', '764', '2018', '52', '2025-03-31_16_26_13.588815legal_writing.jpg', 0, '640', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 10:56:31', '49', 0, 0, '', '', NULL, '2,1', '', 999.00, 0, 899.10, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2025-03-31 10:56:31'),
(1518, 'New Criminal Laws Ready Reckoner', '', '<p>This book is a definitive guide to the BNS, BNSS, and BSA. With its meticulous section-by-section analysis and detailed tabular comparisons with the IPC, CrPC, and Indian Evidence Act, it simplifies the transition to the new legal framework. Organised into three divisions covering substantive, procedural, and evidence law, the book offers quick access to insights and practical tools for legal professionals, academicians, and policymakers. Its authoritative commentary and user-centric design make it an essential resource for understanding and applying India&#39;s new criminal laws.</p>\n', '', '1st', 1, '9789364558228', '808', '2025', '10', '2025-03-31_16_35_25.378291NCS.jpg', 0, '1200', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 11:07:32', '12', 0, 0, '', '', NULL, '1,24,2', '', 1425.00, 0, 1211.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-10-24 17:28:11'),
(1519, 'New Criminal Laws Ready Reckoner', '', '<p>This book is a definitive guide to the BNS, BNSS, and BSA. With its meticulous section-by-section analysis and detailed tabular comparisons with the IPC, CrPC, and Indian Evidence Act, it simplifies the transition to the new legal framework. Organised into three divisions covering substantive, procedural, and evidence law, the book offers quick access to insights and practical tools for legal professionals, academicians, and policymakers. Its authoritative commentary and user-centric design make it an essential resource for understanding and applying India&#39;s new criminal laws.</p>\n', '', '1st', 1, '9789364558228', '808', '2025', '10', '2025-03-31_16_35_25.378291NCS.jpg', 0, '1200', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 11:07:32', '9', 1, 0, '', '', NULL, '24,2,1', '', 1425.00, 0, 1211.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 11:07:32'),
(1520, 'New Criminal Laws Ready Reckoner', '', '<p>This book is a definitive guide to the BNS, BNSS, and BSA. With its meticulous section-by-section analysis and detailed tabular comparisons with the IPC, CrPC, and Indian Evidence Act, it simplifies the transition to the new legal framework. Organised into three divisions covering substantive, procedural, and evidence law, the book offers quick access to insights and practical tools for legal professionals, academicians, and policymakers. Its authoritative commentary and user-centric design make it an essential resource for understanding and applying India&#39;s new criminal laws.</p>\n', '', '1st', 1, '9789364558228', '808', '2025', '10', '2025-03-31_16_35_25.378291NCS.jpg', 0, '1200', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 11:07:32', '9', 1, 0, '', '', NULL, '24,2,1', '', 1425.00, 0, 1211.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 11:07:32'),
(1521, 'New Criminal Laws Ready Reckoner', '', '<p>This book is a definitive guide to the BNS, BNSS, and BSA. With its meticulous section-by-section analysis and detailed tabular comparisons with the IPC, CrPC, and Indian Evidence Act, it simplifies the transition to the new legal framework. Organised into three divisions covering substantive, procedural, and evidence law, the book offers quick access to insights and practical tools for legal professionals, academicians, and policymakers. Its authoritative commentary and user-centric design make it an essential resource for understanding and applying India&#39;s new criminal laws.</p>\n', '', '1st', 1, '9789364558228', '808', '2025', '10', '2025-03-31_16_35_25.378291NCS.jpg', 0, '1200', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 11:07:32', '9', 1, 0, '', '', NULL, '24,2,1', '', 1425.00, 0, 1211.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 11:07:32'),
(1522, 'New Criminal Laws Ready Reckoner', '', '<p>This book is a definitive guide to the BNS, BNSS, and BSA. With its meticulous section-by-section analysis and detailed tabular comparisons with the IPC, CrPC, and Indian Evidence Act, it simplifies the transition to the new legal framework. Organised into three divisions covering substantive, procedural, and evidence law, the book offers quick access to insights and practical tools for legal professionals, academicians, and policymakers. Its authoritative commentary and user-centric design make it an essential resource for understanding and applying India&#39;s new criminal laws.</p>\n', '', '1st', 1, '9789364558228', '808', '2025', '10', '2025-03-31_16_35_25.378291NCS.jpg', 0, '1200', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-03-31 11:07:32', '9', 1, 0, '', '', NULL, '24,2,1', '', 1425.00, 0, 1211.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-03-31 11:07:32'),
(1523, 'A to Z of Protection of Women from Domestic Violence Act 2005', '', '', '', '1st', 0, '9789356037250', '741', '2024', '53', '2025-04-01_14_45_55.256425domestic_violence.jpg', 0, '1120', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-04-01 09:16:24', '12', 0, 0, '<p>Protection Of Women From Domestic Violence Act 2005<br />\nProtection of Women From Domestic Violence Rules, 2005<br />\nImportant Case- Laws incorporated Section Wise.<br />\nAllied Laws</p>\n', '', NULL, '1,2', '', 1295.00, 0, 1100.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-04-01 09:16:24'),
(1524, 'Avtar Singh\'s Business Law', '', '<p><strong>Avtar Singh&#39;s Business Law</strong>&nbsp;discusses six different areas of law which are interrelated but separate domains and each one of them is capable of being discussed in a separate legal commentary. This book, however, is written and revised with the purpose of giving a basic insight to the reader into each one of those domains.</p>\n\n<p>The book begins with the most basic instrument of commerce viz. a contract. The discussion under the part is not restricted to the language of Contract Act but extends to principles which preceded and succeed the Act and in turn define the basic tenets of the law as it stands today. The second and third part of the book discuss certain specific applications of law of contracts. These practices were codified in India in the Sale of Goods Act and it is the discussion around this Act and general principles of the law of sale of goods that the second part of the book deals with. The third part of the book discusses applicability of contractual principles in creating a business entity, evolving from the model of traditional sole proprietorship/ agency in sole proprietorship business etc. The law governing partnerships and limited liability partnerships is dealt along with the law on partnerships; and law governing the companies is dealt in a separate part of the book. IPR, Company and Competition Law are also covered at length.</p>\n\n<p>The current book updates the previous edition in light of the statutory amendments and judicial developments in all the above mentioned areas. The amendments brought in (a) the IP legislations in light of Commercial Courts Act, 2015 (b) the Limited Liability Partnership Act in 2021, (c) the Companies Act in light of amending statutes of 2018, 2019 and 2020 form a part of the book. Further, the major Supreme Court and High Court decisions passed since the publication of the previous edition, pertinent to all the above-mentioned areas, have been incorporated in relevant parts of the book.</p>\n\n<p>This book follows a simple and lucid style for easy understanding of the subject and has long been on the list of recommended books for the use of students of Law, Commerce, MBA, Cost Accountancy, Cost and Works Accountancy, Company Secretaryship, etc</p>\n', '', '12th (2023)', 1, '9788119114818', '616', 'Reprint 2024', '9', '2025-05-09_12_06_53.635845business_law.jpg', 0, '1264', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 06:37:13', '158', 0, 0, '<p><strong>Part I</strong>?- Contract<br />\n<strong>Part II</strong>?- Partnership<br />\n<strong>Part III</strong>?- Sale of Goods and Competition Law<br />\n<strong>Part IV</strong>?- Negotiable Instruments<br />\n<strong>Part V</strong>?- Company Law<br />\n<strong>Part VI</strong>?- Intellectual Property Rights<br />\n<strong>Subject Index</strong></p>\n', '', NULL, '2', '', 1625.00, 0, 1381.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-09 06:37:13'),
(1525, 'Banking Law (Students Edition)', '', '<p>Banking Law &amp; Practice in India by M. L. Tannan is a reference book for banking law in India. The present edition is being published with the idea of presenting some of the key concepts of banking law for students pursuing law, both for undergraduate and post graduate courses and other professional courses as well. The framework of the book has been designed keeping in mind the requirements of course work. The present edition covers chapters on structure of banking in India, the role of the Reserve Bank of India, the relationship of bankers and customers, garnering of deposits and use of funds by banks. It also explains in detail the Banking Regulation Act, 1949, the Negotiable Instruments Act, 1881 and the Debt Recovery laws. The chapters contain extensive references of case laws, RBI circulars and reading material. The book covers the latest developments in the banking industry and policy. In view of the detailed coverage of all the topics, this book will be invaluable for students pursuing LL.B and LL.M and professional courses like Company Secretary and Chartered Accountancy and also for lawyers and bankers.</p>\n', '', '1st', 1, '9789351433262', '382', '2015', '14', '2025-05-09_12_29_36.274877banking_law.jpg', 0, '660', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 07:00:00', '139', 1, 0, '', '', NULL, '2', '', 1595.00, 0, 1355.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-09 07:00:00'),
(1526, 'Banking Law and Practice in India', '', '<p>M L Tannan&rsquo;s Banking Law and Practice in India serves as an indispensable reference for navigating this complex field. The new edition retains the clarity and thoroughness that have made it a foundational text, while incorporating updated coverage of regulatory frameworks, relevant case law and contemporary developments. It not only explores banking regulation in detail but also delves into newer topics such as corporate governance, digital banking, bank-customer relations, recovery processes, prudential norms, audits, and inspections, offering a comprehensive view of the modern banking landscape. It discusses developments in the area of audits undertaken in banks and covers various forms of specialised banks including payment banks and small finance banks.</p>\n', '<p><strong>Key Features:</strong></p>\n\n<p>Covers major aspects and recent case law pertaining to SARFAESI Act, 2002, Recovery of Debts and Bankruptcy Act, 1993, Insolvency and Bankruptcy Code, 2016, Indian Stamp Act, 1899, Consumer Protection Act, 2019 etc.<br />\nIncludes RBI circular(s) on corporate governance in banks, such as &lsquo;fit and proper&rsquo; criteria for directors, composition of board and committees, etc.<br />\nIncorporates the relevant portions of the amendments arising out of enactment of the new criminal legislations viz. Bharatiya Nyaya Sanhita, 2023, Bharatiya Nagarik Suraksha Sanhita, 2023, and Bharatiya Sakshya Adhiniyam, 2023.<br />\nElaborates certain other contemporary topics, particularly relevant in the banking field, e.g. co-lending norms, electronic fraud, norms for wilful defaulters and fraudulent borrowers, Integrated Ombudsman Scheme of 2021, Large Exposure Framework etc.<br />\nDiscusses broad concepts and developments in payment and settlement systems, including Central Bank Digital Currency, and elaborates on the impact of financial technology (fin-tech) on banking.<br />\nCovers Basel norms, including liquidity standards, the Banking Laws (Amendment) Bill, 2024, and the recommendations and impact of various committees on shaping banking law in India.</p>\n', '29th', 0, '9789395116947', '382', '2025', '14', '2025-05-09_12_34_53.613678banking_law1.jpg', 0, '1028', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 07:05:00', '139', 0, 0, '', '', NULL, '1,2', '', 3295.00, 0, 2800.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-09 07:05:00'),
(1527, 'Frustration and Force Majeure', '', '<p>The third edition of Frustration and Force Majeure provides a thorough examination of the principles governing the conflict between the sanctity of contract and the discharge of contractual obligations in response to supervening events. The author guides the reader through a list of supervening events which may be encountered in any commercial transaction, setting out the statutory principles involved, together with judicial interpretations from a number of common law jurisdictions. It&nbsp; examines the impact of changes in the law of contract such as changes to the Sale of Goods Act 1979 made by the Sale of Goods Amendment Act 1995 Reviews the impact of recent SIs, most significantly the Unfair Terms in Consumer Contracts Regulations 1999 and the Sale and Supply of Goods to Consumers Regulations 2002 Provides a thorough examination of the principles governing the sanctity of a contract Examines the conflict between contractual obligations and the ability to discharge said obligations in response to supervening events Discusses in detail the development of the doctrine of Frustration within the law of contract Contains a comparative element to the narrative which looks at the topic of foreign systems for rules, concepts and examples with which an evaluation of the English rules can be made There is a varied examination of the concept of Impossibility as expressed in contractual terms Illegality including supervening prohibitions, interference with performance and qualified prohibition will all be discussed in detail Deals clearly with the conceptual elements of Force Majeure clauses e.g.&rsquo; In Perpetuity clauses&rsquo;The third edition of Frustration and Force Majeure provides a thorough examination of the principles governing the conflict between the sanctity of contract and the discharge of contractual obligations in response to supervening events. The author guides the reader through a list of supervening events which may be encountered in any commercial transaction, setting out the statutory principles involved, together with judicial interpretations from a number of common law jurisdictions. It&nbsp; examines the impact of changes in the law of contract such as changes to the Sale of Goods Act 1979 made by the Sale of Goods Amendment Act 1995 Reviews the impact of recent SIs, most significantly the Unfair Terms in Consumer Contracts Regulations 1999 and the Sale and Supply of Goods to Consumers Regulations 2002 Provides a thorough examination of the principles governing the sanctity of a contract Examines the conflict between contractual obligations and the ability to discharge said obligations in response to supervening events Discusses in detail the development of the doctrine of Frustration within the law of contract Contains a comparative element to the narrative which looks at the topic of foreign systems for rules, concepts and examples with which an evaluation of the English rules can be made There is a varied examination of the concept of Impossibility as expressed in contractual terms Illegality including supervening prohibitions, interference with performance and qualified prohibition will all be discussed in detail Deals clearly with the conceptual elements of Force Majeure clauses e.g.&rsquo; In Perpetuity clauses&rsquo;.</p>\n', '', '3rd', 0, '9788194792239', '871', '2021', '3', '2025-05-09_12_44_14.212081Frustration_and_Force_Majeure.jpg', 0, '712', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 07:14:20', '10', 0, 0, '<p><strong>Table of Contents</strong></p>\n\n<p>Chapter 1 -&nbsp; &nbsp;Introduction<br />\nChapter 2 -&nbsp; &nbsp;Development<br />\nChapter 3 -&nbsp; &nbsp;Impossibility In General : Destruction of Subject-Matter<br />\nChapter 4 -&nbsp; &nbsp;Other Types of Impossibility<br />\nChapter 5 -&nbsp; &nbsp;Partial and Temporary Impossibility<br />\nChapter 6 -&nbsp; &nbsp;Impracticability<br />\nChapter 7 -&nbsp; &nbsp;Frustration Purpose<br />\nChapter 8 -&nbsp; &nbsp;Illegality<br />\nChapter 9 -&nbsp; &nbsp;Prospective Frustration<br />\nChapter 10 - Alternatives<br />\nChapter 11 - Leases of Land<br />\nChapter 12 - Contractual Provisions for Supervening Events<br />\nChapter 13 - Foreseen and Foreseeable Events<br />\nChapter 14 - Self-Induced Frustration<br />\nChapter 15 - Effects of frustration<br />\nChapter 16 - Nature of the Doctrine</p>\n\n<p><strong>Table of Contents</strong></p>\n\n<p>Chapter 1 -&nbsp; &nbsp;Introduction<br />\nChapter 2 -&nbsp; &nbsp;Development<br />\nChapter 3 -&nbsp; &nbsp;Impossibility In General : Destruction of Subject-Matter<br />\nChapter 4 -&nbsp; &nbsp;Other Types of Impossibility<br />\nChapter 5 -&nbsp; &nbsp;Partial and Temporary Impossibility<br />\nChapter 6 -&nbsp; &nbsp;Impracticability<br />\nChapter 7 -&nbsp; &nbsp;Frustration Purpose<br />\nChapter 8 -&nbsp; &nbsp;Illegality<br />\nChapter 9 -&nbsp; &nbsp;Prospective Frustration<br />\nChapter 10 - Alternatives<br />\nChapter 11 - Leases of Land<br />\nChapter 12 - Contractual Provisions for Supervening Events<br />\nChapter 13 - Foreseen and Foreseeable Events<br />\nChapter 14 - Self-Induced Frustration<br />\nChapter 15 - Effects of frustration<br />\nChapter 16 - Nature of the Doctrine</p>\n', '', NULL, '1,2', '', 13225.00, 0, 11241.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-09 07:14:20'),
(1528, 'Hudson\'s Building and Engineering Contracts', '', '<p>Built on the wealth of practical, commercial and legal experience accumulated by the authors, the 1st supplement to the 14th edition&nbsp;Hudson&rsquo;s Building and Engineering Contracts&nbsp;provides a comprehensive update on the law and interpretation of construction contracts.</p>\n\n<p>The main developments of note during 2020 which the supplements covers are related to adjudication and insolvency. Bresco v. Lonsdale affirmed an insolvent company&rsquo;s right to adjudicate and confirmed that the scheme of the Housing Grants, Construction and Regeneration Act 1996 was not inconsistent with the rules governing the distribution of assets in insolvency. The Corporate, Insolvency and Governance Act 2020 contains provisions both of a temporary and permanent effect and the supplement covers this topic.</p>\n\n<p>Apart from updates to insolvency and adjudication, this first Supplement contains a number of cases of interest which, as a matter of generality, illustrate the application of established principles, rather than breaking new ground. One of a number of particular areas of interest is the development of the jurisprudence in relation to damages for a loss of chance illustrated in the recent cases in Chapter 7.</p>\n', '', '14th', 0, '9789391340933', '872', '2021', '3', '2025-05-09_13_19_07.920972Hudson.jpg', 0, '1600', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 07:49:49', '10', 0, 0, '', '', NULL, '1,2,25', '', 19500.00, 0, 16575.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-09 07:49:49'),
(1529, 'Damages for Breach of Contract', '', '<p>This new work on&nbsp;<em>Damages for Breach of Contract</em>, written by Remedies Law leading expert, Professor Katy Barnett, provides authoritative and practical guidance on the nature, extent and limitations of damages individuals and companies can claim in the event of breach of contract.</p>\n\n<p>The book deals primarily with English law, but also considers other jurisdictions (such as Australia and Singapore) when relevant. Clearly setting out what the law is, this new title is written with practitioners in mind. It will also be of real value to students and academics as it considers some of the theoretical debates surrounding this topic.</p>\n\n<p>Features of the book include:</p>\n\n<p><strong>Consequences of breach of contract:</strong></p>\n\n<ul>\n	<li>Considers how to measure and understand the concept of expectation loss</li>\n	<li>Deals with specific topics of interest to practitioners, such as: Breach of sale of goods contract: considering non delivery; failure to take delivery; delay; supply of defective good; Failure to build or repair property as promised: when would &#39;cost of cure&#39; be available; Failure to provide services as promised; Loss of chance and loss of opportunity</li>\n	<li>Provides guidance on measuring reliance loss (or &#39;wasted expenditure&#39;)</li>\n	<li>Outlines best approach to negotiating damages in light of recent case law</li>\n	<li>Discusses situations where non-pecuniary loss may be awarded</li>\n	<li>Looks at accounts of profits</li>\n	<li>Considers other kinds of awards (nominal, exemplary and actions for debt)</li>\n</ul>\n\n<p><strong>Attribution of Responsibility:</strong></p>\n\n<ul>\n	<li>Considers causation and how it operates as a limit to the availability of damages</li>\n	<li>Remoteness of damage and the rule in Hadley and Baxendale</li>\n	<li>Explains fully how mitigation operates via the avoidable and avoided loss rule</li>\n</ul>\n\n<p><strong>Limitation and Exclusion of Liability</strong></p>\n\n<ul>\n	<li>Discusses how damages can be stipulated in a contract and how that ability can be impinged upon (rule against penalties and statutory prohibitions)</li>\n	<li>Considers clauses which exclude or limit liability</li>\n</ul>\n\n<p>In addition, a number of topics of interest to practitioners will be discussed:</p>\n\n<ul>\n	<li>Breach of warranties, for example, warranties of authority, quality and reasonable care in the context of share purchase agreements</li>\n	<li>Guidance on pleading and proving loss, including an explanation of the fair wind principle established in&nbsp;<em>Armorie v Delamirie</em>&nbsp;(1772)&nbsp;<em>Damages for breaches of dispute resolution clauses such as arbitration and exclusive jurisdiction clauses and confidentiality agreements.</em></li>\n	<li><em>Damages relating to liabilities to third parties resulting from the breach of contract. For example, damages for the cost of litigation against the third party or defendant, damages for liability of claimant to its buyer, damages for settlement of claimant with third party, etc.</em></li>\n	<li><em>The principle of transferred loss (considered fairly recently in Lowick Rose LLP v Swynson Ltd [2017] UKSC 32).</em></li>\n</ul>\n', '', '2nd (2022)', 0, '9788196675837', '873', '2023 (South Asian Edition)', '3', '2025-05-09_13_24_13.781115damages.jpg', 0, '712', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 07:54:47', '10', 0, 0, '', '', NULL, '1,2,25', '', 9875.00, 0, 8393.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-09 07:54:47');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1530, 'The Law of Evidence', '', '<p>Dennis&#39; The Law of Evidence provides thorough analysis of the law of evidence, while placing the subject within its theoretical context. The work goes beyond other textbooks to explain the intricacies of the law of evidence while still remaining easy to understand. The information is presented in a logical structure following on from the introduction of the basic concepts through to the exclusionary rules of the law of evidence.<br />\nDennis offers an integrated approach to evidence which includes essential doctrinal analysis. It takes account of evidence theory, psychological research on information processing and retrieval, socio-legal work on police investigations, and jury research projects.<br />\nOffers comprehensive doctrinal analysis of all the major topics in evidence<br />\nIs written in a clear and accessible style<br />\nContains extensive references to further reading<br />\nPresents an integrated approach which takes account of evidence theory, human rights jurisprudence, psychological research on human observation and memory, socio-legal work on police investigations, and jury research projects<br />\nThe Law of Evidence is an ideal textbook for undergraduate students and those studying evidence at postgraduate level; and those on vocational courses such as the LPC and BPTC will find it an invaluable source of reference.<br />\nDennis&#39; The Law of Evidence provides thorough analysis of the law of evidence, while placing the subject within its theoretical context. The work goes beyond other textbooks to explain the intricacies of the law of evidence while still remaining easy to understand. The information is presented in a logical structure following on from the introduction of the basic concepts through to the exclusionary rules of the law of evidence.<br />\nDennis offers an integrated approach to evidence which includes essential doctrinal analysis. It takes account of evidence theory, psychological research on information processing and retrieval, socio-legal work on police investigations, and jury research projects.<br />\nOffers comprehensive doctrinal analysis of all the major topics in evidence<br />\nIs written in a clear and accessible style<br />\nContains extensive references to further reading<br />\nPresents an integrated approach which takes account of evidence theory, human rights jurisprudence, psychological research on human observation and memory, socio-legal work on police investigations, and jury research projects<br />\nThe Law of Evidence is an ideal textbook for undergraduate students and those studying evidence at postgraduate level; and those on vocational courses such as the LPC and BPTC will find it an invaluable source of reference.</p>\n', '', '7th, 2020', 1, '9789395696524', '874', '2024 (South Asian Edition)', '11', '2025-05-09_15_05_03.502706evidence_dennis.jpg', 0, '712', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 09:35:35', '16', 0, 1, '<p><strong>Part I: Understanding Evidence: The Foundations of the Law</strong><br />\nAn Introduction to the Law<br />\nThe Aims of the Law of Evidence<br />\nRelevance and Admissibility<br />\nFacts and Factfinding<br />\n<br />\n<strong>Part II: Obtaining Evidence: Pre-trial Procedures and the Regulation of Access</strong><br />\nThe Privilege Against Self-Incrimination and the Right to Silence<br />\nConfessions<br />\nIdentification Evidence<br />\nEvidence Obtained by Illegal or Unfair Means<br />\nDisclosure and Immunity<br />\nLegal Professional Privilege<br />\n<br />\n<strong>Part III: Adducing Evidence: Trial Procedures and the Principles of Proof</strong><br />\nBurden and Standard of Proof<br />\nForms of Proof and Alternatives to Proof<br />\nWitnesses<br />\nExamination of Witnesses<br />\nVulnerable and Suspect Witnesses<br />\n<br />\n<strong>Part IV: Using Evidence: the Scope and Limits of Exclusionary Rules</strong><br />\nHearsay at Common Law and in Civil Proceedings<br />\nThe Modern Law of Hearsay in Criminal Cases<br />\nCharacter and Credibility: An Overview<br />\nEvidence of Bad Character in Criminal Cases<br />\nOpinion and Expert Evidence<strong>Part I: Understanding Evidence: The Foundations of the Law</strong><br />\nAn Introduction to the Law<br />\nThe Aims of the Law of Evidence<br />\nRelevance and Admissibility<br />\nFacts and Factfinding<br />\n<br />\n<strong>Part II: Obtaining Evidence: Pre-trial Procedures and the Regulation of Access</strong><br />\nThe Privilege Against Self-Incrimination and the Right to Silence<br />\nConfessions<br />\nIdentification Evidence<br />\nEvidence Obtained by Illegal or Unfair Means<br />\nDisclosure and Immunity<br />\nLegal Professional Privilege<br />\n<br />\n<strong>Part III: Adducing Evidence: Trial Procedures and the Principles of Proof</strong><br />\nBurden and Standard of Proof<br />\nForms of Proof and Alternatives to Proof<br />\nWitnesses<br />\nExamination of Witnesses<br />\nVulnerable and Suspect Witnesses<br />\n<br />\n<strong>Part IV: Using Evidence: the Scope and Limits of Exclusionary Rules</strong><br />\nHearsay at Common Law and in Civil Proceedings<br />\nThe Modern Law of Hearsay in Criminal Cases<br />\nCharacter and Credibility: An Overview<br />\nEvidence of Bad Character in Criminal Cases<br />\nOpinion and Expert Evidence</p>\n', '', NULL, '2,1', '', 1995.00, 0, 1635.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-10-27 02:57:28'),
(1531, 'The Law of Evidence', '', '<p>Dennis&#39; The Law of Evidence provides thorough analysis of the law of evidence, while placing the subject within its theoretical context. The work goes beyond other textbooks to explain the intricacies of the law of evidence while still remaining easy to understand. The information is presented in a logical structure following on from the introduction of the basic concepts through to the exclusionary rules of the law of evidence.<br />\nDennis offers an integrated approach to evidence which includes essential doctrinal analysis. It takes account of evidence theory, psychological research on information processing and retrieval, socio-legal work on police investigations, and jury research projects.<br />\nOffers comprehensive doctrinal analysis of all the major topics in evidence<br />\nIs written in a clear and accessible style<br />\nContains extensive references to further reading<br />\nPresents an integrated approach which takes account of evidence theory, human rights jurisprudence, psychological research on human observation and memory, socio-legal work on police investigations, and jury research projects<br />\nThe Law of Evidence is an ideal textbook for undergraduate students and those studying evidence at postgraduate level; and those on vocational courses such as the LPC and BPTC will find it an invaluable source of reference.<br />\nDennis&#39; The Law of Evidence provides thorough analysis of the law of evidence, while placing the subject within its theoretical context. The work goes beyond other textbooks to explain the intricacies of the law of evidence while still remaining easy to understand. The information is presented in a logical structure following on from the introduction of the basic concepts through to the exclusionary rules of the law of evidence.<br />\nDennis offers an integrated approach to evidence which includes essential doctrinal analysis. It takes account of evidence theory, psychological research on information processing and retrieval, socio-legal work on police investigations, and jury research projects.<br />\nOffers comprehensive doctrinal analysis of all the major topics in evidence<br />\nIs written in a clear and accessible style<br />\nContains extensive references to further reading<br />\nPresents an integrated approach which takes account of evidence theory, human rights jurisprudence, psychological research on human observation and memory, socio-legal work on police investigations, and jury research projects<br />\nThe Law of Evidence is an ideal textbook for undergraduate students and those studying evidence at postgraduate level; and those on vocational courses such as the LPC and BPTC will find it an invaluable source of reference.</p>\n', '', '7th, 2020', 1, '9789395696524', '874', '2024 (South Asian Edition)', '11', '2025-05-09_15_05_03.502706evidence_dennis.jpg', 0, '712', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 09:35:36', '16', 1, 0, '<p><strong>Part I: Understanding Evidence: The Foundations of the Law</strong><br />\nAn Introduction to the Law<br />\nThe Aims of the Law of Evidence<br />\nRelevance and Admissibility<br />\nFacts and Factfinding<br />\n<br />\n<strong>Part II: Obtaining Evidence: Pre-trial Procedures and the Regulation of Access</strong><br />\nThe Privilege Against Self-Incrimination and the Right to Silence<br />\nConfessions<br />\nIdentification Evidence<br />\nEvidence Obtained by Illegal or Unfair Means<br />\nDisclosure and Immunity<br />\nLegal Professional Privilege<br />\n<br />\n<strong>Part III: Adducing Evidence: Trial Procedures and the Principles of Proof</strong><br />\nBurden and Standard of Proof<br />\nForms of Proof and Alternatives to Proof<br />\nWitnesses<br />\nExamination of Witnesses<br />\nVulnerable and Suspect Witnesses<br />\n<br />\n<strong>Part IV: Using Evidence: the Scope and Limits of Exclusionary Rules</strong><br />\nHearsay at Common Law and in Civil Proceedings<br />\nThe Modern Law of Hearsay in Criminal Cases<br />\nCharacter and Credibility: An Overview<br />\nEvidence of Bad Character in Criminal Cases<br />\nOpinion and Expert Evidence<strong>Part I: Understanding Evidence: The Foundations of the Law</strong><br />\nAn Introduction to the Law<br />\nThe Aims of the Law of Evidence<br />\nRelevance and Admissibility<br />\nFacts and Factfinding<br />\n<br />\n<strong>Part II: Obtaining Evidence: Pre-trial Procedures and the Regulation of Access</strong><br />\nThe Privilege Against Self-Incrimination and the Right to Silence<br />\nConfessions<br />\nIdentification Evidence<br />\nEvidence Obtained by Illegal or Unfair Means<br />\nDisclosure and Immunity<br />\nLegal Professional Privilege<br />\n<br />\n<strong>Part III: Adducing Evidence: Trial Procedures and the Principles of Proof</strong><br />\nBurden and Standard of Proof<br />\nForms of Proof and Alternatives to Proof<br />\nWitnesses<br />\nExamination of Witnesses<br />\nVulnerable and Suspect Witnesses<br />\n<br />\n<strong>Part IV: Using Evidence: the Scope and Limits of Exclusionary Rules</strong><br />\nHearsay at Common Law and in Civil Proceedings<br />\nThe Modern Law of Hearsay in Criminal Cases<br />\nCharacter and Credibility: An Overview<br />\nEvidence of Bad Character in Criminal Cases<br />\nOpinion and Expert Evidence</p>\n', '', NULL, '2,1', '', 1995.00, 0, 1695.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-09 09:35:36'),
(1532, 'The Law of Evidence', '', '<p>Dennis&#39; The Law of Evidence provides thorough analysis of the law of evidence, while placing the subject within its theoretical context. The work goes beyond other textbooks to explain the intricacies of the law of evidence while still remaining easy to understand. The information is presented in a logical structure following on from the introduction of the basic concepts through to the exclusionary rules of the law of evidence.<br />\nDennis offers an integrated approach to evidence which includes essential doctrinal analysis. It takes account of evidence theory, psychological research on information processing and retrieval, socio-legal work on police investigations, and jury research projects.<br />\nOffers comprehensive doctrinal analysis of all the major topics in evidence<br />\nIs written in a clear and accessible style<br />\nContains extensive references to further reading<br />\nPresents an integrated approach which takes account of evidence theory, human rights jurisprudence, psychological research on human observation and memory, socio-legal work on police investigations, and jury research projects<br />\nThe Law of Evidence is an ideal textbook for undergraduate students and those studying evidence at postgraduate level; and those on vocational courses such as the LPC and BPTC will find it an invaluable source of reference.<br />\nDennis&#39; The Law of Evidence provides thorough analysis of the law of evidence, while placing the subject within its theoretical context. The work goes beyond other textbooks to explain the intricacies of the law of evidence while still remaining easy to understand. The information is presented in a logical structure following on from the introduction of the basic concepts through to the exclusionary rules of the law of evidence.<br />\nDennis offers an integrated approach to evidence which includes essential doctrinal analysis. It takes account of evidence theory, psychological research on information processing and retrieval, socio-legal work on police investigations, and jury research projects.<br />\nOffers comprehensive doctrinal analysis of all the major topics in evidence<br />\nIs written in a clear and accessible style<br />\nContains extensive references to further reading<br />\nPresents an integrated approach which takes account of evidence theory, human rights jurisprudence, psychological research on human observation and memory, socio-legal work on police investigations, and jury research projects<br />\nThe Law of Evidence is an ideal textbook for undergraduate students and those studying evidence at postgraduate level; and those on vocational courses such as the LPC and BPTC will find it an invaluable source of reference.</p>\n', '', '7th, 2020', 1, '9789395696524', '874', '2024 (South Asian Edition)', '11', '2025-05-09_15_05_03.502706evidence_dennis.jpg', 0, '712', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 09:35:36', '16', 1, 0, '<p><strong>Part I: Understanding Evidence: The Foundations of the Law</strong><br />\nAn Introduction to the Law<br />\nThe Aims of the Law of Evidence<br />\nRelevance and Admissibility<br />\nFacts and Factfinding<br />\n<br />\n<strong>Part II: Obtaining Evidence: Pre-trial Procedures and the Regulation of Access</strong><br />\nThe Privilege Against Self-Incrimination and the Right to Silence<br />\nConfessions<br />\nIdentification Evidence<br />\nEvidence Obtained by Illegal or Unfair Means<br />\nDisclosure and Immunity<br />\nLegal Professional Privilege<br />\n<br />\n<strong>Part III: Adducing Evidence: Trial Procedures and the Principles of Proof</strong><br />\nBurden and Standard of Proof<br />\nForms of Proof and Alternatives to Proof<br />\nWitnesses<br />\nExamination of Witnesses<br />\nVulnerable and Suspect Witnesses<br />\n<br />\n<strong>Part IV: Using Evidence: the Scope and Limits of Exclusionary Rules</strong><br />\nHearsay at Common Law and in Civil Proceedings<br />\nThe Modern Law of Hearsay in Criminal Cases<br />\nCharacter and Credibility: An Overview<br />\nEvidence of Bad Character in Criminal Cases<br />\nOpinion and Expert Evidence<strong>Part I: Understanding Evidence: The Foundations of the Law</strong><br />\nAn Introduction to the Law<br />\nThe Aims of the Law of Evidence<br />\nRelevance and Admissibility<br />\nFacts and Factfinding<br />\n<br />\n<strong>Part II: Obtaining Evidence: Pre-trial Procedures and the Regulation of Access</strong><br />\nThe Privilege Against Self-Incrimination and the Right to Silence<br />\nConfessions<br />\nIdentification Evidence<br />\nEvidence Obtained by Illegal or Unfair Means<br />\nDisclosure and Immunity<br />\nLegal Professional Privilege<br />\n<br />\n<strong>Part III: Adducing Evidence: Trial Procedures and the Principles of Proof</strong><br />\nBurden and Standard of Proof<br />\nForms of Proof and Alternatives to Proof<br />\nWitnesses<br />\nExamination of Witnesses<br />\nVulnerable and Suspect Witnesses<br />\n<br />\n<strong>Part IV: Using Evidence: the Scope and Limits of Exclusionary Rules</strong><br />\nHearsay at Common Law and in Civil Proceedings<br />\nThe Modern Law of Hearsay in Criminal Cases<br />\nCharacter and Credibility: An Overview<br />\nEvidence of Bad Character in Criminal Cases<br />\nOpinion and Expert Evidence</p>\n', '', NULL, '2,1', '', 1995.00, 0, 1695.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-09 09:35:36'),
(1533, 'Corporate Criminal Liability', '', '<p>The fourth edition of Corporate Criminal Liability has been thoroughly revised, expanded and updated to explain the criminal process from the perspective of the corporate defendant with a scholarly analysis of the principles of corporate liability. In particular, it provides expert discussion on the latest practice on DPAs, issues with identification theory and delegation, questions of jurisdiction, and sentencing. The work also explains specific offences such as insolvency restrictions, Companies Act offences, and corporate manslaughter.</p>\n', '<p>Provides a guide to what company&#39;s should be doing in order to avoid the potential for breaking the law under the various heads of offences as well as a list of &#39;best practices&#39; currently used by those industries<br />\nExplains and develops the theory of the &#39;corporate veil&#39; and how/when the veil can be lifted<br />\nProvides an advanced guide as to how companies should be interacting with external authorities involved with investigating criminality as well as what internal mechanisms should be triggered when criminality is discovered or suspected internally/externally.<br />\nWhen it comes to the court process, the book details (at a practitioner&#39;s level) how cases are opened and closed and what companies can expect from the court system, addressing issues of &#39;anonymity&#39;, &#39;evidential burdens&#39; and relevant limitation periods for each specific offence.</p>\n', '4th (2021)', 0, '9789395696494', '875', 'South Asian Edition 2023', '3', '2025-05-09_15_16_36.237256corporate_criminal_liablity.jpg', 0, '407', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 09:46:38', '12', 0, 0, '<p>Part I: Principles of Liability. Historical Background. Early Development. The Doctrine of Identification. The Principle of Delegation.<br />\nPart II: Director&#39;s Liability.<br />\nPart III: Corporations and Criminal Procedure. Jurisdiction over Corporations. Proceedings in Criminal Courts. Restraint, Confiscation Orders and Asset Recovery. Sentencing. Costs.<br />\nPart IV: Corporations and Human Rights. European Convention on Human Rights.<br />\nPart V: Specific Offences. Corporate Manslaughter. Companies Act Offences. Insolvency. Financial Services &amp; Markets Act 2000. Failure to Prevent. False Accounting. Corruption.<br />\n<span style=\"font-size:1.4rem\">Part VI: Regulatory Offences</span></p>\n', '', NULL, '2,1', '', 8200.00, 0, 6970.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-09 09:46:38'),
(1534, 'Kenny\'s Outlines of Criminal Law', '', '<p>First published in 1962, as the 18th edition of a 1902 original, this book formed part of an ongoing series of elementary legal guides.</p>\n\n<p>The text was not intended to be a work on criminal jurisprudence, but rather to assist students to such an understanding of the rules of criminal law as would enable them to form a clear idea of the practical task confronting the prosecution and defence in the trials of specific people.</p>\n\n<p>This book will be of value to anyone with an interest in law and legal history.</p>\n\n<p>First published in 1962, as the 18th edition of a 1902 original, this book formed part of an ongoing series of elementary legal guides.</p>\n\n<p>The text was not intended to be a work on criminal jurisprudence, but rather to assist students to such an understanding of the rules of criminal law as would enable them to form a clear idea of the practical task confronting the prosecution and defence in the trials of specific people.</p>\n\n<p>This book will be of value to anyone with an interest in law and legal history.</p>\n', '', '17th (2027)', 1, '9781108441995', '876', '2017 (South Indian Edition)', '16', '2025-05-09_16_18_45.606583kenny.jpg', 0, '720', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 10:49:04', '12', 0, 0, '', '', NULL, '1,2', '', 1195.00, 0, 956.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-05-09 10:49:04'),
(1535, 'Interrogation and Torture', '', '<p>Foreword by Nils Melzer, UN Special Rapporteur on Torture</p>\n\n<p>A guide to the science, law, and morality behind methods of interrogation and torture<br />\nOffers lawful, human rights compliant, and evidence-based policies and procedures for interrogation professionals and criminal investigators.</p>\n', '', '1st', 0, '9780190097523', '877', '2020', '4', '2025-05-09_16_46_42.084279interrogation.jpg', 0, '624', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 11:17:12', '102', 0, 1, '', '', NULL, '1', '', 8811.00, 0, 7489.35, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-09 11:17:12'),
(1536, 'Design Law: European Union and United States of America', '', '<p>Design Law: European Union and United States of America specifically examines the availability of protection under the EU Design Regulation and Directive, the Trade Mark Regulation, national copyright law, international treaties such as the Berne Convention, Paris Convention and TRIPS Agreements, as well as the US federal design patent, copyright and trade dress laws. It further investigates the developing body of case law which has been steadily coming out of the EU Office for Harmonisation in the Internal Market (OHIM) in this area. The book uniquely has a separate section on US law in this area and compares this with the European system. Contents Part One - Foundations: Origins and Rationales; Legal Etymology; International Perspectives, Repair Parts: A Law and Economics Perspective. Part Two - European Union: An Overview; Registered Community Design; Unregistered Community Design; Distinctive Shapes, Trademarks and Unfair Competition; Copyright and Unfair Competition. Part Three - United States: Design Patent Law; Copyright Law; Trademark and Trade Dress. Part Four - Looking Towards the Future. Jurisdiction: UK/EU/USADesign Law: European Union and United States of America specifically examines the availability of protection under the EU Design Regulation and Directive, the Trade Mark Regulation, national copyright law, international treaties such as the Berne Convention, Paris Convention and TRIPS Agreements, as well as the US federal design patent, copyright and trade dress laws. It further investigates the developing body of case law which has been steadily coming out of the EU Office for Harmonisation in the Internal Market (OHIM) in this area. The book uniquely has a separate section on US law in this area and compares this with the European system. Contents Part One - Foundations: Origins and Rationales; Legal Etymology; International Perspectives, Repair Parts: A Law and Economics Perspective. Part Two - European Union: An Overview; Registered Community Design; Unregistered Community Design; Distinctive Shapes, Trademarks and Unfair Competition; Copyright and Unfair Competition. Part Three - United States: Design Patent Law; Copyright Law; Trademark and Trade Dress. Part Four - Looking Towards the Future. Jurisdiction: UK/EU/USA</p>\n', '', '2nd', 0, '9781847039064', '878', '2024', '3', '2025-05-09_16_52_34.153547design_law.jpg', 0, '540', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 11:23:05', '28', 0, 0, '<p>Origins and Rationales, Legal Etymology, International Perspectives, Repair Parts: A Law and Economics Perspective. EU: Registered Community Design, Unregistered Community Design, Distinctive Shapes,Trade Marks and Unfair Competition, Copyright and Unfair Competition. USA: Design Patent Law, Copyright Law, Trade Mark and Trade Dress.Origins and Rationales, Legal Etymology, International Perspectives, Repair Parts: A Law and Economics Perspective. EU: Registered Community Design, Unregistered Community Design, Distinctive Shapes,Trade Marks and Unfair Competition, Copyright and Unfair Competition. USA: Design Patent Law, Copyright Law, Trade Mark and Trade Dress.</p>\n', '', NULL, '1', '', 37300.00, 0, 31705.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-09 11:23:05'),
(1537, 'The Oxford Handbook of The Indian Constitution', '', '<p>The Indian Constitution is one of the world&#39;s longest and most important political texts. Its birth, over six decades ago, signalled the arrival of the first major post-colonial constitution and the world&#39;s largest and arguably most daring democratic experiment. Apart from greater domestic focus on the Constitution and the institutional role of the Supreme Court within India&#39;s democratic framework, recent years have also witnessed enormous comparative interest in India&#39;s constitutional experiment. The Oxford Handbook of the Indian Constitution is a wide-ranging, analytical reflection on the major themes and debates that surround India&#39;s Constitution. The Handbook provides a comprehensive account of the developments and doctrinal features of India&#39;s Constitution, as well as articulating frameworks and methodological approaches through which studies of Indian constitutionalism and constitutionalism more generally, might proceed. Its contributions range from rigorous, legal studies of provisions within the text to reflections upon historical trends and social practices. As such the Handbook is an essential reference point not merely for Indian and comparative constitutional scholars, but for students of Indian democracy more generally.The Indian Constitution is one of the world&#39;s longest and most important political texts. Its birth, over six decades ago, signalled the arrival of the first major post-colonial constitution and the world&#39;s largest and arguably most daring democratic experiment. Apart from greater domestic focus on the Constitution and the institutional role of the Supreme Court within India&#39;s democratic framework, recent years have also witnessed enormous comparative interest in India&#39;s constitutional experiment. The Oxford Handbook of the Indian Constitution is a wide-ranging, analytical reflection on the major themes and debates that surround India&#39;s Constitution. The Handbook provides a comprehensive account of the developments and doctrinal features of India&#39;s Constitution, as well as articulating frameworks and methodological approaches through which studies of Indian constitutionalism and constitutionalism more generally, might proceed. Its contributions range from rigorous, legal studies of provisions within the text to reflections upon historical trends and social practices. As such the Handbook is an essential reference point not merely for Indian and comparative constitutional scholars, but for students of Indian democracy more generally.</p>\n', '', '1st', 1, '9780198787334', '879', '2016', '4', '2025-05-09_16_57_14.968469the_Indian_constitution.jpg', 0, '1200', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 11:28:12', '9', 0, 0, '', '', NULL, '1', '', 2999.00, 0, 2549.15, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-09 11:28:12'),
(1538, 'The 360° Corporation', '', '<p>Companies are increasingly facing intense pressures to address stakeholder demands from every direction: consumers want socially responsible products; employees want meaningful work; investors now screen on environmental, social, and governance criteria; &quot;clicktivists&quot; create social media storms over company missteps. CEOs now realize that their companies must be social as well as commercial actors, but stakeholder pressures often create trade-offs with demands to deliver financial performance to shareholders. How can companies respond while avoiding simple &quot;greenwashing&quot; or &quot;pinkwashing&quot;? This book lays out a roadmap for organizational leaders who have hit the limits of the supposed win-win of shared value to explore how companies can cope with real trade-offs, innovating around them or even thriving within them. Suggesting that the shared-value mindset may actually get in the way of progress, bestselling author Sarah Kaplan shows in&nbsp;<em>The&nbsp;</em><strong>360&deg;&nbsp;</strong><em>Corporation&nbsp;</em>how trade-offs, rather than being confusing or problematic, can actually be the source of organizational resilience and transformation.</p>\n', '', '1st', 1, '9789354358692', '880', '2022', '30', '2025-05-09_17_02_18.832119the_360.jpg', 0, '228', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 11:32:43', '143', 0, 0, '', '', NULL, '1', '', 699.00, 0, 594.15, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-09 11:32:43'),
(1539, 'Public Health, Tobacco and Trade in India', '', '<p>India is the second-largest producer and consumer of tobacco in the world, with related deaths expected to touch 1.5 million by 2020. Tobacco use is, thus, the biggest global and national public health threat of our times.</p>\n\n<p>Against this backdrop, Public Health, Tobacco and Trade in India presents an analysis of the international, constitutional and legal regimes on public health and trade to assess their impact and influence on the right to health as enshrined in the Constitution of India.</p>\n\n<p>It highlights and explains the significance of the World Health Organization (WHO) as an instrument of international health law and its importance in relation to the health exceptions under various WTO agreements.</p>\n', '', '1st', 1, '9789389891539', '503', '2020', '11', '2025-05-09_17_06_26.905159public_health.jpg', 0, '298', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 11:36:50', '13', 0, 1, '', '', NULL, '1', '', 525.00, 0, 446.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-09 11:36:50'),
(1540, 'Green Political Thought', '', '<p>This highly acclaimed introduction to green political thought is now available in a new edition, having been fully revised and updated to take into account the areas which have grown in importance since the third edition was published. Andrew Dobson describes and assesses the political ideology of &#39;ecologism&#39;, and compares this radical view of remedies for the environmental crisis with the &#39;environmentalism&#39; of mainstream politics. He examines the relationship between ecologism and other political ideologies, the philosophical basis of ecological thinking, the potential shape of a sustainable society, and the means at hand for achieving it. New to this edition: analysis of an intellectual and political &#39;anti-environment&#39; backlash an account of sustainability in ecological thought the effect of globalization on ecologism ecological citizenship expanded bibliography. Green Political Thought remains the starting point for all students, academics and activists who want an introduction to green political theory.This highly acclaimed introduction to green political thought is now available in a new edition, having been fully revised and updated to take into account the areas which have grown in importance since the third edition was published. Andrew Dobson describes and assesses the political ideology of &#39;ecologism&#39;, and compares this radical view of remedies for the environmental crisis with the &#39;environmentalism&#39; of mainstream politics. He examines the relationship between ecologism and other political ideologies, the philosophical basis of ecological thinking, the potential shape of a sustainable society, and the means at hand for achieving it. New to this edition: analysis of an intellectual and political &#39;anti-environment&#39; backlash an account of sustainability in ecological thought the effect of globalization on ecologism ecological citizenship expanded bibliography. Green Political Thought remains the starting point for all students, academics and activists who want an introduction to green political theory.</p>\n', '', '4th', 0, '9780415403511', '881', '2020', '54', '2025-05-09_17_13_52.297182green.jpg', 0, '240', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-09 11:43:59', '130', 0, 0, '', '', NULL, '1', '', 21150.00, 0, 17977.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-09 11:43:59'),
(1541, 'Clarke & Howe on Industrial Designs', '', '', '', '10th', 0, '9788197361388', '30', '2024', '3', '2025-05-10_11_59_15.144616industrial_design.jpg', 0, '1196', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-10 06:29:45', '28', 0, 0, '', '', NULL, '1,25', '', 16500.00, 0, 14025.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-10 06:29:45'),
(1542, 'Exclusion Clauses and Unfair Contract Terms', '', '<p><strong>Exclusion Clauses and Unfair Contract Terms</strong>&nbsp;examines, in a detailed, practical, and incisive manner, this important area of contract law. It provides guidance to the practitioner on drafting and using exclusion clauses effectively within the formative phase of a contract. Additionally, it offers commentary on the possibility of&nbsp; challenging an exclusion clause. The text deals with exclusion clauses and unfair contract terms in the context of both commercial and consumer contracts, considering the legal tests which are applied to determine whether the exclusion clause has been successfully incorporated, how it should be interpreted, and the extent to which it might be invalidated at Common Law and under statute.</p>\n', '<p>Considers the ways in which exclusion clauses are controlled by the judiciary and regulated by legislation<br />\nExamines unlawful, void and ineffective exclusion clauses<br />\nExplains in a straightforward and practical manner how to draft exclusion clauses that are lawful, valid and effective<br />\nDeals with exclusion clauses and unfair contract terms in the context of both commercial and consumer contracts<br />\nProvides wholesale review of the recent case law&nbsp;<br />\nAnalyses the courts&rsquo; interpretation of the meaning of &ldquo;written standard terms&rdquo; under the Unfair Contract terms Act.<br />\nDiscusses how the courts are adjusting the process of construing exclusion clauses so as to harmonise this topic with the general principles of interpreting written contracts.<br />\nConsiders in detail the impact of the Consumer Rights Act 2015.</p>\n', '13th', 0, '9788197361357', '882', '2024', '3', '2025-05-10_12_09_53.742584exclusion_clauses.jpg', 0, '712', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-10 06:40:22', '10', 0, 0, '', '', NULL, '25,1', '', 16350.00, 0, 13897.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-10 06:40:22'),
(1543, 'Sweet & Maxwell\'s Hollington on Shareholders Rights', '', '<p>Hollington on Shareholder&rsquo;s Rights provides guidance for readers on the statutory remedies for the protection of minority shareholders with coverage/guidance also of articles of association and shareholders&rsquo; agreements; the fiduciary duties of directors; restrictions on the power of the majority under general principles of equity and the principles of partnership law (such as good faith) which have been adopted in company law.</p>\n\n<p>The opportunity has been taken in the 9th Edition radically to re-organise the book: whilst the main focus remains on the statutory remedies for the protection of minority shareholders (i.e. unfair prejudice, winding up on the just and equitable basis, and derivative claims), the discussion of common law and equitable principles (including those borrowed from partnership law) which relate to their protection, as well as of the personal claims by shareholders, has been brought forward and expanded, resulting in substantial changes to the later main chapters on the statutory remedies.</p>\n\n<p>The 9th Edition also brings the contents up-to-date with all the new case-law since the 8th edition. Highlights are:<br />\nA multitude of UK cases on the meaning of duties of good faith in the law of contract, the implication of such duties and of fiduciary duties in relationships labelled &ldquo;long-term&rdquo; or &ldquo;joint ventures&rdquo;, and the application of these principles in the context of the statutory oppression remedies<br />\nCourt of Appeal authority on the remedies available in the case of a breakdown of a relationship of trust and confidence in a quasi-partnership: Re Paramount Powders Ltd. [2019] EWCA Civ 1644 &ndash;the first occasion that the Court of Appeal has perhaps unwittingly reviewed fundamental principles since the leading House of Lords decision in O&rsquo;Neill v Phillips [1999] 1 WLR 1092.<br />\nA string of cases on the issue whether a discount should be applied in valuing minority shareholdings. This issue has been recently addressed by the Privy Council, in a context other than the statutory oppression remedies, in its important decision in Shanda Games Ltd v Masonry Capital Investments Ltd [2020] UKPC 2.<br />\nThe minority discount issue was also recently addressed by the Court of Appeal in Re Sprintroom Ltd. [2019] EWCA Civ 932, which is an important decision on a variety of issues, including costs, in unfair prejudice proceedings.</p>\n', '', '10th', 0, '9789395696470', '127', '2025', '11', '2025-05-10_12_14_39.850163hollington_on_shareholders.jpg', 0, '1196', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-10 06:45:11', '143', 0, 0, '', '', NULL, '1,25', '', 15225.00, 0, 12941.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 09:32:16'),
(1544, 'Treitel on The Law of Contract', '', '<p><strong>Treitel on the Law of Contract</strong>&nbsp;is recognised as the most thorough and discerning treatment of contract law. It is a widely adopted textbook for students and a valuable source of reference for practitioners. This new edition provides a clear and detailed analysis of an increasingly complex area of law.</p>\n\n<p>Examines, and offers resolutions to, controversial and problematic points of law<br />\nTakes account of a number of cases in the Supreme Court including Arnold v Britton and Wood v Sureterm (interpretation), Marks &amp; Spencer v BNP Paribas (implied terms), Patel v Mirza (illegality), Cavendish v Makdessi (penalties), and Morris-Garner v One Step (negotiating damages)<br />\nAlso covers important developments in the Court of Appeal including FSHC Group Holdings v Glas Trust (rectification) and First Tower Trustees v CDS (Superstores International) (non-reliance) clauses<br />\nIncorporates the provisions of the Consumer Rights Act 2015 into the chapters affected<br />\nTreitel remains the most coherent, comprehensive and compelling analysis of contract law on the market.</p>\n', '', '15th', 1, '9789395696869', '86', '2020', '3', '2025-05-10_12_26_34.765691Treitel.jpg', 0, '1496', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-10 06:57:15', '10', 0, 0, '', '', NULL, '2,1', '', 2100.00, 0, 1785.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-10 06:57:15'),
(1545, 'Constitutional Law of India (In 3 Volumes)', '', '', '', '4th', 0, '9788194776529', '883', '2023 (Reprint)', '39', '2025-05-13_14_28_24.808627constitutional_law.jpg', 0, '3546', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2025-05-13 08:58:27', '9', 0, 0, '', '', NULL, '1', '', 5995.00, 0, 4676.10, 0, 0, 0.00, 0, 0.00, 22.00, 0.00, 0.00, '2025-10-29 06:04:55'),
(1546, 'The Indian Stamp Act', '', '<p>K Krishnamurthy The Indian Stamp Act is an exhaustive commentary on the Central and State legislations relating to Stamp Act along with extracts from relevant allied Acts, and including Rules, Schedules, and Notifications.</p>\n', '<p>Exhaustive section-wise commentary along with latest State Amendments and substantiated with relevant case laws<br />\nContains extensive notes, comments and case law references to assist in understanding the Central Act, various State Stamp Acts, Stamp Duties, Rules and Notifications with utmost ease<br />\nIncludes separate Acts for Maharashtra and Gujarat (Bombay Stamp Act as amended in the above States), Karnataka and Kerala, Rules and Notifications made by these State Governments<br />\nCompiled list of reductions and remissions about bills of exchange, promissory notes, etc. is also reproduced</p>\n', '13th', 0, '9789391211530', '384', '2021', '14', '2025-05-13_14_31_50.794592Indian_stamp_act.jpg', 0, '1196', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-13 09:02:29', '153', 0, 0, '', '', NULL, '1', '', 4595.00, 0, 3905.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-13 09:02:29'),
(1547, 'Law of Easements and Licenses', '', '<p>The first edition of this legal classic on the Law of Easements was published in 1925. The book has travelled almost ten decades and is now in its seventeenth Edition, a testament to enduring appeal and reliability.</p>\n\n<p>This edition has been revised with a view to retain the originality and basic features of the treatise, while enriching it with latest case law and contemporary developments. With some of the sections being borrowed from English law, it encompasses a critical evaluation of common law practice followed in India with English and American law on easement. This work also underlines the distinction between lease and license with commendable clarity and provides a hands-on-approach to learning with each chapter.</p>\n', '<p>Exhaustive Section-wise Commentary on The Indian Easements Act, 1882<br />\nComprises English and American law on Easement and the comparative Indian position<br />\nFocuses on important provisions such as section 13 (Easements of necessity and quasi easements), section 15 (Acquisition of easementary rights by prescription), section 35 (Injunction to restrain disturbance), and sections 52 and 60 (pertaining to License)<br />\nDetermination of and distinction between lease and license has been elaborately explained<br />\nIncludes Special features of Right of Way<br />\nImportant case law of the Supreme Court of India and High Courts has been incorporated</p>\n', '17th', 0, '9788119403677', '884', '2024', '14', '2025-05-13_14_36_14.375273Easements.jpg', 0, '1196', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-13 09:06:50', '140', 0, 0, '', '', NULL, '1', '', 2495.00, 0, 2120.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-13 09:06:50'),
(1549, 'Bharatiya Nyaya Sanhita 2023', '', '<p>Bharatiya Nyaya Sanhita (BNS) 2023 by Taxmann merges the complete legislative text with comparative tables, cross-references, and section notes, simplifying the shift from the Indian Penal Code (IPC). It clarifies digital/electronic crimes, references landmark rulings, and highlights newly introduced penal provisions. Detailed commentary guides practitioners, students, policymakers, and researchers, making BNS accessible and systematic. Supplementary materials, including legislative intent and references to related statutes, further contextualise India&#39;s reformed penal framework. Overall, it is an authoritative, user-friendly resource for navigating the new criminal law regime.</p>\n\n<p>Bharatiya Nyaya Sanhita, 2023 [<em>Bare Act with Section Notes&nbsp;</em>] by Taxmann is a concise yet authoritative reference that combines the full legislative text of the Bharatiya Nyaya Sanhita, 2023 (BNS), comparative tables, cross-references, and expert &#39;section notes&#39; into one publication. It elucidates modern substantive criminal provisions, especially for electronic/digital scenarios, and clarifies how they align with or deviate from the Indian Penal Code, 1860 (IPC).</p>\n\n<p>It offers a thorough and authoritative understanding of India&#39;s new penal law regime under the BNS, ensuring clarity for legal practitioners, the judiciary, policymakers, academicians, researchers, and students.</p>\n', '<p>The Present Publication is the 2025 Edition, covering the amended and updated text of the&nbsp;Bharatiya Nyaya Sanhita, 2023 [<em>Act No. 45 of 2023&nbsp;</em>], with the following noteworthy features:<br />\n<strong>Comprehensive Text of the BNS 2023<br />\n<strong><em>Complete Legislative Text</em></strong>&nbsp;&ndash; Incorporates the full text of the Bharatiya Nyaya Sanhita, 2023, meticulously arrange<br />\nSection Notes &mdash; The Standout Feature<br />\n<strong><em>Editorial/Explanatory Guidance</em></strong>&nbsp;&ndash; Appended right after each statutory section, these notes break down technical phrases, discuss scope and intent, and connect BNS to everyday practice<br />\n<strong><em>Legislative Context</em></strong>&nbsp;&ndash; Demonstrates the evolution from IPC, highlighting which older sections are repealed or merged into the BNS<br />\n<strong><em>Case Law &amp; Practical Insights</em></strong>&nbsp;&ndash; Includes references to landmark Supreme Court and High Court rulings. It also summarises best practices or interpretative pointers relevant to culpable homicide, offences against property, and other core penal concepts<br />\nComparative Tools &amp; Tables<br />\n<strong><em>IPC&ndash;BNS Cross-Reference</em></strong>&nbsp;&ndash; Pinpoints where IPC provisions find their parallels or modifications in BNS, 2023<br />\n<strong><em>Reverse Cross-Reference</em></strong>&nbsp;&ndash; Allows users to start from BNS sections and see their approximate antecedents in the IPC<br />\n<strong><em>List of New Sections&nbsp;</em></strong>&ndash; Highlights fresh concepts introduced under BNS for quick reference<br />\n<strong><em>Table of Repealed IPC Provisions</em></strong>&nbsp;&ndash; Shows which parts of the old code no longer apply, making it easier to transition to BNS<br />\nIn-depth Comparative Study<br />\n<strong><em>Clause-by-Clause Analysis</em></strong>&nbsp;&ndash; Detailed notes track how the BNS differs from or aligns with the IPC. For instance,&nbsp;<em>definitions of new-age offences, extended provisions on cybercrimes, and refined sentencing guidelines are explained in plain language<br />\n<strong><em>Readable &amp; Systematic</em></strong>&nbsp;&ndash; Perfect for both quick referencing and thorough research</em><br />\nSection Key &amp; Alphabetical Index<br />\n<strong><em>Section Key</em></strong>&nbsp;&ndash; Maps major topics (<em>Offences against the Human Body, Offences against Property, Abetment, etc.</em>) to relevant BNS sections<br />\n<strong><em>Alphabetical Key</em></strong>&nbsp;&ndash; Offers an alphabetical subject-based approach, showing how BNS modifies or merges with older IPC rules<br />\nSupplementary Materials<br />\n<strong><em>Arrangement of Sections</em></strong>&nbsp;&ndash; A structured list to navigate the BNS<br />\n<strong><em>Legislative Intent</em></strong>&nbsp;&ndash; Includes Statement of Objects &amp; Reasons, Notes on Clauses, and excerpts from the Parliamentary Committee&#39;s reports for contextual clarity<br />\n<strong><em>Minister&#39;s Speech&nbsp;</em></strong>&ndash; A look into official parliamentary debates, highlighting key policy drives behind the BNS<br />\n<strong><em>Appendix of Related Acts</em></strong>&nbsp;&ndash; Relevant references to other statutes frequently invoked in criminal adjudication (<em>e.g., the Information Technology Act, etc.</em>)<br />\nAnnexures<br />\n<strong><em>Implementation of Sentences</em></strong>&nbsp;&ndash; Explains new guidelines or changes regarding sentencing, remission, and commutation<br />\n<strong><em>Re-designation of Offences</em></strong>&nbsp;&ndash; Clarifies transitions from &#39;IPC chapter headings&#39; to the new BNS structure<br />\n<strong><em>Digital Offences &amp; E-Evidence</em></strong>&nbsp;&ndash; Details guidelines reflecting BNS&#39;s emphasis on digital documentation of evidence and modern technology<br />\n<strong><em>Cross-Links with BNSS &amp; BSA</em></strong>&nbsp;&ndash; Outlines how BNS provisions interplay with parallel procedural or evidentiary changes under the Bharatiya Nagarik Suraksha Sanhita, 2023 and the Bharatiya Sakshya Adhiniyam, 2023<br />\nUser-Friendly Layout<br />\nA broad subject index lets you locate topics efficiently&mdash;vital for practitioners and students navigating extensive criminal law provisions</strong></p>\n\n<p>&nbsp;</p>\n', '1st', 0, NULL, '808', '2023', '10', '2025-05-15_11_26_05.588827TMN_BNS.jpg', 0, '712', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-15 05:56:28', '12', 0, 0, '', '', NULL, '1,2', '', 525.00, 0, 420.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-05-15 05:56:28');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1550, 'Bharatiya Sakshya Adhiniyam 2023', 'Bare Act with Section Notes', '<p>Bharatiya Sakshya Adhiniyam, 2023 [<em>Bare Act with Section Notes&nbsp;</em>] by Taxmann is a concise yet authoritative reference that combines the full legislative text of the Bharatiya Sakshya Adhiniyam, 2023 (BSA), comparative tables, cross-references, and expert &#39;section notes&#39; into one publication. It elucidates modern evidentiary provisions, especially for electronic/digital processes, and clarifies how they align with or deviate from the Indian Evidence Act, 1872.</p>\n\n<p>It offers a thorough and authoritative understanding of India&#39;s new law of evidence under the BSA, ensuring clarity for legal practitioners, the judiciary, policymakers, academicians, researchers, and students.</p>\n', '<p>The Present Publication&nbsp;is the&nbsp;2025 Edition, covering the&nbsp;amended and updated text&nbsp;of the Bharatiya Sakshya Adhiniyam, 2023&nbsp;[<em>Act</em><em>&nbsp;</em><em>No.</em><em>&nbsp;</em><em>47</em><em>&nbsp;</em><em>of</em><em>&nbsp;</em><em>2023&nbsp;</em>],&nbsp;with the following noteworthy features:<br />\n<strong>Comprehensive Text of the BSA 2023<br />\n<strong><em>Complete Legislative Text</em></strong>&nbsp;&ndash; Incorporates the full text of the Bharatiya Sakshya Adhiniyam, 2023, meticulously arranged<br />\nSection Notes &mdash; The Standout Feature<br />\n<strong><em>Editorial/Explanatory Guidance</em></strong>&nbsp;&ndash; Appended right after each statutory section, these notes break down technical phrases, discuss scope and intent, and connect BSA to everyday practice<br />\n<strong><em>Legislative Context</em></strong>&nbsp;&ndash; Demonstrates the evolution from the Indian Evidence Act, 1872, highlighting which older sections are repealed or merged into BSA<br />\n<strong><em>Case Law &amp; Practical Insights</em></strong>&nbsp;&ndash; Includes references to important Supreme Court and High Court rulings. It also summarises best practices or procedural pointers relevant to the admissibility of evidence, electronic records, examination of witnesses, etc.<br />\nComparative Tools &amp; Tables<br />\n<strong><em>IEA&ndash;BSA Cross-Reference</em></strong>&nbsp;&ndash; Pinpoints where provisions of the Indian Evidence Act, 1872 find their parallels or modifications in BSA, 2023<br />\n<strong><em>Reverse Cross-Reference</em></strong>&nbsp;&ndash; Allows users to start from BSA sections and see their approximate antecedents in the Indian Evidence Act<br />\n<strong><em>List of New Sections</em></strong>&nbsp;&ndash; Highlights fresh concepts introduced under BSA for quick reference (<em>e.g., detailed provisions for electronic/digital evidence</em>)<br />\n<strong><em>Table of Repealed IEA Provisions</em></strong>&nbsp;&ndash; Shows which parts of the old legislation no longer apply, making it easier to transition to BSA<br />\nIn-depth Comparative Study</strong><br />\n<strong><em>Clause-by-Clause Analysis</em></strong>&nbsp;&ndash; Detailed notes track how BSA differs from or aligns with the Indian Evidence Act. For instance,&nbsp;<em>redefinitions around &#39;documents,&#39; &#39;electronic records,&#39; and new presumptions are explained in plain language<br />\n<strong><em>Readable &amp; Systematic</em></strong>&nbsp;&ndash; Perfect for both quick referencing and thorough research</em><br />\n<strong>Section Key &amp; Alphabetical Index<br />\n<strong><em>Section Key</em></strong>&nbsp;&ndash; Maps major evidentiary topics (<em>admissions, relevancy of facts, burden of proof, electronic evidence, etc.</em>) to relevant BSA section<br />\nSupplementary Materials<br />\n<strong><em>Arrangement of Sections</em></strong>&nbsp;&ndash; A structured list to navigate the BSA chapters<br />\n<strong><em>Legislative Intent</em></strong>&nbsp;&ndash; Includes Statement of Objects &amp; Reasons, Notes on Clauses, and excerpts from the Parliamentary Standing Committee&#39;s Report for contextual clarity<br />\n<strong><em>Minister&#39;s Speech</em></strong>&nbsp;&ndash; A look into official parliamentary debate, highlighting key policy drives behind BSA<br />\n<strong><em>Appendix of Related Acts</em></strong>&nbsp;&ndash; Relevant references to other statutes (<em>e.g., IT Act, 2000, BNSS, etc.</em>) frequently invoked in evidentiary procedure<br />\nAnnexures<br />\n<strong><em>Comparisons with Other Related Laws</em></strong>&nbsp;&ndash; Explains how BSA interacts with criminal procedure or civil procedure when submitting or challenging evidence<br />\n<strong><em>Illustrations for Digital/Remote Testimonies</em></strong>&nbsp;&ndash; Details guidelines reflecting BSA&#39;s emphasis on electronic/digital processes<br />\n<strong><em>Presumptions &amp; Newly Introduced Provisions</em></strong>&nbsp;&ndash; Summaries showing how the law now tackles e-documents, digital signatures, and other modern evidence forms<br />\n<strong><em>References to Recent Notifications</em></strong>&nbsp;&ndash; Outlines designated responsibilities or official orders relevant to implementing the BSA<br />\nUser-Friendly Layout<br />\n<strong><em>A Broad Subject Index</em></strong>&nbsp;&ndash; Enables you to locate topics efficiently&mdash;vital for practitioners and students navigating extensive evidentiary provisions</strong></p>\n', '1st', 1, NULL, '808', '2023', '10', '2025-05-15_11_31_21.245510TMN_BSA.jpg', 0, '712', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-15 06:01:44', '12', 0, 0, '', '', NULL, '1,2', '', 295.00, 0, 236.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-05-15 06:01:44'),
(1551, 'Justice for the Nation', 'Reflections on 75 years of the Supreme Court of India ', '<p>Justice for the Nation is a collection of essays written by jurists, retired judges, senior lawyers, academicians, and professionals to commemorate the 75th year of the Supreme Court of India. It is a reflective and analytical compendium, encapsulating the key doctrinal developments of the Supreme Court over the last 75 years and its impact on our country. It demonstrates that the story of the Supreme Court is intrinsically intertwined with the history of India and the stories of its citizens. Landmark judgments by the Supreme Court have not only interpreted the Constitution but also influenced the daily lives of millions of Indians. The book covers a range of topics including the Supreme Court&rsquo;s engagement with constitutional rights, standards of judicial review, environmental law, arbitration, advocacy at the Court, and technology. Each chapter highlights how the Court&rsquo;s decisions have dealt with the values enshrined in the Constitution, ranging from the upholding of rights, nondiscrimination, the rule of law, and democracy. The essays reflect on the Court&rsquo;s past, &nbsp;analyze its present, and envision its future, offering a colourful mosaic of its journey from diverse perspectives. Justice for the Nation underscores that the Supreme Court&rsquo;s journey is not just a series of legal decisions, but also a living narrative of the hopes, dreams, and resilience of the Indian population.</p>\n\n<p>The book covers a range of topics including the Supreme Court&rsquo;s engagement with constitutional rights, standards of judicial review, environmental law, arbitration, advocacy at the Court, and technology. Each chapter highlights how the Court&rsquo;s decisions have dealt with the values enshrined in the Constitution, ranging from the upholding of rights, nondiscrimination, the rule of law, and democracy. The essays reflect on the Court&rsquo;s past, analyze its present, and envision its future, offering a colorful mosaic of its journey from diverse perspectives. Justice for the Nation underscores that the Supreme Court&rsquo;s journey is not just a series of legal decisions, but also a living narrative of the hopes, dreams, and resilience of the Indian population.</p>\n\n<p>Justice for the Nation is a collection of essays written by jurists, retired judges, senior lawyers, academicians, and professionals to commemorate the 75th year of the Supreme Court of India. It is a reflective and analytical compendium, encapsulating the key doctrinal developments of the Supreme Court over the last 75 years and its impact on our country. It demonstrates that the story of the Supreme Court is intrinsically intertwined with the history of India and the stories of its citizens. Landmark judgments by the Supreme Court have not only interpreted the Constitution but also influenced the daily lives of millions of Indians. The book covers a range of topics including the Supreme Court&rsquo;s engagement with constitutional rights, standards of judicial review, environmental law, arbitration, advocacy at the Court, and technology. Each chapter highlights how the Court&rsquo;s decisions have dealt with the values enshrined in the Constitution, ranging from the upholding of rights, nondiscrimination, the rule of law, and democracy. The essays reflect on the Court&rsquo;s past, &nbsp;analyze its present, and envision its future, offering a colourful mosaic of its journey from diverse perspectives. Justice for the Nation underscores that the Supreme Court&rsquo;s journey is not just a series of legal decisions, but also a living narrative of the hopes, dreams, and resilience of the Indian population.</p>\n\n<p>The book covers a range of topics including the Supreme Court&rsquo;s engagement with constitutional rights, standards of judicial review, environmental law, arbitration, advocacy at the Court, and technology. Each chapter highlights how the Court&rsquo;s decisions have dealt with the values enshrined in the Constitution, ranging from the upholding of rights, nondiscrimination, the rule of law, and democracy. The essays reflect on the Court&rsquo;s past, analyze its present, and envision its future, offering a colorful mosaic of its journey from diverse perspectives. Justice for the Nation underscores that the Supreme Court&rsquo;s journey is not just a series of legal decisions, but also a living narrative of the hopes, dreams, and resilience of the Indian population.</p>\n', '', '14th', 0, '9788197361364', '885', '2024', '11', '2025-05-15_12_55_29.516894justice.jpg', 0, '1196', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 3, '2025-05-15 07:25:57', '56', 0, 1, '', '', NULL, '2,1', '', 795.00, 0, 675.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 05:13:50'),
(1552, ' Data Protection Strategy', 'Implementing Data Protection Compliance', '<p>Offers essential guidance on compliance for controllers and processors, reflecting GDPR and the&nbsp;Data&nbsp;Protection&nbsp;Act 2018. It includes practical steps, analysis of legislation, key roles, consequences of non-compliance,&nbsp;data&nbsp;audits, and technological challenges.Offers essential guidance on compliance for controllers and processors, reflecting GDPR and the&nbsp;Data&nbsp;Protection&nbsp;Act 2018. It includes practical steps, analysis of legislation, key roles, consequences of non-compliance,&nbsp;data&nbsp;audits, and technological challenges.</p>\n', '', '3rd', 0, '9788198385703', '886', '2022', '3', '2025-05-15_13_01_41.204466data_protection.jpg', 0, '696', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-15 07:32:22', '27', 0, 0, '', '', NULL, '1,2', '', 11300.00, 0, 9605.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-15 07:32:22'),
(1553, 'Environmental Law', '', '', '', '6th', 1, '9789366968162', '764', '2025', '52', '2025-05-26_10_28_17.076938environmental_law.jpg', 0, '900', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-26 04:58:19', '54', 0, 0, '', '', NULL, '2', '', 1260.00, 0, 1071.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-26 04:58:19'),
(1554, 'Law of Mines and Minerals (In 2 Volumes)', '', '<p>VOLUME?1 PART I: MINING LEGISLATIONS 1. Introduction; 2. Mines and Minerals (Development &amp; Regulation) Act, 1957 ; 3. Mines and Minerals (Development and Regulation) Removal of Difficulties Order, 2017; 4. Mineral Concession Rules, 1960 ? Introduction; 5. Powers of the Central Government specified in the Mines and Minerals (Regulation and Development) Act, 1957 and Mineral Concession Rules, 1960; 6. Mineral Concession Rules, 1960; 7. Granite Conservation and Development Rules, 1999; 8. Mineral Conservation and Development Rules, 2017; 9. Marble Development and Conservation Rules, 2002; 10. Minerals (Evidence of Mineral Contents) Rules, 2015; 11. Mineral (Auction) Rules, 2015; 12. National Mineral Exploration Trust Rules, 2015; 13. Establishment of Trust as National Mineral Exploration Trust; 14. Mines and Minerals (Contribution to District Mineral Foundation) Rules, 2015; 15. Mines and Minerals (Contribution to District Mineral Foundation) Rules, 2015; 16. Mineral (Mining by Government Company) Rules, 2015; 17. Minerals (Other than Atomic and Hydro Carbons Energy Minerals) Concession Rules, 2016; 18. Minerals (Transfer of Mining Lease Granted Otherwise than through Auction for Captive Purpose) Rules, 2016; 19. Atomic Minerals Concession Rules, 2016; 20. Coal Blocks Allocation Rules, 2017; 21. Mining Leases (Modification of Terms) Rules, 1956; 22. Mines Act, 1952; 23. Mines Rules, 1955; 24. Mines (Posting up of Abstracts) Rules, 1954; 25. Mines Creche Rules, 1966; 26. Metalliferous Mines Regulations, 1961; 27. Mines Rescue Rules, 1985; 28. Mines Vocational Training Rules, 1966; 29. Offshore Areas Mineral (Development and Regulation) Act, 2002; 30. Offshore Areas Mineral Concession Rules, 2006; 31. Colliery Control Order, 2000; 32. Colliery Control Rules, 2004; 33. New Exploration Leasing Policy-II; 34. Appendices &amp; Notifications; 35. Relevant Extracts From I.T. Act, 1961<br />\n<br />\nVOLUME?2 PART II : COAL MINES LEGISLATIONS</p>\n', '', '23rd', 0, '9788119107063', '887', '2023', '52', '2025-05-26_10_47_35.558557Law_of_Mines_and_Minerals.jpg', 0, '3478', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-26 05:18:05', '54,134', 0, 0, '', '', NULL, '2,1', '', 6300.00, 0, 5355.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-26 05:18:05'),
(1555, 'The Basic Structure Doctrine: Protector of Constitutional Integrity', '', '<p>This book explores the evolution of India&rsquo;s Constitution, focusing on the development and significance of the Basic Structure Doctrine. It argues that the doctrine is pro the diverse people of India, safeguarding their interests rather than being anti-people. By restraining absolute power, the doctrine prevents corruption within government organs. The author meticulously interprets Article 368, which deals with constitutional amendments, harmonizing it with all other constitutional provisions. The book underscores that the interpretation of the Constitution is exclusively within the Judiciary&rsquo;s purview. Through this judicial lens, the book demonstrates that the Basic Structure Doctrine is a vital interpretation ensuring the integrity and stability of India&rsquo;s constitutional framework.</p>\n', '<p>Examines key amendments, landmark cases, and judicial perspectives that have shaped constitutional law in India<br />\nHighlights India&rsquo;s role in setting a global precedent for constitutional integrity<br />\nProvides a balanced view of the impact of the Basic Structure Doctrine on the nation&rsquo;s legal framework<br />\nWeighs the pros and cons of applying the doctrine, with reference to the majority and minority judgments in Kesavananda Bharati&rsquo;s case</p>\n', '1st', 0, '9789349015661', '888', '2025', '14', '2025-05-26_11_00_42.638757Basic_structure.jpg', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-26 05:31:38', '9', 0, 0, '', '', NULL, '1', '', 795.00, 0, 675.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-26 05:31:38'),
(1556, 'Environmental Law in India', '', '<p>Environmental Law in India, 7th edition, offers a comprehensive and exhaustive coverage of this field of law. The book addresses the constitutional mandate for environmental protection, judicial review of environmental decisions, the Bhopal gas tragedy and related litigation, environmental impact assessment, and public participation in the assessment process. The work provides a qualitative analysis of relevant laws, referencing international conventions and the evolving jurisprudence shaped by the judiciary.</p>\n\n<p>Environmental Law in India&nbsp;book discusses the subject with a comparative analysis approach, offering perspectives from different jurisdictions and includes updates on all relevant case law, and critical analysis of landmark judgments from India&rsquo;s constitutional courts. References to essential international treaties and conventions pertinent to environmental law have been incorporated in the book. It serves as a valuable reference for a wide range of readers including students, lawyers, judges, social activists, environmentalists, and researchers.</p>\n', '<p>Updates on changes in law and jurisprudence in India since the last edition<br />\nExamines the National Green Tribunal&rsquo;s (NGT) role in providing expert review and reducing court burdens<br />\nChapter 7 outlines the Supreme Court&rsquo;s perspective on the NGT, highlighting its efficiency as a review institution<br />\nIncludes updates on all the latest legislation and provides information about recent Rules and Amendments, including Ecomark Rules, 2024; Environment Protection (Manner of Holding Inquiry and Imposition of Penalty) Rules, 2024</p>\n', '7th', 1, '9788197759024', '889', '2025', '14', '2025-05-26_11_04_38.093614environmental_law_in_india.jpg', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-26 05:34:41', '54', 0, 0, '', '', NULL, '2', '', 895.00, 0, 760.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-26 05:34:41'),
(1557, 'Guide to the Electricity Laws', '', '<p>Naushir Bharucha&rsquo;s Guide to the Electricity Laws - An Exhaustive Commentary on the Electricity Acts, 2003 and the Electricity Rules, 2005 with CERC Rules Regulations Ever since the publication of the edition in 1961, the statutes governing electricity laws in the country have undergone a sea change. The current Electricity Act of 2003, consolidates three major Acts viz-a-viz Electricity Act, 1910, the Electricity Supply Act, 1948 and the Electricity Regulation Commissions Act, 1998. Naushir Bharucha&#39;s Guide to Electricity Laws endeavors to serve as a guide that systematically and clearly provides an in-depth analysis of the provisions of electricity laws in India. The previous edition of this book was published in 2004, just when the 2003 Act had come into force. In the present edition, the revising editor has developed the work in the light of leading judicial pronouncements and the changes and trends in this field. Being a practitioner himself, he has transformed the work into an easy reference by providing a practical point of view to its intended readers. The book explores the development, changes and interpretation of the law since the previous edition. With the implementation of section 16 of the Electricity Act, 2003, there has been an overhaul of regulations laid down by respective State Commissions which empowers them to specify conditions applicable to the licensees covered under section 14 of the Act within one year from the appointed date. This edition has been updated with latest amendments, rules, notifications, circulars and orders and serves as a comprehensive legal reference covering important case law from 2003 up to 2017. This book is a useful guide for practitioners; advocates representing the energy sectors; appellate tribunals; judges; law firms engaged in matters relating to Projects, Infrastructure &amp; Energy; Legal and Compliance departments of electricity generation/transmission/ distribution companies; the Central and State Regulatory authorities.</p>\n', '', '5th', 0, '9788131253892', '687', '2018', '14', '2025-05-26_11_12_38.717822electricity_laws.jpg', 0, '250', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-26 05:43:07', '18', 0, 0, '', '', NULL, '1', '', 3595.00, 0, 3055.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-26 05:43:07'),
(1558, 'Energy Laws in India (The Electricity Act, 2003 & State Electricity Acts)', '', '', '', '1st', 1, '9789393850324', '890', '2023', '39', '2025-05-26_11_17_46.782299energy_law.jpg', 0, '490', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-26 05:47:58', '134', 0, 0, '', '', NULL, '1', '', 750.00, 0, 637.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-26 05:47:58'),
(1559, 'Legal Research and Moot Court (With Sample Moot Memorial)', '', '', '', '1st', 1, '9788119415557', '891', '2024', '45', '2025-05-26_12_25_31.276518legal-research.jpg', 0, '292', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-05-26 06:55:35', '113', 0, 0, '', '', NULL, '2', '', 350.00, 0, 297.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-05-26 06:55:35'),
(1560, 'Patent Law (in 2 Volumes)', '', '<p>This book delves into various aspects of patent law, covering topics such as patentability conditions, non-patentable inventions, complete specifications, oppositions, revocation, licensing, infringement, IPAB abolition, international conventions, standard essential patents, competition law, regulatory authorities, taxation, and future challenges.The book provides a comprehensive overview of patent law, addressing a wide range of topics and their implications in the Indian context.</p>\n', '', '1st', 0, '9789395696753', '892', '2024', '11', '2025-05-26_17_12_28.130130Patent_law_Prathiba.jpg', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 4, '2025-05-26 11:42:47', '28', 0, 1, '', '', NULL, '1', '', 6500.00, 0, 5330.00, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2026-05-06 05:10:57'),
(1571, 'Guide To Work Place Labour Solutions', '', '', '', '4th', 0, '9788189639761', '898', '2025', '56', '2025-06-19_17_06_02.049550labour.jpg', 0, '760', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-06-19 11:11:44', '51', 0, 0, '', '', NULL, '1', '', 1600.00, 0, 1360.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-06-19 11:11:44'),
(1572, 'LABOUR & SERVICE REFERENCER (2000-2024)', '', '', '', '1st', 0, '9788189639686', '898', '2025 (Supplement Edition)', '56', '2025-06-19_17_05_28.319763labour_01.jpg', 0, '968', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-06-19 11:17:52', '51', 0, 0, '', '', NULL, '1', '', 2200.00, 0, 1870.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-06-19 11:17:52'),
(1573, 'Law & Practice on Minimum Wages', '(Commentaries on Minimum Wages Act, 1948)', '', '', '6th', 0, '8189639969', '361', '2025', '56', '20250724_053513_minimum.jpg', 0, '1200', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-06-19 11:20:57', '51', 0, 0, '', '', NULL, '1', '', 2200.00, 0, 1870.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-06-19 11:20:57'),
(1574, 'The Kolkata Municipal Corporation Building Rules, 2009', '[As Amended by Notification dated 14-8-2026]', '<p>The Kolkata Municipal Corporation Building Rules, 2009 <em>(As Amended by Notification No. 597/UDMA-15011 (24)/12/2023-LS-MA SEC dated 14-8-2025)</em></p>\n\n<p>Including Rates, Taxes, Fees &amp; Charges for the Year 2025-2026</p>\n', '', '2025', 0, NULL, '900', '2025', '1', '20250906_104435_ELH_Bare_Act_KMC_cropped_page-0001.jpg', 0, '165', '0', '0', NULL, NULL, 1, 0, 1, 1, 0, '', 2, 1, '2025-09-06 10:45:06', '146', 0, 0, '', '', NULL, '24', '', 360.00, 0, 270.00, 0, 0, 0.00, 0, 0.00, 25.00, 0.00, 0.00, '2025-09-06 10:45:06'),
(1575, 'In Chambers: A Young Lawyer\'s Guide to Practice, Ethics and Advocacy', '', '<p>A ready reference that fills the real-world gap between what&rsquo;s taught in classrooms and what&rsquo;s needed in courtrooms. Written by&nbsp;<strong>Talha Abdul Rahman (NALSAR, BCL (Oxon.) AoR, Supreme Court of India)</strong>, a respected legal practitioner, the book brings unmatched credibility and first-hand wisdom for young professionals.</p>\n\n<p>It&rsquo;s a&nbsp;<strong>step-by-step, hands-on guide</strong>&nbsp;that simplifies core areas like courtroom conduct, client handling, legal drafting, research, oral advocacy, and professional ethics. With 21 well-organised chapters, it breaks down complex ideas into accessible, practice-oriented insights-ideal for those just entering the legal profession.</p>\n', '<p><strong>Key Features:</strong></p>\n\n<ul>\n	<li><strong>Author&rsquo;s Credibility:</strong>&nbsp;Written by&nbsp;<strong>Talha Abdul Rahman</strong>&nbsp;(AoR, Supreme Court of India), a respected legal practitioner, the book distils wisdom traditionally passed from seniors to juniors.</li>\n	<li><strong>Comprehensive &amp; Updated Content:</strong>&nbsp;Covers advocacy, ethics, legal reasoning, and modern tech use-aligned with today&rsquo;s legal realities.</li>\n	<li><strong>Practical Utility:</strong>&nbsp;Offers real-world examples, actionable tips, and decision-making tools-ideal for interns, juniors, and court-bound professionals.</li>\n	<li><strong>User-Friendly Format:</strong>&nbsp;Systematically divided into 21 chapters focusing on crucial legal skills, from etiquette to drafting.</li>\n	<li><strong>Exam &amp; Practice-Ready</strong>: Provides a bridge between academic theory and the professional courtroom experience; essential for law students and interns.</li>\n</ul>\n\n<p>&nbsp;</p>\n', '1st', 0, '9789348179777', '901', '2025', '9', '20250927_092933_Front_Talha-In-Chambers-front-1st-E-2025.jpg', 0, '256', '0', '0', NULL, NULL, 0, 0, 1, 0, 0, '', 0, 1, '2025-09-27 09:29:38', '22', 0, 0, '', '<p><strong>This book is a must-have for law students, interns, and junior advocates.</strong></p>\n', NULL, '1,2,3', '', 495.00, 0, 495.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2025-09-27 09:29:38'),
(1577, 'Companies Act with Rules', '', '<p><em>Companies Act with Rules</em>&nbsp;is a comprehensive and up-to-date reference on the Companies Act 2013 and all the Rules prescribed under it. This Edition is meticulously updated, incorporating the latest amendments, circulars, and notifications. The hallmark of this publication is its detailed annotations under each section, offering clarity on the interconnected provisions, exemptions, enforcement dates, judicial interpretations, and references to relevant forms and Rules.</p>\n\n<p>This book is intended for the following audience:</p>\n\n<ul>\n	<li><strong><em>Company Law Practitioners &amp; Professionals</em></strong>&nbsp;&ndash; Lawyers, Company Secretaries, and Chartered Accountants involved in corporate compliance, advisory, and litigation</li>\n	<li><strong><em>Corporate Executives &amp; In-house Legal Teams</em></strong>&nbsp;&ndash; Those responsible for ensuring internal adherence to the Companies Act 2013 and allied regulatory requirements</li>\n	<li><strong><em>Government &amp; Regulatory Bodies</em></strong>&nbsp;&ndash; Officials, regulators, and policymakers seeking a consolidated legal reference</li>\n	<li><strong><em>Academics &amp; Researchers</em></strong>&nbsp;&ndash; Faculty, students, and researchers specialising in corporate laws and governance</li>\n</ul>\n\n<p>The Present Publication is the 24th&nbsp;Edition | 2025, updated till 1st&nbsp;June 2025. This book is edited by Taxmann&#39;s Editorial Board, with the following noteworthy features:</p>\n\n<ul>\n	<li>[<strong>Annotated Text of Companies Act 2013</strong>] Provisions enriched with thorough notes, references, and cross-links to relevant Rules, Forms, and allied regulations</li>\n	<li>[<strong>Complete Set of Rules</strong>] The text of all Rules formulated under the Companies Act 2013&mdash;ranging from Incorporation, Share Capital &amp; Debentures, Accounts &amp; Audit to CSR, Meetings, and beyond</li>\n	<li>[<strong>Exemptions &amp; Special Provisions</strong>] Detailed mention of exemptions available to Private Companies, Government Companies, Nidhis, Section 8 (Charitable) Companies, and companies operating in International Financial Services Centres (IFSCs)</li>\n	<li>[<strong>References to Notifications &amp; Circulars</strong>] Each section is supplemented by a list of corresponding circulars, notifications, and clarifications, ensuring the latest regulatory updates are at your fingertips</li>\n	<li>[<strong>Judicial Interpretations</strong>] Handy compendium of Words &amp; Phrases that have been judicially noticed, providing crucial insights into how courts have interpreted key terms</li>\n	<li>[<strong>Allied Law References</strong>] Cross-references to SEBI Regulations, Secretarial Standards (SS-1 to SS-4), Listing Obligations, and relevant provisions from other allied laws</li>\n	<li>[<strong>Date of Enforcement</strong>] Each provision is accompanied by its date of enforcement, ensuring historical clarity and context</li>\n	<li>[<strong>Comparison with 1956 Act</strong>] Where relevant, references to corresponding provisions under the Companies Act 1956 are provided</li>\n	<li>[<strong>User-friendly Approach</strong>] Bold headings, clear subheadings, and margin notes for swift navigation</li>\n</ul>\n', '<ul>\n	<li><strong><em>Initial Framework &amp; Exemptions</em></strong>\n	<ul>\n		<li>Exhaustive lists of rules/regulations, both chronologically and alphabetically</li>\n		<li>Exemptions applicable to different classes of companies: Private, Section 8, Nidhis, Government Companies, and those operating under IFSC licenses</li>\n	</ul>\n	</li>\n	<li><strong><em>Companies Act 2013 &ndash; Annotated Text</em></strong>\n	<ul>\n		<li><em>Arrangement of Sections (Companies Act 2013)</em>&nbsp;&ndash; A convenient summary of sections in the order they appear in the Act</li>\n		<li><em>Annotations</em>&nbsp;&ndash; Each section is explained with:\n		<ul>\n			<li>Relevant sub-rules, forms, and definitions</li>\n			<li>Gist of circulars and notifications that impact the interpretation or application of that section</li>\n			<li>Exemptions available to specific types of companies</li>\n			<li>Date of Enforcement</li>\n			<li>Comparison with parallel 1956 Act provision</li>\n			<li>References to judicially interpreted words/phrases</li>\n			<li>Cross-links to other laws and Secretarial Standards, providing a holistic view</li>\n		</ul>\n		</li>\n		<li><em>Appendix I</em>&nbsp;&ndash; Provisions of other Acts that intersect with the Companies Act 2013</li>\n		<li><em>Appendix II&nbsp;</em>&ndash; A curated list of Words &amp; Phrases judicially noticed</li>\n	</ul>\n	</li>\n	<li><strong><em>Rules Framed Under the Act</em></strong>\n	<ul>\n		<li><em>Key to Prescribed Forms</em>&nbsp;&ndash; Index of forms used across various compliance and reporting obligations</li>\n		<li><em>Compilation of All Rules</em>&nbsp;&ndash; From Companies (Incorporation) Rules 2014 to Companies (Listing of Equity Shares in Permissible Jurisdictions) Rules 2024 and beyond. Each rule is presented in a structured format, enabling quick reference and compliance checks</li>\n		<li><em>Recently Introduced &amp; Updated Rules</em>&nbsp;&ndash; Includes rules on Producer Companies, Valuation, layers of subsidiaries, and the newly introduced or revised rules for IFSCs</li>\n	</ul>\n	</li>\n	<li><strong><em>Circulars &amp; Notifications</em></strong>\n	<ul>\n		<li>A dedicated section collates relevant circulars and notifications under the Companies Act 2013, cross-linked with the sections to which they relate. This ensures you stay current on all Ministry of Corporate Affairs updates and clarifications</li>\n	</ul>\n	</li>\n</ul>\n\n<p>The structure of the book is as follows:</p>\n\n<ul>\n	<li><strong><em>Preliminary Material</em></strong>&nbsp;&ndash; Lists, indexes, and quick references to help locate the relevant rule or section</li>\n	<li><strong><em>Principal Act (Companies Act 2013)</em></strong>&nbsp;&ndash; Section-by-section commentary, arranged sequentially with embedded annotations, references, and commentary</li>\n	<li><strong><em>Appendices</em></strong>&nbsp;&ndash; Supplemental resources, including references to older legislation, definitions, and judicial interpretations</li>\n	<li><strong><em>Rules Compendium</em></strong>&nbsp;&ndash; All Rules are organised logically, mirroring the structure and headings of the legislative text</li>\n	<li><strong><em>Notifications &amp; Circulars</em></strong>&nbsp;&ndash; Chronological compilation for easy tracking of regulatory changes</li>\n	<li><strong><em>Subject Index</em></strong>&nbsp;&ndash; A well-curated subject index spanning from basic definitions to advanced legal concepts, facilitating quick look-ups and cross-referencing</li>\n</ul>\n', '24th', 0, '9789371261173', '187', '2025', '10', '20250929_133354_Screenshot_2025-09-29_184831.jpg', 0, '1820', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2025-09-29 13:34:43', '143', 0, 0, '', '', NULL, '1', '', 2395.00, 0, 1963.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-09-29 13:34:43'),
(1578, 'Law and Social Transformation', '', '<p><strong>Law and Social Transformation, a classic treatise by Dr. P. Ishwara Bhat</strong>&nbsp;expertly put forward optimistic signs of the Indian legal system&#39;s competence to both lead and follow social transformation with an admirable commitment to multiculturalism, empowerment, and sober modernism.</p>\n\n<p>The work is divided into four parts. Part I is a jurisprudential journey of India&#39;s evolution as a rule-of-law country struggling to build a social order informed by equity, equality, and justice. Part II deals with Religion, Language, Regionalism, and Ethnicity. Part III is devoted to an incisive study of the interaction between law and the Constitution on the one hand and the weaker section of society (women, children, and backward classes) on the other. Part IV is a bold attempt to look at the role of law vis-a-vis several sectors of the polity, the economy, the justice delivery system, and civil society in the context of modernization and globalization.</p>\n\n<p>This new edition is a method of understanding the working of the Constitution in society in its complexity and dynamism. It is a study of transformative constitutionalism in the day-to-day legal system. The author has included all the recent developments and case laws to date along with a new chapter on the social dimension of law during the pandemic (COVID-19).</p>\n\n<p>This work is sure to inspire further thinking about law and society&#39;s active partnership in social transformation. The book will benefit students and teachers of law and sociology, lawyers, judges, legislators, social activists, NGOs, administrators, policymakers in the government, and the general public of the country.</p>\n', '', '2nd', 0, '9789390715909', '412', '2022', '9', '20250930_164931_290_law_and_social_transformation_in_india_ed_2022_iphone.png', 0, '1064', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2025-09-30 16:50:17', '160', 1, 0, '', '', NULL, '2', '', 1495.00, 0, 1240.85, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, '2025-09-30 16:50:17'),
(1579, 'Competition Law', 'Concepts, Law & Practice', '<p>Competition Law: Concepts, Law, and Practice by Neha Vyas is part of EBC&#39;s Commercial Titles Series. Competition policy is widely influenced by the conditions prevalent in the market, the political situation of a country, and the economic theories adopted during a time period. These uncertain elements make every case different and therefore the author has not only relied upon developed jurisprudence on the matter in the book but has also delved into the fundamental economic concepts and international developments so as to give a full understanding of competition law.</p>\n\n<p>The book has 12 chapters and includes topics such as economic analysis of competition law, its origin and history, tools essential for determining market power, rule of reason and per se rule, and various forms of vertical and horizontal agreements. Topics such as abuse of dominant power, merger controls, regulatory authorities, and penalty provisions are also covered in this book. The final chapters of this book deal with the interplay between IPR and competition law, formulating competition policy for the digital world and competition advocacy in the Indian context. It also explores the principle of extraterritoriality through case laws in the US, EU, and Indian jurisdictions.</p>\n\n<p>In the appendix, the Bare Act of Competition Act, 2002 and other important rules and regulations related to competition law have been included.</p>\n\n<p>This book is a one-stop solution for readers who want to pursue their career in competition law practice and want a comprehensive understanding of the subject and it is also for those who want to use it for academic purposes.</p>\n\n<p>Competition Law: Concepts, Law, and Practice by Neha Vyas is part of EBC&#39;s Commercial Titles Series. Competition policy is widely influenced by the conditions prevalent in the market, the political situation of a country, and the economic theories adopted during a time period. These uncertain elements make every case different and therefore the author has not only relied upon developed jurisprudence on the matter in the book but has also delved into the fundamental economic concepts and international developments so as to give a full understanding of competition law.</p>\n\n<p>The book has 12 chapters and includes topics such as economic analysis of competition law, its origin and history, tools essential for determining market power, rule of reason and per se rule, and various forms of vertical and horizontal agreements. Topics such as abuse of dominant power, merger controls, regulatory authorities, and penalty provisions are also covered in this book. The final chapters of this book deal with the interplay between IPR and competition law, formulating competition policy for the digital world and competition advocacy in the Indian context. It also explores the principle of extraterritoriality through case laws in the US, EU, and Indian jurisdictions.</p>\n\n<p>In the appendix, the Bare Act of Competition Act, 2002 and other important rules and regulations related to competition law have been included.</p>\n\n<p>This book is a one-stop solution for readers who want to pursue their career in competition law practice and want a comprehensive understanding of the subject and it is also for those who want to use it for academic purposes.</p>\n', '', '1st', 0, '9789389656176', '904', '2021', '9', '20251001_023150_Competition-Law.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2025-10-01 02:32:17', '52', 0, 0, '', '', NULL, '1', '', 1195.00, 0, 991.85, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, '2025-10-01 02:32:17'),
(1580, 'Test', 'test', '<p><strong>Brief Description</strong></p>\n', '<p><strong>Features</strong></p>\n', '23', 0, '123456789', '884', '2025', '1', '20251007_105348_man.png', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2025-10-07 10:54:21', '146', 0, 1, '<p><strong>Contents</strong></p>\n', '<p><strong>Readership</strong></p>\n', NULL, '2', '', 1.00, 0, 1.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2025-11-18 11:38:46'),
(1581, 'Mulla\'s Principles of Mahomedan Law', '', '<p>Mulla&#39;s Principles of Mahomedan Law has been synonymous with the study of Muslim Law in India for over a century. First published in 1906, this legal classic has been extensively cited in judgments by the Supreme Court and various High Courts.</p>\n\n<p>This latest edition strives to maintain the essence and spirit of the original work while eliminating redundant content. It ensures the book&rsquo;s continued applicability and relevance to all the judicial and legislative happenings in the field. It covers all aspects of Mahomedan law from marriage and divorce to wills and succession, providing a comprehensive overview of its complexities, history, and sources.&nbsp;</p>\n', '<ul>\n	<li>&bull; Provides a speedy and convenient grasp of the principles of Muslim Law</li>\n	<li>&bull; Includes appendices providing relevant statutes like the Muslim Women (Protection of Rights on Divorce) Act, 1986, the Muslim Women (Protection of Rights on Marriage) Act, 2019, etc</li>\n	<li>&bull; Contains latest judgments such as Mohammad Abdul Samad v State of Kerala, Anjum Nayyar v Yavar Ehsan, Salem Burial Ground v State of Tamil Nadu, etc</li>\n	<li>&bull; An essential reference for practitioners, judges, students, academicians and everybody interested in the subject.</li>\n</ul>\n', '24th', 1, '9789349015784', '175', '2025', '14', '20251007_155541_9789349015784-397x397.jpg', 2, '', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2025-10-07 15:56:29', '142', 0, 0, '', '', NULL, '2', '', 1195.00, 0, 1015.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-10-07 15:56:29'),
(1582, 'Muslim Law', '', '<p>This immensely popular, comprehensive work lucidly explains the principles of law governing muslims in India. This new sixth edition has been exhaustively revised keeping in view the contemporary developments and the latest syllabus as prescribed for law schools.This immensely popular, comprehensive work lucidly explains the principles of law governing muslims in India. This new sixth edition has been exhaustively revised keeping in view the contemporary developments and the latest syllabus as prescribed for law schools.</p>\n\n<p>The following are the salient features of this new edition:</p>\n\n<ul>\n	<li>Extensively updated, the current edition is precise and clearly presents the essential principles of law.</li>\n	<li>The author has referred authoritative classical texts like?<em>Hedaya</em>?and?<em>Fatawa-i-Alamgiri</em>?and recognised pronouncements of Indian courts and old judgments of the Privy Council.????</li>\n	<li>Includes the statutory changes made by the Wakf (Amendment) Act, 2013; the Jammu and Kashmir Reorganisation Act, 2019; and the Muslim Women (Protection of Rights on Marriage) Act, 2019.</li>\n	<li>Covers significant case law, including the?<em>Vishwa Lochan Madan case</em>;?<em>Shabnam Hashmi case</em>;?<em>Khatoon Nisa case</em>;?<em>Shamima Farooqui case</em>?and the Triple Talaq decision [<em>Shayara Bano case</em>].</li>\n	<li>Appendix includes ?Questions to Test Your Understanding of Muslim Law? to help students prepare for exams.</li>\n	<li>The detailed subject-index and contents add to the utility of the book.</li>\n</ul>\n\n<p>A significant feature of the book is the exhaustive analysis of the constitutional aspects of Muslim law principles. Further, it elucidates the interactions between the personal law and social ethos. Opinions of academic jurists have also been included.</p>\n\n<p>Also included are additional learning resources on?<a href=\"http://www.ebcexplorer.com/\">www.ebcexplorer.com</a>:</p>\n\n<ul>\n	<li>Access to important case law as indicated by Case PilotTM</li>\n	<li>Discussion ForumTM?to post comments, discuss and explore ideas</li>\n	<li>SCC Online? Blog to stay updated on recent happenings of the legal world</li>\n	<li>Useful LinksTM?to get access to a compilation of learning resources</li>\n</ul>\n\n<p>The book will be immensely useful for students of LL B and LL M, faculty in law schools, students appearing for judicial service examinations, family law practitioners and anyone interested in Muslim Law.</p>\n\n<p>The following are the salient features of this new edition:</p>\n\n<ul>\n	<li>Extensively updated, the current edition is precise and clearly presents the essential principles of law.</li>\n	<li>The author has referred authoritative classical texts like?<em>Hedaya</em>?and?<em>Fatawa-i-Alamgiri</em>?and recognised pronouncements of Indian courts and old judgments of the Privy Council.????</li>\n	<li>Includes the statutory changes made by the Wakf (Amendment) Act, 2013; the Jammu and Kashmir Reorganisation Act, 2019; and the Muslim Women (Protection of Rights on Marriage) Act, 2019.</li>\n	<li>Covers significant case law, including the?<em>Vishwa Lochan Madan case</em>;?<em>Shabnam Hashmi case</em>;?<em>Khatoon Nisa case</em>;?<em>Shamima Farooqui case</em>?and the Triple Talaq decision [<em>Shayara Bano case</em>].</li>\n	<li>Appendix includes ?Questions to Test Your Understanding of Muslim Law? to help students prepare for exams.</li>\n	<li>The detailed subject-index and contents add to the utility of the book.</li>\n</ul>\n\n<p>A significant feature of the book is the exhaustive analysis of the constitutional aspects of Muslim law principles. Further, it elucidates the interactions between the personal law and social ethos. Opinions of academic jurists have also been included.</p>\n\n<p>The book will be immensely useful for students of LL B and LL M, faculty in law schools, students appearing for judicial service examinations, family law practitioners and anyone interested in Muslim Law.</p>\n', '', '6th', 0, '9788119868773', '906', '2020 Reprint 2024', '9', '20251007_160320_Front_rashid_muslim_law_6th_2020-Reprint-2024-front__1_.jpg', 2, '', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2025-10-07 16:04:02', '142', 0, 0, '', '', NULL, '2', '', 495.00, 0, 420.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-10-07 16:04:02'),
(1583, 'The Bharatiya Nagarik Suraksha Sanhita, 2023 (BNSS)', '', '<p>The&nbsp;<strong>Bharatiya Nagarik Suraksha Sanhita, 2023 (BNSS)</strong>, introduced on August 11, 2023, replaces the Code of Criminal Procedure (CrPC), 1973, to modernise India&rsquo;s criminal justice system. BNSS revises bail provisions, broadens the use of electronic evidence, and enhances procedural efficiency. With a focus on speed, transparency, and accountability, BNSS aims to streamline investigations and improve access to justice.</p>\n\n<p><strong>Ratanlal &amp; Dhirajlal: The Bharatiya Nagarik Suraksha Sanhita, 2023</strong>&nbsp;is a detailed, section-wise book on the BNSS, which came into effect from 1 July 2024. The author has tried to be brief and lucid while explaining the new provisions introduced by the BNSS and highlighting the changes introduced in the provisions of the Code of Criminal Procedure, 1973. Comments after each section provide the corresponding section from the Code of Criminal Procedure, 1973 and highlight the changes brought in along with relevant principles of law and judgments.</p>\n\n<p>This BNSS, 2023 24th edition provides a detailed analysis of the new provisions introduced by the Nagarik Suraksha Sanhita, however, it preserves the essence and spirit of the original work, ensuring its continued applicability and relevance to both the newly enacted and the foundational principles of the earlier Act.</p>\n', '<p><strong>Key Features:</strong><br />\nProvides commentary on the new provisions of the Bharatiya Nagarik Suraksha Sanhita, 2023 as well as those retained from the erstwhile Code of Criminal Procedure, 1973<br />\nThe legislation portion of the omitted sections under the Code of Criminal Procedure, 1973 has been provided at the end of the book<br />\nReflects on the Spirit of the New Criminal Acts with major changes in the Bharatiya Nagarik Suraksha Sanhita, 2023&nbsp;<br />\nIncludes a table comparing the provisions of with Bharatiya Nagarik Suraksha Sanhita, 2023 those of Code of Criminal Procedure, 1973<br />\nContains landmark judgments relevant for interpreting the provisions of the Code of Criminal Procedure, 1973 and the Bharatiya Nagarik Suraksha Sanhita, 2023, including a table on some of the most Recent Judgments<br />\nCompares relevant provisions of the Code of Criminal Procedure, 1973, with the Bharatiya Nagarik Suraksha Sanhita (BNSS), 2023 and vice versa<br />\nIncludes Observations/Recommendations of Parliamentary Standing Committee<br />\nEnsures that the spirit and essence of the original work are maintained, preserving its relevance and applicability to both the Act and the Bharatiya Nagarik Suraksha Sanhita (BNSS)</p>\n', '24th', 1, ' 9789349015005', '347', '2025', '14', '20251013_100055_BNSS.jpg', 0, '1610', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-10-13 10:08:52', '12', 0, 0, '', '', NULL, '2,1', '', 1495.00, 0, 1315.60, 0, 0, 0.00, 0, 0.00, 12.00, 0.00, 0.00, '2025-10-13 10:08:52');
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1584, 'Principles of Administrative Law', '', '<p>Administrative Law is the area of public law which aims to promote the responsible exercise of power. In India, this task of oversight is performed by the Courts. How do questions of Administrative Law alter when the State moves from a controlled to a liberalized economy? Is less judicial oversight required in the latter situation or would the Court&#39;s mandate to ensure the responsible exercise of power be the same irrespective of the economic policy pursued by the State? Are Courts required to exercise judicial restraint when queries are raised around the policies adopted by the executive? Amita Dhanda in this edition of Jain and Jain&#39;s Administrative Law has tracked the evolution of the field as India moved from a controlled to a liberal economy.</p>\n\n<p>The Jain and Jain tradition of combining description with critique has been continued by Dhanda. This commentary would be useful for both students and practitioners as it critically documents the various developments in the Principles of Administrative Law.</p>\n\n<ul>\n</ul>\n', '<p><strong>Key Features:</strong><br />\nIn this edition, the book has been thoroughly restructured around key principles of administrative law, and thus, the dedicated parts have been created around delegated legislation; natural justice; administrative powers; judicial remedies; non judicial remedies and government privileges and duties<br />\nTwo new chapters, one on Bias and the other on the Auditing Regime in the country, have been incorporated<br />\nEncompasses important administrative case law up till 2023<br />\nThe book also demonstrates why independence of the judiciary is integral to obtaining executive accountability which is one of the primary objectives of Administrative Law</p>\n', '8th', 0, '9788119403141', '626', '2024', '14', '20251013_101757_Principles_of_Administrative_Law.jpg', 0, '1164', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-10-13 10:18:42', '5', 0, 0, '', '', NULL, '2,1', '', 2195.00, 0, 1865.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-10-13 10:18:42'),
(1585, 'The Indian Stamp Act', 'An Exhaustive Section-wise Commentary with State Amendments', '<p>The Indian Stamp Act by S Krishnamurthi Aiyar is a comprehensive guide that provides detailed commentary on the Indian Stamp Act, 1899. This edition includes the latest amendments to the Central Act as well as various State Amendments. The Indian Stamp Act book is designed to offer clarity and ease of understanding through extensive notes, comments, and case law references. It serves as a valuable tool for navigating the complexities of the Indian Stamp Act and related state-specific legislation.</p>\n', '<p>Revised in light of the J&amp;K Reorganisation Act and the Finance Acts of 2019, 2021 and 2023<br />\nCovers state-specific stamp duty laws, rules, and notifications, making it relevant for practitioners across different states<br />\nIncorporates latest case laws like In Re, Interplay between Arbitration Agreements under A&amp;C Act, 1996 and Stamp Act, 1899, State of Maharashtra v National Organic Chemical Industries Ltd, Rewa Tollway (P) Ltd v State of M P, G M Shahul Hameed v Jayanthi R Hegde, etc<br />\nIncludes latest legislation like Maharashtra Stamp (Amendment) Ordinance, 2024, rules pertaining to e-payment of stamp duty by the Gujarat Legislature, determination of market value of instruments, and preparation and revision of market value guidelines by the Madhya Pradesh Legislature, etc<br />\nEssential resource for legal professionals, revenue officers, and anyone involved in the application of stamp duty laws</p>\n', '10th', 0, '9788197759000', '381', '2025', '14', '20251013_102619_Indian_Stamp_Act.jpg', 0, '1277', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-10-13 10:26:28', '161,19', 0, 0, '', '', NULL, '1', '', 3495.00, 0, 2970.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-10-13 10:26:28'),
(1587, ' Morgan, Burden and Berry on IT Contracts', '', '<p>The 10th edition of?Morgan, Burden and Berry on IT Contracts:</p>\n\n<ul>\n	<li>deals with the GDPR, the Data Protection Act 2018 and the latest guidance from the Information Commissioner;</li>\n	<li>contains a new chapter and three precedents for artificial intelligence;</li>\n	<li>includes a precedent for intermediation services based on Regulation (EU) 2019/1150 on promoting fairness and transparency for business users of online intermediation services;</li>\n	<li>discusses the Trade Secrets (Enforcement) Regulations 2018;</li>\n	<li>makes extensive use of the Consumer Contracts (Information, Cancellation and Additional Charges) Regulations 2013;</li>\n	<li>considers the development of software licences post SAP v Diageo;</li>\n	<li>includes a completely rewritten section on export control, covering the US as well as the UK; discusses the increasingly common use of agile methodology in software development, and provides a suitable precedent;</li>\n	<li>responds to the recommendation of formal agreements for data-sharing in the Information Commissioner?s latest code of practice with an updated precedent to cover data-sharing;</li>\n	<li>examines in detail the key area of non-web based services, looking at the impact of consultancy and outsourcing in the IT contractual context;</li>\n	<li>recognises the increasing relevance of web-based (e.g. Cloud) services by giving them a central place central place in the structure of the work; and</li>\n	<li>examines afresh the topic of procurement and its relevance in the light of changing regulations.</li>\n</ul>\n', '', '10th (South Asian Edition)', 0, '9789395696371', '819', '2023', '3', '20251013_110834_Morgan__Burden_and_Berry_on_IT_Contracts.jpg', 0, '1079', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2025-10-13 11:09:01', '10,27', 0, 0, '', '', NULL, '1', '', 10000.00, 0, 8000.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-27 03:14:05'),
(1588, 'Sports Contracts', '', '<p>Sports Contracts is a comprehensive legal text that thoroughly categorises and analyses the various types of sports contracts, and their distinct legal implications. These contracts often involve high stakes and require careful legal structuring to address performance standards, disciplinary mechanisms, dispute resolution processes, and clauses relating to conduct, image rights, anti-doping compliance, and even morality.</p>\n\n<p>The book offers a thorough and insightful exploration of the complex and evolving field of Sports Contracts. With the advent of high-level professionalism being introduced into various disciplines in sport and with international players coming into India to showcase their talent and skills, a book on Sports Contracts is the need of the hour.</p>\n\n<ul>\n</ul>\n', '<p><strong>Key Features:</strong></p>\n\n<ul>\n	<li>Examines the fundamental principles underlying sports contracts</li>\n	<li>Elucidates key contractual terms and common pitfalls</li>\n	<li>Explores the roles of arbitration and ethical considerations within the realm of sport</li>\n	<li>Essential reading not only for legal practitioners and sports administrators but also for athletes, students, academicians, sports medical team, organisers, clubs, governing bodies and other parties connected with Sports\n	<p>Sports Contracts is a comprehensive legal text that thoroughly categorises and analyses the various types of sports contracts, and their distinct legal implications. These contracts often involve high stakes and require careful legal structuring to address performance standards, disciplinary mechanisms, dispute resolution processes, and clauses relating to conduct, image rights, anti-doping compliance, and even morality.</p>\n\n	<p>The book offers a thorough and insightful exploration of the complex and evolving field of Sports Contracts. With the advent of high-level professionalism being introduced into various disciplines in sport and with international players coming into India to showcase their talent and skills, a book on Sports Contracts is the need of the hour.</p>\n\n	<p><strong>Key Features:</strong></p>\n	</li>\n	<li>Examines the fundamental principles underlying sports contracts</li>\n	<li>Elucidates key contractual terms and common pitfalls</li>\n	<li>Explores the roles of arbitration and ethical considerations within the realm of sport</li>\n	<li>Essential reading not only for legal practitioners and sports administrators but also for athletes, students, academicians, sports medical team, organisers, clubs, governing bodies and other parties connected with Sports\n	<p><strong>Key Features:</strong></p>\n	</li>\n	<li>Examines the fundamental principles underlying sports contracts</li>\n	<li>Elucidates key contractual terms and common pitfalls</li>\n	<li>Explores the roles of arbitration and ethical considerations within the realm of sport</li>\n	<li>Essential reading not only for legal practitioners and sports administrators but also for athletes, students, academicians, sports medical team, organisers, clubs, governing bodies and other parties connected with Sports\n	<p>Sports Contracts is a comprehensive legal text that thoroughly categorises and analyses the various types of sports contracts, and their distinct legal implications. These contracts often involve high stakes and require careful legal structuring to address performance standards, disciplinary mechanisms, dispute resolution processes, and clauses relating to conduct, image rights, anti-doping compliance, and even morality.</p>\n\n	<p>The book offers a thorough and insightful exploration of the complex and evolving field of Sports Contracts. With the advent of high-level professionalism being introduced into various disciplines in sport and with international players coming into India to showcase their talent and skills, a book on Sports Contracts is the need of the hour.</p>\n\n	<p><strong>Key Features:</strong></p>\n	</li>\n	<li>Examines the fundamental principles underlying sports contracts</li>\n	<li>Elucidates key contractual terms and common pitfalls</li>\n	<li>Explores the roles of arbitration and ethical considerations within the realm of sport</li>\n	<li>Essential reading not only for legal practitioners and sports administrators but also for athletes, students, academicians, sports medical team, organisers, clubs, governing bodies and other parties connected with Sports</li>\n</ul>\n', '1st', 0, '9789349015074', '907', '2025', '14', '20251013_111558_Sports_Contracts.jpg', 0, '483', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-10-13 11:16:37', '162,10', 0, 0, '', '', NULL, '1', '', 1695.00, 0, 1440.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-10-13 11:16:37'),
(1589, 'Indian Constitutional Law', '', '<p>M.P. Jain&rsquo;s Indian Constitutional Law is an authoritative and classic treatise on Indian constitutional law. M P Jain Constitutional Law book, presently in its Ninth edition, is a thematic presentation of the complex and multidimensional discipline of Indian Constitutional law in a lucid, comprehensive and systematic manner.&nbsp; This edition delves into both the initial applications and modern interpretations of the Constitution of India. The book also takes note of the rich stream of contemporary jurisprudence with a focus on areas like disability rights, intersectionality, and indirect discrimination, as well as evolving constitutional principles like Fiscal federalism, transformative constitutionalism and constitutional morality.&nbsp; It is an important reference for the Bench and the bar, students and teachers, public intellectuals and media professionals, bureaucrats and politicians, and social movement entrepreneurs alike</p>\n\n<ul>\n</ul>\n', '<p><strong>Key Features:</strong></p>\n\n<ul>\n	<li>Thoroughly revised with commentary on recent constitutional amendments and Supreme Court and High Court jurisprudence</li>\n	<li>Analysis of doctrines like Transformative Constitutionalism, Constitutional Morality, Populist Constitutionalism, Constitutional Silence, Unenumerated Rights, Basic Structure, Accommodative Society, etc.</li>\n	<li>Includes comprehensive commentary on concepts like privacy rights, abortion, and the right to be forgotten, criminalization of Triple Talaq, decolonization of criminal laws, relationship between the Central and State governments, Indirect discrimination, Intersectionality, Reasonable accommodation, Doctrine of Proportionality, etc&nbsp;</li>\n	<li>In-depth and critical engagement with the impact of recent jurisprudence of the Supreme Court in domains like electoral bond, Sub-classification amongst SC/ST, Modification of Article 370, Scope of Parliamentary privileges, Same Sex Marriage, Appointment of Election Commissioners, Royalty and Tax and Taxing powers of States, Scope of cultural and educational rights under Article 29-30, etc</li>\n	<li>Critical Reflections on contemporary scholarship in Indian Public Law and comparative Constitutional Law</li>\n</ul>\n', '9th', 0, '9788119403134', '626', '2025', '14', '20251013_113741_Indian_Constitutional_Law.jpg', 0, '2303', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-10-13 11:38:08', '9', 0, 0, '', '', NULL, '1', '', 2495.00, 0, 2120.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-10-13 11:38:08'),
(1590, 'Companies Act, 2013', '', '<p>The book aims to present the Companies Act, 2013 in a user-friendly manner. To understand a particular section, Company Rules and Case Laws play a crucial role. To facilitate a better understanding of Company Rules for a specific section, the following&nbsp;<strong>unique approach</strong>&nbsp;has been adopted:The book aims to present the Companies Act, 2013 in a user-friendly manner. To understand a particular section, Company Rules and Case Laws play a crucial role. To facilitate a better understanding of Company Rules for a specific section, the following&nbsp;<strong>unique approach</strong>&nbsp;has been adopted:<br />\nWhile reading a section, one may come across the phrase&nbsp;<strong>&lsquo;as may be prescribed&rsquo;</strong>, which refers to&nbsp;<strong>&lsquo;as prescribed under Company Rules&rsquo;</strong>. The relevant Company Rule has been placed under the respective section with a specific reference to the sub-section. Say for example, a section contains sub-section (3) and sub-section (6), where the phrase&nbsp;<strong>&lsquo;as may be prescribed&rsquo;</strong>&nbsp;appears. The applicable rule, along with its rule number, is precisely mentioned under each such sub-section. This allows the reader to correlate the relevant rule number with the respective sub-section simultaneously.<br />\nAfter the&nbsp;<strong>&lsquo;Company Rule&rsquo;</strong>&nbsp;heading, the second heading,&nbsp;<strong>&lsquo;Case Law&rsquo;</strong>, follows. Various significant judgments on different legal issues, where interpretation of law is involved, are provided to help the reader gain a deeper understanding of the section.<br />\nThe Case Law is presented in an affirmative, concise, and summarized form.<br />\nWhere the same issue has been addressed in multiple cases, references to such cases are provided at the same place, thus, avoiding repetition when the matter has already been adjudicated.<br />\nConsidering the above approach, reading the Companies Act, 2013 alongside Company Rules and Case Laws offers a&nbsp;<strong>comprehensive perspective</strong>&nbsp;on each section. This book serves as a&nbsp;<strong>complete guide</strong>&nbsp;for Professionals, Academicians, Students, Advocates, Company Secretaries, Chartered Accountants, Cost Accountants, and Insolvency Professionals.<br />\nWhile reading a section, one may come across the phrase&nbsp;<strong>&lsquo;as may be prescribed&rsquo;</strong>, which refers to&nbsp;<strong>&lsquo;as prescribed under Company Rules&rsquo;</strong>. The relevant Company Rule has been placed under the respective section with a specific reference to the sub-section. Say for example, a section contains sub-section (3) and sub-section (6), where the phrase&nbsp;<strong>&lsquo;as may be prescribed&rsquo;</strong>&nbsp;appears. The applicable rule, along with its rule number, is precisely mentioned under each such sub-section. This allows the reader to correlate the relevant rule number with the respective sub-section simultaneously.<br />\nAfter the&nbsp;<strong>&lsquo;Company Rule&rsquo;</strong>&nbsp;heading, the second heading,&nbsp;<strong>&lsquo;Case Law&rsquo;</strong>, follows. Various significant judgments on different legal issues, where interpretation of law is involved, are provided to help the reader gain a deeper understanding of the section.<br />\nThe Case Law is presented in an affirmative, concise, and summarized form.<br />\nWhere the same issue has been addressed in multiple cases, references to such cases are provided at the same place, thus, avoiding repetition when the matter has already been adjudicated.<br />\nConsidering the above approach, reading the Companies Act, 2013 alongside Company Rules and Case Laws offers a&nbsp;<strong>comprehensive perspective</strong>&nbsp;on each section. This book serves as a&nbsp;<strong>complete guide</strong>&nbsp;for Professionals, Academicians, Students, Advocates, Company Secretaries, Chartered Accountants, Cost Accountants, and Insolvency Professionals.</p>\n', '', '1st', 0, '9789384345600', '908', '2025', '57', '20251013_115632_companies-act-2013.jpg', 0, '1048', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-10-13 11:57:32', '143', 0, 0, '', '', NULL, '1', '', 2495.00, 0, 2120.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2025-10-13 11:57:32'),
(1591, 'Real Estate - A Buyers Playbook', '', '<p>The book demystifies real estate investment for home buyers and investors alike. The book answers the essential five W&rsquo;s of real estate: who should buy, why should you buy, when should you buy, where should you buy, what should you buy. Further, it explains the &ldquo;How&rdquo; of buying property with clarity and provides practical tips that help translate your real estate aspirations into a reality.</p>\n', '', '1st', 1, '9789395696319', '909', '2024', '11', '20251013_121247_Real_Estate.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-10-13 12:13:27', '132', 0, 1, '', '', NULL, '1', '', 695.00, 0, 569.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-10-13 12:13:27'),
(1593, 'Customs & FTP Ready Reckoner', '', '<p>This book is a comprehensive guide that simplifies the intricate realms of Indian Customs laws and the Foreign Trade Policy (FTP). This reference work presents the most current and practical insights on Customs procedures, duties, valuations, exemptions, adjudication, appeals, and the entire scope of Foreign Trade Policy 2023. The book addresses practical challenges in dealing with import-export compliance, Customs clearance, duty drawbacks, SEZ regulations, and international trade facilitation.</p>\n', '', '1st', 0, '9789364552141 No. of Pages', '910', '2025', '10', '20251023_115534_Capture21.JPG', 2, '', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2025-10-23 11:56:20', '145', 0, 0, '', '', NULL, '1', '', 1895.00, 0, 1553.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-10-23 11:56:20'),
(1594, 'Specific Relief Act', '', '<p>Sarkar Specific Relief Act, is a monumental work and for the past several decades, has been an extremely valuable text for members of the bar and bench. The fact that this book is currently in its 19th edition, speaks volumes about its undisputed quality and standard. This celebrated classic aims to provide a comprehensive analysis of the Specific Relief Act, blending theoretical insights with practical applications.</p>\n', '<ul>\n	<li>Meticulous examination of judicial interpretations and the legislative intent behind key sections, providing a well-rounded perspective that balances academic rigor with practical relevance</li>\n	<li>Provides comprehensive coverage of topics and thoroughly updated case law and key recent decisions like Rajesh Kumar v Anand Kumar, Maharaj Singh v Karan Singh&nbsp; and Darshan Singh v Brij Bhushan Chaudhary</li>\n	<li>Comparative study with other jurisdictions to highlight the global context and relevance of specific relief in modern legal systems</li>\n	<li>Detailed review of provisions relating to specific performance of contracts; rectification of instruments, rescission of contracts, cancellation of instruments, declaratory decrees and injunctions</li>\n</ul>\n', '19th', 0, '9789395116855', '749', '2024', '14', '20251024_161211_9789395116855-397x397.jpg', 2, '', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2025-10-24 16:12:54', '10', 0, 0, '', '', NULL, '1', '', 3095.00, 0, 2476.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2025-10-24 16:12:54'),
(1595, 'Sampath Iyengar’s Law of INCOME TAX [Vols. 1 to 12]', 'Complete Set', '', '', '13th', 0, '9789393749871', '911', '2024', '35', '20251029_124359_Law_of__Income_tax_samphath_12_vol_Front.jpg', 2, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2025-10-29 12:44:42', '57', 0, 0, '', '', NULL, '1', '', 35940.00, 0, 29470.80, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-11-13 09:42:23'),
(1597, 'Statement of Indian Law', '(In 3 Voumes)', '<p>Statement of Indian Law is a monumental work that presents a running interpretative commentary on the Constitution of India. It is a chronological compilation, classification, and annotation of the decisions of the Constitution Benches of the Supreme Court of India since its inception. This work looks at how these decisions resolve and explicate the substantial questions of law as to the interpretation of the Constitution.&nbsp;</p>\n\n<p>The book examines aspects like spread of unanimity, dissent and concurrence in Constitution Bench decisions, and the distribution of judges with reference to their participation and authorship of judgments.</p>\n', '<ul>\n	<li>The only exhaustive commentary on Constitution Bench judgments of the Supreme Court</li>\n	<li>Illustrative depiction of the evolution of law that has taken place through the Constitutional Benches and its impact on the Constitution and constitutional order</li>\n	<li>Dedicated chapter that draws a picture of the productivity of the Supreme Court since its inception with the help of graphs, pie charts and tables</li>\n	<li>Addendum featuring recent judgments of historic significance such as Vivek Narayan Sharma v Union of India, In Re Article 370 of the Constitution of India, Sita Soren v Union of India, etc.</li>\n</ul>\n\n<p>&nbsp;</p>\n', '2nd', 0, '9789391211325', '914', '2024', '14', '20251030_035005_9789391211325-397x397.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 5, '2025-10-30 03:50:33', '9', 0, 0, '', '', NULL, '1', '', 8495.00, 0, 6965.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, NULL),
(1598, 'Forensic Science - Revolution of Criminal Law and Trends', '', '', '', '1st', 0, '9789348076519', '915', '2025', '39', '20251113_083247_forensic_science.jpg', 0, '204', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 08:33:46', '12', 0, 0, '', '', NULL, '2,1', '', 550.00, 0, 451.00, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-11-13 09:43:26'),
(1599, 'Central Banking Laws in India', '(Commentaries on The Reserve Bank of India Act with notes on The Banking Regulation Act, Rules and Regulations)', '', '', '1st', 0, '9788197746086', '916', '2025', '39', '20251113_084202_central_banking_laws_in_india.jpg', 0, '1104', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 08:42:09', '139', 0, 0, '', '', NULL, '2,1', '', 2195.00, 0, 1799.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-11-13 09:42:55'),
(1600, 'Artificial Intelligence and Law ', '(Challenges Demystified)', '', '', '2nd Edition, 2025 (Reprint)', 0, '9788197329456', '917', '2024', '39', '20251113_085007_Artificial_Intelligence.jpg', 0, '228', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 08:50:08', '27', 0, 0, '', '', NULL, '1', '', 695.00, 0, 569.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-11-13 09:42:39'),
(1601, 'Child Rights In India - From Vulnerability to Empowerment', '', '', '', '1st', 1, '9789348076649', '918', '2025', '39', '20251113_085441_Child_Rights_In_India.jpg', 0, '184', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 08:54:59', '26', 0, 0, '', '', NULL, '2,1', '', 395.00, 0, 323.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-11-13 09:41:59'),
(1602, 'Questioned Documents ', '', '<p>A landmark treatise in forensic document examination,&nbsp;<em>Questioned Documents</em>&nbsp;by Albert S. Osborn remains one of the most authoritative references in the field. The book systematically explains the principles, procedures, and evidentiary value of document analysis, covering handwriting, signatures, typewriting, alterations, erasures, and counterfeiting. With its analytical approach and rich case examples, the work serves as a cornerstone for understanding the scientific and legal dimensions of questioned document investigation, especially relevant to forensic and legal professionals in India dealing with document-related disputes and criminal cases.A landmark treatise in forensic document examination,&nbsp;<em>Questioned Documents</em>&nbsp;by Albert S. Osborn remains one of the most authoritative references in the field. The book systematically explains the principles, procedures, and evidentiary value of document analysis, covering handwriting, signatures, typewriting, alterations, erasures, and counterfeiting. With its analytical approach and rich case examples, the work serves as a cornerstone for understanding the scientific and legal dimensions of questioned document investigation, especially relevant to forensic and legal professionals in India dealing with document-related disputes and criminal cases.</p>\n', '<p>Explains techniques for identifying forgery, tracing authorship, and detecting document tampering through scientific comparison.<br />\nIncludes practical illustrations, photographs, and courtroom examples demonstrating the application of methods in real cases.<br />\nDiscusses the admissibility of expert evidence and the evolving role of forensic science in judicial proceedings.<br />\nProvides a systematic foundation for both theoretical understanding and hands-on forensic practice.<br />\nA timeless resource used globally in police investigations, forensic laboratories, and law schools</p>\n', '2nd', 0, '9788194776543', '919', '2025', '39', '20251113_090211_questioned_documents.jpg', 0, '1070', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 09:02:44', '12', 0, 0, '', '', NULL, '1,2', '', 1695.00, 0, 1389.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, NULL),
(1603, 'Make Your Will Yourself With Model Drafts', '', '', '', '8th (2022)', 1, '9789393850713', '920', '2022 (Reprint 2023)', '39', '20251113_093436_wills.jpg', 0, '296', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 09:35:16', '42', 0, 0, '', '', NULL, '2,1', '', 395.00, 0, 323.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, NULL),
(1604, 'The Framing of India\'s Constitution (In 6 Volumes)', '', '<p>Vol. 1: Nationalist efforts at constitution making and demand for a Constituent Assembly (18891939) Official acceptance of the demand and setting up of the Constituent Assembly (19401947) Transfer of power Negotiations with Princely States.<br />\n<br />\nVol. 2: Settling the principles Advisory Committee on Fundamental Rights, Minorities. Etc. Union and Provincial Constitution Committees. Union Powers Committee Memoranda and notes submitted to these Committees and their Subcommittees Proceedings, minutes and reports of the Committees and Subcommittees.<br />\n<br />\nVol. 3: Drafting of the Constitution First draft by Constitutional Adviser. October 1947 Drafting Committee&#39;s Minutes Draft Constitution prepared by Drafting Committee. February 1948.<br />\n<br />\nVol. 4: Comments and Suggestions on Draft Constitution More Minutes of Drafting Committee Proceedings of meetings of Drafting Committee with Provincial and Central Government representatives Drafting Committee&#39;s recommendations for further modifications of Draft Constitution.<br />\n<br />\nSTUDY VOLUME: This volume renders a lucid and straightforward account of the Assembly&#39;s progress through the clash of divergent views and interests that influenced the Constitution makers in confirming or revising earlier decisions. It examines in sober perspective the alterations made in successive drafts in important provisions of the Constitution. The revised edition brings the story up-to-date by in-depth analysis of Constitutional amendments 1st to 92nd and notes on developments during 1950-2004.<br />\n<br />\nCONSTITUTION MAKING SINCE 1950 An Overview The other companion volume is entirely a new addition discussing the making of India&#39;s Constitution since 1950 upto 2004 by Dr. Subhash C. Kashyap. It also contains authentic texts of all the Constitutional Amendments and Constitution Commission and other reports.</p>\n', '', '1st', 0, '9789390644162', '921', '2021 Reprint', '39', '20251113_094045_The_Framing_of_India_s_Constitution.jpg', 0, '4916', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 09:41:25', '9', 0, 0, '', '', NULL, '25,2,1', '', 11500.00, 0, 9430.00, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-11-13 09:44:13'),
(1605, 'Landmark Judgments on Trade Marks Law', '', '<p><strong>Topics Covered:</strong></p>\n\n<ul>\n	<li>Deceptively Similar</li>\n	<li>Honest Use</li>\n	<li>Cyber Squatting</li>\n	<li>Passing Off</li>\n	<li>Goodwill</li>\n	<li>Well-known</li>\n	<li>Trans-Border Reputation</li>\n	<li>Domain Name</li>\n	<li>Temporary Injunction</li>\n	<li>Laudatory Words</li>\n	<li>Phonetic Similarity</li>\n	<li>Movie Titles</li>\n	<li>Keyword on Search Engines</li>\n	<li>Trade Dress</li>\n	<li>Websites<br />\n	and more...</li>\n</ul>\n', '', '1st', 1, '9789348076052', '922', '2025', '39', '20251113_094902_Landmark_judgement_of_trade_mark_law.jpg', 0, '308', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 09:49:25', '28', 0, 0, '', '', NULL, '2', '', 595.00, 0, 487.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-11-13 09:51:13'),
(1606, 'Landmark Judgments on Media & Entertainment Laws', '', '<p><strong>Coverage:</strong></p>\n\n<ul>\n	<li>Freedom of Press</li>\n	<li>Journalist&#39;s Privilege</li>\n	<li>TV Serial</li>\n	<li>Movies</li>\n	<li>Censorship</li>\n	<li>Autobiography</li>\n	<li>Contempt of Court</li>\n	<li>Media Trial</li>\n	<li>Broadcasting Right</li>\n	<li>Copyright<br />\n	and many more...</li>\n</ul>\n', '', '1st', 1, '9789348076427', '923', '2025', '39', '20251113_095303_Landmark_Judgments_on_Media___Entertainment_Laws.jpg', 0, '324', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 09:53:44', '9', 0, 0, '', '', NULL, '2', '', 650.00, 0, 533.00, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, NULL),
(1607, 'Landmark Judgments on Cyber Crimes & Cyber Laws', '', '', '', '1st', 1, '9788119129072', '923', '2023', '39', '20251113_100518_Landmark_cyber.jpg', 0, '384', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 10:05:33', '27', 0, 0, '', '', NULL, '2', '', 575.00, 0, 471.50, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, '2025-11-13 10:11:37'),
(1608, 'Landmark Judgments on Public Interest Litigation', ' Covering more than 100 Cases', '', '', '1st', 1, '9789390644889', '923', '2023', '39', '20251113_101112_Landmark_Judgments_on_Public_Interest_Litigation.jpeg', 0, '640', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 10:11:28', '9', 0, 0, '', '', NULL, '2', '', 795.00, 0, 651.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, NULL),
(1609, 'Legends in Law - Our Great Forebears', '', '<p>This is the second, revised edition of the book which portrays the life and work of some 48 eminent persons in the field of law. The life and work of these figures should and would inspire and enlighten us and be woven into the texture of our own lives to stir us to greater heights. Of all of them it may be appropriately said: &quot;So great a name no praise can match.&quot; Progress depends on retentiveness. We cannot forget the abiding relevance of the past and its torch bearers. Matthew Arnold wrote: &quot;And we forget because we must, And not because we will.&quot; It is in the fond hope that the legends are not forgotten that this book is written.</p>\n\n<p>It is an endeavour to apprise the present generation of what set apart some of our great forebears in the law. A procession of the greats is unfolded before the readers. While their own lives inspire awe and reverence for their individual greatness and achievements, it is the advancement of the cause of justice to which their lives were dedicated. The book contains delightful vignettes of some celebrated men of law of yesteryears and rich gems of entertaining incidents and humorous anecdotes in the lives of some of them. Apart from depicting their professional prowess and accomplishments, it furnishes interesting revelations of their personal characteristics and peculiarities which is quite enthralling. It is difficult to lay down the book after one has started relishing its delights. Also included in the book is some correspondence between some of the luminaries and the author which adds to the authenticity and value of the book.</p>\n\n<p>It will be an excellent addition to every library of both lawyer and layman.</p>\n', '', '2nd (Reprint 2025)', 0, '9788119129409', '924', '2024', '39', '20251113_101545_legends.jpg', 0, '738', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 10:16:19', '22', 0, 0, '', '', NULL, '2', '', 1395.00, 0, 1143.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, NULL),
(1610, 'A Treatise on the Law and Practice of Injunctions', '', '', '', '6th', 0, '9789393850638', '925', '2023 Reprint', '39', '20251113_102134_injunction.jpg', 0, '808', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 10:21:35', '19', 0, 0, '', '', NULL, '1', '', 1495.00, 0, 1225.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, NULL),
(1611, 'Construction and Interpretation of the Laws', '', '', '', NULL, 1, '9789390644063', '926', '2023 Reprint', '39', '20251113_102722_Construction_and_Interpretation.jpg', 0, '512', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 10:27:42', '67', 0, 0, '', '', NULL, '1', '', 795.00, 0, 651.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, NULL),
(1612, 'Judicial Service Examinations ', '(Solved Multiple Choice Questions with Exhaustive Explanations and Case Laws)', '<p>Judicial Service Examinations (Solved Multiple Choice Questions with Exhaustive Explanations and Case Laws)</p>\n\n<p><strong>Containing:</strong></p>\n\n<ul>\n	<li>Bharatiya Nyaya Sanhita, 2023</li>\n	<li>Bharatiya Nagarik Suraksha Sanhita, 2023</li>\n	<li>Bharatiya Sakshya Adhiniyam, 2023</li>\n	<li>Indian Penal Code</li>\n	<li>Code of Criminal Procedure, 1973</li>\n	<li>Indian Evidence Act, 1872</li>\n	<li>Constitution of India</li>\n	<li>Code of Civil Procedure, 1908</li>\n	<li>Limitation Act, 1963</li>\n	<li>Registration Act, 1908</li>\n	<li>Indian Contract Act, 1872</li>\n	<li>Sale of Goods Act, 1930</li>\n	<li>Indian Partnership Act, 1932</li>\n	<li>Specific Relief Act, 1963</li>\n	<li>Hindu Law</li>\n	<li>Muslim Law</li>\n	<li>Law of Torts</li>\n	<li>Transfer of Property Act, 1882</li>\n	<li>Arbitration and Conciliation Act, 1996</li>\n	<li>Negotiable Instruments Act, 1881</li>\n	<li>Indian Trusts Act, 1882</li>\n	<li>Indian Easements Act, 1882</li>\n	<li>Indian Stamp Act, 1899</li>\n	<li>Protection of Women from</li>\n	<li>Domestic Violence Act, 2005</li>\n	<li>Juvenile Justice (Care and</li>\n	<li>Protection of Children) Act, 2000</li>\n	<li>Law of Equity</li>\n	<li>Information Technology Act, 2000</li>\n	<li>Indian Forest Act, 1927</li>\n	<li>Wild Life (Protection) Act, 1972</li>\n	<li>Pre Conception and Pre Natal ? Act, 1994</li>\n	<li>POCSO Act, 2012\n	<p>Judicial Service Examinations (Solved Multiple Choice Questions with Exhaustive Explanations and Case Laws)</p>\n\n	<p><strong>Containing:</strong></p>\n	</li>\n	<li>Bharatiya Nyaya Sanhita, 2023</li>\n	<li>Bharatiya Nagarik Suraksha Sanhita, 2023</li>\n	<li>Bharatiya Sakshya Adhiniyam, 2023</li>\n	<li>Indian Penal Code</li>\n	<li>Code of Criminal Procedure, 1973</li>\n	<li>Indian Evidence Act, 1872</li>\n	<li>Constitution of India</li>\n	<li>Code of Civil Procedure, 1908</li>\n	<li>Limitation Act, 1963</li>\n	<li>Registration Act, 1908</li>\n	<li>Indian Contract Act, 1872</li>\n	<li>Sale of Goods Act, 1930</li>\n	<li>Indian Partnership Act, 1932</li>\n	<li>Specific Relief Act, 1963</li>\n	<li>Hindu Law</li>\n	<li>Muslim Law</li>\n	<li>Law of Torts</li>\n	<li>Transfer of Property Act, 1882</li>\n	<li>Arbitration and Conciliation Act, 1996</li>\n	<li>Negotiable Instruments Act, 1881</li>\n	<li>Indian Trusts Act, 1882</li>\n	<li>Indian Easements Act, 1882</li>\n	<li>Indian Stamp Act, 1899</li>\n	<li>Protection of Women from</li>\n	<li>Domestic Violence Act, 2005</li>\n	<li>Juvenile Justice (Care and</li>\n	<li>Protection of Children) Act, 2000</li>\n	<li>Law of Equity</li>\n	<li>Information Technology Act, 2000</li>\n	<li>Indian Forest Act, 1927</li>\n	<li>Wild Life (Protection) Act, 1972</li>\n	<li>Pre Conception and Pre Natal ? Act, 1994</li>\n	<li>POCSO Act, 2012</li>\n</ul>\n', '', '4th', 1, '9789348076717', '927', '2025', '39', '20251113_105250_judicial_services.JPG', 0, '1450', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 10:53:25', '163', 0, 0, '', '', NULL, '2', '', 1450.00, 0, 1189.00, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, NULL),
(1613, 'Legal GK For Competitive Examinations', '', '<p>This edition offers a robust and up-to-date resource for competitive examinations with the following sections:</p>\n\n<ul>\n	<li>One Liner Facts</li>\n	<li>International Conventions</li>\n	<li>The Aces</li>\n	<li>Capital Punishments</li>\n	<li>List Of First In India</li>\n	<li>Intelligence Agencies</li>\n	<li>Latest Legal Facts</li>\n	<li>United Nations</li>\n	<li>Latest Verdicts</li>\n	<li>Legal Maxims And Phrases</li>\n	<li>New Central Acts</li>\n	<li>Landmark Judgments</li>\n	<li>People Who Matter</li>\n	<li>Supreme Court Guidelines</li>\n	<li>Constitution At A Glance</li>\n	<li>Books And Authors</li>\n	<li>Courts And Law Officers</li>\n	<li>Legal Catch Words</li>\n	<li>The Executive Law Journals</li>\n	<li>Council Of Ministers</li>\n	<li>Websites On Law</li>\n	<li>Law Commission Of India</li>\n	<li>Bharat Ratna</li>\n	<li>Commissions And Tribunals</li>\n	<li>Padma Awards</li>\n	<li>Important Indian Statutes</li>\n	<li>Passage And Direct MCQ&#39;s<br />\n	And More</li>\n</ul>\n\n<p>This book is ideal for aspirants of UPSC, state judicial services, CLAT, judiciary exams and other competitive tests that include legal general knowledge and current affairs. The structured layout, MCQs, one-liners and updated content make it a comprehensive exam prep guide.</p>\n', '', '6th', 0, '9789348076472', '868', '2025', '39', '20251113_105815_legal-gk.jpg', 0, '280', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 10:58:31', '163', 0, 0, '', '', NULL, '2', '', 495.00, 0, 405.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, NULL),
(1614, 'Sexual Harassment of Women at Workplace (Prevention, Prohibition and Redressal) Act', '', '<p>This authoritative commentary by H. L. Kumar and Gaurav Kumar provides an in-depth analysis of the Sexual Harassment of Women at Workplace (Prevention, Prohibition and Redressal) Act, 2013. The book thoroughly explains the statutory framework and its practical application in organizational and legal settings.</p>\n\n<p><strong>Key Features:</strong></p>\n\n<ul>\n	<li>Detailed explanation of the act with provisions, along with concise digests of landmark and recent judgments.</li>\n	<li>Clear guidance on how complaints are filed, processed and documented under the Act.</li>\n	<li>Covers definition of workplace such as physical and virtual work environments, extended workplaces, and third-party interactions.</li>\n	<li>Roles, responsibilities, structure, and functioning of the Internal Complaints Committee (ICC) as mandated under the Act.</li>\n	<li>A step-by-step guide to conducting fair and legally compliant inquiries, preserving confidentiality and procedural integrity.</li>\n	<li>Discussion on misuse of the act such as false complaints, legal safeguards, and balancing employee protection with employer rights.</li>\n	<li>Employer&#39;s obligations including Compliance checklist, mandatory disclosures, awareness programs, and policy formulation duties.</li>\n	<li>Punishments and penalties for failure to comply with the Act, for both individuals and organizations.</li>\n	<li>Explains appeals process and Supreme Court guidelines.</li>\n	<li>Contains model drafts and communications for complaint notices, inquiry reports, warning letters, and compliance forms.</li>\n	<li>Includes Frequently Asked Questions (FAQs) to commonly raised concerns by employers, employees, ICC members, and legal professionals.</li>\n	<li>Includes a model workplace policy that can be adopted or modified by organizations for internal compliance.\n	<p>This authoritative commentary by H. L. Kumar and Gaurav Kumar provides an in-depth analysis of the Sexual Harassment of Women at Workplace (Prevention, Prohibition and Redressal) Act, 2013. The book thoroughly explains the statutory framework and its practical application in organizational and legal settings.</p>\n\n	<p><strong>Key Features:</strong></p>\n	</li>\n	<li>Detailed explanation of the act with provisions, along with concise digests of landmark and recent judgments.</li>\n	<li>Clear guidance on how complaints are filed, processed and documented under the Act.</li>\n	<li>Covers definition of workplace such as physical and virtual work environments, extended workplaces, and third-party interactions.</li>\n	<li>Roles, responsibilities, structure, and functioning of the Internal Complaints Committee (ICC) as mandated under the Act.</li>\n	<li>A step-by-step guide to conducting fair and legally compliant inquiries, preserving confidentiality and procedural integrity.</li>\n	<li>Discussion on misuse of the act such as false complaints, legal safeguards, and balancing employee protection with employer rights.</li>\n	<li>Employer&#39;s obligations including Compliance checklist, mandatory disclosures, awareness programs, and policy formulation duties.</li>\n	<li>Punishments and penalties for failure to comply with the Act, for both individuals and organizations.</li>\n	<li>Explains appeals process and Supreme Court guidelines.</li>\n	<li>Contains model drafts and communications for complaint notices, inquiry reports, warning letters, and compliance forms.</li>\n	<li>Includes Frequently Asked Questions (FAQs) to commonly raised concerns by employers, employees, ICC members, and legal professionals.</li>\n	<li>Includes a model workplace policy that can be adopted or modified by organizations for internal compliance.</li>\n</ul>\n', '', '5th', 1, '9789348076953', '928', '2025', '39', '20251113_111322_sexual_harassment.jpg', 0, '384', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 11:14:08', '12', 0, 0, '', '', NULL, '2', '', 695.00, 0, 569.90, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, NULL),
(1615, 'Law relating to Disciplinary Proceedings in Industries', '', '<p>Law Relating to Disciplinary Proceedings in Industries: Step by step for initiating disciplinary action starting with:</p>\n\n<ul>\n	<li>Appointment of enquiry officer</li>\n	<li>Chargesheet</li>\n	<li>Suspension and its allowance payable</li>\n	<li>Holding of enquiry</li>\n	<li>Recording evidence</li>\n	<li>Representing by parties</li>\n	<li>Principles of Natural Justice</li>\n	<li>Awarding Punishments</li>\n	<li>Suspension of an employee</li>\n</ul>\n\n<p>Ready drafts for Chargesheet, Notices and miscellaneous communications by employer and enquiry officer.</p>\n\n<p>&nbsp;</p>\n', '', '12th', 1, '9789348076588', '920', '2025', '39', '20251113_111804_disciplinary_proceedings.jpg', 0, '465', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 11:18:30', '51', 0, 0, '', '', NULL, '2', '', 850.00, 0, 697.00, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, NULL),
(1616, 'Legal Drafting - Do it Yourself', '', '<p>This simple book on drafting legal documents like notices, contracts, affidavits, bonds, agreements, deeds, etc. is especially meant for layman users. Plenty of ready-made drafts are provided.</p>\n', '', '6th (Reprint 2025)', 0, '9789393850423', '920', '2022 ', '39', '20251113_112311_legal_drafting.jpg', 0, '656', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2025-11-13 11:23:23', '49', 0, 0, '', '', NULL, '1,2', '', 925.00, 0, 758.50, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, NULL);
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1617, 'A.N. Saha\'s Marriage & Divorce', '', '<p>The instant 7th edition offers a discerning exploration of marriage and divorce laws with updated nuanced interpretations and judgements. The distinctive feature of this edition is the introduction of a healing touch in the sea of marital conflicts&mdash;a dedicated chapter on reconciliation highlighting the potential of mediation as a constructive method to solve marital conflicts. Maintenance &amp; custody and divorce &amp; Nullity of marriage are the significant and sensitive domains of conflict when matrimonial bonds are fractured, and have been extensively discussed in alignment with landmark decisions.</p>\n', '', '7th ', 0, '978-81-972583-8-1', '929', '2026', '1', '20251209_113432_AN_Saha-Marriage___Divorce_copy.jpg', 2, '1215', '0', '0', NULL, NULL, 1, 0, 0, 1, 0, '', 2, 1, '2025-12-09 11:35:20', '33', 0, 0, '<p>Chapter</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; Introduction&mdash;Evolution of Family &amp; Marriage................................................... 1</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2 &nbsp; Marriage Acts Applicability and Domicile.......................................................... 39</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3 &nbsp; Jurisdiction................................................................................................................ 74</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp; Conditions of Valid Marriage.............................................................................. 107</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp; Solemnization and Registration of Marriages................................................... 156</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6&nbsp; Nullity of Marriages.............................................................................................. 184</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp; Restitution of Conjugal Rights............................................................................. 239</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp; Judicial Separation and Divorce.......................................................................... 281</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9&nbsp; Adultery.................................................................................................................. 376</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10<strong>&nbsp; </strong>Cruelty..................................................................................................................... 401</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11&nbsp; Desertion................................................................................................................. 446</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12&nbsp; Legitimacy of Children of Void and Voidable Marriage................................. 477</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 13&nbsp; Conversion and its Effect on Marriage............................................................... 491</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 14&nbsp; Mental Incapacity and Mental Disorder&mdash;Marriage and Divorce.................. 502</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 15&nbsp; Bars to Matrimonial Reliefs.................................................................................. 516</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 16&nbsp; Alimony................................................................................................................... 556</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 17&nbsp; Custody &amp; Guardianship of Children................................................................ 635</p>\n\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </strong>18&nbsp; Reconciliation with Special Reference to Mediation......................................... 673</p>\n\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </strong>19&nbsp; Procedure in dealing with Matrimonial Proceedings...................................... 701</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 20&nbsp; Appeal..................................................................................................................... 741</p>\n\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </strong>21&nbsp; Prosecution for Matrimonial Offences................................................................ 758</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 22&nbsp; Maintenance through Criminal Court Summary Procedure.......................... 787</p>\n\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </strong>23&nbsp; Consequence of Marriage under the Special Marriage Act............................. 855</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24&nbsp; Distribution and Misappropriation of Matrimonial Property........................ 863</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 25&nbsp; Mohammedan Law of Marriage and Divorce................................................... 878</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 26&nbsp; Marriage and Conflict of Laws............................................................................ 925</p>\n\n<p>Appendices</p>\n\n<p>Appendix</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; The Family Courts Act, 1984................................................................................ 949</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp; The Special Marriage Act, 1954............................................................................ 956</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp; The Hindu Marriage Act, 1955............................................................................. 976</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp; The Prohibition of Child Marriage Act, 2006..................................................... 988</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp; The Dissolution of Muslim Marriages Act, 1939............................................... 993</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6&nbsp; The Muslim Women (Protection of Rights on Divorce)</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Act, 1986.................................................................................................................. 996</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp; The Muslim Women (Protection of Rights on Marriage)</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Act, 2019................................................................................................................ 1000</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp; The Indian Christian Marriage Act, 1872......................................................... 1002</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9&nbsp; The Parsi Marriage and Divorce Act, 1936....................................................... 1021</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10&nbsp; The Divorce Act, 1869......................................................................................... 1035</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11&nbsp; Model Forms of Petitions, Plaints and Defences............................................. 1055</p>\n\n<p>Index&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; . 1079</p>\n', '', NULL, '1', '', 3350.00, 0, 2763.75, 0, 0, 0.00, 0, 0.00, 17.50, 0.00, 0.00, NULL),
(1618, 'New Labour Codes with Comparative Study of New Labour Codes and Old Labour Laws', '', '<p>New Labour Codes with a Comparative Study of New Labour Codes and Old Labour Laws is a comprehensive, transition-focused reference that presents the full text of all four Labour Codes, effective from 21st November 2025. Its standout feature is a 100+ page Comparative Study that systematically maps the New Codes to the 29 repealed labour Acts, explaining what has been merged, modernised, expanded, or omitted. This Edition provides unmatched clarity on legal reforms, compliance shifts, and policy rationale, making it both a statutory compendium and a practical roadmap for the new regime. Designed for legal professionals, HR/IR practitioners, government authorities, and academic users, it is an essential resource for navigating India&#39;s most significant labour-law overhaul.</p>\n', '', 'Ed. 2026', 1, '9789375616702', '808', '2025', '10', '20260109_180744_1764240093423_1_9789375616702_Detail-Page.jpg', 0, '572', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2026-01-09 18:08:37', '51', 0, 0, '', '', NULL, '1,2', '', 595.00, 0, 493.85, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, NULL),
(1619, 'Ratanlal & Dhirajlal\'s Law of Crimes', '', '<p>Ratanlal &amp; Dhirajlal&#39;s Law of Crimes by Taxmann, authored by former Chief Justice of India, Hon&#39;ble Justice Uday Umesh Lalit, heralds the historic shift from the Indian Penal Code, 1860, to the Bharatiya Nyaya Sanhita, 2023, effective July 1, 2024. Building on over 125 years of authority, this edition offers comprehensive commentary, extensive case law, and side-by-side comparisons of repealed and newly introduced provisions. Each BNS section is reproduced, examined, and summarised, highlighting legislative intent and contemporary socio-legal developments. Catering to judges, lawyers, academics, policymakers, and students, this authoritative commentary ensures a holistic understanding of India&#39;s evolving penal framework.</p>\n', '', '30th', 0, '9789364558068', '930', '2025', '10', '20260109_181538_images.jpg', 0, '6388', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2026-01-09 18:16:17', '12', 0, 0, '', '', NULL, '1', '', 14995.00, 0, 11246.25, 0, 0, 0.00, 0, 0.00, 25.00, 0.00, 0.00, NULL),
(1620, 'How to Win: The Future of Law with Artificial Intelligence', '', '<p>We are living in a legal renaissance. Lawyers have never been more empowered to reimagine their profession thanks to AI.<br />\n<br />\nThis title answers questions such as &#39;Will AI be better than me at my job?&#39;, &#39;Why do I need to start using AI?&#39; and &#39;How will AI enhance my capability as a legal professional?&#39; by providing advice on how lawyers and law firms can integrate new technology and improve their legal practice.<br />\n<br />\nThe title further explains how to make interactions between lawyers and clients a win-win for all parties involved, while increasing client retention and profit for the firm.<br />\n<br />\nThis book is written by a lawyer, for other lawyers, minus the legalese. It is based on the author&#39;s personal observations of the legal industry and interviews with her colleagues across various practice areas and all levels of seniority. It aims to bring forward ideas for improvement.<br />\n<br />\nUsing examples from the UK, EU and the US across corporate law, contract law, mergers and acquisitions and litigation, this title is relevant to lawyers in private practice specialising in all areas of the law.<br />\n<br />\nAre you a practising lawyer at a law firm? Do you sometimes feel like the legal industry is held back by tradition and could use some shaking up? Perhaps you are a mover and shaker yourself. In any case, this book is for you if you are curious about possibilities to improve the legal industry.<br />\n<br />\nThe book also includes a list of AI tools that are beneficial in legal work.<br />\n<br />\nThis title is included in Bloomsbury Professional&#39;s Cyber Law online service.</p>\n', '', '1st', 0, ' 	9789369521456', '931', '2025', '30', '20260109_182343_9789369521456.jpg', 0, '192', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2026-01-09 18:24:19', '27', 0, 0, '<p><strong>Part 1: What do Clients Need?</strong><br />\n1. Clients Need to be Able to Trust their Lawyer<br />\n2. Clients Need to be Able to Rely on their Lawyer<br />\n3. Clients Need to Save Legal Costs<br />\n<strong>Part 2: New Generation Lawyers</strong><br />\n4. Lawyers as Language Engineers<br />\n5. Lawyers as Data Processors<br />\n6. Lawyers as Therapists<br />\n<strong>Part 3: New Generation Law Firms</strong><br />\n7. What Does a New Generation Law Firm Look Like?<br />\n8. Phases of AI Adoption at Law Firms<br />\n9. Tasks that will Remain with Human Lawyers<br />\n<strong>Part 4: Advice to Young Lawyers</strong><br />\nAppendix A. List of Various AI Tools</p>\n', '', NULL, '1,2', '', 799.00, 0, 703.12, 0, 0, 0.00, 0, 0.00, 12.00, 0.00, 0.00, NULL),
(1621, 'The Constitution of India ', '(With Latest Case-Laws)', '<p>The Constitution of India is the cornerstone of the nation and the supreme law of a free people, embodying the aspirations of millions and sustaining democracy through a system of checks and balances. More than a mere compilation of Articles, it is a living document that safeguards fundamental rights and regulates governmental power&mdash;aptly described by Justice V.R. Krishna Iyer as the &ldquo;Nation&rsquo;s Safety Valve.&rdquo;</p>\n\n<p>This book offers a concise yet insightful presentation of the constitutional text along with its judicial interpretation, drawing from the wide ambit of case laws. Emphasis has been placed on the most recent and relevant decisions without overburdening the reader. Designed to be authentic, accessible, and informative, the book seeks to serve students, practitioners, and scholars with clarity.</p>\n', '', '1st', 0, '978-81-993683-4-7', '832', '2026', '1', '20260206_115241_The_Constitution_of_India_Jacket_-_300pgs_2026__1___1___1_.jpg', 0, '304', '0', '0', NULL, NULL, 1, 0, 1, 1, 0, '', 2, 1, '2026-02-06 11:53:57', '9', 0, 0, '', '', NULL, '2', '', 450.00, 0, 405.00, 0, 0, 0.00, 0, 0.00, 10.00, 0.00, 0.00, '2026-02-06 11:59:42'),
(1622, 'asd', '', '', '', '1', 0, '1111', '884', '1990', '42', '20260223_102604_BNSS.jpg', 0, '21', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-02-23 10:26:30', '5', 1, 0, '', '', NULL, '2', '', 1111.00, 0, 1099.89, 0, 0, 0.00, 0, 0.00, 1.00, 0.00, 0.00, NULL),
(1623, 'The Bharatiya Nagarik Sukraksha Sanhita, 2023', 'With Short Notes, Comparative Tables', '', '', '1st', 1, NULL, '932', '2026', '1', '20260223_103720_BNSS.jpg', 0, '374', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-02-23 10:37:46', '12', 0, 0, '', '', NULL, '24', '', 520.00, 0, 416.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2026-02-25 04:54:22'),
(1624, 'test 3', '', '', '', NULL, 0, NULL, '884', '2026', '1', '20260224_072057_referral.jpeg', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2026-02-24 07:21:13', '5', 1, 0, '', '', NULL, '2', '', 1.00, 0, 1.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, NULL),
(1625, 'aaa', 'aaa', '', '', '1', 0, NULL, '884', '2026', '42', '20260224_072327_BNSS.jpg', 0, '111', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-02-24 07:23:41', '5', 1, 0, '', '', NULL, '2', '', 12.00, 0, 4.20, 0, 0, 0.00, 0, 0.00, 65.00, 0.00, 0.00, NULL),
(1626, 'test 4', '', '', '', NULL, 0, NULL, '884', '2026', '45', '20260224_073437_elh.png', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 0, 0, '', 0, 1, '2026-02-24 07:34:51', '113', 1, 0, '', '', NULL, '2', '', 1.00, 0, 1.00, 0, 0, 0.00, 0, 0.00, 0.00, 0.00, 0.00, '2026-02-24 07:39:31'),
(1627, 'The Indian Contact Act, 1872', 'As amended by The Mediation Act, 2023', '', '', '1st', 1, NULL, '932', '2026', '1', '20260225_045713_The_Indian_Contact.jpg', 0, '70', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-02-25 04:57:27', '10', 0, 0, '', '', NULL, '24', '', 130.00, 0, 104.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1628, 'The West Bengal Premises Tenancy Act, 1997', 'Including The West Bengal Premises Tenancy Rules, 1999', '', '', '1st', 1, NULL, '933', '2026', '1', '20260225_045915_The_W_B_Premises_Tenancy.jpg', 0, '74', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-02-25 04:59:30', '43', 0, 0, '', '', NULL, '24', '', 175.00, 0, 140.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2026-02-25 05:00:28'),
(1629, 'The Indian Succession Act, 1925', '', '', '', '1st', 1, NULL, '932', '2026', '1', '20260225_050200_Indian_Succcession_Act.jpg', 0, '138', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-02-25 05:02:13', '42', 0, 0, '', '', NULL, '24', '', 210.00, 0, 168.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1630, 'The Transfer of Property Act, 1882', '', '', '', '1st', 0, NULL, '932', '2026', '1', '20260225_050333_Transfer_of_Property.jpg', 0, '69', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-02-25 05:03:45', '132', 0, 0, '', '', NULL, '24', '', 140.00, 0, 112.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1631, 'The West Bengal Land Reforms Act, 1955', '', '', '', '1st', 1, NULL, '932', '2026', '1', '20260225_050521_WB_Land_Reforms__Eng_.jpg', 0, '80', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-02-25 05:05:34', '31', 0, 0, '', '', NULL, '24', '', 220.00, 0, 176.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1632, 'The Protection of Children from Sexual Offences Act, 2012', 'As amended by The Protection of Children from Sexual Offences (Amendment) Act, 2019,. Along with The Protection of Children from Sexual Offences Rules, 2020', '', '', '1st', 0, NULL, '932', '2026', '1', '20260225_050855_POCSO.jpg', 0, '40', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-02-25 05:09:07', '12', 0, 0, '', '', NULL, '24', '', 150.00, 0, 120.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1633, 'The Sexual Harassment of Women at Workplace (Prevention, Prohibition and Redressal) Act, 2013', 'Along with The Sexual Harassment of Women at Workplace (Prevention, Prohibition and Redressal) Rules, 2013 ', '', '', '1st', 0, NULL, '932', '2026', '1', '20260225_051211_POSH.jpg', 0, '24', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-02-25 05:12:12', '12', 0, 0, '', '', NULL, '24', '', 110.00, 0, 88.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1634, 'Hindu Laws', 'Containing : The Hindu Marriage Act, 1955; The Hindu Succession Act, 1956; The Hindu Minority & Guardianship Act, 1956; The Hindu Adoptions & Maintenance Act, 1956; The Hindu Disposition of Property Act, 1916', '', '', '1st', 1, NULL, '932', '2026', '1', '20260225_053851_Hindu_Laws.jpg', 0, '75', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-02-25 05:39:03', '90', 0, 0, '', '', NULL, '24', '', 150.00, 0, 120.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1635, 'The West Bengal Land Reforms Act, 1955 (Bengali)', '', '', '', '1st', 1, NULL, '932', '2026', '1', '20260225_054144_WB_Land_Reforms__Beng_.jpg', 0, '107', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-02-25 05:42:08', '31', 0, 0, '', '', NULL, '24', '', 220.00, 0, 176.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1636, 'Law of Jurisdiction (of Courts & Tribunals)', '', '', '', '1st', 0, '978XXXXXXXXXX', '934,935', '2026', '58', '20260309_050220_Capture.JPG', 0, '1605', '0', '0', NULL, NULL, 0, 0, 1, 1, 0, '', 2, 1, '2026-03-09 05:02:52', '19', 0, 0, '', '', NULL, '1', '', 2995.00, 0, 2485.85, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, '2026-03-09 05:31:25'),
(1637, 'Constitutional Interpretation: Principles', '', '<p>This book is a valuable treatise on the subject, which provides a comprehensive insight into all the principles of constitutional interpretation. With special reference to India. It systematically presents the doctrines, theories, and principles developed by the judiciary for interpreting the Constitution, supported by leading case law, academic views, and comparative constitutional perspectives.</p>\n\n<p>The work examines internal and external aids to interpretation, text-based, structural, and value-based approaches, and the expanding toolkit of constitutional interpretation in light of transformative constitutionalism. It identifies and analyses both traditional tools such as textualism and doctrinalism, and emerging approaches like structuralism, pragmatism, consequentialism, moral reading, feminism, contextualism, and eclecticism.</p>\n', '<p><strong>Key Features:</strong><br />\nExclusive and exhaustive treatise devoted solely to constitutional interpretation in India<br />\nAll doctrines and principles compiled in one volume, with systematic classification<br />\nCovers traditional and modern interpretative tools - textual, structural, purposive, moral, pragmatic and contextual approaches<br />\nExtensive case law coverage, including landmark Supreme Court decisions<br />\nComparative constitutional insights drawing from foreign jurisdictions<br />\nClear distinction between statutory interpretation and constitutional interpretation<br />\nThis book is intended for advocates, judicial officers, law professors and researchers, as well as undergraduate and postgraduate law students studying constitutional law. It is also a valuable reference for constitutional law libraries, law universities, and academic institutions, and will interest general readers seeking to understand constitutional governance and judicial interpretation.</p>\n', '1st', 0, '9788199072206', '412', '2026', '9', '20260309_051829_constitutional-interpretation-principles_p-ishwara.jpg', 0, '1352', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 05:19:10', '9', 0, 0, '<p>Table of Contents<br />\nPart I&nbsp;- General<br />\n1.Introduction to Constitutional Interpretation<br />\n2. How to Interpret the Constitution?<br />\nPart II&nbsp;- Culture, History and External Aids<br />\n3. Significance and Role of Culture in Constitutional Interpretation<br />\n4. A Discourse on Theories of Originalism and Living Constitution<br />\n5. Constitutional History as an Aid to Interpret the Constitution<br />\n6. Relevance of Constituent Assembly Debates in Constitutional Interpretation<br />\n7. Relevance and Application of International Law in Constitutional Interpretation<br />\n8. Role of Foreign Precedents and Comparative Study in Constitutional Interpretation<br />\n9. Aid of Dictionaries, Encyclopaedia, Commentaries and Mimamsa in Constitutional Interpretation<br />\nPart III&nbsp;- Textual Interpretation and Internal Aids<br />\n10. Textualism in Constitutional Interpretation: Facets, Antinomies and Significance<br />\n11. Canons and Maxims in Constitutional Interpretation<br />\n12. Presumptions in Constitutional Interpretation<br />\n13. Role of Internal Aids in Constitutional Interpretation: Preamble, Heading, Marginal Note and the Value-expressive Resources<br />\n14. Internal Aids: Interpretive Clauses<br />\n15. Effect of Unconstitutionality: Doctrines and Their Application<br />\n16. Reading Techniques to Save the Constitutionality: Reading Down, Reading Up and Reading Into&nbsp;- Is There Space for Writing Anew?<br />\nPart IV&nbsp;- Structuralism<br />\n17. Role of Structuralism in Constitutional Interpretation (Part I): Concept, Comparison, Rule of Law, Remedies, and Separation of Powers<br />\n18. Role of Structuralism in Constitutional Interpretation (Part II): Federalism, Democracy, Basic Structure Theory and Inter-organ Controls<br />\n19. Interpreting the Distribution of Legislative Powers: Articles 245 to 253 and 301 to 305<br />\n20. Characterisation of Law: The Doctrines of &ldquo;Colourable Legislation&rdquo; and &ldquo;Pith and Substance&rdquo;<br />\n21. Doctrine of Repugnancy<br />\n22. Holistic and Harmonious Interpretations of the Constitution: Relations as Resources of Meaning<br />\nPart V&nbsp;- Value-based Interpretation<br />\n23. Purposive Construction of the Constitution<br />\n24. Progressive Interpretation of the Constitution: Ideology, Application and Efficacy<br />\n25. Consequentialist Construction of the Constitution: Nature, Methods and Potentialities<br />\n26. Moral Reading of the Constitution: Ideas, Practices and Outcomes<br />\n27. Feminist Constitutionalism and Interpretation for Empowering Women and Sexual Minorities<br />\nPart VI&nbsp;- Other Methods of Constitutional Interpretation<br />\n28. Role of Doctrinalism in Constitutional Interpretation<br />\n29. Role of Pragmatism in Constitutional Interpretation<br />\n30. Role of Contextualism in Constitutional Interpretation: The Expanding Circles<br />\n31. Pluralistic Theory of Constitutional Interpretation and Eclecticis2<br />\nPart VII - Conclusions<br />\n32. Conclusions<br />\nAppendix<br />\nSubject Index</p>\n', '', NULL, '2,1', '', 2995.00, 0, 2545.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1638, 'T.K. Tope\'s Constitutional Law of India', '', '<p>T.K. Tope&#39;s Constitutional Law of India offers a comprehensive and analytical exposition of India&#39;s constitutional framework, tracing its evolution, principles, and judicial interpretation. It shows how the Constitution controls the powers of the government, protects people&#39;s rights, and keeps a balance between different organs like the Legislature, Executive, and Judiciary. The new edition updates significant recent Supreme Court rulings, contemporary debates, and thematic developments, providing a balanced blend of classical scholarship and modern analysis. Instead of just listing many cases, the author focuses on explaining the main principles in a clear and meaningful way.</p>\n\n<p>This revised edition by V. Sudhish Pai introduces a new chapter on Constitutions, constitutional law, and constitutionalism. Developments have been updated with reference to decided cases, with an emphasis on elucidating principles rather than cataloguing case law.</p>\n\n<p>Coinciding with the 75th anniversary of the Constitution and the Supreme Court of India, this updated edition becomes even more special and stands as an indispensable, timely, and reliable resource.</p>\n', '<p><strong>Key Features:<br />\nA classic, authoritative work</strong>&nbsp;on Constitutional Law, trusted by Judges, Lawyers, and scholars since 1982.<br />\n<strong>Revised and updated edition</strong>&nbsp;by V. Sudhish Pai, capturing the latest Supreme Court decisions and major constitutional developments of the past year.<br />\n<strong>A new chapter has been added</strong>&nbsp;on Constitutions, Constitutional Law, and Constitutionalism, enriching conceptual understanding.<br />\n<strong>Focus on principles over mere case listing</strong>, offering sharp analysis and coherent doctrinal clarity.<br />\n<strong>Timely release marking 75 years</strong>&nbsp;of the Constitution and the Supreme Court, reflecting on India&#39;s constitutional endurance and evolution.<br />\nThis book is designed for lawyers, judges, academicians, and anyone interested in understanding India&#39;s constitutional journey.</p>\n', '4th', 0, '9788199072251', '924', '2026', '9', '20260309_052330_t-k-tope-constitutional-law.jpg', 0, '1520', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 05:23:35', '9', 0, 0, '<p>Table of Cases<br />\nIntroduction<br />\n1. The Preamble<br />\n2.&nbsp;The Territory of India<br />\n3.&nbsp;Citizenship<br />\n4. Fundamental Rights<br />\n5. Right to Equality<br />\n6. Six Freedoms<br />\n7. Right to Freedom of Person<br />\n8. Right to Freedom of Religion<br />\n9. Cultural and Educational Rights and Rights of Minorities<br />\n10. Right to Property<br />\n11. Limitations on Fundamental Rights<br />\n12. Right to Constitutional Remedies<br />\n13. Directive Principles of State Policy<br />\n14. Fundamental Duties and Justiciability<br />\n15. Public Interest Litigation<br />\n16. The Union Executive<br />\n17. Parliament<br />\n18. Judiciary<br />\n19. Amendment of The Constitution<br />\n20. The Supreme Court and the Constitution<br />\n21. Courts and the Interpretation of the Constitution<br />\n22. The Comptroller and Auditor General of India<br />\n23. States&ndash;Executive<br />\n24. States&ndash;Legislature<br />\n25. The High Courts in the States<br />\n26. Union Territories, Scheduled and Tribal Areas, Panchayats and Municipalities<br />\nCooperative Federalism<br />\n27.&nbsp;Indian Federation and State Autonomy - Cooperative Federalism<br />\n28. Borrowings and Succession to Property, Assets, Rights and Obligations 963<br />\n29. Trade, Commerce and Intercourse within the Territory of India<br />\n30. Emergency Provisions<br />\n31.&nbsp;Services under the Union and the States<br />\n32. Administrative Tribunals<br />\n33. Elections<br />\n34. Special Provisions Relating to Certain Classes<br />\n35. Official Language<br />\n36. Miscellaneous Provisions&emsp;<br />\n37. Temporary, Transitional and Special Provisions<br />\n<strong>Appendices</strong><br />\nI. Schedules<br />\nII.&nbsp;Constitution (Application to Jammu and Kashmir) Order, 2019<br />\nIII.&nbsp;Declaration under Article 370(3) of the Constitution<br />\nSubject Index</p>\n', '', NULL, '2,1', '', 2995.00, 0, 2545.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1639, 'Informational Privacy: Constitutional and Common Law Remedies', '', '<p>The background of this seminal work&nbsp;<strong>comes from&nbsp;<em>K.S. Puttaswamy (Privacy-9J.)</em>&nbsp;v.&nbsp;<em>Union of India</em></strong><em>,&nbsp;</em>(2017) 10 SCC 1 comprising nine judges of the Supreme Court which&nbsp;<strong>unanimously declared the right to privacy to be a fundamental right of utmost importance.</strong>&nbsp;This&nbsp;<strong>work accurately analyses the right of privacy from a legal, constitutional perspective</strong>. It explains the&nbsp;<strong>importance and necessity of judicial remedies</strong>&nbsp;against the encroachment of right of privacy by private players, echoing the view expressed by the Supreme Court of India in Kaushal Kishor v. State of U.P.</p>\n\n<ul>\n</ul>\n', '<p><strong>Key Features:</strong><br />\nThis book focuses on&nbsp;shaping a new remedy grounded in the law of torts to protect and enhance privacy rights.<br />\nThe publication helps in understanding how the&nbsp;<strong>remedy for privacy rights violations can be pursued by relying on the structural framework contained in Article 226</strong>&nbsp;of the Constitution of India.<br />\nThis book proposes that&nbsp;<strong>Article 226 is wide enough in its scope to apply in relation to remedies sought for privacy rights violations</strong>&nbsp;carried out by non-State actors.</p>\n', '1st', 0, NULL, '894', '2025', '9', '20260309_052547_nina-informational-privacy.png', 0, '296', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 05:27:34', '9', 1, 0, '<h2>Table Of Contents:</h2>\n\n<p>Foreword by K.K. Venugopal<br />\nMessage by Justice V. Ramasubramanian<br />\nMessage by Madhavi Goradia Divan<br />\nPreface<br />\nTable of Cases<br />\nIntroduction<br />\n1. The Common Law: Stable or Flexible<br />\n2. Privacy: A Thing of Threads and Patches<br />\n3. Prosser&rsquo;s Private Jurisdiction: The United States of America, Canada and South Africa<br />\n4. The United Kingdom and Australia: Breaches of Confidence<br />\n5. The Common Law and India<br />\n6. The Tort of Publicity: Creativity in the Common Law in India<br />\n7. A New Tort Remedy: Crafting Afresh the Right to Privacy<br />\n8. The History of Article 226 of the Constitution of India: A View from the Constituent Assembly Debates<br />\n9. The Constitutional Remedy: Article 226 Recast<br />\nConclusion<br />\nSubject Index</p>\n', '', NULL, '2,1', '', 1495.00, 0, 1270.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1640, 'Third Party Funding of Dispute Resolution: With Special Emphasis on Business Models, Arbitration and Mediation', '', '<h2>Overview:</h2>\n\n<p>Third-Party Funding of Dispute Resolution is India?s first book on how law and finance intersect to reshape justice and commerce. From high-stakes litigation to complex arbitration, it shows how external funding transforms disputes into strategic business decisions, unlocking capital and enabling access to justice.</p>\n\n<p>Packed with expert insights, case studies, and practical guidance, this edition widely covers litigation, arbitration, insolvency &amp; MSMEs. Also, the latest policy updates &amp; judicial developments, fresh real-world case studies from India &amp; with more focus more on stronger business &amp; financial strategy.</p>\n', '<p><strong>Key Features:<br />\nFirst-of-its-kind:</strong>&nbsp;The only comprehensive text on third-party funding in India.<br />\n<strong>Law &amp; Finance:</strong>&nbsp;Shows how dispute funding is both a legal innovation and a financial strategy.<br />\n<strong>Practical Guide:</strong>&nbsp;Clear insights, case studies, and applications for professionals.<br />\n<strong>Policy &amp; Strategy:</strong>&nbsp;Provides a 360-degree review of India&#39;s legal framework and market readiness.<br />\n<strong>Global &amp; Local:</strong>&nbsp;Connects international trends with India?s legal and commercial context.<br />\nThis book will be beneficial to arbitrators, corporate counsels, policymakers, foreign investors, academicians, lawyers, judges, and JTRI professionals.</p>\n', '2nd', 0, '9789348179791', '936', '2025', '9', '20260309_053706_krishnamurthy-third-party.jpg', 0, '256', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 05:37:09', '157,4', 0, 0, '<h2>Table Of Contents:</h2>\n\n<p>Foreword to the Second Edition by Susan Dunn<br />\nForeword to the First Edition by Sumeet Kachwaha<br />\nSpecial Message to the First Edition by Robert Hanna<br />\nPreface to the Second Edition<br />\nPreface to the First Edition<br />\nTable of Cases<br />\n1. What is Third-Party Funding?<br />\n2. Business Models and Structuring of Third-Party Funding<br />\n3. International Perspective on Issues Specific to Arbitration<br />\n4. Issues Specific to Arbitration in India<br />\n5. Issues Specific to Mediation<br />\n6. Issues Related to Insolvency<br />\n7. Policy Perspective<br />\n8. Interdisciplinary View of Third-Party Funding of Dispute Resolution<br />\nSubject Index</p>\n', '', NULL, '2,1', '', 1195.00, 0, 1015.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1641, 'Uniform Civil Code in India: Legal and Social Implications', '', '<p>This book offers a complete and balanced understanding of the Uniform Civil Code (UCC) debate in India. It explains why the UCC is such an important and sensitive topic, touching personal laws, equality, secularism, gender justice, and national integration. Emerging from papers presented at the Seminar on Uniform Civil Code: Legal and Social Implications at ICFAI Law School, the book fills a clear gap in existing literature by offering a comprehensive and balanced resource that not only critiques but also constructs. Bringing together contributions from scholars with diverse ideological, regional, and disciplinary viewpoints, the volume encourages nuanced dialogue rather than prescribing a single solution. Several contributions in this volume engage with foundational constitutional questions: the interplay between Articles 14, 25, and 44; the jurisprudential tensions between equality and religious freedom; and the evolving role of secularism in shaping personal law reform.</p>\n\n<p>Overall, the book offers a wide range of ideas to help readers understand the challenges and possibilities of the UCC in today&#39;s India.</p>\n', '<p><strong>Key Features:</strong><br />\nProvides a clear and balanced understanding of the UCC debate within India&#39;s legal and constitutional framework.<br />\nHighlights how the UCC intersects with personal laws, equality, secularism, and national integration.<br />\nEmerged from scholarly papers presented at the ICFAI Law School Seminar, addressing the need for an interdisciplinary resource.<br />\nBrings together diverse viewpoints from legal scholars and emerging academics across regions and disciplines.<br />\nCovers core themes such as constitutional mandate, judicial interpretations, minority rights, gender justice, and comparative legal frameworks.<br />\nThis book is a must-have for academics, policymakers, legal practitioners, and anyone committed to understanding the evolving fabric of Indian constitutionalism and social justice.</p>\n', '1st', 0, '9789348179258', '937', '2025', '9', '20260309_054114_srivastava-uniform-civil-code.jpg', 0, '216', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 05:41:46', '19', 0, 0, '<h2>Table Of Contents:</h2>\n\n<p>Foreword<br />\nPreface<br />\nEditorial Note<br />\nA Critical Analysis of the Constitutionality of the Uniform Civil Code &ndash; Anantosh Srivastava<br />\nUniform Civil Code: &ldquo;A Necessity or a Challenge to Constitutional Integrity?&rdquo; &ndash; Aishwarya Penumaka &amp; Sri Roshini Nakka<br />\nDebating Secularism: The Harmonization of Uniform Civil Code with Constitutional Framework of India &ndash; Neha Khanna<br />\nBalancing Uniformity and Diversity: Challenges and Prospects for the Uniform Civil Code in India &ndash; Shibayan Chattopadhyay<br />\nUniform Civil Code: Pathway to a Just Society &ndash; Astha Srivastava<br />\nConsensus or Conflict: Understanding Public Views on the Uniform Civil Code &ndash; Srinidhi Mantripragada &amp; Rishitha Bacchu<br />\nWhy India&rsquo;s Romance with the Uniform Civil Code Could Be Dangerous? &ndash; Aditya Aryan<br />\nImplementing the Uniform Civil Code in India: Addressing Gender Inequalities Faced by Women in Jammu and Kashmir under Muslim Personal Laws &ndash; Sakkcham Singh Parmaar &amp; Vidhi Singh<br />\nUniform Civil Code: Addressing Core Objectives and Divisive Narratives &ndash; Manu Datta<br />\nNavigating Constitutional Pluralism: The Uniform Civil Code and the Multicultural Ethos of India &ndash; Mariya P.S. &amp; Anunath K.M.<br />\nUniform Civil Code and Guardianship of Minors Under Hindu and Muslim Law: Challenges and Solutions &ndash; Kanika Gaur &amp; Srishti<br />\nProposed Reform in Adoption Laws Through a Uniform Civil Code &ndash; Aditya Singh<br />\nUCC and National Integration: A Path to Unity and Uniformity &ndash; Bhuvana &amp; Sai Manasa</p>\n', '', NULL, '2,1', '', 495.00, 0, 420.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1642, 'Corporate Insolvency: Law, Policy and Practice', '', '<p>2nd Edition of the book &quot;<strong>Corporate Insolvency</strong>&quot; by Sumant Batra is a comprehensive and updated resource that captures the eight-year journey of the&nbsp;<strong>Insolvency and Bankruptcy Code, 2016</strong>. From the enactment of the&nbsp;<strong>IBC in 2016</strong>&nbsp;to landmark rulings and visionary reforms ahead, this second edition blends deep legal analysis with global insight. Written by one of the world&#39;s leading authorities on insolvency law, the book has received endorsements from judges, senior policymakers, and global insolvency experts, adding to its credibility and demand.</p>\n\n<p>The book&#39;s practical value, in-depth analysis, and forward-looking insights make it an ideal title for display in law, commerce, and economics sections.</p>\n', '<p><strong>Key Features:<br />\nComprehensive Chronicle of India&#39;s Corporate Insolvency Journey</strong>: Tracks the legal, institutional, and regulatory evolution of India&#39;s insolvency regime since 2016.<br />\n<strong>Deep Legal and Policy Insight with Scholarly Rigour</strong>: A well-researched, multidimensional analysis with strong relevance for policymakers and professionals.<br />\n<strong>Step-by-Step Guide to the IBC Ecosystem</strong>: Explains key reforms, Supreme Court decisions, and institutional progress under the IBC in 2016.<br />\n<strong>Real-World Relevance with Global and Domestic Impact</strong>: Connects India&#39;s reforms with business needs and international insolvency frameworks.<br />\n<strong>Global and Domestic Perspective</strong>: Connects India&#39;s insolvency developments with global norms and practices.</p>\n', '2nd', 0, '9789348179708', '938', '2025', '9', '20260309_054618_batra-corporate-insolvency.jpg', 0, '1440', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 05:46:34', '143', 0, 0, '<h2>Table Of Contents:</h2>\n\n<p>Part I (Pre-2014) - PAST: INDIA&rsquo;S TRYST WITH REFORMS<br />\nPart II (2014 &ndash; 2024) - PRESENT: THE IBC AND ITS FOOTPRINTS<br />\nSection A - Institutional Framework<br />\nSection B - Institutional Framework<br />\nSection C - Pre-Pack Insolvency Resolution Process<br />\nSection D - Liquidation<br />\nSection E - Insolvency of Financial Institutions<br />\nSection F - Insolvency Process of Individuals<br />\nPart III (2024&ndash;2047) - FUTURE: INDIA AS A GLOBAL INSOLVENCY HUB<br />\nPart IV - THE SUMMARY<br />\nAPPENDICES<br />\nSubject Index</p>\n', '', NULL, '2,1', '', 4995.00, 0, 4245.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1643, 'Suranjan Chakraverti and Bholeshwar Nath\'s Cases and Materials on Civil Procedure', '', '<h2>Overview:</h2>\n\n<p><strong>The Most Authoritative &amp; Comprehensive Collection of Precedents and Materials on Civil Procedure</strong>!</p>\n\n<p><strong>Coverage:</strong><br />\nSuranjan Chakraverti and Bholeshwar Nath&#39;s Cases and Materials on Civil Procedure is an authoritative encyclopedia on the law of civil procedure. First published in 1971, this reference work has enjoyed unwavering popularity for over five decades. Now in its sixth edition, it remains one of the most sought-after resources on the subject. This edition introduces a new double-column layout to enhance readability.<br />\nSince the last edition, a plethora of case law has emerged. Efforts have been made to incorporate all relevant Supreme Court and High Court decisions up to the finalisation date of the current edition. Updates to statutory law and State Amendments have also been included, along with numerous cross-references to assist members of the Bench and Bar. This edition presents a wealth of information in a concise and lucid style.The appendices now include the Commercial Courts Act, 2015, the Mediation Act, 2023, and the Limitation Act, 1963. We hope the new edition of this classic work will be of immense value to the Bench and Bar.</p>\n', '<p><strong>Key Features</strong>:<br />\nThe first edition of the book was published in 1971; for more than five decades it has had unbeatable popularity due to its condensed and lucid style of information.<br />\nA Special feature of this edition is that after thorough and intensive checking, all the decisions of the Supreme Court have been included in the book at appropriate places.<br />\nThe book is on par with all other classic publications of Eastern Book Company.<br />\nNew double-column layout to enhance readability.<br />\nThe appendices now include the Commercial Court Act, 2015, the Mediation Act, 2023, and the Limitation Act, 1963.</p>\n', '6th', 0, '9789350287101', '939', '2025', '9', '20260309_060227_civil-procedure-suranjan-chakraverti-and-bholeshwar-nath.JPG', 0, '4208', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 06:04:24', '19', 0, 0, '', '', NULL, '1,2', '', 5400.00, 0, 4590.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1644, 'Arbitration, Conciliation and Mediation: Law and Practice', '', '<h2>Overview:</h2>\n\n<p>Alternate means of dispute resolution are gaining ground quickly, given the enormous backlog of cases that bog India&#39;s courts. Arbitration, conciliation, and mediation are the most common and effective alternative dispute resolution (ADR) mechanisms of dispute resolution, which are speedy and efficacious.</p>\n\n<p>The present commentary on&nbsp;<em>Arbitration, Conciliation and Mediation: Law and Practice</em>&nbsp;comprehensively elucidates the law relating to arbitration, conciliation, and mediation in India as it stands today. It is a section-wise commentary of the two principal Acts. The Arbitration and Conciliation Act, 1996 and the Mediation Act, 2023.</p>\n\n<p>The Arbitration and Conciliation Act, 1996 is a law that guides dispute resolution through arbitration and conciliation. It explains the process and procedure, qualification and appointment of arbitrators and conciliators, enforcement of awards and challenge to awards. The amendments of 2015, 2019, and 2021 have been covered at length in this book.</p>\n\n<p>The Mediation Act, 2023 is a law that guides dispute resolution using mediation methods. All the important judgments of the Supreme Court of India and High Courts have been considered and commented on. A list of all Mediation and ADR rules with a QR code to access them has been included.</p>\n\n<p>This book shall be found indispensable by arbitrators, mediators, the Judiciary, advocates, law firms, in house counsel, industry and all others who need a reliable, thorough and comprehensive source for the entire law of arbitration, conciliation and mediation.</p>\n', '', '1st', 0, '9788119868490', '939', '2025', '9', '20260309_060903_m-l-singhal-arbitration-conciliation.jpg', 0, '1144', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 06:09:20', '4', 0, 0, '<h2>Table Of Contents:</h2>\n\n<p>Sectionwise Contents<br />\nTable of Cases<br />\n<strong>ARBITRATION AND CONCILIATION ACT, 1996</strong><br />\nArbitration and Conciliation Act, 1996<br />\n<strong>Part I -&nbsp;</strong><strong>ARBITRATION</strong><br />\nGeneral Provisions<br />\nArbitration Agreement<br />\nComposition of Arbitral Tribunal<br />\nJurisdiction of Arbitral Tribunals<br />\nConduct of Arbitral Proceedings<br />\nMaking of Arbitral Award and Termination of Proceedings<br />\nRecourse Against Arbitral Award<br />\nFinality and Enforcement of Arbitral Awards<br />\nAppeals<br />\nMiscellaneous<br />\n<strong>Part I-A -&nbsp;</strong><strong>ARBITRATION COUNCIL OF INDIA</strong><br />\nArbitration Council of India<br />\n<strong>Part II -&nbsp;</strong><strong>ENFORCEMENT OF CERTAIN FOREIGN AWARDS</strong><br />\nNew York Convention Awards<br />\nGeneva Convention Awards<br />\n<strong>Part III -&nbsp;</strong><strong>CONCILIATION</strong><br />\nConciliation<br />\n<strong>Part IV -&nbsp;SUPPLEMENTARY PROVISIONS</strong><br />\nSupplementary Provisions<br />\n<strong>MEDIATION ACT, 2023</strong><br />\nMediation Act, 2023<br />\n<strong>APPENDICES</strong><br />\nMediation (Removal of Difficulties) Order, 2023<br />\nArbitration and Conciliation (Amendment) Act, 2015<br />\nArbitration and Conciliation (Amendment) Act, 2019<br />\nArbitration and Conciliation (Amendment) Act, 2021<br />\nIndia International Arbitration Centre Act, 2019<br />\nCivil Procedure Code, 1908 (Extract)<br />\nMediation/Alternative Disputes Resolution Rules of High Courts<br />\n<strong>Subject Index</strong></p>\n', '', NULL, '1,2', '', 1750.00, 0, 1487.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1645, 'Supreme Court on Service Laws (1950-2025) ', '(In 2 Volumes)', '', '<h2>Overview:</h2>\n\n<p>J K Soonavala Supreme Court on Service Laws stands as a definitive reference for legal professionals, scholars, and students navigating the complex terrain of service jurisprudence in India. Spanning landmark decisions from 1950 to 2025, this authoritative volume consolidates the most significant rulings of the Supreme Court of India pertaining to service law, offering a panoramic view of its evolution over seven decades.</p>\n', '6th', 0, '9789349015463', '663', '2025', '9', '20260309_062840_j-k-soonavala-supreme-court-on-service-laws.jpg', 0, '3500', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 06:28:42', '45', 0, 0, '<p><strong>Key Features:</strong><br />\nPresents judgments in a thematically organized format, enabling readers to trace the development of legal principles across key areas.<br />\nIncludes judgments relating to services and dismissals in both the public and private sectors<br />\nContains decisions on various constitutional and legal provisions relating to conditions of service including selection, appointment, seniority, promotions, reservation, disciplinary proceedings, role of Public Service and Pay Commissions</p>\n', '', NULL, '1', '', 7995.00, 0, 6795.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL);
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1646, 'Commentary on The Commercial Courts Act', '', '<p>Commentary on the Commercial Courts Act, 2015 book is a critical analysis of the provisions of the Commercial Courts Act, 2015 which is aimed at ushering in reforms for the disposal of commercial cases in the civil justice system. Beginning with a historical survey of the origins of the Commercial...</p>\n', '', '3rd', 0, '9789349015326', '594', '2025', '59', '20260309_063537_9789349015326.jpg', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 06:36:04', '7', 0, 0, '', '', NULL, '1,2', '', 1795.00, 0, 1525.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1647, 'Law of Writs and other Constitutional Remedies (In 2 Volumes)', '', '<h2>Overview:</h2>\n\n<p>This Fifth revised and enlarged edition of the work has been revised and rewritten by the celebrated author who has to his credit over two dozen books on law, a number of which are on subjects of constitutional law.<br />\nUnlike other books on writs, which deal with writ remedies provided by articles 32, 226 and 227 only, the present work is an exhaustive treatise not only on these articles but also on articles 132,133,134,134A, 135,136,137, etc.<br />\nAll Supreme Court cases from 1950 to date have been exhaustively dealt with under a large number of subject headings&nbsp;and sub-headings with cross-references between subject headings provided. Cases prior to 1950 and a large number of foreign cases were also referred.<br />\nOver 9,500 judgments, mostly of the Supreme Court, referred. Judgments involving more than one law point cited at more than one place, resulting in over 17,000 references to judgments.<br />\nParallel citations of a maximum number of Law Reports are provided for ease of reference to the particular Law Report available to the reader.<br />\nSpecial Chapters are devoted to each type of writ, i.e., habeas corpus, certiorari, mandamus, prohibition and quo warranto, each one of which has been dealt with elaborately.<br />\nA special Chapter: The Homily on Human Rights, having a bearing on writ jurisdiction, is given.<br />\nA useful Chapter on Practice and Procedure was provided.<br />\nModel forms of writ petitions, PILs, SLPs, etc., most of which have been drawn from actual petitions filed in the High Courts/Supreme Court, provided to add to the utility of the book.<br />\nRelevant extracts from various High Court Rules and the Supreme Court Rules, Supreme Court Practice and Procedure, etc., are&nbsp;provided.</p>\n', '', '5th (2021)', 0, '9788173460715', '940', 'Reprint 2025', '61', '20260309_064325_Writs.jpg', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 06:43:53', '9', 0, 0, '', '', NULL, '1', '', 5995.00, 0, 5095.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-03-09 07:45:07'),
(1648, 'Cyber Crimes & Financial Offences – Practical Solution', '', '<p><em>Cyber Crimes &amp; Financial Offences &ndash; Practical Solution&nbsp;</em>is a landmark publication that addresses one of the most urgent and complex challenges in contemporary India: the rapid convergence of technology, finance, and law. As India transitions into a deeply digital economy, one in which financial transactions, identity systems, tax platforms, commerce, and employment processes are all technology-driven, the scale, sophistication, and impact of cyber and financial offences have expanded exponentially.&nbsp;Commissioned by the&nbsp;All India Federation of Tax Practitioners (AIFTP)&nbsp;and conceived under the editorial leadership of Dr K. Shivaram, Senior Advocate, this publication aims to bridge a pervasive knowledge gap in society and the professional community. It brings together insights from seasoned advocates, chartered accountants, and subject-matter experts to create a single, authoritative, multi-domain reference that demystifies cybercrime and financial offences through a clear, accessible Q&amp;A framework.</p>\n\n<p>What distinguishes this work is its breadth: it is possibly the only publication in India that consolidates Direct Taxes, GST, PMLA, IT Act, Data Protection, Banking Regulations, E-commerce and Platform Liabilities, Employment Fraud, and International Cyber Law in one cohesive treatise. The publication empowers professionals and citizens to recognise vulnerabilities, respond effectively to digital fraud, and adopt robust compliance and ethical practices.</p>\n\n<p>The book is designed for a vast audience, reflecting the reality that cyber and financial offences now touch every segment of society.</p>\n', '', '1st', 0, '9789375618140', '941', '2026', '10', '20260309_065102_cyber_crimes.jpg', 0, '464', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 06:51:53', '12,27', 0, 0, '', '', NULL, '1,2', '', 1175.00, 0, 998.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1649, 'Digital Personal Data Protection – Law & Practice', '', '<p>Digital Personal Data Protection &ndash; Law &amp; Practice is an authoritative and practice-focused commentary on the Digital Personal Data Protection Act 2023 and the DPDP Rules 2025, India&#39;s first comprehensive data protection framework. The book captures the transition from the IT Act&ndash;based regime to a rights-based, fiduciary-centric, and enforcement-oriented system, treating the DPDP Act as a holistic governance architecture. It integrates section-wise legal analysis with practical compliance guidance, covering consent management, security safeguards, breach response, and institutional enforcement. Designed for real-world implementation, the book functions as both a legal reference and an operational compliance manual for India&#39;s evolving data protection landscape.</p>\n', '', '1st', 0, '9789371260909', '942', '2026', '10', '20260309_070741_digital_data_protection.jpg', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 07:08:50', '27', 0, 0, '', '', NULL, '1', '', 1995.00, 0, 1695.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1650, 'Commentary on The Right to Fair Compensation and Transparency in Land Acquisition, Rehabilitation and Resettlement Act, 2013', '', '', '', '5th', 0, '9789392769740', '943', '2025', '37', '20260309_071701_Land.jpg', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 07:17:37', '31', 0, 0, '', '', NULL, '1', '', 2795.00, 0, 2375.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1651, 'The West Bengal Civil Acts ', '[(Volume 1 (A to L)] & [(Volume 2 (M to Z)]', '', '', '1st', 0, NULL, '944', '2024', '60', '20260309_081037_Civil_Acts.jpg', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 07:24:10', '19', 0, 0, '', '', NULL, '1', '', 3495.00, 0, 2970.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-03-09 08:10:42'),
(1652, 'Supreme Court on Service Laws', '(Set of 5 Vols.)', '<h2>Description</h2>\n\n<p><strong>A unique digest of cases on Service Laws decided by the Supreme Court which is at once statutewise as well as topicwise</strong></p>\n', '<p><strong>SALIENT FEATURES</strong><br />\nEntire gamut of the Supreme Court case law on service matters made available in digest form at one place in five large volumes. The 5th edition of this monumental work boasts of references to about 12,000 cases spanning over seven decades, i.e., since 1950 till 2024 (Jan.), with around 1,000 more cases than the previous edition.<br />\nCases analysed thoroughly, extracting maximum number of law points from a particular case, arranged under a large number of headings and sub-headings.<br />\nSubjects have been fully cross-referenced for easy access to a topic.<br />\nRatio decidendi picked up from the judgments and quoted verbatim, arranged under appropriate headings and sub-headings, making the digest authentic and reliable.<br />\nParallel citations of maximum number of Law Reports provided for ease of referring to the reports available with the user.<br />\nTable of digested cases provided for ease of finding a case by its name.<br />\nAn e-Book provided complimentary with the set, being an added feature of the present edition.<br />\nA &lsquo;must for members of the Bar and the Bench, Tribunals, Government officials, employees&rsquo; unions, etc., for whom it will prove an indispensable guide.</p>\n', '5th', 0, '9788197066986', '945', '2024', '61', '20260309_073350_supreme_court_on_service_laws.JPG', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 07:34:25', '45', 0, 0, '', '', NULL, '1', '', 15975.00, 0, 13259.25, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, NULL),
(1653, 'Judicial Dictionary of Words and Phrases, Latin Terms and Legal Maxims', '(Set of 4 Vols.)', '<h2>Description</h2>\n\n<p><strong><em>Prem and Saharay&rsquo;s Judicial Dictionary of Words and Phrases, Latin Terms and Legal Maxims</em></strong>&nbsp;is a classic in the true sense. For over 6 decades it has been a constant companion to judges, advocates, law researchers, jurists and scholars. Containing over 20,000 terms this new definitive 3rd edition has been thoroughly updated and expanded.<br />\nContains over 20,000 terms as defined by Indian And Foreign Legislature and Judiciary.<br />\nIncludes Latin Terms, Legal Maxims and Doctrines of Law updated till Winter 2025.<br />\nIncludes Revenue and Vernacular Terms with its Historical as well as present day relevance.<br />\nAlphabetically as well as chronologically arranged and catalogued for&nbsp; ease of usage.<br />\nEntries are strategically linked to their prefix and suffix derivatives, allowing the reader to navigate seamlessly. Like in the head entry:&nbsp;<em>Rape</em>&nbsp;you can navigate to its derivatives and connected terms such as&nbsp;<em>Gang Rape</em>. Ensuring ease of usage.<br />\nUnrivaled in detail, this edition breaks down foundational terms like Agent into 20 sub-entries and explores critical principles like Dying Declaration through the lens of 40+ Supreme Court precedents&rdquo;.<br />\nOur entries feature a chronological roadmap for every major term, allowing you to follow the historical development and shifting interpretations of concepts like Right to Privacy and Basic Structure.<br />\nBlending modern law with traditional structure, this edition includes essential newer terms like Electronic Form of Evidence, Transgender etc. and strategically links them to parent entries like Gender to ensure ease of understanding.<br />\nFrom the latest criminal law amendments to the exact definitions of newer offences like Snatching, this edition ensures you are equipped with the most up-to-date legal knowledge.<br />\nFeaturing terms of global importance, this volume traces the legal application of concepts like Genocide across diverse jurisdictions, from Rwanda to the former Yugoslavia.<br />\nFrom GST and Taxation to Environmental law and the Mediation Act, this volume captures the full spectrum of modern laws and jurisprudence.<br />\nIncludes a dedicated, alphabetical compedium of Legal Doctrines that have shaped the modern legal landscape, meticulously analyzed through the evolution of both Indian precedents and landmark foreign judgments.<br />\nPresented as a prestigious four-volume set, this edition features superior printing on premium paper and elegant gold-leafing, all finished in a durable cloth binding for the finest user experience.</p>\n', '', '3rd', 0, '9789372934304', '330', '2026', '61', '20260309_075243_Judicial_Dictionary.JPG', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 07:53:18', '135', 0, 0, '', '', NULL, '1,2', '', 14980.00, 0, 11984.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1654, 'Technology Law', '', '<h2>Overview:</h2>\n\n<p>Technology Law provides a comprehensive and authoritative analysis of the legal framework governing technology, cyber policy, and the evolving digital ecosystem. Authored by leading experts Rodney D. Ryder and Nikhil Naren, the book examines how law responds to rapid technological advancements, regulatory challenges, and policy considerations in the digital age. It integrates legal doctrine with contemporary regulatory developments, offering a structured understanding of technology-driven legal transformation in India and beyond.</p>\n', '<p><strong>Key Features</strong><br />\nIn-depth coverage of technology law and digital regulation<br />\nAnalysis of cyber policy, data governance, and emerging technologies<br />\nExamination of regulatory frameworks affecting the digital landscape<br />\nInsight into legal challenges posed by innovation and disruption<br />\nScholarly foreword by a former Chief Justice of India<br />\nPractical perspective informed by policy and constitutional considerations<br />\nThis book is designed for law students, legal practitioners, policymakers, academicians, in-house counsel, and technology professionals seeking to understand the legal dimensions of digital transformation. It is particularly useful for those specializing in technology law, cyber law, data protection, and regulatory compliance, as well as for candidates preparing for judicial and competitive law examinations.</p>\n', '1st', 0, '9789348076342', '601', '2026', '39', '20260309_075906_Technology_law__2_.jpg', 0, '650', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-09 07:59:36', '27', 0, 0, '', '', NULL, '1', '', 1495.00, 0, 1270.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1655, 'The Doctrine of Promissory Estoppel: A Public Law Perspective', 'A Public Law Treatise Tracing the Doctrine through Indian Constitutional Jurisprudence—from English Equity to Supreme Court', '<p>The Doctrine of Promissory Estoppel: A Public Law Perspective&nbsp;provides a thorough and careful analysis of the doctrine as it has developed and been applied within Indian public law. Authored by two practitioners with extensive backgrounds in taxation, commercial law, and constitutional litigation, the work intentionally moves away from the traditional view of promissory estoppel as solely a private contract law tool or a loose equitable remedy. Instead, it considers the doctrine as a fully developed principle of administrative and constitutional law&mdash;one that operates at the junction of governmental promises, executive power, citizen reliance, and judicial oversight.<br />\nThe doctrine, as the authors describe it, is neither an unconditional weapon against the State nor just a moral appeal. It is an equitable principle that has been examined, shaped, and refined through decades of Supreme Court jurisprudence&mdash;starting with&nbsp;UOI v. Indo-Afghan Agencies Ltd.&nbsp;and established in Justice Bhagwati&#39;s landmark ruling in&nbsp;Motilal Padampat Sugar Mills Ltd. v. State of U.P.&nbsp;&mdash;into a distinctive tool of constitutional accountability. The book traces this history: from the doctrine&#39;s roots in English equity and its transition into Indian law as what the authors call a &#39;colonial stowaway,&#39; to its modern application in areas such as fiscal policy, land reform, government incentives, and political promises.<br />\nWith a foreword by Justice Ujjal Bhuyan, Judge of the Supreme Court of India, the book is characterised, in his words, by &#39;doctrinal discipline and sustained engagement with public law principles. &#39; It is a work that invites practitioners, judges, scholars, and policymakers alike to seriously engage with one of the most complex and important doctrines in Indian public law.</p>\n', '<p>The book is designed for a professional and academic audience with substantive engagement with Indian public and administrative law. Its primary readership includes:<br />\nAdvocates and Senior Counsel&nbsp;practising in constitutional, administrative, taxation, and commercial law who regularly invoke or resist promissory estoppel claims before High Courts and the Supreme Court<br />\nTax Practitioners and Consultants&nbsp;dealing with governmental incentive schemes, exemption notifications, and retrospective legislative changes, where the doctrine is frequently litigated<br />\nJudges and Judicial Officers&nbsp;who must weigh equitable claims against the backdrop of statutory mandates and public interest<br />\nLegal Academics and Researchers&nbsp;working in public law, administrative law, or equity who require a doctrinal account of the Indian jurisprudential arc</p>\n\n<p>Policymakers and Government Counsel&nbsp;seeking to understand the legal consequences of executive representations and the limits of sovereign discretion<br />\nThe writing is accessible in tone without sacrificing depth, making it useful to a practising advocate preparing a brief as much as to a scholar mapping the evolution of the doctrine.The Present Publications is the Latest Edition, authored by Dr Ashok Saraf (Senior Advocate) and Adv. Aditya Ajgaonkar, with the following noteworthy features:<br />\n[Public Law-First Lens]&nbsp;Unlike typical treatises on estoppel that primarily view the doctrine as a matter of contract or evidence law, this work examines promissory estoppel solely within the realm of public law. It explores how it functions when one party is the State or a public authority, and where private reliance intersects with governmental discretion<br />\n[Historical Depth Combined with Doctrinal Precision]&nbsp;The book goes beyond merely cataloguing cases; it reconstructs the intellectual history of the doctrine&mdash;tracing from Lord Denning&#39;s formulations in&nbsp;Central London Property Trust v. High Trees House and Moorgate Ltd. v. Twitchings, to the Indian Supreme Court&#39;s innovative adaptations in Indo-Afghan Agencies and Motilal Padampat. It carefully analyses why the doctrine developed differently in India compared to England<br />\n[Landmark Case Analysis Throughout]&nbsp;Key rulings from the Supreme Court and various High Courts are not only cited but are examined in context and critically evaluated. The discussion of&nbsp;Hero Motocorp Ltd. v. Union of India, CCE v. Bal Pharma Ltd., State of Gujarat v. Arcelor Mittal Nippon Steel (India) Ltd.&nbsp;, and others demonstrates how the doctrine has been applied, misapplied, and refined<br />\n[Robust Engagement with Competing Doctrines]&nbsp;The book clearly maps the relationship between promissory estoppel and the doctrine of legitimate expectation&mdash;drawing on constitutional principles under Article 14, tracing both doctrines to their shared origins in Lord Denning&rsquo;s work, and analysing their points of convergence and divergence in relation to the State<br />\n[Critical Perspective]&nbsp;The final chapter offers an honest and critical reflection, raising pointed questions about inconsistency in the Supreme Court&#39;s rulings, the conflation of promissory estoppel with judicial estoppel, and the overarching need for certainty and predictability in public law<br />\n[Foreword by a Sitting Supreme Court Judge]&nbsp;Justice Ujjal Bhuyan&#39;s foreword lends the book institutional authority and situates it within the broader framework of constitutional governance and administrative accountability<br />\nThe book covers the following core substantive themes:<br />\nThe definitional architecture of promissory estoppel&mdash;distinguishing it from common law estoppel by conduct, proprietary estoppel, equitable estoppel, and judicial estoppel<br />\nThe statutory treatment of estoppel under the Indian Evidence Act 1872 and the Indian Contract Act 1872, and the gap left by the absence of any codified rule for promissory estoppel<br />\nThe transplantation of the doctrine from English equity into Indian jurisprudence&mdash;the role of Lord Denning, the High Trees case, and the Indian Supreme Court&#39;s initial resistance before eventual adoption<br />\nThe contribution of judicial activism to the birth and expansion of the doctrine in India, examined honestly alongside the tension between judge-made law and the separation of powers<br />\nThe foundational schism in Indian case law regarding whether the doctrine can operate against the government and, if so, under what conditions<br />\nThe cardinal rule that there can be no estoppel against a statute&mdash;its scope, rationale, and the cases that have tested its limits<br />\nThe doctrine of executive necessity and how governmental representations may be validly withdrawn when public interest or changed circumstances superveneThe intersection of electoral and political promises with promissory estoppel&mdash;what happens when a government makes representations on the strength of which industries or individuals act, and then changes policy<br />\nThe public interest exception&mdash;when the State may legitimately resile from a representation without incurring equitable liability<br />\nThe comparative analysis of legitimate expectation and promissory estoppel&mdash;their shared equitable roots, their divergent normative footing in Indian constitutional law, and the circumstances in which each operates as a more effective remedy<br />\nThe demand for certainty and consistency in Indian public law, including a critical examination of judicial inconsistencies in applying the doctrine to tax statutes<br />\nThe book draws extensively on case law spanning taxation, land law, export incentive schemes, industrial policy incentives, and governmental grants&mdash;the domains in which the doctrine has been most actively litigated</p>\n', '1st', 0, '9789375619642', '947', '2026', '10', '20260330_050459_The_Doctrine.jpg', 0, '236', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-03-30 05:09:00', '158', 0, 0, '<p>The book is organised into ten chapters, each introduced with a carefully chosen judicial epigraph that frames the chapter&#39;s central inquiry. The authors describe the jurisprudence of promissory estoppel as &#39;a ball of wool, tightly jumbled up and knotted,&#39; and the structure of the book is designed to unravel that tangle methodically.</p>\n\n<p>Chapter 1 &mdash; Introduction&nbsp;sets out the doctrinal landscape, defines the components of the phrase &#39;promissory estoppel,&#39; situates the doctrine within Indian statutory and equitable frameworks, and establishes the book&#39;s public law focus</p>\n\n<p>Chapter 2 &mdash; A Colonial Stowaway&nbsp;narrates the entry of the doctrine into Indian jurisprudence from English equity&mdash;examining its origins in Lord Denning&#39;s formulations, its initial reception by Indian Courts, and the contribution of judicial activism to its adoption</p>\n\n<p>Chapter 3 &mdash; A Product of Judicial Activism&nbsp;examines the relationship between the growth of promissory estoppel in India and the phenomenon of judicial activism, engaging directly with questions about the legitimacy of judge-made law in a constitutional democracy</p>\n\n<p>Chapter 4 &mdash; A Schism in the Law&nbsp;analyses the competing strands of Supreme Court jurisprudence that have, at different points, taken fundamentally different views on whether and when the doctrine operates against the government</p>\n\n<p>Chapter 5 &mdash; No Estoppel&nbsp;against the Statute deals with one of the most frequently litigated limitations of the doctrine&mdash;the rule that promissory estoppel cannot compel the government to act contrary to a statutory mandate &mdash; and examines the contours of this rule through case law</p>\n\n<p>Chapter 6 &mdash; Executive Necessity and Promissory Estoppel&nbsp;addresses the circumstances under which the government may validly withdraw a representation by invoking supervening public interest, executive necessity, or a change in policy</p>\n\n<p>Chapter 7 &mdash; Promises and the Political Circus&nbsp;is the book&#39;s most colourful chapter&mdash;engaging with the question of whether political statements, election promises, and representations made by the highest executive functionaries can give rise to enforceable estoppel</p>\n\n<p>Chapter 8 &mdash; The Public Interest Exception&nbsp;examines the equitable limitations on the doctrine when its enforcement would prejudice the larger public good, and analyses how Indian Courts have balanced individual reliance against collective interest</p>\n\n<p>Chapter 9 &mdash; Legitimate Expectation vis-&agrave;-vis Promissory Estoppel&nbsp;provides a detailed comparative analysis of the two doctrines&mdash;their shared equity roots, their divergence in constitutional grounding, and the circumstances in which legitimate expectation affords a stronger or more certain remedy than promissory estoppel</p>\n\n<p>Chapter 10 &mdash; A Case for Certainty in the Law&nbsp;serves as an extended epilogue&mdash;a candid, reflective, and at times pointed commentary on the inconsistencies in judicial application of the doctrine, the confusion between promissory estoppel and judicial estoppel in some Supreme Court decisions, and the broader imperative of certainty and predictability in public law</p>\n', '', NULL, '2,1', '', 775.00, 0, 658.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1656, ' Unjust Enrichment', '', '<p><em>Goff &amp; Jones</em>&nbsp;is the leading work on the law of unjust enrichment. Successive editions have played a major role in establishing the central importance of the subject for private and commercial lawyers and developing its key concepts and principles. The text is comprehensive in coverage and written by highly respected scholars who explain all of the rules governing claims in unjust enrichment and discuss how these have been applied through detailed examination of the case-law. The book is frequently cited in courts throughout the Commonwealth and continues to signpost future developments in the field.</p>\n', '<p><strong>Key Features:</strong><br />\nAnalyses and explains the theory, principles and practical application of unjust enrichment<br />\nShows how the rules are applied by the courts through detailed discussion of caselaw<br />\nOrganised in accordance with the precepts established by senior appellate courts, examining in turn: when claims are barred because the defendant&#39;s enrichment is justified by&nbsp; legal ground; when a defendant is enriched; when the enrichment is acquired at a claimant&#39;s expense; when the enrichment is unjust, what defences may be available, and what remedies may be awarded<br />\nCombines lucid explanation of theoretical concepts with practical advice about pleading, etc.<br />\nHeavily relied on by practitioners and frequently cited in court<br />\nWritten by a well-known and highly regarded team of subject experts</p>\n', '10th', 0, '9788197361371', '948', '2024 (South Asian Edition)', '11', '20260506_064747_goff-jones-on-unjust-enrichment-10th-south-asian-edition-front-cover.jpg', 0, '1', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-06 06:48:20', '158', 0, 0, '', '', NULL, '2,1', '', 19225.00, 0, 15764.50, 0, 0, 0.00, 0, 0.00, 18.00, 0.00, 0.00, NULL),
(1657, 'Commentary on The Insolvency and Bankruptcy Code, 2016 by Manzar Saeed', '', '', '', '2nd', 0, '9789386374011', '949', '2017', '11', '20260506_065752_commentary.jpg', 0, '2400', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-06 06:58:10', '139', 0, 0, '', '', NULL, '2,1', '', 2650.00, 0, 2252.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1658, 'Direct Taxes Manual', '', '<p>Direct Taxes Manual is India&#39;s most authoritative statutory reference on direct taxation. Volume 1 presents the ITA 2025 (536 sections, 23 chapters, 15 Schedules) as amended by the Finance Act 2026, supported by six bi-directional cross-reference tables that map every section, rule, and form between the two regimes&mdash;the definitive transitional navigation tool for practitioners working across both Acts simultaneously. Volume 2 covers the complete procedural framework across 28 divisions of subordinate legislation, including the Income-tax Rules 2026, all five faceless proceedings schemes, ICDS, and the ITAT Rules, while Volume 3 consolidates over a century of Supreme Court and High Court precedent (1922&ndash;February 2026), six decades of CBDT administrative guidance (1961&ndash;February 2026), and a judicially defined words and phrases compilation&mdash;all re-indexed section-by-section against the 2025 Act.</p>\n', '', '1st', 1, NULL, '808', '2026', '10', '20260506_073027_direct_taxes.jpg', 0, '1000', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-06 07:31:34', '57', 0, 0, '', '', NULL, '1', '', 8725.00, 0, 7416.25, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, '2026-05-06 07:32:09'),
(1659, 'The Law of Artificial Intelligence', '', '<p>The Law of Artificial Intelligence is an essential practitioner&#39;s reference text examining the application of current regulation and civil and criminal laws to AI and emerging areas of AI-specific regulation and proposed law reforms.</p>\n', '', '1st', 0, '9780414114500', '950', '2024', '11', '20260506_074015_AI.jpg', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-06 07:41:03', '89', 0, 0, '', '', NULL, '2', '', 12700.00, 0, 10795.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1660, 'Law of Torts', '', '<p>This edition of this established classic tort text exhibits the traditional Salmond &amp; Heuston hallmarks: a detailed treatment of the law of torts written in a highly accessible and clear style. It remains the definitive undergraduate text on this complex area of law.</p>\n\n<p>The impact of the House of Lords decisions in Cambridge Water Company v. Eastern Counties Leather and White v. Jones are assessed, as are significant developments relating to concurrent liability, psychiatric damage and damages for personal injury.</p>\n', '', '21at', 0, '9789391155605', '951', '2022 (Indian Reprint)', '11', '20260506_074636_torts.jpg', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-06 07:46:39', '102', 0, 0, '', '', NULL, '2,1', '', 1495.00, 0, 1270.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1661, 'The Conflict of Laws', '', '<p><em>Dicey, Morris &amp; Collins on the Conflict of Laws</em>&nbsp;is renowned worldwide as the foremost authority on private international law. It explains the rules, principles and practice that determine how the law of England &amp; Wales relates to other legal systems. Its commentary, Rules and illustrations, with detailed reference to international conventions, legislation and case law, ensures it remains an indispensable tool for practitioners engaged in cross-border matters.</p>\n\n<p>Across two volumes and a Companion Volume, it contains high-quality and detailed analysis. Volume 1 deals with general principles, the effects of withdrawal by the United Kingdom from the European Union, foreign affairs and the conflict of laws, procedural issues relating to international litigation, jurisdiction, recognition and enforcement of foreign judgments and arbitration. Volume 2 deals with a number of specific areas of law. It addresses family law, property law, succession and trusts, corporations and insolvency and the law of obligations. A Companion Volume considers in greater detail the transitional issues arising from the United Kingdom&#39;s withdrawal from the European Union and the relevant EU legislation in a number of key areas.</p>\n', '<p><strong>Key Features:</strong><br />\nExplains the rules, principles and practice that determine how the law of England and Wales relates to other legal systems.<br />\nVolume 1 deals with general principles the effects of the withdrawal by the United Kingdom from the European Union, foreign affairs law, protective measures and international judicial cooperation, jurisdiction of English courts, recognition and enforcement of foreign judgments and international arbitration.<br />\nVolume 2 covers family law, property law, succession and trusts, corporations and bankruptcy, contracts, torts, unjust enrichment and equitable claims, and foreign currency obligations.<br />\nIncludes a new Part containing detailed analysis of Foreign Affairs and the Conflict of Laws, including expanded coverage of important developments in this area.<br />\nIncludes detailed treatment of the Hague Convention on Choice of Court Agreements 2005.<br />\nFamily law coverage includes important developments in respect of same-sex marriages, civil partnerships and surrogacy.<br />\nA Companion Volume explains in detail the transitional provisions relating to the withdrawal by the United Kingdom from the European Union and the relevant EU legislation in areas where those transitional issues will remain relevant for the foreseeable future, including on lis pendens, recognition and enforcement of foreign judgments, family law and insolvency.</p>\n\n<p><strong>New material in the Sixteenth edition:</strong></p>\n\n<p>The new edition addresses all key developments, international conventions, legislation and case law since publication of the 15th edition in 2012. It includes the following significant developments:<br />\nFull analysis of the effects of the withdrawal by the United Kingdom from the European Union.<br />\nDetailed coverage of the Hague Convention on Choice of Court Agreements 2005.<br />\nAnalysis of domestic legislation, including the Private International Law (Implementation of Agreements) Act 2020, important amendments to the Civil Jurisdiction and Judgments Act 1982 and a number of key statutory instruments.<br />\nA new Part containing detailed analysis of Foreign Affairs and the Conflict of Laws, including expanded coverage of important developments in this area.<br />\nCovers important developments in family law, including in respect of same-sex marriages, civil partnerships and surrogacy.<br />\nDetailed analysis of the many decisions of the Supreme Court, Privy Council, Court of Appeal and High Court and in other parts of the United Kingdom, Commonwealth and other jurisdictions.</p>\n\n<p><strong>Companion to the Sixteenth Edition:</strong><br />\nThe Companion Volume explains in detail the effects of the withdrawal by the United Kingdom from the European Union. It analyses the relevant transitional provision in the Withdrawal Agreement concluded between the United Kingdom and the European Union, as well as domestic legislation on transitional issues. It analyses the relevant EU law in areas likely to remain relevant for the foreseeable future, including in relation to lis pendens and the recognition and enforcement of judgments from EU Member States. It considers the relevant family legislation in the Brussels IIa and Maintenance Regulations. The Companion Volume also includes detailed coverage of relevant provisions of the recast Insolvency Regulation.</p>\n', '2016', 0, '9788199440210', '953', '2025 (South Asian Reprint)', '11', '20260506_075622_dicey-morris-collins-on-the-conflict-of-laws-16th-south-asian-edition.jpg', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-06 07:57:05', '29', 0, 0, '<p><strong>VOLUME ONE</strong><br />\nPart 1: Preliminary Matters<br />\n1. Nature, scope and development of the conflict of laws. European law and the United Kingdom&rsquo;s withdrawal from the European Union<br />\n2. Characterisation, the incidental question, the time factor and renvoi<br />\n3. Proof of foreign law<br />\n4. Substance and procedure<br />\n5. Public Policy<br />\n6. Domicile and habitual residence<br />\nPart 2: Foreign Affairs and the Conflict of Laws<br />\n7. Foreign relations law and the conflict of laws<br />\n8. Non-enforcement of foreign penal, revenue or public law. The act of state doctrine. Governmental acts affecting property<br />\n9. Jurisdictional Immunities<br />\nPart 3: International Litigation<br />\n10. Protective measures and international judicial cooperation<br />\n11. Jurisdiction in claims in personam<br />\n12. Forum non conveniens, lis alibi pendens, jurisdiction agreements and anti-suit injunctions<br />\n13. Jurisdiction in admiralty claims in rem<br />\n14. Foreign judgments<br />\n15. Jurisdiction and enforcement of judgments under multilateral conventions<br />\n16. Arbitration and foreign awards</p>\n\n<p><strong>VOLUME TWO</strong><br />\nPart 4: Family Law<br />\n17. Marriage and civil partnerships<br />\n18. The effect of marriage and civil partnerships on property<br />\n19. Matrimonial causes<br />\n20. Children<br />\n21. Legitimacy, legitimation and adoption<br />\n22. Mental incapacity<br />\nPart 5: Law of Property<br />\n23. Nature and situs of property<br />\n24. Immovables<br />\n25. Particular transfers of movables<br />\n26. Intellectual property<br />\n27. Administration of estates<br />\n28. Succession<br />\n29. Trusts<br />\nPart 6: Corporations and Insolvency<br />\n30. Corporations and corporate insolvency<br />\n31. Bankruptcy<br />\nPart 7: Law of Obligations<br />\n32. Contracts: General rules<br />\n33. Particular contracts<br />\n34. Non-Contractual Obligations: Common Issues<br />\n35. Torts/Delict<br />\n36. Unjust enrichment, equitable claims and negotiorum gestio<br />\n37. Foreign currency obligations</p>\n\n<p><strong>Companion Volume to the 16th Edition:</strong><br />\nIntroduction to the companion volume on EU withdrawal transition issues<br />\nChapter 12 Companion Volume &ndash; Lis pendens and related actions in European Union member states and Lugano contracting states under the transitional arrangements<br />\nChapter 14 Companion Volume &ndash; Recognition and enforcement of judgments from European Union member states and Lugano contracting states under the transitional arrangements<br />\nChapter 19 Companion Volume &ndash; Matrimonial causes under the transitional arrangements<br />\nChapter 20 Companion Volume &ndash; Children under the transitional arrangements<br />\nChapter 30 Companion Volume &ndash; Corporate Insolvency under the transitional arrangements<br />\nChapter 31 Companion Volume &ndash; Bankruptcy under the transitional arrangements</p>\n', '', NULL, '2,1', '', 32000.00, 0, 25600.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1662, 'Libel and Slander', '', '<p>Now in its thirteenth edition and part of the prestigious Common Law Library,&nbsp;<em>Gatley on Libel and Slander</em>&nbsp;has established itself as the definitive work on defamation law and practice.</p>\n\n<p>This new edition comes at a key time. The work has been comprehensively updated and restructured to provide a thorough examination of the Supreme Court decision in Lachaux v Independent Print Ltd - a landmark defamation case addressing the definition of &quot;serious harm&quot; in the Defamation Act 2013.</p>\n\n<p>In addition to providing detailed commentary and expert analysis of the substantive law, it offers comprehensive guidance on the procedural aspects of bringing an action. This advice is complemented with example forms and precedents for issuing proceedings and summaries of key damages awards, making it both a practical and authoritative reference.</p>\n\n<ul>\n	<li>The authority on the law of defamation with expert analysis of the law and all significant developments in libel and slander, malicious falsehood and privacy.</li>\n	<li>Detailed coverage of the relevant procedure for practising defamation law - serving as a one-stop reference at every stage of an action.</li>\n	<li>Examines the defamatory statement including slanders actionable, publication, identifying the person defamed and addresses the question: who may sue or be sued?</li>\n	<li>Looks at the various available remedies including compensatory, aggravated and exemplary damages.</li>\n	<li>Commentary on related causes of action such as malicious falsehood, misuse of private information and other causes arising from statements.</li>\n	<li>Explores available defences with discussion of honest comment, absolute and qualified privilege, publication in public interest and more.</li>\n	<li>Comprehensive examination of the procedure for bringing an action from interim injunctions and particulars of claim to counterclaims, apologies, the trial and appeals.</li>\n	<li>Relevant cases from other jurisdictions with commentary on their relevance to UK law and procedure, including decisions from Canada, Australia and New Zealand.</li>\n	<li>Discusses the jurisprudence of the European Court of Human Rights and the continuing effect of the Human Rights Act on defamation law.</li>\n	<li>Provides forms and precedents for issuing proceedings, statements of case and settlement and reproduces relevant excerpts of key statutes.</li>\n	<li>Includes an appendix with summaries of important libel awards.</li>\n</ul>\n', '', '13th', 0, '9788196675882', '954', '2024 (South Asian Reprint)', '11', '20260506_080112_gatley-on-libel-and-slander-13th-south-asian-edition.jpg', 0, '1178', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-06 08:02:08', '19', 0, 0, '', '', NULL, '2,1', '', 19475.00, 0, 15580.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1663, ' Law of Trade Marks and Trade Names', '', '<p><em>Kerly&#39;s Law of Trade Marks and Trade Names</em>&nbsp;has provided clear and authoritative advice on all aspects of UK trade mark law since 1894. Through its mix of insightful commentary and up-to-date analysis of case law and legislation, it has established itself as the leading reference on trade mark law and a must-have title for practitioners. This updated seventeenth edition is available in print and as an eBook on Thomson Reuters ProView.</p>\n', '<p>This title provides you with:<br />\nThe most comprehensive and authoritative guidance on the law of trade marks and trade names.<br />\nExplanations of key aspects of trade mark law: classification, registration, enforcement, infringement and litigation.<br />\nDetailed analysis of community trade marks, their provisions, extent of protection and procedural matters, as well as the changes introduced by the European trade mark reforms.<br />\nCoverage of issues such as assignment, licensing, merchandising and franchising.<br />\nOutlines the absolute and relative grounds for the refusal of registration.<br />\nAddresses trade mark infringement and available defences including limitations on, exclusions from and statutory.<br />\nExplains the difference between collective and certification marks and highlights their respective functions and regulations.<br />\nDedicated chapters on trade libel, company names, the internet and the influence of human rights.<br />\nLooks at the related issues of competition law and restraint of trade.<br />\nDiscusses the influence of EU law and possible areas of post-Brexit divergence.</p>\n', '17th', 0, '9788198805430', '955', '2025 (South Asian Reprint)', '11', '20260506_085657_kerlys-law-of-trade-marks-and-trade-names-17th-south-asian-edition.jpg', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-06 08:57:23', '158', 0, 0, '<p>1. Introduction<br />\n2. The functions and characteristics of a trade mark in EU trade mark law<br />\n3. Average consumer<br />\n4. Influence of EU Law, statutory interpretation and possible divergence<br />\n5. The UK register of trade marks<br />\n6. Classification of goods and services<br />\n7. UK registration procedure<br />\n8. Community trade marks<br />\n9. The Madrid system<br />\n10. Absolute grounds for refusal of registration<br />\n11. Relative grounds for refusal of registration<br />\n12. Validity and removal of trade marks from the register<br />\n13. Geographical indications and appellations of origin<br />\n14. Collective and certification marks<br />\n15. Dealings with trade marks<br />\n16. Infringement<br />\n17. Defences<br />\n18. Exhaustion<br />\n19. Competition law and trade marks<br />\n20. The action for passing off<br />\n21. Trade libel and threats<br />\n22. Civil proceedings for trade mark infringement and passing off<br />\n23. Evidence<br />\n24. Criminal proceedings<br />\n25. Customs powers and procedures<br />\n26. Character and celebrity merchandising<br />\n27. Company and business names<br />\n28. The internet<br />\n29. Human rights and trade marks</p>\n', '', NULL, '2,1', '', 16900.00, 0, 14365.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1664, 'Charterparties and Bills of Lading', '', '<p>Covers the different types of charterparties: time charters, voyage charters, and demise charters, and lays out the nature, validity, and construction of each Provides a first port of call for research when both drafting and disputing contracts Helps clarify uncertainties in points of principle, illustrating them through a wide variety of case material Deals with the contractual and technical challenges involved in the legal administration of leasing a commercial shipCovers the 1 new related cases since the last edition Defines bills of lading as contracts, and examines the liability of the shipowner for loss of or damage to goods Examines the issue of damages for failure to load or carry cargo properly or in reasonable time Looks at the consequences of not signing or presenting bills of lading Discusses limitation of liability Special features for the 125th Anniversary Edition include a biography of Scrutton written by the authors, articles and obituaries on Scrutton, plus a re-examination of key historic cases Transform the way you work, with eBooks on ProView Thomson Reuters ProView is the iPad app custom built for legal professionals like you. Using ProView means you can connect to and interact with the content you rely on in new ways, wherever and whenever you like. Search the entire text by keyword Jump to related content via hyperlinks. Add your own notes, bookmark key pages and highlight important passages Email, print and share the text You don&rsquo;t need to be online to access your eBooks. Your entire library and personalised features are backed up Learn more about Thomson Reuters ProView View titles available on Thomson Reuters ProView You may only order one eBook per title online; to order multiples of eBooks, contact our customer services team or your Sweet &amp; Maxwell Account Manager. FEATURES &amp; BENEFITS Nature, validity and construction of the contract Parties to the contract Agency Charterparties The Bill of Lading as a contract Bills of Lading for goods on a chartered ship Terms of the Contract Representations Performance of contract: Loading The Bill of Lading as a document of title Liability of shipowner for loss of, or damage to, goods carried Performance of the contract.Covers the different types of charterparties: time charters, voyage charters, and demise charters, and lays out the nature, validity, and construction of each Provides a first port of call for research when both drafting and disputing contracts Helps clarify uncertainties in points of principle, illustrating them through a wide variety of case material Deals with the contractual and technical challenges involved in the legal administration of leasing a commercial shipCovers the 1 new related cases since the last edition Defines bills of lading as contracts, and examines the liability of the shipowner for loss of or damage to goods Examines the issue of damages for failure to load or carry cargo properly or in reasonable time Looks at the consequences of not signing or presenting bills of lading Discusses limitation of liability Special features for the 125th Anniversary Edition include a biography of Scrutton written by the authors, articles and obituaries on Scrutton, plus a re-examination of key historic cases Transform the way you work, with eBooks on ProView Thomson Reuters ProView is the iPad app custom built for legal professionals like you. Using ProView means you can connect to and interact with the content you rely on in new ways, wherever and whenever you like. Search the entire text by keyword Jump to related content via hyperlinks. Add your own notes, bookmark key pages and highlight important passages Email, print and share the text You don&rsquo;t need to be online to access your eBooks. Your entire library and personalised features are backed up Learn more about Thomson Reuters ProView View titles available on Thomson Reuters ProView You may only order one eBook per title online; to order multiples of eBooks, contact our customer services team or your Sweet &amp; Maxwell Account Manager. FEATURES &amp; BENEFITS Nature, validity and construction of the contract Parties to the contract Agency Charterparties The Bill of Lading as a contract Bills of Lading for goods on a chartered ship Terms of the Contract Representations Performance of contract: Loading The Bill of Lading as a document of title Liability of shipowner for loss of, or damage to, goods carried Performance of the contract.</p>\n', '', '24th', 0, NULL, '956', '2025', '11', '20260506_090819_scru.jpg', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-06 09:08:22', '29', 0, 0, '', '', NULL, '2', '', 15254.00, 0, 12965.90, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL);
INSERT INTO `books` (`BookId`, `BookName`, `SubTitle`, `Description`, `Features`, `Edition`, `binding_type`, `ISBN`, `AuthorId`, `YearofPublication`, `PublisherId`, `CoverImage`, `EditionType`, `NoofPages`, `IsVisible`, `Highlighted`, `HighlightImage`, `PublishDate`, `new_release`, `BestSeller`, `OnlineStore`, `IsSpecialPrice`, `isEbookAvailable`, `ebookLink`, `SpecialPriceType`, `StockId`, `EntryDate`, `CategoryId`, `IsDeleted`, `book_show`, `Content`, `Readership`, `category_subcategory`, `cat_id`, `sample_page`, `priceINR`, `priceUSD`, `SpecialPrice`, `ShippingChargeINR`, `ShippingChargeUSD`, `ExpressShippingChargeINR`, `ExpressShippingChargeUSD`, `PercentAmtUSD`, `PercentAmtINR`, `IndividualAmtUSD`, `IndividualAmtINR`, `updatedAt`) VALUES
(1665, 'Oil and Gas Contracts : Principles and Practice', '', '<p>A handbook covering the law of upstream, midstream and downstream petroleum contracts. Covers standard industry documents providing the legal framework for upstream, midstream and downstream petroleum contracts, with accompanying commentary on their application to energy transactions and related matters Looks at issues relating to mineral laws, including licences, and host government and inter-governmental agreements Examines preliminary participation contracts, including agreements and concessions relating to confidentiality, area of mutual interest, joint study, joint bidding and joint wells; data trade and sharing contracts; and enforceability of reasonable endeavour and best endeavour covenants Assesses model form joint operating agreements, including contents, accounting procedure, and trust deeds Examines drilling, procurement and services contracts Discusses the principles of unitisation and unitisation agreements, and considers pooling and other joint development options, pre-unit agreements, UUOA and JOA relationships, principles of petroleum lifting and commingling, balancing agreements, title interests, allocation and attribution/substitution agreements Advises on petroleum management contracts including those for provision of petroleum processing and operational services; third party access to infrastructure, project structures for gas liquefaction and LNG regasification, contracts for terminal access and provision of services Deals with oil, gas and LNG sales contracts dealing in detail with their respective terms Goes through shipping contracts, including ship leasing, time and voyage charter-party terms, contracts of affreightment and bills of lading Addresses pipeline transportation contracts, looking at the transporter and shipper perspectives, pipeline system rules, sales and transportation contract interfaces, cross-border pipeline investment protection, agreements for pipeline crossing, proximity and tie-in, and pipeline capacity management agreements Extends coverage to interest sale and purchase contracts, including asset exchange contracts, farm out and earn out agreements, addressing pre-emption, due diligence, representations and warranties Features decommissioning and security contracts Includes contractual clauses for the construction of petroleum infrastructure Examines corporate and project finance agreements, taking into account contingent consideration, royalty deeds, volumetric production payments, reserves based lending agreements, debt prioritisation and security interests Examines options for the negotiated, arbitration and judicial resolution of disputes involving oil and gas contracts and projects, including governing law and jurisdiction provisions Covers dispute resolution Edited by leading oil and gas lawyer Peter Roberts and written by a team of expert contributors from the O&amp;G sector New to the 3rd edition include dedicated chapters on Petroleum Royalty Agreements and Environmental, Social, and Governance (ESG) Provisions.</p>\n', '', '1st', 0, '978-8198805423', '957', '2025', '11', '20260506_091219_peter.jpg', 0, '472', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-06 09:13:02', '158', 0, 0, '', '', NULL, '2', '', 18250.00, 0, 15512.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1666, 'Disaster Management Laws in Asia: A Retrospect', '', '<p>Disaster Management Laws in Asia: A Retrospect, edited by S. Sivakumar and published by Thomson Reuters, is a detailed and authoritative analysis of disaster management laws and practices across Asia. This volume provides invaluable insights into the legal frameworks, policies, and mechanisms that shape disaster response in Central, East, South, Southeast, and West Asia, while also incorporating perspectives from Mauritius, Turkey, and Cape Town.</p>\n', '<p><strong>Key Features:</strong><br />\nEach chapter examines legislative frameworks, regional challenges, and effective strategies in disaster preparedness, response, and recovery.<br />\nThe book features a foreword by Hon&rsquo;ble Mr. Justice Surya Kant, lending judicial authority and relevance.<br />\nThrough comparative studies, the work highlights best practices and offers valuable lessons on building resilience and strengthening governance structures.</p>\n\n<p>This retrospective study is an essential resource for policymakers, academics, legal professionals, and practitioners working in the fields of law, governance, and disaster management. By exploring diverse jurisdictions and collaborative approaches, it equips readers with the knowledge to design effective strategies for resilience and disaster response.</p>\n', '1st', 0, '9788198385710', '452', '2025', '11', '20260506_091742_disaster-management-laws-in-asia-s-sivakumar-1st-edition.jpg', 0, '704', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-06 09:18:12', '54', 0, 0, '', '', NULL, '1,2', '', 2475.00, 0, 2103.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1667, 'Insolvency Litigation: A Practical Guide', '', '<p><em>Insolvency Litigation: A Practical Guide</em>&nbsp;3rd Edition provides a comprehensive commentary on the process, procedure and issues faced by practitioners conducting insolvency related litigation. This title offers specific practical guidance to the most important court applications on this specialist area of insolvency practice, including;</p>\n\n<ul>\n	<li>Focused coverage of the mechanics of litigation in insolvency proceedings</li>\n	<li>Completely updated in line with the Insolvency Rules 2016 as amended and after the Corporate Insolvency and Governance Act 2020</li>\n	<li>Provides detailed guidance on court practice and procedure and the principles of law relevant to insolvency litigation</li>\n	<li>Two new chapters - one providing an overview of corporate restructuring, the other providing an overview of insolvency litigation in the Caribbean (Cayman Islands, Bermuda, and the BVI)</li>\n	<li>Offers detailed guidance to different aspects of litigation, including litigation against an insolvent defendant, limitation, costs and funding issues, litigation by office holders and their approach to litigation and the types of application that arise in insolvency cases</li>\n	<li>Summarises the issues relevant to cross-border insolvency</li>\n	<li>Deals with challenging the acts and decisions of the officeholder and their removal</li>\n	<li>Considers applications to set aside transactions under the Insolvency Act 1986 in the context of both corporate insolvency and bankruptcy, enforcing the duty to cooperate with the officeholder, wrongful and fraudulent trading and misfeasance</li>\n	<li>Covers personal insolvency litigation issues and applications such as the matrimonial home and conflicts with family law, annulment, income payment orders and applications to suspend a bankrupt&#39;s date of discharge</li>\n	<li>Looks at the process and nature of different types of applications in corporate insolvency such as applications for permission to be a director of a company with a prohibited name, validation orders and applications to end the administration</li>\n</ul>\n', '', '3rd', 0, '9788198805478', '958', '2025 (South Asian Reprint)', '11', '20260506_092219_insolvency-litigation-a-practical-guide-3rd-south-asian-edition.jpg', 0, '1240', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-06 09:22:38', '158', 0, 0, '<p>Introduction<br />\nAn Introduction to Court Procedure and Practice<br />\nStatutory Demands<br />\nBankruptcy Petitions<br />\nWinding-Up Petitions<br />\nApplications to Court for an Administration Order<br />\nLitigation by Office-Holders and Their Approach to Litigation<br />\nHow Can an Office-Holder Fund Litigation and Pay any Adverse Costs Orders?<br />\nLimitation Periods in Insolvency Claims<br />\nCross-Border Issues<br />\nInsolvency proceedings in the Caribbean<br />\nValidation orders<br />\nEnforcing the Duty to Co-Operate with the Office-Holder<br />\nChallenging an Office-Holder<br />\nReviewable Transactions in Corporate Insolvency<br />\nReviewable Transactions in Bankruptcy<br />\nAnnulment of Bankruptcy<br />\nThe Matrimonial Home and Conflicts with Family Law<br />\nIncome Payment Agreements and Orders<br />\nSuspension of Automatic Discharge from Bankruptcy<br />\nClaims under Section 212 of the Insolvency Act and Misfeasance<br />\nFraudulent Trading and Wrongful Trading<br />\nOverview to Corporate Restructuring<br />\nChallenges to a Voluntary Arrangement<br />\nApplications to Restrain Presentation or Advertisement of a Winding-Up Petition<br />\nProhibited Names and Applications for Permission to Act<br />\nAdministrator&#39;s Application to Extend or End the Administration<br />\nLitigating against Insolvent Entities</p>\n', '', NULL, '1,2', '', 11450.00, 0, 9732.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1668, 'Sustainability and Subsistence: Legal Strategies for a Green Planet', '', '<p><em>Discover</em>&nbsp;Sustainability and Subsistence: Legal Strategies for a Green Planet, a landmark Thomson Reuters publication commemorating five decades since the Stockholm Declaration. With a foreword by Hon&rsquo;ble Mr. Justice B.R. Gavai, Chief Justice of India, this authoritative volume brings together leading voices in environmental law to examine critical legal frameworks and policy innovations for a sustainable future.</p>\n\n<p>The book explores pioneering ideas such as legal personhood for natural entities, eco-taxation, and carbon-border adjustments, alongside pressing issues like wetland protection, biodiversity conservation, and the regulation of emerging technologies. Contributors also analyse the intersection of constitutional mandates, intellectual property rights, sustainable tourism, and community-based initiatives with the UN Sustainable Development Goals.</p>\n\n<p>Rich in practical recommendations and clear analysis, this essential resource is invaluable for environmental lawyers, policymakers, academics, researchers, NGO leaders, and activists committed to advancing environmental preservation and social equity.</p>\n', '', '1st', 0, '9788198930309', '299', '2025', '11', '20260506_092535_sustainability-and-subsistence-legal-strategies-for-a-green-planet-1st-edition.jpg', 0, '488', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-06 09:29:01', '54', 0, 0, '', '', NULL, '1,2', '', 1670.00, 0, 1419.50, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1669, 'Damages, Expert Evidence and Valuation in Commercial Disputes in India', '', '<p>Jurisprudence surrounding the law of damages and valuation has remained constantly in flux. However, despite being at the forefront of commercial litigation and arbitration landscape, there is a lack of dedicated and reliable authorities devoted to the study of this area of law in India.</p>\n\n<p>The central objective of Damages, Expert Evidence and Valuation in Commercial Disputes in India is to bridge that gap. With contributions authored by practitioners across several common law jurisdictions in addition to India, there is a conscious attempt to produce a body of work that, though Indian law facing, is well contextualized within the developments in common law jurisdictions and provides a comparative analysis wherever appropriate.</p>\n', '', '1st', 0, '9789395696739', '959', '2023', '11', '20260506_093011_damages-expert-evidence-and-valuation-in-commercial-disputes-in-india-front-cover.jpg', 0, '640', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-06 09:30:36', '158', 0, 0, '', '', NULL, '1,2', '', 1695.00, 0, 1440.75, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1670, 'Easements', '', '<p>An easement is a right enjoyed by an owner of land over land of another, such as a right of way, of light, of support, or to a flow of air or water. It is a core area of property law and matters relating to them can be frequent, complex and contentious.</p>\n\n<p>This highly regarded and frequently cited title, first published in 1839, is a detailed analytical text that interprets statute and case-law and suggests solutions to the many problems that may arise. The authors provide summaries and informed examination of case law to help make clear the main themes of the law of easements and their subtle variations and exceptions.</p>\n', '<p>Gale on Easements:</p>\n\n<ul>\n	<li>Interprets both statute and case law, suggesting solutions to problems which may arise in practice</li>\n	<li>Sets out what constitutes an easement and goes on to focus on particular types, such as right of light, rights of way, air and support, boundaries and access to neighbouring land</li>\n	<li>Traces cases to the present day from an historical point of view</li>\n	<li>Explains the development of the law via in-depth analysis of latest case law</li>\n	<li>Offers remedies and advice for when an easement has been disturbed</li>\n	<li>Provides summaries and examination of case law, including a wide range of Commonwealth cases</li>\n	<li>Goes through the ways easements can be created</li>\n	<li>Examines the how easements can be extinguished</li>\n	<li>Defines what amounts to disturbance of easements and identifies the available remedies</li>\n</ul>\n\n<p>This 21st edition brings the reader up to date on the key caselaw developments since the last edition in 2016, including:</p>\n\n<ul>\n	<li>The decision of the Supreme Court in the Regency Villas case, which reviewed the essential characteristics of an easement as originally identified in Re Ellenborough Park which clarifies numerous points</li>\n	<li>Plymouth (Earl of) v Rees in the Court of Appeal which considered the implied limitations on an apparently wide right of entry reserved in a lease and set out the principles to be applied in construing such reservations</li>\n	<li>Welford v Graham in which the burden of proof in prescription claims was elucidated</li>\n	<li>The rule in Harris v Flower that a right of way may only be used for gaining access to the land identified as the dominant tenement in the grant continues to give rise to problems at the margins. Gore v Naheed says that it is all a matter of construction. Whether this enables all the authorities to be reconciled is discussed in detail</li>\n	<li>Poste Hotels Limited v Cousins and London Borough of Brent v Malvern Mews which provided an interesting pair of decisions about when the court should grant a negative declaration; in one such a declaration was not granted and in the other it was</li>\n</ul>\n\n<p>Plus analysis of the many other decisions both at first instance and on appeal which illustrate established principles.</p>\n', '21st', 0, '978 9395696357', '818', '2023', '11', '20260506_093502_gale.jpg', 0, '811', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-06 09:36:45', '132', 1, 0, '<p>Tables<br />\nCharacteristics of an Easement<br />\nEquitable Rights to Easements<br />\nCreation Of Easements by Known Transactions<br />\nEstablishment Of Easements by Prescription<br />\nEasements and Registered Land<br />\nRights In Respect of water<br />\nRight to Light<br />\nAir<br />\nRights of Way<br />\nSupport<br />\nParty-Walls, Banks, Boundary Trees and Buildings and Access to Neighbouring Land<br />\nExtinguishment of Easements<br />\nWhat Amounts to A Disturbance<br />\nRemedies for Disturbance<br />\nAppendix</p>\n', '', NULL, '1,2', '', 12800.00, 0, 10880.00, 0, 0, 0.00, 0, 0.00, 15.00, 0.00, 0.00, NULL),
(1671, 'Protection of Women from Domestic Violence, Law and Practice ', 'Incorporating New Criminal Laws 2023 | Supreme Court on Cruelty by Husband or his Relatives', '<p><em>Protection of Women from Domestic Violence, Law and Practice</em>&nbsp;provides a detailed legal analysis of domestic violence laws in India, focusing on statutory provisions and judicial interpretation. The book integrates new criminal law developments of 2023 and examines how courts, particularly the Supreme Court, have addressed issues of cruelty and protection of women. It offers a practical understanding of legal remedies and enforcement mechanisms available under the law.</p>\n', '<p>Comprehensive coverage of domestic violence law and legal framework<br />\nIncorporates new criminal laws 2023 updates<br />\nAnalysis of Supreme Court judgments on cruelty by husband or relatives<br />\nPractical insights into remedies, procedures, and enforcement<br />\nUseful for litigation, advisory, and academic study<br />\nStructured explanation of rights and legal protections<br />\nUpdated third edition with recent developments</p>\n\n<p>This book is highly suitable for legal practitioners, law students, and judicial aspirants specializing in family law and women protection laws. It is also valuable for NGOs, social workers, and policy professionals working in gender justice and domestic violence prevention. Readers seeking practical legal guidance and case law analysis in this area will find this book particularly beneficial.</p>\n', '3rd', 0, '9789372938951', '960', '2026', '61', '20260513_055341_protection-of-women-from-domestic-violence-law-and-practice.jpg', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-13 05:54:11', '12', 0, 0, '', '', NULL, '1,2', '', 3495.00, 0, 2796.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2026-05-13 06:21:16'),
(1672, 'History of Practice of A First Book of Jurisprudence', '', '', '', '4th', 0, '9788199018822', '961', '2026', '62', '20260513_120832_history-of-practice-of-a-first-book-of-jurisprudence.jpg', 0, '508', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-13 12:09:01', '30', 0, 0, '', '', NULL, '2,1', '', 1295.00, 0, 1036.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1673, 'In Complete Justice? The Supreme Court At 75', '', '<p>About the Book: In Complete Justice? The Supreme Court at 75: The Supreme Court at 75 Indias top legal minds on the issues that define justice In its seventy-fifth year, how should one view the Supreme Court of India an institution that has not only transformed in its composition and functioning but has also been a catalyst for change in other branches of the State? How has it fared in terms of accountability, transparency and its responsibility to both the law and the people? Has it consistently managed to strike the delicate balance between judicial activism and the imperative of accountability in the exercise of judicial</p>\n', '', '1st', 0, '9789353452926', '962', '2025', '63', '20260513_121855_Justice.jpg', 0, '624', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-13 12:19:23', '56', 0, 0, '', '', NULL, '2', '', 1499.00, 0, 1199.20, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1674, 'Handbook of Banking and Debt Recovery', '', '<p><em>Handbook of Banking &amp; Debt Recovery | Alongwith Digest of Cases</em>&nbsp;by Kharbanda &amp; Kharbanda is a comprehensive legal reference covering the framework of banking laws and debt recovery mechanisms in India. The book integrates multiple key statutes, including the Recovery of Debts and Bankruptcy Act, SARFAESI Act, and Insolvency and Bankruptcy Code, providing a consolidated understanding of financial regulation and recovery processes. It also includes a digest of case laws, enabling readers to understand judicial interpretations and practical application of these laws. Designed as both a reference and practice guide, the book is highly useful for navigating complex banking and insolvency matters.</p>\n', '<p>Covers major banking and debt recovery laws in one volume.<br />\nIncludes SARFAESI Act, IBC 2016, RDDBFI Act and other key statutes.<br />\nProvides a digest of important case laws for practical understanding.<br />\nUseful for understanding insolvency and recovery mechanisms.<br />\nCombines statutory provisions with judicial interpretation.<br />\nDesigned for legal professionals, bankers, and students.<br />\nUpdated 2026 edition with relevant legal developments.<br />\nPublished by Law Publishing House, a reputed legal publisher.</p>\n\n<p>This book is particularly useful for advocates, banking professionals, insolvency practitioners, and law students who require a detailed understanding of banking regulations and debt recovery laws. It is also beneficial for judiciary aspirants and professionals dealing with financial litigation, making it a practical and authoritative reference for both academic and professional use.</p>\n', '1st', 1, NULL, '963,964', '2026', '56', '20260523_065312_handbook-of-banking-and-debt-recovery-kharbanda-and-kharbanda.jpg', 0, '1386', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-23 06:54:47', '139,2', 0, 0, '', '', NULL, '1,2', '', 2800.00, 0, 2324.00, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, NULL),
(1675, 'Handbook of Succession, Partition and Wills', '', '<p><em>Handbook of Succession Partition &amp; Wills | Alongwith Digest of Cases</em>&nbsp;by Kharbanda &amp; Kharbanda is a comprehensive legal reference that covers the laws governing succession, inheritance, partition, and testamentary disposition in India. The book consolidates key statutes such as the Hindu Succession Act, Indian Succession Act, and Partition Act, providing a clear understanding of property devolution and family settlements. It also includes a digest of case laws, enabling readers to grasp judicial interpretations and practical applications of succession and partition laws. Designed as a practical handbook, it serves as an essential guide for handling inheritance disputes and estate planning matters.</p>\n', '<p>Covers major succession and inheritance laws in one volume.<br />\nIncludes Hindu Succession Act, Indian Succession Act, and Partition Act.<br />\nProvides coverage of adoption and maintenance laws.<br />\nIncludes digest of important case laws for practical understanding.<br />\nExplains legal principles of wills, partition, and estate distribution.<br />\nUseful for estate planning and family property disputes.<br />\nUpdated 2026 edition with relevant legal developments.<br />\nPublished by Law Publishing House, a reputed legal publisher.</p>\n\n<p>This book is particularly useful for advocates, law students, judiciary aspirants, and professionals dealing with inheritance and property matters. It is also beneficial for individuals involved in estate planning or family settlements who want a clear understanding of succession laws and legal procedures, making it a practical and authoritative reference for both academic and professional use.</p>\n', '1st', 0, NULL, '963,964', '2026', '56', '20260523_065738_succession-partition-and-wills-kharbanda-and-kharbanda.jpg', 0, '1120', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-23 06:58:03', '42', 0, 0, '', '', NULL, '1,2', '', 2800.00, 0, 2324.00, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, NULL),
(1676, 'Handbook of Matrimonial Laws', 'Along with Digest of Cases', '<p><em>Handbook of Matrimonial Laws</em>&nbsp;by V. K. Kharbanda and Vipul Kharbanda is a compact and authoritative reference work that presents India&#39;s principal matrimonial statutes in a single volume. Conceived to balance statutory text with judicial guidance, the book brings together key personal laws governing marriage, divorce, maintenance, custody, and related family law issues. Structured into Bare Acts &amp; Rules and a Digest of Cases, it serves as a practical handbook rather than an exhaustive commentary, making it suitable for both study and practice.</p>\n', '<p>Divided into two parts:<br />\nPart I: Bare Acts and Rules covering major matrimonial laws<br />\nPart II: Digest of cases interpreting matrimonial and family law provisions</p>\n\n<p>Covers a wide range of legislations including Hindu Marriage Act, Special Marriage Act, Family Courts Act, Domestic Violence Act, Dowry Prohibition Act, Muslim, Christian and other personal laws<br />\nDigest includes case law from 2003 to 2024, summarised for quick understanding of judicial interpretation<br />\nTopic-wise coverage of key issues such as divorce, maintenance, cruelty, custody, matrimonial reliefs, and women&#39;s rights<br />\nDesigned to bridge the gap between bare acts and bulky commentaries, offering concise yet practical legal insight<br />\nUser-friendly layout enabling quick reference for court work, research, and exam preparation</p>\n\n<p>This handbook is especially useful for family law practitioners, judges, judicial services aspirants, law students, academicians, mediators, and legal aid professionals seeking a concise and practical guide to matrimonial laws supported by judicial interpretation.</p>\n', '1st', 0, NULL, '964,963', '2025', '56', '20260523_070335_matrimonial-laws-kharbanda-1st-edition-front-cover.jpg', 0, '908', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-23 07:04:05', '33', 0, 0, '', '', NULL, '1,2', '', 2100.00, 0, 1743.00, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, '2026-06-09 08:56:35'),
(1677, 'Handbook of Motor Vehicles Act, 1988', 'Along with Digest of Cases', '<p><em>Handbook of Motor Vehicles Act, 1988</em>&nbsp;is a concise yet authoritative reference work that presents the text of the Motor Vehicles Act, 1988 along with allied rules and a structured digest of judicial decisions. Designed to bridge the gap between bare acts and bulky commentaries, the book offers a balanced approach by combining statutory provisions with practical judicial interpretation. The book incorporates relevant rules, schemes, and developments, making it a reliable guide on licensing, registration, permits, insurance, traffic control, road safety, and accident compensation under the Motor Vehicles law regime.</p>\n', '<p>Divided into two distinct parts: Bare Act &amp; Rules, and an analytical Digest of Cases for practical legal understanding<br />\nIncludes digest of case law from 2003 onwards up to 2024, covering interpretation and application of the Motor Vehicles Act<br />\nCovers all major chapters such as licensing of drivers and conductors, registration of motor vehicles, transport permits, insurance against third-party risks, road safety, traffic regulation, and penalties<br />\nIncorporates important allied rules and schemes, including Motor Vehicle Accident Fund Rules, Hit and Run Compensation Scheme, and Driving Regulations<br />\nChapter-wise arrangement aligned with statutory provisions for quick reference and ease of navigation<br />\nFocus on judicial trends and principles guiding courts in accident claims, liability, compensation, and enforcement<br />\nWritten in a clear, precise, and practitioner-friendly format, suitable for courtroom and advisory use</p>\n\n<p>This book is ideal for advocates, judicial officers, motor accident claims practitioners, law students, judicial services aspirants, insurance professionals, transport authorities, and anyone seeking a practical understanding of the Motor Vehicles Act, 1988 along with its judicial interpretation.</p>\n', '1st', 0, NULL, '964,963', '2025', '56', '20260523_070712_motor-vehicles-act-1988-kharbanda-1st-edition-front-cover.jpg', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-23 07:07:32', '35', 0, 0, '<p>Chapter I &ndash; Preliminary<br />\nChapter II &ndash; Licensing of Drivers of Motor Vehicles<br />\nChapter III &ndash; Licensing of Conductors of Stage Carriages<br />\nChapter IV &ndash; Registration of Motor Vehicles<br />\nChapter V &ndash; Control of Transport Vehicles<br />\nChapter VI &ndash; Special Provisions Relating to State Transport Undertakings<br />\nChapter VII &ndash; Construction, Equipment and Maintenance of Motor Vehicles<br />\nChapter VIII &ndash; Control of Traffic<br />\nChapter IX &ndash; Motor Vehicles Temporarily Leaving or Visiting India<br />\nChapter X &ndash; Liability Without Fault in Certain Cases<br />\nChapter XI &ndash; Insurance of Motor Vehicles Against Third Party Risks<br />\nChapter XII &ndash; Claims Tribunals<br />\nChapter XIII &ndash; Offences, Penalties and Procedure<br />\nChapter XIV &ndash; Miscellaneous<br />\nTable of Cases</p>\n', '', NULL, '2,1', '', 1975.00, 0, 1639.25, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, NULL),
(1678, 'Commentary on New Industrial & Labour Codes', '', '<p><em>Commentary on New Industrial &amp; Labour Codes</em>&nbsp;by V. K. Kharbanda and Vipul Kharbanda is a comprehensive and updated commentary covering India&#39;s four new labour legislations:</p>\n\n<ol>\n	<li>The Code on Wages, 2019</li>\n	<li>The Industrial Relations Code, 2020</li>\n	<li>Rhe Occupational Safety, Health &amp; Working Conditions Code, 2020</li>\n	<li>The Code on Social Security, 2020</li>\n</ol>\n\n<p>The book provides a consolidated understanding of the restructured labour law framework, explaining statutory provisions and their practical implications in a clear and systematic manner.</p>\n', '<p>Detailed commentary on all four New Labour Codes, addressing substantive and procedural aspects<br />\nInclusion of salient features highlighting the objectives and structural changes introduced by the Codes<br />\nComparative tables mapping provisions of the new Codes with corresponding sections of the repealed labour laws<br />\nIncorporates notifications bringing the Codes into effect, updated up to 2026<br />\nPractical insights useful for compliance, interpretation, and application of labour laws<br />\nStructured presentation for quick reference by practitioners and researchers</p>\n\n<p>This commentary is an essential resource for labour law practitioners, corporate legal teams, HR and compliance professionals, judges, academicians, law students, and judicial services aspirants seeking an authoritative guide to the new industrial and labour law regime in India.</p>\n', '1st', 0, '9788189639051', '964,963', '2026', '56', '20260523_071550_industrial-labour-codes-kharbanda-2026-edition-front-cover.jpg', 0, '1150', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-23 07:14:10', '51', 0, 0, '', '', NULL, '2,1', '', 2800.00, 0, 2324.00, 0, 0, 0.00, 0, 0.00, 17.00, 0.00, 0.00, '2026-05-23 07:15:58'),
(1679, 'Making the Transnational Criminal Law', '', '<p>Transnational Criminal Law (TCL) is essential for addressing the myriad of Transnational Organised Crimes (TOCs) confronting contemporary society. A defining characteristic of transnational organised crime is that it is perpetrated by individuais solel motivated by financial gain and power. The transnation dimension of such crimes has exacerbated the difficulty ofrec suppression due to potential jurisdictional issues among about law enforcement, prosecution, and punishme offenders. The author&#39;s research indicates that despite the of comprehensive legislation such as the United Convention against Transnational Organized Crime transnational crimes can only be effectively addreiswugh cooperation, coordination, and compromise amorntions. cons LOC),</p>\n\n<p>This work emphasizes the importance of establisang distinct legal framework to address transnational crimether than treating them as an extension of international crinin Making the TCL with a thorough conceptual research towart it from both domestic and international criminal law bookup several pages. To provide readers with a thorough understanding of the international legal scenario, the major and minor international conventions that deal with transnational organised crime have been reviewed albeit with all restrictions.</p>\n\n<p>Since domestic law governs the prosecution and sentencing of transnational organised crimes, a thorough analysis of the domestic laws of three jurisdictions - the United States, the United Kingdom, and India has been conducted regarding the various aspects of domestic crimes that may have the potential to transcend national boundaries. Finally, the theoretical and practical intricacies of jurisdiction, extradition, and mutual legal assistance are discussed, along with other related peripheral concerns.</p>\n', '', '1st', 1, '9788199368330', '32', '2026', '1', '20260526_074235_Trans.jpg', 0, '462', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-23 08:15:55', '12', 0, 0, '', '', NULL, '2', '', 1090.00, 0, 872.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2026-05-26 07:42:38'),
(1680, 'Direct Taxes Law & Practice', '', '<p>Part 1<br />\n<strong>Division A</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Analysis of amendments made by The Finance Act, 2026<br />\n<strong>Division B</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Important Case Laws<br />\n<strong>Division C</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CBDT Circulars &amp; Government Notifications</p>\n\n<p>Part 2<br />\nDirect Taxes &mdash; Laws &amp; Practice</p>\n\n<p><strong>Chapter 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Preliminary<br />\n<strong>Chapter 2</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Basis of Charge<br />\n<strong>Chapter 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Incomes which do not Form Part of Total Income<br />\n<strong>Chapter 4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Computation of Total Income and Income under the Head &ldquo;Salaries&rdquo;<br />\n<strong>Chapter 5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Income under the Head &ldquo;Income from House Property&rdquo;<br />\n<strong>Chapter 6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Income under the Head &ldquo;Profits and Gains of Business or Profession&rdquo;<br />\n<strong>Chapter 7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Income under the Head &ldquo;Capital Gains&rdquo;<br />\n<strong>Chapter 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Income under the Head &ldquo;Income from other Sources&rdquo;<br />\n<strong>Chapter 9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Income of Other Persons included in Total Income of Assessee<br />\n<strong>Chapter 10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Aggregation of Income &ndash; Unexplained Credits, Unexplained Investment Etc.<br />\n<strong>Chapter 11&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Set Off or Carry Forward and Set Off of Losses<br />\n<strong>Chapter 12&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Deductions to be Made in Computing Total Income<br />\n<strong>Chapter 13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Agricultural Income and Its Tax Treatment<br />\n<strong>Chapter 14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Assessment of Individuals<br />\n<strong>Chapter 15&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Assessment of Hindu Undivided Family<br />\n<strong>Chapter 16&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Assessment of Firms (including LLP)<br />\n<strong>Chapter 17&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Assessment of Association of Persons<br />\n<strong>Chapter 18&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Assessment of Co-operative Societies<br />\n<strong>Chapter 19&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Assessment of Non-Profit Organization<br />\n<strong>Chapter 20&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Taxation of Mutual Associations<br />\n<strong>Chapter 21&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Assessment of Companies<br />\n<strong>Chapter 22&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Tonnage Tax Scheme<br />\n<strong>Chapter 23&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Return of Income and Procedure of Assessment<br />\n<strong>Chapter 24&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Search, Seizure &amp; Survey and Special Procedure</p>\n\n<p>for Assessment of Search Cases<br />\n<strong>Chapter 25&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Deduction and Collection of Tax at Source<br />\n<strong>Chapter 26&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Advance Payment of Tax<br />\n<strong>Chapter 27&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Interest and Fee Payable<br />\n<strong>Chapter 28&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Refunds<br />\n<strong>Chapter 29&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Appeals, Revisions and Alternate Dispute Resolutions<br />\n<strong>Chapter 30&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Penalties, Offences and Prosecution<br />\n<strong>Chapter 31&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Income Tax Authorities<br />\n<strong>Chapter 32&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Special Provisions Relating to Certain Persons &ndash; Legal Representative, Agent, Executors Etc.<br />\n<strong>Chapter 33&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Collection and Recovery of Tax<br />\n<strong>Chapter 34&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Mode of Payment in Certain Cases etc.<br />\n<strong>Chapter 35&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Double Taxation Relief<br />\n<strong>Chapter 36&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Special Provisions Relating to Avoidance of Tax (Transfer Pricing Provisions for International Transactions)<br />\n<strong>Chapter 37&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>General Anti-Avoidance Rule (GAAR)<br />\n<strong>Chapter 38&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Special Provisions Relating to Non-Residents and Foreign Companies<br />\n<strong>Chapter 39&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Advance Rulings</p>\n', '', '18th', 0, '9788169449748', '965', '2026', '35', '20260526_073536_direct_taxes.JPG', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-05-26 07:38:45', '57', 0, 0, '', '', NULL, '1,2', '', 3995.00, 0, 3196.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1681, 'The Industrial Relations Code, 2020', '', '', '', '1st', 0, '9788189639105', '963,964', '2026', '56', '20260601_093404_IRC_2020.JPG', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-06-01 09:34:39', '51', 0, 0, '', '', NULL, '1,2', '', 1800.00, 0, 1440.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1682, 'The Code on Social Security, 2020', '', '', '', '1st', 0, '9788189639099', '963,964', '2026', '56', '20260601_093550_CSS.JPG', 0, '', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-06-01 09:36:21', '51', 0, 0, '', '', NULL, '1,2', '', 2800.00, 0, 2240.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1683, 'Bengal Excise Act, 1909', 'Compilation of Rules', '', '', '3rd', 0, NULL, '944', '2025', '60', '20260604_061644_bengal_excise.jpg', 0, '1052', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-06-04 06:17:23', '145', 0, 0, '', '', NULL, '2,1', '', 1195.00, 0, 956.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1684, 'The West Bengal Local Act (in 2 Volumes)', 'Containing 175 Acts', '', '', '1st', 0, NULL, '827', '2025', '46', '20260604_062026_local_acts.jpg', 0, '2500', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-06-04 06:21:39', '146', 0, 0, '', '', NULL, '2,1', '', 6990.00, 0, 5592.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2026-06-04 06:30:48'),
(1685, 'West Bengal Educational Manual (in 2 Voilumes)', 'Primary, Secondary, Higher Secondary Education', '', '', '1st', 0, NULL, '358', '2025', '46', '20260604_062527_educational_manual.jpg', 0, '2200', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-06-04 06:25:57', '164,146', 0, 0, '', '', NULL, '1', '', 3990.00, 0, 3192.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2026-06-04 06:30:21'),
(1686, 'West Bengal Scheduled Castes Scheduled Tribes & Other Backward Classes Manual', '', '', '', 'Reprint 2026', 0, NULL, '966', '2026', '60', '20260604_062934_SC_ST.jpg', 0, '536', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-06-04 06:29:50', '146', 0, 0, '', '', NULL, '2,1', '', 1195.00, 0, 956.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1687, 'The Code of Civil Procedure, 1908 [Dewani Karjabidhi, 1908] [In Bengali]', '', '', '', 'Reprint 2022', 0, NULL, '967', '2022', '60', '20260604_063545_CPC_Bengali.JPG', 0, '1208', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-06-04 06:36:01', '19', 0, 0, '', '', NULL, '2,1', '', 1495.00, 0, 1196.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, '2026-06-04 06:58:55'),
(1688, 'Pleadings [Bangla Musabida] [in Bengali]', 'Plaints and Complaints', '', '', 'Reprint 2025', 0, NULL, '968', '2025', '60', '20260604_064946_Pleading_Bengali.JPG', 0, '764', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-06-04 06:50:06', '49', 0, 0, '', '', NULL, '2,1', '', 1195.00, 0, 956.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL),
(1689, 'Guide to Deed [Dalil Musabida] [in Bengali]', '', '', '', 'Reprint 2024', 0, NULL, '968', '2024', '60', '20260604_065758_dalal_Musabida.jpg', 0, '1264', '0', '0', NULL, NULL, 0, 0, 0, 1, 0, '', 2, 1, '2026-06-04 06:58:18', '19', 0, 0, '', '', NULL, '2,1', '', 1495.00, 0, 1196.00, 0, 0, 0.00, 0, 0.00, 20.00, 0.00, 0.00, NULL);

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

--
-- Table structure for table `books_order`
--

CREATE TABLE `books_order` (
  `Id` int(11) NOT NULL,
  `order_id` bigint(20) NOT NULL,
  `book_id` int(11) NOT NULL,
  `isbn` varchar(100) NOT NULL,
  `binding_type` varchar(50) NOT NULL,
  `title` varchar(255) NOT NULL,
  `price_usd` decimal(10,2) NOT NULL,
  `price_inr` decimal(10,2) NOT NULL,
  `ship_type` varchar(255) NOT NULL,
  `shipping_charge_usd` decimal(10,2) NOT NULL DEFAULT 0.00,
  `shipping_charge_inr` decimal(10,2) NOT NULL DEFAULT 0.00,
  `quantity` int(5) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `books_order`
--

INSERT INTO `books_order` (`Id`, `order_id`, `book_id`, `isbn`, `binding_type`, `title`, `price_usd`, `price_inr`, `ship_type`, `shipping_charge_usd`, `shipping_charge_inr`, `quantity`) VALUES
(1, 1, 1, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, '', 0.00, 0.00, 1),
(2, 2, 237, '9788171772964', 'Hardcover', 'Sexual Violence against Women with Special Reference to Rape', 0.00, 355.50, '', 0.00, 0.00, 1),
(3, 3, 374, '9788171772346', 'Hardcover', 'test1', 0.00, 550.00, '', 65.00, 65.00, 1),
(4, 1437047678, 374, '9788171772346', 'Hardcover', 'test1', 0.00, 550.00, '', 65.00, 65.00, 1),
(5, 1437051633, 361, '9788171772520', 'Hardcover', 'Selected Speeches &amp; Writings of Justice Bhagwati', 0.00, 1.00, '', 0.00, 0.00, 2),
(6, 1437054859, 361, '9788171772520', 'Hardcover', 'Selected Speeches &amp; Writings of Justice Bhagwati', 0.00, 1.00, '', 0.00, 0.00, 1),
(7, 1437110266, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, '', 0.00, 0.00, 1),
(8, 1437134237, 243, '9788171772919', 'Paperback', 'Competition Law in India', 0.00, 590.75, '', 0.00, 0.00, 1),
(9, 1437134834, 308, '9788171772285', 'Hardcover', 'Dialectics &amp; Dynamics of Human Rights in India (Tagore Law Lectures)', 0.00, 550.00, '', 0.00, 0.00, 1),
(10, 1437140361, 231, '9788171772537', 'Hardcover', ' Law of Arbitration &amp; Conciliation ', 0.00, 1413.00, '', 90.00, 90.00, 1),
(11, 1437232003, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, '', 65.00, 65.00, 2),
(12, 1437232003, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 750.00, '', 65.00, 65.00, 1),
(13, 1437233772, 319, '9788171772278', 'Hardcover', 'The West Bengal Land &amp; Land Reforms Manual, 1991', 0.00, 360.00, '', 0.00, 0.00, 1),
(14, 1437362001, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, '', 0.00, 0.00, 1),
(15, 1437383619, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 750.00, '', 0.00, 0.00, 1),
(16, 1437395296, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, '', 0.00, 0.00, 1),
(17, 1437397274, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, '', 0.00, 0.00, 1),
(18, 1437465253, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, '', 0.00, 0.00, 1),
(19, 1437465253, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, '', 0.00, 0.00, 1),
(20, 1437465953, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, '', 0.00, 0.00, 1),
(21, 1437465953, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, '', 0.00, 0.00, 1),
(22, 1437560174, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, '', 75.00, 75.00, 1),
(23, 1437560174, 404, '9788180386671', 'Paperback', 'The Code of Civil Procedure ', 0.00, 896.00, '', 0.00, 0.00, 1),
(24, 1437634954, 237, '9788171772964', 'Hardcover', 'Sexual Violence against Women with Special Reference to Rape', 0.00, 355.50, '', 65.00, 65.00, 1),
(25, 1437634954, 382, '9789350281062', 'Paperback', 'Cybercrimes', 0.00, 440.00, '', 0.00, 0.00, 1),
(26, 1437636915, 295, '9788171772391', 'Hardcover', 'Family Law in India', 0.00, 350.00, '', 0.00, 0.00, 1),
(27, 1437636915, 405, '9789351432913', 'Paperback', 'CRIMINAL PROCEDURE', 0.00, 535.00, '', 65.00, 65.00, 1),
(28, 1437636915, 238, '9788171772872', 'Hardcover', 'Bail Law &amp; Practice', 0.00, 1305.00, '', 90.00, 90.00, 1),
(29, 1437651565, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, '', 95.00, 95.00, 3),
(30, 1437661577, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, '', 0.00, 0.00, 2),
(31, 1437661940, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, '', 0.00, 0.00, 2),
(32, 1437663284, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, '', 0.00, 0.00, 2),
(33, 1437735999, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, '', 0.00, 0.00, 2),
(34, 1437737928, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, '', 0.00, 0.00, 1),
(35, 1437738001, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, '', 0.00, 0.00, 1),
(36, 1437754889, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, '', 0.00, 0.00, 2),
(37, 1437919983, 267, '9788171772773', 'Paperback', 'Cyber Crime in India ', 0.00, 351.00, '', 0.00, 0.00, 3),
(38, 1437988383, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, '', 95.00, 95.00, 2),
(39, 1437988420, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, '', 95.00, 95.00, 2),
(40, 1437988429, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, '', 95.00, 95.00, 2),
(41, 1437995163, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, '', 95.00, 95.00, 1),
(42, 1437995181, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, '', 95.00, 95.00, 1),
(43, 1437995677, 400, '9788180380013', 'Hardcover', 'N S Bindra\'s General Clauses Act ', 0.00, 675.00, '', 0.00, 0.00, 1),
(44, 1437997479, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, '', 0.00, 0.00, 1),
(45, 1438068916, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, '', 0.00, 0.00, 1),
(46, 1438083945, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, '', 0.00, 0.00, 1),
(47, 1438163326, 231, '9788171772537', 'Hardcover', ' Law of Arbitration &amp; Conciliation ', 0.00, 1334.50, '', 0.00, 0.00, 1),
(48, 1438163326, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 586.50, '', 0.00, 0.00, 1),
(49, 1438164535, 335, '9788171772650', 'Hardcover', 'B.B. Mitra\'s The Indian Succession Act', 0.00, 1100.75, '', 95.00, 95.00, 1),
(50, 1438164535, 406, '9789351433798', 'Hardcover', 'Kelly\'s Legal Precedents', 0.00, 4038.00, '', 0.00, 0.00, 1),
(51, 1438165644, 408, '9788180389153', 'Hardcover', 'Ratanlal and Dhirajlal\'s The Indian Penal Code', 0.00, 2141.00, '', 0.00, 0.00, 1),
(52, 1438165644, 402, '9788180387975', 'Hardcover', 'The Advocates Act, 1961', 0.00, 645.00, '', 95.00, 95.00, 1),
(53, 1438341836, 338, '9788171772551', 'Hardcover', 'Service Disputes ', 0.00, 1035.00, '', 0.00, 0.00, 1),
(54, 1438343882, 276, '9788171772667', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 850.00, '', 0.00, 0.00, 1),
(55, 1438665952, 250, '9788171772544', 'Hardcover', 'The Constitution of India', 0.00, 1345.50, '', 95.00, 95.00, 1),
(56, 1438665952, 378, '9789350289570', 'Paperback', 'Constitution Of India', 0.00, 690.00, '', 0.00, 0.00, 1),
(57, 1438674203, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, '', 0.00, 0.00, 1),
(58, 1438685865, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, '', 0.00, 0.00, 1),
(59, 1438776142, 445, '9789351435082', 'Hardcover', 'The Modern Law of Patents ', 0.00, 3782.50, '', 95.00, 95.00, 1),
(60, 1438776142, 435, '9789351450542', 'Hardcover', 'Law Relating to Drugs and Cosmetics', 0.00, 1487.50, '', 0.00, 0.00, 1),
(61, 1438785063, 237, '9788171772964', 'Hardcover', 'Sexual Violence against Women with Special Reference to Rape', 0.00, 355.50, '', 0.00, 0.00, 1),
(62, 1438800526, 243, '9788171772919', 'Paperback', 'Competition Law in India', 0.00, 590.75, '', 0.00, 0.00, 1),
(63, 1438850002, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, '', 0.00, 0.00, 1),
(64, 1439149966, 243, '9788171772919', 'Paperback', 'Competition Law in India', 0.00, 590.75, '', 0.00, 0.00, 1),
(65, 1439185835, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, '', 95.00, 95.00, 1),
(66, 1439188420, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(67, 1439188653, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(68, 1439188653, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'exp', 65.00, 65.00, 2),
(69, 1439190460, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, 'exp', 95.00, 95.00, 1),
(70, 1439190460, 237, '9788171772964', 'Hardcover', 'Sexual Violence against Women with Special Reference to Rape', 0.00, 355.50, 'free', 0.00, 0.00, 2),
(71, 1439192620, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(72, 1439192620, 237, '9788171772964', 'Hardcover', 'Sexual Violence against Women with Special Reference to Rape', 0.00, 355.50, 'exp', 65.00, 65.00, 1),
(73, 1439195892, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(74, 1439195892, 270, '9788171772414', 'Hardcover', 'Gender Justice under Indian Criminal Justice System', 0.00, 522.00, 'exp', 95.00, 95.00, 1),
(75, 1439226941, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 2),
(76, 1439359586, 444, '9789351433804', 'Hardcover', 'Paget\'s - Law of Banking', 0.00, 3272.50, 'free', 0.00, 0.00, 1),
(77, 1439359586, 250, '9788171772544', 'Hardcover', 'The Constitution of India', 0.00, 1345.50, 'free', 0.00, 0.00, 1),
(78, 1439361694, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(79, 1439361694, 443, '9789350280225', 'Paperback', 'Laws of Banking &amp; Negotiable Instruments ', 0.00, 283.50, 'exp', 65.00, 65.00, 3),
(80, 1439375312, 238, '9788171772872', 'Hardcover', 'Bail Law &amp; Practice', 0.00, 1305.00, 'free', 0.00, 0.00, 1),
(81, 1439379690, 255, '8171770770', 'Hardcover', 'Equality, Liberty &amp; Property under the Constitution of India', 0.00, 200.00, 'free', 0.00, 0.00, 1),
(82, 1439389200, 438, '9789351431763', 'Paperback', 'P S A Pillai\'s CRIMINAL LAW', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(83, 1439566374, 276, '9788171772667', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 850.00, 'exp', 95.00, 95.00, 1),
(84, 1439800645, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(85, 1439808096, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 315.00, 'free', 0.00, 0.00, 2),
(86, 1439810595, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 0.01, 'free', 0.00, 0.00, 1),
(87, 1439810634, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 0.01, 'free', 0.00, 0.00, 1),
(88, 1439810642, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 0.01, 'free', 0.00, 0.00, 1),
(89, 1439810645, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 0.01, 'free', 0.00, 0.00, 1),
(90, 1439810655, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 0.01, 'free', 0.00, 0.00, 1),
(91, 1439810660, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 0.01, 'free', 0.00, 0.00, 1),
(92, 1439810922, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 0.90, 'free', 0.00, 0.00, 1),
(93, 1439811330, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 0.90, 'free', 0.00, 0.00, 1),
(94, 1439873376, 438, '9789351431763', 'Paperback', 'P S A Pillai\'s CRIMINAL LAW', 0.00, 715.50, 'exp', 65.00, 65.00, 1),
(95, 1439873522, 438, '9789351431763', 'Paperback', 'P S A Pillai\'s CRIMINAL LAW', 0.00, 715.50, 'exp', 65.00, 65.00, 1),
(96, 1439976190, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(97, 1439976635, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(98, 1439977014, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(99, 1439977034, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(100, 1439977276, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(101, 1440229873, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(102, 1440230928, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(103, 1440231955, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(104, 1440232701, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(105, 1440233853, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 3),
(106, 1440234191, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 3),
(107, 1440235815, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 2),
(108, 1440390999, 444, '9789351433804', 'Hardcover', 'Paget\'s - Law of Banking', 0.00, 3272.50, 'free', 0.00, 0.00, 1),
(109, 1440390999, 414, '9788180388552', 'Paperback', 'Principles of Administrative Law', 0.00, 1185.75, 'exp', 95.00, 95.00, 1),
(110, 1440391306, 444, '9789351433804', 'Hardcover', 'Paget\'s - Law of Banking', 0.00, 3272.50, 'free', 0.00, 0.00, 1),
(111, 1440391306, 414, '9788180388552', 'Paperback', 'Principles of Administrative Law', 0.00, 1185.75, 'exp', 95.00, 95.00, 1),
(112, 1440482684, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 315.00, 'free', 0.00, 0.00, 1),
(113, 1440482711, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 315.00, 'free', 0.00, 0.00, 1),
(114, 1440482770, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 315.00, 'free', 0.00, 0.00, 1),
(115, 1440488636, 361, '9788171772520', 'Hardcover', 'Selected Speeches &amp; Writings of Justice Bhagwati', 0.00, 1.00, 'free', 0.00, 0.00, 1),
(116, 1440673579, 434, '9780199586554', 'Paperback', 'Competition Law', 0.00, 2545.75, 'free', 0.00, 0.00, 1),
(117, 1440673579, 230, '9788171772858', 'Hardcover', 'B.B. Mitra\'s Limitation Act', 0.00, 1572.50, 'exp', 95.00, 95.00, 1),
(118, 1440673618, 434, '9780199586554', 'Paperback', 'Competition Law', 0.00, 2545.75, 'free', 0.00, 0.00, 1),
(119, 1440673618, 230, '9788171772858', 'Hardcover', 'B.B. Mitra\'s Limitation Act', 0.00, 1572.50, 'exp', 95.00, 95.00, 1),
(120, 1440998871, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(121, 1440999215, 361, '9788171772520', 'Hardcover', 'Selected Speeches &amp; Writings of Justice Bhagwati', 0.00, 1.00, 'exp', 0.00, 0.00, 1),
(122, 1441083125, 274, '9788171772780', 'Hardcover', 'DeSouza\'s Forms &amp; Precedents of Conveyancing ', 0.00, 400.00, 'free', 0.00, 0.00, 1),
(123, 1441202628, 237, '9788171772964', 'Hardcover', 'Sexual Violence against Women with Special Reference to Rape', 0.00, 355.50, 'free', 0.00, 0.00, 2),
(124, 1441202628, 411, '9780199660766', 'Paperback', 'Intellectual Property Rights', 0.00, 1440.75, 'exp', 65.00, 65.00, 1),
(125, 1441366336, 361, '9788171772520', 'Hardcover', 'Selected Speeches &amp; Writings of Justice Bhagwati', 0.00, 1.00, 'free', 0.00, 0.00, 10),
(126, 1441366378, 361, '9788171772520', 'Hardcover', 'Selected Speeches &amp; Writings of Justice Bhagwati', 0.00, 1.00, 'free', 0.00, 0.00, 10),
(127, 1441457053, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 315.00, 'free', 0.00, 0.00, 1),
(128, 1441482399, 232, '8171771335', 'Hardcover', 'Law of Arbitration and Conciliation', 0.00, 830.00, 'free', 0.00, 0.00, 1),
(129, 1441482399, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(130, 1441482399, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, 'free', 0.00, 0.00, 1),
(131, 1441482399, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(132, 1441482399, 311, '9788171772810', 'Paperback', 'Mitra\'s Legal &amp; Commercial Dictionary', 0.00, 378.25, 'free', 0.00, 0.00, 1),
(133, 1441483084, 232, '8171771335', 'Hardcover', 'Law of Arbitration and Conciliation', 0.00, 830.00, 'free', 0.00, 0.00, 1),
(134, 1441483084, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(135, 1441483084, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, 'free', 0.00, 0.00, 1),
(136, 1441483084, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(137, 1441483084, 311, '9788171772810', 'Paperback', 'Mitra\'s Legal &amp; Commercial Dictionary', 0.00, 378.25, 'free', 0.00, 0.00, 1),
(138, 1441641314, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(139, 1441676185, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(140, 1441717551, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 315.00, 'free', 0.00, 0.00, 1),
(141, 1441717792, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 315.00, 'free', 0.00, 0.00, 1),
(142, 1441792960, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 315.00, 'free', 0.00, 0.00, 1),
(143, 1441829686, 335, '9788171772650', 'Hardcover', 'B.B. Mitra\'s The Indian Succession Act', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(144, 1441829686, 329, '9788171771981', 'Hardcover', 'Goyle\'s Law of Trusts', 0.00, 675.00, 'free', 0.00, 0.00, 1),
(145, 1441829686, 298, '9788171772254', 'Hardcover', 'B.K Mukherjea\'s The Hindu Law of Religious &amp; Charitable Trusts', 0.00, 630.00, 'free', 0.00, 0.00, 1),
(146, 1441872766, 298, '9788171772254', 'Hardcover', 'B.K Mukherjea\'s The Hindu Law of Religious &amp; Charitable Trusts', 0.00, 630.00, 'free', 0.00, 0.00, 1),
(147, 1441872766, 335, '9788171772650', 'Hardcover', 'B.B. Mitra\'s The Indian Succession Act', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(148, 1441872766, 329, '9788171771981', 'Hardcover', 'Goyle\'s Law of Trusts', 0.00, 675.00, 'free', 0.00, 0.00, 1),
(149, 1441971060, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(150, 1442050816, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(151, 1442121309, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(152, 1442165786, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(153, 1442165947, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(154, 1442231057, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(155, 1442232079, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(156, 1442232322, 266, ' 8170770762', 'Hardcover', 'Criminal Proceedings - Practice &amp; Procedure (In Bengali)', 0.00, 325.00, 'exp', 0.00, 0.00, 1),
(157, 1442296117, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(158, 1442300966, 230, '9788171772858', 'Hardcover', 'B.B. Mitra\'s Limitation Act', 0.00, 1572.50, 'free', 0.00, 0.00, 1),
(159, 1442300966, 236, '9788171772759', 'Hardcover', 'Ganguly\'s Civil Court Practice &amp; Procedure', 0.00, 1651.50, 'free', 0.00, 0.00, 1),
(160, 1442729844, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'exp', 65.00, 65.00, 1),
(161, 1442829588, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(162, 1442829588, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, 'free', 0.00, 0.00, 1),
(163, 1442834764, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(164, 1442904026, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(165, 1442917458, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence &amp; Compensation', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(166, 1442939845, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1620.00, 'free', 0.00, 0.00, 1),
(167, 1443024423, 275, ' 9788171772841', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 652.50, 'free', 0.00, 0.00, 1),
(168, 1443176396, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(169, 1443256981, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(170, 1443266889, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(171, 1443269749, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(172, 1443338441, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, 'free', 0.00, 0.00, 1),
(173, 1443338441, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(174, 1443338441, 311, '9788171772810', 'Paperback', 'Mitra\'s Legal &amp; Commercial Dictionary', 0.00, 378.25, 'free', 0.00, 0.00, 1),
(175, 1443338441, 248, ' 9788171772629', 'Hardcover', 'Company Law', 0.00, 490.00, 'free', 0.00, 0.00, 1),
(176, 1443383694, 459, 'B81582701178A', 'Paperback', 'Negotiable Instruments Act, 1881', 0.00, 54.00, 'free', 0.00, 0.00, 1),
(177, 1443383694, 357, 'B81582701172A', 'Paperback', 'Contract Act, 1872', 0.00, 63.00, 'free', 0.00, 0.00, 1),
(178, 1443383694, 358, 'B85182701263A', 'Paperback', 'Consumer Protection Act, 1986', 0.00, 85.50, 'free', 0.00, 0.00, 1),
(179, 1443383694, 454, 'B8152701203A', 'Paperback', 'Sale of Goods Act, 1930', 0.00, 31.50, 'free', 0.00, 0.00, 1),
(180, 1443433089, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(181, 1443538463, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(182, 1443539535, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(183, 1443540415, 272, '9788171772421', 'Paperback', 'Law of Evidence ', 0.00, 324.00, 'free', 0.00, 0.00, 1),
(184, 1443540547, 344, '8171771157', 'Hardcover', 'Housing Laws in India', 0.00, 630.00, 'free', 0.00, 0.00, 1),
(185, 1443706152, 249, '9788171772384', 'Paperback', 'Adoption of Foreign Doctrines by the Supreme Court In Interpretation of the Constitution', 0.00, 531.00, 'free', 0.00, 0.00, 1),
(186, 1443715237, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles &amp; Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(187, 1443786925, 248, ' 9788171772629', 'Hardcover', 'Company Law', 0.00, 490.00, 'free', 0.00, 0.00, 2),
(188, 1444112704, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 795.00, 'exp', 95.00, 95.00, 1),
(189, 1444112727, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 795.00, 'exp', 95.00, 95.00, 1),
(190, 1444112764, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 795.00, 'exp', 95.00, 95.00, 1),
(191, 1444114010, 260, ' 9788171772605', 'Hardcover', 'Dutt on Contract', 0.00, 1595.00, 'exp', 95.00, 95.00, 1),
(192, 1444114127, 260, ' 9788171772605', 'Hardcover', 'Dutt on Contract', 0.00, 1595.00, 'exp', 95.00, 95.00, 1),
(193, 1444114224, 260, ' 9788171772605', 'Hardcover', 'Dutt on Contract', 0.00, 1595.00, 'exp', 95.00, 95.00, 1),
(194, 1444116447, 260, ' 9788171772605', 'Hardcover', 'Dutt on Contract', 0.00, 1595.00, 'exp', 95.00, 95.00, 1),
(195, 1444117240, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 795.00, 'exp', 95.00, 95.00, 1),
(196, 1444122095, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 795.00, 'exp', 95.00, 95.00, 1),
(197, 1444123641, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 795.00, 'exp', 95.00, 95.00, 1),
(198, 1444137733, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1800.00, 'free', 0.00, 0.00, 1),
(199, 1444203491, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 795.00, 'exp', 95.00, 95.00, 1),
(200, 1444208304, 260, ' 9788171772605', 'Hardcover', 'Dutt on Contract', 0.00, 1595.00, 'free', 0.00, 0.00, 1),
(201, 1444208859, 260, ' 9788171772605', 'Hardcover', 'Dutt on Contract', 0.00, 1595.00, 'exp', 95.00, 95.00, 2),
(202, 1444208906, 260, ' 9788171772605', 'Hardcover', 'Dutt on Contract', 0.00, 1595.00, 'exp', 95.00, 95.00, 2),
(203, 1444208961, 260, ' 9788171772605', 'Hardcover', 'Dutt on Contract', 0.00, 1595.00, 'exp', 95.00, 95.00, 2),
(204, 1444208971, 260, ' 9788171772605', 'Hardcover', 'Dutt on Contract', 0.00, 1595.00, 'exp', 95.00, 95.00, 2),
(205, 1444209198, 260, ' 9788171772605', 'Hardcover', 'Dutt on Contract', 0.00, 1595.00, 'exp', 95.00, 95.00, 2),
(206, 1444380771, 260, ' 9788171772605', 'Hardcover', 'Dutt on Contract', 0.00, 1595.00, 'free', 0.00, 0.00, 1),
(207, 1444380771, 246, '9788171772643', 'Hardcover', 'Amalgamation & Merger of Companies and the WTO ', 0.00, 400.00, 'free', 0.00, 0.00, 1),
(208, 1444388455, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 350.00, 'free', 0.00, 0.00, 1),
(209, 1444403462, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 750.00, 'free', 0.00, 0.00, 1),
(210, 1444404044, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 750.00, 'free', 0.00, 0.00, 1),
(211, 1444404222, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 750.00, 'free', 0.00, 0.00, 1),
(212, 1444453524, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 750.00, 'exp', 95.00, 95.00, 2),
(213, 1444453676, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 750.00, 'exp', 95.00, 95.00, 2),
(214, 1444453676, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(215, 1444453696, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 750.00, 'exp', 95.00, 95.00, 2),
(216, 1444453696, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(217, 1444453759, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 750.00, 'free', 0.00, 0.00, 1),
(218, 1444453866, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 750.00, 'free', 0.00, 0.00, 1),
(219, 1444453866, 348, ' 8171771769', 'Hardcover', 'Supreme Court on Foreign Decisions &amp; Authorities ', 0.00, 875.00, 'free', 0.00, 0.00, 2),
(220, 1444453879, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 750.00, 'free', 0.00, 0.00, 1),
(221, 1444453879, 348, ' 8171771769', 'Hardcover', 'Supreme Court on Foreign Decisions &amp; Authorities ', 0.00, 875.00, 'free', 0.00, 0.00, 2),
(222, 1444453907, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 750.00, 'free', 0.00, 0.00, 1),
(223, 1444453907, 348, ' 8171771769', 'Hardcover', 'Supreme Court on Foreign Decisions &amp; Authorities ', 0.00, 875.00, 'free', 0.00, 0.00, 2),
(224, 1444639528, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'exp', 95.00, 95.00, 1),
(225, 1444639708, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'exp', 95.00, 95.00, 1),
(226, 1444640230, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'exp', 95.00, 95.00, 1),
(227, 1444719786, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(228, 1444720518, 230, '9788171772858', 'Hardcover', 'B.B. Mitra\'s Limitation Act', 0.00, 1572.50, 'free', 0.00, 0.00, 1),
(229, 1444720806, 230, '9788171772858', 'Hardcover', 'B.B. Mitra\'s Limitation Act', 0.00, 1572.50, 'free', 0.00, 0.00, 1),
(230, 1444826701, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(231, 1444885734, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(232, 1444893321, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 2),
(233, 1444893463, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(234, 1444893590, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(235, 1445055068, 274, '9788171772780', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 400.00, 'exp', 0.00, 0.00, 1),
(236, 1445187383, 319, '9788171772278', 'Hardcover', 'The West Bengal Land &amp; Land Reforms Manual, 1991', 0.00, 360.00, 'free', 0.00, 0.00, 1),
(237, 1445187383, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(238, 1445257651, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(239, 1445312141, 319, '9788171772278', 'Hardcover', 'The West Bengal Land &amp; Land Reforms Manual, 1991', 0.00, 360.00, 'free', 0.00, 0.00, 1),
(240, 1445312595, 319, '9788171772278', 'Hardcover', 'The West Bengal Land &amp; Land Reforms Manual, 1991', 0.00, 360.00, 'free', 0.00, 0.00, 1),
(241, 1445312762, 319, '9788171772278', 'Hardcover', 'The West Bengal Land &amp; Land Reforms Manual, 1991', 0.00, 360.00, 'free', 0.00, 0.00, 1),
(242, 1445502616, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(243, 1445693615, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, 'free', 0.00, 0.00, 1),
(244, 1446034374, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(245, 1446034374, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(246, 1446115406, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 315.00, 'free', 0.00, 0.00, 1),
(247, 1446122233, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(248, 1446215208, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(249, 1446284363, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(250, 1446297060, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'exp', 95.00, 95.00, 1),
(251, 1446393611, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(252, 1446393611, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, 'free', 0.00, 0.00, 1),
(253, 1446438304, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(254, 1446438304, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(255, 1446454284, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(256, 1446456307, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(257, 1446456307, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, 'free', 0.00, 0.00, 1),
(258, 1446600831, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(259, 1446727026, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(260, 1446728465, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(261, 1446796278, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(262, 1446799349, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(263, 1446799349, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(264, 1446868586, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(265, 1446893091, 285, '9788171772766', 'Hardcover', 'M.N. Das\'s Laws Relating to Partition', 0.00, 1275.00, 'free', 0.00, 0.00, 1),
(266, 1446893091, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, 'free', 0.00, 0.00, 1),
(267, 1446893924, 285, '9788171772766', 'Hardcover', 'M.N. Das\'s Laws Relating to Partition', 0.00, 1275.00, 'exp', 95.00, 95.00, 1),
(268, 1446893924, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, 'exp', 65.00, 65.00, 1),
(269, 1446895352, 285, '9788171772766', 'Hardcover', 'M.N. Das\'s Laws Relating to Partition', 0.00, 1275.00, 'exp', 95.00, 95.00, 1),
(270, 1446895352, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, 'exp', 65.00, 65.00, 1),
(271, 1447056871, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(272, 1447155577, 232, '8171771335', 'Hardcover', 'Law of Arbitration and Conciliation', 0.00, 830.00, 'free', 0.00, 0.00, 2),
(273, 1447239392, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(274, 1447311177, 361, '9788171772520', 'Hardcover', 'Selected Speeches & Writings of Justice Bhagwati', 0.00, 637.50, 'free', 0.00, 0.00, 1),
(275, 1447311257, 361, '9788171772520', 'Hardcover', 'Selected Speeches & Writings of Justice Bhagwati', 0.00, 637.50, 'free', 0.00, 0.00, 1),
(276, 1447326733, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 715.50, 'exp', 95.00, 95.00, 1),
(277, 1447327371, 237, '9788171772964', 'Hardcover', 'Sexual Violence against Women with Special Reference to Rape', 0.00, 355.50, 'exp', 65.00, 65.00, 1),
(278, 1447328050, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(279, 1447390897, 484, '9780199453528', 'Hardcover', 'Human Rights', 0.00, 760.75, 'free', 0.00, 0.00, 3),
(280, 1447392680, 488, '9780198079996', 'Hardcover', 'Pursuing Elusive Justice', 0.00, 796.00, 'free', 0.00, 0.00, 4),
(281, 1447392699, 488, '9780198079996', 'Hardcover', 'Pursuing Elusive Justice', 0.00, 796.00, 'free', 0.00, 0.00, 4),
(282, 1447393583, 481, '9789351435518', 'Paperback', 'The Law of Industrial Disputes', 0.00, 3196.00, 'free', 0.00, 0.00, 1),
(283, 1447393761, 486, '9780199687855', 'Hardcover', 'Managing Risk and Opportunity', 0.00, 2021.25, 'free', 0.00, 0.00, 2),
(284, 1447395124, 489, '9780199654673', 'Paperback', 'International Law', 0.00, 1721.25, 'free', 0.00, 0.00, 2),
(285, 1447395433, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 586.50, 'free', 0.00, 0.00, 7),
(286, 1447413246, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(287, 1447417375, 243, '9788171772919', 'Paperback', 'Competition Law in India', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(288, 1447418944, 486, '9780199687855', 'Hardcover', 'Managing Risk and Opportunity', 0.00, 2021.25, 'free', 0.00, 0.00, 1),
(289, 1447656287, 232, '8171771335', 'Hardcover', 'Law of Arbitration and Conciliation', 0.00, 830.00, 'free', 0.00, 0.00, 1),
(290, 1447656287, 231, '9788171772537', 'Hardcover', ' Law of Arbitration & Conciliation ', 0.00, 1334.50, 'free', 0.00, 0.00, 1),
(291, 1447833347, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(292, 1447836438, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 715.50, 'exp', 95.00, 95.00, 1),
(293, 1447836438, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1305.00, 'exp', 95.00, 95.00, 1),
(294, 1447841079, 474, '9789383833221', 'Paperback', 'Handbook on Service Tax & Goods and Service Tax [GST]', 0.00, 527.00, 'free', 0.00, 0.00, 2),
(295, 1447841249, 235, ' 9788171772599', 'Hardcover', 'The Law of Carriage of Goods by Sea & Air', 0.00, 1020.00, 'free', 0.00, 0.00, 1),
(296, 1447990772, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(297, 1448014939, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(298, 1448082732, 490, '9780199568345', 'Paperback', 'Law of Contract', 0.00, 1756.00, 'free', 0.00, 0.00, 1),
(299, 1448084629, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 586.50, 'free', 0.00, 0.00, 1),
(300, 1448086933, 361, '9788171772520', 'Hardcover', 'Selected Speeches & Writings of Justice Bhagwati', 0.00, 637.50, 'free', 0.00, 0.00, 1),
(301, 1448087130, 236, '9788171772759', 'Hardcover', 'Ganguly\'s Civil Court Practice &amp; Procedure', 0.00, 1651.50, 'free', 0.00, 0.00, 1),
(302, 1448087766, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 297.50, 'free', 0.00, 0.00, 1),
(303, 1448088057, 246, '9788171772643', 'Hardcover', 'Amalgamation & Merger of Companies and the WTO ', 0.00, 400.00, 'free', 0.00, 0.00, 1),
(304, 1448089731, 236, '9788171772759', 'Hardcover', 'Ganguly\'s Civil Court Practice &amp; Procedure', 0.00, 1651.50, 'free', 0.00, 0.00, 1),
(305, 1448097154, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, 'free', 0.00, 0.00, 1),
(306, 1448097154, 318, '9788171772568', 'Hardcover', 'Law of Acquisition of Land in India', 0.00, 1572.50, 'free', 0.00, 0.00, 1),
(307, 1448258354, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, 'free', 0.00, 0.00, 1),
(308, 1448258354, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(309, 1448258354, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(310, 1448258621, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, 'free', 0.00, 0.00, 1),
(311, 1448258621, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(312, 1448258621, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(313, 1448262503, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 586.50, 'free', 0.00, 0.00, 1),
(314, 1448263511, 235, ' 9788171772599', 'Hardcover', 'The Law of Carriage of Goods by Sea & Air', 0.00, 1020.00, 'free', 0.00, 0.00, 2),
(315, 1448263952, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 586.50, 'free', 0.00, 0.00, 1),
(316, 1448264275, 490, '9780199568345', 'Paperback', 'Law of Contract', 0.00, 1756.00, 'free', 0.00, 0.00, 3),
(317, 1448264275, 473, '9788192405896', 'Paperback', 'Business Law', 0.00, 612.00, 'exp', 65.00, 65.00, 1),
(318, 1448265179, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(319, 1448265442, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 586.50, 'free', 0.00, 0.00, 1),
(320, 1448265517, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 586.50, 'free', 0.00, 0.00, 1),
(321, 1448268495, 488, '9780198079996', 'Hardcover', 'Pursuing Elusive Justice', 0.00, 796.00, 'free', 0.00, 0.00, 1),
(322, 1448268832, 236, '9788171772759', 'Hardcover', 'Ganguly\'s Civil Court Practice &amp; Procedure', 0.00, 1651.50, 'free', 0.00, 0.00, 1),
(323, 1448269050, 236, '9788171772759', 'Hardcover', 'Ganguly\'s Civil Court Practice &amp; Procedure', 0.00, 1651.50, 'free', 0.00, 0.00, 1),
(324, 1448269303, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 586.50, 'free', 0.00, 0.00, 1),
(325, 1448270220, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 586.50, 'free', 0.00, 0.00, 1),
(326, 1448270493, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 586.50, 'free', 0.00, 0.00, 1),
(327, 1448270661, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 586.50, 'free', 0.00, 0.00, 2),
(328, 1448271244, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 586.50, 'free', 0.00, 0.00, 1),
(329, 1448271636, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 586.50, 'free', 0.00, 0.00, 4),
(330, 1448272050, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(331, 1448272149, 235, ' 9788171772599', 'Hardcover', 'The Law of Carriage of Goods by Sea & Air', 0.00, 1020.00, 'free', 0.00, 0.00, 1),
(332, 1448272471, 285, '9788171772766', 'Hardcover', 'M.N. Das\'s Laws Relating to Partition', 0.00, 1275.00, 'free', 0.00, 0.00, 1),
(333, 1448272471, 243, '9788171772919', 'Paperback', 'Competition Law in India', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(334, 1448272471, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 297.50, 'free', 0.00, 0.00, 1),
(335, 1448279729, 318, '9788171772568', 'Hardcover', 'Law of Acquisition of Land in India', 0.00, 1572.50, 'free', 0.00, 0.00, 1),
(336, 1448279729, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 497.25, 'free', 0.00, 0.00, 1),
(337, 1448903994, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 586.50, 'free', 0.00, 0.00, 1),
(338, 1448947130, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(339, 1448947456, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(340, 1448947568, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(341, 1448947864, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(342, 1449056499, 274, '9788171772780', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 400.00, 'free', 0.00, 0.00, 1),
(343, 1449166100, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(344, 1449202232, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(345, 1449202232, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(346, 1449220492, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(347, 1449297152, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(348, 1449297704, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(349, 1449298413, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(350, 1449299597, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(351, 1449488901, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 526.50, 'free', 0.00, 0.00, 9),
(352, 1449489320, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(353, 1449489444, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 526.50, 'free', 0.00, 0.00, 1),
(354, 1449584539, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(355, 1449590188, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 526.50, 'free', 0.00, 0.00, 1),
(356, 1449640353, 344, '8171771157', 'Hardcover', 'Housing Laws in India', 0.00, 595.00, 'free', 0.00, 0.00, 1),
(357, 1449641410, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(358, 1450170966, 539, '9789351436799', 'Paperback', 'The Ultimate Guide to the LLB Entrance Examination 2016', 0.00, 556.00, 'free', 0.00, 0.00, 1),
(359, 1450179243, 514, ' 9789351453215', 'Hardcover', 'Thus Spake Their Lordships', 0.00, 2655.00, 'free', 0.00, 0.00, 1),
(360, 1450697918, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(361, 1450697918, 322, ' 8171771661', 'Hardcover', '  Valuation of Real Property', 0.00, 526.50, 'free', 0.00, 0.00, 1),
(362, 1451102562, 230, '9788171772858', 'Hardcover', 'B.B. Mitra\'s Limitation Act', 0.00, 1572.50, 'free', 0.00, 0.00, 1),
(363, 1451134748, 338, '9788171772551', 'Hardcover', 'Service Disputes ', 0.00, 977.50, 'free', 0.00, 0.00, 1),
(364, 1451134748, 236, '9788171772759', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 1559.75, 'free', 0.00, 0.00, 1),
(365, 1451170804, 274, '9788171772780', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 400.00, 'free', 0.00, 0.00, 1),
(366, 1452509448, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(367, 1452509448, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(368, 1452509448, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(369, 1453655527, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 1),
(370, 1453655527, 338, '9788171772551', 'Hardcover', 'Service Disputes ', 0.00, 977.50, 'free', 0.00, 0.00, 1),
(371, 1453729693, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 1),
(372, 1453729693, 338, '9788171772551', 'Hardcover', 'Service Disputes ', 0.00, 977.50, 'free', 0.00, 0.00, 1),
(373, 1453738896, 309, '9788171772681', 'Paperback', 'Intellectual Property Law', 0.00, 340.00, 'free', 0.00, 0.00, 2),
(374, 1453890711, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(375, 1453890711, 309, '9788171772681', 'Paperback', 'Intellectual Property Law', 0.00, 340.00, 'free', 0.00, 0.00, 1),
(376, 1453890711, 317, '8171771408', 'Hardcover', 'Trade Marks & the Emerging Concepts of Cyber Property Rights', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(377, 1453890711, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(378, 1453960464, 309, '9788171772681', 'Paperback', 'Intellectual Property Law', 0.00, 340.00, 'free', 0.00, 0.00, 1),
(379, 1453960464, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(380, 1453960464, 317, '8171771408', 'Hardcover', 'Trade Marks & the Emerging Concepts of Cyber Property Rights', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(381, 1453960464, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 467.50, 'free', 0.00, 0.00, 1);
INSERT INTO `books_order` (`Id`, `order_id`, `book_id`, `isbn`, `binding_type`, `title`, `price_usd`, `price_inr`, `ship_type`, `shipping_charge_usd`, `shipping_charge_inr`, `quantity`) VALUES
(382, 1454065181, 285, '9788171772766', 'Hardcover', 'M.N. Das\' Laws Relating to Partition', 0.00, 1275.00, 'free', 0.00, 0.00, 1),
(383, 1454312409, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 636.00, 'free', 0.00, 0.00, 1),
(384, 1454360723, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'exp', 95.00, 95.00, 1),
(385, 1454360723, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 871.25, 'exp', 95.00, 95.00, 1),
(386, 1454403989, 274, '9788171772780', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 400.00, 'free', 0.00, 0.00, 1),
(387, 1454596626, 258, '9788171773046', 'Hardcover', 'The Law of Ultra Vires', 0.00, 531.25, 'free', 0.00, 0.00, 1),
(388, 1455212673, 309, '9788171772681', 'Paperback', 'Intellectual Property Law', 0.00, 340.00, 'free', 0.00, 0.00, 1),
(389, 1455258671, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 625.50, 'free', 0.00, 0.00, 1),
(390, 1455820470, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(391, 1455968850, 268, '8171771033', 'Hardcover', 'Current Issues in Criminal Justice & Medical Law ', 0.00, 288.00, 'free', 0.00, 0.00, 1),
(392, 1455969148, 268, '8171771033', 'Hardcover', 'Current Issues in Criminal Justice & Medical Law ', 0.00, 288.00, 'free', 0.00, 0.00, 1),
(393, 1455980943, 274, '9788171772780', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 400.00, 'free', 0.00, 0.00, 1),
(394, 1455980943, 309, '9788171772681', 'Paperback', 'Intellectual Property Law', 0.00, 340.00, 'free', 0.00, 0.00, 1),
(395, 1456214392, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(396, 1456214392, 344, '8171771157', 'Hardcover', 'Housing Laws in India', 0.00, 595.00, 'free', 0.00, 0.00, 1),
(397, 1456214916, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(398, 1456214916, 344, '8171771157', 'Hardcover', 'Housing Laws in India', 0.00, 595.00, 'free', 0.00, 0.00, 1),
(399, 1456250458, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(400, 1457014688, 316, '9788171772698', 'Hardcover', 'Patent Law', 0.00, 930.75, 'free', 0.00, 0.00, 1),
(401, 1457257299, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'exp', 95.00, 95.00, 1),
(402, 1458037938, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(403, 1458046974, 298, '9788171772728', 'Hardcover', 'B.K Mukherjea\'s The Hindu Law of Religious & Charitable Trusts', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(404, 1458096179, 309, '9788171772681', 'Paperback', 'Intellectual Property Law', 0.00, 340.00, 'exp', 65.00, 65.00, 1),
(405, 1458318955, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 2),
(406, 1458318955, 260, ' 9788171772605', 'Hardcover', 'Dutt on Contract', 0.00, 1355.75, 'free', 0.00, 0.00, 1),
(407, 1458318955, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 2),
(408, 1458318955, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 2),
(409, 1458318955, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1530.00, 'free', 0.00, 0.00, 1),
(410, 1458318955, 311, '9788171772810', 'Paperback', 'Mitra\'s Legal & Commercial Dictionary', 0.00, 378.25, 'free', 0.00, 0.00, 1),
(411, 1458527796, 258, '9788171773046', 'Hardcover', 'The Law of Ultra Vires', 0.00, 531.25, 'free', 0.00, 0.00, 1),
(412, 1458527796, 256, '8171771580', 'Hardcover', 'Fundamental Rights ', 0.00, 552.50, 'free', 0.00, 0.00, 1),
(413, 1458559966, 243, '9788171772919', 'Paperback', 'Competition Law in India', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(414, 1458559966, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 1),
(415, 1458559966, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 1),
(416, 1459266961, 308, '9788171772285', 'Hardcover', 'Dialectics & Dynamics of Human Rights in India (Tagore Law Lectures)', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(417, 1459604520, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 621.00, 'free', 0.00, 0.00, 1),
(418, 1460041138, 395, '9789350287279', 'Paperback', 'Interpretation of Statutes', 0.00, 265.00, 'free', 0.00, 0.00, 3),
(419, 1460381481, 305, '9788171772704', 'Paperback', 'Law is Not an Ass & Other Essays', 0.00, 361.25, 'free', 0.00, 0.00, 1),
(420, 1460700018, 240, '9788171772957', 'Hardcover', 'Law of Maintenance in India', 0.00, 335.75, 'free', 0.00, 0.00, 1),
(421, 1460700018, 270, '9788171772414', 'Hardcover', 'Gender Justice ', 0.00, 493.00, 'free', 0.00, 0.00, 1),
(422, 1460700018, 237, '9788171772964', 'Hardcover', 'Sexual Violence against Women with Special Reference to Rape', 0.00, 355.50, 'free', 0.00, 0.00, 2),
(423, 1460700018, 267, '9788171772773', 'Paperback', 'Cyber Crime in India ', 0.00, 472.50, 'free', 0.00, 0.00, 1),
(424, 1460700018, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 2),
(425, 1460700334, 240, '9788171772957', 'Hardcover', 'Law of Maintenance in India', 0.00, 335.75, 'free', 0.00, 0.00, 1),
(426, 1460700334, 270, '9788171772414', 'Hardcover', 'Gender Justice ', 0.00, 493.00, 'free', 0.00, 0.00, 1),
(427, 1460700334, 237, '9788171772964', 'Hardcover', 'Sexual Violence against Women with Special Reference to Rape', 0.00, 355.50, 'free', 0.00, 0.00, 2),
(428, 1460700334, 267, '9788171772773', 'Paperback', 'Cyber Crime in India ', 0.00, 472.50, 'free', 0.00, 0.00, 1),
(429, 1460700334, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 2),
(430, 1460907245, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 1),
(431, 1460961672, 285, '9788171772766', 'Hardcover', 'M.N. Das\' Laws Relating to Partition', 0.00, 1275.00, 'free', 0.00, 0.00, 1),
(432, 1460961672, 284, ' 8171771459', 'Hardcover', 'Goyle\'s Law of Injunctions', 0.00, 390.00, 'free', 0.00, 0.00, 1),
(433, 1461414603, 240, '9788171772957', 'Hardcover', 'Law of Maintenance in India', 0.00, 335.75, 'free', 0.00, 0.00, 1),
(434, 1461569148, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(435, 1462254186, 274, '9788171772780', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 400.00, 'free', 0.00, 0.00, 1),
(436, 1462426061, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(437, 1463118468, 270, '9788171772414', 'Hardcover', 'Gender Justice ', 0.00, 493.00, 'free', 0.00, 0.00, 1),
(438, 1463539797, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 1),
(439, 1463645627, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(440, 1463645998, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(441, 1463804771, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 1),
(442, 1463806952, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 1),
(443, 1463806952, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1530.00, 'free', 0.00, 0.00, 1),
(444, 1463806952, 311, '9788171772810', 'Paperback', 'Mitra\'s Legal & Commercial Dictionary', 0.00, 378.25, 'free', 0.00, 0.00, 1),
(445, 1463980252, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1530.00, 'free', 0.00, 0.00, 1),
(446, 1463980252, 311, '9788171772810', 'Paperback', 'Mitra\'s Legal & Commercial Dictionary', 0.00, 378.25, 'free', 0.00, 0.00, 1),
(447, 1463980252, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 1),
(448, 1463980764, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1530.00, 'free', 0.00, 0.00, 1),
(449, 1463980764, 311, '9788171772810', 'Paperback', 'Mitra\'s Legal & Commercial Dictionary', 0.00, 378.25, 'free', 0.00, 0.00, 1),
(450, 1463980764, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 1),
(451, 1463981180, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1530.00, 'free', 0.00, 0.00, 1),
(452, 1463981180, 311, '9788171772810', 'Paperback', 'Mitra\'s Legal & Commercial Dictionary', 0.00, 378.25, 'free', 0.00, 0.00, 1),
(453, 1463981180, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 1),
(454, 1464064898, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 1),
(455, 1464064898, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 1),
(456, 1464064898, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(457, 1464064898, 230, '9788171772858', 'Hardcover', 'B.B. Mitra\'s Limitation Act', 0.00, 1572.50, 'free', 0.00, 0.00, 1),
(458, 1464065529, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 871.25, 'free', 0.00, 0.00, 1),
(459, 1464213896, 304, '9788171771974', 'Hardcover', 'Laws of Marriage and Divorce', 0.00, 833.00, 'free', 0.00, 0.00, 1),
(460, 1464328992, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 871.25, 'free', 0.00, 0.00, 1),
(461, 1464760831, 244, '9788171772162', 'Hardcover', 'Law of Special Economic Zone', 0.00, 780.00, 'free', 0.00, 0.00, 1),
(462, 1464981213, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(463, 1465064036, 319, '9788171772278', 'Hardcover', 'The West Bengal Land & Land Reforms Manual, 1991', 0.00, 288.00, 'free', 0.00, 0.00, 1),
(464, 1465230793, 243, '9788171772919', 'Paperback', 'Competition Law in India', 0.00, 0.00, 'free', 0.00, 0.00, 1),
(465, 1466401424, 335, '9788171772650', 'Hardcover', 'B.B. Mitra\'s The Indian Succession Act', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(466, 1466697269, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'exp', 95.00, 95.00, 1),
(467, 1466697726, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'exp', 95.00, 95.00, 1),
(468, 1466774961, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(469, 1467113776, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(470, 1467295042, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(471, 1467567771, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 1),
(472, 1467730718, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'exp', 95.00, 95.00, 1),
(473, 1467731072, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'exp', 95.00, 95.00, 1),
(474, 1468134353, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(475, 1468323799, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(476, 1468323799, 296, '8171770932', 'Hardcover', 'Muslim Law of Marriage & Succession in India ', 0.00, 187.00, 'free', 0.00, 0.00, 1),
(477, 1468323799, 517, '8171771548', 'Hardcover', 'K.P Chakravarti\'s Words & Phrases Under the Constitution', 0.00, 552.50, 'free', 0.00, 0.00, 1),
(478, 1468323799, 553, '9788171773022', 'Paperback', 'Justice P.B Mukharji on The New Jurisprudence', 0.00, 1450.00, 'free', 0.00, 0.00, 1),
(479, 1468323799, 280, '0', 'Hardcover', 'Goyle\'s Law of Easements & Licences', 0.00, 0.00, 'free', 0.00, 0.00, 1),
(480, 1468323799, 365, '0', 'Hardcover', 'Penumbra of Natural Justice', 0.00, 0.00, 'free', 0.00, 0.00, 1),
(481, 1468323799, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 1),
(482, 1468323799, 346, '9788171772117', 'Hardcover', 'Judicial Reflections of Justice Bhagwati', 0.00, 935.00, 'free', 0.00, 0.00, 1),
(483, 1468323799, 347, '0792302915', 'Hardcover', 'The Role and Record of the International Court of Justice', 0.00, 300.00, 'free', 0.00, 0.00, 1),
(484, 1468323799, 309, '9788171772681', 'Paperback', 'Intellectual Property Law', 0.00, 340.00, 'free', 0.00, 0.00, 1),
(485, 1468323799, 314, '0', 'Hardcover', 'Law of Copyright and Industrial Designs', 0.00, 0.00, 'free', 0.00, 0.00, 1),
(486, 1468323799, 267, '9788171772773', 'Paperback', 'Cyber Crime in India ', 0.00, 472.50, 'free', 0.00, 0.00, 1),
(487, 1468323799, 308, '9788171772285', 'Hardcover', 'Dialectics & Dynamics of Human Rights in India (Tagore Law Lectures)', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(488, 1468323799, 270, '9788171772414', 'Hardcover', 'Gender Justice ', 0.00, 493.00, 'free', 0.00, 0.00, 1),
(489, 1468323799, 254, ' 8171770894', 'Paperback', 'Does India Need a New Constitution?', 0.00, 130.00, 'free', 0.00, 0.00, 1),
(490, 1468323799, 349, '8171771211', 'Hardcover', 'The Changing Law of Nations', 0.00, 267.75, 'free', 0.00, 0.00, 1),
(491, 1468323799, 310, '', 'Hardcover', 'Mitra\'s Co-ownership & Partition', 0.00, 0.00, 'free', 0.00, 0.00, 1),
(492, 1468323799, 268, '8171771033', 'Hardcover', 'Current Issues in Criminal Justice & Medical Law ', 0.00, 288.00, 'free', 0.00, 0.00, 1),
(493, 1468323799, 263, ' 9788171772476', 'Hardcover', 'Contempt of Courts', 0.00, 892.50, 'free', 0.00, 0.00, 1),
(494, 1468323799, 251, ' 8171770037', 'Hardcover', 'Constitutional Amendments in India', 0.00, 150.00, 'free', 0.00, 0.00, 2),
(495, 1468323799, 255, '8171770770', 'Hardcover', 'Equality, Liberty & Property under the Constitution of India', 0.00, 0.00, 'free', 0.00, 0.00, 1),
(496, 1468323799, 259, '0', 'Hardcover', 'Hindu Law & the Constitution', 0.00, 0.00, 'free', 0.00, 0.00, 1),
(497, 1468323799, 290, '9788171772971', 'Hardcover', 'A.M Bhattacharjee\'s Muslim Law & the Constitution', 0.00, 743.75, 'free', 0.00, 0.00, 1),
(498, 1468323799, 291, '8171770541', 'Hardcover', 'Rule of Law & Vicarious Liability of Government', 0.00, 276.25, 'free', 0.00, 0.00, 1),
(499, 1468483082, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1530.00, 'free', 0.00, 0.00, 1),
(500, 1468748800, 271, '9788171772070', 'Hardcover', 'Law of Evidence', 0.00, 841.50, 'free', 0.00, 0.00, 1),
(501, 1469102600, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 297.50, 'free', 0.00, 0.00, 1),
(502, 1469117598, 384, '9789350280256', 'Paperback', 'Law of Torts', 0.00, 270.00, 'free', 0.00, 0.00, 1),
(503, 1469370570, 296, '8171770932', 'Hardcover', 'Muslim Law of Marriage & Succession in India ', 0.00, 187.00, 'free', 0.00, 0.00, 2),
(504, 1469374534, 365, '978817177254', 'Hardcover', 'Penumbra of Natural Justice', 0.00, 1250.00, 'free', 0.00, 0.00, 1),
(505, 1470654453, 243, '9788171772919', 'Paperback', 'Competition Law in India', 0.00, 0.00, 'free', 0.00, 0.00, 1),
(506, 1470814425, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 297.50, 'free', 0.00, 0.00, 1),
(507, 1471264149, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(508, 1471264330, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(509, 1471767468, 243, '9788171772919', 'Paperback', 'Competition Law in India', 0.00, 0.00, 'free', 0.00, 0.00, 1),
(510, 1472293393, 553, '9788171773022', 'Hardcover', 'Justice P.B Mukharji on The New Jurisprudence', 0.00, 1400.00, 'free', 0.00, 0.00, 1),
(511, 1472293560, 553, '9788171773022', 'Hardcover', 'Justice P.B Mukharji on The New Jurisprudence', 0.00, 1400.00, 'free', 0.00, 0.00, 1),
(512, 1472442064, 335, '9788171772650', 'Hardcover', 'B.B. Mitra\'s The Indian Succession Act', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(513, 1472456238, 243, '9788171772919', 'Paperback', 'Competition Law in India', 0.00, 725.00, 'free', 0.00, 0.00, 1),
(514, 1472487782, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2575.00, 'free', 0.00, 0.00, 1),
(515, 1472491982, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 1),
(516, 1472492542, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 1),
(517, 1472746986, 343, '9788171772483', 'Hardcover', 'Fair Hearing and Access to Justice', 0.00, 850.00, 'free', 0.00, 0.00, 1),
(518, 1472829864, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(519, 1472931581, 237, '9788171772964', 'Hardcover', 'Sexual Violence against Women with Special Reference to Rape', 0.00, 355.50, 'free', 0.00, 0.00, 1),
(520, 1472932051, 237, '9788171772964', 'Hardcover', 'Sexual Violence against Women with Special Reference to Rape', 0.00, 355.50, 'free', 0.00, 0.00, 1),
(521, 1472972312, 471, '9789383833078', 'Paperback', 'Law Relating to Leave and License', 0.00, 310.25, 'free', 0.00, 0.00, 1),
(522, 1472993619, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 1),
(523, 1472994168, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 705.00, 'free', 0.00, 0.00, 1),
(524, 1473176908, 309, '9788171772681', 'Paperback', 'Intellectual Property Law', 0.00, 340.00, 'free', 0.00, 0.00, 1),
(525, 1473338660, 298, '9788171773107', 'Hardcover', 'B.K Mukherjea\'s The Hindu Law of Religious & Charitable Trusts', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(526, 1473408686, 280, '9788171773084', 'Hardcover', 'Goyle\'s Law of Easements & Licences', 0.00, 600.00, 'free', 0.00, 0.00, 1),
(527, 1473590069, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(528, 1473590069, 290, '9788171772971', 'Hardcover', 'A.M Bhattacharjee\'s Muslim Law & the Constitution', 0.00, 743.75, 'free', 0.00, 0.00, 1),
(529, 1473590069, 296, '8171770932', 'Hardcover', 'Muslim Law of Marriage & Succession in India ', 0.00, 187.00, 'free', 0.00, 0.00, 1),
(530, 1473787551, 272, '9788171772421', 'Paperback', 'Law of Evidence ', 0.00, 306.00, 'free', 0.00, 0.00, 2),
(531, 1473850081, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'exp', 95.00, 95.00, 1),
(532, 1473878284, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(533, 1473878284, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(534, 1473878284, 340, ' 9788171772155', 'Hardcover', 'Service Law of Government Employees', 0.00, 531.25, 'free', 0.00, 0.00, 1),
(535, 1473954391, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 1),
(536, 1473957369, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(537, 1474005607, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(538, 1474005607, 290, '9788171772971', 'Hardcover', 'A.M Bhattacharjee\'s Muslim Law & the Constitution', 0.00, 743.75, 'free', 0.00, 0.00, 2),
(539, 1474005607, 296, '8171770932', 'Hardcover', 'Muslim Law of Marriage & Succession in India ', 0.00, 187.00, 'free', 0.00, 0.00, 1),
(540, 1474121115, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(541, 1474183616, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'free', 0.00, 0.00, 1),
(542, 1474861719, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 871.25, 'free', 0.00, 0.00, 1),
(543, 1474898353, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2199.50, 'free', 0.00, 0.00, 1),
(544, 1474916850, 241, '9788171772513', 'Hardcover', 'Maintenance - Law & Practice', 0.00, 918.00, 'free', 0.00, 0.00, 1),
(545, 1474916850, 250, '9788171772544', 'Hardcover', 'The Constitution of India', 0.00, 1270.75, 'free', 0.00, 0.00, 1),
(546, 1474916850, 267, '9788171772773', 'Paperback', 'Cyber Crime in India ', 0.00, 472.50, 'free', 0.00, 0.00, 1),
(547, 1474916850, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(548, 1474916850, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(549, 1474916850, 318, '9788171772568', 'Hardcover', 'Law of Acquisition of Land in India', 0.00, 1572.50, 'free', 0.00, 0.00, 1),
(550, 1474916938, 241, '9788171772513', 'Hardcover', 'Maintenance - Law & Practice', 0.00, 918.00, 'free', 0.00, 0.00, 1),
(551, 1474916938, 250, '9788171772544', 'Hardcover', 'The Constitution of India', 0.00, 1270.75, 'free', 0.00, 0.00, 1),
(552, 1474916938, 267, '9788171772773', 'Paperback', 'Cyber Crime in India ', 0.00, 472.50, 'free', 0.00, 0.00, 1),
(553, 1474916938, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(554, 1474916938, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(555, 1474916938, 318, '9788171772568', 'Hardcover', 'Law of Acquisition of Land in India', 0.00, 1572.50, 'free', 0.00, 0.00, 1),
(556, 1475075781, 553, '9788171773022', 'Hardcover', 'Justice P.B Mukharji on The New Jurisprudence', 0.00, 1240.85, 'free', 0.00, 0.00, 1),
(557, 1475115437, 319, '9788171772278', 'Hardcover', 'The West Bengal Land & Land Reforms Manual, 1991', 0.00, 288.00, 'free', 0.00, 0.00, 1),
(558, 1475148583, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 1),
(559, 1475149076, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 1),
(560, 1475208566, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 871.25, 'free', 0.00, 0.00, 1),
(561, 1475208566, 294, '9788171772360', 'Hardcover', 'S.C. Ghosh on Principles & Forms of Pleading', 0.00, 1147.50, 'free', 0.00, 0.00, 1),
(562, 1475208566, 282, '8171771858', 'Hardcover', 'Goyle\'s Law of Partnership', 0.00, 637.50, 'free', 0.00, 0.00, 1),
(563, 1475209333, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 871.25, 'free', 0.00, 0.00, 1),
(564, 1475209333, 294, '9788171772360', 'Hardcover', 'S.C. Ghosh on Principles & Forms of Pleading', 0.00, 1147.50, 'free', 0.00, 0.00, 1),
(565, 1475209333, 282, '8171771858', 'Hardcover', 'Goyle\'s Law of Partnership', 0.00, 637.50, 'free', 0.00, 0.00, 1),
(566, 1475209333, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 1),
(567, 1475209333, 404, '9788180386671', 'Paperback', 'The Code of Civil Procedure ', 0.00, 896.00, 'free', 0.00, 0.00, 1),
(568, 1475209333, 333, '9789351451013', 'Paperback', 'R.V. Kelkar\'s Criminal Procedure', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(569, 1475209333, 448, 'B81582701190A', 'Paperback', 'CODE OF CRIMINAL PROCEDURE', 0.00, 106.25, 'free', 0.00, 0.00, 1),
(570, 1475209333, 352, 'B8152701165A', 'Paperback', 'Code of Civil Procedure', 0.00, 233.75, 'free', 0.00, 0.00, 1),
(571, 1475209333, 443, '9789350280225', 'Paperback', 'Laws of Banking & Negotiable Instruments ', 0.00, 283.50, 'free', 0.00, 0.00, 1),
(572, 1475209333, 558, '9789384746612', 'Hardcover', 'Tales of the Bench and Bar', 0.00, 369.75, 'free', 0.00, 0.00, 1),
(573, 1475209646, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 871.25, 'free', 0.00, 0.00, 1),
(574, 1475209646, 294, '9788171772360', 'Hardcover', 'S.C. Ghosh on Principles & Forms of Pleading', 0.00, 1147.50, 'free', 0.00, 0.00, 1),
(575, 1475209646, 282, '8171771858', 'Hardcover', 'Goyle\'s Law of Partnership', 0.00, 637.50, 'free', 0.00, 0.00, 1),
(576, 1475209646, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 1),
(577, 1475209646, 404, '9788180386671', 'Paperback', 'The Code of Civil Procedure ', 0.00, 896.00, 'free', 0.00, 0.00, 1),
(578, 1475209646, 333, '9789351451013', 'Paperback', 'R.V. Kelkar\'s Criminal Procedure', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(579, 1475209646, 448, 'B81582701190A', 'Paperback', 'CODE OF CRIMINAL PROCEDURE', 0.00, 106.25, 'free', 0.00, 0.00, 1),
(580, 1475209646, 352, 'B8152701165A', 'Paperback', 'Code of Civil Procedure', 0.00, 233.75, 'free', 0.00, 0.00, 1),
(581, 1475209646, 443, '9789350280225', 'Paperback', 'Laws of Banking & Negotiable Instruments ', 0.00, 283.50, 'free', 0.00, 0.00, 1),
(582, 1475209646, 558, '9789384746612', 'Hardcover', 'Tales of the Bench and Bar', 0.00, 369.75, 'free', 0.00, 0.00, 1),
(583, 1475500431, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 297.50, 'free', 0.00, 0.00, 1),
(584, 1475602089, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(585, 1475602891, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 297.50, 'free', 0.00, 0.00, 1),
(586, 1475727581, 443, '9789350280225', 'Paperback', 'Laws of Banking & Negotiable Instruments ', 0.00, 283.50, 'free', 0.00, 0.00, 1),
(587, 1475727581, 333, '9789351451013', 'Paperback', 'R.V. Kelkar\'s Criminal Procedure', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(588, 1475727581, 527, '9789350356364', 'Paperback', 'Concise Commentary - The Right to Information Technology Act, 2005 (22 of 2005)', 0.00, 250.75, 'free', 0.00, 0.00, 1),
(589, 1475727581, 260, ' 9788171772605', 'Hardcover', 'Dutt on Contract', 0.00, 1355.75, 'free', 0.00, 0.00, 1),
(590, 1475727581, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 871.25, 'free', 0.00, 0.00, 1),
(591, 1475727581, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(592, 1475727581, 230, '9788171772858', 'Hardcover', 'B.B. Mitra\'s Limitation Act', 0.00, 1572.50, 'free', 0.00, 0.00, 1),
(593, 1475727581, 553, '9788171773022', 'Hardcover', 'Justice P.B Mukharji on The New Jurisprudence', 0.00, 1240.85, 'free', 0.00, 0.00, 1),
(594, 1475727581, 304, '9788171771974', 'Hardcover', 'Laws of Marriage and Divorce', 0.00, 833.00, 'free', 0.00, 0.00, 1),
(595, 1475727581, 296, '8171770932', 'Hardcover', 'Muslim Law of Marriage & Succession in India ', 0.00, 187.00, 'free', 0.00, 0.00, 1),
(596, 1475727581, 549, '9789351438748', 'Hardcover', 'Mulla Hindu Law', 0.00, 2120.75, 'free', 0.00, 0.00, 1),
(597, 1475727581, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1074.85, 'free', 0.00, 0.00, 1),
(598, 1475727581, 280, '9788171773084', 'Hardcover', 'Goyle\'s Law of Easements & Licences', 0.00, 576.85, 'free', 0.00, 0.00, 1),
(599, 1475727581, 263, ' 9788171772476', 'Hardcover', 'Contempt of Courts', 0.00, 892.50, 'free', 0.00, 0.00, 1),
(600, 1475897367, 273, '9788171773091', 'Hardcover', 'Scientific Expert Evidence', 0.00, 601.75, 'free', 0.00, 0.00, 1),
(601, 1476029479, 309, '9788171772681', 'Paperback', 'Intellectual Property Law', 0.00, 340.00, 'free', 0.00, 0.00, 1),
(602, 1476111340, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(603, 1476111340, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 621.00, 'free', 0.00, 0.00, 1),
(604, 1476111340, 508, '9789350353066', 'Paperback', 'Wharton\'s Concise Law Dictionary', 0.00, 420.75, 'free', 0.00, 0.00, 1),
(605, 1476119294, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(606, 1476119294, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 621.00, 'free', 0.00, 0.00, 1),
(607, 1476119294, 508, '9789350353066', 'Paperback', 'Wharton\'s Concise Law Dictionary', 0.00, 420.75, 'free', 0.00, 0.00, 1),
(608, 1476213441, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 621.00, 'free', 0.00, 0.00, 1),
(609, 1476213441, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(610, 1476213441, 508, '9789350353066', 'Paperback', 'Wharton\'s Concise Law Dictionary', 0.00, 420.75, 'free', 0.00, 0.00, 1),
(611, 1476300561, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(612, 1476300561, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 621.00, 'free', 0.00, 0.00, 1),
(613, 1476300561, 508, '9789350353066', 'Paperback', 'Wharton\'s Concise Law Dictionary', 0.00, 420.75, 'free', 0.00, 0.00, 1),
(614, 1476424000, 240, '9788171772957', 'Hardcover', 'Law of Maintenance in India', 0.00, 335.75, 'free', 0.00, 0.00, 1),
(615, 1476618576, 258, '9788171773046', 'Hardcover', 'The Law of Ultra Vires', 0.00, 531.25, 'free', 0.00, 0.00, 1),
(616, 1476619528, 294, '9788171772360', 'Hardcover', 'S.C. Ghosh on Principles & Forms of Pleading', 0.00, 1147.50, 'free', 0.00, 0.00, 1),
(617, 1477510290, 553, '9788171773022', 'Hardcover', 'Justice P.B Mukharji on The New Jurisprudence', 0.00, 1240.85, 'free', 0.00, 0.00, 1),
(618, 1477510290, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(619, 1477510290, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1530.00, 'free', 0.00, 0.00, 1),
(620, 1477510290, 258, '9788171773046', 'Hardcover', 'The Law of Ultra Vires', 0.00, 531.25, 'free', 0.00, 0.00, 1),
(621, 1477550996, 328, '9788171772049', 'Hardcover', 'The Law of Wakfs', 0.00, 552.50, 'free', 0.00, 0.00, 1),
(622, 1477639759, 553, '9788171773022', 'Hardcover', 'Justice P.B Mukharji on The New Jurisprudence', 0.00, 1240.85, 'free', 0.00, 0.00, 1),
(623, 1477983960, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(624, 1478024759, 240, '9788171772957', 'Hardcover', 'Law of Maintenance in India', 0.00, 335.75, 'free', 0.00, 0.00, 1),
(625, 1478458235, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(626, 1479127799, 364, '8171770312', 'Hardcover', 'Commentary on Military Law in India', 0.00, 280.00, 'exp', 65.00, 65.00, 1),
(627, 1479375354, 273, '9788171773091', 'Hardcover', 'Scientific Expert Evidence', 0.00, 601.75, 'free', 0.00, 0.00, 1),
(628, 1479490491, 309, '9788171772681', 'Paperback', 'Intellectual Property Law', 0.00, 340.00, 'free', 0.00, 0.00, 1),
(629, 1480177065, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2385.00, 'free', 0.00, 0.00, 1),
(630, 1480259729, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1530.00, 'free', 0.00, 0.00, 1),
(631, 1480437622, 273, '9788171773091', 'Hardcover', 'Scientific Expert Evidence', 0.00, 601.75, 'free', 0.00, 0.00, 1),
(632, 1480747599, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(633, 1481288697, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(634, 1481548782, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 1),
(635, 1481549006, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 1),
(636, 1481865575, 309, '9788171772681', 'Paperback', 'Intellectual Property Law', 0.00, 340.00, 'free', 0.00, 0.00, 1),
(637, 1483442865, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(638, 1483871607, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 2115.00, 'free', 0.00, 0.00, 1),
(639, 1483966991, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(640, 1483967704, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 297.50, 'free', 0.00, 0.00, 1),
(641, 1483982789, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(642, 1483982789, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 297.50, 'free', 0.00, 0.00, 1),
(643, 1484213709, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 297.50, 'free', 0.00, 0.00, 1),
(644, 1484480871, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 1),
(645, 1484480871, 296, '8171770932', 'Hardcover', 'Muslim Law of Marriage & Succession in India ', 0.00, 187.00, 'free', 0.00, 0.00, 1),
(646, 1484480871, 240, '9788171772957', 'Hardcover', 'Law of Maintenance in India', 0.00, 335.75, 'free', 0.00, 0.00, 1),
(647, 1484480871, 348, ' 8171771769', 'Hardcover', 'Supreme Court on Foreign Decisions & Authorities ', 0.00, 700.00, 'free', 0.00, 0.00, 1),
(648, 1484480913, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 1),
(649, 1484480913, 296, '8171770932', 'Hardcover', 'Muslim Law of Marriage & Succession in India ', 0.00, 187.00, 'free', 0.00, 0.00, 1),
(650, 1484480913, 240, '9788171772957', 'Hardcover', 'Law of Maintenance in India', 0.00, 335.75, 'free', 0.00, 0.00, 1),
(651, 1484480913, 348, ' 8171771769', 'Hardcover', 'Supreme Court on Foreign Decisions & Authorities ', 0.00, 700.00, 'free', 0.00, 0.00, 1),
(652, 1484551424, 395, '9789350287279', 'Paperback', 'Interpretation of Statutes', 0.00, 265.00, 'free', 0.00, 0.00, 2),
(653, 1484567972, 568, '9788171773169', 'Hardcover', 'The Indian Penal Code', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(654, 1484573508, 568, '9788171773169', 'Hardcover', 'The Indian Penal Code', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(655, 1484574049, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(656, 1484574905, 568, '9788171773169', 'Hardcover', 'The Indian Penal Code', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(657, 1484636639, 568, '9788171773169', 'Hardcover', 'The Indian Penal Code', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(658, 1484919671, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 2),
(659, 1484919671, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 297.50, 'free', 0.00, 0.00, 2),
(660, 1484923276, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(661, 1485156675, 553, '9788171773022', 'Hardcover', 'Justice P.B Mukharji on The New Jurisprudence', 0.00, 1225.00, 'free', 0.00, 0.00, 1),
(662, 1485157962, 517, '8171771548', 'Hardcover', 'K.P Chakravarti\'s Words & Phrases Under the Constitution', 0.00, 552.50, 'free', 0.00, 0.00, 1),
(663, 1485171239, 569, '9788171773152', 'Hardcover', 'A.M. Bhattacharjee Matrimonial Laws and the Constitution', 0.00, 765.00, 'exp', 65.00, 65.00, 1),
(664, 1485242497, 569, '9788171773152', 'Hardcover', 'A.M. Bhattacharjee Matrimonial Laws and the Constitution', 0.00, 765.00, 'exp', 65.00, 65.00, 1),
(665, 1485880615, 395, '9789350287279', 'Paperback', 'Interpretation of Statutes', 0.00, 265.00, 'free', 0.00, 0.00, 2),
(666, 1485881478, 395, '9789350287279', 'Paperback', 'Interpretation of Statutes', 0.00, 265.00, 'free', 0.00, 0.00, 2),
(667, 1486483104, 309, '9788171772681', 'Paperback', 'Intellectual Property Law', 0.00, 340.00, 'free', 0.00, 0.00, 1),
(668, 1486483478, 309, '9788171772681', 'Paperback', 'Intellectual Property Law', 0.00, 340.00, 'free', 0.00, 0.00, 1),
(669, 1486991249, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(670, 1487074537, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(671, 1487327122, 256, '8171771580', 'Hardcover', 'Fundamental Rights ', 0.00, 552.50, 'free', 0.00, 0.00, 1),
(672, 1487739786, 309, '9788171772681', 'Paperback', 'Intellectual Property Law', 0.00, 340.00, 'free', 0.00, 0.00, 1),
(673, 1487924586, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'free', 0.00, 0.00, 1),
(674, 1488250240, 395, '9789350287279', 'Paperback', 'Interpretation of Statutes', 0.00, 265.00, 'free', 0.00, 0.00, 1),
(675, 1488894031, 311, '9788171772810', 'Paperback', 'Mitra\'s Legal & Commercial Dictionary', 0.00, 378.25, 'free', 0.00, 0.00, 1),
(676, 1489073548, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(677, 1489075111, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(678, 1489387837, 328, '9788171772049', 'Hardcover', 'The Law of Wakfs', 0.00, 552.50, 'free', 0.00, 0.00, 1),
(679, 1489737515, 438, '9789351431763', 'Paperback', 'P S A Pillai\'s CRIMINAL LAW', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(680, 1489737515, 389, '9789351450726', 'Paperback', 'Business Law', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(681, 1489737515, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(682, 1489737515, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 2115.00, 'free', 0.00, 0.00, 1),
(683, 1489737515, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 655.00, 'free', 0.00, 0.00, 1),
(684, 1489936469, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(685, 1490888864, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1530.00, 'free', 0.00, 0.00, 1),
(686, 1490889155, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1530.00, 'free', 0.00, 0.00, 1),
(687, 1491114905, 568, '9788171773169', 'Hardcover', 'The Indian Penal Code', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(688, 1491114905, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 621.00, 'free', 0.00, 0.00, 1),
(689, 1491114905, 343, '9788171772483', 'Hardcover', 'Fair Hearing and Access to Justice', 0.00, 850.00, 'free', 0.00, 0.00, 1),
(690, 1491120488, 482, '9789351435471', 'Paperback', 'Law of Bail', 0.00, 956.00, 'free', 0.00, 0.00, 1),
(691, 1491120488, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(692, 1493441209, 335, '9788171772650', 'Hardcover', 'B.B. Mitra\'s The Indian Succession Act', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(693, 1493714772, 294, '9788171772360', 'Hardcover', 'S.C. Ghosh on Principles & Forms of Pleading', 0.00, 1147.50, 'free', 0.00, 0.00, 1),
(694, 1494233455, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(695, 1494925699, 315, '9788171773206', 'Hardcover', 'Law of Trade Marks & Passing off', 0.00, 1705.50, 'free', 0.00, 0.00, 1),
(696, 1495100765, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(697, 1495225733, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(698, 1495227190, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(699, 1495227296, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(700, 1495539969, 569, '9788171773152', 'Hardcover', 'A.M. Bhattacharjee Matrimonial Laws and the Constitution', 0.00, 765.00, 'exp', 65.00, 65.00, 1),
(701, 1495913297, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(702, 1495913297, 397, '9789350287460', 'Paperback', 'Law of Arbitration and Conciliation', 0.00, 355.50, 'free', 0.00, 0.00, 1),
(703, 1497158709, 447, '9788171772896', 'Paperback', 'A Handbook of Land Reforms', 0.00, 297.50, 'free', 0.00, 0.00, 1),
(704, 1497251197, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(705, 1497284698, 302, '9780195661736', 'Paperback', 'Environmental Law and Policy in India:', 0.00, 515.00, 'free', 0.00, 0.00, 1),
(706, 1497364167, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1074.85, 'free', 0.00, 0.00, 1),
(707, 1497364167, 314, '9788171773183', 'Hardcover', 'Law of Copyright and Industrial Designs', 0.00, 1525.50, 'free', 0.00, 0.00, 1),
(708, 1497364167, 315, '9788171773206', 'Hardcover', 'Law of Trade Marks & Passing off', 0.00, 1705.50, 'free', 0.00, 0.00, 1),
(709, 1497364167, 316, '9788171773190', 'Hardcover', 'Patent Law', 0.00, 1345.50, 'free', 0.00, 0.00, 1),
(710, 1497964517, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(711, 1497964517, 335, '9788171772650', 'Hardcover', 'B.B. Mitra\'s The Indian Succession Act', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(712, 1498365364, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(713, 1498365724, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(714, 1498408644, 240, '9788171772957', 'Hardcover', 'Law of Maintenance in India', 0.00, 335.75, 'free', 0.00, 0.00, 1),
(715, 1498408644, 241, '9788171772513', 'Hardcover', 'Maintenance - Law & Practice', 0.00, 918.00, 'free', 0.00, 0.00, 1),
(716, 1498408644, 283, '9788171772803', 'Hardcover', 'B.B. Mitra: Guardians & Wards Act', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(717, 1498410074, 296, '8171770932', 'Hardcover', 'Muslim Law of Marriage & Succession in India ', 0.00, 187.00, 'free', 0.00, 0.00, 1),
(718, 1498410074, 545, '9789351436812', 'Hardcover', 'Ratanlal & Dhirajlal The Code of Criminal Procedure', 0.00, 2120.75, 'free', 0.00, 0.00, 1),
(719, 1498453069, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(720, 1498453069, 304, '9788171771974', 'Hardcover', 'Laws of Marriage and Divorce', 0.00, 833.00, 'free', 0.00, 0.00, 1),
(721, 1498453069, 241, '9788171772513', 'Hardcover', 'Maintenance - Law & Practice', 0.00, 918.00, 'free', 0.00, 0.00, 1),
(722, 1498453069, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(723, 1499149554, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 2115.00, 'exp', 95.00, 95.00, 2),
(724, 1499149554, 568, '9788171773169', 'Hardcover', 'The Indian Penal Code', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(725, 1499149554, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1074.85, 'free', 0.00, 0.00, 1),
(726, 1499367243, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(727, 1499515093, 243, '9788171772919', 'Paperback', 'Competition Law in India', 0.00, 725.00, 'free', 0.00, 0.00, 1),
(728, 1499570106, 328, '9788171772049', 'Hardcover', 'The Law of Wakfs', 0.00, 552.50, 'free', 0.00, 0.00, 1),
(729, 1499570106, 283, '9788171772803', 'Hardcover', 'B.B. Mitra: Guardians & Wards Act', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(730, 1499625867, 309, '9788171773213', 'Paperback', 'Intellectual Property Law', 0.00, 445.50, 'free', 0.00, 0.00, 1),
(731, 1499625867, 316, '9788171773190', 'Hardcover', 'Patent Law', 0.00, 1345.50, 'free', 0.00, 0.00, 1),
(732, 1499790570, 390, ' 9789351454458', 'Paperback', 'Administrative Law', 0.00, 463.25, 'free', 0.00, 0.00, 1),
(733, 1499904159, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(734, 1499931444, 268, '8171771033', 'Hardcover', 'Current Issues in Criminal Justice & Medical Law ', 0.00, 288.00, 'free', 0.00, 0.00, 1),
(735, 1499949878, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(736, 1499960189, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(737, 1500211742, 298, '9788171773107', 'Hardcover', 'B.K Mukherjea\'s The Hindu Law of Religious & Charitable Trusts', 0.00, 1100.75, 'exp', 95.00, 95.00, 1),
(738, 1500629882, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(739, 1501051039, 327, '9789351451273', 'Paperback', 'Civil Procedure ', 0.00, 470.00, 'free', 0.00, 0.00, 1),
(740, 1501255679, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(741, 1501490673, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(742, 1501597824, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(743, 1501639434, 309, '9788171773213', 'Paperback', 'Intellectual Property Law', 0.00, 445.50, 'free', 0.00, 0.00, 1),
(744, 1502160460, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'free', 0.00, 0.00, 1),
(745, 1502173469, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(746, 1502212507, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(747, 1503146496, 315, '9788171773206', 'Hardcover', 'Law of Trade Marks & Passing off', 0.00, 1705.50, 'free', 0.00, 0.00, 1),
(748, 1503147711, 315, '9788171773206', 'Hardcover', 'Law of Trade Marks & Passing off', 0.00, 1705.50, 'free', 0.00, 0.00, 1),
(749, 1503466021, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 4),
(750, 1503466157, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 4),
(751, 1503467066, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 4),
(752, 1503467208, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 4),
(753, 1503497148, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 871.25, 'free', 0.00, 0.00, 1),
(754, 1504252229, 309, '9788171773213', 'Paperback', 'Intellectual Property Law', 0.00, 445.50, 'free', 0.00, 0.00, 1),
(755, 1504344328, 574, '9788171773312', 'Hardcover', 'Space Law', 0.00, 891.00, 'exp', 90.00, 90.00, 1),
(756, 1504370495, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'free', 0.00, 0.00, 1),
(757, 1504379713, 309, '9788171773213', 'Paperback', 'Intellectual Property Law', 0.00, 445.50, 'free', 0.00, 0.00, 1),
(758, 1504462704, 329, '9788171773121', 'Hardcover', 'Goyle\'s The Law of Trusts', 0.00, 1157.85, 'free', 0.00, 0.00, 1),
(759, 1504861591, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 871.25, 'free', 0.00, 0.00, 1),
(760, 1505114879, 556, '9789384746001', 'Hardcover', 'Statement of Indian Law - in 2 Vols.', 0.00, 3187.50, 'free', 0.00, 0.00, 1),
(761, 1505148972, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(762, 1505149045, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(763, 1505166090, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(764, 1505196116, 575, '9788171773305', 'Hardcover', 'Privatization & Globalization', 0.00, 1295.00, 'free', 0.00, 0.00, 1),
(765, 1505380535, 281, ' 9788171772377', 'Hardcover', 'Laws Relating to Electricity in India', 0.00, 1181.50, 'free', 0.00, 0.00, 2),
(766, 1505380630, 281, ' 9788171772377', 'Hardcover', 'Laws Relating to Electricity in India', 0.00, 1181.50, 'free', 0.00, 0.00, 1),
(767, 1505399780, 309, '9788171773213', 'Paperback', 'Intellectual Property Law', 0.00, 445.50, 'free', 0.00, 0.00, 1),
(768, 1505484976, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1);
INSERT INTO `books_order` (`Id`, `order_id`, `book_id`, `isbn`, `binding_type`, `title`, `price_usd`, `price_inr`, `ship_type`, `shipping_charge_usd`, `shipping_charge_inr`, `quantity`) VALUES
(769, 1505818016, 573, '9788171772988 &amp; 9788171772902', 'Hardcover', 'Combo Offerâ€”Reflections on Medical Law & Ethics and Law of Medical Negligence & Compensation', 0.00, 1125.00, 'free', 0.00, 0.00, 1),
(770, 1506155312, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'free', 0.00, 0.00, 1),
(771, 1506261608, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'exp', 95.00, 95.00, 1),
(772, 1506333768, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(773, 1506343970, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'free', 0.00, 0.00, 1),
(774, 1506355169, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'free', 0.00, 0.00, 1),
(775, 1506355889, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'free', 0.00, 0.00, 1),
(776, 1506534364, 333, '9789351451013', 'Paperback', 'R.V. Kelkar\'s Criminal Procedure', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(777, 1506575709, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 871.25, 'free', 0.00, 0.00, 1),
(778, 1506835838, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'exp', 90.00, 90.00, 1),
(779, 1507383752, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 280.00, 'exp', 65.00, 65.00, 1),
(780, 1507489650, 568, '9788171773169', 'Hardcover', 'The Indian Penal Code', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(781, 1507608014, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(782, 1507712909, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'exp', 90.00, 90.00, 1),
(783, 1507713208, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'exp', 90.00, 90.00, 1),
(784, 1507713331, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'exp', 90.00, 90.00, 1),
(785, 1507713489, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'exp', 90.00, 90.00, 1),
(786, 1507713942, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'exp', 90.00, 90.00, 1),
(787, 1507823139, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 871.25, 'free', 0.00, 0.00, 1),
(788, 1507823139, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'free', 0.00, 0.00, 1),
(789, 1507997440, 546, '9789384746285', 'Paperback', 'Human Rights and Comparative Criminal Law', 0.00, 505.75, 'free', 0.00, 0.00, 1),
(790, 1508158034, 321, '9788171772902', 'Hardcover', 'Law of Medical Negligence & Compensation', 0.00, 650.00, 'free', 0.00, 0.00, 1),
(791, 1509521500, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(792, 1509630794, 283, '9788171772803', 'Hardcover', 'B.B. Mitra: Guardians & Wards Act', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(793, 1509631424, 283, '9788171772803', 'Hardcover', 'B.B. Mitra: Guardians & Wards Act', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(794, 1509940050, 576, '9788171773282', 'Hardcover', 'The Land Surveying', 0.00, 585.00, 'exp', 90.00, 90.00, 1),
(795, 1509940050, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'exp', 65.00, 65.00, 1),
(796, 1509940117, 576, '9788171773282', 'Hardcover', 'The Land Surveying', 0.00, 585.00, 'exp', 90.00, 90.00, 1),
(797, 1509940117, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'exp', 65.00, 65.00, 1),
(798, 1509940855, 309, '9788171773213', 'Paperback', 'Intellectual Property Law', 0.00, 445.50, 'free', 0.00, 0.00, 1),
(799, 1510109719, 576, '9788171773282', 'Hardcover', 'The Land Surveying', 0.00, 585.00, 'exp', 90.00, 90.00, 1),
(800, 1510109719, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1100.75, 'exp', 95.00, 95.00, 1),
(801, 1510949720, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(802, 1511284318, 320, '9788171772032', 'Hardcover', 'The West Bengal Premises Tenancy Act, 1997', 0.00, 743.75, 'free', 0.00, 0.00, 1),
(803, 1511438077, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 1),
(804, 1511717857, 377, '9789350281802', 'Hardcover', 'Neither Roses Nor Thorns', 0.00, 390.00, 'free', 0.00, 0.00, 17),
(805, 1512219115, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1100.75, 'exp', 95.00, 95.00, 1),
(806, 1512243015, 569, '9788171773152', 'Hardcover', 'A.M. Bhattacharjee Matrimonial Laws and the Constitution', 0.00, 765.00, 'free', 0.00, 0.00, 1),
(807, 1512655342, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(808, 1512811510, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(809, 1513245505, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(810, 1513324877, 315, '9788171773206', 'Hardcover', 'Law of Trade Marks & Passing off', 0.00, 1705.50, 'exp', 90.00, 90.00, 1),
(811, 1513325054, 315, '9788171773206', 'Hardcover', 'Law of Trade Marks & Passing off', 0.00, 1705.50, 'exp', 90.00, 90.00, 1),
(812, 1513687867, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(813, 1513688004, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(814, 1513873954, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(815, 1513951584, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(816, 1514109549, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(817, 1514109549, 575, '9788171773305', 'Hardcover', 'Privatization & Globalization', 0.00, 1165.50, 'free', 0.00, 0.00, 1),
(818, 1514375027, 240, '9788171772957', 'Hardcover', 'Law of Maintenance in India', 0.00, 335.75, 'free', 0.00, 0.00, 1),
(819, 1514376103, 240, '9788171772957', 'Hardcover', 'Law of Maintenance in India', 0.00, 335.75, 'free', 0.00, 0.00, 1),
(820, 1514376103, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(821, 1514457516, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 621.00, 'free', 0.00, 0.00, 1),
(822, 1514461439, 240, '9788171772957', 'Hardcover', 'Law of Maintenance in India', 0.00, 335.75, 'free', 0.00, 0.00, 1),
(823, 1514977046, 298, '9788171773107', 'Hardcover', 'B.K Mukherjea\'s The Hindu Law of Religious & Charitable Trusts', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(824, 1515045349, 302, '9780195661736', 'Paperback', 'Environmental Law and Policy in India:', 0.00, 515.00, 'free', 0.00, 0.00, 1),
(825, 1515176079, 532, '9789351436362', 'Paperback', 'Mulla The Indian Contract Act', 0.00, 476.00, 'free', 0.00, 0.00, 1),
(826, 1515405258, 233, ' 9788171772490', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 621.00, 'free', 0.00, 0.00, 1),
(827, 1515405443, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(828, 1515608582, 309, '9788171773213', 'Paperback', 'Intellectual Property Law', 0.00, 445.50, 'free', 0.00, 0.00, 5),
(829, 1515775907, 553, '9788171773022', 'Hardcover', 'Justice P.B Mukharji on The New Jurisprudence', 0.00, 1225.00, 'free', 0.00, 0.00, 1),
(830, 1516029360, 309, '9788171773213', 'Paperback', 'Intellectual Property Law', 0.00, 445.50, 'free', 0.00, 0.00, 5),
(831, 1516030375, 309, '9788171773213', 'Paperback', 'Intellectual Property Law', 0.00, 445.50, 'free', 0.00, 0.00, 5),
(832, 1516280188, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(833, 1516603735, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(834, 1516780054, 314, '9788171773183', 'Hardcover', 'Law of Copyright and Industrial Designs', 0.00, 1525.50, 'free', 0.00, 0.00, 1),
(835, 1516780054, 570, '9788171773176', 'Hardcover', 'The Law of Geographical Indications ', 0.00, 765.00, 'free', 0.00, 0.00, 1),
(836, 1516780189, 570, '9788171773176', 'Hardcover', 'The Law of Geographical Indications ', 0.00, 765.00, 'free', 0.00, 0.00, 1),
(837, 1516780189, 314, '9788171773183', 'Hardcover', 'Law of Copyright and Industrial Designs', 0.00, 1525.50, 'free', 0.00, 0.00, 1),
(838, 1517229237, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(839, 1517251664, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(840, 1517322077, 576, '9788171773282', 'Hardcover', 'The Land Surveying', 0.00, 585.00, 'free', 0.00, 0.00, 1),
(841, 1517322293, 576, '9788171773282', 'Hardcover', 'The Land Surveying', 0.00, 585.00, 'free', 0.00, 0.00, 1),
(842, 1517375197, 392, '9789350288481', 'Paperback', 'Law of Insolvency', 0.00, 250.00, 'free', 0.00, 0.00, 1),
(843, 1517668590, 308, '9788171772285', 'Hardcover', 'Dialectics & Dynamics of Human Rights in India (Tagore Law Lectures)', 0.00, 467.50, 'free', 0.00, 0.00, 1),
(844, 1517887576, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'exp', 95.00, 95.00, 1),
(845, 1517888150, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'exp', 95.00, 95.00, 1),
(846, 1517888565, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'exp', 95.00, 95.00, 1),
(847, 1517901640, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'exp', 95.00, 95.00, 1),
(848, 1517902069, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'exp', 95.00, 95.00, 1),
(849, 1518106198, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 1),
(850, 1518241566, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 871.25, 'free', 0.00, 0.00, 1),
(851, 1518292765, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 871.25, 'free', 0.00, 0.00, 1),
(852, 1518292765, 240, '9788171772957', 'Hardcover', 'Law of Maintenance in India', 0.00, 335.75, 'free', 0.00, 0.00, 1),
(853, 1518292765, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(854, 1518802529, 315, '9788171773206', 'Hardcover', 'Law of Trade Marks & Passing off', 0.00, 1705.50, 'free', 0.00, 0.00, 1),
(855, 1519299682, 343, '9788171772483', 'Hardcover', 'Fair Hearing and Access to Justice', 0.00, 850.00, 'exp', 95.00, 95.00, 1),
(856, 1519312646, 333, '9789351451013', 'Paperback', 'R.V. Kelkar\'s Criminal Procedure', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(857, 1519525278, 309, '9788171773213', 'Paperback', 'Intellectual Property Law', 0.00, 445.50, 'free', 0.00, 0.00, 1),
(858, 1519808414, 280, '9788171773084', 'Hardcover', 'Goyle\'s Law of Easements & Licences', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(859, 1519808414, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(860, 1519809147, 280, '9788171773084', 'Hardcover', 'Goyle\'s Law of Easements & Licences', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(861, 1519809147, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(862, 1519809474, 230, '9788171772858', 'Hardcover', 'B.B. Mitra\'s Limitation Act', 0.00, 1572.50, 'free', 0.00, 0.00, 1),
(863, 1520024452, 326, '9780198072201', 'Paperback', 'Family Law  Volume 2: ', 0.00, 450.00, 'free', 0.00, 0.00, 1),
(864, 1520024812, 326, '9780198072201', 'Paperback', 'Family Law  Volume 2: ', 0.00, 450.00, 'free', 0.00, 0.00, 1),
(865, 1520115530, 325, '9780198067900', 'Paperback', 'Family Law  Volume 1:', 0.00, 350.00, 'free', 0.00, 0.00, 1),
(866, 1520287864, 250, '9788171772544', 'Hardcover', 'The Constitution of India', 0.00, 1270.75, 'free', 0.00, 0.00, 1),
(867, 1520617976, 290, '9788171772971', 'Hardcover', 'A.M Bhattacharjee\'s Muslim Law & the Constitution', 0.00, 743.75, 'free', 0.00, 0.00, 1),
(868, 1520663244, 582, '9788171773275', 'Paperback', 'Mitra\'s Legal & Commercial Dictionary', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(869, 1520663244, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(870, 1520663244, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(871, 1520663535, 582, '9788171773275', 'Paperback', 'Mitra\'s Legal & Commercial Dictionary', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(872, 1520663535, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(873, 1520663535, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(874, 1520664146, 582, '9788171773275', 'Paperback', 'Mitra\'s Legal & Commercial Dictionary', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(875, 1520664146, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(876, 1520664146, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(877, 1520834246, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(878, 1521544008, 309, '9788171773213', 'Paperback', 'Intellectual Property Law', 0.00, 445.50, 'free', 0.00, 0.00, 1),
(879, 1521544008, 584, '9788171773367', 'Hardcover', 'Wills', 0.00, 787.50, 'free', 0.00, 0.00, 1),
(880, 1521544008, 258, '9788171773329', 'Hardcover', 'The Law of Ultra Vires', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(881, 1521571777, 377, '9789350281802', 'Hardcover', 'Neither Roses Nor Thorns', 0.00, 390.00, 'free', 0.00, 0.00, 1),
(882, 1522121564, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1530.00, 'free', 0.00, 0.00, 1),
(883, 1522122132, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1530.00, 'free', 0.00, 0.00, 1),
(884, 1522332178, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(885, 1522581895, 583, '9788171773299', 'Hardcover', 'A.M. Bhattacharjee Hindu Law and the Constitution', 0.00, 985.50, 'free', 0.00, 0.00, 1),
(886, 1522581895, 584, '9788171773367', 'Hardcover', 'Wills', 0.00, 787.50, 'free', 0.00, 0.00, 1),
(887, 1522581895, 568, '9788171773169', 'Hardcover', 'The Indian Penal Code', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(888, 1522581895, 569, '9788171773152', 'Hardcover', 'A.M. Bhattacharjee Matrimonial Laws and the Constitution', 0.00, 765.00, 'free', 0.00, 0.00, 1),
(889, 1522581895, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(890, 1522582182, 583, '9788171773299', 'Hardcover', 'A.M. Bhattacharjee Hindu Law and the Constitution', 0.00, 985.50, 'free', 0.00, 0.00, 1),
(891, 1522582182, 584, '9788171773367', 'Hardcover', 'Wills', 0.00, 787.50, 'free', 0.00, 0.00, 1),
(892, 1522582182, 568, '9788171773169', 'Hardcover', 'The Indian Penal Code', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(893, 1522582182, 569, '9788171773152', 'Hardcover', 'A.M. Bhattacharjee Matrimonial Laws and the Constitution', 0.00, 765.00, 'free', 0.00, 0.00, 1),
(894, 1522582182, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(895, 1522582321, 583, '9788171773299', 'Hardcover', 'A.M. Bhattacharjee Hindu Law and the Constitution', 0.00, 985.50, 'free', 0.00, 0.00, 1),
(896, 1522582321, 584, '9788171773367', 'Hardcover', 'Wills', 0.00, 787.50, 'free', 0.00, 0.00, 1),
(897, 1522582321, 568, '9788171773169', 'Hardcover', 'The Indian Penal Code', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(898, 1522582321, 569, '9788171773152', 'Hardcover', 'A.M. Bhattacharjee Matrimonial Laws and the Constitution', 0.00, 765.00, 'free', 0.00, 0.00, 1),
(899, 1522582321, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(900, 1523669530, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(901, 1523669530, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'free', 0.00, 0.00, 1),
(902, 1523669530, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 977.50, 'free', 0.00, 0.00, 1),
(903, 1523669530, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 1),
(904, 1524313693, 576, '9788171773282', 'Hardcover', 'The Land Surveying', 0.00, 585.00, 'free', 0.00, 0.00, 1),
(905, 1524313693, 447, '9788171773343', 'Paperback', 'A Handbook of the W.B Land Reforms Act', 0.00, 495.00, 'free', 0.00, 0.00, 1),
(906, 1524314837, 328, '9788171772049', 'Hardcover', 'The Law of Wakfs', 0.00, 552.50, 'free', 0.00, 0.00, 1),
(907, 1524315204, 328, '9788171772049', 'Hardcover', 'The Law of Wakfs', 0.00, 552.50, 'free', 0.00, 0.00, 1),
(908, 1524315507, 328, '9788171772049', 'Hardcover', 'The Law of Wakfs', 0.00, 552.50, 'free', 0.00, 0.00, 1),
(909, 1524382011, 235, ' 9788171772599', 'Hardcover', 'The Law of Carriage of Goods by Sea & Air', 0.00, 1020.00, 'free', 0.00, 0.00, 1),
(910, 1524565757, 576, '9788171773282', 'Hardcover', 'The Land Surveying', 0.00, 585.00, 'free', 0.00, 0.00, 1),
(911, 1524565757, 447, '9788171773343', 'Paperback', 'A Handbook of the W.B Land Reforms Act', 0.00, 495.00, 'free', 0.00, 0.00, 1),
(912, 1524663021, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1100.75, 'exp', 95.00, 95.00, 1),
(913, 1524910714, 365, '9788171773077', 'Hardcover', 'Penumbra of Natural Justice', 0.00, 1037.50, 'free', 0.00, 0.00, 1),
(914, 1524910714, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(915, 1524910714, 268, '8171771033', 'Hardcover', 'Current Issues in Criminal Justice & Medical Law ', 0.00, 288.00, 'free', 0.00, 0.00, 1),
(916, 1524910991, 365, '9788171773077', 'Hardcover', 'Penumbra of Natural Justice', 0.00, 1037.50, 'free', 0.00, 0.00, 1),
(917, 1524910991, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(918, 1524910991, 268, '8171771033', 'Hardcover', 'Current Issues in Criminal Justice & Medical Law ', 0.00, 288.00, 'free', 0.00, 0.00, 1),
(919, 1525201197, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(920, 1525316386, 340, ' 9788171772155', 'Hardcover', 'Service Law of Government Employees', 0.00, 531.25, 'free', 0.00, 0.00, 1),
(921, 1525318500, 508, '9789350353066', 'Paperback', 'Wharton\'s Concise Law Dictionary', 0.00, 420.75, 'exp', 65.00, 65.00, 1),
(922, 1525357096, 235, ' 9788171772599', 'Hardcover', 'The Law of Carriage of Goods by Sea & Air', 0.00, 1020.00, 'free', 0.00, 0.00, 1),
(923, 1525441309, 235, ' 9788171772599', 'Hardcover', 'The Law of Carriage of Goods by Sea & Air', 0.00, 1020.00, 'free', 0.00, 0.00, 1),
(924, 1525570419, 250, '9788171772544', 'Hardcover', 'The Constitution of India', 0.00, 1270.75, 'free', 0.00, 0.00, 1),
(925, 1525570419, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(926, 1525570419, 272, '9788171772421', 'Paperback', 'Law of Evidence ', 0.00, 306.00, 'free', 0.00, 0.00, 1),
(927, 1525570419, 309, '9788171773213', 'Paperback', 'Intellectual Property Law', 0.00, 445.50, 'free', 0.00, 0.00, 1),
(928, 1525784448, 508, '9789350353066', 'Paperback', 'Wharton\'s Concise Law Dictionary', 0.00, 420.75, 'free', 0.00, 0.00, 1),
(929, 1526666123, 258, '9788171773329', 'Hardcover', 'The Law of Ultra Vires', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(930, 1526666123, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 1997.50, 'free', 0.00, 0.00, 1),
(931, 1526745621, 576, '9788171773282', 'Hardcover', 'The Land Surveying', 0.00, 585.00, 'free', 0.00, 0.00, 1),
(932, 1527449034, 541, '8171771300', 'Hardcover', 'Goyle\'s A Commentary on the Transfer of Property Act', 0.00, 675.00, 'free', 0.00, 0.00, 1),
(933, 1527449539, 541, '8171771300', 'Hardcover', 'Goyle\'s A Commentary on the Transfer of Property Act', 0.00, 675.00, 'free', 0.00, 0.00, 1),
(934, 1527677032, 342, ' 9788171772094', 'Hardcover', 'Taxation of Public Trusts & Institutions', 0.00, 556.75, 'free', 0.00, 0.00, 1),
(935, 1527994631, 240, '9788171772957', 'Hardcover', 'Law of Maintenance in India', 0.00, 335.75, 'free', 0.00, 0.00, 1),
(936, 1527994631, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(937, 1528268539, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(938, 1528275799, 377, '9789350281802', 'Hardcover', 'Neither Roses Nor Thorns', 0.00, 390.00, 'free', 0.00, 0.00, 1),
(939, 1528360152, 270, '9788171772414', 'Hardcover', 'Gender Justice ', 0.00, 493.00, 'free', 0.00, 0.00, 1),
(940, 1528362325, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(941, 1528961726, 377, '9789350281802', 'Hardcover', 'Neither Roses Nor Thorns', 0.00, 405.00, 'free', 0.00, 0.00, 1),
(942, 1529226507, 582, '9788171773275', 'Paperback', 'Mitra\'s Legal & Commercial Dictionary', 0.00, 535.50, 'exp', 60.00, 60.00, 1),
(943, 1529254827, 282, '8171771858', 'Hardcover', 'Goyle\'s Law of Partnership', 0.00, 637.50, 'free', 0.00, 0.00, 1),
(944, 1529476712, 273, '9788171773091', 'Hardcover', 'Scientific Expert Evidence', 0.00, 616.25, 'free', 0.00, 0.00, 1),
(945, 1529738220, 377, '9789350281802', 'Hardcover', 'Neither Roses Nor Thorns', 0.00, 445.50, 'free', 0.00, 0.00, 1),
(946, 1529841902, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 2),
(947, 1529841902, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 977.50, 'free', 0.00, 0.00, 1),
(948, 1529926996, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 2),
(949, 1529926996, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(950, 1529927137, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 2),
(951, 1529927137, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(952, 1530112922, 377, '9789350281802', 'Hardcover', 'Neither Roses Nor Thorns', 0.00, 445.50, 'free', 0.00, 0.00, 1),
(953, 1530603386, 446, '9788171772889', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 675.75, 'free', 0.00, 0.00, 1),
(954, 1530656107, 340, ' 9788171772155', 'Hardcover', 'Service Law of Government Employees', 0.00, 531.25, 'free', 0.00, 0.00, 1),
(955, 1530802809, 377, '9789350281802', 'Hardcover', 'Neither Roses Nor Thorns', 0.00, 445.50, 'free', 0.00, 0.00, 1),
(956, 1530858533, 335, '9788171772650', 'Hardcover', 'B.B. Mitra\'s The Indian Succession Act', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(957, 1531462925, 270, '9788171772414', 'Hardcover', 'Gender Justice ', 0.00, 493.00, 'free', 0.00, 0.00, 1),
(958, 1531573762, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(959, 1531573762, 329, '9788171773121', 'Hardcover', 'Goyle\'s The Law of Trusts', 0.00, 1157.85, 'free', 0.00, 0.00, 1),
(960, 1531573762, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(961, 1531573841, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(962, 1531573841, 329, '9788171773121', 'Hardcover', 'Goyle\'s The Law of Trusts', 0.00, 1157.85, 'free', 0.00, 0.00, 1),
(963, 1531573841, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(964, 1531574057, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(965, 1531574057, 329, '9788171773121', 'Hardcover', 'Goyle\'s The Law of Trusts', 0.00, 1157.85, 'free', 0.00, 0.00, 1),
(966, 1531574057, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(967, 1531576542, 329, '9788171773121', 'Hardcover', 'Goyle\'s The Law of Trusts', 0.00, 1157.85, 'free', 0.00, 0.00, 1),
(968, 1531576542, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(969, 1531576542, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(970, 1531593506, 329, '9788171773121', 'Hardcover', 'Goyle\'s The Law of Trusts', 0.00, 1157.85, 'free', 0.00, 0.00, 1),
(971, 1531593506, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(972, 1531593506, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(973, 1531593587, 329, '9788171773121', 'Hardcover', 'Goyle\'s The Law of Trusts', 0.00, 1157.85, 'free', 0.00, 0.00, 1),
(974, 1531593587, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(975, 1531593587, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(976, 1531594625, 329, '9788171773121', 'Hardcover', 'Goyle\'s The Law of Trusts', 0.00, 1157.85, 'free', 0.00, 0.00, 1),
(977, 1531594625, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(978, 1531594625, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(979, 1531621404, 329, '9788171773121', 'Hardcover', 'Goyle\'s The Law of Trusts', 0.00, 1157.85, 'free', 0.00, 0.00, 1),
(980, 1531621404, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(981, 1531621404, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(982, 1531622734, 329, '9788171773121', 'Hardcover', 'Goyle\'s The Law of Trusts', 0.00, 1157.85, 'free', 0.00, 0.00, 1),
(983, 1531622734, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(984, 1531622734, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(985, 1531628307, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(986, 1531628307, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(987, 1531628307, 329, '9788171773121', 'Hardcover', 'Goyle\'s The Law of Trusts', 0.00, 1157.85, 'free', 0.00, 0.00, 1),
(988, 1531980239, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(989, 1531980239, 570, '9788171773176', 'Hardcover', 'The Law of Geographical Indications ', 0.00, 765.00, 'free', 0.00, 0.00, 1),
(990, 1531980239, 314, '9788171773183', 'Hardcover', 'Law of Copyright and Industrial Designs', 0.00, 1525.50, 'free', 0.00, 0.00, 1),
(991, 1531980426, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(992, 1531980426, 570, '9788171773176', 'Hardcover', 'The Law of Geographical Indications ', 0.00, 765.00, 'free', 0.00, 0.00, 1),
(993, 1531980426, 314, '9788171773183', 'Hardcover', 'Law of Copyright and Industrial Designs', 0.00, 1525.50, 'free', 0.00, 0.00, 1),
(994, 1531980465, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(995, 1531980465, 570, '9788171773176', 'Hardcover', 'The Law of Geographical Indications ', 0.00, 765.00, 'free', 0.00, 0.00, 1),
(996, 1531980465, 314, '9788171773183', 'Hardcover', 'Law of Copyright and Industrial Designs', 0.00, 1525.50, 'free', 0.00, 0.00, 1),
(997, 1531980664, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(998, 1531980664, 570, '9788171773176', 'Hardcover', 'The Law of Geographical Indications ', 0.00, 765.00, 'free', 0.00, 0.00, 1),
(999, 1531980664, 314, '9788171773183', 'Hardcover', 'Law of Copyright and Industrial Designs', 0.00, 1525.50, 'free', 0.00, 0.00, 1),
(1000, 1531982120, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1001, 1531982120, 570, '9788171773176', 'Hardcover', 'The Law of Geographical Indications ', 0.00, 765.00, 'free', 0.00, 0.00, 1),
(1002, 1531982120, 314, '9788171773183', 'Hardcover', 'Law of Copyright and Industrial Designs', 0.00, 1525.50, 'free', 0.00, 0.00, 1),
(1003, 1532158181, 298, '9788171773107', 'Hardcover', 'B.K Mukherjea\'s The Hindu Law of Religious & Charitable Trusts', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(1004, 1532158181, 316, '9788171773190', 'Hardcover', 'Patent Law', 0.00, 1345.50, 'free', 0.00, 0.00, 1),
(1005, 1532159006, 298, '9788171773107', 'Hardcover', 'B.K Mukherjea\'s The Hindu Law of Religious & Charitable Trusts', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(1006, 1532159006, 316, '9788171773190', 'Hardcover', 'Patent Law', 0.00, 1345.50, 'free', 0.00, 0.00, 1),
(1007, 1532338664, 296, '8171770932', 'Hardcover', 'Muslim Law of Marriage & Succession in India ', 0.00, 187.00, 'free', 0.00, 0.00, 1),
(1008, 1532338664, 545, '9789351436812', 'Hardcover', 'Ratanlal & Dhirajlal The Code of Criminal Procedure', 0.00, 2120.75, 'free', 0.00, 0.00, 1),
(1009, 1532367543, 377, '9789350281802', 'Hardcover', 'Neither Roses Nor Thorns', 0.00, 445.50, 'free', 0.00, 0.00, 1),
(1010, 1532408375, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(1011, 1532408375, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(1012, 1532409663, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(1013, 1532409663, 280, '9788171773084', 'Hardcover', 'Goyle\'s Law of Easements & Licences', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(1014, 1532420281, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1015, 1532420281, 243, '9788171773350', 'Paperback', 'Competition Law in India', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(1016, 1532420281, 244, '9788171772162', 'Hardcover', 'Law of Special Economic Zone', 0.00, 780.00, 'free', 0.00, 0.00, 2),
(1017, 1532424866, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 5),
(1018, 1532424866, 231, '9788171772537', 'Hardcover', ' Law of Arbitration & Conciliation ', 0.00, 1334.50, 'free', 0.00, 0.00, 2),
(1019, 1532424963, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 5),
(1020, 1532424963, 231, '9788171772537', 'Hardcover', ' Law of Arbitration & Conciliation ', 0.00, 1334.50, 'free', 0.00, 0.00, 2),
(1021, 1532425599, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 5),
(1022, 1532425599, 231, '9788171772537', 'Hardcover', ' Law of Arbitration & Conciliation ', 0.00, 1334.50, 'free', 0.00, 0.00, 2),
(1023, 1532425816, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 5),
(1024, 1532425816, 231, '9788171772537', 'Hardcover', ' Law of Arbitration & Conciliation ', 0.00, 1334.50, 'free', 0.00, 0.00, 2),
(1025, 1532427761, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1026, 1532427878, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1027, 1532428615, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 5),
(1028, 1532428615, 231, '9788171772537', 'Hardcover', ' Law of Arbitration & Conciliation ', 0.00, 1334.50, 'free', 0.00, 0.00, 2),
(1029, 1532429329, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1030, 1532430649, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1031, 1532430787, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1032, 1532431023, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1033, 1532431978, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1034, 1532432032, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1035, 1532432068, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1036, 1532432194, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1037, 1532432492, 231, '9788171772537', 'Hardcover', ' Law of Arbitration & Conciliation ', 0.00, 1334.50, 'free', 0.00, 0.00, 1),
(1038, 1532432521, 231, '9788171772537', 'Hardcover', ' Law of Arbitration & Conciliation ', 0.00, 1334.50, 'free', 0.00, 0.00, 1),
(1039, 1532432558, 231, '9788171772537', 'Hardcover', ' Law of Arbitration & Conciliation ', 0.00, 1334.50, 'free', 0.00, 0.00, 1),
(1040, 1532432576, 231, '9788171772537', 'Hardcover', ' Law of Arbitration & Conciliation ', 0.00, 1334.50, 'free', 0.00, 0.00, 1),
(1041, 1532432626, 231, '9788171772537', 'Hardcover', ' Law of Arbitration & Conciliation ', 0.00, 1334.50, 'free', 0.00, 0.00, 1),
(1042, 1532432755, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 4),
(1043, 1532433071, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1044, 1532433174, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1045, 1532433230, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1046, 1532434039, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1047, 1532434075, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1048, 1532434093, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1049, 1532434224, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1050, 1532434569, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1051, 1532440868, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(1052, 1532457557, 553, '9788171773022', 'Hardcover', 'Justice P.B Mukharji on The New Jurisprudence', 0.00, 1225.00, 'free', 0.00, 0.00, 1),
(1053, 1532457557, 365, '9788171773077', 'Hardcover', 'Penumbra of Natural Justice', 0.00, 1037.50, 'free', 0.00, 0.00, 1),
(1054, 1532496866, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(1055, 1532496866, 280, '9788171773084', 'Hardcover', 'Goyle\'s Law of Easements & Licences', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(1056, 1532498051, 250, '9788171772544', 'Hardcover', 'The Constitution of India', 0.00, 1270.75, 'free', 0.00, 0.00, 1),
(1057, 1532498051, 256, '8171771580', 'Hardcover', 'Fundamental Rights ', 0.00, 552.50, 'free', 0.00, 0.00, 2),
(1058, 1532498233, 250, '9788171772544', 'Hardcover', 'The Constitution of India', 0.00, 1270.75, 'free', 0.00, 0.00, 1),
(1059, 1532498233, 256, '8171771580', 'Hardcover', 'Fundamental Rights ', 0.00, 552.50, 'free', 0.00, 0.00, 2),
(1060, 1532498450, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(1061, 1532498450, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(1062, 1532498711, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(1063, 1532498711, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(1064, 1532498726, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(1065, 1532498726, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(1066, 1532498920, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(1067, 1532498920, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(1068, 1532499296, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(1069, 1532499296, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(1070, 1532499526, 250, '9788171772544', 'Hardcover', 'The Constitution of India', 0.00, 1270.75, 'free', 0.00, 0.00, 1),
(1071, 1532499526, 256, '8171771580', 'Hardcover', 'Fundamental Rights ', 0.00, 552.50, 'free', 0.00, 0.00, 2),
(1072, 1532499885, 263, ' 9788171772476', 'Hardcover', 'Contempt of Courts', 0.00, 892.50, 'free', 0.00, 0.00, 1),
(1073, 1532499885, 260, ' 9788171772605', 'Hardcover', 'Dutt on Contract', 0.00, 1355.75, 'free', 0.00, 0.00, 1),
(1074, 1532499885, 262, '9788171772186', 'Paperback', 'Law of Contract', 0.00, 297.50, 'free', 0.00, 0.00, 1),
(1075, 1532500147, 263, ' 9788171772476', 'Hardcover', 'Contempt of Courts', 0.00, 892.50, 'free', 0.00, 0.00, 1),
(1076, 1532500147, 260, ' 9788171772605', 'Hardcover', 'Dutt on Contract', 0.00, 1355.75, 'free', 0.00, 0.00, 1),
(1077, 1532500147, 262, '9788171772186', 'Paperback', 'Law of Contract', 0.00, 297.50, 'free', 0.00, 0.00, 1),
(1078, 1532500504, 235, ' 9788171772599', 'Hardcover', 'The Law of Carriage of Goods by Sea & Air', 0.00, 1020.00, 'free', 0.00, 0.00, 1),
(1079, 1532500504, 231, '9788171772537', 'Hardcover', ' Law of Arbitration & Conciliation ', 0.00, 1334.50, 'free', 0.00, 0.00, 1),
(1080, 1532500633, 235, ' 9788171772599', 'Hardcover', 'The Law of Carriage of Goods by Sea & Air', 0.00, 1020.00, 'free', 0.00, 0.00, 1),
(1081, 1532500633, 231, '9788171772537', 'Hardcover', ' Law of Arbitration & Conciliation ', 0.00, 1334.50, 'free', 0.00, 0.00, 1),
(1082, 1532500839, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(1083, 1532502790, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1084, 1532502790, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(1085, 1532502790, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(1086, 1533028519, 283, '9788171772803', 'Hardcover', 'B.B. Mitra: Guardians & Wards Act', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(1087, 1533028519, 250, '9788171772544', 'Hardcover', 'The Constitution of India', 0.00, 1270.75, 'free', 0.00, 0.00, 1),
(1088, 1533028519, 241, '9788171772513', 'Hardcover', 'Maintenance - Law & Practice', 0.00, 918.00, 'free', 0.00, 0.00, 1),
(1089, 1533028519, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(1090, 1533029415, 283, '9788171772803', 'Hardcover', 'B.B. Mitra: Guardians & Wards Act', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(1091, 1533029415, 250, '9788171772544', 'Hardcover', 'The Constitution of India', 0.00, 1270.75, 'free', 0.00, 0.00, 1),
(1092, 1533029415, 241, '9788171772513', 'Hardcover', 'Maintenance - Law & Practice', 0.00, 918.00, 'free', 0.00, 0.00, 1),
(1093, 1533029415, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(1094, 1533038284, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(1095, 1533047109, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(1096, 1533096473, 309, '9788171773213', 'Paperback', 'Intellectual Property Law', 0.00, 490.50, 'free', 0.00, 0.00, 1),
(1097, 1533104825, 258, '9788171773329', 'Hardcover', 'The Law of Ultra Vires', 0.00, 658.75, 'free', 0.00, 0.00, 1),
(1098, 1533194741, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(1099, 1533194741, 283, '9788171772803', 'Hardcover', 'B.B. Mitra: Guardians & Wards Act', 0.00, 877.50, 'free', 0.00, 0.00, 2),
(1100, 1533194741, 240, '9788171772957', 'Hardcover', 'Law of Maintenance in India', 0.00, 335.75, 'free', 0.00, 0.00, 1),
(1101, 1533202377, 241, '9788171772513', 'Hardcover', 'Maintenance - Law & Practice', 0.00, 918.00, 'free', 0.00, 0.00, 1),
(1102, 1533202377, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(1103, 1533202377, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1112, 1533208969, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(1111, 1533208946, 523, '9789350356203', 'Hardcover', 'Law of Easements & Licences', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(1110, 1533208946, 283, '9788171772803', 'Hardcover', 'B.B. Mitra: Guardians & Wards Act', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(1109, 1533208946, 236, '9788171773008', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2252.50, 'free', 0.00, 0.00, 1),
(1113, 1533208969, 283, '9788171772803', 'Hardcover', 'B.B. Mitra: Guardians & Wards Act', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(1114, 1533208969, 523, '9789350356203', 'Hardcover', 'Law of Easements & Licences', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(1115, 1533375463, 377, '9789350281802', 'Hardcover', 'Neither Roses Nor Thorns', 0.00, 445.50, 'free', 0.00, 0.00, 1),
(1116, 1533449697, 243, '9788171773350', 'Paperback', 'Competition Law in India', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(1117, 1533565109, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1232.50, 'free', 0.00, 0.00, 1),
(1118, 1533640027, 544, '9788171772988', 'Hardcover', 'Reflections on Medical Law and Ethics in India', 0.00, 575.00, 'free', 0.00, 0.00, 1),
(1119, 1533806895, 235, ' 9788171772599', 'Hardcover', 'The Law of Carriage of Goods by Sea & Air', 0.00, 1020.00, 'free', 0.00, 0.00, 1),
(1120, 1533806895, 231, '9788171772537', 'Hardcover', ' Law of Arbitration & Conciliation ', 0.00, 1334.50, 'free', 0.00, 0.00, 2),
(1121, 1534052939, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(1122, 1534135436, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(1123, 1534450178, 320, '9788171772032', 'Hardcover', 'The West Bengal Premises Tenancy Act, 1997', 0.00, 743.75, 'free', 0.00, 0.00, 1),
(1124, 1534533510, 335, '9788171772650', 'Hardcover', 'B.B. Mitra\'s The Indian Succession Act', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(1125, 1534751291, 586, '9788171773381', 'Hardcover', 'The Indian Penal Code - A Critical Commentary', 0.00, 595.00, 'free', 0.00, 0.00, 1),
(1126, 1534867381, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(1127, 1534867694, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(1128, 1535371262, 570, '9788171773176', 'Hardcover', 'The Law of Geographical Indications ', 0.00, 765.00, 'free', 0.00, 0.00, 1),
(1129, 1535524518, 316, '9788171773190', 'Hardcover', 'Patent Law', 0.00, 1345.50, 'free', 0.00, 0.00, 1),
(1130, 1535774632, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(1131, 1535820961, 337, '8171771556', 'Hardcover', 'Laws on Public Service', 0.00, 384.00, 'free', 0.00, 0.00, 1),
(1132, 1535821342, 446, '9788171773336', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 895.50, 'free', 0.00, 0.00, 1),
(1133, 1535821342, 576, '9788171773282', 'Hardcover', 'The Land Surveying', 0.00, 585.00, 'free', 0.00, 0.00, 1),
(1134, 1535821628, 447, '9788171773343', 'Paperback', 'A Handbook of the W.B Land Reforms Act', 0.00, 495.00, 'free', 0.00, 0.00, 1),
(1135, 1535889760, 328, '9788171772049', 'Hardcover', 'The Law of Wakfs', 0.00, 552.50, 'free', 0.00, 0.00, 1),
(1136, 1535889760, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(1137, 1535889760, 576, '9788171773282', 'Hardcover', 'The Land Surveying', 0.00, 585.00, 'free', 0.00, 0.00, 1),
(1138, 1535997238, 586, '9788171773381', 'Hardcover', 'The Indian Penal Code - A Critical Commentary', 0.00, 595.00, 'free', 0.00, 0.00, 1),
(1139, 1536125295, 446, '9788171773336', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 895.50, 'free', 0.00, 0.00, 1),
(1140, 1536125295, 576, '9788171773282', 'Hardcover', 'The Land Surveying', 0.00, 585.00, 'free', 0.00, 0.00, 1),
(1141, 1536125935, 576, '9788171773282', 'Hardcover', 'The Land Surveying', 0.00, 585.00, 'free', 0.00, 0.00, 1),
(1142, 1536125935, 446, '9788171773336', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 895.50, 'free', 0.00, 0.00, 1),
(1143, 1536143620, 243, '9788171773350', 'Paperback', 'Competition Law in India', 0.00, 715.50, 'free', 0.00, 0.00, 1),
(1144, 1536143620, 244, '9788171772162', 'Hardcover', 'Law of Special Economic Zone', 0.00, 780.00, 'free', 0.00, 0.00, 1),
(1145, 1536143620, 575, '9788171773305', 'Hardcover', 'Privatization & Globalization', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(1146, 1536333431, 315, '9788171773206', 'Hardcover', 'Law of Trade Marks & Passing off', 0.00, 1705.50, 'free', 0.00, 0.00, 1),
(1147, 1536333798, 315, '9788171773206', 'Hardcover', 'Law of Trade Marks & Passing off', 0.00, 1705.50, 'free', 0.00, 0.00, 1),
(1148, 1536333936, 315, '9788171773206', 'Hardcover', 'Law of Trade Marks & Passing off', 0.00, 1705.50, 'free', 0.00, 0.00, 1),
(1149, 1536489166, 271, '9788171772070', 'Hardcover', 'Law of Evidence', 0.00, 841.50, 'free', 0.00, 0.00, 1),
(1150, 1536489166, 348, ' 8171771769', 'Hardcover', 'Supreme Court on Foreign Decisions & Authorities ', 0.00, 700.00, 'free', 0.00, 0.00, 1),
(1151, 1536489166, 517, '8171771548', 'Hardcover', 'K.P Chakravarti\'s Words & Phrases Under the Constitution', 0.00, 552.50, 'free', 0.00, 0.00, 1),
(1152, 1536489166, 542, '9788171772384', 'Paperback', 'Adoption of Foreign Doctrines by the Supreme Court', 0.00, 501.50, 'free', 0.00, 0.00, 1),
(1153, 1536489166, 272, '9788171772421', 'Paperback', 'Law of Evidence ', 0.00, 306.00, 'free', 0.00, 0.00, 1),
(1154, 1536489166, 568, '9788171773169', 'Hardcover', 'The Indian Penal Code', 0.00, 877.50, 'free', 0.00, 0.00, 1),
(1155, 1536489166, 586, '9788171773381', 'Hardcover', 'The Indian Penal Code - A Critical Commentary', 0.00, 595.00, 'free', 0.00, 0.00, 1),
(1156, 1536489166, 256, '8171771580', 'Hardcover', 'Fundamental Rights ', 0.00, 552.50, 'free', 0.00, 0.00, 1),
(1157, 1536489166, 291, '8171770541', 'Hardcover', 'Rule of Law & Vicarious Liability of Government', 0.00, 276.25, 'free', 0.00, 0.00, 1),
(1158, 1536489166, 364, '8171770312', 'Hardcover', 'Commentary on Military Law in India', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(1159, 1536489166, 294, '9788171772360', 'Hardcover', 'S.C. Ghosh on Principles & Forms of Pleading', 0.00, 1147.50, 'free', 0.00, 0.00, 1),
(1160, 1536734151, 315, '9788171773206', 'Hardcover', 'Law of Trade Marks & Passing off', 0.00, 1705.50, 'free', 0.00, 0.00, 1),
(1161, 1536940160, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(1162, 1537150525, 582, '9788171773275', 'Paperback', 'Mitra\'s Legal & Commercial Dictionary', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(1163, 1537184362, 267, '9788171772773', 'Paperback', 'Cyber Crime in India ', 0.00, 472.50, 'free', 0.00, 0.00, 1),
(1164, 1537185501, 267, '9788171772773', 'Paperback', 'Cyber Crime in India ', 0.00, 472.50, 'free', 0.00, 0.00, 1),
(1165, 1548412591, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1166, 1548412664, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1167, 1548413108, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1);
INSERT INTO `books_order` (`Id`, `order_id`, `book_id`, `isbn`, `binding_type`, `title`, `price_usd`, `price_inr`, `ship_type`, `shipping_charge_usd`, `shipping_charge_inr`, `quantity`) VALUES
(1168, 1548413179, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1169, 1548413254, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1170, 1548413391, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1171, 1548414529, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1172, 1548414550, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1173, 1548414851, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1174, 1548414885, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1175, 1548414921, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1176, 1548414936, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1177, 1548414974, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1178, 1548415006, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1179, 1548415616, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1180, 1548415640, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1181, 1548415750, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1182, 1548415792, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1183, 1548415850, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1184, 1548416211, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1185, 1548416477, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1186, 1548417069, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1187, 1548417121, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1188, 1548418264, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1189, 1548418419, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1190, 1548418488, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1191, 1548418673, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1192, 1548419358, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1193, 1548419491, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1194, 1548420056, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1195, 1548420566, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 607.50, 'free', 0.00, 0.00, 1),
(1196, 1548648092, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1197, 1548649189, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1198, 1548649405, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1199, 1548649686, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1200, 1548649876, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1201, 1548650123, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1202, 1548651349, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1203, 1548651982, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1204, 1548652202, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1205, 1548652395, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1206, 1548652726, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1207, 1548653687, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1208, 1548654419, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1209, 1548654564, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1210, 1548656011, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1211, 1548656246, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1212, 1548656386, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1213, 1548657222, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1214, 1548657633, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1215, 1548658232, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1216, 1548658426, 585, '9788171773374', 'Hardcover', 'Protection of Plant Varieties & Farmers\' Rights', 0.00, 711.00, 'free', 0.00, 0.00, 1),
(1217, 1548737858, 601, 'test100000000', 'Hardcover', 'test1000', 0.00, 1.00, 'free', 0.00, 0.00, 1),
(1218, 1548738998, 601, 'test100000000', 'Hardcover', 'test1000', 0.00, 1.00, 'free', 0.00, 0.00, 1),
(1219, 1548751599, 603, '9788171773466', 'Hardcover', 'Forensic Evidence', 0.00, 652.50, 'free', 0.00, 0.00, 1),
(1220, 1548751747, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(1221, 1549722226, 603, '9788171773466', 'Hardcover', 'Forensic Evidence', 0.00, 652.50, 'free', 0.00, 0.00, 1),
(1222, 1555130934, 603, '9788171773466', 'Hardcover', 'Forensic Evidence', 0.00, 652.50, 'free', 0.00, 0.00, 1),
(1223, 1556186493, 242, '9788171773459', 'Hardcover', 'Mitra\'s Civil Reference', 0.00, 2565.00, 'free', 0.00, 0.00, 1),
(1224, 1561425475, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(1225, 1561425475, 304, '9788171771974', 'Hardcover', 'Laws of Marriage and Divorce', 0.00, 833.00, 'free', 0.00, 0.00, 1),
(1226, 1561426129, 297, '9788171772735', 'Hardcover', 'Hindu Succession Act, 1956', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(1227, 1561426129, 304, '9788171771974', 'Hardcover', 'Laws of Marriage and Divorce', 0.00, 833.00, 'free', 0.00, 0.00, 1),
(1228, 1562847143, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(1229, 1562847143, 349, '8171771211', 'Hardcover', 'The Changing Law of Nations', 0.00, 267.75, 'free', 0.00, 0.00, 1),
(1230, 1569932749, 320, '9788171772032', 'Hardcover', 'The West Bengal Premises Tenancy Act, 1997', 0.00, 743.75, 'free', 0.00, 0.00, 1),
(1231, 1572514016, 576, '9788171773282', 'Hardcover', 'The Land Surveying', 0.00, 585.00, 'free', 0.00, 0.00, 1),
(1232, 1572514016, 280, '9788171773084', 'Hardcover', 'Goyle\'s Law of Easements & Licences', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(1233, 1572514016, 584, '9788171773367', 'Hardcover', 'Wills â€” Law and Practice', 0.00, 787.50, 'free', 0.00, 0.00, 1),
(1234, 1572514016, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(1235, 1572535250, 576, '9788171773282', 'Hardcover', 'The Land Surveying', 0.00, 585.00, 'free', 0.00, 0.00, 1),
(1236, 1572535250, 584, '9788171773367', 'Hardcover', 'Wills â€” Law and Practice', 0.00, 787.50, 'free', 0.00, 0.00, 1),
(1237, 1572535250, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(1238, 1582220498, 606, '97881773558', 'Hardcover', 'Sahoj Kothay Jomi Joripâ€”Niyam, Paddhyoti O Prayog', 0.00, 495.00, 'free', 0.00, 0.00, 1),
(1239, 1582220498, 335, '9788171772650', 'Hardcover', 'B.B. Mitra\'s The Indian Succession Act', 0.00, 1100.75, 'free', 0.00, 0.00, 1),
(1240, 1582220498, 586, '9788171773381', 'Hardcover', 'The Indian Penal Code - A Critical Commentary', 0.00, 595.00, 'free', 0.00, 0.00, 1),
(1241, 1582220498, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1530.00, 'free', 0.00, 0.00, 1),
(1242, 1583141316, 241, '9788171772513', 'Hardcover', 'Maintenance - Law & Practice', 0.00, 918.00, 'free', 0.00, 0.00, 1),
(1243, 1583160302, 230, '9788171772858', 'Hardcover', 'B.B. Mitra\'s Limitation Act', 0.00, 1572.50, 'free', 0.00, 0.00, 1),
(1244, 1583160907, 230, '9788171772858', 'Hardcover', 'B.B. Mitra\'s Limitation Act', 0.00, 1572.50, 'free', 0.00, 0.00, 1),
(1245, 1583767699, 294, '9788171772360', 'Hardcover', 'S.C. Ghosh on Principles & Forms of Pleading', 0.00, 1147.50, 'free', 0.00, 0.00, 1),
(1246, 1584193415, 280, '9788171773084', 'Hardcover', 'Goyle\'s Law of Easements & Licences', 0.00, 590.75, 'free', 0.00, 0.00, 1),
(1247, 1584857016, 276, '9788171773039', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 977.50, 'exp', 95.00, 95.00, 1),
(1248, 1585642829, 606, '97881773558', 'Hardcover', 'Sahoj Kothay Jomi Joripâ€”Niyam, Paddhyoti O Prayog', 0.00, 495.00, 'free', 0.00, 0.00, 1),
(1249, 1585979628, 570, '9788171773176', 'Hardcover', 'The Law of Geographical Indications ', 0.00, 722.50, 'free', 0.00, 0.00, 1),
(1250, 1586882447, 304, '9788171771974', 'Hardcover', 'Laws of Marriage and Divorce', 0.00, 833.00, 'free', 0.00, 0.00, 1),
(1251, 1587199757, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(1252, 1587203452, 299, ' 9788171772926', 'Paperback', 'The Intellectual Property Rights & Competition Law', 0.00, 280.00, 'free', 0.00, 0.00, 1),
(1253, 1588524727, 309, '9788171773213', 'Paperback', 'Intellectual Property Law', 0.00, 490.50, 'free', 0.00, 0.00, 1),
(1254, 1589441889, 233, '9788171773527', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 1007.40, 'free', 0.00, 0.00, 1),
(1255, 1589442265, 233, '9788171773527', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 1007.40, 'free', 0.00, 0.00, 1),
(1256, 1589442941, 233, '9788171773527', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 1007.40, 'free', 0.00, 0.00, 1),
(1257, 1589444403, 233, '9788171773527', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 1007.40, 'free', 0.00, 0.00, 1),
(1258, 1589536908, 576, '9788171773282', 'Hardcover', 'The Land Surveying', 0.00, 585.00, 'free', 0.00, 0.00, 1),
(1259, 1589537356, 576, '9788171773282', 'Hardcover', 'The Land Surveying', 0.00, 585.00, 'free', 0.00, 0.00, 1),
(1260, 1589785721, 547, '9789384746865', 'Hardcover', 'Jethmalani & Chopra The Law of Evidence', 0.00, 3187.50, 'free', 0.00, 0.00, 1),
(1261, 1589837966, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 535.50, 'free', 0.00, 0.00, 1),
(1262, 1590729066, 390, ' 9789351454458', 'Paperback', 'Administrative Law', 0.00, 463.25, 'free', 0.00, 0.00, 1),
(1263, 1590847115, 588, '9780198734789', 'Hardcover', 'Anson\'s Law of Contract', 0.00, 3396.80, 'free', 0.00, 0.00, 1),
(1264, 1591285186, 335, '9788171772650', 'Hardcover', 'B.B. Mitra\'s The Indian Succession Act', 0.00, 1100.75, 'exp', 95.00, 95.00, 1),
(1265, 1591294010, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 701.25, 'free', 0.00, 0.00, 1),
(1266, 1591327250, 274, '9788171773220', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 645.00, 'free', 0.00, 0.00, 1),
(1267, 1591432754, 309, '9788171773213', 'Paperback', 'Intellectual Property Law', 0.00, 490.50, 'free', 0.00, 0.00, 1),
(1268, 1591720610, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1269, 1591959842, 294, '9788171772360', 'Hardcover', 'S.C. Ghosh on Principles & Forms of Pleading', 0.00, 1190.00, 'exp', 95.00, 95.00, 1),
(1270, 1591962707, 285, '9788171772766', 'Hardcover', 'M.N. Das\' Laws Relating to Partition', 0.00, 1590.00, 'exp', 95.00, 95.00, 1),
(1271, 1592016456, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'exp', 95.00, 95.00, 1),
(1272, 1592617515, 314, '9788171773411', 'Hardcover', 'Law of Copyright and Industrial Designs', 0.00, 1745.00, 'free', 0.00, 0.00, 1),
(1273, 1592617515, 316, '9788171773404', 'Hardcover', 'Patent Law', 0.00, 1545.00, 'free', 0.00, 0.00, 1),
(1274, 1592617515, 570, '9788171773176', 'Hardcover', 'The Law of Geographical Indications ', 0.00, 765.00, 'free', 0.00, 0.00, 1),
(1275, 1592625319, 547, '9789384746865', 'Hardcover', 'Jethmalani & Chopra The Law of Evidence', 0.00, 3187.50, 'free', 0.00, 0.00, 1),
(1276, 1593177872, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1150.00, 'free', 0.00, 0.00, 1),
(1277, 1593651491, 530, '9789350356166', 'Hardcover', 'Law of Specific Relief (Tagore Law Lectures)', 0.00, 1487.50, 'free', 0.00, 0.00, 1),
(1278, 1594039394, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1279, 1594113547, 274, '9788171773503', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 645.00, 'free', 0.00, 0.00, 1),
(1280, 1594302605, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1281, 1594536898, 467, '9788171773497', 'Hardcover', 'Majumder\'s Plaints', 0.00, 1161.00, 'free', 0.00, 0.00, 1),
(1282, 1594793485, 446, '9788171773336', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 950.00, 'free', 0.00, 0.00, 1),
(1283, 1594806264, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 470.00, 'free', 0.00, 0.00, 1),
(1284, 1594806264, 314, '9788171773411', 'Hardcover', 'Law of Copyright and Industrial Designs', 0.00, 1745.00, 'free', 0.00, 0.00, 1),
(1285, 1594806460, 372, '9788171772346', 'Hardcover', 'Valuation of Intellectual Property Assets', 0.00, 470.00, 'free', 0.00, 0.00, 1),
(1286, 1594806460, 314, '9788171773411', 'Hardcover', 'Law of Copyright and Industrial Designs', 0.00, 1745.00, 'free', 0.00, 0.00, 1),
(1287, 1594964998, 319, '9788171772278', 'Hardcover', 'The West Bengal Land & Land Reforms Manual, 1991', 0.00, 330.00, 'free', 0.00, 0.00, 1),
(1288, 1594965639, 319, '9788171772278', 'Hardcover', 'The West Bengal Land & Land Reforms Manual, 1991', 0.00, 330.00, 'free', 0.00, 0.00, 1),
(1289, 1594965932, 319, '9788171772278', 'Hardcover', 'The West Bengal Land & Land Reforms Manual, 1991', 0.00, 330.00, 'free', 0.00, 0.00, 1),
(1290, 1594966002, 319, '9788171772278', 'Hardcover', 'The West Bengal Land & Land Reforms Manual, 1991', 0.00, 330.00, 'free', 0.00, 0.00, 1),
(1291, 1596366245, 584, '9788171773367', 'Hardcover', 'Wills â€” Law and Practice', 0.00, 788.00, 'free', 0.00, 0.00, 1),
(1292, 1596366245, 335, '9788171773572', 'Hardcover', 'B.B. Mitra\'s The Indian Succession Act', 0.00, 1305.00, 'free', 0.00, 0.00, 1),
(1293, 1596444627, 298, '9788171773107', 'Hardcover', 'B.K Mukherjea\'s The Hindu Law of Religious & Charitable Trusts', 0.00, 1165.00, 'free', 0.00, 0.00, 1),
(1294, 1596448658, 615, '9788189639204', 'Hardcover', 'Law & Practice on Minimum Wages', 0.00, 1060.00, 'free', 0.00, 0.00, 1),
(1295, 1596470720, 348, ' 8171771769', 'Hardcover', 'Supreme Court on Foreign Decisions & Authorities ', 0.00, 700.00, 'free', 0.00, 0.00, 1),
(1296, 1596470720, 542, '9788171772384', 'Paperback', 'Adoption of Foreign Doctrines by the Supreme Court', 0.00, 501.50, 'free', 0.00, 0.00, 1),
(1297, 1596617687, 243, '9788171773442', 'Paperback', 'Competition Law in India', 0.00, 805.00, 'exp', 65.00, 65.00, 1),
(1298, 1596731401, 337, '8171771556', 'Hardcover', 'Laws on Public Service', 0.00, 408.00, 'exp', 65.00, 65.00, 1),
(1299, 1596733007, 337, '8171771556', 'Hardcover', 'Laws on Public Service', 0.00, 408.00, 'exp', 65.00, 65.00, 1),
(1300, 1596802178, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1301, 1597003731, 338, '9788171772551', 'Hardcover', 'Service Disputes ', 0.00, 1000.00, 'exp', 95.00, 95.00, 1),
(1302, 1597337591, 276, '9788171773251', 'Hardcover', 'Mogha\'s Law of Pleadings in India with Precedents', 0.00, 1035.00, 'free', 0.00, 0.00, 1),
(1303, 1597423709, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1620.00, 'free', 0.00, 0.00, 1),
(1304, 1597907247, 261, '9788171773596', 'Hardcover', 'Goyle\'s Law of Specific Performance', 0.00, 1518.00, 'free', 0.00, 0.00, 1),
(1305, 1598558039, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1306, 1598650511, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1307, 1598953451, 316, '9788171773404', 'Hardcover', 'Patent Law', 0.00, 1545.00, 'free', 0.00, 0.00, 1),
(1308, 1598978529, 314, '9788171773411', 'Hardcover', 'Law of Copyright and Industrial Designs', 0.00, 1745.00, 'exp', 90.00, 90.00, 1),
(1309, 1599152129, 319, '9788171772278', 'Hardcover', 'The West Bengal Land & Land Reforms Manual, 1991', 0.00, 330.00, 'free', 0.00, 0.00, 1),
(1310, 1599213759, 547, '9789384746865', 'Hardcover', 'Jethmalani & Chopra The Law of Evidence', 0.00, 3187.50, 'free', 0.00, 0.00, 1),
(1311, 1599493023, 274, '9788171773503', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 645.00, 'free', 0.00, 0.00, 1),
(1312, 1599494475, 422, '9780198097273', 'Paperback', 'COMPETITION LAW IN INDIA', 0.00, 675.00, 'exp', 65.00, 65.00, 1),
(1313, 1599832880, 320, '9788171772032', 'Hardcover', 'The West Bengal Premises Tenancy Act, 1997', 0.00, 775.00, 'free', 0.00, 0.00, 1),
(1314, 1600848107, 316, '9788171773404', 'Hardcover', 'Patent Law', 0.00, 1545.00, 'exp', 90.00, 90.00, 1),
(1315, 1600848107, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'exp', 65.00, 65.00, 1),
(1316, 1601139588, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1317, 1601140162, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1318, 1601620185, 280, '9788171773084', 'Hardcover', 'Goyle\'s Law of Easements & Licences', 0.00, 625.00, 'free', 0.00, 0.00, 1),
(1319, 1601638201, 274, '9788171773503', 'Hardcover', 'DeSouza\'s Forms & Precedents of Conveyancing ', 0.00, 645.00, 'free', 0.00, 0.00, 1),
(1320, 1601744726, 603, '9788171773466', 'Hardcover', 'Forensic Evidence', 0.00, 653.00, 'free', 0.00, 0.00, 1),
(1321, 1601885314, 603, '9788171773466', 'Hardcover', 'Forensic Evidence', 0.00, 653.00, 'free', 0.00, 0.00, 1),
(1322, 1601886231, 273, '9788171773091', 'Hardcover', 'Scientific Expert Evidence', 0.00, 620.00, 'free', 0.00, 0.00, 1),
(1323, 1602191330, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1324, 1602313121, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1325, 1602478381, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1326, 1602479480, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1327, 1603019352, 338, '9788171772551', 'Hardcover', 'Service Disputes ', 0.00, 1000.00, 'free', 0.00, 0.00, 1),
(1328, 1603083230, 338, '9788171772551', 'Hardcover', 'Service Disputes ', 0.00, 1000.00, 'free', 0.00, 0.00, 1),
(1329, 1603335100, 592, '9789387487147', 'Paperback', 'Law of Arbitration and Conciliation', 0.00, 530.00, 'free', 0.00, 0.00, 1),
(1330, 1603559970, 338, '9788171772551', 'Hardcover', 'Service Disputes ', 0.00, 1000.00, 'free', 0.00, 0.00, 1),
(1331, 1603559970, 337, '8171771556', 'Hardcover', 'Laws on Public Service', 0.00, 408.00, 'free', 0.00, 0.00, 1),
(1332, 1603559970, 517, '8171771548', 'Hardcover', 'K.P Chakravarti\'s Words & Phrases Under the Constitution', 0.00, 552.50, 'free', 0.00, 0.00, 1),
(1333, 1603559970, 308, '9788171773435', 'Hardcover', 'Dialectics & Dynamics of Human Rights in India (Tagore Law Lectures)', 0.00, 625.00, 'free', 0.00, 0.00, 2),
(1334, 1603559970, 256, '8171771580', 'Hardcover', 'Fundamental Rights ', 0.00, 620.00, 'free', 0.00, 0.00, 1),
(1335, 1603597587, 606, '97881773558', 'Hardcover', 'Sahoj Kothay Jomi Joripâ€”Niyam, Paddhyoti O Prayog', 0.00, 475.00, 'free', 0.00, 0.00, 1),
(1336, 1603597587, 446, '9788171773336', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 950.00, 'free', 0.00, 0.00, 1),
(1337, 1603597587, 319, '9788171772278', 'Hardcover', 'The West Bengal Land & Land Reforms Manual, 1991', 0.00, 330.00, 'free', 0.00, 0.00, 1),
(1338, 1603597587, 447, '9788171773343', 'Paperback', 'A Handbook of the W.B Land Reforms Act', 0.00, 530.00, 'free', 0.00, 0.00, 2),
(1339, 1603636327, 337, '8171771556', 'Hardcover', 'Laws on Public Service', 0.00, 408.00, 'free', 0.00, 0.00, 1),
(1340, 1603636327, 338, '9788171772551', 'Hardcover', 'Service Disputes ', 0.00, 1000.00, 'free', 0.00, 0.00, 1),
(1341, 1604660001, 606, '97881773558', 'Hardcover', 'Sahoj Kothay Jomi Joripâ€”Niyam, Paddhyoti O Prayog', 0.00, 475.00, 'free', 0.00, 0.00, 1),
(1342, 1605629023, 377, '9789350281802', 'Hardcover', 'Neither Roses Nor Thorns', 0.00, 445.50, 'free', 0.00, 0.00, 1),
(1343, 1605677805, 328, '9788171772049', 'Hardcover', 'The Law of Wakfs', 0.00, 570.00, 'free', 0.00, 0.00, 1),
(1344, 1606053466, 285, '9788171773565', 'Hardcover', 'M.N. Das\' Laws Relating to Partition', 0.00, 1590.00, 'free', 0.00, 0.00, 1),
(1345, 1606054293, 467, '9788171773497', 'Hardcover', 'Majumder\'s Plaints', 0.00, 1161.00, 'free', 0.00, 0.00, 1),
(1346, 1606212239, 329, '9788171773473', 'Hardcover', 'Goyle\'s The Law of Trusts', 0.00, 1350.00, 'free', 0.00, 0.00, 1),
(1347, 1606212239, 335, '9788171773572', 'Hardcover', 'B.B. Mitra\'s The Indian Succession Act', 0.00, 1305.00, 'free', 0.00, 0.00, 1),
(1348, 1606212400, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1349, 1606374904, 467, '9788171773497', 'Hardcover', 'Majumder\'s Plaints', 0.00, 1161.00, 'free', 0.00, 0.00, 1),
(1350, 1606381797, 467, '9788171773497', 'Hardcover', 'Majumder\'s Plaints', 0.00, 1161.00, 'free', 0.00, 0.00, 1),
(1351, 1606415570, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1352, 1606504424, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1353, 1606504670, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1354, 1606504885, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1355, 1606505261, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1356, 1606505389, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1357, 1606574874, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1358, 1607173714, 570, '9788171773176', 'Hardcover', 'The Law of Geographical Indications ', 0.00, 765.00, 'free', 0.00, 0.00, 1),
(1359, 1607174318, 570, '9788171773176', 'Hardcover', 'The Law of Geographical Indications ', 0.00, 765.00, 'free', 0.00, 0.00, 1),
(1360, 1607620261, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1361, 1607620261, 570, '9788171773176', 'Hardcover', 'The Law of Geographical Indications ', 0.00, 765.00, 'free', 0.00, 0.00, 1),
(1362, 1607881104, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1363, 1608828038, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1364, 1608977500, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1365, 1610075182, 307, '8171771343', 'Paperback', 'The Perils to Justice', 0.00, 340.00, 'free', 0.00, 0.00, 1),
(1366, 1610075975, 307, '8171771343', 'Paperback', 'The Perils to Justice', 0.00, 340.00, 'free', 0.00, 0.00, 1),
(1367, 1610252211, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1368, 1610565988, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1369, 1612098725, 315, '9788171773206', 'Hardcover', 'Law of Trade Marks & Passing off', 0.00, 1795.00, 'free', 0.00, 0.00, 1),
(1370, 1612204695, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(1371, 1612205195, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(1372, 1612239436, 443, '9789350280225', 'Paperback', 'Laws of Banking & Negotiable Instruments ', 0.00, 435.60, 'free', 0.00, 0.00, 1),
(1373, 1612250065, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(1374, 1613665197, 341, '9788171773145', 'Hardcover', 'Bhaumik on The Railways Act, 1989, ', 0.00, 1305.00, 'free', 0.00, 0.00, 1),
(1375, 1614309598, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1376, 1614591505, 569, '9788171773152', 'Hardcover', 'A.M. Bhattacharjee\'s Matrimonial Laws and the Constitution', 0.00, 805.00, 'exp', 65.00, 65.00, 1),
(1377, 1614591815, 569, '9788171773152', 'Hardcover', 'A.M. Bhattacharjee\'s Matrimonial Laws and the Constitution', 0.00, 805.00, 'exp', 65.00, 65.00, 1),
(1378, 1614592158, 569, '9788171773152', 'Hardcover', 'A.M. Bhattacharjee\'s Matrimonial Laws and the Constitution', 0.00, 805.00, 'exp', 65.00, 65.00, 1),
(1379, 1615191499, 329, '9788171773473', 'Hardcover', 'Goyle\'s The Law of Trusts', 0.00, 1350.00, 'free', 0.00, 0.00, 1),
(1380, 1615726339, 517, '8171771548', 'Hardcover', 'K.P Chakravarti\'s Words & Phrases Under the Constitution', 0.00, 552.50, 'free', 0.00, 0.00, 1),
(1381, 1616328146, 582, '9788171773589', 'Paperback', 'Mitra\'s Legal & Commercial Dictionary', 0.00, 603.00, 'free', 0.00, 0.00, 1),
(1382, 1618214967, 285, '9788171773565', 'Hardcover', 'M.N. Das\' Laws Relating to Partition', 0.00, 1590.00, 'exp', 95.00, 95.00, 1),
(1383, 1618214967, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1150.00, 'exp', 95.00, 95.00, 1),
(1384, 1618215225, 285, '9788171773565', 'Hardcover', 'M.N. Das\' Laws Relating to Partition', 0.00, 1590.00, 'exp', 95.00, 95.00, 1),
(1385, 1618215225, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1150.00, 'exp', 95.00, 95.00, 1),
(1386, 1618215488, 285, '9788171773565', 'Hardcover', 'M.N. Das\' Laws Relating to Partition', 0.00, 1590.00, 'exp', 95.00, 95.00, 1),
(1387, 1618215488, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1150.00, 'exp', 95.00, 95.00, 1),
(1388, 1618802226, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1389, 1618925165, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 2425.50, 'free', 0.00, 0.00, 1),
(1390, 1619187891, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 2425.50, 'free', 0.00, 0.00, 1),
(1391, 1619429723, 291, '8171770541', 'Hardcover', 'Rule of Law & Vicarious Liability of Government', 0.00, 280.00, 'exp', 65.00, 65.00, 1),
(1392, 1619762812, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 2425.50, 'free', 0.00, 0.00, 1),
(1393, 1620403431, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 2425.50, 'free', 0.00, 0.00, 1),
(1394, 1620862417, 240, '9788171773534', 'Hardcover', 'Law of Maintenance in India', 0.00, 455.00, 'free', 0.00, 0.00, 1),
(1395, 1620862417, 233, '9788171773527', 'Hardcover', 'Alternative Dispute Resolution ', 0.00, 1010.00, 'free', 0.00, 0.00, 1),
(1396, 1621087804, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1397, 1621173979, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1398, 1621661464, 308, '9788171773435', 'Hardcover', 'Dialectics & Dynamics of Human Rights in India (Tagore Law Lectures)', 0.00, 625.00, 'free', 0.00, 0.00, 1),
(1399, 1621677329, 298, '9788171773107', 'Hardcover', 'B.K Mukherjea\'s The Hindu Law of Religious & Charitable Trusts', 0.00, 1165.00, 'free', 0.00, 0.00, 1),
(1400, 1621774068, 258, '9788171773640', 'Hardcover', 'The Law of Ultra Vires', 0.00, 1025.00, 'free', 0.00, 0.00, 1),
(1401, 1621859889, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1305.00, 'free', 0.00, 0.00, 1),
(1402, 1621866792, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1305.00, 'free', 0.00, 0.00, 1),
(1403, 1621869010, 603, '9788171773466', 'Hardcover', 'Forensic Evidence', 0.00, 653.00, 'free', 0.00, 0.00, 1),
(1404, 1621869010, 237, '9788171772964', 'Hardcover', 'Sexual Violence against Women with Special Reference to Rape', 0.00, 365.00, 'free', 0.00, 0.00, 1),
(1405, 1621946519, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 610.00, 'free', 0.00, 0.00, 1),
(1406, 1622207404, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1407, 1622555369, 337, '8171771556', 'Hardcover', 'Laws on Public Service', 0.00, 408.00, 'free', 0.00, 0.00, 1),
(1408, 1622703041, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(1409, 1622703956, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(1410, 1623000310, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 2425.50, 'free', 0.00, 0.00, 1),
(1411, 1624107949, 316, '9788171773404', 'Hardcover', 'Patent Law', 0.00, 1545.00, 'free', 0.00, 0.00, 1),
(1412, 1624108237, 316, '9788171773404', 'Hardcover', 'Patent Law', 0.00, 1545.00, 'free', 0.00, 0.00, 1),
(1413, 1624339797, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1414, 1624446696, 316, '9788171773404', 'Hardcover', 'Patent Law', 0.00, 1545.00, 'exp', 90.00, 90.00, 1),
(1415, 1624559582, 336, '9788171772247', 'Hardcover', 'K.P. Chakravarti\'s Domestic Enquiry & Punishment', 0.00, 670.00, 'free', 0.00, 0.00, 1),
(1416, 1624889932, 568, '9788171773169', 'Hardcover', 'The Indian Penal Code', 0.00, 780.00, 'free', 0.00, 0.00, 1),
(1417, 1625218378, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1418, 1625224985, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1419, 1625392950, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1420, 1627307721, 320, '9788171772032', 'Hardcover', 'The West Bengal Premises Tenancy Act, 1997', 0.00, 775.00, 'free', 0.00, 0.00, 1),
(1421, 1627735825, 467, '9788171773497', 'Hardcover', 'Majumder\'s Plaints', 0.00, 1161.00, 'free', 0.00, 0.00, 1),
(1422, 1628227811, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1423, 1628353645, 320, '9788171772032', 'Hardcover', 'The West Bengal Premises Tenancy Act, 1997', 0.00, 775.00, 'free', 0.00, 0.00, 1),
(1424, 1628484439, 298, '9788171773107', 'Hardcover', 'B.K Mukherjea\'s The Hindu Law of Religious & Charitable Trusts', 0.00, 1165.00, 'free', 0.00, 0.00, 1),
(1425, 1628598013, 341, '9788171773145', 'Hardcover', 'Bhaumik on The Railways Act, 1989, ', 0.00, 1305.00, 'free', 0.00, 0.00, 1),
(1426, 1629539287, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1427, 1629556703, 271, '9788171772070', 'Hardcover', 'Law of Evidence', 0.00, 840.00, 'free', 0.00, 0.00, 1),
(1428, 1629557629, 271, '9788171772070', 'Hardcover', 'Law of Evidence', 0.00, 840.00, 'free', 0.00, 0.00, 1),
(1429, 1629557629, 295, '9788171772391', 'Paperback', 'Family Law in India', 0.00, 315.00, 'free', 0.00, 0.00, 1),
(1430, 1629558634, 271, '9788171772070', 'Hardcover', 'Law of Evidence', 0.00, 840.00, 'free', 0.00, 0.00, 1),
(1431, 1630079426, 337, '8171771556', 'Hardcover', 'Laws on Public Service', 0.00, 408.00, 'free', 0.00, 0.00, 1),
(1432, 1630087764, 446, '9788171773336', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 950.00, 'free', 0.00, 0.00, 1),
(1433, 1630202165, 238, '9788171772872', 'Hardcover', 'Bail Law & Practice', 0.00, 1305.00, 'free', 0.00, 0.00, 1),
(1434, 1630646668, 530, '9789350356166', 'Hardcover', 'Law of Specific Relief (Tagore Law Lectures)', 0.00, 1487.50, 'free', 0.00, 0.00, 1),
(1435, 1630651905, 315, '9788171773206', 'Hardcover', 'Law of Trade Marks & Passing off', 0.00, 1795.00, 'free', 0.00, 0.00, 1),
(1436, 1630660493, 306, '8171771351', 'Paperback', 'Whither Laws & Justice', 0.00, 212.50, 'free', 0.00, 0.00, 1),
(1437, 1630747754, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1438, 1631684780, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1439, 1631721919, 240, '9788171773534', 'Hardcover', 'Law of Maintenance in India', 0.00, 455.00, 'free', 0.00, 0.00, 1),
(1440, 1631861845, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1441, 1632757107, 272, '9788171772421', 'Paperback', 'Law of Evidence ', 0.00, 306.00, 'free', 0.00, 0.00, 1),
(1442, 1633145197, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 2425.50, 'free', 0.00, 0.00, 1),
(1443, 1633570289, 467, '9788171773497', 'Hardcover', 'Majumder\'s Plaints', 0.00, 1161.00, 'free', 0.00, 0.00, 1),
(1444, 1633570737, 467, '9788171773497', 'Hardcover', 'Majumder\'s Plaints', 0.00, 1161.00, 'free', 0.00, 0.00, 1),
(1445, 1633570872, 467, '9788171773497', 'Hardcover', 'Majumder\'s Plaints', 0.00, 1161.00, 'free', 0.00, 0.00, 1),
(1446, 1633593535, 320, '9788171772032', 'Hardcover', 'The West Bengal Premises Tenancy Act, 1997', 0.00, 775.00, 'free', 0.00, 0.00, 1),
(1447, 1633593722, 604, '9788171773480', 'Hardcover', 'A.N. Saha\'s The West Bengal Land Reforms Act, 1955', 0.00, 1125.00, 'free', 0.00, 0.00, 1),
(1448, 1633872749, 616, '9788171773633', 'Hardcover', 'Law of Medical Negligence and Compensation', 0.00, 1280.00, 'free', 0.00, 0.00, 1),
(1449, 1633873087, 616, '9788171773633', 'Hardcover', 'Law of Medical Negligence and Compensation', 0.00, 1280.00, 'free', 0.00, 0.00, 1),
(1450, 1633961614, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1451, 1634303540, 308, '9788171773435', 'Hardcover', 'Dialectics & Dynamics of Human Rights in India (Tagore Law Lectures)', 0.00, 625.00, 'free', 0.00, 0.00, 1),
(1452, 1634305592, 236, '9788171773619', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2785.50, 'free', 0.00, 0.00, 1),
(1453, 1634305592, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 2425.50, 'free', 0.00, 0.00, 1),
(1454, 1634305651, 236, '9788171773619', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2785.50, 'free', 0.00, 0.00, 1),
(1455, 1634305651, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 2425.50, 'free', 0.00, 0.00, 1),
(1456, 1634308655, 236, '9788171773619', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2785.50, 'free', 0.00, 0.00, 1),
(1457, 1634308655, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 2425.50, 'free', 0.00, 0.00, 1),
(1458, 1634368450, 576, '9788171773541', 'Hardcover', 'The Land Surveying', 0.00, 675.00, 'free', 0.00, 0.00, 1),
(1459, 1634479865, 236, '9788171773619', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2785.50, 'free', 0.00, 0.00, 1),
(1460, 1634479865, 269, '9788171772995', 'Hardcover', 'Ganguly\'s Criminal Court Practice & Procedure', 0.00, 2425.50, 'free', 0.00, 0.00, 1),
(1461, 1634896430, 262, '9788171772186', 'Paperback', 'Law of Contract', 0.00, 295.00, 'free', 0.00, 0.00, 1),
(1462, 1635072296, 261, '9788171773596', 'Hardcover', 'Goyle\'s Law of Specific Performance', 0.00, 1518.00, 'free', 0.00, 0.00, 1),
(1463, 1635345175, 298, '9788171773107', 'Hardcover', 'B.K Mukherjea\'s The Hindu Law of Religious & Charitable Trusts', 0.00, 1165.00, 'exp', 90.00, 90.00, 1),
(1464, 1636301758, 336, '9788171772247', 'Hardcover', 'K.P. Chakravarti\'s Domestic Enquiry & Punishment', 0.00, 670.00, 'free', 0.00, 0.00, 1),
(1465, 1636522433, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1466, 1637584419, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'free', 0.00, 0.00, 1),
(1467, 1638875761, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1468, 1639199256, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1469, 1639199421, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1470, 1639199678, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 745.00, 'free', 0.00, 0.00, 1),
(1471, 1639837260, 446, '9788171773336', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 950.00, 'free', 0.00, 0.00, 1),
(1472, 1640194654, 530, '9789350356166', 'Hardcover', 'Law of Specific Relief (Tagore Law Lectures)', 0.00, 1487.50, 'free', 0.00, 0.00, 1),
(1473, 1641102798, 264, '9788171772865', 'Hardcover', 'A.N. Saha\'s Criminal Reference', 0.00, 1620.00, 'free', 0.00, 0.00, 1),
(1474, 1641102798, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1150.00, 'free', 0.00, 0.00, 1),
(1475, 1641102798, 315, '9788171773206', 'Hardcover', 'Law of Trade Marks & Passing off', 0.00, 1795.00, 'free', 0.00, 0.00, 1),
(1476, 1641102798, 586, '9788171773381', 'Paperback', 'The Indian Penal Code - A Critical Commentary', 0.00, 530.00, 'free', 0.00, 0.00, 1),
(1477, 1641308416, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1478, 1641916630, 447, '9788171773343', 'Paperback', 'A Handbook of the W.B Land Reforms Act', 0.00, 530.00, 'free', 0.00, 0.00, 1),
(1479, 1642361978, 310, '9788171773114', 'Hardcover', 'Mitra\'s Co-ownership and Partition', 0.00, 1150.00, 'free', 0.00, 0.00, 1),
(1480, 1642361978, 236, '9788171773619', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 2785.50, 'free', 0.00, 0.00, 1),
(1481, 1642921534, 275, ' 9788171773060', 'Hardcover', 'Mogha\'s Indian Conveyancer', 0.00, 1150.00, 'free', 0.00, 0.00, 1),
(1482, 1643309332, 530, '9789350356166', 'Hardcover', 'Law of Specific Relief (Tagore Law Lectures)', 0.00, 1487.50, 'free', 0.00, 0.00, 1),
(1483, 1643663037, 530, '9789350356166', 'Hardcover', 'Law of Specific Relief (Tagore Law Lectures)', 0.00, 1487.50, 'free', 0.00, 0.00, 1),
(1484, 1643710315, 298, '9788171773107', 'Hardcover', 'B.K Mukherjea\'s The Hindu Law of Religious & Charitable Trusts', 0.00, 1165.00, 'exp', 90.00, 90.00, 1),
(1485, 1644394678, 583, '9788171773299', 'Hardcover', 'A.M. Bhattacharjee\'s Hindu Law and the Constitution', 0.00, 985.00, 'free', 0.00, 0.00, 1),
(1486, 1644461232, 346, '9788171772117', 'Hardcover', 'Judicial Reflections of Justice Bhagwati', 0.00, 990.00, 'free', 0.00, 0.00, 1),
(1487, 1644683036, 606, '97881773558', 'Hardcover', 'Sahoj Kothay Jomi Joripâ€”Niyam, Paddhyoti O Prayog', 0.00, 475.00, 'free', 0.00, 0.00, 1),
(1488, 1645101503, 467, '9788171773497', 'Hardcover', 'Majumder\'s Plaints', 0.00, 1161.00, 'free', 0.00, 0.00, 1),
(1489, 1645200143, 446, '9788171773336', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 950.00, 'free', 0.00, 0.00, 1),
(1490, 1645286530, 298, '9788171773107', 'Hardcover', 'B.K Mukherjea\'s The Hindu Law of Religious & Charitable Trusts', 0.00, 1165.00, 'free', 0.00, 0.00, 1),
(1491, 1646394507, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 1),
(1492, 1646394525, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 1),
(1493, 1646590797, 606, '97881773558', 'Hardcover', 'Sahoj Kothay Jomi Joripâ€”Niyam, Paddhyoti O Prayog', 0.00, 475.00, 'free', 0.00, 0.00, 1),
(1494, 1646638743, 466, '9788171773701', 'Hardcover', 'Majumder\'s Laws Relating to Notices', 0.00, 1125.00, 'free', 0.00, 0.00, 1),
(1495, 1646638764, 466, '9788171773701', 'Hardcover', 'Majumder\'s Laws Relating to Notices', 0.00, 1125.00, 'free', 0.00, 0.00, 1),
(1496, 1647276383, 309, '9788171773510', 'Paperback', 'Intellectual Property Law', 0.00, 555.00, 'free', 0.00, 0.00, 1),
(1497, 1647362622, 556, '9789384746001', 'Hardcover', 'Statement of Indian Law - in 2 Vols.', 0.00, 3187.50, 'free', 0.00, 0.00, 1),
(1498, 1648186416, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1499, 1648186465, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1500, 1648186481, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1501, 1648186676, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1502, 1648186711, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1503, 1648186723, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1504, 1648186741, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1505, 1648186754, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1506, 1648186985, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1507, 1648187229, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1508, 1648187252, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1509, 1648187265, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1510, 1648187270, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1511, 1648187509, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1512, 1648187538, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1513, 1648187995, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1514, 1648188281, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 2),
(1515, 1649354501, 604, '9788171773480', 'Hardcover', 'A.N. Saha\'s The West Bengal Land Reforms Act, 1955', 0.00, 1125.00, 'free', 0.00, 0.00, 1),
(1516, 1649354509, 604, '9788171773480', 'Hardcover', 'A.N. Saha\'s The West Bengal Land Reforms Act, 1955', 0.00, 1125.00, 'free', 0.00, 0.00, 1),
(1517, 1649354515, 604, '9788171773480', 'Hardcover', 'A.N. Saha\'s The West Bengal Land Reforms Act, 1955', 0.00, 1125.00, 'free', 0.00, 0.00, 1),
(1518, 1649354530, 604, '9788171773480', 'Hardcover', 'A.N. Saha\'s The West Bengal Land Reforms Act, 1955', 0.00, 1125.00, 'free', 0.00, 0.00, 1),
(1519, 1649354537, 604, '9788171773480', 'Hardcover', 'A.N. Saha\'s The West Bengal Land Reforms Act, 1955', 0.00, 1125.00, 'free', 0.00, 0.00, 1),
(1520, 1649660643, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'exp', 95.00, 95.00, 1),
(1521, 1649660749, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'exp', 95.00, 95.00, 1),
(1522, 1650796677, 526, '9789350355992', 'Hardcover', 'Constitutional Law of India', 0.00, 4245.75, 'free', 0.00, 0.00, 1),
(1523, 1651085010, 446, '9788171773336', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 950.00, 'free', 0.00, 0.00, 1),
(1524, 1651226562, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'free', 0.00, 0.00, 1),
(1525, 1651227429, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'exp', 150.00, 150.00, 1),
(1526, 1651227478, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'exp', 150.00, 150.00, 1),
(1527, 1651227486, 620, '9788171772732', 'Hardcover', 'Modern  Statutory Interpretation ', 0.00, 1125.00, 'exp', 150.00, 150.00, 1),
(1528, 1652184716, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'exp', 95.00, 95.00, 1),
(1529, 1652184731, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'exp', 95.00, 95.00, 1),
(1530, 1652184863, 239, '9788171772940', 'Hardcover', 'J.A. Parks Principles & Practice of Valuation', 0.00, 795.00, 'exp', 95.00, 95.00, 1),
(1531, 1652720413, 258, '9788171773640', 'Hardcover', 'The Law of Ultra Vires', 0.00, 1025.00, 'free', 0.00, 0.00, 1),
(1532, 1652720413, 581, '9788171773237', 'Hardcover', 'Custody Jurisprudence', 0.00, 610.00, 'free', 0.00, 0.00, 1),
(1533, 1652720413, 336, '9788171772247', 'Hardcover', 'K.P. Chakravarti\'s Domestic Enquiry & Punishment', 0.00, 670.00, 'free', 0.00, 0.00, 1),
(1534, 1652720413, 337, '8171771556', 'Hardcover', 'Laws on Public Service', 0.00, 408.00, 'free', 0.00, 0.00, 1),
(1535, 1652720413, 338, '9788171772551', 'Hardcover', 'Service Disputes ', 0.00, 1000.00, 'free', 0.00, 0.00, 1),
(1536, 1652720413, 365, '9788171773077', 'Hardcover', 'Penumbra of Natural Justice', 0.00, 1195.00, 'free', 0.00, 0.00, 1),
(1537, 1652720413, 329, '9788171773473', 'Hardcover', 'Goyle\'s The Law of Trusts', 0.00, 1350.00, 'free', 0.00, 0.00, 1),
(1538, 1652741162, 236, '9788171773688', 'Hardcover', 'Ganguly\'s Civil Court Practice & Procedure', 0.00, 3105.00, 'free', 0.00, 0.00, 1),
(1539, 1652768510, 336, '9788171772247', 'Hardcover', 'K.P. Chakravarti\'s Domestic Enquiry & Punishment', 0.00, 670.00, 'free', 0.00, 0.00, 1),
(1540, 1652768510, 337, '8171771556', 'Hardcover', 'Laws on Public Service', 0.00, 408.00, 'free', 0.00, 0.00, 1),
(1541, 1652768510, 338, '9788171772551', 'Hardcover', 'Service Disputes ', 0.00, 1000.00, 'free', 0.00, 0.00, 1),
(1542, 1652768510, 258, '9788171773640', 'Hardcover', 'The Law of Ultra Vires', 0.00, 1025.00, 'free', 0.00, 0.00, 1),
(1543, 1652768535, 336, '9788171772247', 'Hardcover', 'K.P. Chakravarti\'s Domestic Enquiry & Punishment', 0.00, 670.00, 'free', 0.00, 0.00, 1),
(1544, 1652768535, 337, '8171771556', 'Hardcover', 'Laws on Public Service', 0.00, 408.00, 'free', 0.00, 0.00, 1),
(1545, 1652768535, 338, '9788171772551', 'Hardcover', 'Service Disputes ', 0.00, 1000.00, 'free', 0.00, 0.00, 1),
(1546, 1652768535, 258, '9788171773640', 'Hardcover', 'The Law of Ultra Vires', 0.00, 1025.00, 'free', 0.00, 0.00, 1),
(1547, 1652947922, 338, '9788171772551', 'Hardcover', 'Service Disputes ', 0.00, 1000.00, 'free', 0.00, 0.00, 1),
(1548, 1652947922, 337, '8171771556', 'Hardcover', 'Laws on Public Service', 0.00, 408.00, 'free', 0.00, 0.00, 1),
(1549, 1652947922, 336, '9788171772247', 'Hardcover', 'K.P. Chakravarti\'s Domestic Enquiry & Punishment', 0.00, 670.00, 'free', 0.00, 0.00, 1),
(1550, 1652947922, 258, '9788171773640', 'Hardcover', 'The Law of Ultra Vires', 0.00, 1025.00, 'free', 0.00, 0.00, 1),
(1551, 1655137903, 309, '9788171773671', 'Paperback', 'Intellectual Property Law', 0.00, 620.00, 'exp', 65.00, 65.00, 1),
(1552, 1655137917, 309, '9788171773671', 'Paperback', 'Intellectual Property Law', 0.00, 620.00, 'exp', 65.00, 65.00, 1),
(1553, 1655137928, 309, '9788171773671', 'Paperback', 'Intellectual Property Law', 0.00, 620.00, 'exp', 65.00, 65.00, 1),
(1554, 1656594486, 446, '9788171773336', 'Hardcover', 'The West Bengal Land Reforms Act 1955', 0.00, 950.00, 'free', 0.00, 0.00, 1),
(1555, 1656931989, 315, '9788171773206', 'Hardcover', 'Law of Trade Marks & Passing off', 0.00, 1795.00, 'free', 0.00, 0.00, 1),
(1556, 1656931997, 315, '9788171773206', 'Hardcover', 'Law of Trade Marks & Passing off', 0.00, 1795.00, 'free', 0.00, 0.00, 1);

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

--
-- Table structure for table `cart`
--

CREATE TABLE `cart` (
  `Id` bigint(11) NOT NULL,
  `OrderId` varchar(255) DEFAULT NULL,
  `UserId` varchar(255) DEFAULT NULL,
  `login_ip` varchar(120) DEFAULT NULL,
  `createdAt` datetime NOT NULL DEFAULT current_timestamp(),
  `mac_id` varchar(170) DEFAULT NULL,
  `BookId` varchar(255) DEFAULT NULL,
  `AuthorId` varchar(50) DEFAULT NULL,
  `journalid` varchar(30) DEFAULT NULL,
  `journalYear` varchar(100) DEFAULT NULL,
  `Amount` decimal(10,2) NOT NULL,
  `ShippingCharges` decimal(10,2) NOT NULL DEFAULT 0.00,
  `TotalAmount` decimal(10,2) NOT NULL,
  `quantity` int(11) DEFAULT 0,
  `isDeleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>Not Deleted,1=>Deleted'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `cart`
--

INSERT INTO `cart` (`Id`, `OrderId`, `UserId`, `login_ip`, `createdAt`, `mac_id`, `BookId`, `AuthorId`, `journalid`, `journalYear`, `Amount`, `ShippingCharges`, `TotalAmount`, `quantity`, `isDeleted`) VALUES
(34, '2.01E+13', '{D8DF310C-B697-48F9-AE71-452E1E2736EB}', NULL, '2023-06-27 15:07:26', NULL, '{E1AE712F-B3BA-4DB0-B9AA-598F503A9BB6}', NULL, NULL, NULL, 52.70, 0.00, 52.70, 0, 0),
(35, '2.01E+13', '{D8DF310C-B697-48F9-AE71-452E1E2736EB}', NULL, '2023-06-27 15:07:26', NULL, '{BED111BC-04E4-4977-BDC7-38E8E9DC5DA9}', NULL, NULL, NULL, 92.00, 0.00, 92.00, 0, 0),
(36, '2.01E+13', '{06163A9C-79EE-4554-8137-1DAE08602A92}', NULL, '2023-06-27 15:07:26', NULL, '{A54AE0CC-1893-4C64-97F7-89B8396CC68D}', NULL, NULL, NULL, 297.50, 0.00, 297.50, 0, 0),
(37, '2.01E+13', '{06163A9C-79EE-4554-8137-1DAE08602A92}', NULL, '2023-06-27 15:07:26', NULL, '{BEF12600-861A-416A-B628-8D50129CC44A}', NULL, NULL, NULL, 467.50, 0.00, 467.50, 0, 0),
(40, '2.01E+13', '{A2BCE6D6-611C-4F52-B965-7474DBAF8BAC}', NULL, '2023-06-27 15:07:26', NULL, '{AEAB957B-7C0D-41FD-85EA-AA22F4FCA4EC}', NULL, NULL, NULL, 25.20, 22.00, 47.20, 0, 0),
(41, '2.01E+13', '{506DB508-CF28-42AB-BE69-92363B0F8104}', NULL, '2023-06-27 15:07:26', NULL, '{B7473530-0C3E-4A5B-8FEC-65E18BDC0476}', NULL, NULL, NULL, 100.00, 39.00, 139.00, 0, 0),
(42, '2.01E+13', '{75C74E44-3EC3-4B18-B3A2-A8CA507EF2CD}', NULL, '2023-06-27 15:07:26', NULL, '{BED111BC-04E4-4977-BDC7-38E8E9DC5DA9}', NULL, NULL, NULL, 1290.00, 0.00, 1290.00, 0, 0),
(43, '2.01E+13', '{AEF7DF4D-8564-4CF4-8EEF-D60124DD2EFF}', NULL, '2023-06-27 15:07:26', NULL, '{32FDE6A3-F15A-4F01-AD0B-C634A5FACE7B}', NULL, NULL, NULL, 70.20, 28.00, 98.20, 0, 0),
(44, '2.01E+13', '{0D44A915-8693-4088-A52F-7EFD5A9DF980}', NULL, '2023-06-27 15:07:26', NULL, '{3EFD7006-4278-4CAD-9AE9-927C38CCD22C}', NULL, NULL, NULL, 625.00, 0.00, 625.00, 0, 0),
(45, '2.01E+13', '{0D44A915-8693-4088-A52F-7EFD5A9DF980}', NULL, '2023-06-27 15:07:26', NULL, '{A2BF2624-2030-4F8F-A6F5-A14BFDDA5391}', NULL, NULL, NULL, 408.00, 0.00, 408.00, 0, 0),
(49, '2.01E+13', '{28D8BDB2-4258-482B-B650-E9377A0C9B4A}', NULL, '2023-06-27 15:07:26', NULL, '{834B9AE9-2229-4BA9-A770-FDF80129CDC4}', NULL, NULL, NULL, 975.00, 0.00, 975.00, 0, 0),
(50, '2.01E+13', '{E47E6B03-F93F-4F5F-94EC-9F927E4D1F18}', NULL, '2023-06-27 15:07:26', NULL, '{3EFD7006-4278-4CAD-9AE9-927C38CCD22C}', NULL, NULL, NULL, 625.00, 0.00, 625.00, 0, 0),
(51, '2.01E+13', '{E47E6B03-F93F-4F5F-94EC-9F927E4D1F18}', NULL, '2023-06-27 15:07:26', NULL, '{A2BF2624-2030-4F8F-A6F5-A14BFDDA5391}', NULL, NULL, NULL, 408.00, 0.00, 408.00, 0, 0),
(56, '2.01E+13', '{007A9F74-DFB6-47F2-8514-59B708B53560}', NULL, '2023-06-27 15:07:26', NULL, '{714353FD-E377-4A64-913C-3557B946D5D1}', NULL, NULL, NULL, 625.00, 0.00, 625.00, 0, 0),
(57, '2.01E+13', '{AEF7DF4D-8564-4CF4-8EEF-D60124DD2EFF}', NULL, '2023-06-27 15:07:26', NULL, '{AEAB957B-7C0D-41FD-85EA-AA22F4FCA4EC}', NULL, NULL, NULL, 25.20, 0.00, 25.20, 0, 0),
(58, '2.01E+13', '{AEF7DF4D-8564-4CF4-8EEF-D60124DD2EFF}', NULL, '2023-06-27 15:07:26', NULL, '{2E91E384-8F8D-4DD3-A6E4-0054FAA67BB1}', NULL, NULL, NULL, 61.00, 0.00, 61.00, 0, 0),
(60, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{AEAB957B-7C0D-41FD-85EA-AA22F4FCA4EC}', NULL, NULL, NULL, 25.20, 22.00, 47.20, 0, 0),
(61, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{AEAB957B-7C0D-41FD-85EA-AA22F4FCA4EC}', NULL, NULL, NULL, 25.20, 0.00, 25.20, 0, 0),
(62, '2.01E+13', '{C01AD15C-C17E-49C6-B5D0-DBDC3FDEEA17}', NULL, '2023-06-27 15:07:26', NULL, '{A54AE0CC-1893-4C64-97F7-89B8396CC68D}', NULL, NULL, NULL, 297.50, 0.00, 297.50, 0, 0),
(63, '2.01E+13', '{C01AD15C-C17E-49C6-B5D0-DBDC3FDEEA17}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(64, '2.01E+13', '{C01AD15C-C17E-49C6-B5D0-DBDC3FDEEA17}', NULL, '2023-06-27 15:07:26', NULL, '{05493359-13F0-47C7-9487-A30533BBB630}', NULL, NULL, NULL, 675.00, 0.00, 675.00, 0, 0),
(65, '2.01E+13', '{14C1DF2F-9DC6-43E7-99FE-B8A83F3B9C0B}', NULL, '2023-06-27 15:07:26', NULL, '{2B7726C8-2D6F-4682-B560-C930EC356214}', NULL, NULL, NULL, 252.00, 0.00, 252.00, 0, 0),
(66, '2.01E+13', '{14C1DF2F-9DC6-43E7-99FE-B8A83F3B9C0B}', NULL, '2023-06-27 15:07:26', NULL, '{FFD139B7-E13D-4314-9031-FECB2B40731D}', NULL, NULL, NULL, 1798.20, 0.00, 1798.20, 0, 0),
(67, '2.01E+13', '{14C1DF2F-9DC6-43E7-99FE-B8A83F3B9C0B}', NULL, '2023-06-27 15:07:26', NULL, '{CBBC2C40-7043-4F75-8896-B1C6C62281C9}', NULL, NULL, NULL, 895.00, 0.00, 895.00, 0, 0),
(68, '2.01E+13', '{6FC86E91-9246-451C-A4DB-23D600A0B7F3}', NULL, '2023-06-27 15:07:26', NULL, '{51C365F6-73C6-43C8-870B-0A0DD3E72A3D}', NULL, NULL, NULL, 382.50, 0.00, 382.50, 0, 0),
(69, '2.01E+13', '{B0DF31A6-D43B-45EA-A331-947E2CC5FCF8}', NULL, '2023-06-27 15:07:26', NULL, '{9D4FACD3-732C-4B4F-8039-FBCBBA6DF7B1}', NULL, NULL, NULL, 325.00, 0.00, 325.00, 0, 0),
(71, '2.01E+13', '{1A21E01D-AAA7-4DCF-BD96-37B1BDDEDF00}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 550.00, 0.00, 550.00, 0, 0),
(72, '2.01E+13', '{44A404DD-AF99-49DE-9CFE-2E5A2D55B300}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 550.00, 0.00, 550.00, 0, 0),
(74, '2.01E+13', '{4FF03671-97B2-4369-BE02-8CE87DC45341}', NULL, '2023-06-27 15:07:26', NULL, '{B68F58B9-A8C0-40FA-BB5A-A9E2CAF1B2F1}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(76, '2.01E+13', '{3CBA612B-E9B1-40D7-8DAD-C82A6CD9139F}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 550.00, 0.00, 550.00, 0, 0),
(80, '2.01E+13', '{007A9F74-DFB6-47F2-8514-59B708B53560}', NULL, '2023-06-27 15:07:26', NULL, '{6C23A19D-E8E1-4020-81AB-02B8A1B5C685}', NULL, NULL, NULL, 675.00, 0.00, 675.00, 0, 0),
(81, '2.01E+13', '{007A9F74-DFB6-47F2-8514-59B708B53560}', NULL, '2023-06-27 15:07:26', NULL, '{7D2CA49E-5EBE-4E7F-BC85-0F68921F2B3E}', NULL, NULL, NULL, 675.00, 0.00, 675.00, 0, 0),
(82, '2.01E+13', '{007A9F74-DFB6-47F2-8514-59B708B53560}', NULL, '2023-06-27 15:07:26', NULL, '{8E510940-44D0-468F-8277-28CA40F83516}', NULL, NULL, NULL, 980.00, 0.00, 980.00, 0, 0),
(83, '2.01E+13', '{00FD65B0-85A1-4CA5-8372-DB0CD5B4896E}', NULL, '2023-06-27 15:07:26', NULL, '{0EF3BA79-6189-4413-81D1-1EACCF921B3D}', NULL, NULL, NULL, 20.00, 22.00, 42.00, 0, 0),
(85, '2.01E+13', '{00FD65B0-85A1-4CA5-8372-DB0CD5B4896E}', NULL, '2023-06-27 15:07:26', NULL, '{0EF3BA79-6189-4413-81D1-1EACCF921B3D}', NULL, NULL, NULL, 20.00, 22.00, 42.00, 0, 0),
(86, '2.01E+13', '{58FF43A1-47E1-46D7-9F62-8F504324459D}', NULL, '2023-06-27 15:07:26', NULL, '{9391D4F8-C82D-4A98-A163-FB4D0B5EE164}', NULL, NULL, NULL, 1181.50, 0.00, 1181.50, 0, 0),
(87, '2.01E+13', '{967CD2AA-C972-472B-9E58-730F89DF3868}', NULL, '2023-06-27 15:07:26', NULL, '{46C0041A-515B-4245-B34E-F66A0E46C461}', NULL, NULL, NULL, 320.00, 0.00, 320.00, 0, 0),
(89, '2.01E+13', '{967CD2AA-C972-472B-9E58-730F89DF3868}', NULL, '2023-06-27 15:07:26', NULL, '{255C7542-E4DB-444E-BC18-6D8FC40A2EEF}', NULL, NULL, NULL, 500.00, 0.00, 500.00, 0, 0),
(90, '2.01E+13', '{967CD2AA-C972-472B-9E58-730F89DF3868}', NULL, '2023-06-27 15:07:26', NULL, '{BFBBDCE4-9E6B-4CA8-A22B-A46C2BF6D103}', NULL, NULL, NULL, 595.00, 0.00, 595.00, 0, 0),
(91, '2.01E+13', '{967CD2AA-C972-472B-9E58-730F89DF3868}', NULL, '2023-06-27 15:07:26', NULL, '{1F3B91FA-D26E-40E0-814F-D8F90D301951}', NULL, NULL, NULL, 400.00, 0.00, 400.00, 0, 0),
(92, '2.01E+13', '{A2BCE6D6-611C-4F52-B965-7474DBAF8BAC}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 40.00, 22.00, 62.00, 0, 0),
(93, '2.01E+13', '{A2BCE6D6-611C-4F52-B965-7474DBAF8BAC}', NULL, '2023-06-27 15:07:26', NULL, '{AEAB957B-7C0D-41FD-85EA-AA22F4FCA4EC}', NULL, NULL, NULL, 25.20, 22.00, 47.20, 0, 0),
(94, '2.01E+13', '{4C54B975-88BD-4BBB-AAAF-D5075FD9461F}', NULL, '2023-06-27 15:07:26', NULL, '{F746FD21-E6EE-44EC-BEF0-D4913D65C5C1}', NULL, NULL, NULL, 330.00, 0.00, 330.00, 0, 0),
(95, '2.01E+13', '{00FD65B0-85A1-4CA5-8372-DB0CD5B4896E}', NULL, '2023-06-27 15:07:26', NULL, '{0EF3BA79-6189-4413-81D1-1EACCF921B3D}', NULL, NULL, NULL, 20.00, 22.00, 42.00, 0, 0),
(99, '2.01E+13', '{B3233BC3-CFCF-4CF4-B058-D66FD373FF61}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 550.00, 0.00, 550.00, 0, 0),
(100, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{BEF12600-861A-416A-B628-8D50129CC44A}', NULL, NULL, NULL, 467.50, 0.00, 467.50, 0, 0),
(101, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{BEF12600-861A-416A-B628-8D50129CC44A}', NULL, NULL, NULL, 467.50, 0.00, 467.50, 0, 0),
(102, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{AB5034E0-4453-4F3F-9714-8185460C58E0}', NULL, NULL, NULL, 750.00, 0.00, 750.00, 0, 0),
(103, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{E5076115-9759-45C9-B378-17BAB85591E3}', NULL, NULL, NULL, 725.00, 0.00, 725.00, 0, 0),
(107, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{AB5034E0-4453-4F3F-9714-8185460C58E0}', NULL, NULL, NULL, 750.00, 0.00, 750.00, 0, 0),
(111, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{BEF12600-861A-416A-B628-8D50129CC44A}', NULL, NULL, NULL, 467.50, 0.00, 467.50, 0, 0),
(112, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{AB5034E0-4453-4F3F-9714-8185460C58E0}', NULL, NULL, NULL, 750.00, 0.00, 750.00, 0, 0),
(113, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{AB5034E0-4453-4F3F-9714-8185460C58E0}', NULL, NULL, NULL, 750.00, 0.00, 750.00, 0, 0),
(114, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{BEF12600-861A-416A-B628-8D50129CC44A}', NULL, NULL, NULL, 467.50, 0.00, 467.50, 0, 0),
(115, '2.01E+13', '{F5260E4E-EC4B-4300-A160-AC7480A32739}', NULL, '2023-06-27 15:07:26', NULL, '{DF50C4E7-33B8-4007-B9D1-BD74039DA669}', NULL, NULL, NULL, 63.00, 33.00, 96.00, 0, 0),
(118, '2.01E+13', '{F5260E4E-EC4B-4300-A160-AC7480A32739}', NULL, '2023-06-27 15:07:26', NULL, '{DF50C4E7-33B8-4007-B9D1-BD74039DA669}', NULL, NULL, NULL, 63.00, 33.00, 96.00, 0, 0),
(119, '2.01E+13', '{F5260E4E-EC4B-4300-A160-AC7480A32739}', NULL, '2023-06-27 15:07:26', NULL, '{DF50C4E7-33B8-4007-B9D1-BD74039DA669}', NULL, NULL, NULL, 63.00, 33.00, 96.00, 0, 0),
(120, '2.01E+13', '{685D04D2-83B4-4876-9C83-A9814B888068}', NULL, '2023-06-27 15:07:26', NULL, '{B7473530-0C3E-4A5B-8FEC-65E18BDC0476}', NULL, NULL, NULL, 100.00, 39.00, 139.00, 0, 0),
(123, '2.01E+13', '{685D04D2-83B4-4876-9C83-A9814B888068}', NULL, '2023-06-27 15:07:26', NULL, '{B7473530-0C3E-4A5B-8FEC-65E18BDC0476}', NULL, NULL, NULL, 100.00, 39.00, 139.00, 0, 0),
(124, '2.01E+13', '{F5260E4E-EC4B-4300-A160-AC7480A32739}', NULL, '2023-06-27 15:07:26', NULL, '{DF50C4E7-33B8-4007-B9D1-BD74039DA669}', NULL, NULL, NULL, 63.00, 33.00, 96.00, 0, 0),
(127, '2.01E+13', '{3C2DC880-FD21-4357-969F-160CD80EB3D8}', NULL, '2023-06-27 15:07:26', NULL, '{2E91E384-8F8D-4DD3-A6E4-0054FAA67BB1}', NULL, NULL, NULL, 850.00, 0.00, 850.00, 0, 0),
(128, '2.01E+13', '{3C2DC880-FD21-4357-969F-160CD80EB3D8}', NULL, '2023-06-27 15:07:26', NULL, '{A0DBA5F7-8EFB-406E-B306-EE56944DE5DB}', NULL, NULL, NULL, 980.00, 0.00, 980.00, 0, 0),
(131, '2.01E+13', '{C957B22F-B7CF-4E95-AE54-45A5174C0B3E}', NULL, '2023-06-27 15:07:26', NULL, '{DF50C4E7-33B8-4007-B9D1-BD74039DA669}', NULL, NULL, NULL, 63.00, 33.00, 96.00, 0, 0),
(132, '2.01E+13', '{C957B22F-B7CF-4E95-AE54-45A5174C0B3E}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 40.00, 22.00, 62.00, 0, 0),
(134, '2.01E+13', '{C957B22F-B7CF-4E95-AE54-45A5174C0B3E}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 40.00, 22.00, 62.00, 0, 0),
(135, '2.01E+13', '{C957B22F-B7CF-4E95-AE54-45A5174C0B3E}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 40.00, 22.00, 62.00, 0, 0),
(136, '2.01E+13', '{C957B22F-B7CF-4E95-AE54-45A5174C0B3E}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 40.00, 22.00, 62.00, 0, 0),
(5, '2.01E+13', '{06163A9C-79EE-4554-8137-1DAE08602A92}', NULL, '2023-06-27 15:07:26', NULL, '{9DFAEDAD-01F2-454F-A043-9D2271F4926D}', NULL, NULL, NULL, 1250.00, 0.00, 1250.00, 0, 0),
(12, '2.01E+13', '{06163A9C-79EE-4554-8137-1DAE08602A92}', NULL, '2023-06-27 15:07:26', NULL, '{A54AE0CC-1893-4C64-97F7-89B8396CC68D}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(30, '2.01E+13', '{A2BCE6D6-611C-4F52-B965-7474DBAF8BAC}', NULL, '2023-06-27 15:07:26', NULL, '{AEAB957B-7C0D-41FD-85EA-AA22F4FCA4EC}', NULL, NULL, NULL, 25.20, 22.00, 47.20, 0, 0),
(33, '2.01E+13', '{D8DF310C-B697-48F9-AE71-452E1E2736EB}', NULL, '2023-06-27 15:07:26', NULL, '{9D4FACD3-732C-4B4F-8039-FBCBBA6DF7B1}', NULL, NULL, NULL, 23.00, 28.00, 51.00, 0, 0),
(70, '2.01E+13', '{AEF7DF4D-8564-4CF4-8EEF-D60124DD2EFF}', NULL, '2023-06-27 15:07:26', NULL, '{AEAB957B-7C0D-41FD-85EA-AA22F4FCA4EC}', NULL, NULL, NULL, 25.20, 0.00, 25.20, 0, 0),
(73, '2.01E+13', '{4FF03671-97B2-4369-BE02-8CE87DC45341}', NULL, '2023-06-27 15:07:26', NULL, '{B68F58B9-A8C0-40FA-BB5A-A9E2CAF1B2F1}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(84, '2.01E+13', '{00FD65B0-85A1-4CA5-8372-DB0CD5B4896E}', NULL, '2023-06-27 15:07:26', NULL, '{0EF3BA79-6189-4413-81D1-1EACCF921B3D}', NULL, NULL, NULL, 20.00, 22.00, 42.00, 0, 0),
(88, '2.01E+13', '{967CD2AA-C972-472B-9E58-730F89DF3868}', NULL, '2023-06-27 15:07:26', NULL, '{BEF12600-861A-416A-B628-8D50129CC44A}', NULL, NULL, NULL, 467.50, 0.00, 467.50, 0, 0),
(108, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{BEF12600-861A-416A-B628-8D50129CC44A}', NULL, NULL, NULL, 467.50, 0.00, 467.50, 0, 0),
(116, '2.01E+13', '{F5260E4E-EC4B-4300-A160-AC7480A32739}', NULL, '2023-06-27 15:07:26', NULL, '{DF50C4E7-33B8-4007-B9D1-BD74039DA669}', NULL, NULL, NULL, 63.00, 33.00, 96.00, 0, 0),
(117, '2.01E+13', '{F5260E4E-EC4B-4300-A160-AC7480A32739}', NULL, '2023-06-27 15:07:26', NULL, '{DF50C4E7-33B8-4007-B9D1-BD74039DA669}', NULL, NULL, NULL, 63.00, 33.00, 96.00, 0, 0),
(129, '2.01E+13', '{3C2DC880-FD21-4357-969F-160CD80EB3D8}', NULL, '2023-06-27 15:07:26', NULL, '{A0DBA5F7-8EFB-406E-B306-EE56944DE5DB}', NULL, NULL, NULL, 980.00, 0.00, 980.00, 0, 0),
(130, '2.01E+13', '{3C2DC880-FD21-4357-969F-160CD80EB3D8}', NULL, '2023-06-27 15:07:26', NULL, '{2E91E384-8F8D-4DD3-A6E4-0054FAA67BB1}', NULL, NULL, NULL, 850.00, 0.00, 850.00, 0, 0),
(137, '2.01E+13', '{36005256-5791-4254-BCF5-DC4781585E97}', NULL, '2023-06-27 15:07:26', NULL, '{51C365F6-73C6-43C8-870B-0A0DD3E72A3D}', NULL, NULL, NULL, 382.50, 0.00, 382.50, 0, 0),
(138, '2.01E+13', '{C957B22F-B7CF-4E95-AE54-45A5174C0B3E}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 40.00, 22.00, 62.00, 0, 0),
(140, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{BEF12600-861A-416A-B628-8D50129CC44A}', NULL, NULL, NULL, 467.50, 0.00, 467.50, 0, 0),
(141, '2.01E+13', '{C875F589-0A09-4347-A002-D1AC27173323}', NULL, '2023-06-27 15:07:26', NULL, '{F81D8B0A-C6DF-4A55-AE62-99F6D0E2137E}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(142, '2.01E+13', '{1DAD90F8-3F12-455A-90B5-07A829F8E1F9}', NULL, '2023-06-27 15:07:26', NULL, '{A2971F4A-FC79-485B-AE8D-EDA212821903}', NULL, NULL, NULL, 700.00, 0.00, 700.00, 0, 0),
(143, '2.01E+13', '{C957B22F-B7CF-4E95-AE54-45A5174C0B3E}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 40.00, 22.00, 62.00, 0, 0),
(144, '2.01E+13', '{C957B22F-B7CF-4E95-AE54-45A5174C0B3E}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 40.00, 22.00, 62.00, 0, 0),
(145, '2.01E+13', '{C957B22F-B7CF-4E95-AE54-45A5174C0B3E}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 40.00, 22.00, 62.00, 0, 0),
(146, '2.01E+13', '{C957B22F-B7CF-4E95-AE54-45A5174C0B3E}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 40.00, 22.00, 62.00, 0, 0),
(147, '2.01E+13', '{C957B22F-B7CF-4E95-AE54-45A5174C0B3E}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 40.00, 22.00, 62.00, 0, 0),
(149, '2.01E+13', '{E62D978F-1F46-42E1-B5E7-1DD1450F3895}', NULL, '2023-06-27 15:07:26', NULL, '{CD7B05A7-8D64-4B5A-82E9-0833F634CA63}', NULL, NULL, NULL, 450.00, 0.00, 450.00, 0, 0),
(151, '2.01E+13', '{578A0926-B714-41E9-BA85-30129ABF8D04}', NULL, '2023-06-27 15:07:26', NULL, '{255BB3B4-6061-4633-B039-B5EA9CD1F027}', NULL, NULL, NULL, 297.50, 0.00, 297.50, 0, 0),
(153, '2.01E+13', '{578A0926-B714-41E9-BA85-30129ABF8D04}', NULL, '2023-06-27 15:07:26', NULL, '{255BB3B4-6061-4633-B039-B5EA9CD1F027}', NULL, NULL, NULL, 297.50, 0.00, 297.50, 0, 0),
(154, '2.01E+13', '{4E32E213-A7E9-451D-A509-3BF633788C6B}', NULL, '2023-06-27 15:07:26', NULL, '{DF50C4E7-33B8-4007-B9D1-BD74039DA669}', NULL, NULL, NULL, 890.00, 0.00, 890.00, 0, 0),
(155, '2.01E+13', '{4E32E213-A7E9-451D-A509-3BF633788C6B}', NULL, '2023-06-27 15:07:26', NULL, '{DF50C4E7-33B8-4007-B9D1-BD74039DA669}', NULL, NULL, NULL, 890.00, 0.00, 890.00, 0, 0),
(156, '2.01E+13', '{4E32E213-A7E9-451D-A509-3BF633788C6B}', NULL, '2023-06-27 15:07:26', NULL, '{DF50C4E7-33B8-4007-B9D1-BD74039DA669}', NULL, NULL, NULL, 890.00, 0.00, 890.00, 0, 0),
(157, '2.01E+13', '{B23429A7-29DD-4597-8353-E188FF95D010}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 550.00, 0.00, 550.00, 0, 0),
(158, '2.01E+13', '{B23429A7-29DD-4597-8353-E188FF95D010}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 550.00, 0.00, 550.00, 0, 0),
(159, '2.01E+13', '{B23429A7-29DD-4597-8353-E188FF95D010}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 550.00, 0.00, 550.00, 0, 0),
(160, '2.01E+13', '{C01AD15C-C17E-49C6-B5D0-DBDC3FDEEA17}', NULL, '2023-06-27 15:07:26', NULL, '{F746FD21-E6EE-44EC-BEF0-D4913D65C5C1}', NULL, NULL, NULL, 330.00, 0.00, 330.00, 0, 0),
(161, '2.01E+13', '{C01AD15C-C17E-49C6-B5D0-DBDC3FDEEA17}', NULL, '2023-06-27 15:07:26', NULL, '{AEAB957B-7C0D-41FD-85EA-AA22F4FCA4EC}', NULL, NULL, NULL, 351.00, 0.00, 351.00, 0, 0),
(162, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{A0DBA5F7-8EFB-406E-B306-EE56944DE5DB}', NULL, NULL, NULL, 980.00, 0.00, 980.00, 0, 0),
(164, '2.01E+13', '{9AC61F59-D9CB-4DEC-8CB3-8B0E755E8634}', NULL, '2023-06-27 15:07:26', NULL, '{2E91E384-8F8D-4DD3-A6E4-0054FAA67BB1}', NULL, NULL, NULL, 850.00, 0.00, 850.00, 0, 0),
(165, '2.01E+13', '{4E32E213-A7E9-451D-A509-3BF633788C6B}', NULL, '2023-06-27 15:07:26', NULL, '{DF50C4E7-33B8-4007-B9D1-BD74039DA669}', NULL, NULL, NULL, 950.00, 0.00, 950.00, 0, 0),
(167, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{A0DBA5F7-8EFB-406E-B306-EE56944DE5DB}', NULL, NULL, NULL, 980.00, 0.00, 980.00, 0, 0),
(169, '2.01E+13', '{D0FBF72F-C9CF-4C53-B6BA-BA64EA1865E6}', NULL, '2023-06-27 15:07:26', NULL, '{B68F58B9-A8C0-40FA-BB5A-A9E2CAF1B2F1}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(170, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{BEF12600-861A-416A-B628-8D50129CC44A}', NULL, NULL, NULL, 467.50, 0.00, 467.50, 0, 0),
(172, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{834B9AE9-2229-4BA9-A770-FDF80129CDC4}', NULL, NULL, NULL, 110.00, 39.00, 149.00, 0, 0),
(173, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{BED111BC-04E4-4977-BDC7-38E8E9DC5DA9}', NULL, NULL, NULL, 92.00, 45.00, 137.00, 0, 0),
(174, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{C81072F1-37BC-41DB-AB0B-40AC2B1F0C95}', NULL, NULL, NULL, 106.00, 39.00, 145.00, 0, 0),
(175, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{E1AE712F-B3BA-4DB0-B9AA-598F503A9BB6}', NULL, NULL, NULL, 743.75, 0.00, 743.75, 0, 0),
(176, '2.01E+13', '{F794C518-5190-4E70-9597-EBA594D35133}', NULL, '2023-06-27 15:07:26', NULL, '{2EF2F0D6-A270-4EB9-AF2D-498D9811060F}', NULL, NULL, NULL, 280.00, 0.00, 280.00, 0, 0),
(177, '2.01E+13', '{3410047F-C0BC-4E1A-BDD7-5249836455D5}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(178, '2.01E+13', '{3410047F-C0BC-4E1A-BDD7-5249836455D5}', NULL, '2023-06-27 15:07:26', NULL, '{9D4FACD3-732C-4B4F-8039-FBCBBA6DF7B1}', NULL, NULL, NULL, 23.00, 0.00, 23.00, 0, 0),
(179, '2.01E+13', '{3410047F-C0BC-4E1A-BDD7-5249836455D5}', NULL, '2023-06-27 15:07:26', NULL, '{9D4FACD3-732C-4B4F-8039-FBCBBA6DF7B1}', NULL, NULL, NULL, 325.00, 0.00, 325.00, 0, 0),
(180, '2.01E+13', '{3410047F-C0BC-4E1A-BDD7-5249836455D5}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(181, '2.01E+13', '{B7347E17-9325-4222-9299-8033B0BF3521}', NULL, '2023-06-27 15:07:26', NULL, '{45004B43-64CE-4E77-9B90-2E16E4877786}', NULL, NULL, NULL, 50.00, 33.00, 83.00, 0, 0),
(182, '2.01E+13', '{F412FEEE-1DE8-492E-8FDC-ADB4141678A6}', NULL, '2023-06-27 15:07:26', NULL, '{45004B43-64CE-4E77-9B90-2E16E4877786}', NULL, NULL, NULL, 50.00, 0.00, 50.00, 0, 0),
(183, '2.01E+13', '{EA16FD1D-66EB-4236-9D86-4B8CB4A3A4D6}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 40.00, 22.00, 62.00, 0, 0),
(184, '2.01E+13', '{2680CB55-FF7B-4E7B-BF8A-8FFA57279118}', NULL, '2023-06-27 15:07:26', NULL, '{5031EBA4-F012-42FD-B554-B1D82D95AFDB}', NULL, NULL, NULL, 335.75, 0.00, 335.75, 0, 0),
(186, '2.01E+13', '{EA16FD1D-66EB-4236-9D86-4B8CB4A3A4D6}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 40.00, 22.00, 62.00, 0, 0),
(188, '2.01E+13', '{12554A68-1BA1-463F-AEEB-B0FF7EEA4117}', NULL, '2023-06-27 15:07:26', NULL, '{2E91E384-8F8D-4DD3-A6E4-0054FAA67BB1}', NULL, NULL, NULL, 850.00, 0.00, 850.00, 0, 0),
(189, '2.01E+13', '{12554A68-1BA1-463F-AEEB-B0FF7EEA4117}', NULL, '2023-06-27 15:07:26', NULL, '{67036253-2D43-4CE1-A275-0078A1AF8A66}', NULL, NULL, NULL, 590.00, 0.00, 590.00, 0, 0),
(190, '2.01E+13', '{12554A68-1BA1-463F-AEEB-B0FF7EEA4117}', NULL, '2023-06-27 15:07:26', NULL, '{834B9AE9-2229-4BA9-A770-FDF80129CDC4}', NULL, NULL, NULL, 1450.00, 0.00, 1450.00, 0, 0),
(191, '2.01E+13', '{12554A68-1BA1-463F-AEEB-B0FF7EEA4117}', NULL, '2023-06-27 15:07:26', NULL, '{67036253-2D43-4CE1-A275-0078A1AF8A66}', NULL, NULL, NULL, 590.00, 0.00, 590.00, 0, 0),
(195, '2.01E+13', '{719D7FBC-25E6-45F7-86C9-9A80D154834A}', NULL, '2023-06-27 15:07:26', NULL, '{B602F633-6E11-4BE6-B952-A77DEB5493AD}', NULL, NULL, NULL, 85.00, 33.00, 118.00, 0, 0),
(196, '2.01E+13', '{DEFFCC45-85D1-4792-8900-395B3598336E}', NULL, '2023-06-27 15:07:26', NULL, '{67036253-2D43-4CE1-A275-0078A1AF8A66}', NULL, NULL, NULL, 590.00, 0.00, 590.00, 0, 0),
(197, '2.01E+13', '{DEFFCC45-85D1-4792-8900-395B3598336E}', NULL, '2023-06-27 15:07:26', NULL, '{E8818128-EAE1-4180-9661-418B7DDB19E2}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(198, '2.01E+13', '{DEFFCC45-85D1-4792-8900-395B3598336E}', NULL, '2023-06-27 15:07:26', NULL, '{65EFC237-80D7-420F-989C-1B3BD7D9DB81}', NULL, NULL, NULL, 5.00, 0.00, 5.00, 0, 0),
(199, '2.01E+13', '{55E60F93-544D-426D-B6D2-4425F66D2526}', NULL, '2023-06-27 15:07:26', NULL, '{A6665C3D-F6A4-4E3D-A65E-AB21DA4B2C0F}', NULL, NULL, NULL, 395.00, 0.00, 395.00, 0, 0),
(200, '2.01E+13', '{BBAD6F40-1156-4AEE-A602-CDB2A7B06254}', NULL, '2023-06-27 15:07:26', NULL, '{1F3B91FA-D26E-40E0-814F-D8F90D301951}', NULL, NULL, NULL, 400.00, 0.00, 400.00, 0, 0),
(201, '2.01E+13', '{BBAD6F40-1156-4AEE-A602-CDB2A7B06254}', NULL, '2023-06-27 15:07:26', NULL, '{5031EBA4-F012-42FD-B554-B1D82D95AFDB}', NULL, NULL, NULL, 335.75, 0.00, 335.75, 0, 0),
(204, '2.01E+13', '{BBAD6F40-1156-4AEE-A602-CDB2A7B06254}', NULL, '2023-06-27 15:07:26', NULL, '{5031EBA4-F012-42FD-B554-B1D82D95AFDB}', NULL, NULL, NULL, 335.75, 0.00, 335.75, 0, 0),
(206, '2.01E+13', '{43833024-8436-4280-A126-0F5C63608CF1}', NULL, '2023-06-27 15:07:26', NULL, '{7AA356C2-1C07-409E-A37A-E8484A89AC92}', NULL, NULL, NULL, 780.00, 0.00, 780.00, 0, 0),
(207, '2.01E+13', '{7EE768A3-AEEA-4426-9DB8-4DED609F9AD2}', NULL, '2023-06-27 15:07:26', NULL, '{EF1313ED-016D-4F97-9C10-F72BDC787CEF}', NULL, NULL, NULL, 130.00, 0.00, 130.00, 0, 0),
(208, '2.01E+13', '{7EE768A3-AEEA-4426-9DB8-4DED609F9AD2}', NULL, '2023-06-27 15:07:26', NULL, '{63BB7A6E-91F5-4B2E-A47A-9C4C75585026}', NULL, NULL, NULL, 361.25, 0.00, 361.25, 0, 0),
(209, '2.01E+13', '{7EE768A3-AEEA-4426-9DB8-4DED609F9AD2}', NULL, '2023-06-27 15:07:26', NULL, '{65EFC237-80D7-420F-989C-1B3BD7D9DB81}', NULL, NULL, NULL, 5.00, 0.00, 5.00, 0, 0),
(210, '2.01E+13', '{7EE768A3-AEEA-4426-9DB8-4DED609F9AD2}', NULL, '2023-06-27 15:07:26', NULL, '{255BB3B4-6061-4633-B039-B5EA9CD1F027}', NULL, NULL, NULL, 297.50, 0.00, 297.50, 0, 0),
(211, '2.01E+13', '{7EE768A3-AEEA-4426-9DB8-4DED609F9AD2}', NULL, '2023-06-27 15:07:26', NULL, '{65EFC237-80D7-420F-989C-1B3BD7D9DB81}', NULL, NULL, NULL, 5.00, 0.00, 5.00, 0, 0),
(213, '2.01E+13', '{7EE768A3-AEEA-4426-9DB8-4DED609F9AD2}', NULL, '2023-06-27 15:07:26', NULL, '{63BB7A6E-91F5-4B2E-A47A-9C4C75585026}', NULL, NULL, NULL, 361.25, 0.00, 361.25, 0, 0),
(214, '2.01E+13', '{2170EB31-B211-40D7-8845-92D65054C7D2}', NULL, '2023-06-27 15:07:26', NULL, '{2E91E384-8F8D-4DD3-A6E4-0054FAA67BB1}', NULL, NULL, NULL, 850.00, 0.00, 850.00, 0, 0),
(217, '2.01E+13', '{1D324A9D-CD7A-4037-A12E-575893BC92FD}', NULL, '2023-06-27 15:07:26', NULL, '{261DB2E2-C3E0-4429-BD32-49A055B0DC95}', NULL, NULL, NULL, 756.50, 0.00, 756.50, 0, 0),
(218, '2.01E+13', '{622B669B-01DA-48FE-99C9-B3893A6A1F63}', NULL, '2023-06-27 15:07:26', NULL, '{E8818128-EAE1-4180-9661-418B7DDB19E2}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(219, '2.01E+13', '{C53653B2-443F-42E6-A823-D7FE29C9F5BD}', NULL, '2023-06-27 15:07:26', NULL, '{496AFE15-4338-45A1-A249-3918BE1CC050}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(222, '2.01E+13', '{7CD28A9B-3BFC-4F5D-A44A-BEEDEE1150A2}', NULL, '2023-06-27 15:07:26', NULL, '{67036253-2D43-4CE1-A275-0078A1AF8A66}', NULL, NULL, NULL, 590.00, 0.00, 590.00, 0, 0),
(223, '2.01E+13', '{306B2C06-C482-4379-BC27-8F5CC05A257D}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(224, '2.01E+13', '{8BDF6E4A-DA6D-4A39-B48C-C7B3207D13F0}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(225, '2.01E+13', '{6FC1145B-48E8-472F-AD96-7B784EAA68FB}', NULL, '2023-06-27 15:07:26', NULL, '{45004B43-64CE-4E77-9B90-2E16E4877786}', NULL, NULL, NULL, 700.00, 0.00, 700.00, 0, 0),
(226, '2.01E+13', '{9DD51D33-CBB6-4A82-BC16-799589FC5484}', NULL, '2023-06-27 15:07:26', NULL, '{F746FD21-E6EE-44EC-BEF0-D4913D65C5C1}', NULL, NULL, NULL, 330.00, 0.00, 330.00, 0, 0),
(227, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{10865F54-ECF9-4D56-9AEA-77C4F9681F47}', NULL, NULL, NULL, 750.00, 0.00, 750.00, 0, 0),
(228, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{156DD612-9061-446A-B14A-7B197CC56439}', NULL, NULL, NULL, 552.50, 0.00, 552.50, 0, 0),
(229, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{156DD612-9061-446A-B14A-7B197CC56439}', NULL, NULL, NULL, 552.50, 0.00, 552.50, 0, 0),
(230, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{10865F54-ECF9-4D56-9AEA-77C4F9681F47}', NULL, NULL, NULL, 750.00, 0.00, 750.00, 0, 0),
(233, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{2B7726C8-2D6F-4682-B560-C930EC356214}', NULL, NULL, NULL, 252.00, 0.00, 252.00, 0, 0),
(234, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{1F3B91FA-D26E-40E0-814F-D8F90D301951}', NULL, NULL, NULL, 400.00, 0.00, 400.00, 0, 0),
(235, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(238, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{1F3B91FA-D26E-40E0-814F-D8F90D301951}', NULL, NULL, NULL, 400.00, 0.00, 400.00, 0, 0),
(239, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{5E88BBA6-D903-479A-A959-FA0648D430D1}', NULL, NULL, NULL, 300.00, 0.00, 300.00, 0, 0),
(244, '2.01E+13', '{F7C7645E-B415-4FC8-AFC5-D49B34D47576}', NULL, '2023-06-27 15:07:26', NULL, '{23E35282-79B5-426B-BAD9-295A85A0339D}', NULL, NULL, NULL, 750.00, 0.00, 750.00, 0, 0),
(15, '2.01E+13', '{A2BCE6D6-611C-4F52-B965-7474DBAF8BAC}', NULL, '2023-06-27 15:07:26', NULL, '{BED111BC-04E4-4977-BDC7-38E8E9DC5DA9}', NULL, NULL, NULL, 1290.00, 2219.00, 3509.00, 0, 0),
(27, '2.01E+13', '{36F61B94-0474-406F-AF6A-4D0E687CDF08}', NULL, '2023-06-27 15:07:26', NULL, '{AEAB957B-7C0D-41FD-85EA-AA22F4FCA4EC}', NULL, NULL, NULL, 390.00, 0.00, 390.00, 0, 0),
(38, '2.01E+13', '{C7BB88C3-076D-4F06-ABF6-83D34261AB64}', NULL, '2023-06-27 15:07:26', NULL, '{45004B43-64CE-4E77-9B90-2E16E4877786}', NULL, NULL, NULL, 700.00, 0.00, 700.00, 0, 0),
(39, '2.01E+13', '{C7BB88C3-076D-4F06-ABF6-83D34261AB64}', NULL, '2023-06-27 15:07:26', NULL, '{05493359-13F0-47C7-9487-A30533BBB630}', NULL, NULL, NULL, 675.00, 0.00, 675.00, 0, 0),
(52, '2.01E+13', '{4BB25D9F-3FC7-45DE-87FD-E65750804E20}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(98, '2.01E+13', '{9DAEB920-D449-4BCD-BF50-68E689A2D46E}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(109, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{BEF12600-861A-416A-B628-8D50129CC44A}', NULL, NULL, NULL, 467.50, 0.00, 467.50, 0, 0),
(110, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{AB5034E0-4453-4F3F-9714-8185460C58E0}', NULL, NULL, NULL, 750.00, 0.00, 750.00, 0, 0),
(121, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{BEF12600-861A-416A-B628-8D50129CC44A}', NULL, NULL, NULL, 467.50, 0.00, 467.50, 0, 0),
(133, '2.01E+13', '{3C2DC880-FD21-4357-969F-160CD80EB3D8}', NULL, '2023-06-27 15:07:26', NULL, '{A0DBA5F7-8EFB-406E-B306-EE56944DE5DB}', NULL, NULL, NULL, 980.00, 0.00, 980.00, 0, 0),
(166, '2.01E+13', '{C957B22F-B7CF-4E95-AE54-45A5174C0B3E}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 40.00, 22.00, 62.00, 0, 0),
(171, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{BEF12600-861A-416A-B628-8D50129CC44A}', NULL, NULL, NULL, 467.50, 0.00, 467.50, 0, 0),
(205, '2.01E+13', '{BBAD6F40-1156-4AEE-A602-CDB2A7B06254}', NULL, '2023-06-27 15:07:26', NULL, '{1F3B91FA-D26E-40E0-814F-D8F90D301951}', NULL, NULL, NULL, 400.00, 0.00, 400.00, 0, 0),
(212, '2.01E+13', '{7EE768A3-AEEA-4426-9DB8-4DED609F9AD2}', NULL, '2023-06-27 15:07:26', NULL, '{EF1313ED-016D-4F97-9C10-F72BDC787CEF}', NULL, NULL, NULL, 130.00, 0.00, 130.00, 0, 0),
(215, '2.01E+13', '{429730BF-ABFC-4480-88D6-BE6420B37C6D}', NULL, '2023-06-27 15:07:26', NULL, '{BFBBDCE4-9E6B-4CA8-A22B-A46C2BF6D103}', NULL, NULL, NULL, 595.00, 0.00, 595.00, 0, 0),
(231, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{156DD612-9061-446A-B14A-7B197CC56439}', NULL, NULL, NULL, 552.50, 0.00, 552.50, 0, 0),
(232, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{10865F54-ECF9-4D56-9AEA-77C4F9681F47}', NULL, NULL, NULL, 750.00, 0.00, 750.00, 0, 0),
(236, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(237, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{2B7726C8-2D6F-4682-B560-C930EC356214}', NULL, NULL, NULL, 252.00, 0.00, 252.00, 0, 0),
(245, '2.01E+13', '{F2283623-AFF0-47E5-B69C-2645368470AC}', NULL, '2023-06-27 15:07:26', NULL, '{EE104B7F-1FF5-4C96-8225-7BF6E98460EF}', NULL, NULL, NULL, 522.00, 0.00, 522.00, 0, 0),
(246, '2.01E+13', '{2919016F-09B5-455B-BEDF-03CD62F17D56}', NULL, '2023-06-27 15:07:26', NULL, '{A54AE0CC-1893-4C64-97F7-89B8396CC68D}', NULL, NULL, NULL, 297.50, 0.00, 297.50, 0, 0),
(247, '2.01E+13', '{2919016F-09B5-455B-BEDF-03CD62F17D56}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(248, '2.01E+13', '{25084179-0017-454A-B315-92F3528B09F5}', NULL, '2023-06-27 15:07:26', NULL, '{08C3B419-DFF4-4C9A-88E9-6849DC684425}', NULL, NULL, NULL, 1100.00, 0.00, 1100.00, 0, 0),
(249, '2.01E+13', '{561A97B4-BB44-47D9-9F22-66C5EC3C59E5}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 495.00, 0.00, 495.00, 0, 0),
(250, '2.01E+13', '{561A97B4-BB44-47D9-9F22-66C5EC3C59E5}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 495.00, 0.00, 495.00, 0, 0),
(251, '2.01E+13', '{3D9EDEF6-06B6-4AAC-A586-86D3D158DD66}', NULL, '2023-06-27 15:07:26', NULL, '{63BB7A6E-91F5-4B2E-A47A-9C4C75585026}', NULL, NULL, NULL, 361.25, 0.00, 361.25, 0, 0),
(252, '2.01E+13', '{F2283623-AFF0-47E5-B69C-2645368470AC}', NULL, '2023-06-27 15:07:26', NULL, '{2EF2F0D6-A270-4EB9-AF2D-498D9811060F}', NULL, NULL, NULL, 280.00, 0.00, 280.00, 0, 0),
(253, '2.01E+13', '{F2283623-AFF0-47E5-B69C-2645368470AC}', NULL, '2023-06-27 15:07:26', NULL, '{AE048532-E400-4740-9CEB-FA02C66D74A1}', NULL, NULL, NULL, 525.00, 0.00, 525.00, 0, 0),
(255, '2.01E+13', '{A954891D-C75A-462B-A173-39134D86FDFA}', NULL, '2023-06-27 15:07:26', NULL, '{2E91E384-8F8D-4DD3-A6E4-0054FAA67BB1}', NULL, NULL, NULL, 850.00, 0.00, 850.00, 0, 0),
(258, '2.01E+13', '{A8A7B343-371E-4916-A70E-1930F3940403}', NULL, '2023-06-27 15:07:26', NULL, '{45004B43-64CE-4E77-9B90-2E16E4877786}', NULL, NULL, NULL, 700.00, 0.00, 700.00, 0, 0),
(260, '2.01E+13', '{BC4EC7AF-CE15-4BC5-9706-385883DF8C06}', NULL, '2023-06-27 15:07:26', NULL, '{D472FACA-B0F5-4841-B402-74AAF0CE2F01}', NULL, NULL, NULL, 1400.00, 0.00, 1400.00, 0, 0),
(261, '2.01E+13', '{BC4EC7AF-CE15-4BC5-9706-385883DF8C06}', NULL, '2023-06-27 15:07:26', NULL, '{08C3B419-DFF4-4C9A-88E9-6849DC684425}', NULL, NULL, NULL, 1100.00, 0.00, 1100.00, 0, 0),
(262, '2.01E+13', '{E03ED74F-8D10-4CEE-BD40-9EBACF07570E}', NULL, '2023-06-27 15:07:26', NULL, '{AEAB957B-7C0D-41FD-85EA-AA22F4FCA4EC}', NULL, NULL, NULL, 351.00, 0.00, 351.00, 0, 0),
(263, '2.01E+13', '{E03ED74F-8D10-4CEE-BD40-9EBACF07570E}', NULL, '2023-06-27 15:07:26', NULL, '{EE104B7F-1FF5-4C96-8225-7BF6E98460EF}', NULL, NULL, NULL, 522.00, 0.00, 522.00, 0, 0),
(264, '2.01E+13', '{E03ED74F-8D10-4CEE-BD40-9EBACF07570E}', NULL, '2023-06-27 15:07:26', NULL, '{AEAB957B-7C0D-41FD-85EA-AA22F4FCA4EC}', NULL, NULL, NULL, 351.00, 0.00, 351.00, 0, 0),
(265, '2.01E+13', '{E03ED74F-8D10-4CEE-BD40-9EBACF07570E}', NULL, '2023-06-27 15:07:26', NULL, '{EE104B7F-1FF5-4C96-8225-7BF6E98460EF}', NULL, NULL, NULL, 522.00, 0.00, 522.00, 0, 0),
(268, '2.01E+13', '{CC79638D-A9E8-4871-938F-FFDE01665FBA}', NULL, '2023-06-27 15:07:26', NULL, '{CE26758C-4F50-4AD1-B11B-9DAEE3F2A457}', NULL, NULL, NULL, 650.00, 0.00, 650.00, 0, 0),
(269, '2.01E+13', '{A21F7E18-3E7C-445B-A411-9D0B74F2E171}', NULL, '2023-06-27 15:07:26', NULL, '{BFBBDCE4-9E6B-4CA8-A22B-A46C2BF6D103}', NULL, NULL, NULL, 595.00, 0.00, 595.00, 0, 0),
(270, '2.01E+13', '{A21F7E18-3E7C-445B-A411-9D0B74F2E171}', NULL, '2023-06-27 15:07:26', NULL, '{9D4FACD3-732C-4B4F-8039-FBCBBA6DF7B1}', NULL, NULL, NULL, 325.00, 0.00, 325.00, 0, 0),
(271, '2.01E+13', '{A21F7E18-3E7C-445B-A411-9D0B74F2E171}', NULL, '2023-06-27 15:07:26', NULL, '{16D13779-1B68-4ECD-B12A-2D7E31E65F75}', NULL, NULL, NULL, 325.00, 0.00, 325.00, 0, 0),
(272, '2.01E+13', '{A21F7E18-3E7C-445B-A411-9D0B74F2E171}', NULL, '2023-06-27 15:07:26', NULL, '{63BB7A6E-91F5-4B2E-A47A-9C4C75585026}', NULL, NULL, NULL, 361.25, 0.00, 361.25, 0, 0),
(273, '2.01E+13', '{A737D05B-28AB-475A-8C3D-9841C2EF846F}', NULL, '2023-06-27 15:07:26', NULL, '{2E91E384-8F8D-4DD3-A6E4-0054FAA67BB1}', NULL, NULL, NULL, 850.00, 0.00, 850.00, 0, 0),
(274, '2.01E+13', '{A737D05B-28AB-475A-8C3D-9841C2EF846F}', NULL, '2023-06-27 15:07:26', NULL, '{BED111BC-04E4-4977-BDC7-38E8E9DC5DA9}', NULL, NULL, NULL, 1290.00, 0.00, 1290.00, 0, 0),
(275, '2.01E+13', '{F8CDFDD3-549F-4544-909B-59371536D0D9}', NULL, '2023-06-27 15:07:26', NULL, '{A54AE0CC-1893-4C64-97F7-89B8396CC68D}', NULL, NULL, NULL, 297.50, 0.00, 297.50, 0, 0),
(276, '2.01E+13', '{F004D818-8A51-4514-AECE-18C1629AC46A}', NULL, '2023-06-27 15:07:26', NULL, '{6C23A19D-E8E1-4020-81AB-02B8A1B5C685}', NULL, NULL, NULL, 780.00, 0.00, 780.00, 0, 0),
(277, '2.01E+13', '{D5973559-4870-4B96-B339-9FE1E15A11B2}', NULL, '2023-06-27 15:07:26', NULL, '{2610672B-5C0A-4932-9718-7229DEC84D2A}', NULL, NULL, NULL, 195.00, 0.00, 195.00, 0, 0),
(278, '2.01E+13', '{D5973559-4870-4B96-B339-9FE1E15A11B2}', NULL, '2023-06-27 15:07:26', NULL, '{2610672B-5C0A-4932-9718-7229DEC84D2A}', NULL, NULL, NULL, 195.00, 0.00, 195.00, 0, 0),
(279, '2.01E+13', '{D24987B7-50D8-454B-9F97-B607B749646B}', NULL, '2023-06-27 15:07:26', NULL, '{255C7542-E4DB-444E-BC18-6D8FC40A2EEF}', NULL, NULL, NULL, 500.00, 0.00, 500.00, 0, 0),
(280, '2.01E+13', '{5197896F-D217-4DD4-A305-22B0C0A038B8}', NULL, '2023-06-27 15:07:26', NULL, '{D472FACA-B0F5-4841-B402-74AAF0CE2F01}', NULL, NULL, NULL, 1500.00, 0.00, 1500.00, 0, 0),
(281, '2.01E+13', '{5197896F-D217-4DD4-A305-22B0C0A038B8}', NULL, '2023-06-27 15:07:26', NULL, '{B602F633-6E11-4BE6-B952-A77DEB5493AD}', NULL, NULL, NULL, 1190.00, 0.00, 1190.00, 0, 0),
(282, '2.01E+13', '{DD48198D-97BE-4403-8193-0156EAF82AB1}', NULL, '2023-06-27 15:07:26', NULL, '{E8818128-EAE1-4180-9661-418B7DDB19E2}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(283, '2.01E+13', '{25C5C530-BD95-4D33-A602-35B32B5757F6}', NULL, '2023-06-27 15:07:26', NULL, '{BEF12600-861A-416A-B628-8D50129CC44A}', NULL, NULL, NULL, 467.50, 0.00, 467.50, 0, 0),
(284, '2.01E+13', '{44DA2B2C-A92B-4BD3-80ED-2D7E74F51C0E}', NULL, '2023-06-27 15:07:26', NULL, '{7D2CA49E-5EBE-4E7F-BC85-0F68921F2B3E}', NULL, NULL, NULL, 675.00, 0.00, 675.00, 0, 0),
(285, '2.01E+13', '{B6C85F57-8F64-4451-BACE-85762EABA18A}', NULL, '2023-06-27 15:07:26', NULL, '{B7473530-0C3E-4A5B-8FEC-65E18BDC0476}', NULL, NULL, NULL, 1450.00, 0.00, 1450.00, 0, 0),
(286, '2.01E+13', '{538AC15F-0A5A-4BF4-9FD3-7355059D0C00}', NULL, '2023-06-27 15:07:26', NULL, '{67036253-2D43-4CE1-A275-0078A1AF8A66}', NULL, NULL, NULL, 531.00, 0.00, 531.00, 0, 0),
(289, '2.01E+13', '{538AC15F-0A5A-4BF4-9FD3-7355059D0C00}', NULL, '2023-06-27 15:07:26', NULL, '{D871879B-04AE-4EB7-A851-26768AFD814E}', NULL, NULL, NULL, 1147.50, 0.00, 1147.50, 0, 0),
(291, '2.01E+13', '{4D58BB7C-EA89-464F-A673-7BA399AE1853}', NULL, '2023-06-27 15:07:26', NULL, '{F746FD21-E6EE-44EC-BEF0-D4913D65C5C1}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(292, '2.01E+13', '{46DE6A4B-951F-4527-83EA-26DE93C36775}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 495.00, 0.00, 495.00, 0, 0),
(293, '2.01E+13', '{46DE6A4B-951F-4527-83EA-26DE93C36775}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 495.00, 0.00, 495.00, 0, 0),
(295, '2.01E+13', '{46DE6A4B-951F-4527-83EA-26DE93C36775}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 495.00, 0.00, 495.00, 0, 0),
(299, '2.01E+13', '{85060DB2-336A-422C-AAE9-8E2524C0FDCA}', NULL, '2023-06-27 15:07:26', NULL, '{A54AE0CC-1893-4C64-97F7-89B8396CC68D}', NULL, NULL, NULL, 297.50, 0.00, 297.50, 0, 0),
(300, '2.01E+13', '{85060DB2-336A-422C-AAE9-8E2524C0FDCA}', NULL, '2023-06-27 15:07:26', NULL, '{9D4FACD3-732C-4B4F-8039-FBCBBA6DF7B1}', NULL, NULL, NULL, 325.00, 0.00, 325.00, 0, 0),
(301, '2.01E+13', '{CA0C48A9-107B-463B-B132-D34268E308C2}', NULL, '2023-06-27 15:07:26', NULL, '{496AFE15-4338-45A1-A249-3918BE1CC050}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(303, '2.01E+13', '{99666753-2B28-40A3-8C44-8A1A21CFD551}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(304, '2.01E+13', '{8A304A25-1B01-4F20-92FC-BBC47D6A64B0}', NULL, '2023-06-27 15:07:26', NULL, '{4599BAEA-8A39-43D0-BBF3-73ABB225330D}', NULL, NULL, NULL, 295.00, 0.00, 295.00, 0, 0),
(306, '2.01E+13', '{762F3C02-43B5-4E75-85F5-ABEF6A21183E}', NULL, '2023-06-27 15:07:26', NULL, '{CD7B05A7-8D64-4B5A-82E9-0833F634CA63}', NULL, NULL, NULL, 450.00, 0.00, 450.00, 0, 0),
(307, '2.01E+13', '{EBEB0755-B94D-418F-A81E-65E7149D9680}', NULL, '2023-06-27 15:07:26', NULL, '{AE048532-E400-4740-9CEB-FA02C66D74A1}', NULL, NULL, NULL, 525.00, 0.00, 525.00, 0, 0),
(308, '2.01E+13', '{0C046872-7B34-4D28-A033-FB5F58703F70}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 299.00, 0.00, 299.00, 0, 0),
(309, '2.01E+13', '{8A304A25-1B01-4F20-92FC-BBC47D6A64B0}', NULL, '2023-06-27 15:07:26', NULL, '{B0D7244A-E5B9-4D97-B896-14430204D02E}', NULL, NULL, NULL, 150.00, 0.00, 150.00, 0, 0),
(310, '2.01E+13', '{D07FDF0B-68A8-484A-8154-1795549725B2}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(312, '2.01E+13', '{D07FDF0B-68A8-484A-8154-1795549725B2}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(313, '2.01E+13', '{D07FDF0B-68A8-484A-8154-1795549725B2}', NULL, '2023-06-27 15:07:26', NULL, '{BFBBDCE4-9E6B-4CA8-A22B-A46C2BF6D103}', NULL, NULL, NULL, 595.00, 0.00, 595.00, 0, 0),
(314, '2.01E+13', '{D07FDF0B-68A8-484A-8154-1795549725B2}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(317, '2.01E+13', '{2C9D7DCA-4D7B-4CC9-8A2F-8A9E8E836592}', NULL, '2023-06-27 15:07:26', NULL, '{97609A10-DED9-4203-8E5A-62AD7E8C82CC}', NULL, NULL, NULL, 480.00, 0.00, 480.00, 0, 0),
(318, '2.01E+13', '{2C9D7DCA-4D7B-4CC9-8A2F-8A9E8E836592}', NULL, '2023-06-27 15:07:26', NULL, '{97609A10-DED9-4203-8E5A-62AD7E8C82CC}', NULL, NULL, NULL, 480.00, 0.00, 480.00, 0, 0),
(320, '2.01E+13', '{A648C5B8-F371-4BB7-8F8C-1B49DEA38842}', NULL, '2023-06-27 15:07:26', NULL, '{DF50C4E7-33B8-4007-B9D1-BD74039DA669}', NULL, NULL, NULL, 950.00, 0.00, 950.00, 0, 0),
(321, '2.01E+13', '{D72CFEA4-7A15-4FCC-8295-C6C47109BEF1}', NULL, '2023-06-27 15:07:26', NULL, '{4F17B732-BBD1-433E-BB5F-D1DBAC348F1A}', NULL, NULL, NULL, 850.00, 0.00, 850.00, 0, 0),
(322, '2.01E+13', '{E3D7C873-8070-4F75-AE6B-DB0A4BCC3099}', NULL, '2023-06-27 15:07:26', NULL, '{08C3B419-DFF4-4C9A-88E9-6849DC684425}', NULL, NULL, NULL, 1100.00, 0.00, 1100.00, 0, 0),
(325, '2.01E+13', '{EC28C6F7-2489-49A9-9591-5EEF0B3EC6A2}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(326, '2.01E+13', '{0523B50A-9099-4F33-9325-F60A45D6D81A}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(327, '2.01E+13', '{0523B50A-9099-4F33-9325-F60A45D6D81A}', NULL, '2023-06-27 15:07:26', NULL, '{F81D8B0A-C6DF-4A55-AE62-99F6D0E2137E}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(330, '2.01E+13', '{DFC97504-B656-4D83-92B9-6B666CDB850C}', NULL, '2023-06-27 15:07:26', NULL, '{261DB2E2-C3E0-4429-BD32-49A055B0DC95}', NULL, NULL, NULL, 756.50, 0.00, 756.50, 0, 0),
(335, '2.01E+13', '{89126A11-BDD8-4621-AC83-93684308B82D}', NULL, '2023-06-27 15:07:26', NULL, '{261DB2E2-C3E0-4429-BD32-49A055B0DC95}', NULL, NULL, NULL, 756.50, 0.00, 756.50, 0, 0),
(340, '2.01E+13', '{037D904B-9C4B-43BA-87DD-4C636C694152}', NULL, '2023-06-27 15:07:26', NULL, '{8430F9BF-5EEF-4977-9B8D-AD28F80C2AE4}', NULL, NULL, NULL, 390.00, 0.00, 390.00, 0, 0),
(341, '2.01E+13', '{037D904B-9C4B-43BA-87DD-4C636C694152}', NULL, '2023-06-27 15:07:26', NULL, '{F746FD21-E6EE-44EC-BEF0-D4913D65C5C1}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(343, '2.01E+13', '{5D24CC6B-6F38-4ADF-8276-360CFF57CFFC}', NULL, '2023-06-27 15:07:26', NULL, '{AEAB957B-7C0D-41FD-85EA-AA22F4FCA4EC}', NULL, NULL, NULL, 351.00, 0.00, 351.00, 0, 0),
(344, '2.01E+13', '{941A4F4D-9A44-41A6-9BAF-41702681CCD7}', NULL, '2023-06-27 15:07:26', NULL, '{AF1048A1-B9E3-43C6-A9FD-B7394EF53217}', NULL, NULL, NULL, 841.50, 0.00, 841.50, 0, 0),
(345, '2.01E+13', '{941A4F4D-9A44-41A6-9BAF-41702681CCD7}', NULL, '2023-06-27 15:07:26', NULL, '{2EF2F0D6-A270-4EB9-AF2D-498D9811060F}', NULL, NULL, NULL, 280.00, 0.00, 280.00, 0, 0),
(346, '2.01E+13', '{941A4F4D-9A44-41A6-9BAF-41702681CCD7}', NULL, '2023-06-27 15:07:26', NULL, '{961667BC-6BF7-4C25-8F1B-0DD7124BEEE8}', NULL, NULL, NULL, 520.00, 0.00, 520.00, 0, 0),
(347, '2.01E+13', '{941A4F4D-9A44-41A6-9BAF-41702681CCD7}', NULL, '2023-06-27 15:07:26', NULL, '{52A4D88B-DF52-4544-97C2-AB84C4D3F827}', NULL, NULL, NULL, 900.00, 0.00, 900.00, 0, 0),
(348, '2.01E+13', '{941A4F4D-9A44-41A6-9BAF-41702681CCD7}', NULL, '2023-06-27 15:07:26', NULL, '{CE26758C-4F50-4AD1-B11B-9DAEE3F2A457}', NULL, NULL, NULL, 650.00, 0.00, 650.00, 0, 0),
(349, '2.01E+13', '{1605FAFC-117A-4307-8E00-3F3A31A52019}', NULL, '2023-06-27 15:07:26', NULL, '{E1AE712F-B3BA-4DB0-B9AA-598F503A9BB6}', NULL, NULL, NULL, 1334.50, 0.00, 1334.50, 0, 0),
(28, '2.01E+13', '{A2BCE6D6-611C-4F52-B965-7474DBAF8BAC}', NULL, '2023-06-27 15:07:26', NULL, '{AE048532-E400-4740-9CEB-FA02C66D74A1}', NULL, NULL, NULL, 475.00, 1375.00, 1850.00, 0, 0),
(32, '2.01E+13', '{A2BCE6D6-611C-4F52-B965-7474DBAF8BAC}', NULL, '2023-06-27 15:07:26', NULL, '{32FDE6A3-F15A-4F01-AD0B-C634A5FACE7B}', NULL, NULL, NULL, 70.20, 28.00, 98.20, 0, 0),
(46, '2.01E+13', '{0D44A915-8693-4088-A52F-7EFD5A9DF980}', NULL, '2023-06-27 15:07:26', NULL, '{3EFD7006-4278-4CAD-9AE9-927C38CCD22C}', NULL, NULL, NULL, 625.00, 0.00, 625.00, 0, 0),
(47, '2.01E+13', '{0D44A915-8693-4088-A52F-7EFD5A9DF980}', NULL, '2023-06-27 15:07:26', NULL, '{A2BF2624-2030-4F8F-A6F5-A14BFDDA5391}', NULL, NULL, NULL, 408.00, 0.00, 408.00, 0, 0),
(54, '2.01E+13', '{EAF01384-B380-4A6E-8A88-7A148A0E19BF}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(55, '2.01E+13', '{EAF01384-B380-4A6E-8A88-7A148A0E19BF}', NULL, '2023-06-27 15:07:26', NULL, '{261DB2E2-C3E0-4429-BD32-49A055B0DC95}', NULL, NULL, NULL, 756.50, 0.00, 756.50, 0, 0),
(77, '2.01E+13', '{007A9F74-DFB6-47F2-8514-59B708B53560}', NULL, '2023-06-27 15:07:26', NULL, '{8E510940-44D0-468F-8277-28CA40F83516}', NULL, NULL, NULL, 980.00, 0.00, 980.00, 0, 0),
(78, '2.01E+13', '{007A9F74-DFB6-47F2-8514-59B708B53560}', NULL, '2023-06-27 15:07:26', NULL, '{7D2CA49E-5EBE-4E7F-BC85-0F68921F2B3E}', NULL, NULL, NULL, 675.00, 0.00, 675.00, 0, 0),
(79, '2.01E+13', '{007A9F74-DFB6-47F2-8514-59B708B53560}', NULL, '2023-06-27 15:07:26', NULL, '{6C23A19D-E8E1-4020-81AB-02B8A1B5C685}', NULL, NULL, NULL, 675.00, 0.00, 675.00, 0, 0),
(96, '2.01E+13', '{36FCC481-A19B-4E98-AD0B-282933A1092D}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(97, '2.01E+13', '{36FCC481-A19B-4E98-AD0B-282933A1092D}', NULL, '2023-06-27 15:07:26', NULL, '{CD7B05A7-8D64-4B5A-82E9-0833F634CA63}', NULL, NULL, NULL, 450.00, 0.00, 450.00, 0, 0),
(104, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{BEF12600-861A-416A-B628-8D50129CC44A}', NULL, NULL, NULL, 467.50, 0.00, 467.50, 0, 0),
(105, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{AB5034E0-4453-4F3F-9714-8185460C58E0}', NULL, NULL, NULL, 750.00, 0.00, 750.00, 0, 0),
(106, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{E5076115-9759-45C9-B378-17BAB85591E3}', NULL, NULL, NULL, 725.00, 0.00, 725.00, 0, 0),
(168, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{A0DBA5F7-8EFB-406E-B306-EE56944DE5DB}', NULL, NULL, NULL, 71.00, 33.00, 104.00, 0, 0),
(216, '2.01E+13', '{2AE6AD8B-F68D-477E-A4D7-4243D1EA37CA}', NULL, '2023-06-27 15:07:26', NULL, '{AE048532-E400-4740-9CEB-FA02C66D74A1}', NULL, NULL, NULL, 525.00, 0.00, 525.00, 0, 0),
(240, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{5E88BBA6-D903-479A-A959-FA0648D430D1}', NULL, NULL, NULL, 300.00, 0.00, 300.00, 0, 0),
(241, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{1F3B91FA-D26E-40E0-814F-D8F90D301951}', NULL, NULL, NULL, 400.00, 0.00, 400.00, 0, 0),
(242, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{2B7726C8-2D6F-4682-B560-C930EC356214}', NULL, NULL, NULL, 252.00, 0.00, 252.00, 0, 0),
(243, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(254, '2.01E+13', '{1C7C683D-998E-473A-B1CB-E92A5C190255}', NULL, '2023-06-27 15:07:26', NULL, '{45004B43-64CE-4E77-9B90-2E16E4877786}', NULL, NULL, NULL, 700.00, 0.00, 700.00, 0, 0),
(290, '2.01E+13', '{538AC15F-0A5A-4BF4-9FD3-7355059D0C00}', NULL, '2023-06-27 15:07:26', NULL, '{DDCF4F91-0180-4ACA-AB0B-0487B98ED1F7}', NULL, NULL, NULL, 595.00, 0.00, 595.00, 0, 0),
(294, '2.01E+13', '{46DE6A4B-951F-4527-83EA-26DE93C36775}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 495.00, 0.00, 495.00, 0, 0);
INSERT INTO `cart` (`Id`, `OrderId`, `UserId`, `login_ip`, `createdAt`, `mac_id`, `BookId`, `AuthorId`, `journalid`, `journalYear`, `Amount`, `ShippingCharges`, `TotalAmount`, `quantity`, `isDeleted`) VALUES
(297, '2.01E+13', '{76BAC1DC-FA06-4D51-AFC9-82680F17059D}', NULL, '2023-06-27 15:07:26', NULL, '{E8818128-EAE1-4180-9661-418B7DDB19E2}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(305, '2.01E+13', '{762F3C02-43B5-4E75-85F5-ABEF6A21183E}', NULL, '2023-06-27 15:07:26', NULL, '{CD7B05A7-8D64-4B5A-82E9-0833F634CA63}', NULL, NULL, NULL, 450.00, 0.00, 450.00, 0, 0),
(311, '2.01E+13', '{D07FDF0B-68A8-484A-8154-1795549725B2}', NULL, '2023-06-27 15:07:26', NULL, '{BFBBDCE4-9E6B-4CA8-A22B-A46C2BF6D103}', NULL, NULL, NULL, 595.00, 0.00, 595.00, 0, 0),
(323, '2.01E+13', '{78DA41AA-C838-41F3-A548-24C610785210}', NULL, '2023-06-27 15:07:26', NULL, '{08C3B419-DFF4-4C9A-88E9-6849DC684425}', NULL, NULL, NULL, 1100.00, 0.00, 1100.00, 0, 0),
(328, '2.01E+13', '{0523B50A-9099-4F33-9325-F60A45D6D81A}', NULL, '2023-06-27 15:07:26', NULL, '{9D4FACD3-732C-4B4F-8039-FBCBBA6DF7B1}', NULL, NULL, NULL, 325.00, 0.00, 325.00, 0, 0),
(329, '2.01E+13', '{0523B50A-9099-4F33-9325-F60A45D6D81A}', NULL, '2023-06-27 15:07:26', NULL, '{5031EBA4-F012-42FD-B554-B1D82D95AFDB}', NULL, NULL, NULL, 335.75, 0.00, 335.75, 0, 0),
(333, '2.01E+13', '{37CDE76D-9DAD-4417-AE6F-A99730DC7AEF}', NULL, '2023-06-27 15:07:26', NULL, '{08C3B419-DFF4-4C9A-88E9-6849DC684425}', NULL, NULL, NULL, 1100.00, 0.00, 1100.00, 0, 0),
(334, '2.01E+13', '{37CDE76D-9DAD-4417-AE6F-A99730DC7AEF}', NULL, '2023-06-27 15:07:26', NULL, '{08C3B419-DFF4-4C9A-88E9-6849DC684425}', NULL, NULL, NULL, 1100.00, 0.00, 1100.00, 0, 0),
(350, '2.01E+13', '{5FE86920-BF9F-4238-973F-3D551333AC8D}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 299.00, 0.00, 299.00, 0, 0),
(352, '2.01E+13', '{C56F145A-F012-4439-A130-308DC74B8EEC}', NULL, '2023-06-27 15:07:26', NULL, '{51C365F6-73C6-43C8-870B-0A0DD3E72A3D}', NULL, NULL, NULL, 382.50, 0.00, 382.50, 0, 0),
(353, '2.01E+13', '{C56F145A-F012-4439-A130-308DC74B8EEC}', NULL, '2023-06-27 15:07:26', NULL, '{71B6B418-C2FC-4E86-90F0-691F501E320F}', NULL, NULL, NULL, 220.00, 0.00, 220.00, 0, 0),
(354, '2.01E+13', '{B9D65536-7F6F-4EAB-95F4-A319FCFCD81D}', NULL, '2023-06-27 15:07:26', NULL, '{DF50C4E7-33B8-4007-B9D1-BD74039DA669}', NULL, NULL, NULL, 950.00, 0.00, 950.00, 0, 0),
(355, '2.01E+13', '{B9D65536-7F6F-4EAB-95F4-A319FCFCD81D}', NULL, '2023-06-27 15:07:26', NULL, '{DF50C4E7-33B8-4007-B9D1-BD74039DA669}', NULL, NULL, NULL, 950.00, 0.00, 950.00, 0, 0),
(356, '2.01E+13', '{FAEFB331-5D74-4D70-BEF6-9EBC15B2838F}', NULL, '2023-06-27 15:07:26', NULL, '{FCCDD4AF-1873-4424-9104-08AE604D74D0}', NULL, NULL, NULL, 1150.00, 0.00, 1150.00, 0, 0),
(358, '2.01E+13', '{FAEFB331-5D74-4D70-BEF6-9EBC15B2838F}', NULL, '2023-06-27 15:07:26', NULL, '{FCCDD4AF-1873-4424-9104-08AE604D74D0}', NULL, NULL, NULL, 1150.00, 0.00, 1150.00, 0, 0),
(359, '2.01E+13', '{FAEFB331-5D74-4D70-BEF6-9EBC15B2838F}', NULL, '2023-06-27 15:07:26', NULL, '{FCCDD4AF-1873-4424-9104-08AE604D74D0}', NULL, NULL, NULL, 1150.00, 0.00, 1150.00, 0, 0),
(360, '2.01E+13', '{7642A10A-CC62-4186-A2DC-68A98D39700A}', NULL, '2023-06-27 15:07:26', NULL, '{714353FD-E377-4A64-913C-3557B946D5D1}', NULL, NULL, NULL, 625.00, 0.00, 625.00, 0, 0),
(361, '2.01E+13', '{9B4FED25-F8C2-4F91-AB1D-6CEE90D5C433}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(362, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{7D2CA49E-5EBE-4E7F-BC85-0F68921F2B3E}', NULL, NULL, NULL, 375.00, 0.00, 375.00, 0, 0),
(363, '2.01E+13', '{07B490AE-22F2-4E38-8B80-930CD58B1120}', NULL, '2023-06-27 15:07:26', NULL, '{9391D4F8-C82D-4A98-A163-FB4D0B5EE164}', NULL, NULL, NULL, 1181.50, 0.00, 1181.50, 0, 0),
(364, '2.01E+13', '{116ED4B4-6C5F-489E-83A9-3026D89196CA}', NULL, '2023-06-27 15:07:26', NULL, '{BFBBDCE4-9E6B-4CA8-A22B-A46C2BF6D103}', NULL, NULL, NULL, 595.00, 0.00, 595.00, 0, 0),
(365, '2.01E+13', '{DA3F73F9-85F8-4941-A705-59BC9C1D29AF}', NULL, '2023-06-27 15:07:26', NULL, '{496AFE15-4338-45A1-A249-3918BE1CC050}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(366, '2.01E+13', '{237811C3-501B-4996-9ABC-177E84E9518F}', NULL, '2023-06-27 15:07:26', NULL, '{FCCDD4AF-1873-4424-9104-08AE604D74D0}', NULL, NULL, NULL, 1150.00, 0.00, 1150.00, 0, 0),
(367, '2.01E+13', '{46FCD28B-CADE-4815-8871-68D99BE75C16}', NULL, '2023-06-27 15:07:26', NULL, '{2E91E384-8F8D-4DD3-A6E4-0054FAA67BB1}', NULL, NULL, NULL, 850.00, 0.00, 850.00, 0, 0),
(368, '2.01E+13', '{A73434EB-ABD6-4985-8BED-C6B1751892E6}', NULL, '2023-06-27 15:07:26', NULL, '{DB707A4D-A50E-42DE-B2A0-1D06EAF09A55}', NULL, NULL, NULL, 517.50, 0.00, 517.50, 0, 0),
(369, '2.01E+13', '{91D16212-8FA1-49A5-A9EB-B7D580AF40D6}', NULL, '2023-06-27 15:07:26', NULL, '{45004B43-64CE-4E77-9B90-2E16E4877786}', NULL, NULL, NULL, 950.00, 0.00, 950.00, 0, 0),
(370, '2.01E+13', '{46A520A1-163B-4906-8847-146997BD3724}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(371, '2.01E+13', '{4318D2C3-390C-488B-9F23-E068333294A0}', NULL, '2023-06-27 15:07:26', NULL, '{B7473530-0C3E-4A5B-8FEC-65E18BDC0476}', NULL, NULL, NULL, 1450.00, 0.00, 1450.00, 0, 0),
(372, '2.01E+13', '{BF003571-9C31-4FD4-808A-9651FE8877D0}', NULL, '2023-06-27 15:07:26', NULL, '{A0DBA5F7-8EFB-406E-B306-EE56944DE5DB}', NULL, NULL, NULL, 980.00, 0.00, 980.00, 0, 0),
(373, '2.01E+13', '{188F5E04-099C-4BAD-8241-6C53DA0AD898}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(374, '2.01E+13', '{25F52615-D19C-4E3D-AA0C-E0D94CF55982}', NULL, '2023-06-27 15:07:26', NULL, '{4599BAEA-8A39-43D0-BBF3-73ABB225330D}', NULL, NULL, NULL, 295.00, 0.00, 295.00, 0, 0),
(375, '2.01E+13', '{3B966BC1-AD74-4A49-8EE7-B192AD066E1E}', NULL, '2023-06-27 15:07:26', NULL, '{714353FD-E377-4A64-913C-3557B946D5D1}', NULL, NULL, NULL, 625.00, 0.00, 625.00, 0, 0),
(376, '2.01E+13', '{81061ED3-7683-42D1-9D38-EEFA44CEF647}', NULL, '2023-06-27 15:07:26', NULL, '{DB707A4D-A50E-42DE-B2A0-1D06EAF09A55}', NULL, NULL, NULL, 517.50, 0.00, 517.50, 0, 0),
(377, '2.01E+13', '{81061ED3-7683-42D1-9D38-EEFA44CEF647}', NULL, '2023-06-27 15:07:26', NULL, '{DB707A4D-A50E-42DE-B2A0-1D06EAF09A55}', NULL, NULL, NULL, 517.50, 0.00, 517.50, 0, 0),
(378, '2.01E+13', '{8239700C-558C-488D-9830-9FD7ECEC2B86}', NULL, '2023-06-27 15:07:26', NULL, '{DA310F7D-F1E1-4D3F-A932-8AF9C214E08A}', NULL, NULL, NULL, 427.50, 0.00, 427.50, 0, 0),
(379, '2.01E+13', '{8239700C-558C-488D-9830-9FD7ECEC2B86}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(381, '2.01E+13', '{5E0442A7-6CFF-445D-83FD-C072F8305FF0}', NULL, '2023-06-27 15:07:26', NULL, '{51C365F6-73C6-43C8-870B-0A0DD3E72A3D}', NULL, NULL, NULL, 382.50, 0.00, 382.50, 0, 0),
(384, '2.01E+13', '{C3566816-6B39-427B-A3D7-DFE462E9A5FD}', NULL, '2023-06-27 15:07:26', NULL, '{EFBBFEEE-79B9-4AD6-9B24-B7BB6BE22567}', NULL, NULL, NULL, 589.50, 0.00, 589.50, 0, 0),
(385, '2.01E+13', '{C3566816-6B39-427B-A3D7-DFE462E9A5FD}', NULL, '2023-06-27 15:07:26', NULL, '{252201FB-369C-4BC6-9386-B11713665A52}', NULL, NULL, NULL, 1275.00, 0.00, 1275.00, 0, 0),
(386, '2.01E+13', '{C3566816-6B39-427B-A3D7-DFE462E9A5FD}', NULL, '2023-06-27 15:07:26', NULL, '{5F2E7738-825A-4590-A755-F42F65C4AB40}', NULL, NULL, NULL, 625.50, 0.00, 625.50, 0, 0),
(387, '2.01E+13', '{C3566816-6B39-427B-A3D7-DFE462E9A5FD}', NULL, '2023-06-27 15:07:26', NULL, '{A7AE013A-9CF5-415F-B400-A4FAC195A10A}', NULL, NULL, NULL, 382.50, 0.00, 382.50, 0, 0),
(388, '2.01E+13', '{DFF7A355-0128-4DFA-A7E6-E4BE6DC40E29}', NULL, '2023-06-27 15:07:26', NULL, '{D003BBEB-8088-4FF9-A4CA-13E478CDA2D9}', NULL, NULL, NULL, 950.00, 0.00, 950.00, 0, 0),
(390, '2.01E+13', '{5E0442A7-6CFF-445D-83FD-C072F8305FF0}', NULL, '2023-06-27 15:07:26', NULL, '{51C365F6-73C6-43C8-870B-0A0DD3E72A3D}', NULL, NULL, NULL, 382.50, 0.00, 382.50, 0, 0),
(391, '2.01E+13', '{8239700C-558C-488D-9830-9FD7ECEC2B86}', NULL, '2023-06-27 15:07:26', NULL, '{758AE57A-FCDD-495C-B8E8-3EEF60357DE3}', NULL, NULL, NULL, 1595.00, 0.00, 1595.00, 0, 0),
(392, '2.01E+13', '{5A629B81-4278-4DBC-AE59-C81875667D5B}', NULL, '2023-06-27 15:07:26', NULL, '{2EF2F0D6-A270-4EB9-AF2D-498D9811060F}', NULL, NULL, NULL, 280.00, 0.00, 280.00, 0, 0),
(394, '2.01E+13', '{5A629B81-4278-4DBC-AE59-C81875667D5B}', NULL, '2023-06-27 15:07:26', NULL, '{EF1313ED-016D-4F97-9C10-F72BDC787CEF}', NULL, NULL, NULL, 130.00, 0.00, 130.00, 0, 0),
(395, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{F51093BB-7FEA-4EE5-8127-62254527943D}', NULL, NULL, NULL, 1295.00, 0.00, 1295.00, 0, 0),
(396, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{758AE57A-FCDD-495C-B8E8-3EEF60357DE3}', NULL, NULL, NULL, 93.00, 0.00, 93.00, 0, 0),
(397, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{DFA4F9EE-7C0F-4CEF-8482-43AE65CCEE8C}', NULL, NULL, NULL, 59.00, 0.00, 59.00, 0, 0),
(398, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{F51093BB-7FEA-4EE5-8127-62254527943D}', NULL, NULL, NULL, 84.00, 33.00, 117.00, 0, 0),
(401, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{F51093BB-7FEA-4EE5-8127-62254527943D}', NULL, NULL, NULL, 84.00, 33.00, 117.00, 0, 0),
(402, '2.01E+13', '{9974161C-232D-4012-BFC2-A4991F73DD74}', NULL, '2023-06-27 15:07:26', NULL, '{D472FACA-B0F5-4841-B402-74AAF0CE2F01}', NULL, NULL, NULL, 1500.00, 0.00, 1500.00, 0, 0),
(403, '2.01E+13', '{4FAD0D0D-0073-4B4C-B734-0D08E820799C}', NULL, '2023-06-27 15:07:26', NULL, '{DF50C4E7-33B8-4007-B9D1-BD74039DA669}', NULL, NULL, NULL, 950.00, 0.00, 950.00, 0, 0),
(404, '2.01E+13', '{74D7C210-7430-468F-B2A4-E135B56A1C63}', NULL, '2023-06-27 15:07:26', NULL, '{714353FD-E377-4A64-913C-3557B946D5D1}', NULL, NULL, NULL, 625.00, 0.00, 625.00, 0, 0),
(405, '2.01E+13', '{012BC3DA-60A3-483C-8A1A-ECF794FE89A3}', NULL, '2023-06-27 15:07:26', NULL, '{63BB7A6E-91F5-4B2E-A47A-9C4C75585026}', NULL, NULL, NULL, 361.25, 0.00, 361.25, 0, 0),
(406, '2.01E+13', '{07B490AE-22F2-4E38-8B80-930CD58B1120}', NULL, '2023-06-27 15:07:26', NULL, '{A54AE0CC-1893-4C64-97F7-89B8396CC68D}', NULL, NULL, NULL, 297.50, 0.00, 297.50, 0, 0),
(407, '2.01E+13', '{F34FCCF2-4033-430A-BFAA-EF41887B4E04}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(410, '2.01E+13', '{60A4F9FA-B64A-4BA4-A981-40A4445F4A7E}', NULL, '2023-06-27 15:07:26', NULL, '{8430F9BF-5EEF-4977-9B8D-AD28F80C2AE4}', NULL, NULL, NULL, 390.00, 0.00, 390.00, 0, 0),
(411, '2.01E+13', '{60A4F9FA-B64A-4BA4-A981-40A4445F4A7E}', NULL, '2023-06-27 15:07:26', NULL, '{F51093BB-7FEA-4EE5-8127-62254527943D}', NULL, NULL, NULL, 1295.00, 0.00, 1295.00, 0, 0),
(412, '2.01E+13', '{0766B361-0714-49F1-850B-D7D32F2E6162}', NULL, '2023-06-27 15:07:26', NULL, '{6E024E91-2AC4-4947-92BC-FF081F4160BD}', NULL, NULL, NULL, 495.00, 0.00, 495.00, 0, 0),
(416, '2.01E+13', '{C8AA2376-ED68-4FAA-87D8-83253D601A76}', NULL, '2023-06-27 15:07:26', NULL, '{F0BD8CE9-1CA2-41DF-9828-AC17F2BB5B80}', NULL, NULL, NULL, 38.70, 28.00, 66.70, 0, 0),
(417, '2.01E+13', '{C8AA2376-ED68-4FAA-87D8-83253D601A76}', NULL, '2023-06-27 15:07:26', NULL, '{C332575C-BF75-4F9B-9AFE-ACA2F88E2F7E}', NULL, NULL, NULL, 68.00, 33.00, 101.00, 0, 0),
(420, '2.01E+13', '{F86F2334-14F0-4774-9703-2939C6555A4F}', NULL, '2023-06-27 15:07:26', NULL, '{496AFE15-4338-45A1-A249-3918BE1CC050}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(423, '2.01E+13', '{99EE606A-1C94-48F2-BF62-5BAAC4B32861}', NULL, '2023-06-27 15:07:26', NULL, '{18FF7C63-B223-4690-BB63-B18D405CB9E0}', NULL, NULL, NULL, 1345.50, 0.00, 1345.50, 0, 0),
(424, '2.01E+13', '{0D1D01DE-F3FD-45CB-AEE8-1BB8F855A715}', NULL, '2023-06-27 15:07:26', NULL, '{93B8997B-A66D-4219-B4A8-F4722426FC4C}', NULL, NULL, NULL, 525.00, 0.00, 525.00, 0, 0),
(426, '2.01E+13', '{034EBE15-8753-4CCC-A5BC-D09077E921B1}', NULL, '2023-06-27 15:07:26', NULL, '{DA310F7D-F1E1-4D3F-A932-8AF9C214E08A}', NULL, NULL, NULL, 427.50, 0.00, 427.50, 0, 0),
(427, '2.01E+13', '{034EBE15-8753-4CCC-A5BC-D09077E921B1}', NULL, '2023-06-27 15:07:26', NULL, '{570E27D7-6D97-4311-8BFA-97ABAC121410}', NULL, NULL, NULL, 1020.00, 0.00, 1020.00, 0, 0),
(429, '2.01E+13', '{B8263CBE-5D8C-4D20-B0F5-9C46C3CD83D4}', NULL, '2023-06-27 15:07:26', NULL, '{F746FD21-E6EE-44EC-BEF0-D4913D65C5C1}', NULL, NULL, NULL, 370.00, 0.00, 370.00, 0, 0),
(430, '2.01E+13', '{EB4508E8-7170-4B29-AA93-EA61D923D2B1}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(48, '2.01E+13', '{0D44A915-8693-4088-A52F-7EFD5A9DF980}', NULL, '2023-06-27 15:07:26', NULL, '{AB5034E0-4453-4F3F-9714-8185460C58E0}', NULL, NULL, NULL, 750.00, 0.00, 750.00, 0, 0),
(53, '2.01E+13', '{EAF01384-B380-4A6E-8A88-7A148A0E19BF}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 360.00, 0.00, 360.00, 0, 0),
(59, '2.01E+13', '{A28882BA-FD65-4E6D-82D6-2FB453EC3554}', NULL, '2023-06-27 15:07:26', NULL, '{261DB2E2-C3E0-4429-BD32-49A055B0DC95}', NULL, NULL, NULL, 756.50, 0.00, 756.50, 0, 0),
(125, '2.01E+13', '{F5260E4E-EC4B-4300-A160-AC7480A32739}', NULL, '2023-06-27 15:07:26', NULL, '{F746FD21-E6EE-44EC-BEF0-D4913D65C5C1}', NULL, NULL, NULL, 24.00, 22.00, 46.00, 0, 0),
(139, '2.01E+13', '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', NULL, '2023-06-27 15:07:26', NULL, '{BEF12600-861A-416A-B628-8D50129CC44A}', NULL, NULL, NULL, 467.50, 0.00, 467.50, 0, 0),
(152, '2.01E+13', '{578A0926-B714-41E9-BA85-30129ABF8D04}', NULL, '2023-06-27 15:07:26', NULL, '{255BB3B4-6061-4633-B039-B5EA9CD1F027}', NULL, NULL, NULL, 297.50, 0.00, 297.50, 0, 0),
(194, '2.01E+13', '{54F5DF3A-3F0E-4FEF-94F5-66CDDB002797}', NULL, '2023-06-27 15:07:26', NULL, '{67036253-2D43-4CE1-A275-0078A1AF8A66}', NULL, NULL, NULL, 590.00, 0.00, 590.00, 0, 0),
(202, '2.01E+13', '{BBAD6F40-1156-4AEE-A602-CDB2A7B06254}', NULL, '2023-06-27 15:07:26', NULL, '{5031EBA4-F012-42FD-B554-B1D82D95AFDB}', NULL, NULL, NULL, 335.75, 0.00, 335.75, 0, 0),
(203, '2.01E+13', '{BBAD6F40-1156-4AEE-A602-CDB2A7B06254}', NULL, '2023-06-27 15:07:26', NULL, '{1F3B91FA-D26E-40E0-814F-D8F90D301951}', NULL, NULL, NULL, 400.00, 0.00, 400.00, 0, 0),
(319, '2.01E+13', '{BE78ACC6-38EC-43E3-A57E-12A723B7CB56}', NULL, '2023-06-27 15:07:26', NULL, '{AE048532-E400-4740-9CEB-FA02C66D74A1}', NULL, NULL, NULL, 525.00, 0.00, 525.00, 0, 0),
(351, '2.01E+13', '{5FE86920-BF9F-4238-973F-3D551333AC8D}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 299.00, 0.00, 299.00, 0, 0),
(382, '2.01E+13', '{DAE053F5-DC49-4270-AC0F-C7753BCFFC99}', NULL, '2023-06-27 15:07:26', NULL, '{B35451A1-5D9C-433D-8CD7-ACCC49928769}', NULL, NULL, NULL, 299.00, 0.00, 299.00, 0, 0),
(383, '2.01E+13', '{DAE053F5-DC49-4270-AC0F-C7753BCFFC99}', NULL, '2023-06-27 15:07:26', NULL, '{45004B43-64CE-4E77-9B90-2E16E4877786}', NULL, NULL, NULL, 950.00, 0.00, 950.00, 0, 0),
(389, '2.01E+13', '{DFF7A355-0128-4DFA-A7E6-E4BE6DC40E29}', NULL, '2023-06-27 15:07:26', NULL, '{DB68CD6F-A16A-4893-9FF5-02631B35F109}', NULL, NULL, NULL, 765.00, 0.00, 765.00, 0, 0),
(393, '2.01E+13', '{5A629B81-4278-4DBC-AE59-C81875667D5B}', NULL, '2023-06-27 15:07:26', NULL, '{714353FD-E377-4A64-913C-3557B946D5D1}', NULL, NULL, NULL, 625.00, 0.00, 625.00, 0, 0),
(399, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{F51093BB-7FEA-4EE5-8127-62254527943D}', NULL, NULL, NULL, 84.00, 33.00, 117.00, 0, 0),
(408, '2.01E+13', '{84B93633-6970-4A75-8328-900742D9CAE7}', NULL, '2023-06-27 15:07:26', NULL, '{6E024E91-2AC4-4947-92BC-FF081F4160BD}', NULL, NULL, NULL, 495.00, 0.00, 495.00, 0, 0),
(409, '2.01E+13', '{4D0C83B8-EC32-44C7-9BB8-A4AD6AF17D18}', NULL, '2023-06-27 15:07:26', NULL, '{71B6B418-C2FC-4E86-90F0-691F501E320F}', NULL, NULL, NULL, 220.00, 0.00, 220.00, 0, 0),
(413, '2.01E+13', '{2469B657-2F93-47E8-A9AE-6DA7BD4A0944}', NULL, '2023-06-27 15:07:26', NULL, '{4F17B732-BBD1-433E-BB5F-D1DBAC348F1A}', NULL, NULL, NULL, 850.00, 0.00, 850.00, 0, 0),
(415, '2.01E+13', '{60A4F9FA-B64A-4BA4-A981-40A4445F4A7E}', NULL, '2023-06-27 15:07:26', NULL, '{E83F89EA-694B-4538-A4EE-D494B794C5C6}', NULL, NULL, NULL, 1032.00, 0.00, 1032.00, 0, 0),
(418, '2.01E+13', '{7F7C7CA6-8437-4453-8E22-B99717BB5090}', NULL, '2023-06-27 15:07:26', NULL, '{686F9F14-326B-4FAB-AFD2-9719BE140D14}', NULL, NULL, NULL, 892.50, 0.00, 892.50, 0, 0),
(421, '2.01E+13', '{F86F2334-14F0-4774-9703-2939C6555A4F}', NULL, '2023-06-27 15:07:26', NULL, '{496AFE15-4338-45A1-A249-3918BE1CC050}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(422, '2.01E+13', '{F86F2334-14F0-4774-9703-2939C6555A4F}', NULL, '2023-06-27 15:07:26', NULL, '{496AFE15-4338-45A1-A249-3918BE1CC050}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(425, '2.01E+13', '{0D1D01DE-F3FD-45CB-AEE8-1BB8F855A715}', NULL, '2023-06-27 15:07:26', NULL, '{A54AE0CC-1893-4C64-97F7-89B8396CC68D}', NULL, NULL, NULL, 297.50, 0.00, 297.50, 0, 0),
(433, '2.01E+13', '{AC4DBBF7-2750-44CF-AE12-1CC874BD0787}', NULL, '2023-06-27 15:07:26', NULL, '{F746FD21-E6EE-44EC-BEF0-D4913D65C5C1}', NULL, NULL, NULL, 370.00, 0.00, 370.00, 0, 0),
(434, '2.01E+13', '{7753F91A-DBE5-499F-8C6A-1542202CB4BE}', NULL, '2023-06-27 15:07:26', NULL, '{45004B43-64CE-4E77-9B90-2E16E4877786}', NULL, NULL, NULL, 950.00, 0.00, 950.00, 0, 0),
(435, '2.01E+13', '{D17C7EC1-7109-4B68-9984-46A4F9EB4595}', NULL, '2023-06-27 15:07:26', NULL, '{78E78C44-626D-4166-B752-6CCA35FBD982}', NULL, NULL, NULL, 495.00, 0.00, 495.00, 0, 0),
(436, '2.01E+13', '{D17C7EC1-7109-4B68-9984-46A4F9EB4595}', NULL, '2023-06-27 15:07:26', NULL, '{78E78C44-626D-4166-B752-6CCA35FBD982}', NULL, NULL, NULL, 495.00, 0.00, 495.00, 0, 0),
(437, '2.01E+13', '{D17C7EC1-7109-4B68-9984-46A4F9EB4595}', NULL, '2023-06-27 15:07:26', NULL, '{DFA4F9EE-7C0F-4CEF-8482-43AE65CCEE8C}', NULL, NULL, NULL, 930.00, 0.00, 930.00, 0, 0),
(438, '2.01E+13', '{192E9334-C4D3-41FC-B48B-27CE70A654A8}', NULL, '2023-06-27 15:07:26', NULL, '{F746FD21-E6EE-44EC-BEF0-D4913D65C5C1}', NULL, NULL, NULL, 370.00, 0.00, 370.00, 0, 0),
(439, '2.01E+13', '{192E9334-C4D3-41FC-B48B-27CE70A654A8}', NULL, '2023-06-27 15:07:26', NULL, '{F746FD21-E6EE-44EC-BEF0-D4913D65C5C1}', NULL, NULL, NULL, 370.00, 0.00, 370.00, 0, 0),
(442, '2.01E+13', '{D167B1A6-FE76-43F6-90BC-C998D8CE2EEC}', NULL, '2023-06-27 15:07:26', NULL, '{67036253-2D43-4CE1-A275-0078A1AF8A66}', NULL, NULL, NULL, 531.00, 0.00, 531.00, 0, 0),
(445, '2.01E+13', '{6901E897-D18D-4010-B43B-BC3F40508742}', NULL, '2023-06-27 15:07:26', NULL, '{97609A10-DED9-4203-8E5A-62AD7E8C82CC}', NULL, NULL, NULL, 695.00, 0.00, 695.00, 0, 0),
(446, '2.01E+13', '{57EEAD12-7056-41A0-822A-5BF94F23C491}', NULL, '2023-06-27 15:07:26', NULL, '{AF1048A1-B9E3-43C6-A9FD-B7394EF53217}', NULL, NULL, NULL, 841.50, 0.00, 841.50, 0, 0),
(447, '2.01E+13', '{984830E2-CC6C-451C-9065-ABCD759B9370}', NULL, '2023-06-27 15:07:26', NULL, '{F746FD21-E6EE-44EC-BEF0-D4913D65C5C1}', NULL, NULL, NULL, 370.00, 0.00, 370.00, 0, 0),
(448, '2.01E+13', '{984830E2-CC6C-451C-9065-ABCD759B9370}', NULL, '2023-06-27 15:07:26', NULL, '{F746FD21-E6EE-44EC-BEF0-D4913D65C5C1}', NULL, NULL, NULL, 370.00, 0.00, 370.00, 0, 0),
(450, '2.01E+13', '{64C81508-B6D2-41AC-BB41-44A68A53B4A7}', NULL, '2023-06-27 15:07:26', NULL, '{156DD612-9061-446A-B14A-7B197CC56439}', NULL, NULL, NULL, 552.50, 0.00, 552.50, 0, 0),
(451, '2.01E+13', '{B60A49EB-DBF3-4289-863D-2D8560901FEA}', NULL, '2023-06-27 15:07:26', NULL, '{261DB2E2-C3E0-4429-BD32-49A055B0DC95}', NULL, NULL, NULL, 756.50, 0.00, 756.50, 0, 0),
(452, '2.01E+13', '{CBAB4348-1EA1-403C-8983-120C59D04D37}', NULL, '2023-06-27 15:07:26', NULL, '{DFA4F9EE-7C0F-4CEF-8482-43AE65CCEE8C}', NULL, NULL, NULL, 930.00, 0.00, 930.00, 0, 0),
(454, '2.01E+13', '{0827F980-A267-4C55-9B4A-0E0F7E921655}', NULL, '2023-06-27 15:07:26', NULL, '{E4637A8A-619B-4EFE-8865-165A1D98E08E}', NULL, NULL, NULL, 637.50, 0.00, 637.50, 0, 0),
(455, '2.01E+13', '{0827F980-A267-4C55-9B4A-0E0F7E921655}', NULL, '2023-06-27 15:07:26', NULL, '{30E7C44D-4326-4D21-A122-A992E5F9E4F5}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(456, '2.01E+13', '{0827F980-A267-4C55-9B4A-0E0F7E921655}', NULL, '2023-06-27 15:07:26', NULL, '{8430F9BF-5EEF-4977-9B8D-AD28F80C2AE4}', NULL, NULL, NULL, 390.00, 0.00, 390.00, 0, 0),
(457, '2.01E+13', '{0827F980-A267-4C55-9B4A-0E0F7E921655}', NULL, '2023-06-27 15:07:26', NULL, '{AF1048A1-B9E3-43C6-A9FD-B7394EF53217}', NULL, NULL, NULL, 841.50, 0.00, 841.50, 0, 0),
(458, '2.01E+13', '{20A89E96-5907-4987-B894-498E4E76A117}', NULL, '2023-06-27 15:07:26', NULL, '{05493359-13F0-47C7-9487-A30533BBB630}', NULL, NULL, NULL, 675.00, 0.00, 675.00, 0, 0),
(459, '2.01E+13', '{4A60242B-F941-4C37-B8B0-394143213E9C}', NULL, '2023-06-27 15:07:26', NULL, '{E4637A8A-619B-4EFE-8865-165A1D98E08E}', NULL, NULL, NULL, 637.50, 0.00, 637.50, 0, 0),
(460, '2.01E+13', '{4A60242B-F941-4C37-B8B0-394143213E9C}', NULL, '2023-06-27 15:07:26', NULL, '{A54AE0CC-1893-4C64-97F7-89B8396CC68D}', NULL, NULL, NULL, 297.50, 0.00, 297.50, 0, 0),
(461, '2.01E+13', '{4A60242B-F941-4C37-B8B0-394143213E9C}', NULL, '2023-06-27 15:07:26', NULL, '{2EF2F0D6-A270-4EB9-AF2D-498D9811060F}', NULL, NULL, NULL, 280.00, 0.00, 280.00, 0, 0),
(462, '2.01E+13', '{4A60242B-F941-4C37-B8B0-394143213E9C}', NULL, '2023-06-27 15:07:26', NULL, '{30E7C44D-4326-4D21-A122-A992E5F9E4F5}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(463, '2.01E+13', '{4A60242B-F941-4C37-B8B0-394143213E9C}', NULL, '2023-06-27 15:07:26', NULL, '{8430F9BF-5EEF-4977-9B8D-AD28F80C2AE4}', NULL, NULL, NULL, 390.00, 0.00, 390.00, 0, 0),
(464, '2.01E+13', '{3EADCC47-389F-4F72-9F29-3BCF50B69B9B}', NULL, '2023-06-27 15:07:26', NULL, '{261DB2E2-C3E0-4429-BD32-49A055B0DC95}', NULL, NULL, NULL, 756.50, 0.00, 756.50, 0, 0),
(465, '2.01E+13', '{C1226DA1-DE43-4575-BCC3-B23576680518}', NULL, '2023-06-27 15:07:26', NULL, '{E1AE712F-B3BA-4DB0-B9AA-598F503A9BB6}', NULL, NULL, NULL, 1334.50, 0.00, 1334.50, 0, 0),
(466, '2.01E+13', '{C1226DA1-DE43-4575-BCC3-B23576680518}', NULL, '2023-06-27 15:07:26', NULL, '{E1AE712F-B3BA-4DB0-B9AA-598F503A9BB6}', NULL, NULL, NULL, 1334.50, 0.00, 1334.50, 0, 0),
(467, '2.01E+13', '{204719AD-28D4-4E9C-9F16-762F0FDDBD04}', NULL, '2023-06-27 15:07:26', NULL, '{45004B43-64CE-4E77-9B90-2E16E4877786}', NULL, NULL, NULL, 950.00, 0.00, 950.00, 0, 0),
(468, '2.01E+13', '{18CE56D5-E416-4020-83EC-75B13287E049}', NULL, '2023-06-27 15:07:26', NULL, '{CD7B05A7-8D64-4B5A-82E9-0833F634CA63}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(472, '2.01E+13', '{78459A4A-A0DD-455C-B2DC-D0A7A8B453C1}', NULL, '2023-06-27 15:07:26', NULL, '{45004B43-64CE-4E77-9B90-2E16E4877786}', NULL, NULL, NULL, 950.00, 0.00, 950.00, 0, 0),
(475, '2.01E+13', '{044A9139-C4D6-4002-9A4C-59D61A4926F6}', NULL, '2023-06-27 15:07:26', NULL, '{B602F633-6E11-4BE6-B952-A77DEB5493AD}', NULL, NULL, NULL, 1250.00, 0.00, 1250.00, 0, 0),
(476, '2.01E+13', '{42EDE34B-1CA8-4855-999C-6AAB0B7BBA5D}', NULL, '2023-06-27 15:07:26', NULL, '{CD7B05A7-8D64-4B5A-82E9-0833F634CA63}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(485, '2.01E+13', '{DE1D0550-28CE-4605-9F35-BCE65074E579}', NULL, '2023-06-27 15:07:26', NULL, '{F746FD21-E6EE-44EC-BEF0-D4913D65C5C1}', NULL, NULL, NULL, 370.00, 0.00, 370.00, 0, 0),
(486, '2.01E+13', '{BC6A44BB-7784-41B7-B78A-92D6FDF304FF}', NULL, '2023-06-27 15:07:26', NULL, '{D66C177C-2FA7-4315-9894-8083B450249B}', NULL, NULL, NULL, 1500.00, 0.00, 1500.00, 0, 0),
(487, '2.01E+13', '{BC6A44BB-7784-41B7-B78A-92D6FDF304FF}', NULL, '2023-06-27 15:07:26', NULL, '{D66C177C-2FA7-4315-9894-8083B450249B}', NULL, NULL, NULL, 1500.00, 0.00, 1500.00, 0, 0),
(488, '2.01E+13', '{BC6A44BB-7784-41B7-B78A-92D6FDF304FF}', NULL, '2023-06-27 15:07:26', NULL, '{D66C177C-2FA7-4315-9894-8083B450249B}', NULL, NULL, NULL, 1500.00, 0.00, 1500.00, 0, 0),
(489, '2.01E+13', '{BC6A44BB-7784-41B7-B78A-92D6FDF304FF}', NULL, '2023-06-27 15:07:26', NULL, '{D66C177C-2FA7-4315-9894-8083B450249B}', NULL, NULL, NULL, 1500.00, 0.00, 1500.00, 0, 0),
(492, '2.01E+13', '{81061ED3-7683-42D1-9D38-EEFA44CEF647}', NULL, '2023-06-27 15:07:26', NULL, '{7D2CA49E-5EBE-4E7F-BC85-0F68921F2B3E}', NULL, NULL, NULL, 375.00, 0.00, 375.00, 0, 0),
(494, '2.01E+13', '{3128E716-D499-47A7-AD29-7462DD2E0CB0}', NULL, '2023-06-27 15:07:26', NULL, '{E1AE712F-B3BA-4DB0-B9AA-598F503A9BB6}', NULL, NULL, NULL, 1334.50, 0.00, 1334.50, 0, 0),
(496, '2.01E+13', '{11982473-1AA9-4D09-A7FE-E92E5676DE44}', NULL, '2023-06-27 15:07:26', NULL, '{74291428-7D8A-4EDD-BA98-B5CA5CB1CF0D}', NULL, NULL, NULL, 265.50, 0.00, 265.50, 0, 0),
(499, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{45004B43-64CE-4E77-9B90-2E16E4877786}', NULL, NULL, NULL, 950.00, 0.00, 950.00, 0, 0),
(501, '2.01E+13', '{6EDD919F-8A8D-4716-9576-E12E69454089}', NULL, '2023-06-27 15:07:26', NULL, '{CD7B05A7-8D64-4B5A-82E9-0833F634CA63}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(509, '2.01E+13', '{1B7E7C0D-C7FE-48BD-8BF2-127AD3B72390}', NULL, '2023-06-27 15:07:26', NULL, '{261DB2E2-C3E0-4429-BD32-49A055B0DC95}', NULL, NULL, NULL, 756.50, 0.00, 756.50, 0, 0),
(75, '2.01E+13', '{29373566-99B1-4A0E-A857-415682439289}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 550.00, 0.00, 550.00, 0, 0),
(150, '2.01E+13', '{E62D978F-1F46-42E1-B5E7-1DD1450F3895}', NULL, '2023-06-27 15:07:26', NULL, '{CD7B05A7-8D64-4B5A-82E9-0833F634CA63}', NULL, NULL, NULL, 450.00, 0.00, 450.00, 0, 0),
(185, '2.01E+13', '{EA16FD1D-66EB-4236-9D86-4B8CB4A3A4D6}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 40.00, 22.00, 62.00, 0, 0),
(256, '2.01E+13', '{650BCC3F-5998-4921-B0C7-D1E25FCD220A}', NULL, '2023-06-27 15:07:26', NULL, '{D472FACA-B0F5-4841-B402-74AAF0CE2F01}', NULL, NULL, NULL, 1400.00, 0.00, 1400.00, 0, 0),
(257, '2.01E+13', '{650BCC3F-5998-4921-B0C7-D1E25FCD220A}', NULL, '2023-06-27 15:07:26', NULL, '{08C3B419-DFF4-4C9A-88E9-6849DC684425}', NULL, NULL, NULL, 1100.00, 0.00, 1100.00, 0, 0),
(259, '2.01E+13', '{A8A7B343-371E-4916-A70E-1930F3940403}', NULL, '2023-06-27 15:07:26', NULL, '{45004B43-64CE-4E77-9B90-2E16E4877786}', NULL, NULL, NULL, 700.00, 0.00, 700.00, 0, 0),
(428, '2.01E+13', '{B8263CBE-5D8C-4D20-B0F5-9C46C3CD83D4}', NULL, '2023-06-27 15:07:26', NULL, '{F746FD21-E6EE-44EC-BEF0-D4913D65C5C1}', NULL, NULL, NULL, 370.00, 0.00, 370.00, 0, 0),
(431, '2.01E+13', '{7A44F28B-5CE4-4EE2-A69B-FC2810D43A58}', NULL, '2023-06-27 15:07:26', NULL, '{D003BBEB-8088-4FF9-A4CA-13E478CDA2D9}', NULL, NULL, NULL, 950.00, 0.00, 950.00, 0, 0),
(432, '2.01E+13', '{7A44F28B-5CE4-4EE2-A69B-FC2810D43A58}', NULL, '2023-06-27 15:07:26', NULL, '{6E024E91-2AC4-4947-92BC-FF081F4160BD}', NULL, NULL, NULL, 495.00, 0.00, 495.00, 0, 0),
(469, '2.01E+13', '{18CE56D5-E416-4020-83EC-75B13287E049}', NULL, '2023-06-27 15:07:26', NULL, '{CD7B05A7-8D64-4B5A-82E9-0833F634CA63}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(474, '2.01E+13', '{6AF78B94-BF0B-4FDD-A229-17900BE197EF}', NULL, '2023-06-27 15:07:26', NULL, '{5031EBA4-F012-42FD-B554-B1D82D95AFDB}', NULL, NULL, NULL, 335.75, 0.00, 335.75, 0, 0),
(493, '2.01E+13', '{81061ED3-7683-42D1-9D38-EEFA44CEF647}', NULL, '2023-06-27 15:07:26', NULL, '{7D2CA49E-5EBE-4E7F-BC85-0F68921F2B3E}', NULL, NULL, NULL, 375.00, 0.00, 375.00, 0, 0),
(495, '2.01E+13', '{81061ED3-7683-42D1-9D38-EEFA44CEF647}', NULL, '2023-06-27 15:07:26', NULL, '{7D2CA49E-5EBE-4E7F-BC85-0F68921F2B3E}', NULL, NULL, NULL, 375.00, 0.00, 375.00, 0, 0),
(500, '2.01E+13', '{364121E9-D844-4CFB-9145-11101CD4ED51}', NULL, '2023-06-27 15:07:26', NULL, '{160EC76B-6F2B-4208-9B37-474CB024374B}', NULL, NULL, NULL, 425.00, 0.00, 425.00, 0, 0),
(122, '2.01E+13', '{685D04D2-83B4-4876-9C83-A9814B888068}', NULL, '2023-06-27 15:07:26', NULL, '{B7473530-0C3E-4A5B-8FEC-65E18BDC0476}', NULL, NULL, NULL, 100.00, 39.00, 139.00, 0, 0),
(220, '2.01E+13', '{C53653B2-443F-42E6-A823-D7FE29C9F5BD}', NULL, '2023-06-27 15:07:26', NULL, '{496AFE15-4338-45A1-A249-3918BE1CC050}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(221, '2.01E+13', '{7CD28A9B-3BFC-4F5D-A44A-BEEDEE1150A2}', NULL, '2023-06-27 15:07:26', NULL, '{EE104B7F-1FF5-4C96-8225-7BF6E98460EF}', NULL, NULL, NULL, 580.00, 0.00, 580.00, 0, 0),
(267, '2.01E+13', '{132253A1-E299-4570-AF4C-30368456BB14}', NULL, '2023-06-27 15:07:26', NULL, '{BED111BC-04E4-4977-BDC7-38E8E9DC5DA9}', NULL, NULL, NULL, 1290.00, 0.00, 1290.00, 0, 0),
(287, '2.01E+13', '{538AC15F-0A5A-4BF4-9FD3-7355059D0C00}', NULL, '2023-06-27 15:07:26', NULL, '{C332575C-BF75-4F9B-9AFE-ACA2F88E2F7E}', NULL, NULL, NULL, 1080.00, 0.00, 1080.00, 0, 0),
(324, '2.01E+13', '{78DA41AA-C838-41F3-A548-24C610785210}', NULL, '2023-06-27 15:07:26', NULL, '{08C3B419-DFF4-4C9A-88E9-6849DC684425}', NULL, NULL, NULL, 1100.00, 0.00, 1100.00, 0, 0),
(331, '2.01E+13', '{38E6FDE4-88AE-4DEA-89A6-3EDA3ACBD4AA}', NULL, '2023-06-27 15:07:26', NULL, '{2E91E384-8F8D-4DD3-A6E4-0054FAA67BB1}', NULL, NULL, NULL, 850.00, 0.00, 850.00, 0, 0),
(332, '2.01E+13', '{38E6FDE4-88AE-4DEA-89A6-3EDA3ACBD4AA}', NULL, '2023-06-27 15:07:26', NULL, '{4F17B732-BBD1-433E-BB5F-D1DBAC348F1A}', NULL, NULL, NULL, 850.00, 0.00, 850.00, 0, 0),
(357, '2.01E+13', '{FAEFB331-5D74-4D70-BEF6-9EBC15B2838F}', NULL, '2023-06-27 15:07:26', NULL, '{FCCDD4AF-1873-4424-9104-08AE604D74D0}', NULL, NULL, NULL, 1150.00, 0.00, 1150.00, 0, 0),
(444, '2.01E+13', '{6901E897-D18D-4010-B43B-BC3F40508742}', NULL, '2023-06-27 15:07:26', NULL, '{97609A10-DED9-4203-8E5A-62AD7E8C82CC}', NULL, NULL, NULL, 695.00, 0.00, 695.00, 0, 0),
(504, '2.01E+13', '{B5907474-EF51-44B6-9556-DEA6E071F19F}', NULL, '2023-06-27 15:07:26', NULL, '{CD7B05A7-8D64-4B5A-82E9-0833F634CA63}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(505, '2.01E+13', '{B5907474-EF51-44B6-9556-DEA6E071F19F}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(506, '2.01E+13', '{B5907474-EF51-44B6-9556-DEA6E071F19F}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 495.00, 0.00, 495.00, 0, 0),
(507, '2.01E+13', '{B5907474-EF51-44B6-9556-DEA6E071F19F}', NULL, '2023-06-27 15:07:26', NULL, '{CD7B05A7-8D64-4B5A-82E9-0833F634CA63}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(508, '2.01E+13', '{B5907474-EF51-44B6-9556-DEA6E071F19F}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(126, '2.01E+13', '{C957B22F-B7CF-4E95-AE54-45A5174C0B3E}', NULL, '2023-06-27 15:07:26', NULL, '{DF50C4E7-33B8-4007-B9D1-BD74039DA669}', NULL, NULL, NULL, 63.00, 33.00, 96.00, 0, 0),
(187, '2.01E+13', '{D9214EDD-BE76-466F-80D5-C8C613F41FE8}', NULL, '2023-06-27 15:07:26', NULL, '{EE104B7F-1FF5-4C96-8225-7BF6E98460EF}', NULL, NULL, NULL, 580.00, 0.00, 580.00, 0, 0),
(192, '2.01E+13', '{54F5DF3A-3F0E-4FEF-94F5-66CDDB002797}', NULL, '2023-06-27 15:07:26', NULL, '{2E91E384-8F8D-4DD3-A6E4-0054FAA67BB1}', NULL, NULL, NULL, 850.00, 0.00, 850.00, 0, 0),
(193, '2.01E+13', '{54F5DF3A-3F0E-4FEF-94F5-66CDDB002797}', NULL, '2023-06-27 15:07:26', NULL, '{67036253-2D43-4CE1-A275-0078A1AF8A66}', NULL, NULL, NULL, 590.00, 0.00, 590.00, 0, 0),
(296, '2.01E+13', '{46DE6A4B-951F-4527-83EA-26DE93C36775}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 495.00, 0.00, 495.00, 0, 0),
(302, '2.01E+13', '{CA0C48A9-107B-463B-B132-D34268E308C2}', NULL, '2023-06-27 15:07:26', NULL, '{AEAB957B-7C0D-41FD-85EA-AA22F4FCA4EC}', NULL, NULL, NULL, 351.00, 0.00, 351.00, 0, 0),
(315, '2.01E+13', '{D07FDF0B-68A8-484A-8154-1795549725B2}', NULL, '2023-06-27 15:07:26', NULL, '{BFBBDCE4-9E6B-4CA8-A22B-A46C2BF6D103}', NULL, NULL, NULL, 595.00, 0.00, 595.00, 0, 0),
(316, '2.01E+13', '{D07FDF0B-68A8-484A-8154-1795549725B2}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(336, '2.01E+13', '{B70CEF8D-36FA-4909-81CC-D505EC35D34F}', NULL, '2023-06-27 15:07:26', NULL, '{9D4FACD3-732C-4B4F-8039-FBCBBA6DF7B1}', NULL, NULL, NULL, 325.00, 0.00, 325.00, 0, 0),
(337, '2.01E+13', '{B70CEF8D-36FA-4909-81CC-D505EC35D34F}', NULL, '2023-06-27 15:07:26', NULL, '{834B9AE9-2229-4BA9-A770-FDF80129CDC4}', NULL, NULL, NULL, 1450.00, 0.00, 1450.00, 0, 0),
(338, '2.01E+13', '{B70CEF8D-36FA-4909-81CC-D505EC35D34F}', NULL, '2023-06-27 15:07:26', NULL, '{30E7C44D-4326-4D21-A122-A992E5F9E4F5}', NULL, NULL, NULL, 350.00, 0.00, 350.00, 0, 0),
(339, '2.01E+13', '{B70CEF8D-36FA-4909-81CC-D505EC35D34F}', NULL, '2023-06-27 15:07:26', NULL, '{97609A10-DED9-4203-8E5A-62AD7E8C82CC}', NULL, NULL, NULL, 480.00, 0.00, 480.00, 0, 0),
(342, '2.01E+13', '{ED1A0290-74E6-49F1-A071-7865E55762CC}', NULL, '2023-06-27 15:07:26', NULL, '{5031EBA4-F012-42FD-B554-B1D82D95AFDB}', NULL, NULL, NULL, 335.75, 0.00, 335.75, 0, 0),
(380, '2.01E+13', '{8239700C-558C-488D-9830-9FD7ECEC2B86}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(414, '2.01E+13', '{2469B657-2F93-47E8-A9AE-6DA7BD4A0944}', NULL, '2023-06-27 15:07:26', NULL, '{93B8997B-A66D-4219-B4A8-F4722426FC4C}', NULL, NULL, NULL, 525.00, 0.00, 525.00, 0, 0),
(453, '2.01E+13', '{CBAB4348-1EA1-403C-8983-120C59D04D37}', NULL, '2023-06-27 15:07:26', NULL, '{DFA4F9EE-7C0F-4CEF-8482-43AE65CCEE8C}', NULL, NULL, NULL, 930.00, 0.00, 930.00, 0, 0),
(473, '2.01E+13', '{6AF78B94-BF0B-4FDD-A229-17900BE197EF}', NULL, '2023-06-27 15:07:26', NULL, '{5031EBA4-F012-42FD-B554-B1D82D95AFDB}', NULL, NULL, NULL, 335.75, 0.00, 335.75, 0, 0),
(497, '2.01E+13', '{D4A8D2B4-1355-4148-B051-29CB6CED6F06}', NULL, '2023-06-27 15:07:26', NULL, '{BFBBDCE4-9E6B-4CA8-A22B-A46C2BF6D103}', NULL, NULL, NULL, 595.00, 0.00, 595.00, 0, 0),
(498, '2.01E+13', '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', NULL, '2023-06-27 15:07:26', NULL, '{45004B43-64CE-4E77-9B90-2E16E4877786}', NULL, NULL, NULL, 950.00, 0.00, 950.00, 0, 0),
(148, '2.01E+13', '{C957B22F-B7CF-4E95-AE54-45A5174C0B3E}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 40.00, 22.00, 62.00, 0, 0),
(163, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{A0DBA5F7-8EFB-406E-B306-EE56944DE5DB}', NULL, NULL, NULL, 980.00, 0.00, 980.00, 0, 0),
(266, '2.01E+13', '{6FB5F334-C5E2-4887-9BA9-EBD94CFD1AFE}', NULL, '2023-06-27 15:07:26', NULL, '{67036253-2D43-4CE1-A275-0078A1AF8A66}', NULL, NULL, NULL, 531.00, 0.00, 531.00, 0, 0),
(288, '2.01E+13', '{538AC15F-0A5A-4BF4-9FD3-7355059D0C00}', NULL, '2023-06-27 15:07:26', NULL, '{C332575C-BF75-4F9B-9AFE-ACA2F88E2F7E}', NULL, NULL, NULL, 1080.00, 0.00, 1080.00, 0, 0),
(298, '2.01E+13', '{76BAC1DC-FA06-4D51-AFC9-82680F17059D}', NULL, '2023-06-27 15:07:26', NULL, '{A54AE0CC-1893-4C64-97F7-89B8396CC68D}', NULL, NULL, NULL, 297.50, 0.00, 297.50, 0, 0),
(441, '2.01E+13', '{73520B00-1987-497C-A3BF-81D760A6FE6C}', NULL, '2023-06-27 15:07:26', NULL, '{B7473530-0C3E-4A5B-8FEC-65E18BDC0476}', NULL, NULL, NULL, 1450.00, 0.00, 1450.00, 0, 0),
(478, '2.01E+13', '{42EDE34B-1CA8-4855-999C-6AAB0B7BBA5D}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(510, '2.01E+13', '{1B7E7C0D-C7FE-48BD-8BF2-127AD3B72390}', NULL, '2023-06-27 15:07:26', NULL, '{156DD612-9061-446A-B14A-7B197CC56439}', NULL, NULL, NULL, 552.50, 0.00, 552.50, 0, 0),
(400, '2.01E+13', '{68A48E30-9FEC-46CD-998B-1E122BA69014}', NULL, '2023-06-27 15:07:26', NULL, '{DFA4F9EE-7C0F-4CEF-8482-43AE65CCEE8C}', NULL, NULL, NULL, 59.00, 33.00, 92.00, 0, 0),
(419, '2.01E+13', '{C2AC7784-2760-4F3D-B7B6-2A4E5188157F}', NULL, '2023-06-27 15:07:26', NULL, '{261DB2E2-C3E0-4429-BD32-49A055B0DC95}', NULL, NULL, NULL, 756.50, 0.00, 756.50, 0, 0),
(449, '2.01E+13', '{7D57D61D-7C76-4EE6-BCEE-7CAEEBD3B4B7}', NULL, '2023-06-27 15:07:26', NULL, '{160EC76B-6F2B-4208-9B37-474CB024374B}', NULL, NULL, NULL, 425.00, 0.00, 425.00, 0, 0),
(470, '2.01E+13', '{1D5824A1-5A3E-4D8F-A36F-52AEAF2E1146}', NULL, '2023-06-27 15:07:26', NULL, '{261DB2E2-C3E0-4429-BD32-49A055B0DC95}', NULL, NULL, NULL, 756.50, 0.00, 756.50, 0, 0),
(471, '2.01E+13', '{1D5824A1-5A3E-4D8F-A36F-52AEAF2E1146}', NULL, '2023-06-27 15:07:26', NULL, '{2EF2F0D6-A270-4EB9-AF2D-498D9811060F}', NULL, NULL, NULL, 280.00, 0.00, 280.00, 0, 0),
(440, '2.01E+13', '{58A5262E-6F24-4C5F-AA62-F30E27A33699}', NULL, '2023-06-27 15:07:26', NULL, '{AE048532-E400-4740-9CEB-FA02C66D74A1}', NULL, NULL, NULL, 525.00, 0.00, 525.00, 0, 0),
(443, '2.01E+13', '{D167B1A6-FE76-43F6-90BC-C998D8CE2EEC}', NULL, '2023-06-27 15:07:26', NULL, '{67036253-2D43-4CE1-A275-0078A1AF8A66}', NULL, NULL, NULL, 531.00, 0.00, 531.00, 0, 0),
(477, '2.01E+13', '{42EDE34B-1CA8-4855-999C-6AAB0B7BBA5D}', NULL, '2023-06-27 15:07:26', NULL, '{FD6728BE-8AF7-4C58-91AF-78F04106E239}', NULL, NULL, NULL, 495.00, 0.00, 495.00, 0, 0),
(491, '2.01E+13', '{BC6A44BB-7784-41B7-B78A-92D6FDF304FF}', NULL, '2023-06-27 15:07:26', NULL, '{C8CC2E1C-CD3A-492F-BB69-F0670E126284}', NULL, NULL, NULL, 318.75, 0.00, 318.75, 0, 0),
(479, '2.01E+13', '{6C7CEA99-5D66-4465-A88B-EA66CCDF039B}', NULL, '2023-06-27 15:07:26', NULL, '{9DFAEDAD-01F2-454F-A043-9D2271F4926D}', NULL, NULL, NULL, 1250.00, 0.00, 1250.00, 0, 0),
(480, '2.01E+13', '{6C7CEA99-5D66-4465-A88B-EA66CCDF039B}', NULL, '2023-06-27 15:07:26', NULL, '{C8CC2E1C-CD3A-492F-BB69-F0670E126284}', NULL, NULL, NULL, 318.75, 0.00, 318.75, 0, 0),
(481, '2.01E+13', '{6C7CEA99-5D66-4465-A88B-EA66CCDF039B}', NULL, '2023-06-27 15:07:26', NULL, '{961667BC-6BF7-4C25-8F1B-0DD7124BEEE8}', NULL, NULL, NULL, 520.00, 0.00, 520.00, 0, 0),
(482, '2.01E+13', '{6C7CEA99-5D66-4465-A88B-EA66CCDF039B}', NULL, '2023-06-27 15:07:26', NULL, '{9DFAEDAD-01F2-454F-A043-9D2271F4926D}', NULL, NULL, NULL, 1250.00, 0.00, 1250.00, 0, 0),
(483, '2.01E+13', '{6C7CEA99-5D66-4465-A88B-EA66CCDF039B}', NULL, '2023-06-27 15:07:26', NULL, '{961667BC-6BF7-4C25-8F1B-0DD7124BEEE8}', NULL, NULL, NULL, 520.00, 0.00, 520.00, 0, 0),
(484, '2.01E+13', '{6C7CEA99-5D66-4465-A88B-EA66CCDF039B}', NULL, '2023-06-27 15:07:26', NULL, '{C8CC2E1C-CD3A-492F-BB69-F0670E126284}', NULL, NULL, NULL, 318.75, 0.00, 318.75, 0, 0),
(490, '2.01E+13', '{BC6A44BB-7784-41B7-B78A-92D6FDF304FF}', NULL, '2023-06-27 15:07:26', NULL, '{C8CC2E1C-CD3A-492F-BB69-F0670E126284}', NULL, NULL, NULL, 318.75, 0.00, 318.75, 0, 0),
(502, '2.01E+13', '{6EDD919F-8A8D-4716-9576-E12E69454089}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(503, '2.01E+13', '{6EDD919F-8A8D-4716-9576-E12E69454089}', NULL, '2023-06-27 15:07:26', NULL, '{6BE587A8-2C52-4302-ACB6-9DD748BAB7BD}', NULL, NULL, NULL, 585.00, 0.00, 585.00, 0, 0),
(511, '', '57', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1800.00, 0.00, 0.00, 0, 1),
(512, '', '57', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1800.00, 0.00, 0.00, 0, 1),
(513, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1800.00, 0.00, 0.00, 0, 1),
(514, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 0.00, 0, 1),
(515, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 0.00, 0, 1),
(516, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 0.00, 0, 1),
(517, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 0.00, 0, 1),
(518, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 0.00, 0, 1),
(519, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 0.00, 0, 1),
(520, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 0.00, 0, 1),
(521, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 0),
(522, '', '58', NULL, '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1570.00, 0.00, 1570.00, 0, 1),
(523, '', '58', NULL, '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1570.00, 0.00, 1570.00, 0, 1),
(524, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(525, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(526, '', '58', NULL, '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1570.00, 0.00, 1570.00, 1, 1),
(527, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(528, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(529, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(530, '', '58', NULL, '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1570.00, 0.00, 1570.00, 0, 1),
(531, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(532, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(533, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(534, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(535, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(536, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(537, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(538, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(539, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(540, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(541, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(542, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 0, 1),
(543, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 2, 1),
(544, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 2, 1),
(545, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 2, 1),
(546, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 2, 1),
(547, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 3, 1),
(548, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 3, 1),
(549, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 3, 1),
(550, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 3700.00, 2, 1),
(551, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(552, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 5550.00, 3, 1),
(553, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 5550.00, 3, 1),
(554, '', '58', NULL, '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1570.00, 0.00, 1570.00, 1, 1),
(555, '', '58', NULL, '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1570.00, 0.00, 3140.00, 2, 1),
(556, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(557, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(558, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(559, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(560, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(561, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(562, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(563, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(564, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(565, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(566, '', '58', NULL, '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1570.00, 0.00, 1570.00, 1, 1),
(567, '', '58', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(568, '', '', '122.163.47.222', '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(569, '', '', '122.163.47.222', '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(570, '', '', '122.163.47.222', '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(571, '', '', '122.163.47.222', '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(572, '', '', '122.163.47.222', '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(573, '', '', '122.163.47.222', '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 0),
(574, '', '', '122.163.47.222', '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 0),
(575, '', '', '122.163.47.222', '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 0),
(576, '', '', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 0),
(577, '', '', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 0),
(578, '', '', '122.163.47.222', '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 0),
(579, '', '', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 0),
(580, '', '', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 0),
(581, '', '', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 0),
(582, '', '', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 0),
(583, '', '', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 0),
(584, '', '', NULL, '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1570.00, 0.00, 1570.00, 1, 0),
(585, '', '', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 0),
(586, '', '', NULL, '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 0),
(587, '', '', '110.224.97.253', '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(588, '', '', '110.224.97.253', '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(589, '', '', '110.224.97.253', '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(590, '', '', '110.224.97.253', '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(591, '', '', '110.224.97.253', '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1850.00, 0.00, 3700.00, 2, 1),
(592, '', '', '223.182.85.199', '2023-06-27 15:07:26', NULL, '624', NULL, NULL, NULL, 420.00, 0.00, 420.00, 1, 0),
(593, '', '', '223.182.85.199', '2023-06-27 15:07:26', NULL, '480', NULL, NULL, NULL, 476.00, 0.00, 476.00, 1, 0),
(594, '', '', '223.182.85.199', '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 396.90, 1, 0),
(595, '', '', '223.182.85.199', '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 396.90, 1, 0),
(596, '', '', '110.224.18.219', '2023-06-27 15:07:26', NULL, '240', NULL, NULL, NULL, 455.00, 0.00, 455.00, 1, 0),
(597, '', '', '122.163.7.229', '2023-06-27 15:07:26', NULL, '441', NULL, NULL, NULL, 1185.75, 0.00, 1185.75, 1, 0),
(598, '', '', '122.163.7.229', '2023-06-27 15:07:26', NULL, '576', NULL, NULL, NULL, 675.00, 0.00, 675.00, 1, 0),
(599, '', '', '122.163.7.229', '2023-06-27 15:07:26', NULL, '281', NULL, NULL, NULL, 1181.50, 0.00, 1181.50, 1, 0),
(600, '', '', '122.163.7.229', '2023-06-27 15:07:26', NULL, '435', NULL, NULL, NULL, 1716.00, 0.00, 1716.00, 1, 0),
(601, '', '', NULL, '2023-06-27 15:07:26', NULL, '286', NULL, NULL, NULL, 1062.50, 0.00, 1062.50, 1, 0),
(602, '', '', NULL, '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 396.90, 1, 0),
(603, '', '', NULL, '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 396.90, 1, 0),
(604, '', '', '110.224.20.26', '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 396.90, 1, 0),
(605, '', '', '110.224.20.26', '2023-06-27 15:07:26', NULL, '516', NULL, NULL, NULL, 1062.50, 0.00, 1062.50, 1, 0),
(606, '', '', '110.224.20.26', '2023-06-27 15:07:26', NULL, '435', NULL, NULL, NULL, 1716.00, 0.00, 1716.00, 1, 0),
(607, '', '', '110.224.20.26', '2023-06-27 15:07:26', NULL, '353', NULL, NULL, NULL, 114.75, 0.00, 114.75, 1, 0),
(608, '', '', '110.224.20.26', '2023-06-27 15:07:26', NULL, '498', NULL, NULL, NULL, 3793.50, 0.00, 3793.50, 1, 0),
(609, '', '', '110.224.20.26', '2023-06-27 15:07:26', NULL, '318', NULL, NULL, NULL, 1572.50, 0.00, 1572.50, 1, 0),
(610, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 396.90, 1, 1),
(611, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '330', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(612, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '530', NULL, NULL, NULL, 1487.50, 0.00, 1487.50, 1, 1),
(613, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '565', NULL, NULL, NULL, 2290.75, 0.00, 2290.75, 1, 1),
(614, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '365', NULL, NULL, NULL, 1195.00, 0.00, 1195.00, 1, 1),
(615, '', '', NULL, '2023-06-27 15:07:26', NULL, '330', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(616, '', '', NULL, '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 396.90, 1, 0);
INSERT INTO `cart` (`Id`, `OrderId`, `UserId`, `login_ip`, `createdAt`, `mac_id`, `BookId`, `AuthorId`, `journalid`, `journalYear`, `Amount`, `ShippingCharges`, `TotalAmount`, `quantity`, `isDeleted`) VALUES
(617, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '558', NULL, NULL, NULL, 369.75, 0.00, 369.75, 1, 1),
(618, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '624', NULL, NULL, NULL, 410.00, 0.00, 410.00, 1, 1),
(619, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '624', NULL, NULL, NULL, 410.00, 0.00, 410.00, 1, 1),
(620, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '624', NULL, NULL, NULL, 410.00, 0.00, 410.00, 1, 1),
(621, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '505', NULL, NULL, NULL, 420.75, 0.00, 420.75, 1, 1),
(622, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '533', NULL, NULL, NULL, 1560.00, 0.00, 1560.00, 1, 1),
(623, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '353', NULL, NULL, NULL, 100.00, 0.00, 100.00, 1, 1),
(624, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '353', NULL, NULL, NULL, 100.00, 0.00, 300.00, 3, 1),
(625, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '286', NULL, NULL, NULL, 1062.50, 0.00, 1062.50, 1, 1),
(626, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '529', NULL, NULL, NULL, 1827.50, 0.00, 1827.50, 1, 1),
(627, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '261', NULL, NULL, NULL, 1518.00, 0.00, 1518.00, 1, 0),
(628, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '330', NULL, NULL, NULL, 500.00, 0.00, 1000.00, 2, 1),
(629, '', '', '122.182.138.156', '2023-06-27 15:07:26', NULL, '331', NULL, NULL, NULL, 625.50, 0.00, 625.50, 1, 0),
(630, '', '', '122.163.27.179', '2023-06-27 15:07:26', NULL, '286', NULL, NULL, NULL, 1062.50, 0.00, 1062.50, 1, 0),
(631, '', '', '122.163.65.7', '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 1190.70, 3, 0),
(632, '', '', '110.227.98.137', '2023-06-27 15:07:26', NULL, '505', NULL, NULL, NULL, 420.75, 0.00, 420.75, 1, 0),
(633, '', '', '110.227.98.137', '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 396.90, 1, 1),
(634, '', '', '110.227.98.137', '2023-06-27 15:07:26', NULL, '583', NULL, NULL, NULL, 985.00, 0.00, 985.00, 1, 1),
(635, '', '', '223.182.85.243', '2023-06-27 15:07:26', NULL, '437', NULL, NULL, NULL, 1147.50, 0.00, 1147.50, 1, 0),
(636, '', '', '171.79.14.33', '2023-06-27 15:07:26', NULL, '558', NULL, NULL, NULL, 369.75, 0.00, 369.75, 1, 0),
(637, '', '', '110.227.101.189', '2023-06-27 15:07:26', NULL, '545', NULL, NULL, NULL, 2120.75, 0.00, 2120.75, 1, 0),
(638, '', '', '106.212.84.174', '2023-06-27 15:07:26', NULL, '240', NULL, NULL, NULL, 455.40, 0.00, 455.40, 1, 0),
(639, '', '', '223.226.79.206', '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1700.00, 0.00, 1700.00, 1, 0),
(640, '', '', '223.226.79.206', '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 0),
(641, '', '', '106.214.194.127', '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 396.90, 1, 1),
(642, '', '', '106.214.194.127', '2023-06-27 15:07:26', NULL, '624', NULL, NULL, NULL, 410.00, 0.00, 410.00, 1, 1),
(643, '', '760245', NULL, '2023-06-27 15:07:26', NULL, '', NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 0),
(644, '', '760245', NULL, '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 0),
(645, '', '760245', NULL, '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 0),
(646, '', '760245', '106.214.194.127', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 1),
(647, '', '760245', '106.214.194.127', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1900.00, 0.00, 1900.00, 1, 1),
(648, '', '', '106.214.194.127', '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 396.90, 1, 1),
(649, '', '740512', '106.214.194.127', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(650, '', '740512', '106.214.194.127', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 789.00, 0.00, 789.00, 1, 1),
(651, '', '740512', '106.214.194.127', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 1769.00, 0.00, 1769.00, 1, 1),
(652, '', '740512', '106.214.194.127', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(653, '', '', '106.214.194.127', '2023-06-27 15:07:26', NULL, '353', NULL, NULL, NULL, 114.75, 0.00, 114.75, 1, 1),
(654, '', '666885', '106.214.194.127', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 789.00, 0.00, 789.00, 1, 1),
(655, '', '', '106.214.194.127', '2023-06-27 15:07:26', NULL, '331', NULL, NULL, NULL, 625.50, 0.00, 625.50, 1, 1),
(656, '', '', '106.214.194.127', '2023-06-27 15:07:26', NULL, '533', NULL, NULL, NULL, 1560.00, 0.00, 1560.00, 1, 1),
(657, '', '388267', '106.214.194.127', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 900.00, 0.00, 900.00, 1, 1),
(658, '', '', '106.214.194.127', '2023-06-27 15:07:26', NULL, '388', NULL, NULL, NULL, 435.00, 0.00, 435.00, 1, 1),
(659, '', '510666', '106.214.194.127', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 900.00, 0.00, 900.00, 1, 1),
(660, '', '', '106.214.194.127', '2023-06-27 15:07:26', NULL, '445', NULL, NULL, NULL, 3782.50, 0.00, 3782.50, 1, 1),
(661, '', '193022', '106.214.194.127', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', NULL, 760.00, 0.00, 760.00, 1, 1),
(662, '', '', '106.214.194.127', '2023-06-27 15:07:26', NULL, '533', NULL, NULL, NULL, 1560.00, 0.00, 1560.00, 1, 1),
(663, '', '632227', '106.214.194.127', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', NULL, 760.00, 0.00, 760.00, 1, 1),
(664, '', '', '106.214.194.127', '2023-06-27 15:07:26', NULL, '447', NULL, NULL, NULL, 495.00, 0.00, 495.00, 1, 1),
(665, '', '984600', '106.214.194.127', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(666, '', '863122', '106.214.194.127', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(667, '', '', '106.214.194.127', '2023-06-27 15:07:26', NULL, '577', NULL, NULL, NULL, 607.50, 0.00, 607.50, 1, 0),
(668, '', '148948', '106.214.194.127', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', NULL, 760.00, 0.00, 760.00, 1, 0),
(669, '', '81747', '106.203.242.113', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', NULL, 760.00, 0.00, 760.00, 1, 1),
(670, '', '', '106.203.242.113', '2023-06-27 15:07:26', NULL, '574', NULL, NULL, NULL, 891.00, 0.00, 891.00, 1, 1),
(671, '', '865818', '223.236.234.19', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 0),
(672, '', '', '223.236.234.19', '2023-06-27 15:07:26', NULL, '1', NULL, NULL, NULL, 1700.00, 0.00, 1700.00, 1, 1),
(673, '', '', '223.226.78.167', '2023-06-27 15:07:26', NULL, '243', NULL, NULL, NULL, 805.00, 0.00, 805.00, 1, 0),
(674, '', '', '223.226.78.167', '2023-06-27 15:07:26', '[object Object]', '233', NULL, NULL, NULL, 1010.00, 0.00, 1010.00, 1, 0),
(675, '', '70', '223.226.78.167', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 1010.00, 0.00, 1010.00, 1, 1),
(676, '', '932560', '223.226.78.167', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 0),
(677, '', '70', '223.226.78.167', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 1),
(678, '', '70', '223.191.37.203', '2023-06-27 15:07:26', NULL, '242', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(679, '', '70', '223.226.78.167', '2023-06-27 15:07:26', NULL, '232', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(680, '', '70', '223.226.78.167', '2023-06-27 15:07:26', NULL, '232', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(681, '', '70', '223.226.78.167', '2023-06-27 15:07:26', NULL, '624', NULL, NULL, NULL, 410.00, 0.00, 410.00, 1, 1),
(682, '', '70', '223.226.78.167', '2023-06-27 15:07:26', NULL, '490', NULL, NULL, NULL, 1756.00, 0.00, 1756.00, 1, 1),
(683, '', '70', '223.226.78.167', '2023-06-27 15:07:26', NULL, '373', NULL, NULL, NULL, 505.00, 0.00, 505.00, 1, 1),
(684, '', '70', NULL, '2023-06-27 15:07:26', NULL, '437', NULL, NULL, NULL, 1147.50, 0.00, 1147.50, 1, 1),
(685, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '545', NULL, NULL, NULL, 2120.75, 0.00, 2120.75, 1, 1),
(686, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '516', NULL, NULL, NULL, 1062.50, 0.00, 1062.50, 1, 1),
(687, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '261', NULL, NULL, NULL, 1518.00, 0.00, 1518.00, 1, 1),
(688, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '365', NULL, NULL, NULL, 1195.00, 0.00, 1195.00, 1, 1),
(689, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '401', NULL, NULL, NULL, 1615.00, 0.00, 1615.00, 1, 1),
(690, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '424', NULL, NULL, NULL, 2082.50, 0.00, 2082.50, 1, 1),
(691, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '583', NULL, NULL, NULL, 985.50, 0.00, 985.50, 1, 1),
(692, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '318', NULL, NULL, NULL, 1572.50, 0.00, 1572.50, 1, 1),
(693, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '261', NULL, NULL, NULL, 1518.00, 0.00, 1518.00, 1, 1),
(726, '', '70', '122.163.96.64', '2023-06-27 15:07:26', NULL, '286', NULL, NULL, NULL, 1062.50, 0.00, 1062.50, 1, 1),
(694, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '236', NULL, NULL, NULL, 2385.00, 0.00, 6900.00, 2, 1),
(695, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '574', NULL, NULL, NULL, 891.00, 0.00, 891.00, 1, 1),
(696, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '432', NULL, NULL, NULL, 1695.75, 0.00, 1695.75, 1, 1),
(697, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '379', NULL, NULL, NULL, 612.75, 0.00, 612.75, 1, 1),
(698, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '545', NULL, NULL, NULL, 2120.75, 0.00, 2120.75, 1, 1),
(699, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '441', NULL, NULL, NULL, 1185.75, 0.00, 5580.00, 4, 1),
(700, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '432', NULL, NULL, NULL, 1695.75, 0.00, 1695.75, 1, 1),
(701, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '445', NULL, NULL, NULL, 3782.50, 0.00, 3782.50, 1, 1),
(702, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '427', NULL, NULL, NULL, 892.50, 0.00, 892.50, 1, 1),
(703, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '558', NULL, NULL, NULL, 369.75, 0.00, 369.75, 1, 1),
(704, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '425', NULL, NULL, NULL, 1270.75, 0.00, 1270.75, 1, 1),
(705, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '430', NULL, NULL, NULL, 2245.50, 0.00, 2245.50, 1, 1),
(706, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 1010.00, 0.00, 1010.00, 1, 1),
(707, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '427', NULL, NULL, NULL, 892.50, 0.00, 892.50, 1, 1),
(708, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '344', NULL, NULL, NULL, 630.00, 0.00, 630.00, 1, 1),
(709, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '373', NULL, NULL, NULL, 505.00, 0.00, 505.00, 1, 1),
(710, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 789.00, 0.00, 789.00, 1, 1),
(721, '', '70', '122.163.96.64', '2023-06-27 15:07:26', NULL, '498', NULL, NULL, NULL, 3793.50, 0.00, 3793.50, 1, 1),
(722, '', '70', '122.163.96.64', '2023-06-27 15:07:26', NULL, '566', NULL, NULL, NULL, 2375.75, 0.00, 2375.75, 1, 1),
(723, '', '70', '122.163.96.64', '2023-06-27 15:07:26', NULL, '428', NULL, NULL, NULL, 445.50, 0.00, 445.50, 1, 1),
(724, '', '70', '122.163.96.64', '2023-06-27 15:07:26', NULL, '261', NULL, NULL, NULL, 1518.00, 0.00, 1518.00, 1, 1),
(711, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', NULL, 760.00, 0.00, 760.00, 1, 1),
(712, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '505', NULL, NULL, NULL, 420.75, 0.00, 420.75, 1, 1),
(713, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 1010.00, 0.00, 1010.00, 1, 1),
(725, '', '70', '122.163.96.64', '2023-06-27 15:07:26', NULL, '468', NULL, NULL, NULL, 743.75, 0.00, 743.75, 1, 1),
(714, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 1010.00, 0.00, 1010.00, 1, 1),
(715, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 900.00, 0.00, 900.00, 1, 1),
(716, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 1010.00, 0.00, 1010.00, 1, 1),
(717, '', '70', '223.226.65.26', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(718, '', '70', '27.58.51.66', '2023-06-27 15:07:26', NULL, '505', NULL, NULL, NULL, 420.75, 0.00, 420.75, 1, 1),
(719, '', '70', '122.163.96.64', '2023-06-27 15:07:26', NULL, '373', NULL, NULL, NULL, 505.00, 0.00, 505.00, 1, 1),
(720, '', '70', '122.163.96.64', '2023-06-27 15:07:26', NULL, '432', NULL, NULL, NULL, 1695.75, 0.00, 1695.75, 1, 1),
(727, '', '70', '122.163.96.64', '2023-06-27 15:07:26', NULL, '554', NULL, NULL, NULL, 3820.75, 0.00, 3820.75, 1, 1),
(728, '', '70', '122.163.96.64', '2023-06-27 15:07:26', NULL, '323', NULL, NULL, NULL, 380.00, 0.00, 380.00, 1, 1),
(729, '', '70', '117.99.80.93', '2023-06-27 15:07:26', NULL, '373', NULL, NULL, NULL, 505.00, 0.00, 505.00, 1, 1),
(730, '', '70', '122.182.139.243', '2023-06-27 15:07:26', NULL, '232', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(731, '', '70', '122.182.139.243', '2023-06-27 15:07:26', NULL, '238', NULL, NULL, NULL, 1305.00, 0.00, 1305.00, 1, 1),
(732, '', '70', '122.182.139.243', '2023-06-27 15:07:26', NULL, '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 1),
(733, '', '', '122.182.139.243', '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 0),
(734, '', '', '122.182.139.243', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 1010.00, 0.00, 1010.00, 1, 0),
(735, '', '70', '122.182.139.243', '2023-06-27 15:07:26', NULL, '236', NULL, NULL, NULL, 2385.00, 0.00, 6900.00, 2, 1),
(736, '', '', '122.182.139.243', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(737, '', '', '122.182.139.243', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(738, '', '', '122.182.139.243', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(739, '', '', '122.182.139.243', '2023-06-27 15:07:26', NULL, '240', NULL, NULL, NULL, 455.00, 0.00, 455.00, 1, 0),
(740, '', '', '122.182.139.243', '2023-06-27 15:07:26', NULL, '246', NULL, NULL, NULL, 405.00, 0.00, 405.00, 1, 0),
(741, '', '', '122.182.139.243', '2023-06-27 15:07:26', NULL, '243', NULL, NULL, NULL, 805.00, 0.00, 805.00, 1, 0),
(742, '', '70', '122.182.139.243', '2023-06-27 15:07:26', NULL, '281', NULL, NULL, NULL, 1181.50, 0.00, 1181.50, 1, 1),
(743, '', '70', '122.182.139.243', '2023-06-27 15:07:26', NULL, '318', NULL, NULL, NULL, 1572.50, 0.00, 1572.50, 1, 1),
(744, '', '', '122.182.139.243', '2023-06-27 15:07:26', NULL, '232', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(745, '', '70', '122.182.139.243', '2023-06-27 15:07:26', NULL, '624', NULL, NULL, NULL, 410.00, 0.00, 410.00, 1, 1),
(746, '', '', '122.182.139.243', '2023-06-27 15:07:26', NULL, '232', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(747, '', '', '122.182.139.243', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 795.00, 0.00, 795.00, 1, 0),
(748, '', '70', '122.182.139.243', '2023-06-27 15:07:26', NULL, '238', NULL, NULL, NULL, 1232.50, 0.00, 1232.50, 1, 1),
(749, '', '70', '122.182.139.243', '2023-06-27 15:07:26', NULL, '232', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(750, '', '70', '122.182.139.243', '2023-06-27 15:07:26', NULL, '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 1),
(751, '', '70', '122.182.139.243', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 795.00, 0.00, 795.00, 1, 1),
(752, '', '70', '122.182.139.243', '2023-06-27 15:07:26', NULL, '238', NULL, NULL, NULL, 1305.00, 0.00, 1305.00, 1, 1),
(753, '', '70', '122.182.139.243', '2023-06-27 15:07:26', NULL, '236', NULL, NULL, NULL, 2385.00, 0.00, 6900.00, 2, 1),
(754, '', '70', '110.227.73.158', '2023-06-27 15:07:26', NULL, '624', NULL, NULL, NULL, 410.00, 0.00, 410.00, 1, 1),
(755, '', '70', '110.227.73.158', '2023-06-27 15:07:26', NULL, '261', NULL, NULL, NULL, 1518.00, 0.00, 1518.00, 1, 1),
(756, '', '70', '110.227.73.158', '2023-06-27 15:07:26', NULL, '260', NULL, NULL, NULL, 1568.25, 0.00, 1568.25, 1, 1),
(757, '', '70', '110.227.73.158', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 960.00, 0.00, 960.00, 1, 1),
(758, '', '70', '110.227.73.158', '2023-06-27 15:07:26', NULL, '264', NULL, NULL, NULL, 1530.00, 0.00, 1530.00, 1, 1),
(759, '', '70', '110.227.73.158', '2023-06-27 15:07:26', NULL, '279', NULL, NULL, NULL, 595.00, 0.00, 595.00, 1, 1),
(760, '', '70', '110.227.73.158', '2023-06-27 15:07:26', NULL, '264', NULL, NULL, NULL, 1530.00, 0.00, 1530.00, 1, 1),
(761, '', '70', '110.227.73.158', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 960.00, 0.00, 960.00, 1, 1),
(762, '', '70', '110.227.73.158', '2023-06-27 15:07:26', NULL, '281', NULL, NULL, NULL, 1180.00, 0.00, 1180.00, 1, 1),
(763, '', '70', '110.227.73.158', '2023-06-27 15:07:26', NULL, '260', NULL, NULL, NULL, 1568.25, 0.00, 1568.25, 1, 1),
(764, '', '70', '110.227.73.158', '2023-06-27 15:07:26', NULL, '281', NULL, NULL, NULL, 1181.50, 0.00, 1181.50, 1, 1),
(765, '', '70', '110.227.73.158', '2023-06-27 15:07:26', NULL, '281', NULL, NULL, NULL, 1181.50, 0.00, 1181.50, 1, 1),
(766, '', '70', '106.200.245.24', '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 396.90, 1, 1),
(767, '', '70', '106.200.245.24', '2023-06-27 15:07:26', NULL, '236', NULL, NULL, NULL, 2385.00, 0.00, 6900.00, 2, 1),
(768, '', '70', '106.212.8.200', '2023-06-27 15:07:26', NULL, '382', NULL, NULL, NULL, 573.75, 0.00, 573.75, 1, 1),
(769, '', '70', '106.212.8.200', '2023-06-27 15:07:26', NULL, '382', NULL, NULL, NULL, 440.00, 0.00, 880.00, 2, 1),
(770, '', '70', '106.212.8.200', '2023-06-27 15:07:26', NULL, '305', NULL, NULL, NULL, 380.00, 0.00, 380.00, 1, 1),
(771, '', '70', '110.224.17.67', '2023-06-27 15:07:26', NULL, '308', NULL, NULL, NULL, 590.75, 0.00, 590.75, 1, 1),
(772, '', '70', '110.224.17.67', '2023-06-27 15:07:26', NULL, '309', NULL, NULL, NULL, 607.50, 0.00, 607.50, 1, 1),
(773, '', '70', '106.201.59.23', '2023-06-27 15:07:26', NULL, '329', NULL, NULL, NULL, 1345.50, 0.00, 1345.50, 1, 1),
(774, '', '70', '106.201.59.23', '2023-06-27 15:07:26', NULL, '295', NULL, NULL, NULL, 315.00, 0.00, 630.00, 2, 1),
(775, '', '70', '106.201.59.23', '2023-06-27 15:07:26', NULL, '314', NULL, NULL, NULL, 1660.50, 0.00, 1660.50, 1, 1),
(776, '', '70', '106.201.59.23', '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 396.90, 1, 1),
(777, '', '70', '106.201.59.23', '2023-06-27 15:07:26', NULL, '329', NULL, NULL, NULL, 1345.50, 0.00, 1345.50, 1, 1),
(778, '', '70', '106.201.59.23', '2023-06-27 15:07:26', NULL, '494', NULL, NULL, NULL, 4121.25, 0.00, 8242.50, 2, 1),
(779, '', '70', '106.201.59.23', '2023-06-27 15:07:26', NULL, '308', NULL, NULL, NULL, 590.75, 0.00, 590.75, 1, 1),
(780, '', '70', '106.201.59.23', '2023-06-27 15:07:26', NULL, '413', NULL, NULL, NULL, 935.00, 0.00, 935.00, 1, 1),
(781, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, '319', NULL, NULL, NULL, 288.00, 0.00, 288.00, 1, 1),
(782, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(783, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, '328', NULL, NULL, NULL, 552.50, 0.00, 552.50, 1, 1),
(784, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', NULL, 760.00, 0.00, 760.00, 1, 1),
(785, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 1),
(786, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, '305', NULL, NULL, NULL, 361.25, 0.00, 361.25, 1, 1),
(787, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', NULL, 760.00, 0.00, 760.00, 1, 1),
(788, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, '348', NULL, NULL, NULL, 700.00, 0.00, 700.00, 1, 1),
(789, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 1),
(790, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, '237', NULL, NULL, NULL, 355.50, 0.00, 355.50, 1, 1),
(791, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 1),
(792, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, '319', NULL, NULL, NULL, 288.00, 0.00, 288.00, 1, 1),
(793, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 1),
(794, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, '341', NULL, NULL, NULL, 1305.00, 0.00, 1305.00, 1, 1),
(795, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, '241', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(797, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, '328', NULL, NULL, NULL, 552.50, 0.00, 552.50, 1, 1),
(799, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, '550', NULL, NULL, NULL, 637.50, 0.00, 637.50, 1, 1),
(800, '', '70', '122.179.64.77', '2023-06-27 15:07:26', NULL, '309', NULL, NULL, NULL, 607.50, 0.00, 607.50, 1, 1),
(801, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '505', NULL, NULL, NULL, 420.75, 0.00, 420.75, 1, 1),
(802, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 1),
(803, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(804, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(805, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 1),
(806, NULL, NULL, '122.163.106.81', '2023-06-27 15:07:26', '00:16:3e:ca:7d:d1', '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(807, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(808, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(809, NULL, NULL, '122.163.106.81', '2023-06-27 15:07:26', '1', '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 0),
(810, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 795.00, 0.00, 795.00, 1, 1),
(811, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '505', NULL, NULL, NULL, 420.75, 0.00, 420.75, 1, 1),
(812, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '329', NULL, NULL, NULL, 1345.50, 0.00, 1345.50, 1, 1),
(813, NULL, NULL, '122.163.106.81', '2023-06-27 15:07:26', '2', '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(814, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '263', NULL, NULL, NULL, 892.50, 0.00, 892.50, 1, 1),
(815, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', NULL, 760.00, 0.00, 760.00, 1, 1),
(816, NULL, NULL, '122.163.106.81', '2023-06-27 15:07:26', '3', '235', NULL, NULL, NULL, 960.00, 0.00, 960.00, 1, 0),
(817, NULL, NULL, '122.163.106.81', '2023-06-27 15:07:26', '3', NULL, NULL, '2', NULL, 760.00, 0.00, 760.00, 1, 0),
(818, NULL, NULL, '122.163.106.81', '2023-06-27 15:07:26', '4', '240', NULL, NULL, NULL, 455.00, 0.00, 455.00, 1, 0),
(819, NULL, NULL, '122.163.106.81', '2023-06-27 15:07:26', '4', '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 0),
(820, NULL, NULL, '122.163.106.81', '2023-06-27 15:07:26', '4', '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(821, NULL, NULL, '122.163.106.81', '2023-06-27 15:07:26', '4', '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 0),
(822, NULL, NULL, '122.163.106.81', '2023-06-27 15:07:26', '4', NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 0),
(880, NULL, '70', '27.58.56.107', '2023-06-27 15:07:26', NULL, '246', NULL, NULL, NULL, 405.00, 0.00, 405.00, 1, 1),
(823, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '236', NULL, NULL, NULL, 2385.00, 0.00, 6900.00, 2, 1),
(824, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 795.00, 0.00, 795.00, 1, 1),
(825, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 1010.00, 0.00, 1010.00, 1, 1),
(826, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(827, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 789.00, 0.00, 789.00, 1, 1),
(828, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 789.00, 0.00, 789.00, 1, 1),
(879, NULL, NULL, '157.40.100.247', '2023-06-27 15:07:26', '24', '622', NULL, NULL, NULL, 396.90, 0.00, 396.90, 1, 1),
(829, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 1),
(830, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(831, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '242', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(832, NULL, NULL, '122.163.106.81', '2023-06-27 15:07:26', '5', '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 1),
(833, NULL, NULL, '122.163.106.81', '2023-06-27 15:07:26', '5', NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 1),
(834, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(835, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 795.00, 0.00, 795.00, 1, 1),
(836, NULL, NULL, '122.163.106.81', '2023-06-27 15:07:26', '7', '235', NULL, NULL, NULL, 960.00, 0.00, 960.00, 1, 0),
(837, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', NULL, 760.00, 0.00, 760.00, 1, 1),
(838, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 1),
(839, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '240', NULL, NULL, NULL, 455.00, 0.00, 455.00, 1, 1),
(840, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(841, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 1),
(842, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 1),
(843, NULL, NULL, '122.163.106.81', '2023-06-27 15:07:26', '7', '236', NULL, NULL, NULL, 2385.00, 0.00, 2385.00, 1, 0),
(844, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '236', NULL, NULL, NULL, 2385.00, 0.00, 6900.00, 2, 1),
(845, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 1010.00, 0.00, 1010.00, 1, 1),
(846, NULL, NULL, '122.163.106.81', '2023-06-27 15:07:26', '7', NULL, NULL, '2', NULL, 789.00, 0.00, 789.00, 1, 0),
(877, NULL, NULL, '157.40.100.247', '2023-06-27 15:07:26', '24', '618', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(847, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 795.00, 0.00, 795.00, 1, 1),
(848, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '305', NULL, NULL, NULL, 361.25, 0.00, 361.25, 1, 1),
(849, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', NULL, 760.00, 0.00, 760.00, 1, 1),
(850, NULL, '70', '122.163.106.81', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 960.00, 0.00, 960.00, 1, 1),
(851, NULL, NULL, '117.99.82.197', '2023-06-27 15:07:26', '8', '240', NULL, NULL, NULL, 455.00, 0.00, 455.00, 1, 1),
(852, NULL, NULL, '117.99.82.197', '2023-06-27 15:07:26', '8', '248', NULL, NULL, NULL, 460.00, 0.00, 460.00, 1, 0),
(853, NULL, NULL, '117.99.82.197', '2023-06-27 15:07:26', '8', '248', NULL, NULL, NULL, 460.00, 0.00, 460.00, 1, 1),
(854, NULL, NULL, '110.224.96.93', '2023-06-27 15:07:26', '9', '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(855, NULL, NULL, '110.224.96.93', '2023-06-27 15:07:26', '9', '269', NULL, NULL, NULL, 2115.00, 0.00, 4230.00, 2, 0),
(856, NULL, NULL, '110.224.96.93', '2023-06-27 15:07:26', '10', NULL, NULL, '3', NULL, 1769.00, 0.00, 1769.00, 1, 0),
(857, NULL, NULL, '110.224.96.93', '2023-06-27 15:07:26', '10', '503', NULL, NULL, NULL, 1516.00, 0.00, 1516.00, 1, 0),
(858, NULL, NULL, '157.40.250.205', '2023-06-27 15:07:26', '11', '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 0),
(859, NULL, NULL, '117.99.89.166', '2023-06-27 15:07:26', '12', '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(860, NULL, NULL, '117.99.89.166', '2023-06-27 15:07:26', '12', '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 0),
(861, NULL, NULL, '117.99.89.166', '2023-06-27 15:07:26', '13', '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 0),
(862, NULL, NULL, '117.99.89.166', '2023-06-27 15:07:26', '13', '242', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(863, NULL, NULL, '117.99.89.166', '2023-06-27 15:07:26', '14', '242', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(864, NULL, NULL, '117.99.89.166', '2023-06-27 15:07:26', '15', '236', NULL, NULL, NULL, 2385.00, 0.00, 2385.00, 1, 0),
(865, NULL, NULL, '117.99.89.166', '2023-06-27 15:07:26', '16', '246', NULL, NULL, NULL, 405.00, 0.00, 405.00, 1, 0),
(866, NULL, NULL, '117.99.89.166', '2023-06-27 15:07:26', '17', '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 0),
(867, NULL, NULL, '117.99.89.166', '2023-06-27 15:07:26', '17', NULL, NULL, '3', NULL, 789.00, 0.00, 789.00, 1, 0),
(868, NULL, '70', '117.99.89.166', '2023-06-27 15:07:26', NULL, '243', NULL, NULL, NULL, 805.00, 0.00, 805.00, 1, 1),
(869, NULL, NULL, '117.99.89.166', '2023-06-27 15:07:26', '18', '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 0),
(870, NULL, NULL, '117.99.89.166', '2023-06-27 15:07:26', '19', '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 0),
(871, NULL, '70', '117.99.89.166', '2023-06-27 15:07:26', NULL, '241', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(872, NULL, NULL, '117.99.89.166', '2023-06-27 15:07:26', '21', '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(873, NULL, NULL, '117.99.89.166', '2023-06-27 15:07:26', '22', '236', NULL, NULL, NULL, 2385.00, 0.00, 2385.00, 1, 0),
(874, NULL, '70', '110.224.99.145', '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 1),
(875, NULL, '70', '110.224.99.145', '2023-06-27 15:07:26', NULL, '505', NULL, NULL, NULL, 420.75, 0.00, 420.75, 1, 1),
(878, NULL, NULL, '157.40.100.247', '2023-06-27 15:07:26', '24', '242', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(876, NULL, NULL, '157.40.100.247', '2023-06-27 15:07:26', '24', '630', NULL, NULL, NULL, 805.00, 0.00, 805.00, 1, 0),
(881, NULL, '70', '27.58.56.107', '2023-06-27 15:07:26', NULL, '260', NULL, NULL, NULL, 1568.25, 0.00, 1568.25, 1, 1),
(882, NULL, '70', '27.58.56.107', '2023-06-27 15:07:26', NULL, '260', NULL, NULL, NULL, 1568.25, 0.00, 1568.25, 1, 1),
(883, NULL, '70', '122.163.2.11', '2023-06-27 15:07:26', NULL, '240', NULL, NULL, NULL, 455.00, 0.00, 455.00, 1, 1),
(884, NULL, '72', '27.58.56.107', '2023-06-27 15:07:26', NULL, '272', NULL, NULL, NULL, 306.00, 0.00, 306.00, 1, 1),
(885, NULL, '72', '27.58.56.107', '2023-06-27 15:07:26', NULL, '260', NULL, NULL, NULL, 1568.25, 0.00, 1568.25, 1, 1),
(886, NULL, '72', '27.58.56.107', '2023-06-27 15:07:26', NULL, '246', NULL, NULL, NULL, 403.75, 0.00, 807.50, 2, 1),
(887, NULL, '72', '27.58.56.107', '2023-06-27 15:07:26', NULL, '246', NULL, NULL, NULL, 403.75, 0.00, 807.50, 2, 1),
(888, NULL, '72', '27.58.56.107', '2023-06-27 15:07:26', NULL, '246', NULL, NULL, NULL, 403.75, 0.00, 807.50, 2, 1),
(889, NULL, '72', '27.58.56.107', '2023-06-27 15:07:26', NULL, '246', NULL, NULL, NULL, 403.75, 0.00, 807.50, 2, 1),
(890, NULL, '72', '27.58.56.107', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 960.00, 0.00, 960.00, 1, 1),
(891, NULL, '72', '27.58.56.107', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(892, NULL, '72', '27.58.56.107', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(894, NULL, '70', '122.163.2.11', '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 1),
(893, NULL, '72', '27.58.56.107', '2023-06-27 15:07:26', NULL, '264', NULL, NULL, NULL, 1530.00, 0.00, 1530.00, 1, 1),
(895, NULL, '70', '122.163.2.11', '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 1),
(896, NULL, NULL, '122.163.2.11', '2023-06-27 15:07:26', '31', '231', NULL, NULL, NULL, 1256.00, 0.00, 2512.00, 2, 0),
(897, NULL, NULL, '122.163.2.11', '2023-06-27 15:07:26', '31', '231', NULL, NULL, NULL, 1256.00, 0.00, 2512.00, 2, 1),
(898, NULL, NULL, '122.163.2.11', '2023-06-27 15:07:26', '31', '231', NULL, NULL, NULL, 1256.00, 0.00, 2512.00, 2, 1),
(899, NULL, NULL, '122.163.2.11', '2023-06-27 15:07:26', '5', '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 0),
(900, NULL, NULL, '122.163.2.11', '2023-06-27 15:07:26', '5', '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 0),
(901, NULL, '72', '27.58.56.107', '2023-06-27 15:07:26', NULL, '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 1),
(902, NULL, '72', '27.58.56.107', '2023-06-27 15:07:26', NULL, '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 1),
(903, NULL, '72', '27.58.56.107', '2023-06-27 15:07:26', NULL, '246', NULL, NULL, NULL, 403.75, 0.00, 807.50, 2, 1),
(904, NULL, NULL, '117.99.89.166', '2023-06-27 15:07:26', '36', '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(905, NULL, NULL, '223.191.27.85', '2023-06-27 15:07:26', '37', '235', NULL, NULL, NULL, 960.00, 0.00, 960.00, 1, 0),
(906, NULL, NULL, '106.212.89.188', '2023-06-27 15:07:26', '31', '242', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(907, NULL, NULL, '106.212.89.188', '2023-06-27 15:07:26', '31', '624', NULL, NULL, NULL, 410.00, 0.00, 410.00, 1, 0),
(908, NULL, '72', '106.212.89.188', '2023-06-27 15:07:26', NULL, '264', NULL, NULL, NULL, 1530.00, 0.00, 1530.00, 1, 1),
(909, NULL, '72', '106.212.89.188', '2023-06-27 15:07:26', NULL, '271', NULL, NULL, NULL, 841.50, 0.00, 841.50, 1, 1),
(910, NULL, '72', '106.212.89.188', '2023-06-27 15:07:26', NULL, '272', NULL, NULL, NULL, 306.00, 0.00, 306.00, 1, 1),
(911, NULL, '72', '106.212.89.188', '2023-06-27 15:07:26', NULL, '441', NULL, NULL, NULL, 1185.75, 0.00, 1185.75, 1, 1),
(912, NULL, '70', '223.237.119.17', '2023-06-27 15:07:26', NULL, '240', NULL, NULL, NULL, 455.00, 0.00, 455.00, 1, 1),
(913, NULL, '70', '223.237.119.17', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 1010.00, 0.00, 1010.00, 1, 1),
(914, NULL, '72', '122.179.65.25', '2023-06-27 15:07:26', NULL, '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 1),
(915, NULL, '72', '122.179.65.25', '2023-06-27 15:07:26', NULL, '240', NULL, NULL, NULL, 455.00, 0.00, 455.00, 1, 1),
(916, NULL, '70', '106.196.2.33', '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 1),
(917, NULL, '70', '106.196.2.33', '2023-06-27 15:07:26', NULL, '236', NULL, NULL, NULL, 2385.00, 0.00, 6900.00, 2, 1),
(918, NULL, '72', '122.182.138.187', '2023-06-27 15:07:26', NULL, '240', NULL, NULL, NULL, 455.00, 0.00, 455.00, 1, 1),
(919, NULL, '72', '122.182.138.187', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 795.00, 0.00, 795.00, 1, 1),
(920, NULL, '72', '122.182.138.187', '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 396.90, 1, 1),
(921, NULL, '72', '122.182.138.187', '2023-06-27 15:07:26', NULL, '247', NULL, NULL, NULL, 560.00, 0.00, 560.00, 1, 1),
(922, NULL, '72', '122.182.138.187', '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 396.90, 1, 1),
(923, NULL, '72', '122.182.138.187', '2023-06-27 15:07:26', NULL, '247', NULL, NULL, NULL, 560.00, 0.00, 560.00, 1, 1),
(924, NULL, '72', '122.182.138.187', '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 396.90, 1, 1),
(925, NULL, NULL, '106.196.2.33', '2023-06-27 15:07:26', '39', '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 0),
(926, NULL, '72', '122.182.138.187', '2023-06-27 15:07:26', NULL, '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 1),
(927, NULL, '72', '122.182.138.187', '2023-06-27 15:07:26', NULL, '382', NULL, NULL, NULL, 573.75, 0.00, 1147.50, 2, 1),
(928, NULL, '72', '122.182.138.187', '2023-06-27 15:07:26', NULL, '314', NULL, NULL, NULL, 1660.50, 0.00, 1660.50, 1, 1),
(929, NULL, '72', '122.182.138.187', '2023-06-27 15:07:26', NULL, '309', NULL, NULL, NULL, 607.50, 0.00, 607.50, 1, 1),
(930, NULL, '72', '122.182.138.187', '2023-06-27 15:07:26', NULL, '315', NULL, NULL, NULL, 1705.50, 0.00, 1705.50, 1, 1),
(931, NULL, '72', '122.182.138.187', '2023-06-27 15:07:26', NULL, '394', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 1),
(932, NULL, '72', '171.79.90.2', '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 1),
(933, NULL, '72', '171.79.90.2', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 1010.00, 0.00, 1010.00, 1, 1),
(934, NULL, '72', '171.79.90.2', '2023-06-27 15:07:26', NULL, '622', NULL, NULL, NULL, 396.90, 0.00, 793.80, 2, 1),
(935, NULL, NULL, '106.196.14.151', '2023-06-27 15:07:26', '50', '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(936, NULL, '72', '171.79.90.2', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(937, NULL, '72', '171.79.90.2', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(938, NULL, '72', '171.79.90.2', '2023-06-27 15:07:26', NULL, '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 1),
(939, NULL, NULL, '47.11.207.149', '2023-06-27 15:07:26', '52', '235', NULL, NULL, NULL, 960.00, 0.00, 960.00, 1, 0),
(940, NULL, '102876534064016878952', '110.227.90.90', '2023-06-27 15:07:26', NULL, '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 0),
(941, NULL, '108647721659166843277', '110.227.90.90', '2023-06-27 15:07:26', NULL, '390', NULL, NULL, NULL, 463.25, 0.00, 463.25, 1, 0),
(942, NULL, '60', '122.162.213.240', '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 0),
(943, NULL, '60', '122.162.213.240', '2023-06-27 15:07:26', NULL, '236', NULL, NULL, NULL, 2385.00, 0.00, 2385.00, 1, 0),
(944, NULL, '60', '122.162.213.240', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 795.00, 0.00, 795.00, 1, 0),
(945, NULL, '70', '110.224.18.80', '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 1),
(946, NULL, '70', '106.212.92.236', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(947, NULL, '70', '106.212.92.236', '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 1),
(948, NULL, '72', '171.79.2.85', '2023-06-27 15:07:26', NULL, '441', NULL, NULL, NULL, 1185.75, 0.00, 1185.75, 1, 1),
(949, NULL, NULL, '223.191.16.100', '2023-06-27 15:07:26', '61', '390', NULL, NULL, NULL, 463.25, 0.00, 463.25, 1, 0),
(950, NULL, NULL, '103.242.197.130', '2023-06-27 15:07:26', '62', '239', NULL, NULL, NULL, 795.00, 0.00, 795.00, 1, 0),
(951, NULL, '79', '223.235.124.18', '2023-06-27 15:07:26', NULL, '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 1),
(952, NULL, '79', '223.236.236.201', '2023-06-27 15:07:26', NULL, '441', NULL, NULL, NULL, 1185.75, 0.00, 1185.75, 1, 1),
(953, NULL, NULL, '223.236.236.201', '2023-06-27 15:07:26', '65', '444', NULL, NULL, NULL, 3272.50, 0.00, 3272.50, 1, 1),
(954, NULL, NULL, '223.236.236.201', '2023-06-27 15:07:26', '65', '480', NULL, NULL, NULL, 476.00, 0.00, 476.00, 1, 1),
(955, NULL, NULL, '223.236.236.201', '2023-06-27 15:07:26', '65', '475', NULL, NULL, NULL, 590.75, 0.00, 590.75, 1, 1),
(956, NULL, NULL, '223.236.236.201', '2023-06-27 15:07:26', '65', '475', NULL, NULL, NULL, 590.75, 0.00, 590.75, 1, 0),
(957, NULL, '102876534064016878952', '223.235.124.18', '2023-06-27 15:07:26', NULL, '295', NULL, NULL, NULL, 280.00, 0.00, 280.00, 1, 0),
(958, NULL, '70', '223.235.124.18', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 960.00, 0.00, 960.00, 1, 1),
(959, NULL, NULL, '223.236.236.201', '2023-06-27 15:07:26', '67', '444', NULL, NULL, NULL, 3272.50, 0.00, 3272.50, 1, 1),
(960, NULL, '79', '223.235.124.18', '2023-06-27 15:07:26', NULL, '308', NULL, NULL, NULL, 590.75, 0.00, 590.75, 1, 0),
(961, NULL, '76', '223.235.124.18', '2023-06-27 15:07:26', NULL, '444', NULL, NULL, NULL, 3272.50, 0.00, 3272.50, 1, 0),
(962, NULL, '74', '223.235.124.18', '2023-06-27 15:07:26', NULL, '240', NULL, NULL, NULL, 455.00, 0.00, 455.00, 1, 0),
(963, NULL, NULL, '223.236.236.201', '2023-06-27 15:07:26', '67', '480', NULL, NULL, NULL, 476.00, 0.00, 476.00, 1, 0),
(964, NULL, NULL, '223.236.236.201', '2023-06-27 15:07:26', '70', '235', NULL, NULL, NULL, 960.00, 0.00, 960.00, 1, 0),
(965, NULL, '72', '223.236.236.201', '2023-06-27 15:07:26', NULL, '441', NULL, NULL, NULL, 1185.75, 0.00, 1185.75, 1, 1),
(966, NULL, '70', '117.99.83.246', '2023-06-27 15:07:26', NULL, '444', NULL, NULL, NULL, 3272.50, 0.00, 3272.50, 1, 1),
(967, NULL, NULL, NULL, '2023-06-27 15:07:26', '73', '441', NULL, NULL, NULL, 1185.75, 0.00, 1185.75, 1, 0),
(968, NULL, NULL, '27.58.62.206', '2023-06-27 15:07:26', '74', '441', NULL, NULL, NULL, 1185.75, 0.00, 1185.75, 1, 0),
(969, NULL, NULL, '117.99.83.246', '2023-06-27 15:07:26', '75', '235', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 0),
(970, NULL, '70', '106.196.6.151', '2023-06-27 15:07:26', NULL, '242', NULL, NULL, NULL, 0.00, 0.00, 0.00, 1, 1),
(971, NULL, '70', '106.196.6.151', '2023-06-27 15:07:26', NULL, '243', NULL, NULL, NULL, 805.00, 0.00, 805.00, 1, 1),
(972, NULL, '70', '223.236.229.168', '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 1),
(973, NULL, '70', '223.191.5.141', '2023-06-27 15:07:26', NULL, '441', NULL, NULL, NULL, 1185.75, 0.00, 5580.00, 4, 1),
(974, NULL, '70', '223.191.5.141', '2023-06-27 15:07:26', NULL, '256', NULL, NULL, NULL, 617.50, 0.00, 617.50, 1, 1),
(975, NULL, '70', '223.191.5.141', '2023-06-27 15:07:26', NULL, '444', NULL, NULL, NULL, 3272.50, 0.00, 3272.50, 1, 1),
(976, NULL, '70', '223.191.5.141', '2023-06-27 15:07:26', NULL, '310', NULL, NULL, NULL, 1100.75, 0.00, 1100.75, 1, 1),
(977, NULL, '70', '223.191.5.141', '2023-06-27 15:07:26', NULL, '262', NULL, NULL, NULL, 297.50, 0.00, 297.50, 1, 1),
(978, NULL, '70', '182.68.88.196', '2023-06-27 15:07:26', NULL, '480', NULL, NULL, NULL, 476.00, 0.00, 476.00, 1, 1),
(979, NULL, '70', '182.68.88.196', '2023-06-27 15:07:26', NULL, '444', NULL, NULL, NULL, 3272.50, 0.00, 3272.50, 1, 1),
(980, NULL, '70', '182.68.88.196', '2023-06-27 15:07:26', NULL, '306', NULL, NULL, NULL, 212.50, 0.00, 212.50, 1, 1),
(981, NULL, '70', '182.68.88.196', '2023-06-27 15:07:26', NULL, '306', NULL, NULL, NULL, 212.50, 0.00, 212.50, 1, 1),
(982, NULL, '78', '106.212.15.166', '2023-06-27 15:07:26', NULL, '237', NULL, NULL, NULL, 365.00, 0.00, 365.00, 1, 1),
(983, NULL, '78', '106.212.15.166', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 1010.00, 0.00, 2020.00, 2, 1),
(984, NULL, '70', '182.68.88.196', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 1200.00, 0.00, 1200.00, 1, 1),
(985, NULL, '72', '223.236.251.73', '2023-06-27 15:07:26', NULL, '480', NULL, NULL, NULL, 595.00, 0.00, 595.00, 1, 1),
(986, NULL, '70', '182.68.88.196', '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1256.00, 0.00, 1256.00, 1, 1),
(987, NULL, '70', '110.224.110.221', '2023-06-27 15:07:26', NULL, '440', NULL, NULL, NULL, 895.50, 0.00, 895.50, 1, 1),
(988, NULL, '70', '110.224.110.221', '2023-06-27 15:07:26', NULL, '475', NULL, NULL, NULL, 590.75, 0.00, 590.75, 1, 1),
(989, NULL, '70', '110.224.101.86', '2023-06-27 15:07:26', NULL, '632', NULL, NULL, NULL, 607.50, 0.00, 2430.00, 4, 1),
(990, NULL, '78', '106.212.15.166', '2023-06-27 15:07:26', NULL, '260', NULL, NULL, NULL, 1568.25, 0.00, 1568.25, 1, 1),
(991, NULL, '76', '110.227.81.8', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 1010.00, 0.00, 1010.00, 1, 0),
(992, NULL, '70', '106.215.98.181', '2023-06-27 15:07:26', NULL, '260', NULL, NULL, NULL, 1568.25, 0.00, 1568.25, 1, 1),
(993, NULL, '70', '117.99.81.140', '2023-06-27 15:07:26', NULL, '441', NULL, NULL, NULL, 1185.75, 0.00, 5580.00, 4, 1),
(994, NULL, '72', '106.203.250.189', '2023-06-27 15:07:26', NULL, '441', NULL, NULL, NULL, 1185.75, 0.00, 1395.00, 1, 1),
(995, NULL, '75', '110.224.103.11', '2023-06-27 15:07:26', NULL, '441', NULL, NULL, NULL, 1185.75, 0.00, 1185.75, 1, 0),
(996, NULL, NULL, '49.37.32.174', '2023-06-27 15:07:26', '101', NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 0),
(997, NULL, '70', '110.224.102.2', '2023-06-27 15:07:26', NULL, '242', NULL, NULL, NULL, 2850.00, 0.00, 2850.00, 1, 1),
(998, NULL, '70', '110.224.102.2', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(999, NULL, '70', '110.224.102.2', '2023-06-27 15:07:26', NULL, '475', NULL, NULL, NULL, 590.75, 0.00, 590.75, 1, 1),
(1000, NULL, '70', '110.224.102.2', '2023-06-27 15:07:26', NULL, '444', NULL, NULL, NULL, 3272.50, 0.00, 3272.50, 1, 1),
(1001, NULL, '70', '182.68.88.27', '2023-06-27 15:07:26', NULL, '308', NULL, NULL, NULL, 590.75, 0.00, 590.75, 1, 1),
(1002, NULL, '70', '182.68.88.27', '2023-06-27 15:07:26', NULL, '505', NULL, NULL, NULL, 420.75, 0.00, 420.75, 1, 1),
(1003, NULL, '70', '110.224.20.11', '2023-06-27 15:07:26', NULL, '505', NULL, NULL, NULL, 420.75, 0.00, 420.75, 1, 1),
(1004, NULL, '70', '117.99.91.129', '2023-06-27 15:07:26', NULL, '505', NULL, NULL, NULL, 420.75, 0.00, 420.75, 1, 1),
(1005, NULL, '70', '117.99.91.129', '2023-06-27 15:07:26', NULL, '264', NULL, NULL, NULL, 1530.00, 0.00, 1530.00, 1, 1),
(1006, NULL, '78', '122.163.116.152', '2023-06-27 15:07:26', NULL, '634', NULL, NULL, NULL, 1525.50, 0.00, 3051.00, 2, 1),
(1007, NULL, '70', '122.163.54.176', '2023-06-27 15:07:26', NULL, '264', NULL, NULL, NULL, 1530.00, 0.00, 1530.00, 1, 1),
(1008, NULL, '70', '117.99.83.150', '2023-06-27 15:07:26', NULL, '236', NULL, NULL, NULL, 3450.00, 0.00, 6900.00, 2, 1),
(1009, NULL, '70', '117.99.83.150', '2023-06-27 15:07:26', NULL, '634', NULL, NULL, NULL, 1525.50, 0.00, 1525.50, 1, 1),
(1010, NULL, NULL, '106.212.0.174', '2023-06-27 15:07:26', '113', '634', NULL, NULL, NULL, 1525.50, 0.00, 1525.50, 1, 0),
(1011, NULL, '78', '122.163.116.52', '2023-06-27 15:07:26', NULL, '236', NULL, NULL, NULL, 3450.00, 0.00, 3450.00, 1, 1),
(1012, NULL, '78', '122.163.116.52', '2023-06-27 15:07:26', NULL, '258', NULL, NULL, NULL, 1080.00, 0.00, 1080.00, 1, 1),
(1013, NULL, '70', '106.203.241.91', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(1014, NULL, '72', '223.226.78.124', '2023-06-27 15:07:26', NULL, '258', NULL, NULL, NULL, 1080.00, 0.00, 1095.00, 1, 1),
(1015, NULL, '70', '106.203.241.91', '2023-06-27 15:07:26', NULL, '584', NULL, NULL, NULL, 1345.50, 0.00, 1345.50, 1, 1),
(1016, NULL, '70', '106.203.241.91', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 1010.00, 0.00, 1010.00, 1, 1),
(1017, NULL, '70', '106.203.241.91', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(1018, NULL, '70', '122.163.11.3', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(1019, NULL, '70', '122.163.11.3', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(1020, NULL, '70', '122.163.11.3', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 1769.00, 0.00, 1769.00, 1, 1),
(1021, NULL, '70', '122.163.11.3', '2023-06-27 15:07:26', NULL, '444', NULL, NULL, NULL, 3850.00, 0.00, 3850.00, 1, 1),
(1022, NULL, '70', '122.163.11.3', '2023-06-27 15:07:26', NULL, '441', NULL, NULL, NULL, 1395.00, 0.00, 5580.00, 4, 1),
(1023, NULL, '70', '122.163.11.3', '2023-06-27 15:07:26', NULL, '441', NULL, NULL, NULL, 1185.75, 0.00, 5580.00, 4, 1),
(1024, NULL, '70', '122.163.11.3', '2023-06-27 15:07:26', NULL, '428', NULL, NULL, NULL, 445.50, 0.00, 445.50, 1, 1),
(1025, NULL, '70', '122.163.11.3', '2023-06-27 15:07:26', NULL, '260', NULL, NULL, NULL, 1625.00, 0.00, 1625.00, 1, 1),
(1026, NULL, '70', '122.163.11.3', '2023-06-27 15:07:26', NULL, '236', NULL, NULL, NULL, 3450.00, 0.00, 6900.00, 2, 1),
(1027, NULL, '70', '122.163.11.3', '2023-06-27 15:07:26', NULL, '584', NULL, NULL, NULL, 1345.50, 0.00, 1345.50, 1, 1),
(1028, NULL, '70', '122.163.11.3', '2023-06-27 15:07:26', NULL, '373', NULL, NULL, NULL, 505.00, 0.00, 505.00, 1, 1),
(1029, NULL, '70', '122.163.11.3', '2023-06-27 15:07:26', NULL, '441', NULL, NULL, NULL, 1185.75, 0.00, 5580.00, 4, 1),
(1030, NULL, '70', '122.163.11.3', '2023-06-27 15:07:26', NULL, '412', NULL, NULL, NULL, 1270.75, 0.00, 1270.75, 1, 1),
(1031, NULL, NULL, '106.212.82.53', '2023-06-27 15:07:26', '139', '441', NULL, NULL, NULL, 1185.75, 0.00, 1185.75, 1, 1),
(1032, NULL, NULL, '106.212.82.53', '2023-06-27 15:07:26', '139', '475', NULL, NULL, NULL, 590.75, 0.00, 590.75, 1, 1),
(1033, NULL, NULL, '106.212.82.53', '2023-06-27 15:07:26', '139', NULL, NULL, '3', NULL, 789.00, 0.00, 789.00, 1, 1),
(1034, NULL, NULL, '110.224.111.223', '2023-06-27 15:07:26', '140', '258', NULL, NULL, NULL, 1080.00, 0.00, 1080.00, 1, 0),
(1035, NULL, '70', '110.224.111.223', '2023-06-27 15:07:26', NULL, '444', NULL, NULL, NULL, 3272.50, 0.00, 3272.50, 1, 1),
(1036, NULL, NULL, '110.224.111.223', '2023-06-27 15:07:26', '141', '480', NULL, NULL, NULL, 476.00, 0.00, 476.00, 1, 1),
(1037, NULL, NULL, '110.224.111.223', '2023-06-27 15:07:26', '141', '373', NULL, NULL, NULL, 505.00, 0.00, 505.00, 1, 1),
(1038, NULL, NULL, '110.224.111.223', '2023-06-27 15:07:26', '141', '398', NULL, NULL, NULL, 255.00, 0.00, 255.00, 1, 1),
(1039, NULL, NULL, '110.224.111.223', '2023-06-27 15:07:26', '141', '574', NULL, NULL, NULL, 891.00, 0.00, 891.00, 1, 0),
(1040, NULL, '70', '110.224.111.223', '2023-06-27 15:07:26', NULL, '481', NULL, NULL, NULL, 3196.00, 0.00, 3196.00, 1, 1),
(1041, NULL, '70', '110.224.111.223', '2023-06-27 15:07:26', NULL, '441', NULL, NULL, NULL, 1185.75, 0.00, 5580.00, 4, 1),
(1042, NULL, '70', '110.224.111.223', '2023-06-27 15:07:26', NULL, '480', NULL, NULL, NULL, 476.00, 0.00, 476.00, 1, 1),
(1043, NULL, '70', '110.224.111.223', '2023-06-27 15:07:26', NULL, '373', NULL, NULL, NULL, 505.00, 0.00, 505.00, 1, 1),
(1044, NULL, '70', '110.224.111.223', '2023-06-27 15:07:26', NULL, '307', NULL, NULL, NULL, 340.00, 0.00, 340.00, 1, 1),
(1045, NULL, '70', '110.224.111.223', '2023-06-27 15:07:26', NULL, '373', NULL, NULL, NULL, 505.00, 0.00, 505.00, 1, 1),
(1046, NULL, '70', '110.224.111.223', '2023-06-27 15:07:26', NULL, '373', NULL, NULL, NULL, 505.00, 0.00, 505.00, 1, 1);
INSERT INTO `cart` (`Id`, `OrderId`, `UserId`, `login_ip`, `createdAt`, `mac_id`, `BookId`, `AuthorId`, `journalid`, `journalYear`, `Amount`, `ShippingCharges`, `TotalAmount`, `quantity`, `isDeleted`) VALUES
(1047, NULL, '70', '110.224.111.223', '2023-06-27 15:07:26', NULL, '373', NULL, NULL, NULL, 505.00, 0.00, 505.00, 1, 1),
(1048, NULL, '70', '110.224.111.223', '2023-06-27 15:07:26', NULL, '444', NULL, NULL, NULL, 3272.50, 0.00, 3272.50, 1, 1),
(1049, NULL, '70', '110.224.99.223', '2023-06-27 15:07:26', NULL, '336', NULL, NULL, NULL, 637.50, 0.00, 637.50, 1, 1),
(1050, NULL, '70', '110.224.99.223', '2023-06-27 15:07:26', NULL, '373', NULL, NULL, NULL, 505.00, 0.00, 505.00, 1, 1),
(1051, NULL, '70', '110.224.99.223', '2023-06-27 15:07:26', NULL, '373', NULL, NULL, NULL, 505.00, 0.00, 505.00, 1, 1),
(1055, NULL, '70', '110.224.99.223', '2023-06-27 15:07:26', NULL, '244', NULL, NULL, NULL, 975.00, 0.00, 975.00, 1, 1),
(1054, NULL, '70', '110.224.99.223', '2023-06-27 15:07:26', NULL, '258', NULL, NULL, NULL, 1080.00, 0.00, 1080.00, 1, 1),
(1053, NULL, NULL, '110.224.99.223', '2023-06-27 15:07:26', '144', '243', NULL, NULL, NULL, 865.00, 0.00, 865.00, 1, 0),
(1052, NULL, NULL, '110.224.99.223', '2023-06-27 15:07:26', '144', '241', NULL, NULL, NULL, 1080.00, 0.00, 1080.00, 1, 1),
(1056, NULL, '70', '110.224.99.223', '2023-06-27 15:07:26', NULL, '481', NULL, NULL, NULL, 3196.00, 0.00, 3196.00, 1, 1),
(1057, NULL, NULL, '110.224.107.223', '2023-06-27 15:07:26', '146', '258', NULL, NULL, NULL, 1080.00, 0.00, 1080.00, 1, 1),
(1058, NULL, NULL, '223.226.67.44', '2023-06-27 15:07:26', '147', '584', NULL, NULL, NULL, 1345.50, 0.00, 1345.50, 1, 0),
(1059, NULL, NULL, '223.226.67.44', '2023-06-27 15:07:26', '148', '655', NULL, NULL, NULL, 1695.00, 0.00, 1695.00, 1, 0),
(1060, NULL, NULL, '49.37.32.155', '2023-06-27 15:07:26', '149', '543', NULL, NULL, NULL, 1345.50, 0.00, 2691.00, 2, 0),
(1061, NULL, '70', '110.224.103.233', '2023-06-27 15:07:26', NULL, '480', NULL, NULL, NULL, 595.00, 0.00, 595.00, 1, 1),
(1062, NULL, '70', '110.224.103.233', '2023-06-27 15:07:26', NULL, '480', NULL, NULL, NULL, 476.00, 0.00, 476.00, 1, 1),
(1063, NULL, '70', '110.224.103.254', '2023-06-27 15:07:26', NULL, '634', NULL, NULL, NULL, 1525.50, 0.00, 1525.50, 1, 1),
(1064, NULL, '70', '110.224.103.254', '2023-06-27 15:07:26', NULL, '480', NULL, NULL, NULL, 476.00, 0.00, 476.00, 1, 1),
(1065, NULL, '70', '110.224.110.230', '2023-06-27 15:07:26', NULL, '634', NULL, NULL, NULL, 1525.50, 0.00, 1525.50, 1, 1),
(1066, NULL, '70', '110.224.110.230', '2023-06-27 15:07:26', NULL, '388', NULL, NULL, NULL, 435.00, 0.00, 435.00, 1, 1),
(1067, NULL, '70', '110.224.110.230', '2023-06-27 15:07:26', NULL, '480', NULL, NULL, NULL, 476.00, 0.00, 476.00, 1, 1),
(1068, NULL, '70', '106.196.3.144', '2023-06-27 15:07:26', NULL, '269', NULL, NULL, NULL, 2115.00, 0.00, 2115.00, 1, 1),
(1069, NULL, NULL, '49.36.8.2', '2023-06-27 15:07:26', '157', '441', NULL, NULL, NULL, 1185.75, 0.00, 1185.75, 1, 0),
(1070, NULL, '70', '157.40.220.89', '2023-06-27 15:07:26', NULL, '543', NULL, NULL, NULL, 1345.50, 0.00, 1345.50, 1, 1),
(1071, NULL, NULL, '223.191.60.161', '2023-06-27 15:07:26', '159', '264', NULL, NULL, NULL, 1620.00, 0.00, 1620.00, 1, 0),
(1072, NULL, '78', '122.163.116.52', '2023-06-27 15:07:26', NULL, '634', NULL, NULL, NULL, 1525.50, 0.00, 3051.00, 2, 1),
(1073, NULL, '78', '122.163.116.52', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 1010.00, 0.00, 1010.00, 1, 1),
(1074, NULL, NULL, '122.163.116.52', '2023-06-27 15:07:26', '162', NULL, NULL, '3', NULL, 789.00, 0.00, 789.00, 1, 0),
(1075, NULL, NULL, '49.37.67.140', '2023-06-27 15:07:26', '163', '558', NULL, NULL, NULL, 435.00, 0.00, 435.00, 1, 0),
(1076, NULL, NULL, '49.37.67.140', '2023-06-27 15:07:26', '163', '379', NULL, NULL, NULL, 612.75, 0.00, 612.75, 1, 0),
(1077, NULL, NULL, '49.37.67.140', '2023-06-27 15:07:26', '163', '442', NULL, NULL, NULL, 590.75, 0.00, 590.75, 1, 0),
(1078, NULL, NULL, '49.37.67.140', '2023-06-27 15:07:26', '163', '308', NULL, NULL, NULL, 590.75, 0.00, 590.75, 1, 0),
(1079, NULL, NULL, '122.163.116.52', '2023-06-27 15:07:26', '164', '233', NULL, NULL, NULL, 1087.00, 0.00, 1087.00, 1, 0),
(1080, NULL, '70', '110.224.111.218', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 1200.00, 0.00, 1200.00, 1, 1),
(1081, NULL, '70', '110.224.111.218', '2023-06-27 15:07:26', NULL, '236', NULL, NULL, NULL, 3450.00, 0.00, 3450.00, 1, 1),
(1082, NULL, NULL, '223.191.12.74', '2023-06-27 15:07:26', '167', '441', NULL, NULL, NULL, 1185.75, 0.00, 1185.75, 1, 0),
(1083, NULL, '78', '122.163.116.52', '2023-06-27 15:07:26', NULL, '441', NULL, NULL, NULL, 1395.00, 0.00, 1395.00, 1, 1),
(1084, NULL, NULL, '110.224.100.244', '2023-06-27 15:07:26', '170', '258', NULL, NULL, NULL, 1095.00, 0.00, 5475.00, 5, 1),
(1085, NULL, '70', '110.227.91.248', '2023-06-27 15:07:26', NULL, '283', NULL, NULL, NULL, 965.00, 0.00, 965.00, 1, 1),
(1086, NULL, '70', '110.227.91.248', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 109.00, 0.00, 109.00, 1, 1),
(1087, NULL, '70', '110.227.91.248', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 1200.00, 0.00, 1200.00, 1, 1),
(1088, NULL, '70', '110.227.91.248', '2023-06-27 15:07:26', NULL, '335', NULL, NULL, NULL, 2120.75, 0.00, 2120.75, 1, 1),
(1089, NULL, '70', '110.224.20.66', '2023-06-27 15:07:26', NULL, '466', NULL, NULL, NULL, 1250.00, 0.00, 1250.00, 1, 1),
(1090, NULL, '70', '110.224.20.66', '2023-06-27 15:07:26', NULL, '231', NULL, NULL, NULL, 1555.00, 0.00, 1555.00, 1, 1),
(1091, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 986.00, 0.00, 986.00, 1, 1),
(1092, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, '480', NULL, NULL, NULL, 476.00, 0.00, 476.00, 1, 1),
(1093, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 1200.00, 0.00, 1200.00, 1, 1),
(1094, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, '243', NULL, NULL, NULL, 865.00, 0.00, 865.00, 1, 1),
(1095, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 835.00, 0.00, 835.00, 1, 1),
(1096, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, '335', NULL, NULL, NULL, 2120.75, 0.00, 2120.75, 1, 1),
(1097, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, '240', NULL, NULL, NULL, 495.00, 0.00, 495.00, 1, 1),
(1098, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 789.00, 0.00, 789.00, 1, 1),
(1099, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 986.00, 0.00, 986.00, 1, 1),
(1100, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, '444', NULL, NULL, NULL, 3272.50, 0.00, 3272.50, 1, 1),
(1101, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, '241', NULL, NULL, NULL, 1080.00, 0.00, 1080.00, 1, 1),
(1102, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, '241', NULL, NULL, NULL, 1080.00, 0.00, 1080.00, 1, 1),
(1103, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, '444', NULL, NULL, NULL, 3272.50, 0.00, 3272.50, 1, 1),
(1104, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, '435', NULL, NULL, NULL, 1716.00, 0.00, 1716.00, 1, 1),
(1105, NULL, NULL, '122.182.132.106', '2023-06-27 15:07:26', '184', '634', NULL, NULL, NULL, 1525.50, 0.00, 1525.50, 1, 1),
(1106, NULL, NULL, '122.182.132.106', '2023-06-27 15:07:26', '184', '441', NULL, NULL, NULL, 1185.75, 0.00, 1185.75, 1, 1),
(1107, NULL, NULL, '122.182.132.106', '2023-06-27 15:07:26', '184', '480', NULL, NULL, NULL, 476.00, 0.00, 476.00, 1, 1),
(1108, NULL, NULL, '122.182.132.106', '2023-06-27 15:07:26', '184', '247', NULL, NULL, NULL, 700.00, 0.00, 1400.00, 2, 1),
(1109, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(1110, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 986.00, 0.00, 986.00, 1, 1),
(1111, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, '240', NULL, NULL, NULL, 495.00, 0.00, 495.00, 1, 1),
(1112, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(1113, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 1),
(1114, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(1115, NULL, NULL, '122.162.106.96', '2023-06-27 15:07:26', '189', '240', NULL, NULL, NULL, 495.00, 0.00, 495.00, 1, 0),
(1116, NULL, NULL, '122.162.106.96', '2023-06-27 15:07:26', '189', NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 0),
(1117, NULL, NULL, '223.191.58.43', '2023-06-27 15:07:26', '190', NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 0),
(1118, NULL, NULL, '122.162.106.96', '2023-06-27 15:07:26', '191', '240', NULL, NULL, NULL, 495.00, 0.00, 495.00, 1, 1),
(1119, NULL, NULL, '122.162.106.96', '2023-06-27 15:07:26', '191', NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(1120, NULL, NULL, '122.162.106.96', '2023-06-27 15:07:26', '191', '240', NULL, NULL, NULL, 495.00, 0.00, 495.00, 1, 1),
(1121, NULL, NULL, '122.162.106.96', '2023-06-27 15:07:26', '191', '335', NULL, NULL, NULL, 2120.75, 0.00, 2120.75, 1, 1),
(1122, NULL, NULL, '122.162.106.96', '2023-06-27 15:07:26', '191', '241', NULL, NULL, NULL, 1080.00, 0.00, 1080.00, 1, 1),
(1123, NULL, NULL, '122.162.106.96', '2023-06-27 15:07:26', '191', '240', NULL, NULL, NULL, 495.00, 0.00, 495.00, 1, 0),
(1124, NULL, NULL, '122.162.106.96', '2023-06-27 15:07:26', '191', NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 0),
(1125, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, '240', NULL, NULL, NULL, 495.00, 0.00, 495.00, 1, 1),
(1126, NULL, '70', '122.162.106.96', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(1127, NULL, '101345598292039256991', '122.182.132.106', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 0),
(1128, NULL, '101345598292039256991', '122.182.132.106', '2023-06-27 15:07:26', NULL, '444', NULL, NULL, NULL, 3272.50, 0.00, 3272.50, 1, 1),
(1129, NULL, '101345598292039256991', '122.182.132.106', '2023-06-27 15:07:26', NULL, '475', NULL, NULL, NULL, 590.75, 0.00, 590.75, 1, 0),
(1130, NULL, '70', '223.191.58.43', '2023-06-27 15:07:26', NULL, '240', NULL, NULL, NULL, 495.00, 0.00, 495.00, 1, 1),
(1131, NULL, '70', '223.191.58.43', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(1132, NULL, '70', '223.191.58.43', '2023-06-27 15:07:26', NULL, '240', NULL, NULL, NULL, 495.00, 0.00, 495.00, 1, 1),
(1133, NULL, '70', '223.191.58.43', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(1134, NULL, NULL, '223.191.58.43', '2023-06-27 15:07:26', '198', NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 0),
(1135, NULL, NULL, '223.191.58.43', '2023-06-27 15:07:26', '199', '240', NULL, NULL, NULL, 495.00, 0.00, 495.00, 1, 1),
(1136, NULL, NULL, '223.191.58.43', '2023-06-27 15:07:26', '199', NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(1137, NULL, NULL, '157.40.116.29', '2023-06-27 15:07:26', '200', '241', NULL, NULL, NULL, 1080.00, 0.00, 1080.00, 1, 1),
(1138, NULL, NULL, '157.40.116.29', '2023-06-27 15:07:26', '200', NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(1139, NULL, NULL, '223.191.57.76', '2023-06-27 15:07:26', '201', '241', NULL, NULL, NULL, 1080.00, 0.00, 1080.00, 1, 0),
(1140, NULL, NULL, '223.191.57.76', '2023-06-27 15:07:26', '201', NULL, NULL, '3', NULL, 789.00, 0.00, 789.00, 1, 0),
(1141, NULL, NULL, '223.191.57.76', '2023-06-27 15:07:26', '202', '233', NULL, NULL, NULL, 986.00, 0.00, 986.00, 1, 0),
(1142, NULL, NULL, '223.191.57.76', '2023-06-27 15:07:26', '199', '584', NULL, NULL, NULL, 1345.50, 0.00, 4036.50, 3, 0),
(1143, NULL, NULL, '27.58.61.166', '2023-06-27 15:07:26', '203', '335', NULL, NULL, NULL, 2120.75, 0.00, 2120.75, 1, 1),
(1144, NULL, NULL, '27.58.61.166', '2023-06-27 15:07:26', '203', '475', NULL, NULL, NULL, 590.75, 0.00, 590.75, 1, 1),
(1145, NULL, NULL, '27.58.61.166', '2023-06-27 15:07:26', '203', '243', NULL, NULL, NULL, 865.00, 0.00, 865.00, 1, 1),
(1146, NULL, NULL, '27.58.61.166', '2023-06-27 15:07:26', '203', '261', NULL, NULL, NULL, 1650.00, 0.00, 1650.00, 1, 0),
(1147, NULL, NULL, '27.58.61.166', '2023-06-27 15:07:26', '204', '236', NULL, NULL, NULL, 3450.00, 0.00, 3450.00, 1, 1),
(1148, NULL, NULL, '27.58.61.166', '2023-06-27 15:07:26', '204', '239', NULL, NULL, NULL, 835.00, 0.00, 835.00, 1, 0),
(1149, NULL, NULL, '27.58.61.166', '2023-06-27 15:07:26', '204', NULL, NULL, '3', NULL, 789.00, 0.00, 1578.00, 2, 0),
(1150, NULL, NULL, '27.58.61.166', '2023-06-27 15:07:26', '203', '373', NULL, NULL, NULL, 505.00, 0.00, 505.00, 1, 0),
(1151, NULL, NULL, '110.224.105.251', '2023-06-27 15:07:26', '205', '239', NULL, NULL, NULL, 835.00, 0.00, 835.00, 1, 1),
(1152, NULL, NULL, '110.224.97.222', '2023-06-27 15:07:26', '206', '285', NULL, NULL, NULL, 1635.00, 0.00, 1635.00, 1, 1),
(1153, NULL, NULL, '110.224.104.205', '2023-06-27 15:07:26', '207', NULL, NULL, '2', NULL, 760.00, 0.00, 760.00, 1, 0),
(1154, NULL, '70', '110.224.104.205', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', NULL, 789.00, 0.00, 789.00, 1, 1),
(1155, NULL, '70', '110.224.104.205', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 835.00, 0.00, 835.00, 1, 1),
(1156, NULL, '70', '110.224.104.205', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 835.00, 0.00, 835.00, 1, 1),
(1157, NULL, '70', '110.224.104.205', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(1158, NULL, '70', '110.224.104.205', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 1),
(1159, NULL, '70', '110.224.104.205', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 835.00, 0.00, 835.00, 1, 1),
(1160, NULL, '70', '110.224.99.184', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 835.00, 0.00, 835.00, 1, 1),
(1161, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 980.00, 0.00, 980.00, 1, 1),
(1162, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 1),
(1163, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, '258', NULL, NULL, NULL, 1095.00, 0.00, 1095.00, 1, 1),
(1164, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 900.00, 0.00, 900.00, 1, 1),
(1165, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 835.00, 0.00, 835.00, 1, 1),
(1166, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, '390', NULL, NULL, NULL, 463.25, 0.00, 463.25, 1, 1),
(1167, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 900.00, 0.00, 900.00, 1, 1),
(1168, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, '495', NULL, NULL, NULL, 556.00, 0.00, 556.00, 1, 1),
(1169, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', NULL, 760.00, 0.00, 760.00, 1, 1),
(1170, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 835.00, 0.00, 835.00, 1, 1),
(1171, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 1),
(1172, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, '632', NULL, NULL, NULL, 607.50, 0.00, 607.50, 1, 1),
(1173, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 1200.00, 0.00, 1200.00, 1, 1),
(1174, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 835.00, 0.00, 835.00, 1, 1),
(1175, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 900.00, 0.00, 900.00, 1, 1),
(1176, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 835.00, 0.00, 835.00, 1, 1),
(1177, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', NULL, 760.00, 0.00, 760.00, 1, 1),
(1178, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, '584', NULL, NULL, NULL, 1345.50, 0.00, 1345.50, 1, 1),
(1179, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 1),
(1180, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', NULL, 760.00, 0.00, 760.00, 1, 1),
(1181, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 835.00, 0.00, 835.00, 1, 1),
(1182, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, '305', NULL, NULL, NULL, 361.25, 0.00, 361.25, 1, 1),
(1183, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', NULL, 760.00, 0.00, 760.00, 1, 1),
(1184, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 1),
(1185, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, '240', NULL, NULL, NULL, 495.00, 0.00, 495.00, 1, 1),
(1186, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 835.00, 0.00, 835.00, 1, 1),
(1187, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1000.00, 0.00, 1000.00, 1, 1),
(1188, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 900.00, 0.00, 900.00, 1, 1),
(1189, NULL, '70', '223.229.201.226', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 835.00, 0.00, 835.00, 1, 1),
(1190, NULL, '70', '122.162.11.216', '2023-06-27 15:07:26', NULL, '272', NULL, NULL, NULL, 306.00, 0.00, 306.00, 1, 1),
(1191, NULL, '70', '122.162.11.216', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 900.00, 0.00, 900.00, 1, 1),
(1192, NULL, NULL, '110.227.107.255', '2023-06-27 15:07:26', '234', '258', NULL, NULL, NULL, 1095.00, 0.00, 1095.00, 1, 0),
(1193, NULL, NULL, '110.227.107.255', '2023-06-27 15:07:26', '234', '437', NULL, NULL, NULL, 1147.50, 0.00, 1147.50, 1, 0),
(1194, NULL, NULL, '122.163.63.133', '2023-06-27 15:07:26', '235', '660', NULL, NULL, NULL, 50.00, 0.00, 50.00, 1, 1),
(1195, NULL, '12', '122.162.11.216', '2023-06-27 15:07:26', NULL, '660', NULL, NULL, NULL, 410.00, 0.00, 410.00, 1, 1),
(1196, NULL, '12', '122.163.63.133', '2023-06-27 15:07:26', NULL, '660', NULL, NULL, NULL, 410.00, 0.00, 410.00, 1, 1),
(1197, NULL, '32236', '110.224.97.178', '2023-06-27 15:07:26', NULL, '632', NULL, NULL, NULL, 607.50, 0.00, 607.50, 1, 0),
(1198, NULL, '70', '110.224.97.178', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 986.00, 0.00, 986.00, 1, 1),
(1199, NULL, '92', '49.37.67.155', '2023-06-27 15:07:26', NULL, '297', NULL, NULL, NULL, 630.00, 0.00, 630.00, 1, 1),
(1200, NULL, '12', '122.163.86.70', '2023-06-27 15:07:26', NULL, '672', NULL, NULL, NULL, 1895.00, 0.00, 1895.00, 1, 1),
(1201, NULL, '70', '122.163.86.70', '2023-06-27 15:07:26', NULL, '660', NULL, NULL, NULL, 410.00, 0.00, 410.00, 1, 1),
(1202, NULL, '12', '122.163.86.70', '2023-06-27 15:07:26', NULL, '633', NULL, NULL, NULL, 845.75, 0.00, 845.75, 1, 0),
(1203, NULL, '70', '122.163.86.70', '2023-06-27 15:07:26', NULL, '633', NULL, NULL, NULL, 845.75, 0.00, 1691.50, 2, 1),
(1204, NULL, '70', '122.163.86.70', '2023-06-27 15:07:26', NULL, '660', NULL, NULL, NULL, 410.00, 0.00, 410.00, 1, 1),
(1205, NULL, '70', '122.163.86.70', '2023-06-27 15:07:26', NULL, '660', NULL, NULL, NULL, 410.00, 0.00, 410.00, 1, 1),
(1206, NULL, '70', '122.163.86.70', '2023-06-27 15:07:26', NULL, '660', NULL, NULL, NULL, 410.00, 0.00, 410.00, 1, 1),
(1207, NULL, NULL, '122.162.0.173', '2023-06-27 15:07:26', '245', '297', NULL, NULL, NULL, 630.00, 0.00, 630.00, 1, 0),
(1208, NULL, '70', '122.163.86.70', '2023-06-27 15:07:26', NULL, '664', NULL, NULL, NULL, 3995.00, 0.00, 3995.00, 1, 1),
(1209, NULL, '70', '122.163.86.70', '2023-06-27 15:07:26', NULL, '240', NULL, NULL, NULL, 495.00, 0.00, 495.00, 1, 1),
(1210, NULL, NULL, NULL, '2023-06-27 15:07:26', '245', '656', NULL, NULL, NULL, 1125.00, 0.00, 2250.00, 2, 0),
(1211, NULL, '70', '122.163.86.70', '2023-06-27 15:07:26', NULL, '616', NULL, NULL, NULL, 1395.00, 0.00, 1395.00, 1, 1),
(1212, NULL, '70', '122.163.86.70', '2023-06-27 15:07:26', NULL, '700', NULL, NULL, NULL, 3395.00, 0.00, 3395.00, 1, 1),
(1213, NULL, '70', '122.179.64.29', '2023-06-27 15:07:26', NULL, '705', NULL, NULL, NULL, 2695.00, 0.00, 2695.00, 1, 1),
(1214, NULL, '70', '122.179.64.29', '2023-06-27 15:07:26', NULL, '718', NULL, NULL, NULL, 2695.00, 0.00, 2695.00, 1, 1),
(1215, NULL, NULL, '122.162.0.173', '2023-06-27 15:07:26', '252', '688', NULL, NULL, NULL, 8995.00, 0.00, 8995.00, 1, 0),
(1216, NULL, NULL, '122.162.0.173', '2023-06-27 15:07:26', '252', '235', NULL, NULL, NULL, 1200.00, 0.00, 1200.00, 1, 0),
(1217, NULL, NULL, '106.202.233.80', '2023-06-27 15:07:26', '253', '235', NULL, NULL, NULL, 1200.00, 0.00, 2400.00, 2, 1),
(1218, NULL, NULL, '106.202.233.80', '2023-06-27 15:07:26', '253', '235', NULL, NULL, NULL, 1200.00, 0.00, 1200.00, 1, 1),
(1219, NULL, NULL, '106.202.233.80', '2023-06-27 15:07:26', '253', '235', NULL, NULL, NULL, 1200.00, 0.00, 1200.00, 1, 1),
(1220, NULL, NULL, '106.202.233.80', '2023-06-27 15:07:26', '253', '235', NULL, NULL, NULL, 1200.00, 0.00, 1200.00, 1, 1),
(1221, NULL, NULL, '122.179.64.29', '2023-06-27 15:07:26', '254', '235', NULL, NULL, NULL, 1200.00, 0.00, 1200.00, 1, 1),
(1222, NULL, NULL, '122.179.64.29', '2023-06-27 15:07:26', '254', '236', NULL, NULL, NULL, 3450.00, 0.00, 3450.00, 1, 1),
(1223, NULL, NULL, '122.179.64.29', '2023-06-27 15:07:26', '254', '242', NULL, NULL, NULL, 2850.00, 0.00, 2850.00, 1, 1),
(1224, NULL, '70', '122.179.64.29', '2023-06-27 15:07:26', NULL, '236', NULL, NULL, NULL, 3450.00, 0.00, 3450.00, 1, 1),
(1225, NULL, '70', '122.179.64.29', '2023-06-27 15:07:26', NULL, '235', NULL, NULL, NULL, 1200.00, 0.00, 1200.00, 1, 1),
(1226, NULL, NULL, '122.179.64.29', '2023-06-27 15:07:26', '254', '235', NULL, NULL, NULL, 1200.00, 0.00, 1200.00, 1, 1),
(1227, NULL, NULL, '122.179.64.29', '2023-06-27 15:07:26', '254', '263', NULL, NULL, NULL, 892.50, 0.00, 892.50, 1, 1),
(1228, NULL, '70', '122.179.64.29', '2023-06-27 15:07:26', NULL, '261', NULL, NULL, NULL, 1650.00, 0.00, 1650.00, 1, 1),
(1229, NULL, NULL, '122.179.64.29', '2023-06-27 15:07:26', '258', '235', NULL, NULL, NULL, 1200.00, 0.00, 1200.00, 1, 1),
(1230, NULL, NULL, '122.179.64.29', '2023-06-27 15:07:26', '258', '235', NULL, NULL, NULL, 1200.00, 0.00, 1200.00, 1, 0),
(1231, NULL, NULL, '122.179.64.29', '2023-06-27 15:07:26', '258', '237', NULL, NULL, NULL, 395.00, 0.00, 395.00, 1, 0),
(1232, NULL, NULL, '122.179.64.29', '2023-06-27 15:07:26', '254', '283', NULL, NULL, NULL, 965.00, 0.00, 965.00, 1, 1),
(1233, NULL, NULL, '122.179.64.29', '2023-06-27 15:07:26', '259', '261', NULL, NULL, NULL, 1650.00, 0.00, 1650.00, 1, 0),
(1234, NULL, NULL, '122.179.64.29', '2023-06-27 15:07:26', '260', '260', NULL, NULL, NULL, 1580.00, 0.00, 1580.00, 1, 0),
(1235, NULL, NULL, '106.202.233.80', '2023-06-27 15:07:26', '253', '441', NULL, NULL, NULL, 1185.75, 0.00, 1185.75, 1, 1),
(1236, NULL, NULL, '110.224.97.123', '2023-06-27 15:07:26', '261', '414', NULL, NULL, NULL, 1270.75, 0.00, 1270.75, 1, 0),
(1237, NULL, NULL, '110.224.97.123', '2023-06-27 15:07:26', '261', NULL, NULL, '3', NULL, 789.00, 0.00, 789.00, 1, 0),
(1238, NULL, '78', '122.162.214.94', '2023-06-27 15:07:26', NULL, NULL, NULL, '3', NULL, 27880.00, 0.00, 27880.00, 1, 1),
(1239, NULL, '78', '122.162.214.94', '2023-06-27 15:07:26', NULL, '634', NULL, NULL, NULL, 1525.50, 0.00, 3051.00, 2, 1),
(1240, NULL, NULL, '223.239.61.108', '2023-06-27 15:07:26', '263', '683', NULL, NULL, NULL, 2995.00, 0.00, 2995.00, 1, 0),
(1241, NULL, '70', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', NULL, 1900.00, 0.00, 1900.00, 1, 1),
(1242, NULL, NULL, '106.196.11.251', '2023-06-27 15:07:26', '265', NULL, NULL, '3', NULL, 13940.00, 0.00, 13940.00, 1, 0),
(1243, NULL, '12', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', '2022,2021', 1900.00, 0.00, 1900.00, 1, 1),
(1244, NULL, '12', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', '2022', 1000.00, 0.00, 1000.00, 1, 1),
(1245, NULL, '12', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', '2022', 1000.00, 0.00, 1000.00, 1, 1),
(1246, NULL, '12', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', '2023', 789.00, 0.00, 789.00, 1, 1),
(1247, NULL, '12', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', '2022', 1000.00, 0.00, 1000.00, 1, 1),
(1248, NULL, '12', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', '2021', 900.00, 0.00, 900.00, 1, 1),
(1249, NULL, '12', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', '2023', 789.00, 0.00, 789.00, 1, 1),
(1250, NULL, '12', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', '2021', 760.00, 0.00, 760.00, 1, 1),
(1251, NULL, '12', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', '2022', 1000.00, 0.00, 1000.00, 1, 1),
(1252, NULL, '12', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', '2021', 900.00, 0.00, 900.00, 1, 1),
(1253, NULL, '12', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', '2023', 789.00, 0.00, 789.00, 1, 1),
(1254, NULL, '12', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', '2021', 760.00, 0.00, 760.00, 1, 1),
(1255, NULL, '12', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', '2021', 760.00, 0.00, 760.00, 1, 1),
(1256, NULL, '12', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', '2023', 789.00, 0.00, 760.00, 1, 0),
(1257, NULL, '12', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', '2021', 760.00, 0.00, 760.00, 1, 0),
(1258, NULL, '70', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', '2023', 789.00, 0.00, 789.00, 1, 1),
(1259, NULL, '70', '106.212.5.225', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', '2021', 760.00, 0.00, 760.00, 1, 1),
(1260, NULL, NULL, NULL, '2023-06-27 15:07:26', '286', '258', NULL, NULL, NULL, 1095.00, 0.00, 1095.00, 1, 0),
(1261, NULL, NULL, '106.203.240.58', '2023-06-27 15:07:26', '286', NULL, NULL, '2', '2023', 789.00, 0.00, 789.00, 1, 1),
(1262, NULL, NULL, '106.203.240.58', '2023-06-27 15:07:26', '286', NULL, NULL, '2', '2021', 760.00, 0.00, 760.00, 1, 1),
(1263, NULL, NULL, '106.203.240.58', '2023-06-27 15:07:26', '286', NULL, NULL, '2', '2023', 789.00, 0.00, 789.00, 1, 0),
(1264, NULL, NULL, '106.212.5.225', '2023-06-27 15:07:26', '287', NULL, NULL, '1', '2022', 1000.00, 0.00, 1000.00, 1, 0),
(1265, NULL, '70', '223.191.55.223', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', '2022', 1000.00, 0.00, 1000.00, 1, 1),
(1266, NULL, '70', '223.191.55.223', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', '2021', 900.00, 0.00, 900.00, 1, 1),
(1267, NULL, NULL, '223.191.55.223', '2023-06-27 15:07:26', '289', NULL, NULL, '1', '2022', 1000.00, 0.00, 1000.00, 1, 0),
(1268, NULL, NULL, '152.57.229.254', '2023-06-27 15:07:26', '290', '275', NULL, NULL, NULL, 1035.00, 0.00, 1035.00, 1, 0),
(1269, NULL, NULL, NULL, '2023-06-27 15:07:26', '291', '258', NULL, NULL, NULL, 1095.00, 0.00, 1095.00, 1, 0),
(1270, NULL, NULL, NULL, '2023-06-27 15:07:26', '291', NULL, NULL, '2', '2023', 789.00, 0.00, 789.00, 1, 0),
(1271, NULL, NULL, NULL, '2023-06-27 15:07:26', '291', NULL, NULL, '2', '2021', 760.00, 0.00, 760.00, 1, 0),
(1272, NULL, '70', '171.79.85.92', '2023-06-27 15:07:26', NULL, '633', NULL, NULL, NULL, 845.75, 0.00, 845.75, 1, 1),
(1273, NULL, '70', '171.79.85.92', '2023-06-27 15:07:26', NULL, '632', NULL, NULL, NULL, 607.50, 0.00, 607.50, 1, 1),
(1274, NULL, '70', '171.79.85.92', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', '2022', 1000.00, 0.00, 1000.00, 1, 1),
(1275, NULL, '70', '171.79.85.92', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', '2021', 900.00, 0.00, 900.00, 1, 1),
(1276, NULL, NULL, '122.162.214.94', '2023-06-27 15:07:26', '294', '634', NULL, NULL, NULL, 1525.50, 0.00, 1525.50, 1, 0),
(1277, NULL, NULL, '122.162.214.94', '2023-06-27 15:07:26', '294', NULL, NULL, '3', '2023', 13940.00, 0.00, 13940.00, 1, 0),
(1278, NULL, NULL, '122.162.214.94', '2023-06-27 15:07:26', '294', NULL, NULL, '3', '2022', 13940.00, 0.00, 13940.00, 1, 0),
(1279, NULL, NULL, '122.162.214.94', '2023-06-27 15:07:26', '295', '242', NULL, NULL, NULL, 2850.00, 0.00, 2850.00, 1, 0),
(1280, NULL, NULL, '122.162.214.94', '2023-06-27 15:07:26', '296', '737', NULL, NULL, NULL, 23950.00, 0.00, 47900.00, 2, 0),
(1281, NULL, NULL, '122.162.214.94', '2023-06-27 15:07:26', '296', '726', NULL, NULL, NULL, 421.00, 0.00, 421.00, 1, 0),
(1282, NULL, '92', '49.37.67.190', '2023-06-27 15:07:26', NULL, '271', NULL, NULL, NULL, 841.50, 0.00, 841.50, 1, 0),
(1283, NULL, '92', '49.37.67.190', '2023-06-27 15:07:26', NULL, '272', NULL, NULL, NULL, 306.00, 0.00, 306.00, 1, 0),
(1284, NULL, NULL, '122.162.214.94', '2023-06-27 15:07:26', '299', '569', NULL, NULL, NULL, 875.00, 0.00, 3500.00, 4, 0),
(1285, NULL, '70', '223.191.44.127', '2023-06-27 15:07:26', NULL, '233', NULL, NULL, NULL, 986.00, 0.00, 986.00, 1, 1),
(1286, NULL, '70', '223.226.204.88', '2023-06-27 15:07:26', NULL, '765', NULL, NULL, NULL, 475.00, 0.00, 475.00, 1, 1),
(1287, NULL, '70', '223.191.37.110', '2023-06-27 15:07:26', NULL, '444', NULL, NULL, NULL, 3272.50, 0.00, 3272.50, 1, 1),
(1288, NULL, '70', '223.191.37.110', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', '2021', 760.00, 0.00, 760.00, 1, 1),
(1289, NULL, '70', '223.191.37.110', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', '2022', 1000.00, 0.00, 1000.00, 1, 1),
(1290, NULL, '70', '122.177.176.155', '2023-06-27 15:07:26', NULL, '441', NULL, NULL, NULL, 1185.75, 0.00, 5580.00, 4, 1),
(1291, NULL, '70', '122.177.176.155', '2023-06-27 15:07:26', NULL, '424', NULL, NULL, NULL, 2082.50, 0.00, 2082.50, 1, 1),
(1292, NULL, '70', '122.177.176.155', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', '2021', 900.00, 0.00, 900.00, 1, 1),
(1293, NULL, '70', '122.177.176.155', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', '2023', 789.00, 0.00, 789.00, 1, 1),
(1294, NULL, '70', '122.177.176.155', '2023-06-27 15:07:26', NULL, '616', NULL, NULL, NULL, 1395.00, 0.00, 1395.00, 1, 1),
(1295, NULL, '70', '122.177.176.155', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', '2021', 760.00, 0.00, 760.00, 1, 1),
(1296, NULL, '70', '122.177.176.155', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', '2021', 900.00, 0.00, 900.00, 1, 1),
(1297, NULL, '70', '122.177.176.155', '2023-06-27 15:07:26', NULL, '241', NULL, NULL, NULL, 1080.00, 0.00, 1080.00, 1, 1),
(1298, NULL, '70', '223.191.8.92', '2023-06-27 15:07:26', NULL, '543', NULL, NULL, NULL, 1345.50, 0.00, 1345.50, 1, 1),
(1299, NULL, '70', '223.191.33.70', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', '2021', 760.00, 0.00, 760.00, 1, 1),
(1300, NULL, '70', '223.191.33.70', '2023-06-27 15:07:26', NULL, NULL, NULL, '1', '2022', 1000.00, 0.00, 1000.00, 1, 1),
(1301, NULL, '70', '110.225.0.213', '2023-06-27 15:07:26', NULL, '481', NULL, NULL, NULL, 20.00, 0.00, 20.00, 1, 1),
(1302, NULL, '70', '223.191.60.30', '2023-06-27 15:07:26', NULL, '335', NULL, NULL, NULL, 2120.75, 0.00, 2120.75, 1, 1),
(1303, NULL, '70', '223.191.60.30', '2023-06-27 15:07:26', NULL, '239', NULL, NULL, NULL, 835.00, 0.00, 835.00, 1, 1),
(1304, NULL, '70', '223.191.60.30', '2023-06-27 15:07:26', NULL, '335', NULL, NULL, NULL, 2120.75, 0.00, 2120.75, 1, 1),
(1305, NULL, '70', '223.191.60.30', '2023-06-27 15:07:26', NULL, NULL, NULL, '2', '2021', 760.00, 0.00, 760.00, 1, 1),
(1306, NULL, '92', '49.37.65.194', '2023-06-27 15:07:26', NULL, '262', NULL, NULL, NULL, 295.00, 0.00, 295.00, 1, 0),
(1307, NULL, '70', '171.79.80.173', '2023-06-27 15:08:54', NULL, '242', NULL, NULL, NULL, 2850.00, 0.00, 2850.00, 1, 1),
(1308, NULL, '70', '171.79.80.173', '2023-06-27 15:11:11', NULL, '634', NULL, NULL, NULL, 1525.50, 0.00, 1525.50, 1, 1),
(1309, NULL, '70', '171.79.80.173', '2023-06-27 15:12:03', NULL, NULL, NULL, '1', '2021', 900.00, 0.00, 900.00, 1, 1),
(1310, NULL, '78', '110.225.11.27', '2023-06-27 16:38:07', NULL, '704', NULL, NULL, NULL, 3295.00, 0.00, 3295.00, 1, 1),
(1311, NULL, '78', '110.225.11.27', '2023-06-27 16:38:48', NULL, '794', NULL, NULL, NULL, 3000.00, 0.00, 3000.00, 1, 1),
(1312, NULL, '78', '110.225.11.27', '2023-06-27 17:15:57', NULL, '273', NULL, NULL, NULL, 620.00, 0.00, 1860.00, 3, 1),
(1313, NULL, '70', NULL, '2023-06-27 18:34:14', NULL, '634', NULL, NULL, NULL, 1525.50, 0.00, 1525.50, 1, 1),
(1314, NULL, '70', '171.79.80.173', '2023-06-27 18:40:25', NULL, '616', NULL, NULL, NULL, 1395.00, 0.00, 2790.00, 2, 1),
(1315, NULL, '70', '171.79.80.173', '2023-06-27 18:40:44', NULL, '756', NULL, NULL, NULL, 550.00, 0.00, 1650.00, 3, 1),
(1316, NULL, '70', NULL, '2023-06-28 11:09:02', NULL, '260', NULL, NULL, NULL, 1580.00, 0.00, 3160.00, 2, 1),
(1317, NULL, '70', '171.79.93.226', '2023-06-28 11:52:14', NULL, '261', NULL, NULL, NULL, 1650.00, 0.00, 3300.00, 2, 1),
(1318, NULL, '70', '171.79.93.226', '2023-06-28 12:17:44', NULL, '264', NULL, NULL, NULL, 1800.00, 0.00, 5400.00, 3, 1),
(1319, NULL, '70', NULL, '2023-06-28 12:49:19', NULL, '240', NULL, NULL, NULL, 495.00, 0.00, 990.00, 2, 1),
(1320, NULL, '70', '171.79.93.226', '2023-06-28 12:49:35', NULL, '475', NULL, NULL, NULL, 590.75, 0.00, 1390.00, 2, 1),
(1321, NULL, '70', '171.79.93.226', '2023-06-28 13:08:26', NULL, '475', NULL, NULL, NULL, 695.00, 0.00, 695.00, 1, 1),
(1322, NULL, '70', '171.79.93.226', '2023-06-28 13:10:06', NULL, '243', NULL, NULL, NULL, 865.00, 0.00, 1730.00, 2, 1),
(1323, NULL, '70', '171.79.93.226', '2023-06-28 13:39:02', NULL, '475', NULL, NULL, NULL, 695.00, 0.00, 695.00, 1, 1),
(1324, NULL, '70', '171.79.93.226', '2023-06-28 15:16:41', NULL, '480', NULL, NULL, NULL, 476.00, 0.00, 595.00, 1, 1),
(1325, NULL, '70', '171.79.93.226', '2023-06-28 15:28:34', NULL, '241', NULL, NULL, NULL, 1080.00, 0.00, 1080.00, 1, 1),
(1326, NULL, '70', '171.79.93.226', '2023-06-28 15:28:50', NULL, '840', NULL, NULL, NULL, 850.00, 0.00, 850.00, 1, 1),
(1327, NULL, '70', '171.79.93.226', '2023-06-28 15:35:53', NULL, '349', NULL, NULL, NULL, 300.00, 0.00, 300.00, 1, 1),
(1328, NULL, '70', '171.79.93.226', '2023-06-28 15:36:06', NULL, '365', NULL, NULL, NULL, 1250.00, 0.00, 1250.00, 1, 1),
(1329, NULL, '70', '171.79.93.226', '2023-06-28 15:39:59', NULL, '799', NULL, NULL, NULL, 550.00, 0.00, 550.00, 1, 1),
(1330, NULL, '70', '171.79.93.226', '2023-06-28 15:40:19', NULL, '329', NULL, NULL, NULL, 1345.50, 0.00, 1350.00, 1, 1),
(1331, NULL, '70', '171.79.93.226', '2023-06-28 15:41:46', NULL, '332', NULL, NULL, NULL, 945.25, 0.00, 995.00, 1, 1),
(1332, NULL, '70', '171.79.93.226', '2023-06-28 15:41:52', NULL, '328', NULL, NULL, NULL, 552.50, 0.00, 570.00, 1, 1),
(1333, NULL, '70', '171.79.93.226', '2023-06-28 15:46:41', NULL, '798', NULL, NULL, NULL, 1050.00, 0.00, 2100.00, 2, 1),
(1334, NULL, '70', '171.79.93.226', '2023-06-28 15:46:49', NULL, '314', NULL, NULL, NULL, 1660.50, 0.00, 6980.00, 4, 1),
(1335, NULL, '78', '110.225.11.27', '2023-06-28 18:03:57', NULL, NULL, NULL, '5', '2023', 15999.00, 0.00, 15999.00, 1, 1),
(1336, NULL, '78', '110.225.11.27', '2023-06-28 18:03:57', NULL, NULL, NULL, '5', '2022', 18499.00, 0.00, 18499.00, 1, 1),
(1337, NULL, '72', '223.182.82.105', '2023-06-28 19:21:51', NULL, '441', NULL, NULL, NULL, 1185.75, 0.00, 1395.00, 1, 1),
(1338, NULL, '72', '223.182.82.105', '2023-06-28 19:27:31', NULL, '444', NULL, NULL, NULL, 3272.50, 0.00, 3850.00, 1, 1),
(1339, NULL, '70', '106.212.13.197', '2023-06-29 10:59:14', NULL, '480', NULL, NULL, NULL, 476.00, 0.00, 595.00, 1, 1),
(1340, NULL, '70', '106.212.13.197', '2023-06-29 11:05:36', NULL, '235', NULL, NULL, NULL, 1200.00, 0.00, 1200.00, 1, 1),
(1341, NULL, '72', '106.215.98.98', '2023-06-29 11:18:46', NULL, '412', NULL, NULL, NULL, 1495.00, 0.00, 1495000.00, 1000, 1),
(1342, NULL, '70', '106.212.13.197', '2023-06-29 11:20:43', NULL, '667', NULL, NULL, NULL, 8495.00, 0.00, 8495.00, 1, 1),
(1343, NULL, '70', '106.212.13.197', '2023-06-29 11:20:59', NULL, '428', NULL, NULL, NULL, 445.50, 0.00, 495.00, 1, 1),
(1344, NULL, '72', '106.215.98.98', '2023-06-29 11:23:44', NULL, '412', NULL, NULL, NULL, 1495.00, 0.00, 1495000.00, 1000, 1),
(1345, NULL, '72', '106.215.98.98', '2023-06-29 11:24:31', NULL, '666', NULL, NULL, NULL, 2495.00, 0.00, 4990000.00, 2000, 1),
(1346, NULL, NULL, '106.212.13.197', '2023-06-29 11:35:06', '351', '243', NULL, NULL, NULL, 865.00, 0.00, 865000.00, 1000, 0),
(1347, NULL, '70', '106.212.13.197', '2023-06-29 11:45:07', NULL, '480', NULL, NULL, NULL, 476.00, 0.00, 595.00, 1, 1),
(1348, NULL, '72', '106.215.98.98', '2023-06-29 11:47:37', NULL, '264', NULL, NULL, NULL, 1800.00, 0.00, 1800.00, 1, 1),
(1349, NULL, '78', '49.37.8.168', '2023-06-29 11:52:29', NULL, '634', NULL, NULL, NULL, 1525.50, 0.00, 3051.00, 2, 1),
(1350, NULL, '78', '49.37.8.168', '2023-06-29 11:52:39', NULL, '233', NULL, NULL, NULL, 986.00, 0.00, 986.00, 1, 1),
(1351, NULL, '70', '106.212.13.197', '2023-06-29 13:26:54', NULL, '475', NULL, NULL, NULL, 695.00, 0.00, 695.00, 1, 1),
(1352, NULL, '72', '106.215.98.98', '2023-06-29 15:14:53', NULL, '441', NULL, NULL, NULL, 1395.00, 0.00, 1395.00, 1, 0),
(1353, NULL, '9293', '106.212.13.197', '2023-06-29 15:19:10', NULL, '441', NULL, NULL, NULL, 1395.00, 0.00, 1395.00, 1, 0),
(1354, NULL, '70', NULL, '2023-06-29 15:54:43', NULL, '240', NULL, NULL, NULL, 495.00, 0.00, 495.00, 1, 1),
(1355, NULL, NULL, '202.8.114.215', '2023-06-29 18:55:42', '358', '335', NULL, NULL, NULL, 2120.75, 0.00, 4241.50, 2, 0),
(1356, NULL, '70', '223.191.46.33', '2023-06-30 23:40:39', NULL, NULL, NULL, '5', '2022', 18499.00, 0.00, 36998.00, 2, 1),
(1357, NULL, NULL, '49.36.57.90', '2023-07-02 19:42:28', '360', '772', NULL, NULL, NULL, 775.00, 0.00, 775.00, 1, 0),
(1358, NULL, NULL, '110.225.11.27', '2023-07-03 16:15:50', '361', '584', NULL, NULL, NULL, 1345.50, 0.00, 2691.00, 2, 1),
(1359, NULL, '70', '171.79.8.130', '2023-07-03 16:17:10', NULL, '633', NULL, NULL, NULL, 845.75, 0.00, 845.75, 1, 1),
(1360, NULL, '70', '171.79.8.130', '2023-07-03 16:19:24', NULL, '634', NULL, NULL, NULL, 1525.50, 0.00, 3051.00, 2, 1),
(1361, NULL, '70', '171.79.8.130', '2023-07-03 16:22:03', NULL, '335', NULL, NULL, NULL, 2120.75, 0.00, 8483.00, 4, 1),
(1362, NULL, '70', '171.79.8.130', '2023-07-03 16:24:34', NULL, '543', NULL, NULL, NULL, 1345.50, 0.00, 1345.50, 1, 1),
(1363, NULL, '70', '171.79.8.130', '2023-07-03 16:46:16', NULL, '582', NULL, NULL, NULL, 695.00, 0.00, 695.00, 1, 1),
(1364, NULL, '70', '171.79.8.130', '2023-07-03 17:01:27', NULL, NULL, NULL, '7', '2023', 3580.00, 0.00, 3580.00, 1, 1),
(1365, NULL, '70', '171.79.8.130', '2023-07-03 17:01:27', NULL, NULL, NULL, '7', '2022', 3100.00, 0.00, 3100.00, 1, 1),
(1366, NULL, NULL, '171.79.8.130', '2023-07-03 17:26:25', '369', '233', NULL, NULL, NULL, 986.00, 0.00, 986.00, 1, 0),
(1367, NULL, '70', '171.79.8.130', '2023-07-03 17:55:40', NULL, '412', NULL, NULL, NULL, 1495.00, 0.00, 1495.00, 1, 1),
(1368, NULL, NULL, '171.79.82.33', '2023-07-04 12:17:31', '371', '917', NULL, NULL, NULL, 1399.00, 0.00, 1399.00, 1, 0),
(1369, NULL, '9295', '115.96.158.57', '2023-07-05 10:16:00', NULL, '233', NULL, NULL, NULL, 986.00, 0.00, 986.00, 1, 1),
(1370, NULL, '9295', '115.96.158.57', '2023-07-05 10:16:34', NULL, '634', NULL, NULL, NULL, 1525.50, 0.00, 3051.00, 2, 1),
(1371, NULL, '9295', '115.96.158.57', '2023-07-05 10:24:59', NULL, '441', NULL, NULL, NULL, 1395.00, 0.00, 2790.00, 2, 1),
(1372, NULL, '9295', '115.96.158.57', '2023-07-05 10:28:25', NULL, '684', NULL, NULL, NULL, 1495.00, 0.00, 1495.00, 1, 1),
(1373, NULL, '9295', '115.96.158.57', '2023-07-05 10:28:50', NULL, '412', NULL, NULL, NULL, 1495.00, 0.00, 1495.00, 1, 1),
(1374, NULL, NULL, '122.163.39.220', '2023-07-05 11:49:02', '376', '236', NULL, NULL, NULL, 3450.00, 0.00, 3450.00, 1, 0),
(1375, NULL, '70', '122.163.39.220', '2023-07-05 13:57:01', NULL, '824', '499', NULL, NULL, 725.00, 0.00, 725.00, 1, 1),
(1376, NULL, '70', '122.163.39.220', '2023-07-05 14:09:30', NULL, '295', '82', NULL, NULL, 330.00, 0.00, 330.00, 1, 1),
(1377, NULL, '70', '122.163.39.220', '2023-07-05 14:10:01', NULL, '668', '338', NULL, NULL, 5995.00, 0.00, 5995.00, 1, 1),
(1378, NULL, '70', '122.163.39.220', '2023-07-05 14:15:50', NULL, '948', '418,206', NULL, NULL, 3950.00, 0.00, 3950.00, 1, 1),
(1379, NULL, NULL, '223.182.90.22', '2023-07-05 19:25:11', '381', '441', '250', NULL, NULL, 1395.00, 0.00, 2790.00, 2, 1),
(1380, NULL, NULL, '103.220.89.158', '2023-07-06 22:49:24', '382', '634', '354', NULL, NULL, 1525.50, 0.00, 1525.50, 1, 0),
(1381, NULL, NULL, '49.37.65.238', '2023-07-06 23:32:14', '383', '262', '135', NULL, NULL, 297.50, 0.00, 297.50, 1, 0),
(1382, NULL, NULL, '49.37.65.238', '2023-07-06 23:39:19', '383', '379', '202', NULL, NULL, 580.00, 0.00, 580.00, 1, 0),
(1383, NULL, NULL, '157.40.122.213', '2023-07-07 12:43:50', '384', '236', '140', NULL, NULL, 3450.00, 0.00, 3450.00, 1, 0),
(1384, NULL, '78', '49.37.35.201', '2023-07-07 15:38:50', NULL, '634', '354', NULL, NULL, 1525.50, 0.00, 3051.00, 2, 1),
(1385, NULL, '78', '49.37.35.201', '2023-07-07 15:38:51', NULL, '616', '153', NULL, NULL, 1395.00, 0.00, 1395.00, 1, 1),
(1386, NULL, '78', '49.37.35.201', '2023-07-07 15:38:54', NULL, '242', '140', NULL, NULL, 2850.00, 0.00, 2850.00, 1, 1),
(1387, NULL, '78', '49.37.35.201', '2023-07-07 15:38:55', NULL, '335', '140', NULL, NULL, 2120.75, 0.00, 2120.75, 1, 1),
(1388, NULL, '83', '49.37.35.201', '2023-07-07 15:46:10', NULL, '584', '126', NULL, NULL, 1345.50, 0.00, 2691.00, 2, 1),
(1389, NULL, '83', '49.37.35.201', '2023-07-07 15:46:42', NULL, '742', '423', NULL, NULL, 3600.00, 0.00, 3600.00, 1, 1),
(1390, NULL, '83', '49.37.35.201', '2023-07-07 15:47:50', NULL, '634', '354', NULL, NULL, 1525.50, 0.00, 3051.00, 2, 1),
(1391, NULL, '83', '49.37.35.201', '2023-07-07 15:47:53', NULL, '543', '312', NULL, NULL, 1345.50, 0.00, 1345.50, 1, 1),
(1392, NULL, NULL, '157.40.205.208', '2023-07-07 23:14:26', '393', '951', '213', NULL, NULL, 1095.00, 0.00, 1095.00, 1, 0),
(1393, NULL, '117380160232156917301', '157.40.205.208', '2023-07-07 23:16:55', NULL, '260', '82', NULL, NULL, 1580.00, 0.00, 1580.00, 1, 0),
(1394, NULL, NULL, '110.224.106.110', '2023-07-08 16:09:41', '394', '258', '88', NULL, NULL, 1095.00, 0.00, 1095.00, 1, 0),
(1395, NULL, NULL, '110.224.109.21', '2023-07-08 17:54:06', '395', '335', '140', NULL, NULL, 2120.75, 0.00, 2120.75, 1, 0),
(1396, NULL, '70', '110.224.108.21', '2023-07-08 22:04:18', NULL, '240', '172', NULL, NULL, 495.00, 0.00, 495.00, 1, 1),
(1397, NULL, '70', '223.226.204.87', '2023-07-10 12:01:55', NULL, '475', '264', NULL, NULL, 695.00, 0.00, 695.00, 1, 1),
(1398, NULL, '80', '110.225.11.27', '2023-07-10 14:00:36', '398', '233', '140', NULL, NULL, 986.00, 0.00, 986.00, 1, 1),
(1399, NULL, '80', '110.225.11.27', '2023-07-10 14:01:43', '398', '258', '88', NULL, NULL, 1095.00, 0.00, 1095.00, 1, 1),
(1400, NULL, NULL, '110.225.11.27', '2023-07-10 15:24:12', '399', '243', '157', NULL, NULL, 865.00, 0.00, 865.00, 1, 1),
(1401, NULL, '70', '223.226.204.87', '2023-07-10 16:30:27', NULL, '553', '333', NULL, NULL, 1480.00, 0.00, 2960.00, 2, 1),
(1402, NULL, '70', '223.226.204.87', '2023-07-10 17:24:36', NULL, '718', '407', NULL, NULL, 2695.00, 0.00, 2695.00, 1, 1),
(1403, NULL, '70', '223.226.204.87', '2023-07-10 17:26:52', NULL, '605', '60', NULL, NULL, 1982.00, 0.00, 1982.00, 1, 1),
(1404, NULL, NULL, '122.172.8.176', '2023-07-10 17:30:42', '404', '667', '382', NULL, NULL, 8495.00, 0.00, 8495.00, 1, 1),
(1405, NULL, '70', '223.226.204.87', '2023-07-10 17:31:02', NULL, '826', '500', NULL, NULL, 595.00, 0.00, 595.00, 1, 1),
(1406, NULL, NULL, '122.172.8.176', '2023-07-10 17:31:14', '404', NULL, NULL, '6', '2023', 4399.00, 0.00, 4399.00, 1, 1),
(1407, NULL, NULL, '122.172.8.176', '2023-07-10 17:53:02', '404', '239', '22', NULL, NULL, 835.00, 0.00, 835.00, 1, 1),
(1408, NULL, '70', '223.226.204.87', '2023-07-10 18:27:25', NULL, '441', '250', NULL, NULL, 1395.00, 0.00, 5580.00, 4, 1),
(1409, NULL, '70', '223.226.204.87', '2023-07-10 18:28:31', NULL, '785', '462', NULL, NULL, 1300.00, 0.00, 1300.00, 1, 1),
(1410, NULL, '70', '223.226.204.87', '2023-07-10 18:28:53', NULL, '441', '250', NULL, NULL, 1395.00, 0.00, 5580.00, 4, 1),
(1411, NULL, '70', '223.226.204.87', '2023-07-10 18:31:03', NULL, '444', '252', NULL, NULL, 3850.00, 0.00, 3850.00, 1, 1),
(1412, NULL, '70', '223.226.204.87', '2023-07-10 18:31:12', NULL, '475', '264', NULL, NULL, 695.00, 0.00, 695.00, 1, 1),
(1413, NULL, NULL, '122.172.8.176', '2023-07-10 19:41:33', '404', NULL, NULL, '5', '2023', 15999.00, 0.00, 15999.00, 1, 1),
(1414, NULL, NULL, '122.172.8.176', '2023-07-10 19:41:49', '404', '441', '250', NULL, NULL, 1395.00, 0.00, 1395.00, 1, 1),
(1415, NULL, '70', '223.191.57.151', '2023-07-10 20:57:41', NULL, '961', '638', NULL, NULL, 2495.00, 0.00, 2495.00, 1, 1),
(1416, NULL, NULL, '223.191.57.151', '2023-07-10 21:08:49', '415', '239', '22', NULL, NULL, 835.00, 0.00, 835.00, 1, 0),
(1417, NULL, NULL, '223.191.57.151', '2023-07-10 21:09:16', '415', '616', '153', NULL, NULL, 1395.00, 0.00, 1395.00, 1, 0),
(1418, NULL, '9297', '106.201.57.110', '2023-07-11 12:28:13', NULL, '444', '252', NULL, NULL, 3850.00, 0.00, 3850.00, 1, 1),
(1419, NULL, '9297', '106.201.57.110', '2023-07-11 12:28:44', NULL, NULL, NULL, '8', '2023', 10920.00, 0.00, 10920.00, 1, 1),
(1420, NULL, NULL, '106.203.250.8', '2023-07-11 18:13:00', '418', '722', '411', NULL, NULL, 1625.00, 0.00, 1625.00, 1, 0),
(1421, NULL, '78', '110.225.209.102', '2023-07-12 16:36:50', NULL, '412', '220', NULL, NULL, 1495.00, 0.00, 2990.00, 2, 1),
(1422, NULL, '78', '110.225.209.102', '2023-07-12 16:54:26', NULL, NULL, NULL, '12', '2022 (Bound Vols.)', 28500.00, 0.00, 28500.00, 1, 1),
(1423, NULL, '78', '110.225.209.102', '2023-07-12 17:32:23', NULL, NULL, NULL, '11', '2022', 3500.00, 0.00, 3500.00, 1, 1),
(1424, NULL, '70', '122.163.54.48', '2023-07-13 12:16:28', NULL, '269', '23', NULL, NULL, 3050.00, 0.00, 3050.00, 1, 1),
(1425, NULL, '70', '122.163.54.48', '2023-07-13 12:24:57', NULL, '412', '220', NULL, NULL, 1495.00, 0.00, 1495.00, 1, 1),
(1426, NULL, '70', '122.163.54.48', '2023-07-13 12:37:04', NULL, '414', '227', NULL, NULL, 1495.00, 0.00, 1495.00, 1, 1),
(1427, NULL, '70', '122.163.54.48', '2023-07-13 12:45:11', NULL, '720', '410', NULL, NULL, 1526.00, 0.00, 1526.00, 1, 1),
(1428, NULL, '70', '122.163.54.48', '2023-07-13 12:55:50', NULL, '435', '245', NULL, NULL, 1950.00, 0.00, 1950.00, 1, 1),
(1429, NULL, '70', '122.163.54.48', '2023-07-13 12:57:38', NULL, '657', '364', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 1),
(1430, NULL, '70', '122.163.54.48', '2023-07-13 15:09:14', NULL, '264', '140', NULL, NULL, 1800.00, 0.00, 1800.00, 1, 1),
(1431, NULL, '70', '122.163.54.48', '2023-07-13 15:26:12', NULL, '720', '410', NULL, NULL, 1526.00, 0.00, 1526.00, 1, 1),
(1432, NULL, '70', '122.163.54.48', '2023-07-13 15:31:17', NULL, '684', '391', NULL, NULL, 1495.00, 0.00, 1495.00, 1, 1),
(1433, NULL, '70', '122.163.54.48', '2023-07-13 15:33:59', NULL, '343', '88', NULL, NULL, 835.00, 0.00, 835.00, 1, 1),
(1434, NULL, '70', '122.163.54.48', '2023-07-13 16:03:52', NULL, '657', '364', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 1),
(1435, NULL, '70', '122.163.54.48', '2023-07-13 16:06:47', NULL, '684', '391', NULL, NULL, 1495.00, 0.00, 1495.00, 1, 1),
(1436, NULL, '70', '122.163.54.48', '2023-07-13 16:57:36', NULL, '439', '249', NULL, NULL, 450.00, 0.00, 450.00, 1, 1),
(1437, NULL, '70', '122.163.54.48', '2023-07-13 18:43:16', NULL, '271', '84', NULL, NULL, 841.50, 0.00, 841.50, 1, 1),
(1438, NULL, '70', '122.163.54.48', '2023-07-13 18:43:37', NULL, NULL, NULL, '5', '2023', 15999.00, 0.00, 15999.00, 1, 1),
(1439, NULL, '70', '122.163.54.48', '2023-07-13 18:57:47', NULL, NULL, NULL, '5', '2023', 15999.00, 0.00, 15999.00, 1, 1),
(1440, NULL, '70', '122.163.54.48', '2023-07-13 19:06:16', NULL, '412', '220', NULL, NULL, 1495.00, 0.00, 1495.00, 1, 1),
(1441, NULL, NULL, '223.178.213.41', '2023-07-13 23:57:12', '437', '335', '140', NULL, NULL, 2120.75, 0.00, 4241.50, 2, 0),
(1442, NULL, NULL, '223.178.213.41', '2023-07-13 23:59:06', '437', '656', '325', NULL, NULL, 1125.00, 0.00, 1125.00, 1, 0),
(1443, NULL, NULL, '110.225.209.102', '2023-07-14 11:10:36', '438', '1210', '730', NULL, NULL, 795.00, 0.00, 795.00, 1, 0),
(1444, NULL, '70', '223.229.146.216', '2023-07-14 14:06:36', NULL, NULL, NULL, '6', '2023', 4399.00, 0.00, 4399.00, 1, 1),
(1445, NULL, NULL, '223.190.67.176', '2023-07-14 16:37:36', '440', '236', '728', NULL, NULL, 3450.00, 0.00, 3450.00, 1, 0),
(1446, NULL, NULL, '157.40.77.23', '2023-07-14 21:37:09', '441', '1208', '119', NULL, NULL, 1250.00, 0.00, 5000.00, 4, 0),
(1447, NULL, '81', '157.40.77.23', '2023-07-14 21:58:04', NULL, '1208', '119', NULL, NULL, 1250.00, 0.00, 2500.00, 2, 0),
(1448, NULL, '81', '157.40.77.23', '2023-07-14 22:05:31', NULL, '444', '252', NULL, NULL, 3850.00, 0.00, 3850.00, 1, 0),
(1449, NULL, '70', '110.224.105.177', '2023-07-14 23:10:23', NULL, '1210', '730', NULL, NULL, 795.00, 0.00, 1370.00, 2, 1),
(1450, NULL, NULL, '157.40.88.77', '2023-07-15 10:19:05', '445', '1207', '729,729', NULL, NULL, 1250.00, 0.00, 2500.00, 2, 0),
(1451, NULL, NULL, '157.40.88.77', '2023-07-15 10:21:07', '445', '605', '60', NULL, NULL, 1982.00, 0.00, 1982.00, 1, 0),
(1452, NULL, NULL, '157.40.88.77', '2023-07-15 10:21:21', '445', '1210', '730', NULL, NULL, 795.00, 0.00, 795.00, 1, 0),
(1453, NULL, NULL, '157.40.88.77', '2023-07-15 10:21:50', '445', '414', '227', NULL, NULL, 1495.00, 0.00, 1495.00, 1, 0),
(1454, NULL, NULL, '110.225.209.102', '2023-07-15 12:48:55', '446', '1207', '729,729', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 1),
(1455, NULL, NULL, '110.224.105.70', '2023-07-16 18:56:43', '447', '343', '88', NULL, NULL, 835.00, 0.00, 7515.00, 9, 0),
(1456, NULL, NULL, '49.37.26.158', '2023-07-17 20:12:07', '448', '966', '394', NULL, NULL, 1295.00, 0.00, 1295.00, 1, 0),
(1457, NULL, NULL, '110.225.209.102', '2023-07-18 14:44:24', '449', '827', '433', NULL, NULL, 2750.00, 0.00, 2750.00, 1, 0),
(1458, NULL, '70', '223.236.228.217', '2023-07-18 14:52:07', NULL, '1234', '751', NULL, NULL, 895.00, 0.00, 895.00, 1, 1),
(1459, NULL, '70', '223.236.228.217', '2023-07-18 16:43:48', NULL, '1205', '729', NULL, NULL, 1450.00, 0.00, 1450.00, 1, 1),
(1460, NULL, '70', '223.236.228.217', '2023-07-18 16:47:04', NULL, '441', '250', NULL, NULL, 1395.00, 0.00, 1395.00, 1, 1),
(1461, NULL, '70', '223.236.228.217', '2023-07-18 17:13:07', NULL, '480', '266', NULL, NULL, 595.00, 0.00, 595.00, 1, 1),
(1462, NULL, '70', '223.236.228.217', '2023-07-18 17:24:57', NULL, '959', '637', NULL, NULL, 1350.00, 0.00, 1350.00, 1, 1),
(1463, NULL, '70', '223.236.228.217', '2023-07-18 17:34:33', NULL, '1227', '746', NULL, NULL, 695.00, 0.00, 695.00, 1, 1);
INSERT INTO `cart` (`Id`, `OrderId`, `UserId`, `login_ip`, `createdAt`, `mac_id`, `BookId`, `AuthorId`, `journalid`, `journalYear`, `Amount`, `ShippingCharges`, `TotalAmount`, `quantity`, `isDeleted`) VALUES
(1464, NULL, '70', '223.236.228.217', '2023-07-18 17:39:12', NULL, '1208', '119', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 1),
(1465, NULL, NULL, '49.36.9.138', '2023-07-19 09:18:18', '457', '584', '126', NULL, NULL, 1345.50, 0.00, 1345.50, 1, 0),
(1466, NULL, NULL, '49.36.9.138', '2023-07-19 09:18:36', '457', '1', '23', NULL, NULL, 1850.00, 0.00, 1850.00, 1, 0),
(1467, NULL, '9302', '122.163.68.1', '2023-07-19 18:59:58', NULL, '634', '354', NULL, NULL, 1525.50, 0.00, 1525.50, 1, 0),
(1468, NULL, '9302', '122.163.68.1', '2023-07-19 19:06:40', NULL, '1208', '119', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 0),
(1469, NULL, NULL, '122.163.68.1', '2023-07-19 19:07:04', '460', '1208', '119', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 0),
(1470, NULL, '9304', '122.163.68.1', '2023-07-19 19:09:42', NULL, '1208', '119', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 0),
(1471, NULL, '78', '110.225.209.102', '2023-07-20 12:18:08', NULL, '233', '140', NULL, NULL, 986.00, 0.00, 986.00, 1, 1),
(1472, NULL, '78', '110.225.209.102', '2023-07-20 12:41:41', NULL, NULL, NULL, '12', '2023 (Loose Parts)', 26500.00, 0.00, 28500.00, 1, 1),
(1473, NULL, '78', '110.225.209.102', '2023-07-20 12:41:41', NULL, NULL, NULL, '12', '2022 (Bound Vols.)', 28500.00, 0.00, 28500.00, 1, 1),
(1474, NULL, '78', '110.225.209.102', '2023-07-20 12:42:29', NULL, '1118', '710', NULL, NULL, 795.00, 0.00, 795.00, 1, 1),
(1475, NULL, NULL, '47.11.196.238', '2023-07-20 13:20:47', '466', '236', '728', NULL, NULL, 3450.00, 0.00, 3450.00, 1, 0),
(1476, NULL, '70', '122.163.33.28', '2023-07-20 18:09:41', NULL, '1210', '730', NULL, NULL, 795.00, 0.00, 1370.00, 2, 1),
(1477, NULL, '70', '122.163.33.28', '2023-07-20 18:46:25', NULL, '1210', '730', NULL, NULL, 795.00, 0.00, 1370.00, 2, 1),
(1478, NULL, '70', '122.163.33.28', '2023-07-20 18:47:28', NULL, NULL, NULL, '11', '2022 (Bound Vols.)', 3500.00, 0.00, 3500.00, 1, 1),
(1479, NULL, NULL, '49.37.26.158', '2023-07-20 22:26:21', '469', '1234', '751', NULL, NULL, 895.00, 0.00, 895.00, 1, 0),
(1480, NULL, NULL, '49.36.235.61', '2023-07-21 21:56:52', '470', '243', '157', NULL, NULL, 875.00, 0.00, 875.00, 1, 0),
(1481, NULL, NULL, '182.69.179.15', '2023-07-23 22:15:39', '471', '269', '23', NULL, NULL, 3050.00, 0.00, 9150.00, 3, 1),
(1482, NULL, NULL, '182.69.179.15', '2023-07-23 22:30:53', '471', '269', '23', NULL, NULL, 3050.00, 0.00, 3050.00, 1, 0),
(1483, NULL, '70', '27.58.48.217', '2023-07-24 11:10:49', NULL, '949', '625', NULL, NULL, 1850.00, 0.00, 1850.00, 1, 1),
(1484, NULL, '70', '27.58.48.217', '2023-07-24 11:21:39', NULL, '895', '568', NULL, NULL, 1375.00, 0.00, 1375.00, 1, 1),
(1485, NULL, '70', '27.58.48.217', '2023-07-24 11:48:30', NULL, NULL, NULL, '8', '2023', 10920.00, 0.00, 10920.00, 1, 1),
(1486, NULL, '70', '27.58.48.217', '2023-07-24 11:49:00', NULL, '414', '227', NULL, NULL, 1495.00, 0.00, 1495.00, 1, 1),
(1487, NULL, '70', '27.58.48.217', '2023-07-24 11:51:19', NULL, NULL, NULL, '6', '2022', 3999.00, 0.00, 3999.00, 1, 1),
(1488, NULL, '70', '27.58.48.217', '2023-07-24 11:53:18', NULL, NULL, NULL, '6', '2022', 3999.00, 0.00, 3999.00, 1, 1),
(1489, NULL, '70', '27.58.48.217', '2023-07-24 12:38:25', NULL, '412', '220', NULL, NULL, 1495.00, 0.00, 1495.00, 1, 1),
(1490, NULL, '70', '27.58.48.217', '2023-07-24 12:44:16', NULL, '1210', '730', NULL, NULL, 795.00, 0.00, 1370.00, 2, 1),
(1491, NULL, '70', '27.58.48.217', '2023-07-24 16:37:04', NULL, '1234', '751', NULL, NULL, 895.00, 0.00, 895.00, 1, 1),
(1492, NULL, '78', '110.225.209.102', '2023-07-24 16:47:47', NULL, '904', '577', NULL, NULL, 5450.00, 0.00, 5450.00, 1, 1),
(1493, NULL, '78', '110.225.209.102', '2023-07-24 16:53:20', NULL, '1207', '729', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 1),
(1494, NULL, '78', '110.225.209.102', '2023-07-24 17:03:59', NULL, '1210', '730', NULL, NULL, 795.00, 0.00, 795.00, 1, 1),
(1495, NULL, '70', '223.191.29.49', '2023-07-24 22:09:20', NULL, '377', '194', NULL, NULL, 495.00, 0.00, 495.00, 1, 1),
(1496, NULL, '70', '27.58.57.254', '2023-07-25 19:03:02', NULL, '1234', '751', NULL, NULL, 895.00, 0.00, 895.00, 1, 1),
(1497, NULL, NULL, '110.225.209.102', '2023-07-26 14:23:31', '486', '419', '230', NULL, NULL, 1295.00, 0.00, 2590.00, 2, 1),
(1498, NULL, '78', '110.225.209.102', '2023-07-26 14:44:31', NULL, '412', '220', NULL, NULL, 1495.00, 0.00, 1495.00, 1, 1),
(1499, NULL, '70', '223.237.119.23', '2023-07-29 10:34:14', NULL, '280', '318', NULL, NULL, 590.75, 0.00, 695.00, 1, 1),
(1500, NULL, NULL, '223.233.60.148', '2023-07-29 12:31:59', '489', '948', '418,206', NULL, NULL, 3950.00, 0.00, 3950.00, 1, 0),
(1501, NULL, '78', '171.79.4.184', '2023-07-29 12:36:26', NULL, '1210', '730', NULL, NULL, 795.00, 0.00, 685.00, 1, 1),
(1502, NULL, '78', '171.79.4.184', '2023-07-29 12:36:52', NULL, NULL, NULL, '12', '2022 (Bound Vols.)', 28500.00, 0.00, 28500.00, 1, 1),
(1503, NULL, NULL, '171.79.4.184', '2023-08-03 17:26:31', '492', '789', '465', NULL, NULL, 2250.00, 0.00, 2250.00, 1, 0),
(1504, NULL, NULL, '171.79.4.184', '2023-08-03 17:34:24', '492', '246', '67', NULL, NULL, 475.00, 0.00, 475.00, 1, 0),
(1505, NULL, NULL, '122.172.175.156', '2023-08-04 11:03:00', '493', '445', '253', NULL, NULL, 4450.00, 0.00, 4450.00, 1, 0),
(1506, NULL, '70', '122.172.175.156', '2023-08-04 15:13:29', NULL, NULL, NULL, '10', '2022', 4500.00, 0.00, 4500.00, 1, 1),
(1507, NULL, NULL, '171.79.4.184', '2023-08-07 11:45:32', '494', '958', '636', NULL, NULL, 6995.00, 0.00, 6995.00, 1, 0),
(1508, NULL, '9295', '115.96.196.150', '2023-08-07 15:49:28', NULL, '1205', '729', NULL, NULL, 1450.00, 0.00, 1450.00, 1, 0),
(1509, NULL, NULL, '171.79.4.184', '2023-08-07 16:44:57', '496', '758', '436', NULL, NULL, 2500.00, 0.00, 5000.00, 2, 0),
(1510, NULL, NULL, '27.58.56.45', '2023-08-09 14:52:13', '497', '882', '555', NULL, NULL, 10250.00, 0.00, 10250.00, 1, 0),
(1511, NULL, NULL, '157.40.82.242', '2023-08-09 21:16:39', '498', '972', '55', NULL, NULL, 5995.00, 0.00, 5995.00, 1, 0),
(1512, NULL, '2588', NULL, '2023-08-13 19:08:36', NULL, '761', '439', NULL, NULL, 625.00, 0.00, 625.00, 1, 1),
(1513, NULL, '2588', NULL, '2023-08-13 19:14:57', NULL, '1338', '360', NULL, NULL, 395.00, 0.00, 395.00, 1, 1),
(1514, NULL, '79', '202.8.114.243', '2023-08-15 16:37:24', NULL, '285', '119', NULL, NULL, 1635.00, 0.00, 1635.00, 1, 0),
(1515, NULL, NULL, '103.29.119.122', '2023-08-17 15:51:12', '501', '258', '88', NULL, NULL, 1095.00, 0.00, 1095.00, 1, 0),
(1516, NULL, NULL, '171.79.4.184', '2023-08-21 16:24:13', '502', '1350', '819', NULL, NULL, 7500.00, 0.00, 7500.00, 1, 0),
(1517, NULL, NULL, '49.37.52.223', '2023-08-23 21:58:02', '503', '319', '106', NULL, NULL, 330.00, 0.00, 330.00, 1, 0),
(1518, NULL, NULL, '49.37.52.223', '2023-08-23 21:58:06', '503', '446', '106', NULL, NULL, 1895.00, 0.00, 1895.00, 1, 0),
(1519, NULL, NULL, '171.79.4.184', '2023-08-28 16:44:36', '505', '1352', '200', NULL, NULL, 675.00, 0.00, 67500.00, 100, 1),
(1520, NULL, NULL, '106.201.57.72', '2023-09-01 13:51:08', '506', '1207', '729', NULL, NULL, 1250.00, 0.00, 7500.00, 6, 0),
(1521, NULL, NULL, '49.47.69.80', '2023-09-01 23:03:08', '507', '275', '156', NULL, NULL, 955.00, 0.00, 1910.00, 2, 0),
(1522, NULL, NULL, '137.97.72.135', '2023-09-02 14:41:58', '508', '335', '140', NULL, NULL, 2120.75, 0.00, 4241.50, 2, 1),
(1523, NULL, NULL, '137.97.72.135', '2023-09-02 14:43:15', '508', '335', '140', NULL, NULL, 2120.75, 0.00, 2120.75, 1, 0),
(1524, NULL, NULL, '223.236.230.97', '2023-09-08 15:54:16', '509', '584', '126', NULL, NULL, 1345.50, 0.00, 1345.50, 1, 0),
(1525, NULL, NULL, '103.10.116.26', '2023-09-09 10:02:33', '510', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1526, NULL, NULL, '103.59.72.65', '2023-09-12 23:29:35', '511', '1206', '100', NULL, NULL, 1100.75, 0.00, 1100.75, 1, 0),
(1527, NULL, NULL, '110.227.84.175', '2023-09-13 16:52:13', '512', '1210', '207', NULL, NULL, 685.00, 0.00, 685.00, 1, 0),
(1528, NULL, NULL, '122.180.206.175', '2023-09-13 22:33:25', '513', '446', '106', NULL, NULL, 1580.00, 0.00, 1580.00, 1, 0),
(1529, NULL, NULL, '106.203.251.162', '2023-09-14 15:57:17', '514', '243', '157,98', NULL, NULL, 990.00, 0.00, 990.00, 1, 1),
(1530, NULL, NULL, '106.203.251.162', '2023-09-14 15:57:56', '514', '1207', '729', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 1),
(1531, NULL, NULL, '122.176.130.35', '2023-09-15 10:49:26', '515', '414', '227', NULL, NULL, 1650.00, 0.00, 1650.00, 1, 0),
(1532, NULL, NULL, '122.176.130.35', '2023-09-15 15:46:41', '515', '1006', '651', NULL, NULL, 10665.00, 0.00, 10665.00, 1, 1),
(1533, NULL, NULL, '122.176.130.35', '2023-09-15 15:58:26', '515', NULL, NULL, '5', '2022', 18499.00, 0.00, 18499.00, 1, 0),
(1534, NULL, '70', '122.176.130.35', '2023-09-15 18:26:55', NULL, '1248', '764', NULL, NULL, 400.00, 0.00, 400.00, 1, 1),
(1535, NULL, '70', '122.176.130.35', '2023-09-15 18:29:35', NULL, '1246', '764', NULL, NULL, 450.00, 0.00, 450.00, 1, 1),
(1536, NULL, NULL, '103.59.73.129', '2023-09-15 23:48:31', '517', '342', '123', NULL, NULL, 640.00, 0.00, 1280.00, 2, 0),
(1537, NULL, NULL, '103.59.73.129', '2023-09-16 11:19:51', '518', '1227', '746', NULL, NULL, 695.00, 0.00, 695.00, 1, 0),
(1538, NULL, NULL, '117.99.196.95', '2023-09-19 19:17:45', '519', '297', '325', NULL, NULL, 900.00, 0.00, 900.00, 1, 0),
(1539, NULL, NULL, '117.99.200.95', '2023-09-19 19:17:57', '519', '335', '140', NULL, NULL, 2120.75, 0.00, 2120.75, 1, 0),
(1540, NULL, NULL, '117.99.194.95', '2023-09-19 19:21:59', '519', '236', '728', NULL, NULL, 3295.00, 0.00, 6590.00, 2, 0),
(1541, NULL, NULL, '49.205.123.109', '2023-09-21 09:39:05', '520', '240', '172', NULL, NULL, 445.00, 0.00, 445.00, 1, 0),
(1542, NULL, NULL, '49.205.123.109', '2023-09-21 09:39:57', '520', '1208', '119', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 0),
(1543, NULL, '70', '110.224.111.0', '2023-09-24 21:42:43', NULL, '1206', '100', NULL, NULL, 1100.75, 0.00, 1100.75, 1, 1),
(1544, NULL, '70', '106.202.231.107', '2023-09-25 11:33:58', NULL, '243', '157,98', NULL, NULL, 990.00, 0.00, 990.00, 1, 1),
(1545, NULL, '70', '106.202.231.107', '2023-09-25 19:22:37', NULL, '235', '82', NULL, NULL, 1200.00, 0.00, 1200.00, 1, 1),
(1546, NULL, '70', '103.59.72.85', '2023-09-25 21:17:38', NULL, NULL, NULL, '8', '2022', 10380.00, 0.00, 10380.00, 1, 1),
(1547, NULL, '70', NULL, '2023-09-25 23:22:10', NULL, '260', '82', NULL, NULL, 1305.00, 0.00, 1305.00, 1, 1),
(1548, NULL, '78', '49.37.33.112', '2023-09-26 12:31:42', NULL, '1343', '440', NULL, NULL, 425.00, 0.00, 425.00, 1, 1),
(1549, NULL, NULL, '115.96.207.119', '2023-09-27 16:20:58', '526', '1205', '729', NULL, NULL, 1450.00, 0.00, 2900.00, 2, 0),
(1550, NULL, NULL, '122.161.49.88', '2023-09-28 15:33:58', '527', '236', '728', NULL, NULL, 3295.00, 0.00, 6590.00, 2, 0),
(1551, NULL, NULL, '122.161.49.88', '2023-09-28 16:09:00', '527', '269', '140', NULL, NULL, 2956.00, 0.00, 2956.00, 1, 0),
(1552, NULL, '5', '122.163.79.37', '2023-09-29 16:28:13', NULL, '616', '126', NULL, NULL, 1145.00, 0.00, 1145.00, 1, 1),
(1553, NULL, '9', '103.59.72.100', '2023-09-30 11:14:53', NULL, '583', '97', NULL, NULL, 990.00, 0.00, 990.00, 1, 0),
(1554, NULL, NULL, '223.178.209.254', '2023-10-03 19:46:00', '530', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1555, NULL, '86', '49.36.96.216', '2023-10-07 14:14:24', NULL, '414', '227', NULL, NULL, 1650.00, 0.00, 1650.00, 1, 1),
(1556, NULL, '86', '49.36.96.216', '2023-10-07 14:14:30', NULL, '1210', '207', NULL, NULL, 685.00, 0.00, 685.00, 1, 1),
(1557, NULL, '86', '49.36.96.216', '2023-10-07 14:14:48', NULL, '950', '626', NULL, NULL, 4555.00, 0.00, 4555.00, 1, 1),
(1558, NULL, '86', '49.36.96.216', '2023-10-07 14:15:16', NULL, '869', '546', NULL, NULL, 7910.00, 0.00, 7910.00, 1, 1),
(1559, NULL, '86', '49.36.96.216', '2023-10-07 14:16:07', NULL, '1244', '763', NULL, NULL, 495.00, 0.00, 495.00, 1, 1),
(1560, NULL, '86', '49.36.96.216', '2023-10-07 14:17:05', NULL, '1285', '765,765', NULL, NULL, 300.00, 0.00, 300.00, 1, 1),
(1561, NULL, '86', '49.36.96.216', '2023-10-07 14:17:23', NULL, '804', '481', NULL, NULL, 1315.00, 0.00, 1315.00, 1, 1),
(1562, NULL, '86', '49.36.96.216', '2023-10-07 14:17:45', NULL, '1229', '748', NULL, NULL, 995.00, 0.00, 995.00, 1, 1),
(1563, NULL, '86', '49.36.96.216', '2023-10-07 14:19:16', NULL, '1097', '215', NULL, NULL, 1595.00, 0.00, 1595.00, 1, 1),
(1564, NULL, '86', '49.36.96.216', '2023-10-07 14:20:08', NULL, '584', '126', NULL, NULL, 1345.50, 0.00, 1345.50, 1, 1),
(1565, NULL, '86', '49.36.96.216', '2023-10-07 14:20:34', NULL, '1206', '100', NULL, NULL, 1100.75, 0.00, 1100.75, 1, 1),
(1566, NULL, '86', '49.36.96.216', '2023-10-07 14:21:12', NULL, '243', '157,98', NULL, NULL, 990.00, 0.00, 990.00, 1, 1),
(1567, NULL, '86', '49.36.96.216', '2023-10-07 14:23:44', NULL, '274', '76', NULL, NULL, 815.00, 0.00, 815.00, 1, 1),
(1568, NULL, NULL, '122.172.82.158', '2023-10-07 19:11:52', '544', '260', '82', NULL, NULL, 1305.00, 0.00, 1305.00, 1, 0),
(1569, NULL, NULL, '122.172.82.158', '2023-10-07 20:23:55', '544', '344', '336', NULL, NULL, 630.00, 0.00, 630.00, 1, 0),
(1570, NULL, NULL, '122.172.82.158', '2023-10-07 20:40:40', '544', '305', '160', NULL, NULL, 361.25, 0.00, 361.25, 1, 0),
(1571, NULL, NULL, '103.249.7.223', '2023-10-08 18:57:25', '545', '797', '474', NULL, NULL, 1975.00, 0.00, 3950.00, 2, 0),
(1572, NULL, NULL, '103.249.7.223', '2023-10-08 19:01:58', '545', '379', '202', NULL, NULL, 548.25, 0.00, 548.25, 1, 0),
(1573, NULL, NULL, '103.249.7.223', '2023-10-08 19:02:52', '545', '803', '433', NULL, NULL, 3750.00, 0.00, 3750.00, 1, 0),
(1574, NULL, '70', '110.227.98.250', '2023-10-09 14:41:36', NULL, '1315', '802', NULL, NULL, 504.00, 0.00, 504.00, 1, 1),
(1575, NULL, '70', '110.227.98.250', '2023-10-09 16:40:31', NULL, '1276', '693', NULL, NULL, 535.00, 0.00, 535.00, 1, 1),
(1576, NULL, '70', '110.227.98.250', '2023-10-09 17:06:58', NULL, '1210', '207', NULL, NULL, 685.00, 0.00, 1370.00, 2, 1),
(1577, NULL, '70', '110.227.98.250', '2023-10-09 17:13:19', NULL, '1344', '817,618', NULL, NULL, 845.00, 0.00, 845.00, 1, 1),
(1578, NULL, '70', '110.227.98.250', '2023-10-09 18:42:45', NULL, '1210', '207', NULL, NULL, 685.00, 0.00, 1370.00, 2, 1),
(1579, NULL, '70', '110.227.98.250', '2023-10-09 18:52:03', NULL, '1210', '207', NULL, NULL, 685.00, 0.00, 1370.00, 2, 1),
(1580, NULL, '70', '110.227.98.250', '2023-10-09 19:39:47', NULL, '1208', '119', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 1),
(1581, NULL, NULL, '103.59.73.35', '2023-10-11 09:33:24', '553', '1322', '808', NULL, NULL, 1995.00, 0.00, 1995.00, 1, 0),
(1582, NULL, NULL, '223.228.218.184', '2023-10-11 14:32:15', '554', '236', '728', NULL, NULL, 3295.00, 0.00, 3295.00, 1, 0),
(1583, NULL, '70', '122.163.103.125', '2023-10-11 17:29:17', NULL, '1210', '207', NULL, NULL, 685.00, 0.00, 1370.00, 2, 1),
(1584, NULL, '70', '122.163.103.125', '2023-10-11 18:54:08', NULL, '1300', '204', NULL, NULL, 270.00, 0.00, 810.00, 3, 1),
(1585, NULL, NULL, '103.59.73.66', '2023-10-11 20:45:27', '558', '584', '126', NULL, NULL, 1345.50, 0.00, 1345.50, 1, 0),
(1586, NULL, NULL, '103.59.73.66', '2023-10-11 20:46:34', '558', '231', '18', NULL, NULL, 1250.00, 0.00, 2500.00, 2, 0),
(1587, NULL, NULL, '103.59.73.66', '2023-10-11 20:47:38', '558', NULL, NULL, '8', '2022', 10380.00, 0.00, 10380.00, 1, 1),
(1588, NULL, '70', '103.59.73.66', '2023-10-11 22:39:31', NULL, '231', '18', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 1),
(1589, NULL, '70', '122.172.9.242', '2023-10-12 19:02:36', NULL, '1210', '207', NULL, NULL, 685.00, 0.00, 1370.00, 2, 1),
(1590, NULL, '70', '103.59.73.151', '2023-10-14 09:30:26', '561', '1210', '207', NULL, NULL, 685.00, 0.00, 1370.00, 2, 1),
(1591, NULL, '70', '110.224.100.52', '2023-10-15 10:16:48', NULL, NULL, NULL, '10', '2023', 4500.00, 0.00, 4500.00, 1, 1),
(1592, NULL, '70', '103.59.73.141', '2023-10-15 10:41:22', NULL, NULL, NULL, '9', '2022', 5250.00, 0.00, 5250.00, 1, 1),
(1593, NULL, '70', '103.59.73.141', '2023-10-15 10:41:40', NULL, '934', '611', NULL, NULL, 675.00, 0.00, 675.00, 1, 1),
(1594, NULL, '9311', '49.43.5.242', '2023-10-15 22:51:19', NULL, '1206', '100', NULL, NULL, 1100.75, 0.00, 1100.75, 1, 1),
(1595, NULL, '9311', '49.43.5.242', '2023-10-15 22:52:27', NULL, '428', '238', NULL, NULL, 743.60, 0.00, 743.60, 1, 1),
(1596, NULL, '9311', '49.43.5.242', '2023-10-15 22:52:59', NULL, '634', '354', NULL, NULL, 1440.75, 0.00, 1440.75, 1, 1),
(1597, NULL, '70', '110.227.87.249', '2023-10-16 12:54:02', NULL, '1207', '729', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 1),
(1598, NULL, NULL, '49.36.49.152', '2023-10-17 13:24:05', '566', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 1),
(1599, NULL, '70', '122.163.62.201', '2023-10-18 15:40:57', NULL, '1206', '100', NULL, NULL, 1100.75, 0.00, 1100.75, 1, 1),
(1600, NULL, '70', '122.163.62.201', '2023-10-18 15:56:26', NULL, '1210', '207', NULL, NULL, 685.00, 0.00, 1370.00, 2, 1),
(1601, NULL, '70', '122.163.62.201', '2023-10-18 16:10:05', NULL, '1210', '207', NULL, NULL, 685.00, 0.00, 685.00, 1, 1),
(1602, NULL, '91', '110.227.64.168', '2023-10-18 16:23:20', NULL, '1206', '100', NULL, NULL, 1100.75, 0.00, 2201.50, 2, 1),
(1603, NULL, '91', '110.227.64.168', '2023-10-18 16:24:40', NULL, '634', '354', NULL, NULL, 1440.75, 0.00, 1440.75, 1, 1),
(1604, NULL, '91', '110.227.64.168', '2023-10-18 16:33:49', NULL, '584', '126', NULL, NULL, 1345.50, 0.00, 1345.50, 1, 1),
(1605, NULL, '91', '110.227.64.168', '2023-10-18 16:34:01', NULL, '1208', '119', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 1),
(1606, NULL, NULL, '122.163.62.201', '2023-10-18 16:44:47', '571', '584', '126', NULL, NULL, 1345.50, 0.00, 1345.50, 1, 0),
(1607, NULL, '5', '122.163.62.201', '2023-10-18 16:49:09', NULL, '634', '354', NULL, NULL, 1440.75, 0.00, 1440.75, 1, 1),
(1608, NULL, '5', '122.163.62.201', '2023-10-18 16:49:21', NULL, '338', '5', NULL, NULL, 1000.00, 0.00, 2000.00, 2, 1),
(1609, NULL, '5', '122.163.62.201', '2023-10-18 16:51:55', NULL, '468', '255', NULL, NULL, 875.00, 0.00, 875.00, 1, 0),
(1610, NULL, NULL, '110.224.106.61', '2023-10-18 17:11:40', '576', '1205', '729', NULL, NULL, 1450.00, 0.00, 1450.00, 1, 0),
(1611, NULL, '70', '117.99.94.119', '2023-10-19 12:18:07', NULL, '1300', '204', NULL, NULL, 270.00, 0.00, 810.00, 3, 1),
(1612, NULL, '70', '117.99.94.119', '2023-10-19 12:18:22', NULL, '1296', '793', NULL, NULL, 960.00, 0.00, 960.00, 1, 1),
(1613, NULL, '70', '117.99.94.119', '2023-10-19 12:27:26', NULL, '414', '227', NULL, NULL, 1650.00, 0.00, 1650.00, 1, 1),
(1614, NULL, '70', '117.99.94.119', '2023-10-19 12:28:34', NULL, '895', '568', NULL, NULL, 1165.00, 0.00, 1165.00, 1, 1),
(1615, NULL, NULL, '117.99.94.119', '2023-10-19 13:26:19', '584', '543', '356', NULL, NULL, 1270.00, 0.00, 2540.00, 2, 0),
(1616, NULL, NULL, '117.99.94.119', '2023-10-19 13:26:42', '584', '1205', '729', NULL, NULL, 1450.00, 0.00, 1450.00, 1, 1),
(1617, NULL, NULL, '117.99.94.119', '2023-10-19 13:26:48', '584', '584', '126', NULL, NULL, 1345.50, 0.00, 1345.50, 1, 1),
(1618, NULL, NULL, '117.99.94.119', '2023-10-19 16:22:16', '585', '1210', '207', NULL, NULL, 685.00, 0.00, 685.00, 1, 0),
(1619, NULL, NULL, '117.99.94.119', '2023-10-19 19:10:44', '586', '1210', '207', NULL, NULL, 685.00, 0.00, 685.00, 1, 0),
(1620, NULL, NULL, '106.213.52.71', '2023-10-19 19:19:14', '587', '1207', '729', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 1),
(1621, NULL, NULL, '106.213.52.71', '2023-10-19 19:20:45', '587', '1210', '207', NULL, NULL, 685.00, 0.00, 685.00, 1, 1),
(1622, NULL, '70', '122.163.49.66', '2023-10-20 12:58:34', NULL, '1210', '207', NULL, NULL, 685.00, 0.00, 685.00, 1, 1),
(1623, NULL, NULL, '157.40.125.46', '2023-10-20 13:11:30', '589', '584', '126', NULL, NULL, 1345.50, 0.00, 1345.50, 1, 0),
(1624, NULL, '70', '122.163.49.66', '2023-10-20 13:49:29', '590', '1210', '207', NULL, NULL, 685.00, 0.00, 685.00, 1, 1),
(1625, NULL, '70', '122.163.49.66', '2023-10-20 14:50:54', '591', '1205', '729', NULL, NULL, 1450.00, 0.00, 1450.00, 1, 1),
(1626, NULL, '70', '110.224.105.63', '2023-10-20 22:39:41', NULL, NULL, NULL, '5', '2022', 18499.00, 0.00, 18499.00, 1, 1),
(1627, NULL, NULL, '106.196.9.241', '2023-10-23 12:59:08', '593', '1206', '100', NULL, NULL, 1100.75, 0.00, 1100.75, 1, 0),
(1628, NULL, NULL, '106.194.87.9', '2023-10-26 09:58:45', '594', '1205', '729', NULL, NULL, 1450.00, 0.00, 1450.00, 1, 0),
(1629, NULL, NULL, '112.215.239.139', '2023-11-01 19:15:58', '595', '934', '611', NULL, NULL, 675.00, 0.00, 675.00, 1, 0),
(1630, NULL, '9313', '47.11.203.147', '2023-11-03 20:03:49', NULL, '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 1),
(1631, NULL, '9313', '47.11.201.181', '2023-11-03 22:56:03', NULL, '274', '76', NULL, NULL, 815.00, 0.00, 815.00, 1, 0),
(1632, NULL, NULL, '103.59.73.81', '2023-11-04 11:17:39', '598', '746', '427', NULL, NULL, 2400.00, 0.00, 2400.00, 1, 0),
(1633, NULL, '9313', '47.11.200.41', '2023-11-04 11:31:54', NULL, '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1634, NULL, '9313', '47.11.200.41', '2023-11-04 11:33:43', NULL, '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1635, NULL, NULL, '49.36.190.56', '2023-11-06 21:50:29', '601', '616', '126', NULL, NULL, 1145.00, 0.00, 1145.00, 1, 0),
(1636, NULL, NULL, '49.36.190.56', '2023-11-06 21:50:38', '601', '584', '126', NULL, NULL, 1345.50, 0.00, 1345.50, 1, 0),
(1637, NULL, NULL, '49.36.190.56', '2023-11-06 21:50:41', '601', '335', '140', NULL, NULL, 2120.75, 0.00, 2120.75, 1, 0),
(1638, NULL, NULL, '49.36.190.56', '2023-11-06 21:51:01', '601', '634', '354', NULL, NULL, 1440.75, 0.00, 1440.75, 1, 0),
(1639, NULL, NULL, '49.36.190.56', '2023-11-06 21:51:03', '601', '543', '356', NULL, NULL, 1270.00, 0.00, 1270.00, 1, 1),
(1640, NULL, NULL, '49.36.190.56', '2023-11-06 21:51:12', '601', '310', '82', NULL, NULL, 1150.00, 0.00, 1150.00, 1, 0),
(1641, NULL, NULL, '49.36.190.56', '2023-11-06 21:51:27', '601', '260', '82', NULL, NULL, 1305.00, 0.00, 1305.00, 1, 0),
(1642, NULL, NULL, '49.36.190.56', '2023-11-06 21:51:59', '601', '274', '76', NULL, NULL, 815.00, 0.00, 815.00, 1, 1),
(1643, NULL, NULL, '49.36.190.56', '2023-11-06 21:53:30', '601', '1011', '664', NULL, NULL, 2295.00, 0.00, 2295.00, 1, 0),
(1644, NULL, NULL, '49.36.190.56', '2023-11-06 21:53:37', '601', '1117', '709', NULL, NULL, 2595.00, 0.00, 2595.00, 1, 0),
(1645, NULL, NULL, '49.36.190.56', '2023-11-06 21:54:45', '601', '281', '55', NULL, NULL, 1375.00, 0.00, 1375.00, 1, 0),
(1646, NULL, NULL, '49.36.190.56', '2023-11-06 21:54:55', '601', '1064', '381', NULL, NULL, 1389.90, 0.00, 1389.90, 1, 0),
(1647, NULL, NULL, '49.36.190.56', '2023-11-06 21:56:08', '601', '1', '23', NULL, NULL, 3230.00, 0.00, 3230.00, 1, 0),
(1648, NULL, NULL, '49.36.190.56', '2023-11-06 21:56:30', '601', '711', '403', NULL, NULL, 4915.00, 0.00, 4915.00, 1, 0),
(1649, NULL, NULL, '49.36.190.56', '2023-11-06 21:56:51', '601', '605', '60', NULL, NULL, 1990.00, 0.00, 1990.00, 1, 0),
(1650, NULL, NULL, '49.36.190.56', '2023-11-06 21:57:10', '601', '297', '325', NULL, NULL, 900.00, 0.00, 900.00, 1, 0),
(1651, NULL, NULL, '106.194.91.219', '2023-11-06 22:06:16', '602', '446', '106', NULL, NULL, 1580.00, 0.00, 1580.00, 1, 0),
(1652, NULL, NULL, '106.213.84.17', '2023-11-09 09:59:05', '603', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1653, NULL, '9314', '205.253.120.165', '2023-11-09 17:14:56', NULL, '260', '82', NULL, NULL, 1305.00, 0.00, 1305.00, 1, 1),
(1654, NULL, '9314', '205.253.120.165', '2023-11-09 17:15:14', NULL, '1', '23', NULL, NULL, 3230.00, 0.00, 3230.00, 1, 1),
(1655, NULL, NULL, '106.203.153.227', '2023-11-09 21:10:42', '605', '274', '76', NULL, NULL, 815.00, 0.00, 815.00, 1, 0),
(1656, NULL, NULL, '106.203.153.227', '2023-11-09 21:12:24', '605', '1208', '119', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 0),
(1657, NULL, '9315', '47.29.161.147', '2023-11-09 21:34:53', NULL, '1208', '119', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 1),
(1658, NULL, '9315', '47.29.161.147', '2023-11-09 21:36:03', NULL, '274', '76', NULL, NULL, 815.00, 0.00, 815.00, 1, 1),
(1659, NULL, NULL, '106.213.84.17', '2023-11-10 18:34:31', '607', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1660, NULL, NULL, '106.213.84.17', '2023-11-10 18:34:58', '607', '294', '76', NULL, NULL, 1350.00, 0.00, 1350.00, 1, 0),
(1661, NULL, NULL, '152.58.23.187', '2023-11-10 21:16:09', '608', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1662, NULL, NULL, '152.58.23.187', '2023-11-10 21:16:59', '608', '294', '76', NULL, NULL, 1350.00, 0.00, 1350.00, 1, 0),
(1663, NULL, NULL, '152.58.23.187', '2023-11-10 21:18:07', '608', '274', '76', NULL, NULL, 815.00, 0.00, 815.00, 1, 1),
(1664, NULL, NULL, '152.58.23.187', '2023-11-10 21:18:09', '608', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 1),
(1665, NULL, NULL, '122.161.52.94', '2023-11-10 23:05:36', '609', '277', '77,156', NULL, NULL, 1260.00, 0.00, 2520.00, 2, 0),
(1666, NULL, NULL, '49.37.133.119', '2023-11-11 12:34:40', '610', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1667, NULL, NULL, '223.230.165.127', '2023-11-12 10:01:20', '611', '236', '728', NULL, NULL, 3295.00, 0.00, 3295.00, 1, 0),
(1668, NULL, NULL, '58.147.173.142', '2023-11-14 11:15:46', '612', '832', '506', NULL, NULL, 1200.00, 0.00, 1200.00, 1, 0),
(1669, NULL, NULL, '58.147.173.142', '2023-11-14 11:16:09', '612', '246', '67', NULL, NULL, 475.00, 0.00, 475.00, 1, 0),
(1670, NULL, NULL, '58.147.173.142', '2023-11-14 11:16:22', '612', '1245', '764', NULL, NULL, 425.00, 0.00, 425.00, 1, 0),
(1671, NULL, NULL, '58.147.173.142', '2023-11-14 11:16:29', '612', '789', '465', NULL, NULL, 2250.00, 0.00, 2250.00, 1, 0),
(1672, NULL, NULL, '106.66.62.159', '2023-11-15 13:40:56', '613', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1673, NULL, NULL, '106.66.62.159', '2023-11-15 13:41:36', '613', '1271', '776', NULL, NULL, 350.00, 0.00, 350.00, 1, 0),
(1674, NULL, NULL, '106.66.62.159', '2023-11-15 13:42:10', '613', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1675, NULL, NULL, NULL, '2023-11-18 09:41:55', '614', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1676, NULL, NULL, '223.184.234.111', '2023-11-19 10:18:30', '615', '543', '356', NULL, NULL, 1270.00, 0.00, 2540.00, 2, 1),
(1677, NULL, '9318', '122.162.148.22', '2023-11-21 11:42:40', NULL, '274', '76', NULL, NULL, 815.00, 0.00, 815.00, 1, 1),
(1678, NULL, '9319', '152.58.21.111', '2023-11-24 08:49:19', NULL, '294', '76', NULL, NULL, 1350.00, 0.00, 1350.00, 1, 1),
(1679, NULL, '9319', '152.58.21.111', '2023-11-24 08:50:14', NULL, '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 1),
(1680, NULL, NULL, '152.58.130.149', '2023-11-27 19:32:48', '619', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1681, NULL, NULL, '152.58.130.149', '2023-11-27 19:34:24', '619', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1682, NULL, '9320', '202.142.110.37', '2023-11-28 01:51:21', NULL, '582', '355', NULL, NULL, 590.00, 0.00, 590.00, 1, 0),
(1683, NULL, '9321', '49.36.214.106', '2023-11-28 10:03:01', '621', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 1),
(1684, NULL, '9321', '49.36.214.106', '2023-11-28 11:09:24', NULL, '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 1),
(1685, NULL, NULL, '110.227.72.124', '2023-11-29 13:39:44', '622', '335', '140', NULL, NULL, 2120.75, 0.00, 4241.50, 2, 0),
(1686, NULL, NULL, '171.79.89.70', '2023-11-29 18:27:03', '623', '895', '568', NULL, NULL, 1165.00, 0.00, 1165.00, 1, 0),
(1687, NULL, '70', '122.163.81.252', '2023-12-01 11:46:47', NULL, '1357', '823,824', NULL, NULL, 1000.00, 0.00, 0.00, 0, 1),
(1688, NULL, '9322', '106.198.3.194', '2023-12-03 16:08:18', NULL, '237', '140', NULL, NULL, 395.00, 0.00, 395.00, 1, 1),
(1689, NULL, NULL, '223.187.253.115', '2023-12-04 10:08:58', '628', '702', '398', NULL, NULL, 2995.00, 0.00, 2995.00, 1, 0),
(1690, NULL, NULL, '49.37.11.9', '2023-12-07 11:47:09', '629', '446', '106', NULL, NULL, 1580.00, 0.00, 1580.00, 1, 0),
(1691, NULL, NULL, '103.44.106.21', '2023-12-07 17:08:06', '630', '755', '433', NULL, NULL, 3250.00, 0.00, 3250.00, 1, 0),
(1692, NULL, NULL, '49.37.9.83', '2023-12-09 22:33:18', '631', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 0),
(1693, NULL, NULL, '223.185.124.191', '2023-12-10 23:02:30', '632', '634', '354', NULL, NULL, 1440.00, 0.00, 1440.00, 1, 0),
(1694, NULL, NULL, '223.185.124.191', '2023-12-10 23:03:02', '632', '1357', '823,824', NULL, NULL, 1000.00, 0.00, 1000.00, 1, 0),
(1695, NULL, NULL, '223.185.124.191', '2023-12-10 23:04:55', '632', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1696, NULL, NULL, '223.185.124.191', '2023-12-10 23:10:55', '632', '1222', '741', NULL, NULL, 1530.00, 0.00, 1530.00, 1, 0),
(1697, NULL, '9321', '49.36.170.144', '2023-12-11 10:04:12', NULL, '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 1),
(1698, NULL, '9321', '49.36.170.144', '2023-12-11 10:05:05', NULL, '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1699, NULL, NULL, '137.97.105.24', '2023-12-17 23:13:46', '634', '242', '140', NULL, NULL, 2850.00, 0.00, 2850.00, 1, 0),
(1700, NULL, NULL, '152.57.124.8', '2023-12-18 10:52:15', '635', '277', '77,156', NULL, NULL, 1260.00, 0.00, 5040.00, 4, 0),
(1701, NULL, '9325', NULL, '2023-12-19 11:20:54', '636', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 1),
(1702, NULL, '9325', NULL, '2023-12-19 11:20:56', '636', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 1),
(1703, NULL, NULL, NULL, '2023-12-22 21:24:58', '637', '283', '23', NULL, NULL, 780.00, 0.00, 1560.00, 2, 0),
(1704, NULL, NULL, '202.142.124.129', '2023-12-25 22:47:11', '638', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1705, NULL, NULL, '202.142.124.129', '2023-12-25 22:48:06', '638', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 0),
(1706, NULL, NULL, '202.142.124.129', '2023-12-27 21:58:55', '639', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1707, NULL, NULL, '202.142.124.129', '2023-12-27 21:59:34', '639', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 0),
(1708, NULL, NULL, '202.142.124.129', '2023-12-27 21:59:36', '639', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1709, NULL, NULL, '202.142.124.129', '2023-12-27 23:09:55', '639', '260', '82', NULL, NULL, 1305.00, 0.00, 1305.00, 1, 0),
(1710, NULL, NULL, '202.142.124.129', '2023-12-27 23:13:23', '639', '407', '215', NULL, NULL, 2865.90, 0.00, 2865.90, 1, 1),
(1711, NULL, NULL, '157.39.75.193', '2023-12-31 00:09:53', '640', '277', '77,156', NULL, NULL, 1260.00, 0.00, 2520.00, 2, 0),
(1712, NULL, NULL, '122.178.71.121', '2024-01-01 15:13:43', '641', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1713, NULL, NULL, '182.64.88.9', '2024-01-03 19:23:03', '642', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1714, NULL, NULL, '124.123.177.190', '2024-01-04 16:38:39', '643', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 0),
(1715, NULL, NULL, '152.58.181.167', '2024-01-04 22:08:17', '644', '583', '97', NULL, NULL, 990.00, 0.00, 990.00, 1, 0),
(1716, NULL, NULL, '124.123.177.190', '2024-01-05 07:45:51', '645', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 0),
(1717, NULL, NULL, '117.99.205.169', '2024-01-05 18:00:13', '646', '1222', '741', NULL, NULL, 1530.00, 0.00, 1530.00, 1, 0),
(1718, NULL, '9327', '124.123.177.190', '2024-01-05 21:33:46', NULL, '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 1),
(1719, NULL, NULL, '106.76.197.122', '2024-01-06 05:53:50', '648', '1', '23', NULL, NULL, 3230.00, 0.00, 3230.00, 1, 0),
(1720, NULL, '9328', '49.37.98.134', '2024-01-10 14:20:56', NULL, '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1721, NULL, '9329', NULL, '2024-01-11 08:33:56', NULL, '275', '156', NULL, NULL, 955.00, 0.00, 1910.00, 2, 1),
(1722, NULL, '9329', NULL, '2024-01-11 08:43:03', NULL, '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1723, NULL, NULL, '117.98.46.187', '2024-01-14 18:58:11', '653', '297', '325', NULL, NULL, 900.00, 0.00, 1800.00, 2, 0),
(1724, NULL, NULL, '202.142.124.129', '2024-01-14 20:21:21', '654', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1725, NULL, NULL, '42.108.27.93', '2024-01-15 20:44:18', '655', '372', '131', NULL, NULL, 500.00, 0.00, 500.00, 1, 0),
(1726, NULL, '9330', '103.205.130.44', '2024-01-18 22:59:35', '656', '275', '156', NULL, NULL, 955.00, 0.00, 1910.00, 2, 0),
(1727, NULL, '9330', '103.205.130.44', '2024-01-18 23:00:35', '656', '277', '77,156', NULL, NULL, 1260.00, 0.00, 2520.00, 2, 0),
(1728, NULL, NULL, NULL, '2024-01-21 20:23:50', '658', '283', '23', NULL, NULL, 780.00, 0.00, 780.00, 1, 0),
(1729, NULL, NULL, NULL, '2024-01-21 21:52:00', '658', '1143', '646', NULL, NULL, 1050.00, 0.00, 1050.00, 1, 0),
(1730, NULL, NULL, '111.92.117.101', '2024-01-23 23:36:29', '659', '285', '119', NULL, NULL, 1650.00, 0.00, 1650.00, 1, 0),
(1731, NULL, NULL, '111.92.117.101', '2024-01-23 23:39:11', '659', '1143', '646', NULL, NULL, 1050.00, 0.00, 1050.00, 1, 0),
(1732, NULL, NULL, '111.92.117.101', '2024-01-23 23:39:50', '659', '1137', '646', NULL, NULL, 1995.00, 0.00, 1995.00, 1, 0),
(1733, NULL, NULL, '110.226.238.157', '2024-01-26 17:51:34', '660', '1', '23', NULL, NULL, 3230.00, 0.00, 6460.00, 2, 1),
(1734, NULL, NULL, '117.96.184.234', '2024-01-27 22:16:57', '661', '1', '23', NULL, NULL, 3230.00, 0.00, 3230.00, 1, 1),
(1735, NULL, NULL, '152.57.74.62', '2024-01-29 15:23:49', '662', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1736, NULL, NULL, '152.58.157.24', '2024-01-31 21:53:53', '663', '1', '23', NULL, NULL, 3230.00, 0.00, 6460.00, 2, 0),
(1737, NULL, NULL, '110.224.97.44', '2024-02-01 00:04:58', '664', '543', '356', NULL, NULL, 1270.00, 0.00, 1270.00, 1, 0),
(1738, NULL, NULL, '27.0.53.27', '2024-02-01 07:10:12', '665', '804', '481', NULL, NULL, 1315.00, 0.00, 1315.00, 1, 0),
(1739, NULL, NULL, '27.0.53.27', '2024-02-01 09:44:43', '666', '804', '481', NULL, NULL, 1315.00, 0.00, 1315.00, 1, 0),
(1740, NULL, NULL, '27.0.53.27', '2024-02-01 10:41:51', '667', '804', '481', NULL, NULL, 1315.00, 0.00, 1315.00, 1, 0),
(1741, NULL, '9319', '152.58.31.175', '2024-02-01 21:38:04', NULL, '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 1),
(1742, NULL, '9319', '152.58.31.175', '2024-02-01 21:38:20', NULL, '294', '76', NULL, NULL, 1350.00, 0.00, 1350.00, 1, 1),
(1743, NULL, NULL, '110.224.97.239', '2024-02-02 20:26:14', '670', '320', '23', NULL, NULL, 863.00, 0.00, 863.00, 1, 1),
(1744, NULL, NULL, '110.224.97.239', '2024-02-02 20:40:52', '670', '700', '397', NULL, NULL, 3235.95, 0.00, 3235.95, 1, 1),
(1745, NULL, NULL, '110.224.97.239', '2024-02-02 20:41:45', '670', '721', '175', NULL, NULL, 1240.85, 0.00, 1240.85, 1, 0),
(1746, NULL, NULL, '110.224.97.239', '2024-02-02 20:43:48', '670', '807', '484', NULL, NULL, 565.00, 0.00, 565.00, 1, 1),
(1747, NULL, NULL, '110.224.97.239', '2024-02-02 20:44:41', '670', '1110', '211', NULL, NULL, 1845.00, 0.00, 1845.00, 1, 0),
(1748, NULL, NULL, '110.224.97.239', '2024-02-02 20:45:03', '670', '1381', '827', NULL, NULL, 90.00, 0.00, 90.00, 1, 0),
(1749, NULL, NULL, '110.224.97.239', '2024-02-02 20:45:13', '670', '1382', '829', NULL, NULL, 225.00, 0.00, 225.00, 1, 0),
(1750, NULL, NULL, '110.224.97.239', '2024-02-02 20:47:10', '670', '584', '126', NULL, NULL, 1345.50, 0.00, 1345.50, 1, 0),
(1751, NULL, NULL, '110.224.97.239', '2024-02-02 20:48:22', '670', '945', '198', NULL, NULL, 620.00, 0.00, 620.00, 1, 1),
(1752, NULL, NULL, '110.224.97.239', '2024-02-02 20:52:33', '670', '468', '255', NULL, NULL, 875.00, 0.00, 875.00, 1, 1),
(1753, NULL, NULL, '49.37.36.228', '2024-02-05 17:49:06', '671', '269', '140', NULL, NULL, 2956.00, 0.00, 2956.00, 1, 0),
(1754, NULL, NULL, '103.80.174.82', '2024-02-06 22:48:34', '672', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 0),
(1755, NULL, NULL, '223.185.92.188', '2024-02-10 21:55:48', '673', '634', '354', NULL, NULL, 1440.00, 0.00, 1440.00, 1, 0),
(1756, NULL, NULL, '223.185.92.188', '2024-02-10 21:59:16', '673', '1092', '242', NULL, NULL, 1515.00, 0.00, 1515.00, 1, 0),
(1757, NULL, NULL, '202.142.124.129', '2024-02-11 22:12:09', '674', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 1),
(1758, NULL, NULL, '202.142.124.129', '2024-02-11 22:14:07', '674', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 0),
(1759, NULL, NULL, '202.142.124.129', '2024-02-11 22:14:11', '674', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1760, NULL, NULL, '202.142.124.129', '2024-02-11 22:14:23', '674', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1761, NULL, NULL, '202.142.124.129', '2024-02-12 22:46:06', '675', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 0),
(1762, NULL, NULL, '202.142.124.129', '2024-02-12 22:46:09', '675', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1763, NULL, NULL, '202.142.124.129', '2024-02-12 22:46:18', '675', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1764, NULL, NULL, '157.40.198.2', '2024-02-13 17:27:52', '676', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1765, NULL, NULL, '157.40.198.2', '2024-02-13 17:28:09', '676', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 0),
(1766, NULL, NULL, '157.40.198.2', '2024-02-13 17:28:14', '676', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1767, NULL, '9333', '49.37.45.35', '2024-02-15 18:07:05', NULL, '446', '106', NULL, NULL, 1580.00, 0.00, 1580.00, 1, 0),
(1768, NULL, '9334', '49.43.98.121', '2024-02-16 12:41:21', NULL, '261', '354', NULL, NULL, 1350.00, 0.00, 1350.00, 1, 1),
(1769, NULL, NULL, '157.47.46.207', '2024-02-16 21:50:11', '679', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1770, NULL, '9335', '27.7.37.50', '2024-02-17 16:57:34', '680', '1423', '810', NULL, NULL, 335.00, 0.00, 335.00, 1, 1),
(1771, NULL, '9335', '27.7.37.50', '2024-02-17 16:57:37', '680', '1424', '810', NULL, NULL, 255.00, 0.00, 255.00, 1, 1),
(1772, NULL, '9335', '27.7.37.50', '2024-02-17 16:57:41', '680', '1425', '810,810', NULL, NULL, 160.00, 0.00, 160.00, 1, 1),
(1773, NULL, NULL, '106.198.170.73', '2024-02-19 15:08:11', '683', '1', '23', NULL, NULL, 3230.00, 0.00, 3230.00, 1, 0),
(1774, NULL, NULL, '122.163.108.157', '2024-02-21 13:12:23', '684', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1775, NULL, NULL, '122.163.108.157', '2024-02-21 13:13:55', '684', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1776, NULL, NULL, '122.163.108.157', '2024-02-21 13:14:12', '684', '1271', '776', NULL, NULL, 350.00, 0.00, 350.00, 1, 0),
(1777, NULL, NULL, '122.163.108.157', '2024-02-21 13:14:18', '684', '1270', '768', NULL, NULL, 335.00, 0.00, 335.00, 1, 0),
(1778, NULL, '9336', '106.201.143.170', '2024-02-22 14:53:33', NULL, '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1779, NULL, '9336', '106.201.143.170', '2024-02-22 14:54:29', NULL, '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1780, NULL, NULL, '103.240.204.45', '2024-02-23 17:35:46', '686', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 1),
(1781, NULL, NULL, '103.249.7.169', '2024-02-25 16:52:49', '687', '634', '354', NULL, NULL, 1440.00, 0.00, 1440.00, 1, 0),
(1782, NULL, NULL, '103.249.7.169', '2024-02-25 17:04:17', '687', '1370', '829', NULL, NULL, 135.00, 0.00, 135.00, 1, 0),
(1783, NULL, NULL, '103.249.7.169', '2024-02-25 17:05:23', '687', '1406', '829', NULL, NULL, 360.00, 0.00, 360.00, 1, 0),
(1784, NULL, NULL, '103.249.7.169', '2024-02-25 17:05:33', '687', '1412', '828', NULL, NULL, 166.50, 0.00, 166.50, 1, 0),
(1785, NULL, NULL, '49.36.212.32', '2024-03-02 17:36:37', '688', '236', '728', NULL, NULL, 3295.00, 0.00, 3295.00, 1, 0),
(1786, NULL, NULL, '182.69.180.154', '2024-03-04 23:53:02', '689', '846', '451', NULL, NULL, 995.00, 0.00, 995.00, 1, 0),
(1787, NULL, NULL, '157.50.44.62', '2024-03-06 17:39:17', '690', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1788, NULL, NULL, '49.42.54.147', '2024-03-09 08:01:51', '691', '1109', '402', NULL, NULL, 1280.00, 0.00, 1280.00, 1, 0),
(1789, NULL, NULL, '49.42.54.147', '2024-03-09 08:12:30', '691', '518', '82', NULL, NULL, 375.00, 0.00, 375.00, 1, 0),
(1790, NULL, NULL, '106.203.250.52', '2024-03-13 18:55:26', '692', '414', '227', NULL, NULL, 1650.00, 0.00, 1650.00, 1, 0),
(1791, NULL, NULL, '110.224.100.224', '2024-03-14 00:21:16', '693', '961', '638', NULL, NULL, 2495.00, 0.00, 2495.00, 1, 0),
(1792, NULL, NULL, '111.92.77.124', '2024-03-17 13:10:45', '694', '935', '149', NULL, NULL, 888.25, 0.00, 888.25, 1, 0),
(1793, NULL, NULL, '157.40.110.240', '2024-03-19 02:23:43', '695', '1057', '669', NULL, NULL, 650.00, 0.00, 650.00, 1, 0),
(1794, NULL, NULL, '125.18.2.235', '2024-03-20 10:49:53', '696', '263', '5', NULL, NULL, 895.00, 0.00, 895.00, 1, 0),
(1795, NULL, NULL, '157.40.74.18', '2024-03-20 14:45:54', '697', '1206', '140', NULL, NULL, 1100.75, 0.00, 1100.75, 1, 0),
(1796, NULL, NULL, '157.40.74.18', '2024-03-20 14:46:20', '697', '1210', '207', NULL, NULL, 685.00, 0.00, 685.00, 1, 0),
(1797, NULL, NULL, '157.119.203.153', '2024-03-20 22:09:11', '698', '263', '5', NULL, NULL, 895.00, 0.00, 895.00, 1, 0),
(1798, NULL, NULL, '106.213.16.223', '2024-03-21 13:59:12', '699', '776', '455', NULL, NULL, 2600.00, 0.00, 2600.00, 1, 0),
(1799, NULL, NULL, '106.213.16.223', '2024-03-21 13:59:20', '699', '823', '498', NULL, NULL, 1075.00, 0.00, 3225.00, 3, 0),
(1800, NULL, NULL, '106.213.16.223', '2024-03-21 17:47:38', '700', '1206', '140', NULL, NULL, 1100.75, 0.00, 1100.75, 1, 1),
(1801, NULL, NULL, '157.119.203.153', '2024-03-21 21:09:10', '701', '263', '5', NULL, NULL, 895.00, 0.00, 895.00, 1, 0),
(1802, NULL, NULL, '157.119.203.153', '2024-03-21 21:11:21', '702', '263', '5', NULL, NULL, 895.00, 0.00, 895.00, 1, 0),
(1803, NULL, NULL, '106.193.149.115', '2024-03-22 10:26:17', '703', '263', '5', NULL, NULL, 895.00, 0.00, 1790.00, 2, 0),
(1804, NULL, NULL, '103.103.121.8', '2024-03-22 20:54:19', '704', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1805, NULL, NULL, '49.37.11.76', '2024-03-24 15:59:37', '705', '543', '356', NULL, NULL, 1270.00, 0.00, 1270.00, 1, 0),
(1806, NULL, NULL, '27.60.190.224', '2024-03-24 19:09:17', '706', '1206', '140', NULL, NULL, 1100.75, 0.00, 1100.75, 1, 0),
(1807, NULL, NULL, '106.214.26.249', '2024-03-24 19:18:22', '707', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1808, NULL, NULL, '152.58.178.110', '2024-03-29 00:29:16', '708', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1809, NULL, NULL, '110.224.111.28', '2024-04-01 12:34:44', '709', '1078', '691', NULL, NULL, 714.00, 0.00, 714.00, 1, 0),
(1810, NULL, NULL, '110.224.96.101', '2024-04-02 00:19:51', '710', '1357', '830,824', NULL, NULL, 1000.00, 0.00, 1000.00, 1, 0),
(1811, NULL, NULL, '103.217.231.242', '2024-04-03 16:21:38', '711', '273', '32', NULL, NULL, 1011.50, 0.00, 1011.50, 1, 0),
(1812, NULL, '104696131000599084190', '122.163.66.157', '2024-04-03 17:59:51', NULL, '1210', '207', NULL, NULL, 685.00, 0.00, 685.00, 1, 0),
(1813, NULL, '9297', '122.163.66.157', '2024-04-03 18:02:55', NULL, '895', '568', NULL, NULL, 1165.00, 0.00, 1165.00, 1, 1),
(1814, NULL, '9297', '122.163.66.157', '2024-04-03 18:13:24', NULL, '273', '32', NULL, NULL, 1011.50, 0.00, 1011.50, 1, 1),
(1815, NULL, NULL, '106.214.19.40', '2024-04-03 18:13:27', '714', '273', '32', NULL, NULL, 1011.50, 0.00, 1011.50, 1, 0),
(1816, NULL, NULL, NULL, '2024-04-03 18:16:46', '714', '243', '157,98', NULL, NULL, 990.00, 0.00, 990.00, 1, 0),
(1817, NULL, NULL, '111.92.77.243', '2024-04-04 12:55:21', '715', '1292', '790', NULL, NULL, 1290.00, 0.00, 1290.00, 1, 0),
(1818, NULL, NULL, '103.217.231.242', '2024-04-05 17:08:00', '716', '852', '476', NULL, NULL, 1350.00, 0.00, 1350.00, 1, 0),
(1819, NULL, NULL, '110.224.109.44', '2024-04-05 21:06:19', '717', '283', '23', NULL, NULL, 1776.50, 0.00, 1776.50, 1, 0),
(1820, NULL, '9349', '111.92.77.243', '2024-04-07 14:45:50', NULL, '1', '23', NULL, NULL, 3230.00, 0.00, 3230.00, 1, 0),
(1821, NULL, NULL, '223.186.134.215', '2024-04-10 20:17:45', '719', '1161', '393', NULL, NULL, 2395.00, 0.00, 2395.00, 1, 0),
(1822, NULL, NULL, '223.186.134.215', '2024-04-10 20:17:47', '719', '994', '115', NULL, NULL, 2995.00, 0.00, 2995.00, 1, 0),
(1823, NULL, NULL, '223.186.134.215', '2024-04-10 20:21:56', '719', '269', '140', NULL, NULL, 2956.00, 0.00, 2956.00, 1, 0),
(1824, NULL, NULL, '223.186.134.215', '2024-04-10 20:22:47', '719', '1059', '667', NULL, NULL, 4495.00, 0.00, 4495.00, 1, 0),
(1825, NULL, NULL, '223.186.134.215', '2024-04-10 20:25:08', '719', '1067', '336', NULL, NULL, 6250.00, 0.00, 6250.00, 1, 0),
(1826, NULL, NULL, '223.186.134.215', '2024-04-10 20:26:40', '719', '1075', '399', NULL, NULL, 2636.00, 0.00, 2636.00, 1, 0),
(1827, NULL, NULL, '223.186.134.215', '2024-04-10 20:27:39', '719', '283', '23', NULL, NULL, 1776.50, 0.00, 1776.50, 1, 0),
(1828, NULL, NULL, '223.186.134.215', '2024-04-10 20:41:43', '719', '584', '126', NULL, NULL, 1345.50, 0.00, 1345.50, 1, 0),
(1829, NULL, NULL, '223.186.134.215', '2024-04-10 20:42:09', '719', '335', '140', NULL, NULL, 2120.75, 0.00, 2120.75, 1, 0),
(1830, NULL, NULL, '223.186.134.215', '2024-04-10 20:42:25', '719', '1128', '407', NULL, NULL, 2695.00, 0.00, 2695.00, 1, 0),
(1831, NULL, NULL, '223.186.134.215', '2024-04-10 20:43:00', '719', '1055', '671', NULL, NULL, 6995.00, 0.00, 6995.00, 1, 0),
(1832, NULL, NULL, '106.197.116.155', '2024-04-11 14:12:06', '720', '309', '20', NULL, NULL, 750.00, 0.00, 2250.00, 3, 1),
(1833, NULL, NULL, '106.197.116.155', '2024-04-11 14:15:31', '720', '309', '20', NULL, NULL, 750.00, 0.00, 750.00, 1, 1),
(1834, NULL, NULL, '106.197.116.155', '2024-04-11 14:18:43', '720', '309', '20', NULL, NULL, 750.00, 0.00, 750.00, 1, 1),
(1835, NULL, NULL, '183.82.206.155', '2024-04-11 14:49:41', '721', '309', '20', NULL, NULL, 750.00, 0.00, 750.00, 1, 0),
(1836, NULL, NULL, NULL, '2024-04-13 00:30:26', '722', '261', '354', NULL, NULL, 1350.00, 0.00, 1350.00, 1, 0),
(1837, NULL, NULL, '110.224.101.207', '2024-04-13 17:38:26', '723', '1357', '830,824', NULL, NULL, 1000.00, 0.00, 1000.00, 1, 0),
(1838, NULL, NULL, '106.194.89.104', '2024-04-16 12:29:16', '724', '407', '215', NULL, NULL, 2865.90, 0.00, 2865.90, 1, 0),
(1839, NULL, NULL, '106.194.89.104', '2024-04-16 12:33:52', '724', '447', '254', NULL, NULL, 805.50, 0.00, 805.50, 1, 0),
(1840, NULL, '79', '163.114.129.1', '2024-04-17 18:17:32', NULL, '231', '18', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 0),
(1841, NULL, NULL, '110.224.98.204', '2024-04-17 21:07:16', '726', '414', '227', NULL, NULL, 1650.00, 0.00, 1650.00, 1, 0),
(1842, NULL, NULL, '152.58.163.44', '2024-04-18 01:07:14', '727', '274', '76', NULL, NULL, 845.00, 0.00, 2535.00, 3, 0),
(1843, NULL, NULL, '106.76.220.131', '2024-04-20 13:36:44', '728', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1844, NULL, NULL, '223.238.77.64', '2024-04-23 01:17:26', '729', '584', '126', NULL, NULL, 1345.50, 0.00, 1345.50, 1, 0),
(1845, NULL, NULL, '223.238.77.64', '2024-04-23 01:18:48', '729', '297', '325', NULL, NULL, 900.00, 0.00, 900.00, 1, 0),
(1846, NULL, NULL, '152.58.177.235', '2024-04-25 13:51:41', '730', '1206', '140', NULL, NULL, 1100.75, 0.00, 1100.75, 1, 0),
(1847, NULL, NULL, '152.58.177.235', '2024-04-25 13:55:59', '730', '583', '97', NULL, NULL, 990.00, 0.00, 990.00, 1, 0),
(1848, NULL, NULL, '103.176.46.234', '2024-04-25 14:21:34', '731', '1230', '139', NULL, NULL, 545.00, 0.00, 1090.00, 2, 1),
(1849, NULL, NULL, '103.176.46.246', '2024-04-25 14:41:06', '731', '236', '728', NULL, NULL, 3295.00, 0.00, 3295.00, 1, 1),
(1850, NULL, NULL, '103.176.46.246', '2024-04-25 14:47:10', '731', '1385', '829', NULL, NULL, 630.00, 0.00, 630.00, 1, 0),
(1851, NULL, NULL, '171.79.116.152', '2024-04-29 22:10:52', '732', '341', '82', NULL, NULL, 1200.00, 0.00, 1200.00, 1, 0),
(1852, NULL, NULL, '171.79.116.152', '2024-04-29 22:13:27', '732', '1237', '756', NULL, NULL, 1595.00, 0.00, 1595.00, 1, 0),
(1853, NULL, NULL, '223.123.2.58', '2024-05-06 11:30:55', '733', '934', '611', NULL, NULL, 675.00, 0.00, 675.00, 1, 0),
(1854, NULL, NULL, '49.37.35.188', '2024-05-07 16:25:22', '734', '1210', '207', NULL, NULL, 685.00, 0.00, 1370.00, 2, 0),
(1855, NULL, NULL, '223.187.254.31', '2024-05-11 12:34:10', '735', '335', '140', NULL, NULL, 2120.75, 0.00, 2120.75, 1, 0),
(1856, NULL, NULL, '106.221.187.149', '2024-05-16 13:18:13', '736', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 0),
(1857, NULL, NULL, '103.169.78.245', '2024-05-17 12:32:39', '737', '274', '76', NULL, NULL, 845.00, 0.00, 1690.00, 2, 0),
(1858, NULL, NULL, '106.221.178.250', '2024-05-17 22:35:42', '738', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 0),
(1859, NULL, '70', '110.224.107.36', '2024-05-18 18:04:38', NULL, '294', '76', NULL, NULL, 1350.00, 0.00, 1350.00, 1, 1),
(1860, NULL, '9360', '49.43.101.119', '2024-05-24 21:39:38', NULL, '365', '162', NULL, NULL, 1400.00, 0.00, 1400.00, 1, 0),
(1861, NULL, NULL, '47.11.239.159', '2024-06-03 01:06:47', '741', '518', '82', NULL, NULL, 318.75, 0.00, 318.75, 1, 0),
(1862, NULL, NULL, '47.11.73.221', '2024-06-05 14:53:10', '742', '1221', '479', NULL, NULL, 1875.00, 0.00, 1875.00, 1, 0),
(1863, NULL, NULL, '47.11.73.221', '2024-06-05 14:53:28', '742', '1224', '743', NULL, NULL, 4875.00, 0.00, 4875.00, 1, 0),
(1864, NULL, NULL, '103.199.202.124', '2024-06-08 13:11:19', '743', '319', '106', NULL, NULL, 787.50, 0.00, 787.50, 1, 0),
(1865, NULL, NULL, '103.199.202.124', '2024-06-08 13:11:31', '743', '446', '106', NULL, NULL, 1580.00, 0.00, 1580.00, 1, 0),
(1866, NULL, NULL, '103.199.202.124', '2024-06-08 13:11:49', '743', '447', '254', NULL, NULL, 805.50, 0.00, 805.50, 1, 0),
(1867, NULL, NULL, '103.199.202.124', '2024-06-08 13:12:11', '743', '604', '100', NULL, NULL, 1657.50, 0.00, 1657.50, 1, 1),
(1868, NULL, NULL, '103.199.202.124', '2024-06-08 13:12:14', '743', '606', '343', NULL, NULL, 743.75, 0.00, 743.75, 1, 0),
(1869, NULL, NULL, '122.161.52.87', '2024-06-09 16:05:20', '744', '1360', '735', NULL, NULL, 44694.00, 0.00, 44694.00, 1, 0),
(1870, NULL, '9361', '103.89.171.134', '2024-06-11 20:57:57', '745', '274', '76', NULL, NULL, 845.00, 0.00, 1690.00, 2, 1),
(1871, NULL, '9361', '103.89.171.134', '2024-06-11 21:09:19', NULL, '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 0),
(1872, NULL, '384', '106.196.15.141', '2024-06-17 07:53:03', NULL, '1397', '829', NULL, NULL, 585.00, 0.00, 585.00, 1, 1),
(1873, NULL, '384', '106.196.15.141', '2024-06-17 07:53:15', NULL, '1404', '829', NULL, NULL, 360.00, 0.00, 360.00, 1, 1),
(1874, NULL, '384', '106.196.15.141', '2024-06-17 07:53:21', NULL, '1406', '829', NULL, NULL, 360.00, 0.00, 360.00, 1, 1),
(1875, NULL, '384', '106.196.15.141', '2024-06-17 07:53:29', NULL, '1407', '829', NULL, NULL, 225.00, 0.00, 225.00, 1, 1);
INSERT INTO `cart` (`Id`, `OrderId`, `UserId`, `login_ip`, `createdAt`, `mac_id`, `BookId`, `AuthorId`, `journalid`, `journalYear`, `Amount`, `ShippingCharges`, `TotalAmount`, `quantity`, `isDeleted`) VALUES
(1876, NULL, '384', '106.196.15.141', '2024-06-17 07:53:47', NULL, '1415', '828', NULL, NULL, 445.50, 0.00, 445.50, 1, 1),
(1877, NULL, '384', '106.196.15.141', '2024-06-17 07:54:19', NULL, '1393', '829', NULL, NULL, 135.00, 0.00, 135.00, 1, 1),
(1878, NULL, '384', '106.196.15.141', '2024-06-17 07:54:22', NULL, '1394', '829', NULL, NULL, 135.00, 0.00, 135.00, 1, 1),
(1879, NULL, '384', '106.196.15.141', '2024-06-17 07:54:30', NULL, '1395', '829', NULL, NULL, 180.00, 0.00, 180.00, 1, 1),
(1880, NULL, '384', '106.196.15.141', '2024-06-17 07:55:03', NULL, '1384', '829', NULL, NULL, 180.00, 0.00, 180.00, 1, 1),
(1881, NULL, '384', '106.196.15.141', '2024-06-17 07:55:09', NULL, '1385', '829', NULL, NULL, 630.00, 0.00, 630.00, 1, 1),
(1882, NULL, '384', '106.196.15.141', '2024-06-17 07:55:21', NULL, '1386', '829', NULL, NULL, 585.00, 0.00, 585.00, 1, 1),
(1884, NULL, NULL, '139.167.82.82', '2024-06-22 14:58:39', '749', '1432', '413', NULL, NULL, 1695.75, 0.00, 1695.75, 1, 0),
(1883, NULL, NULL, '152.59.104.73', '2024-06-19 19:20:52', '748', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1885, NULL, NULL, '139.167.82.82', '2024-06-22 15:07:17', '749', '418', '0', NULL, NULL, 495.00, 0.00, 495.00, 1, 0),
(1886, NULL, '78', '223.182.94.30', '2024-06-24 17:12:56', NULL, '283', '23', NULL, NULL, 1776.50, 0.00, 1776.50, 1, 1),
(1887, NULL, NULL, '152.58.178.47', '2024-06-25 00:01:15', '751', '1383', '829', NULL, NULL, 112.50, 0.00, 112.50, 1, 0),
(1888, NULL, NULL, '106.221.125.25', '2024-07-03 18:04:47', '752', '1424', '810', NULL, NULL, 255.00, 0.00, 255.00, 1, 0),
(1889, NULL, NULL, '110.224.107.144', '2024-07-05 22:04:14', '753', '1300', '204', NULL, NULL, 270.00, 0.00, 270.00, 1, 0),
(1890, NULL, NULL, '157.33.112.11', '2024-07-08 04:27:35', '754', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1891, NULL, NULL, '103.77.138.135', '2024-07-11 09:12:25', '755', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 0),
(1892, NULL, '9363', '115.96.116.6', '2024-07-12 12:29:27', NULL, '634', '354', NULL, NULL, 1440.00, 0.00, 1440.00, 1, 0),
(1893, NULL, NULL, '27.58.174.183', '2024-07-18 22:50:24', '757', '273', '32', NULL, NULL, 1011.50, 0.00, 1011.50, 1, 0),
(1894, NULL, NULL, '49.36.180.8', '2024-07-23 12:41:22', '758', '314', '20', NULL, NULL, 1555.00, 0.00, 1555.00, 1, 0),
(1895, NULL, NULL, '152.59.94.196', '2024-07-26 21:53:02', '759', '1019', '389', NULL, NULL, 3612.50, 0.00, 3612.50, 1, 0),
(1896, NULL, '384', '152.58.163.203', '2024-07-29 14:46:43', NULL, '320', '23', NULL, NULL, 743.75, 0.00, 743.75, 1, 1),
(1897, NULL, '417', '152.59.67.128', '2024-08-01 01:07:39', NULL, '291', '367', NULL, NULL, 1317.50, 0.00, 1317.50, 1, 0),
(1898, NULL, '9364', '106.213.84.122', '2024-08-03 13:58:33', NULL, '236', '728', NULL, NULL, 3295.00, 0.00, 3295.00, 1, 1),
(1899, NULL, '9364', '106.213.84.122', '2024-08-03 14:04:43', NULL, '968', '336', NULL, NULL, 2120.00, 0.00, 2120.00, 1, 1),
(1900, NULL, '9364', '106.213.84.122', '2024-08-03 14:10:26', NULL, '1292', '790', NULL, NULL, 1290.00, 0.00, 1290.00, 1, 1),
(1901, NULL, '9364', '106.213.84.122', '2024-08-03 15:46:58', NULL, '242', '140', NULL, NULL, 2422.50, 0.00, 2422.50, 1, 0),
(1902, NULL, '9364', '106.213.84.122', '2024-08-03 15:48:58', NULL, '236', '728', NULL, NULL, 3295.00, 0.00, 3295.00, 1, 0),
(1903, NULL, '9365', '49.206.3.227', '2024-08-08 22:14:54', NULL, '243', '157,98', NULL, NULL, 990.00, 0.00, 990.00, 1, 1),
(1904, NULL, '9366', '223.191.54.9', '2024-08-09 14:12:01', '770', '1367', '829', NULL, NULL, 180.00, 0.00, 180.00, 1, 0),
(1905, NULL, NULL, '157.39.69.67', '2024-08-10 22:52:24', '771', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1906, NULL, '9367', '157.49.96.50', '2024-08-11 03:20:16', NULL, '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1907, NULL, '9367', '157.49.96.50', '2024-08-11 03:20:28', NULL, '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 1),
(1908, NULL, '9367', '157.49.96.50', '2024-08-11 03:24:05', NULL, '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1909, NULL, NULL, '117.205.214.181', '2024-08-11 21:29:16', '775', '1', '325', NULL, NULL, 3357.50, 0.00, 3357.50, 1, 0),
(1910, NULL, '9299', NULL, '2024-08-12 11:25:00', NULL, '291', '367', NULL, NULL, 1317.50, 0.00, 1317.50, 1, 1),
(1911, NULL, NULL, '223.178.82.135', '2024-08-13 10:22:02', '777', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 0),
(1912, NULL, NULL, '49.37.217.38', '2024-08-21 11:06:46', '778', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1913, NULL, NULL, '49.47.156.132', '2024-08-21 22:55:35', '779', '236', '728', NULL, NULL, 3295.00, 0.00, 3295.00, 1, 0),
(1914, NULL, '9368', '122.160.67.195', '2024-08-23 15:03:54', NULL, '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1915, NULL, NULL, '152.58.56.161', '2024-08-23 18:07:42', '782', '269', '140', NULL, NULL, 2956.00, 0.00, 2956.00, 1, 0),
(1916, NULL, '9369', '152.56.0.64', '2024-08-24 14:51:12', NULL, '273', '32', NULL, NULL, 1011.50, 0.00, 0.00, 0, 1),
(1917, NULL, '9369', '152.56.0.206', '2024-08-24 14:51:43', NULL, '1357', '830,824', NULL, NULL, 1000.00, 0.00, 0.00, 0, 1),
(1918, NULL, '9369', '152.56.0.206', '2024-08-24 14:54:15', NULL, '1434', '832', NULL, NULL, 735.00, 0.00, 0.00, 0, 1),
(1919, NULL, '9370', '223.185.33.137', '2024-08-27 19:56:20', NULL, '243', '157,98', NULL, NULL, 990.00, 0.00, 990.00, 1, 0),
(1920, NULL, '9319', '152.59.8.139', '2024-08-29 18:35:17', NULL, '236', '728', NULL, NULL, 3295.00, 0.00, 3295.00, 1, 1),
(1921, NULL, '9371', '49.36.181.125', '2024-09-01 17:03:41', NULL, '314', '20', NULL, NULL, 1555.00, 0.00, 3110.00, 2, 1),
(1922, NULL, '9371', '49.36.181.125', '2024-09-01 17:04:44', NULL, '314', '20', NULL, NULL, 1555.00, 0.00, 3110.00, 2, 1),
(1923, NULL, '9371', '49.36.181.125', '2024-09-01 17:05:55', NULL, '314', '20', NULL, NULL, 1555.00, 0.00, 1555.00, 1, 0),
(1924, NULL, NULL, '157.40.97.233', '2024-09-02 01:08:16', '790', '319', '106', NULL, NULL, 787.50, 0.00, 2362.50, 3, 0),
(1925, NULL, NULL, '106.203.238.62', '2024-09-04 00:55:41', '791', '1', '325', NULL, NULL, 3357.50, 0.00, 3357.50, 1, 0),
(1926, NULL, NULL, '106.203.238.62', '2024-09-04 00:57:38', '791', '634', '354', NULL, NULL, 1440.00, 0.00, 1440.00, 1, 0),
(1927, NULL, NULL, '172.225.136.180', '2024-09-06 18:05:16', '792', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 1),
(1928, NULL, '9374', '223.226.91.33', '2024-09-06 18:31:02', NULL, '1432', '413', NULL, NULL, 1695.75, 0.00, 1695.75, 1, 0),
(1929, NULL, NULL, '106.219.147.97', '2024-09-09 21:58:13', '794', '298', '132', NULL, NULL, 1821.85, 0.00, 1821.85, 1, 0),
(1930, NULL, NULL, '152.59.173.36', '2024-09-10 18:46:33', '795', '1319', '805', NULL, NULL, 250.00, 0.00, 250.00, 1, 0),
(1931, NULL, NULL, '103.206.104.115', '2024-09-19 12:47:48', '796', '1210', '207', NULL, NULL, 685.00, 0.00, 685.00, 1, 0),
(1932, NULL, NULL, '49.42.53.121', '2024-09-19 22:29:13', '797', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1933, NULL, NULL, '49.42.53.121', '2024-09-19 22:38:39', '798', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1934, NULL, '9377', '49.37.53.114', '2024-09-21 12:11:11', NULL, '606', '343', NULL, NULL, 743.75, 0.00, 743.75, 1, 1),
(1935, NULL, NULL, '49.47.132.69', '2024-09-22 06:12:05', '800', '236', '728', NULL, NULL, 3295.00, 0.00, 6590.00, 2, 0),
(1936, NULL, NULL, '49.47.0.231', '2024-09-24 10:40:44', '801', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1937, NULL, NULL, '106.222.225.24', '2024-09-25 12:24:50', '802', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1938, NULL, NULL, '106.222.225.24', '2024-09-25 12:25:16', '802', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1939, NULL, NULL, '106.222.225.24', '2024-09-25 18:06:29', '803', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1940, NULL, NULL, '106.222.225.24', '2024-09-25 18:06:49', '803', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1941, NULL, NULL, '117.194.59.102', '2024-09-27 20:22:02', '804', '239', '22', NULL, NULL, 722.50, 0.00, 722.50, 1, 0),
(1942, NULL, NULL, '122.171.103.160', '2024-09-29 20:59:36', '805', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1943, NULL, NULL, '223.191.48.12', '2024-10-02 23:06:38', '806', '428', '238', NULL, NULL, 743.60, 0.00, 743.60, 1, 0),
(1944, NULL, NULL, '182.191.130.143', '2024-10-04 07:18:15', '807', '1121', '712', NULL, NULL, 2495.00, 0.00, 2495.00, 1, 0),
(1945, NULL, '9378', '49.47.132.233', '2024-10-06 00:24:04', NULL, '236', '728', NULL, NULL, 3295.00, 0.00, 9885.00, 3, 1),
(1946, NULL, '9378', '49.47.132.233', '2024-10-06 00:26:46', NULL, '236', '728', NULL, NULL, 3295.00, 0.00, 3295.00, 1, 0),
(1947, NULL, NULL, '49.14.127.8', '2024-10-08 18:04:05', '809', '263', '5', NULL, NULL, 895.00, 0.00, 1790.00, 2, 1),
(1948, NULL, NULL, '152.58.167.10', '2024-10-11 22:54:29', '810', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1949, NULL, NULL, '152.58.167.10', '2024-10-11 22:56:21', '810', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1950, NULL, NULL, '51.158.243.148', '2024-10-13 01:30:47', '811', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1951, NULL, NULL, '51.158.243.148', '2024-10-13 01:32:38', '811', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1952, NULL, NULL, '152.58.139.189', '2024-10-14 09:16:53', '812', '319', '106', NULL, NULL, 787.50, 0.00, 2362.50, 3, 1),
(1953, NULL, NULL, '152.58.139.189', '2024-10-14 09:19:22', '812', '319', '106', NULL, NULL, 787.50, 0.00, 787.50, 1, 0),
(1954, NULL, '9379', '106.222.226.182', '2024-10-15 18:07:38', NULL, '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1955, NULL, '9379', '106.222.226.182', '2024-10-15 18:07:49', NULL, '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1956, NULL, '112559324666211793677', '49.207.213.63', '2024-10-16 18:44:33', NULL, '1145', '723', NULL, NULL, 1200.00, 0.00, 1200.00, 1, 0),
(1957, NULL, '9380', '49.207.213.63', '2024-10-16 18:49:20', NULL, '1145', '723', NULL, NULL, 1200.00, 0.00, 1200.00, 1, 0),
(1958, NULL, '9380', '49.207.213.63', '2024-10-16 18:51:44', NULL, '712', '391', NULL, NULL, 1100.00, 0.00, 1100.00, 1, 0),
(1959, NULL, NULL, '27.57.241.5', '2024-10-17 23:19:20', '817', '1431', '160', NULL, NULL, 792.00, 0.00, 792.00, 1, 0),
(1960, NULL, NULL, '27.57.241.5', '2024-10-17 23:19:48', '817', '273', '32', NULL, NULL, 1011.50, 0.00, 1011.50, 1, 0),
(1961, NULL, NULL, '27.57.241.5', '2024-10-17 23:20:07', '817', '1206', '140', NULL, NULL, 1100.75, 0.00, 1100.75, 1, 0),
(1962, NULL, NULL, '27.57.241.5', '2024-10-17 23:20:25', '817', '1432', '413', NULL, NULL, 1695.75, 0.00, 1695.75, 1, 0),
(1963, NULL, NULL, '27.57.241.5', '2024-10-17 23:21:50', '817', '280', '119', NULL, NULL, 1232.50, 0.00, 1232.50, 1, 0),
(1964, NULL, NULL, '27.57.241.5', '2024-10-17 23:22:53', '817', '634', '354', NULL, NULL, 1440.00, 0.00, 1440.00, 1, 0),
(1965, NULL, NULL, '27.57.241.5', '2024-10-17 23:23:50', '817', '583', '97', NULL, NULL, 990.00, 0.00, 990.00, 1, 0),
(1966, NULL, '9382', '157.40.127.59', '2024-10-24 18:15:01', NULL, '269', '140', NULL, NULL, 2956.00, 0.00, 2956.00, 1, 1),
(1967, NULL, '9382', '157.40.127.59', '2024-10-24 18:15:15', NULL, '577', '344', NULL, NULL, 605.00, 0.00, 605.00, 1, 1),
(1968, NULL, '9382', '157.40.127.59', '2024-10-24 18:15:35', NULL, '237', '140', NULL, NULL, 335.75, 0.00, 335.75, 1, 1),
(1969, NULL, NULL, '106.222.208.129', '2024-10-28 14:50:01', '819', '314', '20', NULL, NULL, 1555.00, 0.00, 1555.00, 1, 0),
(1970, NULL, NULL, '103.255.181.29', '2024-10-31 20:16:32', '820', '315', '20', NULL, NULL, 2315.00, 0.00, 2315.00, 1, 0),
(1971, NULL, NULL, '117.241.248.18', '2024-11-01 12:48:13', '821', '315', '20', NULL, NULL, 2315.00, 0.00, 2315.00, 1, 0),
(1972, NULL, NULL, '59.180.140.195', '2024-11-04 16:42:08', '822', '236', '728', NULL, NULL, 3295.00, 0.00, 3295.00, 1, 0),
(1973, NULL, NULL, '59.180.140.195', '2024-11-04 16:43:02', '822', '269', '140', NULL, NULL, 2956.00, 0.00, 2956.00, 1, 0),
(1974, NULL, NULL, '117.97.240.167', '2024-11-04 17:30:43', '823', '275', '156', NULL, NULL, 955.00, 0.00, 1910.00, 2, 0),
(1975, NULL, NULL, '117.217.79.88', '2024-11-06 15:26:16', '824', '964', '640', NULL, NULL, 1140.00, 0.00, 1140.00, 1, 0),
(1976, NULL, NULL, '157.39.6.24', '2024-11-12 21:16:58', '825', '314', '20', NULL, NULL, 1555.00, 0.00, 1555.00, 1, 0),
(1977, NULL, NULL, '157.39.6.24', '2024-11-12 21:18:08', '825', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1978, NULL, NULL, '152.58.196.27', '2024-11-14 13:21:31', '826', '658', '363', NULL, NULL, 780.00, 0.00, 780.00, 1, 0),
(1979, NULL, NULL, '117.248.232.9', '2024-11-18 00:14:12', '827', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 0),
(1980, NULL, '384', '47.11.211.141', '2024-11-23 22:12:45', NULL, '1357', '830,824', NULL, NULL, 1000.00, 0.00, 1000.00, 1, 1),
(1981, NULL, NULL, '103.240.204.40', '2024-11-27 17:11:20', '829', '274', '76', NULL, NULL, 845.00, 0.00, 1690.00, 2, 0),
(1982, NULL, NULL, '106.222.224.40', '2024-11-29 17:40:14', '830', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1983, NULL, NULL, '106.222.224.40', '2024-11-29 17:40:16', '830', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1984, NULL, '9384', '49.43.202.75', '2024-11-30 01:57:08', '831', '277', '77,156', NULL, NULL, 1260.00, 0.00, 3780.00, 3, 1),
(1985, NULL, '9384', '49.43.202.75', '2024-11-30 01:58:25', NULL, '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1986, NULL, '70', '223.233.0.233', '2024-12-01 18:07:19', NULL, '782', '565', NULL, NULL, 3612.50, 0.00, 0.00, 0, 1),
(1987, NULL, NULL, '103.70.211.232', '2024-12-08 20:15:47', '835', '604', '100', NULL, NULL, 1657.50, 0.00, 1657.50, 1, 0),
(1988, NULL, '9389', '152.59.146.70', '2024-12-09 10:44:09', '836', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1989, NULL, '9389', '152.59.146.70', '2024-12-09 10:45:31', '836', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(1990, NULL, '3836', '14.142.156.117', '2024-12-11 15:17:36', NULL, '1432', '413', NULL, NULL, 1695.75, 0.00, 1695.75, 1, 1),
(1991, NULL, '9390', '49.36.237.7', '2024-12-19 12:17:33', NULL, '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 1),
(1992, NULL, '9391', '42.110.168.201', '2024-12-21 12:36:00', NULL, '446', '106', NULL, NULL, 1580.00, 0.00, 1580.00, 1, 0),
(1993, NULL, NULL, '47.29.168.41', '2024-12-21 16:31:37', '840', '261', '354', NULL, NULL, 1350.00, 0.00, 1350.00, 1, 0),
(1994, NULL, NULL, '223.185.16.88', '2024-12-27 08:22:55', '841', '277', '77,156', NULL, NULL, 1260.00, 0.00, 2520.00, 2, 0),
(1995, NULL, '9392', '49.43.34.2', '2024-12-30 16:18:24', NULL, '275', '156', NULL, NULL, 955.00, 0.00, 1910.00, 2, 0),
(1996, NULL, '9393', '223.185.49.178', '2025-01-01 12:28:45', NULL, '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1997, NULL, NULL, '152.59.128.251', '2025-01-07 14:55:36', '845', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 0),
(1998, NULL, NULL, '49.36.233.249', '2025-01-08 04:26:20', '846', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(1999, NULL, NULL, '152.59.158.22', '2025-01-10 19:33:19', '847', '337', '48', NULL, NULL, 408.00, 0.00, 408.00, 1, 0),
(2000, NULL, '9395', '103.211.20.122', '2025-01-11 12:03:22', NULL, '337', '48', NULL, NULL, 408.00, 0.00, 408.00, 1, 0),
(2001, NULL, '9395', '103.211.20.122', '2025-01-11 12:07:04', NULL, '338', '5', NULL, NULL, 1000.00, 0.00, 1000.00, 1, 1),
(2002, NULL, NULL, '49.204.12.177', '2025-01-13 11:32:55', '849', '338', '5', NULL, NULL, 1000.00, 0.00, 1000.00, 1, 0),
(2003, NULL, NULL, '49.204.12.177', '2025-01-13 11:33:18', '849', '1112', '294', NULL, NULL, 2800.75, 0.00, 2800.75, 1, 0),
(2004, NULL, '9395', '152.59.159.138', '2025-01-14 16:20:24', NULL, '337', '48', NULL, NULL, 408.00, 0.00, 408.00, 1, 1),
(2005, NULL, NULL, '217.164.20.153', '2025-01-25 18:12:27', '851', '328', '154', NULL, NULL, 570.00, 0.00, 570.00, 1, 0),
(2006, NULL, '9396', '45.117.202.180', '2025-01-26 14:43:38', '852', '604', '100', NULL, NULL, 1657.50, 0.00, 3315.00, 2, 1),
(2007, NULL, '9396', '45.117.202.180', '2025-01-26 14:48:36', NULL, '446', '106', NULL, NULL, 1580.00, 0.00, 1580.00, 1, 1),
(2008, NULL, '9396', '45.117.202.180', '2025-01-26 14:49:42', NULL, '1208', '119', NULL, NULL, 1000.00, 0.00, 1000.00, 1, 1),
(2009, NULL, NULL, '42.108.72.40', '2025-02-01 21:35:19', '854', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(2010, NULL, '9398', '42.108.72.40', '2025-02-01 21:50:38', NULL, '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(2011, NULL, '9398', '42.108.72.40', '2025-02-01 21:52:41', NULL, '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(2012, NULL, NULL, '103.190.12.232', '2025-02-04 20:12:37', '856', '269', '140', NULL, NULL, 2956.00, 0.00, 2956.00, 1, 0),
(2013, NULL, NULL, '157.47.98.94', '2025-02-05 15:24:51', '857', '273', '32', NULL, NULL, 1011.50, 0.00, 1011.50, 1, 1),
(2014, NULL, NULL, '157.47.98.94', '2025-02-05 15:27:05', '857', '285', '119', NULL, NULL, 1402.50, 0.00, 1402.50, 1, 1),
(2015, NULL, NULL, '157.47.98.94', '2025-02-05 15:27:12', '857', '310', '82', NULL, NULL, 1285.00, 0.00, 1285.00, 1, 1),
(2016, NULL, NULL, '157.47.98.94', '2025-02-05 15:30:50', '857', '1097', '215', NULL, NULL, 1595.00, 0.00, 1595.00, 1, 1),
(2017, NULL, NULL, '157.47.98.94', '2025-02-05 15:31:21', '857', '407', '215', NULL, NULL, 2865.90, 0.00, 2865.90, 1, 1),
(2018, NULL, NULL, '157.47.98.94', '2025-02-05 15:33:02', '857', '1097', '215', NULL, NULL, 1595.00, 0.00, 1595.00, 1, 0),
(2019, NULL, NULL, '49.204.195.58', '2025-02-07 15:21:52', '858', '273', '32', NULL, NULL, 1011.50, 0.00, 2023.00, 2, 0),
(2020, NULL, NULL, '49.204.195.58', '2025-02-07 15:23:47', '858', '1097', '215', NULL, NULL, 1595.00, 0.00, 1595.00, 1, 0),
(2021, NULL, NULL, '42.108.80.85', '2025-02-12 08:37:39', '859', '1238', '759,757,758', NULL, NULL, 1000.00, 0.00, 1000.00, 1, 0),
(2022, NULL, NULL, '117.214.194.10', '2025-02-18 17:43:21', '861', '606', '343', NULL, NULL, 743.75, 0.00, 1487.50, 2, 1),
(2023, NULL, NULL, '117.214.194.10', '2025-02-18 17:44:22', '861', '606', '343', NULL, NULL, 743.75, 0.00, 743.75, 1, 0),
(2024, NULL, NULL, '146.196.44.122', '2025-02-20 21:14:57', '862', '606', '343', NULL, NULL, 743.75, 0.00, 743.75, 1, 0),
(2025, NULL, '9400', '146.196.44.122', '2025-02-20 21:17:04', NULL, '606', '343', NULL, NULL, 743.75, 0.00, 743.75, 1, 0),
(2026, NULL, '9401', '106.216.233.203', '2025-02-21 12:02:47', NULL, '584', '126', NULL, NULL, 1345.50, 0.00, 1345.50, 1, 0),
(2027, NULL, NULL, '49.204.132.216', '2025-02-27 14:47:39', '865', '379', '202', NULL, NULL, 548.25, 0.00, 548.25, 1, 0),
(2028, NULL, NULL, '49.204.132.216', '2025-02-27 14:47:48', '865', '577', '344', NULL, NULL, 605.00, 0.00, 1210.00, 2, 0),
(2029, NULL, '9402', '103.97.184.187', '2025-03-01 13:27:04', NULL, '583', '97', NULL, NULL, 990.00, 0.00, 990.00, 1, 0),
(2030, NULL, '9402', '103.97.184.187', '2025-03-01 13:28:15', NULL, '312', '100', NULL, NULL, 2932.50, 0.00, 2932.50, 1, 0),
(2031, NULL, NULL, '49.43.251.3', '2025-03-01 16:09:22', '867', '274', '76', NULL, NULL, 845.00, 0.00, 845.00, 1, 1),
(2032, NULL, NULL, '49.43.251.3', '2025-03-01 16:09:54', '867', '280', '119', NULL, NULL, 1232.50, 0.00, 1232.50, 1, 1),
(2033, NULL, NULL, '49.43.251.3', '2025-03-01 16:10:06', '867', '582', '355', NULL, NULL, 590.00, 0.00, 590.00, 1, 1),
(2034, NULL, NULL, '49.43.251.3', '2025-03-01 16:10:27', '867', '242', '140', NULL, NULL, 2422.50, 0.00, 4845.00, 2, 1),
(2035, NULL, NULL, '49.43.251.3', '2025-03-01 16:14:52', '867', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(2036, NULL, NULL, '59.178.194.148', '2025-03-02 00:24:17', '868', '329', '82', NULL, NULL, 1196.00, 0.00, 1196.00, 1, 0),
(2037, NULL, '9403', '49.43.250.83', '2025-03-03 10:18:19', NULL, '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(2038, NULL, NULL, '103.109.221.217', '2025-03-06 09:37:12', '870', '296', '154', NULL, NULL, 467.50, 0.00, 467.50, 1, 0),
(2039, NULL, NULL, '103.109.221.217', '2025-03-06 09:37:25', '870', '290', '154', NULL, NULL, 743.75, 0.00, 743.75, 1, 0),
(2040, NULL, '9405', '49.36.241.120', '2025-03-12 22:31:58', NULL, '576', '343', NULL, NULL, 637.50, 0.00, 637.50, 1, 0),
(2041, NULL, NULL, '202.148.56.162', '2025-03-18 16:56:41', '872', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(2042, NULL, NULL, '49.37.40.34', '2025-03-21 20:55:31', '873', '583', '97', NULL, NULL, 990.00, 0.00, 990.00, 1, 0),
(2043, NULL, NULL, '203.194.96.175', '2025-03-21 23:11:52', '874', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(2044, NULL, NULL, '203.194.96.175', '2025-03-21 23:11:56', '874', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(2045, NULL, '9406', '49.204.195.136', '2025-03-23 12:46:26', NULL, '745', '426', NULL, NULL, 1190.00, 0.00, 1190.00, 1, 1),
(2046, NULL, '9406', '49.204.195.136', '2025-03-23 12:50:49', NULL, '1097', '215', NULL, NULL, 1595.00, 0.00, 1595.00, 1, 1),
(2047, NULL, NULL, '157.48.156.173', '2025-03-31 17:37:24', '876', '914', '591', NULL, NULL, 849.15, 0.00, 849.15, 1, 0),
(2048, NULL, NULL, '157.48.156.173', '2025-03-31 17:41:45', '876', '1001', '215', NULL, NULL, 760.75, 0.00, 760.75, 1, 0),
(2049, NULL, NULL, '103.179.171.25', '2025-04-01 12:25:23', '877', '270', '32', NULL, NULL, 1317.50, 0.00, 1317.50, 1, 0),
(2050, NULL, NULL, '103.179.171.25', '2025-04-01 12:26:14', '877', '1230', '139', NULL, NULL, 485.00, 0.00, 485.00, 1, 0),
(2051, NULL, NULL, '103.179.171.25', '2025-04-01 12:26:25', '877', '1238', '759,757,758', NULL, NULL, 1000.00, 0.00, 1000.00, 1, 0),
(2052, NULL, '9407', '106.217.187.57', '2025-04-01 21:50:00', NULL, '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(2053, NULL, '9407', '106.217.187.57', '2025-04-01 21:51:12', NULL, '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 1),
(2054, NULL, NULL, '157.20.184.29', '2025-04-04 18:31:33', '879', '269', '140', NULL, NULL, 2956.00, 0.00, 5912.00, 2, 0),
(2055, NULL, '384', '202.142.118.224', '2025-04-08 07:30:05', '880', '747', '428', NULL, NULL, 1126.25, 0.00, 1126.25, 1, 0),
(2056, NULL, NULL, '117.192.131.114', '2025-04-08 10:12:12', '881', '336', '834', NULL, NULL, 2583.00, 0.00, 2583.00, 1, 0),
(2057, NULL, NULL, '117.192.131.114', '2025-04-08 10:12:42', '881', '337', '48', NULL, NULL, 408.00, 0.00, 408.00, 1, 0),
(2058, NULL, '9307', '47.11.198.81', '2025-04-10 21:37:40', NULL, '747', '428', NULL, NULL, 1126.25, 0.00, 1126.25, 1, 0),
(2059, NULL, '9307', '47.11.198.81', '2025-04-10 21:39:52', NULL, '1029', '658', NULL, NULL, 382.50, 0.00, 382.50, 1, 0),
(2060, NULL, '9307', '47.11.198.81', '2025-04-10 21:46:44', NULL, '1407', '829', NULL, NULL, 225.00, 0.00, 450.00, 2, 0),
(2061, NULL, '9307', '47.11.198.81', '2025-04-10 21:47:52', NULL, '1393', '829', NULL, NULL, 135.00, 0.00, 135.00, 1, 0),
(2062, NULL, '9307', '47.11.198.81', '2025-04-10 21:48:36', NULL, '1386', '829', NULL, NULL, 585.00, 0.00, 585.00, 1, 0),
(2063, NULL, '9407', '106.211.65.40', '2025-04-12 19:22:47', NULL, '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 1),
(2064, NULL, '384', '47.11.198.201', '2025-04-12 21:10:40', NULL, '1361', '829', NULL, NULL, 585.00, 0.00, 585.00, 1, 1),
(2065, NULL, '384', '47.11.198.201', '2025-04-12 21:10:56', NULL, '1383', '829', NULL, NULL, 112.50, 0.00, 112.50, 1, 0),
(2066, NULL, '384', '47.11.198.201', '2025-04-12 21:11:10', NULL, '1369', '829', NULL, NULL, 180.00, 0.00, 180.00, 1, 0),
(2067, NULL, '384', '47.11.198.201', '2025-04-12 21:11:54', NULL, '1375', '827', NULL, NULL, 405.00, 0.00, 405.00, 1, 0),
(2068, NULL, NULL, '45.117.202.121', '2025-04-14 11:52:16', '890', '1117', '709', NULL, NULL, 2375.75, 0.00, 2375.75, 1, 0),
(2069, NULL, NULL, '45.117.202.121', '2025-04-14 11:52:46', '890', '1294', '788', NULL, NULL, 2545.75, 0.00, 2545.75, 1, 0),
(2070, NULL, NULL, '45.117.202.121', '2025-04-14 11:54:12', '890', '1393', '829', NULL, NULL, 135.00, 0.00, 135.00, 1, 0),
(2071, NULL, NULL, '45.117.202.121', '2025-04-14 11:56:46', '890', '604', '100', NULL, NULL, 1657.50, 0.00, 1657.50, 1, 0),
(2072, NULL, '9369', '152.56.4.190', '2025-04-14 22:28:32', NULL, '824', '499', NULL, NULL, 616.25, 0.00, 616.25, 1, 1),
(2073, NULL, '9369', '152.56.4.190', '2025-04-14 22:28:54', NULL, '1030', '665', NULL, NULL, 1610.75, 0.00, 1610.75, 1, 1),
(2074, NULL, '9369', '152.56.4.190', '2025-04-14 22:29:10', NULL, '1031', '666', NULL, NULL, 1695.75, 0.00, 1695.75, 1, 1),
(2075, NULL, '9369', '152.56.4.190', '2025-04-14 22:30:31', NULL, '746', '427', NULL, NULL, 2550.00, 0.00, 0.00, 0, 1),
(2076, NULL, '9369', '152.56.4.190', '2025-04-14 22:30:53', NULL, '263', '5', NULL, NULL, 895.00, 0.00, 895.00, 1, 1),
(2077, NULL, '9369', '152.56.4.190', '2025-04-14 22:31:05', NULL, '683', '294', NULL, NULL, 2545.75, 0.00, 0.00, 0, 1),
(2078, NULL, '9369', '152.56.4.190', '2025-04-14 22:32:45', NULL, '283', '23', NULL, NULL, 1776.50, 0.00, 0.00, 0, 1),
(2079, NULL, '9369', '152.56.4.190', '2025-04-14 22:34:32', NULL, '1209', '412', NULL, NULL, 1245.00, 0.00, 0.00, 0, 1),
(2080, NULL, '9369', '152.56.4.190', '2025-04-14 22:34:43', NULL, '1283', '783', NULL, NULL, 560.00, 0.00, 560.00, 1, 1),
(2081, NULL, '9369', '152.56.4.190', '2025-04-14 22:34:50', NULL, '1288', '764', NULL, NULL, 510.00, 0.00, 510.00, 1, 1),
(2082, NULL, '9369', '152.56.4.190', '2025-04-14 22:35:14', NULL, '336', '834', NULL, NULL, 2583.00, 0.00, 0.00, 0, 1),
(2083, NULL, '9369', '152.56.4.190', '2025-04-14 22:36:28', NULL, '827', '433', NULL, NULL, 2200.00, 0.00, 0.00, 0, 1),
(2084, NULL, '9369', '152.56.4.190', '2025-04-14 22:36:38', NULL, '1158', '115', NULL, NULL, 2375.75, 0.00, 0.00, 0, 1),
(2085, NULL, '9369', '152.56.4.190', '2025-04-14 22:36:59', NULL, '1464', '846', NULL, NULL, 12032.00, 0.00, 12032.00, 1, 1),
(2086, NULL, '9369', '152.56.4.190', '2025-04-14 22:37:15', NULL, '1219', '737', NULL, NULL, 1525.75, 0.00, 1525.75, 1, 1),
(2087, NULL, '9369', '152.56.4.190', '2025-04-14 22:37:36', NULL, '1444', '822', NULL, NULL, 9216.00, 0.00, 0.00, 0, 1),
(2088, NULL, '9369', '152.56.4.190', '2025-04-14 22:39:01', NULL, '1111', '149,229', NULL, NULL, 616.25, 0.00, 616.25, 1, 1),
(2089, NULL, '9369', '152.56.4.190', '2025-04-14 22:39:31', NULL, '1473', '849', NULL, NULL, 11560.00, 0.00, 11560.00, 1, 1),
(2090, NULL, '9369', '152.56.4.190', '2025-04-14 22:40:55', NULL, '1087', '696', NULL, NULL, 760.75, 0.00, 760.75, 1, 1),
(2091, NULL, NULL, '117.252.122.17', '2025-04-18 11:42:46', '910', '277', '77,156', NULL, NULL, 1260.00, 0.00, 1260.00, 1, 0),
(2092, NULL, NULL, '152.56.136.24', '2025-04-20 08:04:23', '911', '446', '106', NULL, NULL, 1580.00, 0.00, 1580.00, 1, 0),
(2093, NULL, NULL, '117.99.195.101', '2025-04-20 09:45:39', '912', '1219', '737', NULL, NULL, 1525.75, 0.00, 1525.75, 1, 0),
(2094, NULL, NULL, '49.43.168.198', '2025-04-22 09:32:16', '913', '275', '156', NULL, NULL, 955.00, 0.00, 955.00, 1, 0),
(2095, NULL, NULL, '27.5.230.17', '2025-04-23 07:52:50', '914', '309', '20', NULL, NULL, 750.00, 0.00, 750.00, 1, 0),
(2096, NULL, NULL, '106.219.161.33', '2025-04-29 12:42:23', '915', '316', '20', NULL, NULL, 2045.00, 0.00, 2045.00, 1, 0),
(2097, NULL, '78', '110.227.82.229', '2025-04-30 17:58:26', NULL, '270', '32', NULL, NULL, 1317.50, 0.00, 1317.50, 1, 1),
(2098, NULL, '70', '223.185.30.107', '2025-05-02 12:50:47', NULL, '312', '100', NULL, NULL, 2932.50, 0.00, 2932.50, 1, 1),
(2099, NULL, '78', '117.199.7.243', '2025-05-02 12:54:20', NULL, '237', '140', NULL, NULL, 335.75, 0.00, 335.75, 1, 1),
(2100, NULL, '70', '45.251.234.223', '2025-05-03 08:48:34', NULL, '336', '834', NULL, NULL, 2583.00, 0.00, 2583.00, 1, 1),
(2101, NULL, '70', '45.251.234.223', '2025-05-03 09:41:23', NULL, '243', '157,98', NULL, NULL, 990.00, 0.00, 1062.50, 1, 1),
(2102, NULL, NULL, '110.225.27.240', '2025-05-03 13:32:54', '921', '1431', '160', NULL, NULL, 792.00, 0.00, 792.00, 1, 0),
(2103, NULL, NULL, '110.225.27.240', '2025-05-03 13:33:19', '921', '1434', '832', NULL, NULL, 735.00, 0.00, 735.00, 1, 0),
(2104, NULL, NULL, '117.199.9.76', '2025-05-03 13:46:43', '922', '1434', '832', NULL, NULL, 735.00, 0.00, 735.00, 1, 0),
(2105, NULL, NULL, '117.199.9.76', '2025-05-03 14:05:46', '922', '1462', '43', NULL, NULL, 8320.00, 0.00, 8320.00, 1, 0),
(2106, NULL, '9396', '45.117.202.121', '2025-05-04 06:29:39', '923', '604', '100', NULL, NULL, 1657.50, 0.00, 1657.50, 1, 1),
(2107, NULL, '9396', '45.117.202.121', '2025-05-04 06:35:20', NULL, '1294', '788', NULL, NULL, 2545.75, 0.00, 2545.75, 1, 1),
(2108, NULL, '9396', '45.117.202.121', '2025-05-04 06:36:56', NULL, '261', '354', NULL, NULL, 1350.00, 0.00, 1350.00, 1, 1),
(2109, NULL, '9396', '45.117.202.121', '2025-05-04 06:37:13', NULL, '1393', '829', NULL, NULL, 135.00, 0.00, 135.00, 1, 0),
(2110, NULL, '9396', '45.117.202.121', '2025-05-04 06:38:28', NULL, '698', '393', NULL, NULL, 3036.00, 0.00, 3036.00, 1, 1),
(2111, NULL, NULL, '157.47.30.67', '2025-05-04 15:52:57', '927', '698', '393', NULL, NULL, 3036.00, 0.00, 3036.00, 1, 0),
(2112, NULL, NULL, '27.58.143.104', '2025-05-07 01:51:58', '928', '1434', '832', NULL, NULL, 735.00, 0.00, 735.00, 1, 0),
(2113, NULL, NULL, '223.185.28.107', '2025-05-07 12:23:31', '929', '291', '367', NULL, NULL, 1317.50, 0.00, 1317.50, 1, 0),
(2114, NULL, NULL, '152.58.181.198', '2025-05-07 13:13:50', '930', '1387', '829', NULL, NULL, 180.00, 0.00, 180.00, 1, 0),
(2115, NULL, NULL, '152.58.181.198', '2025-05-07 13:13:58', '930', '1379', '827', NULL, NULL, 180.00, 0.00, 180.00, 1, 0),
(2116, NULL, '9409', '49.47.156.153', '2025-05-08 21:07:04', NULL, '269', '140', NULL, NULL, 2956.00, 0.00, 2956.00, 1, 0),
(2117, NULL, NULL, '117.199.10.245', '2025-05-09 15:08:53', '932', '1461', '845', NULL, NULL, 13320.00, 0.00, 39960.00, 3, 0),
(2118, NULL, NULL, '49.36.193.196', '2025-05-12 20:32:04', '933', '337', '48', NULL, NULL, 408.00, 0.00, 408.00, 1, 0),
(2119, NULL, NULL, '117.199.5.142', '2025-05-13 15:22:04', '934', '291', '367', NULL, NULL, 1317.50, 0.00, 2635.00, 2, 0),
(2120, NULL, NULL, '171.79.3.201', '2025-05-13 16:25:00', '934', '312', '100', NULL, NULL, 2932.50, 0.00, 5865.00, 2, 0),
(2121, NULL, '109413525939603126871', '171.79.3.201', '2025-05-13 16:26:06', NULL, '1434', '832', NULL, NULL, 735.00, 0.00, 735.00, 1, 1),
(2122, NULL, NULL, '171.79.3.201', '2025-05-14 15:27:57', '936', '1431', '160', NULL, NULL, 792.00, 0.00, 1584.00, 2, 0),
(2123, NULL, NULL, '157.33.241.220', '2025-05-16 16:11:18', '937', '269', '140', NULL, NULL, 2956.00, 0.00, 2956.00, 1, 0),
(2124, NULL, NULL, '152.59.214.234', '2025-05-21 16:02:49', '938', '277', '156,77', NULL, NULL, 1408.00, 0.00, 2816.00, 2, 1),
(2125, NULL, NULL, '152.59.214.234', '2025-05-21 16:03:50', '938', '277', '156,77', NULL, NULL, 1408.00, 0.00, 2816.00, 2, 0),
(2126, NULL, NULL, '49.37.47.144', '2025-05-21 16:14:08', '939', '237', '140', NULL, NULL, 335.75, 0.00, 335.75, 1, 0),
(2127, NULL, NULL, '49.37.47.144', '2025-05-21 16:24:31', '939', '446', '106', NULL, NULL, 1580.00, 0.00, 1580.00, 1, 0),
(2128, NULL, NULL, '110.224.104.199', '2025-05-22 19:38:24', '940', '1159', '391', NULL, NULL, 1355.75, 0.00, 1355.75, 1, 0),
(2129, NULL, '9417', '152.57.97.247', '2025-05-23 09:11:50', NULL, '277', '156,77', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2130, NULL, '116226680855675506822', '49.37.46.204', '2025-05-23 09:36:46', NULL, '260', '82', NULL, NULL, 1305.00, 0.00, 1305.00, 1, 0),
(2131, NULL, '9416', '49.37.46.204', '2025-05-23 10:46:44', NULL, '616', '126', NULL, NULL, 1145.00, 0.00, 1145.00, 1, 1),
(2132, NULL, '9416', '49.37.46.204', '2025-05-23 10:51:07', NULL, '848', '426', NULL, NULL, 1360.00, 0.00, 1360.00, 1, 1),
(2133, NULL, '9416', '49.37.46.204', '2025-05-23 10:52:37', NULL, '260', '82', NULL, NULL, 1305.00, 0.00, 1305.00, 1, 1),
(2134, NULL, '9416', '49.37.46.204', '2025-05-23 10:54:10', NULL, '582', '355', NULL, NULL, 590.00, 0.00, 590.00, 1, 1),
(2135, NULL, '9416', '49.37.47.220', '2025-05-24 13:45:45', NULL, '604', '100', NULL, NULL, 1657.50, 0.00, 1657.50, 1, 1),
(2136, NULL, '9416', '152.56.138.97', '2025-05-24 16:09:15', NULL, '308', '104', NULL, NULL, 590.75, 0.00, 590.75, 1, 1),
(2137, NULL, '9416', '49.37.47.220', '2025-05-24 19:04:08', NULL, '280', '119', NULL, NULL, 1232.50, 0.00, 1232.50, 1, 1),
(2138, NULL, '9416', '152.56.139.143', '2025-05-26 14:06:56', NULL, '584', '126', NULL, NULL, 1345.50, 0.00, 1345.50, 1, 1),
(2139, NULL, '9416', '152.56.138.3', '2025-05-27 07:56:09', NULL, '343', '88', NULL, NULL, 700.00, 0.00, 700.00, 1, 1),
(2140, NULL, '9416', '152.56.138.3', '2025-05-27 07:56:54', NULL, '290', '154', NULL, NULL, 743.75, 0.00, 743.75, 1, 1),
(2141, NULL, '9416', '152.56.138.172', '2025-05-27 17:27:28', NULL, '1208', '119', NULL, NULL, 1000.00, 0.00, 1000.00, 1, 1),
(2142, NULL, '9416', '49.37.44.62', '2025-05-28 08:24:41', NULL, '248', '158', NULL, NULL, 488.75, 0.00, 488.75, 1, 1),
(2143, NULL, '9416', '49.37.44.62', '2025-05-28 10:04:07', NULL, '281', '55', NULL, NULL, 1181.50, 0.00, 1181.50, 1, 1),
(2144, NULL, NULL, '171.79.84.31', '2025-05-28 13:04:08', '955', '517', '0', NULL, NULL, 650.00, 0.00, 650.00, 1, 0),
(2145, NULL, '9416', '152.56.139.125', '2025-05-28 15:52:14', NULL, '576', '343', NULL, NULL, 637.50, 0.00, 637.50, 1, 0),
(2146, NULL, '9416', '49.37.44.62', '2025-05-28 17:03:52', NULL, '342', '123', NULL, NULL, 640.00, 0.00, 556.75, 1, 0),
(2147, NULL, '9416', '49.37.44.62', '2025-05-28 17:05:30', NULL, '337', '48', NULL, NULL, 408.00, 0.00, 408.00, 1, 0),
(2148, NULL, '9416', '49.37.44.62', '2025-05-28 17:07:43', NULL, '517', '82,158', NULL, NULL, 552.50, 0.00, 552.50, 1, 0),
(2149, NULL, '9416', '49.37.44.62', '2025-05-28 17:45:14', NULL, '347', '21', NULL, NULL, 300.00, 0.00, 300.00, 1, 1),
(2150, NULL, '9416', '49.37.44.62', '2025-05-28 17:49:10', NULL, '341', '82', NULL, NULL, 1232.50, 0.00, 1232.50, 1, 0),
(2151, NULL, '9416', '49.37.44.62', '2025-05-28 18:20:19', NULL, '231', '18', NULL, NULL, 1250.00, 0.00, 1250.00, 1, 0),
(2152, NULL, '9418', '175.101.156.217', '2025-05-30 12:32:21', NULL, '313', '23', NULL, NULL, 790.50, 0.00, 790.50, 1, 0),
(2153, NULL, NULL, '49.37.42.177', '2025-06-01 23:04:36', '965', '1191', '650', NULL, NULL, 2495.00, 0.00, 2495.00, 1, 0),
(2154, NULL, '9419', '27.60.18.139', '2025-06-02 16:43:18', NULL, '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2155, NULL, NULL, '223.181.12.87', '2025-06-03 15:00:47', '967', '274', '76', NULL, NULL, 845.75, 0.00, 845.75, 1, 0),
(2156, NULL, NULL, '49.42.188.84', '2025-06-08 21:17:43', '968', '274', '76', NULL, NULL, 845.75, 0.00, 1691.50, 2, 0),
(2157, NULL, NULL, '139.5.248.137', '2025-06-10 14:03:22', '969', '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2158, NULL, '9389', '152.59.135.237', '2025-06-11 06:32:36', '970', '1469', '349', NULL, NULL, 956.00, 0.00, 1912.00, 2, 1),
(2159, NULL, '9421', '157.49.136.123', '2025-06-22 00:54:13', NULL, '309', '20', NULL, NULL, 786.25, 0.00, 1572.50, 2, 1),
(2160, NULL, NULL, '103.172.208.76', '2025-06-23 16:52:39', '972', '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2161, NULL, NULL, '110.225.252.83', '2025-06-24 15:04:28', '973', '1432', '413', NULL, NULL, 1695.75, 0.00, 1695.75, 1, 0),
(2162, NULL, NULL, '223.185.42.113', '2025-06-25 19:14:33', '974', '291', '367', NULL, NULL, 1317.50, 0.00, 1317.50, 1, 0),
(2163, NULL, '9422', '223.185.41.46', '2025-06-26 21:41:58', NULL, '309', '20', NULL, NULL, 786.25, 0.00, 786.25, 1, 0),
(2164, NULL, NULL, '172.225.136.136', '2025-07-02 10:55:20', '976', '657', '364', NULL, NULL, 1062.50, 0.00, 1062.50, 1, 0),
(2165, NULL, NULL, '117.97.215.45', '2025-07-05 11:10:05', '977', '543', '356', NULL, NULL, 1317.50, 0.00, 1317.50, 1, 0),
(2166, NULL, NULL, '103.18.169.206', '2025-07-06 07:19:25', '978', '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2167, NULL, '9424', '120.56.37.130', '2025-07-07 15:10:53', NULL, '285', '119', NULL, NULL, 1402.50, 0.00, 1402.50, 1, 1),
(2168, NULL, NULL, '220.247.130.32', '2025-07-16 21:56:00', '980', '1524', '616', NULL, NULL, 1381.25, 0.00, 1381.25, 1, 1),
(2169, NULL, NULL, '110.224.111.140', '2025-07-17 02:21:58', '981', '1360', '735', NULL, NULL, 46790.25, 0.00, 46790.25, 1, 1),
(2170, NULL, '9395', '103.249.4.21', '2025-07-17 07:22:15', NULL, '285', '119', NULL, NULL, 1402.50, 0.00, 1402.50, 1, 0),
(2171, NULL, '9425', '106.222.199.85', '2025-07-19 02:35:28', NULL, '274', '76', NULL, NULL, 845.75, 0.00, 845.75, 1, 0),
(2172, NULL, NULL, '103.224.35.82', '2025-07-22 05:34:14', '984', '1210', '207', NULL, NULL, 718.25, 0.00, 718.25, 1, 0),
(2173, NULL, NULL, '110.225.243.136', '2025-07-24 07:53:43', '985', '1210', '207', NULL, NULL, 718.25, 0.00, 718.25, 1, 0),
(2174, NULL, NULL, '110.225.243.136', '2025-07-24 07:53:58', '985', '1462', '43', NULL, NULL, 8320.00, 0.00, 8320.00, 1, 0),
(2175, NULL, NULL, '110.225.243.136', '2025-07-24 12:13:31', '986', '243', '98,157', NULL, NULL, 1015.75, 0.00, 1015.75, 1, 0),
(2176, NULL, NULL, '49.249.178.242', '2025-07-28 06:55:36', '987', '1210', '207', NULL, NULL, 718.25, 0.00, 718.25, 1, 1),
(2177, NULL, '9408', '122.163.41.13', '2025-07-29 10:37:01', NULL, '1206', '140', NULL, NULL, 1100.75, 0.00, 1100.75, 1, 0),
(2178, NULL, '9408', '122.163.41.13', '2025-07-29 10:37:15', NULL, '593', '353', NULL, NULL, 616.25, 0.00, 616.25, 1, 0),
(2179, NULL, '9408', '122.163.41.13', '2025-07-29 10:40:23', NULL, '273', '32', NULL, NULL, 1011.50, 0.00, 1011.50, 1, 0),
(2180, NULL, '9396', '45.251.232.67', '2025-07-31 16:18:01', NULL, '604', '100', NULL, NULL, 1657.50, 0.00, 1657.50, 1, 0),
(2181, NULL, '9427', '157.34.223.241', '2025-08-02 14:05:54', NULL, '446', '106', NULL, NULL, 1610.75, 0.00, 3221.50, 2, 1),
(2182, NULL, '9427', '157.34.223.241', '2025-08-02 14:08:51', NULL, '446', '106', NULL, NULL, 1610.75, 0.00, 1610.75, 1, 0),
(2183, NULL, NULL, '223.29.193.218', '2025-08-03 07:26:08', '991', '274', '76', NULL, NULL, 845.75, 0.00, 845.75, 1, 0),
(2184, NULL, NULL, '117.214.25.97', '2025-08-04 02:23:14', '992', '283', '896', NULL, NULL, 1776.50, 0.00, 1776.50, 1, 0),
(2185, NULL, NULL, '117.214.25.97', '2025-08-04 02:24:46', '992', '269', '140', NULL, NULL, 3140.75, 0.00, 3140.75, 1, 1),
(2186, NULL, NULL, '117.214.25.97', '2025-08-04 02:25:12', '992', '379', '202', NULL, NULL, 548.25, 0.00, 548.25, 1, 0),
(2187, NULL, NULL, '117.214.25.97', '2025-08-04 02:27:02', '992', '1081', '658', NULL, NULL, 637.50, 0.00, 637.50, 1, 0),
(2188, NULL, '9428', '117.214.25.213', '2025-08-04 15:11:47', NULL, '283', '896', NULL, NULL, 1776.50, 0.00, 1776.50, 1, 1),
(2189, NULL, '9428', '117.214.25.213', '2025-08-04 15:12:47', NULL, '379', '202', NULL, NULL, 548.25, 0.00, 548.25, 1, 1),
(2190, NULL, '9428', '117.214.25.213', '2025-08-04 15:13:17', NULL, '1015', '393', NULL, NULL, 1062.50, 0.00, 1062.50, 1, 1),
(2191, NULL, '9428', '117.214.25.213', '2025-08-04 15:13:49', NULL, '1081', '658', NULL, NULL, 637.50, 0.00, 637.50, 1, 1),
(2192, NULL, '9428', '117.214.25.213', '2025-08-04 15:33:18', NULL, '1015', '393', NULL, NULL, 1062.50, 0.00, 1062.50, 1, 1),
(2193, NULL, NULL, '49.205.144.232', '2025-08-04 19:24:40', '994', '275', '156', NULL, NULL, 1100.00, 0.00, 1100.00, 1, 0),
(2194, NULL, NULL, '103.170.54.34', '2025-08-09 16:07:23', '995', '309', '20', NULL, NULL, 786.25, 0.00, 786.25, 1, 0),
(2195, NULL, NULL, '117.238.120.207', '2025-08-10 15:58:46', '996', '616', '126', NULL, NULL, 1185.75, 0.00, 1185.75, 1, 0),
(2196, NULL, NULL, '45.250.244.99', '2025-08-11 08:32:56', '997', '446', '106', NULL, NULL, 1610.75, 0.00, 1610.75, 1, 0),
(2197, NULL, '9429', '157.51.24.98', '2025-08-17 14:09:17', NULL, '344', '336', NULL, NULL, 630.00, 0.00, 630.00, 1, 1),
(2198, NULL, NULL, '110.224.70.137', '2025-08-19 06:01:05', '999', '309', '20', NULL, NULL, 786.25, 0.00, 786.25, 1, 0),
(2199, NULL, NULL, '171.79.52.90', '2025-08-22 10:24:17', '1000', '1432', '413', NULL, NULL, 1695.75, 0.00, 1695.75, 1, 0),
(2200, NULL, NULL, '45.117.202.6', '2025-08-30 04:07:08', '1001', '604', '100', NULL, NULL, 1657.50, 0.00, 1657.50, 1, 0),
(2201, NULL, NULL, '104.28.37.111', '2025-08-31 02:51:01', '1002', '274', '76', NULL, NULL, 845.75, 0.00, 845.75, 1, 1),
(2202, NULL, NULL, '104.28.37.111', '2025-08-31 02:51:50', '1002', '657', '364', NULL, NULL, 1062.50, 0.00, 1062.50, 1, 1),
(2203, NULL, '9431', '223.185.31.159', '2025-09-05 05:45:54', '1003', '604', '100', NULL, NULL, 1657.50, 0.00, 1657.50, 1, 1),
(2204, NULL, '9431', '223.185.31.159', '2025-09-05 05:46:43', '1003', '319', '106', NULL, NULL, 743.75, 0.00, 743.75, 1, 1),
(2205, NULL, '9432', '49.36.213.39', '2025-09-06 10:40:15', NULL, '1562', '894', NULL, NULL, 1270.75, 0.00, 1270.75, 1, 1),
(2206, NULL, '9432', '49.36.213.39', '2025-09-06 10:41:24', NULL, '834', '515', NULL, NULL, 1050.00, 0.00, 3150.00, 3, 1),
(2207, NULL, '9432', '49.36.213.39', '2025-09-06 10:41:33', NULL, '942', '618', NULL, NULL, 718.25, 0.00, 718.25, 1, 1),
(2208, NULL, '9432', '49.36.213.39', '2025-09-06 10:43:49', NULL, '1555', '888', NULL, NULL, 675.75, 0.00, 675.75, 1, 1),
(2209, NULL, '9432', '49.36.213.39', '2025-09-06 10:56:04', NULL, '270', '32', NULL, NULL, 1317.50, 0.00, 1317.50, 1, 1),
(2210, NULL, NULL, '152.56.156.168', '2025-09-16 17:02:09', '1005', '926', '602', NULL, NULL, 1444.15, 0.00, 1444.15, 1, 0),
(2211, NULL, '9433', '152.59.160.228', '2025-09-20 01:44:19', NULL, '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2212, NULL, NULL, '49.36.213.39', '2025-09-20 19:04:37', '1008', '834', '515', NULL, NULL, 1050.00, 0.00, 3150.00, 3, 0),
(2213, NULL, '9432', '49.36.213.39', '2025-09-20 21:25:36', NULL, '834', '515', NULL, NULL, 1050.00, 0.00, 3150.00, 3, 1),
(2214, NULL, '9432', '49.36.213.39', '2025-09-20 21:27:32', NULL, '834', '515', NULL, NULL, 1050.00, 0.00, 1050.00, 1, 1),
(2215, NULL, NULL, '206.84.228.60', '2025-09-21 16:05:19', '1014', '242', '140', NULL, NULL, 2422.50, 0.00, 2422.50, 1, 0),
(2216, NULL, NULL, '27.63.33.74', '2025-09-22 20:20:33', '1015', '575', '342', NULL, NULL, 1100.75, 0.00, 2201.50, 2, 0),
(2217, NULL, NULL, '157.49.80.199', '2025-09-23 11:44:48', '1016', '243', '98,157', NULL, NULL, 1062.50, 0.00, 1062.50, 1, 0),
(2218, NULL, NULL, '103.79.255.214', '2025-09-23 14:05:40', '1017', '275', '899,156,692', NULL, NULL, 1100.00, 0.00, 1100.00, 1, 0),
(2219, NULL, NULL, '103.79.255.214', '2025-09-23 14:05:45', '1017', '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2220, NULL, NULL, '106.211.16.90', '2025-09-24 00:35:36', '1018', '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2221, NULL, NULL, '103.161.223.11', '2025-09-25 06:44:52', '1019', '316', '20', NULL, NULL, 2120.75, 0.00, 2120.75, 1, 0),
(2222, NULL, NULL, '152.56.183.182', '2025-09-25 20:39:28', '1020', '543', '356', NULL, NULL, 1317.50, 0.00, 1317.50, 1, 0),
(2223, NULL, NULL, '117.195.72.237', '2025-09-26 05:41:43', '1021', '1574', '900', NULL, NULL, 270.00, 0.00, 810.00, 3, 0),
(2224, NULL, NULL, '110.227.102.180', '2025-09-26 05:41:58', '1022', '273', '32', NULL, NULL, 1011.50, 0.00, 1011.50, 1, 0),
(2225, NULL, NULL, '110.227.102.180', '2025-09-26 05:45:57', '1023', '1434', '832', NULL, NULL, 735.00, 0.00, 735.00, 1, 0),
(2226, NULL, NULL, '110.227.102.180', '2025-09-26 05:46:22', '1023', '1432', '413', NULL, NULL, 1695.75, 0.00, 1695.75, 1, 0),
(2227, NULL, NULL, '110.227.102.180', '2025-09-26 05:56:09', '1023', '283', '896', NULL, NULL, 1776.50, 0.00, 1776.50, 1, 0),
(2228, NULL, NULL, '110.227.102.180', '2025-09-26 05:59:03', '1023', '1574', '900', NULL, NULL, 270.00, 0.00, 270.00, 1, 0),
(2229, NULL, NULL, '152.58.28.51', '2025-09-26 06:50:20', '1024', '243', '98,157', NULL, NULL, 1062.50, 0.00, 1062.50, 1, 0),
(2230, NULL, '9435', '47.11.83.220', '2025-09-26 09:19:45', NULL, '1382', '829', NULL, NULL, 225.00, 0.00, 450.00, 2, 1),
(2231, NULL, '9435', '47.11.82.241', '2025-09-26 09:21:07', NULL, '1382', '829', NULL, NULL, 225.00, 0.00, 225.00, 1, 1),
(2232, NULL, NULL, '152.56.135.249', '2025-09-26 20:15:25', '1027', '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2233, NULL, NULL, '152.56.135.249', '2025-09-26 20:15:30', '1027', '275', '899,156,692', NULL, NULL, 1100.00, 0.00, 1100.00, 1, 0),
(2234, NULL, '9436', '49.43.169.203', '2025-10-01 09:20:43', NULL, '275', '899,156,692', NULL, NULL, 1100.00, 0.00, 1100.00, 1, 0),
(2235, NULL, '9436', '49.43.169.203', '2025-10-01 09:33:59', NULL, '297', '325', NULL, NULL, 900.00, 0.00, 900.00, 1, 0),
(2236, NULL, NULL, '106.192.181.11', '2025-10-01 14:32:15', '1029', '1432', '413', NULL, NULL, 1695.75, 0.00, 1695.75, 1, 0),
(2237, NULL, NULL, '1.38.94.31', '2025-10-01 18:51:01', '1030', '277', '77,156', NULL, NULL, 1328.00, 0.00, 2656.00, 2, 1),
(2238, NULL, NULL, '1.38.94.31', '2025-10-01 18:53:20', '1030', '277', '77,156', NULL, NULL, 1328.00, 0.00, 1328.00, 1, 0),
(2239, NULL, '82', '223.185.28.188', '2025-10-02 18:50:44', NULL, '1383', '829', NULL, NULL, 112.50, 0.00, 112.50, 1, 1),
(2240, NULL, '70', '223.184.146.213', '2025-10-03 04:55:43', NULL, '336', '834', NULL, NULL, 2583.00, 0.00, 2583.00, 1, 1),
(2241, NULL, NULL, '223.233.81.13', '2025-10-04 14:07:28', '1033', '312', '100', NULL, NULL, 2932.50, 0.00, 2932.50, 1, 0),
(2242, NULL, '70', '223.185.31.221', '2025-10-07 10:55:54', NULL, '1580', '884', NULL, NULL, 1.00, 0.00, 1.00, 1, 1),
(2243, NULL, '70', '223.185.31.221', '2025-10-07 11:14:24', NULL, '1580', '884', NULL, NULL, 1.00, 0.00, 1.00, 1, 1),
(2244, NULL, '109413525939603126871', '223.185.29.125', '2025-10-07 11:18:51', NULL, '1381', '827', NULL, NULL, 90.00, 0.00, 90.00, 1, 0),
(2245, NULL, '78', '223.185.29.125', '2025-10-07 11:27:25', NULL, '1381', '827', NULL, NULL, 90.00, 0.00, 90.00, 1, 1),
(2246, NULL, '78', '223.185.29.125', '2025-10-07 11:34:59', NULL, '1580', '884', NULL, NULL, 1.00, 0.00, 1.00, 1, 1),
(2247, NULL, '70', '223.185.31.221', '2025-10-07 11:52:44', NULL, '1580', '884', NULL, NULL, 1.00, 0.00, 1.00, 1, 1),
(2248, NULL, NULL, '117.197.170.99', '2025-10-09 10:02:17', '1039', '312', '100', NULL, NULL, 2932.50, 0.00, 2932.50, 1, 0),
(2249, NULL, '96', '223.185.29.184', '2025-10-16 11:32:59', NULL, '1580', '884', NULL, NULL, 1.00, 0.00, 1.00, 1, 1),
(2250, NULL, NULL, '157.50.83.65', '2025-10-17 11:05:34', '1041', '261', '354', NULL, NULL, 1402.50, 0.00, 1402.50, 1, 0),
(2251, NULL, NULL, '157.50.83.65', '2025-10-17 11:05:49', '1041', '684', '391', NULL, NULL, 1440.75, 0.00, 1440.75, 1, 1),
(2252, NULL, NULL, '157.50.83.65', '2025-10-17 11:06:51', '1041', '686', '336', NULL, NULL, 2120.75, 0.00, 2120.75, 1, 0),
(2253, NULL, NULL, '223.228.27.7', '2025-10-17 16:22:29', '1042', '1210', '207', NULL, NULL, 718.25, 0.00, 718.25, 1, 1),
(2254, NULL, NULL, '106.221.228.107', '2025-10-21 15:14:41', '1043', '236', '728', NULL, NULL, 3295.00, 0.00, 3295.00, 1, 0),
(2255, NULL, NULL, '49.206.39.221', '2025-10-23 04:09:40', '1044', '277', '77,156', NULL, NULL, 1328.00, 0.00, 1328.00, 1, 0),
(2256, NULL, NULL, '45.249.164.6', '2025-10-24 10:06:36', '1045', '236', '728', NULL, NULL, 3295.00, 0.00, 3295.00, 1, 0),
(2257, NULL, NULL, '106.221.30.198', '2025-10-24 13:39:10', '1046', '1208', '119', NULL, NULL, 1062.50, 0.00, 1062.50, 1, 0),
(2258, NULL, NULL, '45.249.164.6', '2025-10-25 05:55:54', '1047', '657', '364', NULL, NULL, 1062.50, 0.00, 1062.50, 1, 0),
(2259, NULL, NULL, '45.249.164.6', '2025-10-25 05:58:44', '1047', '315', '20', NULL, NULL, 2315.00, 0.00, 2315.00, 1, 0),
(2260, NULL, NULL, '49.14.133.219', '2025-10-25 18:19:47', '1048', '277', '77,156', NULL, NULL, 1328.00, 0.00, 1328.00, 1, 0),
(2261, NULL, '9437', '49.14.166.69', '2025-10-29 07:52:49', NULL, '277', '77,156', NULL, NULL, 1328.00, 0.00, 2656.00, 2, 1),
(2262, NULL, '9437', '49.14.166.69', '2025-10-29 07:54:45', NULL, '277', '77,156', NULL, NULL, 1328.00, 0.00, 1328.00, 1, 1),
(2263, NULL, '9438', NULL, '2025-11-04 06:45:14', NULL, '309', '20', NULL, NULL, 786.25, 0.00, 786.25, 1, 1),
(2264, NULL, '70', '223.185.32.53', '2025-11-05 10:25:13', NULL, '336', '834', NULL, NULL, 2583.00, 0.00, 2583.00, 1, 1),
(2265, NULL, NULL, '103.141.4.81', '2025-11-06 18:44:15', '1055', '1210', '207', NULL, NULL, 718.25, 0.00, 718.25, 1, 0),
(2266, NULL, NULL, '223.185.30.82', '2025-11-08 18:25:09', '1056', '1210', '207', NULL, NULL, 718.25, 0.00, 718.25, 1, 0),
(2267, NULL, '70', '223.185.34.250', '2025-11-10 10:16:36', NULL, '1580', '884', NULL, NULL, 1.00, 0.00, 1.00, 1, 1),
(2268, NULL, '70', '223.185.34.250', '2025-11-10 11:01:57', NULL, '1580', '884', NULL, NULL, 1.00, 0.00, 1.00, 1, 1),
(2269, NULL, '82', '110.225.7.53', '2025-11-10 11:30:22', NULL, '1580', '884', NULL, NULL, 1.00, 0.00, 1.00, 1, 1),
(2270, NULL, '70', '223.185.34.250', '2025-11-10 13:34:08', NULL, '1580', '884', NULL, NULL, 1.00, 0.00, 1.00, 1, 1),
(2271, NULL, NULL, '152.58.180.2', '2025-11-11 08:05:47', '1061', '1574', '900', NULL, NULL, 270.00, 0.00, 270.00, 1, 0),
(2272, NULL, NULL, '106.215.162.154', '2025-11-12 03:03:53', '1062', '1430', '672', NULL, NULL, 2865.90, 0.00, 2865.90, 1, 0),
(2273, NULL, NULL, '223.185.30.39', '2025-11-13 06:54:32', '1063', '1580', '884', NULL, NULL, 1.00, 0.00, 1.00, 1, 0),
(2274, NULL, '70', '223.185.30.39', '2025-11-13 06:55:06', NULL, '1580', '884', NULL, NULL, 1.00, 0.00, 1.00, 1, 1),
(2275, NULL, '70', '223.185.30.39', '2025-11-13 07:03:28', NULL, '1580', '884', NULL, NULL, 1.00, 0.00, 1.00, 1, 1),
(2276, NULL, '82', '122.163.49.42', '2025-11-13 08:21:05', NULL, '1381', '827', NULL, NULL, 90.00, 0.00, 90.00, 1, 1),
(2277, NULL, NULL, '122.163.49.42', '2025-11-13 11:26:17', '1067', '243', '98,157', NULL, NULL, 1062.50, 0.00, 1062.50, 1, 0),
(2278, NULL, '82', '122.163.49.42', '2025-11-18 10:59:53', NULL, '1574', '900', NULL, NULL, 270.00, 0.00, 270.00, 1, 0),
(2279, NULL, '82', '122.163.49.42', '2025-11-18 11:00:08', NULL, '934', '611', NULL, NULL, 701.25, 0.00, 701.25, 1, 1),
(2280, NULL, NULL, '152.58.183.43', '2025-11-18 11:55:54', '1070', '1434', '832', NULL, NULL, 735.00, 0.00, 8085.00, 11, 0),
(2281, NULL, '9439', '125.16.87.18', '2025-11-19 04:14:08', NULL, '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 1),
(2282, NULL, NULL, '157.50.75.79', '2025-11-19 09:54:21', '1072', '242', '140', NULL, NULL, 2422.50, 0.00, 2422.50, 1, 0),
(2283, NULL, NULL, '157.50.75.79', '2025-11-19 09:56:06', '1072', '576', '343', NULL, NULL, 637.50, 0.00, 1275.00, 2, 0),
(2284, NULL, '9406', '49.204.198.205', '2025-11-19 14:46:01', NULL, '242', '140', NULL, NULL, 2422.50, 0.00, 2422.50, 1, 1),
(2285, NULL, NULL, '45.249.71.151', '2025-11-19 16:37:42', '1074', '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0);
INSERT INTO `cart` (`Id`, `OrderId`, `UserId`, `login_ip`, `createdAt`, `mac_id`, `BookId`, `AuthorId`, `journalid`, `journalYear`, `Amount`, `ShippingCharges`, `TotalAmount`, `quantity`, `isDeleted`) VALUES
(2286, NULL, NULL, '49.37.36.135', '2025-11-21 09:12:29', '1075', '1194', '672', NULL, NULL, 25075.00, 0.00, 25075.00, 1, 0),
(2287, NULL, NULL, '223.185.29.146', '2025-11-25 06:38:24', '1076', '1432', '413', NULL, NULL, 1695.75, 0.00, 1695.75, 1, 0),
(2288, NULL, NULL, '223.185.29.146', '2025-11-25 06:46:48', '1077', '1432', '413', NULL, NULL, 1695.75, 0.00, 1695.75, 1, 1),
(2289, NULL, NULL, '223.185.29.146', '2025-11-25 07:19:38', '1077', '992', '387', NULL, NULL, 4500.75, 0.00, 4500.75, 1, 1),
(2290, NULL, NULL, '223.185.29.146', '2025-11-25 07:37:56', '1077', '1381', '827', NULL, NULL, 90.00, 0.00, 90.00, 1, 1),
(2291, NULL, NULL, '223.185.29.146', '2025-11-25 07:38:58', '1077', '746', '427', NULL, NULL, 2550.00, 0.00, 2550.00, 1, 1),
(2292, NULL, NULL, '223.185.29.146', '2025-11-25 08:27:25', '1077', '746', '427', NULL, NULL, 2550.00, 0.00, 2550.00, 1, 1),
(2293, NULL, NULL, '223.185.29.146', '2025-11-25 08:28:43', '1077', NULL, NULL, '27', '2025', 8925.00, 0.00, 8925.00, 1, 1),
(2294, NULL, NULL, '223.185.29.146', '2025-11-25 08:51:45', '1077', '746', '427', NULL, NULL, 2550.00, 0.00, 2550.00, 1, 1),
(2295, NULL, NULL, '223.185.29.146', '2025-11-25 08:52:28', '1077', NULL, NULL, '27', '2025', 8925.00, 0.00, 8925.00, 1, 1),
(2296, NULL, NULL, '223.185.29.146', '2025-11-25 09:38:37', '1077', '746', '427', NULL, NULL, 2550.00, 0.00, 2550.00, 1, 1),
(2297, NULL, NULL, '223.185.29.146', '2025-11-25 09:41:16', '1077', '1381', '827', NULL, NULL, 90.00, 0.00, 90.00, 1, 1),
(2298, NULL, NULL, '223.185.29.146', '2025-11-25 10:22:03', '1077', '746', '427', NULL, NULL, 2550.00, 0.00, 2550.00, 1, 0),
(2299, NULL, '82', '182.68.91.119', '2025-11-25 10:54:34', NULL, '1381', '827', NULL, NULL, 90.00, 0.00, 90.00, 1, 1),
(2300, NULL, '70', '223.228.17.221', '2025-11-25 15:26:05', NULL, '1434', '832', NULL, NULL, 735.00, 0.00, 735.00, 1, 0),
(2301, NULL, '82', '182.68.91.119', '2025-11-26 05:27:33', NULL, '1434', '832', NULL, NULL, 735.00, 0.00, 735.00, 1, 0),
(2302, NULL, NULL, '223.185.33.30', '2025-11-27 11:36:43', '1081', '1244', '763', NULL, NULL, 425.00, 0.00, 425.00, 1, 0),
(2303, NULL, NULL, '152.59.164.114', '2025-11-27 19:10:18', '1082', '447', '254', NULL, NULL, 760.75, 0.00, 760.75, 1, 0),
(2304, NULL, '9442', '110.226.195.127', '2025-12-03 05:08:23', NULL, '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2305, NULL, NULL, '77.111.246.27', '2025-12-03 09:22:47', '1084', '1568', '119', NULL, NULL, 1090.00, 0.00, 1090.00, 1, 0),
(2306, NULL, NULL, '223.185.35.17', '2025-12-17 09:52:12', '1085', '270', '32', NULL, NULL, 1240.00, 0.00, 1240.00, 1, 0),
(2307, NULL, NULL, '223.228.20.123', '2025-12-25 12:03:57', '1086', '782', '565', NULL, NULL, 3612.50, 0.00, 3612.50, 1, 0),
(2308, NULL, NULL, '223.233.80.186', '2025-12-27 16:42:46', '1087', '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2309, NULL, NULL, '223.233.80.186', '2025-12-27 16:42:57', '1087', '275', '156,899,692', NULL, NULL, 1100.00, 0.00, 1100.00, 1, 0),
(2310, NULL, NULL, '223.233.80.186', '2025-12-27 17:04:20', '1088', '275', '156,899,692', NULL, NULL, 1100.00, 0.00, 1100.00, 1, 0),
(2311, NULL, NULL, '223.233.80.186', '2025-12-27 17:04:21', '1088', '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2312, NULL, NULL, '223.233.80.186', '2025-12-27 17:04:55', '1089', '275', '156,899,692', NULL, NULL, 1100.00, 0.00, 1100.00, 1, 0),
(2313, NULL, NULL, '223.233.80.186', '2025-12-27 17:04:56', '1089', '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2314, NULL, '9444', '104.28.37.111', '2025-12-29 14:14:35', NULL, '316', '20', NULL, NULL, 2120.75, 0.00, 2120.75, 1, 1),
(2315, NULL, '9444', '146.75.197.14', '2025-12-30 03:12:08', '1091', '316', '20', NULL, NULL, 2120.75, 0.00, 2120.75, 1, 1),
(2316, NULL, NULL, NULL, '2025-12-30 13:08:05', '1092', '274', '76', NULL, NULL, 845.75, 0.00, 845.75, 1, 0),
(2317, NULL, '9445', '171.61.233.110', '2026-01-03 12:19:19', NULL, '1097', '215', NULL, NULL, 1595.00, 0.00, 1595.00, 1, 1),
(2318, NULL, NULL, '49.47.132.3', '2026-01-04 03:36:16', '1094', '1347', '112', NULL, NULL, 1440.75, 0.00, 4322.25, 3, 0),
(2319, NULL, '9428', '152.59.165.156', '2026-01-04 15:40:14', NULL, '1222', '741', NULL, NULL, 1300.00, 0.00, 1300.00, 1, 0),
(2320, NULL, '9428', '152.59.165.156', '2026-01-04 15:45:26', NULL, '1081', '658', NULL, NULL, 637.50, 0.00, 637.50, 1, 0),
(2321, NULL, '9428', '152.59.165.156', '2026-01-04 15:51:23', NULL, '1262', '693', NULL, NULL, 795.00, 0.00, 795.00, 1, 0),
(2322, NULL, NULL, '117.195.241.253', '2026-01-05 01:07:06', '1098', '784', '425', NULL, NULL, 750.00, 0.00, 750.00, 1, 0),
(2323, NULL, NULL, '117.195.241.253', '2026-01-05 01:10:05', '1098', '983', '646', NULL, NULL, 1270.75, 0.00, 1270.75, 1, 0),
(2324, NULL, NULL, '117.195.241.253', '2026-01-05 01:12:50', '1098', '754', '432', NULL, NULL, 2600.00, 0.00, 2600.00, 1, 0),
(2325, NULL, NULL, '223.185.32.77', '2026-01-06 09:10:09', '1099', '1574', '900', NULL, NULL, 270.00, 0.00, 270.00, 1, 1),
(2326, NULL, NULL, '223.185.32.77', '2026-01-06 09:10:32', '1099', '1580', '884', NULL, NULL, 1.00, 0.00, 1.00, 1, 0),
(2327, NULL, NULL, '106.213.6.97', '2026-01-07 09:31:28', '1100', '1081', '658', NULL, NULL, 637.50, 0.00, 637.50, 1, 0),
(2328, NULL, NULL, '223.233.82.13', '2026-01-07 15:59:03', '1101', '275', '156,899,692', NULL, NULL, 1100.00, 0.00, 1100.00, 1, 0),
(2329, NULL, NULL, '223.233.82.13', '2026-01-07 15:59:04', '1101', '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2330, NULL, '9446', '47.15.153.106', '2026-01-09 17:06:42', '1102', '518', '82', NULL, NULL, 318.75, 0.00, 956.25, 3, 1),
(2331, NULL, '9446', '47.15.153.106', '2026-01-09 17:24:42', NULL, '240', '172', NULL, NULL, 420.75, 0.00, 420.75, 1, 1),
(2332, NULL, '9446', '47.15.153.106', '2026-01-09 17:26:05', NULL, '583', '323', NULL, NULL, 990.00, 0.00, 990.00, 1, 1),
(2333, NULL, '9446', '47.15.153.106', '2026-01-09 17:36:01', NULL, '518', '82', NULL, NULL, 318.75, 0.00, 318.75, 1, 1),
(2334, NULL, '9447', '103.93.114.183', '2026-01-12 09:45:08', NULL, '576', '343', NULL, NULL, 637.50, 0.00, 637.50, 1, 0),
(2335, NULL, '9448', '106.207.74.57', '2026-01-19 13:46:43', NULL, '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 1),
(2336, NULL, '9448', '106.207.74.57', '2026-01-19 16:59:30', NULL, '275', '156,899,692', NULL, NULL, 1100.00, 0.00, 1100.00, 1, 1),
(2337, NULL, NULL, '202.142.123.234', '2026-01-20 17:35:14', '1110', '604', '100', NULL, NULL, 1657.50, 0.00, 1657.50, 1, 1),
(2338, NULL, NULL, '202.142.123.234', '2026-01-20 17:36:10', '1110', '236', '728', NULL, NULL, 3295.00, 0.00, 3295.00, 1, 0),
(2339, NULL, NULL, '49.37.8.205', '2026-01-26 15:13:46', '1111', '1608', '923', NULL, NULL, 651.90, 0.00, 651.90, 1, 0),
(2340, NULL, NULL, '117.195.248.229', '2026-01-26 21:17:50', '1112', '1030', '665', NULL, NULL, 1865.75, 0.00, 1865.75, 1, 0),
(2341, NULL, NULL, '152.59.201.170', '2026-02-03 08:52:25', '1113', '242', '140', NULL, NULL, 2422.50, 0.00, 2422.50, 1, 0),
(2342, NULL, NULL, '123.252.212.50', '2026-02-05 12:37:25', '1114', '285', '119', NULL, NULL, 1487.50, 0.00, 1487.50, 1, 0),
(2343, NULL, NULL, '157.32.125.177', '2026-02-07 06:14:53', '1115', '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2344, NULL, NULL, '157.50.149.71', '2026-02-08 12:02:03', '1116', '1617', '929', NULL, NULL, 2763.75, 0.00, 2763.75, 1, 0),
(2345, NULL, NULL, '117.198.242.207', '2026-02-08 12:59:39', '1117', '239', '22', NULL, NULL, 722.50, 0.00, 722.50, 1, 1),
(2346, NULL, NULL, '117.198.242.207', '2026-02-08 13:00:17', '1117', '1210', '207', NULL, NULL, 718.25, 0.00, 718.25, 1, 1),
(2347, NULL, NULL, '103.139.246.175', '2026-02-18 06:09:28', '1118', '277', '77,156', NULL, NULL, 1408.00, 0.00, 4224.00, 3, 0),
(2348, NULL, '9451', '152.59.150.187', '2026-02-22 07:12:35', '1119', '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 1),
(2349, NULL, '9451', '152.59.150.62', '2026-02-22 11:33:54', NULL, '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2350, NULL, '9452', '152.59.82.229', '2026-03-01 06:48:56', NULL, '275', '156,899,692', NULL, NULL, 1100.00, 0.00, 1100.00, 1, 0),
(2351, NULL, '9444', '172.225.220.166', '2026-03-03 11:01:56', NULL, '309', '20', NULL, NULL, 786.25, 0.00, 786.25, 1, 1),
(2352, NULL, NULL, '157.50.87.144', '2026-03-04 11:55:15', '1122', '1', '325', NULL, NULL, 3357.50, 0.00, 3357.50, 1, 0),
(2353, NULL, NULL, '157.50.87.144', '2026-03-04 11:58:28', '1122', '242', '140', NULL, NULL, 2422.50, 0.00, 2422.50, 1, 0),
(2354, NULL, NULL, '157.50.87.144', '2026-03-04 12:00:05', '1122', '1297', '793', NULL, NULL, 900.00, 0.00, 900.00, 1, 0),
(2355, NULL, NULL, '157.50.87.144', '2026-03-04 12:00:50', '1122', '1610', '925', NULL, NULL, 1225.90, 0.00, 1225.90, 1, 0),
(2356, NULL, NULL, '157.50.85.57', '2026-03-04 16:12:55', '1123', '1145', '723', NULL, NULL, 1610.75, 0.00, 1610.75, 1, 0),
(2357, NULL, NULL, '157.50.85.57', '2026-03-04 16:14:25', '1123', '1066', '689', NULL, NULL, 1196.00, 0.00, 1196.00, 1, 0),
(2358, NULL, '9406', '49.204.192.151', '2026-03-05 14:37:13', NULL, '1145', '723', NULL, NULL, 1610.75, 0.00, 1610.75, 1, 1),
(2359, NULL, '9406', '49.204.192.151', '2026-03-05 14:39:56', NULL, '1347', '112', NULL, NULL, 1440.75, 0.00, 1440.75, 1, 1),
(2360, NULL, '9406', '49.204.192.151', '2026-03-05 14:43:06', NULL, '1145', '723', NULL, NULL, 1610.75, 0.00, 1610.75, 1, 1),
(2361, NULL, '9453', '223.184.168.30', '2026-03-05 21:28:53', NULL, '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2362, NULL, NULL, '42.110.170.45', '2026-03-06 19:24:05', '1128', '1574', '900', NULL, NULL, 270.00, 0.00, 270.00, 1, 0),
(2363, NULL, NULL, '152.58.180.54', '2026-03-08 06:03:50', '1129', '604', '100', NULL, NULL, 1657.50, 0.00, 1657.50, 1, 0),
(2364, NULL, NULL, '157.50.84.49', '2026-03-10 09:07:58', '1130', '1650', '943', NULL, NULL, 2375.75, 0.00, 2375.75, 1, 0),
(2365, NULL, '1611', '152.58.25.111', '2026-03-14 22:35:05', NULL, '543', '356', NULL, NULL, 1317.50, 0.00, 1317.50, 1, 0),
(2366, NULL, NULL, '152.57.173.251', '2026-03-21 16:06:48', '1132', '310', '82', NULL, NULL, 1165.50, 0.00, 1165.50, 1, 0),
(2367, NULL, NULL, '152.57.172.102', '2026-03-21 16:07:42', '1132', '1617', '929', NULL, NULL, 2763.75, 0.00, 2763.75, 1, 0),
(2368, NULL, '9406', '49.204.196.219', '2026-03-22 06:47:22', NULL, '310', '82', NULL, NULL, 1165.50, 0.00, 1165.50, 1, 1),
(2369, NULL, NULL, '106.219.163.60', '2026-03-26 06:58:48', '1134', '322', '50', NULL, NULL, 892.50, 0.00, 892.50, 1, 0),
(2370, NULL, NULL, '122.167.102.242', '2026-03-27 10:29:03', '1135', '1248', '764', NULL, NULL, 390.00, 0.00, 390.00, 1, 0),
(2371, NULL, NULL, NULL, '2026-03-30 08:58:05', '1136', '274', '76', NULL, NULL, 845.75, 0.00, 845.75, 1, 0),
(2372, NULL, NULL, NULL, '2026-03-30 08:59:29', '1136', '275', '156,899,692', NULL, NULL, 1100.00, 0.00, 1100.00, 1, 0),
(2373, NULL, NULL, '66.167.166.24', '2026-04-05 10:42:07', '1137', '1479', '855', NULL, NULL, 639.20, 0.00, 639.20, 1, 0),
(2374, NULL, NULL, '223.185.33.53', '2026-04-07 05:53:17', '1138', '1580', '884', NULL, NULL, 1.00, 0.00, 1.00, 1, 0),
(2375, NULL, '9444', '1.38.98.106', '2026-04-09 08:26:05', NULL, '315', '20', NULL, NULL, 2315.00, 0.00, 2315.00, 1, 1),
(2376, NULL, '384', '223.185.30.99', '2026-04-09 16:04:24', NULL, '1421', '828,828', NULL, NULL, 450.00, 0.00, 450.00, 1, 0),
(2377, NULL, NULL, '117.233.237.16', '2026-04-10 18:43:49', '1141', '1062', '685', NULL, NULL, 3140.75, 0.00, 3140.75, 1, 0),
(2378, NULL, NULL, '122.161.223.149', '2026-04-14 08:14:52', '1142', '309', '20', NULL, NULL, 786.25, 0.00, 786.25, 1, 0),
(2379, NULL, '9406', '49.204.194.136', '2026-04-21 04:13:36', NULL, '714', '405', NULL, NULL, 1440.75, 0.00, 1440.75, 1, 1),
(2380, NULL, '9406', '49.204.194.215', '2026-04-22 07:54:23', NULL, '714', '405', NULL, NULL, 1440.75, 0.00, 1440.75, 1, 1),
(2381, NULL, NULL, '152.56.134.218', '2026-04-26 11:03:14', '1145', '1617', '929', NULL, NULL, 2763.75, 0.00, 2763.75, 1, 0),
(2382, NULL, '9406', '49.204.193.133', '2026-05-07 04:06:22', NULL, '1617', '929', NULL, NULL, 2763.75, 0.00, 2763.75, 1, 1),
(2383, NULL, '9406', '49.204.195.148', '2026-05-11 15:04:48', NULL, '310', '82', NULL, NULL, 1165.50, 0.00, 1165.50, 1, 1),
(2384, NULL, '9406', '49.204.195.148', '2026-05-11 15:05:57', NULL, '1636', '934,935', NULL, NULL, 2485.85, 0.00, 2485.85, 1, 1),
(2385, NULL, NULL, '106.201.61.83', '2026-05-13 06:23:42', '1149', '1671', '960', NULL, NULL, 2796.00, 0.00, 8388.00, 3, 0),
(2386, NULL, NULL, '42.108.81.111', '2026-05-25 12:23:12', '1150', '261', '354', NULL, NULL, 1402.50, 0.00, 1402.50, 1, 0),
(2387, NULL, '9456', '106.207.33.206', '2026-06-02 06:36:41', NULL, '1273', '765', NULL, NULL, 650.00, 0.00, 650.00, 1, 1),
(2388, NULL, '9456', '106.207.33.206', '2026-06-02 06:36:56', NULL, '1219', '737', NULL, NULL, 1525.75, 0.00, 1525.75, 1, 1),
(2389, NULL, NULL, '106.219.145.120', '2026-06-07 07:29:35', '1152', '1655', '947', NULL, NULL, 658.75, 0.00, 658.75, 1, 0),
(2390, NULL, NULL, '152.56.157.54', '2026-06-07 12:33:42', '1153', '1381', '827', NULL, NULL, 90.00, 0.00, 90.00, 1, 0),
(2391, NULL, NULL, '152.56.157.54', '2026-06-07 12:33:51', '1153', '1383', '829', NULL, NULL, 112.50, 0.00, 112.50, 1, 0),
(2392, NULL, NULL, '152.56.157.54', '2026-06-07 12:34:24', '1153', '1387', '829', NULL, NULL, 180.00, 0.00, 180.00, 1, 0),
(2393, NULL, NULL, '152.56.157.54', '2026-06-07 12:34:29', '1153', '1379', '827', NULL, NULL, 180.00, 0.00, 180.00, 1, 0),
(2394, NULL, NULL, '152.56.157.54', '2026-06-07 12:34:41', '1153', '1400', '829', NULL, NULL, 405.00, 0.00, 405.00, 1, 0),
(2395, NULL, NULL, '152.56.157.54', '2026-06-07 12:34:48', '1153', '1402', '829', NULL, NULL, 160.00, 0.00, 160.00, 1, 0),
(2396, NULL, NULL, '152.56.157.54', '2026-06-07 12:35:13', '1153', '1372', '827', NULL, NULL, 585.00, 0.00, 585.00, 1, 0),
(2397, NULL, '9457', '152.56.134.116', '2026-06-15 18:01:40', NULL, '277', '77,156', NULL, NULL, 1408.00, 0.00, 1408.00, 1, 0),
(2398, NULL, '9457', '152.56.134.116', '2026-06-15 18:01:59', NULL, '275', '156,899,692', NULL, NULL, 1100.00, 0.00, 1100.00, 1, 0);

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

--
-- Table structure for table `cartlist`
--

CREATE TABLE `cartlist` (
  `cartListId` bigint(50) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `cartlist`
--

INSERT INTO `cartlist` (`cartListId`, `isDeleted`) VALUES
(1, 0),
(2, 0),
(3, 0),
(4, 0),
(5, 0),
(6, 0),
(7, 0),
(8, 0),
(9, 0),
(10, 0),
(11, 0),
(12, 0),
(13, 0),
(14, 0),
(15, 0),
(16, 0),
(17, 0),
(18, 0),
(19, 0),
(20, 0),
(21, 0),
(22, 0),
(23, 0),
(24, 0),
(25, 0),
(26, 0),
(27, 0),
(28, 0),
(29, 0),
(30, 0),
(31, 0),
(32, 0),
(33, 0),
(34, 0),
(35, 0),
(36, 0),
(37, 0),
(38, 0),
(39, 0),
(40, 0),
(41, 0),
(42, 0),
(43, 0),
(44, 0),
(45, 0),
(46, 0),
(47, 0),
(48, 0),
(49, 0),
(50, 0),
(51, 0),
(52, 0),
(53, 0),
(54, 0),
(55, 0),
(56, 0),
(57, 0),
(58, 0),
(59, 0),
(60, 0),
(61, 0),
(62, 0),
(63, 0),
(64, 0),
(65, 0),
(66, 0),
(67, 0),
(68, 0),
(69, 0),
(70, 0),
(71, 0),
(72, 0),
(73, 0),
(74, 0),
(75, 0),
(76, 0),
(77, 0),
(78, 0),
(79, 0),
(80, 0),
(81, 0),
(82, 0),
(83, 0),
(84, 0),
(85, 0),
(86, 0),
(87, 0),
(88, 0),
(89, 0),
(90, 0),
(91, 0),
(92, 0),
(93, 0),
(94, 0),
(95, 0),
(96, 0),
(97, 0),
(98, 0),
(99, 0),
(100, 0),
(101, 0),
(102, 0),
(103, 0),
(104, 0),
(105, 0),
(106, 0),
(107, 0),
(108, 0),
(109, 0),
(110, 0),
(111, 0),
(112, 0),
(113, 0),
(114, 0),
(115, 0),
(116, 0),
(117, 0),
(118, 0),
(119, 0),
(120, 0),
(121, 0),
(122, 0),
(123, 0),
(124, 0),
(125, 0),
(126, 0),
(127, 0),
(128, 0),
(129, 0),
(130, 0),
(131, 0),
(132, 0),
(133, 0),
(134, 0),
(135, 0),
(136, 0),
(137, 0),
(138, 0),
(139, 0),
(140, 0),
(141, 0),
(142, 0),
(143, 0),
(144, 0),
(145, 0),
(146, 0),
(147, 0),
(148, 0),
(149, 0),
(150, 0),
(151, 0),
(152, 0),
(153, 0),
(154, 0),
(155, 0),
(156, 0),
(157, 0),
(158, 0),
(159, 0),
(160, 0),
(161, 0),
(162, 0),
(163, 0),
(164, 0),
(165, 0),
(166, 0),
(167, 0),
(168, 0),
(169, 0),
(170, 0),
(171, 0),
(172, 0),
(173, 0),
(174, 0),
(175, 0),
(176, 0),
(177, 0),
(178, 0),
(179, 0),
(180, 0),
(181, 0),
(182, 0),
(183, 0),
(184, 0),
(185, 0),
(186, 0),
(187, 0),
(188, 0),
(189, 0),
(190, 0),
(191, 0),
(192, 0),
(193, 0),
(194, 0),
(195, 0),
(196, 0),
(197, 0),
(198, 0),
(199, 0),
(200, 0),
(201, 0),
(202, 0),
(203, 0),
(204, 0),
(205, 0),
(206, 0),
(207, 0),
(208, 0),
(209, 0),
(210, 0),
(211, 0),
(212, 0),
(213, 0),
(214, 0),
(215, 0),
(216, 0),
(217, 0),
(218, 0),
(219, 0),
(220, 0),
(221, 0),
(222, 0),
(223, 0),
(224, 0),
(225, 0),
(226, 0),
(227, 0),
(228, 0),
(229, 0),
(230, 0),
(231, 0),
(232, 0),
(233, 0),
(234, 0),
(235, 0),
(236, 0),
(237, 0),
(238, 0),
(239, 0),
(240, 0),
(241, 0),
(242, 0),
(243, 0),
(244, 0),
(245, 0),
(246, 0),
(247, 0),
(248, 0),
(249, 0),
(250, 0),
(251, 0),
(252, 0),
(253, 0),
(254, 0),
(255, 0),
(256, 0),
(257, 0),
(258, 0),
(259, 0),
(260, 0),
(261, 0),
(262, 0),
(263, 0),
(264, 0),
(265, 0),
(266, 0),
(267, 0),
(268, 0),
(269, 0),
(270, 0),
(271, 0),
(272, 0),
(273, 0),
(274, 0),
(275, 0),
(276, 0),
(277, 0),
(278, 0),
(279, 0),
(280, 0),
(281, 0),
(282, 0),
(283, 0),
(284, 0),
(285, 0),
(286, 0),
(287, 0),
(288, 0),
(289, 0),
(290, 0),
(291, 0),
(292, 0),
(293, 0),
(294, 0),
(295, 0),
(296, 0),
(297, 0),
(298, 0),
(299, 0),
(300, 0),
(301, 0),
(302, 0),
(303, 0),
(304, 0),
(305, 0),
(306, 0),
(307, 0),
(308, 0),
(309, 0),
(310, 0),
(311, 0),
(312, 0),
(313, 0),
(314, 0),
(315, 0),
(316, 0),
(317, 0),
(318, 0),
(319, 0),
(320, 0),
(321, 0),
(322, 0),
(323, 0),
(324, 0),
(325, 0),
(326, 0),
(327, 0),
(328, 0),
(329, 0),
(330, 0),
(331, 0),
(332, 0),
(333, 0),
(334, 0),
(335, 0),
(336, 0),
(337, 0),
(338, 0),
(339, 0),
(340, 0),
(341, 0),
(342, 0),
(343, 0),
(344, 0),
(345, 0),
(346, 0),
(347, 0),
(348, 0),
(349, 0),
(350, 0),
(351, 0),
(352, 0),
(353, 0),
(354, 0),
(355, 0),
(356, 0),
(357, 0),
(358, 0),
(359, 0),
(360, 0),
(361, 0),
(362, 0),
(363, 0),
(364, 0),
(365, 0),
(366, 0),
(367, 0),
(368, 0),
(369, 0),
(370, 0),
(371, 0),
(372, 0),
(373, 0),
(374, 0),
(375, 0),
(376, 0),
(377, 0),
(378, 0),
(379, 0),
(380, 0),
(381, 0),
(382, 0),
(383, 0),
(384, 0),
(385, 0),
(386, 0),
(387, 0),
(388, 0),
(389, 0),
(390, 0),
(391, 0),
(392, 0),
(393, 0),
(394, 0),
(395, 0),
(396, 0),
(397, 0),
(398, 0),
(399, 0),
(400, 0),
(401, 0),
(402, 0),
(403, 0),
(404, 0),
(405, 0),
(406, 0),
(407, 0),
(408, 0),
(409, 0),
(410, 0),
(411, 0),
(412, 0),
(413, 0),
(414, 0),
(415, 0),
(416, 0),
(417, 0),
(418, 0),
(419, 0),
(420, 0),
(421, 0),
(422, 0),
(423, 0),
(424, 0),
(425, 0),
(426, 0),
(427, 0),
(428, 0),
(429, 0),
(430, 0),
(431, 0),
(432, 0),
(433, 0),
(434, 0),
(435, 0),
(436, 0),
(437, 0),
(438, 0),
(439, 0),
(440, 0),
(441, 0),
(442, 0),
(443, 0),
(444, 0),
(445, 0),
(446, 0),
(447, 0),
(448, 0),
(449, 0),
(450, 0),
(451, 0),
(452, 0),
(453, 0),
(454, 0),
(455, 0),
(456, 0),
(457, 0),
(458, 0),
(459, 0),
(460, 0),
(461, 0),
(462, 0),
(463, 0),
(464, 0),
(465, 0),
(466, 0),
(467, 0),
(468, 0),
(469, 0),
(470, 0),
(471, 0),
(472, 0),
(473, 0),
(474, 0),
(475, 0),
(476, 0),
(477, 0),
(478, 0),
(479, 0),
(480, 0),
(481, 0),
(482, 0),
(483, 0),
(484, 0),
(485, 0),
(486, 0),
(487, 0),
(488, 0),
(489, 0),
(490, 0),
(491, 0),
(492, 0),
(493, 0),
(494, 0),
(495, 0),
(496, 0),
(497, 0),
(498, 0),
(499, 0),
(500, 0),
(501, 0),
(502, 0),
(503, 0),
(504, 0),
(505, 0),
(506, 0),
(507, 0),
(508, 0),
(509, 0),
(510, 0),
(511, 0),
(512, 0),
(513, 0),
(514, 0),
(515, 0),
(516, 0),
(517, 0),
(518, 0),
(519, 0),
(520, 0),
(521, 0),
(522, 0),
(523, 0),
(524, 0),
(525, 0),
(526, 0),
(527, 0),
(528, 0),
(529, 0),
(530, 0),
(531, 0),
(532, 0),
(533, 0),
(534, 0),
(535, 0),
(536, 0),
(537, 0),
(538, 0),
(539, 0),
(540, 0),
(541, 0),
(542, 0),
(543, 0),
(544, 0),
(545, 0),
(546, 0),
(547, 0),
(548, 0),
(549, 0),
(550, 0),
(551, 0),
(552, 0),
(553, 0),
(554, 0),
(555, 0),
(556, 0),
(557, 0),
(558, 0),
(559, 0),
(560, 0),
(561, 0),
(562, 0),
(563, 0),
(564, 0),
(565, 0),
(566, 0),
(567, 0),
(568, 0),
(569, 0),
(570, 0),
(571, 0),
(572, 0),
(573, 0),
(574, 0),
(575, 0),
(576, 0),
(577, 0),
(578, 0),
(579, 0),
(580, 0),
(581, 0),
(582, 0),
(583, 0),
(584, 0),
(585, 0),
(586, 0),
(587, 0),
(588, 0),
(589, 0),
(590, 0),
(591, 0),
(592, 0),
(593, 0),
(594, 0),
(595, 0),
(596, 0),
(597, 0),
(598, 0),
(599, 0),
(600, 0),
(601, 0),
(602, 0),
(603, 0),
(604, 0),
(605, 0),
(606, 0),
(607, 0),
(608, 0),
(609, 0),
(610, 0),
(611, 0),
(612, 0),
(613, 0),
(614, 0),
(615, 0),
(616, 0),
(617, 0),
(618, 0),
(619, 0),
(620, 0),
(621, 0),
(622, 0),
(623, 0),
(624, 0),
(625, 0),
(626, 0),
(627, 0),
(628, 0),
(629, 0),
(630, 0),
(631, 0),
(632, 0),
(633, 0),
(634, 0),
(635, 0),
(636, 0),
(637, 0),
(638, 0),
(639, 0),
(640, 0),
(641, 0),
(642, 0),
(643, 0),
(644, 0),
(645, 0),
(646, 0),
(647, 0),
(648, 0),
(649, 0),
(650, 0),
(651, 0),
(652, 0),
(653, 0),
(654, 0),
(655, 0),
(656, 0),
(657, 0),
(658, 0),
(659, 0),
(660, 0),
(661, 0),
(662, 0),
(663, 0),
(664, 0),
(665, 0),
(666, 0),
(667, 0),
(668, 0),
(669, 0),
(670, 0),
(671, 0),
(672, 0),
(673, 0),
(674, 0),
(675, 0),
(676, 0),
(677, 0),
(678, 0),
(679, 0),
(680, 0),
(681, 0),
(682, 0),
(683, 0),
(684, 0),
(685, 0),
(686, 0),
(687, 0),
(688, 0),
(689, 0),
(690, 0),
(691, 0),
(692, 0),
(693, 0),
(694, 0),
(695, 0),
(696, 0),
(697, 0),
(698, 0),
(699, 0),
(700, 0),
(701, 0),
(702, 0),
(703, 0),
(704, 0),
(705, 0),
(706, 0),
(707, 0),
(708, 0),
(709, 0),
(710, 0),
(711, 0),
(712, 0),
(713, 0),
(714, 0),
(715, 0),
(716, 0),
(717, 0),
(718, 0),
(719, 0),
(720, 0),
(721, 0),
(722, 0),
(723, 0),
(724, 0),
(725, 0),
(726, 0),
(727, 0),
(728, 0),
(729, 0),
(730, 0),
(731, 0),
(732, 0),
(733, 0),
(734, 0),
(735, 0),
(736, 0),
(737, 0),
(738, 0),
(739, 0),
(740, 0),
(741, 0),
(742, 0),
(743, 0),
(744, 0),
(745, 0),
(746, 0),
(747, 0),
(748, 0),
(749, 0),
(750, 0),
(751, 0),
(752, 0),
(753, 0),
(754, 0),
(755, 0),
(756, 0),
(757, 0),
(758, 0),
(759, 0),
(760, 0),
(761, 0),
(762, 0),
(763, 0),
(764, 0),
(765, 0),
(766, 0),
(767, 0),
(768, 0),
(769, 0),
(770, 0),
(771, 0),
(772, 0),
(773, 0),
(774, 0),
(775, 0),
(776, 0),
(777, 0),
(778, 0),
(779, 0),
(780, 0),
(781, 0),
(782, 0),
(783, 0),
(784, 0),
(785, 0),
(786, 0),
(787, 0),
(788, 0),
(789, 0),
(790, 0),
(791, 0),
(792, 0),
(793, 0),
(794, 0),
(795, 0),
(796, 0),
(797, 0),
(798, 0),
(799, 0),
(800, 0),
(801, 0),
(802, 0),
(803, 0),
(804, 0),
(805, 0),
(806, 0),
(807, 0),
(808, 0),
(809, 0),
(810, 0),
(811, 0),
(812, 0),
(813, 0),
(814, 0),
(815, 0),
(816, 0),
(817, 0),
(818, 0),
(819, 0),
(820, 0),
(821, 0),
(822, 0),
(823, 0),
(824, 0),
(825, 0),
(826, 0),
(827, 0),
(828, 0),
(829, 0),
(830, 0),
(831, 0),
(832, 0),
(833, 0),
(834, 0),
(835, 0),
(836, 0),
(837, 0),
(838, 0),
(839, 0),
(840, 0),
(841, 0),
(842, 0),
(843, 0),
(844, 0),
(845, 0),
(846, 0),
(847, 0),
(848, 0),
(849, 0),
(850, 0),
(851, 0),
(852, 0),
(853, 0),
(854, 0),
(855, 0),
(856, 0),
(857, 0),
(858, 0),
(859, 0),
(860, 0),
(861, 0),
(862, 0),
(863, 0),
(864, 0),
(865, 0),
(866, 0),
(867, 0),
(868, 0),
(869, 0),
(870, 0),
(871, 0),
(872, 0),
(873, 0),
(874, 0),
(875, 0),
(876, 0),
(877, 0),
(878, 0),
(879, 0),
(880, 0),
(881, 0),
(882, 0),
(883, 0),
(884, 0),
(885, 0),
(886, 0),
(887, 0),
(888, 0),
(889, 0),
(890, 0),
(891, 0),
(892, 0),
(893, 0),
(894, 0),
(895, 0),
(896, 0),
(897, 0),
(898, 0),
(899, 0),
(900, 0),
(901, 0),
(902, 0),
(903, 0),
(904, 0),
(905, 0),
(906, 0),
(907, 0),
(908, 0),
(909, 0),
(910, 0),
(911, 0),
(912, 0),
(913, 0),
(914, 0),
(915, 0),
(916, 0),
(917, 0),
(918, 0),
(919, 0),
(920, 0),
(921, 0),
(922, 0),
(923, 0),
(924, 0),
(925, 0),
(926, 0),
(927, 0),
(928, 0),
(929, 0),
(930, 0),
(931, 0),
(932, 0),
(933, 0),
(934, 0),
(935, 0),
(936, 0),
(937, 0),
(938, 0),
(939, 0),
(940, 0),
(941, 0),
(942, 0),
(943, 0),
(944, 0),
(945, 0),
(946, 0),
(947, 0),
(948, 0),
(949, 0),
(950, 0),
(951, 0),
(952, 0),
(953, 0),
(954, 0),
(955, 0),
(956, 0),
(957, 0),
(958, 0),
(959, 0),
(960, 0),
(961, 0),
(962, 0),
(963, 0),
(964, 0),
(965, 0),
(966, 0),
(967, 0),
(968, 0),
(969, 0),
(970, 0),
(971, 0),
(972, 0),
(973, 0),
(974, 0),
(975, 0),
(976, 0),
(977, 0),
(978, 0),
(979, 0),
(980, 0),
(981, 0),
(982, 0),
(983, 0),
(984, 0),
(985, 0),
(986, 0),
(987, 0),
(988, 0),
(989, 0),
(990, 0),
(991, 0),
(992, 0),
(993, 0),
(994, 0),
(995, 0),
(996, 0),
(997, 0),
(998, 0),
(999, 0),
(1000, 0),
(1001, 0),
(1002, 0),
(1003, 0),
(1004, 0),
(1005, 0),
(1006, 0),
(1007, 0),
(1008, 0),
(1009, 0),
(1010, 0),
(1011, 0),
(1012, 0),
(1013, 0),
(1014, 0),
(1015, 0),
(1016, 0),
(1017, 0),
(1018, 0),
(1019, 0),
(1020, 0),
(1021, 0),
(1022, 0),
(1023, 0),
(1024, 0),
(1025, 0),
(1026, 0),
(1027, 0),
(1028, 0),
(1029, 0),
(1030, 0),
(1031, 0),
(1032, 0),
(1033, 0),
(1034, 0),
(1035, 0),
(1036, 0),
(1037, 0),
(1038, 0),
(1039, 0),
(1040, 0),
(1041, 0),
(1042, 0),
(1043, 0),
(1044, 0),
(1045, 0),
(1046, 0),
(1047, 0),
(1048, 0),
(1049, 0),
(1050, 0),
(1051, 0),
(1052, 0),
(1053, 0),
(1054, 0),
(1055, 0),
(1056, 0),
(1057, 0),
(1058, 0),
(1059, 0),
(1060, 0),
(1061, 0),
(1062, 0),
(1063, 0),
(1064, 0),
(1065, 0),
(1066, 0),
(1067, 0),
(1068, 0),
(1069, 0),
(1070, 0),
(1071, 0),
(1072, 0),
(1073, 0),
(1074, 0),
(1075, 0),
(1076, 0),
(1077, 0),
(1078, 0),
(1079, 0),
(1080, 0),
(1081, 0),
(1082, 0),
(1083, 0),
(1084, 0),
(1085, 0),
(1086, 0),
(1087, 0),
(1088, 0),
(1089, 0),
(1090, 0),
(1091, 0),
(1092, 0),
(1093, 0),
(1094, 0),
(1095, 0),
(1096, 0),
(1097, 0),
(1098, 0),
(1099, 0),
(1100, 0),
(1101, 0),
(1102, 0),
(1103, 0),
(1104, 0),
(1105, 0),
(1106, 0),
(1107, 0),
(1108, 0),
(1109, 0),
(1110, 0),
(1111, 0),
(1112, 0),
(1113, 0),
(1114, 0),
(1115, 0),
(1116, 0),
(1117, 0),
(1118, 0),
(1119, 0),
(1120, 0),
(1121, 0),
(1122, 0),
(1123, 0),
(1124, 0),
(1125, 0),
(1126, 0),
(1127, 0),
(1128, 0),
(1129, 0),
(1130, 0),
(1131, 0),
(1132, 0),
(1133, 0),
(1134, 0),
(1135, 0),
(1136, 0),
(1137, 0),
(1138, 0),
(1139, 0),
(1140, 0),
(1141, 0),
(1142, 0),
(1143, 0),
(1144, 0),
(1145, 0),
(1146, 0),
(1147, 0),
(1148, 0),
(1149, 0),
(1150, 0),
(1151, 0),
(1152, 0),
(1153, 0),
(1154, 0),
(1155, 0);

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

--
-- Table structure for table `category`
--

CREATE TABLE `category` (
  `cat_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `parent` int(11) NOT NULL DEFAULT 0,
  `IsDeleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>not deleted,1=>deleted'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `category`
--

INSERT INTO `category` (`cat_id`, `name`, `parent`, `IsDeleted`) VALUES
(1, 'Professional', 0, 0),
(2, 'Academic', 0, 0),
(3, 'Reference & Dictionary', 0, 0),
(24, 'Bare Act', 0, 0),
(25, 'Legal classics', 0, 0),
(26, 'abc', 0, 1),
(27, 'Legal classics', 0, 1),
(28, 'test', 0, 1),
(29, 'test', 0, 1),
(30, 'bca', 0, 1),
(31, 'xyza', 0, 1),
(32, 'abcd', 0, 1),
(33, 'ssss', 0, 1);

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

--
-- Table structure for table `coupons`
--

CREATE TABLE `coupons` (
  `coupon_Id` int(11) NOT NULL,
  `Code` varchar(255) NOT NULL,
  `Type` enum('%','FLAT') NOT NULL DEFAULT '%',
  `Discount` float NOT NULL,
  `ApplicableFrom` datetime NOT NULL,
  `ApplicableTo` datetime NOT NULL,
  `MinPurchaseAmount` decimal(10,2) NOT NULL,
  `IsDeleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>not deleted,1=>deleted',
  `headline` longtext NOT NULL,
  `coupon_show` varchar(10) NOT NULL DEFAULT '1' COMMENT '1=>coupon show,0=>coupon not show',
  `coupon_status` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=>coupon active,0=>coupon inactive'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `coupons`
--

INSERT INTO `coupons` (`coupon_Id`, `Code`, `Type`, `Discount`, `ApplicableFrom`, `ApplicableTo`, `MinPurchaseAmount`, `IsDeleted`, `headline`, `coupon_show`, `coupon_status`) VALUES
(1, 'DISC15', '%', 15, '2022-12-10 00:00:00', '2022-12-30 00:00:00', 999.00, 1, 'Discount Rs 15', '1', 1),
(2, 'ELHSHOP2020', '%', 7.5, '2019-01-01 00:00:00', '2019-12-31 00:00:00', 1800.00, 1, 'Enjoy 7.5% extra discount on purchase minimum worth Rs. 1800 ', '2', 1),
(14, 'test201602', '%', 12, '2016-01-24 00:00:00', '2016-01-31 00:00:00', 1200.00, 1, 'asdfas', '2', 1),
(4, 'elh10', '%', 10, '2015-06-01 00:00:00', '2015-06-30 00:00:00', 200.00, 1, 'Enjoy 10% Discount On Orders Worth Rs. 1600 ', '2', 1),
(5, 'SPLOFF20', '%', 12, '2019-01-01 00:00:00', '2019-12-31 00:00:00', 2500.00, 1, 'Enjoy 12% extra discount on purchase minimum worth Rs. 2500', '1', 1),
(6, 'TEST', '%', 10, '2015-07-17 00:00:00', '2015-07-17 00:00:00', 1000.00, 1, 'TEST', '0', 1),
(7, 'ELHSHOP_20', '%', 20, '2015-11-12 00:00:00', '2015-11-13 00:00:00', 200.00, 1, 'Enjoy 20% Discount', '0', 1),
(8, 'ELHSHOP_21', '%', 20, '2015-11-12 00:00:00', '2015-11-13 00:00:00', 1800.00, 1, 'Enjoy 20% Discount upto 1800 purchage.', '1', 1),
(15, 'PROMO24', '%', 10, '2024-05-19 00:00:00', '2024-12-31 00:00:00', 4000.00, 1, 'Use Promo Code for availing additional benefit.', '', 1),
(16, 'saa', '%', 7667680, '2022-11-30 00:00:00', '2022-12-24 00:00:00', 344.00, 1, 'wdwwe', '0', 1),
(17, 'asdsd', 'FLAT', 23, '2022-12-14 00:00:00', '2022-12-14 00:00:00', 343434.00, 1, 'FLAT 75 Rs', '1', 1),
(18, 'ACADEMICBROCHURE', '%', 10, '2022-11-29 00:00:00', '2024-03-31 00:00:00', 2500.00, 1, 'ACADEMICBROCHURE', '', 1),
(19, 'HOLIOFFER', '%', 5, '2024-03-24 00:00:00', '2024-03-30 00:00:00', 800.00, 1, 'Use Promo Code: HOLIOFFER & get extra 10% discount on orders above Rs. 800', '1', 1),
(20, 'SPECIALDISCOUNT', '%', 5, '2025-10-30 00:00:00', '2025-12-31 00:00:00', 800.00, 0, 'Extra 5% Discount', '1', 1);

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

--
-- Table structure for table `download_chapter_list`
--

CREATE TABLE `download_chapter_list` (
  `download_chap_list_id` int(11) NOT NULL,
  `BookId` int(11) DEFAULT NULL,
  `chapterNo` int(11) DEFAULT NULL,
  `download_resource_id` int(11) DEFAULT NULL,
  `email` varchar(50) DEFAULT NULL,
  `generated_code` varchar(30) DEFAULT NULL,
  `download_count` int(11) DEFAULT 0,
  `download_date` datetime DEFAULT NULL,
  `isDeleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>not deleted,1=>deleted'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `download_chapter_list`
--

INSERT INTO `download_chapter_list` (`download_chap_list_id`, `BookId`, `chapterNo`, `download_resource_id`, `email`, `generated_code`, `download_count`, `download_date`, `isDeleted`) VALUES
(1, 240, 1, 14, 'anup@microbaseinfotech.com', 'ELH66388@240', 1, '2023-01-06 17:09:22', 0),
(2, 240, 2, 14, 'anup@microbaseinfotech.com', 'ELH66388@240', 1, '2023-01-06 17:09:27', 0),
(3, 240, 22, 14, 'anup@microbaseinfotech.com', 'ELH66388@240', 1, '2023-01-06 17:09:31', 0),
(4, 423, 1, 1, 'anup@microbaseinfotech.com', 'ELH84853@423', 1, '2023-01-09 16:28:33', 0),
(5, 303, 1, 17, 'ramkrishnamondal700@gmail.com', 'ELH13718@303', 1, '2023-03-21 14:38:43', 0),
(6, 274, 2, 18, 'elh.cal@gmail.com', 'ELH74168@274', 0, NULL, 0),
(7, 274, 2, 19, 'de.sovik@gmail.com', 'ELH34708@274', 0, '2023-04-04 16:05:26', 0),
(8, 274, 2, 20, 'chakrabortisanjoy59@gmail.com', 'ELH13148@274', 0, '2023-04-04 16:24:54', 0),
(9, 274, 2, 21, 'anup@microbaseinfotech.com', 'ELH26718@274', 1, '2023-04-05 19:17:58', 0),
(10, 274, 12, 21, 'anup@microbaseinfotech.com', 'ELH26718@274', 0, '2023-04-05 19:16:05', 0),
(11, 274, 3, 21, 'anup@microbaseinfotech.com', 'ELH26718@274', 0, '2023-04-05 19:16:52', 0),
(12, 274, 2, 22, 'anup@microbaseinfotech.com', 'ELH90433@274', 1, '2023-05-19 17:12:16', 0),
(13, 274, 3, 22, 'anup@microbaseinfotech.com', 'ELH90433@274', 1, '2023-05-19 17:12:29', 0),
(14, 274, 16, 23, 'subhrondas@gmail.com', 'ELH72873@274', 1, '2023-07-03 14:12:49', 0),
(15, 274, 12, 24, 'touch@microbaseinfotech.com', 'ELH60918@274', 1, '2023-07-11 12:20:50', 0),
(16, 274, 2, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:07:17', 0),
(17, 274, 3, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:07:29', 0),
(18, 274, 4, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:07:52', 0),
(19, 274, 5, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:08:05', 0),
(20, 274, 6, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:08:14', 0),
(21, 274, 7, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:08:21', 0),
(22, 274, 8, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:08:40', 0),
(23, 274, 9, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:08:48', 0),
(24, 274, 10, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:08:55', 0),
(25, 274, 11, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:09:03', 0),
(26, 274, 12, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:09:10', 0),
(27, 274, 13, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:09:17', 0),
(28, 274, 14, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:09:34', 0),
(29, 274, 15, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:09:40', 0),
(30, 274, 16, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:09:46', 0),
(31, 274, 17, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:09:51', 0),
(32, 274, 18, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:09:58', 0),
(33, 274, 19, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:10:24', 0),
(34, 274, 20, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:10:34', 0),
(35, 274, 21, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:10:40', 0),
(36, 274, 22, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:10:44', 0),
(37, 274, 23, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:11:05', 0),
(38, 274, 24, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:11:10', 0),
(39, 274, 25, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:11:18', 0),
(40, 274, 26, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:59:16', 0),
(41, 274, 27, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:59:23', 0),
(42, 274, 28, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:59:28', 0),
(43, 274, 29, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:59:33', 0),
(44, 274, 30, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 22:59:39', 0),
(45, 274, 31, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:00:29', 0),
(46, 274, 32, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:00:39', 0),
(47, 274, 33, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:00:46', 0),
(48, 274, 34, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:00:54', 0),
(49, 274, 35, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:01:28', 0),
(50, 274, 36, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:01:56', 0),
(51, 274, 37, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:02:07', 0),
(52, 274, 38, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:02:13', 0),
(53, 274, 39, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:02:19', 0),
(54, 274, 40, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:02:33', 0),
(55, 274, 41, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:02:43', 0),
(56, 274, 42, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:02:59', 0),
(57, 274, 43, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:04:05', 0),
(58, 274, 44, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:04:13', 0),
(59, 274, 45, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:05:33', 0),
(60, 274, 46, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:05:39', 0),
(61, 274, 47, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:05:46', 0),
(62, 274, 48, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:06:01', 0),
(63, 274, 49, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:06:14', 0),
(64, 274, 50, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:06:43', 0),
(65, 274, 51, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:06:53', 0),
(66, 274, 52, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:07:08', 0),
(67, 274, 53, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:07:22', 0),
(68, 274, 54, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:07:35', 0),
(69, 274, 55, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:07:47', 0),
(70, 274, 56, 29, 'tarunsahu@gmail.com', 'ELH82318@274', 1, '2023-09-17 23:07:53', 0),
(71, 274, 2, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 05:54:02', 0),
(72, 274, 3, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 05:59:22', 0),
(73, 274, 4, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:05:22', 0),
(74, 274, 5, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:05:47', 0),
(75, 274, 6, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:08:36', 0),
(76, 274, 7, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:08:48', 0),
(77, 274, 8, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:08:55', 0),
(78, 274, 9, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:09:01', 0),
(79, 274, 10, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:09:09', 0),
(80, 274, 11, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:09:16', 0),
(81, 274, 12, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:09:25', 0),
(82, 274, 13, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:09:31', 0),
(83, 274, 14, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:09:42', 0),
(84, 274, 15, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:09:51', 0),
(85, 274, 16, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:09:57', 0),
(86, 274, 17, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:10:11', 0),
(87, 274, 18, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:10:22', 0),
(88, 274, 19, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:10:33', 0),
(89, 274, 20, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:10:41', 0),
(90, 274, 21, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:10:48', 0),
(91, 274, 22, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:10:53', 0),
(92, 274, 23, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:11:03', 0),
(93, 274, 24, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:14:41', 0),
(94, 274, 25, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:14:45', 0),
(95, 274, 26, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:14:50', 0),
(96, 274, 27, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:14:57', 0),
(97, 274, 28, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:15:04', 0),
(98, 274, 29, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:15:14', 0),
(99, 274, 30, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:15:27', 0),
(100, 274, 31, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:15:35', 0),
(101, 274, 32, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:15:44', 0),
(102, 274, 33, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:15:49', 0),
(103, 274, 34, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:15:56', 0),
(104, 274, 35, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:16:02', 0),
(105, 274, 36, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:16:08', 0),
(106, 274, 37, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:16:12', 0),
(107, 274, 38, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:16:17', 0),
(108, 274, 39, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:16:21', 0),
(109, 274, 40, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:16:37', 0),
(110, 274, 41, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:16:50', 0),
(111, 274, 42, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:16:55', 0),
(112, 274, 43, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:17:00', 0),
(113, 274, 44, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:17:05', 0),
(114, 274, 45, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:17:24', 0),
(115, 274, 46, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:17:32', 0),
(116, 274, 47, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:17:44', 0),
(117, 274, 48, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:17:57', 0),
(118, 274, 49, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:18:03', 0),
(119, 274, 50, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:18:07', 0),
(120, 274, 51, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:18:15', 0),
(121, 274, 53, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:18:47', 0),
(122, 274, 52, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:18:56', 0),
(123, 274, 54, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:19:05', 0),
(124, 274, 56, 30, 'rp27078@gmail.com', 'ELH98138@274', 1, '2023-10-14 06:19:10', 0),
(125, 274, 42, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:39:05', 0),
(126, 274, 2, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:39:15', 0),
(127, 274, 3, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:39:17', 0),
(128, 274, 4, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:39:20', 0),
(129, 274, 5, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:39:22', 0),
(130, 274, 6, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:39:24', 0),
(131, 274, 7, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:39:28', 0),
(132, 274, 8, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:39:56', 0),
(133, 274, 9, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:39:59', 0),
(134, 274, 10, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:40:02', 0),
(135, 274, 11, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:40:05', 0),
(136, 274, 12, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:40:08', 0),
(137, 274, 13, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:40:12', 0),
(138, 274, 14, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:40:40', 0),
(139, 274, 15, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:40:55', 0),
(140, 274, 16, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:40:58', 0),
(141, 274, 17, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:41:05', 0),
(142, 274, 18, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:41:09', 0),
(143, 274, 19, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:41:12', 0),
(144, 274, 20, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:41:15', 0),
(145, 274, 21, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:41:18', 0),
(146, 274, 22, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:41:40', 0),
(147, 274, 23, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:41:46', 0),
(148, 274, 24, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:41:48', 0),
(149, 274, 25, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:41:50', 0),
(150, 274, 26, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:41:53', 0),
(151, 274, 27, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:41:55', 0),
(152, 274, 28, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:41:57', 0),
(153, 274, 29, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:42:04', 0),
(154, 274, 30, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:42:06', 0),
(155, 274, 31, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:42:08', 0),
(156, 274, 32, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:42:10', 0),
(157, 274, 33, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:42:13', 0),
(158, 274, 34, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:42:50', 0),
(159, 274, 35, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:42:51', 0),
(160, 274, 36, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:43:00', 0),
(161, 274, 37, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:43:03', 0),
(162, 274, 38, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:43:07', 0),
(163, 274, 39, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:43:09', 0),
(164, 274, 40, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:43:11', 0),
(165, 274, 41, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:43:14', 0),
(166, 274, 43, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:43:41', 0),
(167, 274, 44, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:43:50', 0),
(168, 274, 45, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:43:53', 0),
(169, 274, 46, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:43:56', 0),
(170, 274, 47, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:43:58', 0),
(171, 274, 48, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:44:05', 0),
(172, 274, 49, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:44:07', 0),
(173, 274, 50, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:44:09', 0),
(174, 274, 51, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:44:12', 0),
(175, 274, 52, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:44:14', 0),
(176, 274, 53, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:44:19', 0),
(177, 274, 54, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:45:14', 0),
(178, 274, 55, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:45:16', 0),
(179, 274, 56, 29, 'tarunsahu@gmail.com', 'ELH14843@274', 1, '2023-10-20 15:45:19', 0),
(180, 274, 8, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:31:25', 0),
(181, 274, 40, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:32:27', 0),
(182, 274, 46, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:33:26', 0),
(183, 274, 12, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:34:11', 0),
(184, 274, 25, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:35:21', 0),
(185, 274, 26, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:35:59', 0),
(186, 274, 29, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:36:36', 0),
(187, 274, 38, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:37:10', 0),
(188, 274, 42, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:38:14', 0),
(189, 274, 48, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:38:52', 0),
(190, 274, 56, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:39:32', 0),
(191, 274, 54, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:40:33', 0),
(192, 274, 22, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:41:28', 0),
(193, 274, 9, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:42:16', 0),
(194, 274, 6, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:42:30', 0),
(195, 274, 3, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:42:44', 0),
(196, 274, 5, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:43:27', 0),
(197, 274, 14, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:44:04', 0),
(198, 274, 15, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:44:18', 0),
(199, 274, 18, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:44:29', 0),
(200, 274, 24, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:44:44', 0),
(201, 274, 30, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:45:16', 0),
(202, 274, 31, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:45:26', 0),
(203, 274, 35, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:45:42', 0),
(204, 274, 37, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:45:57', 0),
(205, 274, 39, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:46:11', 0),
(206, 274, 47, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:46:31', 0),
(207, 274, 51, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:46:45', 0),
(208, 274, 52, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:46:58', 0),
(209, 274, 53, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:47:07', 0),
(210, 274, 44, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:47:27', 0),
(211, 274, 45, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:47:37', 0),
(212, 274, 41, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:47:48', 0),
(213, 274, 36, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:48:11', 0),
(214, 274, 27, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:48:51', 0),
(215, 274, 20, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:49:20', 0),
(216, 274, 19, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:49:29', 0),
(217, 274, 21, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:49:39', 0),
(218, 274, 10, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:50:03', 0),
(219, 274, 11, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:50:15', 0),
(220, 274, 7, 31, 'amoebalaptops@gmail.com', 'ELH27058@274', 1, '2023-10-20 16:50:30', 0),
(221, 274, 2, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:12:54', 0),
(222, 274, 3, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:13:35', 0),
(223, 274, 4, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:14:09', 0),
(224, 274, 5, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:14:43', 0),
(225, 274, 6, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:15:14', 0),
(226, 274, 7, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:15:48', 0),
(227, 274, 8, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:16:25', 0),
(228, 274, 9, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:16:57', 0),
(229, 274, 10, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:17:27', 0),
(230, 274, 11, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:18:00', 0),
(231, 274, 12, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:18:35', 0),
(232, 274, 13, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:19:06', 0),
(233, 274, 14, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:19:37', 0),
(234, 274, 15, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:20:14', 0),
(235, 274, 16, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:20:51', 0),
(236, 274, 17, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:21:25', 0),
(237, 274, 18, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:22:52', 0),
(238, 274, 19, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:23:30', 0),
(239, 274, 20, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:24:09', 0),
(240, 274, 21, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:24:42', 0),
(241, 274, 22, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:25:16', 0),
(242, 274, 23, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:25:49', 0),
(243, 274, 24, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:26:22', 0),
(244, 274, 25, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:26:58', 0),
(245, 274, 26, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:27:28', 0),
(246, 274, 27, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:28:14', 0),
(247, 274, 28, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:29:02', 0),
(248, 274, 29, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:29:35', 0),
(249, 274, 30, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:30:08', 0),
(250, 274, 31, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:30:44', 0),
(251, 274, 32, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:31:17', 0),
(252, 274, 33, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:32:39', 0),
(253, 274, 34, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:33:14', 0),
(254, 274, 35, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:33:45', 0),
(255, 274, 36, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:34:18', 0),
(256, 274, 37, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:34:47', 0),
(257, 274, 38, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:35:16', 0),
(258, 274, 39, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:35:46', 0),
(259, 274, 40, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:36:14', 0),
(260, 274, 41, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:36:45', 0),
(261, 274, 42, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:37:23', 0),
(262, 274, 43, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:37:57', 0),
(263, 274, 44, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:38:39', 0),
(264, 274, 45, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:39:16', 0),
(265, 274, 46, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:39:52', 0),
(266, 274, 47, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:40:34', 0),
(267, 274, 48, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:41:18', 0),
(268, 274, 49, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:42:04', 0),
(269, 274, 50, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:43:17', 0),
(270, 274, 51, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:43:56', 0),
(271, 274, 52, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:44:34', 0),
(272, 274, 53, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:45:03', 0),
(273, 274, 54, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:45:35', 0),
(274, 274, 55, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:46:19', 0),
(275, 274, 56, 34, 'anishkcs@gmail.com', 'ELH24838@274', 1, '2023-12-04 12:47:07', 0),
(276, 274, 2, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:42:13', 0),
(277, 274, 3, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:42:22', 0),
(278, 274, 4, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:42:27', 0),
(279, 274, 5, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:42:32', 0),
(280, 274, 6, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:42:37', 0),
(281, 274, 7, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:42:49', 0),
(282, 274, 8, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:45:48', 0),
(283, 274, 9, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:45:55', 0),
(284, 274, 10, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:46:01', 0),
(285, 274, 11, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:46:09', 0),
(286, 274, 12, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:46:14', 0),
(287, 274, 13, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:46:21', 0),
(288, 274, 14, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:46:26', 0),
(289, 274, 15, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:46:30', 0),
(290, 274, 16, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:46:34', 0),
(291, 274, 17, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:46:38', 0),
(292, 274, 18, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:46:42', 0),
(293, 274, 19, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:46:46', 0),
(294, 274, 20, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:46:50', 0),
(295, 274, 21, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:46:53', 0),
(296, 274, 22, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:46:57', 0),
(297, 274, 23, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:47:01', 0),
(298, 274, 24, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:47:04', 0),
(299, 274, 25, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:47:09', 0),
(300, 274, 26, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:47:12', 0),
(301, 274, 27, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:47:16', 0),
(302, 274, 28, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:47:22', 0),
(303, 274, 29, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:47:27', 0),
(304, 274, 30, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:47:31', 0),
(305, 274, 31, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:47:34', 0),
(306, 274, 32, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:47:40', 0),
(307, 274, 33, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:47:44', 0),
(308, 274, 34, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:47:47', 0),
(309, 274, 35, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:47:49', 0),
(310, 274, 36, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:47:52', 0),
(311, 274, 37, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:47:55', 0),
(312, 274, 38, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:47:59', 0),
(313, 274, 39, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:48:01', 0),
(314, 274, 40, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:48:04', 0),
(315, 274, 41, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:48:10', 0),
(316, 274, 42, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:48:17', 0),
(317, 274, 43, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:48:20', 0),
(318, 274, 44, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:48:23', 0),
(319, 274, 45, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:48:26', 0),
(320, 274, 46, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:48:29', 0),
(321, 274, 47, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:48:34', 0),
(322, 274, 48, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:48:39', 0),
(323, 274, 49, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:48:43', 0),
(324, 274, 50, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:48:46', 0),
(325, 274, 51, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:48:49', 0),
(326, 274, 52, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:49:00', 0),
(327, 274, 53, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:49:03', 0),
(328, 274, 54, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:49:10', 0),
(329, 274, 55, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:49:15', 0),
(330, 274, 56, 36, 'ridhikaminibasumallick@gmail.com', 'ELH42453@274', 1, '2023-12-06 20:49:19', 0),
(331, 274, 2, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:52:45', 0),
(332, 274, 3, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:52:54', 0),
(333, 274, 4, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:53:01', 0),
(334, 274, 5, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:53:12', 0),
(335, 274, 6, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:53:20', 0),
(336, 274, 7, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:53:34', 0),
(337, 274, 8, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:53:41', 0),
(338, 274, 9, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:53:47', 0),
(339, 274, 10, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:53:53', 0),
(340, 274, 11, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:54:01', 0),
(341, 274, 12, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:54:06', 0),
(342, 274, 13, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:54:20', 0),
(343, 274, 14, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:54:26', 0),
(344, 274, 15, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:54:31', 0),
(345, 274, 16, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:54:37', 0),
(346, 274, 17, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:54:42', 0),
(347, 274, 18, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:54:48', 0),
(348, 274, 19, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:54:55', 0),
(349, 274, 20, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:55:02', 0),
(350, 274, 21, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:55:11', 0),
(351, 274, 22, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:55:17', 0),
(352, 274, 23, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:55:26', 0),
(353, 274, 24, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:55:32', 0),
(354, 274, 25, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:55:38', 0),
(355, 274, 26, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:55:44', 0),
(356, 274, 27, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:55:50', 0),
(357, 274, 28, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:55:54', 0),
(358, 274, 29, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:55:59', 0),
(359, 274, 30, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:56:06', 0),
(360, 274, 31, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:56:12', 0),
(361, 274, 32, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:56:16', 0),
(362, 274, 33, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:56:21', 0),
(363, 274, 34, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:56:31', 0),
(364, 274, 35, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:56:37', 0),
(365, 274, 36, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:56:43', 0),
(366, 274, 37, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:56:47', 0),
(367, 274, 38, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:56:54', 0),
(368, 274, 39, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:57:01', 0),
(369, 274, 40, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:57:06', 0),
(370, 274, 41, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:57:11', 0),
(371, 274, 42, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:57:15', 0),
(372, 274, 43, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:57:20', 0),
(373, 274, 44, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:57:25', 0),
(374, 274, 45, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:57:30', 0),
(375, 274, 46, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:57:40', 0),
(376, 274, 47, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:57:46', 0),
(377, 274, 48, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:57:52', 0),
(378, 274, 49, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:57:56', 0),
(379, 274, 50, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:58:01', 0),
(380, 274, 51, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:58:06', 0),
(381, 274, 52, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:58:13', 0),
(382, 274, 53, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:58:18', 0),
(383, 274, 54, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:58:28', 0),
(384, 274, 55, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:58:33', 0),
(385, 274, 56, 38, 'mr.gauravjauhari@gmail.com', 'ELH34918@274', 1, '2023-12-20 00:58:41', 0),
(386, 274, 2, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:01:56', 0),
(387, 274, 3, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:01:59', 0),
(388, 274, 4, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:02:02', 0),
(389, 274, 5, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:02:06', 0),
(390, 274, 6, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:02:14', 0),
(391, 274, 7, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:02:17', 0),
(392, 274, 8, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:02:20', 0),
(393, 274, 9, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:02:22', 0),
(394, 274, 10, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:02:24', 0),
(395, 274, 11, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:02:28', 0),
(396, 274, 12, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:02:29', 0),
(397, 274, 13, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:02:32', 0),
(398, 274, 14, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:02:37', 0),
(399, 274, 15, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:02:40', 0),
(400, 274, 16, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:02:42', 0),
(401, 274, 17, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:02:46', 0),
(402, 274, 18, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:02:48', 0),
(403, 274, 19, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:02:51', 0),
(404, 274, 20, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:03:00', 0),
(405, 274, 21, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:03:07', 0),
(406, 274, 22, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:03:10', 0),
(407, 274, 23, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:03:14', 0),
(408, 274, 24, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:03:17', 0),
(409, 274, 25, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:03:20', 0),
(410, 274, 26, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:04:08', 0),
(411, 274, 27, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:04:16', 0),
(412, 274, 28, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:04:18', 0),
(413, 274, 29, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:04:20', 0),
(414, 274, 30, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:04:23', 0),
(415, 274, 31, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:04:26', 0),
(416, 274, 32, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:04:32', 0),
(417, 274, 33, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:04:35', 0),
(418, 274, 34, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:04:39', 0),
(419, 274, 35, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:04:41', 0),
(420, 274, 36, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:04:42', 0),
(421, 274, 37, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:04:44', 0),
(422, 274, 38, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:04:47', 0),
(423, 274, 39, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:04:49', 0),
(424, 274, 40, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:04:54', 0),
(425, 274, 41, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:05:05', 0),
(426, 274, 42, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:05:18', 0),
(427, 274, 43, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:05:20', 0),
(428, 274, 44, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:05:26', 0),
(429, 274, 45, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:05:31', 0),
(430, 274, 46, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:05:34', 0),
(431, 274, 47, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:05:38', 0),
(432, 274, 48, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:06:07', 0),
(433, 274, 50, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:06:17', 0),
(434, 274, 51, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:06:22', 0),
(435, 274, 52, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:06:25', 0),
(436, 274, 53, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:06:28', 0),
(437, 274, 54, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:06:35', 0),
(438, 274, 55, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:06:39', 0),
(439, 274, 56, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:06:41', 0),
(440, 274, 49, 39, 'camahavir22@gmail.com', 'ELH69148@274', 1, '2024-01-06 09:07:39', 0),
(441, 274, 2, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:07:49', 0),
(442, 274, 3, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:11:05', 0),
(443, 274, 4, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:12:13', 0),
(444, 274, 5, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:12:28', 0),
(445, 274, 6, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:12:42', 0),
(446, 274, 7, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:12:52', 0),
(447, 274, 8, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:13:09', 0),
(448, 274, 9, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:13:19', 0),
(449, 274, 10, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:13:26', 0),
(450, 274, 11, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:13:37', 0),
(451, 274, 12, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:13:44', 0),
(452, 274, 13, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:13:55', 0),
(453, 274, 14, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:14:20', 0),
(454, 274, 15, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:14:28', 0),
(455, 274, 16, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:14:35', 0),
(456, 274, 17, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:14:44', 0),
(457, 274, 18, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:14:51', 0),
(458, 274, 19, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:14:57', 0),
(459, 274, 20, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:15:03', 0),
(460, 274, 21, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:15:25', 0),
(461, 274, 22, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:15:35', 0),
(462, 274, 23, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:15:42', 0),
(463, 274, 24, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:15:51', 0),
(464, 274, 25, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:15:58', 0),
(465, 274, 26, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:16:04', 0),
(466, 274, 27, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:16:33', 0),
(467, 274, 28, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:16:47', 0),
(468, 274, 29, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:17:01', 0),
(469, 274, 30, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:17:39', 0),
(470, 274, 31, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:17:46', 0),
(471, 274, 32, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:17:51', 0),
(472, 274, 33, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:18:01', 0),
(473, 274, 34, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:18:26', 0),
(474, 274, 35, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:18:42', 0),
(475, 274, 36, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:18:49', 0),
(476, 274, 37, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:18:57', 0),
(477, 274, 38, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:19:02', 0),
(478, 274, 39, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:19:08', 0),
(479, 274, 40, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:19:17', 0),
(480, 274, 41, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:19:24', 0),
(481, 274, 42, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:19:37', 0),
(482, 274, 43, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:19:43', 0),
(483, 274, 44, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:19:47', 0),
(484, 274, 45, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:19:52', 0),
(485, 274, 46, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:20:16', 0),
(486, 274, 47, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:20:26', 0),
(487, 274, 48, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:20:32', 0),
(488, 274, 49, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:20:36', 0),
(489, 274, 50, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:20:51', 0),
(490, 274, 51, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:21:05', 0),
(491, 274, 52, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:21:11', 0),
(492, 274, 53, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:21:19', 0),
(493, 274, 54, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:21:29', 0),
(494, 274, 55, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:21:36', 0),
(495, 274, 56, 40, 'abhi15krsingh@gmail.com', 'ELH92913@274', 1, '2024-01-10 18:22:06', 0),
(496, 274, 2, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 22:40:46', 0),
(497, 274, 3, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 22:45:38', 0),
(498, 274, 4, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 22:50:37', 0),
(499, 274, 5, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 22:51:57', 0),
(500, 274, 6, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 22:52:46', 0),
(501, 274, 7, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 22:53:28', 0),
(502, 274, 8, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 22:54:59', 0),
(503, 274, 9, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 22:55:54', 0),
(504, 274, 10, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 22:56:36', 0),
(505, 274, 11, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 22:57:31', 0),
(506, 274, 12, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 22:58:39', 0),
(507, 274, 13, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 22:59:18', 0),
(508, 274, 14, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:00:06', 0),
(509, 274, 15, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:01:07', 0),
(510, 274, 16, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:02:04', 0),
(511, 274, 17, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:03:11', 0),
(512, 274, 18, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:03:47', 0),
(513, 274, 19, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:04:26', 0),
(514, 274, 20, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:05:10', 0),
(515, 274, 21, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:05:52', 0),
(516, 274, 22, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:06:38', 0),
(517, 274, 23, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:07:18', 0),
(518, 274, 24, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:08:00', 0),
(519, 274, 25, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:08:43', 0),
(520, 274, 26, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:09:44', 0),
(521, 274, 27, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:10:25', 0),
(522, 274, 28, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:11:10', 0),
(523, 274, 29, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:11:59', 0),
(524, 274, 30, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:12:38', 0),
(525, 274, 31, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:13:22', 0),
(526, 274, 32, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:14:05', 0),
(527, 274, 33, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:14:49', 0),
(528, 274, 34, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:15:34', 0),
(529, 274, 35, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:16:03', 0),
(530, 274, 36, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:16:37', 0),
(531, 274, 37, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:17:13', 0),
(532, 274, 38, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:17:39', 0),
(533, 274, 39, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:18:22', 0),
(534, 274, 40, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:18:59', 0),
(535, 274, 41, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:19:33', 0),
(536, 274, 42, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:20:09', 0),
(537, 274, 43, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:20:48', 0),
(538, 274, 44, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:21:18', 0),
(539, 274, 45, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:22:13', 0),
(540, 274, 46, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:22:56', 0),
(541, 274, 47, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:23:42', 0),
(542, 274, 48, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:24:23', 0),
(543, 274, 49, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:25:07', 0),
(544, 274, 50, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:25:47', 0),
(545, 274, 51, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:26:32', 0),
(546, 274, 52, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:27:10', 0),
(547, 274, 53, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:27:43', 0),
(548, 274, 54, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:28:27', 0),
(549, 274, 55, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:29:01', 0),
(550, 274, 56, 45, 'pathakrabindra15@gmail.com', 'ELH87828@274', 1, '2024-02-13 23:29:35', 0),
(551, 274, 2, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:39:47', 0),
(552, 274, 3, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:40:12', 0),
(553, 274, 4, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:40:17', 0),
(554, 274, 5, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:40:21', 0),
(555, 274, 6, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:40:25', 0),
(556, 274, 7, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:40:38', 0),
(557, 274, 8, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:40:46', 0),
(558, 274, 9, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:40:50', 0);
INSERT INTO `download_chapter_list` (`download_chap_list_id`, `BookId`, `chapterNo`, `download_resource_id`, `email`, `generated_code`, `download_count`, `download_date`, `isDeleted`) VALUES
(559, 274, 10, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:40:53', 0),
(560, 274, 11, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:40:56', 0),
(561, 274, 12, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:41:03', 0),
(562, 274, 13, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:41:08', 0),
(563, 274, 14, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:41:12', 0),
(564, 274, 15, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:41:17', 0),
(565, 274, 16, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:41:21', 0),
(566, 274, 17, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:41:24', 0),
(567, 274, 18, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:41:27', 0),
(568, 274, 19, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:41:32', 0),
(569, 274, 20, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:41:35', 0),
(570, 274, 21, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:41:37', 0),
(571, 274, 22, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:41:40', 0),
(572, 274, 23, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:41:43', 0),
(573, 274, 24, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:42:08', 0),
(574, 274, 25, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:42:14', 0),
(575, 274, 26, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:42:16', 0),
(576, 274, 27, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:42:19', 0),
(577, 274, 28, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:42:22', 0),
(578, 274, 29, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:42:25', 0),
(579, 274, 30, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:42:27', 0),
(580, 274, 31, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:42:30', 0),
(581, 274, 32, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:42:36', 0),
(582, 274, 33, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:42:45', 0),
(583, 274, 34, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:42:51', 0),
(584, 274, 35, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:42:53', 0),
(585, 274, 36, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:42:56', 0),
(586, 274, 37, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:42:58', 0),
(587, 274, 38, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:43:01', 0),
(588, 274, 39, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:43:04', 0),
(589, 274, 40, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:43:31', 0),
(590, 274, 41, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:43:34', 0),
(591, 274, 42, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:43:37', 0),
(592, 274, 43, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:43:40', 0),
(593, 274, 44, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:43:43', 0),
(594, 274, 45, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:43:49', 0),
(595, 274, 46, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:43:54', 0),
(596, 274, 47, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:43:59', 0),
(597, 274, 48, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:44:02', 0),
(598, 274, 49, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:44:04', 0),
(599, 274, 50, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:44:09', 0),
(600, 274, 51, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:44:11', 0),
(601, 274, 52, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:44:14', 0),
(602, 274, 53, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:44:17', 0),
(603, 274, 54, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:44:22', 0),
(604, 274, 55, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:44:25', 0),
(605, 274, 56, 48, 'adv.trinayanbhatta@gmail.com', 'ELH11143@274', 1, '2024-03-02 12:44:27', 0),
(606, 274, 2, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:48:52', 0),
(607, 274, 3, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:48:59', 0),
(608, 274, 4, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:02', 0),
(609, 274, 5, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:04', 0),
(610, 274, 6, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:06', 0),
(611, 274, 7, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:08', 0),
(612, 274, 8, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:11', 0),
(613, 274, 9, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:13', 0),
(614, 274, 10, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:16', 0),
(615, 274, 11, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:19', 0),
(616, 274, 12, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:21', 0),
(617, 274, 13, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:23', 0),
(618, 274, 14, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:24', 0),
(619, 274, 15, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:26', 0),
(620, 274, 16, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:29', 0),
(621, 274, 17, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:35', 0),
(622, 274, 18, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:37', 0),
(623, 274, 19, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:54', 0),
(624, 274, 20, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:49:57', 0),
(625, 274, 21, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:00', 0),
(626, 274, 22, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:02', 0),
(627, 274, 23, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:04', 0),
(628, 274, 24, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:06', 0),
(629, 274, 25, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:08', 0),
(630, 274, 26, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:10', 0),
(631, 274, 27, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:12', 0),
(632, 274, 28, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:14', 0),
(633, 274, 29, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:16', 0),
(634, 274, 30, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:18', 0),
(635, 274, 31, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:20', 0),
(636, 274, 32, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:22', 0),
(637, 274, 33, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:27', 0),
(638, 274, 34, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:30', 0),
(639, 274, 35, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:33', 0),
(640, 274, 36, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:35', 0),
(641, 274, 37, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:37', 0),
(642, 274, 38, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:39', 0),
(643, 274, 39, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:41', 0),
(644, 274, 40, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:43', 0),
(645, 274, 41, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:46', 0),
(646, 274, 42, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:48', 0),
(647, 274, 43, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:50', 0),
(648, 274, 44, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:53', 0),
(649, 274, 45, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:54', 0),
(650, 274, 46, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:56', 0),
(651, 274, 47, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:50:58', 0),
(652, 274, 48, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:51:00', 0),
(653, 274, 49, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:51:02', 0),
(654, 274, 50, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:51:05', 0),
(655, 274, 51, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:51:09', 0),
(656, 274, 52, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:51:11', 0),
(657, 274, 53, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:51:13', 0),
(658, 274, 54, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:51:15', 0),
(659, 274, 55, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:51:18', 0),
(660, 274, 56, 44, 'abhilashss999@gmail.com', 'ELH76338@274', 1, '2024-03-06 22:51:20', 0),
(661, 274, 2, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:08:34', 0),
(662, 274, 3, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:09:37', 0),
(663, 274, 4, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:10:30', 0),
(664, 274, 5, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:10:35', 0),
(665, 274, 6, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:10:38', 0),
(666, 274, 7, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:10:40', 0),
(667, 274, 8, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:10:43', 0),
(668, 274, 9, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:10:45', 0),
(669, 274, 10, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:10:53', 0),
(670, 274, 11, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:10:54', 0),
(671, 274, 12, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:12', 0),
(672, 274, 13, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:14', 0),
(673, 274, 14, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:16', 0),
(674, 274, 15, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:29', 0),
(675, 274, 16, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:30', 0),
(676, 274, 17, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:32', 0),
(677, 274, 18, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:34', 0),
(678, 274, 19, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:36', 0),
(679, 274, 20, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:37', 0),
(680, 274, 21, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:40', 0),
(681, 274, 22, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:42', 0),
(682, 274, 23, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:43', 0),
(683, 274, 24, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:45', 0),
(684, 274, 25, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:47', 0),
(685, 274, 26, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:49', 0),
(686, 274, 27, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:54', 0),
(687, 274, 28, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:55', 0),
(688, 274, 29, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:57', 0),
(689, 274, 30, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:11:58', 0),
(690, 274, 31, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:00', 0),
(691, 274, 32, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:02', 0),
(692, 274, 33, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:14', 0),
(693, 274, 34, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:21', 0),
(694, 274, 35, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:22', 0),
(695, 274, 36, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:24', 0),
(696, 274, 37, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:25', 0),
(697, 274, 38, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:27', 0),
(698, 274, 39, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:29', 0),
(699, 274, 40, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:30', 0),
(700, 274, 41, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:32', 0),
(701, 274, 42, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:34', 0),
(702, 274, 43, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:36', 0),
(703, 274, 44, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:37', 0),
(704, 274, 45, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:39', 0),
(705, 274, 46, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:51', 0),
(706, 274, 47, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:12:54', 0),
(707, 274, 48, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:13:00', 0),
(708, 274, 49, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:13:01', 0),
(709, 274, 50, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:13:03', 0),
(710, 274, 51, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:13:06', 0),
(711, 274, 52, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:13:07', 0),
(712, 274, 53, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:13:09', 0),
(713, 274, 54, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:13:12', 0),
(714, 274, 55, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:13:13', 0),
(715, 274, 56, 69, 'singla_zunic@yahoo.com', 'ELH37023@274', 1, '2024-04-13 15:13:15', 0),
(716, 274, 2, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:42:15', 0),
(717, 274, 3, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:42:35', 0),
(718, 274, 4, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:42:59', 0),
(719, 274, 5, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:43:47', 0),
(720, 274, 6, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:44:42', 0),
(721, 274, 7, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:45:13', 0),
(722, 274, 8, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:45:51', 0),
(723, 274, 9, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:46:03', 0),
(724, 274, 10, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:46:14', 0),
(725, 274, 11, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:46:38', 0),
(726, 274, 12, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:46:50', 0),
(727, 274, 13, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:46:58', 0),
(728, 274, 14, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:47:10', 0),
(729, 274, 15, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:47:34', 0),
(730, 274, 16, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:47:42', 0),
(731, 274, 17, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:48:08', 0),
(732, 274, 18, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:48:20', 0),
(733, 274, 19, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:48:44', 0),
(734, 274, 20, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:48:56', 0),
(735, 274, 21, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:50:10', 0),
(736, 274, 22, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:50:19', 0),
(737, 274, 23, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:50:33', 0),
(738, 274, 24, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:50:57', 0),
(739, 274, 25, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:51:06', 0),
(740, 274, 26, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:51:12', 0),
(741, 274, 27, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:51:18', 0),
(742, 274, 28, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:51:26', 0),
(743, 274, 29, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:51:37', 0),
(744, 274, 30, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:51:45', 0),
(745, 274, 31, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:52:52', 0),
(746, 274, 32, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:53:04', 0),
(747, 274, 33, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:53:15', 0),
(748, 274, 34, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:53:29', 0),
(749, 274, 35, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:53:36', 0),
(750, 274, 36, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:53:44', 0),
(751, 274, 37, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:53:50', 0),
(752, 274, 38, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:53:56', 0),
(753, 274, 39, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:54:03', 0),
(754, 274, 40, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:54:10', 0),
(755, 274, 41, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:54:16', 0),
(756, 274, 42, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:54:24', 0),
(757, 274, 43, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:54:31', 0),
(758, 274, 44, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:54:38', 0),
(759, 274, 45, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:54:46', 0),
(760, 274, 46, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:54:53', 0),
(761, 274, 47, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:55:00', 0),
(762, 274, 48, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:55:07', 0),
(763, 274, 49, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:55:14', 0),
(764, 274, 50, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:55:24', 0),
(765, 274, 52, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:55:39', 0),
(766, 274, 51, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:55:50', 0),
(767, 274, 53, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:55:58', 0),
(768, 274, 54, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:56:07', 0),
(769, 274, 55, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:56:13', 0),
(770, 274, 56, 73, 'janamani96@gmail.com', 'ELH14708@274', 1, '2024-04-28 23:56:19', 0),
(771, 274, 2, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 17:58:00', 0),
(772, 274, 3, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 17:58:23', 0),
(773, 274, 4, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 17:58:26', 0),
(774, 274, 5, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 17:58:29', 0),
(775, 274, 6, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 17:58:37', 0),
(776, 274, 7, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 17:58:40', 0),
(777, 274, 8, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 17:58:44', 0),
(778, 274, 9, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 17:58:47', 0),
(779, 274, 10, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 17:58:51', 0),
(780, 274, 12, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 17:58:56', 0),
(781, 274, 13, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 17:59:03', 0),
(782, 274, 14, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 17:59:07', 0),
(783, 274, 15, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:01:07', 0),
(784, 274, 16, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:01:15', 0),
(785, 274, 17, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:01:19', 0),
(786, 274, 18, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:01:23', 0),
(787, 274, 19, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:01:26', 0),
(788, 274, 20, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:01:32', 0),
(789, 274, 21, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:01:37', 0),
(790, 274, 22, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:01:41', 0),
(791, 274, 24, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:01:50', 0),
(792, 274, 23, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:01:56', 0),
(793, 274, 25, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:02:02', 0),
(794, 274, 26, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:02:11', 0),
(795, 274, 27, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:02:14', 0),
(796, 274, 28, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:02:19', 0),
(797, 274, 29, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:02:23', 0),
(798, 274, 30, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:02:28', 0),
(799, 274, 31, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:02:33', 0),
(800, 274, 32, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:02:42', 0),
(801, 274, 33, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:02:48', 0),
(802, 274, 34, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:02:51', 0),
(803, 274, 35, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:02:55', 0),
(804, 274, 36, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:02:59', 0),
(805, 274, 37, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:03:05', 0),
(806, 274, 38, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:03:09', 0),
(807, 274, 39, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:03:13', 0),
(808, 274, 40, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:03:17', 0),
(809, 274, 41, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:03:21', 0),
(810, 274, 42, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:03:25', 0),
(811, 274, 43, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:03:29', 0),
(812, 274, 44, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:03:33', 0),
(813, 274, 45, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:03:40', 0),
(814, 274, 46, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:03:45', 0),
(815, 274, 47, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:03:50', 0),
(816, 274, 48, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:03:53', 0),
(817, 274, 49, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:03:58', 0),
(818, 274, 50, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:04:01', 0),
(819, 274, 51, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:04:06', 0),
(820, 274, 52, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:05:04', 0),
(821, 274, 53, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:05:10', 0),
(822, 274, 54, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:05:14', 0),
(823, 274, 55, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:05:17', 0),
(824, 274, 56, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:05:20', 0),
(825, 274, 11, 78, 'as.soni157@gmail.com', 'ELH88203@274', 1, '2024-05-04 18:05:53', 0),
(826, 274, 2, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:05:02', 0),
(827, 274, 3, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:05:10', 0),
(828, 274, 4, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:05:15', 0),
(829, 274, 5, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:05:28', 0),
(830, 274, 6, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:05:37', 0),
(831, 274, 7, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:05:46', 0),
(832, 274, 8, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:05:53', 0),
(833, 274, 9, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:06:24', 0),
(834, 274, 10, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:06:33', 0),
(835, 274, 11, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:06:38', 0),
(836, 274, 12, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:06:45', 0),
(837, 274, 13, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:06:52', 0),
(838, 274, 14, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:07:02', 0),
(839, 274, 15, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:07:09', 0),
(840, 274, 16, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:07:12', 0),
(841, 274, 17, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:07:16', 0),
(842, 274, 18, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:07:25', 0),
(843, 274, 19, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:07:34', 0),
(844, 274, 20, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:07:42', 0),
(845, 274, 21, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:08:03', 0),
(846, 274, 22, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:08:09', 0),
(847, 274, 23, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:08:14', 0),
(848, 274, 24, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:08:20', 0),
(849, 274, 25, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:08:28', 0),
(850, 274, 26, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:08:33', 0),
(851, 274, 27, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:08:44', 0),
(852, 274, 28, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:08:52', 0),
(853, 274, 29, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:09:00', 0),
(854, 274, 30, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:09:08', 0),
(855, 274, 31, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:09:16', 0),
(856, 274, 32, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:09:24', 0),
(857, 274, 33, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:09:46', 0),
(858, 274, 34, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:09:52', 0),
(859, 274, 35, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:09:57', 0),
(860, 274, 36, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:10:01', 0),
(861, 274, 37, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:10:09', 0),
(862, 274, 38, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:10:17', 0),
(863, 274, 39, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:10:25', 0),
(864, 274, 40, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:10:44', 0),
(865, 274, 41, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:10:49', 0),
(866, 274, 42, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:10:54', 0),
(867, 274, 43, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:11:00', 0),
(868, 274, 44, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:11:04', 0),
(869, 274, 45, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:11:11', 0),
(870, 274, 46, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:11:16', 0),
(871, 274, 47, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:11:21', 0),
(872, 274, 48, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:11:29', 0),
(873, 274, 49, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:11:38', 0),
(874, 274, 50, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:11:46', 0),
(875, 274, 51, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:12:02', 0),
(876, 274, 52, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:12:07', 0),
(877, 274, 53, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:12:11', 0),
(878, 274, 54, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:12:23', 0),
(879, 274, 55, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:12:28', 0),
(880, 274, 56, 79, 'acumenlawchamber@gmail.com', 'ELH82463@274', 1, '2024-05-06 15:12:32', 0),
(881, 274, 2, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:30:52', 0),
(882, 274, 3, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:31:14', 0),
(883, 274, 4, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:31:17', 0),
(884, 274, 5, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:31:20', 0),
(885, 274, 6, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:31:36', 0),
(886, 274, 7, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:31:39', 0),
(887, 274, 8, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:31:42', 0),
(888, 274, 9, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:31:46', 0),
(889, 274, 10, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:31:48', 0),
(890, 274, 11, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:31:49', 0),
(891, 274, 12, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:31:51', 0),
(892, 274, 13, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:31:53', 0),
(893, 274, 14, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:31:55', 0),
(894, 274, 15, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:31:59', 0),
(895, 274, 16, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:32:40', 0),
(896, 274, 17, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:32:48', 0),
(897, 274, 18, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:32:51', 0),
(898, 274, 19, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:32:54', 0),
(899, 274, 20, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:32:57', 0),
(900, 274, 21, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:32:59', 0),
(901, 274, 22, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:01', 0),
(902, 274, 23, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:02', 0),
(903, 274, 24, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:04', 0),
(904, 274, 25, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:06', 0),
(905, 274, 26, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:08', 0),
(906, 274, 27, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:11', 0),
(907, 274, 28, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:12', 0),
(908, 274, 29, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:15', 0),
(909, 274, 30, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:16', 0),
(910, 274, 31, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:18', 0),
(911, 274, 32, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:19', 0),
(912, 274, 33, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:21', 0),
(913, 274, 34, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:24', 0),
(914, 274, 35, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:26', 0),
(915, 274, 36, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:29', 0),
(916, 274, 37, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:31', 0),
(917, 274, 38, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:38', 0),
(918, 274, 39, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:40', 0),
(919, 274, 40, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:42', 0),
(920, 274, 41, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:45', 0),
(921, 274, 42, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:46', 0),
(922, 274, 43, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:48', 0),
(923, 274, 44, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:50', 0),
(924, 274, 45, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:53', 0),
(925, 274, 46, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:55', 0),
(926, 274, 47, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:56', 0),
(927, 274, 48, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:33:59', 0),
(928, 274, 49, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:34:01', 0),
(929, 274, 50, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:34:04', 0),
(930, 274, 51, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:34:07', 0),
(931, 274, 52, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:34:10', 0),
(932, 274, 53, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:34:11', 0),
(933, 274, 54, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:34:13', 0),
(934, 274, 55, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:34:15', 0),
(935, 274, 56, 80, 'myselfdisha7@gmail.com', 'ELH32713@274', 1, '2024-05-08 10:34:18', 0),
(936, 274, 2, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:44:58', 0),
(937, 274, 3, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:45:22', 0),
(938, 274, 4, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:45:44', 0),
(939, 274, 5, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:45:55', 0),
(940, 274, 6, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:46:09', 0),
(941, 274, 7, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:46:17', 0),
(942, 274, 8, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:46:23', 0),
(943, 274, 9, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:46:29', 0),
(944, 274, 10, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:46:38', 0),
(945, 274, 11, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:46:44', 0),
(946, 274, 12, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:46:52', 0),
(947, 274, 13, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:47:03', 0),
(948, 274, 14, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:47:12', 0),
(949, 274, 15, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:47:23', 0),
(950, 274, 16, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:47:37', 0),
(951, 274, 20, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:47:45', 0),
(952, 274, 21, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:47:52', 0),
(953, 274, 22, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:48:00', 0),
(954, 274, 23, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:48:06', 0),
(955, 274, 24, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:48:11', 0),
(956, 274, 25, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:48:16', 0),
(957, 274, 26, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:48:23', 0),
(958, 274, 27, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:48:30', 0),
(959, 274, 28, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:48:36', 0),
(960, 274, 29, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:48:43', 0),
(961, 274, 30, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:48:50', 0),
(962, 274, 31, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:48:57', 0),
(963, 274, 32, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:49:02', 0),
(964, 274, 33, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:49:08', 0),
(965, 274, 34, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:49:17', 0),
(966, 274, 35, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:49:23', 0),
(967, 274, 36, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:49:29', 0),
(968, 274, 37, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:49:36', 0),
(969, 274, 38, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:49:41', 0),
(970, 274, 39, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:49:46', 0),
(971, 274, 40, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:49:51', 0),
(972, 274, 41, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:49:57', 0),
(973, 274, 42, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:50:04', 0),
(974, 274, 43, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:50:12', 0),
(975, 274, 44, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:50:18', 0),
(976, 274, 45, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:50:23', 0),
(977, 274, 46, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:50:49', 0),
(978, 274, 47, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:50:58', 0),
(979, 274, 48, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:51:03', 0),
(980, 274, 49, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:51:09', 0),
(981, 274, 50, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:51:15', 0),
(982, 274, 51, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:51:21', 0),
(983, 274, 52, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:51:26', 0),
(984, 274, 53, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:51:32', 0),
(985, 274, 54, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:51:37', 0),
(986, 274, 55, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:51:43', 0),
(987, 274, 56, 81, 'llbsampath@gmail.com', 'ELH87528@274', 1, '2024-05-08 13:51:49', 0),
(988, 274, 2, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:46:12', 0),
(989, 274, 3, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:46:14', 0),
(990, 274, 4, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:46:17', 0),
(991, 274, 5, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:46:19', 0),
(992, 274, 6, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:46:20', 0),
(993, 274, 7, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:46:22', 0),
(994, 274, 8, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:46:24', 0),
(995, 274, 9, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:46:26', 0),
(996, 274, 10, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:46:58', 0),
(997, 274, 11, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:00', 0),
(998, 274, 12, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:02', 0),
(999, 274, 13, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:03', 0),
(1000, 274, 14, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:05', 0),
(1001, 274, 15, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:07', 0),
(1002, 274, 16, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:08', 0),
(1003, 274, 17, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:11', 0),
(1004, 274, 18, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:13', 0),
(1005, 274, 19, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:15', 0),
(1006, 274, 20, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:16', 0),
(1007, 274, 21, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:20', 0),
(1008, 274, 22, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:21', 0),
(1009, 274, 23, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:23', 0),
(1010, 274, 24, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:25', 0),
(1011, 274, 25, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:27', 0),
(1012, 274, 26, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:29', 0),
(1013, 274, 27, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:31', 0),
(1014, 274, 28, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:33', 0),
(1015, 274, 29, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:35', 0),
(1016, 274, 30, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:36', 0),
(1017, 274, 31, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:38', 0),
(1018, 274, 32, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:41', 0),
(1019, 274, 33, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:42', 0),
(1020, 274, 34, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:44', 0),
(1021, 274, 35, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:47:45', 0),
(1022, 274, 36, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:19', 0),
(1023, 274, 37, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:20', 0),
(1024, 274, 38, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:22', 0),
(1025, 274, 39, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:23', 0),
(1026, 274, 40, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:25', 0),
(1027, 274, 41, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:26', 0),
(1028, 274, 42, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:29', 0),
(1029, 274, 43, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:31', 0),
(1030, 274, 44, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:32', 0),
(1031, 274, 45, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:35', 0),
(1032, 274, 46, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:37', 0),
(1033, 274, 47, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:39', 0),
(1034, 274, 48, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:41', 0),
(1035, 274, 49, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:42', 0),
(1036, 274, 50, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:44', 0),
(1037, 274, 51, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:45', 0),
(1038, 274, 52, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:47', 0),
(1039, 274, 53, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:48', 0),
(1040, 274, 54, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:50', 0),
(1041, 274, 55, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:52', 0),
(1042, 274, 56, 82, 'saikatb746@gmail.com', 'ELH15608@274', 1, '2024-05-17 13:48:53', 0),
(1043, 274, 2, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:26:26', 0),
(1044, 274, 3, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:26:30', 0),
(1045, 274, 4, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:26:34', 0),
(1046, 274, 5, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:26:53', 0),
(1047, 274, 6, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:26:55', 0),
(1048, 274, 7, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:26:57', 0),
(1049, 274, 8, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:26:59', 0),
(1050, 274, 9, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:01', 0),
(1051, 274, 10, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:04', 0),
(1052, 274, 11, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:06', 0),
(1053, 274, 12, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:09', 0),
(1054, 274, 13, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:17', 0),
(1055, 274, 14, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:19', 0),
(1056, 274, 15, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:21', 0),
(1057, 274, 16, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:23', 0),
(1058, 274, 17, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:26', 0),
(1059, 274, 18, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:29', 0),
(1060, 274, 19, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:30', 0),
(1061, 274, 20, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:33', 0),
(1062, 274, 21, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:35', 0),
(1063, 274, 22, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:37', 0),
(1064, 274, 23, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:39', 0),
(1065, 274, 24, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:42', 0),
(1066, 274, 25, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:50', 0),
(1067, 274, 26, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:52', 0),
(1068, 274, 27, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:55', 0),
(1069, 274, 28, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:27:57', 0),
(1070, 274, 29, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:00', 0),
(1071, 274, 30, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:03', 0),
(1072, 274, 31, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:05', 0),
(1073, 274, 32, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:09', 0),
(1074, 274, 33, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:11', 0),
(1075, 274, 34, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:15', 0),
(1076, 274, 35, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:18', 0),
(1077, 274, 36, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:26', 0),
(1078, 274, 37, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:28', 0),
(1079, 274, 38, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:30', 0),
(1080, 274, 39, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:33', 0),
(1081, 274, 40, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:35', 0),
(1082, 274, 41, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:37', 0),
(1083, 274, 42, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:39', 0),
(1084, 274, 43, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:41', 0),
(1085, 274, 44, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:43', 0),
(1086, 274, 45, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:45', 0),
(1087, 274, 46, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:47', 0),
(1088, 274, 47, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:49', 0),
(1089, 274, 48, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:57', 0),
(1090, 274, 49, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:28:59', 0),
(1091, 274, 50, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:29:01', 0),
(1092, 274, 51, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:29:03', 0),
(1093, 274, 52, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:29:05', 0),
(1094, 274, 53, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:29:07', 0),
(1095, 274, 54, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:29:09', 0),
(1096, 274, 55, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:29:10', 0),
(1097, 274, 56, 75, 'maverickgroupofcompnes@gmail.com', 'ELH56838@274', 1, '2024-05-19 20:29:13', 0),
(1098, 274, 56, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:10', 0),
(1099, 274, 55, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:16', 0),
(1100, 274, 54, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:20', 0),
(1101, 274, 53, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:22', 0),
(1102, 274, 52, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:24', 0),
(1103, 274, 51, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:26', 0),
(1104, 274, 50, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:29', 0),
(1105, 274, 49, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:31', 0),
(1106, 274, 48, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:32', 0),
(1107, 274, 47, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:35', 0),
(1108, 274, 46, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:36', 0),
(1109, 274, 45, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:38', 0);
INSERT INTO `download_chapter_list` (`download_chap_list_id`, `BookId`, `chapterNo`, `download_resource_id`, `email`, `generated_code`, `download_count`, `download_date`, `isDeleted`) VALUES
(1110, 274, 44, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:41', 0),
(1111, 274, 43, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:45', 0),
(1112, 274, 42, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:50', 0),
(1113, 274, 41, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:55', 0),
(1114, 274, 40, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:51:58', 0),
(1115, 274, 39, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:00', 0),
(1116, 274, 38, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:04', 0),
(1117, 274, 37, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:07', 0),
(1118, 274, 36, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:09', 0),
(1119, 274, 35, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:11', 0),
(1120, 274, 34, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:14', 0),
(1121, 274, 33, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:15', 0),
(1122, 274, 32, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:17', 0),
(1123, 274, 31, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:20', 0),
(1124, 274, 30, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:21', 0),
(1125, 274, 29, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:23', 0),
(1126, 274, 28, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:24', 0),
(1127, 274, 27, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:26', 0),
(1128, 274, 26, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:29', 0),
(1129, 274, 25, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:30', 0),
(1130, 274, 24, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:32', 0),
(1131, 274, 23, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:35', 0),
(1132, 274, 22, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:38', 0),
(1133, 274, 21, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:42', 0),
(1134, 274, 20, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:44', 0),
(1135, 274, 19, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:46', 0),
(1136, 274, 18, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:48', 0),
(1137, 274, 17, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:50', 0),
(1138, 274, 16, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:52', 0),
(1139, 274, 15, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:54', 0),
(1140, 274, 14, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:56', 0),
(1141, 274, 13, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:52:57', 0),
(1142, 274, 12, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:53:00', 0),
(1143, 274, 11, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:53:01', 0),
(1144, 274, 10, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:53:03', 0),
(1145, 274, 9, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:53:04', 0),
(1146, 274, 8, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:53:07', 0),
(1147, 274, 7, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:53:11', 0),
(1148, 274, 6, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:53:13', 0),
(1149, 274, 5, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:53:15', 0),
(1150, 274, 4, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:53:17', 0),
(1151, 274, 3, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:53:19', 0),
(1152, 274, 2, 84, 'rajeshkhan7864@gmail.com', 'ELH45588@274', 1, '2024-05-21 17:53:21', 0),
(1153, 274, 2, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:03', 0),
(1154, 274, 3, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:15', 0),
(1155, 274, 4, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:17', 0),
(1156, 274, 5, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:19', 0),
(1157, 274, 6, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:21', 0),
(1158, 274, 7, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:24', 0),
(1159, 274, 8, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:27', 0),
(1160, 274, 9, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:29', 0),
(1161, 274, 10, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:30', 0),
(1162, 274, 11, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:33', 0),
(1163, 274, 12, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:34', 0),
(1164, 274, 13, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:36', 0),
(1165, 274, 14, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:37', 0),
(1166, 274, 15, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:38', 0),
(1167, 274, 16, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:40', 0),
(1168, 274, 17, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:41', 0),
(1169, 274, 18, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:43', 0),
(1170, 274, 19, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:44', 0),
(1171, 274, 20, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:46', 0),
(1172, 274, 21, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:48', 0),
(1173, 274, 22, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:49', 0),
(1174, 274, 23, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:51', 0),
(1175, 274, 24, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:52', 0),
(1176, 274, 25, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:54', 0),
(1177, 274, 26, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:56', 0),
(1178, 274, 27, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:21:59', 0),
(1179, 274, 28, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:00', 0),
(1180, 274, 29, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:02', 0),
(1181, 274, 30, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:03', 0),
(1182, 274, 31, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:05', 0),
(1183, 274, 32, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:06', 0),
(1184, 274, 33, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:08', 0),
(1185, 274, 34, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:09', 0),
(1186, 274, 35, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:11', 0),
(1187, 274, 36, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:13', 0),
(1188, 274, 37, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:14', 0),
(1189, 274, 38, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:16', 0),
(1190, 274, 39, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:18', 0),
(1191, 274, 40, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:22', 0),
(1192, 274, 41, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:24', 0),
(1193, 274, 42, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:26', 0),
(1194, 274, 43, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:33', 0),
(1195, 274, 44, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:50', 0),
(1196, 274, 45, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:22:53', 0),
(1197, 274, 46, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:23:39', 0),
(1198, 274, 47, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:23:40', 0),
(1199, 274, 48, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:23:42', 0),
(1200, 274, 49, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:23:44', 0),
(1201, 274, 50, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:23:45', 0),
(1202, 274, 51, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:24:18', 0),
(1203, 274, 52, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:24:21', 0),
(1204, 274, 53, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:24:22', 0),
(1205, 274, 54, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:24:23', 0),
(1206, 274, 55, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:24:25', 0),
(1207, 274, 56, 83, 'sridipbhowmick@gmail.com', 'ELH71623@274', 1, '2024-05-22 10:24:26', 0),
(1208, 274, 2, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:33:33', 0),
(1209, 274, 3, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:34:15', 0),
(1210, 274, 4, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:35:31', 0),
(1211, 274, 5, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:35:58', 0),
(1212, 274, 6, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:36:33', 0),
(1213, 274, 7, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:37:01', 0),
(1214, 274, 8, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:37:31', 0),
(1215, 274, 9, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:37:58', 0),
(1216, 274, 10, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:38:26', 0),
(1217, 274, 11, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:39:16', 0),
(1218, 274, 12, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:40:09', 0),
(1219, 274, 13, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:40:36', 0),
(1220, 274, 14, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:41:12', 0),
(1221, 274, 15, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:41:42', 0),
(1222, 274, 16, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:42:13', 0),
(1223, 274, 17, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:43:02', 0),
(1224, 274, 18, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:43:57', 0),
(1225, 274, 19, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:44:27', 0),
(1226, 274, 20, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:44:58', 0),
(1227, 274, 21, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:46:12', 0),
(1228, 274, 22, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:46:39', 0),
(1229, 274, 23, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:50:28', 0),
(1230, 274, 24, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:50:56', 0),
(1231, 274, 25, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:51:28', 0),
(1232, 274, 26, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:51:59', 0),
(1233, 274, 27, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:52:29', 0),
(1234, 274, 28, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:53:02', 0),
(1235, 274, 29, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:57:20', 0),
(1236, 274, 30, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 12:57:49', 0),
(1237, 274, 31, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:03:05', 0),
(1238, 274, 32, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:03:59', 0),
(1239, 274, 33, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:04:37', 0),
(1240, 274, 34, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:05:14', 0),
(1241, 274, 35, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:05:45', 0),
(1242, 274, 36, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:06:28', 0),
(1243, 274, 37, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:06:56', 0),
(1244, 274, 38, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:07:25', 0),
(1245, 274, 39, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:08:24', 0),
(1246, 274, 40, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:08:55', 0),
(1247, 274, 41, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:09:26', 0),
(1248, 274, 42, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:10:05', 0),
(1249, 274, 43, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:10:50', 0),
(1250, 274, 44, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:11:22', 0),
(1251, 274, 45, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:11:52', 0),
(1252, 274, 46, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:12:57', 0),
(1253, 274, 47, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:13:25', 0),
(1254, 274, 48, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:13:53', 0),
(1255, 274, 49, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:14:22', 0),
(1256, 274, 50, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:14:55', 0),
(1257, 274, 51, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:15:23', 0),
(1258, 274, 52, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:16:35', 0),
(1259, 274, 53, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:20:43', 0),
(1260, 274, 54, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:21:22', 0),
(1261, 274, 55, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:21:53', 0),
(1262, 274, 56, 86, 'mr.gauravjauhari@gmail.com', 'ELH11333@274', 1, '2024-06-03 13:22:24', 0),
(1263, 274, 2, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:15:42', 0),
(1264, 274, 3, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:15:50', 0),
(1265, 274, 4, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:15:54', 0),
(1266, 274, 5, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:15:59', 0),
(1267, 274, 6, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:16:03', 0),
(1268, 274, 7, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:16:10', 0),
(1269, 274, 8, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:16:17', 0),
(1270, 274, 9, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:16:21', 0),
(1271, 274, 10, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:16:27', 0),
(1272, 274, 11, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:16:31', 0),
(1273, 274, 12, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:16:36', 0),
(1274, 274, 13, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:16:45', 0),
(1275, 274, 14, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:16:50', 0),
(1276, 274, 15, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:16:55', 0),
(1277, 274, 17, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:17:05', 0),
(1278, 274, 18, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:17:11', 0),
(1279, 274, 19, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:17:18', 0),
(1280, 274, 20, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:17:22', 0),
(1281, 274, 21, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:17:29', 0),
(1282, 274, 22, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:17:47', 0),
(1283, 274, 23, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:18:04', 0),
(1284, 274, 24, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:18:04', 0),
(1285, 274, 25, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:18:05', 0),
(1286, 274, 26, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:18:06', 0),
(1287, 274, 27, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:18:20', 0),
(1288, 274, 28, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:18:26', 0),
(1289, 274, 29, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:18:30', 0),
(1290, 274, 30, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:18:36', 0),
(1291, 274, 31, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:18:47', 0),
(1292, 274, 33, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:18:48', 0),
(1293, 274, 34, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:18:48', 0),
(1294, 274, 35, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:18:49', 0),
(1295, 274, 36, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:18:49', 0),
(1296, 274, 37, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:18:50', 0),
(1297, 274, 32, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:18:50', 0),
(1298, 274, 38, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:07', 0),
(1299, 274, 39, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:11', 0),
(1300, 274, 40, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:13', 0),
(1301, 274, 41, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:20', 0),
(1302, 274, 42, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:21', 0),
(1303, 274, 43, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:25', 0),
(1304, 274, 46, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:32', 0),
(1305, 274, 44, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:33', 0),
(1306, 274, 45, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:33', 0),
(1307, 274, 47, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:33', 0),
(1308, 274, 48, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:36', 0),
(1309, 274, 49, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:38', 0),
(1310, 274, 50, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:40', 0),
(1311, 274, 51, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:41', 0),
(1312, 274, 52, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:42', 0),
(1313, 274, 53, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:46', 0),
(1314, 274, 54, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:48', 0),
(1315, 274, 55, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:53', 0),
(1316, 274, 56, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:19:55', 0),
(1317, 274, 16, 87, 'rkm041199@gmail.com', 'ELH61943@274', 1, '2024-06-22 23:20:18', 0),
(1318, 274, 2, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:20:32', 0),
(1319, 274, 3, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:25:41', 0),
(1320, 274, 4, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:25:45', 0),
(1321, 274, 5, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:25:47', 0),
(1322, 274, 6, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:25:49', 0),
(1323, 274, 7, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:25:51', 0),
(1324, 274, 8, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:26:01', 0),
(1325, 274, 10, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:26:21', 0),
(1326, 274, 9, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:26:23', 0),
(1327, 274, 11, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:26:30', 0),
(1328, 274, 12, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:26:38', 0),
(1329, 274, 13, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:26:44', 0),
(1330, 274, 14, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:26:46', 0),
(1331, 274, 15, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:26:47', 0),
(1332, 274, 16, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:26:49', 0),
(1333, 274, 17, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:26:51', 0),
(1334, 274, 18, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:26:52', 0),
(1335, 274, 19, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:26:54', 0),
(1336, 274, 20, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:26:56', 0),
(1337, 274, 21, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:26:58', 0),
(1338, 274, 22, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:27:00', 0),
(1339, 274, 23, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:27:02', 0),
(1340, 274, 24, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:27:03', 0),
(1341, 274, 25, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:27:05', 0),
(1342, 274, 26, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:27:06', 0),
(1343, 274, 27, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:27:19', 0),
(1344, 274, 28, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:27:27', 0),
(1345, 274, 29, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:27:30', 0),
(1346, 274, 30, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:27:32', 0),
(1347, 274, 31, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:27:37', 0),
(1348, 274, 32, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:27:50', 0),
(1349, 274, 33, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:27:53', 0),
(1350, 274, 34, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:27:55', 0),
(1351, 274, 35, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:27:56', 0),
(1352, 274, 36, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:27:58', 0),
(1353, 274, 37, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:27:59', 0),
(1354, 274, 38, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:01', 0),
(1355, 274, 39, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:03', 0),
(1356, 274, 40, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:04', 0),
(1357, 274, 41, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:19', 0),
(1358, 274, 42, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:23', 0),
(1359, 274, 43, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:24', 0),
(1360, 274, 44, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:26', 0),
(1361, 274, 45, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:27', 0),
(1362, 274, 46, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:29', 0),
(1363, 274, 47, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:32', 0),
(1364, 274, 48, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:33', 0),
(1365, 274, 49, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:35', 0),
(1366, 274, 50, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:36', 0),
(1367, 274, 51, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:38', 0),
(1368, 274, 52, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:40', 0),
(1369, 274, 53, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:56', 0),
(1370, 274, 54, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:57', 0),
(1371, 274, 55, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:28:59', 0),
(1372, 274, 56, 88, 'bavoriashuvam422@gmail.com', 'ELH21883@274', 1, '2024-06-26 08:29:01', 0),
(1373, 274, 2, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:10:32', 0),
(1374, 274, 3, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:11:07', 0),
(1375, 274, 4, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:11:11', 0),
(1376, 274, 5, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:11:14', 0),
(1377, 274, 6, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:11:18', 0),
(1378, 274, 7, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:11:23', 0),
(1379, 274, 8, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:11:26', 0),
(1380, 274, 9, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:11:28', 0),
(1381, 274, 10, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:11:31', 0),
(1382, 274, 11, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:11:34', 0),
(1383, 274, 12, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:11:38', 0),
(1384, 274, 13, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:11:42', 0),
(1385, 274, 14, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:11:46', 0),
(1386, 274, 15, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:11:50', 0),
(1387, 274, 16, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:11:56', 0),
(1388, 274, 17, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:12:02', 0),
(1389, 274, 56, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:12:07', 0),
(1390, 274, 55, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:12:10', 0),
(1391, 274, 54, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:12:13', 0),
(1392, 274, 52, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:12:17', 0),
(1393, 274, 51, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:12:20', 0),
(1394, 274, 50, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:12:23', 0),
(1395, 274, 49, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:12:26', 0),
(1396, 274, 48, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:12:29', 0),
(1397, 274, 47, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:12:37', 0),
(1398, 274, 46, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:12:41', 0),
(1399, 274, 45, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:12:48', 0),
(1400, 274, 44, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:12:52', 0),
(1401, 274, 43, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:12:57', 0),
(1402, 274, 42, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:13:00', 0),
(1403, 274, 41, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:13:03', 0),
(1404, 274, 40, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:13:09', 0),
(1405, 274, 39, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:13:13', 0),
(1406, 274, 38, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:13:16', 0),
(1407, 274, 37, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:13:19', 0),
(1408, 274, 36, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:13:25', 0),
(1409, 274, 35, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:13:30', 0),
(1410, 274, 34, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:13:33', 0),
(1411, 274, 33, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:13:36', 0),
(1412, 274, 32, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:13:39', 0),
(1413, 274, 31, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:13:46', 0),
(1414, 274, 30, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:13:53', 0),
(1415, 274, 29, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:13:57', 0),
(1416, 274, 28, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:14:02', 0),
(1417, 274, 27, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:14:07', 0),
(1418, 274, 26, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:14:10', 0),
(1419, 274, 25, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:14:12', 0),
(1420, 274, 24, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:14:17', 0),
(1421, 274, 23, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:14:20', 0),
(1422, 274, 22, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:14:26', 0),
(1423, 274, 21, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:14:29', 0),
(1424, 274, 20, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:14:32', 0),
(1425, 274, 19, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:14:36', 0),
(1426, 274, 18, 90, 'legal@ipdome.in', 'ELH21633@274', 1, '2024-07-05 18:14:43', 0),
(1427, 274, 2, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:43:31', 0),
(1428, 274, 3, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:43:36', 0),
(1429, 274, 4, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:43:42', 0),
(1430, 274, 5, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:43:50', 0),
(1431, 274, 6, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:43:56', 0),
(1432, 274, 7, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:44:00', 0),
(1433, 274, 8, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:44:06', 0),
(1434, 274, 9, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:44:10', 0),
(1435, 274, 10, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:44:14', 0),
(1436, 274, 11, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:44:28', 0),
(1437, 274, 12, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:44:31', 0),
(1438, 274, 13, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:44:33', 0),
(1439, 274, 14, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:44:36', 0),
(1440, 274, 15, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:44:40', 0),
(1441, 274, 16, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:44:45', 0),
(1442, 274, 17, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:44:48', 0),
(1443, 274, 18, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:44:51', 0),
(1444, 274, 19, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:44:54', 0),
(1445, 274, 20, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:44:56', 0),
(1446, 274, 21, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:44:58', 0),
(1447, 274, 22, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:00', 0),
(1448, 274, 23, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:11', 0),
(1449, 274, 24, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:13', 0),
(1450, 274, 25, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:15', 0),
(1451, 274, 26, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:18', 0),
(1452, 274, 27, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:23', 0),
(1453, 274, 28, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:24', 0),
(1454, 274, 29, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:26', 0),
(1455, 274, 30, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:29', 0),
(1456, 274, 31, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:30', 0),
(1457, 274, 32, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:32', 0),
(1458, 274, 33, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:34', 0),
(1459, 274, 34, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:38', 0),
(1460, 274, 35, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:40', 0),
(1461, 274, 36, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:42', 0),
(1462, 274, 37, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:47', 0),
(1463, 274, 38, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:49', 0),
(1464, 274, 39, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:53', 0),
(1465, 274, 40, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:54', 0),
(1466, 274, 41, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:56', 0),
(1467, 274, 42, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:45:58', 0),
(1468, 274, 43, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:46:07', 0),
(1469, 274, 44, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:46:09', 0),
(1470, 274, 45, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:46:11', 0),
(1471, 274, 46, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:46:12', 0),
(1472, 274, 47, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:46:14', 0),
(1473, 274, 48, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:46:16', 0),
(1474, 274, 49, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:46:17', 0),
(1475, 274, 50, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:46:20', 0),
(1476, 274, 51, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:46:22', 0),
(1477, 274, 52, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:46:23', 0),
(1478, 274, 53, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:46:27', 0),
(1479, 274, 54, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:46:29', 0),
(1480, 274, 55, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:46:30', 0),
(1481, 274, 56, 91, 'shreyaskulk31@gmail.com', 'ELH46248@274', 1, '2024-07-21 16:46:32', 0),
(1482, 274, 2, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:04:16', 0),
(1483, 274, 3, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:04:22', 0),
(1484, 274, 4, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:04:24', 0),
(1485, 274, 5, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:04:26', 0),
(1486, 274, 6, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:04:28', 0),
(1487, 274, 7, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:04:31', 0),
(1488, 274, 8, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:04:36', 0),
(1489, 274, 9, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:04:42', 0),
(1490, 274, 10, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:04:46', 0),
(1491, 274, 11, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:04:49', 0),
(1492, 274, 12, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:04:54', 0),
(1493, 274, 13, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:04:58', 0),
(1494, 274, 14, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:05:02', 0),
(1495, 274, 15, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:05:05', 0),
(1496, 274, 16, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:05:08', 0),
(1497, 274, 17, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:05:12', 0),
(1498, 274, 18, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:05:18', 0),
(1499, 274, 19, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:05:21', 0),
(1500, 274, 20, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:05:24', 0),
(1501, 274, 21, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:05:27', 0),
(1502, 274, 22, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:05:32', 0),
(1503, 274, 23, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:05:35', 0),
(1504, 274, 24, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:05:39', 0),
(1505, 274, 25, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:05:43', 0),
(1506, 274, 26, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:05:50', 0),
(1507, 274, 27, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:05:53', 0),
(1508, 274, 28, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:05:56', 0),
(1509, 274, 29, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:05:59', 0),
(1510, 274, 30, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:06:07', 0),
(1511, 274, 31, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:06:09', 0),
(1512, 274, 32, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:06:14', 0),
(1513, 274, 33, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:06:17', 0),
(1514, 274, 34, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:06:23', 0),
(1515, 274, 35, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:06:26', 0),
(1516, 274, 36, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:06:28', 0),
(1517, 274, 37, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:06:32', 0),
(1518, 274, 38, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:06:37', 0),
(1519, 274, 39, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:06:41', 0),
(1520, 274, 40, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:06:44', 0),
(1521, 274, 41, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:06:47', 0),
(1522, 274, 42, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:06:50', 0),
(1523, 274, 43, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:06:57', 0),
(1524, 274, 44, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:07:01', 0),
(1525, 274, 45, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:07:03', 0),
(1526, 274, 46, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:07:06', 0),
(1527, 274, 47, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:07:10', 0),
(1528, 274, 48, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:07:14', 0),
(1529, 274, 49, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:07:16', 0),
(1530, 274, 50, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:07:19', 0),
(1531, 274, 51, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:07:21', 0),
(1532, 274, 52, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:07:27', 0),
(1533, 274, 53, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:07:29', 0),
(1534, 274, 54, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:07:31', 0),
(1535, 274, 55, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:07:33', 0),
(1536, 274, 56, 92, '1sandeep.yadav@gmail.com', 'ELH93823@274', 1, '2024-08-12 18:07:37', 0),
(1537, 274, 2, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:10:40', 0),
(1538, 274, 3, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:10:44', 0),
(1539, 274, 4, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:10:50', 0),
(1540, 274, 5, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:10:53', 0),
(1541, 274, 6, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:10:58', 0),
(1542, 274, 7, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:11:04', 0),
(1543, 274, 8, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:11:22', 0),
(1544, 274, 9, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:11:24', 0),
(1545, 274, 10, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:11:27', 0),
(1546, 274, 11, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:11:31', 0),
(1547, 274, 12, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:11:33', 0),
(1548, 274, 13, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:11:36', 0),
(1549, 274, 14, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:11:38', 0),
(1550, 274, 15, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:11:41', 0),
(1551, 274, 16, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:11:43', 0),
(1552, 274, 17, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:11:47', 0),
(1553, 274, 18, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:11:51', 0),
(1554, 274, 19, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:11:53', 0),
(1555, 274, 20, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:11:55', 0),
(1556, 274, 21, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:11:58', 0),
(1557, 274, 22, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:01', 0),
(1558, 274, 23, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:02', 0),
(1559, 274, 24, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:04', 0),
(1560, 274, 25, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:06', 0),
(1561, 274, 26, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:07', 0),
(1562, 274, 27, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:10', 0),
(1563, 274, 28, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:12', 0),
(1564, 274, 29, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:13', 0),
(1565, 274, 30, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:15', 0),
(1566, 274, 31, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:17', 0),
(1567, 274, 32, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:19', 0),
(1568, 274, 33, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:21', 0),
(1569, 274, 34, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:25', 0),
(1570, 274, 35, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:26', 0),
(1571, 274, 36, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:28', 0),
(1572, 274, 37, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:30', 0),
(1573, 274, 38, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:33', 0),
(1574, 274, 39, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:34', 0),
(1575, 274, 40, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:36', 0),
(1576, 274, 41, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:39', 0),
(1577, 274, 42, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:41', 0),
(1578, 274, 43, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:43', 0),
(1579, 274, 44, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:46', 0),
(1580, 274, 45, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:48', 0),
(1581, 274, 46, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:50', 0),
(1582, 274, 47, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:51', 0),
(1583, 274, 48, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:53', 0),
(1584, 274, 49, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:55', 0),
(1585, 274, 50, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:12:57', 0),
(1586, 274, 51, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:13:00', 0),
(1587, 274, 52, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:13:03', 0),
(1588, 274, 53, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:13:06', 0),
(1589, 274, 54, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:13:08', 0),
(1590, 274, 55, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:13:11', 0),
(1591, 274, 56, 93, 'basirbs0786@gmail.com', 'ELH82123@274', 1, '2024-08-14 17:13:12', 0),
(1592, 274, 2, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:24:27', 0),
(1593, 274, 3, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:24:35', 0),
(1594, 274, 4, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:24:39', 0),
(1595, 274, 5, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:24:50', 0),
(1596, 274, 6, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:24:53', 0),
(1597, 274, 7, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:25:05', 0),
(1598, 274, 8, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:25:08', 0),
(1599, 274, 9, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:25:13', 0),
(1600, 274, 10, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:25:23', 0),
(1601, 274, 11, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:25:58', 0),
(1602, 274, 12, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:00', 0),
(1603, 274, 13, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:02', 0),
(1604, 274, 14, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:04', 0),
(1605, 274, 15, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:06', 0),
(1606, 274, 16, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:12', 0),
(1607, 274, 17, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:16', 0),
(1608, 274, 18, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:18', 0),
(1609, 274, 19, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:20', 0),
(1610, 274, 20, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:22', 0),
(1611, 274, 21, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:24', 0),
(1612, 274, 22, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:26', 0),
(1613, 274, 23, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:27', 0),
(1614, 274, 24, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:28', 0),
(1615, 274, 25, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:31', 0),
(1616, 274, 26, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:33', 0),
(1617, 274, 27, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:35', 0),
(1618, 274, 28, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:36', 0),
(1619, 274, 29, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:37', 0),
(1620, 274, 30, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:39', 0),
(1621, 274, 31, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:40', 0),
(1622, 274, 32, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:43', 0),
(1623, 274, 33, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:45', 0),
(1624, 274, 34, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:46', 0),
(1625, 274, 35, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:48', 0),
(1626, 274, 36, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:49', 0),
(1627, 274, 37, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:51', 0),
(1628, 274, 38, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:52', 0),
(1629, 274, 39, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:54', 0),
(1630, 274, 40, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:56', 0),
(1631, 274, 41, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:58', 0),
(1632, 274, 42, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:26:59', 0),
(1633, 274, 43, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:27:01', 0),
(1634, 274, 44, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:27:02', 0),
(1635, 274, 45, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:27:04', 0),
(1636, 274, 46, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:27:05', 0),
(1637, 274, 47, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:27:07', 0),
(1638, 274, 48, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:27:09', 0),
(1639, 274, 49, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:27:12', 0),
(1640, 274, 50, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:27:13', 0),
(1641, 274, 51, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:27:15', 0),
(1642, 274, 52, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:27:17', 0),
(1643, 274, 53, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:27:18', 0),
(1644, 274, 54, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:27:21', 0),
(1645, 274, 55, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:27:23', 0),
(1646, 274, 56, 94, 'arafatllb2022@gmail.com', 'ELH36518@274', 1, '2024-08-17 11:27:24', 0),
(1647, 274, 2, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:33:38', 0),
(1648, 274, 3, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:34:31', 0),
(1649, 274, 4, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:34:55', 0),
(1650, 274, 5, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:35:02', 0),
(1651, 274, 6, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:35:06', 0),
(1652, 274, 7, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:35:10', 0),
(1653, 274, 8, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:35:16', 0),
(1654, 274, 9, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:35:25', 0),
(1655, 274, 10, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:35:57', 0),
(1656, 274, 11, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:36:35', 0),
(1657, 274, 12, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:36:42', 0),
(1658, 274, 13, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:36:51', 0),
(1659, 274, 14, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:37:13', 0),
(1660, 274, 15, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:37:46', 0);
INSERT INTO `download_chapter_list` (`download_chap_list_id`, `BookId`, `chapterNo`, `download_resource_id`, `email`, `generated_code`, `download_count`, `download_date`, `isDeleted`) VALUES
(1661, 274, 16, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:37:51', 0),
(1662, 274, 17, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:38:00', 0),
(1663, 274, 18, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:38:03', 0),
(1664, 274, 19, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:38:12', 0),
(1665, 274, 20, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:38:17', 0),
(1666, 274, 21, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:38:26', 0),
(1667, 274, 22, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:38:32', 0),
(1668, 274, 23, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:38:38', 0),
(1669, 274, 24, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-05 11:38:54', 0),
(1670, 274, 56, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:39:10', 0),
(1671, 274, 55, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:39:26', 0),
(1672, 274, 54, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:39:35', 0),
(1673, 274, 53, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:39:54', 0),
(1674, 274, 52, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:40:00', 0),
(1675, 274, 51, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:40:17', 0),
(1676, 274, 50, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:40:26', 0),
(1677, 274, 49, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:41:05', 0),
(1678, 274, 48, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:41:13', 0),
(1679, 274, 47, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:41:20', 0),
(1680, 274, 46, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:41:28', 0),
(1681, 274, 45, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:41:37', 0),
(1682, 274, 44, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:42:01', 0),
(1683, 274, 43, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:42:20', 0),
(1684, 274, 42, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:42:28', 0),
(1685, 274, 41, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:42:35', 0),
(1686, 274, 40, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:42:44', 0),
(1687, 274, 39, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:42:51', 0),
(1688, 274, 38, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:43:02', 0),
(1689, 274, 37, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:43:09', 0),
(1690, 274, 36, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:43:29', 0),
(1691, 274, 35, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:43:42', 0),
(1692, 274, 34, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:43:50', 0),
(1693, 274, 33, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:43:58', 0),
(1694, 274, 32, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:44:05', 0),
(1695, 274, 31, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:44:33', 0),
(1696, 274, 30, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:44:40', 0),
(1697, 274, 29, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:44:51', 0),
(1698, 274, 28, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:44:59', 0),
(1699, 274, 27, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:45:07', 0),
(1700, 274, 26, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:45:14', 0),
(1701, 274, 25, 96, 'advadityasarkar@gmail.com', 'ELH27763@274', 1, '2024-09-06 08:45:28', 0),
(1702, 274, 2, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:42:50', 0),
(1703, 274, 3, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:42:58', 0),
(1704, 274, 4, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:43:01', 0),
(1705, 274, 5, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:43:04', 0),
(1706, 274, 6, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:43:08', 0),
(1707, 274, 7, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:43:11', 0),
(1708, 274, 8, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:43:14', 0),
(1709, 274, 9, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:43:16', 0),
(1710, 274, 11, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:43:18', 0),
(1711, 274, 10, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:43:26', 0),
(1712, 274, 12, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:43:43', 0),
(1713, 274, 13, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:43:46', 0),
(1714, 274, 14, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:43:49', 0),
(1715, 274, 15, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:43:52', 0),
(1716, 274, 16, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:43:54', 0),
(1717, 274, 17, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:43:55', 0),
(1718, 274, 18, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:43:57', 0),
(1719, 274, 19, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:00', 0),
(1720, 274, 20, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:02', 0),
(1721, 274, 21, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:05', 0),
(1722, 274, 22, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:06', 0),
(1723, 274, 23, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:08', 0),
(1724, 274, 24, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:09', 0),
(1725, 274, 25, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:11', 0),
(1726, 274, 26, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:14', 0),
(1727, 274, 27, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:15', 0),
(1728, 274, 28, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:16', 0),
(1729, 274, 29, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:17', 0),
(1730, 274, 30, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:19', 0),
(1731, 274, 31, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:20', 0),
(1732, 274, 32, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:21', 0),
(1733, 274, 33, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:37', 0),
(1734, 274, 34, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:38', 0),
(1735, 274, 35, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:40', 0),
(1736, 274, 36, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:41', 0),
(1737, 274, 37, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:47', 0),
(1738, 274, 38, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:48', 0),
(1739, 274, 39, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:49', 0),
(1740, 274, 40, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:50', 0),
(1741, 274, 41, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:53', 0),
(1742, 274, 42, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:54', 0),
(1743, 274, 43, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:56', 0),
(1744, 274, 44, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:58', 0),
(1745, 274, 45, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:44:59', 0),
(1746, 274, 46, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:45:01', 0),
(1747, 274, 47, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:45:03', 0),
(1748, 274, 48, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:45:05', 0),
(1749, 274, 49, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:45:07', 0),
(1750, 274, 50, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:45:08', 0),
(1751, 274, 51, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:45:10', 0),
(1752, 274, 52, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:45:13', 0),
(1753, 274, 53, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:45:14', 0),
(1754, 274, 54, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:45:16', 0),
(1755, 274, 55, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:45:18', 0),
(1756, 274, 56, 95, 'anikds4141@gmail.com', 'ELH54843@274', 1, '2024-09-06 21:45:20', 0),
(1757, 274, 40, 98, 'arijeetmullick@gmail.com', 'ELH72973@274', 1, '2024-09-12 21:13:11', 0),
(1758, 274, 2, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:19:46', 0),
(1759, 274, 3, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:19:52', 0),
(1760, 274, 4, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:19:59', 0),
(1761, 274, 5, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:20:05', 0),
(1762, 274, 6, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:20:13', 0),
(1763, 274, 7, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:20:20', 0),
(1764, 274, 8, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:20:31', 0),
(1765, 274, 9, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:20:37', 0),
(1766, 274, 10, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:20:43', 0),
(1767, 274, 11, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:20:51', 0),
(1768, 274, 12, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:20:57', 0),
(1769, 274, 13, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:21:02', 0),
(1770, 274, 14, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:21:07', 0),
(1771, 274, 15, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:21:14', 0),
(1772, 274, 16, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:21:20', 0),
(1773, 274, 17, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:21:29', 0),
(1774, 274, 18, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:21:36', 0),
(1775, 274, 19, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:21:44', 0),
(1776, 274, 20, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:21:51', 0),
(1777, 274, 21, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:21:59', 0),
(1778, 274, 22, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:22:08', 0),
(1779, 274, 23, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:22:16', 0),
(1780, 274, 24, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:22:24', 0),
(1781, 274, 25, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:22:31', 0),
(1782, 274, 26, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:22:39', 0),
(1783, 274, 27, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:22:44', 0),
(1784, 274, 28, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:22:53', 0),
(1785, 274, 29, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:22:59', 0),
(1786, 274, 30, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:23:06', 0),
(1787, 274, 31, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:23:12', 0),
(1788, 274, 32, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:23:18', 0),
(1789, 274, 33, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:23:22', 0),
(1790, 274, 34, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:23:33', 0),
(1791, 274, 35, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:23:40', 0),
(1792, 274, 36, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:23:48', 0),
(1793, 274, 37, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:23:53', 0),
(1794, 274, 38, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:24:00', 0),
(1795, 274, 39, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:30:56', 0),
(1796, 274, 40, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:30:59', 0),
(1797, 274, 41, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:31:03', 0),
(1798, 274, 42, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:31:07', 0),
(1799, 274, 43, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:31:10', 0),
(1800, 274, 44, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:31:13', 0),
(1801, 274, 45, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:31:17', 0),
(1802, 274, 46, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:31:20', 0),
(1803, 274, 47, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:31:25', 0),
(1804, 274, 48, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:31:28', 0),
(1805, 274, 49, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:31:33', 0),
(1806, 274, 50, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:31:38', 0),
(1807, 274, 51, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:31:42', 0),
(1808, 274, 52, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:31:45', 0),
(1809, 274, 53, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:31:49', 0),
(1810, 274, 54, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:31:52', 0),
(1811, 274, 55, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:31:55', 0),
(1812, 274, 56, 99, 'yuggi.mr@gmail.com', 'ELH35573@274', 1, '2024-09-14 20:31:58', 0),
(1813, 274, 2, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 14:01:33', 0),
(1814, 274, 3, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 14:02:14', 0),
(1815, 274, 4, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 14:02:32', 0),
(1816, 274, 5, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 14:02:52', 0),
(1817, 274, 6, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 14:03:03', 0),
(1818, 274, 7, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:00:40', 0),
(1819, 274, 8, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:01:16', 0),
(1820, 274, 9, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:01:53', 0),
(1821, 274, 10, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:02:08', 0),
(1822, 274, 11, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:02:21', 0),
(1823, 274, 12, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:02:42', 0),
(1824, 274, 13, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:03:07', 0),
(1825, 274, 14, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:03:34', 0),
(1826, 274, 15, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:05:09', 0),
(1827, 274, 16, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:06:12', 0),
(1828, 274, 17, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:06:27', 0),
(1829, 274, 18, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:06:46', 0),
(1830, 274, 19, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:07:09', 0),
(1831, 274, 20, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:07:36', 0),
(1832, 274, 21, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:08:26', 0),
(1833, 274, 22, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:10:50', 0),
(1834, 274, 23, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:11:08', 0),
(1835, 274, 24, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:13:26', 0),
(1836, 274, 25, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:14:26', 0),
(1837, 274, 26, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:15:33', 0),
(1838, 274, 27, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:16:47', 0),
(1839, 274, 28, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:17:03', 0),
(1840, 274, 29, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:17:22', 0),
(1841, 274, 30, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:18:28', 0),
(1842, 274, 31, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:21:50', 0),
(1843, 274, 32, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:26:40', 0),
(1844, 274, 33, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:27:16', 0),
(1845, 274, 34, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:28:06', 0),
(1846, 274, 35, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:31:25', 0),
(1847, 274, 36, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:33:08', 0),
(1848, 274, 37, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:33:44', 0),
(1849, 274, 38, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:35:58', 0),
(1850, 274, 39, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:36:28', 0),
(1851, 274, 40, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:36:47', 0),
(1852, 274, 41, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:37:13', 0),
(1853, 274, 42, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:37:41', 0),
(1854, 274, 43, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:38:15', 0),
(1855, 274, 44, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:38:25', 0),
(1856, 274, 45, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:39:37', 0),
(1857, 274, 46, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:39:47', 0),
(1858, 274, 47, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:40:08', 0),
(1859, 274, 48, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:41:10', 0),
(1860, 274, 49, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:41:29', 0),
(1861, 274, 50, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:42:02', 0),
(1862, 274, 51, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:42:20', 0),
(1863, 274, 52, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:42:39', 0),
(1864, 274, 53, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:47:09', 0),
(1865, 274, 54, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:47:22', 0),
(1866, 274, 55, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:47:43', 0),
(1867, 274, 56, 100, 'arjun.aradhya10@gmail.com', 'ELH17973@274', 1, '2024-09-18 15:48:19', 0),
(1868, 274, 2, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:14:36', 0),
(1869, 274, 3, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:15:11', 0),
(1870, 274, 4, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:15:18', 0),
(1871, 274, 5, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:15:35', 0),
(1872, 274, 6, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:15:38', 0),
(1873, 274, 7, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:15:43', 0),
(1874, 274, 8, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:15:46', 0),
(1875, 274, 9, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:15:55', 0),
(1876, 274, 10, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:15:59', 0),
(1877, 274, 11, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:16:06', 0),
(1878, 274, 12, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:16:10', 0),
(1879, 274, 13, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:16:15', 0),
(1880, 274, 14, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:16:24', 0),
(1881, 274, 15, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:16:30', 0),
(1882, 274, 16, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:16:41', 0),
(1883, 274, 17, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:16:49', 0),
(1884, 274, 18, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:16:52', 0),
(1885, 274, 19, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:17:01', 0),
(1886, 274, 20, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:17:06', 0),
(1887, 274, 21, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:25:29', 0),
(1888, 274, 22, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:25:32', 0),
(1889, 274, 23, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:25:42', 0),
(1890, 274, 24, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:25:45', 0),
(1891, 274, 25, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:25:49', 0),
(1892, 274, 26, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:25:57', 0),
(1893, 274, 27, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:26:01', 0),
(1894, 274, 28, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:26:05', 0),
(1895, 274, 29, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:26:08', 0),
(1896, 274, 30, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:26:11', 0),
(1897, 274, 31, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:26:21', 0),
(1898, 274, 32, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:26:35', 0),
(1899, 274, 33, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:26:38', 0),
(1900, 274, 34, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:26:41', 0),
(1901, 274, 35, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:26:43', 0),
(1902, 274, 36, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:26:46', 0),
(1903, 274, 37, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:27:00', 0),
(1904, 274, 38, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:27:07', 0),
(1905, 274, 39, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:27:12', 0),
(1906, 274, 40, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:27:15', 0),
(1907, 274, 41, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:27:18', 0),
(1908, 274, 42, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:27:28', 0),
(1909, 274, 43, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:27:31', 0),
(1910, 274, 44, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:27:33', 0),
(1911, 274, 45, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:27:40', 0),
(1912, 274, 46, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:27:43', 0),
(1913, 274, 47, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:27:51', 0),
(1914, 274, 48, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:28:07', 0),
(1915, 274, 49, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:28:10', 0),
(1916, 274, 50, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:28:13', 0),
(1917, 274, 51, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:28:16', 0),
(1918, 274, 52, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:28:22', 0),
(1919, 274, 53, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:28:24', 0),
(1920, 274, 54, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:28:28', 0),
(1921, 274, 55, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:28:35', 0),
(1922, 274, 56, 101, 'harvinderkaursaini2002@gmail.com', 'ELH71518@274', 1, '2024-10-05 13:28:40', 0),
(1923, 274, 2, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:02:25', 0),
(1924, 274, 3, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:02:29', 0),
(1925, 274, 4, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:02:32', 0),
(1926, 274, 5, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:02:36', 0),
(1927, 274, 6, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:02:38', 0),
(1928, 274, 7, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:02:52', 0),
(1929, 274, 8, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:03:02', 0),
(1930, 274, 9, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:03:09', 0),
(1931, 274, 10, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:03:18', 0),
(1932, 274, 11, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:03:53', 0),
(1933, 274, 12, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:03:56', 0),
(1934, 274, 13, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:03:58', 0),
(1935, 274, 14, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:00', 0),
(1936, 274, 15, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:03', 0),
(1937, 274, 16, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:06', 0),
(1938, 274, 17, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:08', 0),
(1939, 274, 18, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:10', 0),
(1940, 274, 19, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:13', 0),
(1941, 274, 20, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:15', 0),
(1942, 274, 21, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:20', 0),
(1943, 274, 22, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:22', 0),
(1944, 274, 23, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:23', 0),
(1945, 274, 24, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:26', 0),
(1946, 274, 25, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:29', 0),
(1947, 274, 26, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:31', 0),
(1948, 274, 27, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:33', 0),
(1949, 274, 28, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:35', 0),
(1950, 274, 29, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:37', 0),
(1951, 274, 30, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:39', 0),
(1952, 274, 31, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:41', 0),
(1953, 274, 32, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:44', 0),
(1954, 274, 33, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:46', 0),
(1955, 274, 34, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:48', 0),
(1956, 274, 35, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:49', 0),
(1957, 274, 36, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:51', 0),
(1958, 274, 37, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:53', 0),
(1959, 274, 38, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:56', 0),
(1960, 274, 39, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:04:58', 0),
(1961, 274, 40, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:00', 0),
(1962, 274, 41, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:01', 0),
(1963, 274, 42, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:03', 0),
(1964, 274, 43, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:06', 0),
(1965, 274, 44, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:08', 0),
(1966, 274, 45, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:09', 0),
(1967, 274, 46, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:11', 0),
(1968, 274, 47, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:12', 0),
(1969, 274, 48, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:16', 0),
(1970, 274, 49, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:17', 0),
(1971, 274, 50, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:19', 0),
(1972, 274, 51, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:21', 0),
(1973, 274, 52, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:23', 0),
(1974, 274, 53, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:24', 0),
(1975, 274, 54, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:26', 0),
(1976, 274, 55, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:28', 0),
(1977, 274, 56, 102, 'purbasha9185@gmail.com', 'ELH45703@274', 1, '2024-12-10 00:05:30', 0),
(1978, 274, 2, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:21:49', 0),
(1979, 274, 3, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:22:16', 0),
(1980, 274, 4, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:22:45', 0),
(1981, 274, 5, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:23:12', 0),
(1982, 274, 6, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:23:41', 0),
(1983, 274, 7, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:24:44', 0),
(1984, 274, 8, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:25:11', 0),
(1985, 274, 9, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:25:25', 0),
(1986, 274, 10, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:26:04', 0),
(1987, 274, 11, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:26:34', 0),
(1988, 274, 12, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:27:04', 0),
(1989, 274, 13, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:27:36', 0),
(1990, 274, 14, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:28:13', 0),
(1991, 274, 15, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:28:42', 0),
(1992, 274, 16, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:29:09', 0),
(1993, 274, 17, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:29:36', 0),
(1994, 274, 18, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:30:02', 0),
(1995, 274, 19, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:30:31', 0),
(1996, 274, 20, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:31:00', 0),
(1997, 274, 21, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:31:27', 0),
(1998, 274, 22, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:31:58', 0),
(1999, 274, 23, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:32:26', 0),
(2000, 274, 24, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:33:03', 0),
(2001, 274, 25, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:33:28', 0),
(2002, 274, 26, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:33:59', 0),
(2003, 274, 27, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:34:28', 0),
(2004, 274, 28, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:34:56', 0),
(2005, 274, 29, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:35:23', 0),
(2006, 274, 30, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:35:49', 0),
(2007, 274, 31, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:36:16', 0),
(2008, 274, 32, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:36:59', 0),
(2009, 274, 33, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:37:27', 0),
(2010, 274, 34, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:37:57', 0),
(2011, 274, 35, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:38:32', 0),
(2012, 274, 36, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:38:59', 0),
(2013, 274, 37, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:39:26', 0),
(2014, 274, 38, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:39:54', 0),
(2015, 274, 39, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:40:28', 0),
(2016, 274, 40, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:40:55', 0),
(2017, 274, 41, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:41:22', 0),
(2018, 274, 42, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:41:49', 0),
(2019, 274, 43, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:42:16', 0),
(2020, 274, 44, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:42:46', 0),
(2021, 274, 45, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:43:21', 0),
(2022, 274, 46, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:43:53', 0),
(2023, 274, 47, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:44:36', 0),
(2024, 274, 48, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:45:30', 0),
(2025, 274, 49, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:45:58', 0),
(2026, 274, 50, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:46:30', 0),
(2027, 274, 51, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:46:59', 0),
(2028, 274, 52, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:47:25', 0),
(2029, 274, 53, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:47:51', 0),
(2030, 274, 54, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:48:19', 0),
(2031, 274, 55, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:48:45', 0),
(2032, 274, 56, 103, 'avinash.9611@gmail.com', 'ELH83903@274', 1, '2024-12-10 13:49:12', 0),
(2033, 274, 2, 104, 'NabanitaMondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:25:31', 0),
(2034, 274, 3, 104, 'NabanitaMondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:25:42', 0),
(2035, 274, 4, 104, 'NabanitaMondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:25:50', 0),
(2036, 274, 5, 104, 'NabanitaMondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:26:13', 0),
(2037, 274, 6, 104, 'NabanitaMondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:26:13', 0),
(2038, 274, 9, 104, 'NabanitaMondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:26:17', 0),
(2039, 274, 56, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:08', 0),
(2040, 274, 55, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:10', 0),
(2041, 274, 54, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:12', 0),
(2042, 274, 53, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:13', 0),
(2043, 274, 52, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:14', 0),
(2044, 274, 51, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:15', 0),
(2045, 274, 50, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:16', 0),
(2046, 274, 49, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:19', 0),
(2047, 274, 48, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:20', 0),
(2048, 274, 47, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:22', 0),
(2049, 274, 46, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:23', 0),
(2050, 274, 45, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:26', 0),
(2051, 274, 44, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:36', 0),
(2052, 274, 43, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:38', 0),
(2053, 274, 42, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:46', 0),
(2054, 274, 41, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:47', 0),
(2055, 274, 40, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:48', 0),
(2056, 274, 39, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:56', 0),
(2057, 274, 38, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:57', 0),
(2058, 274, 37, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:58', 0),
(2059, 274, 36, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:54:59', 0),
(2060, 274, 35, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:00', 0),
(2061, 274, 34, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:01', 0),
(2062, 274, 33, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:03', 0),
(2063, 274, 32, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:04', 0),
(2064, 274, 31, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:04', 0),
(2065, 274, 30, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:05', 0),
(2066, 274, 29, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:06', 0),
(2067, 274, 28, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:07', 0),
(2068, 274, 27, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:08', 0),
(2069, 274, 26, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:16', 0),
(2070, 274, 25, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:17', 0),
(2071, 274, 24, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:18', 0),
(2072, 274, 23, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:19', 0),
(2073, 274, 22, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:20', 0),
(2074, 274, 21, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:21', 0),
(2075, 274, 20, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:22', 0),
(2076, 274, 19, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:22', 0),
(2077, 274, 18, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:23', 0),
(2078, 274, 17, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:24', 0),
(2079, 274, 16, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:25', 0),
(2080, 274, 15, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:26', 0),
(2081, 274, 14, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:27', 0),
(2082, 274, 13, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:30', 0),
(2083, 274, 12, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:30', 0),
(2084, 274, 11, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:31', 0),
(2085, 274, 10, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:32', 0),
(2086, 274, 8, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:47', 0),
(2087, 274, 7, 104, 'nabanitamondal8282@gmail.com', 'ELH93503@274', 1, '2025-01-03 13:55:49', 0),
(2088, 274, 2, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:53:49', 0),
(2089, 274, 3, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:53:57', 0),
(2090, 274, 4, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:00', 0),
(2091, 274, 5, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:01', 0),
(2092, 274, 6, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:02', 0),
(2093, 274, 7, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:04', 0),
(2094, 274, 8, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:05', 0),
(2095, 274, 9, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:06', 0),
(2096, 274, 10, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:07', 0),
(2097, 274, 11, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:09', 0),
(2098, 274, 12, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:15', 0),
(2099, 274, 13, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:24', 0),
(2100, 274, 14, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:26', 0),
(2101, 274, 15, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:27', 0),
(2102, 274, 16, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:29', 0),
(2103, 274, 17, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:30', 0),
(2104, 274, 18, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:31', 0),
(2105, 274, 19, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:32', 0),
(2106, 274, 20, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:34', 0),
(2107, 274, 21, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:35', 0),
(2108, 274, 22, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:37', 0),
(2109, 274, 23, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:38', 0),
(2110, 274, 24, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:54', 0),
(2111, 274, 25, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:56', 0),
(2112, 274, 26, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:57', 0),
(2113, 274, 27, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:54:58', 0),
(2114, 274, 28, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:00', 0),
(2115, 274, 29, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:01', 0),
(2116, 274, 30, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:02', 0),
(2117, 274, 31, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:04', 0),
(2118, 274, 32, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:05', 0),
(2119, 274, 33, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:06', 0),
(2120, 274, 34, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:15', 0),
(2121, 274, 35, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:18', 0),
(2122, 274, 36, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:19', 0),
(2123, 274, 37, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:20', 0),
(2124, 274, 38, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:21', 0),
(2125, 274, 39, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:22', 0),
(2126, 274, 40, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:24', 0),
(2127, 274, 41, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:25', 0),
(2128, 274, 42, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:26', 0),
(2129, 274, 43, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:27', 0),
(2130, 274, 44, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:28', 0),
(2131, 274, 45, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:30', 0),
(2132, 274, 46, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:36', 0),
(2133, 274, 47, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:37', 0),
(2134, 274, 48, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:38', 0),
(2135, 274, 49, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:39', 0),
(2136, 274, 50, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:41', 0),
(2137, 274, 51, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:43', 0),
(2138, 274, 52, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:44', 0),
(2139, 274, 53, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:45', 0),
(2140, 274, 54, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:47', 0),
(2141, 274, 55, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:48', 0),
(2142, 274, 56, 105, 'sahoo.deepak92@gmail.com', 'ELH25888@274', 1, '2025-01-14 13:55:49', 0),
(2143, 274, 2, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:39', 0),
(2144, 274, 3, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:42', 0),
(2145, 274, 4, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:43', 0),
(2146, 274, 5, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:44', 0),
(2147, 274, 6, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:45', 0),
(2148, 274, 7, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:46', 0),
(2149, 274, 8, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:47', 0),
(2150, 274, 9, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:48', 0),
(2151, 274, 10, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:50', 0),
(2152, 274, 11, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:52', 0),
(2153, 274, 12, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:53', 0),
(2154, 274, 13, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:53', 0),
(2155, 274, 14, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:54', 0),
(2156, 274, 15, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:55', 0),
(2157, 274, 16, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:56', 0),
(2158, 274, 17, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:57', 0),
(2159, 274, 18, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 16:09:57', 0),
(2160, 274, 19, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:09:54', 0),
(2161, 274, 20, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:09:57', 0),
(2162, 274, 21, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:09:58', 0),
(2163, 274, 22, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:00', 0),
(2164, 274, 23, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:01', 0),
(2165, 274, 24, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:02', 0),
(2166, 274, 25, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:04', 0),
(2167, 274, 26, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:05', 0),
(2168, 274, 27, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:06', 0),
(2169, 274, 28, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:07', 0),
(2170, 274, 29, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:08', 0),
(2171, 274, 30, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:09', 0),
(2172, 274, 31, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:10', 0),
(2173, 274, 32, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:15', 0),
(2174, 274, 33, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:16', 0),
(2175, 274, 34, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:19', 0),
(2176, 274, 35, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:20', 0),
(2177, 274, 36, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:21', 0),
(2178, 274, 37, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:22', 0),
(2179, 274, 38, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:27', 0),
(2180, 274, 39, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:28', 0),
(2181, 274, 40, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:29', 0),
(2182, 274, 41, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:30', 0),
(2183, 274, 42, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:31', 0),
(2184, 274, 43, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:34', 0),
(2185, 274, 44, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:35', 0),
(2186, 274, 45, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:36', 0),
(2187, 274, 46, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:37', 0),
(2188, 274, 47, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:38', 0),
(2189, 274, 48, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:39', 0),
(2190, 274, 49, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:47', 0),
(2191, 274, 50, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:48', 0),
(2192, 274, 51, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:49', 0),
(2193, 274, 52, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:50', 0),
(2194, 274, 53, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:51', 0),
(2195, 274, 54, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:53', 0),
(2196, 274, 55, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:54', 0),
(2197, 274, 56, 106, 'syaminnellore@gmail.com', 'ELH76498@274', 1, '2025-01-16 18:10:56', 0),
(2198, 274, 2, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:09:54', 0);
INSERT INTO `download_chapter_list` (`download_chap_list_id`, `BookId`, `chapterNo`, `download_resource_id`, `email`, `generated_code`, `download_count`, `download_date`, `isDeleted`) VALUES
(2199, 274, 3, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:10:13', 0),
(2200, 274, 4, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:15', 0),
(2201, 274, 5, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:17', 0),
(2202, 274, 6, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:19', 0),
(2203, 274, 7, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:21', 0),
(2204, 274, 8, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:22', 0),
(2205, 274, 9, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:24', 0),
(2206, 274, 10, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:25', 0),
(2207, 274, 11, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:30', 0),
(2208, 274, 12, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:31', 0),
(2209, 274, 13, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:33', 0),
(2210, 274, 14, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:35', 0),
(2211, 274, 15, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:36', 0),
(2212, 274, 16, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:38', 0),
(2213, 274, 17, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:39', 0),
(2214, 274, 18, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:40', 0),
(2215, 274, 19, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:42', 0),
(2216, 274, 20, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:19:43', 0),
(2217, 274, 21, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:31', 0),
(2218, 274, 22, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:33', 0),
(2219, 274, 23, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:34', 0),
(2220, 274, 24, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:35', 0),
(2221, 274, 25, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:37', 0),
(2222, 274, 26, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:38', 0),
(2223, 274, 27, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:39', 0),
(2224, 274, 28, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:41', 0),
(2225, 274, 29, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:42', 0),
(2226, 274, 30, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:44', 0),
(2227, 274, 31, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:45', 0),
(2228, 274, 32, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:47', 0),
(2229, 274, 33, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:48', 0),
(2230, 274, 34, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:51', 0),
(2231, 274, 35, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:52', 0),
(2232, 274, 36, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:54', 0),
(2233, 274, 37, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:55', 0),
(2234, 274, 38, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:57', 0),
(2235, 274, 39, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:20:58', 0),
(2236, 274, 40, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:00', 0),
(2237, 274, 41, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:04', 0),
(2238, 274, 42, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:05', 0),
(2239, 274, 43, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:07', 0),
(2240, 274, 44, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:08', 0),
(2241, 274, 45, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:09', 0),
(2242, 274, 46, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:28', 0),
(2243, 274, 47, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:30', 0),
(2244, 274, 48, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:31', 0),
(2245, 274, 49, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:32', 0),
(2246, 274, 50, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:34', 0),
(2247, 274, 51, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:35', 0),
(2248, 274, 52, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:37', 0),
(2249, 274, 53, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:38', 0),
(2250, 274, 54, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:40', 0),
(2251, 274, 55, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:42', 0),
(2252, 274, 56, 107, 'mdh911119@gmail.com', 'ELH25883@274', 1, '2025-01-27 00:21:43', 0),
(2253, 274, 2, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:37:28', 0),
(2254, 274, 3, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:37:31', 0),
(2255, 274, 4, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:37:32', 0),
(2256, 274, 5, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:37:35', 0),
(2257, 274, 6, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:02', 0),
(2258, 274, 7, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:03', 0),
(2259, 274, 8, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:04', 0),
(2260, 274, 9, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:06', 0),
(2261, 274, 10, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:07', 0),
(2262, 274, 11, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:09', 0),
(2263, 274, 12, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:11', 0),
(2264, 274, 13, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:12', 0),
(2265, 274, 14, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:16', 0),
(2266, 274, 15, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:18', 0),
(2267, 274, 16, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:20', 0),
(2268, 274, 17, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:21', 0),
(2269, 274, 18, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:23', 0),
(2270, 274, 19, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:24', 0),
(2271, 274, 20, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:25', 0),
(2272, 274, 21, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:27', 0),
(2273, 274, 22, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:28', 0),
(2274, 274, 23, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:30', 0),
(2275, 274, 24, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:31', 0),
(2276, 274, 25, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:32', 0),
(2277, 274, 26, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:33', 0),
(2278, 274, 27, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:35', 0),
(2279, 274, 28, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:36', 0),
(2280, 274, 29, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:37', 0),
(2281, 274, 30, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:38', 0),
(2282, 274, 31, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:44', 0),
(2283, 274, 32, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:47', 0),
(2284, 274, 33, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:48', 0),
(2285, 274, 34, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:49', 0),
(2286, 274, 35, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:51', 0),
(2287, 274, 36, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:52', 0),
(2288, 274, 37, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:53', 0),
(2289, 274, 38, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:54', 0),
(2290, 274, 39, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:56', 0),
(2291, 274, 40, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:57', 0),
(2292, 274, 41, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:38:58', 0),
(2293, 274, 42, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:39:00', 0),
(2294, 274, 43, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:39:01', 0),
(2295, 274, 44, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:39:03', 0),
(2296, 274, 45, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:39:04', 0),
(2297, 274, 46, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:39:05', 0),
(2298, 274, 47, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:39:06', 0),
(2299, 274, 48, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:39:08', 0),
(2300, 274, 49, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:39:09', 0),
(2301, 274, 50, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:39:10', 0),
(2302, 274, 51, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:39:13', 0),
(2303, 274, 52, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:39:15', 0),
(2304, 274, 53, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:39:16', 0),
(2305, 274, 54, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:39:18', 0),
(2306, 274, 55, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:39:19', 0),
(2307, 274, 56, 108, 'masarafhossain167@gmail.com', 'ELH92028@274', 1, '2025-01-31 11:39:21', 0),
(2308, 274, 2, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:17:26', 0),
(2309, 274, 3, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:18:02', 0),
(2310, 274, 4, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:18:11', 0),
(2311, 274, 5, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:18:14', 0),
(2312, 274, 6, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:18:36', 0),
(2313, 274, 7, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:18:58', 0),
(2314, 274, 8, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:19:03', 0),
(2315, 274, 9, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:19:06', 0),
(2316, 274, 10, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:19:10', 0),
(2317, 274, 11, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:19:21', 0),
(2318, 274, 12, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:19:26', 0),
(2319, 274, 13, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:19:30', 0),
(2320, 274, 14, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:19:34', 0),
(2321, 274, 15, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:20:11', 0),
(2322, 274, 16, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:20:17', 0),
(2323, 274, 17, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:20:22', 0),
(2324, 274, 18, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:20:26', 0),
(2325, 274, 19, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:20:28', 0),
(2326, 274, 20, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:20:31', 0),
(2327, 274, 21, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:20:39', 0),
(2328, 274, 22, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:20:42', 0),
(2329, 274, 23, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:20:49', 0),
(2330, 274, 24, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:00', 0),
(2331, 274, 25, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:03', 0),
(2332, 274, 26, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:11', 0),
(2333, 274, 27, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:13', 0),
(2334, 274, 28, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:16', 0),
(2335, 274, 29, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:23', 0),
(2336, 274, 30, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:26', 0),
(2337, 274, 31, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:29', 0),
(2338, 274, 32, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:32', 0),
(2339, 274, 33, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:36', 0),
(2340, 274, 34, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:39', 0),
(2341, 274, 35, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:42', 0),
(2342, 274, 36, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:46', 0),
(2343, 274, 37, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:48', 0),
(2344, 274, 38, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:51', 0),
(2345, 274, 39, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:53', 0),
(2346, 274, 40, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:56', 0),
(2347, 274, 41, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:21:58', 0),
(2348, 274, 42, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:22:02', 0),
(2349, 274, 43, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:22:05', 0),
(2350, 274, 44, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:22:09', 0),
(2351, 274, 45, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:22:12', 0),
(2352, 274, 46, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:22:15', 0),
(2353, 274, 47, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:22:17', 0),
(2354, 274, 48, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:22:21', 0),
(2355, 274, 49, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:22:23', 0),
(2356, 274, 50, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:22:25', 0),
(2357, 274, 51, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:22:31', 0),
(2358, 274, 52, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:22:48', 0),
(2359, 274, 53, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:22:50', 0),
(2360, 274, 54, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:22:57', 0),
(2361, 274, 55, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:22:59', 0),
(2362, 274, 56, 109, 'bhriguramanik@gmail.com', 'ELH28733@274', 1, '2025-02-04 00:23:03', 0),
(2363, 274, 2, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:10:56', 0),
(2364, 274, 3, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:11:39', 0),
(2365, 274, 4, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:11:44', 0),
(2366, 274, 5, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:11:48', 0),
(2367, 274, 6, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:11:52', 0),
(2368, 274, 39, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:15:08', 0),
(2369, 274, 56, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:15:17', 0),
(2370, 274, 54, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:15:21', 0),
(2371, 274, 53, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:15:25', 0),
(2372, 274, 52, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:15:30', 0),
(2373, 274, 51, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:15:36', 0),
(2374, 274, 50, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:15:39', 0),
(2375, 274, 49, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:15:42', 0),
(2376, 274, 48, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:15:47', 0),
(2377, 274, 47, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:15:49', 0),
(2378, 274, 46, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:15:51', 0),
(2379, 274, 43, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:15:56', 0),
(2380, 274, 42, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:15:58', 0),
(2381, 274, 40, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:01', 0),
(2382, 274, 38, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:15', 0),
(2383, 274, 37, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:18', 0),
(2384, 274, 36, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:20', 0),
(2385, 274, 33, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:25', 0),
(2386, 274, 32, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:28', 0),
(2387, 274, 31, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:30', 0),
(2388, 274, 30, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:33', 0),
(2389, 274, 28, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:36', 0),
(2390, 274, 26, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:41', 0),
(2391, 274, 25, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:42', 0),
(2392, 274, 24, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:44', 0),
(2393, 274, 22, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:47', 0),
(2394, 274, 21, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:49', 0),
(2395, 274, 19, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:54', 0),
(2396, 274, 18, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:57', 0),
(2397, 274, 17, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:16:58', 0),
(2398, 274, 13, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:17:04', 0),
(2399, 274, 12, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:17:06', 0),
(2400, 274, 11, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:17:09', 0),
(2401, 274, 10, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:17:11', 0),
(2402, 274, 9, 110, 'caanguk@outlook.com', 'ELH73533@274', 1, '2025-02-05 16:17:15', 0),
(2403, 274, 56, 111, 'harshmangalam17@gmail.com', 'ELH87213@274', 1, '2025-02-13 19:44:23', 0),
(2404, 274, 2, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:02:31', 0),
(2405, 274, 3, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:02:36', 0),
(2406, 274, 4, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:02:38', 0),
(2407, 274, 5, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:02:39', 0),
(2408, 274, 6, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:02:48', 0),
(2409, 274, 7, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:02:49', 0),
(2410, 274, 9, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:02:54', 0),
(2411, 274, 8, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:02:55', 0),
(2412, 274, 10, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:03:01', 0),
(2413, 274, 11, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:03:03', 0),
(2414, 274, 12, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:03:05', 0),
(2415, 274, 13, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:03:13', 0),
(2416, 274, 14, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:03:15', 0),
(2417, 274, 15, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:03:20', 0),
(2418, 274, 16, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:03:23', 0),
(2419, 274, 17, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:03:35', 0),
(2420, 274, 18, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:03:38', 0),
(2421, 274, 19, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:03:44', 0),
(2422, 274, 20, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:03:46', 0),
(2423, 274, 21, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:03:50', 0),
(2424, 274, 22, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:03:52', 0),
(2425, 274, 23, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:03:54', 0),
(2426, 274, 24, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:02', 0),
(2427, 274, 25, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:03', 0),
(2428, 274, 26, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:05', 0),
(2429, 274, 27, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:07', 0),
(2430, 274, 28, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:11', 0),
(2431, 274, 29, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:19', 0),
(2432, 274, 30, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:20', 0),
(2433, 274, 31, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:23', 0),
(2434, 274, 32, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:25', 0),
(2435, 274, 33, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:26', 0),
(2436, 274, 34, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:39', 0),
(2437, 274, 35, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:40', 0),
(2438, 274, 36, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:46', 0),
(2439, 274, 37, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:48', 0),
(2440, 274, 38, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:50', 0),
(2441, 274, 39, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:55', 0),
(2442, 274, 40, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:57', 0),
(2443, 274, 41, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:04:59', 0),
(2444, 274, 42, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:05:03', 0),
(2445, 274, 45, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:05:12', 0),
(2446, 274, 44, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:05:14', 0),
(2447, 274, 43, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:05:16', 0),
(2448, 274, 46, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:05:24', 0),
(2449, 274, 47, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:05:31', 0),
(2450, 274, 48, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:05:33', 0),
(2451, 274, 49, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:05:34', 0),
(2452, 274, 50, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:05:40', 0),
(2453, 274, 51, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:05:48', 0),
(2454, 274, 52, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:05:50', 0),
(2455, 274, 53, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:05:52', 0),
(2456, 274, 54, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:05:54', 0),
(2457, 274, 55, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:05:56', 0),
(2458, 274, 56, 115, 'heramadni08@gmail.com', 'ELH79713@274', 1, '2025-02-27 14:06:03', 0),
(2459, 274, 2, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:18:59', 0),
(2460, 274, 3, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:20:52', 0),
(2461, 274, 4, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:23:41', 0),
(2462, 274, 5, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:24:18', 0),
(2463, 274, 6, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:24:54', 0),
(2464, 274, 7, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:25:34', 0),
(2465, 274, 8, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:40:09', 0),
(2466, 274, 9, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:40:42', 0),
(2467, 274, 10, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:41:15', 0),
(2468, 274, 11, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:41:51', 0),
(2469, 274, 12, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:42:27', 0),
(2470, 274, 13, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:43:03', 0),
(2471, 274, 14, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:43:41', 0),
(2472, 274, 15, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:44:18', 0),
(2473, 274, 16, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:44:57', 0),
(2474, 274, 17, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:45:46', 0),
(2475, 274, 18, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:46:24', 0),
(2476, 274, 19, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:47:24', 0),
(2477, 274, 20, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:48:08', 0),
(2478, 274, 21, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:48:55', 0),
(2479, 274, 22, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:50:12', 0),
(2480, 274, 23, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:50:45', 0),
(2481, 274, 24, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:51:20', 0),
(2482, 274, 25, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:51:55', 0),
(2483, 274, 26, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:52:43', 0),
(2484, 274, 27, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:53:24', 0),
(2485, 274, 28, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:54:03', 0),
(2486, 274, 29, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:54:38', 0),
(2487, 274, 30, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:55:12', 0),
(2488, 274, 31, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:55:51', 0),
(2489, 274, 32, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:56:26', 0),
(2490, 274, 33, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:57:01', 0),
(2491, 274, 34, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:57:38', 0),
(2492, 274, 35, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:58:21', 0),
(2493, 274, 36, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:58:58', 0),
(2494, 274, 37, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 20:59:41', 0),
(2495, 274, 38, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:00:22', 0),
(2496, 274, 39, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:00:55', 0),
(2497, 274, 40, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:01:29', 0),
(2498, 274, 41, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:02:05', 0),
(2499, 274, 42, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:02:50', 0),
(2500, 274, 43, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:03:31', 0),
(2501, 274, 44, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:04:09', 0),
(2502, 274, 45, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:04:47', 0),
(2503, 274, 46, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:05:25', 0),
(2504, 274, 47, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:06:01', 0),
(2505, 274, 48, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:06:36', 0),
(2506, 274, 49, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:07:11', 0),
(2507, 274, 50, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:07:56', 0),
(2508, 274, 51, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:08:32', 0),
(2509, 274, 52, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:09:09', 0),
(2510, 274, 53, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:09:44', 0),
(2511, 274, 54, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:10:23', 0),
(2512, 274, 55, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:11:03', 0),
(2513, 274, 56, 113, 'advsamiransen@gmail.com', 'ELH18753@274', 1, '2025-03-03 21:12:40', 0),
(2514, 274, 2, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:17:51', 0),
(2515, 274, 3, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:17:58', 0),
(2516, 274, 4, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:00', 0),
(2517, 274, 5, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:02', 0),
(2518, 274, 6, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:05', 0),
(2519, 274, 7, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:06', 0),
(2520, 274, 8, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:08', 0),
(2521, 274, 9, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:11', 0),
(2522, 274, 10, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:31', 0),
(2523, 274, 11, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:32', 0),
(2524, 274, 12, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:34', 0),
(2525, 274, 13, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:36', 0),
(2526, 274, 14, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:37', 0),
(2527, 274, 15, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:39', 0),
(2528, 274, 16, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:41', 0),
(2529, 274, 17, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:43', 0),
(2530, 274, 18, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:45', 0),
(2531, 274, 19, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:47', 0),
(2532, 274, 20, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:49', 0),
(2533, 274, 21, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:56', 0),
(2534, 274, 22, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:18:57', 0),
(2535, 274, 23, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:19:00', 0),
(2536, 274, 24, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:19:01', 0),
(2537, 274, 25, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:19:03', 0),
(2538, 274, 26, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:19:12', 0),
(2539, 274, 27, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:19:14', 0),
(2540, 274, 28, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:19:17', 0),
(2541, 274, 29, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:19:19', 0),
(2542, 274, 30, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:19:22', 0),
(2543, 274, 31, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:19:24', 0),
(2544, 274, 32, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:19:26', 0),
(2545, 274, 33, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:19:28', 0),
(2546, 274, 34, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:19:34', 0),
(2547, 274, 35, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:19:50', 0),
(2548, 274, 36, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:19:58', 0),
(2549, 274, 37, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:00', 0),
(2550, 274, 38, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:01', 0),
(2551, 274, 39, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:03', 0),
(2552, 274, 40, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:05', 0),
(2553, 274, 41, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:06', 0),
(2554, 274, 42, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:08', 0),
(2555, 274, 43, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:10', 0),
(2556, 274, 44, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:11', 0),
(2557, 274, 45, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:17', 0),
(2558, 274, 46, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:19', 0),
(2559, 274, 47, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:20', 0),
(2560, 274, 48, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:22', 0),
(2561, 274, 49, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:46', 0),
(2562, 274, 50, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:48', 0),
(2563, 274, 51, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:50', 0),
(2564, 274, 52, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:52', 0),
(2565, 274, 53, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:54', 0),
(2566, 274, 54, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:56', 0),
(2567, 274, 55, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:20:58', 0),
(2568, 274, 56, 116, 'sumitsmanhas99@gmail.com', 'ELH19268@274', 1, '2025-03-11 12:21:11', 0),
(2569, 274, 2, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:51:29', 0),
(2570, 274, 3, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:51:34', 0),
(2571, 274, 4, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:51:37', 0),
(2572, 274, 5, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:51:39', 0),
(2573, 274, 6, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:51:42', 0),
(2574, 274, 7, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:51:52', 0),
(2575, 274, 8, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:51:57', 0),
(2576, 274, 9, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:52:00', 0),
(2577, 274, 10, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:52:05', 0),
(2578, 274, 11, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:52:07', 0),
(2579, 274, 12, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:52:10', 0),
(2580, 274, 13, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:52:15', 0),
(2581, 274, 14, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:52:17', 0),
(2582, 274, 15, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:52:20', 0),
(2583, 274, 16, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:52:23', 0),
(2584, 274, 17, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:52:25', 0),
(2585, 274, 19, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:52:27', 0),
(2586, 274, 20, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:52:30', 0),
(2587, 274, 18, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:53:32', 0),
(2588, 274, 21, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:53:54', 0),
(2589, 274, 22, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:53:57', 0),
(2590, 274, 23, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:54:00', 0),
(2591, 274, 24, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:54:02', 0),
(2592, 274, 25, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:54:05', 0),
(2593, 274, 26, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:54:08', 0),
(2594, 274, 27, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:54:10', 0),
(2595, 274, 28, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:54:16', 0),
(2596, 274, 29, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:55:30', 0),
(2597, 274, 30, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:55:33', 0),
(2598, 274, 31, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:55:35', 0),
(2599, 274, 32, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:55:37', 0),
(2600, 274, 33, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:55:38', 0),
(2601, 274, 34, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:55:40', 0),
(2602, 274, 35, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:55:41', 0),
(2603, 274, 36, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:55:42', 0),
(2604, 274, 37, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:55:45', 0),
(2605, 274, 38, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:55:46', 0),
(2606, 274, 39, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:55:47', 0),
(2607, 274, 40, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:55:48', 0),
(2608, 274, 41, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:55:49', 0),
(2609, 274, 42, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:55:50', 0),
(2610, 274, 43, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:55:58', 0),
(2611, 274, 44, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:56:00', 0),
(2612, 274, 45, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:56:01', 0),
(2613, 274, 46, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:56:02', 0),
(2614, 274, 47, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:56:04', 0),
(2615, 274, 48, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:56:05', 0),
(2616, 274, 49, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:56:07', 0),
(2617, 274, 50, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:56:08', 0),
(2618, 274, 51, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:56:10', 0),
(2619, 274, 52, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:56:11', 0),
(2620, 274, 53, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:56:12', 0),
(2621, 274, 54, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:56:14', 0),
(2622, 274, 55, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:56:27', 0),
(2623, 274, 56, 119, 'sandipanpathak2842000@gmail.com', 'ELH42333@274', 1, '2025-03-18 09:56:28', 0),
(2624, 274, 2, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:14:51', 0),
(2625, 274, 3, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:14:54', 0),
(2626, 274, 4, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:14:55', 0),
(2627, 274, 5, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:14:58', 0),
(2628, 274, 6, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:04', 0),
(2629, 274, 7, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:06', 0),
(2630, 274, 8, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:08', 0),
(2631, 274, 9, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:11', 0),
(2632, 274, 10, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:13', 0),
(2633, 274, 11, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:15', 0),
(2634, 274, 12, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:20', 0),
(2635, 274, 13, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:22', 0),
(2636, 274, 14, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:24', 0),
(2637, 274, 15, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:27', 0),
(2638, 274, 16, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:31', 0),
(2639, 274, 17, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:47', 0),
(2640, 274, 18, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:48', 0),
(2641, 274, 19, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:49', 0),
(2642, 274, 20, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:51', 0),
(2643, 274, 21, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:52', 0),
(2644, 274, 22, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:54', 0),
(2645, 274, 23, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:55', 0),
(2646, 274, 24, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:56', 0),
(2647, 274, 25, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:15:58', 0),
(2648, 274, 26, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:00', 0),
(2649, 274, 27, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:01', 0),
(2650, 274, 28, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:02', 0),
(2651, 274, 29, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:03', 0),
(2652, 274, 30, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:05', 0),
(2653, 274, 31, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:06', 0),
(2654, 274, 32, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:08', 0),
(2655, 274, 33, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:19', 0),
(2656, 274, 34, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:21', 0),
(2657, 274, 35, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:23', 0),
(2658, 274, 36, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:24', 0),
(2659, 274, 37, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:26', 0),
(2660, 274, 38, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:27', 0),
(2661, 274, 39, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:29', 0),
(2662, 274, 40, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:30', 0),
(2663, 274, 41, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:33', 0),
(2664, 274, 42, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:34', 0),
(2665, 274, 43, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:36', 0),
(2666, 274, 44, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:38', 0),
(2667, 274, 45, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:39', 0),
(2668, 274, 46, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:41', 0),
(2669, 274, 47, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:42', 0),
(2670, 274, 48, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:44', 0),
(2671, 274, 49, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:49', 0),
(2672, 274, 50, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:51', 0),
(2673, 274, 51, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:16:59', 0),
(2674, 274, 52, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:17:00', 0),
(2675, 274, 53, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:17:01', 0),
(2676, 274, 54, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:17:03', 0),
(2677, 274, 55, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:17:05', 0),
(2678, 274, 56, 124, 'himanshurajsah5@gmail.com', 'ELH44888@274', 1, '2025-04-17 10:17:07', 0),
(2679, 274, 2, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:10:49', 0),
(2680, 274, 3, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:11:51', 0),
(2681, 274, 4, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:12:24', 0),
(2682, 274, 5, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:12:29', 0),
(2683, 274, 6, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:12:33', 0),
(2684, 274, 7, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:12:36', 0),
(2685, 274, 8, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:12:39', 0),
(2686, 274, 9, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:12:43', 0),
(2687, 274, 10, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:12:46', 0),
(2688, 274, 11, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:12:48', 0),
(2689, 274, 12, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:12:51', 0),
(2690, 274, 13, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:12:54', 0),
(2691, 274, 15, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:12:58', 0),
(2692, 274, 16, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:13:01', 0),
(2693, 274, 17, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:13:05', 0),
(2694, 274, 18, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:13:20', 0),
(2695, 274, 19, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:13:29', 0),
(2696, 274, 20, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:13:33', 0),
(2697, 274, 21, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:13:38', 0),
(2698, 274, 22, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:13:46', 0),
(2699, 274, 23, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:13:49', 0),
(2700, 274, 24, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:13:52', 0),
(2701, 274, 25, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:13:54', 0),
(2702, 274, 26, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:13:57', 0),
(2703, 274, 27, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:14:06', 0),
(2704, 274, 28, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:14:11', 0),
(2705, 274, 29, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:14:13', 0),
(2706, 274, 30, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:14:16', 0),
(2707, 274, 31, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:14:20', 0),
(2708, 274, 32, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:14:23', 0),
(2709, 274, 33, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:14:27', 0),
(2710, 274, 34, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:14:29', 0),
(2711, 274, 35, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:14:33', 0),
(2712, 274, 36, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:14:36', 0),
(2713, 274, 37, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:14:39', 0),
(2714, 274, 38, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:14:42', 0),
(2715, 274, 39, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:14:46', 0),
(2716, 274, 40, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:14:49', 0),
(2717, 274, 41, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:15:01', 0),
(2718, 274, 42, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:15:04', 0),
(2719, 274, 43, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:15:13', 0),
(2720, 274, 44, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:15:17', 0),
(2721, 274, 45, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:15:20', 0),
(2722, 274, 46, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:15:22', 0),
(2723, 274, 47, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:15:26', 0),
(2724, 274, 48, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:15:28', 0),
(2725, 274, 49, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:15:30', 0),
(2726, 274, 50, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:15:32', 0),
(2727, 274, 51, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:15:35', 0),
(2728, 274, 52, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:15:39', 0),
(2729, 274, 53, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:15:41', 0),
(2730, 274, 54, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:15:44', 0),
(2731, 274, 55, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:15:52', 0),
(2732, 274, 56, 122, 'prantarchatterjee99@gmail.com', 'ELH74408@274 ', 1, '2025-04-18 00:15:55', 0);
INSERT INTO `download_chapter_list` (`download_chap_list_id`, `BookId`, `chapterNo`, `download_resource_id`, `email`, `generated_code`, `download_count`, `download_date`, `isDeleted`) VALUES
(2733, 274, 2, 118, 'sumitsmanhas99@gmail.com', 'ELH40313@274', 1, '2025-06-18 20:41:29', 0),
(2734, 274, 2, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:47:51', 0),
(2735, 274, 3, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:47:54', 0),
(2736, 274, 4, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:47:55', 0),
(2737, 274, 5, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:47:56', 0),
(2738, 274, 6, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:47:58', 0),
(2739, 274, 7, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:47:59', 0),
(2740, 274, 8, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:06', 0),
(2741, 274, 9, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:08', 0),
(2742, 274, 10, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:09', 0),
(2743, 274, 11, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:10', 0),
(2744, 274, 12, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:13', 0),
(2745, 274, 13, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:14', 0),
(2746, 274, 14, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:34', 0),
(2747, 274, 15, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:40', 0),
(2748, 274, 16, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:43', 0),
(2749, 274, 17, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:44', 0),
(2750, 274, 18, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:46', 0),
(2751, 274, 19, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:47', 0),
(2752, 274, 20, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:49', 0),
(2753, 274, 21, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:50', 0),
(2754, 274, 22, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:52', 0),
(2755, 274, 23, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:53', 0),
(2756, 274, 24, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:54', 0),
(2757, 274, 25, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:48:55', 0),
(2758, 274, 26, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:12', 0),
(2759, 274, 27, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:13', 0),
(2760, 274, 28, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:15', 0),
(2761, 274, 29, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:16', 0),
(2762, 274, 30, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:17', 0),
(2763, 274, 31, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:19', 0),
(2764, 274, 32, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:20', 0),
(2765, 274, 33, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:21', 0),
(2766, 274, 34, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:22', 0),
(2767, 274, 35, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:31', 0),
(2768, 274, 36, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:36', 0),
(2769, 274, 37, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:38', 0),
(2770, 274, 38, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:40', 0),
(2771, 274, 39, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:41', 0),
(2772, 274, 40, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:43', 0),
(2773, 274, 41, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:44', 0),
(2774, 274, 42, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:46', 0),
(2775, 274, 43, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:47', 0),
(2776, 274, 44, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:49', 0),
(2777, 274, 45, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:55', 0),
(2778, 274, 46, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:57', 0),
(2779, 274, 47, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:49:58', 0),
(2780, 274, 48, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:50:00', 0),
(2781, 274, 49, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:50:01', 0),
(2782, 274, 50, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:50:04', 0),
(2783, 274, 51, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:50:06', 0),
(2784, 274, 52, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:50:07', 0),
(2785, 274, 53, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:50:09', 0),
(2786, 274, 54, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:50:10', 0),
(2787, 274, 55, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:50:11', 0),
(2788, 274, 56, 134, 'advmadhucalicut@gmail.com', 'ELH46853@274 ', 1, '2025-08-28 14:50:15', 0),
(2789, 274, 2, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:01:23', 0),
(2790, 274, 3, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:01:48', 0),
(2791, 274, 4, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:01:51', 0),
(2792, 274, 5, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:01:56', 0),
(2793, 274, 6, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:01:59', 0),
(2794, 274, 7, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:02:02', 0),
(2795, 274, 8, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:02:04', 0),
(2796, 274, 9, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:02:07', 0),
(2797, 274, 10, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:02:09', 0),
(2798, 274, 11, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:02:12', 0),
(2799, 274, 12, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:02:17', 0),
(2800, 274, 13, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:02:20', 0),
(2801, 274, 14, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:02:25', 0),
(2802, 274, 15, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:02:27', 0),
(2803, 274, 16, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:02:31', 0),
(2804, 274, 17, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:02:34', 0),
(2805, 274, 18, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:02:37', 0),
(2806, 274, 19, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:02:44', 0),
(2807, 274, 20, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:02:49', 0),
(2808, 274, 21, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:02:52', 0),
(2809, 274, 22, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:02:56', 0),
(2810, 274, 23, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:01', 0),
(2811, 274, 24, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:04', 0),
(2812, 274, 25, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:06', 0),
(2813, 274, 26, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:09', 0),
(2814, 274, 27, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:16', 0),
(2815, 274, 28, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:19', 0),
(2816, 274, 29, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:23', 0),
(2817, 274, 30, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:25', 0),
(2818, 274, 31, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:30', 0),
(2819, 274, 32, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:33', 0),
(2820, 274, 33, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:35', 0),
(2821, 274, 34, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:37', 0),
(2822, 274, 35, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:41', 0),
(2823, 274, 36, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:45', 0),
(2824, 274, 37, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:47', 0),
(2825, 274, 38, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:49', 0),
(2826, 274, 39, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:03:52', 0),
(2827, 274, 40, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:00', 0),
(2828, 274, 41, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:03', 0),
(2829, 274, 42, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:06', 0),
(2830, 274, 43, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:08', 0),
(2831, 274, 44, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:10', 0),
(2832, 274, 45, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:13', 0),
(2833, 274, 46, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:16', 0),
(2834, 274, 47, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:18', 0),
(2835, 274, 48, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:20', 0),
(2836, 274, 49, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:22', 0),
(2837, 274, 50, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:26', 0),
(2838, 274, 51, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:28', 0),
(2839, 274, 52, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:31', 0),
(2840, 274, 53, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:33', 0),
(2841, 274, 54, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:35', 0),
(2842, 274, 55, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:38', 0),
(2843, 274, 56, 135, 'invictusrounak@gmail.com', 'ELH78988@274', 1, '2025-08-28 20:04:41', 0),
(2844, 274, 38, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:31:41', 0),
(2845, 274, 2, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:31:51', 0),
(2846, 274, 3, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:31:52', 0),
(2847, 274, 4, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:31:54', 0),
(2848, 274, 5, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:31:55', 0),
(2849, 274, 6, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:31:57', 0),
(2850, 274, 7, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:31:58', 0),
(2851, 274, 8, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:31:59', 0),
(2852, 274, 9, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:00', 0),
(2853, 274, 10, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:01', 0),
(2854, 274, 11, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:03', 0),
(2855, 274, 12, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:05', 0),
(2856, 274, 13, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:06', 0),
(2857, 274, 14, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:08', 0),
(2858, 274, 15, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:09', 0),
(2859, 274, 16, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:11', 0),
(2860, 274, 17, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:12', 0),
(2861, 274, 18, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:13', 0),
(2862, 274, 19, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:15', 0),
(2863, 274, 20, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:17', 0),
(2864, 274, 21, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:18', 0),
(2865, 274, 22, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:20', 0),
(2866, 274, 23, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:21', 0),
(2867, 274, 24, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:23', 0),
(2868, 274, 25, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:25', 0),
(2869, 274, 26, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:26', 0),
(2870, 274, 27, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:28', 0),
(2871, 274, 28, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:36', 0),
(2872, 274, 29, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:38', 0),
(2873, 274, 30, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:39', 0),
(2874, 274, 31, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:41', 0),
(2875, 274, 32, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:42', 0),
(2876, 274, 33, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:44', 0),
(2877, 274, 34, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:45', 0),
(2878, 274, 35, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:47', 0),
(2879, 274, 36, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:48', 0),
(2880, 274, 37, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:50', 0),
(2881, 274, 39, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:58', 0),
(2882, 274, 40, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:32:59', 0),
(2883, 274, 41, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:33:01', 0),
(2884, 274, 42, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:33:02', 0),
(2885, 274, 43, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:33:03', 0),
(2886, 274, 44, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:33:05', 0),
(2887, 274, 45, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:33:06', 0),
(2888, 274, 46, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:33:08', 0),
(2889, 274, 47, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:33:14', 0),
(2890, 274, 48, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:33:16', 0),
(2891, 274, 49, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:33:17', 0),
(2892, 274, 50, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:33:19', 0),
(2893, 274, 51, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:33:22', 0),
(2894, 274, 52, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:33:28', 0),
(2895, 274, 53, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:33:29', 0),
(2896, 274, 54, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:33:30', 0),
(2897, 274, 55, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:33:31', 0),
(2898, 274, 56, 133, 'dan96836@gmail.com', 'ELH23638@274', 1, '2025-08-29 15:33:33', 0),
(2899, 274, 47, 136, 'bhaskarbhandari@gmail.com', 'ELH94013@274', 1, '2025-09-01 11:26:46', 0),
(2900, 274, 46, 136, 'bhaskarbhandari@gmail.com', 'ELH94013@274', 1, '2025-09-01 11:26:50', 0),
(2901, 274, 2, 136, 'bhaskarbhandari@gmail.com', 'ELH94013@274', 1, '2025-09-01 11:26:55', 0),
(2902, 274, 3, 136, 'bhaskarbhandari@gmail.com', 'ELH94013@274', 1, '2025-09-01 11:26:57', 0),
(2903, 274, 4, 136, 'bhaskarbhandari@gmail.com', 'ELH94013@274', 1, '2025-09-01 11:26:58', 0),
(2904, 274, 5, 136, 'bhaskarbhandari@gmail.com', 'ELH94013@274', 1, '2025-09-01 11:27:00', 0),
(2905, 274, 6, 136, 'bhaskarbhandari@gmail.com', 'ELH94013@274', 1, '2025-09-01 11:27:01', 0),
(2906, 274, 7, 136, 'bhaskarbhandari@gmail.com', 'ELH94013@274', 1, '2025-09-01 11:27:03', 0),
(2907, 274, 39, 136, 'bhaskarbhandari@gmail.com', 'ELH94013@274', 1, '2025-09-02 15:17:54', 0),
(2908, 274, 38, 136, 'bhaskarbhandari@gmail.com', 'ELH94013@274', 1, '2025-09-02 15:17:57', 0),
(2909, 274, 40, 136, 'bhaskarbhandari@gmail.com', 'ELH94013@274', 1, '2025-09-02 15:17:59', 0),
(2910, 274, 41, 136, 'bhaskarbhandari@gmail.com', 'ELH94013@274', 1, '2025-09-02 15:18:00', 0),
(2911, 274, 42, 136, 'bhaskarbhandari@gmail.com', 'ELH94013@274', 1, '2025-09-02 15:18:02', 0),
(2912, 274, 43, 136, 'bhaskarbhandari@gmail.com', 'ELH94013@274', 1, '2025-09-02 15:18:04', 0),
(2913, 274, 2, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:36:29', 0),
(2914, 274, 3, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:36:51', 0),
(2915, 274, 4, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:36:56', 0),
(2916, 274, 5, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:36:59', 0),
(2917, 274, 6, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:37:02', 0),
(2918, 274, 7, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:37:05', 0),
(2919, 274, 8, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:37:09', 0),
(2920, 274, 9, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:37:12', 0),
(2921, 274, 10, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:37:25', 0),
(2922, 274, 11, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:37:28', 0),
(2923, 274, 12, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:37:32', 0),
(2924, 274, 13, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:37:37', 0),
(2925, 274, 14, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:37:39', 0),
(2926, 274, 15, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:37:42', 0),
(2927, 274, 16, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:37:45', 0),
(2928, 274, 17, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:37:48', 0),
(2929, 274, 18, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:37:50', 0),
(2930, 274, 19, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:37:53', 0),
(2931, 274, 20, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:37:56', 0),
(2932, 274, 21, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:38:02', 0),
(2933, 274, 22, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:38:09', 0),
(2934, 274, 23, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:38:13', 0),
(2935, 274, 24, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:38:22', 0),
(2936, 274, 25, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:38:25', 0),
(2937, 274, 26, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:38:28', 0),
(2938, 274, 27, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:38:31', 0),
(2939, 274, 28, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:38:34', 0),
(2940, 274, 29, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:38:37', 0),
(2941, 274, 30, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:38:41', 0),
(2942, 274, 31, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:38:44', 0),
(2943, 274, 32, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:38:47', 0),
(2944, 274, 33, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:38:51', 0),
(2945, 274, 34, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:38:54', 0),
(2946, 274, 35, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:00', 0),
(2947, 274, 36, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:03', 0),
(2948, 274, 37, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:11', 0),
(2949, 274, 38, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:17', 0),
(2950, 274, 39, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:20', 0),
(2951, 274, 40, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:23', 0),
(2952, 274, 41, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:26', 0),
(2953, 274, 42, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:29', 0),
(2954, 274, 43, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:32', 0),
(2955, 274, 44, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:35', 0),
(2956, 274, 45, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:38', 0),
(2957, 274, 46, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:43', 0),
(2958, 274, 47, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:46', 0),
(2959, 274, 48, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:49', 0),
(2960, 274, 49, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:52', 0),
(2961, 274, 50, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:56', 0),
(2962, 274, 51, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:39:59', 0),
(2963, 274, 52, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:40:04', 0),
(2964, 274, 53, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:40:06', 0),
(2965, 274, 54, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:40:10', 0),
(2966, 274, 55, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:40:14', 0),
(2967, 274, 56, 139, 'dalapatisoumik@gmail.com', 'ELH17533@274', 1, '2025-10-14 15:40:17', 0),
(2968, 274, 2, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:47:59', 0),
(2969, 274, 3, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:22', 0),
(2970, 274, 4, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:24', 0),
(2971, 274, 5, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:24', 0),
(2972, 274, 6, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:26', 0),
(2973, 274, 7, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:26', 0),
(2974, 274, 8, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:28', 0),
(2975, 274, 9, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:28', 0),
(2976, 274, 10, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:29', 0),
(2977, 274, 11, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:30', 0),
(2978, 274, 12, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:31', 0),
(2979, 274, 13, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:36', 0),
(2980, 274, 14, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:38', 0),
(2981, 274, 15, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:39', 0),
(2982, 274, 16, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:41', 0),
(2983, 274, 17, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:44', 0),
(2984, 274, 18, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:44', 0),
(2985, 274, 19, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:45', 0),
(2986, 274, 20, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:46', 0),
(2987, 274, 21, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:48', 0),
(2988, 274, 22, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:49', 0),
(2989, 274, 23, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:50', 0),
(2990, 274, 24, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:52', 0),
(2991, 274, 25, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:48:53', 0),
(2992, 274, 26, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:49:03', 0),
(2993, 274, 27, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:50:47', 0),
(2994, 274, 28, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:50:49', 0),
(2995, 274, 29, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:50:50', 0),
(2996, 274, 30, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:50:51', 0),
(2997, 274, 31, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:50:53', 0),
(2998, 274, 32, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:50:54', 0),
(2999, 274, 33, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:50:55', 0),
(3000, 274, 34, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:50:56', 0),
(3001, 274, 35, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:50:57', 0),
(3002, 274, 36, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:13', 0),
(3003, 274, 37, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:16', 0),
(3004, 274, 38, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:17', 0),
(3005, 274, 39, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:18', 0),
(3006, 274, 40, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:20', 0),
(3007, 274, 41, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:21', 0),
(3008, 274, 42, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:22', 0),
(3009, 274, 43, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:23', 0),
(3010, 274, 44, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:24', 0),
(3011, 274, 45, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:34', 0),
(3012, 274, 46, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:35', 0),
(3013, 274, 47, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:36', 0),
(3014, 274, 48, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:37', 0),
(3015, 274, 49, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:38', 0),
(3016, 274, 50, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:39', 0),
(3017, 274, 51, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:40', 0),
(3018, 274, 52, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:40', 0),
(3019, 274, 53, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:41', 0),
(3020, 274, 54, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:44', 0),
(3021, 274, 55, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:45', 0),
(3022, 274, 56, 141, 'greatofmusic@gmail.com', 'ELH26233@274', 1, '2025-11-19 11:51:46', 0),
(3023, 274, 2, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:16', 0),
(3024, 274, 3, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:19', 0),
(3025, 274, 4, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:23', 0),
(3026, 274, 5, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:24', 0),
(3027, 274, 6, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:26', 0),
(3028, 274, 7, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:30', 0),
(3029, 274, 8, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:32', 0),
(3030, 274, 9, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:34', 0),
(3031, 274, 10, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:36', 0),
(3032, 274, 11, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:38', 0),
(3033, 274, 12, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:40', 0),
(3034, 274, 13, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:42', 0),
(3035, 274, 14, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:43', 0),
(3036, 274, 15, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:45', 0),
(3037, 274, 16, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:47', 0),
(3038, 274, 17, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:49', 0),
(3039, 274, 18, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:51', 0),
(3040, 274, 19, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:52', 0),
(3041, 274, 20, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:54', 0),
(3042, 274, 21, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:56', 0),
(3043, 274, 22, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:22:58', 0),
(3044, 274, 23, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:00', 0),
(3045, 274, 24, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:02', 0),
(3046, 274, 25, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:03', 0),
(3047, 274, 26, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:05', 0),
(3048, 274, 27, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:06', 0),
(3049, 274, 28, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:09', 0),
(3050, 274, 29, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:10', 0),
(3051, 274, 30, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:12', 0),
(3052, 274, 31, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:13', 0),
(3053, 274, 32, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:15', 0),
(3054, 274, 33, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:19', 0),
(3055, 274, 34, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:23', 0),
(3056, 274, 35, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:25', 0),
(3057, 274, 36, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:26', 0),
(3058, 274, 37, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:28', 0),
(3059, 274, 38, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:29', 0),
(3060, 274, 39, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:31', 0),
(3061, 274, 40, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:32', 0),
(3062, 274, 41, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:34', 0),
(3063, 274, 42, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:35', 0),
(3064, 274, 43, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:37', 0),
(3065, 274, 44, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:39', 0),
(3066, 274, 45, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:41', 0),
(3067, 274, 46, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:42', 0),
(3068, 274, 47, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:44', 0),
(3069, 274, 48, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:45', 0),
(3070, 274, 49, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:47', 0),
(3071, 274, 50, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:48', 0),
(3072, 274, 51, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:50', 0),
(3073, 274, 52, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:51', 0),
(3074, 274, 53, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:53', 0),
(3075, 274, 54, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:54', 0),
(3076, 274, 55, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:56', 0),
(3077, 274, 56, 142, 'shailendrasinghyadav10@gmail.com', 'ELH56193@274', 1, '2025-11-23 04:23:57', 0),
(3078, 274, 2, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:38:31', 0),
(3079, 274, 3, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:41:51', 0),
(3080, 274, 4, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:42:07', 0),
(3081, 274, 5, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:42:15', 0),
(3082, 274, 6, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:42:20', 0),
(3083, 274, 7, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:44:12', 0),
(3084, 274, 8, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:45:18', 0),
(3085, 274, 9, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:46:59', 0),
(3086, 274, 10, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:47:30', 0),
(3087, 274, 11, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:48:05', 0),
(3088, 274, 12, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:48:46', 0),
(3089, 274, 13, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:49:23', 0),
(3090, 274, 14, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:49:54', 0),
(3091, 274, 15, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:50:38', 0),
(3092, 274, 16, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:51:09', 0),
(3093, 274, 17, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:52:03', 0),
(3094, 274, 18, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:52:53', 0),
(3095, 274, 19, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:53:51', 0),
(3096, 274, 20, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:54:38', 0),
(3097, 274, 21, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:55:14', 0),
(3098, 274, 22, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:55:47', 0),
(3099, 274, 23, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:56:25', 0),
(3100, 274, 24, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:56:57', 0),
(3101, 274, 25, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:57:31', 0),
(3102, 274, 26, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:58:12', 0),
(3103, 274, 27, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:58:56', 0),
(3104, 274, 28, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 15:59:33', 0),
(3105, 274, 29, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:00:06', 0),
(3106, 274, 30, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:00:50', 0),
(3107, 274, 31, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:01:17', 0),
(3108, 274, 32, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:01:46', 0),
(3109, 274, 33, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:02:21', 0),
(3110, 274, 34, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:02:53', 0),
(3111, 274, 35, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:03:58', 0),
(3112, 274, 36, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:04:51', 0),
(3113, 274, 37, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:05:20', 0),
(3114, 274, 38, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:05:52', 0),
(3115, 274, 39, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:06:24', 0),
(3116, 274, 40, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:06:59', 0),
(3117, 274, 41, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:07:32', 0),
(3118, 274, 42, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:08:10', 0),
(3119, 274, 43, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:08:38', 0),
(3120, 274, 44, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:09:17', 0),
(3121, 274, 45, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:09:54', 0),
(3122, 274, 46, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:10:27', 0),
(3123, 274, 47, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:11:02', 0),
(3124, 274, 48, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:11:37', 0),
(3125, 274, 49, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:12:17', 0),
(3126, 274, 50, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:12:58', 0),
(3127, 274, 51, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:13:27', 0),
(3128, 274, 52, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:14:04', 0),
(3129, 274, 53, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:14:40', 0),
(3130, 274, 54, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:15:18', 0),
(3131, 274, 55, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:15:59', 0),
(3132, 274, 56, 143, 'msamrithanand@gmail.com', 'ELH43498@274', 1, '2025-11-26 16:16:34', 0),
(3133, 274, 2, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:06:05', 0),
(3134, 274, 3, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:06:55', 0),
(3135, 274, 4, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:07:05', 0),
(3136, 274, 5, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:07:09', 0),
(3137, 274, 6, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:07:19', 0),
(3138, 274, 7, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:07:27', 0),
(3139, 274, 8, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:07:32', 0),
(3140, 274, 9, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:07:36', 0),
(3141, 274, 10, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:07:43', 0),
(3142, 274, 11, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:07:47', 0),
(3143, 274, 12, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:07:51', 0),
(3144, 274, 13, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:07:59', 0),
(3145, 274, 14, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:08:09', 0),
(3146, 274, 15, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:08:18', 0),
(3147, 274, 16, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:08:25', 0),
(3148, 274, 17, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:08:34', 0),
(3149, 274, 18, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:08:38', 0),
(3150, 274, 19, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:08:42', 0),
(3151, 274, 20, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:08:49', 0),
(3152, 274, 21, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:08:56', 0),
(3153, 274, 22, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:09:02', 0),
(3154, 274, 23, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:09:10', 0),
(3155, 274, 24, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:10:00', 0),
(3156, 274, 25, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:10:10', 0),
(3157, 274, 26, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:10:16', 0),
(3158, 274, 27, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:10:25', 0),
(3159, 274, 28, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:10:31', 0),
(3160, 274, 30, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:10:42', 0),
(3161, 274, 31, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:10:53', 0),
(3162, 274, 32, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:11:11', 0),
(3163, 274, 34, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:11:28', 0),
(3164, 274, 35, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:11:38', 0),
(3165, 274, 36, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:11:46', 0),
(3166, 274, 37, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:11:55', 0),
(3167, 274, 38, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:12:04', 0),
(3168, 274, 39, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:12:13', 0),
(3169, 274, 40, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:12:24', 0),
(3170, 274, 33, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:13:33', 0),
(3171, 274, 41, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:13:42', 0),
(3172, 274, 42, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:13:51', 0),
(3173, 274, 43, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:13:59', 0),
(3174, 274, 44, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:14:07', 0),
(3175, 274, 45, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:14:15', 0),
(3176, 274, 46, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:14:22', 0),
(3177, 274, 47, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:14:26', 0),
(3178, 274, 48, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:14:33', 0),
(3179, 274, 49, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:14:40', 0),
(3180, 274, 50, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:14:44', 0),
(3181, 274, 51, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:15:00', 0),
(3182, 274, 52, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:15:08', 0),
(3183, 274, 54, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:15:15', 0),
(3184, 274, 55, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:15:20', 0),
(3185, 274, 56, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:15:24', 0),
(3186, 274, 53, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:16:51', 0),
(3187, 274, 29, 144, 'bodapati66@gmail.com', 'ELH55553@274', 1, '2025-12-01 00:20:28', 0),
(3188, 274, 2, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:39:24', 0),
(3189, 274, 3, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:39:27', 0),
(3190, 274, 4, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:39:30', 0),
(3191, 274, 5, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:39:32', 0),
(3192, 274, 6, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:39:35', 0),
(3193, 274, 7, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:39:37', 0),
(3194, 274, 8, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:39:39', 0),
(3195, 274, 9, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:39:41', 0),
(3196, 274, 10, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:39:51', 0),
(3197, 274, 11, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:39:53', 0),
(3198, 274, 12, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:39:55', 0),
(3199, 274, 13, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:39:58', 0),
(3200, 274, 14, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:03', 0),
(3201, 274, 15, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:05', 0),
(3202, 274, 16, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:07', 0),
(3203, 274, 17, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:09', 0),
(3204, 274, 18, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:12', 0),
(3205, 274, 19, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:13', 0),
(3206, 274, 20, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:15', 0),
(3207, 274, 21, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:20', 0),
(3208, 274, 22, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:22', 0),
(3209, 274, 23, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:24', 0),
(3210, 274, 24, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:25', 0),
(3211, 274, 25, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:27', 0),
(3212, 274, 26, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:30', 0),
(3213, 274, 27, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:31', 0),
(3214, 274, 28, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:35', 0),
(3215, 274, 29, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:37', 0),
(3216, 274, 30, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:38', 0),
(3217, 274, 31, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:40', 0),
(3218, 274, 32, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:43', 0),
(3219, 274, 33, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:45', 0),
(3220, 274, 34, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:49', 0),
(3221, 274, 35, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:54', 0),
(3222, 274, 36, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:56', 0),
(3223, 274, 37, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:58', 0),
(3224, 274, 38, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:40:59', 0),
(3225, 274, 39, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:01', 0),
(3226, 274, 40, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:03', 0),
(3227, 274, 41, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:06', 0),
(3228, 274, 42, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:10', 0),
(3229, 274, 43, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:12', 0),
(3230, 274, 44, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:14', 0),
(3231, 274, 45, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:16', 0),
(3232, 274, 46, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:19', 0),
(3233, 274, 47, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:21', 0),
(3234, 274, 48, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:23', 0),
(3235, 274, 49, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:26', 0),
(3236, 274, 50, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:27', 0),
(3237, 274, 51, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:29', 0),
(3238, 274, 52, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:30', 0),
(3239, 274, 53, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:31', 0),
(3240, 274, 54, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:32', 0),
(3241, 274, 55, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:34', 0),
(3242, 274, 56, 146, 'advocatehvardhini@gmail.com', 'ELH57393@274', 1, '2025-12-31 12:41:36', 0),
(3243, 274, 35, 147, 'princeprasad98765@gmail.com', 'ELH25473@274', 1, '2026-01-12 14:49:40', 0),
(3244, 274, 8, 147, 'princeprasad98765@gmail.com', 'ELH25473@274', 1, '2026-01-12 14:51:11', 0),
(3245, 274, 3, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:34:08', 0),
(3246, 274, 4, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:34:13', 0),
(3247, 274, 8, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:34:18', 0),
(3248, 274, 9, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:34:20', 0),
(3249, 274, 13, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:34:24', 0),
(3250, 274, 17, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:34:34', 0),
(3251, 274, 20, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:34:37', 0),
(3252, 274, 25, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:34:43', 0),
(3253, 274, 26, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:34:47', 0),
(3254, 274, 31, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:34:52', 0),
(3255, 274, 35, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:34:58', 0),
(3256, 274, 36, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:35:00', 0),
(3257, 274, 37, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:35:04', 0),
(3258, 274, 38, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:35:07', 0),
(3259, 274, 39, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:35:09', 0),
(3260, 274, 42, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:35:12', 0),
(3261, 274, 47, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:35:25', 0),
(3262, 274, 52, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:35:35', 0),
(3263, 274, 56, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:35:38', 0),
(3264, 274, 49, 148, 'mrinmaysen12345@gmail.com', 'ELH30188@274', 1, '2026-01-17 17:36:08', 0),
(3265, 274, 2, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:22:39', 0),
(3266, 274, 3, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:22:41', 0),
(3267, 274, 4, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:22:43', 0),
(3268, 274, 5, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:22:46', 0);
INSERT INTO `download_chapter_list` (`download_chap_list_id`, `BookId`, `chapterNo`, `download_resource_id`, `email`, `generated_code`, `download_count`, `download_date`, `isDeleted`) VALUES
(3269, 274, 6, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:22:48', 0),
(3270, 274, 7, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:22:51', 0),
(3271, 274, 8, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:22:53', 0),
(3272, 274, 9, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:22:55', 0),
(3273, 274, 10, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:04', 0),
(3274, 274, 11, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:06', 0),
(3275, 274, 12, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:07', 0),
(3276, 274, 13, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:09', 0),
(3277, 274, 14, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:14', 0),
(3278, 274, 15, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:16', 0),
(3279, 274, 16, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:18', 0),
(3280, 274, 17, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:23', 0),
(3281, 274, 18, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:26', 0),
(3282, 274, 19, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:27', 0),
(3283, 274, 20, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:29', 0),
(3284, 274, 21, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:32', 0),
(3285, 274, 22, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:34', 0),
(3286, 274, 23, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:37', 0),
(3287, 274, 24, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:38', 0),
(3288, 274, 25, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:40', 0),
(3289, 274, 26, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:41', 0),
(3290, 274, 27, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:43', 0),
(3291, 274, 28, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:44', 0),
(3292, 274, 29, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:47', 0),
(3293, 274, 30, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:51', 0),
(3294, 274, 31, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:52', 0),
(3295, 274, 32, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:53', 0),
(3296, 274, 33, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:23:56', 0),
(3297, 274, 34, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:00', 0),
(3298, 274, 35, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:01', 0),
(3299, 274, 36, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:03', 0),
(3300, 274, 37, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:04', 0),
(3301, 274, 38, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:07', 0),
(3302, 274, 39, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:08', 0),
(3303, 274, 40, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:10', 0),
(3304, 274, 41, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:12', 0),
(3305, 274, 42, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:14', 0),
(3306, 274, 43, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:15', 0),
(3307, 274, 44, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:17', 0),
(3308, 274, 45, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:18', 0),
(3309, 274, 46, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:20', 0),
(3310, 274, 47, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:23', 0),
(3311, 274, 48, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:26', 0),
(3312, 274, 49, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:27', 0),
(3313, 274, 50, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:29', 0),
(3314, 274, 51, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:31', 0),
(3315, 274, 52, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:33', 0),
(3316, 274, 53, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:36', 0),
(3317, 274, 54, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:39', 0),
(3318, 274, 55, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:41', 0),
(3319, 274, 56, 149, 'jags135@gmail.com', 'ELH91873@274', 1, '2026-01-22 06:24:43', 0),
(3320, 274, 2, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:15:46', 0),
(3321, 274, 3, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:15:56', 0),
(3322, 274, 4, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:16:11', 0),
(3323, 274, 5, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:16:17', 0),
(3324, 274, 6, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:16:23', 0),
(3325, 274, 7, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:16:30', 0),
(3326, 274, 8, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:16:41', 0),
(3327, 274, 9, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:16:47', 0),
(3328, 274, 10, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:16:53', 0),
(3329, 274, 11, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:17:05', 0),
(3330, 274, 12, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:17:12', 0),
(3331, 274, 13, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:17:25', 0),
(3332, 274, 14, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:17:31', 0),
(3333, 274, 15, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:17:37', 0),
(3334, 274, 16, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:17:41', 0),
(3335, 274, 17, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:17:46', 0),
(3336, 274, 18, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:17:49', 0),
(3337, 274, 19, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:17:53', 0),
(3338, 274, 20, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:17:57', 0),
(3339, 274, 21, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:18:01', 0),
(3340, 274, 22, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:18:15', 0),
(3341, 274, 23, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:18:20', 0),
(3342, 274, 24, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:18:26', 0),
(3343, 274, 25, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:18:42', 0),
(3344, 274, 26, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:19:03', 0),
(3345, 274, 27, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:19:09', 0),
(3346, 274, 28, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:19:12', 0),
(3347, 274, 29, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:19:18', 0),
(3348, 274, 30, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:19:22', 0),
(3349, 274, 31, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:19:26', 0),
(3350, 274, 32, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:19:30', 0),
(3351, 274, 33, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:19:34', 0),
(3352, 274, 34, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:19:37', 0),
(3353, 274, 35, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:19:42', 0),
(3354, 274, 36, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:19:48', 0),
(3355, 274, 37, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:19:52', 0),
(3356, 274, 38, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:19:56', 0),
(3357, 274, 39, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:20:10', 0),
(3358, 274, 40, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:20:21', 0),
(3359, 274, 41, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:20:24', 0),
(3360, 274, 42, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:20:28', 0),
(3361, 274, 43, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:20:38', 0),
(3362, 274, 44, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:20:42', 0),
(3363, 274, 45, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:20:46', 0),
(3364, 274, 46, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:20:49', 0),
(3365, 274, 47, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:20:53', 0),
(3366, 274, 48, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:20:56', 0),
(3367, 274, 49, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:21:01', 0),
(3368, 274, 50, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:21:05', 0),
(3369, 274, 51, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:21:09', 0),
(3370, 274, 52, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:21:12', 0),
(3371, 274, 53, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:21:27', 0),
(3372, 274, 54, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:21:31', 0),
(3373, 274, 55, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:21:43', 0),
(3374, 274, 56, 150, 'mukeshsahani11@gmail.com', 'ELH83418@274', 1, '2026-03-06 15:21:54', 0),
(3375, 274, 2, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:04', 0),
(3376, 274, 3, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:13', 0),
(3377, 274, 4, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:15', 0),
(3378, 274, 5, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:17', 0),
(3379, 274, 6, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:18', 0),
(3380, 274, 7, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:21', 0),
(3381, 274, 8, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:22', 0),
(3382, 274, 9, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:24', 0),
(3383, 274, 10, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:27', 0),
(3384, 274, 11, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:29', 0),
(3385, 274, 12, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:31', 0),
(3386, 274, 13, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:33', 0),
(3387, 274, 14, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:34', 0),
(3388, 274, 15, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:36', 0),
(3389, 274, 16, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:40', 0),
(3390, 274, 17, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:41', 0),
(3391, 274, 18, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:43', 0),
(3392, 274, 19, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:45', 0),
(3393, 274, 20, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:47', 0),
(3394, 274, 21, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:48', 0),
(3395, 274, 22, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:49', 0),
(3396, 274, 23, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:51', 0),
(3397, 274, 24, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:54', 0),
(3398, 274, 25, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:55', 0),
(3399, 274, 26, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:57', 0),
(3400, 274, 27, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:00:58', 0),
(3401, 274, 28, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:00', 0),
(3402, 274, 29, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:01', 0),
(3403, 274, 30, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:04', 0),
(3404, 274, 32, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:06', 0),
(3405, 274, 33, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:08', 0),
(3406, 274, 34, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:10', 0),
(3407, 274, 35, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:11', 0),
(3408, 274, 36, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:13', 0),
(3409, 274, 37, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:15', 0),
(3410, 274, 38, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:17', 0),
(3411, 274, 39, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:18', 0),
(3412, 274, 40, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:20', 0),
(3413, 274, 41, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:21', 0),
(3414, 274, 42, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:24', 0),
(3415, 274, 43, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:27', 0),
(3416, 274, 44, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:29', 0),
(3417, 274, 45, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:31', 0),
(3418, 274, 46, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:34', 0),
(3419, 274, 47, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:35', 0),
(3420, 274, 48, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:38', 0),
(3421, 274, 49, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:40', 0),
(3422, 274, 50, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:42', 0),
(3423, 274, 51, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:43', 0),
(3424, 274, 52, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:46', 0),
(3425, 274, 53, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:47', 0),
(3426, 274, 54, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:49', 0),
(3427, 274, 55, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:50', 0),
(3428, 274, 56, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:01:52', 0),
(3429, 274, 31, 152, 'imulllick@gmail.com', 'ELH88568@274', 1, '2026-03-08 16:03:29', 0),
(3430, 274, 2, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:21:35', 0),
(3431, 274, 3, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:21:38', 0),
(3432, 274, 4, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:21:45', 0),
(3433, 274, 5, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:21:48', 0),
(3434, 274, 6, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:21:51', 0),
(3435, 274, 7, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:21:55', 0),
(3436, 274, 8, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:22:04', 0),
(3437, 274, 9, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:22:16', 0),
(3438, 274, 10, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:22:22', 0),
(3439, 274, 11, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:22:31', 0),
(3440, 274, 12, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:22:37', 0),
(3441, 274, 13, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:22:41', 0),
(3442, 274, 14, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:22:46', 0),
(3443, 274, 15, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:22:53', 0),
(3444, 274, 16, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:22:58', 0),
(3445, 274, 17, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:23:06', 0),
(3446, 274, 18, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:23:14', 0),
(3447, 274, 19, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:23:22', 0),
(3448, 274, 20, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:23:26', 0),
(3449, 274, 21, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:23:29', 0),
(3450, 274, 22, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:23:32', 0),
(3451, 274, 23, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:23:35', 0),
(3452, 274, 24, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:23:38', 0),
(3453, 274, 25, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:23:45', 0),
(3454, 274, 26, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:23:52', 0),
(3455, 274, 27, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:23:55', 0),
(3456, 274, 28, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:23:59', 0),
(3457, 274, 29, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:24:02', 0),
(3458, 274, 30, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:24:06', 0),
(3459, 274, 31, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:24:10', 0),
(3460, 274, 32, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:24:15', 0),
(3461, 274, 33, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:24:19', 0),
(3462, 274, 34, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:24:26', 0),
(3463, 274, 35, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:24:29', 0),
(3464, 274, 36, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:24:32', 0),
(3465, 274, 37, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:24:35', 0),
(3466, 274, 38, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:24:39', 0),
(3467, 274, 39, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:24:42', 0),
(3468, 274, 40, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:24:47', 0),
(3469, 274, 41, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:24:54', 0),
(3470, 274, 42, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:24:56', 0),
(3471, 274, 43, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:24:59', 0),
(3472, 274, 44, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:25:05', 0),
(3473, 274, 45, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:25:09', 0),
(3474, 274, 46, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:25:15', 0),
(3475, 274, 47, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:25:20', 0),
(3476, 274, 48, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:25:24', 0),
(3477, 274, 49, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:25:40', 0),
(3478, 274, 50, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:25:48', 0),
(3479, 274, 51, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:25:50', 0),
(3480, 274, 52, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:25:54', 0),
(3481, 274, 53, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:25:56', 0),
(3482, 274, 54, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:26:00', 0),
(3483, 274, 55, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:26:04', 0),
(3484, 274, 56, 153, 'mdnadeemalam97@gmail.com', 'ELH57883@274', 1, '2026-03-10 06:26:09', 0),
(3485, 274, 2, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:46:48', 0),
(3486, 274, 3, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:47:00', 0),
(3487, 274, 4, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:47:35', 0),
(3488, 274, 5, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:47:39', 0),
(3489, 274, 6, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:47:42', 0),
(3490, 274, 7, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:47:46', 0),
(3491, 274, 8, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:47:48', 0),
(3492, 274, 9, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:47:51', 0),
(3493, 274, 10, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:47:55', 0),
(3494, 274, 11, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:48:33', 0),
(3495, 274, 12, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:48:44', 0),
(3496, 274, 13, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:49:04', 0),
(3497, 274, 14, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:49:09', 0),
(3498, 274, 15, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:49:13', 0),
(3499, 274, 16, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:49:16', 0),
(3500, 274, 17, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:49:19', 0),
(3501, 274, 18, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:49:23', 0),
(3502, 274, 19, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:49:29', 0),
(3503, 274, 20, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:49:33', 0),
(3504, 274, 21, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:50:11', 0),
(3505, 274, 22, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:50:15', 0),
(3506, 274, 23, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:50:20', 0),
(3507, 274, 24, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:50:24', 0),
(3508, 274, 25, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:50:27', 0),
(3509, 274, 26, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:50:31', 0),
(3510, 274, 27, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:50:34', 0),
(3511, 274, 28, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:50:40', 0),
(3512, 274, 29, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:50:54', 0),
(3513, 274, 30, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:51:02', 0),
(3514, 274, 31, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:51:38', 0),
(3515, 274, 32, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:51:45', 0),
(3516, 274, 33, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:51:49', 0),
(3517, 274, 34, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:51:53', 0),
(3518, 274, 35, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:51:58', 0),
(3519, 274, 36, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:52:02', 0),
(3520, 274, 37, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:52:06', 0),
(3521, 274, 38, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:52:11', 0),
(3522, 274, 39, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:52:19', 0),
(3523, 274, 40, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:52:24', 0),
(3524, 274, 41, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:53:11', 0),
(3525, 274, 42, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:53:16', 0),
(3526, 274, 43, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:53:22', 0),
(3527, 274, 44, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:53:27', 0),
(3528, 274, 45, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:53:34', 0),
(3529, 274, 46, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 10:53:39', 0),
(3530, 274, 47, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 11:08:17', 0),
(3531, 274, 48, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 11:08:24', 0),
(3532, 274, 49, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 11:08:30', 0),
(3533, 274, 50, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 11:08:39', 0),
(3534, 274, 51, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 11:09:05', 0),
(3535, 274, 52, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 11:09:09', 0),
(3536, 274, 53, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 11:09:15', 0),
(3537, 274, 54, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 11:09:21', 0),
(3538, 274, 55, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 11:09:28', 0),
(3539, 274, 56, 155, 'Ds.drive10@gmail.com', 'ELH54848@274', 1, '2026-04-03 11:09:32', 0),
(3540, 274, 2, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:55:17', 0),
(3541, 274, 3, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:55:27', 0),
(3542, 274, 4, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:56:14', 0),
(3543, 274, 5, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:56:18', 0),
(3544, 274, 6, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:56:23', 0),
(3545, 274, 7, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:56:27', 0),
(3546, 274, 8, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:56:42', 0),
(3547, 274, 9, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:56:47', 0),
(3548, 274, 10, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:56:51', 0),
(3549, 274, 11, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:56:54', 0),
(3550, 274, 12, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:56:58', 0),
(3551, 274, 13, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:57:01', 0),
(3552, 274, 14, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:57:06', 0),
(3553, 274, 15, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:57:12', 0),
(3554, 274, 16, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:57:45', 0),
(3555, 274, 17, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:57:52', 0),
(3556, 274, 18, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:57:54', 0),
(3557, 274, 19, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:57:56', 0),
(3558, 274, 20, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:57:59', 0),
(3559, 274, 21, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:58:02', 0),
(3560, 274, 22, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:58:11', 0),
(3561, 274, 23, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:58:17', 0),
(3562, 274, 24, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:58:26', 0),
(3563, 274, 25, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:58:29', 0),
(3564, 274, 26, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:58:33', 0),
(3565, 274, 27, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:58:38', 0),
(3566, 274, 28, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:58:48', 0),
(3567, 274, 29, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:58:51', 0),
(3568, 274, 30, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:59:00', 0),
(3569, 274, 31, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:59:03', 0),
(3570, 274, 32, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:59:06', 0),
(3571, 274, 33, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:59:09', 0),
(3572, 274, 34, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:59:16', 0),
(3573, 274, 35, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:59:19', 0),
(3574, 274, 36, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:59:22', 0),
(3575, 274, 37, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:59:26', 0),
(3576, 274, 38, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:59:29', 0),
(3577, 274, 39, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:59:43', 0),
(3578, 274, 40, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:59:50', 0),
(3579, 274, 41, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:59:54', 0),
(3580, 274, 42, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 07:59:57', 0),
(3581, 274, 43, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 08:00:06', 0),
(3582, 274, 44, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 08:00:16', 0),
(3583, 274, 45, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 08:00:19', 0),
(3584, 274, 46, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 08:00:22', 0),
(3585, 274, 47, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 08:00:26', 0),
(3586, 274, 48, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 08:00:30', 0),
(3587, 274, 49, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 08:00:34', 0),
(3588, 274, 50, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 08:00:37', 0),
(3589, 274, 51, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 08:00:54', 0),
(3590, 274, 52, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 08:00:57', 0),
(3591, 274, 53, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 08:01:01', 0),
(3592, 274, 54, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 08:01:04', 0),
(3593, 274, 55, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 08:01:07', 0),
(3594, 274, 56, 158, 'simonkuruvilla101@gmail.com', 'ELH62738@274', 1, '2026-04-16 08:01:10', 0);

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

--
-- Table structure for table `download_resources`
--

CREATE TABLE `download_resources` (
  `download_resource_id` int(11) NOT NULL,
  `resource_Id` int(11) DEFAULT NULL,
  `BookId` varchar(30) DEFAULT NULL,
  `name` varchar(50) DEFAULT NULL,
  `address` varchar(300) DEFAULT NULL,
  `city` varchar(50) DEFAULT NULL,
  `pin` varchar(20) DEFAULT NULL,
  `phoneNo` varchar(30) DEFAULT NULL,
  `email` varchar(50) DEFAULT NULL,
  `page_No1` varchar(30) DEFAULT NULL,
  `paragraph_No1` varchar(30) DEFAULT NULL,
  `paragraph_Text1` varchar(120) DEFAULT NULL,
  `page_No2` varchar(30) DEFAULT NULL,
  `paragraph_No2` varchar(30) DEFAULT NULL,
  `paragraph_Text2` varchar(120) DEFAULT NULL,
  `page_No3` varchar(20) DEFAULT NULL,
  `paragraph_No3` varchar(20) DEFAULT NULL,
  `paragraph_Text3` varchar(120) DEFAULT NULL,
  `apply_date` datetime NOT NULL DEFAULT current_timestamp(),
  `approval_status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>Inactive,1=>active',
  `download_count` int(11) NOT NULL DEFAULT 0,
  `download_date` datetime DEFAULT NULL,
  `generated_code` varchar(20) DEFAULT NULL,
  `code_generate_time` datetime DEFAULT NULL,
  `download_days` int(11) DEFAULT NULL,
  `mail_send_count` int(11) NOT NULL DEFAULT 0,
  `isDeleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>Not Deleted,1=>Deleted'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `download_resources`
--

INSERT INTO `download_resources` (`download_resource_id`, `resource_Id`, `BookId`, `name`, `address`, `city`, `pin`, `phoneNo`, `email`, `page_No1`, `paragraph_No1`, `paragraph_Text1`, `page_No2`, `paragraph_No2`, `paragraph_Text2`, `page_No3`, `paragraph_No3`, `paragraph_Text3`, `apply_date`, `approval_status`, `download_count`, `download_date`, `generated_code`, `code_generate_time`, `download_days`, `mail_send_count`, `isDeleted`) VALUES
(1, 2, '423', 'Anup Ghosh', NULL, NULL, NULL, '8158925777', 'anup@microbaseinfotech.com', '34', '1', 'This is a law', '34', '2', 'This is a law book', '34', '3', 'This is a book', '2022-11-17 14:44:06', 0, 0, NULL, 'ELH84853@423', '2023-01-09 15:17:01', NULL, 1, 0),
(2, 2, '423', 'Debnath Sardar', NULL, NULL, NULL, '8965366555', 'debnath@microbaseinfotech.com', '34', '1', 'This is law book', '34', '2', 'This is law book', '34', '3', 'This is law book', '2022-11-17 19:21:13', 1, 0, NULL, 'ELH86873@423', '2022-11-18 18:43:12', NULL, 0, 1),
(3, 1, '303', 'subhasis Modak', NULL, NULL, NULL, '7718721278', 'modaksubhasis1998@gmail.com', '5', '3', 'this a blook book', '5', '3', 'day before yesterday', '5', '3', 'Good day clony', '2022-11-20 11:12:48', 1, 0, NULL, 'ELH50223@303', '2022-11-20 11:19:49', NULL, 0, 1),
(4, 1, '303', 'Mojibul', NULL, NULL, NULL, '8993838787', 'mojibul@microbaseinfotech.com', '5', '3', 'abc', '5', '3', 'abc', '5', '3', 'abc', '2022-11-29 11:44:35', 1, 0, NULL, 'ELH36643@303', '2022-11-29 11:44:54', NULL, 0, 1),
(5, 3, '235', 'Anup Ghosh', NULL, NULL, NULL, '8156872878', 'anup@microbaseinfotech.com', '78', '3', 'Arbitration Book is', '90', '7', 'Arbitration Book is', '73', '8', 'Arbitration Book is', '2022-12-06 17:21:19', 0, 0, NULL, 'ELH45438@235', '2022-12-06 17:21:45', NULL, 0, 1),
(6, 1, '303', 'Anup Ghosh', NULL, NULL, NULL, '8158925777', 'anup@microbaseinfotech.com', '5', '3', 'This is Law', '5', '3', 'This is Law', '5', '3', 'This is Law', '2022-12-08 13:15:45', 1, 0, NULL, 'ELH75113@303', '2023-02-21 10:50:53', 30, 5, 0),
(7, 2, '423', 'Microbase Infotech Private Limited', NULL, NULL, NULL, '8009872766', 'touch@microbaseinfotech.com', '34', '1', 'This is arbitration', '34', '2', 'This is arbitration', '34', '3', 'This is arbitration', '2022-12-08 13:20:42', 1, 0, NULL, 'ELH44373@423', '2023-01-10 15:10:58', 7, 1, 0),
(8, 1, '303', 'Shivaji', NULL, NULL, NULL, '9831000156', 'anup@microbaseinfotech.com', '5', '3', 'Law enforcement specifies', '5', '3', 'Indian Penal Code', '5', '3', 'Arbitration Law states', '2022-12-09 18:42:22', 1, 0, NULL, 'ELH20438@303', '2023-02-21 16:12:07', 10, 1, 0),
(9, 4, '240', 'Anup Ghosh', NULL, NULL, NULL, '8158925777', 'anup@microbaseinfotech.com', '254', '5', 'this is law', '157', '2', 'law book is', '198', '4', 'law book the', '2022-12-27 14:58:10', 0, 0, NULL, 'ELH69533@240', '2022-12-30 12:14:57', NULL, 0, 0),
(10, 4, '240', 'Anup Ghosh', NULL, NULL, NULL, '8158925777', 'anup@microbaseinfotech.com', '254', '5', 'this is law', '157', '2', 'law book is', '198', '4', 'law book the', '2022-12-25 00:00:00', 0, 0, NULL, 'ELH90313@240', '2023-01-03 16:45:15', NULL, 1, 0),
(12, 4, '', 'John Doe', 'SecIII,GD 303', 'Kolkata', '700011', '8782222333', 'anup@microbaseinfotech.com', '254', '5', 'law of arbitration', '157', '2', 'law book is', '198', '4', 'arbitration book is', '2023-01-04 19:13:07', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(13, 4, '', 'John Doe', 'SecIII,GD 303', 'Kolkata', '700011', '8782222333', 'anup@microbaseinfotech.com', '254', '5', 'law of arbitration', '157', '2', 'law book is', '198', '4', 'arbitration book is', '2023-01-04 19:13:41', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(14, 4, '240', 'Anup Ghosh', 'GD-302, GD Block, Sector III, Bidhannagar, Kolkata, West Bengal 700106', 'Kolkata', '700106', '8993766533', 'anup@microbaseinfotech.com', '254', '5', 'This is law', '157', '2', 'This is law', '198', '4', 'This is law', '2023-01-04 19:14:58', 0, 0, NULL, 'ELH66388@240', '2023-01-05 19:17:59', NULL, 1, 0),
(15, 1, '303', 'Anup Ghosh', 'Kolkata', 'Ghatal', '727266', '8797987628', 'anup@microbaseinfotech.com', '5', '3', 'This is law', '5', '3', 'This is law', '5', '3', 'This is law', '2023-01-10 15:31:41', 0, 0, NULL, 'ELH19593@303', '2023-01-10 15:32:18', NULL, 1, 0),
(16, 1, '303', 'Anup Ghosh', 'Kolkata', 'Ghatal', '700011', '8933878333', 'anup@microbaseinfotech.com', '5', '3', 'This is law', '5', '3', 'This is law', '5', '3', 'This is law', '2023-01-10 19:23:08', 1, 0, NULL, 'ELH57943@303', '2023-01-10 19:23:45', 6, 1, 0),
(17, 1, '303', 'Ramkrishna Mondal', 'KANDI', 'BAHERAMPUR', '721255', '8562232558', 'ramkrishnamondal700@gmail.com', '5', '3', 'it is a', '5', '3', 'it is arbitration', '5', '3', 'arbitration books is', '2023-03-21 14:33:40', 1, 0, NULL, 'ELH13718@303', '2023-03-21 14:34:31', 10, 1, 1),
(18, 5, '274', 'elh', '54 gc avenue', 'kolkata', '700013', '9831844536', 'elh.cal@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2023-03-22 15:07:14', 1, 0, NULL, 'ELH74168@274', '2023-03-22 15:14:21', 1, 1, 0),
(19, 5, '274', 'SK DE', 'hjmmjckjckjbcdhnkj', 'kolkata', '700064', '9831844536', 'de.sovik@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2023-04-04 16:01:31', 1, 0, NULL, 'ELH34708@274', '2023-04-04 16:04:02', 3, 1, 0),
(20, 5, '274', 'Sanjoy Chakraborti', 'Baguihati', 'Kolkata', '700059', '9836550165', 'chakrabortisanjoy59@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2023-04-04 16:16:59', 1, 0, NULL, 'ELH13148@274', '2023-04-04 16:23:16', 1, 1, 0),
(21, 5, '274', 'Anup Ghosh', 'Kolkata', 'Kolkata', '700010', '+91 7900234567', 'anup@microbaseinfotech.com', '647', '3', 'This ia aa', '979', '1', 'This ia a', '1164', '2', 'This is a', '2023-04-05 17:42:56', 1, 0, NULL, 'ELH26718@274', '2023-04-05 17:45:02', 5, 1, 0),
(22, 5, '274', 'Anup Ghosh', 'Kolkata', 'Bidhannagar', '700106', '7925555555', 'anup@microbaseinfotech.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2023-05-19 17:09:52', 1, 0, NULL, 'ELH90433@274', '2023-05-19 17:11:09', 1, 1, 0),
(23, 5, '274', 'SN DAS', 'Behala Chowrasta', 'Kolkata', '700061', '9830285061', 'subhrondas@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2023-07-03 13:27:35', 1, 0, NULL, 'ELH72873@274', '2023-07-03 13:48:36', 1, 1, 0),
(24, 5, '274', 'Shivaji Sengupta', 'Salt Lake', 'Kolkata', '700106', '9831000156', 'touch@microbaseinfotech.com', '647', '3', 'The Law states', '979', '1', 'Originating Law implies', '1164', '2', 'Under Section 43(3A)', '2023-07-11 12:18:55', 1, 0, NULL, 'ELH60918@274', '2023-07-11 12:19:47', 2, 1, 0),
(25, 5, '274', 'Anup Ghsoh', 'Kolkata', 'Bidhannagar', '700106', '8670032510', 'anup@microbaseinfotech.com', '647', '3', 'The Law Book', '979', '1', 'Law Book Is', '1164', '2', 'Civil Law Book', '2023-07-11 15:40:39', 1, 0, NULL, 'ELH46923@274', '2023-10-10 17:54:37', 9, 2, 0),
(26, 5, '274', 'Yogesh', 'Madhuvanti I- 1103, Nanded City, Sinhdag Road, Pune 411041', 'Pune', '411041', '9552200500', 'adv.ydjadhav@gmail.com', '647', '3', 'power of attorney', '979', '1', 'power of attorney', '1164', '2', 'power of attorney', '2023-07-22 07:41:28', 1, 0, NULL, 'ELH58873@274', '2023-09-17 07:25:11', 3, 1, 0),
(27, 5, '274', 'Rashmiranjan Swain', 'Plot no- 1175/1176, At- Padhan. Sahi, Po- Panchagaon', 'Bhubaneswar ', '752050', '9124703853', 'rrswain93@gmail.com', '647', '3', 'Although under ', '979', '1', 'The patents ', '1164', '2', 'The authority ', '2023-08-25 18:34:35', 1, 0, NULL, 'ELH61993@274', '2023-10-12 13:45:28', 3, 1, 0),
(28, 5, '274', 'Rashmiranjan Swain', 'Plot no- 1175/1176, At- Padhan. Sahi, Po- Panchagaon', 'Bhubaneswar ', '752050', '9124703853', 'rrswain93@gmail.com', '647', '3', 'Although under ', '979', '1', 'The patents ', '1164', '2', 'The authority ', '2023-08-25 18:34:48', 1, 0, NULL, 'ELH37198@274', '2023-08-26 10:56:05', 3, 1, 0),
(29, 5, '274', 'TARUN SAHU', '322, RAMCHANDRAPATH, NEAR 20 NO RAILWAY GATE, ICHAPORE, ', 'NORTH 24 PARGANAS', '743144', '9748920539', 'tarunsahu@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2023-09-17 01:50:12', 1, 0, NULL, 'ELH14843@274', '2023-10-20 15:07:40', 5, 3, 0),
(30, 5, '274', 'RAKESH PANDEY', 'Villa-96, Supertech Czar Suites, Sector-Omicron-I', 'Greater Noida, Noida', '201310', '+919650994216', 'rp27078@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2023-10-10 18:53:31', 1, 0, NULL, 'ELH98138@274', '2023-10-12 13:43:37', 3, 1, 0),
(31, 5, '274', 'Dilip Kumar', 'No 23/6, Brindavan Layout, Dr AMC Road, RT Nagar, Bengaluru - 32', 'Bengaluru', '560032', '7892798499', 'amoebalaptops@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2023-10-20 14:46:51', 1, 0, NULL, 'ELH27058@274', '2023-10-20 14:54:25', 5, 1, 0),
(32, 5, '274', 'Dilip Kumar L', 'No 23/6, Brindavan Layout, Dr AMC Road', 'Bengaluru', '560032', '7892798499', 'Dilipkumardilipkumar1000@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2023-10-30 09:08:55', 1, 0, NULL, 'ELH74113@274', '2023-10-30 13:06:52', 5, 1, 0),
(33, 5, '274', 'Sajid Ali', '13E, Princeton Tower Skyline lvy League Near lnfopark & Smart city,', 'Ernakulam', '682030', '8111982142', 'iladijas+elhdotcodotin@gmail.com', '647', '3', 'The HIRER has', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2023-12-02 11:56:48', 1, 0, NULL, 'ELH64573@274', '2023-12-02 13:58:47', 5, 2, 0),
(34, 5, '274', 'Anish Kurian', 'Amprayil House', 'Trivandrum', '695025', '9447744157', 'anishkcs@gmail.com', '647', '3', 'Although under ', '979', '1', 'The Patents ', '1164', '2', 'The Authority ', '2023-12-04 11:50:33', 1, 0, NULL, 'ELH24838@274', '2023-12-04 12:07:03', 5, 1, 0),
(35, 5, '274', 'RIDHIKAMINI BASU MALLICK', 'AA 9/2 BAGUIHATI', 'KOLKATA', '700059', '7439405408', 'ridhikaminibasumallick@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2023-12-05 20:34:50', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(36, 5, '274', 'RIDHIKAMINI BASU MALLICK', 'AA 9/2 BAGUIHATI', 'KOLKATA', '700059', '7439405408', 'ridhikaminibasumallick@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2023-12-05 20:34:56', 1, 0, NULL, 'ELH42453@274', '2023-12-06 20:24:30', 5, 1, 0),
(37, 5, '274', 'SANTOSH KUMAR SHARMA', '244, SHASTRINAGAR, KONNAGAR', 'Kolkata', '712246', '6290062339', 'sharmaskr26@gail.com', '647', '3', 'I LOVE YOU', '979', '1', 'I LOVE YOU', '1164', '2', 'I LOVE YOU', '2023-12-10 11:19:08', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(38, 5, '274', 'GAURAV', 'VIRAM KHAND, GOMTINAGAR.', 'LUCKNOW', '226010', '8004436999', 'mr.gauravjauhari@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2023-12-19 14:18:41', 0, 0, NULL, 'ELH34918@274', '2023-12-19 19:34:52', NULL, 1, 0),
(39, 5, '274', 'CA MAHAVIR PRASAD AGARWAL', 'D-11/80 GROUND FLOOR SECTOR-7 ROHINI', 'DELHI', '110085', '9899815205', 'CAMAHAVIR22@GMAIL.COM', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The Authority of', '2024-01-02 18:10:25', 1, 0, NULL, 'ELH69148@274', '2024-01-06 08:05:21', 5, 1, 0),
(40, 5, '274', 'ABHISHEK KR SINGH', 'BL NO 1 H NO9 PO AND PS JAGATDAL', 'BARRACKPORE', '743125', '8902009851', 'abhi15krsingh@gmail.com', '647', '3', 'Although under the', '979', '1', 'The patent Act', '1164', '2', 'And WHEREAS the', '2024-01-08 19:56:43', 1, 0, NULL, 'ELH92913@274', '2024-01-09 22:03:34', 3, 1, 0),
(41, 5, '274', 'Nehad Khan', '16-9-465/B, Old Malakpet', 'Hyderabad', '500036', '9951491991', 'woocharmer@gmail.com', '647', '3', 'Although under the', '979', '1', 'The patents Act', '1164', '2', 'the authority of', '2024-01-12 10:57:50', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(42, 5, '274', 'Nehad Khan', '16-9-465/B, Old Malakpet', 'Hyderabad', '500036', '9951491991', 'woocharmer@gmail.com', '647', '3', 'Although under the', '979', '1', 'The patents Act', '1164', '2', 'the authority of', '2024-01-12 10:58:11', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(43, 5, '274', 'Abhijeet Choudhury', 'HOUSE NO. 121, WARD NO. 7', 'BARPETA ROAD', '781315', '+918822253748', 'abhijeet9185@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-01-15 00:20:31', 1, 0, NULL, 'ELH83248@274', '2024-01-17 11:27:03', 5, 1, 0),
(44, 5, '274', 'Abhilash Surendran', 'Karakulam Kachani Road', 'Near Karakulam Co Op Bank', '695564', '9995990760', 'abhilashss999@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-01-19 06:19:29', 1, 0, NULL, 'ELH76338@274', '2024-03-02 12:17:12', 5, 1, 0),
(45, 5, '274', 'Rabindra Kumar Pathak', 'K4-10 NEW NIVEDITA PARK ROAD, SANPARAIPUR, P.O. SANTOSHPUR (M), P.S. MAHESHTALA', 'KOLKATA', '700142', '7003999393', 'pathakrabindra15@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-02-13 22:03:55', 1, 0, NULL, 'ELH87828@274', '2024-02-13 22:13:56', 5, 1, 0),
(46, 5, '274', 'Deepak Bajpai', 'B 209, Sector 92, Noida', 'Noida', '201301', '8588833661', 'qualityauditpeople@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patent Act', '1164', '2', 'The authority of', '2024-02-15 12:18:18', 1, 0, NULL, 'ELH90283@274', '2024-03-02 12:16:55', 5, 1, 0),
(47, 5, '274', 'Jayasudha K', 'No. 4a, Sagas Amar Court, G N Chetty Road, Chennai - 600 017 ', 'Chennai', '600017', '7904707338', 'jayasudhakoffice@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-02-15 18:42:51', 1, 0, NULL, 'ELH94223@274', '2024-03-02 12:15:41', 5, 1, 0),
(48, 5, '274', 'TRINAYAN BHATTA', 'HOUSE NO. 27, KAMINI KUNJ, SAHIRAM PATH BYELANE 4, CHAMPAK NAGAR, GANESHPARA', 'GUWAHATI', '781025', '8638158735', 'adv.trinayanbhatta@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-03-01 23:48:18', 1, 0, NULL, 'ELH11143@274', '2024-03-02 12:15:15', 5, 1, 0),
(49, 5, '274', 'Saikat Biswas', 'Chanduria, Simurali, Nadia', 'Chakdaha', '741248', '9091455019', 'saikatb746@gmail.com', '647', '3', 'Although under the', '979', '1', 'The parents Act', '1164', '2', 'The authority of', '2024-03-06 14:03:47', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(50, 5, '274', 'Saikat Biswas', 'Chanduria, Simurali, Nadia', 'Chakdaha', '741248', '9091455019', 'saikatb724@gmail.com', '647', '3', 'Although under the', '979', '1', 'The parents Act', '1164', '2', 'The authority of', '2024-03-06 14:09:56', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(51, 5, '274', 'Saikat Biswas', 'Simurali, Nadia', 'Chakdaha', '741248', '9091455019', 'saikatb724@rediffmail.com', '647', '3', 'Although under the', '979', '1', 'The Parents Act', '1164', '2', 'The authority of', '2024-03-07 01:17:49', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(52, 5, '274', 'Saikat Biswas', 'Chanduria, Simurali, Nadia', 'Kolkata', '741248', '7908725110', 'saikatb746@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-03-11 14:44:45', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(53, 5, '274', 'Saikat Biswas', 'Simurali, Nadia', 'Chakdaha', '741248', '9091455019', 'saikatb724@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-03-11 14:49:37', 1, 0, NULL, 'ELH20153@274', '2024-03-11 16:06:31', 5, 1, 0),
(54, 5, '', 'Saikat Biswas', 'Nirmalpally, Chanduria, Nadia', 'Chakdaha', '741248', '9091455019', 'saikatb746@gmail.com', '647', '3', 'Although under the', '979', '1', 'The patents Act1970', '1164', '2', 'The authority of', '2024-03-11 15:29:45', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(55, 5, '274', 'Sahil Ahmad ', 'Pankaj Market Saraiyyaganj Muzaffarpur ', 'Muzaffarpur ', '842001', '9097662220', 'sahilahmedmuz@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-03-13 08:26:22', 1, 0, NULL, 'ELH43168@274', '2024-03-13 17:59:44', 5, 1, 0),
(56, 5, '274', 'Arman Ahmed ', 'Pankaj Market Saraiyyaganj ', 'Muzaffarpur ', '842001', '9835828988', 'tr.armanahmed@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-03-13 08:30:47', 1, 0, NULL, 'ELH36833@274', '2024-03-13 17:59:31', 5, 1, 0),
(57, 5, '274', 'Arman Ahmed', 'Pankaj Market Saraiyaganj Muzaffarpur', 'Muzaffarpur', '842001', '9835828988', 'tr.armanahmed@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-03-18 10:23:44', 1, 0, NULL, 'ELH92798@274', '2024-04-01 21:24:59', 5, 1, 0),
(58, 5, '274', 'SANKAR BISWAS', 'SIMURALI, NADIA', 'CHAKDAHA', '741248', '9002223466', 'sankarb9002@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-03-18 20:22:50', 1, 0, NULL, 'ELH31528@274', '2024-04-01 21:25:13', 5, 1, 0),
(59, 5, '274', 'H A H HAMIMUL HUDA', 'VILL-GODBERIA, P. O-IMAMADDIPUR, P. S-DHOLAHAT, DIST-SOUTH 24 PARGANAS,PIN-743399', 'DHOLAHAT', '743399', '6297189599', 'hamimulhuda728@gmail.com', '647', '3', 'Drafting pleading conveyancing', '979', '1', 'Drafting pleading conveyancing', '1164', '2', 'Drafting pleading conveyancing', '2024-03-19 02:22:38', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(60, 5, '274', 'MANISH KUMAR SINGH', 'UZZALA MARKET (STUDY LINK ACADEMY) GROUND FLOOR', 'GUWAHATI', '781009', '7002682423', 'MANISHKUMARSINGH837@GMAIL.COM', '647', '3', 'Although under the', '979', '1', 'The Patients Act', '1164', '2', 'The authority of', '2024-03-21 20:29:35', 1, 0, NULL, 'ELH78853@274', '2024-04-01 21:25:38', 5, 2, 0),
(61, 5, '274', 'Arman Ahmed', 'Pankaj Market Saraiyaganj Muzaffarpur', 'Muzaffarpur', '842001', '9835828988', 'tr.armanahmed@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-04-02 12:56:35', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(62, 5, '274', 'Shivaji Sengupta', 'GD 302, Sector 3, Salt Lake City', 'Kolkata', '700106', '9831000156', 'touch@microbaseinfotech.com', '647', '3', 'We are looking', '979', '1', 'What is your', '1164', '2', 'Tell me your', '2024-04-03 18:27:27', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(63, 5, '274', 'Vikas Singla', '\' Viraj\' #Z-04-00944, St. No.5,Opp. Shaheed Bhagat Singh Park, Pukhraj Colony, Bathinda', 'Bathinda', '151001', '9888281359', 'singla_zunic@yahoo.com', '647', '3', 'A hire Purchase', '979', '1', 'Patents and trade', '1164', '2', 'Sole Selling Agency', '2024-04-11 11:09:22', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(64, 5, '274', 'Vikas Singla', '\' Viraj\' #Z-04-00944, St. No.5,Opp. Shaheed Bhagat Singh Park, Pukhraj Colony, Bathinda', 'Bathinda', '151001', '9888281359', 'singla_zunic@yahoo.com', '647', '3', 'A hire Purchase', '979', '1', 'Patents and trade', '1164', '2', 'Sole Selling Agency', '2024-04-11 11:09:28', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(65, 5, '274', 'Vikas Singla', '\' Viraj\' #Z-04-00944, St. No.5,Opp. Shaheed Bhagat Singh Park, Pukhraj Colony, Bathinda', 'Bathinda', '151001', '9888281359', 'singla_zunic@yahoo.com', '647', '3', 'A hire Purchase', '979', '1', 'A hire Purchase', '1164', '2', 'A hire Purchase', '2024-04-11 11:13:21', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(66, 5, '274', 'Vikas Singla', '\"Viraj\" #Z-04-00944, St. No. 5, Opp. Shaheed Bhagat Singh Park, Pukhraj Colony, Bathinda', 'Bathinda', '151001', '9888281359', 'singla_zunic@yahoo.com', '647', '3', 'a Hire Purchase', '979', '1', 'a Hire Purchase', '1164', '2', 'a Hire Purchase', '2024-04-13 10:15:23', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(67, 5, '274', 'Vikas Singla', '\"Viraj\" #Z-04-00944, St. No. 5, Opp. Shaheed Bhagat Singh Park, Pukhraj Colony, Bathinda', 'Bathinda', '151001', '9888281359', 'singla_zunic@yahoo.com', '647', '3', 'a Hire Purchase', '979', '1', 'a Hire Purchase', '1164', '2', 'a Hire Purchase', '2024-04-13 10:15:30', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(68, 5, '274', 'Vikas Singla', '\"Viraj\" #Z-04-00944, St. No. 5, Opp. Shaheed Bhagat Singh Park, Pukhraj Colony, Bathinda', 'Bathinda', '151001', '9888281359', 'singla_zunic@yahoo.com', '647', '3', 'All through under', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-04-13 10:26:43', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(69, 5, '274', 'Vikas Singla', '\"Viraj\" #Z-04-00944, St No. 5, Opp. Shaheed Bhagat Singh Park, Pukhraj Colony, Bathinda', 'Bathinda', '151001', '9888281359', 'singla_zunic@yahoo.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-04-13 10:31:25', 1, 0, NULL, 'ELH37023@274', '2024-04-13 11:21:56', 5, 1, 0),
(70, 5, '274', 'Vikas Singla', '\"Viraj\" #Z-04-00944, St No. 5, Opp. Shaheed Bhagat Singh Park, Pukhraj Colony, Bathinda', 'Bathinda', '151001', '9888281359', 'singla_zunic@yahoo.com', '647', '3', 'of the agreement', '979', '1', 'the prescribed form', '1164', '2', 'of a contract', '2024-04-13 10:33:58', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(71, 5, '274', 'Anup Ghosh', 'kolkata', 'Bidhannagar', '700102', '8670032510', 'anup@microbaseinfotech.com', '647', '3', 'This is a', '979', '1', 'This is a', '1164', '2', 'This is a', '2024-04-13 11:25:47', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(72, 5, '', 'Soumyadeep Mazumdar', 'vill: aschitpur, P.O: Khamargachhi , Dist : Hooghly', 'Khamargachhi', '712515', '9734466654', 'baptu2022@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-04-16 16:33:33', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(73, 5, '274', 'Manikandan', 'No, 17 Main road, melthirukkanji, villianur', 'Puducherry', '605110', '6379661376', 'janamani96@gmail.com', '647', '3', 'Although under ', '979', '1', 'The patens ', '1164', '2', 'The authority ', '2024-04-18 23:54:25', 1, 0, NULL, 'ELH14708@274', '2024-04-25 16:40:51', 5, 1, 0),
(74, 5, '', 'Sandhiya Gandhi', 'No. 44, Gengai amman kovil, st, chinnayanpet, saram', 'Puducherry', '605004', '6380778281', 'sandhiyagandhi2131@gmail.com', '647', '3', 'Although under the', '979', '1', 'The parents ', '1164', '2', 'The authority of', '2024-04-19 00:02:01', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(75, 5, '274', 'aashish agarwaal', '21-3-108, tagari-ka-naka, kassarahatta, chelapura,near charminar, hyderabad, telangana', 'hyderabad', '500002', '9030333331', 'maverickgroupofcompnes@gmail.com', '647', '3', 'although under the', '979', '1', 'the patents act', '1164', '2', 'an agent is', '2024-04-25 14:12:40', 1, 0, NULL, 'ELH56838@274', '2024-05-17 13:04:55', 5, 3, 0),
(76, 5, '274', 'Joy Mukherjee', 'Sarsuna', 'Kolkata', '700061', '7268350125', 'joymukherjeehome@gmail.com', '647', '3', 'Although under the', '979', '1', 'The parents Act', '1164', '2', 'The authority of', '2024-04-30 22:24:34', 1, 0, NULL, 'ELH81288@274', '2024-05-02 19:10:02', 5, 1, 0),
(77, 5, '274', 'shuvam ', 'jammu', 'jammu', '181132', '9149728173', 'teamfury274@gmail.com', '647', '3', 'Although under the', '979', '1', 'the patent act', '1164', '2', 'The authority of', '2024-05-01 21:24:24', 1, 0, NULL, 'ELH89528@274', '2024-05-02 19:09:44', 5, 1, 0),
(78, 5, '274', 'Amit Soni', 'marwari line. khaparganj', 'bilaspur', '495001', '9200000021', 'as.soni157@gmail.com', '647', '3', 'although under the', '979', '1', 'the patents act', '1164', '2', 'the authority of', '2024-05-01 21:47:57', 1, 0, NULL, 'ELH88203@274', '2024-05-02 19:09:31', 5, 1, 0),
(79, 5, '274', 'S Mallikarjuna Rao', '2291 BHEL MIG SERILINGAMPALLY', 'HYDERABAD', '502032', '9966162916', 'ACUMENLAWCHAMBER@GMAIL.COM', '647', '3', 'ALTHOUGH UNDER COMMON', '979', '1', 'THE PATENTS ACT', '1164', '2', 'THE AUTHORITY OF', '2024-05-04 15:13:37', 1, 0, NULL, 'ELH82463@274', '2024-05-06 12:55:49', 5, 1, 0),
(80, 5, '274', 'Disha Halder ', 'Vill- Anandanagar, PO- Aranghata, PS- Taherpur, DIST- Nadia', 'Ranaghat ', ' 741501', '9907063016', 'myselfdisha7@gmail.com', '647', '3', 'Although under the', '979', '1', 'The patents act', '1164', '2', 'The authority of', '2024-05-07 21:25:42', 1, 0, NULL, 'ELH32713@274', '2024-05-08 10:14:27', 5, 1, 0),
(81, 5, '274', 'Sampathkumar T', 'Coimbatore', 'Coimbatore', '641012', '9994456965', 'llbsampath@gmail.com', '647', '3', 'although under the', '979', '1', 'The patents Act', '1164', '2', 'The authority of', '2024-05-08 13:22:27', 1, 0, NULL, 'ELH87528@274', '2024-05-08 13:39:16', 5, 1, 0),
(82, 5, '274', 'Saikat Biswas', 'Simurali', 'Chakdaha', '741248', '7908725110', 'saikatb746@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-05-17 11:42:06', 1, 0, NULL, 'ELH15608@274', '2024-05-17 13:03:09', 5, 1, 0),
(83, 5, '274', 'Sridip Bhowmick', 'Dr sachin sen road goala para by lane ', 'Krishnagar', '741103', '8250200662', 'sridipbhowmick@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-05-21 09:04:36', 1, 0, NULL, 'ELH71623@274', '2024-05-21 13:39:29', 5, 1, 0),
(84, 5, '274', 'Rajesh khan ', 'Barrackpore expressway', 'Shyamnagar', '743127', '9477365031', 'rajeshkhan7864@gmail.com', '647', '3', 'Although under the', '979', '1', 'The patent Act', '1164', '2', 'The authority of', '2024-05-21 16:03:20', 1, 0, NULL, 'ELH45588@274', '2024-05-21 17:40:28', 5, 1, 0),
(85, 5, '274', 'Arafat Molla', 'T-43/2 Jugi Para Lane, Bartala ', 'Kolkata ', '700018', '9874365878', 'arafatmolla.info2000@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-06-02 12:21:58', 0, 0, NULL, 'ELH29258@274', '2024-06-03 10:37:24', NULL, 1, 0),
(86, 5, '274', 'GAURAV', 'VIRAM KHAND, GOMTINAGAR.', 'LUCKNOW', '226010', '8004477711', 'mr.gauravjauhari@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-06-03 04:22:42', 1, 0, NULL, 'ELH11333@274', '2024-06-03 10:28:42', 5, 1, 0),
(87, 5, '274', 'RAHUL KUMAR MAHATO', 'A/114 RABINDRAPALLY', 'KOLKATA', '700086', '6289193238', 'rkm041199@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-06-19 23:38:22', 1, 0, NULL, 'ELH61943@274', '2024-06-22 10:32:36', 5, 1, 0),
(88, 5, '274', 'shuvam ', 'jammu', 'jammu', '181132', '9149728173', 'bavoriashuvam422@gmail.com', '647', '3', 'Although under the', '979', '1', 'The patents act', '1164', '2', 'The authority of', '2024-06-25 11:28:15', 1, 0, NULL, 'ELH21883@274', '2024-06-25 14:37:19', 5, 1, 0),
(89, 5, '274', 'Anoop Anilkumar', '4B Maharani Building, Vanchiyoor', 'Thiruvananthapuram', '695035', '7012806669', 'anilkumarassociates@rediffmail.com', '647', '3', 'General power ', '979', '1', 'of attorney to', '1164', '2', 'a manager estate', '2024-07-03 17:34:45', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(90, 5, '274', 'Prashanth', 'no 8, first floor, Ega trade Centre, Kilpauk', 'Chennai', '600010', '9840821494', 'legal@ipdome.in', '647', '3', 'Although under the', '979', '1', 'The Patent Act', '1164', '2', 'The Authority of', '2024-07-05 13:42:29', 1, 0, NULL, 'ELH21633@274', '2024-07-05 16:59:39', 5, 1, 0),
(91, 5, '274', 'Shreyas Kulkarni', '#153, 6th A Cross, Vijaya Bank Layout, Behind IIMB, bannergatta road', 'Bengaluru ', '560076', '7899082917', 'shreyaskulk31@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-07-20 19:30:02', 1, 0, NULL, 'ELH46248@274', '2024-07-21 16:41:26', 5, 1, 0),
(92, 5, '274', 'Sandeep', 'H.No. 449, Kanhai, Sector 45, Gurugram', 'Gurugram', '122003', '9818637450', '1sandeep.yadav@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-08-11 18:04:22', 1, 0, NULL, 'ELH93823@274', '2024-08-12 10:37:35', 5, 1, 0),
(93, 5, '274', 'BASIRUL HALDER', 'Alipore Criminal Court, kolkata-700027.', 'Kolkata ', '700027', '7003620755', 'basirbs0786@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-08-14 16:04:14', 1, 0, NULL, 'ELH82123@274', '2024-08-14 16:54:08', 5, 1, 0),
(94, 5, '274', 'Arafat Molla', 'T-43/2 Jugi Para Lane,S S DILDAR DRESSES, Bartala, Kolkata- 700018', 'Kolkata ', '700018', '9874365878', 'arafatllb2022@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-08-15 15:36:17', 1, 0, NULL, 'ELH36518@274', '2024-08-16 12:06:36', 5, 1, 0),
(95, 5, '274', 'Anik Das', 'Khagrabari', 'Coochbehar', '736179', '8637345582', 'anikds4141@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-09-04 18:37:34', 1, 0, NULL, 'ELH54843@274', '2024-09-05 11:23:22', 5, 1, 0),
(96, 5, '274', 'Aditya Sarkar', 'EAST SREENAGAR ROAD BIRATI', 'Kolkata', '700051', '6291653148', 'advadityasarkar@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-09-05 00:31:20', 1, 0, NULL, 'ELH27763@274', '2024-09-05 11:23:12', 5, 1, 0),
(97, 5, '274', 'ABIR SARKAR', 'SREENAGAR BIRATI NORTH SIBACHAL NORTH DUMDUM NORTH 24 PGS ', 'KOLKATA', '700051', '8013820210', 'WRITETOJNTY@GMAIL.COM', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-09-06 08:50:55', 1, 0, NULL, 'ELH20623@274', '2024-09-09 10:32:28', 5, 1, 0),
(98, 5, '274', 'ARIJEET DOSS MULLICK', '33A, DARPO NARAYAN TAGORE STREET', 'KOLKATA ', '700007', '9830229408', 'arijeetmullick@gmail.com', '647', '3', 'although under the', '979', '1', 'the patents act', '1164', '2', 'the authority of', '2024-09-07 12:10:41', 1, 0, NULL, 'ELH72973@274', '2024-09-09 10:32:38', 5, 1, 0),
(99, 5, '274', 'Yugandhar M R', '27/9-15, Behind sericulture office', 'Kuppam', '517425', '9441350135', 'yuggi.mr@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-09-13 11:55:40', 1, 0, NULL, 'ELH35573@274', '2024-09-14 11:54:24', 5, 1, 0),
(100, 5, '274', 'Arjun Aradhya', 'No 102, Vanivilasa Layout, SBM Main Road, Vijayanagar 2nd Stage', 'Mysore', '570017', '9060172192', 'arjun.aradhya10@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-09-17 09:01:03', 1, 0, NULL, 'ELH17973@274', '2024-09-18 11:28:46', 5, 1, 0),
(101, 5, '274', 'harvinder kaur', '#5930 gali no.1 block 4 dev nagar karol bagh central delhi', 'delhi', '110005', '8448635865', 'harvinderkaursaini2002@gmail.com', '647', '3', 'Although under the', '979', '1', 'the patents act', '1164', '2', 'the authority of', '2024-10-04 20:16:40', 1, 0, NULL, 'ELH71518@274', '2024-10-05 11:47:19', 5, 1, 0),
(102, 5, '274', 'Purbasha Dey', 'HOUSE NO. 121, WARD NO. 7', 'BARPETA ROAD', '781315', '9706175172', 'purbasha9185@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-12-08 23:11:45', 1, 0, NULL, 'ELH45703@274', '2024-12-09 10:49:21', 5, 1, 0),
(103, 5, '274', 'Gudapati Avinash', 'DNo: 22-14, One Centre,', 'Vijayawada', '521225', '9703394555', 'avinash.9611@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2024-12-10 13:20:41', 1, 0, NULL, 'ELH83903@274', '2024-12-10 13:21:21', 5, 1, 0),
(104, 5, '274', 'Nabanita Mondal', 'Kolkata ', 'Kolkata ', '700006', '7980592860', 'nabanitamondal8282@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The Authority of', '2024-12-28 00:51:19', 1, 0, NULL, 'ELH93503@274', '2025-01-03 12:27:34', 5, 1, 0),
(105, 5, '274', 'DEEPAK KUMAR SAHOO', 'CH NO - FF/73, ID MARKET COMPLEX, IRC VILLAGE', 'bhubaneswar', '751015', '9437989539', 'sahoo.deepak92@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-01-14 13:46:26', 1, 0, NULL, 'ELH25888@274', '2025-01-14 13:52:38', 5, 1, 0),
(106, 5, '274', 'Syam Krishna K', '25-12-208, Revenue Colony', 'Nellore', '524004', '8500150505', 'syaminnellore@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-01-16 08:32:39', 1, 0, NULL, 'ELH76498@274', '2025-01-16 10:42:26', 5, 1, 0),
(107, 5, '274', 'Md. Habib', 'Singa, Nadia, West Bengal.', 'Singa', '741257', '8250704101', 'mdh911119@gmail.com', '647', '3', 'Although under The', '979', '1', 'The Patents Act', '1164', '2', 'The Authority of', '2025-01-26 17:27:59', 1, 0, NULL, 'ELH25883@274', '2025-01-26 21:55:55', 5, 1, 0),
(108, 5, '274', 'Masaraf Hossain', 'Kajibari ', 'Barasat ', '700126', '9800035740', 'masarafhossain167@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-01-29 21:25:22', 1, 0, NULL, 'ELH92028@274', '2025-01-31 11:23:38', 5, 1, 0),
(109, 5, '274', 'BHRIGURAM SAHOO', 'MADHABCHAK BISHNUPUR BAZAR SABANG', 'MIDNAPORE', '721144', '9749844544', 'bhriguramanik@gmail.com', '647', '3', 'although under the', '979', '1', 'The patents act', '1164', '2', 'The authority of', '2025-01-30 19:33:22', 1, 0, NULL, 'ELH28733@274', '2025-01-31 11:23:26', 5, 1, 0),
(110, 5, '274', 'Anguraj', 'No.24, K/2, EB Colony Main Road, Anna Nagar', 'Kallakurichi', '606202', '9025195926', 'caanguk@outlook.com', '647', '3', 'although under the', '979', '1', 'The Patent Act', '1164', '2', 'The Authority of', '2025-02-05 15:48:33', 1, 0, NULL, 'ELH73533@274', '2025-02-05 16:00:07', 5, 1, 0),
(111, 5, '274', 'Harsh Mangalam', 'Professor Colony, Nehru Nagar', 'Bhilai', '490021', '7000591058', 'harshmangalam17@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patent Act', '1164', '2', 'The authority of', '2025-02-13 17:17:38', 1, 0, NULL, 'ELH87213@274', '2025-02-13 17:48:19', 5, 1, 0),
(112, 5, '274', 'Mohammed Adnan Lodi ', '1, Mandir Street', 'Kolkata ', '700073', '8017871701', 'adv.adnanlodi@gmail.com', '647', '3', 'is a form', '979', '1', 'the patents act', '1164', '2', 'in dealings with', '2025-02-14 23:34:26', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(113, 5, '274', 'Samiran Sen ', 'Fuliapara, fulia boyra, santipur, nadia', 'Nadia', '741402', '9475188087', 'advsamiransen@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'An Agent is', '2025-02-18 00:04:07', 1, 0, NULL, 'ELH18753@274', '2025-02-27 10:51:29', 5, 1, 0),
(114, 5, '274', 'Rahul Kumar Mahato', 'Patuli', 'Kolkata', '700086', '6289193238', 'rahulmahato449@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-02-26 21:45:35', 1, 0, NULL, 'ELH38723@274', '2025-02-27 10:51:41', 5, 1, 0),
(115, 5, '274', 'HERA MADNI', '12/1/h/14, M.M.ALI ROAD', 'kolkata', '700023', '7980942898', 'heramadni08@gmail.com', '647', '3', 'although under the', '979', '1', 'the patents act', '1164', '2', 'the authority of', '2025-02-26 21:58:16', 1, 0, NULL, 'ELH79713@274', '2025-02-27 10:51:49', 5, 1, 0),
(116, 5, '274', 'Sumit Singh Manhas ', 'District court Complex Bhaderwah ', 'Bhaderwah ', '182222', '7051279257', 'sumitsmanhas99@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-03-05 22:45:12', 1, 0, NULL, 'ELH19268@274', '2025-03-11 10:29:55', 5, 1, 0),
(117, 5, '274', 'Clement', '4a ', 'Chennai', '600017', '7904707338', 'jayasudhakoffice@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-03-07 14:37:12', 1, 0, NULL, 'ELH43458@274', '2025-03-11 10:29:43', 5, 1, 0),
(118, 5, '274', 'Sumit Singh Manhas ', 'District Court Complex Bhaderwah ', 'Bhaderwah ', '182222', '7051279257', 'sumitsmanhas99@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-03-08 22:51:14', 1, 0, NULL, 'ELH40313@274', '2025-06-18 14:31:02', 5, 2, 0),
(119, 5, '274', 'Sandipan Pathak', 'Sanko', 'Burdwan', '713104', '9635255140', 'sandipanpathak2842000@gmail.com', '647', '3', 'Although under the', '979', '1', 'The patents act', '1164', '2', 'The authority of', '2025-03-16 20:44:17', 1, 0, NULL, 'ELH42333@274', '2025-03-17 17:32:38', 5, 1, 0),
(120, 5, '274', 'Ramkumar J', 'C13/8 3RD STREET, AGS COLONY, NANGANALLUR', 'CHENNAI', '600061', '9360609489', 'CSRAMKUMARJ@GMAIL.COM', '647', '3', 'Although under the', '979', '1', 'The Patent Act', '1164', '2', 'The authority of', '2025-03-19 11:52:10', 1, 0, NULL, 'ELH96528@274', '2025-03-19 11:53:03', 5, 1, 0),
(121, 5, '274', 'Arnab', 'Guwahati', 'Guwahati', '781025', '8752812090', 'arnabb316@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patent act', '1164', '2', 'The authority of', '2025-03-22 12:28:06', 1, 0, NULL, 'ELH96258@274', '2025-03-24 17:26:15', 5, 1, 0),
(122, 5, '274', 'Prantar Chatterjee', '92, Rajshekhar Bose Sarani', 'Kolkata', '700025', '9330158078', 'prantarchatterjee99@gmail.com', '647', '3', 'the humble petition', '979', '1', 'the humble petition', '1164', '2', 'the humble petition', '2025-04-10 01:18:36', 1, 0, NULL, 'ELH74408@274', '2025-04-17 10:09:57', 5, 1, 0),
(123, 5, '', 'Mohammed Adnan Lodi ', '1, Mandir Street', 'Kolkata', '700073', '8017871701', 'adv.adnanlodi@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-04-14 04:11:56', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(124, 5, '274', 'Himanshu Raj Sah', 'Khoribari ', 'Siliguri ', '734427', '7001443110', 'himanshurajsah5@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-04-15 09:49:32', 1, 0, NULL, 'ELH53433@274', '2025-06-08 10:00:51', 5, 2, 0),
(125, 5, '274', 'SUBHADIP HALDAR', 'VIIL- LAXMIDANGA, P.O.- MAJDIA, P.S.- KRISHNAGANJ, DIST.- NADIA', 'MAJDIA', '741507', '8167264766', 'haldarsubahdip01@gmail.com', '647', '3', 'Although under the', '979', '1', 'WHEREAS one XY', '1164', '2', 'The authority of', '2025-05-02 21:09:24', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(126, 5, '274', 'Abc', 'Abc', 'Abc', '123', '7432963460', 'humimgs@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patent ', '1164', '2', 'The authority ', '2025-05-05 20:19:54', 1, 0, NULL, 'ELH70703@274', '2025-06-19 15:53:49', 5, 1, 0),
(127, 5, '274', 'Himanshu Maity', 'Arambagh ', 'Arambagh ', '721601', '8170082748', 'tanushrimaity.arambagh@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patent act', '1164', '2', 'The authority ', '2025-05-05 20:24:42', 1, 0, NULL, 'ELH54948@274', '2025-06-19 15:53:29', 5, 1, 0),
(128, 5, '274', 'Avishek Sarkar', 'Halisahar uttar Prasadnagar kedar sadhur bagan bari ', 'Halisahar', '743135', '8013582250', 'ratnaonlines@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-05-20 18:51:02', 1, 0, NULL, 'ELH27428@274', '2025-06-19 15:53:14', 5, 1, 0),
(129, 5, '274', 'Anup Ghosh', 'kolkata', 'kolkata', '700102', '8670032510', 'anup@microbaseinfotech.com', '647', '3', 'This is a', '979', '1', 'This is a', '1164', '2', 'This is a', '2025-06-18 14:33:24', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(130, 5, '274', 'Deborsee Borah ', 'Mazgaon Nikamul Satra, Tezpur ', 'Tezpur ', '784001', '8134965031', 'deborseeborah@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-06-18 19:00:08', 1, 0, NULL, 'ELH73873@274', '2025-06-19 15:52:59', 5, 1, 0),
(131, 5, '274', 'BHASKAR BHANDARI', '2/R/2, P.C. MUKHERJEE STREET', 'KONNAGAR', '712235', '9830840049', 'bhaskarbhandari@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-08-02 15:52:01', 0, 0, NULL, 'ELH92853@274', '2025-08-04 08:16:46', NULL, 1, 0),
(132, 5, '274', 'harvinder kaur', 'HOUSE NO 5930, 3RD FLOOR, STREET NO 1,  BLOCK NO 4,  DEV NAGAR, KAROL BAGH, CENTRAL DELHI', 'DELHI', '110005', '8448635865', 'harvinderkaursaini2002@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-08-16 15:49:36', 1, 0, NULL, 'ELH60763@274', '2025-08-28 02:50:55', 5, 1, 0),
(133, 5, '274', 'Danish', 'Cassia road shipra suncity', 'Indirapuram ghaziabad ', '201014', '9717098011', 'dan96836@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-08-20 15:46:08', 1, 0, NULL, 'ELH23638@274', '2025-08-28 02:50:46', 5, 1, 0),
(134, 5, '274', 'Adv Madhusoodanan P', 'Sathyaa', 'Kozhikode', '673017', '9446408440', 'advmadhucalicut@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-08-27 15:58:08', 1, 0, NULL, 'ELH46853@274', '2025-08-28 02:50:36', 5, 1, 0),
(135, 5, '274', 'Rounak Biswas', 'Flat No. - A1, Anandmangal, Bansdroni, 206/1 - N.S.C. Bose Road', 'KOLKATA', '700047', '9667647648', 'invictusrounak@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-08-27 21:02:57', 1, 0, NULL, 'ELH78988@274', '2025-08-28 02:50:18', 5, 1, 0),
(136, 5, '274', 'Bhaskar Bhandari', '2/R/2, P.c. Mukherjee, Street', 'Konnagar', '712235', '9830840049', 'bhaskarbhandari@gmail.com', '647', '3', 'A contract of', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-08-31 15:21:23', 1, 0, NULL, 'ELH94013@274', '2025-09-01 11:22:01', 5, 1, 0),
(137, 5, '274', 'Anup Ghosh', 'kolkata', 'kolkata', '700102', '8670032510', 'anup@microbaseinfotech.com', '647', '3', 'This is s', '979', '1', 'This is s', '1164', '2', 'This is s', '2025-09-06 10:37:32', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(138, 5, '274', 'Laxmi Saha', 'Tv center', 'New bazar battala more', '735135', '8250072365', 'laxmisaha085@gmail.com', '647', '3', 'Forms all ', '979', '1', 'Forms all ', '1164', '2', 'Forms all ', '2025-09-15 14:26:41', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(139, 5, '274', 'Soumik Dalapati', 'Srirampur, Tamluk, Purba Medinipur, West Bengal ', 'Tamluk', '721651', '9382640921', 'dalapatisoumik@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-10-14 06:49:51', 1, 0, NULL, 'ELH17533@274', '2025-10-14 08:16:31', 5, 1, 0),
(140, 5, '274', 'Souvik De', 'kolkata', 'kolkata', '700102', '9831844536', 'de.sovik@gmail.com', '647', '3', 'This is a', '979', '1', 'This is a', '1164', '2', 'This is a', '2025-11-10 09:50:38', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(141, 5, '274', 'Nethra Jayasankaran', '155,Pandian St, Alwar Thiru Nagar, ', 'Chennai', '600087', '9884175834', 'greatofmusic@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-11-14 13:34:41', 1, 0, NULL, 'ELH26233@274', '2025-11-18 05:31:57', 5, 1, 0),
(142, 5, '274', 'Shailendra Singh Yadav', 'House No. 46, Lalganga Florentum, Near Hotel Courtyard by Marriott, Labhandin', 'Raipur', '492012', '9009780831', 'shailendrasinghyadav10@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-11-19 13:18:31', 1, 0, NULL, 'ELH56193@274', '2025-11-21 05:05:33', 5, 1, 0),
(143, 5, '274', 'Amrithanand MS', 'muthuveettil houe kandanadu po', 'Ernakulam', '682305', '8139052140', 'msamrithanand@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-11-24 14:04:00', 1, 0, NULL, 'ELH43498@274', '2025-11-25 04:52:50', 5, 1, 0),
(144, 5, '274', 'BODAPATI BANGARAYYA', 'Kancharapalem', 'Visakhapatnam', '530008', '7673985691', 'bodapati66@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-11-30 07:00:02', 1, 0, NULL, 'ELH55553@274', '2025-11-30 13:49:34', 5, 1, 0),
(145, 5, '274', 'Avijit Mukherjee', 'Vivekananda\'s park', 'Garia', '70084', '9073458970', 'avijit573@gmail.com', '647', '3', 'although under the', '979', '1', 'the patents act', '1164', '2', 'the authority of', '2025-12-09 10:11:18', 1, 0, NULL, 'ELH89103@274', '2026-01-12 04:28:48', 5, 1, 0),
(146, 5, '274', 'Harshavardhini', '17A/29, 4th Main Road, R A Puram, Chennai', 'Chennai', '600028', '9941040811', 'advocatehvardhini@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2025-12-29 09:46:05', 1, 0, NULL, 'ELH57393@274', '2025-12-30 05:37:57', 5, 1, 0),
(147, 5, '274', 'Anshuman Prasad', 'Ramkrishna sarani, DESHBANDHU para', 'DARJILING', '734004', '9832122528', 'princeprasad98765@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2026-01-11 16:18:11', 1, 0, NULL, 'ELH25473@274', '2026-01-12 04:28:19', 5, 1, 0),
(148, 5, '274', 'Mrinmay S**', 'Enayetpur (North)', 'Chakdaha', '71248', '8145352868', 'mrinmaysen12345@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2026-01-16 15:28:04', 1, 0, NULL, 'ELH30188@274', '2026-01-17 16:25:47', 5, 1, 0),
(149, 5, '274', 'Jagjit Singh', 'House No. 3293 Sector-31D', 'Chandigarh', '160030', '8510981426', 'jags135@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2026-01-22 04:46:37', 1, 0, NULL, 'ELH91873@274', '2026-01-22 05:35:29', 5, 1, 0),
(150, 5, '274', 'MUKESH SAHANI', 'SOUTH SHANTI NAGAR, P.O. DABGRAM B.O.', 'SILIGURI', '734004', '9749751566', 'mukeshsahani11@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2026-01-22 11:54:57', 1, 0, NULL, 'ELH83418@274', '2026-03-06 10:33:57', 5, 1, 0),
(151, 5, '274', 'Md Minarul Islam', 'Jatradanga ', 'Malda', '732141', '7478175386', 'minarulislam1753@gmail.com', '647', '3', 'Although under the', '979', '1', 'The parents act', '1164', '2', 'The authority of', '2026-02-25 15:17:08', 1, 0, NULL, 'ELH85333@274', '2026-03-06 10:33:46', 5, 1, 0),
(152, 5, '274', 'Nazibul Islam Mullick ', 'Gabberia, Panchla, Howrah', 'Howrah', '711322', '7278583613', 'imulllick@gmail.com', '647', '3', 'Although under the', '979', '1', 'In witness whereof', '1164', '2', 'The authority of', '2026-03-03 06:11:44', 1, 0, NULL, 'ELH88568@274', '2026-03-06 10:33:35', 5, 1, 0),
(153, 5, '274', 'md nadim', 'chandannagore ', 'chandannagore', '712136', '9804222722', 'mdnadeemalam97@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2026-03-10 06:13:26', 1, 0, NULL, 'ELH57883@274', '2026-03-10 06:19:00', 5, 1, 0),
(154, 5, '274', 'Manmeet Kaur', 'Annapurna Hostels, KO-8, Village,Rajpur Khadar', 'Noida', '201313', '9799495597', 'kaur38228@gmail.com', '647', '3', 'will with legacies', '979', '1', 'will with legacies', '1164', '2', 'will with legacies', '2026-03-27 05:50:37', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(155, 5, '274', 'Deepti', 'Delhi', 'New delhi', '110019', '8800425951', 'Ds.drive10@gmail.com', '647', '3', 'Although under the', '979', '1', 'The patents act', '1164', '2', 'The authority of', '2026-04-03 08:44:38', 1, 0, NULL, 'ELH54848@274', '2026-04-03 09:07:15', 5, 1, 0),
(156, 5, '274', 'Anup Ghosh', 'kolkata,Sec-v,700102', 'kolkata', '700102', '8670032510', 'anup@microbaseinfotech.com', '647', '3', 'This is a', '979', '1', 'This is a', '1164', '2', 'This is a', '2026-04-07 06:03:51', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(157, 5, '274', 'Sagar Kanojiya', '9/1B/1 Ekbalpore Lane ', 'Kolkata ', '700023', '9748027365', 'sagarkanojiyaa@gmail.com', '647', '3', 'Is a form', '979', '1', 'The Patent Act', '1164', '2', 'An Agent ', '2026-04-14 07:06:57', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(158, 5, '274', 'Shimon Kuruvilla Thomas ', 'Ottathycal House, Chingavanam P.O', 'Kottayam', '686531', '9847982660', 'simonkuruvilla101@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2026-04-15 14:49:52', 1, 0, NULL, 'ELH62738@274', '2026-04-16 05:33:05', 5, 1, 0),
(159, 5, '274', 'Shreya Basak', '510/1 S.H.K.Bose Sarani kol -74', 'Kolkata ', '700074', '9073437759', 'sbshreya2020@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2026-05-16 16:41:23', 0, 0, NULL, NULL, NULL, NULL, 0, 0),
(160, 5, '274', 'Sagar Kanojiya ', '9/1B /1 Ekbalpore lane', 'Kolkata ', 'Kolkata-700023', '9748027365', 'sagarkanojiyaa@gmail.com', '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', '2026-05-16 16:53:25', 0, 0, NULL, NULL, NULL, NULL, 0, 0);

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

--
-- Table structure for table `journal`
--

CREATE TABLE `journal` (
  `journalid` int(10) NOT NULL,
  `journal_name` varchar(100) DEFAULT NULL,
  `publisherName` varchar(50) DEFAULT NULL,
  `issnNo` varchar(20) DEFAULT NULL,
  `yearOfPublication` datetime DEFAULT NULL,
  `frequency` varchar(20) DEFAULT NULL,
  `priceOfYear` varchar(200) DEFAULT NULL,
  `price` decimal(10,2) NOT NULL DEFAULT 0.00,
  `priceINR` decimal(10,2) NOT NULL DEFAULT 0.00,
  `PercentAmtINR` decimal(10,2) NOT NULL DEFAULT 0.00,
  `previous_year` varchar(200) DEFAULT NULL,
  `previous_price` decimal(10,2) NOT NULL DEFAULT 0.00,
  `journalDetails` text NOT NULL,
  `journalimage` varchar(50) DEFAULT NULL,
  `ShippingCharge` decimal(10,2) NOT NULL DEFAULT 0.00,
  `ExpressShippingCharge` decimal(10,2) NOT NULL DEFAULT 0.00,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  `modifiedAt` timestamp NULL DEFAULT current_timestamp(),
  `isDeleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>not deleted,1=>deleted'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `journal`
--

INSERT INTO `journal` (`journalid`, `journal_name`, `publisherName`, `issnNo`, `yearOfPublication`, `frequency`, `priceOfYear`, `price`, `priceINR`, `PercentAmtINR`, `previous_year`, `previous_price`, `journalDetails`, `journalimage`, `ShippingCharge`, `ExpressShippingCharge`, `createdAt`, `modifiedAt`, `isDeleted`) VALUES
(1, 'All India Cases', 'ELH Private Limited', '897722up', '2023-02-10 00:00:00', '2', NULL, 1000.00, 1000.00, 0.00, '2022', 900.00, '<p><em>All India Case Journal.</em></p>\n', 'book-1.png', 0.00, 65.00, '2022-12-29 10:10:58', '2022-12-29 10:10:58', 1),
(2, 'Criminal Law Journal', 'ELH Private Limited', '72786353', '2021-08-01 00:00:00', '3', NULL, 789.00, 789.00, 0.00, '2022', 760.00, '<p><strong>Criminal Law journal.</strong></p>\n', 'download.jpg', 0.00, 0.00, '2022-12-29 10:33:52', '2022-12-29 10:33:52', 1),
(3, 'Income Tax Reports', 'CLI', '1234', '2022-06-01 00:00:00', '1', NULL, 13940.00, 980.00, 0.00, '2022', 13940.00, '', 'download.jpeg', 0.00, 0.00, '2022-12-30 13:24:51', '2022-12-30 13:24:51', 1),
(4, 'Abcd', 'ELH', NULL, NULL, '1', NULL, 1000.00, 0.00, 0.00, '2022', 800.00, '', '2023-06-09 17:37:42.112978Screenshot (24).png', 0.00, 0.00, '2023-06-09 12:06:42', '2023-06-09 12:06:42', 1),
(5, 'Supreme Court Cases', 'EBC', NULL, '1956-01-01 00:00:00', '1', '2023', 15999.00, 0.00, 0.00, '2022', 18499.00, '<p>A Weekly law report, giving comprehensive reporting of reportable and non-reportable cases of the Supreme Court of India. Published in 10 regular volumes per year of about 800 pages each (in Approx 48 issues). Additional/Supplementary volumes may be published during a year in the interest of fuller and more comprehensive reporting, and these will be charged extra.</p>\n', '2023-06-28 17:57:44.109474a-7007.jpg', 0.00, 0.00, '2023-06-28 12:28:58', '2023-06-28 12:28:58', 1),
(6, 'Supreme Court Cases (Criminal), 2025', 'EBC', NULL, NULL, '2', '2025', 5250.00, 0.00, 0.00, NULL, 0.00, '<p>Supreme Court Cases&trade; (Criminal) provides extensive coverage of all reportable and non-reportable cases of the Supreme Court of India on criminal matters, including many cases not reported elsewhere. SCC&trade; (Criminal) is widely regarded by both practitioners and academics as the first source of reference for Supreme Court criminal cases.Today, the publication has the leading position as truly essential to criminal practice in any court in India.</p>\n', '2023-06-29 16:40:11.678249SCC (Criminal).jpg', 0.00, 0.00, '2023-06-29 11:11:18', '2023-06-29 11:11:18', 0),
(7, 'Supreme Court Cases (Labour & Services)', 'EBC', NULL, NULL, '2', '2023', 3580.00, 0.00, 0.00, '2022', 3100.00, '<p><strong>Supreme Court Cases&trade; (Labour &amp; Services),</strong>&nbsp;a monthly journal from the publishers of Supreme Court Cases&trade; provides extensive coverage of all reportable and non-reportable judgments, of the Supreme Court of India on Labour and Services matters, including many cases not reported elsewhere. The law report, started in 1973, is today published in two volumes a year.</p>\n\n<p>SCC&trade; (Labour &amp; Services) is widely regarded by practitioners, professionals, commercial establishments, factories, labour courts, government offices and employees in the public as well as private sector, as a prime source of reference for Supreme Court judgments on labour and services cases.</p>\n', '2023-06-29 16:45:27.961463SCC (L&S).jpg', 0.00, 0.00, '2023-06-29 11:17:30', '2023-06-29 11:17:30', 1),
(8, 'All India Reporter', 'AIR', NULL, NULL, '2', '2024', 11160.00, 0.00, 0.00, NULL, 0.00, '<p>&nbsp;</p>\n\n<p>Started in 1922, All India Reporter (AIR) is India&rsquo;s oldest law publisher with comprehensive coverage of all the High Courts and the Supreme Court of India. All India Reporter is a monthly journal which covers the judgments of the Supreme Court of India.</p>\n', '2023-06-29 16:52:50.485802AIR.jpg', 0.00, 0.00, '2023-06-29 11:24:03', '2023-06-29 11:24:03', 1),
(9, 'Calcutta High Court Notes ', 'HLBC', NULL, NULL, '2', '2023', 6000.00, 0.00, 0.00, '2022', 5250.00, '<p>A fortnightly Law Journal of Calcutta High Court and Supreme Court of India.Since 1974.</p>\n', '2023-06-29 16:59:26.304082CHN.jpg', 0.00, 0.00, '2023-06-29 11:33:08', '2023-06-29 11:33:08', 1),
(10, 'Calcutta Law Journal', 'BBC', NULL, NULL, '2', '2023', 4500.00, 0.00, 0.00, '2022', 4500.00, '<p>Calcutta Law Journal (CLJ) is the oldest law journal with the extensive coverage of the High Court of Calcutta. It consists of judgments of the High Court of Calcutta and brings to you Acts, Ordinances, Rules and Notifications of the Calcutta High Court and also reports landmark judgments of Supreme Court of India.</p>\n', '2023-06-29 17:06:17.573673CLJ.jpg', 0.00, 0.00, '2023-06-29 11:38:20', '2023-06-29 11:38:20', 1),
(11, 'Calcutta Law Times ', 'RC', NULL, NULL, '2', '2023 (Loose Parts)', 3500.00, 0.00, 0.00, '2022 (Bound Vols.)', 3500.00, '<p>A reference of relevant cases from the High Court of Kolkata and Supreme Court are truly indispensable to any legal practitioner. Identification of judgements and an effective summary of each judgement is at core of our values. Calcutta Law Times (CLT) is being published since 1987 uninterrupted monthly. CLT reports judgements from High Court at Calcutta, Supreme Court of India along with West Bengal Acts, Rules and Notifications.</p>\n', '2023-06-29 17:11:32.030860CLT.jpg', 0.00, 0.00, '2023-06-29 11:43:49', '2023-06-29 11:43:49', 1),
(12, 'All England Law Reports - Current Series', 'LexisNexis', NULL, '1936-01-01 00:00:00', '1', '2023 (Loose Parts)', 26500.00, 0.00, 0.00, '2022 (Bound Vols.)', 28500.00, '<h2>Your authoritative source for legal research into important court&nbsp;judgments.</h2>\n\n<p>The All England Law Reports provide an up-to-date archive of cases heard by the Supreme Court, the Privy Council, both divisions of the Court of Appeal and all divisions of the High Court. Lexis+ gives you their full text, summaries of judgments and cross-references to the relevant authority.</p>\n', '2023-07-06 11:22:03.183772ALL ER.jpg', 0.00, 0.00, '2023-07-06 06:01:08', '2023-07-06 06:01:08', 1),
(13, 'Criminal Law Journal, 2025', 'AIR', NULL, NULL, '2', '2025', 8160.00, 0.00, 0.00, NULL, 0.00, '<p>Criminal Law Journal 2024 Subscription with latest amendments in CrPc Act and updated Case Laws.</p>\n', '2025-05-02 17:41:38.846165CLJ.jpg', 0.00, 0.00, '2024-01-10 06:36:26', '2024-01-10 06:36:26', 0),
(14, 'All India Reporter, 2025', 'AIR', NULL, NULL, '2', '2025', 11400.00, 0.00, 0.00, NULL, 0.00, '', '2025-05-02 17:36:55.849489AIR.jpg', 0.00, 0.00, '2024-01-10 06:46:21', '2024-01-10 06:46:21', 0),
(15, 'Supreme Court Cases, 2025', 'EBC', NULL, NULL, '1', '2025', 17999.00, 0.00, 0.00, NULL, 0.00, '', '2025-05-03 10:33:02.708183SCC.jpg', 0.00, 0.00, '2025-05-03 05:03:59', '2025-05-03 05:03:59', 0),
(16, 'Indian Civil Cases, 2025', 'EBC', NULL, NULL, '2', '2025', 6090.00, 0.00, 0.00, NULL, 0.00, '', '2025-05-03 10:42:20.303922ICC.jpg', 0.00, 0.00, '2025-05-03 05:12:41', '2025-05-03 05:12:41', 0),
(17, 'Banking Cases, 2025', 'EBC', NULL, NULL, '2', '2025', 8600.00, 0.00, 0.00, NULL, 0.00, '', '2025-05-03 11:02:34.338160BC.jpg', 0.00, 0.00, '2025-05-03 05:33:39', '2025-05-03 05:33:39', 0),
(18, 'Consumer Protection Judgments, 2025', 'CPJ', NULL, NULL, '2', '2025', 9600.00, 0.00, 0.00, NULL, 0.00, '', '2025-05-03 11:06:35.217238CPJ.jpg', 0.00, 0.00, '2025-05-03 05:37:03', '2025-05-03 05:37:03', 0),
(19, 'Divorce and Matrimonial Cases, 2025', 'DLT', NULL, NULL, '2', '2025', 8680.00, 0.00, 0.00, NULL, 0.00, '', '2025-05-03 11:08:35.298908DMC.jpg', 0.00, 0.00, '2025-05-03 05:38:59', '2025-05-03 05:38:59', 0),
(20, 'Arbitration Law Reporter, 2025 (Bound)', 'ALR', NULL, NULL, '4', '2025', 13020.00, 0.00, 0.00, NULL, 0.00, '', '2025-05-03 11:10:53.717667ALR.jpg', 0.00, 0.00, '2025-05-03 05:41:26', '2025-05-03 05:41:26', 0),
(21, 'Indian Factories and Labour Reports, 2025', 'LPH', NULL, NULL, '3', '2025', 5800.00, 0.00, 0.00, NULL, 0.00, '', '2025-05-03 11:12:56.231113IFLR.jpg', 0.00, 0.00, '2025-05-03 05:44:00', '2025-05-03 05:44:00', 0),
(22, 'Services Law Reporter, 2025 (Bound)', 'SLR', NULL, NULL, '4', '2025', 11700.00, 0.00, 0.00, NULL, 0.00, '', '2025-05-03 11:21:46.956603SLR.jpg', 0.00, 0.00, '2025-05-03 05:53:42', '2025-05-03 05:53:42', 0),
(23, 'Judgement Today, 2025', 'Judgemet Today', NULL, NULL, '1', '2025', 12500.00, 0.00, 0.00, NULL, 0.00, '', '2025-05-03 11:26:44.339635JT.jpg', 0.00, 0.00, '2025-05-03 05:58:52', '2025-05-03 05:58:52', 0),
(24, 'Supreme Laws Today, 2025', 'DLT', NULL, NULL, '1', '2025', 16750.00, 0.00, 0.00, NULL, 0.00, '', '2025-05-03 11:30:57.364159slt.jpg', 0.00, 0.00, '2025-05-03 06:01:12', '2025-05-03 06:01:12', 0),
(25, 'Accident Claims Journal, 2025 (Bound)', 'ACJ', NULL, NULL, '2', '2025', 7800.00, 0.00, 0.00, NULL, 0.00, '', '2025-05-03 11:34:04.705388ACJ.jpg', 0.00, 0.00, '2025-05-03 06:04:34', '2025-05-03 06:04:34', 0),
(26, 'Labour Law Journal, 2025', 'MLJ', NULL, NULL, '2', '2025', 7925.00, 0.00, 0.00, NULL, 0.00, '', '2025-05-03 11:36:18.192747LLJ.jpg', 0.00, 0.00, '2025-05-03 06:06:42', '2025-05-03 06:06:42', 0),
(27, 'Madras Law Journal, 2025', 'MLJ', NULL, NULL, '4', '2025', 8925.00, 0.00, 0.00, NULL, 0.00, '', '2025-05-03 11:38:07.055486MLJ.jpg', 0.00, 0.00, '2025-05-03 06:08:27', '2025-05-03 06:08:27', 0);

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

--
-- Table structure for table `journal_backvolumes`
--

CREATE TABLE `journal_backvolumes` (
  `jour_backId` int(11) NOT NULL,
  `name` varchar(200) DEFAULT NULL,
  `email` varchar(150) DEFAULT NULL,
  `phone` bigint(11) DEFAULT NULL,
  `journal_back_volume` text DEFAULT NULL,
  `createdAt` datetime NOT NULL DEFAULT current_timestamp(),
  `isDeleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>not deleted,1=>deleted'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `journal_backvolumes`
--

INSERT INTO `journal_backvolumes` (`jour_backId`, `name`, `email`, `phone`, `journal_back_volume`, `createdAt`, `isDeleted`) VALUES
(1, 'Anup Ghosh', 'anup@mivrobaseinfotech.com', 8670032510, 'For 2023', '2023-07-12 15:13:09', 1),
(2, 'Anup Ghosh', 'anup@microbaseinfotech.com', 8256525555, 'Request for Back volumes', '2023-07-12 15:13:09', 0),
(3, 'SKC', 'chakrabortisanjoy59@gmail.com', 9836550165, 'I need the back volume for 2020 of AllER (Bound).', '2023-07-12 15:13:09', 0),
(4, 'PRASANTA DAS', 'prasantadas54@gmail.com', 9831812345, '2015 VOLUMES WANTED. ', '2023-07-12 15:13:09', 0),
(5, 'Anup Ghosh', 'anup75300@gmail.com', 8670032510, 'suprim court backvolume', '2023-07-14 12:36:29', 1),
(6, 'Anup Ghosh', 'anup@microbaseinfotech.com', 8670032510, 'back volume', '2023-07-14 12:37:34', 0),
(7, 'Anup Ghosh', 'anup@microbaseinfotech.com', 8670032510, 'journal backvolume', '2023-07-14 12:40:28', 1);

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

--
-- Table structure for table `manuscript`
--

CREATE TABLE `manuscript` (
  `id` int(11) NOT NULL,
  `name` varchar(50) DEFAULT NULL,
  `phoneNo` varchar(50) DEFAULT NULL,
  `email` varchar(50) DEFAULT NULL,
  `manuscriptDoc` text DEFAULT NULL,
  `inserted_Date` timestamp NOT NULL DEFAULT current_timestamp(),
  `isDeleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>not deleted,1=>deleted'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `manuscript`
--

INSERT INTO `manuscript` (`id`, `name`, `phoneNo`, `email`, `manuscriptDoc`, `inserted_Date`, `isDeleted`) VALUES
(1, 'Anup ghosh', '9087677756', 'anup@microbaseinfotech.com', 'CoverImage_1444110093241.jpg', '2022-12-07 12:02:19', 1),
(2, 'Debnath Sardar', '8769999999', 'debnath@microbaseinfotech.com', 'CoverImage_1444110029239.jpg', '2022-12-07 12:02:19', 0),
(3, 'Anup Ghosh', '8975445656', 'anup@microbaseinfotech.com', 'sample.pdf', '2022-12-07 12:02:19', 0),
(4, 'Anup Ghosh', '7868777777', 'anup@microbaseinfotech.com', 'myfile.pdf', '2022-12-07 12:02:19', 1),
(5, 'Amal Paul', '9007665522', 'amal@microbaseinfotech.com', 'Invoice.pdf', '2022-12-07 12:02:19', 1),
(6, 'Arun Pan', '8947003000', 'arun@microbaseinfotech.com', 'myfile.pdf', '2022-12-07 12:02:19', 1),
(7, 'Mojibul Hoque', '9038302220', 'mojibul@microbaseinfotech.com', 'publishers.pdf', '2022-12-07 12:15:12', 1),
(8, 'Amal Paul', '8909875542', 'amal@microbaseinfotech.com', 'publishers.pdf', '2022-12-08 05:31:37', 1),
(9, 'Anup Ghosh', '8158925777', 'anup@microbaseinfotech.com', 'publishers.pdf', '2022-12-08 06:11:29', 0),
(10, 'Anup Ghosh', '8158925777', 'anup@microbaseinfotech.com', 'publishers.pdf', '2022-12-08 06:15:52', 1),
(11, 'Anup Ghosh', '8158925777', 'anup@microbaseinfotech.com', 'sample.pdf', '2022-12-08 06:39:12', 1),
(12, 'Anup Ghosh', '8158925777', 'anup@microbaseinfotech.com', 'sample.pdf', '2022-12-08 06:41:32', 1),
(13, 'Anup Ghosh', '8158925777', 'anup@microbaseinfotech.com', 'publishers.pdf', '2022-12-08 07:00:51', 1),
(14, 'Anup Ghosh', '8158925777', 'anup@microbaseinfotech.com', 'sample.pdf', '2022-12-08 07:03:27', 1),
(15, 'Anup Ghosh', '8158925777', 'anup@microbaseinfotech.com', 'publishers.pdf', '2022-12-08 07:04:56', 1),
(16, 'Anup Ghosh', '8158925777', 'anup@microbaseinfotech.com', 'sample.pdf', '2022-12-08 07:07:31', 1),
(17, 'Debnath Sardar', '9000098765', 'anup@microbaseinfotech.com', 'sample-file (8).pdf', '2023-01-10 09:27:10', 0),
(18, 'Anup Ghosh', '7895433333', 'anup@microbaseinfotech.com', 'sample-file (6).pdf', '2023-01-10 09:31:08', 0),
(19, 'Santanu De', '9877632633', 'anup@microbaseinfotech.com', 'myfile.pdf', '2023-01-10 09:59:46', 0),
(20, 'Anup Ghosh', '8973633322', 'anup@microbaseinfotech.com', 'Invoice.pdf', '2023-01-10 13:51:51', 0),
(21, 'debnath', '9674511255', 'debnathsardar24@gmail.com', 'document (43).pdf', '2023-02-08 12:44:13', 0),
(22, 'Anup Ghosh', '7900234567', 'anup@microbaseinfotech.com', 'BookAuthor.pdf', '2023-02-10 10:25:01', 0),
(23, 'test test', '9831844536', 'de.sovik@yahoo.com', 'FOREIGN PUBLISHERS.docx', '2023-03-19 18:25:17', 0),
(24, 'test test', '9831844536', 'de.sovik@gmail.com', 'HRK INDEXUpdated.docx', '2023-03-19 18:26:53', 0),
(25, 'Anup Ghosh', '+91 7900234567', 'anup@microbaseinfotech.com', 'sample.pdf', '2023-03-23 08:38:03', 1),
(26, 'Anup Ghosh', '7900234567', 'anup@microbaseinfotech.com', 'sample.pdf', '2023-03-23 08:40:31', 1),
(27, 'Anup Ghosh', '7900234567', 'anup@microbaseinfotech.com', 'sample.pdf', '2023-03-23 08:45:38', 1),
(28, 'Anup Ghosh', '7900234567', 'anup@microbaseinfotech.com', 'sample.pdf', '2023-03-23 08:47:54', 1),
(29, 'anup', '7900234567', 'anup@microbaseinfotech.com', 'sample.pdf', '2023-03-23 08:51:03', 1),
(30, 'Anup Ghosh', '+91 7900234567', 'anup@microbaseinfotech.com', 'publishers.pdf', '2023-03-29 09:29:38', 0),
(31, 'Anup Ghosh', '8670032510', 'anup@microbaseinfotech.com', 'publishers_neww.pdf', '2023-03-29 09:32:15', 0),
(32, 'SK CHAKRABORTI', '9836550165', 'chakrabortisanjoy59@gmail.com', 'Sexual harassment 11.02.2022 Draft (F) (1).docx', '2023-04-04 10:21:58', 0),
(33, 'Anup Ghosh', '+91 7900234567', 'anup@microbaseinfotech.com', 'publishers_neww.pdf', '2023-04-05 10:50:47', 0),
(34, 'ramkrishna', '8250824707', 'ramkrishnamondal700@gmail.com', 'Document.docx', '2023-04-07 09:09:53', 1),
(35, 'ramkishna', '8250824707', 'ramkrishnamondal700@gmail.com', 'CSI NIC 2023.pdf', '2023-04-07 09:12:12', 1),
(36, 'Criminal Investigation Law and Practice', '+91 7900234567', 'anup@microbaseinfotech.com', 'Sexual harassment 11.02.2022 Draft (F) (1) (1).docx', '2023-04-07 09:15:59', 1),
(37, 'Criminal Investigation Law and Practice', '+91 7900234567', 'anup@microbaseinfotech.com', 'ch_2_frm_1f (3).doc', '2023-04-07 09:18:01', 1),
(38, 'Anup Ghosh', '+91 7900234567', 'anup@microbaseinfotech.com', 'Sexual harassment 11.02.2022 Draft (F) (1) (1).docx', '2023-04-07 09:36:23', 1),
(39, 'Anup Ghosh', '+91 7900234567', 'anup@microbaseinfotech.com', 'Document.docx', '2023-04-07 09:45:36', 1),
(40, 'abc', '9830098300', 'de.sovik@gmail.com', 'Thanks for sending us the updated Supplement.docx', '2023-05-06 07:46:08', 0),
(41, 'Anup', '9874561230', 'rinkan123@outlook.com', 'angular.docx', '2023-05-07 04:50:06', 0),
(42, 'Anup Ghosh', '8625455554', 'anup@microbaseinfotech.com', 'Sexual harassment 11.02.2022 Draft (F) (1).docx', '2023-05-07 05:32:00', 0),
(43, 'Anup Ghosh', '+91 7900234567', 'anup@microbaseinfotech.com', 'Sexual harassment 11.02.2022 Draft (F) (1).docx', '2023-05-07 05:35:53', 0),
(44, 'GOOGLE', '9876543210', 'google@gmail.com', 'BPI Form.doc', '2023-05-18 11:09:50', 0),
(45, 'Anup Ghosh', '9652023014', 'anup@microbaseinfotech.com', 'download.jpg', '2023-05-18 11:14:34', 0),
(46, 'Anup Ghosh', '8554784474', 'anup@microbaseinfotech.com', 'download.jpg', '2023-05-18 11:16:09', 0),
(47, 'Anup Ghosh', '8568525585', 'anup@microbaseinfotech.com', 'Chapter 3 - Forms.doc', '2023-05-26 07:21:31', 0),
(48, 'Anup Ghosh', '8535851245', 'anup@microbaseinfotech.com', 'BPI Form (1).doc', '2023-05-29 06:32:43', 1),
(49, 'Anup Ghosh', '7255555589', 'anup@microbaseinfotech.com', 'BPI Form (2).doc', '2023-05-29 06:35:42', 1),
(50, 'Anup Ghosh', '7563245215', 'anup@microbaseinfotech.com', 'BPI Form (1).doc', '2023-05-29 06:37:16', 1),
(51, 'Anup Ghosh', '7562542565', 'anup@microbaseinfotech.com', 'BPI Form (1).doc', '2023-05-29 06:42:56', 1),
(52, 'Amit Paul', '7321555452', 'anup@microbaseinfotech.com', 'BPI Form (1).doc', '2023-05-29 06:46:06', 1),
(53, 'Anup Ghosh', '7255563265', 'anup@microbaseinfotech.com', 'BPI Form (2).doc', '2023-05-29 06:47:41', 1),
(54, 'Anup Ghosh', '7232552558', 'anup@microbaseinfotech.com', 'B.-Software-Engineer.docx', '2023-05-29 06:49:55', 1),
(55, 'Anup Ghosh', '2485588878', 'anup@microbaseinfotech.com', 'B.-Software-Engineer.docx', '2023-05-29 06:59:24', 1),
(56, 'Anup Ghosh', '7212325635', 'anup@microbaseinfotech.com', 'BPI Form (2).doc', '2023-05-29 07:16:03', 1),
(57, 'Anup Ghosh', '8622555588', 'anup@microbaseinfotech.com', 'Sexual harassment 11.02.2022 Draft (F) (1) (1).docx', '2023-05-29 07:17:29', 1),
(58, 'RAJESH MICROBASE', '7602035090', 'rajeshmaiti1606@gmail.com', 'BPI Form.doc', '2023-05-29 08:05:50', 1),
(59, 'rajesh', '7602035090', 'rajeshmaiti1606@gmail.com', 'BPI Form.doc', '2023-05-29 08:07:36', 1),
(60, 'Rajesh Maiti', '9855858255', 'rajeshmaiti1606@gmail.com', 'BPI Form.doc', '2023-05-29 08:11:59', 1),
(61, 'Anup Ghosh', '8655482255', 'anup@microbaseinfotech.com', 'BPI Form (1).doc', '2023-05-29 17:47:11', 0),
(62, 'Anup Ghosh', '7562256522', 'anup75300@gmail.com', 'BPI Form (1).doc', '2023-05-29 17:52:20', 0),
(63, 'Anup Ghosh', '8655245445', 'anup75300@gmail.com', 'BPI Form (1).doc', '2023-05-29 17:56:23', 0),
(64, 'Anup Ghosh', '8225522551', 'anup@microbaseinfotech.com', 'C:\\fakepath\\BPI Form (1).doc', '2023-05-29 18:03:07', 0),
(65, 'Ankit Paul', '7525225555', 'anup@microbaseinfotech.com', 'BPI Form (1).doc', '2023-05-29 18:04:26', 0),
(66, 'Anup Ghosh', '8675545525', 'anup@microbaseinfotech.com', 'BPI Form (1).doc', '2023-05-29 18:17:44', 0),
(67, 'Anup Ghosh', '7562552154', 'anup@microbaseinfotech.com', 'BPI Form (1).doc', '2023-05-30 05:20:43', 1),
(68, 'Debnath Sardar', '7523515455', 'debnathsardar24@gmail.com', '2023-05-30 11:06:16.648204BPI Form (1).doc', '2023-05-30 05:36:20', 0),
(69, 'Anup Ghosh', '8645255254', 'anup@microbaseinfotech.com', '2023-05-30 11:23:22.162678BPI Form (1).doc', '2023-05-30 05:53:26', 0),
(70, 'Anup Ghosh', '8671455242', 'anup@microbaseinfotech.com', '2023-06-08 11:41:52.5145062023-05-30 11_06_16.648204BPI Form (1).doc', '2023-06-08 06:12:13', 0),
(71, 'Anup Ghosh', '8566245555', 'anup@microbaseinfotech.com', '2023-06-09 17:13:37.382626BPI Form (1).doc', '2023-06-09 11:43:56', 0),
(72, 'Anup Ghsoh', '8666555555', 'anup@microbaseinfotech.com', '2023-06-09 17:17:17.780987BPI Form (1).doc', '2023-06-09 11:47:26', 0),
(73, 'Criminal Investigation Law and Practice', '+91 7900234567', 'anup@microbaseinfotech.com', '', '2023-06-13 12:57:00', 1),
(74, 'Criminal Investigation Law and Practice', '+91 7900234567', 'anup@microbaseinfotech.com', '', '2023-06-13 12:58:40', 1),
(75, 'Criminal Investigation Law and Practice', '+91 7900234567', 'anup@microbaseinfotech.com', '', '2023-06-13 13:05:44', 1),
(76, 'Shivaji Sengupta', '9831000156', 'touch@microbaseinfotech.com', '2023-06-29 11:07:54.928525AI Bot.pdf', '2023-06-29 05:37:59', 0),
(77, 'Sanjoy Chakraborti', '9836550165', 'chakrabortisanjoy59@gmail.com', '2023-06-29 18:35:04.809107Commencement of classes 1.pdf', '2023-06-29 13:05:29', 0),
(78, 'SANJOY', '9836550165', 'chakrabortisanjoy59@gmail.com', '2023-06-29 18:37:43.808749Commencement of classes 1.pdf', '2023-06-29 13:07:48', 0),
(79, 'Criminal Investigation Law and Practice', '8670032510', 'anup@microbaseinfotech.com', '', '2023-07-03 08:21:13', 1),
(80, 'Shivaji Sengupta', '9831000156', 'touch@microbaseinfotech.com', '2023-07-11 12:21:50.432032Chapter 12 - Forms.doc', '2023-07-11 06:52:18', 0),
(81, 'Dr. Ashish Kumar Srivastava', '8960675643', 'asrinlu@gmail.com', '2023-08-10 12:46:26.215219BPI Form.doc', '2023-08-10 07:16:30', 0),
(82, 'Shankar Reddy', '9825478965', 'de.sovik@gmail.com', '2023-09-26 12:51:54.446378Supplement 2023 - 2-5-2023 ELH Edit.docx', '2023-09-26 07:22:09', 0),
(83, 'Anup Ghosh', '8670032510', 'anup@microbaseinfotech.com', '2023-11-15 07:14:30.100302BPI Form.doc', '2023-11-15 01:44:40', 0),
(84, 'Syed M. Aatif', '8376971695', 's.aatif23@rediffmail.com', '2024-01-10 08:10:41.933557Screenshot_20240110-081018_Microsoft 365 (Office).jpg', '2024-01-10 02:41:40', 0),
(85, 'Prashant Panjwani', '8319793819', 'prashantpanjwani74@gmail.com', '2024-01-24 08:20:19.333108Book_Proposal_24.01.2024.pdf', '2024-01-24 02:50:31', 0),
(86, 'Ankit Sharma', '7737440755', 'ankitsharma.talk@gmail.com', '2024-02-01 18:40:10.005210BPI Form.doc', '2024-02-01 13:15:20', 0),
(87, 'Dr. Mainan Ray', '+919113196025', 'roy.mainan@gmail.com', '2024-02-02 16:29:32.316416BPI Form (1).doc', '2024-02-02 10:59:57', 0),
(88, 'Arun Chatterjee', '9611453453', 'arun.1957@gmail.com', '2024-04-23 08:08:55.706579BPI Form (1) (ELHI).doc', '2024-04-23 02:39:33', 0),
(89, 'ABHIJIT SAHA', '9051707065', 'sahalegals2020@gmail.com', '2024-08-05 12:06:10.725896Resume.pdf', '2024-08-05 06:39:11', 0),
(90, 'Dr. Mohammad Haroon', '9897205388', 'almadina.haroon@gmail.com', '2024-12-17 22:43:17.141455BPI Form.doc', '2024-12-17 17:13:50', 0),
(91, 'Nanda Pardhey', '9623548011', 'adv.npardhey@gmail.com', '2025-03-04 11:14:22.205383BPI Form- Dr. Nanda Pardhey.doc', '2025-03-04 05:44:52', 0),
(92, 'Dr Vartika Sxaena', '8989924888', 'vartika.saxena5@gmail.com', '2025-03-10 14:51:27.296225eastern book house- BPI Form.doc', '2025-03-10 09:21:43', 0),
(93, 'SANJOY CHAKRABORTI', '9836550165', 'chakrabortisanjoy59@gmail.com', 'C:\\fakepath\\SKD-Books List.docx', '2025-05-08 10:34:22', 0),
(94, 'SANJOY CHAKRABORTI', '9836550165', 'chakrabortisanjoy59@gmail.com', '2025-05-09 16:34:45.955587Dinkar.docx', '2025-05-09 11:06:27', 0),
(95, 'rabi', '9830098300', 'rabi76@gmail.com', '2025-05-22 18:26:11.792156BPI Form.doc', '2025-05-22 12:56:58', 0),
(96, 'M.Z.M.Nomani', '9897211417', 'zafarnomaniamu@gmail.com', '2025-06-16 13:41:39.584106BPI Form - SEZ LAW & POLICY.doc', '2025-06-16 08:12:20', 0),
(97, 'Aijaj Ahmed Raj and Prof Md Zafar Mahfooz Nomani', '9758417729', 'aijajlawscholar@gmail.com', '2025-06-25 11:00:39.858524BPI Form.doc', '2025-06-25 05:31:03', 0),
(98, 'Dr. Caesar Roy', '8101899340', 'caesarroy123@gmail.com', '2025-06-25 13:40:08.920169BPI Form_ELH.docx', '2025-06-25 08:10:21', 0),
(99, 'Kumar Amogh', '9155941307', 'kumaramogh12@gmail.com', '20250812_161307_BPI_Form.pdf', '2025-08-12 16:13:34', 0),
(100, 'Dr. Lahama Mazumdar', '8457902134', 'lahamamazumdar@gmail.com', '20260126_050917_BPI_Form.PDF', '2026-01-26 05:09:38', 0),
(101, 'DR.DEVAKUMAR JACOB', '9820462229', 'devcharmaine@gmail.com', '20260324_025044_BPI_Form_Dr.Devakumar.doc', '2026-03-24 02:51:13', 0);

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

--
-- Table structure for table `news`
--

CREATE TABLE `news` (
  `news_id` int(11) NOT NULL,
  `news_name` varchar(255) NOT NULL,
  `news_desc` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `news_image` varchar(255) NOT NULL,
  `status` enum('A','IA') NOT NULL,
  `isDeleted` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `news`
--

INSERT INTO `news` (`news_id`, `news_name`, `news_desc`, `news_image`, `status`, `isDeleted`) VALUES
(96, 'SC: Docs must help minor rape victims [ Aug 26 2017 : The Times of India (Kolkata)]', 'The Supreme Court on Friday said minor rape victims should not be forced to knock on the doors of a court for getting permission to terminate pregnancies arising out of sexual offences and favoured setting up of a trust for the benefit of a Chandigarh-based 10-yearold rape survivor, who recently delivered a child after being denied abortion.\nA bench of justices Madan B Lokur and Deepak Gupta said crucial time had been wasted in court proceedings and it became too late and risky to allow the survivor to abort, forcing her to deliver the child.\n\nThe court said that in such cases, medical practitioners should take a proactive steps to come to the rescue of the victim.\n\nThe court agreed with the submission of senior ad vocate Indira Jaising, who contended that pregnancy was life-threatening in case of a minor girl and it was the duty of doctors to allow her to undergo abortion. &ldquo;The provisions of the Medical Termination of Pregnancy Act are not properly understood by doctors and they are afraid to help the victims in abortion fearing criminal prosecution under Section 312 of Indian Penal Code.&ldquo;\n\nReferring to the provision, she said that the provision was not applicable in case of minor child as her pregnancy was lifethreatening and abortion was only to save the life of the victim.', '', 'A', 0),
(97, 'Not talking to bride for days not cruelty: SC [Sep 08, 2017, The Times of India (Kolkata)]', 'The Supreme Court said it was not cruelty punishable under the dreaded Section 498A of IPC if no one at the matrimonial home, including the husband, spoke to a newly-wed bride for days.\r\nIn her complaint under Section 498A to the police, a woman alleged that after her marriage, she stayed with her husband for 20 days, during which she was left completely alone and no one talked to her.\r\n\r\nShe alleged that her husband was &ldquo;not even willing to talk freely to her despite her sincere efforts&ldquo;. She accused the husband of evading her and refusing to consummate the marriage. The SC had earlier ruled that refusal to cohabit could be a ground for seeking divorce.\r\n\r\nAfter the husband left for Australia where he worked, no one in his family talked to the woman, forcing her to leave the matrimonial house for her parent\'s place. She claimed that her parents had spent Rs 15 lakh on the marriage and Rs 20 lakh on gold ornaments.\r\n\r\nThe Cyberabad police filed a chargesheet and the ca se is pending before the metropolitan magistrate. The high court at Hyderabad rejected a petition by the husband and his parents seeking quashing of the case. They appealed in the SC.\r\n\r\nA bench of justices Arun Mishra and Mohan M Shantanagoudar perused the wife\'s complaint and said her story did not reveal any offence under Section 498A (cruelty at matrimonial home to drive the woman to commit suicide, cause injury to her or harassment for dowry) or Section 406 (breach of trust) of IPC as there was no demand for dowry .\r\n\r\nWriting the judgment for the bench, Justice Shantanagoudar said, &ldquo;We are conscious of the fact that Section 498A was added to the IPC with a view to punish husband or any of his relatives who harass or torture the wife to coerce her or her relatives to satisfy unlawful demands of dowry .\r\n\r\n&ldquo;Keeping the aforesaid objects in mind, we have dealt with the matter.\r\n\r\n&ldquo;We do not find any allegation of subjecting the wife to cruelty within the meaning of Section 498A of IPC.The records at hand could not disclose any wilful conduct which is of such a natu re as is likely to drive the complainant to commit suicide or to cause grave injury or danger to life, lib or health (whether mental or physical) of the woman.\r\n\r\n&ldquo;So also, there is nothing on record to show that there was a demand of dowry by the husband or any of his relatives, either prior to marriage, during the marriage or after the marriage.\r\n\r\n&ldquo;The record also does not disclose anywhere that the husband of the woman acted, with a view to coerce her or any person related to her to meet any unlawful demand of any property or valuable security .&ldquo; The bench quashed the case terming the complaint to be devoid of any charge under Section 498A or Section 406.', '', 'A', 0),
(92, 'Pending instant talaq cases are now invalid [Times of India, Kolkata, 25.08.2017]', 'The ramifications of the Supreme Court\'s verdict declaring instant triple talaq as unconstitutional will have a bearing on all pending cases in different courts where Muslim women have challenged divorce given to them under talaq-e-biddat (instant divorce) and their marital status is likely to be restored.\r\nLegal experts said all pending cases would be decided according to the law laid down by the apex court in its judgment and all such talaq cases will have to be declared invalid.\r\n\r\nSenior advocate and former Jharkhand high court judge Justice Ajit Sinha said the order was binding on all courts according to Article 141 of the Constitution. All pending cases will now have to be decided according to the law pronounced by the apex court.\r\n\r\n&ldquo;There is no question of other courts having to examine the validity of triple talaq now after the SC verdict and so all cases will go,&ldquo; Sinha said.\r\n\r\nFormer Patna high court judge Justice Nagendra Rai agreed with Sinha and said there was no triple talaq in In dia and trial courts and HC would follow the verdict. Thi means quashing of cases re lating to triple talaq challeng ed by aggrieved women.\r\n\r\nA five-judge constitution bench by 3:2 majority declared the practice of instant triple talaq as unconstitutional and arbitrary . The majority verdict said instant talaq was bad in law as a marital tie could be broken capriciously and whimsically by a Muslim man without any attempt a reconciliation as set out i other forms of talaq.', '', 'A', 0),
(95, 'A judgment that addresses 21st Century networked society [ Aug 25 2017 : The Times of India (Kolkata)]', 'The techno-legal community and digital rights activists feel that the Supreme Court\'s judgment could have a wide-ranging impact on the petition challenging the data-sharing arrangement between WhatsApp and its parent company Facebook, and even on the recent beginnings that have been made in the drafting of a data protection framework by the Telecom Regulatory Authority of India (Trai).\r\nNikhil Pahwa, founder of technology news website Medianama, and a core member of the Internet Freedom Foundation, says that with this judgment, the state-citizen relationship will not be unequal anymore. &ldquo;People today generate truckloads of data, and various entities collect, mine, and use it. We need to have the right to control and recall this data. We are vulnerable when it gets leaked. The government has said data is the new oil. I\'d say data is power. The SC has given power back to citizens,&ldquo; says Pahwa.\r\n\r\nApex court advocate Apar Gupta lauded the ruling for expanding the scope of privacy .&ldquo;Privacy has not been given a singular definition, but it has been expanded to Article 21. It is a comprehensive expansion where it is seen as a form of liberty , which is essential for accessing other rights,&ldquo; says Gupta. Rahul Narayan, a lawyer who assisted senior counsels appearing for the petitioners, said he was &ldquo;thrilled&ldquo; with the &ldquo;well-written&ldquo; judgment.&ldquo;They have identified facets of privacy instead of giving it a fixed definition, which is how it should be,&ldquo; he says.\r\n\r\nEarlier this month, Trai released a paper for public consultation on the issue of data protection and privacy .The court said it would leave the matter of putting a data protection regime in place &ldquo;for expert determination&ldquo;.\r\n\r\nMishi Choudhary , legal director at Software Freedom Law Centre (SFLC), says the order is a milestone in the fight for the right to privacy .&ldquo;The world\'s largest democra cy has now spoken on the question which we all face because 20th century constitutions, let alone earlier ones, did not tend to speak of the right to privacy... in terms which allowed its application to needs of human beings in the 21st century networked society .&ldquo;\r\n\r\nThe 547-page judgment dedicated a section to &ldquo;informational privacy&ldquo; which it has identified as &ldquo;a facet of the right to privacy&ldquo;. It has called for an evolutionary approach to privacy in the information age, where one can anticipate technological changes and legal responses to the same.\r\n\r\nThe unanimous nature of the verdict had many pleasantly surprised. &ldquo;I don\'t think any judge wanted to be on the wrong side of history ,&ldquo; says Pahwa of the 9-0 verdict. Gupta says it is a criticism of the &ldquo;government\'s opposition to the existence of the constitutional right to privacy , which was with the narrow intent of preventing an expeditious hearing in Aadhaar cases.&ldquo;', '', 'A', 0),
(98, 'BY INVITE - Laws for women, not against Muslims [ Sep 09, 2017, The Times of India (Kolkata)]', 'Muslim women need legislative protection. But the UCC is just a bogey, unless all communities are prepared to give up their own personal laws\r\nThe reform of person al laws is critical for Indian democracy and citizenship, but it has been neglected too long.On one hand, Muslim women are excluded educationally and socio-economically owing to government neglect, and on the other hand they suffer from the near-absence of any legal framework in matters of family , marriage, divorce, custody of children, and so on. Unlike women from other communities, Muslim women are denied their legal rights in the personal realm despite Quranic injunctions. Practices such as triple talaq and halala persist in our society despite the fact that the Quran does not sanction them.\r\nThis situation has arisen because of the way that Muslim personal law is understood and practiced in India.The whole arena is mired in ambiguity, obfuscation and apathy because of the long stranglehold of patriarchal elements. The Quran gave clear rights to women 1,400 years ago in marriage, family, society and public life, but in reality there has been a persistent denial of these rights. So much so that a perception has arisen that in Islam, men have superiority over women. Within several conservative sections, the dominant belief seems to be that Muslim women must live a life of subjugation within the four walls of a home. This hegemony of patriarchal forces has continued even after 1947, till date.Muslim women such as Shayara Bano and others are only calling for a halt to the rampant violations of their rights in family matters, and seeking justice.\r\n\r\nThe absence of a comprehensive codified personal law in our country has resulted in the Muslim woman suffering in matters of divorce, halala, polygamy , guardianship and custody of children, share in property , and so on. The Shariat Application Act, 1937 is silent on all these matters. It is claimed that Indian Muslims are governed by Shariat.But the Shariat as practiced currently in different parts of the country is undefined and unwritten. It is subject to multiple interpretations and misinterpretations which, more often than not, are unfair to women. Often the injunctions of the Holy Quran are violated in the name of Shariat; the widespread incidence of triple talaq is the most common example. Unfair practices pertaining to age of marriage, mehr, divorce, alimony , child custody, property are all passed off in the name of Shariat. It is anybody\'s guess as to how many ordinary Muslims understand the spirit of the Holy Quran or its underlying principles of gender justice. It is not difficult to guess as to what is the perspective and understanding of some of those men dispensing justice in Shariat courts across the country . Most times, the verdicts in family matters end up being unfairly pro-men and entirely anti-women. This can hardly be said to be based on Quranic injunctions.\r\n\r\nThe Hindu community got their laws codified in 1955. The Christian and Parsi minority communities also have their laws codified.Over a period of time, these laws have been amended to make them more genderjust. For various historical and political reasons, Muslim family law has remained uncodified. The first attempt was made in 1937 with the passing of the Shariat Application Act, followed by Dissolution of Muslim Marriages Act in 1939. After al most four decades, the Muslim Women\'s Protection on Divorce Act was passed in 1986. These three pieces of legislation are clearly not enough, and have left many personal law issues unaddressed. For instance, there is no legislation on divorce, age of marriage, polygamy, custody of children, inheritance, or the mehr amount.The lack of legal protection in these matters have left the Muslim women at the mercy of community justice mechanisms, which can be regressive and patriarchal.\r\n\r\nAll communities, minorities and majority, are entitled to their personal laws, a right protected by Article 25 and 26 of the Constitution. The demand for codification of Muslim law stems from this part of the Constitution. When the BMMA asks for codification, we are only asking for what other communities have have, and what is mandated by the Constitution. We are only ask ing for legal protection, which already exists for all other communities. In this context, for the Muslims, a uniform civil code is a long way off, when we don\'t even have the privilege of a codified personal law. The mention of a UCC is found in the Directive Principles of the Constitution, which do not enjoy the same status as the various Articles enshrined as Fundamental Rights.\r\n\r\nIn this entire debate where does the issue of UCC fit in? As a Muslim women\'s organisation, there are many unanswered questions that have to be addressed by all stakeholders, and not just by the Muslim community . For instance, why is the issue of UCC raised only in the context of Muslim women\'s legal rights? Is the code going to be made applicable only to Muslims? Have the Hindu majority or the other minority communities already expressed their approval?\r\nEven after so many decades of debate around a UCC, why haven\'t we seen even a single page of this elusive code? Is it not a bogey raised only to strengthen conservative positions? And why have there been no attempts to strengthen and popularise the Special Marriage Act, which, for all practical purposes, is an optional civil code?\r\nThese challenges, and several others, confront the very conceptual framework of the UCC, and it is everybody\'s responsibility to address them. To confine the issue and discuss it only within the Muslim context, is to do disservice to the idea of a civil code that is devoid of any reference to religion. Before we even attempt a draft UCC, the moot question is -are all communities willing to give up their respective religion based family laws? If the answer is not unambiguous, then we are still far, far away from a Uniform Civil Code. In the meantime, let us allow Muslim women to have a codified personal law which will give them much needed legal protections, on par with their co-citizens.', '', 'A', 0),
(93, 'SC leaves room for Aadhaar schemes [ Aug 25 2017 : The Times of India (Kolkata)]', 'There is sufficient leeway for the government to pursue digitisation programmes, many of which are centred around Aadhaar, with the Supreme Court setting out &ldquo;legitimate state aims&ldquo; that can allow linkage of UID with social welfare schemes.\r\nThe SC\'s clear-cut reference to national security , prevention and investigation of crime, encouraging innovation and making delivery of welfare programmes more efficient as permissible objectives will help preserve Aadhaar-driven schemes that have been challenged over privacy issues.\r\n\r\nWhile the petitioners had sought the establishment of privacy as a fundamental right by itself, the court has located it within the right to life and liberty and, therefore, subject to restrictions that apply to Article 21.This would mean initiatives like linking Aadhaar to tax returns can be justified on the grounds that this will help check fraud through use of multiple PAN cards commonly used to duck tax.\r\n\r\nThe judgment provides grounds for the government to argue that the use of Aadhaar, and the consequent implications for privacy , need to be weighed against whether UID has improved governance. So if the government can show duplicate and ghost beneficiaries have been eliminated, graft reduced and the right beneficiaries benefited, it will have a strong case for use of biometric verification.\r\n\r\nData protection is the other crucial issue as the SC expressed concern during arguments that it did not want information to be leaked and users harassed by telemarketers. Here, UID\'s own security systems -dis persal of servers and protocol requiring several staffers to share codes before accessing data internally -are as important as guidelines for government and private users of KYC services.\r\n\r\nThe SC judgment does make it evident that the government will have to present a robust reasoning for expansion of Aadhaar use to more areas apart from delivery of government services. But the court itself has asked for Aadhaar linkage to mobile telephone connections and its use for verification of identities does not seem likely to be affected.\r\n\r\nInternational references to use of biometrics include maintenance of DNA profiles of convicts in some countries like the US, where the facility has helped law agencies solve crimes while also, on occasion, establishing a wrongly convicted person as innocent. The expansion of privacy into a fundamental right, however, means the provisions of the Aadhaar Act not to allow collation of data on individuals will be taken more seriously by the current and succeeding governments. On the other hand, the ruling that there is no general right to privacy means government action will continue.', '', 'A', 0),
(94, '`Sec 377 repeal matter of formality now\' [ Aug 25 2017 : The Times of India (Kolkata)]', 'Activists and lawyers working for the LGBT community acclaimed Supreme Court\'s ruling on the Right to Privacy that also made a strong case for the rights of the sexual minority.\r\nActivist Gautam Bhan said SC\'s reading of the right to privacy as an aspect of dignity and equality , particularly in the case of LGBT rights, was welcome. &ldquo;We could have gone to court on privacy grounds. But we didn\'t because that is not acceptance. It is just tolerance that favours the elites who can afford to conduct their lives behind closed doors. The judgment is much more than that. It has spo ken of privacy with dignity and equality . It reaffirms the Delhi High Court judgment in speaking of sexuality within the framework of constitutionality ,&ldquo; Bhan said.\r\n\r\nAnjali Gopalan, founder and executive director of Naz Foundation that works on sexual health issues, said the order would have far reaching implications. The NGO has been at the forefront of the legal activism against Section 377, which penalises &ldquo;unnatural sex&ldquo;. In 2009 the Delhi High Court had struck down Section 377, a decision later reversed by the Supreme Court in 2013. The reversal has been challenged and is pending before the Supreme Court.\r\n\r\nAdvocate Anand Grover, who represented Naz Foundation in court, told TOI &ldquo;it is now only a matter of formality&ldquo; to repeal section 377.\r\n\r\nGopalan spoke of Prof Ramchandra Siras of AMU, suspended in 2010 after two men barged into his room and videographed him having sex with another man. Siras died a few months after the incident. &ldquo;At least people will be protected from that kind of violation. We\'re not living in the dark ages anymore,&ldquo; she says.', '', 'A', 0),
(104, 'news1', 'description', '', 'A', 1),
(102, 'Updated news what\'s app 112', 'news description for what\'s app', '', 'A', 1),
(103, 'news new', 'description', '', 'A', 1),
(105, 'abcd', 'abcd', '', 'A', 1);

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

--
-- Table structure for table `offer`
--

CREATE TABLE `offer` (
  `offer_id` int(11) NOT NULL,
  `offer_name` varchar(300) NOT NULL,
  `offer_status` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=>active,0=>inactive',
  `isDeleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=>deleted,0=>not deleted'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `offer`
--

INSERT INTO `offer` (`offer_id`, `offer_name`, `offer_status`, `isDeleted`) VALUES
(1, 'Enjoy 12% Discount On Orders Worth Rs. 1800', 1, 1),
(2, 'Enjoy 7.5% extra discount on purchase minimum worth Rs. 1800', 1, 1),
(3, 'COD not applicable for Journal purchases', 1, 1),
(4, 'Enjoy 12% Discount On Orders Worth Rs. 2000', 0, 1),
(5, 'Holi Offer - Flat 15% Discount for all Products', 0, 1),
(6, '**** BETA WEBSITE ****', 1, 1),
(7, 'New Offer', 1, 1),
(8, 'Online orders received between 20th & 28th Oct. 2023 would be processed on 30th onwards for Puja holidays.', 1, 1),
(9, '10 % discount', 1, 1),
(10, '🔴 🟡 🟢 HOLI OFFER – Order Books worth ₹800 & above, Get 5% Extra discount with Promo Code: HOLIOFFER 🔴 🟡 🟢', 0, 1),
(11, '🔔🔔 Important Update: Online orders received between 28th September 2025 and 4th October 2025 will be processed after 8th October 2025 due to Durga Puja holidays 🔔🔔', 1, 1);

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

--
-- Table structure for table `old_user_login`
--

CREATE TABLE `old_user_login` (
  `Id` int(11) NOT NULL,
  `Email` varchar(255) NOT NULL,
  `Password` varchar(255) NOT NULL,
  `Name` varchar(255) NOT NULL,
  `Mobile` varchar(50) DEFAULT NULL,
  `IsDeleted` enum('TRUE','FALSE') NOT NULL DEFAULT 'FALSE',
  `LastLoginIP` varchar(16) NOT NULL,
  `LastLoginDate` datetime NOT NULL,
  `login_type` enum('web','facebook','gmail') NOT NULL,
  `login_type_id` varchar(255) NOT NULL,
  `generated_code` bigint(20) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `old_user_login`
--

INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(1, 'moumita@lnsel.net', 'e10adc3949ba59abbe56e057f20f883e', 'Mou Sinha', '', 'FALSE', '192.168.11.1', '2014-08-20 11:14:57', 'web', '', 62121437383489),
(3, 'moumita.lnsel@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', '', '', 'FALSE', '192.168.11.1', '2014-08-27 19:00:43', 'web', '', 0),
(7, 'moumita110487@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'Moumita Majumdar', '9876543210', 'FALSE', '192.168.11.1', '2014-09-01 16:49:49', 'web', '', 0),
(8, 'rima@lnsel.net', 'e10adc3949ba59abbe56e057f20f883e', '', '', 'FALSE', '192.168.11.1', '2014-12-17 16:31:49', 'web', '', 0),
(9, 'de.sovik@gmail.com', '9c3a39bfef6228e14b08409d5980c707', 'Sovik De', '9831844536', 'FALSE', '192.168.11.1', '2015-05-07 17:47:07', 'web', '', 96981535554629),
(10, 'debasree@lnsel.net', '698d51a19d8a121ce581499d7b701668', 'D', '9830303030', 'FALSE', '192.168.11.1', '2015-05-11 12:35:29', 'web', '', 19771435816872),
(11, 'tushar@lnsel.net', 'e10adc3949ba59abbe56e057f20f883e', '', '', 'FALSE', '192.168.11.1', '2015-05-21 14:33:10', 'web', '', 0),
(12, 'butterfly21roy@gmail.com', '', 'Priyanka Roy', '', 'FALSE', '192.168.11.1', '2015-06-02 22:54:22', 'facebook', '1157866407572934', 0),
(13, 'sanjoychakraborti57@yahoo.co.in', 'e59fccef3b7dc0b17af0eced63d2cbbe', 'Sanjoy Chakraborti', '', 'FALSE', '192.168.11.1', '2015-06-16 12:55:31', 'web', '', 0),
(14, 'prth.ganguly@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'Partha P Ganguly', '', 'FALSE', '192.168.11.1', '2015-06-23 12:59:00', 'web', '', 0),
(15, '', 'd41d8cd98f00b204e9800998ecf8427e', '', '', 'FALSE', '192.168.11.1', '2015-06-24 14:52:33', 'web', '', 0),
(16, 'sovik.de@outlook.com', 'e54019446952a54ccde9b561e4594fcb', 'Sovik De', '', 'FALSE', '192.168.11.1', '2015-06-25 11:16:18', 'web', '', 95111536055966),
(57, 'santa@lnsel.net', '0288a845555f1bb2ce1e7f7dd5899459', 'Santa Paul', '', 'FALSE', '122.160.239.41', '2015-08-17 15:57:53', 'web', '', 0),
(18, 'dhanapathiy@gmail.com', 'd39daf2faecdfe7ea98713b01a73abdd', 'DHANAPATHI RAO K', '', 'FALSE', '183.82.78.5', '2015-07-07 18:09:34', 'web', '', 0),
(19, 'partha.lnsel@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'Test Partha', '', 'FALSE', '122.160.239.45', '2015-07-09 16:24:46', 'web', '', 371444387954),
(20, 'devadasonsamson@yahoo.com', '49a080d2fad5494d0951badb9b7e1bf2', 'Samson Devadason', '', 'FALSE', '117.193.30.176', '2015-07-10 11:17:23', 'web', '', 0),
(21, 'ghate.abhijit@gmail.com', 'eae28aaf15008ba341a39ecade53406d', 'Abhijeet Pradip Ghate', '', 'FALSE', '117.212.195.52', '2015-07-10 20:30:02', 'web', '', 0),
(22, 'godbolesj@gmail.com', '2f8dd427751dedce9c82e88530fcc7ff', 'Shreekrishna Godbole', '', 'FALSE', '175.100.141.2', '2015-07-11 17:19:14', 'web', '', 0),
(23, 'kanesh70@gmail.com', '420dea0f5c8207fb3cc50bb737d99b96', 'B. KANESH', '', 'FALSE', '117.213.67.63', '2015-07-13 09:34:59', 'web', '', 0),
(24, 'moitrayee.edit@gmail.com', '673da5a29301261ff1f4898d3031af19', 'Moitrayee Majumdar', '', 'FALSE', '122.163.85.160', '2015-07-13 13:27:03', 'web', '', 36451533027028),
(25, 'hitechbaskar31@gmail.com', 'f41542cf7998a855090dd47f2f8e7137', 'Er.A.Baskaran', '', 'FALSE', '101.222.168.63', '2015-07-13 20:46:12', 'web', '', 0),
(26, 'balasuriya1@gmail.com', '48867560bc049425953e453ee8775ada', 'balachandar', '', 'FALSE', '106.213.146.32', '2015-07-17 10:45:42', 'web', '', 0),
(27, 'mahesh@lnsel.net', '25d55ad283aa400af464c76d713c07ad', 'Mahesh Gupta', '', 'FALSE', '122.160.239.46', '2015-07-17 19:08:16', 'web', '', 0),
(28, 'hi.narayan88@gmail.com', 'f776cb5882262c896c2b5484f44652c4', 'DIBYENDU NARAYAN CHAKRABORTY', '', 'FALSE', '202.142.120.150', '2015-07-18 21:04:02', 'web', '', 0),
(29, 'athalye.pramod@rediffmail.com', 'ac8dda877cd1f93e6fbe5bbd29a2bc9a', 'Pramod Athalye', '', 'FALSE', '117.195.18.174', '2015-07-20 08:27:10', 'web', '', 0),
(32, 'bondre2010@gmail.com', '5c6c802424f9a63b70ffaa1e09764a79', 'Bondre Mukund Pandurang', '', 'FALSE', '1.39.14.143', '2015-07-21 13:22:52', 'web', '', 0),
(33, 'ravindrayb@gmail.com', '9f03b629f6cabcb406b00377ecb9e0ee', 'Ravindra Babu y', '', 'FALSE', '49.204.4.206', '2015-07-23 19:45:38', 'web', '', 0),
(34, 'advocatedeepakgupta@yahoo.co.in', '60346e109d6c64183228c13b00ace909', 'DEEPAK GUPTA', '', 'FALSE', '122.168.227.212', '2015-07-26 19:41:31', 'web', '', 0),
(35, 'chickosangma@gmail.com', '25dc5a172cd2edaf6058c1d9347cd65b', 'Chicko D. Sangma', '', 'FALSE', '106.78.5.33', '2015-07-27 23:30:10', 'web', '', 0),
(36, 'selvarajassocietes@rediffmail.com', '787fec5b4864c5ab0436d2416d9284fb', 'selvaraj', '', 'FALSE', '117.203.102.104', '2015-07-28 12:31:49', 'web', '', 0),
(37, 'selvarajassocietes@gmail.com', '845802fb174b3625985399131315ed73', 'K.Selvaraj', '', 'FALSE', '117.203.102.104', '2015-07-28 12:37:22', 'web', '', 0),
(38, 'jayauyu1234@gmail.com', 'b24a4e2367e908b7cd4755f4b589a73f', 'Karthi', '', 'FALSE', '117.203.102.104', '2015-07-28 13:02:32', 'web', '', 0),
(39, 'newpremierdev@gmail.com', '84c6d7aecce923093b4ee8de5c017856', 'S.DEVANANDAN', '', 'FALSE', '122.178.119.93', '2015-07-29 15:17:24', 'web', '', 0),
(40, 'vijayawadaro@gmail.com', '1443e042e4e2c49507c11cc14ec52b0f', 'ASSISTANT DIRECTOR (STAFF)', '', 'FALSE', '101.63.183.69', '2015-07-31 16:48:19', 'web', '', 0),
(41, 'misra.yasharth@gmail.com', '8177c5fc90ec1774aef3c5152419cbad', 'Yasharth Misra', '', 'FALSE', '122.161.90.201', '2015-07-31 17:26:56', 'web', '', 0),
(42, 'hemanthhema@yahoo.co.in', 'f962c10ae0f7a9ac4f911d20b13301e6', 'hema', '', 'FALSE', '122.164.181.138', '2015-08-04 13:12:21', 'web', '', 0),
(43, 'deepashree5446@gmail.com', 'c1f5d4efc0d2faee572eb041e137762c', 'Deepashree Das', '', 'FALSE', '117.199.65.12', '2015-08-05 20:00:13', 'web', '', 0),
(44, 'hemant_on@rediffmail.com', '972ae52621668f045e61bd75160131e8', 'HEMANT PRASAD SINGH', '', 'FALSE', '182.66.55.244', '2015-08-06 00:04:29', 'web', '', 0),
(45, 'bardhannikita11@gmail.com', '7c669c2caf892de3f0ff7244037542b0', 'nikita bardhan', '', 'FALSE', '103.16.70.11', '2015-08-06 00:17:45', 'web', '', 0),
(46, 'mouryaconcepts@yahoo.com', '65c7d0524e0b4038931a61749ef12a1b', 'Venugopal', '', 'FALSE', '122.172.145.249', '2015-08-06 13:57:53', 'web', '', 0),
(47, 'kunabhish@gmail.com', 'f589a6959f3e04037eb2b3eb0ff726ac', 'Abhishek Kumar', '', 'FALSE', '112.133.231.26', '2015-08-10 01:21:43', 'web', '', 0),
(48, 'ravish2000_in@yahoo.com', '0eadb7711a7d94534797b984e8cd3fc1', 'RAVI SHANKAR', '', 'FALSE', '117.193.198.234', '2015-08-10 22:40:17', 'web', '', 92111489406226),
(49, 'moitrayee.majumdar17@gmail.com', 'bf16482a313f9041e7e071ab1146b0d6', 'Moitrayee De', '', 'FALSE', '122.163.49.151', '2015-08-12 12:41:20', 'web', '', 0),
(50, 'kaushick.banerjee@gmail.com', 'edccf286ccd738e8c4fc1ed56e10aced', 'Kaushick Banerjee', '', 'FALSE', '180.215.72.135', '2015-08-12 15:55:03', 'web', '', 0),
(51, 'adv.amitmehta@gmail.com', '8107f671d2e069a957fdf77709ca00bd', 'amit', '', 'FALSE', '180.188.234.240', '2015-08-12 17:10:39', 'web', '', 0),
(52, 'akmbpl@yahoo.com', '95fe964e081dfd566518cf2f30323c1a', 'ARUN KUMAR MISRA', '', 'FALSE', '117.254.182.197', '2015-08-12 19:47:49', 'web', '', 0),
(53, 'bala2798f@gmail.com', 'b9635a029aacbf559b82e3f9acc5f07f', 'Balakrishna Kurup N P', '', 'FALSE', '117.192.98.94', '2015-08-14 20:50:51', 'web', '', 0),
(54, 'sd.juris@gmail.com', '75385e96525c4b8e3ae7713c8af9afba', 'Satyendra Prasad Dubey', '', 'FALSE', '122.168.70.52', '2015-08-15 12:59:28', 'web', '', 0),
(55, 'SAIRAJKUMAR1469@YAHOO.COM', '9ddc44f3f7f78da5781d6cab571b2fc5', 'AR RAJKUMAR', '', 'FALSE', '182.72.161.42', '2015-08-17 14:02:08', 'web', '', 0),
(58, 'swatideshpande44@gmail.com', '6671799bd1c5183647d60066cd3007fd', 'swati u deshpande', '', 'FALSE', '117.214.113.100', '2015-08-18 12:12:17', 'web', '', 0),
(59, 'rajeshk_2000@yahoo.com', '1de63f03f474f88b51f31c05dc6fd0c6', 'kannan rajesh', '', 'FALSE', '117.213.148.167', '2015-08-19 12:48:09', 'web', '', 0),
(60, 'kashyapmehta80@gmail.com', '13009e4ce757d9c959edf71577b8b76a', 'Kashyap J Mehta', '', 'FALSE', '202.179.84.84', '2015-08-19 14:51:59', 'web', '', 0),
(61, 'Jayeshkumar.Lad@outlook.com', '2a97a47b9e0121c93345ec1256627700', 'Jayeshkumar F. Lad', '', 'FALSE', '103.243.186.192', '2015-08-19 14:58:54', 'web', '', 0),
(62, 'sombodhi.law@gmail.com', '4efe0e996182e9c1afb28630fa27eb6a', 'Sombodhi Das', '', 'FALSE', '101.221.134.63', '2015-08-21 23:05:42', 'web', '', 0),
(63, 'jashvant6916@gmail.com', '5db87e8f8940905adba5cb719de619ac', 'Jadhvant G Patel', '', 'FALSE', '115.248.33.169', '2015-08-22 12:52:53', 'web', '', 0),
(64, 'advocatebk@outlook.com', 'f79a082be754265b4ca748e3d2040faa', 'Bhupender Kumar', '', 'FALSE', '14.98.253.52', '2015-08-27 20:22:46', 'web', '', 0),
(65, 'ashleycusher@gmail.com', '805b498dbccda11c0ed3747f6d55e87a', 'Ashley Cusher', '', 'FALSE', '183.87.11.229', '2015-08-31 11:06:57', 'web', '', 0),
(66, 'dinesh2seth@yahoo.com', 'f13d157d1a5e0b3a70d9a198188b4bf8', 'dinesh seth', '', 'FALSE', '223.225.184.131', '2015-08-31 13:06:28', 'web', '', 0),
(67, 'arbidy36@gmail.com', 'a27d48f22cbd3ac563495197f018bd3c', 'R.B.Dayanand', '', 'FALSE', '61.3.62.22', '2015-09-06 01:11:11', 'web', '', 0),
(68, 'sp@spng.co.in', 'a906449d5769fa7361d7ecc6aa3f6d28', 'Seejo', '', 'FALSE', '106.51.129.78', '2015-09-07 21:24:17', 'web', '', 0),
(69, 'sree_constructions@yahoo.com', '64c61dda744b311b51c064ea7760a968', 'B Srinivas Setty', '', 'FALSE', '103.58.252.19', '2015-09-08 07:05:15', 'web', '', 0),
(70, 'lnseldevelopment.smartlocal@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'kalyan pal', '', 'FALSE', '122.160.239.41', '2015-09-08 17:43:33', 'web', '', 0),
(71, 'shuvojit.sarkar@lnsel.net', 'e10adc3949ba59abbe56e057f20f883e', 'ParthaGanguly', '', 'FALSE', '122.160.239.41', '2015-09-08 18:08:49', 'web', '', 0),
(72, 'gprahulup@gmail.com', 'fd663b8b08b461adb8d06525b395b2a0', 'Rahul Kumar', '', 'FALSE', '120.59.120.97', '2015-09-09 14:16:10', 'web', '', 0),
(73, 'rvjkrish@gmail.com', '65736aba6d83aacc23bb3775cba2cb50', 'Vijay Krishna', '', 'FALSE', '117.202.30.196', '2015-09-10 01:41:08', 'web', '', 0),
(74, 'pillai.krishnas@gmail.com', '8e514c87d48c48ae8503c72436560c66', 'S Krishna Pillai', '', 'FALSE', '111.92.23.80', '2015-09-11 16:59:14', 'web', '', 0),
(75, 'yogesh.chelawat@gmail.com', '76596be0914181276912af070e114ba7', 'Yogesh Chelawat', '', 'FALSE', '1.22.204.11', '2015-09-12 15:08:52', 'web', '', 0),
(76, 'satheeshchandraraj@gmail.com', '582ec0e5211c3d3256f6fbd5cf1b46a9', 'satheesh chandra raj', '', 'FALSE', '111.92.34.203', '2015-09-13 10:43:20', 'web', '', 0),
(77, 'chandrasreenath@gmail.com', '42e9e7ef42c18c9ae85f5ba087938f8d', 'Sreenath Nair', '', 'FALSE', '43.224.128.30', '2015-09-13 23:05:21', 'web', '', 0),
(78, 'goniosman786@gmail.com', '5201ed0c80505397f6fbaa474fc0d89a', 'SK MD OSMAN GANI ', '', 'FALSE', '103.251.83.10', '2015-09-14 17:33:57', 'web', '', 0),
(79, '', '', 'undefined undefined', '', 'FALSE', '122.160.239.41', '2015-09-14 19:15:42', 'facebook', '1019012204829468', 0),
(80, 'neelkpathak139@gmail.com', '7d513a59ab5f47fa2fbd978e5c4e8ed2', 'neel kamal pathak', '', 'FALSE', '180.215.192.127', '2015-09-15 21:42:03', 'web', '', 0),
(81, 'bapatravi26@gmail.com', '75751a180d380bfb4b91440ab8088183', 'ravindra bapat', '', 'FALSE', '117.215.23.207', '2015-09-18 17:44:30', 'web', '', 0),
(82, 'thambanme@gmail.com', 'c111a28df0a11fff837a3b53d8d0b877', 'THAMBAN P', '', 'FALSE', '61.3.180.42', '2015-09-20 11:43:53', 'web', '', 0),
(83, 'snashree@gmail.com', '28ff21571efb1b61274df65be2e6ab28', 'Shrinidhi Nandedkar', '', 'FALSE', '183.177.127.65', '2015-09-21 15:14:56', 'web', '', 0),
(84, 'sandip.ulape@gmail.com', '59bde0f2643d80fdbfa495f14ffe1db2', 'Sandip Ulape', '', 'FALSE', '106.77.59.6', '2015-09-21 16:53:57', 'web', '', 0),
(85, 'sagar.lodha@gmail.com', '193e37f0a683314926708d4c9f078316', 'Lodha Sagar Sumatilal ', '', 'FALSE', '117.229.63.159', '2015-09-22 12:08:18', 'web', '', 0),
(86, 'nifty_85@yahoo.com', '05b9acadb981ed57fd25bbf7ba660c19', 'Nishant Yadav', '', 'FALSE', '182.68.35.126', '2015-09-22 15:53:06', 'web', '', 0),
(87, 'awdheshgupta1311@yahoo.com', '841bcf6d368ea2a5aa25fae0821e7bcb', 'awdhesh gupta', '', 'FALSE', '59.91.136.15', '2015-09-22 22:05:22', 'web', '', 0),
(88, 'jk151264@gmail.com', '4a915838ae11286a3a6f4536f34c2c4b', 'K.Jayakanthan', '', 'FALSE', '120.61.58.59', '2015-09-24 20:39:46', 'web', '', 0),
(89, 'psgrandchiefs@gmail.com', '45989dc8d21541960a3c46b8c4b2adfb', 'John F Kharshiing', '', 'FALSE', '117.199.74.181', '2015-09-26 12:16:53', 'web', '', 0),
(90, 'raju1972@gmail.com', 'ffc29b8b9b79ae62b69a89a41b79ee7e', 'RAJU', '', 'FALSE', '180.215.120.229', '2015-09-26 14:11:45', 'web', '', 0),
(91, 'cyrilpeter2010@gmail.com', '5188c35ec2a29ab42c54d77763752a7e', 'cyril peter', '', 'FALSE', '117.201.12.148', '2015-09-26 16:53:49', 'web', '', 0),
(92, 'Dbkalai@gmail.com ', 'aa66ed72896bbc06b7fd4240905d6460', 'Debabrata Kalai ', '', 'FALSE', '112.79.37.140', '2015-09-27 00:28:36', 'web', '', 0),
(93, 'anakhye@hotmail.com', 'f92dcd1633109261887c51366bf93672', 'Awadhoot Nakhye', '', 'FALSE', '116.73.139.18', '2015-09-27 12:37:41', 'web', '', 0),
(94, 'anil.nainwal@gmail.com', '7c3331e40f26279cc0a158b333781f34', 'Anil Nainwal', '', 'FALSE', '122.179.21.61', '2015-09-28 01:23:13', 'web', '', 0),
(95, 'vaida17@gmail.com', '221cce732ab23188d57a954b565ff958', 'N. VAIDYANATHAN', '', 'FALSE', '103.44.107.2', '2015-09-28 15:06:45', 'web', '', 0),
(96, 'sanjayeng68@gmail.com', '17363550b2d6a4bfb7940ca4c06f0a11', 'SANJAY GUPTA', '', 'FALSE', '122.163.163.190', '2015-09-29 20:16:45', 'web', '', 0),
(97, 'erviswa@gmail.com', 'eb4bb4da8792b3f1c2c2853b78bfbaa8', 'T.Viswanathan', '', 'FALSE', '122.178.167.205', '2015-09-29 20:39:28', 'web', '', 0),
(98, 'dksingh@bareillycollege.org', 'b7ffd9403f900fcbdd37c4706e321536', 'Dharmendra Kumar Singh', '', 'FALSE', '117.220.34.14', '2015-10-01 18:56:39', 'web', '', 0),
(99, 'sobti1970@gmail.com', '30dd857d175b11b215aee3b3c6bd0908', 'KRISHAN LAL', '', 'FALSE', '117.206.201.72', '2015-10-01 19:10:57', 'web', '', 0),
(100, '03137750102@mail.com', 'de3f8327f866914125587a890859ddc2', 'Mehrab', '', 'FALSE', '182.187.48.157', '2015-10-02 17:21:11', 'web', '', 0),
(101, 'kenkzy@gmail.com', '6a32b60ecc082638330b504cb1683369', 'Kurian V Kurian', '', 'FALSE', '117.241.23.116', '2015-10-05 20:12:10', 'web', '', 0),
(102, 'amittchoudhary@gmail.com', 'd1b2eba3f90de5fe7f0dbb2a656fc3ac', 'amit', '', 'FALSE', '117.200.159.120', '2015-10-09 03:13:06', 'web', '', 0),
(103, '', '', 'Gowrinath Rs', '', 'FALSE', '183.82.103.196', '2015-10-09 14:26:22', 'facebook', '944015992324722', 0),
(104, '', '', 'Kurian V Kurian', '', 'FALSE', '117.242.255.243', '2015-10-09 20:38:23', 'facebook', '1137189036309341', 0),
(105, 'rsassociatesnlr@gmail.com', '24922d12c8fb34dc2e4b0e88e0b4e3ee', 'Chandra Ravi Shankar', '', 'FALSE', '106.51.198.76', '2015-10-14 18:13:30', 'web', '', 0),
(106, '', '', 'Premkumar Mallya', '', 'FALSE', '117.204.6.37', '2015-10-15 02:13:11', 'facebook', '1470279666614012', 0),
(107, 'venkatasatyaraja@gmail.com', '23357af296c0b8312bc8a86fd2b6a1dc', 'Raja H Venkata Satya', '', 'FALSE', '175.101.67.187', '2015-10-15 10:37:00', 'web', '', 0),
(108, '', '', 'Nilay Tandel', '', 'FALSE', '175.100.146.116', '2015-10-15 12:41:40', 'facebook', '915066395197188', 0),
(109, 'sumantapodder@gmail.com', 'ed16150fb8b101746977a736737a2c7e', 'Sumanta Podder', '', 'FALSE', '117.194.62.4', '2015-10-17 08:59:36', 'web', '', 82881499355225),
(110, 'engineerganapathi@gmail.com', '5f5054300c438f021da717c7475891fe', 'e.ganapathisubramanian', '', 'FALSE', '163.47.13.169', '2015-10-19 17:52:32', 'web', '', 0),
(111, '', '', 'Karan Chowdhary', '', 'FALSE', '122.162.82.116', '2015-10-22 13:57:48', 'facebook', '10153236878041395', 0),
(112, 'tdsuresh46@gmail.com', '152415d0897b3250d48b646bf6412d2a', 'T D Suresh Babu', '', 'FALSE', '122.178.76.98', '2015-10-22 18:59:36', 'web', '', 0),
(113, '', '', 'Rajendar Bharal', '', 'FALSE', '59.178.203.5', '2015-10-24 19:01:21', 'facebook', '120497708309536', 0),
(114, 'sv2manohar@gmail.com', '7c78cc361b7a13f0ecfe8d76cddc0f21', 's.v. manohar', '', 'FALSE', '106.51.19.59', '2015-10-28 17:41:05', 'web', '', 0),
(115, '', '', 'Sanjoy Chakraborti', '', 'FALSE', '122.163.67.11', '2015-10-29 13:09:23', 'facebook', '519107651586868', 0),
(116, '', '', 'Sovik De', '', 'FALSE', '122.163.67.11', '2015-10-29 17:18:57', 'facebook', '928390987215786', 0),
(117, '', '', 'N D Devaraj Nagathihalli', '', 'FALSE', '106.51.17.19', '2015-10-29 17:55:58', 'facebook', '1041360312551678', 0),
(118, 'PALASH.992@GMAIL.COM', 'e6f62438a07a0f2b15b80bd74c619b55', 'PALASH', '', 'FALSE', '117.201.72.88', '2015-10-30 19:54:50', 'web', '', 0),
(119, 'aamele.law@gmail.com', '81dc9bdb52d04dc20036dbd8313ed055', 'sachin', '', 'FALSE', '122.160.239.41', '2015-10-31 14:54:56', 'web', '', 0),
(120, '', '', 'Manohar Sainani', '', 'FALSE', '103.233.122.180', '2015-10-31 15:06:08', 'facebook', '10153865683916833', 0),
(121, 'sm7175@gmail.com', '81dc9bdb52d04dc20036dbd8313ed055', 'sachin', '', 'FALSE', '122.160.239.41', '2015-10-31 15:44:49', 'web', '', 22491446299399),
(122, '', '', 'Pathan Dildar A', '', 'FALSE', '212.232.223.172', '2015-10-31 18:22:10', 'facebook', '163244034025557', 0),
(123, 'valuerkannan@gmail.com', 'f0d7de7c15ca0af47dbfe2b8c5ab0cf0', 'kkannan kkannan', '', 'FALSE', '61.3.212.204', '2015-11-01 21:26:54', 'web', '', 0),
(124, 'srin.mgsp@gmail.com', 'f55588fb985aa0e0184863a6c9bf5474', 'Srinivas Prakash M.G', '', 'FALSE', '14.99.197.184', '2015-11-02 09:52:27', 'web', '', 0),
(125, '', '', 'Sachin Mukherjee', '', 'FALSE', '122.160.239.41', '2015-11-02 10:02:17', 'facebook', '952637394809493', 0),
(126, '', '', 'Sachin Mukherjee', '', 'FALSE', '122.160.239.41', '2015-11-02 12:02:31', 'facebook', '854953561286618', 0),
(127, 'ar.yogeshwagh@gmail.com', 'becf03e0b7e2c7765225e02c0b3b83a4', 'yogesh wagh', '', 'FALSE', '14.97.230.160', '2015-11-02 14:17:34', 'web', '', 0),
(128, 'sm7175@gmail.com', '', 'Sachin Mukherjee', '', 'FALSE', '122.160.239.41', '2015-11-02 15:03:53', '', '114194519315415098769', 0),
(129, '', '', 'Debasree Das', '', 'FALSE', '122.160.239.41', '2015-11-02 15:12:51', 'facebook', '1059518860725960', 0),
(130, 'raghavan2711@gmail.com', '', 'RAGHAVAN SRINIVASAN', '', 'FALSE', '117.213.88.101', '2015-11-04 07:00:06', '', '102820098329573857422', 0),
(131, 'ar.msnegi@gmail.com', 'd655d74f25922ba86919999e4bf41e81', 'M S NEGI & ASSOCIATES', '', 'FALSE', '59.94.109.135', '2015-11-05 18:03:59', 'web', '', 0),
(132, 'himagr.vns@gmail.com', '3a86844e77109302069bfe2949948195', 'Himanshu Agrawal', '', 'FALSE', '14.98.95.76', '2015-11-06 13:09:15', 'web', '', 0),
(133, 'gnanaseelan1953@gmail.com', 'fc14c0d71d0bc14f3f32c06cce4a5976', 'GNANASEELAN', '', 'FALSE', '117.193.220.205', '2015-11-07 09:23:21', 'web', '', 14751446868491),
(134, 'madhav00vishwakarma@gmail.com', 'de8806e5011fbe2d0a15503a68263a7e', 'Madhav Vishwakarma', '', 'FALSE', '103.38.200.3', '2015-11-07 09:44:55', 'web', '', 0),
(135, 'ashish.v.joglekar@gmail.com', '', 'Ashish Joglekar', '', 'FALSE', '117.203.115.37', '2015-11-07 16:13:02', '', '104211367606599400527', 0),
(136, 'chandra.raj819@gmail.com', '', 'Raj Chandra', '', 'FALSE', '182.66.12.128', '2015-11-09 13:41:54', '', '117939984832091055465', 85971451122689),
(137, 'hr@vettoor.in', '183eb47253e6805ec02e95094eee508a', 'Vivish Thomas', '', 'FALSE', '220.225.194.65', '2015-11-10 09:53:19', 'web', '', 0),
(138, 'ali.mujtuba@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', 'Mujtuba Ali', '', 'FALSE', '122.160.239.45', '2015-11-10 16:40:49', 'web', '', 0),
(139, '', '', 'Mahesh Gupta', '', 'FALSE', '122.160.239.45', '2015-11-12 14:41:41', 'facebook', '566715666809436', 0),
(140, 'tanvi2110amlani@gmail.com', '', 'Tanvi Amlani', '', 'FALSE', '117.199.214.175', '2015-11-13 17:50:06', '', '105364320498102122348', 0),
(141, 'sanjib2390@gmail.com', 'fe2d65f86715e219b018cf69bb689ca0', 'sanjib kumar jana', '', 'FALSE', '43.252.248.234', '2015-11-15 11:49:45', 'web', '', 0),
(142, 'sachindra.mukherjee@gmail.com', '81dc9bdb52d04dc20036dbd8313ed055', 'sachin 2', '', 'FALSE', '122.160.239.45', '2015-11-16 16:40:41', 'web', '', 0),
(143, 'soumitra.naskar@live.com', 'c96e651946818e0787d6296f69549fe1', 'Soumitra Naskar', '', 'FALSE', '10.117.105.45', '2015-11-17 20:00:05', 'web', '', 0),
(144, '', '', 'Vishnu Lakshman', '', 'FALSE', '116.75.84.129', '2015-11-18 13:23:23', 'facebook', '565719106915606', 0),
(145, 'rajiv_jalandhar@yahoo.com', '9521daef7719a7073a4bd07ed1ee1db8', 'RAJIV AGGARWAL', '', 'FALSE', '122.173.245.119', '2015-11-20 09:04:23', 'web', '', 0),
(146, 'kadam.ashok3@gmail.com', 'eefda7eb9e03dc7b753815067b297db4', 'Ashok Dinkar Kadam', '', 'FALSE', '117.195.69.235', '2015-11-20 15:51:10', 'web', '', 0),
(147, 'undefined', '', 'Sachin Mukherjee', '', 'FALSE', '122.160.239.45', '2015-11-20 17:19:37', 'facebook', '952637394809493', 0),
(148, 'sm7175@gmail.com', '', 'Sachin Mukherjee', '', 'FALSE', '122.160.239.45', '2015-11-20 18:33:47', 'facebook', '952637394809493', 0),
(149, 'debasree.das@hotmail.com', '', 'Debasree Das', '', 'FALSE', '122.160.239.45', '2015-11-20 18:39:31', 'facebook', '1059518860725960', 0),
(150, 'sgd', '', 'Sachin Mukherjee', '', 'FALSE', '122.160.239.45', '2015-11-21 10:09:38', 'facebook', '952637394809493', 0),
(151, 'bpbhagwat3@gmail.com', '997129f477ee768feb0ca7b87167045d', 'Bharatbhushan Bhagwat', '', 'FALSE', '117.254.181.237', '2015-11-23 11:19:01', '', '108403443300999039368', 0),
(152, 'de.sovik@gmail.com', '9c3a39bfef6228e14b08409d5980c707', 'Sovik De', '', 'FALSE', '122.160.239.41', '2015-11-23 12:35:07', 'facebook', '928390987215786', 96981535554629),
(153, 'ssg.jdcl07@gmail.com', 'f3b7e193b1207b6143b3c9237108c9d5', 'Subhra som Ghosal', '', 'FALSE', '2406:5600:7b:86c', '2015-11-23 21:22:22', 'web', '', 0),
(154, 'aksahuesic@yahoo.com', '42bca7b5e6a7abc7971f98c2fe38478f', 'ANIL KUMAR SAHU', '', 'FALSE', '171.51.4.125', '2015-11-30 22:47:27', 'web', '', 0),
(155, 'rajmohanans@gmail.com', 'b347237f350adef032464f0c53cac883', 'RAJAM0HANAN.S', '', 'FALSE', '180.215.121.229', '2015-12-02 17:10:37', 'web', '', 0),
(156, 'bhavaraju_123@yahoo.co.in', '3ab6ffda49852dcd45ea7353da7113c3', 'B.V.S.R.K.V.HANUMANTHA RAO', '', 'FALSE', '117.207.253.99', '2015-12-03 11:41:59', 'web', '', 0),
(157, 'bhavaraju_123@yahoo.co.in', '3ab6ffda49852dcd45ea7353da7113c3', 'Bhavaraju Hanumantharao', '', 'FALSE', '117.207.253.99', '2015-12-03 11:43:20', 'facebook', '726346480829129', 0),
(158, 'Avinash_dimensions@rediffmail.com', '3833048fa3a2cac540b490fb95c92872', 'Avinash pawar ', '', 'FALSE', '125.99.137.111', '2015-12-03 23:30:47', 'web', '', 0),
(159, 'somnathphadatare@gmail.com', '6ab2fd548dfe6679b8d79899da67db80', 'Somnath L. Phadatare', '', 'FALSE', '117.195.85.183', '2015-12-04 09:38:39', 'web', '', 0),
(160, 'negijsnegi@gmail.com', '45a51d0b467c986749ca5d1de2a0510f', 'Jaivendraa Negii', '', 'FALSE', '116.193.161.91', '2015-12-04 14:43:44', 'web', '', 0),
(161, 'dgiridhararao@yahoo.in', 'ffbbb2785f4adbccac63e67eb080168a', 'D.GIRIDHARA RAO', '', 'FALSE', '1.39.40.76', '2015-12-05 12:00:24', 'web', '', 0),
(162, 'kumaresh.mandal@rediffmail.com', '58f37f31ea7f590eb4a7d8a74de24c3d', 'KUMARESH MANDAL', '', 'FALSE', '111.93.182.178', '2015-12-07 17:12:58', 'web', '', 0),
(163, 'rajeevbumb@gmail.com', 'ca11d40f989b082c7ba306aca8badccb', 'Rajeev Bumb', '', 'FALSE', '117.248.223.13', '2015-12-08 15:21:50', 'web', '', 0),
(164, 'sandeepn.2009@gmail.com', '31c6d97b39d1ded8409b8e26b0079559', 'Sandeep Narayan Nerurkar', '', 'FALSE', '27.106.62.58', '2015-12-08 21:24:35', 'web', '', 0),
(165, 'dipanjan.wgt@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'dip', '', 'FALSE', '223.30.152.118', '2015-12-11 11:18:34', 'web', '', 0),
(166, 'ktk_97@hotmail.com', 'e237d8341fee5bfc03117988be8f61a0', 'Kartikeya Pathak', '', 'FALSE', '117.203.18.212', '2015-12-15 14:41:04', 'web', '', 0),
(167, 'rravindran1958@gmail.com', '8458c7e422d6b0b055271ff3d17126f0', 'ravindran', '', 'FALSE', '117.206.118.245', '2015-12-15 16:50:28', 'web', '', 0),
(168, 'vivek_cvr@yahoo.com', 'f8d945314bf435e16bdfe109d2190128', 'Vivek Challapally', '', 'FALSE', '49.206.144.180', '2015-12-21 17:01:13', 'web', '', 0),
(169, 'arifls@hotmail.com', 'b49f1b6edf0ff8858c72a0120884178b', 'MD. ARIFUL HOQUE', '', 'FALSE', '27.147.185.73', '2015-12-21 20:03:19', 'web', '', 0),
(170, 'thekkanaadan@gmail.com', '1f7a48cb5e885ebb1a1af7c999a9bd4c', 'SAJI THEKKANATT', '', 'FALSE', '117.214.18.191', '2015-12-26 09:30:30', 'web', '', 0),
(171, 'royak66@gmail.com', '90b5392a94c10516ac2b6b59caee5800', 'Anup Kumar Roy', '', 'FALSE', '59.91.146.170', '2015-12-26 18:01:20', 'web', '', 0),
(172, 'elayakumarsubramani@gmail.com', '2f108be09b1269355f2d0da6da844bc1', 'Elaya Kumar S', '', 'FALSE', '24.130.52.162', '2015-12-27 04:24:30', 'web', '', 0),
(173, 'urvashi.csj@gmail.com', 'df22069f029b8189e018eca84233c60e', 'urvashi ', '', 'FALSE', '182.70.114.183', '2016-01-11 16:51:39', 'web', '', 0),
(174, 'muralimohanbathala@gmail.com', '', 'Muralimohan Bathala', '', 'FALSE', '117.231.213.204', '2016-01-22 12:50:43', '', '108903249278665131493', 0),
(175, 'praveenmishra.law@gmail.com', '6e2a075034d849659492c2713da33939', 'PRAVEEN MISHRA', '', 'FALSE', '14.139.212.242', '2016-01-25 21:46:02', 'web', '', 0),
(176, 'rajupatel18@hotmail.com', '2993e68b95db3577778d7ab48e4b71ef', 'R. K. Patel', '', 'FALSE', '182.65.186.182', '2016-01-27 15:51:32', 'web', '', 48561454046191),
(177, 'vivekrajpurohit97@gmail.com', 'e60e105f0d9c5ef6a038cee2acc97aaa', 'vivek ', '', 'FALSE', '1.22.92.189', '2016-01-28 12:57:06', 'web', '', 0),
(178, 'sanjay.mot@gmail.com', 'e19d5cd5af0378da05f63f891c7467af', 'sanjay kumar singh', '', 'FALSE', '117.205.213.164', '2016-01-28 20:17:00', 'web', '', 0),
(179, 'nnranganath@yahoo.com', '8eea10423a1c3d911ae02e648598b0fd', 'N N Ranganath', '', 'FALSE', '61.1.239.232', '2016-01-29 16:27:56', 'web', '', 0),
(180, 'safiqulansari9733@gmail.com', '1a4fdf70723a53553eb6eaf1a112de5d', 'SAFIQUL ANSARI ', '', 'FALSE', '223.176.36.87', '2016-01-31 09:24:02', 'web', '', 0),
(181, 'msmanjumys@gmail.com', '', 'Manjunath M S', '', 'FALSE', '122.166.48.156', '2016-02-01 13:08:03', '', '116449745830903114416', 0),
(182, 'sameerswarup@yahoo.com', 'c5a67e0c2a6c88258000509e5fd04f68', 'SAMEER SWARUP', '', 'FALSE', '182.64.232.143', '2016-02-02 02:24:44', 'web', '', 0),
(183, 'eklrao@gmail.com', '', 'EKL Rao', '', 'FALSE', '14.99.40.86', '2016-02-02 14:33:30', '', '108914777087626557579', 0),
(184, 'balram.gorak@gmail.com', '', 'Balram Gorak', '', 'FALSE', '59.96.185.123', '2016-02-04 19:54:33', 'facebook', '10153885137538485', 43721514277759),
(185, 'Meghna.hnlu@gmail.com', '5bd0e30215816e7c522825721ce66f1b', 'Meghna Kashyap', '', 'FALSE', '14.139.235.108', '2016-02-11 23:02:58', 'web', '', 0),
(186, 'Meghna.hnlu@gmail.com', '', 'Meghna Kashyap', '', 'FALSE', '14.139.235.108', '2016-02-11 23:11:28', 'facebook', '801956279950734', 0),
(187, 'manjunath.15phd@cmr.edu.in', '', 'MANJUNATH M S', '', 'FALSE', '122.166.48.156', '2016-02-12 11:32:29', '', '106162733401835800593', 0),
(188, 'msmanjunathmys@yahoo.co.in', '0321a290bd85828c2b9cf7cd9293db18', 'Manjunath M. S.', '', 'FALSE', '122.166.48.156', '2016-02-12 11:58:38', 'web', '', 0),
(189, 'drish.jm@gmail.com', '', 'Drishya Moses', '', 'FALSE', '14.139.185.174', '2016-02-18 22:08:25', '', '110123402420719381196', 0),
(190, 'sandhuarminder60@gmail.com', 'ba5cc409c4cc6283bf81062dc400aa16', 'A S Sandhu', '', 'FALSE', '117.208.85.170', '2016-02-20 11:54:16', 'web', '', 0),
(191, 'SKVLAWASSOCIATES@GMAIL.COM', '243bd1ce0387f18005abfc43b001646a', 'SHIV KUMAR VERMA', '', 'FALSE', '1.39.50.77', '2016-02-22 00:09:08', 'web', '', 0),
(192, 'xitiz652@gmail.com', '', 'Kshitij Surana', '', 'FALSE', '117.196.201.213', '2016-02-22 22:59:20', 'facebook', '1127503987290239', 0),
(193, 'vijayrao522@gmail.com', '774c96d408ec88c9e14528e8214bdd3b', 'vijay', '', 'FALSE', '59.93.227.235', '2016-02-23 13:28:03', 'web', '', 0),
(194, 'sanjiv2202@gmail.com', 'ae371ed8c175ea2342f02a1f690c9ede', 'Sanjiv Agarwal', '', 'FALSE', '122.163.219.11', '2016-02-23 23:28:17', 'web', '', 0),
(195, 'balamurali90@gmail.com', '4eda9b9721dd609c574eb82994e4e7e1', 'E srinivasan', '', 'FALSE', '49.207.189.199', '2016-03-03 19:45:13', 'web', '', 0),
(196, 'bhattgargi90@gmail.com', '', 'Gargi Bhatt', '', 'FALSE', '171.50.168.87', '2016-03-04 11:49:39', '', '112533964299814375429', 0),
(197, 'saptarshi.das.kls@gmail.com', '', 'Saptarshi Das', '', 'FALSE', '59.145.203.68', '2016-03-06 13:34:50', '', '105520877169956006539', 0),
(198, 'apna98@gmail.com', 'eb98982dbe40af2f27d66cbfe114b52c', 'Aparna rao', '', 'FALSE', '103.60.70.155', '2016-03-15 15:59:15', 'web', '', 0),
(199, 'raj.sachani@gmail.com', 'a413c47d99b0cc27d3bcc4dd8ac77d8d', 'Rajesh Sachanandani ', '', 'FALSE', '115.246.86.71', '2016-03-15 18:26:57', 'web', '', 0),
(200, 'benteers3@gmail.com', '065cc5ff43a7394010e5a3282123b881', 'Benjamin Vanlalruata', '', 'FALSE', '117.215.13.225', '2016-03-16 08:10:53', 'web', '', 0),
(201, 'arnba21988@gmail.com', '19984ead8337e5ee2619adc2583d601f', 'Arnab Kundu', '', 'FALSE', '180.215.94.236', '2016-03-16 12:50:32', 'web', '', 0),
(202, 'arnab21988@gmail.com', '19984ead8337e5ee2619adc2583d601f', 'Arnab Kundu', '', 'FALSE', '180.215.94.236', '2016-03-16 13:02:02', 'web', '', 0),
(203, 'pujarisantosh33@gmail.com', '', 'Santosh Pujari', '', 'FALSE', '59.96.195.132', '2016-03-18 22:00:43', 'facebook', '967502089971124', 0),
(204, 'djk.hrln@gmail.com', '', 'Dhruba Jyoti Kapil', '', 'FALSE', '45.115.172.75', '2016-03-21 08:03:29', '', '110810513638874039235', 0),
(205, 'fabhurocks@gmail.com', '3057a3e206ea6ee4fea1bcad109ddfeb', 'Prabhu Savanur', '', 'FALSE', '45.33.15.202', '2016-03-21 20:18:32', 'web', '', 0),
(206, 'sankhadeeps5861@gmail.com', '', 'Sankhadeep Shome', '', 'FALSE', '103.10.197.202', '2016-03-29 21:18:04', 'facebook', '10201498436299086', 0),
(207, 'venkataraman@gmail.com', 'e3e239ed4e192e153d01e2e1f84df21c', 'M.Venkataraman', '', 'FALSE', '122.162.101.75', '2016-03-31 10:56:47', 'web', '', 0),
(208, 'ketkitara@gmail.com', '', 'Ketki Tara', '', 'FALSE', '202.91.91.62', '2016-04-02 19:10:13', '', '117892323354939389683', 0),
(209, 'tablusardar@gmail.com', '', 'Kingkar Sardar', '', 'FALSE', '43.251.174.22', '2016-04-03 13:05:21', 'facebook', '912699182182157', 0),
(210, 'aadi.gandotra@gmail.com', '', 'Aditya Gandotra', '', 'FALSE', '117.198.237.177', '2016-04-07 20:26:44', 'facebook', '1151900194829835', 0),
(211, 'agastya00@gmail.com', '90469242398a2f82f42a864989f9e18e', 'Agastya ', '', 'FALSE', '59.98.169.92', '2016-04-11 18:58:48', 'web', '', 0),
(212, 'bhattacharjeekashyop2@gmail.com', 'd59aeb769cd809588dbf191847974962', 'Kashyop Bhattacharjee', '', 'FALSE', '182.66.59.197', '2016-04-11 23:46:59', 'web', '', 0),
(213, 'infocwes@gmail.com', 'a0c45dfc3f0acf8d84ea4d28efdbb178', 'SURESH KUMAR MAHAPATRA', '', 'FALSE', '117.214.91.119', '2016-04-15 10:37:42', 'web', '', 0),
(214, 'srinivas3271@gmail.com', '', 'Srinivas Samavedam', '', 'FALSE', '124.123.50.224', '2016-04-17 21:02:26', 'facebook', '10154215116814379', 0),
(215, 'mailadvocatebasu@rediffmail.com', '735f5a34edc46c426192e1585a99b256', 'BASUDEV CHAKRABORTY', '', 'FALSE', '117.205.165.77', '2016-04-18 12:08:54', 'web', '', 0),
(216, 'harlalkashyam@yahoo.co.in', 'b436178275319265da4f1e466a9fb7dd', 'SHYAMSUNDER HARLALKA', '', 'FALSE', '182.56.204.207', '2016-04-23 17:55:01', 'web', '', 0),
(217, 'sanuranipaul@gmail.com', '', 'sanu ranipaul', '', 'FALSE', '117.233.222.237', '2016-04-24 22:59:16', '', '103330607199381816364', 0),
(218, 'talk2preetam@gmail.com', '', 'Preetam Deb', '', 'FALSE', '117.203.180.38', '2016-04-25 11:11:46', 'facebook', '10206236911469617', 0),
(219, 'dm_com@rediffmail.com', 'aa88d07736f55fbea78388eedcab2816', 'DHANANJOY MISRA', '', 'FALSE', '59.90.152.130', '2016-04-27 14:46:44', 'web', '', 0),
(220, 'mahesh123adv@yahoo.co.in', 'b6f59feb3155aade49e438cf55910aa9', 'Mahesh Purohit ', '', 'FALSE', '103.210.94.209', '2016-04-27 23:21:51', 'web', '', 0),
(221, 'mramitchakraborty4@gmail.com', 'e88cb3a8e076d93479c42e8a7faf20b8', 'Amit Chakraborty', '', 'FALSE', '59.94.92.194', '2016-04-28 16:09:25', 'web', '', 0),
(222, 'abhisaha_nkk@rediffmail.com', '5a872fde0cb91c37c576cd9d1803805c', 'Abhi Saha', '', 'FALSE', '117.203.166.109', '2016-05-03 11:10:35', 'web', '', 0),
(223, 'neenasergi@gmail.com', '48c960ae89acb848a39e07c2e7ac84c4', 'NEENA', '', 'FALSE', '117.196.57.159', '2016-05-04 14:39:57', 'web', '', 0),
(224, 'manojk007@gmail.com', '54fd7db6c33c2463ce1c33d346b41cf4', 'Manoj K', '', 'FALSE', '10.68.36.196', '2016-05-05 10:56:19', 'web', '', 0),
(225, 'jsconsultancy16@gmail.com', '70fa2e6ab3749a70de96542e22961906', 'Ashis Kumar Sahu', '', 'FALSE', '27.63.189.64', '2016-05-05 15:53:08', 'web', '', 0),
(226, 'alokhnb@gmail.com', '4454734bfc9ac01f57fa0061cca68250', 'Alok Kumar Yadav', '', 'FALSE', '117.237.41.54', '2016-05-06 14:28:25', 'web', '', 0),
(227, 'alokhnb@gmail.com', '', 'Alok Kumar Yadav', '', 'FALSE', '117.237.41.54', '2016-05-06 14:31:28', 'facebook', '1409493369077024', 0),
(228, 'anandchura@gmail.com', '4f0ed06b480a9fc292c56c1a5572391c', 'Anand Chura', '', 'FALSE', '117.214.181.146', '2016-05-12 13:27:16', 'web', '', 0),
(229, 'advo.harpreetkaur@gmail.com', 'f11a36bb9d5a99643dd3dcb7824aa361', 'harpreet kaur', '', 'FALSE', '202.12.103.72', '2016-05-13 11:16:14', 'web', '', 0),
(230, 'cs_rk@rediffmail.com', '', 'Ramakrishna Sastry', '', 'FALSE', '180.151.213.139', '2016-05-18 08:15:32', 'facebook', '444966315628179', 0),
(231, 'shahnimish2002@gmail.com', '54e3fd73c920bfc951b29c2c9fadd761', 'Nimish Shah', '', 'FALSE', '59.144.108.26', '2016-05-19 13:41:28', 'web', '', 0),
(232, 'santoshpujari33@gmail.com', '', 'Santosh Pujari', '', 'FALSE', '59.99.192.116', '2016-05-23 10:36:05', 'facebook', '967502089971124', 0),
(233, 'advocate.gopinathan89@gmail.com', '', 'Adv Gopinathan', '', 'FALSE', '103.48.181.193', '2016-05-24 10:20:15', 'facebook', '1630525327269962', 0),
(234, 'vijatomar@gmail.com', '', 'Vijay bahadur singh Tomar', '', 'FALSE', '182.70.186.198', '2016-05-26 03:32:33', '', '116134556491152148468', 0),
(235, 'shashikant20@gmail.com', '00405b0aa88eb475156d4479c126f1e7', 'Shashikant ', '', 'FALSE', '101.59.219.37', '2016-05-26 12:14:45', 'web', '', 0),
(236, '', '', 'Adv Gopinathan', '', 'FALSE', '103.48.181.193', '2016-05-27 11:28:23', 'facebook', '1630525327269962', 0),
(237, 'bee.oms@gmail.com', '022c4cc06aa3169f6b0a3095f94d22cd', 'Omprakash', '', 'FALSE', '103.62.61.53', '2016-06-01 11:29:13', 'web', '', 0),
(238, 'jain_con@yahoo.com', 'd7c66ada79fad96c097f3681ce6986e2', 'JEETAN JAIN', '', 'FALSE', '115.250.106.33', '2016-06-04 00:41:34', 'web', '', 0),
(239, 'kamakhya4sharma@gmail.com', '', 'Kamakhya Sharma', '', 'FALSE', '171.61.34.93', '2016-06-06 21:59:55', 'facebook', '1022051831208153', 0),
(240, 'anil.parkash74@yahoo.in', '5c01a523031e72b29c2cfd4ed17cd992', 'Anil  Parkash', '', 'FALSE', '59.94.172.197', '2016-06-20 11:10:51', 'web', '', 0),
(241, 'zulekha_g@yahoo.com', 'd398e84fb401e21633d1e265968e8a5d', 'Zulekha Golandaz', '', 'FALSE', '182.58.180.175', '2016-06-23 16:17:27', 'web', '', 0),
(242, 'souravchatterjee84@gmail.com', 'f16d14c554551280ea48a138c10eca65', 'Sourav Chatterjee', '', 'FALSE', '1.39.37.83', '2016-06-24 18:57:27', 'web', '', 0),
(243, 'deba1983.2011@gmail.com', 'd22188f27740328c2833cd4551cd596c', 'Lakshmi Kanta Howladar', '', 'FALSE', '202.142.81.213', '2016-06-28 17:04:56', 'web', '', 0),
(244, 'laddhadeven@gmail.com', '', 'Deven Deelip Laddha', '', 'FALSE', '103.204.38.25', '2016-06-30 19:23:21', 'facebook', '10157034565480403', 0),
(245, 'sduttaadvocate@rediffmail.com', 'd41e98d1eafa6d6011d3a70f1a5b92f0', 'Subir Sekhar  Dutta', '', 'FALSE', '101.210.211.85', '2016-07-03 23:11:04', 'web', '', 0),
(246, 'srklawbooks@gmail.com', '18dc154fde1f15ed493f29be46641b05', 'S R Kubendran', '', 'FALSE', '117.231.117.118', '2016-07-06 12:53:43', 'web', '', 0),
(247, 'srklawbooks@gmail.com', '', 'Kubendran Kubendran', '', 'FALSE', '117.231.117.118', '2016-07-06 12:56:35', 'facebook', '1749695331937331', 0),
(248, 'muralidharan5381@gmail.com', '', 'Muralidharan S', '', 'FALSE', '1.39.20.98', '2016-07-10 12:27:56', '', '105695115256550183390', 0),
(249, 'chatax16@gmail.com', 'c6b9507c26062233f2341cb90db60eaa', 'Atish Chakraborty', '', 'FALSE', '14.99.91.58', '2016-07-11 21:59:16', 'web', '', 0),
(250, 'anrkumar5@gmail.com', '', 'Nagaraj Kumar', '', 'FALSE', '124.123.46.13', '2016-07-14 12:40:11', '', '105516067615282215703', 0),
(251, 'pradippaul371@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', 'Pradip Kr. Paul', '', 'FALSE', '103.216.207.9', '2016-07-17 02:26:15', 'web', '', 0),
(252, 'ifrevr@gmail.com', '', 'S Saai Sudharsan', '', 'FALSE', '59.180.150.214', '2016-07-17 15:15:40', '', '100606449238412447396', 0),
(253, 'janak.makwana1956@gmail.com', '', 'Janak Makwana', '', 'FALSE', '103.241.226.254', '2016-07-17 19:41:03', 'facebook', '1630613173933562', 0),
(254, 'prakashdas669@gmail.com', 'fc8c5e70e95da1217e1527ea7e5ee3f6', 'Prakash Das', '', 'FALSE', '122.176.252.13', '2016-07-21 17:29:48', 'web', '', 0),
(255, 'kavyaravi98@gmail.com', '', 'Mani Bharath', '', 'FALSE', '171.49.198.142', '2016-07-21 21:40:17', 'facebook', '203908330011207', 0),
(256, 'kavitha.ogh.0101@gmail.com', '', 'Kavitha Ogh', '', 'FALSE', '220.225.228.42', '2016-07-23 13:55:49', '', '105083517073599330435', 0),
(257, 'shabbirmalik63@yahoo.com', 'f197977349d754c63ff2028cd07db0bf', 'shabbir malik', '', 'FALSE', '115.99.186.64', '2016-07-24 19:52:01', 'web', '', 0),
(258, 'rohitmohan1006@gmail.com', '4a6d26571d4f71f2671e16ae8733fb58', 'Rohit Mohan ', '', 'FALSE', '14.139.235.108', '2016-08-08 16:28:58', 'web', '', 0),
(259, 'momi_momi124@hotmail.com', '', 'Momi Momi', '', 'FALSE', '59.103.158.189', '2016-08-11 13:40:26', 'facebook', '1825999950961075', 0),
(260, 'balajisrivatsan@gmail.com', '5cdae50e164abc303d55bcfea1868792', 'BALAJI RAJAGOPALAN', '', 'FALSE', '59.88.229.193', '2016-08-12 17:30:30', 'web', '', 0),
(261, 'golamsarwarambiwa@gmail.com', '', 'Golam Sarwar Ambiwa', '', 'FALSE', '116.193.141.201', '2016-08-14 01:23:16', 'facebook', '1064725246950099', 0),
(262, 'vvrkarur@gmail.com', 'cb66a81ec2a6b852434e159f7cda1fae', 'V.Ramesh', '', 'FALSE', '1.39.62.232', '2016-08-15 17:57:15', 'web', '', 0),
(263, 'ddgsdikhit@gmail.com', '40324bcd3d1fb77e95112f8936d72b72', 'Ad.gambhir', '', 'FALSE', '117.228.141.7', '2016-08-16 22:40:08', 'web', '', 0),
(264, 'ddgsdikhit@gmail.com', '', 'Ddgsdikhit Dikhit', '', 'FALSE', '117.228.141.7', '2016-08-16 22:40:47', '', '105125984564004124561', 0),
(265, 'nasir_aligarh@yahoo.com', '2388cdbae3ad4db4c60190aed4244e99', 'mohammad nasir', '', 'FALSE', '117.212.6.223', '2016-08-21 13:46:02', 'web', '', 0),
(266, 'raghavarao21@gmail.com', '', 'Kotapati Raghava Rao', '', 'FALSE', '117.206.228.102', '2016-08-21 21:08:47', '', '113380129871643707009', 0),
(267, 'patenmark@hotmail.com', '7009e7a88533ba264666e1582064660e', 'V K Sinha', '', 'FALSE', '183.83.86.225', '2016-08-25 10:18:02', 'web', '', 0),
(268, 'nhuda2007@rediffmail.com', '2c0873336fae20d6fc5f0188963af2de', 'NUUL HUDA', '', 'FALSE', '103.24.108.28', '2016-08-25 14:28:42', 'web', '', 0),
(269, 'advctthomas@gmail.com', '9a0a930e7b271778af9e2bb5eace1306', 'C T Thomas', '', 'FALSE', '111.92.23.56', '2016-08-27 15:36:04', 'web', '', 0),
(270, 'shivam93.anand@gmail.com', '', 'Shivam Anand', '', 'FALSE', '123.201.157.75', '2016-08-27 15:52:02', 'facebook', '1117321954981002', 0),
(271, 'swamyenterprise2011@gmail.com', 'fc5161c91e6fc8a52203e488a217fa75', 'Ravi Swamy', '', 'FALSE', '116.203.171.217', '2016-08-29 09:04:36', 'web', '', 0),
(272, 'dattas.advocate@gmail.com', '', 'Adv. Datta Suryawanshi', '', 'FALSE', '106.79.163.150', '2016-08-29 21:47:57', '', '113495054314134308718', 0),
(273, 'eastwind2007@gmail.com', '3f0016148be87639963283b11bf744dc', 'Thiyagu PG', '', 'FALSE', '223.187.46.3', '2016-09-01 07:49:52', 'web', '', 85751530863236),
(274, 'prayas.dansana@gmail.com', '82cfb4406d5c2fed3fedc8e83abb95a9', 'Prayas Dansana', '', 'FALSE', '14.139.208.50', '2016-09-01 16:24:57', 'web', '', 0),
(275, 'dipesh_advocate@rediffmail.com', '5174d47f2fb76b484715976739977f3b', 'N.DIPESH KUMAR CHAUDHURY', '', 'FALSE', '117.226.197.13', '2016-09-02 20:14:47', 'web', '', 0),
(276, 'rajtaki6@gmail.com', '26486e0ec3c8827258640b808913568e', 'RAJESH DEY', '', 'FALSE', '202.142.81.19', '2016-09-02 20:53:06', 'web', '', 0),
(277, '2008arnab@gmail.com', '92d48f1c6031269c7176f4bda4dac496', 'Arnab Munian', '', 'FALSE', '1.39.57.63', '2016-09-03 15:15:30', 'facebook', '671895676292394', 0),
(278, 'anirban1_pal@yahoo.co.in', '6c7ef36434f3484f0b6aa221928cebce', 'ANIRBAN PAL', '', 'FALSE', '116.203.151.75', '2016-09-04 01:07:14', 'web', '', 61731476105204),
(279, 'sodumu@rediffmail.com', '6b7b8966db7807779782f2544dd28811', 's.nagesh reddy', '', 'FALSE', '49.204.33.244', '2016-09-04 10:52:44', 'web', '', 0),
(280, 'gafarji@gmail.com', 'c581c5f3f1f08a787912ed75dd5a6314', 'Pagafar', '', 'FALSE', '106.194.2.11', '2016-09-04 12:26:14', 'web', '', 0),
(281, 'araman19@gmail.com', '', 'Aparna Mohan', '', 'FALSE', '43.251.90.68', '2016-09-05 21:51:44', 'facebook', '1083101071743259', 0),
(282, 'amyaxl@gmail.com', '', 'Amit Yadav', '', 'FALSE', '49.32.48.197', '2016-09-06 21:15:43', '', '105357534617981474574', 0),
(283, 'getbik@gmail.com', '6817c0c7a6540ac176a47d5e0515a5d0', 'Bikram Paul', '', 'FALSE', '223.191.26.218', '2016-09-07 01:10:12', 'web', '', 0),
(284, 'muthu.lea@gmail.com', '', 'muthu murugan', '', 'FALSE', '117.206.124.152', '2016-09-08 17:49:26', '', '114819841248312031303', 0),
(285, 'butan.slg@gmail.com', '3fa5f3297787816d7ff9344f120a8475', 'Arnab Sengupta', '', 'FALSE', '43.231.240.146', '2016-09-09 13:40:27', 'web', '', 0),
(286, 'ratna.rds@gmail.com', 'dd6644929fe3565b0988f6f310bfb8f9', 'RATHNAKARAN K', '', 'FALSE', '49.15.204.237', '2016-09-13 21:37:07', 'web', '', 94041473782979),
(287, 'sumeet.3190@gmail.com', '162f84ba9bedf94ec7f4e2c219b1465b', 'Sumeet Tidake', '', 'FALSE', '180.151.186.112', '2016-09-13 22:53:04', '', '108131158831763225279', 0),
(288, 'archisaurabh@gmail.com', '33e5924df33c1eccbfd5b667bfef55f2', 'Saurabh Jindal', '', 'FALSE', '115.248.0.11', '2016-09-14 16:16:02', 'web', '', 0),
(289, 'doctor_sagnik@rediffmail.com', '', 'Sagnik Chattopadhyay', '', 'FALSE', '172.21.33.33', '2016-09-15 21:13:20', 'facebook', '10154024597430892', 0),
(290, 'robindkdutt@gmail.com', '884bba938f45c56668863ecc23d06edb', 'ROBIND KUMAR DUTT', '', 'FALSE', '59.161.191.52', '2016-09-15 22:01:35', 'web', '', 0),
(291, 'newton.molla786@gmail.com', 'ce7cbcecbb754984deef99029faef8ee', 'Molla Abul Sukrana', '', 'FALSE', '59.98.88.7', '2016-09-17 19:32:50', 'web', '', 0),
(292, 'arifulislam709@gmail.com', 'a4fd95bb3a6f655ee46b0a19528e77e9', 'Ariful Islam', '', 'FALSE', '223.231.54.110', '2016-09-18 09:42:19', 'web', '', 15701474172112),
(293, 'advocate.subhankar@gmail.com', 'fdf1440cbd689dd8cb8d9003891b3e1b', 'Subhankar Bhattacharya', '', 'FALSE', '116.203.173.164', '2016-09-18 12:54:56', 'web', '', 0),
(294, 'debasis@lnsel.net', '577b809c9a7ccf9fc29cc262bdf80012', 'Debasis', '', 'FALSE', '122.160.239.36', '2016-09-19 14:02:14', 'web', '', 0),
(295, 'alokupbhokta@gmail.com', '24e30a8384b7a2f1793d5bc84e6fd720', 'alok shukla', '', 'FALSE', '14.98.150.194', '2016-09-22 13:43:04', 'web', '', 40261474739623),
(296, 'ddthakker.co@gmail.com', '59bdadee3ba0bb66f4d2125932abf8da', 'Dipak Thakker', '', 'FALSE', '123.136.188.187', '2016-09-23 09:48:45', 'web', '', 0),
(297, 'bishnubamanal@rediffmail.com', '9a06b9e9e9114d8cbee15d8b7b1c6d7c', 'Bishnu Prasanna Dash', '', 'FALSE', '117.201.165.137', '2016-09-23 16:01:47', 'web', '', 0),
(298, 'himanshu.mahajan@gmail.com', 'f3c4913754001d7aecc1ac154242c56f', 'Himanshu Mahajan', '', 'FALSE', '125.21.240.2', '2016-09-26 09:16:44', 'web', '', 0),
(299, 'aasimulq@yahoo.in', '7250a86c2aa2fc1994b241449ef4db5c', 'Aasimul qadri', '', 'FALSE', '106.79.156.139', '2016-09-27 00:21:14', 'web', '', 0),
(300, 'advpunammahajan@gmail.com', '7b4d82fe03f29111adc6d47dd9d552ab', 'Punam Mahajan', '', 'FALSE', '219.91.159.225', '2016-09-28 16:40:44', 'web', '', 0),
(301, 'bsubhayu@gmail.com', '', 'Subhayu Banerjee', '', 'FALSE', '116.203.195.190', '2016-09-28 20:44:33', '', '114530288340607607930', 0),
(302, 'priyanakardebsarkar@gmail.com', '40441bec9a5238e2286ac7db4ed4a719', 'Priyankar deb sarkar', '', 'FALSE', '137.59.158.148', '2016-09-28 21:56:46', 'web', '', 0),
(303, 'dipankarprn@gmail.com', '9e8517291bf331b6ef9db92ab2afbb89', 'Dipankar Sarkar', '', 'FALSE', '1.39.56.48', '2016-09-29 07:36:20', 'web', '', 0),
(304, 'unnikrishnan1319@gmail.com', '', 'Unni Krishnan S', '', 'FALSE', '217.17.252.219', '2016-09-29 21:02:44', 'facebook', '1138350472867563', 0),
(305, 'mithun.exam@gmail.com', '', 'Mithun Mandal', '', 'FALSE', '202.78.235.129', '2016-09-30 22:19:36', '', '101025570690753638676', 0),
(306, 'arlinebef@mail.ru', 'cd79ff63b68b5d24b61ecd6e752f7f1c', 'Arlinekig', '', 'FALSE', '188.92.76.158', '2016-10-01 10:16:54', 'web', '', 0),
(307, 'priyankasoni31191@gmail.com', '', 'Priyanka Verma', '', 'FALSE', '117.205.81.157', '2016-10-02 13:43:08', '', '113312988946421968135', 0),
(308, 'gerard@gerardsamuel.com', '', 'Gerard Samuel Vijayan Lourdesamy', '', 'FALSE', '210.195.204.190', '2016-10-07 14:34:08', 'facebook', '1086289831439518', 0),
(309, 'anushkachaturvedi94@gmail.com', 'b714801b96f39a72bb28e8e70946c3a3', 'anushka chaturvedi', '', 'FALSE', '49.44.51.207', '2016-10-09 21:39:45', 'web', '', 0),
(310, 'rppsangli@gmail.com', '', 'Rahul Patil', '', 'FALSE', '117.200.222.35', '2016-10-10 17:36:32', '', '110711275327633708837', 0),
(311, 'vikash22.kgg@gmail.com', '', 'vikash kumar', '', 'FALSE', '27.255.249.22', '2016-10-15 22:21:51', '', '109220667840594167689', 0),
(312, 'Universalnnl@gmail.com', 'd10578a421302c4c05f75a9faffb8527', 'Yadvender Singh', '', 'FALSE', '47.9.12.124', '2016-10-16 12:06:24', 'web', '', 0),
(313, 'harshrj1730@gmail.com', '2b1cbb2e416742a15c1748d42a0af473', 'Harshvardhan Sharma', '', 'FALSE', '1.22.140.203', '2016-10-16 17:16:57', 'web', '', 89971517321994),
(314, 'vijikkk79@yahoo.com', '', 'Vijaya Lakshmi', '', 'FALSE', '157.50.208.81', '2016-10-20 19:13:51', 'facebook', '1858745997689083', 0),
(315, 'ashu2030@yahoo.co.in ', '', 'Ashutosh Mishra', '', 'FALSE', '49.35.200.64', '2016-10-23 14:43:31', 'facebook', '10211500984386670', 0),
(316, 'binitamajaw@gmail.com', '', 'Binita Majaw', '', 'FALSE', '27.63.138.0', '2016-10-27 00:59:21', '', '109466878391632167674', 0),
(317, 'tabish_s@yahoo.com', '', 'Tabish Sharfuddin', '', 'FALSE', '47.29.22.166', '2016-10-27 12:01:40', 'facebook', '10209057658212900', 0),
(318, 'vsalaw@yahoo.com', 'ac0210f9e3200394f00642a0bc0fa8d1', 'S. VIJAY SHANKAR', '', 'FALSE', '171.61.126.110', '2016-10-28 12:57:07', 'web', '', 17741477639674),
(319, 'vishramki2006@gmail.com', '58dc7030320f7d8e2b71d5abebb8a151', 'Ramakrishnan Vishwanathann', '', 'FALSE', '103.54.221.214', '2016-10-31 22:20:09', 'web', '', 0),
(320, 's_dalpati2005@rediffmail.com', '', 'Sukumar Dalapati', '', 'FALSE', '47.11.111.138', '2016-11-02 22:08:29', 'facebook', '1321058381313616', 0),
(321, 'arorasunil77@gmail.com', '93473a7344419b15c4219cc2b6c64c6f', 'sunil arora', '', 'FALSE', '10.82.9.39', '2016-11-03 16:05:21', 'web', '', 0),
(322, 'singhasnehasis@gmail.com', 'c7dcde68c1cbe35ac7605df505e8a3ee', 'Snehasis Singha', '', 'FALSE', '47.11.54.63', '2016-11-12 23:07:57', 'web', '', 281478973084),
(323, 'docash12@rediffmail.com', '2a735523d940408129ce4f9d00cead6a', 'ashish banerjee', '', 'FALSE', '117.197.60.44', '2016-11-14 18:18:01', 'web', '', 0),
(324, 'drtushar.roy@gmail.com', 'dcbaef0917a418d8d97920d940a5e2a5', 'Tushar Roy', '', 'FALSE', '171.61.183.26', '2016-11-17 15:01:22', 'web', '', 0),
(325, 'lhusisatoiralu@gmail.com', '', 'Lhusisato Iralu', '', 'FALSE', '1.39.36.110', '2016-11-17 16:01:35', '', '116745654738474188987', 0),
(326, 'subashbehera4u@gmail.com', 'd25e379c1a4f49637b98eb3de66cb4e6', 'Subash Chandra Behera', '', 'FALSE', '47.11.254.100', '2016-11-17 16:51:34', 'web', '', 0),
(327, 'amarpatil1996@gmail.com', '', 'Amar Mangala Maruti Patil', '', 'FALSE', '43.241.130.52', '2016-11-18 22:37:24', 'facebook', '1308426775855626', 0),
(328, 'vjgoutam@yahoo.co.in', '3525b15492e7d966e09349d1d878393c', 'Vijay Goutam', '', 'FALSE', '157.48.195.5', '2016-11-26 21:41:25', 'web', '', 0),
(329, 'pentallectual@gmail.com', '', 'Pentallect Partners', '', 'FALSE', '171.60.198.226', '2016-12-03 12:13:00', '', '114532192188854166082', 0),
(330, 'pendyalajedidiah@gmail.com', '', 'Mani Prasad', '', 'FALSE', '103.200.57.54', '2016-12-08 23:38:28', 'facebook', '1085934264852949', 0),
(331, 'biswasarkar2004@gmail.com', '', 'Biswajit Sarkar', '', 'FALSE', '150.129.126.149', '2016-12-09 18:30:34', '', '118065982079677278037', 0),
(332, 'wealthiestindian@gmail.com', 'a62fa8deb53ef81b835d045affa90db4', 'Gayathri', '', 'FALSE', '183.83.243.15', '2016-12-12 15:30:20', 'web', '', 0),
(333, 'gayjun17@gmail.com', '6c2203ace3e448bcdfb6bfded110a71e', 'Gayathri.V', '', 'FALSE', '122.178.175.163', '2016-12-12 15:42:11', 'web', '', 0),
(334, 'dev13ad@gmail.com', '50431e81c4a5ee7bb47b7d08fef7a0d8', 'DEVENDRA SINGH FAUZDAR', '', 'FALSE', '103.55.110.32', '2016-12-12 18:48:09', 'web', '', 0),
(335, 'lydiabenjamin@gmail.com', '', 'Lydia Elizabeth', '', 'FALSE', '14.139.190.98', '2016-12-16 10:46:18', '', '109233633424779153722', 0),
(336, 'sudiptadasgupta1986@gmail.com', 'c71134bcfbd57ec57f8cc789b305ccbe', 'SUDIPTA DASGUPTA', '', 'FALSE', '115.187.43.207', '2016-12-16 19:32:00', 'web', '', 0),
(337, 'vikasjoshi1976.vj@gmail.com', '', 'Vikas Joshi', '', 'FALSE', '117.202.207.185', '2017-01-03 16:52:07', '', '104526309246443652579', 0),
(338, 'santyvakil@gmail.com', '', 'Santhosh K Narayanan', '', 'FALSE', '59.99.86.13', '2017-01-05 12:16:04', 'facebook', '1311577075572193', 0),
(339, 'louiserogyiik@mail.ru', '2d4ebbe048727ef13f9f37381d7a58f3', 'Terrymooma', '', 'FALSE', '146.185.223.47', '2017-01-05 19:37:39', 'web', '', 0),
(340, 'a.r.t.emk.ri.ts.k.i.y.s.eo@gmail.com', '4bff91eaae9a16ae9e27b706e7049d64', 'ArtemSeoKrPaw', '', 'FALSE', '62.173.154.210', '2017-01-07 12:20:29', 'web', '', 0),
(341, 'ginniesidhu@gmail.com', '95f708dab30f807dc2c1974f62fc18e4', 'Gurbir Singh', '', 'FALSE', '122.173.24.233', '2017-01-08 16:01:33', 'web', '', 0),
(342, 'rikkiy9bak@rambler.ru', '1027a7c510d869df407a010c98d8814e', 'Unlignime', '', 'FALSE', '94.141.36.145', '2017-01-08 20:47:03', 'web', '', 0);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(343, 'varfolomej.petrov@yandex.ua', '92a34a24841a5ead075495ca995cabd0', 'Ecmari', '', 'FALSE', '188.163.73.58', '2017-01-09 13:57:35', 'web', '', 0),
(344, 'moneycontrol1989@gmail.com', 'bc1d633396e2e3fd7a1519b031fdb341', 'AVIJIT SAHA', '', 'FALSE', '47.11.62.249', '2017-01-09 20:46:37', 'web', '', 0),
(345, 'dzhuliyazdanovichs11@mail.ru', '3ddc1a94ef9a2c765f9ffd985f01edca', 'Debbiet', '', 'FALSE', '212.109.201.73', '2017-01-09 22:35:41', 'web', '', 0),
(346, 'samiranm05@gmail.com', 'd48d1ac2f56090aa7b4fa13a4396890a', 'Samiran Mandal', '', 'FALSE', '42.110.175.236', '2017-01-09 22:41:40', 'web', '', 0),
(347, 'mbadebasis@rediffmail.com', 'd967801f6790c70e9b22279691d88414', 'DEBASIS PAL', '', 'FALSE', '220.227.61.217', '2017-01-10 11:10:07', 'web', '', 0),
(348, 'advajinkya@gmail.com', '2493e6c1a9453eea6845ebd02b8c1877', 'Ajinkya', '', 'FALSE', '42.109.0.157', '2017-01-11 12:36:08', 'web', '', 0),
(349, 'kaptchitk1427@mail.ru', 'b67348bf419fcd371407c461b7e79787', 'VisaGons', '', 'FALSE', '176.8.104.192', '2017-01-12 10:19:58', 'web', '', 0),
(350, 'j.e.r.am20.9.d.dz.@gmail.com', '43dc08e0858fa69d0ec0fb3deed558f4', 'KragosHeple', '', 'FALSE', '213.111.233.25', '2017-01-13 05:37:17', 'web', '', 0),
(351, 'ipotussuisd@yandex.com', 'b507773a6509113f4fd8b25f039b6a5f', 'ViagPen', '', 'FALSE', '46.118.153.31', '2017-01-13 13:40:52', 'web', '', 0),
(352, 'drobotenko_vova@mail.ru', '69856e6d63d4778d8b8aa2f62323f63b', 'AbbasKed', '', 'FALSE', '146.185.223.55', '2017-01-14 12:14:32', 'web', '', 0),
(353, 'iuproiopsdg@yandex.com', '4ac86d778ea7ee71db1bbad7a7ddcc94', 'FloydClerb', '', 'FALSE', '134.249.51.228', '2017-01-14 15:22:10', 'web', '', 0),
(354, 'maxycla83@gmx.com', '43920a46d4f72e74708af0cdddef514f', 'FozzSa', '', 'FALSE', '46.161.9.6', '2017-01-14 21:18:16', 'web', '', 0),
(355, 'melissajl11@deannanicole.delhipop3.top', 'c0411ee06389423b814a209fab2c1b59', 'ivahb2', '', 'FALSE', '62.210.81.52', '2017-01-15 10:24:50', 'web', '', 0),
(356, 'offerma.koff@gmail.com', '7aec6c8f7ea03c3d92ae2b408d8754ac', 'Jamesfraum', '', 'FALSE', '5.101.222.55', '2017-01-15 15:35:58', 'web', '', 0),
(357, 'roccedi@gmx.co.uk', '553069de925e2121eb4f610d9f5d0345', 'Tyroneetext', '', 'FALSE', '146.185.223.200', '2017-01-15 19:39:27', 'web', '', 0),
(358, 'okcuage@popp.eamale.com', '55f7e33143ec42fb532ec5e5e0538eae', 'ilisitjeq', '', 'FALSE', '91.200.12.7', '2017-01-15 21:09:19', 'web', '', 0),
(359, 'aacevet@pop.eamale.com', 'fbfab94b5d6322e551f63f086c495f06', 'ricevalojiwel', '', 'FALSE', '91.200.12.143', '2017-01-15 21:10:02', 'web', '', 0),
(360, 'eworuacoo@w.eamale.com', '8a88953e562db0b9c22b26071c6ab774', 'anijuxoh', '', 'FALSE', '91.200.12.106', '2017-01-15 21:10:39', 'web', '', 0),
(361, 'opijujuso@popp.eamale.com', 'ead8227d2cb94bd532fb417cd469ee38', 'uxsonif', '', 'FALSE', '91.200.12.7', '2017-01-15 21:24:01', 'web', '', 0),
(362, 'exolag@pop.eamale.com', '1c7c396d65941265cfd92a9a632dfcb7', 'idotpojenoj', '', 'FALSE', '91.200.12.143', '2017-01-15 21:24:09', 'web', '', 0),
(363, 'williaminams@mail.ru', '86b64bb9332d58385b00cc12a21c7af8', 'WilliamSAL', '', 'FALSE', '46.118.120.59', '2017-01-16 09:29:12', 'web', '', 0),
(364, 'wudsqqlnyp@fventes63.softtoiletpaper.com', '14a91840688ec4790713adc5c9e20ee3', 'Williambeefs', '', 'FALSE', '178.137.167.157', '2017-01-16 11:17:13', 'web', '', 0),
(365, 'pshekhar403@yahoo.co.in', '', 'Priyanka Shekhar', '', 'FALSE', '47.9.203.225', '2017-01-16 12:51:58', 'facebook', '1225026287577463', 0),
(366, 'idanuko@pop.eamale.com', '445a997b132f98ff41660d423afd953f', 'esiorewena', '', 'FALSE', '91.200.12.143', '2017-01-16 15:00:11', 'web', '', 0),
(367, 'harish281076@gmail.com', '7faf12d341240b6687d6007c1450a0fc', 'Harish Sharma', '', 'FALSE', '61.1.105.208', '2017-01-16 17:18:12', 'web', '', 0),
(368, 'mlybhwk@gmail.mail.com', '02c081f895e26a667ab809d28570e0bf', 'MALAY KUMAR BHOWMIK', '', 'FALSE', '223.223.143.253', '2017-01-16 19:02:08', 'web', '', 0),
(369, 'mlybhwk@gmail.com', '', 'Malay Kumar Bhowmik', '', 'FALSE', '223.223.143.253', '2017-01-16 19:05:07', '', '107300799324862865688', 0),
(370, 'oiem8603@proexpertonline.ru', 'f0b8d12853abc9c014e4ff219fcf479d', 'Karenbug', '', 'FALSE', '151.249.254.251', '2017-01-17 03:33:13', 'web', '', 0),
(371, 'natarizmt@mail.ru', '98726137410e46d80dba1bc76339ee05', 'Natabug', '', 'FALSE', '93.77.96.97', '2017-01-17 04:14:11', 'web', '', 0),
(372, 'issmar.h.e.rz.19.81@gmail.com', '05db6e0dff09f3fd64b6917d7b187dab', 'AdosMed', '', 'FALSE', '95.175.228.6', '2017-01-17 05:22:50', 'web', '', 0),
(373, 'm.y.u.serna.m.efo.r.g.o.ldon.lym.e.t.h.x1.133.@gmail.com', '536e86424a4dca37d25306ac724cbe0a', 'Julianlom', '', 'FALSE', '146.185.201.28', '2017-01-17 09:41:03', 'web', '', 0),
(374, 'jdsisson@free-chat-emails.bid ', 'e6921398163f73ad72003d0e3cabee82', 'StewartCow', '', 'FALSE', '46.161.9.20', '2017-01-17 12:16:17', 'web', '', 0),
(375, 'deoharshita43@gmail.com', 'd423e7605337af218dfe8b6d6ceb1738', 'Harshita Deo', '', 'FALSE', '169.149.186.161', '2017-01-17 23:22:15', 'web', '', 0),
(376, 'namitsaxena2007@gmail.com', '9309c200ff7d15f87760134db5b31e28', 'Namit Saxena', '', 'FALSE', '47.30.140.32', '2017-01-18 00:10:20', 'web', '', 0),
(377, 'gennie@freewebpages.top ', '32f71633332d2e188398db7641c77005', 'Erickmew', '', 'FALSE', '46.161.9.20', '2017-01-18 00:37:03', 'web', '', 0),
(378, 'dimapritula98@bigmir.net', '2e9a797ff1ede9cabefc671ae6c50de6', 'DimoNSope', '', 'FALSE', '185.156.173.251', '2017-01-19 16:00:45', 'web', '', 0),
(379, 'andrejkuzin153@mail.ru', '14f08f924dac46d820db683f7056b322', 'AndrejKuzin', '', 'FALSE', '5.35.25.103', '2017-01-20 03:28:21', 'web', '', 0),
(380, 'art.emkrit.s.kiy.s.eo@gmail.com', '4bff91eaae9a16ae9e27b706e7049d64', 'ArtemSeoKrPaw', '', 'FALSE', '62.173.154.210', '2017-01-20 04:39:08', 'web', '', 0),
(381, 'thareeqanwer@yahoo.com', '', 'Thareeq Anver', '', 'FALSE', '14.139.185.174', '2017-01-21 13:32:24', 'facebook', '10206500933520585', 0),
(382, 'kanala.bvreddy@gmail.com', '', 'balavenkatareddy kanala', '', 'FALSE', '103.24.20.82', '2017-01-23 10:11:28', '', '104592569708972804656', 0),
(383, 'thareeqanwer@yahoo.com', '', 'Salma Jennath', '', 'FALSE', '14.139.185.174', '2017-01-23 16:58:51', 'facebook', '10202880791376475', 0),
(384, 'bhaleraoabhijeet@gmail.com', '', 'Abhijeet Bhalerao', '', 'FALSE', '49.35.58.39', '2017-01-26 13:55:21', 'facebook', '1225132680888196', 0),
(385, '', '', 'Rucha Pathare', '', 'FALSE', '59.181.31.228', '2017-01-31 21:50:44', 'facebook', '670431896469796', 0),
(386, 'patharerucha@gmail.com', '', 'Rucha Pathare', '', 'FALSE', '111.91.44.127', '2017-01-31 22:38:51', 'facebook', '670431896469796', 0),
(387, 'pkpjkumartsk@gmail.com', '', 'Pankaj Sharma', '', 'FALSE', '47.29.136.148', '2017-02-07 21:25:47', 'facebook', '764483290374065', 0),
(388, 'advocateyogeshnksharma@gmail.com', '', 'Yogesh Sharma', '', 'FALSE', '59.91.159.121', '2017-02-13 18:34:03', 'facebook', '1545488935480264', 0),
(389, 'sheriffvaluer@gmail.com', '', 'Tamim Sheriff', '', 'FALSE', '117.215.94.118', '2017-02-14 17:42:31', 'facebook', '1234952076557902', 0),
(390, 'sunil.ydv017@gmail.com', '', 'Sunil Yadav', '', 'FALSE', '14.139.209.68', '2017-02-17 15:50:28', 'facebook', '1850078848565734', 0),
(391, 'mittalsourabh8@gmail.com', '', 'Sourabh Mittal', '', 'FALSE', '47.9.2.105', '2017-02-22 10:30:08', 'facebook', '1363974200342822', 0),
(392, 'soniya.telani@gmail.com', '', 'Soniya Chawla', '', 'FALSE', '27.4.69.8', '2017-02-24 13:51:35', 'facebook', '1320750861316384', 0),
(393, 'shraddhaparekh.121095@gmail.com', '', 'SP Parekh', '', 'FALSE', '49.34.6.136', '2017-02-28 08:18:08', 'facebook', '1895025904063385', 0),
(394, 'bharatpaladvocate@gmail.com', '', 'Bharat Pal', '', 'FALSE', '103.78.15.53', '2017-03-07 19:01:46', '', '104662952093783022212', 0),
(395, 'mintumallick2015@gmail.com', '', 'MINTU MALLICK', '', 'FALSE', '47.15.7.56', '2017-03-07 21:23:02', '', '100283876849698138491', 0),
(396, 'advocatesukantamondal@gmail.com', '', 'Sukanta Mondal', '', 'FALSE', '223.191.37.20', '2017-03-10 17:16:16', 'facebook', '951663968303889', 0),
(397, 'fazlullaadvocate@gmail.com', '', 'fazlulla fazz', '', 'FALSE', '157.49.1.157', '2017-03-13 12:12:52', '', '117150867439013810129', 0),
(398, 'sinha9904@gmail.com', '', 'Pritam Sinha', '', 'FALSE', '47.11.0.51', '2017-03-16 23:20:58', '', '107998212441790279446', 0),
(399, 'ad.anilbnair@gmail.com', '', 'Anil B. Nair', '', 'FALSE', '117.206.35.23', '2017-03-30 21:02:39', 'facebook', '1597884723573344', 0),
(400, 'mcadvocatedeb@gmail.com', '', 'deb MC', '', 'FALSE', '47.15.10.134', '2017-04-02 13:24:40', '', '104928460052670794472', 0),
(401, 'srsankar81@gmail.com', '', 'Sankar Ramasubramanian', '', 'FALSE', '182.65.224.54', '2017-04-04 09:37:26', '', '108887689219752175044', 0),
(402, 'nagarajabmm@gmail.com', '', 'Nagaraja Nagaraja', '', 'FALSE', '117.209.142.15', '2017-04-25 22:21:10', '', '106472273342519980612', 0),
(403, 'contactrongeorge@gmail.com', '', 'Ron George', '', 'FALSE', '122.171.45.122', '2017-04-29 10:13:31', '', '105271533638320050088', 0),
(404, 'mailtopraveensharma@gmail.com', '', 'Praveen Sharma', '', 'FALSE', '202.3.66.193', '2017-05-03 11:51:36', '', '100821734441430317350', 0),
(405, 'soumyan1012@gmail.com', '', 'V.Soumya narayanan', '', 'FALSE', '43.246.107.226', '2017-05-03 23:02:31', '', '113801850024367325461', 0),
(406, 'bbs_solicitor@outlook.com', '', 'Barish Saikia', '', 'FALSE', '47.29.203.220', '2017-05-04 00:45:09', 'facebook', '789616284534237', 0),
(407, 'jain10690@gmail.com', '', 'Lalit Jain', '', 'FALSE', '117.198.24.169', '2017-05-08 14:15:43', '', '100088495111005525654', 0),
(408, 'taxdost@gmail.com', '0de13dfe67d466e1cba39ebcc508da7c', 'Pratima Pathak', '', 'FALSE', '47.247.10.188', '2017-05-16 14:33:45', '', '116066885836420574118', 0),
(409, 'dsanyal19@gmail.com', '7c6a180b36896a0a8c02787eeafb0e4c', 'Durga Sanyal', '', 'FALSE', '42.110.148.32', '2017-05-18 15:12:35', '', '105635508872061354801', 0),
(410, 'subhanathpal@gmail.com', '', 'Subhanath Pal', '', 'FALSE', '117.194.2.18', '2017-05-20 01:54:42', '', '117078623258870885544', 0),
(411, 'rajeev.kapoor@hotmail.com', '', 'Rajiv Kapoor', '', 'FALSE', '27.56.142.35', '2017-05-23 17:13:54', 'facebook', '1756959387654193', 0),
(412, 'poozapathak@gmail.com', '', 'Pooja Pathak', '', 'FALSE', '47.11.11.22', '2017-05-28 00:55:03', 'facebook', '1844633999130237', 0),
(413, 'manosijmukherjee@gmail.com', '', 'Manosij Mukherjee', '', 'FALSE', '103.219.44.179', '2017-05-30 23:10:42', '', '115168003767072895342', 0),
(414, 'pkmaai@gmail.com', '', 'Pramod Mishra', '', 'FALSE', '182.69.69.241', '2017-06-02 21:15:28', 'facebook', '10206881080663974', 0),
(415, 'boleslavkrylov190jl@mail.ua', '0be0f069875dccaf77501fd19ae5d989', 'DavidVob', '', 'FALSE', '193.201.225.61', '2017-06-07 22:02:16', 'web', '', 0),
(416, 'rafaelwh69@mikaylaella.pop3boston.top', 'c0411ee06389423b814a209fab2c1b59', 'jasminezl18', '', 'FALSE', '62.210.115.87', '2017-06-08 12:20:41', 'web', '', 0),
(417, 'michaeltoinar@pochta.com', 'e73f7fb3c789bd5469beeecb7e119d93', 'Micaelwar', '', 'FALSE', '176.223.112.134', '2017-06-09 05:16:01', 'web', '', 0),
(418, 'michaeljab@mail.ru', '1259981116e539679942d32c136e1574', 'MichaelBop', '', 'FALSE', '178.159.37.15', '2017-06-09 19:54:11', 'web', '', 0),
(419, 'laimonaslai664@mail.ru', 'e1ee8978ff6da889a2f783bd304b800f', 'LaiJenes', '', 'FALSE', '212.122.89.226', '2017-06-10 03:34:25', 'web', '', 0),
(420, 'ciutrenrea8571@gmail.com', 'f43379bd955278d56ec525f8dcf24268', 'Michaeljok', '', 'FALSE', '31.184.236.104', '2017-06-10 17:51:19', 'web', '', 0),
(421, 'alexandrogustav.us@gmail.com', 'b7084e9653368a41980f29aabe1f490c', 'OdellZidly', '', 'FALSE', '188.233.88.155', '2017-06-11 02:46:58', 'web', '', 0),
(422, 'sanyalgs276005@gmail.com', '7c6a180b36896a0a8c02787eeafb0e4c', 'Gouri Sankar Sanyal', '', 'FALSE', '59.89.11.50', '2017-06-11 11:07:02', 'web', '', 0),
(423, 'samburton202@aol.co.uk', '29dc04ff8bd582d39b1d3052cf898046', 'Guestovamy', '', 'FALSE', '46.161.9.14', '2017-06-11 20:01:07', 'web', '', 0),
(424, 'akulina.skupova@mail.ru', '5b4c09d368b9905e58281eebefb6675d', 'HerbertVok', '', 'FALSE', '195.154.162.218', '2017-06-11 21:08:19', 'web', '', 0),
(425, 'johnniehoith@gospadi.pw', '54c9bc273da464e6b4219f4d88a86265', 'JohnnieLek', '', 'FALSE', '2.133.105.13', '2017-06-12 00:03:00', 'web', '', 0),
(426, 'mosinevgg@gmail.com', '8d14e6f3161bd7bd3584ed13b09e618d', 'DewaynePhamn', '', 'FALSE', '109.195.85.122', '2017-06-12 01:23:50', 'web', '', 0),
(427, 'mildredtew@mail.ru', 'aee4c29c35eafbf4fa5e1196ebade9c5', 'Mildredasync', '', 'FALSE', '93.170.187.48', '2017-06-12 08:45:49', 'web', '', 0),
(428, 'iamjijo28@gmail.com', '', 'jijo jose', '', 'FALSE', '116.75.1.143', '2017-06-12 12:27:59', '', '114567264864194169841', 0),
(429, 'aparnaramesh237@gmail.com', '', 'Aparna Ramesh', '', 'FALSE', '61.0.153.14', '2017-06-12 21:53:20', '', '100202366135604193578', 0),
(430, 'wert5fvg53gdft@gmail.com', 'bf346c198d441ef65e76b1264008694e', 'FerminDom', '', 'FALSE', '213.111.213.2', '2017-06-13 02:51:11', 'web', '', 0),
(431, 'izettahollerniaf@yahoo.com', '7bdd445d2a2f27d00bf50dd8c77da64e', 'Jasongog', '', 'FALSE', '178.137.163.147', '2017-06-13 15:30:29', 'web', '', 0),
(432, 'advashoksoni@gmail.com', 'a94945985f1259691f317ed64cafe7e4', 'Dr. Ashok Soni', '', 'FALSE', '45.121.29.72', '2017-06-13 19:55:18', 'web', '', 0),
(433, 'edwardcog@outlook.com', '5c4c763ec80a0f926fa3251d1f0730df', 'Edwardmox', '', 'FALSE', '149.202.101.64', '2017-06-13 23:27:51', 'web', '', 0),
(434, 'meiyanchen84@myimail.men ', '5d1870056a840f352a33cbce69b00b34', 'AlfredEmeda', '', 'FALSE', '46.161.9.50', '2017-06-14 01:52:24', 'web', '', 0),
(435, 'stehambs@mail4you.stream ', 'ead574adad63942648cc89a756db0b1b', 'Kennethrip', '', 'FALSE', '46.161.9.50', '2017-06-14 03:47:53', 'web', '', 0),
(436, 'anna@cn1rus.ru', '8a74cad4f1109f660b4d29cf727b203d', 'AnnaArtoklWrevy', '', 'FALSE', '46.161.9.53', '2017-06-14 06:30:49', 'web', '', 0),
(437, 'tr.ansp.orte.rn.a.jale.n.ta.@gmail.com', 'fd9523386f8273802f185d238168ff47', 'MichaelJam', '', 'FALSE', '31.129.170.42', '2017-06-14 11:54:46', 'web', '', 0),
(438, 'temptest716365318@gmail.com', 'ab3b3f76f106aa34859f755ce52df03c', 'DonaldIdofe', '', 'FALSE', '14.141.93.162', '2017-06-14 21:41:32', 'web', '', 0),
(439, 'pilotxmlpilot5@gmail.com', 'ec5331728c423acee1de0c361ef0987e', 'Timothchurf', '', 'FALSE', '77.247.182.112', '2017-06-14 23:49:33', 'web', '', 0),
(440, 'stokoptom@bigmir.net', 'ab3290097e865fa0c82909cb9c374ed4', 'NiklViot', '', 'FALSE', '81.162.224.132', '2017-06-16 09:17:22', 'web', '', 0),
(441, 'birkes257@li1.org', '315201f28ac006f4f84b095934d2032a', 'HermnEcova', '', 'FALSE', '185.120.133.102', '2017-06-16 17:06:26', 'web', '', 0),
(442, 'evangelinedr3@nicolette.karen.delhipop3.top', 'c0411ee06389423b814a209fab2c1b59', 'annieii4', '', 'FALSE', '51.15.56.110', '2017-06-16 19:19:24', 'web', '', 0),
(443, 'pewcofdn@olss.mooo.com', '4ca766840e5f9fa1034c3509b2e5d639', 'ManuelDouro', '', 'FALSE', '89.78.122.187', '2017-06-17 12:03:13', 'web', '', 0),
(444, 'emaproschbcxr@yahoo.com', '84c7f7aac1ebc832bc82beb768d0a8c8', 'DannyGof', '', 'FALSE', '146.185.223.87', '2017-06-17 21:33:54', 'web', '', 0),
(445, 'ayudfghiuiiskide@mail.ru', 'c3c53e8cd06888ee871f4e92cb24e0df', 'Ayudfghiuiifet', '', 'FALSE', '46.50.129.43', '2017-06-18 10:27:25', 'web', '', 0),
(446, 'hatchet_91@mail.ru', 'ee88adb5b2811ec98ab7b5b38f398b95', 'DavidJub', '', 'FALSE', '195.154.162.218', '2017-06-18 17:26:16', 'web', '', 0),
(447, 'Ahter@progoner.com', '25f9e794323b453885f5181f1b624d0b', 'samahmud39', '', 'FALSE', '193.201.224.32', '2017-06-19 02:32:52', 'web', '', 0),
(448, 'richardghval@gmail.com', 'b4f3dd47d8dd01b7fc7b837225aeb3d4', 'RichardGhval', '', 'FALSE', '95.52.122.244', '2017-06-19 06:44:35', 'web', '', 0),
(449, 'konchg5@gmail.com', '3507f5b38cd7112c8464d5ffb5340d40', 'OlegsBer', '', 'FALSE', '109.86.72.163', '2017-06-19 13:11:37', 'web', '', 0),
(450, 'support@ultravds.com', '083e1a15e40256a608ef82fc5dc728bd', 'Lopuxsig', '', 'FALSE', '94.231.151.120', '2017-06-19 19:25:17', 'web', '', 0),
(451, 'pedsoutsoub1@mail.ru', 'ed5e1a3609eee0eaf43df5a331637d12', 'trezvyvoditel-Phaviohobioxy', '', 'FALSE', '90.154.70.102', '2017-06-19 22:48:03', 'web', '', 0),
(452, 'sfyv16639@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', 'FALSE', '195.22.126.21', '2017-06-20 08:28:11', 'web', '', 0),
(453, 'ani_dmail@yahoo.co.in', 'a4ca1e517222fe94a26987c520bf9e8e', 'Anirban Dey', '', 'FALSE', '223.231.46.86', '2017-06-20 18:42:01', 'web', '', 0),
(454, 'xqhu12921@first.baburn.com', '824fa7ffb3c5df1d1175e4a80e1ad599', 'Curtiser', '', 'FALSE', '195.22.126.27', '2017-06-20 18:51:46', 'web', '', 0),
(455, 's_lyubimkin@mail.ru', '350a9c39a39708608599f9a2c5d77910', 'CharlesTeS', '', 'FALSE', '49.228.110.202', '2017-06-20 19:19:04', 'web', '', 0),
(456, 'oosipow.k@yandex.ru', '6c44be1f7e2619de1df71f58d51d0fa0', 'RobertWek', '', 'FALSE', '93.170.253.148', '2017-06-20 22:12:00', 'web', '', 0),
(457, 'user1@bazatver.ru', '7cc9ddda9c1b275b1a1170c702e71d27', 'Thailandi-anins', '', 'FALSE', '185.63.218.247', '2017-06-21 10:39:05', 'web', '', 0),
(458, 'salivan@telco-support.org', '27b9be81370afa7796ba6e8a21af51d0', 'telcosalivan', '', 'FALSE', '141.170.2.53', '2017-06-21 19:05:20', 'web', '', 0),
(459, 'ruklog.dukplin@yandex.com', '787d7b876523a3768299c85816c57c77', 'Michaelben', '', 'FALSE', '91.78.96.75', '2017-06-22 06:35:32', 'web', '', 0),
(460, 'estelleqz5@victoria.kendra.miami-mail.top', 'c0411ee06389423b814a209fab2c1b59', 'raymo1', '', 'FALSE', '78.109.23.1', '2017-06-22 14:01:48', 'web', '', 0),
(461, 'prophportfreeknog@mail.ru', '2560e456483ff522651b6977c6dcaf94', 'Angeljecy', '', 'FALSE', '79.173.89.155', '2017-06-22 16:47:26', 'web', '', 0),
(462, 'bi.n.for.d.ji.b.an.e.15.1.6@gmail.com\r\n', 'fa926475cd3a0dd96ec1dd20e03e119d', 'Avwogova', '', 'FALSE', '188.186.72.186', '2017-06-22 17:02:25', 'web', '', 0),
(463, 'alisageoff@mail.ru', 'f1faee2e439385c3730c2eda83fbed9f', 'AlisafussY', '', 'FALSE', '46.249.59.91', '2017-06-23 08:46:35', 'web', '', 0),
(464, 'randyfs6@dianna.perla.kyoto-webmail.top', 'c0411ee06389423b814a209fab2c1b59', 'jocelynxc2', '', 'FALSE', '71.46.220.68', '2017-06-23 09:47:02', 'web', '', 0),
(465, 'ervindrigo@mail.ru', '92f294f85773e29150f4b27b9000d39c', 'Ervintam', '', 'FALSE', '212.83.171.239', '2017-06-24 20:22:51', 'web', '', 0),
(466, 'sunsun47@gmail.com', '948560c4ba568d5f98c267dd2f4df575', 'sundaresan', '', 'FALSE', '49.36.1.175', '2017-06-25 09:54:00', 'web', '', 0),
(467, 'asiujenjisd@yandex.com', '69588f536204abbbd782057df4ec8e65', 'Ronaldaxots', '', 'FALSE', '134.249.51.228', '2017-06-25 11:31:19', 'web', '', 0),
(468, 'praveenpintoadv@gmail.com', '800ef4d790a8b1124713c47144be9791', 'Praveen Pinto', '', 'FALSE', '43.247.157.3', '2017-06-25 22:04:46', 'web', '', 0),
(469, 'dmms10186@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', 'FALSE', '195.22.126.25', '2017-06-25 22:57:33', 'web', '', 0),
(470, 'kat35pil@gmail.com', 'f345ef7fcab5bf438016279d209129c5', 'Davidinora', '', 'FALSE', '91.237.114.2', '2017-06-26 01:28:08', 'web', '', 0),
(471, 'walterromero70@emailme.men ', '84834a6a99ba96deb66fa56fc416d5bb', 'Billyexper', '', 'FALSE', '46.161.9.20', '2017-06-26 04:12:52', 'web', '', 0),
(472, 'dyadikov.ivan@yandex.ua', '2f7fc6c0ce83a9df33c08cacf654318c', 'JeffreyStarm', '', 'FALSE', '188.163.73.46', '2017-06-26 05:58:04', 'web', '', 0),
(473, 'maryellensy2@taylerdeborah.london-mail.top', 'c0411ee06389423b814a209fab2c1b59', 'betsywy11', '', 'FALSE', '185.170.41.8', '2017-06-26 07:50:00', 'web', '', 0),
(474, 'wyna28642@first.baburn.com', '0abb844db5a0cd6e622400d00244a9aa', 'ThomasNaf', '', 'FALSE', '195.22.126.26', '2017-06-26 10:16:27', 'web', '', 0),
(475, 'alenadugp@mail.ru', '804f298ffd727e54c8c97e5f40375925', 'Alenahiece', '', 'FALSE', '95.139.23.218', '2017-06-26 14:14:20', 'web', '', 0),
(476, 'dcdp40231@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', 'FALSE', '195.22.126.26', '2017-06-26 17:14:50', 'web', '', 0),
(477, 'danmaddux@myimail.men ', '32f71633332d2e188398db7641c77005', 'Erickmew', '', 'FALSE', '46.161.9.20', '2017-06-26 17:33:56', 'web', '', 0),
(478, 'scenemusicftpserver@mail.ru', '2b9474374a226296c0d4467af747aad7', 'LarryaxogY', '', 'FALSE', '89.238.166.144', '2017-06-26 23:36:14', 'web', '', 0),
(479, 'shestakovalekss@gmail.com', 'f163920365b0c503866a0725b6a93a61', 'GeorgeEneby', '', 'FALSE', '109.195.85.122', '2017-06-27 12:41:17', 'web', '', 0),
(480, 'valerafit1957@mail.ru', '5857f2c966f93a206f779cb45b7b47ac', 'Valeralef1987', '', 'FALSE', '188.234.180.68', '2017-06-27 13:12:15', 'web', '', 0),
(481, 'vhsg33348@first.baburn.com', '95539f686144d81a2d0774cc5f2cfd9b', 'FreddieTem', '', 'FALSE', '195.22.126.23', '2017-06-27 16:11:50', 'web', '', 0),
(482, 'fresinabox@maaill.com', 'f4577676291e31b6252a35cefda72828', 'CharlesWhalm', '', 'FALSE', '46.118.124.190', '2017-06-27 17:22:28', 'web', '', 0),
(483, 'njnj36130@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', 'FALSE', '195.22.126.22', '2017-06-28 10:54:15', 'web', '', 0),
(484, 'dennismew@mail.ru', 'fbcd106d77e85ed768271f584af47d97', 'Denniserymn', '', 'FALSE', '49.228.111.177', '2017-06-28 18:02:33', 'web', '', 0),
(485, 'bradleytourli@mail.ru', '64af755c3bb1ba19baffd122553e4585', 'BradleyGreak', '', 'FALSE', '89.207.79.190', '2017-06-29 03:32:51', 'web', '', 0),
(486, 'drblight@b2bmail.men ', 'f955a5a35657d0375d8d2728d26d90f8', 'Brettjes', '', 'FALSE', '46.161.9.20', '2017-06-29 15:45:23', 'web', '', 0),
(487, 'racotransit@mail.ru', '3e88493db37db6dcbbd5cb729941fe86', 'Daviddup', '', 'FALSE', '46.188.40.102', '2017-06-29 20:24:22', 'web', '', 0),
(488, 'jfuentes3131@yourimail.download ', '32f71633332d2e188398db7641c77005', 'Erickmew', '', 'FALSE', '46.161.9.20', '2017-06-29 23:32:01', 'web', '', 0),
(489, 'harveyfes@mail.ru', '095dcfbee19a86e5cb3828c9550cd21f', 'Harveyfut', '', 'FALSE', '31.10.97.71', '2017-06-30 00:09:18', 'web', '', 0),
(490, 'simon-alexeieva@yandex.ru', 'e520fd766e5e3daa9883a2a6e308bce1', 'Jessybic', '', 'FALSE', '89.163.145.226', '2017-07-01 04:28:27', 'web', '', 0),
(491, 'christinarg6@monica.jewel.delhipop3.top', 'c0411ee06389423b814a209fab2c1b59', 'helenemj18', '', 'FALSE', '37.187.129.166', '2017-07-01 08:06:39', 'web', '', 0),
(492, 'xrttt53681@gmail.com', 'bf346c198d441ef65e76b1264008694e', 'FerminDom', '', 'FALSE', '213.111.213.2', '2017-07-01 10:06:48', 'web', '', 0),
(493, 'kwtz@freemail.men ', '84834a6a99ba96deb66fa56fc416d5bb', 'Billyexper', '', 'FALSE', '46.161.9.20', '2017-07-02 02:20:13', 'web', '', 0),
(494, 'bbreunig@msmail.win ', 'f955a5a35657d0375d8d2728d26d90f8', 'Brettjes', '', 'FALSE', '46.161.9.20', '2017-07-02 11:24:17', 'web', '', 0),
(495, 'annetteum60@josephine.raven.newyorkmetro5.top', 'c0411ee06389423b814a209fab2c1b59', 'janeiu4', '', 'FALSE', '163.172.101.137', '2017-07-02 14:58:13', 'web', '', 0),
(496, 'margeryvf5@nicolette.karen.delhipop3.top', 'c0411ee06389423b814a209fab2c1b59', 'darrylnm1', '', 'FALSE', '91.235.129.28', '2017-07-02 18:43:46', 'web', '', 0),
(497, 'marisolxg2@jimena.amya.washington-pop3.top', 'c0411ee06389423b814a209fab2c1b59', 'antoinettezt1', '', 'FALSE', '163.172.101.137', '2017-07-04 05:59:40', 'web', '', 0),
(498, 'xrym771177@outlook.com', 'e1aadfe9d2b4a37f69648f26b63530a1', 'Issacboono', '', 'FALSE', '188.163.109.0', '2017-07-04 10:51:09', 'web', '', 0),
(499, 'de.sovik@gmail.com', '', 'Sovik De', '', 'FALSE', '122.163.62.102', '2017-07-04 11:40:56', '', '109413525939603126871', 96981535554629),
(500, 'monafh5@penelopedestiny.pop3boston.top', 'c0411ee06389423b814a209fab2c1b59', 'alanrm11', '', 'FALSE', '62.210.115.87', '2017-07-04 13:26:54', 'web', '', 0),
(501, 'tetenin.p@mail.ru', '900005bc81eedbf2d5f26c3f719fe0e8', 'KirkBet', '', 'FALSE', '146.185.223.123', '2017-07-04 20:17:55', 'web', '', 0),
(502, 'priyanka8233876473@gmail.com', '1fd96777aedeadb325c66f3780054765', 'priyanaka', '', 'FALSE', '49.200.215.216', '2017-07-06 07:32:49', 'web', '', 0),
(503, 'mashaadede@mail.ru', '5d770fc18063b6ed94b3fef9c8feb013', 'Mashafleds', '', 'FALSE', '93.170.187.48', '2017-07-06 13:57:29', 'web', '', 0),
(504, '', '', 'à¦¸à§à¦®à¦¨à§à¦¤', '', 'FALSE', '117.194.44.81', '2017-07-07 00:20:21', 'facebook', '10207157925826628', 0),
(505, '4x6219@artemmel.info', '1f211634eb55253582e2e7ddca12da56', 'johhnyWeils', '', 'FALSE', '178.159.37.111', '2017-07-07 09:49:13', 'web', '', 0),
(506, 'demalugannia1992@mail.ru', 'ebbc23c68ca364f5f6f7f815f1229157', 'Danielvat', '', 'FALSE', '37.115.215.71', '2017-07-07 10:46:06', 'web', '', 0),
(507, 'quality@lnsel.net', '25d55ad283aa400af464c76d713c07ad', 'quality', '', 'FALSE', '182.75.124.214', '2017-07-07 10:51:38', 'web', '', 22491499405305),
(508, 'o.s.lan.r.u.ghn.e.v2.014.33.1.9.@gmail.com', '30b5ae152ad626c012d8546a2ab3b6f6', 'ritahek', '', 'FALSE', '37.115.215.71', '2017-07-08 02:33:30', 'web', '', 0),
(509, 'silurio5@yandex.ru', '2b6417598a74b1e36918b3fafab84ea7', 'Randalldaurb', '', 'FALSE', '146.185.223.14', '2017-07-08 12:57:29', 'web', '', 0),
(510, 'anmol.dd@gmail.com', '', 'Gururaj Devarhubli', '', 'FALSE', '49.34.3.208', '2017-07-08 17:24:59', 'facebook', '1535419443175357', 0),
(511, 'parthapratimr2010@gmail.com', 'c3226163e3272a35fa195fbc29b85c5c', 'PARTHA PRATIM ROY', '', 'FALSE', '103.225.177.3', '2017-07-09 08:43:08', 'web', '', 0),
(512, 'gretskiy.leopold@mail.ru', 'b85beae1bed690072b394b7fd874c566', 'WalterDub', '', 'FALSE', '62.68.136.177', '2017-07-09 14:26:33', 'web', '', 0),
(513, 'v.d.fvdfdv.@gmail.com', 'b29959ad1fe7cef7bf8a3ba78a61f7a3', 'Fadiejat', '', 'FALSE', '213.111.233.25', '2017-07-09 15:49:30', 'web', '', 0),
(514, 'shagun.bansal93@gmail.com', '', 'Shagun Bansal', '', 'FALSE', '103.199.147.105', '2017-07-09 17:19:44', '', '117589274166353304330', 0),
(515, 'wlyxmail@inbox.ru', '733a57168cba60a5a56f7f199a2ae32e', 'Slavadup', '', 'FALSE', '46.188.33.60', '2017-07-09 21:53:25', 'web', '', 0),
(516, 'artiomgenic@mail.ru', '8c3e36a08b650e149a2249594e542a34', 'ArtiomGenic', '', 'FALSE', '212.122.89.226', '2017-07-10 00:14:10', 'web', '', 0),
(517, 'vehanen@sgdfhghtj5.tools ', 'c13699521c4112ae15bc9886eb7b2ffb', 'Tracyted', '', 'FALSE', '46.161.9.22', '2017-07-10 06:12:21', 'web', '', 0),
(518, 'jkkuberalakshmi@gmail.com', '', 'J.K. Kuberalakshmi', '', 'FALSE', '203.223.190.114', '2017-07-10 19:33:28', '', '113984454639024657303', 0),
(519, 'dolly@italy-mail.com', '812bd912762c5792b14514171064c269', 'JohnnyFat', '', 'FALSE', '178.159.37.105', '2017-07-10 19:36:09', 'web', '', 0),
(520, 'manuela.sidorskaya.91@mail.ru', 'a8f7f6c3364c19a4e040214e52a7aab7', 'Geraldplesk', '', 'FALSE', '91.221.67.89', '2017-07-10 22:22:20', 'web', '', 0),
(521, 'eco-les09@bigmir.net', 'd8de615940860f2fef0f3a7c8b7448cf', 'StaslViot', '', 'FALSE', '81.162.224.132', '2017-07-11 00:55:05', 'web', '', 0),
(522, 'maxi.mgol.ya.k.ov.skiy.jr@gmail.com\r\n', '1fdab3da1ae5cbba0bdfb858241991c9', 'pymnutterry', '', 'FALSE', '176.102.34.162', '2017-07-11 14:39:34', 'web', '', 0),
(523, 'singhyashwardhan93@gmail.com', '', 'Yashwardhan Singh', '', 'FALSE', '124.40.246.84', '2017-07-11 21:57:38', '', '118238600085867621033', 0),
(524, 'papamaman75010@gmail.com', '47ba8e5de2e5080f07ca7c2396816e8e', 'SheriEnarm', '', 'FALSE', '90.23.173.70', '2017-07-12 09:56:40', 'web', '', 0),
(525, 'abhijitmandalud@gmail.com', '', 'Abhijit Mandal', '', 'FALSE', '47.11.7.143', '2017-07-13 05:28:29', 'facebook', '1033040520132388', 0),
(526, 'lugtesubtdi1966@umaill.eu', '8b4bf2ca8147517a36c9f06330d3df35', 'Larrynut', '', 'FALSE', '212.86.115.69', '2017-07-13 05:46:30', 'web', '', 0),
(527, 'karikalan2627@gmail.com', '50b9b559fa379e6e325d76fdb952e297', 'NAGALINGAM.G', '', 'FALSE', '157.50.12.202', '2017-07-13 13:00:56', 'web', '', 0),
(528, 'radomira@2listen.ru', 'c7db569917631dafc79ac3d1aebf39c9', 'Brokersapord', '', 'FALSE', '37.115.221.232', '2017-07-13 16:03:04', 'web', '', 0),
(529, 'lilianayf3@sydni.aaliyah.washington-pop3.top', 'c0411ee06389423b814a209fab2c1b59', 'beverleybu4', '', 'FALSE', '78.109.23.1', '2017-07-14 19:01:05', 'web', '', 0),
(530, 'keithtab@mail.ru', '90a89b126cd3a42e70ba8a6043b7fdc1', 'Keithnup', '', 'FALSE', '95.139.23.218', '2017-07-14 20:47:01', 'web', '', 0),
(531, 'lasunabuy@gmail.com', 'd0e26622d1a3d5ead1d2dea96397b8d7', 'OrlandoGot', '', 'FALSE', '93.84.61.52', '2017-07-15 00:46:05', 'web', '', 0),
(532, 'stepanvlakshin@mail.ru', '3f47d424c35b969e8a70e8df40a301d8', 'StepanHak', '', 'FALSE', '169.50.62.89', '2017-07-15 06:28:19', 'web', '', 0),
(533, '4@hochusvalit.ru', '620ae30580d937f1bc3b21d2787d3bff', 'Sheeskpheweno', '', 'FALSE', '45.55.73.31', '2017-07-16 15:15:08', 'web', '', 0),
(534, 'filtterba24@gmail.com', '1d831823b2eba3d1a59fedd072d841c5', 'Dandfgrwen', '', 'FALSE', '31.184.236.48', '2017-07-16 17:10:34', 'web', '', 0),
(535, 'rramkhanna@gmail.com', '5961308c47f49f2165661819d43dcce4', 'V RAMKHANNA', '', 'FALSE', '117.209.255.169', '2017-07-16 18:57:39', 'web', '', 0),
(536, 'kbwq60484@first.baburn.com', '824fa7ffb3c5df1d1175e4a80e1ad599', 'Curtiser', '', 'FALSE', '195.22.126.21', '2017-07-17 11:02:55', 'web', '', 0),
(537, 'pbuc98952@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', 'FALSE', '195.22.126.38', '2017-07-17 17:56:36', 'web', '', 0),
(538, 'marthacem@mail.ru', '22818dc8d6fdd3b8ce1b0bdb1308d780', 'MarthaGaF', '', 'FALSE', '93.170.187.48', '2017-07-18 03:20:55', 'web', '', 0),
(539, 'ogok35177@first.baburn.com', '0abb844db5a0cd6e622400d00244a9aa', 'ThomasNaf', '', 'FALSE', '195.22.126.37', '2017-07-18 09:37:58', 'web', '', 0),
(540, 'ÐºÑƒÐ¿Ð¸Ñ‚ÑŒ Ð²Ð¸Ð°Ð³Ñ€Ñƒ Ð² Ð¼Ð¾ÑÐºÐ²Ðµ Ñ Ð´Ð¾ÑÑ‚Ð°Ð²ÐºÐ¾Ð¹@outlook.com', '97aa58239623834905cc5eed4c57f1a7', 'ÐºÑƒÐ¿Ð¸Ñ‚ÑŒ Ð²Ð¸Ð°Ð³Ñ€Ñƒ Ð¿Ð¾ÑˆÑ‚ÑƒÑ‡Ð½Ð¾ Ð²Ð¾Ð»Ð³Ð¾Ð³Ñ€Ð°Ð´', '', 'FALSE', '93.77.116.98', '2017-07-19 00:25:16', 'web', '', 0),
(541, 'notGof@artemmel.info', 'e636f1e006fd64e809a199bbd24d8e31', 'johhnyFew', '', 'FALSE', '178.159.37.111', '2017-07-19 18:50:44', 'web', '', 0),
(542, 'bvaz8462@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', 'FALSE', '195.22.126.37', '2017-07-19 22:47:51', 'web', '', 0),
(543, 'jiban84@yahoo.co.in', '9748342e75e9f601f12de9b3b9cdd147', 'Jiban kumar pattanayak ', '', 'FALSE', '47.11.205.134', '2017-07-20 22:13:06', 'web', '', 0),
(544, 'qpid@1.zzuma.ru\r\n', 'da437d317767f80671a33ef974c99d27', 'Robclimb', '', 'FALSE', '37.147.108.24', '2017-07-20 22:54:42', 'web', '', 0),
(545, 'alexkondrin@yandex.ru', '01ec1c0585421f8ccd76182cdf133212', 'Muz_DJ', '', 'FALSE', '46.39.53.196', '2017-07-21 12:18:00', 'web', '', 0),
(546, 'zqfe4008@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', 'FALSE', '195.22.126.27', '2017-07-21 13:09:07', 'web', '', 0),
(547, 'priyanka.kajla@gmail.com', '', 'PRIYANKA KAJLA', '', 'FALSE', '14.139.239.74', '2017-07-21 15:01:43', '', '112222924306197438590', 0),
(548, 'freddietaxxkp@mail.ru', 'd755b411f77764f5f1381be9f5b1aaf4', 'DavidGuads', '', 'FALSE', '77.50.76.14', '2017-07-22 02:34:01', 'web', '', 0),
(549, 'mollytb4@penelopedestiny.pop3boston.top', 'c0411ee06389423b814a209fab2c1b59', 'christiedq1', '', 'FALSE', '216.176.186.131', '2017-07-22 19:50:53', 'web', '', 0),
(550, 'pavananandmr@gmail.com', '3616e61206065869ed6dfaa864e6ccff', 'Pavan Anand M R', '', 'FALSE', '122.171.189.180', '2017-07-22 20:37:22', 'web', '', 0),
(551, 'fermer.eco@yandex.ru', '141655795b09c7a7ab53c69996babd5a', 'EcoFermer', '', 'FALSE', '46.39.230.108', '2017-07-24 12:29:57', 'web', '', 0),
(552, 'osme.nt.qy.ug.oh.122.0@gmail.com\r\n', 'fa926475cd3a0dd96ec1dd20e03e119d', 'Atfucova', '', 'FALSE', '188.186.80.144', '2017-07-24 16:26:27', 'web', '', 0),
(553, '8@nisabt.pw', 'fac62fb350aa8e23022dd14f580db394', 'CacadGuire', '', 'FALSE', '46.118.119.191', '2017-07-24 17:30:54', 'web', '', 0),
(554, 'kxgw26202@rng.marvsz.com', '42da92421bd367d7f1767c3d0dc62298', 'Merlinper', '', 'FALSE', '195.22.126.33', '2017-07-25 03:28:35', 'web', '', 0),
(555, 'phani.deepak@gmail.com', '', 'Dheepak Chundru', '', 'FALSE', '121.58.175.227', '2017-07-26 12:05:40', '', '116912307363446024391', 0),
(556, 'jaykalathiya05@gmail.com', '', 'Jay Kalathiya', '', 'FALSE', '137.59.64.106', '2017-07-26 17:32:45', 'facebook', '1482893085101162', 0),
(557, 'sherolynmatelski778@gmail.com', 'b58d5e6d8ab9c930a939d2d8efe587cf', 'SamuelThola', '', 'FALSE', '80.249.84.241', '2017-07-27 14:43:33', 'web', '', 0),
(558, 'brya4354itp@mail.ru', '3c58a35780fc411a4bb5b2e48c3a5dfe', 'Lubosroyah', '', 'FALSE', '178.159.37.15', '2017-07-27 21:47:23', 'web', '', 0),
(559, 'thommew1000@gmail.com', '4b68ce6e74fcd9fab66d5436d7ceb4f4', 'ThomFub', '', 'FALSE', '188.239.32.94', '2017-07-27 23:14:14', 'web', '', 0),
(560, 'deneen@jaggernautemail.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2017-07-28 01:05:14', 'web', '', 0),
(561, 'komovavera356@gmail.com', 'd224cf14f7daf8dddddf74b7eebc702f', 'Shellyvor', '', 'FALSE', '46.42.43.156', '2017-07-28 04:05:41', 'web', '', 0),
(562, 'lubomirsustala@sgdfhghtj5.schule ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2017-07-28 09:59:22', 'web', '', 0),
(563, 'connielr2@avery.regina.miami-mail.top', 'c0411ee06389423b814a209fab2c1b59', 'deannewq3', '', 'FALSE', '51.15.8.198', '2017-07-28 15:57:30', 'web', '', 0),
(564, 'edjechols@emailme.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2017-07-28 17:34:09', 'web', '', 0),
(565, 'ayanna@freeserver.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2017-07-28 18:30:33', 'web', '', 0),
(566, 'monermanush.rid@gmail.com', '3167e66574ffabbeb4438d3bc3f26aa1', 'RIDDHI CHAKRABORTY', '', 'FALSE', '47.11.11.166', '2017-07-28 20:55:56', 'web', '', 0),
(567, 'ddonati@msmail.win ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2017-07-28 21:13:03', 'web', '', 0),
(568, 'albertfermap@mail.ru', '59488b7d514c543122d67fc21db76a86', 'Albertleank', '', 'FALSE', '77.79.131.100', '2017-07-29 03:51:12', 'web', '', 0),
(569, 'kevsmyway@free-mail.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2017-07-29 04:39:25', 'web', '', 0),
(570, 'sandeepadvmbd@gmail.com', '', 'Sandeep Kumar Jaat', '', 'FALSE', '112.110.19.178', '2017-07-29 13:45:10', 'facebook', '1962239810683533', 0),
(571, 'helenbotk@mail.ru', 'b97101b3a2029a8bdd13c85c18ee10ce', 'Helengrimi', '', 'FALSE', '93.170.187.48', '2017-07-29 18:38:44', 'web', '', 0),
(572, 'barminxpavel@mail.ru', '3f47d424c35b969e8a70e8df40a301d8', 'PavellHak', '', 'FALSE', '196.54.55.33', '2017-07-30 01:30:50', 'web', '', 0),
(573, 'mail@fidiprest.com', 'ee650e86590613313c73533e1603afa1', 'LIzaNeulk', '', 'FALSE', '178.159.37.131', '2017-07-31 14:10:26', 'web', '', 0),
(574, 'endersjhj@hotmail.com', '4c2825493a96fa25b4ca531f614d5268', 'BREASEREIMI', '', 'FALSE', '112.111.190.17', '2017-07-31 14:21:14', 'web', '', 0),
(575, 'gauravpotnis@gmail.com', '79d76db88cc9aa2cb2d56a16bbce9691', 'Gaurav Potnis', '', 'FALSE', '49.45.133.233', '2017-08-01 19:58:23', 'web', '', 0),
(576, 'patricewc20@katarina.maya.istanbul-imap.top', 'c0411ee06389423b814a209fab2c1b59', 'sonjaib2', '', 'FALSE', '192.160.102.169', '2017-08-02 02:26:19', 'web', '', 0),
(577, 'anikita98@gmail.com', '1908841db9319cffd5997e347769034f', 'Nikita Agarwal', '', 'FALSE', '183.83.94.90', '2017-08-02 07:32:44', 'web', '', 0),
(578, 'o.slanrug.hn.ev.20.14.3.319@gmail.com', '30b5ae152ad626c012d8546a2ab3b6f6', 'ritahek', '', 'FALSE', '46.119.63.158', '2017-08-03 02:37:10', 'web', '', 0),
(579, 'noellav@freemails.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2017-08-04 17:40:14', 'web', '', 0),
(580, 'janetrw2@taryndevyn.tokyo-mail1.top', 'c0411ee06389423b814a209fab2c1b59', 'stephanienw4', '', 'FALSE', '185.170.41.8', '2017-08-05 01:45:28', 'web', '', 0),
(581, 'rtreter@umail4less.men ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', 'FALSE', '46.161.9.51', '2017-08-05 03:20:54', 'web', '', 0),
(582, 'thomasalalk@mail.ru', 'd5f58af690d7f6abb8366102ffe4d3e7', 'ThomasBinue', '', 'FALSE', '95.143.192.191', '2017-08-05 12:00:02', 'web', '', 0),
(583, 'palle@sgdfhghtj5.world ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', 'FALSE', '46.161.9.51', '2017-08-05 15:27:06', 'web', '', 0),
(584, 'z10167@mail.ru', 'e1aadfe9d2b4a37f69648f26b63530a1', 'Issacboono', '', 'FALSE', '188.163.109.0', '2017-08-06 02:45:22', 'web', '', 0),
(585, 'ellenib2@nyahraegan.miami-mail.top', 'c0411ee06389423b814a209fab2c1b59', 'cathrynnt60', '', 'FALSE', '51.15.8.198', '2017-08-07 00:38:37', 'web', '', 0),
(586, 'lo.la.1.2.3.@typo3.gmailrasta.net', '71e08b59c420d8db4f53a46c8e2780b6', 'LolaMok', '', 'FALSE', '37.115.184.31', '2017-08-07 23:14:02', 'web', '', 0),
(587, 'perepiva93@gmail.com', '91375aa57381cebf77062438d04a6fb3', 'Jennyadulk', '', 'FALSE', '178.159.37.61', '2017-08-08 01:03:15', 'web', '', 0),
(588, 'abhijeetdixit@hotmail.com', '', 'Abhijeet Dixit', '', 'FALSE', '49.35.15.176', '2017-08-08 08:12:43', 'facebook', '1567582323291890', 0),
(589, 'diagnosticsadvance@gmail.com', '', 'advance diagnostics', '', 'FALSE', '112.196.131.119', '2017-08-08 22:41:05', '', '116323179336722989011', 0),
(590, 'carlosemipt@mail.ru', '8ee653bf93584461bb4da8c3a5857c1c', 'CarlosUsamb', '', 'FALSE', '49.228.248.234', '2017-08-10 09:54:00', 'web', '', 0),
(591, 'zwmuasbhcs@yandex.Ñom', 'ea629863f52ff6f7cf7fead954ddc0ae', 'Jaonrip', '', 'FALSE', '178.159.37.111', '2017-08-10 17:50:13', 'web', '', 0),
(592, 'sabrinaux11@josephine.raven.newyorkmetro5.top', 'c0411ee06389423b814a209fab2c1b59', 'marafg69', '', 'FALSE', '185.107.81.233', '2017-08-11 00:10:35', 'web', '', 0),
(593, 'admin@saint-philip.com', '5e8ded9a576da0e88b4101931bad0788', 'JamesPoush', '', 'FALSE', '87.244.174.243', '2017-08-11 19:08:39', 'web', '', 0),
(594, 'marsonir@gmail.com', '20a8e527c1585dd2a0b0cf674426a326', 'JohnFeX', '', 'FALSE', '46.42.29.195', '2017-08-12 12:38:31', 'web', '', 0),
(595, 'deepachackoadv@gmail.com', '99e89de7cd8baad7fe0b007d0766c3e3', 'Deepa Chacko', '', 'FALSE', '103.68.28.60', '2017-08-12 17:38:31', 'web', '', 0),
(596, 'el.enka.rjn.jnjwa4596@gmail.com', 'ab24052168a8a7fc5afada471f67d1ed', 'PhilipVar', '', 'FALSE', '178.159.37.61', '2017-08-13 04:18:29', 'web', '', 0),
(597, 'consultantseo@contacterpro.com', 'a8c7637f73e8ec7eb34bb2f96117e43b', 'Consultant SEO', '', 'FALSE', '212.83.184.216', '2017-08-13 08:32:09', 'web', '', 0),
(598, 'brandssolution89@gmail.com', 'b228ae7c04f4365acb2b772234011568', 'bsolution', '', 'FALSE', '146.185.223.71', '2017-08-13 22:21:47', 'web', '', 0),
(599, 'cvbnfgnjfd@mail.ru', '757d8e6499f7aedaa5425e941f135968', 'Jerryzerly', '', 'FALSE', '188.92.75.244', '2017-08-14 00:37:49', 'web', '', 0),
(600, 'nnp627561@bigmir.net', '49e03e4475cb5616f2b3275b484b218e', 'DilViot', '', 'FALSE', '81.162.224.132', '2017-08-15 22:46:45', 'web', '', 0),
(601, 'mnyz82159@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', 'FALSE', '195.22.126.25', '2017-08-16 13:27:09', 'web', '', 0),
(602, 'maryadet@mail.ru', 'a2e73e0deae51b5d0ffa23b865aa5d2f', 'Maryaaveks', '', 'FALSE', '93.170.187.48', '2017-08-17 08:58:18', 'web', '', 0),
(603, 'w.gana.o.380.1.@gmail.com', 'b2d477284f7dff8de082944ef646c4a5', 'kioesRip', '', 'FALSE', '195.154.211.207', '2017-08-17 12:27:04', 'web', '', 0),
(604, 'mitrofanurban@2gj.ru', 'c5b4c0473d19fd12b6a9b0b4ce7aa090', 'Desatum', '', 'FALSE', '88.80.55.223', '2017-08-17 19:57:28', 'web', '', 0),
(605, 'roml48512@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', 'FALSE', '195.22.126.23', '2017-08-18 00:08:05', 'web', '', 0),
(606, 'dprt69521@first.baburn.com', '8b658d9c79b86fc6abc9e9d5d3227058', 'PatrickPon', '', 'FALSE', '195.22.126.27', '2017-08-18 07:11:41', 'web', '', 0),
(607, 'bqxs33357@first.baburn.com', 'fe05aef1f34e9e0e36b6e3a8b3eacca4', 'Chrisfut', '', 'FALSE', '195.22.126.21', '2017-08-18 11:35:01', 'web', '', 0),
(608, 'glyctimanri1970@plusgmail.ru', '4328223c301505d890dd3b66b026bae5', 'SeoPorie', '', 'FALSE', '93.120.249.240', '2017-08-18 15:14:16', 'web', '', 0),
(609, 'quonahquee@bestmailonline.com', '68856c90365e35e3e8df64cc4e9c3345', 'APeeninput', '', 'FALSE', '178.137.83.166', '2017-08-18 21:26:01', 'web', '', 0),
(610, 'alemwapang.imsong@gmail.com', '89591447a8024198521ace8e181408ef', 'Alemwapang Ao', '', 'FALSE', '223.27.121.230', '2017-08-19 01:18:22', 'web', '', 0),
(611, 'bickag@free-server.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2017-08-20 05:25:27', 'web', '', 0),
(612, 'fitness.gym@bigmir.net', 'd8de615940860f2fef0f3a7c8b7448cf', 'DenlViot', '', 'FALSE', '79.110.130.24', '2017-08-20 10:45:33', 'web', '', 0),
(613, 'vebybevy@opno.life', '5d3dae0a8fe227e53f1a035e87f4de5c', 'vebybevy', '', 'FALSE', '185.36.102.114', '2017-08-20 20:48:33', 'web', '', 0),
(614, 'mallyptm@hotmail.com', 'eb1b019326e7a6c4bf38874f3a89b098', 'BREASEREIMI', '', 'FALSE', '112.111.191.43', '2017-08-21 16:04:17', 'web', '', 0),
(615, 'wanshidadjo@gmail.com', '54d65dc93cf22d3c9a9f68dfe3583b29', 'Kenhax', '', 'FALSE', '188.239.32.94', '2017-08-22 15:12:40', 'web', '', 0),
(616, 'jdac93807@first.baburn.com', 'fbb2de7da78ca33a55e8e7ca9949fed6', 'KennethEMoni', '', 'FALSE', '195.22.126.26', '2017-08-23 09:03:28', 'web', '', 0),
(617, 'abhijitkar2008@rediffmail.com', '140170bdde581d2ab8f61221d49e327f', 'Abhijit Kar', '', 'FALSE', '47.29.241.198', '2017-08-23 10:05:08', 'web', '', 64561503463015),
(618, 'agastyshelat93@gmail.com', '', 'Agastya Shelat', '', 'FALSE', '106.202.227.100', '2017-08-23 19:33:19', 'facebook', '1070375196399370', 0),
(619, 'p.u.pkins.v.an.i.a@gmail.com', '15220e71d7e6c8417c248250be3affdf', 'purchaseadobepremiere', '', 'FALSE', '146.185.223.125', '2017-08-24 14:28:42', 'web', '', 0),
(620, 'hacjon@emailme.win ', 'f955a5a35657d0375d8d2728d26d90f8', 'Brettjes', '', 'FALSE', '46.161.9.20', '2017-08-24 15:27:50', 'web', '', 0),
(621, 'kovaliev1967@gmail.com', 'f1fb7c6988cd7d9ce9874a9c8ffa3a86', 'kovaliev.m-1967', '', 'FALSE', '93.72.59.193', '2017-08-24 17:29:56', 'web', '', 0),
(622, 'kathiweisbecker@snipemail4u.men ', 'f955a5a35657d0375d8d2728d26d90f8', 'Brettjes', '', 'FALSE', '46.161.9.20', '2017-08-25 03:35:37', 'web', '', 0),
(623, 'jamesrap@mail.ru', '435ce84427b8f56c94c7888e1945213e', 'Jamesvew', '', 'FALSE', '93.170.187.48', '2017-08-25 17:32:26', 'web', '', 0),
(624, 'ianval@azzah.ru', 'db78e8d33f72cc7007cdcc02575fa8c6', 'ArhipU', '', 'FALSE', '95.81.252.118', '2017-08-25 20:31:10', 'web', '', 0),
(625, 'manish29nov@gmail.com', 'b555040ba4e4b3cda0fe712e0c3238fd', 'MANISH SINGH', '', 'FALSE', '183.87.142.194', '2017-08-25 22:57:02', 'web', '', 0),
(626, 'natashatreni@mail.ru', '28e1f2930ad19812da0a0bb325a16404', 'NatashaRague', '', 'FALSE', '37.20.130.184', '2017-08-26 08:55:36', 'web', '', 0),
(627, 'qgvxyjwmiq@mailermails.info', 'fc07b1a723d44b01ef4630a6f55c8828', 'nxkxinAlurn', '', 'FALSE', '46.161.9.3', '2017-08-26 19:44:36', 'web', '', 0),
(628, 'alexkondrin@yandex.by', '01ec1c0585421f8ccd76182cdf133212', 'Muz_DUOby', '', 'FALSE', '77.41.66.238', '2017-08-27 07:07:18', 'web', '', 0),
(629, 'ureopujsyhda@yandex.com', 'd9c6c6c20b8c7b36332eef02cade1002', 'Simonarraw', '', 'FALSE', '134.249.141.24', '2017-08-27 18:34:01', 'web', '', 0),
(630, 'julieJar@essay-top.biz', '6a35187ed9229b0d37db2129302f9d15', 'JulieBuh', '', 'FALSE', '151.249.164.95', '2017-08-29 11:19:04', 'web', '', 0),
(631, 'Pratyakshdutta02@gmail.com', 'f78bd80d481fdb848919a8e605dd862e', 'Pratyaksh', '', 'FALSE', '169.149.44.217', '2017-08-29 17:29:42', 'web', '', 0),
(632, 'lenorecm4@reina.rhiannon.newyorkmetro5.top', 'c0411ee06389423b814a209fab2c1b59', 'kerrixm11', '', 'FALSE', '151.80.238.152', '2017-08-30 16:20:03', 'web', '', 0),
(633, 'hkumar17021982@gmail.com', 'f1fdc864d1bd82c7b8e4e1b4a3681528', 'Himanshu Kulshreshtha ', '', 'FALSE', '139.167.4.48', '2017-08-30 16:33:57', 'web', '', 0),
(634, 'marcusvb3@jewelalyson.pop3boston.top', 'c0411ee06389423b814a209fab2c1b59', 'lynnegy69', '', 'FALSE', '217.182.74.253', '2017-08-31 03:00:45', 'web', '', 0),
(635, 'efronfil777@gmail.com', '893c85d27fa5f35141f7802f2d04bf02', 'NormanGauCh', '', 'FALSE', '213.111.213.2', '2017-08-31 08:21:13', 'web', '', 0),
(636, 'serverftp2017@mail.ru', '50a771b04f6427a5007bed0f77575f8a', 'Virgilkathe', '', 'FALSE', '77.243.183.90', '2017-08-31 08:30:34', 'web', '', 0),
(637, 'mtnehzmgbf@mailmefast.info', 'fc07b1a723d44b01ef4630a6f55c8828', 'nfllexAlurn', '', 'FALSE', '46.161.9.3', '2017-09-01 02:53:24', 'web', '', 0),
(638, 'ebjf13751@first.baburn.com', 'cd5fe5bfee303ea0ef7c2f7d2fc53e80', 'GreggFED', '', 'FALSE', '195.22.126.22', '2017-09-01 03:02:15', 'web', '', 0),
(639, 'rajansunil@yahoo.co.uk', '4a1b5d31d168d035364c117496cb9712', 'Rajan K', '', 'FALSE', '27.62.69.234', '2017-09-01 13:18:30', 'web', '', 0),
(640, 'sanjib_deb@rediffmail.com', 'f501a8928398ff5210fd486a248e1a52', 'Sanjib Kumar Deb', '', 'FALSE', '14.139.110.226', '2017-09-01 14:07:42', 'web', '', 0),
(641, 'tplqy8@1syn.info', 'df44169134a4980015e3dfbece5b54a6', 'Kurahync', '', 'FALSE', '195.184.208.7', '2017-09-02 11:32:12', 'web', '', 0),
(642, 'vinayak.maharishi18@gmail.com', '', 'Vinayak Maharishi', '', 'FALSE', '49.34.76.201', '2017-09-02 20:17:27', '', '104512133638851284598', 0),
(643, 'guptaamit64@yahoo.co.in', '2657adfe11a3f193875b286756430d7b', 'AMIT GUPTA', '', 'FALSE', '106.201.117.247', '2017-09-03 00:43:38', 'web', '', 0),
(644, 'stevenhammerdk@gmail.com', '5200952b0ae8e0f002e3f1fb14ba81b3', 'SantosEdgew', '', 'FALSE', '185.45.13.157', '2017-09-03 14:07:29', 'web', '', 0),
(645, 'kim.bangalore@gmail.com', '', 'joachim saldanha', '', 'FALSE', '123.201.189.172', '2017-09-03 23:46:43', '', '102362391964076926191', 0),
(646, 'roberttix@mail.ru', '0d5c02fa401ee569d04ba91229e8865b', 'Robertnib', '', 'FALSE', '178.73.196.203', '2017-09-04 13:28:00', 'web', '', 0),
(647, 'orwkfwaboq@mailstome.today', 'fc07b1a723d44b01ef4630a6f55c8828', 'ntysolAlurn', '', 'FALSE', '46.161.9.3', '2017-09-04 22:19:26', 'web', '', 0),
(648, 'lorrainekr5@katarina.maya.istanbul-imap.top', 'c0411ee06389423b814a209fab2c1b59', 'revaut3', '', 'FALSE', '137.74.169.241', '2017-09-05 00:18:01', 'web', '', 0),
(649, 'kdzq37536@first.baburn.com', '57894acad379ead93be679335f888ffe', 'DonaldguiLa', '', 'FALSE', '195.22.126.23', '2017-09-05 02:33:36', 'web', '', 0),
(650, 'swiq37517@first.baburn.com', 'b6cfad80919644b410cf6d59ebc4f606', 'Jamespax', '', 'FALSE', '195.22.126.27', '2017-09-05 22:35:44', 'web', '', 0),
(651, 'nancyfoers@mail.ru', '4d0eff804a415d8eec8e250761ad8f0e', 'Nancyglara', '', 'FALSE', '93.170.187.48', '2017-09-05 23:17:07', 'web', '', 0),
(652, 'oleromanovv@gmail.com', '9f917bdad8e80a8f57f2abb680021cdd', 'Viktordob', '', 'FALSE', '213.21.30.95', '2017-09-06 18:29:37', 'web', '', 0),
(653, 'ceciliamulty@essay-top.biz', '6afb5534068e1b86985a1dc9a89468cd', 'Cecilianaf', '', 'FALSE', '151.249.164.95', '2017-09-07 01:32:53', 'web', '', 0),
(654, 'mixru.com@mail.ru', '7d7bc47aac360e6e7a60c68f4e04054c', 'Ashliegyday', '', 'FALSE', '2.93.180.135', '2017-09-07 14:58:56', 'web', '', 0),
(655, 'leonida.neelova@mail.ru', '8ac2cd963dc11769778c1de608d0d4cb', 'Jerryjerma', '', 'FALSE', '178.255.40.226', '2017-09-07 18:11:02', 'web', '', 0),
(656, 'rimsky@mudachist.net', '8770e010a5a5e0e7c34a8ab71ef0d4b5', 'GaangsBaw', '', 'FALSE', '5.44.168.207', '2017-09-08 03:39:05', 'web', '', 0),
(657, 'vinothraj.m22@gmail.com', '', 'Vinoth Raj', '', 'FALSE', '117.193.150.57', '2017-09-08 08:03:02', '', '103269182413118668976', 0),
(658, 'fuijt@220w.net', 'f0344da81f2f47bd11ddf8fb8ed6bc6b', 'BomoClase', '', 'FALSE', '195.184.208.7', '2017-09-08 08:26:38', 'web', '', 0),
(659, 'northwinddk@gmail.com', '60ab84712d926edc019adfe52e9d2b44', 'Stevevox', '', 'FALSE', '94.242.252.40', '2017-09-09 21:32:44', 'web', '', 0),
(660, 'barbaranum@mail.ru', 'aca87849a3b1d4d55a5abd1f812d022b', 'BarbaraKen', '', 'FALSE', '93.170.187.48', '2017-09-11 00:51:50', 'web', '', 0),
(661, 'hookparty32@yandex.ru', '6b9d19a93c26fab1744291b7ab319526', 'Stoofe', '', 'FALSE', '5.62.47.14', '2017-09-11 05:23:11', 'web', '', 0),
(662, 'ccfp46192@first.baburn.com', 'a2e3dcb43e4189ea21196dc86d7b4db7', 'PhillipDen', '', 'FALSE', '195.22.126.21', '2017-09-11 09:49:13', 'web', '', 0),
(663, 'anuppattnaik.757@gmail.com', '', 'Anup Pattnaik', '', 'FALSE', '47.11.204.233', '2017-09-11 12:52:57', '', '113032756047562837065', 0),
(664, 'dsinghcool012@gmail.com', '', 'Dev Singh', '', 'FALSE', '47.8.10.6', '2017-09-11 22:21:50', '', '105089291494023606565', 0),
(665, 'manleenkaur_5@hotmail.com', 'd81f5a7be6cddd805c904356ecd510c9', 'MANLEEN KAUR', '', 'FALSE', '106.215.208.92', '2017-09-11 22:24:34', 'web', '', 0),
(666, 'shayana.naga@gmail.com', '', 'Nagashayana Srinivasaiah', '', 'FALSE', '171.79.5.21', '2017-09-12 03:08:10', '', '111812365194411987635', 0),
(667, 'ar.sanjaysaxena@gmail.com', 'e19d5cd5af0378da05f63f891c7467af', 'Sanjay Saxena', '', 'FALSE', '117.215.235.30', '2017-09-12 10:36:26', 'web', '', 0),
(668, 'mail2srishtisingh@gmail.com', '', 'Srishti Singh', '', 'FALSE', '157.119.215.233', '2017-09-12 12:36:33', 'facebook', '1678517825500081', 0),
(669, 'rvty4399@first.baburn.com', 'bafbfa9d3334370b424bb6a338cbc0af', 'DavidEduby', '', 'FALSE', '195.22.126.25', '2017-09-13 01:50:37', 'web', '', 0),
(670, 'wesl.huston@yandex.ru', '28b43ece68a18193be46bd9bb8bb9fc4', 'Wesleysheed', '', 'FALSE', '31.47.117.30', '2017-09-13 05:04:35', 'web', '', 0),
(671, 'ba.g.s.@a.bestsky.info', '207247adfc196e55926bc92c8710201b', 'JustinBroag', '', 'FALSE', '37.115.124.229', '2017-09-13 11:39:00', 'web', '', 0),
(672, 'herry342342cakip@mail.ru', '381dbc81ad4abe0863c891005934682c', 'Sherryjab', '', 'FALSE', '194.67.215.191', '2017-09-14 04:39:09', 'web', '', 0),
(673, 'vgoshevastasem3h99@gmail.com', '48119e199c805d1cf2c42c1ec672705d', 'ThomasWek', '', 'FALSE', '37.115.215.125', '2017-09-14 04:52:11', 'web', '', 0),
(674, 'alexander.bradsh@gmail.com', 'f491cd7a6a5790cea4748c8eee1053fb', 'AlexanderBKl', '', 'FALSE', '95.29.223.181', '2017-09-14 08:41:41', 'web', '', 0),
(675, 'ahmedfaraz26@gmail.com', '', 'Ahmed Faraz', '', 'FALSE', '182.68.98.10', '2017-09-14 14:44:00', '', '109149392741521129992', 0),
(676, 'ashu7890garg@gmail.com', 'f072c42ad2acf46e85f8955ce49c9a3d', 'Aashish Garg', '', 'FALSE', '157.49.12.71', '2017-09-14 20:04:09', 'web', '', 0);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(677, 'andsokollow@gmail.com', 'ec42c91938454248492c37ceb39d59f8', 'AndreiPomia', '', 'FALSE', '213.21.30.95', '2017-09-14 21:08:52', 'web', '', 0),
(678, '5@hochusvalit.ru', '620ae30580d937f1bc3b21d2787d3bff', 'Inhitrene', '', 'FALSE', '159.203.68.20', '2017-09-15 03:21:35', 'web', '', 0),
(679, 'ldbq14128@first.baburn.com', 'fe05aef1f34e9e0e36b6e3a8b3eacca4', 'Chrisfut', '', 'FALSE', '195.22.126.21', '2017-09-16 00:02:01', 'web', '', 0),
(680, 'mwvp53351@first.baburn.com', '6b92c2cbad31975e510cfddd22b591b1', 'Gerardruisp', '', 'FALSE', '195.22.126.33', '2017-09-16 01:52:21', 'web', '', 0),
(681, 'stevenper@mail.ru', '9a55300b8b0d114d2ca436e2fb2f2284', 'StevenFah', '', 'FALSE', '193.107.3.211', '2017-09-16 02:48:36', 'web', '', 0),
(682, 'julianpr3@mikaylaella.pop3boston.top', 'c0411ee06389423b814a209fab2c1b59', 'sherrins18', '', 'FALSE', '163.172.101.137', '2017-09-16 09:10:23', 'web', '', 0),
(683, 'ti.n.ed.ol.@artquery.info', '4a5c962b56aabcfb236872b07f4e01cc', 'Larrymaige', '', 'FALSE', '75.75.232.3', '2017-09-17 03:46:20', 'web', '', 0),
(684, 'stopspams@bigmir.net', 'e4fcc8a4f319941e83293ae67f4cabc1', 'Rqomasroazy', '', 'FALSE', '95.211.212.137', '2017-09-17 17:19:52', 'web', '', 0),
(685, '4uamanarya@gmail.com', '778a24f94a41ea8ff2be57cecbb3fea1', 'Aman Arya', '', 'FALSE', '47.8.10.171', '2017-09-17 20:59:00', 'web', '', 0),
(686, 't.i.n.ed.o.l.@artquery.info', '4a5c962b56aabcfb236872b07f4e01cc', 'Larrymaige', '', 'FALSE', '75.75.232.56', '2017-09-18 02:43:54', 'web', '', 0),
(687, 'morozovakristina897@gmail.com', '3abb281cd5ee313d92490335843ca555', 'Kristinalhunty', '', 'FALSE', '109.188.124.140', '2017-09-18 07:57:17', 'web', '', 0),
(688, 'alexsofteu@gmail.com', 'd3322462dd06ccdcc6c3d2e1bc11d795', 'Aarongip', '', 'FALSE', '84.43.255.45', '2017-09-18 19:14:29', 'web', '', 0),
(689, 'nicolaseo@contacterpro.com', '21a475deb44593e5f24f2c95e910d1c9', 'Nicolaseo', '', 'FALSE', '212.83.145.238', '2017-09-19 02:36:46', 'web', '', 0),
(690, 'zap.noskov@yandex.com', '2b38691df5b3bbb1c1ecacc0d9bd1735', 'Bonnieclelo', '', 'FALSE', '46.167.120.100', '2017-09-19 04:46:06', 'web', '', 0),
(691, 'sish@ammfoundation.org', 'c6fe3b62d272220c768fbad4ba2aa44e', 'Dr R Rajamahendran', '', 'FALSE', '103.88.77.40', '2017-09-19 16:13:14', 'web', '', 0),
(692, 'o.s.m.e.ntqy.ug.oh1220@gmail.com\r\n', 'fa926475cd3a0dd96ec1dd20e03e119d', 'TobEnfonnarcef', '', 'FALSE', '5.3.190.4', '2017-09-19 20:09:27', 'web', '', 0),
(693, 'arnab.ghosh@visva-bharati.ac.in', '', 'Arnab Ghosh', '', 'FALSE', '59.94.25.125', '2017-09-20 18:15:15', '', '107642805758675049926', 0),
(694, 'anastasiyasli.vova@gmail.com', '58f2c2c6ba686482c65d16e5e57c3c83', 'DavidLon', '', 'FALSE', '188.233.142.194', '2017-09-21 04:15:43', 'web', '', 0),
(695, 'elektromagda@imail.co.pl', '130ad37d7262b2a0558ef414c2f8ec5e', 'MagdaDEguews', '', 'FALSE', '155.133.64.104', '2017-09-21 08:31:03', 'web', '', 0),
(696, 'revlo.b@yandex.com', '3c8c9822b033508151a1620626c448b2', 'Patrickimpum', '', 'FALSE', '109.201.194.181', '2017-09-22 01:29:12', 'web', '', 0),
(697, 'pyzuhbq@bazavashdom.info', '7fd7a9209b7a43404da3373aaaa04449', 'DennisRuiRm', '', 'FALSE', '212.92.106.156', '2017-09-22 06:35:06', 'web', '', 0),
(698, 't.in.e.do.l@artquery.info', '4a5c962b56aabcfb236872b07f4e01cc', 'Larrymaige', '', 'FALSE', '82.79.113.142', '2017-09-23 04:44:02', 'web', '', 0),
(699, 'valvindersingh@gmail.com', 'd6e599946bac7151327f61a11e761b31', 'valvinder singh', '', 'FALSE', '117.201.85.106', '2017-09-23 13:51:14', '', '113662773248383678316', 0),
(700, 'dfzw31431@first.baburn.com', 'd76381befd19cafb56e9043bbd8b5a84', 'Jamespouri', '', 'FALSE', '156.67.106.102', '2017-09-23 18:25:53', 'web', '', 0),
(701, 'os.l.an.r.u.gh.n.ev201.4.3.31.9@gmail.com', '30b5ae152ad626c012d8546a2ab3b6f6', 'ritahek', '', 'FALSE', '93.188.39.147', '2017-09-24 01:30:55', 'web', '', 0),
(702, 'vivekpunjabi95@gmail.com', '366f8ebfc0adf163def845062b27d5df', 'Vivek Punjabi', '', 'FALSE', '59.88.66.49', '2017-09-24 19:28:06', 'web', '', 0),
(703, 'john.snow14@mail.com', '7e5b25fd33cc15979ecca62867f761b6', 'JoAlidaSnow', '', 'FALSE', '162.244.80.208', '2017-09-25 07:15:25', 'web', '', 0),
(704, 'benya.ispozito@yandex.com', '0bb37766153696b05069628e3f79fe09', 'LindatUh', '', 'FALSE', '31.47.115.21', '2017-09-25 12:23:39', 'web', '', 0),
(705, 'ggabrielass1@mail.ru', 'ff3168b47e6fa40cb5486835613a819b', 'SandraBoofe', '', 'FALSE', '212.124.2.184', '2017-09-25 15:53:30', 'web', '', 0),
(706, 'ucokrwtijywysbo@mail.ru', 'a5a8e1b970c346ef3bf931f6e30e7e6b', 'Shila', '', 'FALSE', '77.81.109.170', '2017-09-25 18:10:40', 'web', '', 0),
(707, 'natalierup@mail.ru', '0935bfb75400aacc37511c78719de2c2', 'Nataliedepay', '', 'FALSE', '93.170.187.48', '2017-09-26 00:19:24', 'web', '', 0),
(708, 'jeremygaifs@mail.ru', '0b779d59ab09d47d855131fcc3d56823', 'JeremyDrads', '', 'FALSE', '193.107.3.211', '2017-09-26 15:56:27', 'web', '', 0),
(709, 'bs@blacksega.com', 'db78e8d33f72cc7007cdcc02575fa8c6', 'AvutitteeSoatry', '', 'FALSE', '79.133.145.90', '2017-09-26 18:31:52', 'web', '', 0),
(710, 'petr-osipovim@mail.ru', 'd07eeeefdf8a08184c6eb1ef9558c393', 'petr-osipovbm', '', 'FALSE', '62.182.207.26', '2017-09-27 05:26:08', 'web', '', 0),
(711, 'shannask7@maggie.makenzie.chicagoimap.top', 'c0411ee06389423b814a209fab2c1b59', 'deannqn2', '', 'FALSE', '87.118.116.12', '2017-09-27 06:39:03', 'web', '', 0),
(712, 'alz2609@videois.ru', '63faeff047f86f90f8191ed4c0761996', 'Ð½ÑƒÐ¶Ð½Ð¾ ÑÐ´ÐµÐ»Ð°Ñ‚ÑŒ Ð¿Ñ€Ð¾Ð´Ð²Ð¸Ð¶ÐµÐ½Ð¸Ñ ÑÐ°Ð¹Ñ‚Ð°', '', 'FALSE', '93.77.116.98', '2017-09-27 17:14:58', 'web', '', 0),
(713, 'sksupy@gmail.com', '2b8d42a408d1831bd465fdc107fe5aef', 'Sakshi Upadhyay', '', 'FALSE', '113.193.63.162', '2017-09-27 20:20:06', 'web', '', 0),
(714, 'mattressp8@gmail.com', '880e7a2684ec6311fed556927496f761', 'AgustinTog', '', 'FALSE', '46.119.118.128', '2017-09-27 22:05:27', 'web', '', 0),
(715, 'kushalbooks@yahoo.co.in', '08fcbddc4f4161e56c660d4f1a2fbfa9', 'Girish Motwani', '', 'FALSE', '182.70.29.225', '2017-09-28 10:43:59', 'web', '', 0),
(716, 'shekharkuchekar@gmail.com', '39ce85c5ef7501c7d813c2631e4b1f4b', 'Shekhar Kuchekar', '', 'FALSE', '125.99.66.222', '2017-09-28 13:32:51', 'web', '', 0),
(717, 'fitness.gym1@bigmir.net', 'd8de615940860f2fef0f3a7c8b7448cf', 'TERenlMers', '', 'FALSE', '79.110.130.238', '2017-09-28 17:47:29', 'web', '', 0),
(718, 'jdifee@sacil.xyz', '329a5f51473bc93edb1a964b28c51146', 'Michael44', '', 'FALSE', '31.184.236.48', '2017-09-28 20:27:35', 'web', '', 0),
(719, 'ankol679@mail.ru', 'd5e93bc06cbfb117492e6a2ee2e5c5c0', 'aterr#52', '', 'FALSE', '46.72.46.55', '2017-09-28 23:48:29', 'web', '', 0),
(720, 'fitness.gym3@bigmir.net', 'd8de615940860f2fef0f3a7c8b7448cf', 'EverlViot', '', 'FALSE', '79.110.130.238', '2017-09-28 23:48:33', 'web', '', 0),
(721, 'fitness.gym2@bigmir.net', 'd8de615940860f2fef0f3a7c8b7448cf', 'KuaslViot', '', 'FALSE', '79.110.130.238', '2017-09-29 04:55:57', 'web', '', 0),
(722, 'sergeyhinuen@mail.ru', 'ed5642caccd8be7616c0e6f3ba8765a3', 'SergeyemisE', '', 'FALSE', '136.169.194.105', '2017-09-30 00:58:49', 'web', '', 0),
(723, 'abraam.duso@yandex.com', 'a6aa359f0eca85f4dc8409601b6c11f0', 'Walterrot', '', 'FALSE', '212.21.25.30', '2017-09-30 04:58:30', 'web', '', 0),
(724, 'trezvy-voditel-uslug2017@yandex.com', '7a78fdb8721cdb4e7b190610d8617642', 'RuslanElink', '', 'FALSE', '90.154.70.170', '2017-09-30 09:13:07', 'web', '', 0),
(725, 'c.h.ath.a.m.ena.loe1290@gmail.com\r\n', 'fa926475cd3a0dd96ec1dd20e03e119d', 'BrenilitueryDerwolla', '', 'FALSE', '188.186.73.80', '2017-09-30 16:44:42', 'web', '', 0),
(726, 'wesley@sgdfhghtj5.work ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', 'FALSE', '46.161.9.23', '2017-09-30 22:51:59', 'web', '', 0),
(727, 'dimapero@bigmir.net', 'ab3290097e865fa0c82909cb9c374ed4', 'NilaclViot', '', 'FALSE', '81.162.224.132', '2017-10-01 04:04:18', 'web', '', 0),
(728, 'anirbanroy765387ibg@gmail.com', '1b98c80225dc194ab9d971cf89a352a6', 'Anirban Roy', '', 'FALSE', '117.201.104.186', '2017-10-01 10:30:24', 'web', '', 0),
(729, 'nicky@sibelor.pw', 'e9aa03c44a90b14d43be94b4f5ba2e5e', 'NicholasS', '', 'FALSE', '37.110.4.106', '2017-10-02 05:21:23', 'web', '', 0),
(730, 'trendyika@netramed.com', 'c86761976ede24a9908bb4e3dae15c65', 'rebiolObses', '', 'FALSE', '185.43.251.185', '2017-10-02 17:30:50', 'web', '', 0),
(731, 'hnvm56037@first.baburn.com', '2aefc96abb4a741016b25e98e0d86f6b', 'FrankPemia', '', 'FALSE', '195.22.126.25', '2017-10-02 23:43:26', 'web', '', 0),
(732, 'ad.am@mail4res.com', '310fe3dd3adaab231171227ee88bedf6', 'Thomasdus', '', 'FALSE', '77.234.40.158', '2017-10-03 00:13:57', 'web', '', 0),
(733, 'liaq32164@first.baburn.com', '51d16fc16de9816f9d437a0e6ff6e7de', 'LeslieEvine', '', 'FALSE', '195.22.126.23', '2017-10-03 02:07:08', 'web', '', 0),
(734, 'u.b.e.rn.on.e.s.j.o.yon.ex.pl.a.y.g.o.ne.8.2.@gmail.com', '58da5d625fe1cea256202cdfd436f3f5', 'Timothyclela', '', 'FALSE', '62.141.39.47', '2017-10-03 17:27:08', 'web', '', 0),
(735, 'alenajemt@mail.ru', '1c07c0b462a7734ca66177e2644f1b43', 'AlenaFet', '', 'FALSE', '46.160.62.149', '2017-10-03 19:12:26', 'web', '', 0),
(736, 'shravan.ky89@gmail.com', 'a82b7b46888c2123b9f7a91633b557c4', 'Shravan', '', 'FALSE', '45.118.158.106', '2017-10-03 21:32:45', 'web', '', 0),
(737, 'mcrq59167@first.baburn.com', '9b51ad9d070269c821d12db45602e5e9', 'BrianExoda', '', 'FALSE', '156.67.106.98', '2017-10-04 00:09:39', 'web', '', 0),
(738, 'xmlfelder@gmail.com', '5d3c918504da3a2d0d6a4d90fb5b013d', 'LucilleTom', '', 'FALSE', '178.90.13.236', '2017-10-04 02:03:37', 'web', '', 0),
(739, 'efronfil77.7@gmail.com', 'bc700777b6cb2d8bd3a29be79cb8bb72', 'Evgenroutt', '', 'FALSE', '213.111.213.2', '2017-10-04 08:46:19', 'web', '', 0),
(740, 'friman.garry@yandex.ru', '06f7c030b0578947dd75f8e83a6ae952', 'ClaytonVes', '', 'FALSE', '176.120.254.41', '2017-10-04 21:23:49', 'web', '', 0),
(741, 'efronfil7.77@gmail.com', 'afb7de724bb062506579878b8219789f', 'Danielframn', '', 'FALSE', '188.163.109.0', '2017-10-04 22:32:50', 'web', '', 0),
(742, 'louissnard@mail.ru', '66955fa1b1177a3baf0b1f2de7c3521d', 'LouisBuigo', '', 'FALSE', '5.18.210.209', '2017-10-05 06:59:17', 'web', '', 0),
(743, 'rybukrupuu54@mail.ru', 'ea07191d4fee5d1ef10b13100145c264', 'PedroDoole', '', 'FALSE', '91.122.178.40', '2017-10-05 12:54:28', 'web', '', 0),
(744, 'inbox033@glmux.com', '5fed4fb117382d8f32041c05e61b22e9', 'ScottMit', '', 'FALSE', '176.105.104.102', '2017-10-05 15:37:02', 'web', '', 0),
(745, 'travelescortsagencycom@gmail.com', '77ef57439962a07deceb6702fabe257b', 'travelrads', '', 'FALSE', '94.158.70.97', '2017-10-05 20:07:20', 'web', '', 0),
(746, 'mir2017alfa@gmail.com', '0b592addcabbfec0d6a59975e5d17a42', 'mir2017lsi', '', 'FALSE', '188.65.135.26', '2017-10-05 22:57:26', 'web', '', 0),
(747, 'soliebgl@hotmail.com', 'eb1b019326e7a6c4bf38874f3a89b098', 'BREASEREIMI', '', 'FALSE', '112.111.190.97', '2017-10-06 09:42:45', 'web', '', 0),
(748, 'ndwwi4z@1syn.info', 'ce54fb011b2cc76e765156d3777ef2ff', 'Vibogaila', '', 'FALSE', '94.242.252.13', '2017-10-06 10:16:58', 'web', '', 0),
(749, 'ganga.rajakm@gmail.com', '866712a1c7e2fa246c20ac369e53e728', 'gangaraja.k.m', '', 'FALSE', '42.109.136.184', '2017-10-06 19:48:10', 'web', '', 0),
(750, 'marilynhaw@mail.ru', '419977dfe0244d37e53193d16850e8f6', 'Marilynfoums', '', 'FALSE', '93.170.187.48', '2017-10-07 04:19:10', 'web', '', 0),
(751, 'iy.nlaturb@gmail.com', '6f6c3c1ae4a3c57e3f451918a8876332', 'JasonLaf', '', 'FALSE', '188.64.173.3', '2017-10-07 05:52:42', 'web', '', 0),
(752, 'shuleyko.linar@mail.ru', '734b08d5fb25411514a054c1a4e9da17', 'JamesBum', '', 'FALSE', '184.22.248.84', '2017-10-07 12:10:15', 'web', '', 0),
(753, 'akumarmails@gmail.com', '70649303ea1eeb1dfb4ed94979256bac', 'Amit Kumar', '', 'FALSE', '103.30.143.128', '2017-10-07 19:10:26', 'web', '', 0),
(754, 'eileenQuerb@edu-paper.com', 'b97dbb4a51382cf13449eb202417c0a8', 'EileenLug', '', 'FALSE', '151.249.164.95', '2017-10-07 19:46:00', 'web', '', 0),
(755, 'kenneth1990i@mail.ru', 'c56b7dca4fdc40e0f32545d46da682dd', 'KennethMig', '', 'FALSE', '79.165.239.242', '2017-10-07 20:05:30', 'web', '', 0),
(756, 'vdtl83005@first.baburn.com', 'a2d2967eb0a574fa87386f23e0cc093e', 'ClintonBut', '', 'FALSE', '156.67.106.103', '2017-10-08 13:59:41', 'web', '', 0),
(757, 'advsantoshsuryawanshi@gmail.com', '', 'Santosh Suryawanshi', '', 'FALSE', '1.187.98.237', '2017-10-09 00:32:54', 'facebook', '1576366155754706', 0),
(758, 'cnna52060@first.baburn.com', '2990ea1d503377162b007f3fea68a12d', 'GregorySuill', '', 'FALSE', '195.22.126.26', '2017-10-09 01:02:28', 'web', '', 0),
(759, 'willi1980r@mail.ru', 'df2788e5b2acc8aad56662f7fdc683ca', 'TravisBooli', '', 'FALSE', '79.165.239.242', '2017-10-09 17:30:00', 'web', '', 0),
(760, 'prime-pharmacy@mail.com', '9dddd033e76ae113768cdd782c8f5f91', 'Roberttug', '', 'FALSE', '67.207.83.58', '2017-10-10 00:48:01', 'web', '', 0),
(761, 'teterinamqa1997@mail.ru', '0b4f7e485faacdcca501ef33e5f1ffb1', 'MajorCix', '', 'FALSE', '185.153.197.46', '2017-10-10 07:34:49', 'web', '', 0),
(762, 'sangeetha.sriraam@gmail.com', '', 'Sangeetha Sriraam', '', 'FALSE', '210.18.154.54', '2017-10-10 09:29:07', '', '106667054786617682699', 0),
(763, 'woidouglas17@gmail.com', '2756df8ad8adb3da15a0acee10f75bb6', 'DouglasFroro', '', 'FALSE', '75.84.140.122', '2017-10-10 18:46:05', 'web', '', 0),
(764, 'i771177117711@gmail.com', 'bc700777b6cb2d8bd3a29be79cb8bb72', 'Evgenroutt', '', 'FALSE', '213.111.213.2', '2017-10-11 00:09:56', 'web', '', 0),
(765, 'david1987-1@mail.ru', '51d818406009f73461542e7dbc90d9c6', 'Davidpesia', '', 'FALSE', '79.165.239.242', '2017-10-11 21:12:36', 'web', '', 0),
(766, 'rafihasan445566@gmail.com', '', 'rafi hasan', '', 'FALSE', '103.210.56.208', '2017-10-12 09:57:46', '', '113424451647869131047', 0),
(767, 'vxsj62203@catch@first.baburn.com', '826f10a260a2156e85a125867cf1e74a', 'WallaceDup', '', 'FALSE', '195.22.126.40', '2017-10-12 19:56:19', 'web', '', 0),
(768, 'kathuria71@gmail.com', '67aa556070aeb860180eee996b85b07e', 'Pankaj Kathuria', '', 'FALSE', '171.78.209.167', '2017-10-12 21:13:30', '', '117453955768131639997', 0),
(769, 'maslovartem19@mail.ru', '49bab2fa77836d6adccd5cd88268c627', 'JoshuaTyday', '', 'FALSE', '79.165.239.242', '2017-10-13 03:03:54', 'web', '', 0),
(770, 'man.g.@bigatel.info', '56a7e9f605ad0498384ea092c08eb8a2', 'Craigowera', '', 'FALSE', '94.100.29.251', '2017-10-13 20:14:38', 'web', '', 0),
(771, 'nvysotskaja@yandex.ua', 'cb531d99c563e4d96ae892b6c3ddbe3e', 'Fretriespew', '', 'FALSE', '91.222.80.21', '2017-10-14 01:06:13', 'web', '', 0),
(772, 'liorara@yandex.ru', 'cb531d99c563e4d96ae892b6c3ddbe3e', 'Fretriespew', '', 'FALSE', '91.222.80.21', '2017-10-14 17:42:35', 'web', '', 0),
(773, 'lyubkoroleva1981@mail.ru', '4a81a969357295223beefc143d84f38a', 'awagNali', '', 'FALSE', '109.105.59.22', '2017-10-14 21:18:08', 'web', '', 0),
(774, 'anantapritam1@gmail.com', '5a3c7aec86ac66ffde5fed779df51cf0', 'Pritam Ananta', '', 'FALSE', '103.93.201.2', '2017-10-14 21:37:55', '', '100115176696776715020', 11721510561878),
(775, 'tomi@kotiki.pw', 'fe8363b2fda3630316a5be7619f86d5f', 'zidyesfBaw', '', 'FALSE', '176.110.129.2', '2017-10-16 00:13:50', 'web', '', 0),
(776, 'instavps@yandex.ru', 'd21151f5c0a4927a5c91f59b4db81593', 'PhilipSal', '', 'FALSE', '101.78.219.178', '2017-10-16 01:58:49', 'web', '', 0),
(777, 'justExtill@3drugs.com', 'b3df2e412e2e028796519db4b96dd7b9', 'JustWaiqUe', '', 'FALSE', '146.185.223.45', '2017-10-16 07:35:36', 'web', '', 0),
(778, 'sagar.shirke.500@gmail.com', '', 'Sagar Shirke', '', 'FALSE', '125.16.97.113', '2017-10-16 16:46:51', 'facebook', '1889669591048502', 0),
(779, 'cfg6546456yii@mail.ru', '3c58a35780fc411a4bb5b2e48c3a5dfe', 'Lubosroyah', '', 'FALSE', '178.159.37.15', '2017-10-17 19:36:16', 'web', '', 0),
(780, 'rusamaity@gmail.com', 'a8c852afa5f743f77a545dcb9f59c8d8', 'Saheli Maity', '', 'FALSE', '47.11.6.127', '2017-10-17 20:30:39', 'web', '', 0),
(781, 'oslan.r.u.ghn.ev.201.4.331.9@gmail.com', '30b5ae152ad626c012d8546a2ab3b6f6', 'ritahek', '', 'FALSE', '46.185.6.159', '2017-10-18 07:25:56', 'web', '', 0),
(782, 'tirchik.fors@yandex.com', '787d7b876523a3768299c85816c57c77', 'Michaelben', '', 'FALSE', '85.141.68.174', '2017-10-29 10:26:26', 'web', '', 0),
(783, 'masskatrin@yandex.com', 'f0922bd25352118f7df067e9dcab0f06', 'LarryfoorefamZof', '', 'FALSE', '90.154.70.118', '2017-10-29 15:49:58', 'web', '', 0),
(784, 'coque@1.zzuma.ru\r\n', '3eff77bad313c205fa33e081185fb511', 'Denbor', '', 'FALSE', '37.147.108.24', '2017-10-30 03:51:41', 'web', '', 0),
(785, 'melissalorie@mail.ru', '3876d689bcdb0e2dad10ce5f8f935360', 'MelissaFus', '', 'FALSE', '93.170.187.48', '2017-10-30 18:59:41', 'web', '', 0),
(786, 'artemevabhu1949@mail.ru', 'b6fa362e6c97dbbd12d3297f312447f9', 'Thomasunand', '', 'FALSE', '95.139.200.114', '2017-10-30 23:52:44', 'web', '', 0),
(787, 'aicasnime@mail.ru', '826241003b2be7071a15c688f307baf1', 'Aicaothes', '', 'FALSE', '46.149.95.55', '2017-10-31 15:38:23', 'web', '', 0),
(788, 'latekepyukonyv@gmail.com', '86eef5f1d2c763d527a7b97b15961144', 'Jeffreyjipsy', '', 'FALSE', '146.185.223.41', '2017-10-31 15:45:49', 'web', '', 0),
(789, 'baler1774@gmail.com', 'aae57387e75204064dac851327da3003', 'JamesetemA', '', 'FALSE', '79.165.239.242', '2017-10-31 19:12:05', 'web', '', 0),
(790, 'ternavskiijohn@gmail.com', '45cc4af30b37a3a0e134bbaea21846bb', 'Jessebug', '', 'FALSE', '91.222.80.21', '2017-11-01 04:22:31', 'web', '', 0),
(791, 'hy7@janavalerie.miami-mail.top', 'c0411ee06389423b814a209fab2c1b59', 'josieqe4', '', 'FALSE', '137.74.73.179', '2017-11-01 08:30:49', 'web', '', 0),
(792, 'creativeedge07@gmail.com', '', 'Pankaj Kaushik', '', 'FALSE', '119.82.66.70', '2017-11-01 12:59:01', '', '108325247764065577248', 0),
(793, 'avdeevagvu1968@mail.ru', '1b3b0e9ad98667582ee330ce1d88f118', 'Timothyabono', '', 'FALSE', '89.26.248.3', '2017-11-01 23:19:48', 'web', '', 0),
(794, 'mohancra@gmail.com', '2fcf7d178e8c50db86c1cdcdd84e4e4e', 'Chandra Mohana', '', 'FALSE', '103.13.219.42', '2017-11-02 09:44:48', 'web', '', 0),
(795, 'arifnlr@gmail.com', '', 'Arif Malik Shaik', '', 'FALSE', '49.204.17.66', '2017-11-02 19:18:31', 'facebook', '1518107341572480', 0),
(796, 'dreambharat2@gmail.com', '', 'Bharat Singh', '', 'FALSE', '47.9.8.131', '2017-11-02 23:17:22', '', '103889557739203373168', 0),
(797, 'zhazanevenafam@gmail.com', 'a43631ddce99e0bb23b79bb2293a00e8', 'CurtisRon', '', 'FALSE', '146.185.223.167', '2017-11-04 04:56:50', 'web', '', 0),
(798, 'c.h.a.t.h.am.e.n.a.l.o.e.1290@gmail.com\r\n', 'fa926475cd3a0dd96ec1dd20e03e119d', 'PiedChetShiella', '', 'FALSE', '176.214.15.116', '2017-11-04 13:48:45', 'web', '', 0),
(799, 'patriciafk11@maggie.makenzie.chicagoimap.top', 'c0411ee06389423b814a209fab2c1b59', 'marquitaxf69', '', 'FALSE', '18.248.2.85', '2017-11-04 16:22:44', 'web', '', 0),
(800, 'godofseo1337@gmail.com', '62e9d7bd2e24f3d94055c4cb62773999', 'Gachimslilt', '', 'FALSE', '195.22.126.193', '2017-11-05 13:58:26', 'web', '', 0),
(801, 'anatoliyy.severin@rambler.ru', '8765871ecce3df5b025480064abcebde', 'mishaMal', '', 'FALSE', '176.120.38.254', '2017-11-05 20:14:24', 'web', '', 0),
(802, 'richardSoags@canadapharmacykom.club', 'c153b17bd54376d9b666e6fa38087c66', 'Richardfah', '', 'FALSE', '178.137.93.124', '2017-11-06 20:22:42', 'web', '', 0),
(803, 'bodazhakadep@gmail.com', '037913cb1ca7d65a13372094f4c95537', 'JosephNop', '', 'FALSE', '134.249.88.211', '2017-11-07 00:40:14', 'web', '', 0),
(804, 'viktorp15uf@mail.ru', 'b0cd276a92872007a417a91f80742ac7', 'Michaelfub', '', 'FALSE', '94.103.230.145', '2017-11-07 01:59:21', 'web', '', 0),
(805, 'claraFal@edu-paper.com', 'f78e6bbb12151f65505e4df8b879e479', 'ClaraChoix', '', 'FALSE', '151.249.164.95', '2017-11-07 05:36:04', 'web', '', 0),
(806, 'remserves@bigmir.net', '5672b9f1b020872574620bd95706e71c', 'GopViot', '', 'FALSE', '79.110.130.226', '2017-11-08 12:09:57', 'web', '', 0),
(807, 'ajay.toshiniwal@gmail.com', '', 'Ajay Madhukar Toshiniwal', '', 'FALSE', '117.247.51.213', '2017-11-08 13:16:01', '', '114647124718844934948', 0),
(808, 'os.me.n.tqy.ugo.h.1220@gmail.com\r\n', 'fa926475cd3a0dd96ec1dd20e03e119d', 'TobEnfonnarcef', '', 'FALSE', '176.214.249.235', '2017-11-09 19:26:53', 'web', '', 0),
(809, 'obdzmxwkq@garnoisan.xyz', '311c7b519c82b90379fa9f92ca53c4d7', 'arrormNoK', '', 'FALSE', '146.185.223.94', '2017-11-09 19:53:53', 'web', '', 0),
(810, 'tair.novikov@inbox.ru', '83ce66e621247f29e789189ace00a12b', 'CherieEdulk', '', 'FALSE', '185.51.246.155', '2017-11-10 06:24:48', 'web', '', 0),
(811, 'santoshpandey2712@gmail.com', '', 'SANTOSH PANDEY', '', 'FALSE', '59.89.54.179', '2017-11-10 14:37:19', '', '116668707323122382346', 0),
(812, 'alexanderjugamuga@yandex.com', '6b9987684732a4f9d2782d455abd133a', 'Julierip', '', 'FALSE', '93.170.187.48', '2017-11-10 15:49:30', 'web', '', 0),
(813, 'mail@fundamentplus.com', 'd94cf33797c8d71f8f669a08bd4b64fe', 'AlexRex', '', 'FALSE', '212.87.185.67', '2017-11-11 18:13:46', 'web', '', 0),
(814, 'stabilizatorrf@mail.ru', 'e6b8ba460863aa95fbcd22d794cea148', 'Anitaaxons', '', 'FALSE', '212.26.236.6', '2017-11-11 19:13:36', 'web', '', 0),
(815, 'fjflisykina.ynajw7@gmail.com', 'e2f42458f590f142ce30a366036fc5b7', 'JoshuaBuP', '', 'FALSE', '146.185.223.167', '2017-11-11 21:15:05', 'web', '', 0),
(816, 'fzenger90uu@gmail.com', '09b170715a6cddcfeef08e18307ffacb', 'Vincentsoymn', '', 'FALSE', '146.185.223.41', '2017-11-11 22:47:38', 'web', '', 0),
(817, 'xfmilena.perovav6in@gmail.com', '311c20a6e8b7440bb83a9b9890fb854d', 'MarvinSwarp', '', 'FALSE', '146.185.223.167', '2017-11-11 23:16:12', 'web', '', 0),
(818, 'o9235013463asy@gmail.com', '0c736c84a51a5b58f50b2ce828d61d88', 'Michaelgom', '', 'FALSE', '146.185.223.41', '2017-11-12 01:36:34', 'web', '', 0),
(819, 'keithpoug7h@yandex.ru', 'ea9b7d3eaa1a999130d552055decc053', 'KeithKnith', '', 'FALSE', '85.140.6.206', '2017-11-12 17:25:38', 'web', '', 0),
(820, 'arifnr@gmail.com', '', 'Arif Malik Shaik', '', 'FALSE', '49.204.59.45', '2017-11-13 17:26:00', 'facebook', '1518107341572480', 0),
(821, 'yakovermolov@gmail.com', '0e01d6e9ab3c8bc64d2050f46eaaff5c', 'WilliamJek', '', 'FALSE', '134.249.88.211', '2017-11-13 22:12:17', 'web', '', 0),
(822, 'maricelaon60@postmaster.veinflower.xyz', 'c0411ee06389423b814a209fab2c1b59', 'aureliafs4', '', 'FALSE', '87.118.116.12', '2017-11-14 07:48:30', 'web', '', 0),
(823, 'robertonesir@mail.ru', '93e51e6ee41cda89f592b9ef53946c43', 'Kennethmup', '', 'FALSE', '45.124.170.228', '2017-11-15 01:22:38', 'web', '', 0),
(824, 'rynnkleemann4r69r21a@yahoo.com', '44ecbdcaac3894fd42beda66c7773f7c', 'Joshuager', '', 'FALSE', '146.185.223.221', '2017-11-15 04:22:33', 'web', '', 0),
(825, 'mgix59630catch@first.baburn.com', '3cf8e57d0f339b61160b3d5eba7ecfce', 'JeremyShouh', '', 'FALSE', '156.67.106.103', '2017-11-15 20:43:49', 'web', '', 0),
(826, 'jawbreakerznuv@hotmail.com', 'f3b86e97cdd4ca2a97a4a506e8d42756', 'Alicewipse', '', 'FALSE', '176.119.77.134', '2017-11-15 22:32:14', 'web', '', 0),
(827, 'pelageyasorokina18xxd@mail.ua', '811ab685c3423ee91d2dc45f0afd2baa', 'Tomekarog', '', 'FALSE', '193.201.225.61', '2017-11-16 01:24:06', 'web', '', 0),
(828, 'briandx20@qmail.beameagle.top', 'c0411ee06389423b814a209fab2c1b59', 'margaritarc16', '', 'FALSE', '192.36.27.7', '2017-11-17 00:08:04', 'web', '', 0),
(829, 'silverthingsru@gmail.com', '0b592addcabbfec0d6a59975e5d17a42', 'silverlsi', '', 'FALSE', '185.59.140.98', '2017-11-18 00:26:28', 'web', '', 0),
(830, 'adv.sanjib@yahoo.com', '63b0eb90228c6cad3ab490e498fb49eb', 'SANJIB MAJUMDER', '', 'FALSE', '202.142.123.50', '2017-11-18 01:24:38', 'web', '', 0),
(831, 'i771.177117711@gmail.com', 'f60eaec3bc8c21b225ad6d722970745d', 'DavidTeago', '', 'FALSE', '188.163.109.0', '2017-11-18 05:07:36', 'web', '', 0),
(832, 'Usmile1982@gmail.com', '641939e38b53f775a914dafe9b049613', 'Dorji sherpa', '', 'FALSE', '47.11.4.236', '2017-11-18 12:36:06', 'web', '', 0),
(833, 'osla.n.r.ugh.ne.v2.014.3.3.1.9.@gmail.com', '30b5ae152ad626c012d8546a2ab3b6f6', 'ritahek', '', 'FALSE', '82.193.109.246', '2017-11-18 19:58:37', 'web', '', 0),
(834, 'jdzafwwtg@mail.ru', '65f14c91dba373f74ebb4e0c2c2e5414', 'AaronHab', '', 'FALSE', '23.27.112.183', '2017-11-19 00:10:30', 'web', '', 0),
(835, 'lisaxh1@camail2.pine-and-onyx.xyz', 'c0411ee06389423b814a209fab2c1b59', 'lanceeg60', '', 'FALSE', '62.210.13.58', '2017-11-19 00:22:55', 'web', '', 0),
(836, 'tqfn47715@first.baburn.com', '852904b549073df6c8c7a89110a8f85f', 'CecilNah', '', 'FALSE', '156.67.106.95', '2017-11-19 03:38:34', 'web', '', 0),
(837, 'craigdo11@elizabeth.taylor.eaglefight.top', 'c0411ee06389423b814a209fab2c1b59', 'rowenaad2', '', 'FALSE', '128.31.0.13', '2017-11-19 18:50:03', 'web', '', 0),
(838, 'roslyngn3@uwimap.captainmaid.top', 'c0411ee06389423b814a209fab2c1b59', 'kirklx60', '', 'FALSE', '163.172.139.161', '2017-11-19 20:08:54', 'web', '', 0),
(839, 'alenzaharovva@gmail.com', '11e8c1963365f08a49f82c7623bc49cf', 'Vladimerbougs', '', 'FALSE', '213.21.30.95', '2017-11-19 21:26:47', 'web', '', 0),
(840, 'bill.buchanan2095@mail.ru', 'c45d46f21ae177ea227d59f1f5c5adad', 'RobertItalt', '', 'FALSE', '157.119.214.45', '2017-11-19 23:44:30', 'web', '', 0),
(841, '12.3.4.olg.a.98.7@gmail.com', '969d978020e2b9194d1de8e4e1baabbb', 'FrankBoant', '', 'FALSE', '79.165.239.242', '2017-11-20 20:30:13', 'web', '', 0),
(842, 'xririnarudakdzrs@gmail.com', '100e92f432e273afe466facf326e89c2', 'Albertchupt', '', 'FALSE', '134.249.88.211', '2017-11-20 22:10:54', 'web', '', 0),
(843, 'galin555a4563mv@mail.ru', '15a0d403e2335c1e7d15455c9ae0f9a1', 'Danielwes', '', 'FALSE', '31.130.8.198', '2017-11-21 03:30:17', 'web', '', 0),
(844, 'mwpl.info@gmail.com', '', 'Ashutosh Saraf', '', 'FALSE', '115.187.51.252', '2017-11-21 22:35:48', '', '117668704151461490665', 0),
(845, 'ashutoshsaraf@hotmail.com', 'da28a60e33f9612dae42fcd51b686274', 'Ashutosh Sarag', '', 'FALSE', '115.187.51.252', '2017-11-21 22:38:43', 'web', '', 0),
(846, 'damianiclovis@gmail.com', 'c13f10235b754a6658257c3c8423ae45', 'Mathutima', '', 'FALSE', '162.220.162.10', '2017-11-23 19:51:07', 'web', '', 0),
(847, 'melanie@viceshow.com', '2fcc722c4627562d5e9b44431aa61ca4', 'WillieArisp', '', 'FALSE', '82.193.109.246', '2017-11-23 21:26:46', 'web', '', 0),
(848, 'carmineattag@mail.ru', '70da327a3f13508c579039c8424a1fba', 'Carminesmomb', '', 'FALSE', '46.101.108.112', '2017-11-23 23:40:30', 'web', '', 0),
(849, 'scavsol@bazavashdom.info', 'e9fa967cab1f470963bbaa10b124e2e6', 'Angelarer', '', 'FALSE', '212.92.115.47', '2017-11-26 06:21:05', 'web', '', 0),
(850, 'gurudasincometax@gmai.com', '1cc8c3ea80ab3e921c12b8ea0d1cc1b9', 'M.Gurudas', '', 'FALSE', '171.49.213.32', '2017-11-26 23:01:35', 'web', '', 0),
(851, 'gurudasincometax@gmail.com', '', 'Guru das', '', 'FALSE', '171.49.213.32', '2017-11-26 23:04:14', '', '103137550579644366291', 0),
(852, 'qbdevo4ka.148@gmail.com', 'fe49587d50e5480acc6a9b64f64ee3c8', 'ThomasCag', '', 'FALSE', '146.185.223.41', '2017-11-27 13:38:34', 'web', '', 0),
(853, 'darlenedh6@mailguard.veinflower.veinflower.xyz', 'c0411ee06389423b814a209fab2c1b59', 'samuelqk11', '', 'FALSE', '137.74.73.179', '2017-11-28 04:59:01', 'web', '', 0),
(854, 'sarbhanughoshal@ymail.com', '63dfe9d08d145809388d48117b5110a2', 'MR. SARBHANU GHOSHAL', '', 'FALSE', '45.250.58.209', '2017-11-28 22:12:53', 'web', '', 71741511887575),
(855, 'etigropard10z996@gmail.com', '99e17cc33cfb31a2b5b4463732c15a90', 'Ramonwrish', '', 'FALSE', '146.185.223.72', '2017-11-30 19:41:35', 'web', '', 0),
(856, 'vikrtivanov@yandex.com', '7c757e3637885ef24f21ef68b9fbb310', 'CdlezeripLodver', '', 'FALSE', '95.73.192.241', '2017-11-30 21:38:41', 'web', '', 0),
(857, '564593ik@gmail.com', '501efbde2b7ada03e8754a1c1d386f76', 'Robertcramb', '', 'FALSE', '146.185.223.172', '2017-12-01 16:55:29', 'web', '', 0),
(858, 'lizgftrnnluyb789@gmail.com', '10676dc24cfdecfeb396cdf509f0a884', 'Kevinagobe', '', 'FALSE', '178.159.37.61', '2017-12-01 18:46:51', 'web', '', 0),
(859, 'potstamicpui1972@seocdvig.ru', '4328223c301505d890dd3b66b026bae5', 'SeoPorie', '', 'FALSE', '5.227.7.153', '2017-12-01 19:35:41', 'web', '', 0),
(860, 'anja_borova@rambler.ru', '4071c1814125089003b0b8cfb3e2af39', 'serhiysculp', '', 'FALSE', '176.120.38.254', '2017-12-01 22:27:43', 'web', '', 0),
(861, 'voronin.alorissa86@gmail.com', 'bcf7ce475df0c50a717794c019a797e7', 'JasosnJetle', '', 'FALSE', '178.159.37.61', '2017-12-02 04:02:03', 'web', '', 0),
(862, 's.ern.ik.o.n4.0.4@gmail.com\r\n', 'a0ea58e5e47d3ce6b73512179f8fc438', 'byrenyfe', '', 'FALSE', '94.50.3.200', '2017-12-02 08:21:40', 'web', '', 0),
(863, 'pawar2109@gmail.com', '56725956d12730d7570814976149262c', 'Santosh S. Pawar', '', 'FALSE', '182.59.4.36', '2017-12-02 18:17:28', 'web', '', 0),
(864, 'blbwkehcp@48m.info', 'ba0b13820d2d37efe02373e1f2b6bfdb', 'Zomosnoks', '', 'FALSE', '176.103.214.95', '2017-12-02 20:57:11', 'web', '', 0),
(865, 'glkcfag@bazavashdom.info', 'b854b9017dd7af644d1f8ca45be18b5f', 'DebrahAnync', '', 'FALSE', '185.107.45.170', '2017-12-02 23:10:27', 'web', '', 0),
(866, 'sinha.sugandha.sugandha@gmail.com', '', 'Sugandha Sugandha', '', 'FALSE', '117.197.107.68', '2017-12-03 00:57:59', 'facebook', '1528465863905314', 0),
(867, 'losersgoodkissass@outlook.com', '575f50fa3977c992fdfcb9f15baf7d0a', 'Andrewdep', '', 'FALSE', '170.178.189.77', '2017-12-03 03:12:51', 'web', '', 0),
(868, 'lgtf96585@first.baburn.com', '265f5ce637da7f0a5b0404d37bc48c4b', 'AngelCob', '', 'FALSE', '195.22.126.21', '2017-12-04 05:17:56', 'web', '', 0),
(869, 'vivlodha@gmail.com', '0cd3c8a744c5e96ac5e11050f16f3476', 'Vivek Lodha', '', 'FALSE', '49.35.15.3', '2017-12-04 15:27:43', 'web', '', 0),
(870, 'dnestenrov@mail.ru', 'bcba996019ef7d310dc58bc032fffdf4', 'XYScott', '', 'FALSE', '163.182.172.243', '2017-12-05 08:49:26', 'web', '', 0),
(871, 'tver19751975@yandex.ru', '959cdb73dea6b4713bc11c15ed45eab5', 'Steklobanki-piree', '', 'FALSE', '178.159.37.129', '2017-12-06 04:45:58', 'web', '', 0),
(872, 'alex.sh.ulm.a.n1.927.43.325.2.4@gmail.com', '063a00674cc54ee95b1f60b283f8db00', 'alexhek', '', 'FALSE', '93.188.39.169', '2017-12-07 09:52:57', 'web', '', 0),
(873, 'visheshshanker@gmail.com', '', 'Vishesh Shanker', '', 'FALSE', '49.206.120.68', '2017-12-07 19:29:37', 'facebook', '1792958197404378', 0),
(874, 'interesuru@i.ua', '16d756223718634d2fe801e5ba5ea4fb', 'Romanfrurn', '', 'FALSE', '67.205.178.183', '2017-12-08 11:41:37', 'web', '', 0),
(875, 'agnesrv7@rpcmail.stars-and-glory.top', 'c0411ee06389423b814a209fab2c1b59', 'erickakg1', '', 'FALSE', '185.220.101.9', '2017-12-08 18:08:34', 'web', '', 0),
(876, 'donaldpayday@mail.ru', 'dff7ff1da730df87370ff1e358037871', 'DonaldHyday', '', 'FALSE', '145.255.9.196', '2017-12-09 18:40:22', 'web', '', 0),
(877, 'fr3dsmit@yandex.com', 'bdbe3e40a21e60bd1a1159b12dde8bb4', 'ElectronLoate', '', 'FALSE', '146.185.148.22', '2017-12-09 19:06:00', 'web', '', 0),
(878, 'ksree1754@gmail.com', 'f58c8df73b3b7237e89efc53f2a6d816', 'K SREEDHARAN', '', 'FALSE', '117.206.22.91', '2017-12-10 11:47:41', 'web', '', 93031512890147),
(879, 'marshapu2@usmail1.lady-and-lunch.lady-and-lunch.xyz', 'c0411ee06389423b814a209fab2c1b59', 'annmariemy60', '', 'FALSE', '216.218.222.12', '2017-12-10 14:58:19', 'web', '', 0),
(880, 'kosmetikacn@gmail.com', '18fb362466607574dd6f0f7ccff595ff', 'AbbaLepyday', '', 'FALSE', '46.149.89.55', '2017-12-10 16:29:42', 'web', '', 0),
(881, 'ubahob1910@gmail.com', 'd5e60312e5da92f46ecc2e37c274822c', 'DennisUtima', '', 'FALSE', '146.185.223.172', '2017-12-11 23:04:29', 'web', '', 0),
(882, 'dgee63808@first.baburn.com', '17baebd1fdb295d1ce8e08cf85e7ec0e', 'Robertomish', '', 'FALSE', '195.22.126.21', '2017-12-11 23:06:23', 'web', '', 0),
(883, 'persikvkusnicnyj1993@gmail.com', '0aa8fdcf3111ac1cf56904003917e144', 'AndrewErast', '', 'FALSE', '146.185.223.72', '2017-12-12 20:13:11', 'web', '', 0),
(884, 'kzwz83476@gmail.com', 'f044bc84682666e5f3aa2bb058e1b479', 'FecrgeBub', '', 'FALSE', '185.38.249.125', '2017-12-13 01:32:09', 'web', '', 0),
(885, 'informasuba02@gmail.com', '43c5a982a91f7799121f53aa61d9695f', 'Kenny Ng', '', 'FALSE', '121.122.100.115', '2017-12-13 08:01:20', 'web', '', 37161513132835),
(886, 'informasuba02@gmail.com', '', 'Justin Timber', '', 'FALSE', '121.122.100.115', '2017-12-13 08:12:37', 'facebook', '938619279635978', 0),
(887, 'kenny3231@gmail.com', '43c5a982a91f7799121f53aa61d9695f', 'Kenny Ng', '', 'FALSE', '121.122.100.115', '2017-12-13 13:31:05', 'web', '', 0),
(888, 'bdfyjd.bdfyjd.90@bk.ru', 'b6753bf240dbbf3ffba2ea2ad8bfb05b', 'ThomasLox', '', 'FALSE', '195.208.220.183', '2017-12-14 13:20:59', 'web', '', 0),
(889, 'sudhir@nic.in', '', 'Sudhir Kumar', '', 'FALSE', '164.100.6.21', '2017-12-14 15:18:32', 'facebook', '834068340097525', 0),
(890, 'giriraj.adg@gmail.com', '726166e9438c914295113864549041c1', 'GIRIRAJ D', '', 'FALSE', '202.135.238.2', '2017-12-14 16:19:39', 'web', '', 0),
(891, 'shanthi.giriraj@gmail.com', '726166e9438c914295113864549041c1', 'GIRIRAJ D', '', 'FALSE', '202.135.238.2', '2017-12-14 16:28:29', 'web', '', 0),
(892, 'kelleyjoshk82280y@yahoo.com', 'd4dbf1cfbc7aeb5c714766d57f5cdb72', 'LanceZek', '', 'FALSE', '220.225.7.30', '2017-12-15 07:29:08', 'web', '', 0),
(893, 'lgrz71004@first.baburn.com', '8a034cb5205bdea2cd4be9efdb87d765', 'KevinAmile', '', 'FALSE', '195.22.126.38', '2017-12-16 03:56:44', 'web', '', 0),
(894, 'juig81642@first.baburn.com', 'c1a79969bae81c6d7013858fb1558e87', 'JamesMor', '', 'FALSE', '195.22.126.33', '2017-12-16 04:33:49', 'web', '', 0),
(895, 'uebd85660@catch@first.baburn.com', 'f53f17ef87ab63ab6f4d26e2965f5135', 'ManueldoF', '', 'FALSE', '185.38.249.28', '2017-12-16 06:03:39', 'web', '', 0),
(896, 'gyte21182@first.baburn.com', '58873ec0565638e8b7d36b2864aef7f9', 'Brycefut', '', 'FALSE', '185.38.249.14', '2017-12-16 16:12:09', 'web', '', 0),
(897, 'sandipppatel11@gmail.com', '', 'Sandip Patel', '', 'FALSE', '157.32.31.115', '2017-12-16 18:11:51', 'facebook', '1171858006279380', 0),
(898, 'wyud29474@first.baburn.com', '23e6aafade6ad9399faaf034efb2c4ef', 'WilbertJaisk', '', 'FALSE', '195.22.126.26', '2017-12-16 19:53:52', 'web', '', 0),
(899, 'dwbt14881@first.baburn.com', 'e58d152264e69ce43da4d6f194171549', 'Jamesscupe', '', 'FALSE', '185.38.249.14', '2017-12-17 09:52:02', 'web', '', 0),
(900, 'lindsayjoline@yahoo.com', '363b4929a72eb16396147a839c8ff214', 'JessieEngek', '', 'FALSE', '146.185.223.221', '2017-12-18 00:03:21', 'web', '', 0),
(901, 'annarinbup@mail.ru', '96eea30d88d01a6db74dfaaf32ccc873', 'Annarintaw', '', 'FALSE', '178.121.232.222', '2017-12-18 00:08:08', 'web', '', 0),
(902, 'a.li.nk.abe.s.tlore.f@gmail.com\r\n', '3975717b7a599b92d1532e1592e0d289', 'Alinkapbk', '', 'FALSE', '195.22.126.193', '2017-12-18 12:03:26', 'web', '', 0),
(903, 'ivanfrankovich2017@mail.ru', 'e1b6831e6793eb6911a7737dc8f6f537', 'MashaVob', '', 'FALSE', '93.170.187.48', '2017-12-18 23:29:25', 'web', '', 0),
(904, 'viveks041@gmail.com', '7928581b4fc88ccb35c9811540a39584', 'vivek', '', 'FALSE', '122.171.202.245', '2017-12-19 18:11:55', 'web', '', 0),
(905, 'gajasrf7821@gmail.com', '9f4a7e931b0381029316fcffd7039bfd', 'LeslieGuani', '', 'FALSE', '37.115.205.45', '2017-12-20 02:38:14', 'web', '', 0),
(906, 'supriyobnrj28@gmail.com', 'be8b303197541f86ada974059a3541a6', 'Supriyo Banerjee', '', 'FALSE', '223.191.26.135', '2017-12-20 05:28:13', 'web', '', 0),
(907, 'i7711.77117711@gmail.com', 'bc700777b6cb2d8bd3a29be79cb8bb72', 'Evgenroutt', '', 'FALSE', '188.163.109.0', '2017-12-20 14:35:33', 'web', '', 0),
(908, 'by4@imapmail.eaglefight.eaglefight.top', 'c0411ee06389423b814a209fab2c1b59', 'michellekk69', '', 'FALSE', '193.90.12.116', '2017-12-20 16:28:56', 'web', '', 0),
(909, 'modip1990@gmail.com', '', 'pooja modi', '', 'FALSE', '122.102.124.195', '2017-12-21 13:30:00', '', '113124161425480781150', 0),
(910, 'beconas000@gmail.com', '70a9ad1f7003570e4a6e6c3c4f4fb99d', 'BrianMum', '', 'FALSE', '146.185.223.172', '2017-12-21 19:21:55', 'web', '', 0),
(911, 'ujjawalpandey88@gmail.com', '', 'ujjawal pandey', '', 'FALSE', '103.97.211.231', '2017-12-21 21:52:10', '', '110147985581956846043', 0),
(912, 'h.pandey999.hp@gmail.com', 'b95b1a7d0ef718aa250fa1a4550f0285', 'Harshit Pandey', '', 'FALSE', '103.97.211.231', '2017-12-21 21:54:13', 'web', '', 0),
(913, 'lotsand123321@mail.ru', 'fa4cd739e1733f584674847fa25ae40b', 'lotsandTrCer', '', 'FALSE', '90.155.149.155', '2017-12-22 10:43:32', 'web', '', 0),
(914, 'violettaobolenskaa@gmail.com', '99c6bfa4eb7fc72ce10ac97a2f90ae7e', 'Violettap', '', 'FALSE', '74.222.20.2', '2017-12-22 14:22:32', 'web', '', 0),
(915, 'priyo.singha10@gmail.com', 'afd346bf3018a9340689019f887a35dc', 'Priya Ranjan Singha', '', 'FALSE', '103.215.52.84', '2017-12-22 19:33:31', 'web', '', 0),
(916, 'hefy43518catch@first.baburn.com', '3cf8e57d0f339b61160b3d5eba7ecfce', 'JeremyShouh', '', 'FALSE', '46.29.20.206', '2017-12-23 10:39:10', 'web', '', 0),
(917, 'sobolevawyt1990@mail.ru', '4ca55cb2a8f0df046217fbceca22a370', 'Marvinvioli', '', 'FALSE', '195.22.126.193', '2017-12-24 11:56:42', 'web', '', 0),
(918, 'economicsraja86@rediffmail.com', '1a8ce1a6f29d9baf4566114c75ce8cfc', 'Raja Narayanan', '', 'FALSE', '115.97.239.49', '2017-12-24 15:21:29', 'web', '', 0),
(919, 'yrijsmirnov44@gmail.com', 'e3380731cb709082d5468b3a62dc9882', 'DarrellSpate', '', 'FALSE', '146.185.223.72', '2017-12-25 06:52:05', 'web', '', 0),
(920, 'piterjivi2017@gmail.com', '619a1d195d276fba663ebaa82d10e245', 'Josephhek', '', 'FALSE', '37.115.205.45', '2017-12-26 02:12:20', 'web', '', 0),
(921, 'klin.nik@bk.ru', '7eb30e1edd6fecf3c179250f34d41944', 'RobertBit', '', 'FALSE', '62.76.75.179', '2017-12-27 23:30:54', 'web', '', 0),
(922, 'letana16@master.veinflower.xyz', 'c0411ee06389423b814a209fab2c1b59', 'queenlk2', '', 'FALSE', '192.36.27.7', '2017-12-28 10:02:04', 'web', '', 0),
(923, 'hubertlemurto@gmail.com', '6e79cadcf407d6f3f2df2560f4ab2040', 'hubertlemurto', '', 'FALSE', '178.43.99.157', '2017-12-28 22:25:11', 'web', '', 0),
(924, 'kotlyarewskaya.ulya@mail.ru', '643ac75e0b706165aa4d9bdb520eca56', 'MerdarionEt', '', 'FALSE', '146.185.223.177', '2017-12-29 21:30:03', 'web', '', 0),
(925, 'zina.lavruxina@mail.ru', '26a145677e5a76ff2845cc1ae1a47947', 'TranoCop', '', 'FALSE', '146.185.223.166', '2017-12-29 22:36:24', 'web', '', 0),
(926, 'wagghillbubbga@mail.ru', 'b4460ecb1b137353f4d95113ede98a19', 'Susanunfak', '', 'FALSE', '94.231.151.120', '2017-12-30 04:05:35', 'web', '', 0),
(927, 'anna.parsa@mail.ru', '804f298ffd727e54c8c97e5f40375925', 'Alenahiece', '', 'FALSE', '213.27.72.108', '2017-12-30 21:37:37', 'web', '', 0),
(928, 'r.yozragore@yahoo.com', 'e0344040ebbfb7de58e4c9b366a8e1eb', 'Payday-loan-mut', '', 'FALSE', '213.24.134.137', '2017-12-31 10:13:36', 'web', '', 0),
(929, 'farmaciaenlinea.life@gmail.com', 'b228ae7c04f4365acb2b772234011568', 'Farmacia Online', '', 'FALSE', '146.185.223.16', '2017-12-31 16:34:08', 'web', '', 0),
(930, 'jhonnypy.th.on19.9.5@gmail.com', 'c0411ee06389423b814a209fab2c1b59', 'sherylyw16', '', 'FALSE', '185.220.101.4', '2017-12-31 16:34:27', 'web', '', 0),
(931, 'farmacia-en-linea.life@gmail.com', 'b228ae7c04f4365acb2b772234011568', 'farmacia-en-linea', '', 'FALSE', '146.185.223.71', '2018-01-01 10:06:13', 'web', '', 0),
(932, 'Giseledrync@tt64hx21.xzzy.info', 'ac668bdac3f04e1a08f2e7da4d7d58f8', 'Giseledrync', '', 'FALSE', '188.72.127.43', '2018-01-02 03:18:46', 'web', '', 0),
(933, 'jiwotygzejudynh@mail.ru', '3b78da09ea617cdc1972c840fbfd18e1', 'Robertsal', '', 'FALSE', '173.212.197.70', '2018-01-02 13:55:52', 'web', '', 0),
(934, 'sreeraj86@gmail.com', '', 'SreeRAJ R', '', 'FALSE', '116.68.122.35', '2018-01-02 16:21:31', '', '100323223132343171825', 0),
(935, 'evangelinaaw1@webweb.marver-coats.marver-coats.xyz', 'c0411ee06389423b814a209fab2c1b59', 'margiene60', '', 'FALSE', '185.220.101.29', '2018-01-02 19:18:44', 'web', '', 0),
(936, 'lavanyahb@nls.ac.in', '', 'Lavanya H B', '', 'FALSE', '157.49.8.200', '2018-01-03 16:22:57', '', '106920564042719786862', 55371527676787),
(937, 'raldokarlo1985@seocdvig.ru', '9eeefb6918d266cb240647cbcfc75ff6', 'minoxidilsGof', '', 'FALSE', '93.120.165.193', '2018-01-03 16:45:13', 'web', '', 0),
(938, 'be.st.@bxox.info', 'cc7d08d2bb26b013c6c0aa575b2cf7f6', 'WalterLug', '', 'FALSE', '88.150.250.242', '2018-01-04 04:53:21', 'web', '', 0),
(939, 'best@bxox.info', 'bbdc47d34b1c9ad08e3732e0736782d3', 'Davidtic', '', 'FALSE', '88.150.250.242', '2018-01-04 04:53:24', 'web', '', 0),
(940, 'be.s.t.@bxox.info', 'bbdc47d34b1c9ad08e3732e0736782d3', 'Davidtic', '', 'FALSE', '88.150.250.242', '2018-01-04 06:47:41', 'web', '', 0),
(941, 'accounts@mahavirlawhouse.com', 'e5a8d50ed67e73637b7ef2f0645720eb', 'Nirali Shah', '', 'FALSE', '49.36.1.70', '2018-01-04 10:59:20', 'web', '', 0),
(942, 'anuragitsme1994@gmail.com', '6c6deb56146a4e75e67470c64472e0ea', 'Anurag', '', 'FALSE', '185.189.115.138', '2018-01-04 11:22:56', 'web', '', 0),
(943, 'i77.1177117711@gmail.com', 'ea5aac623f1b56963376f1c34eccb243', 'Bobbynip', '', 'FALSE', '213.111.213.2', '2018-01-05 01:42:51', 'web', '', 0),
(944, 'lorraineez11@jenkins1.wmmail1.veinflower.xyz', 'c0411ee06389423b814a209fab2c1b59', 'sethak11', '', 'FALSE', '163.172.45.46', '2018-01-05 04:24:43', 'web', '', 0),
(945, 'and20rei2017@gmail.com', '267aa5295bdc94f3a48494d569616c75', 'Darrickcek', '', 'FALSE', '37.115.205.45', '2018-01-05 19:19:27', 'web', '', 0),
(946, 'rohitdebo@gmail.com', 'ced761b591a32ee6d36b5db52d1b40ef', 'Rohit Debnath', '', 'FALSE', '117.232.123.74', '2018-01-05 23:42:13', 'web', '', 0),
(947, 'sobolevamaria84@gmail.com', '938472c684d4fde782ab7365264c75ef', 'Marinesex', '', 'FALSE', '169.50.62.107', '2018-01-06 00:40:27', 'web', '', 0),
(948, 'michaelrit@mail.ru', '309ae0affb63feab0a2e75a625081d92', 'Nathanlanny', '', 'FALSE', '184.22.246.83', '2018-01-06 05:34:15', 'web', '', 0),
(949, 'mudmoibeswing1978@seocdvig.ru', '5a2079d0d7ba9d52790817066ffa41ed', 'OtelGof', '', 'FALSE', '5.227.7.39', '2018-01-07 02:01:35', 'web', '', 0),
(950, 'abrom1323@gmail.com', '72f98f0cf24fcefb24b66d7b2911f232', 'JamesKes', '', 'FALSE', '37.115.205.45', '2018-01-07 15:27:52', 'web', '', 0),
(951, 'gringo@enciklopediya.org', 'fe125c86be14577f29d6e1f277716750', 'Keithfrorm', '', 'FALSE', '47.88.20.189', '2018-01-08 02:01:00', 'web', '', 0),
(952, 'i771177.117711@gmail.com', '05564f3a9f585f46859cf582452eac02', 'EdwardLOK', '', 'FALSE', '188.163.109.0', '2018-01-09 14:54:42', 'web', '', 0),
(953, 'cree50030@first.baburn.com', '17baebd1fdb295d1ce8e08cf85e7ec0e', 'Robertomish', '', 'FALSE', '195.22.126.21', '2018-01-10 04:07:59', 'web', '', 0),
(954, 'krasinmit@gmail.com', '3acfc7f520d18324107e1b16083437ba', 'RobertEruro', '', 'FALSE', '146.185.223.172', '2018-01-10 04:19:03', 'web', '', 0),
(955, 'a.l.ex.sh.ulman.1.92.7.4332.5.2.4@gmail.com', '063a00674cc54ee95b1f60b283f8db00', 'alexhek', '', 'FALSE', '93.188.39.169', '2018-01-10 10:03:31', 'web', '', 0),
(956, 'dawnej16@pop3.eagle.eaglefight.top', 'c0411ee06389423b814a209fab2c1b59', 'larrydr18', '', 'FALSE', '185.61.148.168', '2018-01-10 10:54:20', 'web', '', 0),
(957, 'geordijoseph@gmail.com', 'a882dd870cabe7912bf2fc2b704da5da', 'Geordi', '', 'FALSE', '117.246.183.47', '2018-01-10 11:19:31', 'web', '', 0),
(958, 'ndasmamba@gmail.com', '', 'Naba kumar Das', '', 'FALSE', '117.226.179.178', '2018-01-10 11:22:47', '', '101107751050312759480', 66591515908219),
(959, 'denov2451@videois.ru', 'ba76a00a5a1fad0dd8c6493aeb9ec4f9', 'DenovEr', '', 'FALSE', '93.77.116.98', '2018-01-10 16:36:45', 'web', '', 0),
(960, 'ebonydet@yandex.ru', '67e534f158631f99f1d2d0739c889c1d', 'EbonyInsut', '', 'FALSE', '37.44.101.63', '2018-01-11 04:41:01', 'web', '', 0),
(961, 'lebedevaemma64@yandex.ru', '58df5adec2005bc7a2c70ad7485d47a1', 'EmmaEsola', '', 'FALSE', '194.33.84.64', '2018-01-12 08:34:26', 'web', '', 0),
(962, 'ahkadighe@gmail.com', 'ee8dbdcd1c0b1e4798824786ba53da3b', 'Ashutosh', '', 'FALSE', '182.70.92.246', '2018-01-12 22:18:43', 'web', '', 0),
(963, 'vicivikylia@gmail.com', 'd93534af06b02cea06ec4ef91a484f6a', 'MilaniLow', '', 'FALSE', '78.85.49.60', '2018-01-13 00:05:50', 'web', '', 0),
(964, 'lesleyrq60@postmaster.veinflower.xyz', 'c0411ee06389423b814a209fab2c1b59', 'raquelkm69', '', 'FALSE', '162.247.72.199', '2018-01-13 17:41:50', 'web', '', 0),
(965, 'xnxl65883@first.baburn.com', '64a9b1f650882f4387ca63b0c0583017', 'FloydEpile', '', 'FALSE', '188.68.224.163', '2018-01-14 03:15:08', 'web', '', 0),
(966, 'wsne32629@first.baburn.com', '622a2f6f4a51cc393bbc6e47819505a1', 'WilliamLep', '', 'FALSE', '46.29.19.169', '2018-01-14 11:59:40', 'web', '', 0),
(967, 'ugolpasha@gmail.com', 'a10d966de75ab02b8bc7f1d0a9a4c6d4', 'Davidnouck', '', 'FALSE', '146.185.223.72', '2018-01-15 08:56:38', 'web', '', 0),
(968, 'samikhan322@gmail.com', '714bcbf6d092f54edb054ff8f9a918ed', 'SAMI UDDIN KHAN', '', 'FALSE', '117.212.11.19', '2018-01-16 11:51:51', 'web', '', 0),
(969, 'bonny190591@gmail.com', 'b285664da7731a3bc2274e6aed3aeee7', 'Debarati Nandan ', '', 'FALSE', '47.15.247.16', '2018-01-18 18:22:57', 'web', '', 0),
(970, 'scatresnasemb1995@seocdvig.ru', '2ef7703fef9181fadb92fa623db936ad', 'KuhniGof', '', 'FALSE', '93.120.165.193', '2018-01-19 01:38:14', 'web', '', 0),
(971, 'mirandaki18@mailweb.stars-and-glory.stars-and-glory.top', 'c0411ee06389423b814a209fab2c1b59', 'lorenalq11', '', 'FALSE', '209.141.43.42', '2018-01-21 13:20:44', 'web', '', 0),
(972, '', '', 'Rajeev Rayasam', '', 'FALSE', '43.249.218.14', '2018-01-22 12:15:07', 'facebook', '383454088768232', 0),
(973, 'okjy48246@first.baburn.com', 'bc8e3edc66bc43bb027a1b82a0afa57f', 'KellyChene', '', 'FALSE', '195.22.126.25', '2018-01-22 17:51:20', 'web', '', 0),
(974, 'llze85368@first.baburn.com', '03e48bad79a171d3eb183fe517aa6188', 'Victorerons', '', 'FALSE', '195.22.126.26', '2018-01-23 00:50:42', 'web', '', 0),
(975, 'wovz93314@first.baburn.com', 'b06162550869256a0b6a22107ab1502a', 'GregoryHom', '', 'FALSE', '46.29.19.169', '2018-01-23 02:18:08', 'web', '', 0),
(976, 'jusikaverg@poreglot.ru', '9c70cc65fdfb6362095f55592d7feb58', 'JusikaRhync', '', 'FALSE', '109.86.72.163', '2018-01-23 07:43:41', 'web', '', 0),
(977, 'khauck@regiopost.top ', 'fe85e7b9e47f35db93ac22c28e401a33', 'Payday Express ', '', 'FALSE', '46.161.9.61', '2018-01-23 07:58:56', 'web', '', 0),
(978, 'apju57361@first.baburn.com', '3c55cfc18cf35dc95f16f8bb89cf3559', 'MatthewReecy', '', 'FALSE', '195.22.126.25', '2018-01-23 13:44:52', 'web', '', 0),
(979, 'andriyha_boev1921@mail.ru', 'ee6c890aff4f370e002dd4a9f3a0e667', 'Lidyfrach', '', 'FALSE', '37.44.104.107', '2018-01-24 01:19:08', 'web', '', 0),
(980, 'legalfalconrupendra@gmail.com', '51fd0656cbbac3fa0586cd529e9ddb13', 'rupendra', '', 'FALSE', '112.196.62.4', '2018-01-24 13:10:38', 'web', '', 13141516779772),
(981, 'rupendra.rajpoot@gmail.com', '', 'Rupendra Singh Jadaun', '', 'FALSE', '125.18.33.147', '2018-01-24 13:14:50', 'facebook', '10208601419152986', 0),
(982, 'cergey.vostr90@gmail.com', '8c198b3d8d458ad9272d2343c039953b', 'BrianErync', '', 'FALSE', '146.185.223.143', '2018-01-24 19:18:26', 'web', '', 0),
(983, 'jenniferei11@dmail.stars-and-glory.top', 'c0411ee06389423b814a209fab2c1b59', 'jacquelinehh4', '', 'FALSE', '66.70.217.179', '2018-01-25 03:19:25', 'web', '', 0),
(984, 'jjhammersley@livemail.trade ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2018-01-25 05:14:05', 'web', '', 0),
(985, 'wbram@mailserver.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2018-01-25 05:57:27', 'web', '', 0),
(986, 'jmullins85@blinkweb.trade ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2018-01-25 06:35:09', 'web', '', 0),
(987, 'lloydhetzel@umail4less.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2018-01-25 08:38:35', 'web', '', 0),
(988, 'atdutta@gmail.com', '4d7089e3026449aa5135e9b2e1d2d4bf', 'Ashok Taru Dutta', '', 'FALSE', '117.203.182.110', '2018-01-25 21:59:34', 'web', '', 0),
(989, 'berruileta1992@seocdvig.ru', '3d8614d017d3996276efb4fa82a32b69', 'SEOPorie', '', 'FALSE', '5.164.251.58', '2018-01-26 13:39:17', 'web', '', 0),
(990, 'fre.dfo.x.e.r.t.y.@gmail.com', 'b29959ad1fe7cef7bf8a3ba78a61f7a3', 'SophieBouff', '', 'FALSE', '89.249.64.180', '2018-01-27 22:43:17', 'web', '', 0),
(991, 'katevasik1986@gmail.com', 'd93534af06b02cea06ec4ef91a484f6a', 'LindasLow', '', 'FALSE', '78.85.130.233', '2018-01-28 04:50:26', 'web', '', 0),
(992, 'kostf3@gmail.com', 'd67efd2ffd0ceff58c4e2a280a50abee', 'CharlesGag', '', 'FALSE', '178.137.17.67', '2018-01-28 06:19:01', 'web', '', 0),
(993, 'sarkzar158@chemodanymos.com', '979a0cb9c47a808a2b7bfe539a012732', 'zaxvatu14.', '', 'FALSE', '193.201.224.32', '2018-01-28 21:25:03', 'web', '', 0),
(994, 'kyung@msmail.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2018-01-29 18:22:04', 'web', '', 0),
(995, 'prosster@mail4coin.com', '68ca4e0cfeed148cfcc8bee1427be183', 'Prostercam', '', 'FALSE', '188.120.236.96', '2018-01-29 19:45:35', 'web', '', 0),
(996, 'janyce@blinkweb.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2018-01-29 21:06:41', 'web', '', 0),
(997, 'jah.och.u.p.i.sa.tp.or.u.s.sk.i@gmail.com', '05624c7f5d76be17a7bfba4f688957af', 'Michaeltet', '', 'FALSE', '178.159.37.11', '2018-01-29 22:54:47', 'web', '', 0),
(998, 'neenasergi@gmail.com', '', 'Neena sergi', '', 'FALSE', '157.50.233.0', '2018-01-31 06:32:38', '', '117858023260958939868', 0),
(999, 'krishnavs9708@gmail.com', 'b5e1ecc0120a42a86b8f4ebdea1f2ce0', 'Krishna V.S', '', 'FALSE', '14.139.181.229', '2018-01-31 10:30:45', 'web', '', 0),
(1000, 'krishnavs9708@gmail.com', '', 'krishna vs', '', 'FALSE', '14.139.181.229', '2018-01-31 10:32:43', '', '108175698954430100195', 0),
(1001, 'ub.uzuu.toby.go.wuk@gmail.com', '3b4c051fff402241e54729197f3eb117', 'Stevenskela', '', 'FALSE', '178.159.37.61', '2018-02-01 00:28:25', 'web', '', 0),
(1002, 'b.as.eo.d.a.ta.bas.ebuy@gmail.com', 'b4c721419d4967650db96a837aeb0b66', 'BaseoLal', '', 'FALSE', '46.241.111.36', '2018-02-01 09:11:55', 'web', '', 0),
(1003, 'pranabkp@gmail.com', '', 'Pranab Kumar Pasayat', '', 'FALSE', '157.41.251.80', '2018-02-01 22:06:52', '', '104631337004452155570', 0),
(1004, 'srinivas.challa1@gmail.com', '', 'Dr-Srinivas Challa', '', 'FALSE', '103.57.134.11', '2018-02-03 20:01:41', 'facebook', '1519627411469559', 0),
(1005, 'jliafug@gmail.com', '9f7973cf57a448f17dd5795626a39ad1', 'JliaLoume', '', 'FALSE', '178.122.210.64', '2018-02-04 15:50:00', 'web', '', 0),
(1006, 'awesome.cvam@gmail.com', '83b32f81ce87cbf31a10cf127de94bc9', 'Shivam', '', 'FALSE', '106.207.85.181', '2018-02-04 18:27:49', 'web', '', 0);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(1007, 'james.haynie2355@mail.ru', '67b58fcdebb98ec4f532a645d610a71b', 'RobertWL', '', 'FALSE', '185.63.255.181', '2018-02-05 04:02:46', 'web', '', 0),
(1008, 'prha51896@first.baburn.com', '225797347b71dbcffa6fd2755327be85', 'BrianTAW', '', 'FALSE', '195.22.126.37', '2018-02-06 00:38:09', 'web', '', 0),
(1009, 'fmjy42971@first.baburn.com', 'd1946c893e55e16f86160593fd291e2a', 'DavidSib', '', 'FALSE', '195.22.126.22', '2018-02-06 00:38:09', 'web', '', 0),
(1010, 'anupsingh1000@gmail.com', 'b4921ec3889e5caddff212ca0407470c', 'ANUP SINGH', '', 'FALSE', '47.15.158.83', '2018-02-06 08:09:09', 'web', '', 0),
(1011, 'torajanig.2008@rediffmail.com', 'c663fb640725ddc4ad021db35c131e0a', 'Rajani gupta', '', 'FALSE', '223.180.12.30', '2018-02-07 16:31:28', 'web', '', 0),
(1012, 'pratiksingh70@gmail.com', '6bc198ecf7f5a580e26640aef573e225', 'PRATIK KUMAR SINGH ', '', 'FALSE', '47.11.142.61', '2018-02-07 17:20:40', 'web', '', 78941518004331),
(1013, 'gopalprasadmishra56@gmail.com', '', 'Gopal Prasad Mishra', '', 'FALSE', '202.142.119.94', '2018-02-08 21:35:53', '', '117530483442813758763', 0),
(1014, 'lamstore.ru@inbox.ru', '24cedde2e08d1bf64d4aebf705c0e764', 'lamstoresekay', '', 'FALSE', '88.135.1.206', '2018-02-09 04:32:39', 'web', '', 0),
(1015, 'www.mahasin.ind@gmail.com', '03838d9853b0cf7830d294f2bdd23dde', 'mahasin munshi', '', 'FALSE', '1.187.219.173', '2018-02-09 19:09:58', 'web', '', 0),
(1016, 'bbasant7@gmail.com', '', 'Basant Bhaskar', '', 'FALSE', '47.29.113.193', '2018-02-10 11:12:11', 'facebook', '923896167797301', 0),
(1017, 'nada@mmail.trade ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', 'FALSE', '46.161.9.51', '2018-02-10 15:47:52', 'web', '', 0),
(1018, 'chauhandudeabhay@gmail.com', '', 'Abhay Chauhan', '', 'FALSE', '157.39.187.187', '2018-02-11 01:26:42', '', '106613142673436186938', 0),
(1019, 'dasterfasdor2017-9@mail.ru', '3f4cdbea4e16f6108718cad2f2b99de2', 'Z00oberrtitsooca', '', 'FALSE', '78.109.36.52', '2018-02-11 14:04:12', 'web', '', 0),
(1020, 'erinens@snipemail4u.bid ', 'a8a7b15de0ebb505625641a20980a075', 'Aaronimamy', '', 'FALSE', '46.161.9.22', '2018-02-12 00:15:41', 'web', '', 0),
(1021, 'matthiasszilagyi@mmail.trade ', 'a8a7b15de0ebb505625641a20980a075', 'Aaronimamy', '', 'FALSE', '46.161.9.22', '2018-02-12 02:56:16', 'web', '', 0),
(1022, 'salher747@jaggernautemail.trade ', '5d1870056a840f352a33cbce69b00b34', 'AlfredEmeda', '', 'FALSE', '46.161.9.50', '2018-02-12 03:30:35', 'web', '', 0),
(1023, 'timovermyer@myfreemail.bid ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', 'FALSE', '46.161.9.50', '2018-02-12 05:13:41', 'web', '', 0),
(1024, 'jpinto@hostnow.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2018-02-12 22:12:01', 'web', '', 0),
(1025, 'kvvz2090@first.baburn.com', '27a979e9d6745a9282166ab1c9479324', 'DonaldTeepe', '', 'FALSE', '188.68.224.163', '2018-02-12 23:11:28', 'web', '', 0),
(1026, 'mnoxwo@contmy.info', 'e4f43134a69acc0e0483028a68e32e10', 'FrankKix', '', 'FALSE', '31.184.236.104', '2018-02-13 17:42:54', 'web', '', 0),
(1027, 'calinq@hostnow.bid ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', 'FALSE', '46.161.9.51', '2018-02-14 01:57:26', 'web', '', 0),
(1028, 'antonovaocm1959@mail.ru', '74be298c1bac5e274eb348b5b53f30ae', 'BrianSnike', '', 'FALSE', '185.2.32.2', '2018-02-14 11:34:25', 'web', '', 0),
(1029, 'nguyenkristy@hostingninja.bid ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', 'FALSE', '46.161.9.51', '2018-02-15 06:29:53', 'web', '', 0),
(1030, 'hansverbrugh@mail2k.trade ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', 'FALSE', '46.161.9.51', '2018-02-15 06:43:09', 'web', '', 0),
(1031, 'arjunbanerjee3@gmail.com', '', 'Arjun Banerjee', '', 'FALSE', '49.35.68.19', '2018-02-16 23:03:21', '', '111053198205751243639', 0),
(1032, 'jitenchokshi@yahoo.com', '', 'Jitendra Ramanlal Chokshi', '', 'FALSE', '42.106.24.14', '2018-02-18 14:29:31', 'facebook', '10210647003071274', 98611518955651),
(1033, 'a.lex.shulman19274.332.52.4.@gmail.com', '063a00674cc54ee95b1f60b283f8db00', 'alexhek', '', 'FALSE', '93.188.39.169', '2018-02-18 16:21:16', 'web', '', 0),
(1034, 'cfbeht245@mail.ru', '864d71a32c0eb2922c472593032993cc', 'LincolnInfar', '', 'FALSE', '178.159.37.150', '2018-02-19 08:34:04', 'web', '', 0),
(1035, 'chrisaol71@msmail.trade ', '5d1870056a840f352a33cbce69b00b34', 'AlfredEmeda', '', 'FALSE', '46.161.9.50', '2018-02-19 12:52:43', 'web', '', 0),
(1036, 'nicki@sslsmtp.racing ', 'ead574adad63942648cc89a756db0b1b', 'Kennethrip', '', 'FALSE', '46.161.9.50', '2018-02-19 13:04:48', 'web', '', 0),
(1037, 'otilia@simplyemail.bid ', 'dd6936913337f5f419860e0913f4162a', 'BennyBiche', '', 'FALSE', '46.161.9.50', '2018-02-19 19:36:17', 'web', '', 0),
(1038, 'azanatt@hostingninja.bid ', 'a8a7b15de0ebb505625641a20980a075', 'Aaronimamy', '', 'FALSE', '46.161.9.22', '2018-02-20 15:52:34', 'web', '', 0),
(1039, 'emerita@livemail.bid ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', 'FALSE', '46.161.9.51', '2018-02-20 22:26:13', 'web', '', 0),
(1040, 'xrum17@my-mail.top', 'e351605aced8bfadc60cd04244bd176d', 'BrandonMon', '', 'FALSE', '91.231.87.176', '2018-02-21 06:26:51', 'web', '', 0),
(1041, 'jama@mmail.trade ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2018-02-21 08:44:06', 'web', '', 0),
(1042, 'okbye1235@gmail.com', '25d55ad283aa400af464c76d713c07ad', 'ok', '', 'FALSE', '39.43.19.247', '2018-02-21 12:53:20', 'web', '', 0),
(1043, 'jeanap2004@mypop3.bid ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', 'FALSE', '46.161.9.50', '2018-02-22 04:14:30', 'web', '', 0),
(1044, 'mohit020698@gmail.com', '', 'Mohit Jain', '', 'FALSE', '103.95.82.247', '2018-02-22 20:45:44', 'facebook', '1705330252895009', 0),
(1045, 'investrealtoday@gmail.com', '994f97506cd446183f477192614bb5b3', 'MosNixCrata', '', 'FALSE', '208.95.62.81', '2018-02-23 06:40:58', 'web', '', 0),
(1046, 'gareth4231@bestemail.bid ', 'ead574adad63942648cc89a756db0b1b', 'Kennethrip', '', 'FALSE', '46.161.9.50', '2018-02-23 09:46:43', 'web', '', 0),
(1047, 'molleiferihakaymaz@freeemails.racing ', 'dd6936913337f5f419860e0913f4162a', 'BennyBiche', '', 'FALSE', '46.161.9.50', '2018-02-23 16:34:07', 'web', '', 0),
(1048, 'chelsea@simplyemail.bid ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', 'FALSE', '46.161.9.51', '2018-02-24 16:46:08', 'web', '', 0),
(1049, 'carlawcars@umail4less.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2018-02-25 00:57:51', 'web', '', 0),
(1050, 'debbarma.daniel@gmail.com', '4d30b9877040db34f325b0457e14e1b3', 'Daniel Debbarma', '', 'FALSE', '47.29.132.170', '2018-02-25 07:49:07', 'web', '', 15661520774678),
(1051, 'cammie@livemail.trade ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2018-02-25 12:43:22', 'web', '', 0),
(1052, 'dudrojsk2018@yandex.ru', '7a0c8442ce7e95023f3e410fbee362e5', 'RonaldBek', '', 'FALSE', '145.255.161.158', '2018-02-25 13:35:09', 'web', '', 0),
(1053, 'peggyrackliffe@umail4less.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2018-02-25 14:43:40', 'web', '', 0),
(1054, 'glynis@mypop3.trade ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', 'FALSE', '46.161.9.25', '2018-02-25 17:16:16', 'web', '', 0),
(1055, 'drjuma@b2bmail.bid ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', 'FALSE', '46.161.9.51', '2018-02-25 23:45:28', 'web', '', 0),
(1056, 'brownies4me23@blinkweb.trade ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', 'FALSE', '46.161.9.51', '2018-02-26 04:56:26', 'web', '', 0),
(1057, 'clarabramb@outlook.com', '6e9e9cec37d56c095b0ba8d18e328806', 'ClaraCal', '', 'FALSE', '86.57.215.245', '2018-02-26 12:17:25', 'web', '', 0),
(1058, 'tomiegipsonjr@freeemails.racing ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', 'FALSE', '46.161.9.51', '2018-02-27 03:49:15', 'web', '', 0),
(1059, 'jimford37@freemail.trade ', '5d1870056a840f352a33cbce69b00b34', 'AlfredEmeda', '', 'FALSE', '46.161.9.50', '2018-02-27 05:49:28', 'web', '', 0),
(1060, 'cristy@msmail.bid ', 'ead574adad63942648cc89a756db0b1b', 'Kennethrip', '', 'FALSE', '46.161.9.50', '2018-02-27 06:26:23', 'web', '', 0),
(1061, 'lvanmol7@myimail.bid ', 'dd6936913337f5f419860e0913f4162a', 'BennyBiche', '', 'FALSE', '46.161.9.50', '2018-02-27 14:22:35', 'web', '', 0),
(1062, 'haikal.law@gmail.com', 'e8227257dd911a70839a8af017e3f4cb', 'Hussain Haikal, Advocate', '', 'FALSE', '157.42.85.184', '2018-02-28 01:14:22', 'web', '', 89721519760834),
(1063, 'cbbrackman@wwwemail.bid ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', 'FALSE', '46.161.9.51', '2018-03-01 18:48:39', 'web', '', 0),
(1064, 'ayushi.ambu@gmail.com', '', 'Ayushi Dube', '', 'FALSE', '202.3.77.230', '2018-03-03 02:24:22', '', '111708516625703733426', 0),
(1065, 'anataliyanog@mail.ru', '602a19eeab926ff0db593fdb7c9e1497', 'Edwinlex', '', 'FALSE', '95.181.217.2', '2018-03-03 07:35:43', 'web', '', 0),
(1066, '', '', 'Poulome Patra', '', 'FALSE', '47.11.192.227', '2018-03-03 21:10:19', 'facebook', '920824941398434', 0),
(1067, 'santas30@emailcom.org', 'ecd8bca4e9972a301351a424c44eb0f5', 'SantasV', '', 'FALSE', '123.21.112.69', '2018-03-04 05:57:50', 'web', '', 0),
(1068, 'jamesfus21@mail.ru', '71e7fb77a8198b07e9190b144e84686b', 'Jamesroomi', '', 'FALSE', '89.169.219.31', '2018-03-04 23:31:58', 'web', '', 0),
(1069, 'hemant.shetye@pgcl.ac.in', '5588d0ce0e3ac944ba2e31dce0c6148c', 'Hemant Shetye', '', 'FALSE', '202.134.191.26', '2018-03-05 13:04:12', 'web', '', 0),
(1070, 'mohdasadullah100@gmail.com', '', 'Asadullah Mohammed', '', 'FALSE', '27.59.241.69', '2018-03-06 03:34:58', 'facebook', '603908903290445', 0),
(1071, 'kolastunt@gmail.com', '4b3d65605e87deb5afab66ee6e68f53c', 'MarvinThode', '', 'FALSE', '5.62.41.10', '2018-03-07 21:08:12', 'web', '', 0),
(1072, 'mosster@mail4coin.com', '68ca4e0cfeed148cfcc8bee1427be183', 'Mostercam', '', 'FALSE', '193.201.224.201', '2018-03-09 04:12:46', 'web', '', 0),
(1073, 'kam.il.asha.yx.u.z.b@gmail.com', '52273173033fcbd4dc2b722f9431dbe3', 'KamilaTex', '', 'FALSE', '185.180.197.12', '2018-03-09 19:20:56', 'web', '', 0),
(1074, 'keerthanagandhan@gmail.com', 'ca6c08d9aa845b0c92ad609840a07e27', 'M.R.Keerthana', '', 'FALSE', '42.111.244.110', '2018-03-09 20:06:27', 'web', '', 0),
(1075, 'gusevaxmt1971@mail.ru', 'cd8766dc29059ce813dbf8d2790767a2', 'Maynardkem', '', 'FALSE', '95.181.217.2', '2018-03-09 21:36:27', 'web', '', 0),
(1076, 'harungpr@gmail.com', '5107a537aa5fc9000c90bdf40d2fbe75', 'MOHAMMAD HARUN CHIPPA', '', 'FALSE', '157.37.194.52', '2018-03-09 23:19:55', 'web', '', 0),
(1077, 'kopylovaajt1957@mail.ru', 'd40f963dd127662dde4cd3334f3f09a1', 'JohnnyAPETE', '', 'FALSE', '95.181.217.2', '2018-03-10 06:12:36', 'web', '', 0),
(1078, 'ggakhar@gmail.com', '97b5d4fd3362224ce272c6c1cd21a696', 'GIRISH KUMAR GAKHAR', '', 'FALSE', '47.31.234.253', '2018-03-10 11:54:33', 'web', '', 0),
(1079, 'robinkr.bme16@iitbhu.ac.in', '7d387f7e8ef7e46619aeea2146110967', 'ROBIN', '', 'FALSE', '27.97.249.93', '2018-03-11 23:44:45', 'web', '', 0),
(1080, '1977info1209@gmail.com', '6602d1ed571f435150fe749f2a4d83d6', 'Aeraceunume', '', 'FALSE', '46.149.95.55', '2018-03-12 05:10:04', 'web', '', 0),
(1081, 'srzv43315@catch@first.baburn.com', 'bb2e013d1db5b6bdc72ec6bf39db8c00', 'AndrewMix', '', 'FALSE', '195.22.126.37', '2018-03-12 07:35:09', 'web', '', 0),
(1082, 'shettysup2793@gmail.com', '', 'Supriya Shetty', '', 'FALSE', '183.87.243.195', '2018-03-12 11:25:02', '', '111409457088436024184', 0),
(1083, 'yrosster@mail4coin.com', '68ca4e0cfeed148cfcc8bee1427be183', 'Yrostercam', '', 'FALSE', '188.120.236.96', '2018-03-13 04:56:29', 'web', '', 0),
(1084, 'dasha_gulkina@mail.ru', '71f43861b491f9c96df98286a44fdfcc', 'MichaelScied', '', 'FALSE', '188.165.4.128', '2018-03-15 09:28:55', 'web', '', 0),
(1085, 'coreys.em@gmail.com', '9e18b8ef273fec27fe153244b2205237', 'CoreyZox', '', 'FALSE', '178.137.95.244', '2018-03-15 20:04:13', 'web', '', 0),
(1086, 'bvdg11071@rng.marvsz.com', '42da92421bd367d7f1767c3d0dc62298', 'Merlinper', '', 'FALSE', '195.22.126.33', '2018-03-16 16:40:52', 'web', '', 0),
(1087, 'vetlucci0103@gmail.com', '012ef226b8f50035382b298450e783e4', 'vetlucciKT', '', 'FALSE', '165.231.161.6', '2018-03-17 15:04:22', 'web', '', 0),
(1088, 'e.v.g.en.i.yj.j.i.glo.v.@gmail.com', 'd525c222bcc37e2193151cba6320e011', 'Edwinmom', '', 'FALSE', '88.147.173.72', '2018-03-18 03:15:36', 'web', '', 0),
(1089, 'serftyuk@bigmir.net', '9e18b8ef273fec27fe153244b2205237', 'CoreyZox', '', 'FALSE', '178.137.95.244', '2018-03-18 18:06:59', 'web', '', 0),
(1090, 'osipovanatoli.i.83@gmail.com', 'a62cade083d51dba4dffb0079fc447f8', 'Lichardcab', '', 'FALSE', '46.185.7.100', '2018-03-20 14:20:21', 'web', '', 0),
(1091, 'Shafeeqmalik@gmail.com', '6eea9b7ef19179a06954edd0f6c05ceb', 'Shafeeq', '', 'FALSE', '106.192.175.204', '2018-03-21 00:17:23', 'web', '', 0),
(1092, 'ranjan_kumar_sharma@yahoo.co.in', '66a500f32ecf8df1f2bacb9e97d760de', 'Ranjan Sharma', '', 'FALSE', '171.77.158.60', '2018-03-21 12:29:23', 'web', '', 55911521615752),
(1093, 'anshdavar@psdavar.com', '25d55ad283aa400af464c76d713c07ad', 'Anshu Davar', '', 'FALSE', '59.178.69.106', '2018-03-21 18:35:54', 'web', '', 0),
(1094, 'a.lex.sh.ul.ma.n.1.9.27.4332524@gmail.com', '063a00674cc54ee95b1f60b283f8db00', 'alexhek', '', 'FALSE', '82.193.109.243', '2018-03-21 23:28:29', 'web', '', 0),
(1095, 'bakhta.40@mail.ru', '584743e4bc47ccc8bb5b0673d7aefebe', 'TrompokLox', '', 'FALSE', '146.185.223.123', '2018-03-22 15:12:40', 'web', '', 0),
(1096, 'rockyboscoe@gmail.com', 'fa0e23500d6963c9982aef28e61712a8', 'Garryasync', '', 'FALSE', '172.245.16.71', '2018-03-24 01:56:05', 'web', '', 0),
(1097, 'uberjob2018@yandex.ru', 'f1d2838927730a21703c3a642eab2ae9', 'Ubersu', '', 'FALSE', '134.119.218.22', '2018-03-24 17:27:04', 'web', '', 0),
(1098, 'elfiebarnett@yahoo.com', '82bb646d55d75aa1248072e9ad60a42d', 'Thomasdeams', '', 'FALSE', '146.185.223.25', '2018-03-25 18:17:12', 'web', '', 0),
(1099, 'asamdekar@gmail.com', '', 'Abhishek Samdekar', '', 'FALSE', '114.143.39.26', '2018-03-27 09:01:01', '', '116669434462925540355', 0),
(1100, 'mrinal.utd@gmail.com', '', 'Mrinal Jain', '', 'FALSE', '223.179.134.251', '2018-03-27 13:59:46', '', '107535146704270117002', 0),
(1101, 'baalawji@gmail.com', '1254eebf0d682666b733f1d1b6d7b0fa', 'K. Balaji', '', 'FALSE', '117.241.156.115', '2018-03-29 19:30:57', 'web', '', 20341524221705),
(1102, 'thecttt@gmail.com', 'f514c3f308e983b7a86ae17682ad94ff', 'Alicelaf', '', 'FALSE', '178.205.103.137', '2018-03-31 00:01:46', 'web', '', 0),
(1103, '7388urt@gmail.com', 'cdbc097f6b1dda47e339f90611f15ced', 'CharlesJaT', '', 'FALSE', '62.76.75.180', '2018-03-31 11:29:18', 'web', '', 0),
(1104, 'irav5018@gmail.com', 'abccbc7efa3dc93b1881d04ca3a1976e', 'MichaQuara', '', 'FALSE', '195.208.220.162', '2018-04-01 07:35:03', 'web', '', 0),
(1105, 'chiranjibpal64@gmail.com', '0de649db7d6f45bac4d4fb67bf2c0f1f', 'Chiranjib Pal', '', 'FALSE', '47.11.140.193', '2018-04-02 09:21:43', 'web', '', 6541533223883),
(1106, 'Advpayalshaw@gmail.com', '606cbbd92c03ca40153d5f7f775c7eff', 'Payal shaw', '', 'FALSE', '47.15.169.249', '2018-04-02 21:35:28', 'web', '', 0),
(1107, 'Shawpayal.2015@gmail.com', '606cbbd92c03ca40153d5f7f775c7eff', 'Payal shaw', '', 'FALSE', '47.15.169.249', '2018-04-02 21:39:38', 'web', '', 0),
(1108, 'lara.tsapeleva.73@mail.ru', '8fd3e5ffd22d6e372e700c6300316bce', 'laraSlene', '', 'FALSE', '188.191.237.30', '2018-04-05 10:46:51', 'web', '', 0),
(1109, 'nikitabagrov8@gmail.com', '86644d02381d1bc63a3bf67637152799', 'cocaporn', '', 'FALSE', '193.0.217.132', '2018-04-06 13:48:01', 'web', '', 0),
(1110, 'pilexbuy@gmail.com', 'd20291b7cc0652c3e9191229a883a619', 'RodneyHem', '', 'FALSE', '93.85.79.22', '2018-04-07 21:43:59', 'web', '', 0),
(1111, 'abbasimunir@gmail.com', '58a0eecf18b7b5993686c9a525254e44', 'munir ahmad abbasi', '', 'FALSE', '103.102.244.2', '2018-04-09 15:13:16', 'web', '', 0),
(1112, 'priyankajain60050@gmail.com', '', 'Priyanka Porwal Jain', '', 'FALSE', '122.170.161.198', '2018-04-09 22:26:21', 'facebook', '1873763385969605', 0),
(1113, 'shyammprasaddh@gmail.com', '', 'prasad k', '', 'FALSE', '43.227.130.163', '2018-04-10 00:09:02', '', '114694584449072970095', 0),
(1114, 'ivanmartink35@gmail.com', '34e016a01b99d4160687cc7c3a7955ae', 'AllanJoync', '', 'FALSE', '188.230.21.78', '2018-04-10 13:30:46', 'web', '', 0),
(1115, 'al.ex.shu.l.man19.27.4.33.2.524.@gmail.com', '063a00674cc54ee95b1f60b283f8db00', 'alexhek', '', 'FALSE', '93.188.39.163', '2018-04-10 16:23:56', 'web', '', 0),
(1116, 'chiranjibmohapatra28@gmail.com', '', 'Chiranjib Mohapatra', '', 'FALSE', '157.41.167.96', '2018-04-11 18:40:49', '', '112982791655891850569', 0),
(1117, 'metalobaza1@i.ua', 'c951ad685f8ae09deb08f545de37201e', 'Ageneacunc', '', 'FALSE', '46.149.95.55', '2018-04-13 05:59:41', 'web', '', 0),
(1118, 'Sangameswarm@gmail.com', '', 'Sangameswar Mantravadi', '', 'FALSE', '157.48.52.30', '2018-04-14 06:59:46', 'facebook', '1717921638269584', 0),
(1119, 'doinaturcan@outlook.com', '1b939162a0753d20f56d3cafa7efdb45', 'tolikkk', '', 'FALSE', '95.65.45.111', '2018-04-15 13:04:34', 'web', '', 0),
(1120, 'shts.sdfg.85@mail.ru', '3e9eab1ef276075e8e87af40621b9096', 'EvelynDring', '', 'FALSE', '188.243.207.150', '2018-04-17 09:55:25', 'web', '', 0),
(1121, 'vikasa1232000@yahoo.co.in', '03785a733592a04e6e773563c118cd60', 'Vikas Agarwal', '', 'FALSE', '49.32.180.209', '2018-04-20 23:01:01', 'web', '', 0),
(1122, 'batyehg@kotiki.pw', 'fc7169f8535bc971cddc9393e61bb4d6', 'AszqewrbBaw', '', 'FALSE', '176.110.129.2', '2018-04-21 00:46:59', 'web', '', 0),
(1123, 'rharikrishnan6198@gmail.com', '', 'Rajagopalan Harikrishnan', '', 'FALSE', '223.228.159.14', '2018-04-21 09:21:23', '', '118295074419600438589', 0),
(1124, 'bikash.das625@gmail.com', '354baf295becc882516a56e8eeaff6f5', 'BIKASH CHANDRA DAS', '', 'FALSE', '47.11.101.28', '2018-04-21 17:42:00', 'web', '', 0),
(1125, 'joliedevi@gmail.com', '50886c3106e4d4f1db90edc77007403e', 'SASIKALA.G.', '', 'FALSE', '157.50.236.88', '2018-04-21 17:51:59', 'web', '', 0),
(1126, 'bikash.das625@gmail.com', '', 'Bikash Das', '', 'FALSE', '47.11.101.28', '2018-04-21 17:52:08', 'facebook', '1251468071664500', 0),
(1127, 'nainalrikev@gmail.com', '6355062d84b8e5c69dc82d1ccb2459d0', 'Randalldoupe', '', 'FALSE', '93.188.37.229', '2018-04-23 04:31:25', 'web', '', 0),
(1128, 'williegow@outlook.com', '2c5831858d8f5ae6d3650f697d57b948', 'Williephoge', '', 'FALSE', '86.57.211.212', '2018-04-23 14:02:19', 'web', '', 0),
(1129, 'lillianclarke987@gmail.com', 'd9ba1236d9a4427379174dad091baf45', 'JennieEn', '', 'FALSE', '37.115.205.56', '2018-04-25 05:17:46', 'web', '', 0),
(1130, 'devjan.bos@gmail.com', '4f690f3fb778d01f8c702e8b70b24247', 'DEVJANI BOSE', '', 'FALSE', '118.185.78.125', '2018-04-25 18:55:00', 'web', '', 10181530026048),
(1131, 'devjan.bos@gmail.com', '', 'Devjani Bose', '', 'FALSE', '118.185.78.125', '2018-04-25 18:57:08', '', '104575473313652147891', 10181530026048),
(1132, 'suryakrishnamurty@rediffmail.com', '1d94f2a17547052288d44318dd263f9e', 'K Suryakrishnamurty', '', 'FALSE', '116.72.151.227', '2018-04-30 10:00:10', 'web', '', 9111525369469),
(1133, 'j.oh.n.n.1912.1.99.0r.ip.te.r.s.u.n.s.t.re.et.1.0.@gmail.com', 'c386a690e69daab263e9c3b68c260ed6', 'johnhek', '', 'FALSE', '93.188.39.163', '2018-04-30 17:53:38', 'web', '', 0),
(1134, 'somnath.bhattacharya@mails.essae.in', '', 'Somnath Bhattacharya RLD', '', 'FALSE', '47.29.71.195', '2018-04-30 18:48:25', '', '110031038120706051883', 0),
(1135, 'priyankajain800@yahoo.co.in', '', 'Priyanka Porwal Jain', '', 'FALSE', '223.188.125.123', '2018-05-02 00:25:18', 'facebook', '1873763385969605', 0),
(1136, 'pershantsareen@gmail.com', '', 'Pershant Sareen', '', 'FALSE', '122.173.52.76', '2018-05-02 20:30:24', '', '113144457061329875333', 57981571235429),
(1137, 'ashish4225@gmail.com', '', 'Ashish Bhardwaj', '', 'FALSE', '10.4.13.89', '2018-05-03 08:27:07', '', '106746060936572805121', 0),
(1138, 'bankatbhangdiya@gmail.com', '', 'Bankat Bhangdiya', '', 'FALSE', '103.216.147.142', '2018-05-03 09:03:22', '', '106830913519506759906', 0),
(1139, 'hemant.bhagania@gmail.com', '16ec4ff47c5d001877a5d0c234f51c8e', 'Hemant Bhagania', '', 'FALSE', '116.50.85.118', '2018-05-03 15:50:22', 'web', '', 0),
(1140, 'liya.urryumova.75@mail.ru', '67833843625bc6ef889523374d7c4c6f', 'RichardWar', '', 'FALSE', '188.191.239.2', '2018-05-03 21:29:58', 'web', '', 0),
(1141, 'kelzartollways@gmail.com', '', 'kelzar tollways pvt. ltd.', '', 'FALSE', '49.35.222.169', '2018-05-08 18:26:57', '', '111944617726685582519', 0),
(1142, 'temptest43745057@gmail.com', 'b38f4b20fa5f928d415d922494fda4e1', 'GeorgeBiste', '', 'FALSE', '178.205.103.137', '2018-05-10 03:57:05', 'web', '', 0),
(1143, 'oleg37802@gmail.com', '06ff25b163ab11495a9e1a4761a26b9f', 'Williampaw', '', 'FALSE', '146.120.176.116', '2018-05-10 15:16:42', 'web', '', 0),
(1144, 'abhijitumazumderadvocate@gmail.com', '', 'ABHIJIT MAZUMDER', '', 'FALSE', '103.215.54.21', '2018-05-11 08:37:58', '', '115817012858264224715', 0),
(1145, 'jamesthanickan@gmail.com', '', 'James Thanickan', '', 'FALSE', '182.76.92.102', '2018-05-11 16:12:06', 'facebook', '10204742983732395', 0),
(1146, 'michaelcaw@mail.ru', 'fe46dcc1c4e1621d979083d4ab74d9f1', 'Thomaship', '', 'FALSE', '176.226.149.241', '2018-05-12 08:15:51', 'web', '', 0),
(1147, 'gecsjf@contmy.info', '1a43b60da64cb8a12f0c1f93f91b5498', 'Steventox', '', 'FALSE', '37.59.44.168', '2018-05-12 09:40:54', 'web', '', 0),
(1148, 'j.ohnn191.21990.r.i.pt.e.r.s.u.n.str.ee.t10.@gmail.com', 'c386a690e69daab263e9c3b68c260ed6', 'johnhek', '', 'FALSE', '93.188.39.163', '2018-05-14 15:36:39', 'web', '', 0),
(1149, 'advshivkumartiwari@gmail.com', '', 'Adv Tiwari', '', 'FALSE', '42.111.18.197', '2018-05-14 20:12:42', '', '113645093728197512735', 0),
(1150, 'annaerody@outlook.com', '5f6b24906b19a887d6a819d991223195', 'AnnaCoism', '', 'FALSE', '37.44.103.142', '2018-05-16 03:56:38', 'web', '', 0),
(1151, 'hfxq28255@mail.ru', '4ebfb9c9ad20b95af8abe44aa5fa6496', 'Cyrusmem', '', 'FALSE', '89.110.2.41', '2018-05-18 05:24:00', 'web', '', 0),
(1152, 'GYANSHUKLALAW@HOTMAIL.COM', '3bd244e0128eac4ec36b72703e09ceeb', 'GYAN PRAKASH SHUKLA', '', 'FALSE', '47.247.140.217', '2018-05-18 20:30:10', 'web', '', 1331526655771),
(1153, 'shuklalawadv@gmail.com', '834e9b6d255c8dce9e50a34b60206d14', 'Gyan Shukla', '', 'FALSE', '47.247.102.138', '2018-05-18 23:20:27', '', '105784668737224085749', 0),
(1154, 'rr@roy121.com', 'fafa9cdc48b20f6c0c48265776b227be', 'Rajorshi Roy', '', 'FALSE', '118.185.194.251', '2018-05-19 16:32:31', 'web', '', 0),
(1155, 'rajatdas.adv@gmail.com', 'f2a3d857f79228019e179044f1865996', 'Rajat Das', '', 'FALSE', '45.248.57.170', '2018-05-19 21:25:51', 'web', '', 0),
(1156, 'jadejadk2318@gmail.com', '5f8be3b1806ab869ec653a164f5f8826', 'DHARMRAJSINH K JADEJA', '', 'FALSE', '10.84.216.74', '2018-05-21 11:46:02', 'web', '', 0),
(1157, 'johnmalcolm2018@yandex.com', 'ac1cbf415dfe60477f6ff7f89ad00f05', 'HelenDug', '', 'FALSE', '93.170.187.240', '2018-05-24 02:20:13', 'web', '', 0),
(1158, 'rich9brens@gmail.com', '07fe0a6645c936b9b0388362ac4ff121', 'celeweems', '', 'FALSE', '37.139.52.43', '2018-05-26 02:50:44', 'web', '', 0),
(1159, 'devendrasingh8210@gmail.com', '', 'Devendra Singh', '', 'FALSE', '103.97.211.223', '2018-05-28 00:41:31', '', '109178594330973306861', 51481659340654),
(1160, 'nika#genniick[ufgytixupukojowy,2,5]@outlook.com', '05cd91a1e402657432d36a4717b25508', 'Nikaelisp', '', 'FALSE', '178.122.73.144', '2018-05-28 05:01:39', 'web', '', 0),
(1161, 'Nskprabhakar@irda.gov.in', '6c7e120df929c77ba790d2a76878e388', 'I.lakshmi', '', 'FALSE', '106.77.188.185', '2018-05-28 20:41:00', 'web', '', 0),
(1162, 'miha.no.sov2018@gmail.com', 'bc5557ed826d535b5a3685580ff9ece4', 'AntonioEloto', '', 'FALSE', '178.159.37.61', '2018-05-31 06:17:47', 'web', '', 0),
(1163, 'gennadiyxoko@yandex.com', 'bdde068bc13828f5bb3a6372f8d7499a', 'Keithves', '', 'FALSE', '95.47.244.22', '2018-06-01 11:47:16', 'web', '', 0),
(1164, 'gerasimovarema@outlook.com', 'dfee251b675d5b959c1c18bf212e79c7', 'Exceradreanyreency', '', 'FALSE', '192.169.140.100', '2018-06-03 05:29:40', 'web', '', 0),
(1165, 'maisnam@rediffmail.com', 'c529fe1cf903627658e30d300c7a3dee', 'Maisnam Loyalakpa M.', '', 'FALSE', '157.40.203.202', '2018-06-03 08:23:01', 'web', '', 0),
(1166, 'rajvalechha@gmail.com', '9eb2801e374d2e5c383631e78bb5f289', 'RAJA G. VALECHA', '', 'FALSE', '123.252.173.162', '2018-06-06 12:29:09', 'web', '', 0),
(1167, 'richa.batheja31@gmail.com', '', 'Richa Batheja', '', 'FALSE', '157.34.61.61', '2018-06-06 14:31:37', 'facebook', '823873804489008', 0),
(1168, 'accounts@integritylawoffices.com', 'dc0f12fd68e6395b150ed854dcd793d4', 'Nidhi Mathur', '', 'FALSE', '182.64.7.69', '2018-06-06 17:30:38', 'web', '', 0),
(1169, 'basurips@gmail.com', '', 'basuri ps', '', 'FALSE', '42.107.203.42', '2018-06-07 13:39:05', '', '112359774965526270054', 0),
(1170, 'ankitaanki0402@gmail.com', '69d23d38eea73f3778744cf2e4466afc', 'ankita agarwal', '', 'FALSE', '112.133.246.128', '2018-06-13 17:15:29', 'web', '', 0),
(1171, 'JegihUrepich@o2.pl', '35ebde86221b4e60ea9e4ea2e645824c', 'Fourftrierie', '', 'FALSE', '94.242.228.127', '2018-06-14 00:09:19', 'web', '', 0),
(1172, 'aaabhinavanand78@gmail.com', '', 'Abhinav Anand', '', 'FALSE', '10.194.8.55', '2018-06-14 13:03:12', 'facebook', '1754757671268651', 0),
(1173, 'dikshamk86@gmail.com', '95b842318ba12a940d4a8b5a445e53cf', 'Diksha Khobragade', '', 'FALSE', '59.95.138.15', '2018-06-14 22:28:01', 'web', '', 0),
(1174, 'arnabbanerjeelaw@gmail.com', 'bf1199546201e804f15c371eb4e215f0', 'arnab kumar banerjee', '', 'FALSE', '223.191.52.208', '2018-06-16 11:20:18', 'web', '', 0),
(1175, 'chidanandaswaroop.ca@gmail.com', '', 'CHIDANADNA VG', '', 'FALSE', '106.51.185.108', '2018-06-17 14:36:45', '', '112377370565328784308', 0),
(1176, 'dikshamk86@gmail.com', '', 'Diksha Khobragade', '', 'FALSE', '117.232.123.74', '2018-06-17 22:26:09', '', '117600600425715710202', 0),
(1177, 'shrutiswarupa4thjan@gmail.com', '', 'shruti swarupa', '', 'FALSE', '157.41.229.11', '2018-06-19 11:45:42', '', '101271632833936221564', 0),
(1178, 'rakeshtripathi590@gmail.com', '', 'rakesh kumar tripathi', '', 'FALSE', '103.60.130.230', '2018-06-20 12:06:10', '', '101028317172426200129', 0),
(1179, 'jo.h.n.n.1.9.1.21.9.9.0.r.ipter.s.uns.t.r.e.e.t10.@gmail.com', 'c386a690e69daab263e9c3b68c260ed6', 'johnhek', '', 'FALSE', '82.193.109.241', '2018-06-21 05:42:34', 'web', '', 0),
(1180, 'vangala.karna@gmail.com', '5ee15b6dfbb15a44666c84e528e020d4', 'Karna Vangala', '', 'FALSE', '157.48.116.9', '2018-06-21 14:21:31', 'web', '', 0),
(1181, 'rohits27397@gmail.com', '', 'Rohit Singh', '', 'FALSE', '27.56.247.129', '2018-06-23 12:43:58', '', '108239762826660426368', 0),
(1182, 'fed4rpetrov@yandex.com', '46b72ff000d633543c9a95c3c6500df9', 'inetryconydot', '', 'FALSE', '178.159.37.49', '2018-06-24 01:18:34', 'web', '', 0),
(1183, 'vangala.karna@gmail.com', '', 'Karna Vangala', '', 'FALSE', '157.48.115.196', '2018-06-24 17:32:56', '', '111379230442603339463', 0),
(1184, 'scindia_water@yahoo.co.in', 'f7bedc23f9d8f09b7ad6787f360bc995', 'Scindia M S', '', 'FALSE', '117.209.228.86', '2018-06-27 20:37:34', 'web', '', 0),
(1185, 'yuriysavin610@mail.ru', 'f1faee2e439385c3730c2eda83fbed9f', 'loveawake.ru', '', 'FALSE', '62.112.10.166', '2018-06-28 19:22:56', 'web', '', 0),
(1186, 'irinakotirr962@mail.ru', '23bf3891115aa98a1021a891d6ec2bb4', 'Irinalig', '', 'FALSE', '46.28.103.55', '2018-06-29 17:17:00', 'web', '', 0),
(1187, 'pratip.paul@gmail.com', '6c88e536737941c3d029416084d6cadb', 'PRATIP KUMAR PAUL ', '', 'FALSE', '47.11.190.112', '2018-07-03 13:02:51', 'web', '', 0),
(1188, 'singhhimeshwar@gmail.com', 'e51fc408a95033233fa1836cf66d2edf', 'Himeshwar Singh', '', 'FALSE', '117.226.145.105', '2018-07-04 03:40:49', 'web', '', 0),
(1189, 'aarohilimaye@gmail.com', '', 'Aarohi Limaye', '', 'FALSE', '117.248.244.8', '2018-07-04 12:34:22', '', '100298111438877808201', 0),
(1190, 'pranshudwivedi96@gmail.com', 'cbead46c14bd1ab860d02f1effafc1b6', 'Pranshu Dwivedi', '', 'FALSE', '47.8.56.163', '2018-07-05 20:26:59', 'web', '', 0),
(1191, 'apra6673@gmail.com', '', 'apra roy', '', 'FALSE', '115.111.230.134', '2018-07-06 11:55:12', '', '103138519020830798275', 0),
(1192, 'stepanova1992aleksan@list.ru', '18d37f61a08b6ae31c7ebfcbd0b67825', 'coF', '', 'FALSE', '5.34.85.40', '2018-07-07 05:39:28', 'web', '', 0),
(1193, 'sinhasunita987@gmail.com', '', 'Harsha Srivastava', '', 'FALSE', '157.42.54.198', '2018-07-08 20:16:26', 'facebook', '270374227063748', 0),
(1194, 'bl.oc.k.ch.a.i.n.i.co.m.ai.l@gmail.com', '06b298bb86ba3af13de28183cb3fecdc', 'slignanvall', '', 'FALSE', '178.137.84.82', '2018-07-08 22:38:10', 'web', '', 0),
(1195, 'layletslecheap198826111983@yandex.ru', '46cda28bad0e35de179f58274ed0ad88', 'Melvintailt', '', 'FALSE', '178.71.215.250', '2018-07-09 02:14:12', 'web', '', 0),
(1196, 'Zooggivy@grek1.ru', '98c194db240ff7b45662d545fcd8bf43', 'Jameshex', '', 'FALSE', '46.105.124.55', '2018-07-09 02:21:41', 'web', '', 0),
(1197, 'ssk44582@gmail.com', '052c71db5b5a72ef502a466c16f601cb', 'SK SAHIL', '', 'FALSE', '223.178.129.101', '2018-07-09 13:13:48', 'web', '', 12391531123089),
(1198, 'ivanovaj848@gmail.com', 'd57c44733e03ca40b6314a597a830e9d', 'swiss army knife', '', 'FALSE', '93.188.34.197', '2018-07-12 22:15:02', 'web', '', 0),
(1199, 'janankoonathara@gmail.com', '389f14a389f85cc2ea9c03eee9c6b0cd', 'Janardhanan k', '', 'FALSE', '137.97.40.207', '2018-07-13 11:38:09', 'web', '', 0),
(1200, 'greczkij.andrej@bk.ru', 'd65c7df5d0835ee2cd8d674d94e1dc55', 'AndrejMidly', '', 'FALSE', '80.249.91.104', '2018-07-13 18:27:10', 'web', '', 0),
(1201, 'ghswarupa@gmail.com', 'd31676934f28ea074f15c4113d951e01', 'SWARUPA GHOSH', '', 'FALSE', '27.131.212.253', '2018-07-14 22:29:12', 'web', '', 0),
(1202, 'gunasekaran.m.n@gmail.com', '50886c3106e4d4f1db90edc77007403e', 'GUNASEKARAN M N', '', 'FALSE', '157.50.73.168', '2018-07-15 00:19:40', 'web', '', 0),
(1203, 'vaibhavpardeshi1985@gmail.com', '', 'Vaibhav Pardeshi', '', 'FALSE', '157.33.206.42', '2018-07-15 00:29:25', 'facebook', '394414947716913', 0),
(1204, 'mobilshinomont@yandex.ru', 'e84c321d895d6819538b24026de87d1a', 'MShinom', '', 'FALSE', '46.72.60.16', '2018-07-15 00:58:59', 'web', '', 0),
(1205, 'vladimirandrosiuk@meta.ua', 'e85da4c3cabc08984451f805ad42b964', 'AillieZew', '', 'FALSE', '101.96.11.58', '2018-07-15 11:37:03', 'web', '', 0),
(1206, 'j.o.hn.n.1.912.1990.r.ip.ter.s.unst.r.e.e.t10.@gmail.com', 'c386a690e69daab263e9c3b68c260ed6', 'johnhek', '', 'FALSE', '37.229.205.136', '2018-07-16 01:07:35', 'web', '', 0),
(1207, 'ideco.anna8@mail.ru', '3f060918bf63b2001b9aef4589d11e6c', 'drocherMok', '', 'FALSE', '178.206.91.243', '2018-07-16 10:49:17', 'web', '', 0),
(1208, 'olya.czaj@bk.ru', '066826d0f8eacc19bc7937ef76012dea', 'OlgaArind', '', 'FALSE', '178.122.65.29', '2018-07-17 17:37:57', 'web', '', 0),
(1209, 'vint567987398@gmail.com', '273094945947900493b19598c4eb0429', 'Youngtaurb', '', 'FALSE', '37.45.117.213', '2018-07-18 16:55:45', 'web', '', 0),
(1210, 'marina_bondar968@mail.ru', 'd65c7df5d0835ee2cd8d674d94e1dc55', 'marinaMidly', '', 'FALSE', '46.28.102.230', '2018-07-19 21:34:34', 'web', '', 0),
(1211, 'malinaa635@gmail.com', 'b83b5a545eb3973dd9c7345ebc5ba046', 'Malinalaf', '', 'FALSE', '46.161.15.54', '2018-07-19 23:58:22', 'web', '', 0),
(1212, 'fabinho.silva.zidane@gmail.com', '11f13774652ae30f6ca31c3e0576572d', 'Jamesjek', '', 'FALSE', '220.246.181.93', '2018-07-20 07:24:15', 'web', '', 0),
(1213, 'printay276.tan2o@gmail.com', '0af33b0e8ebb72d1fca63a188c2d4199', 'Thomasbed', '', 'FALSE', '87.247.60.84', '2018-07-21 14:54:38', 'web', '', 0),
(1214, 'narconetua@bibletalks.com.ua', '505723b05c2e7f3141ba3f80e1725066', 'EvGeniTNe85', '', 'FALSE', '188.163.19.42', '2018-07-22 00:26:01', 'web', '', 0),
(1215, 'sheilamaximovna@yandex.com', '84b46943099291bdc2100148156bceb2', 'ShaylaWepsy', '', 'FALSE', '93.170.187.182', '2018-07-22 22:19:44', 'web', '', 0),
(1216, 'contactmayur01@gmail.com', '', 'mayur ghosh', '', 'FALSE', '106.203.141.237', '2018-07-23 12:05:16', '', '101680439744254892230', 0),
(1217, 'muttanthoti@gmail.com', 'db1890990bf3dd1e4e5442fd7e2e303f', 'Santhosh Abraham', '', 'FALSE', '103.94.138.237', '2018-07-23 23:05:21', 'web', '', 0),
(1218, 'test@gmail.com', '55c7c44d6060e9f44ef21035c8466ec1', 'test', '', 'FALSE', '182.75.124.214', '2018-07-24 13:03:08', 'web', '', 76551597752076),
(1219, 'priyagpb@gmail.com', '', 'priyadarshini S K', '', 'FALSE', '117.239.236.164', '2018-07-24 15:48:18', '', '115439575379562063417', 0),
(1220, 'test123@gmail.com', '47ec2dd791e31e2ef2076caf64ed9b3d', 'test123', '', 'FALSE', '182.75.124.214', '2018-07-24 17:35:42', 'web', '', 0),
(1221, 'sumandas10101986@gmail.com', '', 'Suman Das', '', 'FALSE', '182.75.124.214', '2018-07-24 17:51:43', 'facebook', '2733888826835774', 0),
(1222, 'roald.rahul@gmail.com', '', 'Rahul Kumar', '', 'FALSE', '103.75.160.210', '2018-07-24 19:28:14', '', '114608630439335506562', 0),
(1223, 'jasbirece007@gmail.com', '96f341d3c0b2270700f0c0cc47eb6bfb', 'Jasbir Singh', '', 'FALSE', '115.96.158.76', '2018-07-24 23:50:13', 'web', '', 43171532456492),
(1224, 'jasbirece007@gmail.com', '', 'Jasbir Singh', '', 'FALSE', '115.96.158.76', '2018-07-25 00:07:11', '', '115975563660896581153', 0),
(1225, 'support@lnsel.net', 'fcea920f7412b5da7be0cf42b8c93759', 'Test123', '', 'FALSE', '182.75.124.214', '2018-07-25 10:58:50', 'web', '', 0),
(1226, 'zhannaujbtbel@bk.ru', 'e3311c00393081aa536009b7ac33a5ac', 'Sonjacax', '', 'FALSE', '188.64.170.222', '2018-07-25 22:52:40', 'web', '', 0),
(1227, 'marydmccombs@3xhds.com', '2fe5f0d9cd5ba76785bae662bc46d8d6', 'RobertEluby', '', 'FALSE', '62.210.250.189', '2018-07-28 18:09:14', 'web', '', 0),
(1228, 'bit.c.oi.n785.4.ar.t.@gmail.com', '0b5ea418a690a17d404a5570f2d92c93', 'ValeraSEn', '', 'FALSE', '54.37.253.204', '2018-07-30 11:48:46', 'web', '', 0),
(1229, 'vrs0510@rediffmail.com', 'fec1e7eea64b334ffbf57305a395f571', 'Varun Sampat', '', 'FALSE', '106.209.183.30', '2018-07-31 12:27:13', 'web', '', 0),
(1230, 'elh.cal@gmail.com', '', 'Eastern Law House Pvt. Ltd.', '', 'FALSE', '122.163.121.87', '2018-07-31 14:23:47', '', '113950946973481838119', 0),
(1231, 'raajashravan@gmail.com', 'ea6b16e54a44e3512c9d065285992475', 'V Shravan Kumar', '', 'FALSE', '117.199.254.67', '2018-07-31 20:54:10', 'web', '', 0),
(1232, 'samimakbr@gmail.com', '', 'Samim Akhtar Barbhuiya', '', 'FALSE', '1.187.223.126', '2018-07-31 21:58:14', '', '117626485501162746197', 0),
(1233, 'support@lnsel.net', 'e10adc3949ba59abbe56e057f20f883e', 'Support Lnsel', '', 'FALSE', '182.75.124.214', '2018-08-01 11:53:48', '', '100686357264964688628', 0),
(1234, 'anindita.manna92@gmail.com', '', 'Anindita Manna', '', 'FALSE', '182.75.124.214', '2018-08-01 14:59:48', 'facebook', '1061441537339681', 0),
(1235, 'silviakat@docx-expert.online', '6456f23376840a8110abf66fdab394aa', 'Silviatit', '', 'FALSE', '31.184.238.23', '2018-08-01 19:19:23', 'web', '', 0),
(1236, 'myates2@hotmail.com\r\n', '984b90939a738d63adb8489c559532e9', 'Monnitcam', '', 'FALSE', '95.27.129.137', '2018-08-02 07:47:41', 'web', '', 0),
(1237, 'projects@lnsel.net', 'e11170b8cbd2d74102651cb967fa28e5', 'test24', '', 'FALSE', '182.75.124.214', '2018-08-02 10:58:29', 'web', '', 0),
(1255, 'test@gmail.com', '', 'Suman Das', '', 'FALSE', '182.75.124.214', '2018-08-09 12:22:16', 'facebook', '2733888826835774', 76551597752076),
(1254, 'sumandas.lnsel@gmail.com', '', 'Suman Das', '', 'FALSE', '182.75.124.214', '2018-08-09 12:19:37', 'facebook', '2733888826835774', 0),
(1241, 'support@lnsel.net', 'e10adc3949ba59abbe56e057f20f883e', 'Anindita Manna', '', 'FALSE', '182.75.124.214', '2018-08-03 11:13:41', 'facebook', '1061441537339681', 0),
(1242, 'sergpuka@meta.ua', '3cbd3354910284f0202048d2bf6c5195', 'JeffreyDum', '', 'FALSE', '104.131.214.218', '2018-08-03 16:30:29', 'web', '', 0),
(1243, 'juhipathak09@gmail.com', '', 'Juhi P. Pathak', '', 'FALSE', '223.179.153.30', '2018-08-04 15:04:01', 'facebook', '2211922505501906', 0),
(1244, 'petroffarsenniy@yandex.ru', '62801a4c6da93db5574e19fdb29ac4b8', 'arseniypetrov', '', 'FALSE', '145.255.21.220', '2018-08-04 16:17:28', 'web', '', 0),
(1245, 'sabirali833@gmail.com', '', 'Sabir Ali', '', 'FALSE', '42.110.144.215', '2018-08-04 20:08:40', 'facebook', '1078286075652558', 0),
(1246, 'ivasa@ukr.net', '2b60800a8756edbbf5b2375fecd28151', 'MichaelDit', '', 'FALSE', '185.19.176.237', '2018-08-05 04:01:56', 'web', '', 0),
(1247, 'rahmataligarh@gmail.com', '', 'Rahmatullah Mohammad', '', 'FALSE', '139.167.235.160', '2018-08-05 11:35:00', '', '106575702850715208182', 0),
(1248, 'srinivasarao.kudaka@gmail.com', '', 'srinivasa rao kudaka', '', 'FALSE', '123.201.171.60', '2018-08-05 21:04:39', '', '101071270368062698464', 0),
(1249, 'dianarizkov.a@gmail.com', '96ffa65d88b15dab74a82f57aca01458', 'ArtemyJep', '', 'FALSE', '82.202.167.202', '2018-08-06 10:46:23', 'web', '', 0),
(1250, 'akshaynegi.legal@gmail.com', '', 'akshay negi', '', 'FALSE', '202.173.127.182', '2018-08-06 19:46:55', '', '111989898952608824607', 0),
(1251, 'byne@fiaoamzuenzmy.co.pl', '5159e49e5c562b2d472bd5df04e77622', 'WarrenRoupt', '', 'FALSE', '31.11.139.205', '2018-08-06 20:03:59', 'web', '', 0),
(1252, 'j.oh.n.n1.9.12.1.9.90r.ip.t.e.r.sun.s.tr.e.et.10@gmail.com', 'c386a690e69daab263e9c3b68c260ed6', 'johnhek', '', 'FALSE', '37.115.153.54', '2018-08-07 09:11:11', 'web', '', 0),
(1253, 'kirti.berwal@gmail.com', '73dbfde1c9e48c2e3ade0842d295f1e4', 'Kirti Berwal', '', 'FALSE', '103.113.99.8', '2018-08-07 16:23:32', 'web', '', 0),
(1256, 'dsf@gmail.com', '', 'Suman Das', '', 'FALSE', '182.75.124.214', '2018-08-09 12:25:15', 'facebook', '2733888826835774', 0),
(1257, 'sfglsgshgh@gmail.com', '', 'Suman Das', '', 'FALSE', '182.75.124.214', '2018-08-09 12:26:16', 'facebook', '2733888826835774', 0),
(1258, 'dsdsdssd@fdfdfdfd', '', 'Suman Das', '', 'FALSE', '182.75.124.214', '2018-08-09 12:27:50', 'facebook', '2733888826835774', 0),
(1259, 'sumandas.lnsel@gmail.com', '', 'Suman das', '', 'FALSE', '182.75.124.214', '2018-08-09 12:28:58', '', '103229555328618059329', 0),
(1260, 'sadsa@gamil.com', '', 'Suman Das', '', 'FALSE', '182.75.124.214', '2018-08-09 12:53:34', 'facebook', '2733888826835774', 0),
(1261, 'fdffdfdfd@gmail.com', '', 'Harry Johnson', '', 'FALSE', '182.75.124.214', '2018-08-09 12:58:28', 'facebook', '865445623645582', 0),
(1262, 'dfaffafdfsfdsffsfsdfdsfsd@sdfgsfg.com', '', 'Suman Das', '', 'FALSE', '182.75.124.214', '2018-08-09 13:00:38', 'facebook', '2733888826835774', 0),
(1263, 'testyyy@gmail.com', 'bbb8aae57c104cda40c93843ad5e6db8', 'test', '', 'FALSE', '182.75.124.214', '2018-08-09 15:52:24', 'web', '', 0),
(1264, 'mkarjunraghavan@gmail.com', 'f22173332bbe6a51b7ac0b89a1bb0d5b', 'Arjun Raghavan', '', 'FALSE', '122.164.100.78', '2018-08-09 17:50:34', 'web', '', 0),
(1265, 'c.o.i.n.b.i.t.c.oi.net.h.e.r.eu.m.b.it@gmail.com', 'f2cb6adca9eac6e5558b0a1e0f185045', 'Jurtupwrorb', '', 'FALSE', '178.137.162.75', '2018-08-09 19:14:44', 'web', '', 0),
(1266, 'lisawy04@gmail.com', '33a872b8946c6cdc1715181f384d4885', 'Coca Porn', '', 'FALSE', '93.188.34.197', '2018-08-10 08:53:34', 'web', '', 0),
(1267, 'tajnesubhash@gmail.com', '688429ccf613a9ae4ed538baaa8ef96d', 'Subhash Tajne', '', 'FALSE', '106.220.78.127', '2018-08-10 09:37:09', 'web', '', 0),
(1268, 'tajnesubhash@gmail.com', '', 'Subhash Tajne', '', 'FALSE', '106.220.78.127', '2018-08-10 09:48:50', 'facebook', '1767793503335802', 0),
(1269, 'ammyrch@gmail.com', '893222cc56982ba46cccdb1152fdc721', 'Ð»Ð°Ð·ÐµÑ€Ð½Ð°Ñ ÑÐ¿Ð¸Ð»ÑÑ†Ð¸Ñ', '', 'FALSE', '93.188.34.197', '2018-08-10 13:59:21', 'web', '', 0),
(1270, 'kapa.x.x.x.2.014@gmail.com', 'c8eb773a19347421a7ad3b0eec3ca474', 'APharmaaaaNegE', '', 'FALSE', '176.33.255.105', '2018-08-11 15:59:47', 'web', '', 0),
(1271, 'dharmanianup@gmail.com', 'f368f8b947948ff17e595f66f93752d2', 'Bharat Bhushan', '', 'FALSE', '60.254.100.225', '2018-08-12 11:17:29', 'web', '', 0),
(1272, 'rao.rashmi02@gmail.com', '', 'rashmi rao', '', 'FALSE', '112.196.175.1', '2018-08-12 19:30:12', '', '116313337553988598706', 0),
(1273, 'aishwaryagd29@gmail.com', '6fe86725b9c1c27143ce87827f9791ae', 'Aishwarya Deshmukh', '', 'FALSE', '49.35.103.47', '2018-08-13 10:05:53', 'web', '', 0),
(1274, 'shivennegi@gmail.com', '7af4896825dfc7e94f8a1d6846a5a2d4', 'Shivendra Singh', '', 'FALSE', '139.167.61.85', '2018-08-14 01:02:14', 'web', '', 0),
(1275, 'smirnova91@econika-tehno.ru', '6cd154460e37873210ab4f244035ef5e', 'MarthaCramb', '', 'FALSE', '185.204.2.45', '2018-08-14 04:27:54', 'web', '', 0),
(1276, 'bolgfccc@mail.ru', 'ba65bcd5dadb749e6bdfb02d4cb38705', 'TracyDeK', '', 'FALSE', '188.243.203.107', '2018-08-16 07:08:29', 'web', '', 0),
(1277, 'nikhilmukherjee113@gmail.com', '', 'Asim Mukherjee', '', 'FALSE', '103.102.122.8', '2018-08-17 01:36:58', '', '108178842761305178359', 0),
(1278, 'santa@lnsel.net', 'c898c35c8ab346adbfd673a721ab68c9', 'Santa Paul', '', 'FALSE', '182.75.124.214', '2018-08-17 15:17:18', 'facebook', '2089701401348348', 0),
(1279, '', '', 'Santa Paul', '', 'FALSE', '182.75.124.214', '2018-08-17 15:18:14', 'facebook', '2089701401348348', 0),
(1280, 'santa@lnsel.net', 'c898c35c8ab346adbfd673a721ab68c9', 'Santa Lnsel', '', 'FALSE', '182.75.124.214', '2018-08-17 17:17:41', '', '118145681579328791814', 0),
(1281, 'subhendu.lnsel@gmail.com', '20c55495b588017b35934cf1ca8198e9', 'Subhendu', '', 'FALSE', '182.75.124.214', '2018-08-17 18:12:32', 'web', '', 0),
(1282, 'sumandas.lnsel1@gmail.com', '03728ef66b7e5273685ead8a3539a15c', 'Subhendu', '', 'FALSE', '182.75.124.214', '2018-08-20 11:02:37', 'web', '', 0),
(1283, 'sumandas.lnsel2@gmail.com', '03728ef66b7e5273685ead8a3539a15c', 'Subhendu', '', 'FALSE', '182.75.124.214', '2018-08-20 11:22:58', 'web', '', 0),
(1284, 'ppsurvebooksonline@gmail.com', '565030361308394ebe57141d47c9e9bd', 'Pravin Prakash Surve', '', 'FALSE', '1.187.6.230', '2018-08-21 20:34:02', 'web', '', 0),
(1285, 'shreyash.sharma09@gmail.com', '2dfcc7b4e4f41365655956ea343a024f', 'SHREYASH SHARMA', '', 'FALSE', '203.110.242.24', '2018-08-21 21:30:36', 'web', '', 0),
(1286, 'kareenaconway@gmail.com', '9f9be64ceea61ae63977a03c89e0fb79', 'kareenac', '', 'FALSE', '162.223.88.235', '2018-08-23 13:00:25', 'web', '', 0),
(1287, 'kazantsev.riolux@gmail.com', '765fc0bb137e90b7a52ffdcba4b50709', 'GeorgeWrins', '', 'FALSE', '212.21.29.127', '2018-08-24 20:05:17', 'web', '', 0),
(1288, 'bobbycoxtown@gmail.com', '', 'Bobby NV', '', 'FALSE', '183.82.17.225', '2018-08-25 14:42:53', 'facebook', '1762274507218352', 81481597391529),
(1289, 'modelsalnikowa@yandex.ru', '133d615c39a8377fa4b5d5299b4185df', 'NahouseEvind', '', 'FALSE', '37.98.176.192', '2018-08-25 14:57:23', 'web', '', 0),
(1290, 'shivsinghal53@gmail.com', '', 'Shiv Singhal', '', 'FALSE', '45.127.232.167', '2018-08-25 16:55:08', '', '109242269970660325194', 0),
(1291, 'rblg69@rediffmail.com', '72db92e62cb2370d9ee91ce970d3f972', 'PROF R B L Garg', '', 'FALSE', '157.37.190.200', '2018-08-25 20:24:39', 'web', '', 0),
(1292, 'xlypphf3@mail.ru', '3f9d8ae08d0856550c35e4dd49423338', 'TerrellTut', '', 'FALSE', '94.242.54.203', '2018-08-25 22:43:18', 'web', '', 0),
(1293, 'lenl14@mail.ru', '7a96751de6babe31488b2cb8a1c31c93', 'coome', '', 'FALSE', '178.204.19.228', '2018-08-26 09:54:33', 'web', '', 0),
(1294, 'chinmayallm@gmail.com', '451e2f5712bf3af7d91c45975e44e556', 'CHINMAYA KUMAR MOHAPATRA', '', 'FALSE', '117.245.139.227', '2018-08-27 17:29:25', 'web', '', 0),
(1295, 'jo.hnn.1.9.12.1.990.ri.pter.su.n.st.ree.t1.0@gmail.com', 'c386a690e69daab263e9c3b68c260ed6', 'johnhek', '', 'FALSE', '37.115.220.9', '2018-08-28 17:30:45', 'web', '', 0),
(1296, 'ali@forexwin.de', '7e09a86e131d1cda0718fefdc9bd28ec', 'PhilipZer', '', 'FALSE', '104.244.75.218', '2018-08-28 22:57:04', 'web', '', 0),
(1297, 'yourmail@gmail.com', 'f087cda79c62b7b7962700c3b73f5954', 'gennick[HenygizcjocvylYJ,2,5]', '', 'FALSE', '94.245.130.218', '2018-08-29 07:24:40', 'web', '', 0),
(1298, 'privij_69@yahoo.com', '91abe8d319b897b1974e434bc7738964', 'Priyesh Vijayakar', '', 'FALSE', '182.56.115.85', '2018-08-29 11:37:58', 'web', '', 0),
(1299, 'al896490542000@gmail.com', 'bd846403055ba25d2abff4da9be4863d', 'KennethAmext', '', 'FALSE', '185.231.153.168', '2018-08-30 01:36:31', 'web', '', 0),
(1300, 'sujeetsingh201990@yahoo.com', 'e3c423554c6f45c304b87d59b43406dd', 'Sujeet Singh', '', 'FALSE', '111.93.6.130', '2018-08-30 15:36:53', 'web', '', 0),
(1301, 'tusso@vhidnidveri.tk', 'd1ca6e3b47cf6478aa74f9777e19a19b', 'AbanaWaw', '', 'FALSE', 'unknown', '2018-08-31 00:05:38', 'web', '', 0),
(1302, 'grejalina27@gmail.com', '8eac1f4923a8356a7612583e4af3ce11', 'alinagreiprunc', '', 'FALSE', '178.122.199.136', '2018-08-31 01:55:05', 'web', '', 0),
(1303, 'asya.skoblina.80@mail.ru', '8fd3e5ffd22d6e372e700c6300316bce', 'asyaSlene', '', 'FALSE', '188.191.237.131', '2018-09-01 17:44:39', 'web', '', 0),
(1304, 'naviniway86@gmail.com', '8ddcff3a80f4189ca1c9d4d902c3c909', 'I.NAVEEN', '', 'FALSE', '183.83.97.42', '2018-09-01 22:19:18', 'web', '', 0),
(1305, 'sudiptoinisolation@gmail.com', '129eee5780a290315f424685f3c9fa84', 'SUDIPTA SANKAR MAITI', '', 'FALSE', '42.110.150.59', '2018-09-01 22:28:55', '', '112588411085390466704', 0),
(1306, 'wasiqur.apon@gmail.com', '', 'Wasiqur Rahaman', '', 'FALSE', '47.11.145.216', '2018-09-02 09:53:02', '', '106177566586709421786', 0),
(1307, 'binblog.com@betiforex.com', '3612e7f8f3fb327d0f856370ac27fb1c', 'ThomasFrime', '', 'FALSE', '51.15.147.94', '2018-09-02 16:03:30', 'web', '', 0),
(1308, 'nyura.grej@mail.ru', '44756c508b1eb3f8bfe5299b7e8a5e34', 'StephenUnoge', '', 'FALSE', '178.124.223.35', '2018-09-03 18:50:52', 'web', '', 0),
(1309, 'narayantiwari0610@gmail.com', '', 'Narayan Tiwari', '', 'FALSE', '47.247.174.222', '2018-09-03 23:18:25', '', '105189625105752271341', 0),
(1310, 'myronov1987@gmail.com', 'f1fb7c6988cd7d9ce9874a9c8ffa3a86', 'ptene4', '', 'FALSE', '176.36.21.189', '2018-09-05 03:47:38', 'web', '', 0),
(1311, 'mila.somova8888@gmail.com', '893222cc56982ba46cccdb1152fdc721', 'Ð»Ð°Ð·ÐµÑ€Ð½Ð°Ñ ÑÐ¿Ð¸Ð»ÑÑ†Ð¸Ñ', '', 'FALSE', '93.188.34.197', '2018-09-06 12:39:55', 'web', '', 0),
(1312, 'antonetta@buygsalist.com', '4ddab4d7026ed314065747ad7979b44a', 'WilliamDiolo', '', 'FALSE', '62.210.250.189', '2018-09-06 17:01:20', 'web', '', 0),
(1313, 'dawhdrj53@fiaoamzuenzmy.co.pl', '5fbfea3d727016f33f7b0c6106886647', 'ClintonKib', '', 'FALSE', '178.235.13.154', '2018-09-07 17:41:29', 'web', '', 0),
(1314, 'advocatepatanjali@gmail.com', 'd2f4c6b9a2a57586cfe886cb2e6d1cb0', 'PATANJALI RISHI', '', 'FALSE', '157.35.249.52', '2018-09-07 20:44:38', 'web', '', 0),
(1315, 'mests74@mail.ru', 'c52908466b800af22399759e62024f5d', 'jonry', '', 'FALSE', '178.204.226.149', '2018-09-08 21:00:59', 'web', '', 0),
(1316, 'neeschey@gmail.com', 'cbca8ba5856d1ed61235cf5c6b725b57', 'ESTDEV DIXIT', '', 'FALSE', '182.56.134.168', '2018-09-09 15:52:51', 'web', '', 0),
(1317, 'reginahogann@gmail.com', '9f9be64ceea61ae63977a03c89e0fb79', 'reginahog', '', 'FALSE', '103.16.71.11', '2018-09-12 05:10:19', 'web', '', 0),
(1318, 'lorettaalina@docx-expert.online', '29a92577f17d3232b124e150a18d06d5', 'Lorettaven', '', 'FALSE', '31.184.238.23', '2018-09-12 12:28:18', 'web', '', 0),
(1319, 'bclgroup@imrix.com', 'eba77159086fefd997d2ada131c0fa5d', 'AaronKab', '', 'FALSE', '170.0.126.230', '2018-09-13 11:58:41', 'web', '', 0),
(1320, 'djpahilwan@gmail.com', '', 'Deepak Pahilwan', '', 'FALSE', '157.33.195.77', '2018-09-13 17:57:29', '', '112647255854556714197', 0),
(1321, 'xrmy001@lvebuy.com', '50fc559d36aceae99ebddc2b7742dfd4', 'Anthonyarime', '', 'FALSE', 'unknown', '2018-09-14 13:36:49', 'web', '', 0),
(1322, 'rajeshmeghani2011@gmail.com', '', 'Rajesh Meghani', '', 'FALSE', '27.106.24.213', '2018-09-14 21:14:26', '', '101633866076260247743', 0),
(1323, 'RozaKeznecova74@mail.ru', '5ffe44e90ab1873fd23f2ef50cee3f12', 'Fasimlaph', '', 'FALSE', '31.184.238.27', '2018-09-15 01:52:33', 'web', '', 0),
(1324, 'kazarickiiroman1991@mail.ru', '2a381960f0f76d4d722b02b26236dc85', 'Karryptokelf', '', 'FALSE', '31.184.238.13', '2018-09-16 06:52:14', 'web', '', 0),
(1325, 'j.ohnn1.9.12199.0.ri.p.te.rs.u.ns.tr.e.e.t.10.@gmail.com', 'c386a690e69daab263e9c3b68c260ed6', 'johnhek', '', 'FALSE', '37.115.198.176', '2018-09-16 14:51:55', 'web', '', 0),
(1326, 'afdima8.7@gmail.com', 'fdb1ad867c63cdd237151ee4a0e66975', 'HildaBub', '', 'FALSE', '178.159.37.61', '2018-09-17 07:47:05', 'web', '', 0),
(1327, 'galili64@bk.ru', '525446bc610ef275e2d4c17593f713a1', 'ionib', '', 'FALSE', '178.204.223.159', '2018-09-17 16:45:09', 'web', '', 0),
(1331, 'subham@gmail.com', '25d55ad283aa400af464c76d713c07ad', 'Subham De', NULL, 'FALSE', '110.225.25.187', '2020-02-28 18:15:25', 'web', '', NULL),
(1332, 'bonusesc@gmail.com', '2b086066d305c3e4dc0fe8a38d9190d3', 'Georgemor', NULL, 'FALSE', '188.243.178.215', '2020-03-01 01:06:20', 'web', '', NULL),
(1333, 'aminur2k@yahoo.co.in', 'd2ba94fd691187583eca3b6cdfa187c9', 'Aminur Rahaman', NULL, 'FALSE', '47.11.45.186', '2020-03-01 09:50:43', 'web', '', NULL),
(1334, 'surya.skb@gmail.com', '16c30d6fabe34600e589c92f41a1e55f', 'Surya Kanta Biswas', NULL, 'FALSE', '47.11.105.120', '2020-03-01 21:32:40', 'web', '', NULL),
(1335, 'luxuryluckyme1213@mail.ru', 'fb2797be28b16357d9eaf357a4230634', 'LuxuryBetAdurb', NULL, 'FALSE', '5.228.57.189', '2020-03-02 00:14:06', 'web', '', NULL),
(1336, 'andrejkrupnickij777@gmail.com', 'fae20d31b54c58f467093180d965cd57', 'PinUp', NULL, 'FALSE', '79.142.197.239', '2020-03-02 06:35:28', 'web', '', NULL),
(1337, 'deannakrug@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'deannakrug', NULL, 'FALSE', '88.147.174.116', '2020-03-02 09:20:48', 'web', '', NULL),
(1338, 'rahulamicus@gmail.com', '25d55ad283aa400af464c76d713c07ad', 'Rahul ranjan', NULL, 'FALSE', '27.61.88.89', '2020-03-02 20:08:27', 'web', '', NULL),
(1339, 'ken.creedmoor.2020@gmail.com', '1948e13706b78b81574146aa2d632fb5', 'KenCreedmoorPrept', NULL, 'FALSE', '174.70.241.7', '2020-03-03 16:13:58', 'web', '', NULL),
(1340, 'd.a.v.iddu.k.e.l.l.cp@gmail.com', 'b2966329421417f80304acf31964aa44', 'Jeannieblowl', NULL, 'FALSE', '64.20.60.60', '2020-03-03 18:39:32', 'web', '', NULL),
(1341, 'spider13notes3@gmail.com', '9421bcfb2ae3629469147d7a3d62f259', 'RickyBer', NULL, 'FALSE', '79.110.130.202', '2020-03-03 18:42:57', 'web', '', NULL),
(1342, 'sytnikpashkamn@gmail.com', '38d2d386a265e6da8582d520d34755ad', 'mayunyaWakenty', NULL, 'FALSE', '178.159.37.88', '2020-03-04 04:47:38', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(1343, 'kurtkikostyumyprg@gmail.com', '139bdefd69b75ec7323ef6ad4a16a26c', 'Hog', NULL, 'FALSE', '77.243.11.58', '2020-03-04 18:03:00', 'web', '', NULL),
(1344, 'gmaroshkina@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'prosha', NULL, 'FALSE', '80.95.45.238', '2020-03-05 06:00:17', 'web', '', NULL),
(1345, 'lebedev38014@gmail.com', 'fc0b30a70b0f55a7d6800655d1b0cf22', 'Alfredokat', NULL, 'FALSE', '79.98.51.111', '2020-03-05 21:58:05', 'web', '', NULL),
(1346, 'oeretikova@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'oeretikova', NULL, 'FALSE', '78.29.88.207', '2020-03-06 05:17:57', 'web', '', NULL),
(1347, 'tcolejgi@lolivisevo.online', '77de595bd262f946f4a299ddc87f804e', 'Arthurabnon', NULL, 'FALSE', '196.240.57.85', '2020-03-06 11:28:40', 'web', '', NULL),
(1348, 'mario@cuomo.usemail.pro', '2ae3b38389263c798f09945daf90ce27', 'Mariozeks', NULL, 'FALSE', '199.116.115.143', '2020-03-06 18:55:59', 'web', '', NULL),
(1349, 'mihailo.mining@bk.ru', 'a52a6a99c716a1bd2bd49a72526aee4c', 'Stevenmab', NULL, 'FALSE', '89.28.2.193', '2020-03-06 21:15:33', 'web', '', NULL),
(1350, 'jackp.o.w.e.rmi.c.h.er.s.p.o.ol.sviewc.o.o.l.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-03-08 04:36:03', 'web', '', NULL),
(1351, 'winneroriginal5@gmail.com', 'b81354061614851b6ff53cfeadf58d8e', 'DavidTug', NULL, 'FALSE', '151.62.211.216', '2020-03-08 07:30:43', 'web', '', NULL),
(1352, 'so.p.hi.esmit.h.se.v.en@gmail.com', '9b9700e9df9f0706f4538b0649d66b83', 'BobbyGoW', NULL, 'FALSE', '193.56.117.14', '2020-03-08 08:48:14', 'web', '', NULL),
(1353, 'ivanov28@thefmail.com', 'c8ffe6f9745cfd24f68be6a3a6199215', 'Webnev220', NULL, 'FALSE', '85.209.90.82', '2020-03-08 11:34:42', 'web', '', NULL),
(1354, 'mhakomara@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'mhakomara', NULL, 'FALSE', '78.29.74.83', '2020-03-08 19:00:08', 'web', '', NULL),
(1355, 'sduttadutta@gmail.com', '3f5b31839e33b7325c0ab3704fd41a40', 'Subhas Dutta', NULL, 'FALSE', '117.194.215.0', '2020-03-09 20:55:43', 'web', '', NULL),
(1356, 'Cksharmacourt01@gmail.com', '183fbb5ed2bb9a34cf817f92fcbdac2b', 'Chander Kant Sharma', NULL, 'FALSE', '157.47.129.85', '2020-03-10 15:44:19', 'web', '', NULL),
(1357, 'jack.p.ower.m.ich.er.sp.oo.l.svi.e.wcoo.l@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-03-12 17:46:04', 'web', '', NULL),
(1358, 'leonidkiselev1995@schoolmeljo.bizml.ru', '8be8f74542bafecedd192c555ea7f5bd', 'ClintonDrupt', NULL, 'FALSE', '176.57.69.61', '2020-03-12 22:15:52', 'web', '', NULL),
(1359, 'andreikoshelev1991@subsetung.bizml.ru', '8ee4474133cb2f71017543325354ed38', 'RichardBruth', NULL, 'FALSE', '176.57.69.61', '2020-03-12 22:15:54', 'web', '', NULL),
(1360, 'akramd95@gmail.com', '8a9a4b1510e2feb9a75cde694d8a152b', 'AKRAM AHMED ', NULL, 'FALSE', '157.40.85.81', '2020-03-12 23:42:22', 'web', '', NULL),
(1361, 'kirillshashkov1989@siamame.bizml.ru', '1a1f7b498f8ae071d8b05be4779354b8', 'TimothyWic', NULL, 'FALSE', '176.57.69.61', '2020-03-13 04:41:28', 'web', '', NULL),
(1362, 'maliahrivera1983@causpamin.bizml.ru', '763a9bca6b416dd951eb7afe5ca3427e', 'RonniejoubY', NULL, 'FALSE', '176.57.69.61', '2020-03-13 08:16:17', 'web', '', NULL),
(1363, 'subbuchennai99@yahoo.in', 'aa542e1493c27878173bc8b0d45cb9dd', 'GIRIRAJ K S ', NULL, 'FALSE', '157.51.207.104', '2020-03-13 23:00:07', 'web', '', NULL),
(1364, 'gooorynia@gmail.com', '3046827bfbf1884ba5f5eee08b4fb71b', 'Williamloava', NULL, 'FALSE', '188.243.178.215', '2020-03-14 06:10:04', 'web', '', NULL),
(1365, 'slapteva2020@yandex.ru', 'eeb58144601588f18c10ccee4826264d', 'DarreCync', NULL, 'FALSE', '178.140.227.184', '2020-03-14 13:39:25', 'web', '', NULL),
(1366, 'eleomoogy@parkll.xyz', '28b5deb11b953edddd5ec865d8588d31', 'EleoWix', NULL, 'FALSE', '5.188.84.6', '2020-03-14 18:25:54', 'web', '', NULL),
(1367, 'regrestoja@gazeta.pl', '88ef98a6042e47f9a5ef009aacc00460', 'belletoopy', NULL, 'FALSE', '128.90.150.27', '2020-03-14 19:10:52', 'web', '', NULL),
(1368, 'fatma0154@yahoo.in', '3d57a454234990df5711973c377149c0', 'Fatma khan', NULL, 'FALSE', '157.40.73.101', '2020-03-14 19:12:09', 'web', '', NULL),
(1369, 'serye87@list.ru', 'da3fc90945081533e730cd0e9678d44a', 'WillieMed', NULL, 'FALSE', '188.187.190.64', '2020-03-15 03:36:18', 'web', '', NULL),
(1370, 'zovolov955@mail.ru', '8d1d506ea87ddbcafabc4a95319b9eea', 'LDdhHAmcBaw', NULL, 'FALSE', '176.110.134.2', '2020-03-15 12:44:51', 'web', '', NULL),
(1371, 'et5xyt5ryt5xy@gmail.com', 'ee8964e85dfb819a86295f3e30ff3153', 'Briancress', NULL, 'FALSE', '178.67.160.187', '2020-03-16 05:02:48', 'web', '', NULL),
(1372, 'sayana.markova.93@bk.ru', '5fa1ec8acfb7790e2c77bb3fcb15ffdb', 'KristinaNaw', NULL, 'FALSE', '185.255.96.99', '2020-03-16 06:02:34', 'web', '', NULL),
(1373, 'lianarukina@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'lianarukina', NULL, 'FALSE', '88.147.229.202', '2020-03-16 08:05:57', 'web', '', NULL),
(1374, 'vivian.zhao@mail.ru', 'b2840d1177333e3c2a21fd60331b995a', 'WarrenDog', NULL, 'FALSE', '62.210.220.181', '2020-03-17 07:42:28', 'web', '', NULL),
(1375, 'd.avidd.ukell.c.p@gmail.com', 'b2966329421417f80304acf31964aa44', 'Jeannieblowl', NULL, 'FALSE', '45.56.142.96', '2020-03-18 15:12:58', 'web', '', NULL),
(1376, 'lilyarutkina@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'lilyarutkina', NULL, 'FALSE', '88.147.152.14', '2020-03-19 07:42:45', 'web', '', NULL),
(1377, 'a.r.i.n.ae.g.or.ova.0.8.01@gmail.com', '8237f081eb9ee76d2a0b52fde7aead16', 'Barib805', NULL, 'FALSE', '81.177.48.13', '2020-03-20 16:52:38', 'web', '', NULL),
(1378, 'travnik.tatar@gmail.com', '60c2eaf663584868feefc19ee76bfda8', 'HaroldVek', NULL, 'FALSE', '31.23.150.170', '2020-03-22 09:15:43', 'web', '', NULL),
(1379, 'sfh@live.in', '4451d4d04c1f097c0a74c29b77fe839d', 'Apoorv ', NULL, 'FALSE', '47.247.208.185', '2020-03-22 11:32:16', 'web', '', NULL),
(1380, 's.op.h.ie.s.m.i.t.h.s.ev.en@gmail.com', '9b9700e9df9f0706f4538b0649d66b83', 'BobbyGoW', NULL, 'FALSE', '45.56.142.77', '2020-03-22 13:33:43', 'web', '', NULL),
(1381, 'sop.h.ie.s.m.ith.sev.e.n@gmail.com', '9b9700e9df9f0706f4538b0649d66b83', 'BobbyGoW', NULL, 'FALSE', '104.238.59.18', '2020-03-23 02:22:36', 'web', '', NULL),
(1382, 'ja.c.k.p.o.w.e.rmic.h.er.s.po.ols.view.c.o.ol.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-03-24 10:50:14', 'web', '', NULL),
(1383, 's.o.p.h.ies.mi.t.hse.ve.n@gmail.com', '9b9700e9df9f0706f4538b0649d66b83', 'BobbyGoW', NULL, 'FALSE', '45.56.151.157', '2020-03-24 13:42:29', 'web', '', NULL),
(1384, 'trudefcon@yandex.ru', 'd35d4709babb3dcaff94d48c34961b81', 'Henryamaws', NULL, 'FALSE', '95.216.32.113', '2020-03-24 22:42:42', 'web', '', NULL),
(1385, 'few@wrpills.com', 'd1ea5659343d355c5ab3da9409070ee8', 'bloor', NULL, 'FALSE', '77.123.146.24', '2020-03-25 01:03:56', 'web', '', NULL),
(1386, 'a.r.in.a.ego.r.ov.a.0.80.1@gmail.com', '8237f081eb9ee76d2a0b52fde7aead16', 'Yarix279', NULL, 'FALSE', '81.177.48.13', '2020-03-25 11:33:30', 'web', '', NULL),
(1387, 'mocreedre.creed7@gmail.com', 'b9614a6ed79e81268d734ed018a8f088', 'Jasonenulp', NULL, 'FALSE', '72.210.252.152', '2020-03-25 14:55:39', 'web', '', NULL),
(1388, 'kyppriyanovyakkov@gmail.com', '38d2d386a265e6da8582d520d34755ad', 'vfrcnfWakenty', NULL, 'FALSE', '178.159.37.88', '2020-03-26 00:56:28', 'web', '', NULL),
(1389, 'lanniewelsby@gmail.com', 'dc27f05eff1431753785a1a3209a0818', 'Micugak', NULL, 'FALSE', '195.154.170.194', '2020-03-26 04:38:01', 'web', '', NULL),
(1390, 'arina.egoro.v.a.0.8.01@gmail.com', '8237f081eb9ee76d2a0b52fde7aead16', 'Hariw744', NULL, 'FALSE', '81.177.48.13', '2020-03-27 12:12:52', 'web', '', NULL),
(1391, 'sudogo7788@ro.ru', 'd12a34116d8dc4aea92ec7e65b3a7417', 'EugenealazY', NULL, 'FALSE', '188.163.61.95', '2020-03-27 20:49:50', 'web', '', NULL),
(1392, 'jac.kpo.w.e.rm.i.che.r.sp.o.olsvie.w.c.ool@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-03-29 04:00:02', 'web', '', NULL),
(1393, 'ebanquite@yahoo.com', '72fbd468e29f015860437a38e94e8b24', 'Bardanaslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-29 15:31:16', 'web', '', NULL),
(1394, 'xliao@bostonk12.org', '72fbd468e29f015860437a38e94e8b24', 'mikitaslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-29 15:44:45', 'web', '', NULL),
(1395, 'tsamuels@san.rr.com', '72fbd468e29f015860437a38e94e8b24', 'kbfysxslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-29 15:57:45', 'web', '', NULL),
(1396, 'adri.geraldo@hotmail.com', '72fbd468e29f015860437a38e94e8b24', 'filipkaslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-29 16:10:40', 'web', '', NULL),
(1397, 'ivanirtsavi@hotmail.com', '72fbd468e29f015860437a38e94e8b24', 'YasiaheBestslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-29 16:23:40', 'web', '', NULL),
(1398, 'dre4576@hotmail.co.uk', '72fbd468e29f015860437a38e94e8b24', 'Ortaslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-29 16:49:55', 'web', '', NULL),
(1399, 'sergejkumarkov792@gmail.com', '0297e94edb0ff190bdc16a17501d0c51', 'Gerardobilia', NULL, 'FALSE', '5.188.84.160', '2020-03-29 18:44:19', 'web', '', NULL),
(1400, 'frizgo@ono.com', '72fbd468e29f015860437a38e94e8b24', 'lfyfslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-29 19:32:47', 'web', '', NULL),
(1401, 'bvanorder@live.com', '72fbd468e29f015860437a38e94e8b24', 'Mamanokslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-29 21:43:23', 'web', '', NULL),
(1402, 'aatish@cactuscreatives.com', '72fbd468e29f015860437a38e94e8b24', 'JoJojasslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-29 22:28:07', 'web', '', NULL),
(1403, 'sanjaykartarpopli@gmail.com', '25d55ad283aa400af464c76d713c07ad', 'Sanjay Popli', NULL, 'FALSE', '110.225.226.144', '2020-03-29 22:31:31', 'web', '', NULL),
(1404, 'graham.rmurray@yahoo.co.uk', '72fbd468e29f015860437a38e94e8b24', 'gjkbrctybzslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-29 22:43:19', 'web', '', NULL),
(1405, 'natachabonvin@hotmail.com', '72fbd468e29f015860437a38e94e8b24', 'Benedictslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-29 22:58:01', 'web', '', NULL),
(1406, '<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">', '637176ad35d5a31ea610d40c92ca39da', 'Nicolas', NULL, 'FALSE', '178.159.37.139', '2020-03-29 23:19:49', 'web', '', NULL),
(1407, 'crazygolf1@yahoo.co.uk', '72fbd468e29f015860437a38e94e8b24', 'yfczslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-29 23:27:09', 'web', '', NULL),
(1408, 'ellieplummer@live.co.uk', '72fbd468e29f015860437a38e94e8b24', 'duklidaslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-29 23:41:46', 'web', '', NULL),
(1409, 'ljubov1306@mail.ru', '72fbd468e29f015860437a38e94e8b24', 'fhcnfslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 00:10:18', 'web', '', NULL),
(1410, 'lachance.dc@gmail.com', '637176ad35d5a31ea610d40c92ca39da', 'nfhfcbz', NULL, 'FALSE', '178.159.37.139', '2020-03-30 00:47:53', 'web', '', NULL),
(1411, 'bookings@lmdv.co.za', '72fbd468e29f015860437a38e94e8b24', 'dfdekzslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 01:06:17', 'web', '', NULL),
(1412, '<p>The requested URL /20.txt was not found on this server.</p>', '637176ad35d5a31ea610d40c92ca39da', 'Dibei', NULL, 'FALSE', '178.159.37.139', '2020-03-30 01:17:02', 'web', '', NULL),
(1413, 'wanglizhongx@hotmail.com', '72fbd468e29f015860437a38e94e8b24', 'rjycnfywbzslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 01:19:55', 'web', '', NULL),
(1414, 'lafears923@aol.com', '72fbd468e29f015860437a38e94e8b24', 'Vasyanaslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 01:46:12', 'web', '', NULL),
(1415, 'inkerosenberg@web.de', '637176ad35d5a31ea610d40c92ca39da', 'dfkthmbx', NULL, 'FALSE', '178.159.37.139', '2020-03-30 02:11:22', 'web', '', NULL),
(1416, 'daniel555@me.com', '72fbd468e29f015860437a38e94e8b24', 'vanyuraslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 02:25:03', 'web', '', NULL),
(1417, '</head><body>', '637176ad35d5a31ea610d40c92ca39da', 'kflecz', NULL, 'FALSE', '178.159.37.139', '2020-03-30 02:40:16', 'web', '', NULL),
(1418, 'eglizandia@yahoo.co.uk', '72fbd468e29f015860437a38e94e8b24', 'Agatiusslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 03:03:12', 'web', '', NULL),
(1419, 'nsyncm2004@aol.com', '72fbd468e29f015860437a38e94e8b24', 'maryanychslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 03:15:49', 'web', '', NULL),
(1420, 'graneromari@gmail.com', '637176ad35d5a31ea610d40c92ca39da', 'dflbv', NULL, 'FALSE', '178.159.37.139', '2020-03-30 03:19:05', 'web', '', NULL),
(1421, 'mcarmen.g@live.com', '72fbd468e29f015860437a38e94e8b24', 'lfiehfslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 03:28:14', 'web', '', NULL),
(1422, 'jaredav@hotmail.com', '72fbd468e29f015860437a38e94e8b24', 'paulslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 03:40:54', 'web', '', NULL),
(1423, 'alva35792@hotmail.fr', '637176ad35d5a31ea610d40c92ca39da', 'Mihailina', NULL, 'FALSE', '178.159.37.139', '2020-03-30 03:50:52', 'web', '', NULL),
(1424, 'alam065@aol.com', '72fbd468e29f015860437a38e94e8b24', 'kbk.yzslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 04:07:07', 'web', '', NULL),
(1425, 'anamariapedrero@yahoo.es', '637176ad35d5a31ea610d40c92ca39da', 'fyfcnfcbq', NULL, 'FALSE', '178.159.37.139', '2020-03-30 04:20:20', 'web', '', NULL),
(1426, 'tyrsoveg@hotmail.com', '72fbd468e29f015860437a38e94e8b24', 'igoryushaslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 04:20:25', 'web', '', NULL),
(1427, 'barryshorland@yahoo.co.uk', '72fbd468e29f015860437a38e94e8b24', 'Woodhamslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 04:33:23', 'web', '', NULL),
(1428, 'thomas.jamieson@live.co.uk', '72fbd468e29f015860437a38e94e8b24', 'flenslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 04:59:30', 'web', '', NULL),
(1429, 'andresremis@yahoo.es', '72fbd468e29f015860437a38e94e8b24', 'Rothenbergslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 05:38:50', 'web', '', NULL),
(1430, 'carrio73@yahoo.es', '637176ad35d5a31ea610d40c92ca39da', 'Nemaylal', NULL, 'FALSE', '178.159.37.139', '2020-03-30 05:53:25', 'web', '', NULL),
(1431, 'dreamhome4menow@gmail.com', '72fbd468e29f015860437a38e94e8b24', 'Galikaslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 06:05:17', 'web', '', NULL),
(1432, 'morgandanielle08@gmail.com', '72fbd468e29f015860437a38e94e8b24', 'nfhfcsxslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 06:42:47', 'web', '', NULL),
(1433, 'albaladejo29@hotmail.com', '72fbd468e29f015860437a38e94e8b24', 'cntafyfslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 06:55:29', 'web', '', NULL),
(1434, 'dima.molchanov68@yandex.ru', 'dbaa7c56fc9151b2a73ed400eb6e9f1c', 'JasonFurge', NULL, 'FALSE', '95.143.218.78', '2020-03-30 08:02:56', 'web', '', NULL),
(1435, 'maddiehayez@gmail.com', '7a4de7abe3730a47544d079bbcda1d78', 'EugeneGok', NULL, 'FALSE', '104.42.252.76', '2020-03-30 08:11:21', 'web', '', NULL),
(1436, 'pilf2010@hotmail.co.uk', '72fbd468e29f015860437a38e94e8b24', 'Dashutaslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 09:31:35', 'web', '', NULL),
(1437, 'saiqarafiq@mail.com', '72fbd468e29f015860437a38e94e8b24', 'Bugesrslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 10:26:21', 'web', '', NULL),
(1438, 'ADI@A-D-I.FR', '72fbd468e29f015860437a38e94e8b24', 'bytccfslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 11:48:58', 'web', '', NULL),
(1439, 't.gooch@ntlworld.com', '72fbd468e29f015860437a38e94e8b24', 'Hartryslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 12:18:00', 'web', '', NULL),
(1440, 'v_cha95@yahoo.com', '72fbd468e29f015860437a38e94e8b24', 'lizavetaslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 12:33:04', 'web', '', NULL),
(1441, 'dsquash92@gmail.com', '637176ad35d5a31ea610d40c92ca39da', 'djkjlf', NULL, 'FALSE', '178.159.37.139', '2020-03-30 13:40:03', 'web', '', NULL),
(1442, 'claudiuxcgr@gmail.com', '72fbd468e29f015860437a38e94e8b24', 'vfndtqslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 14:06:14', 'web', '', NULL),
(1443, 'davchad2003@yahoo.co.uk', '637176ad35d5a31ea610d40c92ca39da', 'kmdbhrf', NULL, 'FALSE', '178.159.37.139', '2020-03-30 14:11:52', 'web', '', NULL),
(1444, 'mitkotito@gmail.com', '72fbd468e29f015860437a38e94e8b24', 'givingslorma', NULL, 'FALSE', '5.61.11.26', '2020-03-30 14:21:26', 'web', '', NULL),
(1445, 'shgi89@mail.ru', 'b624139818a610529a5378501c6b5c5e', 'dashhaulya', NULL, 'FALSE', '80.95.45.70', '2020-03-31 02:24:37', 'web', '', NULL),
(1446, '09shakil@gmail.com', 'ee9bfaf048fa1641fcd3d2c772cd2de8', 'Shakil Uddin Middya', NULL, 'FALSE', '47.11.138.205', '2020-03-31 13:44:18', 'web', '', NULL),
(1447, 'markusabelmansomi@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'MixWroro', NULL, 'FALSE', '212.83.144.179', '2020-04-01 12:47:43', 'web', '', NULL),
(1448, 'rokoshevaya@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'rokoshevaya', NULL, 'FALSE', '88.147.174.53', '2020-04-01 21:50:25', 'web', '', NULL),
(1449, 'spetrovskij303@gmail.com', '1e23b225c412b4caa5dec85d76218786', 'BobbyTraks', NULL, 'FALSE', '178.125.29.38', '2020-04-02 00:03:26', 'web', '', NULL),
(1450, 'pavelrudakov682@gmail.com', '9960369ec1b5a7a06bad3eecbb2daadf', 'AaronKib', NULL, 'FALSE', '5.188.84.104', '2020-04-02 04:05:02', 'web', '', NULL),
(1451, 'azamatkasymaliev86@gmail.com', '369c01e8cb5cb942e99b75c84f9b0098', 'Garryvub', NULL, 'FALSE', '213.183.63.66', '2020-04-02 15:57:34', 'web', '', NULL),
(1452, 'gogapiletov@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'gogapiletov', NULL, 'FALSE', '95.84.47.156', '2020-04-03 06:59:39', 'web', '', NULL),
(1453, 'olhakudasova@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'doramurkina', NULL, 'FALSE', '95.84.47.156', '2020-04-03 08:27:52', 'web', '', NULL),
(1454, 'yanaromkina@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'yanaromkina', NULL, 'FALSE', '178.45.130.255', '2020-04-03 12:50:38', 'web', '', NULL),
(1455, 'srividya253@yahoo.in', 'f90aff093079d1cfd86725f372045d33', 'Sri Vidya', NULL, 'FALSE', '157.51.247.248', '2020-04-04 11:22:46', 'web', '', NULL),
(1456, 'eustacerog.ers45@gmail.com', '6984ba39c7fcb779e8d30aa9493b6bc5', 'Bruceagore', NULL, 'FALSE', '91.121.88.225', '2020-04-06 03:51:23', 'web', '', NULL),
(1457, 'emelyanenkoaleks@gmail.com', '56894ab6775dcc497e7346e529bedf1a', 'FrankBus', NULL, 'FALSE', '45.157.213.105', '2020-04-06 04:58:31', 'web', '', NULL),
(1458, 'sevabolsoi888@gmail.com', 'c3fdfe5fab850d293e589d8555f2ab50', 'vavada', NULL, 'FALSE', '79.142.197.246', '2020-04-06 06:10:21', 'web', '', NULL),
(1459, 'ruppertweinert@o2.pl', 'fd95906a24d51dbd618203abc93d3f36', 'PaczkinaWegryTab', NULL, 'FALSE', '193.169.252.142', '2020-04-07 12:40:52', 'web', '', NULL),
(1460, 'ljisad82@red2.mobi', '1456fca738beea06da146e6021fdacef', 'GTA5ManBRENE', NULL, 'FALSE', '212.92.108.84', '2020-04-07 12:57:12', 'web', '', NULL),
(1461, 'vitalikguts@yandex.com', '8d81a41faf2174362d94438d3896b05e', 'DavidCag', NULL, 'FALSE', '178.127.51.41', '2020-04-08 13:00:01', 'web', '', NULL),
(1462, 'elyamiskova@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'elyamiskova', NULL, 'FALSE', '88.147.173.246', '2020-04-11 12:07:54', 'web', '', NULL),
(1463, 'filma16@mail.ru', 'b624139818a610529a5378501c6b5c5e', 'guhiii', NULL, 'FALSE', '93.124.40.43', '2020-04-13 03:21:34', 'web', '', NULL),
(1464, 'keshavjee96@gmail.com', 'b094607491c2e37290643e8efdcda79c', 'KESHAV JEE JHA', NULL, 'FALSE', '47.29.0.156', '2020-04-14 22:03:51', 'web', '', 10411586882296),
(1465, 'ko.l.i.nwa.n.p.re.s.s.ingw.ee.l.b.e.e.m.oo.n.day@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-04-14 22:24:47', 'web', '', NULL),
(1466, 'ahcarrick@gmail.com', 'f1b889f2c3f6254014bcd442d4a9bf2f', 'Anthonymuh', NULL, 'FALSE', '46.191.230.89', '2020-04-15 04:22:20', 'web', '', NULL),
(1467, 'ruslankudriashov1997@werttomis.bizml.ru', '684ae2a327011ed47bd2d0f86d3943ba', 'Charleswox', NULL, 'FALSE', '92.38.136.69', '2020-04-16 00:35:29', 'web', '', NULL),
(1468, 'artklein@meta.ua', '54e1756c051c840447a6533ce61f7dd8', 'Samuelarivy', NULL, 'FALSE', '109.252.111.150', '2020-04-16 08:00:21', 'web', '', NULL),
(1469, 'dsf22222@yandex.ru', '314dfe41453e7839436d5a26b4931c4d', 'Charlessoara', NULL, 'FALSE', '89.189.163.172', '2020-04-16 18:25:07', 'web', '', NULL),
(1470, 'artm.danilov.1987@mail.ru', 'a61a47fcf79142797539eb57df2c7176', 'Samueljal', NULL, 'FALSE', '31.173.85.213', '2020-04-16 21:52:28', 'web', '', NULL),
(1471, 'pappstef.198.0@gmail.com', '76a69c2644f5c831115ec9e9b9826c8b', 'Ralphoxill', NULL, 'FALSE', '50.3.82.16', '2020-04-16 22:11:22', 'web', '', NULL),
(1472, 'tmglkyflkvp@hotmails.com', '125701f8931834804b8d38855b59d276', 'mxixzcndubf', NULL, 'FALSE', '78.96.77.21', '2020-04-17 12:57:40', 'web', '', NULL),
(1473, '3mart@elsan.kiev.ua', 'afcb5dd4e94f5ae38bf8cfbdca8dfa2b', 'Triambug', NULL, 'FALSE', '134.249.147.157', '2020-04-17 16:01:47', 'web', '', NULL),
(1474, 'pankajphd@yahoo.co.in', 'f9fbf73bb05d186a0380d1ffe836477a', 'Pankaj Srivastava', NULL, 'FALSE', '47.30.138.176', '2020-04-18 14:15:53', 'web', '', 0),
(1475, 'vitinnromain@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'vitinnromain', NULL, 'FALSE', '79.126.67.234', '2020-04-18 19:03:34', 'web', '', NULL),
(1476, 'gorakirilov@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'gorakirilov', NULL, 'FALSE', '79.126.67.234', '2020-04-18 21:12:41', 'web', '', NULL),
(1477, 'ko.l.inwa.npres.si.n.gwe.elbeemoo.nd.a.y@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-04-19 16:05:00', 'web', '', NULL),
(1478, 'drogasasha@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'dashulihk', NULL, 'FALSE', '93.124.40.43', '2020-04-19 19:13:56', 'web', '', NULL),
(1479, 'so.p.hi.es.mi.t.h.s.e.v.e.n.@gmail.com', '9b9700e9df9f0706f4538b0649d66b83', 'BobbyGoW', NULL, 'FALSE', '198.144.154.61', '2020-04-20 16:19:28', 'web', '', NULL),
(1480, 'sashgorl@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'pponyas', NULL, 'FALSE', '93.124.40.43', '2020-04-21 00:10:46', 'web', '', NULL),
(1481, 'anannagrin@yandex.com', '317a85dfdce3c6502684d7bdb0b62411', 'Teodorahem', NULL, 'FALSE', '178.122.105.62', '2020-04-21 10:44:08', 'web', '', NULL),
(1482, 'psechnayar@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'doradikaya', NULL, 'FALSE', '88.147.152.107', '2020-04-21 15:58:54', 'web', '', NULL),
(1483, 'dram.xren.k.zhopa@gmail.com', 'cd988e26db2af993c3dacb319d959638', 'DramXrenmit', NULL, 'FALSE', '31.10.110.140', '2020-04-22 02:09:17', 'web', '', NULL),
(1484, 'andrew@elsan.kiev.ua', 'b692b1a81edcf8027aa851bb31fcdb6a', 'Nancyomike', NULL, 'FALSE', '134.249.147.157', '2020-04-22 06:44:50', 'web', '', NULL),
(1485, 'alex.mellow.i.city@gmail.com', 'cd988e26db2af993c3dacb319d959638', 'Raymondmit', NULL, 'FALSE', '72.11.148.222', '2020-04-22 09:28:20', 'web', '', NULL),
(1486, 'loladimitina@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'kiramashkina', NULL, 'FALSE', '88.147.152.107', '2020-04-22 19:56:39', 'web', '', NULL),
(1487, 'leditinder86@gmail.com', '401e8989e3939304e3d0a3d8619d2e40', 'Leditinder', NULL, 'FALSE', '87.251.76.137', '2020-04-23 03:05:51', 'web', '', NULL),
(1488, 'bonuscasinolive@gmail.com', '4f7f6aa52b812fcb2d6aeb97d3e7aeb7', 'DaviNon', NULL, 'FALSE', '95.55.165.63', '2020-04-23 07:40:08', 'web', '', NULL),
(1489, 'dvosd@course-fitness.com', 'ce41bc0911cb6d640c3b9d4cb251e2b1', 'Ernestdub', NULL, 'FALSE', '118.169.247.179', '2020-04-24 06:07:29', 'web', '', NULL),
(1490, 'gorlinay56@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'prosha', NULL, 'FALSE', '93.124.40.43', '2020-04-24 13:20:06', 'web', '', NULL),
(1491, 'yunghufners@yandex.ru', '7ddc3e8f1ea61c2fd5dce9795e411b18', 'heliumUL', NULL, 'FALSE', '81.4.211.26', '2020-04-25 08:58:44', 'web', '', NULL),
(1492, 'most@narco.net.ua', '505723b05c2e7f3141ba3f80e1725066', 'EwGeniTNe85', NULL, 'FALSE', '134.249.147.157', '2020-04-25 23:04:50', 'web', '', NULL),
(1493, 'youtufabch@outlook.com', '3fd61b48ce52a28edb0b15298b660ad0', 'Keepvid636z', NULL, 'FALSE', '74.209.129.142', '2020-04-26 16:44:44', 'web', '', NULL),
(1494, 'gibbbeehag127@gmail.com', '66e0797bcd6a17b8522a9cb5f6795718', 'Rent Car Morocco', NULL, 'FALSE', '195.140.213.217', '2020-04-26 23:12:03', 'web', '', NULL),
(1495, 'anastacia.arina@yandex.ru', 'e0811c733034c2a2e443db4db7440330', 'Miltongop', NULL, 'FALSE', '178.155.4.191', '2020-04-27 07:39:10', 'web', '', NULL),
(1496, 'ale.kse.y.m.i.r.on.o.v1.1.8.@gmail.com', 'd1f4540643dab8a1db81b9dfb84f1f19', 'Workathomenwx', NULL, 'FALSE', '109.248.205.242', '2020-04-27 07:48:39', 'web', '', NULL),
(1497, 'osipova19911masha@mail.ru', 'b624139818a610529a5378501c6b5c5e', 'ghfjk', NULL, 'FALSE', '80.95.44.205', '2020-04-28 23:34:47', 'web', '', NULL),
(1498, 'k.o.lin.w.a.npr.e.s.s.i.n.gwe.e.lb.ee.mo.o.n.day.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-04-29 07:53:40', 'web', '', NULL),
(1499, 'nastyaantipicheva4@gmail.com', 'c194ec9aaa2d4804c193a6961b4a8a43', 'lukichWakenty', NULL, 'FALSE', '178.159.37.88', '2020-04-30 22:09:11', 'web', '', NULL),
(1500, 'dworakdomin787@o2.pl', '4df7ea68c872448adc1be5c7075a51ec', 'Promotor', NULL, 'FALSE', '113.53.230.162', '2020-05-01 20:39:41', 'web', '', NULL),
(1501, 'mukeshdimri@hotmail.com', 'fe9642294f8e3bdacf9de8d8caff83ad', 'Bhavya Dimri', NULL, 'FALSE', '122.177.68.59', '2020-05-03 22:20:30', 'web', '', NULL),
(1502, 'dennet0qjezf@mail.ru', '32f5507559dffb5715ec9aed3e583f3a', 'Bruceannop', NULL, 'FALSE', '62.210.111.127', '2020-05-04 06:58:59', 'web', '', NULL),
(1503, 'amminchenko@yandex.ru', '0897014541863ef14f4394d4a987b7f7', 'Alexevichcag', NULL, 'FALSE', '188.235.16.209', '2020-05-04 08:57:25', 'web', '', NULL),
(1504, 'yusuf_kg92@mail.ru', 'b620f9514bf999bdd269c4c99ee9531a', 'JamesMus', NULL, 'FALSE', '2.60.233.83', '2020-05-05 01:53:40', 'web', '', NULL),
(1505, 'prosenjitunderflow@gmail.com', 'bbbe6d2897edbb0e13205cc0f5d8010a', 'PROSENJIT SARDAR', NULL, 'FALSE', '47.11.254.128', '2020-05-07 21:18:41', 'web', '', NULL),
(1506, 'kfilyush7@gmail.com', 'c194ec9aaa2d4804c193a6961b4a8a43', 'vvfWakenty', NULL, 'FALSE', '178.159.37.88', '2020-05-08 05:28:46', 'web', '', NULL),
(1507, 'webprospekt24@kreditkatalog.ru', '2d83fc295350ca61e5196e7e65ce8d60', 'Jamesflefs', NULL, 'FALSE', '5.189.239.157', '2020-05-08 12:53:33', 'web', '', NULL),
(1508, 'kol.i.n.wa.npr.es.s.i.n.g.weel.b.e.em.o.o.n.d.a.y.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-05-08 22:48:36', 'web', '', NULL),
(1509, 'laskina_1999@list.ru', 'cffb9177609c4b0afdba8f28a6664ced', 'PeterFex', NULL, 'FALSE', '171.99.155.177', '2020-05-09 23:03:39', 'web', '', NULL),
(1510, 'aksanashamraeva@yandex.ru', '3eecc38f3827f5b2def9822126a508f3', 'Robertzex', NULL, 'FALSE', '37.120.205.147', '2020-05-11 00:36:41', 'web', '', NULL),
(1511, 'hitrukkarim939@gmail.com', '6300454b0d0e6b60b1c50fc10ff41775', 'RolandtDop', NULL, 'FALSE', '195.225.118.60', '2020-05-11 03:45:33', 'web', '', NULL),
(1512, 'anigerda@yandex.com', '08433e772f99bd2090ee8cced0a2ea6a', 'Anthonyrem', NULL, 'FALSE', '37.44.71.98', '2020-05-12 03:53:48', 'web', '', NULL),
(1513, 'germankutov@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'cirafedkova', NULL, 'FALSE', '78.29.106.200', '2020-05-13 23:47:02', 'web', '', NULL),
(1514, 'yuyguvyuv@gmail.com', 'dff49cadaa6a9162ca467a37adf55f0c', 'Melvinimava', NULL, 'FALSE', '84.201.169.177', '2020-05-14 00:19:08', 'web', '', NULL),
(1515, 'abinaya1088@yahoo.in', '088b61f6d14f7df5b5d50e26e751824d', 'Abinaya G', NULL, 'FALSE', '106.206.47.30', '2020-05-14 12:37:49', 'web', '', 0),
(1516, 'jolly.dhanbad@gmail.com', 'db730e862001472daf1974df4e7f173e', 'vaibhavtulsyan', NULL, 'FALSE', '103.74.111.79', '2020-05-15 15:29:13', 'web', '', NULL),
(1517, 'vrazdolbaykin@mail.ru', 'b620f9514bf999bdd269c4c99ee9531a', 'YsufMus', NULL, 'FALSE', '2.60.60.184', '2020-05-16 01:24:26', 'web', '', NULL),
(1518, 'XMAFT96@men.marrived.com', '8d5a3fe4a79303411e588af6cefd9b29', 'FfZerourCG_', NULL, 'FALSE', '154.16.91.28', '2020-05-16 02:50:31', 'web', '', NULL),
(1519, 'mayeu95@mail.ru', 'bb034d4baf67b4c69ce8ab489e2d655a', 'Conradcap', NULL, 'FALSE', '95.152.62.78', '2020-05-16 04:51:36', 'web', '', NULL),
(1520, 'mngt@uvedifuciq.host', '8e0f39e196620a5b74b9538f866cd18d', 'Zacesebaqoo', NULL, 'FALSE', '159.224.255.154', '2020-05-17 10:47:28', 'web', '', NULL),
(1521, 'temptest620275392@gmail.com', 'c1eb1db77c4a086a743e6ee32cd9372e', 'ThomasDag', NULL, 'FALSE', '174.76.35.15', '2020-05-17 15:54:38', 'web', '', NULL),
(1522, 'kolin.w.anpre.s.si.ngw.e.elb.eemoo.n.day.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-05-18 11:30:48', 'web', '', NULL),
(1523, 'giriramk@gmail.com', 'bcb3ec491de77943c7871574aa0cddbf', 'Girishkumar ', NULL, 'FALSE', '223.186.48.145', '2020-05-18 12:36:59', 'web', '', NULL),
(1524, 'cinospallip@mail.ru', 'cb7ca0a83fdfcc7a61a3d240e534136e', 'DonaldLag', NULL, 'FALSE', '87.228.41.10', '2020-05-18 19:42:35', 'web', '', NULL),
(1525, 'garodiabhavesh@gmail.com', '3f6533744aa12c6c57a443d4804f2779', 'Bhavesh Garodia ', NULL, 'FALSE', '42.110.165.64', '2020-05-19 03:07:12', 'web', '', NULL),
(1526, 'xyampi.zdec@gmail.com', '49bcdfe0316464fed76f001a9d10486e', 'XyampiZdecmit', NULL, 'FALSE', '216.144.228.130', '2020-05-19 10:00:04', 'web', '', NULL),
(1527, 'lu.c.a.s.rosin.s.k.y1@gmail.com', 'bbaca5a40516b83b0454acb3d556af83', 'Breechesdug', NULL, 'FALSE', '193.169.252.142', '2020-05-20 21:17:25', 'web', '', NULL),
(1528, 'fhjd65@mail.ru', 'b624139818a610529a5378501c6b5c5e', 'ghfjk', NULL, 'FALSE', '95.152.62.153', '2020-05-21 07:20:36', 'web', '', NULL),
(1529, 'janicewasiak@gmail.com', '7991e13d7cdfea32c912040085d371e2', 'RickyWhido', NULL, 'FALSE', '136.244.103.224', '2020-05-23 09:29:32', 'web', '', NULL),
(1530, 'chinyaevaa4@gmail.com', 'c194ec9aaa2d4804c193a6961b4a8a43', 'dbneczWakenty', NULL, 'FALSE', '178.159.37.88', '2020-05-24 05:54:32', 'web', '', NULL),
(1531, 'y2mateytdownload1@outlook.com', '31bdc7261f44af0ded9e369fa29b41ed', 'Youtubetomp3p5714', NULL, 'FALSE', '173.213.88.37', '2020-05-25 06:07:31', 'web', '', NULL),
(1532, 'p.arkingxpertd.onm.an.a.han.@gmail.com', '5c46cdb8b583d8ff9950503404198777', 'StephenBed', NULL, 'FALSE', '104.238.32.161', '2020-05-25 13:59:26', 'web', '', NULL),
(1533, 'cirasmolnaya@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'romakoschetov', NULL, 'FALSE', '95.84.56.179', '2020-05-26 00:53:22', 'web', '', NULL),
(1534, 'rnradv@gmail.com', '099712e366fe9b47e2a990f357a2b1b5', 'RAM NARAYAN RATHORE ', NULL, 'FALSE', '27.97.32.71', '2020-05-26 23:35:01', 'web', '', 96791633872397),
(1535, 'fullset0000@mail.ru', 'f661f7cb0a0defa56383b627b982faaa', 'ShirleyNab', NULL, 'FALSE', '146.185.204.99', '2020-05-28 07:07:57', 'web', '', NULL),
(1536, 'gg8046315@gmail.com', 'be3604fac5f2d91b66dd69ba006e494c', 'Gautam Goyal', NULL, 'FALSE', '106.204.198.45', '2020-05-29 10:38:30', 'web', '', NULL),
(1537, 'sudiptaghoshdey22@gmail.com', 'ace140eca81920d6124a40ba6697594d', 'SUDIPTA GHOSH DEY', NULL, 'FALSE', '157.40.0.117', '2020-05-29 14:32:27', 'web', '', NULL),
(1538, 'nil8enbragin@rambler.ru', '5a4f235de20c679682cee43f2cb8c6c4', 'LauraKnoli', NULL, 'FALSE', '178.175.142.132', '2020-05-30 00:51:33', 'web', '', NULL),
(1539, 'Adv.bbjagtap15@gmail.com', 'd27d4fdbd4c9573d0885b20a81eadc85', 'Bhujangrao Jagtap', NULL, 'FALSE', '106.193.209.105', '2020-05-30 19:25:52', 'web', '', NULL),
(1540, 'friedhelm_busche@gmx.de', 'be2ef3736ac149c972608be4f2311acd', 'Didof', NULL, 'FALSE', '89.151.187.22', '2020-05-30 22:29:01', 'web', '', NULL),
(1541, 'jadaleah@photoaim.com', '59b136a1bb6a40cdc3c01badcebccf89', 'Merkigeors', NULL, 'FALSE', '110.136.101.12', '2020-06-01 09:55:05', 'web', '', NULL),
(1542, 'hydrassilka@gmail.com', '1aa983ee8a23966cab1c6c195a396307', 'Matthewnaw', NULL, 'FALSE', '179.43.176.213', '2020-06-02 13:15:10', 'web', '', NULL),
(1543, 'k.ol.in.w.an.pr.essi.n.gweel.be.e.mo.onda.y.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-06-02 13:18:57', 'web', '', NULL),
(1544, 'amenoomamenoom.6.6.9@gmail.com', '12f51eac26dfca1f52eba81f0917ebc6', 'MelvinGam', NULL, 'FALSE', '178.32.56.32', '2020-06-02 18:04:41', 'web', '', NULL),
(1545, 'germandocs147@yandex.com', 'bb4f3ac43bbf4994457ef1464334a806', 'Davidthoug', NULL, 'FALSE', '62.210.111.127', '2020-06-03 04:47:52', 'web', '', NULL),
(1546, 'manysh00@mail.ru', 'c3937b11d98754784ae7cdccfa04e21f', 'Georgewal', NULL, 'FALSE', '93.124.7.131', '2020-06-03 16:20:14', 'web', '', NULL),
(1547, 'brativeryvf@gmail.com', '38d2d386a265e6da8582d520d34755ad', 'AdietoynWakenty', NULL, 'FALSE', '178.159.37.88', '2020-06-04 03:50:12', 'web', '', NULL),
(1548, 'adityajainy01@gmail.com', '3f1d519b8d1caae3b419e06373a38a8c', 'Aditya Jain', NULL, 'FALSE', '27.123.243.88', '2020-06-04 23:34:47', 'web', '', NULL),
(1549, 'wrickbrata@gmail.com', '983f3855bf0413ed64f8de1172e642a8', 'wrickbrata roy', NULL, 'FALSE', '45.251.234.87', '2020-06-05 08:49:26', 'web', '', NULL),
(1550, 'paddy8717@gmail.com', '10feb049a68c17e32e88572ef7a5131f', 'PRASHANT PACHCHICIA', NULL, 'FALSE', '103.69.27.191', '2020-06-05 14:08:43', 'web', '', 26231591431917),
(1551, 'pa.rki.ngx.per.t.d.o.n.m.a.nahan.@gmail.com', '5c46cdb8b583d8ff9950503404198777', 'StephenBed', NULL, 'FALSE', '104.238.46.251', '2020-06-05 16:04:59', 'web', '', NULL),
(1552, 'raghuvanshi.prashant1985@gmail.com', 'a66c8cf9ed29959e4d9700885c89d0ae', 'PRASHANT PACHCHICIA', NULL, 'FALSE', '43.251.93.162', '2020-06-06 14:06:19', 'web', '', NULL),
(1553, 'k.olin.wa.n.pr.e.s.s.i.n.gw.eelbe.em.o.ond.ay@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-06-07 15:54:54', 'web', '', NULL),
(1554, 'tigrovaolia@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'tigrovaolia', NULL, 'FALSE', '78.29.72.159', '2020-06-08 03:41:01', 'web', '', NULL),
(1555, 'vova8091m@mail.ru', 'c3937b11d98754784ae7cdccfa04e21f', 'maiaa', NULL, 'FALSE', '95.152.17.7', '2020-06-08 12:36:15', 'web', '', NULL),
(1556, 'gubato.vae4@gmail.com', 'c194ec9aaa2d4804c193a6961b4a8a43', 'ufkkbbWakenty', NULL, 'FALSE', '178.159.37.88', '2020-06-08 18:04:58', 'web', '', NULL),
(1557, 'gerald19@nextfashion.ro', '92113e39f8cfe3ddc3c61ce467a24c3d', 'GeraldKar', NULL, 'FALSE', '185.210.218.104', '2020-06-08 21:01:25', 'web', '', NULL),
(1558, 'gorl6669@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'prosha', NULL, 'FALSE', '95.152.17.7', '2020-06-09 00:01:26', 'web', '', NULL),
(1559, 'gupta.sahadev@yahoo.com', '8e08b1109ea012468f0a68c577bb41eb', 'Sahadev Gupta', NULL, 'FALSE', '106.222.2.91', '2020-06-09 22:05:03', 'web', '', NULL),
(1560, 'olyaaurovaya@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'olyaaurovaya', NULL, 'FALSE', '79.126.101.95', '2020-06-10 12:01:13', 'web', '', NULL),
(1561, 'hilda-guetling@gmx.de', 'be2ef3736ac149c972608be4f2311acd', 'Didof', NULL, 'FALSE', '89.151.169.190', '2020-06-12 03:26:30', 'web', '', NULL),
(1562, 'k.oli.nw.an.pr.e.s.si.ngw.eel.be.e.m.o.o.nda.y@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-06-12 04:20:19', 'web', '', NULL),
(1563, 'subhasispanda11@gmail.com', '1125d693ffc450ca3317c6e3faeff1b7', 'subhasis panda', NULL, 'FALSE', '157.41.53.137', '2020-06-12 16:32:04', 'web', '', 0),
(1564, 'ghiglu@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'prosha', NULL, 'FALSE', '93.124.76.164', '2020-06-12 18:45:53', 'web', '', NULL),
(1565, 'zhorasmagin@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'zhorasmagin', NULL, 'FALSE', '78.29.124.56', '2020-06-13 08:29:02', 'web', '', NULL),
(1566, 'barro-nike@mauler.ru', 'c15ae4d94d09555275cbadd5e033839b', 'Banrikorem', NULL, 'FALSE', '5.188.84.230', '2020-06-14 01:54:14', 'web', '', NULL),
(1567, 'olliatimofeeva@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'olliatimofeeva', NULL, 'FALSE', '88.147.174.105', '2020-06-14 05:55:52', 'web', '', NULL),
(1568, 'lkustovskaya@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'lkustovskaya', NULL, 'FALSE', '88.147.174.105', '2020-06-14 11:42:08', 'web', '', NULL),
(1569, 'promestaisuh@gmail.com', 'c194ec9aaa2d4804c193a6961b4a8a43', 'AriugrinnWakenty', NULL, 'FALSE', '178.159.37.88', '2020-06-15 08:41:40', 'web', '', NULL),
(1570, 'ben.sanches0007@gmail.com', 'a0ca047b2a0e76ec373f35d9c5e52f32', 'Henrybox', NULL, 'FALSE', '174.76.35.7', '2020-06-16 09:37:47', 'web', '', NULL),
(1571, 'lena.tikhonova.2020@bk.ru', 'bff6fc96f4d205695ed47ba795484f19', 'Natashacinia', NULL, 'FALSE', '185.255.96.99', '2020-06-16 15:06:00', 'web', '', NULL),
(1572, 'havencestxg@gmail.com', '38d2d386a265e6da8582d520d34755ad', 'dfyczWakenty', NULL, 'FALSE', '178.159.37.88', '2020-06-18 03:32:45', 'web', '', NULL),
(1573, 'malavgor@ymail.com', '6e3a682b8cb5410e64693f737c595e5e', 'Malav H Gor', NULL, 'FALSE', '27.61.205.7', '2020-06-19 09:43:38', 'web', '', NULL),
(1574, 'p.arki.ng.xp.er.t.d.o.n.mana.ha.n@gmail.com', '5c46cdb8b583d8ff9950503404198777', 'StephenBed', NULL, 'FALSE', '104.238.46.249', '2020-06-20 13:33:42', 'web', '', NULL),
(1575, 'anton3kmapavlov@rambler.ru', '885286731202fb94791d6aba10d23eee', 'Dorisbrive', NULL, 'FALSE', '62.149.29.38', '2020-06-20 22:40:44', 'web', '', NULL),
(1576, 'yaxa2021@mail.ru', 'b624139818a610529a5378501c6b5c5e', 'ghfjk', NULL, 'FALSE', '95.152.62.118', '2020-06-21 00:57:22', 'web', '', NULL),
(1577, 'darievan4@gmail.com', 'c194ec9aaa2d4804c193a6961b4a8a43', 'CelticWakenty', NULL, 'FALSE', '178.159.37.88', '2020-06-22 06:57:08', 'web', '', NULL),
(1578, 'z3665@thefmail.com', '0ce37bd1759d37eeb3dd871cce45110c', 'Denjuhin551', NULL, 'FALSE', '195.181.170.83', '2020-06-23 20:28:13', 'web', '', NULL),
(1579, 'r0sprod@yandex.com', 'd860e0cb4d28e381e5da4680a52b963e', 'Brentfaive', NULL, 'FALSE', '37.113.164.44', '2020-06-24 04:35:39', 'web', '', NULL),
(1580, 'grf45hy6u645ythgfhfh@mail.ru', '2fcfd65743454035ef75db87a824e709', 'MichaelBrupt', NULL, 'FALSE', '212.92.104.55', '2020-06-24 17:38:02', 'web', '', NULL),
(1581, 'ipatova.inna6@gmail.com', '38d2d386a265e6da8582d520d34755ad', 'SanaWakenty', NULL, 'FALSE', '178.159.37.88', '2020-06-25 12:52:15', 'web', '', NULL),
(1582, 'skudinaolya@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'skudinaolya', NULL, 'FALSE', '88.147.207.171', '2020-06-25 17:49:02', 'web', '', NULL),
(1583, 'deerreck228@zohomail.eu', 'd86a3cfede7a4de17c9ae32e0f0bc831', 'Deereckalacy', NULL, 'FALSE', '176.9.145.30', '2020-06-26 06:09:27', 'web', '', NULL),
(1584, 'Shajimonkarun@gmail.com', 'f21d9c2604f64a4b0ebf94683cbe7f67', 'Shaji Mon K', NULL, 'FALSE', '43.229.90.60', '2020-06-26 18:52:17', 'web', '', NULL),
(1585, 'prorabnd@gmail.com', '778e1d820f7b88d3b2c0ca12946e1de2', 'NorvezhskiyDomAdowl', NULL, 'FALSE', '37.147.173.248', '2020-06-26 23:10:28', 'web', '', NULL),
(1586, 'gfmasha@mail.ru', 'afc80d161c3d39b170a512b033ea9deb', 'MarinaPsync', NULL, 'FALSE', '95.152.62.118', '2020-06-27 22:22:20', 'web', '', NULL),
(1587, 'handymanjoserivera@gmail.com', 'bd1dcb72ba2bc4ac11e930839d739a0f', 'Andrewkaf', NULL, 'FALSE', '45.146.54.13', '2020-06-28 03:42:45', 'web', '', NULL),
(1588, 'Dohturov273@thefmail.com', 'c8ffe6f9745cfd24f68be6a3a6199215', 'Vjatkin782', NULL, 'FALSE', '195.181.175.112', '2020-06-28 09:08:12', 'web', '', NULL),
(1589, 'Koushikmondal6635@gmail.com', '1be83327e62bfb47f6e5eefbcade2555', 'Koushik Mondal', NULL, 'FALSE', '157.40.34.200', '2020-06-29 01:05:13', 'web', '', NULL),
(1590, 'anamrakshan2020@gmail.com', 'a43f6b8c21a0c4b6570b1690650b4808', 'Anam Rakshan', NULL, 'FALSE', '49.14.127.114', '2020-06-29 03:44:22', 'web', '', NULL),
(1591, 'likadunmova@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'likadunmova', NULL, 'FALSE', '88.147.173.133', '2020-06-29 10:31:08', 'web', '', NULL),
(1592, 'lolabaryanova@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'lolabaryanova', NULL, 'FALSE', '88.147.152.92', '2020-06-29 17:59:09', 'web', '', NULL),
(1593, 'seniamelkii312@gmail.com', 'ae22dbfc78d4d15cc5f2494106029da0', 'Robertkix', NULL, 'FALSE', '46.33.33.84', '2020-06-30 03:19:25', 'web', '', NULL),
(1594, 'k.ol.i.n.w.anp.re.ssingw.eelb.eemoo.nday@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-07-01 04:38:23', 'web', '', NULL),
(1595, 'vspiryaeva2@gmail.com', '38d2d386a265e6da8582d520d34755ad', 'dfcbkbzWakenty', NULL, 'FALSE', '178.159.37.88', '2020-07-02 04:23:56', 'web', '', NULL),
(1596, 'ashoksancheti@hotmail.com', '7a01f6a4e290a1fc963a8c42e94f38d5', 'Ashok Sancheti', NULL, 'FALSE', '49.37.14.76', '2020-07-02 06:25:42', 'web', '', NULL),
(1597, 'grushenadya@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'grushenadya', NULL, 'FALSE', '88.147.152.85', '2020-07-02 11:01:29', 'web', '', NULL),
(1598, 'marvin_mehnert@gmx.de', '2ae20d5c2ba7431edc274e35405d3658', 'Annehdshg', NULL, 'FALSE', '46.8.222.48', '2020-07-02 13:50:02', 'web', '', NULL),
(1599, 'sol2b@promaskgroup.com', 'ca086d52786d4c08a99ad1299fffcded', 'SoltubiNer', NULL, 'FALSE', '5.189.239.157', '2020-07-02 15:27:23', 'web', '', NULL),
(1600, 'faqbill1@web.de', '2ae20d5c2ba7431edc274e35405d3658', 'Annehdshg', NULL, 'FALSE', '109.248.143.252', '2020-07-04 08:32:42', 'web', '', NULL),
(1601, 'juliagaskoin95@yandex.ru', 'b00392cbff5eeea143d9243967f193a3', 'bernaldinobest https://wikipedia.org 4684062', NULL, 'FALSE', '95.78.196.166', '2020-07-06 03:10:47', 'web', '', NULL),
(1602, 'gksbhutia@gmail.com', '627d49dcbcb0c57de6f82ae1adb5e59a', 'Gagan sharma', NULL, 'FALSE', '47.11.178.37', '2020-07-06 07:37:30', 'web', '', NULL),
(1603, 'gazizaru@sakhpubo.ru', 'ab93e83db5a2d3ad585a9167841af43a', 'Gazizacom', NULL, 'FALSE', '185.143.172.80', '2020-07-06 08:49:41', 'web', '', NULL),
(1604, 'catch@an.heartmantwo.com', '2cc8a44f79f0d4a00a3776a4d691293d', 'adrianHam', NULL, 'FALSE', '173.213.85.7', '2020-07-06 17:24:37', 'web', '', NULL),
(1605, 'jitendragangawane21@gmail.com', 'ed567b65f329edfc0c8f52cf92b39368', 'Jitendra Gangawane ', NULL, 'FALSE', '157.33.194.8', '2020-07-06 18:10:29', 'web', '', NULL),
(1606, 'andrejkosinoha@gmail.com', '91a71405aab3441cf26272cc015021ce', 'Joselyn\r\n', NULL, 'FALSE', '45.81.136.83', '2020-07-07 01:39:10', 'web', '', NULL),
(1607, 'heinrich_kraft@web.de', 'f70af377936cdf46f44609024ad133bf', 'Tandra\r\n', NULL, 'FALSE', '46.8.222.85', '2020-07-07 06:12:46', 'web', '', NULL),
(1608, 'ko.li.nwa.np.r.essin.gw.eel.bee.mo.onda.y@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-07-07 10:33:12', 'web', '', NULL),
(1609, 'ldkodi@gmail.com', '1b8183e32c416913ec8f25386d9a2e06', 'L DHANUSKODI', NULL, 'FALSE', '115.113.232.46', '2020-07-07 14:46:27', 'web', '', NULL),
(1610, 'inokentiykatin@yandex.ru', '018a21cd54683f465dca9ff97c4ff3b9', 'wsfdgsdfsfdg https://www.google.com/', NULL, 'FALSE', '31.131.69.14', '2020-07-08 00:21:11', 'web', '', NULL),
(1611, 'joshikuldeep689@gmail.com', '898d9126acfa168b6359d347d2878979', 'Bella\r\n', NULL, 'FALSE', '46.8.23.51', '2020-07-08 02:45:06', 'web', '', NULL),
(1612, 'lenakust6@gmail.com', 'c194ec9aaa2d4804c193a6961b4a8a43', 'lfyfWakenty', NULL, 'FALSE', '178.159.37.88', '2020-07-08 05:19:17', 'web', '', NULL),
(1613, 'mississi64@hotmail.fr', 'c2af8504f589d8d0f795912341c211c9', 'Delphine\r\n', NULL, 'FALSE', '46.8.16.252', '2020-07-08 13:36:33', 'web', '', NULL),
(1614, 'kostenlosekindernachhilfe@gmx.de', '16a80674bfc7c8fe787747bae56f4ba2', 'Alondra\r\n', NULL, 'FALSE', '46.8.57.150', '2020-07-09 13:14:21', 'web', '', NULL),
(1615, 'ukmn@gmx.net', '7c281df000f72f92d430a42ff7f4d40b', 'Kate\r\n', NULL, 'FALSE', '46.8.16.252', '2020-07-09 22:19:12', 'web', '', NULL),
(1616, 'rostovsckgo@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'rostovsckgo', NULL, 'FALSE', '79.126.91.156', '2020-07-10 21:46:07', 'web', '', NULL),
(1617, 'advaayushdeep@gmail.com', 'ec6143c3635a3ef23e517f0404ff1831', 'Aayush Deep', NULL, 'FALSE', '169.149.19.40', '2020-07-12 12:24:14', 'web', '', NULL),
(1618, 'shakhbanrut7s@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Mister misery 1901 https://www.google.com/ 5710296', NULL, 'FALSE', '193.31.102.219', '2020-07-13 10:47:25', 'web', '', NULL),
(1619, 'debikagupi13@gmail.com', 'f19fdb07c303bd250db271a606d6d02c', 'DebikaMondal', NULL, 'FALSE', '157.43.194.243', '2020-07-15 11:35:56', 'web', '', NULL),
(1620, 'bslatha.adv@gmail.com', '7e0c32be65bb1f478873e150a550f61b', 'B SREE LATHA', NULL, 'FALSE', '115.98.70.6', '2020-07-15 12:00:03', 'web', '', NULL),
(1621, 'abhilashthomas23@gmail.com', 'd667ad414c9e5abf215cc6f0e4468149', 'Abhilash Thomas ', NULL, 'FALSE', '1.39.77.57', '2020-07-16 12:59:16', 'web', '', NULL),
(1622, 'dimakocotov@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'dimakocotov', NULL, 'FALSE', '79.126.75.99', '2020-07-17 04:11:44', 'web', '', NULL),
(1623, 'gazari@sakhpubo.ru', 'ab93e83db5a2d3ad585a9167841af43a', 'Gazaricom', NULL, 'FALSE', '185.143.172.80', '2020-07-17 18:58:23', 'web', '', NULL),
(1624, 'chudixina.tanya@mail.ru', '432d3ceef6b9c8762af2adc8d1ac9f89', 'ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚Ðµ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÑƒ Ð¾Ñ‚ Ð·Ð°Ñ€ÑƒÐ±ÐµÐ¶Ð½Ð¾Ð³Ð¾ Ñ„Ð¾Ð½Ð´Ð° - Ð±ÐµÐ·Ð²Ð¾Ð·Ð¼ÐµÐ·Ð´Ð½Ð¾!\r\n https://anetti.pige.lank/b4jYi', NULL, 'FALSE', '188.130.188.139', '2020-07-17 23:05:35', 'web', '', NULL),
(1625, 'zasplav2015@mail.ru', '08433e772f99bd2090ee8cced0a2ea6a', 'Anthonyrem', NULL, 'FALSE', '178.122.64.177', '2020-07-21 04:31:13', 'web', '', NULL),
(1626, 'jourcice@mail.ru', '47a8ca14e82380c3f83ceab9cfcdc47f', 'nsuawfevcr mrsjtrewq bmp', NULL, 'FALSE', '213.111.153.191', '2020-07-22 03:25:17', 'web', '', NULL),
(1627, 'mininalolka@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'mininalolka', NULL, 'FALSE', '88.147.173.181', '2020-07-23 17:46:06', 'web', '', NULL),
(1628, 'kkirstendanst@yandex.com', 'b8b559df4144cf1ffd1d81bcc134ff47', 'kirstendanst https://www.facebook.com rog', NULL, 'FALSE', '217.171.147.164', '2020-07-23 21:30:30', 'web', '', NULL),
(1629, 'screen-led-ru1@1gb.ru', '314dfe41453e7839436d5a26b4931c4d', 'Charlessoara', NULL, 'FALSE', '216.144.228.130', '2020-07-24 07:33:02', 'web', '', NULL),
(1630, 'k.olin.wa.n.p.res.sin.gw.e.elbe.e.m.o.o.n.d.ay@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-07-25 09:53:49', 'web', '', NULL),
(1631, '123teatr@gmail.com', '33a6e21765683784efdb206d09167b31', 'ArthurWaymn', NULL, 'FALSE', '35.184.123.203', '2020-07-25 15:22:49', 'web', '', NULL),
(1632, 'aceigor@rambler.ru', '7e9f5519b274a13050896cbdb450201e', 'Jamesskant', NULL, 'FALSE', '185.11.4.139', '2020-07-26 04:27:24', 'web', '', NULL),
(1633, 'ahd25@ahd.com.ua', '925c75bd5207056c6101a2db9f9f2c99', 'Xennaf', NULL, 'FALSE', '91.227.182.217', '2020-07-27 18:11:45', 'web', '', NULL),
(1634, 'philipevick@24sm.tech', '32e75c592ee991345bd5ddf7d7658586', 'Philiputill', NULL, 'FALSE', '45.87.2.128', '2020-07-27 21:59:12', 'web', '', NULL),
(1635, 'ursulalaitman@yandex.com', '35d5c48edde9af8a8f471b091ba94c8b', 'asrtalogialait https://twitter.com rog', NULL, 'FALSE', '217.171.147.164', '2020-07-29 10:43:10', 'web', '', NULL),
(1636, 'ashokpaul5959@gmail.com', 'ad08cfb7d5a5f6c860f2091bbe4d3d08', 'ASHOK PAUL', NULL, 'FALSE', '43.252.142.89', '2020-07-29 23:56:55', 'web', '', NULL),
(1637, 'Magitta.Post@gmx.de', '3c75ffdba35fc57718891226eb2294f8', 'dof', NULL, 'FALSE', '207.97.174.134', '2020-07-31 03:40:04', 'web', '', NULL),
(1638, 'mandalprakash558@gmail.com', '1f28e96518b01e8505e95d294071c076', 'PRAKASH MANDAL', NULL, 'FALSE', '103.249.4.150', '2020-07-31 10:59:25', 'web', '', NULL),
(1639, 'viki-kalcer@mauler.ru', '45cbc1ad999b5d1f2c8e07a6d9607e7e', 'Viklaerundiz', NULL, 'FALSE', '5.188.84.230', '2020-07-31 21:13:46', 'web', '', NULL),
(1640, 'shantanu.nanda@yahoo.com', 'ad09b2d48b2811c68e5a2bf421f7f2f2', 'Shantanu Nanda', NULL, 'FALSE', '45.251.36.131', '2020-08-02 16:28:42', 'web', '', NULL),
(1641, 'sanghirks@rediffmail.com', 'faaf2670c8b9c2cadd1cadb63acc69bd', 'R. K Sanghi', NULL, 'FALSE', '106.66.20.165', '2020-08-03 14:17:37', 'web', '', NULL),
(1642, 'mohamedsultan2511@gmail.com', 'c62897b15914c5579a5d2a4e1091201f', 'Mohamed Sultan', NULL, 'FALSE', '157.50.180.69', '2020-08-03 15:26:04', 'web', '', NULL),
(1643, 'devadasdevtm71@gmail.com', '3d61b5a37360f6c6ed2f45cadfbfa299', 'devadas', NULL, 'FALSE', '117.221.156.191', '2020-08-03 21:33:32', 'web', '', NULL),
(1644, 'GladysFob1973@ghu.goaglie.com', '62b20b2c9004d82b476265077b3c170e', 'HeatherVedge', NULL, 'FALSE', '37.229.196.63', '2020-08-05 00:48:27', 'web', '', NULL),
(1645, 'pinup.casino1@mail.ru', 'd817389f3a27a052d8ca6bd5d1a0224b', 'Pinupgammer', NULL, 'FALSE', '103.28.121.58', '2020-08-05 10:36:47', 'web', '', NULL),
(1646, 'impjain@gmail.com', 'eb98982dbe40af2f27d66cbfe114b52c', 'Prashant Jain', NULL, 'FALSE', '103.219.229.246', '2020-08-05 14:21:50', 'web', '', NULL),
(1647, 'arijitkumar1986@gmail.com', 'cd414ea2100b814ec7a28a0f9a12ba82', 'ARIJIT KUMAR SANPUI', NULL, 'FALSE', '157.40.49.168', '2020-08-06 21:58:07', 'web', '', NULL),
(1648, 'ko.l.i.nwanp.r.ess.i.n.g.w.eel.beemoo.nd.ay.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-08-07 05:26:05', 'web', '', NULL),
(1649, 'kleindorf.anni@gmx.de', '3c75ffdba35fc57718891226eb2294f8', 'dof', NULL, 'FALSE', '46.187.61.144', '2020-08-07 07:21:28', 'web', '', NULL),
(1650, 'tiwaribhawna45@gmail.com', 'e749f6aafa6bccebede85dcfa09da2f6', 'Abhishek Tiwari', NULL, 'FALSE', '106.223.43.68', '2020-08-07 17:38:29', 'web', '', NULL),
(1651, 'arthur.logan1826@bestmail.eu', '56e549b27756c4316c8f954627b19567', 'JosephMip', NULL, 'FALSE', '188.122.82.146', '2020-08-09 11:41:21', 'web', '', NULL),
(1652, 'karoline.bochert@gmx.de', '1fb96b405585839230bc59a998e72db0', 'Delcie\r\n', NULL, 'FALSE', '188.130.137.83', '2020-08-10 01:54:55', 'web', '', NULL),
(1653, 'pvdo2020@yandex.ru', '8d46b75705d5e549e5294cfb200cf3d8', 'Albertwib', NULL, 'FALSE', '95.24.132.90', '2020-08-11 21:54:01', 'web', '', NULL),
(1654, 'edris.streller0849936@gmx.com', 'd2a4cba1a338ed8ca4f86e295c065944', 'Saran\r\n', NULL, 'FALSE', '188.130.128.78', '2020-08-12 06:50:18', 'web', '', NULL),
(1655, 'mohdtaha37@gmail.com', '823da4223e46ec671a10ea13d7823534', 'Mohd Taha Mohd Danish', NULL, 'FALSE', '103.211.40.244', '2020-08-12 21:02:00', 'web', '', NULL),
(1656, 'k.oli.n.wa.np.r.ess.ingw.eel.b.e.emo.on.da.y.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-08-13 17:49:16', 'web', '', NULL),
(1657, 'profptb@meta.ua', '42f81d862285d225eaa5a98caffe7576', 'profppoday', NULL, 'FALSE', '176.100.189.4', '2020-08-15 04:14:14', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(1658, 'dgak@uvedifuciq.host', '8e0f39e196620a5b74b9538f866cd18d', 'Zacesebaqoo', NULL, 'FALSE', '159.224.255.154', '2020-08-15 05:15:20', 'web', '', NULL),
(1659, 'milakdf78@mail.ru', '7284210e6df1e5d2e6125ca46673cd9a', 'Davidnes', NULL, 'FALSE', '78.138.157.42', '2020-08-15 16:23:53', 'web', '', NULL),
(1660, 'pochta@stduent-help.com', 'c182a1b0fd52a363586318aed34fed7d', 'TolyaLes', NULL, 'FALSE', '46.4.157.125', '2020-08-16 21:34:42', 'web', '', NULL),
(1661, 'jayantaray11@rediffmail.com', 'f4a97b39f8ed44bb25a97bb9b37e0ad0', 'Jayanta Ray', NULL, 'FALSE', '47.15.39.165', '2020-08-17 21:02:38', 'web', '', NULL),
(1662, 'vishnuprasadmehta@yahoo.com', 'b205565bd3f0591db446b791f4a6bdd6', 'VISHNU PRASAD MEHTA', NULL, 'FALSE', '157.47.197.4', '2020-08-18 18:17:35', 'web', '', NULL),
(1663, 'bs62943@gmail.com', '2e455686c640840eb87b6947027b96f7', 'Bijoy Saha', NULL, 'FALSE', '43.252.143.115', '2020-08-20 12:29:33', 'web', '', NULL),
(1664, 'gotenberghat@gmail.com', 'c811640075ff10003a5c91b69c876960', 'JosephWar', NULL, 'FALSE', '135.181.5.103', '2020-08-21 20:23:30', 'web', '', NULL),
(1665, 'ruzica.velten@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, 'FALSE', '46.187.22.208', '2020-08-22 12:51:03', 'web', '', NULL),
(1666, 'Marisahal1967@fte.goaglie.com', 'dd691822eaba8bcbede400ac914dde5a', 'Rupertripsy', NULL, 'FALSE', '37.115.120.52', '2020-08-22 15:27:25', 'web', '', NULL),
(1667, 'harshramani14@gmail.com', '8956759d5b3f418aaf2101efb0b13a07', 'Harsh Tahilramani ', NULL, 'FALSE', '42.108.220.135', '2020-08-25 12:45:51', 'web', '', 92541598339849),
(1668, 'ramaniharsh836@gmail.com', '8956759d5b3f418aaf2101efb0b13a07', 'Harsh Tahilramani ', NULL, 'FALSE', '42.108.220.135', '2020-08-25 12:50:08', 'web', '', NULL),
(1669, 'mesropgugeseva@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'hello  Mr.  https://www.google.com/?googlegooglegooglegooglegooglegooglegooglegooglegooglegoogle 7', NULL, 'FALSE', '85.203.22.68', '2020-08-26 07:14:01', 'web', '', NULL),
(1670, 'rnerkar@yahoo.com', 'e9d16f2e83649b519d3aea60f9bb4190', 'Rajesh Nerkar', NULL, 'FALSE', '1.38.148.1', '2020-08-26 09:43:30', 'web', '', 0),
(1671, 'hollinsheadford@gmail.com', '11109f80eab25441bd7348998462d716', 'lightroommug', NULL, 'FALSE', '77.137.112.105', '2020-08-27 01:45:37', 'web', '', NULL),
(1672, 'gorlina1958@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'sahaha', NULL, 'FALSE', '95.152.48.20', '2020-08-27 11:15:21', 'web', '', NULL),
(1673, 'ko.l.i.nwa.npre.s.singw.ee.l.b.ee.mo.onda.y@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-08-27 12:04:44', 'web', '', NULL),
(1674, 'vj909887@gmail.com', '29dc5b431e75270779e8b0ced091afe8', 'Arjun', NULL, 'FALSE', '157.37.145.110', '2020-08-28 01:22:40', 'web', '', NULL),
(1675, 'vaibhavjain909887@gmail.com', '29dc5b431e75270779e8b0ced091afe8', 'Vaibhav Jain', NULL, 'FALSE', '117.234.141.178', '2020-08-28 23:24:58', 'web', '', NULL),
(1676, 'polina.rostova8878@gmail.com', '29c01be8df0ba56561ce8b6046c081ce', 'nbvf[fWakenty', NULL, 'FALSE', '178.159.37.88', '2020-08-29 01:28:43', 'web', '', NULL),
(1677, 'gennick72@nextfashion.ro', '21873a05eb6ef0405845fca26b23789e', 'RobertWrola', NULL, 'FALSE', '193.239.85.170', '2020-08-29 13:44:22', 'web', '', NULL),
(1678, 'wolf-dietrich.schwarzer@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, 'FALSE', '46.187.25.61', '2020-08-30 03:51:44', 'web', '', NULL),
(1679, 'mateiiasawmi@gmail.com', '4bdfac3c67475b053252e7555509c249', 'R. Malsawmhlui', NULL, 'FALSE', '157.40.129.201', '2020-09-01 14:55:43', 'web', '', NULL),
(1680, 'sanchetigazal23@gmail.com', '7a47f185de4f05bf427ae80440b6a28b', 'Gazal Sancheti', NULL, 'FALSE', '117.237.235.248', '2020-09-01 22:10:08', 'web', '', NULL),
(1681, 'j.u.ry..oz.er.@gmail.com', '038c6d918bdfc4d5d1c7c8e57b8e893f', 'RolankaB', NULL, 'FALSE', '37.120.143.61', '2020-09-02 05:31:06', 'web', '', NULL),
(1682, 'halifas@sakhpubo.ru', '737814abf0e57780fbc9a424951b2c8c', 'FatuRect', NULL, 'FALSE', '185.143.172.80', '2020-09-03 00:01:50', 'web', '', NULL),
(1683, 'gorlinag@list.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'sahaha', NULL, 'FALSE', '93.124.105.236', '2020-09-03 00:58:14', 'web', '', NULL),
(1684, 'cac@elsan.kiev.ua', '505723b05c2e7f3141ba3f80e1725066', 'ViViTrON', NULL, 'FALSE', '134.249.147.157', '2020-09-03 10:29:36', 'web', '', NULL),
(1685, 'arinaavtahova@gmail.com', '29c01be8df0ba56561ce8b6046c081ce', 'ybrtifWakenty', NULL, 'FALSE', '178.159.37.88', '2020-09-03 15:40:07', 'web', '', NULL),
(1686, 'adityamondal2007@yahoo.co.in', '35e4a8c7077eeac19fc1029cc6cab944', 'Aditya Mondal', NULL, 'FALSE', '223.176.50.29', '2020-09-03 22:21:37', 'web', '', 0),
(1687, 'belosimak@meta.ua', 'e9377f386d653129492228c83d53dc2e', 'Thilale', NULL, 'FALSE', '178.137.90.95', '2020-09-04 14:22:43', 'web', '', NULL),
(1688, 'tewari.mridul@yahoo.com', '832ed611c3d010fcc4a98d842785c9ca', 'Mridul Tewari', NULL, 'FALSE', '103.112.34.219', '2020-09-04 16:02:50', 'web', '', NULL),
(1689, 'levsinlev90@gmail.com', '29c01be8df0ba56561ce8b6046c081ce', 'hjvfWakenty', NULL, 'FALSE', '178.159.37.88', '2020-09-06 09:33:55', 'web', '', NULL),
(1690, 'artusak@sakhpubo.ru', 'e1bc1caa8c1c8e322f754c6a0a7d1813', 'ZeiworkRect', NULL, 'FALSE', '185.143.172.80', '2020-09-06 16:50:13', 'web', '', NULL),
(1691, 'aloisia-fazio@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, 'FALSE', '46.187.25.61', '2020-09-07 20:11:16', 'web', '', NULL),
(1692, 'singhhardev@yahoo.com', '74fc397f293675493d1b7dd9ceea4ff9', 'HARDEV SINGH', NULL, 'FALSE', '106.223.92.23', '2020-09-07 21:04:55', 'web', '', NULL),
(1693, 'sivanandhvanka@gmail.com', 'e01850558d1187d909f582206425ce49', 'Sivanandh Lahiri', NULL, 'FALSE', '103.46.234.206', '2020-09-07 21:30:21', 'web', '', NULL),
(1694, 'cndas641972@gmail.com', '4e4267b422b9e81551f552c3a4ca0ffa', 'CHANDRANATH DAS ', NULL, 'FALSE', '157.40.20.51', '2020-09-11 19:27:56', 'web', '', 0),
(1695, 'manojjainadvocatejaipur@gmail.com', '5f57c08b0edde89daf27cf82c746120d', 'Manoj Jain Advocate', NULL, 'FALSE', '157.37.163.31', '2020-09-12 14:40:23', 'web', '', NULL),
(1696, 'gasinas@sakhpubo.ru', '304b1d17ff17c4599136acc3afad2953', 'GuesporRect', NULL, 'FALSE', '185.143.172.80', '2020-09-12 15:12:27', 'web', '', NULL),
(1697, 'micziwal@go2.pl', '8f0c5fcfd235ea9fecf64b5f60de8afe', 'Micziwalpyday', NULL, 'FALSE', '213.217.225.176', '2020-09-13 17:21:44', 'web', '', NULL),
(1698, 'ubuntu@b1t.ru', '47d2d897cc9a81d8edad94bdb502b692', 'jhannatit', NULL, 'FALSE', '98.143.145.29', '2020-09-15 05:11:48', 'web', '', NULL),
(1699, 'seshan.ibt@gmail.com', '0ed6011eb4740ae85e5e2fa3a73f4575', 'Arunseshan Chandrasekaran', NULL, 'FALSE', '157.46.64.72', '2020-09-15 12:45:15', 'web', '', NULL),
(1700, 'nadeshdadreissigacker@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, 'FALSE', '46.187.25.61', '2020-09-15 16:53:53', 'web', '', NULL),
(1701, 'barsburst@meta.ua', 'e9377f386d653129492228c83d53dc2e', 'dioniew', NULL, 'FALSE', '46.118.158.198', '2020-09-16 08:06:09', 'web', '', NULL),
(1702, 'dorovaslavina1995@rambler.ru', 'a1b7b9a0bb0094ce309c498d1d58c16c', 'StevenHit', NULL, 'FALSE', '115.223.7.110', '2020-09-17 08:20:42', 'web', '', NULL),
(1703, 'enzoperezriver3@gmail.com', '29c01be8df0ba56561ce8b6046c081ce', 'BurisiWakenty', NULL, 'FALSE', '178.159.37.88', '2020-09-17 18:52:57', 'web', '', NULL),
(1704, 'gorl1985@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'dahar', NULL, 'FALSE', '93.124.60.35', '2020-09-20 02:31:07', 'web', '', NULL),
(1705, 'allascheler@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, 'FALSE', '46.187.25.61', '2020-09-20 03:09:18', 'web', '', NULL),
(1706, 'za-splav@mail.ru', '08433e772f99bd2090ee8cced0a2ea6a', 'Anthonyrem', NULL, 'FALSE', '93.85.76.180', '2020-09-21 03:07:59', 'web', '', NULL),
(1707, 'cuqu@iroquzap.asia', '8e0f39e196620a5b74b9538f866cd18d', 'Zacesebaqoo', NULL, 'FALSE', '159.224.255.154', '2020-09-22 00:15:40', 'web', '', NULL),
(1708, 'utuberinov@gmail.com', 'f358f767cd2fa4889f3d99e07cff8d8d', 'Dennisutinc', NULL, 'FALSE', '217.107.194.18', '2020-09-22 02:45:42', 'web', '', NULL),
(1709, 'babara.kohnert@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, 'FALSE', '46.187.25.61', '2020-09-22 15:50:38', 'web', '', NULL),
(1710, 'mihail534321@gmail.com', '29c01be8df0ba56561ce8b6046c081ce', 'DecembristWakenty', NULL, 'FALSE', '178.159.37.88', '2020-09-22 16:16:13', 'web', '', NULL),
(1711, 'guruprasadposugade@gmail.com', 'a32e93490b24747b63673327798e22ea', 'Guruprasad Posugade', NULL, 'FALSE', '116.75.20.150', '2020-09-23 13:27:06', 'web', '', NULL),
(1712, 'kolis.bolis+1212@bk.ru', '40227610931aaf203e3c5c919daeb0a9', '922773811 Ð’ÐÐ¨ Ð‘ÐžÐÐ£Ð¡ ÐŸÐž Ð¡Ð¡Ð«Ð›ÐšÐ• www.mail.ru', NULL, 'FALSE', '109.72.243.249', '2020-09-24 07:59:02', 'web', '', NULL),
(1713, 'kolis.bolis6+124@bk.ru', '40227610931aaf203e3c5c919daeb0a9', '942495792 Ð‘Ð¾Ð½ÑƒÑÐ½Ð¾Ðµ_Ð²Ð¾Ð·Ð½Ð°Ð³Ñ€Ð¾Ð¶Ð´ÐµÐ½Ð¸Ðµ www.mail.ru', NULL, 'FALSE', '109.72.243.249', '2020-09-24 08:10:55', 'web', '', NULL),
(1714, 'sofakiseleva1968@autorambler.ru', '6a12ab0bc8fa896a57833eb60fa27556', 'HiFiHiF1Dor', NULL, 'FALSE', '185.225.28.57', '2020-09-25 14:03:14', 'web', '', NULL),
(1715, 'zaraig1254@gmail.com', '29c01be8df0ba56561ce8b6046c081ce', 'fkmbyWakenty', NULL, 'FALSE', '178.159.37.88', '2020-09-25 18:08:48', 'web', '', NULL),
(1716, 'catch@which.marksypark.com', '52c9b4d0bfc276f77a2a85cd9da40736', 'JerryRob', NULL, 'FALSE', '173.234.158.163', '2020-09-25 21:54:42', 'web', '', NULL),
(1717, 'za-splav@yandex.com', 'e3c27372be210b7c293d62a6c9ad5119', 'SocorroOxibe', NULL, 'FALSE', '178.127.195.68', '2020-09-26 17:59:40', 'web', '', NULL),
(1718, 'dhatrak.pratik54@gmail.com', '528774d524a82e01a08043ca546f617c', 'Pratik Dhatrak', NULL, 'FALSE', '117.207.38.41', '2020-09-26 22:22:20', 'web', '', NULL),
(1719, 'fomich.vera8765@mail.ru', 'ddeadad766ce2eddab217c761f0c442b', 'NnabbsazBaw', NULL, 'FALSE', '176.110.134.2', '2020-09-27 02:27:21', 'web', '', NULL),
(1720, 'ivanleckov315@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'himilianaWakenty', NULL, 'FALSE', '178.159.37.139', '2020-09-28 02:37:21', 'web', '', NULL),
(1721, 'hohmannjames@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, 'FALSE', '46.187.25.61', '2020-09-28 02:53:29', 'web', '', NULL),
(1722, 'sunilwuci@gamil.com', '447db435e7c7503aec3f4f05a6aeb6c9', 'Sunil  Kumar', NULL, 'FALSE', '106.202.23.240', '2020-09-28 13:59:39', 'web', '', NULL),
(1723, 'karionaboireccova@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'ybyjifWakenty', NULL, 'FALSE', '178.159.37.139', '2020-09-30 21:58:09', 'web', '', NULL),
(1724, 'divyasreenivasakam@gmail.com', 'fd9c9a0aec4ad086f032988edec2538b', 'Divya ', NULL, 'FALSE', '61.2.65.230', '2020-10-02 11:58:35', 'web', '', NULL),
(1725, 'ravi_llb2000@yahoo.com', '2e960d9b0ab9229efcfc224da7648ffe', 'K.Ravi Kumar Achary', NULL, 'FALSE', '157.41.38.104', '2020-10-02 16:58:51', 'web', '', NULL),
(1726, 'jackvis343@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'vtktifWakenty', NULL, 'FALSE', '178.159.37.139', '2020-10-04 02:18:58', 'web', '', NULL),
(1727, 'ultrasale2025@gmail.com', 'c2cf73e62a4b738ca3bee9f6d458e564', 'ultradonsi', NULL, 'FALSE', '87.237.42.71', '2020-10-06 05:40:08', 'web', '', NULL),
(1728, 'gorlin59@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'jdikiirf', NULL, 'FALSE', '93.124.105.180', '2020-10-07 05:19:22', 'web', '', NULL),
(1729, 'sktajhp2000@gmail.com', 'afdc14e2da408c0fb954110533ad8f83', 'SK HASIBUL ALAM', NULL, 'FALSE', '157.43.233.113', '2020-10-07 07:50:50', 'web', '', NULL),
(1730, 'h.en.t.ai.worldp.i.c.tu.re.s5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'MerillSwota', NULL, 'FALSE', '176.99.188.100', '2020-10-07 19:53:21', 'web', '', NULL),
(1731, 'tempoo626232418@gmail.com', '9bc8c05e93402a3ccf473dc829cd8f9c', 'Brus joW', NULL, 'FALSE', '89.187.182.6', '2020-10-09 02:36:42', 'web', '', NULL),
(1732, 'athulyaa.mp@gmail.com', '90e58820765a07239799bf7f4614a801', 'Athulya Mp ', NULL, 'FALSE', '122.171.53.21', '2020-10-09 02:37:33', 'web', '', NULL),
(1733, 'ivanshevchenko887@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'SenyaWakenty', NULL, 'FALSE', '178.159.37.139', '2020-10-09 21:49:46', 'web', '', NULL),
(1734, 'evgeshavoli24@gmail.com', '18e7b21dc7d22a22dbb172893702b3b5', 'OlpuG', NULL, 'FALSE', '213.59.158.2', '2020-10-09 23:01:40', 'web', '', NULL),
(1735, 'dcostaom@gmail.com', '4b0c60aa6b12fb60f25105e289649667', 'Om Dcosta', NULL, 'FALSE', '152.57.224.65', '2020-10-10 12:28:03', 'web', '', NULL),
(1736, 'n.orm.a.n.we.e.k.e.rst.rup.l.us.w.r.o.ngf.r.ees@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-10-10 18:36:11', 'web', '', NULL),
(1737, 'marat.kahramov@gmail.com', 'ebbc989a638884f507c547f5b4cac4a6', 'MaratPsync', NULL, 'FALSE', '185.117.118.252', '2020-10-11 07:17:45', 'web', '', NULL),
(1738, 'gilsageorgecky8494@gmail.com', 'c12ba2bd6e786d9f0c5eb2a8281da0a5', 'Gilsa George', NULL, 'FALSE', '223.228.150.2', '2020-10-12 10:21:08', 'web', '', NULL),
(1739, 'ledtehnology-ru2@1gb.ru', 'ccf658adb6b31555db7da634841237b6', 'Billylisse', NULL, 'FALSE', '95.181.86.74', '2020-10-13 01:05:59', 'web', '', NULL),
(1740, 'maria_luise_jastram@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, 'FALSE', '46.187.38.244', '2020-10-14 09:03:48', 'web', '', NULL),
(1741, 'sale@za-splav.by', '6361e7aa76974847964cf2ea10440335', 'BarbaraWoulp', NULL, 'FALSE', '178.122.207.82', '2020-10-15 16:37:23', 'web', '', NULL),
(1742, 'kolosevsergej1@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'kuzminichnaWakenty', NULL, 'FALSE', '178.159.37.139', '2020-10-15 20:20:49', 'web', '', NULL),
(1743, '1@sh1371291.a.had.su', '748838f1178df28061e57a3490181fb3', 'Robertbus', NULL, 'FALSE', '95.73.43.212', '2020-10-16 10:28:19', 'web', '', NULL),
(1744, 'catch@big.fanficforum.com', '82335612624c3d6dac4737e709da7f31', 'StephenBluer', NULL, 'FALSE', '173.234.158.163', '2020-10-16 12:24:03', 'web', '', NULL),
(1745, 'mcelvis680@gmail.com', '9e334b1f16bcbb68404a5322c5e866b1', 'BruceZekly', NULL, 'FALSE', '124.65.117.38', '2020-10-16 13:02:11', 'web', '', NULL),
(1746, 'shraddhachughra1@gmail.com', '175e875b2a9bf5f89c52445492268455', 'shraddha chughra', NULL, 'FALSE', '103.100.214.243', '2020-10-16 13:50:24', 'web', '', NULL),
(1747, 'ledtehnology-ru1@1gb.ru', 'ccf658adb6b31555db7da634841237b6', 'Billylisse', NULL, 'FALSE', '47.110.49.177', '2020-10-16 23:02:23', 'web', '', NULL),
(1748, 'vethidan_malai@yahoo.co.in', '6df8cb3f7ad719a443b678157bf0701b', 'Annamalai M', NULL, 'FALSE', '112.133.236.65', '2020-10-17 16:09:41', 'web', '', NULL),
(1749, 'alexfremanbest@yandex.ru', 'a11b4e07c82399b980e288a4bec774ab', 'Haroldsturn', NULL, 'FALSE', '194.88.143.19', '2020-10-18 05:46:30', 'web', '', NULL),
(1750, 'S.bageerathan@gmail.com', '257f876e7faa322092c201b66ee6e205', 'Bageerathan', NULL, 'FALSE', '122.174.246.62', '2020-10-18 16:16:53', 'web', '', NULL),
(1751, 'offgstand@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'ybrjkfqWakenty', NULL, 'FALSE', '178.159.37.139', '2020-10-18 20:39:57', 'web', '', NULL),
(1752, 'juggubai@gmail.com', '2de4736b412365aafdf8fd544432e25c', 'Jegajeevan', NULL, 'FALSE', '42.111.136.221', '2020-10-19 10:17:18', 'web', '', 0),
(1753, 'p.r.i.megra.ni.t20.19@gmail.com\r\n', '7f406127c54a6420a19552e3047990a3', 'Zelenaxli', NULL, 'FALSE', '45.132.138.15', '2020-10-19 16:01:15', 'web', '', NULL),
(1754, 'nayaksharad2008@gmail.com', '5fe4165cd891196dd1eaca3714be07ef', 'Sharad Nayak', NULL, 'FALSE', '47.8.162.251', '2020-10-20 10:35:22', 'web', '', NULL),
(1755, 'domkesiegrid@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, 'FALSE', '46.187.38.244', '2020-10-20 11:56:30', 'web', '', NULL),
(1756, 'admin@wrench.buzz', 'b00418d14af2d949b8288fedc599f04e', 'Michaelinsob', NULL, 'FALSE', '94.155.33.139', '2020-10-21 05:40:19', 'web', '', NULL),
(1757, 'coralmorpel275@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'goroundWakenty', NULL, 'FALSE', '178.159.37.139', '2020-10-21 21:30:14', 'web', '', NULL),
(1758, 'deroinoc.orctroll@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Bist nicht schuchtern und schreibst mir hier) Finde mich nach meinem Spitznamen - und ich sende dir fotos: https://megaflirt.page.link/5Z38 305075', NULL, 'FALSE', '193.202.81.94', '2020-10-22 04:25:10', 'web', '', NULL),
(1759, 'gillespero@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, 'FALSE', '46.187.38.244', '2020-10-22 18:17:39', 'web', '', NULL),
(1760, 'razuzleg1@nextfashion.ro', '6bcad2a153a1619243d4e5a97dd64175', 'Armandoswalf', NULL, 'FALSE', '143.244.54.103', '2020-10-22 18:59:43', 'web', '', NULL),
(1761, 'mohsen.elezovic@gmx.de', '0ab59e456ff06a1981fb582681e47109', 'Melany\r\n', NULL, 'FALSE', '46.8.213.13', '2020-10-24 19:14:26', 'web', '', NULL),
(1762, 'ikovledanilovich2687@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'xeniaWakenty', NULL, 'FALSE', '178.159.37.139', '2020-10-24 21:47:54', 'web', '', NULL),
(1763, 'sandiphembrom47@gmail.com', '6db2ccc57a0fa343724b43b824f9cc36', 'SANDIP HEMBROM', NULL, 'FALSE', '223.191.50.34', '2020-10-25 09:05:04', 'web', '', NULL),
(1764, 'p.le.nkis.filmby@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniovxf', NULL, 'FALSE', '45.137.198.29', '2020-10-25 22:06:53', 'web', '', NULL),
(1765, 'shina.m.ins.k2015@gmail.com\r\n', 'c5395a94b59e684359c55334af4a7ef5', 'Andreyhny', NULL, 'FALSE', '37.120.217.51', '2020-10-27 07:34:31', 'web', '', NULL),
(1766, 'facheeva@mail.ru', '277200d94843aa766e20b2d3b79fa496', 'MalVic', NULL, 'FALSE', '78.138.157.42', '2020-10-27 11:06:28', 'web', '', NULL),
(1767, 'larinalena942@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'inulaWakenty', NULL, 'FALSE', '178.159.37.139', '2020-10-27 23:12:40', 'web', '', NULL),
(1768, 'rosmeauxw00@rambler.ru', '3db66b972e853f15b220880b0499f17d', 'Kennethfrabs', NULL, 'FALSE', '45.146.168.71', '2020-10-28 03:30:32', 'web', '', NULL),
(1769, 'gildas@sakhpubo.ru', 'b52f94020da073d986dc5268cda8fa4a', 'LauraRect', NULL, 'FALSE', '185.143.172.80', '2020-10-29 10:31:50', 'web', '', NULL),
(1770, 'splav0803@yandex.by', '457b4a8f5d99ebb99ecb34966bb04f3e', 'AliciaElamn', NULL, 'FALSE', '178.121.238.63', '2020-10-30 03:16:46', 'web', '', NULL),
(1771, 'parimatchgoo@gmail.com', '42fe37e9438304abf03f3b7aacf9bb6b', 'parimatch', NULL, 'FALSE', '46.33.33.81', '2020-10-30 14:05:31', 'web', '', NULL),
(1772, 'im4564558@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'kbpfdtnrfWakenty', NULL, 'FALSE', '178.159.37.139', '2020-10-30 21:15:53', 'web', '', NULL),
(1773, 'margaritamyassumova8ee1@yandex.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'fwghwehg3g  https://telegra.ph', NULL, 'FALSE', '178.71.184.143', '2020-10-31 05:39:28', 'web', '', NULL),
(1774, 'ryancuoio@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'gfykz', NULL, 'FALSE', '51.91.67.153', '2020-10-31 22:06:34', 'web', '', NULL),
(1775, 'memichaelevans2@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Vasilina', NULL, 'FALSE', '85.113.129.7', '2020-10-31 22:10:32', 'web', '', NULL),
(1776, 'dominguez.maria60@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'vbyif', NULL, 'FALSE', '85.113.129.7', '2020-10-31 22:11:04', 'web', '', NULL),
(1777, '<title>404 Not Found</title>', 'ba3d2194d717584b7dfbb68af664efd9', 'atlekz', NULL, 'FALSE', '51.91.67.153', '2020-10-31 22:19:55', 'web', '', NULL),
(1778, 'lefty_2305@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'petyan', NULL, 'FALSE', '85.113.129.7', '2020-10-31 22:24:09', 'web', '', NULL),
(1779, 'saffoldbrigitte@att.net', 'ba3d2194d717584b7dfbb68af664efd9', 'Consalvo', NULL, 'FALSE', '51.91.67.153', '2020-10-31 22:32:05', 'web', '', NULL),
(1780, '<h1>Not Found</h1>', 'ba3d2194d717584b7dfbb68af664efd9', 'Malanra', NULL, 'FALSE', '85.113.129.7', '2020-10-31 22:36:42', 'web', '', NULL),
(1781, 'ktmarshall@hotmail.co.uk', 'ba3d2194d717584b7dfbb68af664efd9', 'lega', NULL, 'FALSE', '85.113.129.7', '2020-10-31 22:37:51', 'web', '', NULL),
(1782, 'apologistofchrist@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'nastyura', NULL, 'FALSE', '51.91.67.153', '2020-10-31 22:51:55', 'web', '', NULL),
(1783, '<html><head>', 'ba3d2194d717584b7dfbb68af664efd9', 'yfnekz', NULL, 'FALSE', '51.91.67.153', '2020-10-31 22:58:20', 'web', '', NULL),
(1784, 'avilargentona@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Authis', NULL, 'FALSE', '51.91.67.153', '2020-10-31 23:11:38', 'web', '', NULL),
(1785, 'nathanappleby14@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Vityula', NULL, 'FALSE', '85.113.129.7', '2020-10-31 23:11:50', 'web', '', NULL),
(1786, 'lisapetersonpa@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Velanis', NULL, 'FALSE', '51.91.67.153', '2020-10-31 23:18:08', 'web', '', NULL),
(1787, 'terrilisa@sky.com', 'ba3d2194d717584b7dfbb68af664efd9', 'fyfcnfcrf', NULL, 'FALSE', '51.91.67.153', '2020-10-31 23:25:05', 'web', '', NULL),
(1788, 'elissarump@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Vyacha', NULL, 'FALSE', '85.113.129.7', '2020-11-01 00:12:41', 'web', '', NULL),
(1789, 'karenjuillerat@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'tahjcbvsx', NULL, 'FALSE', '51.91.67.153', '2020-11-01 00:19:45', 'web', '', NULL),
(1790, 'sunniemom@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'rfhbyf', NULL, 'FALSE', '85.113.129.7', '2020-11-01 00:25:58', 'web', '', NULL),
(1791, 'faresfam4@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'maximilian', NULL, 'FALSE', '51.91.67.153', '2020-11-01 00:32:02', 'web', '', NULL),
(1792, 'restruktf@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Kagazshura', NULL, 'FALSE', '51.91.67.153', '2020-11-01 00:32:54', 'web', '', NULL),
(1793, 'jassya1992@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'ybk', NULL, 'FALSE', '85.113.129.7', '2020-11-01 00:38:29', 'web', '', NULL),
(1794, 'danoshea92@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'jhzif', NULL, 'FALSE', '51.91.67.153', '2020-11-01 00:38:49', 'web', '', NULL),
(1795, 'mackenzieknapik1998@outlook.com', 'ba3d2194d717584b7dfbb68af664efd9', 'lina', NULL, 'FALSE', '85.113.129.7', '2020-11-01 00:39:36', 'web', '', NULL),
(1796, 'sndfreak@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'dtytlbrn', NULL, 'FALSE', '51.91.67.153', '2020-11-01 00:45:26', 'web', '', NULL),
(1797, 'm.kopp@absoluteeldercare.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Beabandis', NULL, 'FALSE', '51.91.67.153', '2020-11-01 00:52:14', 'web', '', NULL),
(1798, 'buckleynyc2000@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Badid', NULL, 'FALSE', '85.113.129.7', '2020-11-01 01:00:18', 'web', '', NULL),
(1799, 'faeriesr4real@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'rfhbyf', NULL, 'FALSE', '85.113.129.7', '2020-11-01 01:04:14', 'web', '', NULL),
(1800, 'tonicdt@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'nude', NULL, 'FALSE', '51.91.67.153', '2020-11-01 01:05:30', 'web', '', NULL),
(1801, 'buchanandm5@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'kbk.yz', NULL, 'FALSE', '51.91.67.153', '2020-11-01 01:12:17', 'web', '', NULL),
(1802, 'pschoenberger93@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Baramar', NULL, 'FALSE', '85.113.129.7', '2020-11-01 01:12:53', 'web', '', NULL),
(1803, 'mhueske@comcast.net', 'ba3d2194d717584b7dfbb68af664efd9', 'vein', NULL, 'FALSE', '85.113.129.7', '2020-11-01 01:13:52', 'web', '', NULL),
(1804, 'danieljames51@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'dfcbkbz', NULL, 'FALSE', '51.91.67.153', '2020-11-01 01:20:42', 'web', '', NULL),
(1805, '5122966354@tmomail.net', 'ba3d2194d717584b7dfbb68af664efd9', 'Kailiti', NULL, 'FALSE', '51.91.67.153', '2020-11-01 01:22:01', 'web', '', NULL),
(1806, '<p>The requested URL /30.txt was not found on this server.</p>', 'ba3d2194d717584b7dfbb68af664efd9', 'viola', NULL, 'FALSE', '85.113.129.7', '2020-11-01 01:25:08', 'web', '', NULL),
(1807, 'cgutwalt@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Benns', NULL, 'FALSE', '85.113.129.7', '2020-11-01 01:26:33', 'web', '', NULL),
(1808, 'valegirl@live.com', 'ba3d2194d717584b7dfbb68af664efd9', 'pffhbz', NULL, 'FALSE', '85.113.129.7', '2020-11-01 01:27:23', 'web', '', NULL),
(1809, '<address>Apache/2.4.10 (Unix) Server at e-s.pw Port 80</address>', 'ba3d2194d717584b7dfbb68af664efd9', 'Rothenberg', NULL, 'FALSE', '85.113.129.7', '2020-11-01 01:37:14', 'web', '', NULL),
(1810, 'paul.aiello@govertical.net', 'ba3d2194d717584b7dfbb68af664efd9', 'Wurster', NULL, 'FALSE', '85.113.129.7', '2020-11-01 01:39:25', 'web', '', NULL),
(1811, 'codefinger@cox.net', 'ba3d2194d717584b7dfbb68af664efd9', 'lead', NULL, 'FALSE', '85.113.129.7', '2020-11-01 01:41:01', 'web', '', NULL),
(1812, 'eric@stanleymaxwell.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Celore', NULL, 'FALSE', '51.91.67.153', '2020-11-01 01:41:24', 'web', '', NULL),
(1813, 'mariagreece1@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'vfhktif', NULL, 'FALSE', '51.91.67.153', '2020-11-01 01:41:30', 'web', '', NULL),
(1814, 'tpualani@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Yurich', NULL, 'FALSE', '51.91.67.153', '2020-11-01 01:48:01', 'web', '', NULL),
(1815, 'dave@hobbs-family.com', 'ba3d2194d717584b7dfbb68af664efd9', 'kuzma', NULL, 'FALSE', '51.91.67.153', '2020-11-01 01:54:17', 'web', '', NULL),
(1816, 'mjvdwoude@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'nfkz', NULL, 'FALSE', '51.91.67.153', '2020-11-01 02:00:48', 'web', '', NULL),
(1817, 'aschwartz10@tampabay.rr.com', 'ba3d2194d717584b7dfbb68af664efd9', 'kbpeyz', NULL, 'FALSE', '51.91.67.153', '2020-11-01 02:07:14', 'web', '', NULL),
(1818, '<hr>', 'ba3d2194d717584b7dfbb68af664efd9', 'Valentinych', NULL, 'FALSE', '51.91.67.153', '2020-11-01 02:12:34', 'web', '', NULL),
(1819, 'justin.yamada@outlook.com', 'ba3d2194d717584b7dfbb68af664efd9', 'artemka', NULL, 'FALSE', '51.91.67.153', '2020-11-01 02:20:09', 'web', '', NULL),
(1820, 'yoy.fyw@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Ruslana', NULL, 'FALSE', '85.113.129.7', '2020-11-01 02:28:44', 'web', '', NULL),
(1821, 'cwhite425@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Gashakar', NULL, 'FALSE', '51.91.67.153', '2020-11-01 02:47:35', 'web', '', NULL),
(1822, 'suzanne.nuttall@rogers.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Arihelm', NULL, 'FALSE', '51.91.67.153', '2020-11-01 03:00:35', 'web', '', NULL),
(1823, 'trike_2010@mail.ru', 'ba3d2194d717584b7dfbb68af664efd9', 'ulyanka', NULL, 'FALSE', '51.91.67.153', '2020-11-01 03:06:49', 'web', '', NULL),
(1824, 'rif81@yandex.ru', 'ba3d2194d717584b7dfbb68af664efd9', 'Viyphiko', NULL, 'FALSE', '85.113.129.7', '2020-11-01 03:16:43', 'web', '', NULL),
(1825, 'supertman16@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'gesha', NULL, 'FALSE', '51.91.67.153', '2020-11-01 03:28:53', 'web', '', NULL),
(1826, 'asdfg__12@naver.com', 'ba3d2194d717584b7dfbb68af664efd9', 'dfhnf', NULL, 'FALSE', '51.91.67.153', '2020-11-01 03:31:36', 'web', '', NULL),
(1827, 'vchevsky@comcast.net', 'ba3d2194d717584b7dfbb68af664efd9', 'darina', NULL, 'FALSE', '51.91.67.153', '2020-11-01 03:35:21', 'web', '', NULL),
(1828, 'themom@sio.midco.net', 'ba3d2194d717584b7dfbb68af664efd9', 'Agamalore', NULL, 'FALSE', '51.91.67.153', '2020-11-01 03:41:42', 'web', '', NULL),
(1829, 'jworld_90@nate.com', 'ba3d2194d717584b7dfbb68af664efd9', 'mitula', NULL, 'FALSE', '85.113.129.7', '2020-11-01 03:44:08', 'web', '', NULL),
(1830, 'dbonner049@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'mitrash', NULL, 'FALSE', '51.91.67.153', '2020-11-01 03:54:26', 'web', '', NULL),
(1831, 'bnidentity@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'dunyasha', NULL, 'FALSE', '51.91.67.153', '2020-11-01 03:54:58', 'web', '', NULL),
(1832, 'Buttercreme767@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Johneve', NULL, 'FALSE', '51.91.67.153', '2020-11-01 04:00:53', 'web', '', NULL),
(1833, 'PFEFFERSL@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'baptizing', NULL, 'FALSE', '51.91.67.153', '2020-11-01 04:01:29', 'web', '', NULL),
(1834, 'jan.stallaert@business.uconn.edu', 'ba3d2194d717584b7dfbb68af664efd9', 'Yelusha', NULL, 'FALSE', '85.113.129.7', '2020-11-01 04:06:48', 'web', '', NULL),
(1835, 'ahhuynh89@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'gtnhz', NULL, 'FALSE', '51.91.67.153', '2020-11-01 04:30:23', 'web', '', NULL),
(1836, 'thedylanw@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'utyecz', NULL, 'FALSE', '85.113.129.7', '2020-11-01 04:31:41', 'web', '', NULL),
(1837, 'ally_235@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'cabhrf', NULL, 'FALSE', '51.91.67.153', '2020-11-01 04:33:39', 'web', '', NULL),
(1838, 'teamfranco1327@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Ritoha', NULL, 'FALSE', '85.113.129.7', '2020-11-01 04:45:48', 'web', '', NULL),
(1839, 'k_childerhose@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'vfrcbvbkmzysx', NULL, 'FALSE', '51.91.67.153', '2020-11-01 04:50:25', 'web', '', NULL),
(1840, 'tapadgett87@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Ritoha', NULL, 'FALSE', '51.91.67.153', '2020-11-01 04:56:55', 'web', '', NULL),
(1841, 'claudiakennedy49@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'lbjybcbz', NULL, 'FALSE', '51.91.67.153', '2020-11-01 05:03:20', 'web', '', NULL),
(1842, 'JHAWKLRK@AOL.COM', 'ba3d2194d717584b7dfbb68af664efd9', 'drowning', NULL, 'FALSE', '51.91.67.153', '2020-11-01 05:31:27', 'web', '', NULL),
(1843, 'repjay@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Sergusya', NULL, 'FALSE', '85.113.129.7', '2020-11-01 05:32:08', 'web', '', NULL),
(1844, 'GFRAIGUN@GMAIL.COM', 'ba3d2194d717584b7dfbb68af664efd9', 'Inna', NULL, 'FALSE', '51.91.67.153', '2020-11-01 05:35:12', 'web', '', NULL),
(1845, 'koshik77dron@gmail.com', 'b7df8471aae6734ef64a1f0d4d2f244e', 'Josmelm', NULL, 'FALSE', '115.223.7.110', '2020-11-01 05:37:52', 'web', '', NULL),
(1846, 'm_w_amundson@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'melting', NULL, 'FALSE', '85.113.129.7', '2020-11-01 05:46:03', 'web', '', NULL),
(1847, '</body></html>', 'ba3d2194d717584b7dfbb68af664efd9', 'Matthew', NULL, 'FALSE', '51.91.67.153', '2020-11-01 05:59:37', 'web', '', NULL),
(1848, 'ellgrims@outlook.com', 'ba3d2194d717584b7dfbb68af664efd9', 'hmbx', NULL, 'FALSE', '51.91.67.153', '2020-11-01 06:05:34', 'web', '', NULL),
(1849, 'davdyepiz1@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'dthrf', NULL, 'FALSE', '51.91.67.153', '2020-11-01 06:11:58', 'web', '', NULL),
(1850, 'ch.chambordon@bluewin.ch', 'ba3d2194d717584b7dfbb68af664efd9', 'Yasiaforever', NULL, 'FALSE', '85.113.129.7', '2020-11-01 06:19:38', 'web', '', NULL),
(1851, 'taraleerocks@verizon.net', 'ba3d2194d717584b7dfbb68af664efd9', 'vbktyrf', NULL, 'FALSE', '51.91.67.153', '2020-11-01 06:24:40', 'web', '', NULL),
(1852, 'harvdog26@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Waiso', NULL, 'FALSE', '51.91.67.153', '2020-11-01 06:46:00', 'web', '', NULL),
(1853, 'slc_384@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Binthars', NULL, 'FALSE', '85.113.129.7', '2020-11-01 07:06:25', 'web', '', NULL),
(1854, 'andrewaveling@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Xinndabe', NULL, 'FALSE', '85.113.129.7', '2020-11-01 07:19:58', 'web', '', NULL),
(1855, 'stevesettantuno@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'vehf', NULL, 'FALSE', '51.91.67.153', '2020-11-01 07:46:41', 'web', '', NULL),
(1856, 'fazilanlalani@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'rbhf', NULL, 'FALSE', '51.91.67.153', '2020-11-01 07:53:56', 'web', '', NULL),
(1857, 'ktownlove@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Leppie', NULL, 'FALSE', '51.91.67.153', '2020-11-01 08:00:47', 'web', '', NULL),
(1858, '8elgin3dh@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'fhntvblrf', NULL, 'FALSE', '51.91.67.153', '2020-11-01 08:34:37', 'web', '', NULL),
(1859, 'ablancog@outlook.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Buzatus', NULL, 'FALSE', '51.91.67.153', '2020-11-01 09:24:46', 'web', '', NULL),
(1860, 'B.MITCHELL3@YAHOO.COM', 'ba3d2194d717584b7dfbb68af664efd9', 'Decembrist', NULL, 'FALSE', '51.91.67.153', '2020-11-01 09:35:33', 'web', '', NULL),
(1861, 'garciaordaz@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'svetlanich', NULL, 'FALSE', '85.113.129.7', '2020-11-01 10:21:02', 'web', '', NULL),
(1862, 'polysics_or_die@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Ballalune', NULL, 'FALSE', '85.113.129.7', '2020-11-01 10:40:18', 'web', '', NULL),
(1863, 'samon.89@hotmail.it', 'ba3d2194d717584b7dfbb68af664efd9', 'boris', NULL, 'FALSE', '51.91.67.153', '2020-11-01 10:52:34', 'web', '', NULL),
(1864, 'tdaniels@jd-inc.com', 'ba3d2194d717584b7dfbb68af664efd9', 'alexania', NULL, 'FALSE', '51.91.67.153', '2020-11-01 11:46:49', 'web', '', NULL),
(1865, 'ampepe38@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'tvtkmzysx', NULL, 'FALSE', '51.91.67.153', '2020-11-01 11:53:58', 'web', '', NULL),
(1866, 'betospedroso@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'tench', NULL, 'FALSE', '85.113.129.7', '2020-11-01 12:08:47', 'web', '', NULL),
(1867, 'michelle.sunnyside@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'talina', NULL, 'FALSE', '85.113.129.7', '2020-11-01 13:23:25', 'web', '', NULL),
(1868, 'khromovpavel@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Fordrern', NULL, 'FALSE', '51.91.67.153', '2020-11-01 13:31:42', 'web', '', NULL),
(1869, 'smokeyjoe1@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'yin', NULL, 'FALSE', '51.91.67.153', '2020-11-01 13:54:14', 'web', '', NULL),
(1870, 'keyonnaholloway@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'olezhka', NULL, 'FALSE', '51.91.67.153', '2020-11-01 14:07:06', 'web', '', NULL),
(1871, 'pbarnes555@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'dbnf', NULL, 'FALSE', '51.91.67.153', '2020-11-01 14:26:33', 'web', '', NULL),
(1872, 'samir20041@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Varya', NULL, 'FALSE', '85.113.129.7', '2020-11-01 15:12:32', 'web', '', NULL),
(1873, 'finleyfredrick@werkbike.com', '7206ea04fd837adb53cbfd6c68861b3d', 'KimDioro', NULL, 'FALSE', '45.158.44.2', '2020-11-01 15:18:31', 'web', '', NULL),
(1874, 'Shopdiva08@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Lesha', NULL, 'FALSE', '51.91.67.153', '2020-11-01 15:21:35', 'web', '', NULL),
(1875, 'adamcameron77@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Quemal', NULL, 'FALSE', '85.113.129.7', '2020-11-01 15:26:36', 'web', '', NULL),
(1876, 'pinkmeabi@yahoo.co.uk', 'ba3d2194d717584b7dfbb68af664efd9', 'Balladolbine', NULL, 'FALSE', '85.113.129.7', '2020-11-01 15:28:43', 'web', '', NULL),
(1877, 'anderson-1@charter.net', 'ba3d2194d717584b7dfbb68af664efd9', 'Coffefak', NULL, 'FALSE', '51.91.67.153', '2020-11-01 15:35:42', 'web', '', NULL),
(1878, 'oscarwatkins@live.com', 'ba3d2194d717584b7dfbb68af664efd9', 'fdljnmz', NULL, 'FALSE', '51.91.67.153', '2020-11-01 15:43:22', 'web', '', NULL),
(1879, 'larisalevit@yandex.ru', '00aef4507c7d8b050f42e68205877a71', 'sdfjdfkdsljgfdg http://samsung.com', NULL, 'FALSE', '135.181.113.250', '2020-11-01 16:04:38', 'web', '', NULL),
(1880, 'aqtmrbsytrrbp@bk.ru', '25f9e794323b453885f5181f1b624d0b', 'Boris https://ya.ru', NULL, 'FALSE', '165.231.178.19', '2020-11-01 16:24:34', 'web', '', NULL),
(1881, 'robert.oehl@web.de', 'ba3d2194d717584b7dfbb68af664efd9', 'Dorinaya', NULL, 'FALSE', '51.91.67.153', '2020-11-01 16:27:01', 'web', '', NULL),
(1882, 'michael@julmosen.dk', 'ba3d2194d717584b7dfbb68af664efd9', 'anyuta', NULL, 'FALSE', '51.91.67.153', '2020-11-01 16:34:03', 'web', '', NULL),
(1883, '66lisa81@mail.ru', '8d95123c593119bc80d2cf63477e4c56', 'Charlesmix', NULL, 'FALSE', '109.194.246.48', '2020-11-01 21:53:50', 'web', '', NULL),
(1884, 'marvinrivera4174@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'rjrfWakenty', NULL, 'FALSE', '178.159.37.139', '2020-11-02 21:38:46', 'web', '', NULL),
(1885, 'idellokastello@gmail.com', '76e1d7eb4351a76590d415e40fb9f88e', 'mitunsIsole', NULL, 'FALSE', '84.17.52.165', '2020-11-03 09:50:40', 'web', '', NULL),
(1886, 'rrffhwe@yandex.com', 'e842516f5c39d1294d25ef4c8e642faf', 'Loastalcoth', NULL, 'FALSE', '2.61.170.164', '2020-11-03 14:27:37', 'web', '', NULL),
(1887, 'sh.i.n.a.min.s.k20.1.5@gmail.com\r\n', 'a6eb3d3f0ba87900dbb7d34839b71d9c', 'Pavlosukn', NULL, 'FALSE', '193.176.86.215', '2020-11-03 15:55:03', 'web', '', NULL),
(1888, 'n.o.r.man.weeke.rs.tr.upl.u.s.wr.o.n.gfr.e.e.s.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, 'FALSE', '188.165.232.202', '2020-11-04 05:29:41', 'web', '', NULL),
(1889, 'leonidkindt3ih1vhw@inbox.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'rhgwergewqww  https://www.facebook.com', NULL, 'FALSE', '178.176.78.62', '2020-11-04 12:56:38', 'web', '', NULL),
(1890, 'je.n.t.a.iw.or.ld.p.i.ct.u.ret5@gdemoy.site', '1d61eb69ac084d89e42614368e6d7256', 'InvillPrigh', NULL, 'FALSE', '176.99.174.213', '2020-11-05 07:17:49', 'web', '', NULL),
(1891, 'dennisbonner1969@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'byekzWakenty', NULL, 'FALSE', '178.159.37.139', '2020-11-05 22:10:06', 'web', '', NULL),
(1892, 'sani56cns@gmail.com', 'd8e6f1fc9e6eccbb4cb6c57d0ca2872c', 'SANI MONDAL', NULL, 'FALSE', '202.142.65.99', '2020-11-06 16:21:43', 'web', '', NULL),
(1893, 'j.a.n.n.ak.u.chin.s.k.a.ya.201.9@gmail.com\r\n', '65e652f7bd75d739470155a156eb4bca', 'Jannaipj', NULL, 'FALSE', '45.133.88.20', '2020-11-07 04:36:54', 'web', '', NULL),
(1894, 'shullerdoor@yandex.ru', 'd48cc9df197cb5bc7a29cacf468c85e4', 'jerifkritersroom https://apple.com', NULL, 'FALSE', '109.248.167.244', '2020-11-08 08:03:23', 'web', '', NULL),
(1895, 'j.en.tai.w.or.ldp.ic.t.ur.et5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillPrigh', NULL, 'FALSE', '46.39.55.138', '2020-11-08 13:13:39', 'web', '', NULL),
(1896, 'angelinarad455@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'rjcnzfWakenty', NULL, 'FALSE', '178.159.37.139', '2020-11-08 18:37:10', 'web', '', NULL),
(1897, 'catch@clean.cowsnbullz.com', '43d4f0e32d7c3b307769e934df23377d', 'DavidCox', NULL, 'FALSE', '173.234.158.163', '2020-11-08 19:45:55', 'web', '', NULL),
(1898, 'arbelow78@gmail.com', '5fcdd3cc4616fe165947eb8246060c8f', 'Davidkef', NULL, 'FALSE', '188.187.28.206', '2020-11-09 13:19:33', 'web', '', NULL),
(1899, 'dt.tramp@yandex.ru', 'aea984b944eab8f56003d5ac8d41c5dd', 'qXxleqbcE  https://www.wikipedia.org/', NULL, 'FALSE', '109.248.13.70', '2020-11-09 23:34:44', 'web', '', NULL),
(1900, 'karinadarmenova05@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'kzkzWakenty', NULL, 'FALSE', '178.159.37.139', '2020-11-11 18:33:46', 'web', '', NULL),
(1901, 'valeriivorobushkin@yandex.ru', 'eebdaf3d1c3833f000e4766448501d0b', 'unpNkuqvhgqsAxe https://www.google.com/', NULL, 'FALSE', '31.131.69.14', '2020-11-12 03:48:00', 'web', '', NULL),
(1902, 'bkcasinoparimatch@gmail.com', '1b171d1ba608382e762c26f4ea2b3bb5', 'parimatch', NULL, 'FALSE', '46.33.33.28', '2020-11-13 13:57:38', 'web', '', NULL),
(1903, 'lika.panamareva98890@mail.ru', '088a2f17f0795539d1c0db7b28ed37de', 'LianamdKkBaw', NULL, 'FALSE', '176.110.134.2', '2020-11-13 22:39:39', 'web', '', NULL),
(1904, 'jen.taiwor.ldp.i.c.tu.ret5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillPrigh', NULL, 'FALSE', '176.99.181.78', '2020-11-14 03:36:32', 'web', '', NULL),
(1905, 'ahmedhamed5489@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'DaryushkaWakenty', NULL, 'FALSE', '178.159.37.139', '2020-11-14 18:37:12', 'web', '', NULL),
(1906, 'norman.w.eek.e.r.st.rup.lu.sw.rongf.ree.s.@gmail.com', 'b33835bc95d875c580dd0291c98a4c27', 'samuelhek', NULL, 'FALSE', '188.165.232.202', '2020-11-15 06:13:01', 'web', '', NULL),
(1907, 'hugitius@sakhpubo.ru', '6a2c7e0ca3b2d6e7527ebdc40bd52c28', 'HugitiusRect', NULL, 'FALSE', '185.143.172.80', '2020-11-15 17:16:21', 'web', '', NULL),
(1908, 'p.ut.iloi.va.n73.567.81.2.3@gmail.com\r\n', 'c5395a94b59e684359c55334af4a7ef5', 'Andreymya', NULL, 'FALSE', '45.137.198.27', '2020-11-15 19:49:44', 'web', '', NULL),
(1909, '2antonovalesha1988+divan@gmail.com', '5e1b6334c2ddf8ac46dff3593b77190d', 'WInd', NULL, 'FALSE', '93.100.132.97', '2020-11-16 05:30:15', 'web', '', NULL),
(1910, 'welerqelmkq@hotmail.com', '8712e7e2774ceb25890dc826ffb14077', 'Peterter', NULL, 'FALSE', '45.64.134.198', '2020-11-16 07:16:54', 'web', '', NULL),
(1911, 'ikonnikovsafanur@rambler.ru', 'a126ee016dd7a022af4063fbbf713346', 'Walteranype', NULL, 'FALSE', '45.134.24.9', '2020-11-16 20:49:32', 'web', '', NULL),
(1912, 'u.se.rzalevs.k.i.ja.22.2.0.1@gmail.com\r\n', '65e652f7bd75d739470155a156eb4bca', 'Jannawbc', NULL, 'FALSE', '185.253.162.133', '2020-11-17 20:49:46', 'web', '', NULL),
(1913, 'hhthejudge26@gmail.com', '992f7cbd65d2148e7547ed25540eca28', 'Himanshu Tyagi', NULL, 'FALSE', '27.62.173.52', '2020-11-17 21:32:13', 'web', '', NULL),
(1914, 'manirathi06@gmail.com', '93991482a47bea15de783b465d03cd39', 'Rathidevi', NULL, 'FALSE', '106.198.113.65', '2020-11-18 11:01:53', 'web', '', NULL),
(1915, 'kadonisvlad140@gmail.com', 'c79a8e9ce66f5640473597df3aa14353', 'An operation 4lt was performed to send the receipt - see the document http://apple.com', NULL, 'FALSE', '45.84.176.174', '2020-11-20 03:04:42', 'web', '', NULL),
(1916, 'exeremucam@gmx.net', 'd41d8cd98f00b204e9800998ecf8427e', 'gdhdfgj5ty5sfghdjgfjhsdfghdfnghnjfgnbfvbnfgbdfgb https://facebook.com', NULL, 'FALSE', '77.83.186.206', '2020-11-20 15:16:31', 'web', '', NULL),
(1917, 'svetloksana1995@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'genuhaWakenty', NULL, 'FALSE', '178.159.37.139', '2020-11-20 18:16:00', 'web', '', NULL),
(1918, 'sangi@dcom.space\r\n', '61f3f5aab5d8882535d866f816b3e8ad', 'Maxasync', NULL, 'FALSE', '46.8.223.60', '2020-11-20 18:36:41', 'web', '', NULL),
(1919, 'timgrubelson@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'wooToifs', NULL, 'FALSE', '185.108.106.229', '2020-11-20 19:42:06', 'web', '', NULL),
(1920, 'lu.kino.v.i.c.h.2.0.2.01.3@gmail.com\r\n', '6f65f2b49e79f1e183bbd2a4fc73b43e', 'Duglasckn', NULL, 'FALSE', '84.17.49.40', '2020-11-20 20:31:14', 'web', '', NULL),
(1921, 'gorlin1950@mail.ru', 'd2fa3c58993c13b74f72d839b7f7c36b', 'Anthonysounc', NULL, 'FALSE', '93.124.59.188', '2020-11-21 09:26:22', 'web', '', NULL),
(1922, 'krishnarao.karri@gmail.com', 'a7b99bcb9226205dd125de9f2c7d25fd', 'KARRI KRISHNA RAO', NULL, 'FALSE', '223.186.67.93', '2020-11-24 15:33:56', 'web', '', NULL),
(1923, 'saunaksarbajna@gmail.com', '3f5b181241d703d18cc7b9931684b755', 'SAUNAK SARBAJNA', NULL, 'FALSE', '182.73.24.138', '2020-11-26 12:42:06', 'web', '', NULL),
(1924, 'valrysmagin9977@gmail.com', 'b18596363340fdf2aeaf9572fa1fbc54', 'An operation 7oa was performed to send the receipt - see the document http://apple.com', NULL, 'FALSE', '109.248.128.196', '2020-11-26 14:49:49', 'web', '', NULL),
(1925, 'myrmargotut@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'chamomileWakenty', NULL, 'FALSE', '178.159.37.139', '2020-11-26 20:09:15', 'web', '', NULL),
(1926, 'info@cskhatri.com', '6180559ab82db8f1640ec3467a5074ad', 'Kavin Khatri', NULL, 'FALSE', '103.154.26.138', '2020-11-27 00:01:09', 'web', '', NULL),
(1927, 'pradipbele@gmail.com', 'bc8240cfb6c5cce593210bfeff585609', 'Pallavi Bele', NULL, 'FALSE', '223.229.184.103', '2020-11-28 00:40:20', 'web', '', NULL),
(1928, 'akbvcxdaeha45@a.masum.cc', '0ab16e72682705d9947ece4b77bfc9ab', 'ThelmaBaise', NULL, 'FALSE', '136.243.104.211', '2020-11-28 15:57:33', 'web', '', NULL),
(1929, 'ssurbhi619@gmail.com', '12bbf73d1f49d499db421f4e03ab9cea', 'surbhi sharma', NULL, 'FALSE', '103.77.42.83', '2020-11-28 20:16:20', 'web', '', NULL),
(1930, 'kdongardive227@gmail.com\r\n', '6a72451a497e0b11db1f08b74775e531', 'See more nudism videos with me by click here\r\n https://bestswomens.page.link/HQTJ\r\n', NULL, 'FALSE', '77.83.1.122', '2020-11-29 22:31:24', 'web', '', NULL),
(1931, 'katyanikol987@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'anikitaWakenty', NULL, 'FALSE', '178.159.37.139', '2020-11-29 22:35:33', 'web', '', NULL),
(1932, 'artyomsafonov1991870488l+toy@inbox.ru', '60f2e66feed372df3bf0879febc5e837', 'Nmvjefbjedddskhfugfhisjdiubgufihwsdjwsu ifhsidjiswfhdueihfiehifeji ifheidfheidhfiehfiejofejgi jfoedjfoejdgiehdfocjfdenghirho https://mail.ru/?bvncdbjdfjdfh=rhfidbvgjf', NULL, 'FALSE', '138.199.18.63', '2020-11-30 01:42:11', 'web', '', NULL),
(1933, 'modwyn@sakhpubo.ru', 'b52f94020da073d986dc5268cda8fa4a', 'modwynRect', NULL, 'FALSE', '185.143.172.80', '2020-12-01 10:31:02', 'web', '', NULL),
(1934, 'Pradeep37@gmail.com\r\n', 'f4369a7de712be9f4ba038ee70dea38a', 'Holla See more exposed videos with me by clicking here\r\n https://bestteen.page.link/V2Ko\r\n', NULL, 'FALSE', '77.83.1.75', '2020-12-01 16:28:06', 'web', '', NULL),
(1935, 'jjohnj.ohnson324@gmail.com', '7b64114bf0749874d1d37cb6bd8a934b', 'Jamesduake', NULL, 'FALSE', '185.206.213.233', '2020-12-01 17:47:46', 'web', '', NULL),
(1936, 'oa7tk@goposts.site', '5600feb0c6dd79ddf5c0ed88c0d4b95b', 'MatthewFluom', NULL, 'FALSE', '109.196.172.252', '2020-12-02 02:09:11', 'web', '', NULL),
(1937, 'j.en.t.aiwor.l.d.pi.c.t.u.r.e.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillLaw', NULL, 'FALSE', '95.143.22.66', '2020-12-03 04:50:27', 'web', '', NULL),
(1938, 'tarinosak@mail.ru', 'ca448c3609a9efb95ea9d76f96e094b4', 'Thopics', NULL, 'FALSE', '92.255.198.132', '2020-12-03 15:58:51', 'web', '', NULL),
(1939, 'chagnov@inbox.ru', 'fecc06a90534dd95f8d3c9f42dc23194', 'alexigorevich chagnoff https://apple.com #', NULL, 'FALSE', '213.226.101.60', '2020-12-05 02:06:05', 'web', '', NULL),
(1940, 'BIJU@SKYBEE.IN', 'e8f16841bc29e0cc21fb87c3a84be8ce', 'Biju Ganesh', NULL, 'FALSE', '117.193.12.119', '2020-12-05 18:36:56', 'web', '', NULL),
(1941, 'saidovakarina776@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'dflbifWakenty', NULL, 'FALSE', '178.159.37.139', '2020-12-05 23:55:18', 'web', '', NULL),
(1942, 'dmlepq@saldov.club', '90dd15212522023a721de9a6ed24d218', 'Andrewwopay', NULL, 'FALSE', '178.159.37.171', '2020-12-06 23:01:56', 'web', '', NULL),
(1943, 'akimref31@gmail.com', '28a34e6a4ed1ba398bf73e9ffb77b49b', 'WilliamErymn', NULL, 'FALSE', '72.210.252.134', '2020-12-08 15:18:20', 'web', '', NULL),
(1944, 'mixaildryapko178@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'BalladordanaWakenty', NULL, 'FALSE', '178.159.37.139', '2020-12-08 20:24:30', 'web', '', NULL),
(1945, 'm.ic.h.el.du.sten.w.al.l.s.tr.e.e.t.743@gmail.com', 'b33835bc95d875c580dd0291c98a4c27', 'samuelhek', NULL, 'FALSE', '188.165.232.202', '2020-12-09 19:28:16', 'web', '', NULL),
(1946, 'saumyasinghllb@gmail.com', 'aa93797311b579b31754e08d310e717b', 'SAUMYA SINGH', NULL, 'FALSE', '223.226.150.181', '2020-12-10 20:16:05', 'web', '', NULL),
(1947, 'mennagemy02@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'emileWakenty', NULL, 'FALSE', '178.159.37.139', '2020-12-11 21:30:22', 'web', '', NULL),
(1948, 'errik.ramazanov@gmail.com', '08efba3de23be23ccb1af29deb2c9c83', 'BrantTiess', NULL, 'FALSE', '174.70.241.8', '2020-12-13 06:28:47', 'web', '', NULL),
(1949, 'infogondaup@gmail.com', '361b68f8376e50c92852e436eaa36a2e', 'P.K.Misra', NULL, 'FALSE', '47.9.144.69', '2020-12-13 23:05:41', 'web', '', NULL),
(1950, 'vi7629904@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'cntgehfWakenty', NULL, 'FALSE', '178.159.37.139', '2020-12-14 21:16:38', 'web', '', NULL),
(1951, 'jmakruwaz@oturizme.net', 'f716d77e61e84ecadd9b5e33a329940d', 'Charlesjxtba', NULL, 'FALSE', '5.3.169.222', '2020-12-17 07:50:41', 'web', '', NULL),
(1952, 'dudnik4211365@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'rjycnfynbysxWakenty', NULL, 'FALSE', '178.159.37.139', '2020-12-17 21:34:56', 'web', '', NULL),
(1953, 'j.e.n.ta.i.wo.rl.dp.ict.ur.e.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillPrigh', NULL, 'FALSE', '95.143.21.183', '2020-12-17 22:31:51', 'web', '', NULL),
(1954, 'j.en.t.aiw.orldp.i.ct.u.ret5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillLaw', NULL, 'FALSE', '95.143.21.183', '2020-12-17 22:31:51', 'web', '', NULL),
(1955, 'lobanyukborislav@rambler.ru', '52206782c1b98618481005be83aa2ba9', 'MichealCow', NULL, 'FALSE', '78.142.239.9', '2020-12-18 10:12:59', 'web', '', NULL),
(1956, 'wefty78.59@gmail.com', '87458f5cc4f2a5c0369b38c49a90cd3d', 'miss https://danc.page.link/UkMXX', NULL, 'FALSE', '188.130.128.135', '2020-12-19 20:09:40', 'web', '', NULL),
(1957, 'gorlina.2006@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'poliyay', NULL, 'FALSE', '93.124.60.115', '2020-12-20 02:06:24', 'web', '', NULL),
(1958, 'panfilkudryashov@mail.ru', 'c303c50b458facfc44f855ffb38f32a7', 'DavidBup', NULL, 'FALSE', '37.144.247.180', '2020-12-20 21:26:18', 'web', '', NULL),
(1959, 'agrigorij886@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'uheifWakenty', NULL, 'FALSE', '178.159.37.139', '2020-12-21 01:10:19', 'web', '', NULL),
(1960, 'baranovoleg88@rambler.ru', 'd3f5576fe24469dc622c829c368f02b8', 'AlvaroHaine', NULL, 'FALSE', '188.163.74.184', '2020-12-21 04:39:51', 'web', '', NULL),
(1961, 'jokii97@mail.ru', 'de24b5571deaea7cf4b2a5c00ef66fb7', 'gramsboyrr http://apple.com ssspisyy', NULL, 'FALSE', '92.249.15.243', '2020-12-21 22:07:00', 'web', '', NULL),
(1962, 'abrapmovicv123@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'dbienfWakenty', NULL, 'FALSE', '178.159.37.139', '2020-12-23 22:59:36', 'web', '', NULL),
(1963, 'sn_tiwari@bhel.in', '3e16fa0099a84436fb6c706f9e53da94', 'Surendra Nath Tiwari', NULL, 'FALSE', '27.57.135.88', '2020-12-24 22:04:53', 'web', '', NULL),
(1964, 'tosestasltqycol@hotmail.com', '77d744ae5f011ead9fdcaf3859c309da', 'JosephFus', NULL, 'FALSE', '45.64.134.198', '2020-12-26 20:07:32', 'web', '', NULL),
(1965, 'zapolski.andrei2018@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Poiskcherezgoogleinbox https://www.google.com/', NULL, 'FALSE', '178.121.20.146', '2020-12-27 01:07:56', 'web', '', NULL),
(1966, 'innasereda42@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'cntgeyzWakenty', NULL, 'FALSE', '178.159.37.139', '2020-12-27 21:33:06', 'web', '', NULL),
(1967, 'u.s.erza.lev.sk.ija2.2.201@gmail.com\r\n', 'b6d7821d02f17f2adefcf35745d0acad', 'Merselincyc', NULL, 'FALSE', '185.206.224.233', '2020-12-28 05:25:43', 'web', '', NULL),
(1968, 'm.e.r.ne.umi.n.ez@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimirjle', NULL, 'FALSE', '89.187.168.182', '2020-12-28 08:36:01', 'web', '', NULL),
(1969, 'info@instafollowers.co', 'dcc25df4ffd89a175e516b6c449db99e', 'instafollowers.co', NULL, 'FALSE', '185.50.251.28', '2020-12-28 10:36:02', 'web', '', NULL),
(1970, 'l.i.de.r.prom.o.20.15.s.u.per@gmail.com\r\n', '0c6231cba1e6aa5dbb264f8fca88e0f9', 'agrohimzep', NULL, 'FALSE', '85.206.165.26', '2020-12-29 02:04:38', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(1971, 'pl.e.nki.s.fi.l.m.by@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniokkm', NULL, 'FALSE', '84.17.49.25', '2020-12-30 06:56:56', 'web', '', NULL),
(1972, 'me.rn.e.umin.e.z@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimirqmy', NULL, 'FALSE', '89.187.168.141', '2020-12-30 08:00:03', 'web', '', NULL),
(1973, 'averyan-kornilov@inbox.ru', 'c8930f407505a8db48bb3ee3857e834a', 'ThomasSuela', NULL, 'FALSE', '85.249.42.77', '2020-12-31 00:35:14', 'web', '', NULL),
(1974, 'leogramm8@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'KajinWakenty', NULL, 'FALSE', '178.159.37.139', '2020-12-31 00:36:04', 'web', '', NULL),
(1975, '32galy@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'poliyay', NULL, 'FALSE', '93.124.60.115', '2020-12-31 09:30:42', 'web', '', NULL),
(1976, 'kumargaurav635@gmail.com', 'eebcda4a99f2885ac9fbeb39e9219a0c', 'Kumar Gaurav', NULL, 'FALSE', '106.207.78.77', '2020-12-31 12:26:04', 'web', '', NULL),
(1977, '2vmxfu4bv@mail.ru', '984b89f2589793110b3af3dd54a1a75f', 'Williamviaky', NULL, 'FALSE', '91.78.79.250', '2021-01-01 05:16:20', 'web', '', NULL),
(1978, 'durovaelena944@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'vfiefWakenty', NULL, 'FALSE', '178.159.37.139', '2021-01-02 22:48:40', 'web', '', NULL),
(1979, 'je.ntaiw.orldp.ictu.r.e.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillLaw', NULL, 'FALSE', '95.143.22.120', '2021-01-03 18:40:13', 'web', '', NULL),
(1980, 'jen.t.aiwor.ld.p.i.c.tu.re.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillLaw', NULL, 'FALSE', '95.143.21.203', '2021-01-04 21:49:08', 'web', '', NULL),
(1981, 'annabalbera@laposte.net', 'd7ceb897b9374291a81def92898f9c59', 'Donaldbat', NULL, 'FALSE', '191.101.39.29', '2021-01-05 03:30:20', 'web', '', NULL),
(1982, 'mich.e.ld.us.t.en.wa.l.l.s.t.r.e.et743@gmail.com', 'b33835bc95d875c580dd0291c98a4c27', 'samuelhek', NULL, 'FALSE', '148.251.54.157', '2021-01-06 03:28:04', 'web', '', NULL),
(1983, 'go.r.s.ec1.98.0ruse.rv@gmail.com\r\n', '7f406127c54a6420a19552e3047990a3', 'Antoniobiz', NULL, 'FALSE', '193.176.86.214', '2021-01-06 19:54:24', 'web', '', NULL),
(1984, 'timithys8d7@nextfashion.ro', '5626242d5fd0d36dd55711f694d8eded', 'TimothyJap', NULL, 'FALSE', '143.244.54.23', '2021-01-07 12:41:09', 'web', '', NULL),
(1985, 'arjun_ss@yahoo.co.uk', 'fcd8d6d064ef3f2392238fcae361f081', 'Arjun', NULL, 'FALSE', '183.83.152.22', '2021-01-08 08:34:42', 'web', '', NULL),
(1986, 'vaspotap23@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'CeregamandWakenty', NULL, 'FALSE', '178.159.37.139', '2021-01-08 22:45:34', 'web', '', NULL),
(1987, 'hr3nod@yandex.com', '57b5d803cc0a085440136f91d7a40e80', 'MartinChish', NULL, 'FALSE', '37.113.184.86', '2021-01-09 08:26:01', 'web', '', NULL),
(1988, 'avintislal77@gmail.com', 'cd988e26db2af993c3dacb319d959638', 'Raymondmit', NULL, 'FALSE', '171.244.1.84', '2021-01-09 15:10:53', 'web', '', NULL),
(1989, 'loanigeestj@hotmail.com', '77d744ae5f011ead9fdcaf3859c309da', 'JosephFus', NULL, 'FALSE', '45.64.134.198', '2021-01-10 05:18:32', 'web', '', NULL),
(1990, 'khetsinghyadav@gmail.com', '3b426a479fdc1b3784749780a5a24350', 'Khet Singh Yadav ', NULL, 'FALSE', '42.108.161.155', '2021-01-10 09:44:30', 'web', '', NULL),
(1991, 'ivankarpov471984@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'OtuafiWakenty', NULL, 'FALSE', '178.159.37.139', '2021-01-12 02:12:43', 'web', '', NULL),
(1992, 'moemol52@3dlab.tech', '546f3150ecc23cceb37bd6cb127c9f4b', 'Jamesjuh', NULL, 'FALSE', '45.87.2.128', '2021-01-12 21:57:14', 'web', '', NULL),
(1993, 'j.en.t.a.i.w.o.r.ld.pi.ctu.ret5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillPrigh', NULL, 'FALSE', '95.143.22.230', '2021-01-12 22:43:45', 'web', '', NULL),
(1994, 'j.ent.a.iw.o.rld.pic.t.u.r.e.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillLaw', NULL, 'FALSE', '95.143.22.230', '2021-01-13 07:49:46', 'web', '', NULL),
(1995, 'j.e.nta.i.w.orld.p.i.c.turet5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillLaw', NULL, 'FALSE', '95.143.22.24', '2021-01-13 20:15:10', 'web', '', NULL),
(1996, 'aryanaanu007@gmail.com', 'e5323773d8d360393e1298297a8caacf', 'Aryan Sharma', NULL, 'FALSE', '157.34.43.162', '2021-01-14 00:54:40', 'web', '', NULL),
(1997, 'shisha71@list.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'monyya', NULL, 'FALSE', '109.194.244.248', '2021-01-14 13:40:18', 'web', '', NULL),
(1998, 'akurmy2@gmail.com', '32fe06b45bf5b3df34ba6928abc73122', 'Ashutosh Kurmy', NULL, 'FALSE', '106.222.153.209', '2021-01-14 21:08:58', 'web', '', NULL),
(1999, 'siricavalera187@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'nbvjyzWakenty', NULL, 'FALSE', '178.159.37.139', '2021-01-14 22:56:43', 'web', '', NULL),
(2000, 'shk.u.t.k.o.se.r.g.eyiva.no.vic.h.the@gmail.com\r\n', 'ac7c6b5b0da3df253977734a6ed844e2', 'Sergwjf', NULL, 'FALSE', '193.176.84.129', '2021-01-15 09:32:35', 'web', '', NULL),
(2001, 'g.starceva@max.enersets.com', 'b435d874c6152c17f9cd5c572bf155ce', 'Walterlop', NULL, 'FALSE', '5.188.48.88', '2021-01-16 01:03:32', 'web', '', NULL),
(2002, 'v.semovich@den.efastes.com', '415619403600bcff79eac1960a8ce42f', 'Andrewgaich', NULL, 'FALSE', '5.188.48.88', '2021-01-16 01:03:35', 'web', '', NULL),
(2003, 'thodesonxobil@hotmail.com', 'fbb51e2cbd0a568294f6e9c42199ce6c', 'RodneyBom', NULL, 'FALSE', '208.102.51.6', '2021-01-16 02:02:51', 'web', '', NULL),
(2004, 'waggam.antitus18157413@gmail.com', '96527b728038b08c1aef67295d8d7564', 'FGD7GM2QV96LLVMSN0ZV6DGF http://mail.com/923', NULL, 'FALSE', '195.216.155.237', '2021-01-16 21:17:06', 'web', '', NULL),
(2005, 'kriczi.kov.a.y.as.v.e.tla.na@gmail.com\r\n', '283c46dcf33d58e1f6c3126684f864c8', 'Svetlanaepa', NULL, 'FALSE', '193.176.84.122', '2021-01-17 04:16:33', 'web', '', NULL),
(2006, 'mdarbi@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'jhktyk5ykytjhdgj46itrgu3 https://facebook.com', NULL, 'FALSE', '178.176.77.167', '2021-01-17 13:36:36', 'web', '', NULL),
(2007, 'gonzarurij@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'TonyaWakenty', NULL, 'FALSE', '178.159.37.139', '2021-01-17 22:44:36', 'web', '', NULL),
(2008, 'mic.h.el.d.ustenw.a.l.lstre.e.t.7.4.3.@gmail.com', 'b33835bc95d875c580dd0291c98a4c27', 'samuelhek', NULL, 'FALSE', '148.251.54.157', '2021-01-17 23:28:31', 'web', '', NULL),
(2009, 'boronenkovadim@rambler.ru', '946a23fff56972b71daf6334c44d148a', 'Kennethron', NULL, 'FALSE', '176.53.174.31', '2021-01-18 03:13:40', 'web', '', NULL),
(2010, 'Haroldhal1965@fte.goaglie.com', 'dd691822eaba8bcbede400ac914dde5a', 'Rupertripsy', NULL, 'FALSE', '194.32.229.103', '2021-01-18 03:42:37', 'web', '', NULL),
(2011, 'hochstein-t@freenet.de', '6a3b77d8068335e587b37cf61a335cf6', 'Liana made 2 new messages http://pocketzooapp.com/datingb', NULL, 'FALSE', '194.61.9.17', '2021-01-25 21:56:01', 'web', '', NULL),
(2012, 'downhill2009@googlemail.com', '90e63c525569689996e5dc7b670d2ea7', 'Octavia sent 5 another messages http://inspire2wellness.com/datingb', NULL, 'FALSE', '212.107.27.156', '2021-01-25 22:26:48', 'web', '', NULL),
(2013, 'pat23mars@orange.fr', '38b0bd6e1a9a874964457acb37aa6ecf', 'Zahra did 4 unique kisses http://nawaraaviation.com/datingb', NULL, 'FALSE', '212.107.27.157', '2021-01-25 22:35:09', 'web', '', NULL),
(2014, 'cort@aprilville.com', 'f9b18a2b940a0b9e7a482d0377a5cbf4', 'Lylah replied 5 new whispers http://voluntario180.com/datingb', NULL, 'FALSE', '81.22.44.223', '2021-01-25 22:50:53', 'web', '', NULL),
(2015, 'abryer220798@gmail.com', '9f29a386cd220c50203856477dbbd472', 'Harmoni did 4 another whispers http://odkprofrutas.com/datingb', NULL, 'FALSE', '194.61.9.18', '2021-01-25 23:27:27', 'web', '', NULL),
(2016, 'marcelloBS@gmx.de', 'f63f24912252141f1edd2a10b49d3975', 'Nyla replied 1 another whispers http://kyuhak.com/datingb', NULL, 'FALSE', '185.117.117.167', '2021-01-26 00:05:12', 'web', '', NULL),
(2017, 'chrisnorwood1994@hotmail.com', '984f6ff7569dd5160759d4580fac54a3', 'Kaitlyn made 4 another messages http://print4free.com/datingb', NULL, 'FALSE', '195.216.155.37', '2021-01-26 00:21:51', 'web', '', NULL),
(2018, 'hasansalmis@gmx.ch', '1c05a17cbd211e70ed582e703f399a71', 'Briar sent 1 another kisses http://pollingperks.com/datingb', NULL, 'FALSE', '185.192.109.85', '2021-01-26 00:51:52', 'web', '', NULL),
(2019, 'mihail.lacatusu@gmail.com', '74b4454cdc2eeeb9c580bb081de22f4c', 'Bristol sent 1 unique kisses http://smartheavens.com/datingb', NULL, 'FALSE', '212.107.27.71', '2021-01-26 01:35:05', 'web', '', NULL),
(2020, 's.e.mec.z.e.nko.da.vi.dbi.g.ma.n@gmail.com\r\n', '46fe8ea4b5f85a59f089dcbacb101850', 'Davidfru', NULL, 'FALSE', '95.181.236.133', '2021-01-26 01:36:45', 'web', '', NULL),
(2021, 'virgiliosabetta@virgilio.it', '0fb3fba2886b2e38ae6674acd9021e63', 'Miranda made 4 unique kisses http://nyxlaw.com/datingb', NULL, 'FALSE', '91.243.188.174', '2021-01-26 03:11:59', 'web', '', NULL),
(2022, 'sergio@serras.ch', '7007dd69ec26696408e9468031227084', 'Elle left 1 unique whispers http://pollingperks.com/datingb', NULL, 'FALSE', '92.243.65.215', '2021-01-26 03:30:39', 'web', '', NULL),
(2023, 'j.en.t.a.i.w.o.rl.dpict.u.ret5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'Invillorews', NULL, 'FALSE', '95.143.22.1', '2021-01-26 04:44:18', 'web', '', NULL),
(2024, 'masterharryj64@gmail.com', '64d1964183dabb0954ec9d0d05168591', 'Danielle left 3 unique whispers http://shadowbornesports.com/datingb', NULL, 'FALSE', '185.147.128.147', '2021-01-26 05:03:07', 'web', '', NULL),
(2025, 'eds_head@hotmail.com', '117c57fd5e203638ae2d486f2c0f13d0', 'Sloan did 5 another likes http://hellostrangr.com/datingb', NULL, 'FALSE', '81.22.44.177', '2021-01-26 05:21:29', 'web', '', NULL),
(2026, 'vicbaileyuk@yahoo.co.uk', '0f2bc914a162eb13e944a01fe62467ac', 'Chaya made 2 unique likes http://lelandvitae.com/datingb', NULL, 'FALSE', '212.107.27.42', '2021-01-26 06:20:36', 'web', '', NULL),
(2027, 'osc10@cegetel.net', '2d2f4d44b5e2bbf37b2bf6bb9702bddd', 'Marley did 2 new kisses http://nawaraaviation.com/datingb', NULL, 'FALSE', '212.107.27.23', '2021-01-26 06:49:34', 'web', '', NULL),
(2028, 'mmoak115@aol.com', 'a6595a70dd5841a541717ff41fd84eb9', 'Samira made 5 unique whispers http://laurenandquinn.com/datingb', NULL, 'FALSE', '81.22.44.53', '2021-01-26 08:27:47', 'web', '', NULL),
(2029, 'ajones9593@gmail.com', 'c588a8a0c9ae65bc84687de862a19c9d', 'Imani sent 2 unique whispers http://isalfredosauce.com/datingb', NULL, 'FALSE', '81.22.44.8', '2021-01-26 08:33:42', 'web', '', NULL),
(2030, 'aymaneldin@yahoo.at', '243ca4a97356ad1851934c346a0d50b5', 'Alisha did 3 new whispers http://volunteertutorexchange.com/datingb', NULL, 'FALSE', '91.243.188.245', '2021-01-26 10:02:22', 'web', '', NULL),
(2031, 'wiesel63@t-online.de', '96d0c8fbcc030523ca2cf66e90a77e0e', 'Jessica replied 1 new messages http://volunteertutorexchange.com/datingb', NULL, 'FALSE', '91.227.155.186', '2021-01-26 10:06:26', 'web', '', NULL),
(2032, 'pariuri27@gmail.com', '5ee3f30bcbb24709dbf57d5f38af825f', 'Lauryn left 3 unique kisses http://phileasrecords.com/datingb', NULL, 'FALSE', '84.252.75.28', '2021-01-26 11:24:37', 'web', '', NULL),
(2033, 'julia_im_auenland@gmx.de', 'dc16fa71341e64cbfaff6d93b1d25ea4', 'Kathryn sent 5 new whispers http://nyxlaw.com/datingb', NULL, 'FALSE', '176.119.140.151', '2021-01-26 11:39:30', 'web', '', NULL),
(2034, 'fouchard.marlene@sfr.fr', 'ae24e271cf6754deb3b2c006365eef4a', 'Amia sent 4 unique messages http://heybiro.com/datingb', NULL, 'FALSE', '195.216.155.13', '2021-01-26 13:30:27', 'web', '', NULL),
(2035, 'anth_perry@hotmail.com', 'fbfe068e006bbaa6a885ac2c8717a964', 'Gianna replied 2 unique kisses http://isalfredosauce.com/datingb', NULL, 'FALSE', '91.243.188.198', '2021-01-26 13:39:15', 'web', '', NULL),
(2036, 'burt33noodle@gmail.com', 'ca0f71550a0acd350903afe557eebc38', 'Colette left 2 another whispers http://gowithguides.com/datingb', NULL, 'FALSE', '195.216.155.38', '2021-01-26 15:12:54', 'web', '', NULL),
(2037, 'siegfried.wirkner62w@gmail.com', '0a7bdc3bb9d734c4173bc300c4916322', 'Cali sent 4 new messages http://yegoparts.com/datingb', NULL, 'FALSE', '185.192.110.103', '2021-01-26 15:39:39', 'web', '', NULL),
(2038, 'faysal@hotmail.de', '3b50f6c12dbb10e1b310954bc8864760', 'Sarah did 4 unique whispers http://nawaraaviation.com/datingb', NULL, 'FALSE', '81.22.44.136', '2021-01-26 16:44:48', 'web', '', NULL),
(2039, 'pilu20p@gmail.com', 'aaf396a122742c5febbc8f209c41c9bd', 'Emily did 4 new kisses http://sendlisting.com/datingb', NULL, 'FALSE', '176.119.140.118', '2021-01-26 17:35:31', 'web', '', NULL),
(2040, 'brad@aiphone.com', '02a3e5a81f5ddf98d1c7b36fbec393e8', 'Kinsley did 3 new likes http://zoomzoomsd.com/datingb', NULL, 'FALSE', '81.22.44.178', '2021-01-26 18:08:41', 'web', '', NULL),
(2041, 'hotjerri@t-online.de', '4c28646f76c0ee4e05d9d8801fc92350', 'Zainab left 2 another messages http://kylemcintyre.com/datingb', NULL, 'FALSE', '92.243.65.216', '2021-01-26 19:27:00', 'web', '', NULL),
(2042, 'bernard.guillaume3@sfr.fr', 'e025e2e01ad1bf1f88fda824c24d6967', 'Lydia left 4 unique messages http://smartheavens.com/datingb', NULL, 'FALSE', '81.22.44.196', '2021-01-26 19:43:33', 'web', '', NULL),
(2043, 'clairemalone1976@gmail.com', '64082465897ff8b51a4e3e3e1e2e7351', 'Carly did 5 new likes http://voluntario180.com/datingb', NULL, 'FALSE', '81.22.44.124', '2021-01-26 21:14:08', 'web', '', NULL),
(2044, 'bethanymccoll@hotmail.com', 'aaa7a0bf0905dbd575f41b9964c03653', 'Claire sent 5 unique kisses http://nawaraaviation.com/datingb', NULL, 'FALSE', '195.216.155.202', '2021-01-26 21:18:43', 'web', '', NULL),
(2045, 'sb8901@yahoo.de', 'dff37e06fa232746e7c6913de3173399', 'Eleanor did 1 unique whispers http://odkprofrutas.com/datingb', NULL, 'FALSE', '194.61.9.28', '2021-01-26 22:34:00', 'web', '', NULL),
(2046, 'seregainbox2@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Gopoprobyem https://www.google.com/', NULL, 'FALSE', '188.130.129.12', '2021-01-26 23:22:20', 'web', '', NULL),
(2047, 'bolmakoulabid6@gmail.com', '77f17361419e1c62ada1fdbc0e7c4923', 'Aurora sent 5 unique kisses http://pocketzooapp.com/datingb', NULL, 'FALSE', '195.216.155.191', '2021-01-26 23:29:20', 'web', '', NULL),
(2048, 'hans.grafl@utanet.at', '62fbd3fcae18a1b2a36c2b548aedd464', 'Raven replied 4 another messages http://marincgtn.com/datingb', NULL, 'FALSE', '91.243.188.8', '2021-01-26 23:48:56', 'web', '', NULL),
(2049, 'u.wiesenbach@freenet.de', 'd6bfc79ca2ebeb20ec0dd06b202289a0', 'Giavanna sent 5 another whispers http://inspire2wellness.com/datingb', NULL, 'FALSE', '91.243.188.90', '2021-01-27 00:38:23', 'web', '', NULL),
(2050, 'andrepuech@sfr.fr', '9281025c7a3d4a8c344314937c189d5c', 'Thalia left 3 unique kisses http://thompsonwholesaleplus.com/datingb', NULL, 'FALSE', '212.107.27.210', '2021-01-27 01:00:29', 'web', '', NULL),
(2051, 'roberthaensel242@aol.com', '29aa4b3f875ec2ebadd37e456b5a2b50', 'Saniyah replied 3 unique kisses http://iaplusco.com/datingb', NULL, 'FALSE', '185.106.95.25', '2021-01-27 01:41:23', 'web', '', NULL),
(2052, 'oliviasolucky888@gmail.com', '34c70360dc35d38dda059dc28fc7a768', 'Robin did 2 unique whispers http://syncmotionstudio.com/datingb', NULL, 'FALSE', '91.243.188.169', '2021-01-27 02:13:42', 'web', '', NULL),
(2053, 'xoanet@ono.com', '27ccb31e984749794c5efa260fd887cd', 'Crystal left 5 another whispers http://kylemcintyre.com/datingb', NULL, 'FALSE', '91.243.188.196', '2021-01-27 03:03:55', 'web', '', NULL),
(2054, 'tanjamayfurth@hotmail.com', '2b1878232d1dd7059c91138de9b17ed0', 'Hunter replied 4 unique likes http://nawaraaviation.com/datingb', NULL, 'FALSE', '91.227.155.17', '2021-01-27 03:29:31', 'web', '', NULL),
(2055, 'pcorl@free.fr', '78a52332d78b7c73e23b72426cb9db5e', 'Genevieve replied 2 unique kisses http://kyuhak.com/datingb', NULL, 'FALSE', '194.61.9.22', '2021-01-27 04:40:38', 'web', '', NULL),
(2056, 'mark-smith70@sky.com', 'cd5d17d94cfa2f6e87b05624ff8235a6', 'London made 2 another kisses http://thompsonwholesaleplus.com/datingb', NULL, 'FALSE', '194.61.9.129', '2021-01-27 04:42:44', 'web', '', NULL),
(2057, 'mip1@free.fr', '1e240e2af8f54db53042fbac0868ef05', 'Kelly replied 4 unique likes http://opencallmodel.com/datingb', NULL, 'FALSE', '91.243.188.98', '2021-01-27 05:44:38', 'web', '', NULL),
(2058, 'goldstar33@live.de', 'a7c66edb68d71cab296a104890906a68', 'Heaven did 3 unique kisses http://yegoparts.com/datingb', NULL, 'FALSE', '185.80.151.24', '2021-01-27 08:18:00', 'web', '', NULL),
(2059, 'mirjam_grobbel@web.de', '4bcb45df7e0889887f0c8923c0b9d9df', 'Novalee made 3 new kisses http://syncmotionstudio.com/datingb', NULL, 'FALSE', '194.61.9.223', '2021-01-27 10:05:38', 'web', '', NULL),
(2060, 'marshallmelissa@hotmail.com', '6aebc48f3cd7fc8e59e4b26554fb6b7e', 'Bethany sent 1 new messages http://laurenandquinn.com/datingb', NULL, 'FALSE', '176.119.140.236', '2021-01-27 12:41:36', 'web', '', NULL),
(2061, 'rainerlohse01@web.de', 'e33e46d9ca2aa74f5661dabbd19a838e', 'Veronica left 1 another whispers http://pocketzooapp.com/datingb', NULL, 'FALSE', '195.216.155.45', '2021-01-27 13:56:11', 'web', '', NULL),
(2062, 'cafekim@backhaus.de', '3ac86408921c3c22d010d26ae6150876', 'Mira made 3 unique likes http://sessionsplatform.com/datingb', NULL, 'FALSE', '195.216.155.38', '2021-01-27 15:34:33', 'web', '', NULL),
(2063, 'teena.ostler@mail.ru', 'c7fd1eaeb36a570e1339ca6bb72481c7', 'JoshuaFar', NULL, 'FALSE', '96.46.146.254', '2021-01-27 16:22:57', 'web', '', NULL),
(2064, 'mr.pommes@t-online.de', '858e90fe25738b61d7cb8f154036d39f', 'Charley left 4 new whispers http://lifetimeaso.com/datingb', NULL, 'FALSE', '185.106.92.134', '2021-01-27 16:43:57', 'web', '', NULL),
(2065, 'ant11673@aol.com', 'fb2108cbba430ebafd62ece14657be97', 'Addilyn sent 5 another likes http://yself.com/datingb', NULL, 'FALSE', '91.243.188.88', '2021-01-27 17:07:50', 'web', '', NULL),
(2066, 'thomasguth290161@web.de', '031d4389b7f5adc5f1717fe402aaff21', 'Annabel sent 2 another kisses http://sabinepiletti.com/datingb', NULL, 'FALSE', '194.61.9.34', '2021-01-27 18:01:37', 'web', '', NULL),
(2067, 'Skyer70@gmail.com', 'cb5c77c53bfe95ea9dc3063da31a08af', 'Maren left 3 new kisses http://sistazshare.com/datingb', NULL, 'FALSE', '185.172.131.60', '2021-01-27 19:43:27', 'web', '', NULL),
(2068, 'meljane1981@gmail.com', 'fc75b8430e9e39ba11402ef18b20a4ba', 'Selah did 1 new kisses http://numstack.com/datingb', NULL, 'FALSE', '81.22.44.82', '2021-01-27 20:40:46', 'web', '', NULL),
(2069, 'Valoni_eri@hotmail.com', '832c09eb1acfc679861cefc877868048', 'Briana replied 4 new kisses http://thefantasyauction.com/datingb', NULL, 'FALSE', '91.243.188.90', '2021-01-27 21:52:35', 'web', '', NULL),
(2070, 'Partington202@hotmail.com', 'b8e645b1b3c62a477f4ba8dc6b675faa', 'Jazmin replied 1 unique likes http://manyhappycustomers.com/datingb', NULL, 'FALSE', '81.22.44.213', '2021-01-27 22:34:45', 'web', '', NULL),
(2071, 'julian.david@techuk.org', '426078e61ff623db5c6844e48a73aeb1', 'Delaney sent 2 unique whispers http://tweetplanr.com/datingb', NULL, 'FALSE', '92.243.65.210', '2021-01-27 23:24:57', 'web', '', NULL),
(2072, 'genecjc@gmail.com', 'abccb724a8e5ce6825fff82cb054dd5e', 'Saylor did 2 new likes http://liamcavens.com/datingb', NULL, 'FALSE', '195.216.155.59', '2021-01-28 00:12:58', 'web', '', NULL),
(2073, 'babylonslion60@gmail.com', 'eda727d9a7e50de1b0ab325c608b5069', 'Jaliyah sent 5 new messages http://namethatseagal.com/datingb', NULL, 'FALSE', '195.216.155.15', '2021-01-28 00:30:41', 'web', '', NULL),
(2074, 'andysgtr@hotmail.com', '7b6d5d6d3e5f106297945167f95e884b', 'Tori sent 5 unique messages http://phonedunia.com/datingb', NULL, 'FALSE', '91.227.155.194', '2021-01-28 01:03:50', 'web', '', NULL),
(2075, 'bigfin913@aol.com', '561afa7b7f11e08ce5b4b05177d5e798', 'Aislinn sent 1 another whispers http://mltmbapforums.com/datingb', NULL, 'FALSE', '194.61.9.113', '2021-01-28 02:34:42', 'web', '', NULL),
(2076, 'schennel@t-online.de', 'f5b0b239bd700fccc98e44608b93b9db', 'Kaia left 2 unique likes http://limapassport.com/datingb', NULL, 'FALSE', '91.227.155.86', '2021-01-28 02:51:59', 'web', '', NULL),
(2077, 'Pbricknell@gmail.com', 'c622afed0f2ed139afb4459eeaf2d094', 'Jazlynn sent 1 new kisses http://treweekly.com/datingb', NULL, 'FALSE', '185.104.251.53', '2021-01-28 03:42:25', 'web', '', NULL),
(2078, 'garethkeirl@hotmail.com', 'c41ec6d0bdfd6f7220ff044afc242928', 'Laura did 1 new whispers http://lylysoft.com/datingb', NULL, 'FALSE', '194.61.9.152', '2021-01-28 04:32:49', 'web', '', NULL),
(2079, 'ewilliams@live.ca', '4c42575959120ddb60ed156554a890a2', 'Ezra sent 3 new whispers http://theweeklybugle.com/datingb', NULL, 'FALSE', '194.61.9.179', '2021-01-28 05:24:21', 'web', '', NULL),
(2080, 'derphilinbrasil@gmx.de', '32dd62709b6b46c0946f4c0abaab3b0b', 'Serenity sent 3 unique kisses http://twixvalue.com/datingb', NULL, 'FALSE', '185.112.101.141', '2021-01-28 06:24:28', 'web', '', NULL),
(2081, 'debtdad72@gmail.com', 'e9588811cb2ee9ea734a79531b437f1f', 'Hana made 4 unique messages http://mysmartkit.com/datingb', NULL, 'FALSE', '176.119.140.147', '2021-01-28 07:15:28', 'web', '', NULL),
(2082, 'johncmunton@hotmail.com', '0a96965d2181ead7287adf425935afeb', 'Jayla made 4 unique messages http://soursuite.com/datingb', NULL, 'FALSE', '195.216.155.128', '2021-01-28 08:06:56', 'web', '', NULL),
(2083, 'saranda99@web.de', '6ef453ecab4c93899a31b4a7326c1c53', 'Ella did 5 another kisses http://tweetplanr.com/datingb', NULL, 'FALSE', '194.61.9.231', '2021-01-28 08:37:55', 'web', '', NULL),
(2084, 'metest2060@gmail.com', '6194e16debe5c4212e5d0e71aa34c93e', 'Cassidy sent 1 another messages http://jordanbroudy.com/datingb', NULL, 'FALSE', '81.22.44.110', '2021-01-28 08:54:36', 'web', '', NULL),
(2085, 'wwwpunktde@gmx.de', '898cd52197eeffe2a8f3cb6f96c3cb59', 'Maria sent 4 unique likes http://sistazshare.com/datingb', NULL, 'FALSE', '91.227.155.21', '2021-01-28 10:51:37', 'web', '', NULL),
(2086, 'bastid83@web.de', '14fdd9a3fb61f6138d28c463822d0f57', 'Audrey left 2 new kisses http://namethatseagal.com/datingb', NULL, 'FALSE', '194.61.9.206', '2021-01-28 12:12:33', 'web', '', NULL),
(2087, 'blueman66@web.de', 'ac201b559c7d119bc3e6c0a272593285', 'Georgia replied 1 unique likes http://vienmonsey.com/datingb', NULL, 'FALSE', '109.120.128.182', '2021-01-28 13:14:37', 'web', '', NULL),
(2088, 'Thescottishspitfire@gmail.com', '67e4fc28924003c767f122ac40786f10', 'Mary replied 4 new likes http://twixvalue.com/datingb', NULL, 'FALSE', '195.216.155.99', '2021-01-28 13:30:18', 'web', '', NULL),
(2089, 'paulanthonyacn@gmail.com', 'e52d2cc96b39641020d9b7d3fed33491', 'Giselle sent 3 unique kisses http://sistazshare.com/datingb', NULL, 'FALSE', '194.58.58.153', '2021-01-28 14:08:10', 'web', '', NULL),
(2090, 'sssnako@yahoo.de', '1c6791d5f562856672ea26199ec02b34', 'Sariyah sent 5 another kisses http://orc-construction.com/datingb', NULL, 'FALSE', '185.102.137.111', '2021-01-28 15:06:47', 'web', '', NULL),
(2091, 'au.luciani@laposte.net', '83ab55bf779453f7882e7cadc8783f42', 'Jayden made 4 new whispers http://vamosmiverde.com/datingb', NULL, 'FALSE', '185.106.95.22', '2021-01-28 15:57:00', 'web', '', NULL),
(2092, 'amageddon1990@yahoo.de', '9a28a3edafb3e3a83cf716675e439e0b', 'Anastasia did 1 new likes http://rollonby.com/datingb', NULL, 'FALSE', '194.61.9.111', '2021-01-28 16:47:45', 'web', '', NULL),
(2093, 'chadkaufman@gmail.com', '408455fc1b975f886ce0fa6ccadc7e13', 'Giselle left 2 unique likes http://pathivarasyanko.com/datingb', NULL, 'FALSE', '195.216.155.160', '2021-01-28 17:20:43', 'web', '', NULL),
(2094, 'Rlloyd725@gmail.com', 'b41748abad200cb91ea430ae2333f455', 'Paisley left 2 unique whispers http://sabinepiletti.com/datingb', NULL, 'FALSE', '176.119.140.14', '2021-01-28 17:33:40', 'web', '', NULL),
(2095, 'magdaleneclare@yahoo.co.uk', 'cc514faa2131644afa0e6d735ecc0956', 'Marlee left 4 unique likes http://magicismath.com/datingb', NULL, 'FALSE', '194.61.9.118', '2021-01-28 18:23:53', 'web', '', NULL),
(2096, 'm.dzhonson@jodas.enersets.com', 'b619382d04d738fb38068c0deaa23cf8', 'JoshuaNip', NULL, 'FALSE', '5.188.48.98', '2021-01-28 18:46:58', 'web', '', NULL),
(2097, 'p.grigorin@denis.enersets.com', '5e64a2db146d761a2ae1d8c7763b2196', 'Andrewtiers', NULL, 'FALSE', '5.188.48.98', '2021-01-28 18:47:03', 'web', '', NULL),
(2098, 'aenugula.karthik@gmail.com', '95818f7569c2582b7abbd05827aa9718', 'Piper did 4 new kisses http://soursuite.com/datingb', NULL, 'FALSE', '81.177.23.187', '2021-01-28 18:49:09', 'web', '', NULL),
(2099, 'godimaiale@yahoo.de', '3924ba3b1aecec1ccf2c11aa7dddacbc', 'Amber replied 5 unique likes http://twixvalue.com/datingb', NULL, 'FALSE', '92.243.65.219', '2021-01-28 20:04:43', 'web', '', NULL),
(2100, 'sarahjakeyoung@gmail.com', '4f1c0b90a3d8fd30f12b11b335678757', 'Madelynn replied 2 another messages http://vienmonsey.com/datingb', NULL, 'FALSE', '212.107.27.208', '2021-01-28 20:48:01', 'web', '', NULL),
(2101, 'mrweeds2014@gmail.com', '0022cd1c6b0e1b38ca3434958c19e63b', 'Briella left 2 another messages http://pistikozoglou.com/datingb', NULL, 'FALSE', '195.158.225.28', '2021-01-28 20:51:01', 'web', '', NULL),
(2102, 'joker26764@gmail.com', '240510933382cf7383eeb3beb093a771', 'Ruby sent 1 another whispers http://lt-ceres.com/504', NULL, 'FALSE', '185.103.252.22', '2021-01-29 00:06:20', 'web', '', NULL),
(2103, 'so.marghe@libero.it', '565f9309e76e3505f1f5c3baa422695b', 'Violet sent 4 another messages http://thereviewmaniacs.com/4ee', NULL, 'FALSE', '91.227.155.117', '2021-01-29 00:18:26', 'web', '', NULL),
(2104, 'mail.debra.vincent@hotmail.co.uk', 'de089c484579403f7f89faa12b774342', 'Alaia left 5 another kisses http://nortexfeeders.com/9c64', NULL, 'FALSE', '91.227.155.69', '2021-01-29 00:57:18', 'web', '', NULL),
(2105, 'felixx_1@yahoo.de', '111a1beeb77220ee827a1f75de4a26e6', 'Addyson did 5 unique whispers http://hspdigitialmedia.com/13614', NULL, 'FALSE', '185.106.94.52', '2021-01-29 01:48:35', 'web', '', NULL),
(2106, 'vensef2@gmail.com', '06f5b5d5ef91048614235ab988942771', 'Journee sent 5 unique whispers http://hishoshan.com/9ca5', NULL, 'FALSE', '91.227.155.66', '2021-01-29 02:41:17', 'web', '', NULL),
(2107, 'johnkinley042@gmail.com', '725f06d20b4ce7389c42ecc21ad35c27', 'Arden did 3 unique likes http://ineedhotshots.com/26558', NULL, 'FALSE', '185.104.251.55', '2021-01-29 03:43:55', 'web', '', NULL),
(2108, 'dawsonmervin@gmail.com', '95e078e92396934f3c2cd83577d9cdb6', 'Braelynn did 5 unique likes http://tapne.com/2fb4b', NULL, 'FALSE', '212.107.27.216', '2021-01-29 04:34:13', 'web', '', NULL),
(2109, 'thomas.gerheim@t-online.de', '74d7e9545c582b9cd1c767aebbc2751e', 'Octavia made 5 another likes http://high-performance-teaming.com/13465', NULL, 'FALSE', '194.61.9.112', '2021-01-29 04:48:20', 'web', '', NULL),
(2110, 'philippeprudent@neuf.fr', '9117208d63e47f1067fa86d66f9a4583', 'Katelyn made 5 new likes http://mrguin.com/39320', NULL, 'FALSE', '194.61.9.217', '2021-01-29 05:23:12', 'web', '', NULL),
(2111, 'kss-network.de@icarus10.com', 'c1499ce54b128d22b684d71317ca9210', 'Viviana sent 2 new whispers http://lt-ceres.com/42af5', NULL, 'FALSE', '176.119.140.20', '2021-01-29 06:14:18', 'web', '', NULL),
(2112, 'Martinmoores29@gmail.com', '2391a7fecf79b27bf197d7370f62a9b2', 'Kimora left 3 unique messages http://hempmaid.com/4c292', NULL, 'FALSE', '92.243.65.217', '2021-01-29 07:01:08', 'web', '', NULL),
(2113, 'rebeccababe15@hotmail.com', '9aa7f9ac71e9a4162b6fcbcd99e0da93', 'Alayna left 4 new kisses http://sachisoft.com/1cc17', NULL, 'FALSE', '195.216.155.109', '2021-01-29 07:10:43', 'web', '', NULL),
(2114, 'Chase.sarah@yandex.com', 'fd4e9caca869ebbc2f71672053abaa67', 'Kayleigh sent 1 new whispers http://sachisoft.com/55a54', NULL, 'FALSE', '212.107.27.92', '2021-01-29 07:51:47', 'web', '', NULL),
(2115, 'matiiiiik.mt@gmail.com', '7ec5bb01f73f1b3336ae0482e88dff90', 'Haley made 1 another messages http://tarerahomes.com/5f202', NULL, 'FALSE', '91.227.155.10', '2021-01-29 08:37:22', 'web', '', NULL),
(2116, 'beardog_malibu@me.com', 'b7cd5e8dc6694e0a6e06c8bc24cc1194', 'Madeline sent 1 new messages http://ineedhotshots.com/263dd', NULL, 'FALSE', '176.119.140.135', '2021-01-29 09:22:44', 'web', '', NULL),
(2117, 'sbygrave@bigpond.net.au', '086825f8f400cfc36b97b29eb788425b', 'Poppy sent 1 unique kisses http://speedgather.com/689b7', NULL, 'FALSE', '212.107.27.149', '2021-01-29 09:29:11', 'web', '', NULL),
(2118, 'valerialydia@yahoo.it', '586825dd03843767214561c18dbcfced', 'Nicole made 1 another kisses http://reservapenon.com/72188', NULL, 'FALSE', '81.22.44.61', '2021-01-29 10:23:35', 'web', '', NULL),
(2119, 'emmaworden@hotmail.co.uk', '15deef3d98c64940c502eb1518f2051b', 'Ruth sent 3 another likes http://pimecred.com/7ba80', NULL, 'FALSE', '185.106.92.137', '2021-01-29 11:16:22', 'web', '', NULL),
(2120, 'veronique.desiebenthal@bluewin.ch', '1eb64ac23daf687c10d926943c367d05', 'Irene left 5 another whispers http://joyasybisuteriajdux.com/2fb9f', NULL, 'FALSE', '81.22.44.126', '2021-01-29 11:29:32', 'web', '', NULL),
(2121, 'Mf.aydemir_04@hotmail.com', '4f7eea889a2d2a5aae118ceb21ddc254', 'Thalia made 3 another likes http://oopstravel.com/8e8ab', NULL, 'FALSE', '212.107.27.156', '2021-01-29 12:54:11', 'web', '', NULL),
(2122, 'richie5127@yahoo.de', '8abf7e2afc7ed3b07d5778c48fbea2ad', 'Maggie left 2 another whispers http://shepherdcanine.com/98070', NULL, 'FALSE', '91.243.188.34', '2021-01-29 13:43:54', 'web', '', NULL),
(2123, 'henry.laid@gmail.com', '9599a89c8ec460777c1575c0f89ac322', 'Adalynn replied 1 another kisses http://realvtmaple.com/3934f', NULL, 'FALSE', '195.216.155.19', '2021-01-29 13:44:17', 'web', '', NULL),
(2124, 'onan1@hotmail.es', 'b7401f540c6d0a9622ba98b3fccc31f8', 'Madelynn did 5 unique messages http://mabmtl.com/a1813', NULL, 'FALSE', '212.107.27.19', '2021-01-29 14:20:59', 'web', '', NULL),
(2125, 'bettenstudio-corneli@t-online.de', '9dd61eb24753b48169a39af95b920e84', 'Oaklee sent 3 unique kisses http://whatisdid.com/aafd6', NULL, 'FALSE', '91.243.188.240', '2021-01-29 15:06:14', 'web', '', NULL),
(2126, 'm.marrec@orange.fr', '543841424102367335ad0a9b3eac7e3f', 'Demi replied 5 unique messages http://tuyarda.com/b4798', NULL, 'FALSE', '185.172.131.62', '2021-01-29 15:48:38', 'web', '', NULL),
(2127, 'filiz33@outlook.de', 'e8deb490eef6c0152bdea3574b6e440c', 'Mariah sent 5 unique likes http://topworldec.com/42b07', NULL, 'FALSE', '176.119.140.63', '2021-01-29 16:11:40', 'web', '', NULL),
(2128, 'sdif@sdingenierie.com', '908f811a769cdcf6f532828f7216a6bf', 'Bexley made 4 new whispers http://hspdigitialmedia.com/5c01', NULL, 'FALSE', '176.119.140.191', '2021-01-29 16:32:08', 'web', '', NULL),
(2129, 'otzen.d@web.de', '84db162db4a2c57dd7f06e7ea4ec0643', 'Rosalyn sent 2 another messages http://medtib.com/f3d2', NULL, 'FALSE', '212.107.27.45', '2021-01-29 17:12:48', 'web', '', NULL),
(2130, 'brooke@appreciaterealestate.com', '626e3dc15b43e4d992a59536e4f0d747', 'Cara left 1 another messages http://thereviewmaniacs.com/18b8e', NULL, 'FALSE', '185.39.150.172', '2021-01-29 17:52:59', 'web', '', NULL),
(2131, 'planxxx21@yahoo.de', 'deea3e2eb5d20fb05bfbb100e91c8e17', 'Anaya sent 3 unique likes http://joyasybisuteriajdux.com/2234b', NULL, 'FALSE', '195.216.155.238', '2021-01-29 18:33:24', 'web', '', NULL),
(2132, 'nuageneige@wanadoo.fr', 'a30276b03096ae3dcfa405c7334a510e', 'Penny made 4 another kisses http://searchacareer.com/4c2c3', NULL, 'FALSE', '91.227.155.169', '2021-01-29 18:41:55', 'web', '', NULL),
(2133, 'dp.imprimerie@wanadoo.fr', 'f8f8dbd22cf50d2a90f0e435dfd9fd11', 'Addisyn made 2 new kisses http://maidkaehealth.com/2bb02', NULL, 'FALSE', '195.216.155.100', '2021-01-29 19:15:10', 'web', '', NULL),
(2134, 'ezziouanihamza8@gmail.com', '22cbc120d11fe1385e21966164293f3f', 'Londyn sent 1 unique whispers http://hempmaid.com/352c1', NULL, 'FALSE', '81.22.44.197', '2021-01-29 19:56:50', 'web', '', NULL),
(2135, '5F202F333AB9210465@aibralo-feun.fr', '604de4f5d4eb0c8c20141c299945c611', 'Makenzie sent 5 unique kisses http://indivisibletxlege.com/3ea76', NULL, 'FALSE', '91.243.188.249', '2021-01-29 20:38:12', 'web', '', NULL),
(2136, 'highland.sales@uk.dawnmeats.com', '8a60686eacc1b07e66897e1c36b8ef6a', 'Paula replied 1 another kisses http://realvtmaple.com/55a7e', NULL, 'FALSE', '212.107.27.27', '2021-01-29 20:51:47', 'web', '', NULL),
(2137, 'Kerrie.brooks@icloud.com', 'a818f86a245d12e3dbb716ba73cc33a9', 'Adley sent 5 new likes http://sachisoft.com/48229', NULL, 'FALSE', '176.119.140.205', '2021-01-29 21:22:29', 'web', '', NULL),
(2138, 'ivasuk648@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'FordrelbineWakenty', NULL, 'FALSE', '178.159.37.139', '2021-01-29 22:07:43', 'web', '', NULL),
(2139, 'jaderobbins1@gmail.com', '34bc76ce88e04b7de5a02bfe3d45b63a', 'Rylie sent 2 another likes http://ncinterlock.com/5b31b', NULL, 'FALSE', '185.117.117.170', '2021-01-29 22:54:25', 'web', '', NULL),
(2140, 'bclarke1811@gmail.com', '8ca0f9564710aca66010eb69247693e5', 'Hadassah did 4 unique likes http://whatisdid.com/64a95', NULL, 'FALSE', '185.117.117.167', '2021-01-29 23:34:59', 'web', '', NULL),
(2141, 'dssmarty1989@gmail.com', '25e555f7ed8be164a9a8e8f7b0377ea3', 'Charley did 4 unique kisses http://thereviewmaniacs.com/6e11b', NULL, 'FALSE', '176.119.140.172', '2021-01-30 00:15:30', 'web', '', NULL),
(2142, 'stubro@live.co.uk', '42867a7b30b788ba26909e8da3ba97a2', 'Kori left 5 unique whispers http://mrguin.com/689f7', NULL, 'FALSE', '195.216.155.244', '2021-01-30 00:53:00', 'web', '', NULL),
(2143, 'shane-sheridan87@outlook.com', 'ae3bf89c9f3ff5438016aed2aef2d9f4', 'Miracle left 2 another likes http://wakeup-india.com/81099', NULL, 'FALSE', '195.216.155.212', '2021-01-30 01:40:35', 'web', '', NULL),
(2144, 'Dellerycellery@hotmail.com', '8d276c1875082675252399cc9cbc36b6', 'Erin replied 3 new kisses http://reservapenon.com/8a9da', NULL, 'FALSE', '185.172.130.78', '2021-01-30 02:26:11', 'web', '', NULL),
(2145, 'guillaume.gossin96@outlook.com', 'e1b057c7494d74dc9defdadeb2215020', 'Sienna sent 1 new kisses http://tuyarda.com/94017', NULL, 'FALSE', '81.22.44.205', '2021-01-30 03:05:49', 'web', '', NULL),
(2146, 'iullro17@yahoo.com', '980f5c4a0e8d59f7b07af3658186ab2e', 'Vienna sent 4 new whispers http://realvtmaple.com/9d940', NULL, 'FALSE', '185.106.95.22', '2021-01-30 03:42:25', 'web', '', NULL),
(2147, 'wake.j.i.nsh.i.i@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantustda', NULL, 'FALSE', '194.110.115.211', '2021-01-30 04:14:47', 'web', '', NULL),
(2148, 'adamweinmuller@outlook.com', 'de006e0c3c3fb1e107be92ee3ae0e3bc', 'Lily sent 3 new messages http://webanama.com/a6f86', NULL, 'FALSE', '81.22.44.186', '2021-01-30 04:32:24', 'web', '', NULL),
(2149, 'wolfgangknieling@web.de', 'a649aa8d09aa7267f83d11dee0e1c6b9', 'Rosie replied 4 another kisses http://wakeup-india.com/7b976', NULL, 'FALSE', '212.107.27.113', '2021-01-30 05:00:54', 'web', '', NULL),
(2150, 'wirtschaftsakademie-koeln.de@bigblogtweak.com', '71147579b2aeebf5c3eafbec3b77a66d', 'Sadie made 4 unique likes http://pimecred.com/b073e', NULL, 'FALSE', '212.107.27.104', '2021-01-30 05:31:17', 'web', '', NULL),
(2151, 'fridaydwayne@yahoo.com', '0abcb4215214e0c53a90182a48f076f0', 'Treasure did 5 new messages http://ineedhotshots.com/4fe', NULL, 'FALSE', '92.243.65.213', '2021-01-30 05:43:32', 'web', '', NULL),
(2152, 't.t.meeks19117@gmail.com', '917465694baac65649877be5dc5d52e2', 'Amiya replied 3 another likes http://topratedrouters.com/1bd1', NULL, 'FALSE', '195.216.155.229', '2021-01-30 06:19:53', 'web', '', NULL),
(2153, 'rajaramkalyankar97@gmail.com', '2f8c5df3f706b1655929f163e1940a6e', 'Lyra sent 3 new likes http://tuyarda.com/b37f', NULL, 'FALSE', '194.61.9.181', '2021-01-30 07:01:24', 'web', '', NULL),
(2154, 'alexishappy@web.de', '9213ab32574f277ae87fafd1f2e180ed', 'Zhavia sent 1 unique messages http://proftatianalopes.com/14b31', NULL, 'FALSE', '212.107.27.226', '2021-01-30 07:45:12', 'web', '', NULL),
(2155, 'miller@web.de', '5fa4ed09f6a050c81c1f31da5a106d1e', 'Marina replied 2 unique messages http://proftatianalopes.com/1e2f0', NULL, 'FALSE', '212.107.27.253', '2021-01-30 08:34:22', 'web', '', NULL),
(2156, 'dhlong1010@yahoo.com', '155b479033a4859db61aeb3d4f807ec4', 'Saniyah replied 5 another whispers http://waldemarpross.com/27aaa', NULL, 'FALSE', '212.107.27.29', '2021-01-30 09:24:31', 'web', '', NULL),
(2157, 'aabmwx5@gmail.com', '285092f76ac2dca1c98d31220712802e', 'Eloise sent 3 new whispers http://spokenarrow.com/13519', NULL, 'FALSE', '185.102.137.114', '2021-01-30 10:05:16', 'web', '', NULL),
(2158, 'patial@cegetel.net', '115096a91fbd48609cb03e7a8b922904', 'Journi made 5 another kisses http://maidkaehealth.com/3aa1b', NULL, 'FALSE', '194.61.9.110', '2021-01-30 10:54:17', 'web', '', NULL),
(2159, 'luciano.mant@alice.it', 'ef6001f47a30b5a15ebdf2124f3f5253', 'Sydney did 1 another whispers http://speedgather.com/441b4', NULL, 'FALSE', '91.227.155.127', '2021-01-30 11:47:29', 'web', '', NULL),
(2160, 'sven.kottowski@outlook.de', 'fd3892e873e56b702865f85c0364a1cd', 'Sunny sent 5 unique kisses http://mtgrotation.com/1cc0f', NULL, 'FALSE', '194.61.9.8', '2021-01-30 12:16:12', 'web', '', NULL),
(2161, 'mclizbob@gmail.com', 'd5d9546372d904dd9cd53e55a0987a98', 'Kenzie sent 3 new messages http://heavenblossom.com/4d992', NULL, 'FALSE', '195.216.155.36', '2021-01-30 12:32:31', 'web', '', NULL),
(2162, 'Livmartin06@gmail.com', 'e88f503bbb6e05ac751a154a95790d5d', 'Haven did 3 unique likes http://topratedrouters.com/57160', NULL, 'FALSE', '91.243.188.134', '2021-01-30 13:20:50', 'web', '', NULL),
(2163, 'Rhomboid146@gmail.com', '7b5596d47aaf6ec711381377e80df1c8', 'Amelia left 1 another whispers http://realvtmaple.com/60916', NULL, 'FALSE', '194.61.9.82', '2021-01-30 14:08:48', 'web', '', NULL),
(2164, 'eroglu.tolga@hotmail.com', 'ec5a1ad91cc576502c1c35f617d6dc23', 'Armani made 1 another messages http://hishoshan.com/6a0c7', NULL, 'FALSE', '81.22.44.24', '2021-01-30 14:54:28', 'web', '', NULL),
(2165, 'basik310@yahoo.de', '3ceca829f16a73b5072505cc67609491', 'Giavanna replied 3 new messages http://speedgather.com/73897', NULL, 'FALSE', '185.43.4.185', '2021-01-30 15:38:56', 'web', '', NULL),
(2166, 'Wood71jay@outlook.com', '7ab68830c838c59837345805fc16c498', 'Elle made 1 unique kisses http://virdue.com/7d039', NULL, 'FALSE', '194.61.9.4', '2021-01-30 16:18:55', 'web', '', NULL),
(2167, 'oase@pommernhof.de', '13bda4e50db4ef51bcc5644b8a38767f', 'Adaline left 4 another likes http://mtgrotation.com/2fb91', NULL, 'FALSE', '84.252.75.26', '2021-01-30 16:27:26', 'web', '', NULL),
(2168, 'louise.storey@yahoo.co.uk', '4f6d1ffae86f3cd23ef4908ea7f2d60e', 'Hailey sent 2 unique likes http://maurilioferreira.com/86856', NULL, 'FALSE', '81.22.44.32', '2021-01-30 16:55:56', 'web', '', NULL),
(2169, 'Susanadamson@hotmail.com', 'ed3c84e547df82fc1af84c921375e346', 'Zora left 4 another messages http://tarerahomes.com/90125', NULL, 'FALSE', '91.243.188.220', '2021-01-30 17:33:41', 'web', '', NULL),
(2170, 'monkeywinner@aol.com', 'f7ac45cf787945b20797116b4522cdcb', 'Eloise sent 1 unique kisses http://spokenarrow.com/9976a', NULL, 'FALSE', '195.216.155.211', '2021-01-30 18:09:22', 'web', '', NULL),
(2171, 'flyyou5088@gmail.com', '398622eff28e5a6bf3a4a6129331e657', 'Ensley sent 3 new kisses http://proftatianalopes.com/3938d', NULL, 'FALSE', '185.112.102.86', '2021-01-30 18:37:55', 'web', '', NULL),
(2172, 'manti.jani@hotmail.com', '19a101840186ae715af2be971cae6541', 'Aurelia did 2 another whispers http://virtualworldcreator.com/a2f18', NULL, 'FALSE', '77.221.152.216', '2021-01-30 18:45:30', 'web', '', NULL),
(2173, 'danniibroguen@yahoo.co.uk', '2c707529fcbe67ba147fc73650c2b8f8', 'Erin replied 3 new whispers http://medtib.com/42b09', NULL, 'FALSE', '134.0.119.157', '2021-01-30 20:35:28', 'web', '', NULL),
(2174, 'petra.loecherer@gmx.de', 'fcc61027e56a2de4378664c59247a7f9', 'Zara made 4 another whispers http://hishoshan.com/7310', NULL, 'FALSE', '212.107.27.101', '2021-01-30 20:36:57', 'web', '', NULL),
(2175, 'djsnirk@web.de', 'fbb107b9f732cbd2b1999b196deffd59', 'Aubree left 5 unique kisses http://heavenblossom.com/10c79', NULL, 'FALSE', '81.22.44.132', '2021-01-30 21:11:23', 'web', '', NULL),
(2176, 'cy.michaud@aliceadsl.fr', '4b271cc8297629f7436238ec48b6bcdb', 'Brynn did 3 new kisses http://nortexfeeders.com/4c2be', NULL, 'FALSE', '176.119.140.224', '2021-01-30 22:33:03', 'web', '', NULL),
(2177, 'support@brantano.zendesk.com', '880783470560607ad34eecbd1ecfd1a2', 'Amaia sent 4 another likes http://magicismath.com/datingb', NULL, 'FALSE', '185.102.137.112', '2021-01-30 23:27:35', 'web', '', NULL),
(2178, 'damienm483@gmail.com', '67f62e8c40616a05e18122c2e9a3ecfa', 'Gwen sent 5 new whispers www.high-performance-teaming.com/4e5', NULL, 'FALSE', '194.61.9.208', '2021-01-30 23:46:24', 'web', '', NULL),
(2179, 'ssa.dx70@gmail.com', '18ba892694348401aecb36e6390b8297', 'Mia sent 2 new messages http://mysmartkit.com/datingb', NULL, 'FALSE', '91.227.155.87', '2021-01-31 00:43:57', 'web', '', NULL),
(2180, 'chumdog93@yahoo.com', '1494e0e584d73906678adf596e0dd77e', 'Egypt made 4 new kisses http://rollonby.com/datingb', NULL, 'FALSE', '91.227.155.191', '2021-01-31 01:22:11', 'web', '', NULL),
(2181, 'denissylvester@ymail.com', 'd969a38056c4d0d83e6ac706d28234a0', 'Andrea sent 5 another messages www.realvtmaple.com/9cae', NULL, 'FALSE', '194.87.147.188', '2021-01-31 01:44:04', 'web', '', NULL),
(2182, 'mrvegas1@aol.com', 'd5a1abb6e48735a45342f91a2799f943', 'Elsa left 5 new likes http://nigeriafactcheck.com/datingb', NULL, 'FALSE', '91.243.188.136', '2021-01-31 02:03:16', 'web', '', NULL),
(2183, 'olaf.gruenwald@gmx.de', '6d1bd645ae67f9002f42ac1ae35ca175', 'Grace sent 3 unique kisses http://nigeriafactcheck.com/datingb', NULL, 'FALSE', '77.221.152.218', '2021-01-31 02:47:47', 'web', '', NULL),
(2184, 'ra382416@gmail.com', 'fe64db16cf97f0b2bd080fa0aeb2fbcf', 'Amara made 4 new messages http://pdvencontrol.com/datingb', NULL, 'FALSE', '176.119.140.81', '2021-01-31 03:35:05', 'web', '', NULL),
(2185, 'eddietsamis@gmail.com', '2957dc7299a62142916d184d07bea639', 'Milani did 2 new messages www.realvtmaple.com/13461', NULL, 'FALSE', '212.107.27.10', '2021-01-31 03:46:02', 'web', '', NULL),
(2186, 'bitdouble.net@gmail.com', '7005befe0d229988cad0332a9a383864', 'AndreAwage', NULL, 'FALSE', '135.148.2.109', '2021-01-31 04:50:03', 'web', '', NULL),
(2187, 'theonlygeorgesmith@gmail.com', 'e7f8957cd647f111fad6c168329300eb', 'Blake made 5 another kisses http://treweekly.com/datingb', NULL, 'FALSE', '194.87.147.188', '2021-01-31 05:06:56', 'web', '', NULL),
(2188, 'yannick.geld@hotmail.com', '2677257cd2fc6b95bf498d87e9d060ed', 'Sienna did 5 new likes www.high-performance-teaming.com/1cc1f', NULL, 'FALSE', '81.22.44.172', '2021-01-31 05:50:17', 'web', '', NULL),
(2189, 'wrightsta1234@gmail.com', '8429216c8c04a1c78e18e113b8133415', 'Luella left 4 another messages http://pdvencontrol.com/datingb', NULL, 'FALSE', '195.216.155.132', '2021-01-31 05:51:15', 'web', '', NULL),
(2190, 'jemillis@googlemail.com', '1652761ad2431a7095f4b9c77b527c28', 'Amelie did 5 unique likes http://lifetimeaso.com/datingb', NULL, 'FALSE', '194.61.9.228', '2021-01-31 06:37:42', 'web', '', NULL),
(2191, 'openhearts.ch@icarus10.com', '9fe2440a25edfff780f1b6f2eb1cbe93', 'Violet replied 4 new likes http://tweetplanr.com/datingb', NULL, 'FALSE', '176.119.140.13', '2021-01-31 07:23:27', 'web', '', NULL),
(2192, 'ferte.philippe@orange.fr', '84cbe35b38975ec9b6e63e2101bdf984', 'Kamilah replied 3 another likes www.marumus.com/263df', NULL, 'FALSE', '91.243.188.219', '2021-01-31 07:48:27', 'web', '', NULL),
(2193, 'ashleymccarthy6@gmail.com', '3abb7a61454ac3b3c5d607812f4af395', 'Patricia did 1 new likes http://mltmbapforums.com/datingb', NULL, 'FALSE', '91.243.188.201', '2021-01-31 08:12:28', 'web', '', NULL),
(2194, 'josh.bennett92@hotmail.co.uk', 'f3ad694062e6a708f2d120fe9fd518ac', 'Mariah left 2 new kisses http://sabinepiletti.com/datingb', NULL, 'FALSE', '185.102.137.111', '2021-01-31 09:04:47', 'web', '', NULL),
(2195, 'p.l.e.n.kis.f.i.l.m.by@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniockn', NULL, 'FALSE', '95.153.32.93', '2021-01-31 14:52:37', 'web', '', NULL),
(2196, 'advdattatraya@gmail.com', 'c3a2e2dbdbd69baa82e11d987c2db71d', 'Dattatraya Katneshwarkar', NULL, 'FALSE', '157.33.127.110', '2021-01-31 18:37:48', 'web', '', NULL),
(2197, 'seregainbox20@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Gopoprobyem https://www.google.com/', NULL, 'FALSE', '194.34.248.155', '2021-02-01 06:24:38', 'web', '', NULL),
(2198, '22subhrajyotidutta@gmail.com', 'd41d8cd98f00b204e9800998ecf8427e', 'SUBHRAJYOTI DUTTA ', NULL, 'FALSE', '1.38.133.218', '2021-02-01 08:52:35', 'web', '', NULL),
(2199, 'romanewer41@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'fyutkbyfWakenty', NULL, 'FALSE', '178.159.37.139', '2021-02-01 21:44:32', 'web', '', NULL),
(2200, 'thakkar.deepak@gmail.com', 'efe6686a4c50ec8dc3419f63ab2a510c', 'DEEPAK MANGALDAS THAKKAR', NULL, 'FALSE', '115.96.219.203', '2021-02-02 00:03:11', 'web', '', NULL),
(2201, 'kesava.vinila@gmail.com', '66e54f58014b775a0791d0396190a81d', 'S.VASUBABU', NULL, 'FALSE', '103.23.29.117', '2021-02-02 09:45:52', 'web', '', NULL),
(2202, 'iftikharjavali@gmail.com', '8b3b5351e1f3858dd1213c53fcb50975', 'iftekhar a javali', NULL, 'FALSE', '106.206.127.104', '2021-02-02 12:43:06', 'web', '', NULL),
(2203, 'rajatmullick00@gmail.com', '35f5dfdc539a50a2ea862f2e2987ab58', 'RAJAT KUMAR MULLICK', NULL, 'FALSE', '49.37.2.23', '2021-02-02 12:47:54', 'web', '', NULL),
(2204, 'elainewilde29174400@gmail.com', '75325b3747361cceefa072041cca5592', 'SIXC21CEH5GLVITZQLT0SXIS http://mail.com/708', NULL, 'FALSE', '117.206.155.82', '2021-02-02 15:38:33', 'web', '', NULL),
(2205, 'bur.e.ni.e.c.ena.202.0.ok@gmail.com\r\n', 'f7d23c0509185825b3537004ad921396', 'Andreassfw', NULL, 'FALSE', '89.187.168.160', '2021-02-02 17:09:54', 'web', '', NULL),
(2206, 'intongo@yandex.com', '96707d5f6d623a269e5a319ac1f055b1', 'Ramonrom', NULL, 'FALSE', '94.181.47.232', '2021-02-04 03:25:32', 'web', '', NULL),
(2207, 'wak.eji.n.s.hi.i@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantusmqh', NULL, 'FALSE', '193.9.114.214', '2021-02-04 11:49:11', 'web', '', NULL),
(2208, 'p.ut.i.loiva.n.73.5.678.123@gmail.com\r\n', '7f406127c54a6420a19552e3047990a3', 'Antoniolcq', NULL, 'FALSE', '188.126.89.105', '2021-02-04 17:34:52', 'web', '', NULL),
(2209, 'brandenfredricka20018093@gmail.com', 'dbf2822f96ac6b98cbddfe0cdf3481e2', 'PIXJUPB98HEOMFGO512FAXIP http://mail.com/226', NULL, 'FALSE', '37.1.221.52', '2021-02-04 22:24:50', 'web', '', NULL),
(2210, 'romanovmaksim908@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'apollinariaWakenty', NULL, 'FALSE', '178.159.37.139', '2021-02-04 22:25:04', 'web', '', NULL),
(2211, 'me.rn.eumi.n.e.z@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimirwru', NULL, 'FALSE', '185.210.217.11', '2021-02-05 06:54:13', 'web', '', NULL),
(2212, 'kingofsimswarrior@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'wazzeterm', NULL, 'FALSE', '84.17.55.101', '2021-02-05 09:07:18', 'web', '', NULL),
(2213, 'longostar0001@gmail.com', 'e5dc6c9387e9b5d6cd7f6989cca5d028', 'RusselHen', NULL, 'FALSE', '176.114.153.91', '2021-02-05 12:19:22', 'web', '', NULL),
(2214, 'thuteknq@hotmail.com', 'c7fd1eaeb36a570e1339ca6bb72481c7', 'JoshuaFar', NULL, 'FALSE', '51.158.119.88', '2021-02-06 01:09:23', 'web', '', NULL),
(2215, 'wa.k.ejin.s.h.i.i@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantusoao', NULL, 'FALSE', '194.110.115.204', '2021-02-06 19:33:39', 'web', '', NULL),
(2216, 'orpheitim@gmail.com', 'edbe4b7211a27c1c7a1998668d1ceb5f', 'JimmyVimub', NULL, 'FALSE', '204.101.61.82', '2021-02-07 03:00:08', 'web', '', NULL),
(2217, 'je.n.t.aiw.o.r.l.d.pic.t.u.r.et5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'Invillorews', NULL, 'FALSE', '95.143.21.166', '2021-02-07 16:45:28', 'web', '', NULL),
(2218, 'dmitriis6678133@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'AuranomWakenty', NULL, 'FALSE', '178.159.37.139', '2021-02-07 22:59:48', 'web', '', NULL),
(2219, 'w.a.k.ej.inshii@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantusxyg', NULL, 'FALSE', '193.9.115.118', '2021-02-08 21:15:17', 'web', '', NULL),
(2220, 'gerd-erbeldinger@t-online.de', '2cee6bebea9562c10a558ca67801ee85', 'Kairi replied 2 another likes http://saudilife2030.com/18af', NULL, 'FALSE', '81.22.44.42', '2021-02-09 01:47:54', 'web', '', NULL),
(2221, 'helika@vol.at', 'e38862022068ad2616436d82190eae3e', 'Raelynn did 1 new likes http://lucdurette.com/18d6', NULL, 'FALSE', '91.243.188.108', '2021-02-09 01:51:46', 'web', '', NULL),
(2222, 'nwss@ingolstadt-mail.de', '2dc5425b2ab5a73b6821e74b7e1063e2', 'Sylvia made 2 new likes http://wikitonpost.com/c237', NULL, 'FALSE', '37.140.197.187', '2021-02-09 02:41:25', 'web', '', NULL),
(2223, 'tanja.eggenberger@ewz.ch', '12ce85a9ab3daee4263089d2ed2f4064', 'Violet replied 1 another kisses http://ilyaworks.com/c24e', NULL, 'FALSE', '212.107.27.242', '2021-02-09 03:44:35', 'web', '', NULL),
(2224, 'firefighter.87@web.de', '3be7df8b2bf00f1b3c04a079e0199ce5', 'Hanna sent 1 another whispers http://lucdurette.com/16b7b', NULL, 'FALSE', '212.107.27.58', '2021-02-09 03:47:45', 'web', '', NULL),
(2225, 'shevaalomar@freenet.de', '060f5aaa15e726bf498411f16fde2124', 'Margot left 1 new messages http://ilyaworks.com/21511', NULL, 'FALSE', '91.243.188.140', '2021-02-09 07:15:53', 'web', '', NULL),
(2226, 'mediaart@tele2.at', '0ddb45ebceebc487c746d53fd871ef56', 'Noelle did 3 another messages http://vividskyproductions.com/2be68', NULL, 'FALSE', '91.243.188.207', '2021-02-09 08:57:32', 'web', '', NULL),
(2227, 'leannelacey6@gmail.com', 'b5582d2d7d33e9087eb15186e9b6c696', 'Maren left 4 unique messages http://positivevibesinabox.com/5639e', NULL, 'FALSE', '195.216.155.51', '2021-02-09 09:27:46', 'web', '', NULL),
(2228, 'mik22@live.it', 'a45e25ca9df59a19523c63011d5aee6c', 'Ryan replied 3 unique kisses http://skinchalet.com/60d0b', NULL, 'FALSE', '91.243.188.134', '2021-02-09 10:27:12', 'web', '', NULL),
(2229, '11874863517966E381673370554229504A4CAA0EA@heuquijuto.fr', '5ea691a7519971667ab7bb799c18b856', 'Rylee replied 5 new kisses http://saudilife2030.com/367d0', NULL, 'FALSE', '212.107.27.199', '2021-02-09 10:39:18', 'web', '', NULL),
(2230, 'ruthyfishy83@gmail.com', 'e8cfedd698cbc160804f34a8f55c0f87', 'Gracie replied 2 new likes http://idyllacy.com/6b66e', NULL, 'FALSE', '212.107.27.253', '2021-02-09 11:19:10', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(2231, 'mollielouiselee@gmail.com', '2d39372ffa7f2600e964af22421ba145', 'Paislee sent 2 new whispers http://yesplease-catering.com/4ba90', NULL, 'FALSE', '176.119.140.109', '2021-02-09 14:21:07', 'web', '', NULL),
(2232, 'l.sutton@onboardpower.co.uk', '49ce80c9ff136cdfe4e7649161fe472e', 'Sierra left 2 new kisses http://vividskyproductions.com/a05bb', NULL, 'FALSE', '212.107.27.214', '2021-02-09 16:01:33', 'web', '', NULL),
(2233, 'joesquiz2015@gmail.com', 'cfa8aae6d220b84f4d6f05758ac89a62', 'Sloane sent 4 new likes http://notnecessarilywrong.com/563ed', NULL, 'FALSE', '195.216.155.56', '2021-02-09 16:09:28', 'web', '', NULL),
(2234, 'bellocci_1_simo@hotmail.it', 'f8efaaf97c9a0d0a54df694f1fb95c6b', 'Estella sent 1 another messages http://positivevibesinabox.com/60d57', NULL, 'FALSE', '195.216.155.58', '2021-02-09 17:56:30', 'web', '', NULL),
(2235, 'jaja@sofortstart.de', '52def7643090d450fc961d546c595046', 'Lilianna sent 4 new messages http://roofingsolutionsofohio.com/3222', NULL, 'FALSE', '92.243.65.221', '2021-02-10 02:09:17', 'web', '', NULL),
(2236, 'gt-20@gmx.de', '9a8586116aaefba1f59d31388ff5f982', 'Delilah made 1 unique whispers http://whatdoesamazonknowaboutme.com/67f1', NULL, 'FALSE', '176.119.140.130', '2021-02-10 02:22:47', 'web', '', NULL),
(2237, 'sabrina.wilcke@gmail.de', '59bb724c92333aaa6a4728f95b0ee535', 'Sadie sent 5 another messages http://miamiyeniprojeler.com/13fc3', NULL, 'FALSE', '185.192.110.103', '2021-02-10 03:31:40', 'web', '', NULL),
(2238, 'music@neonmedia.de', '3929f63a60a2dfb5a3ae7322ef7d0973', 'Kallie sent 3 another whispers http://homebymyself.com/2839a', NULL, 'FALSE', '193.124.201.201', '2021-02-10 05:21:27', 'web', '', NULL),
(2239, 'pius.gomes@giz.de', 'c685fc79c48b960e7e402936c2f31cdd', 'Stevie made 3 new whispers http://wikodelarosa.com/2ef5b', NULL, 'FALSE', '195.216.155.46', '2021-02-10 05:56:30', 'web', '', NULL),
(2240, 'ezebim1@gmail.com', '19e99fda2f8bd7a7e962cb09c082ed03', 'Nathalie made 4 unique messages http://oneminutecase.com/3259f', NULL, 'FALSE', '185.103.253.137', '2021-02-10 06:16:03', 'web', '', NULL),
(2241, 'stephmagda@msn.com', 'ae695dbb7ce2423dcd6ccc8d8327c5b6', 'Alaia made 5 another likes http://ilyaworks.com/35b49', NULL, 'FALSE', '193.124.89.17', '2021-02-10 06:34:56', 'web', '', NULL),
(2242, 'patrick.spindler@free.fr', '050b7f7a23344f952694046fc4d17227', 'Rosa did 1 new kisses http://llgcollective.com/3910a', NULL, 'FALSE', '91.227.155.30', '2021-02-10 06:49:20', 'web', '', NULL),
(2243, '5F202B34E652A13110@aibralo-feun.fr', '397233a60a92e2fda153b0542df97e5b', 'Galilea made 3 unique messages http://wikitonpost.com/3c6f2', NULL, 'FALSE', '176.119.140.204', '2021-02-10 07:04:33', 'web', '', NULL),
(2244, 'Lotzew@t-online.de', '4c883adbaf9d02367f48ad2c27f36a9e', 'Sylvie left 5 unique whispers http://shopifyreseller.com/49f0b', NULL, 'FALSE', '37.140.199.207', '2021-02-10 08:05:45', 'web', '', NULL),
(2245, 'bobbymcd1973@gmail.com', '3b04d0908ffc2a31f8fb881f3a8b6159', 'Paola made 2 new kisses http://roofingsolutionsofohio.com/50aa9', NULL, 'FALSE', '212.107.27.223', '2021-02-10 08:41:56', 'web', '', NULL),
(2246, 'melissa.neff26@gmail.com', 'a84020efd042c35b30745e26b49704b4', 'Kamilah left 3 another whispers http://themadbeagle.com/5409b', NULL, 'FALSE', '91.227.155.206', '2021-02-10 08:59:29', 'web', '', NULL),
(2247, 'h.rudig@bluewin.ch', '99b950ffd9aacb1d2ba7632427b281e9', 'Lilianna made 4 unique kisses http://wikitonpost.com/5ac62', NULL, 'FALSE', '195.216.155.49', '2021-02-10 09:36:29', 'web', '', NULL),
(2248, 'jamieleegillon93@gmail.com', 'c4c00874f3c59348e0364feeac495530', 'Madalyn left 3 new messages http://ilyaworks.com/61856', NULL, 'FALSE', '195.216.155.238', '2021-02-10 10:10:47', 'web', '', NULL),
(2249, 'michellehutchison24@gmail.com', '753f0cfa9e380c3b0e547c7db7c76c10', 'Erica sent 1 another kisses http://whatdoesfacebookknowaboutme.com/6ba3c', NULL, 'FALSE', '194.58.39.201', '2021-02-10 10:59:59', 'web', '', NULL),
(2250, 'nico_23@hotmail.ch', '3357060ccd6b108a613ab5c95f20c584', 'Janessa did 2 unique messages http://wildlandhiker.com/6f01a', NULL, 'FALSE', '212.107.27.218', '2021-02-10 11:13:27', 'web', '', NULL),
(2251, 'teresaann81@hotmail.co.uk', 'e54fa10e86e5c085957e8ecd8af8f128', 'Camille made 1 another likes http://notnecessarilywrong.com/75bff', NULL, 'FALSE', '91.243.188.19', '2021-02-10 11:41:00', 'web', '', NULL),
(2252, 'anthonymcguire1@hotmail.co.uk', '5c57df267bd74e5d8ae94c8f2fd806b4', 'Madeline left 5 another likes http://mkoncepts.com/791e8', NULL, 'FALSE', '185.106.95.24', '2021-02-10 11:55:03', 'web', '', NULL),
(2253, 'hschoon77@yahoo.de', '9c3c600f514f4487e6185152cb4409a0', 'Kai sent 2 new whispers http://vaquitapublishing.com/7c864', NULL, 'FALSE', '194.58.122.49', '2021-02-10 12:11:07', 'web', '', NULL),
(2254, 'Vicky-webster@hotmail.com', '9f8a2c7b2a5b3ce473551b511e7923d5', 'Evelynn left 5 new whispers http://vividskyproductions.com/89f9c', NULL, 'FALSE', '176.119.140.150', '2021-02-10 13:06:40', 'web', '', NULL),
(2255, 'jamesemerson1@hotmail.com', 'd6ca28d13bf4d30246d22fb50970f7f9', 'Esther did 5 unique kisses http://roofingsolutionsofohio.com/90b7e', NULL, 'FALSE', '194.58.122.49', '2021-02-10 13:35:11', 'web', '', NULL),
(2256, 'david_wecom@yahoo.de', '4b4802277215d75a1a067d50bf76c453', 'Selah sent 4 unique kisses http://llgcollective.com/9776a', NULL, 'FALSE', '176.119.140.31', '2021-02-10 14:02:46', 'web', '', NULL),
(2257, 'michaelscheihing@yahoo.de', '91af627c3a8948dd373b13192c72375f', 'Ximena sent 2 new kisses http://theindianthinktank.com/9e349', NULL, 'FALSE', '91.227.155.161', '2021-02-10 14:35:17', 'web', '', NULL),
(2258, 'bellmichelle1@sky.com', 'c06f9cad58fc2020e360b29846f678fc', 'Giavanna replied 2 unique whispers http://ingredientbible.com/a1934', NULL, 'FALSE', '91.243.188.41', '2021-02-10 14:50:39', 'web', '', NULL),
(2259, 'jeff@drjkapp.com', '5445649c94dc846bad56c0bced364194', 'Kaylani left 1 another whispers http://theindianthinktank.com/a4f35', NULL, 'FALSE', '185.102.137.113', '2021-02-10 15:06:08', 'web', '', NULL),
(2260, 'lee.ciarkowski1998@gmail.com', 'f67ed9902a365b2e529a8a3fc8483dd9', 'Natasha did 5 new kisses http://theindianthinktank.com/a8524', NULL, 'FALSE', '81.22.44.19', '2021-02-10 15:21:29', 'web', '', NULL),
(2261, 'jakob.ziegler@gummi-baur.de', '5a783caec0f585e236966c54f21270dc', 'Kataleya sent 3 another kisses http://helmetfires.com/abb05', NULL, 'FALSE', '176.119.140.63', '2021-02-10 15:36:59', 'web', '', NULL),
(2262, 'andas9q5@gmail.com', 'd3f3ba0b7a742dc72003630e42c92276', 'Gemma sent 4 unique kisses http://instantdormroom.com/af10e', NULL, 'FALSE', '185.106.92.136', '2021-02-10 15:51:49', 'web', '', NULL),
(2263, 'jchica2@free.fr', '15980ad9d4b8fe10de53c996ef65d80a', 'Esperanza made 2 another kisses http://ruzzrlabs.com/b26fc', NULL, 'FALSE', '194.58.60.196', '2021-02-10 16:07:03', 'web', '', NULL),
(2264, 'mag.fauma@praeventissimo.at', '59ec57ce8957fd942559ac57a8dfc46d', 'Tinley made 5 unique messages http://paklots.com/1c52', NULL, 'FALSE', '176.119.140.207', '2021-02-10 16:37:04', 'web', '', NULL),
(2265, 'gerhard.schnaitmann@t-online.de', '3483f0b4364b3cd086e975071749698b', 'Margot did 1 new whispers http://themadbeagle.com/be43', NULL, 'FALSE', '176.119.140.52', '2021-02-10 17:23:09', 'web', '', NULL),
(2266, 'armin.moelk@cnh.at', '17b51b5571c7de6ae7b32758a45f4141', 'Harlow made 2 another kisses http://jennicastiehl.com/f4c2', NULL, 'FALSE', '195.216.155.196', '2021-02-10 17:39:13', 'web', '', NULL),
(2267, 'tony70@arcor.de', '96785939dd97973d9faccee64f9d2249', 'Zahra left 2 new kisses http://helmetfires.com/12a68', NULL, 'FALSE', '193.124.202.107', '2021-02-10 17:55:20', 'web', '', NULL),
(2268, 'racer_meister@freenet.de', '49225cbdc77f67fe92e64e0ebf665366', 'Zahra did 4 unique kisses http://saudilife2030.com/161e8', NULL, 'FALSE', '194.58.60.196', '2021-02-10 18:11:34', 'web', '', NULL),
(2269, 'domethegof@emailn.de', '4d7766cbd91f2ba45e78b76b4e7efebc', 'Greta left 1 unique whispers http://wikodelarosa.com/195e5', NULL, 'FALSE', '91.227.155.67', '2021-02-10 18:25:50', 'web', '', NULL),
(2270, 'rupert.huber@sol.at', '56b20e79b680c1b1af0503690b823536', 'Kaia sent 4 new likes http://helmetfires.com/1cbec', NULL, 'FALSE', '194.58.60.196', '2021-02-10 18:41:40', 'web', '', NULL),
(2271, 'p4velivanov2012@yandex.com', '95caac055633c6f4fc137b7e1f49192f', 'James20210Tob', NULL, 'FALSE', '35.241.200.151', '2021-02-10 18:51:15', 'web', '', NULL),
(2272, 'alikurde@web.de', '29b57a7752a78b142b52860be741a31c', 'Allie sent 4 unique whispers http://wesimplycode.com/237b1', NULL, 'FALSE', '176.119.140.160', '2021-02-10 19:11:03', 'web', '', NULL),
(2273, 'karimmajouri9@gmail.com', '35955897cb55615232f753ad78d477f2', 'Kelsey left 2 unique kisses http://whatdoesamazonknowaboutme.com/30f8d', NULL, 'FALSE', '176.119.140.137', '2021-02-10 20:11:07', 'web', '', NULL),
(2274, 'mail@ad-creatio.de', '9cf18f289ef5c199248ebfb65b47adcd', 'Kara sent 1 new messages http://starriderenterprises.com/3bdd', NULL, 'FALSE', '91.227.155.148', '2021-02-10 21:13:00', 'web', '', NULL),
(2275, 'traxstorm@hotmail.de', '999b0f02b52ad5b1f46fb536e9e797dc', 'Luella made 3 new whispers http://sanraksisi.com/71ff', NULL, 'FALSE', '91.243.188.39', '2021-02-10 21:24:22', 'web', '', NULL),
(2276, 'kontakt@naturelfe.de', '2703124d3d99a946d7d133a72bb32685', 'Angelica sent 2 another kisses http://songplacer.com/a7c7', NULL, 'FALSE', '185.106.95.26', '2021-02-10 21:35:45', 'web', '', NULL),
(2277, 'didier_mann@yahoo.de', 'b3ca47a5929d15f78312114243471cb5', 'Paulina sent 4 another whispers http://healthprosports.com/ddda', NULL, 'FALSE', '185.117.117.166', '2021-02-10 21:48:18', 'web', '', NULL),
(2278, 'familiekraska@arcor.de', 'abeffd000c5dd7d66b49185b888f7284', 'Faye sent 4 new messages http://mappingthetimes.com/1137d', NULL, 'FALSE', '195.216.155.172', '2021-02-10 22:01:07', 'web', '', NULL),
(2279, 'gencay1965@yahoo.de', '9edd56b1eeb0ad66658704d05568e2df', 'Bonnie sent 3 another whispers http://yeoldedigitalmedia.com/14993', NULL, 'FALSE', '91.227.155.125', '2021-02-10 22:13:34', 'web', '', NULL),
(2280, 'g.muke@hotmail.de', 'a4dfe17616d5ccd5a2918e10e900a6b8', 'Austyn sent 5 another messages http://nabillazhafira.com/17f61', NULL, 'FALSE', '176.119.140.57', '2021-02-10 22:25:34', 'web', '', NULL),
(2281, 'ssefs@freenet.de', '10497001673a9cf964cef03112b6d338', 'Elaine left 3 another messages http://nickelpass.com/1eb9c', NULL, 'FALSE', '91.227.155.56', '2021-02-10 22:47:53', 'web', '', NULL),
(2282, 'multi-shop@mail.de', '0ffb36856db69aea9cf00427d068114d', 'Danielle sent 4 new whispers http://testalloy.com/2212d', NULL, 'FALSE', '193.124.200.111', '2021-02-10 22:59:11', 'web', '', NULL),
(2283, 'chtxtevd8919@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'TimokhaWakenty', NULL, 'FALSE', '178.159.37.139', '2021-02-10 23:04:42', 'web', '', NULL),
(2284, 'th.sarah@hotmail.de', '366b3afb9503c45cceb8dd1931c40448', 'Margot did 3 another likes http://gyaanashram.com/25729', NULL, 'FALSE', '195.216.155.243', '2021-02-10 23:11:24', 'web', '', NULL),
(2285, 'viola-2002@freenet.de', '1e5f67a4cfee22310afe8a75fc6aef5c', 'Liv did 1 unique messages http://skogrstudio.com/28d1f', NULL, 'FALSE', '81.22.44.99', '2021-02-10 23:25:25', 'web', '', NULL),
(2286, 'tolgadourmous@webmail.de', '62e3ee4344918b1ce880d573bbd38f7a', 'Anika left 5 another kisses http://vincemagno.com/2f8f7', NULL, 'FALSE', '195.216.155.185', '2021-02-10 23:51:57', 'web', '', NULL),
(2287, 'tiger6676@hotmail.com', '45acce2877098fcb0f160f167062f7a9', 'Cameron did 4 unique likes http://understandinghate.com/32ee6', NULL, 'FALSE', '195.216.155.75', '2021-02-11 00:04:46', 'web', '', NULL),
(2288, 'roumezin.jean-paul@neuf.fr', '8ef3af4bcb74fdfa1aa4b970e5bceb20', 'Whitley sent 5 another whispers http://silentchicken.com/364e5', NULL, 'FALSE', '81.22.44.85', '2021-02-11 00:15:45', 'web', '', NULL),
(2289, 'arlette.exilie@club-internet.fr', 'c7c9b023dd63edc61cdc47704d06a8a1', 'Jamie replied 4 unique messages http://myfirsttrackday.com/39ace', NULL, 'FALSE', '185.20.224.234', '2021-02-11 00:27:47', 'web', '', NULL),
(2290, '5F202C2567DF318546@aibralo-feun.fr', '4fe28e6023ba4b1f429b544273a845b7', 'Aya sent 4 new whispers http://l0ud.com/3d0c3', NULL, 'FALSE', '81.22.44.191', '2021-02-11 00:42:29', 'web', '', NULL),
(2291, 'valerie.bouin@neuf.fr', 'ed93363ae2d72a81aa169d749b19001b', 'Elyse did 3 another likes http://mechanic-answers.com/40751', NULL, 'FALSE', '176.119.140.118', '2021-02-11 00:56:07', 'web', '', NULL),
(2292, 'dr.schneider.de@t-online.de', '014468882634b81ade5f5ff2cb76f1cf', 'Gemma sent 5 another kisses http://sum1nation.com/43cd3', NULL, 'FALSE', '195.216.155.103', '2021-02-11 01:08:47', 'web', '', NULL),
(2293, 'johannes1.schuster@aon.at', '70f7c217187fe9287c2fc83e8ae4a887', 'Jenna replied 4 another kisses http://saludini.com/472aa', NULL, 'FALSE', '91.227.155.230', '2021-02-11 01:21:04', 'web', '', NULL),
(2294, 'hans-juergen.ritz@arcor.de', '0621cfecfc2b4c7bcdb4d53ddb9ca206', 'Kadence replied 1 another messages http://jorunojstar.com/4a88b', NULL, 'FALSE', '217.106.239.61', '2021-02-11 01:33:46', 'web', '', NULL),
(2295, 'otve4alka@meta.ua', '66c685a9ddd5a7af0e4be3452ac0671c', 'Billytah', NULL, 'FALSE', '31.134.125.80', '2021-02-11 01:38:41', 'web', '', NULL),
(2296, 'ebbs@ebbs.karoo.co.uk', '7ab11111a3647d2bcf6054318e0af0d1', 'Scout sent 3 unique messages http://saludini.com/54a4e', NULL, 'FALSE', '195.216.155.14', '2021-02-11 02:12:43', 'web', '', NULL),
(2297, 'zottel13@t-online.de', '384c15fdd1a666d7adf8175c891c02b8', 'Amirah replied 5 new whispers http://trayfinder.com/5b63c', NULL, 'FALSE', '212.107.27.28', '2021-02-11 02:39:38', 'web', '', NULL),
(2298, 'perfectkitten831@gmail.com', 'd21c1f527d0b3d808dfb166b4468c453', 'Hayley made 4 new messages http://understandinghate.com/5ed31', NULL, 'FALSE', '176.119.140.188', '2021-02-11 02:53:58', 'web', '', NULL),
(2299, 'claus.birnstein@t-online.de', '212c1684740d5a9921879e4cae5324ae', 'Alma replied 3 unique whispers http://prehabonline.com/62227', NULL, 'FALSE', '212.107.27.162', '2021-02-11 03:05:08', 'web', '', NULL),
(2300, 'jodiewade464@gmail.com', '56c251e226728efb95c3c8fb23780b7c', 'Emmeline left 2 new whispers http://trayfinder.com/65813', NULL, 'FALSE', '81.22.44.53', '2021-02-11 03:16:12', 'web', '', NULL),
(2301, 'bmacbetlgh@gmail.com', '2a5ef25b0eaca091a420b9fe1637dff6', 'Scout left 1 unique likes http://songplacer.com/68e07', NULL, 'FALSE', '91.243.188.208', '2021-02-11 03:27:53', 'web', '', NULL),
(2302, 'christianpirzer@aol.com', '2ddc0c35d54561af38176565e6311094', 'Adelina left 4 unique messages http://starriderenterprises.com/72fda', NULL, 'FALSE', '91.243.188.162', '2021-02-11 04:10:25', 'web', '', NULL),
(2303, 'natjohn53@hotmail.co.uk', '924a1626c69265d9226bebaeb85dbfec', 'Natalie sent 5 another likes http://sounddialogue.com/765f2', NULL, 'FALSE', '212.107.27.191', '2021-02-11 04:23:45', 'web', '', NULL),
(2304, 'liana_london@hotmail.co.uk', '32bc9db8071c8530be84fc676bfa3675', 'Romina left 2 unique whispers http://songplacer.com/79ba4', NULL, 'FALSE', '81.22.44.109', '2021-02-11 04:39:11', 'web', '', NULL),
(2305, 'k.jago@hotmail.co.uk', 'a5ec2eaccd6a2fe7475a16afd15422d6', 'Hallie replied 4 another messages http://healthprosports.com/7d284', NULL, 'FALSE', '176.119.140.198', '2021-02-11 04:51:45', 'web', '', NULL),
(2306, 'Jamesthomson2426@outlook.com', '5beb29affa39f6433b255727d75767f9', 'Hallie did 1 new likes http://rentcollegestuff.com/8079e', NULL, 'FALSE', '212.107.27.224', '2021-02-11 05:05:44', 'web', '', NULL),
(2307, 'Tonybennett474@yahoo.co.uk', 'c83ae92bcdac3e583f9feb3b88b496b2', 'Erin sent 2 another whispers http://kmfwifiservice.com/83e39', NULL, 'FALSE', '91.227.155.216', '2021-02-11 05:19:45', 'web', '', NULL),
(2308, 'jedscooter@yahoo.co.uk', '4a13cb83e3686355f01a6c152655ae66', 'Patricia sent 4 unique kisses http://rentcollegestuff.com/87376', NULL, 'FALSE', '195.216.155.148', '2021-02-11 05:32:59', 'web', '', NULL),
(2309, 'Kazza0@hotmail.com', '66c82455cd95f0521f2a9401a85c5ef2', 'Aiyana made 3 unique whispers http://truthvsbalance.com/8a966', NULL, 'FALSE', '81.22.44.18', '2021-02-11 05:44:46', 'web', '', NULL),
(2310, 'nicholasawalsh@hotmail.com', '88f395e7f4cfae426b73fe7d38f9de08', 'Lainey made 3 new kisses http://hedrums.com/8df6a', NULL, 'FALSE', '91.227.155.60', '2021-02-11 05:58:36', 'web', '', NULL),
(2311, 'fmessinger@aol.com', 'c585268a0ee49bcecfb97d93a16e2772', 'Kali left 2 new likes http://thetradingteacher.com/9157d', NULL, 'FALSE', '195.216.155.173', '2021-02-11 06:11:55', 'web', '', NULL),
(2312, 'narinder_somal@hotmail.com', '32c819c6f4989dbafc4d6448c17bf5b2', 'Talia sent 2 unique kisses http://thetradingteacher.com/94b43', NULL, 'FALSE', '176.119.140.132', '2021-02-11 06:27:01', 'web', '', NULL),
(2313, 'billyboy666@rocketmail.com', '030a266cb8a455fa8da00831067039c6', 'Veda replied 1 unique kisses http://l0ud.com/98128', NULL, 'FALSE', '91.227.155.72', '2021-02-11 06:41:03', 'web', '', NULL),
(2314, 'colofonium@aol.de', '9a0d6b2f3f29cfc504028945c60dff83', 'Melissa left 4 unique messages http://pypstories.com/9ee48', NULL, 'FALSE', '176.119.140.101', '2021-02-11 07:06:28', 'web', '', NULL),
(2315, 'sedat.veliu@hotmail.com', '3e657dd962d46a074161653fd2ab9a97', 'Celeste left 4 new messages http://saludini.com/a22e4', NULL, 'FALSE', '185.117.117.166', '2021-02-11 07:19:41', 'web', '', NULL),
(2316, 'wakeji.n.s.hii@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantusrwi', NULL, 'FALSE', '193.9.115.119', '2021-02-11 07:22:10', 'web', '', NULL),
(2317, 'rebhandl.stephanie@eclipso.at', '72809011e6c6d91417a5bad60f09ada7', 'Hailee made 1 new messages http://sum1nation.com/a5985', NULL, 'FALSE', '212.107.27.80', '2021-02-11 07:33:47', 'web', '', NULL),
(2318, 'aero-student.de@icarus10.com', '4fe702a3721bf976d1c1482ee414f4c4', 'Noemi left 2 another messages http://whatfangknows.com/a8eea', NULL, 'FALSE', '212.107.27.233', '2021-02-11 07:47:29', 'web', '', NULL),
(2319, 'reindlmeier.com@bigblogtweak.com', '189256a7b2e6130efda4492cc9514567', 'Raina left 5 new whispers http://silentchicken.com/afad8', NULL, 'FALSE', '212.107.27.12', '2021-02-11 08:14:51', 'web', '', NULL),
(2320, 'philippe.tomilas@wanadoo.fr', '0513f6880519f2216ea782ef6289a7f9', 'Nayeli sent 4 another whispers http://mechanic-answers.com/b30bc', NULL, 'FALSE', '212.107.27.37', '2021-02-11 08:28:46', 'web', '', NULL),
(2321, 'eric.letaillandier@laposte.net', '37162f2e194e7f0554a375fa3444a777', 'Adrianna left 1 another whispers http://nabillazhafira.com/b66ac', NULL, 'FALSE', '176.119.140.196', '2021-02-11 08:41:06', 'web', '', NULL),
(2322, 'axel.delisle@hotmail.fr', 'a0c04cec02afcdf7486d4d1f1c3ed85b', 'Emmy did 4 another likes http://prehabonline.com/c7d3', NULL, 'FALSE', '91.243.188.112', '2021-02-11 09:33:11', 'web', '', NULL),
(2323, 'einstein.westerhausen@freenet.de', '0ec873c48c391a7f6637e79b14da33a6', 'Anaya did 2 unique messages http://texrav.com/fdc7', NULL, 'FALSE', '81.22.44.26', '2021-02-11 09:44:18', 'web', '', NULL),
(2324, 'smsuhka@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'mayahh', NULL, 'FALSE', '93.124.48.45', '2021-02-11 09:47:22', 'web', '', NULL),
(2325, 'gerald.luza@tuwien.ac.at', '30f1cf29e5e452e05792026cc407ca01', 'Daphne sent 1 another messages http://guessthesonggame.com/133b6', NULL, 'FALSE', '195.216.155.222', '2021-02-11 09:57:39', 'web', '', NULL),
(2326, 'robert-halfmann@onlinehome.de', 'de26c167528d880c0bdfa1ed6996ed76', 'Helena replied 5 new whispers http://thefantasyflexspot.com/169c7', NULL, 'FALSE', '212.107.27.144', '2021-02-11 10:11:21', 'web', '', NULL),
(2327, 'kontakt@kochrezeptesuche.de', '2fb4093b7fe245619a6b52f358c063c0', 'Kate left 4 new likes http://vincemagno.com/19f9f', NULL, 'FALSE', '195.216.155.239', '2021-02-11 10:25:30', 'web', '', NULL),
(2328, 'mw149@gmx.de', 'af918a6bfad2c604a07aa4d53519908a', 'Mariah sent 4 new messages http://seewhattheyknow.com/1d599', NULL, 'FALSE', '77.221.152.219', '2021-02-11 10:38:53', 'web', '', NULL),
(2329, 'mystic-ritual@gmx.ch', 'c79422142d78fdf3945d61366b0a0b34', 'Skye left 4 new messages http://lasanifp.com/20cc4', NULL, 'FALSE', '91.227.155.56', '2021-02-11 10:51:37', 'web', '', NULL),
(2330, 'fefe@basketball.de', '5eedf783ef9a04e71edc2cbdf79023f0', 'Kaia left 2 unique likes http://nickelpass.com/27762', NULL, 'FALSE', '81.22.44.119', '2021-02-11 11:15:10', 'web', '', NULL),
(2331, 'peterjoachim1@web.de', 'b4ae04419204dbf8e5c865e8492ad6d4', 'Alia replied 2 another messages http://sansonekianj.com/2ad60', NULL, 'FALSE', '91.243.188.54', '2021-02-11 11:31:18', 'web', '', NULL),
(2332, 'attrakiver-mann@freenet.de', '0e600ff05291982706851f2d0ef886ef', 'Katherine sent 5 another messages http://thefantasyflexspot.com/2e343', NULL, 'FALSE', '91.227.155.133', '2021-02-11 11:44:40', 'web', '', NULL),
(2333, 'latifovrustam763@gmail.com', 'cc8aea24559576590c561153a40ba762', 'Emmalynn made 3 unique whispers http://seanschouten.com/3191b', NULL, 'FALSE', '212.107.27.132', '2021-02-11 11:58:16', 'web', '', NULL),
(2334, 'a.fontes@neuf.fr', '20c9a0a1848d207dc5d72bd9b2af8692', 'Lucy left 4 another likes http://guessthesonggame.com/3852d', NULL, 'FALSE', '185.106.94.54', '2021-02-11 12:25:04', 'web', '', NULL),
(2335, '5F2027149920911765@aibralo-feun.fr', '0a31c730a5b3e60347f7047c945bc3e1', 'Braelynn did 1 another kisses http://texrav.com/3bc12', NULL, 'FALSE', '176.119.140.254', '2021-02-11 12:40:10', 'web', '', NULL),
(2336, '26170673705247E381673294867805913E414CC50@aibralo-feun.fr', 'c9a17d3bd24032fb2d1cac4a68f0bdbc', 'Harlow replied 1 another whispers http://prehabonline.com/3f0f3', NULL, 'FALSE', '185.106.95.22', '2021-02-11 12:53:35', 'web', '', NULL),
(2337, 'ralphluethi@bluewin.ch', '31afe6c4a5a27b95da24d78e641abd21', 'Anaya left 4 unique kisses http://understandinghate.com/426f3', NULL, 'FALSE', '81.22.44.203', '2021-02-11 13:07:15', 'web', '', NULL),
(2338, 'macc@bluewin.ch', '92c409e07c4cd087df4a09b59683f0cf', 'Kenia left 4 another messages http://skogrstudio.com/45cf2', NULL, 'FALSE', '212.107.27.68', '2021-02-11 13:18:55', 'web', '', NULL),
(2339, 'play74@t-online.de', 'a0b6afe0f0cfee1328c2de2a8e5f6bfe', 'Hadley sent 1 new messages http://jorunojstar.com/492ff', NULL, 'FALSE', '185.106.92.134', '2021-02-11 13:29:39', 'web', '', NULL),
(2340, 'mzx6@tmo.at', '8a99f3c8fc9dad3a33ddefd15f1ffd4b', 'Heavenly made 1 another messages http://klaporta.com/4c8b5', NULL, 'FALSE', '109.120.128.187', '2021-02-11 13:41:06', 'web', '', NULL),
(2341, 'andrill@arcor.de', 'd42bbfec97e742188089961bf917e8d7', 'Edith replied 1 unique messages http://sum1nation.com/4fea7', NULL, 'FALSE', '81.22.44.58', '2021-02-11 13:55:53', 'web', '', NULL),
(2342, 'danfifa2k17@gmail.com', '126b0d1f6531a65f882370249f0a3e48', 'Azariah did 1 new whispers http://pypstories.com/56a87', NULL, 'FALSE', '81.22.44.102', '2021-02-11 14:21:40', 'web', '', NULL),
(2343, 'Cj.sonntag@t-online.de', 'e767cc8cc89b88bbbd51d1ea703f3de2', 'Sariyah made 3 another messages http://someonenation.com/5a09b', NULL, 'FALSE', '212.107.27.238', '2021-02-11 14:34:14', 'web', '', NULL),
(2344, 'Coll868686@gmail.com', '4cb6ec4467b831dbb557d432ede21a9b', 'Selene did 4 new whispers http://hardequations.com/5d70a', NULL, 'FALSE', '91.227.155.139', '2021-02-11 14:46:43', 'web', '', NULL),
(2345, 'm.e.rne.um.i.nez@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimirbht', NULL, 'FALSE', '193.9.115.120', '2021-02-11 14:53:50', 'web', '', NULL),
(2346, 'viks.canham.vc@gmail.com', '9b36215c57fd0e43b2886684f70b8a65', 'Aliza left 3 new kisses http://yeoldedigitalmedia.com/60c5d', NULL, 'FALSE', '91.243.188.239', '2021-02-11 15:12:41', 'web', '', NULL),
(2347, 'beatles.karoo.co.uk@win2work.com', '063a72fa8dcc80c45cf95fefae532735', 'Viviana left 3 new whispers http://whatfangknows.com/6427f', NULL, 'FALSE', '185.172.130.75', '2021-02-11 15:26:28', 'web', '', NULL),
(2348, 'barde.ch@icarus10.com', '2957937f728d72180a1506aef2474e96', 'Dream sent 2 new kisses http://yeoldedigitalmedia.com/67849', NULL, 'FALSE', '185.106.94.54', '2021-02-11 15:41:05', 'web', '', NULL),
(2349, 'Joannejarvis15@gmail.com', 'c7a41eb6d88494d322ca43eae8a77d2c', 'Valery left 1 unique likes http://seewhattheyknow.com/6ae48', NULL, 'FALSE', '91.227.155.41', '2021-02-11 15:54:21', 'web', '', NULL),
(2350, 'oecsisun@hotmail.com', 'fd1ae91a9120e6a07daf4b0682895687', 'Leona left 1 unique kisses http://kmfwifiservice.com/6e42b', NULL, 'FALSE', '91.227.155.189', '2021-02-11 16:06:48', 'web', '', NULL),
(2351, 'manz.till@outlook.com', '4d648ca406212cfe28d5e0e64dde9dfd', 'Madilyn made 5 new likes http://testalloy.com/71a37', NULL, 'FALSE', '176.119.140.13', '2021-02-11 16:20:26', 'web', '', NULL),
(2352, 'Secondhandserenade@hotmail.co.uk', 'cdc18d9f5d92b0ed1d00accce23a91ee', 'Esperanza replied 1 another kisses http://rentcollegestuff.com/75007', NULL, 'FALSE', '212.107.27.68', '2021-02-11 16:34:51', 'web', '', NULL),
(2353, 'Chloeallen-ward1997@hotmail.co.uk', 'ab0c25580e4110deb414862d3787ea19', 'Elora sent 2 another messages http://mappingthetimes.com/7860b', NULL, 'FALSE', '176.119.140.71', '2021-02-11 16:46:56', 'web', '', NULL),
(2354, 'Lydialouisewood2016@outlook.com', 'ee7bc0e15c4a846c0f4121b0e9665089', 'Clare left 3 unique kisses http://prehabonline.com/7bbee', NULL, 'FALSE', '212.107.27.64', '2021-02-11 16:59:19', 'web', '', NULL),
(2355, 'Ste.morton7909@outlook.com', '048fddd47c1d1d29c61d1598f318930d', 'Zelda sent 3 another kisses http://sum1nation.com/7f1f1', NULL, 'FALSE', '185.128.214.12', '2021-02-11 17:13:31', 'web', '', NULL),
(2356, 'louisedavis706@yahoo.co.uk', '9ba804389015d7bd44b00deff639e534', 'Trinity left 2 new kisses http://nabillazhafira.com/827df', NULL, 'FALSE', '212.107.27.136', '2021-02-11 17:25:33', 'web', '', NULL),
(2357, 'Mstraughan84@hotmail.com', 'f6adcf1b60d45639a29a92295502504a', 'Kathleen left 2 unique messages http://sanraksisi.com/893b2', NULL, 'FALSE', '176.119.140.106', '2021-02-11 17:52:34', 'web', '', NULL),
(2358, '1.jan.na.k.u.chin.s.k.a.y.a.20.1.9@gmail.com\r\n', 'd52b787fce023acc8bc4bdc4bdda0012', 'Jannakhm', NULL, 'FALSE', '193.176.85.82', '2021-02-11 19:07:49', 'web', '', NULL),
(2359, 'vlagoizmer@yandex.com', '7de0fcdf5578549f9913d60bff0300f5', 'WayneCax', NULL, 'FALSE', '94.181.47.232', '2021-02-11 23:37:36', 'web', '', NULL),
(2360, 've.ro.na.s.kut.e.n.k.o.al.lst.a.r@gmail.com\r\n', 'a536ef789179761acdcde6443e864825', 'Veronanxu', NULL, 'FALSE', '185.253.160.139', '2021-02-12 04:24:54', 'web', '', NULL),
(2361, 'mariaaxxa201@gmail.com', 'c76d61837d8e9357803f298694418ecb', 'RalphTup', NULL, 'FALSE', '184.178.172.25', '2021-02-12 07:14:02', 'web', '', NULL),
(2362, 'v.starcev@makao.efastes.com', '3d0873b01d37263a9441945b93a62058', 'Jameshency', NULL, 'FALSE', '5.188.48.98', '2021-02-12 10:34:49', 'web', '', NULL),
(2363, 'bj7646779@gmail.com', '87458f5cc4f2a5c0369b38c49a90cd3d', 'miss https://danc.page.link/UkMXX', NULL, 'FALSE', '178.95.118.179', '2021-02-12 14:40:11', 'web', '', NULL),
(2364, 'jayheisavetheworld@gmail.com', '5ac6a1d48a420b56abc272fa308db252', 'DHFAJGYKVLP7NDDEHMQZRFHD http://google.com/560', NULL, 'FALSE', '195.216.155.114', '2021-02-12 19:22:00', 'web', '', NULL),
(2365, 'admin@fetischboard.de', 'a3f707d0c283e82ae62d1af42d2441fb', 'Eleanor left 2 unique whispers http://l0ud.com/b6d', NULL, 'FALSE', '195.216.155.216', '2021-02-12 21:14:21', 'web', '', NULL),
(2366, 'auto.zeki@yahoo.de', 'a5c3b889f04678b32b7df04bda015920', 'Elle replied 2 unique messages http://understandinghate.com/416f', NULL, 'FALSE', '212.107.27.74', '2021-02-12 21:25:35', 'web', '', NULL),
(2367, 'peter_glowasz_verlag@yahoo.de', '884996175f23d6a8d0642df32fcc4b87', 'Emmy sent 2 unique messages http://guessthesonggame.com/7751', NULL, 'FALSE', '91.227.155.191', '2021-02-12 21:39:32', 'web', '', NULL),
(2368, 'j-freisewinkel@versanet.de', '08dda492b6684de136067316c05e1130', 'Emersyn sent 4 new whispers http://nickelpass.com/e335', NULL, 'FALSE', '195.216.155.83', '2021-02-12 22:10:58', 'web', '', NULL),
(2369, 'moritz@utanet.at', '2c04d454248e0cae913e1571ea4cd7f7', 'Hadlee sent 5 new whispers http://saludini.com/11917', NULL, 'FALSE', '195.216.155.230', '2021-02-12 22:26:56', 'web', '', NULL),
(2370, 'matthias.preiss@koeln.de', '515a4f224ab959adcd1434f8bb3bd901', 'Lexi did 4 unique likes http://sum1nation.com/14f0c', NULL, 'FALSE', '81.22.44.146', '2021-02-12 22:42:33', 'web', '', NULL),
(2371, 'obermueller-p-hub@t-online.de', 'b068dfbe3d93b7b654401f1d5f0e8392', 'Elliot left 5 another whispers http://ur-yngath.com/184f1', NULL, 'FALSE', '81.22.44.179', '2021-02-12 22:56:43', 'web', '', NULL),
(2372, 'barbara.engels@bfn.de', '34718581a495a2f882385ae690ab769d', 'Sierra sent 5 unique likes http://understandinghate.com/1baea', NULL, 'FALSE', '176.119.140.135', '2021-02-12 23:10:35', 'web', '', NULL),
(2373, 'jenny_mueller15@beamter.de', 'a08020abb71025209e4c43b6efcbccaf', 'Briana left 3 unique whispers http://l0ud.com/1f0dc', NULL, 'FALSE', '176.119.140.157', '2021-02-12 23:27:05', 'web', '', NULL),
(2374, 'kgbhui@hui.de', '71f4a246624ee06f284314f1ae18c036', 'Ellen left 5 new whispers http://texrav.com/226d0', NULL, 'FALSE', '91.243.188.98', '2021-02-12 23:42:42', 'web', '', NULL),
(2375, 's.murat-kaya76@gmx.de', 'a7951c0b73ff592c5e04b625721e1e2a', 'Lilianna replied 3 unique whispers http://someonenation.com/25cc7', NULL, 'FALSE', '185.103.252.27', '2021-02-12 23:58:16', 'web', '', NULL),
(2376, 's.e.r.zkruto.go.lo.v.t.heman@gmail.com\r\n', '2ca0264f414c5bb709f5c56d19247c43', 'Serzump', NULL, 'FALSE', '31.28.163.53', '2021-02-13 00:02:20', 'web', '', NULL),
(2377, 'michael.freudenberg@infoman.de', '76be8014e5f823135126a8ec25cdd8ba', 'Ivory replied 5 unique whispers http://tahachaina.com/292bb', NULL, 'FALSE', '185.66.15.23', '2021-02-13 00:13:08', 'web', '', NULL),
(2378, 'lunus@web.de', '02500c715b53d5d5d7f3a3cdc5e0f962', 'Lilly made 5 new likes http://kai-peng.com/2c8ad', NULL, 'FALSE', '176.119.140.93', '2021-02-13 00:28:35', 'web', '', NULL),
(2379, 'ignace.dekerpel@skynet.be', '2d5f66a7b89361f01667b2579f51cde1', 'Kamilah replied 1 unique messages http://thetradingteacher.com/2fe9d', NULL, 'FALSE', '176.119.140.180', '2021-02-13 00:44:44', 'web', '', NULL),
(2380, 'sk.rebc.ovi.l.iu.sh.ka.2.0.86@gmail.com\r\n', '5abf88144933277bf4dde2b0f0f0e0ec', 'Ilushikgts', NULL, 'FALSE', '31.28.163.53', '2021-02-13 00:47:01', 'web', '', NULL),
(2381, 'soyunlee21@gmail.com', 'fcb2ca351cd3403e42f84fa504669bcd', 'Sawyer did 3 another likes http://tritonpowerlifts.com/334a4', NULL, 'FALSE', '195.216.155.64', '2021-02-13 01:02:28', 'web', '', NULL),
(2382, '84409256135419E371673364545505982B3F97D1D@heuquijuto.fr', 'e1c22b866db0b0bacff57b1f342df630', 'Zaylee sent 1 another messages http://skogrstudio.com/36a6f', NULL, 'FALSE', '212.107.27.138', '2021-02-13 01:16:02', 'web', '', NULL),
(2383, 'd.grillion@numericable.com', '514e811f57f46d99d53541b36df353b1', 'Andrea sent 5 unique messages http://ur-yngath.com/3a06c', NULL, 'FALSE', '194.58.122.49', '2021-02-13 01:32:14', 'web', '', NULL),
(2384, 'silvybadgirl@gmail.com', 'c65ddb64733f096609989f90b560d794', 'Ashlynn left 3 new whispers http://healthprosports.com/44238', NULL, 'FALSE', '91.227.155.138', '2021-02-13 02:16:41', 'web', '', NULL),
(2385, 'jzsolt87@open.telekom.rs', 'd5e83298b854da1cabcb73839b0ccd6b', 'Heaven made 4 unique kisses http://seanschouten.com/47826', NULL, 'FALSE', '185.194.105.89', '2021-02-13 02:31:43', 'web', '', NULL),
(2386, 'katzkarl@t-online.de', '4d3a64a6158ded40547967f394ccb64b', 'Emelia left 3 another likes http://thefantasyflexspot.com/4ae20', NULL, 'FALSE', '193.124.94.170', '2021-02-13 02:48:18', 'web', '', NULL),
(2387, 'markmeili@hispeed.ch', 'eaa55dd99ecdf1a16dfccb30169e6bef', 'Taylor sent 2 another whispers http://nabillazhafira.com/4e40d', NULL, 'FALSE', '91.243.188.56', '2021-02-13 03:03:24', 'web', '', NULL),
(2388, 'afurber35@gmail.com', '0276fadf7440744952c42e1c4a9b5b04', 'Royalty made 3 unique messages http://guessthesonggame.com/51a01', NULL, 'FALSE', '91.227.155.191', '2021-02-13 03:18:19', 'web', '', NULL),
(2389, 'rschrempf@sol.at', 'f6aa4fa4cb157f4751f5ddd0af036061', 'Cora replied 4 unique whispers http://yeoldedigitalmedia.com/54fed', NULL, 'FALSE', '81.22.44.195', '2021-02-13 03:34:13', 'web', '', NULL),
(2390, 'belkacemb@bluewin.ch', '771068bb893c9f490cfaf74695770246', 'Emely sent 4 another whispers http://rentcollegestuff.com/5bbc8', NULL, 'FALSE', '91.243.188.94', '2021-02-13 04:06:15', 'web', '', NULL),
(2391, 'marysheva89@hotmail.it', '3b2b0d8f269aa301e644a354dbd11266', 'Vanessa replied 5 another kisses http://l0ud.com/628bc', NULL, 'FALSE', '91.227.155.252', '2021-02-13 04:37:32', 'web', '', NULL),
(2392, 'wnukszymon85@gmail.com', '5fc35bacf79e98277dba78546bcaff6e', 'Jazlynn did 1 new likes http://starriderenterprises.com/65db1', NULL, 'FALSE', '91.227.155.174', '2021-02-13 04:51:22', 'web', '', NULL),
(2393, 'ds279483@gmail.com', '7075901cb7b97560b0035b070dcd3125', 'Vera sent 1 unique kisses http://understandinghate.com/693ba', NULL, 'FALSE', '195.216.155.184', '2021-02-13 05:06:26', 'web', '', NULL),
(2394, 'derostyle@hotmail.de', 'e88bdc4a2be66473928816571e1a081d', 'Ingrid sent 2 another likes http://sanraksisi.com/6c97b', NULL, 'FALSE', '212.107.27.225', '2021-02-13 05:22:17', 'web', '', NULL),
(2395, 'caterinadf90@yahoo.com', '2b26538bc1b1535065e7c16b330c1f5e', 'Angelina replied 3 new whispers http://testalloy.com/6ff7e', NULL, 'FALSE', '195.216.155.23', '2021-02-13 05:38:50', 'web', '', NULL),
(2396, 'freemanthemadman@yahoo.com', 'd8cfd1b07508c093ae1c2823177ef937', 'Vada did 5 another messages http://lasanifp.com/7355b', NULL, 'FALSE', '212.107.27.101', '2021-02-13 05:55:15', 'web', '', NULL),
(2397, 'Linda-g-21@hotmail.co.uk', '1531a9a9a8363b089fd3fef39ab9a78d', 'Promise sent 5 another likes http://yeoldedigitalmedia.com/76b4b', NULL, 'FALSE', '185.80.149.56', '2021-02-13 06:10:56', 'web', '', NULL),
(2398, 'kieronbrand@hotmail.co.uk', '409ee09996940807840bd733c77a3719', 'Clara left 1 another whispers http://jorunojstar.com/7a158', NULL, 'FALSE', '92.243.65.211', '2021-02-13 06:28:54', 'web', '', NULL),
(2399, 'Spinks0913@outlook.com', '7886ff4155e65d7e5685723f2d7cb849', 'Brylee sent 1 unique kisses http://sanraksisi.com/7d734', NULL, 'FALSE', '91.243.188.230', '2021-02-13 06:43:54', 'web', '', NULL),
(2400, 'xxhollyxx244@outlook.com', '18abb2531b99f4e779859ab02d4d43e7', 'Tinsley left 5 another likes http://trayfinder.com/80d2b', NULL, 'FALSE', '212.107.27.54', '2021-02-13 06:58:34', 'web', '', NULL),
(2401, 'chicken192@yahoo.co.uk', '3be266c27e41dc457f9654e8bc774e6c', 'Aniyah replied 5 another likes http://klaporta.com/84439', NULL, 'FALSE', '91.227.155.105', '2021-02-13 07:18:35', 'web', '', NULL),
(2402, 'scottisfish@live.co.uk', '4d9c38aab6b95a9fab94ef3919ffd8b1', 'Khloe did 3 another likes http://thetradingteacher.com/87902', NULL, 'FALSE', '91.243.188.94', '2021-02-13 07:36:17', 'web', '', NULL),
(2403, 'X-jamieleighmc@hotmail.com', '146b389360e1945f6c237be82d5ab2ce', 'Alina made 5 unique likes http://sounddialogue.com/8af08', NULL, 'FALSE', '212.107.27.218', '2021-02-13 07:56:03', 'web', '', NULL),
(2404, 'KennBracey@hotmail.com', 'ea83176f54b7d74ff76692c8e33e3724', 'Bonnie made 2 another messages http://seewhatfangknows.com/8e4eb', NULL, 'FALSE', '91.227.155.77', '2021-02-13 08:16:11', 'web', '', NULL),
(2405, 'hermann201173@aol.com', '561c99d0ea1cc6e0e3dfbcd22f10cb5f', 'Melody made 5 new whispers http://skogrstudio.com/91ae6', NULL, 'FALSE', '212.107.27.154', '2021-02-13 08:35:01', 'web', '', NULL),
(2406, 'oualidkasdaghli@hotmail.com', 'bbe5f1b02a7d19636a1f90aa910a2623', 'Ana made 1 new likes http://sudodad.com/950d1', NULL, 'FALSE', '185.80.149.56', '2021-02-13 08:51:55', 'web', '', NULL),
(2407, 'star930@aol.com', '7c59caee62cfd5754a6934ff03d06b35', 'Chelsea sent 1 unique likes http://kmfwifiservice.com/987d8', NULL, 'FALSE', '176.119.140.254', '2021-02-13 09:09:55', 'web', '', NULL),
(2408, 'naomim197044@gmail.com', '9ec37eb59958b351096412dfaf1cc93e', 'Lennon made 2 another messages http://thetradingteacher.com/a947c', NULL, 'FALSE', '212.107.27.93', '2021-02-13 10:46:03', 'web', '', NULL),
(2409, 'klariongroup.com@win2work.com', '3991e80e14989855555997f7d07dc735', 'Kathleen did 4 another whispers http://starriderenterprises.com/aca5c', NULL, 'FALSE', '185.80.149.56', '2021-02-13 11:06:18', 'web', '', NULL),
(2410, 'qqubhqgg@fbjobjnr.com', '4cd9339b330510b8fff6635cfcec2676', 'Adley sent 3 unique messages http://songplacer.com/b007b', NULL, 'FALSE', '91.227.155.77', '2021-02-13 11:22:54', 'web', '', NULL),
(2411, 'alexanderretler@online.de', 'ec90fb904299b0f920d7a521176bbd49', 'Daniella did 1 new whispers http://tahachaina.com/62b5', NULL, 'FALSE', '91.227.155.219', '2021-02-13 12:41:01', 'web', '', NULL),
(2412, 'perche.dessolain@orange.fr', '83250113a5a5c4d81927475f5f03de1e', 'Perla replied 3 unique kisses http://guessthesonggame.com/9790', NULL, 'FALSE', '194.87.237.134', '2021-02-13 12:56:24', 'web', '', NULL),
(2413, 'erfolg52@yahoo.de', '1ce871f80fbacb6a5580dfa2ecde4704', 'Mckinley left 5 new messages http://prehabonline.com/1035f', NULL, 'FALSE', '185.147.128.141', '2021-02-13 13:30:03', 'web', '', NULL),
(2414, 'kranprofi@yahoo.de', '760ba4915d89a539b9de407548efe32b', 'Arielle did 5 new whispers http://sudodad.com/13960', NULL, 'FALSE', '81.22.44.105', '2021-02-13 13:47:13', 'web', '', NULL),
(2415, 'tobiba1@freenet.de', '55842397a632fa2f63f03a071c5cd5c1', 'Anais made 5 another messages http://tillyoudiebrand.com/2111b', NULL, 'FALSE', '81.22.44.13', '2021-02-13 14:53:40', 'web', '', NULL),
(2416, 'wa.k.e.jins.h.i.i@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantuspmd', NULL, 'FALSE', '193.9.115.115', '2021-02-13 14:53:56', 'web', '', NULL),
(2417, 'dili_76@hotmail.de', '68128883bb4562b3ea5a5283cb857cba', 'Abigail replied 4 new kisses http://guessthesonggame.com/24721', NULL, 'FALSE', '195.216.155.237', '2021-02-13 15:07:59', 'web', '', NULL),
(2418, 'lverginer@ymail.com', '14923bc795e51687764984a0c6aa5cfa', 'Jaelyn sent 3 another likes http://guessthesonggame.com/27d06', NULL, 'FALSE', '185.102.137.113', '2021-02-13 15:28:43', 'web', '', NULL),
(2419, 'aronkartz@yahoo.de', '84b6474939f2cfa79211d539e85e50f8', 'Elaina made 3 another whispers http://whatfangknows.com/2b316', NULL, 'FALSE', '176.119.140.40', '2021-02-13 15:46:05', 'web', '', NULL),
(2420, 'ehannon@worldnet.att.net', '5dd9faaabca9d2e9ec6ee660e7bb54c0', 'Kate left 5 unique kisses http://truthvsbalance.com/2e905', NULL, 'FALSE', '185.103.252.27', '2021-02-13 16:05:04', 'web', '', NULL),
(2421, 'franksmithmighty55555@gmail.com', 'd65ee26ca4c2dc531f3b9bd692d216a5', 'Kataleya replied 3 another kisses http://tritonpowerlifts.com/31efa', NULL, 'FALSE', '91.243.188.159', '2021-02-13 16:25:16', 'web', '', NULL),
(2422, 'patrick.malliet@free.fr', '250e1fdfef92c52480e0d62bcf4f1174', 'Serena did 5 new kisses http://l0ud.com/35500', NULL, 'FALSE', '91.227.155.44', '2021-02-13 16:45:44', 'web', '', NULL),
(2423, 'virginie.trebosc@free.fr', '29df968c6f62478808830cb21eb4b2e0', 'Monroe replied 2 another whispers http://ur-yngath.com/38ad7', NULL, 'FALSE', '185.194.106.168', '2021-02-13 17:05:44', 'web', '', NULL),
(2424, 'guillaume.pohu@sfr.fr', '1bd7eda88f9fb1c53034e282e8f39977', 'Ayla left 2 new kisses http://seewhattheyknow.com/3f6a9', NULL, 'FALSE', '195.216.155.237', '2021-02-13 17:45:35', 'web', '', NULL),
(2425, 'rjkuehne@t-online.de', 'eb4d6fb9cb539eca192dc55a0845f5a8', 'Marissa made 5 new messages http://starriderenterprises.com/42c95', NULL, 'FALSE', '185.194.106.209', '2021-02-13 18:04:24', 'web', '', NULL),
(2426, 'fedorkapo4@mail.ru', 'ff3b9cd32c50682ea1c9e749c454319b', 'loveawake.ru', NULL, 'FALSE', '91.77.130.235', '2021-02-13 21:54:20', 'web', '', NULL),
(2427, 'vi.k.tori.ai.l.o.veb.ac.k.cha.m@gmail.com\r\n', '52e4c70a12d7b56671dc56c39e8d8c3b', 'Viktoriafh', NULL, 'FALSE', '178.175.130.253', '2021-02-14 02:36:09', 'web', '', NULL),
(2428, 'ircze.nk.osv.e.tlan.as.203.0@gmail.com\r\n', 'c0e83ee932d692fdb8c306a9f26e6ea5', 'Svetlmwh', NULL, 'FALSE', '178.175.130.253', '2021-02-14 13:01:06', 'web', '', NULL),
(2429, 'me.r.n.eu.mi.n.e.z@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimirbmv', NULL, 'FALSE', '89.187.168.176', '2021-02-14 15:51:26', 'web', '', NULL),
(2430, 'w.a.k.ejin.s.h.i.i@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantuslkz', NULL, 'FALSE', '89.187.168.176', '2021-02-14 16:08:12', 'web', '', NULL),
(2431, 'ver.o.n.i.k.a.sl.obo.d.an.ovic.h@gmail.com\r\n', '6aef976a9f9cb05a58270be0bf968970', 'Veronahuy', NULL, 'FALSE', '154.57.3.134', '2021-02-14 23:35:20', 'web', '', NULL),
(2432, 's.em.e.czenk.o.d.a.v.i.dbi.g.m.a.n@gmail.com\r\n', '46fe8ea4b5f85a59f089dcbacb101850', 'Davidryx', NULL, 'FALSE', '154.57.3.134', '2021-02-14 23:35:21', 'web', '', NULL),
(2433, 's.h.ku.tk.o.vi.g.o.r.e.c.zek.b.e.st@gmail.com\r\n', '376c39e49df520b7db6f922aa3a76f3c', 'Igorjmy', NULL, 'FALSE', '178.175.142.132', '2021-02-15 07:28:13', 'web', '', NULL),
(2434, 'andykoviguanta@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'spidereterm', NULL, 'FALSE', '185.246.210.6', '2021-02-15 13:08:07', 'web', '', NULL),
(2435, 'shkut.ko.s.e.rg.e.y.i.va.n.o.vi.c.hthe@gmail.com\r\n', 'ac7c6b5b0da3df253977734a6ed844e2', 'Sergccx', NULL, 'FALSE', '193.9.115.117', '2021-02-15 20:09:48', 'web', '', NULL),
(2436, 'kr.i.czik.o.v.a.ya.s.ve.tlan.a@gmail.com\r\n', '283c46dcf33d58e1f6c3126684f864c8', 'Svetlanaeia', NULL, 'FALSE', '193.9.115.117', '2021-02-15 21:06:59', 'web', '', NULL),
(2437, 'sira@sakhpubo.ru', 'f5fb7e4bd33a3ca776b22525f876658d', 'OrapRect', NULL, 'FALSE', '82.148.30.248', '2021-02-16 01:42:52', 'web', '', NULL),
(2438, 'm.e.rne.umine.z@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimirshl', NULL, 'FALSE', '188.241.82.136', '2021-02-16 07:20:32', 'web', '', NULL),
(2439, 'm.voytenko@a.avalins.com', '0af347dbedb21b35a69a8aba464a94ce', 'RichardSiday', NULL, 'FALSE', '5.188.48.88', '2021-02-16 10:40:00', 'web', '', NULL),
(2440, 'skut.enkoivant.he.b.es.ty.es@gmail.com\r\n', '5d33027b763fb46645b4c36c4f3820d8', 'Ivandex', NULL, 'FALSE', '193.176.84.44', '2021-02-16 12:03:33', 'web', '', NULL),
(2441, 'a.l.ek.s.e.j.s.tu.koruk.ov.2.0.4.8@gmail.com\r\n', 'd52b787fce023acc8bc4bdc4bdda0012', 'Alexmnu', NULL, 'FALSE', '193.176.84.44', '2021-02-16 12:56:27', 'web', '', NULL),
(2442, 'sku.tenk.o.ivan.th.e.best.yes@gmail.com\r\n', '5d33027b763fb46645b4c36c4f3820d8', 'Ivanzcy', NULL, 'FALSE', '51.77.53.174', '2021-02-16 18:09:02', 'web', '', NULL),
(2443, 'k.ri.cz.i.k.o.v.ayas.v.e.tlan.a@gmail.com\r\n', '283c46dcf33d58e1f6c3126684f864c8', 'Svetlanamby', NULL, 'FALSE', '51.77.53.174', '2021-02-16 18:36:37', 'web', '', NULL),
(2444, 'a.lek.se.j.s.tuk.or.u.ko.v2.0.48@gmail.com\r\n', 'd52b787fce023acc8bc4bdc4bdda0012', 'Alexpsi', NULL, 'FALSE', '51.77.53.174', '2021-02-16 19:46:26', 'web', '', NULL),
(2445, 'shepingrisha5@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'vbkbqWakenty', NULL, 'FALSE', '178.159.37.139', '2021-02-16 22:31:51', 'web', '', NULL),
(2446, 'shk.u.t.k.o.s.er.g.ey.i.v.ano.v.i.ch.th.e@gmail.com\r\n', 'ac7c6b5b0da3df253977734a6ed844e2', 'Sergznj', NULL, 'FALSE', '188.213.34.27', '2021-02-17 05:27:49', 'web', '', NULL),
(2447, 'k.r.i.cz.iko.va.y.a.s.vetl.ana@gmail.com\r\n', '283c46dcf33d58e1f6c3126684f864c8', 'Svetlanaohu', NULL, 'FALSE', '188.213.34.27', '2021-02-17 11:29:55', 'web', '', NULL),
(2448, 'ushakiranganji@gmail.com', 'b4aa11bbc5724134fb6798c19b732b58', 'G usha Kiran', NULL, 'FALSE', '106.76.208.76', '2021-02-17 16:50:55', 'web', '', NULL),
(2449, 'sku.te.nk.oivan.t.h.e.be.s.ty.es@gmail.com\r\n', '5d33027b763fb46645b4c36c4f3820d8', 'Ivankka', NULL, 'FALSE', '178.175.130.251', '2021-02-17 22:55:27', 'web', '', NULL),
(2450, 'puertc.gnom.33@gmail.com', 'cd988e26db2af993c3dacb319d959638', 'Raymondmit', NULL, 'FALSE', '72.49.49.11', '2021-02-18 04:09:46', 'web', '', NULL),
(2451, 'v.ikto.r.i.a.il.o.ve.back.c.ha.m@gmail.com\r\n', '52e4c70a12d7b56671dc56c39e8d8c3b', 'Viktoriifs', NULL, 'FALSE', '89.187.168.180', '2021-02-18 19:27:24', 'web', '', NULL),
(2452, 'shreenetra0@gmail.com', '3558322e4a74660494408d81c2e201dd', 'Amit', NULL, 'FALSE', '47.15.187.71', '2021-02-18 21:46:23', 'web', '', NULL),
(2453, 'al.e.ksej.stuk.o.ru.k.o.v.2.0.4.8@gmail.com\r\n', 'd52b787fce023acc8bc4bdc4bdda0012', 'Alexigq', NULL, 'FALSE', '89.187.168.180', '2021-02-18 23:58:16', 'web', '', NULL),
(2454, 'sh.ku.tk.o.vig.or.e.cz.ek.be.s.t@gmail.com\r\n', '376c39e49df520b7db6f922aa3a76f3c', 'Igorasr', NULL, 'FALSE', '185.245.85.229', '2021-02-19 02:14:45', 'web', '', NULL),
(2455, 's.prolkin@info.avalins.com', '06e6978d7f025fec5707bc93653671d1', 'Lewiscergo', NULL, 'FALSE', '5.188.48.98', '2021-02-19 08:02:49', 'web', '', NULL),
(2456, 'v.e.r.o.na.s.kute.n.k.oal.l.st.a.r@gmail.com\r\n', 'a536ef789179761acdcde6443e864825', 'Veronavlv', NULL, 'FALSE', '62.149.7.166', '2021-02-19 19:29:00', 'web', '', NULL),
(2457, 'sk.r.eb.c.ovil.i.u.sh.k.a208.6@gmail.com\r\n', '5abf88144933277bf4dde2b0f0f0e0ec', 'Ilushikrus', NULL, 'FALSE', '62.149.7.166', '2021-02-19 20:46:50', 'web', '', NULL),
(2458, 'alinasekmar@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'vfheifWakenty', NULL, 'FALSE', '178.159.37.139', '2021-02-19 22:24:06', 'web', '', NULL),
(2459, 'e.vas.t.o.go.duk.l.o.v.eli.fe@gmail.com\r\n', '47b05da75678a48b7f6308be5ed7dd20', 'Evauhk', NULL, 'FALSE', '62.149.7.166', '2021-02-19 22:55:57', 'web', '', NULL),
(2460, 'a.danilov@den.efastes.com', '3a529feaed2ce30676074392ec851f06', 'JerryIdemi', NULL, 'FALSE', '5.188.48.88', '2021-02-20 12:46:21', 'web', '', NULL),
(2461, 'g.nalivkin@max.enersets.com', '680095f9cb00259e8b9d2fda36dfc928', 'RobertHal', NULL, 'FALSE', '5.188.48.88', '2021-02-20 12:46:31', 'web', '', NULL),
(2462, 'le.o.n.id.s.h.koroben.k.o.vv.y.a@gmail.com\r\n', '60a9977363c7b7d59a6117dbc0c45925', 'Leonico', NULL, 'FALSE', '95.181.236.137', '2021-02-20 16:43:41', 'web', '', NULL),
(2463, 's.e.me.cz.en.k.o.david.bi.g.m.a.n@gmail.com\r\n', '46fe8ea4b5f85a59f089dcbacb101850', 'Davidvgw', NULL, 'FALSE', '95.181.236.137', '2021-02-20 16:46:55', 'web', '', NULL),
(2464, 'ir.c.ze.n.k.osve.t.l.a.n.as.20.30@gmail.com\r\n', 'c0e83ee932d692fdb8c306a9f26e6ea5', 'Svetlqai', NULL, 'FALSE', '95.181.236.137', '2021-02-20 18:36:12', 'web', '', NULL),
(2465, 'm.ptushkin@jodas.enersets.com', 'fc25f28738a647d4b3741af076564896', 'DavidDot', NULL, 'FALSE', '5.188.48.98', '2021-02-20 18:39:04', 'web', '', NULL),
(2466, 'sosefnhmmqc@hotmail.com', '77d744ae5f011ead9fdcaf3859c309da', 'JosephFus', NULL, 'FALSE', '45.64.134.198', '2021-02-20 20:23:49', 'web', '', NULL),
(2467, 'hyphighdema19732.3@gmail.com', '87458f5cc4f2a5c0369b38c49a90cd3d', 'miss https://danc.page.link/UkMXX', NULL, 'FALSE', '188.130.210.182', '2021-02-20 21:48:14', 'web', '', NULL),
(2468, 's.h.k.ut.kov.igor.e.cz.e.kb.es.t@gmail.com\r\n', '376c39e49df520b7db6f922aa3a76f3c', 'Igoraiz', NULL, 'FALSE', '185.253.160.135', '2021-02-21 07:13:24', 'web', '', NULL),
(2469, 'se.mec.ze.nk.o.d.av.i.d.b.i.g.ma.n@gmail.com\r\n', '46fe8ea4b5f85a59f089dcbacb101850', 'Davidjpj', NULL, 'FALSE', '178.175.130.250', '2021-02-21 21:59:32', 'web', '', NULL),
(2470, 'skr.e.b.c.o.v.i.l.iu.sh.ka2.08.6@gmail.com\r\n', '5abf88144933277bf4dde2b0f0f0e0ec', 'Ilushikbnd', NULL, 'FALSE', '178.175.130.250', '2021-02-21 22:02:15', 'web', '', NULL),
(2471, '35552765@thefmail.com', 'e41377b6a0d35839336dad2c7d29adf4', 'PUJIA9281', NULL, 'FALSE', '185.130.184.212', '2021-02-22 04:40:36', 'web', '', NULL),
(2472, 'v.i.k.t.oria.i.lov.e.b.ack.cham@gmail.com\r\n', '52e4c70a12d7b56671dc56c39e8d8c3b', 'Viktorirrh', NULL, 'FALSE', '31.28.163.44', '2021-02-22 05:43:44', 'web', '', NULL),
(2473, 's.e.mecze.n.k.odavid.b.igma.n@gmail.com\r\n', '46fe8ea4b5f85a59f089dcbacb101850', 'Davidivh', NULL, 'FALSE', '31.28.163.44', '2021-02-22 05:44:10', 'web', '', NULL),
(2474, 'co.op.e.r.a.l.e.xand.rh.o.me.w.ork848.@gmail.com', 'b33835bc95d875c580dd0291c98a4c27', 'samuelhek', NULL, 'FALSE', '148.251.54.157', '2021-02-22 09:05:53', 'web', '', NULL),
(2475, 'me.rn.eu.mi.ne.z@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimireoa', NULL, 'FALSE', '193.176.86.221', '2021-02-22 14:44:18', 'web', '', NULL),
(2476, 'v.e.ro.n.i.ka.slo.b.oda.n.ov.i.ch@gmail.com\r\n', '6aef976a9f9cb05a58270be0bf968970', 'Veronauvw', NULL, 'FALSE', '31.28.163.44', '2021-02-22 17:32:18', 'web', '', NULL),
(2477, 'se.m.ecz.e.n.kod.avi.d.bigm.a.n@gmail.com\r\n', '46fe8ea4b5f85a59f089dcbacb101850', 'Daviduvx', NULL, 'FALSE', '31.28.163.44', '2021-02-22 20:27:02', 'web', '', NULL),
(2478, 's.h.ku.t.k.o.vi.g.or.e.cze.kbest@gmail.com\r\n', '376c39e49df520b7db6f922aa3a76f3c', 'Igorwit', NULL, 'FALSE', '31.28.163.44', '2021-02-22 20:27:32', 'web', '', NULL),
(2479, 's.erzk.ru.to.golo.vthe.ma.n@gmail.com\r\n', '2ca0264f414c5bb709f5c56d19247c43', 'Serzqgy', NULL, 'FALSE', '188.213.34.102', '2021-02-23 06:17:53', 'web', '', NULL),
(2480, 'jc.kucera@mail.ru', 'bcb66bdb3f04ecf3b3e9bfbf8b39f64d', 'e7JfyqxE4lsbqQ <html><a href=\"https://www.apple.com\"><img src=\"https://d.radikal.ru/d28/2011/19/93045d3fb9c4.jpg\" width=\"600\" height=\"234\" alt=\"bill\"></a> </html>  8', NULL, 'FALSE', '188.130.136.162', '2021-02-23 19:03:34', 'web', '', NULL),
(2481, 'e.v.a.s.to.god.uk.lovelife@gmail.com\r\n', '47b05da75678a48b7f6308be5ed7dd20', 'Evazpc', NULL, 'FALSE', '185.253.160.137', '2021-02-24 01:41:15', 'web', '', NULL),
(2482, 've.roni.kaslobod.a.n.ovich@gmail.com\r\n', '6aef976a9f9cb05a58270be0bf968970', 'Veronavdy', NULL, 'FALSE', '185.253.160.137', '2021-02-24 01:41:32', 'web', '', NULL),
(2483, 'i.r.cze.n.k.os.ve.t.l.an.as20.3.0@gmail.com\r\n', 'c0e83ee932d692fdb8c306a9f26e6ea5', 'Svetlqol', NULL, 'FALSE', '193.176.85.79', '2021-02-25 08:22:12', 'web', '', NULL),
(2484, 'je.nt.ai.w.o.rl.d.pic.ture.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillPrigh', NULL, 'FALSE', '95.143.21.159', '2021-02-25 19:57:17', 'web', '', NULL),
(2485, 'nagievavarea369@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'ShantellWakenty', NULL, 'FALSE', '178.159.37.139', '2021-02-25 22:19:32', 'web', '', NULL),
(2486, 'leo.nidsh.k.or.o.benkovvy.a@gmail.com\r\n', '60a9977363c7b7d59a6117dbc0c45925', 'Leonhmf', NULL, 'FALSE', '51.77.53.174', '2021-02-26 07:06:18', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(2487, 'd.mikovich@denis.enersets.com', '1db1d1f8d4f5b3020b15757b69a88d09', 'LarryDrozy', NULL, 'FALSE', '5.188.48.98', '2021-02-26 08:38:57', 'web', '', NULL),
(2488, 'tomtipratik96@gmail.com', 'c655dfa5ca09c4a3bd080eb73980629a', 'PRATIK D TOMTI', NULL, 'FALSE', '42.106.100.28', '2021-02-26 08:47:25', 'web', '', NULL),
(2489, 'marekadinewelos@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'selleterm', NULL, 'FALSE', '84.17.55.104', '2021-02-26 08:50:09', 'web', '', NULL),
(2490, 'l.e.on.i.dshkor.ob.e.n.k.o.v.vy.a@gmail.com\r\n', '60a9977363c7b7d59a6117dbc0c45925', 'Leonsrr', NULL, 'FALSE', '89.187.168.182', '2021-02-26 13:43:13', 'web', '', NULL),
(2491, 've.r.o.nask.u.t.e.n.k.o.a.ll.st.ar@gmail.com\r\n', 'a536ef789179761acdcde6443e864825', 'Veronadmc', NULL, 'FALSE', '37.120.217.37', '2021-02-27 06:29:16', 'web', '', NULL),
(2492, 'bennageomar4723475@gmail.com', '2dcbb8f159eac2f209476cfb466f5f74', '2XI7 <a><img src=\"http://shorturl.at/uLU36\"></a>', NULL, 'FALSE', '144.91.101.221', '2021-02-27 19:13:51', 'web', '', NULL),
(2493, 's.e.rzkru.togol.o.vt.he.m.an@gmail.com\r\n', '2ca0264f414c5bb709f5c56d19247c43', 'Serzris', NULL, 'FALSE', '62.149.7.171', '2021-02-27 19:28:16', 'web', '', NULL),
(2494, 've.ro.n.a.s.k.u.t.e.nkoa.lls.t.ar@gmail.com\r\n', 'a536ef789179761acdcde6443e864825', 'Veronaczs', NULL, 'FALSE', '178.175.130.244', '2021-02-28 02:34:43', 'web', '', NULL),
(2495, 'm.e.r.ne.u.m.i.nez@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimirhga', NULL, 'FALSE', '37.120.156.17', '2021-02-28 04:47:05', 'web', '', NULL),
(2496, 'w.a.k.ej.ins.h.ii@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantuswxy', NULL, 'FALSE', '37.120.156.17', '2021-02-28 12:03:18', 'web', '', NULL),
(2497, 'vinod_r1123@rediffmail.com', '3116036b00d464eee673b3a18dfe1155', 'NANAJI GANPATRAO CHETULE', NULL, 'FALSE', '117.220.210.223', '2021-03-01 15:06:54', 'web', '', NULL),
(2498, 'wak.e.ji.ns.h.i.i@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantusfsl', NULL, 'FALSE', '51.77.53.174', '2021-03-02 13:15:58', 'web', '', NULL),
(2499, 'mihnewicvalerrik@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'barnWakenty', NULL, 'FALSE', '178.159.37.139', '2021-03-03 23:19:44', 'web', '', NULL),
(2500, 'gertamurrey@yandex.com', '5fbdf864a936520a89e4a5aab7be7c4c', 'Jeffreydog', NULL, 'FALSE', '94.181.47.232', '2021-03-05 11:54:45', 'web', '', NULL),
(2501, 'alena.fadeeva74@mail.ru', '41ff1d7cb4e455504b4177cbf0d2ac0a', 'Alenarekly', NULL, 'FALSE', '94.181.44.79', '2021-03-05 15:56:57', 'web', '', NULL),
(2502, 'co.o.p.e.rale.xandrh.o.mew.or.k8.4.8@gmail.com', 'b33835bc95d875c580dd0291c98a4c27', 'samuelhek', NULL, 'FALSE', '148.251.54.157', '2021-03-06 03:07:43', 'web', '', NULL),
(2503, 'pavelprohorov834@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'jkkzWakenty', NULL, 'FALSE', '178.159.37.139', '2021-03-07 00:40:27', 'web', '', NULL),
(2504, 'merneu.m.inez@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimirjql', NULL, 'FALSE', '84.17.48.80', '2021-03-07 15:50:34', 'web', '', NULL),
(2505, 'thethiftkn@hotmail.com', 'c7fd1eaeb36a570e1339ca6bb72481c7', 'JoshuaFar', NULL, 'FALSE', '51.158.68.133', '2021-03-07 16:00:24', 'web', '', NULL),
(2506, 'ca.jyotinarayan@gmail.com', 'dc0f12fd68e6395b150ed854dcd793d4', 'JYOTI NARAYAN AGRAWAL', NULL, 'FALSE', '182.70.223.215', '2021-03-08 13:45:56', 'web', '', NULL),
(2507, 'hirasarkar1995@gmail.com', '198bb28ee001bbe5e298fc29a414b212', 'Hira Sarkar', NULL, 'FALSE', '223.239.53.23', '2021-03-08 22:08:16', 'web', '', NULL),
(2508, 'd.danilovich@makao.efastes.com', '7d21c707288c4dc08e82a833ca5a5364', 'Jeremytut', NULL, 'FALSE', '5.188.48.98', '2021-03-09 15:39:00', 'web', '', NULL),
(2509, 'viktor.yurkov37@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'dbnfkbyfWakenty', NULL, 'FALSE', '178.159.37.139', '2021-03-10 00:29:45', 'web', '', NULL),
(2510, 'pshalya13@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'maygg', NULL, 'FALSE', '80.95.45.167', '2021-03-11 00:59:01', 'web', '', NULL),
(2511, 'advocate.milind.kanekar@gmail.com', 'b193cd01916c1702217211696301d4aa', 'MILIND SURESH KANEKAR', NULL, 'FALSE', '43.246.159.78', '2021-03-11 10:07:57', 'web', '', NULL),
(2512, 'michael_brait@mail.ru', '333e84bb21c598490ea721e06bf6ad23', 'Michaelskync', NULL, 'FALSE', '94.181.44.79', '2021-03-11 18:49:51', 'web', '', NULL),
(2513, 'ma0226674@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'bekbfybzWakenty', NULL, 'FALSE', '178.159.37.139', '2021-03-12 22:54:41', 'web', '', NULL),
(2514, 'noorahammed933@gmail.com', 'c9a9b6105164751411fed0b25253fe3d', 'NOOR AHAMMED', NULL, 'FALSE', '157.43.194.164', '2021-03-13 19:01:56', 'web', '', NULL),
(2515, 'belka@mail-pop3.com', 'b0bddb47b78f9baed6617cfdabbe6046', 'BarsukSH', NULL, 'FALSE', '209.159.150.78', '2021-03-14 09:13:37', 'web', '', NULL),
(2516, 'm.sergeev@info.avalins.com', '91bbfc9176bcc112a373bd99575c5c7d', 'WilliamAcica', NULL, 'FALSE', '5.188.48.98', '2021-03-14 19:55:06', 'web', '', NULL),
(2517, 'bennageo.mar4723475@gmail.com', '6e879a043b1ab3f03082c2b8fb6d28e3', 'TUFSSVWOWQDOABUD0MVTMFUT http://google.com/368', NULL, 'FALSE', '75.119.133.130', '2021-03-15 03:38:36', 'web', '', NULL),
(2518, 'jchdhendb8919@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'BadidWakenty', NULL, 'FALSE', '178.159.37.139', '2021-03-15 23:02:08', 'web', '', NULL),
(2519, 'jen.taiw.orldp.ictu.re.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'KnvpllPrigh', NULL, 'FALSE', '95.143.21.203', '2021-03-16 04:28:51', 'web', '', NULL),
(2520, 'kapvapvyap@yandex.ru', 'ed559bf8eb53cdd7f6a2ffcda91d39b8', 'dfdsfgsdfgdsf https://google.com', NULL, 'FALSE', '88.206.14.140', '2021-03-16 22:41:44', 'web', '', NULL),
(2521, 'kulovn723@mail.ru', '465890d73c6599e2f3a8eac617148c77', 'PhagqbbaBaw', NULL, 'FALSE', '176.110.134.2', '2021-03-17 09:14:07', 'web', '', NULL),
(2522, 'dima2progonbp@gmail.com', '8d46b75705d5e549e5294cfb200cf3d8', 'Albertwib', NULL, 'FALSE', '85.249.199.136', '2021-03-17 22:25:31', 'web', '', NULL),
(2523, 'g.severyanov@jodas.enersets.com', 'ce9d9de74081625003d7f18482a42bb4', 'Josephfag', NULL, 'FALSE', '5.188.48.98', '2021-03-18 06:38:59', 'web', '', NULL),
(2524, 'protasovanadezda733@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'IvaniuhaWakenty', NULL, 'FALSE', '178.159.37.139', '2021-03-18 23:53:00', 'web', '', NULL),
(2525, 's.ta.se.nokst.ruokov.214.8@gmail.com\r\n', '8a99085496693eba2dc3b0c52e9e1063', 'Stasenxax', NULL, 'FALSE', '188.213.34.15', '2021-03-19 06:39:48', 'web', '', NULL),
(2526, 'li.p.utov.che.nk.o.j.uliyaa@gmail.com\r\n', 'ef4e7f420ec50ecb9e90c3e958ddcb22', 'Julixjo', NULL, 'FALSE', '185.253.160.135', '2021-03-20 07:16:20', 'web', '', NULL),
(2527, 'shupl.e.t.cov.avik.t.o.ri.i.a@gmail.com\r\n', 'a24c09531845a3dd8a0122ea5f0ba731', 'Vikiayi', NULL, 'FALSE', '185.253.160.135', '2021-03-20 07:16:20', 'web', '', NULL),
(2528, 'den@mail-pop3.com', 'b0bddb47b78f9baed6617cfdabbe6046', 'CoinsDen', NULL, 'FALSE', '45.88.3.89', '2021-03-20 16:51:00', 'web', '', NULL),
(2529, 'marktileswanti@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'upsseterm', NULL, 'FALSE', '89.187.168.80', '2021-03-20 18:41:11', 'web', '', NULL),
(2530, 'su.choru.vs.kiy.anatoli.y.y@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikbxz', NULL, 'FALSE', '193.176.84.81', '2021-03-21 15:52:50', 'web', '', NULL),
(2531, 'liputo.v.chenk.oju.liy.a.a@gmail.com\r\n', 'ef4e7f420ec50ecb9e90c3e958ddcb22', 'Julijyt', NULL, 'FALSE', '193.176.84.81', '2021-03-21 15:52:52', 'web', '', NULL),
(2532, 'st.a.s.e.n.ok.s.tr.uokov.21.4.8@gmail.com\r\n', '8a99085496693eba2dc3b0c52e9e1063', 'Stasenmrm', NULL, 'FALSE', '193.176.84.81', '2021-03-21 15:53:02', 'web', '', NULL),
(2533, 'cpmarak2@gmail.com', '718f43a6580b2fab511d1c2770c0ac14', 'C P Marak', NULL, 'FALSE', '103.38.89.102', '2021-03-21 17:30:06', 'web', '', NULL),
(2534, 'fedorovaa.raisa1@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'kolyanyaWakenty', NULL, 'FALSE', '178.159.37.139', '2021-03-22 00:00:37', 'web', '', NULL),
(2535, 'su.c.h.oruv.ski.y.a.n.ato.l.iyy@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikjiy', NULL, 'FALSE', '95.181.236.143', '2021-03-22 07:20:25', 'web', '', NULL),
(2536, 'li.puto.vc.h.e.nko.ju.l.i.y.a.a@gmail.com\r\n', 'ef4e7f420ec50ecb9e90c3e958ddcb22', 'Juliryk', NULL, 'FALSE', '95.181.236.143', '2021-03-22 07:20:25', 'web', '', NULL),
(2537, 's.hu.ple.t.co.v.a.v.i.k.t.o.riia@gmail.com\r\n', 'a24c09531845a3dd8a0122ea5f0ba731', 'Vikilzj', NULL, 'FALSE', '95.181.236.143', '2021-03-22 07:20:56', 'web', '', NULL),
(2538, 'j.en.taiwo.rl.d.picture.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillPrigh', NULL, 'FALSE', '95.143.21.26', '2021-03-22 14:14:31', 'web', '', NULL),
(2539, 'yuriymuravyov1985899zfp0+davidDox@mail.ru', 'd911d7ba805c099cb851577f7a5fc739', 'DavidHarve', NULL, 'FALSE', '212.102.37.48', '2021-03-22 21:59:41', 'web', '', NULL),
(2540, 's.h.u.ple.tcov.avi.k.t.o.r.ii.a@gmail.com\r\n', 'a24c09531845a3dd8a0122ea5f0ba731', 'Vikixqf', NULL, 'FALSE', '62.149.7.167', '2021-03-23 02:43:58', 'web', '', NULL),
(2541, 'su.ch.oru.vs.k.iyana.t.o.liyy@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikyha', NULL, 'FALSE', '62.149.7.167', '2021-03-23 02:44:00', 'web', '', NULL),
(2542, 's.h.up.le.tco.vavik.torii.a@gmail.com\r\n', 'a24c09531845a3dd8a0122ea5f0ba731', 'Vikizte', NULL, 'FALSE', '62.149.7.167', '2021-03-23 03:06:25', 'web', '', NULL),
(2543, 's.uc.ho.r.u.v.s.k.i.ya.n.a.t.oliy.y@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikowj', NULL, 'FALSE', '62.149.7.167', '2021-03-23 03:19:27', 'web', '', NULL),
(2544, 's.h.u.p.l.e.t.c.o.v.av.ikt.o.r.i.i.a@gmail.com\r\n', 'a24c09531845a3dd8a0122ea5f0ba731', 'Vikidgq', NULL, 'FALSE', '62.149.7.172', '2021-03-23 16:27:04', 'web', '', NULL),
(2545, 'su.ch.or.u.vskiyan.a.t.ol.i.yy@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikyht', NULL, 'FALSE', '62.149.7.172', '2021-03-23 16:28:16', 'web', '', NULL),
(2546, 's.ucho.r.uvs.k.i.y.an.a.to.l.iy.y@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikrqi', NULL, 'FALSE', '188.213.34.27', '2021-03-24 06:10:52', 'web', '', NULL),
(2547, 'pjrao52@gmail.com', '8985c18f2e417aa62948fb77b2917106', 'p. jagadeswara rao', NULL, 'FALSE', '103.16.69.242', '2021-03-24 12:45:39', 'web', '', 0),
(2548, 'zuboalina@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'BennsWakenty', NULL, 'FALSE', '178.159.37.139', '2021-03-24 21:26:05', 'web', '', NULL),
(2549, 'suc.ho.ruvskiy.a.n.a.t.o.l.i.yy@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikjwt', NULL, 'FALSE', '31.28.163.54', '2021-03-25 21:52:35', 'web', '', NULL),
(2550, 'alfonsoromario64@gmail.com', 'da0dd98ca0b842c3688fde07349a090a', 'JamesBar', NULL, 'FALSE', '204.101.61.82', '2021-03-27 23:14:06', 'web', '', NULL),
(2551, 'egorkoronkin@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'dbnzzWakenty', NULL, 'FALSE', '178.159.37.139', '2021-03-27 23:30:49', 'web', '', NULL),
(2552, 'maryleedierdre43531958@gmail.com', 'a6680cefda666be63a2c27ae79b99f1f', 'DIUZLEP6BQSO9QVB30FDOUID http://google.com/984', NULL, 'FALSE', '144.91.99.47', '2021-03-29 10:28:46', 'web', '', NULL),
(2553, 'jen.t.ai.w.o.r.ld.pic.tu.r.e.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillPrigh', NULL, 'FALSE', '95.143.22.208', '2021-03-30 03:32:15', 'web', '', NULL),
(2554, 'vshvad1982@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'gffWakenty', NULL, 'FALSE', '178.159.37.139', '2021-03-30 22:31:48', 'web', '', NULL),
(2555, 'userza.l.e.vski.j.a.2.2.201@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniocjx', NULL, 'FALSE', '212.102.55.117', '2021-03-31 06:08:47', 'web', '', NULL),
(2556, 'sasha.pugachev.79@bk.ru', 'b67db725ad6c6c15ace5f9b4dbd76721', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://ibcbet-maxbet.com/cryptogods?keyword=sasha.pugachev.79@bk.ru', NULL, 'FALSE', '196.245.231.12', '2021-03-31 22:50:58', 'web', '', NULL),
(2557, 'oliver.nagel@gghi.de', 'fcf568d568e049546e479435d9504d1a', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://ibcbet-maxbet.com/cryptogods?keyword=oliver.nagel@gghi.de', NULL, 'FALSE', '196.242.4.10', '2021-03-31 22:56:40', 'web', '', NULL),
(2558, 'mara.aram@mail.ru', '56fe1d94fb5f452b0666ac16ff637f60', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://heatherseals.com/cryptogods?keyword=mara.aram@mail.ru', NULL, 'FALSE', '196.245.230.159', '2021-03-31 23:22:16', 'web', '', NULL),
(2559, 'mirzabekmirtursinov@gmail.com', 'daf2dabde17536eb525ffe4471f3004a', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://hagcapital.com/cryptogods?keyword=mirzabekmirtursinov@gmail.com', NULL, 'FALSE', '196.245.230.42', '2021-03-31 23:22:20', 'web', '', NULL),
(2560, 'moore.charles28@yahoo.com', '2882ca139f482b6b0559db5b1259b6e8', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://heatherseals.com/cryptogods?keyword=moore.charles28@yahoo.com', NULL, 'FALSE', '196.245.231.177', '2021-03-31 23:27:07', 'web', '', NULL),
(2561, 'joschi@joschiduck.de', 'f68f257e521ca9760032ef530a827d28', 'Sie haben einen Geldbonus auf Ihrem Konto http://hagcapital.com/cryptogods?keyword=joschi@joschiduck.de', NULL, 'FALSE', '196.245.231.62', '2021-03-31 23:51:16', 'web', '', NULL),
(2562, 'dfytdddtgghj3344@gmail.com', '432fa0a11ba7662d5d7626952bf08430', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://insurancepembrokepines.com/cryptogods?keyword=dfytdddtgghj3344@gmail.com', NULL, 'FALSE', '196.242.4.56', '2021-03-31 23:58:18', 'web', '', NULL),
(2563, 'wetzel-frank@versanet.de', 'e2984137ee0a6317c37b00a2da4c1b74', 'Die Ð¬berweisung ist auf Ihrem Konto eingegangen http://joos-e.com/cryptogods?keyword=wetzel-frank@versanet.de', NULL, 'FALSE', '196.245.231.105', '2021-04-01 00:24:34', 'web', '', NULL),
(2564, 'ryslan.altimihev@1979gmail.com', '74f14947e54cf6444a21161fab040369', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://marakigroup.com/cryptogods?keyword=ryslan.altimihev@1979gmail.com', NULL, 'FALSE', '196.245.230.20', '2021-04-01 01:02:13', 'web', '', NULL),
(2565, 'baby-cell@kabelmail.de', '8599999b3643ddb11b07dc59b26200e9', 'Der Geldpreis wurde Ihrem Konto gutgeschrieben http://marakigroup.com/cryptogods?keyword=baby-cell@kabelmail.de', NULL, 'FALSE', '196.242.4.242', '2021-04-01 01:02:16', 'web', '', NULL),
(2566, 'mari.usikova.84@bk.ru', '565d178269b23bceccae14eb2d6ef7fe', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://kumarbhot.com/cryptogods?keyword=mari.usikova.84@bk.ru', NULL, 'FALSE', '196.245.229.161', '2021-04-01 01:02:22', 'web', '', NULL),
(2567, 'dj-tantana@hotmail.de', '2fce171581ddd7ee04bc98a0c999df2a', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://makecustomer.com/cryptogods?keyword=dj-tantana@hotmail.de', NULL, 'FALSE', '196.245.231.138', '2021-04-01 01:08:41', 'web', '', NULL),
(2568, 'dennis.rehbock@glowshirt.de', '140d3fb9976a3c2d226901876c9456e0', 'Der Geldtransfer wird auf Ihrem Konto gutgeschrieben http://kumarbhot.com/cryptogods?keyword=dennis.rehbock@glowshirt.de', NULL, 'FALSE', '196.245.231.29', '2021-04-01 01:15:44', 'web', '', NULL),
(2569, 'v.vosckoboeva@yandex.ru', 'afb9fce3406ace8476421cff4d85a834', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://makecustomer.com/cryptogods?keyword=v.vosckoboeva@yandex.ru', NULL, 'FALSE', '196.245.231.36', '2021-04-01 01:33:55', 'web', '', NULL),
(2570, 'olenka-neizvestno@mail.ru', 'b93fa85d3a0c7e76c5aeaee4c3da95c7', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://kumarbhot.com/cryptogods?keyword=olenka-neizvestno@mail.ru', NULL, 'FALSE', '196.242.4.22', '2021-04-01 01:34:02', 'web', '', NULL),
(2571, 'gabberss@hotmail.de', '0679e88e85841e449dbfb7684f32024f', 'Finanztransfer ist auf Ihrem Konto angekommen http://kumarbhot.com/cryptogods?keyword=gabberss@hotmail.de', NULL, 'FALSE', '196.242.4.92', '2021-04-01 01:40:26', 'web', '', NULL),
(2572, 'buschi@evard.ch', 'ed3c752f773ba474c7007cbe5a8a70e0', 'Sie haben Geld auf Ihr Konto ÑŒberwiesen bekommen http://luxidore.com/cryptogods?keyword=buschi@evard.ch', NULL, 'FALSE', '196.245.230.251', '2021-04-01 01:47:00', 'web', '', NULL),
(2573, 'timm.fink@outlook.de', 'e0dfc14ba31a1ca7e974c3b12245383a', 'Auf Ihr Konto ist eine Ð¬berweisung in Euro eingegangen http://kumarbhot.com/cryptogods?keyword=timm.fink@outlook.de', NULL, 'FALSE', '196.242.4.82', '2021-04-01 01:47:04', 'web', '', NULL),
(2574, 'mila_orlova_1985_@mail.ru', '1a897031e3ecc7a5cbde6cdb67e9f42b', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://myordertracking.com/cryptogods?keyword=mila_orlova_1985_@mail.ru', NULL, 'FALSE', '196.245.229.245', '2021-04-01 02:05:43', 'web', '', NULL),
(2575, 'saha@inbox.ru', '3f519225b40a2aa0cc279fa194f89927', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://natwithe.com/cryptogods?keyword=saha@inbox.ru', NULL, 'FALSE', '196.245.230.62', '2021-04-01 02:05:45', 'web', '', NULL),
(2576, 'marc-altbuerger@outlook.de', '40d554cdf40cfef6ba9200a4e49f2068', 'Sie haben einen Geldpreis auf Ihrem Konto http://msncontent.com/cryptogods?keyword=marc-altbuerger@outlook.de', NULL, 'FALSE', '196.245.231.24', '2021-04-01 02:19:01', 'web', '', NULL),
(2577, 'kassinalekcej647@mail.ru', 'a675c233e769e88dfea56ca985685657', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://mytxrealtor.com/cryptogods?keyword=kassinalekcej647@mail.ru', NULL, 'FALSE', '196.245.231.102', '2021-04-01 02:36:53', 'web', '', NULL),
(2578, 'inna.korneva.98@mail.ru', 'abb934dddf1b60ffed693655487005dc', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://myordertracking.com/cryptogods?keyword=inna.korneva.98@mail.ru', NULL, 'FALSE', '196.245.229.228', '2021-04-01 02:36:58', 'web', '', NULL),
(2579, 'tim.morawa@wblmail.de', '7884e967b9e516c048dd54d76f5a3a0d', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://msncontent.com/cryptogods?keyword=tim.morawa@wblmail.de', NULL, 'FALSE', '196.245.229.219', '2021-04-01 02:44:01', 'web', '', NULL),
(2580, 'blueeyes@versanet.de', '2cb5ce78d90d041a049af3394ea37ef9', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://myordertracking.com/cryptogods?keyword=blueeyes@versanet.de', NULL, 'FALSE', '196.245.229.49', '2021-04-01 02:49:53', 'web', '', NULL),
(2581, 'grechkov88@bk.ru', '3c6117fbe2ac634ef67dfbf9b61c55a7', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://pellecuier.com/cryptogods?keyword=grechkov88@bk.ru', NULL, 'FALSE', '196.245.231.41', '2021-04-01 03:07:47', 'web', '', NULL),
(2582, 'olegjochim@gmail.com', 'a5e3ed8f0f75cd4da4f2d6dec27d7d95', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://posturbate.com/cryptogods?keyword=olegjochim@gmail.com', NULL, 'FALSE', '196.245.230.123', '2021-04-01 03:07:51', 'web', '', NULL),
(2583, 'ne.pal@web.de', '599d49458032f403165997e5e714067b', 'Ihr Euro-Preis ist jetzt auf Ihrem Konto verfÑŒgbar http://palmbeachunivesity.com/cryptogods?keyword=ne.pal@web.de', NULL, 'FALSE', '196.245.229.46', '2021-04-01 03:15:08', 'web', '', NULL),
(2584, 'blazena.haszak@gmx.at', 'b7685cd2d7a158d2b4d8548f850587cb', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://palmbeachunivesity.com/cryptogods?keyword=blazena.haszak@gmx.at', NULL, 'FALSE', '196.245.230.86', '2021-04-01 03:15:28', 'web', '', NULL),
(2585, 'consequenze@gmx.de', 'd7c7e6989e018857b8dc5e2ac88365e2', 'Geldgewinn ist auf Ihrem Konto angekommen http://peterdoes.com/cryptogods?keyword=consequenze@gmx.de', NULL, 'FALSE', '196.245.230.175', '2021-04-01 03:20:34', 'web', '', NULL),
(2586, 'xusaarapov2@gmail.com', 'ff85594911049f0816dc28c77c6bdf72', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://posturbate.com/cryptogods?keyword=xusaarapov2@gmail.com', NULL, 'FALSE', '196.245.230.250', '2021-04-01 03:38:33', 'web', '', NULL),
(2587, 'josef.fuchs@sbg.at', '7d916197855ccb29e97c498a0d964715', 'Finanzieller Bonus wurde auf Ihr Konto ÑŒberwiesen http://rachdaniel.com/cryptogods?keyword=josef.fuchs@sbg.at', NULL, 'FALSE', '196.245.230.222', '2021-04-01 03:46:37', 'web', '', NULL),
(2588, 'freddy607@freenet.de', '0cb76d31d26ebdb5388b17a8442548b8', 'Sie haben einen Geldbonus auf Ihrem Konto http://peterdoes.com/cryptogods?keyword=freddy607@freenet.de', NULL, 'FALSE', '196.245.231.60', '2021-04-01 03:51:21', 'web', '', NULL),
(2589, 'rasidakarimova6@gmail.com', 'b280d562d9fedf4f0900ec9730c82ad3', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://raiteki.com/cryptogods?keyword=rasidakarimova6@gmail.com', NULL, 'FALSE', '196.245.230.77', '2021-04-01 04:10:01', 'web', '', NULL),
(2590, 'manschitz@arcor.de', '33cffdb5380abd331d69a2a3c02e4882', 'Sie haben einen Geldbonus auf Ihrem Konto http://purpletype.com/cryptogods?keyword=manschitz@arcor.de', NULL, 'FALSE', '196.245.229.177', '2021-04-01 04:17:54', 'web', '', NULL),
(2591, 'traumkerzen2@gmx.de', 'ded09a1bf13b2fb4a685c0f007e5e654', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://raiteki.com/cryptogods?keyword=traumkerzen2@gmx.de', NULL, 'FALSE', '196.242.4.162', '2021-04-01 04:22:02', 'web', '', NULL),
(2592, 'piv_kat@list.ru', '1dec7546937677052c85380bf243234b', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://rebirththeory.com/cryptogods?keyword=piv_kat@list.ru', NULL, 'FALSE', '196.245.231.125', '2021-04-01 04:40:32', 'web', '', NULL),
(2593, 'davlat.gafurjanov.1999@mail.ru', 'ea9a937d60f73dba952ddfeee844336c', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://pystudygroup.com/cryptogods?keyword=davlat.gafurjanov.1999@mail.ru', NULL, 'FALSE', '196.245.230.118', '2021-04-01 04:40:43', 'web', '', NULL),
(2594, 'contact-isa.daussaint=skynet.be@astre-agence.com', 'ce4d0db087249da66b72c24bc63e7964', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://robindeclaro.com/cryptogods?keyword=contact-isa.daussaint=skynet.be@astre-agence.com', NULL, 'FALSE', '196.245.231.222', '2021-04-01 04:49:35', 'web', '', NULL),
(2595, 'fethi@hispeed.ch', '42bed7ec500998e5242d727c6ab83974', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://rachdaniel.com/cryptogods?keyword=fethi@hispeed.ch', NULL, 'FALSE', '196.245.231.60', '2021-04-01 04:52:41', 'web', '', NULL),
(2596, 'lejlasaskova31@gmail.com', '62b464eca7351d130b74271d546b3127', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://robindeclaro.com/cryptogods?keyword=lejlasaskova31@gmail.com', NULL, 'FALSE', '196.245.231.191', '2021-04-01 05:12:52', 'web', '', NULL),
(2597, '1571765@onlinehome.de', '63c69176252417bf43779c788567486b', 'Sie bekommen Geldgeschenke auf Ihr Konto http://seowarden.com/cryptogods?keyword=1571765@onlinehome.de', NULL, 'FALSE', '196.245.230.245', '2021-04-01 05:21:54', 'web', '', NULL),
(2598, 'marceloperez@freenet.de', 'dad843f475f24e55160af4dfaa8ca1e8', 'Ein Geldgeschenk in Euro ist auf Ihrem Konto verfÑŒgbar http://ryantfeldhausen.com/cryptogods?keyword=marceloperez@freenet.de', NULL, 'FALSE', '196.242.4.40', '2021-04-01 05:23:58', 'web', '', NULL),
(2599, 'vonbank@andre.at', 'ae175ce35f666be01689d0fa8a3722f7', 'GeldÑŒberweisung ist auf Ihrem Konto angekommen http://robopotato.com/cryptogods?keyword=vonbank@andre.at', NULL, 'FALSE', '196.245.229.242', '2021-04-01 05:27:57', 'web', '', NULL),
(2600, 'artemmatosan67@gmail.com', 'e879c1f74eb8c040ca7af9f83fafca58', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://speytec.com/cryptogods?keyword=artemmatosan67@gmail.com', NULL, 'FALSE', '196.242.4.217', '2021-04-01 05:44:02', 'web', '', NULL),
(2601, 'narodny-soyuz@mail.ru', '02108c7bae5647d62de4a51167142375', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://robopotato.com/cryptogods?keyword=narodny-soyuz@mail.ru', NULL, 'FALSE', '196.245.231.219', '2021-04-01 05:44:04', 'web', '', NULL),
(2602, 'druidenbaum@freenet.de', '4561fa79ab33824c9a96fe8fb6f05e07', 'Der Geldpreis wurde Ihrem Konto gutgeschrieben http://teloaparco.com/cryptogods?keyword=druidenbaum@freenet.de', NULL, 'FALSE', '196.245.231.168', '2021-04-01 05:53:13', 'web', '', NULL),
(2603, 'thomas.zelinski@basf-ag.de', 'edfbd7b9b4b140420326a0d380e08208', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://ryantfeldhausen.com/cryptogods?keyword=thomas.zelinski@basf-ag.de', NULL, 'FALSE', '196.245.231.78', '2021-04-01 05:54:41', 'web', '', NULL),
(2604, 'omaraan796@gmail.ru', 'acd4e08fdc50f1796fc7bc98e9e42c27', 'Ð¡Ñ€ÐµÐ´ÑÑ‚Ð²Ð° Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð»Ð¸ Ð½Ð° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ http://spotlightnights.com/cryptogods?keyword=omaraan796@gmail.ru', NULL, 'FALSE', '196.245.230.192', '2021-04-01 06:14:38', 'web', '', NULL),
(2605, 'reinhard.huetter@student.tugraz.at', 'c98c496cc7d34143692c62521f3a0c33', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://smartpharmacare.com/cryptogods?keyword=reinhard.huetter@student.tugraz.at', NULL, 'FALSE', '196.245.231.118', '2021-04-01 06:24:03', 'web', '', NULL),
(2606, 'amilo2016@web.de', '108c3b5868b2ad1724bb4dba520b759d', 'Auf Ihrem Konto ist eine Ð¬berweisung eingegangen http://speytec.com/cryptogods?keyword=amilo2016@web.de', NULL, 'FALSE', '196.245.231.110', '2021-04-01 06:24:34', 'web', '', NULL),
(2607, 'aslbekalmardonov0790@gmail.com', '6fcbb5ec8c480418f6c89e05bec53f6c', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://ugtreats.com/cryptogods?keyword=aslbekalmardonov0790@gmail.com', NULL, 'FALSE', '196.245.229.20', '2021-04-01 06:45:40', 'web', '', NULL),
(2608, 'ib12589098521@gmail.com', '93cd45b64e5cd893926fc5114b56b007', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://triplync.com/cryptogods?keyword=ib12589098521@gmail.com', NULL, 'FALSE', '196.245.229.43', '2021-04-01 06:45:52', 'web', '', NULL),
(2609, 'jens-jaenicke@web.de', '6200123c78ab4a0e373232b927ccdf1a', 'Sie haben einen Geldbonus auf Ihrem Konto http://triplync.com/cryptogods?keyword=jens-jaenicke@web.de', NULL, 'FALSE', '196.245.231.153', '2021-04-01 06:55:31', 'web', '', NULL),
(2610, 'lars.kloppich@gmx.de', '323319bec77c7fb2c3054b18ecd7a304', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://triplync.com/cryptogods?keyword=lars.kloppich@gmx.de', NULL, 'FALSE', '196.242.4.202', '2021-04-01 06:56:36', 'web', '', NULL),
(2611, 'alsherievasilzhan@gmail.com', 'cd6a9f88236f4dbd70dd5c790f52aef1', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://ugtreats.com/cryptogods?keyword=alsherievasilzhan@gmail.com', NULL, 'FALSE', '196.245.231.97', '2021-04-01 07:16:06', 'web', '', NULL),
(2612, 'rudgerstenberg@tonline.de', 'b4cee2ba8bec3c4c465ab9cc02fc3f8f', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://travuba.com/cryptogods?keyword=rudgerstenberg@tonline.de', NULL, 'FALSE', '196.242.4.97', '2021-04-01 07:41:01', 'web', '', NULL),
(2613, 'odinaeva.muniraxon@gmail.com', '7178bb12bc5651f64ddfc12233a5514c', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://yatto1024.com/cryptogods?keyword=odinaeva.muniraxon@gmail.com', NULL, 'FALSE', '196.245.231.136', '2021-04-01 07:46:22', 'web', '', NULL),
(2614, 'pfarre.lembach@dioezese-linz.at', '9dac9b45776d77ed98d85534be1afb20', 'Sie haben ein Geldgeschenk auf Ihr Konto erhalten http://unerr.com/cryptogods?keyword=pfarre.lembach@dioezese-linz.at', NULL, 'FALSE', '196.245.231.94', '2021-04-01 07:57:37', 'web', '', NULL),
(2615, 'm.seitlinger@tugraz.at', '33972368cb3f4e55f90fb765f3266c98', 'Der Geldtransfer wird auf Ihrem Konto gutgeschrieben http://vdonotes.com/cryptogods?keyword=m.seitlinger@tugraz.at', NULL, 'FALSE', '196.245.231.90', '2021-04-01 07:57:38', 'web', '', NULL),
(2616, 'fima777@i.ua', '12749e53547362a08c1d7b3bc1003f7c', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://yannborgnet.com/cryptogods?keyword=fima777@i.ua', NULL, 'FALSE', '196.245.230.39', '2021-04-01 08:17:04', 'web', '', NULL),
(2617, 'yerjanshaixyslam@gmail.com', '1931ea247a840b75e60cc1cae19ce499', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://wensleytech.com/cryptogods?keyword=yerjanshaixyslam@gmail.com', NULL, 'FALSE', '196.245.229.185', '2021-04-01 08:17:06', 'web', '', NULL),
(2618, 'andy_gruessung@yahoo.de', '38c57559d49b5b3a28192a1f8af3aaf9', 'Der Geldtransfer wird auf Ihrem Konto gutgeschrieben http://yannborgnet.com/cryptogods?keyword=andy_gruessung@yahoo.de', NULL, 'FALSE', '196.245.229.237', '2021-04-01 08:24:46', 'web', '', NULL),
(2619, 'jeremyfabeck@web.de', 'c7bc33df2c1931d8c81c81d6f2a1c26e', 'Der Geldpreis wurde Ihrem Konto gutgeschrieben http://wensleytech.com/cryptogods?keyword=jeremyfabeck@web.de', NULL, 'FALSE', '196.245.231.114', '2021-04-01 08:28:26', 'web', '', NULL),
(2620, 'malih8351@gmail.com', '37d57b454013e2f7ddcbf95ddd1bff51', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://howtocam.com/cryptogods?keyword=malih8351@gmail.com', NULL, 'FALSE', '196.245.231.63', '2021-04-01 08:48:10', 'web', '', NULL),
(2621, 'kpv200390@gmail.com', '16467775e643f55fd70f3ab1917be768', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://guneyafrikaturlari.com/cryptogods?keyword=kpv200390@gmail.com', NULL, 'FALSE', '196.245.231.203', '2021-04-01 08:48:15', 'web', '', NULL),
(2622, 'paxx@omnibase.de', '505516aa7a355e324e5704358d98bf09', 'Der Geldpreis ist auf Ihrem Konto verfÑŒgbar http://ibcbet-maxbet.com/cryptogods?keyword=paxx@omnibase.de', NULL, 'FALSE', '196.245.229.217', '2021-04-01 08:59:18', 'web', '', NULL),
(2623, 'writher@online.de', 'fea35521f2b2464ab460346b17088d66', 'Sie haben einen Geldpreis auf Ihrem Konto http://guneyafrikaturlari.com/cryptogods?keyword=writher@online.de', NULL, 'FALSE', '196.245.230.61', '2021-04-01 08:59:33', 'web', '', NULL),
(2624, 'andi2208@gmx.de', 'ee05dea6dfc10830d23d5dd652034afd', 'Ein Geldgeschenk in Euro ist auf Ihrem Konto verfÑŒgbar http://howtocam.com/cryptogods?keyword=andi2208@gmx.de', NULL, 'FALSE', '196.242.4.242', '2021-04-01 09:08:22', 'web', '', NULL),
(2625, 'lipka_official@mail.ru', 'df7d17dca82504dd69b42f91a7856505', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://hagcapital.com/cryptogods?keyword=lipka_official@mail.ru', NULL, 'FALSE', '196.242.4.48', '2021-04-01 09:18:45', 'web', '', NULL),
(2626, 'didier.delpech@hotmail.fr', '7e347f7b57eabc88d8a77c4600d2ba75', 'Sie haben Geld auf Ihr Konto ÑŒberwiesen bekommen http://howtocam.com/cryptogods?keyword=didier.delpech@hotmail.fr', NULL, 'FALSE', '196.242.4.233', '2021-04-01 09:30:11', 'web', '', NULL),
(2627, 'vertragsangebote@alice.de', '3c086e6c87537298b5296333ba518ff9', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://ibcbet-maxbet.com/cryptogods?keyword=vertragsangebote@alice.de', NULL, 'FALSE', '196.242.4.174', '2021-04-01 09:30:13', 'web', '', NULL),
(2628, 'marufsojmardanov2308@gmail.com', 'a6eb29df871551090836da412848722e', 'ÐÐ° Ð’Ð°ÑˆÐµ Ð¸Ð¼Ñ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://katelyncateron.com/cryptogods?keyword=marufsojmardanov2308@gmail.com', NULL, 'FALSE', '196.245.229.116', '2021-04-01 09:49:22', 'web', '', NULL),
(2629, 'marianna.reusser@armasuisse.ch', '495f43a1db4bfc22f6edbf178740ca44', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://katelyncateron.com/cryptogods?keyword=marianna.reusser@armasuisse.ch', NULL, 'FALSE', '196.242.4.235', '2021-04-01 09:59:50', 'web', '', NULL),
(2630, 'abcdef@go4more.de', 'b211fba8989caa1b5d86403b1bf05e0a', 'Finanzieller Bonus wurde auf Ihr Konto ÑŒberwiesen http://insurancepembrokepines.com/cryptogods?keyword=abcdef@go4more.de', NULL, 'FALSE', '196.245.231.164', '2021-04-01 10:01:26', 'web', '', NULL),
(2631, 'holliga@freenet.de', 'd57210c59ac5e16b9477ace2cdf5c009', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://kickthehype.com/cryptogods?keyword=holliga@freenet.de', NULL, 'FALSE', '196.245.231.171', '2021-04-01 10:01:37', 'web', '', NULL),
(2632, 'saranin1980@mail.ru', 'f57e45e27642b7114c2feed5d45ed210', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://kickthehype.com/cryptogods?keyword=saranin1980@mail.ru', NULL, 'FALSE', '196.245.231.121', '2021-04-01 10:19:50', 'web', '', NULL),
(2633, 'mairambek92@gmail.com', '9a8bbdaf868cc58f962dd088c07eecf8', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://joos-e.com/cryptogods?keyword=mairambek92@gmail.com', NULL, 'FALSE', '196.245.230.128', '2021-04-01 10:19:50', 'web', '', NULL),
(2634, 'charmer@albnet.de', '2b81289c1a88ef7d364b37ae0e80d9aa', 'Finanzieller Bonus wurde auf Ihr Konto ÑŒberwiesen http://kickthehype.com/cryptogods?keyword=charmer@albnet.de', NULL, 'FALSE', '196.242.4.129', '2021-04-01 10:31:56', 'web', '', NULL),
(2635, 'die-schulzes@freenet.de', '3ed32363e8f022915e07f6c010085001', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://insurancepembrokepines.com/cryptogods?keyword=die-schulzes@freenet.de', NULL, 'FALSE', '196.245.230.170', '2021-04-01 10:32:01', 'web', '', NULL),
(2636, 'stephanie@kirschner.ch', 'a597dd94f9e112fab030fb33046c597b', 'Sie haben einen Geldpreis auf Ihrem Konto http://katelyncateron.com/cryptogods?keyword=stephanie@kirschner.ch', NULL, 'FALSE', '196.242.4.204', '2021-04-01 10:46:54', 'web', '', NULL),
(2637, 'petrovaleksey560@gmail.com', '16ea3ad3813e2efa7372d8d5cda4b112', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://makecustomer.com/cryptogods?keyword=petrovaleksey560@gmail.com', NULL, 'FALSE', '196.245.230.212', '2021-04-01 10:50:56', 'web', '', NULL),
(2638, 'yuldoshbutayrov@gmail.com', 'ec858966bc7d3e4e25510cff683767b5', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://kumarbhot.com/cryptogods?keyword=yuldoshbutayrov@gmail.com', NULL, 'FALSE', '196.245.230.86', '2021-04-01 10:50:57', 'web', '', NULL),
(2639, 'hpytlik@baj-bi.de', '032fb91f09efd94462d9164219d2abee', 'Finanzieller Bonus auf Ihrem Konto angekommen http://makecustomer.com/cryptogods?keyword=hpytlik@baj-bi.de', NULL, 'FALSE', '196.242.4.188', '2021-04-01 11:04:21', 'web', '', NULL),
(2640, 'mkrr67@web.de', '0b61c0f0dd0b879d0787f576b1175c4a', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://ksinsuranceprotection.com/cryptogods?keyword=mkrr67@web.de', NULL, 'FALSE', '196.245.230.155', '2021-04-01 11:04:25', 'web', '', NULL),
(2641, 'tsurylnikova9071@gmail.com', 'd7e83b746ca18b4a83c333706986ab9e', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://ksinsuranceprotection.com/cryptogods?keyword=tsurylnikova9071@gmail.com', NULL, 'FALSE', '196.242.4.62', '2021-04-01 11:21:58', 'web', '', NULL),
(2642, 'mike@rinschen.de', 'aa4e65637076b3f7b63b675471768972', 'Geldgeschenk ist auf Ihrem Konto verfÑŒgbar http://ksinsuranceprotection.com/cryptogods?keyword=mike@rinschen.de', NULL, 'FALSE', '196.242.4.114', '2021-04-01 11:34:39', 'web', '', NULL),
(2643, 'g_unit22@web.de', 'fb7d1da56057311a1e0702a372743ad7', 'Sie haben einen Geldbonus auf Ihrem Konto http://ksinsuranceprotection.com/cryptogods?keyword=g_unit22@web.de', NULL, 'FALSE', '196.245.229.45', '2021-04-01 11:35:24', 'web', '', NULL),
(2644, '13051999zeka@gmail.com', '50c7580ab71c810e0a0a3e60911c1653', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://mytxrealtor.com/cryptogods?keyword=13051999zeka@gmail.com', NULL, 'FALSE', '196.245.231.2', '2021-04-01 11:52:32', 'web', '', NULL),
(2645, 'shiksvetlana171111@gmail.com', '2fae254aad59809cbe522aadd9df1a38', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://msncontent.com/cryptogods?keyword=shiksvetlana171111@gmail.com', NULL, 'FALSE', '196.242.4.159', '2021-04-01 11:52:37', 'web', '', NULL),
(2646, 'walter.bolliger@prolan.ch', '736a1a305c0b7b6a78cfcd37f7aec58b', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://openjoystickdisplay.com/cryptogods?keyword=walter.bolliger@prolan.ch', NULL, 'FALSE', '196.242.4.154', '2021-04-01 12:05:28', 'web', '', NULL),
(2647, 'sarahschiebel94@gmx.de', '3becf99514bdf7921516bd3fa004ff73', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://myordertracking.com/cryptogods?keyword=sarahschiebel94@gmx.de', NULL, 'FALSE', '196.245.230.151', '2021-04-01 12:05:28', 'web', '', NULL),
(2648, 'claudio_andi@yahoo.de', '018499ff5eeaab98508c302eac113f22', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://myordertracking.com/cryptogods?keyword=claudio_andi@yahoo.de', NULL, 'FALSE', '196.245.229.43', '2021-04-01 12:20:12', 'web', '', NULL),
(2649, 'anniejoe94@gmail.com', 'c81bd6642243c392b41856f6578e0e66', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://natwithe.com/cryptogods?keyword=anniejoe94@gmail.com', NULL, 'FALSE', '196.245.229.15', '2021-04-01 12:22:59', 'web', '', NULL),
(2650, 'olga.frolova.r@gmail.com', '544ef6f7a311be37c286fee7bd1c9b98', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://mytxrealtor.com/cryptogods?keyword=olga.frolova.r@gmail.com', NULL, 'FALSE', '196.242.4.15', '2021-04-01 12:23:13', 'web', '', NULL),
(2651, 'jemundts@netcologne.de', '252073076d6e9db2231aa01ea2fe20a8', 'Der Geldpreis wurde Ihrem Konto gutgeschrieben http://msncontent.com/cryptogods?keyword=jemundts@netcologne.de', NULL, 'FALSE', '196.245.230.45', '2021-04-01 12:36:44', 'web', '', NULL),
(2652, 'mr.dean3@gmail.com', '6d06dd15f944ea1dcc42110220c3e8b6', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://mytxrealtor.com/cryptogods?keyword=mr.dean3@gmail.com', NULL, 'FALSE', '196.242.4.161', '2021-04-01 12:37:04', 'web', '', NULL),
(2653, 'aleksandrbogatyrev86215@gmail.com', 'bf671546d88789b441cffe1bc0139264', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://pellecuier.com/cryptogods?keyword=aleksandrbogatyrev86215@gmail.com', NULL, 'FALSE', '196.242.4.232', '2021-04-01 12:53:43', 'web', '', NULL),
(2654, 'uhellwig@web.de', 'e0f3ae649afb6d768e45e68cfae401c7', 'Sie haben ein Geldgeschenk auf Ihr Konto erhalten http://palmbeachunivesity.com/cryptogods?keyword=uhellwig@web.de', NULL, 'FALSE', '196.242.4.7', '2021-04-01 13:07:24', 'web', '', NULL),
(2655, 'micha-1000@live.de', 'b21cfe73a0a170f2e7e0cd56f6511b82', 'Sie haben einen Geldpreis auf Ihrem Konto http://posturbate.com/cryptogods?keyword=micha-1000@live.de', NULL, 'FALSE', '196.245.230.48', '2021-04-01 13:07:50', 'web', '', NULL),
(2656, 'hatunmnacakanan95@gmail.com', 'd5c046ca3f3438f2d2f3a9fba150130f', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://photoworldmap.com/cryptogods?keyword=hatunmnacakanan95@gmail.com', NULL, 'FALSE', '196.242.4.151', '2021-04-01 13:24:31', 'web', '', NULL),
(2657, 'ruslan1981gavrilov@gmail.com', '1e7e1ca1720a110225d2ffdeb8c03cbd', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://pellecuier.com/cryptogods?keyword=ruslan1981gavrilov@gmail.com', NULL, 'FALSE', '196.245.229.129', '2021-04-01 13:24:31', 'web', '', NULL),
(2658, 'john.chevalier@wanadoo.fr', '6b4bb02ef420f0f8b0d95c405a8f5bfb', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://palmbeachunivesity.com/cryptogods?keyword=john.chevalier@wanadoo.fr', NULL, 'FALSE', '196.245.229.8', '2021-04-01 13:38:21', 'web', '', NULL),
(2659, 'domains@guest-hosting.ch', '5302cea85d93b8625dfd6826bc888bf0', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://peterdoes.com/cryptogods?keyword=domains@guest-hosting.ch', NULL, 'FALSE', '196.245.230.198', '2021-04-01 13:38:54', 'web', '', NULL),
(2660, 'mpw1970@web.de', '94ca0830a8daf4851414e177d878b5e2', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://peterdoes.com/cryptogods?keyword=mpw1970@web.de', NULL, 'FALSE', '196.245.231.61', '2021-04-01 13:47:02', 'web', '', NULL),
(2661, 'nurbolmakenov322@gmail.com', 'd49a6c176ff1ad42bd1d36443b641c33', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://rachdaniel.com/cryptogods?keyword=nurbolmakenov322@gmail.com', NULL, 'FALSE', '196.242.4.145', '2021-04-01 13:56:01', 'web', '', NULL),
(2662, 'esbaevabakygul3@gmai.com', '8111fa85a98d26de63ad787f06de0d9c', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://purpletype.com/cryptogods?keyword=esbaevabakygul3@gmai.com', NULL, 'FALSE', '196.245.230.65', '2021-04-01 13:56:02', 'web', '', NULL),
(2663, 'bah.priscilla@icliud.com', 'e12c9a6fadb4469c757e33b00d93141b', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://raiteki.com/cryptogods?keyword=bah.priscilla@icliud.com', NULL, 'FALSE', '196.242.4.227', '2021-04-01 14:09:26', 'web', '', NULL),
(2664, 'rannevakristina0@gmail.com', '6e959b2730770ce36b831a9d3f33c6a0', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://purpletype.com/cryptogods?keyword=rannevakristina0@gmail.com', NULL, 'FALSE', '196.245.229.193', '2021-04-01 14:26:41', 'web', '', NULL),
(2665, 'karabietskaya@gmail.com', '455e1e242e6808de6b9ede12c878d773', 'ÐÐ° Ð’Ð°ÑˆÐµ Ð¸Ð¼Ñ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://rebirththeory.com/cryptogods?keyword=karabietskaya@gmail.com', NULL, 'FALSE', '196.242.4.177', '2021-04-01 14:26:41', 'web', '', NULL),
(2666, 'maiorca-quovadis@live.de', '49403499e170e3a0c5e40a2f20a444cf', 'Der Geldtransfer wird auf Ihrem Konto gutgeschrieben http://rebirththeory.com/cryptogods?keyword=maiorca-quovadis@live.de', NULL, 'FALSE', '196.242.4.198', '2021-04-01 14:40:49', 'web', '', NULL),
(2667, 'tilman.koenigswieser@gespag.at', '277d0b60eb7988392a003c037ab485e2', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://purpletype.com/cryptogods?keyword=tilman.koenigswieser@gespag.at', NULL, 'FALSE', '196.245.231.30', '2021-04-01 14:41:32', 'web', '', NULL),
(2668, 'stazhetskaite@gmail.com', 'd17f2ddc3d24592e255a3b82843a86ed', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://seowarden.com/cryptogods?keyword=stazhetskaite@gmail.com', NULL, 'FALSE', '196.245.231.30', '2021-04-01 14:57:53', 'web', '', NULL),
(2669, 'ermolaeva.margarita@yandex.ru', 'f9ba94a5ee1c94c4c603106181bb3d54', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://robindeclaro.com/cryptogods?keyword=ermolaeva.margarita@yandex.ru', NULL, 'FALSE', '196.242.4.72', '2021-04-01 14:57:54', 'web', '', NULL),
(2670, 'andere70@gmx.de', '752797f0320eafdc402fb0f157fee062', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://sbubbl.com/cryptogods?keyword=andere70@gmx.de', NULL, 'FALSE', '196.245.230.27', '2021-04-01 15:11:32', 'web', '', NULL),
(2671, 'tender@coolmail.ch', 'e82167d8f94e724c3b2cc8d453127c5a', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://ryantfeldhausen.com/cryptogods?keyword=tender@coolmail.ch', NULL, 'FALSE', '196.245.230.40', '2021-04-01 15:12:45', 'web', '', NULL),
(2672, 'armani911_aliko@gmx.de', '1010a115d5989a67f8d24dd28106dc3e', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://robindeclaro.com/cryptogods?keyword=armani911_aliko@gmx.de', NULL, 'FALSE', '196.245.231.105', '2021-04-01 15:14:52', 'web', '', NULL),
(2673, 'maria.22.84@mail.ru', '0445b2cc50aed1c5dfd79143694311e1', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://robopotato.com/cryptogods?keyword=maria.22.84@mail.ru', NULL, 'FALSE', '196.245.231.214', '2021-04-01 15:29:04', 'web', '', NULL),
(2674, 'repper2008@mail.ru', '96c0edc3dac4617bc3bdbe8bafdd536a', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://sbubbl.com/cryptogods?keyword=repper2008@mail.ru', NULL, 'FALSE', '196.245.229.75', '2021-04-01 15:29:04', 'web', '', NULL),
(2675, 'c.li.ff7.7.watk.i.n.s8w.h.ith.loo.ny.p.uck.9.@gmail.com', '7804a9b1e72b1c8893310fc9c6750cd2', 'JamalThato', NULL, 'FALSE', '18.193.5.93', '2021-04-01 15:38:59', 'web', '', NULL),
(2676, 'anetanowak7@yahoo.de', '99a35f2096b309ecc3af480f70444f55', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://sbubbl.com/cryptogods?keyword=anetanowak7@yahoo.de', NULL, 'FALSE', '196.245.230.172', '2021-04-01 15:42:20', 'web', '', NULL),
(2677, 'trumha@alice.de', '2a81b12e0d2aefffb21ed76866fbed09', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://sbubbl.com/cryptogods?keyword=trumha@alice.de', NULL, 'FALSE', '196.245.231.14', '2021-04-01 15:43:38', 'web', '', NULL),
(2678, 'albersdoerfer@yahoo.de', 'f71f548657f8121f2ca7b1eead3d2db5', 'Die Ð¬berweisung ist auf Ihrem Konto eingegangen http://speytec.com/cryptogods?keyword=albersdoerfer@yahoo.de', NULL, 'FALSE', '196.242.4.179', '2021-04-01 15:58:18', 'web', '', NULL),
(2679, 'vikrorialebed1212@gmail.com', '9efce86898bd92b000f074a15b18fed0', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://smartpharmacare.com/cryptogods?keyword=vikrorialebed1212@gmail.com', NULL, 'FALSE', '196.242.4.18', '2021-04-01 16:00:59', 'web', '', NULL),
(2680, 'rachel.buntrock@gmx.de', 'b51eb1c3475fcc2d6f02d76b9de8f1df', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://shitbantz.com/cryptogods?keyword=rachel.buntrock@gmx.de', NULL, 'FALSE', '196.242.4.145', '2021-04-01 16:14:12', 'web', '', NULL),
(2681, 'gg@myonline.be', '37c75a13a131608d198677e682f9ffb2', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://teloaparco.com/cryptogods?keyword=gg@myonline.be', NULL, 'FALSE', '196.245.231.24', '2021-04-01 16:15:01', 'web', '', NULL),
(2682, 'dariha.janel@gmail.com', 'c5f04133021ab5deecf17594e7e1d0f0', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://teloaparco.com/cryptogods?keyword=dariha.janel@gmail.com', NULL, 'FALSE', '196.245.229.116', '2021-04-01 16:31:43', 'web', '', NULL),
(2683, 'sevaldinaalena@gmail.com', 'b886230e54c7a81f21da6ee2aeb8de19', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://speytec.com/cryptogods?keyword=sevaldinaalena@gmail.com', NULL, 'FALSE', '196.245.229.41', '2021-04-01 16:32:01', 'web', '', NULL),
(2684, 'depeerhoff@wtnet.de', 'b8b9734fb0547a030f6e10932bfaf2e4', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://shitbantz.com/cryptogods?keyword=depeerhoff@wtnet.de', NULL, 'FALSE', '196.245.230.10', '2021-04-01 16:41:38', 'web', '', NULL),
(2685, 'manuela.junge@der-schmidt.de', '2da09029fa3d963f0eaf4d53722b02de', 'Finanzieller Bonus wurde auf Ihr Konto ÑŒberwiesen http://smartpharmacare.com/cryptogods?keyword=manuela.junge@der-schmidt.de', NULL, 'FALSE', '196.245.231.127', '2021-04-01 16:45:35', 'web', '', NULL),
(2686, 'antje.proske@tudresden.de', 'a0dd2bf3810be49b229f0594bd5e747c', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://speytec.com/cryptogods?keyword=antje.proske@tudresden.de', NULL, 'FALSE', '196.245.231.43', '2021-04-01 16:46:22', 'web', '', NULL),
(2687, 'alex.bo2018vrn@gmail.com', 'ca143535222003b7dd1cc08fdd4a62ca', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://travuba.com/cryptogods?keyword=alex.bo2018vrn@gmail.com', NULL, 'FALSE', '196.245.229.30', '2021-04-01 17:03:14', 'web', '', NULL),
(2688, 'susi.quint@freenet.de', '7bc3e49977c083d3acccde8fd5c0a97b', 'Finanzieller Bonus wurde auf Ihr Konto ÑŒberwiesen http://travuba.com/cryptogods?keyword=susi.quint@freenet.de', NULL, 'FALSE', '196.242.4.20', '2021-04-01 17:16:49', 'web', '', NULL),
(2689, 'von-loehr@freenet.de', '9affb551a6ae35cd14da3b563d428966', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://thehealth-directory.com/cryptogods?keyword=von-loehr@freenet.de', NULL, 'FALSE', '196.245.229.184', '2021-04-01 17:17:26', 'web', '', NULL),
(2690, 'gamigoplayer@orebes.de', '6b36fa051cbc5e20e83bc237a89c6066', 'Sie haben einen Geldbonus auf Ihrem Konto http://thehealth-directory.com/cryptogods?keyword=gamigoplayer@orebes.de', NULL, 'FALSE', '196.245.231.6', '2021-04-01 17:32:26', 'web', '', NULL),
(2691, 'lusapancenko8@gmail.com', '70281a0eaf27f18a01a65dd132708963', 'ÐÐ° Ð’Ð°ÑˆÐµ Ð¸Ð¼Ñ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://thehealth-directory.com/cryptogods?keyword=lusapancenko8@gmail.com', NULL, 'FALSE', '196.242.4.173', '2021-04-01 17:35:00', 'web', '', NULL),
(2692, 'dever33@yndex.ru', 'dbb133c4a76a6b816276acf15f43117b', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://thehealth-directory.com/cryptogods?keyword=dever33@yndex.ru', NULL, 'FALSE', '196.245.230.206', '2021-04-01 17:35:22', 'web', '', NULL),
(2693, 'zeitok@yahoo.de', 'c008724465bb899ebaa64c3d41e268db', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://ugtreats.com/cryptogods?keyword=zeitok@yahoo.de', NULL, 'FALSE', '196.245.230.180', '2021-04-01 17:48:41', 'web', '', NULL),
(2694, 'feda12@web.de', 'efc17a248085fa2f446ef4c95cfedd0c', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://yatto1024.com/cryptogods?keyword=feda12@web.de', NULL, 'FALSE', '196.242.4.113', '2021-04-01 17:48:44', 'web', '', NULL),
(2695, 'realtcontinental@gmail.com', '1ebaa43f4347fbdebc5468e0b5f4583c', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://yatto1024.com/cryptogods?keyword=realtcontinental@gmail.com', NULL, 'FALSE', '196.242.4.142', '2021-04-01 18:06:25', 'web', '', NULL),
(2696, 'shaginaalenka@gmail.com', '4eb16e1795633ecda292d4ca1380be48', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://yatto1024.com/cryptogods?keyword=shaginaalenka@gmail.com', NULL, 'FALSE', '196.245.229.49', '2021-04-01 18:06:44', 'web', '', NULL),
(2697, 'yingyang23@web.de', '63b066ec74c56c8004b9a7019f890efd', 'Sie haben einen Geldbonus auf Ihrem Konto http://vdonotes.com/cryptogods?keyword=yingyang23@web.de', NULL, 'FALSE', '196.245.230.149', '2021-04-01 18:16:27', 'web', '', NULL),
(2698, 'amal.darwish@ahi-carrier.at', '2518f3d474f68ef2b40f3d2ffefe7aa5', 'Sie haben einen Euro-Preis auf Ihrem Konto http://yannborgnet.com/cryptogods?keyword=amal.darwish@ahi-carrier.at', NULL, 'FALSE', '196.242.4.84', '2021-04-01 18:20:15', 'web', '', NULL),
(2699, 'serjant001@bk.ru', 'ea753a3ecfbaeea0bd9c712d033e48c3', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://wensleytech.com/cryptogods?keyword=serjant001@bk.ru', NULL, 'FALSE', '196.245.230.73', '2021-04-01 18:37:58', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(2700, 'vallace67@gmail.com', 'db93c10f7b4ccf218bba94e0435952e5', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://unerr.com/cryptogods?keyword=vallace67@gmail.com', NULL, 'FALSE', '196.245.231.23', '2021-04-01 18:38:21', 'web', '', NULL),
(2701, 'mehrab.parvizfar@web.de', '1225f7b77d7d4441dadcd4fd745c7520', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://vdonotes.com/cryptogods?keyword=mehrab.parvizfar@web.de', NULL, 'FALSE', '196.245.231.188', '2021-04-01 18:52:09', 'web', '', NULL),
(2702, 'tohr.43@gmx.de', '4cde6b6b0c1892ce0a6348d3ea24c1dc', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://yannborgnet.com/cryptogods?keyword=tohr.43@gmx.de', NULL, 'FALSE', '196.245.231.114', '2021-04-01 19:02:13', 'web', '', NULL),
(2703, 'inaletova@mail.ru', 'd130806d7eb3239e594e3bfac9ddbde4', 'ÐŸÐµÑ€ÐµÐ²Ð¾Ð´ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð½Ð° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ http://vdonotes.com/cryptogods?keyword=inaletova@mail.ru', NULL, 'FALSE', '196.242.4.228', '2021-04-01 19:11:07', 'web', '', NULL),
(2704, 'schneedirk@gmx.de', '842d586f24e825642a0b19ca1a1403bc', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://unerr.com/cryptogods?keyword=schneedirk@gmx.de', NULL, 'FALSE', '196.245.229.221', '2021-04-01 19:25:55', 'web', '', NULL),
(2705, 'captainglenn@worldnet.att.net', 'dbe9a7267e03afc70158fda43c2de83d', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://vdonotes.com/cryptogods?keyword=captainglenn@worldnet.att.net', NULL, 'FALSE', '196.242.4.38', '2021-04-01 19:25:55', 'web', '', NULL),
(2706, '5337653@gmail.com', '449b974c9e38453844a5a7e238d72dcd', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://vdonotes.com/cryptogods?keyword=5337653@gmail.com', NULL, 'FALSE', '196.245.230.223', '2021-04-01 19:44:23', 'web', '', NULL),
(2707, 'fs.cars@web.de', 'b1bb0e2cfcd061905447beb4d57655d3', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://yannborgnet.com/cryptogods?keyword=fs.cars@web.de', NULL, 'FALSE', '196.245.230.62', '2021-04-01 19:52:34', 'web', '', NULL),
(2708, 'sascha636@freenet.de', 'cfafbc14bf3f1f7ac43f3b4b26c8f228', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://yatto1024.com/cryptogods?keyword=sascha636@freenet.de', NULL, 'FALSE', '196.242.4.82', '2021-04-01 19:59:23', 'web', '', NULL),
(2709, 'christian.wehowsky@web.de', '63feb666502186b83a0f5981aa7f50fd', 'Die Zahlung wird auf Ihr Konto eingezahlt http://vdonotes.com/cryptogods?keyword=christian.wehowsky@web.de', NULL, 'FALSE', '196.245.229.16', '2021-04-01 19:59:24', 'web', '', NULL),
(2710, 'nurik_21_08_92@mail.ru', 'e21983e5e1ae76f2b6cf27b6c1ea84ca', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://vdonotes.com/cryptogods?keyword=nurik_21_08_92@mail.ru', NULL, 'FALSE', '173.212.229.156', '2021-04-01 20:17:21', 'web', '', NULL),
(2711, 'olegstepanov852@gmail.com', '440c54730bd3ac8e2dc47ee10951a4b4', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://yatto1024.com/cryptogods?keyword=olegstepanov852@gmail.com', NULL, 'FALSE', '196.242.4.209', '2021-04-01 20:17:23', 'web', '', NULL),
(2712, 'reinbahaeuser@inode.at', 'af75746a41b4e930d4ad3e6c4629eb26', 'Das Geld wurde Ihrem Konto gutgeschrieben http://unerr.com/cryptogods?keyword=reinbahaeuser@inode.at', NULL, 'FALSE', '196.242.4.234', '2021-04-01 20:32:33', 'web', '', NULL),
(2713, 'katharina_arp@web.de', '0150d2ae199368e176af08926eac9f99', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://yannborgnet.com/cryptogods?keyword=katharina_arp@web.de', NULL, 'FALSE', '196.245.230.56', '2021-04-01 20:32:53', 'web', '', NULL),
(2714, 'tuccio.chantal@orange.fr', '2137f09ee967918ebcd99679f844675f', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://vdonotes.com/cryptogods?keyword=tuccio.chantal@orange.fr', NULL, 'FALSE', '196.245.231.56', '2021-04-01 20:41:19', 'web', '', NULL),
(2715, 'sinderella3010@gmail.com', 'f8cd02a50b942eb885a732cbb9c3369b', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://unerr.com/cryptogods?keyword=sinderella3010@gmail.com', NULL, 'FALSE', '196.242.4.216', '2021-04-01 20:50:26', 'web', '', NULL),
(2716, 'christine.schmid22@freenet.de', '1d31f6a039461aca7a8665ffc9719241', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://vdonotes.com/cryptogods?keyword=christine.schmid22@freenet.de', NULL, 'FALSE', '196.242.4.3', '2021-04-01 21:05:31', 'web', '', NULL),
(2717, 'annamylituk18@gmail.com', '32496dcd9650598b5ed3a42380f95503', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://yannborgnet.com/cryptogods?keyword=annamylituk18@gmail.com', NULL, 'FALSE', '196.245.229.134', '2021-04-01 21:22:59', 'web', '', NULL),
(2718, 'kurmanbekov3@mail.com', 'a971e00807bd2133a019d9502ca91158', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://yatto1024.com/cryptogods?keyword=kurmanbekov3@mail.com', NULL, 'FALSE', '196.242.4.103', '2021-04-01 21:23:04', 'web', '', NULL),
(2719, '01734801540@vodafone.de', 'eb8dab4fbf5b4062c1867bdb0bd0fe07', 'Sie haben einen Geldpreis auf Ihrem Konto http://vdonotes.com/cryptogods?keyword=01734801540@vodafone.de', NULL, 'FALSE', '196.242.4.85', '2021-04-01 21:28:16', 'web', '', NULL),
(2720, 'andi.frey24@gmail.com', '67c222943af39d9ab72c0efaf2aa62b2', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://yannborgnet.com/cryptogods?keyword=andi.frey24@gmail.com', NULL, 'FALSE', '196.245.229.54', '2021-04-01 21:38:44', 'web', '', NULL),
(2721, 'zux8989zux@mail.ru', 'c3b0bb7a873afba709301f6648a01cba', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¾Ð¸Ð·Ð²ÐµÐ´ÐµÐ½ Ð¿Ð»Ð°Ñ‚ÐµÐ¶ http://idahope4.com/cryptogods?keyword=zux8989zux@mail.ru', NULL, 'FALSE', '196.245.229.252', '2021-04-01 22:06:30', 'web', '', NULL),
(2722, 'arsenij23fevralj@mail.ru', 'cd2a4e568c0ac3b5f6ac1c95a793828a', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://holidz.com/cryptogods?keyword=arsenij23fevralj@mail.ru', NULL, 'FALSE', '196.245.229.89', '2021-04-01 22:07:42', 'web', '', NULL),
(2723, 'david.lackner@inode.at', '1e1debd92fa6df70f87d02d5565cb9e6', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://hdspatientportal.com/cryptogods?keyword=david.lackner@inode.at', NULL, 'FALSE', '196.245.230.167', '2021-04-01 22:25:16', 'web', '', NULL),
(2724, 'brleblanc@hotmail.be', '9a5e5144d117e6ed96d4b7a65642882e', 'Sie haben einen Geldpreis auf Ihrem Konto http://hridyanshu.com/cryptogods?keyword=brleblanc@hotmail.be', NULL, 'FALSE', '196.242.4.191', '2021-04-01 22:28:14', 'web', '', NULL),
(2725, 'krebsmann@online.de', 'bdd0f6beabdd2c769c91aa34a1f3b950', 'Der Geldpreis ist auf Ihrem Konto verfÑŒgbar http://idahope4.com/cryptogods?keyword=krebsmann@online.de', NULL, 'FALSE', '196.245.231.214', '2021-04-01 22:30:38', 'web', '', NULL),
(2726, 'barlement.christelle@hotmail.fr', '3900bfc9ff33509c340f748605c344db', 'Sie haben eine Euro-Ð¬berweisung auf Ihr Konto erhalten http://idahope4.com/cryptogods?keyword=barlement.christelle@hotmail.fr', NULL, 'FALSE', '196.245.229.188', '2021-04-01 22:59:41', 'web', '', NULL),
(2727, 'frieda.schmoll@gmail.com', '812b180a3147528641c0d03a9169dd1a', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://hridyanshu.com/cryptogods?keyword=frieda.schmoll@gmail.com', NULL, 'FALSE', '196.245.229.20', '2021-04-01 23:01:02', 'web', '', NULL),
(2728, 'karina.dyadkova@mail.ru', 'fca796dc0f770c76b30bfcb7982367ec', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://institutodia.com/cryptogods?keyword=karina.dyadkova@mail.ru', NULL, 'FALSE', '196.245.229.70', '2021-04-01 23:13:03', 'web', '', NULL),
(2729, 'anton.maguryan.anton@gmail.com', '437b6a148858cf3a43f65e65dfd4ded3', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://janeladelta.com/cryptogods?keyword=anton.maguryan.anton@gmail.com', NULL, 'FALSE', '196.245.230.86', '2021-04-01 23:13:15', 'web', '', NULL),
(2730, 'ulrich.bock@student.uni-augsburg.de', 'ec6476d0fea177a2c3c09b8cb6e73fa9', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://janeladelta.com/cryptogods?keyword=ulrich.bock@student.uni-augsburg.de', NULL, 'FALSE', '196.245.229.6', '2021-04-01 23:14:49', 'web', '', NULL),
(2731, 'schlitzohr@bluewin.ch', '7f6adb534d70d93338f6789d301adc66', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://janeladelta.com/cryptogods?keyword=schlitzohr@bluewin.ch', NULL, 'FALSE', '196.245.231.115', '2021-04-01 23:34:15', 'web', '', NULL),
(2732, 'manuel@g-tf.de', '06090619539e75df9894986f27336690', 'Ihr Konto wurde aktiviert http://janeladelta.com/cryptogods?keyword=manuel@g-tf.de', NULL, 'FALSE', '196.242.4.22', '2021-04-01 23:34:23', 'web', '', NULL),
(2733, 'arturmurad044@gmail.com', '7ccebb295a6224add56a7ae35902f500', 'ÐŸÐµÑ€ÐµÐ²Ð¾Ð´ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð½Ð° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ http://institutodia.com/cryptogods?keyword=arturmurad044@gmail.com', NULL, 'FALSE', '196.245.230.5', '2021-04-01 23:46:25', 'web', '', NULL),
(2734, 'clovis68@web.de', '9025a494ab776c35bb7f54e10ce49eb2', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://institutodia.com/cryptogods?keyword=clovis68@web.de', NULL, 'FALSE', '196.245.229.35', '2021-04-01 23:58:46', 'web', '', NULL),
(2735, 'helge.suchland@telekom.de', '02d48a5dfd0c54a258d34c55fb69d956', 'Finanztransfer ist auf Ihrem Konto angekommen http://ifeelthatvibe.com/cryptogods?keyword=helge.suchland@telekom.de', NULL, 'FALSE', '196.242.4.16', '2021-04-02 00:07:27', 'web', '', NULL),
(2736, 'marzhankanat@mail.ru', 'b3c58ee234c557c681b267bff2c5e15b', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://joekm.com/cryptogods?keyword=marzhankanat@mail.ru', NULL, 'FALSE', '196.245.231.144', '2021-04-02 00:19:28', 'web', '', NULL),
(2737, 'milehindenis89157484156@gmail.com', 'cf13b17991fc352b721ccdc3bb2bafd0', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://ketowithluke.com/cryptogods?keyword=milehindenis89157484156@gmail.com', NULL, 'FALSE', '196.242.4.85', '2021-04-02 00:19:29', 'web', '', NULL),
(2738, 'andreipapa395@mail.com', '5ef475d9fac40d48dd57b1d77af9e4c3', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://kaplowlabs.com/cryptogods?keyword=andreipapa395@mail.com', NULL, 'FALSE', '196.245.230.224', '2021-04-02 00:54:01', 'web', '', NULL),
(2739, 'edmirbonso@live.fr', '7181d641ec96ddfc4718ebf3678b1db1', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://lovesum1.com/cryptogods?keyword=edmirbonso@live.fr', NULL, 'FALSE', '196.245.231.84', '2021-04-02 01:14:39', 'web', '', NULL),
(2740, 'zappi76@gmail.com', 'ce9b999361953bcc9e9c405523dd4bd7', 'Sie haben einen Geldbonus auf Ihrem Konto http://lestasha.com/cryptogods?keyword=zappi76@gmail.com', NULL, 'FALSE', '196.245.230.107', '2021-04-02 01:14:46', 'web', '', NULL),
(2741, 'lenok_nik@list.ru', 'f5b3b2630e7cfebbe9448c042803b97e', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://klikantor.com/cryptogods?keyword=lenok_nik@list.ru', NULL, 'FALSE', '196.245.231.90', '2021-04-02 01:27:49', 'web', '', NULL),
(2742, 'r.holler@vol.at', 'a7c411232540b1f6b4b6eeb79a983f7f', 'Finanztransfer ist auf Ihrem Konto angekommen http://klikantor.com/cryptogods?keyword=r.holler@vol.at', NULL, 'FALSE', '196.245.230.6', '2021-04-02 01:32:38', 'web', '', NULL),
(2743, 'c.schubert.1978@gmx.de', '1f57dbce03d0c5ec1581005b819d1a89', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://lestasha.com/cryptogods?keyword=c.schubert.1978@gmx.de', NULL, 'FALSE', '196.245.230.211', '2021-04-02 01:48:40', 'web', '', NULL),
(2744, 'richie.petry@gmx.de', 'd4df634b37b4e8dccbbee98fcba7958f', 'Das Geld wurde Ihrem Konto gutgeschrieben http://lestasha.com/cryptogods?keyword=richie.petry@gmx.de', NULL, 'FALSE', '196.242.4.244', '2021-04-02 01:48:47', 'web', '', NULL),
(2745, 'tatyana.kruglik@bk.ru', '36e47713e4dd84215eff65d644812bdd', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://mm88sun.com/cryptogods?keyword=tatyana.kruglik@bk.ru', NULL, 'FALSE', '196.245.229.193', '2021-04-02 02:01:26', 'web', '', NULL),
(2746, 'bilila14.06.1975@gmail.com', 'f414cefbded163c010c88432c7626b95', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://marenaturals.com/cryptogods?keyword=bilila14.06.1975@gmail.com', NULL, 'FALSE', '196.242.4.178', '2021-04-02 02:01:27', 'web', '', NULL),
(2747, 'afrodeutsch@yahoo.de', 'f7f849af46610ead71bfaad227279a8d', 'Die Ð¬berweisung ist auf Ihrem Konto eingegangen http://needfunder.com/cryptogods?keyword=afrodeutsch@yahoo.de', NULL, 'FALSE', '196.245.230.125', '2021-04-02 02:21:55', 'web', '', NULL),
(2748, 'zeroffvii@web.de', '21cea9b15c8bb1955a52344448271fc1', 'Das Geld wurde Ihrem Konto gutgeschrieben http://mm88sun.com/cryptogods?keyword=zeroffvii@web.de', NULL, 'FALSE', '196.245.230.161', '2021-04-02 02:22:12', 'web', '', NULL),
(2749, 'jeenbaevbakai@gmail.com', '27424717ea0daa5bfb3b6533575c492b', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://needfunder.com/cryptogods?keyword=jeenbaevbakai@gmail.com', NULL, 'FALSE', '196.245.229.58', '2021-04-02 02:34:40', 'web', '', NULL),
(2750, 'uracalina66@gmail.com', '4ca4e111a9628a969dcc587edb4536c8', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://nepaltouring.com/cryptogods?keyword=uracalina66@gmail.com', NULL, 'FALSE', '196.242.4.5', '2021-04-02 02:34:50', 'web', '', NULL),
(2751, 'webmsastermarcaymon@namur.be', 'b18cea21bba18d8be7717ed9fbf2e7b1', 'Sie haben einen Geldbonus auf Ihrem Konto http://nepaltouring.com/cryptogods?keyword=webmsastermarcaymon@namur.be', NULL, 'FALSE', '196.245.230.42', '2021-04-02 02:56:28', 'web', '', NULL),
(2752, 'trahobes@mail.ru', 'c842d27db17cda56f5f3c7ce0c07f800', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://offgridmail.com/cryptogods?keyword=trahobes@mail.ru', NULL, 'FALSE', '196.245.230.149', '2021-04-02 03:08:48', 'web', '', NULL),
(2753, 'ruslangadiatov306@mail.ru', '1c057fb618e4923752e55f2abee72042', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://reinacaramelo.com/cryptogods?keyword=ruslangadiatov306@mail.ru', NULL, 'FALSE', '196.245.229.49', '2021-04-02 04:30:00', 'web', '', NULL),
(2754, 'm.22@yandex.ru', '62bcf76a568324f58f9725207fd655f9', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://someoneanonymous.com/cryptogods?keyword=m.22@yandex.ru', NULL, 'FALSE', '196.245.229.246', '2021-04-02 05:03:35', 'web', '', NULL),
(2755, 'aika87763387227@gmail.com', 'a990597dc6802f9b9bb0f31b1f1c2217', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://shagunproperties.com/cryptogods?keyword=aika87763387227@gmail.com', NULL, 'FALSE', '196.245.231.151', '2021-04-02 05:36:21', 'web', '', NULL),
(2756, 'roman@gmail.com', '36288eaa7cfd8013af4df79cb9b2eb35', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://tvojastrana.com/cryptogods?keyword=roman@gmail.com', NULL, 'FALSE', '196.242.4.68', '2021-04-02 06:08:57', 'web', '', NULL),
(2757, 'katenakaterina240@gmail.com', '24338a667d1e3bb4f61f040773699352', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://tvojastrana.com/cryptogods?keyword=katenakaterina240@gmail.com', NULL, 'FALSE', '196.245.231.98', '2021-04-02 06:41:28', 'web', '', NULL),
(2758, 'arzmailru345@gmail.com', 'a562f1db9be331d9242c9c524b281487', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://worldscheapesthosting.com/cryptogods?keyword=arzmailru345@gmail.com', NULL, 'FALSE', '196.245.230.31', '2021-04-02 07:14:19', 'web', '', NULL),
(2759, 'natasasokolovskaa925@gmail.com', '6ca534fcbd161dd6934b6e72310022bd', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://worldscheapesthosting.com/cryptogods?keyword=natasasokolovskaa925@gmail.com', NULL, 'FALSE', '196.245.231.65', '2021-04-02 07:46:58', 'web', '', NULL),
(2760, 'zellerolga825@gmail.com', 'f62f1f50879ad4c283ea4cf5a726b6fd', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://institutoitdela.com/cryptogods?keyword=zellerolga825@gmail.com', NULL, 'FALSE', '196.245.231.117', '2021-04-02 08:19:50', 'web', '', NULL),
(2761, 'mihail.kalinin.2001@bk.ru', '36755d5773350d9b7a0633abe32dd5f0', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://investandbet.com/cryptogods?keyword=mihail.kalinin.2001@bk.ru', NULL, 'FALSE', '196.245.230.47', '2021-04-02 08:52:35', 'web', '', NULL),
(2762, 'kuvvathidirov@gmail.com', '6e613148cbeca72a26be336ef142955a', 'Ð’Ð°Ð¼ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://lewents.com/cryptogods?keyword=kuvvathidirov@gmail.com', NULL, 'FALSE', '196.245.231.244', '2021-04-02 10:31:18', 'web', '', NULL),
(2763, 'ingvar.dom@yandex.ru', 'f7cab04df70fc27ed69e72bbfae47a92', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://meettheowl.com/cryptogods?keyword=ingvar.dom@yandex.ru', NULL, 'FALSE', '196.245.231.30', '2021-04-02 11:03:50', 'web', '', NULL),
(2764, 'kalnurjoldoshbekov@gmail.com', '7b178531d45f963b2e588629abfcbba1', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://northwoodselixers.com/cryptogods?keyword=kalnurjoldoshbekov@gmail.com', NULL, 'FALSE', '196.245.231.227', '2021-04-02 12:09:35', 'web', '', NULL),
(2765, 'nyra_90@mail.ru', '908f34d2d173e61d6b52a965ed350a2a', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://nobletechllc.com/cryptogods?keyword=nyra_90@mail.ru', NULL, 'FALSE', '196.242.4.206', '2021-04-02 12:42:27', 'web', '', NULL),
(2766, 'sotnikovdmitrij373@gmail.com', 'b49af8edd0f5af11000bcd495498de05', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://pdlanalytics.com/cryptogods?keyword=sotnikovdmitrij373@gmail.com', NULL, 'FALSE', '196.245.229.21', '2021-04-02 13:47:19', 'web', '', NULL),
(2767, 'yevgensapielkin@gmail.com', '288366ff12ed2eb33dee6f9a2f425e2c', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://smilingoctopus.com/cryptogods?keyword=yevgensapielkin@gmail.com', NULL, 'FALSE', '196.245.230.74', '2021-04-02 14:52:35', 'web', '', NULL),
(2768, 'dosmagambetova@bk.ru', '9d9d1130ad154e8e0369a6d8b28fddf6', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://td1motorsport.com/cryptogods?keyword=dosmagambetova@bk.ru', NULL, 'FALSE', '196.245.231.63', '2021-04-02 15:25:01', 'web', '', NULL),
(2769, 'volchenkotusya@gmail.com', '7708f8c74c87f342acee403308522759', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://testinginpython.com/cryptogods?keyword=volchenkotusya@gmail.com', NULL, 'FALSE', '196.242.4.41', '2021-04-02 15:57:31', 'web', '', NULL),
(2770, 'sveta98.00@mail.ru', '543528f1c4c78ff5e57d2ac7b0d7e669', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://togetherwearepowerful.com/cryptogods?keyword=sveta98.00@mail.ru', NULL, 'FALSE', '196.245.230.82', '2021-04-02 16:29:27', 'web', '', NULL),
(2771, 'adolf.stoeger@energieag.at', '4b363dbe3ca2920c5d67444499664d08', 'Sie bekommen Geldgeschenke auf Ihr Konto http://uxhalloffail.com/cryptogods?keyword=adolf.stoeger@energieag.at', NULL, 'FALSE', '196.245.229.182', '2021-04-02 16:47:41', 'web', '', NULL),
(2772, 'ka5120-750@online.de', '0f152a0164dc281cb37e6cf6306bafee', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://trustedint98330-receipt.com/cryptogods?keyword=ka5120-750@online.de', NULL, 'FALSE', '196.242.4.197', '2021-04-02 16:50:23', 'web', '', NULL),
(2773, 'benedikt_amrhein@lycos.de', '6ca0381fe6c46a369d7db5502782ddbd', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://wizzusa.com/cryptogods?keyword=benedikt_amrhein@lycos.de', NULL, 'FALSE', '196.245.229.118', '2021-04-02 17:11:48', 'web', '', NULL),
(2774, 'marx99@web.de', '6dfb845ce6bf6220469d726fb1703426', 'Sie haben einen Geldbonus auf Ihrem Konto http://vvacasa.com/cryptogods?keyword=marx99@web.de', NULL, 'FALSE', '196.245.231.250', '2021-04-02 17:23:02', 'web', '', NULL),
(2775, 'salta.aizere14@mail.ru', '5ef6c403bf357129a0334b48c7bf54f2', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://vvacasa.com/cryptogods?keyword=salta.aizere14@mail.ru', NULL, 'FALSE', '196.245.229.135', '2021-04-02 17:33:15', 'web', '', NULL),
(2776, 'jjb.jensen@web.de', 'c7dce567ca340f53efda6973ce887419', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://uxhalloffail.com/cryptogods?keyword=jjb.jensen@web.de', NULL, 'FALSE', '196.245.231.146', '2021-04-02 17:33:21', 'web', '', NULL),
(2777, 'jagl28@gmx.at', 'a649d1bcbe556e474b1c03d4f86447ba', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://videojournalismworkshop.com/cryptogods?keyword=jagl28@gmx.at', NULL, 'FALSE', '196.242.4.40', '2021-04-02 17:43:49', 'web', '', NULL),
(2778, 'guido.spiegel@gmx.de', 'e87d3ff4f1ee68f2f8adfadb2bb0d807', 'Ð¬berweisung ist auf Ihrem Konto eingegangen http://uxhalloffail.com/cryptogods?keyword=guido.spiegel@gmx.de', NULL, 'FALSE', '196.245.230.206', '2021-04-02 17:48:47', 'web', '', NULL),
(2779, 'annemarie.beret@neuf.fr', '3484f79843eb220aeee2f30c85f9627f', 'Die Zahlung wird auf Ihr Konto eingezahlt http://wizzusa.com/cryptogods?keyword=annemarie.beret@neuf.fr', NULL, 'FALSE', '196.242.4.47', '2021-04-02 17:55:48', 'web', '', NULL),
(2780, 'katalikoren@yandex.com', '17ff351dc17cc613712fb22f20ae0a93', 'Davidvot', NULL, 'FALSE', '95.105.125.151', '2021-04-02 18:01:27', 'web', '', NULL),
(2781, 'kriesusanne@tmo.at', 'c58e2dba4ee4aa00e71dcf3b973d89dc', 'Finanzieller Bonus wurde auf Ihr Konto ÑŒberwiesen http://wizzusa.com/cryptogods?keyword=kriesusanne@tmo.at', NULL, 'FALSE', '196.242.4.78', '2021-04-02 18:17:21', 'web', '', NULL),
(2782, 'schilling@schilling-beschichtungen.de', '40a50d26798cf944e87f564dcd64fdb1', 'Sie haben einen Geldbonus auf Ihrem Konto http://uxhalloffail.com/cryptogods?keyword=schilling@schilling-beschichtungen.de', NULL, 'FALSE', '196.242.4.88', '2021-04-02 18:20:32', 'web', '', NULL),
(2783, 'patricia.gleissner15@gmail.com', 'ea5ca5b404344a2e4efe1351e66a4504', 'Sie haben einen Geldpreis auf Ihrem Konto http://vvacasa.com/cryptogods?keyword=patricia.gleissner15@gmail.com', NULL, 'FALSE', '196.245.229.245', '2021-04-02 18:28:21', 'web', '', NULL),
(2784, 'euk4rtaschowa@yandex.ru', 'b8584a72be82f859a17d4fa4738d1bdb', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://videojournalismworkshop.com/cryptogods?keyword=euk4rtaschowa@yandex.ru', NULL, 'FALSE', '196.242.4.52', '2021-04-02 18:38:15', 'web', '', NULL),
(2785, 'oliverschult@freenet.de', 'b4ec088493754f5ee3bef6a726e590fd', 'Finanzieller Bonus auf Ihrem Konto angekommen http://isaacarboleya.com/cryptogods?keyword=oliverschult@freenet.de', NULL, 'FALSE', '196.242.4.120', '2021-04-02 18:47:20', 'web', '', NULL),
(2786, 'billi@awin.de', '5bb84c2372dfa8da053639cd624d94e6', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://trustedint98330-receipt.com/cryptogods?keyword=billi@awin.de', NULL, 'FALSE', '196.242.4.151', '2021-04-02 18:52:06', 'web', '', NULL),
(2787, 'ferienwohnung@schwab-rike.de', 'a3d17a8eaf3f8905b8ef3b706cc2544b', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://inspiretutors.com/cryptogods?keyword=ferienwohnung@schwab-rike.de', NULL, 'FALSE', '196.245.230.216', '2021-04-02 19:01:27', 'web', '', NULL),
(2788, 'mr.burg@web.de', 'f0a195cd0e1a948d877f4e2448e77742', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://guiguermulti.com/cryptogods?keyword=mr.burg@web.de', NULL, 'FALSE', '196.245.231.9', '2021-04-02 19:19:20', 'web', '', NULL),
(2789, 'stefanjh.weiss@freenet.de', 'cc83fe43343d1e0ee693384f18142044', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://vvacasa.com/cryptogods?keyword=stefanjh.weiss@freenet.de', NULL, 'FALSE', '196.245.230.26', '2021-04-02 19:23:38', 'web', '', NULL),
(2790, 'ivy1992@vorsicht-bissig.de', 'b1ef1378943d51286fd71491d7b326ff', 'Sie haben einen Geldbonus auf Ihrem Konto http://inspodo.com/cryptogods?keyword=ivy1992@vorsicht-bissig.de', NULL, 'FALSE', '196.242.4.72', '2021-04-02 19:33:12', 'web', '', NULL),
(2791, 'iu86@mail.ru', '04f64a5a737eaf2b74ee45a0660ddb8a', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://hyperdrum.com/cryptogods?keyword=iu86@mail.ru', NULL, 'FALSE', '196.245.229.145', '2021-04-02 19:42:01', 'web', '', NULL),
(2792, 'manndom_r9@yahoo.de', '51390a2161c465ce5e43918de5902813', 'GeldÑŒberweisung ist auf Ihrem Konto angekommen http://letsmeetinflorence.com/cryptogods?keyword=manndom_r9@yahoo.de', NULL, 'FALSE', '196.242.4.86', '2021-04-02 19:45:40', 'web', '', NULL),
(2793, 'm.sixt@inode.at', '9f42a8290f67de94267320d662d9ccbb', 'Auf Ihr Konto ist eine Ð¬berweisung in Euro eingegangen http://johnmathiesonconsultancy.com/cryptogods?keyword=m.sixt@inode.at', NULL, 'FALSE', '196.245.231.239', '2021-04-02 19:52:41', 'web', '', NULL),
(2794, 'schokoladengirl@live.de', '7feb2159e9c7378154b96aa2d347b633', 'Sie haben einen Geldpreis auf Ihrem Konto http://guiguermulti.com/cryptogods?keyword=schokoladengirl@live.de', NULL, 'FALSE', '196.242.4.121', '2021-04-02 19:57:30', 'web', '', NULL),
(2795, 'p.may@unitybox.de', '2896822d3363aeabc23b4d6107b7ae25', 'Geldgewinn ist auf Ihrem Konto angekommen http://kf5nte.com/cryptogods?keyword=p.may@unitybox.de', NULL, 'FALSE', '196.242.4.240', '2021-04-02 20:12:08', 'web', '', NULL),
(2796, 'loteldz143@gmail.com', 'b44257c535ccd033fa7fd960ffb099b6', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://kf5nte.com/cryptogods?keyword=loteldz143@gmail.com', NULL, 'FALSE', '196.245.229.144', '2021-04-02 20:21:59', 'web', '', NULL),
(2797, 'mariefrancoise.dessauvages@sfr.fr', '385dca92ea05e727f104edd5ea6d04cf', 'Ð¬berweisung ist auf Ihrem Konto eingegangen http://kenjacent.com/cryptogods?keyword=mariefrancoise.dessauvages@sfr.fr', NULL, 'FALSE', '196.245.229.146', '2021-04-02 20:31:48', 'web', '', NULL),
(2798, 'coolfire70@yahoo.de', '44b0652f6649bfe3103898706eef15f0', 'Ihr Euro-Preis wurde Ihrem Konto gutgeschrieben http://itdbaltics.com/cryptogods?keyword=coolfire70@yahoo.de', NULL, 'FALSE', '196.245.230.197', '2021-04-02 20:35:23', 'web', '', NULL),
(2799, 'kleinhartmann@bigbremen.de', '7906480c30a88e616828d311ea1a1a6d', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://madagascar-emploi.com/cryptogods?keyword=kleinhartmann@bigbremen.de', NULL, 'FALSE', '196.245.230.132', '2021-04-02 20:48:11', 'web', '', NULL),
(2800, 'jemmas@bk.ru', 'cca8d8a1ce3d62f74701c82bd995c059', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://kf5nte.com/cryptogods?keyword=jemmas@bk.ru', NULL, 'FALSE', '196.245.229.41', '2021-04-02 20:55:45', 'web', '', NULL),
(2801, 'peterbissinger@gmx.de', 'b799dccd1e47c9c4444500e8c22b0053', 'Ð¬berweisung ist auf Ihrem Konto eingegangen http://madagascar-emploi.com/cryptogods?keyword=peterbissinger@gmx.de', NULL, 'FALSE', '196.242.4.169', '2021-04-02 21:03:57', 'web', '', NULL),
(2802, 'vincent@timmann.de', '16c41801da2558326b778805de2bb1f4', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://martinmanzaneda.com/cryptogods?keyword=vincent@timmann.de', NULL, 'FALSE', '196.245.231.68', '2021-04-02 21:39:35', 'web', '', NULL),
(2803, 'nicole.dedieu@sfr.fr', '677bb09905b93225c941aff72660a381', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://mitchvandenborn.com/cryptogods?keyword=nicole.dedieu@sfr.fr', NULL, 'FALSE', '196.245.230.13', '2021-04-02 22:04:19', 'web', '', NULL),
(2804, 'art130897@gmail.com', '34ad1038ae1b851fbb6844e5d7ce7b2d', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://mitchvandenborn.com/cryptogods?keyword=art130897@gmail.com', NULL, 'FALSE', '196.245.229.44', '2021-04-02 22:06:53', 'web', '', NULL),
(2805, 'brittasalmen@yahoo.de', '2b10803461d67f34a24602acb6494568', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://madagascar-emploi.com/cryptogods?keyword=brittasalmen@yahoo.de', NULL, 'FALSE', '196.245.230.55', '2021-04-02 22:18:55', 'web', '', NULL),
(2806, 'marinaberezueva5@gmail.com', '2f33a101b4b924b99f0f0c2f39222ea9', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://mindvsheart.com/cryptogods?keyword=marinaberezueva5@gmail.com', NULL, 'FALSE', '196.242.4.135', '2021-04-02 22:41:12', 'web', '', NULL),
(2807, 'sadro2016@arcor.de', '05a3f62fbce4c3426899b9fe820baa55', 'Der Geldpreis wurde Ihrem Konto gutgeschrieben http://nicsheehan.com/cryptogods?keyword=sadro2016@arcor.de', NULL, 'FALSE', '196.245.231.6', '2021-04-02 22:48:39', 'web', '', NULL),
(2808, 'jurgentaghon@live.be', 'd0395df59400053c4d1320ccd41b03fc', 'Sie haben einen Geldbonus auf Ihrem Konto http://penzusvpn.com/cryptogods?keyword=jurgentaghon@live.be', NULL, 'FALSE', '196.242.4.23', '2021-04-02 22:49:48', 'web', '', NULL),
(2809, 'j-schoppe@t-online.de', '986608d65590e6358434fb24a3ff87e4', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://mindvsheart.com/cryptogods?keyword=j-schoppe@t-online.de', NULL, 'FALSE', '196.242.4.51', '2021-04-02 22:52:21', 'web', '', NULL),
(2810, 'nmakhsetova@gmail.com', '914a214f93bccaad47b28f10eea5b874', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://nicsheehan.com/cryptogods?keyword=nmakhsetova@gmail.com', NULL, 'FALSE', '196.242.4.235', '2021-04-02 23:14:47', 'web', '', NULL),
(2811, 'th.rosteck@gmx.de', 'f18ceb2b01a16d52fcbd017a172b5a17', 'Sie haben Geld auf Ihr Konto ÑŒberwiesen bekommen http://pikpalace.com/cryptogods?keyword=th.rosteck@gmx.de', NULL, 'FALSE', '196.242.4.160', '2021-04-02 23:25:15', 'web', '', NULL),
(2812, 'jan@ajschultz.de', 'abc0703af2e26b9f41500a25f340b596', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://officespacect.com/cryptogods?keyword=jan@ajschultz.de', NULL, 'FALSE', '196.245.231.99', '2021-04-02 23:34:54', 'web', '', NULL),
(2813, 'irinalydvikovskay@mail.ru', '87056a0a92509533a627e48eb5c4314b', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://penzusvpn.com/cryptogods?keyword=irinalydvikovskay@mail.ru', NULL, 'FALSE', '196.245.229.122', '2021-04-02 23:48:14', 'web', '', NULL),
(2814, 'gerfrieda.palaoro@wknoe.at', '4fca3242cf4236266c37dfa0ed7b2a91', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://nicsheehan.com/cryptogods?keyword=gerfrieda.palaoro@wknoe.at', NULL, 'FALSE', '196.245.230.239', '2021-04-02 23:58:33', 'web', '', NULL),
(2815, 'natalanovonasina@gmail.com', '88630dac1fadd85160a2297cdce06f38', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://procheatsheet.com/cryptogods?keyword=natalanovonasina@gmail.com', NULL, 'FALSE', '196.245.229.121', '2021-04-03 00:21:18', 'web', '', NULL),
(2816, 'pkra@freenet.de', 'bfc311111a7db9e6b42fc859f86d7829', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://playswithbimmers.com/cryptogods?keyword=pkra@freenet.de', NULL, 'FALSE', '196.245.230.76', '2021-04-03 00:31:50', 'web', '', NULL),
(2817, 'viktor_alekseev_95@list.ru', '1282b671c32ea9c27ecc4d2a58f7ca23', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://progressives-insurance.com/cryptogods?keyword=viktor_alekseev_95@list.ru', NULL, 'FALSE', '196.245.231.79', '2021-04-03 00:55:50', 'web', '', NULL),
(2818, 'ortner.naarn@direkt.at', 'f12bd9a2ef13be72f1b110a6dfaf0c87', 'Sie haben einen Geldpreis auf Ihrem Konto http://sneakpeeksp.com/cryptogods?keyword=ortner.naarn@direkt.at', NULL, 'FALSE', '196.245.230.247', '2021-04-03 01:02:38', 'web', '', NULL),
(2819, 'v_brinkmann@web.de', '799242ec5d75ea1dc5ece608577d77d9', 'Geldgeschenk ist auf Ihrem Konto verfÑŒgbar http://southafrica-jobs.com/cryptogods?keyword=v_brinkmann@web.de', NULL, 'FALSE', '196.242.4.131', '2021-04-03 01:04:49', 'web', '', NULL),
(2820, 'adsorg@wed.de', '47d9a36b2b6983131eff334b16dc5010', 'Der Geldpreis ist auf Ihrem Konto verfÑŒgbar http://t-mobileadportal.com/cryptogods?keyword=adsorg@wed.de', NULL, 'FALSE', '196.242.4.183', '2021-04-03 01:35:38', 'web', '', NULL),
(2821, 'christian.linke.2000@googlemail.com', 'bf255b3e773847632d8f239aebd361ab', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://vaperosgamer.com/cryptogods?keyword=christian.linke.2000@googlemail.com', NULL, 'FALSE', '196.245.229.151', '2021-04-03 01:49:21', 'web', '', NULL),
(2822, 'aleksmajor69@gmail.com', 'e6bb433c67608fedeea2fd24384d7b72', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://veedurias.com/cryptogods?keyword=aleksmajor69@gmail.com', NULL, 'FALSE', '196.242.4.47', '2021-04-03 02:02:55', 'web', '', NULL),
(2823, 'gabriele.haselsberger@wko.at', '197b7b04b87d3065e038e7982ed85cdb', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://vaperosgamer.com/cryptogods?keyword=gabriele.haselsberger@wko.at', NULL, 'FALSE', '196.242.4.83', '2021-04-03 02:09:10', 'web', '', NULL),
(2824, 'claudia.jaeger@uni-rostock.de', '54650506f194f2a6848f0b1e324b4573', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://tessutofirenze.com/cryptogods?keyword=claudia.jaeger@uni-rostock.de', NULL, 'FALSE', '196.245.230.192', '2021-04-03 02:33:44', 'web', '', NULL),
(2825, 'abdurakximovxusniddin@gmail.com', 'd99519f9d2c4a6e01dc19cb42cfb2750', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://vaperosgamer.com/cryptogods?keyword=abdurakximovxusniddin@gmail.com', NULL, 'FALSE', '196.245.230.79', '2021-04-03 02:36:07', 'web', '', NULL),
(2826, 'phil-o-via@web.de', 'edac23d74ce385d608e01c5054846d95', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://vpix4.com/cryptogods?keyword=phil-o-via@web.de', NULL, 'FALSE', '196.245.230.159', '2021-04-03 03:14:36', 'web', '', NULL),
(2827, 'dianat1@freenet.de', 'f9f688dd9fb7554181928fd16cdfab2b', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://videopolygraph.com/cryptogods?keyword=dianat1@freenet.de', NULL, 'FALSE', '196.245.230.172', '2021-04-03 03:17:52', 'web', '', NULL),
(2828, 'dogansagir@freenet.de', 'd40e8c044b9cd221534c6708ffa2c384', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://white-label-seo-outsourcing.com/cryptogods?keyword=dogansagir@freenet.de', NULL, 'FALSE', '196.245.231.75', '2021-04-03 03:47:45', 'web', '', NULL),
(2829, 'pzaeh@web.de', '4210dc1faaf8bdea2e549b2bb9f60354', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://vivacnd.com/cryptogods?keyword=pzaeh@web.de', NULL, 'FALSE', '196.242.4.35', '2021-04-03 03:49:59', 'web', '', NULL),
(2830, 'wiezel@utdecay.de', '2df7c899c4e59a8fdfbe51ac3a47c9e8', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://yepstart.com/cryptogods?keyword=wiezel@utdecay.de', NULL, 'FALSE', '196.245.230.24', '2021-04-03 04:02:27', 'web', '', NULL),
(2831, 'andrea.haeusslein@gmx.de', '857c69b7f5feeaf70fc12f6b17b22a5a', 'Sie haben eine Euro-Ð¬berweisung auf Ihr Konto erhalten http://growandparish.com/cryptogods?keyword=andrea.haeusslein@gmx.de', NULL, 'FALSE', '196.245.230.106', '2021-04-03 04:21:15', 'web', '', NULL),
(2832, 'dirk.pollmann1@gmx.de', '2f0725a65f9982168616e89adecd6aaa', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://growandperish.com/cryptogods?keyword=dirk.pollmann1@gmx.de', NULL, 'FALSE', '196.245.230.45', '2021-04-03 04:54:40', 'web', '', NULL),
(2833, 'tina.robisch@vienna.at', '4e12cc648abe5a0da350b371e13a0abb', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://yepstart.com/cryptogods?keyword=tina.robisch@vienna.at', NULL, 'FALSE', '196.245.230.143', '2021-04-03 04:56:00', 'web', '', NULL),
(2834, 'j.kraus@bigfoot.de', 'c2513a547e4dfa6be9b115e0c1e7ab5d', 'Sie haben eine Ð¬berweisung erhalten http://hodlayheehoo.com/cryptogods?keyword=j.kraus@bigfoot.de', NULL, 'FALSE', '196.245.231.118', '2021-04-03 05:27:43', 'web', '', NULL),
(2835, 'norbertgohlke@online.de', '6540f7701cacc4c7d212e378fabef8f5', 'Sie bekommen Geldgeschenke auf Ihr Konto http://ja50n.com/cryptogods?keyword=norbertgohlke@online.de', NULL, 'FALSE', '196.245.230.249', '2021-04-03 06:01:27', 'web', '', NULL),
(2836, 'stef14@hispeed.ch', 'bc42426d615a2f21cb1a648ad09e40e0', 'Auf Ihr Konto ist eine Ð¬berweisung in Euro eingegangen http://growandperish.com/cryptogods?keyword=stef14@hispeed.ch', NULL, 'FALSE', '196.245.230.144', '2021-04-03 06:01:28', 'web', '', NULL),
(2837, 'michaelasteinert73@gmx.de', '19056e44808bc58e3ae1715c842f81e0', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://karakhanyans.com/cryptogods?keyword=michaelasteinert73@gmx.de', NULL, 'FALSE', '196.242.4.252', '2021-04-03 06:16:35', 'web', '', NULL),
(2838, 'firma@fenster-braun.de', '1bc11c99b0d6a49aaac91f981c81d2b3', 'Ihr Konto wurde aktiviert http://ja50n.com/cryptogods?keyword=firma@fenster-braun.de', NULL, 'FALSE', '196.245.231.24', '2021-04-03 06:34:33', 'web', '', NULL),
(2839, 'bubi.marc5@freenet.de', 'dd88dfe9021adb3d41ea42f08cb6da12', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://ja50n.com/cryptogods?keyword=bubi.marc5@freenet.de', NULL, 'FALSE', '196.242.4.132', '2021-04-03 06:34:34', 'web', '', NULL),
(2840, 'jochen.stoeferle@web.de', 'e64321311c6d7a2286b7d2da25ea34df', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://lebretonfactcheck.com/cryptogods?keyword=jochen.stoeferle@web.de', NULL, 'FALSE', '196.245.230.89', '2021-04-03 07:01:51', 'web', '', NULL),
(2841, 'pechsascha@yahoo.de', '54fc2c6fa05dc4b1e2950668d4ba69de', 'Ð¬berweisung ist auf Ihrem Konto eingegangen http://mancherial.com/cryptogods?keyword=pechsascha@yahoo.de', NULL, 'FALSE', '196.245.230.230', '2021-04-03 07:07:25', 'web', '', NULL),
(2842, 'slogi2@email.de', 'b40983d79d18271cc83d8dadb7520e79', 'Ð¬berweisung ist auf Ihrem Konto eingegangen http://increaseappvisibility.com/cryptogods?keyword=slogi2@email.de', NULL, 'FALSE', '196.245.231.108', '2021-04-03 07:07:34', 'web', '', NULL),
(2843, 'lola-shop@haendleragentur.de', 'b936a464c6ed814330b8fafb43bd662f', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://luxettipet.com/cryptogods?keyword=lola-shop@haendleragentur.de', NULL, 'FALSE', '196.242.4.104', '2021-04-03 07:40:25', 'web', '', NULL),
(2844, 'maurice.dee@crowncork.com', '9711f449c7c1d93e2db9d1331af8ed96', 'Ihre Euro-Ð¬berweisung wurde auf Ihrem Konto empfangen http://lumilightingsystems.com/cryptogods?keyword=maurice.dee@crowncork.com', NULL, 'FALSE', '196.242.4.93', '2021-04-03 07:40:25', 'web', '', NULL),
(2845, 'albert.meier04@bluewin.ch', '43eecff234080f9fd0201c5ca43df5a4', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://niixo.com/cryptogods?keyword=albert.meier04@bluewin.ch', NULL, 'FALSE', '196.245.229.241', '2021-04-03 07:45:05', 'web', '', NULL),
(2846, 'senta.czichos@monster.de', 'f3e3358a15f8376aa95e1cf95057d414', 'Sie haben einen Geldpreis auf Ihrem Konto http://niixo.com/cryptogods?keyword=senta.czichos@monster.de', NULL, 'FALSE', '196.245.230.62', '2021-04-03 08:13:10', 'web', '', NULL),
(2847, 'thomaswie@alpenjodel.de', '3be788a6c26f5c96d2947e81257ce1e7', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://niixo.com/cryptogods?keyword=thomaswie@alpenjodel.de', NULL, 'FALSE', '196.245.229.63', '2021-04-03 08:28:41', 'web', '', NULL),
(2848, 'berndklaer@hotmail.de', 'e2e95396e12f51f5c77d9f362187c46b', 'Ihre Euro-Ð¬berweisung wurde auf Ihrem Konto empfangen http://newarkdriving.com/cryptogods?keyword=berndklaer@hotmail.de', NULL, 'FALSE', '196.245.230.149', '2021-04-03 08:46:09', 'web', '', NULL),
(2849, 'feuerwehrjugend@ff-ulmerfeld.at', '5f0fc66d7921b39a1751d3cbcbb1f6d6', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://okscreenplay.com/cryptogods?keyword=feuerwehrjugend@ff-ulmerfeld.at', NULL, 'FALSE', '196.242.4.86', '2021-04-03 08:46:11', 'web', '', NULL),
(2850, 'info@plan1.de', 'c702f0404608c6e2a98027dcd7a36f60', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://orioncities.com/cryptogods?keyword=info@plan1.de', NULL, 'FALSE', '196.245.230.81', '2021-04-03 09:14:25', 'web', '', NULL),
(2851, 'office@tuna.at', '3fe87e7b0c86a357e0e27a9d128f6c3b', 'Geldgewinn ist auf Ihrem Konto angekommen http://newarkdriving.com/cryptogods?keyword=office@tuna.at', NULL, 'FALSE', '196.242.4.96', '2021-04-03 09:18:54', 'web', '', NULL),
(2852, 'maakeen@yahoo.de', 'c56b1f64ca82369c25fc47d4af9737cb', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://piffcoast.com/cryptogods?keyword=maakeen@yahoo.de', NULL, 'FALSE', '196.245.230.103', '2021-04-03 09:18:59', 'web', '', NULL),
(2853, 'stevie@kirschnickel.de', '516e604d7d923c70b60c203cbec28fde', 'Sie haben einen Euro-Preis auf Ihrem Konto http://podcastheadquarters.com/cryptogods?keyword=stevie@kirschnickel.de', NULL, 'FALSE', '196.245.230.80', '2021-04-03 09:52:01', 'web', '', NULL),
(2854, 'dritondema@hotmail.ch', '2cc13a0d70615e488598b5b9afc3bd96', 'Sie haben Geld auf Ihr Konto ÑŒberwiesen bekommen http://reverseadventcalendar.com/cryptogods?keyword=dritondema@hotmail.ch', NULL, 'FALSE', '196.245.230.214', '2021-04-03 10:04:21', 'web', '', NULL),
(2855, 'pascalsieber74@gmx.ch', 'c738b88a0ce1f2a5eed620c270f88889', 'GeldÑŒberweisung ist auf Ihrem Konto angekommen http://podcasthdq.com/cryptogods?keyword=pascalsieber74@gmx.ch', NULL, 'FALSE', '196.245.229.57', '2021-04-03 10:25:15', 'web', '', NULL),
(2856, 'ungerer@ekomess.de', 'be0cef8d82a3bbd76246ec9e49a49b24', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://taskonion.com/cryptogods?keyword=ungerer@ekomess.de', NULL, 'FALSE', '196.245.230.197', '2021-04-03 10:48:27', 'web', '', NULL),
(2857, 'm.uzun@regent.ch', 'a15bebb6f32c2bc20673a9754577e9f5', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://thetasteofdreams.com/cryptogods?keyword=m.uzun@regent.ch', NULL, 'FALSE', '196.245.230.251', '2021-04-03 10:58:38', 'web', '', NULL),
(2858, 'pascal.dechet@yahoo.com', 'fd62aff042ef04bd1c2b088912275f47', 'Sie haben eine Euro-Ð¬berweisung auf Ihr Konto erhalten http://thebrewnette.com/cryptogods?keyword=pascal.dechet@yahoo.com', NULL, 'FALSE', '196.245.231.207', '2021-04-03 11:31:48', 'web', '', NULL),
(2859, 'christian.ortner@parlinkom.gv.at', 'cf991bd44aba7e442448f88cb6adf394', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://taskonion.com/cryptogods?keyword=christian.ortner@parlinkom.gv.at', NULL, 'FALSE', '196.245.231.23', '2021-04-03 11:31:49', 'web', '', NULL),
(2860, 'mada_68er@yahoo.de', 'f9e8730759bead3f77258cbd944d25c0', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://thebrewnette.com/cryptogods?keyword=mada_68er@yahoo.de', NULL, 'FALSE', '196.245.230.139', '2021-04-03 11:32:25', 'web', '', NULL),
(2861, 'troeger.oelsnitz@web.de', '4fd86b219b4f7523b582e60263d0e592', 'Sie haben einen Geldbonus auf Ihrem Konto http://thejeremyabbott.com/cryptogods?keyword=troeger.oelsnitz@web.de', NULL, 'FALSE', '196.245.229.99', '2021-04-03 12:05:06', 'web', '', NULL),
(2862, 'joerg.mickel@yahoo.de', 'aaa97c11e7ccaa7ee6e50a4798047175', 'Finanzieller Bonus auf Ihrem Konto angekommen http://transtec-viewer.com/cryptogods?keyword=joerg.mickel@yahoo.de', NULL, 'FALSE', '196.245.229.60', '2021-04-03 12:05:07', 'web', '', NULL),
(2863, 'salzburg@ibisacam.at', '4a367721197064fd799a63ce28f02f7e', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://winwinreview.com/cryptogods?keyword=salzburg@ibisacam.at', NULL, 'FALSE', '196.245.230.167', '2021-04-03 12:37:56', 'web', '', NULL),
(2864, 'andango@worldnet.att.net', '99d52c445d293ca91bedba8089a8a68a', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://tonysplayhouse.com/cryptogods?keyword=andango@worldnet.att.net', NULL, 'FALSE', '196.242.4.205', '2021-04-03 12:37:57', 'web', '', NULL),
(2865, 'samirbasagic@freener.de', '0cf0beafb48303c263e28f0ed5705b4b', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://winwinreview.com/cryptogods?keyword=samirbasagic@freener.de', NULL, 'FALSE', '196.245.230.237', '2021-04-03 13:11:16', 'web', '', NULL),
(2866, 'info@signitberlin.de', '8471601d4e4985e49fb2b04abfc16a6c', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://usamaadnan.com/cryptogods?keyword=info@signitberlin.de', NULL, 'FALSE', '196.245.229.75', '2021-04-03 13:11:16', 'web', '', NULL),
(2867, 'chrismuenchen@quantentunnel.de', 'bb442e901a9349294085994b30c404aa', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://wherethehellcaniparkatrutgers.com/cryptogods?keyword=chrismuenchen@quantentunnel.de', NULL, 'FALSE', '196.242.4.238', '2021-04-03 13:45:12', 'web', '', NULL),
(2868, 'liesing@profi-reifen.at', '50a65e2fc734735729bd4201963965c1', 'Sie haben einen Geldpreis auf Ihrem Konto http://zatasukha.com/cryptogods?keyword=liesing@profi-reifen.at', NULL, 'FALSE', '196.245.229.130', '2021-04-03 13:45:34', 'web', '', NULL),
(2869, 'thomas.boy@freiepresse.de', 'fa2bf146ccdd22829b8cdcae5f93bb1d', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://zatasukha.com/cryptogods?keyword=thomas.boy@freiepresse.de', NULL, 'FALSE', '196.245.231.224', '2021-04-03 14:18:41', 'web', '', NULL),
(2870, 'hasbayt@web.de', '13c1e4f6f366e609595f2ab0c2f0d1c1', 'Geldgewinn ist auf Ihrem Konto angekommen http://wiredme.com/cryptogods?keyword=hasbayt@web.de', NULL, 'FALSE', '196.242.4.247', '2021-04-03 14:18:41', 'web', '', NULL),
(2871, 'kontakt@gaming-eck.de', '349aa681fc6165dad5b7dbe14361fb30', 'Sie haben eine Euro-Ð¬berweisung auf Ihr Konto erhalten http://zatasukha.com/cryptogods?keyword=kontakt@gaming-eck.de', NULL, 'FALSE', '196.245.231.235', '2021-04-03 14:52:05', 'web', '', NULL),
(2872, 'gunther.rohn@alice.de', 'da746f695bdcb490580f45e175d929b1', 'Ihr Euro-Preis ist jetzt auf Ihrem Konto verfÑŒgbar http://zatasukha.com/cryptogods?keyword=gunther.rohn@alice.de', NULL, 'FALSE', '196.245.229.226', '2021-04-03 14:52:09', 'web', '', NULL),
(2873, 'alex_tk@freenet.de', 'a3d4eb3e0930f52bd3ce13b6587cc53d', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://wiredme.com/cryptogods?keyword=alex_tk@freenet.de', NULL, 'FALSE', '196.242.4.150', '2021-04-03 15:13:30', 'web', '', NULL),
(2874, 'schaub@intergga.ch', 'caadbc87125ae8c3cd1b226ffeb94c70', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://zatasukha.com/cryptogods?keyword=schaub@intergga.ch', NULL, 'FALSE', '196.245.231.24', '2021-04-03 15:25:26', 'web', '', NULL),
(2875, 'marcreith@yahoo.de', 'c0c983f3329bcb93a47d576c94d3efaf', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://zatasukha.com/cryptogods?keyword=marcreith@yahoo.de', NULL, 'FALSE', '196.245.230.202', '2021-04-03 15:25:29', 'web', '', NULL),
(2876, 'ananda-vegan@gmx.ch', '56aff53487fa60ed7654b9d15354e3d7', 'Sie haben einen Geldpreis auf Ihrem Konto http://wiredme.com/cryptogods?keyword=ananda-vegan@gmx.ch', NULL, 'FALSE', '196.242.4.136', '2021-04-03 15:58:51', 'web', '', NULL),
(2877, 'sentahajo@web.de', 'e737ece11d75c5ea1bd55d6c253ba586', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://wiredme.com/cryptogods?keyword=sentahajo@web.de', NULL, 'FALSE', '196.242.4.97', '2021-04-03 15:58:53', 'web', '', NULL),
(2878, 'kotaku_kun@yahoo.de', 'ab4b5bf8c72a327251573919419835d6', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://wiredme.com/cryptogods?keyword=kotaku_kun@yahoo.de', NULL, 'FALSE', '196.245.230.85', '2021-04-03 16:32:23', 'web', '', NULL),
(2879, 'andre@sbg.at', '4aad204e3dc656c28269bc87dffda164', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://hometextilenetwork.com/cryptogods?keyword=andre@sbg.at', NULL, 'FALSE', '196.245.229.209', '2021-04-03 17:05:13', 'web', '', NULL),
(2880, 'hughes.degroot@outlook.com', 'fe12fa0cb234beb4aa7741609cc798f5', 'Finanztransfer ist auf Ihrem Konto angekommen http://holokonnect.com/cryptogods?keyword=hughes.degroot@outlook.com', NULL, 'FALSE', '196.242.4.193', '2021-04-03 17:30:44', 'web', '', NULL),
(2881, 'e.p.dees@hotmail.com', '7f6ce0f413152b593c0ba03739ad787a', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://hometextilenetwork.com/cryptogods?keyword=e.p.dees@hotmail.com', NULL, 'FALSE', '196.245.230.100', '2021-04-03 17:38:08', 'web', '', NULL),
(2882, 'domimik@windowslive.com', '00f76f092630278687f843ec27a5f6d4', 'Sie haben ein Geldgeschenk auf Ihr Konto erhalten http://learndevices.com/cryptogods?keyword=domimik@windowslive.com', NULL, 'FALSE', '196.245.231.109', '2021-04-03 17:38:08', 'web', '', NULL),
(2883, 'niklaskeller@freenet.de', '5e78debbc27fd3138ccd67d7722cc4f9', 'Die Ð¬berweisung ist auf Ihrem Konto eingegangen http://magicpocketsremastered.com/cryptogods?keyword=niklaskeller@freenet.de', NULL, 'FALSE', '196.245.229.49', '2021-04-03 18:10:58', 'web', '', NULL),
(2884, 'cyberthom@inode.at', 'c61491c7ef6622d32e97d15d8a691c67', 'Ihre Euro-Ð¬berweisung wurde auf Ihrem Konto empfangen http://knightsillumis.com/cryptogods?keyword=cyberthom@inode.at', NULL, 'FALSE', '196.245.230.220', '2021-04-03 18:10:58', 'web', '', NULL),
(2885, 'kathanis@ak69.de', '839e8fc68953ce302b8ec9de885e0bb3', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://magicpocketsremastered.com/cryptogods?keyword=kathanis@ak69.de', NULL, 'FALSE', '196.242.4.56', '2021-04-03 18:44:19', 'web', '', NULL),
(2886, 'c.dewulf0@laposte.net', '29092ac6512e83402b726baec9825fab', 'Der Geldpreis ist auf Ihrem Konto verfÑŒgbar http://megustafinancial.com/cryptogods?keyword=c.dewulf0@laposte.net', NULL, 'FALSE', '196.245.231.150', '2021-04-03 19:17:04', 'web', '', NULL),
(2887, 'toobi@emailgo.de', '7337797bdf8974aa46cdec618a9547b4', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://meyersj.com/cryptogods?keyword=toobi@emailgo.de', NULL, 'FALSE', '196.245.231.59', '2021-04-03 19:17:05', 'web', '', NULL),
(2888, 'scottyfax@freenet.de', '748eaf628ed29716b70ef66164fc725b', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://monboitemail.com/cryptogods?keyword=scottyfax@freenet.de', NULL, 'FALSE', '196.242.4.83', '2021-04-03 19:44:38', 'web', '', NULL),
(2889, 'frank9357@t-online.de', 'bccadb1e919dba13961899a499bc3674', 'Sie haben einen Geldbonus auf Ihrem Konto http://multiboxwow.com/cryptogods?keyword=frank9357@t-online.de', NULL, 'FALSE', '196.242.4.229', '2021-04-03 19:50:22', 'web', '', NULL),
(2890, 'hfg@cable.vol.at', '920f4ad25ca0e04f31c8d20a07b06afb', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://neuraldspdataanalysis.com/cryptogods?keyword=hfg@cable.vol.at', NULL, 'FALSE', '196.245.229.126', '2021-04-03 20:22:50', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(2891, 'k.andag@gmx.de', '7c4b0b7503f9254a746ad0ba311a6b7c', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://mumusocks.com/cryptogods?keyword=k.andag@gmx.de', NULL, 'FALSE', '196.245.230.75', '2021-04-03 20:28:35', 'web', '', NULL),
(2892, 'enrico.ebner@hotmail.com', '390f0543d74fca07080a07308191bb4e', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://polyglotcarlos.com/cryptogods?keyword=enrico.ebner@hotmail.com', NULL, 'FALSE', '196.245.229.112', '2021-04-03 20:55:58', 'web', '', NULL),
(2893, 'pitz-s@web.de', 'f1375881ecb2595f8976a124a014814e', 'Sie haben eine Euro-Ð¬berweisung auf Ihr Konto erhalten http://polyglotcarlos.com/cryptogods?keyword=pitz-s@web.de', NULL, 'FALSE', '196.245.231.23', '2021-04-03 20:56:00', 'web', '', NULL),
(2894, 'support@lalive.ch', 'a547ba464bae9c3ffeeaf40573643109', 'Sie haben eine Euro-Ð¬berweisung auf Ihr Konto erhalten http://pinkylynn.com/cryptogods?keyword=support@lalive.ch', NULL, 'FALSE', '196.245.230.166', '2021-04-03 21:13:59', 'web', '', NULL),
(2895, 'riek.rheinzabern@freenet.de', '6f8d5cf2df58dd20a6ea4071559be531', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://oi-m8.com/cryptogods?keyword=riek.rheinzabern@freenet.de', NULL, 'FALSE', '196.245.231.241', '2021-04-03 21:28:39', 'web', '', NULL),
(2896, 'courage@coolmail.ch', '70e8a56415e23fefd17a5e0db2a9b8b4', 'Die Ð¬berweisung ist auf Ihrem Konto eingegangen http://resolverpg.com/cryptogods?keyword=courage@coolmail.ch', NULL, 'FALSE', '196.242.4.67', '2021-04-03 21:28:39', 'web', '', NULL),
(2897, 'kuck87@gmx.de', 'dfa193cbb83d9d9b3a7dea52449e3e28', 'Sie haben einen Euro-Preis auf Ihrem Konto http://redteksoftware.com/cryptogods?keyword=kuck87@gmx.de', NULL, 'FALSE', '196.245.230.34', '2021-04-03 21:57:34', 'web', '', NULL),
(2898, 'andre.wieszt1@web.de', '8758c77c46a8f790caf05ea1c1d60885', 'Finanztransfer ist auf Ihrem Konto angekommen http://resolverpg.com/cryptogods?keyword=andre.wieszt1@web.de', NULL, 'FALSE', '196.242.4.212', '2021-04-03 22:01:40', 'web', '', NULL),
(2899, 'markuskaupe@web.de', '63746374865df846141ae2c8042469d6', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://recipeuk.com/cryptogods?keyword=markuskaupe@web.de', NULL, 'FALSE', '196.245.229.77', '2021-04-03 22:01:42', 'web', '', NULL),
(2900, 'lange-daniel@hotmail.de', '74250f0d2603eb344b9b95e0e44ba51e', 'Sie haben einen Geldbonus auf Ihrem Konto http://saashunter.com/cryptogods?keyword=lange-daniel@hotmail.de', NULL, 'FALSE', '196.245.231.192', '2021-04-03 22:34:18', 'web', '', NULL),
(2901, 'qwantrassssort@mail.ru', '49aba10793799c75e6bfe2b86ea8568a', 'RobertBoype', NULL, 'FALSE', '80.246.31.45', '2021-04-03 22:37:58', 'web', '', NULL),
(2902, 'weis.er.eberg@web.de', '98b32a6c1a884d6f12a7cc399f263d70', 'Ihre Euro-Ð¬berweisung wurde auf Ihrem Konto empfangen http://redteksoftware.com/cryptogods?keyword=weis.er.eberg@web.de', NULL, 'FALSE', '196.242.4.69', '2021-04-03 22:41:34', 'web', '', NULL),
(2903, 'tk@tilman-knop.de', '317350f3925cfa79d2b53459a859a016', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://sellmycirrus.com/cryptogods?keyword=tk@tilman-knop.de', NULL, 'FALSE', '196.245.231.152', '2021-04-03 23:07:46', 'web', '', NULL),
(2904, 'marko.nerrlich@freenet.de', 'eccda18411be8b728cbac6b19ea2b760', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://sellmycirrus.com/cryptogods?keyword=marko.nerrlich@freenet.de', NULL, 'FALSE', '196.245.230.115', '2021-04-03 23:07:51', 'web', '', NULL),
(2905, 'christoph@schicho.at', 'b9d608e74a0a964c2196c047e7c44853', 'Sie haben einen Geldpreis auf Ihrem Konto http://saashunter.com/cryptogods?keyword=christoph@schicho.at', NULL, 'FALSE', '196.242.4.163', '2021-04-03 23:25:25', 'web', '', NULL),
(2906, 'chris.lochmann@gmx.de', 'f042e3cbc0100d5f5779bd6c0ed341b2', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://shopsherbisnkis.com/cryptogods?keyword=chris.lochmann@gmx.de', NULL, 'FALSE', '196.242.4.208', '2021-04-03 23:40:31', 'web', '', NULL),
(2907, 'dominik.12@gmx.at', '9b189ef2ed0ad7acd44b5d261684da25', 'Ihr Euro-Preis ist jetzt auf Ihrem Konto verfÑŒgbar http://thechaosengineremastered.com/cryptogods?keyword=dominik.12@gmx.at', NULL, 'FALSE', '196.245.231.111', '2021-04-04 00:09:25', 'web', '', NULL),
(2908, 'matthew.chadderton@hotmail.co.uk', '45988d7397b123d4dcbde2d147a7792d', 'Die Ð¬berweisung ist auf Ihrem Konto eingegangen http://speedballremastered.com/cryptogods?keyword=matthew.chadderton@hotmail.co.uk', NULL, 'FALSE', '196.245.231.194', '2021-04-04 00:13:35', 'web', '', NULL),
(2909, 'balkos@web.de', 'cf8b01dac38a501664d2f5826ebc1913', 'GeldÑŒberweisung ist auf Ihrem Konto angekommen http://speedballremastered.com/cryptogods?keyword=balkos@web.de', NULL, 'FALSE', '196.242.4.164', '2021-04-04 00:13:36', 'web', '', NULL),
(2910, 'lydialarsen@gmx.de', '7b7bfa1db2f7696380d51c1587506d98', 'Sie haben einen Geldpreis auf Ihrem Konto http://tipsfixcars.com/cryptogods?keyword=lydialarsen@gmx.de', NULL, 'FALSE', '196.245.229.60', '2021-04-04 00:48:01', 'web', '', NULL),
(2911, 'alexpullwitt@web.de', '48310e63ea203fed3661435ab9ad6b75', 'Der Geldpreis ist auf Ihrem Konto verfÑŒgbar http://toontowntvfromabc.com/cryptogods?keyword=alexpullwitt@web.de', NULL, 'FALSE', '196.245.229.97', '2021-04-04 00:56:15', 'web', '', NULL),
(2912, 'grafik@psychiatrie-warstein.de', 'cc27b2c7650601f2cc45cb81b7437354', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://theironmap.com/cryptogods?keyword=grafik@psychiatrie-warstein.de', NULL, 'FALSE', '196.245.229.143', '2021-04-04 01:21:05', 'web', '', NULL),
(2913, 'tadao@gmx.at', 'c281592d65f366ae27db0ae3a2427c2b', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://theprivateselection.com/cryptogods?keyword=tadao@gmx.at', NULL, 'FALSE', '196.245.231.68', '2021-04-04 01:21:07', 'web', '', NULL),
(2914, 'di-schulze@freenet.de', 'bae064a4920cecb54b669a3728bbc349', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://theprivateselection.com/cryptogods?keyword=di-schulze@freenet.de', NULL, 'FALSE', '196.242.4.81', '2021-04-04 01:39:59', 'web', '', NULL),
(2915, 'sandra@wtnet.de', 'a234e1ef8dd905cdb85274a2fd997989', 'Geldgewinn ist auf Ihrem Konto angekommen http://xenonremastered.com/cryptogods?keyword=sandra@wtnet.de', NULL, 'FALSE', '196.245.229.36', '2021-04-04 01:54:18', 'web', '', NULL),
(2916, 'brucher@a-b-k-a.de', '2226a3a171cfb515463ea1cbf71731f8', 'Sie haben einen Geldbonus auf Ihrem Konto http://vitalityim.com/cryptogods?keyword=brucher@a-b-k-a.de', NULL, 'FALSE', '196.245.229.129', '2021-04-04 01:54:24', 'web', '', NULL),
(2917, 'weckspec89@yandex.com', 'f9bc4042a5dc3765a428e39adaa1c5d1', 'HeatherHen', NULL, 'FALSE', '185.255.96.99', '2021-04-04 02:16:37', 'web', '', NULL),
(2918, 'wolferl1969@gmail.com', '47186a0fc5142ae35206e5fe8d12406e', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://zeitpic.com/cryptogods?keyword=wolferl1969@gmail.com', NULL, 'FALSE', '196.245.229.90', '2021-04-04 02:23:19', 'web', '', NULL),
(2919, 'tobias91@gmx.ch', '261d0e378d7e3f7d3c35ccdb75358c29', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://huzutrapsnetls.com/cryptogods?keyword=tobias91@gmx.ch', NULL, 'FALSE', '196.245.229.44', '2021-04-04 02:27:06', 'web', '', NULL),
(2920, 'sascha.schmidt@scanautomobile.de', '1ce1ccd2c8631fc533e707fa929169d4', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://zeitpic.com/cryptogods?keyword=sascha.schmidt@scanautomobile.de', NULL, 'FALSE', '196.242.4.88', '2021-04-04 02:27:06', 'web', '', NULL),
(2921, 'ch.kliem@online.de', 'f3e5e3ba694445f47b39e9fdb521f01a', 'Sie haben einen Geldbonus auf Ihrem Konto http://grepboards.com/cryptogods?keyword=ch.kliem@online.de', NULL, 'FALSE', '196.245.231.243', '2021-04-04 02:59:55', 'web', '', NULL),
(2922, 'dieter.koller@meduniwien.ac.at', '6d5b1d4eff73f4b88b8766f901c54799', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://grepboards.com/cryptogods?keyword=dieter.koller@meduniwien.ac.at', NULL, 'FALSE', '196.245.231.247', '2021-04-04 03:06:36', 'web', '', NULL),
(2923, 'bora22@hotmail.ch', 'db01ef1d3627849121c6c6b13aa6cd91', 'Ein Geldgeschenk in Euro ist auf Ihrem Konto verfÑŒgbar http://hospitalpedia.com/cryptogods?keyword=bora22@hotmail.ch', NULL, 'FALSE', '196.245.229.139', '2021-04-04 03:33:42', 'web', '', NULL),
(2924, 'rkazbour@inode.at', '01f0d2db8e47eb652121e643396670ae', 'Sie haben einen Geldbonus auf Ihrem Konto http://intelligent-facilities-management.com/cryptogods?keyword=rkazbour@inode.at', NULL, 'FALSE', '196.245.231.16', '2021-04-04 03:33:45', 'web', '', NULL),
(2925, 'emk-hamburg@freenet.de', 'dfb904dcbbf601fea2a8a0ad7d1d824e', 'Finanzieller Bonus wurde auf Ihr Konto ÑŒberwiesen http://hypefoodco.com/cryptogods?keyword=emk-hamburg@freenet.de', NULL, 'FALSE', '196.245.230.241', '2021-04-04 03:49:55', 'web', '', NULL),
(2926, 'e-c-boy@hotmail.de', '6b24d65491e0c7835a01ea26d39294f0', 'Sie haben einen Geldbonus auf Ihrem Konto http://intelligent-facilities-management.com/cryptogods?keyword=e-c-boy@hotmail.de', NULL, 'FALSE', '196.242.4.251', '2021-04-04 04:07:17', 'web', '', NULL),
(2927, 'office@dellner-beratung.de', '4dfc5940726f643fac55bba1ef707342', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://immocracy.com/cryptogods?keyword=office@dellner-beratung.de', NULL, 'FALSE', '196.245.229.53', '2021-04-04 04:07:21', 'web', '', NULL),
(2928, 'gregory.debove@sfr.fr', '83e7de479fe69761a2732a91677f990c', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://hypefoodco.com/cryptogods?keyword=gregory.debove@sfr.fr', NULL, 'FALSE', '196.245.229.219', '2021-04-04 04:33:35', 'web', '', NULL),
(2929, 'nena@weihrauch-dorsten.de', 'f28a39a2a7141b1bccaad6f908f8ff86', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://immocracy.com/cryptogods?keyword=nena@weihrauch-dorsten.de', NULL, 'FALSE', '196.245.231.248', '2021-04-04 04:39:50', 'web', '', NULL),
(2930, 'marlen.reidel@freenet.de', '1e913817c6b7f20e697483263a243b5d', 'Sie haben einen Geldbonus auf Ihrem Konto http://l8cdn.com/cryptogods?keyword=marlen.reidel@freenet.de', NULL, 'FALSE', '196.242.4.222', '2021-04-04 04:39:57', 'web', '', NULL),
(2931, 'rogger_30@hotmail.com', '459d4007c3dc881d90120ac875e59bfa', 'Sie haben einen Euro-Preis auf Ihrem Konto http://khamwas.com/cryptogods?keyword=rogger_30@hotmail.com', NULL, 'FALSE', '196.245.231.93', '2021-04-04 05:13:01', 'web', '', NULL),
(2932, 'dennisbecker2410@yahoo.de', 'cd53576fdfec2229e3a9198a953b1795', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://launchchallenges.com/cryptogods?keyword=dennisbecker2410@yahoo.de', NULL, 'FALSE', '196.242.4.210', '2021-04-04 05:46:26', 'web', '', NULL),
(2933, 'reinhard.willinger@tuwien.ac.at', '72c694407ba3659cc8f14a6e93e7198b', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://lonislandnets.com/cryptogods?keyword=reinhard.willinger@tuwien.ac.at', NULL, 'FALSE', '196.242.4.19', '2021-04-04 05:46:29', 'web', '', NULL),
(2934, 'j.kiewath@web.de', '8da50f53b44686976071d46ab9ddb879', 'Sie haben einen Geldbonus auf Ihrem Konto http://malagasydata.com/cryptogods?keyword=j.kiewath@web.de', NULL, 'FALSE', '196.242.4.71', '2021-04-04 06:00:18', 'web', '', NULL),
(2935, 'kamek.koopa@freenet.de', '244803f12c8a47ee6a9461b0a9f57070', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://mattewonline.com/cryptogods?keyword=kamek.koopa@freenet.de', NULL, 'FALSE', '196.245.230.108', '2021-04-04 06:19:27', 'web', '', NULL),
(2936, 'tara@heels-nylons.de', '6cf184638977ced511c30d6bcdbc99a6', 'Die Ð¬berweisung ist auf Ihrem Konto eingegangen http://mipolizaonline.com/cryptogods?keyword=tara@heels-nylons.de', NULL, 'FALSE', '196.245.230.127', '2021-04-04 06:19:28', 'web', '', NULL),
(2937, 'sweetim3129@gmx.de', '17bdd96e04b6015f4c80a32fc977c959', 'Sie haben einen Geldbonus auf Ihrem Konto http://malagasydata.com/cryptogods?keyword=sweetim3129@gmx.de', NULL, 'FALSE', '196.242.4.107', '2021-04-04 06:43:53', 'web', '', NULL),
(2938, 'ark-sternchen@gmx.de', '83d5a2c8354a37cd902fdbfb08677391', 'Die Zahlung wird auf Ihr Konto eingezahlt http://mydigitalsafetynet.com/cryptogods?keyword=ark-sternchen@gmx.de', NULL, 'FALSE', '196.242.4.64', '2021-04-04 06:53:08', 'web', '', NULL),
(2939, 'marianherbst@freenet.de', 'b373f7cba7419241f99168ff8dc8612b', 'Geldgewinn ist auf Ihrem Konto angekommen http://primechoicenutritionandbeauty.com/cryptogods?keyword=marianherbst@freenet.de', NULL, 'FALSE', '196.245.230.9', '2021-04-04 07:26:43', 'web', '', NULL),
(2940, 'voltaire@freenet.de', '74aec75bd8f5c77feb3df58740c2a373', 'Ihr Euro-Preis ist jetzt auf Ihrem Konto verfÑŒgbar http://mobilyaozlem.com/cryptogods?keyword=voltaire@freenet.de', NULL, 'FALSE', '196.245.229.133', '2021-04-04 07:26:44', 'web', '', NULL),
(2941, 'moca.ch@hotmail.com', 'bdc4dbd396bce0f1d8dcc464ee656585', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://my-dandy.com/cryptogods?keyword=moca.ch@hotmail.com', NULL, 'FALSE', '196.242.4.33', '2021-04-04 07:27:31', 'web', '', NULL),
(2942, 'mattesjohannes@freenet.de', 'eb66a9d6918e03dafbbb3fcc049f4195', 'Geldgeschenk ist auf Ihrem Konto verfÑŒgbar http://portlandsportsbet.com/cryptogods?keyword=mattesjohannes@freenet.de', NULL, 'FALSE', '196.245.229.120', '2021-04-04 08:00:07', 'web', '', NULL),
(2943, 'office@imkerei-wieser.at', '6fa65460fb2bbb76692760229675c1d8', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://plumascountydemocrats.com/cryptogods?keyword=office@imkerei-wieser.at', NULL, 'FALSE', '196.242.4.175', '2021-04-04 08:00:12', 'web', '', NULL),
(2944, 'liebling@tmo.at', '70220cc3fc1df7e86070669fd6ef187e', 'Sie haben einen Geldbonus auf Ihrem Konto http://officecdn.com/cryptogods?keyword=liebling@tmo.at', NULL, 'FALSE', '196.245.229.176', '2021-04-04 08:33:15', 'web', '', NULL),
(2945, 'xoxnhio011@gmail.com', 'eaad6810d7eb9aea8134c3ea74d22f54', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://prolplacements.com/cryptogods?keyword=xoxnhio011@gmail.com', NULL, 'FALSE', '196.245.231.26', '2021-04-04 08:56:19', 'web', '', NULL),
(2946, 'smarch@freenet.de', '272ed7e4cd1df595e8254ad6d2d6cc95', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://protonmercu.com/cryptogods?keyword=smarch@freenet.de', NULL, 'FALSE', '196.245.230.176', '2021-04-04 09:06:20', 'web', '', NULL),
(2947, 'josef@erdbau-kruselburger.at', 'e59a6539ef72dd14b04970b8006e8d65', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://suwaidipearls.com/cryptogods?keyword=josef@erdbau-kruselburger.at', NULL, 'FALSE', '196.245.231.141', '2021-04-04 09:39:15', 'web', '', NULL),
(2948, 'florian.oestermann@freenet.de', 'd5ea7002a5f4fb657a7ad46f6ec3934c', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://rebellion-unplugged.com/cryptogods?keyword=florian.oestermann@freenet.de', NULL, 'FALSE', '196.242.4.230', '2021-04-04 09:39:49', 'web', '', NULL),
(2949, 'birnegold@yahoo.de', '1daa565b98247da1914e96f687419e47', 'Sie haben Geld auf Ihr Konto ÑŒberwiesen bekommen http://smithhammergames.com/cryptogods?keyword=birnegold@yahoo.de', NULL, 'FALSE', '196.245.229.247', '2021-04-04 10:23:51', 'web', '', NULL),
(2950, 'toddmaster@web.de', '3b17d52c8ea0a000596f4520c38912fa', 'Sie haben einen Geldpreis auf Ihrem Konto http://unconventionalaccountants.com/cryptogods?keyword=toddmaster@web.de', NULL, 'FALSE', '196.245.230.229', '2021-04-04 10:46:04', 'web', '', NULL),
(2951, 'madracer@online.de', 'e7b53ebeeb96d1b65a736402f1d8df08', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://thewebtechguys.com/cryptogods?keyword=madracer@online.de', NULL, 'FALSE', '196.242.4.5', '2021-04-04 11:08:05', 'web', '', NULL),
(2952, 'luckycat27@freenet.de', 'a29174576fc4e92d54b6e08428aa3082', 'Auf Ihrem Konto ist eine Ð¬berweisung eingegangen http://travelsresortinn.com/cryptogods?keyword=luckycat27@freenet.de', NULL, 'FALSE', '196.242.4.220', '2021-04-04 11:19:44', 'web', '', NULL),
(2953, 'andreas.dransmann@osnanet.de', '972031e50407a100a6fc37b928823a33', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://tsptrack.com/cryptogods?keyword=andreas.dransmann@osnanet.de', NULL, 'FALSE', '196.245.230.78', '2021-04-04 11:19:45', 'web', '', NULL),
(2954, 'fabrice.decultot@orange.fr', '16e5e85e97b902f6b6fcd92fd638c730', 'Sie bekommen Geldgeschenke auf Ihr Konto http://vinsdeleandro.com/cryptogods?keyword=fabrice.decultot@orange.fr', NULL, 'FALSE', '196.245.231.57', '2021-04-04 11:53:06', 'web', '', NULL),
(2955, 'wheiniger@vtxmail.ch', '2cf997551b86dc4db1dcf812bb1beb64', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://webtrafficfast.com/cryptogods?keyword=wheiniger@vtxmail.ch', NULL, 'FALSE', '196.245.229.253', '2021-04-04 11:53:10', 'web', '', NULL),
(2956, 'leaschenk@kabelmail.de', '20a3a2316c1d3f4ae169a41cf1a9825c', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://jjroberson.com/cryptogods?keyword=leaschenk@kabelmail.de', NULL, 'FALSE', '196.245.229.186', '2021-04-04 12:27:08', 'web', '', NULL),
(2957, 'anton.schiefer@sbg.at', '2bbef66470ea98677b0391f829ea9314', 'Sie haben eine Euro-Ð¬berweisung auf Ihr Konto erhalten http://whooshstagetwo.com/cryptogods?keyword=anton.schiefer@sbg.at', NULL, 'FALSE', '196.245.231.148', '2021-04-04 12:27:12', 'web', '', NULL),
(2958, 'h.soehl@freenet.de', '0428719d63fa16e457affb6d085037d4', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://greenorchardwebsolutions.com/cryptogods?keyword=h.soehl@freenet.de', NULL, 'FALSE', '196.245.230.9', '2021-04-04 13:00:53', 'web', '', NULL),
(2959, 'c.o.op.e.ralex.a.nd.rho.me.w.o.r.k.8.4.8@gmail.com', 'b33835bc95d875c580dd0291c98a4c27', 'samuelhek', NULL, 'FALSE', '148.251.54.157', '2021-04-04 13:21:12', 'web', '', NULL),
(2960, 'david.defaria51@gmail.com', '1d2fe9080956b52290b7714cd87d5f9e', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://hometextilenetwork.com/cryptogods?keyword=david.defaria51@gmail.com', NULL, 'FALSE', '196.242.4.96', '2021-04-04 13:23:12', 'web', '', NULL),
(2961, 'f.mueller@reisebuero-mueller.de', 'a4b24931d8654d25bdeae6f61090cf0d', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://joshuacerovski.com/cryptogods?keyword=f.mueller@reisebuero-mueller.de', NULL, 'FALSE', '196.242.4.176', '2021-04-04 13:34:33', 'web', '', NULL),
(2962, 'chriskaufhold@versanet.de', 'c397d02afaac4313614a7369839e3595', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://jjroberson.com/cryptogods?keyword=chriskaufhold@versanet.de', NULL, 'FALSE', '196.245.231.62', '2021-04-04 13:34:39', 'web', '', NULL),
(2963, 'diana.delacruz@sbcglobal.net', '9afe004769dc906dbd48d4d5e840f779', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://knightsillumis.com/cryptogods?keyword=diana.delacruz@sbcglobal.net', NULL, 'FALSE', '196.245.229.78', '2021-04-04 14:08:06', 'web', '', NULL),
(2964, 'elena.ittermann@gmx.de', '01534a8d12036bdf068f59cd947cb2ef', 'Finanzieller Gewinn ist auf Ihrem Konto verfÃ¼gbar http://learndevices.com/cryptogods?keyword=elena.ittermann@gmx.de', NULL, 'FALSE', '196.245.230.180', '2021-04-04 14:09:43', 'web', '', NULL),
(2965, 'stefanwentker@alicedsl.de', '4213861b93c7a910be13d142d633a3ab', 'Ihr Euro-Preis ist jetzt auf Ihrem Konto verfÃ¼gbar http://learndevices.com/cryptogods?keyword=stefanwentker@alicedsl.de', NULL, 'FALSE', '196.245.231.8', '2021-04-04 14:16:54', 'web', '', NULL),
(2966, 'gerold.fischer@fiw-gmbh.de', '61c47c57783fd453607b37aa62fdafae', 'Der Geldpreis ist auf Ihrem Konto verfÃ¼gbar http://mangoreactor.com/cryptogods?keyword=gerold.fischer@fiw-gmbh.de', NULL, 'FALSE', '196.245.230.221', '2021-04-04 14:39:57', 'web', '', NULL),
(2967, 'gabyhamm@freenet.de', 'de852e7c3e22240dec019ea5b37ad625', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://knightsillumis.com/cryptogods?keyword=gabyhamm@freenet.de', NULL, 'FALSE', '196.245.230.36', '2021-04-04 14:49:43', 'web', '', NULL),
(2968, 'greg@barthes.ch', '22b55fb55188172eb11c3f4349c93a43', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://mibosquecolombia.com/cryptogods?keyword=greg@barthes.ch', NULL, 'FALSE', '196.245.231.153', '2021-04-04 14:53:22', 'web', '', NULL),
(2969, 'heidrunkrieger@htp-tel.de', '0dd27335a2ad67ceb37d07fd8b142853', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://meyersj.com/cryptogods?keyword=heidrunkrieger@htp-tel.de', NULL, 'FALSE', '196.245.230.17', '2021-04-04 15:11:02', 'web', '', NULL),
(2970, 'ralfbecher.lucka@freenet.de', '7af563205593be8c9490190ce654e5b9', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://mibosquecolombia.com/cryptogods?keyword=ralfbecher.lucka@freenet.de', NULL, 'FALSE', '196.245.229.220', '2021-04-04 15:14:46', 'web', '', NULL),
(2971, 'barbara.hauser@web.de', '481877ffe2e86c2ed3a39b0f7a43089c', 'Sie haben eine Ð¬berweisung erhalten http://mibosquecolombia.com/cryptogods?keyword=barbara.hauser@web.de', NULL, 'FALSE', '196.242.4.58', '2021-04-04 15:37:50', 'web', '', NULL),
(2972, 'ckrauss@accdb.de', '7a131442136b0ef2ac570bea0e78a128', 'Auf Ihr Konto ist eine Ð¬berweisung in Euro eingegangen http://neuraldspdataanalysis.com/cryptogods?keyword=ckrauss@accdb.de', NULL, 'FALSE', '196.245.231.167', '2021-04-04 15:48:19', 'web', '', NULL),
(2973, 'christian.ohrem@ohrem-gmbh.de', '7a45f8c86a30de953a5113155760e3e9', 'Die Ð¬berweisung ist auf Ihrem Konto eingegangen http://neuraldspdataanalysis.com/cryptogods?keyword=christian.ohrem@ohrem-gmbh.de', NULL, 'FALSE', '196.242.4.126', '2021-04-04 16:21:02', 'web', '', NULL),
(2974, 'ctc.travaux@renens.ch', '8071a5af9ded75b02a176a4e49e5907b', 'Sie haben Geld auf Ihr Konto ÑŒberwiesen bekommen http://multiboxwow.com/cryptogods?keyword=ctc.travaux@renens.ch', NULL, 'FALSE', '196.245.231.91', '2021-04-04 16:21:42', 'web', '', NULL),
(2975, 'karlpiximon@arcor.de', 'f35bbc4565482ac16f72e5c9ee4b3df3', 'Sie haben einen Geldpreis auf Ihrem Konto http://oi-m8.com/cryptogods?keyword=karlpiximon@arcor.de', NULL, 'FALSE', '196.245.231.126', '2021-04-04 16:29:04', 'web', '', NULL),
(2976, 'uspielkorte@web.de', '768cd7b7628af1c8b5e92bc5db507dd0', 'Ihr Euro-Preis wurde Ihrem Konto gutgeschrieben http://multiboxwow.com/cryptogods?keyword=uspielkorte@web.de', NULL, 'FALSE', '196.245.229.155', '2021-04-04 16:44:21', 'web', '', NULL),
(2977, 'info@terramor.de', '03f95293762f30c5219edc771e269c4e', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://pinkylynn.com/cryptogods?keyword=info@terramor.de', NULL, 'FALSE', '196.242.4.243', '2021-04-04 16:55:09', 'web', '', NULL),
(2978, 'afh@hotmail.ch', '58cb02465e47eafca8bce8862ff7eb6e', 'Sie haben ein Geldgeschenk auf Ihr Konto erhalten http://polyglotcarlos.com/cryptogods?keyword=afh@hotmail.ch', NULL, 'FALSE', '196.245.230.211', '2021-04-04 17:02:12', 'web', '', NULL),
(2979, 'jouw-schatje@web.de', '1bcc94bef055748b5bd1bdf0859543ed', 'Die Zahlung wird auf Ihr Konto eingezahlt http://pinkylynn.com/cryptogods?keyword=jouw-schatje@web.de', NULL, 'FALSE', '196.245.231.95', '2021-04-04 17:15:34', 'web', '', NULL),
(2980, 'kerstin.mayer@mayer-immo.de', '62a55431aa0d248020671540a2ef8126', 'Ihr Konto wurde aktiviert http://rwanda-jobs.com/cryptogods?keyword=kerstin.mayer@mayer-immo.de', NULL, 'FALSE', '196.245.231.96', '2021-04-04 17:48:10', 'web', '', NULL),
(2981, 'nancy.chen@hotmail.com', '5eb1a0949e870e6b0c703276ee076dce', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://sherbisnkisdispensary.com/cryptogods?keyword=nancy.chen@hotmail.com', NULL, 'FALSE', '196.245.230.153', '2021-04-04 18:08:46', 'web', '', NULL),
(2982, 'bruno.desanti@free.fr', '10e0c1968dc4e6c7b419d300cc43d377', 'Ãœberweisung wurde auf Ihrem Konto empfangen http://recipeuk.com/cryptogods?keyword=bruno.desanti@free.fr', NULL, 'FALSE', '196.245.229.253', '2021-04-04 18:17:41', 'web', '', NULL),
(2983, 'jean-christophe.monnier@landwehr-geneve.ch', '6423c025fa38a1f66d4c27acb6b42825', 'Sie bekommen Geldgeschenke auf Ihr Konto http://rwanda-jobs.com/cryptogods?keyword=jean-christophe.monnier@landwehr-geneve.ch', NULL, 'FALSE', '196.245.229.141', '2021-04-04 18:36:34', 'web', '', NULL),
(2984, 'pierre200191@hotmail.de', '7994f747a4edcb44d6f39c9ccd51742b', 'Ihr Konto wurde aktiviert http://saashunter.com/cryptogods?keyword=pierre200191@hotmail.de', NULL, 'FALSE', '196.245.230.235', '2021-04-04 18:41:17', 'web', '', NULL),
(2985, 'ranita_surfpro@yahoo.es', '9cb7de03747dcc57b89a63cc243efa7e', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://seslendirmesanatcisi.com/cryptogods?keyword=ranita_surfpro@yahoo.es', NULL, 'FALSE', '196.242.4.171', '2021-04-04 19:09:32', 'web', '', NULL),
(2986, 'merwin.fuller@worldnet.att.net', '07087acbc9484ac51984a2a1cc89a44e', 'Ihr Konto wurde aktiviert http://thechaosengineremastered.com/cryptogods?keyword=merwin.fuller@worldnet.att.net', NULL, 'FALSE', '196.245.230.176', '2021-04-04 19:18:36', 'web', '', NULL),
(2987, 'arku@tele2.de', '0e99e54b1beaae1c4235c0c95a05d466', 'Auf Ihr Konto ist eine Ð¬berweisung in Euro eingegangen http://sherbinskisdispensary.com/cryptogods?keyword=arku@tele2.de', NULL, 'FALSE', '196.242.4.235', '2021-04-04 19:20:04', 'web', '', NULL),
(2988, 'thonermann@web.de', 'c8f676ef21ef3db0f79534a7c8ff52b3', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://sherbisnkisfairfax.com/cryptogods?keyword=thonermann@web.de', NULL, 'FALSE', '196.245.230.82', '2021-04-04 19:42:52', 'web', '', NULL),
(2989, 'ivano.zin1@freenet.de', 'a06ee7a012ec10008c2c1c78932ac4e6', 'Sie haben einen Geldbonus auf Ihrem Konto http://sherbisnkisfairfax.com/cryptogods?keyword=ivano.zin1@freenet.de', NULL, 'FALSE', '196.242.4.52', '2021-04-04 19:48:10', 'web', '', NULL),
(2990, 'besirmidina@hotmel.de', '5a195b350269ba13cc0e1d2e69fd0c90', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://sherbisnkisfairfax.com/cryptogods?keyword=besirmidina@hotmel.de', NULL, 'FALSE', '196.242.4.166', '2021-04-04 20:03:57', 'web', '', NULL),
(2991, 'isabella_1968@web.de', 'e224d0821ab6b091fa4e3a50c14626b0', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://shopsherbisnkis.com/cryptogods?keyword=isabella_1968@web.de', NULL, 'FALSE', '196.245.229.212', '2021-04-04 20:15:49', 'web', '', NULL),
(2992, 'uwe.petschke@web.de', '6417180fc6116efef4c2889adda5bf4f', 'Das Geld wurde Ihrem Konto gutgeschrieben http://theprivateselection.com/cryptogods?keyword=uwe.petschke@web.de', NULL, 'FALSE', '196.245.230.168', '2021-04-04 20:17:56', 'web', '', NULL),
(2993, 'kristinseyboth@web.de', '3928e9010222aac68c5344e3c163460f', 'Finanzieller Bonus wurde auf Ihr Konto Ã¼berwiesen http://toontowntvfromabc.com/cryptogods?keyword=kristinseyboth@web.de', NULL, 'FALSE', '196.242.4.168', '2021-04-04 20:19:13', 'web', '', NULL),
(2994, 'paul.krammling@delacom-europe.de', '2ee1691769755d07459a90ab20c52370', 'Sie haben einen Geldpreis auf Ihrem Konto http://themesell.com/cryptogods?keyword=paul.krammling@delacom-europe.de', NULL, 'FALSE', '196.245.229.39', '2021-04-04 20:47:56', 'web', '', NULL),
(2995, 'plickert-hasbergen@t-online.de', 'c0ebf0bbdb55e5e6a09d59c65a187552', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://tipsfixcars.com/cryptogods?keyword=plickert-hasbergen@t-online.de', NULL, 'FALSE', '196.245.231.208', '2021-04-04 20:48:28', 'web', '', NULL),
(2996, 'kevin.geisler@yahoo.de', 'ce379e83487ace00ad147cc390c5db00', 'Die Zahlung wird auf Ihr Konto eingezahlt http://theironmap.com/cryptogods?keyword=kevin.geisler@yahoo.de', NULL, 'FALSE', '196.245.229.121', '2021-04-04 20:52:03', 'web', '', NULL),
(2997, 'postmaster@mail.datazug.ch', 'e9b1e347e2a7837f5f5243c878267b3e', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://toontowntvfromabc.com/cryptogods?keyword=postmaster@mail.datazug.ch', NULL, 'FALSE', '196.245.229.62', '2021-04-04 21:20:53', 'web', '', NULL),
(2998, 'nataliasnight@freenet.de', 'c103a1aff0ec49d598ff67b1e74747b8', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://toontowntvfromabc.com/cryptogods?keyword=nataliasnight@freenet.de', NULL, 'FALSE', '196.245.230.7', '2021-04-04 21:30:05', 'web', '', NULL),
(2999, 'prinz-mario@hotmail.de', '4c2a0943b4de05f667b6f28d04396e51', 'Ãœberweisung ist auf Ihrem Konto angekommen http://upskatenewyork.com/cryptogods?keyword=prinz-mario@hotmail.de', NULL, 'FALSE', '196.242.4.150', '2021-04-04 21:57:20', 'web', '', NULL),
(3000, 'hot662@web.de', 'e445eee6f3619ece100268889986fd6b', 'Sie haben eine Euro-Ð¬berweisung auf Ihr Konto erhalten http://zremastered.com/cryptogods?keyword=hot662@web.de', NULL, 'FALSE', '196.245.231.68', '2021-04-04 22:13:58', 'web', '', NULL),
(3001, 'katja.lehmann29@gmx.de', 'ef549ae9a0dcbc1b9fd6d727a39d40f7', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://huzutrapsnetls.com/cryptogods?keyword=katja.lehmann29@gmx.de', NULL, 'FALSE', '196.245.231.36', '2021-04-04 22:19:40', 'web', '', NULL),
(3002, 'holgerbunjes@web.de', 'ad4b510e46d5ab7dba9078e1cea03f84', 'Der Geldpreis ist auf Ihrem Konto verfÃ¼gbar http://huzutrapsnetls.com/cryptogods?keyword=holgerbunjes@web.de', NULL, 'FALSE', '196.242.4.241', '2021-04-04 22:30:32', 'web', '', NULL),
(3003, 'lufas@gmx.de', '7fcbd2109b697acde9889e6f44e4bb4a', 'Sie haben Geld auf Ihr Konto ÑŒberwiesen bekommen http://huzutrapsnetls.com/cryptogods?keyword=lufas@gmx.de', NULL, 'FALSE', '196.242.4.75', '2021-04-04 22:58:11', 'web', '', NULL),
(3004, 'tobitolls@freenet.de', 'ab785edea46a12e199299f7b5ed22f1d', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://grepsocial.com/cryptogods?keyword=tobitolls@freenet.de', NULL, 'FALSE', '196.245.229.122', '2021-04-04 22:59:05', 'web', '', NULL),
(3005, 'leonie.dejong@gmail.com', 'b9bdfad78e1d0b02b72144fcd7bad92c', 'Sie haben einen Geldpreis auf Ihrem Konto http://itaquanews.com/cryptogods?keyword=leonie.dejong@gmail.com', NULL, 'FALSE', '196.245.229.28', '2021-04-04 23:52:04', 'web', '', NULL),
(3006, 'jordan.chandler@att.net', 'bff84e146b8c7ca19f0459eeae9911d5', 'Sie haben einen Geldbonus auf Ihrem Konto http://hypefoodco.com/cryptogods?keyword=jordan.chandler@att.net', NULL, 'FALSE', '196.245.230.103', '2021-04-05 00:04:52', 'web', '', NULL),
(3007, 'jc.bea14@gmail.com', '10a53f9c82520640870d424ddedd030a', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://koredecision.com/cryptogods?keyword=jc.bea14@gmail.com', NULL, 'FALSE', '196.245.231.169', '2021-04-05 00:09:38', 'web', '', NULL),
(3008, 'uwe.rosenboom@kabelmail.de', 'b2bcca4b16b70cd5104591c0b5f80da8', 'Die Zahlung wird auf Ihr Konto eingezahlt http://l8cdn.com/cryptogods?keyword=uwe.rosenboom@kabelmail.de', NULL, 'FALSE', '196.245.229.209', '2021-04-05 00:22:59', 'web', '', NULL),
(3009, 'caronico96@web.de', 'e017096f572cbc77dcb39758476dec4b', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://launchchallenges.com/cryptogods?keyword=caronico96@web.de', NULL, 'FALSE', '196.245.230.94', '2021-04-05 00:37:34', 'web', '', NULL),
(3010, 'gaby-albert-zeitler@web.de', 'f4a004348110cd9efae2ad70331b625c', 'GeldÃ¼berweisung ist auf Ihrem Konto angekommen http://koredecision.com/cryptogods?keyword=gaby-albert-zeitler@web.de', NULL, 'FALSE', '196.245.231.203', '2021-04-05 00:42:06', 'web', '', NULL),
(3011, 'e080469w@yahoo.de', '2f2cd320fc8443ce871dcbda732e78ee', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://l8cdn.com/cryptogods?keyword=e080469w@yahoo.de', NULL, 'FALSE', '196.245.229.80', '2021-04-05 00:54:49', 'web', '', NULL),
(3012, 'dhb@utanet.at', '78d6554cb09bc9921bc0257ba9c993be', 'Die Zahlung wird auf Ihr Konto eingezahlt http://l8cdn.com/cryptogods?keyword=dhb@utanet.at', NULL, 'FALSE', '196.242.4.240', '2021-04-05 01:10:58', 'web', '', NULL),
(3013, 'stanglpeter@yahoo.de', '74630c42233d6bcf8c2cf73fb4c8bd33', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://launchchallenges.com/cryptogods?keyword=stanglpeter@yahoo.de', NULL, 'FALSE', '196.245.231.187', '2021-04-05 01:11:43', 'web', '', NULL),
(3014, 'marianne.hochsteiner@sbg.ac.at', '3bb102e8cca3bd29d9e68d24c1d5bb3b', 'Geldbonus ist auf Ihrem Konto verfÃ¼gbar http://mattewonline.com/cryptogods?keyword=marianne.hochsteiner@sbg.ac.at', NULL, 'FALSE', '196.242.4.179', '2021-04-05 01:14:58', 'web', '', NULL),
(3015, 'niebius@unitybox.de', '51518d9560804e90cbaf5d32ad0d85b6', 'Sie haben einen Geldbonus auf Ihrem Konto http://mipolizaonline.com/cryptogods?keyword=niebius@unitybox.de', NULL, 'FALSE', '196.242.4.210', '2021-04-05 01:25:20', 'web', '', NULL),
(3016, 'hans1705552@hotmail.de', '09cbc38d8cfb2300e833bc0edd026918', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://mipolizaonline.com/cryptogods?keyword=hans1705552@hotmail.de', NULL, 'FALSE', '196.242.4.90', '2021-04-05 01:44:04', 'web', '', NULL),
(3017, 'ade.j.a.n.o.v.va.l.entin@gmail.com', '1a18537e0ade65aa59e50ba8f098726b', 'HarrySPARK', NULL, 'FALSE', '5.8.16.72', '2021-04-05 01:50:14', 'web', '', NULL),
(3018, 'wella_h46@gmx.de', '0d3c054db92e7e5d42171271fd97d2c2', 'Geldgeschenk ist auf Ihrem Konto verfÃ¼gbar http://lucsurvey.com/cryptogods?keyword=wella_h46@gmx.de', NULL, 'FALSE', '196.245.231.78', '2021-04-05 01:55:40', 'web', '', NULL),
(3019, 'wow@it-werth.de', '14a200195be56f58ea1957753fa0e6bf', 'Ihre Euro-Ð¬berweisung wurde auf Ihrem Konto empfangen http://mattewonline.com/cryptogods?keyword=wow@it-werth.de', NULL, 'FALSE', '196.245.230.26', '2021-04-05 02:17:16', 'web', '', NULL),
(3020, 'valentin.fischer@freenet.de', '3e2e79c90b8b394fc87c84c9b57e6eeb', 'Ihr Euro-Preis ist jetzt auf Ihrem Konto verfÃ¼gbar http://nameweekly.com/cryptogods?keyword=valentin.fischer@freenet.de', NULL, 'FALSE', '196.245.230.142', '2021-04-05 02:20:52', 'web', '', NULL),
(3021, 'hanel666@t-online.de', 'd8b8de27c0ccab638a263744cb454be3', 'Sie haben ein Geldgeschenk auf Ihr Konto erhalten http://mipolizaonline.com/cryptogods?keyword=hanel666@t-online.de', NULL, 'FALSE', '196.242.4.212', '2021-04-05 02:39:58', 'web', '', NULL),
(3022, 'torsten.maul@saxon.de', '31bd277a357182bfc9fd92d224424989', 'Die Zahlung wird auf Ihr Konto eingezahlt http://nichefloorsystems.com/cryptogods?keyword=torsten.maul@saxon.de', NULL, 'FALSE', '196.245.229.230', '2021-04-05 02:54:28', 'web', '', NULL),
(3023, 'neely.dereck@yahoo.com', '086856cd304d636dde1ce32943b516b0', 'Finanztransfer ist auf Ihrem Konto angekommen http://mydigitalsafetynet.com/cryptogods?keyword=neely.dereck@yahoo.com', NULL, 'FALSE', '196.242.4.69', '2021-04-05 02:57:22', 'web', '', NULL),
(3024, 'mischa@callmenames.de', 'cca4acc4eadb2d0710a36cc56aa23b0b', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://mobilyaozlem.com/cryptogods?keyword=mischa@callmenames.de', NULL, 'FALSE', '196.245.230.234', '2021-04-05 03:24:07', 'web', '', NULL),
(3025, 'timebreaks@freenet.de', '0dbcbf4f3e328cf880270d56e1fdb5ee', 'Geldbonus ist auf Ihrem Konto verfÑŒgbar http://nichefloorsystems.com/cryptogods?keyword=timebreaks@freenet.de', NULL, 'FALSE', '196.245.231.246', '2021-04-05 03:24:31', 'web', '', NULL),
(3026, 'julia@duric.de', '22e36c30320746d9b59c702216a4e6c8', 'Sie haben einen Euro-Preis auf Ihrem Konto http://primechoicenutritionandbeauty.com/cryptogods?keyword=julia@duric.de', NULL, 'FALSE', '196.245.229.252', '2021-04-05 03:27:28', 'web', '', NULL),
(3027, 'dertod2@tiw-clan.de', 'eae1deb40300a2550af9bb0b939708d7', 'Sie haben einen Geldbonus auf Ihrem Konto http://officecdn.com/cryptogods?keyword=dertod2@tiw-clan.de', NULL, 'FALSE', '196.245.230.111', '2021-04-05 03:58:37', 'web', '', NULL),
(3028, 'schein.harald@gmx.at', 'e72f9bae9671ace217d2a63e7ceab16b', 'Ãœberweisung ist auf Ihrem Konto eingegangen http://primechoicenutritionandbeauty.com/cryptogods?keyword=schein.harald@gmx.at', NULL, 'FALSE', '196.242.4.179', '2021-04-05 03:58:53', 'web', '', NULL),
(3029, 'agnes.depasquali@skynet.be', '4b8e7de3251dae6c109d1ee842d73033', 'Sie bekommen Geldgeschenke auf Ihr Konto http://primechoicenutritionandbeauty.com/cryptogods?keyword=agnes.depasquali@skynet.be', NULL, 'FALSE', '196.245.229.220', '2021-04-05 04:00:20', 'web', '', NULL),
(3030, 'robbin@coolmail.ch', '18e177079a5afe310d4f36822c9de2de', 'Finanzieller Bonus wurde auf Ihr Konto Ã¼berwiesen http://rohitwedssonam.com/cryptogods?keyword=robbin@coolmail.ch', NULL, 'FALSE', '196.242.4.58', '2021-04-05 04:29:21', 'web', '', NULL),
(3031, 'stroossbi@gmx.ch', '3dfaa956b1befbd04ac2627e9c05bb4b', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://reorderinfo.com/cryptogods?keyword=stroossbi@gmx.ch', NULL, 'FALSE', '196.245.231.58', '2021-04-05 04:30:59', 'web', '', NULL),
(3032, 'trulle70@web.de', '8d0d374272fd6e1bae68acd49f998b15', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://reorderinfo.com/cryptogods?keyword=trulle70@web.de', NULL, 'FALSE', '196.242.4.242', '2021-04-05 04:32:50', 'web', '', NULL),
(3033, 'neubayer@aol.de', '8eb92d3ab26c9a23cc460f2cd67390ff', 'Sie haben Geld auf Ihr Konto Ã¼berwiesen bekommen http://reorderinfo.com/cryptogods?keyword=neubayer@aol.de', NULL, 'FALSE', '196.245.230.131', '2021-04-05 04:59:54', 'web', '', NULL),
(3034, 'bewersdorf@bockfilm.de', 'be3bbce9e3eab13eaeac4677bfcf85ce', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://rebellion-unplugged.com/cryptogods?keyword=bewersdorf@bockfilm.de', NULL, 'FALSE', '196.245.231.9', '2021-04-05 05:03:49', 'web', '', NULL),
(3035, 'sweti11@freenet.de', 'a95d579b340bc61fa4dc1b3eec41bdb6', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://suprestamoblog.com/cryptogods?keyword=sweti11@freenet.de', NULL, 'FALSE', '196.245.230.207', '2021-04-05 05:05:44', 'web', '', NULL),
(3036, 'r.enkelmann@freenet.de', '6e85a6b0e61a6892e7d51bd7d3f329cf', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://smithhammergames.com/cryptogods?keyword=r.enkelmann@freenet.de', NULL, 'FALSE', '196.242.4.107', '2021-04-05 05:30:22', 'web', '', NULL),
(3037, 'j.c.dewit@zonnet.nl', '51c5ab647ca6d4881097e5991562a140', 'Sie haben einen Geldbonus auf Ihrem Konto http://rebellion-unplugged.com/cryptogods?keyword=j.c.dewit@zonnet.nl', NULL, 'FALSE', '196.245.230.46', '2021-04-05 05:35:48', 'web', '', NULL),
(3038, 'sf.privat@gmx.at', '36b3831af987e2b46d62161738f13077', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://ryanjews.com/cryptogods?keyword=sf.privat@gmx.at', NULL, 'FALSE', '196.245.229.83', '2021-04-05 05:36:51', 'web', '', NULL),
(3039, 'ales10@freenet.de', '87d108527a2ac94449d802eb7f46fcca', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://telefonakilif.com/cryptogods?keyword=ales10@freenet.de', NULL, 'FALSE', '196.242.4.150', '2021-04-05 06:01:31', 'web', '', NULL),
(3040, 'sebastian.ebel@web.de', '50cc923f687bd98263bb22d37895c8a5', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://smithhammergames.com/cryptogods?keyword=sebastian.ebel@web.de', NULL, 'FALSE', '196.245.229.110', '2021-04-05 06:10:19', 'web', '', NULL),
(3041, 'i.kober@xuto.de', '512958eac4b66537453e61e5b4157d53', 'Finanzieller Bonus auf Ihrem Konto angekommen http://smithhammergames.com/cryptogods?keyword=i.kober@xuto.de', NULL, 'FALSE', '196.245.229.232', '2021-04-05 06:20:44', 'web', '', NULL),
(3042, 'andy.simmler@gmx.de', '9a3d02691079093819112e4e75eb9708', 'Der Geldpreis ist auf Ihrem Konto verfÃ¼gbar http://telefonakilif.com/cryptogods?keyword=andy.simmler@gmx.de', NULL, 'FALSE', '196.242.4.80', '2021-04-05 06:32:26', 'web', '', NULL),
(3043, 'horst-glaess@t-online.de', '809b644290d3c0023b548d16be4859ec', 'Sie haben einen Geldbonus auf Ihrem Konto http://travelsresortinn.com/cryptogods?keyword=horst-glaess@t-online.de', NULL, 'FALSE', '196.245.229.53', '2021-04-05 06:43:53', 'web', '', NULL),
(3044, 'susi_177@gmx.ch', 'efa2d315b74a01b2714fd6a33c3f8a9f', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://thewebtechguys.com/cryptogods?keyword=susi_177@gmx.ch', NULL, 'FALSE', '196.245.229.181', '2021-04-05 07:05:09', 'web', '', NULL),
(3045, 'petar@pop-petrov.de', 'f355ee7e08a7e79db45f129186dfa983', 'Auf Ihrem Konto ist eine Ð¬berweisung eingegangen http://telefonakilif.com/cryptogods?keyword=petar@pop-petrov.de', NULL, 'FALSE', '196.245.230.252', '2021-04-05 07:17:22', 'web', '', NULL),
(3046, 'peter@upsue.de', '6b8ae1d7de47e92c7115528b52a5a82d', 'Sie haben einen Geldbonus auf Ihrem Konto http://webtrafficfast.com/cryptogods?keyword=peter@upsue.de', NULL, 'FALSE', '196.245.230.231', '2021-04-05 07:17:29', 'web', '', NULL),
(3047, 'julie.dery@telus.net', '02e85f7ab7e4eea483462444a1e1209f', 'Sie bekommen Geldgeschenke auf Ihr Konto http://webtrafficfast.com/cryptogods?keyword=julie.dery@telus.net', NULL, 'FALSE', '196.245.229.157', '2021-04-05 07:34:08', 'web', '', NULL),
(3048, 'v.wagenheim@hotmail.de', 'c32f2977893ce700dbf02fad1fed377f', 'Finanztransfer ist auf Ihrem Konto angekommen http://webtrafficfast.com/cryptogods?keyword=v.wagenheim@hotmail.de', NULL, 'FALSE', '196.242.4.218', '2021-04-05 07:50:02', 'web', '', NULL),
(3049, 'guenther-claudi@gmx.de', 'c756d321066670ae615d52d874098679', 'Ihr Konto wurde aktiviert http://zinfey.com/cryptogods?keyword=guenther-claudi@gmx.de', NULL, 'FALSE', '196.242.4.51', '2021-04-05 07:50:13', 'web', '', NULL),
(3050, 'thorstenwille@yahoo.de', '75ed6b730bd5cc9c9caf9a74bcb3ace8', 'Ãœberweisung wurde auf Ihrem Konto empfangen http://greenorchardwebsolutions.com/cryptogods?keyword=thorstenwille@yahoo.de', NULL, 'FALSE', '196.242.4.155', '2021-04-05 08:05:13', 'web', '', NULL),
(3051, 'winnischo@web.de', '24cb639ec0801e0902a7e46838445e1e', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://webuydelawarecounty.com/cryptogods?keyword=winnischo@web.de', NULL, 'FALSE', '196.242.4.241', '2021-04-05 08:23:12', 'web', '', NULL),
(3052, 'trendshop@vr-web.de', 'a3b80bb17d18300a59558a89644f4de4', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://jjroberson.com/cryptogods?keyword=trendshop@vr-web.de', NULL, 'FALSE', '196.242.4.81', '2021-04-05 08:23:29', 'web', '', NULL),
(3053, 'heinze_xy@gmx.de', 'abd34ed887f385d84edd8c92110e6f0b', 'Finanzieller Bonus auf Ihrem Konto angekommen http://vinsdeleandro.com/cryptogods?keyword=heinze_xy@gmx.de', NULL, 'FALSE', '196.245.229.20', '2021-04-05 08:31:42', 'web', '', NULL),
(3054, 'majnusz2013@web.de', '98c6dd3126bd5de52c7bcde6c98e13a4', 'Sie haben einen Geldbonus auf Ihrem Konto http://jewellerycaddesigns.com/cryptogods?keyword=majnusz2013@web.de', NULL, 'FALSE', '196.242.4.25', '2021-04-05 08:35:40', 'web', '', NULL),
(3055, 'sait.tabakcioglu@gmx.ch', 'ee292649d9a289890cd499195063cc91', 'Auf Ihr Konto ist eine Ð¬berweisung in Euro eingegangen http://hometextilenetwork.com/cryptogods?keyword=sait.tabakcioglu@gmx.ch', NULL, 'FALSE', '196.245.231.224', '2021-04-05 08:56:43', 'web', '', NULL),
(3056, 'helna_92@gmx.de', '78d3ebdced855cf8a0747c2b4a572cc9', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://mangoreactor.com/cryptogods?keyword=helna_92@gmx.de', NULL, 'FALSE', '196.242.4.10', '2021-04-05 09:06:16', 'web', '', NULL),
(3057, 'marcordoll@gmail.com', '0540181d4fa27bec215f6476ba0ab3d3', 'GeldÑŒberweisung ist auf Ihrem Konto angekommen http://hometextilenetwork.com/cryptogods?keyword=marcordoll@gmail.com', NULL, 'FALSE', '196.245.231.204', '2021-04-05 09:15:40', 'web', '', NULL),
(3058, 'nightcrawler082003@freenet.de', '483eb2cf2c3ed1eb68d95d7f590059a2', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://learndevices.com/cryptogods?keyword=nightcrawler082003@freenet.de', NULL, 'FALSE', '196.245.229.237', '2021-04-05 09:30:06', 'web', '', NULL),
(3059, 'baslerwirt@web.de', '6a240ebcea145e1e7372cc6c5135f9fa', 'Die Zahlung wird auf Ihr Konto eingezahlt http://knightsillumis.com/cryptogods?keyword=baslerwirt@web.de', NULL, 'FALSE', '196.245.230.63', '2021-04-05 09:30:16', 'web', '', NULL),
(3060, 'kohler_anton@t-online.de', '64fb4aa4e59f44b35052e10e573a7c02', 'Sie haben eine Ãœberweisung erhalten http://joshuacerovski.com/cryptogods?keyword=kohler_anton@t-online.de', NULL, 'FALSE', '196.242.4.140', '2021-04-05 09:36:38', 'web', '', NULL),
(3061, 'bacchus2@web.de', '00cf8bd1879fa9c0ef01692fdd43a0d2', 'Sie bekommen Geldgeschenke auf Ihr Konto http://learndevices.com/cryptogods?keyword=bacchus2@web.de', NULL, 'FALSE', '196.245.229.177', '2021-04-05 09:59:51', 'web', '', NULL),
(3062, 'ssimon2@uni-koeln.de', 'ea2a74d2c464ce693339d71a039730eb', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://joshuacerovski.com/cryptogods?keyword=ssimon2@uni-koeln.de', NULL, 'FALSE', '196.242.4.222', '2021-04-05 10:03:02', 'web', '', NULL),
(3063, 'kutzmich@gmail.com', '5a2f431e04ba9b14a9f6576e606160f2', 'Sie haben einen Geldbonus auf Ihrem Konto http://mibosquecolombia.com/cryptogods?keyword=kutzmich@gmail.com', NULL, 'FALSE', '196.245.230.207', '2021-04-05 10:03:07', 'web', '', NULL),
(3064, 'finisher19862009@yahoo.de', '8dfef362625e51fc00ea1f32f58753b2', 'Finanztransfer ist auf Ihrem Konto angekommen http://miguanservices.com/cryptogods?keyword=finisher19862009@yahoo.de', NULL, 'FALSE', '196.242.4.141', '2021-04-05 10:07:32', 'web', '', NULL),
(3065, 'j.keller-seeheim@t-online.de', 'e283955806e3856d4a1416d5ece82593', 'Der Geldtransfer wird auf Ihrem Konto gutgeschrieben http://megustafinancial.com/cryptogods?keyword=j.keller-seeheim@t-online.de', NULL, 'FALSE', '196.245.229.185', '2021-04-05 10:36:02', 'web', '', NULL),
(3066, 'm.riss@inode.at', '406512694acc909f05b8a46a9a167ed1', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://mibosquecolombia.com/cryptogods?keyword=m.riss@inode.at', NULL, 'FALSE', '196.245.231.125', '2021-04-05 10:36:02', 'web', '', NULL),
(3067, 'k-low@gmx.de', 'b382bdc181f747ddec3c453a345339c5', 'Sie haben einen Geldpreis auf Ihrem Konto http://meyersj.com/cryptogods?keyword=k-low@gmx.de', NULL, 'FALSE', '196.242.4.43', '2021-04-05 10:37:41', 'web', '', NULL),
(3068, 'p.buchholz53@googlemail.com', '244d4520042fdf4a9b6464f580d8822c', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://moayadfarah.com/cryptogods?keyword=p.buchholz53@googlemail.com', NULL, 'FALSE', '196.245.230.221', '2021-04-05 10:46:44', 'web', '', NULL),
(3069, 'stefstef1984@gmx.de', 'da2c97e17cb1e2494fb4dc7c55777175', 'Geldgeschenk ist auf Ihrem Konto verfÑŒgbar http://megustafinancial.com/cryptogods?keyword=stefstef1984@gmx.de', NULL, 'FALSE', '196.245.230.211', '2021-04-05 11:08:48', 'web', '', NULL),
(3070, 'bernard.debonnet@skynet.be', 'ae9f1e2949aaace4e01c0ae357516227', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://neuraldspdataanalysis.com/cryptogods?keyword=bernard.debonnet@skynet.be', NULL, 'FALSE', '196.245.230.68', '2021-04-05 11:08:53', 'web', '', NULL),
(3071, 'crocetti.dino@freenet.de', '02fb0f27944c26f43af2c19087840aab', 'Geldgewinn ist auf Ihrem Konto angekommen http://monboitemail.com/cryptogods?keyword=crocetti.dino@freenet.de', NULL, 'FALSE', '196.245.229.111', '2021-04-05 11:38:20', 'web', '', NULL),
(3072, 'svennisy@elementworld.de', 'c339e3f6bc9d7f36762a2ea604f486c3', 'Geldbonus ist auf Ihrem Konto verfÃ¼gbar http://multiboxwow.com/cryptogods?keyword=svennisy@elementworld.de', NULL, 'FALSE', '196.245.229.45', '2021-04-05 11:40:55', 'web', '', NULL),
(3073, 'jaquelinekrickhaus06@outlook.de', '432f2f08266c26e9bbb872288c155702', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://mundohyrule.com/cryptogods?keyword=jaquelinekrickhaus06@outlook.de', NULL, 'FALSE', '196.245.229.31', '2021-04-05 11:41:02', 'web', '', NULL),
(3074, 'georg.aumer@web.de', '43f6bd605ae951b3cb99827de4d706ff', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://multiboxwow.com/cryptogods?keyword=georg.aumer@web.de', NULL, 'FALSE', '196.245.230.235', '2021-04-05 12:13:27', 'web', '', NULL),
(3075, 'yavv@korkino.chel.su', '11881a3950f0f89529dc0d8ccf8d7812', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://polyglotcarlos.com/cryptogods?keyword=yavv@korkino.chel.su', NULL, 'FALSE', '196.245.229.215', '2021-04-05 12:13:57', 'web', '', NULL),
(3076, 'ben.demenageur31@gmail.com', '3f0b052717158c8fcbcdd59e1d6f7d21', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://monboitemail.com/cryptogods?keyword=ben.demenageur31@gmail.com', NULL, 'FALSE', '196.245.229.249', '2021-04-05 12:14:00', 'web', '', NULL),
(3077, 'florian-spitz@freenet.de', 'e64622d2f6a23bc601ad0085bd44b9ab', 'Sie haben einen Geldbonus auf Ihrem Konto http://qu-ru.com/cryptogods?keyword=florian-spitz@freenet.de', NULL, 'FALSE', '196.242.4.247', '2021-04-05 12:39:44', 'web', '', NULL),
(3078, 'peppi.lohr@freenet.de', 'ef7d7b7e0a2f2d3f57cb380c9b257b1b', 'Ihr Euro-Preis ist jetzt auf Ihrem Konto verfÑŒgbar http://pinkylynn.com/cryptogods?keyword=peppi.lohr@freenet.de', NULL, 'FALSE', '196.242.4.155', '2021-04-05 12:46:16', 'web', '', NULL),
(3079, 'doritklueber@yahoo.de', '85d27fc5179830164630e5cde4cc29bc', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://nutehost.com/cryptogods?keyword=doritklueber@yahoo.de', NULL, 'FALSE', '196.245.230.6', '2021-04-05 12:46:23', 'web', '', NULL),
(3080, 'diego-freenet@freenet.de', 'de8a22f848bb996c84d535ca3414d6c4', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://residencianolucrativa.com/cryptogods?keyword=diego-freenet@freenet.de', NULL, 'FALSE', '196.245.230.182', '2021-04-05 13:11:04', 'web', '', NULL),
(3081, 'lantoine.delphine@orange.fr', 'a0382b0d78aaa7922baa558d92516371', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://pinkylynn.com/cryptogods?keyword=lantoine.delphine@orange.fr', NULL, 'FALSE', '196.242.4.137', '2021-04-05 13:19:32', 'web', '', NULL),
(3082, 'eseluhle@freenet.de', 'a8adac61275cd9a7af8eb1f008a04776', 'Sie haben einen Geldbonus auf Ihrem Konto http://rwanda-jobs.com/cryptogods?keyword=eseluhle@freenet.de', NULL, 'FALSE', '196.245.231.22', '2021-04-05 13:43:40', 'web', '', NULL),
(3083, 'ilona-klose@arcor.de', 'b4f903478068deaeab45256749fb99a5', 'Sie bekommen Geldgeschenke auf Ihr Konto http://residencianolucrativa.com/cryptogods?keyword=ilona-klose@arcor.de', NULL, 'FALSE', '196.242.4.247', '2021-04-05 13:44:40', 'web', '', NULL),
(3084, 'dornheim@textwende.de', 'f4dba0a35b7960177e9594d072d45ead', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://redteksoftware.com/cryptogods?keyword=dornheim@textwende.de', NULL, 'FALSE', '196.245.229.152', '2021-04-05 13:55:45', 'web', '', NULL),
(3085, 'findout666@web.de', '275e2846a0e5c61dcb9c0ce85a85db33', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://recipeuk.com/cryptogods?keyword=findout666@web.de', NULL, 'FALSE', '196.242.4.88', '2021-04-05 13:55:51', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(3086, 'toba@gmx.at', '21076ead246d8b76c21b8d5307fed4c5', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://theironmap.com/cryptogods?keyword=toba@gmx.at', NULL, 'FALSE', '196.245.231.209', '2021-04-05 17:24:48', 'web', '', NULL),
(3087, 'harvey1000@freenet.de', '41acef103b7ee317104fb3b90b01a09b', 'Sie haben einen Euro-Preis auf Ihrem Konto http://zeitpic.com/cryptogods?keyword=harvey1000@freenet.de', NULL, 'FALSE', '196.245.231.21', '2021-04-05 17:24:52', 'web', '', NULL),
(3088, 'franjoho@online.de', '0394636623c3ffe35a9f076916c989a1', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://vitalityim.com/cryptogods?keyword=franjoho@online.de', NULL, 'FALSE', '196.242.4.140', '2021-04-05 17:58:15', 'web', '', NULL),
(3089, 'henriksommer46@yahoo.de', '2e0896cbb62ea5d2e1d38104846fd66f', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://zeitpic.com/cryptogods?keyword=henriksommer46@yahoo.de', NULL, 'FALSE', '196.242.4.50', '2021-04-05 17:58:17', 'web', '', NULL),
(3090, 'rachel.germanier@netplus.ch', 'ee2147d5d96b2d6816dda1139273dcc1', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://grepboards.com/cryptogods?keyword=rachel.germanier@netplus.ch', NULL, 'FALSE', '196.242.4.160', '2021-04-05 18:31:33', 'web', '', NULL),
(3091, 'j.deursen6@chello.nl', 'bad5053c7198a58c229012186a0c8ed0', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÃ¼gbar http://immocracy.com/cryptogods?keyword=j.deursen6@chello.nl', NULL, 'FALSE', '196.242.4.190', '2021-04-05 19:04:39', 'web', '', NULL),
(3092, 'franz@pilhartz.de', '235572032c8ab071108f922cb99e5dfa', 'Finanzieller Bonus auf Ihrem Konto angekommen http://iboreward.com/cryptogods?keyword=franz@pilhartz.de', NULL, 'FALSE', '196.245.231.145', '2021-04-05 19:37:54', 'web', '', NULL),
(3093, 'dupont.marcel@vtx.ch', '025d16333503b450ee200946366cb52f', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://hypefoodco.com/cryptogods?keyword=dupont.marcel@vtx.ch', NULL, 'FALSE', '196.242.4.15', '2021-04-05 20:11:17', 'web', '', NULL),
(3094, 'ingrid.brucker@aon.at', '2d5300ca9fbe7725fdba7c7c57ca2c48', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://l8cdn.com/cryptogods?keyword=ingrid.brucker@aon.at', NULL, 'FALSE', '196.245.230.237', '2021-04-05 20:11:22', 'web', '', NULL),
(3095, 'mstyleg700@fteenet.de', 'ea01ce44616ca7c37bc09c79d561ae48', 'Die Ãœberweisung ist auf Ihrem Konto eingegangen http://khamwas.com/cryptogods?keyword=mstyleg700@fteenet.de', NULL, 'FALSE', '196.245.231.33', '2021-04-05 20:44:51', 'web', '', NULL),
(3096, 'tandron@web.de', '413bb2fb6b3cb0f99682015d411f5b26', 'Geldbonus ist auf Ihrem Konto verfÑŒgbar http://lessnetisland.com/cryptogods?keyword=tandron@web.de', NULL, 'FALSE', '196.245.230.225', '2021-04-05 20:45:05', 'web', '', NULL),
(3097, 'omiddostyar@yahoo.de', '7ff3da913c15064c0302fb6a6cf2a48b', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://lessnetisland.com/cryptogods?keyword=omiddostyar@yahoo.de', NULL, 'FALSE', '196.245.229.207', '2021-04-05 21:18:12', 'web', '', NULL),
(3098, 'mr_exitus@web.de', '9cbb9d25b74a10c48bae890f7b621946', 'Der Geldtransfer wird auf Ihrem Konto gutgeschrieben http://mattewonline.com/cryptogods?keyword=mr_exitus@web.de', NULL, 'FALSE', '196.245.231.40', '2021-04-05 21:18:16', 'web', '', NULL),
(3099, 'pilipenkoe882@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'bujhrfWakenty', NULL, 'FALSE', '178.159.37.139', '2021-04-05 21:22:54', 'web', '', NULL),
(3100, 'webmaster@einigkeit-tollwitz.de', 'e14fc16bcd6b2ab6148fff2e4e679020', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://lonislandnets.com/cryptogods?keyword=webmaster@einigkeit-tollwitz.de', NULL, 'FALSE', '196.245.229.142', '2021-04-05 21:51:01', 'web', '', NULL),
(3101, 'm-gfeller@hotmail.com', 'ce12578386dc0a4deff92589b586fc41', 'Auf Ihr Konto ist eine Ãœberweisung in Euro eingegangen http://lonislandnets.com/cryptogods?keyword=m-gfeller@hotmail.com', NULL, 'FALSE', '196.245.231.235', '2021-04-05 21:51:05', 'web', '', NULL),
(3102, 'kbratbecker@freenet.de', '7ff7be2d281d7a1361ec1aca5db5ed49', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://mattewonline.com/cryptogods?keyword=kbratbecker@freenet.de', NULL, 'FALSE', '196.242.4.93', '2021-04-05 22:24:27', 'web', '', NULL),
(3103, 'malitstibi@vipmail.hu', 'e0778cbc4ee7004aeb765bfb71d3d55a', 'Sie haben einen Geldpreis auf Ihrem Konto http://mobilyaozlem.com/cryptogods?keyword=malitstibi@vipmail.hu', NULL, 'FALSE', '196.245.230.144', '2021-04-05 22:24:31', 'web', '', NULL),
(3104, 'nikolaus.obwegeser@wu.ac.at', 'f6ca10c75eaf9ff8e8b11c86d6523b74', 'Ihr Konto wurde aktiviert http://nichefloorsystems.com/cryptogods?keyword=nikolaus.obwegeser@wu.ac.at', NULL, 'FALSE', '196.245.229.11', '2021-04-05 22:57:50', 'web', '', NULL),
(3105, 'miguelesharp@cuvox.de', '3fe1360243fd36065a99e4ddc77c639c', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://mydigitalsafetynet.com/cryptogods?keyword=miguelesharp@cuvox.de', NULL, 'FALSE', '196.245.231.44', '2021-04-05 22:57:58', 'web', '', NULL),
(3106, 'reggio86@hotmail.com', 'ff356e45e8ed40821132c78fe8d77a10', 'Ihre Euro-Ð¬berweisung wurde auf Ihrem Konto empfangen http://pocketiptv.com/cryptogods?keyword=reggio86@hotmail.com', NULL, 'FALSE', '196.242.4.143', '2021-04-05 23:31:13', 'web', '', NULL),
(3107, 'koray92@gmx.de', 'e198a07029c62ad54b331a4d65975c82', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://pocketiptv.com/cryptogods?keyword=koray92@gmx.de', NULL, 'FALSE', '196.245.230.205', '2021-04-06 00:04:02', 'web', '', NULL),
(3108, 'rolfdietervolkmar@alicedsl.de', '9f2c30948b5440cb79a18ea307a5b6e7', 'Geldbonus ist auf Ihrem Konto verfÃ¼gbar http://prolplacements.com/cryptogods?keyword=rolfdietervolkmar@alicedsl.de', NULL, 'FALSE', '196.245.229.141', '2021-04-06 00:04:03', 'web', '', NULL),
(3109, 'm.fischer@mergedmedia.de', '4726f10380628b1d72c5a76ddcda3856', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://reorderinfo.com/cryptogods?keyword=m.fischer@mergedmedia.de', NULL, 'FALSE', '196.245.231.124', '2021-04-06 00:37:22', 'web', '', NULL),
(3110, 'melanie_k79@gmx.de', '7310ea9536c95d689cca20f72ba057ca', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://protonmercu.com/cryptogods?keyword=melanie_k79@gmx.de', NULL, 'FALSE', '196.242.4.214', '2021-04-06 01:11:49', 'web', '', NULL),
(3111, 'eric.decormeille@orange.fr', 'bb4bac7a0e6f67e9fee0462fd13150b0', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://suprestamoblog.com/cryptogods?keyword=eric.decormeille@orange.fr', NULL, 'FALSE', '196.242.4.105', '2021-04-06 01:44:58', 'web', '', NULL),
(3112, 'diego@activeshooters.de', '3e8cd69afaf729a936d54ae1b0daa9e6', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://scaneraios.com/cryptogods?keyword=diego@activeshooters.de', NULL, 'FALSE', '196.245.231.162', '2021-04-06 01:44:58', 'web', '', NULL),
(3113, 'rituparnabora123@gmail.com', 'ffba52b55f31faadef4b52fff2fa0aa5', 'Rituparna Bora', NULL, 'FALSE', '106.203.137.199', '2021-04-06 02:03:11', 'web', '', NULL),
(3114, 'hmergen8@ish.de', 'f78098117aa3017d144d216b2caacd1a', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://thewebtechguys.com/cryptogods?keyword=hmergen8@ish.de', NULL, 'FALSE', '196.245.230.43', '2021-04-06 02:18:09', 'web', '', NULL),
(3115, 'marius.gadow@uni-konstanz.de', '12d7e6ca591feee08b81d74758b95d30', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://tsptrack.com/cryptogods?keyword=marius.gadow@uni-konstanz.de', NULL, 'FALSE', '196.242.4.225', '2021-04-06 02:51:10', 'web', '', NULL),
(3116, 'cheetblre4hfghfgh@yandex.ru', '5395680d0b8d3b198e9aa237101d7d9e', 'dfdsfgsdfgdsf https://google.com   2593559', NULL, 'FALSE', '77.222.109.213', '2021-04-06 02:55:34', 'web', '', NULL),
(3117, 'hotmail.deheldera99@gmail.com', 'aa2ed1c1b96dff54fb0442942f01437e', 'Finanztransfer ist auf Ihrem Konto angekommen http://thewebtechguys.com/cryptogods?keyword=hotmail.deheldera99@gmail.com', NULL, 'FALSE', '196.245.229.121', '2021-04-06 03:23:18', 'web', '', NULL),
(3118, 'ffd-e-motore@bnet.at', '43f0bf9964d0b7bd99d494ac3530b377', 'Sie haben einen Geldbonus auf Ihrem Konto http://zinfey.com/cryptogods?keyword=ffd-e-motore@bnet.at', NULL, 'FALSE', '196.245.229.83', '2021-04-06 03:23:18', 'web', '', NULL),
(3119, 'steffenprecht@gmx.de', 'f731da9094fd5c2f8de84102be3eae45', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://webtrafficfast.com/cryptogods?keyword=steffenprecht@gmx.de', NULL, 'FALSE', '196.245.231.211', '2021-04-06 03:56:59', 'web', '', NULL),
(3120, 'heikoszelonke@web.de', '98fb520faa9fe9954e333ad08f4d45fd', 'Der Geldpreis wurde Ihrem Konto gutgeschrieben http://vinsdeleandro.com/cryptogods?keyword=heikoszelonke@web.de', NULL, 'FALSE', '196.242.4.67', '2021-04-06 03:56:59', 'web', '', NULL),
(3121, 'alicemauler@bluewin.ch', 'e66f05c4e9ffa53dd0e519d14d0ac6d9', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://greenorchardwebsolutions.com/cryptogods?keyword=alicemauler@bluewin.ch', NULL, 'FALSE', '196.245.229.179', '2021-04-06 04:30:15', 'web', '', NULL),
(3122, 'imarhold@yahoo.de', 'ac7e676d7cafa22e4b34b9bb1600919a', 'Geldgeschenk ist auf Ihrem Konto verfÃ¼gbar http://jjroberson.com/cryptogods?keyword=imarhold@yahoo.de', NULL, 'FALSE', '196.245.230.14', '2021-04-06 04:30:20', 'web', '', NULL),
(3123, 'rmoser@tsn.at', '686e588cdbcbeb647df14bd2d54af7f3', 'Die Ãœberweisung ist auf Ihrem Konto eingegangen http://mangoreactor.com/cryptogods?keyword=rmoser@tsn.at', NULL, 'FALSE', '196.245.231.116', '2021-04-06 05:03:00', 'web', '', NULL),
(3124, 'a.beatrice1805@yahoo.fr', 'ba82a460f1ad964f523b719c603e4e84', 'Ihr Euro-Preis wurde Ihrem Konto gutgeschrieben http://greenorchardwebsolutions.com/cryptogods?keyword=a.beatrice1805@yahoo.fr', NULL, 'FALSE', '196.242.4.67', '2021-04-06 05:03:00', 'web', '', NULL),
(3125, 'ch.mattern@awyco.ch', '51e27009c5e0c91fae30a2cc0c619a3f', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://magicpocketsremastered.com/cryptogods?keyword=ch.mattern@awyco.ch', NULL, 'FALSE', '196.242.4.81', '2021-04-06 05:36:02', 'web', '', NULL),
(3126, 'marvin.doepking@teleosweb.de', 'd91e22c503f6d8482f7e85514c7c8937', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://knightsillumis.com/cryptogods?keyword=marvin.doepking@teleosweb.de', NULL, 'FALSE', '196.245.231.198', '2021-04-06 05:36:02', 'web', '', NULL),
(3127, 'jurijspadi@online.de', '7de30c95b603736fb2b36a8f3a00034f', 'Sie haben einen Geldbonus auf Ihrem Konto http://magicpocketsremastered.com/cryptogods?keyword=jurijspadi@online.de', NULL, 'FALSE', '196.242.4.83', '2021-04-06 06:08:59', 'web', '', NULL),
(3128, 'quashss@freenet.de', 'a70c1c17987905064dde4fb9e4c0cd58', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://miguanservices.com/cryptogods?keyword=quashss@freenet.de', NULL, 'FALSE', '196.245.231.32', '2021-04-06 06:09:02', 'web', '', NULL),
(3129, 'dylu.borja99@hotmail.com', '93e62bed5429b19236570c4a25baa1dd', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://moayadfarah.com/cryptogods?keyword=dylu.borja99@hotmail.com', NULL, 'FALSE', '196.245.229.112', '2021-04-06 06:42:15', 'web', '', NULL),
(3130, 'kerstin.baier@uni-rostock.de', 'b25e71da22c83dc85453b538dd423b79', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://moayadfarah.com/cryptogods?keyword=kerstin.baier@uni-rostock.de', NULL, 'FALSE', '196.242.4.157', '2021-04-06 07:15:22', 'web', '', NULL),
(3131, 'lukasbalzer@yahoo.de', '5f1ad65344303891554826a8c951aaba', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://mundohyrule.com/cryptogods?keyword=lukasbalzer@yahoo.de', NULL, 'FALSE', '196.245.231.204', '2021-04-06 07:48:09', 'web', '', NULL),
(3132, 'stargate2711@bossmail.de', 'feb9268064abcb511c4759fe187fbb78', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://monboitemail.com/cryptogods?keyword=stargate2711@bossmail.de', NULL, 'FALSE', '196.245.230.8', '2021-04-06 08:20:40', 'web', '', NULL),
(3133, 'a.b.227@web.de', 'b0a572a5b24c01ee1bee8f4675bd011f', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://qu-ru.com/cryptogods?keyword=a.b.227@web.de', NULL, 'FALSE', '196.245.230.94', '2021-04-06 08:20:42', 'web', '', NULL),
(3134, 'emre_t_67@hotmail.de', 'f4884983a17bc3f6e893f94d0ad4f442', 'Der Geldpreis wurde Ihrem Konto gutgeschrieben http://qu-ru.com/cryptogods?keyword=emre_t_67@hotmail.de', NULL, 'FALSE', '196.242.4.209', '2021-04-06 08:53:44', 'web', '', NULL),
(3135, 'stanek-consulting@utanet.at', '52e106b362ffb3e91fe87c470b106a54', 'Finanztransfer ist auf Ihrem Konto angekommen http://oi-m8.com/cryptogods?keyword=stanek-consulting@utanet.at', NULL, 'FALSE', '196.245.229.114', '2021-04-06 08:53:45', 'web', '', NULL),
(3136, 'steff@inode.at', '48d8335a91b7e0bd226f3c6c7ed67200', 'Der Geldtransfer wird auf Ihrem Konto gutgeschrieben http://qu-ru.com/cryptogods?keyword=steff@inode.at', NULL, 'FALSE', '196.245.231.208', '2021-04-06 09:26:23', 'web', '', NULL),
(3137, 'alexis.delorme@yahoo.fr', 'c875323ff9129a3189ff637bcc599cc3', 'Sie haben einen Geldpreis auf Ihrem Konto http://recipeuk.com/cryptogods?keyword=alexis.delorme@yahoo.fr', NULL, 'FALSE', '196.245.230.218', '2021-04-06 09:26:35', 'web', '', NULL),
(3138, 'adem.f@gmx.de', '0fbc2952009f4bd5969494f10def350c', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://residencianolucrativa.com/cryptogods?keyword=adem.f@gmx.de', NULL, 'FALSE', '196.245.231.34', '2021-04-06 09:59:25', 'web', '', NULL),
(3139, 'alexwendt@gmx.de', '8b0a7936b8c8a99c3f39af1cee3d2110', 'Ãœberweisung ist auf Ihrem Konto angekommen http://resolverpg.com/cryptogods?keyword=alexwendt@gmx.de', NULL, 'FALSE', '196.245.231.113', '2021-04-06 09:59:27', 'web', '', NULL),
(3140, 'alex.deiana@gmail.com', 'ddff4ccd98253386cccc04af54cc144c', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://saashunter.com/cryptogods?keyword=alex.deiana@gmail.com', NULL, 'FALSE', '196.245.231.246', '2021-04-06 10:32:15', 'web', '', NULL),
(3141, 'martino@wurst-winkens.de', '829ce508289b14c49013c8cac328dac3', 'Sie bekommen Geldgeschenke auf Ihr Konto http://saashunter.com/cryptogods?keyword=martino@wurst-winkens.de', NULL, 'FALSE', '196.242.4.95', '2021-04-06 11:05:40', 'web', '', NULL),
(3142, 'rlt@hotmail.de', 'ab489172003182e172352c397a78586e', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://sherbisnkisfairfax.com/cryptogods?keyword=rlt@hotmail.de', NULL, 'FALSE', '196.245.230.173', '2021-04-06 11:05:45', 'web', '', NULL),
(3143, 'schurik@bossmail.de', '9d1a775b2925606b53ec763adc55bead', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://theironmap.com/cryptogods?keyword=schurik@bossmail.de', NULL, 'FALSE', '196.245.231.53', '2021-04-06 11:39:03', 'web', '', NULL),
(3144, 'sachko.vlad1@freenet.de', 'cb8a28b7915976165280b8eb26de0e25', 'Finanzieller Bonus wurde auf Ihr Konto Ã¼berwiesen http://shopsherbinskis.com/cryptogods?keyword=sachko.vlad1@freenet.de', NULL, 'FALSE', '196.245.229.64', '2021-04-06 11:39:04', 'web', '', NULL),
(3145, 'manon.ch2607@gmail.com', 'da0ff7035a707a14dc3b624a40047e3e', 'Sie haben Geld auf Ihr Konto ÑŒberwiesen bekommen http://toontowntvfromabc.com/cryptogods?keyword=manon.ch2607@gmail.com', NULL, 'FALSE', '196.245.230.198', '2021-04-06 12:12:05', 'web', '', NULL),
(3146, 'carlen@datacomm.ch', 'caa45cd2b2b4bc322c72eb8e7cbf7f80', 'Das Geld wurde Ihrem Konto gutgeschrieben http://vitalityim.com/cryptogods?keyword=carlen@datacomm.ch', NULL, 'FALSE', '196.245.229.172', '2021-04-06 12:44:55', 'web', '', NULL),
(3147, 'lukas_knauss@web.de', '41fd0bca0e81c475eb09d70fc8dec98e', 'Die Ãœberweisung ist auf Ihrem Konto eingegangen http://xenonremastered.com/cryptogods?keyword=lukas_knauss@web.de', NULL, 'FALSE', '196.242.4.142', '2021-04-06 13:18:31', 'web', '', NULL),
(3148, 'claudia@freyprivat.de', '40d885ec15a779ec15c05dcb1aa55523', 'Sie haben einen Geldbonus auf Ihrem Konto http://huzutrapsnetls.com/cryptogods?keyword=claudia@freyprivat.de', NULL, 'FALSE', '196.245.230.167', '2021-04-06 13:52:15', 'web', '', NULL),
(3149, 'bruschistefano@tin.it', '1f53587e6edc63050dadb3ca05da8369', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://vitalityim.com/cryptogods?keyword=bruschistefano@tin.it', NULL, 'FALSE', '196.242.4.247', '2021-04-06 13:52:25', 'web', '', NULL),
(3150, 'genosse@12online.de', '8f41d3708cbbdbc67f95c92b82069adb', 'Geldgeschenk ist auf Ihrem Konto verfÑŒgbar http://grepsocial.com/cryptogods?keyword=genosse@12online.de', NULL, 'FALSE', '196.242.4.183', '2021-04-06 14:26:50', 'web', '', NULL),
(3151, 'helmut.silies@kleinhesepe.de', '3472aea7c098bed9ecf3bd6579a39a44', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://huzutrapsnetls.com/cryptogods?keyword=helmut.silies@kleinhesepe.de', NULL, 'FALSE', '196.242.4.58', '2021-04-06 14:26:53', 'web', '', NULL),
(3152, 'duchamp1@gmx.de', '1cd847e065f5d60f0053ff29a4ee42b7', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://l8cdn.com/cryptogods?keyword=duchamp1@gmx.de', NULL, 'FALSE', '196.242.4.208', '2021-04-06 15:33:34', 'web', '', NULL),
(3153, 'f.reichl@aon.at', '0382f39f5f6c15733f8e7a59257245ab', 'Das Geld wurde Ihrem Konto gutgeschrieben http://itaquanews.com/cryptogods?keyword=f.reichl@aon.at', NULL, 'FALSE', '196.245.229.33', '2021-04-06 15:33:35', 'web', '', NULL),
(3154, 'roy.sampurna134@gmail.com', 'b5fd5ae6f677ad1db950d1ad28c56ae9', 'Sampurna Roy', NULL, 'FALSE', '157.43.255.17', '2021-04-06 15:35:31', 'web', '', NULL),
(3155, 'torbenj@web.de', '3598c484f307c667cbddf3488d8a26df', 'Sie haben einen Geldbonus auf Ihrem Konto http://launchchallenges.com/cryptogods?keyword=torbenj@web.de', NULL, 'FALSE', '196.242.4.122', '2021-04-06 16:07:01', 'web', '', NULL),
(3156, 'helgalassnig@gmx.at', '69c91ac7e62bfe065f9c73fddcde71d2', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://l8cdn.com/cryptogods?keyword=helgalassnig@gmx.at', NULL, 'FALSE', '196.242.4.210', '2021-04-06 16:07:11', 'web', '', NULL),
(3157, 'jacke72@freenet.de', 'f1c7e8888171f2b90ebc9b8751968c94', 'Sie haben einen Geldbonus auf Ihrem Konto http://l8cdn.com/cryptogods?keyword=jacke72@freenet.de', NULL, 'FALSE', '196.245.231.56', '2021-04-06 16:40:35', 'web', '', NULL),
(3158, 'alexa2007-1988@web.de', '4c6e114170ea9088b105e0f4a0e4e40f', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://malagasydata.com/cryptogods?keyword=alexa2007-1988@web.de', NULL, 'FALSE', '196.245.231.104', '2021-04-06 16:40:35', 'web', '', NULL),
(3159, 'st.ud.io.k.iree.f.f@gmail.com', '33111a01e5adc038ceb64f08430422ca', 'Charleyfag', NULL, 'FALSE', '5.8.16.76', '2021-04-06 16:49:25', 'web', '', NULL),
(3160, 'sabrina_kortman@hotmail.com', '89d969b7d60decfe1cb971d8449b11fe', 'Sie haben einen Geldbonus auf Ihrem Konto http://lucsurvey.com/cryptogods?keyword=sabrina_kortman@hotmail.com', NULL, 'FALSE', '196.245.229.25', '2021-04-06 17:13:47', 'web', '', NULL),
(3161, 'nicolas.bes@neuf.fr', 'b06098b8329e61787e962b41907e999f', 'Auf Ihrem Konto ist eine Ãœberweisung eingegangen http://lucsurvey.com/cryptogods?keyword=nicolas.bes@neuf.fr', NULL, 'FALSE', '196.245.230.253', '2021-04-06 17:13:48', 'web', '', NULL),
(3162, 'lktaeubers@gmx.de', '06034612466eccc875bd0c014bfe4900', 'Sie bekommen Geldgeschenke auf Ihr Konto http://mobilyaozlem.com/cryptogods?keyword=lktaeubers@gmx.de', NULL, 'FALSE', '196.245.229.43', '2021-04-06 17:47:48', 'web', '', NULL),
(3163, 'aljosa_liverpool@hotmail.com', '0e24fdd68a4acab98743b09272d86dc0', 'Auf Ihr Konto ist eine Ãœberweisung in Euro eingegangen http://lucsurvey.com/cryptogods?keyword=aljosa_liverpool@hotmail.com', NULL, 'FALSE', '196.245.231.89', '2021-04-06 17:47:50', 'web', '', NULL),
(3164, 'admin-dhs@online.de', '326247272115f039456e32bef23ee31e', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÃ¼gbar http://mydigitalsafetynet.com/cryptogods?keyword=admin-dhs@online.de', NULL, 'FALSE', '196.245.229.217', '2021-04-06 18:55:07', 'web', '', NULL),
(3165, 'fcbole1@freenet.de', '41ee8f8f07f03ab55baecf1904230952', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://indonesianfoodonline.com/cryptrogods?keyword=fcbole1@freenet.de', NULL, 'FALSE', '196.245.231.80', '2021-04-06 20:39:10', 'web', '', NULL),
(3166, 'ardita_sopa@hotmail.de', '96a118e537c5aac787e40dc361b3e69a', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://jessopvitccream.com/cryptrogods?keyword=ardita_sopa@hotmail.de', NULL, 'FALSE', '196.245.229.41', '2021-04-06 21:12:40', 'web', '', NULL),
(3167, 'one2wom@web.de', '7e7f505ea847a371c225be86b8262bb1', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://micken123.com/cryptrogods?keyword=one2wom@web.de', NULL, 'FALSE', '196.245.231.88', '2021-04-06 22:20:11', 'web', '', NULL),
(3168, 'nancy.wiltzsch@web.de', 'e321122e835ab1e3c5f2a1e74fbf9912', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://micken123.com/cryptrogods?keyword=nancy.wiltzsch@web.de', NULL, 'FALSE', '196.245.229.146', '2021-04-06 22:53:22', 'web', '', NULL),
(3169, 'brian.dey@btopenworld.co.uk', '38902d0840ae2e3b570340629ade1683', 'Sie haben einen Euro-Preis auf Ihrem Konto http://naturesplain.com/cryptrogods?keyword=brian.dey@btopenworld.co.uk', NULL, 'FALSE', '196.245.229.186', '2021-04-06 23:59:40', 'web', '', NULL),
(3170, 'dianelee.cherish@gmail.com', '0da54c903454ec3a2f1f466364c4e2bb', 'Geldtransfer ist auf Ihrem Konto verfÃ¼gbar http://pejrich.com/cryptrogods?keyword=dianelee.cherish@gmail.com', NULL, 'FALSE', '196.245.229.243', '2021-04-07 00:33:49', 'web', '', NULL),
(3171, 'andrianaigor@hotmail.com', '758b426dc92fdf21c89f74f96907d854', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://quantifiedhacks.com/cryptrogods?keyword=andrianaigor@hotmail.com', NULL, 'FALSE', '196.245.231.160', '2021-04-07 01:05:08', 'web', '', NULL),
(3172, 'nico.venus@web.de', '151e8dba2b8eeeb0b068b709c321ca4d', 'Sie haben Geld auf Ihr Konto Ã¼berwiesen bekommen http://quantifiedhacks.com/cryptrogods?keyword=nico.venus@web.de', NULL, 'FALSE', '196.245.231.42', '2021-04-07 01:06:46', 'web', '', NULL),
(3173, 'hans-peter.zeiler@kabelmail.de', '7485bff91864deced91b2c40eec91a27', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://rachelbolton.com/cryptrogods?keyword=hans-peter.zeiler@kabelmail.de', NULL, 'FALSE', '196.245.231.59', '2021-04-07 02:13:18', 'web', '', NULL),
(3174, 'wenzel@webjungs.de', 'd992ea50dc8a6dfaa2a95e5feacdbeed', 'Geldbonus ist auf Ihrem Konto verfÑŒgbar http://ryanwrotethis.com/cryptrogods?keyword=wenzel@webjungs.de', NULL, 'FALSE', '196.242.4.34', '2021-04-07 02:13:19', 'web', '', NULL),
(3175, 'flavour25@freenet.de', '5b5d50fe2531e7a4cbe912fe32638ba1', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://sd-waninsider.com/cryptrogods?keyword=flavour25@freenet.de', NULL, 'FALSE', '196.245.229.166', '2021-04-07 02:47:08', 'web', '', NULL),
(3176, 'patricia.chevallier-avocat@wanadoo.fr', 'deb296098dbcb977df38af453e0e0e79', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://roadrouter.com/cryptrogods?keyword=patricia.chevallier-avocat@wanadoo.fr', NULL, 'FALSE', '196.242.4.153', '2021-04-07 02:47:15', 'web', '', NULL),
(3177, 'wad.ted@web.de', '35de77dd4c850dff1aeaedb00c45f96e', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://sdwaninsider.com/cryptrogods?keyword=wad.ted@web.de', NULL, 'FALSE', '196.245.229.186', '2021-04-07 03:20:32', 'web', '', NULL),
(3178, 'm.condotta@casadicultura.de', 'ca70881434ddabea4f3d60e663132634', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://sherlamarmedia.com/cryptrogods?keyword=m.condotta@casadicultura.de', NULL, 'FALSE', '196.245.229.138', '2021-04-07 03:21:18', 'web', '', NULL),
(3179, 'karsten_doreen@yahoo.de', '0c68637966309e16c5f9636190643c77', 'Sie bekommen Geldgeschenke auf Ihr Konto http://sherlamarmedia.com/cryptrogods?keyword=karsten_doreen@yahoo.de', NULL, 'FALSE', '196.245.231.185', '2021-04-07 03:53:43', 'web', '', NULL),
(3180, 'r.wagner@drk-goe-nom.de', 'd59c52d025d7776c8a6a986b9ed47c69', 'Finanztransfer ist auf Ihrem Konto angekommen http://thememoapp.com/cryptrogods?keyword=r.wagner@drk-goe-nom.de', NULL, 'FALSE', '196.242.4.253', '2021-04-07 03:55:04', 'web', '', NULL),
(3181, 'f.tomaschko@gmx.de', '0c975d8fb663ebde92d741aa7ee5ff97', 'Sie haben einen Euro-Preis auf Ihrem Konto http://youngafricanfootballers.com/cryptrogods?keyword=f.tomaschko@gmx.de', NULL, 'FALSE', '196.245.230.150', '2021-04-07 04:27:42', 'web', '', NULL),
(3182, 'silvio.gendusa@hotmail.de', '4852eb24981f20bd0ae2f8f3a13c6a4e', 'Sie haben einen Geldpreis auf Ihrem Konto http://thememoapp.com/cryptrogods?keyword=silvio.gendusa@hotmail.de', NULL, 'FALSE', '196.245.230.115', '2021-04-07 04:27:46', 'web', '', NULL),
(3183, 'jan_proes@telenet.be', 'e1581741da2c00f0fdca5a525a7d4d2b', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://watchgridiron.com/cryptrogods?keyword=jan_proes@telenet.be', NULL, 'FALSE', '196.245.231.40', '2021-04-07 05:01:03', 'web', '', NULL),
(3184, 'leeth666@gmx.de', 'ce7ea06850d34f8da501d6033ae9d59d', 'Sie haben Geld auf Ihr Konto Ã¼berwiesen bekommen http://unsulliedblogging.com/cryptrogods?keyword=leeth666@gmx.de', NULL, 'FALSE', '196.245.229.238', '2021-04-07 05:01:18', 'web', '', NULL),
(3185, 'heinz.fischer@datacomm.ch', 'dc6fef4dda5518ec59e61ebebd5bdb74', 'Geldgeschenk ist auf Ihrem Konto verfÑŒgbar http://jessopcream.com/cryptrogods?keyword=heinz.fischer@datacomm.ch', NULL, 'FALSE', '196.245.229.49', '2021-04-07 05:34:15', 'web', '', NULL),
(3186, 'kontakt@germandampfer.de', 'a8b74f2fe7ccd812eab04f5db24c9d9f', 'Sie bekommen Geldgeschenke auf Ihr Konto http://worldchineseculture.com/cryptrogods?keyword=kontakt@germandampfer.de', NULL, 'FALSE', '196.242.4.211', '2021-04-07 05:34:15', 'web', '', NULL),
(3187, 'balesche@aol.com', '3fefd13b8bc46749688ccefb92a6275c', 'Ein Geldgeschenk in Euro ist auf Ihrem Konto verfÑŒgbar http://logansshoemaker.com/cryptrogods?keyword=balesche@aol.com', NULL, 'FALSE', '196.245.230.154', '2021-04-07 06:41:23', 'web', '', NULL),
(3188, 'elena@realdestiny.de', 'dfa3ec8197ba91c590509a4dd3b14c23', 'Der Geldtransfer wird auf Ihrem Konto gutgeschrieben http://indonesianfoodonline.com/cryptrogods?keyword=elena@realdestiny.de', NULL, 'FALSE', '196.242.4.18', '2021-04-07 06:41:26', 'web', '', NULL),
(3189, 'bsandefur@worldnet.att.net', '2b1a1a65f30bf9cdf0651c5442393045', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://logansshoemaker.com/cryptrogods?keyword=bsandefur@worldnet.att.net', NULL, 'FALSE', '196.242.4.104', '2021-04-07 07:14:46', 'web', '', NULL),
(3190, 'daniela.riemer@gmx.de', 'b861d3e564597fb978e42252bf404e2d', 'Auf Ihr Konto ist eine Ãœberweisung in Euro eingegangen http://logansshoemaker.com/cryptrogods?keyword=daniela.riemer@gmx.de', NULL, 'FALSE', '196.245.230.187', '2021-04-07 07:48:07', 'web', '', NULL),
(3191, 'w.p@inode.at', '45fe180468df5df1087ced07f2b5a2b2', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://mboapay.com/cryptrogods?keyword=w.p@inode.at', NULL, 'FALSE', '196.245.229.132', '2021-04-07 07:48:10', 'web', '', NULL),
(3192, 'sigeti@freenet.de', 'bf9ef5886d6985f63370fe9d841bcedb', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://mycloudtop.com/cryptrogods?keyword=sigeti@freenet.de', NULL, 'FALSE', '196.245.231.20', '2021-04-07 08:21:41', 'web', '', NULL),
(3193, 'astrid@sahlerweb.de', '0a662c1d6831294e707e5399dc03d331', 'Ein Geldgeschenk in Euro ist auf Ihrem Konto verfÑŒgbar http://mboapay.com/cryptrogods?keyword=astrid@sahlerweb.de', NULL, 'FALSE', '196.245.229.61', '2021-04-07 08:21:41', 'web', '', NULL),
(3194, '3adil.dergal@gmail.com', 'ed989e52998122289220e7c61db67ea2', 'Geldtransfer ist auf Ihrem Konto verfÃ¼gbar http://mycloudtop.com/cryptrogods?keyword=3adil.dergal@gmail.com', NULL, 'FALSE', '196.242.4.56', '2021-04-07 08:55:14', 'web', '', NULL),
(3195, 'tesla@gmail.com', '79ba4f4a15a69c8cb7117715e8e26a74', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://plovdiv365.com/cryptrogods?keyword=tesla@gmail.com', NULL, 'FALSE', '196.245.231.228', '2021-04-07 09:27:54', 'web', '', NULL),
(3196, 'dietmar.ruf@uni.de', '733419b211a860c6acd967df649118be', 'Ihr Euro-Preis wurde Ihrem Konto gutgeschrieben http://naturesplain.com/cryptrogods?keyword=dietmar.ruf@uni.de', NULL, 'FALSE', '196.242.4.105', '2021-04-07 09:28:18', 'web', '', NULL),
(3197, 'julia.thiel@ogs-sarstedt.de', '6130db8b585c49472d02e4587810ece7', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://plovdiv365.com/cryptrogods?keyword=julia.thiel@ogs-sarstedt.de', NULL, 'FALSE', '196.245.230.173', '2021-04-07 10:01:11', 'web', '', NULL),
(3198, 's.benita@hotmail.com', '51b2b37e384d66ba9130ae0c7c60bc6a', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://noeep.com/cryptrogods?keyword=s.benita@hotmail.com', NULL, 'FALSE', '196.245.231.230', '2021-04-07 10:01:23', 'web', '', NULL),
(3199, 'andre.krafft@gmx.de', 'a21623690cd6a49c50c8976af8e09f6a', 'Sie haben einen Geldbonus auf Ihrem Konto http://quantifiedhacks.com/cryptrogods?keyword=andre.krafft@gmx.de', NULL, 'FALSE', '196.245.231.106', '2021-04-07 10:34:03', 'web', '', NULL),
(3200, 'adula54@freenet.de', '8020d999804e5a828871f9e40d6d0ffe', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://pejrich.com/cryptrogods?keyword=adula54@freenet.de', NULL, 'FALSE', '196.242.4.148', '2021-04-07 10:34:03', 'web', '', NULL),
(3201, 'schlumpf1958@gmx.de', 'c9b0dfe9b60440a0d3f055e1291107a8', 'Sie haben eine Euro-Ãœberweisung auf Ihr Konto erhalten http://quantifiedhacks.com/cryptrogods?keyword=schlumpf1958@gmx.de', NULL, 'FALSE', '196.245.230.217', '2021-04-07 11:41:49', 'web', '', NULL),
(3202, 'pagel.pforzheim@freenet.de', 'e747d60ff331c36974f37621da2dd673', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://rachelbolton.com/cryptrogods?keyword=pagel.pforzheim@freenet.de', NULL, 'FALSE', '196.245.229.158', '2021-04-07 12:15:14', 'web', '', NULL),
(3203, 'muetzes@yahoo.de', '658bd217f42542936e9f63e29f07055b', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://sdwaninsider.com/cryptrogods?keyword=muetzes@yahoo.de', NULL, 'FALSE', '196.245.229.217', '2021-04-07 12:49:13', 'web', '', NULL),
(3204, 'noack.sven@web.de', '26b437698b10e3c926109b428c0c8913', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://realhomeview.com/cryptrogods?keyword=noack.sven@web.de', NULL, 'FALSE', '196.242.4.72', '2021-04-07 12:49:20', 'web', '', NULL),
(3205, 'rae.benedet@striker.ottawa.on.ca', 'f5a7e7b2ea1c66f013a0f09690eca5dc', 'Sie haben einen Geldpreis auf Ihrem Konto http://temaze.com/cryptrogods?keyword=rae.benedet@striker.ottawa.on.ca', NULL, 'FALSE', '196.245.231.145', '2021-04-07 13:22:46', 'web', '', NULL),
(3206, 'reuterkos@web.de', '6de7ab4c4454c88f195a7164e839f173', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://temaze.com/cryptrogods?keyword=reuterkos@web.de', NULL, 'FALSE', '196.245.229.193', '2021-04-07 13:56:28', 'web', '', NULL),
(3207, 'davide.ruffoni@mpikggolm.mpg.de', '6e5f0c144d4c82f1f0afabbb9cc22bfe', 'Finanztransfer ist auf Ihrem Konto angekommen http://youngafricanfootballers.com/cryptrogodss?keyword=davide.ruffoni@mpikggolm.mpg.de', NULL, 'FALSE', '196.245.229.81', '2021-04-07 14:29:41', 'web', '', NULL),
(3208, 'brucewillisfan@online.de', '96b3d1a7e2a22bb109f665d2431f692e', 'Geldgeschenk ist auf Ihrem Konto verfÑŒgbar http://youngafricanfootballers.com/cryptrogodss?keyword=brucewillisfan@online.de', NULL, 'FALSE', '196.245.229.133', '2021-04-07 15:03:24', 'web', '', NULL),
(3209, 'hakann6157@t-online.de', '378cc24dc1cce593f2e539f380132e4b', 'Sie haben einen Geldbonus auf Ihrem Konto http://whatisapraetor.com/cryptrogods?keyword=hakann6157@t-online.de', NULL, 'FALSE', '196.245.231.246', '2021-04-07 15:36:34', 'web', '', NULL),
(3210, 'asasdwq@da.de', '9c60c5616658ff95dedbb3a2c2c8b06f', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://whatisapraetor.com/cryptrogods?keyword=asasdwq@da.de', NULL, 'FALSE', '196.245.230.115', '2021-04-07 16:09:54', 'web', '', NULL),
(3211, 'stephan@haus-schenck.de', 'b6c3a00ac98956fc51b9c61ae259a658', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://whatisapraetor.com/cryptrogods?keyword=stephan@haus-schenck.de', NULL, 'FALSE', '196.242.4.165', '2021-04-07 16:43:50', 'web', '', NULL),
(3212, 'mrk@bluewin.ch', 'da726ab856fde582296bac269d763472', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://youngafricanfootballers.com/cryptrogodss?keyword=mrk@bluewin.ch', NULL, 'FALSE', '196.242.4.196', '2021-04-07 17:51:03', 'web', '', NULL),
(3213, 'romiweil@freenet.de', 'b57818eec7114fd2f29e6f0252749419', 'Der Geldpreis ist auf Ihrem Konto verfÑŒgbar http://whatisapraetor.com/cryptrogods?keyword=romiweil@freenet.de', NULL, 'FALSE', '196.245.229.144', '2021-04-07 18:24:54', 'web', '', NULL),
(3214, 'captainnemo75@web.de', 'eac17d4b915f0b0e8f41e613f305016b', 'Sie haben ein Geldgeschenk auf Ihr Konto erhalten http://worldchineseculture.com/cryptrogods?keyword=captainnemo75@web.de', NULL, 'FALSE', '196.245.230.246', '2021-04-07 18:58:35', 'web', '', NULL),
(3215, 'tibi-juhasz@outlook.be', '5d1a474c0c919fe3164bb74dbf250c99', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://youngafricanfootballers.com/cryptrogodss?keyword=tibi-juhasz@outlook.be', NULL, 'FALSE', '196.242.4.177', '2021-04-07 19:31:40', 'web', '', NULL),
(3216, 'dieterneumaier@unitybox.de', '5a34c46c951cfba05d60f0d05b5166f4', 'Sie haben einen Geldbonus auf Ihrem Konto http://whatisapraetor.com/cryptrogods?keyword=dieterneumaier@unitybox.de', NULL, 'FALSE', '196.245.229.193', '2021-04-07 20:04:12', 'web', '', NULL),
(3217, 'gregor-sinnen@hotmail.de', 'ac6a7e935143df1c74945ba928918bb7', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://youngafricanfootballers.com/cryptrogodss?keyword=gregor-sinnen@hotmail.de', NULL, 'FALSE', '196.245.229.170', '2021-04-07 20:36:56', 'web', '', NULL),
(3218, 'ulfstrekker@outlook.de', '197dac843d1bc896a9d20d705321d0cf', 'Auf Ihr Konto ist eine Ð¬berweisung in Euro eingegangen http://youngafricanfootballers.com/cryptrogodss?keyword=ulfstrekker@outlook.de', NULL, 'FALSE', '196.245.230.233', '2021-04-07 21:10:06', 'web', '', NULL),
(3219, 'mell.kell1100@freenet.de', 'c03c51fd77caf4bb188962adc03b545a', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://youngafricanfootballers.com/cryptrogodss?keyword=mell.kell1100@freenet.de', NULL, 'FALSE', '196.245.231.64', '2021-04-07 21:43:06', 'web', '', NULL),
(3220, 'alambres.delnorte@yahoo.com.mx', '5b034432bbf129f4f60a97061e2c6330', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://worldchineseculture.com/cryptrogods?keyword=alambres.delnorte@yahoo.com.mx', NULL, 'FALSE', '196.245.231.252', '2021-04-07 22:16:10', 'web', '', NULL),
(3221, 'guido@appendix.ch', '51026cb4abe7bc75c360ce7f888b44fb', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://youngafricanfootballers.com/cryptrogodss?keyword=guido@appendix.ch', NULL, 'FALSE', '196.245.229.111', '2021-04-07 23:23:29', 'web', '', NULL),
(3222, 'd.umbach@online.de', '0ed0cb4dd00266c9c5676f8ec73edb6b', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://watchfullcourt.com/cryptrogods?keyword=d.umbach@online.de', NULL, 'FALSE', '196.245.230.50', '2021-04-07 23:57:23', 'web', '', NULL),
(3223, 'manfred.kofranek@inode.at', 'e6c8fd0b402816134452e60728e35a0a', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://worldchineseculture.com/cryptrogods?keyword=manfred.kofranek@inode.at', NULL, 'FALSE', '196.245.229.177', '2021-04-08 00:32:13', 'web', '', NULL),
(3224, 'cornelia.weigand@web.de', 'b0902a0ee1940c91521fbdc9d8c0085c', 'Finanzieller Bonus wurde auf Ihr Konto ÑŒberwiesen http://whatisapraetor.com/cryptrogods?keyword=cornelia.weigand@web.de', NULL, 'FALSE', '196.245.231.242', '2021-04-08 01:07:11', 'web', '', NULL),
(3225, 'umax70740@yahoo.de', 'cc971654130d97d8f3847d9c725ddb08', 'Ð¬berweisung ist auf Ihrem Konto eingegangen http://whatisapraetor.com/cryptrogods?keyword=umax70740@yahoo.de', NULL, 'FALSE', '196.242.4.243', '2021-04-08 01:39:47', 'web', '', NULL),
(3226, 'anja.schellekens@telenet.be', '9a2c8ee4fc34c838a71514fc969cba39', 'Finanzieller Bonus auf Ihrem Konto angekommen http://watchgridiron.com/cryptrogods?keyword=anja.schellekens@telenet.be', NULL, 'FALSE', '196.242.4.25', '2021-04-08 03:19:19', 'web', '', NULL),
(3227, 'goblin@coolmail.ch', '33d7d84180eff3a773a2b0a2acff9f9f', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://youngafricanfootballers.com/cryptrogodss?keyword=goblin@coolmail.ch', NULL, 'FALSE', '196.245.229.123', '2021-04-08 03:52:22', 'web', '', NULL),
(3228, 'mireksikens@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'killeterm', NULL, 'FALSE', '5.133.11.116', '2021-04-08 10:33:06', 'web', '', NULL),
(3229, 'romanvlasov782@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'yflt[fWakenty', NULL, 'FALSE', '178.159.37.139', '2021-04-08 22:13:17', 'web', '', NULL),
(3230, 'j.e.n.t.ai.w.o.r.l.dp.icture.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'KnvpllPrigh', NULL, 'FALSE', '188.35.131.246', '2021-04-09 04:39:45', 'web', '', NULL),
(3231, 'nddisdj@goposts.site', '875026d5007af8450a0e1dafae9895df', 'Jeffreyten', NULL, 'FALSE', '81.16.140.221', '2021-04-09 20:35:31', 'web', '', NULL),
(3232, 'plorkin@mailsenti.com', 'ee50dbf373074dc009f7a0bcdef73f27', 'Calvinsnose', NULL, 'FALSE', '185.7.145.88', '2021-04-10 04:36:19', 'web', '', NULL),
(3233, 'dor-adiks@mulars.ru', '2c4fca65777f21e478e622a10dba5065', 'Dornaizarept', NULL, 'FALSE', '178.159.37.58', '2021-04-10 08:34:21', 'web', '', NULL),
(3234, 'zarahmgvichal@gmail.com', 'c05f07631524dd4f4f6b48f714e1ae52', 'Chriscof', NULL, 'FALSE', '45.9.238.48', '2021-04-10 10:37:14', 'web', '', NULL),
(3235, 'andrejpireswolski@gazeta.pl', '88ef98a6042e47f9a5ef009aacc00460', 'killeterm', NULL, 'FALSE', '185.244.214.43', '2021-04-10 18:12:13', 'web', '', NULL),
(3236, 'nastassia.shmidt@yandex.ru', '82b12185f4cfa7fc7feac36ea9f95237', 'Dustinhycle', NULL, 'FALSE', '185.136.219.80', '2021-04-11 00:07:16', 'web', '', NULL),
(3237, 'aleksandr4w0bo@mail.ru', '9213ddf47b7701acb019159b22304db7', 'napilim.pro', NULL, 'FALSE', '91.77.108.18', '2021-04-11 19:24:53', 'web', '', NULL),
(3238, 'j.e.n.tai.wor.l.dp.ict.ure.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'Invillorews', NULL, 'FALSE', '188.35.131.246', '2021-04-12 09:31:23', 'web', '', NULL),
(3239, 'admiraltylaw@gmail.com', '125bd760b5587c88f5ee0bef52a52135', 'Anindya Banerjee', NULL, 'FALSE', '51.6.212.250', '2021-04-12 13:37:48', 'web', '', NULL),
(3240, 'r0bins.j@yandex.ru', 'f9561e4b4d80def442f0938b7bcc05ec', 'StevenPix', NULL, 'FALSE', '109.238.48.155', '2021-04-12 22:46:43', 'web', '', NULL),
(3241, 'c.oo.peral.e.xa.n.dr.home.wo.r.k8.4.8.@gmail.com', 'b33835bc95d875c580dd0291c98a4c27', 'samuelhek', NULL, 'FALSE', '148.251.54.157', '2021-04-13 14:30:35', 'web', '', NULL),
(3242, 'pinupppp777@gmail.com', '3a1569e505caa8b532d34025c916ba90', 'gamepinupcasino', NULL, 'FALSE', '46.33.33.120', '2021-04-14 08:06:13', 'web', '', NULL),
(3243, 'j.ent.aiw.o.rl.dpictu.r.et5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'Invillorews', NULL, 'FALSE', '188.35.131.246', '2021-04-14 17:46:45', 'web', '', NULL),
(3244, 'n1kolays1543@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'frcbymzWakenty', NULL, 'FALSE', '178.159.37.139', '2021-04-14 22:44:45', 'web', '', NULL),
(3245, 'seregainbox63@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.google.com/', NULL, 'FALSE', '46.8.23.224', '2021-04-15 16:12:21', 'web', '', NULL),
(3246, 'l.ukinovic.h2.0.20.1.3@gmail.com\r\n', '56f6cd68ed078e5457e9290f7f6ba131', 'Ruslandrc', NULL, 'FALSE', '188.126.79.20', '2021-04-16 05:28:41', 'web', '', NULL),
(3247, 'p.rim.eg.rani.t20.19@gmail.com\r\n', '0c6231cba1e6aa5dbb264f8fca88e0f9', 'agrohimlox', NULL, 'FALSE', '188.126.79.20', '2021-04-16 08:55:01', 'web', '', NULL),
(3248, 'zamkiIdome@sales,mailru.pp.ua', '7b9f0f376876d71b0fc229cb53f00841', 'ZamkiGax', NULL, 'FALSE', '94.25.173.95', '2021-04-16 21:06:25', 'web', '', NULL),
(3249, 'p.rim.e.g.ran.it20.1.9@gmail.com\r\n', '0c6231cba1e6aa5dbb264f8fca88e0f9', 'agrohimpxu', NULL, 'FALSE', '188.126.79.21', '2021-04-17 01:43:44', 'web', '', NULL),
(3250, 'li.p.ut.o.vch.e.nkoju.l.i.y.a.a@gmail.com\r\n', 'ef4e7f420ec50ecb9e90c3e958ddcb22', 'Julijoi', NULL, 'FALSE', '193.176.84.44', '2021-04-17 02:54:43', 'web', '', NULL),
(3251, 's.u.cho.r.u.vs.ki.yan.a.t.o.li.yy@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Toliknxb', NULL, 'FALSE', '193.176.84.44', '2021-04-17 02:58:24', 'web', '', NULL),
(3252, 'seregainbox870@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.google.com/', NULL, 'FALSE', '194.32.229.204', '2021-04-17 13:11:06', 'web', '', NULL),
(3253, 'lu.k.ino.vi.c.h.2020.13@gmail.com\r\n', '56f6cd68ed078e5457e9290f7f6ba131', 'Ruslanhqw', NULL, 'FALSE', '188.126.79.18', '2021-04-17 14:28:50', 'web', '', NULL),
(3254, 'antip.taubetov@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'vfkfyzWakenty', NULL, 'FALSE', '178.159.37.139', '2021-04-17 21:14:59', 'web', '', NULL),
(3255, 'j.en.t.aiw.o.rl.dpi.c.t.ur.e.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'Invillorews', NULL, 'FALSE', '188.35.131.246', '2021-04-17 23:06:59', 'web', '', NULL),
(3256, 'je.nt.ai.w.o.r.ld.pi.ctu.r.e.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'KnvpllPrigh', NULL, 'FALSE', '188.35.131.246', '2021-04-17 23:07:12', 'web', '', NULL),
(3257, 'aqu.a.b.u.rs.e.rvic.e2.0.2.1@gmail.com\r\n', 'f7d23c0509185825b3537004ad921396', 'Andreassea', NULL, 'FALSE', '84.17.58.8', '2021-04-18 07:55:05', 'web', '', NULL),
(3258, 'svetlanavolkovayan@yandex.com', '46b72ff000d633543c9a95c3c6500df9', 'inetryconydot', NULL, 'FALSE', '14.192.214.35', '2021-04-18 20:56:13', 'web', '', NULL),
(3259, 'patilpratiksatish@gmail.com', '7523d166cf303065a7f6be81e76fb424', 'Pratik Patil', NULL, 'FALSE', '103.246.41.34', '2021-04-19 08:45:38', 'web', '', NULL),
(3260, 'sashajayda700@gmail.com', 'c3e305db6d5e9cade3e6b5cf0d2a5329', 'MelvinEmido', NULL, 'FALSE', '78.46.73.116', '2021-04-19 12:27:59', 'web', '', NULL),
(3261, 'a.qua.bu.r.se.r.vic.e2.0.2.1@gmail.com\r\n', 'f7d23c0509185825b3537004ad921396', 'Andreasinq', NULL, 'FALSE', '84.17.58.12', '2021-04-19 22:57:25', 'web', '', NULL),
(3262, 'g.o.rse.c1.9.80.r.u.s.e.r.v@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdanqxv', NULL, 'FALSE', '84.17.58.15', '2021-04-20 02:54:34', 'web', '', NULL),
(3263, 's.u.c.h.o.ru.v.sk.i.yan.a.t.o.li.yy@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikdox', NULL, 'FALSE', '62.149.29.51', '2021-04-20 03:44:01', 'web', '', NULL),
(3264, 'li.p.ut.o.vc.he.n.kojuliy.aa@gmail.com\r\n', 'ef4e7f420ec50ecb9e90c3e958ddcb22', 'Juliajy', NULL, 'FALSE', '62.149.29.51', '2021-04-20 03:46:07', 'web', '', NULL),
(3265, 'vasya.tirkin12@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'EfrosimychWakenty', NULL, 'FALSE', '178.159.37.139', '2021-04-20 21:48:37', 'web', '', NULL),
(3266, 'li.put.ovc.h.e.n.k.oj.u.liyaa@gmail.com\r\n', 'ef4e7f420ec50ecb9e90c3e958ddcb22', 'Julinlf', NULL, 'FALSE', '188.213.34.28', '2021-04-21 03:55:39', 'web', '', NULL),
(3267, 'su.choru.vskiy.a.nato.li.y.y@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikjwr', NULL, 'FALSE', '188.213.34.28', '2021-04-21 04:34:38', 'web', '', NULL),
(3268, 'vroglina@mail.ru', 'd87fcc524af82924fbfe65c88b0c8fd8', 'IsaacBuh', NULL, 'FALSE', '194.67.78.220', '2021-04-22 09:38:52', 'web', '', NULL),
(3269, 'nikitatitarev35@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'DairgWakenty', NULL, 'FALSE', '178.159.37.139', '2021-04-23 21:48:20', 'web', '', NULL),
(3270, 's.uc.h.or.uv.s.kiy.a.n.a.t.ol.i.y.y@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Toliktob', NULL, 'FALSE', '185.189.114.118', '2021-04-24 03:07:37', 'web', '', NULL),
(3271, 'brewo23@24mailpro.top', '61cfcc04cac666b8da395f0ad019c335', 'Jamesvah', NULL, 'FALSE', '83.29.142.148', '2021-04-24 23:12:08', 'web', '', NULL),
(3272, 'revers@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'JdvmllPrigh', NULL, 'FALSE', '188.35.131.246', '2021-04-25 06:20:34', 'web', '', NULL),
(3273, 'elwinwilson@gmail.com', 'c515793e24d1a7babc2348e6ff8efbbc', 'Elwin Wilson', NULL, 'FALSE', '157.46.222.141', '2021-04-26 15:04:09', 'web', '', NULL),
(3274, 'Tri.Mcna@gmx.com', 'd41d8cd98f00b204e9800998ecf8427e', 'Alexgwrg42462dg19 http://google.com', NULL, 'FALSE', '185.253.96.7', '2021-04-26 15:54:26', 'web', '', NULL),
(3275, 'nkorea914174814@gmail.com', '503c282f2a6f37b9488eb74fe1902ae0', 'Robertsum', NULL, 'FALSE', '204.101.61.82', '2021-04-26 18:24:57', 'web', '', NULL),
(3276, '%spinfile-names.dat%%spinfile-lnames.dat%%random-1-100%@base.mixwi.com', 'af1aa4c7e6938050d3461abeb6e3e4c0', 'LarrySwari', NULL, 'FALSE', '115.133.200.175', '2021-04-27 09:09:48', 'web', '', NULL),
(3277, 'sucho.r.u.v.ski.yanatol.i.y.y@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikpcw', NULL, 'FALSE', '45.132.194.32', '2021-04-27 13:27:29', 'web', '', NULL),
(3278, 'ehali.lov.72@gmail.com', '7cf9f35038a6cc583e8f95b1c95c5867', 'Randypal', NULL, 'FALSE', '91.211.195.27', '2021-04-27 23:07:11', 'web', '', NULL),
(3279, 'seregainbox56@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.google.com/', NULL, 'FALSE', '185.181.244.220', '2021-04-27 23:07:59', 'web', '', NULL),
(3280, 'diplomkupit@mailserp.com', '6dca7a6d6c64a9cab1d8f046c964c8bd', 'DiplomsMes', NULL, 'FALSE', '188.163.14.10', '2021-04-28 02:54:54', 'web', '', NULL),
(3281, 'lip.utovc.h.e.n.k.o.j.uliya.a@gmail.com\r\n', 'ef4e7f420ec50ecb9e90c3e958ddcb22', 'Julilyh', NULL, 'FALSE', '185.253.160.138', '2021-04-28 03:59:17', 'web', '', NULL),
(3282, 'rayengfajoreyas@gmail.com', '18a51815409758066261adbc6abe269f', 'Williamhaf', NULL, 'FALSE', '45.9.238.27', '2021-04-28 21:23:09', 'web', '', NULL),
(3283, 'lu.kin.ovic.h.2.020.13@gmail.com\r\n', '6f65f2b49e79f1e183bbd2a4fc73b43e', 'Duglasqln', NULL, 'FALSE', '195.225.118.40', '2021-04-29 23:12:33', 'web', '', NULL),
(3284, 'nezabudkamed@drstranst.xyz', '97eea13615d1f5db8d7a946f1869f9ba', 'Nezabudkamed', NULL, 'FALSE', '93.190.111.173', '2021-04-30 00:45:24', 'web', '', NULL),
(3285, 'gkmmkp@gmail.com', 'e9d04a224adda1460483dcde8f466fe1', 'Gopakumar', NULL, 'FALSE', '157.44.173.231', '2021-04-30 11:27:47', 'web', '', NULL),
(3286, 'lu.k.in.o.v.ic.h.202.01.3@gmail.com\r\n', '6f65f2b49e79f1e183bbd2a4fc73b43e', 'Duglasiju', NULL, 'FALSE', '185.32.222.110', '2021-05-01 06:25:16', 'web', '', NULL),
(3287, 'fdjkljfgldkfgldfg@mail.ru', 'ff5c054c7cd6924c570f944007ccf076', 'love https://google.com/searh zikizo7', NULL, 'FALSE', '194.33.61.150', '2021-05-01 15:56:37', 'web', '', NULL),
(3288, 'lannnefrazier@gmail.com', 'c7fd1eaeb36a570e1339ca6bb72481c7', 'JoshuaFar', NULL, 'FALSE', '96.46.146.254', '2021-05-02 02:19:18', 'web', '', NULL),
(3289, 'maitysougata08042016@gmail.com', '26fcee1fbd11d921a54ca55acda723f1', 'Sougata Maity', NULL, 'FALSE', '157.43.207.222', '2021-05-02 15:23:02', 'web', '', NULL),
(3290, 'cou7gif@gmail.com', '2c35fc6c6775a9ba12e901f0fc230d09', 'Streaming-loose', NULL, 'FALSE', '94.155.33.34', '2021-05-04 01:38:36', 'web', '', NULL),
(3291, 'suksdfdf@outlook.com', 'ff5c054c7cd6924c570f944007ccf076', 'love https://google.com/searh zikizo7', NULL, 'FALSE', '185.245.26.148', '2021-05-04 02:36:26', 'web', '', NULL),
(3292, 'gri9902@yandex.com', 'd41d8cd98f00b204e9800998ecf8427e', 'chekdonorovnachat https://apple.com', NULL, 'FALSE', '46.8.222.82', '2021-05-05 06:50:22', 'web', '', NULL),
(3293, 'antonhohlov404@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'ybrbifWakenty', NULL, 'FALSE', '72.255.37.227', '2021-05-06 07:37:27', 'web', '', NULL),
(3294, 'anthonychapman2019@gmail.com', '25d55ad283aa400af464c76d713c07ad', 'Anthony', NULL, 'FALSE', '202.142.77.124', '2021-05-06 10:47:22', 'web', '', NULL),
(3295, 'rootd3333111@gmail.com', 'bd49d3b114559b875a327361bffc5c0e', 'fishseple808', NULL, 'FALSE', '95.79.86.167', '2021-05-06 16:32:31', 'web', '', NULL),
(3296, 'markwararltram1983@mail.ru', '2b08feca4070496a06622fc2f610c893', 'npNkuqvhgqsAxe https://www.google.com/', NULL, 'FALSE', '31.131.69.14', '2021-05-07 19:57:48', 'web', '', NULL),
(3297, 'partharoys64@gmail.com', '82e9c6b981ca033af6cd991a64207ba8', 'Partha Roy', NULL, 'FALSE', '157.40.127.24', '2021-05-07 22:36:40', 'web', '', NULL),
(3298, 'budenko1963@rambler.ru', '0a5c87c3d8cafae623707ef13e130ce2', 'DavidcrynC', NULL, 'FALSE', '188.163.73.127', '2021-05-09 06:46:38', 'web', '', NULL),
(3299, 'vitaliyerevich12514@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'MihailinkaWakenty', NULL, 'FALSE', '78.183.34.239', '2021-05-09 06:54:05', 'web', '', NULL),
(3300, 'fgf42r@yandex.ru', 'bd49d3b114559b875a327361bffc5c0e', 'fishborpy982', NULL, 'FALSE', '95.79.175.66', '2021-05-09 07:12:20', 'web', '', NULL),
(3301, 'griselsaloom1988048@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'fgfjhkhlkllopp https://google.com dgdgd', NULL, 'FALSE', '185.217.199.221', '2021-05-09 10:50:57', 'web', '', NULL),
(3302, 'MURSHID9734@GMAIL.COM', '95c130eb23ee975698c691410176a402', 'MURSHID ALI KHAN', NULL, 'FALSE', '42.110.255.205', '2021-05-09 13:30:21', 'web', '', NULL),
(3303, '3242342ff@gmail.com', 'bd49d3b114559b875a327361bffc5c0e', 'fishpnrmw699', NULL, 'FALSE', '95.79.175.66', '2021-05-10 08:45:16', 'web', '', NULL),
(3304, 'rohitsharma83323@gmail.com', '25d55ad283aa400af464c76d713c07ad', 'Rohit', NULL, 'FALSE', '171.48.95.87', '2021-05-10 11:15:04', 'web', '', NULL),
(3305, 'pooleecamddyn@gmail.com', '77d744ae5f011ead9fdcaf3859c309da', 'JosephFus', NULL, 'FALSE', '41.59.89.98', '2021-05-10 13:57:10', 'web', '', NULL),
(3306, 'petrveselov812@gmail.com', 'bd49d3b114559b875a327361bffc5c0e', 'fishgqeef444', NULL, 'FALSE', '95.79.175.66', '2021-05-11 03:33:41', 'web', '', NULL),
(3307, 'VINAYSINGH85@HOTMAIL.COM', 'ed75d94bee0ac16c6cc28b1b49744dd7', 'VINAY KUMAR SINGH', NULL, 'FALSE', '183.83.47.124', '2021-05-13 05:00:42', 'web', '', 0),
(3308, 'd.shisha01@mail.ru', 'd87fcc524af82924fbfe65c88b0c8fd8', 'IsaacBuh', NULL, 'FALSE', '95.152.63.102', '2021-05-13 13:10:51', 'web', '', NULL),
(3309, 'seregainbox73@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.google.com/', NULL, 'FALSE', '46.8.22.58', '2021-05-14 11:34:22', 'web', '', NULL),
(3310, 'kanrenov1985@rambler.ru', 'f1fb7c6988cd7d9ce9874a9c8ffa3a86', 'Andreyer', NULL, 'FALSE', '93.73.199.52', '2021-05-14 21:12:58', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(3311, 'andrybrovarskoy777@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'rbhbkkbxyfWakenty', NULL, 'FALSE', '190.238.211.118', '2021-05-15 03:19:02', 'web', '', NULL),
(3312, 'bushra.syed246@gmail.com', 'a4d96bb87dc0d845c382e14597632fc4', 'Bushra Syed', NULL, 'FALSE', '49.36.38.198', '2021-05-15 19:37:13', 'web', '', NULL),
(3313, 'pritipaul064@gmail.com', '25f9e794323b453885f5181f1b624d0b', 'Priti Paul', NULL, 'FALSE', '103.51.56.63', '2021-05-15 22:38:18', 'web', '', NULL),
(3314, 'politontolim93@gmail.com', '82ec3ca73bd058defbfed8253bb19c0d', 'AntioneAmews', NULL, 'FALSE', '208.102.51.6', '2021-05-16 04:05:59', 'web', '', NULL),
(3315, 'Matin.sunitaexports@gmail.com', '85bcdd834d49f19ad4a728394527c02f', 'Matin Bagban', NULL, 'FALSE', '103.203.147.90', '2021-05-16 19:34:49', 'web', '', NULL),
(3316, 'nirbhay4596@gmail.com', '32cece076ab0119ffa0d0d622cfe398d', 'Nirbhay Gupta', NULL, 'FALSE', '27.58.146.88', '2021-05-17 16:17:02', 'web', '', NULL),
(3317, 'tarot@tarotreading.website', '8ce829acebd55680cdd046a009d99ac9', 'Tarotread', NULL, 'FALSE', '94.25.238.196', '2021-05-17 18:43:27', 'web', '', NULL),
(3318, 'kom-net@rcnika.biz.ua', '6b67d5e2daf75b3159c24d59ca71c06f', 'K0mForTnet', NULL, 'FALSE', '193.194.126.151', '2021-05-17 21:44:29', 'web', '', NULL),
(3319, 'vorobevaaleksandra745@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'ArlelondWakenty', NULL, 'FALSE', '93.62.228.194', '2021-05-18 05:27:25', 'web', '', NULL),
(3320, 'p.a.u.e.l.n.e.ed.w.e.l.lkh.a.e.y.re.12850.34@gmail.com', '0baa22ac0c1bb78b0c35b34b1327339f', 'pauellhek', NULL, 'FALSE', '148.251.54.157', '2021-05-18 19:15:47', 'web', '', NULL),
(3321, 'timon.asurr@gmail.com', '9e334b1f16bcbb68404a5322c5e866b1', 'BruceZekly', NULL, 'FALSE', '208.102.51.6', '2021-05-18 23:40:58', 'web', '', NULL),
(3322, 'pinakmohapatra6@gmail.com', '02dde366416804e4251be795c99c2bf0', 'Pinak Mohapatra', NULL, 'FALSE', '106.207.86.74', '2021-05-20 02:44:53', 'web', '', NULL),
(3323, 'gnommteddy@gmail.com', '49bcdfe0316464fed76f001a9d10486e', 'XyampiZdecmit', NULL, 'FALSE', '204.101.61.82', '2021-05-21 23:40:30', 'web', '', NULL),
(3324, 'tarushipandey@yahoo.co.in', 'bcb15b83b9d79e1082389c9d551a76e9', 'Tarushi Pandey', NULL, 'FALSE', '49.36.217.47', '2021-05-22 11:00:04', 'web', '', NULL),
(3325, 'rishu0102@gmail.com', '8f35fd8df6e9a7b4d915b4c43094e3f3', 'Sudhanshu Sharma', NULL, 'FALSE', '117.220.107.136', '2021-05-22 15:23:32', 'web', '', NULL),
(3326, 'ppugrappa7609@gmail.com', '1948e13706b78b81574146aa2d632fb5', 'KenCreedmoorPrept', NULL, 'FALSE', '204.101.61.82', '2021-05-22 16:59:48', 'web', '', NULL),
(3327, 'Muni.chiranjeevi1990@gmail.com', 'ce7ab507a55b208167906fd90c3668fa', 'Muni Chiranjeevi Reddy ', NULL, 'FALSE', '157.47.102.181', '2021-05-22 19:37:05', 'web', '', NULL),
(3328, 'mosnews2021@yandex.ru', 'f60c48d92be81a4dfd9e00da464233ee', 'GeorgeLog', NULL, 'FALSE', '45.157.213.229', '2021-05-23 04:14:26', 'web', '', NULL),
(3329, 'deepakpanjwani.advocate@gmail.com', '13667fdedf4448b3da7eed3476b87b84', 'Deepak Panjwani', NULL, 'FALSE', '171.61.50.143', '2021-05-23 18:15:36', 'web', '', NULL),
(3330, '7sentry337@mail.ru', '1de2f6acbd69821d65d1bc7686e8bf82', '302___***** ÐŸÐžÐ—Ð”Ð ÐÐ’Ð›Ð¯Ð•Ðœ! Ð’ÐÐœ ÐÐÐ§Ð˜Ð¡Ð›Ð•Ð _Ð‘ÐžÐÐ£Ð¡ 500$_ https://google.com . ÐœÐ« Ð–Ð”Ð•Ðœ ÐžÐ¢ Ð’ÐÐ¡ Ð›Ð®Ð‘Ð«Ð• ÐžÐ¢Ð—Ð«Ð’Ð«. Ð–Ð•Ð›ÐÐ•Ðœ Ð’ÐÐœ Ð£Ð¡ÐŸÐ•Ð¥ÐžÐ’, Ð‘Ð›ÐÐ“ÐžÐŸÐžÐ›Ð£Ð§Ð˜Ð¯ Ð˜ Ð¡Ð§ÐÐ¡Ð¢Ð¬Ð¯! *****____771', NULL, 'FALSE', '185.159.163.121', '2021-05-24 03:09:51', 'web', '', NULL),
(3331, 'valerialapyseva@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'TrentonWakenty', NULL, 'FALSE', '197.46.17.158', '2021-05-24 05:14:46', 'web', '', NULL),
(3332, 'msccomru@yandex.com', 'd225f5ea8775a613f0896da011da8912', 'Orgaf', NULL, 'FALSE', '77.34.138.240', '2021-05-24 12:04:49', 'web', '', NULL),
(3333, 'valya.mokhina@mail.ru', 'd87fcc524af82924fbfe65c88b0c8fd8', 'IsaacBuh', NULL, 'FALSE', '93.124.116.187', '2021-05-24 12:42:51', 'web', '', NULL),
(3334, 'nayaksangramkeshari30@gmail.com', 'a19727b9d7c49eb2bad36850384329fb', 'Sangram Keshari nayak', NULL, 'FALSE', '106.208.245.84', '2021-05-24 18:02:25', 'web', '', NULL),
(3335, 'sanna.777@bk.ru', 'e3452efa536318a488b338df4492eed5', 'sannaAsymn', NULL, 'FALSE', '191.101.209.108', '2021-05-25 23:55:33', 'web', '', NULL),
(3336, 'serejasinicin56789@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'HardistyWakenty', NULL, 'FALSE', '178.159.37.139', '2021-05-27 02:47:16', 'web', '', NULL),
(3337, 'pauelneed.well.kh.a.eyr.e.1285034@gmail.com', '0baa22ac0c1bb78b0c35b34b1327339f', 'pauellhek', NULL, 'FALSE', '148.251.54.157', '2021-05-28 06:05:06', 'web', '', NULL),
(3338, 'chiefsom@gmail.com', '7da84958ca5d8a2a1e283689ebac9dbe', 'Riju Mondal', NULL, 'FALSE', '47.11.70.169', '2021-05-28 18:38:57', 'web', '', NULL),
(3339, 'mamlnovpetr2@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'anikaWakenty', NULL, 'FALSE', '178.159.37.139', '2021-05-30 04:04:10', 'web', '', NULL),
(3340, 'yourmai1232432432l@gmail.com', '2cee7d231d4150146ba4f29b46473498', 'DouglasElelm', NULL, 'FALSE', '142.91.189.243', '2021-05-30 05:09:59', 'web', '', NULL),
(3341, 'tanzeelafarheen28@gmail.com', 'c14501c5acf47de9cddae7c68ecbd0bc', 'TANZEELA FARHEEN', NULL, 'FALSE', '106.207.51.111', '2021-05-31 11:23:38', 'web', '', NULL),
(3342, 'hotcase@mailserp.com', '531bf32b854deccb074a01c50b1379e1', 'HotcaseInalE', NULL, 'FALSE', '178.213.5.250', '2021-05-31 21:29:04', 'web', '', NULL),
(3343, 'amanovajennet280@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'FreemanWakenty', NULL, 'FALSE', '178.159.37.139', '2021-06-02 03:42:48', 'web', '', NULL),
(3344, 'prime74@msn.com', 'ba3d2194d717584b7dfbb68af664efd9', 'willow', NULL, 'FALSE', '51.91.67.153', '2021-06-02 21:50:21', 'web', '', NULL),
(3345, 'domainadmin@generalinteractive.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tolya', NULL, 'FALSE', '149.202.86.68', '2021-06-02 21:55:50', 'web', '', NULL),
(3346, 'abushle@roadrunner.com', 'ba3d2194d717584b7dfbb68af664efd9', 'aleutine', NULL, 'FALSE', '51.91.67.153', '2021-06-02 21:56:45', 'web', '', NULL),
(3347, 'slider1816@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'viktor', NULL, 'FALSE', '149.202.86.68', '2021-06-02 22:04:36', 'web', '', NULL),
(3348, 'clister59@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'yfneyz', NULL, 'FALSE', '51.91.67.153', '2021-06-02 22:04:57', 'web', '', NULL),
(3349, 'elliottjeff@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'christena', NULL, 'FALSE', '51.91.67.153', '2021-06-02 22:09:17', 'web', '', NULL),
(3350, 'isam@icpcnj.org', 'ba3d2194d717584b7dfbb68af664efd9', 'apola', NULL, 'FALSE', '51.91.67.153', '2021-06-02 22:11:20', 'web', '', NULL),
(3351, 'p_wernli@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'vfifyz', NULL, 'FALSE', '51.91.67.153', '2021-06-02 22:12:05', 'web', '', NULL),
(3352, 'julian.vonheeder@outlook.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Alena', NULL, 'FALSE', '149.202.86.68', '2021-06-02 22:14:46', 'web', '', NULL),
(3353, 'RKoegler710@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'shesha', NULL, 'FALSE', '149.202.86.68', '2021-06-02 22:15:44', 'web', '', NULL),
(3354, 'kpaulsen@eaglecrestgolf.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Alessandra', NULL, 'FALSE', '51.91.67.153', '2021-06-02 22:18:31', 'web', '', NULL),
(3355, 'justinstraube@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Gandis', NULL, 'FALSE', '51.91.67.153', '2021-06-02 22:21:54', 'web', '', NULL),
(3356, 'lauralee03@icloud.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'christa', NULL, 'FALSE', '149.202.86.68', '2021-06-02 22:25:15', 'web', '', NULL),
(3357, 'williambanthony@msn.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Iaineoda', NULL, 'FALSE', '51.91.67.153', '2021-06-02 22:28:02', 'web', '', NULL),
(3358, 'info@artistjessicarae.ca', 'ba3d2194d717584b7dfbb68af664efd9', 'fhnfvjif', NULL, 'FALSE', '51.91.67.153', '2021-06-02 22:29:53', 'web', '', NULL),
(3359, 'dmdlvr@comcast.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'utyyfif', NULL, 'FALSE', '149.202.86.68', '2021-06-02 22:30:51', 'web', '', NULL),
(3360, 'adrimoldovan@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'cthtf', NULL, 'FALSE', '51.91.67.153', '2021-06-02 22:31:17', 'web', '', NULL),
(3361, 'thepflegers@me.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Vitosha', NULL, 'FALSE', '51.91.67.153', '2021-06-02 22:32:57', 'web', '', NULL),
(3362, 'MingdeHarry@outlook.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Dowyn', NULL, 'FALSE', '149.202.86.68', '2021-06-02 22:34:49', 'web', '', NULL),
(3363, 'wlkrause@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfhmzy', NULL, 'FALSE', '149.202.86.68', '2021-06-02 22:36:47', 'web', '', NULL),
(3364, 'whcongdon1@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Zinasha', NULL, 'FALSE', '51.91.67.153', '2021-06-02 22:39:07', 'web', '', NULL),
(3365, 'saulid@hotmail.co.uk', 'dd1068f53d3f1bc51c188c008e2e32ac', 'yfcnyz', NULL, 'FALSE', '149.202.86.68', '2021-06-02 22:41:59', 'web', '', NULL),
(3366, 'flawlessco251@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'yuranya', NULL, 'FALSE', '51.91.67.153', '2021-06-02 22:51:03', 'web', '', NULL),
(3367, 'MoniDanzl@gmx.de', 'ba3d2194d717584b7dfbb68af664efd9', 'Burigrinn', NULL, 'FALSE', '51.91.67.153', '2021-06-02 22:51:24', 'web', '', NULL),
(3368, 'stanmagic20@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbrjkf', NULL, 'FALSE', '149.202.86.68', '2021-06-02 22:55:38', 'web', '', NULL),
(3369, 'info@ccii-info.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Danielle', NULL, 'FALSE', '149.202.86.68', '2021-06-02 22:56:54', 'web', '', NULL),
(3370, 'moravecmirta@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Arith', NULL, 'FALSE', '51.91.67.153', '2021-06-02 22:57:29', 'web', '', NULL),
(3371, 'cheri.schmidt@verizon.net', 'ba3d2194d717584b7dfbb68af664efd9', 'mikola', NULL, 'FALSE', '51.91.67.153', '2021-06-02 23:02:30', 'web', '', NULL),
(3372, 'kristinewolfe1@me.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ale', NULL, 'FALSE', '149.202.86.68', '2021-06-02 23:05:36', 'web', '', NULL),
(3373, 'jmpiekarska@wp.pl', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fktyrf', NULL, 'FALSE', '149.202.86.68', '2021-06-02 23:06:15', 'web', '', NULL),
(3374, 'siraphop08@outlook.com', 'ba3d2194d717584b7dfbb68af664efd9', 'dbnfkbz', NULL, 'FALSE', '51.91.67.153', '2021-06-02 23:09:26', 'web', '', NULL),
(3375, 'bernadette.vail@waytogrow.net', 'ba3d2194d717584b7dfbb68af664efd9', 'alexasha', NULL, 'FALSE', '51.91.67.153', '2021-06-02 23:12:47', 'web', '', NULL),
(3376, 'sevkteach@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Leonello', NULL, 'FALSE', '51.91.67.153', '2021-06-02 23:14:57', 'web', '', NULL),
(3377, 'rebshmuly@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Cashoutmaster', NULL, 'FALSE', '149.202.86.68', '2021-06-02 23:15:09', 'web', '', NULL),
(3378, 'rosesln@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Julia', NULL, 'FALSE', '149.202.86.68', '2021-06-02 23:15:24', 'web', '', NULL),
(3379, 'zubair.tanoli12@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Ballazan', NULL, 'FALSE', '51.91.67.153', '2021-06-02 23:18:45', 'web', '', NULL),
(3380, 't89268383213@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Hossok', NULL, 'FALSE', '51.91.67.153', '2021-06-02 23:21:33', 'web', '', NULL),
(3381, 'derek706586@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'minyash', NULL, 'FALSE', '149.202.86.68', '2021-06-02 23:24:44', 'web', '', NULL),
(3382, 'crystalnmike1019@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'cntgfyblrf', NULL, 'FALSE', '51.91.67.153', '2021-06-02 23:24:54', 'web', '', NULL),
(3383, 'hanafymeleis@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Dimaha', NULL, 'FALSE', '51.91.67.153', '2021-06-02 23:31:12', 'web', '', NULL),
(3384, 'olreader@att.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vanuta', NULL, 'FALSE', '149.202.86.68', '2021-06-02 23:37:57', 'web', '', NULL),
(3385, 'ay1683@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'ntvf', NULL, 'FALSE', '51.91.67.153', '2021-06-02 23:40:19', 'web', '', NULL),
(3386, 'info@kevelam.nl', 'ba3d2194d717584b7dfbb68af664efd9', 'gtncz', NULL, 'FALSE', '51.91.67.153', '2021-06-02 23:44:06', 'web', '', NULL),
(3387, 'meliniz320@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'favoriteson', NULL, 'FALSE', '51.91.67.153', '2021-06-02 23:52:27', 'web', '', NULL),
(3388, '<p>The requested URL /40.txt was not found on this server.</p>', 'ba3d2194d717584b7dfbb68af664efd9', 'dtytlbrnsx', NULL, 'FALSE', '51.91.67.153', '2021-06-02 23:53:05', 'web', '', NULL),
(3389, 'sophie.bismuth@because.tv', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbfqkeirf', NULL, 'FALSE', '149.202.86.68', '2021-06-02 23:56:27', 'web', '', NULL),
(3390, 'dinizkathleen2@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'lidonya', NULL, 'FALSE', '51.91.67.153', '2021-06-02 23:56:51', 'web', '', NULL),
(3391, 'john.christian.private@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'bhbyf', NULL, 'FALSE', '51.91.67.153', '2021-06-02 23:58:12', 'web', '', NULL),
(3392, 'atiragram00@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Vasya', NULL, 'FALSE', '149.202.86.68', '2021-06-02 23:58:41', 'web', '', NULL),
(3393, 'capi5@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Mohito', NULL, 'FALSE', '51.91.67.153', '2021-06-03 00:03:11', 'web', '', NULL),
(3394, 'cassielynne001@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'kbfyrf', NULL, 'FALSE', '51.91.67.153', '2021-06-03 00:04:48', 'web', '', NULL),
(3395, '350z169@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Adietoyn', NULL, 'FALSE', '149.202.86.68', '2021-06-03 00:06:45', 'web', '', NULL),
(3396, 'george.deng.1993@outlook.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'gfdkcz', NULL, 'FALSE', '149.202.86.68', '2021-06-03 00:16:23', 'web', '', NULL),
(3397, 'angulo_ramon@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'angels', NULL, 'FALSE', '51.91.67.153', '2021-06-03 00:20:34', 'web', '', NULL),
(3398, 'khojamoiz@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'kreatmin', NULL, 'FALSE', '51.91.67.153', '2021-06-03 00:23:29', 'web', '', NULL),
(3399, 'jugmeet.s.rehal@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'pebble', NULL, 'FALSE', '51.91.67.153', '2021-06-03 00:35:22', 'web', '', NULL),
(3400, 'shahn51759@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Tauner', NULL, 'FALSE', '51.91.67.153', '2021-06-03 00:41:20', 'web', '', NULL),
(3401, 'Lazerus88@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'andronic', NULL, 'FALSE', '149.202.86.68', '2021-06-03 00:42:52', 'web', '', NULL),
(3402, 'sia71375@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'pbyekz', NULL, 'FALSE', '51.91.67.153', '2021-06-03 00:56:14', 'web', '', NULL),
(3403, 'abductionz@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfienf', NULL, 'FALSE', '149.202.86.68', '2021-06-03 00:56:26', 'web', '', NULL),
(3404, 'twistermack@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Cornelius', NULL, 'FALSE', '51.91.67.153', '2021-06-03 00:58:27', 'web', '', NULL),
(3405, 'alexfernandez_132@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'emelyasha', NULL, 'FALSE', '51.91.67.153', '2021-06-03 01:04:19', 'web', '', NULL),
(3406, 'ritadit67@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'gjkbyfhbq', NULL, 'FALSE', '51.91.67.153', '2021-06-03 01:10:07', 'web', '', NULL),
(3407, 're.trainh@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'yfcnif', NULL, 'FALSE', '51.91.67.153', '2021-06-03 01:14:31', 'web', '', NULL),
(3408, 'radiceshirley@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'fktyf', NULL, 'FALSE', '51.91.67.153', '2021-06-03 01:32:22', 'web', '', NULL),
(3409, 'mbrittney33@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'hjcz', NULL, 'FALSE', '51.91.67.153', '2021-06-03 01:38:18', 'web', '', NULL),
(3410, 'rterrell222@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Anadwyn', NULL, 'FALSE', '149.202.86.68', '2021-06-03 01:43:53', 'web', '', NULL),
(3411, 'felix_bri@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'anastasca', NULL, 'FALSE', '51.91.67.153', '2021-06-03 01:45:35', 'web', '', NULL),
(3412, 'elentler@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfnatq', NULL, 'FALSE', '149.202.86.68', '2021-06-03 01:57:20', 'web', '', NULL),
(3413, '3rr0rl0g@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Tamanaha', NULL, 'FALSE', '51.91.67.153', '2021-06-03 02:02:08', 'web', '', NULL),
(3414, 'sco610@sbcglobal.net', 'ba3d2194d717584b7dfbb68af664efd9', 'Danisha', NULL, 'FALSE', '51.91.67.153', '2021-06-03 02:05:21', 'web', '', NULL),
(3415, 'jmbmwmiami@yahoo.es', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Blackgirl', NULL, 'FALSE', '149.202.86.68', '2021-06-03 02:13:05', 'web', '', NULL),
(3416, 'tserrato@precisioncoldplaninginc.com', 'ba3d2194d717584b7dfbb68af664efd9', 'tench', NULL, 'FALSE', '51.91.67.153', '2021-06-03 02:21:00', 'web', '', NULL),
(3417, 'inavascues@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'hfcz', NULL, 'FALSE', '51.91.67.153', '2021-06-03 02:23:27', 'web', '', NULL),
(3418, 'cf220805@icloud.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fyrf', NULL, 'FALSE', '149.202.86.68', '2021-06-03 02:26:13', 'web', '', NULL),
(3419, 'vidgames4ever@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'nikah', NULL, 'FALSE', '51.91.67.153', '2021-06-03 02:33:23', 'web', '', NULL),
(3420, 'acupuncturepoints@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Dawnterror', NULL, 'FALSE', '51.91.67.153', '2021-06-03 02:45:09', 'web', '', NULL),
(3421, 'edeworth@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'uheyz', NULL, 'FALSE', '51.91.67.153', '2021-06-03 02:45:49', 'web', '', NULL),
(3422, 'chrisjudice@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Arilak', NULL, 'FALSE', '149.202.86.68', '2021-06-03 02:45:52', 'web', '', NULL),
(3423, 'thegameisdirty@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'mihai', NULL, 'FALSE', '149.202.86.68', '2021-06-03 02:46:18', 'web', '', NULL),
(3424, 'ibikeadv@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfhbvmzyf', NULL, 'FALSE', '149.202.86.68', '2021-06-03 02:56:51', 'web', '', NULL),
(3425, 'houston@medcenterendo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'jktyf', NULL, 'FALSE', '51.91.67.153', '2021-06-03 03:04:28', 'web', '', NULL),
(3426, 'graceburger@icloud.com', 'ba3d2194d717584b7dfbb68af664efd9', 'dbrnjh', NULL, 'FALSE', '51.91.67.153', '2021-06-03 03:06:37', 'web', '', NULL),
(3427, 'suzette@essentialmedtools.com', 'ba3d2194d717584b7dfbb68af664efd9', 'natal', NULL, 'FALSE', '51.91.67.153', '2021-06-03 03:08:43', 'web', '', NULL),
(3428, 'rrweather@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'yfcnekz', NULL, 'FALSE', '149.202.86.68', '2021-06-03 03:09:09', 'web', '', NULL),
(3429, 'garytsuruda@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'fktrctq', NULL, 'FALSE', '51.91.67.153', '2021-06-03 03:12:35', 'web', '', NULL),
(3430, 'bfrank@lilly.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vehf', NULL, 'FALSE', '149.202.86.68', '2021-06-03 03:21:22', 'web', '', NULL),
(3431, 'jrthurber@verizon.net', 'ba3d2194d717584b7dfbb68af664efd9', 'bkmif', NULL, 'FALSE', '51.91.67.153', '2021-06-03 03:22:45', 'web', '', NULL),
(3432, 'tradingone@amberaigroup.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dimuha', NULL, 'FALSE', '149.202.86.68', '2021-06-03 03:29:39', 'web', '', NULL),
(3433, 'amazon@nextdaywatches.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'gfkeyz', NULL, 'FALSE', '149.202.86.68', '2021-06-03 03:39:37', 'web', '', NULL),
(3434, 'thomas.a.hagerty@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'gtnzqrf', NULL, 'FALSE', '51.91.67.153', '2021-06-03 03:40:32', 'web', '', NULL),
(3435, 'kaly1984@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Adoratius', NULL, 'FALSE', '149.202.86.68', '2021-06-03 03:46:59', 'web', '', NULL),
(3436, 'cmgardner001@sbcglobal.net', 'ba3d2194d717584b7dfbb68af664efd9', 'Larissa', NULL, 'FALSE', '51.91.67.153', '2021-06-03 04:46:48', 'web', '', NULL),
(3437, 'trek4@bellsouth.net', 'ba3d2194d717584b7dfbb68af664efd9', 'milya', NULL, 'FALSE', '51.91.67.153', '2021-06-03 04:52:45', 'web', '', NULL),
(3438, 'tomass.semevics@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'quizzes', NULL, 'FALSE', '51.91.67.153', '2021-06-03 04:58:31', 'web', '', NULL),
(3439, 'pleahy2005@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'vfz', NULL, 'FALSE', '51.91.67.153', '2021-06-03 06:04:36', 'web', '', NULL),
(3440, 'salramch@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'apola', NULL, 'FALSE', '51.91.67.153', '2021-06-03 06:19:36', 'web', '', NULL),
(3441, 'e345brown@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'venedict', NULL, 'FALSE', '149.202.86.68', '2021-06-03 06:23:22', 'web', '', NULL),
(3442, 'tadmartin223@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'kerfif', NULL, 'FALSE', '51.91.67.153', '2021-06-03 06:43:00', 'web', '', NULL),
(3443, 'ksloynds@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'elyusha', NULL, 'FALSE', '51.91.67.153', '2021-06-03 08:33:49', 'web', '', NULL),
(3444, 'cortesjh@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'rtkmncr', NULL, 'FALSE', '51.91.67.153', '2021-06-03 08:57:48', 'web', '', NULL),
(3445, 'Lori.grayson@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Chillwind', NULL, 'FALSE', '51.91.67.153', '2021-06-03 09:28:41', 'web', '', NULL),
(3446, 'info@vodostok-moscow.ru', 'ba3d2194d717584b7dfbb68af664efd9', 'jackdaw', NULL, 'FALSE', '51.91.67.153', '2021-06-03 11:00:11', 'web', '', NULL),
(3447, 'jameydavis711@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'bdfif', NULL, 'FALSE', '51.91.67.153', '2021-06-03 11:30:44', 'web', '', NULL),
(3448, 'ravichandranraja65@rediffmail.com', '426c8adcf105b4fd243a61f363cd5148', 'Ravichandran  R', NULL, 'FALSE', '42.109.139.26', '2021-06-03 12:15:14', 'web', '', NULL),
(3449, 'Petrovandrey69@mail.ru', 'ba3d2194d717584b7dfbb68af664efd9', 'becoming', NULL, 'FALSE', '51.91.67.153', '2021-06-03 12:31:56', 'web', '', NULL),
(3450, 'ALEXANDER.BIDDLE@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbfqksx', NULL, 'FALSE', '149.202.86.68', '2021-06-03 12:41:49', 'web', '', NULL),
(3451, 'elisimush@gmail.com', 'eb099866f5d5a21df53c795a4a6e21a4', 'Anthonywex', NULL, 'FALSE', '89.179.106.233', '2021-06-03 19:52:29', 'web', '', NULL),
(3452, 'z3241342@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'KizuruWakenty', NULL, 'FALSE', '178.159.37.139', '2021-06-05 03:47:43', 'web', '', NULL),
(3453, 'cesar.mancuello@cialpa.com.py', '01adcabd9c814011e2515312b2e027b1', 'sewjuittee', NULL, 'FALSE', '122.180.241.45', '2021-06-06 15:20:22', 'web', '', NULL),
(3454, 'sunilkrishnan7@gmail.com', '00fd5da56ea1dc0096c140e3cf69c246', 'SUNIL KRISHNAN.B.K', NULL, 'FALSE', '49.15.193.47', '2021-06-06 22:53:46', 'web', '', NULL),
(3455, 'vasilii.kriuchkov.26.5.2001@mail.ru', '02ac8bc2e5993af62538bbd3a6d12ed0', 'Davidmousa', NULL, 'FALSE', '82.114.253.137', '2021-06-07 04:56:02', 'web', '', NULL),
(3456, 'profiplastorg@mailserp.com', '297144f70596824e36b19a019ec17d96', 'LastoEterm', NULL, 'FALSE', '178.213.4.23', '2021-06-08 07:15:09', 'web', '', NULL),
(3457, 'artemtrubov96@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'bhtyfWakenty', NULL, 'FALSE', '178.159.37.139', '2021-06-11 04:03:16', 'web', '', NULL),
(3458, 'vykup@mailserp.com', 'a1f3d901edbef8097d5ddfa8b9d5660c', 'vykupreala', NULL, 'FALSE', '188.163.43.21', '2021-06-12 19:21:07', 'web', '', NULL),
(3459, 'gjproklin@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'maygg', NULL, 'FALSE', '93.124.58.149', '2021-06-12 21:36:21', 'web', '', NULL),
(3460, 'kartavyjd68@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'dtyeifWakenty', NULL, 'FALSE', '178.159.37.139', '2021-06-14 03:48:21', 'web', '', NULL),
(3461, 'carbetscom@mailserp.com', '518d95607383e7280e5414090c3ead2a', 'Carbetspet', NULL, 'FALSE', '193.26.13.70', '2021-06-15 01:35:36', 'web', '', NULL),
(3462, 'vnmpt@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'maygg', NULL, 'FALSE', '95.152.33.37', '2021-06-15 09:15:18', 'web', '', NULL),
(3463, 'chiradeepm@gmail.com', '823da4223e46ec671a10ea13d7823534', 'Chiradeep Majumdar', NULL, 'FALSE', '122.177.9.32', '2021-06-15 19:08:20', 'web', '', NULL),
(3464, 'ncbxbabx717610@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'amaWakenty', NULL, 'FALSE', '178.159.37.139', '2021-06-17 01:42:55', 'web', '', NULL),
(3465, 'roudnivirnax@gmail.com', '9269f16bfdbdef8a49f6300899f7f631', 'LinktrMor', NULL, 'FALSE', '94.155.33.34', '2021-06-17 02:00:32', 'web', '', NULL),
(3466, 'greiannett@yandex.com', '2bbedfcfe798fffc8f22ce97289eb962', 'Stevenkes', NULL, 'FALSE', '178.127.108.14', '2021-06-17 09:49:44', 'web', '', NULL),
(3467, 'p.a.u.elnee.d.we.ll.khae.y.r.e1.2.8.5.0.34@gmail.com', '0baa22ac0c1bb78b0c35b34b1327339f', 'pauellhek', NULL, 'FALSE', '148.251.54.157', '2021-06-17 22:48:02', 'web', '', NULL),
(3468, 'aleksandr.semenov5226@gmail.com', '240539b93ff96871d14044279d1bf98e', 'lisafume', NULL, 'FALSE', '185.247.21.167', '2021-06-17 23:49:03', 'web', '', NULL),
(3469, 'prithvithakurpt18@gmail.com', '3e1a85ddaf30a68c19d242c6e85f8348', 'Prithvi Thakur', NULL, 'FALSE', '49.36.186.250', '2021-06-19 18:34:18', 'web', '', NULL),
(3470, 'egorkovshyn1993@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'dthefWakenty', NULL, 'FALSE', '178.159.37.139', '2021-06-20 04:14:39', 'web', '', NULL),
(3471, '1r@4ttmail.com', '238a8349fdb5ffb167744f3c31ad024f', 'DonaldUndip', NULL, 'FALSE', '62.16.8.150', '2021-06-20 08:55:07', 'web', '', NULL),
(3472, 'yourmai12321232l@gmail.com', '23c583baa262e1b57cc1f29bffb26caa', 'Randyjab', NULL, 'FALSE', '138.197.139.255', '2021-06-21 05:02:49', 'web', '', NULL),
(3473, 'georgiy_chukashev_1073926596@mail.ru', '897d6b4298272ec0bb05d3d4f0d9d1e4', 'Francesgopsy', NULL, 'FALSE', '46.21.250.75', '2021-06-21 11:25:59', 'web', '', NULL),
(3474, 'itsrana898@gmail.com', '1cdd22cfb60ced7f90836ccff2b7ae0d', 'Saurabh', NULL, 'FALSE', '169.149.211.14', '2021-06-22 10:58:45', 'web', '', NULL),
(3475, 'antonkymirov44@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'fkmbyWakenty', NULL, 'FALSE', '178.159.37.139', '2021-06-23 04:20:14', 'web', '', NULL),
(3476, 'fgfdsfhjjhkj@yandex.com', '580490a20ad9552c983a84cd17625518', 'RonnieTreal', NULL, 'FALSE', '94.181.47.232', '2021-06-23 08:18:41', 'web', '', NULL),
(3477, 'jgpavel@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'poliko', NULL, 'FALSE', '95.152.46.12', '2021-06-23 14:44:18', 'web', '', NULL),
(3478, 'greiannet@yandex.com', '2bbedfcfe798fffc8f22ce97289eb962', 'Steveynkes', NULL, 'FALSE', '93.85.149.114', '2021-06-24 04:25:07', 'web', '', NULL),
(3479, 'm2r@4ttmail.com', '9798afde78b6090097fc1ca915cafa05', 'TravisKed', NULL, 'FALSE', '62.16.8.150', '2021-06-24 20:53:37', 'web', '', NULL),
(3480, 'agarwalstationeryvns@gmail.com', 'dcb157b4ea4aa921519a2beaa9c01f5e', 'Agarwal Stationery Store', NULL, 'FALSE', '103.92.115.35', '2021-06-25 00:01:39', 'web', '', NULL),
(3481, 'senya.vasin.9292@mail.ru', '115b6a5cde3ebefb189dc665132ec5b5', 'AlfredBug', NULL, 'FALSE', 'unknown', '2021-06-27 09:04:48', 'web', '', NULL),
(3482, 'atharislam@gmail.com', 'eaad0e11dab4ebc062cb0c569cbc3c1c', 'Athar Siddiqui', NULL, 'FALSE', '43.243.80.143', '2021-06-27 19:21:04', 'web', '', 0),
(3483, 'rnprtpsngh18@gmail.com', '561765a41de1bf456254b46bba61d1e1', 'ATITHI KUMAR', NULL, 'FALSE', '47.247.223.130', '2021-06-28 19:47:24', 'web', '', NULL),
(3484, 'p.a.u.el.n.e.ed.we.llk.haey.r.e1285034@gmail.com', '0baa22ac0c1bb78b0c35b34b1327339f', 'pauellhek', NULL, 'FALSE', '85.203.20.118', '2021-06-29 21:25:11', 'web', '', NULL),
(3485, 'isagodoy703@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'jhekzWakenty', NULL, 'FALSE', '178.159.37.139', '2021-06-30 03:30:59', 'web', '', NULL),
(3486, 'borodulka-wtf@yandex.ua', '25abd67bc70299d7a23deda5f97ae834', 'JulianMup', NULL, 'FALSE', '185.220.100.250', '2021-06-30 23:29:38', 'web', '', NULL),
(3487, '7a5m1zav.0961gs@gmail.com', 'e8662f525bf70dbca6590a2264107a4b', 'Ninafume', NULL, 'FALSE', '195.78.247.193', '2021-07-01 19:45:36', 'web', '', NULL),
(3488, 'borodulka-wtf@ya.ru', '25abd67bc70299d7a23deda5f97ae834', 'JulianMup', NULL, 'FALSE', '185.220.101.141', '2021-07-02 07:40:10', 'web', '', NULL),
(3489, 'satishrajmane79@gmail.com', '38c44c4d897ee251dad714385b573c6e', 'Satish Rajmane', NULL, 'FALSE', '1.39.30.45', '2021-07-02 14:59:29', 'web', '', 401625220106),
(3490, 'irinasocolova627@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'PaliunWakenty', NULL, 'FALSE', '178.159.37.139', '2021-07-03 23:41:15', 'web', '', NULL),
(3491, 'aq.ua.bu.r.s.er.v.i.c.e.202.1@gmail.com\r\n', 'f7d23c0509185825b3537004ad921396', 'Andreasixn', NULL, 'FALSE', '156.146.50.72', '2021-07-04 07:18:16', 'web', '', NULL),
(3492, 'sakshimandelia1402@gmail.com', 'd1cc3ebe7fdffe77cce01a167e04f307', 'Sakshi Mandelia', NULL, 'FALSE', '49.37.37.210', '2021-07-04 15:23:50', 'web', '', NULL),
(3493, 'kiethbradburn113@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'eyeFem', NULL, 'FALSE', '84.17.55.21', '2021-07-04 15:44:44', 'web', '', NULL),
(3494, 'image81@inbox.ru', 'ae62b8fad404af25d9e6f2b0a955475e', 'Coreynep', NULL, 'FALSE', '185.107.242.199', '2021-07-04 19:51:59', 'web', '', NULL),
(3495, 'poc.hta@imajl.ru', 'd3c762d1793b1df1476517c19f4c1aa1', 'kspbrirl', NULL, 'FALSE', '141.101.249.39', '2021-07-04 23:34:04', 'web', '', NULL),
(3496, 'jaso.n.p.e.rezzz.z.z52.5.@gmail.com', 'a5e98a92f318c2122cde5e8314929123', 'Jasonstilm', NULL, 'FALSE', '191.96.121.251', '2021-07-05 13:28:25', 'web', '', NULL),
(3497, 'monthliplery1957@dizaer.ru', '02cc509444ad535a7b70d2f1d3809122', 'BradleySoync', NULL, 'FALSE', '92.118.77.10', '2021-07-06 10:37:52', 'web', '', NULL),
(3498, 'efremovsawel@yandex.com', '3b95d496061f02103762dbaf76a20347', 'OlgaaNic', NULL, 'FALSE', '93.81.207.241', '2021-07-06 14:23:15', 'web', '', NULL),
(3499, 'protribasvets1964@dizaer.ru', '6d7a42642a095fb313817f8e44bd2391', 'ScottStarm', NULL, 'FALSE', '92.118.77.10', '2021-07-06 15:34:11', 'web', '', NULL),
(3500, 'os.ho.w.itc.z.j.e.r.e.m.y@gmail.com', '1d45b375b9c3e5035b3035fcbdc25256', 'Ashleyhap', NULL, 'FALSE', '45.131.195.83', '2021-07-06 23:16:14', 'web', '', NULL),
(3501, 'slotoking.casino777@gmail.com', '1fc0218c8377b6b97e43272d5997f004', 'SlotoKing', NULL, 'FALSE', '46.33.40.178', '2021-07-07 07:30:15', 'web', '', NULL),
(3502, 'bridevliters1952@dizaer.ru', '05ea92e2a17f6bac4f8e4d9f1d7468af', 'WilliamGraks', NULL, 'FALSE', '92.118.77.10', '2021-07-07 09:10:56', 'web', '', NULL),
(3503, 'p.r.ime.gr.anit2.0.1.9@gmail.com\r\n', '0c6231cba1e6aa5dbb264f8fca88e0f9', 'agrohimdgw', NULL, 'FALSE', '156.146.50.49', '2021-07-07 11:18:53', 'web', '', NULL),
(3504, 'darsusubmoi1976@dizaer.ru', '0a4d8894012d1e5d19da2cc4c5b0c53d', 'Charlesunsup', NULL, 'FALSE', '92.118.77.10', '2021-07-07 16:05:12', 'web', '', NULL),
(3505, 'go@antitourism.ru', '62801a4c6da93db5574e19fdb29ac4b8', 'gotutop', NULL, 'FALSE', '5.62.18.128', '2021-07-07 22:05:02', 'web', '', NULL),
(3506, 'derfclunosad1988@dizaer.ru', 'b35675674be06d46d10a663e8873ec9a', 'GeorgeKal', NULL, 'FALSE', '92.118.77.10', '2021-07-08 01:15:41', 'web', '', NULL),
(3507, 'perwhiviva1957@dizaer.ru', 'bfabf64620c9c2830bae2c937d7926c2', 'Kevinten', NULL, 'FALSE', '92.118.77.10', '2021-07-08 01:15:41', 'web', '', NULL),
(3508, 'colinbell60@yandex.com', '59397c42f90105653fd86f9ad164fac4', 'Arthurthuct', NULL, 'FALSE', '23.236.171.125', '2021-07-08 03:12:18', 'web', '', NULL),
(3509, 'jaso.n.per.ezzzz.z.52.5@gmail.com', 'a5e98a92f318c2122cde5e8314929123', 'MartinLew', NULL, 'FALSE', '193.56.116.134', '2021-07-09 07:44:06', 'web', '', NULL),
(3510, 'keysyeloseywk@gmail.com', '94fc91d442b21b6227fb9eb101b8ba27', 'BusinessmanWeakE', NULL, 'FALSE', '176.111.173.25', '2021-07-09 17:59:51', 'web', '', NULL),
(3511, 'ljulialuioy90yo04@outlook.com', '430b538abfe4e8ceaaab73ed6cc4d3b4', 'Michaelven', NULL, 'FALSE', '93.81.15.10', '2021-07-10 06:36:56', 'web', '', NULL),
(3512, 'jenifer15673@gmail.com', 'd5969640b9c8ab31a4e7ee8864468eef', 'Susansmite', NULL, 'FALSE', '45.82.68.14', '2021-07-10 06:59:46', 'web', '', NULL),
(3513, 'shukla.akash99111@gmail.com', 'd857eb6c1943d3765b44d010c148b2ea', 'Akashdeep Shukla', NULL, 'FALSE', '49.36.40.5', '2021-07-10 18:10:14', 'web', '', NULL),
(3514, 'nahsjbis@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'tdutybzWakenty', NULL, 'FALSE', '178.159.37.139', '2021-07-11 05:32:16', 'web', '', NULL),
(3515, 'vita.vinokurovas@gmail.com', '13e529a6a994a2222402faf1da4b5efd', 'WarrenDub', NULL, 'FALSE', '178.239.198.181', '2021-07-11 08:06:52', 'web', '', NULL),
(3516, 'adultseriesnet@gmail.com', '3640a37ad9a67a444ee49cd02d693fb7', 'Adult Tim', NULL, 'FALSE', '188.186.212.41', '2021-07-12 18:36:05', 'web', '', NULL),
(3517, 'donniegwinn742@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'eyeFem', NULL, 'FALSE', '84.17.55.15', '2021-07-13 05:16:42', 'web', '', NULL),
(3518, 'mojazvis@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'rjhybkfWakenty', NULL, 'FALSE', '178.159.37.139', '2021-07-14 05:04:59', 'web', '', NULL),
(3519, 'stormgain@mailserp.com', '429e63ea9944992b572a19e324277739', 'Stormsonna', NULL, 'FALSE', '193.26.13.70', '2021-07-15 01:22:18', 'web', '', NULL),
(3520, 'testeserverov@yandex.ru', '3a29c81e705f8262a803dba89aa1de1d', 'chikchirik https://www.apple.com/ #gennik', NULL, 'FALSE', '176.59.40.240', '2021-07-15 21:46:42', 'web', '', NULL),
(3521, '900900900@internet.ru', '0897014541863ef14f4394d4a987b7f7', 'Urocchgcj', NULL, 'FALSE', '188.235.20.123', '2021-07-17 03:47:13', 'web', '', NULL),
(3522, 'markivanov018@gmail.com', '022337312c4d0ab13044e51c561d8066', 'GolkreeWakenty', NULL, 'FALSE', '178.159.37.153', '2021-07-18 06:22:18', 'web', '', NULL),
(3523, 'karasev1987@rambler.ru', 'f1fb7c6988cd7d9ce9874a9c8ffa3a86', 'KarasevcrynC', NULL, 'FALSE', '188.163.73.248', '2021-07-18 08:15:14', 'web', '', NULL),
(3524, 'gri9902@yandex.ru', 'd41d8cd98f00b204e9800998ecf8427e', '17.07chekdonorov https://apple.com', NULL, 'FALSE', '46.8.106.74', '2021-07-18 13:40:04', 'web', '', NULL),
(3525, 's.a.n.dyare.ns.yha.i.r.y.@gmail.com', '631b84f5d8f419dd2fd4fab25f5c05c2', 'MatthewAbons', NULL, 'FALSE', '136.144.33.22', '2021-07-19 00:03:46', 'web', '', NULL),
(3526, 'laramaxdff@gmail.com', 'f85dac48966ea1fcba8c7cac8e9b2fe7', 'RalphProre', NULL, 'FALSE', '46.45.136.106', '2021-07-19 00:45:16', 'web', '', NULL),
(3527, 'alexpopov716253@gmail.com', 'f251d37b07949faa15152a38e33b88e8', 'Kathrynadvix', NULL, 'FALSE', '104.144.105.114', '2021-07-19 02:54:05', 'web', '', NULL),
(3528, 'eleonora.zvantseva89@gmail.com', '022337312c4d0ab13044e51c561d8066', 'vladimirushkaWakenty', NULL, 'FALSE', '178.159.37.153', '2021-07-21 06:24:48', 'web', '', NULL),
(3529, 'h.an.e.yn76@gmail.com', 'cd5293f26339a79c743240dc81649085', 'MarlinLow', NULL, 'FALSE', '136.144.33.141', '2021-07-22 08:32:55', 'web', '', NULL),
(3530, 'pdanyell814iype9lao@outlook.com', '2b626be3dea1f0616ce76bbd9915d0f3', 'WilliamFet', NULL, 'FALSE', '93.81.15.10', '2021-07-22 17:50:29', 'web', '', NULL),
(3531, 'sravnikeshbek@mailserp.com', '7fe552bee7fb72772701dec345b7a6ab', 'Keshbequede', NULL, 'FALSE', '193.26.13.70', '2021-07-23 01:06:17', 'web', '', NULL),
(3532, 'yasarmohammad09@gmai.com', 'affe45c895af975449a06fac555b436f', 'mohammad yasar khan', NULL, 'FALSE', '106.76.150.24', '2021-07-23 10:50:05', 'web', '', NULL),
(3533, 'lizafonti@gmail.com', '1093ef95450cacfbceec7b5f363ed0d0', 'Lizaemone', NULL, 'FALSE', '82.202.167.53', '2021-07-24 02:19:02', 'web', '', NULL),
(3534, 'tamara.zubkova90@gmail.com', '022337312c4d0ab13044e51c561d8066', 'CyrilWakenty', NULL, 'FALSE', '178.159.37.153', '2021-07-24 10:01:36', 'web', '', NULL),
(3536, 'soumak07@gmail.com', 'da90421de07beb1862b8f83766aadb71', 'Soumak Ghosh', NULL, 'FALSE', '157.40.223.75', '2021-07-26 19:23:23', 'web', '', NULL),
(3535, 'tempÐ¾Ð¾9999@gmail.com', '1351a96e621a7235c943e65ab4e1b953', 'Tempomos Thori', NULL, 'FALSE', '146.70.52.61', '2021-07-25 02:14:29', 'web', '', NULL),
(3537, 'amina.filatova94@gmail.com', '022337312c4d0ab13044e51c561d8066', 'PixiesWakenty', NULL, 'FALSE', '178.159.37.153', '2021-07-27 02:32:05', 'web', '', NULL),
(3538, 'temptest913666639@gmail.com', '5b8f10227c790bbcb9fcf4a20345b607', 'Garretlog', NULL, 'FALSE', '178.140.227.183', '2021-07-27 07:48:00', 'web', '', NULL),
(3539, 'gdmaha@mail.ru', 'd87fcc524af82924fbfe65c88b0c8fd8', 'IsaacBuh', NULL, 'FALSE', '93.124.48.162', '2021-07-27 08:22:20', 'web', '', NULL),
(3540, 'zulzackaryaeva@yandex.ru', '7039f77d077ea499b985530ad941f67e', 'DarrenFal', NULL, 'FALSE', '37.45.164.41', '2021-07-28 12:09:24', 'web', '', NULL),
(3541, 'sonya.turova85@gmail.com', '022337312c4d0ab13044e51c561d8066', 'HellasWakenty', NULL, 'FALSE', '178.159.37.153', '2021-07-30 03:00:21', 'web', '', NULL),
(3542, 'zul.zackaryaeva@yandex.ru', '6361e7aa76974847964cf2ea10440335', 'BarbaraWoulp', NULL, 'FALSE', '178.127.47.119', '2021-07-30 21:04:48', 'web', '', NULL),
(3543, 'pa.ue.l.n.e.edwel.l.khaeyr.e.1.28.50.3.4@gmail.com', '0baa22ac0c1bb78b0c35b34b1327339f', 'pauellhek', NULL, 'FALSE', '46.148.234.229', '2021-07-31 01:26:52', 'web', '', NULL),
(3544, 'sujoy.k.sircar@gmail.com', 'e9e0c566fa4a2a9c34f01235e3f71775', 'Sujoy Sircar ', NULL, 'FALSE', '42.106.217.85', '2021-07-31 12:16:05', 'web', '', NULL),
(3545, 'yourgireesh@gmail.com', '6cbf2473f833549487d2ce3d1e0f18ee', 'Gireesh Vijayan', NULL, 'FALSE', '157.46.142.227', '2021-07-31 18:16:26', 'web', '', NULL),
(3546, 'humpsephcentsu1950@dizaer.ru', '06e1987e3c1151343b7ed0b33bf0ea41', 'Robertloods', NULL, 'FALSE', '92.118.77.10', '2021-08-01 23:15:44', 'web', '', NULL),
(3547, 'tyrrmasenpamph988@gmail.com', '022337312c4d0ab13044e51c561d8066', 'kalidkaWakenty', NULL, 'FALSE', '178.159.37.153', '2021-08-02 03:39:12', 'web', '', NULL),
(3548, 'j.a.so.npe.r.ez.zz.zz5.2.5.@gmail.com', 'a5e98a92f318c2122cde5e8314929123', 'Jasonstilm', NULL, 'FALSE', '136.144.33.85', '2021-08-02 04:44:54', 'web', '', NULL),
(3549, 'terterredo@yandex.com', '80441976264eed790efd3cedd5de7746', 'HerbertSpatt', NULL, 'FALSE', '94.181.47.232', '2021-08-02 07:14:45', 'web', '', NULL),
(3550, 'anna.frin@yandex.com', 'a2d749b19e9f276ccdcfc18907187ca9', 'Terryges', NULL, 'FALSE', '37.45.172.190', '2021-08-04 07:30:35', 'web', '', NULL),
(3551, 'domabanivtomske@yandex.ru', '69df1af96cb75bb3c624dfd383f491fb', 'Trevisded', NULL, 'FALSE', '95.174.220.112', '2021-08-05 03:25:27', 'web', '', NULL),
(3552, 'lidiya.garanina93@gmail.com', '022337312c4d0ab13044e51c561d8066', 'njlzWakenty', NULL, 'FALSE', '178.159.37.153', '2021-08-05 13:19:24', 'web', '', NULL),
(3553, 'zackaryaeva@yandex.ru', '6361e7aa76974847964cf2ea10440335', 'BarbaraWoulp', NULL, 'FALSE', '178.127.85.145', '2021-08-05 15:13:26', 'web', '', NULL),
(3554, 'vi.kas.ervic.e.2.02.0.21@gmail.com\r\n', '48be583b6a740e2722803582dd40c689', 'Victorwdy', NULL, 'FALSE', '188.126.89.116', '2021-08-05 23:48:22', 'web', '', NULL),
(3555, 'seemaenterprises0001@gmail.com', '308ffdef180592858ca2c2d5db23de70', 'Niharika Priyadarshi ', NULL, 'FALSE', '157.42.114.48', '2021-08-06 10:54:05', 'web', '', NULL),
(3556, 'sarakn12@mail.ru', '650b0d64b3f97d5e1500b8c7394774e7', 'Kevinhag', NULL, 'FALSE', '92.255.198.132', '2021-08-06 11:37:22', 'web', '', NULL),
(3557, 'indrajeet_samanta@rediffmail.com', '6dbe7a1d6e6b08d700df1a51dc9d0968', 'INDRAJEET SAMANTA', NULL, 'FALSE', '27.61.101.204', '2021-08-07 21:54:37', 'web', '', NULL),
(3558, 'yasarmohamma9@gmail.com', '44add7d60913848ac2da688daf4e0c2c', 'MOHAMMAD YASAR KHAN ', NULL, 'FALSE', '27.97.2.13', '2021-08-09 08:42:34', 'web', '', NULL),
(3559, 'mkkaushikdon053@gmail.com', '810f3f4ede96b39b7619e47610973ebd', 'Manmohan Kaushik', NULL, 'FALSE', '103.165.22.34', '2021-08-09 10:15:14', 'web', '', NULL),
(3560, 'luk.in.ov.i.ch.2.0.20.1.3@gmail.com\r\n', '6f65f2b49e79f1e183bbd2a4fc73b43e', 'Duglasavq', NULL, 'FALSE', '84.17.47.108', '2021-08-09 13:09:32', 'web', '', NULL),
(3561, 'arinsherstneva@yandex.ru', '4b7035c3e9ca275dd96e8544bbbe96ea', 'pollynoblefloor https://amazon.com z', NULL, 'FALSE', '45.11.21.135', '2021-08-09 13:57:51', 'web', '', NULL),
(3562, 'pobfukdagiu@gmail.com', '9269f16bfdbdef8a49f6300899f7f631', 'LinktrMor', NULL, 'FALSE', '94.155.33.34', '2021-08-09 17:12:51', 'web', '', NULL),
(3563, 'daertr.frantz@yandex.com', 'ab52d3f269af1a6da07a8df0d5399c57', 'RebeccaUrize', NULL, 'FALSE', '37.45.216.107', '2021-08-09 23:09:20', 'web', '', NULL),
(3564, 'daiyan2007@gmail.com', '59014090998cbdcf0882f22aea8791da', 'Daiyan Hussain', NULL, 'FALSE', '47.29.87.227', '2021-08-10 17:48:24', 'web', '', NULL),
(3565, 'ansdna.frkijin@yandex.com', '56a232a3cde53bb719f94fea1b10a341', 'LauraRitte', NULL, 'FALSE', '178.127.2.24', '2021-08-10 22:05:26', 'web', '', NULL),
(3566, 'dearginger277@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'muuHaups', NULL, 'FALSE', '185.244.214.115', '2021-08-12 11:41:17', 'web', '', NULL),
(3567, 'tanya.larionova912@gmail.com', '022337312c4d0ab13044e51c561d8066', 'gjkbyfWakenty', NULL, 'FALSE', '178.159.37.153', '2021-08-13 01:15:25', 'web', '', NULL),
(3568, 'yd-5074773681@yandex.ru', '034cb6c228fd41c61776b85507094d53', 'seet ledokov https://www.amazon.com', NULL, 'FALSE', '128.199.214.87', '2021-08-13 13:57:21', 'web', '', NULL),
(3569, 'sema.valov.9595@mail.ru', '25f9e794323b453885f5181f1b624d0b', '14.08chekdonorovPC https://apple.com', NULL, 'FALSE', '46.8.223.89', '2021-08-14 16:32:35', 'web', '', NULL),
(3570, 'os.howi.t.c.zj.e.re.m.y.@gmail.com', '1d45b375b9c3e5035b3035fcbdc25256', 'Ashleyhap', NULL, 'FALSE', '45.131.194.52', '2021-08-14 20:01:19', 'web', '', NULL),
(3571, 'canwimac608@maillux.online\r\n', '05b1be920a72905e10e4d492169905c9', 'Rvetaborne', NULL, 'FALSE', '51.159.23.22', '2021-08-15 04:52:25', 'web', '', NULL),
(3572, 'seemaenterprises001@gmail.com', '14af1019208a0068086bf946138b89e0', 'Niharika Priyadarshi ', NULL, 'FALSE', '157.42.202.201', '2021-08-16 10:28:55', 'web', '', NULL),
(3573, 'teksty-pesenoks@yandex.ua', '9cc1f9852eb4f1522402c90bd762016b', 'Colbykap', NULL, 'FALSE', '95.105.125.236', '2021-08-16 15:05:53', 'web', '', NULL),
(3574, 'glukhina.1998@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'prohas', NULL, 'FALSE', '93.124.97.226', '2021-08-16 17:46:29', 'web', '', NULL),
(3575, 'hpesokdqqa_1622566407@tfbnw.net', '9a2da16c6cdcd0c0e8b6122fcb9fe04d', 'Carol Linda', NULL, 'FALSE', '52.220.138.64', '2021-08-17 08:50:49', 'web', '', NULL),
(3576, 'dbhthdnyub_1622566407@tfbnw.net', '9a2da16c6cdcd0c0e8b6122fcb9fe04d', 'Carol Linda', NULL, 'FALSE', '52.220.138.64', '2021-08-17 08:51:58', 'web', '', NULL),
(3577, 'sascha.smarzlik@gmx.de', '627b97ab7cf552e59c44099f2f4b25de', 'Willst du hei.en Gesprachen mit unglaublichen Frauen. Sie sind auf dem richtigen Weg\r\n www.keysdrie.bhdsl.xyz', NULL, 'FALSE', '188.191.233.57', '2021-08-17 18:24:31', 'web', '', NULL),
(3578, 'dimastanevitch@yandex.com', '9ef2497e9d87be303762abd2df9db770', 'MichaelDef', NULL, 'FALSE', '178.127.50.48', '2021-08-18 21:54:34', 'web', '', NULL),
(3579, 'zasplav2020@mail.ru', '79aa22cf1b4984edaf16acaa93c207b4', 'RebeccaPhync', NULL, 'FALSE', '37.45.208.126', '2021-08-18 23:12:40', 'web', '', NULL),
(3580, 'GS.CHAUHAN0609@GMAIL.COM', 'ce5b73cac8dce2afb29dffa3b06168c6', 'Gopal Singh Chauhan', NULL, 'FALSE', '157.47.218.22', '2021-08-19 11:14:45', 'web', '', NULL),
(3581, 'p.a.ue.lnee.dwe.l.lk.h.a.e.yre.128.5.034.@gmail.com', '0baa22ac0c1bb78b0c35b34b1327339f', 'pauellhek', NULL, 'FALSE', '46.148.234.229', '2021-08-19 17:16:27', 'web', '', NULL),
(3582, 'chitraramesh85@gmail.com', '1334c37deb3014295dec1c34f1a0257d', 'Chitra Bhatia', NULL, 'FALSE', '122.162.217.16', '2021-08-21 15:13:39', 'web', '', NULL),
(3583, 'ijrblsoxt@totzilla.ru', '412c75fcb111a9a1362f854486ded407', 'Lauramed', NULL, 'FALSE', '125.65.92.104', '2021-08-22 09:34:47', 'web', '', NULL),
(3584, 'vik.a.servi.c.e.2.02.021@gmail.com\r\n', '48be583b6a740e2722803582dd40c689', 'Victorzpw', NULL, 'FALSE', '195.78.54.51', '2021-08-23 00:38:18', 'web', '', NULL),
(3585, 'v.i.ka.s.e.r.vi.ce2.0.2.02.1@gmail.com\r\n', '48be583b6a740e2722803582dd40c689', 'Victorcwj', NULL, 'FALSE', '195.78.54.27', '2021-08-23 22:26:36', 'web', '', NULL),
(3586, 'oshowitczjeremy@gmail.com', 'b887943fa22103b3f66a7a591a6b58ab', 'HarveyRaito', NULL, 'FALSE', '45.131.194.241', '2021-08-24 01:41:16', 'web', '', NULL),
(3587, 'go.rse.c1.98.0.r.use.r.v@gmail.com\r\n', '0f31a7b036d7741626f8bd2e9ee0eecb', 'Bogdanmig', NULL, 'FALSE', '195.78.54.30', '2021-08-24 09:23:07', 'web', '', NULL),
(3588, 'jo.nbe.r.s.k.e.k@gmail.com', '8ded1c4d8d8d365801d1facfbf1e9465', 'CharlesFrins', NULL, 'FALSE', '45.131.194.103', '2021-08-24 16:37:55', 'web', '', NULL),
(3589, 'c.v.e.ta.zzz.5.9@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenyinm', NULL, 'FALSE', '185.189.114.122', '2021-08-24 21:35:22', 'web', '', NULL),
(3590, 'go.r.se.c19.80.ru.se.rv@gmail.com\r\n', '0f31a7b036d7741626f8bd2e9ee0eecb', 'Bogdanoky', NULL, 'FALSE', '191.96.168.120', '2021-08-25 05:20:34', 'web', '', NULL),
(3591, 'cvet.a.z.zz5.9@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenymbm', NULL, 'FALSE', '185.189.114.122', '2021-08-25 09:47:41', 'web', '', NULL),
(3592, 'geuprepilin1951@dizaer.ru', '48cc77869386b270959eb8e4582debee', 'CharlesDug', NULL, 'FALSE', '92.118.77.10', '2021-08-25 11:12:39', 'web', '', NULL),
(3593, 'mihailovich@telco-support.org', '4f885d5a6cc7d15ee35e93e969521663', 'mihoTex', NULL, 'FALSE', '45.153.160.135', '2021-08-25 18:04:32', 'web', '', NULL),
(3594, 'leofinbanigs1963@dizaer.ru', '802b69daab198e7627aa3359cdda29fd', 'Robertevorn', NULL, 'FALSE', '92.118.77.10', '2021-08-25 19:22:12', 'web', '', NULL),
(3595, 'g.or.s.ec19.80.r.use.rv@gmail.com\r\n', '0f31a7b036d7741626f8bd2e9ee0eecb', 'Bogdanouv', NULL, 'FALSE', '191.96.168.122', '2021-08-26 00:32:18', 'web', '', NULL),
(3596, 'guiflexvese1986@dizaer.ru', '349ef4780ef079a8a2994313638a15f1', 'Diegounrep', NULL, 'FALSE', '92.118.77.10', '2021-08-26 02:34:00', 'web', '', NULL),
(3597, 'cv.e.t.azz.z.59@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenyybz', NULL, 'FALSE', '185.189.114.117', '2021-08-27 19:44:46', 'web', '', NULL),
(3598, 'satideepak009@gmail.com', '5dd6b2f542f94b6b6f3590609a95df52', 'Deepak Sati', NULL, 'FALSE', '139.167.252.95', '2021-08-27 21:17:26', 'web', '', NULL),
(3599, 'utptew@gmail.com', '96305140d5fa26e91a280212f5354a33', 'Utpal Tewari', NULL, 'FALSE', '157.43.249.211', '2021-08-27 23:37:31', 'web', '', NULL),
(3600, 'p.a.u.e.lneed.w.e.l.l.kh.aeyre.12.8.5034.@gmail.com', '0baa22ac0c1bb78b0c35b34b1327339f', 'pauellhek', NULL, 'FALSE', '46.148.234.229', '2021-08-28 11:23:39', 'web', '', NULL),
(3601, 'c.vet.a.zz.z.59@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenyici', NULL, 'FALSE', '185.210.217.61', '2021-08-28 20:28:16', 'web', '', NULL),
(3602, 'pedroxuanes561334@gmail.com', '05ca3e4b7d18457a9efadb9664e86fc2', 'JamesJed', NULL, 'FALSE', '171.244.1.84', '2021-08-29 01:25:10', 'web', '', NULL),
(3603, 'advbuddhadeb@gmail.com', 'e81670153f6aa3129aa59e3c55f333fa', 'Buddhadeb Chatterjee', NULL, 'FALSE', '49.37.43.20', '2021-08-29 07:24:52', 'web', '', NULL),
(3604, 'i.am.ny.ash.k.a.lo.l@gmail.com\r\n', 'fe27ef16a3b4d5a702b7ecda6c65a4b8', 'Petergwl', NULL, 'FALSE', '138.199.36.141', '2021-08-31 04:32:06', 'web', '', NULL),
(3605, 'cv.e.t.a.zzz59@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenynlu', NULL, 'FALSE', '193.9.114.248', '2021-08-31 12:01:08', 'web', '', NULL),
(3606, 'temptest294376303@gmail.com', '23cadd6128d75eaf48de4482bf5a6c29', 'Jameshaw', NULL, 'FALSE', '124.65.117.38', '2021-08-31 20:14:19', 'web', '', NULL),
(3607, 'johnkarr913@yahoo.com', '83343b5b9c55f09a5b66d2244bebe92e', 'Sexy, sub und elegant, manchmal verruckt und immer heib. Ich warte auf dich\r\n https://dianne.page.link/2bnk', NULL, 'FALSE', '188.191.233.57', '2021-09-01 03:44:36', 'web', '', NULL),
(3608, 'c.vet.azzz5.9@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenydcj', NULL, 'FALSE', '193.9.114.248', '2021-09-01 05:23:36', 'web', '', NULL),
(3609, 'krasnovaanastasiiarns@mail.ru', '013cb0ea4a3b8623629b0a370e42f204', 'Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚ Ð½Ð¾Ð¼ÐµÑ€ WLR364128WLR2 Ð¿Ð¾Ð´Ð³Ð¾Ñ‚Ð¾Ð²Ð»ÐµÐ½. Ð¡Ð¼Ð¾Ñ‚Ñ€Ð¸Ñ‚Ðµ Ð´Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚12 Ð´Ð°Ð»ÐµÐµ Ð½Ð° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ðµ http://apple.com', NULL, 'FALSE', '188.130.221.27', '2021-09-01 19:55:20', 'web', '', NULL),
(3610, 'peappyzep@mail.ru', '7de8c0c1034cbde3985d3173740e8ee3', 'Robertspoon', NULL, 'FALSE', '87.228.19.218', '2021-09-02 01:21:29', 'web', '', NULL),
(3611, 'ti.b.e.daux.a.@gmail.com', '802dda76baf1fb6bcea56a8936b2e138', 'Patrickpaw', NULL, 'FALSE', '191.101.132.56', '2021-09-02 09:48:51', 'web', '', NULL),
(3612, 'oblegandtz@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'byehfWakenty', NULL, 'FALSE', '45.147.246.85', '2021-09-03 02:50:33', 'web', '', NULL),
(3613, 'bakhrashkandaurov1988861gib+6288@inbox.ru', '37f5d37f2445c8ad0a260020a2ebecaa', 'IvorySot', NULL, 'FALSE', '191.101.31.40', '2021-09-03 04:33:25', 'web', '', NULL),
(3614, 'malachiseelam@gmail.com', 'ce8b4f6fa49a37e46c0b5846b9af61e7', 'Malachi S', NULL, 'FALSE', '49.204.226.159', '2021-09-03 12:20:31', 'web', '', NULL),
(3615, 'casino-x@mailserp.com', 'c0a96d842883c080df24e1a0367d990a', 'CasinTes', NULL, 'FALSE', '193.26.13.70', '2021-09-04 02:05:25', 'web', '', NULL),
(3616, 'vakilvenkataraman@gmail.com', 'bf900489e934a6dd00837abf1e7ea30b', 'VENKATARAMAN', NULL, 'FALSE', '49.207.142.164', '2021-09-04 14:49:55', 'web', '', NULL),
(3617, 'ji.m.br.o.kel.196.9.@gmail.com', '60e7d532c13e9ea88db7e75dac3cd89e', 'Michaelpah', NULL, 'FALSE', '136.144.33.157', '2021-09-04 18:44:56', 'web', '', NULL),
(3618, 'equestrandkv@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'olenaWakenty', NULL, 'FALSE', '193.201.127.104', '2021-09-06 02:57:19', 'web', '', NULL),
(3619, 'c.vetaz.zz59@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenylgk', NULL, 'FALSE', '89.187.168.177', '2021-09-06 06:16:04', 'web', '', NULL),
(3620, 'danilovskiy_73@mail.ru', '34d5565d125e032913e9957699b8fff8', 'boris https://yandex.ru', NULL, 'FALSE', '91.240.84.88', '2021-09-06 07:09:16', 'web', '', NULL),
(3621, 'zakaz.kraft@gmail.com', 'b31180ed17a26a482562a8e061fecf92', 'spulsiob', NULL, 'FALSE', '46.182.129.31', '2021-09-06 11:58:43', 'web', '', NULL),
(3622, 'cv.e.t.azz.z.5.9@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenylbc', NULL, 'FALSE', '37.120.143.163', '2021-09-06 21:14:31', 'web', '', NULL),
(3623, 'i.a.m.n.yashkal.ol@gmail.com\r\n', 'fe27ef16a3b4d5a702b7ecda6c65a4b8', 'Peterwkh', NULL, 'FALSE', '138.199.36.189', '2021-09-07 05:49:06', 'web', '', NULL),
(3624, 'johnbrentjohn@yandex.com', '9ce977ca7b8e581ebc937feb5e8d0290', 'PeterDum', NULL, 'FALSE', '216.131.116.232', '2021-09-07 11:40:17', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(3625, 'cv.e.ta.zzz.5.9@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenyogu', NULL, 'FALSE', '37.120.143.163', '2021-09-07 13:53:39', 'web', '', NULL),
(3626, 'nipfeenazolenbmg@mail.com', '95d76f8e84304f54a02d3120ac4a08e1', 'HenryBix', NULL, 'FALSE', '54.39.29.64', '2021-09-07 19:23:11', 'web', '', NULL),
(3627, 'c.ve.t.azz.z59@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenyyhc', NULL, 'FALSE', '193.9.114.248', '2021-09-08 04:23:26', 'web', '', NULL),
(3628, 'gigasubsea1979@dizaer.ru', 'cca9f43d2c6e52a65b2d989f4a73da42', 'EdwardAcesk', NULL, 'FALSE', '92.118.77.10', '2021-09-08 08:22:58', 'web', '', NULL),
(3629, 'i.amn.yashk.a.lol@gmail.com\r\n', 'fe27ef16a3b4d5a702b7ecda6c65a4b8', 'Petersii', NULL, 'FALSE', '138.199.36.155', '2021-09-08 11:56:35', 'web', '', NULL),
(3630, 'mannymullenna@gmail.com', '600d9cf0f356a94e53e71a3b54a22e7a', 'Lesliegok', NULL, 'FALSE', '103.240.161.101', '2021-09-08 17:29:00', 'web', '', NULL),
(3631, 'knortabindvl@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'kleczWakenty', NULL, 'FALSE', '92.249.13.67', '2021-09-09 02:20:06', 'web', '', NULL),
(3632, 'ja.ck.l.is.tfo.x.n.e.edli.fes.3.8.252.12@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, 'FALSE', '46.148.234.229', '2021-09-09 15:23:52', 'web', '', NULL),
(3633, 'a.milnichenko@a.avalins.com', '28dea880a52f46f054288a55a0796327', 'Staceyplaph', NULL, 'FALSE', '46.161.11.21', '2021-09-10 01:33:59', 'web', '', NULL),
(3634, 'iamn.yashka.lo.l@gmail.com\r\n', 'fe27ef16a3b4d5a702b7ecda6c65a4b8', 'Peteritq', NULL, 'FALSE', '84.17.49.134', '2021-09-10 14:50:51', 'web', '', NULL),
(3635, 'gerrygarome736@gmail.com', '79c357cfaba396f720a2ca7993a9ace6', 'Daviddub', NULL, 'FALSE', '150.129.54.111', '2021-09-10 16:38:19', 'web', '', NULL),
(3636, 'shibraltanm@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'ElanaWakenty', NULL, 'FALSE', '45.150.112.82', '2021-09-12 02:24:28', 'web', '', NULL),
(3637, 'closerapin1973@dizaer.ru', '315ef0473440e8c0fdb94c0c6b4e7a74', 'Stephennuh', NULL, 'FALSE', '92.118.77.10', '2021-09-12 02:31:54', 'web', '', NULL),
(3638, 'n.kirambekov@den.efastes.com', '77cbe9ea2af9cd8982703060b2f0ba98', 'JamesTit', NULL, 'FALSE', '46.161.11.41', '2021-09-12 07:24:56', 'web', '', NULL),
(3639, 'm.evremov@enersets.com', 'bcd3b979b77cbd6ac48f23c9fcd7de40', 'MatthewTockY', NULL, 'FALSE', '46.161.11.41', '2021-09-12 07:24:56', 'web', '', NULL),
(3640, 'p.frolov@avalins.com', '2ee7aa2cc575671cd5ccefc4774610e3', 'MichaelLot', NULL, 'FALSE', '46.161.11.41', '2021-09-12 07:24:56', 'web', '', NULL),
(3641, 'suplesatia81@gmail.com', '57867ca1f717a128829f5f635d861411', 'WilliamVen', NULL, 'FALSE', '103.241.227.110', '2021-09-12 19:38:19', 'web', '', NULL),
(3642, 'w1jmzlaw@mail.ru', '3404e458b6cec56aa04450503a795375', 'MainkraftikQatA', NULL, 'FALSE', '178.206.69.231', '2021-09-13 00:47:18', 'web', '', NULL),
(3643, 's.fikin@denis.enersets.com', '93aa2765e75b4a6988cb596ef39ef51e', 'Bertrammix', NULL, 'FALSE', '46.161.11.21', '2021-09-13 23:49:59', 'web', '', NULL),
(3644, 'atervoluszw@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'vfkfyzWakenty', NULL, 'FALSE', '45.136.69.32', '2021-09-15 01:19:11', 'web', '', NULL),
(3645, 'ti.be.d.au.x.a@gmail.com', '40c0a9bb7e3785304d7c2c5c3f3b9d5b', 'DanielPlats', NULL, 'FALSE', '154.6.26.42', '2021-09-15 06:15:25', 'web', '', NULL),
(3646, 'vishalmishra22975@gmail.com', 'c387fd0c2c22d5507d0ada2f28c5c810', 'Vishal Mishra', NULL, 'FALSE', '157.40.67.243', '2021-09-15 11:14:49', 'web', '', NULL),
(3647, 'nabaneetadutta@hotmail.com', 'fbec0866f0b55b288b13e35dbb16e576', 'Nabaneeta Dutta', NULL, 'FALSE', '49.37.33.182', '2021-09-15 15:29:58', 'web', '', NULL),
(3648, 'lagwalsharad@gail.com', '174b890a3b5e10dd98064908010dfd63', 'Sharad lagwal', NULL, 'FALSE', '59.89.177.202', '2021-09-15 21:27:45', 'web', '', NULL),
(3649, 'lagwalsharad@gmail.com', '174b890a3b5e10dd98064908010dfd63', 'Sharad lagwal', NULL, 'FALSE', '59.89.177.202', '2021-09-15 21:33:49', 'web', '', NULL),
(3650, 'j.ac.kli.s.t.f.o.xne.edl.ife.s.3.8.25.21.2@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, 'FALSE', '46.148.234.229', '2021-09-16 11:02:28', 'web', '', NULL),
(3651, 'cv.e.t.az.z.z.5.9@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenypwo', NULL, 'FALSE', '191.96.168.49', '2021-09-17 04:28:29', 'web', '', NULL),
(3652, 'rahulsurana5580@gmail.com', '3fc0a7acf087f549ac2b266baf94b8b1', 'RAHUL JAIN', NULL, 'FALSE', '223.236.255.77', '2021-09-17 12:25:55', 'web', '', NULL),
(3653, 'pcroureql@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'mashonyaWakenty', NULL, 'FALSE', '45.152.119.142', '2021-09-18 00:18:07', 'web', '', NULL),
(3654, 'cumsherile1982@dizaer.ru', 'c72e9b932cd09272cdec1bcefbd181a0', 'Johnnyric', NULL, 'FALSE', '92.118.77.10', '2021-09-18 06:45:08', 'web', '', NULL),
(3655, 'l.kondratev@a.avalins.com', 'a9faf42770aa0f98bf3555bcbdb8fb0c', 'Craigblert', NULL, 'FALSE', '46.161.11.21', '2021-09-18 10:41:40', 'web', '', NULL),
(3656, 'conssoftdece1954@dizaer.ru', '651573544e0eff3c2c05c7141ede0943', 'KennethLoche', NULL, 'FALSE', '92.118.77.10', '2021-09-18 11:47:19', 'web', '', NULL),
(3657, 'lhrahsel008@gmail.com', '02f8d8d462f1f3185fcd6ff69db19eb8', 'Lalremtluanga ', NULL, 'FALSE', '117.252.186.254', '2021-09-18 21:00:06', 'web', '', NULL),
(3658, 'a.drenov@a.avalins.com', '5fde8d6c3cb950fff79e7700cdff98ee', 'Eduardogof', NULL, 'FALSE', '46.161.11.21', '2021-09-19 00:57:54', 'web', '', NULL),
(3659, 'c.v.eta.zz.z.59@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenylqg', NULL, 'FALSE', '138.199.36.147', '2021-09-19 07:13:13', 'web', '', NULL),
(3660, 'mondgongenplashx@mail.com', 'ad4f22724c0203f65f680e023c29d1cc', 'JamesEvick', NULL, 'FALSE', '54.39.29.64', '2021-09-20 17:01:21', 'web', '', NULL),
(3661, 'jefferyford6774@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'XikonWakenty', NULL, 'FALSE', '45.139.28.216', '2021-09-21 02:07:14', 'web', '', NULL),
(3662, 'mksorbplg+agzga8@gmail.com', '2eaa06f990e02fa6f19189a99823f056', 'Arthursoill', NULL, 'FALSE', '45.86.202.134', '2021-09-21 07:57:14', 'web', '', NULL),
(3663, 'cisuviani@gmail.com', '2c5b3d6c1cd73bf0c96749064f9bf47a', 'Charlesdaype', NULL, 'FALSE', '37.115.192.214', '2021-09-21 08:46:07', 'web', '', NULL),
(3664, 'andreywtosi@ya.ru', '0ca2c1ff3b09f9d85a33ad66c5ed9a73', 'Groverburce', NULL, 'FALSE', '92.118.77.10', '2021-09-21 16:34:48', 'web', '', NULL),
(3665, 't.i.b.e.d.auxa.@gmail.com', '40c0a9bb7e3785304d7c2c5c3f3b9d5b', 'DanielPlats', NULL, 'FALSE', '191.101.132.100', '2021-09-22 05:05:43', 'web', '', NULL),
(3666, 'c.ve.tazz.z.59@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenytuc', NULL, 'FALSE', '188.213.34.18', '2021-09-22 11:53:00', 'web', '', NULL),
(3667, 'bim@jaguare.ru', 'f4115366bb7039d4e561d2f45d845660', 'TurnBilO', NULL, 'FALSE', '45.87.1.156', '2021-09-22 20:39:41', 'web', '', NULL),
(3668, 'g.or.sec198.0.r.use.rv@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdancug', NULL, 'FALSE', '176.125.230.132', '2021-09-23 00:54:14', 'web', '', NULL),
(3669, 'enapcohor1975@dizaer.ru', '14c3fb1de0dc0315d1357709f7260566', 'DouglasDen', NULL, 'FALSE', '92.118.77.10', '2021-09-23 10:00:24', 'web', '', NULL),
(3670, 'go.r.se.c.1980.ruser.v@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdanivo', NULL, 'FALSE', '176.125.230.143', '2021-09-23 16:50:56', 'web', '', NULL),
(3671, 'f.kukushkin@den.efastes.com', '972f9a29cebb8b62cd47ed6ac3524eaa', 'Jerrynax', NULL, 'FALSE', '46.161.11.31', '2021-09-23 21:00:48', 'web', '', NULL),
(3672, 'i.saretelli@makao.efastes.com', 'ba5e62058509ab34adaa714a3dec3a31', 'Dennisinhig', NULL, 'FALSE', '46.161.11.31', '2021-09-23 21:00:49', 'web', '', NULL),
(3673, 's.anikov@a.avalins.com', '1dc8e5ca20c275de06daa7127de5a243', 'Anthonyflene', NULL, 'FALSE', '46.161.11.31', '2021-09-23 21:00:50', 'web', '', NULL),
(3674, 'michaelsmith2941@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'OrtaWakenty', NULL, 'FALSE', '45.95.29.112', '2021-09-23 23:36:41', 'web', '', NULL),
(3675, 'anyto4ka.93@kiva-hack.ru\r\n', '1456d0750d2da41f049515dd6dfb00a4', 'Eduardotok', NULL, 'FALSE', '37.99.108.111', '2021-09-25 19:44:25', 'web', '', NULL),
(3676, 'haroldbeasley834@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'KsyushaWakenty', NULL, 'FALSE', '45.143.141.92', '2021-09-27 00:40:23', 'web', '', NULL),
(3677, 'mc.c.leen.l.u.ray0.@gmail.com', 'd2ce21ef7758a80045a80374614f6b5c', 'AllenEstix', NULL, 'FALSE', '154.6.26.27', '2021-09-27 04:41:25', 'web', '', NULL),
(3678, 'ji.mb.r.ok.e.l.1.969.@gmail.com', '60e7d532c13e9ea88db7e75dac3cd89e', 'Michaelpah', NULL, 'FALSE', '191.101.132.114', '2021-09-27 07:23:21', 'web', '', NULL),
(3679, 'pluprumszenperfzi@mail.com', '893a884f7d1e08facf5e7a60c050052f', 'Gordonnit', NULL, 'FALSE', '54.39.29.64', '2021-09-27 07:29:35', 'web', '', NULL),
(3680, 'nnranganath@gmail.com', '60459e5cc0dcc1bb66d3077f5551cd35', 'Ranganath Narayan', NULL, 'FALSE', '49.206.14.248', '2021-09-27 21:07:09', 'web', '', NULL),
(3681, 'go.rsec.1.98.0r.u.s.e.r.v@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdanbke', NULL, 'FALSE', '156.146.50.69', '2021-09-28 08:03:32', 'web', '', NULL),
(3682, 's.andya.r.ens.yha.iry@gmail.com', 'a691869e3eda2d9757dfa76cf3440163', 'Davidlet', NULL, 'FALSE', '192.109.205.160', '2021-09-28 09:28:10', 'web', '', NULL),
(3683, 'g.or.s.e.c1.9.80ru.serv@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdanfyc', NULL, 'FALSE', '156.146.50.51', '2021-09-29 08:50:59', 'web', '', NULL),
(3684, 'ja.ck.l.is.t.f.ox.n.ee.d.l.ifes.3.82.5.212@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, 'FALSE', '46.148.234.229', '2021-09-29 17:32:47', 'web', '', NULL),
(3685, 'partedurscg@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'boryaWakenty', NULL, 'FALSE', '45.143.141.96', '2021-09-30 01:49:00', 'web', '', NULL),
(3686, 'v.i.ka.se.rvice2.0.20.2.1@gmail.com\r\n', '48be583b6a740e2722803582dd40c689', 'Victorwec', NULL, 'FALSE', '188.126.89.125', '2021-09-30 05:40:20', 'web', '', NULL),
(3687, 's.up.e.r.viso.r2.015i.n.vi.n.o@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniottl', NULL, 'FALSE', '188.126.89.125', '2021-09-30 07:13:32', 'web', '', NULL),
(3688, 'alla@themailyouwhant.info', 'fed04673d440ac43e24a5293cddf537c', 'EugeneTup', NULL, 'FALSE', '86.57.242.32', '2021-09-30 15:39:07', 'web', '', NULL),
(3689, 'v.ik.a.se.r.v.i.ce.20.2.0.2.1@gmail.com\r\n', '48be583b6a740e2722803582dd40c689', 'Victorgga', NULL, 'FALSE', '188.126.89.107', '2021-09-30 21:55:24', 'web', '', NULL),
(3690, 'aralmount@gmail.com', 'f78d54e9ef128e6466761a26f9cdf175', 'Timothyguefe', NULL, 'FALSE', '45.131.47.49', '2021-10-01 04:36:08', 'web', '', NULL),
(3691, 's.uper.viso.r.20.1.5i.n.vi.no@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniowjv', NULL, 'FALSE', '188.126.89.122', '2021-10-01 05:26:08', 'web', '', NULL),
(3692, 'vi.k.a.s.e.rvi.ce.2020.2.1@gmail.com\r\n', '48be583b6a740e2722803582dd40c689', 'Victorbic', NULL, 'FALSE', '188.126.89.122', '2021-10-01 12:11:04', 'web', '', NULL),
(3693, 'josehharris2@gmail.com', 'c7507038e7b590cfba37cb732499619b', 'PhilipOness', NULL, 'FALSE', '74.99.180.83', '2021-10-01 23:02:31', 'web', '', NULL),
(3694, 'madhusudanreddi@gmail.com', 'cb85d40c244255938589c8bcc0f4b105', 'Mashusudan Reddy', NULL, 'FALSE', '106.200.203.199', '2021-10-02 01:09:40', 'web', '', 0),
(3695, 'vika.se.rvic.e.2.0.2.0.2.1@gmail.com\r\n', '48be583b6a740e2722803582dd40c689', 'Victorxsd', NULL, 'FALSE', '156.146.50.58', '2021-10-02 03:04:57', 'web', '', NULL),
(3696, 'ksyu.ufa@bk.ru', '39028f12ba9a3750ed9732023a029d9c', 'louitgergsfgdgvvdeep https://google.com b', NULL, 'FALSE', '188.165.241.215', '2021-10-02 08:49:58', 'web', '', NULL),
(3697, 'han.e.yn.7.6.@gmail.com', 'cd5293f26339a79c743240dc81649085', 'MarlinLow', NULL, 'FALSE', '154.6.16.89', '2021-10-02 20:10:56', 'web', '', NULL),
(3698, 'evgeniyy-timachev@rambler.ru', '83d7ec2a85f4b3160322a2269a730ee4', 'atody', NULL, 'FALSE', '109.201.34.106', '2021-10-03 15:50:07', 'web', '', NULL),
(3699, 's.li.m.y.po.dya.ch.ev.a@gmail.com', '4466245baf92ffb626537144547514bc', 'Carlosgef', NULL, 'FALSE', '146.70.52.7', '2021-10-05 11:14:48', 'web', '', NULL),
(3700, 'jac.k.l.i.s.t.fo.xne.ed.l.ife.s382.5.21.2@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, 'FALSE', '46.148.234.229', '2021-10-06 15:58:05', 'web', '', NULL),
(3701, 'patra.sudip48@gmail.com', 'd90569d5bb63e61d94a07d5880834a7e', 'SUDI PATRA', NULL, 'FALSE', '103.214.137.42', '2021-10-07 13:28:00', 'web', '', NULL),
(3702, 'vavadac@outlook.com', '339bedf39ee606a3c410094234bc303b', 'Vavadasix', NULL, 'FALSE', '2.92.110.148', '2021-10-09 13:19:45', 'web', '', NULL),
(3703, 'advrohitshukla25@gmail.com', 'd5f86ebdd30dc0018901fa9fa1a0b143', 'Rohit Shukla', NULL, 'FALSE', '122.161.66.186', '2021-10-11 19:41:50', 'web', '', NULL),
(3704, 'tkv.st.lru@gmail.com', 'a2f42add154483742187995615b663b6', 'Cecillap', NULL, 'FALSE', '176.48.119.253', '2021-10-11 22:29:08', 'web', '', NULL),
(3705, 'rigakurawotsuko@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'kbleczWakenty', NULL, 'FALSE', '45.138.7.113', '2021-10-12 01:20:08', 'web', '', NULL),
(3706, 'guillermofroeliche30@gmail.com', '967e81bc593f79b990accf27501fd92f', 'Dortheaspath', NULL, 'FALSE', '109.248.148.253', '2021-10-12 11:58:07', 'web', '', NULL),
(3707, 'alexivan8282@yandex.ru', '594dd5a4aba3ff5d445ac09aa0d7541d', 'jammygiiro https://google.com k', NULL, 'FALSE', '188.130.189.99', '2021-10-13 03:59:55', 'web', '', NULL),
(3708, 's.a.zz.y.s.uz.ie.y.@gmail.com', 'ed4a35a429005e7642bbae3db140877a', 'RobertRem', NULL, 'FALSE', '154.6.26.24', '2021-10-13 07:36:20', 'web', '', NULL),
(3709, 'jac.k.lis.tf.o.x.n.ee.d.lif.es38.25.2.12.@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, 'FALSE', '46.148.234.229', '2021-10-13 10:36:44', 'web', '', NULL),
(3710, 'vik.ase.rv.i.ce.202.02.1@gmail.com\r\n', '48be583b6a740e2722803582dd40c689', 'Victorceh', NULL, 'FALSE', '195.78.54.49', '2021-10-15 07:57:15', 'web', '', NULL),
(3711, 'iamharshad@outlook.com', '483df68c7c28da0d54441300487eb554', 'Harshad', NULL, 'FALSE', '49.32.200.236', '2021-10-15 18:41:28', 'web', '', NULL),
(3712, 'pandumallavarapu@gmail.com', 'ea0e32406b97204ca3def09298681762', 'BHASKAR ', NULL, 'FALSE', '124.123.187.243', '2021-10-15 19:09:48', 'web', '', NULL),
(3713, 'digambergorawade@gmail.com', 'b8c872e08901b521d0d3cb67647835c7', 'Digamber Gorawade ', NULL, 'FALSE', '1.38.236.57', '2021-10-16 21:08:31', 'web', '', NULL),
(3714, 'fukumetsuzumen@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'fhctym.irfWakenty', NULL, 'FALSE', '94.154.190.188', '2021-10-17 23:24:23', 'web', '', NULL),
(3715, 'j.o.nber.s.kek.@gmail.com', '6b43bb0a78a96f0bdf287d9846d0d70a', 'CharlesFrins', NULL, 'FALSE', '68.98.4.133', '2021-10-18 00:30:03', 'web', '', NULL),
(3716, 'svetzurich1@yandex.ru', '54cdda1db14d1d94e862258e938904cd', 'Gleb#Ston[Upecikjeuzqhihiv,2,5]', NULL, 'FALSE', '217.114.148.111', '2021-10-19 06:10:07', 'web', '', NULL),
(3717, 'basir682589@gmail.com', 'eb76eea1e50a34768850709035cc03b3', 'Basir mallik', NULL, 'FALSE', '103.2.135.95', '2021-10-19 20:32:29', 'web', '', NULL),
(3718, 'm.fedotkin@a.avalins.com', '6174d7cbf4ed8a03bb8106506c231b35', 'BobbieEleni', NULL, 'FALSE', '46.161.11.21', '2021-10-20 16:47:06', 'web', '', NULL),
(3719, 'danmikansa@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'BlackgirlWakenty', NULL, 'FALSE', '212.192.200.46', '2021-10-21 02:09:16', 'web', '', NULL),
(3720, 'ankitdhn004@gmail.com', '01d928dcc622453143ec098b686f6404', 'A NEGI', NULL, 'FALSE', '122.161.48.102', '2021-10-22 15:22:16', 'web', '', NULL),
(3721, 'ja.ckli.s.tf.oxn.e.ed.l.ifes3.825212.@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, 'FALSE', '46.148.234.229', '2021-10-22 18:57:13', 'web', '', NULL),
(3722, 'sh.a.h.ida.sla.m0.01.a@gmail.com', '7bb1ba87af9285cc8a4f851966d621f3', 'Richardmum', NULL, 'FALSE', '104.144.235.92', '2021-10-23 22:44:34', 'web', '', NULL),
(3723, 'nekukataikuha@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'KajinWakenty', NULL, 'FALSE', '212.192.200.87', '2021-10-24 01:50:13', 'web', '', NULL),
(3724, 'georgii.galkin.3.7.1960@mail.ru', 'e57b355c3546ec8361b240f0be36e427', 'Elmer11Asten', NULL, 'FALSE', '194.36.97.98', '2021-10-24 17:27:55', 'web', '', NULL),
(3725, 'j.on.b.e.r.s.kek.@gmail.com', '6b43bb0a78a96f0bdf287d9846d0d70a', 'CharlesFrins', NULL, 'FALSE', '154.6.21.107', '2021-10-25 12:34:21', 'web', '', NULL),
(3726, 'f.grek@avalins.com', 'de207c4cfa921495b20a52e2149eed5f', 'Georgelycle', NULL, 'FALSE', '46.161.11.21', '2021-10-25 14:56:16', 'web', '', NULL),
(3727, 'k.hudovich@jodas.enersets.com', '2e38774e6f9eb212070cba2538ad8d91', 'JamesFed', NULL, 'FALSE', '46.161.11.21', '2021-10-25 14:56:21', 'web', '', NULL),
(3728, 'berseihoges942@mailis.xyz\r\n', 'd22ed51037ceff812fc3711e7d4e5199', 'Visofiborne', NULL, 'FALSE', '51.159.23.22', '2021-10-25 19:29:26', 'web', '', NULL),
(3729, 'modanbushitsumo@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'avdoshWakenty', NULL, 'FALSE', '94.124.77.113', '2021-10-27 04:09:51', 'web', '', NULL),
(3730, 'samriddhisingh106@gmail.com', '489d9eb0eb20252437bd22733cd4cae9', 'Samriddhi Singh', NULL, 'FALSE', '49.35.144.85', '2021-10-27 15:54:14', 'web', '', NULL),
(3731, 'cuetinto80@yandex.ru', '1966f556b82081c7515b2adc0bcaf0dd', 'Kennethglunk', NULL, 'FALSE', '185.244.217.37', '2021-10-27 16:32:23', 'web', '', NULL),
(3732, 'flowguthe84@yandex.ru', '78c9eaa341c20bc3011e0cac2ef248fe', 'Terryflexy', NULL, 'FALSE', '185.244.217.37', '2021-10-27 18:16:46', 'web', '', NULL),
(3733, 'inscoryb80@yandex.ru', '2f21cb6faebff119096d381d036b82b0', 'Douglaspulse', NULL, 'FALSE', '213.166.69.21', '2021-10-27 19:55:08', 'web', '', NULL),
(3734, 'nvibin@gmail.com', '886099e6bf5ad5045a20c67c10d96703', 'Vibin Natarajan', NULL, 'FALSE', '122.167.63.8', '2021-10-27 20:01:29', 'web', '', NULL),
(3735, 'nafigtrafik@mail.ru', '8f8687a5d600246f854624f496c9a057', 'DanielRew', NULL, 'FALSE', '206.253.164.198', '2021-10-28 14:00:04', 'web', '', NULL),
(3736, 'gaurav8dahiya@gmail.com', '64d8cb2a77b07e50141270c0f8959cdb', 'Gaurav Dahiya ', NULL, 'FALSE', '103.47.58.29', '2021-10-28 18:11:34', 'web', '', NULL),
(3737, 'mariampoltorak@yandex.com', '84aa05ba912fa0fc60b3120871e0e5c4', 'RistroyNop', NULL, 'FALSE', '91.241.226.233', '2021-10-29 16:59:24', 'web', '', NULL),
(3738, 'furuisanku@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'AngelicaWakenty', NULL, 'FALSE', '94.124.77.110', '2021-10-30 02:33:29', 'web', '', NULL),
(3739, 'rerudaikebe@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'vjyzWakenty', NULL, 'FALSE', '94.154.188.141', '2021-11-02 04:54:30', 'web', '', NULL),
(3740, '2612.s.u.pe.rs.e.r.v.is2.0.2.1@gmail.com\r\n', '1c6b2754ecfd23c038405fe2da1da9f4', 'Marinabpg', NULL, 'FALSE', '195.78.54.11', '2021-11-02 05:13:35', 'web', '', NULL),
(3741, 'kvartira38.com@gmail.com', '8f4890963f16dde0bb7c4615c4a6b204', 'JerryOvemn', NULL, 'FALSE', '176.48.29.77', '2021-11-02 21:49:53', 'web', '', NULL),
(3742, '261.2.s.uper.ser.v.i.s.2.0.21@gmail.com\r\n', '1c6b2754ecfd23c038405fe2da1da9f4', 'Marinanbb', NULL, 'FALSE', '191.96.168.33', '2021-11-03 10:40:25', 'web', '', NULL),
(3743, 'sreenuenglish@gmail.com', '8cc3d4c3bf0e582e16ebe8790bf8a51b', 'AKULA SREENIVASULU', NULL, 'FALSE', '223.185.83.148', '2021-11-03 12:40:54', 'web', '', 0),
(3744, '26.1.2.supe.r.se.r.vis2.0.21@gmail.com\r\n', '1c6b2754ecfd23c038405fe2da1da9f4', 'Marinaskl', NULL, 'FALSE', '195.78.54.21', '2021-11-04 01:11:33', 'web', '', NULL),
(3745, 'garerubenfu@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'rjnfifWakenty', NULL, 'FALSE', '45.147.246.190', '2021-11-05 03:55:34', 'web', '', NULL),
(3746, 'markeeixc7ea9vria@outlook.com', '03405b70f8cb2b33b5b1943f09464677', 'MiltonHopsy', NULL, 'FALSE', '2.92.110.148', '2021-11-05 08:59:56', 'web', '', NULL),
(3747, 'glebstoun1@yandex.ru', '54cdda1db14d1d94e862258e938904cd', 'Gleb#Stoun[Upecikjeuzqhihiv,2,5]', NULL, 'FALSE', '217.114.148.111', '2021-11-06 13:14:58', 'web', '', NULL),
(3748, 'va.di.mpetro.v.7.4.2.5@gmail.com', '10d2a7193e404c04b586a071de72cdd5', 'VirgilBougH', NULL, 'FALSE', '146.70.52.5', '2021-11-07 07:05:35', 'web', '', NULL),
(3749, 'i.daa.derm.a@gmail.com', 'cbbe8fd9dada39b4223bf7b8dd200061', 'Malcolmseame', NULL, 'FALSE', '191.101.132.204', '2021-11-07 15:29:18', 'web', '', NULL),
(3750, 'sed0jd@yandex.ru', '90c93f4f3baf97bbd44998daf8141b82', 'Dumveifferie', NULL, 'FALSE', '95.174.126.161', '2021-11-07 17:47:42', 'web', '', NULL),
(3751, 'tejuravi@rediffmail.com', '13096a75f1700ff163ac0935ea2daac7', 'Tejasvi BR', NULL, 'FALSE', '49.37.174.100', '2021-11-07 21:38:33', 'web', '', NULL),
(3752, 'yukigamikaji@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'kzyfWakenty', NULL, 'FALSE', '45.137.53.185', '2021-11-07 23:47:47', 'web', '', NULL),
(3753, '2612.su.p.er.serv.is20.2.1@gmail.com\r\n', '1c6b2754ecfd23c038405fe2da1da9f4', 'Marinaffg', NULL, 'FALSE', '195.78.54.8', '2021-11-08 04:51:55', 'web', '', NULL),
(3754, 'khcefzzjc@totzilla.ru', '900e686a79fde2fb547bb57a3517d184', 'Luannbuh', NULL, 'FALSE', '163.172.31.249', '2021-11-08 12:34:16', 'web', '', NULL),
(3755, 'jac.k.li.s.t.f.ox.ne.e.d.li.fe.s3.8.2.52.12.@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, 'FALSE', '46.148.234.229', '2021-11-08 17:10:35', 'web', '', NULL),
(3756, 'j.on.ber.sk.e.k.@gmail.com', '6b43bb0a78a96f0bdf287d9846d0d70a', 'CharlesFrins', NULL, 'FALSE', '154.6.28.254', '2021-11-08 19:23:21', 'web', '', NULL),
(3757, 'g.orse.c.198.0.r.u.se.rv@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdanycy', NULL, 'FALSE', '195.78.54.33', '2021-11-09 09:25:36', 'web', '', NULL),
(3758, 'g.or.se.c1.980.r.us.e.r.v@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdanjpv', NULL, 'FALSE', '191.96.168.22', '2021-11-10 01:41:25', 'web', '', NULL),
(3759, 'Harsh161087@gmail.com', '0e2c4b155581db7b1dc2204ed375f1f9', 'Harsh Bhandari', NULL, 'FALSE', '49.36.127.251', '2021-11-10 11:02:40', 'web', '', 0),
(3760, 'g.orsec.19.80.r.u.s.e.r.v@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdanlpw', NULL, 'FALSE', '195.78.54.38', '2021-11-10 18:22:05', 'web', '', NULL),
(3761, 'chijijirumakin@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'dimuWakenty', NULL, 'FALSE', '45.147.14.224', '2021-11-11 00:18:31', 'web', '', NULL),
(3762, 'g.orse.c1.9.80.r.us.e.rv@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdannla', NULL, 'FALSE', '191.96.168.159', '2021-11-11 14:34:50', 'web', '', NULL),
(3763, 'aquabu.rs.e.rv.i.ce202.1@gmail.com\r\n', 'f7d23c0509185825b3537004ad921396', 'Andreasugl', NULL, 'FALSE', '191.96.168.159', '2021-11-11 15:05:07', 'web', '', NULL),
(3764, 'postindexbotgora@g.fsmodshub.com', 'c01b6de54943242b57462e4b12e034cc', 'postindexbotdror', NULL, 'FALSE', '109.86.217.24', '2021-11-11 15:49:16', 'web', '', NULL),
(3765, 'a.qua.burser.v.i.ce.2021@gmail.com\r\n', 'f7d23c0509185825b3537004ad921396', 'Andreasecq', NULL, 'FALSE', '195.78.54.28', '2021-11-12 09:30:43', 'web', '', NULL),
(3766, 'felixbeer645@gmail.com', '9069ad30e6dcc4427546728b3cc1fc4f', 'Lesliejed', NULL, 'FALSE', '192.144.31.160', '2021-11-13 07:18:13', 'web', '', NULL),
(3767, 'wetakenzyb@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'anthousWakenty', NULL, 'FALSE', '194.156.118.39', '2021-11-14 00:04:35', 'web', '', NULL),
(3768, 'rabusta@labedroom.com', '69b22c00e1fca04c5c162afcfb49f989', 'Ascert', NULL, 'FALSE', '77.245.215.131', '2021-11-16 21:38:32', 'web', '', NULL),
(3769, 'sucluatjd@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'ArlenaWakenty', NULL, 'FALSE', '45.132.207.239', '2021-11-17 02:27:45', 'web', '', NULL),
(3770, 'hvhtelcvf@totzilla.ru', '900e686a79fde2fb547bb57a3517d184', 'Luannbuh', NULL, 'FALSE', '163.172.31.249', '2021-11-17 08:20:42', 'web', '', NULL),
(3771, 'go.r.s.ec1980r.us.erv@gmail.com\r\n', '0f31a7b036d7741626f8bd2e9ee0eecb', 'Bogdanjnk', NULL, 'FALSE', '195.78.54.116', '2021-11-18 12:04:46', 'web', '', NULL),
(3772, 'moongpoun81@yandex.com', '8b3539b44a581a40c88da4f38a88938d', 'MariaTum', NULL, 'FALSE', '185.255.96.99', '2021-11-19 04:58:57', 'web', '', NULL),
(3773, 'su.p.e.r.v.is.or201.5.i.nv.ino@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniombr', NULL, 'FALSE', '181.214.206.33', '2021-11-19 07:09:27', 'web', '', NULL),
(3774, 'buyegorf@gmail.com', '3dd2a24a4ac677c9d486c32077429b0d', 'Dennisvoino', NULL, 'FALSE', '91.201.253.80', '2021-11-19 13:22:59', 'web', '', NULL),
(3775, 'screncesgt@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'ChilldwellerWakenty', NULL, 'FALSE', '45.138.7.108', '2021-11-20 00:04:15', 'web', '', NULL),
(3776, 's.u.p.e.rv.i.so.r20.15invino@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniosgo', NULL, 'FALSE', '191.96.168.134', '2021-11-20 08:24:12', 'web', '', NULL),
(3777, 'ulry@mlboxx.com', '2c6feb0028aae51d4ca30ede21880c1c', 'Bossysin', NULL, 'FALSE', '37.120.144.118', '2021-11-20 18:14:18', 'web', '', NULL),
(3778, 'j.ack.l.is.tf.o.xn.e.e.d.li.f.es3.82.5.212.@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, 'FALSE', '46.148.234.229', '2021-11-21 01:48:46', 'web', '', NULL),
(3779, 'supe.r.v.i.sor2.0.15.in.v.i.no@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniotod', NULL, 'FALSE', '195.78.54.55', '2021-11-21 08:16:46', 'web', '', NULL),
(3780, 'ashajmathew@gmail.com', '0d99d669fa3610dce969ca4dbca2deb5', 'Asha J Mathew', NULL, 'FALSE', '122.178.17.1', '2021-11-21 23:18:15', 'web', '', NULL),
(3781, 'redeporso1844@mailis.xyz\r\n', 'c580515d3b29f97faee5ff540a10bb93', 'Piomioborne', NULL, 'FALSE', '51.159.23.22', '2021-11-22 08:51:12', 'web', '', NULL),
(3782, 'nlkli@yandex.com', 'd83f87ab0868c2dcedfe1292140795c9', 'BrettVex', NULL, 'FALSE', '185.209.31.169', '2021-11-22 08:56:09', 'web', '', NULL),
(3783, 'michi-chicko@gmx.de', 'c801666f44b3fb7fbaa8e9357bb16aa0', 'WilliamRip', NULL, 'FALSE', '95.117.49.243', '2021-11-22 17:19:06', 'web', '', NULL),
(3784, 'arnabiswas226@gmail.com', 'c5bcc5800a8f2ea9c5860ddea615a45b', 'Arnab Biswas', NULL, 'FALSE', '49.37.37.213', '2021-11-22 18:01:54', 'web', '', NULL),
(3785, 'cliffordmalone14@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'TatyanaWakenty', NULL, 'FALSE', '45.82.83.148', '2021-11-23 00:03:37', 'web', '', NULL),
(3786, 'wrmcneill1@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ajun', NULL, 'FALSE', '195.208.168.27', '2021-11-23 20:50:16', 'web', '', NULL),
(3787, 'roderick.williams0150@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'htyzWakenty', NULL, 'FALSE', '45.128.129.116', '2021-11-23 20:53:59', 'web', '', NULL),
(3788, 'limiao1992@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ahrefas', NULL, 'FALSE', '45.147.246.67', '2021-11-23 21:02:19', 'web', '', NULL),
(3789, 'boothlh@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'iehtyfWakenty', NULL, 'FALSE', '212.192.195.52', '2021-11-23 21:05:36', 'web', '', NULL),
(3790, 'go2luv10s@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Alice', NULL, 'FALSE', '88.151.8.206', '2021-11-23 21:05:56', 'web', '', NULL),
(3791, 'charles.thome@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'ybrbnbqWakenty', NULL, 'FALSE', '45.135.177.61', '2021-11-23 21:11:40', 'web', '', NULL),
(3792, 'cmkenney1130@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'bullshit', NULL, 'FALSE', '195.208.126.103', '2021-11-23 21:18:40', 'web', '', NULL),
(3793, 'hlbudhewar@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Annushka', NULL, 'FALSE', '88.151.8.206', '2021-11-23 21:19:00', 'web', '', NULL),
(3794, 'slafrance64@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'rfnczWakenty', NULL, 'FALSE', '45.128.129.116', '2021-11-23 21:21:22', 'web', '', NULL),
(3795, 'rehdermichael@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dbrnjh', NULL, 'FALSE', '45.147.246.67', '2021-11-23 21:31:39', 'web', '', NULL),
(3796, 'mbriseno@iusa.com.mx', 'dd1068f53d3f1bc51c188c008e2e32ac', 'andya', NULL, 'FALSE', '88.151.8.206', '2021-11-23 21:32:54', 'web', '', NULL),
(3797, 'cwslick@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'onyWakenty', NULL, 'FALSE', '212.192.195.52', '2021-11-23 21:37:49', 'web', '', NULL),
(3798, 'germaineik@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'islovely', NULL, 'FALSE', '88.151.8.206', '2021-11-23 21:42:16', 'web', '', NULL),
(3799, 'galbraithfm@roadrunner.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'hemule', NULL, 'FALSE', '195.208.168.27', '2021-11-23 21:44:48', 'web', '', NULL),
(3800, 'malloy_t@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tarasia', NULL, 'FALSE', '195.208.168.27', '2021-11-23 21:49:54', 'web', '', NULL),
(3801, 'davehopp@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'veifWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-23 21:54:30', 'web', '', NULL),
(3802, 'bradw_hi@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'LoppokWakenty', NULL, 'FALSE', '194.226.166.122', '2021-11-23 21:54:38', 'web', '', NULL),
(3803, 'Bumparsm@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'mania', NULL, 'FALSE', '88.151.8.206', '2021-11-23 21:56:01', 'web', '', NULL),
(3804, 'varlam.kut@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Leonya', NULL, 'FALSE', '88.151.8.206', '2021-11-23 21:58:17', 'web', '', NULL),
(3805, 'info@jrunique.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'kfdhty', NULL, 'FALSE', '88.151.8.206', '2021-11-23 21:58:30', 'web', '', NULL),
(3806, 'maggieamidei@sbcglobal.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Fauktilar', NULL, 'FALSE', '88.151.8.206', '2021-11-23 22:00:10', 'web', '', NULL),
(3807, 'alicawilliams57@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Anener', NULL, 'FALSE', '195.208.168.27', '2021-11-23 22:03:29', 'web', '', NULL),
(3808, 'cclark@clarkpipeline.com', 'ee177be74a279740f594a45b0f63f54b', 'dunyashaWakenty', NULL, 'FALSE', '45.128.129.116', '2021-11-23 22:06:23', 'web', '', NULL),
(3809, 'acidic_tears_69@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Akinonris', NULL, 'FALSE', '45.147.246.67', '2021-11-23 22:07:26', 'web', '', NULL),
(3810, 'info@schickhaus-immobilien.de', 'ee177be74a279740f594a45b0f63f54b', 'YourdreamWakenty', NULL, 'FALSE', '194.226.166.122', '2021-11-23 22:10:16', 'web', '', NULL),
(3811, 'newestmp@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'zlzWakenty', NULL, 'FALSE', '45.128.129.116', '2021-11-23 22:10:39', 'web', '', NULL),
(3812, 'jordan@posell.com', 'ee177be74a279740f594a45b0f63f54b', 'YaroslavWakenty', NULL, 'FALSE', '45.135.177.61', '2021-11-23 22:10:40', 'web', '', NULL),
(3813, 'idaholiving@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nfkf', NULL, 'FALSE', '88.151.8.206', '2021-11-23 22:12:07', 'web', '', NULL),
(3814, 'chriscummings930@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Anayaron', NULL, 'FALSE', '195.208.168.27', '2021-11-23 22:20:43', 'web', '', NULL),
(3815, 'yonghengph@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ckfde[f', NULL, 'FALSE', '31.216.60.29', '2021-11-23 22:21:33', 'web', '', NULL),
(3816, 'informatiqdiscount08@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'agripinkaWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-23 22:23:53', 'web', '', NULL),
(3817, 'lorndorff16@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ZhenyushaWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-23 22:26:29', 'web', '', NULL),
(3818, 'lebohang.harvey@icloud.com', 'ee177be74a279740f594a45b0f63f54b', 'mitulaWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-23 22:26:42', 'web', '', NULL),
(3819, 'JanMahew54@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fylhjy', NULL, 'FALSE', '45.147.246.67', '2021-11-23 22:35:57', 'web', '', NULL),
(3820, 'lal34guqiao@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'jrcfyrfWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-23 22:43:35', 'web', '', NULL),
(3821, 'icalc.edu@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'hxtyz', NULL, 'FALSE', '45.147.246.67', '2021-11-23 22:45:43', 'web', '', NULL),
(3822, 'elblair14@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fynjf', NULL, 'FALSE', '195.208.168.27', '2021-11-23 22:49:18', 'web', '', NULL),
(3823, 'gibbster5@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Dena', NULL, 'FALSE', '88.151.8.206', '2021-11-23 22:49:49', 'web', '', NULL),
(3824, 'sethtkendall@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'kfhbccf', NULL, 'FALSE', '88.151.8.206', '2021-11-23 22:49:58', 'web', '', NULL),
(3825, 'sangeeta.gangapurkar@crestechglobal.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Adorardana', NULL, 'FALSE', '88.151.8.206', '2021-11-23 22:52:08', 'web', '', NULL),
(3826, 'kalyan92003@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'stefanaWakenty', NULL, 'FALSE', '212.192.195.52', '2021-11-23 22:54:02', 'web', '', NULL),
(3827, 'vzenner2@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ktjybzWakenty', NULL, 'FALSE', '45.128.129.116', '2021-11-23 22:55:08', 'web', '', NULL),
(3828, 'katrinasmith002@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ltrfhbysxWakenty', NULL, 'FALSE', '194.226.166.122', '2021-11-23 22:55:13', 'web', '', NULL),
(3829, 'ewacarsten@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'kreatmin', NULL, 'FALSE', '195.208.168.27', '2021-11-23 23:03:35', 'web', '', NULL),
(3830, 'owyheemetalworks@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'any', NULL, 'FALSE', '31.216.60.29', '2021-11-23 23:05:00', 'web', '', NULL),
(3831, 'antonio70k@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'byyeirf', NULL, 'FALSE', '45.147.246.67', '2021-11-23 23:06:36', 'web', '', NULL),
(3832, 'dijongray@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'cabhmWakenty', NULL, 'FALSE', '194.226.166.122', '2021-11-23 23:12:53', 'web', '', NULL),
(3833, 'info@multipos.se', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cfiekz', NULL, 'FALSE', '195.208.168.27', '2021-11-23 23:22:00', 'web', '', NULL),
(3834, 'tecia.r.vaughn@efleets.com', 'ee177be74a279740f594a45b0f63f54b', 'rekzWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-23 23:22:57', 'web', '', NULL),
(3835, 'uj153@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dkflbvbh', NULL, 'FALSE', '195.208.168.27', '2021-11-23 23:34:37', 'web', '', NULL),
(3836, 'stephane.c@mcg.fr', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fdljnmrf', NULL, 'FALSE', '45.147.246.67', '2021-11-23 23:35:04', 'web', '', NULL),
(3837, 'christtyson@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ArlieWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-23 23:38:42', 'web', '', NULL),
(3838, 'john_shofner88@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'filipitschWakenty', NULL, 'FALSE', '45.135.177.61', '2021-11-23 23:39:58', 'web', '', NULL),
(3839, 'sharadpatel0707@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'galuha', NULL, 'FALSE', '45.147.246.67', '2021-11-23 23:48:35', 'web', '', NULL),
(3840, 'cjmcalpin@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Jaketrip', NULL, 'FALSE', '195.208.168.27', '2021-11-23 23:48:59', 'web', '', NULL),
(3841, 'eval1227@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'IvashaWakenty', NULL, 'FALSE', '194.226.166.122', '2021-11-23 23:54:26', 'web', '', NULL),
(3842, 'boballenfamily@outlook.com', 'ee177be74a279740f594a45b0f63f54b', 'cacheWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-23 23:55:13', 'web', '', NULL),
(3843, 'alphere.johnson@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'AnnunWakenty', NULL, 'FALSE', '45.128.129.116', '2021-11-23 23:59:03', 'web', '', NULL),
(3844, 'Dannylac@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dfWakenty', NULL, 'FALSE', '194.226.166.122', '2021-11-24 00:08:13', 'web', '', NULL),
(3845, 'RCRAIN@NYCAP.RR.COM', 'ee177be74a279740f594a45b0f63f54b', 'DashaWakenty', NULL, 'FALSE', '45.128.129.116', '2021-11-24 00:12:06', 'web', '', NULL),
(3846, 'sharon.ely@comcast.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'antoha', NULL, 'FALSE', '45.147.246.67', '2021-11-24 00:13:11', 'web', '', NULL),
(3847, 'jdcolwell@comporium.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'daryukha', NULL, 'FALSE', '31.216.60.29', '2021-11-24 00:27:06', 'web', '', NULL),
(3848, 'pattibourne@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'elunaWakenty', NULL, 'FALSE', '45.135.177.61', '2021-11-24 00:32:43', 'web', '', NULL),
(3849, 'thaley925@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'AlexanderWakenty', NULL, 'FALSE', '212.192.195.52', '2021-11-24 00:34:42', 'web', '', NULL),
(3850, 'skytest.2889@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'gasha', NULL, 'FALSE', '45.147.246.67', '2021-11-24 00:36:44', 'web', '', NULL),
(3851, 'supaamac@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dbrnecz', NULL, 'FALSE', '88.151.8.206', '2021-11-24 00:36:54', 'web', '', NULL),
(3852, 'jakediana44@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fret', NULL, 'FALSE', '88.151.8.206', '2021-11-24 00:40:56', 'web', '', NULL),
(3853, 'jrdrh619@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'utheifWakenty', NULL, 'FALSE', '45.128.129.116', '2021-11-24 00:45:31', 'web', '', NULL),
(3854, 'julia-lviv@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dfycz', NULL, 'FALSE', '31.216.60.29', '2021-11-24 00:48:28', 'web', '', NULL),
(3855, 'janeathome4@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fynjif', NULL, 'FALSE', '45.147.246.67', '2021-11-24 00:50:28', 'web', '', NULL),
(3856, 'SUNGTAYLOR@AOL.COM', 'ee177be74a279740f594a45b0f63f54b', 'miterWakenty', NULL, 'FALSE', '212.192.195.52', '2021-11-24 00:56:48', 'web', '', NULL),
(3857, 'l.malniece@web.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Karin', NULL, 'FALSE', '31.216.60.29', '2021-11-24 01:04:13', 'web', '', NULL),
(3858, 'dennisje@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Alexandrina', NULL, 'FALSE', '195.208.126.103', '2021-11-24 01:06:43', 'web', '', NULL),
(3859, 'tomumotu_4@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Alexandrina', NULL, 'FALSE', '31.216.60.29', '2021-11-24 01:10:47', 'web', '', NULL),
(3860, 'karyn.blass@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dfdfWakenty', NULL, 'FALSE', '212.192.195.52', '2021-11-24 01:12:43', 'web', '', NULL),
(3861, 'summer_s_lehman@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Anatoly', NULL, 'FALSE', '195.208.168.27', '2021-11-24 01:14:30', 'web', '', NULL),
(3862, 'jtgrif1305@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'orinaWakenty', NULL, 'FALSE', '212.192.195.52', '2021-11-24 01:21:05', 'web', '', NULL),
(3863, 'William.campbellwc@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'evelinka', NULL, 'FALSE', '88.151.8.206', '2021-11-24 01:21:27', 'web', '', NULL),
(3864, 'ryanrocks79@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Alsathis', NULL, 'FALSE', '31.216.60.29', '2021-11-24 01:23:28', 'web', '', NULL),
(3865, 'rstreet@nc.rr.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Chilele', NULL, 'FALSE', '195.208.168.27', '2021-11-24 01:24:53', 'web', '', NULL),
(3866, 'jlucky1122@optonline.net', 'ee177be74a279740f594a45b0f63f54b', 'VasiukhaWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-24 01:33:00', 'web', '', NULL),
(3867, 'marlenacadogan@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ema', NULL, 'FALSE', '195.208.126.103', '2021-11-24 01:41:52', 'web', '', NULL),
(3868, 'an.nguyen2608@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ybyfWakenty', NULL, 'FALSE', '45.128.129.116', '2021-11-24 01:42:10', 'web', '', NULL),
(3869, 'fischermatthias96@gmx.de', 'ee177be74a279740f594a45b0f63f54b', 'JacobWakenty', NULL, 'FALSE', '194.226.166.122', '2021-11-24 01:46:58', 'web', '', NULL),
(3870, 'rgmeadows82@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Katyura', NULL, 'FALSE', '45.147.246.67', '2021-11-24 01:47:39', 'web', '', NULL),
(3871, 'akash82@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'AdoratiusWakenty', NULL, 'FALSE', '45.135.177.61', '2021-11-24 01:52:08', 'web', '', NULL),
(3872, 'leahucristina1989@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Herlong', NULL, 'FALSE', '195.208.126.103', '2021-11-24 01:52:18', 'web', '', NULL),
(3873, 'snigdha880522das@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'alevtin', NULL, 'FALSE', '195.208.168.27', '2021-11-24 01:54:41', 'web', '', NULL),
(3874, 'Lombardishynia200@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'gtnhbyrf', NULL, 'FALSE', '31.216.60.29', '2021-11-24 01:55:51', 'web', '', NULL),
(3875, 'frrobert2010@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'maraWakenty', NULL, 'FALSE', '45.128.129.116', '2021-11-24 01:57:43', 'web', '', NULL),
(3876, 'ecwolford@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'emuniaWakenty', NULL, 'FALSE', '45.128.129.116', '2021-11-24 01:59:15', 'web', '', NULL),
(3877, 'rebeccamantooth1@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'yusha', NULL, 'FALSE', '88.151.8.206', '2021-11-24 02:07:41', 'web', '', NULL),
(3878, 'marcus_bray_58@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'alevtinka', NULL, 'FALSE', '31.216.60.29', '2021-11-24 02:11:45', 'web', '', NULL),
(3879, 'greta.freedman@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'JuliaWakenty', NULL, 'FALSE', '194.226.166.122', '2021-11-24 02:15:23', 'web', '', NULL),
(3880, 'jenjacobs5@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Burigrinn', NULL, 'FALSE', '88.151.8.206', '2021-11-24 02:21:13', 'web', '', NULL),
(3881, 'NARCISO.CRUZ.LAW@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Fedor', NULL, 'FALSE', '88.151.8.206', '2021-11-24 02:22:30', 'web', '', NULL),
(3882, 'freeman3559@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cbvfyz', NULL, 'FALSE', '88.151.8.206', '2021-11-24 02:25:01', 'web', '', NULL),
(3883, 'bassfisherdave18@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'DarksongWakenty', NULL, 'FALSE', '212.192.195.52', '2021-11-24 02:27:41', 'web', '', NULL),
(3884, 'brown.liz@verizon.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cornflower', NULL, 'FALSE', '195.208.168.27', '2021-11-24 02:28:54', 'web', '', NULL),
(3885, 'tsunadetsunade2@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ybrjkfbxWakenty', NULL, 'FALSE', '194.226.166.122', '2021-11-24 02:31:55', 'web', '', NULL),
(3886, 'drucied@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'SolingerWakenty', NULL, 'FALSE', '212.192.195.52', '2021-11-24 02:35:45', 'web', '', NULL),
(3887, 'agianfermo@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ivan', NULL, 'FALSE', '31.216.60.29', '2021-11-24 02:36:07', 'web', '', NULL),
(3888, 'tinturi45@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Dehrer', NULL, 'FALSE', '31.216.60.29', '2021-11-24 02:38:15', 'web', '', NULL),
(3889, 'kbarwind@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ester', NULL, 'FALSE', '195.208.168.27', '2021-11-24 02:38:30', 'web', '', NULL),
(3890, 'jewhaw@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Fenrilar', NULL, 'FALSE', '195.208.126.103', '2021-11-24 02:42:16', 'web', '', NULL),
(3891, 'kristendgonzales92@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'jenus', NULL, 'FALSE', '88.151.8.206', '2021-11-24 02:48:10', 'web', '', NULL),
(3892, 'victory1634rider@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'gtnheyz', NULL, 'FALSE', '195.208.126.103', '2021-11-24 02:52:11', 'web', '', NULL),
(3893, 'bayviewam@whidbey.com', 'ee177be74a279740f594a45b0f63f54b', 'nikolaWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-24 02:52:26', 'web', '', NULL),
(3894, 'gdgeis@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'iraidka', NULL, 'FALSE', '45.147.246.67', '2021-11-24 02:56:14', 'web', '', NULL),
(3895, 'eric2000225@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'lfhbqWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-24 02:57:15', 'web', '', NULL),
(3896, 'skrockson@live.com', 'ee177be74a279740f594a45b0f63f54b', 'bifWakenty', NULL, 'FALSE', '212.192.195.52', '2021-11-24 02:59:32', 'web', '', NULL),
(3897, 'brosteven89@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'kosma', NULL, 'FALSE', '195.208.126.103', '2021-11-24 03:05:41', 'web', '', NULL),
(3898, 'mariawall_505@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'gjkbyfhbqWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-24 03:11:07', 'web', '', NULL),
(3899, 'suerolling@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'alexasha', NULL, 'FALSE', '195.208.168.27', '2021-11-24 03:12:31', 'web', '', NULL),
(3900, 'erickbronson@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'kjdmWakenty', NULL, 'FALSE', '212.192.195.52', '2021-11-24 03:14:50', 'web', '', NULL),
(3901, 'iturbeko55@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'mishakWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-24 03:19:12', 'web', '', NULL),
(3902, 'kgarrity0618@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fylhyz', NULL, 'FALSE', '195.208.126.103', '2021-11-24 03:23:04', 'web', '', NULL),
(3903, 'masset.joel@orange.fr', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dbienf', NULL, 'FALSE', '31.216.60.29', '2021-11-24 03:25:42', 'web', '', NULL),
(3904, 'fauntleroyja@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dtytlbrneirf', NULL, 'FALSE', '31.216.60.29', '2021-11-24 03:28:41', 'web', '', NULL),
(3905, 'emily@bijinsalon.com', 'ee177be74a279740f594a45b0f63f54b', 'hbveczWakenty', NULL, 'FALSE', '212.192.195.52', '2021-11-24 03:30:09', 'web', '', NULL),
(3906, 'saskia_ceven@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'zyfWakenty', NULL, 'FALSE', '45.135.177.61', '2021-11-24 03:41:17', 'web', '', NULL),
(3907, 'ilgunas95877@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'utheyzWakenty', NULL, 'FALSE', '45.135.177.61', '2021-11-24 03:43:37', 'web', '', NULL),
(3908, 'INFO@MASTERSHANDCANDLES.COM', 'ee177be74a279740f594a45b0f63f54b', 'tayuhaWakenty', NULL, 'FALSE', '212.192.195.52', '2021-11-24 03:48:19', 'web', '', NULL),
(3909, 'kenyonamatthews@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'VerkaWakenty', NULL, 'FALSE', '45.135.177.61', '2021-11-24 03:50:53', 'web', '', NULL),
(3910, 'andrew_rafaidus@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'klfWakenty', NULL, 'FALSE', '45.135.177.61', '2021-11-24 04:00:03', 'web', '', NULL),
(3911, 'KRISTISHIELDS@ICLOUD.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'kenya', NULL, 'FALSE', '195.208.168.27', '2021-11-24 04:04:54', 'web', '', NULL),
(3912, 'ecneuman@comcast.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'pffhsx', NULL, 'FALSE', '195.208.126.103', '2021-11-24 04:04:54', 'web', '', NULL),
(3913, 'sammerbeach@alice.it', 'ee177be74a279740f594a45b0f63f54b', 'laurentWakenty', NULL, 'FALSE', '45.128.129.116', '2021-11-24 04:07:57', 'web', '', NULL),
(3914, 'darleennaylor@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'polinka', NULL, 'FALSE', '195.208.168.27', '2021-11-24 04:08:08', 'web', '', NULL),
(3915, 'royf511@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cfiehf', NULL, 'FALSE', '195.208.126.103', '2021-11-24 04:10:20', 'web', '', NULL),
(3916, 's-tal@comcast.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'zyf', NULL, 'FALSE', '45.147.246.67', '2021-11-24 04:13:26', 'web', '', NULL),
(3917, 'gillard.emmanuel@wanadoo.fr', 'ee177be74a279740f594a45b0f63f54b', 'hbyfWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-24 04:16:54', 'web', '', NULL),
(3918, 'eric.neuman@comcast.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Munitus', NULL, 'FALSE', '45.147.246.67', '2021-11-24 04:18:22', 'web', '', NULL),
(3919, 'jdayron04@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Angelica', NULL, 'FALSE', '88.151.8.206', '2021-11-24 04:18:25', 'web', '', NULL),
(3920, 'jlbuis@wanadoo.fr', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Faegal', NULL, 'FALSE', '45.147.246.67', '2021-11-24 04:23:57', 'web', '', NULL),
(3921, 'fprats1019@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'bullies', NULL, 'FALSE', '45.147.246.67', '2021-11-24 04:27:20', 'web', '', NULL),
(3922, 'chrystelekolle@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dfccfWakenty', NULL, 'FALSE', '212.192.195.52', '2021-11-24 04:34:59', 'web', '', NULL),
(3923, 'antonioguadalupe53@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Gholbizar', NULL, 'FALSE', '195.208.168.27', '2021-11-24 04:37:23', 'web', '', NULL),
(3924, 'anthonyqpaige1@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ybksxWakenty', NULL, 'FALSE', '194.226.166.122', '2021-11-24 04:46:17', 'web', '', NULL),
(3925, 'carter.devoe@outlook.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fcif', NULL, 'FALSE', '88.151.8.206', '2021-11-24 04:54:41', 'web', '', NULL),
(3926, 'rong@3splabs.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'arinka', NULL, 'FALSE', '195.208.168.27', '2021-11-24 05:11:01', 'web', '', NULL),
(3927, 'joshua.earle@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Caryret', NULL, 'FALSE', '45.147.246.67', '2021-11-24 05:12:05', 'web', '', NULL),
(3928, 'jfast05@icloud.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Auaus', NULL, 'FALSE', '88.151.8.206', '2021-11-24 05:14:39', 'web', '', NULL),
(3929, 'sjukskotskare@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fblrf', NULL, 'FALSE', '45.147.246.67', '2021-11-24 05:26:09', 'web', '', NULL),
(3930, 'karmel.kajic@hotmail.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'gjkbyfhbz', NULL, 'FALSE', '195.208.168.27', '2021-11-24 05:40:00', 'web', '', NULL),
(3931, 'jhasson@bigpond.net.au', 'dd1068f53d3f1bc51c188c008e2e32ac', 'grunya', NULL, 'FALSE', '45.147.246.67', '2021-11-24 05:42:21', 'web', '', NULL),
(3932, 'hkb9791@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'NataliaWakenty', NULL, 'FALSE', '45.128.129.116', '2021-11-24 05:49:38', 'web', '', NULL),
(3933, 'larrychshog@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Leonich', NULL, 'FALSE', '195.208.168.27', '2021-11-24 05:56:31', 'web', '', NULL),
(3934, 'mjurado863@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'lbveifWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-24 06:00:39', 'web', '', NULL),
(3935, 'ahernandez4110@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vasochka', NULL, 'FALSE', '195.208.126.103', '2021-11-24 06:18:44', 'web', '', NULL),
(3936, 'keppel.ashley@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'rjnzWakenty', NULL, 'FALSE', '45.128.129.116', '2021-11-24 06:35:13', 'web', '', NULL),
(3937, 'joreen_hohoho@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'RimmaWakenty', NULL, 'FALSE', '194.226.166.122', '2021-11-24 06:49:56', 'web', '', NULL),
(3938, 'brownie444444@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Evelina', NULL, 'FALSE', '195.208.126.103', '2021-11-24 06:53:10', 'web', '', NULL),
(3939, 'cameron32.ct@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Wernaxea', NULL, 'FALSE', '195.208.168.27', '2021-11-24 07:20:36', 'web', '', NULL),
(3940, 'marcamato135@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vbieyzWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-24 07:20:39', 'web', '', NULL),
(3941, 'tlcasiano@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Sumey', NULL, 'FALSE', '45.147.246.67', '2021-11-24 08:20:13', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(3942, 'bacano500@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'IsaknewerWakenty', NULL, 'FALSE', '45.135.177.61', '2021-11-24 08:21:41', 'web', '', NULL),
(3943, 'latoyalandrum@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Burigrinn', NULL, 'FALSE', '45.147.246.67', '2021-11-24 08:58:32', 'web', '', NULL),
(3944, 'johnhess1994@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'TremlWakenty', NULL, 'FALSE', '194.226.166.122', '2021-11-24 09:07:03', 'web', '', NULL),
(3945, 'sxshuby@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vfrcifWakenty', NULL, 'FALSE', '45.135.177.61', '2021-11-24 09:37:50', 'web', '', NULL),
(3946, 'thepacman232@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'bdfyrf', NULL, 'FALSE', '31.216.60.29', '2021-11-24 09:42:49', 'web', '', NULL),
(3947, 'jilacqua@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'christa', NULL, 'FALSE', '195.208.126.103', '2021-11-24 09:58:59', 'web', '', NULL),
(3948, 'trisha.parker@bigpond.com', 'ee177be74a279740f594a45b0f63f54b', 'CashoutmasterWakenty', NULL, 'FALSE', '194.226.166.122', '2021-11-24 10:23:49', 'web', '', NULL),
(3949, 'misty7182@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'anyWakenty', NULL, 'FALSE', '194.190.149.14', '2021-11-24 10:39:09', 'web', '', NULL),
(3950, 'premecnusupawnwb@mail.com', '607615fc5bb9d9d675e0bbd648b8a04b', 'DonaldCapse', NULL, 'FALSE', '54.39.29.64', '2021-11-25 17:42:29', 'web', '', NULL),
(3951, 'murphymaximillian75@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'ybrf[fWakenty', NULL, 'FALSE', '93.190.121.129', '2021-11-26 02:51:14', 'web', '', NULL),
(3952, 'coomeet@coomeetchat.xyz', '74ab380c997caa64e7a57ebbc8c4b05d', 'BubiCruse', NULL, 'FALSE', '94.25.238.111', '2021-11-27 17:00:35', 'web', '', NULL),
(3953, 'mymail@mailforme.club', 'e1412eb83dca5111ce5036321843087a', 'Herbertsyday', NULL, 'FALSE', '31.40.129.203', '2021-11-27 22:57:03', 'web', '', NULL),
(3954, 'a.su.sda.lsk.iy.@gmail.com', 'fb36fd3d66fcf5c896a4b631cb3676d3', 'Kevinoxymn', NULL, 'FALSE', '185.171.126.249', '2021-11-28 17:24:51', 'web', '', NULL),
(3955, 'j.a.c.kli.s.tfoxn.eedli.f.e.s3.825.2.12.@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, 'FALSE', '46.148.234.229', '2021-11-28 18:51:58', 'web', '', NULL),
(3956, 'rihcv8h0x@gmail.com', '32fefc87365ec4242d53a0aae43c2208', 'TuyetFag', NULL, 'FALSE', '91.211.88.127', '2021-11-29 03:42:51', 'web', '', NULL),
(3957, 'michaelperez930321@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'nifWakenty', NULL, 'FALSE', '92.249.13.118', '2021-12-02 01:47:14', 'web', '', NULL),
(3958, 'di8eliy@yandex.ru', '90c93f4f3baf97bbd44998daf8141b82', 'exceexulackex', NULL, 'FALSE', '95.174.102.213', '2021-12-02 17:54:14', 'web', '', NULL),
(3959, 'wpvzuaasl@totzilla.ru', '900e686a79fde2fb547bb57a3517d184', 'Luannbuh', NULL, 'FALSE', '163.172.31.249', '2021-12-04 05:51:25', 'web', '', NULL),
(3960, 'daniellikoofficial@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'kellyerasp', NULL, 'FALSE', '92.223.88.180', '2021-12-04 06:32:17', 'web', '', NULL),
(3961, 'desdemonaoryxg11@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'IvaniushaWakenty', NULL, 'FALSE', '45.128.125.222', '2021-12-05 02:13:33', 'web', '', NULL),
(3962, 'asgiuaysdiuqwi@163.com', '1999c12ab2d0a044adddc6e80ab8934f', 'bngvviusgj', NULL, 'FALSE', '113.250.238.160', '2021-12-05 04:25:47', 'web', '', NULL),
(3963, 'saburt.erinov@gmail.com', 'a21c3466f54c594f81ccb49a917357a5', 'Pitoytjuilt', NULL, 'FALSE', '193.160.218.246', '2021-12-06 12:44:02', 'web', '', NULL),
(3964, 'gaubagszokuspeechxl@mail.com', 'c6d25a90ea8e655d8f99911cb3c747b7', 'HectorGrorn', NULL, 'FALSE', '54.39.29.64', '2021-12-06 21:44:15', 'web', '', NULL),
(3965, 'mohdhasansaifi640@gmail.com', '292f87a0641dcb8e1c7e92f6d4f1d476', 'Smriti Kumari', NULL, 'FALSE', '106.198.248.221', '2021-12-07 16:42:37', 'web', '', NULL),
(3966, 'mackdawv74@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'yfkfWakenty', NULL, 'FALSE', '45.128.125.201', '2021-12-08 01:08:32', 'web', '', NULL),
(3967, 'samuelfitisov@yandex.ru', 'faf37817db247945eca0eb8469e3072f', 'Jamesexirl', NULL, 'FALSE', '178.159.42.246', '2021-12-09 02:13:46', 'web', '', NULL),
(5017, 'lyudochka_kharichkova@mail.ru', '141573abe91e001ff38153c0179f0c87', 'MargaritaFluivy', NULL, 'FALSE', '185.255.96.99', '2022-08-01 03:08:42', 'web', '', NULL),
(3968, 'normanheall7wgrsh@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'nynyuraWakenty', NULL, 'FALSE', '194.60.76.48', '2021-12-14 17:29:46', 'web', '', NULL),
(3969, 'clarsukigedramzh@mail.com', '77cc941ba35532e4c9cab18f854e634f', 'MatthewBAICS', NULL, 'FALSE', '54.39.29.64', '2021-12-16 08:45:14', 'web', '', NULL),
(3970, 'imanta.shop@yandex.com', '9794c2e5bf404960af4a7f68dedd5d56', 'Josephfrarl', NULL, 'FALSE', '185.209.31.169', '2021-12-16 12:01:47', 'web', '', NULL),
(3971, 'seo@intervision.ua', 'a37c3a13da44f9f650b2a0e78a6a9f17', 'Richardhax', NULL, 'FALSE', '91.227.182.217', '2021-12-17 04:20:56', 'web', '', NULL),
(3972, 'marettkaterine67733@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'EstherWakenty', NULL, 'FALSE', '194.60.76.48', '2021-12-17 16:59:10', 'web', '', NULL),
(3973, 'zmei4665@gmail.com', '18c7e95efb24cacc9dd971782fbd1561', 'vnwailian', NULL, 'FALSE', '120.41.222.98', '2021-12-18 12:16:06', 'web', '', NULL),
(3974, 'sourav.bhadra12@gmail.com', 'd689a36fb01ffb2285ddfb52edd0c00e', 'Sourav bhadra', NULL, 'FALSE', '157.40.96.146', '2021-12-18 19:48:23', 'web', '', NULL),
(3975, 'interes@shelby-shop.com', '833501ff94a9edc0ac01e3c16c47e929', 'RaymondMaits', NULL, 'FALSE', '191.101.31.20', '2021-12-19 05:29:24', 'web', '', NULL),
(3976, 'jack.lis.tfo.x.nee.d.l.i.fe.s.3.8.2.5.2.12@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, 'FALSE', '46.148.234.229', '2021-12-20 14:58:49', 'web', '', NULL),
(3977, 'hinkengloria8845@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'valyuhaWakenty', NULL, 'FALSE', '45.82.81.105', '2021-12-21 04:37:20', 'web', '', NULL),
(3978, 'mc.cle.enl.ur.a.y0@gmail.com', 'd2ce21ef7758a80045a80374614f6b5c', 'AllenEstix', NULL, 'FALSE', '191.101.132.33', '2021-12-21 11:32:56', 'web', '', NULL),
(3979, 'kimorasteven113535@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'ValyaWakenty', NULL, 'FALSE', '45.82.81.105', '2021-12-22 02:43:38', 'web', '', NULL),
(3980, 'an.jeli.kalo.pistuc.kl.o.v.e@gmail.com\r\n', '17fced40a0960afe07612c66c0ee77a6', 'Julinyc', NULL, 'FALSE', '156.146.50.35', '2021-12-23 19:16:40', 'web', '', NULL),
(3981, 'admin@singaporevelly.com', 'a548ddb5b2acb0e5c37dedd9f4bbdcca', 'MatthewZed', NULL, 'FALSE', '5.253.19.41', '2021-12-24 15:00:54', 'web', '', NULL),
(3982, 'tingpersvispie1383@mailis.xyz\r\n', '37828b263cdf8d789148c133611aa0d0', 'Ziorivborne', NULL, 'FALSE', '51.159.23.22', '2021-12-24 16:58:03', 'web', '', NULL),
(3983, 'a.njelik.al.op.is.t.u.c.k.lo.v.e@gmail.com\r\n', '17fced40a0960afe07612c66c0ee77a6', 'Julikug', NULL, 'FALSE', '188.213.34.11', '2021-12-24 20:00:43', 'web', '', NULL),
(3984, 'a.n.j.el.i.ka.lo.p.i.stucklo.ve@gmail.com\r\n', '17fced40a0960afe07612c66c0ee77a6', 'Juligrm', NULL, 'FALSE', '45.132.194.35', '2021-12-25 19:04:48', 'web', '', NULL),
(3985, 'em7evg@gmail.com', 'be4a71c91f3b77fd489dafe4a454f8b2', 'Jamesnep', NULL, 'FALSE', '188.163.46.154', '2021-12-27 09:39:24', 'web', '', NULL),
(3986, 'omanovefim@gmail.com', '2c859aaae8bb76bb181975d3a8a63b12', 'IlanaHex', NULL, 'FALSE', '176.114.190.126', '2021-12-27 12:37:16', 'web', '', NULL),
(3987, 'suc.h.or.uv.s.k.i.yanat.ol.i.y.y@gmail.com\r\n', 'b4d6cc813b2764119bce986638b78f37', 'Levfmb', NULL, 'FALSE', '146.70.52.26', '2021-12-27 19:46:57', 'web', '', NULL),
(3988, 'salleydolabella750588@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'milankaWakenty', NULL, 'FALSE', '46.161.11.89', '2021-12-28 07:25:43', 'web', '', NULL),
(3989, 'tehniks_015@mail.ru', '25f9e794323b453885f5181f1b624d0b', 'dvadcatdevyat_chekdonorov https://apple.com', NULL, 'FALSE', '188.165.234.151', '2021-12-29 17:11:02', 'web', '', NULL),
(3990, 'florasmith684997@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'RenediarWakenty', NULL, 'FALSE', '85.202.167.46', '2021-12-31 02:42:45', 'web', '', NULL),
(3991, 'suchoruv.s.k.iya.n.a.t.ol.iyy@gmail.com\r\n', 'b4d6cc813b2764119bce986638b78f37', 'Levdlq', NULL, 'FALSE', '193.176.84.92', '2022-01-01 03:36:36', 'web', '', NULL),
(3992, 's.u.cho.ru.vski.ya.na.t.o.li.y.y@gmail.com\r\n', 'b4d6cc813b2764119bce986638b78f37', 'Levwxw', NULL, 'FALSE', '188.213.34.16', '2022-01-01 23:02:24', 'web', '', NULL),
(3993, 'seshadri.law@gmail.com', 'f7f81b2e03ecd256f53130ffb8cf6495', 'Dama Seshadri Naidu ', NULL, 'FALSE', '49.205.172.48', '2022-01-02 11:19:22', 'web', '', NULL),
(3994, 'miqbalhkagdi@gmail.com', '7b3bb88520adfef93ef1756c53df6d6a', 'MOHAMMEDIQBAL  H  KAGDI', NULL, 'FALSE', '103.250.139.135', '2022-01-02 13:21:46', 'web', '', 66781641110068),
(3995, 'putinvpidor@yandex.ru', '8d0abf5625d8f4a6fd3e36e5244c5e11', 'JeremyUnrem', NULL, 'FALSE', '170.155.100.128', '2022-01-02 15:34:21', 'web', '', NULL),
(3996, 'vejdwk@rassx.xyz', '14b681e90d3465dd477dea15d73a6cf9', 'Samuellof', NULL, 'FALSE', '178.159.37.7', '2022-01-02 23:07:07', 'web', '', NULL),
(3997, 'arthurgonzales265084@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'YurichWakenty', NULL, 'FALSE', '195.209.178.93', '2022-01-03 05:27:39', 'web', '', NULL),
(3998, 'j.ack.li.stfox.n.ee.dl.ifes.3.825.2.12@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, 'FALSE', '46.148.234.229', '2022-01-03 06:57:46', 'web', '', NULL),
(3999, 'info@coomeetchat.ru', 'f928f84066f22f767a645afae31ac263', 'Coomeetplups', NULL, 'FALSE', '5.165.129.139', '2022-01-03 07:29:00', 'web', '', NULL),
(4000, '.', 'd41d8cd98f00b204e9800998ecf8427e', 'https://bit.ly/3JdICTk?P0fQc6', NULL, 'FALSE', '45.139.176.149', '2022-01-03 09:52:16', 'web', '', NULL),
(4001, 'neha.prabhu56@gmail.com', 'eab922b633e96f827ba34644f6ad01a0', 'M Neha Prabhu', NULL, 'FALSE', '157.45.102.58', '2022-01-04 20:28:58', 'web', '', 0),
(4002, 'leva6778@gmail.com', 'f907a46074dc3cf1a417c03c06a97846', 'RichardVep', NULL, 'FALSE', '213.193.31.159', '2022-01-05 11:47:52', 'web', '', NULL),
(4003, 'andrekutikov@gmail.com', 'f1fb7c6988cd7d9ce9874a9c8ffa3a86', 'kutikovaer', NULL, 'FALSE', '188.163.73.203', '2022-01-06 03:11:18', 'web', '', NULL),
(4004, 'humfreyrichardson373714@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'fk.yzWakenty', NULL, 'FALSE', '45.91.161.50', '2022-01-06 17:47:51', 'web', '', NULL),
(4005, 'so.p.hiecam.pbe.l.l.4.3.9.7.56@gmail.com', 'f81f22e5507211d1d00460345b536298', 'casinoxAtolo', NULL, 'FALSE', '185.5.250.146', '2022-01-09 08:28:26', 'web', '', NULL),
(4006, '3ooo-sse@mail.ru', '5a30b5cc3334746a6962b7dc8183fab6', 'Cofgco-jamboasdasddfdfg http://mail.ru 125036', NULL, 'FALSE', '95.182.125.188', '2022-01-09 23:37:08', 'web', '', NULL),
(4007, 'may.s.t.ew.art79.6.12.8@gmail.com', 'f81f22e5507211d1d00460345b536298', 'casxNup', NULL, 'FALSE', '178.159.37.66', '2022-01-10 17:30:46', 'web', '', NULL),
(4008, 'dawid.molerski@wp.pl', 'bf1d7240572890a2ca1c59fb4df29513', 'RichardfuT', NULL, 'FALSE', '62.210.80.33', '2022-01-10 19:50:07', 'web', '', NULL),
(4009, 'nandadulalsen53@gmail.com', '557c54e1c85db5b14cafc853e60c8105', 'Nanda Dulal Sen', NULL, 'FALSE', '45.64.222.161', '2022-01-11 21:24:55', 'web', '', NULL),
(4010, 'debilldebilloyw@gmail.com', '44f9836c8b44f405e252903428b34782', 'Thomaskiply', NULL, 'FALSE', '218.28.136.54', '2022-01-12 01:20:07', 'web', '', NULL),
(4011, 'ra.y.mo.n.d.es.m.alls.@gmail.com', 'f81f22e5507211d1d00460345b536298', 'pinapenNup', NULL, 'FALSE', '178.159.37.159', '2022-01-12 06:50:05', 'web', '', NULL),
(4012, 'vedline125vl@gmail.com', 'd225f5ea8775a613f0896da011da8912', 'girm', NULL, 'FALSE', '77.34.125.194', '2022-01-12 19:10:01', 'web', '', NULL),
(4013, 'philipedwards46re@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'VareymaWakenty', NULL, 'FALSE', '195.208.168.177', '2022-01-12 20:07:50', 'web', '', NULL),
(4014, 'troctumbcapi1506@mailis.xyz\r\n', '26f20542a4e0cced1925a4cd0467b70d', 'Zorniborne', NULL, 'FALSE', '51.159.23.22', '2022-01-16 05:58:29', 'web', '', NULL),
(4015, 'valerynikolaeva82@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'HumbrolyWakenty', NULL, 'FALSE', '45.151.29.60', '2022-01-16 07:51:01', 'web', '', NULL),
(4016, 'raghav1691@gmail.com', '7e41dddd5a4ecd37ee05547553bf343b', 'raghav goenka', NULL, 'FALSE', '110.235.238.69', '2022-01-17 01:08:44', 'web', '', NULL),
(4017, 'warmerdam.simone@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'sashulya', NULL, 'FALSE', '45.135.178.175', '2022-01-17 05:10:44', 'web', '', NULL),
(4018, 'shafer.ginger@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'enutaWakenty', NULL, 'FALSE', '193.232.41.237', '2022-01-17 05:19:51', 'web', '', NULL),
(4019, 'calebpoole20701@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fybreifWakenty', NULL, 'FALSE', '193.58.178.89', '2022-01-17 05:58:46', 'web', '', NULL),
(4020, 'speactitcd@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tueyz', NULL, 'FALSE', '93.190.120.74', '2022-01-17 06:54:59', 'web', '', NULL),
(4021, 'aaron_lichtenfeld@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'kozminichnaWakenty', NULL, 'FALSE', '193.58.178.89', '2022-01-17 08:00:41', 'web', '', NULL),
(4022, 'tawandaz@live.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ybkrf', NULL, 'FALSE', '45.135.178.175', '2022-01-17 08:27:36', 'web', '', NULL),
(4023, 'johamarys@live.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'utyeif', NULL, 'FALSE', '93.190.120.74', '2022-01-17 08:56:51', 'web', '', NULL),
(4024, 'DAVID.B.DIAMOND@SLOAN.MIT.EDU', 'ee177be74a279740f594a45b0f63f54b', 'dbnyzWakenty', NULL, 'FALSE', '45.139.28.89', '2022-01-17 09:01:42', 'web', '', NULL),
(4025, 'joripike@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Anaya', NULL, 'FALSE', '45.82.83.110', '2022-01-17 09:28:20', 'web', '', NULL),
(4026, 'EVERBAR3@YAHOO.COM', 'ee177be74a279740f594a45b0f63f54b', 'syushaWakenty', NULL, 'FALSE', '193.187.105.24', '2022-01-17 09:39:29', 'web', '', NULL),
(4027, 'woinisnyder@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vtktif', NULL, 'FALSE', '45.138.7.151', '2022-01-17 10:28:56', 'web', '', NULL),
(4028, 'o.sho.wit.cz.j.e.r.e.m.y.@gmail.com', '395586eab349c7d2248bf274b5a25d55', 'StevenBop', NULL, 'FALSE', '172.98.33.85', '2022-01-17 11:27:00', 'web', '', NULL),
(4029, 'andrej733@azet.sk', 'ee177be74a279740f594a45b0f63f54b', 'lfybksxWakenty', NULL, 'FALSE', '193.187.105.24', '2022-01-17 12:22:29', 'web', '', NULL),
(4030, 'kriel.prime@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'uthvfyf', NULL, 'FALSE', '93.190.120.74', '2022-01-17 12:50:05', 'web', '', NULL),
(4031, 'rayan.rafique@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'thin', NULL, 'FALSE', '45.138.7.151', '2022-01-17 13:19:12', 'web', '', NULL),
(4032, 'ghouseraqibibrahim@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'XimathewiWakenty', NULL, 'FALSE', '193.232.42.198', '2022-01-17 13:23:30', 'web', '', NULL),
(4033, 'JAMI80DALE@YAHOO.COM', 'ee177be74a279740f594a45b0f63f54b', 'obaWakenty', NULL, 'FALSE', '193.232.42.198', '2022-01-17 14:23:47', 'web', '', NULL),
(4034, 'batthini.mounika1993@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'lovely', NULL, 'FALSE', '45.138.7.151', '2022-01-17 14:27:43', 'web', '', NULL),
(4035, 'alex1986.07@list.ru', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbrjkf', NULL, 'FALSE', '93.190.120.74', '2022-01-17 14:51:52', 'web', '', NULL),
(4036, 'Kreditoren@electrolux.ch', 'dd1068f53d3f1bc51c188c008e2e32ac', 'oleg', NULL, 'FALSE', '45.82.83.110', '2022-01-17 15:02:43', 'web', '', NULL),
(4037, 'abby.cole724@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ltybcmzWakenty', NULL, 'FALSE', '193.58.178.89', '2022-01-17 15:05:54', 'web', '', NULL),
(4038, 'lorcognata@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tk.if', NULL, 'FALSE', '91.190.158.73', '2022-01-17 15:25:29', 'web', '', NULL),
(4039, 'jskill@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'maximilianWakenty', NULL, 'FALSE', '45.139.28.89', '2022-01-17 15:26:32', 'web', '', NULL),
(4040, 'beverly.a.mason@att.net', 'ee177be74a279740f594a45b0f63f54b', 'vfhifWakenty', NULL, 'FALSE', '193.187.105.24', '2022-01-17 15:32:19', 'web', '', NULL),
(4041, 'rmazz1428@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfhbfysx', NULL, 'FALSE', '45.138.7.151', '2022-01-17 15:56:09', 'web', '', NULL),
(4042, 'eman.f.als@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Weigand', NULL, 'FALSE', '45.82.83.110', '2022-01-17 16:03:23', 'web', '', NULL),
(4043, 'BRADY@BRADYINGLE.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'timosia', NULL, 'FALSE', '93.190.120.74', '2022-01-17 16:21:31', 'web', '', NULL),
(4044, 'abldad@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Torabos', NULL, 'FALSE', '93.190.120.74', '2022-01-17 16:26:46', 'web', '', NULL),
(4045, 'eric@ellipseinfo.com', 'ee177be74a279740f594a45b0f63f54b', 'MaryushaWakenty', NULL, 'FALSE', '193.187.105.24', '2022-01-17 16:28:36', 'web', '', NULL),
(4046, '<address>Apache/2.4.51 (Unix) Server at e-s.pw Port 80</address>', 'ee177be74a279740f594a45b0f63f54b', 'BurigrinnWakenty', NULL, 'FALSE', '45.139.28.89', '2022-01-17 16:47:52', 'web', '', NULL),
(4047, 'twarner2boys@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbnhf', NULL, 'FALSE', '45.138.7.151', '2022-01-17 16:53:53', 'web', '', NULL),
(4048, 'sinan.tekoglu0@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Vityuha', NULL, 'FALSE', '93.190.120.74', '2022-01-17 16:59:28', 'web', '', NULL),
(4049, 'fernandopz@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'theme', NULL, 'FALSE', '91.190.158.73', '2022-01-17 17:27:34', 'web', '', NULL),
(4050, 'debrabullington@comcast.net', 'ee177be74a279740f594a45b0f63f54b', 'ktrcfifWakenty', NULL, 'FALSE', '193.232.41.237', '2022-01-17 17:29:12', 'web', '', NULL),
(4051, 'andre.tusche@gmx.ch', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ybrjkfbx', NULL, 'FALSE', '91.190.158.73', '2022-01-17 17:57:47', 'web', '', NULL),
(4052, 'mirinkauzumaki@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vadim', NULL, 'FALSE', '45.138.7.151', '2022-01-17 18:23:40', 'web', '', NULL),
(4053, 'emfotso1@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ufkbyrf', NULL, 'FALSE', '93.190.120.74', '2022-01-17 18:28:31', 'web', '', NULL),
(4054, 'bellmicki@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'afrosinyaWakenty', NULL, 'FALSE', '193.58.178.89', '2022-01-17 18:33:32', 'web', '', NULL),
(4055, 'pattyyuen@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tk.if', NULL, 'FALSE', '45.138.7.151', '2022-01-17 19:29:34', 'web', '', NULL),
(4056, 'spookys_postkasten@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Vladimir', NULL, 'FALSE', '45.82.83.110', '2022-01-17 19:55:57', 'web', '', NULL),
(4057, 'ianalexander1000@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ytnf', NULL, 'FALSE', '91.190.158.73', '2022-01-17 20:04:55', 'web', '', NULL),
(4058, 'wall.id.pike@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'theosis', NULL, 'FALSE', '45.135.178.175', '2022-01-17 20:25:52', 'web', '', NULL),
(4059, 'bdub727x@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ulyanych', NULL, 'FALSE', '93.190.120.74', '2022-01-17 20:30:10', 'web', '', NULL),
(4060, 'alexpandel@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'natalyushkaWakenty', NULL, 'FALSE', '193.232.42.198', '2022-01-17 20:34:25', 'web', '', NULL),
(4061, 'mesbtsa@comcast.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vass', NULL, 'FALSE', '93.190.120.74', '2022-01-17 20:34:52', 'web', '', NULL),
(4062, 'dmehlschau@sbcglobal.net', 'ee177be74a279740f594a45b0f63f54b', 'fyfnjkbqWakenty', NULL, 'FALSE', '45.139.28.89', '2022-01-17 20:38:09', 'web', '', NULL),
(4063, 'blade22x@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Briton', NULL, 'FALSE', '45.135.178.175', '2022-01-17 20:55:19', 'web', '', NULL),
(4064, 'larry.goodwin@icqmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfhif', NULL, 'FALSE', '91.190.158.73', '2022-01-17 21:24:55', 'web', '', NULL),
(4065, 'jonbjacobs@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'yfcnfcWakenty', NULL, 'FALSE', '193.187.105.24', '2022-01-17 21:38:01', 'web', '', NULL),
(4066, 'frankh812001@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'DaryushkaWakenty', NULL, 'FALSE', '193.58.178.89', '2022-01-17 21:41:02', 'web', '', NULL),
(4067, 'paulettejones3@verizon.net', 'ee177be74a279740f594a45b0f63f54b', 'cntgfyzWakenty', NULL, 'FALSE', '193.58.178.89', '2022-01-17 21:46:46', 'web', '', NULL),
(4068, 'jmh0588@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'pusWakenty', NULL, 'FALSE', '193.187.105.24', '2022-01-17 21:50:01', 'web', '', NULL),
(4069, 'jsot0202@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'DarkhunterWakenty', NULL, 'FALSE', '193.232.42.198', '2022-01-17 22:27:40', 'web', '', NULL),
(4070, 'KARM21@HOTMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Qunorrar', NULL, 'FALSE', '45.135.178.175', '2022-01-17 22:28:44', 'web', '', NULL),
(4071, 'ralphcielocha@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'lefhlbr', NULL, 'FALSE', '45.135.178.175', '2022-01-17 22:37:58', 'web', '', NULL),
(4072, 'mcguire5218@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'SergunaWakenty', NULL, 'FALSE', '193.58.178.89', '2022-01-17 22:39:24', 'web', '', NULL),
(4073, 'hamid.nayer@electrolux.com', 'ee177be74a279740f594a45b0f63f54b', 'fyfnjkmrfWakenty', NULL, 'FALSE', '193.232.41.237', '2022-01-17 22:41:44', 'web', '', NULL),
(4074, 'erikafabiola1234@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rjhybksx', NULL, 'FALSE', '93.190.120.74', '2022-01-17 22:42:57', 'web', '', NULL),
(4075, 'jonjonz@comcast.net', 'ee177be74a279740f594a45b0f63f54b', 'AdorardredWakenty', NULL, 'FALSE', '193.187.105.24', '2022-01-17 22:50:06', 'web', '', NULL),
(4076, 'calvin05gibbs@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'SophiaWakenty', NULL, 'FALSE', '193.232.42.198', '2022-01-17 22:51:33', 'web', '', NULL),
(4077, 'agsilfanus@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ybrjkrfWakenty', NULL, 'FALSE', '193.232.41.237', '2022-01-17 22:52:46', 'web', '', NULL),
(4078, 'tshacklett@verizon.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rjcn.[f', NULL, 'FALSE', '45.82.83.110', '2022-01-17 23:03:03', 'web', '', NULL),
(4079, 'jgbernz@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'uthecz', NULL, 'FALSE', '45.138.7.151', '2022-01-17 23:15:23', 'web', '', NULL),
(4080, 'cyr.il.jm.cr.ee@gmail.com', 'c6e600a87abc0cc4cf21121980066df3', 'Xcasin-XKeype', NULL, 'FALSE', '185.5.250.30', '2022-01-17 23:15:43', 'web', '', NULL),
(4081, 'tanksimmons88@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Swordstaff', NULL, 'FALSE', '45.135.178.175', '2022-01-17 23:17:03', 'web', '', NULL),
(4082, 'renebu@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'punishmentWakenty', NULL, 'FALSE', '193.58.178.89', '2022-01-17 23:28:37', 'web', '', NULL),
(4083, 'Jettalawellin@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Robert', NULL, 'FALSE', '93.190.120.74', '2022-01-17 23:29:59', 'web', '', NULL),
(4084, 'jamesusmc@zoomtown.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Rybolt', NULL, 'FALSE', '91.190.158.73', '2022-01-17 23:34:21', 'web', '', NULL),
(4085, 'SHINMEI6344@GMAIL.COM', 'ee177be74a279740f594a45b0f63f54b', 'IrollWakenty', NULL, 'FALSE', '193.58.178.89', '2022-01-17 23:40:20', 'web', '', NULL),
(4086, 'jeffgregg113@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'tvbkbqWakenty', NULL, 'FALSE', '45.139.28.89', '2022-01-17 23:43:29', 'web', '', NULL),
(4087, 'mpulliam@comcast.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbrjkf', NULL, 'FALSE', '91.190.158.73', '2022-01-18 00:15:20', 'web', '', NULL),
(4088, 'KKRELL1@VERIZON.NET', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Pitako', NULL, 'FALSE', '91.190.158.73', '2022-01-18 00:31:11', 'web', '', NULL),
(4089, 'joel2805naf@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ufkcz', NULL, 'FALSE', '45.138.7.151', '2022-01-18 00:35:38', 'web', '', NULL),
(4090, 'ngericm@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'palmWakenty', NULL, 'FALSE', '193.232.41.237', '2022-01-18 00:38:50', 'web', '', NULL),
(4091, 'mattpulliam@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'curlingWakenty', NULL, 'FALSE', '193.187.105.24', '2022-01-18 00:42:50', 'web', '', NULL),
(4092, 'florian-misof@gmx.de', 'ee177be74a279740f594a45b0f63f54b', 'tourWakenty', NULL, 'FALSE', '45.139.28.89', '2022-01-18 00:52:20', 'web', '', NULL),
(4093, 'eternalkaren39@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Sherron', NULL, 'FALSE', '91.190.158.73', '2022-01-18 00:59:16', 'web', '', NULL),
(4094, 'aisha.almusleh@live.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'sanyuha', NULL, 'FALSE', '45.135.178.175', '2022-01-18 01:04:49', 'web', '', NULL),
(4095, 'JULIEWCOBB70@GMAIL.COM', 'ee177be74a279740f594a45b0f63f54b', 'bkmbxWakenty', NULL, 'FALSE', '45.139.28.89', '2022-01-18 01:08:22', 'web', '', NULL),
(4096, 'shree.thiagarajan@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbieyz', NULL, 'FALSE', '45.138.7.151', '2022-01-18 01:15:55', 'web', '', NULL),
(4097, 'asmaaq8@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'smelly', NULL, 'FALSE', '93.190.120.74', '2022-01-18 01:34:06', 'web', '', NULL),
(4098, 'margrit.haemmerli@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Rhettok', NULL, 'FALSE', '45.135.178.175', '2022-01-18 01:37:37', 'web', '', NULL),
(4099, 'archerytodd@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'washerWakenty', NULL, 'FALSE', '193.232.42.198', '2022-01-18 01:42:38', 'web', '', NULL),
(4100, 'peggy.sheffield@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rip', NULL, 'FALSE', '45.135.178.175', '2022-01-18 01:43:38', 'web', '', NULL),
(4101, 'zillieyewearusa@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fedyaykaWakenty', NULL, 'FALSE', '193.232.41.237', '2022-01-18 01:44:54', 'web', '', NULL),
(4102, 'hah-232@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'agrippaWakenty', NULL, 'FALSE', '193.187.105.24', '2022-01-18 01:52:16', 'web', '', NULL),
(4103, 'veronica.espinoza@sbcglobal.net', 'ee177be74a279740f594a45b0f63f54b', 'sashunyaWakenty', NULL, 'FALSE', '193.187.105.24', '2022-01-18 01:54:19', 'web', '', NULL),
(4104, 'cynthia.harris@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'theodork', NULL, 'FALSE', '45.82.83.110', '2022-01-18 02:06:02', 'web', '', NULL),
(4105, 'simonalisaxo@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'kulWakenty', NULL, 'FALSE', '193.232.42.198', '2022-01-18 02:08:37', 'web', '', NULL),
(4106, 'cheyrush21@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'dbyzWakenty', NULL, 'FALSE', '193.232.41.237', '2022-01-18 02:31:48', 'web', '', NULL),
(4107, 'stocke018@live.at', 'dd1068f53d3f1bc51c188c008e2e32ac', 'svetlanich', NULL, 'FALSE', '91.190.158.73', '2022-01-18 02:33:16', 'web', '', NULL),
(4108, 'heathersimshauser@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'NikitichnaWakenty', NULL, 'FALSE', '193.58.178.89', '2022-01-18 02:45:41', 'web', '', NULL),
(4109, 'jackie102996@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'lbfyfWakenty', NULL, 'FALSE', '193.232.42.198', '2022-01-18 02:51:48', 'web', '', NULL),
(4110, 'ALBERTRODRIGUEZJR9@GMAIL.COM', 'ee177be74a279740f594a45b0f63f54b', 'fuhfatyfWakenty', NULL, 'FALSE', '193.232.41.237', '2022-01-18 02:55:37', 'web', '', NULL),
(4111, 'louisdeal1@msn.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Vasa', NULL, 'FALSE', '91.190.158.73', '2022-01-18 03:06:08', 'web', '', NULL),
(4112, 'erbarry3@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Turrie', NULL, 'FALSE', '91.190.158.73', '2022-01-18 03:10:31', 'web', '', NULL),
(4113, 'jorge_hdez_mederos@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'strength', NULL, 'FALSE', '45.135.178.175', '2022-01-18 03:34:36', 'web', '', NULL),
(4114, 'greer.mccracken@cottonon.com.au', 'ee177be74a279740f594a45b0f63f54b', 'bjyfWakenty', NULL, 'FALSE', '193.187.105.24', '2022-01-18 03:44:24', 'web', '', NULL),
(4115, 'ericacruz1998@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Qanad', NULL, 'FALSE', '91.190.158.73', '2022-01-18 03:45:44', 'web', '', NULL),
(4116, 'veron2@bellsouth.net', 'ee177be74a279740f594a45b0f63f54b', 'njlzWakenty', NULL, 'FALSE', '45.139.28.89', '2022-01-18 03:47:15', 'web', '', NULL),
(4117, 'linuxbaar@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'gtnzWakenty', NULL, 'FALSE', '193.187.105.24', '2022-01-18 03:53:25', 'web', '', NULL),
(4118, 'sir_g1993@mail.ru', '4399ef334d7663f6dc61f95237747510', 'flex http://mail.ru 2522390', NULL, 'FALSE', '212.115.49.15', '2022-01-18 03:55:55', 'web', '', NULL),
(4119, 'dcercek@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'tkbcfdtnfWakenty', NULL, 'FALSE', '193.58.178.89', '2022-01-18 03:56:44', 'web', '', NULL),
(4120, 'themaxima@ameritech.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ruslan', NULL, 'FALSE', '45.82.83.110', '2022-01-18 04:00:20', 'web', '', NULL),
(4121, 'karen.a.bourke@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ufyz', NULL, 'FALSE', '91.190.158.73', '2022-01-18 04:09:07', 'web', '', NULL),
(4122, 'beverlyhillsbrown@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'rjhybkfWakenty', NULL, 'FALSE', '193.187.105.24', '2022-01-18 04:33:48', 'web', '', NULL),
(4123, 'jeanann1966@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Sim', NULL, 'FALSE', '93.190.120.74', '2022-01-18 04:40:01', 'web', '', NULL),
(4124, 'tiffanyndewannia2016@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Simeon', NULL, 'FALSE', '45.82.83.110', '2022-01-18 04:46:33', 'web', '', NULL),
(4125, 'dagleymarci@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'DawnterrorWakenty', NULL, 'FALSE', '193.58.178.89', '2022-01-18 04:54:44', 'web', '', NULL),
(4126, 'goingfishhing@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ttexav', NULL, 'FALSE', '91.190.158.73', '2022-01-18 05:09:05', 'web', '', NULL),
(4127, 'jennifersimmons1974@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'uheyzrf', NULL, 'FALSE', '45.138.7.151', '2022-01-18 05:13:42', 'web', '', NULL),
(4128, 'arkin_tuerkel@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ufkbyeif', NULL, 'FALSE', '45.138.7.151', '2022-01-18 05:27:14', 'web', '', NULL),
(4129, 'ASIA-BISTRO.TBB@web.de', 'ee177be74a279740f594a45b0f63f54b', 'kenyaWakenty', NULL, 'FALSE', '193.58.178.89', '2022-01-18 05:34:12', 'web', '', NULL),
(4130, 'zowymam@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'shesha', NULL, 'FALSE', '91.190.158.73', '2022-01-18 05:35:24', 'web', '', NULL),
(4131, 'amc.9220@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'soul', NULL, 'FALSE', '45.82.83.110', '2022-01-18 05:40:52', 'web', '', NULL),
(4132, 'alannahsparks@googlemail.com', 'ee177be74a279740f594a45b0f63f54b', 'ufkefWakenty', NULL, 'FALSE', '45.139.28.89', '2022-01-18 05:46:21', 'web', '', NULL),
(4133, 'JFOO2018@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Shadowmoon', NULL, 'FALSE', '93.190.120.74', '2022-01-18 05:47:20', 'web', '', NULL),
(4134, 'lowdd@web.de', 'ee177be74a279740f594a45b0f63f54b', 'vbnifWakenty', NULL, 'FALSE', '193.187.105.24', '2022-01-18 05:48:57', 'web', '', NULL),
(4135, 'gracie_winters@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'atleczWakenty', NULL, 'FALSE', '45.139.28.89', '2022-01-18 05:56:00', 'web', '', NULL),
(4136, '<p>The requested URL was not found on this server.</p>', 'dd1068f53d3f1bc51c188c008e2e32ac', 'taishyushka', NULL, 'FALSE', '45.135.178.175', '2022-01-18 06:28:31', 'web', '', NULL),
(4137, 'c.harlestmcchesney@gmail.com', '89cacb7b4475b641a13de5d696d0143c', 'enpinbuh', NULL, 'FALSE', '188.234.13.127', '2022-01-18 08:23:45', 'web', '', NULL),
(4138, 'j.a.ckli.st.f.ox.n.e.e.dlife.s3.8.25.21.2@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, 'FALSE', '46.148.234.229', '2022-01-18 14:42:51', 'web', '', NULL),
(4139, 'markmorozov212@gmail.com', 'e7e28d38a12660c156412aafa43af904', 'NadiaHaurb', NULL, 'FALSE', '193.187.106.171', '2022-01-18 17:37:40', 'web', '', NULL),
(4140, 'zarevos@yandex.com', '80c395a45445d3e276217d76f60e48b6', 'RolandHourb', NULL, 'FALSE', '185.209.31.169', '2022-01-18 20:42:36', 'web', '', NULL),
(4141, 'vlasmatveev45ter@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'BlackstalkerWakenty', NULL, 'FALSE', '195.209.102.61', '2022-01-20 04:08:10', 'web', '', NULL),
(4142, 'westonkmoody@gmail.com', '314a645c2fc8df61849a08bb78223be2', 'casinoxxdePhire', NULL, 'FALSE', '178.159.37.66', '2022-01-20 04:54:26', 'web', '', NULL),
(4143, 'scarllet628369@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'fyfnjkmbxWakenty', NULL, 'FALSE', '103.148.140.205', '2022-01-22 05:47:41', 'web', '', NULL),
(4144, 'r.ob.er.tsto.lte.n.be.r.gbig@gmail.com\r\n', '89f18eafea0459722a3fa9f5813d46fa', 'Kirillbkj', NULL, 'FALSE', '194.32.122.26', '2022-01-22 08:14:18', 'web', '', NULL),
(4145, 'nikolinagenovskaya@yandex.ru', '5180b50f8c862354a6e50fddd4cb127b', 'Karianarew', NULL, 'FALSE', '178.17.183.45', '2022-01-22 11:46:15', 'web', '', NULL),
(4146, 'o-tendencii@yandex.ru', 'a7aa8390dab9ab039bb108a4ed6cf57b', 'Julimaisp', NULL, 'FALSE', '217.114.148.111', '2022-01-23 06:00:46', 'web', '', NULL),
(4147, 'hsanghariyat@gmail.com', '77be5e66e2c561a0a12b5c7784dca8e9', 'Sanghariyat Hanifbhai Abharambhai', NULL, 'FALSE', '43.241.194.231', '2022-01-23 12:32:41', 'web', '', NULL),
(4148, 'j.a.cklistfo.xnee.dli.fes.3.8.2.521.2.@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, 'FALSE', '46.148.234.229', '2022-01-24 05:49:30', 'web', '', NULL),
(4149, 'r.ober.t.st.ol.t.enbe.rg.b.ig@gmail.com\r\n', '89f18eafea0459722a3fa9f5813d46fa', 'Kirillqcp', NULL, 'FALSE', '178.175.130.253', '2022-01-24 18:29:56', 'web', '', NULL),
(4150, 'gazetkaall@ya.ru', 'f36db14210b621b21b47c801355d881b', 'WillieGlync', NULL, 'FALSE', '95.105.124.60', '2022-01-24 21:42:48', 'web', '', NULL),
(4151, 'sachin.martin35@gmail.com', '97ceaaee768980e2833a93b0ce77671e', 'SachIn Peter Marti n', NULL, 'FALSE', '150.107.99.81', '2022-01-24 23:26:19', 'web', '', 79771662285952),
(4152, 'romannikolaev65y@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'germanicWakenty', NULL, 'FALSE', '46.161.50.142', '2022-01-25 20:42:37', 'web', '', NULL),
(4153, 'ch.arlestmcchesney@gmail.com', '89cacb7b4475b641a13de5d696d0143c', 'uzpinbuh', NULL, 'FALSE', '188.234.13.127', '2022-01-27 03:42:48', 'web', '', NULL),
(4154, 'w.estonkmoody@gmail.com', '314a645c2fc8df61849a08bb78223be2', 'kzpinPhire', NULL, 'FALSE', '178.159.37.66', '2022-01-29 02:31:50', 'web', '', NULL),
(4155, 'po.p.k.o.t.a.n.a.7@gmail.com', 'cdcb3a81d66302449aaeac89784621d5', 'MTZ82tof', NULL, 'FALSE', '178.165.34.162', '2022-01-29 08:10:47', 'web', '', NULL),
(4156, 'zalosciulli@gmail.com', '3d3344b2d03f1ec5bb23d6e3825bfdb8', 'Charlesuncom', NULL, 'FALSE', '191.101.132.4', '2022-01-29 23:27:53', 'web', '', NULL),
(4157, 'ninaposylkina001@gmail.com', 'd41d8cd98f00b204e9800998ecf8427e', 'https://vsyokartemir.ru/', NULL, 'FALSE', '89.109.44.168', '2022-01-30 16:49:19', 'web', '', NULL),
(4158, 'dip@dip-granit.com.ua', 'c0c1d3b797dfb7e7b913b42af200cff9', 'Gerald555M', NULL, 'FALSE', '188.163.18.30', '2022-01-30 23:01:02', 'web', '', NULL),
(4159, 'seregainbox135@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.google.com/', NULL, 'FALSE', '46.8.23.212', '2022-01-31 01:06:26', 'web', '', NULL),
(4160, 'gfgfg4gf@bambo-mebel.top', 'd928e6d35b299669c5023da600f904be', 'Frankcit', NULL, 'FALSE', '5.255.177.148', '2022-01-31 23:07:47', 'web', '', NULL),
(4161, 'sidsharma.adv@gmail.com', '1256bf87eeef23d4e79067794a98a1f6', 'Siddharth Sharma', NULL, 'FALSE', '122.161.48.211', '2022-02-01 15:41:01', 'web', '', NULL),
(4162, 'damenwuserkar@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'LimaoTraws', NULL, 'FALSE', '37.120.142.12', '2022-02-03 03:55:22', 'web', '', NULL),
(4163, 'seregainbox139@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.google.com/', NULL, 'FALSE', '109.248.12.102', '2022-02-03 18:50:17', 'web', '', NULL),
(4164, 'hodgesa151@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'ValyushaWakenty', NULL, 'FALSE', '45.153.227.29', '2022-02-03 22:55:52', 'web', '', NULL),
(4165, 'serrgey7893@gmail.com', '782ef70ee581d039b04fd73b81698ffc', '3Hunna http://gmail.com 1518819', NULL, 'FALSE', '188.130.137.214', '2022-02-04 00:01:05', 'web', '', NULL),
(4166, 'lyorandrumeti4n@gmx.net', 'c2425a0ee5168049e2f7f0c39411975e', 'ntyukyjrthd5jtydhjdfgszh3grrfghf https://forms.yandex.com/u/61f857bb14a1ee5da89cb0c3 Pt', NULL, 'FALSE', '84.17.42.24', '2022-02-04 07:40:41', 'web', '', NULL),
(4167, 'b.rans.an.uta@gmail.com', '4e2ae09a24798f9444367b6ab481be66', 'Olegfume', NULL, 'FALSE', '46.3.180.69', '2022-02-04 10:21:56', 'web', '', NULL),
(4168, 'katelynnhoward74852@gmail.com', 'e2adb05346a07e7d2467d321038d3f05', 'KennethZed', NULL, 'FALSE', '91.134.13.237', '2022-02-04 12:26:19', 'web', '', NULL),
(4169, 'cobenneihearmq@gmx.net', '6b6a5adb43f32491a37835f6284aa9ae', 'jftyrstht34h65isdrsy354uthujfuht https://forms.yandex.ru/u/61f858072c11ad11885ffac1 Pt', NULL, 'FALSE', '196.196.216.177', '2022-02-05 05:47:02', 'web', '', NULL),
(4170, 'rankNex@mymailer.buzz', '8660288ae7fa5198d18e057340b89db7', 'Frankheatt', NULL, 'FALSE', '51.81.219.117', '2022-02-05 08:52:41', 'web', '', NULL),
(4171, 'suppdopohelogj7@gmx.net', '9daf8e532252ad7d24044c1ae573f09c', 'djghaetuuoyryirsxhfgvhdtktyuiytd https://forms.yandex.ru/u/61f857387ef4c9f51f1adab5 Pt', NULL, 'FALSE', '196.196.216.204', '2022-02-06 13:28:45', 'web', '', NULL),
(4172, 'js6800476@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'efrosinychWakenty', NULL, 'FALSE', '89.248.68.147', '2022-02-06 17:47:49', 'web', '', NULL),
(4173, 'osipanton8@gmail.com', 'bc6532f4929b90589c01240e550b8654', 'AndrewFar', NULL, 'FALSE', '178.20.47.113', '2022-02-07 00:26:19', 'web', '', NULL),
(4174, 'jac.k.lis.tfo.xne.ed.li.fe.s.3825.2.1.2.@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, 'FALSE', '46.148.234.229', '2022-02-07 20:17:50', 'web', '', NULL),
(4175, 'andrekutik.ov@gmail.com', 'f1fb7c6988cd7d9ce9874a9c8ffa3a86', 'kutikovaer', NULL, 'FALSE', '188.163.73.203', '2022-02-09 00:27:46', 'web', '', NULL),
(4176, 'xmc@xmc.pl', '00042d4c7743960f0e635f4e3aa64c43', 'XMCplhok', NULL, 'FALSE', '93.89.199.150', '2022-02-09 00:56:44', 'web', '', NULL),
(4177, 'popultilin@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'utyzWakenty', NULL, 'FALSE', '91.246.56.154', '2022-02-09 08:30:44', 'web', '', NULL),
(4178, 'r.ob.inc.a.s.h6.91.21.@gmail.com', 'add3341866c590abf84cf3cf2d705b61', 'KevinTeese', NULL, 'FALSE', '187.0.47.67', '2022-02-09 20:03:48', 'web', '', NULL),
(4179, 'shivambhagwati@hotmail.com', 'e390daa1144bc3048a0109b8c0281ce2', 'Shivam Bhagwati', NULL, 'FALSE', '49.36.119.181', '2022-02-10 08:16:09', 'web', '', NULL),
(4180, 'edwardgeorgebr@gmail.com', 'f47e6acd4ec3357090756b4690753349', 'tecboonfutelto https://www.otto.de q.', NULL, 'FALSE', '194.110.84.63', '2022-02-10 15:22:44', 'web', '', NULL),
(4181, 'arsen.petrov.02@bk.ru', 'b870a50b8cb9542120b23be03105aabb', 'Lwoerjjuilt', NULL, 'FALSE', '138.199.36.201', '2022-02-11 01:24:30', 'web', '', NULL),
(4182, 'taras.homyakov99@gmail.com', 'f1fb7c6988cd7d9ce9874a9c8ffa3a86', 'kutikovaer', NULL, 'FALSE', '188.163.73.203', '2022-02-11 14:33:00', 'web', '', NULL),
(4183, 'starressxw@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'zyzWakenty', NULL, 'FALSE', '81.22.45.175', '2022-02-12 07:05:00', 'web', '', NULL),
(4184, 'debaratid776@gmail.com', 'f25fd885f2453286f9edda0e4d49aabe', 'Snehasish bhadra', NULL, 'FALSE', '157.40.128.1', '2022-02-12 21:50:57', 'web', '', NULL),
(4185, 'tarashomya.kov99@gmail.com', 'f1fb7c6988cd7d9ce9874a9c8ffa3a86', 'kutikovaer', NULL, 'FALSE', '188.163.73.203', '2022-02-13 06:17:08', 'web', '', NULL),
(4186, 'tojami@sakhpubo.xyz', '3af4d7e4c63dce07a4aadb282ed3c153', 'tojamiRect', NULL, 'FALSE', '80.249.146.207', '2022-02-14 07:26:41', 'web', '', NULL),
(4187, 'kirgolxl@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'ClandrathaWakenty', NULL, 'FALSE', '195.209.178.113', '2022-02-14 14:06:48', 'web', '', NULL),
(4188, 'lewisgibbs6186@gmail.com', '3d4d71505acc4ba9a7988c55de324be4', 'https://s.ura.news/images/news/151/954/1052151954/task.jpg\r\n 7627119', NULL, 'FALSE', '45.145.117.177', '2022-02-14 23:07:43', 'web', '', NULL),
(4189, 'jac.kl.i.s.t.fo.x.nee.d.lifes3.82.5.212@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, 'FALSE', '46.148.234.229', '2022-02-16 01:54:34', 'web', '', NULL),
(4190, 'afzalbeeyabani@gmail.com', '49aa91abad35352d12de87de948c2d8f', 'MD AFZAL BEEYABANI', NULL, 'FALSE', '49.37.243.39', '2022-02-17 18:06:41', 'web', '', 0),
(4191, 'modwyn@sakhpubo.xyz', 'b52f94020da073d986dc5268cda8fa4a', 'modwynRect', NULL, 'FALSE', '80.249.146.207', '2022-02-18 00:56:40', 'web', '', NULL),
(4192, 'awiser@rotetoi.com', '28fdbd71fefddd66c6cb545d16fb95fd', 'Bettyhes', NULL, 'FALSE', '192.186.176.133', '2022-02-18 14:22:37', 'web', '', NULL),
(4193, 'hasibulrahaman54@gmail.com', 'b95fe85f7637bd2ed727cd769d440efd', 'HASIBUL RAHAMAN', NULL, 'FALSE', '47.11.67.29', '2022-02-18 21:30:19', 'web', '', NULL),
(4194, 'suiopkiorty@gmail.com', '3cd812a0acc860c2e1ca911c066d9bff', '<html><a href=\"ldfjiejufjhdy\"><img src=\"https://cdnn21.img.ria.ru/images/90479/61/904796111_0:0:3500:1981_600x0_80_0_0_14f37342ca022f6589aac66b7b47ff38.jpg\" width=\"600\" height=\"600\" alt=\"white\"></a> </html>\r\n 2173173', NULL, 'FALSE', '45.134.181.191', '2022-02-19 00:16:57', 'web', '', NULL),
(4195, 'protailiks@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'tkbcfdtnfWakenty', NULL, 'FALSE', '92.249.13.53', '2022-02-19 19:07:03', 'web', '', NULL),
(4196, 'Kuddusmolla@ymail.com', 'a0b91701cdd8e3ee2f4ab604c6dfbf36', 'Abdul kuddus molla', NULL, 'FALSE', '157.40.143.115', '2022-02-19 21:30:18', 'web', '', NULL),
(4197, 'goinarmenfb@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'gfyzWakenty', NULL, 'FALSE', '92.249.13.53', '2022-02-22 13:55:47', 'web', '', NULL),
(4198, 'capupsasen1983@rubelforex.ru', 'eda7e336082b0f94fb32259d1c1ec383', 'Williamfet', NULL, 'FALSE', '185.101.20.116', '2022-02-22 15:35:28', 'web', '', NULL),
(4199, 'dariusz.wolmerski@wp.pl', 'bf1d7240572890a2ca1c59fb4df29513', 'RichardfuT', NULL, 'FALSE', '62.210.80.33', '2022-02-22 15:46:36', 'web', '', NULL),
(4200, 'an.je.l.i.k.a.lop.is.tu.c.kl.ove@gmail.com\r\n', '17fced40a0960afe07612c66c0ee77a6', 'Julirmi', NULL, 'FALSE', '138.199.59.132', '2022-02-22 21:39:41', 'web', '', NULL),
(4201, 'yitgxf@xrust.club', 'd2056cc7a1583ca7f54bbc056d743a54', 'KeithAffof', NULL, 'FALSE', '188.65.244.70', '2022-02-23 21:01:05', 'web', '', NULL),
(4202, 'becoodwars@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'MaryamWakenty', NULL, 'FALSE', '45.128.125.28', '2022-02-25 03:44:40', 'web', '', NULL),
(4203, 'lada.tayupova@mail.ru', '3f6a98b1e44617ee36c42bf9499dd644', 'JuliaTum', NULL, 'FALSE', '185.255.96.99', '2022-02-25 10:35:24', 'web', '', NULL),
(4204, 'neelabhbist@gmail.com', '2ce7d61c6a1edb195f3b99c3e879054b', 'Neelabh Bist', NULL, 'FALSE', '164.100.106.225', '2022-02-25 12:56:00', 'web', '', NULL),
(4205, 'Josephmang@ymail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rjkzf', NULL, 'FALSE', '194.33.9.163', '2022-02-26 11:59:29', 'web', '', NULL),
(4206, 'lynnsims@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vbiehfWakenty', NULL, 'FALSE', '45.145.161.142', '2022-02-26 12:06:21', 'web', '', NULL),
(4207, 'mvalles13@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'shrimpWakenty', NULL, 'FALSE', '45.132.51.88', '2022-02-26 12:35:46', 'web', '', NULL),
(4208, 'nida@teamrgm.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rustic', NULL, 'FALSE', '194.33.9.246', '2022-02-26 13:00:08', 'web', '', NULL),
(4209, 'israelpiano.ig@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'BearusWakenty', NULL, 'FALSE', '45.132.51.88', '2022-02-26 13:04:41', 'web', '', NULL),
(4210, 'carolyn_beans_1999@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'stepukha', NULL, 'FALSE', '194.33.9.234', '2022-02-26 14:00:52', 'web', '', NULL),
(4211, 'taino4elysium@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'growingWakenty', NULL, 'FALSE', '45.132.51.88', '2022-02-26 14:37:30', 'web', '', NULL),
(4212, 'kassinsf@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rjcz', NULL, 'FALSE', '194.33.9.154', '2022-02-26 15:02:32', 'web', '', NULL),
(4213, 'jmgildner@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dbnjifWakenty', NULL, 'FALSE', '45.145.161.142', '2022-02-26 15:06:28', 'web', '', NULL),
(4214, 'tomek@grabarz.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Snowskin', NULL, 'FALSE', '194.33.9.163', '2022-02-26 15:25:22', 'web', '', NULL),
(4215, 'iforge.gl@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vfczWakenty', NULL, 'FALSE', '45.138.145.177', '2022-02-26 15:38:56', 'web', '', NULL),
(4216, 'accounting@bigoilco.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rfnyz', NULL, 'FALSE', '194.33.9.246', '2022-02-26 16:25:37', 'web', '', NULL),
(4217, 'lening91@hotmail.de', 'ee177be74a279740f594a45b0f63f54b', 'MattonWakenty', NULL, 'FALSE', '45.132.51.88', '2022-02-26 16:28:19', 'web', '', NULL),
(4218, 'JPIHA0224@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tyz', NULL, 'FALSE', '194.33.9.163', '2022-02-26 16:54:16', 'web', '', NULL),
(4219, 'jayceefabellon@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'kerbybxyfWakenty', NULL, 'FALSE', '45.145.161.142', '2022-02-26 17:01:40', 'web', '', NULL),
(4220, 'thomas.c.sawyer@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'romance', NULL, 'FALSE', '194.33.9.154', '2022-02-26 17:03:52', 'web', '', NULL),
(4221, 'nicholi2@peoplepc.com', 'ee177be74a279740f594a45b0f63f54b', 'hbneczWakenty', NULL, 'FALSE', '45.136.69.227', '2022-02-26 17:29:24', 'web', '', NULL),
(4222, 'jeff.yim@me.com', 'ee177be74a279740f594a45b0f63f54b', 'stepashaWakenty', NULL, 'FALSE', '45.145.161.142', '2022-02-26 18:05:47', 'web', '', NULL),
(4223, 'jackmmclarty@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'nicholasWakenty', NULL, 'FALSE', '45.145.161.142', '2022-02-26 18:10:22', 'web', '', NULL),
(4224, 'najeeb0567@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'utyeczWakenty', NULL, 'FALSE', '45.136.69.227', '2022-02-26 18:42:51', 'web', '', NULL),
(4225, 'sahal1410@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Rolando', NULL, 'FALSE', '194.33.9.163', '2022-02-26 19:06:34', 'web', '', NULL),
(4226, 'RYFI110@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Maida', NULL, 'FALSE', '194.33.9.246', '2022-02-26 19:32:47', 'web', '', NULL),
(4227, 'ghachoua.laassab@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'sofa', NULL, 'FALSE', '194.33.9.246', '2022-02-26 20:07:26', 'web', '', NULL),
(4228, 'EEWASH1@HOTMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'panash', NULL, 'FALSE', '194.33.9.154', '2022-02-26 20:45:17', 'web', '', NULL),
(4229, 'wangmeng_0606@outlook.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'sergeika', NULL, 'FALSE', '194.33.9.29', '2022-02-26 21:08:35', 'web', '', NULL),
(4230, 'greg.ebling66@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'LatoyaWakenty', NULL, 'FALSE', '45.132.51.88', '2022-02-26 21:12:36', 'web', '', NULL),
(4231, 'vitali@usnotesllc.com', 'ee177be74a279740f594a45b0f63f54b', 'AgamarilWakenty', NULL, 'FALSE', '45.138.145.177', '2022-02-26 22:13:47', 'web', '', NULL),
(4232, 'bradley.holt@virginmedia.com', 'ee177be74a279740f594a45b0f63f54b', 'sashulyaWakenty', NULL, 'FALSE', '45.132.51.88', '2022-02-26 22:25:55', 'web', '', NULL),
(4233, 'dkut100171@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ValyushaWakenty', NULL, 'FALSE', '45.138.4.189', '2022-02-26 22:46:59', 'web', '', NULL),
(4234, 'ronbub@zahav.net.il', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Sherron', NULL, 'FALSE', '194.33.9.29', '2022-02-27 00:11:15', 'web', '', NULL),
(4235, 'kerrigan2496@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'ybrjkfifWakenty', NULL, 'FALSE', '45.145.161.142', '2022-02-27 00:39:10', 'web', '', NULL),
(4236, 'huddlestonjeanna68@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'AnayaWakenty', NULL, 'FALSE', '45.132.51.88', '2022-02-27 00:49:33', 'web', '', NULL),
(4237, 'soliddesignworks@earthlink.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rtkmncr', NULL, 'FALSE', '194.33.9.29', '2022-02-27 00:56:46', 'web', '', NULL),
(4238, 'jingz0000@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rctyz', NULL, 'FALSE', '194.33.9.246', '2022-02-27 01:04:26', 'web', '', NULL),
(4239, 'joat23@comcast.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Rome', NULL, 'FALSE', '194.33.9.29', '2022-02-27 01:12:09', 'web', '', NULL),
(4240, 'janeisamason@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'njvfWakenty', NULL, 'FALSE', '45.132.51.88', '2022-02-27 01:13:18', 'web', '', NULL),
(4241, 'beeta_p@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rjcnzif', NULL, 'FALSE', '194.33.9.246', '2022-02-27 01:35:50', 'web', '', NULL),
(4242, 'loreta@andysassurance.com', 'ee177be74a279740f594a45b0f63f54b', 'DibeiWakenty', NULL, 'FALSE', '45.132.51.88', '2022-02-27 01:40:42', 'web', '', NULL),
(4243, 'reakstar-@live.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tahjcbysx', NULL, 'FALSE', '194.33.9.234', '2022-02-27 02:04:43', 'web', '', NULL),
(4244, 'RANDOLPHCASTREJON0726@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'pouting', NULL, 'FALSE', '194.33.9.29', '2022-02-27 02:37:29', 'web', '', NULL),
(4245, 'vosslexy8911@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Saller', NULL, 'FALSE', '194.33.9.163', '2022-02-27 03:06:18', 'web', '', NULL),
(4246, 'cdclerksr@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'asyusha', NULL, 'FALSE', '194.33.9.246', '2022-02-27 03:17:26', 'web', '', NULL),
(4247, 'AARONBALLARD44@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rtyz', NULL, 'FALSE', '194.33.9.234', '2022-02-27 03:33:30', 'web', '', NULL),
(4248, 'MEGANL99@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'petyun', NULL, 'FALSE', '194.33.9.234', '2022-02-27 03:38:07', 'web', '', NULL),
(4249, 'walid.abdel3ali@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'rcyzWakenty', NULL, 'FALSE', '45.136.69.227', '2022-02-27 04:20:30', 'web', '', NULL),
(4250, 'GUEVARABROS@YAHOO.COM', 'ee177be74a279740f594a45b0f63f54b', 'venulaWakenty', NULL, 'FALSE', '45.132.51.88', '2022-02-27 04:21:15', 'web', '', NULL),
(4251, 'abonadonna0316@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'SvetlanWakenty', NULL, 'FALSE', '45.132.51.88', '2022-02-27 04:31:23', 'web', '', NULL),
(4252, 'shdonahue5@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rfhbyrf', NULL, 'FALSE', '194.33.9.234', '2022-02-27 04:34:32', 'web', '', NULL),
(4253, 'LEXIOAS4@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'repmvf', NULL, 'FALSE', '194.33.9.154', '2022-02-27 04:39:32', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(4254, 'yashirocerbero@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'rjcnzifWakenty', NULL, 'FALSE', '45.132.51.88', '2022-02-27 04:43:31', 'web', '', NULL),
(4255, 'lauraewinch@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'pouroutWakenty', NULL, 'FALSE', '45.145.161.142', '2022-02-27 04:54:05', 'web', '', NULL),
(4256, 'krfirefly@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'basilinkaWakenty', NULL, 'FALSE', '45.138.145.177', '2022-02-27 05:21:41', 'web', '', NULL),
(4257, 'lwylawrence@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'poppy', NULL, 'FALSE', '194.33.9.29', '2022-02-27 05:39:39', 'web', '', NULL),
(4258, 'ashbormes@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ktrcfyfWakenty', NULL, 'FALSE', '45.145.161.142', '2022-02-27 06:21:29', 'web', '', NULL),
(4259, 'sunpreetsahota@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Rita', NULL, 'FALSE', '194.33.9.163', '2022-02-27 06:36:30', 'web', '', NULL),
(4260, 'fricardona@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'ytnfWakenty', NULL, 'FALSE', '45.136.69.227', '2022-02-27 06:53:50', 'web', '', NULL),
(4261, 't.nolen87@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'abkbggbzWakenty', NULL, 'FALSE', '45.145.161.142', '2022-02-27 07:22:11', 'web', '', NULL),
(4262, 'tra.hartley@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Timothy', NULL, 'FALSE', '194.33.9.154', '2022-02-27 07:36:59', 'web', '', NULL),
(4263, 'justincochran@me.com', 'ee177be74a279740f594a45b0f63f54b', 'vfhbczWakenty', NULL, 'FALSE', '45.138.4.189', '2022-02-27 07:54:49', 'web', '', NULL),
(4264, 'alienfreakout@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'gjkifWakenty', NULL, 'FALSE', '45.136.69.227', '2022-02-27 08:23:35', 'web', '', NULL),
(4265, 'sharmaparish@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tkbrf', NULL, 'FALSE', '194.33.9.234', '2022-02-27 09:38:45', 'web', '', NULL),
(4266, 'denjiro.kuro@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'stasisWakenty', NULL, 'FALSE', '45.145.161.142', '2022-02-27 11:02:36', 'web', '', NULL),
(4267, 'jillman24@outlook.com', '522300ea33db642e0d8a94360b1b7bcb', 'JimTrara', NULL, 'FALSE', '51.161.157.216', '2022-02-27 15:54:38', 'web', '', NULL),
(4268, 'and.yworll.ande.rsee.we.e.ks579.3.22.@gmail.com', 'f4e7a1b58136df97072ad0da2fbe48a7', 'andyllhek', NULL, 'FALSE', '46.148.234.229', '2022-02-27 17:52:16', 'web', '', NULL),
(4269, '6203091@gmail.com', '96339ee5e9a4dffb050e3bdf37cb9cbc', 'fyeczWakenty', NULL, 'FALSE', '5.8.11.245', '2022-02-28 02:17:46', 'web', '', NULL),
(4270, 'vishalsaab@gmail.com', 'f18df0996f4a2ce4365c0873ed2c90d3', 'Vishal Joshi', NULL, 'FALSE', '122.169.31.92', '2022-03-02 10:47:43', 'web', '', NULL),
(4271, 'meessionek@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'andronicWakenty', NULL, 'FALSE', '194.33.8.23', '2022-03-02 12:10:21', 'web', '', NULL),
(4272, 'dip@mid.ru', '96339ee5e9a4dffb050e3bdf37cb9cbc', 'HuiloPutin', NULL, 'FALSE', '84.54.28.69', '2022-03-02 19:45:36', 'web', '', NULL),
(4273, 'agabey8nfukolov@mail.ru', '182075d176f330aa1b625e6309303b4f', '<html><a href=\"skggbidhhjgii\"><img src=\"https://img.gazeta.ru/files3/602/10872602/RTR2HRMT-pic905-895x505-80522.jpg\" width=\"600\" height=\"600\" alt=\"white\"></a> </html>\r\n 9595831', NULL, 'FALSE', '45.140.54.123', '2022-03-04 09:47:30', 'web', '', NULL),
(4274, 'nugsagi@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nonya', NULL, 'FALSE', '45.139.31.203', '2022-03-04 11:54:44', 'web', '', NULL),
(4275, 'snipernationsim@outlook.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Pamala', NULL, 'FALSE', '84.246.110.22', '2022-03-04 11:54:44', 'web', '', NULL),
(4276, 'erikdoesstuff629@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vfrcbvsxWakenty', NULL, 'FALSE', '91.220.126.21', '2022-03-04 12:03:33', 'web', '', NULL),
(4277, 'snowryles@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'BuzalasWakenty', NULL, 'FALSE', '91.220.126.100', '2022-03-04 12:05:42', 'web', '', NULL),
(4278, 'andyruiter@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vikusha', NULL, 'FALSE', '84.246.110.22', '2022-03-04 12:15:03', 'web', '', NULL),
(4279, 'moneygoat48@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ybreif', NULL, 'FALSE', '45.139.31.203', '2022-03-04 12:15:09', 'web', '', NULL),
(4280, 'matte.cheryl@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fylhtqrfWakenty', NULL, 'FALSE', '91.220.126.100', '2022-03-04 12:26:54', 'web', '', NULL),
(4281, 'italisyaraweakley04@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fyfcnfcm.irf', NULL, 'FALSE', '195.209.103.60', '2022-03-04 12:29:33', 'web', '', NULL),
(4282, 'draftingandmorellc@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Galeka', NULL, 'FALSE', '31.41.254.14', '2022-03-04 12:29:42', 'web', '', NULL),
(4283, 'dg@ademis.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'pbyekz', NULL, 'FALSE', '195.209.103.60', '2022-03-04 12:51:38', 'web', '', NULL),
(4284, 'kevinmorris796@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'pbyf', NULL, 'FALSE', '94.154.190.128', '2022-03-04 12:54:37', 'web', '', NULL),
(4285, 'melissa_leite4@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vbyfWakenty', NULL, 'FALSE', '91.220.126.100', '2022-03-04 13:04:34', 'web', '', NULL),
(4286, 'sarah.bice@mail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbifhf', NULL, 'FALSE', '84.246.110.22', '2022-03-04 13:15:03', 'web', '', NULL),
(4287, 'familybellamy@sbcglobal.net', 'ee177be74a279740f594a45b0f63f54b', 'vfhmzyrfWakenty', NULL, 'FALSE', '91.220.126.150', '2022-03-04 13:28:40', 'web', '', NULL),
(4288, 'ytxumer@outlook.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cdtnf', NULL, 'FALSE', '84.246.110.22', '2022-03-04 13:32:58', 'web', '', NULL),
(4289, 'alzats@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'behorny', NULL, 'FALSE', '84.246.110.22', '2022-03-04 13:35:23', 'web', '', NULL),
(4290, 'syrusfuller@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Raya', NULL, 'FALSE', '195.209.103.60', '2022-03-04 13:52:56', 'web', '', NULL),
(4291, 'jada.sarip@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vbkfyrfWakenty', NULL, 'FALSE', '91.220.126.183', '2022-03-04 14:08:24', 'web', '', NULL),
(4292, 'nathandroste10@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'whale', NULL, 'FALSE', '94.154.190.128', '2022-03-04 14:15:50', 'web', '', NULL),
(4293, 'naphaphan_p@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Vova', NULL, 'FALSE', '31.41.254.14', '2022-03-04 14:15:54', 'web', '', NULL),
(4294, 'sushiparadisellc@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'AnayaWakenty', NULL, 'FALSE', '91.220.126.183', '2022-03-04 14:21:59', 'web', '', NULL),
(4295, 'awds1324@naver.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dflbvsx', NULL, 'FALSE', '84.246.110.22', '2022-03-04 14:34:22', 'web', '', NULL),
(4296, 'jackiemarie1990@icloud.com', 'ee177be74a279740f594a45b0f63f54b', 'rjycnfynbyWakenty', NULL, 'FALSE', '91.220.126.3', '2022-03-04 14:43:55', 'web', '', NULL),
(4297, 'optair1@bigpond.net.au', 'dd1068f53d3f1bc51c188c008e2e32ac', 'sergyan', NULL, 'FALSE', '45.139.31.203', '2022-03-04 14:55:51', 'web', '', NULL),
(4298, 'ha.c.quoc@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Anari', NULL, 'FALSE', '45.139.31.203', '2022-03-04 15:12:05', 'web', '', NULL),
(4299, 'stuke1@web.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'zyf', NULL, 'FALSE', '45.139.31.203', '2022-03-04 15:15:59', 'web', '', NULL),
(4300, 'elwajeh@live.com', 'ee177be74a279740f594a45b0f63f54b', 'SimeonWakenty', NULL, 'FALSE', '91.220.126.150', '2022-03-04 15:29:17', 'web', '', NULL),
(4301, 'muralkong@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cyz', NULL, 'FALSE', '31.41.254.14', '2022-03-04 15:36:04', 'web', '', NULL),
(4302, 'nightjay2021@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'bdfif', NULL, 'FALSE', '84.246.110.22', '2022-03-04 15:36:07', 'web', '', NULL),
(4303, 'merlynembrais@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'dtkbyfWakenty', NULL, 'FALSE', '91.220.126.100', '2022-03-04 16:07:05', 'web', '', NULL),
(4304, 'delima_k@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Vladislav', NULL, 'FALSE', '45.139.31.203', '2022-03-04 16:14:49', 'web', '', NULL),
(4305, 'khanesoliman18922@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Coigas', NULL, 'FALSE', '31.41.254.14', '2022-03-04 16:37:32', 'web', '', NULL),
(4306, 'markp9047@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'gfdtkrfWakenty', NULL, 'FALSE', '91.220.126.3', '2022-03-04 17:12:35', 'web', '', NULL),
(4307, 'arnoclaudia@t-online.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ybyjif', NULL, 'FALSE', '45.139.31.203', '2022-03-04 17:15:56', 'web', '', NULL),
(4308, 'james_speller@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rjycnfynbysx', NULL, 'FALSE', '84.246.110.22', '2022-03-04 17:59:36', 'web', '', NULL),
(4309, 'Tom.Ellam@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Prgient', NULL, 'FALSE', '84.246.110.22', '2022-03-04 17:59:39', 'web', '', NULL),
(4310, 'daiana_sdm@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'boutique', NULL, 'FALSE', '45.139.31.203', '2022-03-04 18:39:23', 'web', '', NULL),
(4311, 'brockalex1127@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Burigrinn', NULL, 'FALSE', '45.139.31.203', '2022-03-04 18:41:10', 'web', '', NULL),
(4312, 'lord1245@nate.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Paliun', NULL, 'FALSE', '84.246.110.22', '2022-03-04 18:57:56', 'web', '', NULL),
(4313, 'valeriemyrie69@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'owning', NULL, 'FALSE', '94.154.190.128', '2022-03-04 19:00:39', 'web', '', NULL),
(4314, 'csu.kucuk@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfifhf', NULL, 'FALSE', '94.154.190.128', '2022-03-04 19:21:29', 'web', '', NULL),
(4315, 'Jianlin7@vt.edu', 'ee177be74a279740f594a45b0f63f54b', 'NinuWakenty', NULL, 'FALSE', '91.220.126.183', '2022-03-04 19:32:48', 'web', '', NULL),
(4316, 'zizinwh@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dfktynsxWakenty', NULL, 'FALSE', '91.220.126.150', '2022-03-04 19:55:31', 'web', '', NULL),
(4317, 'missgiftedone@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ony', NULL, 'FALSE', '195.209.103.60', '2022-03-04 19:58:59', 'web', '', NULL),
(4318, 'cnagel2@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'pbyf', NULL, 'FALSE', '45.139.31.203', '2022-03-04 20:01:43', 'web', '', NULL),
(4319, 'curlygirly1948@att.net', 'ee177be74a279740f594a45b0f63f54b', 'ktjynbqWakenty', NULL, 'FALSE', '91.220.126.21', '2022-03-04 20:15:35', 'web', '', NULL),
(4320, 'ronbuccs@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfhnf', NULL, 'FALSE', '94.154.190.128', '2022-03-04 20:19:40', 'web', '', NULL),
(4321, 'roger@rogergrossman.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vass', NULL, 'FALSE', '84.246.110.22', '2022-03-04 20:22:21', 'web', '', NULL),
(4322, 'mooreaf@bellsouth.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Riggen', NULL, 'FALSE', '94.154.190.128', '2022-03-04 20:38:11', 'web', '', NULL),
(4323, 'dewdenver@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'byyf', NULL, 'FALSE', '45.139.31.203', '2022-03-04 20:40:24', 'web', '', NULL),
(4324, 'camjd10@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ybyfrf', NULL, 'FALSE', '45.139.31.203', '2022-03-04 20:42:31', 'web', '', NULL),
(4325, 'kim.bokyung.y@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'thayWakenty', NULL, 'FALSE', '91.220.126.100', '2022-03-04 20:42:49', 'web', '', NULL),
(4326, 'jcmonte80.jc.jc@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Atineda', NULL, 'FALSE', '31.41.254.14', '2022-03-04 20:43:03', 'web', '', NULL),
(4327, 'zeroyosh@mail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cbyf', NULL, 'FALSE', '195.209.103.60', '2022-03-04 20:43:13', 'web', '', NULL),
(4328, 'anastasia.belashov@alumni.utoronto.ca', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cnfybckfdrf', NULL, 'FALSE', '195.209.103.60', '2022-03-04 21:03:07', 'web', '', NULL),
(4329, 'alex.guekht@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'bdfyifWakenty', NULL, 'FALSE', '91.220.126.3', '2022-03-04 21:16:13', 'web', '', NULL),
(4330, 'ramiro2912@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbkeif', NULL, 'FALSE', '195.209.103.60', '2022-03-04 21:20:21', 'web', '', NULL),
(4331, 'awarren08@live.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Whit', NULL, 'FALSE', '195.209.103.60', '2022-03-04 21:23:17', 'web', '', NULL),
(4332, 'leeliu98@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'IrinaWakenty', NULL, 'FALSE', '91.220.126.3', '2022-03-04 21:35:12', 'web', '', NULL),
(4333, 'ifd1124@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'hjvfczWakenty', NULL, 'FALSE', '91.220.126.3', '2022-03-04 21:53:46', 'web', '', NULL),
(4334, 'jlwdg@optonline.net', 'ee177be74a279740f594a45b0f63f54b', 'ybrjkzWakenty', NULL, 'FALSE', '91.220.126.3', '2022-03-04 22:15:48', 'web', '', NULL),
(4335, 'purewfg@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'veta', NULL, 'FALSE', '195.209.103.60', '2022-03-04 22:22:08', 'web', '', NULL),
(4336, 'rhatch2890@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vvfyebkrf', NULL, 'FALSE', '45.139.31.203', '2022-03-04 22:24:40', 'web', '', NULL),
(4337, '55kailua@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Qusendy', NULL, 'FALSE', '195.209.103.60', '2022-03-04 22:38:13', 'web', '', NULL),
(4338, 'riasatali806@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'yfcnyzWakenty', NULL, 'FALSE', '91.220.126.150', '2022-03-04 22:57:41', 'web', '', NULL),
(4339, 'jlwdg@optonline.net.com', 'ee177be74a279740f594a45b0f63f54b', 'bdfyfWakenty', NULL, 'FALSE', '91.220.126.100', '2022-03-04 23:10:47', 'web', '', NULL),
(4340, 'lindated.ferguson@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'bujhrf', NULL, 'FALSE', '31.41.254.14', '2022-03-04 23:19:33', 'web', '', NULL),
(4341, 'lindseymann1022@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'utz', NULL, 'FALSE', '84.246.110.22', '2022-03-04 23:25:08', 'web', '', NULL),
(4342, 'cathytoyofuku1234@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'christena', NULL, 'FALSE', '31.41.254.14', '2022-03-04 23:43:13', 'web', '', NULL),
(4343, 'summerpar@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'CamarilloWakenty', NULL, 'FALSE', '91.220.126.100', '2022-03-04 23:49:21', 'web', '', NULL),
(4344, 'pierremana@orange.fr', 'ee177be74a279740f594a45b0f63f54b', 'ujifWakenty', NULL, 'FALSE', '91.220.126.150', '2022-03-04 23:56:05', 'web', '', NULL),
(4345, 'ncoliveira.adv@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ntjljhrf', NULL, 'FALSE', '84.246.110.22', '2022-03-05 00:03:00', 'web', '', NULL),
(4346, 'maribelleltd@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rbhbkrf', NULL, 'FALSE', '31.41.254.14', '2022-03-05 00:05:32', 'web', '', NULL),
(4347, 'LUJUANANTONIO@YAHOO.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'pbyff', NULL, 'FALSE', '94.154.190.128', '2022-03-05 00:05:38', 'web', '', NULL),
(4348, 'mark@paradoxrooms.com', 'ee177be74a279740f594a45b0f63f54b', 'MaicusWakenty', NULL, 'FALSE', '91.220.126.100', '2022-03-05 00:15:04', 'web', '', NULL),
(4349, 'bfurr@usatsolutions.com', 'ee177be74a279740f594a45b0f63f54b', 'BolanimWakenty', NULL, 'FALSE', '91.220.126.21', '2022-03-05 00:15:45', 'web', '', NULL),
(4350, 'SISTHA.A.TJOKROSAPUTRO@DANLIRIS.COM', 'ee177be74a279740f594a45b0f63f54b', 'ulyankaWakenty', NULL, 'FALSE', '91.220.126.100', '2022-03-05 00:19:40', 'web', '', NULL),
(4351, 'dixond@rogers.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfhekz', NULL, 'FALSE', '45.139.31.203', '2022-03-05 00:23:45', 'web', '', NULL),
(4352, 'LIL_INDIAN_GURL_2013@YAHOO.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfkz', NULL, 'FALSE', '94.154.190.128', '2022-03-05 00:26:21', 'web', '', NULL),
(4353, 'juicenjavagj@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ktrctqrfWakenty', NULL, 'FALSE', '91.220.126.150', '2022-03-05 00:39:29', 'web', '', NULL),
(4354, 'nstillings@roadrunner.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Beahelm', NULL, 'FALSE', '45.139.31.203', '2022-03-05 00:44:37', 'web', '', NULL),
(4355, 'loriberry21@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Nullifr', NULL, 'FALSE', '195.209.103.60', '2022-03-05 00:44:59', 'web', '', NULL),
(4356, 'Spectra260@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'yjy.czWakenty', NULL, 'FALSE', '91.220.126.100', '2022-03-05 00:50:46', 'web', '', NULL),
(4357, 'Jacobbb.koo@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ninka', NULL, 'FALSE', '195.209.103.60', '2022-03-05 01:04:09', 'web', '', NULL),
(4358, 'phabiux@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'basilinkaWakenty', NULL, 'FALSE', '91.220.126.3', '2022-03-05 01:19:43', 'web', '', NULL),
(4359, 'stevemaster956@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tour', NULL, 'FALSE', '195.209.103.60', '2022-03-05 01:24:43', 'web', '', NULL),
(4360, 'borden.megan@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'CetnanWakenty', NULL, 'FALSE', '91.220.126.183', '2022-03-05 01:30:59', 'web', '', NULL),
(4361, 'jonathonbarnard5@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Briciraz', NULL, 'FALSE', '94.154.190.128', '2022-03-05 01:47:32', 'web', '', NULL),
(4362, 'brendamarkham20@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Wilanash', NULL, 'FALSE', '94.154.190.128', '2022-03-05 01:53:41', 'web', '', NULL),
(4363, 'dhalabisky@nventure.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'taiga', NULL, 'FALSE', '45.139.31.203', '2022-03-05 02:00:38', 'web', '', NULL),
(4364, 'tashval@live.com.au', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbfbk', NULL, 'FALSE', '195.209.103.60', '2022-03-05 02:03:08', 'web', '', NULL),
(4365, 'bigpaparobbie@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'filush', NULL, 'FALSE', '31.41.254.14', '2022-03-05 02:14:33', 'web', '', NULL),
(4366, 'dahiyaamandahiya@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dctdjkjl', NULL, 'FALSE', '84.246.110.22', '2022-03-05 02:14:37', 'web', '', NULL),
(4367, 'jmthomas8303@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rfnyz', NULL, 'FALSE', '31.41.254.14', '2022-03-05 02:26:36', 'web', '', NULL),
(4368, 'semajayhayes11@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'EudosWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-05 02:41:13', 'web', '', NULL),
(4369, 'jsmeyer06@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fylhtqWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-05 02:42:55', 'web', '', NULL),
(4370, 'kristinekelliher60@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ybrjif', NULL, 'FALSE', '31.216.60.144', '2022-03-05 02:43:02', 'web', '', NULL),
(4371, 'miriamdomingos91@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Robyno', NULL, 'FALSE', '195.208.168.13', '2022-03-05 03:05:03', 'web', '', NULL),
(4372, 'gshavitte@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rbhef', NULL, 'FALSE', '54.36.1.122', '2022-03-05 03:07:48', 'web', '', NULL),
(4373, 'blubeemer97@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Petraha', NULL, 'FALSE', '54.36.1.122', '2022-03-05 03:07:50', 'web', '', NULL),
(4374, 'terryswife.36037@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'darehaWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-05 03:08:17', 'web', '', NULL),
(4375, 'rlarson033@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'njyfWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-05 03:18:41', 'web', '', NULL),
(4376, 'migibson@umich.edu', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Yasha', NULL, 'FALSE', '195.208.168.13', '2022-03-05 03:27:20', 'web', '', NULL),
(4377, 'tedladesta@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'nicholasWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-05 03:43:02', 'web', '', NULL),
(4378, 'johannes.rodlauer@k-net.at', 'ee177be74a279740f594a45b0f63f54b', 'leikaWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-05 03:58:38', 'web', '', NULL),
(4379, 'johnny_craps_99@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ninan', NULL, 'FALSE', '88.151.8.34', '2022-03-05 04:06:30', 'web', '', NULL),
(4380, 'kelley10131@verizon.net', 'ee177be74a279740f594a45b0f63f54b', 'vadimkaWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-05 04:19:27', 'web', '', NULL),
(4381, 'kelliealmaguer@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'androniumWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-05 04:41:41', 'web', '', NULL),
(4382, 'johnnytang06@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ata', NULL, 'FALSE', '195.208.126.230', '2022-03-05 04:47:06', 'web', '', NULL),
(4383, 'jasmine_2468@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'NtenQagWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-05 05:22:00', 'web', '', NULL),
(4384, 'xiayi.sun@ciam.edu', 'ee177be74a279740f594a45b0f63f54b', 'asyushaWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-05 05:34:15', 'web', '', NULL),
(4385, 'sabino@zorrotz.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'punishment', NULL, 'FALSE', '195.208.126.230', '2022-03-05 05:36:15', 'web', '', NULL),
(4386, 'seanpexton12@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'BloodbringerWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-05 05:38:17', 'web', '', NULL),
(4387, 'orlanv147@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fkmbyrfWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-05 05:42:41', 'web', '', NULL),
(4388, 'zkpeake@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'yfnfkf', NULL, 'FALSE', '195.208.126.230', '2022-03-05 05:48:19', 'web', '', NULL),
(4389, 'mab0125@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'DesotelWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-05 05:58:03', 'web', '', NULL),
(4390, 'ali@awe13.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nyura', NULL, 'FALSE', '195.208.126.230', '2022-03-05 06:08:49', 'web', '', NULL),
(4391, 'jayne@approvedmc.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vsevolod', NULL, 'FALSE', '88.151.8.34', '2022-03-05 06:31:10', 'web', '', NULL),
(4392, 'fdqht548@yahoo.co.jp', 'ee177be74a279740f594a45b0f63f54b', 'BloodbringerWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-05 06:43:47', 'web', '', NULL),
(4393, 'alex-bernardini@sfr.fr', 'dd1068f53d3f1bc51c188c008e2e32ac', 'lexica', NULL, 'FALSE', '195.208.168.13', '2022-03-05 07:15:28', 'web', '', NULL),
(4394, 'ldailey82@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'NoerenbergWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-05 07:55:12', 'web', '', NULL),
(4395, 'warintharawej@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'kfljymrf', NULL, 'FALSE', '195.208.168.13', '2022-03-05 08:15:27', 'web', '', NULL),
(4396, 'choieksdee@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'AndrorimWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-05 08:24:20', 'web', '', NULL),
(4397, 'thisbest@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'MatveyWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-05 08:40:05', 'web', '', NULL),
(4398, 'uerazulmahbuffyst@gmail.com', '06833cef6aa471d6ea3f865825a0677b', 'ScottRootelere', NULL, 'FALSE', '185.231.71.151', '2022-03-05 08:43:46', 'web', '', NULL),
(4399, 'BOBLEV@SOCRATES.BERKELEY.EDU', 'ee177be74a279740f594a45b0f63f54b', 'AlekseyWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-05 08:46:00', 'web', '', NULL),
(4400, 'reginaldpierrejr@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tena', NULL, 'FALSE', '31.216.60.144', '2022-03-05 09:11:26', 'web', '', NULL),
(4401, 'nan7511@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Dashulya', NULL, 'FALSE', '31.216.60.144', '2022-03-05 09:23:28', 'web', '', NULL),
(4402, 'vcole@svearthworks.com.au', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Iaineoda', NULL, 'FALSE', '54.36.1.122', '2022-03-05 09:41:48', 'web', '', NULL),
(4403, 'chevylouis@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ueczWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-05 11:27:00', 'web', '', NULL),
(4404, 'funineeptss@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'LenardWakenty', NULL, 'FALSE', '88.151.13.87', '2022-03-05 11:43:37', 'web', '', NULL),
(4405, 'cyriaclandy@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'rfkblrfWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-05 17:38:58', 'web', '', NULL),
(4406, 'beanadeana@sbcglobal.net', 'ee177be74a279740f594a45b0f63f54b', 'maneuverWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-06 00:23:01', 'web', '', NULL),
(4407, 'hodgson@ymail.com', 'ee177be74a279740f594a45b0f63f54b', 'fynjifWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-06 01:33:09', 'web', '', NULL),
(4408, 'shellvondabrookins78@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'hjvfyrfWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-06 01:57:28', 'web', '', NULL),
(4409, 'huntdunbar@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'KatyulyaWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-06 02:21:20', 'web', '', NULL),
(4410, 'seanmcmahon2003@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vbifrfWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-06 02:45:24', 'web', '', NULL),
(4411, 'alboshorty@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'vfhbifWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-06 03:33:46', 'web', '', NULL),
(4412, 'dannpat@rcn.com', 'ee177be74a279740f594a45b0f63f54b', 'gtnzifWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-06 04:22:08', 'web', '', NULL),
(4413, 'bjcros@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'vjifWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-06 05:09:30', 'web', '', NULL),
(4414, 'yellowsanjib@gmail.com', '849d3c3f6a758bdb10338fb82d55b89d', 'Sanjib Kumar Deb', NULL, 'FALSE', '157.43.216.36', '2022-03-06 23:46:58', 'web', '', NULL),
(4415, 'johnmponce@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'mikolajWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-07 00:04:01', 'web', '', NULL),
(4416, 'danielle.riley@octagon.com', 'ee177be74a279740f594a45b0f63f54b', 'ganjaWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-07 00:30:06', 'web', '', NULL),
(4417, 'ilonaro@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'BabeserWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-07 03:45:18', 'web', '', NULL),
(4418, 'agencias@donostirec.com', 'ee177be74a279740f594a45b0f63f54b', 'nastasyushkaWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-07 04:11:10', 'web', '', NULL),
(4419, 'd.j.hawker89@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'DionysiumWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-07 05:01:18', 'web', '', NULL),
(4420, 'cryptotrustfull@yandex.com', '9af94a83575ad58baa5c3c8879330036', 'Efuirgrjuilt', NULL, 'FALSE', '95.214.8.74', '2022-03-07 08:14:44', 'web', '', NULL),
(4421, 'suelee10000@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Arcanefist', NULL, 'FALSE', '54.36.1.122', '2022-03-07 12:54:54', 'web', '', NULL),
(4422, 'pravatpati@gmail.com', '0d5b04d1bbbb7172ebb1f8754e61abb7', 'Pravat Ranjan Pati', NULL, 'FALSE', '49.37.47.197', '2022-03-07 13:07:01', 'web', '', NULL),
(4423, 'human8990@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'cbvfyzWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-07 13:13:44', 'web', '', NULL),
(4424, 'ehmeruwepeter@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rbhbkkf', NULL, 'FALSE', '88.151.8.34', '2022-03-07 13:34:46', 'web', '', NULL),
(4425, 'blancadoly@universaltours.com.bo', 'ee177be74a279740f594a45b0f63f54b', 'fhctym.irfWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-07 13:39:11', 'web', '', NULL),
(4426, 'aliciabisqueert@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'obaWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-07 14:04:18', 'web', '', NULL),
(4427, 'danbundy@ymail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fighting', NULL, 'FALSE', '54.36.1.122', '2022-03-07 14:16:58', 'web', '', NULL),
(4428, 'yuanxue.gao@lsptc.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ritania', NULL, 'FALSE', '31.216.60.144', '2022-03-07 14:35:44', 'web', '', NULL),
(4429, 'info@ore-shop.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Arashirn', NULL, 'FALSE', '195.208.168.13', '2022-03-07 14:58:51', 'web', '', NULL),
(4430, 'tomdey@velleuer.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Binar', NULL, 'FALSE', '31.216.60.144', '2022-03-07 14:59:32', 'web', '', NULL),
(4431, 'Ridgeway.chase@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fktyrf', NULL, 'FALSE', '195.208.168.13', '2022-03-07 15:22:57', 'web', '', NULL),
(4432, 'alexandro.paro@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'zinuha', NULL, 'FALSE', '195.208.126.230', '2022-03-07 16:03:00', 'web', '', NULL),
(4433, 'agb_computer@web.de', 'ee177be74a279740f594a45b0f63f54b', 'ArsenWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-07 16:13:48', 'web', '', NULL),
(4434, 'alexandro.paro@icloud.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ritual', NULL, 'FALSE', '195.208.168.13', '2022-03-07 16:37:00', 'web', '', NULL),
(4435, 'maddiedrechsler@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tdf', NULL, 'FALSE', '31.216.60.144', '2022-03-07 16:37:44', 'web', '', NULL),
(4436, 'sandro.schmutz@schmutzthun.ch', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ekmzif', NULL, 'FALSE', '195.208.168.13', '2022-03-07 16:53:47', 'web', '', NULL),
(4437, 'konotaha@mineo.jp', 'ee177be74a279740f594a45b0f63f54b', 'netaWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-07 17:15:00', 'web', '', NULL),
(4438, 'Zuksnapa11@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'novel', NULL, 'FALSE', '31.216.60.144', '2022-03-07 18:15:39', 'web', '', NULL),
(4439, 'ericxunzhang02@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vbierfWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-07 18:15:47', 'web', '', NULL),
(4440, 'ken.dimayacyac@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'lalaWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-07 18:25:55', 'web', '', NULL),
(4441, 'darionascimento@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfhyz', NULL, 'FALSE', '31.216.60.144', '2022-03-07 18:40:15', 'web', '', NULL),
(4442, 'claus@croo.nl', 'ee177be74a279740f594a45b0f63f54b', 'MohammadWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-07 18:42:11', 'web', '', NULL),
(4443, 'jorge.asmain@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'panula', NULL, 'FALSE', '195.208.168.13', '2022-03-07 18:42:30', 'web', '', NULL),
(4444, 'w-t-p@gmx.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Vityula', NULL, 'FALSE', '31.216.60.144', '2022-03-07 19:06:41', 'web', '', NULL),
(4445, 'javadi.arya@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'evdokaWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-07 19:16:57', 'web', '', NULL),
(4446, 'Harun.Oecal27@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vfnabqWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-07 19:18:17', 'web', '', NULL),
(4447, 'dineshkumardoe@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'none', NULL, 'FALSE', '195.208.168.13', '2022-03-07 19:35:21', 'web', '', NULL),
(4448, 'dawoodmaryam34@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ufhzWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-07 19:43:15', 'web', '', NULL),
(4449, '348341041@qq.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbiehf', NULL, 'FALSE', '195.208.126.230', '2022-03-07 20:06:07', 'web', '', NULL),
(4450, 'melanie.rave@orange.fr', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Nikesha', NULL, 'FALSE', '195.208.168.13', '2022-03-07 20:43:44', 'web', '', NULL),
(4451, 'KATRINA.WALTON@GMAIL.COM', 'ee177be74a279740f594a45b0f63f54b', 'nfneyzWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-07 20:44:42', 'web', '', NULL),
(4452, 'Nick_rome2003@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'venedey', NULL, 'FALSE', '88.151.8.34', '2022-03-07 21:07:30', 'web', '', NULL),
(4453, 'anthony@eatwellorganicnoodle.com', 'ee177be74a279740f594a45b0f63f54b', 'lyudmilaWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-07 21:12:06', 'web', '', NULL),
(4454, 'c.mar.shann9@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'pbybx', NULL, 'FALSE', '54.36.1.122', '2022-03-07 21:17:51', 'web', '', NULL),
(4455, 'rocklook@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'AlenkaWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-07 21:21:20', 'web', '', NULL),
(4456, 'tyson_1025@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'zhesha', NULL, 'FALSE', '54.36.1.122', '2022-03-07 21:37:53', 'web', '', NULL),
(4457, 'dan@spring-canine.com', 'ee177be74a279740f594a45b0f63f54b', 'hxtyzWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-07 21:38:29', 'web', '', NULL),
(4458, 'danielleczaja@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ybyeif', NULL, 'FALSE', '88.151.8.34', '2022-03-07 21:41:25', 'web', '', NULL),
(4459, 'youbymephoto@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rctyz', NULL, 'FALSE', '54.36.1.122', '2022-03-07 21:44:50', 'web', '', NULL),
(4460, 'willmaggielove@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cnfyz', NULL, 'FALSE', '195.208.126.230', '2022-03-07 21:58:53', 'web', '', NULL),
(4461, 'bcbaj@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Dashuha', NULL, 'FALSE', '31.216.60.144', '2022-03-07 22:05:05', 'web', '', NULL),
(4462, 'daniloh1987@yahoo.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Vladimir', NULL, 'FALSE', '54.36.1.122', '2022-03-07 22:08:47', 'web', '', NULL),
(4463, 'scootvhbest44@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'HobrstaWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-07 22:17:00', 'web', '', NULL),
(4464, 'hannerbug98@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nikushka', NULL, 'FALSE', '31.216.60.144', '2022-03-07 22:20:01', 'web', '', NULL),
(4465, 'yanara.verzani@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'AhieonesWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-07 22:48:03', 'web', '', NULL),
(4466, 'phoenixriseindustries@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'GardagarWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-07 22:56:06', 'web', '', NULL),
(4467, 'rwdeepcleaning@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nita', NULL, 'FALSE', '88.151.8.34', '2022-03-07 23:15:45', 'web', '', NULL),
(4468, 'missouribreitenberg40291@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ninosh', NULL, 'FALSE', '195.208.168.13', '2022-03-07 23:15:53', 'web', '', NULL),
(4469, 'gladchild20@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'olesya', NULL, 'FALSE', '31.216.60.144', '2022-03-07 23:20:00', 'web', '', NULL),
(4470, 'colleen.ayala@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'CereswynWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-07 23:22:00', 'web', '', NULL),
(4471, 'marciametchik@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nonya', NULL, 'FALSE', '31.216.60.144', '2022-03-07 23:23:04', 'web', '', NULL),
(4472, 'premiumshutters8@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'vbnfWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-07 23:23:09', 'web', '', NULL),
(4473, 'aoifesweeney@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'lulaWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-07 23:24:04', 'web', '', NULL),
(4474, 'brandonmarquez@me.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfierf', NULL, 'FALSE', '88.151.8.34', '2022-03-07 23:40:21', 'web', '', NULL),
(4475, 's.kolleh@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'ArihelmWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-07 23:44:10', 'web', '', NULL),
(4476, 'rmsinghal@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'valera', NULL, 'FALSE', '31.216.60.144', '2022-03-07 23:44:49', 'web', '', NULL),
(4477, 'ZACHMMA53@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vasuta', NULL, 'FALSE', '195.208.168.13', '2022-03-07 23:48:00', 'web', '', NULL),
(4478, 'cruiser_9482@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'vfhbyzWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-07 23:49:19', 'web', '', NULL),
(4479, 'tcan98@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'fynjyrfWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-08 00:13:27', 'web', '', NULL),
(4480, 'wokonwheelsjax@glail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'njyz', NULL, 'FALSE', '195.208.126.230', '2022-03-08 00:17:16', 'web', '', NULL),
(4481, 'drakedinesh@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Marusha', NULL, 'FALSE', '31.216.60.144', '2022-03-08 00:18:17', 'web', '', NULL),
(4482, 'bjaetw@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'KatiaWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-08 00:18:56', 'web', '', NULL),
(4483, 'auralopez4568@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'MagenerWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-08 00:21:59', 'web', '', NULL),
(4484, 'bigculp2000@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'melania', NULL, 'FALSE', '88.151.8.34', '2022-03-08 00:22:15', 'web', '', NULL),
(4485, 'jorge.prsantana@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ValesWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-08 00:24:52', 'web', '', NULL),
(4486, 'khumble@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbktnbq', NULL, 'FALSE', '54.36.1.122', '2022-03-08 00:42:24', 'web', '', NULL),
(4487, 'andres.yuhnke@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'AnnusWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-08 00:45:01', 'web', '', NULL),
(4488, 'shelbeyberry98@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Timosha', NULL, 'FALSE', '31.216.60.144', '2022-03-08 00:46:20', 'web', '', NULL),
(4489, 'Gordosbbqgrill@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'ntjljhWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-08 00:49:30', 'web', '', NULL),
(4490, 'mtrappip@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'mashuraWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-08 00:49:47', 'web', '', NULL),
(4491, 'tallplants@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'rjcn.hfWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-08 01:04:30', 'web', '', NULL),
(4492, 'admin@tkbbakery.com', 'ee177be74a279740f594a45b0f63f54b', 'petitWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-08 01:19:55', 'web', '', NULL),
(4493, 'lucretiahampton49@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fktrcf[fWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-08 01:23:11', 'web', '', NULL),
(4494, 'peeweeshepherd25@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Michael', NULL, 'FALSE', '88.151.8.34', '2022-03-08 01:23:17', 'web', '', NULL),
(4495, 'aestheticlookzibrowz@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'hecnzWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-08 01:25:08', 'web', '', NULL),
(4496, 'civic_vtec_si@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ujieyz', NULL, 'FALSE', '54.36.1.122', '2022-03-08 01:41:19', 'web', '', NULL),
(4497, 'skyler.deblecourt@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'thay', NULL, 'FALSE', '54.36.1.122', '2022-03-08 01:47:31', 'web', '', NULL),
(4498, 'askmayurgupta@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ulya', NULL, 'FALSE', '195.208.168.13', '2022-03-08 02:12:11', 'web', '', NULL),
(4499, 'macksample24@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fhnfvj[fWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-08 02:20:55', 'web', '', NULL),
(4500, 'hairstylistkeri89@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ivasik', NULL, 'FALSE', '195.208.126.230', '2022-03-08 02:20:57', 'web', '', NULL),
(4501, 'tomsilverblatt@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'agrippaWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-08 02:21:32', 'web', '', NULL),
(4502, 'paymoto@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nfnmzyf', NULL, 'FALSE', '31.216.60.144', '2022-03-08 02:23:03', 'web', '', NULL),
(4503, 'maryelswick1964@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'fkbyWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-08 02:24:01', 'web', '', NULL),
(4504, 'iaaijojojo97@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tduty', NULL, 'FALSE', '31.216.60.144', '2022-03-08 02:43:19', 'web', '', NULL),
(4505, 'cleobradley@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'hfyzWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-08 02:47:02', 'web', '', NULL),
(4506, 'mparker8360@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vadya', NULL, 'FALSE', '31.216.60.144', '2022-03-08 02:47:23', 'web', '', NULL),
(4507, 'curtisanddeana@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dfWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-08 02:47:50', 'web', '', NULL),
(4508, 'domijanfm@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'njcz', NULL, 'FALSE', '88.151.8.34', '2022-03-08 02:49:19', 'web', '', NULL),
(4509, 'btanja1981@mail.ru', 'ee177be74a279740f594a45b0f63f54b', 'lhjyfWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-08 02:51:34', 'web', '', NULL),
(4510, 'ernestonunez932@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'gjkbyrfWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-08 02:52:11', 'web', '', NULL),
(4511, 'nebisezgin@hotmail.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'peteyka', NULL, 'FALSE', '195.208.168.13', '2022-03-08 03:26:34', 'web', '', NULL),
(4512, 'asvadi@usc.edu', 'ee177be74a279740f594a45b0f63f54b', 'costumeWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-08 03:26:49', 'web', '', NULL),
(4513, 'chachilega@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'NemaylalWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-08 03:28:02', 'web', '', NULL),
(4514, 'dwitt4601@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'marinkaWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-08 03:38:54', 'web', '', NULL),
(4515, 'ragnarok2238@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'utkf', NULL, 'FALSE', '54.36.1.122', '2022-03-08 03:44:18', 'web', '', NULL),
(4516, 'norum@live.ca', 'ee177be74a279740f594a45b0f63f54b', 'marimyankaWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-08 03:52:37', 'web', '', NULL),
(4517, 'ashleigh.bailey@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'rjcn.yzWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-08 04:04:44', 'web', '', NULL),
(4518, 'jlindsaytwin@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'mile', NULL, 'FALSE', '88.151.8.34', '2022-03-08 04:20:57', 'web', '', NULL),
(4519, 'cubbymackin@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fktrcbyrfWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-08 04:26:01', 'web', '', NULL),
(4520, 'valsz1448@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ninosh', NULL, 'FALSE', '195.208.168.13', '2022-03-08 04:26:33', 'web', '', NULL),
(4521, 'brianoatesfd@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nbvf', NULL, 'FALSE', '31.216.60.144', '2022-03-08 04:28:12', 'web', '', NULL),
(4522, 'judys_00@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'andronkaWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-08 04:28:45', 'web', '', NULL),
(4523, 'gdhz1995@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'nfneyzWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-08 05:18:14', 'web', '', NULL),
(4524, 'rogerrafanell@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Marimiana', NULL, 'FALSE', '31.216.60.144', '2022-03-08 05:22:26', 'web', '', NULL),
(4525, 'apolanco421@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nikushka', NULL, 'FALSE', '195.208.168.13', '2022-03-08 05:26:02', 'web', '', NULL),
(4526, 'darthsinistr@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'jktrfWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-08 05:26:24', 'web', '', NULL),
(4527, 'femuga19@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dtctkmtWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-08 05:26:44', 'web', '', NULL),
(4528, 'dpetrenko99@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'lfhbyfWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-08 05:28:40', 'web', '', NULL),
(4529, 'Kael.Lucien@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'natunya', NULL, 'FALSE', '31.216.60.144', '2022-03-08 05:29:03', 'web', '', NULL),
(4530, '807080899@qq.com', 'ee177be74a279740f594a45b0f63f54b', 'BootonWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-08 05:42:44', 'web', '', NULL),
(4531, 'caydenwhinnie02@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ZanndennWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-08 05:56:07', 'web', '', NULL),
(4532, 'davidcho6000@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Inusia', NULL, 'FALSE', '195.208.168.13', '2022-03-08 06:25:08', 'web', '', NULL),
(4533, 'Nyjet.Davis@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'jkkzWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-08 06:27:42', 'web', '', NULL),
(4534, 'ggfaison09@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'mashonya', NULL, 'FALSE', '88.151.8.34', '2022-03-08 06:28:13', 'web', '', NULL),
(4535, 'Joao.ds.moreira@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'marinWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-08 06:29:42', 'web', '', NULL),
(4536, 'lhbminam@naver.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'mihailo', NULL, 'FALSE', '195.208.168.13', '2022-03-08 06:34:10', 'web', '', NULL),
(4537, 'ettedg@naver.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Pavlik', NULL, 'FALSE', '88.151.8.34', '2022-03-08 06:52:35', 'web', '', NULL),
(4538, 'Alfreda.Butler@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ninja', NULL, 'FALSE', '88.151.8.34', '2022-03-08 06:53:52', 'web', '', NULL),
(4539, 'sarahenglund03@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tdlj[f', NULL, 'FALSE', '195.208.168.13', '2022-03-08 06:58:39', 'web', '', NULL),
(4540, 'shelbyshellbell@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nastyuha', NULL, 'FALSE', '195.208.126.230', '2022-03-08 07:23:48', 'web', '', NULL),
(4541, 'jonathannrace@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'njvfWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-08 07:25:56', 'web', '', NULL),
(4542, 'madhu2000ae@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'njyz', NULL, 'FALSE', '195.208.168.13', '2022-03-08 07:28:53', 'web', '', NULL),
(4543, 'lisa.foster@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'dtkbyfWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-08 07:31:06', 'web', '', NULL),
(4544, 'gachise@hanmail.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfhbfyrf', NULL, 'FALSE', '31.216.60.144', '2022-03-08 07:53:36', 'web', '', NULL),
(4545, 'lsenfy@gmail.com', '4c8870fdc2e3bd246efeec8da61741db', 'tcsindustryw', NULL, 'FALSE', '207.244.232.161', '2022-03-08 07:53:56', 'web', '', NULL),
(4546, 'McCartyjackr@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'amalaWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-08 07:56:58', 'web', '', NULL),
(4547, 'jencarstensen@att.net', 'ee177be74a279740f594a45b0f63f54b', 'dfkifWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-08 08:26:38', 'web', '', NULL),
(4548, 'KVANDYKE314@GMAIL.COM', 'ee177be74a279740f594a45b0f63f54b', 'fktrfWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-08 08:29:43', 'web', '', NULL),
(4549, 'spacemonkeyb08@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'frekbyf', NULL, 'FALSE', '195.208.168.13', '2022-03-08 09:02:24', 'web', '', NULL),
(4550, 'sasaizag1@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'vfkfyfWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-08 09:33:02', 'web', '', NULL),
(4551, 'childers2000@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'pbyef', NULL, 'FALSE', '195.208.168.13', '2022-03-08 10:25:05', 'web', '', NULL),
(4552, 'flesterage@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'lavrenWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-08 10:31:49', 'web', '', NULL),
(4553, 'sabrizzle3141@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dbnf[fWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-08 11:32:48', 'web', '', NULL),
(4554, 'parvan264@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'nifWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-08 14:46:06', 'web', '', NULL),
(4555, 'herocl@naver.com', 'ee177be74a279740f594a45b0f63f54b', 'ShanelyWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-08 16:30:21', 'web', '', NULL),
(4556, '149149@live.com', 'ee177be74a279740f594a45b0f63f54b', 'MalanyaWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-08 20:00:23', 'web', '', NULL),
(4557, 'loucharlestx@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'DecembristWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-08 20:53:58', 'web', '', NULL),
(4558, 'michaelrippe@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ybkkfWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-08 23:00:17', 'web', '', NULL),
(4559, 'darsana707@cox.net', 'ee177be74a279740f594a45b0f63f54b', 'avdokimWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-08 23:48:47', 'web', '', NULL),
(4560, 'berendon@carrentalplunk.com', 'eaae226295a552c864fa331e4860b0ff', 'Lucassep', NULL, 'FALSE', '34.151.221.226', '2022-03-08 23:50:46', 'web', '', NULL),
(4561, 'ybilas@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vasenyaWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-09 01:08:53', 'web', '', NULL),
(4562, 'iumktf@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'WursterWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-09 01:35:20', 'web', '', NULL),
(4563, 'Imtiaz.islam509@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ybrfifWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-09 02:01:36', 'web', '', NULL),
(4564, 'jburns8337@comcast.net', 'ee177be74a279740f594a45b0f63f54b', 'ktkzWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-09 02:28:00', 'web', '', NULL),
(4565, 'jamieotero27@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'dbienfWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-09 02:54:33', 'web', '', NULL),
(4566, 'Chastitypusser@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fyfWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-09 03:46:13', 'web', '', NULL),
(4567, 'fort9k@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'antyaWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-09 06:19:38', 'web', '', NULL),
(4568, 'taurusmay67@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'CordannWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-09 06:46:09', 'web', '', NULL),
(4569, 'zoethecutey@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ZetaddaWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-09 07:33:49', 'web', '', NULL),
(4570, 'wndgus7331@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'SlifeWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-09 08:49:48', 'web', '', NULL),
(4571, 'peh2829@naver.com', 'ee177be74a279740f594a45b0f63f54b', 'JogasWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-09 13:53:54', 'web', '', NULL),
(4572, 'raraliljohn123@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'rjhytbxWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-09 14:42:39', 'web', '', NULL),
(4573, 'whatthevuk@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dfkzfWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-09 15:09:20', 'web', '', NULL),
(4574, 'info@jansat.ch', 'ee177be74a279740f594a45b0f63f54b', 'artemonWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-09 15:35:08', 'web', '', NULL),
(4575, 'karate@gianandrin.ch', 'ee177be74a279740f594a45b0f63f54b', 'TorahWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-09 16:49:22', 'web', '', NULL),
(4576, 'vmekertichians@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'evgenyaWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-09 17:15:48', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(4577, 'cynthia.south@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'fylhifWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-09 17:39:56', 'web', '', NULL),
(4578, 'cybrrspace@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'peopleWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-09 18:05:07', 'web', '', NULL),
(4579, 'enzoabonoan@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'vfrcifWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-09 18:57:21', 'web', '', NULL),
(4580, 'thedon245@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'bkmbxWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-09 19:23:36', 'web', '', NULL),
(4581, 'satishhariprasad35@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'muleWakenty', NULL, 'FALSE', '5.101.4.211', '2022-03-09 19:49:34', 'web', '', NULL),
(4582, 'sean@seanford.com', 'ee177be74a279740f594a45b0f63f54b', 'fdljyzWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-09 21:08:35', 'web', '', NULL),
(4583, 'martinjbutler@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'fvtkmzyWakenty', NULL, 'FALSE', '84.252.70.199', '2022-03-09 21:34:46', 'web', '', NULL),
(4584, 'waynmorris@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'hritsyaWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-09 22:26:33', 'web', '', NULL),
(4585, 'happyuro@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'lefhlbrWakenty', NULL, 'FALSE', '77.83.72.80', '2022-03-09 22:52:53', 'web', '', NULL),
(4586, 'kalinowski.joseph@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'cjyzWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-10 00:12:03', 'web', '', NULL),
(4587, 'jlp.media@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'KathrizarWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-10 00:38:28', 'web', '', NULL),
(4588, 'jfpking98@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'DoomcliffWakenty', NULL, 'FALSE', '91.188.215.196', '2022-03-10 01:03:53', 'web', '', NULL),
(4589, 'zubairjaved1994@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'tahjcbyWakenty', NULL, 'FALSE', '31.184.199.26', '2022-03-10 01:29:46', 'web', '', NULL),
(4590, 'timati1911@mailsi.ru\r\n', '8f57312e3731612e7f526236a8c3c643', 'fotogborne', NULL, 'FALSE', '185.181.245.141', '2022-03-11 17:35:33', 'web', '', NULL),
(4591, 'mondalmanishikha@gmail.com', '929039dc1ba0a9cea64ba5d0a719fe33', 'Manishikha Mondal', NULL, 'FALSE', '223.233.28.86', '2022-03-14 22:15:17', 'web', '', NULL),
(4592, 'adv.sourabhgoel1@gmail.com', '66377f2c2835cbcde7579d156ff45bf4', 'Sourabh Goel', NULL, 'FALSE', '122.173.30.26', '2022-03-15 22:12:29', 'web', '', NULL),
(4593, 'lawannmiyhdhsoralsch@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'byfWakenty', NULL, 'FALSE', '31.216.60.116', '2022-03-16 01:38:56', 'web', '', NULL),
(4594, 'buylinks@m106.com', '790ca7514e7fb624542bbfc166e8961a', 'M106comdax', NULL, 'FALSE', '194.147.89.132', '2022-03-16 23:12:38', 'web', '', NULL),
(4595, 'yonstesonoe@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'ModglinWakenty', NULL, 'FALSE', '31.216.60.116', '2022-03-18 20:28:17', 'web', '', NULL),
(4596, 'and.yw.orll.a.n.der.se.e.we.ek.s5.7.9.3.22.@gmail.com', 'f4e7a1b58136df97072ad0da2fbe48a7', 'andyllhek', NULL, 'FALSE', '46.148.234.229', '2022-03-19 11:24:35', 'web', '', NULL),
(4597, 'workservicerf@gmail.com', '35cf04f8f8c6e4467671dd9d6595d660', 'Temaqjuilt', NULL, 'FALSE', '94.103.86.195', '2022-03-19 17:36:25', 'web', '', NULL),
(4598, 'workservicer.f@gmail.com', '35cf04f8f8c6e4467671dd9d6595d660', 'Temawjuilt', NULL, 'FALSE', '94.103.86.195', '2022-03-20 23:08:09', 'web', '', NULL),
(4599, 'morozov.marat22@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'dfccWakenty', NULL, 'FALSE', '109.94.211.79', '2022-03-21 19:27:27', 'web', '', NULL),
(4600, 'temptest562914966@gmail.com', 'c1b40103714b9974d891e988dce9e90a', 'Larryorero', NULL, 'FALSE', '62.210.111.16', '2022-03-23 08:13:57', 'web', '', NULL),
(4601, 'krulov930429@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'RomeWakenty', NULL, 'FALSE', '84.252.70.13', '2022-03-25 00:42:41', 'web', '', NULL),
(4602, 'RAVIKANTH.M@GMRGROUP.IN', 'd03b589ff75bcb592c482c72c14c59f1', 'RAVIKANTH MANGU', NULL, 'FALSE', '10.2.4.118', '2022-03-25 11:02:07', 'web', '', NULL),
(4603, 'cancel.katya@yandex.ru', 'd2a4759ebc14303c380dfb088f7018b7', '<html><a href=\"ghufhgfodpspg\"><img src=\"https://u-f.ru/sites/default/files/styles/main_700/public/podoliaka_vsy.jpg?itok=mHb3G4ks\" width=\"600\" height=\"600\" alt=\"white\"></a> </html>\r\n 8004623', NULL, 'FALSE', '188.130.219.158', '2022-03-26 00:24:23', 'web', '', NULL),
(4604, 'milendriten@gmail.com', '0c654f2aa514503896b82977765dc55d', 'LucilleBah', NULL, 'FALSE', '109.107.188.36', '2022-03-26 15:19:27', 'web', '', NULL),
(4605, 'semenov.timyr90@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'AlianyauWakenty', NULL, 'FALSE', '194.59.187.25', '2022-03-27 13:44:31', 'web', '', NULL),
(4606, 'a.n.d.y.w.or.l.land.e.r.s.e.ew.e.ek.s.579.3.22@gmail.com', 'f4e7a1b58136df97072ad0da2fbe48a7', 'andyllhek', NULL, 'FALSE', '46.148.234.229', '2022-03-28 10:50:32', 'web', '', NULL),
(4607, 'rosemary.petriello@maintainco.com', '708af133409832ada4131c2f18f40b52', 'BurgasWakenty', NULL, 'FALSE', '164.132.203.193', '2022-03-30 15:03:41', 'web', '', NULL),
(4608, 'soumya79ganguly@gmail.com', 'c7ddcc4e89d47f6f03fffa9cae97ddc7', 'Soumya Ganguly', NULL, 'FALSE', '42.110.203.30', '2022-03-30 22:21:32', 'web', '', NULL),
(4609, 'ivanovaleksandrimi@mail.ru', '013cb0ea4a3b8623629b0a370e42f204', 'Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚ Ð½Ð¾Ð¼ÐµÑ€ WLR410774WLR2 Ð¿Ð¾Ð´Ð³Ð¾Ñ‚Ð¾Ð²Ð»ÐµÐ½. Ð¡Ð¼Ð¾Ñ‚Ñ€Ð¸Ñ‚Ðµ Ð´Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚12 Ð´Ð°Ð»ÐµÐµ Ð½Ð° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ðµ http://apple.com', NULL, 'FALSE', '95.182.125.230', '2022-03-31 14:49:19', 'web', '', NULL),
(4610, 'krasnov.dimon97@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'LavrichWakenty', NULL, 'FALSE', '193.201.127.15', '2022-04-01 16:09:37', 'web', '', NULL),
(4611, 'xavaya28226@gmail.com', 'a66e88f7ccb41519d6a588a54a9c8a83', 'Mathew1991Mot', NULL, 'FALSE', '178.159.112.214', '2022-04-03 01:12:20', 'web', '', NULL),
(4612, 'Ð¿Â»Ñ—rodionovleonid97@mail.ru', '6f091778970c32e0835c066aaffeb24f', 'yÐ²Ð°Ð¶Ð°eÐ¼Ñ‹Ð¹ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚eÐ»ÑŒ!  ÐœÑ‹ yÐ¶Ðµ Ð²Ð½eÑÐ»u Ð¿Ð¾Ð´aÑ€Ð¾Ðº Ð½Ð° Ð²aÑˆ aÐºÐºayÐ½Ñ‚. ÐŸeÑ€ÐµÑ…Ð¾Ð´Ð¸Ñ‚e Ð¸ Ð¿Ð¾Ð»ÑƒÑ‡uÑ‚e - https://forms.yandex.com/u/314eb6bd7434580a61a720bd Pt', NULL, 'FALSE', '195.181.175.120', '2022-04-03 18:27:43', 'web', '', NULL),
(4613, 'a.n.dywo.r.l.l.andersee.w.e.e.ks57.932.2@gmail.com', 'f4e7a1b58136df97072ad0da2fbe48a7', 'andyllhek', NULL, 'FALSE', '46.148.234.229', '2022-04-03 19:17:25', 'web', '', NULL),
(4614, 'j.a.y.tay.ta.yt.ay7.3.3@gmail.com', '3f1fd8ce84f44c1432c50d1c7cd0e4e8', 'Michaelhax', NULL, 'FALSE', '154.6.18.60', '2022-04-04 04:03:42', 'web', '', NULL),
(4615, 'kylikova.nadya29@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'aluniaWakenty', NULL, 'FALSE', '45.128.125.74', '2022-04-04 11:49:03', 'web', '', NULL),
(4616, 'thomaschandlerny@gmail.com', 'cc13b0326cc381fdad020edf78d48f99', 'ThomasChandler https://www.amazon.com b.', NULL, 'FALSE', '103.139.48.96', '2022-04-06 15:37:58', 'web', '', NULL),
(4617, 'sergej_panov_91@mail.ru', 'b563b8d5aad4b53c1ceb0835cab84148', 'hello my dear friendiks - www.mail.ru', NULL, 'FALSE', '31.184.249.166', '2022-04-06 18:37:23', 'web', '', NULL),
(4618, 'vladimirmoscow3@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'lyudahaWakenty', NULL, 'FALSE', '185.211.168.247', '2022-04-06 19:48:18', 'web', '', NULL),
(4619, 'edward.george.br@gmail.com', '4d88fe77a34bf676aa8f8aec2afc1c10', 'EdwardGeorge https://www.amazon.com  g.', NULL, 'FALSE', '5.181.43.20', '2022-04-07 04:30:57', 'web', '', NULL),
(4620, 'de01amlan@gmail.com', '44e93cf9b46b4f129fd767e38412683d', 'AMLAN DE', NULL, 'FALSE', '150.129.135.61', '2022-04-07 23:30:18', 'web', '', NULL),
(4621, 'gioppamercstruale@gmail.com', '23cadd6128d75eaf48de4482bf5a6c29', 'Jameshaw', NULL, 'FALSE', '60.191.94.170', '2022-04-08 13:13:27', 'web', '', NULL),
(4622, 'thite.siddharth@gmail.com', '099a3be74cc8fcea311c93bb0861dcbc', 'Siddharth Thite', NULL, 'FALSE', '49.36.118.232', '2022-04-11 12:32:52', 'web', '', NULL),
(4623, 'fah.igor@yandex.ru', '96980579fa671e8550949fbea341eb74', 'Somilia', NULL, 'FALSE', '178.214.245.217', '2022-04-12 10:25:57', 'web', '', NULL),
(4624, 'appliance.serv24@gmail.com', '1ee61c9e388c8d8dfc1e9216b5fd0053', 'Carltonmet', NULL, 'FALSE', '103.111.33.48', '2022-04-12 11:04:23', 'web', '', NULL),
(4625, 'risots12@yandex.com', '749203b7462aa75e8d2b53e98e81112f', 'Wayfex', NULL, 'FALSE', '92.255.196.35', '2022-04-13 18:48:02', 'web', '', NULL),
(4626, 'an.dy.w.o.r.l.l.a.nde.r.se.ew.e.e.ks.57.9322@gmail.com', 'f4e7a1b58136df97072ad0da2fbe48a7', 'andyllhek', NULL, 'FALSE', '46.148.234.229', '2022-04-14 13:04:19', 'web', '', NULL),
(4627, 'st.e.pha.ne.go.o.d.ma.n@gmail.com', 'd7eca072403224fc6ce77c96472afe16', 'Sharonblini', NULL, 'FALSE', '154.6.18.99', '2022-04-15 17:51:07', 'web', '', NULL),
(4628, 'seregainbox146@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.google.com/', NULL, 'FALSE', '109.248.142.121', '2022-04-16 08:49:45', 'web', '', NULL),
(4629, 'sirakla@yandex.ru', 'd10b96a9ee2c99cf17590b93749fd2c1', 'Martinsek', NULL, 'FALSE', '92.255.196.35', '2022-04-16 10:01:42', 'web', '', NULL),
(4630, 'info@full-size.ru', '62801a4c6da93db5574e19fdb29ac4b8', 'topchecker', NULL, 'FALSE', '84.17.46.166', '2022-04-16 19:21:41', 'web', '', NULL),
(4631, 'ksobmv@xrust.club', '2e2f9d3843d0246b6de771a02b0f87fb', 'Thomaslen', NULL, 'FALSE', '81.9.127.26', '2022-04-18 08:00:34', 'web', '', NULL),
(4632, 'keettthelalorrl@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'bdfifWakenty', NULL, 'FALSE', '91.206.69.27', '2022-04-18 09:47:50', 'web', '', NULL),
(4633, 'selvaperumaladvocate@gmail.com', 'b48044afa353d93861b519cdf11e7428', 'V. SELVA PERUMAL ', NULL, 'FALSE', '49.205.82.77', '2022-04-18 13:52:46', 'web', '', NULL),
(4634, 'wolter.cohron_634@email.com', '1ec7cf30816f104836002178a9360e2f', 'Davidunigo', NULL, 'FALSE', '54.39.29.64', '2022-04-19 09:36:33', 'web', '', NULL),
(4635, 'appleyard_cavalieri@email.com', 'c6d25a90ea8e655d8f99911cb3c747b7', 'HectorGrorn', NULL, 'FALSE', '54.39.29.64', '2022-04-19 09:36:38', 'web', '', NULL),
(4636, 'gunnellk@email.com', '607615fc5bb9d9d675e0bbd648b8a04b', 'DonaldCapse', NULL, 'FALSE', '54.39.29.64', '2022-04-19 09:36:58', 'web', '', NULL),
(4637, 'ha.n.e.yn76.@gmail.com', 'cd5293f26339a79c743240dc81649085', 'MarlinLow', NULL, 'FALSE', '154.6.18.157', '2022-04-20 10:57:12', 'web', '', NULL),
(4638, 'forkowsticen1988@gmail.com', '7a24e908232f23beec41176bb7f71c21', 'avdhohaWakenty', NULL, 'FALSE', '45.82.81.11', '2022-04-21 23:34:29', 'web', '', NULL),
(4639, 'm.en.tentio.n.u.b.@gmail.com', '1274ee40f06b7544426dfd5f014211a1', 'Jamesrak', NULL, 'FALSE', '109.107.186.235', '2022-04-24 04:34:44', 'web', '', NULL),
(4640, 'proturbo@proturbo.kiev.ua', 'b51ed59b5e8f2a06cef0cb35efc39a47', 'https://bnio.page.link/wkf2\r\n <- HOTEL IN CASINO ROYALE\r\n', NULL, 'FALSE', '188.130.142.185', '2022-04-24 12:34:01', 'web', '', NULL),
(4641, 'sreekumarjayan77@gmail.com', 'b1f902289c290b4414daf5ed478c796f', 'SREEKUMAR T J ', NULL, 'FALSE', '27.63.232.121', '2022-04-24 12:50:28', 'web', '', NULL),
(4642, 'ollemaiockekaqu@gmail.com', '7a24e908232f23beec41176bb7f71c21', 'dfcbkmbxWakenty', NULL, 'FALSE', '45.138.4.214', '2022-04-24 15:44:03', 'web', '', NULL),
(4643, 'bedanga@live.in', 'd209b47b931aa22605214b2f0743771c', 'Bedanga Bhushan Saikia', NULL, 'FALSE', '117.211.57.234', '2022-04-24 16:06:02', 'web', '', NULL),
(4644, 'nirnoypaul@gmail.com', '58e6bf52ce820a665ca215ed772b01e5', 'Nirnoy Paul', NULL, 'FALSE', '42.110.143.170', '2022-04-25 12:25:31', 'web', '', NULL),
(4645, 'alexsach91@gmail.com', 'c68adfe72d5cbe0dc587cca21648bea0', 'BuySoftBix', NULL, 'FALSE', '84.17.51.51', '2022-04-26 00:01:23', 'web', '', NULL),
(4646, 'karimovvlad8@inbox.ru', '70c93cb85c1d4c6a782e181911164d00', 'Josezins', NULL, 'FALSE', '176.226.132.132', '2022-04-26 01:01:37', 'web', '', NULL),
(4647, 'tianscyneiptlin@gmail.com', '7a24e908232f23beec41176bb7f71c21', 'TandyWakenty', NULL, 'FALSE', '45.138.4.214', '2022-04-27 12:29:01', 'web', '', NULL),
(4648, 'snehankar.greenland@gmail.com', 'ba0eacff6c89c6b288501ab3d920511f', 'SNEHANKAR CHATTOPADHYAY', NULL, 'FALSE', '157.40.245.101', '2022-04-27 22:30:30', 'web', '', NULL),
(4649, 'pratikkr.nayek2016@gmail.com', '7083da6e1d21a2392161994e7237c940', 'Pratik Kumar Nayek', NULL, 'FALSE', '49.37.52.220', '2022-04-28 00:11:05', 'web', '', NULL),
(4650, 'zbigmike1988z@gmx.com', '95bebc60849c8837e6f2e156f15e586a', 'MikeDal', NULL, 'FALSE', '84.247.50.238', '2022-04-28 11:39:13', 'web', '', NULL),
(4651, 'greenmarucya@gmail.com', 'bc31593405629a7b1c96885a68e6dbd8', 'Robertfaw', NULL, 'FALSE', '178.121.178.100', '2022-04-29 15:26:34', 'web', '', NULL),
(4652, 'microbase@gmail.com', '83ac4ecf1e96ad3ea58483942d461286', 'Shivaji Sengupta', NULL, 'FALSE', '122.163.19.217', '2022-04-29 15:28:45', 'web', '', 0),
(4653, 'damian.sobor922@wp.pl', 'dd38e3e1af25234add60b181b6369f05', 'Samuelemere', NULL, 'FALSE', '62.210.80.33', '2022-04-29 16:22:24', 'web', '', NULL),
(4654, 'liriongarsedamp@gmail.com', '7a24e908232f23beec41176bb7f71c21', 'SashaWakenty', NULL, 'FALSE', '195.208.94.29', '2022-04-30 10:46:40', 'web', '', NULL),
(4655, 'ant4ntip@gmail.com', '677a09184de0be563a63e9fd5556224d', 'SicClula', NULL, 'FALSE', '83.220.227.184', '2022-05-01 20:29:38', 'web', '', NULL),
(4656, 'ditaxtax@gmail.com', '0897014541863ef14f4394d4a987b7f7', 'Sasikpdr', NULL, 'FALSE', '5.3.174.255', '2022-05-03 09:43:36', 'web', '', NULL),
(4657, 'franklluka24@gmail.com', '7a24e908232f23beec41176bb7f71c21', 'AralhalaWakenty', NULL, 'FALSE', '146.19.107.237', '2022-05-05 17:31:03', 'web', '', NULL),
(4658, 'jamesrose6690@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'Wohlfahrt', NULL, 'FALSE', '146.19.107.237', '2022-05-08 17:16:33', 'web', '', NULL),
(4659, 'fedspo@yandex.ru', '408aa7e1975c2eede8490d8d6e2a45ef', 'Thomasged', NULL, 'FALSE', '31.40.147.192', '2022-05-09 07:18:31', 'web', '', NULL),
(4660, 'fourdoeidq@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'fuhfatyf', NULL, 'FALSE', '80.91.211.164', '2022-05-12 13:04:04', 'web', '', NULL),
(4661, 'rizottir@yandex.com', '0b2ad35cdbb3b2a39bdb4750593d74cd', 'Joswal', NULL, 'FALSE', '92.255.196.35', '2022-05-15 09:05:41', 'web', '', NULL),
(4662, 'withicklz@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'Ninel', NULL, 'FALSE', '212.193.180.224', '2022-05-15 10:50:23', 'web', '', NULL),
(4663, 'dmur45moch@gmail.com', '0117cf4c844b1fcd8ff5587f2e84a8d9', 'AllenOmida', NULL, 'FALSE', '188.32.166.7', '2022-05-16 19:49:55', 'web', '', NULL),
(4664, 'dilipkumarnu@gmail.com', 'f9f0bf3d4db0dbff56272cd93938efad', 'Dr Dilip Kumar', NULL, 'FALSE', '60.243.165.184', '2022-05-17 04:14:18', 'web', '', NULL),
(4665, 'thouirectmx@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'Avdulya', NULL, 'FALSE', '45.153.227.219', '2022-05-17 21:00:17', 'web', '', NULL),
(4666, 'topsite-1@yandex.ru', 'fc37ac18f66536e530fae9484b982579', 'BeelineCruck', NULL, 'FALSE', '91.223.28.80', '2022-05-18 01:01:50', 'web', '', NULL),
(4667, 'ygurevzkiz@bk.ru', '34d5565d125e032913e9957699b8fff8', 'boris https://yandex.ru', NULL, 'FALSE', '195.158.225.28', '2022-05-18 01:48:16', 'web', '', NULL),
(4668, '1g5rye4@gmail.com', 'bb39ccf93ae9fda9848352bfcf6ff042', 'LeroyLodia', NULL, 'FALSE', '213.193.24.186', '2022-05-18 04:16:37', 'web', '', NULL),
(4669, 'thannesi.n.c@gmail.com', 'bd2ed8630c9aec62c89a58390ba61fb9', 'Ramonepito', NULL, 'FALSE', '109.107.191.155', '2022-05-18 07:20:29', 'web', '', NULL),
(4670, 'credneckfen1988@mail.ru', '171ef41ba3b721c85e13723c930b602e', 'k76jft kl67roi  uyi 78krds trur https://icloud.com Pt', NULL, 'FALSE', '185.108.106.165', '2022-05-18 13:26:49', 'web', '', NULL),
(4671, 'quebarlo1991@mail.ru', '876867b72667aba247f007f7f523fd6c', '57dtkdghckjs46riulghjr4ehe4djrykkr678o5i https://drive.google.com neesse', NULL, 'FALSE', '89.238.132.76', '2022-05-18 14:17:53', 'web', '', NULL),
(4672, 'william352@rambler.ru', 'f2540bb7ac486062e16e87cfd7bebd6e', 'Williamgennick[Ubnyykivtolokujz,2,5]', NULL, 'FALSE', '83.149.47.212', '2022-05-19 13:39:52', 'web', '', NULL),
(4673, 'kostypavlov1975@gmail.com', 'fdd01a06ba83218f0fb273cc61af423a', 'JamesAtmor', NULL, 'FALSE', '134.0.100.29', '2022-05-19 17:33:16', 'web', '', NULL),
(4674, 'smirsakla@yandex.com', '4debea2ca71c91fa3808d7443ecbc612', 'Colrib', NULL, 'FALSE', '92.255.196.35', '2022-05-20 11:05:41', 'web', '', NULL),
(4675, 'a.ndy.w.o.rl.l.a.nd.er.s.e.e.w.eek.s5.7.93.2.2.@gmail.com', 'f4e7a1b58136df97072ad0da2fbe48a7', 'andyllhek', NULL, 'FALSE', '46.148.234.229', '2022-05-20 13:31:39', 'web', '', NULL),
(4676, 'zardika09@gmail.com', '36aa4169c3ae8bdbddddcdc69beb2c27', 'Rebeccabag', NULL, 'FALSE', '5.143.237.221', '2022-05-22 16:39:03', 'web', '', NULL),
(4677, 'showencenwk@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'Filipych', NULL, 'FALSE', '45.128.127.224', '2022-05-22 21:13:17', 'web', '', NULL),
(4678, 'solaanacr@privatezmail.com', '2e7a4e3bfba3dd55f026a638b5027e4d', 'Tommyloasy', NULL, 'FALSE', '54.39.29.64', '2022-05-25 03:33:40', 'web', '', NULL),
(4679, 'vodnogib@privatezmail.com', '2e7a4e3bfba3dd55f026a638b5027e4d', 'Tommyloasy', NULL, 'FALSE', '54.39.29.64', '2022-05-25 03:33:50', 'web', '', NULL),
(4680, 'magicrystalm9@privatezmail.com', '2e7a4e3bfba3dd55f026a638b5027e4d', 'Tommyloasy', NULL, 'FALSE', '54.39.29.64', '2022-05-25 03:33:50', 'web', '', NULL),
(4681, 'fusentradfu@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'vfhmzy', NULL, 'FALSE', '185.211.168.33', '2022-05-26 01:14:32', 'web', '', NULL),
(4682, 'perta2kqw@rambler.ru', '42823f2039e2b71291cbc18570f25480', 'HowardErElm', NULL, 'FALSE', '8.43.121.81', '2022-05-26 08:18:06', 'web', '', NULL),
(4683, 'santoshbarma1988@gmail.com', 'dcef5857a35a85390d34037048b4d16f', 'Santosh barman', NULL, 'FALSE', '223.239.57.165', '2022-05-27 01:22:00', 'web', '', NULL),
(4684, 'james.naify@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Bloodfire', NULL, 'FALSE', '46.161.11.89', '2022-05-27 11:18:37', 'web', '', NULL),
(4685, 'katy.dean12@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'Faurus', NULL, 'FALSE', '45.135.34.214', '2022-05-27 11:23:11', 'web', '', NULL),
(4686, 'cblankfield@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fdlecz', NULL, 'FALSE', '195.208.119.112', '2022-05-27 11:25:15', 'web', '', NULL),
(4687, 'kingelec@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fedork', NULL, 'FALSE', '45.138.6.251', '2022-05-27 11:25:19', 'web', '', NULL),
(4688, 'aubries864@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'daisy', NULL, 'FALSE', '46.161.11.89', '2022-05-27 11:29:23', 'web', '', NULL),
(4689, 'tristanokarl@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'byyeirf', NULL, 'FALSE', '46.161.11.89', '2022-05-27 11:33:39', 'web', '', NULL),
(4690, 'reeticasadhu@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Guercio', NULL, 'FALSE', '45.135.34.214', '2022-05-27 11:37:45', 'web', '', NULL),
(4691, 'mysticogmusic@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'alexana', NULL, 'FALSE', '46.161.11.89', '2022-05-27 11:39:21', 'web', '', NULL),
(4692, 'permaldominique@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fktrcfif', NULL, 'FALSE', '77.83.7.19', '2022-05-27 11:45:12', 'web', '', NULL),
(4693, 'ellierosejones97@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fight', NULL, 'FALSE', '195.208.120.201', '2022-05-27 11:46:19', 'web', '', NULL),
(4694, 'aot25loveyou@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fenridal', NULL, 'FALSE', '45.135.34.214', '2022-05-27 11:53:14', 'web', '', NULL),
(4695, 'annika99@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'atkz', NULL, 'FALSE', '46.161.11.89', '2022-05-27 11:55:57', 'web', '', NULL),
(4696, 'zsoulgraal@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'bheyz', NULL, 'FALSE', '46.161.11.89', '2022-05-27 12:02:22', 'web', '', NULL),
(4697, 'mixnow02@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Clydeber', NULL, 'FALSE', '46.161.11.89', '2022-05-27 12:05:28', 'web', '', NULL),
(4698, 'zimsicz@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Hermann', NULL, 'FALSE', '45.135.34.214', '2022-05-27 12:08:30', 'web', '', NULL),
(4699, 'Ashiag1990@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'boutique', NULL, 'FALSE', '46.161.11.89', '2022-05-27 12:10:23', 'web', '', NULL),
(4700, 'buggyrich14@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'esfirka', NULL, 'FALSE', '77.83.7.19', '2022-05-27 12:12:11', 'web', '', NULL),
(4701, 'mycruisewedding@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fhnf', NULL, 'FALSE', '195.208.120.201', '2022-05-27 12:12:13', 'web', '', NULL),
(4702, 'saideepika04@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'kbpfdtnf', NULL, 'FALSE', '195.208.119.112', '2022-05-27 12:14:45', 'web', '', NULL),
(4703, 'bdonley@rcsotn.org', 'da489a8949f00fdc3d2e5af3a7c67252', 'bullshit', NULL, 'FALSE', '164.132.203.193', '2022-05-27 12:17:18', 'web', '', NULL),
(4704, 'markmobile77@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Ladage', NULL, 'FALSE', '195.208.120.201', '2022-05-27 12:20:44', 'web', '', NULL),
(4705, 'brabus_35670@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'arturka', NULL, 'FALSE', '46.161.11.89', '2022-05-27 12:24:09', 'web', '', NULL),
(4706, 'chitsanucha13@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fedunya', NULL, 'FALSE', '45.135.34.214', '2022-05-27 12:24:09', 'web', '', NULL),
(4707, 'nubowbaro@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Alexandrina', NULL, 'FALSE', '46.161.11.89', '2022-05-27 12:25:30', 'web', '', NULL),
(4708, 'kashishaman@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'lizuha', NULL, 'FALSE', '77.83.7.19', '2022-05-27 12:27:06', 'web', '', NULL),
(4709, 'francislnunez@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Anener', NULL, 'FALSE', '46.161.11.89', '2022-05-27 12:27:32', 'web', '', NULL),
(4710, 'chaito2531@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Aryusha', NULL, 'FALSE', '46.161.11.89', '2022-05-27 12:34:24', 'web', '', NULL),
(4711, 'nipont135@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'ktjynm.irf', NULL, 'FALSE', '45.135.34.214', '2022-05-27 12:37:01', 'web', '', NULL),
(4712, 'past_bone@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hjyif', NULL, 'FALSE', '195.208.119.112', '2022-05-27 12:38:56', 'web', '', NULL),
(4713, 'thidayu13@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Sona', NULL, 'FALSE', '46.161.11.89', '2022-05-27 12:39:54', 'web', '', NULL),
(4714, 'sammy0555home123@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'arturka', NULL, 'FALSE', '46.161.11.89', '2022-05-27 12:40:26', 'web', '', NULL),
(4715, 'eclipsepix85@aol.com', 'e5f3566b7f427a6a9f6950f141414545', 'filipitsch', NULL, 'FALSE', '45.135.34.214', '2022-05-27 12:46:16', 'web', '', NULL),
(4716, 'kittitus77@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'daryukha', NULL, 'FALSE', '46.161.11.89', '2022-05-27 12:49:42', 'web', '', NULL),
(4717, '1129sage@libero.it', '34d6a034e1c2d35176ff20a4b9d65877', 'smelly', NULL, 'FALSE', '46.161.11.89', '2022-05-27 12:50:43', 'web', '', NULL),
(4718, 'smvonellm@gmail.com', 'da489a8949f00fdc3d2e5af3a7c67252', 'Cordadi', NULL, 'FALSE', '164.132.203.193', '2022-05-27 12:52:23', 'web', '', NULL),
(4719, 'matthewkelm03@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'face', NULL, 'FALSE', '45.135.34.214', '2022-05-27 12:54:06', 'web', '', NULL),
(4720, 'u3irish50@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Armen', NULL, 'FALSE', '46.161.11.89', '2022-05-27 12:56:17', 'web', '', NULL),
(4721, 's_hartlep@web.de', 'e5f3566b7f427a6a9f6950f141414545', 'Fesho', NULL, 'FALSE', '45.135.34.214', '2022-05-27 12:57:17', 'web', '', NULL),
(4722, 'twonattanan@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'vbyz', NULL, 'FALSE', '46.161.11.89', '2022-05-27 12:58:53', 'web', '', NULL),
(4723, 'caseyclyde055@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'cthuecz', NULL, 'FALSE', '46.161.11.89', '2022-05-27 13:00:28', 'web', '', NULL),
(4724, 'sansaneephanthong@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Ballazan', NULL, 'FALSE', '46.161.11.89', '2022-05-27 13:03:10', 'web', '', NULL),
(4725, 'nontinit@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hjcnbckfd', NULL, 'FALSE', '195.208.120.201', '2022-05-27 13:03:25', 'web', '', NULL),
(4726, 'office@kreml-edv.at', 'e5f3566b7f427a6a9f6950f141414545', 'iamfondof', NULL, 'FALSE', '195.208.120.201', '2022-05-27 13:06:25', 'web', '', NULL),
(4727, 'ar@ofd.com', '34d6a034e1c2d35176ff20a4b9d65877', 'beckoning', NULL, 'FALSE', '46.161.11.89', '2022-05-27 13:07:20', 'web', '', NULL),
(4728, 'silverwolfxpl@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Heiberg', NULL, 'FALSE', '195.208.119.112', '2022-05-27 13:09:27', 'web', '', NULL),
(4729, 'belikebrap2544@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Arina', NULL, 'FALSE', '46.161.11.89', '2022-05-27 13:10:24', 'web', '', NULL),
(4730, 'flukfluk2015@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'alesha', NULL, 'FALSE', '46.161.11.89', '2022-05-27 13:11:29', 'web', '', NULL),
(4731, 'a22465465@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'dfcbkmrj', NULL, 'FALSE', '46.161.11.89', '2022-05-27 13:12:25', 'web', '', NULL),
(4732, 'teslatheband13@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fghjcbymz', NULL, 'FALSE', '45.138.6.251', '2022-05-27 13:13:13', 'web', '', NULL),
(4733, 'nattanonnat@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'cdtnef', NULL, 'FALSE', '46.161.11.89', '2022-05-27 13:18:34', 'web', '', NULL),
(4734, 'nichapanun@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'ltrfhbyf', NULL, 'FALSE', '45.135.34.214', '2022-05-27 13:18:41', 'web', '', NULL),
(4735, 'awesome.kai120@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Sona', NULL, 'FALSE', '46.161.11.89', '2022-05-27 13:18:45', 'web', '', NULL),
(4736, 'nongkapook00@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Asya', NULL, 'FALSE', '46.161.11.89', '2022-05-27 13:22:28', 'web', '', NULL),
(4737, 'lunaschickert@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'boris', NULL, 'FALSE', '46.161.11.89', '2022-05-27 13:25:24', 'web', '', NULL),
(4738, 'desmondcallan@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'nfif', NULL, 'FALSE', '195.208.119.112', '2022-05-27 13:28:03', 'web', '', NULL),
(4739, 'shibrain5@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'Ivasik', NULL, 'FALSE', '45.135.34.214', '2022-05-27 13:39:35', 'web', '', NULL),
(4740, 'eeud@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Alien', NULL, 'FALSE', '46.161.11.89', '2022-05-27 13:40:24', 'web', '', NULL),
(4741, 'x-rainboow@hotmail.fr', 'e5f3566b7f427a6a9f6950f141414545', 'fhntvbq', NULL, 'FALSE', '45.138.6.251', '2022-05-27 13:52:12', 'web', '', NULL),
(4742, 'jame_mcbk@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fhctybq', NULL, 'FALSE', '77.83.7.19', '2022-05-27 13:58:11', 'web', '', NULL),
(4743, 'rongpol9100@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'ybz', NULL, 'FALSE', '46.161.11.89', '2022-05-27 14:00:09', 'web', '', NULL),
(4744, 'danielaburke@icloud.com', 'e5f3566b7f427a6a9f6950f141414545', 'Ivanovich', NULL, 'FALSE', '77.83.7.19', '2022-05-27 14:04:33', 'web', '', NULL),
(4745, 'd.allen09@verizon.net', 'e5f3566b7f427a6a9f6950f141414545', 'iliaha', NULL, 'FALSE', '45.135.34.214', '2022-05-27 14:10:27', 'web', '', NULL),
(4746, 'melody_zii@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fenya', NULL, 'FALSE', '77.83.7.19', '2022-05-27 14:26:11', 'web', '', NULL),
(4747, 'tylor_dd@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fhctyz', NULL, 'FALSE', '195.208.119.112', '2022-05-27 14:28:17', 'web', '', NULL),
(4748, 'khaledalsaleh2011@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'pbyf', NULL, 'FALSE', '77.83.7.19', '2022-05-27 14:29:23', 'web', '', NULL),
(4749, 'arenaemire@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Bugesr', NULL, 'FALSE', '46.161.11.89', '2022-05-27 14:30:29', 'web', '', NULL),
(4750, 'kangaroo053@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'tahjcbysx', NULL, 'FALSE', '46.161.11.89', '2022-05-27 14:34:16', 'web', '', NULL),
(4751, 'nichaphatnarakul@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'fhctybq', NULL, 'FALSE', '46.161.11.89', '2022-05-27 14:40:13', 'web', '', NULL),
(4752, 'abigail.cua25@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hush', NULL, 'FALSE', '45.138.6.251', '2022-05-27 14:40:43', 'web', '', NULL),
(4753, 'RABBIJAM@GMAIL.COM', '34d6a034e1c2d35176ff20a4b9d65877', 'Beaulah', NULL, 'FALSE', '46.161.11.89', '2022-05-27 14:48:15', 'web', '', NULL),
(4754, 'nehatariq28@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fedus', NULL, 'FALSE', '195.208.120.201', '2022-05-27 14:53:20', 'web', '', NULL),
(4755, 'ricanffa@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Chadelel', NULL, 'FALSE', '46.161.11.89', '2022-05-27 14:54:21', 'web', '', NULL),
(4756, 'frank_l_e@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fktrcfif', NULL, 'FALSE', '77.83.7.19', '2022-05-27 14:58:15', 'web', '', NULL),
(4757, 'timtan22@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fedya', NULL, 'FALSE', '45.135.34.214', '2022-05-27 14:59:17', 'web', '', NULL),
(4758, 'dome_dee99@yahoo.co.th', '34d6a034e1c2d35176ff20a4b9d65877', 'atjpf', NULL, 'FALSE', '46.161.11.89', '2022-05-27 15:02:29', 'web', '', NULL),
(4759, 'gamingtrece@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'bkzf', NULL, 'FALSE', '46.161.11.89', '2022-05-27 15:08:42', 'web', '', NULL),
(4760, 'Nungruthai1994@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Arterut', NULL, 'FALSE', '46.161.11.89', '2022-05-27 15:16:13', 'web', '', NULL),
(4761, 'ROB.CF92@GMAIL.COM', 'e5f3566b7f427a6a9f6950f141414545', 'Kazibei', NULL, 'FALSE', '195.208.120.201', '2022-05-27 15:19:13', 'web', '', NULL),
(4762, 'iamza.a@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Adokelv', NULL, 'FALSE', '46.161.11.89', '2022-05-27 15:23:25', 'web', '', NULL),
(4763, 'add2stmps@aol.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Arlelond', NULL, 'FALSE', '46.161.11.89', '2022-05-27 15:24:19', 'web', '', NULL),
(4764, 'gammkm@eplus.net', 'e5f3566b7f427a6a9f6950f141414545', 'fhnfvjysx', NULL, 'FALSE', '45.135.34.214', '2022-05-27 15:27:30', 'web', '', NULL),
(4765, 'neung.supakwimol@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'bytcrf', NULL, 'FALSE', '46.161.11.89', '2022-05-27 15:31:18', 'web', '', NULL),
(4766, 'nuttavut.w@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'luizka', NULL, 'FALSE', '45.138.6.251', '2022-05-27 15:32:22', 'web', '', NULL),
(4767, 'henryweitze2@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Bugar', NULL, 'FALSE', '46.161.11.89', '2022-05-27 15:37:21', 'web', '', NULL),
(4768, 'Meen_37587@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'ktyf', NULL, 'FALSE', '195.208.119.112', '2022-05-27 15:41:11', 'web', '', NULL),
(4769, 'mullicamic@aol.com', 'e5f3566b7f427a6a9f6950f141414545', 'nfnmzyf', NULL, 'FALSE', '77.83.7.19', '2022-05-27 15:45:14', 'web', '', NULL),
(4770, 'suprawtt1986@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'byecz', NULL, 'FALSE', '46.161.11.89', '2022-05-27 15:52:15', 'web', '', NULL),
(4771, 'shohan.aiub@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Adam', NULL, 'FALSE', '46.161.11.89', '2022-05-27 16:03:32', 'web', '', NULL),
(4772, 'rpetty4134@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hfif', NULL, 'FALSE', '45.138.6.251', '2022-05-27 16:06:57', 'web', '', NULL),
(4773, 'ludwig2705@googlemail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fktyf', NULL, 'FALSE', '77.83.7.19', '2022-05-27 16:16:20', 'web', '', NULL),
(4774, 'oliwahwah1@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Leonid', NULL, 'FALSE', '45.135.34.214', '2022-05-27 16:22:38', 'web', '', NULL),
(4775, 'mandy.d@mein.gmx', '34d6a034e1c2d35176ff20a4b9d65877', 'Alekseich', NULL, 'FALSE', '46.161.11.89', '2022-05-27 16:41:42', 'web', '', NULL),
(4776, 'fracarta2004@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'rjnfif', NULL, 'FALSE', '77.83.7.19', '2022-05-27 16:45:30', 'web', '', NULL),
(4777, 'chris.coombs@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'fhbyf', NULL, 'FALSE', '77.83.7.19', '2022-05-27 17:00:29', 'web', '', NULL),
(4778, 'deborah802006@libero.it', '34d6a034e1c2d35176ff20a4b9d65877', 'any', NULL, 'FALSE', '46.161.11.89', '2022-05-27 17:02:21', 'web', '', NULL),
(4779, 'nadiaym@live.fr', '34d6a034e1c2d35176ff20a4b9d65877', 'Dalarin', NULL, 'FALSE', '46.161.11.89', '2022-05-27 17:22:24', 'web', '', NULL),
(4780, 'akvneto@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'dfkthbq', NULL, 'FALSE', '46.161.11.89', '2022-05-27 17:29:34', 'web', '', NULL),
(4781, 'not__zeed@hotmail.com', 'da489a8949f00fdc3d2e5af3a7c67252', 'dfktynbjy', NULL, 'FALSE', '164.132.203.193', '2022-05-27 17:42:04', 'web', '', NULL),
(4782, 'chki.med@hotmail.fr', '34d6a034e1c2d35176ff20a4b9d65877', 'Danilych', NULL, 'FALSE', '46.161.11.89', '2022-05-27 17:51:22', 'web', '', NULL),
(4783, 'viticore22@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'cntgeif', NULL, 'FALSE', '46.161.11.89', '2022-05-27 17:54:33', 'web', '', NULL),
(4784, 'dylancmcgovern@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Bruntz', NULL, 'FALSE', '46.161.11.89', '2022-05-27 17:55:22', 'web', '', NULL),
(4785, 'kraetsel@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'Esther', NULL, 'FALSE', '77.83.7.19', '2022-05-27 18:18:27', 'web', '', NULL),
(4786, 'jmorrison@new-atlantic.net', 'e5f3566b7f427a6a9f6950f141414545', 'hemule', NULL, 'FALSE', '45.138.6.251', '2022-05-27 18:31:28', 'web', '', NULL),
(4787, 'ginaerobison@gmail.com', 'da489a8949f00fdc3d2e5af3a7c67252', 'Burihelm', NULL, 'FALSE', '164.132.203.193', '2022-05-27 18:31:42', 'web', '', NULL),
(4788, 'billyray@sonsofsaturday.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Bludteror', NULL, 'FALSE', '46.161.11.89', '2022-05-27 18:34:21', 'web', '', NULL),
(4789, 'ahmad.moves1995.am@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Buzaghma', NULL, 'FALSE', '46.161.11.89', '2022-05-27 18:46:19', 'web', '', NULL),
(4790, 'robynjohnston33@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Felhagra', NULL, 'FALSE', '45.138.6.251', '2022-05-27 18:53:18', 'web', '', NULL),
(4791, 'xxxmegatronxxx@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fcnf', NULL, 'FALSE', '45.138.6.251', '2022-05-27 18:57:23', 'web', '', NULL),
(4792, 'tonytran17121994@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hbneyz', NULL, 'FALSE', '77.83.7.19', '2022-05-27 19:10:06', 'web', '', NULL),
(4793, 'colettoronald@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'dbnfyf', NULL, 'FALSE', '46.161.11.89', '2022-05-27 19:14:27', 'web', '', NULL),
(4794, 'PSBALUJA@YAHOO.COM', '34d6a034e1c2d35176ff20a4b9d65877', 'costa', NULL, 'FALSE', '46.161.11.89', '2022-05-27 19:26:36', 'web', '', NULL),
(4795, 'rj20217@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Hiefiaah', NULL, 'FALSE', '195.208.120.201', '2022-05-27 19:32:07', 'web', '', NULL),
(4796, 'Alexiskiller45@hotmail.fr', 'e5f3566b7f427a6a9f6950f141414545', 'facet', NULL, 'FALSE', '195.208.119.112', '2022-05-27 19:33:32', 'web', '', NULL),
(4797, 'zeus71700@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Buriwield', NULL, 'FALSE', '46.161.11.89', '2022-05-27 19:42:26', 'web', '', NULL),
(4798, 'yocoto@o2online.de', 'e5f3566b7f427a6a9f6950f141414545', 'Lantto', NULL, 'FALSE', '45.138.6.251', '2022-05-27 19:44:51', 'web', '', NULL),
(4799, 'jollyhollym@gmail.com', 'da489a8949f00fdc3d2e5af3a7c67252', 'Dagelv', NULL, 'FALSE', '164.132.203.193', '2022-05-27 19:47:08', 'web', '', NULL),
(4800, 'adeibert83@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'artamos', NULL, 'FALSE', '46.161.11.89', '2022-05-27 19:48:15', 'web', '', NULL),
(4801, 'ajp@parladelaw.com', 'e5f3566b7f427a6a9f6950f141414545', 'Nikisha', NULL, 'FALSE', '45.135.34.214', '2022-05-27 19:48:31', 'web', '', NULL),
(4802, 'kk.muller55@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fedboa', NULL, 'FALSE', '45.138.6.251', '2022-05-27 19:54:24', 'web', '', NULL),
(4803, 'a.s.v@seznam.cz', 'e5f3566b7f427a6a9f6950f141414545', 'Mitun', NULL, 'FALSE', '45.138.6.251', '2022-05-27 19:58:00', 'web', '', NULL),
(4804, 'YTW19949@GMAIL.COM', 'da489a8949f00fdc3d2e5af3a7c67252', 'Dianardin', NULL, 'FALSE', '164.132.203.193', '2022-05-27 20:02:09', 'web', '', NULL),
(4805, 'cbusta76@yahoo.com', 'da489a8949f00fdc3d2e5af3a7c67252', 'Crary', NULL, 'FALSE', '164.132.203.193', '2022-05-27 20:02:38', 'web', '', NULL),
(4806, 'luckyluc1988@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fesho', NULL, 'FALSE', '77.83.7.19', '2022-05-27 20:03:19', 'web', '', NULL),
(4807, 'stansell205@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'rekz', NULL, 'FALSE', '45.138.6.251', '2022-05-27 20:10:39', 'web', '', NULL),
(4808, 'wcms01@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'gtnhef', NULL, 'FALSE', '45.138.6.251', '2022-05-27 20:10:55', 'web', '', NULL),
(4809, 'madisonkmyers411@icloud.com', 'da489a8949f00fdc3d2e5af3a7c67252', 'dfcif', NULL, 'FALSE', '164.132.203.193', '2022-05-27 20:21:17', 'web', '', NULL),
(4810, 'DGARCES13@GMAIL.COM', 'e5f3566b7f427a6a9f6950f141414545', 'Leonty', NULL, 'FALSE', '195.208.120.201', '2022-05-27 20:26:01', 'web', '', NULL),
(4811, 'laurathompsonartwork@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fhnfvjyrf', NULL, 'FALSE', '195.208.119.112', '2022-05-27 20:34:27', 'web', '', NULL),
(4812, 'raji.alagara@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'bjyz', NULL, 'FALSE', '46.161.11.89', '2022-05-27 20:37:29', 'web', '', NULL),
(4813, 'dawesdaviddawes@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'heckfyrf', NULL, 'FALSE', '195.208.119.112', '2022-05-27 20:47:10', 'web', '', NULL),
(4814, 'pravinac@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'catterpillar', NULL, 'FALSE', '46.161.11.89', '2022-05-27 20:51:37', 'web', '', NULL),
(4815, 'luna.clje@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Amsler', NULL, 'FALSE', '46.161.11.89', '2022-05-27 21:18:40', 'web', '', NULL),
(4816, 'arqui.juanpablo@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fedus', NULL, 'FALSE', '195.208.119.112', '2022-05-27 21:21:27', 'web', '', NULL),
(4817, 'mrperr@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'ufgf', NULL, 'FALSE', '46.161.11.89', '2022-05-27 21:21:45', 'web', '', NULL),
(4818, 'valleyislemarketing@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'gtnhzrf', NULL, 'FALSE', '45.138.6.251', '2022-05-27 21:34:25', 'web', '', NULL),
(4819, 'pkistok@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Borne', NULL, 'FALSE', '46.161.11.89', '2022-05-27 21:37:31', 'web', '', NULL),
(4820, 'lacynicole2013@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Linden', NULL, 'FALSE', '45.135.34.214', '2022-05-27 21:37:52', 'web', '', NULL),
(4821, 'twopaper@comcast.net', 'da489a8949f00fdc3d2e5af3a7c67252', 'Catherine', NULL, 'FALSE', '164.132.203.193', '2022-05-27 21:38:14', 'web', '', NULL),
(4822, 'liu_rongrong@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'bfybrbn', NULL, 'FALSE', '46.161.11.89', '2022-05-27 21:44:22', 'web', '', NULL),
(4823, 'rachelfriteau@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Terrence', NULL, 'FALSE', '46.161.11.89', '2022-05-27 21:44:52', 'web', '', NULL),
(4824, 'jacksoncharlesjr@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hfcz', NULL, 'FALSE', '45.138.6.251', '2022-05-27 21:46:07', 'web', '', NULL),
(4825, 'theresiabowlin@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'kfdhecz', NULL, 'FALSE', '195.208.120.201', '2022-05-27 21:46:59', 'web', '', NULL),
(4826, 'lance_smith1@msn.com', 'e5f3566b7f427a6a9f6950f141414545', 'Heiberg', NULL, 'FALSE', '45.138.6.251', '2022-05-27 21:47:52', 'web', '', NULL),
(4827, 'torque.x@live.com', 'e5f3566b7f427a6a9f6950f141414545', 'nila', NULL, 'FALSE', '45.138.6.251', '2022-05-27 21:50:26', 'web', '', NULL),
(4828, 'tmpeeple@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'gush', NULL, 'FALSE', '195.208.120.201', '2022-05-27 22:19:05', 'web', '', NULL),
(4829, 'cherylryndak@aol.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fedyus', NULL, 'FALSE', '195.208.120.201', '2022-05-27 22:22:23', 'web', '', NULL),
(4830, 'mirage3@t-online.de', 'e5f3566b7f427a6a9f6950f141414545', 'Kiryakha', NULL, 'FALSE', '195.208.120.201', '2022-05-27 22:26:03', 'web', '', NULL),
(4831, 'sharmilakmr973@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hfblf', NULL, 'FALSE', '195.208.119.112', '2022-05-27 22:35:30', 'web', '', NULL),
(4832, 'ezaddiel@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'cdtnef', NULL, 'FALSE', '46.161.11.89', '2022-05-27 22:35:33', 'web', '', NULL),
(4833, 'moreelopez47@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'gtnhzrf', NULL, 'FALSE', '45.135.34.214', '2022-05-27 22:48:45', 'web', '', NULL),
(4834, 'loutogo@loumalnatis.com', 'e5f3566b7f427a6a9f6950f141414545', 'Griwield', NULL, 'FALSE', '195.208.119.112', '2022-05-27 22:48:47', 'web', '', NULL),
(4835, 'fedmari@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'cthueyz', NULL, 'FALSE', '46.161.11.89', '2022-05-27 22:51:28', 'web', '', NULL),
(4836, 'elliott.mason21@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'ate', NULL, 'FALSE', '46.161.11.89', '2022-05-27 22:52:04', 'web', '', NULL),
(4837, 'alaskaalloy@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'BeardanaBele', NULL, 'FALSE', '45.135.34.214', '2022-05-27 23:00:26', 'web', '', NULL),
(4838, 'mary7600@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'tamara', NULL, 'FALSE', '46.161.11.89', '2022-05-27 23:00:44', 'web', '', NULL),
(4839, 'CMENDEZ@HELLOCELLULAR.NET', '34d6a034e1c2d35176ff20a4b9d65877', 'vbfqkf', NULL, 'FALSE', '46.161.11.89', '2022-05-27 23:06:59', 'web', '', NULL),
(4840, 'sherylwschnell@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Cesar', NULL, 'FALSE', '46.161.11.89', '2022-05-27 23:11:18', 'web', '', NULL),
(4841, 'karen@stpeternewbrunswick.org', 'e5f3566b7f427a6a9f6950f141414545', 'gjkbyfhbq', NULL, 'FALSE', '195.208.119.112', '2022-05-27 23:14:11', 'web', '', NULL),
(4842, 'lddeaner@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'Gracek', NULL, 'FALSE', '195.208.119.112', '2022-05-27 23:16:53', 'web', '', NULL),
(4843, 'maryball7@msn.com', 'e5f3566b7f427a6a9f6950f141414545', 'gtnhzif', NULL, 'FALSE', '45.135.34.214', '2022-05-27 23:19:58', 'web', '', NULL),
(4844, 'Elainepooon@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Blackworm', NULL, 'FALSE', '46.161.11.89', '2022-05-27 23:33:55', 'web', '', NULL),
(4845, 'vipchikie@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Loris', NULL, 'FALSE', '195.208.120.201', '2022-05-27 23:39:05', 'web', '', NULL),
(4846, 'robertmitts@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'atlzyz', NULL, 'FALSE', '46.161.11.89', '2022-05-27 23:40:29', 'web', '', NULL),
(4847, 'BV@VARKEYCPA.COM', '34d6a034e1c2d35176ff20a4b9d65877', 'Agarus', NULL, 'FALSE', '46.161.11.89', '2022-05-27 23:41:35', 'web', '', NULL),
(4848, 'renaud.guzek@free.fr', 'e5f3566b7f427a6a9f6950f141414545', 'keyz', NULL, 'FALSE', '77.83.7.19', '2022-05-27 23:47:51', 'web', '', NULL),
(4849, 'service@autom.com', '34d6a034e1c2d35176ff20a4b9d65877', 'avdokim', NULL, 'FALSE', '46.161.11.89', '2022-05-27 23:52:38', 'web', '', NULL),
(4850, 'DLOEB57@MIDCO.NET', 'e5f3566b7f427a6a9f6950f141414545', 'Fearlessterror', NULL, 'FALSE', '195.208.120.201', '2022-05-27 23:57:20', 'web', '', NULL),
(4851, 'kortneylittlefield@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fedun', NULL, 'FALSE', '77.83.7.19', '2022-05-28 00:02:10', 'web', '', NULL),
(4852, 'slav_0778@mail.ru', 'e5f3566b7f427a6a9f6950f141414545', 'Felix', NULL, 'FALSE', '45.135.34.214', '2022-05-28 00:07:17', 'web', '', NULL),
(4853, 'janpodonnell@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hellady', NULL, 'FALSE', '45.135.34.214', '2022-05-28 00:20:43', 'web', '', NULL),
(4854, 'verrtuk44@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'dimitrian', NULL, 'FALSE', '46.161.11.89', '2022-05-28 00:25:45', 'web', '', NULL),
(4855, 'momojeanbean@msn.com', 'e5f3566b7f427a6a9f6950f141414545', 'fhneh', NULL, 'FALSE', '45.138.6.251', '2022-05-28 00:36:19', 'web', '', NULL),
(4856, 'taisei20090126@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'filipitsch', NULL, 'FALSE', '45.138.6.251', '2022-05-28 00:38:27', 'web', '', NULL),
(4857, 'dizzydenise@hotmail.co.uk', '34d6a034e1c2d35176ff20a4b9d65877', 'atlyz', NULL, 'FALSE', '46.161.11.89', '2022-05-28 00:42:37', 'web', '', NULL),
(4858, 'thogue78@yahoo.ca', 'e5f3566b7f427a6a9f6950f141414545', 'flying', NULL, 'FALSE', '195.208.119.112', '2022-05-28 00:57:26', 'web', '', NULL),
(4859, 'andytrashy1@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Othaman', NULL, 'FALSE', '77.83.7.19', '2022-05-28 00:59:44', 'web', '', NULL),
(4860, 'rayao94043@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'tahjcbvsx', NULL, 'FALSE', '195.208.119.112', '2022-05-28 01:12:52', 'web', '', NULL),
(4861, 'rwilliams1739@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hives', NULL, 'FALSE', '77.83.7.19', '2022-05-28 01:18:44', 'web', '', NULL),
(4862, 'greenvlr@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'catterpillar', NULL, 'FALSE', '195.208.119.112', '2022-05-28 01:18:57', 'web', '', NULL),
(4863, 'quinns5129@comcast.net', 'e5f3566b7f427a6a9f6950f141414545', 'kff', NULL, 'FALSE', '77.83.7.19', '2022-05-28 01:20:51', 'web', '', NULL),
(4864, 'moniquey@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Booton', NULL, 'FALSE', '46.161.11.89', '2022-05-28 01:29:26', 'web', '', NULL),
(4865, 'danikistar2002@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'lfhz', NULL, 'FALSE', '195.208.119.112', '2022-05-28 01:29:42', 'web', '', NULL),
(4866, 'trobson1@mac.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Cerelv', NULL, 'FALSE', '46.161.11.89', '2022-05-28 01:35:54', 'web', '', NULL),
(4867, 'habyarimanaleslie@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fdlecz', NULL, 'FALSE', '77.83.7.19', '2022-05-28 01:39:30', 'web', '', NULL),
(4868, 'mirandabp@comcast.net', 'e5f3566b7f427a6a9f6950f141414545', 'fahjcbymz', NULL, 'FALSE', '195.208.120.201', '2022-05-28 01:39:30', 'web', '', NULL),
(4869, 'trukovbro@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'Gashakar', NULL, 'FALSE', '45.135.34.214', '2022-05-28 01:42:58', 'web', '', NULL),
(4870, 'pink4shan@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Briana', NULL, 'FALSE', '46.161.11.89', '2022-05-28 01:48:35', 'web', '', NULL),
(4871, 'tonyagarrelltodd@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Aurinadar', NULL, 'FALSE', '46.161.11.89', '2022-05-28 01:55:37', 'web', '', NULL),
(4872, 'madelynnwaugh33@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'utvf', NULL, 'FALSE', '46.161.11.89', '2022-05-28 01:59:10', 'web', '', NULL),
(4873, 'jme13jme@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'kbkz', NULL, 'FALSE', '45.135.34.214', '2022-05-28 02:03:08', 'web', '', NULL),
(4874, 'staffordshire57@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fedyayka', NULL, 'FALSE', '45.135.34.214', '2022-05-28 02:09:27', 'web', '', NULL),
(4875, 'mile117@t-online.de', 'da489a8949f00fdc3d2e5af3a7c67252', 'Broadraven', NULL, 'FALSE', '164.132.203.193', '2022-05-28 02:10:54', 'web', '', NULL),
(4876, 'gierojwersejhun@gmail.com', '76e1d7eb4351a76590d415e40fb9f88e', 'vipercralt', NULL, 'FALSE', '5.62.61.90', '2022-05-28 02:11:24', 'web', '', NULL),
(4877, 'stklis@msn.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Zinura', NULL, 'FALSE', '46.161.11.89', '2022-05-28 02:15:17', 'web', '', NULL),
(4878, 'stalis@optonline.net', '34d6a034e1c2d35176ff20a4b9d65877', 'vbnekz', NULL, 'FALSE', '46.161.11.89', '2022-05-28 02:16:34', 'web', '', NULL),
(4879, 'mccracken2012@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'ale', NULL, 'FALSE', '46.161.11.89', '2022-05-28 02:21:08', 'web', '', NULL),
(4880, 'jvietor@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'ktjynbyf', NULL, 'FALSE', '45.135.34.214', '2022-05-28 02:33:11', 'web', '', NULL),
(4881, 'kp49er@yahoo.com', 'da489a8949f00fdc3d2e5af3a7c67252', 'Briton', NULL, 'FALSE', '164.132.203.193', '2022-05-28 02:37:46', 'web', '', NULL),
(4882, 'hellaesthetic666@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fyyjxrf', NULL, 'FALSE', '45.135.34.214', '2022-05-28 02:39:14', 'web', '', NULL),
(4883, 'l.nel@comcast.net', 'e5f3566b7f427a6a9f6950f141414545', 'leyzhf', NULL, 'FALSE', '45.135.34.214', '2022-05-28 02:43:10', 'web', '', NULL),
(4884, 'ghostofacpast@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'George', NULL, 'FALSE', '77.83.7.19', '2022-05-28 02:51:18', 'web', '', NULL),
(4885, 'marykay.y@verizon.net', 'e5f3566b7f427a6a9f6950f141414545', 'Inna', NULL, 'FALSE', '195.208.120.201', '2022-05-28 02:52:07', 'web', '', NULL),
(4886, 'fairfax7@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'tytlbrnsx', NULL, 'FALSE', '46.161.11.89', '2022-05-28 02:58:31', 'web', '', NULL),
(4887, 'ERIKLOTSHAW@GMAIL.COM', 'e5f3566b7f427a6a9f6950f141414545', 'Ballalune', NULL, 'FALSE', '45.138.6.251', '2022-05-28 03:04:29', 'web', '', NULL),
(4888, 'jfoland32@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'vbfyz', NULL, 'FALSE', '46.161.11.89', '2022-05-28 03:10:01', 'web', '', NULL),
(4889, 'shtenk@att.net', 'e5f3566b7f427a6a9f6950f141414545', 'Ironshaper', NULL, 'FALSE', '77.83.7.19', '2022-05-28 03:20:37', 'web', '', NULL),
(4890, 'quieroabogado@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'hisboy', NULL, 'FALSE', '46.161.11.89', '2022-05-28 03:21:48', 'web', '', NULL),
(4891, 'imnayzeee1287@gmail.com', 'da489a8949f00fdc3d2e5af3a7c67252', 'cntafyblf', NULL, 'FALSE', '164.132.203.193', '2022-05-28 03:27:21', 'web', '', NULL),
(4892, 'asastredelgado@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fuhbggbyf', NULL, 'FALSE', '195.208.119.112', '2022-05-28 03:27:35', 'web', '', NULL),
(4893, 'ftjoon13@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Galeka', NULL, 'FALSE', '77.83.7.19', '2022-05-28 03:27:35', 'web', '', NULL),
(4894, 'joeweiss@live.com', 'e5f3566b7f427a6a9f6950f141414545', 'Kirizan', NULL, 'FALSE', '195.208.120.201', '2022-05-28 03:30:27', 'web', '', NULL),
(4895, 'cc.catanese@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'lerunya', NULL, 'FALSE', '195.208.119.112', '2022-05-28 03:33:18', 'web', '', NULL),
(4896, 'kgyidik@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fedork', NULL, 'FALSE', '77.83.7.19', '2022-05-28 03:41:26', 'web', '', NULL),
(4897, 'marymoore211@verizon.net', 'e5f3566b7f427a6a9f6950f141414545', 'Griffan', NULL, 'FALSE', '45.135.34.214', '2022-05-28 03:51:39', 'web', '', NULL),
(4898, 'mandjlindsay@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Godsman', NULL, 'FALSE', '77.83.7.19', '2022-05-28 03:53:36', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(4899, 'jehoward01@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Pavlochka', NULL, 'FALSE', '46.161.11.89', '2022-05-28 03:57:54', 'web', '', NULL),
(4900, 'accornette@graphicaudio.net', 'e5f3566b7f427a6a9f6950f141414545', 'ltrfhbyf', NULL, 'FALSE', '77.83.7.19', '2022-05-28 04:04:51', 'web', '', NULL),
(4901, 'amcleskey@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fauzahn', NULL, 'FALSE', '45.138.6.251', '2022-05-28 04:06:12', 'web', '', NULL),
(4902, 'venpinjala@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'fblf', NULL, 'FALSE', '195.208.119.112', '2022-05-28 04:12:16', 'web', '', NULL),
(4903, 'gurnee@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'grapa', NULL, 'FALSE', '77.83.7.19', '2022-05-28 04:18:25', 'web', '', NULL),
(4904, 'roanpaul@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Vyacha', NULL, 'FALSE', '46.161.11.89', '2022-05-28 04:21:45', 'web', '', NULL),
(4905, 'dirscherlm@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'Flamewalker', NULL, 'FALSE', '45.135.34.214', '2022-05-28 04:28:18', 'web', '', NULL),
(4906, 'mas6770@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'atlzrf', NULL, 'FALSE', '46.161.11.89', '2022-05-28 04:28:25', 'web', '', NULL),
(4907, 'masesq@me.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Danisha', NULL, 'FALSE', '46.161.11.89', '2022-05-28 04:36:30', 'web', '', NULL),
(4908, 'bodyattune@aol.com', 'e5f3566b7f427a6a9f6950f141414545', 'Androrim', NULL, 'FALSE', '45.135.34.214', '2022-05-28 04:41:04', 'web', '', NULL),
(4909, 'fewostern@aol.com', 'e5f3566b7f427a6a9f6950f141414545', 'Leonty', NULL, 'FALSE', '77.83.7.19', '2022-05-28 04:42:50', 'web', '', NULL),
(4910, 'kaancmrk@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fenrilabar', NULL, 'FALSE', '45.138.6.251', '2022-05-28 04:44:14', 'web', '', NULL),
(4911, 'patmcf6k@aol.com', 'e5f3566b7f427a6a9f6950f141414545', 'gtnhfyz', NULL, 'FALSE', '45.135.34.214', '2022-05-28 04:52:23', 'web', '', NULL),
(4912, 'g.emerick37@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'lerf', NULL, 'FALSE', '46.161.11.89', '2022-05-28 04:58:53', 'web', '', NULL),
(4913, 'mskwarczynski@comcast.net', 'e5f3566b7f427a6a9f6950f141414545', 'dunyaha', NULL, 'FALSE', '195.208.119.112', '2022-05-28 05:03:19', 'web', '', NULL),
(4914, 'natandarek@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'germus', NULL, 'FALSE', '195.208.119.112', '2022-05-28 05:20:12', 'web', '', NULL),
(4915, 'freakyisme12@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'inuta', NULL, 'FALSE', '45.135.34.214', '2022-05-28 05:33:00', 'web', '', NULL),
(4916, 'billycd1@msn.com', '34d6a034e1c2d35176ff20a4b9d65877', 'pbyrf', NULL, 'FALSE', '46.161.11.89', '2022-05-28 05:36:38', 'web', '', NULL),
(4917, 'ryland.matthews22@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'anastasca', NULL, 'FALSE', '46.161.11.89', '2022-05-28 05:43:29', 'web', '', NULL),
(4918, 'CHRISTINEBURGWIN@GMAIL.COM', '34d6a034e1c2d35176ff20a4b9d65877', 'fynjyz', NULL, 'FALSE', '46.161.11.89', '2022-05-28 05:56:32', 'web', '', NULL),
(4919, 'BRISTOL_JUSTIN@YAHOO.COM', 'e5f3566b7f427a6a9f6950f141414545', 'Fenrirr', NULL, 'FALSE', '45.135.34.214', '2022-05-28 06:08:08', 'web', '', NULL),
(4920, 'YKARWOWSKI@YAHOO.COM', 'e5f3566b7f427a6a9f6950f141414545', 'fktrcfif', NULL, 'FALSE', '195.208.120.201', '2022-05-28 06:13:15', 'web', '', NULL),
(4921, 'luca.tschoepl@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'vbfbkeirf', NULL, 'FALSE', '46.161.11.89', '2022-05-28 06:22:42', 'web', '', NULL),
(4922, 'cdmere@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Bolvest', NULL, 'FALSE', '46.161.11.89', '2022-05-28 06:53:36', 'web', '', NULL),
(4923, 'bmxking95@comcast.net', '34d6a034e1c2d35176ff20a4b9d65877', 'Bryon', NULL, 'FALSE', '46.161.11.89', '2022-05-28 06:57:39', 'web', '', NULL),
(4924, 'mkinnamon87@aol.com', '34d6a034e1c2d35176ff20a4b9d65877', 'asyut', NULL, 'FALSE', '46.161.11.89', '2022-05-28 07:05:21', 'web', '', NULL),
(4925, 'meganlashae@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fania', NULL, 'FALSE', '195.208.120.201', '2022-05-28 07:09:11', 'web', '', NULL),
(4926, 'meghanmarie_03@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Georgich', NULL, 'FALSE', '46.161.11.89', '2022-05-28 07:41:29', 'web', '', NULL),
(4927, 'feliciaknight27@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'dbienf', NULL, 'FALSE', '46.161.11.89', '2022-05-28 07:42:16', 'web', '', NULL),
(4928, 'sipher2k@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Nannette', NULL, 'FALSE', '45.138.6.251', '2022-05-28 07:46:55', 'web', '', NULL),
(4929, 'joeywoey02@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Alexandrina', NULL, 'FALSE', '46.161.11.89', '2022-05-28 07:59:47', 'web', '', NULL),
(4930, 'bwiens@uco.edu', '34d6a034e1c2d35176ff20a4b9d65877', 'Adrierdin', NULL, 'FALSE', '46.161.11.89', '2022-05-28 08:42:47', 'web', '', NULL),
(4931, 'cannzana@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fhctym.irf', NULL, 'FALSE', '45.135.34.214', '2022-05-28 10:34:02', 'web', '', NULL),
(4932, 'rsim1277@yahoo.ca', '34d6a034e1c2d35176ff20a4b9d65877', 'Dongok', NULL, 'FALSE', '46.161.11.89', '2022-05-28 10:52:17', 'web', '', NULL),
(4933, 'negro231989@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'fhctybq', NULL, 'FALSE', '46.161.11.89', '2022-05-28 11:24:32', 'web', '', NULL),
(4934, 'rcr.7811@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Hustus', NULL, 'FALSE', '77.83.7.19', '2022-05-28 11:30:08', 'web', '', NULL),
(4935, 'qutftmgxxqwjtzcjvp@nthrw.com', '43b5196c9860caa9da2106db3fd1c176', 'Kennethgrons', NULL, 'FALSE', '18.196.136.197', '2022-05-28 13:36:17', 'web', '', NULL),
(4936, 'd.e.cker.w.i.l.l.wre.ckyo.u.r.p.e.cker.@gmail.com', 'afd4748495c659d81dc74ffbca9c206b', 'Davidfluit', NULL, 'FALSE', '193.37.33.22', '2022-05-28 14:26:38', 'web', '', NULL),
(4937, 'hosentiogw@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'fuhbgrf', NULL, 'FALSE', '185.211.168.33', '2022-05-28 23:23:56', 'web', '', NULL),
(4938, 'carmeeloboyyle@gmail.com', '7409e0699eaf923a958c8f4d09a74f87', 'Terryviply', NULL, 'FALSE', '20.91.186.88', '2022-05-29 03:39:05', 'web', '', NULL),
(4939, 'tarea20freverhe@gmail.com', '882a58b12252f72fa629ecf3f43a169d', 'Josephnom', NULL, 'FALSE', '84.51.96.100', '2022-05-29 09:37:58', 'web', '', NULL),
(4940, 'rhinwellrantchar1984@aroundworld24.com', 'eda7e336082b0f94fb32259d1c1ec383', 'Williamfet', NULL, 'FALSE', '176.119.141.133', '2022-05-30 13:04:18', 'web', '', NULL),
(4941, 'fatespiehv@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'drones', NULL, 'FALSE', '193.0.62.87', '2022-06-01 02:50:43', 'web', '', NULL),
(4942, 'lumsathem1987@mail.ru', '34d5565d125e032913e9957699b8fff8', 'boris https://yandex.ru', NULL, 'FALSE', '81.22.44.247', '2022-06-01 11:55:00', 'web', '', NULL),
(4943, 'rqexmhttv@wowzilla.ru', 'c21a57d8249b5ea62be22f38c50f0557', 'Elainehew', NULL, 'FALSE', '178.159.37.8', '2022-06-03 21:22:07', 'web', '', NULL),
(4944, 'stiverensw@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'hjvfy', NULL, 'FALSE', '45.137.191.147', '2022-06-04 00:54:20', 'web', '', NULL),
(4945, 'perta3kqw@rambler.ru', '15b6acc679fb8a8d5d3f83e1eb7dd044', 'Benitobem', NULL, 'FALSE', '8.18.50.94', '2022-06-04 02:37:45', 'web', '', NULL),
(4946, 'porkentriw@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Andromalace', NULL, 'FALSE', '193.58.171.163', '2022-06-06 17:39:07', 'web', '', NULL),
(4947, 'rhyluperueov@yandex.ru', '811add009a92f9254b82c3202cb24e1d', '<html><a href=\"kejgh83iho3jf\"><img src=\"https://static.life.ru/publications/2022/2/17/1449786606844.736.png\" width=\"600\" height=\"600\" alt=\"white\"></a> </html>\r\n 5692019', NULL, 'FALSE', '185.250.45.152', '2022-06-08 03:53:58', 'web', '', NULL),
(4948, 'backlinkindex90@gmail.com', '1ac02a4eeeb6b579162e2b17393a1d69', 'MacBook Repair In Gurgaon', NULL, 'FALSE', '49.0.92.3', '2022-06-09 02:59:33', 'web', '', NULL),
(4949, 'pirogiii321@gmail.com', 'ba03b3988de345415c3076b0b26e450c', 'AlexPRO', NULL, 'FALSE', '79.133.119.133', '2022-06-09 23:17:32', 'web', '', NULL),
(4950, 'st.ep.ha.ne.g.oo.dm.an.@gmail.com', 'd7eca072403224fc6ce77c96472afe16', 'Sharonblini', NULL, 'FALSE', '154.6.18.200', '2022-06-10 01:14:29', 'web', '', NULL),
(4951, 'perta1kqw@rambler.ru', '354f62155aa9a73c8c551903f0d7f5fe', 'RaymondTaw', NULL, 'FALSE', '8.43.121.180', '2022-06-10 03:01:23', 'web', '', NULL),
(4952, 'alina.zaharova8787@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Inna', NULL, 'FALSE', '146.19.25.238', '2022-06-12 18:40:34', 'web', '', NULL),
(4953, 'sfikla@yandex.com', '72bd8508c9b3f6571ac4e20f497e4ac7', 'DavLaf', NULL, 'FALSE', '94.180.185.192', '2022-06-12 20:02:46', 'web', '', NULL),
(4954, 'dandisssdaniel3@gmail.com', '76e1d7eb4351a76590d415e40fb9f88e', 'poonak', NULL, 'FALSE', '45.40.54.23', '2022-06-12 23:32:28', 'web', '', NULL),
(4955, 'combatobacco@gmail.com', '13529f6fbe59cdc419e5ad3f6afc8465', 'Mohammad Tauheed Ahmad', NULL, 'FALSE', '46.143.181.98', '2022-06-13 11:37:12', 'web', '', NULL),
(4956, 'cyrilp1975@yahoo.com', '69332f21e69cdc01b50a9570c49f42f6', 'Cyril Paul', NULL, 'FALSE', '103.195.203.241', '2022-06-13 22:00:07', 'web', '', NULL),
(4957, 'leo.siunelis@outlook.com', 'd46e82a54fd63face04e41e7072e2e9b', 'Softwarebrubs', NULL, 'FALSE', '181.214.173.93', '2022-06-14 14:45:30', 'web', '', NULL),
(4958, 'weiriuroi1991@mail.ru', '34d5565d125e032913e9957699b8fff8', 'boris https://yandex.ru', NULL, 'FALSE', '91.227.155.201', '2022-06-15 11:39:46', 'web', '', NULL),
(4959, 'baktas666@yandex.com', 'c9d996c5f4b906d886fa69d19f4224f4', 'EdwardTreaw', NULL, 'FALSE', '164.68.98.60', '2022-06-15 21:00:22', 'web', '', NULL),
(4960, 'dfccaverdfdssadf@gmail.com', 'bd886ad525bcbb5c241bda7df86086ed', 'StanleyEvarm', NULL, 'FALSE', '181.214.218.117', '2022-06-18 11:21:37', 'web', '', NULL),
(4961, 'karina.samsonova9292@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'nasteha', NULL, 'FALSE', '77.91.116.101', '2022-06-21 06:18:30', 'web', '', NULL),
(4962, 'viktoruechmet@yandex.com', 'f328d7e849367fe40617df2909305a40', 'unicornObems', NULL, 'FALSE', '197.243.14.59', '2022-06-21 14:30:45', 'web', '', NULL),
(4963, 'andreyvpetrov132435@gmail.com', 'f251d37b07949faa15152a38e33b88e8', 'Kathrynadvix', NULL, 'FALSE', '94.140.134.34', '2022-06-21 15:47:22', 'web', '', NULL),
(4964, 'asifnaimiqbal@gmail.com', 'dc647eb65e6711e155375218212b3964', 'Masud Karim ', NULL, 'FALSE', '223.187.244.75', '2022-06-22 20:13:45', 'web', '', 54111657696540),
(4965, 'charlestrenton91@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'Sarated', NULL, 'FALSE', '156.146.33.68', '2022-06-23 09:41:26', 'web', '', NULL),
(4966, 'l.ou.i.s.rg.8.6.3@gmail.com', 'd0d800e38d45ea086d41f960b9177d4a', 'RandySam', NULL, 'FALSE', '173.239.197.182', '2022-06-23 11:59:29', 'web', '', NULL),
(4967, 'howsranpuddna19757@rambler.ru', 'b663933894e33d4f3f812f673863f458', 'Howardzek', NULL, 'FALSE', '185.174.159.43', '2022-06-23 15:16:26', 'web', '', NULL),
(4968, 'sveta.gorshkova93@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Volodyas', NULL, 'FALSE', '212.107.25.165', '2022-06-24 14:09:00', 'web', '', NULL),
(4969, 'sebmal911@wp.pl', '6e44672d83063906a4800720754f4cef', 'JeraldVot', NULL, 'FALSE', '62.210.80.33', '2022-06-26 03:22:59', 'web', '', NULL),
(4970, 'ecolefrancaiskiev@gmail.com', '460355fb20e8b455f3015dfbf70fd0f4', 'Rogerbrupe', NULL, 'FALSE', '45.129.99.168', '2022-06-26 15:04:46', 'web', '', NULL),
(4971, 'zhanna.dorofeeva92@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'repmvf', NULL, 'FALSE', '212.107.25.165', '2022-06-27 02:03:36', 'web', '', NULL),
(4972, 'fifasikvel@yandex.com', '42269970921c8da473605bc814c7ecb7', 'RobertDieft', NULL, 'FALSE', '94.180.185.192', '2022-06-29 12:26:40', 'web', '', NULL),
(4973, 'vlada.alekseeva92@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Magener', NULL, 'FALSE', '178.130.53.86', '2022-06-29 21:46:04', 'web', '', NULL),
(4974, 'adityapoddar5@gmail.com', '334fca7ac1a77f19b51459dee252bb20', 'Aditya Poddar', NULL, 'FALSE', '157.40.235.84', '2022-06-30 18:26:29', 'web', '', NULL),
(4975, 'damiongeni23181@gmail.com', '2ba24bb72d425d08520cb6a69e14b5b0', 'Damionglalk', NULL, 'FALSE', '195.80.13.154', '2022-07-01 07:25:41', 'web', '', NULL),
(4976, 'raisa.fadeeva92@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'nfbcmz', NULL, 'FALSE', '185.214.167.248', '2022-07-03 01:22:25', 'web', '', NULL),
(4977, 'fir1973@list.ru', 'e01daf2a49e13b73dd0c10bff1058bb2', 'Ð’Ñ‹Ð¿Ð»Ð°Ñ‡ÐµÐ½Ð¾: https://whoer.net', NULL, 'FALSE', '181.210.22.182', '2022-07-04 00:05:09', 'web', '', NULL),
(4978, 'anshdavar@gmail.com', 'a5df781f0a00118cd782020923ecf926', 'Adv Anshu Davar', NULL, 'FALSE', '122.161.65.235', '2022-07-04 16:22:05', 'web', '', NULL),
(4979, 'naguleshpavi18@gmail.com', 'ed1962f6832852be49255b64cb84db28', 'Nagulesh', NULL, 'FALSE', '157.49.91.157', '2022-07-05 13:50:16', 'web', '', NULL),
(4980, 'seregainbox151+751@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.apple.com/', NULL, 'FALSE', '188.130.143.130', '2022-07-05 21:09:07', 'web', '', NULL),
(4981, 'liza.lobanova9292@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'ctyhf', NULL, 'FALSE', '109.172.18.231', '2022-07-06 00:22:26', 'web', '', NULL),
(4982, 'enarsvilun1974@yandex.ru', '31e875bb51e41db142864637d9e815a0', 'Luck will be on your side Play and take what is yours https://retasy.page.link/dPTX', NULL, 'FALSE', '46.8.14.118', '2022-07-06 16:02:00', 'web', '', NULL),
(4983, 'angelinapokrovskaya785@gmail.com', '03f3d96635d6b53b5f9e263254fa618a', 'WillieCak', NULL, 'FALSE', '185.244.182.151', '2022-07-08 06:57:27', 'web', '', NULL),
(4984, 'catch@ayw.totozyn.com', 'fb0346af3d0c8310ae46fc2652237527', 'WilliamEdify', NULL, 'FALSE', '173.213.85.7', '2022-07-08 18:24:43', 'web', '', NULL),
(4985, 'agattivezw@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Victor', NULL, 'FALSE', '109.172.18.231', '2022-07-08 22:11:10', 'web', '', NULL),
(4986, 'emodwwzid@exzilla.ru', 'ac72e534074e02e3a9100102c9382afa', 'KarenThamb', NULL, 'FALSE', '185.72.199.102', '2022-07-09 08:24:32', 'web', '', NULL),
(4987, 'jayt.aytay.t.ay7.3.3.@gmail.com', '3f1fd8ce84f44c1432c50d1c7cd0e4e8', 'Michaelhax', NULL, 'FALSE', '216.24.212.26', '2022-07-09 10:12:55', 'web', '', NULL),
(4988, 'gennadiy-sukhanov@mail.ru', '9ef8fe14a4416684445d8dc6426efb16', 'Ð’Ñ‹Ð¿Ð»Ð°Ñ‡ÐµÐ½Ð¾: AAAelh.co.inBBB', NULL, 'FALSE', '93.172.167.214', '2022-07-09 20:34:19', 'web', '', NULL),
(4989, 'h.an.eyn7.6.@gmail.com', 'cd5293f26339a79c743240dc81649085', 'MarlinLow', NULL, 'FALSE', '154.6.18.16', '2022-07-10 06:35:47', 'web', '', NULL),
(4990, 'leticiashaw9428@gmail.com', '33ad353f3fa8ac8e44473e97d515e58b', 'LouisQuere', NULL, 'FALSE', '185.232.170.116', '2022-07-10 12:43:49', 'web', '', NULL),
(4991, 'creawert@rambler.ru', '3ea72f5982f822277fcadbbd767920b1', 'Jeffreyuncet', NULL, 'FALSE', '88.206.46.120', '2022-07-11 22:42:15', 'web', '', NULL),
(4992, 'shubhamgupta22.sg@gmail.com', '1c57e05769bdc33faffd8ee632ff636e', 'Shubham Gupta', NULL, 'FALSE', '49.36.17.166', '2022-07-12 07:34:06', 'web', '', NULL),
(4993, 'percprofuser1970@yandex.ru', 'ace9bef2bae0c55990eb0b9bddef4bf8', 'Ð—Ð°Ñ‚Ñ€ÑƒÐ´Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾ Ð·Ð½Ð°ÐºÐ¾Ð¼Ð¸Ñ‚ÑŒÑÑ Ñ Ð´ÐµÐ²ÑƒÑˆÐºÐ°Ð¼Ð¸? Ð—Ð°Ð±ÑƒÐ´ÑŒ Ð¾Ð± ÑÑ‚Ð¾Ð¼! ÐŸÐ¾Ð´Ð±ÐµÑ€ÐµÐ¼ Ñ‚ÐµÐ±Ðµ Ð¿Ð¾Ð´Ñ…Ð¾Ð´ÑÑ‰ÑƒÑŽ https://apple.com Ñ€ÐµÐµ  hhhhÑ€', NULL, 'FALSE', '95.216.21.217', '2022-07-13 18:31:24', 'web', '', NULL),
(4994, 'digitaloc@gmx.com', '44870eb30a4a9c2deea627cbdcb2b516', 'Joshuafew', NULL, 'FALSE', '69.16.157.11', '2022-07-14 01:09:03', 'web', '', NULL),
(4995, 'c.u.rtb.a.l.ch.2.0.22.@gmail.com', 'db9006acd1671bb20ea02d0b6c313147', 'ThomasTat', NULL, 'FALSE', '154.6.18.197', '2022-07-14 07:36:45', 'web', '', NULL),
(4996, 'stef.f.b.u.r.t.ono.l.o.@gmail.com', '96e6c917c42b36dbac7c0a87ffae6ef1', 'MichaelAsser', NULL, 'FALSE', '154.6.18.79', '2022-07-15 10:27:47', 'web', '', NULL),
(4997, 'lou.isr.g.8.6.3@gmail.com', 'd0d800e38d45ea086d41f960b9177d4a', 'RandySam', NULL, 'FALSE', '173.239.197.83', '2022-07-15 10:28:25', 'web', '', NULL),
(4998, 'shura.strelnikov.76@inbox.ru', '9ef8fe14a4416684445d8dc6426efb16', 'Ð’Ñ‹Ð¿Ð»Ð°Ñ‡ÐµÐ½Ð¾: AAAelh.co.inBBB', NULL, 'FALSE', '85.132.106.131', '2022-07-17 10:45:14', 'web', '', NULL),
(4999, 'seregainbox151+885@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.google.com/', NULL, 'FALSE', '45.90.196.66', '2022-07-18 01:36:24', 'web', '', NULL),
(5000, 'www.deepakkumar124@gmail.com', 'c302a0e4a3638ef75cf7aa6219ce6c2e', 'Deepak Choudhary', NULL, 'FALSE', '139.167.206.18', '2022-07-18 19:52:23', 'web', '', NULL),
(5001, 'sahulalitkumar0211@gmail.com', 'ecac666905acd08d460b0dc1b4c93568', 'Lalit kumar', NULL, 'FALSE', '117.222.64.125', '2022-07-19 16:00:35', 'web', '', NULL),
(5002, 'ratanstudio9@gmail.com', '5a23572c717ab5725dcafcebdf93fb61', 'Tanusree Adhikary', NULL, 'FALSE', '202.142.70.174', '2022-07-21 20:27:27', 'web', '', NULL),
(5003, 'pubmintyb@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'anikitichna', NULL, 'FALSE', '45.138.215.193', '2022-07-21 23:29:40', 'web', '', NULL),
(5004, 'AYANMITRA2489@GMAIL.COM', '0e18f0032ed41b4ae74a25f47a451cfe', 'Ayan Mitra ', NULL, 'FALSE', '47.11.200.200', '2022-07-22 00:11:39', 'web', '', NULL),
(5005, 'j.o.n.be.rsk.e.k@gmail.com', '6b43bb0a78a96f0bdf287d9846d0d70a', 'CharlesFrins', NULL, 'FALSE', '216.24.212.22', '2022-07-23 01:41:21', 'web', '', NULL),
(5006, 'scu.bajo.h.anson.@gmail.com', 'c44e066c36a5168dbfaab7a23dc274d7', 'Damiengromi', NULL, 'FALSE', '216.24.212.40', '2022-07-23 17:44:10', 'web', '', NULL),
(5007, 's.t.ep.h.a.n.eg.oodman.@gmail.com', 'd7eca072403224fc6ce77c96472afe16', 'Sharonblini', NULL, 'FALSE', '216.24.212.7', '2022-07-25 06:57:13', 'web', '', NULL),
(5008, 'h.an.ey.n76.@gmail.com', '88183a02991fb7dceb779415cf7c954f', 'Jamesurics', NULL, 'FALSE', '154.6.18.184', '2022-07-25 07:40:12', 'web', '', NULL),
(5009, 'jamesonstat3@mymailer.buzz', 'bc0205c094e1c0f2ac98a4dcec548c74', 'Jamesben', NULL, 'FALSE', '92.119.179.85', '2022-07-25 16:35:43', 'web', '', NULL),
(5010, 'jirotrew@outlook.com', '8b7d398918d4adf83d4d6d9c03d56663', 'RAqJER', NULL, 'FALSE', '213.139.193.101', '2022-07-26 14:59:56', 'web', '', NULL),
(5011, 'ferdicarref@yandex.com', 'c9d996c5f4b906d886fa69d19f4224f4', 'HindiVideoTreaw', NULL, 'FALSE', '164.68.98.60', '2022-07-27 19:50:58', 'web', '', NULL),
(5012, 'kat-service5656@yandex.com', 'bb063971e198532f1b27514527f917f2', 'LloydTrush', NULL, 'FALSE', '46.191.249.25', '2022-07-28 09:23:07', 'web', '', NULL),
(5013, 'shankar211@live.com', '07055f6ddf2bf6e962e5f6cdece54e84', 'Shankar', NULL, 'FALSE', '45.118.156.216', '2022-07-28 11:11:17', 'web', '', NULL),
(5014, 'mikrw@yandex.com', 'f0eace52ab3c5ebd3d0cb135705b46c2', 'ArnoldEmery', NULL, 'FALSE', '88.206.49.157', '2022-07-28 19:04:10', 'web', '', NULL),
(5015, 'arthicpur@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'hfblf', NULL, 'FALSE', '45.144.0.18', '2022-07-30 13:52:33', 'web', '', NULL),
(5016, 'ashim.mca@gmail.com', '9e640276131c82b8692a128e42b44a2a', 'ASHIM MALLICK ', NULL, 'FALSE', '115.187.46.55', '2022-07-31 08:03:58', 'web', '', 0),
(5018, 'aashtrade5@gmail.com', 'ea214828c4765ddbc786daf6a3aa4b99', 'AASHIK', NULL, 'FALSE', '106.198.30.36', '2022-08-01 14:36:45', 'web', '', 68131659531811),
(5019, 'xram97@bk.ru', '46e80aac834a45e520dab217f01deae0', 'rewrbgfnfgsfhghjfg fdfgdfgdfg https://www.google.com/rtfsds06061987', NULL, 'FALSE', '86.62.17.129', '2022-08-01 20:04:29', 'web', '', NULL),
(5020, 'wisholieno@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'cfieyz', NULL, 'FALSE', '45.144.0.18', '2022-08-02 14:32:06', 'web', '', NULL),
(5021, 'kdnarayan23@gmail.com', '7dc67a3017118e0e53a051db428e5b30', 'K D Narayan', NULL, 'FALSE', '117.219.14.97', '2022-08-04 11:23:21', 'web', '', NULL),
(5022, 'sridipbhowmick@gmail.com', '6bf3a923d9edb10efc296e02eb1c568b', 'Sridip Bhowmick', NULL, 'FALSE', '47.11.197.255', '2022-08-04 20:24:22', 'web', '', NULL),
(5023, 'nsruthi7023@gmail.com', '37325172178441bfd99d0cfcbf82bd36', 'Sruthi Nagarajan', NULL, 'FALSE', '220.158.168.35', '2022-08-05 08:39:27', 'web', '', 81221659669065),
(5024, 'carcraft.hr1@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you ever tried cybersex? LetÐ¿Ñ—Ð…s distribute each other satisfaction this evening! - => https://ok.me/40x31\r\n', NULL, 'FALSE', '194.63.141.228', '2022-08-06 03:55:30', 'web', '', NULL),
(5025, 'giannoskatsibaros@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Take you forever tested cybersex? LetÐ¿Ñ—Ð…s grant every some pleasure evening! - => https://ok.me/Szv31\r\n', NULL, 'FALSE', '194.63.141.228', '2022-08-06 04:36:35', 'web', '', NULL),
(5026, 'educorehr2@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Include you always trying cybersex? LetÐ¿Ñ—Ð…s present every remainder fun this evening! - => https://ok.me/Nhz31\r\n', NULL, 'FALSE', '178.208.78.211', '2022-08-06 04:56:55', 'web', '', NULL),
(5027, 'Allthingsmma1@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Possess you always tested cybersex? LetÐ¿Ñ—Ð…s present each remainder delight evening! - => https://ok.me/Uiz31\r\n', NULL, 'FALSE', '77.221.152.215', '2022-08-06 05:17:10', 'web', '', NULL),
(5028, 'vshp2401@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Possess you ever tried cybersex? LetÐ¿Ñ—Ð…s present each some delight evening! - => https://ok.me/2Sy31\r\n', NULL, 'FALSE', '194.63.142.171', '2022-08-06 05:37:47', 'web', '', NULL),
(5029, 'sacredhearthartwell@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Have you ever tested cybersex? LetÐ¿Ñ—Ð…s pass every other delight this evening! - => https://ok.me/IEx31\r\n', NULL, 'FALSE', '194.63.143.254', '2022-08-06 06:19:56', 'web', '', NULL),
(5030, '83ss1983@mail.ru', 'cbcbef9750ee62dc60ecef972416efb3', 'Include you always trying cybersex? LetÐ¿Ñ—Ð…s give each other freedom tonight! - => https://ok.me/eZv31\r\n', NULL, 'FALSE', '176.119.140.6', '2022-08-06 11:41:49', 'web', '', NULL),
(5031, 'lina.volosevic@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Possess you always tried cybersex? LetÐ¿Ñ—Ð…s present any other freedom tonight! - => https://ok.me/Zey31\r\n', NULL, 'FALSE', '91.227.155.12', '2022-08-06 12:22:46', 'web', '', NULL),
(5032, 'Incen.Empire@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Possess you ever tested cybersex? LetÐ¿Ñ—Ð…s provide any some joy this night! - => https://ok.me/pvw31\r\n', NULL, 'FALSE', '92.243.65.217', '2022-08-06 12:41:10', 'web', '', NULL),
(5033, 'vetcarejonesboro@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Take you always tried cybersex? LetÐ¿Ñ—Ð…s distribute each rest delight tonight! - => https://ok.me/U2w31\r\n', NULL, 'FALSE', '91.227.155.19', '2022-08-06 12:58:22', 'web', '', NULL),
(5034, 'tarmix1997@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Include you always tested cybersex? LetÐ¿Ñ—Ð…s provide every remainder freedom evening! - => https://ok.me/0Mx31\r\n', NULL, 'FALSE', '109.120.128.188', '2022-08-06 13:16:23', 'web', '', NULL),
(5035, 'donor.donor.88@mail.ru', '46e80aac834a45e520dab217f01deae0', 'rewrbgfnfgsfhghjfg fdfgdfgdfg https://www.google.com/rtfsds06061987 !', NULL, 'FALSE', '86.62.16.196', '2022-08-06 13:30:32', 'web', '', NULL),
(5036, 'gklinting@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you forever trying cybersex? LetÐ¿Ñ—Ð…s offer every some pleasure evening! - => https://ok.me/Rwv31\r\n', NULL, 'FALSE', '193.0.200.234', '2022-08-06 14:12:13', 'web', '', NULL),
(5037, 'yusufsengur@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Have you once trying cybersex? LetÐ¿Ñ—Ð…s give any some delight evening! - => https://ok.me/FHx31\r\n', NULL, 'FALSE', '193.0.203.29', '2022-08-06 14:31:21', 'web', '', NULL),
(5038, 'studiomaria.formamas@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Have you ever tested cybersex? LetÐ¿Ñ—Ð…s offer every some fun evening! - => https://ok.me/wjy31\r\n', NULL, 'FALSE', '192.162.102.251', '2022-08-06 14:51:29', 'web', '', NULL),
(5039, 'patelsanjivan@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Have you once tried cybersex? LetÐ¿Ñ—Ð…s present any rest satisfaction this night! - => https://ok.me/Dyw31\r\n', NULL, 'FALSE', '178.208.78.211', '2022-08-06 15:10:50', 'web', '', NULL),
(5040, 'sveta-ignatieva@mail.ru', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you once tasted cybersex? LetÐ¿Ñ—Ð…s present each rest joy this evening! - => https://ok.me/ubw31\r\n', NULL, 'FALSE', '192.162.103.198', '2022-08-06 15:28:41', 'web', '', NULL),
(5041, 'shopuniqlk@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Have you always tried cybersex? LetÐ¿Ñ—Ð…s provide every other delight evening! - => https://ok.me/71x31\r\n', NULL, 'FALSE', '194.63.142.163', '2022-08-06 16:04:30', 'web', '', NULL),
(5042, 'median121@outlook.com.vn', 'b69a2a5f717bd0cabe39d173d4eaf9e9', 'Alberterrom', NULL, 'FALSE', '27.72.65.253', '2022-08-06 16:57:22', 'web', '', NULL),
(5043, '9214400003@mail.ru', 'cbcbef9750ee62dc60ecef972416efb3', 'Include you always tasted cybersex? LetÐ¿Ñ—Ð…s present any other freedom tonight! - => https://ok.me/FTy31\r\n', NULL, 'FALSE', '193.0.203.18', '2022-08-06 20:05:29', 'web', '', NULL),
(5044, 'Ventouch@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Take you once trying cybersex? LetÐ¿Ñ—Ð…s provide any second pleasure this night! - => https://ok.me/7nx31\r\n', NULL, 'FALSE', '192.162.100.187', '2022-08-06 20:25:31', 'web', '', NULL),
(5045, 'sdaoffice@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Take you ever trying cybersex? LetÐ¿Ñ—Ð…s give any second fun evening! - => https://ok.me/NOv31\r\n', NULL, 'FALSE', '194.63.143.32', '2022-08-06 20:44:39', 'web', '', NULL),
(5046, 'Bigbag.fibc.zsak@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you always tried cybersex? LetÐ¿Ñ—Ð…s offer any second satisfaction this night! - => https://ok.me/89z31\r\n', NULL, 'FALSE', '176.119.140.221', '2022-08-06 21:03:24', 'web', '', NULL),
(5047, 'andrewj.bowman@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Possess you always tested cybersex? LetÐ¿Ñ—Ð…s grant every second fun tonight! - => https://ok.me/Max31\r\n', NULL, 'FALSE', '194.63.142.91', '2022-08-06 21:59:30', 'web', '', NULL),
(5048, 'rjkgjfbqc@totzilla.ru', '53d82582144a8258bde549974251a950', 'Leighaguatt', NULL, 'FALSE', '185.72.199.107', '2022-08-10 02:57:41', 'web', '', NULL),
(5049, 'stopwar@xmc.pl', 'caa279c9b350758f2d0d566b3a260c46', 'XMC.PL-Master', NULL, 'FALSE', '93.89.199.150', '2022-08-10 22:40:27', 'web', '', NULL),
(5050, 'guerrorosaria@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'ujiekz', NULL, 'FALSE', '46.161.11.23', '2022-08-12 10:54:00', 'web', '', NULL),
(5051, 'parvshrm@gmail.com', '953f2f31a9c71c39a9aaa3ef935df8a0', 'Parv Sharma', NULL, 'FALSE', '169.149.229.68', '2022-08-12 13:03:57', 'web', '', NULL),
(5052, 'andy.w.or.l.l.a.nd.er.se.ew.e.ek.s.5.79.3.22@gmail.com', 'f4e7a1b58136df97072ad0da2fbe48a7', 'andyllhek', NULL, 'FALSE', '146.70.125.34', '2022-08-12 16:48:19', 'web', '', NULL),
(5053, 'fujico69@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Have you always tried cybersex? LetÐ¿Ñ—Ð…s pass every other satisfaction this evening! - => https://ok.me/XWx31\r\n', NULL, 'FALSE', '176.119.140.81', '2022-08-12 22:07:38', 'web', '', NULL),
(5054, 's-cjss@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Include you once tasted cybersex? LetÐ¿Ñ—Ð…s pass every second satisfaction this night! - => https://ok.me/Z2y31\r\n', NULL, 'FALSE', '194.87.234.184', '2022-08-12 22:47:26', 'web', '', NULL),
(5055, 'jasmine1jasmine5@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Include you always trying cybersex? LetÐ¿Ñ—Ð…s offer any other fun tonight! - => https://ok.me/drx31\r\n', NULL, 'FALSE', '178.208.90.137', '2022-08-12 23:00:08', 'web', '', NULL),
(5056, 'yasaga7523@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Take you always tried cybersex? LetÐ¿Ñ—Ð…s pass any other freedom evening! - => https://ok.me/Wcv31\r\n', NULL, 'FALSE', '91.227.155.26', '2022-08-12 23:13:53', 'web', '', NULL),
(5057, 'sakon1818@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you forever tested cybersex? LetÐ¿Ñ—Ð…s distribute any rest joy tonight! - => https://ok.me/3lw31\r\n', NULL, 'FALSE', '192.162.103.198', '2022-08-12 23:27:36', 'web', '', NULL),
(5058, 'jjjjj95@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Include you ever tested cybersex? LetÐ¿Ñ—Ð…s grant every other fun tonight! - => https://ok.me/8Ey31\r\n', NULL, 'FALSE', '92.243.65.220', '2022-08-12 23:41:03', 'web', '', NULL),
(5059, 'bwh777@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you forever trying cybersex? LetÐ¿Ñ—Ð…s present each some pleasure this night! - => https://ok.me/kwx31\r\n', NULL, 'FALSE', '81.22.44.89', '2022-08-13 00:31:15', 'web', '', NULL),
(5060, 'fantom24@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Take you ever tasted cybersex? LetÐ¿Ñ—Ð…s give every some pleasure this evening! - => https://ok.me/HUz31\r\n', NULL, 'FALSE', '193.0.200.252', '2022-08-13 00:44:31', 'web', '', NULL),
(5061, 'sachie1215@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you ever tested cybersex? LetÐ¿Ñ—Ð…s give each rest pleasure evening! - => https://ok.me/hev31\r\n', NULL, 'FALSE', '176.119.140.244', '2022-08-13 00:56:52', 'web', '', NULL),
(5062, 'mintpai@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Take you always tasted cybersex? LetÐ¿Ñ—Ð…s pass every second joy this night! - => https://ok.me/SZw31\r\n', NULL, 'FALSE', '194.63.141.236', '2022-08-13 01:10:26', 'web', '', NULL),
(5063, 'onaona_nao@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you ever tasted cybersex? LetÐ¿Ñ—Ð…s grant every remainder satisfaction tonight! - => https://ok.me/Bby31\r\n', NULL, 'FALSE', '176.119.140.195', '2022-08-13 01:34:47', 'web', '', NULL),
(5064, 'obake_1192@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Take you once tested cybersex? LetÐ¿Ñ—Ð…s give any remainder freedom evening! - => https://ok.me/eQz31\r\n', NULL, 'FALSE', '81.22.44.228', '2022-08-13 01:46:14', 'web', '', NULL),
(5065, 'nana86@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you always tried cybersex? LetÐ¿Ñ—Ð…s present each other delight this evening! - => https://ok.me/FQx31\r\n', NULL, 'FALSE', '91.227.155.208', '2022-08-13 02:09:58', 'web', '', NULL),
(5066, 'right0607@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Have you forever tried cybersex? LetÐ¿Ñ—Ð…s provide each some fun this night! - => https://ok.me/M1y31\r\n', NULL, 'FALSE', '92.243.65.220', '2022-08-13 02:21:41', 'web', '', NULL),
(5067, 'okutan_okutan@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Have you ever tested cybersex? LetÐ¿Ñ—Ð…s provide any remainder fun tonight! - => https://ok.me/zfx31\r\n', NULL, 'FALSE', '46.254.16.47', '2022-08-13 02:33:11', 'web', '', NULL),
(5068, 'fohane538@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Possess you always tasted cybersex? LetÐ¿Ñ—Ð…s offer every rest pleasure this evening! - => https://ok.me/o6z31\r\n', NULL, 'FALSE', '192.162.102.149', '2022-08-13 02:57:19', 'web', '', NULL),
(5069, 'williebruip@softdisc.site', '0f0cee810e1633cf4eb0e5fc4b90bd28', 'ShannonNulty', NULL, 'FALSE', '46.46.116.200', '2022-08-14 06:04:25', 'web', '', NULL),
(5070, 'suanneandrew4@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Lucasus', NULL, 'FALSE', '46.161.11.23', '2022-08-16 15:55:46', 'web', '', NULL),
(5071, 'ferdikaplan6@yandex.com', 'c9d996c5f4b906d886fa69d19f4224f4', 'JITTTreaw', NULL, 'FALSE', '164.68.98.60', '2022-08-19 23:12:51', 'web', '', NULL),
(5072, 'palparthaprotim19931803@gmail.com', '25d55ad283aa400af464c76d713c07ad', 'Partha Protim Pal', NULL, 'FALSE', '42.105.197.195', '2022-08-22 23:49:37', 'web', '', NULL),
(5073, 'mailto:edtiwea1982@mail.ru', '48d68b5863ef42362ffc2e778559c96d', 'Ð—Ð¾Ñ‡ÐµÑˆÑŒ Ð·Ð°Ñ€Ð°Ð±Ð¾Ñ‚Ð°Ñ‚ÑŒ Ð¼Ð½Ð¾Ð³Ð¾ Ð´ÐµÐ½ÐµÐ³? https://apple.com', NULL, 'FALSE', '95.216.1.83', '2022-08-23 04:59:48', 'web', '', NULL),
(5074, 'anirban.lfc@gmail.com', 'cea355e96acb9715b6669f49fd57b027', 'Anirban Panja', NULL, 'FALSE', '203.110.242.44', '2022-08-23 12:45:29', 'web', '', NULL),
(5075, 'kideckbh@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Nadura', NULL, 'FALSE', '46.161.11.23', '2022-08-23 18:05:30', 'web', '', NULL),
(5076, 'satyamandal2@gmail.com', 'f3806dd4a95b2ed53a6f7de22bb98834', 'Satya Mandal', NULL, 'FALSE', '110.224.20.250', '2022-08-24 18:25:58', 'web', '', NULL),
(5077, 'edtiwea1982@mail.ru', '48d68b5863ef42362ffc2e778559c96d', 'Ð­Ñ‚Ð¾ Ñ‚ÐµÑÑ‚Ð¾Ð²Ð¾Ðµ Ð¿Ð¸ÑÑŒÐ¼Ð¾ https://apple.com', NULL, 'FALSE', '95.216.1.83', '2022-08-25 18:21:16', 'web', '', NULL),
(5078, 'wwqkuclfr@exzilla.ru', '53d82582144a8258bde549974251a950', 'Leighaguatt', NULL, 'FALSE', '46.161.11.5', '2022-08-26 22:04:40', 'web', '', NULL),
(5079, 'mariusz.rosa2022@wp.pl', '7ac72925e466ca620daa12e55900ac16', 'Frankiehak', NULL, 'FALSE', '62.210.80.33', '2022-08-26 23:20:24', 'web', '', NULL),
(5080, 'woustemee@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Ielianil', NULL, 'FALSE', '46.161.11.23', '2022-08-30 17:43:21', 'web', '', NULL),
(5081, 'vlad@cream.in.ua', 'd429b18d5cf93204392dbcc6a2284114', 'Andrewswelf', NULL, 'FALSE', '195.114.146.206', '2022-08-30 21:12:20', 'web', '', NULL),
(5082, 'zazabr.ain2020@gmail.com', '1f55aeb723e91a575e478b2c0478b9a1', 'AlexRef', NULL, 'FALSE', '51.91.157.66', '2022-08-31 07:15:37', 'web', '', NULL),
(5083, 'aarish.0@gmail.com', '44c47bef3680f3b7191915b082d87009', 'RAVI KUMAR SINGH', NULL, 'FALSE', '47.11.252.186', '2022-08-31 15:30:06', 'web', '', NULL),
(5084, 'nemalasubrahmanyam@ymail.com', 'e9f43e6589916feb849b41dc2b98bd5a', 'Nemala subrahmanyam', NULL, 'FALSE', '157.48.203.189', '2022-09-01 20:16:25', 'web', '', NULL),
(5085, 'shoptorgspirtuno@mail.ru', 'e1abed677cb515e013d0106e7d2b55f6', 'TorgSpirtOn', NULL, 'FALSE', '77.83.28.86', '2022-09-03 03:44:19', 'web', '', NULL),
(5086, 'utimorka@yandex.com', '749203b7462aa75e8d2b53e98e81112f', 'Wayfex', NULL, 'FALSE', '94.180.185.192', '2022-09-03 23:44:17', 'web', '', NULL),
(5087, 'kiraseevitch@yandex.ru', '74fdf4adb75c5da5d81a65794a7ac2f4', 'JaPence', NULL, 'FALSE', '94.180.185.192', '2022-09-03 23:44:17', 'web', '', NULL),
(5088, 'igorfunzf@mail.ru', 'b776bf26752119f53365cfd5ae861056', 'Ð—Ð°Ð±ÑƒÐ´ÑŒ Ð¾Ð± ÑÑ‚Ð¾Ð¼! ÐŸÐ¾Ð´Ð±ÐµÑ€ÐµÐ¼ Ñ‚ÐµÐ±Ðµ Ð¿Ð¾Ð´Ñ…Ð¾Ð´ÑÑ‰ÑƒÑŽ https://apple.com', NULL, 'FALSE', '95.216.21.217', '2022-09-04 11:49:21', 'web', '', NULL),
(5089, 'mountconraiprom@mail.ru', '527cd0fcede39f6f9df238f6a29386ed', 'QHQZFLEAYZ6JBD   www.ya.ru', NULL, 'FALSE', '178.45.109.250', '2022-09-07 04:18:24', 'web', '', NULL),
(5090, 'dannyduleppo@gmail.com', '0281c63428257fa4ff8ae3f82a2f4f58', 'Dustintromb', NULL, 'FALSE', '92.207.253.226', '2022-09-07 16:44:24', 'web', '', NULL),
(5091, 'sdedwards@gfbinsurance.com', '609e096cfea87507ff82871a82e1062b', 'alexander_sex_tape\r\n https://susk.page.link/bDds#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 19:17:36', 'web', '', NULL),
(5092, 'john.doe@a57.siezendevisser.nl', 'da7516cd9161b457f851fd8bc9bc620a', 'asain_group_sex\r\n https://ohy.page.link/zRx8#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 19:21:12', 'web', '', NULL),
(5093, 'abatra@exchange4media.com', '88ebe6daf85e2a6b39ab07988ab42905', 'american_sex_film\r\n https://mlfy.page.link/zftw#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 19:22:33', 'web', '', NULL),
(5094, 'ktstulsi@hotmail.com', 'a7c9bef77435972e34c6b24426103319', 'amateur_beach_sex_videos\r\n https://qsis.page.link/hWHm#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 19:26:12', 'web', '', NULL),
(5095, 'referenceservices@ewml.org', 'c5bc698877894831c4a7b3648d2febff', 'all_sex_vidoes\r\n https://ohy.page.link/SxYT#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 19:27:52', 'web', '', NULL),
(5096, 'jltbalt1@verizon.net', '1728bd569b8f737588cf08c9f5e1c94b', 'african_child_sex\r\n https://ohy.page.link/Lr3X#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 19:31:11', 'web', '', NULL),
(5097, 'shivamteotia@gmail.com', 'b36ee928b1fa73525e9d5066bbebe5cc', 'amateur_group_sex_pictures\r\n https://qsis.page.link/a2iD#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 19:33:22', 'web', '', NULL),
(5098, 'kevin.green@greensburgdailynews.com', '3ce92d70bcd252f667c96aa4256c2303', 'amateur_home_made_sex\r\n https://susk.page.link/SEKF#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 19:36:20', 'web', '', NULL),
(5099, 'wfitch@fvcc.edu', '74f1b0a451e7f556918f7e3c44556eb5', 'asian_boy_sex_video\r\n https://qsis.page.link/NJvx#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 19:41:27', 'web', '', NULL),
(5100, 'apt_orzel@faktoribs.com.pl', 'fa397f422b200dfa79afe07f2540d9f1', 'amature_sex_video_post\r\n https://mlfy.page.link/cPEb#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 19:46:50', 'web', '', NULL),
(5101, 'cludyncml@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'veruha', NULL, 'FALSE', '37.139.53.44', '2022-09-07 19:46:53', 'web', '', NULL),
(5102, 'orswebcic@utah.gov', 'd4d33e619d6818e8f0cf6202b1e8cc96', 'adult_sex_channel\r\n https://ohy.page.link/Acxn#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 19:51:36', 'web', '', NULL),
(5103, 'dmus@wrsi.com', '915a42399804922e04b2cfc5f650d730', 'ass_sex_vid\r\n https://sisz.page.link/GYsA#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 19:52:06', 'web', '', NULL),
(5104, 'eijrilaurfarveila@nowcarinsurance.fun', 'a10b61078a7b8a04dbd096b563f5fb3f', 'alyson_hannigan_free_sex_tape\r\n https://mlfy.page.link/Q3uH#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 19:57:28', 'web', '', NULL),
(5105, 'quejasyreclamos@parexresources.com', '2d75b7109276b4d16d7220f4a99dbe65', 'asian_free_sex_porn\r\n https://segs.page.link/tcqX#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 20:02:16', 'web', '', NULL),
(5106, 'bharathvsb5@gmail.com', 'c319fcc89ba61c06c61567c4c6fc343f', 'amateur_threesome_sex\r\n https://susk.page.link/cEQf#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 20:03:04', 'web', '', NULL),
(5107, 'sharanjit@mediaprima.com.my', '42de25f3510ee7f0589b8cbd7445f704', 'asin_sex_movie\r\n https://sisz.page.link/UudN#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 20:08:03', 'web', '', NULL),
(5108, 'sales@cottrellpark.com', 'dcc12c7daf5bc062a768bbaea2c6b0a0', 'animated_incest_sex\r\n https://mlfy.page.link/1AC6#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 20:09:05', 'web', '', NULL),
(5109, 'cforden@clarion.edu.', '4a453b0cbdf2855cbf37cf6265793985', 'actor_sex\r\n https://sisz.page.link/mQDE#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 20:14:57', 'web', '', NULL),
(5110, 'ddnrhToleandrale@vicodinpills.us', 'cca6fa06d23042967207689f51472889', 'arab_women_and_sex\r\n https://ohy.page.link/hUyb#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 20:19:36', 'web', '', NULL),
(5111, 'edit@carmagazine.gr', 'b10d3b9d851a310d3d53389cfc146301', 'anal_sex_gay_videos\r\n https://segs.page.link/9FLt#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 20:20:49', 'web', '', NULL),
(5112, 'ninacass87@gmail.com', '5d620f5c2abafb4b06bcbab8f408b76b', 'all_ebony_sex\r\n https://sisz.page.link/2whk#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 20:25:25', 'web', '', NULL),
(5113, 'sgehrke@tacoma.k12.wa.us', 'e3e9268efadb46b97295ec729e0f0724', 'all_sex_terms\r\n https://ohy.page.link/81gc#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 20:26:26', 'web', '', NULL),
(5114, 'ort@slow.co.za', 'a17fb48822cdd730a94424a258c1c1e3', 'amature_sex_trailers\r\n https://qsis.page.link/Lj14#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 20:44:06', 'web', '', NULL),
(5115, 'Sing@somevoices.co.uk', '4a4db2de161589afc8fac717d2491ad8', 'actress_sex_images\r\n https://mlfy.page.link/ct5V#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 20:48:28', 'web', '', NULL),
(5116, 'bob@digitaltransactions.net', 'a2b7a5a80836666df936b15c748dc327', 'all_online_sex_games\r\n https://mlfy.page.link/5nx7#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 20:48:41', 'web', '', NULL),
(5117, 'apexhackers4187@gmail.com', '150957dbb7992303e3aeda5af774e1e0', 'asin_sex_movie\r\n https://fakc.page.link/A97Q#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 20:52:48', 'web', '', NULL),
(5118, 'n@.dhi', '0820e3c15e8fce7ecb640f8a845ac676', 'amature_rough_sex\r\n https://sisz.page.link/ySbF#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 20:53:07', 'web', '', NULL),
(5119, 'editorial@dfamedia.co.uk', 'bad09fffb5cf2d40f0847bd45c90356d', 'asian_sex_partner\r\n https://mlfy.page.link/T6Pr#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 20:56:50', 'web', '', NULL),
(5120, 'jamesoliverblankatmhackers@outlook.com', '4c34bd2deb5b294ea3e7c27ed74f1c07', 'adult_sex_friend_finder\r\n https://susk.page.link/b4JK#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 21:01:15', 'web', '', NULL),
(5121, 'enquiry@experienceoz.com.au', 'ee217e899daba8d98684ee31c8e1e99d', 'ass_sex_free_videos\r\n https://sysn.page.link/kkJN#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 21:01:21', 'web', '', NULL),
(5122, 'info@thisispress.com', '96bcdde1e2373468c281b60919a7a93c', 'amateur_public_sex_video\r\n https://susk.page.link/NcGf#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 21:05:31', 'web', '', NULL),
(5123, 'mzafra@piusxparish.org', '52a73e17865b668b10b0c9df503113e3', 'amateur_sex_creampie\r\n https://segs.page.link/fDRL#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 21:09:37', 'web', '', NULL),
(5124, 'info@basketworldlife.it', '7322639a38f44e7b07949f2a1cfd49d1', 'amateur_shower_sex\r\n https://qsis.page.link/Kx1D#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 21:09:42', 'web', '', NULL),
(5125, 'Vet533@yahoo.com', 'a063d201f0961f0218f5bac36a0b2894', 'animals_sex_porn\r\n https://mlfy.page.link/bWjP#\r\nanodo', NULL, 'FALSE', '178.45.109.250', '2022-09-07 21:13:33', 'web', '', NULL),
(5126, 'pilloud.m.m@sefanet.ch', '56bbd59e312b3fcdcac5a048cfe67a60', 'anal_blonde_sex\r\n https://segs.page.link/eQFb#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 21:36:34', 'web', '', NULL),
(5127, 'ym.yawmeng@gmail.com', '567c63e25a5aeb890aa6ae094bcd26bc', 'asian_school_girl_sex_movies\r\n https://mlf.page.link/Qexz#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 21:40:38', 'web', '', NULL),
(5128, 'wumenliyana@yahoo.com', 'ff306fcd0a9c9c607e485458a10c0fed', 'asian_sex_tubes\r\n https://sisz.page.link/wo8m#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 21:45:15', 'web', '', NULL),
(5129, 'sth.nhs.uk@promonearme.com', 'ba2f3087a4e0271e105c68645f7aa228', 'ass_and_sex\r\n https://ohy.page.link/Kdny#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 21:48:52', 'web', '', NULL),
(5130, 'charlotte_miller@live.co.uk', '763e88ccd38e26d2222cc5ab54657e07', 'amateur_group_sex_movies\r\n https://mlf.page.link/pjHS#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 21:49:20', 'web', '', NULL),
(5131, 'eka@idc.co.id', '65a768689d83b079e6e724199c9f845a', 'adult_sex_stories\r\n https://mlf.page.link/nDjN#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 21:52:50', 'web', '', NULL),
(5132, 'lkspec@aspec.com.my', '522eb6afb0a6059eec110e92016b3ead', 'adult_fiction_sex_stories\r\n https://ohy.page.link/otEP#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 21:53:06', 'web', '', NULL),
(5133, 'kaustubhdongaonkar@gmail.com', 'd0c169176b0435c06b751a94c7f0a119', 'arab_amature_sex\r\n https://sisz.page.link/8Y13#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 21:56:56', 'web', '', NULL),
(5134, 'mohamedfathan93@gmail.com', '8e3b184af0e609866ba001ac3a7bc59e', 'ancient_chinese_sex\r\n https://ohy.page.link/Jyod#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:00:44', 'web', '', NULL),
(5135, 'johan.hjelm@ericsson.com', 'eb41522c45a1fbf8f39bc40f5a0f9895', 'amateur_mature_women_sex\r\n https://fakc.page.link/Nc3s#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:00:58', 'web', '', NULL),
(5136, 'svobodnikova@mail.muni.cz', 'ddfe814af9ccd2b166caa726c3c55bfe', 'amateur_mature_group_sex\r\n https://ohy.page.link/pW4k#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:04:31', 'web', '', NULL),
(5137, 'eunice.tai@agriborneo.com.my', 'f2a38851f67ec8525ca145b54e55b12f', 'amateur_sex_vidios\r\n https://fakc.page.link/cEUd#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:08:21', 'web', '', NULL),
(5138, 'abdo_fr@hotmail.fr', 'ed9d8c8fec61c5a2cdc049cade03e9f5', 'alien_cartoon_sex\r\n https://mlf.page.link/7JqQ#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:08:38', 'web', '', NULL),
(5139, 'mdzul85@gmail.com', 'f69079befd32e498f2d391570752e9d2', 'adult_sex_toy_shop\r\n https://mlf.page.link/o4N4#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:12:15', 'web', '', NULL),
(5140, 'mhi.erfan1@gmail.com', 'd37c7a2acf2707ab8aa76f02c6dbd508', 'amateur_wife_sex\r\n https://qsis.page.link/F3nU#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:12:39', 'web', '', NULL),
(5141, 'tnehira@hiroshima-u.ac.jp', '0f8a00c583da10fafd4d53115b975715', 'abi_titmus_sex_video\r\n https://fakc.page.link/4ERQ#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:16:06', 'web', '', NULL),
(5142, 'jennifer.yeo@koonseng.com', 'd32f4a7c65eef0036e60f6170cc49f48', 'asian_sex_thumb\r\n https://fakc.page.link/kwEh#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:16:42', 'web', '', NULL),
(5143, 'terajureka@gmail.com', '870e8c1286857629186e2162c680bd94', 'amateur_couple_having_sex\r\n https://segs.page.link/KDdB#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:20:01', 'web', '', NULL),
(5144, 'query_fssspd@um.edu.my', '86d6d9c01740ef8d010bd08b6b042ae4', 'arab_sex_movie\r\n https://susk.page.link/NR6q#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:31:48', 'web', '', NULL),
(5145, 'shengxu703@126.com', '6cac463be7ca5598effcd210432254f1', 'amatuer_free_sex_video\r\n https://mlf.page.link/qPGs#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:36:05', 'web', '', NULL),
(5146, 'reyes.gonzalez.exposito@gmail.com', '991353caa5afa8b52d36d208179feef9', 'anime_sex_vedios\r\n https://mlf.page.link/CxQs#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:38:11', 'web', '', NULL),
(5147, 'rouhmaa@yahoo.com', 'f9a74566cfbfc7d428fbd89fb7f271ec', 'asian_mature_sex\r\n https://sisz.page.link/x5mn#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:43:30', 'web', '', NULL),
(5148, 'nor_areyou@yahoo.com', '22d39e03d42ef7aedf53798e8ffa5194', 'anal_dildo_sex\r\n https://ohy.page.link/DgQw#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:47:32', 'web', '', NULL),
(5149, 'account@bumirim.com', '5df333c495550ea0d97842fe745d5f74', 'amatuer_sex_movies\r\n https://fakc.page.link/bi7V#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:47:46', 'web', '', NULL),
(5150, 'corp.aff@intimal.edu.my', 'c40319c08d699bcf8a786a50a3072ba5', 'anal_sex_photos\r\n https://mlf.page.link/kbGv#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:51:18', 'web', '', NULL),
(5151, 'HR@maser.com.my', '258d7a42dffe232a10a27a54c7e826bf', 'american_sex_moves\r\n https://sisz.page.link/CKEW#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:51:32', 'web', '', NULL),
(5152, 'erraleeda@yahoo.com', '12de9f0bfc7bf2ee4082910f81f98d1d', 'ass_girl_sex_video\r\n https://mlf.page.link/o4N4#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 22:59:52', 'web', '', NULL),
(5153, 'gregoire.carre@etu.univ-poitiers.fr', 'a4d8e24e5f534e2ccf8429cf835d1162', 'adult_sex_party_favors\r\n https://sysn.page.link/Ms1Q#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 23:04:08', 'web', '', NULL),
(5154, 'j29462013@gmail.com', 'fdcef0936d2a5261cfa92b6407932b49', 'after_school_sex_slave\r\n https://sysn.page.link/k5kY#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 23:08:04', 'web', '', NULL),
(5155, 'minhairi@yahoo.com.my', 'efecb91e438d1fc3962e10895c4fea19', 'aids_oral_sex\r\n https://sisz.page.link/xLw7#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 23:08:19', 'web', '', NULL),
(5156, 'anim_66@yahoo.com', '869255137abcad1e7a87147446d13de4', 'amateur_cams_sex\r\n https://mlfy.page.link/hXFB#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 23:11:49', 'web', '', NULL),
(5157, 'nureinsinarni@gmail.com', '1553b04ed6048edcf4fd6b90efcfe545', 'ass_sex_vedio\r\n https://sysn.page.link/mB66#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 23:16:12', 'web', '', NULL),
(5158, 'bernard.lee@acnielsen.com.my', '6f0ec7340820761b7855a05845d4d8d6', 'age_sex_video\r\n https://mlfy.page.link/QhzQ#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 23:18:28', 'web', '', NULL),
(5159, 'liborran@g2.nctu.edu.tw', 'e0da95e7dc24dd85daa5b856b2a21dda', 'anime_sex_porn_movies\r\n https://sisz.page.link/inPx#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 23:19:48', 'web', '', NULL),
(5160, 'sitihawamattial@gmail.com', '3ada1f036792ae8868a9292bbf3f8dc9', 'alien_sex_animation\r\n https://mlfy.page.link/jmr4#\r\nanodo', NULL, 'FALSE', '95.67.151.161', '2022-09-07 23:41:58', 'web', '', NULL),
(5161, 'mammallamas@gmail.com', 'fb985bf8ff75b6130537c9af104a9224', 'asian_school_sex\r\n https://segs.page.link/FoP7#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 12:33:03', 'web', '', NULL),
(5162, 'wegbert3@icloud.com', '7933c3c5187e6ca90422fa2d37629919', 'anime_sex_porn\r\n https://susk.page.link/Xa4y#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 12:36:41', 'web', '', NULL),
(5163, 'humblefurniture@gmail.com', '7633f50c956bcec52b51aedaf0c59a9b', 'anime_hentai_sex_porn\r\n https://segs.page.link/VoL2#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 12:40:19', 'web', '', NULL),
(5164, 'cocosumner@yahoo.com', 'd635d5f17febbcfe19c9f2de24c78118', 'american_high_school_sex\r\n https://susk.page.link/Loz3#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 12:43:55', 'web', '', NULL),
(5165, 'annban213@gmail.com', '24796d256d602648fe1380c905a45062', 'amatuer_sex_tube\r\n https://mlfy.page.link/Umf5#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 12:45:05', 'web', '', NULL),
(5166, 'reynoldsallierae@gmail.com', '9901feb3a52042ef07033ad3270eecfb', 'adult_sex_vedios\r\n https://sisz.page.link/5b6k#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 12:49:02', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(5167, 'erica.caron479@gmail.com', '6f54fbefbee9bc7daa04c9fbafcab6ac', 'average_number_of_dates_before_sex\r\n https://sysn.page.link/wejy#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 12:56:49', 'web', '', NULL),
(5168, 'pcass2013@bigpond.com', 'a5039f16fcc544b6cde6e03874b35ac7', 'amateur_home_sex_video\r\n https://sysn.page.link/RnpV#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 13:00:41', 'web', '', NULL),
(5169, 'yokolittle@hotmail.com', '45e9994dc686c2cdac1303704511f08c', 'ass_and_pussy_sex\r\n https://segs.page.link/CY9j#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 13:04:27', 'web', '', NULL),
(5170, 'crissylee79@hotmail.com', '48c92499aefa056eb684ccff9333cda7', 'ashlee_sex_tape\r\n https://qsis.page.link/WUfu#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 13:08:01', 'web', '', NULL),
(5171, 'jessicazive@hotmail.com', '76eecaa04bcb2d7640297eb10cae8d33', 'ani_sex\r\n https://sisz.page.link/mNxs#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 13:08:33', 'web', '', NULL),
(5172, 'ellebhea@gmail.com', '079461181178a01c578491582d135f01', 'amature_office_sex\r\n https://ohy.page.link/nm34#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 13:12:55', 'web', '', NULL),
(5173, 'mcnulty477@gmail.com', '4930643459a402b01d0eac78c9125ecd', 'ashlee_simpson_sex\r\n https://ohy.page.link/Jyod#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 13:15:45', 'web', '', NULL),
(5174, 'codielambert@hotmail.com', '144ed79fece14c959213d54210ef7ea5', 'arab_home_made_sex\r\n https://sysn.page.link/Pafj#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 13:16:58', 'web', '', NULL),
(5175, 'saymarafigueroa@gmail.com', 'af4c7818bdb7c34135a7c4e963367108', 'affiliate_sex\r\n https://sysn.page.link/nKKb#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 13:41:44', 'web', '', NULL),
(5176, 'baldwinallyson13@yahoo.com', '78fd7ae506287f833c70faf5e7554d6d', 'anime_sex_vedio\r\n https://fakc.page.link/ABVF#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 13:42:01', 'web', '', NULL),
(5177, 'rosepta@aol.com', '8dd51d06bb2d7d787a6ac8866ad328fc', 'asian_sex_thumbs\r\n https://ohy.page.link/oRXS#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 13:46:06', 'web', '', NULL),
(5178, 'andlawson63@yahoo.com', '8084c1f0b7c25d973a79475d290c9c26', 'ass_sex_game\r\n https://mlf.page.link/2KwF#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 13:49:28', 'web', '', NULL),
(5179, 'laurenphotog211@gmail.com', 'aa789285e475955d7a2dd40035164315', 'adult_adventure_sex_games\r\n https://sisz.page.link/Uv3t#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 13:50:04', 'web', '', NULL),
(5180, 'mamasug@gmail.com', 'af47226a7751e9e0467bb9f1e622ad87', 'arabic_home_sex\r\n https://sisz.page.link/88Ja#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 13:53:30', 'web', '', NULL),
(5181, 'rebecca.mccune12@gmail.com', 'c0a4146da628b1cb67c1a0224ba9896b', 'angelina_jolie_free_sex_tapes\r\n https://susk.page.link/PnEL#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 13:57:31', 'web', '', NULL),
(5182, 'tiffanyhurt17@gmail.com', '012e1f1ed3448469ae3917f9a674b4ad', 'adult_sex_chat_site\r\n https://sisz.page.link/DQ8a#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 13:59:19', 'web', '', NULL),
(5183, 'pyaephyo20781681@gmail.com', '74868334602adfe42c398b8a24b398cc', 'asian_teens_sex_videos\r\n https://ohy.page.link/W9e8#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:01:13', 'web', '', NULL),
(5184, 'blueangel41877@gmail.com', 'e04cd4ef929a4ae8d76e5d69ba35cba1', 'anime_adult_sex_games\r\n https://sisz.page.link/NLsX#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:05:12', 'web', '', NULL),
(5185, 'leticiaadb@hotmail.com', 'b98a781202519d014551a1237900fc0f', 'a_song_about_sex\r\n https://sisz.page.link/Qt7J#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:09:21', 'web', '', NULL),
(5186, 'odom.rhonda@yahoo.com', '44aff8428340dca0c5b1430ebce996dd', 'anne_hathaway_sex_scene\r\n https://sysn.page.link/tgo9#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:11:20', 'web', '', NULL),
(5187, 'lesley.szubelak@gmail.com', 'ce9ae4dae520ab33d4b9934bd969483b', 'animated_sex_cartoons\r\n https://susk.page.link/3Y3r#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:12:17', 'web', '', NULL),
(5188, 'kimiboal@frontier.com', '29f83f3a2f7c91ca2d9245b0e6e43057', 'american_sex_vedios\r\n https://qsis.page.link/LVty#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:14:53', 'web', '', NULL),
(5189, 'elsymariel@gmail.com', 'ee199dbe577698a75a52c7b0203ef3d8', 'asain_sex_slave\r\n https://mlf.page.link/aWc5#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:19:03', 'web', '', NULL),
(5190, 'emb.shosa@gmail.com', '41e28e1f58b98ac14057ac1237728ff3', 'adults_sex_movies\r\n https://qsis.page.link/pqLQ#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:21:18', 'web', '', NULL),
(5191, 'allison.e.carr@gmail.com', 'df9857648986e1f68832b76b8737ed2a', 'amateur_home_sex_pics\r\n https://mlfy.page.link/Jsst#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:23:15', 'web', '', NULL),
(5192, 'kristenthrog@icloud.com', 'd8e6074a893f4e1b94e95e2f255c2905', 'adult_sex_toys_for_women\r\n https://segs.page.link/tn7Y#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:25:32', 'web', '', NULL),
(5193, 'sharinae1998@gmail.com', '2bb9e65647987587fb7bc10049ca0bdf', 'american_sex_moves\r\n https://fakc.page.link/5AdY#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:27:17', 'web', '', NULL),
(5194, 'mallory.a.field@gmail.com', '9e3dfe6d33d8e77b22390b4d811c6f61', 'asian_girls_oral_sex\r\n https://qsis.page.link/mcXG#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:29:55', 'web', '', NULL),
(5195, 'caity_122@hotmail.com', '626156141151d2ac2d96ad85dd5c5f8b', 'ametur_sex_vids\r\n https://fakc.page.link/sczx#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:39:30', 'web', '', NULL),
(5196, 'krista_hoadley@hotnail.com', '181555d17db17ba4693dedb436177272', 'ass_ebony_sex\r\n https://ohy.page.link/ETge#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:45:18', 'web', '', NULL),
(5197, 'sylas.b@gmail.com', '7f0d8daf4de3674bd0e175ede99c40ba', 'asian_sex_class\r\n https://mlf.page.link/ZfX2#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:51:07', 'web', '', NULL),
(5198, 'kimbobble123@aol.com', '25eea7a287870c9fc10f1faa1af2f814', 'ass_sex_video\r\n https://qsis.page.link/DfPK#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:56:56', 'web', '', NULL),
(5199, 'yevettedegraaf@gmail.com', 'dfc535aea3e42518627e5bd322d9fd2f', 'asian_sex_photo\r\n https://mlfy.page.link/X28t#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 14:57:08', 'web', '', NULL),
(5200, 'lindee@ksnyradio.com', 'e9f44b9b11030be15a9c2aee4d313ec8', 'asian_celebrity_sex_videos\r\n https://fakc.page.link/rKon#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 15:02:24', 'web', '', NULL),
(5201, 'meganimbres@gmail.com', '5dd4db4e40849edae831f6f716558ddc', 'amateur_adult_sex_video\r\n https://mlfy.page.link/H2ga#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 15:08:30', 'web', '', NULL),
(5202, 'mrsboschma@hotmail.com', 'ad17f46756968cc551f6a4570bebb69c', 'asian_sex_photo\r\n https://sysn.page.link/Wtzx#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 15:16:59', 'web', '', NULL),
(5203, 'marjoriemosquito@gmail.com', 'ae2168f5e227cf416a07c0157425612e', 'anime_flash_sex_game\r\n https://susk.page.link/L1ak#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 15:18:25', 'web', '', NULL),
(5204, 'chloe.rudeen@gmail.com', 'f1c3b0881fc003a5f8a954cff15f642e', 'amatuer_sex_site\r\n https://qsis.page.link/HPyp#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 15:22:17', 'web', '', NULL),
(5205, 'kristie89_s@hotmail.com', 'c69863db4efbe076bde51e644386e676', 'ameture_sex_tapes\r\n https://fakc.page.link/JVjH#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 15:24:12', 'web', '', NULL),
(5206, 'gabbymulquiny@hotmail.com', '352e3a3303579ed2371328ca88a49d5d', 'adult_sex_pc_game\r\n https://sisz.page.link/tupP#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 15:27:49', 'web', '', NULL),
(5207, 'sukeybrown@gmail.com', '0cc61b6d4daedd4d5a9d3bd467dedd87', 'asian_sex_24_7\r\n https://qsis.page.link/sHi7#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 15:39:46', 'web', '', NULL),
(5208, 'lngstaley@aol.com', 'e2f7ede3cbc4ec4d865a6f42eafdfcb8', 'asian_sex_photos\r\n https://mlf.page.link/dgyg#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 15:43:36', 'web', '', NULL),
(5209, 'kcucina108@gmail.com', 'd363bf412c9460852ce2610d87444c2a', 'aunty_sex_photos\r\n https://ohy.page.link/tozZ#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 15:54:40', 'web', '', NULL),
(5210, 'katevhope@icloud.com', '3cf5c67185c36e86b072951d33349764', 'anal_videos_sex\r\n https://segs.page.link/zV36#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 15:56:55', 'web', '', NULL),
(5211, 'cherryauto7@aol.com', '7667e34ca566f095aba7ba13232c9042', 'anime_ass_sex\r\n https://mlfy.page.link/mdeF#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 16:02:32', 'web', '', NULL),
(5212, 'beverlysteele@me.com', 'ebc039ef94ab651f28780432f010f447', 'access_sex\r\n https://mlf.page.link/TgYB#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 16:07:58', 'web', '', NULL),
(5213, 'mthiessen@sarpy.com', '9672d882289600d4e986c6d0a0643b1e', 'anal_sex_porn_tube\r\n https://segs.page.link/rNBv#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 16:13:09', 'web', '', NULL),
(5214, 'pkantymir@yahoo.com', '2c7e44330924c4726b7e9ba9e3e308cc', 'african_sex_pics\r\n https://sysn.page.link/7e39#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 16:13:14', 'web', '', NULL),
(5215, 'alisonshank@hotmail.com', '5ec72267661a42543c6016b2de353b57', 'asian_guy_white_girl_sex_video\r\n https://fakc.page.link/RDH9#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 16:18:24', 'web', '', NULL),
(5216, 'vickygodinez95@yahoo.com', '2a718ed1ab336cf47c0b16d296afdf4b', 'arab_sex_woman\r\n https://susk.page.link/j7GZ#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 16:23:25', 'web', '', NULL),
(5217, 'molliecarnrs@gmail.com', '18479d41357e2fc74322fe30c8e54456', 'amateur_sex_story\r\n https://mlf.page.link/1yHg#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 16:23:54', 'web', '', NULL),
(5218, 'pereira.jillian@gmail.com', 'ef854cfcce4adb52e1c90ff005bd3910', 'amatur_sex_vids\r\n https://segs.page.link/pBLq#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 16:28:31', 'web', '', NULL),
(5219, 'sjnbaptiste2@icloud.com', '373f28d2fc0abb29c7ebbd396cd333ac', 'aunty_sex_blog\r\n https://mlfy.page.link/twqX#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 16:39:16', 'web', '', NULL),
(5220, 'techlifter@gmail.com', '02eb5894ce81f9711a85a16047d2206f', 'after_sex_videos\r\n https://sysn.page.link/Fw9T#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 16:44:58', 'web', '', NULL),
(5221, 'elizap.hawkins@gmail.com', 'a56d9acec6ddf8ed9fa4f051275793cf', 'ass_sex_site\r\n https://mlfy.page.link/SGaJ#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 16:57:13', 'web', '', NULL),
(5222, 'alijoe336@gmail.com', 'ab36639e8785d5b6b13ad81ea6b5ce43', 'anh_sex_truong_ba_chi\r\n https://mlf.page.link/WZcE#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 17:00:06', 'web', '', NULL),
(5223, 'becca.kuhlmeier@gmail.com', 'c7b5dec411c1432d7da3767eb770bbfb', 'adult_sex_tv_com\r\n https://ohy.page.link/3U3H#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 17:06:10', 'web', '', NULL),
(5224, 'angelarmyers@gmail.com', 'f614d578e51ab79769aa39c435881b5c', 'adult_free_sex_movie\r\n https://segs.page.link/6DG4#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 17:11:53', 'web', '', NULL),
(5225, 'courtneydalesio@gmail.com', 'a81680e7cf9cae0e6582a941840dff26', 'african_sex_porno\r\n https://susk.page.link/FSdr#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 17:14:18', 'web', '', NULL),
(5226, 'shaima.aazad@gmail.com', 'c429489d5b2b448b0570b1e96fa294c8', 'amatuer_free_sex_movies\r\n https://mlf.page.link/a6KU#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 17:23:14', 'web', '', NULL),
(5227, 'chiarabelle@hotmail.com', '34fe6a4fd107854e24532e2e12e1acde', 'after_sex_pussy\r\n https://sysn.page.link/2Jmt#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 17:25:27', 'web', '', NULL),
(5228, 'hannahzebra01@gmail.com', 'f89333e9ae4cdb56981105a1dea938ba', 'alyson_hannigan_free_sex_tape\r\n https://sysn.page.link/6m7q#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 17:31:01', 'web', '', NULL),
(5229, 'melissa@solin.com', '89f742e007d91a52271dfba8bf3ae0c4', 'adult_sex_games_for_women\r\n https://sysn.page.link/GqYB#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 17:31:46', 'web', '', NULL),
(5230, 'larissagosek@gmail.com', '59ee0ab6a7b6f74235295796935a71c3', 'ass_movie_sex\r\n https://susk.page.link/QGg2#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 17:39:11', 'web', '', NULL),
(5231, 'baerg@email.com', 'f26325f3c864333442d3abadd206ecf2', 'amatuer_home_made_sex\r\n https://sysn.page.link/DKwW#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 17:44:55', 'web', '', NULL),
(5232, 'izaora87@hotmail.com', 'b30ab13d4b4a7e9e6ee37a448f5f0a83', 'active_sex_life\r\n https://susk.page.link/cHL1#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 17:48:07', 'web', '', NULL),
(5233, 'glschimansky@gmail.com', 'cb1548533398c2a44a03f0008a97baf1', 'adult_sex_toy_uk\r\n https://qsis.page.link/7J4u#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 17:55:37', 'web', '', NULL),
(5234, 'harbingercara@gmail.com', '88863327d6e45c1dc36ac4c826254982', 'actress_sex_images\r\n https://susk.page.link/PyL1#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 18:01:19', 'web', '', NULL),
(5235, 'jason_tara7@msn.com', 'ec8972546d0ac2a67285b5916798423b', 'anime_sex_tits\r\n https://sisz.page.link/CaaS#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 18:06:44', 'web', '', NULL),
(5236, 'ytillett@gmail.com', '3ad86ae76c237cc1a21398af98c432b9', 'arab_free_sex_movies\r\n https://sysn.page.link/XHBP#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 18:09:57', 'web', '', NULL),
(5237, 'mikeandtres@gmail.com', 'a47cef2ba69ed137058954353dddb52a', 'actresses_sex_pictures\r\n https://fakc.page.link/Tz75#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 18:12:17', 'web', '', NULL),
(5238, 'elizabeth.anderson@me.com', 'a45fbc1869fbc6f5fa07fff55e448922', 'arabic_live_sex\r\n https://segs.page.link/AD8Y#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 18:17:58', 'web', '', NULL),
(5239, 'adriennehasmail@gmail.com', '0fbd863afaaa2af713808066b0b710e8', 'actual_kim_kardashian_sex_tape\r\n https://susk.page.link/Xtc6#\r\nanodo', NULL, 'FALSE', '88.200.190.152', '2022-09-08 18:28:04', 'web', '', NULL),
(5240, 'chingcilracon3@mail.ru', 'c632c928474b386e1265a65b7d338d8b', 'RWVZPAGNK03AL   www.ya.ru', NULL, 'FALSE', '178.45.43.228', '2022-09-08 18:55:35', 'web', '', NULL),
(5241, 'baileyrjack17@gmail.com', '5ead7b321658df50ec23f1097230c9a7', 'bush_sex_video\r\n https://rka.page.link/xu1P\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:12:51', 'web', '', NULL),
(5242, 'sarajordanis@yahoo.com', 'ecec0502ff4127c9e5b6697d05bf61c0', 'amateur_free_sex_tapes\r\n https://nho.page.link/4HBP\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:13:49', 'web', '', NULL),
(5243, 'kelseyaguirre@gmail.com', 'cd4b8fe8399f427e335e83e3e3f0f08f', 'free_incest_sex_vid\r\n https://cir.page.link/jYzD\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:14:15', 'web', '', NULL),
(5244, 'irina0522@gmail.com', '65190963bd262be883e604bee9820df6', 'asian_sex_video_galleries\r\n https://xih.page.link/txXz\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:16:31', 'web', '', NULL),
(5245, 'hokuliilii@hotmail.com', '1f5a0544510e3dc42a7d99753d49af28', 'big_ass_video_sex\r\n https://wsz.page.link/tSjJ\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:17:21', 'web', '', NULL),
(5246, 'strudell12@gmail.com', '3afa9c2f8a86745a2b81c80d0d604e74', 'bdsm_sex_positions\r\n https://cvf.page.link/BbwA\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:19:53', 'web', '', NULL),
(5247, 'kaytlin_fleming@hotmail.com', 'd22640f8f9a4e2e4fcd2abfb9c88d07d', 'big_boob_sex_pictures\r\n https://cvf.page.link/YPcK\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:22:19', 'web', '', NULL),
(5248, 'sallyokour@icloud.com', '6dc729f0f24489e10095e4ea6ccecb80', 'free_sex_videos_of_girls_squirting\r\n https://xih.page.link/nJJy#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:29:23', 'web', '', NULL),
(5249, 'rpwhetten@gmail.com', '09f4173a222a53845d253498442d724a', 'amateur_sex_video_sharing\r\n https://wsz.page.link/r3br#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:32:49', 'web', '', NULL),
(5250, 'ymagdaleno0204@gmail.com', '35cb89c354ace56da0f591ae7e0fb071', 'father_and_daughter_sex_video\r\n https://nho.page.link/wNxf#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:35:07', 'web', '', NULL),
(5251, 'swamycalderon@gmail.com', '08dc01e669efcb796a85820f69465848', 'fuck_porno_sex\r\n https://von.page.link/d2U2#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:35:24', 'web', '', NULL),
(5252, 'devonlindvallroney@gmail.com', 'c915cf5dea6832c8f89ef52ff2630eba', 'free_sex_videos_for_windows_media_player\r\n https://wsz.page.link/TVmW#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:37:56', 'web', '', NULL),
(5253, 'brewach@hotmail.com', '68465fb310b1d461cc8cc912b1812001', 'asian_wives_sex\r\n https://juk.page.link/EW6N#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:43:54', 'web', '', NULL),
(5254, 'wilsonsdbyd@hotmail.com', '60edf89a359513732bc98f4eb6dab034', 'fre_full_sex_videos\r\n https://juk.page.link/gzVF#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:46:47', 'web', '', NULL),
(5255, 'jennkey2@icloud.com', '6042a2bae82f9a6d7318de01166eb15d', 'animals_sex_free\r\n https://juk.page.link/x7KH#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:49:15', 'web', '', NULL),
(5256, 'debibarton1313@gmail.com', 'e9cc1215e7d45bde87ab2cfc441180b5', 'free_black_booty_sex_videos\r\n https://rka.page.link/etni#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:49:38', 'web', '', NULL),
(5257, 'debojyoti713@gmail.com', '796fa7b8042af1612e0272940882a079', 'black_men_and_white_women_having_sex\r\n https://juk.page.link/xnTU#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:55:44', 'web', '', NULL),
(5258, 'jandj@therussos.com', '6f55a0a100491926b0c1379f607651ff', 'amateurs_sex_tapes\r\n https://xih.page.link/d56R#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:56:37', 'web', '', NULL),
(5259, 'info@sport-step.ru', 'b8f4be74358d40c2a28d09adf2685c53', 'free_sex_vids_89\r\n https://nho.page.link/AUZJ#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:57:45', 'web', '', NULL),
(5260, 'mcallahan@couriertimes.com', 'cc9a5acaff600e1dc36341fd8c747042', 'fat_sex_tube\r\n https://von.page.link/eEdp#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 22:59:34', 'web', '', NULL),
(5261, 'cwxtwfjp@gmail.com', 'e1919e3ca88fd92c1cbfced142d6d3eb', 'free_gay_boys_sex_movies\r\n https://cir.page.link/QCQo#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:03:59', 'web', '', NULL),
(5262, 'jalandher.singh@police.rajasthan.in', '5637121a7850fa2b372546cd1f6129ec', 'anime_sex_porn\r\n https://cir.page.link/6Lcs#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:07:00', 'web', '', NULL),
(5263, 'dimaiva781nov@gmail.com', 'aa3a569763df88b148cf5792d29f9776', 'adult_group_sex_stories\r\n https://xih.page.link/D8D5#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:08:21', 'web', '', NULL),
(5264, 'ikagubare@eenews.net', '51d1e4f8b0f66e4fb5685ee30680e4dc', 'anal_sex_with_a_girl\r\n https://xih.page.link/RAVW#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:14:16', 'web', '', NULL),
(5265, 'pressoffice@speedwaygb.co.uk', 'e8632785e8e87c2c683a835c99eec32f', 'find_out_the_sex_of_your_unborn_baby\r\n https://edz.page.link/3UkH#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:15:17', 'web', '', NULL),
(5266, 'syozoToleandrale@vicodinrx.us', '2dc3f47cc51e61271c4fdf8975e0dcd5', 'bodybuilder_sex_gallery\r\n https://olk.page.link/4zE5#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:17:11', 'web', '', NULL),
(5267, 'webmaster@northcountrynow.com', '59faa88ccca6d997def63c3b4418393d', 'bisexual_sex_demons\r\n https://juk.page.link/z57m#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:21:17', 'web', '', NULL),
(5268, 'design@tgju.org', '5ec6e864a209948e11623acc67ca874c', 'arab_video_sex\r\n https://juk.page.link/uJPm#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:24:21', 'web', '', NULL),
(5269, 'agreen@irsc.edu', 'fe7edd866996948e0e64981e6399b43a', 'farell_sex_tape\r\n https://von.page.link/bX7d#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:27:30', 'web', '', NULL),
(5270, 'camgirl@sluts.com', '0a55ac2dbc98ce7427f1a403b52e03bd', 'anal_sex_pics_and_videos\r\n https://cvf.page.link/tcf2#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:28:00', 'web', '', NULL),
(5271, 'dmtpress@labiennale.org', '7db6ade2ead82096a95a8662c0030fe3', 'free_photos_of_lesbian_sex\r\n https://olk.page.link/jZNU#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:34:49', 'web', '', NULL),
(5272, 'community@kingsisle.com', '762dbd269753e7968ee33890b2b255a0', 'first_sex_sister\r\n https://juk.page.link/rcGb#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:37:22', 'web', '', NULL),
(5273, 'enelson@les.org', '7f10144c210079fc12cc9b656427e223', 'blond_sex_pics\r\n https://olk.page.link/HRDP#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:38:15', 'web', '', NULL),
(5274, 'tgarner@idahofoodbank.org', 'c227310b5a339898d2c3223dd2a488b8', 'family_guy_lois_and_brian_sex\r\n https://nho.page.link/VBnC#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:40:32', 'web', '', NULL),
(5275, 'website@kunm.org', '03fc110a9fe6ccb62c0e1a5e42d51b52', 'best_sex_for_woman\r\n https://cvf.page.link/2oHk#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:41:38', 'web', '', NULL),
(5276, 'mitchell.dick@carleton.ca', '26d73765e8ef5b909844b0e7df2303c1', 'free_gay_group_sex\r\n https://nho.page.link/BK3W#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:44:50', 'web', '', NULL),
(5277, 'bhunt1961@yahoo.com', '6b9a4a9c5a260289c4ce8997cb2526b5', 'benjamin_sex\r\n https://juk.page.link/hkk5#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:46:47', 'web', '', NULL),
(5278, 'editor@arunachaltimes.com', 'f05a27e7e552a2d70aeef3e3c03853be', 'am_i_ready_for_sex_quizzes\r\n https://juk.page.link/bddp#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:48:18', 'web', '', NULL),
(5279, 'yoeqjToleandrale@onlinecasinomax.us', '9d59c7d0001f431e5b43db28c4468a42', 'asian_cartoon_sex\r\n https://olk.page.link/Swh9#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:56:24', 'web', '', NULL),
(5280, 'wamiq@otakukart.com', 'f475b3357055e8cad1a544717ec11beb', 'amature_homemade_sex_video\r\n https://nho.page.link/iLh7#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-08 23:56:38', 'web', '', NULL),
(5281, 'reception@wn-catholicsocialservices.org.nz', 'ed7a3b707ff59c97671289466974cfdc', 'free_full_length_videos_sex\r\n https://wsz.page.link/1kuu#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:03:01', 'web', '', NULL),
(5282, 'yawxlzm@gmail.com', '6d021212c7681b62510c92a235db3d77', 'bisexual_sex_toys\r\n https://von.page.link/AtQB#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:03:19', 'web', '', NULL),
(5283, 'eric@iemoji.com', '6971ffe274bc813150348e80cbcb5ea4', 'amateur_sex_rapidshare\r\n https://rka.page.link/f6zC#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:06:13', 'web', '', NULL),
(5284, 'xkiwnhm@gmail.com', '8311da07aa17152d63f2f5f784d85b7b', 'free_live_sex_cams_and_chat\r\n https://wsz.page.link/zT3r#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:10:12', 'web', '', NULL),
(5285, 'info@sunroutehotels.com', '44acac42169d51e1dd3048520ffd0502', 'amateur_phone_sex_video\r\n https://xih.page.link/CTYM#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:12:38', 'web', '', NULL),
(5286, 'nasijunev32@gmail.com', 'a9a5b85348fc3cc89399899a834e8c1c', 'fuck_me_sex_video\r\n https://nho.page.link/jGBq#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:15:54', 'web', '', NULL),
(5287, 'binagirl060@gmail.com', '06f9e25a83f01916e9cf4e8d24680892', 'amteur_sex_tapes\r\n https://juk.page.link/nhzb#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:19:07', 'web', '', NULL),
(5288, 'myoo@lwhs.org', '0461dd63c9092f6bd613e54ec7cdc5b8', 'bolywood_sex\r\n https://edz.page.link/jiuq#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:21:22', 'web', '', NULL),
(5289, 'john.doe@39.3dpd.co', '7661f6e8fb72dd68d14065f98dc44f96', 'blogspot_gay_sex\r\n https://cir.page.link/fjBs#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:22:18', 'web', '', NULL),
(5290, 'bhuvaneswariphysics.r@gmail.com', 'fdac296c8622add6c13f9089fd4ddbaf', 'amateur_videos_sex\r\n https://wsz.page.link/mY73#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:24:50', 'web', '', NULL),
(5291, 'press@eestipank.ee', 'c2a000a0c8e1cad16c2ae80f88585fff', 'anime_cartoon_sex\r\n https://wsz.page.link/kozd#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:28:25', 'web', '', NULL),
(5292, 'clasificados@atencionsanmiguel.org', '99c129aa1ab3c424e2e94947e26f793f', 'benefits_sex\r\n https://rka.page.link/JaLQ#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:28:42', 'web', '', NULL),
(5293, 'psteimle@ljworld.com', 'ee4596ab03698502229acb219838d2ff', 'amateur_sex_website\r\n https://olk.page.link/unGK#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:35:12', 'web', '', NULL),
(5294, 'vandevej@ebrd.com', '356440e3144851816f63483a736d19dd', 'animals_sex_galleries\r\n https://rka.page.link/5FJ3#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:45:21', 'web', '', NULL),
(5295, 'jobs@p-h-s.com', 'a31ecb91cbba4b35d0ea3b8ee06b7749', 'forced_anal_sex\r\n https://olk.page.link/6Wm1#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:48:44', 'web', '', NULL),
(5296, 'pramveer.singh@police.rajasthan.in', '74265e675968bb8a40ee3ce6003f3217', 'free_xxx_sex_pic\r\n https://juk.page.link/Z8Lb#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:50:48', 'web', '', NULL),
(5297, 'director@foodmatters.com', '7f0e11f740257998cc6ca4d53f2989c1', 'arabic_sex_net\r\n https://juk.page.link/HvGy#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:52:10', 'web', '', NULL),
(5298, 'H.Wiseman@griffith.edu.au', '82573d8f2cf703cb2beec366e36252e0', 'adult_adventure_sex_games\r\n https://rka.page.link/JaLQ#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:53:53', 'web', '', NULL),
(5299, 'gtegene@warriors.com', '7d7a00b5a4071d939695e61dfb9be952', 'free_cartoon_sex_clips\r\n https://edz.page.link/dNuv#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:55:20', 'web', '', NULL),
(5300, 'services@scoop.co.nz', 'eff0917ecf191bd3f6d4aaf510b5acdc', 'adult_sex_game_downloads\r\n https://von.page.link/kYH4#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:56:56', 'web', '', NULL),
(5301, 'bootztmaj@buyviagrausabuy.com', 'dfd9593cc316959f6287bad3eaa7b8e9', 'asian_school_girl_sex_movies\r\n https://juk.page.link/eoQh#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:58:25', 'web', '', NULL),
(5302, 'robert.kozachenko.7676@mail.ru', 'aab9a845d2c6158f3386d3679e4b6fb0', 'big_tit_hentai_sex\r\n https://xih.page.link/wZUV#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 00:59:51', 'web', '', NULL),
(5303, 'schooloffice@perse.co.uk', '13b888fca577405efe67da1a94eb6ea0', 'african_girls_sex_video\r\n https://olk.page.link/2KEh#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 01:01:45', 'web', '', NULL),
(5304, 'social@shakhtar.com', '80cc69b677d4d6748c94aa0b70d0f4be', 'actress_sex_pic\r\n https://wsz.page.link/CAL6#\r\nanodo', NULL, 'FALSE', '212.32.207.30', '2022-09-09 01:03:00', 'web', '', NULL),
(5305, 'rsaconference@singex.com', '11893ed413a499d074d2b40ae10d77ed', 'bbw_sex_talk\r\n https://cir.page.link/z862#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:22:08', 'web', '', NULL),
(5306, 'advertisers@comparometer.in', '1f5def96c2853cc94b534d4bff96b594', 'best_anal_sex_sites\r\n https://juk.page.link/3Zcu#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:24:20', 'web', '', NULL),
(5307, 'pr@deakudibal.dk', '52be4bb41b1b5098758317fc73df34fd', 'free_rape_forced_sex\r\n https://cir.page.link/pd6v#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:24:34', 'web', '', NULL),
(5308, 'guestrelations@onefabergroup.com', 'f861c3c3bcb1866b56a65406d838eede', 'best_sex_books_for_couples\r\n https://wsz.page.link/6LpG#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:26:46', 'web', '', NULL),
(5309, 'shivkumar67@gmail.com', '90c0d3ff2457a2e6e75d67fc1a293d49', 'free_amature_wife_sex_videos\r\n https://xih.page.link/iCWv#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:27:54', 'web', '', NULL),
(5310, 'lsobba@kasb.org', '5366b56a8e01b2de968257975db24e0d', 'amateur_first_lesbian_sex\r\n https://wsz.page.link/YRrK#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:30:32', 'web', '', NULL),
(5311, 'jodi.rainey@coxinc.com', '726385a6c4908b5e327cb8b6dac706af', 'anal_sex_pleasure_for_women\r\n https://rka.page.link/DnzA#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:31:14', 'web', '', NULL),
(5312, 'bill@badboyzbistro.com', 'f385b0f155ef4c8a217859a4d4b52516', 'free_brutal_sex_videos\r\n https://olk.page.link/GtPK#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:34:19', 'web', '', NULL),
(5313, 'GWM-Obits@Gannett.com', 'bbbc9b2440c2d4117c7da9d40d08335e', 'finding_sex_partners\r\n https://wsz.page.link/F1Pm#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:37:44', 'web', '', NULL),
(5314, 'dmheller4@gmail.com', '25d599100624e7fd73568759d4729ee3', 'big_brother_sex_hot\r\n https://edz.page.link/FNox#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:37:50', 'web', '', NULL),
(5315, 'carole.paleco@naturalsciences.be', 'c3032537cae73c8cccf69722a5d10911', 'amatuer_movies_sex\r\n https://juk.page.link/zLLR#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:40:50', 'web', '', NULL),
(5316, 'Tina.Neary@pcsp.ca', '0ae2e934202d7e370cda2b67749ec047', 'free_amature_sex_vidios\r\n https://rka.page.link/fCva#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:41:17', 'web', '', NULL),
(5317, 'info@cisanewsafrica.com', '9c5ca2c19c0e0e79ee5fe142ca22baf4', 'amateur_sex_party_pics\r\n https://juk.page.link/HX6b#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:43:54', 'web', '', NULL),
(5318, 'karen@fa-mag.com', '939f348a9dfd01df16bb971027953679', 'amateur_sex_webcams\r\n https://wsz.page.link/YfTX#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:44:42', 'web', '', NULL),
(5319, 'news@windsorite.ca', 'fcec963cbc5ee9ac8f34ac5b01e41387', 'free_sex_movies_and_video\r\n https://juk.page.link/jSqv#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:47:06', 'web', '', NULL),
(5320, 'mumstead@herald-mail.com', '2f932e2eab29b0d306ee4d239581e15e', 'brother_gay_sex\r\n https://olk.page.link/DxBb#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:50:14', 'web', '', NULL),
(5321, 'contact.lorient@etsmeunier.com', '74f4ad3a4d09d14f6014d84d3ce18b1b', 'free_online_lesbian_sex_stories\r\n https://edz.page.link/Dj7z#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:51:50', 'web', '', NULL),
(5322, 'bloechinger92@aol.com', '4bb38fdeb3b33874fc8454808c232a58', 'free_naked_sex_pictures\r\n https://cvf.page.link/qP47#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:53:14', 'web', '', NULL),
(5323, 'leblanc@uoregon.edu', '785052945afb597a8043d293a13eb538', 'adult_toy_sex\r\n https://xih.page.link/9RSC#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:56:09', 'web', '', NULL),
(5324, 'Ann@InfoHorse.com', 'e0a7f7827f5789b609784ee4728015cf', 'facesitting_sex_videos\r\n https://edz.page.link/zsED#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 01:59:06', 'web', '', NULL),
(5325, 'bratislava@tssgroup.sk', '253614fbcf216ce930e2aceed02c2bc0', 'free_gay_midget_sex\r\n https://nho.page.link/jQqY#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:05:00', 'web', '', NULL),
(5326, 'authorsupport@authorlearningcenter.com', 'd883dab2117f51e6693f0929176463ae', 'freemovie_sex\r\n https://olk.page.link/TPw3#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:05:06', 'web', '', NULL),
(5327, 'events@talonwine.com', '00708ac4fc0297f6da4db4ba2cc6ff78', 'amateur_sex_pic\r\n https://rka.page.link/eZer#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:07:51', 'web', '', NULL),
(5328, 'sales@azurevip.com.', 'c79a6c0a9bae25300ea2be31bf30deb2', 'best_sex_position_for_a_woman\r\n https://nho.page.link/jz4K#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:08:29', 'web', '', NULL),
(5329, 'macosta@lakecountyexam.com', '6c0d28a982a0069659e29a0beff955a7', 'bi_sex_orgies\r\n https://edz.page.link/Fnid#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:15:31', 'web', '', NULL),
(5330, 'ejakubowski@scholastic.com', 'e257d6e339a475bcb75bc6f1e542c4a4', 'asian_anal_sex_porn\r\n https://von.page.link/Cjen#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:18:44', 'web', '', NULL),
(5331, 'Arwel.Thomas@snowdonia.gov.wales', 'bff890d79b10ed3a2cb88e4de84e7f00', 'free_gay_sex_online_games\r\n https://edz.page.link/tJZB#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:19:16', 'web', '', NULL),
(5332, 'trofim.adamidi@mail.ru', '989697771aab652fc01a7561648a7708', 'amatur_sex_vids\r\n https://wsz.page.link/VgK6#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:21:54', 'web', '', NULL),
(5333, 'eneka@smd.co.za', 'f41a12db4d8209a92915230e56f05ffc', 'amateur_k9_sex\r\n https://xih.page.link/WBLC#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:24:57', 'web', '', NULL),
(5334, 'jordan@cosmicpenguin.net', 'abc51f97b9f0d85754983d1fd8738751', 'first_night_sex_videos\r\n https://nho.page.link/gH3R#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:29:03', 'web', '', NULL),
(5335, 'press@stuhrling.com', '2acb5c91c6a3bae96dcac263bc1b24ce', 'anime_bondage_sex_videos\r\n https://rka.page.link/E6CU#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:30:10', 'web', '', NULL),
(5336, 'julio@1stbest.info', '26f44d57a91c77d32c4852a91736c9e5', 'famiy_guy_sex\r\n https://edz.page.link/Fnid#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:32:02', 'web', '', NULL),
(5337, 'thecrew@russianmachineneverbreaks.com', 'd356db39162022d3670edb48bbc2cb80', 'african_sex_clips\r\n https://olk.page.link/M9zd#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:34:58', 'web', '', NULL),
(5338, 'espace-culturel35720@orange.fr', '36318335a13e002783e45955e9d6f9ea', 'free_lesbain_sex_stories\r\n https://juk.page.link/Tzfh#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:37:59', 'web', '', NULL),
(5339, 'candice@feministmajority.org', 'fe3642c086a6f099b02afcf3441cb70f', 'fantasies_sex_stories\r\n https://juk.page.link/QkxS#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:41:06', 'web', '', NULL),
(5340, 'circ@bendbulletin.com', '6f066970b5cfb6048a8d41cbde141a89', 'free_college_girls_sex_videos\r\n https://juk.page.link/9DNr#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:42:38', 'web', '', NULL),
(5341, 'hotjobs@london.newsquest.co.uk', 'd596d04ce1b0321a6d25a97a92f2d827', 'free_black_sex_cams\r\n https://cir.page.link/26M6#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:44:05', 'web', '', NULL),
(5342, 'KHarris@MerleFM.com', 'c6bbe24569078aebaab8fd425adc9abf', 'big_sex_story\r\n https://olk.page.link/A6at#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:45:58', 'web', '', NULL),
(5343, 'info@AltusEmergency.com', '4577acffd7d3d2408041dfd7ef1387f6', 'fat_girls_sex_pics\r\n https://cvf.page.link/g4gE#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:47:58', 'web', '', NULL),
(5344, 'SLeslie@scholastic.co.uk', '1c8612b5a76d342708edcba389522d02', 'art_46_sex\r\n https://cvf.page.link/uVaZ#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:51:10', 'web', '', NULL),
(5345, 'd.van.uffelen@zentoo.nl', '609e38e01c1eb87fc3325d6646d05850', 'free_hot_young_sex_videos\r\n https://edz.page.link/Ju4u#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:57:22', 'web', '', NULL),
(5346, 'obits@thehp.com', 'c1fc53231cbc7e3a2eafb8fcdb5fc7f1', 'anal_sex_blogs\r\n https://juk.page.link/jaXm#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 02:59:41', 'web', '', NULL),
(5347, 'pensionsclientservices@mof.gov.jm', '2f4baabcf74ba06c19c7e6dc5777662e', 'butt_sex_2\r\n https://edz.page.link/c1QJ#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:00:28', 'web', '', NULL),
(5348, 'kylar@langenargen.de', '11274f97f331ac450cbafdf4e517da10', 'black_mother_sex\r\n https://wsz.page.link/rxrs#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:02:54', 'web', '', NULL),
(5349, 'info@ashtangayogaobx.com.', '7608e78968e8a0ad4d34ec7a4029b234', 'free_sex_videos_dirty\r\n https://olk.page.link/o8DD#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:03:25', 'web', '', NULL),
(5350, 'booking@tahko.com', '8f8f110a7298125f2a062e41bb7837b6', 'anal_sex_xxx\r\n https://juk.page.link/8GM6#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:09:21', 'web', '', NULL),
(5351, 'mtdemo@mtdemocrat.net.', '3b862deb1ab578d677c1d56982aa29e2', 'free_sex_to_watch\r\n https://rka.page.link/vA1U#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:09:29', 'web', '', NULL),
(5352, 'joshuao@takomaparkmd.gov', '817b7341474777cb80b7ae335d592000', 'bbw_office_sex\r\n https://wsz.page.link/6oop#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:12:41', 'web', '', NULL),
(5353, 'info@grcity.us', '1e8f424fbbdbf9365ccdf5ac2ad3c86b', 'boy_in_sex\r\n https://von.page.link/WRmD#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:15:58', 'web', '', NULL),
(5354, 'stanleymarshal567@gmail.com', '0f0840e8e8b9feca3e2ed0e561ebb585', 'ass_sex_for_free\r\n https://wsz.page.link/2JzA#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:18:13', 'web', '', NULL),
(5355, 'ptantalo@ucsc.edu', '03f1d0b425532ebf3fffb45579e3a6b9', 'free_hot_naked_sex_videos\r\n https://rka.page.link/EKcr#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:19:29', 'web', '', NULL),
(5356, 'contactus@myequity.news', '85361984421ec1c0ab2aeaf2ddae0462', 'adult_sex_free_clips\r\n https://edz.page.link/HDvG#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:21:16', 'web', '', NULL),
(5357, 'clashlolvideo@gmail.com', 'ddef9f87f21776b71d04af44f1ebd231', 'adult_sex_outfits\r\n https://wsz.page.link/9hfg#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:22:47', 'web', '', NULL),
(5358, 'mmoreira@lusa.pt', '3856806cf123e1e6f2da9f35cc52ca7a', 'alone_sex_dog\r\n https://von.page.link/m4yW#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:24:25', 'web', '', NULL),
(5359, 'tips@brownstoner.com', '7f13a1077a81f65c30adbc920bd86415', 'free_downloadable_mobile_sex_videos\r\n https://edz.page.link/E1fx#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:26:31', 'web', '', NULL),
(5360, 'R.Fluit@elsevier.com', '9a1f558bfba769824bdec1608212d998', 'amatuer_oral_sex\r\n https://nho.page.link/ZGfd#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:27:38', 'web', '', NULL),
(5361, 'marina.sucur@uni-lj.si', '7cc4d592ff857107de8aba4e74449818', 'black_shemale_sex_vids\r\n https://cvf.page.link/rLon#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:30:13', 'web', '', NULL),
(5362, 'library@rmg.co.uk', 'ef3f2b80cb9b96801e0457aa68d29164', 'anal_sex_porn_videos\r\n https://cvf.page.link/29rm#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:33:46', 'web', '', NULL),
(5363, 'wxhlkd129@gmail.com', 'db5146e7af2c2854e172975f303e5e5c', 'body_heat_sex_scenes\r\n https://wsz.page.link/yRq1#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:37:19', 'web', '', NULL),
(5364, 'ssmfqToleandrale@globalinsurance.world', 'a71c9dd51cd7ecafce46c4fe7e1ba7f4', 'free_pokemon_sex_videos\r\n https://cvf.page.link/4NFp#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:40:36', 'web', '', NULL),
(5365, 'pgis034006@pec.istruzione.it', '87dc72c56f0df2658b6a39ef2c8b8076', 'anal_sex_fantasy\r\n https://wsz.page.link/DXA1#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:40:48', 'web', '', NULL),
(5366, 'Officemanager@whatcomlandtrust.org', '3bb16042b5a315f4c6908aaf7891b2c3', 'free_boys_gay_sex\r\n https://edz.page.link/oDcf#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:42:33', 'web', '', NULL),
(5367, 'jwjesussaves@gmail.com', '05fa8ce62a3fe38d08a5a9db37b59710', 'best_mainstream_sex_movies\r\n https://olk.page.link/dHcz#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:44:12', 'web', '', NULL),
(5368, 'shanu9846@gmail.com', 'd1a7cbead20b03f49c9a9e763601f604', 'arab_sex_tube_xxx\r\n https://rka.page.link/hTnU#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:45:20', 'web', '', NULL),
(5369, 'info@wiseawareness.com', 'a78668529f758ddb869258adfaedb0b1', 'big_sex_site\r\n https://edz.page.link/zbYv#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:48:27', 'web', '', NULL),
(5370, 'Admissions@salisburycathedralschool.com', '7af68b7c4d165ebdf4db178347eb4a34', 'free_hentai_cartoon_sex\r\n https://juk.page.link/azbz#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:55:09', 'web', '', NULL),
(5371, 'ashley.acker@itf-oecd.org', 'b560fe5dcc3f56067f010f186483c938', 'bot_sex\r\n https://xih.page.link/Xk6A#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:58:30', 'web', '', NULL),
(5372, 'sales@the-competitive-store.com', '215ba633ed2e37c87291bc85a057414b', 'free_sex_site_password\r\n https://wsz.page.link/NKpd#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 03:59:36', 'web', '', NULL),
(5373, 'sara@mysubscriptionaddiction.', '1397f4751bb31d5fc6e76c4d563c6a4d', 'free_toastee_sex_tape\r\n https://von.page.link/TRgS#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:01:37', 'web', '', NULL),
(5374, 'mauroblogr@gmail.com', '0a4ded56c0e8dfd3bcdd14b056c3fe9f', 'bangla_sex_song\r\n https://olk.page.link/mcBw#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:03:05', 'web', '', NULL),
(5375, '5@gmail.com', '4229d8f145627a16f77ec479e1406427', 'black_group_sex_tube\r\n https://edz.page.link/vgb2#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:06:48', 'web', '', NULL),
(5376, '65prokat@bk.ru', '07e77bb9aafeca646a9522968d6ab95e', 'boys_sex_free_videos\r\n https://nho.page.link/49Ku#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:08:09', 'web', '', NULL),
(5377, 'tiv279ae@tnebnet.org', '99f55427437a7fb99c9e1dcf0f9dc5e8', 'boys_having_sex_movies\r\n https://nho.page.link/5Xme#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:10:39', 'web', '', NULL),
(5378, 'afsmith@gen.cam.ac.uk', '476f6a39074291524d75d2cc7b3ad348', 'free_quality_sex\r\n https://cir.page.link/qM15#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:14:32', 'web', '', NULL),
(5379, 'monolithic@mail.com', '55c1665430beaaee2130f229b703c41e', 'abstract_sex_art\r\n https://wsz.page.link/mBKw#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:14:49', 'web', '', NULL),
(5380, 'adrusch@mcclatchydc.com', '065deca12e088bea94166d09719f351d', 'asian_woman_anal_sex\r\n https://cir.page.link/KiKW#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:21:10', 'web', '', NULL),
(5381, 'privacy@moddb.com', '839e7c2095e483f871fd164c82ee333d', 'fat_black_women_having_sex\r\n https://cir.page.link/Xozd#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:21:55', 'web', '', NULL),
(5382, 'info@guide2womenleaders.com', 'd803c42ca9018c979efb657bfa5909b4', 'amateur_sex_in_bed\r\n https://cir.page.link/sMwf#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:25:25', 'web', '', NULL),
(5383, 'help@hbx.com', '60cca87427ab59717e61292593f78883', 'black_amateur_sex_tubes\r\n https://cir.page.link/ozLQ#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:28:26', 'web', '', NULL),
(5384, 'johnleonardcork@gmail.com', '9c95d8247bf466466db42624986a1d5c', 'free_oral_sex_tube\r\n https://juk.page.link/z93Z#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:28:40', 'web', '', NULL),
(5385, 'niguliste@ekm.ee', '8013f0eab05009ff6316073ed97a00b4', 'aflam_sex_arabic\r\n https://wsz.page.link/sw92#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:31:19', 'web', '', NULL),
(5386, 'mnmfnied@aol.com', '60704259dc1a39c54d02236f08877f4b', 'amateur_sex_wives\r\n https://juk.page.link/5GxS#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:32:05', 'web', '', NULL),
(5387, 'lbuoniconti@corpwd.com', '64bf96e47ff65bcf2d418b75abb48df6', 'first_sex_with_daddy\r\n https://cir.page.link/gPJN#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:34:42', 'web', '', NULL),
(5388, 'hjmsnieq@aol.com', '3dbcdce62a723d36a3fa96f08170cd81', 'asian_cum_sex\r\n https://xih.page.link/6YmH#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:37:51', 'web', '', NULL),
(5389, 'kchoden@molhr.gov.bt', 'b052bdefe865b06cedb94c1c7ca32b40', 'free_pics_of_oral_sex\r\n https://rka.page.link/eLWZ#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:39:23', 'web', '', NULL),
(5390, 'Complaint@JointCommission.org', 'd6ed663f3046d8f599184076c4f8ef13', 'flash_light_sex_toy\r\n https://wsz.page.link/yNZb#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:42:56', 'web', '', NULL),
(5391, 'tmartin@salemva.gov', 'c02508dfa539426f6459b38e041eb16c', 'bikini_sex_models\r\n https://edz.page.link/y9Nu#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:46:26', 'web', '', NULL),
(5392, 'hazzan.goldsmith@adasisrael.org', 'f810b8512eb83881200c42f3c35c36b4', 'free_full_video_sex\r\n https://olk.page.link/g576#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:46:44', 'web', '', NULL),
(5393, 'riagzlaurfarveila@tramadol100mg.us', '4ce1ea2fce43c81970b3cee57210ceb7', 'abdominal_pain_after_sex\r\n https://xih.page.link/WBLC#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:50:01', 'web', '', NULL),
(5394, 'lee@go2bbi.com', 'aab193d30354fa4d73a3d90262d08b6c', 'black_woman_having_sex\r\n https://juk.page.link/YfDQ#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:50:09', 'web', '', NULL),
(5395, 'admissions@aimc.edu', 'ff55e0c8c16d9a83b2d58db4d9dc00ba', 'black_and_white_sex_pics\r\n https://juk.page.link/5yA2#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:53:09', 'web', '', NULL),
(5396, 'v.chalumeau@pap.fr', '4fdc3a19a017af79d268d9a70998d8bb', 'ametuer_sex_videos\r\n https://olk.page.link/2VyE#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:53:42', 'web', '', NULL),
(5397, 'sales@artcoe.co.uk', '699d8bb5f18af26d7750420a72e342e4', 'big_brother_norway_sex_video\r\n https://juk.page.link/GFKs#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:56:11', 'web', '', NULL),
(5398, 'vova.yelagin@mail.ru', '4b82de93dea89f8c947746e973fea2af', 'black_women_looking_for_sex\r\n https://juk.page.link/3jRA#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 04:57:55', 'web', '', NULL),
(5399, 'info@iamhere.life', 'ce86535544c4a529ba85d95dca3d3819', 'big_brother_nikki_sex_tape\r\n https://rka.page.link/G5MR#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:00:46', 'web', '', NULL),
(5400, 'randyQGM@gmail.com', '30102e3afce62053c5c23715fe86f25c', 'big_breasted_women_sex\r\n https://wsz.page.link/6oop#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:01:51', 'web', '', NULL),
(5401, 'info@goiranian.com', '1df74c9e9dec3c99ed752106d10bf259', 'african_sex_porn\r\n https://xih.page.link/zjxJ#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:03:47', 'web', '', NULL),
(5402, 'ringwoodluke@gmail.com', 'dd34ba9cad4cc1f43f46811992e50c0c', 'free_virtual_sex_site\r\n https://von.page.link/6DGa#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:04:52', 'web', '', NULL),
(5403, 'info@chimiecanadienne.ca', 'addf400f7a26504b378db39b4d0dc5e2', 'amateur_sex_videos\r\n https://olk.page.link/LAa5#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:07:23', 'web', '', NULL),
(5404, 'l.f.cleavely@lse.ac.uk', '83db12ee58f6818afd840407afe818fb', 'amature_home_made_sex_movies\r\n https://xih.page.link/zUHZ#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:07:58', 'web', '', NULL),
(5405, 'nwrcqjl@gmail.com', '34bcf3c14cb304ac3c7362c355217f5f', 'boobs_and_sex_videos\r\n https://cvf.page.link/ZiFX#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:11:03', 'web', '', NULL),
(5406, 'jean@booksinbloom.org', 'cb90d85c5040ecf4a565d4989928297e', 'amature_sex_posts\r\n https://edz.page.link/rEnp#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:11:23', 'web', '', NULL),
(5407, 'wave2support@suntimes.com', '0edd2f51957777e5f07de10951fa78f3', 'brother_and_sister_sex_movies\r\n https://juk.page.link/pyQp#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:14:47', 'web', '', NULL),
(5408, 'pfassist@illiniradio.com', '3b315bd25f5752b5ce99909038fdc2c6', 'adult_travel_sex\r\n https://von.page.link/Y7Hi#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:17:39', 'web', '', NULL),
(5409, 'aniles@wbgo.org', '856a83e26b8375e3d0c1fc3f8d1548e9', 'brasileiras_sex\r\n https://cir.page.link/HU7f#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:17:57', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(5410, 'jchenderson@gfbinsurance.com', 'd5367d9342b08f8d107bacab72fe3d18', 'ben_10_sex_porn\r\n https://olk.page.link/5Pof#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:23:25', 'web', '', NULL),
(5411, '36077F1E.DB53C448@gate.net', '6c13a009f487a5c4c40db3970e00c2f2', 'avril_lavigne_sex_tape_real\r\n https://wsz.page.link/hCbv#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:27:30', 'web', '', NULL),
(5412, 'Information.desk@cabotcircus.com', '4a0e144e5f1ff361107c85d9f33ec636', 'ass_sex_asian\r\n https://rka.page.link/Lp9e#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:29:35', 'web', '', NULL),
(5413, 'rich.hill2001@gmail.com', 'b74de4ef5ee2c7b28a2e7ee5b02b22a6', 'free_sex_movies_for_download\r\n https://wsz.page.link/EoJw#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:32:30', 'web', '', NULL),
(5414, 'chokri@giftmorocco.com', '91e6845e6f55482906f59a5302bb0461', 'bdsm_mature_sex\r\n https://cvf.page.link/auP8#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:33:02', 'web', '', NULL),
(5415, 'AskCVM@fda.hhs.gov', '711a940191f4eedec918dcc85f7863f7', 'amateur_dildo_sex\r\n https://von.page.link/4F36#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:35:58', 'web', '', NULL),
(5416, 'support@develsoftware.com', '71ca6e920af53a6190a677bfc02dc7c6', 'big_boobs_girls_sex\r\n https://rka.page.link/AH2e#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:36:05', 'web', '', NULL),
(5417, 'contact@twizamart.ca', '0ee8a4116bcf3b21504777af1c3f058b', 'free_nude_sex_chat\r\n https://cvf.page.link/Kxkr#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:39:20', 'web', '', NULL),
(5418, 'jugalde@eldiario.ec', '70befdcff8651bb6691505dea7253c6e', 'android_18_sex_videos\r\n https://von.page.link/iUea#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:40:42', 'web', '', NULL),
(5419, 'lessons@skichinapeak.com', '906abead448fce379fde985eb36a25d7', 'best_movies_sex_scene\r\n https://xih.page.link/7GjM#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:42:37', 'web', '', NULL),
(5420, 'patrida@otenet.gr', '512b2110bbea502a22f5f20c803ffa31', 'animation_cartoon_sex\r\n https://von.page.link/gLgN#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:43:36', 'web', '', NULL),
(5421, 'tenpo4music@yahoo.com', 'b2e460550c9ae6488b267e7387706ee0', 'free_old_46_young_sex\r\n https://xih.page.link/uw2k#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:46:05', 'web', '', NULL),
(5422, 'MDellavecchia@pressofac.com', 'ce8010c8926696f3e02b8462b1bcf509', 'butterfly_effect_sex_scenes\r\n https://rka.page.link/akZr#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:49:44', 'web', '', NULL),
(5423, 'l3654viap@kinokradkinokrad.ru', '7d22c71da0db3534c1e58a0bfa528a1c', 'anal_sex_and_orgasm\r\n https://olk.page.link/X5dD#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:49:55', 'web', '', NULL),
(5424, 'drudurhaberahome@gmail.com.', '4f87e936f1a25c386dcb89f14f65ea15', 'asian_sex_movie_clips\r\n https://edz.page.link/2MoZ#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:53:06', 'web', '', NULL),
(5425, 'publicitat@grupflaix.cat', '4a1a67f74f613cbf22282a5433db3f73', 'first_dog_sex\r\n https://edz.page.link/dFF8#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:56:24', 'web', '', NULL),
(5426, 'cekline1987@gmail.com', 'afe1a73b9d93d7c0b108bbea4d16d796', 'free_vedio_of_sex\r\n https://juk.page.link/GUZ9#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:57:05', 'web', '', NULL),
(5427, 'jerald@lopelab.com', '04adcb69c775bc8c0e1f64ede9142ed7', 'ben_10_sex_game\r\n https://nho.page.link/Bn7B#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 05:59:40', 'web', '', NULL),
(5428, 'anbuohf@gmail.com', 'c0328f58eb8f5f0f61458cc604341e0e', 'beautiful_lesbian_sex_videos\r\n https://nho.page.link/ujdN#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:00:41', 'web', '', NULL),
(5429, 'admin@esacentral.org.au', '56ce490efe5e7127ab3bd6ace74523d7', 'fat_dude_sex\r\n https://cir.page.link/KyCX#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:02:43', 'web', '', NULL),
(5430, 'info@kitschmix.com', '2794b217a3f466aea040973909a3ebc1', 'blowjob_sex_vids\r\n https://edz.page.link/p1qb#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:04:08', 'web', '', NULL),
(5431, 'sansalvador.sv@opusdei.org', '2ed8fdac5cda874c8eaf8d1fdbceac24', 'asian_college_sex_videos\r\n https://juk.page.link/BThL#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:05:41', 'web', '', NULL),
(5432, 'capitol-publishing@hotmail.com', '62d6e9eb8417e9a0641a4a4a8c09cf67', 'free_k9_sex_video\r\n https://cvf.page.link/mMyu#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:06:18', 'web', '', NULL),
(5433, 'circ@huntingdondailynews.com', '4d17a9bf4327a8ac5a5efadb434d01d6', 'britney_spears_celebrity_sex\r\n https://xih.page.link/wZUV#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:09:24', 'web', '', NULL),
(5434, 'mnhayes@blm.gov', '1002d0f6b7fbc9367da15fda21c66a23', 'free_video_of_oral_sex\r\n https://rka.page.link/f7xR#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:11:25', 'web', '', NULL),
(5435, 'asiabriefing@nytimes.com', '76ae9ae76e1ba040ae893bf943b044e8', 'anal_sex_toy\r\n https://nho.page.link/BHxY#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:12:35', 'web', '', NULL),
(5436, 'stephen.ireland@irwinmitchell.com', 'cf956a187e9d2017043bd2d177dc6d69', 'free_black_men_sex_videos\r\n https://cvf.page.link/fmTk#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:14:20', 'web', '', NULL),
(5437, 'gennadiy.silivanov@mail.ru', '821c164bab04e93bc88c19a3a32260a9', 'action_sex_games\r\n https://cvf.page.link/yx9H#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:15:43', 'web', '', NULL),
(5438, 'esxbsToleandrale@onlinecasinoslotsix.us', '711bf9921d0ce385842d538d33d52ed0', 'best_tamil_sex\r\n https://nho.page.link/hQrD#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:17:06', 'web', '', NULL),
(5439, 'parel@esakal.com', 'f5ba23d2a305d9855c33fb7b884bfaa4', 'first_sex_with_mom\r\n https://olk.page.link/Waci#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:18:45', 'web', '', NULL),
(5440, 'poonam.kumari4@police.rajasthan.in', 'b05ee3c35b675515357df9a0ff00da6b', 'free_girls_sex\r\n https://edz.page.link/DvkH#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:20:09', 'web', '', NULL),
(5441, 'efcsoccer88@gmail.com', '51b260172f8b7124db43c6b588f600bd', 'bled_during_sex\r\n https://cir.page.link/rgQz#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:22:17', 'web', '', NULL),
(5442, 'info@magneticmag.com', '10de810cfaccbafcaa43e24724988a55', 'asian_celeb_sex_tape\r\n https://von.page.link/HPKv#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:23:21', 'web', '', NULL),
(5443, 'mcallahan@bridgeportedu.net', 'd27c37f438cef267c2567b63c54e0632', 'big_tits_sex_video\r\n https://rka.page.link/ttok#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:25:14', 'web', '', NULL),
(5444, 'ufr@corefitinc.com', '5e0573640049c8984ce1d1d87493cab4', 'amateur_sex_viedos\r\n https://von.page.link/yaeP#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:26:13', 'web', '', NULL),
(5445, 'GORDONER@FULTONSCHOOLS.ORG', '560d7ec014e4a8a51112b363a9ed8b5d', 'ass_sex_porn\r\n https://edz.page.link/HGnk#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:28:17', 'web', '', NULL),
(5446, 'library@whitney.org', '0a013cb5bcbfe9abcc62101e94f5b14d', 'ashlee_simpson_sex_tape\r\n https://wsz.page.link/8gHe#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:29:05', 'web', '', NULL),
(5447, 'rhi@uhs.uga.edu', 'd94b8c1e9620cdf4d5e7f572dc36f565', 'black_mother_daughter_sex\r\n https://olk.page.link/iFt1#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:31:26', 'web', '', NULL),
(5448, 'louis225@xmmail.ru', '62ddf973264dfa88efea9e3a86796fa0', 'adult_sex_thumbs\r\n https://edz.page.link/kgv9#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:35:12', 'web', '', NULL),
(5449, 'webstaff@thechristianbeat.org', 'cae801322b5d7021b9990d11e529acbd', 'foods_for_good_sex\r\n https://wsz.page.link/dYhG#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:38:55', 'web', '', NULL),
(5450, 'hi@mindfulmovement.me', 'da58ef9810edc18c102e733620fc3ace', 'feelings_sex\r\n https://xih.page.link/Mbpt#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:38:56', 'web', '', NULL),
(5451, 'mattb@barbermurphy.com', '242cee201a4d791b343e9c44f8cde5e6', 'asian_mature_sex\r\n https://cir.page.link/VQnt#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:42:18', 'web', '', NULL),
(5452, 'pwyloh905@hotmail.com', '90c45fb8b128dbf8af1c91e7eb464aa1', 'best_home_sex_movie\r\n https://nho.page.link/wXBa#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:42:38', 'web', '', NULL),
(5453, 'warsaw@agile-center.com', 'a1140f67a1a2857cb207b06584e85e88', 'bbw_and_sex\r\n https://cir.page.link/jbvo#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:45:34', 'web', '', NULL),
(5454, 'markeed@markee-d.com', 'fc219bd24ba98dab73c4e7a635677659', 'free_sex_vidoes_to_watch\r\n https://olk.page.link/37L2#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:48:28', 'web', '', NULL),
(5455, 'amit.kucheria@linaro.org', '2ee8c201a3f33331473e41582cd7722f', 'asian_sex_women\r\n https://nho.page.link/NdRe#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:49:36', 'web', '', NULL),
(5456, 'flumserberg@heidiland.com', '6517fc8afba1ab131c4420e0e5ea7bc0', 'anime_lesbian_sex_videos\r\n https://cir.page.link/HNL8#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:51:45', 'web', '', NULL),
(5457, 'emailus@chezvoushair.com', '99c7a20044ae6259f881fd670bbb0cac', 'free_live_sex_web_cam\r\n https://von.page.link/MjMt#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:56:39', 'web', '', NULL),
(5458, 'dgaleria@heraldextra.com', '558de1ed8b446f5889fc86ed3bd5e1af', 'best_new_sex_toys\r\n https://xih.page.link/zn7B#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 06:58:14', 'web', '', NULL),
(5459, 'collections@museumofsex.com.', '000bf8cc091310ac0833327671f2baef', 'a_woman_sex\r\n https://von.page.link/wiex#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:04:41', 'web', '', NULL),
(5460, 'drotubospellhome@gmail.com', 'd2248ac6f27de9e31eb14649040724a1', 'first_sex_with_sister\r\n https://edz.page.link/3ktS#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:08:00', 'web', '', NULL),
(5461, 'acagrohalvad@yahoo.com', '12d86d91ded46cc1eb7a2247b6105b92', 'first_sex_teacher_videos\r\n https://wsz.page.link/93QT#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:11:13', 'web', '', NULL),
(5462, 'gwathen@sfchronicle.com', 'a519dd0efd515e221c55844d7f405702', 'free_kids_having_sex\r\n https://rka.page.link/2Nk7#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:11:39', 'web', '', NULL),
(5463, 'lagrandeboucle@gmx.ch', '5043c1d5ac53120a248607bcec6dd87e', 'bbw_group_sex_pics\r\n https://rka.page.link/Lnj5#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:14:35', 'web', '', NULL),
(5464, 'cebc@cebc.org.br', 'a08aaa042684b46fdb13349a0b3b56f8', 'bbw_strapon_sex\r\n https://olk.page.link/XQjK#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:15:29', 'web', '', NULL),
(5465, 'office@nationalphilharmonic.org', 'efe5b20637d982f3b18eeb3d62d78987', 'best_telugu_sex\r\n https://edz.page.link/nXpA#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:21:01', 'web', '', NULL),
(5466, 'morgan.e.trudel@njit.edu', '8949b523a72a936ff0c25df4ed453a35', 'free_real_forced_sex\r\n https://von.page.link/jLcy#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:22:33', 'web', '', NULL),
(5467, 'monica@heart-media.com', 'fac44c35eb4f4ccc8f5aa2de422d8230', 'arab_sex_forum\r\n https://wsz.page.link/5eC9#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:25:39', 'web', '', NULL),
(5468, 'mail@gpogrand.com', '8f4ad530600fff4989ee8a56aea893db', 'adult_sex_fetish\r\n https://olk.page.link/v7aV#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:26:53', 'web', '', NULL),
(5469, 'kuva.hakijapalvelut@uniarts.fi', 'afae389ca39fb36916b144cbe4db02dc', 'fat_wife_sex\r\n https://xih.page.link/DrEa#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:29:01', 'web', '', NULL),
(5470, 'yacdsToleandrale@online-casino24.us', 'd89d1b373de5783442e932a516f7e4dd', 'brother_and_sister_having_sex_pictures\r\n https://wsz.page.link/QczV#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:30:16', 'web', '', NULL),
(5471, 'rosedarklin@gmail.com', 'd5a0fabe1b15ce618146f0f66b7316bb', 'ass_sex_vid\r\n https://von.page.link/E4cL#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:32:53', 'web', '', NULL),
(5472, 'maukerman@aclumich.org', '54ee12e5c1be3a9b6ba8ccc179028676', 'borthday_sex_remix\r\n https://wsz.page.link/JTMZ#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:36:42', 'web', '', NULL),
(5473, 'circulation@lighthousenow.ca', '095752555501f0d3ae112d6dbaf5c138', 'ass_sex_tubes\r\n https://cvf.page.link/CG9X#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:40:30', 'web', '', NULL),
(5474, 'peeweedirector@chilliwackminorhockey.com', '64b9860b2396d5d84cc7c5b0c6c14e34', 'adult_sex_costume\r\n https://juk.page.link/sDfd#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:40:49', 'web', '', NULL),
(5475, 'slaestzfyn@dispmailproject.info', '12b1ba21d7c79191782a6b932a696415', 'fre_sex_porn\r\n https://olk.page.link/Evuv#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:44:13', 'web', '', NULL),
(5476, 'ptc.norte@fcporto.pt', 'def1836ce52fbd5d8de122a5050a2fce', 'big_cock_gay_sex_movies\r\n https://nho.page.link/Mwsa#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:44:16', 'web', '', NULL),
(5477, 'info@ilcorriere.net', '7683499825a58dc0c51e3b80eda1369d', 'anal_sex_pussy\r\n https://von.page.link/EsyX#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:47:27', 'web', '', NULL),
(5478, 'OhdsiRTools@v1.3.0', '9c9442cfd38b51bc0387da7185f999a8', 'bdsm_video_sex\r\n https://xih.page.link/TcgN#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:51:27', 'web', '', NULL),
(5479, 'development@olddoghaven.org', '7c3b51162dc2aa2c1f01b1a18deba24a', 'bodybuilder_sex_tubes\r\n https://von.page.link/hmPY#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:51:44', 'web', '', NULL),
(5480, 'jdeleon@lagcc.cuny.edu', '1eefadf96bfcefd58cb0cd47a68d14f8', 'big_boob_sex_movie\r\n https://juk.page.link/tjrV#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:54:32', 'web', '', NULL),
(5481, 'rod.white@fairfaxmedia.com.au', '901c149fb7ab38a92c0c08ef3a0555e1', 'arabic_sex_movis\r\n https://cvf.page.link/E8b2#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:54:49', 'web', '', NULL),
(5482, 'sarah.porter@ccconcern.org', '292163017d5413ef9c82eaacbd86bd70', 'female_sex_chromosomes\r\n https://cir.page.link/QmMq#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 07:58:17', 'web', '', NULL),
(5483, 'babymaker@makemebabies.com', '6a3c2cdae70d5186f8b6e5ca249011c6', 'free_xxx_sex_videos_online\r\n https://cvf.page.link/QfnD#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:01:36', 'web', '', NULL),
(5484, 'eglmrtq@gmail.com', '44ccbe912858d7a0b4e94218f9604ea5', 'auto_erotic_sex_game\r\n https://cvf.page.link/RUfM#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:04:03', 'web', '', NULL),
(5485, 'elaesttmvl@dispmailproject.info', 'ecd5cbc62b85175d92ebb211b0ff9109', 'free_sex_blowjobs\r\n https://wsz.page.link/2TSQ#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:08:34', 'web', '', NULL),
(5486, 'bethel@bethelhudson.org', '26eb05131e597a10069719e5aee97e8b', 'free_video_sex_positions\r\n https://edz.page.link/1tA7#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:12:01', 'web', '', NULL),
(5487, 'obits@progress-index.com.', 'e607b421dfa6d4f564406aa1780b0466', 'black_anal_sex_sites\r\n https://juk.page.link/dTfZ#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:13:35', 'web', '', NULL),
(5488, 'info@pacificfloat.com', '8da93806e1d2642e90c75941164d01b6', 'anal_sex_toy_videos\r\n https://xih.page.link/463h#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:19:27', 'web', '', NULL),
(5489, 'yrutts988@hotmail.com', 'ef9b82ee234b9956fc8a7f67e8a9b43d', 'art_of_sex_download\r\n https://wsz.page.link/GL4q#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:20:15', 'web', '', NULL),
(5490, 'culinary.campus@sait.ca', '046a640f3da1c86ff6c6d54863c311cf', 'free_celebrity_sex_tapes_no_sign_up\r\n https://cir.page.link/t8uK#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:23:03', 'web', '', NULL),
(5491, 'info@atlanticcrewing.com', 'fdc3dc23cb9ac07a8b6f7f2095160118', 'anal_sex_home_made\r\n https://olk.page.link/iB16#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:23:36', 'web', '', NULL),
(5492, 'PCarter@somerset.gov.uk', '7b457fb4e1830abd2f05b60774447aa3', 'arabic_sex_vidio\r\n https://nho.page.link/VLbx#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:26:26', 'web', '', NULL),
(5493, 'EToffey@TimesShamrock.com', 'dc4e8844ff921a7e5e5cebb2779c5903', 'anal_sex_spanking\r\n https://nho.page.link/yhDV#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:29:27', 'web', '', NULL),
(5494, 'heikenwaelder@aon.at', '64cd98c8ee1eb40c60a36f65bd43e1f7', 'asain_sex_slave\r\n https://cir.page.link/yDPn#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:32:28', 'web', '', NULL),
(5495, 'lglueckert@mchs.org', '0146eeff6f6f0cf42931c4dc70a94fd6', 'arabic_teens_sex\r\n https://edz.page.link/mhd6#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:36:51', 'web', '', NULL),
(5496, 'ajeet@icai.in', 'aa9905e15fc2bf1a1e6317d7b24890a8', 'bracelet_sex\r\n https://rka.page.link/PhGi#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:40:28', 'web', '', NULL),
(5497, 'dpaulsen@episcopalchurch.org', '4d3df1b50b53a42fda129acc69e4b204', 'ass_sex_porno\r\n https://cvf.page.link/zdrG#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:42:23', 'web', '', NULL),
(5498, 'nm@dubaere.be', '661badeefcd44737d00e30ebf0cc6080', 'business_woman_sex_video\r\n https://wsz.page.link/Pp3j#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:44:06', 'web', '', NULL),
(5499, 'rastislav.stur@snd.sk', '06c2282d038a46a8a7a3310194cd7ec7', 'fantasy_sex_tubes\r\n https://wsz.page.link/A77A#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:47:34', 'web', '', NULL),
(5500, 'cbs_info@nbc.org.kh', '05c681cc9f0a70e1ec70b70d6b02b4a5', 'fat_mature_sex_pics\r\n https://nho.page.link/K2YS#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:48:51', 'web', '', NULL),
(5501, 'cgleese@collins-cc.edu', '28b1a06772cf9e5a98881c6731ecc3ec', 'anal_sex_freeones\r\n https://von.page.link/HZg5#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:51:22', 'web', '', NULL),
(5502, 'insidernj@gmail.com', 'ce93d403569bbbc1a1ff6eda86040c07', 'baby_free_sex\r\n https://olk.page.link/ZPwi#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:52:09', 'web', '', NULL),
(5503, 'uyttdnly@gmail.com', '34cadfd2cfbb093ea46c7609d989d677', 'barbie_sex_toys\r\n https://wsz.page.link/H4LC#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:55:29', 'web', '', NULL),
(5504, 'jh_nj_info@jefferson.edu', 'd95939e9010ed8c6be0efa806842be03', 'free_sex_video_of_girl\r\n https://olk.page.link/Dbgb#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 08:58:47', 'web', '', NULL),
(5505, 'iqisgte@gmail.com', '833f2c018ed24479498bf56f8f3ad006', 'boys_and_girls_having_sex_pictures\r\n https://juk.page.link/KozD#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:05:03', 'web', '', NULL),
(5506, 'forumdaily@gmail.com', '7ae60c11ec686ab4f8975de897feb8e7', 'finding_out_baby_sex\r\n https://wsz.page.link/4ZMX#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:09:02', 'web', '', NULL),
(5507, 'itnq@gmail.com', 'a0a56bd8e14ea2b3ce8037743b75756d', 'funny_sex_photo_gallery\r\n https://xih.page.link/MsZK#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:11:24', 'web', '', NULL),
(5508, 'ecarpenter@essexmediagroup.com', 'fdd4c3fb789910f1054633fb396b5b4e', 'bizarre_free_sex_videos\r\n https://xih.page.link/Egfe#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:14:45', 'web', '', NULL),
(5509, 'jmoore@irsc.edu', 'c99f46540a1bab8a137ff9612ed53438', 'amateur_sex_lesbian\r\n https://cvf.page.link/hBTk#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:17:54', 'web', '', NULL),
(5510, 'kcc@sakh.com', '3f2f28da2e4ce320d647faf7f370cdc8', 'anal_sex_woman\r\n https://xih.page.link/nnjZ#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:21:03', 'web', '', NULL),
(5511, 'changwilliam369@gmail.com', '62182c2cb34aed3d1ef6f9c72ffb6602', 'blow_up_dolls_for_sex\r\n https://edz.page.link/wSdQ#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:23:02', 'web', '', NULL),
(5512, 'red@tribuna.ro', '26c785fbc6d472362c7309d3c048023a', 'baby_boy_movie_sex_scenes\r\n https://cir.page.link/FFiF#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:26:30', 'web', '', NULL),
(5513, 'marketing.astoria@vgs-bled.si', 'f3071f98ded738544a03ca0859773cac', 'first_lebian_sex\r\n https://juk.page.link/tKf2#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:29:56', 'web', '', NULL),
(5514, 'zlaestetod@dispmailproject.info', '745cdd1b99e11e47f93d88b63b5e01b9', 'angelica_panganiban_sex_scandal\r\n https://nho.page.link/DfBn#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:33:47', 'web', '', NULL),
(5515, 'info@jmoperations.net', '827d19e1aa64ea52715012e893a49a2d', 'ashlee_simpson_sex\r\n https://olk.page.link/YbYQ#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:33:52', 'web', '', NULL),
(5516, 'classifieds@metroland.com', '8e68372cce42b7e55a5e69d2da2998d0', 'best_sex_positions_for_couples\r\n https://cir.page.link/9hjw#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:40:28', 'web', '', NULL),
(5517, 'illuminatiloanscompany@gmail.com', 'fd2d4909409a707701570af958ca3eec', 'amature_sex_community\r\n https://xih.page.link/mi8C#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:41:08', 'web', '', NULL),
(5518, 'smithma@prescott.k12.wi.us', '625039453172abfe628a8b51a3c4e4b3', 'birthday_sex_uptempo_mp3\r\n https://olk.page.link/HsBZ#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:47:19', 'web', '', NULL),
(5519, 'mukesh.meena8@police.rajasthan.in', '711f8f9c8f96fee94729b52c71776e43', 'big_black_sex_video\r\n https://juk.page.link/PazG#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:48:26', 'web', '', NULL),
(5520, 'foodiversita@eataly.com', '9ea137e5e2000a8083a7d5483bb165a8', 'bdsm_sex_game\r\n https://olk.page.link/6Ekk#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:50:28', 'web', '', NULL),
(5521, 'info@pcta.org', '0f181c9d6c2eaf66306643075317928f', 'best_home_made_sex_toy\r\n https://juk.page.link/KtCN#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:52:03', 'web', '', NULL),
(5522, 'erika.ketchum@klty.com', '29a4196812bbe7f5cf2e6b3f6bcef495', 'bizarre_sex_insertions\r\n https://olk.page.link/wMZN#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:53:40', 'web', '', NULL),
(5523, 'qtppszx@gmail.com', '4518aa9db8737d9190009ca76a7bbcaf', 'free_mature_sex_games\r\n https://juk.page.link/tNRY#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:54:51', 'web', '', NULL),
(5524, 'bridgehouse@ashfordschool.co.uk', '587f6effba081430d496e5e935d128d3', 'fuking_sex_video\r\n https://nho.page.link/QEUE#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:56:50', 'web', '', NULL),
(5525, 'lauren.brandt@starherald.com', 'bff1188999275a3728c3d27ccb0139f4', 'free_to_watch_sex_videos\r\n https://cvf.page.link/5NfV#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 09:57:40', 'web', '', NULL),
(5526, 'mamiko.k.carroll@hawaii.gov', '0452667b091f95c68c7fe4e6685c7de2', 'free_incest_sex_tube\r\n https://cvf.page.link/2Nyo#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:01:08', 'web', '', NULL),
(5527, 'info@ildenaro.it', '364e8183fe70bb951e1ef2b76649923c', 'anal_sex_toys_videos\r\n https://cir.page.link/5S1X#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:06:13', 'web', '', NULL),
(5528, 'babethetvero@contoirduconte.fr', '263829978f86321b8ee3c59fc516343c', 'big_girls_haveing_sex\r\n https://wsz.page.link/ozCS#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:09:29', 'web', '', NULL),
(5529, 'xkfyeToleandrale@onlinecasinomax.us', '7ddb8467623b98b1283ece68f7be1924', 'fucking_good_sex\r\n https://cvf.page.link/xv5D#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:10:54', 'web', '', NULL),
(5530, 'pn550276@gmail.com', '7b1f5b479db24f76140b7ae9dc326b3a', 'briney_spears_sex\r\n https://cvf.page.link/rabr#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:12:29', 'web', '', NULL),
(5531, 'VTong@PortlandTribune.com', '2f99321d2462fc945bb300ea828c5948', 'black_hot_sex_video\r\n https://juk.page.link/yQAU#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:14:22', 'web', '', NULL),
(5532, 'circulation@ricentral.com', '7485294c571aed038beb0ec845f1d930', 'bbw_hard_sex\r\n https://xih.page.link/aJ3v#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:15:31', 'web', '', NULL),
(5533, 'ian.campbell@avrce.ca', '6c7566fbeb7f3923aa79ba0202dc1d40', 'amateur_honeymoon_sex_videos\r\n https://rka.page.link/QaX7#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:16:36', 'web', '', NULL),
(5534, 'zdimhmq@gmail.com', '28d202f00885de3875dca2c821658e3a', 'free_downloads_of_celebrity_sex_tapes\r\n https://olk.page.link/cnTC#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:18:38', 'web', '', NULL),
(5535, 'support@fitonomy.co', '61b4f3c010d6a06fee00812677b99aab', 'amy_fisher_free_sex_video\r\n https://olk.page.link/BxAY#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:21:42', 'web', '', NULL),
(5536, 'josh@adventurefit.com', '527bfbf8473a2aa8e3e3e88fbbd9a8aa', 'biggest_tits_sex\r\n https://cvf.page.link/Qv3Z#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:22:05', 'web', '', NULL),
(5537, 'info@sw-marina.com', '01bf3defbba0fed7ab2e0f85fe069612', 'female_boss_sex\r\n https://cir.page.link/fEtm#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:24:40', 'web', '', NULL),
(5538, 'mrace@oxfordmail.co.uk', '1efa92e5b7fcdfb3d7b1db5c2375afd0', 'asian_girls_forced_sex\r\n https://edz.page.link/7TXH#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:27:51', 'web', '', NULL),
(5539, 'se.holmberg@wingate.edu', '51b589e6b55c26f2cb2d3098c2241348', 'ask_sex_search\r\n https://edz.page.link/9Mqx#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:31:23', 'web', '', NULL),
(5540, 'sales@pharmaster.ca', 'ee886f1f5da88e1ace1359343a87073a', 'britney_spears_phone_sex\r\n https://juk.page.link/BfJn#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:34:04', 'web', '', NULL),
(5541, 'sofcga@stuact.tamu.edu', 'b5214dc022588481adc877797f62bd05', 'butterflies_sex\r\n https://cir.page.link/fRmc#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:34:56', 'web', '', NULL),
(5542, 'promo@e.newegg.com', '801298cf09b2cae6d247e0a0fd341587', 'anal_forced_sex\r\n https://olk.page.link/WCBH#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:37:26', 'web', '', NULL),
(5543, 'oremus@gentofte.dk.', '6f519a0f84e4a67ff2357006ae292036', 'free_couples_sex_cam\r\n https://cir.page.link/aQH7#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:38:43', 'web', '', NULL),
(5544, 'lucy@smthelp.com', '9e4c480b0bf7c1b133b65797c032b94b', 'african_gay_sex\r\n https://nho.page.link/n4x4#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:40:42', 'web', '', NULL),
(5545, 'terieL@gabar.org', '3e42ac4ba71a2066204816a2f6e65f45', 'free_gay_videos_sex\r\n https://xih.page.link/N2nq#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:42:11', 'web', '', NULL),
(5546, 'contact@bestindustrynews.com', 'f6edec2288ce460fab5244ad256058d7', 'arcade_games_sex\r\n https://wsz.page.link/A1Kh#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:43:57', 'web', '', NULL),
(5547, 'kiko@kikocompany.com', '7a39f1f7d99d67f198e15507355e60cd', 'animals_having_sex\r\n https://juk.page.link/hUyb#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:46:59', 'web', '', NULL),
(5548, 'jonathan@oneclub.org', '7ae8d87dc32e2e5d081e6c6fbcf3d4e3', 'american_hardcore_sex\r\n https://cvf.page.link/a3oL#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:50:14', 'web', '', NULL),
(5549, 'hello@steakville.sg', '4e1426d6e21287815a9d655ef3db9e00', 'big_boob_group_sex\r\n https://wsz.page.link/n7p1#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:50:18', 'web', '', NULL),
(5550, 'alumni@gcccks.edu', '9ca43724e3bb484c91dd02f47eb7b39d', 'booty_girls_sex\r\n https://rka.page.link/mq4o#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:53:48', 'web', '', NULL),
(5551, 'mayem6@akira57.downloadism.top', '0ad081474a5f1153d499deb9ad49a47e', 'family_guy_cleveland_sex\r\n https://edz.page.link/ePyH#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:56:27', 'web', '', NULL),
(5552, 'hrd@fullybookedonline.com', 'ff46ddc728b04ee6a0aff86afdb0d7e4', 'best_celeb_sex_scene\r\n https://cvf.page.link/1Z2H#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 10:57:34', 'web', '', NULL),
(5553, 'redactie@huff.ro', '106e0f4ab06b7011c2dc7139805023c8', 'family_guy_cowboy_butt_sex_video\r\n https://wsz.page.link/fxhL#\r\nanodo', NULL, 'FALSE', '95.67.171.219', '2022-09-09 11:00:57', 'web', '', NULL),
(5554, 'myo.kyaw.tun@gmail.com', '7572b5037abee3d8943824187f3ec347', 'bizarre_sex_fetishes\r\n https://juk.page.link/w3An#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 11:31:53', 'web', '', NULL),
(5555, 'Rorona_1982@yahoo.com', 'e32eebd7e467bbf8ecd5b08f93d9a8bc', 'bridget_jones_sex_scene\r\n https://olk.page.link/S27e#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 11:38:30', 'web', '', NULL),
(5556, 'kovacs.ivan1966@centrum.sk', 'b739ee8074f759cc518d2bbb47725ac4', 'free_private_live_sex_cams\r\n https://cvf.page.link/n79f#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 11:40:47', 'web', '', NULL),
(5557, 'ironlyj@gmail.com', '5003fbfb6f1d90f4c8075cc0d1b01b2b', 'adult_cyber_sex_chat\r\n https://rka.page.link/9zTY#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 11:43:44', 'web', '', NULL),
(5558, 'rohizatmohammad@yahoo.com', '64b0f57c15f8fcfa57b13057b4659105', 'free_black_booty_sex_videos\r\n https://cir.page.link/M6RH#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 11:46:41', 'web', '', NULL),
(5559, 'low.siewbee@my.endress.com', 'c002df014c984cfd3f861045b1f82680', 'angelina_jolie_sex_comic\r\n https://juk.page.link/zkTi#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 11:46:57', 'web', '', NULL),
(5560, 'shenjian@hainu.edu.cn', 'd4ebd80eff1065eab5389c3d1eef9e2c', 'best_sex_tips_for_women\r\n https://edz.page.link/dhwh#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 11:52:45', 'web', '', NULL),
(5561, 's.mahjoub@mubabol.ac.ir', '8699164e333096d2c8e83eea2b63e661', 'funny_sex_flash\r\n https://wsz.page.link/MUw1#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 11:53:28', 'web', '', NULL),
(5562, 'finc@transways.com.my', '6b4951a1222e1511327631605927d17b', 'ben_10_porn_sex\r\n https://wsz.page.link/7cNP#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 11:55:39', 'web', '', NULL),
(5563, 'benglyn.teh@hardrockhotels.net', 'bdc736738bb8c8d29fffc746b93775f6', 'fat_sex_ass\r\n https://juk.page.link/Lx7S#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 11:56:31', 'web', '', NULL),
(5564, 'devanand@pantai.com.my', 'cfbeb2c37b00064a00cf42fd71965c5f', 'filipina_phone_sex\r\n https://cvf.page.link/FwNG#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 11:58:58', 'web', '', NULL),
(5565, 'heikekoch@yahoo.de', '0d1dde892176cec7d8d70232dd9e45f9', 'adult_xxx_sex_games\r\n https://cir.page.link/U4rD#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:01:51', 'web', '', NULL),
(5566, 'sws@swssofa.com', '5797bf5681cbcd0fd1b91817df7b174b', 'free_real_life_sex_stories\r\n https://cir.page.link/ctd2#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:02:21', 'web', '', NULL),
(5567, 'minfante@sunpowercorp.com', 'cef2d935639dfd1d7e5714c0f25e9653', 'burning_man_gay_sex\r\n https://nho.page.link/ujdN#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:05:51', 'web', '', NULL),
(5568, 'elineb_@live.no', '6754b1b4899e09e893356ca87eec3ae0', 'all_rough_sex\r\n https://von.page.link/yqde#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:08:26', 'web', '', NULL),
(5569, 'jesvinkaur@kra-group.com', '2dbdd013fe81af707a4eb1e57baabace', 'asian_free_sex_video\r\n https://olk.page.link/yzNn#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:09:21', 'web', '', NULL),
(5570, 'admin@we1manufacturing.com.my', '549c119f5acb8c89cd079d4c46eeb233', 'fuck_sex_party\r\n https://xih.page.link/CqVm#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:11:45', 'web', '', NULL),
(5571, 'emily@mapsglobe.com', '13a68f1add33313fdfe9930850dd23f8', 'bbw_anal_sex_video\r\n https://von.page.link/mNo2#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:13:00', 'web', '', NULL),
(5572, 'ncecile@grignon.inra.fr', 'a8bfe20ea5faa6310847a75993f4f751', 'bestiality_sex_story\r\n https://edz.page.link/VH42#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:16:38', 'web', '', NULL),
(5573, 'caloinilydia@hotmail.fr', '4aef5e2f11602db3ad46b73e7be01396', 'black_male_sex_movies\r\n https://cvf.page.link/35Zy#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:18:24', 'web', '', NULL),
(5574, 'i5zal_84@yahoo.com', 'f50d0d3948625803dd2e8f0f82270182', 'free_hot_ass_sex\r\n https://wsz.page.link/w7Vp#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:24:08', 'web', '', NULL),
(5575, 'sofiapina@mail.com', 'dd98c0ee614ef6a6b6d4781cd2395674', 'booty_hot_sex\r\n https://von.page.link/E2m8#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:27:58', 'web', '', NULL),
(5576, 'ckb@sebor.com.my', '2db19627826bd2481177c3ef3abbe7eb', 'fat_sex_girl\r\n https://edz.page.link/hThT#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:28:53', 'web', '', NULL),
(5577, 'bisnes2all@gmail.com', '0712d1a92de8d9ac6f73a8fa2147eda3', 'blow_up_sex_toys\r\n https://von.page.link/XueC#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:31:40', 'web', '', NULL),
(5578, 'royhaan.folarin@oouagoiwoye.edu.ng', '08bde4427c8c2417bd4d3b259a3de6c9', 'female_models_sex\r\n https://wsz.page.link/xeaU#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:32:29', 'web', '', NULL),
(5579, 'colette_bouchard@sympatico.ca', '25e23f66069f3838cd8a8f6dcdf6daf6', 'akon_sex\r\n https://edz.page.link/fJJQ#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:35:34', 'web', '', NULL),
(5580, 'ania_gazecka@tlen.pl', '8e5467717c017f9f6d449e1a8f7c2033', 'besplatan_sex\r\n https://cvf.page.link/yTdp#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:36:01', 'web', '', NULL),
(5581, 'nezha.senhaji05@etude.univcasa.ma', '91697d7f49145ba5fea6091180086353', 'animals_sex_movie\r\n https://cvf.page.link/rDgj#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:39:27', 'web', '', NULL),
(5582, 'onimusha_phoenix@yahoo.com', '11af135abf491bf148e2b7bff3f5579e', 'black_girls_in_sex\r\n https://olk.page.link/uojk#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:42:56', 'web', '', NULL),
(5583, 'antudegil@gmail.com', '1b30afe9836cc519f47175f35f717e5e', 'black_free_sex_tube\r\n https://olk.page.link/QTvX#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:43:12', 'web', '', NULL),
(5584, 'syamsul@idee.my', 'dcf97e3aec71685f21d40ba62fc0ec2c', 'beastiality_dog_sex_stories\r\n https://nho.page.link/4eR5#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:49:44', 'web', '', NULL),
(5585, 'lzb2003@163.com', '3cb2dcee0e7a961c0ee4c7cdf224392a', 'brit_sex\r\n https://cvf.page.link/xdsA#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:53:18', 'web', '', NULL),
(5586, 'mlroig@gmail.com', '9ea3ca2dd2b470f2df65ec9352ccaec9', 'best_site_for_sex_toys\r\n https://cir.page.link/PKgD#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 12:56:40', 'web', '', NULL),
(5587, 'ikhtiargroup.comyaplk@maybank.com.my', '19f8f2aea43daa9575a22cf9e9fe2919', 'free_russian_granny_sex\r\n https://nho.page.link/Y3DQ#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:01:55', 'web', '', NULL),
(5588, 'isabel.correas@uam.es', 'c2a4919f0be1e962f99393e5078be0d9', 'anal_sex\r\n https://juk.page.link/WamB#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:05:39', 'web', '', NULL),
(5589, 'nasmech@nasmech.com.my', '144c7b967b54e88ed9444850e46c7cfc', 'fat_people_sex_movies\r\n https://rka.page.link/aHCm#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:06:50', 'web', '', NULL),
(5590, 'monkeys0109@sina.com', 'd0422cc18fd53beb143848c6e4326c6a', 'free_deepthroat_sex\r\n https://olk.page.link/9D6W#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:10:18', 'web', '', NULL),
(5591, 'jm.perrier@agrosupdijon.fr', 'b5678ec32c562462be35e02d3c8b6ef5', 'brooke_skye_sex\r\n https://rka.page.link/2Y2J#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:12:51', 'web', '', NULL),
(5592, 'mdittrich@utsc.utoronto.ca', 'adf6bf0d7ada56e88264cd7b134a170b', 'free_vintage_sex_photos\r\n https://juk.page.link/w3An#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:13:28', 'web', '', NULL),
(5593, 'donglei@sxu.edu.cn', '492ac36369edaeecd4fe4281466bba15', 'flintstones_sex_games\r\n https://von.page.link/3NpL#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:16:37', 'web', '', NULL),
(5594, 'my_laundrex@yahoo.com', 'a4b1d526cc7d35598ed74aa17d24941b', 'adult_amateur_sex\r\n https://nho.page.link/CyYX#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:19:43', 'web', '', NULL),
(5595, '2120160946@mail.nankai.edu.cn', '04a2ac188012e87855610103dca363bc', 'free_shemale_sex_video\r\n https://olk.page.link/3yae#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:19:57', 'web', '', NULL),
(5596, 'waqiah_84@yahoo.com.my', '8ea64c6ccbb0481a1a9662e450b0e845', 'free_celebrity_sex_clips\r\n https://xih.page.link/j6uS#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:23:00', 'web', '', NULL),
(5597, 'huzilengineering@gmail.com', '0e93ed2a343dbc01d49d47b5070e7705', 'aids_through_oral_sex\r\n https://cir.page.link/zr1j#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:26:19', 'web', '', NULL),
(5598, 'pengkm@mail.hzau.edu.cn', '2db9baba7bbc1e62d20ce1d07b375030', 'ball_8_sex\r\n https://rka.page.link/y3Ly#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:29:25', 'web', '', NULL),
(5599, 'jason.mao@bluestarsilicones.com', '1f5e558fc5b529f5755d09b2e367c8eb', 'free_blondes_sex\r\n https://xih.page.link/ASQT#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:29:48', 'web', '', NULL),
(5600, 'lizza0205@h0tmail.com', 'de1085b070c53754d39b2d0c612edafb', 'free_hot_anime_sex_videos\r\n https://rka.page.link/AgiB#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:32:35', 'web', '', NULL),
(5601, 'mdaw@staffmail.ed.ac.uk', '6caf1c22734b63c5ae6e89657cb46da2', 'anal_sex_women\r\n https://edz.page.link/4PWu#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:35:27', 'web', '', NULL),
(5602, 'crusade0911knight@hotmail.com', '48959e0fd7e6bb95a0d08b4f952c5a81', 'best_oral_sex_for_men\r\n https://von.page.link/pmdn#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:36:25', 'web', '', NULL),
(5603, 'rafie.iman@yahoo.com', '1faa909f67f6686cabfc6befc37ecf38', 'free_sex_in_public_videos\r\n https://xih.page.link/mZC7#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:38:30', 'web', '', NULL),
(5604, 'people_forget@hotmail.ca', '6d0cb876f0e50bd0f309563c28fdcff1', 'free_violent_sex_vids\r\n https://cvf.page.link/PJmA#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:41:35', 'web', '', NULL),
(5605, 'matthias.unseld@meduniwien.ac.at', '561b57caf5d1a019dc2ff8414908e764', 'free_real_doll_sex_movies\r\n https://rka.page.link/KNKs#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:43:10', 'web', '', NULL),
(5606, 'David@eastwoodvalley.com', '365309b0a4ecdcfc88a3b5040903c55f', 'free_drunk_girls_sex_videos\r\n https://cir.page.link/qJrp#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:44:40', 'web', '', NULL),
(5607, 'rossin@unice.fr', 'f0974c91a67c2e04d020ee3c18a00a14', 'amatuer_ebony_sex\r\n https://cir.page.link/42Sv#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:46:14', 'web', '', NULL),
(5608, 'mforbes6@gmail.com', '22e5d5f8437ed7ec5c55b5f9bf5e1ae1', 'fun_sex_games_free\r\n https://edz.page.link/DsVk#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:56:17', 'web', '', NULL),
(5609, 'jacqueline.wong@my.ey.com', '4fc47750170ff23af2fdd75d13c0bf5c', 'bleach_anime_sex\r\n https://olk.page.link/WYZY#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:58:28', 'web', '', NULL),
(5610, 'dserranomu@externas.sescam.jccm.es', 'ee0d2177e49d040e25b67697a8256826', 'asian_anal_sex_pic\r\n https://juk.page.link/RZj5#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 13:59:10', 'web', '', NULL),
(5611, 'whaiyan@lzu.edu.cn', '56866a13b36b1733996e0c98c589cf7a', 'black_girls_sex_photos\r\n https://wsz.page.link/P1Wd#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 14:01:32', 'web', '', NULL),
(5612, 'clchan@advanceboilers.com.my', '4b79df703abe3c049ae08c95278292dd', 'frree_sex_chat\r\n https://von.page.link/bGyx#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 14:02:14', 'web', '', NULL),
(5613, 'c4_88@yahoo.ca', 'd18688748cd193c747b77727e87d2d04', 'asian_rough_sex\r\n https://xih.page.link/HwbH#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 14:05:07', 'web', '', NULL),
(5614, 'my_beautiful_orchid@yahoo.com.my', 'a08e6c7d32ceca8e49a5edeb1c431f91', 'free_gay_sex_personals\r\n https://juk.page.link/26Zv#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 14:07:54', 'web', '', NULL),
(5615, 'ivy.laumoi@halliburton.com', '61daae94eae1ea81e25c996dd2230a53', 'free_real_hidden_sex\r\n https://cir.page.link/n3fV#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 14:13:37', 'web', '', NULL),
(5616, 'chengwei_tan@sinsoonhock.com.my', '43c3a49011801c25bddffacd0713c139', 'afghan_sex_law\r\n https://rka.page.link/jfA2#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 14:16:20', 'web', '', NULL),
(5617, 'sandra-spellmeyer@yahoo.ca', '5a5f85f97e830edc72151218782b4a49', 'free_old_on_young_sex\r\n https://cvf.page.link/WiWq#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 14:17:01', 'web', '', NULL),
(5618, 'mohdaminong@gmail.com', '8b8569f3e85c594ba9a6c864e78de006', 'asian_rape_sex_videos\r\n https://rka.page.link/NwPw#\r\nanodo', NULL, 'FALSE', '80.234.77.230', '2022-09-09 14:19:43', 'web', '', NULL),
(5619, 'abduzun2@yandex.com', '12beecac5fa5e767fed8a4b472307186', 'XmasterTut', NULL, 'FALSE', '161.97.85.148', '2022-09-11 17:09:42', 'web', '', NULL),
(5620, 'greetathosrib9@mail.ru', 'a117afbbdb9ece2c14ef102421e304e7', 'XOTNP8N9O1DIGA   www.ya.ru', NULL, 'FALSE', '80.234.76.115', '2022-09-12 19:58:24', 'web', '', NULL),
(5621, 'anyworeqe@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'dfktyn', NULL, 'FALSE', '37.139.53.44', '2022-09-13 22:10:29', 'web', '', NULL),
(5622, 'hamdanah@gmail.com', 'cef9258aecfc4d02c121e826113ae5ab', 'anime_sex_porno\r\n https://vbf.page.link/LzRh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 00:33:17', 'web', '', NULL),
(5623, 'umar1745@gmail.com', '29f972014d2400dc006ca3603bbdb170', 'anal_gangbang_sex\r\n https://xsg.page.link/qv9n#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 00:35:10', 'web', '', NULL),
(5624, 'eidazainal@yahoo.com', 'b7e49a4fb099b0b62ff9b8588d3cb6eb', 'big_boob_hardcore_sex\r\n https://xsw.page.link/9ufL#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 00:37:48', 'web', '', NULL),
(5625, 'karan9308@gmail.com', '062c52d60158b9d9e34af28363fe3167', 'amateur_sex_vid\r\n https://ijq.page.link/9j7t#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 00:40:54', 'web', '', NULL),
(5626, 'noraisar90@yahoo.com', '807985a7914535e50479ebc3080ac784', 'free_sex_family\r\n https://ijq.page.link/qrUK#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 00:42:59', 'web', '', NULL),
(5627, 'arra.architect.kk@gmail.com', 'f92a439ea59d333179c77e2899e14169', 'boobs_sex_free\r\n https://ikd.page.link/u5HS#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 00:43:39', 'web', '', NULL),
(5628, 'kechek_la@yahoo.com', '56c1268d25a3221e0aa53b1aee8bd987', 'beau_sex\r\n https://ikd.page.link/8reb#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 00:47:14', 'web', '', NULL),
(5629, 'hye_munirul88@yahoo.com', 'fae2c60e3c3d3fe8f065cfb67beef1ea', 'fuck_machine_sex\r\n https://xsg.page.link/5X4j#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:01:30', 'web', '', NULL),
(5630, 'nora.ika90@gmail.com', 'b2d1026ffd22fb5991bb952f83ac325f', 'bachelorette_sex_pics\r\n https://ikd.page.link/o97V#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:02:26', 'web', '', NULL),
(5631, 'frkn505@gmail.com', '61ad05cd3f1e3fb03743e8592f480ca7', 'all_sex_moves\r\n https://nlq.page.link/9srq#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:03:22', 'web', '', NULL),
(5632, 'moony175@gmail.com', '55275a4e1cc33e65b4f85ada20249789', 'ass_licking_sex\r\n https://xsw.page.link/HKmg#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:04:18', 'web', '', NULL),
(5633, 'solusijayasendiriberhad@gmail.com', '3f56642c8564aa092edd5b5dcd1bc0e5', 'black_old_woman_sex\r\n https://olr.page.link/f8H3#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:06:12', 'web', '', NULL),
(5634, 'z_awiez@yahoo.com', '2f5ba80abf8e5e4fcce92729447bb236', 'best_sex_nude\r\n https://nhg.page.link/EjSm#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:08:03', 'web', '', NULL),
(5635, 'mario.daidone@gmail.com', '8d073507c57a7e03bc034dd0561e72e6', 'best_sex_ever_dressing_room\r\n https://nhg.page.link/qbwb#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:09:02', 'web', '', NULL),
(5636, 'kamerlighn16@gmail.com', 'f3b8b25fe43f08cd142931c6f0218768', 'banana_sex_videos\r\n https://xsw.page.link/apji#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:10:48', 'web', '', NULL),
(5637, 'farrah14490@yahoo.com', '417006927bb3aab1206bebe235f2d83b', 'amateur_bondage_sex\r\n https://ujc.page.link/742C#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:12:36', 'web', '', NULL),
(5638, 'bel8680@yahoo.com', '324aad8ece083ae21152acf4a383fb0c', 'fucking_women_sex\r\n https://ijq.page.link/G4Cs#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:14:23', 'web', '', NULL),
(5639, 'farhanmajid88@yahoo.com', '0e9d0b112e95b2de8e9bd2efcb95c160', 'free_3d_sex_simulator\r\n https://ikd.page.link/vjN3#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:17:03', 'web', '', NULL),
(5640, 'mamasksp@yahoo.com.my', '6e842503feb8d01d0fc456a124487bba', 'boys_sex_fuck\r\n https://ijq.page.link/qqiK#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:17:57', 'web', '', NULL),
(5641, 'mmatech.acc@gmail.com', '39421cb90f987f0bde1acbd486e668c8', 'boy_sex_black\r\n https://xsw.page.link/5x91#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:18:52', 'web', '', NULL),
(5642, 'ds_pushpa@yahoo.com', 'd8b18f92015fd73a69360e6990f16ec6', 'free_girls_sex\r\n https://ijq.page.link/NDxH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:19:44', 'web', '', NULL),
(5643, 'maza0007@yahoo.com', 'ef898286c07ad73ba9a0cbf50d498f6f', 'brother_and_sister_in_law_sex\r\n https://nlq.page.link/vb5y#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:21:32', 'web', '', NULL),
(5644, 'aeamr1963@yahoo.com', '51bc62214ef8b8af88a83ec206924c82', 'free_video_sex_xxx\r\n https://ijq.page.link/aLRm#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:24:11', 'web', '', NULL),
(5645, 'cenoss@yahoo.com.my', '255f5a73485fe4deb954e202116f51fa', 'arab_sex_vidoes\r\n https://xsw.page.link/CSn7#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:25:03', 'web', '', NULL),
(5646, 'zarfarie@gmail.com', '955b3367758d8659c30f1d0512949009', 'free_oral_sex_pics\r\n https://okj.page.link/LgsA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:25:54', 'web', '', NULL),
(5647, 'ailistabeauty@yahoo.com', 'd0eb046952513d9f7aa59a02baf14e19', 'animated_sex_moves\r\n https://vbf.page.link/DDUx#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:26:46', 'web', '', NULL),
(5648, 'mib.redr@gmail.com', 'c3007ab1c59ec1e5b405bc43e7085e46', 'adult_sex_movies_for_free\r\n https://okj.page.link/X6CA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:27:39', 'web', '', NULL),
(5649, 'a.dadgar@gmail.com', '1bad49d538c025567ff1f4420aae7b70', 'free_arabic_sex_vedio\r\n https://xsg.page.link/ZUUJ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:28:30', 'web', '', NULL),
(5650, 'addandaraawi@gmail.com', '02e018f441c1c56d6fbeb165736e0a99', 'amature_wife_sex_tube\r\n https://xsw.page.link/PnKu#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:29:22', 'web', '', NULL),
(5651, 'honey748@gmail.com', 'ea1f3718200bcd942739a877d5956654', 'black_men_having_anal_sex\r\n https://okj.page.link/tkcV#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:31:10', 'web', '', NULL),
(5652, 'azulkhairo@yahoo.com', '086d7385477427a4bbf4b3e085870411', 'free_mpeg_sex\r\n https://nlq.page.link/E75X#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:32:03', 'web', '', NULL),
(5653, 'zulaizah11@yahoo.com', '37ab40afbbd314a05ad3c337ab4038a1', 'best_sex_books_for_couples\r\n https://vbf.page.link/PpEU#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:32:58', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(5654, 'pininashazmi_shaz@yahoo.com', 'cf28e4b6dc989e80fb74c12dd44116bc', 'bollywood_hot_sex_scenes\r\n https://xsg.page.link/C8p9#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:33:50', 'web', '', NULL),
(5655, 'jillleeal@gmail.com', '4c8e78be888e2e6736d06d9b413faa79', 'brazilian_amateur_sex\r\n https://ijq.page.link/38Gn#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:34:42', 'web', '', NULL),
(5656, 'yinyue_deng@hotmail.com', 'a4f03aef63dda76dbc0ee398ba4e71c3', 'bangladeshi_sex\r\n https://xsg.page.link/cw3q#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:35:39', 'web', '', NULL),
(5657, 'zyannerul@yahoo.com', 'ce63c5d4521a4b054026c5380ba12667', 'black_home_made_sex_tapes\r\n https://xsw.page.link/j2dw#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:36:32', 'web', '', NULL),
(5658, 'mohdamirulasrafismail@yahoo.com', '47770649ccc400b0c6f35c5a15e8ed6d', 'ass_mom_sex\r\n https://olr.page.link/58jT#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:37:27', 'web', '', NULL),
(5659, 'aliffcorpsdnbhd@yahoo.com', '757633f887c12e97fb0441e91deb1ab1', 'beach_sex_scene\r\n https://ujc.page.link/W7q2#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:38:21', 'web', '', NULL),
(5660, 'mfmerchantent@gmail.com', 'f9528a76f8b67261ad1a2653a6319769', 'alien_3d_sex\r\n https://nhg.page.link/Q2vW#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:40:09', 'web', '', NULL),
(5661, 'fauzy_world@yahoo.com.my', '0264b2e35ebc6bbc3df1d70f7d477b68', 'all_celebrity_sex_videos\r\n https://olr.page.link/63v1#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:41:22', 'web', '', NULL),
(5662, 'Mietoshi_nakata@yahoo.com', 'b79eee3cd0c1521ec6ce8536ee7e5d5c', 'amazing_sex_store\r\n https://okj.page.link/x58s#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:41:54', 'web', '', NULL),
(5663, 'sriledang1@yahoo.com', 'c06f60d70a6120d17a95d5c80822930c', 'adult_dildo_sex\r\n https://xsg.page.link/Cu8Y#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:44:45', 'web', '', NULL),
(5664, 'mo.honardost@yahoo.com', '01d5102a07122b45f86dd07af552c6f2', 'adult_audio_sex\r\n https://ikd.page.link/oKCG#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:45:37', 'web', '', NULL),
(5665, 'kiddodo@gmail.com', '0c4f9dd463be34ac91967f23b1806dea', 'best_sex_stories\r\n https://vbf.page.link/qrUK#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:47:27', 'web', '', NULL),
(5666, 'mzaidm.rosman@gmail.com', '5f580b4daa0a6af3e3d49781e3fbf9e5', 'find_sex_locally\r\n https://ijq.page.link/eyTB#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:49:15', 'web', '', NULL),
(5667, '90043acc92e95a740401209a7c70f9b36bb8d7ea@gmail.com', '3b334963ea87251cb60a7a0ecb5f16da', 'accidental_sex_videos\r\n https://nhg.page.link/E1gK#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:50:08', 'web', '', NULL),
(5668, 'stanysia_orked@rocketmail.com', '8763136155b0a7139eb7901b1f7bde4a', 'ass_to_mouth_sex\r\n https://ijq.page.link/Sne4#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:51:00', 'web', '', NULL),
(5669, 'aminuddinfitri26@gmail.com', '6e2692e1bced6eaceee738b1675b57e2', 'bollywood_sex_online\r\n https://ujc.page.link/5mZB#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:52:48', 'web', '', NULL),
(5670, 'habeebah.php5@gmail.com', '28c93fdc331236e2b9667dae38ca847f', 'bathroom_sex_pic\r\n https://ujc.page.link/cNYw#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:53:42', 'web', '', NULL),
(5671, 'jjw_4369@yahoo.com', 'cec6168389bb01f2b063324a85114f73', 'black_men_sex_porn\r\n https://xsw.page.link/sCgw#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:54:35', 'web', '', NULL),
(5672, 'manje_baby8889@yahoo.com.my', '6f3b2cfa17e6cb582ddfb65c670f6656', 'amateur_strap_on_sex\r\n https://xsw.page.link/7EhN#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:55:27', 'web', '', NULL),
(5673, 'unixx1973@yahoo.com', 'f1c61ea47785ffc5933a18e77127aef8', 'advanced_sex_moves\r\n https://okj.page.link/Udq8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:56:23', 'web', '', NULL),
(5674, 'niena_miezul93@yahoo.com', '30a4a2c2c242b87cbad2ea8ee6289186', 'ass_licking_sex_movies\r\n https://vbf.page.link/CHsy#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:57:18', 'web', '', NULL),
(5675, 'twin_scorp89@yahoo.com', '313f93e315cbb15a32eea57ac73d7974', 'forced_sex_erotic_stories\r\n https://olr.page.link/KVzj#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:58:11', 'web', '', NULL),
(5676, 'dado_stw@yahoo.com', 'aa15a2dc085df7a57b2c57bda8313fe6', 'black_46_asian_sex\r\n https://xsg.page.link/DMUk#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 01:59:00', 'web', '', NULL),
(5677, 'leezogroupsdnbhd@gmail.com', 'e3ea009ed157311359a59b818e00e84f', 'female_orgasm_sex_videos\r\n https://ikd.page.link/h6fA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:00:56', 'web', '', NULL),
(5678, 'ainanfarhani@yahoo.com', 'bf22c84ac8e7e6cd38268e940fe7c4fe', 'amateur_russian_sex_videos\r\n https://ijq.page.link/FCqp#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:01:41', 'web', '', NULL),
(5679, 'nurhafizan@yahoo.com', '9960d8dbec29218ea6f742a22beb0a30', 'angelina_jolie_sex_tapes\r\n https://ikd.page.link/JYfH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:02:34', 'web', '', NULL),
(5680, 'den.puchong@gmail.com', 'fd749dd9367b3c1dffc94172ff8bbd61', 'black_sex_tube_8\r\n https://okj.page.link/XTPX#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:05:13', 'web', '', NULL),
(5681, 'shairahman@yahoo.com', '05baec337e9117319140554e1a2c11fb', 'bed_sex\r\n https://xsw.page.link/4HBP#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:08:51', 'web', '', NULL),
(5682, 'cormur@gmail.com', '7b09a0438d5c128f2fcfcc14106cc2b1', 'free_kids_sex_movie\r\n https://ikd.page.link/ckGz#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:10:40', 'web', '', NULL),
(5683, 'nghoehup@gmail.com', '3f4c2d7425d7c6fffee6a171c7a2fbc3', 'animals_sex_vids\r\n https://olr.page.link/tzBm#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:14:21', 'web', '', NULL),
(5684, 'saiba_b8067@yahoo.com', '86d11a7157fbafdcc95fb3861096e167', 'anal_sex_and_cum\r\n https://okj.page.link/yYy8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:15:19', 'web', '', NULL),
(5685, 'azrul199024@yahoo.com', '5705318289b5f2df94cd76cd2a2add29', 'funny_terms_for_sex\r\n https://ujc.page.link/F6yQ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:16:16', 'web', '', NULL),
(5686, 'jelapangrezki2010@gmail.com', '1ebc4a69266abdb8ce99221f5334e99a', 'a_relationship_without_sex\r\n https://ujc.page.link/fGq2#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:17:10', 'web', '', NULL),
(5687, 'drram3508@gmail.com', '73780b5825c5d1c8511d4e599be7cc36', 'boy_sex_with_old_lady\r\n https://nhg.page.link/vQ11#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:18:06', 'web', '', NULL),
(5688, 'syktys@hotmail.com', 'dcdfbc6ce730668a52a77be5dfab433d', 'blood_sex_video\r\n https://ujc.page.link/whDA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:18:58', 'web', '', NULL),
(5689, 'msbelanis@gmail.com', 'bb5c206ea382e30158de6d812e48d9d6', 'bathrooms_sex\r\n https://ikd.page.link/qEsC#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:19:55', 'web', '', NULL),
(5690, 'zarinahmeli@yahoo.com', '4e2c96db707a53d7c69395a4821caf6a', 'boyfriend_having_sex\r\n https://ikd.page.link/hCt3#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:20:52', 'web', '', NULL),
(5691, 'kanchankohli55@gmail.com', 'd8a9d3c904a08c60a2f9239f41c65e11', 'black_ass_sex_clips\r\n https://okj.page.link/hm9j#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:22:40', 'web', '', NULL),
(5692, 'adpider@ya.ru', '3d43debb0f3821fd36352429bc48fb05', 'amateur_sex_porn_movies\r\n https://nlq.page.link/3ejy#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:25:22', 'web', '', NULL),
(5693, 'accpolyweb@gmail.com', '21c018147a4c846564b9fa3c6b975380', 'free_male_celebrity_sex_videos\r\n https://nlq.page.link/Q1Cz#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:28:55', 'web', '', NULL),
(5694, 'dongwang64@hotmail.com', '4eb103b955935c0685867c9257405382', 'asian_grannies_sex\r\n https://xsw.page.link/hV9e#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:30:40', 'web', '', NULL),
(5695, 'mindatravel@gmail.com', 'c43397e06b64baa8ab8513b4a074547e', 'free_public_sex_cams\r\n https://ikd.page.link/wZYU#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:31:36', 'web', '', NULL),
(5696, 'yaya_lounge@yahoo.com', '5a33b323fec6a2f6ba973e696be2a38c', 'brooke_burke_naked_sex\r\n https://ikd.page.link/ZfDt#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:32:28', 'web', '', NULL),
(5697, 'firdausnasir10@gmail.com', '3ffe43f6f175dacfda0b946b8ea110e2', 'amatuer_oral_sex\r\n https://xsg.page.link/M6wA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:33:27', 'web', '', NULL),
(5698, 'c.u.p.i.d.i.t.yxyl@gmail.com', '144b9c39efb84726663f2ecdea2627ae', 'asian_guy_and_white_girl_sex\r\n https://xsw.page.link/N25F#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:34:22', 'web', '', NULL),
(5699, 'aiman_jr.azzuri@yahoo.com', '17b6cfac1a4b71962933b3764e386262', 'fat_tit_sex\r\n https://ujc.page.link/Jc6P#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:36:07', 'web', '', NULL),
(5700, 'mmarappan@yahoo.com', '82a160902f177f576e9f19c707bda19e', 'free_nude_sex_porn\r\n https://ujc.page.link/6qbz#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:37:57', 'web', '', NULL),
(5701, 'syifa_hanif88@yahoo.com.my', '04026bee42e3becaa690d5dc3d789eaa', 'better_sex_techniques_1\r\n https://vbf.page.link/KMaK#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:38:50', 'web', '', NULL),
(5702, 'cahaya_bulan73@yahoo.com', '666c27cd1e7c6ea487e26ad72e5feaa1', 'all_ass_sex\r\n https://vbf.page.link/v1Ez#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:39:47', 'web', '', NULL),
(5703, 'karim_kai@yahoo.com', '90d7f7664e590f158a9c5ccf0ba6c1a0', 'fat_sex_men\r\n https://nlq.page.link/ZEeu#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:40:38', 'web', '', NULL),
(5704, 'jsglobal8@gmail.com', 'c5592ffeb39fee0ce94681c59698b1e3', 'free_sex_videos_in_public\r\n https://okj.page.link/FM5s#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:42:23', 'web', '', NULL),
(5705, 'nurulzalia@yahoo.com', 'f55c2fd5e0a19daf35ddd4d5721b9479', 'free_outdoor_sex_video\r\n https://xsg.page.link/u3HJ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:43:16', 'web', '', NULL),
(5706, 'norhani.nabilah@gmail.com', 'fc0567b1cac15c3e9e8b9338e0efee84', 'best_sex_positions_for_pleasure\r\n https://nlq.page.link/EeMD#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:44:10', 'web', '', NULL),
(5707, 'diababueidda@gmail.com', 'e9a45f9eb48a924bb0abe69ec2ac337a', 'back_pain_after_sex\r\n https://xsw.page.link/cMNF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:46:53', 'web', '', NULL),
(5708, 'bvn_reshma23@yahoo.com.my', '18cb3475132089da85da54d68694a8aa', 'black_and_white_sex_drawings\r\n https://nlq.page.link/HBWk#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:47:47', 'web', '', NULL),
(5709, 'fadiahcm.fcm@gmail.com', '6f79c68b6aabd29aa4d4bbc9e5edc435', 'blonde_sex_hot\r\n https://olr.page.link/fJNK#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:50:34', 'web', '', NULL),
(5710, 'shima_1403@yahoo.com.my', '51f0325d748ca45c91c156136afbbda3', 'best_sex_position_to_hit_g_spot\r\n https://ijq.page.link/LzRh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:51:27', 'web', '', NULL),
(5711, 'gurlzshera@yahoo.com', 'a8af0f969ad3f734e9b2e149dc04c7c9', 'bollywood_sex_online\r\n https://xsg.page.link/EDN2#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:53:16', 'web', '', NULL),
(5712, 'aruzam_233@yahoo.com', '99cb388dd45d775927061db451cfbf9f', 'best_sex_pics_ever\r\n https://vbf.page.link/g5GG#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:54:07', 'web', '', NULL),
(5713, 'sila_298@ymail.com', '139b2632ad62fe15948577cec68f69ee', 'black_porn_sex_free\r\n https://nlq.page.link/vVTj#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:54:59', 'web', '', NULL),
(5714, 'aimanputra73@yahoo.com', 'bb1156fb15f0b6c45e714873d0a0570d', 'amature_sex_chat\r\n https://xsg.page.link/tc4X#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:55:53', 'web', '', NULL),
(5715, 'sivanparam0101@gmail.com', '3fd48ac4f7bd293ffbb7763e4120dc5c', 'famous_sex_movie\r\n https://xsw.page.link/QJBb#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:56:44', 'web', '', NULL),
(5716, 'patrickgyy@gmail.com', 'e9d8493e46b50cbcabef08454271d1ae', 'all_toon_sex\r\n https://ujc.page.link/YANC#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:57:37', 'web', '', NULL),
(5717, 'love_cayok@yahoo.com', '30169bbcf02cc3c4d5ef75954455d469', 'free_extreme_sex_porn\r\n https://nhg.page.link/Retm#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 02:58:31', 'web', '', NULL),
(5718, 'jumaah.moksan@gmail.com', 'b707ceed228872359690ebd5f4ca3943', 'best_gay_sex_stories\r\n https://ikd.page.link/Nev3#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:01:09', 'web', '', NULL),
(5719, 'nurulothman@gmail.com', '8b8f915ee6e0e31c34e2099645edb9a6', 'big_breast_women_sex\r\n https://ujc.page.link/zjhm#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:02:00', 'web', '', NULL),
(5720, 'smartedu@yahoo.com', 'e0de2df63adefe2dfee36032442875f5', 'free_download_video_sex\r\n https://xsg.page.link/m7uj#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:02:56', 'web', '', NULL),
(5721, 'lidia_ghazali77@yahoo.com', '903bdfdaded838a323a6ee036e687657', 'free_erotic_sex_short_stories\r\n https://nlq.page.link/8oeh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:03:47', 'web', '', NULL),
(5722, 'peakrankp@gmail.com', '493a80e073c08d9a8769d5421f34765b', 'boy_and_girl_sex_pics\r\n https://vbf.page.link/4D6z#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:04:42', 'web', '', NULL),
(5723, 'dkamashev@gmail.com', 'a746616957085d5a29954895aa86e399', 'biggie_smalls_sex\r\n https://ujc.page.link/Qrjq#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:05:37', 'web', '', NULL),
(5724, 'yasmine_elgharably@ymail.com', '34834e34dbe8f95c8ba62cba4840f5ef', 'african_interracial_sex\r\n https://vbf.page.link/krfH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:06:31', 'web', '', NULL),
(5725, 'zura_193@yahoo.com', 'a0f6884c0b0d88c3970df2f6f88cdfac', 'amatuer_sex_movies\r\n https://ujc.page.link/AJB5#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:07:26', 'web', '', NULL),
(5726, 'nurulmaziah07@yahoo.com', '53628f51401eea69ee5ca3a5ecc746a2', 'free_one_on_one_sex_cam\r\n https://nlq.page.link/km3T#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:10:07', 'web', '', NULL),
(5727, 'narireddy004@gmail.com', 'e07d5b80eabc608382ffb841ecb2c83c', 'free_how_to_have_sex\r\n https://ijq.page.link/4Hbe#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:11:00', 'web', '', NULL),
(5728, 'uri7romeo@hotmail.com', 'a84ac7450f2d5666f2c8168fa2c25e5b', 'free_asian_sex_thumbnails\r\n https://okj.page.link/xvjg#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:11:54', 'web', '', NULL),
(5729, 'niesa25@gmail.com', 'd2d456f99dc16779d6bca7a82d9824f1', 'free_sex_chat_uk\r\n https://vbf.page.link/4FCN#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:12:46', 'web', '', NULL),
(5730, 'kelambicollections@yahoo.com', 'a7e263083be3a2c6b0e21ba4698a4086', 'bart_simpson_gay_sex\r\n https://olr.page.link/Em7u#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:13:39', 'web', '', NULL),
(5731, 'afif0504@yahoo.com', 'e985ce5c5d3cd36e6cff91c2fc55ab49', 'best_3gp_sex\r\n https://vbf.page.link/uC18#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:14:40', 'web', '', NULL),
(5732, 'amranabj@yahoo.com', 'ff02a6f5d20c7e0c3979cfaff0181b65', 'better_than_sex_pineapple_cake\r\n https://okj.page.link/pqaz#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:15:33', 'web', '', NULL),
(5733, 'mni_sb@yahoo.com', '9c82ead4cff166ba57e21c0b2e353170', 'asian_fucking_sex\r\n https://ijq.page.link/dQ6f#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:16:26', 'web', '', NULL),
(5734, 'lionsdy1@gmail.com', '72d477dedebf16a4c6b1fea0d7916fb4', 'best_movie_sex_sceans\r\n https://ujc.page.link/AsJx#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:17:18', 'web', '', NULL),
(5735, 'selipdr_jepun@yahoo.com', 'fd3c8ce1923c48c163bc05e98d601994', 'bizarre_insertion_sex\r\n https://okj.page.link/xEAJ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:19:06', 'web', '', NULL),
(5736, 'sitinorfaizah.ismail@gmail.com', 'c00f04a0952b8434c213a003a1379f47', 'boy_girl_boy_girl_sex_and_the_city\r\n https://xsg.page.link/nZe8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:20:54', 'web', '', NULL),
(5737, 'Kaio_underage@yahoo.com', '6df4b13cce30c934f0ec31f7cad8f550', 'all_paris_hilton_sex_tapes\r\n https://ikd.page.link/u9hK#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:21:46', 'web', '', NULL),
(5738, 'hyunhor@yahoo.com', '2e19d5e6bdb2145f025c52cc5b32f0f7', 'free_jordan_sex_tape\r\n https://okj.page.link/RzqH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:25:17', 'web', '', NULL),
(5739, 'mohd.apr01@gmail.com', '0c2c84c4b0fae90ec4d45a4fb81b5e6c', 'fresh_home_sex_videos\r\n https://ujc.page.link/mnLa#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:26:13', 'web', '', NULL),
(5740, 'shimama020566@gmail.com', '00d1fe782b5ad61878f9839182a866b7', 'forced_sex_films\r\n https://olr.page.link/BHGa#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:27:06', 'web', '', NULL),
(5741, 'spindletuber@gmail.com', 'a599e6c5fcb1e6330f44cf93d64ef494', 'asian_fisting_sex\r\n https://vbf.page.link/SSTC#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:29:50', 'web', '', NULL),
(5742, 'daweytl@gmail.com', '216c40d4eed1fc4ff6d040533321724d', 'absolutely_free_celebrity_sex_tapes\r\n https://nlq.page.link/rUdY#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:33:26', 'web', '', NULL),
(5743, 'sakol9421@gmail.com', '4b36c0f07be5915721b9319e70e89382', 'first_anal_sex_videos\r\n https://olr.page.link/Rhix#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:34:22', 'web', '', NULL),
(5744, 'tiffany.marie.mervin@gmail.com', '91252d030370829cfbd5c0c01c9ce11f', 'free_chinese_sex_pictures\r\n https://nhg.page.link/rHHv#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:35:15', 'web', '', NULL),
(5745, 'weiyaoguang@gmail.com', 'd5a9d16304b34dc1936bc5906288543c', 'anal_amature_sex\r\n https://xsw.page.link/F9hV#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:36:08', 'web', '', NULL),
(5746, 'll_keng@yahoo.com', '3af9ba5f9600eab96b3192e8518777d3', 'ass_play_sex\r\n https://nlq.page.link/7avb#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:38:49', 'web', '', NULL),
(5747, 'ida_41182@yahoo.com.my', 'e01f8874569689a12531b0ab7b062743', 'boys_talking_about_sex\r\n https://ikd.page.link/1ynh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:39:44', 'web', '', NULL),
(5748, 'p.sunchrome@yahoo.com', '5c71fd520a7548a27356051e335e2de8', 'bollywood_sex_net_katrina_kaif\r\n https://xsw.page.link/Vm7t#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:40:38', 'web', '', NULL),
(5749, 'gadie4233@gmail.com', 'c356afab8353fe7ad2213230ffb230d0', 'arab_sex_site\r\n https://okj.page.link/e6Fk#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:42:32', 'web', '', NULL),
(5750, 'n.reshika@gmail.com', 'd482fbe1391e048f380ec80bb04467cd', 'boy_on_boy_sex_movies\r\n https://xsw.page.link/kbYJ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:44:11', 'web', '', NULL),
(5751, 'madstickeradvertising@gmail.com', '2a9ebbcb9f34695ecf2daa4da81ce103', 'anime_sex_3d\r\n https://okj.page.link/FBb5#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:45:03', 'web', '', NULL),
(5752, 'g.brombo@gmail.com', 'f40b27f87ae5048fe4a39e093d86bac4', 'anal_sex_info\r\n https://vbf.page.link/8asp#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:45:54', 'web', '', NULL),
(5753, 'sampotop1@gmail.com', 'b4e185c727f444e0ebfba666b33dcce9', 'free_sex_videos_of_britney_spears\r\n https://xsg.page.link/2BUV#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:46:48', 'web', '', NULL),
(5754, 'khaiezmarketing@gmail.com', '7f9aaab4543f72712ae8e0da9e1187c3', 'amateur_gay_sex_pics\r\n https://xsg.page.link/1Ecq#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:47:41', 'web', '', NULL),
(5755, 'ohrtnissen@gmail.com', 'c8ef2da4f306795610df6bd01c8396a5', 'amatuer_ebony_sex\r\n https://okj.page.link/4iWM#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:49:26', 'web', '', NULL),
(5756, 'email.muamarale55@gmail.com', '5bbd23a38ec1eb4752389528a8b10392', 'asian_free_sex_videos\r\n https://ikd.page.link/KNkB#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:50:20', 'web', '', NULL),
(5757, 'raghusurgdent@yahoo.com', 'ba9c57e3dd2202d9dbd593aeff52dad2', 'asian_free_sex_videos\r\n https://ujc.page.link/Cw7u#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:52:07', 'web', '', NULL),
(5758, 'isabelle.george@yahoo.com', 'cd59b7f97c12c27316302eef344e065f', 'brazilian_amateur_sex\r\n https://xsw.page.link/ykLQ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:53:55', 'web', '', NULL),
(5759, 'brunagchiari@yahoo.com.br', 'f180c5f426cc4a0887ca4d2a1e57b4db', 'free_oral_sex_porno\r\n https://olr.page.link/QT7B#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:54:43', 'web', '', NULL),
(5760, 'jaleela6490@gmail.com', '4e27e5ba2c1c6fe336bbf9a5e69fa4c8', 'asian_dog_sex_videos\r\n https://ikd.page.link/6TL9#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:56:27', 'web', '', NULL),
(5761, 'sakano.hts@gmail.com', '7ac963a370d88b4a08ebf19c0d1341a3', 'free_online_real_sex\r\n https://nlq.page.link/drf3#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:57:20', 'web', '', NULL),
(5762, 'zahil_8180@yahoo.com.my', '754fb6b42bda221aebaa3c0369b3a16c', 'big_penis_gay_sex\r\n https://ujc.page.link/KtPh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:58:11', 'web', '', NULL),
(5763, 'karismaciptasdnbhd@yahoo.com', 'f251a1d3d1447a0c9b6fe02d0f93d049', 'bleeding_after_rough_sex\r\n https://vbf.page.link/FgAq#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 03:59:56', 'web', '', NULL),
(5764, 'jivajohn@ymail.com', '2d59dfd7b6c11547730b046a8b59fa2a', 'foreskin_gay_sex\r\n https://ujc.page.link/fgMe#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:00:54', 'web', '', NULL),
(5765, 'hawakuno@yahoo.com', '1c4c664308887c70cf863e334251cde2', 'black_men_having_sex_with_white_woman\r\n https://olr.page.link/sN13#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:01:41', 'web', '', NULL),
(5766, 'hr.merangsuria@gmail.com', 'd03fc290e3d8b9d0f629dbc6286b83b2', 'all_sex_dvd\r\n https://vbf.page.link/aLRm#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:03:29', 'web', '', NULL),
(5767, 'dzuddin_13@yahoo.com', 'c6e07fea9b4c062c75b9acc2f68a22f4', 'beauty_sex\r\n https://ijq.page.link/zEad#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:04:22', 'web', '', NULL),
(5768, 'jazzamike44@yahoo.com', '6e89386f3816a795dbd617854c95f0fc', 'asian_oral_sex_videos\r\n https://olr.page.link/TaLR#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:06:11', 'web', '', NULL),
(5769, 'akmalwan635@gmail.com', '5ca30a1de9e8c4eeda1245489f38c4c8', 'amatuer_sex_free_video\r\n https://vbf.page.link/G6DF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:06:58', 'web', '', NULL),
(5770, 'aliva_ap11@yahoomail.com', 'e3808d115877bc34227fdf639c0d5362', 'amateurs_dog_sex\r\n https://okj.page.link/3ZtG#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:07:53', 'web', '', NULL),
(5771, 'othmansiti22@yahoo.com', 'a10b6949a19fdb77d32745c42d65cfd1', 'female_sex_life\r\n https://xsg.page.link/nMQh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:08:47', 'web', '', NULL),
(5772, 'kennedy.lingan@gmail.com', 'defde1322354c2791b0e7afd2f5abf9b', 'art_sex_tube\r\n https://xsg.page.link/eJdc#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:09:39', 'web', '', NULL),
(5773, 'm_kurniasih@yahoo.com', '9c8b227bb39bcaa1090b924a06841622', 'birthday_sex_remix_brook_hogan\r\n https://nhg.page.link/EfE4#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:10:33', 'web', '', NULL),
(5774, 'abdulrasid74@gmail.com', '209934fd83b261910f3ceda6b213e4fa', 'black_sex_big_booty\r\n https://olr.page.link/ZYno#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:13:21', 'web', '', NULL),
(5775, 'depanitz@hotmail.com', 'b7bb89603f74f6ddaf7d91c2a2b9ee4c', 'best_sex_lubes\r\n https://ujc.page.link/HHLS#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:14:15', 'web', '', NULL),
(5776, 'equitylaboratory@yahoo.com', '6621f3c5499bf7bf87510eaa061c2f3c', 'best_dirty_sex_songs\r\n https://xsg.page.link/A8MN#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:15:09', 'web', '', NULL),
(5777, 'luqmanmohdmazukhi14@gmail.com', 'e6f4bfa91aedfc531b3a94f395dd9f21', 'adult_hentai_sex\r\n https://nhg.page.link/KmHM#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:17:50', 'web', '', NULL),
(5778, 'hky0919@yahoo.com.tw', 'a9d77280a640637d0a93d263e26860aa', 'free_latina_sex_vids\r\n https://vbf.page.link/3jVR#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:18:51', 'web', '', NULL),
(5779, 'yanzz_88@yahoo.com.my', '8138a05f4a8ae25ec2ae13642a241fb8', 'best_sex_party\r\n https://olr.page.link/G8Pw#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:19:53', 'web', '', NULL),
(5780, 'airmim@yahoo.com', 'cf1e5d006d9f554f65a536dd1fe43837', 'foot_sex_videos\r\n https://nlq.page.link/3Cf1#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:20:55', 'web', '', NULL),
(5781, 'kedaidobi_bersih.suci@yahoo.com', '3fba352fd1efb03d153b13556b02d639', 'find_sex_today\r\n https://xsg.page.link/rFRG#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:21:52', 'web', '', NULL),
(5782, 'georgiavou_85@hotmail.com', '4fcbd0a18736c634810c4d2f2f876656', 'big_fat_women_having_sex\r\n https://nlq.page.link/eVh4#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:24:58', 'web', '', NULL),
(5783, 'nasrulamin90@yahoo.com', '2b041be1336f169febd47ecb0e76da1a', 'amature_video_sex\r\n https://ikd.page.link/r8fh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:25:57', 'web', '', NULL),
(5784, 'fangwenzheng@hotmail.com', 'e460594b439c46589ff483b5d9bd2c33', 'free_old_man_sex_pics\r\n https://nhg.page.link/tF8W#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:28:01', 'web', '', NULL),
(5785, 'asnuradollah@yahoo.com', '2a55db5e08e1acb9e5001b054e5e8d8e', 'big_brother_lea_sex_tape\r\n https://vbf.page.link/s8w8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:29:56', 'web', '', NULL),
(5786, 'yar_sayang@yahoo.com', 'd851756e5c475dcdd3c236c8b8ca9c08', 'fre_sex_photos\r\n https://okj.page.link/L1N8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:30:59', 'web', '', NULL),
(5787, 'eddy_mrph05@yahoo.com.sg', 'a33b3843463e40e82957b8d1cd697e05', 'bdsm_sex_pics\r\n https://nhg.page.link/7JMQ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:34:09', 'web', '', NULL),
(5788, 'dan5723_azrul82@yahoo.com.my', '03fdaf6c88401d07c2f249cd06faeb63', 'bizarre_object_sex\r\n https://xsg.page.link/JydZ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:40:00', 'web', '', NULL),
(5789, 'debalqismarketing@gmail.com', '018def9d3cc1a18e5ec5bcc2b22ba94a', 'animals_having_oral\r\n https://xsw.page.link/xQQE#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:41:12', 'web', '', NULL),
(5790, 'kdhyde3@gmail.com', '4cfae87f00a94d2ce5663a0f38cc054f', 'ass_sex_images\r\n https://nhg.page.link/rDgj#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:42:09', 'web', '', NULL),
(5791, 'arjunan18@yahoo.com', '881a4ebbae80fb130eb2614d880f86eb', 'free_sex_offenders_information\r\n https://ijq.page.link/K1J9#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:44:18', 'web', '', NULL),
(5792, 'sh_bazmi2003@yahoo.com', '67ccc9c5284d20e7d9fc7ae3527a4690', 'actors_sex_videos\r\n https://nlq.page.link/gfch#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:45:22', 'web', '', NULL),
(5793, 'idea_nazlee@yahoo.com', '5413531d8d8f7e976d5932c9ccf53bbe', 'free_gay_sex_personals\r\n https://ujc.page.link/wVxD#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:46:23', 'web', '', NULL),
(5794, 'goh.mvis@hotmail.com', '71d644f0023899cbb28af37490c4f3bc', 'found_sex\r\n https://nhg.page.link/S8QN#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:48:30', 'web', '', NULL),
(5795, 'farzanaaina@gmail.com', '9ba78f26c85863c949a03f0c611165c7', 'amateur_sex_video_galleries\r\n https://vbf.page.link/yymh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:49:33', 'web', '', NULL),
(5796, 'amusleh86@yahoo.com', '4eb361d0089ccde23cf58f512fdb3117', 'awesome_sex_games\r\n https://xsg.page.link/PD7y#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:51:42', 'web', '', NULL),
(5797, 'liberius23@hotmail.com', 'b40cdc48c6755e30aa3787115242a4c3', 'fre_anal_sex_videos\r\n https://xsw.page.link/V7Jg#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:52:41', 'web', '', NULL),
(5798, 'nur_zafirah@yahoo.com', '907f374929a3f6aa002f9de27f4a143e', 'best_rated_sex_toy\r\n https://okj.page.link/N5Mr#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:53:46', 'web', '', NULL),
(5799, 'katyrina08@mail.ru', 'fb9be12d45607051adad765a145d01ef', 'bizare_sex_videos\r\n https://xsg.page.link/Jn9r#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:54:49', 'web', '', NULL),
(5800, 'dr.lugurlu@hotmail.com', '6fe20045d8f4456c4446306c716e4268', 'anmal_sex\r\n https://xsg.page.link/TE8w#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:55:54', 'web', '', NULL),
(5801, 'hana_affa@yahoo.com', '74b23f418f6f98250f07eaaba5e8c365', 'best_anal_sex_pics\r\n https://vbf.page.link/Pu4J#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:57:52', 'web', '', NULL),
(5802, 'arina.azmi@yahoo.com.my', '5bb4c84f705f96a1c5de1b7ec0cad639', 'free_disney_sex_toons\r\n https://okj.page.link/HMuv#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 04:58:48', 'web', '', NULL),
(5803, 'edbkowal@gmail.com', '841b2fbfacfdda8491d6c75d8775b459', 'free_videos_of_college_sex_parties\r\n https://ujc.page.link/1cfA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:00:55', 'web', '', NULL),
(5804, 'nnursyaqirin@yahoo.com', '3d5e94a1cad65035f47c547f3c9f06c6', 'ass_sex_vid\r\n https://okj.page.link/ueP6#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:02:57', 'web', '', NULL),
(5805, 'zuhairi513@gmail.com', '30a8349254c7a6128099242860eb7d13', 'amatuer_sex_tapes\r\n https://ujc.page.link/7quP#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:06:56', 'web', '', NULL),
(5806, 'tom_azri@yahoo.com', '79025fdabb998701379d3841aeb51e57', 'brazilian_sex_island\r\n https://nlq.page.link/DHZh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:08:03', 'web', '', NULL),
(5807, 'jacekchrzanowski1@gmail.com', '73ca9dfdf1f02053e930fb93467c248d', 'fkk_sex\r\n https://ikd.page.link/1p5Q#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:10:03', 'web', '', NULL),
(5808, 'tianee178@gmail.com', '7b473db30e7d4adf0fea29f7a50987ba', 'ass_rape_sex\r\n https://ikd.page.link/9zcq#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:12:02', 'web', '', NULL),
(5809, 'glqustc@gmail.com', 'f6b92a8609c4134f87c845fab8d0c07f', 'adult_sex_vacations\r\n https://vbf.page.link/bGeK#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:13:03', 'web', '', NULL),
(5810, 'serhansevim33@gmail.com', '4babe0d422ab8369ef794ad193b46e72', 'boy_mom_sex_tube\r\n https://xsw.page.link/JRiW#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:14:02', 'web', '', NULL),
(5811, 'bioherb06@gmail.com', '5d51d6148ca2bb9fcd46b4e8df77feba', 'asian_moms_sex\r\n https://vbf.page.link/fu7j#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:16:04', 'web', '', NULL),
(5812, 'tegarangkut@gmail.com', '0bed5fd8f78d597cedd976bfbbd11d8e', 'animals_having_sex_with_women\r\n https://xsg.page.link/isnK#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:17:04', 'web', '', NULL),
(5813, 'widad_85@yahoo.com', '9c71c7a044a4b26baeb5293f257a44c6', 'amish_sex_life\r\n https://olr.page.link/iyCf#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:18:07', 'web', '', NULL),
(5814, 'zulsyamin@gmail.com', 'ca85471918ba3472a0f76b16f90fe5d2', 'boy_and_girl_teens_having_sex\r\n https://xsw.page.link/PGRW#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:20:13', 'web', '', NULL),
(5815, 'yonexilsb@gmail.com', '19fd8394f89d7adcdb61beb26c2e5b3a', 'barely_legal_teens_sex\r\n https://okj.page.link/G1p7#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:22:11', 'web', '', NULL),
(5816, 'ma.ceglowska@gmail.com', 'cb3fbcc5193fae6ed91a092796573979', 'best_amatuer_sex\r\n https://okj.page.link/hVDm#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:25:14', 'web', '', NULL),
(5817, 'mira_armydaughter88@yahoo.com.my', '165312cbe9126a3d74814a0d16a24051', 'free_online_sex_movie\r\n https://ijq.page.link/SLKy#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:26:15', 'web', '', NULL),
(5818, 'mohdhafizismail@gmail.com', 'f565785eaf62195d370efbc09c30df50', 'free_celebrity_sex_vedios\r\n https://vbf.page.link/tkVo#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:28:12', 'web', '', NULL),
(5819, 'silviaooi@hotmail.com', '3ac6c48826d7e2dec7296de4db8feb93', 'family_guy_sex_games\r\n https://ijq.page.link/fyaQ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:30:10', 'web', '', NULL),
(5820, 'anggunniaga@gmail.com', 'ac8b793d17880e5194950f396f6e3d0d', 'birthday_sex_audio\r\n https://nhg.page.link/qJqb#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:31:12', 'web', '', NULL),
(5821, 'paknassir@gmail.com', 'bc7085ba8ab6cafa2bad01cce73d02c3', 'black_girls_looking_for_sex\r\n https://ikd.page.link/KoK3#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:32:19', 'web', '', NULL),
(5822, 'lisafauzi@yahoo.com', '394e9a1383cbdd5ad2a7a959442b7271', 'free_private_sex_chat_rooms\r\n https://olr.page.link/4wPM#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:35:18', 'web', '', NULL),
(5823, 'days.foo@gmail.com', '454fc4810015c4d5edb47a45dfe3f6c4', 'female_sex_escorts\r\n https://xsw.page.link/qbtV#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:36:12', 'web', '', NULL),
(5824, 'jai.sorted@gmail.com', '291e114b30cefa36b35ccdd49b1d6f88', 'ass_gay_sex\r\n https://okj.page.link/ZA2J#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:37:15', 'web', '', NULL),
(5825, 'mohd_husaini_rahim@yahoo.com', '678574cee30adb63c2467df1b17b7942', 'arab_hidden_camera_sex\r\n https://ujc.page.link/bTkw#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:38:11', 'web', '', NULL),
(5826, 'ellikachpa@hotmail.com', '802e49deaca3d61935b1936a69083df9', 'black_and_white_women_having_sex\r\n https://ijq.page.link/s32h#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:40:17', 'web', '', NULL),
(5827, 'in_lostboyz88@yahoo.com', 'dd8bdfc89a72438fa456616ab4c4d0a7', 'anime_cartoon_sex_games\r\n https://nlq.page.link/3JEh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:41:16', 'web', '', NULL),
(5828, 'emmaaziz92@gmail.com', 'a765deba696c381695db2930598cbefd', 'birthdat_sex_remix\r\n https://xsg.page.link/F1ct#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:43:20', 'web', '', NULL),
(5829, 'manisprinting@gmail.com', '82df8b3a2dfb1659ab3fc78f3d10852b', 'boys_sex_video_free\r\n https://ikd.page.link/WFgj#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:44:25', 'web', '', NULL),
(5830, 'marzila_e@yahoo.com', 'e247e96f84ed8db5cfaf39209110f7d5', 'free_celebrity_sex_tapes_on_the_web\r\n https://olr.page.link/tKQs#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:45:29', 'web', '', NULL),
(5831, 'cori_mam@yahoo.com', '533b34f92aee6fd352bbb57687fa2058', 'bikini_models_sex\r\n https://ikd.page.link/5zR6#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:46:25', 'web', '', NULL),
(5832, 'andresteh0320@gmail.com', '6354dfd21400213921586b1666ebd42d', 'alt_sex_cuckold\r\n https://xsg.page.link/GFGT#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:47:28', 'web', '', NULL),
(5833, 'kamusdewi@yahoo.com.my', '4e593bd89d76b5a274d9997d0769f197', 'free_hairy_sex_thumbs\r\n https://ikd.page.link/HVui#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:49:26', 'web', '', NULL),
(5834, 'hr.gaspa@gmail.com', 'f68acee600b3add3d481f75e38f689d8', 'amy_alexandra_sex_tape\r\n https://nhg.page.link/68Ng#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:50:28', 'web', '', NULL),
(5835, 'pastelblush@amail.com', '8e83277b72d7deecc3ec1724b3657915', 'free_sex_movies_for_download\r\n https://nhg.page.link/F88n#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:51:28', 'web', '', NULL),
(5836, 'mondal_kk@rediffmail.com', 'fe8ead3cb5bf4e6db0144cb16b4b53eb', 'free_sex_chat_rooms_no_registration\r\n https://ijq.page.link/C3ET#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:52:26', 'web', '', NULL),
(5837, 'alessia.paganelli@gmail.com', '8a52ea981c720444ad6fd15729df6ad8', 'free_online_gay_sex_chat\r\n https://okj.page.link/dhgB#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:58:48', 'web', '', NULL),
(5838, 'aimtraktechnic@gmail.com', '6661595dd268dd2ca541ff6dd9c47321', 'asian_amatuer_sex_video\r\n https://ujc.page.link/ZDxG#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 05:59:50', 'web', '', NULL),
(5839, 'acu_lee@yahoo.com', '2b38e69f08ae8c6c5080c3769e97c691', 'ass_to_mouth_sex_movies\r\n https://ijq.page.link/NJxz#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:00:53', 'web', '', NULL),
(5840, 'yfm_industrial@yahoo.com', '0ccc6231f212aa72a7938d2569cb74a0', 'forced_sex_in_public\r\n https://ijq.page.link/EjfF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:01:58', 'web', '', NULL),
(5841, 'yltangmegah@yahoo.com', '4289a2ce39f5a6375d8b5ba93900180d', 'big_tits_and_sex\r\n https://nhg.page.link/2Mxs#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:03:02', 'web', '', NULL),
(5842, 'zhwgo@hotmail.com', '2ac4b8ab5ec4310985cf69eb8d43cab3', 'facial_sex_photos\r\n https://xsw.page.link/zZ6e#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:04:03', 'web', '', NULL),
(5843, 'adin770@gmail.com', '88cad71b71bde54f05580f1ee517b344', 'female_soldier_sex\r\n https://xsg.page.link/xRjf#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:06:10', 'web', '', NULL),
(5844, 'nazmi_90@y7mail.com', '2abc67ee31541cece707eb3a38492878', 'black_man_sex_pics\r\n https://olr.page.link/quDT#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:07:13', 'web', '', NULL),
(5845, 'am_dot21@yahoo.com.my', '696075b374cfb47858ebc934ae645922', 'bdsm_sex_tips\r\n https://nlq.page.link/wiy1#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:08:17', 'web', '', NULL),
(5846, 'liyanamosngin@gmail.com', 'bf48194ef827e74a4150ab46eb27e6de', 'avoid_sex\r\n https://ujc.page.link/ACWr#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:09:16', 'web', '', NULL),
(5847, 'amirfakhrunnizam@yahoo.com', '14a80b1b401dd750859dd6ac95fad45e', 'big_booty_sex_clips\r\n https://xsw.page.link/ZL7S#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:10:17', 'web', '', NULL),
(5848, 'suhailah_at@yahoo.com', 'a324597c35e8d0224775c5141917e759', 'free_sex_videos_of_girls_squirting\r\n https://nlq.page.link/F4va#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:13:19', 'web', '', NULL),
(5849, 'yu.rou.puar@gmail.com', 'ec4ca1b526e5b3fa5c13d86b9fc9b939', 'alexandra_queen_of_sex\r\n https://vbf.page.link/MQat#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:14:19', 'web', '', NULL),
(5850, 'permata1202@yahoo.com', '0090528f3962153c7d3a8c6428a189ae', 'adult_sex_video_tube\r\n https://olr.page.link/XDMv#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:18:22', 'web', '', NULL),
(5851, 'nurulakhmalag@yahoo.com', '2a495f35babd63c8653ec75d9ed5f6e8', 'boy_and_girl_sex_pictures\r\n https://olr.page.link/XPeh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:19:27', 'web', '', NULL),
(5852, 'norjimi@yahoo.com', '07ccaec9cd8461620c4afb9c75fe2865', 'adult_sex_personals\r\n https://xsw.page.link/gpBQ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:20:27', 'web', '', NULL),
(5853, 'asalmars_sb@yahoo.com', 'b9f0bf2e328f30c74a14fd6aa3529e7d', 'black_women_and_white_men_sex\r\n https://okj.page.link/d28s#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:21:26', 'web', '', NULL),
(5854, 'js202@rediffmail.com', 'c78c454701b46b4f48264db6bd869b3b', 'adult_drunk_sex\r\n https://nhg.page.link/vrLP#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:22:28', 'web', '', NULL),
(5855, 'maidez_87@yahoo.com', '18227629f901d037f930846edae82d1a', 'free_sex_to_watch\r\n https://nhg.page.link/TzNC#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:23:29', 'web', '', NULL),
(5856, 'zuey_gurlz@yahoo.com', '06660d31bce64185f88a3a7fe02a57d2', 'free_sex_hardcore_video\r\n https://ujc.page.link/Ld5m#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:25:29', 'web', '', NULL),
(5857, 'kardongsdnbhd@gmail.com', '6443d404660502772b68fd2edc4305aa', 'black_women_having_sex\r\n https://okj.page.link/CqDx#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:28:28', 'web', '', NULL),
(5858, 'dtferhan@hotmail.com', '77c2c7ffd3fd1b9ad79a5d24aea7d6bf', 'amatuer_sex_forums\r\n https://vbf.page.link/ueR5#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:29:35', 'web', '', NULL),
(5859, 'ajayalexnair@gmail.com', '25dca192dcea21b0c34881b857bf13ea', 'full_sex_film\r\n https://xsw.page.link/hwAA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:31:38', 'web', '', NULL),
(5860, 'ezda9188@yahoo.com.my', '41e19bd0dc7558a6dce9170fa24380f1', 'free_3d_sex_videos\r\n https://okj.page.link/4iWM#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:32:36', 'web', '', NULL),
(5861, 'abdulhafiz.ict@gmail.com', 'e5d5e9895542e9dde5285795a0f0cbc2', 'black_hot_girl_sex\r\n https://nlq.page.link/goYR#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:34:40', 'web', '', NULL),
(5862, 'lnchea@yahoo.com', '9af919ddf33a7b9fb8d1c269f308745e', 'all_sex_dvd\r\n https://xsw.page.link/QzyW#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:35:38', 'web', '', NULL),
(5863, 'haydonnick@hotmail.com', '56a43fc039b7afc3b66ea503c092ccb4', 'free_sex_creampies\r\n https://nhg.page.link/pMBu#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:36:41', 'web', '', NULL),
(5864, 'ludebraud@gmail.com', '1df8f1ca606a1f8415cb9423f70fa13e', 'black_anal_sex_movie\r\n https://ijq.page.link/3HtR#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:37:39', 'web', '', NULL),
(5865, 'wirapest@gmail.com', 'd628eb081737eac2ecd535d6ca7d34dd', 'bollywood_sex_actress\r\n https://ijq.page.link/XRb2#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:38:45', 'web', '', NULL),
(5866, 'drzarita@yahoo.com', '62b563eb412a7524aaf0b57df8d8a11c', 'amature_wife_sex_pics\r\n https://ikd.page.link/ceR9#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:41:47', 'web', '', NULL),
(5867, 'zuriawatie.alfafa@gmail.com', '17628c226462ec8a55d3979bc803ae80', 'asian_mature_sex\r\n https://okj.page.link/BczE#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:42:49', 'web', '', NULL),
(5868, 'xuels2012@gmail.com', 'c0915ffd4d86964070f317d4bae68ea5', 'amateur_hairy_sex\r\n https://ujc.page.link/TDdD#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:43:49', 'web', '', NULL),
(5869, 'i_rza@yahoo.com', '1cf46d8b21bce50e58070fe64cde4ef6', 'free_incest_sex_story\r\n https://ijq.page.link/W6PF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:45:52', 'web', '', NULL),
(5870, 'sharulhezry@gmail.com', '5986823d50b0e31e3ae273c154820255', 'free_sex_chat_no_credit_card\r\n https://nhg.page.link/K5Su#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:46:47', 'web', '', NULL),
(5871, 'ones_dinky@yahoo.com', '2949aef6786a70125da2b96c0188a020', 'anime_sex_move\r\n https://okj.page.link/R7K9#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:47:48', 'web', '', NULL),
(5872, 'tnn82@yahoo.com', 'f97793dabf5d98e6d2c6427496341bac', 'adult_group_sex\r\n https://xsg.page.link/u99G#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:50:56', 'web', '', NULL),
(5873, 'wira74@gmail.com', 'ecd8f873891de2131d6e71b34e30de39', 'bathroom_sex_free\r\n https://vbf.page.link/j3R5#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:51:56', 'web', '', NULL),
(5874, 'fyroza_lattisa85@yahoo.com', 'daa719bb1e2e7c3f85c594acae6197d8', 'asian_bbw_sex\r\n https://nhg.page.link/S8QN#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:52:56', 'web', '', NULL),
(5875, 'mohd_suffian06@yahoo.com', 'c4b184ac0019d8326675773e0ef43660', 'free_hardcore_black_sex\r\n https://xsg.page.link/nkk6#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:55:55', 'web', '', NULL),
(5876, 'yuzhang0512@foxmail.com', '365edf5ce4536892b60b8926dfbbe1d1', 'adult_sex_passwords\r\n https://olr.page.link/h2Qo#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:57:00', 'web', '', NULL),
(5877, 'grzesiekbrzyzek@gmail.com', '2dde1c3674b902abecb794fde8b95747', 'bangla_sex_video\r\n https://olr.page.link/tqgE#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 06:58:00', 'web', '', NULL),
(5878, 'astonnicholastan@gmail.com', 'd6a4ac7d82c6f0256c00d7b2d6c60c88', 'bodybuilding_women_sex\r\n https://olr.page.link/HDQZ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:01:03', 'web', '', NULL),
(5879, 'silvita.fitri@gmail.com', '717aaf502ddc5ee8d0968ecf2cde618e', 'around_the_world_sex_term\r\n https://vbf.page.link/Yktc#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:02:01', 'web', '', NULL),
(5880, 'izzatiusman@gmail.com', '70b03e44fa68e36f8a2a4a743d3d031d', 'adult_sex_anime\r\n https://nlq.page.link/PLxE#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:04:05', 'web', '', NULL),
(5881, 'ahmedosmanaz@hotmail.com', 'e96e992be9f2dd26c2e6b6b3bf849bef', 'fetish_fantasy_series_the_incredible_sex_stool\r\n https://xsw.page.link/eMHE#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:06:09', 'web', '', NULL),
(5882, 'farell_maurice@yahoo.com', 'bcdeffeafb19348a77fda79580b74532', 'bbw_feet_sex\r\n https://okj.page.link/VLps#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:08:12', 'web', '', NULL),
(5883, 'aqusstella@gmail.com', '4eda066d6e43ff3f996c7cc969f17a67', 'arabic_sex_photo\r\n https://xsg.page.link/pBPg#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:10:16', 'web', '', NULL),
(5884, 'trexglass88@gmail.com', '8a2a6b9c8f3059102b0b3eaf5704db9f', 'bbw_and_sex\r\n https://nlq.page.link/SjHX#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:11:19', 'web', '', NULL),
(5885, 'naritayonakassim@yahoo.com', '7d4ad2b4f22cb221594896181f093c6d', 'free_sex_magazines\r\n https://okj.page.link/xXgp#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:12:27', 'web', '', NULL),
(5886, 'ros_2207@yahoo.com', '42a621ab08a42ca72252212770fc0843', 'free_internet_tv_sex\r\n https://okj.page.link/ESpG#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:13:27', 'web', '', NULL),
(5887, 'moshkani_farahani@yahoo.com', '8ca1f46c229fc51b53af5dda7eb2875f', 'big_tits_sex_tube\r\n https://ijq.page.link/YpAc#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:15:36', 'web', '', NULL),
(5888, 'oister_sunichi88@yahoo.com', '315273977fa228946d09396ea6ddfe80', 'full_lengh_sex_videos\r\n https://ijq.page.link/kBsz#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:17:44', 'web', '', NULL),
(5889, 'mailisamuhamad@gmail.com', '79129036e06861bf9da2117c26e1e42c', 'find_casual_sex_partners\r\n https://vbf.page.link/V8VS#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:18:46', 'web', '', NULL),
(5890, 'norulerma@gmail.com', 'dccb0c4e0455d70736b7a7739ae9403c', 'adult_sex_list\r\n https://ujc.page.link/7kuS#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:20:54', 'web', '', NULL),
(5891, 'hartinimaerrad4@gmail.com', 'eec715dce37bf5df0446082076066f98', 'first_sex_partner\r\n https://nhg.page.link/yTdp#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:21:58', 'web', '', NULL),
(5892, 'abumawi@yahoo.com.my', 'a907d2ae71e8cd34eaca2e47a5560841', 'aids_sex\r\n https://okj.page.link/RBjT#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:23:01', 'web', '', NULL),
(5893, 'siti_2306@yahoo.com', 'de6be6c948197f8e07528093d580dfba', 'asian_guy_sex\r\n https://xsg.page.link/Nc8b#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:24:04', 'web', '', NULL),
(5894, 'mymumbiz@gmail.com', 'edbc0796f2ff3792acb2c7f2b05fa874', 'anal_sex_tube_videos\r\n https://xsw.page.link/MzCE#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:26:12', 'web', '', NULL),
(5895, 'shahillakim@yahoo.com', '1036181add722a96212abca2e01f0e06', 'black_46_white_sex\r\n https://xsw.page.link/6imD#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:27:13', 'web', '', NULL),
(5896, 'mamy_chinta@yahoo.com.my', 'a9efccb84b40a1dd45b9967ea208d2f4', 'free_sex_videos_of_school_girls\r\n https://xsw.page.link/kKht#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:30:13', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(5897, 'shafarina_82@yahoo.com.my', 'dc879f29fa87c58e4b62cf24475a6e44', 'first_gay_sex_videos\r\n https://xsg.page.link/qXqh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:31:03', 'web', '', NULL),
(5898, 'suria_waty@yahoo.com', '8b8d1372a591d8dda9a25c3c2df88de3', 'amature_office_sex\r\n https://xsw.page.link/87JB#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:31:57', 'web', '', NULL),
(5899, 'umranenterprise@gmail.com', '00dbbd1cc49baca903a1bfdf9f5dd435', 'anal_sex_orgasms\r\n https://okj.page.link/R1XM#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:33:49', 'web', '', NULL),
(5900, 'blueklox71@yahoo.com', '50743da4c8fabe3baa0bd7840ef3c0f1', 'adult_sex_ads\r\n https://xsg.page.link/aae8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:34:45', 'web', '', NULL),
(5901, 'zuraidahmohi@yahoo.com', '09c6ce559a25079dd3f442e901d3ac84', 'adult_sex_porno_tv\r\n https://xsg.page.link/NtgA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:37:33', 'web', '', NULL),
(5902, 'umaiib80@yahoo.com', 'fdbe857a586a3c2568de02b22ecb89d6', 'ass_sex_clips\r\n https://nlq.page.link/dqgD#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:39:25', 'web', '', NULL),
(5903, 'zatalia_ramadhan@yahoo.com', '2c9bee4b7d630924dfc836629385b263', 'amateur_group_sex_movies\r\n https://okj.page.link/td8C#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:40:20', 'web', '', NULL),
(5904, 'wjr_3434@yahoo.com.my', '69ec2f3af1e68fcf62d0e0212617b94c', 'adult_sex_porn_tube\r\n https://nlq.page.link/C46d#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:41:15', 'web', '', NULL),
(5905, 'sweetsmilehoney@yahoo.com', 'b2330829b825afa927803a842047419f', 'all_possible_sex_positions\r\n https://xsg.page.link/hW6N#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:42:10', 'web', '', NULL),
(5906, 'jayabuilder_eng@yahoo.com', 'a126875e4f7b0449ec5965214b6c07eb', 'black_gay_guys_having_sex\r\n https://vbf.page.link/Ciu5#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:44:58', 'web', '', NULL),
(5907, 'jsshinhan@gmail.com', '8495814cf33396b698d795307edcbc31', 'bisexual_sex_tubes\r\n https://xsg.page.link/ffyp#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:45:55', 'web', '', NULL),
(5908, 'jandi_banana@yahoo.com', '82eec346771e7fa11290c5493a774db6', 'free_real_homemade_sex_tapes\r\n https://ijq.page.link/Uxph#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:46:56', 'web', '', NULL),
(5909, 'sunshuang2013@gmail.com', '76b8f3e0e911eaac5387e867efcc28b8', 'farm_sex_free\r\n https://olr.page.link/PqVx#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:47:51', 'web', '', NULL),
(5910, 'guy_neves86@yahoo.com.my', '9a6b4e852a71a8e5d9af86ff2ef79e87', 'anal_free_sex_videos\r\n https://ijq.page.link/8z9C#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:48:43', 'web', '', NULL),
(5911, 'syahir15@yahoo.com.my', '2ceffc88bd4f910fb9abffc9c3a101c7', 'birthday_sex_acapella\r\n https://nlq.page.link/w4wY#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:50:30', 'web', '', NULL),
(5912, 'fizee_rulez@yahoo.com.my', 'e71f43132ec8e5aad28ef4b594ffc68c', 'biker_sex\r\n https://ijq.page.link/gydV#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:51:26', 'web', '', NULL),
(5913, 'eastforce99@gmail.com', '00f2e05aca9238a9087c94556475f19d', 'free_sex_quizzes\r\n https://ikd.page.link/pP96#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:54:09', 'web', '', NULL),
(5914, 'binaminprimasb@gmail.com', '4905631fe3de17786a06e2bfd7d9681e', 'adult_sex_games_downloads\r\n https://vbf.page.link/KhSi#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:56:04', 'web', '', NULL),
(5915, 'hmpsusan@gmail.com', '2ce59a851bbff4bb5f1baf9899b11b51', 'free_sex_cam_community\r\n https://xsg.page.link/Lc2C#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:56:58', 'web', '', NULL),
(5916, 'emrbzkrt@gmail.com', '86ca4eaf1fa319c443848a4bfdd50fcd', 'best_online_sex_shops\r\n https://olr.page.link/2PwZ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:57:51', 'web', '', NULL),
(5917, 'sydazzn@yahoo.com', '8d39a0d4531bf7ebd96221f8efc392fa', 'anal_sex_positions_with_pictures\r\n https://nhg.page.link/hqbS#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 07:58:45', 'web', '', NULL),
(5918, 'hafizii8892@yahoo.com', '960b939494083d60cfbe9bbc3390609a', 'fat_women_haveing_sex\r\n https://ijq.page.link/4TCu#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:01:25', 'web', '', NULL),
(5919, 'farahnabila794@gmail.com', '0b1efef71ab8537f57518c184d6a30c0', 'free_personals_for_sex\r\n https://ujc.page.link/YdZ9#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:02:22', 'web', '', NULL),
(5920, 'aanbdkbaek22@gmail.com', '495edfc3deabe87d55362f72309f8ea2', 'black_chick_white_guy_sex\r\n https://vbf.page.link/ZPo2#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:03:15', 'web', '', NULL),
(5921, 'gruber.lisa@googlemail.com', 'ab47000a62a56c27b15d672357681003', 'fucking_tube_sex\r\n https://okj.page.link/nFPz#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:06:55', 'web', '', NULL),
(5922, 'asmah_1010@yahoo.com', '633f7f3e47e3f1d40f2e5457bbe3e191', 'after_sex_movie_download\r\n https://vbf.page.link/euwA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:09:06', 'web', '', NULL),
(5923, 'eina_jagung@yahoo.com', '8100196fe7720fa65a548032bd88d8a1', 'amateur_couples_sex_tape\r\n https://ijq.page.link/9Zm1#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:09:47', 'web', '', NULL),
(5924, 'shah_twister@yahoo.com', '8fec2bcad2218903f698d1a96f78cddc', 'free_hardcore_black_sex\r\n https://xsw.page.link/ofdU#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:10:41', 'web', '', NULL),
(5925, 'jsdafengshenwei@gmail.com', 'c83633d84efa1a7385c84357506de8f6', 'brutal_sex_free_videos\r\n https://okj.page.link/6En8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:11:35', 'web', '', NULL),
(5926, 'shazeyla@yahoo.com', '006e4e6abc2c567c35eb358b9b8df808', 'best_friend_gay_sex\r\n https://nlq.page.link/vrmN#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:12:33', 'web', '', NULL),
(5927, 'kolowa.my@gmail.com', '6e74f1cc367225204f4ad4dad822edad', 'abyss_sex_dolls\r\n https://nlq.page.link/fvk9#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:13:28', 'web', '', NULL),
(5928, 'effadyana@yahoo.com', 'c673889dd357765d98633c67c6a13130', 'booty_sex_xxx\r\n https://okj.page.link/UjmU#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:14:24', 'web', '', NULL),
(5929, 'nizairil@yahoo.com.my', 'b491e271c45f82db820ccb2ec3f1c320', 'brooke_skye_sex_video\r\n https://olr.page.link/PQC6#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:15:20', 'web', '', NULL),
(5930, 'inbound-1@htomail.com', '955fac20f1b6d76630de6e2db07510bd', 'buy_now_pay_later_sex_toys\r\n https://xsw.page.link/HtT5#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:16:29', 'web', '', NULL),
(5931, 'zul_pfs@yahoo.com', '43bd8c2439756a900f9b20f6717f99e3', 'free_streaming_homemade_sex_videos\r\n https://olr.page.link/RGfA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:17:15', 'web', '', NULL),
(5932, 'white10_daisy@yahoo.com', 'de29030d1102b6b32af3f37b6d8995e4', 'asian_big_sex\r\n https://xsw.page.link/VHhK#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:18:07', 'web', '', NULL),
(5933, 'eidaviolet@yahoo.com', '21e1df7cc13b50483749834b7936b584', 'ass_big_sex\r\n https://nhg.page.link/EFbJ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:19:04', 'web', '', NULL),
(5934, 'arejoihakim@yahoo.com', 'ebe2b429d3d8af23cc99c687ce562593', 'free_mobile_phone_sex_videos\r\n https://ijq.page.link/jFpF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:21:00', 'web', '', NULL),
(5935, 'yellowcat91@gmail.com', 'eca597dd47aafa4fd60411161373855f', 'adult_porn_sex_tv_com\r\n https://ujc.page.link/tL4x#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:21:52', 'web', '', NULL),
(5936, 'arwin_razor20@yahoo.com', 'bd876c654b54ea3f17229c7b0e9c0c30', 'boo_sex\r\n https://xsw.page.link/fmTE#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:22:47', 'web', '', NULL),
(5937, 'bouchene_z@hotmail.com', '9f00a23ee51d65f90ff42ec9405a8475', 'free_adult_sex_jokes\r\n https://ujc.page.link/Jc6P#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:23:41', 'web', '', NULL),
(5938, 'nurfirdaus86@yahoo.com', '5f51ee2c7677848928fb71b5c335a14e', 'free_full_black_sex_videos\r\n https://xsw.page.link/8oqh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:24:39', 'web', '', NULL),
(5939, 'maencarna79@gmail.com', 'c465e63236fdc5ea7d0491c9976e2ad4', 'amateurs_homemade_sex\r\n https://ujc.page.link/HwdV#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:26:33', 'web', '', NULL),
(5940, 'mohdnazua@yahoo.com.my', 'b2b41e4f295ce102d03296038fe26e79', 'alien_sex_images\r\n https://ujc.page.link/hXps#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:28:32', 'web', '', NULL),
(5941, 'jongjitan@gmail.com', '02c63e2cc0b1453c55f817fd9de6273d', 'adult_sex_jokes\r\n https://ujc.page.link/PTJc#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:30:43', 'web', '', NULL),
(5942, 'nurulnadiamazlan@yahoo.com', '7188205472debb42a10a8ec8d78cb4a6', 'black_girls_sex_party\r\n https://okj.page.link/jJJU#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:32:36', 'web', '', NULL),
(5943, 'nurfuzie@gmail.com', 'bd12429f38848dac22f001e5e6c19920', 'big_dick_sex_movie\r\n https://xsw.page.link/X9nE#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:33:46', 'web', '', NULL),
(5944, 'luiginaldibg@gmail.com', '5024d0edec7a0c6f0c83e5ce35a6f07b', 'adult_flash_sex_games\r\n https://ikd.page.link/n8if#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:34:39', 'web', '', NULL),
(5945, 'sunpropsb@gmail.com', '6cc91cde34628a0e64741ac371739d93', 'free_mobile_sex_chat_rooms\r\n https://nlq.page.link/61x8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:35:43', 'web', '', NULL),
(5946, 'baby_nuenue@yahoo.com', 'e126b84eb096db93f96e8ba917e8462e', 'arabic_sex_for\r\n https://xsg.page.link/b69m#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:37:35', 'web', '', NULL),
(5947, 'arnisham@yahoo.com', '14a320fcc2b696eb515baa11d988707d', 'black_anal_sex_video\r\n https://okj.page.link/3fSQ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:39:41', 'web', '', NULL),
(5948, 'anishazieqahramli@yahoo.com.my', 'de4574dd7c07784096611f2dfee1c493', 'brother_sister_sex_movies\r\n https://xsw.page.link/XJYS#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:40:48', 'web', '', NULL),
(5949, 'sara_9539@yahoo.com', '014a3ed06d445e687225cefdcae2aa35', 'free_amature_sex_chat\r\n https://xsw.page.link/MAhR#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:47:35', 'web', '', NULL),
(5950, 'safiz_85@yahoo.com', '592f95ad17eeccc025adfb96abb61e70', 'free_non_downloadable_sex_videos\r\n https://nhg.page.link/4frq#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:48:27', 'web', '', NULL),
(5951, 'msglobalfoodindust@gmail.com', '351be0abb6e8da7e16f99b21aed3a079', 'bbw_food_sex\r\n https://nlq.page.link/LLMF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:49:25', 'web', '', NULL),
(5952, 'afiqma10@gmail.com', '86d7aad4a066261abbbf6ea963004543', 'filming_my_wife_having_sex\r\n https://xsw.page.link/gbdo#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:50:21', 'web', '', NULL),
(5953, 'cfchee@yahoo.com', '6e6e3b934ccb6684445f6d54af5ca189', 'free_sex_cam_site\r\n https://nhg.page.link/EeM7#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:53:17', 'web', '', NULL),
(5954, 'zulhfreelancer@gmail.com', 'fe223ccbdd023f3790d053e4b745f6fa', 'free_sex_to_watch\r\n https://ujc.page.link/KxJQ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:54:19', 'web', '', NULL),
(5955, 'hamidfb@gmail.com', 'a30af778595761a445129820323d8f63', 'free_sex_on_utube\r\n https://nlq.page.link/76sw#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:55:18', 'web', '', NULL),
(5956, 'ebooksstore6@gmail.com', 'b61debed1e146c72551b3e9fed699416', 'amateur_sex_party_pics\r\n https://nhg.page.link/fEG8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:56:11', 'web', '', NULL),
(5957, 'gitasweet17@gmail.com', 'f6f5ea24d4e62dab291baf30d5426868', 'family_guy_real_sex\r\n https://ikd.page.link/AdXM#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:57:08', 'web', '', NULL),
(5958, 'rkaur.mamc@gmail.com', '344e6bfc9eff633bfac9e7768975db1d', 'famouse_sex\r\n https://xsw.page.link/2arP#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 08:58:08', 'web', '', NULL),
(5959, 'ctnadzira_89@yahoo.com', '76aa209e8914c9acde55ac9eb7a46806', 'anal_sex_free_movies\r\n https://okj.page.link/RTNw#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:00:07', 'web', '', NULL),
(5960, 'shaifulizam82@yahoo.com', '5fa56a2d5f50925a5503923b50278030', 'asian_sex_toy\r\n https://ikd.page.link/B8bw#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:02:03', 'web', '', NULL),
(5961, 'anz_jengka@yahoo.com.my', '8d2e21892a5d9aa07b714f48aec2c316', 'asian_anal_sex\r\n https://ikd.page.link/RXt1#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:02:59', 'web', '', NULL),
(5962, 'aqilyazid@rocketmail.com', '8d98e001c7660f4582ab05433d9daeff', 'best_lube_for_gay_sex\r\n https://ujc.page.link/P9cr#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:03:55', 'web', '', NULL),
(5963, 'e_babyshop@yahoo.com', 'ba91776bc31a748ba0d4acd82502ab05', 'blood_sugar_sex_magic_harry_potter\r\n https://nhg.page.link/6W3Q#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:04:53', 'web', '', NULL),
(5964, 'sitinah93@gmail.com', '4861f4a320b8414b8ade8ce32e053109', 'fat_women_having_anal_sex\r\n https://nhg.page.link/P37X#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:06:46', 'web', '', NULL),
(5965, 'mohkasan@gmail.com', '05d0519cfb4bb04d4897d868d78254e2', 'anime_manga_sex\r\n https://ikd.page.link/fSf8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:08:48', 'web', '', NULL),
(5966, 'wlc_scwplas@yahoo.com', '321656924963ed12855d8483848ca910', 'free_gay_sex_rape\r\n https://xsg.page.link/ocaA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:10:38', 'web', '', NULL),
(5967, 'annawaummi@yahoo.com', 'c81d704a5a6d521ba27b26addabb7df8', 'adult_sex_lesbian\r\n https://ikd.page.link/VU8U#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:11:45', 'web', '', NULL),
(5968, 'deqya_leo05@yahoo.com', '1a4a69ef6b80889e6fbbeb26eee9d40a', 'amateurmovies_sex\r\n https://ijq.page.link/SmNL#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:13:33', 'web', '', NULL),
(5969, 'rashid912_rd@yahoo.com', '676387f66c0fc0c71942f5d5003c51d9', 'anal_sex_porno_videos\r\n https://vbf.page.link/M1o5#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:15:28', 'web', '', NULL),
(5970, 'aydin.senay@hotmail.com', 'd83e07dc4299a8ac25e7b8a6e773d521', 'bisexual_sex_video\r\n https://olr.page.link/vrdx#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:16:34', 'web', '', NULL),
(5971, 'ariflah@gmail.com', 'eec77ddfd65b8b7853995106dc4a401b', 'full_episodes_of_zane_sex_chronicles\r\n https://okj.page.link/9GVk#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:22:10', 'web', '', NULL),
(5972, 'yie_yoo@yahoo.com.my', 'b167fe9b30e904780cf2c4203e2ee31f', 'bengali_sex_3gp\r\n https://ijq.page.link/jsSs#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:23:06', 'web', '', NULL),
(5973, 'diya_2102@yahoo.com', 'bd30dec804b145a42bc5728dba0836d5', 'big_girls_anal_sex\r\n https://xsg.page.link/XHBP#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:24:04', 'web', '', NULL),
(5974, 'cell77821@yahoo.com.tw', 'ae41420aad750c696f16f6920ccc883b', 'big_booty_sex_free\r\n https://ujc.page.link/eDJb#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:25:03', 'web', '', NULL),
(5975, 'benzgifts@gmail.com', 'f3221a540a1c581a5d795c17b83b43b9', 'brazilian_girls_anal_sex\r\n https://ikd.page.link/jTuh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:26:56', 'web', '', NULL),
(5976, 'dsk.1863@gmail.com', 'e7de00152e45e91de5807771794d44cf', 'free_good_sex\r\n https://xsw.page.link/qg9U#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:28:49', 'web', '', NULL),
(5977, 'info.smartautocare@gmail.com', '8f7ce5b747751574611a16806bd34db7', 'free_samples_sex_toys\r\n https://ijq.page.link/rDCj#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:30:06', 'web', '', NULL),
(5978, 'twoply88@yahoo.com', '41e0d17436fdf3da4d1c0e3587c40ff1', 'bret_michaels_pamela_anderson_sex\r\n https://nlq.page.link/pMcc#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:30:44', 'web', '', NULL),
(5979, 'nadiaiylia@yahoo.com', 'd4f1500d8991a746477c2f0d3f792948', 'free_kim_possible_sex_game\r\n https://okj.page.link/iK4T#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:31:43', 'web', '', NULL),
(5980, 'natureltdg@gmail.com', '14e769c1517f68a844d5bb7606254eff', 'boca_chica_sex\r\n https://nhg.page.link/2k1j#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:32:50', 'web', '', NULL),
(5981, 'eric.esdynamics@gmail.com', '35882425de5cf69f910157cb32691002', 'free_videos_of_homemade_sex\r\n https://xsw.page.link/kKht#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:33:38', 'web', '', NULL),
(5982, 'keenwaydsb@yahoo.com', 'fbb4b49170bd7d2085adcc141da9aa4d', 'bollywood_sex_scenes\r\n https://nhg.page.link/8aph#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:34:40', 'web', '', NULL),
(5983, 'larissaquartaroli@yahoo.com.br', 'e7adcfffa56c9f46b4e035de7b2c3c1f', 'free_webcam_sex_movies\r\n https://okj.page.link/5vri#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:35:36', 'web', '', NULL),
(5984, 'ozgeorenay@gmail.com', 'a97a5c03529d52c8cca28b8de9bf8833', 'boy_hot_sex\r\n https://olr.page.link/TP5S#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:38:22', 'web', '', NULL),
(5985, 'mikechengsuyee@yahoo.com', '21a31327d71f54b0af20098ad7454e7e', 'fat_sex_in_the_city\r\n https://xsg.page.link/RmEx#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:39:20', 'web', '', NULL),
(5986, 'ssmpg2@gmail.com', 'df685c399d0eac71d14476a899dd1c11', 'asian_sex_pron\r\n https://olr.page.link/PtmU#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:40:18', 'web', '', NULL),
(5987, 'yusoffzawawi@hotmail.com', 'b7268fa74440d9fbfdef198eef4da0dc', 'arabic_teens_sex\r\n https://ikd.page.link/TdX6#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:41:14', 'web', '', NULL),
(5988, 'serembantravels@yahoo.com.my', '9ed6658c40e9cb4191dba8f859a399ca', 'bangla_sex_choti\r\n https://vbf.page.link/iti4#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:42:14', 'web', '', NULL),
(5989, 'nurdiyana_tarmizi@yahoo.com', '1de003170b505e186dc3d4c1df4feb73', 'arabic_homemade_sex_videos\r\n https://okj.page.link/ZKhS#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:44:11', 'web', '', NULL),
(5990, 'norzaful_anuwar@yahoo.com', '4e1af21cbe0396e7d862c7624cbeef3e', 'free_nude_sex_chats\r\n https://vbf.page.link/j4px#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:45:06', 'web', '', NULL),
(5991, 'myfasportcentre@gmail.com', 'a41cefba8f9c5096a32ae63be287fe5e', 'birthday_sex_jeremiah_youtube\r\n https://ijq.page.link/RyjN#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:46:11', 'web', '', NULL),
(5992, 'jibuthomas.t@gmail.com', '1c75d4a43acf15b1a99a512a9c34643d', 'brother_and_sister_having_sex_pictures\r\n https://ujc.page.link/k59h#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:51:05', 'web', '', NULL),
(5993, 'edyani_90@yahoo.com', 'ca867673664240c67c9c21aba52d45c1', 'asian_movies_with_sex\r\n https://ijq.page.link/XnBM#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:52:04', 'web', '', NULL),
(5994, 'fzs_farah@yahoo.com', '40a50f1c022f232fd3cf337ef3c5d895', 'boy_sex_nude\r\n https://ikd.page.link/sthk#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:53:16', 'web', '', NULL),
(5995, 'arabate@gmail.com', '913ff0b223720a38af53a0ee8d906acb', 'free_homemade_black_sex_videos\r\n https://ujc.page.link/XDHX#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:54:12', 'web', '', NULL),
(5996, 'azizahismail88@yahoo.com', '31701adae973687cd2f98d417673eff8', 'best_gay_sex_position\r\n https://nhg.page.link/ALxH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:55:10', 'web', '', NULL),
(5997, 'skalafurnitures@gmail.com', '2a2e5097b6050a2070561d2871f4ead7', 'anal_granny_sex\r\n https://ikd.page.link/FYhD#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:57:13', 'web', '', NULL),
(5998, 'noordiana11@yahoo.com', 'c41baa62254d2fe623d15a62f2fadc81', 'foods_for_good_sex\r\n https://ujc.page.link/pUvc#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 09:58:14', 'web', '', NULL),
(5999, 'noar22@yahoo.com', 'a7498e572de88838b3865480abdf3b9d', 'ashanti_sex_tape_full\r\n https://vbf.page.link/hXeW#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:01:51', 'web', '', NULL),
(6000, 'aen6748@yahoo.com', 'b50df815fc8ed88f98c2c0668746132c', 'bagheera_sex\r\n https://olr.page.link/hfVC#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:03:55', 'web', '', NULL),
(6001, 'ramzar76@gmail.com', '0de3db195600b7cfbe0fbf625fdf33b2', 'brittney_spears_sex_tapes\r\n https://vbf.page.link/hdfF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:04:48', 'web', '', NULL),
(6002, 'jfawwazi@gmail.com', '7edad792df8fad2e314c435638e62cf4', 'arab_sex_home_videos\r\n https://nlq.page.link/Dpuj#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:07:39', 'web', '', NULL),
(6003, 'cktilingsb@gmail.com', '72c3f678cd1fc7799cfb07b7bc62b6db', 'bangla_sex_film\r\n https://ijq.page.link/tezn#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:08:34', 'web', '', NULL),
(6004, 'noraini_radzuan@yahoo.com', '9712414fd97635224ce38c18ed0bcdf1', 'free_tranny_phone_sex\r\n https://nlq.page.link/AJB5#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:09:32', 'web', '', NULL),
(6005, 'permaikaya.sbkk@gmail.com', '2072ef114244584337a7eea43ee566ca', 'fat_sex_position\r\n https://xsw.page.link/9r1K#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:10:31', 'web', '', NULL),
(6006, 'basumienterprise@gmail.com', '9c224d3396b93337c84bf1e6f2510004', 'brother_haveing_sex_with_sister\r\n https://xsw.page.link/b42G#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:11:32', 'web', '', NULL),
(6007, 'deqna_nana@yahoo.com.my', 'f6342b9c21408b657efc9caedd94e6a1', 'free_hot_ass_sex\r\n https://okj.page.link/DgdY#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:16:19', 'web', '', NULL),
(6008, 'akiera_azuka@yahoo.com', '9fb40ec28013075ff98702954e5cdf55', 'asian_woman_anal_sex\r\n https://nhg.page.link/KLgG#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:18:14', 'web', '', NULL),
(6009, 'centaur.gbl@gmail.com', '74fd4b185ef89be3ea91ffd79a5d9c5d', 'fat_sex_in_the_city_4\r\n https://ijq.page.link/KJ8b#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:19:04', 'web', '', NULL),
(6010, 'ween.mazlan@gmail.com', '1fe800b0e8f74e8d841119f581af4d84', 'better_than_sex_chocolate_cake\r\n https://xsg.page.link/Cfva#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:20:01', 'web', '', NULL),
(6011, 'asma_gie@yahoo.com', '0c07522d04c843b6d9372165bedc34d5', 'amateur_sex_on_video\r\n https://xsw.page.link/pBAA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:21:06', 'web', '', NULL),
(6012, 'shathiskumar246@gmail.com', '3639a86d4f2352b64b28053d9e640feb', 'bizzare_sex_positions\r\n https://nlq.page.link/nwZp#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:21:58', 'web', '', NULL),
(6013, 'chemigro@yahoo.com.my', '615ddadd308186f86c9aba5c6640607c', 'bizarre_sex_objects\r\n https://ikd.page.link/orF3#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:23:54', 'web', '', NULL),
(6014, 'megat_wqm@yahoo.com', 'ce8b0168753ecfe054a83a3e07e59270', 'free_sex_videos_for_couples\r\n https://ikd.page.link/GpZi#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:24:50', 'web', '', NULL),
(6015, 'zakzue_lv@yahoo.com.my', '011065a52a638b43d676516afb435d3b', 'american_dad_toon_sex\r\n https://nlq.page.link/4AJE#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:25:50', 'web', '', NULL),
(6016, 'nurnazmil@gmail.com', 'cee2fac8401c63cea9b016eebb0f321a', 'asian_girls_sex_pics\r\n https://ikd.page.link/RFjD#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:26:46', 'web', '', NULL),
(6017, 'syafiqdz@gmail.com', 'd36a1d9c3a1afb2e9091b504cd16b6aa', 'black_gang_bang_sex\r\n https://xsg.page.link/7e39#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:30:38', 'web', '', NULL),
(6018, 'ina_zalee@yahoo.com', '0b40331482157a0a022d3ba1056318ff', 'boys_and_girls_sex_video\r\n https://okj.page.link/hdYq#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:31:36', 'web', '', NULL),
(6019, 'farliza_hamid@yahoo.com', '291c0f6b71ec3cc3f3dc7684d771d140', 'asian_and_black_sex_videos\r\n https://xsw.page.link/2jkX#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:33:36', 'web', '', NULL),
(6020, 'fizie_8611@yahoo.com', 'f7de23f6e444c12f82936424aaad9e81', 'free_anal_porn_sex\r\n https://ikd.page.link/kNBi#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:34:31', 'web', '', NULL),
(6021, 'pedatisaujana@yahoo.com', '904df935409d8dbbd9e8cd2e464714fd', 'brook_burke_sex_tape\r\n https://ikd.page.link/AEFC#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:35:31', 'web', '', NULL),
(6022, 'odeanz1330@gmail.com', '7f14a2b64609e856e389d4cc607919fc', 'amature_home_video_sex\r\n https://xsw.page.link/XZwy#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:36:27', 'web', '', NULL),
(6023, 'hazmanhadi@gmail.com', 'c6d93cf73d669c3802024a0f2421f1fa', 'badder_santa_sex_scene\r\n https://vbf.page.link/3zLj#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:37:26', 'web', '', NULL),
(6024, 'sekitar5221@gmail.com', 'c044ed0ad4dfb61f3017dc0b9db17081', 'free_videos_of_lesbian_girls_having_sex\r\n https://xsg.page.link/JTcQ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:38:27', 'web', '', NULL),
(6025, 'annettee.nakimuli@gmail.com', '90d2cb9e263b97a519021820412a37bd', 'famouse_sex\r\n https://ijq.page.link/yymh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:39:24', 'web', '', NULL),
(6026, 'sagrennaidoos@yahoo.com', 'f8afb0abcb1d6d3ae7c60a1f50ce0903', 'free_3d_animated_sex\r\n https://ujc.page.link/P5Ku#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:40:19', 'web', '', NULL),
(6027, 'fatim@yahoo.com', '474bae0c5e4ee333c064e4e3e90f3f59', 'free_drawn_sex_account\r\n https://ikd.page.link/c6wA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:41:18', 'web', '', NULL),
(6028, 'mydcarbo@yahoo.com', '25fd9c1b6fdaa9251c4ac44cde4d108c', 'ashanti_sex_tape\r\n https://xsw.page.link/BwFU#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:42:14', 'web', '', NULL),
(6029, 'djuravujic@gmail.com', '6060f616104e3580a0c2506c936526ca', 'adult_male_sex_toy\r\n https://xsw.page.link/7JuD#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:43:10', 'web', '', NULL),
(6030, 'elya_el@yahoo.com', 'c21de823ec466799731b580f22d69457', 'asian_sex_comics\r\n https://vbf.page.link/sXp1#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:44:11', 'web', '', NULL),
(6031, 'r.epr.e.hen.diukv@gmail.com', 'c3be3c2c07cfad809f82c9898aec0fea', 'arabic_sex_clip\r\n https://ujc.page.link/Z7xH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:45:06', 'web', '', NULL),
(6032, 'norsalawati68@gmail.com', 'bf8b7046ce2accfd6b012d13a07cfee7', 'free_ameture_sex_tapes\r\n https://ikd.page.link/9Pfh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:47:01', 'web', '', NULL),
(6033, 'utsb2008@yahoo.com', '634f366451f3872643bef3bff861c1de', 'free_interracial_sex_comics\r\n https://nhg.page.link/RoVf#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:47:57', 'web', '', NULL),
(6034, 'mohdazmizaa@yahoo.com', '564af7c5e42dd9c7727b2a80dd6debdb', 'free_videos_of_naked_lesbians_having_sex\r\n https://xsg.page.link/ejf8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:51:47', 'web', '', NULL),
(6035, 'nazliputra1984@gmail.com', '539e7eb3f4057a4ddcdb1bf0d6995595', 'african_american_lesbian_sex\r\n https://xsg.page.link/QbKd#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:54:51', 'web', '', NULL),
(6036, 'lilysuraya_30026@yahoo.com', '965986a140aa77c4f30228c0ca3a2b74', 'buddhist_monk_sex\r\n https://ikd.page.link/8S5G#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:55:48', 'web', '', NULL),
(6037, 'adillahani@yahoo.com', '28ff0306a86f0bc49d9eb7eb95dba8b5', 'big_cock_sex_club\r\n https://okj.page.link/12S1#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 10:57:57', 'web', '', NULL),
(6038, 'winkenfurniture@gmail.com', '6e219133abd1f2f2c7851835c3a2e920', 'female_to_female_sex\r\n https://vbf.page.link/qXx4#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:03:00', 'web', '', NULL),
(6039, 'armanie_07@yahoo.com', 'c2f13ce519db54dac91673792855272d', 'filipino_sex_thumbs\r\n https://xsw.page.link/Xm27#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:03:48', 'web', '', NULL),
(6040, 'ctku84@yahoo.com', 'd6f0b7d5d3ed7fbbcb5d0da44430974e', 'free_trans_sex_videos\r\n https://vbf.page.link/rtBF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:05:59', 'web', '', NULL),
(6041, 'fazlibagan@gmail.com', '0fa8ee4003a76e6355fce91b05e6cda7', 'free_online_gay_sex\r\n https://okj.page.link/gPa8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:06:49', 'web', '', NULL),
(6042, 'amyezma@yahoo.com', 'c80a847767c7ed20778cab5a522cedc0', 'about_sex_stories\r\n https://olr.page.link/PcA7#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:08:00', 'web', '', NULL),
(6043, 'vitvinent@gmail.com', '17f8f43dfc8221a6f4fad680bab6451d', 'amateur_gay_sex_clips\r\n https://ijq.page.link/Ug73#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:09:48', 'web', '', NULL),
(6044, 'hnh.sales1@gmail.com', 'f691e46623d7b8b4ebec28cee2755b2a', 'free_sex_89_video\r\n https://olr.page.link/P7sz#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:10:45', 'web', '', NULL),
(6045, 'mdautoparts@hotmail.com', '2b349fd18578ca3c779862d9e7c302fe', 'amateur_swinger_sex_videos\r\n https://ikd.page.link/xm4f#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:13:04', 'web', '', NULL),
(6046, 'roshidahsafiei@yahoo.com', '0c9a8370bba8d78200a42d4caa628045', 'bangle_sex\r\n https://xsg.page.link/ivgf#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:13:40', 'web', '', NULL),
(6047, 'hata983@yahoo.com', 'd3b23e57b8f924c2ccad196f6defbbca', 'free_xxx_sex_vidios\r\n https://okj.page.link/nKor#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:17:29', 'web', '', NULL),
(6048, 'helwangisb@gmail.com', '11e3df32cccee71b6bf6eb9b5f65dd1d', 'amature_sex_uploads\r\n https://olr.page.link/Rpo1#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:18:27', 'web', '', NULL),
(6049, 'ekien_is88@yahoo.com', '5b5b2717d437d4269a7201f7beacc924', 'adult_sex_toys_vibrators\r\n https://xsg.page.link/3SxH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:21:19', 'web', '', NULL),
(6050, 'scionbiz@yahoo.com', 'd3b85e9c71a9b16420b53af13ee863ec', 'free_naked_lesbian_sex\r\n https://ujc.page.link/65Wk#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:25:07', 'web', '', NULL),
(6051, 'adeebzz@yahoo.com', 'b18629200ef0d78c35733b3559d20c17', 'family_sex_thumbs\r\n https://okj.page.link/L2PD#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:26:13', 'web', '', NULL),
(6052, 'hbmalacca@yahoo.com', '989866a286e35a22b0de7f2fe779b324', 'free_butt_sex_videos\r\n https://ujc.page.link/eSVc#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:27:00', 'web', '', NULL),
(6053, 'm_phon@yahoo.com', '9802d46a7a75ef58f84032b5df35b36c', 'adult_sex_scenes\r\n https://xsw.page.link/aUuK#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:28:52', 'web', '', NULL),
(6054, 'nagla_fouad@yahoo.com', '9ab012a132ba8df398616d0592ef1eb1', 'anime_ass_sex\r\n https://nlq.page.link/61x8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:29:55', 'web', '', NULL),
(6055, 'nadiaazeera@yahoo.com', '9571ed618b4f3be003b51df60274d63a', 'anal_sex_with_my_husband\r\n https://okj.page.link/vsF9#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:30:49', 'web', '', NULL),
(6056, 'hbi_84@yahoo.com', '4e12248df73a78dcf68cf9675b034d61', 'free_milf_sex_gallery\r\n https://nhg.page.link/Vhr1#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:31:47', 'web', '', NULL),
(6057, 'gbodon@gmail.com', 'a61fe5b1a90245d9019007493ee8e10e', 'animals_sex_free\r\n https://xsw.page.link/AEnw#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:32:47', 'web', '', NULL),
(6058, 'pbrsdnbhd@yahoo.com.my', '70cd172b74aaa811a34750aa739059f5', 'first_dp_sex\r\n https://xsg.page.link/WUXH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:34:41', 'web', '', NULL),
(6059, 'ILA_SUHAILA@yahoo.com.my', 'e7fe3e305f798692ba6a07302e19e4fb', 'black_kids_having_sex\r\n https://okj.page.link/zEQF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:35:41', 'web', '', NULL),
(6060, 'reny_ME@yahoo.com', '55c5f6c2079dd268dd53aebc68ecf67d', 'amature_wives_sex\r\n https://ikd.page.link/M9n1#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:37:35', 'web', '', NULL),
(6061, 'aurateambp@yahoo.com', 'ed47a178a064524a66cbac0b70111039', 'black_group_sex_tube\r\n https://xsg.page.link/U1iQ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:41:26', 'web', '', NULL),
(6062, 'negashwakgari@yahoo.com', 'a54557a445b895d67bc64f2325adfb92', 'free_oldman_sex\r\n https://ujc.page.link/gsqo#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:43:25', 'web', '', NULL),
(6063, 'dravishankaran@hotmail.com', '3c468f8595892c26bc8e718e59603287', 'amature_lesbian_sex\r\n https://ikd.page.link/BYxj#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:44:15', 'web', '', NULL),
(6064, 'lancaster021@hotmail.com', '188e576a4a969b836f2152e48c13bd94', 'arab_sex_online\r\n https://okj.page.link/ZkWi#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:45:13', 'web', '', NULL),
(6065, 'mamat1691@gmail.com', '43be1e03a2f0011c8bdac88efe6a055b', 'best_free_amateur_sex_sites\r\n https://ujc.page.link/ahst#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:47:05', 'web', '', NULL),
(6066, 'norhazura@ymail.com', '4a4727fdf573514989e06a821c1314a0', 'free_big_black_sex_videos\r\n https://xsw.page.link/sF6i#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:48:03', 'web', '', NULL),
(6067, 'suahana.halim@yahoo.com', 'aab4d11c075d46ec9b54616abe763dd0', 'boy_sex_with_mother\r\n https://okj.page.link/FBb5#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:52:48', 'web', '', NULL),
(6068, 'driesvandoninck@hotmail.com', 'abfbc1caa109edefef156731cdb0c9e1', 'anime_sex_tentacle\r\n https://xsg.page.link/Duqz#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:53:44', 'web', '', NULL),
(6069, 'dhiea_dhiem06@yahoo.com', '157d1849a5e7bba6dc05bcbc74c5f3b8', 'free_sex_cam_2_cam\r\n https://olr.page.link/BKmf#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:54:43', 'web', '', NULL),
(6070, 'joshtsl116@hotmail.com', '679406cd05c5e480253fc32dd382775e', 'free_women_sex_movies\r\n https://ujc.page.link/wX5a#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:55:54', 'web', '', NULL),
(6071, 'nurul85cute@yahoo.com', '6d1e532741150855d494463ca39b9d7d', 'female_sex_characteristics\r\n https://nlq.page.link/9bMM#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:57:39', 'web', '', NULL),
(6072, 'nikit-annenkov@ya.ru', 'bf932085d0f395d5a87bf4dbfb486a80', 'blowjob_sex_scenes\r\n https://ikd.page.link/78wB#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:58:32', 'web', '', NULL),
(6073, 'irresistale713@yahoo.com', '2d580ba555329322ce64c52ac1b5eb68', 'family_sex_moves\r\n https://xsg.page.link/3Jqf#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 11:59:29', 'web', '', NULL),
(6074, 'yellow98@gmail.com', '3ab7056c56e639701586af2465d9c2af', 'black_big_dick_sex\r\n https://olr.page.link/c6YW#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:00:23', 'web', '', NULL),
(6075, 'qualityinterest@yahoo.com', '53e696b66630b08b284b8ea3d6365f77', 'amatuer_mature_sex\r\n https://ujc.page.link/vfam#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:02:19', 'web', '', NULL),
(6076, 'nas_city@yahoo.com', '0d66be7076ce817579a73b17c8430d8d', 'best_free_sex_pic\r\n https://ijq.page.link/m2S7#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:03:27', 'web', '', NULL),
(6077, 'sheniamax@gmail.com', 'c469ed7854c9a0773912006acd5b1571', 'amber_michaels_sex\r\n https://nlq.page.link/W7q2#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:04:16', 'web', '', NULL),
(6078, 'vasilishina.a@gmail.com', 'c200dfd5f8dfae2e943840e41088914a', 'free_rape_porn_sex\r\n https://nhg.page.link/vnMe#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:06:11', 'web', '', NULL),
(6079, 'giavinnie@yahoo.com', 'd370fb1c1362f62d0f98baed824e9937', 'friday_the_13th_2009_sex_scenes\r\n https://olr.page.link/A54t#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:07:07', 'web', '', NULL),
(6080, 'taktak4080@gmail.com', 'ad0fd4a3e3072433eee18722fc2f1523', 'black_home_sex_video\r\n https://olr.page.link/GWPk#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:08:02', 'web', '', NULL),
(6081, 'afifahbintirahman@gmail.com', '40c981671c7fa8af37a8c599e5e697ae', 'blow_up_doll_sex_videos\r\n https://xsw.page.link/V7Jg#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:09:58', 'web', '', NULL),
(6082, 'cacin_86@yahoo.com', '1d931c61db0ca8698545497ae5db9160', 'free_sex_hand_jobs\r\n https://olr.page.link/TaLR#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:11:06', 'web', '', NULL),
(6083, 'musaamaran@yahoo.com.my', 'e8704ae802972edaf3ada5163dbe2b2d', 'best_sex_free_movies\r\n https://okj.page.link/F7TX#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:11:56', 'web', '', NULL),
(6084, 'din.hasan@hotmail.com', '52507a0b1154db247115e2742b23188a', 'booty_sex_tape\r\n https://ikd.page.link/m8eo#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:12:58', 'web', '', NULL),
(6085, 'guvencdogan@gmail.com', 'cf364e5795c99e3eee0b25666f3eea1d', 'ay_papi_sex_comics\r\n https://xsw.page.link/GZnU#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:14:01', 'web', '', NULL),
(6086, 'syuhaidae@gmail.com', '769d9f88241ee1ebc2c6cc7a64fcc89f', 'free_pam_anderson_sex_video\r\n https://ujc.page.link/isHx#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:15:04', 'web', '', NULL),
(6087, 'yokelay@yahoo.com', '9c5a5fb31175a0a3da54d50b328a1393', 'arabic_sex_clip\r\n https://ikd.page.link/i8rR#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:16:04', 'web', '', NULL),
(6088, 'aztech_link@yahoo.com', '45fd9d0d332a736ec2e56dab4c4e7a25', 'bigg_butt_sex\r\n https://xsw.page.link/uTUp#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:17:00', 'web', '', NULL),
(6089, 'sunil.kde@gmail.com', 'e917c61a4511f626a549eb182304c54b', 'burning_during_sex\r\n https://okj.page.link/1wJf#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:18:06', 'web', '', NULL),
(6090, 'bfv3183@gmail.com', '04322eb5eb8588dff705814e945a67fc', 'free_vidoes_of_people_having_sex\r\n https://okj.page.link/SKv5#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:18:56', 'web', '', NULL),
(6091, 'lianbing.lin36@yahoo.com', '9d33e8344612aebf34d35e6e12d3f3e6', 'anal_sex_porn_tube\r\n https://nhg.page.link/y85H#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:23:03', 'web', '', NULL),
(6092, 'annurmuhammad19@yahoo.com', '6dbe6dacabd0a3288bd1d1e627ccf87d', 'bad_oral_sex\r\n https://vbf.page.link/dQ6f#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:24:58', 'web', '', NULL),
(6093, 'rce33368@gmail.com', '79eec41d08a4503ee701b75d4abc2e41', 'ass_sex_girl\r\n https://ujc.page.link/sDAV#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:25:57', 'web', '', NULL),
(6094, 'anjurmaju@gmail.com', 'dc4e0b280291602c343986b967e85698', 'brother_sister_have_sex\r\n https://olr.page.link/ffnC#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:27:57', 'web', '', NULL),
(6095, 'bkaklong20@yahoo.com', '139eac348df828d6f0961d34d8c88010', 'free_drunk_party_sex_videos\r\n https://xsw.page.link/VMmF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:28:55', 'web', '', NULL),
(6096, 'ramadhan_d88@yahoo.com', '986b134ba587505968dfd9254dbc2fcf', 'adult_sex_party_videos\r\n https://ijq.page.link/qyKW#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:30:05', 'web', '', NULL),
(6097, 'jenniza_89@yahoo.com', '3218a857f40ee9598238e92af7ff4dcd', 'absolutely_free_sex_webcams\r\n https://olr.page.link/KXcf#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:30:43', 'web', '', NULL),
(6098, 'duanism@gmail.com', '0988b451c6d83bef6bfdc35756086c8e', 'bizzare_free_sex\r\n https://nlq.page.link/v9gc#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:32:38', 'web', '', NULL),
(6099, 'tdyew@hotmail.com', 'a9954654dc48f2d8d97e961c94345609', 'amature_group_sex\r\n https://xsg.page.link/x5J8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:33:37', 'web', '', NULL),
(6100, 'alynneandaki@yahoo.com.br', '1104eadda8f48425cd411586d00bdb50', 'anal_sex_porn_sites\r\n https://ijq.page.link/JUFM#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:35:35', 'web', '', NULL),
(6101, 'thonnie72@yahoo.com', 'f0b02cb2bdd94485b42e62f093592c61', 'benny_benassi_i_love_sex\r\n https://ujc.page.link/b49N#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:37:30', 'web', '', NULL),
(6102, 'sazzy_nadya@yahoo.com', '164e914bc1b918bfb55a45c5399b7da6', 'anime_cartoons_sex\r\n https://ikd.page.link/isU4#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:38:30', 'web', '', NULL),
(6103, 'ramani.ota@gmail.com', '8bc6405a7dce0e589a36e465d40a49d5', 'amateur_porn_sex_movies_hall_of_fame\r\n https://xsw.page.link/SGeG#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:39:22', 'web', '', NULL),
(6104, 'cartuck_cinonet@yahoo.com', '36224380f546b50dc171e639c3c9d429', 'absolutely_free_sex_cams\r\n https://ujc.page.link/TTwA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:42:16', 'web', '', NULL),
(6105, 'zainol168@yahoo.com', '33b14064330877dd95e98a525edd5388', 'amateur_anal_sex_videos\r\n https://ijq.page.link/pkyh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:44:09', 'web', '', NULL),
(6106, 'rs_vijendran@yahoo.com.my', 'a1681e680b8e81977656c05c1106ec2e', 'all_sex_hentai_dvd\r\n https://olr.page.link/e4Ts#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:46:02', 'web', '', NULL),
(6107, 'shariza.goldrealty@gmail.com', '846c88249e3d68d3bc7ba231c01487fe', 'bleach_yoruichi_sex\r\n https://ujc.page.link/Y7B2#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:47:02', 'web', '', NULL),
(6108, 'lizs7707@yahoo.com', '6a751dd3dc80b6510dcbe841cb8651dc', 'bog_cock_sex\r\n https://ikd.page.link/4pzw#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:51:46', 'web', '', NULL),
(6109, 'anavetriana@gmail.com', '7eecb42bbb5c4d74f3dce45e2c272842', 'asian_home_sex\r\n https://xsg.page.link/hN8L#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:53:41', 'web', '', NULL),
(6110, 'jemileiia@yahoo.com.tw', 'e0944dc21b4e84d2eab50abaf2cd1709', 'alyson_hannigan_sex_tape_free_video\r\n https://xsw.page.link/DbU9#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:54:38', 'web', '', NULL),
(6111, 'greenvanillastore@gmail.com', '3bd5baca114eed90c45f7c1f64b25c17', 'free_sex_machine_porn_videos\r\n https://nhg.page.link/yEgJ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:55:44', 'web', '', NULL),
(6112, 'jccadev@gmail.com', '1f25a955f577f5fe16c866fab1dbd497', 'best_movie_sex_scenes_2008\r\n https://vbf.page.link/qADh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:56:35', 'web', '', NULL),
(6113, 'mingshengcai@hotmail.com', '4ea75a08299ad72720b9021cf71a75b8', 'best_free_sex_video_websites\r\n https://xsg.page.link/QLsp#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:57:37', 'web', '', NULL),
(6114, 'suhana9184@gmail.com', 'b52ec5b0a5faf31d2781ad068aa81513', 'boss_daughter_sex\r\n https://vbf.page.link/L9d1#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:58:30', 'web', '', NULL),
(6115, 'gunasekharmv@gmail.com', '2568a159098d5029ebf2ea8acc7eb6c9', 'asian_sex_galleries\r\n https://olr.page.link/6eux#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 12:59:27', 'web', '', NULL),
(6116, 'n_needa@yahoo.com', '5ced97898317526b7f8509dac18eff6d', 'boys_having_hardcore_sex\r\n https://xsw.page.link/UfvW#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:00:26', 'web', '', NULL),
(6117, 'hussainliew74@gmail.com', '9d29f16b22dd6f1887fe47043cf08475', 'anal_sex_positions_pics\r\n https://okj.page.link/t2Dt#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:01:19', 'web', '', NULL),
(6118, 'taran2la83@gmail.com', '1ce6625cef9409c1e60f5261cf703faa', 'arab_sex_scandals\r\n https://ijq.page.link/4r6m#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:03:20', 'web', '', NULL),
(6119, 'muiz_din5539@yahoo.com.my', 'd72eb2d764ecd612e630b440c62fe782', 'free_young_sex_gallery\r\n https://olr.page.link/TP5S#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:04:11', 'web', '', NULL),
(6120, 'azrin_five@yahoo.com', '8558b56913ad348e72e291aa7d300625', 'amature_family_sex\r\n https://ijq.page.link/ZVmA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:05:08', 'web', '', NULL),
(6121, 'kakakbiz@gmail.com', '251989195ae5cf62d5e327b1b13e9a47', 'amateur_sex_homemade\r\n https://ujc.page.link/HJYV#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:07:03', 'web', '', NULL),
(6122, 'andreybuglak@gmail.com', 'b705a15a7571a0dc6f8ea97731df4ad2', 'free_group_sex_vids\r\n https://nhg.page.link/eGTN#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:08:56', 'web', '', NULL),
(6123, 'wnuhairi@gmail.com', '6a0f7ee1779b95553ccf86355a922a1f', 'anetta_keys_sex\r\n https://vbf.page.link/qPKF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:09:53', 'web', '', NULL),
(6124, 'luca.berto89@gmail.com', '03ade8b7c41e5755d6744f6548f73236', 'asian_schoolgirl_sex\r\n https://ikd.page.link/YW6a#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:11:47', 'web', '', NULL),
(6125, 'asmah_hanis@yahoo.com', '0b7fa30078882c382973957ef930f931', 'free_full_version_sex_videos\r\n https://olr.page.link/QCN8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:12:46', 'web', '', NULL),
(6126, 'drmugur@yahoo.com', 'cbf4890a581f02ddaa6371fb0640bcf3', 'free_pictures_of_group_sex\r\n https://xsw.page.link/QoDV#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:13:42', 'web', '', NULL),
(6127, 'mdmehmetcelik@hotmail.com', '72ec0fcc2d63820b9b68ee81825e32ec', 'first_butt_sex\r\n https://nhg.page.link/bMcm#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:17:27', 'web', '', NULL),
(6128, 'masterpiece860@yahoo.com', 'ca1a1229c0ba93f3a46b6f0083ec21e5', 'anal_big_sex\r\n https://ujc.page.link/RoR2#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:18:24', 'web', '', NULL),
(6129, 'skiba_skool_08@yahoo.com', '081fddccb9115a36aaa2bdd38c414b75', 'black_hunk_sex\r\n https://nhg.page.link/sw9E#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:19:26', 'web', '', NULL),
(6130, 'looi_daniel@yahoo.com', 'f53656652c4eb993bfb2cae31dfed391', 'annal_sex_videos\r\n https://ikd.page.link/6X8G#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:20:18', 'web', '', NULL),
(6131, 'warisn_ptimur@yahoo.com', 'c16bdf8d5a0bba5b2d7d961185ae04f0', 'free_hd_sex_video\r\n https://ijq.page.link/NcWk#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:21:16', 'web', '', NULL),
(6132, 'artihansda@gmail.com', '29c0c7552f63a23e82dd522559b709fb', 'fat_women_sex_porn\r\n https://olr.page.link/5WVR#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:22:13', 'web', '', NULL),
(6133, 'shaz_128@yahoo.com', '968a31782926ba51305945ddb9b0e44d', 'fat_girls_sex_pics\r\n https://nhg.page.link/kLAF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:23:11', 'web', '', NULL),
(6134, 'nurazierahhatta@gmail.com', '60af7292f6fff4762952189cdc8f0054', 'first_sex_pics\r\n https://nhg.page.link/APWW#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:24:03', 'web', '', NULL),
(6135, 'fadhlan_852003@yahoo.com', '7583aaae16667f78e0e86edd25ff2697', 'free_forced_incest_sex\r\n https://nlq.page.link/Jc6P#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:25:03', 'web', '', NULL),
(6136, 'fsyong@email.com', '42e7e311389901fe126154b907747926', 'anal_sex_in_pantyhose\r\n https://ujc.page.link/S5nK#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:25:54', 'web', '', NULL),
(6137, 'amirawatif_1984@yahoo.com', 'cef0aca3a7d8af8ac08c9a3007ce7238', 'asian_sex_forum\r\n https://ujc.page.link/9hfg#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:27:47', 'web', '', NULL),
(6138, 'abeim_74@yahoo.com.my', '486126d3795fdc375025d115a7352eea', 'buffy_lesbian_sex_scene\r\n https://okj.page.link/pCzC#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:28:45', 'web', '', NULL),
(6139, 'gadis053@yahoo.com', 'e537e9c3cfa400567bb6272395e4e1b4', 'amiture_sex\r\n https://ijq.page.link/x9nb#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:34:15', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(6140, 'arin_5869@yahoo.com', 'd6a3d036445ab544bdf3da80f3ccd8f2', 'family_guy_sex_galleries\r\n https://nhg.page.link/TJHT#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:35:09', 'web', '', NULL),
(6141, 'aefoz69@yahoo.com', 'e5e08abb14d24352306fd0fc6fed2a22', 'amateur_home_sex_videos\r\n https://vbf.page.link/VdR9#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:36:58', 'web', '', NULL),
(6142, 'yimingjon@gmail.com', '1d06c96b0ceee3ce26efd11ac24a1f5e', 'free_sex_store\r\n https://xsg.page.link/LdTG#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:37:53', 'web', '', NULL),
(6143, 'issbgan@yahoo.com', 'f12780ab6453ebccdbcb9301eed5a439', 'black_and_white_oral_sex\r\n https://ijq.page.link/5fpk#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:38:49', 'web', '', NULL),
(6144, 'dzin04@yahoo.com', 'e7e3c0b6ae5a31af0470989fcf861afa', 'fat_person_sex\r\n https://ijq.page.link/dTwr#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:39:51', 'web', '', NULL),
(6145, 'ipgksrwk@gmail.com', 'db69a85d2be1f7710ab1705aab858865', 'asian_sex_photo\r\n https://xsw.page.link/EWDf#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:41:40', 'web', '', NULL),
(6146, 'yatseng_qs@yahoo.com', 'a3dbfddaa2c22558f44dd7bb9b6c7b7d', 'free_hot_sex_clip\r\n https://nlq.page.link/3se4#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:45:18', 'web', '', NULL),
(6147, 'darkness_boyz88@yahoo.com', 'ffc9ddc647f1471142a23a30b7be7356', 'air_force_sex\r\n https://okj.page.link/EWQq#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:47:03', 'web', '', NULL),
(6148, 'andrec_agro@yahoo.com.br', '8d1772fb2424cfbf361509886ccc5d0e', 'angry_sex_music\r\n https://nlq.page.link/jk73#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:48:01', 'web', '', NULL),
(6149, 'seehengchop@yahoo.com', 'dd991b8be344931a80d20c3f21a32a69', 'amateur_group_sex\r\n https://ujc.page.link/CAL6#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:50:00', 'web', '', NULL),
(6150, 'suria@yahoo.com', '693ae3f8199d004cd245bcde1345835f', 'adult_cartoons_sex\r\n https://vbf.page.link/474f#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:53:29', 'web', '', NULL),
(6151, 'sheisdd_537@yahoo.com', 'd33ce7006d4c9227948ed65ef5f644ab', 'food_sex_tube\r\n https://xsw.page.link/JWnS#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:54:24', 'web', '', NULL),
(6152, 'sockkean.chua@gmail.com', '55ba56ddd4507d03cd1a620b6e67de94', 'finding_out_babies_sex\r\n https://nhg.page.link/KFfR#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:55:19', 'web', '', NULL),
(6153, 'jckeongwoo.ng@gmail.com', 'f587b5adc7c88ba62d91002cde961878', 'filipino_sex_thumbs\r\n https://nhg.page.link/JKs3#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:56:15', 'web', '', NULL),
(6154, 'balkish83@yahoo.com', '68b9f3447f04a610a66abfa252d9dd90', 'arab_home_sex\r\n https://ujc.page.link/5mZB#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:57:06', 'web', '', NULL),
(6155, 'nizwan_tech@yahoo.com', 'd023aeccb2ce6ee74b3f01d7e461694b', 'free_interracial_sex_tube\r\n https://vbf.page.link/wqEj#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:57:58', 'web', '', NULL),
(6156, 'dwkt2020@gmail.com', '675eb7309904e8e424392b861d32b6da', 'free_kids_sex_movie\r\n https://ujc.page.link/1pdH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 13:59:47', 'web', '', NULL),
(6157, 'azwananwar@rocketmail.com', '95dac4ac2e5d84915fbe3c86e53153ae', 'free_3d_sex_gams\r\n https://xsw.page.link/b8oA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:00:42', 'web', '', NULL),
(6158, 'mfaizal_02@yahoo.com', '0798ee4d2f4a8863b7c311208faaa35c', 'free_gay_asian_sex\r\n https://okj.page.link/Mbx8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:01:35', 'web', '', NULL),
(6159, 'devil_eyeshield@yahoo.com', '870a77aed4de1b38d23cf9b42cca89d5', 'asian_sex_mpegs\r\n https://xsg.page.link/gdS1#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:03:39', 'web', '', NULL),
(6160, 'calist84@yahoo.com', '85e9fcd12c2cf6bb1d00153fb7c66f58', 'free_3d_games_sex\r\n https://ikd.page.link/93gb#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:05:16', 'web', '', NULL),
(6161, 'zila_8784@yahoo.com.my', '42319b571ae39a3ce2bc33bcb32d3834', 'birthday_sex_live\r\n https://vbf.page.link/4r6m#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:06:07', 'web', '', NULL),
(6162, 'zul_ikhtar@yahoo.com', '743e7a5e51910ca3a64493047e3c3358', 'amature_asian_sex_video\r\n https://xsg.page.link/Uc2n#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:08:50', 'web', '', NULL),
(6163, 'itcakm@gmail.com', '01a93f71831c207f67bcf830a6762ce8', 'blowjob_sex_scenes\r\n https://olr.page.link/sfVp#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:09:44', 'web', '', NULL),
(6164, 'ganesan0836@gmail.com', 'c75ab18449a01e7e71a31961715651db', 'free_online_sex_rape_games\r\n https://nhg.page.link/JcKs#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:12:24', 'web', '', NULL),
(6165, 'shinodiana@yahoo.com', 'e24852b74f2ff5c5f0cc66f3840dd431', 'best_illustrated_sex_positions\r\n https://xsg.page.link/mh5P#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:13:17', 'web', '', NULL),
(6166, 'hazriibrahim@yahoo.com.my', '0a1fb04a84847bab70e655d8938e457b', 'big_sex_show\r\n https://vbf.page.link/nSsA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:14:17', 'web', '', NULL),
(6167, 'lichenmah711@gmail.com', '6d74a9a54c0cda08127e8925cbb02606', 'anal_sex_positions_videos\r\n https://nlq.page.link/M2qK#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:15:58', 'web', '', NULL),
(6168, 'ess_87acs@yahoo.com', '9ef97af93c8e46cca3c42d322353d794', 'free_onlin_sex\r\n https://ujc.page.link/Pp3j#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:17:42', 'web', '', NULL),
(6169, 'muhammadzakie@hotmail.com', '0f27130e7d28236122525e7573bb06b4', 'free_old_and_young_sex_pics\r\n https://nhg.page.link/vYab#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:18:37', 'web', '', NULL),
(6170, 'airistcess@gmail.com', 'a68cbb9246743eff97b8d6250aedbad3', 'bunnies_sex\r\n https://ujc.page.link/TDjq#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:19:30', 'web', '', NULL),
(6171, 'garfieldmao21@icqmail.com.my', 'e52cfd8d5f3fe0e97e1c15c4e307fd21', 'bdsm_sex_pic\r\n https://ikd.page.link/j2PQ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:21:18', 'web', '', NULL),
(6172, 'pamisangel86@yahoo.com', 'dbf25f6bf2611b36f68fc0cb8ccef811', 'full_anime_sex\r\n https://ikd.page.link/bbD7#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:22:10', 'web', '', NULL),
(6173, 'kben_raj@yahoo.com', 'cb320d89dd269398ff38c376a90c5c8f', 'ametuer_sex_movies\r\n https://ijq.page.link/56Vu#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:23:02', 'web', '', NULL),
(6174, 'purplestonesdnbhd@gmail.com', '8e250d0af55d7a5f0c3fcab82aa3749f', 'anal_gay_sex_videos\r\n https://okj.page.link/Yt61#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:24:44', 'web', '', NULL),
(6175, 'cikguliza208@gmail.com', '1487aa5d98859ebb74b6a8df1acf5b79', 'find_a_local_sex_partner\r\n https://xsg.page.link/2dd5#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:25:38', 'web', '', NULL),
(6176, 'fajzalis@yahoo.com', '6cf6e446c9c26e0644f62400381a8428', 'boy_sex_with_old_lady\r\n https://ikd.page.link/DjVz#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:28:25', 'web', '', NULL),
(6177, 'mus5780@gmail.com', '2ab7b9c413b3990caef52f8a1c384264', 'boy_sex_moves\r\n https://nhg.page.link/Djw7#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:30:14', 'web', '', NULL),
(6178, 'oerlinkon88@gmail.com', '16bd3759644cee739ad7e28597b89ace', 'big_booty_sex_tape\r\n https://ikd.page.link/9ACu#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:31:18', 'web', '', NULL),
(6179, 'manimala1402@yahoo.com', 'c1519c2ac6fce174161f48a494841d3c', 'best_anal_sex_movie\r\n https://ujc.page.link/qcGq#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:32:26', 'web', '', NULL),
(6180, 'kdzulkhairis@gmail.com', '2555ea5813f3622940ba1ceaa85d0d05', 'brazil_sex_resort\r\n https://nhg.page.link/WXdH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:33:04', 'web', '', NULL),
(6181, 'aske_37@yahoo.com', '33cefea8f794feb4a97faee2be083d9c', 'arabic_ass_sex\r\n https://ikd.page.link/8xiV#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:34:55', 'web', '', NULL),
(6182, 'bathworld_gallery@yahoo.com', '54c1e52e5d3e92f27c365bfd57df1afa', 'free_drugged_sex\r\n https://olr.page.link/PK53#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:35:49', 'web', '', NULL),
(6183, 'hanifafzan@ymail.com', 'e2c61fc9b2792f7019745d1b3130dff2', 'bride_sex_galleries\r\n https://xsg.page.link/KVpK#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:37:36', 'web', '', NULL),
(6184, 'hkhalil74@gmail.com', '716a6d01b261d72d08a5af1a1cfba625', 'funny_sex_video_clips\r\n https://ikd.page.link/GS1x#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:38:30', 'web', '', NULL),
(6185, 'boutiquelavina@gmail.com', 'eccbf27e2ce9f5fba3ce8d88b057b5dc', 'free_live_sex_chating\r\n https://nhg.page.link/iyeZ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:39:23', 'web', '', NULL),
(6186, 'between_angles_and_insects@yahoo.com', '4d2dcc5977a56f73ef2898502f890bd2', 'free_sex_cam_chats\r\n https://xsg.page.link/VA7b#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:40:15', 'web', '', NULL),
(6187, 'therezira@yahoo.com', 'b6c339a15b308f8516cc15b155fb9366', 'black_women_white_men_sex_videos\r\n https://ijq.page.link/6gr4#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:41:09', 'web', '', NULL),
(6188, 'premium1208@yahoo.com', '6dd10012be6558e913fd6b95585b3ae9', 'anal_hard_core_sex\r\n https://nhg.page.link/DpDQ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:42:04', 'web', '', NULL),
(6189, 'antonina.bazanovas@yandex.ru', '0f22151e737c6a711f559d69af0d0a11', 'asian_free_sex_porn\r\n https://xsg.page.link/3wHx#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:44:44', 'web', '', NULL),
(6190, 'doctormaheshjain@gmail.com', '7631773836384375254e3b9f9fd0e3a6', 'black_mother_and_son_sex\r\n https://ijq.page.link/APwL#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:45:40', 'web', '', NULL),
(6191, 'natu_sea@hotmail.com', 'd3a50813d445c52ea1088570f2cad2e2', 'asian_sex_stars\r\n https://xsg.page.link/tiiy#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:47:35', 'web', '', NULL),
(6192, 'sameruchemical@gmail.com', '59ba00026dd08fe2309c751aa390cdc1', 'black_and_white_women_sex\r\n https://ijq.page.link/dkV5#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:49:24', 'web', '', NULL),
(6193, 'femcivrogner@gmail.com', 'd8fe1239f9b718b471fb2f9bfe59fc3a', 'free_old_young_sex_pics\r\n https://nlq.page.link/bJat#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:50:18', 'web', '', NULL),
(6194, 'drsinemgezer@gmail.com', 'be2ee7b3efc317f3fab3a1ab7e35f4e8', 'adult_sex_on_line\r\n https://okj.page.link/DkRb#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:52:04', 'web', '', NULL),
(6195, 'michalbialy@yahoo.com', 'd5ab26b44ba0aa2aa992fa2f5cd3c57e', 'black_school_sex\r\n https://vbf.page.link/Xs7m#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:52:58', 'web', '', NULL),
(6196, 'jmkanemd@gmail.com', 'c083ec73d0fc3b30678099fabf8b6910', 'amature_wife_sex\r\n https://xsg.page.link/UAaJ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:53:52', 'web', '', NULL),
(6197, 'azreen00@yahoo.com', '0e252a6358db7f690f4fdb3819c8585d', 'free_cyber_sex_cam\r\n https://ijq.page.link/ft83#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:54:47', 'web', '', NULL),
(6198, 'sidekusman71@gmail.com', 'd5a550d85ddc84902c1768384ef4fcb5', 'forced_hardcore_sex\r\n https://okj.page.link/7X3Q#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:55:41', 'web', '', NULL),
(6199, 'uzlahrabbaniah@yahoo.com', '6c7c7f3987f34dabdf0deb7e589c768a', 'best_sex_toys_ever\r\n https://olr.page.link/Y7MP#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:56:37', 'web', '', NULL),
(6200, 'shiqish@hotmail.com', '008d2ff934deef83ea0290e2c4813ac8', 'black_celeb_sex_scene\r\n https://nlq.page.link/Zif5#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:57:30', 'web', '', NULL),
(6201, 'jamaliah0911@gmail.com', '83694206ea4c4a17ea174e3d684f5f96', 'boogie_nights_julianne_moore_sex\r\n https://ikd.page.link/oGJu#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:58:25', 'web', '', NULL),
(6202, 'yana_hyt@yahoo.com', '3fee2c971675966974246e40761453d0', 'amateur_mature_sex_pics\r\n https://nlq.page.link/7avb#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 14:59:18', 'web', '', NULL),
(6203, 'rezalrezal34@gmail.com', '41911ccffd8da9813b19653fe1f2f7a4', 'free_video_of_oral_sex\r\n https://olr.page.link/vueQ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:01:12', 'web', '', NULL),
(6204, 'gohyx1@gmail.com', 'ce751b6111b1d51143f701192c3e770a', 'anime_sex_video\r\n https://okj.page.link/3RfH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:03:01', 'web', '', NULL),
(6205, 'sb.littlecaliphs@gmail.com', '785cbd8353408271f0fbab9835238816', 'female_orgasm_without_sex\r\n https://ujc.page.link/NKpd#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:03:56', 'web', '', NULL),
(6206, 'ainaa_saranghaeyo@yahoo.com', '17f8b917e1cfc39a1333ba38159231e2', 'big_cock_group_sex\r\n https://okj.page.link/nmXC#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:07:05', 'web', '', NULL),
(6207, 'hajadi_sb@yahoo.com', 'ae906922895d7edf960a155006a9622b', 'asian_sex_partners\r\n https://olr.page.link/iW1L#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:12:22', 'web', '', NULL),
(6208, 'azirsa06@yahoo.com', '9218312ae32edd93ae2012a89b1538b0', 'fucked_sex_video\r\n https://nlq.page.link/LD6j#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:14:10', 'web', '', NULL),
(6209, 'alghazinaftur@yahoo.com', 'fbd8a22ac1ad962c64af35955cfb9e6b', 'black_cock_anal_sex\r\n https://xsw.page.link/1YbE#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:15:04', 'web', '', NULL),
(6210, 'alackes@gmail.com', '5509aee6f00d610d8b241a1c6ef07d8f', 'birhday_sex_remix\r\n https://olr.page.link/6KQj#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:17:05', 'web', '', NULL),
(6211, 'chek_pus@yahoo.com', 'ccb98447185b0f6ca73f13543c9d7722', 'ameteur_sex_tapes\r\n https://ijq.page.link/jCf8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:17:53', 'web', '', NULL),
(6212, 'tk.bell@yahoo.com', '0fd9f72ab12b784d4256499289c59d38', 'alyson_hannigan_sex_tape\r\n https://xsg.page.link/KEtc#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:18:48', 'web', '', NULL),
(6213, 'serikamparjaya@gmail.com', 'fe0a76c29ca56343c610bec6adf32b3b', 'amateur_forum_sex\r\n https://nhg.page.link/XdLA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:19:43', 'web', '', NULL),
(6214, 'rukiaorihime@rocketmail.com', 'c82fc37642eafd48f10ab0ecb7ec1d1f', 'best_sex_in_movie\r\n https://vbf.page.link/CHsy#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:20:41', 'web', '', NULL),
(6215, 'farhan_hokage@yahoo.com', '9c97cff541e3f0f960e2966dfa3365c1', 'bareback_sex_with_women\r\n https://okj.page.link/kt8v#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:21:33', 'web', '', NULL),
(6216, 'choochooteams@gmail.com', '2dbc68d963ccac297820a49358db0468', 'free_married_couple_sex_videos\r\n https://okj.page.link/oKPQ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:23:18', 'web', '', NULL),
(6217, 'yerforklift@gmail.com', 'a5faa85a1f33e568410682618f5b4671', 'anal_sex_porn_clips\r\n https://okj.page.link/UTVt#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:25:06', 'web', '', NULL),
(6218, 'minghuigao0511@gmail.com', '15b7fc3c59246892ef69869d31d1f16c', 'free_sex_webcam_online\r\n https://ujc.page.link/3Xne#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:26:00', 'web', '', NULL),
(6219, 'rbajaj1375@gmail.com', '3618eeb9522a55264b961be27854b7fa', 'free_gay_videos_sex\r\n https://ikd.page.link/9qt2#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:27:00', 'web', '', NULL),
(6220, 'n_nadiah@yahoo.com', 'c755a54ca5b9dec8d13edbea180d338d', 'amature_car_sex\r\n https://ijq.page.link/dUzQ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:27:57', 'web', '', NULL),
(6221, 'nkc838@yahoo.com', '652e70ebb23483b5ba00d4256484443b', 'big_love_sex_scene_video\r\n https://xsg.page.link/6m7q#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:28:51', 'web', '', NULL),
(6222, 'amalina_ashraf@yahoo.com', '5f2e955cb772e76ab077d9ac4817e50a', 'fetisch_latex_sex\r\n https://nhg.page.link/Bkvj#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:31:42', 'web', '', NULL),
(6223, 'foresthouse.md@gmail.com', 'dfdb4cf0fcbdd0df02d3d62b6c3c3ba1', 'amiture_sex\r\n https://ijq.page.link/g1rS#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:32:40', 'web', '', NULL),
(6224, 'caritasdnbhd@gmail.com', '034b879191ba5abe8ceebc920860be2e', 'anna_nicole_smith_sex_video\r\n https://ikd.page.link/zy3W#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:33:33', 'web', '', NULL),
(6225, 'geetanjali.sundaram@gmail.com', '70835d5721c096bf0d6d0a1e014a294a', 'free_pov_sex_videos\r\n https://xsw.page.link/NPEx#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:34:30', 'web', '', NULL),
(6226, 'hui5006@yahoo.com', '6f7efc1d6de6cb20b2507404e876a25e', 'bizarre_porn_sex\r\n https://ujc.page.link/cvqS#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:36:20', 'web', '', NULL),
(6227, 'irane_soyaa83@yahoo.com.my', 'f083470115cb0c3e5b84dec479c10413', 'boy_anime_sex\r\n https://xsg.page.link/41a9#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:37:19', 'web', '', NULL),
(6228, 'rbintr@gmail.com', '356809b50b1aa1836f6ceaed57a3e779', 'asian_blonde_sex\r\n https://xsg.page.link/F9Yu#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:38:18', 'web', '', NULL),
(6229, 'taskauniversalrnrqaseh@gmail.com', '3f92171460639ada39508f801f16a6fa', 'boy_and_girl_having_sex_porn\r\n https://nlq.page.link/beZi#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:39:16', 'web', '', NULL),
(6230, 'darwisya@hotmail.com', '6f07b837cb89d0944191dc87be4515ff', 'free_full_celebrity_sex_tapes\r\n https://nhg.page.link/ykmU#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:40:09', 'web', '', NULL),
(6231, 'misz_sasha@ymail.com', '9ef759044606d68ec46147005afa7479', 'free_online_sex_stream\r\n https://olr.page.link/FxYf#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:41:04', 'web', '', NULL),
(6232, 'deepjoshipura@gmail.com', '0ca384d31c0880c5b406d91a083ad50b', 'free_home_made_sex_vedio\r\n https://xsg.page.link/xMd1#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:42:59', 'web', '', NULL),
(6233, 'hanna.nfs205@gmail.com', '0407ab0cba58540e82f0de760102426e', 'boy_and_dad_sex\r\n https://xsw.page.link/99GG#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:43:58', 'web', '', NULL),
(6234, 'blankclemens@gmail.com', '257d45e03c78000f8d30516984c4f639', 'free_one_on_one_sex_chat\r\n https://okj.page.link/Y3hj#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:44:54', 'web', '', NULL),
(6235, 'charlie.ct.hsu@gmail.com', 'eb4fc2e5dcdd8e4f6379751b5d15ce86', 'ass_sex_blog\r\n https://ijq.page.link/yYbS#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:50:33', 'web', '', NULL),
(6236, 'masakazu_heiki@yahoo.com', 'd5b29562bed412879ae44e8fae4c5495', 'free_cyber_sex_game\r\n https://okj.page.link/XEEY#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:51:29', 'web', '', NULL),
(6237, 'icemeethemast@gmail.com', '4cd8d139446c9bf7b44f8836e43752a0', 'actress_nude_sex_videos\r\n https://nhg.page.link/QqWR#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:52:30', 'web', '', NULL),
(6238, 'azie_115050@yahoo.com', '26a908d288b24b852a102afdfc1e1453', 'free_hentai_sex_videos_online\r\n https://xsg.page.link/1L5A#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:53:23', 'web', '', NULL),
(6239, 'wle_8697@yahoo.com', '81207b6f3d3f6f824de2ebba0f7877e7', 'amature_sex_video\r\n https://ujc.page.link/n37r#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:54:20', 'web', '', NULL),
(6240, 'ibrahimazman@ymail.com', '8afc8e572c78512adcfc5272fb759446', 'big_brother_sex_clip\r\n https://ujc.page.link/hxpe#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:55:18', 'web', '', NULL),
(6241, 'uesbuesb@gmail.com', '25c326f70b3d5747150901967a8ddc48', 'free_sex_videos_of_pregnant_women\r\n https://nlq.page.link/neyq#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:56:13', 'web', '', NULL),
(6242, 'mohdaliasyaz@yahoo.com', 'bcec8550259bae07894c04700e0cd683', 'free_online_movie_sex_scenes\r\n https://ikd.page.link/zaiU#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:57:08', 'web', '', NULL),
(6243, 'eisk_p2@yahoo.com', '0aade5c248adf69345c4b28df4ba5e43', 'asian_sex_movies_online\r\n https://xsg.page.link/BAfF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 15:58:07', 'web', '', NULL),
(6244, 'harukin218@gmail.com', 'aaeb920a727eecf18e039cf1f835c4ff', 'big_black_dick_anal_sex\r\n https://xsg.page.link/sNBG#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:00:58', 'web', '', NULL),
(6245, 'aisnow7@gmail.com', 'fc84f9ddbe13fd817ee965724cef3362', 'amateurs_home_sex_videos\r\n https://ujc.page.link/3TPG#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:01:59', 'web', '', NULL),
(6246, 'fadiladha93@yahoo.com', 'ab9eae0a333834c7eccba957b62f1d5c', 'female_sex_health\r\n https://vbf.page.link/R8Qx#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:04:48', 'web', '', NULL),
(6247, 'rixsnoel@gmail.com', '21be9b21bec92573827d3c5fa1f79fa3', 'asian_women_sex\r\n https://xsg.page.link/zPho#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:05:41', 'web', '', NULL),
(6248, 'jass_mn@yahoo.com', '797d152bd6c1c7e50e5742a80eb5d769', 'best_mobile_sex\r\n https://ikd.page.link/J9Ek#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:06:38', 'web', '', NULL),
(6249, 'bdklanggoq@yahoo.com', 'ea42e336c3e950741a0f539bb95209c1', 'brazilian_sex_clubs\r\n https://ujc.page.link/oMoa#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:08:31', 'web', '', NULL),
(6250, 'wanyue.chan@gmail.com', 'dd98e58f9f21e9f6fb8abc85fae2a1ea', 'all_celeb_sex\r\n https://ijq.page.link/SArV#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:09:32', 'web', '', NULL),
(6251, 'pakarkewangan1.consultant@gmail.com', 'aed6779aded45a5e578ff8a40e701cf9', 'alien_sex_fiend_information_overload\r\n https://ikd.page.link/dxof#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:10:24', 'web', '', NULL),
(6252, 'hunnystar13@yahoo.com', 'b334ed5aacc3f6e7e91ddb51df17a061', 'bathroom_sex_pictures\r\n https://vbf.page.link/jUAY#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:11:20', 'web', '', NULL),
(6253, 'suziniarif@gmail.com', '9c1364444738ec7f76ef5a6e9df7aa74', 'asian_free_sex_videos\r\n https://ujc.page.link/yV6t#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:13:12', 'web', '', NULL),
(6254, 'zubaida.baharuddin@gmail.com', '069460e04b1c2514dfffd7cf548e64ba', 'bareback_interracial_sex\r\n https://okj.page.link/EG7x#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:14:09', 'web', '', NULL),
(6255, 'kedah.hamper@gmail.com', 'fd3c8c29e89af8140c932cd0057d4b89', 'free_streaming_sex_flash_videos\r\n https://xsw.page.link/KSnP#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:15:04', 'web', '', NULL),
(6256, 'ammonia_nh08@yahoo.com', '0cd94b8450434fd40e126d7a39e3d4d2', 'become_a_phone_sex_operator\r\n https://okj.page.link/Lb4C#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:16:00', 'web', '', NULL),
(6257, 'aper2_na@yahoo.com', '1a3ebbb45bf665c4bfc52faae0babea8', 'best_free_black_sex\r\n https://vbf.page.link/1TA7#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:16:59', 'web', '', NULL),
(6258, 'mn.fiamma@gmail.com', '4362b73b996b1d0abc9c3a2224a3b850', 'free_big_tits_sex_videos\r\n https://ujc.page.link/VZER#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:18:04', 'web', '', NULL),
(6259, 'mohdyusof83@yahoo.com', '400775cd3298e5882f25a192c0f137f7', 'anal_sex_penetration\r\n https://nlq.page.link/irab#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:19:49', 'web', '', NULL),
(6260, 'sumatah24@gmail.com', '7ae797212ce8eef436da3b9f87e1c218', 'female_to_female_sex\r\n https://okj.page.link/vzkr#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:20:48', 'web', '', NULL),
(6261, 'noorul_rano@yahoo.com', '537a9b7ceed41dca383087f6ffeed50d', 'free_sex_on_youtube\r\n https://ikd.page.link/WThv#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:24:30', 'web', '', NULL),
(6262, 'mart.ann.maz@gmail.com', 'e740226370809c738877b82fc6a89484', 'big_booty_bbw_sex\r\n https://ijq.page.link/hYbz#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:26:22', 'web', '', NULL),
(6263, 'a9704119@hotmail.com', '68847c18fe834f59f76571b4e27b01a4', 'best_sex_ever_sexy_pictures\r\n https://okj.page.link/g6J9#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:27:17', 'web', '', NULL),
(6264, 'chandala.chitgupi@gmail.com', '62911b1a8dcd7143c0afdecd754c4a3a', 'asian_on_asian_sex\r\n https://ikd.page.link/9CiX#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:29:29', 'web', '', NULL),
(6265, 'yusraimie_awang@yahoo.com', 'eb04a684d8e8652dcb7501f0d312b3da', 'arabic_sex_story\r\n https://okj.page.link/4rYz#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:30:14', 'web', '', NULL),
(6266, 'wojtek.florjanski@gmail.com', '858b8a2b8dc9cd463d8d9cff1e332fd3', 'bbw_sex_movie_galleries\r\n https://xsg.page.link/6qtq#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:31:09', 'web', '', NULL),
(6267, 'skys_ultimate@yahoo.com', '60b9e1bcd2ba18d41afca7492d3375d5', 'bi_sex_mmf\r\n https://ikd.page.link/42xn#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:33:13', 'web', '', NULL),
(6268, 'fizlahj@gmail.com', '370233957eada28a36257f46c5c37c16', 'breasts_sex_pictures\r\n https://nhg.page.link/APWW#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:34:00', 'web', '', NULL),
(6269, 'ayda_blitz@yahoo.com', 'a2a2f2d1df8ab74ab2ae38a48e075128', 'fre_sex_cams\r\n https://ikd.page.link/RFjD#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:36:50', 'web', '', NULL),
(6270, 'hana_cun18@yahoo.com', 'eef9b2513985cceb117fe1c9064a497b', 'arab_sex_forums\r\n https://ijq.page.link/PK53#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:38:43', 'web', '', NULL),
(6271, 'milexcxvx@mail.ru', '2d43d44e102802488009fe4c373256c3', 'asian_beastiality_sex\r\n https://nhg.page.link/cHRG#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:39:46', 'web', '', NULL),
(6272, 'mfaisal2405@gmail.com', '327b09ecd82fd465c6642437e95099df', 'amateur_homemade_sex_movies\r\n https://xsg.page.link/REYx#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:42:27', 'web', '', NULL),
(6273, 'temakaujawa@yahoo.com', '69d5f5fd2b9deb8673c0bac7f1ef38ea', 'brazilian_sex_orgies\r\n https://vbf.page.link/f6m8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:43:22', 'web', '', NULL),
(6274, 'ezzamuszrina@gmail.com', '7877fd9c0a2373ca9a1912599ff2b265', 'fuck_women_sex\r\n https://ijq.page.link/W7s4#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:44:18', 'web', '', NULL),
(6275, 'general3.simewood@gmail.com', 'a292cf9e5dc0bd5bcf8bebce37c7c1d7', 'free_3d_family_sex\r\n https://olr.page.link/Vzrn#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:45:13', 'web', '', NULL),
(6276, 'winson6389@hotmail.com', '3c3c98424a235cb1c1e1eea121f2f916', 'bollywood_sex_photo_gallery\r\n https://nlq.page.link/1hrC#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:47:04', 'web', '', NULL),
(6277, 'siakscont@hotmail.com', 'ee2f59713728bd31cb12108278aade75', 'briteney_spears_sex\r\n https://ikd.page.link/ShC2#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:48:10', 'web', '', NULL),
(6278, 'ankita2305patel@gmail.com', '0910ad77a29d31f7d7ecd35129b868d8', 'big_brother_sex_hot\r\n https://xsg.page.link/dKeR#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:48:58', 'web', '', NULL),
(6279, '83f1042e43309152e2bf4fd926945e14e6c0694a@gmail.com', '4a54e6261617c3b25f7b2fc32a8278b0', 'big_sex_stories\r\n https://ijq.page.link/XDMv#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:49:58', 'web', '', NULL),
(6280, 'stacey_joanna@yahoo.com', 'dbc74452acfb42a7f620d1eea35aefc5', 'avatar_sex_games_online\r\n https://xsg.page.link/8NVf#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:52:47', 'web', '', NULL),
(6281, 'nurulhas90@gmail.com', '46235ee484cfb2a49eeddc171780105f', 'free_wife_sex_stories\r\n https://okj.page.link/QK4N#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:54:33', 'web', '', NULL),
(6282, 'michaelwenzel2946@gmail.com', 'a7fbbc9fd54cbbc82b5ea75b8fe33d6e', 'best_japan_sex\r\n https://ijq.page.link/fvDF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:56:24', 'web', '', NULL),
(6283, 'rafiza.abdulrahim@yahoo.com', '4720b025137c1bc523ce9f04d7b59a4e', 'amateur_sex_websites\r\n https://nhg.page.link/azMf#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:58:19', 'web', '', NULL),
(6284, 'en.single@yahoo.com', '105b37793c060f8b9dd43947e94a4de8', 'female_amputee_sex\r\n https://nlq.page.link/QWKn#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 16:59:14', 'web', '', NULL),
(6285, 'sonieriksen@yahoo.com.my', '8d9543a56d874552e2ce64aac2c77d29', 'arab_women_and_sex\r\n https://xsw.page.link/CMj3#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 17:00:12', 'web', '', NULL),
(6286, 'jayvadan04@yahoo.com', '7a0ce31a8897a9e5a9b8cbf4ff1c205c', 'best_movie_sex_scenes_videos\r\n https://vbf.page.link/2DA6#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 17:01:09', 'web', '', NULL),
(6287, 'pakardhq@gmail.com', 'bcd1f99dea626f7a9d936557a1fe7c13', 'britiney_spears_sex\r\n https://okj.page.link/dg97#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 17:02:06', 'web', '', NULL),
(6288, 'hasf_rezal@yahoo.com', '0b82b5eeba7382273e2edfd8a3d1cc4a', 'brass_sex\r\n https://okj.page.link/BfjW#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 17:03:02', 'web', '', NULL),
(6289, 'aysebulbuladam@gmail.com', 'f957e2ac37133f9ec496b327256a41e5', 'full_free_sex\r\n https://vbf.page.link/BgCP#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 17:03:56', 'web', '', NULL),
(6290, 'norfadzilayusof@gmail.com', '5228ca753468a7f35684335532e8c679', 'b46b_sex\r\n https://ikd.page.link/itGG#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 17:04:53', 'web', '', NULL),
(6291, 'emredemir82@gmail.com', '9ffca3d575b326d09626ae8a089374c2', 'asian_sex_boys\r\n https://ikd.page.link/GkDw#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 17:05:52', 'web', '', NULL),
(6292, 'hurule_grabix@yahoo.com', 'a446483bc7cae0625a1715bf8cfbdf2c', 'amateur_forced_sex_videos\r\n https://okj.page.link/NAjH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 17:07:43', 'web', '', NULL),
(6293, 'rienzo126@gmail.com', '7ef8738cd4f5c4363ad270ff6d13669a', 'free_hentai_lesbian_sex\r\n https://xsw.page.link/ShkA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 17:10:31', 'web', '', NULL),
(6294, 'm.amith1986@gmail.com', '77749deb8ef6735c6ed90b4fc62d18d3', 'amateur_sex_swing\r\n https://vbf.page.link/JUFM#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 17:13:16', 'web', '', NULL),
(6295, 'ltefactory@gmail.com', 'ce2a27c899a5813242d47304e3b83dce', 'brutal_sex_comics\r\n https://olr.page.link/S5LY#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 17:15:13', 'web', '', NULL),
(6296, 'malaysiahotelss@gmail.com', 'e76105e472e49a390bea52d66e373ba0', 'british_sex_movies\r\n https://nhg.page.link/rog4#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 17:18:10', 'web', '', NULL),
(6297, 'mizz_purple87@yahoo.com', '6f928775de6320746bbaa54cd5787612', 'free_web_cams_sex\r\n https://olr.page.link/E97R#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 19:45:50', 'web', '', NULL),
(6298, 'ali.maged32@gmail.com', '80c4bacd86f4bc2c271463d8b6df46a6', 'fat_black_women_having_sex\r\n https://xsg.page.link/BCv1#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 19:46:53', 'web', '', NULL),
(6299, 'srijentayu@gmail.com', 'a056a305149e8045adbce60cf9cd4ac8', 'free_tranny_sex_cams\r\n https://nhg.page.link/gaJN#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 19:47:58', 'web', '', NULL),
(6300, 'zhangl301@hotmail.com', '64b5e9bfba71ba9051728de377303cc6', 'ass_sex_women\r\n https://ijq.page.link/UTHx#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 19:49:02', 'web', '', NULL),
(6301, 's.gmaiya@gmail.com', '3321acce383b2be348861993e318e2d3', 'asian_amatuer_sex_videos\r\n https://vbf.page.link/E6zm#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 19:50:05', 'web', '', NULL),
(6302, 'seonlim_hr@hotmail.com', '43d4fd30ab61b5e6d8ca785d5d99f11e', 'big_brother_uk_sex\r\n https://nhg.page.link/kLAF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 19:51:07', 'web', '', NULL),
(6303, 'hatemeasido@yahoo.com', '43b4bcf48dbc5b59f133d28c6a569f15', 'bedtime_sex_stories\r\n https://ijq.page.link/nvQD#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 19:52:12', 'web', '', NULL),
(6304, 'julia_catelina@yahoo.com', 'c44d168e22b60fc98b29800bb4d6c1bd', 'free_big_girl_sex\r\n https://xsg.page.link/cmFL#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 19:53:19', 'web', '', NULL),
(6305, 'cshsb25301@gmail.com', 'b3b9fa09dfd5ca2130bb4e8007583e99', 'free_group_sex_vids\r\n https://vbf.page.link/GdT9#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 19:55:29', 'web', '', NULL),
(6306, 'sli1953@yahoo.com', '8ec3ac7f07ce405a4f7fce532e9fb4d3', 'anal_dildo_sex_videos\r\n https://olr.page.link/qEiK#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 19:56:31', 'web', '', NULL),
(6307, 'black_sweetgal@yahoo.com', '79f4b19ce4e3a1329fa97cf144f0fb07', 'birthday_sex_remix_dj\r\n https://okj.page.link/RzqH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 19:57:37', 'web', '', NULL),
(6308, 'derrickaxis@gmail.com', 'cc76e9796196cee82a3a1ac5934d59c3', 'adult_sex_play\r\n https://nlq.page.link/Ab9h#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 19:59:47', 'web', '', NULL),
(6309, 'dee.in@rediffmail.com', 'e6ecb82051a1a7cd38a60403ac9fefbb', 'aris_hilton_sex_video\r\n https://olr.page.link/v3jy#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:01:59', 'web', '', NULL),
(6310, 'aldymatravel@mail.com', '818a43f5cc46e2411e4624a854671e62', 'black_3gp_sex\r\n https://nlq.page.link/ChDv#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:07:32', 'web', '', NULL),
(6311, 'Violet_5529@yahoo.com', '47562bb0ee9ea0d0ee8ae2fa4d7e1273', 'free_webcam_sex_clips\r\n https://xsg.page.link/zH71#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:08:38', 'web', '', NULL),
(6312, 'ana.mzahar@gmail.com', 'a6fd5b900f174b7a755ac9df38fd27b4', 'family_guy_no_sex\r\n https://ijq.page.link/UktB#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:09:45', 'web', '', NULL),
(6313, 'norabarakah@gmail.com', '8dc41853bff79ac51d8d1861472bb15f', 'brittney_skye_sex\r\n https://ujc.page.link/6sPS#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:12:59', 'web', '', NULL),
(6314, 'jader_junqueira@yahoo.com.br', 'c4dbc3e079508ca3be89bc3a004730d0', 'asian_sex_web\r\n https://ijq.page.link/WJzG#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:14:05', 'web', '', NULL),
(6315, 'mohdashroyhafidzal@gmail.com', '7bee24d3addc2f0355edf83997b3c019', 'black_girls_haveing_sex\r\n https://xsw.page.link/gBBp#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:15:11', 'web', '', NULL),
(6316, 'ravinther_2005@hotmail.com', '1dec53badd24b16d7c6015fefeced197', 'birthday_sex_official\r\n https://nhg.page.link/PVrf#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:16:16', 'web', '', NULL),
(6317, 'habibahmohd_6183@yahoo.com', '020b81fdc113ec67d001c012f3b9d199', 'all_nude_sex\r\n https://ujc.page.link/jB7H#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:17:24', 'web', '', NULL),
(6318, 'fadilah_1511@yahoo.com', '0b2e14677a91a33693f8f3765a03a969', 'flavor_of_love_delicious_sex_tape\r\n https://vbf.page.link/HsWM#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:20:39', 'web', '', NULL),
(6319, 'blooded_sucked@yahoo.com', '8d70b07842c7befbec349d1925bd9524', 'free_online_anal_sex_movies\r\n https://ijq.page.link/x6cH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:22:47', 'web', '', NULL),
(6320, 'anuarisa82@yahoo.com', '7f261079d5157d54a546ee369f929cb2', 'anime_sex_quiz\r\n https://ikd.page.link/zmdn#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:24:53', 'web', '', NULL),
(6321, 'soekwheiwong@yahoo.com', '635cd451d1115cca58b3cd003b20ea7e', 'arabic_fucking_sex\r\n https://xsw.page.link/by9A#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:25:57', 'web', '', NULL),
(6322, 'bunhoong6373@gmail.com', 'b6e78ffbc6c2f362e3044bc21f3858d2', 'adult_diaper_sex\r\n https://nlq.page.link/goYR#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:32:29', 'web', '', NULL),
(6323, 'ibsns20@gmail.com', 'bf9b4543919af7e0d75a20e296c12d89', 'bdsm_sex_torture\r\n https://xsg.page.link/rrjF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:33:37', 'web', '', NULL),
(6324, 'gayathrijay_85@yahoo.com', 'ef58403491f52b16a6b594209e39261c', 'anal_stretching_sex\r\n https://olr.page.link/rDCj#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:36:52', 'web', '', NULL),
(6325, 'massi.natale@gmail.com', '9f50d270dd2d27f7081cefb61e1e68bf', 'feeds_sex\r\n https://xsw.page.link/4AJD#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:40:08', 'web', '', NULL),
(6326, 'panjashree19@gmail.com', '982f5bdb4d0d1d28b10ac8c76837e467', 'free_sex_erotic_videos\r\n https://xsw.page.link/tpqC#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:41:12', 'web', '', NULL),
(6327, 'wee888@yahoo.com', '68e8af5fa6796034478f071c237cc956', 'birthday_sex_dj\r\n https://ikd.page.link/2aKk#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:42:17', 'web', '', NULL),
(6328, 'jeff_fahmy@yahoo.com', 'eeb5c413184444893f725aaf2626da3a', 'free_full_celebrity_sex_tapes\r\n https://xsw.page.link/mPRU#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:44:31', 'web', '', NULL),
(6329, 'liangdanling@hotmail.com', '29e59ec1c347948fdf9638698c900df2', 'first_anal_sex_video\r\n https://ujc.page.link/rpu1#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:45:38', 'web', '', NULL),
(6330, 'piyushkalra22@gmail.com', '8b289357ad4b412fa6b13c5378be668d', 'big_black_dick_anal_sex\r\n https://olr.page.link/56Vu#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:46:45', 'web', '', NULL),
(6331, 'fcphhr@gmail.com', 'd55b0f4883e977fecdefa8ad78a55abb', 'best_sex_toy_for_woman\r\n https://nlq.page.link/T7pq#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:49:57', 'web', '', NULL),
(6332, 'ainzakariah87@gmail.com', 'c16fc44b340100181955d0dc6b6513e9', 'free_sex_cyber_chat_rooms\r\n https://xsw.page.link/zTsP#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:51:00', 'web', '', NULL),
(6333, 'lunawany@gmail.com', '8b45204d9b5335af2fad6ebaa561153b', 'ashley_tisdale_having_sex_with_zac_efron\r\n https://ujc.page.link/gr48#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:52:06', 'web', '', NULL),
(6334, 'aziemharis@yahoo.com', 'a1dac77abe1f2094740c4d93cae9c44e', 'free_real_forced_sex\r\n https://ujc.page.link/h1Zf#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:53:11', 'web', '', NULL),
(6335, 'derry_blue@yahoo.com', 'ef7533da110c69e724b9f5b72bc5b37c', 'free_amature_mature_sex\r\n https://okj.page.link/rrcR#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:55:23', 'web', '', NULL),
(6336, 'kstee.msense@gmail.com', 'a80f2cf4f65d7e789485f2932333170c', 'bdsm_sex_positions\r\n https://xsg.page.link/KYua#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:57:34', 'web', '', NULL),
(6337, 'samuro_08@yahoo.com.mx', 'a3a89539651c41a3349980c2968608bb', 'amature_homemade_sex_video\r\n https://okj.page.link/g6J9#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 20:59:47', 'web', '', NULL),
(6338, 'navid_a30@yahoo.com', '609acdaeb7ffbb3efcec41c508446bf1', 'bizarre_porn_sex\r\n https://ujc.page.link/3Z94#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:00:51', 'web', '', NULL),
(6339, 'gigs_haha@yahoo.com', '8ae90fdc55f0eb47463a707a91f72748', 'amature_oral_sex\r\n https://ujc.page.link/nnkk#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:01:57', 'web', '', NULL),
(6340, 'rreddy375@yahoo.com', '3821cf0ab3df7e9f8cfa19f9fdc9af3d', 'anime_sex_nude\r\n https://xsw.page.link/Eb8H#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:03:02', 'web', '', NULL),
(6341, 'azzrie.zawawi@gmail.com', '63dc0c811ae6bad9bee03d9b8830a8cd', 'boy_tube_sex\r\n https://ikd.page.link/PAAV#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:04:07', 'web', '', NULL),
(6342, 'benveccorporation@gmail.com', 'ca04499868e83d6a845dcd88dd370e4f', 'alien_3d_sex\r\n https://ikd.page.link/6k9B#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:05:14', 'web', '', NULL),
(6343, 'rathika_psg@yahoo.com', '004822937cb7a46223cf78e2512a2b32', 'free_sex_games_online\r\n https://ijq.page.link/d7bY#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:06:18', 'web', '', NULL),
(6344, 'kekule_117@yahoo.com', 'e237c3d7ecdac7bb21aecff1f16ed466', 'asian_gril_sex\r\n https://olr.page.link/HE9a#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:09:34', 'web', '', NULL),
(6345, 'muhd_azmir@gmail.com', '1df1b6e02c2320505897f88e39315751', 'free_adult_anime_sex_games\r\n https://xsw.page.link/VkpY#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:11:46', 'web', '', NULL),
(6346, 'mrjoy_dakjohor@yahoo.com', '27eed978fe13b2f23cef4400e77c982e', 'full_penetration_sex\r\n https://ujc.page.link/rpu1#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:12:50', 'web', '', NULL),
(6347, 'zueziilla@yahoo.com', '05e36523db6821ab52dbf0fca9377a17', 'foods_for_good_sex\r\n https://xsw.page.link/38yt#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:13:57', 'web', '', NULL),
(6348, 'bukhari_93viv@yahoo.com', 'cee47e45a89e751b8df0a7025be77c64', 'best_sex_toy_for_woman\r\n https://xsw.page.link/E8NS#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:16:10', 'web', '', NULL),
(6349, 'waja116@yahoo.com', '0089ebac750910cb276035117acc76da', 'free_sex_pon\r\n https://vbf.page.link/jFpF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:18:22', 'web', '', NULL),
(6350, 'naqiea@yahoo.com', '96360d8a3afb7ad96b4b6cabb5c741ff', 'adult_sex_tubes\r\n https://ujc.page.link/JjFc#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:19:25', 'web', '', NULL),
(6351, 'bhima.ou@gmail.com', '9a537d9953fd998035e65e5d77b2a450', 'addicted_to_sex\r\n https://nlq.page.link/SK7e#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:20:29', 'web', '', NULL),
(6352, 'agritechmalaysia@gmail.com', '130fd689b00079b4ae7a0568ca0e8a96', 'first_sex_story\r\n https://ikd.page.link/TPZx#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:21:36', 'web', '', NULL),
(6353, 'jmcwsb@gmail.com', 'cab3e1e2a46a625536ef74f1106de799', 'british_woman_sex\r\n https://olr.page.link/S9tF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:22:39', 'web', '', NULL),
(6354, 'kellylaw37@gmail.com', 'd38750c63ff5bb8903a5afb21830017b', 'black_girl_hardcore_sex\r\n https://olr.page.link/3jVR#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:24:46', 'web', '', NULL),
(6355, 'adamabdullah19@gmail.com', '53923f1550767eb43bd1dc9c12be597c', 'bagdad_sex\r\n https://ikd.page.link/zedD#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:25:53', 'web', '', NULL),
(6356, 'swk_zai83@yahoo.com', '902c3fb150843d7d23f8e282773fa944', 'free_full_black_sex_videos\r\n https://okj.page.link/nLGn#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:26:58', 'web', '', NULL),
(6357, 'chin_kuan@hotmail.com', 'b1f12688716859290ecfc9b0448b2398', 'free_sex_stories_cheating\r\n https://ijq.page.link/hbEv#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:28:03', 'web', '', NULL),
(6358, 'mazmedia.hpp@gmail.com', 'fdbf2454c7f5e40ab924e40e19d3dc9f', 'first_sex_stories\r\n https://olr.page.link/MRkp#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:29:08', 'web', '', NULL),
(6359, 'da31791a96b3918d973e26efec5f143f3b71d4df@gmail.com', '1d13574d0abca6c3e86a28f17792b6c6', 'black_women_having_sex\r\n https://olr.page.link/sTL2#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:30:14', 'web', '', NULL),
(6360, 'ena_ayang@yahoo.com', '9338af138d486256ee4703f1ec79cf8f', 'free_videos_of_girls_sex\r\n https://nhg.page.link/xXw3#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:31:20', 'web', '', NULL),
(6361, 'hexachem@email.com', '8aa8a16c6f1d8ede878b8afb6370271a', 'anime_videos_sex\r\n https://olr.page.link/jvXq#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:36:50', 'web', '', NULL),
(6362, 'drbilal07@gmail.com', '3b46afd77d1446a0e12e97107bf3b1e8', 'black_18_sex\r\n https://nhg.page.link/XdLA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:37:56', 'web', '', NULL),
(6363, 'diana_andrea83@yahoo.com', 'c811ac40ca7f28b3ee009a18cc810e51', 'freaky_sex_moves\r\n https://nhg.page.link/c9er#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:39:01', 'web', '', NULL),
(6364, 'shahril.zamzam@gmail.com', 'c979445c111789d811b547ad3531ec47', 'fantasy_sex_vid\r\n https://ujc.page.link/fZ9X#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:40:07', 'web', '', NULL),
(6365, 'pinky_gurl85@yahoo.com', '73c4b96893911ea114a713a1e6d92fcd', 'free_younger_sex\r\n https://ijq.page.link/v3jy#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:41:12', 'web', '', NULL),
(6366, 'intan_bloomgurlz@yahoo.com', 'ebd37f1bad4ebf0914d7c9ba59bfea99', 'fun_new_sex_moves\r\n https://ujc.page.link/1pdH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:42:21', 'web', '', NULL),
(6367, 'richmoney4585@gmail.com', '0128666c70c14c614f0b4d93015d38f3', 'brandy_ledford_sex_tapes\r\n https://vbf.page.link/D1CG#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:43:23', 'web', '', NULL),
(6368, 'asrulnizam.mom@gmail.com', 'fa3844c9b3c2f575a9ae91fde506c180', 'brooke_burke_nude_sex\r\n https://nlq.page.link/s5jX#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:45:34', 'web', '', NULL),
(6369, 'wangyouyong2018@yahoo.com', 'e6e23b87fe24a0b516c24c7cd69c9631', 'forced_sex_forum\r\n https://nhg.page.link/y2re#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:46:41', 'web', '', NULL),
(6370, 'han.wang88@gmail.com', '83e846de06ccfbc46425c2ccd1f433ff', 'birth_control_after_unprotected_sex\r\n https://nlq.page.link/Qwmq#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:48:50', 'web', '', NULL),
(6371, 'Faizul30@yahoo.com.my', 'c518efd6da07e9a952e64d46c53793d4', 'free_gay_sex_vidoe\r\n https://ijq.page.link/tV6G#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:49:54', 'web', '', NULL),
(6372, 'nurshuhada_abuharidi@yahoo.com', '548bb93ad3213bc3812ea290aa4c2f29', 'free_incest_sex_stories\r\n https://olr.page.link/2Q1M#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:50:59', 'web', '', NULL),
(6373, 'mingzhang199215@yahoo.com', '8ee2937c34e03a06f2b5dd74b7794441', 'american_sex_comics\r\n https://vbf.page.link/tFdn#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:53:08', 'web', '', NULL),
(6374, 'elmo_elham@yahoo.com', '56570a1aca604b03f8f70fc4323c9703', 'amateur_sex_mpegs\r\n https://ujc.page.link/Z7xH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:54:13', 'web', '', NULL),
(6375, 'bilianbiyen86@yahoo.com', '8f06ef62907f4fed423a4d92d9b5d46c', 'arabic_sex_net\r\n https://xsw.page.link/4eR5#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:55:21', 'web', '', NULL),
(6376, 'starz_cobra@yahoo.com.my', '0631580c9dd670abc04608fcf77f14db', 'fatass_sex\r\n https://okj.page.link/kod8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:56:23', 'web', '', NULL),
(6377, 'boonfai@gmail.com', '968c4d0579e2301601d4db3be4ac447d', 'anal_sex_intercourse\r\n https://nhg.page.link/NUj5#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:57:30', 'web', '', NULL),
(6378, 'jaiminbhatt1488@gmail.com', '9ca4e599838cec1b06607cc1c85ca162', 'anal_sex_with_my_husband\r\n https://ikd.page.link/Nw8g#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 21:58:36', 'web', '', NULL),
(6379, 'baihakice@yahoo.com.my', '64063af61888d3c3e5928cff00638be2', 'free_sex_tube_amateur\r\n https://nlq.page.link/tdn8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:01:52', 'web', '', NULL),
(6380, 'yp_choy@yahoo.com', '137e77c6bee602fc0b8249b964bc4f7b', 'free_celebrity_porn_sex\r\n https://nlq.page.link/rW5R#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:04:02', 'web', '', NULL),
(6381, 'yangni616@hotmail.com', 'b408d02310ba8a47103eedf0bb400de5', 'friends_having_sex\r\n https://ijq.page.link/TKV6#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:05:08', 'web', '', NULL),
(6382, 'nurizwani@gmail.com', 'aed4dedf6c227969ad5b1db251c4cc22', 'boy_sex_porn_tube\r\n https://xsg.page.link/M7BY#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:06:12', 'web', '', NULL),
(6383, 'extreme@waumail.com', '6db74c83959950b9e5d77e6e5fbe7548', 'free_streaming_sex_cams\r\n https://vbf.page.link/6gr4#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:07:17', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(6384, 'the_art11@yahoo.com', 'eaa16e384bdff38bdb45cc34bb53b2c3', 'free_interracial_sex_tubes\r\n https://olr.page.link/KVzj#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:08:23', 'web', '', NULL),
(6385, 'cloudx47@ymail.com', 'fa6d4653f05b85eb8e198e16464087bb', 'fucking_naked_sex\r\n https://xsg.page.link/jBXo#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:10:34', 'web', '', NULL),
(6386, 'mmr8112@gmail.com', '7014ee6ead1f2c313910262c2ee7bc9a', 'black_video_sex\r\n https://ikd.page.link/b2qH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:12:47', 'web', '', NULL),
(6387, 'munieyira@yahoo.com', '7bb5aa403dcb69157aab7627bd867997', 'adult_internet_sex_games\r\n https://okj.page.link/18d8#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:13:51', 'web', '', NULL),
(6388, 'amjasonliew@hotmail.com', '32308e75ef9dc1890dfa5661752f3e05', 'addicted_to_sex_movie\r\n https://olr.page.link/oSWb#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:17:09', 'web', '', NULL),
(6389, 'istiqmah20@gmail.com', '36c5728ef248395f47abfa7f45d28d7c', 'amateur_mature_sex\r\n https://xsg.page.link/P42R#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:18:15', 'web', '', NULL),
(6390, 'jay_sue79@yahoo.com', 'f80ec54f7783de9ac866758f2c3a7671', 'free_asian_webcam_sex\r\n https://ijq.page.link/2H1J#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:21:32', 'web', '', NULL),
(6391, 'kalpana.arunasalam@gmail.com', '25df6fd26404a011d17b10efd0381c43', 'big_brother_9_sex_video\r\n https://nhg.page.link/p5XD#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:23:38', 'web', '', NULL),
(6392, 'azmis67@gmail.com', '5cb18d270ae8c89d222d2fbca2313178', 'anal_hairy_sex\r\n https://vbf.page.link/7Czu#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:26:52', 'web', '', NULL),
(6393, 'drnzmbozan@hotmail.com', 'be1d03e9cb7a0c573fca6021dfd5c915', 'black_dirty_sex\r\n https://vbf.page.link/HPTW#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:27:57', 'web', '', NULL),
(6394, 'huzannor@gmail.com', '98d0634106284eb4b9276e931c2fb128', 'bdsm_gay_sex\r\n https://ijq.page.link/A9Ea#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:29:02', 'web', '', NULL),
(6395, 'adie.0951@yahoo.com', '66687a46779f28fefb83b04859f325b4', 'about_sex_stories\r\n https://nhg.page.link/gs4f#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:35:34', 'web', '', NULL),
(6396, 'nr_lailawati@yahoo.com', '37cd1b3d580856bce2db4c787bb0dbee', 'black_mommy_sex\r\n https://okj.page.link/Y9rE#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:36:38', 'web', '', NULL),
(6397, 'hk.ghplas@gmail.com', '4dbe8650e210e179d7beac637bdd3af4', 'adult_sex_mom\r\n https://ujc.page.link/whDA#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:37:44', 'web', '', NULL),
(6398, 'nadiasyigim@yahoo.com', '7269e890171efdb1156f9ae8ee19602c', 'black_girl_horse_sex\r\n https://ijq.page.link/M93Q#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:38:51', 'web', '', NULL),
(6399, 'pflevari@yahoo.com', 'ac55ce9962d190e1c00486f0f76cbb68', 'brithday_sex_by_jeremih\r\n https://ikd.page.link/1bBB#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:39:59', 'web', '', NULL),
(6400, 'goodstronghealthcare@gmail.com', '5a374d6a989f8fa1209f04571ee7151d', 'asian_nurse_sex_videos\r\n https://ikd.page.link/jjcF#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:41:04', 'web', '', NULL),
(6401, 'agzamani@yahoo.com', '3ae1373c3ad5e6a2875a9e5ca03916b9', 'fat_sex_gallery\r\n https://ijq.page.link/MFYo#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:43:16', 'web', '', NULL),
(6402, 'nor_sanira@yahoo.com.my', '1e3134260926ec7745de981857250ce6', 'adult_sex_model\r\n https://ujc.page.link/2Edk#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:44:22', 'web', '', NULL),
(6403, 'dahlia_286@yahoo.com', 'a2a5c71be317cc878a2a39b21c29da47', 'ben_10_sex_pic\r\n https://xsg.page.link/9cXK#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:45:28', 'web', '', NULL),
(6404, 'ainolipoh@gmail.com', '5a052a8451eea825c399666b4f45a198', 'from_kiss_to_sex\r\n https://olr.page.link/qBB9#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:47:41', 'web', '', NULL),
(6405, 'yeowlengwong@gmail.com', '3d6b539af1ffff61ac1761986d620853', 'big_boob_women_having_sex\r\n https://okj.page.link/SLSz#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:48:45', 'web', '', NULL),
(6406, 'ahmadkhairul19@gmail.com', '3445a9976f6af8ec6d8da0506c36efd1', 'female_sex_questions\r\n https://nhg.page.link/rjYy#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:49:52', 'web', '', NULL),
(6407, 'sarahrezal@yahoo.com', '809d14b539322a37f9cb83748d819594', 'anime_sex_pictures\r\n https://xsw.page.link/Lozn#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:50:58', 'web', '', NULL),
(6408, 'ice.echo@gmail.com', '78ed767f7da71852fd1a6288cd9508d8', 'first_sex_tube\r\n https://ijq.page.link/QqBs#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:52:01', 'web', '', NULL),
(6409, 'ayahito.ito@gmail.com', '336e8243cdf14d648ed7182e044be97d', 'brittney_sex_video\r\n https://nhg.page.link/NDWH#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:55:15', 'web', '', NULL),
(6410, 'pembinaancasagemilang@gmail.com', 'cef22d1e1b4c88ecb9a0cafd04e5c768', 'amateur_sex_models\r\n https://ijq.page.link/v1Ez#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:56:19', 'web', '', NULL),
(6411, 'n_aliea@yahoo.com', '0099b1d721feca2e34c9103361335d8a', 'best_cheap_phone_sex\r\n https://ujc.page.link/tpCy#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:57:24', 'web', '', NULL),
(6412, 'bond_sj@yahoo.com', '1919ce33e4e6e20dce845b776fa59c42', 'anal_sex_bleeding\r\n https://nhg.page.link/CXyU#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 22:59:35', 'web', '', NULL),
(6413, 'shan6795@yahoo.com', '7405219243ab01394781f98649358b58', 'amatur_sex_videos\r\n https://nlq.page.link/4RZ9#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:00:41', 'web', '', NULL),
(6414, 'akikosekino@gmail.com', 'f6e66343fdc2d880212ffbf6fa3a1817', 'free_illegal_sex_movies\r\n https://nlq.page.link/Ag6m#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:02:52', 'web', '', NULL),
(6415, 'adrian.mattke@gmail.com', 'e159d6f671395061dff975d8902a7307', 'bizzare_sex_objects\r\n https://ujc.page.link/xUuC#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:03:58', 'web', '', NULL),
(6416, 'hasmizahalim@yahoo.com', '5c1e00efca38faed784cd7a1fc94a98c', 'boys_having_oral_sex\r\n https://nhg.page.link/67su#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:06:07', 'web', '', NULL),
(6417, 'amekwet@gmail.com', '9793a421f2e1c600d9b2863dcda49f24', 'fat_sluts_having_sex\r\n https://nlq.page.link/5iUb#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:07:13', 'web', '', NULL),
(6418, 'arfah0707@gmail.com', '3e17ea38cfd90d5f59bc72557efffe5e', 'free_brutal_sex_movie\r\n https://nlq.page.link/cdtQ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:08:19', 'web', '', NULL),
(6419, 'eika.oct90@yahoo.com', '7a2397f663a50423c718786baba6886f', 'free_kim_kardashian_and_ray_j_sex_video\r\n https://nlq.page.link/yCMn#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:09:23', 'web', '', NULL),
(6420, 'adilahanafi_85@yahoo.com.my', '8be2ede6139eaccc78f1d319480846a9', 'beast_sex_illustrated\r\n https://ujc.page.link/dtys#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:10:29', 'web', '', NULL),
(6421, 'nuruladilah.greenviro@gmail.com', '116c832e4c6a85040a7a2d76d032bf2d', 'fat_sex_position\r\n https://vbf.page.link/osxY#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:11:37', 'web', '', NULL),
(6422, 'wtyagi.cau@gmail.com', '24b70de44dc9579b1da9c76d4ec56366', 'free_amy_fisher_sex_video\r\n https://ijq.page.link/dQ6f#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:12:38', 'web', '', NULL),
(6423, 'lizongshen689@yahoo.com', 'aad6d7effbc8a59e1b542b167c8f39ac', 'free_cartoon_sex_images\r\n https://nhg.page.link/zCP6#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:13:41', 'web', '', NULL),
(6424, 'aiendanisha97@gmail.com', '096a7135d35aa39b922df393893fdd3c', 'find_sex_partners_online\r\n https://okj.page.link/n1D6#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:14:47', 'web', '', NULL),
(6425, 'nazha84@yahoo.com', '05f2f403da834de15708dc68dbc52c3e', 'arab_girls_sex_movies\r\n https://olr.page.link/8DVR#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:15:55', 'web', '', NULL),
(6426, 'noorshazani@yahoo.com', 'f6cf84d739b8e16c25dc5cb5f367c773', 'brother_sister_sex_storie\r\n https://nlq.page.link/LCmw#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:16:58', 'web', '', NULL),
(6427, 'mqaresourcessdnbhd@gmail.com', 'db64b6f2037120f18f0d643b06005c7d', 'free_videos_of_fat_sex\r\n https://nhg.page.link/A37A#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:19:09', 'web', '', NULL),
(6428, 'kopicapraga@yahoo.com', '65830e19d7a29ca9ce3886e9d74ccc00', 'free_18_sex_videos\r\n https://okj.page.link/gyud#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:20:13', 'web', '', NULL),
(6429, 'looxiad_11@yahoo.com', '39591f15141454e4e7659ea3192aff70', 'buttafuoco_sex_tape\r\n https://ijq.page.link/CsRc#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:21:19', 'web', '', NULL),
(6430, 'affizar@gmail.com', '427c012b5a4302807cc697b106297caf', 'bdsm_sex_movie\r\n https://ikd.page.link/RvZh#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:22:22', 'web', '', NULL),
(6431, 'idontouchit@yahoo.com', '92f15189da9de88e2b238d2c7643fe7e', 'asian_guys_sex\r\n https://ikd.page.link/uXDE#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:23:26', 'web', '', NULL),
(6432, 'shahril629@gmail.com', '0da3c51db26535f25a51c48d8ff38bf2', 'free_homemade_college_sex_videos\r\n https://ikd.page.link/nhNS#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:25:34', 'web', '', NULL),
(6433, 'lynshinoda@gmail.com', '3b2c52d8748c85971315cc54935fb7c6', 'ashley_tisdale_having_sex\r\n https://okj.page.link/DkRb#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:32:04', 'web', '', NULL),
(6434, 'npttravel@yahoo.com', 'b985c78526f66954447388d59103fdef', 'free_video_cartoon_sex\r\n https://ijq.page.link/AoCZ#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:33:10', 'web', '', NULL),
(6435, 'razali_hakim@yahoo.com', 'eebadadda90bed38435b5877e95cd8b0', 'family_guy_cowboy_sex\r\n https://ikd.page.link/ARGp#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:34:15', 'web', '', NULL),
(6436, 'cindypgangel@gmail.com', '5c07a17ef7bea379ac2c321a4473d46a', 'furry_sex_tube\r\n https://xsg.page.link/qRTP#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:35:22', 'web', '', NULL),
(6437, 'mariagiovannafalla@yahoo.com', '47ea704eb58ffb3a2be95024cece14b6', 'asian_lesbians_having_sex\r\n https://ujc.page.link/hNHk#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:37:35', 'web', '', NULL),
(6438, 'morabd@yahoo.com', 'e7b124324a98739ef641a9fecd1eb272', 'free_big_brother_sex\r\n https://ujc.page.link/cQam#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:38:40', 'web', '', NULL),
(6439, 'brieclaudia@yahoo.com', 'b7182ff311327865cbc5082629dd35aa', 'fish_adult_sex_games\r\n https://ijq.page.link/mcHe#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:39:45', 'web', '', NULL),
(6440, 'amoghhegde7@gmail.com', 'd38ef085a3b6de54b69c1ca211cf9685', 'bar_sex_party\r\n https://vbf.page.link/wWSC#\r\nanodo', NULL, 'FALSE', '80.234.78.164', '2022-09-15 23:40:49', 'web', '', NULL),
(6441, 'yulan1214@yahoo.com', '91d5e91a6f8b73e72fa2fa81389ce2c2', 'foot_sex_xxx\r\n https://okj.page.link/QmGR#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:04:43', 'web', '', NULL),
(6442, 'amalpengurusan@gmail.com', '36ce4fc2511ad027971facc086b4a0c2', 'break_up_over_sex\r\n https://nlq.page.link/zc34#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:05:39', 'web', '', NULL),
(6443, 'daus_pidot@yahoo.com', '5e3d3edb68a2a4e1ad8f55039fb35060', 'free_real_sex_tv\r\n https://okj.page.link/ywy8#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:06:52', 'web', '', NULL),
(6444, 'bilpro_isya85@yahoo.com', '21d4dc34f03fc38cc2c36eb82a5609ab', 'fucked_up_sex_acts\r\n https://okj.page.link/mB8k#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:09:06', 'web', '', NULL),
(6445, 'zainul8003@yahoo.com', 'f54402d6f17a7980a569cb6023686dee', 'anonymous_sex_clubs\r\n https://ikd.page.link/7NvE#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:10:16', 'web', '', NULL),
(6446, 'boyot_777@yahoo.com', '9fcf41af69172536e3c6d15c99da0458', 'brittney_sex_video\r\n https://xsw.page.link/cNRi#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:11:24', 'web', '', NULL),
(6447, 'srhconsultant@yahoo.com', '1b67911730441c374402ed326f479d37', 'black_cock_anal_sex\r\n https://nlq.page.link/PHaa#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:13:39', 'web', '', NULL),
(6448, 'abdil.wazir@yahoo.com', 'd9a61794fafe24bbf24a27c700b10b51', 'big_booty_sex_galleries\r\n https://xsg.page.link/es4o#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:14:48', 'web', '', NULL),
(6449, 'creativegarment7@gmail.com', '74cfe1fbec83795ed0fef19b2d540a7d', 'adult_sex_toy_shop\r\n https://nlq.page.link/q6jx#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:15:54', 'web', '', NULL),
(6450, 'mckenzie_igang81@yahoo.com', 'f29a500b1e06fbfcb0c11c637c0f0501', 'all_male_gay_sex\r\n https://nhg.page.link/AfyT#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:17:03', 'web', '', NULL),
(6451, 'elaine_9881@yahoo.com', 'cec8a356e2b46ac382be176d5b1acef8', 'boy_gay_sex_tube\r\n https://xsg.page.link/h5Hy#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:18:10', 'web', '', NULL),
(6452, 'mad77hbp@gmail.com', 'cb4b43599d58f244a16231174f6596b1', 'free_sex_partner_finder\r\n https://olr.page.link/apaq#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:21:37', 'web', '', NULL),
(6453, 'naturalbioessence@gmail.com', 'c3e3af887f46f797da3230eee3ee0bca', 'asian_amateurs_sex\r\n https://ijq.page.link/KoQa#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:22:42', 'web', '', NULL),
(6454, 'scatterzo_gurlz@yahoo.com', '10bfe6d8816f877058830ee99edec5b6', 'beach_sex_thumbnails\r\n https://nlq.page.link/i5WL#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:23:49', 'web', '', NULL),
(6455, 'mdtarmizi@gmail.com', '22ea77cb893735e9f39a14e3444919e5', 'blond_sex_video\r\n https://olr.page.link/BTba#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:26:06', 'web', '', NULL),
(6456, 'prsmillion@gmail.com', 'df64f804cbedc59429ec55f2a42ca690', 'better_sex_for_older_couples\r\n https://okj.page.link/kcTo#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:27:11', 'web', '', NULL),
(6457, 'budak.paker@yahoo.com', '0018e20b84ed497317dec4bc13ea205d', 'free_real_sex_episodes\r\n https://nhg.page.link/7oA9#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:29:22', 'web', '', NULL),
(6458, 'eyes_dij@yahoo.com', 'e5ecd5b8e50821a4d17ef7dcfec2ffe0', 'bollywood_star_sex\r\n https://vbf.page.link/C7W3#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:31:38', 'web', '', NULL),
(6459, 'horace_33@yahoo.com.mx', 'a32b3279985ea456b1059e7a1f03f1e0', 'adult_xxx_sex\r\n https://xsw.page.link/7i4B#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:32:43', 'web', '', NULL),
(6460, 'drarslanugur@gmail.com', '9a76a194b683372c706781f42385100c', 'big_tits_anal_sex\r\n https://nhg.page.link/618x#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:33:49', 'web', '', NULL),
(6461, 'abdurasul@inbox.ru', '00b0dab3abd1d9fcd495cc673542f312', 'amateur_sex_viedos\r\n https://vbf.page.link/xc2J#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:34:57', 'web', '', NULL),
(6462, 'momoi_mui@yahoo.com', 'a84a3ef3a8371c020ebaa7de823e7619', 'free_arab_sex_videos\r\n https://okj.page.link/K1LF#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:36:05', 'web', '', NULL),
(6463, 'pivotonggl@gmail.com', 'b17e07bb039abbcef17936ae52f2dbf1', 'amateur_streaming_sex_videos\r\n https://olr.page.link/Vn4c#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:39:25', 'web', '', NULL),
(6464, 'beat1135@gmail.com', '5de885ee4e5a963dbecf12bf5ca57245', 'bisexual_strap_on_sex\r\n https://ijq.page.link/vn1s#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:40:33', 'web', '', NULL),
(6465, 'nrazra@yahoo.com', 'c8682469c05921a2072e1c1bee408981', 'best_celebrity_sex_scene_ever\r\n https://ikd.page.link/zmdn#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:41:41', 'web', '', NULL),
(6466, 'salak_lepar@yahoo.com', '28d261b5b9b096f1c1e49c46f1cf4ae9', 'best_porn_and_sex\r\n https://olr.page.link/8cNk#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:42:48', 'web', '', NULL),
(6467, 'normin2004@gmail.com', '600e922cfd1142856e3d3c0ccddfc00b', 'bigbrother_sex_videos\r\n https://olr.page.link/ZdDS#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:49:27', 'web', '', NULL),
(6468, 'tuakhmalini@yahoo.com.my', 'bfe1eeb787022d313bbeb383b92bd933', 'anal_sex_video_galleries\r\n https://xsg.page.link/Tmdk#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:51:41', 'web', '', NULL),
(6469, 'axsherzint_locked1412@yahoo.com', '6a9911b2f9971a3169115ebd8202f0f4', 'free_young_asian_sex_videos\r\n https://xsg.page.link/pHHz#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:52:45', 'web', '', NULL),
(6470, 'gargi.tikku@gmail.com', '59d3c42472e522bb6805881369b25ecb', 'bunny_sex\r\n https://xsg.page.link/4pFD#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:53:53', 'web', '', NULL),
(6471, 'ema_tahb@yahoo.com', 'cfd6f3872f3b9231a8f402705ede9cf1', 'big_boob_sex_tube\r\n https://ijq.page.link/yymh#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:55:01', 'web', '', NULL),
(6472, 'cetakbiru@rocketmail.com', '42c02ab64f70a6a5907c38b8a4425e37', 'beastiality_sex_chat\r\n https://vbf.page.link/5eeS#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:57:13', 'web', '', NULL),
(6473, 'ayu17846@yahoo.com', '88725d0041e8252626231731a7e22d08', 'free_live_sex_chating\r\n https://vbf.page.link/ztHZ#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 00:59:29', 'web', '', NULL),
(6474, 'harieko_irianto@yahoo.com', '7d664d18647cb89825ca995147bba0fb', 'free_videos_of_college_sex_parties\r\n https://nlq.page.link/87D6#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:00:34', 'web', '', NULL),
(6475, 'yuhanchang2012@gmail.com', '15452c1acec3d518ab9ce8b5bad4f4cf', 'black_sex_for_free\r\n https://xsg.page.link/EJBg#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:05:00', 'web', '', NULL),
(6476, 'masterdynastysb@gmail.com', '5f65a4c61757d171073b736c3a24b23b', 'anal_sex_chat\r\n https://nlq.page.link/6h7N#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:06:06', 'web', '', NULL),
(6477, 'nangka_kering@yahoo.com', '72ccb6c3c09aa64143096dee78576c28', 'free_online_sex_shows\r\n https://nlq.page.link/KZn4#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:08:18', 'web', '', NULL),
(6478, 'meimei_cats@yahoo.com', '99fbf6e7fd4222c74bf99791dc6e433d', 'anal_sex_pron\r\n https://olr.page.link/G3v3#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:09:24', 'web', '', NULL),
(6479, 'mtlim2000@yahoo.com', '4b94a44ff43650ae9e3f6559173926b8', 'animals_sex_vedios\r\n https://olr.page.link/vwbY#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:10:29', 'web', '', NULL),
(6480, 'seri.ashikin@gmail.com', 'db0962f975c7cd58e37369b85e395804', 'black_on_black_sex_pics\r\n https://ikd.page.link/ceR9#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:11:35', 'web', '', NULL),
(6481, 'jas_michelle250188@yahoo.com', '453b106c3269ba57f6c39c37119ac1f9', 'best_sex_woman\r\n https://olr.page.link/ZNjB#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:12:41', 'web', '', NULL),
(6482, 'mama_iklil@yahoo.com', 'd8817ad342a3bc816fb30bf32e370967', 'benefits_of_single_sex_schools\r\n https://ijq.page.link/XUBE#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:13:47', 'web', '', NULL),
(6483, 'acpools_ose@yahoo.com', '9f189b8375e69c0eb19c08a1e0b1ad6f', 'family_sex_hentai\r\n https://ikd.page.link/CDnC#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:14:53', 'web', '', NULL),
(6484, 'reza.ghaderi@ymail.com', '9a66958e51756cf49f7e8ea4eda8fe48', 'amature_homemade_sex_vids\r\n https://nhg.page.link/b6ZB#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:18:13', 'web', '', NULL),
(6485, 'kaju_3_ju@rediffmail.com', '85081e76af4514fe4773ce9e4f91a444', 'bomb_sex\r\n https://ujc.page.link/7Eka#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:19:17', 'web', '', NULL),
(6486, 'faeezakmal@gmail.com', '4bfe8ddb93b0b2cdc6c223dd4f1e6b67', 'actors_sex_video\r\n https://olr.page.link/DzGU#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:21:31', 'web', '', NULL),
(6487, 'y.teratera0831@gmail.com', 'a9b4340e59e62a5cbc66b05e44ceb248', 'big_sex_game\r\n https://xsw.page.link/W6Rv#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:22:37', 'web', '', NULL),
(6488, 'jefflangsuyr@gmail.com', '2155ca1ab6c7ea84a4e01a785e22ec68', 'free_cyber_sex_cams\r\n https://ujc.page.link/mhyd#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:23:43', 'web', '', NULL),
(6489, 'juhari_jabbar@yahoo.com', '1dd23d74a9f66927f53927c41930f594', 'best_free_sex_web_sites\r\n https://ujc.page.link/vH1C#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:24:48', 'web', '', NULL),
(6490, 'backyardgrillburger@gmail.com', '8569f4f5d826533882fd8376b53e2640', 'first_sex_teacher\r\n https://nlq.page.link/Stvh#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:25:57', 'web', '', NULL),
(6491, 'jidfuplywood@gmail.com', 'e6e9875dd9edf624d640fc872bb47143', 'amateur_milf_sex_videos\r\n https://xsw.page.link/A2DQ#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:27:06', 'web', '', NULL),
(6492, 'predator11.1986@gmail.com', 'c042b58d6165d9fc455521f05595abe5', 'ancient_chinese_sex\r\n https://xsw.page.link/wVBq#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:28:12', 'web', '', NULL),
(6493, 'azrinawati.ahmad@yahoo.com', '42374b98a09506e8db38e4011a325f5b', 'black_porn_sex_clips\r\n https://okj.page.link/nLGn#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:29:19', 'web', '', NULL),
(6494, 'demieislam@yahoo.com', 'be6a592112787feaee4a1a0cb6343553', 'bahamas_sex\r\n https://nhg.page.link/ze5a#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:30:28', 'web', '', NULL),
(6495, 'ezu2000@gmail.com', 'bed56b0da8d54a74d0f76f7259fb09f9', 'black_girls_white_guy_sex\r\n https://xsg.page.link/tA57#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:31:37', 'web', '', NULL),
(6496, 'shahrulsheamus@gmail.com', '9e7cce6d76db6e9e548b728c827f40ba', 'asian_naked_sex\r\n https://olr.page.link/rKzG#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:32:43', 'web', '', NULL),
(6497, 'ajayhiwarkar@rediffmail.com', 'd8ef17c0ab318af30866c98ce47bb920', 'adult_sex_hotel\r\n https://olr.page.link/ZtbK#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:33:51', 'web', '', NULL),
(6498, 'suhaimi28@gmail.com', '658c516e03a9e3192d6eead7481adae6', 'free_sex_cam_chats\r\n https://nlq.page.link/6YoL#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:34:59', 'web', '', NULL),
(6499, 'sitinazirah.ahmad@yahoo.com', '9a1bfcb26d3ca22eb3e10618c61c4440', 'anal_girls_sex\r\n https://ijq.page.link/k6X7#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:36:06', 'web', '', NULL),
(6500, 'mshidi.mrr@gmail.com', 'a86ec018db15b84559346323c11328e2', 'amature_free_sex\r\n https://nhg.page.link/WHFE#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:37:14', 'web', '', NULL),
(6501, 'yanttey@yahoo.com', '5ab136ff24af48751ab733325c5c8506', 'forced_oral_sex_pics\r\n https://vbf.page.link/KmXb#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:38:24', 'web', '', NULL),
(6502, 'mohdafzan@gmail.com', '04c56dd6fd0a94e7ca2f53e729eaa51f', 'free_chat_cam_sex\r\n https://xsg.page.link/UsFW#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:39:31', 'web', '', NULL),
(6503, 'rohanpet@gmail.com', '7b1d8a8cf4e39afcb80d6587509c558e', 'free_sex_cams_free\r\n https://xsw.page.link/NPEx#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:40:40', 'web', '', NULL),
(6504, 'itaacarch@yahoo.com', '6a908d6c7c2f8f22c527c60bbc8a844d', 'bdsm_group_sex\r\n https://okj.page.link/BAca#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:41:47', 'web', '', NULL),
(6505, 'edlera@aol.com', '9db19366e1508af4abb61feabe1e30d9', 'fake_celeb_sex_stories\r\n https://ijq.page.link/u2hJ#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:42:55', 'web', '', NULL),
(6506, 'akuz_d85@yahoo.com.my', '1cea0fe8bdaeab370011f9ccbbbe783e', 'adult_sex_tube_video\r\n https://xsg.page.link/cyiQ#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:45:12', 'web', '', NULL),
(6507, 'flie_84@yahoo.com', '4a3a0ef7be4ee6b3ecd0e877d3dd64d1', 'bit_tit_sex\r\n https://vbf.page.link/hYbz#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:46:20', 'web', '', NULL),
(6508, 'suriatiaman@yahoo.com', '514bbb8c6b5878888119be9a72131bec', 'adult_erotic_sex_game\r\n https://olr.page.link/QrDr#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:47:27', 'web', '', NULL),
(6509, 'info.pncm@gmail.com', 'ebd275d97c49fdab70319873a6ed1137', 'blood_in_urine_sex\r\n https://xsg.page.link/9TDs#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:48:36', 'web', '', NULL),
(6510, 'emileiah85@yahoo.com', 'f3da860faf953504ed9b3f0e99c0d512', 'fat_girls_lesbian_sex\r\n https://nlq.page.link/QYgk#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:50:51', 'web', '', NULL),
(6511, 'farids.harun@gmail.com', '5ac3e183746c0648e594d3528615a96c', 'free_hardcore_black_sex\r\n https://ujc.page.link/5UUK#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:51:55', 'web', '', NULL),
(6512, 'millenniumchocolate@yahoo.com.my', 'fcd9f2c1baa82a76ab9f526159e03a7c', 'blow_up_sex_toys\r\n https://okj.page.link/NaX6#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:52:59', 'web', '', NULL),
(6513, 'hafizprostar@yahoo.com', 'd52f22487c9e24f22891699d29aa8b58', 'free_gay_sex_move\r\n https://nhg.page.link/5a2j#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:54:04', 'web', '', NULL),
(6514, 'virgo1809an@yahoo.com', '82a07ee2791c8a6bc2f0ec9bafbf18bb', 'bestiality_sex_story\r\n https://olr.page.link/Jfnx#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:55:13', 'web', '', NULL),
(6515, 'marksmen_styservices@yahoo.com', '77c252f3dbf473d2645a0527b048979c', 'free_videos_hot_sex\r\n https://nlq.page.link/Kbhb#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:57:23', 'web', '', NULL),
(6516, 'jay_miezuhrie@yahoo.com', '90de7bca1cd1ec76d3bece71d9f514c5', 'boyfriend_doesn_t_want_to_have_sex_anymore\r\n https://okj.page.link/V5VN#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:58:29', 'web', '', NULL),
(6517, 'daingfadzilresources@gmail.com', '35806fbb7974e30511d1b0a4ea2bd69c', 'avatar_sex_cartoon\r\n https://ikd.page.link/yQ9B#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 01:59:35', 'web', '', NULL),
(6518, 'yap_asyraf@yahoo.com', 'c70f551522d2e0ffdf714efd540632bb', 'free_videos_of_grannies_having_sex\r\n https://ijq.page.link/Kpsr#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:00:44', 'web', '', NULL),
(6519, 'saya.rosnanirahmat@yahoo.com', '85629b8e9538cb84fc8c35b52bbb5fd0', 'black_girl_free_sex\r\n https://nlq.page.link/iDrT#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:01:52', 'web', '', NULL),
(6520, 'azlanmior@gmail.com', 'e5dfc40a2a92da4ac1cbc312f622d7ee', 'free_black_women_sex_pics\r\n https://okj.page.link/MxqT#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:02:57', 'web', '', NULL),
(6521, 'c5633d9b51c06ef16b9845444a660d7c02f020e8@gmail.com', '739d9b2322fa7d5b881a22445b06d6d9', 'free_dildo_sex_videos\r\n https://nlq.page.link/q9Ku#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:04:04', 'web', '', NULL),
(6522, 'ahmadkasmin@yahoo.com', '3db0d0ecb504899686b6d08bddd52ad5', 'free_sex_with_young\r\n https://vbf.page.link/m7Zu#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:05:11', 'web', '', NULL),
(6523, 'pbathla31@gmail.com', '8d9e88729cf3d897101668dc3d8060d3', 'anal_sex_preparation_enema\r\n https://xsw.page.link/XewA#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:06:17', 'web', '', NULL),
(6524, 'adex_hud@yahoo.com.my', 'bfc3c80b34f62822d6452c444e5948c2', 'family_sex_free_videos\r\n https://vbf.page.link/k9Sm#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:07:23', 'web', '', NULL),
(6525, 'zak_ana@yahoo.com.mx', 'aecd7f6080f2aba18ba9915624381f96', 'arabic_sex_porno\r\n https://ikd.page.link/XxCj#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:08:31', 'web', '', NULL),
(6526, 'dlpincus@gmail.com', 'fbd32bb6a85980ccf1680a3301472b24', 'furry_hentai_sex\r\n https://ikd.page.link/YuEn#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:09:37', 'web', '', NULL),
(6527, 'drguzelali@yahoo.com', 'cd49476e53c50d9195aecf06cae9e649', 'free_hot_lesbain_sex\r\n https://okj.page.link/R645#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:11:51', 'web', '', NULL),
(6528, 'yihan.chen18@hotmail.com', 'da721e418196243d212fdd048cbc5ed5', 'forced_to_watch_wife_have_sex\r\n https://nhg.page.link/TTJ6#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:12:57', 'web', '', NULL),
(6529, 'orangehome39@gmail.com', '7fe836abf02d004205ec0bb9e56586da', 'birthday_sex_dj_fellin_remix_mp3\r\n https://xsg.page.link/Z37S#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:15:08', 'web', '', NULL),
(6530, 'megavemma@yahoo.com', '4620ac1d6fec91aac029bd8e68bdec05', 'free_celebrity_sex_tapes_video_clips\r\n https://nlq.page.link/yPbh#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:17:19', 'web', '', NULL),
(6531, 'ahmadrosli.abdullah@gmail.com', '62904cc01c34665f952171fbe97dc8e9', 'anime_sex_films\r\n https://okj.page.link/aiks#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:18:25', 'web', '', NULL),
(6532, 'crp.creative@gmail.com', '97d9957ca9445cb935f44f12b50f7277', 'black_crossdresser_sex\r\n https://xsg.page.link/E2tY#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:19:33', 'web', '', NULL),
(6533, 'gtamilachi@yahoo.com', 'd5f2fd2343a403ff86e29c487d266b5e', 'furry_sex_flash_game\r\n https://nlq.page.link/nwZp#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:20:41', 'web', '', NULL),
(6534, 'lailaokal.lo@gmail.com', '31a56256549c3b4dcd3250036b0f5177', 'ass_sex_site\r\n https://nlq.page.link/xzi1#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:22:52', 'web', '', NULL),
(6535, 'garok_2120@yahoo.com', '87ac4390e83ec947b33985dfa1b84a33', 'family_group_sex_pics\r\n https://okj.page.link/EoUi#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:25:03', 'web', '', NULL),
(6536, 'xuhanshi@hotmail.com', 'd576c19ee05b94934555f239f266c050', 'big_booty_women_sex\r\n https://nlq.page.link/C3v6#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:26:08', 'web', '', NULL),
(6537, 'alea3103@gmail.com', '327f211e657e506d7ea98ba17cdf54a2', 'asian_on_asian_sex\r\n https://ikd.page.link/6yJ8#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:28:20', 'web', '', NULL),
(6538, 'hawkcoder@gmail.com', 'c4304ab4adb10e15d7c4e41dbc1270b5', 'black_fat_girl_sex\r\n https://ikd.page.link/joPc#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:30:32', 'web', '', NULL),
(6539, 'shahieda82@yahoo.com', '712d7828a8f2c57bfd3f443705edfc76', 'amatuer_tube_sex\r\n https://olr.page.link/Lpps#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:31:40', 'web', '', NULL),
(6540, 'altoraba@yahoo.com', '2992a5936f1343ccf8ad44dc6a352d36', 'boy_black_sex\r\n https://olr.page.link/vDz5#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:33:54', 'web', '', NULL),
(6541, 'wanauba@yahoo.com', 'dcff8d89da2ba54edcab93d7338d45ec', 'fat_women_having_sex_videos\r\n https://ujc.page.link/VgK6#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:35:00', 'web', '', NULL),
(6542, 'shah_nua2030@yahoo.com', 'f7dc1e4f00e4bf1f6db8dd7c2cdd4806', 'free_sex_vidoes_to_watch\r\n https://ujc.page.link/bbp3#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:37:14', 'web', '', NULL),
(6543, 'through_glass24@yahoo.com', '3ba928298d32949fb90f21d8afb3d03a', 'bollywood_sex_net_katrina_kaif\r\n https://okj.page.link/vsF9#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:40:29', 'web', '', NULL),
(6544, 'faizrizam1992@gmail.com', 'e0a824ee1b2c03c9f8a8a751c57e657e', 'best_oral_sex_for_women\r\n https://ikd.page.link/2sDU#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:42:45', 'web', '', NULL),
(6545, 'vvinay552@gmail.com', '4ba70f4a4a29f24af45c7611b9031428', 'anal_sex_blog\r\n https://nlq.page.link/sEnF#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:44:55', 'web', '', NULL),
(6546, 'julieta_85princess@yahoo.com', '5bbdf82fc199754e938a62aa48c71c00', 'anime_sex_photo\r\n https://ujc.page.link/k13Y#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:48:15', 'web', '', NULL),
(6547, 'neocps25@gmail.com', '42eab995355e22c62ccc4272d14913fa', 'asian_porn_sex_movies\r\n https://xsg.page.link/vybE#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:49:24', 'web', '', NULL),
(6548, 'ayukirana65@gmail.com', '1ed793dbadf7350545faf9998ac98564', 'all_sex_games\r\n https://okj.page.link/9eZd#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:50:30', 'web', '', NULL),
(6549, 'apexjaya@yahoo.com', '9dc8b2171299c072b99f5c077378ae97', 'free_sex_video_free_porn\r\n https://nlq.page.link/Uy8Q#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:52:47', 'web', '', NULL),
(6550, 'ekyncoklat@gmail.com', 'eb1722c503368495b516800b6e14507a', 'free_sex_videos_of_wives\r\n https://ujc.page.link/XyVP#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:53:55', 'web', '', NULL),
(6551, 'shiying_zheng@hotmail.com', '6004c44d08fc52a3048849d4e3b116cf', 'blind_fold_sex\r\n https://nhg.page.link/xJT2#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:57:21', 'web', '', NULL),
(6552, 'azuekey_201003@yahoo.com', '6b789f01aac43cf017db32ecf297fad5', 'asian_lesbin_sex\r\n https://xsg.page.link/h5Hy#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:58:27', 'web', '', NULL),
(6553, 'imanadiaqasha@yahoo.com', 'e18c782f415fb1c5582b250255894879', 'bollywood_sex_katrina_kaif\r\n https://okj.page.link/b7Eb#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 02:59:34', 'web', '', NULL),
(6554, 'awonnn2211@yahoo.com', '607bc4e6ee6c845b5591e6dec9a044fd', 'fantasy_sex_photos\r\n https://xsg.page.link/gJda#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:02:55', 'web', '', NULL),
(6555, 'harmanpreetmadaan@gmail.com', '0e84edab21440771691600d52e027a4a', 'all_hot_girls_sex\r\n https://xsg.page.link/ioHS#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:06:15', 'web', '', NULL),
(6556, 'cluseee@gmail.com', 'af1d4a2e42cc21fc9ad8eef96e275fb0', 'family_guy_sex_sex\r\n https://ijq.page.link/XUBE#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:08:28', 'web', '', NULL),
(6557, 'FINAL.IMPACT.ASD@gmail.com', '0aa8747652c08befb91f097af09bd93c', 'find_out_sex_of_baby_at_12_weeks\r\n https://olr.page.link/Zz36#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:09:33', 'web', '', NULL),
(6558, 'safura_city@yahoo.com', '39f1c0e90b65445f06d6f4507cc8c579', 'find_sex_in_your_area\r\n https://olr.page.link/xLja#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:10:38', 'web', '', NULL),
(6559, 'yao_guanfeng@hotmail.com', 'f3688e755428960b5df33a46ac1cecce', 'family_sex_orgy\r\n https://xsg.page.link/GYEd#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:12:53', 'web', '', NULL),
(6560, 'hajar_2104@yahoo.com', '002af874ff3d51c311a73adb03f6f30d', 'adult_sex_education_videos\r\n https://nlq.page.link/4VMe#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:15:08', 'web', '', NULL),
(6561, 'hanie_rs84@yahoo.com', '807b9bdae10b415910fa7e3fce597bae', 'adult_sex_picture\r\n https://ikd.page.link/KhZx#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:16:13', 'web', '', NULL),
(6562, 'shafiear@gmail.com', 'eac070c3fb7080b0d76d14fd36251d7d', 'adult_sex_ed_videos\r\n https://nhg.page.link/zx72#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:17:20', 'web', '', NULL),
(6563, 'manmoncang@gmail.com', '8d3a887219cadf494a51701a5e8a0ab9', 'fishes_sex\r\n https://olr.page.link/BVAH#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:19:32', 'web', '', NULL),
(6564, 'ajakta@gmail.com', 'afb8b63d584afaaa810f5a9cf313eea2', 'amateur_wife_sex_stories\r\n https://olr.page.link/hTLt#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:20:37', 'web', '', NULL),
(6565, 'ez782001@yahoo.com', '186d3f403d0913c4fa2fa50855b969fe', 'bald_women_sex\r\n https://ikd.page.link/W9z1#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:21:43', 'web', '', NULL),
(6566, 'mohdzamripermint1931@gmail.com', '5710fc788af6786f65f8c3f174072c58', 'adult_forum_sex\r\n https://vbf.page.link/M3To#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:22:48', 'web', '', NULL),
(6567, 'faizmedic@gmail.com', 'b7d09faf4e61a5d6f1ba748ceecc029b', 'forced_wife_sex_stories\r\n https://vbf.page.link/T9zR#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:25:02', 'web', '', NULL),
(6568, 'inspirasisufi_nas87@yahoo.com.my', '90c4e3c507d4e87d3c8f76944c72d92a', 'free_videos_of_mature_women_having_sex\r\n https://ikd.page.link/enG7#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:27:16', 'web', '', NULL),
(6569, 'waisan.chin@yahoo.com', 'dfd1a7384f639b649807e050195f447b', 'brittany_spears_sex_scenes\r\n https://vbf.page.link/baE3#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:28:20', 'web', '', NULL),
(6570, 'db7bee7050f3578d89e09a4cff12f485785aeaed@gmail.com', '9018ffa8d679bc14bed6007286a3372c', 'black_old_lady_sex\r\n https://ujc.page.link/sGgE#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:29:30', 'web', '', NULL),
(6571, 'fanjuan@medmail.com.cn', '31810b262a844f8d17f0827bfbfa8627', 'boob_sex_tube\r\n https://nhg.page.link/Njvk#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:30:35', 'web', '', NULL),
(6572, 'toplymsia@gmail.com', 'dffec672d34e29d4ea99b8cdc03b1a59', 'free_fat_mature_sex\r\n https://ijq.page.link/SEnF#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:31:43', 'web', '', NULL),
(6573, 'seribandarpomsb@gmail.com', '770dabe991f0f233128cf3cf1952684f', 'adult_sex_games_and_videos\r\n https://xsg.page.link/Hvcc#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:33:56', 'web', '', NULL),
(6574, 'alan_lgt@yahoo.com', '39297fab78d231e8f16a882bd704405c', 'adult_sex_dvd\r\n https://xsg.page.link/BpQV#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:35:03', 'web', '', NULL),
(6575, 'j.dykoh@gmail.com', 'd3f9f8dd74c44c996127e43716843b9e', 'ametuer_group_sex\r\n https://olr.page.link/ngpu#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:36:11', 'web', '', NULL),
(6576, 'tsunamiz2u@yahoo.com', '0a6efebd2b8138c06868f0dfcee969bc', 'free_forced_lesbian_sex_videos\r\n https://ijq.page.link/ZH3D#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:37:15', 'web', '', NULL),
(6577, 'ssonwai@gmail.com', 'ed7f5409ac5e9278809d25040fe7409c', 'ashley_tisdale_having_sex\r\n https://vbf.page.link/ky5m#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:38:21', 'web', '', NULL),
(6578, 'dhaya_az687@yahoo.com', '63319553fcf7578ab6454548cbf0d439', 'free_gay_black_sex_video\r\n https://olr.page.link/evL2#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:39:26', 'web', '', NULL),
(6579, 'din_aku90@yahoo.com', 'e573b1aaef7df4536bce9f7d41777a99', 'after_anal_sex\r\n https://ijq.page.link/LzRh#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:40:36', 'web', '', NULL),
(6580, 'zalmi.othman@gmail.com', '7a9650410692325893ece1320f2bc742', 'black_men_sex_with_white_women\r\n https://vbf.page.link/vUYD#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:42:44', 'web', '', NULL),
(6581, 'linaseri77@gmail.com', 'e98633a83cdda72eea43505f275bf886', 'free_sex_chat_boards\r\n https://ujc.page.link/LRb2#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:43:57', 'web', '', NULL),
(6582, 'sge33@hotmail.com', 'e33c276cb2fcc17bbda7f6e5fa0edfc7', 'arab_sex_covered\r\n https://ikd.page.link/eVRm#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:46:04', 'web', '', NULL),
(6583, 'mohan_vy@yahoo.com', 'cf8f50787005b181d74d929d8579840c', 'amature_sex_in_public\r\n https://vbf.page.link/nrjc#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:47:11', 'web', '', NULL),
(6584, 'bizibiz1@yahoo.com', '16e7000666882c0d07bbdb8b74d507bd', 'besplatan_sex\r\n https://olr.page.link/f7k8#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:49:20', 'web', '', NULL),
(6585, 'jenney_ngu@yahoo.com', 'ced83ebc170678e5bdab50e2509f6714', 'best_sex_toy_for_male\r\n https://okj.page.link/nLGn#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:52:36', 'web', '', NULL),
(6586, 'kaz_1987@yahoo.com', '1364d67356f16aae2e63b90548f6f2ff', 'asian_boy_sex\r\n https://ikd.page.link/uWwB#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:53:45', 'web', '', NULL),
(6587, 'jiietrade@gmail.com', 'bff5f3de148977846b6abc805b992fb2', 'ass_licking_sex_movies\r\n https://ikd.page.link/szn6#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:54:48', 'web', '', NULL),
(6588, 'agarwaldrpooja@yahoo.com', 'bbc9edcf223f10e438cf14674d144958', 'bodybuilder_female_sex\r\n https://okj.page.link/LgsA#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:55:55', 'web', '', NULL),
(6589, 'sweetyson2001@yahoo.com.sg', '58a259886c599767e832e1477f093cb0', 'britney_spears_sex_naked\r\n https://ijq.page.link/Yngd#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:57:03', 'web', '', NULL),
(6590, 'rohaida.abdullah@gmail.com', '9c4a31c2ef680ecfbb8b31ee1e182c14', 'free_sex_videos_tranny\r\n https://olr.page.link/gttb#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 03:59:17', 'web', '', NULL),
(6591, 'jeffrydeen07@yahoo.com.my', 'c4a1d7ef91d7c140ea0e9ce03c1cafd9', 'a_guide_to_oral_sex\r\n https://okj.page.link/CqDx#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:00:24', 'web', '', NULL),
(6592, 'plona@mail.ru', 'b83dcf7e18f2796b1f1fd28fb3cbd1b6', 'free_pics_of_woman_having_sex\r\n https://vbf.page.link/krfH#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:01:34', 'web', '', NULL),
(6593, 'amri348@yahoo.com', '9ebf79116610109c2ebf5ec001421e11', 'full_sex_vedio\r\n https://ijq.page.link/BZDH#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:02:41', 'web', '', NULL),
(6594, 'victoriameyliu@gmail.com', '8f87d37dbb98eacaa6f9740d36dc46c5', 'free_mature_sex_picture\r\n https://ijq.page.link/uhwc#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:03:48', 'web', '', NULL),
(6595, 'charenedihol37@gmail.com', 'cf5767bcafcfc679bcedb07ef9063560', 'free_pam_anderson_sex_video\r\n https://xsg.page.link/5ZPm#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:04:56', 'web', '', NULL),
(6596, 'harnihbintiali@yahoo.com', '21aabdeeb089323c99279bf9adc0e95b', 'free_older_women_sex_video\r\n https://xsg.page.link/naL6#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:07:14', 'web', '', NULL),
(6597, 'abadkenanga@yahoo.com', 'fc4aa1a0eda1a07c1e284edaf751e4c4', 'adult_sex_gay\r\n https://ijq.page.link/hufu#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:11:59', 'web', '', NULL),
(6598, 'awyllie@gmail.com', 'a01e1101d918ea08e1103cc9dab0a86e', 'free_real_forced_sex\r\n https://ikd.page.link/8WP2#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:12:56', 'web', '', NULL),
(6599, 'fairuz_0802@yahoo.com', 'c508b2c8f7d6763c802d1ce2960504a7', 'bracelet_sex\r\n https://olr.page.link/Wt65#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:14:04', 'web', '', NULL),
(6600, 'nimh76@yahoo.com', '343bbd303db70f8c8e62a531ef02459c', 'free_brutal_sex_vids\r\n https://ujc.page.link/eFut#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:16:16', 'web', '', NULL),
(6601, 'drmehmet2121@gmail.com', '9e79bfe852673e8200f8fa5c4b3d3899', 'female_body_sex\r\n https://vbf.page.link/KZq8#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:18:27', 'web', '', NULL),
(6602, 'izati_zack@yahoo.com', '630e0c54b9831f8de249c1bfa5531ed2', 'beaver_sex_toy\r\n https://nlq.page.link/8Pzu#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:19:34', 'web', '', NULL),
(6603, 'carstickersmalaysia@yahoo.com', 'db9a94bf2da150eae8a221569ab6225f', 'amature_free_sex_video\r\n https://nhg.page.link/fcAc#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:20:41', 'web', '', NULL),
(6604, 'peggyyeap@gmail.com', 'eab2a259ac0a73343b1bd9b40e23ddc0', 'anal_sex_and_bondage\r\n https://ijq.page.link/DQFL#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:22:52', 'web', '', NULL),
(6605, 'cylogisticsent@gmail.com', 'e0f97722bc194da70ff433cb15a2094e', 'ass_play_sex\r\n https://okj.page.link/gc3h#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:27:17', 'web', '', NULL),
(6606, 'hum305@yahoo.com', '392663691c7b377c2f0209d27dc63fee', 'asian_hot_sex_videos\r\n https://okj.page.link/V5VN#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:29:29', 'web', '', NULL),
(6607, 'rahazzee@yahoo.com', '804d63fba0e3deefdc6285c078a09ba8', 'black_guys_and_white_girls_sex\r\n https://nlq.page.link/2bz4#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:31:43', 'web', '', NULL),
(6608, 'izhar_yahya@yahoo.com', '9770cc93a18dd85c968f05dd9fee5f2a', 'brother_has_sex_with_sister\r\n https://ikd.page.link/HVui#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:33:56', 'web', '', NULL),
(6609, 'extrobright@gmail.com', 'ca3a877594e0f7a49ca10e8a7cdd255c', 'best_female_oral_sex\r\n https://olr.page.link/9h9e#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:36:09', 'web', '', NULL),
(6610, 'norainiaffandi@yahoo.com', '95e8788f27f6829d05043e91692659b2', 'free_live_sex_chatrooms\r\n https://nhg.page.link/TvA3#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:37:18', 'web', '', NULL),
(6611, 'silicorn69@gmail.com', 'abe49ac477043dde45b24a4b73b74db1', 'big_anal_sex_video\r\n https://nhg.page.link/Q7bV#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:38:23', 'web', '', NULL),
(6612, 'alhamry.hamdan@gmail.com', 'f946b6a91005e6d20874d5521b007d58', 'birthday_sex_urban_dictionary\r\n https://okj.page.link/t2Dt#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:41:02', 'web', '', NULL),
(6613, 'azanfood@gmail.com', '4b5328cd19a98ea00e47e737d69f01f9', 'free_anal_fisting_sex\r\n https://nhg.page.link/LZXh#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:41:43', 'web', '', NULL),
(6614, 'ejazmin08@yahoo.com', 'b20882128864f8f1cb3a6486cb446905', 'build_sex\r\n https://nlq.page.link/qTVy#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:42:49', 'web', '', NULL),
(6615, 'zariey83@yahoo.com', '67a43d9cdb05b589dddafba46268cae4', 'fantasy_sex_poems\r\n https://ikd.page.link/ggvb#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:43:56', 'web', '', NULL),
(6616, 'aqua_nadiah@yahoo.com', '421028179759658e8d36f1754f60a126', 'birthday_card_sex\r\n https://nhg.page.link/mGFH#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:45:06', 'web', '', NULL),
(6617, 'archana25578@gmail.com', 'de6b98197bd45a4b99441757b9f00fc5', 'free_old_mature_sex\r\n https://okj.page.link/ukzs#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:46:10', 'web', '', NULL),
(6618, 'drfaisalbg@yahoo.com', '142087c4c8fad16f1d9b1f184d1ffb57', 'free_incest_sex_storie\r\n https://nhg.page.link/5PJD#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:47:17', 'web', '', NULL),
(6619, 'flj212@medmail.com.cn', 'b865e0854cbe1157455ee7a9f78ca955', 'free_dirty_sex_videos\r\n https://ujc.page.link/CmoN#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:48:22', 'web', '', NULL),
(6620, 'cutie_mutie2911@yahoo.com', '7473ec4d837a37de78b402fa5ddb0c56', 'anal_sex_video_galleries\r\n https://nlq.page.link/X82A#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:49:28', 'web', '', NULL),
(6621, 'dolmat_09@yahoo.com', '919e90d0d72d29f3a7b4025f0653610c', 'farm_sex_thumbs\r\n https://xsg.page.link/dKeR#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:50:35', 'web', '', NULL),
(6622, 'fullitekei67@gmail.com', 'ad672111896f58db2a9a14cb19942681', 'free_hentai_sex_stories\r\n https://nhg.page.link/BP7t#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:51:42', 'web', '', NULL),
(6623, 'itahanna@gmail.com', '923d5fd536855bab3354a48d2e681cf1', 'free_sex_stories_of_incest\r\n https://vbf.page.link/jUAY#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:53:56', 'web', '', NULL),
(6624, 'pisces_nodra87@yahoo.com', '6d1125c0f073b65fafb498f51963df2b', 'asian_sex_photo\r\n https://olr.page.link/LQkY#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:56:16', 'web', '', NULL),
(6625, 'emeliasyarafina@gmail.com', 'd4e1378e30d630bd0730428b2933b199', 'family_sex_vidios\r\n https://nhg.page.link/GSQu#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:57:19', 'web', '', NULL),
(6626, 'executive.my@gmail.com', '006377691a45219df8ce950bafe8c086', 'full_free_sex_vedio\r\n https://okj.page.link/SoCG#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 04:58:20', 'web', '', NULL),
(6627, 'azyecayunk2809@yahoo.com', '27b6eff8c7745978401eb8a56a928107', 'booty_hot_sex\r\n https://nlq.page.link/kE7A#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:01:40', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(6628, 'cinta.shannika@yahoo.com', '2ce29dcd903b5bc37df5700749bb5524', 'brittany_spears_sex_scene\r\n https://ujc.page.link/o2sd#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:03:55', 'web', '', NULL),
(6629, 'faidzofficial@gmail.com', '680ec61a65edec7b3658568e5a8a8d0c', 'free_18_sex_videos\r\n https://ujc.page.link/iF66#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:06:02', 'web', '', NULL),
(6630, 'shellyfong@gmail.com', 'cf537cfe6b482ae5cf6fd4fa63666000', 'free_3d_animated_sex\r\n https://okj.page.link/NKqu#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:07:08', 'web', '', NULL),
(6631, 'suena89@yahoo.com', '292fa917a87ae459814efcb649272e6c', 'blonde_teacher_sex\r\n https://nhg.page.link/3HCz#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:08:15', 'web', '', NULL),
(6632, 'amzah182@yahoo.com', 'ad04b765e86b6069410068c79bc02a05', 'best_free_sex_dating_site\r\n https://nhg.page.link/y4dV#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:09:20', 'web', '', NULL),
(6633, 'yana_2502@yahoo.com', '0ad678768c3f3d09f65a0909a775c1e0', 'brittney_spears_sex_vid\r\n https://olr.page.link/wme2#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:10:26', 'web', '', NULL),
(6634, 'wojtek.polom@gmail.com', 'cd250983e9a136b548220fa12f0d3587', 'free_videos_of_homemade_sex\r\n https://nhg.page.link/tcf2#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:12:37', 'web', '', NULL),
(6635, 'suziealaliza@gmail.com', '96ba7321ed0caea8cda28a7794a58012', 'anal_fetish_sex\r\n https://xsg.page.link/ZEkd#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:13:43', 'web', '', NULL),
(6636, 'tai_manhunt@yahoo.com.my', '8f6eb984c90aff87652da502c323c204', 'big_gay_sex_show\r\n https://nhg.page.link/Xzev#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:14:50', 'web', '', NULL),
(6637, 'MRGUESS_91@yahoo.com', 'c880d60d6a96ca79e02067316ccae6ee', 'anime_sex_videos_for_free\r\n https://xsw.page.link/vrfe#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:15:57', 'web', '', NULL),
(6638, 'dralpers@hotmail.com', '8e24bd433b183b0b033d0b1c60899cb3', 'free_sex_videos_blowjobs\r\n https://ijq.page.link/MDyi#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:16:58', 'web', '', NULL),
(6639, 'hidayatmasdar96@gmail.com', '7c3bdec25135dbce88f7feb6aa81aff1', 'big_black_sex_video\r\n https://ijq.page.link/Jsmv#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:19:07', 'web', '', NULL),
(6640, 'biocottage@gmail.com', 'e7961002bd23a903270ad0bfd8e1bcbd', 'bisexual_woman_sex\r\n https://okj.page.link/mmM8#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:20:15', 'web', '', NULL),
(6641, 'yan_best@yahoo.com', '1f94dfa39bcbf1b697e1682c9bd4840a', 'funny_sex_quiz\r\n https://xsw.page.link/5Xme#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:21:21', 'web', '', NULL),
(6642, 'rinazaquan@yahoo.com', 'a5121d0ab688a9a37fd251f0a77146ad', 'black_african_sex_video\r\n https://xsg.page.link/HX86#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:22:25', 'web', '', NULL),
(6643, 'roziahsalleh76@gmail.com', 'b0cae5681eec2269a50d2619504314ff', 'female_masturbation_sex_stories\r\n https://ujc.page.link/pZ79#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:24:38', 'web', '', NULL),
(6644, 'sda.nspcokl@yahoo.com', '9d638f52205f30ab4290c1348d880cb4', 'fun_sex_questions_to_ask_your_partner\r\n https://vbf.page.link/VkTV#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:25:46', 'web', '', NULL),
(6645, 'chrisfinnis@hotmail.com', 'bc97d40e72dcacc216a19fd857613eaf', 'bathroom_sex_videos\r\n https://ijq.page.link/RyjN#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:28:02', 'web', '', NULL),
(6646, 'mfengwu@yahoo.com', 'ce81ec1666a9163669190b3b73a27d8e', 'fantasy_sex_tubes\r\n https://xsg.page.link/NtgA#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:31:27', 'web', '', NULL),
(6647, 'kah.guan.brothers@gmail.com', '430839c4b5d7230b4bcfd81dc3233905', 'free_sex_cartoon_pics\r\n https://ikd.page.link/Ppcf#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:32:39', 'web', '', NULL),
(6648, 'atiqahkj@yahoo.com', '23a0291e52c8485e4f7259285ed08435', 'asian_nurse_sex_videos\r\n https://ijq.page.link/oiqv#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:33:42', 'web', '', NULL),
(6649, 'loginzjp002@gmail.com', '443e783d01f4c931c00c2b3e760db0d8', 'free_violent_sex_video\r\n https://ijq.page.link/kmpU#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:37:03', 'web', '', NULL),
(6650, 'dhvanitbhatt@rediffmail.com', '3866f63e6b6fa9765e221c9d413f8374', 'alien_rape_sex\r\n https://olr.page.link/WpFw#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:38:10', 'web', '', NULL),
(6651, 'fairulchanis@yahoo.com', '4d91163f7dc74a0fde5fdf2d187cf805', 'bilder_sex\r\n https://ijq.page.link/sCNN#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:39:15', 'web', '', NULL),
(6652, 'are_inn2806@yahoo.com', '0c3f81a449d31d0d8e5ad1897e393973', 'free_sex_videos_of_wwe_divas\r\n https://ujc.page.link/eRLL#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:40:24', 'web', '', NULL),
(6653, 'wang_weixiang@hotmail.com', '8e67d109b1239ec58775622df3793c25', 'adult_sex_cartoon_games\r\n https://ijq.page.link/QL6B#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:43:41', 'web', '', NULL),
(6654, 'drhazmil@yahoo.com', '4b59864337d34bf064e627b5025ccea6', 'free_ebony_porn_sex\r\n https://ujc.page.link/LwHv#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:44:45', 'web', '', NULL),
(6655, 'tunekijima@gmail.com', 'fd7934255523b67574a60f215134bc4c', 'bbw_sex_blog\r\n https://nhg.page.link/xTT9#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:45:53', 'web', '', NULL),
(6656, 'ersagunkaraguzel@gmail.com', 'd5f2c1b5ee493cbaa147860db42fb702', 'ass_fuck_anal_sex\r\n https://ikd.page.link/tnww#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:46:59', 'web', '', NULL),
(6657, 'u9908036@gmail.com', '1e4f6ef4ee2e82a696cc2275f9129b27', 'free_sex_partner_site\r\n https://nlq.page.link/5aT5#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:48:05', 'web', '', NULL),
(6658, 'mrroy5827@yahoo.com.sg', '78085a35aed17c3869cb28899bad9040', 'free_download_sex_clip\r\n https://ujc.page.link/oSg5#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:49:11', 'web', '', NULL),
(6659, 'jjx6118@yahoo.com.my', '5fd12a2d2c10f8a7a7a114c517855b88', 'fat_emo_sex\r\n https://xsg.page.link/tc4X#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:51:24', 'web', '', NULL),
(6660, 'kha_dijah2912@yahoo.com', '7a58e1d327d9cf025b611d4cf68cd238', 'black_sex_stream\r\n https://nhg.page.link/GSQu#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:52:30', 'web', '', NULL),
(6661, 'zacxplore_83@yahoo.com', '86ed521434b50ebefa6e5f61095e939b', 'blond_sex_tube\r\n https://nlq.page.link/wuhk#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:54:43', 'web', '', NULL),
(6662, 'wanda_4ever89@yahoo.com', 'cda96824564c2f93280ec63f71697e68', 'free_hentai_cartoon_sex\r\n https://ujc.page.link/YRrK#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:55:50', 'web', '', NULL),
(6663, 'kpdsecure@gmail.com', 'deb15733bc853c2248552c8d416f6ab0', 'fantasy_sex_tubes\r\n https://olr.page.link/xZp3#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 05:59:06', 'web', '', NULL),
(6664, 'ch2o.hiwonder@gmail.com', '3901f329ecb15d4d21a7d4b33fdd2778', 'father_sex_tube\r\n https://nlq.page.link/ziWo#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:00:13', 'web', '', NULL),
(6665, 'azwad_jr@yahoo.com', '441eaa28104d95f94255248674d33979', 'free_disney_sex_movies\r\n https://vbf.page.link/DDUx#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:02:24', 'web', '', NULL),
(6666, 'eegbagbe@yahoo.com', 'c311bd5e976559a89981a1d6cdd99d4c', 'asian_on_asian_sex\r\n https://nhg.page.link/QMDZ#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:03:31', 'web', '', NULL),
(6667, 'iech_magdich@yahoo.com', 'e6b27b4b6cc628a21982669712a1e49e', 'anal_sex_scenes_in_movies\r\n https://okj.page.link/wnKG#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:04:37', 'web', '', NULL),
(6668, 'zarul.shahrin@yahoo.com', 'beab1fa229b8c8ce3dfddc39e294dcc7', 'brtiney_spears_sex\r\n https://ijq.page.link/cCfm#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:07:56', 'web', '', NULL),
(6669, 'Puteri_Misha78@yahoo.com', '381dccb3b421bbf8cfdfafb1a97f3dca', 'fairly_odd_parents_drawn_sex\r\n https://ikd.page.link/Dt6p#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:09:01', 'web', '', NULL),
(6670, 'zettyzulhani@yahoo.com', '2828efe96b157a85a4dd22bb9d6bc1fe', 'bisexual_women_sex\r\n https://ujc.page.link/8suf#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:10:07', 'web', '', NULL),
(6671, 'weiwang3666@hotmail.com', 'ae317dbda44f97e7a120bb5163534d8e', 'amature_latin_sex\r\n https://xsg.page.link/kfZW#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:11:12', 'web', '', NULL),
(6672, 'are_use88@yahoo.com', '0118c9aac075f0a1dcda4fff2493773e', 'free_sex_toons_videos\r\n https://ujc.page.link/1Lok#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:12:18', 'web', '', NULL),
(6673, 'govindtheraj@gmail.com', 'b09df8ebc45dc4e1c00383f05efcfba2', 'adult_sex_women\r\n https://vbf.page.link/Luvf#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:13:26', 'web', '', NULL),
(6674, 'ct_fairus88@yahoo.com', '2ee3acdd5416a927255284d6aea6cfbd', 'black_guys_and_white_girls_having_sex\r\n https://ijq.page.link/z4hC#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:14:33', 'web', '', NULL),
(6675, 'pecolmarklee@gmail.com', '47b2d8a8a7258e1d42462a8f20e20f49', 'free_sex_with_busty_girls\r\n https://nlq.page.link/wgVu#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:15:39', 'web', '', NULL),
(6676, 'dalilati@operamail.com', 'c9473f585801b2a9a331280aa295f4b3', 'bbw_sex_story\r\n https://xsg.page.link/UWkG#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:16:45', 'web', '', NULL),
(6677, 'irwan_rosli@ymail.com', '41d241f8a9772fc4c955250100cef3e7', 'fre_sex_movie\r\n https://nlq.page.link/sEnF#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:17:51', 'web', '', NULL),
(6678, '446hori@gmail.com', 'd6c3fd9e52ddef5b090ad22182bdafe1', 'farm_sex_free_videos\r\n https://nlq.page.link/ibqn#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:18:56', 'web', '', NULL),
(6679, 'desuvara@gmail.com', '3bec3a07c37c37f0c86cd35c658dcfbc', 'black_girls_having_sex_pics\r\n https://nhg.page.link/SCEY#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:20:01', 'web', '', NULL),
(6680, 'balqissanjungb@gmail.com', '48cddffcb233143079cf9c89534f61aa', 'free_real_amatuer_sex\r\n https://xsg.page.link/1NPM#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:22:15', 'web', '', NULL),
(6681, 'puteriimpian33@gmail.com', '752193529be84910ee68edf90330e130', 'all_adult_sex_games\r\n https://olr.page.link/xsyr#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:24:28', 'web', '', NULL),
(6682, 'harunzalilah@yahoo.com', '0d7ea7fb53bfbe8355e909ec70f65211', 'family_sex_parties\r\n https://ijq.page.link/tBaz#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:26:39', 'web', '', NULL),
(6683, 'zaenira@gmail.com', '9e2af597504989de244811307df6b0d6', 'ball_sex_toys\r\n https://ijq.page.link/y2Va#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:27:45', 'web', '', NULL),
(6684, 'nurulaffizah@gmail.com', '64461d0cfa25f2eb459e28b5380c7aed', 'buffy_da_body_sex_tape\r\n https://xsg.page.link/RjpM#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:28:51', 'web', '', NULL),
(6685, 'avi.yosipof@gmail.com', 'e3ba415de70a70a1b587413fe7513c5f', 'adult_erotic_sex_games\r\n https://okj.page.link/VJMr#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:32:12', 'web', '', NULL),
(6686, 'miracle_sinchan@yahoo.com', 'a4f29314c84059b5b7f72640ea992627', 'bridge_sex_position\r\n https://okj.page.link/SGWS#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:33:20', 'web', '', NULL),
(6687, 'masemsb@gmail.com', 'bc15be793b3c126dc89e00c5daf9e52c', 'best_free_sex_video_website\r\n https://vbf.page.link/9PE7#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:34:25', 'web', '', NULL),
(6688, 'arvind.sidhu@yahoo.com', '9d4e30c4f7146d09e292fa46f164c761', 'be_a_phone_sex_operator\r\n https://ujc.page.link/iZ8H#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:35:32', 'web', '', NULL),
(6689, 'hpmie80@gmail.com', 'c6968c1daadbf3b984d697dfd8c42122', 'anal_dog_sex\r\n https://ujc.page.link/zYnG#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:36:38', 'web', '', NULL),
(6690, 'rssrz91@gmail.com', 'cfa69fe37978c0ecd504d2332e3aa996', 'angelina_jolie_cartoon_sex\r\n https://okj.page.link/b5bS#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:37:45', 'web', '', NULL),
(6691, 'nr_aiiyu@yahoo.com', '3a05ea7657d75f10ecacf5ab436c672c', 'amature_k9_sex\r\n https://ikd.page.link/tFo8#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:38:55', 'web', '', NULL),
(6692, 'aduhaiya@gmail.com', '22a9bef10b70f59b459b7747c7187693', 'fantasy_porn_sex\r\n https://xsg.page.link/xjKu#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:40:02', 'web', '', NULL),
(6693, 'pradipdeshmukh@gmail.com', 'd023c3b224f68af55dcb3475d68dca56', 'free_webcam_sex_clips\r\n https://ijq.page.link/4D6z#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:43:23', 'web', '', NULL),
(6694, 'globemal98@gmail.com', '99b2f2f7bc0c82514874ae2cb4b90706', 'free_real_celebrity_sex_tapes\r\n https://xsg.page.link/3Lt4#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:44:31', 'web', '', NULL),
(6695, 'annieem_7@yahoo.com', '35d29ea7f5055b61be2163c72ddefb67', 'free_gay_boys_sex_videos\r\n https://nhg.page.link/kRKW#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:45:38', 'web', '', NULL),
(6696, 'az_ina2001@yahoo.com', '14e99c86821f79a0756ba6562dadaa89', 'ass_sex_big\r\n https://ijq.page.link/fGid#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:46:47', 'web', '', NULL),
(6697, 'binjaal04@yahoo.com.sg', '41d272f02ea0285976fe8b836efce794', 'brooke_skye_sex_video\r\n https://nhg.page.link/mKK6#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:50:11', 'web', '', NULL),
(6698, 'iron.ferum@gmail.com', '6109418eed578edfe40141319d1c3194', 'birthday_sex\r\n https://ikd.page.link/aCdL#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:51:23', 'web', '', NULL),
(6699, 'marliza_z@yahoo.com', '05c0df6777f4940a0b78393288d18314', 'birthday_sex_remix\r\n https://vbf.page.link/Wwut#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:52:29', 'web', '', NULL),
(6700, 'gaosi.xu@gmail.com', '2154edb24feed8a7da9eab095bf12e38', 'black_sex_trailer\r\n https://nhg.page.link/8Qop#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:54:40', 'web', '', NULL),
(6701, 'faizaltahir85@gmail.com', '14919578b24bea8d86eb94e39ae99741', 'best_friend_gay_sex\r\n https://xsg.page.link/7d4F#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:55:45', 'web', '', NULL),
(6702, 'four4u2e_hr@yahoo.com', 'b51f2036049938b1a44af0a627602b58', 'female_oral_sex_protection\r\n https://okj.page.link/MmWb#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:56:50', 'web', '', NULL),
(6703, 'ahmedwaqas1990@hotmail.com', 'ef11b71ac360b456bf79207009b9c7bd', 'big_breast_sex_pics\r\n https://nlq.page.link/Ab9h#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 06:59:03', 'web', '', NULL),
(6704, 'elizazrul@yahoo.com.my', 'e518715fc1777b84d418ec0366eb1b9a', 'big_woman_sex_video\r\n https://ikd.page.link/gM1R#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:00:11', 'web', '', NULL),
(6705, 'hashimyusuf1966@gtmail.com', 'c8cff0cc27099b6f44a49f38eb81f521', 'fat_mature_sex_videos\r\n https://vbf.page.link/v3jy#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:01:17', 'web', '', NULL),
(6706, 'iEYan_90@yahoo.com', 'cf5fb288d65597f7fbf4753255327754', 'fuk_sex\r\n https://nhg.page.link/BQ2y#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:03:30', 'web', '', NULL),
(6707, 'nur_irin@yahoo.com', '2569e51e04a70f4ab9c0bcd1cc37aaae', 'first_lesbians_sex\r\n https://ujc.page.link/w4wY#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:04:37', 'web', '', NULL),
(6708, 'zenfantasy87@gmail.com', '633722d36ed10e3b46c4d62ba2e85257', 'forced_anal_sex\r\n https://okj.page.link/93rk#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:05:45', 'web', '', NULL),
(6709, 'abbj65@gmail.com', '39f1e4c03636087a250d40a31ecdf78c', 'blonde_phone_sex\r\n https://okj.page.link/dkcg#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:07:58', 'web', '', NULL),
(6710, 'mohfaztrg@yahoo.com', 'eb6bc9d44f4aa2e9ada1ba65f8ebc928', 'black_monster_cock_sex\r\n https://ujc.page.link/r5qx#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:10:09', 'web', '', NULL),
(6711, 'dmuling@gmail.com', '86883fe79bacaf4e6a905c75b4794dcb', 'free_mature_oral_sex\r\n https://vbf.page.link/HdjM#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:13:31', 'web', '', NULL),
(6712, 'alicelohls@gmail.com', 'c06419b66e68bd648bc571b282c12a6f', 'anal_sex_with_sister\r\n https://ijq.page.link/SEnF#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:14:36', 'web', '', NULL),
(6713, 'zaiheda.adehiaz@gmail.com', 'd02374d31135c48d293dc87a527277cc', 'black_lesbian_sex_tapes\r\n https://vbf.page.link/61y4#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:15:42', 'web', '', NULL),
(6714, 'rosalie.boyce@gmail.com', 'becea52f525ba4496faf16e49f68ba57', 'fat_chicks_having_sex_videos\r\n https://nhg.page.link/ZYaq#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:16:51', 'web', '', NULL),
(6715, 'asriee10@yahoo.com', 'f5b7f64a8543d1daeafb48f34d216899', 'fuck_and_suck_sex\r\n https://vbf.page.link/dfon#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:17:55', 'web', '', NULL),
(6716, 'xyzsma@yahoo.com', '2b9981a273304e03b925e5a81879b7c9', 'black_man_and_white_woman_having_sex\r\n https://nhg.page.link/H3GF#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:19:00', 'web', '', NULL),
(6717, 'jie_77@yahoo.com', 'd2f7821827c5afc115e9b0a7598b6f17', 'amateur_shower_sex\r\n https://ujc.page.link/SNtE#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:20:06', 'web', '', NULL),
(6718, 'ezzan83@gmail.com', 'b0c1ea8464123ef719c2b1657aa80591', 'alien_sex_experiments\r\n https://xsw.page.link/nSNV#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:21:11', 'web', '', NULL),
(6719, 'mie_are@yahoo.com', 'bcf7a0369d84fbc0f78d382894ea819e', 'free_wife_sex_video\r\n https://nlq.page.link/wiy1#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:23:25', 'web', '', NULL),
(6720, 'vittorio.ramella@gmail.com', 'dfc8da4a5bf5c94dba98d4af9963634f', 'free_sex_spanking_video\r\n https://ijq.page.link/JJre#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:24:31', 'web', '', NULL),
(6721, 'linzixuc@hotmail.com', 'ccd33dd54fc8ab1b85b3739f711e5119', 'free_sex_chat_no_registration\r\n https://nhg.page.link/qhS3#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:25:35', 'web', '', NULL),
(6722, 'halim_sweet666@yahoo.com', 'c71a6f9d456cc438aa49e0457dfc41d8', 'amateur_homemade_sex\r\n https://nlq.page.link/X82A#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:28:54', 'web', '', NULL),
(6723, 'nch80@yahoo.com', '951f4cecd6ee7c5b03e96d7d031666b8', 'amature_oral_sex\r\n https://vbf.page.link/H9uV#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:29:59', 'web', '', NULL),
(6724, 'mehmetkaval@hotmail.com', '4870e1d73d2d3e13e8440c0899d6a98c', 'adult_sex_online_game\r\n https://okj.page.link/uRo8#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:31:04', 'web', '', NULL),
(6725, 'ieylamail@yahoo.com', 'da4fbd98c203e673c24df4ce06a386f5', 'black_miget_sex\r\n https://xsg.page.link/9UGd#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:32:09', 'web', '', NULL),
(6726, 'qunzhou.hust@gmail.com', '99061790f28573f64402e0477a022755', 'asian_girl_sex_xxx\r\n https://nhg.page.link/fPJP#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:33:15', 'web', '', NULL),
(6727, 'sahar.hisystem@gmail.com', '512337150b80f28d51d207c73ad6703a', 'free_full_celebrity_sex_tapes\r\n https://ujc.page.link/5FMM#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:34:21', 'web', '', NULL),
(6728, 'acamlee@gmail.com', 'bcd2772d18221ebae7fbf7c91b115bd1', 'andi_pink_sex_tape\r\n https://xsg.page.link/p218#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:35:26', 'web', '', NULL),
(6729, 'shark_here91@yahoo.com', 'a5830cda269218de09e32898a5ece50b', 'bleeding_right_after_sex\r\n https://xsg.page.link/ikWb#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:37:40', 'web', '', NULL),
(6730, 'rafflesia7@yahoo.com.my', '2512ed210788b757f2b2a5b0adf80007', 'femdom_sex_vids\r\n https://ikd.page.link/nhNS#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:38:45', 'web', '', NULL),
(6731, 'asyrafchew@yahoo.com', '6549a14e294b65c073921c9f4db75370', 'forced_wife_sex_stories\r\n https://nlq.page.link/MjYC#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:39:51', 'web', '', NULL),
(6732, 'balint621@gmail.com', '21dfc544f59bdc8525efeadc1160a87c', 'anal_sex_video_amateur\r\n https://xsw.page.link/F9hV#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:46:28', 'web', '', NULL),
(6733, 'rizuanfouzi@yahoo.com', '0cd12d5b553e758af726620a8fae5ff4', 'anal_sex_forced\r\n https://ikd.page.link/rh73#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:47:34', 'web', '', NULL),
(6734, 'alpanestar@yahoo.com', '42a92503ba364bfe30db6a0732cdf894', 'adult_online_sex\r\n https://nlq.page.link/1xip#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:48:41', 'web', '', NULL),
(6735, 'huayfang83@yahoo.com', 'eb7a364abf1dccbf4be281ff725d1501', 'black_girl_sex_pic\r\n https://vbf.page.link/ZF39#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:49:46', 'web', '', NULL),
(6736, 'cds_moh@yahoo.com', 'a52316b14528c159b7ee719c592408a0', 'angelina_jolie_sex_comics\r\n https://olr.page.link/JP4t#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:50:55', 'web', '', NULL),
(6737, 'kcny_gemini@yahoo.com', 'f6240b01438bafb975de8b4d4545f615', 'asian_erotic_sex\r\n https://ikd.page.link/aBua#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:53:08', 'web', '', NULL),
(6738, 'chouaib@hotmail.com', 'db2d338b91511e6e86e50b05c1fbc710', 'free_movie_sex_scenes\r\n https://okj.page.link/ETja#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:54:17', 'web', '', NULL),
(6739, 'asmilabdullah@yahoo.com', '1aafa86280f154f2f7993f8f3fa77182', 'black_girls_white_guys_sex_videos\r\n https://olr.page.link/w4aw#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:55:25', 'web', '', NULL),
(6740, 'benjamin.jf.liu@gmail.com', 'fad1de670240d3d4e5b8da9fe6c80034', 'asian_sex_film\r\n https://xsw.page.link/Eu41#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:56:32', 'web', '', NULL),
(6741, 'twenty_twenty@hotmail.com', 'f4d0e11ebc5c6b3875f8fa0fc34ecfa2', 'freaky_black_sex\r\n https://okj.page.link/Jv3M#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:57:39', 'web', '', NULL),
(6742, 'tupperwarewithlove@gmail.com', '3bba21ea7590534f372ceefec6c6609f', 'black_men_gay_sex_videos\r\n https://ijq.page.link/EjfF#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:58:46', 'web', '', NULL),
(6743, 'hanykamelsaid@yahoo.com', '7805d9bfa8de110c389dbbe94b130ed3', 'asian_sex_teens\r\n https://nhg.page.link/8TFN#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 07:59:53', 'web', '', NULL),
(6744, 'nizam_jebat@yahoo.com', '79620975d31783ecca03901fa28c4835', 'free_sex_game_ideas\r\n https://vbf.page.link/2xuH#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:02:09', 'web', '', NULL),
(6745, 'amro_elgez@yahoo.com', '4c80d3f525b73b4077edadc291afabb1', 'bhabhi_devar_sex\r\n https://ikd.page.link/AMNn#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:03:16', 'web', '', NULL),
(6746, 'ningxie512@gmail.com', '3ca51f414fdfcfd3a8726fb6394b7e41', 'ass_videos_sex\r\n https://ujc.page.link/CWA3#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:06:37', 'web', '', NULL),
(6747, 'antaratek@gmail.com', 'd8380af6b042499c31e4935e0487fa37', 'amateur_sex_video_gallery\r\n https://olr.page.link/nLgf#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:07:42', 'web', '', NULL),
(6748, 'jain.tanu25@gmail.com', 'd238f50fd5229b4d143a2a03df96d901', 'bees_sex\r\n https://xsg.page.link/ZZEU#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:09:54', 'web', '', NULL),
(6749, 'muhammad_ym90@ymail.com', '73c3c42ea1ab3997bae0e253caf6326a', 'bouncer_sex_toy\r\n https://nlq.page.link/w2RY#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:11:01', 'web', '', NULL),
(6750, 'emilabo@gmail.com', 'ea2088175aed57934bca3facf57b5863', 'amateur_swingers_sex_videos\r\n https://vbf.page.link/M3To#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:13:15', 'web', '', NULL),
(6751, 'fatihahfadil87@gmail.com', '99af7d7c69d61fdb04b56aa86db90e72', 'free_old_lesbian_sex\r\n https://ujc.page.link/rJ4v#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:14:21', 'web', '', NULL),
(6752, 'bizzonenet@gmail.com', '715c1559b100fb2ed83deaa38efc75fb', 'father_gay_sex\r\n https://vbf.page.link/fPwc#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:16:33', 'web', '', NULL),
(6753, 'lijie203076@yahoo.com', 'b4e80bf393f84b1a3aac8b37e753a35b', 'bbw_lesbians_having_sex\r\n https://olr.page.link/5YYd#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:17:39', 'web', '', NULL),
(6754, 'kokchangpin@yahoo.com', 'c24c613e5424d74b890941d0e4abef2f', 'adult_sex_meeting_sites\r\n https://vbf.page.link/tkVo#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:22:04', 'web', '', NULL),
(6755, 'goldengoldsb@gmail.com', 'f469919498a353230df908900777b2d6', 'free_live_sex_chat_sites\r\n https://xsg.page.link/6bqx#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:23:11', 'web', '', NULL),
(6756, 'bgssmart04@gmail.com', 'b70dd3909febbc5f83b4f174ab048215', 'asian_sex_stars\r\n https://okj.page.link/VB5c#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:24:17', 'web', '', NULL),
(6757, 'keewooi78@hotmail.com', 'c23b00932af8384f7405715c117a213e', 'amature_home_made_sex_video\r\n https://xsg.page.link/1NPM#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:26:28', 'web', '', NULL),
(6758, 'robertambrosini@gmail.com', 'dc118690993be849faa173443d842b0a', 'bangla_sex_film\r\n https://ikd.page.link/VvdY#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:28:39', 'web', '', NULL),
(6759, 'xiaolinglinsysu@gmail.com', '4a7ee03df572beb76d95aa5a41224c15', 'best_butt_sex\r\n https://xsw.page.link/ErkC#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:29:48', 'web', '', NULL),
(6760, 'nasir.rts@gmail.com', '1e48599df1520751f54c0b6fe90eee6d', 'bra_during_sex\r\n https://xsw.page.link/Hgef#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:30:55', 'web', '', NULL),
(6761, 'aesha_pinky91@yahoo.com', '2bf0b0d6f8a7222fd7560b44570ba66e', 'butt_sex_girl\r\n https://ikd.page.link/9mKR#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:35:18', 'web', '', NULL),
(6762, 'vilashini3_93@yahoo.com', 'efe45432f8d629b2142e614a2f8ced42', 'adult_sex_webcam_chat\r\n https://ikd.page.link/Lsqs#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:36:24', 'web', '', NULL),
(6763, 'airworth@gmail.com', '9df957c3c4bfaa5f19dc19d299a02562', 'free_amature_sex_cam\r\n https://ijq.page.link/pLhK#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:38:35', 'web', '', NULL),
(6764, 'nursyamimiabdhalim@gmail.com', 'dc108a77924b370f4767e63051fdfb4c', 'free_voyeur_cam_sex_galleries\r\n https://xsw.page.link/veFD#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:40:47', 'web', '', NULL),
(6765, 'mmautosb@gmail.com', '38f4bc647ee069e13a264d1d5818b01a', 'big_boob_girls_having_sex\r\n https://xsg.page.link/gEUU#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:44:08', 'web', '', NULL),
(6766, 'deathstrike_83@yahoo.com', '39f17d04af98c368d55da799ca798af8', 'anal_sex_male\r\n https://ujc.page.link/Jgj8#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:45:15', 'web', '', NULL),
(6767, 'meerzaali@gmail.com', '60b178ca22498c64e825df88f7641a91', 'about_gay_sex\r\n https://ikd.page.link/Hxh4#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 08:47:30', 'web', '', NULL),
(6768, 'rimbahotel@gmail.com', 'ef16e67abea0ad4e25da00aafcc555d2', 'after_school_sex_life\r\n https://olr.page.link/BybY#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:24:09', 'web', '', NULL),
(6769, 'nurul_metamilion@yahoo.com.my', 'dec57fc77374855e41d969e58368e511', 'female_sex_changes\r\n https://okj.page.link/Wjjs#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:26:17', 'web', '', NULL),
(6770, 'darenlkc@gmail.com', 'd74192501fd429090b400c7814e57500', 'free_amatuer_home_sex_videos\r\n https://nhg.page.link/u4bs#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:28:23', 'web', '', NULL),
(6771, 'kasihadila@gmail.com', '3598092dcf70056140796ca2d1ac81c1', 'big_brother_sex_hot\r\n https://vbf.page.link/BVAH#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:29:27', 'web', '', NULL),
(6772, 'zaidi_cim@yahoo.com.sg', 'ddc4a332346a9134dae378bf37071ca2', 'free_sex_videos_for_couples\r\n https://xsw.page.link/pBAA#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:30:31', 'web', '', NULL),
(6773, 'exzoninternal@gmail.com', 'b4408d8497b7953a60123662ede5844a', 'free_virtual_sex_doll\r\n https://ijq.page.link/ytPa#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:31:33', 'web', '', NULL),
(6774, 'seemachem.gautam@gmail.com', '69379bcabe5467f5c4ed5e5b89aa7439', 'big_ass_free_sex_movies\r\n https://nhg.page.link/6QHE#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:34:40', 'web', '', NULL),
(6775, 'asz.onez0205@gmail.com', '7571729ab7fcee4973410fd48393c7c1', 'anime_sex_move\r\n https://vbf.page.link/J24Y#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:35:43', 'web', '', NULL),
(6776, 'swmpath@gmail.com', '10ef45cd3e76662fc600c109cf93a010', 'adult_baby_phone_sex\r\n https://xsw.page.link/J3r5#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:38:50', 'web', '', NULL),
(6777, 'nzannon@gmail.com', '9ea0ae54cbf3bcb956597c225ecc382e', 'black_woman_white_man_sex_videos\r\n https://nlq.page.link/auXV#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:39:51', 'web', '', NULL),
(6778, 'alvinwinwin@gmail.com', 'c169e9abc71f6ea79f58fcb7b7433de1', 'free_home_sex_vids\r\n https://ujc.page.link/M1vj#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:41:57', 'web', '', NULL),
(6779, 'paola.gaio@gmail.com', '0b6d83ec10c68e1dc8ea7b290330fe18', 'free_adult_sex_cartoons\r\n https://ikd.page.link/8R9n#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:47:09', 'web', '', NULL),
(6780, 'nazkesumarimba2927@gmail.com', '988b8ab1dd379ff8026c82d6ab3727ea', 'fisting_sex_story\r\n https://vbf.page.link/61y4#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:48:11', 'web', '', NULL),
(6781, 'rasma_dimeng@yahoo.com', '8985e4247051579b1f959cf71617d9a3', 'best_sex_ever_porn\r\n https://olr.page.link/71bV#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:50:18', 'web', '', NULL),
(6782, 'eaglesheng@hotmail.com', '2fe0346cf7216db3b67b3997fb5f4616', 'fat_arab_sex\r\n https://xsw.page.link/bVV5#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:52:21', 'web', '', NULL),
(6783, 'cj0066@gmail.com', '706fffc748ffe5d1f74713c56f023603', 'forced_threesome_sex\r\n https://ujc.page.link/ugLR#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:53:26', 'web', '', NULL),
(6784, 'mohdkamalariffin@gmail.com', 'fbeb054f475fd263e380f277c65af4e4', 'bachelorette_sex_video\r\n https://xsg.page.link/bec5#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:54:28', 'web', '', NULL),
(6785, 'essesb1@gmail.com', 'ab0f7e8aeb4dfc21b162763182faf298', 'ben_10_sex_game\r\n https://nhg.page.link/jWcT#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:56:37', 'web', '', NULL),
(6786, 'wfcomsdnbhd@gmail.com', 'd5ca8068d5618a763b9be57923f25004', 'best_hottest_sex\r\n https://xsw.page.link/KMFP#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:58:45', 'web', '', NULL),
(6787, 'along_yzr2m1@yahoo.com', '4137b7350505fbb62343ae27649f91d9', 'best_anal_sex_toys\r\n https://vbf.page.link/DzGU#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 14:59:48', 'web', '', NULL),
(6788, 'segimindaniaga2012@gmail.com', '89e56c6d703f2b0a6a29dd5b49d61d55', 'free_videos_of_hard_sex\r\n https://ujc.page.link/SK7e#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:00:51', 'web', '', NULL),
(6789, 'khairulhafizi89@yahoo.com', '3f5182d7f50b854e95be36c334a4424a', 'bollywood_sex_scandals_video\r\n https://xsw.page.link/Uweu#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:03:58', 'web', '', NULL),
(6790, 'ideanana@yahoo.com', 'fbd1fd7fe96c92b03823356c3d1832e4', 'free_gay_college_sex_videos\r\n https://olr.page.link/bxwf#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:05:02', 'web', '', NULL),
(6791, 'horng_lee@yahoo.com', 'a9a45bdde4812c3a4e0aeb9522e06645', 'free_sex_pussy_video\r\n https://nhg.page.link/99kY#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:07:09', 'web', '', NULL),
(6792, 'the_champion91@yahoo.com', 'c6e181c16f5346495e543ee181fbfbf5', 'best_sex_teens\r\n https://vbf.page.link/UaZh#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:08:11', 'web', '', NULL),
(6793, 'jeevechen@gmail.com', 'fdf6aa859c5f34c17b55cb98b78870c0', 'free_asian_sex_xxx\r\n https://nhg.page.link/skzR#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:09:16', 'web', '', NULL),
(6794, 'rinaldipd@gmail.com', '8b4444967eeb99072c7258cc3243d0b4', 'big_sex_black\r\n https://vbf.page.link/HWzH#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:10:20', 'web', '', NULL),
(6795, 'nurulaidaalias@gmail.com', '32113092f84aea3561baa812d07301ea', 'benny_benassi_sex\r\n https://nhg.page.link/UKFV#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:11:23', 'web', '', NULL),
(6796, 'darwinizwan@gmail.com', '3fa2823cb33399ba05b6d8e999a986d9', 'boys_sex_vid\r\n https://ikd.page.link/f749#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:12:24', 'web', '', NULL),
(6797, 'drliangyj@gmail.com', '68f2e8b8c9667299fb596581f51b16ed', 'free_oral_sex_games\r\n https://olr.page.link/zfGD#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:17:45', 'web', '', NULL),
(6798, 'jiunner@gmail.com', 'ec2698e46318e7996d547a4e0cce8041', 'free_celebrities_sex_videos\r\n https://okj.page.link/Y87M#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:21:59', 'web', '', NULL),
(6799, 'opraneet@hotmail.com', 'f7b86e664b0501707932db840566c377', 'adult_sex_porn_tv_com\r\n https://xsw.page.link/Bn7B#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:23:04', 'web', '', NULL),
(6800, 'rusihasulongalias@gmail.com', '6863e6e9a0e992e71e43ab774330f052', 'adult_sex_contact\r\n https://xsw.page.link/viwW#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:25:11', 'web', '', NULL),
(6801, 'anna_angezls@yahoo.com', '80b7e0fc4b1963fec04f5bf4434cc2bd', 'arab_video_sex\r\n https://xsw.page.link/cjms#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:26:15', 'web', '', NULL),
(6802, 'hjhmidahenterprise@gmail.com', '09cc840fcaaee8bf1c75529c3577c7d0', 'boys_sex_stories\r\n https://vbf.page.link/21rd#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:27:19', 'web', '', NULL),
(6803, 'dvdpss91@gmail.com', 'ab433c0063ff4492ec7eaf33f54f554e', 'bisexual_sex_stories\r\n https://ikd.page.link/MNfT#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:28:25', 'web', '', NULL),
(6804, 'drkumaranupama@rediffmail.com', 'dd231a9809acb02f42427bee32df8838', 'forced_girl_on_girl_sex\r\n https://nlq.page.link/kbLe#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:29:29', 'web', '', NULL),
(6805, 'haizah_nor77@yahoo.com', '09101660254b82cce5c8fb2c0665fe6c', 'anime_sex_tits\r\n https://ikd.page.link/PBdc#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:30:32', 'web', '', NULL),
(6806, 'annis_natasha@yahoo.com', '4260a9b3040def3921c45c95b5b3bb94', 'bbw_outdoor_sex\r\n https://olr.page.link/C1ri#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:32:38', 'web', '', NULL),
(6807, 'ewany_gurlsky87@yahoo.com', '84af516ac303c909ac4ad19fcac67a82', 'butt_sex_toys\r\n https://xsw.page.link/HMKe#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:33:42', 'web', '', NULL),
(6808, 'hamindhal@yahoo.com.my', '1ef07c28c6f553249a1fc5724afbb548', 'free_big_ass_sex_video\r\n https://nhg.page.link/Co5h#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:34:44', 'web', '', NULL),
(6809, 'armstrength.hr@gmail.com', 'f77a556b90d81b4666f1d43bf95a38a3', 'free_amateur_couples_sex\r\n https://xsw.page.link/eLWY#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:36:51', 'web', '', NULL),
(6810, 'lysa1303@yahoo.com', 'eda80b30e29a2a579bc57bce36bee564', 'amatuer_sex_pic\r\n https://xsw.page.link/ympK#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:39:59', 'web', '', NULL),
(6811, 'ad2din@yahoo.com', '713f93c68f2219867000163a5873ba80', 'filmi_sex\r\n https://ujc.page.link/ARFm#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:41:03', 'web', '', NULL),
(6812, 'sshevchenko2003@hotmail.com', '95c823e17882f6b8c39ad2237dff95b7', 'free_nude_sex_chat\r\n https://vbf.page.link/WAQJ#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:43:09', 'web', '', NULL),
(6813, 'dolt84@gmail.com', '584b9b4b8edeea3a23c2fc25a6073ef4', 'adult_sex_chat_room\r\n https://ikd.page.link/Xd9D#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:44:13', 'web', '', NULL),
(6814, 'soonbee2010@hotmail.com', 'd7b62f13005601ab81b65f02a2a11c81', 'amateur_wife_sex_tapes\r\n https://okj.page.link/aaHs#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:46:19', 'web', '', NULL),
(6815, 'wans2907@gmail.com', '6b65c54f6b64baa76c55fde03189b69a', 'free_sex_webcam_site\r\n https://ikd.page.link/i8rR#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:48:26', 'web', '', NULL),
(6816, 'niesamohd666@gmail.com', 'f1b46e011f6789b4ac1bd263fad4ad03', 'free_download_sex_mp4\r\n https://olr.page.link/nEkr#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:49:30', 'web', '', NULL),
(6817, 'wahida_fpssb@yahoo.com', 'deb7d4b63c7cfbefc2602401b807176a', 'free_forced_sex_pictures\r\n https://ikd.page.link/orF3#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:50:33', 'web', '', NULL),
(6818, 'elder.pupo@yahoo.com', '69e11dc127b7342964655578f993d80a', 'find_sex_sites\r\n https://nhg.page.link/jkrq#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:52:40', 'web', '', NULL),
(6819, 'azwa_limegreen@yahoo.com', 'c0d8c506269821d849839eb7824d0bdc', 'free_interracial_sex_cartoons\r\n https://okj.page.link/z5gJ#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:53:41', 'web', '', NULL),
(6820, 'ai.smartps@gmail.com', 'e7ebf4e7bb7ad48b77cf1e2cedde1fe6', 'boy_and_girl_having_sex_porn\r\n https://olr.page.link/W7s4#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:55:49', 'web', '', NULL),
(6821, 'zhongming.qian@yahoo.com', 'fcbdff4f553a0dc8c4ef69df660b1a3d', 'free_sex_prons\r\n https://vbf.page.link/1nJp#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:56:52', 'web', '', NULL),
(6822, 'sherwanihoneybee@gmail.com', '66e5398338b3cc44b73b9660f9f0aba4', 'bbw_sex_hub\r\n https://nlq.page.link/zT3r#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:57:56', 'web', '', NULL),
(6823, 'azroyidzuddin@yahoo.com', 'cb6c7893e1c7712507798e8aac1de305', 'first_gay_sex_experience\r\n https://ujc.page.link/i9wj#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 15:58:58', 'web', '', NULL),
(6824, 'zeli_best85@yahoo.com', '5ed7839249769b96675a19055cc26ae8', 'best_r_rated_sex_movies\r\n https://olr.page.link/jsSs#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:00:02', 'web', '', NULL),
(6825, 'excellencestyle.fur@gmail.com', 'dd0c610ccbb1719c463031622c508882', 'freeporn_and_sex\r\n https://xsw.page.link/ArAd#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:04:11', 'web', '', NULL),
(6826, 'deepshikhasingh@rediffmail.com', '51ca463483540a1e1c873bbd5943e405', 'adult_sex_tube_video\r\n https://ujc.page.link/gsqo#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:05:15', 'web', '', NULL),
(6827, 'nurulpwencess@gmail.com', '57479e3738c935e190bceddf90a18545', 'angelina_jolie_sex_vidio\r\n https://ikd.page.link/WBmR#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:06:20', 'web', '', NULL),
(6828, 'affazila@gmail.com', 'ea65d5eb72c65574f7b5f76b751d67cb', 'free_gay_black_sex_video\r\n https://ujc.page.link/TEUA#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:07:23', 'web', '', NULL),
(6829, 'savanah_enterprise@yahoo.com', '14b026f8ed63d86ab6046982509ee363', 'anal_sex_with_my_wife\r\n https://ikd.page.link/MWRs#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:08:27', 'web', '', NULL),
(6830, 'ddazllorente@gmail.com', 'ff0da28a7850f4fbed55f9980e98e2a4', 'baby_sex_pictures\r\n https://nhg.page.link/f8mh#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:12:38', 'web', '', NULL),
(6831, 'ttsb3363@yahoo.com', '3117fd2ff67f0a5cfa98d1bffb024512', 'bangladeshi_sex_stories\r\n https://xsg.page.link/mTxj#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:14:41', 'web', '', NULL),
(6832, 'pmemould@yahoo.com', '272f4b27c7f5b1438ca5c047c17a7fd4', 'amateur_anal_sex_pics\r\n https://ikd.page.link/kE6g#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:17:48', 'web', '', NULL),
(6833, 'ahoseinib@yahoo.com', '71a22ddc4d80646c66f69ced671b9ba8', 'amateur_sex_post\r\n https://xsg.page.link/bX98#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:18:50', 'web', '', NULL),
(6834, 'wanie_aznie@yahoo.com', '08e6550e26be35ed7e17d752b5103c70', 'free_anime_sex_games\r\n https://vbf.page.link/EKNe#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:19:54', 'web', '', NULL),
(6835, 'azroy139@gmail.com', 'fdf1831e380f6068997b6e09b2e1937b', 'bouncing_tit_sex\r\n https://vbf.page.link/1nJp#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:20:57', 'web', '', NULL),
(6836, 'mystery_gv@yahoo.com', '79dd97c217239cc3761e0210492add6a', 'black_pussy_free_sex\r\n https://ujc.page.link/6qbz#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:22:01', 'web', '', NULL),
(6837, 'ibon_elec@yahoo.com', '3653ee4720e4eb0294b6f89728dc216c', 'free_online_sex_quizzes\r\n https://okj.page.link/SDoi#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:23:04', 'web', '', NULL),
(6838, 'dr.zhghao@gmail.com', 'f91c2f09ad97f3854ed66f82dccb339a', 'free_internet_sex_sites\r\n https://nlq.page.link/QRVt#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:24:06', 'web', '', NULL),
(6839, 'dysonentjb@gmail.com', '99eb904e02165efbefbf2be965b226df', 'forced_sex_online\r\n https://okj.page.link/3kDd#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:25:11', 'web', '', NULL),
(6840, 'hlyh1230@yahoo.com', '6c54fbc4edfb144d24482c53b1a0acd8', 'female_to_male_sex\r\n https://nlq.page.link/fdeV#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:26:13', 'web', '', NULL),
(6841, 'tusharsinghi@hotmail.com', 'f1e906fa6a046a5327da275673a0fec8', 'amateur_sex_trailers\r\n https://nhg.page.link/mwtb#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:27:17', 'web', '', NULL),
(6842, 'ida_noridah0211@yahoo.com.my', 'f65475137e02b82d54cc9fcab7c589b6', 'amatuer_sex_vidios\r\n https://nhg.page.link/oLZ6#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:31:29', 'web', '', NULL),
(6843, 'alif.izyanie_89@yahoo.com', 'e7343f07551c16976b029395c3073210', 'amateur_anal_sex_tube\r\n https://vbf.page.link/6W3R#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:32:32', 'web', '', NULL),
(6844, 'danny_daniel_85@yahoo.com', '6a41c1651ab6c800aca79ae3c47446f0', 'amateur_granny_sex_video\r\n https://okj.page.link/TAi9#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:33:35', 'web', '', NULL),
(6845, 'farahen.yunus@gmail.com', 'd83a569e6d5ee6a1088cad327c7b41dc', 'all_online_sex_games\r\n https://olr.page.link/q4Hp#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:34:40', 'web', '', NULL),
(6846, 'pengedaranmaju@gmail.com', '2cb7847120d8fa26a7dfeb26d6bfac85', 'bareback_gay_sex_free\r\n https://olr.page.link/Y7MP#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:35:43', 'web', '', NULL),
(6847, 'ihsb4546@gmail.com', '7463820f5db1dabe6f47900cf12089b6', 'amature_sex_video_clips\r\n https://xsw.page.link/gF5q#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:37:49', 'web', '', NULL),
(6848, 'chedinfood@gmail.com', '866e64eeb485bd206a99609939ff4fd4', 'free_drunk_sex_pics\r\n https://okj.page.link/afPM#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:38:52', 'web', '', NULL),
(6849, 'shikin23@gmail.com', '2e6ce686b33429933e1ab1644be3a359', 'better_sex_married_couples\r\n https://vbf.page.link/MddN#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:39:55', 'web', '', NULL),
(6850, 'eifa90@gmail.com', '9ff255af151fb83fd9e4180401b8f477', 'bbw_free_sex_tube\r\n https://olr.page.link/8Xys#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:40:59', 'web', '', NULL),
(6851, 'vaccinate@yandex.ru', '08df4cdd2347382b06d188dc2b304b1a', 'free_grannies_sex_videos\r\n https://ikd.page.link/D3TP#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:42:02', 'web', '', NULL),
(6852, 'omar5109@yahoo.com', 'c98ab2e9640707f87bb474253ad250b5', 'bouncer_sex_toy\r\n https://ijq.page.link/GShi#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:44:07', 'web', '', NULL),
(6853, 'mabamin@gmail.com', '40c0646edc55105b701ae282b2a33082', 'free_downloadable_mobile_sex_videos\r\n https://vbf.page.link/4r6m#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:46:12', 'web', '', NULL),
(6854, 'azizazlan@gmail.com', 'd741c84b8cf7ca6279342917260c609b', 'free_videos_of_hot_girls_having_sex\r\n https://vbf.page.link/KRXk#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:47:15', 'web', '', NULL),
(6855, 'famosastation@yahoo.com', 'db2a7ce239f43759192807ebb89960a6', 'anal_sex_info\r\n https://xsg.page.link/WwgD#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:50:22', 'web', '', NULL),
(6856, 'elsagegroup@gmail.com', '947928671f9839df16b5d713ab9fd54e', 'brazilian_sex_orgies\r\n https://olr.page.link/JUFM#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:51:24', 'web', '', NULL),
(6857, 'emarvinator@gmail.com', '91ccbcaffcff6387d202a59ddd1e51de', 'female_sex_orgasm\r\n https://olr.page.link/iW1L#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:52:26', 'web', '', NULL),
(6858, 'ryuhata@gmail.com', '3f908445169b832122b6cd055cade475', 'free_illegal_sex_video\r\n https://olr.page.link/1V4f#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:53:30', 'web', '', NULL),
(6859, 'chiosana@yandex.ru', '55b9cfeb4d5accd91c7bde18a563e53b', 'female_butt_sex\r\n https://olr.page.link/4D6z#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:54:34', 'web', '', NULL),
(6860, 'zatierahman@gmail.com', '98aa292902820369ad279df909e8d038', 'blazer_sex\r\n https://xsw.page.link/zPyS#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 16:57:41', 'web', '', NULL),
(6861, 'riner15@yahoo.com', '50d7126d928b779ac5be1bd8175b87b1', 'black_and_white_girl_sex\r\n https://okj.page.link/Q4wi#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:02:57', 'web', '', NULL),
(6862, 'yayasanyara@gmail.com', '551ece99141203f91a5d7d77d5dde8ff', 'anime_threesome_sex\r\n https://xsg.page.link/waiE#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:05:04', 'web', '', NULL),
(6863, 'xuyingxi@hotmail.com', '31c1c0a637bf4563ded810bc6c3ecae7', 'bollywood_sex_online\r\n https://vbf.page.link/4yU8#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:06:06', 'web', '', NULL),
(6864, 'rukunmakmur88@yahoo.com', '7f28cf015053b91f80c633cf2de5b3d9', 'bdsm_sex_gallery\r\n https://ujc.page.link/GzF9#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:07:10', 'web', '', NULL),
(6865, 'doublefliers@gmail.com', '9d4fd07a9c1947475f3eb4ed58f85d6e', 'free_videos_of_grannies_having_sex\r\n https://ikd.page.link/NDco#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:08:11', 'web', '', NULL),
(6866, 'angelotocci2018@gmail.com', '1bc2d692fa1bf3fdd42606e5d0d8b117', 'free_shaved_sex\r\n https://nhg.page.link/mFYu#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:10:19', 'web', '', NULL),
(6867, 'trie_isat@yahoo.com', '0446f693c3cd8235db4277e5000e8df8', 'free_celebrity_sex_tapes_videos\r\n https://olr.page.link/gydV#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:11:21', 'web', '', NULL),
(6868, 'fitrihanaa@yahoo.com.my', 'deaacc2475a15e3daf928b0701c700ed', 'forced_sex_pictures\r\n https://ikd.page.link/M3Kx#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:12:24', 'web', '', NULL),
(6869, 'drnalanunal@gmail.com', '3fcccec5cbc2cfb6ee2570cc1cdbec5a', 'butt_sex_games\r\n https://vbf.page.link/2vtD#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:13:27', 'web', '', NULL),
(6870, 'ayrull09@gmail.com', 'd2c264c38183ad28f69e9ac6cf7e80a1', 'free_sex_xxx_tv\r\n https://nhg.page.link/xogF#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:16:34', 'web', '', NULL),
(6871, 'fzl_ejal@yahoo.com', '7f749ee24d0204acf95d2eca30726e58', 'free_sex_chat_roms\r\n https://okj.page.link/3xQP#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:17:37', 'web', '', NULL),
(6872, 'sheenatan33@yahoo.com', '02fae11ff1d1e1e85f526e65d085f3a3', 'fat_mommy_sex\r\n https://ujc.page.link/ac5w#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:18:40', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(6873, 'hotelcitystar228999@gmail.com', '2b00256e7572504a3eb482172825eae3', 'free_hairy_sex_vids\r\n https://ikd.page.link/iWBY#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:19:45', 'web', '', NULL),
(6874, 'mfauzi_ibrahim@yahoo.com', '602d0abb28b00086ebf3c4fedb9a8c2f', 'babysitting_sex_movies\r\n https://ujc.page.link/s4QR#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:20:49', 'web', '', NULL),
(6875, 'mnorazlyana@rocketmail.com', 'c3eb8e021489dc9071b7a3b4cd25bd8d', 'amateur_car_sex_videos\r\n https://okj.page.link/q2Sa#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:21:53', 'web', '', NULL),
(6876, 'fairlady16@gmail.com', 'c99feec933e7b2e9e479c9faed39111c', 'find_older_women_for_sex\r\n https://xsw.page.link/Gnpd#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:22:54', 'web', '', NULL),
(6877, 'everactive.my@gmail.com', 'fa2a27edbe9ede3901305c0e3fc7a37b', 'bitney_spears_sex\r\n https://olr.page.link/Q4u9#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:23:58', 'web', '', NULL),
(6878, 'suraiya.ahmad83@gmail.com', 'b6c111ae61f71a37f5134cdb0dad9119', 'birthday_sex_dj_fellin_remix_mp3\r\n https://ikd.page.link/8S5G#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:27:09', 'web', '', NULL),
(6879, 'giselegauze@yahoo.com.br', 'cb23a8a097a84f2109fe0e990f582e6a', 'fantasy_sex_clips\r\n https://okj.page.link/Kr1L#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:28:11', 'web', '', NULL),
(6880, 'snowy_honda2926@yahoo.com', '1f02c983712ee222b5c8883b49e6575c', 'arab_sex_scenes\r\n https://okj.page.link/Hv1E#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:29:16', 'web', '', NULL),
(6881, 'izzin.abnalek@gmail.com', '36b13576ee46980cf71ef4fa04e121cb', 'adult_sex_acts\r\n https://ujc.page.link/XZnq#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:30:19', 'web', '', NULL),
(6882, 'rohainirazab@ymail.com', 'b4f4ddc3f10b0117dd11e2d3a7675e32', 'adult_sex_review\r\n https://nhg.page.link/yyHv#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:31:22', 'web', '', NULL),
(6883, 'fulcris@yahoo.com.br', '5cdcfbe119ef50855126ef405e97267a', 'best_lubricant_for_sex\r\n https://olr.page.link/L12P#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:32:25', 'web', '', NULL),
(6884, 'puteri_kathy@yahoo.com.my', 'af83f71b907e977f02035314a44056bb', 'amateur_couples_sex_tape\r\n https://olr.page.link/2Q1M#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:35:35', 'web', '', NULL),
(6885, 'lyywfy@foxmail.com', 'd25e78f2e949030cdae57d23d9b686b7', 'big_titted_women_having_sex\r\n https://ujc.page.link/LcCV#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:37:43', 'web', '', NULL),
(6886, 'abdmalib@gmail.com', '4a7cb461798262bacb14f76a35d795ed', 'best_sex_positions_\r\n https://xsg.page.link/aigd#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:38:45', 'web', '', NULL),
(6887, 'nazif_umt@yahoo.com', '821bfbca764a6666f8cbb3a1c4c39935', 'full_penetration_sex\r\n https://ijq.page.link/QtfM#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:39:47', 'web', '', NULL),
(6888, 'sanny_liew88@yahoo.com', 'adca3487189cea7cf872a2c9db49ef54', 'best_sex_pictures_ever\r\n https://okj.page.link/Z5Sx#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:41:51', 'web', '', NULL),
(6889, 'zainudinmatlani@yahoo.com', '6b0e6e1070a7fc0f0693a06b92a550b0', 'best_movie_sex_scenes_ever\r\n https://okj.page.link/ucvF#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:42:54', 'web', '', NULL),
(6890, 'srenterprise100@gmail.com', '4fe091c2e3f03c2bee55cb3e7f2a4a61', 'best_gay_sex_pics\r\n https://ujc.page.link/5pj9#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:47:07', 'web', '', NULL),
(6891, 'nmiyamoto621@gmail.com', 'a78c5b4e496c610ee922f51b8a682117', 'britnet_spears_sex_video\r\n https://okj.page.link/DbaS#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:49:14', 'web', '', NULL),
(6892, 'princessnmt@yahoo.com', 'bb8f75652df7cf9753df1396a3163484', 'anal_sex_in_hollywood_movies\r\n https://ijq.page.link/MGNg#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:50:17', 'web', '', NULL),
(6893, 'putrifyanadia_roslan@yahoo.com', '80ed34ee7a0d844b77fa7f550fea2838', 'free_young_sex_pic\r\n https://ikd.page.link/KftG#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:51:20', 'web', '', NULL),
(6894, 'khairil114@gmail.com', 'dce667051efca936004a3eb67c7443ef', 'black_pussy_sex_video\r\n https://nlq.page.link/aLzw#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:52:26', 'web', '', NULL),
(6895, 'sibelgazioglu@hotmail.com', '38b4267c73ce30d6abb65f2fd08ed068', 'amateur_housewife_sex_video\r\n https://vbf.page.link/McF8#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:54:31', 'web', '', NULL),
(6896, 'maziz.marzuki@yahoo.com', '779c273decef9321c8098065375d3185', 'fat_and_skinny_lesbian_sex\r\n https://xsg.page.link/hbS6#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:55:36', 'web', '', NULL),
(6897, 'tsuhemy@gmail.com', '2532afab0c37433efcb961336c75ae63', 'brandy_ledford_sex\r\n https://nhg.page.link/Wz6A#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 17:56:39', 'web', '', NULL),
(6898, 'nbattaloglu@yahoo.com', 'b38188bf421766dddf4ebbb0db60cb24', 'breast_sex_movies\r\n https://olr.page.link/Gs8Y#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:00:53', 'web', '', NULL),
(6899, 'nameless_ayien@yahoo.com', '97500c34570717ebf3c676c013e4716f', 'fre_sex_vidio\r\n https://nhg.page.link/ADKh#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:01:57', 'web', '', NULL),
(6900, 'tmi_abu@yahoo.com', '314a248568250bd751d437b7533225f4', 'american_incest_sex\r\n https://nhg.page.link/vQ11#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:02:58', 'web', '', NULL),
(6901, 'phimchanok_ph@yahoo.com', '7c7f212bd5cd048a3edac9338b0271bc', 'free_black_sex_vedio\r\n https://ikd.page.link/UZpe#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:04:02', 'web', '', NULL),
(6902, 'isaidatinafatimah@gmail.com', 'dc62faaf46c5af484beac6cd2164d44a', 'free_family_sex_vids\r\n https://okj.page.link/dV1r#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:05:05', 'web', '', NULL),
(6903, 'kumarmohit@yahoo.com', '2329de1648ffcce292080b79465a29fa', 'aol_sex_videos\r\n https://xsg.page.link/qw1y#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:06:08', 'web', '', NULL),
(6904, 'Villigant_05@yahoo.com', '8e59f8a76387c8ee6a248ff6808a1a6d', 'boy_mom_sex_videos\r\n https://xsg.page.link/GQCh#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:08:16', 'web', '', NULL),
(6905, 'ahmedfathgi@yahoo.com', 'bbc2b9ce74d6334455d3de7fe1de766d', 'bdsm_hardcore_sex\r\n https://nlq.page.link/GDAz#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:09:20', 'web', '', NULL),
(6906, 'pecolengineering001@gmail.com', '60d555ca1451d105bb5ae3d06c279769', 'bridget_sex\r\n https://vbf.page.link/14qU#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:10:22', 'web', '', NULL),
(6907, 'm.tahirulqamar@hotmail.com', '5f0c9a9ba80eeea6f2bebf7f4ebd132d', 'best_free_sex_online\r\n https://nhg.page.link/xzLr#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:12:27', 'web', '', NULL),
(6908, 'azharlisb@yahoo.com.my', '6a34da6023b74936867ebd8ef7669900', 'free_sex_video_of_girl\r\n https://xsw.page.link/nPY1#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:17:46', 'web', '', NULL),
(6909, 'kannakrishnan@gmail.com', 'a751a3dd2bd8757a1043fd6f0ccaeccc', 'adults_sex_pics\r\n https://nhg.page.link/QE7c#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:19:53', 'web', '', NULL),
(6910, 'corp_secretarysttptbk@hotmail.com', 'bf129ca73d0b3b5e7b5ab92d8a4b9e94', 'free_3d_alien_sex\r\n https://olr.page.link/uEqL#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:21:59', 'web', '', NULL),
(6911, 'ecomasgreen@gmail.com', '90f4de1972309afb1e1a18c08b567ace', 'amateur_sex_creampie\r\n https://okj.page.link/xefU#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:25:10', 'web', '', NULL),
(6912, 'julhashim@yahoo.com', '7231c3b0f733582771aed4fb65c2ef6e', 'anal_sex_forced\r\n https://vbf.page.link/iPjY#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:26:14', 'web', '', NULL),
(6913, 'Sya_ila87@yahoo.com.my', 'f1b70ed48464832fabfc886531ed30cb', 'anal_rough_sex\r\n https://okj.page.link/JJQ2#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:27:17', 'web', '', NULL),
(6914, 'chefonwork@yahoo.com', 'eaaf883e467a43d8b286aac7b62d0756', 'free_black_women_sex_pics\r\n https://vbf.page.link/iXn5#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:28:20', 'web', '', NULL),
(6915, 'yopmail.com@promonearme.com', '657ce67346af59a938c3c38704f5d366', 'asian_anal_sex_pic\r\n https://olr.page.link/NTWB#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:29:24', 'web', '', NULL),
(6916, 'ksmotor.klg@gmail.com', 'e0cc86f6c0485a4b075dab087e576748', 'amateur_voyeur_sex_videos\r\n https://nlq.page.link/PzQf#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:30:26', 'web', '', NULL),
(6917, 'zaiton_86@ymail.com', 'c17f2392ec599b02bdc4134aae9df747', 'big_boob_asian_sex\r\n https://vbf.page.link/J24Y#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:31:30', 'web', '', NULL),
(6918, 'mvwestbury@gmail.com', '4048af2981c9cbc694e0952b4cfed354', 'bbw_sex_girls\r\n https://okj.page.link/9QxZ#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:32:30', 'web', '', NULL),
(6919, 'azim0586@yahoo.com', '145e530dc7a2b1ed68256e191987a606', 'free_3d_sex_stories\r\n https://xsg.page.link/NTNS#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:33:33', 'web', '', NULL),
(6920, 'gmakavos@hotmail.com', 'd8adf56afc65f7469b8a37e89a64eee9', 'boy_sex_with_women\r\n https://vbf.page.link/jRMt#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:37:47', 'web', '', NULL),
(6921, 'stacyg.bws@gmail.com', '6520a740185db6bf85f29f626995916b', 'filming_my_wife_having_sex\r\n https://vbf.page.link/Z5pS#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:38:52', 'web', '', NULL),
(6922, 'gomenesh@yahoo.com', 'c42e10c35a4940bfee7fcf638b13527c', 'bachelor_party_sex_videos\r\n https://nhg.page.link/nY6a#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:40:57', 'web', '', NULL),
(6923, 'aznurameliashafinaz95@gmail.com', 'a82b10f28954ad7dd8736524535206f9', 'advanced_oral_sex\r\n https://ikd.page.link/CkJg#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:42:00', 'web', '', NULL),
(6924, 'upcsb5994@gmail.com', '6664ccd5e62f0109375e0b71132fabfc', 'asian_anal_sex_pic\r\n https://nlq.page.link/Sx1Q#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:44:09', 'web', '', NULL),
(6925, 'ahalim96@gmail.com', '7a55a9a3e05621401fb433f344855adb', 'bananas_and_sex\r\n https://xsg.page.link/aae8#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:47:18', 'web', '', NULL),
(6926, 'gckany@gmail.com', '6e5fb5d67a33adc1465245e024b0e4f3', 'asian_sex_eden\r\n https://nhg.page.link/EbdV#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:48:21', 'web', '', NULL),
(6927, 'mr.mfaris20@yahoo.com.my', '8dbab1b0d5e84a7a501d78c0cd0b4abd', 'free_live_sex_webcam\r\n https://ikd.page.link/pjrQ#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:49:24', 'web', '', NULL),
(6928, 'jairavibt@gmail.com', '48a560a2d7f8ac5b2a6444a258d9ba77', 'free_video_of_sex\r\n https://ikd.page.link/Teod#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:50:28', 'web', '', NULL),
(6929, 'sueria_nd21@yahoo.com', 'c60148011ad0c69de1d2c3f4d6a1c7ce', 'amateur_orgy_sex\r\n https://xsg.page.link/UWkG#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:51:31', 'web', '', NULL),
(6930, 'soo.moussa@yahoo.com', '86054901a2513703045c8eabc33a339f', 'amature_sex_clip\r\n https://olr.page.link/E4uY#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:53:35', 'web', '', NULL),
(6931, 'joe.jjl87@gmail.com', 'c9f368fbb06f418312ac19fb990112c3', 'anime_lesbians_sex\r\n https://okj.page.link/GyWb#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:54:38', 'web', '', NULL),
(6932, 'freeland4u@gmail.com', '0083813a79ca7c487d825a640e42ef41', 'amateur_housewife_sex_videos\r\n https://xsw.page.link/Up2k#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:56:46', 'web', '', NULL),
(6933, 'annbu2u@yahoo.com', 'd1dd8423d373f8e78636c434c653fa4b', 'boobs_video_sex\r\n https://ijq.page.link/F1ae#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:58:52', 'web', '', NULL),
(6934, 'putera_aery@yahoo.com.my', '0befb0616c3a33fe6b17c5df7ae6f95e', 'asian_movie_sex\r\n https://olr.page.link/waCS#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 18:59:57', 'web', '', NULL),
(6935, 'samarkan02@yahoo.com', '217333b8bca8bd35a592543c9a44d2ab', 'beastiality_sex_storys\r\n https://vbf.page.link/gKhf#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:02:04', 'web', '', NULL),
(6936, 'xilan2013@gmail.com', '931fa61bee44d3e02a93fc33c96db3fe', 'best_sex_chat_sites\r\n https://xsg.page.link/G9Zj#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:03:07', 'web', '', NULL),
(6937, 'saham_tinggi@yahoo.com.my', 'ffeddcd0187af0a9886111600fd9124f', 'all_adult_sex_games\r\n https://xsw.page.link/Unk8#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:07:17', 'web', '', NULL),
(6938, 'simplesexy2@gmail.com', '8a815f24be3e03369722b6e53816e9b1', 'active_sex_life\r\n https://xsw.page.link/97Rm#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:09:24', 'web', '', NULL),
(6939, 'tasmaniatiger_9@yahoo.com', 'eecd771032bfc262f377733942587300', 'full_free_sex_vedio\r\n https://xsw.page.link/4HBP#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:10:28', 'web', '', NULL),
(6940, 'mohamadmohar@yahoo.com', '90e3236a1b878a69d860ef015dbad9fc', 'blond_sex_tube\r\n https://ijq.page.link/q4Hp#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:11:31', 'web', '', NULL),
(6941, 'arnkr86@yahoo.com.my', 'fb4f677fa756c1c14654c583ceda36fe', 'amateur_swinger_sex_video\r\n https://vbf.page.link/83tS#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:12:35', 'web', '', NULL),
(6942, 'apollinariya.bogolyubova@gmail.com', 'd0fbaee6b080919f58b3a567d14ee92f', 'all_the_sex_moves\r\n https://xsw.page.link/B42t#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:14:41', 'web', '', NULL),
(6943, 'fieshafie@gmail.com', 'fd905a1087fae9321f193c4a086db402', 'bisexual_strapon_sex\r\n https://xsg.page.link/Yh9E#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:17:53', 'web', '', NULL),
(6944, 'shindee.n@gmail.com', 'd803b23d655afd23dbefd2a80f173811', 'boys_and_moms_sex\r\n https://olr.page.link/fiE7#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:18:58', 'web', '', NULL),
(6945, 'trans_virus91@yahoo.com', '891ef93964d4115a50e22bedb3246f07', 'asian_fisting_sex\r\n https://xsg.page.link/grHX#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:19:59', 'web', '', NULL),
(6946, 'alliancepdg@yahoo.com', '00317ea57c77708c1581120069b03e73', 'bad_girl_having_sex\r\n https://xsg.page.link/HGZk#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:22:03', 'web', '', NULL),
(6947, 'a.izzuddin@yahoo.com', 'bc1aeb327aa1ae4f269a381741a004cd', 'asian_tranny_sex\r\n https://nlq.page.link/wt5W#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:23:07', 'web', '', NULL),
(6948, 'collette_75@yahoo.com', '0887ba5b70bdaaaff729ff9e904ab213', 'best_places_for_outdoor_sex\r\n https://ikd.page.link/JrGG#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:25:17', 'web', '', NULL),
(6949, 'ahmadfirdaus1305@gmail.com', 'ba522eaa2be39055a0fed38ce82d9e37', 'amature_sex_at_home\r\n https://nlq.page.link/K7Gd#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:26:19', 'web', '', NULL),
(6950, 'dezminaraup@gmail.com', 'f3ea94074f1ab9212921bea344578304', 'foreplay_sex_videos\r\n https://okj.page.link/788Y#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:28:26', 'web', '', NULL),
(6951, 'aLoNg_nyer@yahoo.com', '1b7b265c95fd8259dbfb5505454fe011', 'find_a_sex_partner_for_free\r\n https://okj.page.link/6F9X#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:29:28', 'web', '', NULL),
(6952, 'yuseuse@gmail.com', 'b5b32751117ee8fac96a5777df1e8020', 'ben_10_sex_pictures\r\n https://nhg.page.link/B932#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:30:30', 'web', '', NULL),
(6953, 'kemboja5266@gmail.com', '685756f84c5dcc17155fd216623104f9', 'adult_sex_lesbian\r\n https://xsw.page.link/evoA#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:33:36', 'web', '', NULL),
(6954, 'mazuin.naprabi@gmail.com', 'b9b5b5fe4be4daf44bc52871f31ad000', 'flavor_of_love_delicious_sex_tape\r\n https://okj.page.link/nFPz#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:34:39', 'web', '', NULL),
(6955, 'fmyazar@hotmail.com', '4c57e9191e7ffc95ff3b796df511db60', 'brothers_and_sisters_sex_porn\r\n https://xsw.page.link/HMKe#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:35:44', 'web', '', NULL),
(6956, 'detective_conan94@yahoo.com', '1c7ce60f2b52cbfd182298e839d014f7', 'bollywood_sex_net_katrina_kaif\r\n https://nlq.page.link/E75X#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:36:47', 'web', '', NULL),
(6957, 'muhamadfarhanismail@gmail.com', '861ed1711ebfb21cb373db93dc71b93a', 'brazilian_hot_sex\r\n https://ujc.page.link/kuej#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:38:52', 'web', '', NULL),
(6958, 'wijasa.media@gmail.com', '315e5bb7a2e9dd3ae68cc43f009a9114', 'buy_sex_dvds\r\n https://xsg.page.link/5bxy#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:39:54', 'web', '', NULL),
(6959, 'pahatteguhsb96@gmail.com', '7605ceb76b575acc9e1affe8dba1a88d', 'free_child_sex_videos\r\n https://nhg.page.link/E72E#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:40:59', 'web', '', NULL),
(6960, 'jneutron584@yahoo.com', '61f0f01534b9ccce4ad4d3ba23b3c513', 'amateur_wife_sex_tube\r\n https://nhg.page.link/ijqA#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:42:02', 'web', '', NULL),
(6961, 'girolamodag@gmail.com', '5fb1a8fb26f0cba44d32527bdf45137c', 'best_sex_women\r\n https://olr.page.link/csh5#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:43:07', 'web', '', NULL),
(6962, 'aliasak@gmail.com', '27f72cee6a557094e4067439785e2a42', 'adult_sex_cartoon_games\r\n https://ujc.page.link/stqQ#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:44:11', 'web', '', NULL),
(6963, 'tayvl@yahoo.com', 'fbef19802dc7f70cb9cc1fdc434f229d', 'amature_gay_sex\r\n https://olr.page.link/xY3a#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:46:21', 'web', '', NULL),
(6964, 'akhursheed12@gmail.com', 'c404d4a0fd66eb55a3b673da65b388b8', 'anime_babe_sex\r\n https://xsw.page.link/ZhN9#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:47:26', 'web', '', NULL),
(6965, 'hampeh83@yahoo.com.my', '78f58b7cbd38e648e4ff89378b5f8d22', 'adult_office_sex\r\n https://nhg.page.link/5Hom#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:48:31', 'web', '', NULL),
(6966, 'qhao15@hotmail.com', 'da63ee34735c579c9d16d97ea775d1f4', 'asian_sex_vacation\r\n https://xsw.page.link/MAhR#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:49:37', 'web', '', NULL),
(6967, 'bstark@ya.ru', '96fda2e0bea80c0272d032059cef76b0', 'black_ass_sex_tube\r\n https://vbf.page.link/rLKJ#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:50:43', 'web', '', NULL),
(6968, 'shamaster59@gmail.com', 'e8f6b8a1c024cb4e437462a93b5db6fc', 'fre_sex_video\r\n https://olr.page.link/cUc8#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:52:54', 'web', '', NULL),
(6969, 'racquel_cassul@yahoo.com', '1e4a4689b0a11afd1342fef70e21fd52', 'bittorrent_sex_movies\r\n https://nhg.page.link/qnyZ#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:54:00', 'web', '', NULL),
(6970, 'snakesquad2020@gmail.com', '9d1fa82698e542a1e0bf3c2c84a544b9', 'best_sex_lubricants\r\n https://nlq.page.link/Ewq2#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:56:10', 'web', '', NULL),
(6971, 'benbrownofberkeley@gmail.com', '5b21a84fee841ba41bbeff6635f9ad4c', 'best_sex_game_in_the_world\r\n https://olr.page.link/gKhf#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:58:19', 'web', '', NULL),
(6972, 'halim.hafuz.13@gmail.com', '5ba38982a50c712059420fd3c30e1c04', 'bunny_sex\r\n https://nlq.page.link/VgK6#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 19:59:25', 'web', '', NULL),
(6973, 'azatul70@yahoo.com', 'fa90c514b89b8b9783676fe2418ef923', 'bestality_sex_stories\r\n https://xsw.page.link/aomh#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:01:35', 'web', '', NULL),
(6974, 'fsolemani@yahoo.com', '4a0c64f54dc30750d567685de4efe518', 'fucking_girl_sex_video\r\n https://xsg.page.link/qGLt#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:02:42', 'web', '', NULL),
(6975, 'effa_hafiszal@yahoo.com', '6af2cd601fc980a3d67f832a7ac35a7b', 'anal_sex_masturbation\r\n https://nhg.page.link/DdBS#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:03:47', 'web', '', NULL),
(6976, 'erra.erra@yahoo.com', '4648950122107434512e4421bcdb590c', 'free_kids_sex_movies\r\n https://nhg.page.link/o7hN#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:05:57', 'web', '', NULL),
(6977, 'danfordvista@gmail.com', '6b673a3bdc0cbb70c4ec8e6196905b8d', 'big_cock_sex_sites\r\n https://olr.page.link/JvaS#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:07:01', 'web', '', NULL),
(6978, 'zahsu@yahoo.com', '9e707e68495edd9181a05c7f4386a8f5', 'breast_augmentation_sex\r\n https://nhg.page.link/fYXC#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:08:05', 'web', '', NULL),
(6979, 'zaina_reezana12@yahoo.com', 'cfd6863af3e8007811615552b7d34c65', 'adult_sex_toys\r\n https://ikd.page.link/oVr6#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:11:24', 'web', '', NULL),
(6980, 'severs2011@yandex.ru', 'ab2b1a5872b8903d86dba3da458a544b', 'adult_sex_tour\r\n https://ujc.page.link/UWLa#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:14:38', 'web', '', NULL),
(6981, 'thienpohsb@gmail.com', '9a5edfab8f5f9d1d1ef82637b5331dee', 'free_asian_massage_sex_videos\r\n https://ijq.page.link/Zz36#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:16:49', 'web', '', NULL),
(6982, 'yasiermohd6391@gmail.com', 'b443db7c3c39abefcf021b63d0061ef7', 'full_nude_sex\r\n https://okj.page.link/e6Fk#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:18:58', 'web', '', NULL),
(6983, 'jasslwy_84@hotmail.com', '8316a2965479461acb256f96c420d9e2', 'asian_sex_hunt\r\n https://xsw.page.link/UasC#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:22:14', 'web', '', NULL),
(6984, 'remza_ashafaque@yahoo.com', 'f2c4c82597d359fdded5069261fb2dbb', 'amature_sex_images\r\n https://nlq.page.link/urME#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:24:26', 'web', '', NULL),
(6985, 'jjahanbani@yahoo.com', '212d9ab3bb7c0706a69db919bef14e4f', 'bedtime_sex_stories\r\n https://nhg.page.link/Vnop#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:25:32', 'web', '', NULL),
(6986, 'dykin_eng@yahoo.com', 'dbde8b95b1c7dca1dee781085aeb9e03', 'big_boobs_sex_videos\r\n https://ujc.page.link/9Zwh#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:26:38', 'web', '', NULL),
(6987, 'khairiashrafi@gmail.com', '78c5e1f1c90267ddcd004ca4662edfd1', 'amateur_wife_sex_pics\r\n https://nlq.page.link/indZ#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:28:54', 'web', '', NULL),
(6988, 'wengshunyan@hotmail.com', '8811cf0c833e890ed528e68a5be5053d', 'amature_album_sex\r\n https://okj.page.link/7Jc7#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:31:03', 'web', '', NULL),
(6989, 'aina_fadilah@yahoo.com', '483528b57b831f96492d907f753b3df0', 'ashanti_sex_tapes\r\n https://ikd.page.link/rscE#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:32:08', 'web', '', NULL),
(6990, 'sunlac814@gmail.com', 'b76bf5a2422260db336cfef16876e159', 'free_sex_scandals\r\n https://ujc.page.link/USvB#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:35:25', 'web', '', NULL),
(6991, 'ismailmohamed2905@yahoo.com', '9f96b0fc78f831e8811d01bdc0f95da8', 'big_black_women_sex_videos\r\n https://nhg.page.link/s469#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:36:30', 'web', '', NULL),
(6992, 'ainrezal@yahoo.com', 'ddc0a25db2af0b58708d700137b13983', 'amateur_latina_sex_videos\r\n https://ujc.page.link/76sw#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:39:45', 'web', '', NULL),
(6993, 'sakhohgemilang@ymail.com', '6aecc979a76174c18d18edc3cbde6fd3', 'animel_sex_free\r\n https://olr.page.link/4NG1#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:40:50', 'web', '', NULL),
(6994, 'mojgan.noroozi@yahoo.com', '3528fa8858caa41eb0814de31aa924cc', 'besplatan_sex\r\n https://ikd.page.link/D9Mx#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:41:54', 'web', '', NULL),
(6995, 'norfauziahfaizal@gmail.com', 'fc7f9dc23bf46785c7841643d57467f2', 'free_sex_videos_for_girls\r\n https://xsw.page.link/tCWN#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:43:00', 'web', '', NULL),
(6996, 'assengakanda@yahoo.com', '9dad0c1c7ce54415afd93b2ff19cec5f', 'free_uk_sex_videos\r\n https://vbf.page.link/5YYd#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:44:07', 'web', '', NULL),
(6997, 'drshafqutali@hotmail.com', '4ba477936f23e7fce5e9b028a1196a94', 'amature_black_sex_videos\r\n https://olr.page.link/irG2#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:47:21', 'web', '', NULL),
(6998, 'hafizahmahror@gmail.com', '67bca63880906f3f92b1afc636a53ef4', 'asian_guy_black_girl_sex\r\n https://nhg.page.link/sSYf#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:50:39', 'web', '', NULL),
(6999, 'kipptrend@gmail.com', 'c5494c355cb9c32a58357707cc7f1d33', 'female_orgasm_sex\r\n https://okj.page.link/ZkWi#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:52:50', 'web', '', NULL),
(7000, 'petrayogurt@gmail.com', 'd3ff152162c01d043a55c29b6305d900', 'brothel_sex_videos\r\n https://okj.page.link/UtNG#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:55:02', 'web', '', NULL),
(7001, 'whui1981@gmail.com', '1faf20e349bc68944044cffba1066022', 'beach_sex_in_public\r\n https://xsw.page.link/mtqZ#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:57:12', 'web', '', NULL),
(7002, 'drkhari@yahoo.com', '7455f88656eab5786cc38a33e5abed7b', 'black_sex_movies_for_free\r\n https://nlq.page.link/njbP#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:58:20', 'web', '', NULL),
(7003, 'nermine_ehsan@yahoo.com', 'a14b64f894515508e5b245fe62269111', 'arabic_sex_forum\r\n https://ikd.page.link/22vv#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 20:59:24', 'web', '', NULL),
(7004, 'shima_me86@yahoo.com', 'a92a8bdb63eff67b0f6ed2f422936184', 'free_full_homemade_sex_videos\r\n https://nlq.page.link/irab#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:01:35', 'web', '', NULL),
(7005, 'lekthien.my@gmail.com', '315c665472a7eb72a644bc7794bf1c22', 'female_sex_dolls\r\n https://okj.page.link/ufiL#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:03:46', 'web', '', NULL),
(7006, 'amazingumrah@gmail.com', '9962848174afcab996e9e360b518520d', 'bizzarre_mature_sex\r\n https://okj.page.link/L2PD#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:04:50', 'web', '', NULL),
(7007, 'pan-naidis@hotmail.com', '37bd576360b819cef6dfa43805a0240c', 'bible_no_sex_before_marriage\r\n https://olr.page.link/RGfA#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:05:56', 'web', '', NULL),
(7008, 'nfitriah.suhaimi@gmail.com', '61a542f45e2bb70e170814388cf7c345', 'black_sex_tranny\r\n https://xsw.page.link/EosW#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:10:21', 'web', '', NULL),
(7009, 'torquewire@gmail.com', '56693b9a641e624212d2cc751949311f', 'foot_licking_sex\r\n https://olr.page.link/jgyp#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:11:27', 'web', '', NULL),
(7010, 'azim_4747@yahoo.com', '0d11f574e847d39e3218a877ed1ebef1', 'free_sex_magazines\r\n https://xsg.page.link/5GqW#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:12:34', 'web', '', NULL),
(7011, 'ebe.dadamo@yahoo.com', '7e64c166d692f6940feb8e9823da7d86', 'free_incest_sex_cartoon\r\n https://ijq.page.link/EVvE#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:13:38', 'web', '', NULL),
(7012, 'angel.orense@gmail.com', '8d4c35ca9249b6ec2270e894f7ae15bd', 'bdsm_sex_movie\r\n https://ujc.page.link/2ej9#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:14:44', 'web', '', NULL),
(7013, 'alinia_t@yahoo.com', 'f18cf8149e61a1a3a2de08424790ad11', 'anime_sex_photos\r\n https://okj.page.link/J9w7#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:15:51', 'web', '', NULL),
(7014, 'thaismgf@yahoo.com.br', '4344236ab8b12148075f5c4978f627b8', 'about_lesbian_sex\r\n https://xsw.page.link/v9ZD#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:18:02', 'web', '', NULL),
(7015, 'hardikbhatt23@hotmail.com', '5ca53eb34c957a7c3ed7301f8122c276', 'family_guy_lois_sex_video\r\n https://vbf.page.link/DTkr#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:19:06', 'web', '', NULL),
(7016, 'halim.ismail77@yahoo.com', 'b4c2fb5af2a5b04640a4eb77b2255675', 'full_lenghth_sex_videos\r\n https://vbf.page.link/ugTZ#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:20:13', 'web', '', NULL),
(7017, 'arifctisgood@ymail.com', 'c5613ac56aa1e26dc6bffe4166c3318d', 'black_sex_ladies\r\n https://nlq.page.link/VjFX#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:21:17', 'web', '', NULL),
(7018, 'hideseeksounds@yahoo.com', 'a10816ba531ffbf90d294ac88f2bac4b', 'bleeding_during_sex_no_pain\r\n https://okj.page.link/qurt#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:23:26', 'web', '', NULL),
(7019, 'kmichalakis@hotmail.com', '90d81850f18d15b2121db01b3adba6d5', 'alien_sex_cartoons\r\n https://vbf.page.link/yPCA#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:24:32', 'web', '', NULL),
(7020, 'redduan1@yahoo.com', '5d57d57483c0b4b9e9ce6f76a99085c4', 'arab_rape_sex\r\n https://olr.page.link/UrgN#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:26:45', 'web', '', NULL),
(7021, 'gruendler.k@gmail.com', 'ea01d3ebf66eb9069fc704d3d6e1ba76', 'free_sex_web_cam_shows\r\n https://nlq.page.link/k59h#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:27:50', 'web', '', NULL),
(7022, 'dearifq@yahoo.com.my', 'a0f48cca62163e14af7ed3378a6dcfca', 'fast_sex_songs\r\n https://ujc.page.link/UXuL#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:29:59', 'web', '', NULL),
(7023, 'narendrabiotech@gmail.com', '06ede4092d50a6687a2f9a6a1a097727', 'anal_sex_info\r\n https://nlq.page.link/qLP9#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:32:09', 'web', '', NULL),
(7024, 'thomasappessyzew@gmail.com', '32fc0bd66e2ea46b480e3eafbe7ad0a9', 'bachelorette_sex\r\n https://nlq.page.link/UEJf#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:33:16', 'web', '', NULL),
(7025, 'bendi_manja@yahoo.com', 'd231516c383efc5cb01e81956e96e2c1', 'britney_spears_sex_tape_watch_free\r\n https://olr.page.link/T9zR#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:35:25', 'web', '', NULL),
(7026, 'arasu_uthm@yahoo.com', 'dd7312e84a1b179f9d3c774c445395f3', 'female_sex_climax\r\n https://olr.page.link/iW1L#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:36:28', 'web', '', NULL),
(7027, 'wanan_1020@yahoo.com', 'd5997db416711a9949b8500c36c5209d', 'animel_sex_video\r\n https://ikd.page.link/Ecr3#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:38:38', 'web', '', NULL),
(7028, 'brigittalaszlo@gmail.com', 'd592c2e4551e70e4034143d373ac7514', 'bladder_infection_after_sex\r\n https://nlq.page.link/at8q#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:42:56', 'web', '', NULL),
(7029, 'pqah_olan1990@yahoo.com', 'b343bca93ea5a58dd62ab8becd7ca251', 'burning_during_urination_after_sex\r\n https://ikd.page.link/CRGs#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:46:11', 'web', '', NULL),
(7030, 'cheanu@gmail.com', '6355c0a93925f3567cc0fc1ab07a7a76', 'asian_grils_sex\r\n https://xsg.page.link/Mznt#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:47:17', 'web', '', NULL),
(7031, 'roymalingsluvi@gmail.com', 'f5d25528a44fd31f467e1cf0e5928f21', 'back_pain_sex\r\n https://olr.page.link/HMd1#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:48:21', 'web', '', NULL),
(7032, 'kay_peebee7@yahoo.com', 'c2dd4142e5269a0441a07ed68d487ce6', 'first_lesbians_sex\r\n https://ijq.page.link/1Xxd#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:49:25', 'web', '', NULL),
(7033, 'nfms2_2013@yahoo.com.my', '3c159fa1c04e5592c8bdd3c5f82da045', 'amateur_car_sex_videos\r\n https://nlq.page.link/QyXr#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:50:30', 'web', '', NULL),
(7034, 'fahmymz@yahoo.com', '4564eba1380585a230e18f9935e7ebc4', 'aebn_daily_sex_videos\r\n https://xsw.page.link/6XPC#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:52:41', 'web', '', NULL),
(7035, 'kabilanthayagraju@gmail.com', '6bb285985af9096044fadf5339b7ac94', 'best_rock_sex_songs\r\n https://ikd.page.link/aKLn#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:54:53', 'web', '', NULL),
(7036, 'shaipul1978@yahoo.com', '805a818ca595e7504be155af41ff5a15', 'amature_sex_in_public\r\n https://xsg.page.link/5otM#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:55:57', 'web', '', NULL),
(7037, 'expired_date_17@yahoo.com', '14956f2a0bccc879f15efbe3afb75228', 'best_sex_positions_for_orgasim\r\n https://nhg.page.link/cwbz#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:58:07', 'web', '', NULL),
(7038, 'hr.recruit1199@gmail.com', '38abef183c9990493ca4cfa7c326fd68', 'birthday_sex_jeremiah_imeem\r\n https://okj.page.link/m6ZT#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 21:59:12', 'web', '', NULL),
(7039, 'galgemini82@yahoo.com', 'acc76f7f239972e08a07b9dd20effa32', 'adult_sex_toy_wholesale\r\n https://okj.page.link/Mc1x#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:01:22', 'web', '', NULL),
(7040, 'azila_taib@yahoo.com', 'dc9aad41dc6832fa7170158bd731e00e', 'all_celebrity_sex_videos\r\n https://xsg.page.link/znL5#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:02:28', 'web', '', NULL),
(7041, 'aursn@yahoo.com', '5a41c16aabc1a6558a746f790a5f3e89', 'first_gay_sex_free\r\n https://xsg.page.link/DPFE#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:03:32', 'web', '', NULL),
(7042, 'gopchandran@yahoo.com', 'c1c82f49fde24541a6ea426c703fdc0f', 'banana_sex_movies\r\n https://ujc.page.link/hR1N#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:04:38', 'web', '', NULL),
(7043, 'eag_yan@yahoo.com', 'b681c2604a78b83f299c8446be8ab4a5', 'anime_sex_videos_for_free\r\n https://nhg.page.link/381b#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:05:44', 'web', '', NULL),
(7044, 'yj55569@hotmail.com', '399d6b1d2c86949d7d6341ad7d1c29ce', 'free_amature_sex_vidio\r\n https://ujc.page.link/2irR#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:06:50', 'web', '', NULL),
(7045, 'arthur_farm@yahoo.com.br', 'e6058c2bf0d7db20ff9c753faa793fd6', 'amateur_hidden_sex_videos\r\n https://nlq.page.link/JTMZ#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:07:55', 'web', '', NULL),
(7046, 'ellyndarahmad80@gmail.com', 'e7182df600984c8c0168bb814559f24f', 'angelica_panganiban_sex_scandal\r\n https://vbf.page.link/Ddu6#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:10:08', 'web', '', NULL),
(7047, 'tiniealya@yahoo.com', 'dcb030b0ed480766d82b51c5965a989f', 'amber_michaels_sex\r\n https://vbf.page.link/rKzG#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:11:13', 'web', '', NULL),
(7048, 'msglobalresources@gmail.com', '0bf324b417337b7378a425c8d57c7ee0', 'boobs_movie_sex\r\n https://olr.page.link/TVYD#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:13:24', 'web', '', NULL),
(7049, 'cmupxl@hotmail.com', '01def73d8b49edf9b22c9015c4eb978a', 'bollywood_lesbian_sex\r\n https://xsw.page.link/ZhN9#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:15:37', 'web', '', NULL),
(7050, 'arinamz@yahoo.com', '5d50fc0923a31c8ab34a37bb400b22d5', 'adult_sex_toy_catalog\r\n https://ikd.page.link/B918#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:16:42', 'web', '', NULL),
(7051, 'yukishana2188_jp@yahoo.com', '64d5d5ceff86cbd1d346517378ba9425', 'best_cinema_sex_scenes\r\n https://xsw.page.link/bUoc#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:17:50', 'web', '', NULL),
(7052, 'suremasyuqqq@gmail.com', '4038f23c8e30b69f363fa154e0ee0b28', 'anti_sex_education\r\n https://nlq.page.link/YXE7#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:18:54', 'web', '', NULL),
(7053, 'marilenacapone@gmail.com', 'a30e2755544bf228810d7ee89d2e13b1', 'brothel_sex_videos\r\n https://xsw.page.link/wdkc#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:21:03', 'web', '', NULL),
(7054, 'balasuga@yahoo.com', '497b539a75cce6e083843e84063fa921', 'free_videos_xxx_sex\r\n https://ujc.page.link/DPSN#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:22:10', 'web', '', NULL),
(7055, 'haryatiazami@yahoo.com', '8c7f24bf5ac29da8f2d6ece96e5ad8c3', 'bizarre_sex_objects\r\n https://okj.page.link/8P3T#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:24:20', 'web', '', NULL),
(7056, 'saharahmatisa@yahoo.com', '8f5bba16608c454c9304180f96226975', 'beautiful_sex_vid\r\n https://olr.page.link/ZtbK#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:27:39', 'web', '', NULL),
(7057, 'mmmanan2002@yahoo.com', 'b22ed4e058787f17d13119c8d78f6a2e', 'bangladeshi_girls_sex\r\n https://okj.page.link/74vf#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:29:51', 'web', '', NULL),
(7058, 'zhaohui.liu2011@gmail.com', '0fcaaf28f617e626b96961c261df3c5c', 'free_family_sex_vids\r\n https://xsw.page.link/3yZN#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:31:00', 'web', '', NULL),
(7059, 'arsaedah@gmail.com', '6f87d22c819709bac1dbbbd5f5e6b6ed', 'anal_sex_orgy\r\n https://ijq.page.link/Tb7R#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:32:01', 'web', '', NULL),
(7060, 'tcs0303@gmail.com', '3b0cfb710b0779e5a0e374b5feb852d3', 'adult_sex_software\r\n https://xsg.page.link/Fciz#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:33:08', 'web', '', NULL),
(7061, 'rexus_543@yahoo.com', '247b6191c369bb52f032e0b5f1385cf9', 'adult_video_sex\r\n https://xsg.page.link/SZpW#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:34:14', 'web', '', NULL),
(7062, 'paula.mosinska@gmail.com', 'a1d4b2eee84b1a82282a54629a993bac', 'angelina_jolie_sex_comic\r\n https://ijq.page.link/4Vfh#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:35:20', 'web', '', NULL),
(7063, 'shahrimatahir@gmail.com', '5f0b504443a2bb4b324717545a0fb9d0', 'brandy_ledford_sex_tape_free\r\n https://okj.page.link/gwMh#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:36:25', 'web', '', NULL),
(7064, 'kdsanjenbam@yahoo.com', '55d281a6b9138954f071249b5a3b269b', 'free_sex_stories_teens\r\n https://ujc.page.link/v2qS#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:37:32', 'web', '', NULL),
(7065, 'aiziu_87@yahoo.com', 'b65f07f84a17a5c15be0c86ebfb9d7d9', 'angry_dragon_sex_move\r\n https://xsw.page.link/rQGm#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:38:37', 'web', '', NULL),
(7066, 'nagoya.u.takahashi@gmail.com', '65f358b6adf87595a232bedad75f981c', 'asian_sex_parties\r\n https://ujc.page.link/gHvi#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:39:43', 'web', '', NULL),
(7067, 'dymen86@gmail.com', '3a86ea974f5c00b1d19acebe05b7843f', 'birthday_sex_song_by_jeremih\r\n https://olr.page.link/j16Y#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:40:49', 'web', '', NULL),
(7068, 'uchbuilder.sh@gmail.com', '8100907cd650f59f578ff0c24d51cd39', 'free_download_sex_clip_3gp\r\n https://ikd.page.link/Vnu5#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:41:54', 'web', '', NULL),
(7069, 'syafileman@yahoo.com', '3b76bdd1bd5439ae7c1f901291ebbbdc', 'free_live_private_sex_cams\r\n https://nhg.page.link/uXPt#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:45:07', 'web', '', NULL),
(7070, 'msanimusa@gmail.com', '19ed31e0b77ddd34944cece9471492f5', 'free_underwater_sex_movies\r\n https://okj.page.link/2CPb#\r\nanodo', NULL, 'FALSE', '212.32.192.6', '2022-09-16 22:47:15', 'web', '', NULL),
(7071, 'atharshni@gmail.com', '720ac70776db51b905e9486d032663e6', 'Atharsh Raj', NULL, 'FALSE', '117.202.46.32', '2022-09-17 20:23:50', 'web', '', NULL),
(7072, 'keith.98.2021@mail.ru', '52a147bd318a2921c914601547046d12', 'KeithLycle', NULL, 'FALSE', '145.255.0.210', '2022-09-18 01:28:10', 'web', '', NULL),
(7073, 'tickresloja1972@yahoo.com', '96039652d1627ff8941ee5e8cf05ad00', 'HomerMob', NULL, 'FALSE', '196.196.203.142', '2022-09-18 07:37:57', 'web', '', NULL),
(7074, 'jusurestumm@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'ninoka', NULL, 'FALSE', '37.139.53.44', '2022-09-18 09:53:20', 'web', '', NULL),
(7075, 'ali.nacit@yandex.com', '7515c9db6ac17d0f0644ed9d115d27ba', 'Indiankarne', NULL, 'FALSE', '181.214.218.72', '2022-09-19 07:13:22', 'web', '', NULL),
(7076, 'sergozambu@gmail.com', 'bd4dde98242b4cb3b968848177f82c56', 'Georgebrern', NULL, 'FALSE', '178.140.10.172', '2022-09-20 06:41:56', 'web', '', NULL),
(7077, 'darekmist.e.su.s.a@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'BadSantauma', NULL, 'FALSE', '146.70.92.22', '2022-09-20 09:06:33', 'web', '', NULL),
(7078, 'shabnamkausher01@gmail.com', 'fcb96b5c2e0d5d2ee38bed564b0c4f1b', 'Shabnam kausher', NULL, 'FALSE', '223.236.3.67', '2022-09-20 18:26:13', 'web', '', NULL),
(7079, 'postrustor@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'vfhbfyyf', NULL, 'FALSE', '37.139.53.44', '2022-09-21 10:45:08', 'web', '', NULL),
(7080, 'cu.rt.b.alch.2022.@gmail.com', 'db9006acd1671bb20ea02d0b6c313147', 'ThomasTat', NULL, 'FALSE', '154.6.18.65', '2022-09-22 16:57:29', 'web', '', NULL),
(7081, 'st.e.ffbur.ton.olo@gmail.com', '96e6c917c42b36dbac7c0a87ffae6ef1', 'MichaelAsser', NULL, 'FALSE', '216.24.212.10', '2022-09-24 14:40:12', 'web', '', NULL),
(7082, 'darekmis.t.e.s.us.a@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'BadSantajyw', NULL, 'FALSE', '146.70.42.158', '2022-09-26 16:58:44', 'web', '', NULL),
(7083, 'fistacursu@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Bloodray', NULL, 'FALSE', '37.139.53.44', '2022-09-26 18:54:26', 'web', '', NULL),
(7084, '6K1HBO1ppKqg@softdisc.site', '414e024efec9b286b36cfbfa229b7a85', 'Eddiefoeks', NULL, 'FALSE', '46.46.116.200', '2022-09-27 17:32:52', 'web', '', NULL),
(7085, 'mikezotov1981@gmail.com', 'a7445e5c265b9f9ac699895bfc4b845c', 'Feorebrern', NULL, 'FALSE', '178.140.10.172', '2022-09-28 09:12:41', 'web', '', NULL),
(7086, 'prvmdts1@rambler.ru', 'b2a2dd6cb96150c93e9915f196a1feef', 'prosmirjex', NULL, 'FALSE', '146.70.96.76', '2022-09-29 19:47:06', 'web', '', NULL),
(7087, 'antizropter@gmail.com', '05edc82d31c84b5e39668b333c885c55', 'ZacheryPeack', NULL, 'FALSE', '109.172.8.242', '2022-09-30 00:06:03', 'web', '', NULL),
(7088, 'lesbosisos.kerkorovs@gmail.com', '5f3c84dc42b319d7ec8e55c2d58aed1b', 'Jameswrilt', NULL, 'FALSE', '45.169.70.9', '2022-09-30 18:58:33', 'web', '', NULL),
(7089, 'dpindostani@gmail.com', 'cd988e26db2af993c3dacb319d959638', 'DramXrenmit', NULL, 'FALSE', '185.220.101.54', '2022-10-01 04:07:32', 'web', '', NULL),
(7090, 'ivamovaianna@gmail.com', 'd2841bb067fdbe78bc0aee4e8e45a4b9', 'Allenincup', NULL, 'FALSE', '45.154.255.140', '2022-10-01 05:11:43', 'web', '', NULL),
(7091, 'ste.f.fb.ur.tonolo@gmail.com', '96e6c917c42b36dbac7c0a87ffae6ef1', 'MichaelAsser', NULL, 'FALSE', '154.6.18.132', '2022-10-01 07:19:09', 'web', '', NULL),
(7092, 'cappydally9@gmail.com', '0a24d827fe43ff5e0c14360ef3aa3a81', 'Austinvebra', NULL, 'FALSE', '185.154.110.143', '2022-10-03 05:23:54', 'web', '', NULL),
(7093, 'nishb19@gmail.com', 'e1dc793c50248e801d8622324b614b4e', 'NISHANK BHARDWAJ', NULL, 'FALSE', '111.91.224.230', '2022-10-03 12:50:53', 'web', '', NULL),
(7094, 'datafastpx@gmail.com', '59bc7de3361ba149287a5c779f28f238', 'datafastproxiespx01', NULL, 'FALSE', '161.123.55.48', '2022-10-04 21:55:14', 'web', '', NULL),
(7095, 'defltorch@yandex.com', '3b4aecbd9ae1a6337faaa2f408250e6f', 'RexonClerrornmof', NULL, 'FALSE', '31.173.86.86', '2022-10-05 07:28:51', 'web', '', NULL),
(7096, 'punolly.puolopi@gmail.com', 'd14ec03781b382f1779333d6ef172aaf', 'Peerrcyrop', NULL, 'FALSE', '185.220.101.29', '2022-10-05 15:39:07', 'web', '', NULL),
(7097, 'eric3927@outlook.com', '874550be78eb231e75e212517cee1cbc', 'Lucapsep', NULL, 'FALSE', '136.243.104.103', '2022-10-06 11:14:20', 'web', '', NULL),
(7098, 'koddaccruz@gmail.com', 'd2ed89c6c7199a07592ccfc9355314c3', 'KoddackrMC', NULL, 'FALSE', '94.25.168.93', '2022-10-10 14:59:17', 'web', '', NULL),
(7099, 'maiurollo.pecarrio@gmail.com', 'da0dd98ca0b842c3688fde07349a090a', 'JamesBar', NULL, 'FALSE', '84.239.46.144', '2022-10-11 16:01:43', 'web', '', NULL),
(7100, 'ninoonnipless@gmail.com', 'ea4db4e24e032ae2d256a6b0e6e3c246', 'Robertrat', NULL, 'FALSE', '205.185.115.33', '2022-10-11 16:48:46', 'web', '', NULL),
(7101, 'dom@leow.ru', 'bb17816776a607fba4b953568f8b0f0b', 'DarrellClord', NULL, 'FALSE', '178.141.10.246', '2022-10-11 21:43:32', 'web', '', NULL),
(7102, 'larkc3owq@hotmail.com', '959716b0dda22f4764f499e84ff0573d', 'MichaelEtemn', NULL, 'FALSE', '185.173.36.129', '2022-10-12 10:25:48', 'web', '', NULL),
(7103, 'c.u.r.t.ba.l.c.h2.0.22@gmail.com', 'db9006acd1671bb20ea02d0b6c313147', 'ThomasTat', NULL, 'FALSE', '154.6.18.49', '2022-10-12 11:44:33', 'web', '', NULL),
(7104, 'alyssa.ford.93@mail.ru', 'd285cf8200a3700829fe35a4023017fa', 'orangecarphuket.com', NULL, 'FALSE', '93.92.200.179', '2022-10-14 02:53:09', 'web', '', NULL),
(7105, 'filya_borisov_81@autorambler.ru', '8a3728a83e96cacf6dd0db224e6f7896', 'Shantezox', NULL, 'FALSE', '46.242.122.62', '2022-10-15 09:18:24', 'web', '', NULL),
(7106, 'bally.dimitrova.02@gmail.com', 'e5749fae8efb6a434b6b74ba4817fc14', 'StevenHet', NULL, 'FALSE', '179.43.187.43', '2022-10-17 07:51:00', 'web', '', NULL),
(7107, 'charleshicks060@gmail.com', '0dc5c906b4a2ae185266c7dd3b8ec876', 'charleshicktw', NULL, 'FALSE', '85.160.3.133', '2022-10-17 16:57:35', 'web', '', NULL),
(7108, 'evandielabcleofad@gmail.com', '26eae079814f396a3a67a43cf48f9633', 'DwayneGuisy', NULL, 'FALSE', '176.59.164.167', '2022-10-17 18:55:16', 'web', '', NULL),
(7109, 'lunpieplangist@mail.ru', '69282b7bb3f596396b771055fee967e3', '135K3QFTIU5   www.ya.ru', NULL, 'FALSE', '178.45.119.141', '2022-10-18 11:38:22', 'web', '', NULL),
(7110, 'evfrosiniyaevseeva1990@bk.ru', 'aba339e38add7e8cc782413f3715441f', 'Peterper', NULL, 'FALSE', '77.232.146.121', '2022-10-18 16:13:52', 'web', '', NULL),
(7111, 'erdAr0nFkuTC@softdisc.site', '414e024efec9b286b36cfbfa229b7a85', 'Eddiefoeks', NULL, 'FALSE', '46.46.116.200', '2022-10-18 23:52:11', 'web', '', NULL),
(7112, 'pvallioul.vvaaleriiaa@gmail.com', '14aa94d4332c24b49facd2a8f0cfb82a', 'LJorgefooda', NULL, 'FALSE', '45.169.70.9', '2022-10-19 04:33:24', 'web', '', NULL),
(7113, 'nanaeasonrobert@gmail.com', '0381e6ecf6a01138a60c9c8cf777f97a', 'Malcomnug', NULL, 'FALSE', '178.176.78.105', '2022-10-19 23:39:58', 'web', '', NULL),
(7114, 'huannaua.huuaanna@gmail.com', '14d6faccd670ba80a01c0109581448ba', 'NuMichaelMiZ', NULL, 'FALSE', '93.95.230.253', '2022-10-20 05:09:22', 'web', '', NULL),
(7115, 'tanossh@yandex.com', '96ff1ed7b0ba46ae1fca87ff644117ac', 'Kennethder', NULL, 'FALSE', '188.234.25.205', '2022-10-21 00:40:52', 'web', '', NULL),
(7116, 'darekmist.es.us.a@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'BadSantamnb', NULL, 'FALSE', '138.199.59.176', '2022-10-21 04:08:07', 'web', '', NULL),
(7117, 'gardtmasathlec@mail.ru', 'a2dd6f767221d8bcbb5c669a428f283a', 'CC5EAS0GM41GA   www.ya.ru', NULL, 'FALSE', '95.67.151.27', '2022-10-23 02:38:30', 'web', '', NULL),
(7118, 'darekmiste.s.u.sa@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'BadSantafte', NULL, 'FALSE', '138.199.59.176', '2022-10-23 04:05:54', 'web', '', NULL),
(7119, 'orbiquirl@beaumail.xyz', '4e83db56ac7e76647626d7ec1127b53b', 'orbiquirl', NULL, 'FALSE', '37.139.53.10', '2022-10-25 17:20:07', 'web', '', NULL),
(7120, 'jumpv0v4@yandex.com', '4945e9c5fdd169c052668442decda769', 'RobertFeews', NULL, 'FALSE', '5.101.65.169', '2022-10-26 11:45:25', 'web', '', NULL),
(7121, 'kiranchirumamilla90@gmail.com', '866edb65985fefe70f0321557773c4b7', 'Kiran chirumamilla', NULL, 'FALSE', '157.47.101.99', '2022-10-26 18:44:02', 'web', '', NULL),
(7122, 'mithunh603@gmail.com', '14a8d49b2a2b0de2f4bde74eb21f4d62', 'MITHUN HALDER', NULL, 'FALSE', '47.11.254.88', '2022-10-27 00:54:12', 'web', '', NULL),
(7123, 'usheawskikendrah@gmail.com', 'b6e4e270c026a339cad1bb4fa45ea100', 'HenryAmede', NULL, 'FALSE', '176.59.43.88', '2022-10-28 09:54:46', 'web', '', NULL),
(7124, 'drppdeshpande@hotmail.com', '19d2ae3c31e68c507d9e7495d00534c0', 'Prasad Padmakar Deshpande ', NULL, 'FALSE', '157.33.12.52', '2022-10-28 14:28:36', 'web', '', NULL),
(7125, 'max.i.m.go.tos.tei.n.e.rw.ill.iyam.4.6.3.6.@gmail.com', '7dc86f7cd29d8d36772fe20b9b506bc4', 'maximllhek', NULL, 'FALSE', '212.30.36.23', '2022-10-29 10:51:50', 'web', '', NULL),
(7126, 'diaboiuy.tuoently@gmail.com', '14727aa77d879b3e9dfcb7b54429f93b', 'DaniellePoock', NULL, 'FALSE', '45.169.70.9', '2022-10-29 20:57:27', 'web', '', NULL),
(7127, 'dawid.wolsarek@interia.pl', '170218abd44053b86db58b8b043318aa', 'GeorgeRok', NULL, 'FALSE', '62.210.80.34', '2022-10-30 07:29:22', 'web', '', NULL),
(7128, 'doylehickinshiltonm@gmail.com', 'b6e4e270c026a339cad1bb4fa45ea100', 'HenryAmede', NULL, 'FALSE', '178.176.77.52', '2022-10-31 16:09:04', 'web', '', NULL),
(7129, 'sergeeva_alena_1979_18_12@mail.ru', 'cca9ef93dac4b3a825af38bb426c1a93', 'Lloydred', NULL, 'FALSE', '178.124.223.90', '2022-10-31 22:13:11', 'web', '', NULL),
(7130, 'c.u.r.tb.alc.h.2.02.2.@gmail.com', 'db9006acd1671bb20ea02d0b6c313147', 'ThomasTat', NULL, 'FALSE', '216.24.212.30', '2022-10-31 22:53:11', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(7131, 'biopaycewal@mail.ru', 'bcdc0d2f1343fadb5e106f980d65abbf', '54O54EE91YSJSB   https://ya.ru', NULL, 'FALSE', '80.234.72.246', '2022-11-04 07:35:03', 'web', '', NULL),
(7132, 'dt1979z@yandex.ru', '4498af9c2f5fcb814f1f146a303940ed', 'b8zpaÐ·Ð´aÑ‡a_Ð¿oÐ´apkoÐ²_18980rubl\r\n https://bpp.page.link/WoqX#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 00:10:06', 'web', '', NULL),
(7133, 'V@mail.ru', '8ae353a2f6dcd580212b2709968af9a9', '89uVasha_zarplata_326usd\r\n https://pym.page.link/UeQT#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 00:17:14', 'web', '', NULL),
(7134, 'lelia_93_ng@mail.ru', 'aa5a5dfc27e22fe6d3488a2abebf10df', 'rjzmoÐ¶Ð½o_Ð·aÐ±paÑ‚ÑŒ_885usd\r\n https://qsa.page.link/yaSW#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 00:25:22', 'web', '', NULL),
(7135, 'mistyukk@mail.ru', '00a6004a141a6795770a6e6e5d5ccd52', 'p3eVam_nachislenno_1135usd\r\n https://pym.page.link/9fgi#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 00:30:30', 'web', '', NULL),
(7136, 'Elena-Proskurnik@yandex.ru', '059b2963b1a78c215a3c491a17769c0e', 'jhyDengi_vashi_1404usd\r\n https://wtl.page.link/ZtbK#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 00:32:23', 'web', '', NULL),
(7137, 'polina.dashiwets@yandex.ru', 'de04e3f4538990a8faa1734c3377a93d', 'zlzÐ’aÑˆÐ¸_Ð´eÐ½ÑŒÐ³Ð¸_Ñ‚ÑƒÑ‚_20143rubl\r\n https://hgl.page.link/rCTa#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 00:37:11', 'web', '', NULL),
(7138, 'proshinakatya@gmail.com', '68ae21e8abc8c2a59962586809077468', 'lajTut_denezhka_780usd\r\n https://rse.page.link/eqn8#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 00:39:21', 'web', '', NULL),
(7139, 'saidjon79.sobirov@gmail.com', 'a54b141bce5afed08e2cd19aca8c07a7', 'lpeVam_nachislenno_23534rub\r\n https://bpp.page.link/Mn8i#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 00:46:25', 'web', '', NULL),
(7140, 'Nauman.k@bk.ru', '9338bf3901a527fff18105e5f1c552cf', 'ep0Razdacha_deneg_zdes_31633rub\r\n https://hgl.page.link/FbL8#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 00:49:26', 'web', '', NULL),
(7141, 'Viktor7007@yandex.ru', '1dd071b8d07212883288e2b8dd70b4bf', 'o7bÐŸoÑoÐ±Ð¸e_Ð²Ñ‹Ð¿Ð»aÑ‡eÐ½o_471usd\r\n https://pym.page.link/ehdE#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 00:51:42', 'web', '', NULL),
(7142, 'sh.k.u.t.k.o.vi.g.or.ec.ze.k.be.st@gmail.com\r\n', 'f9260298e4b53b199d354f3f950a0245', 'Igorewp', NULL, 'FALSE', '84.239.40.218', '2022-11-05 00:53:45', 'web', '', NULL),
(7143, 'ibragimkurbanov1965@gmail.com', '887aaf39bce9bb203e13a51e2a9ca0a8', 'bqiViplata_tut_20491rubl\r\n https://rse.page.link/iofv#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 00:53:48', 'web', '', NULL),
(7144, 'ybinng@mail.ru', '2b463a42c51dcc663b2c42bad73defbb', 's91Ð”eÐ½ÑŒÐ³Ð¸_Ð½a_pemoÐ½Ñ‚_52624rubl\r\n https://hgl.page.link/Nmx7#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 01:06:00', 'web', '', NULL),
(7145, 'vipexs@yandex.ru', '8164d83726989b12f0ef052f0bb76144', 'zf3Vam_nachislenno_788usd\r\n https://ehu.page.link/cNzT#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 01:26:48', 'web', '', NULL),
(7146, 'xlittlemonstr@yandex.ru', '61f10072255d0aaf813db87954d18cd5', 'pk3moÐ¶Ð½o_Ð·aÐ±paÑ‚ÑŒ_1060usd\r\n https://rse.page.link/ZzrT#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 01:28:14', 'web', '', NULL),
(7147, 'ira.sergeeva999@mail.ru', '345f5db1261ec73f99e7de35743a79cd', 'px7Tut_denezhka_10203rubl\r\n https://mnp.page.link/nEkr#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 01:33:29', 'web', '', NULL),
(7148, 'Oscar Sweep@yandex.ru', '4099576493b280f5e2161db553678745', '1xeVashi_dengi_35521rubl\r\n https://qxu.page.link/N5Fc#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 01:35:00', 'web', '', NULL),
(7149, 'moiseev.peter2018@yandex.ru', '0522df348102d94453c3ff7dd6bea458', '585Sredstva_polucheni_11856rubl\r\n https://hgl.page.link/okSy#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 01:40:01', 'web', '', NULL),
(7150, 'spamlist2017@yandex.ru', 'ffe8b8fad779dbd07cc42a818766f9ce', 'udvÐ”eÐ½ÑŒÐ³Ð¸_Ð²aÑˆÐ¸_13319rubl\r\n https://ehu.page.link/izyu#\r\n', NULL, 'FALSE', '88.200.128.177', '2022-11-05 01:41:57', 'web', '', NULL),
(7151, 'ssiv98@mail.ru', '8be0e45d8f67839fc205156ed196002d', 'jevÐ’Ñ‹Ð³oÐ´Ð½o_Ð·aÐ±paÑ‚ÑŒ_49445rub\r\n https://bpp.page.link/5vZv#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 01:51:18', 'web', '', NULL),
(7152, 'saazanutegenova@gmail.com', 'cc49c001ced43951bafcfa14e465edb2', 'uwsSredstva_polucheni_1292dollar\r\n https://lvm.page.link/1cJq#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 01:53:46', 'web', '', NULL),
(7153, 'bagilaatabaeva0506@gmail.com', '639c4f870d8e9467e256d0f99095d987', '72tÐ£Ð´Ð¸Ð²Ð¸Ð²ÑˆÐ¸ÑÑŒ_oÑ‚kpoÐ¹Ñ‚e_32434rubl\r\n https://chr.page.link/U1iQ#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 01:57:25', 'web', '', NULL),
(7154, 'margos.n1984@gmail.com', '6f0a15ff5f180e7dfc50d9a059903d01', 'pxgÐ’am_Ð¿epeÐ´aÐ½o_21546rubl\r\n https://pym.page.link/xMd1#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 02:03:57', 'web', '', NULL),
(7155, 'DarckWay@yandex.ru', '0be70a7aa3382b9b3321ea4b83d1617e', 'zl7Vivodite_dengi_862usd\r\n https://wtl.page.link/Utvh#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 02:07:09', 'web', '', NULL),
(7156, 'nastya6482069@gmail.com', '6a5f0ea2493d42b15ad86ae6711579a1', 'fo8Vam_nachislenno_10994rub\r\n https://mnp.page.link/15m9#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 02:10:22', 'web', '', NULL),
(7157, 'fhggkkkjhn@mail.ru', '5cd815e5ac44006639ad89dc0ccfccc3', 'ulaPodarok_deneg_934dollar\r\n https://hgl.page.link/PPGf#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 02:17:04', 'web', '', NULL),
(7158, 'irinaparhomovic197@gmail.com', '3be495ccca78b97b3e7b1f88e70fff0b', 'mqjÐ¢Ð²oe_Ð¿oÑoÐ±Ð¸e_29253rub\r\n https://yhj.page.link/mzqx#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 02:20:45', 'web', '', NULL),
(7159, 'lehacase@gmail.com', '02260824fddd9c486a2d55d6e98f664f', 'sm1Vam_nachislenno_15577rubl\r\n https://tto.page.link/k5vR#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 02:23:30', 'web', '', NULL),
(7160, 'vova.kast.88@mail.ru', 'f39cf68ad92963a073eb3a6f4235d16a', 'w0bZaberite_dengi_1238dollar\r\n https://tto.page.link/2eJz#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 02:27:32', 'web', '', NULL),
(7161, 'poliakova-75@mail.ru', 'bf2ebb319d0ac5c1894d3cb43dd83703', '116Ð¡moÑ‚pÐ¸Ñ‚e_ÑÑŽÐ´a_510dollar\r\n https://hgl.page.link/xjSm#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 02:34:09', 'web', '', NULL),
(7162, 'kim333top@gmail.com', '56516b7e10f375a0bcc97baa75450b35', '4gbVam_nachislenno_26883rub\r\n https://hgl.page.link/VnTo#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 02:36:38', 'web', '', NULL),
(7163, 'babitskaya.a@gmail.com', 'fa258137eccc425278f846ef72fecb90', 'vu8ÐŸoÐ»ÑƒÑ‡Ð¸Ñ‚e_Ð´eÐ½ÑŒÐ³Ð¸_50484rubl\r\n https://yhj.page.link/nW17#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 02:41:00', 'web', '', NULL),
(7164, 'volik@rddfm.ru@yandex.ru', 'a4cd49683ce61ba224709e893b6d46ad', 'i23ÐŸoÑoÐ±Ð¸e_Ð½a_kapÑ‚e_21639rubl\r\n https://ehu.page.link/bqC4#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 02:43:08', 'web', '', NULL),
(7165, 'naxyl@gmail.com', '4fc1e0e74ae0e5dc623f5dc075d1e040', 'qv8Vam_nachislenno_52937rub\r\n https://yhm.page.link/TqHg#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 02:47:56', 'web', '', NULL),
(7166, 'oltinqalam@gmail.com', 'd79c07d7dc69cce0f834ae6a9ab03120', 'staTvoya_denezhka_43006rub\r\n https://lvm.page.link/HXad#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 02:49:40', 'web', '', NULL),
(7167, 'cyrkanm5s@gmail.com', '8649f8cbc38e81b5b95176b506652dfb', 'gctkapÑ‚Ñƒ_Ð¿oÐ¿oÐ»Ð½Ð¸Ð»Ð¸_45155rub\r\n https://ehu.page.link/e1A3#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 02:54:45', 'web', '', NULL),
(7168, 'annaarsenteva@gmail.com', '5b3c591a76df640490159c03e51e1d81', 'qpwZaberite_dengi_49005rubl\r\n https://rse.page.link/Rvxp#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 02:58:55', 'web', '', NULL),
(7169, 'pobereznyjanatolij21@gmail.com', 'e6f4d360a2f1b880da515c87a8e0d3c8', 'ltgHvatayte_dengi_41992rubl\r\n https://egs.page.link/tXPn#\r\n', NULL, 'FALSE', '95.67.140.89', '2022-11-05 03:01:19', 'web', '', NULL),
(7170, 'rey.mccar@mail.com', '13e283bbceb7ac112b8824a964f594aa', 'Joshua3354Nip', NULL, 'FALSE', '194.36.99.222', '2022-11-05 03:04:49', 'web', '', NULL),
(7171, 'gagafi@yandex.ru', '915db7e330380930b1dd01c5e43d6e81', 'i2iÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_Ð·a_10_Ð»eÑ‚_44517rubl\r\n https://wtl.page.link/nYm3#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 03:22:02', 'web', '', NULL),
(7172, 'larisa-varina@mail.ru', '8edf2e4eca44244408c105c3515496a0', 'u73Vozmite_valutu_34339rub\r\n https://lvm.page.link/aSnn#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 03:22:46', 'web', '', NULL),
(7173, 'yenigun2008@mail.ru', 'b55c83095106d7e904fcd19309e5d6a1', '05rÐŸoÐ»ÑƒÑ‡Ð¸Ñ‚e_Ð´eÐ½ÑŒÐ³Ð¸_32822rubl\r\n https://tto.page.link/6uP2#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 03:28:33', 'web', '', NULL),
(7174, 'yuriy.1394@yandex.ru', '3f164c72e7f996a9671f3690e175e2e3', 'v9mZabrat_denezhku_497dollar\r\n https://bpp.page.link/SEYN#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 03:29:36', 'web', '', NULL),
(7175, 'cyxap4er@yandex.ru', '67ff22a22f26177673e22ac2df105f02', '72aVivodite_dengi_869dollar\r\n https://tto.page.link/JFiS#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 03:36:21', 'web', '', NULL),
(7176, 'borovikuliynka@gmail.com', 'e2c5a0f220d9a7155fe70d609b6954bf', 'jo9Tut_denezhka_673usd\r\n https://wtl.page.link/YSgN#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 03:41:38', 'web', '', NULL),
(7177, 'nik.zemlyakova.54@mail.ru', '762886df08588c996ff3b5374b8cee4c', '2ecÐ”eÐ½ÑŒÐ³Ð¸_mÐ¸Ð³paÐ½Ñ‚am_11166rubl\r\n https://rse.page.link/Zhv1#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 03:43:04', 'web', '', NULL),
(7178, 'kdaria-miksp@mail.ru', 'e89ee102d310cc2d72f68727cc71f2a3', 'd6mZaberite_dengi_1025dollar\r\n https://urg.page.link/S4tp#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 03:47:51', 'web', '', NULL),
(7179, 'ekonomchik@mail.ru', 'e4226a55d6a0969d129a278ed13d4c5f', 'hcsÐ—apÐ¿Ð»aÑ‚a_Ð¿oÐ¿oÐ»Ð½eÐ½a-43801rub\r\n https://egs.page.link/pYM9#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 03:49:52', 'web', '', NULL),
(7180, 'vadimka.nechaev.03@mail.ru', 'f77f904b4d55bf28efbca8ae52cc8ce6', '82cÐ’am_Ð¿epeÐ´aÐ½o_51041rub\r\n https://yhm.page.link/mxjg#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 03:54:23', 'web', '', NULL),
(7181, 'vladimiruseinov1981@gmail.com', '8c2a0674d973e6867a923f15555d5bd6', 'bu1Ð’Ñ‹Ð²oÐ´_Ð¿oÑÑ‚aÐ²Ð»eÐ½_43117rubl\r\n https://plt.page.link/nCzv#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 03:56:33', 'web', '', NULL),
(7182, 'vasyaef@mail.ru', 'ccb8d42321d9591172a7bd036ccf4a85', '8hjZdes_vashe_1444usd\r\n https://bpp.page.link/gNeR#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 04:03:19', 'web', '', NULL),
(7183, 'svetazakharchuk@icloud.com', '482a8f9b0fddcf64d159d83c6f608aae', '2euÐ’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½ÑŒÐ³Ð¸_8803rubl\r\n https://yhj.page.link/rrSw#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 04:07:30', 'web', '', NULL),
(7184, 'borudenko18@gmail.com', '72ef35f27eb92eff46a051b292c7cec8', '1ovÐ–eÐ»aÑŽ_Ð·aÐ¿oÐ»ÑƒÑ‡Ð¸Ñ‚ÑŒ_ÑÑ‚o_1259usd\r\n https://chr.page.link/5EWN#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 04:14:12', 'web', '', NULL),
(7185, 'kudryhova10.05.82@gmail.com', 'f4db276cd320dcfbe0afaf0045a72f36', 'vzbTvoya_viplata_tut_31930rubl\r\n https://rfo.page.link/D5Nv#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 04:17:36', 'web', '', NULL),
(7186, 'erzaov75@hotmail.ru', '900f7a6c8de0fc4231756832683bf88d', 'qwhkapÑ‚a_Ð³oÑ‚oÐ²a_626dollar\r\n https://urg.page.link/oHUQ#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 04:24:53', 'web', '', NULL),
(7187, 'goldtais@yandex.ru', '4d8a3cb7e8a159d6756488118d72a839', 'jjmoÐ½Ð¸_Ð´eÐ½ÑŒÐ³Ð¸_Ð²oÑ‚_837dollar\r\n https://rfo.page.link/Udd1#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 04:28:26', 'web', '', NULL),
(7188, 'green.rim@gmail.com', '0f92ccbb060cd16d92c0465745145d31', 'v4mTvoya_denezhka_32629rubl\r\n https://lvm.page.link/mnQc#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 04:32:13', 'web', '', NULL),
(7189, 'natutok@gmail.com', '31c5ce85dea52b966e09f564ee823e4c', 'po4ÐoÐ²oÐ³oÐ´Ð½ÑÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_13003rubl\r\n https://plt.page.link/DBZW#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 04:42:34', 'web', '', NULL),
(7190, 'kolmogorovaleksandr880@gmail.com', '4f3a02edc0f72cac04b9618fccd3cf13', '7dvRazdacha_deneg_zdes_1238dollar\r\n https://yhj.page.link/PXHS#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 04:46:39', 'web', '', NULL),
(7191, 'valerijnurgaleev05@gmail.com', 'f0e0b34872cb6da302bfcb8c836aefa8', 'l9lViplata_vasha_47257rubl\r\n https://hgl.page.link/3SVw#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 04:49:42', 'web', '', NULL),
(7192, 'nnef78@gmail.com', '1125c1ad696f0e17a8c3331dbed23b50', '8egkÐ»Ð¸k_Ð¸ÑÑ‡aÑÑ‚ÑŒe_9067rub\r\n https://lvm.page.link/FdJQ#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 04:53:54', 'web', '', NULL),
(7193, 'kulikovskajadasha26@gmail.com', '33b2329bd62416b7efd56a40b14d152e', '9pfÐŸoÐ»ÑƒÑ‡Ð¸Ñ‚e_Ð´eÐ½ÑŒÐ³Ð¸_423usd\r\n https://egs.page.link/1uM7#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 04:56:30', 'web', '', NULL),
(7194, 'botabekov1989@gmail.com', '4754da292b69ce5f22c4d76c26046d35', 'at2kÐ»Ð¸k_Ð¸ÑÑ‡aÑÑ‚ÑŒe_517dollar\r\n https://rse.page.link/eqn8#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 05:01:15', 'web', '', NULL),
(7195, 'tourist-at@yandex.ru', '217e3d9eb823df1091a6ede21ea7626f', 'e27Podarok_deneg_39012rub\r\n https://rse.page.link/1CNC#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 05:08:27', 'web', '', NULL),
(7196, 'sycevai443@gmail.com', '1df07ef43a56db4300efbca2b61a296d', 'jlqÐ’aÑˆ_kÑÑˆ_57212rub\r\n https://lvm.page.link/p2Wj#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 05:15:29', 'web', '', NULL),
(7197, 'dinaraislakova123@gmail.com', 'a89f919402b85e14e08ab005f4be7835', 'tttÐ”eÐ½ÑŒÐ³Ð¸_mÐ¸Ð³paÐ½Ñ‚am_13847rub\r\n https://ehu.page.link/dGAT#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 05:22:33', 'web', '', NULL),
(7198, 'andrei230370@mail.ru', '305ffedb7c8ade40ca6824eee54665e7', '7zmTvoya_viplata_tut_38440rubl\r\n https://lvm.page.link/qVqB#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 05:29:42', 'web', '', NULL),
(7199, 'Espr1ttt@yandex.ru', 'e2087eb757bd7302f246f9f00b92e760', 'ttbTvoya_denezhka_29361rubl\r\n https://bpp.page.link/M4Xo#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 05:30:31', 'web', '', NULL),
(7200, 'nikolay.basov@yandex.ru', '3ba81736221da763d8e6995f8b4f7fae', '8gzoÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½Ñ‹Ð¹_ÑƒÑÐ¿eÑ…_26635rubl\r\n https://egs.page.link/p7xo#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 05:36:48', 'web', '', NULL),
(7201, 'zazu177@gmail.com', '3e9f34231313e800a3b19298b695d270', '53lTut_denezhka_457dollar\r\n https://tto.page.link/raHT#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 05:37:28', 'web', '', NULL),
(7202, 'iliynchik21@list.ru', '345a2e8511c49bbd6a759fd3b4d5d6ac', 'f7uÐŸoÐ»ÑƒÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚Ñƒ_1481usd\r\n https://wtl.page.link/1xJN#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 05:43:56', 'web', '', NULL),
(7203, 'verolg@yandex.ru', '557c89e75a00c0760189e7c8538eb093', 'uwoVam_nachislenno_642usd\r\n https://ehu.page.link/XXRh#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 05:44:11', 'web', '', NULL),
(7204, 'Bloody125@yandex.ru', '0663dc6703152eed97b34d1270746b51', 'asiTvoya_denezhka_14549rubl\r\n https://ehu.page.link/BSvE#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 05:51:06', 'web', '', NULL),
(7205, 'tan9_2009@mail.ru', 'e974d866da64505c4c86db1f6a23e21f', 'pvvVozmite_valutu_43553rub\r\n https://rfo.page.link/3F4k#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 05:58:26', 'web', '', NULL),
(7206, 'OlgaP2@yandex.ru', '13c0d15a26bfb2d5403fedb66339cb35', '6z9Vashi_dengi_21251rubl\r\n https://bpp.page.link/Yr58#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 06:04:40', 'web', '', NULL),
(7207, 'mmarfuta2017@yandex.ru', '3a345418bdf1b872394c510498e59d88', 'f2bSredstva_polucheni_36595rubl\r\n https://bpp.page.link/zFBg#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 06:05:24', 'web', '', NULL),
(7208, 'staheeva2014@mail.ru', 'b6395457f0063b05c974e05faff443bd', 'j6woÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½Ñ‹Ð¹_Ð¿oÐ´apok_23196rubl\r\n https://qsa.page.link/RQj4#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 06:11:32', 'web', '', NULL),
(7209, 'korvid.svoboda@yandex.ru', 'b191f90cd673d1e2ec9e2a06d32cf478', '339oÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½aÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_950usd\r\n https://tto.page.link/sQre#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 06:12:28', 'web', '', NULL),
(7210, 'bobojon1643@gmail.com', 'ca4ff5a6bd4f2a961ea3d600a34bbafd', '0cvÐ’oÐ·meÑ‰eÐ½Ð¸e_paÑÑ‚paÑ‚_1267dollar\r\n https://mnp.page.link/KRXk#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 06:19:32', 'web', '', NULL),
(7211, 'trastanevgenia@gmail.com', 'a9d41e1a6bbee13e2402ebe2c6d41709', 'wjjTvoya_viplata_tut_748dollar\r\n https://bpp.page.link/UEjM#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 06:25:18', 'web', '', NULL),
(7212, 'olg-sviridov@yandex.ru', '255621682acefec1d3e6ed5d977927a0', 'qp7Vasha_denezhka_570dollar\r\n https://pym.page.link/fJLt#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 06:32:07', 'web', '', NULL),
(7213, 'stukalowa.lara@yandex.ru', 'd65e448448a97ceba3cfb3d929238633', 'kwcÐ’aÑˆe_Ð¿oÑoÐ±Ð¸e_1149usd\r\n https://lvm.page.link/eZer#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 06:33:43', 'web', '', NULL),
(7214, 'ia.stolyarov@yandex.ru', '902902e57ee39f127e83c6e2bbc05213', 'gidNa_karte_dengi_23660rub\r\n https://pym.page.link/vuhR#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 06:39:01', 'web', '', NULL),
(7215, 'evgenik967@gmail.com', '347fed85e6141041784f97f75aa56d3a', 'lcnViplata_tut_1189dollar\r\n https://rfo.page.link/pxYu#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 06:40:40', 'web', '', NULL),
(7216, 'garajhanovajzat@gmail.com', '6fa5b08c8f8850ea73eca1f70abaa502', 'btgTut_denezhka_913usd\r\n https://chr.page.link/9oj9#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 06:47:42', 'web', '', NULL),
(7217, 'MMiskov@yandex.ru', '260a30b91557adfe4ce96fc3e2b8eb4f', '5mbÐ–eÐ»aÑŽ_Ð·aÐ¿oÐ»ÑƒÑ‡Ð¸Ñ‚ÑŒ_ÑÑ‚o_613dollar\r\n https://rfo.page.link/XTmo#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 06:52:33', 'web', '', NULL),
(7218, 'unikah@rambler.ru', '733d25ba6713530fe989f845ad072c44', 'yr7ÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_52365rubl\r\n https://tto.page.link/dVry#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 06:54:49', 'web', '', NULL),
(7219, 'egimodestobabeda@gmail.com', 'dde9c10b8770217eba4d68c9fd9c398a', 'lmzkakoÐ¹_Ð¿oÐ´apok_41792rubl\r\n https://plt.page.link/rG26#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 07:01:45', 'web', '', NULL),
(7220, 'mak-2006168@yandex.ru', '196e2eff2dfd031d79d8d6d11e50a308', 'eti24Ñ‡aÑa_Ð½a_Ð²Ñ‹Ð²oÐ´_Ð´eÐ½eÐ³_805dollar\r\n https://tto.page.link/hk45#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 07:06:14', 'web', '', NULL),
(7221, 'AnnaKhrenova@yandex.ru', '4b45f7c043a63c9cc167fbbb28842b82', 'd3cÐ¡Ð¿Ð¸ÑaÐ½Ð¸e_kpeÐ´Ð¸Ñ‚oÐ²_34623rub\r\n https://hgl.page.link/t1yn#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 07:08:56', 'web', '', NULL),
(7222, 't.natalin@yandex.ru', 'c0c1939385bb92e4da93d2990c5d1e0b', '0s4oÐ½Ð¸_Ð´eÐ½ÑŒÐ³Ð¸_Ð²oÑ‚_541usd\r\n https://lvm.page.link/gjG6#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 07:15:54', 'web', '', NULL),
(7223, 'i.medvezhonkova@gmail.com', 'c957f0188b93172579e2411d726a1b46', 'mhxVasha_zarplata_9681rubl\r\n https://rfo.page.link/KupA#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 07:19:52', 'web', '', NULL),
(7224, 'anton.petrov@homeapp.ru@yandex.ru', '8c65eb1c357f7e98bc4024253cfb784e', '883Ð’Ñ‹_Ð·aÑÐ»ÑƒÐ¶Ð¸Ð»Ð¸_kÑÑˆ_633dollar\r\n https://tto.page.link/t8Qb#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 07:22:56', 'web', '', NULL),
(7225, 'ualihan_1982@mail.ru', '802a37268f2f8dc736e9ab4261dee1cc', 'hm4Ð£ÑÐ»ÑƒÐ³a_Ð²oÐ·meÑ‰eÐ½Ð¸Ñ_888dollar\r\n https://qxu.page.link/8Xbb#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 07:30:02', 'web', '', NULL),
(7226, 'olegpolozkij@gmail.com', '0c0acdb6ff13d7aeb7246c8499050b94', '70cÐ—aÑÐ»ÑƒÐ¶Ð¸Ð»Ð¸_Ð²Ñ‹_ÑÑ‚o_32852rubl\r\n https://ehu.page.link/f5fd#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 07:37:08', 'web', '', NULL),
(7227, 'gavin.januarie@gmail.com', 'ba1167d328a42c6f18d99bd0a9cc551d', 'b31Vam_nachislenno_1281usd\r\n https://lvm.page.link/SpfU#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 07:44:16', 'web', '', NULL),
(7228, 'bulkinaulia5@gmail.com', 'efe2719eb46ebd5af7108fb57e754ed7', 'lthGet_moneÑƒ_28935rubl\r\n https://pym.page.link/FBCK#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 07:47:40', 'web', '', NULL),
(7229, 'a.maksimovich@mail.ru', '1e6058958f7e9280be691f4f84843cf5', 'audVam_nachislenno_848usd\r\n https://ehu.page.link/4xjF#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 07:51:12', 'web', '', NULL),
(7230, 'belopukh73@bk.ru', 'a04bc6af2d442793dfa653cd3ea5c762', '28tVam_nachislenno_803usd\r\n https://pym.page.link/n4pQ#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 07:58:17', 'web', '', NULL),
(7231, 'tanyagogotova@yandex.ru', 'd80aee9b720ee3a04a8acccd7f073e7d', 'uf9Ð’am_Ð¿oÐ²eÐ·Ð»o-788usd\r\n https://pym.page.link/jCVP#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 08:01:14', 'web', '', NULL),
(7232, 'shoxruxabdibotirov@gmail.com', '118d0fef9c5f95e3e8b9ecc5f57464a3', 'z6aÐ¢Ð²oe_Ð·aÑ‡Ð¸ÑÐ»eÐ½Ð¸e_1074dollar\r\n https://lvm.page.link/UBeK#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 08:05:31', 'web', '', NULL),
(7233, 'dr.vgn@yandex.ru', '56f0f9435ca718052aadc1a3f54fad90', '9p7dengi_zhdut-974dollar\r\n https://ehu.page.link/oEde#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 08:08:24', 'web', '', NULL),
(7234, 'Kyxa.z@yandex.ru', '1760cb63d7bcba0c7808fc3b574fdd25', 'et5Ð¡peÐ´ÑÑ‚Ð²a_Ð½a_aÐ²Ñ‚o_Ð²am_1476usd\r\n https://egs.page.link/zdmQ#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 08:12:51', 'web', '', NULL),
(7235, 'mahmadulloevramiz@gmail.com', '071cdbcffdd0fae7238b4807b9110db2', 'lxwÐ’Ñ‹Ð¿Ð»aÑ‚a_45980rubl\r\n https://rfo.page.link/9Rda#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 08:15:43', 'web', '', NULL),
(7236, 'georgijmarkov30041959@gmail.com', 'f27c29f00f8c4c9d1eb478610446f9ef', 'rwfZaberite_dengi_1080usd\r\n https://rfo.page.link/1Tih#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 08:23:06', 'web', '', NULL),
(7237, 'gost.test.ik@gmail.com', '882d382524abe4bba90393457fdcf352', '3whVam_nachislenno_562dollar\r\n https://egs.page.link/Evm1#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 08:27:45', 'web', '', NULL),
(7238, 'silkins543@gmail.com', '45c6e848ded9256406d8f64ccfeb300e', 'zaiZaberite_dengi_1418usd\r\n https://bpp.page.link/4y1J#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 08:35:12', 'web', '', NULL),
(7239, 'razanovi814@gmail.com', '8e9d394d23ad36aab44fa80f531be15a', 'okxHvatayte_dengi_50682rub\r\n https://qta.page.link/nD72#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 08:37:39', 'web', '', NULL),
(7240, 'azure-73@yandex.ru', '2506ef74e301b72c28b5e0ee554ca930', '2amPodarok_deneg_15429rubl\r\n https://wtl.page.link/HU13#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 08:42:42', 'web', '', NULL),
(7241, 'marmuzevich96@mail.ru', '43c8472cbae5165eeb3834fd64912f18', '02joÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½Ñ‹Ð¹_ÑƒÑÐ¿eÑ…_35568rubl\r\n https://hgl.page.link/ncGK#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 08:50:04', 'web', '', NULL),
(7242, 'alwic@yandex.ru', '5c15b0e5256e0ad4b154e887cda45168', 'b4lVam_nachislenno_31412rub\r\n https://mnp.page.link/kBsz#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 08:52:14', 'web', '', NULL),
(7243, 'olga.truskavina@gmail.com', '933df11de5f55855c83a42851f1cd7a3', 'x5fÐ’am_Ð¿epeÐ´aÐ½o_1088usd\r\n https://tto.page.link/hW3E#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 08:59:31', 'web', '', NULL),
(7244, 'shcriabky@yandex.ru', 'e76f06ca51ff2662a1720913ed0af703', 'tznÐŸepeÐ´aÐ½o_Ð²am_21448rubl\r\n https://rfo.page.link/suYB#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 09:04:46', 'web', '', NULL),
(7245, 'daraicetkina@gmail.com', '34f1e926173b5c98ee29ccd24cefd828', 'elxÐ’am_Ð¿epeÐ´aÐ½o_27472rubl\r\n https://rfo.page.link/vKKS#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 09:12:12', 'web', '', NULL),
(7246, 'sidorova@spadevelopment.ru@yandex.ru', 'f8c0979124bd38f06b3362cdb03e4e16', 't3qZabrat_denezhku_53453rubl\r\n https://qsa.page.link/N5uX#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 09:13:52', 'web', '', NULL),
(7247, 'sergeishvabeker@gmail.com', 'b5e2ccd9c638c1e165a3f32808b7e838', '196Vam_nachislenno_51292rub\r\n https://bpp.page.link/dH1T#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 09:19:31', 'web', '', NULL),
(7248, 'daler4ik04@mail.ru', '3c300d40e6800a7b70e3c069e8820a8d', 'uawVam_nachislenno_52987rubl\r\n https://egs.page.link/67c6#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 09:20:48', 'web', '', NULL),
(7249, 'shiianova.91@mail.ru', '3c759a5a0d91c3e41aff9905e1d6c500', 'oc7Viplata_tut_925dollar\r\n https://wtl.page.link/sHJa#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 09:26:35', 'web', '', NULL),
(7250, 'aliagubareva183@gmail.com', 'caa54a147cd39647cb05e82bb5156b91', 'stoVam_nachislenno_32262rubl\r\n https://lvm.page.link/rnyn#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 09:27:42', 'web', '', NULL),
(7251, 'm_dauren-h@mail.ru', '0d93b4dc604698087170615c32e2be3d', 'blcÐ¢akoÐ³o_Ð¿oÐ´apka_Ð½e_oÐ¶Ð¸Ð´aÐ»_1319usd\r\n https://rse.page.link/udfw#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 09:33:46', 'web', '', NULL),
(7252, 'argonarymbaeva@gmail.com', '8a5bdd5e6b615ca5bf49e3d0b2fca345', 'ghmHvatayte_dengi_1324dollar\r\n https://rse.page.link/mmbC#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 09:34:41', 'web', '', NULL),
(7253, 'gandrej575@gmail.com', '86421028235067719c5254bb361405e3', 'agyTut_denezhka_35287rub\r\n https://wtl.page.link/y1AA#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 09:41:05', 'web', '', NULL),
(7254, 'dikarden@gmail.com', 'b351ea115f80e4e5cc811de6e23cdc7b', '1pbÐ”oÐ¿Ð»aÑ‡eÐ½a_Ð·apÐ¿Ð»aÑ‚a_1392dollar\r\n https://wtl.page.link/zicz#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 09:41:49', 'web', '', NULL),
(7255, 'vladmofo@yandex.ru', 'ee581e324ccc9cafdcc4e905edaa1b51', '6vtÐ¡Ð¿Ð¸ÑaÐ½o_Ño_ÑÑ‡eÑ‚a_10155rubl\r\n https://pym.page.link/C1Nd#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 09:48:10', 'web', '', NULL),
(7256, 'amalu@yandex.ru', '06d7d87a9a3a5bec9d4b72b730dcd9b6', 'l6fÐ—aÐ±paÑ‚ÑŒ_moÐ¶Ð½o_836dollar\r\n https://ehu.page.link/kxCN#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 09:48:46', 'web', '', NULL),
(7257, 'elena.ryabinkina@gmail.com', 'ebe1bdaf7e7b7b85de1bc288af7f5c4a', 'sz6mÐ¸Ð»Ð»Ð¸oÐ½_moÐ½eÑ‚_26068rubl\r\n https://rfo.page.link/LGNo#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 09:55:10', 'web', '', NULL),
(7258, 'ratvit@yandex.ru', '15513792ae95715a1300dfa6275f62aa', '9rgVozmite_valutu_39523rub\r\n https://egs.page.link/sWNU#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 09:55:36', 'web', '', NULL),
(7259, 'nadejda.isaewa@yandex.ru', '9235886557310777ccf62ad4ef681f6b', 'lshViplata_vasha_51228rubl\r\n https://plt.page.link/e7sx#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 10:02:13', 'web', '', NULL),
(7260, 'kvbir@mail.ru', 'fcb625748ed9006f1d46abd2e0fafe3e', 'n89mÐ¸Ð»Ð»Ð¸oÐ½_moÐ½eÑ‚_35877rubl\r\n https://rse.page.link/U7Ej#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 10:02:26', 'web', '', NULL),
(7261, 'olganazarova21082013@gmail.com', '9e0cb8f37df8eb3736eaddd074b43d03', '0ieVam_nachislenno_20731rubl\r\n https://bpp.page.link/U55G#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 10:16:23', 'web', '', NULL),
(7262, 'godanov@yandex.ru', 'a0ae0049aed7078c38b5e46e102a3936', 'j7qaÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹e_Ð´eÐ½ÑŒÐ³Ð¸_35778rub\r\n https://egs.page.link/S8j5#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 10:23:06', 'web', '', NULL),
(7263, 'gusenbekov2017@yandex.ru', '93b5a7376e2e88de10dfcf537f459e67', 'plfVam_nachislenno_1356usd\r\n https://bpp.page.link/r3Xf#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 10:23:35', 'web', '', NULL),
(7264, 'binaraduankulova@gmail.com', '1436371809ca8266010f83d610b52437', 'm06Podarok_deneg_44811rubl\r\n https://tto.page.link/3qyW#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 10:29:58', 'web', '', NULL),
(7265, 'kartsev.vanya@gmail.com', 'e36e759f558dd0e808a613155b002a7b', 'c2jVam_nachislenno_28734rubl\r\n https://lvm.page.link/AxcN#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 10:36:47', 'web', '', NULL),
(7266, 'sayfutdinova.valentina@mail.ru', '3088a639bf585f558345e222d2fb2e08', '0xlVam_nachislenno_12610rubl\r\n https://qsa.page.link/mxsr#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 10:44:58', 'web', '', NULL),
(7267, 'ap-mavrin@yandex.ru', 'bbd5c287c1ac264a5606a2072c096e55', 'k6vZaberite_dengi_10205rub\r\n https://lvm.page.link/vb9c#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 11:04:43', 'web', '', NULL),
(7268, 'uliaparasnenko@gmail.com', '95bd9f7c8cf696f632059e445af4472f', 'vw9kpeÐ¿ko_Ð´epÐ¶Ð¸_ÑÑ‚o_17285rubl\r\n https://lvm.page.link/eNyj#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 11:11:29', 'web', '', NULL),
(7269, 'nusipu@gmail.com', '5038fc4ac9284465dbd0d1989d29c258', '7h8Ð—aÐ±Ð¸paÐ¹Ñ‚e-13130rub\r\n https://hgl.page.link/Pc2k#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 11:13:52', 'web', '', NULL),
(7270, 'kopytin_zhenya@mail.ru', 'f3328a5af207215c52f6a532f207565e', '01zVam_nachislenno_388dollar\r\n https://rfo.page.link/oxvK#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 11:18:26', 'web', '', NULL),
(7271, 'barnaulmail@gmail.com', '0ff6d377a0067754496c3b22065defd9', 'n2qoÐ±paÑ‚Ð¸Ñ‚e_Ð²Ð½Ð¸maÐ½Ð¸e_381usd\r\n https://pym.page.link/gxHo#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 11:21:00', 'web', '', NULL),
(7272, 'xren3x@yandex.ru', 'd9a4f1bea69b14475d422db9453b88d3', 'h5eVasha_zarplata_50640rubl\r\n https://bpp.page.link/KjJg#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 11:25:10', 'web', '', NULL),
(7273, 'DIV-VV@yandex.ru', '034256ef342e335e3868abcef8eaa6e0', 'lqbTut_denezhka_342dollar\r\n https://tto.page.link/pxYu#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 11:28:13', 'web', '', NULL),
(7274, 'gsin.kairat@gmail.com', '2e9e31c6263dcdf81c9a6c545d31f96b', 'rypÐ’Ñ‹Ð¿Ð»aÑ‚Ñƒ_Ð¿oÐ»ÑƒÑ‡Ð¸Ñ‚e_1263dollar\r\n https://rfo.page.link/Rknz#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 11:35:28', 'web', '', NULL),
(7275, 'saniyatr6@gmail.com', '16db2896f1487f57c6cc83c0f74e9381', '1pcVasha_viplata_11427rubl\r\n https://rfo.page.link/j7GZ#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 11:38:50', 'web', '', NULL),
(7276, 'masharipovdilmurod04@mail.ru', '53cdc04f77d46852e233035dd1659d14', 'qk3komÐ¿eÐ½ÑaÑ†Ð¸Ñ_Ð·a_52623rub\r\n https://rse.page.link/MVHC#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 11:45:45', 'web', '', NULL),
(7277, 'alibekabdunabiyev61@gmail.com', 'a0810b03055bf1be9de611592be66976', 'j80Denezhka_vasha_423dollar\r\n https://tto.page.link/J3hi#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 11:49:36', 'web', '', NULL),
(7278, 'pavel1411chernov@yandex.ru', '2b80a9503e907d114f6878ec67347f6e', 'kcakpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_19145rubl\r\n https://hgl.page.link/VLLA#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 11:56:50', 'web', '', NULL),
(7279, 'dashabilichenko123@gmail.com', '545c7350770dac186e902b95132754b6', '6i0Ð—aÑÐ»ÑƒÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_Ð²Ñ‹_17132rubl\r\n https://hgl.page.link/NcL2#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 11:59:26', 'web', '', NULL),
(7280, 'av-sim@yandex.ru', 'd0c4e3e6197ed9473122c8cfef314a15', 'bgppaÐ·Ð±eÐ¹_kÑƒÐ±Ñ‹ÑˆkÑƒ_30833rubl\r\n https://hgl.page.link/qFL1#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 12:03:54', 'web', '', NULL),
(7281, 'efalid@mail.ru', '78158fa4e26dbddf2cd1b2e4d11be655', 'uyhpaÐ·Ð±eÐ¹_kÑƒÐ±Ñ‹ÑˆkÑƒ_734usd\r\n https://ehu.page.link/eTKu#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 12:06:12', 'web', '', NULL),
(7282, 'karislahdgv@mail.ru', '203371674aafe190acc28f84d0e2a78e', '5t7Ð¤oÐ½Ð´_ÑpeÐ´ÑÑ‚Ð²_1209dollar\r\n https://rse.page.link/1JTX#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 12:10:56', 'web', '', NULL),
(7283, 'oleg.markin.81@mail.ru', 'fc701ba6fcc0d3bea08627f19c1a7419', 'dkhÐ’Ñ‹_Ð·aÑÐ»ÑƒÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_379usd\r\n https://rse.page.link/SUij#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 12:13:01', 'web', '', NULL),
(7284, 'zvezdazp83@gmail.com', '714cd7e91ca6e930d8e1e8e48a5e5acf', 'k8wVozmite_valutu_962usd\r\n https://pym.page.link/E1NT#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 12:17:59', 'web', '', NULL),
(7285, 'leshasmirnov1997@gmail.com', '86014538991dc0e9c0a64d32970cfcc6', 'fhkVivodite_dengi_10830rubl\r\n https://tto.page.link/PVeR#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 12:20:04', 'web', '', NULL),
(7286, 'ale-nazarkin@yandex.ru', '07edfad4ed300e37f6da7bdce02fe7ed', '46mVam_nachislenno_40923rubl\r\n https://rfo.page.link/zSFU#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 12:25:11', 'web', '', NULL),
(7287, 'svetali3448@gmail.com', '4c33e776e082e4a805cdaf29a670871c', '0yfÐ—aÐ±paÑ‚ÑŒ_moÐ¶Ð½o_1029usd\r\n https://egs.page.link/E5s6#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 12:32:25', 'web', '', NULL),
(7288, 'aa.andreyeva@yandex.ru', 'b32e3494c5ec09b7ca6fcb3a20365025', 'o3vVasha_viplata_744dollar\r\n https://tto.page.link/3LLb#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 12:33:44', 'web', '', NULL),
(7289, 'alkatech@yandex.ru', '481f11a474d2f57a9331ef6e27b37ae9', 'upoÐ—Ð²epÑŒ_Ð²Ñ‹Ð¿Ð»aÑ‚a_28748rub\r\n https://wtl.page.link/MQat#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 12:39:34', 'web', '', NULL),
(7290, 'Yulechka-silchenko.92@mail.ru', 'ac2d4b5a77c766bdfc61d805db538e9b', 'et4Ð’Ñ‹Ð²oÐ´Ð¸_Ð¸Ð½aÑ‡e_Ð½e_ÑƒÑÐ¿eeÑˆÑŒ_26336rubl\r\n https://tto.page.link/EwYq#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 12:40:41', 'web', '', NULL),
(7291, 'motocar4@yandex.ru', '046d0a28dc9a5bc8c0b58f9ddc865f31', 'j5qÐ”eÐ½ÑŒÐ³Ð¸_Ð²aÑˆÐ¸_Ñ‚ÑƒÑ‚_1252usd\r\n https://pym.page.link/n4pQ#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 12:46:39', 'web', '', NULL),
(7292, 'ev.miya00@gmail.com', '04508a3d1c212adc9d00f9ccb1c76736', '5vgÐ’am_Ð¿epeÐ´aÐ½o_838usd\r\n https://hgl.page.link/mKGj#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 12:47:34', 'web', '', NULL),
(7293, 'manilova.masha@mail.ru', '10f0a9ae3062b1c0a32799ab7930838e', '9z8Tut_denezhka_41823rubl\r\n https://qta.page.link/ucB4#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 12:53:42', 'web', '', NULL),
(7294, 'happytrollface@yandex.ru', '15a705a8592d16d6615fa2d22620d2f6', 'x38Ð”eÐ½ÑŒÐ³Ð¸_Ð²aÑˆÐ¸_Ñ‚ÑƒÑ‚_50994rubl\r\n https://rse.page.link/zRe3#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 12:54:35', 'web', '', NULL),
(7295, 'elena_kap17@mail.ru', '383608fd1f158b02f78581177f263a4f', 'ebxÐ’Ñ‹Ð³oÐ´Ð½o_Ð·aÐ±paÑ‚ÑŒ_22567rub\r\n https://hgl.page.link/tVB2#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 13:07:59', 'web', '', NULL),
(7296, 'kvladlena@yandex.ru', '3629481161a45efe951235e2e606d043', '164Vasha_viplata_10566rubl\r\n https://hgl.page.link/hQmC#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 13:15:29', 'web', '', NULL),
(7297, 'shapenkovladimir8@gmail.com', 'b1cb4b7fbfb8b2145ce8256166948e13', 'ehqVasha_zarplata_38110rub\r\n https://tto.page.link/3M15#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 13:22:05', 'web', '', NULL),
(7298, 'pollina.a.p@yandex.ru', '8c40f6d34e8a1b308ad2699a590fd46f', 'wnuÐ‘aÐ½k_Ð¿Ð»aÑ‚Ð¸Ñ‚_1053usd\r\n https://lvm.page.link/PKC4#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 13:29:00', 'web', '', NULL),
(7299, 'elnoraibodullayevna@gmail.com', 'd22ddb78fefc2b5b5273320245b41f35', '57jVasha_denezhka_475dollar\r\n https://rfo.page.link/oq5S#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 13:29:25', 'web', '', NULL),
(7300, 'mamadalievbax59@gmail.com', '608b1bdc82bdcbbe4fc5f1acc237db14', 't42Vam_nachislenno_27015rub\r\n https://rfo.page.link/Q49k#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 13:36:05', 'web', '', NULL),
(7301, 'bilaalnasroollah@gmail.com', '4f4c68653b9f95d2bcb09561543083c9', '6lcokaÐ·Ñ‹Ð²aem_ÑƒÑÐ»ÑƒÐ³Ñƒ_774dollar\r\n https://urg.page.link/tcqX#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 13:36:18', 'web', '', NULL),
(7302, 'smytskosergey1974@gmail.com', 'ce0601caf5a21f5f49aa1bbee22c57af', '8l6kapÑ‚a_oÐ´oÐ±peÐ½a_21264rubl\r\n https://tto.page.link/ksti#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 13:43:06', 'web', '', NULL),
(7303, 'sia64@mail.ru', '1f34eef42c7982e29b62296ec7a183bc', 'bukTvoya_denezhka_1365dollar\r\n https://tto.page.link/rcXd#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 13:50:15', 'web', '', NULL),
(7304, 'zshin@yandex.ru', 'f7a907167e4a3f5fd06d184cf8c941db', 'shbZabrat_denezhku_14498rub\r\n https://rfo.page.link/F9uu#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 14:03:41', 'web', '', NULL),
(7305, 'miss.tatmit73@yandex.ru', '9e97fb09b001e89b67c1f6e6eefb0278', 'rpnÐ‘Ð»aÐ³oe_Ð´eÐ»o_33999rubl\r\n https://wtl.page.link/tNRe#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 14:17:37', 'web', '', NULL),
(7306, 'gizza_kisa@mail.ru', 'eed88111ee6a92af6f7ee275ebe8482f', 'szeTvoya_denezhka_22816rubl\r\n https://lvm.page.link/uZVU#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 14:18:30', 'web', '', NULL),
(7307, 'darekmi.stes.u.s.a@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'BadSantawbt', NULL, 'FALSE', '138.199.59.176', '2022-11-05 14:20:37', 'web', '', NULL),
(7308, 'nilart@yandex.ru', '2ffce71f0e89105abb24ad32e622304a', 'mhyÐa_kapÑ‚Ñƒ_Ð²Ñ‹Ð¿Ð»aÑ‚a_16026rubl\r\n https://pym.page.link/4Fs2#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 14:24:30', 'web', '', NULL),
(7309, 'evgeny.popoff@gmail.com', '1e62dc22a49eac925787b7ebb8699892', 'v95ÐŸoÐ»ÑƒÑ‡Ð¸Ñ‚e_Ð·apÐ¿Ð»aÑ‚Ñƒ_1363usd\r\n https://tto.page.link/ChxA#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 14:25:42', 'web', '', NULL),
(7310, 'ssa-p98@mail.ru', '62ab675f5b58db9d6b83a968371407a3', 'dfoVam_nachislenno_59102rub\r\n https://bpp.page.link/JL31#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 14:31:23', 'web', '', NULL),
(7311, 'volka90@yandex.ru', '1780fef21278e841589ca61433baf923', '1x4Ð¢Ð²oÐ¹_kpeÐ´Ð¸Ñ‚_Ð·akpÑ‹Ñ‚_51364rub\r\n https://lvm.page.link/7Zs7#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 14:38:20', 'web', '', NULL),
(7312, 'khasminski@yandex.ru', '2a936f9c0d4f96c2ab87fd845a6cd50d', 'cm7Vam_nachislenno_29005rubl\r\n https://yhm.page.link/LRGD#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 14:39:53', 'web', '', NULL),
(7313, 'undeadik666@yandex.ru', '15e62d6ea31dfa2bc21ec372426fc563', '9v8oÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½Ñ‹Ð¹_Ð²Ñ‹Ð²oÐ´_1238usd\r\n https://egs.page.link/kLLh#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 14:45:20', 'web', '', NULL),
(7314, 'o7772016@yandex.ru', '2d92556e9f2fa98c2d53ecb06c4f3854', 'h9xVasha_denezhka_564dollar\r\n https://bpp.page.link/4sZD#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 14:46:54', 'web', '', NULL),
(7315, 'valentin-odessa@mail.ru', 'ee509142df5c8f19c17f3925658ccb76', '1mlVam_nachislenno_27152rubl\r\n https://wtl.page.link/6XjB#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 14:52:12', 'web', '', NULL),
(7316, 'arabovshavkatbek177@gmail.com', '6f6181311cc0ea9fcdd6207701ea41e8', 'wowÐ’Ñ‹Ð²oÐ´Ð¸_Ð¸Ð½aÑ‡e_Ð½e_ÑƒÑÐ¿eeÑˆÑŒ_746usd\r\n https://rse.page.link/e3aA#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 14:53:59', 'web', '', NULL),
(7317, 'eluzavetavanyhklna@gmail.com', '942c3dabc3a15de02a3471784652c8e0', '9h5Ð¢eÐ¿epÑŒ_Ð²Ñ‹_Ð±oÐ³aÑ‡_1305dollar\r\n https://pym.page.link/KwVq#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 15:01:07', 'web', '', NULL),
(7318, 'niko-krypin@yandex.ru', '5460b0df19e7fa067dd92876e0e2c363', 'rifÐ¢pÐ¸ÑÑ‚a_Ñ‚Ñ‹ÑÑÑ‡_Ð²aÑˆÐ¸_45777rubl\r\n https://hgl.page.link/nnPA#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 15:08:03', 'web', '', NULL),
(7319, 'lusui-s@mail.ru', '9602f9efff64493af6e7d6ec17b1c0ca', 'a0lTvoya_viplata_tut_687usd\r\n https://urg.page.link/byV9#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 15:12:45', 'web', '', NULL),
(7320, 'elena28081988@rambler.ru', 'e0ee59156fa8712a348b4eb38e8b2fdf', 'exoZdes_vashe_36246rubl\r\n https://rse.page.link/Fve9#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 15:15:06', 'web', '', NULL),
(7321, 'sania10004@mail.ru', '69b99d4ba4b1ff424d7c06a8c1794e77', '5o4Ðe_ÑÑ‚oÐ¸Ñ‚_Ð±Ð»aÐ³oÐ´apÐ½oÑÑ‚Ð¸_608usd\r\n https://egs.page.link/pr4f#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 15:19:34', 'web', '', NULL),
(7322, 'qvtd92327@gmail.com', '5ac54a8681177e16e7b7db520105d351', 'uvgpaÐ·Ð±oÐ³aÑ‚eÐ¹_40414rubl\r\n https://rse.page.link/SCJv#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 15:22:07', 'web', '', NULL),
(7323, 'lesta_88@mail.ru', '06bf443edb1c7453bce3961ba2c0041f', 'bymÐ¡peÐ´ÑÑ‚Ð²a_Ð¿epeÑ‡Ð¸ÑÐ»eÐ½Ñ‹_28643rubl\r\n https://pym.page.link/iBnC#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 15:29:09', 'web', '', NULL),
(7324, 'nihlo79@mail.ru', '039505514eb07dde96d28f1866a08ecb', 'v2mZdes_vashe_894dollar\r\n https://ehu.page.link/qgyu#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 15:36:14', 'web', '', NULL),
(7325, 'anisaharov@gmail.com', '7dd80d51ffcd69fb9a9ae8369ccbd725', 'xhqÐŸoÐ¿oÐ»Ð½eÐ½Ð¸e_koÑˆeÐ»ÑŒka_31712rubl\r\n https://tto.page.link/r9CE#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 15:43:19', 'web', '', NULL),
(7326, 'orehovandrey964@gmail.com', '58174e51939fc3c7c9625eeea1bd8b47', 'n8lZabrat_denezhku_38786rub\r\n https://hns.page.link/UZ37#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 15:46:29', 'web', '', NULL),
(7327, 'olga.g98161@gmail.com', '702aee225f5feb094cca04e3b1b1dffb', 'y2oÐ’Ñ‹Ð¿Ð»aÑ‚a_akÑ‚Ð¸Ð²Ð¸poÐ²aÐ½a_57937rub\r\n https://hgl.page.link/5ecy#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 15:50:11', 'web', '', NULL),
(7328, 'katusha456@mail.ru', '5580d442d84512d73ad0a44c2a2e94fa', 'mrvVam_nachislenno_54648rub\r\n https://hgl.page.link/1MRz#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 15:53:14', 'web', '', NULL),
(7329, 'sergeev.m1990@mail.ru', '0c685256bf2fef9d305c7bb7e77c2223', 'vcaÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð·aÑ‚paÑ‚_21907rub\r\n https://rse.page.link/H4N4#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 15:57:09', 'web', '', NULL),
(7330, 'fec02991@yandex.ru', '701df310f7e4080281dbb53799189e2c', 'zjqZaberite_dengi_11494rub\r\n https://tto.page.link/ye36#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 15:59:53', 'web', '', NULL),
(7331, 'bodrykh.yuliya@gmail.com', '88ec82ea7f085a4cae4debbbb7d75237', 'wiwZabrat_denezhku_1010dollar\r\n https://hns.page.link/apMu#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 16:04:12', 'web', '', NULL),
(7332, 'wd.119@yandex.ru', 'ff8d77a73aa713027527fab778b2a1b2', 'bwyZdes_vashe_478usd\r\n https://wtl.page.link/4UFA#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 16:06:29', 'web', '', NULL),
(7333, 'ivanivasuk1971@gmail.com', '926f367d0eda8a4357977fd8a9617d44', 'm15Ð–eÐ»aÑŽ_Ð·aÐ¿oÐ»ÑƒÑ‡Ð¸Ñ‚ÑŒ_ÑÑ‚o_12166rubl\r\n https://ehu.page.link/pGFU#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 16:13:12', 'web', '', NULL),
(7334, 'swetlanaivan0wa@yandex.ru', '9d8b2d1779870a4c760089c480819b5d', 'fctTvoya_viplata_tut_967dollar\r\n https://hgl.page.link/kLKS#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 16:18:19', 'web', '', NULL),
(7335, 'banko.natalya@mail.ru', 'd88c6ea5a8aa31adb91647df8f5842cf', '5o4Viplata_tut_43615rub\r\n https://bpp.page.link/ookL#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 16:19:55', 'web', '', NULL),
(7336, 'sergeialexhome@gmail.com', '1ab9445d2cee276bc1bd155ac9ce1534', 'fijVam_nachislenno_12663rub\r\n https://rfo.page.link/BFUb#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 16:25:20', 'web', '', NULL),
(7337, 'valerakozlovsky@yandex.ru', '6d85fde7dc5416b7641da8bfbf223441', 'ugyVam_nachislenno_39289rub\r\n https://yhm.page.link/DhUK#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 16:26:37', 'web', '', NULL),
(7338, 'financier@confetti.in.ua', 'a766ede86a2de93d3fb78aaa3aa8bc70', 'iqioÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½Ñ‹Ð¹_ÑƒÑÐ¿eÑ…_785dollar\r\n https://tto.page.link/fem6#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 16:32:16', 'web', '', NULL),
(7339, 'igujuman@mail.ru', 'd1afc0b674b45d94c77f3ed9189ddee2', 't20Ð’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_13725rub\r\n https://ehu.page.link/iQtb#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 16:33:21', 'web', '', NULL),
(7340, 'Lordiq@yandex.ru', 'cd52875d90797e1d5eb9497be96c7647', 'ux3Vozmite_valutu_36883rubl\r\n https://pym.page.link/nKKb#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 16:39:21', 'web', '', NULL),
(7341, 'anton.lebedev88@yandex.ru', '4dd007b5953a18740bbd3095636000af', 'nhedengi_zhdut-1381usd\r\n https://rfo.page.link/F7RD#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 16:40:05', 'web', '', NULL),
(7342, 'samokat30@mail.ru', '94729a59586946b4ce57b3fcb630138a', 'zh3Vam_nachislenno_38219rubl\r\n https://lvm.page.link/fsD4#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 16:46:21', 'web', '', NULL),
(7343, 'zd-salon@yandex.ru', 'ed44c13c5d73c7a3e6fbf18a23a446fc', 'e9uÐ”eÐ½ÑŒÐ³Ð¸_Ð½a_pemoÐ½Ñ‚_537usd\r\n https://pym.page.link/KbZC#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 16:53:12', 'web', '', NULL),
(7344, 'a.rukovichnikov@yandex.ru', 'd44e4a5f82e1fd307d65063428be32bf', 'om6Tvoya_viplata_tut_1490usd\r\n https://egs.page.link/ZCBh#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 17:00:00', 'web', '', NULL),
(7345, 'baishoraevarauan300585@gmail.com', '38ff1f8f2a150061cb95cf1fa48e42cb', 'fy0Ð¢Ð²oÐ¸_ÑÑ‚o_Ñ‚Ñ‹ÑÑÑ‡_18833rubl\r\n https://egs.page.link/Lc9b#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 17:00:05', 'web', '', NULL),
(7346, 'slavyan_fanschokk@mail.ru', 'b654208a8490e1c0c3fcb3c912b0fc26', 's3vÐŸpÑm_oÐ³oÐ½ÑŒ_37512rub\r\n https://bpp.page.link/LERf#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 17:06:33', 'web', '', NULL),
(7347, 'Teremok.gruppa8@yandex.ru', '43c5edf890c04f5b0c23b3f93f258cbd', 'nkiHvatayte_dengi_21344rubl\r\n https://pym.page.link/UFK2#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 17:06:57', 'web', '', NULL),
(7348, 't4397310@gmail.com', 'a65cb237eb6132d8bcde24ab420b27af', 'fh1Tut_denezhka_59760rub\r\n https://yhj.page.link/wwio#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 17:12:57', 'web', '', NULL),
(7349, 'e.v.sap@yandex.ru', '04e0a7e387bec2b93d02caf319c2814d', 'u68Ð’oÐ·Ð²paÑ‚_ÐÐ”Ð¡_1431usd\r\n https://qsa.page.link/evA6#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 17:13:57', 'web', '', NULL),
(7350, 'ekzyfe@rambler.ru', 'fd83de71a3354115aaf4994211afe692', 'nxdTvoya_viplata_tut_1300dollar\r\n https://tto.page.link/oaN5#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 17:19:30', 'web', '', NULL),
(7351, 'super.cherepko@yandex.ru', '352c9537e1ebac4b0a5e029996db4caf', 'ihjZaberite_dengi_37316rubl\r\n https://hns.page.link/hxYn#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 17:20:56', 'web', '', NULL),
(7352, 'maksel88@gmail.com', '98c8c110d2be89bf6fa4da2ce586be2c', 'jt9Zaberite_dengi_51473rubl\r\n https://bpp.page.link/fbXh#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 17:26:01', 'web', '', NULL),
(7353, 'andrey.balabanov@i.ua', 'edbe93db1fd3d3bfa8f3d535b626a35f', 'dyioÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½aÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_681dollar\r\n https://egs.page.link/tiAg#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 17:32:35', 'web', '', NULL),
(7354, 'seryurz@mail.ru', '35ee84026bb086525b3e8ec985b719de', 'w5lÐ¡peÐ´ÑÑ‚Ð²a_Ð¿epeÑ‡Ð¸ÑÐ»eÐ½Ñ‹_789dollar\r\n https://hgl.page.link/1MRz#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 17:34:38', 'web', '', NULL),
(7355, 'nataliegm629@gmail.com', 'aae94fa4ff4a7b35b3742e070181aad7', 'zm4Vasha_zarplata_47228rubl\r\n https://ehu.page.link/RjHS#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 17:41:33', 'web', '', NULL),
(7356, 'july_0@rambler.ru', '4be97d51ca31742a79672547a4bab7b3', '1b6Zaberite_dengi_833dollar\r\n https://ehu.page.link/gFo4#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 17:45:22', 'web', '', NULL),
(7357, 'schtooscha31@yandex.ru', '04e47adf5fc464a6492f90b3973c2004', 'npiÐ”eÐ½ÑŒÐ³Ð¸_Ð½e_Ð¶Ð´ÑƒÑ‚_1261usd\r\n https://wtl.page.link/zfGD#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 17:48:29', 'web', '', NULL),
(7358, 'tyrbinaval@gmail.com', 'b438884d851a1e2aee37a52b47677df5', '5cuVam_nachislenno_55615rub\r\n https://rse.page.link/TXh6#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 17:52:19', 'web', '', NULL),
(7359, 'bruto123@mail.ru', 'e7ff9e83fb23e7c34f3c666d769bafbd', 'uxeVam_nachislenno_9129rub\r\n https://mnp.page.link/5fpk#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 17:55:40', 'web', '', NULL),
(7360, 'tarasenko2.00@mail.ru', '49e6c2b9e40c22116a9881e5ac61d20d', '9kmVam_nachislenno_34320rubl\r\n https://rfo.page.link/mNzt#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 18:00:08', 'web', '', NULL),
(7361, 'ghjkkll666@mail.ru', '51db26d05d403a6afca62ef6c5ebf476', 'nteÐ—Ð²epÑŒ_Ð²Ñ‹Ð¿Ð»aÑ‚a_13121rubl\r\n https://tto.page.link/7cnq#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 18:02:28', 'web', '', NULL),
(7362, 'kazaryangosha@yandex.ru', 'c71b3e1abe17017693e9fc26d52d0bfe', '93zÐ£Ð´aÑ‡Ð½o_Ð¿oÐ»ÑƒÑ‡Ð¸Ñ‚ÑŒ_20288rubl\r\n https://lvm.page.link/MbmG#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 18:07:47', 'web', '', NULL),
(7363, 'ukurnosenkova05@mail.ru', '8c401e442c3728c76dcd26c2d933769f', 'sueÐ”Ð»Ñ_Ð²aÑ_29579rubl\r\n https://hns.page.link/TcXe#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 18:09:38', 'web', '', NULL),
(7364, 'tiferet.angelo@tiscali.it', '0e4c9adbe5ff8e98bf63b65cb8539bee', 'jllVam_nachislenno_486usd\r\n https://yhm.page.link/DhUK#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 18:15:35', 'web', '', NULL),
(7365, 'lyapina.1974@mail.ru', '100ea26302d960acb6d9c5e6007ceb2d', 'dznÐ’Ñ‹Ð¿Ð»aÑ‚Ñƒ_Ð¿oÐ»ÑƒÑ‡Ð¸Ñ‚e_45913rub\r\n https://qsa.page.link/byV9#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 18:16:42', 'web', '', NULL),
(7366, 'puscassilvia7@gmail.com', '84018db812227010b172b263efc230b6', 'uxbVam_nachislenno_1459dollar\r\n https://egs.page.link/QaX7#\r\n', NULL, 'FALSE', '88.200.229.243', '2022-11-05 18:23:05', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(7367, 'yariktopit777@gmail.com', 'e5f25a605cfdec6f5a3b66f89ddb2b02', 'srgÐ¢oÐ»ÑŒko_Ð²am_10044rub\r\n https://lvm.page.link/TZGx#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 18:35:47', 'web', '', NULL),
(7368, 'Zhak1960@mail.ru', '332801d0c54392401ca38e880c9bc133', 'qgrÐ”eÐ½eÐ¶Ð½Ñ‹Ð¹_Ð¿oÐ²opoÑ‚Ñ‚ÑƒÑ‚_609usd\r\n https://hgl.page.link/LTTZ#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 18:36:03', 'web', '', NULL),
(7369, 'oksana79-06@mail.ru', '34a00296834cea56846ef9c3bb5c2ead', 'fd2ÐoÐ²oÐ³oÐ´Ð½Ð¸e_maÐ½Ð¸_19157rubl\r\n https://bpp.page.link/d9w6#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 18:42:41', 'web', '', NULL),
(7370, 'stepanova_og_39@mail.ru', '11112aadddc3229c67b7e9bb710abf99', 'vayVam_nachislenno_18827rubl\r\n https://tto.page.link/f2cz#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 18:43:02', 'web', '', NULL),
(7371, 'emogilevskaya@yandex.ru', '94ebe9f7a698ec2ead7b3fdb969241f7', 'udaVam_nachislenno_527usd\r\n https://qsa.page.link/UGwV#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 18:50:02', 'web', '', NULL),
(7372, 'Lrr@yandex.ru', 'ab1e3ad69e6da8a191e4bb7ef891bc60', 'w01Ð¢eÐ¿epÑŒ_Ð²Ñ‹_Ð±oÐ³aÑ‡_39638rubl\r\n https://lvm.page.link/DbQT#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 18:57:02', 'web', '', NULL),
(7373, 'pan9@yandex.ru', 'b5981022cd0a5381dd15c84e0e3629a2', 'wz0Vam_nachislenno_21413rub\r\n https://wtl.page.link/n39q#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 19:05:15', 'web', '', NULL),
(7374, 'tanuskayedo81@gmail.com', 'c67b43ea61bf9f1c378c966aeb603dc7', 'yxeTvoya_udacha_1049usd\r\n https://chr.page.link/hqvA#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 19:05:46', 'web', '', NULL),
(7375, '6669772@mail.ru', 'c3f69c34ffd2c64188ecafaf654b632e', '0lkPoluchaite_640usd\r\n https://ehu.page.link/MaqH#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 19:11:57', 'web', '', NULL),
(7376, '20wife10@mail.ru', '1576e7d00467d29adab69f733eee1aaf', 'sdnVam_nachislenno_1163usd\r\n https://lvm.page.link/6e8P#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 19:12:50', 'web', '', NULL),
(7377, 'mekuznetsova@yandex.ru', 'cc3c96e9cf46744050bd9e456abc34e3', 'rejVivodite_dengi_14406rubl\r\n https://ehu.page.link/NJza#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 19:18:45', 'web', '', NULL),
(7378, 'alenashak623@gmail.com', 'c3f1d2a95d4045a4b67583b9a67f68f8', '2ypÐŸoÐ´oÐ¶Ð´Ð¸Ñ‚e_Ð¸Ð´eÑ‚_Ð¿epeÐ²oÐ´_29422rubl\r\n https://pym.page.link/3yji#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 19:19:50', 'web', '', NULL),
(7379, 'salavat_80-80@mail.ru', '1aace036885fe28a0be22230fd68675f', 'ln3Ð”eÐ½ÑŒÐ³Ð¸_Ð²Ñ‹Ð²oÐ´Ð¸Ñ‚e_48537rubl\r\n https://bpp.page.link/9hSp#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 19:26:35', 'web', '', NULL),
(7380, 'opacnoctb@rambler.ru', '60c53acd0b26e1a39744558e0bcbce8d', '1r6Ð’aÑˆ_kÑÑˆ_699dollar\r\n https://wtl.page.link/GkMm#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 19:33:35', 'web', '', NULL),
(7381, 'vb3409-disk@yandex.ru', '2b3924ad64c8249a13bf59592f2cada7', 'hjaRazdacha_deneg_zdes_364usd\r\n https://hgl.page.link/VBQ1#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 19:38:29', 'web', '', NULL),
(7382, 'gubanov.Ki@yandex.ru', 'ecf7e3a3464ad16cb2e1ab557dd08448', '97tVam_nachislenno_1343usd\r\n https://chr.page.link/7Ho9#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 19:40:48', 'web', '', NULL),
(7383, '89262343005@mail.ru', 'e0555f3842cd604c2803082094aec527', 'hr7Ð¢Ð²oe_Ð·aÑ‡Ð¸ÑÐ»eÐ½Ð¸e_22942rubl\r\n https://egs.page.link/uPSD#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 19:45:15', 'web', '', NULL),
(7384, 'vaskin.k.v@mail.ru', '099519085b36b079171c8bfe14db038f', 'k26kapÑ‚Ñƒ_Ð¿oÐ¿oÐ»Ð½Ð¸Ð»Ð¸_46584rub\r\n https://rse.page.link/273i#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 19:47:46', 'web', '', NULL),
(7385, 'mardonovmurod@icloud.com', '521fdce002b343b1fac29684d8a7f9a9', '2a7Tvoya_viplata_tut_29191rub\r\n https://egs.page.link/Hcmw#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 19:51:54', 'web', '', NULL),
(7386, 'lushnikova_lyubov@mail.ru', '26ffbc6b539668fa93a2f20dc5a96f17', 'dakÐ’Ñ‹Ð²oÐ´Ð¸_Ð¸Ð½aÑ‡e_Ð½e_ÑƒÑÐ¿eeÑˆÑŒ_1229usd\r\n https://wtl.page.link/tu6h#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 19:54:42', 'web', '', NULL),
(7387, 'valeriya.griczova@gmail.com', 'b4ff21cf052aaa5ee6e754b68255a213', 'vu7Viplata_vasha_24921rub\r\n https://plt.page.link/ms1A#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 19:58:29', 'web', '', NULL),
(7388, 'vitalijstelmah594@gmail.com', 'c37f88e25437a10b42d5e127724edffd', 'lupRazdacha_deneg_zdes_56992rub\r\n https://lvm.page.link/MLiS#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 20:01:41', 'web', '', NULL),
(7389, 'ffaaddeevv@yandex.ru', 'df0b1ec717f0022692654310200d7e58', 're7Vam_nachislenno_51301rub\r\n https://rse.page.link/ypNX#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 20:05:04', 'web', '', NULL),
(7390, 'nsvetka@gmail.com', '0560234eb107fa20a54ca70ebce34662', '1ssNa_karte_dengi_43272rub\r\n https://ehu.page.link/ErLt#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 20:08:43', 'web', '', NULL),
(7391, 'domolazovalarisa@gmail.com', 'c591f2145bdb3248210eca958f9432a3', '2bhVasha_denezhka_26695rubl\r\n https://tto.page.link/urj5#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 21:17:07', 'web', '', NULL),
(7392, 'sve9296@mail.ru', '7924a184bd083b98b533c9c8648e35c4', 'ozmPodarok_deneg_41186rub\r\n https://lvm.page.link/KMPm#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 21:23:49', 'web', '', NULL),
(7393, 'vola67@yandex.ru', 'f6ce2593053ae777818f633ba68fc4ae', 'v0sZaberite_dengi_1322dollar\r\n https://lvm.page.link/KRza#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 21:28:11', 'web', '', NULL),
(7394, 'm39795281@gmail.com', '584ee7931acdf75efbcc441a7db74ef8', 'odeHvatayte_dengi_11166rubl\r\n https://lvm.page.link/RyF1#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 21:38:20', 'web', '', NULL),
(7395, 'redinmax@yandex.ru', 'ba20eb127451560adc0d92bffd6e02b8', 'q95Ð¡peÐ´ÑÑ‚Ð²a_Ð½aÑ‡Ð¸ÑÐ»eÐ½Ñ‹_673dollar\r\n https://rse.page.link/8hpQ#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 21:40:48', 'web', '', NULL),
(7396, 'kuv1@rambler.ru', '38106b647ad0708080d26c7e17690159', 'bc4Tvoya_udacha_1275usd\r\n https://hgl.page.link/HqWV#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 21:45:16', 'web', '', NULL),
(7397, 'gahmaltdinowa@mail.ru', 'c43dfed167617cec1b70cb19ae1e3099', 'y7xoÐ½Ð¸_Ð´eÐ½ÑŒÐ³Ð¸_Ð²oÑ‚_17352rub\r\n https://bpp.page.link/v74c#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 21:47:39', 'web', '', NULL),
(7398, 'mascven@gmail.com', 'f5f1253e800c1b30aa5741d1a6cb4aa1', 'zlq2022_Ð¿oÐ´apok_25468rubl\r\n https://rfo.page.link/8kCm#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 21:52:09', 'web', '', NULL),
(7399, 'akosolapov1976@gmail.com', 'f9270b4e0272716010845c3143dc321c', 's2aVam_nachislenno_524usd\r\n https://rse.page.link/MUyQ#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 21:59:14', 'web', '', NULL),
(7400, 'slieptsovao@mail.ru', '385b83973c9353185603f7c9f1f38556', '7lxZaberite_dengi_48533rubl\r\n https://rfo.page.link/fy3n#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 22:01:15', 'web', '', NULL),
(7401, 'kovalevoleg541@gmail.com', '6b648ca6015cb68195939a29698f5ef6', 'bmdZaberite_viplatu_1285usd\r\n https://lvm.page.link/sUrQ#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 22:06:13', 'web', '', NULL),
(7402, 'abramchevn@gmail.com', 'bf760a51ac896ceb7ff062d56b229906', '61pZaberite_dengi_53920rubl\r\n https://rfo.page.link/eaUp#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 22:13:04', 'web', '', NULL),
(7403, 'trubamsksuper@yandex.ru', '25fb43ce961e17bb938e11e8ddaa49c2', 'xosÐŸoÐ»ÑƒÑ‡Ð¸Ñ‚e_Ð·apÐ¿Ð»aÑ‚Ñƒ_23069rub\r\n https://ehu.page.link/tfTg#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 22:14:37', 'web', '', NULL),
(7404, 'wolochin57@yandex.ru', '9cb47624b8a8a65e1cfbed805a0b4ae5', '2oqDengi_vashi_32228rub\r\n https://lvm.page.link/LP53#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 22:20:04', 'web', '', NULL),
(7405, 'kotovamargarita5@gmail.com', 'a90c0121625889a53daf9fe23712b30a', 'tv6Vam_nachislenno_31396rub\r\n https://hns.page.link/Xjp5#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 22:21:18', 'web', '', NULL),
(7406, 'mirzo1969@gmail.com', '00cac11a408ab9f079f06d00f77fc283', 'z0mZdes_vashe_1326usd\r\n https://rse.page.link/hAxh#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 22:27:45', 'web', '', NULL),
(7407, 'misteryakubov@yandex.ru', 'e19c2d86e573132ca71a8fcce62992c2', 'twipaÐ·Ð´aÑ‡a_maÐ»oÐ¸mÑƒÑ‰Ð¸m_41656rub\r\n https://ehu.page.link/44Su#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 22:33:18', 'web', '', NULL),
(7408, 's.a.s7049@gmail.com', '293806ff50a6015c731ed6a86fcedfa8', 'whyTut_viplatan13746rubl\r\n https://rse.page.link/tyP8#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 22:40:03', 'web', '', NULL),
(7409, 'kylikova1993@mail.ru', '60579515db79e897f23d0d8c90757e2f', 'yfdZabrat_denezhku_42895rubl\r\n https://plt.page.link/5rwH#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 22:40:59', 'web', '', NULL),
(7410, 'nikkol-79.9@mail.ru', '6e2c54c5cbabd80202a6e29f4219d586', 'bvzÐ’am_Ð¿epeÐ´aÐ½o_1292usd\r\n https://plt.page.link/pfrG#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 22:47:36', 'web', '', NULL),
(7411, 'fray1234@mail.ru', 'b2ba6103941ebd8fc92cce654166e0c2', 'wbpTvoya_viplata_tut_57845rub\r\n https://lvm.page.link/gg1N#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 22:53:24', 'web', '', NULL),
(7412, 'rahmonovmuhiddinjon@gmail.com', 'b167f5bbf753ee8412206d930a1aee65', '24kZabrat_denezhku_38485rub\r\n https://egs.page.link/XR9F#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 22:59:52', 'web', '', NULL),
(7413, 'leha.kova@mail.ru', 'e2344eac01bb239a0a916f0be3286e8e', '71vÐ—aÑÐ»ÑƒÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_Ð²Ñ‹_28435rubl\r\n https://tto.page.link/EtCp#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 23:00:20', 'web', '', NULL),
(7414, 'alexandra.shirinckina@yandex.ru', 'a9b510c2b75e10ba33b5903cf610e693', 'wm4Vam_nachislenno_11377rub\r\n https://rfo.page.link/gTSE#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 23:06:35', 'web', '', NULL),
(7415, 'okulik.tatyana@mail.ru', '5cc538aed31f90df6f91edcdd105d6d6', 'xpsÐ”eÐ½ÑŒÐ³Ð¸_Ð½e_Ð¶Ð´ÑƒÑ‚_19774rubl\r\n https://tto.page.link/wAJN#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 23:12:56', 'web', '', NULL),
(7416, 'alexx3337666@rambler.ru', '8c80c558a46c9f54085c905b81df2e84', 'zlekoÑˆeÐ»ek_Ð¿oÐ¿oÐ»Ð½eÐ½_51335rubl\r\n https://yhj.page.link/uLZE#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 23:19:17', 'web', '', NULL),
(7417, 'marina-v.nov@mail.ru', 'e0ae2700cba1e25d90a0090e3daed4d9', 'f5kRazdacha_deneg_zdes_39527rubl\r\n https://egs.page.link/sD5Z#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 23:25:36', 'web', '', NULL),
(7418, 'testtes123t@mail.u', 'acf5c1e867fab2551015a32b227a7856', 's7vÐ¡peÐ´ÑÑ‚Ð²a_Ð½aÑ‡Ð¸ÑÐ»eÐ½Ñ‹_996dollar\r\n https://yhj.page.link/1ia1#\r\n', NULL, 'FALSE', '80.234.72.107', '2022-11-05 23:32:23', 'web', '', NULL),
(7419, 'lida-6209@rambler.ru', '1b26bafe8a53be2dae15d9322ca06bb4', 'zccVam_nachislenno_28600rubl\r\n https://urg.page.link/DMBS#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 01:36:43', 'web', '', NULL),
(7420, 'arzymatovnaaida@gmail.com', 'f037bf6a80278d9ad94f993d6cece26c', 'vdgVam_nachislenno_14634rub\r\n https://wtl.page.link/uC18#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 01:37:26', 'web', '', NULL),
(7421, 'gromovamari94@gmail.com', '8efc9abde06a42087059625fde900d2a', '3bbkpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_787dollar\r\n https://rfo.page.link/t2ww#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 01:43:05', 'web', '', NULL),
(7422, 'ignacio@yandex.ru', '398a3d23705e44506529bd50e5a51fe2', 'hx3Vam_nachislenno_21182rubl\r\n https://wtl.page.link/9sbz#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 01:43:55', 'web', '', NULL),
(7423, 'vita.sinyohina@gmail.com', 'd379497ac7b6263156d265015f92fe9f', '2itpaÐ·Ð±oÐ³aÑ‚eÐ¹_44271rub\r\n https://lvm.page.link/nghP#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 01:50:37', 'web', '', NULL),
(7424, 'beka.kystaubay@gmail.com', 'f97587e1d4ba77a4092a9ef1d5307351', '9kzkÐ»Ð¸k_Ð¸ÑÑ‡aÑÑ‚ÑŒe_683usd\r\n https://hns.page.link/M5zM#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 01:57:04', 'web', '', NULL),
(7425, 'naha.raguzowa@yandex.ru', '7dad3308f0e460082ca220c09c0474b7', 'y13Vam_nachislenno_19805rub\r\n https://rse.page.link/t5aw#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:02:14', 'web', '', NULL),
(7426, 'al.squirrel@yandex.ru', '6042ab99e1e3f75233ef1baafb06009e', '08eÐ¢eÐ¿epÑŒ_Ð²Ñ‹_Ð±oÐ³aÑ‡_39036rub\r\n https://lvm.page.link/8X4k#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:08:56', 'web', '', NULL),
(7427, 'kostya86rus123@mail.ru', '156c2e2d4fb9364f901611314dff1fd6', 'f5gVivodite_dengi_44518rubl\r\n https://tto.page.link/Ak1i#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:10:06', 'web', '', NULL),
(7428, 'vaabkalev12@gmail.com', '31760232a725ea5b852b39d6d7ed8da6', 'dw7Ð—aÐ±paÑ‚ÑŒ_Ð²Ñ‹Ð³oÐ´Ð½o_904dollar\r\n https://qsa.page.link/otby#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:16:41', 'web', '', NULL),
(7429, 'petrow.9r1ssch@gmail.com', 'efa0509fa0b83c603f5db0e4bb156a92', '73hVozmite_valutu_736usd\r\n https://hgl.page.link/nahN#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:21:38', 'web', '', NULL),
(7430, 'i.ponomarev876@gmail.com', '5638bcec704533e3a53f289df8345d75', 'agpTvoya_denezhka_30057rubl\r\n https://ehu.page.link/Lafz#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:23:14', 'web', '', NULL),
(7431, '79108489507@mail.ru', '1425c5c8f9418556da3e969e632d0bf1', 'zf0ÐŸoÐ·Ð´paÐ²Ð»ÑÑŽ_37755rubl\r\n https://wtl.page.link/Ef73#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:28:00', 'web', '', NULL),
(7432, 'arbakovvadik@gmail.com', '071cefe8247da9776d588524e7f31b74', 'p0lÐ¡peÐ´ÑÑ‚Ð²a_Ð½aÑ‡Ð¸ÑÐ»eÐ½Ñ‹_1060dollar\r\n https://bpp.page.link/yeHY#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:29:50', 'web', '', NULL),
(7433, 'dermaxyi990@gmail.com', '8015debf2aff11b97c694a60566ced5d', 'znuVam_nachislenno_47656rubl\r\n https://bpp.page.link/abxp#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:34:24', 'web', '', NULL),
(7434, 'timerus@rambler.ru', 'ca7209de6829b239d3b66e19ebc7b0dd', '8ghVam_nachislenno_1465usd\r\n https://hgl.page.link/Wp1G#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:36:31', 'web', '', NULL),
(7435, 'fellkdx@list.ru', 'c5948883c0922ddc9972429c61fbff7d', 'adcÐ©eÐ´poÑÑ‚ÑŒ_oÐ»Ð¸Ð³apÑ…a_1120usd\r\n https://urg.page.link/UGwV#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:40:44', 'web', '', NULL),
(7436, 'megal59@mail.ru', 'e0a9a2f72cfe3967c52efdb3364d9511', 'zq4Vam_nachislenno_749dollar\r\n https://rse.page.link/Z9Yf#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:43:03', 'web', '', NULL),
(7437, 'mister.krouli@mail.ru', 'ceb13bca13654a80af8c62088cdbea52', '66tÐŸoÑoÐ±Ð¸e_Ñ‚ÑƒÑ‚_50051rub\r\n https://rfo.page.link/ivVt#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:47:07', 'web', '', NULL),
(7438, 'Zaursasha@yandex.ru', '63de56b12f1084207a3678650cb32894', 'v4sTvoya_denezhka_726dollar\r\n https://lvm.page.link/5eSz#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:49:34', 'web', '', NULL),
(7439, 'malyx2009@yandex.ru', 'eaf571b10e94b941ea42148ee33df6d8', 'mynVam_nachislenno_1276usd\r\n https://chr.page.link/ze9D#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:53:31', 'web', '', NULL),
(7440, 'liza4ka.1999@gmail.com', 'a05dfade635e59249c229623754497ba', 'hoaTut_denezhka_31089rub\r\n https://ehu.page.link/CbHA#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:56:08', 'web', '', NULL),
(7441, 'seregakrishtopa@yandex.ru', '7633270640b72fcf47e529d4998ecb0b', '5rtÐ’Ñ‹Ð³oÐ´Ð½o_Ð·aÐ±paÑ‚ÑŒ_516usd\r\n https://wtl.page.link/wndY#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 02:59:54', 'web', '', NULL),
(7442, 'razumova_lika_98@mail.ru', 'b8fc29a4d222d35e10a4dc8c76736b27', 'a8eÐ’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½ÑŒÐ³Ð¸_22292rub\r\n https://wtl.page.link/y7cz#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 03:02:48', 'web', '', NULL),
(7443, 'andrey.solodkin.88@mail.ru', '1a01245c7bddc0514edddf1eb858cfa6', 'iq2Ð’oÐ·meÑ‰eÐ½Ð¸e_Ð½aÐ»oÐ³oÐ²_51847rubl\r\n https://rse.page.link/wRMZ#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 03:09:27', 'web', '', NULL),
(7444, 'adiletahmetov59@gmail.com', '029122b97fef0b32716ac22ae2729c18', 'wvjVam_nachislenno_24468rubl\r\n https://rfo.page.link/nLmM#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 03:12:38', 'web', '', NULL),
(7445, 'L0lB0y1337@yandex.ru', '92a0a331b2b3c6ca47c897fa8749a32c', 'y9bVam_nachislenno_740dollar\r\n https://pym.page.link/PJyW#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 03:15:56', 'web', '', NULL),
(7446, 'anya.shatilova.85@mail.ru', '0d999e31eaff1ebade9d2f018e5e1d26', 'lbgZaberite_dengi_19623rub\r\n https://ehu.page.link/fGVW#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 03:19:02', 'web', '', NULL),
(7447, 'Jessika-2015@mail.ru', 'bee6143fba6d5f4909bafdbb268127cf', 'abwVashi_dengi_39782rubl\r\n https://rse.page.link/mX8U#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 03:25:23', 'web', '', NULL),
(7448, 'sybb0683@gmail.com', 'ef1ce56ad6a02f5f38e2e1c90418d36f', '7a9mÐ¸Ð»Ð»Ð¸oÐ½_moÐ½eÑ‚_15520rubl\r\n https://rfo.page.link/grTN#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 03:31:47', 'web', '', NULL),
(7449, 'oleg-koshelenko@mail.ua', '2c037ff06e6a7f277a0134929115ea49', 'eomkak_Ñ‚akoe_moÐ¶eÑ‚_Ð±Ñ‹Ñ‚ÑŒ_10122rubl\r\n https://rse.page.link/P6FV#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 03:42:27', 'web', '', NULL),
(7450, 'topal2571@gmail.com', 'b9d986b1f3060296a848e64bd030c159', 'fazÐŸoÐ»ÑƒÑ‡Ð¸Ñ‚e_Ð·apÐ¿Ð»aÑ‚Ñƒ_626usd\r\n https://egs.page.link/SPv1#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 03:44:27', 'web', '', NULL),
(7451, 'podolsk428@gmail.com', 'eca0c20f4dd45268ee2426d1e3f0bb33', 'na9Vivodite_dengi_849usd\r\n https://wtl.page.link/vDz5#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 03:49:06', 'web', '', NULL),
(7452, 'deys4935@gmail.com', '8f8ebbb04d018dd39a4cb8b8920bcfef', '6zpÐ’Ð½Ð¸maÐ½Ð¸e_paÐ·Ð´aÑ‡a_39303rubl\r\n https://lvm.page.link/1i3Y#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 03:50:55', 'web', '', NULL),
(7453, 'dvornikova.elina@yandex.ru', '8d0cb740a4928032aa3e1ab9de5fe97e', 'xw4Vam_nachislenno_21206rubl\r\n https://wtl.page.link/keRX#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 03:57:12', 'web', '', NULL),
(7454, 'valerii_grinenko@mail.ru', 'eea48d7ae24f57850f97fefa1bbb95c1', 'ydfoÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð¿oÑÑ‚ÑƒÐ¿Ð»eÐ½Ð¸e_ÑpeÐ´ÑÑ‚Ð²_17750rubl\r\n https://plt.page.link/WBLC#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:02:11', 'web', '', NULL),
(7455, 'tatfk@yandex.ru', '726cca401fb9ae047f44659ce9e4582d', 'ha9Ð‘aÐ½k_Ð²Ñ‹Ð¿Ð»aÑ‚Ð¸Ð»_Ð²am_347usd\r\n https://egs.page.link/jTsw#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:03:35', 'web', '', NULL),
(7456, 'julialk2000@yandex.ru', 'c6993aae78ebc297666cc1770789e4f5', 'dyfÐ’aÑˆ_kpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_703dollar\r\n https://plt.page.link/yAcq#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:04:40', 'web', '', NULL),
(7457, 'zalihcyk22@gmail.com', 'dcbe0f5792b6ebb2242985b11a237d76', '52bÐ“Ð»ÑÐ´Ð¸Ñ‚e_ÑÑŽÐ´a_21016rub\r\n https://pym.page.link/JUj2#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:05:30', 'web', '', NULL),
(7458, 'plesanovaksenia450@gmail.com', '30f4254730adf8a07f86337fe20d4495', '8i0Vam_nachislenno_41486rubl\r\n https://tto.page.link/GZo4#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:08:54', 'web', '', NULL),
(7459, 'oleg.alferov@yandex.ru', '2b2e1ed865866b473ff60e3eaeb6d76f', 'vetkak_Ñ‚akoe_moÐ¶eÑ‚_Ð±Ñ‹Ñ‚ÑŒ_44751rub\r\n https://egs.page.link/nLe5#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:14:10', 'web', '', NULL),
(7460, 'anat3108@mail.ru', '834f01444c9789d7c44b720dd2b6fbe3', '3oeVam_nachislenno_937usd\r\n https://bpp.page.link/3DWV#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:21:12', 'web', '', NULL),
(7461, 'sveta@yandeks.ru', '81bcc782a79f5cca7f7d108f31641464', 'gflÐ¢Ð²oe_Ð¿oÑoÐ±Ð¸e_17134rubl\r\n https://ehu.page.link/pq6P#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:22:10', 'web', '', NULL),
(7462, 'doanovaelina@gmail.com', '543ce1f58d72779ba1bb17e3f49e3803', '1xmÐ£Ð´Ð¸Ð²Ð¸Ð²ÑˆÐ¸ÑÑŒ_oÑ‚kpoÐ¹Ñ‚e_1025usd\r\n https://rfo.page.link/HRPk#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:28:11', 'web', '', NULL),
(7463, 'elena.klimenko.vladadocka@gmail.com', 'e8779e34a1871b39b10210fa5bdf3895', 'egdÐ’aÑˆÐ¸_Ð´eÐ½ÑŒÐ³Ð¸_Ñ‚ÑƒÑ‚_10157rubl\r\n https://pym.page.link/QZsu#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:28:48', 'web', '', NULL),
(7464, 'lady.kliuchnickova2011@gmail.com', '7bca7f7a6c2b95e12533c146fc51ee01', 'ua7Vam_nachislenno_353dollar\r\n https://bpp.page.link/3ZGM#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:35:07', 'web', '', NULL),
(7465, 'a.eltsov@admatech.ru@yandex.ru', '20abfb52472010d1e3b6cacd03288cc1', 'onqViplata_vasha_1471dollar\r\n https://hns.page.link/ZPAF#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:35:23', 'web', '', NULL),
(7466, 'raxmatullaavalboyev14@gmail.com', '96fd93204c593880e61953a777c0a388', 'zv3Tut_denezhka_23984rubl\r\n https://qxu.page.link/MoXm#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:42:05', 'web', '', NULL),
(7467, 'e.anteltour@yandex.ru', '525e4de1020fa3153fc0e360f2dc8d9b', 'lrwViplata_vasha_464usd\r\n https://lvm.page.link/uVyW#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:42:05', 'web', '', NULL),
(7468, 'alena.khokhryakova.99@mail.ru', '33e4db6472671b233d7bdf1296a1ebeb', 'fe1Tvoya_denezhka_880usd\r\n https://ehu.page.link/bbSm#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:48:41', 'web', '', NULL),
(7469, 'svetka21041986@gmail.com', '8e9cfc1274738da461c897353214e748', '9ahÐe_oÑ‚kpÑ‹Ð²aÐ¹_ÑÑ‚o_1232usd\r\n https://rfo.page.link/WB2w#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:48:57', 'web', '', NULL),
(7470, 'serg_antispam@mail.ru', '567c6e69557bd9ecae3767f3238c7f5e', '5rmTut_denezhka_1401usd\r\n https://hgl.page.link/rnAJ#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:55:24', 'web', '', NULL),
(7471, 'natalka3077@gmail.com', '571205e9229fbb40e57beb1472af6f96', 'egwdengi_zhdut-602dollar\r\n https://lvm.page.link/huYi#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 04:55:55', 'web', '', NULL),
(7472, 'pga.2016@yandex.ru', 'bf6f0711e175256e704eebd44d258cbf', 'l1fÐ‘epÐ¸Ñ‚e_16537rubl\r\n https://mnp.page.link/a99M#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 05:01:58', 'web', '', NULL),
(7473, 'debt_89_96@mail.ru', 'b992b8ad0f62578a2dddf609f26aab40', '8ex2022_Ð¿oÐ´apok_28969rubl\r\n https://rse.page.link/tqo6#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 05:08:36', 'web', '', NULL),
(7474, 'artem-270463@rambler.ru', 'af890847e89faa2ab3dd0e24f5785c36', 'u9gVivodite_dengi_44422rubl\r\n https://ehu.page.link/FfNj#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 05:09:43', 'web', '', NULL),
(7475, 'funny-ka@yandex.ru', 'b47614e93523304877f52824c4088837', 'ipoÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð²aÑˆa_1245usd\r\n https://ehu.page.link/pGFU#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 05:15:15', 'web', '', NULL),
(7476, 'AzizBek Rustamov@yandex.ru', '85579716a589d6e6886c01c0478a76ef', '09oVam_nachislenno_1251dollar\r\n https://pym.page.link/2Jmt#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 05:16:42', 'web', '', NULL),
(7477, 'danadanilchik@gmail.com', '25298f188723475d0bb72093892fe552', 'zzzVam_nachislenno_9698rub\r\n https://urg.page.link/BMvM#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 05:21:46', 'web', '', NULL),
(7478, 'Iren666666@yandex.ru', '61a8c12200aa708cae93f11b923b7e49', 'cqiTut_denezhka_38741rubl\r\n https://lvm.page.link/sEKy#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 05:23:30', 'web', '', NULL),
(7479, 'borovkova24@yandex.ru', '55b6942dd5240dab62f4cd31eecefa0f', 'b6smoÐ¶Ð½o_Ð·aÐ±paÑ‚ÑŒ_1464dollar\r\n https://tto.page.link/9QoG#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 05:28:14', 'web', '', NULL),
(7480, 'yul9722@yandex.ru', '58627fc1fe9a1c298a483094b9f5f71a', 'j7fVam_nachislenno_39907rub\r\n https://hgl.page.link/WEju#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 05:30:13', 'web', '', NULL),
(7481, 'sokolova32sokolova@mail.ru', '91ec5a5ac3d2ec1392c889ad98f43621', 'v6qkÐ»Ð¸k_Ð¸ÑÑ‡aÑÑ‚ÑŒe_24612rubl\r\n https://urg.page.link/bTNn#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 05:34:50', 'web', '', NULL),
(7482, 'markha211@mail.ru', '9b55c6512df3c300ffe6d5f44c7b7258', 'fqzÐ”eÐ½ÑŒÐ³Ð¸_Ð½a_kÐ²apÑ‚Ð¸pÑƒ_Ð²am_28562rub\r\n https://rfo.page.link/EPDP#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 05:43:49', 'web', '', NULL),
(7483, 'avduk228@gmail.com', 'df7ff3c0639590a59e174ba960dc1912', 'zuaÐ¡peÐ´ÑÑ‚Ð²a_Ð½aÑ‡Ð¸ÑÐ»eÐ½Ñ‹_25880rub\r\n https://wtl.page.link/RKxq#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 05:48:00', 'web', '', NULL),
(7484, 'kolganov.andrei2015@yandex.ru', '90744119fe538dff903b36000cac9c18', 'ylnÐ’Ð½Ð¸maÐ½Ð¸e_paÐ·Ð´aÑ‡a_498dollar\r\n https://hgl.page.link/aMTE#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 05:50:31', 'web', '', NULL),
(7485, 'kalmykovanatasha94@gmail.com', 'b3e7a4ec4a1c510156240489fab795a4', '7n4Vam_nachislenno_495dollar\r\n https://lvm.page.link/HRHe#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 06:08:09', 'web', '', NULL),
(7486, 'mitinaellena@yandex.ru', '12142e52b2d78706749f2cc8792f187b', '9ehVam_nachislenno_44828rubl\r\n https://bpp.page.link/CTJz#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 06:10:47', 'web', '', NULL),
(7487, 'andreyseregin2017@yandex.ru', '91cd97aff663f8f8c0d7c780b32a0ce0', 'f0wÐ—aÐ¿oÐ»ÑƒÑ‡Ð¸Ñ‚e_ÑÑ‚o_1350dollar\r\n https://rse.page.link/FdfT#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 06:24:20', 'web', '', NULL),
(7488, 'movldikakraev@gmail.com', '33a17e11482afb83c5fa04db77d1514b', 'rnykapÑ‚oÑ‡ka_Ð¿oÐ¿oÐ»Ð½eÐ½a_35990rubl\r\n https://hgl.page.link/SkH6#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 06:27:35', 'web', '', NULL),
(7489, 'tarabrina.oxana1990@mail.ru', 'dff9cc7318d942153916a49f061cbf96', 'y9gVasha_zarplata_13287rub\r\n https://wtl.page.link/aKzH#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 06:31:09', 'web', '', NULL),
(7490, 'kobzarnastya14@gmail.com', '487c912c97ee9ce2423ff51f212b2923', 'bj3Ð”eÐ½ÑŒÐ³Ð¸_Ð²aÑˆÐ¸_Ñ‚ÑƒÑ‚_39436rub\r\n https://rfo.page.link/575B#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 06:34:12', 'web', '', NULL),
(7491, 'lebed.ania@yandex.ru', '6a88c0c76eaf6861a3171a5d2fa5b304', 'g9wVam_nachislenno_37835rubl\r\n https://mnp.page.link/y2Va#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 06:37:52', 'web', '', NULL),
(7492, 'wvw73@yandex.ru', '22bb9ec0aa26ff2012b380f882ecd096', 'brmÐ”eÐ½ÑŒÐ³Ð¸_Ð²aÑˆÐ¸_Ñ‚ÑƒÑ‚_39945rub\r\n https://tto.page.link/AxwQ#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 06:40:43', 'web', '', NULL),
(7493, 'vovastorozev1231@gmail.com', '157bfc0e172ffe7f7ffd74bf058eba14', 'kexVam_nachislenno_12498rub\r\n https://rse.page.link/n5Nk#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 06:44:35', 'web', '', NULL),
(7494, 'kostya.gmyrunn@mail.ru', '214b6f13725499b826b81ab796e47637', 'jwySredstva_polucheni_23848rub\r\n https://tto.page.link/zmqv#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 06:47:35', 'web', '', NULL),
(7495, 'tocheny71@gmail.com', '1fff1f8b3c4957751380134e28c9988e', 'xeskÑƒÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹Ñ…Ð´eÐ½eÐ³_37233rub\r\n https://bpp.page.link/325c#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 06:53:42', 'web', '', NULL),
(7496, 'freckle85@gmail.com', '1353351326e59a19c99c2d5312ec7bd1', '9eeVam_nachislenno_674dollar\r\n https://pym.page.link/KYua#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 06:58:07', 'web', '', NULL),
(7497, 'Tandy1@yandex.ru', '2f064cbc5586445b91a9f2f765f69a26', 'mvhVashi_dengi_39438rubl\r\n https://lvm.page.link/6RqB#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 07:00:09', 'web', '', NULL),
(7498, 'lapenkovao@yandex.ru', '8969e3205ee52ae7f12aa2a8a8199f43', 'rpxÐ“Ð»ÑÐ´Ð¸Ñ‚e_ÑÑŽÐ´a_46247rub\r\n https://bpp.page.link/A5Sx#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 07:04:48', 'web', '', NULL),
(7499, 'a9199972975@yandex.ru', 'c786233e15f5a0e06b624604d046079b', 'nszVasha_zarplata_23558rub\r\n https://mnp.page.link/3VfN#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 07:06:35', 'web', '', NULL),
(7500, 'hauzert@yandex.ru', 'f7fef6f6ae328728d20811b774b73a0e', 'nsooÑÑ‚aÐ»oÑÑŒ_Ñ‚oÐ»ÑŒko_Ð²Ñ‹Ð²eÑÑ‚Ð¸_625dollar\r\n https://chr.page.link/HfJ2#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 07:11:29', 'web', '', NULL),
(7501, 'maks.kirillov.28@mail.ru', '66432e2b2ac7421214b3269629a956fe', 'bh3aÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹Ð¹_koÑˆeÐ»ek_18965rubl\r\n https://bpp.page.link/FujW#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 07:18:05', 'web', '', NULL),
(7502, 'vkna0945@mail.ru', 'fe973793688111a56397d805c6f64c88', 'wspkpeÐ¿ko_Ð´epÐ¶Ð¸_ÑÑ‚o_773usd\r\n https://chr.page.link/mqQB#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 07:19:19', 'web', '', NULL),
(7503, 'pazycu2@gmail.com', 'cc16b21354cdfa27d895a3ea43c73274', 've9Ð—apÐ¿Ð»aÑ‚a_Ð¿oÐ¿oÐ»Ð½eÐ½a-1277usd\r\n https://rse.page.link/GrJv#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 07:24:34', 'web', '', NULL),
(7504, 'amoiseenko763@gmail.com', 'd9f015e768c869883c5af311136940e5', '4hmVam_nachislenno_1327usd\r\n https://plt.page.link/CHhk#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 07:25:45', 'web', '', NULL),
(7505, 'hasretchechak@gmail.com', '9a7b45cd44c27f46af60aeb7795ef0e3', 'neoÐ¤oÐ½Ð´_Ð¿Ð»aÑ‚Ð¸Ñ‚_38058rubl\r\n https://bpp.page.link/nXJ4#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 07:31:22', 'web', '', NULL),
(7506, 'semptus@yandex.ru', '7c08bd461fd66932041eaf5552651f89', 'cjaÐoÐ²oÐ³oÐ´Ð½ÑÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_346usd\r\n https://bpp.page.link/c8g6#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 07:32:19', 'web', '', NULL),
(7507, 'pradikom@gmail.com', '523cba54ee73e2b94b21791db201a26d', 'kaxÐoÐ²oÐ³oÐ´Ð½ÑÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_426dollar\r\n https://pym.page.link/ncJx#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 07:38:13', 'web', '', NULL),
(7508, 'snidanok1983@mail.ru', '2bd138df18e0bfb82fb0c2becb73b9fc', '1l7Ð¡peÐ´ÑÑ‚Ð²a_Ð²aÑˆÐ¸_45338rub\r\n https://rfo.page.link/negQ#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 07:38:50', 'web', '', NULL),
(7509, 'delovoy_21@mail.ru', '398f2c1f9ccff428c05f9d9977a7fc18', '0ewVam_nachislenno_30178rubl\r\n https://rfo.page.link/HDeE#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 07:51:43', 'web', '', NULL),
(7510, 'liliya-boyan@yandex.ru', 'bc634cddd4f19900164aa162082ca935', 'phdmÑ‹_Ð¿Ð»aÑ‚Ð¸m_413usd\r\n https://rse.page.link/J3qz#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 07:58:24', 'web', '', NULL),
(7511, 'MarishEg83@yandex.ru', '6fd3eaf2b6419124a8fed099da9c4ebc', 'ei7Viplata_tut_23019rub\r\n https://rse.page.link/qdzx#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 07:58:27', 'web', '', NULL),
(7512, 'savinaom@rambler.ru', 'a6f14cca58c8ba1872a3af66887f8b94', 'jomdengi_zhdut-1134dollar\r\n https://ehu.page.link/pgn6#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 08:04:49', 'web', '', NULL),
(7513, 'vanicheva@gmail.com', '1a540affa6a236631e3d8a31f787b33e', 'jg9Vivodite_dengi_1412dollar\r\n https://yhj.page.link/xKRQ#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 08:05:18', 'web', '', NULL),
(7514, 'Katerina.katenok25@mail.ru', '8a4efcc602a37eda81a72d1fcdea185b', 'bmiÐ¢ÑƒÑ‚_Ð´eÐ½ÑŒÐ³Ð¸_Ð²aÑˆÐ¸_31536rub\r\n https://ehu.page.link/2Xo2#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 08:13:25', 'web', '', NULL),
(7515, 'K.N.Guseva@yandex.ru', '3c3da1f9a2c856cf0c62f0ec72698963', 'g5bNa_karte_dengi_38733rub\r\n https://egs.page.link/3Rik#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 08:17:53', 'web', '', NULL),
(7516, 'shejinka1989@gmail.com', 'f7b2f1cfa4336e6501425ff066907207', '537Ð”eÐ½ÑŒÐ³Ð¸_Ð¿oÐ»ÑƒÑ‡Ð¸Ñ‚e_33806rubl\r\n https://lvm.page.link/PNqp#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 08:25:47', 'web', '', NULL),
(7517, 'nina.kovalyova.92@inbox.ru', 'e453324755994d2e107887107d37087b', '3qioÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½Ñ‹Ð¹_Ð¿oÐ´apok_525usd\r\n https://tto.page.link/SAVm#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 08:30:54', 'web', '', NULL),
(7518, 'ksva2011@gmail.com', '5a0a2e5975bbcc54937da672d637f46d', '7xfÐ—aÐ±Ð¸paÐ¹Ñ‚e_Ð´eÐ½ÑŒÐ³Ð¸_29439rubl\r\n https://qsa.page.link/zCE4#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 08:32:35', 'web', '', NULL),
(7519, 'dvkaptur@mail.ru', '9ae4ae77b385cd84a33b533b2b9f5115', 'cduTvoya_viplata_tut_12455rub\r\n https://chr.page.link/3yji#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 08:39:26', 'web', '', NULL),
(7520, 'belkinvladimir389@gmail.com', 'c07b941dc5fa16bb814581ab93026418', '4y9aÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹e_Ð´eÐ½ÑŒÐ³Ð¸_44489rub\r\n https://tto.page.link/RCXw#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 08:46:12', 'web', '', NULL),
(7521, 'optikov59v@mail.ru', '7df864ad5532be4928e0255ffe34ec21', 'fmnTvoya_viplata_tut_1254dollar\r\n https://egs.page.link/YPeV#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 08:52:58', 'web', '', NULL),
(7522, 'bes-lera1@yandex.ru', '06f61b2479060bbd42f1a64bed693e32', '1oaViplata_vasha_26117rubl\r\n https://rse.page.link/c7Pk#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 08:57:03', 'web', '', NULL),
(7523, 'kaspalinavalentina@gmail.com', '058a4981c45ec70b1f64435aaf25a4ef', '9omVam_nachislenno_42643rub\r\n https://yhm.page.link/WczQ#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 08:59:37', 'web', '', NULL),
(7524, 'bogdanova.ibo@yandex.ru', 'e3aecee1702d7c0b26e8c0cd8bb211f1', 'fwdÐ’Ñ‹Ð²oÐ´_Ð¿oÑÑ‚aÐ²Ð»eÐ½_24277rub\r\n https://hgl.page.link/37o5#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 09:03:37', 'web', '', NULL),
(7525, 'info@doc-gim.com@yandex.ru', 'b209f4dc30c92522c0bd1aadfb66ca82', '6x82022_Ð¿oÐ´apok_42074rub\r\n https://pym.page.link/bYQT#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 09:06:30', 'web', '', NULL),
(7526, 'shelegovae@mail.ru', '6f31056072ccff38868896e7d06f9582', '2gnTut_denezhka_42179rub\r\n https://pym.page.link/6qtq#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 09:10:02', 'web', '', NULL),
(7527, 'igo5014@yandex.ru', 'a2e177172cb3c8c43c2da230bd7cecf6', 'aizVozmite_valutu_51881rubl\r\n https://ehu.page.link/oXaF#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 09:13:12', 'web', '', NULL),
(7528, 'daniil.bor@mail.ru', 'b746fdd9b19993e53f19118f89043b79', '0ieVam_nachislenno_31776rubl\r\n https://ehu.page.link/PPZm#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 09:16:41', 'web', '', NULL),
(7529, 'papik0008@yandex.ru', '476aa2879d4525fce8df2c7340a7668b', '6yzÐ¢pÐ¸ÑÑ‚a_Ñ‚Ñ‹ÑÑÑ‡_Ð²aÑˆÐ¸_52566rubl\r\n https://rse.page.link/ACim#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 09:19:54', 'web', '', NULL),
(7530, 'coolegr228@gmail.com', '5eaabbd756b6ee8e0ee55dd5e9691ed6', '256kapÑ‚a_Ð³oÑ‚oÐ²a_481dollar\r\n https://ehu.page.link/nc3D#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 09:23:14', 'web', '', NULL),
(7531, 'ser-vit_1983@mail.ru', '255234bc01908f94f8848829d108cdfa', '1ccVivodite_dengi_591dollar\r\n https://bpp.page.link/puFW#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 09:26:45', 'web', '', NULL),
(7532, 'andreevaanna87@gmail.com', 'e0defe3f6a08656ae29eaf5839878432', '1riÐ”eÐ½ÑŒÐ³Ð¸_Ð²aÑˆÐ¸_830dollar\r\n https://yhj.page.link/Ex9w#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 09:33:33', 'web', '', NULL),
(7533, 'uchastok2bibirevo@yandex.ru', '8f4d1735327fc03c7626ee84be1ebf99', 'tv3Tut_denezhka_53132rub\r\n https://rfo.page.link/emDE#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 09:40:09', 'web', '', NULL),
(7534, 'aplomb1590@gmail.com', '639551d6bb4ac86f0369ca91eeca3558', 's4fkpeÐ´Ð¸Ñ‚_Ð¿oÑ‡Ñ‚Ð¸_Ð·akpÑ‹Ñ‚_425usd\r\n https://mnp.page.link/mi2e#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 09:46:51', 'web', '', NULL),
(7535, 'ooo.asimut@yandex.ru', 'd50360b6773fab22bcee108952929a05', 'g73Vam_nachislenno_56168rub\r\n https://wtl.page.link/N34b#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 09:49:00', 'web', '', NULL),
(7536, 'vova-68@yandex.ru', '35422b81a054840957e4a1f4d6ff3424', 'eauVam_nachislenno_45223rubl\r\n https://lvm.page.link/sgx5#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 09:55:31', 'web', '', NULL),
(7537, 'garrics1111@yandex.ru', '1d0e4bf7107efd5536aa4e4dcad60f01', 'lcrVam_nachislenno_506dollar\r\n https://pym.page.link/SctX#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 10:02:05', 'web', '', NULL),
(7538, 'dentkachev@rambler.ru', '3438cb1051480c4c3a2f17f15fdef0c7', 'yy1Vam_nachislenno_15952rubl\r\n https://pym.page.link/4SKh#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 10:08:27', 'web', '', NULL),
(7539, 'ledis0505@gmail.com', '6197d7d25a2652be4d54ceed8be1eaa5', 'h9iZdes_vashe_1024dollar\r\n https://qsa.page.link/crAU#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 10:13:55', 'web', '', NULL),
(7540, 'pitkin200@mail.ru', '14797c44c6a38dd48b1807cc39d98f3f', 'jgwÐ’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½ÑŒÐ³Ð¸_13942rubl\r\n https://rfo.page.link/pN45#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 10:20:42', 'web', '', NULL),
(7541, 'zaharvit@gmail.com', 'f0aa18eec6fea574f0b79c6620696e7b', 'tabÐ¢oÐ»ÑŒko_Ð²am_1033dollar\r\n https://hgl.page.link/gVmV#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 10:27:16', 'web', '', NULL),
(7542, 'kseniavisa@rambler.ru', '1ef5cc48ee024f97b3a9e22b9f7b37ed', 'jiiTvoya_viplata_tut_56797rub\r\n https://mnp.page.link/fKXh#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 10:27:43', 'web', '', NULL),
(7543, 'azagitov2@rambler.ru', 'a9f4d2896144cb381b3c570a64929262', '118oÑÑ‚aÐ»oÑÑŒ_Ð²Ñ‹Ð²eÑÑ‚Ð¸_Ð´eÐ½eÐ³Ð¸_34275rub\r\n https://tto.page.link/JiyK#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 10:34:08', 'web', '', NULL),
(7544, 'mamedova.di00@mail.ru', '24579e65fdece878f9d5c9382653a5bb', 'svrÐŸoÐ´oÐ¶Ð´Ð¸Ñ‚e_Ð¸Ð´eÑ‚_Ð¿epeÐ²oÐ´_19238rubl\r\n https://lvm.page.link/ZHa9#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 10:40:30', 'web', '', NULL),
(7545, 'mamirzonmehmonov752@gmail.com', '42ee7dbb5d21c739694d65552d288f06', '8qrÐ”eÐ½ÑŒÐ³Ð¸_Ð²am_Ð½a_oÐ¿Ð»aÑ‚Ñƒ_kpeÐ´Ð¸Ñ‚a-46625rubl\r\n https://ehu.page.link/duMz#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 10:40:54', 'web', '', NULL),
(7546, 'valerka1995@gmail.com', '7273ba7a0aaac03f086096ffdebf9994', 'uwkÐ¢ÑƒÑ‚_Ð¿oÑoÐ±Ð¸e_678usd\r\n https://rfo.page.link/CrNZ#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 10:47:04', 'web', '', NULL),
(7547, 'valera19790@yandex.ru', 'fe5ad046f78b8c18363eadae90866c33', '9mxTvoya_viplata_tut_24840rubl\r\n https://egs.page.link/YU2k#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 10:47:39', 'web', '', NULL),
(7548, 'saueva.lu@gmail.com', '78ac79421a4a56faf50e17f49f4e6e04', 's2iPoluchaite_32563rubl\r\n https://qta.page.link/Q7DE#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 10:53:36', 'web', '', NULL),
(7549, 'mukhamed.91@bk.ru', 'd90f9a5a5ed925f8c00a77ce1d84c326', '861Vam_nachislenno_43302rubl\r\n https://rfo.page.link/FNsP#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 10:54:13', 'web', '', NULL),
(7550, 'vyachesl.barmin@mail.ru', '5c91f55776865daff2e2cb16afea65c3', 'r1g24Ñ‡aÑa_Ð½a_Ð²Ñ‹Ð²oÐ´_Ð´eÐ½eÐ³_995usd\r\n https://pym.page.link/JSFW#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:00:00', 'web', '', NULL),
(7551, 'ostrovbo@yandex.ru', '9eab465a4069bf96957202dded810db7', 'gl7Ð”eÐ½ÑŒÐ³Ð¸_Ð½a_kÐ²apÑ‚Ð¸pÑƒ_Ð²am_17024rubl\r\n https://rfo.page.link/5a6Q#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:00:46', 'web', '', NULL),
(7552, 'margo_ivankova@mail.ru', 'ef31ec4998b8965df4b3a62df3197fa9', 'fkbHvatayte_dengi_29806rubl\r\n https://hgl.page.link/UsV9#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:06:35', 'web', '', NULL),
(7553, 'mohdzubeen.786mehar@gmail.com', '2b92536b5fb9c75c95b84fe5a30e467a', 'g16Ð¢Ð²oÐ¹_kpeÐ´Ð¸Ñ‚_Ð·akpÑ‹Ñ‚_946usd\r\n https://rse.page.link/p5KW#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:13:12', 'web', '', NULL),
(7554, 'gladkih70@inbox.ru', '37f8f598ac59faefa9dcb1e2fd97f4b0', 'tlrÐ’Ñ‹_Ð±oÐ³aÑ‚Ñ‹_Ñ‚eÐ¿epÑŒ_18365rub\r\n https://qxu.page.link/y7nv#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:14:04', 'web', '', NULL),
(7555, '9594968@mail.ru', 'e8569e616641d6a23f107c9801067e41', '065Ð£Ð´Ð¸Ð²Ð¸Ð²ÑˆÐ¸ÑÑŒ_oÑ‚kpoÐ¹Ñ‚e_896usd\r\n https://qta.page.link/vw5C#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:19:43', 'web', '', NULL),
(7556, 'pozobutkin@mail.ru', '5aee952fb6744b79839da173a9b5c7cd', '3ptVam_nachislenno_53017rubl\r\n https://rfo.page.link/ufVd#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:20:43', 'web', '', NULL),
(7557, 'tagaeva-1971@mail.ru', '74a19df61ea0e30aa89481b4f74d369a', '83yÐ“Ð»ÑÐ´Ð¸Ñ‚e_ÑÑŽÐ´a_53454rub\r\n https://wtl.page.link/9rsX#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:26:15', 'web', '', NULL),
(7558, 'evdokimova-8859@yandex.ru', 'c80e23a5799d1f5e1b91f2fbac6c05f2', '1raVozmite_valutu_393usd\r\n https://bpp.page.link/9hp3#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:27:26', 'web', '', NULL),
(7559, 'djion.2710@gmail.com', '4cfcd5ac694e0143ba6c517566ec772b', '5d4oÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½Ñ‹Ð¹_Ð¿epeÐ²oÐ´_22574rub\r\n https://hgl.page.link/uuAm#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:34:09', 'web', '', NULL),
(7560, 'hyiwam45@bk.ru', '23277a095dbabaa044910444746424d6', 'f7bVam_nachislenno_19305rub\r\n https://hgl.page.link/VSCr#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:38:56', 'web', '', NULL),
(7561, 'redkina083@gmail.com', 'ce40b867c1e16ba62afc7195852c7379', 'mm6Ð’am_paÐ´oÑÑ‚Ð¸_1404usd\r\n https://rfo.page.link/48HZ#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:40:46', 'web', '', NULL),
(7562, 'tnikolaj@yandex.ru', '7ffe24baeba9b5b546991c08ebe1208f', 'k4smoÐ¶Ð½o_Ð·aÐ±paÑ‚ÑŒ_34752rub\r\n https://egs.page.link/E5s6#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:45:28', 'web', '', NULL),
(7563, 'mistertvister.1122@gmail.com', '70691764a75e325aaec9c397516d5d11', 'b7vVam_nachislenno_414dollar\r\n https://plt.page.link/EpJn#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:47:22', 'web', '', NULL),
(7564, 'ict1svetlana.leushina@gmail.com', '87881759f790134f39e5eca4593beade', '1q2Tvoya_denezhka_32547rub\r\n https://rse.page.link/1keu#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:51:54', 'web', '', NULL),
(7565, 'cska805@mail.ru', 'f948d0b84fc94e3b94444fdbe4a29977', 'xq2Ð’am_Ð¿oÐ²eÐ·Ð»o-17282rub\r\n https://rfo.page.link/oXb8#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:54:06', 'web', '', NULL),
(7566, 'mmmtuiipee@gmail.com', '58271174b447249bec1ee4c6971c7983', 'bx9Vasha_zarplata_1034dollar\r\n https://wtl.page.link/XB4i#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 11:58:26', 'web', '', NULL),
(7567, 'olgasolnce78@mail.ru', 'a6000a8f285f572a333315d8fb419085', '7pyVivodite_dengi_1169dollar\r\n https://ehu.page.link/cHa8#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 12:00:46', 'web', '', NULL),
(7568, 'atauul@mail.ru', '72de6329378f14fb316bf19ac6507bb8', 'hnaÐŸpoÐ²epÑÐ¹Ñ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_kapÑ‚Ñ‹_439dollar\r\n https://egs.page.link/cvoc#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 12:04:55', 'web', '', NULL),
(7569, 'vorozheykin91@bk.ru', 'f835b269ac4d4fd5a2a97e647657291d', '3mtÐ‘Ñ‹ÑÑ‚peÐ¹_Ð¸Ð»Ð¸_Ð·aÐ±epÑƒ_Ñ‚Ð²oÐ¸_Ð´eÐ½ÑŒÐ³Ð¸_29029rub\r\n https://qxu.page.link/dwrz#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 12:07:31', 'web', '', NULL),
(7570, 'andryusha_lunegov@mail.ru', '4926b9c8baba1ca159ee905db9e1dcf2', 'la4Na_karte_dengi_10948rub\r\n https://hgl.page.link/gBht#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 12:18:09', 'web', '', NULL),
(7571, 'maria.parfilova@yandex.ru', '5ab4dc5025c4552ffa4e886e6f2ccd86', 'zaqÐ¡peÐ´ÑÑ‚Ð²a_Ð½a_aÐ²Ñ‚o_Ð²am_776dollar\r\n https://tto.page.link/T2mF#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 12:24:39', 'web', '', NULL),
(7572, 'leniti7@yandex.ru', '01ffca30ed5b288c349f8281746a8a72', '0a9Ð¡Ð¿Ð¸ÑaÐ½Ð¸e_kpeÐ´Ð¸Ñ‚oÐ²_18597rubl\r\n https://tto.page.link/MZAH#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 12:28:07', 'web', '', NULL),
(7573, 'toleo2008@mail.ru', '194898dbaf8bc5a6b3e76b99dda66f18', '2ghVam_nachislenno_37558rub\r\n https://hgl.page.link/Ax6V#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 12:31:10', 'web', '', NULL),
(7574, 'fhbvghvb@gmail.com', '65916b97e57924a38ee9e3115cf2970a', '8qkÐ©eÐ´poÑÑ‚ÑŒ_oÐ»Ð¸Ð³apÑ…a_51080rubl\r\n https://wtl.page.link/5K1G#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 12:34:55', 'web', '', NULL),
(7575, 'bura22n@i.ua', '3fabb0b0c740c9bd0a2668c7ecb853de', '7phHvatayte_dengi_801dollar\r\n https://rse.page.link/yVxj#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 12:37:45', 'web', '', NULL),
(7576, 'Alex-84-04@mail.ru', '8eb72af8cbc02ef008c3efafa86f1759', 'mzxVam_nachislenno_44597rubl\r\n https://wtl.page.link/s8w8#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 12:48:26', 'web', '', NULL),
(7577, 'Milanalsns@mail.ru', 'eb44d313c94ac98564aee6e771a869be', 'isiVozmite_valutu_34628rub\r\n https://egs.page.link/HBAb#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 12:50:49', 'web', '', NULL),
(7578, 'elena.evgrafova2010@yandex.ru', '2b6522dade790e1e7283f03e24492b9c', '5ndÐ‘Ð»aÐ³oe_Ð´eÐ»o_16659rubl\r\n https://rfo.page.link/p5we#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 12:55:13', 'web', '', NULL),
(7579, 'janicebautista3130@gmail.com', '03bd795adf398af774a94b2cb2c97a60', '9j4Ð£ÑÐ»ÑƒÐ³a_Ð²oÐ·meÑ‰eÐ½Ð¸Ñ_56340rub\r\n https://bpp.page.link/qg7Y#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 12:57:26', 'web', '', NULL),
(7580, 'odobrovolskaa290@gmail.com', '06b20d98dd3c4286f5ebbd1c40d08376', '8pkTvoya_viplata_tut_1175dollar\r\n https://lvm.page.link/jorU#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 13:03:46', 'web', '', NULL),
(7581, 'nadejda.datkowa@yandex.ru', '229717ddb2616c82a2fef6d8fe8436fc', 'dtaÐ¢Ð²oÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_42513rub\r\n https://ehu.page.link/d1Qg#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 13:08:55', 'web', '', NULL),
(7582, 'redel51973@gmail.com', '583768e9d879fd48a5107fbd4794c08b', 'q0lVam_nachislenno_750dollar\r\n https://rfo.page.link/d8ja#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 13:10:15', 'web', '', NULL),
(7583, 'mat5055@gmail.com', '95282e9bf54aa1f032e68aeb085e81e0', 'quzÐ”eÐ½ÑŒÐ³Ð¸_Ð²Ñ‹Ð²oÐ´Ð¸Ñ‚e_903dollar\r\n https://tto.page.link/8eva#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 13:15:47', 'web', '', NULL),
(7584, 'gamesonli@mail.ru', '72d1dda17481a3da38bde779fa0eb237', 'fxfVam_nachislenno_24572rubl\r\n https://rse.page.link/9o5K#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 13:16:46', 'web', '', NULL),
(7585, 'en000935@mail.ru', 'bb40f7a2f3c3bb87d7d6972864197f4c', 'ddboÐ½Ð¸_Ð´eÐ½ÑŒÐ³Ð¸_Ð²oÑ‚_26433rubl\r\n https://tto.page.link/A2U1#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 13:22:38', 'web', '', NULL),
(7586, 'kovelska103495@gmail.com', 'ab90cc7cb351e19c1bdb7ee10ea38fef', '5wmZdes_vashe_1325dollar\r\n https://hns.page.link/hYu7#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 13:23:12', 'web', '', NULL),
(7587, 'semberkodenis11@gmail.com', 'f90c5600587230c967c99aff2cb85610', 'is7Denezhka_vasha_48490rub\r\n https://bpp.page.link/yCmB#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 13:29:27', 'web', '', NULL),
(7588, 'dauletovabalnur646@gmail.com', 'df6afddab85ab275df4e61ff500dd9d1', '7qfÐ’oÐ·meÑ‰eÐ½Ð¸e_paÑÑ‚paÑ‚_724dollar\r\n https://wtl.page.link/N1z5#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 13:36:23', 'web', '', NULL),
(7589, 'gorchuk@yandex.ru', 'f30f1577bd5b69bcd5648205279ac4ec', 'wy1Sredstva_polucheni_53320rub\r\n https://rse.page.link/aQha#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 13:42:56', 'web', '', NULL),
(7590, 'igor-kreaxod@yandex.ru', 'c42a80660b211afb5de2487594f12909', 'dd8paÐ·Ð´aÑ‡a_maÐ»oÐ¸mÑƒÑ‰Ð¸m_31818rubl\r\n https://ehu.page.link/2Q2J#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 13:50:08', 'web', '', NULL),
(7591, 'nazgulalymkulova26@gmail.com', '47f0ce0e424dd6e1bcc133c43bc84b75', 'i8rÐ—apÐ¿Ð»aÑ‚Ñƒ_Ð¿oÐ»ÑƒÑ‡Ð¸Ñ‚e_35328rubl\r\n https://rfo.page.link/YeVi#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 13:56:11', 'web', '', NULL),
(7592, 'wrwe@mail.ru', 'e35522a203e2357889f6629624477be3', 'ujuÐ—aÐ±Ð¸paÐ¹Ñ‚e-689dollar\r\n https://pym.page.link/wVvb#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 13:56:55', 'web', '', NULL),
(7593, 'lena-novikova16@rambler.ru', 'e7c264603dddbafaba7cd236ecb8d36c', 'lgcZaberite_dengi_8649rub\r\n https://pym.page.link/Gure#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 14:02:44', 'web', '', NULL),
(7594, 'andrey-tau@mail.ru', 'c9a8b9eec06abe0e410946408d382403', 'uq0Tut_viplatan451usd\r\n https://egs.page.link/3Rik#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 14:03:47', 'web', '', NULL),
(7595, 'guyver_3@mail.ru', '1bb86ee15ceef6829d3c115ec11c9ea5', 'q9tNa_karte_dengi_28777rub\r\n https://ehu.page.link/btgm#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 14:09:13', 'web', '', NULL),
(7596, 'felikc43@yandex.ru', 'aa46e5732baff1a398eddfa5a3df6d18', '9quÐ’Ñ‹Ð²oÐ´_Ð¿oÑÑ‚aÐ²Ð»eÐ½_11299rub\r\n https://pym.page.link/BE1c#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 14:10:32', 'web', '', NULL),
(7597, 'imperator.rauank@mail.ru', 'f5f6b5bcceee397ba50026ed9ea53b0d', 'b8qÐ”oÐ¿Ð»aÑ‡eÐ½a_Ð·apÐ¿Ð»aÑ‚a_48869rubl\r\n https://pym.page.link/wr2g#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 14:15:46', 'web', '', NULL),
(7598, 'dhan.msk@yandex.ru', '4d7053257119e6c2ab256084daba7cb4', '4i3ÐŸpoÐ²epÑÐ¹Ñ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_kapÑ‚Ñ‹_804dollar\r\n https://wtl.page.link/kqza#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 14:17:23', 'web', '', NULL),
(7599, 'seventeek@gmail.com', '066da33bc52f9c2ee67b88967bdf276f', 'zcaVam_nachislenno_1485dollar\r\n https://hgl.page.link/4DPN#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 14:24:03', 'web', '', NULL),
(7600, 'maikl77.77@list.ru', '6843df2db073f644f64097f8cf67a983', 'pw5Vam_nachislenno_542usd\r\n https://pym.page.link/RKbm#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 14:28:53', 'web', '', NULL),
(7601, 'zaharovdanik012@gmail.com', '032d65e1a8e9d037cb2fce18acd8323f', 'ulbÐŸepeÐ´aÐ½o_Ð²am_1049dollar\r\n https://hgl.page.link/dfYp#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 14:30:47', 'web', '', NULL),
(7602, 'mendelevairina@mail.ru', 'c1d263375a498b858364432a1098fe21', 'imcVam_nachislenno_26477rubl\r\n https://ehu.page.link/MK1v#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 14:35:23', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(7603, 'nlinbplyudm@yandex.ru', '2ec544e09a06d246bd59527593c4c893', 'xn5Ð¡oÑ†_Ð²Ñ‹Ð¿Ð»aÑ‚a_40993rubl\r\n https://lvm.page.link/EuGG#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 14:37:43', 'web', '', NULL),
(7604, 'berdikkarina@mail.ru', 'e0534a16879e2fefb0877dc06dee1e4c', '7ihVam_nachislenno_37369rubl\r\n https://ehu.page.link/CgBt#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 14:48:31', 'web', '', NULL),
(7605, 'lailokim@yandex.ru', '52505928468ed0ee5c5896a86313f60c', 'wzyÐŸoÑoÐ±Ð¸e_Ð²Ñ‹Ð¿Ð»aÑ‡eÐ½o_33277rubl\r\n https://bpp.page.link/zMYp#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 14:51:25', 'web', '', NULL),
(7606, 'natalek0810@mail.ru', 'c094287306c94f0a6df9f6ef76793e39', '61vÐŸpoÐ²epÑÐ¹Ñ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_kapÑ‚Ñ‹_18723rubl\r\n https://wtl.page.link/eW9n#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 14:55:03', 'web', '', NULL),
(7607, 'lidija.eliseeva@rambler.ru', '00a57679e550bc815d7fb7e216f2cb45', '1k0Razdacha_deneg_zdes_925dollar\r\n https://hgl.page.link/5zti#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 14:58:05', 'web', '', NULL),
(7608, 'Stalin2045@yandex.ru', '4b568d779be1c84fab1dba28217a5ca1', '5cqZaberite_dengi_12169rubl\r\n https://hgl.page.link/42jR#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 15:01:42', 'web', '', NULL),
(7609, 'biv1024@yandex.ru', '6812df59779b61ca81bedf059e97b642', '07fÐ¢eÐ±e_Ð¿oÐ²eÐ·Ð»o_1359usd\r\n https://tto.page.link/uzxd#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 15:04:55', 'web', '', NULL),
(7610, 'protokrugl@rambler.ru', '8b9c6d34fdde00f9278b726fe5512c49', '1tgÐ‘aÐ»aÐ½Ñ_kapÑ‚Ñ‹_Ð²Ñ‹Ð²oÐ´_34771rub\r\n https://wtl.page.link/uawi#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 15:08:19', 'web', '', NULL),
(7611, 'Me@yandex.ru', '556dfdf9ac8c56cc8cbdcc7943f1c01c', 'me8Vam_nachislenno_23151rubl\r\n https://rfo.page.link/DzsK#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 15:14:59', 'web', '', NULL),
(7612, 'dima.elkin.06@mail.ru', '3bd1fe5758b0bf808871403cccf0833b', 'mh7Ð’am_paÐ´oÑÑ‚Ð¸_1260dollar\r\n https://wtl.page.link/P8YK#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 15:18:46', 'web', '', NULL),
(7613, 'ya.barskaya1516@yandex.ru', '1935d8d3ea2c315a0fd68e2130a028fa', 'voxdengi_zhdut-42413rubl\r\n https://wtl.page.link/RAFD#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 15:21:42', 'web', '', NULL),
(7614, 'leksina.shop@yandex.ru', '71862024b16803cfe0007d777ed54965', 'mxqÐaÑ‡Ð¸ÑÐ»eÐ½Ð½o-16379rubl\r\n https://ehu.page.link/cGVF#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 15:25:35', 'web', '', NULL),
(7615, 'dikarevm@gmail.com', 'e20d8935ec4fdfcad5e0641fd297d719', 'syvoÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½Ñ‹Ð¹_Ð²Ñ‹Ð²oÐ´_43126rub\r\n https://pym.page.link/d7nv#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 15:28:12', 'web', '', NULL),
(7616, 'uorec-ogyrec@mail.ru', '7015d58993a95004e0f04fd8f4da81c6', 'nsuZaberite_dengi_540usd\r\n https://rse.page.link/JnAN#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 15:34:50', 'web', '', NULL),
(7617, 'Yuripaher@mail.ru', 'd58384ab78fa2825028e040323dcdade', '408Razdacha_deneg_zdes_23191rubl\r\n https://rfo.page.link/tw7G#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 15:39:19', 'web', '', NULL),
(7618, 'kornilov.andryuska86@mail.ru', '464de273746218bf12913c586e790162', '7duaÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹Ð¹_koÑˆeÐ»ek_42332rubl\r\n https://lvm.page.link/Fw1B#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 15:41:27', 'web', '', NULL),
(7619, 'micholen@yandex.ru', '0f7d9c450c75c3eef58f0fb2827c289f', 'qaaVozmite_valutu_1419usd\r\n https://hns.page.link/U6G7#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 15:47:58', 'web', '', NULL),
(7620, 'uykf.fuk@mail.ru', '2f67f5e687363f082ea893a25dae76a1', 'wjyDengi_vashi_653dollar\r\n https://lvm.page.link/p5m9#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 15:59:52', 'web', '', NULL),
(7621, 'dpetrenko510@gmail.com', 'a7c0d78fdfc462c17d863cd1718dd892', '4rlVam_nachislenno_977dollar\r\n https://pym.page.link/5QC6#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 16:01:05', 'web', '', NULL),
(7622, 'vlastelin81@yandex.ru', '34b445c7767905a6e1b8ba8f6b542211', 'm6jÐ’aÑˆÐ¸_maÐ½Ð¸_19808rubl\r\n https://tto.page.link/yRz5#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 16:06:44', 'web', '', NULL),
(7623, 'sergey@01srv.ru@yandex.ru', 'e4300b4e07239c10ccbbda247fc00248', 'un0Ð—Ð²epÑŒ_Ð²Ñ‹Ð¿Ð»aÑ‚a_41447rubl\r\n https://rse.page.link/mvnw#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 16:13:35', 'web', '', NULL),
(7624, 'nura.evdockimova@mail.ru', 'c9eb72d46003f7a64bd16537945e496a', 'wy2Ð’Ñ‹_Ð±oÐ³aÑ‚Ñ‹_Ñ‚eÐ¿epÑŒ_1305usd\r\n https://bpp.page.link/aXHh#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 16:14:17', 'web', '', NULL),
(7625, 'sidorovadel8@gmail.com', 'f683d74c13d11e748ab29c06f644b26c', 'es6Ð’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½ÑŒÐ³Ð¸_945usd\r\n https://hns.page.link/u8LQ#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 16:20:59', 'web', '', NULL),
(7626, 'denisvo18@gmail.com', '27eb58938b749779c6e052710b5ac084', 'w4oÐ’Ð½Ð¸maÐ½Ð¸e_paÐ·Ð´aÑ‡a_838usd\r\n https://rfo.page.link/6w1D#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 16:27:26', 'web', '', NULL),
(7627, 'tatanagroza480@gmail.com', '03b797576430d605462943b20cfaac70', 'tynPodarok_deneg_23022rubl\r\n https://urg.page.link/SHKB#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 16:27:26', 'web', '', NULL),
(7628, 'kater-66@yandex.ru', 'd374fb3aebc1b185b7a1723dc1ca7d5c', 'ef6Ð¤oÐ½Ð´_Ð¿Ð»aÑ‚Ð¸Ñ‚_792usd\r\n https://pym.page.link/gmiF#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 16:34:17', 'web', '', NULL),
(7629, 'rustamjon0084@gmail.com', '0a3ef4580fbdacf0e9e9d1f31ab63d0d', 'tx4Ð”eÐ½ÑŒÐ³Ð¸_Ð²aÑˆÐ¸_Ñ‚ÑƒÑ‚_32422rubl\r\n https://hgl.page.link/FJ9x#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 16:40:52', 'web', '', NULL),
(7630, 'mactepklacc1@yandex.ru', '5af079578f8c8a11af219f6284eebaa4', 'xbnkapÑ‚Ñƒ_Ð¿oÐ¿oÐ»Ð½Ð¸Ð»Ð¸_35750rubl\r\n https://rfo.page.link/ttaA#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 16:41:08', 'web', '', NULL),
(7631, '65@gmail.com', '4f6abe268aa2c9922db5bd407f28a55f', 'uv5Ð’aÑˆ_kpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_51047rubl\r\n https://tto.page.link/JgN5#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 16:47:30', 'web', '', NULL),
(7632, 'svetonosovkirill@89923343445.7237gmail.com', '8b1eb7e48a65cc3a071f8b798c5eba9a', 'cjbÐ—aÐ²Ð¸Ð´ÑƒÑŽ_Ð²am_20069rubl\r\n https://bpp.page.link/Wjak#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 16:48:04', 'web', '', NULL),
(7633, 'mezimova@gmail.com', 'ab914827d8a7cddeff3185173091527f', 'miiHvatayte_dengi_397dollar\r\n https://pym.page.link/xJyS#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 16:54:59', 'web', '', NULL),
(7634, 'kovaleva.zinochka2017@yandex.ru', '2b586d55505bd5ff9d0b1df622e0d212', 'yrjVam_nachislenno_1410usd\r\n https://lvm.page.link/5dch#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 17:00:35', 'web', '', NULL),
(7635, 'durandinsascha0@gmail.com', 'e1c1ec967c9bb9419f4d660f336a0c92', '2jlÐ¡peÐ´ÑÑ‚Ð²a_Ð¿epeÑ‡Ð¸ÑÐ»eÐ½Ñ‹_31510rub\r\n https://bpp.page.link/ubmD#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 17:08:50', 'web', '', NULL),
(7636, 'dobrovolskaya11.n@gmail.com', 'af5231dafa22603985c0a3576120cc31', 'x5jÐ‘aÐ½k_Ð²Ñ‹Ð¿Ð»aÑ‚Ð¸Ð»_Ð²am_53627rubl\r\n https://pym.page.link/mf91#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 17:15:44', 'web', '', NULL),
(7637, 'sabrinasaidmuratova@mail.com', '7618e6d858010ecb76c8d817fa350c02', 'vvuÐ¡Ð¿Ð¸ÑaÐ½o_Ño_ÑÑ‡eÑ‚a_36006rubl\r\n https://egs.page.link/AS7L#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 17:26:52', 'web', '', NULL),
(7638, 'oleksandrvladimirov@yandex.ru', 'bb9cdd9d949751081ec9f7ecc3d62e71', '81fÐ‘epÐ¸Ñ‚e_45401rub\r\n https://tto.page.link/g91x#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 17:29:36', 'web', '', NULL),
(7639, 'elenakolbaceva@gmail.com', 'cd89a874e406482c4d56ac7784b08b82', 'zp0Vam_nachislenno_20237rub\r\n https://urg.page.link/AWqY#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 17:36:37', 'web', '', NULL),
(7640, 'rrgv74@mail.ru', '5ece3e5099288da395637ebed923a067', 'l6xÐoÐ²oÐ³oÐ´Ð½ÑÑ_Ð´eÐ½ÑŽÐ¶ka-422usd\r\n https://ehu.page.link/cimo#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 17:40:20', 'web', '', NULL),
(7641, 'ya.eay@yandex.ru', '69a99e8a318b50a6c1f7f22dd4e6f122', 'i3fkÐ»Ð¸k_Ð¸ÑÑ‡aÑÑ‚ÑŒe_1184dollar\r\n https://egs.page.link/tega#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 17:43:42', 'web', '', NULL),
(7642, 'vadymvaleev@yandex.ru', '134edf39346f9bf95981d9bb669d8ee0', 'hcnVam_nachislenno_36578rub\r\n https://rfo.page.link/Bs6f#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 17:50:30', 'web', '', NULL),
(7643, 'super.e4sy@yandex.ru', '6b947a22130224b9a8399eab1207cbcc', 'ue1Vam_nachislenno_1059usd\r\n https://yhj.page.link/CKkr#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 17:53:32', 'web', '', NULL),
(7644, 'pawel-dok93@yandex.ru', 'f7dbac12d3d51e6862ea6b9f9bcd00ee', '1moÐ—aÑÐ»ÑƒÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_Ð²Ñ‹_32172rub\r\n https://rfo.page.link/sGQc#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 17:57:12', 'web', '', NULL),
(7645, 's3196335@yandex.ru', '71ea8d46b9483480192ea03b535c6d04', 'pisDenezhka_vasha_52730rubl\r\n https://pym.page.link/BTDn#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 18:00:10', 'web', '', NULL),
(7646, 'king.rob2016@yandex.ru', '2b87c1773757c1c4401f35979348c9e9', 'pkemoÐ¶Ð½o_Ð·aÐ±paÑ‚ÑŒ_39603rubl\r\n https://ehu.page.link/mqXV#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 18:04:08', 'web', '', NULL),
(7647, 'beaugl78@mail.ru', '49b5cc1eff15d51645f0bbd9fda95b3b', 'h8qVam_nachislenno_507dollar\r\n https://wtl.page.link/oznH#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 18:06:38', 'web', '', NULL),
(7648, 'pawlushka.96@gmail.com', '081969b2c696eab0da07f2d5f0af5b14', '6r7Ð”aÑŽ_Ð´eÐ½ÑŒÐ³Ð¸_Ð½a_kpeÐ´Ð¸Ñ‚_766dollar\r\n https://rse.page.link/W3eb#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 18:13:25', 'web', '', NULL),
(7649, 'dhvxfbf@mail.ru', 'be6723ffea88e170b5c8225d8142f429', 'a5bÐ’oÐ·meÑ‰eÐ½Ð¸e_paÑÑ‚paÑ‚_896dollar\r\n https://wtl.page.link/sqBn#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 18:17:46', 'web', '', NULL),
(7650, 'svetlanaerina@yandex.ru', '0fa28647efec5dbb05c5c28c5bd07a59', 'bvxVam_nachislenno_23121rubl\r\n https://tto.page.link/qAgZ#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 18:24:43', 'web', '', NULL),
(7651, 'germank-17@yandex.ru', '35155c663283ae3c4a93ba6e58b9300b', 'it1Ð’Ñ‹Ð¿Ð»aÑ‚a_Ð²oÐ·moÐ¶Ð½a_12722rub\r\n https://tto.page.link/uYPb#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 18:26:39', 'web', '', NULL),
(7652, 'samsung.sanek2012@yandex.ru', '2e3f0bda5cb985be0985b962e70a7164', '7mjTut_denezhka_13030rub\r\n https://lvm.page.link/tega#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 18:31:39', 'web', '', NULL),
(7653, 'boddob08@mail.ru', 'f13c2921b3d977745af4a0991f319cdc', 'zsvÐ’aÑˆe_Ð¿oÑoÐ±Ð¸e_685usd\r\n https://egs.page.link/StsQ#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 18:33:08', 'web', '', NULL),
(7654, 'natandr01@yandex.ru', '86559782388a10bef6189eab25cd9e5b', 'dk1Ð¢akoÐ³o_Ð¿oÐ´apka_Ð½e_oÐ¶Ð¸Ð´aÐ»_1390dollar\r\n https://lvm.page.link/j3Bu#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 18:38:37', 'web', '', NULL),
(7655, 'andrusenkooksana710@mail.com', '0fa489fb466c4b18cc828c8ff512aa48', '6kkÐ’aÑˆa_Ð²Ñ‹Ð¿Ð»aÑ‚a_57610rub\r\n https://rfo.page.link/tFYM#\r\n', NULL, 'FALSE', '178.45.67.141', '2022-11-06 18:39:53', 'web', '', NULL),
(7656, 'i.rcz.e.n.kosvet.la.nas2.030@gmail.com\r\n', '3793c0a587a2344c556fb050e9a9acd4', 'Svetlsrd', NULL, 'FALSE', '194.32.122.22', '2022-11-06 23:50:01', 'web', '', NULL),
(7657, 's.hkutko.v.i.g.o.re.c.z.e.kbes.t@gmail.com\r\n', 'f9260298e4b53b199d354f3f950a0245', 'Igorous', NULL, 'FALSE', '194.32.122.22', '2022-11-07 00:18:49', 'web', '', NULL),
(7658, 'lavatera8@yandex.ru', '22fdd2f8d79a382a1d121e63e425dcae', '2e7Ð’oÐ·Ð²paÑ‚_ÐÐ”Ð¡_42895rubl\r\n https://tto.page.link/VhpN#\r\n', NULL, 'FALSE', '178.45.90.73', '2022-11-07 20:38:27', 'web', '', NULL),
(7659, 'korolevdmitriy@yandex.ru', 'f1f0b9b6004604320688ccef2fc9b018', 'gttÐ­Ñ‚o_Ð½eÐ²epoÑÑ‚Ð½o_543usd\r\n https://pym.page.link/Cu8Y#\r\n', NULL, 'FALSE', '178.45.90.73', '2022-11-07 20:40:59', 'web', '', NULL),
(7660, 'mariimari6240@gmail.com', '717452a1019a381e4d14fdec13711edd', 'jwiÐ¡Ñ‡acÑ‚be_Ñ‚yÑ‚_22078rub\r\n https://lvm.page.link/QLDj#\r\n', NULL, 'FALSE', '178.45.90.73', '2022-11-07 20:44:54', 'web', '', NULL),
(7661, 'djyma18091984@gmail.com', '14e87a61c4b8749edf1d56b90767595c', 'edcÐ‘epÐ¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_27105rub\r\n https://pym.page.link/GowC#\r\n', NULL, 'FALSE', '178.45.90.73', '2022-11-07 20:47:41', 'web', '', NULL),
(7662, 'popova.n2541@gmail.com', 'b1dd2042bf057cc88ccb34400b9ead7f', 'g9dTvoya_denezhka_23808rubl\r\n https://pym.page.link/MyBi#\r\n', NULL, 'FALSE', '178.45.90.73', '2022-11-07 20:54:20', 'web', '', NULL),
(7663, 'boriskruglak1994@gmail.com', 'd22362b9c34915575984e4238d7f7340', 'wlaÐ—abpaÑ‚b_moÐ¶Ð½o_18439rubl\r\n https://tto.page.link/CUHs#\r\n', NULL, 'FALSE', '178.45.90.73', '2022-11-07 20:58:47', 'web', '', NULL),
(7664, 'Gosha_guldan@mail.ru', 'ae937adf2dc6f0e6cbf117f283fc9723', '4b4Ð—aÑ‡Ð¸cÐ»eÐ½Ð¸e_Ð·apÐ¿Ð»aÑ‚Ñ‹_17674rub\r\n https://plt.page.link/6VaA#\r\n', NULL, 'FALSE', '178.45.90.73', '2022-11-07 21:05:47', 'web', '', NULL),
(7665, 'davidenkoulia416@gmail.com', '7fd004cf864c03b018ea8499aacd5044', '4leVasha_denezhka_51010rub\r\n https://chr.page.link/k5kY#\r\n', NULL, 'FALSE', '178.45.90.73', '2022-11-07 21:07:44', 'web', '', NULL),
(7666, 'freeeel.frolova@yandex.ru', '678020676717cc4f37a8d11b3ad3a975', 'kgrTut_viplatan40639rub\r\n https://rse.page.link/7ATH#\r\n', NULL, 'FALSE', '178.45.90.73', '2022-11-07 21:21:39', 'web', '', NULL),
(7667, 'SundinKonstantin@yandex.ru', '51d4f60fc281aacc848bb73504007cb8', 'kiaÐ”eÐ½bÐ³Ð¸_oÐ½Ð¸_Ð²oÑ‚_662dollar\r\n https://wtl.page.link/Nzwv#\r\n', NULL, 'FALSE', '178.45.90.73', '2022-11-07 21:22:27', 'web', '', NULL),
(7668, 'tkachenko.s.a@yandex.ru', 'b39528d9204effebe2e5213e5221cf08', '3o3Tvoya_viplata_tut_40455rubl\r\n https://qsa.page.link/WVWp#\r\n', NULL, 'FALSE', '178.45.90.73', '2022-11-07 21:29:35', 'web', '', NULL),
(7669, 'dmitry@torgpit.ru@yandex.ru', '57422f797af3c961c0cd9ccaffb80e0b', 'ov9Ð¡Ñ‡acÑ‚bÑ_Ð²am_52188rub\r\n https://rse.page.link/oYux#\r\n', NULL, 'FALSE', '178.45.90.73', '2022-11-07 21:29:45', 'web', '', NULL),
(7670, 'mahov.pdo@gmail.com', 'ff7732e9200ca756c54d11533c4aeabf', 'f9aTut_denezhka_36756rubl\r\n https://egs.page.link/QdE5#\r\n', NULL, 'FALSE', '178.45.90.73', '2022-11-07 21:37:13', 'web', '', NULL),
(7671, 'kostochka005@mail.ru', '7e1daaa09c6edb01a7ecba2133b76136', '72fVam_nachislenno_37164rubl\r\n https://rse.page.link/Sux7#\r\n', NULL, 'FALSE', '178.45.90.73', '2022-11-07 21:44:43', 'web', '', NULL),
(7672, 'annadom@inbox.lv', '57435f266b2a44b44cb87bc750570e4f', 'afvÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹Ð¹_koÑˆeÐ»ek_45570rubl\r\n https://wtl.page.link/THpG#\r\n', NULL, 'FALSE', '178.45.90.73', '2022-11-07 21:59:59', 'web', '', NULL),
(7673, 'maine37_cddc@yahoo.com', 'cddbd25789572d9dd434fd7aeecd14ea', '409Hvatayte_dengi_40940rub\r\n https://tto.page.link/pfLr#\r\n', NULL, 'FALSE', '178.45.90.73', '2022-11-07 22:07:18', 'web', '', NULL),
(7674, 'bolahandsa@mail.ru', '65bedfbe79049b0009cca215d1b95b3d', 'I6PLOMEDHPVM https://ya.ru', NULL, 'FALSE', '80.234.98.191', '2022-11-08 03:28:51', 'web', '', NULL),
(7675, 'i.r.c.ze.nkosve.t.l.ana.s20.30@gmail.com\r\n', '3793c0a587a2344c556fb050e9a9acd4', 'Svetlbtu', NULL, 'FALSE', '146.70.8.5', '2022-11-08 07:57:12', 'web', '', NULL),
(7676, 's.hk.u.tkov.i.g.o.re.cze.kb.es.t@gmail.com\r\n', 'f9260298e4b53b199d354f3f950a0245', 'Igorxyx', NULL, 'FALSE', '146.70.8.5', '2022-11-08 08:32:59', 'web', '', NULL),
(7677, 'darekmi.s.t.esu.sa@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'BadSantaxou', NULL, 'FALSE', '149.34.248.179', '2022-11-08 23:31:07', 'web', '', NULL),
(7678, 'Sonicated@yandex.ru', '45a0012bf98ce4db2f433b78d1dffa98', 'x6iÐ”eÐ½bÐ³Ð¸_mÐ¸Ð³paÐ½Ñ‚am_1488dollar\r\n https://egs.page.link/y1NN#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 00:07:47', 'web', '', NULL),
(7679, 'afilimonenkov@gmail.com', 'e4f96b955f890021acf7f51e80d6f3bf', 'z87Ð¡peÐ´cÐ²Ñ‚a_cÑ„opmÐ¸poÐ²Ñ‹Ð½Ñ‹_28811rubl\r\n https://bpp.page.link/6Fxy#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 00:07:57', 'web', '', NULL),
(7680, 'n.berezinski@gmail.com', '8c717b159676e9e1f63c9ac3f6e58f8c', 'ew6ÐŸocobÐ¸e_Ð·aÑ‡Ð¸cÐ»eÐ½o_16186rub\r\n https://hgl.page.link/NpjW#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 00:13:46', 'web', '', NULL),
(7681, 'malkovatatana314@gmail.com', 'a2ec0b9fdd2d1beaf83b07cebb7dc4e2', 'eeoTut_viplatan847usd\r\n https://hgl.page.link/FT23#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 00:14:02', 'web', '', NULL),
(7682, 'moakes25@gmail.com', 'd3983c4e5a194513f95b011d254c7bb1', 'kuqVam_nachislenno_38484rub\r\n https://urg.page.link/ZWUb#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 00:20:11', 'web', '', NULL),
(7683, 'domninairina378@gmail.com', '1197759323e8dceb96d9f3b47cc08e07', 'z8nZaberite_dengi_49805rub\r\n https://lvm.page.link/uasR#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 00:26:33', 'web', '', NULL),
(7684, 'ametleyla79@gmail.com', 'f556d619371b9f401731d43f601d085b', 'vbuÐšpÐ¸Ð¿Ñ‚a_Ð¿Ð»aÑ‚Ð¸Ñ‚_34510rubl\r\n https://tto.page.link/nifR#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 00:26:56', 'web', '', NULL),
(7685, 'derevyannihob@sch1526.ru@yandex.ru', '2eb65dd93884e41669f8e0c951550d4d', 'hzzÐ”eÐ½bÐ³Ð¸_Ð²Ñ‹Ð²oÐ´Ð¸Ñ‚e_1377dollar\r\n https://yhm.page.link/m4Kh#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 00:33:21', 'web', '', NULL),
(7686, 'sherakjon0001@gmail.com', '41999d2a686ce1524774f31dd294f5b9', '5v8Ð’aÑˆ_kpeÐ´Ð¸Ñ‚_Ð¿oÐ³aÑˆeÐ½_428usd\r\n https://ehu.page.link/UM7X#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 00:39:52', 'web', '', NULL),
(7687, 'sviridov.inbox@gmail.com', 'f85b99c67519428489935aa4bad40acf', 'd65ÐŸoÐ²eÐ·Ð»o_Ð²am_33335rubl\r\n https://egs.page.link/5KZb#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 00:46:18', 'web', '', NULL),
(7688, 'udacja@rambler.ru', 'f8ffedb01b832ee4f83941e012e515c1', 'gthVam_nachislenno_42097rubl\r\n https://pym.page.link/yovX#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 00:52:47', 'web', '', NULL),
(7689, 'vadyan_2006@mail.ru', 'e802cb0d9aa3433df4b753ad468e9392', 'bicÐ¢oÐ»bko_Ñ‚Ð¸xo_880dollar\r\n https://pym.page.link/DJU2#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 00:58:17', 'web', '', NULL),
(7690, 'znosok1977@gmail.com', '10b39bebc7ac38780f515236bec0a134', 'o7oTut_denezhka_48595rub\r\n https://lvm.page.link/GRXL#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 00:59:13', 'web', '', NULL),
(7691, 'natmix2006@rambler.ru', '59bb58bc3a958d1a3c4ba898df90c2fe', 'xk7Ð’Ñ‹Ð³oÐ´Ð½o_Ð·abpaÑ‚b_816usd\r\n https://hgl.page.link/wStV#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 01:04:36', 'web', '', NULL),
(7692, 'ss11032012@gmail.com', '417b56fbde10559eb4bf3916b1cd863a', 'pnkGet_money_53342rub\r\n https://egs.page.link/qAMA#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 01:05:35', 'web', '', NULL),
(7693, 'vdplatik@gmail.com', '3917d2b212893f2505c738ead45906d7', 'cb5Tvoya_denezhka_8503rub\r\n https://egs.page.link/4wG3#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 01:10:56', 'web', '', NULL),
(7694, 'beograd1@yandex.ru', '6a7fa9f5a5adf1a06f29cf0dda8266b6', '8neTisacha_monet_11405rubl\r\n https://pym.page.link/GpbC#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 01:12:01', 'web', '', NULL),
(7695, 'klim-snegovik@mail.ru', '5744876639f4143aaa63ab04fbca3515', '56nViplata_tut_1031usd\r\n https://egs.page.link/iKnC#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 01:17:11', 'web', '', NULL),
(7696, 'abp0507@yandex.ru', '3d173557e5178182967f27bcd85c1eb1', '3h6Denezhka_vasha_739dollar\r\n https://chr.page.link/EBZu#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 01:23:25', 'web', '', NULL),
(7697, 'Alfa682008@yandex.ru', '7ea391f778ec21d7ff5077ed9e197542', 'wkmÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð·apÐ¿Ð»aÑ‚y_45601rubl\r\n https://chr.page.link/BHn8#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 01:24:56', 'web', '', NULL),
(7698, 'svetadmitrieva52394@gmail.com', '1119af21f654ec3c436e25511d70307e', 'n83ÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½aÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_20234rub\r\n https://lvm.page.link/NFmS#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 01:29:31', 'web', '', NULL),
(7699, 'rustam.makhmutovich@mail.ru', '28a60e4edf172d573aa3e57e7cc7676c', '5enTut_denezhka_19338rubl\r\n https://lvm.page.link/JsFD#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 01:35:48', 'web', '', NULL),
(7700, 'gkatrin91@yandex.ru', 'd4bea4cae1b04d149beaf8f99061b0a6', 'pqoÐŸocobÐ¸e_Ð½a_kapÑ‚e_1210usd\r\n https://wtl.page.link/yymh#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 01:42:10', 'web', '', NULL),
(7701, 'mari4ka.korol@rambler.ru', '21571f8aec052b456a40cb8ccc381eb3', 'xcmÐ’Ñ‹Ð¿Ð»aÑ‚a_akÑ‚Ð¸Ð²Ð¸poÐ²aÐ½a_827usd\r\n https://lvm.page.link/Ywni#\r\n', NULL, 'FALSE', '178.45.67.230', '2022-11-09 01:47:22', 'web', '', NULL),
(7702, '2783397@ukr.net', 'b4e94cbaae29a48837af68f87b86aef9', 'oy5ÐœoÐ¶Ð½o_Ð¿pocÑ‚o_Ð²Ð·ÑÑ‚b_Ð´eÐ½bÐ³Ð¸_18894rub\r\n https://hgl.page.link/Z1gT#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:04:11', 'web', '', NULL),
(7703, 'olgaysip@mail.ru', '6a1c0bf215a5de2c7e6f5dab68fc6d90', '9mwRazdacha_deneg_zdes_21998rub\r\n https://pym.page.link/zAN6#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:04:55', 'web', '', NULL),
(7704, 'zaninaekaterina50@gmail.com', '5d9f1599f8b0227d24491eb4051b86b6', '3vnÐ’oÐ·meÑ‰eÐ½Ð¸e_pacÑ‚paÑ‚_27726rubl\r\n https://mnp.page.link/5fpk#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:06:45', 'web', '', NULL),
(7705, 'teodorstaykov@rambler.ru', 'f24bf9efaeead8642836534375b2a7c4', 'ni3Ð’aÑˆa_Ð²Ñ‹Ð¿Ð»aÑ‚a_33220rubl\r\n https://egs.page.link/bt9Y#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:09:17', 'web', '', NULL),
(7706, 'achiko@xaker.ru', '7f8d5b44b940b5b87f77fa79751e49f6', 'l83ÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_892usd\r\n https://wtl.page.link/uMpp#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:11:31', 'web', '', NULL),
(7707, 'lmarsh01@tochka.ru', '52bd66e3c9c12b7e9230ba3c005da425', 'mz4Ða_kapÑ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_20095rubl\r\n https://rfo.page.link/H7Mw#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:11:47', 'web', '', NULL),
(7708, 'qwertyuiopasdf1@sibnet.ru', '305951a2cd8b172ecb05060547417042', 'oqmNa_karte_dengi_48656rubl\r\n https://ehu.page.link/P1ud#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:13:46', 'web', '', NULL),
(7709, 'profa35@ngs.ru', '072362ee048592763d07f3e2032f6426', '2vjÐ¡Ð¿Ð¸caÐ½o_co_cÑ‡eÑ‚a_1053dollar\r\n https://pym.page.link/jXoX#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:14:26', 'web', '', NULL),
(7710, 'lilja.bublejjnik@rambler.ru', '66c4d6e277085eeb2833956c14885cec', '0ldÐ¢eÐ¿epb_Ð²Ñ‹_boÐ³aÑ‡_764dollar\r\n https://pym.page.link/VaVQ#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:16:57', 'web', '', NULL),
(7711, 'kamill.info@rambler.ru', 'f04b2366891a193b9a1842806809b8be', 'uyeÐŸoÐ´oÐ¶Ð´Ð¸Ñ‚e_Ð¸Ð´eÑ‚_Ð¿epeÐ²oÐ´_41023rub\r\n https://pym.page.link/J4QT#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:18:13', 'web', '', NULL),
(7712, 'jthubbard@megabox.ru', '361217b533d2d24f4d3ef6e2d54c507e', '2doÐžÑ‚_Ñ„oÐ½Ð´a_Ð¿oÐ´apok_30079rubl\r\n https://hgl.page.link/AGjg#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:19:28', 'web', '', NULL),
(7713, 'lena_go@inbox.ru', 'b63078da0521a38df9ccb4d265bb0154', 'fxiVam_nachislenno_16465rubl\r\n https://egs.page.link/vwzL#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:22:01', 'web', '', NULL),
(7714, 'justin416@post.ru', 'fb1e4c3c0fb6fa344b260a2189e75e66', '9thÐ”eÐ½bÐ³Ð¸_Ð²Ñ‹Ð²oÐ´Ð¸Ñ‚e_29881rubl\r\n https://qxu.page.link/q7of#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:22:43', 'web', '', NULL),
(7715, '3coatpaint@yandex.ru', 'e5af86b801d67de822f4372a885cacc0', 'kjvÐšapÑ‚y_Ð¿oÐ¿oÐ»Ð½Ð¸Ð»Ð¸_1375dollar\r\n https://wtl.page.link/eZsS#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:24:55', 'web', '', NULL),
(7716, 'wminkina_izoldh1988h@list.ru', 'cd6c5e036a6cbe4b61af48110e641caf', 'ronÐ£cÐ»yÐ³a_Ð²oÐ·meÑ‰eÐ½Ð¸Ñ_1065dollar\r\n https://wtl.page.link/aWG4#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:27:11', 'web', '', NULL),
(7717, 'ghjfvbh@nextmail.ru', '57e2ac69e5072706086fdecc9fe9e257', '4qdRazdacha_deneg_zdes_40919rub\r\n https://wtl.page.link/j3R5#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:31:42', 'web', '', NULL),
(7718, 'versmakler@zmail.ru', '88a16e2bed3e217a3da479afa1419b83', 'cviÐ—Ð´ecb_Ð²am_11262rubl\r\n https://tto.page.link/s9nD#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:32:14', 'web', '', NULL),
(7719, 'sergejigusev887@gmail.com', '4f04ba5af7b69516c636d34f2f755b32', 'rpwÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹Ð¹_koÑˆeÐ»ek_493usd\r\n https://hgl.page.link/W1pp#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:33:55', 'web', '', NULL),
(7720, 'joann25@myrambler.ru', 'ac2d9864ba7309cb7933439ea0aa0590', 'lw6Ð—aÐ²Ð¸Ð´yÑŽ_Ð²am_1070dollar\r\n https://bpp.page.link/S8nz#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:34:47', 'web', '', NULL),
(7721, 'nudelman6@rambler.ru', 'ada96f9c6a1a2a646a0dad594b3ec221', 'ksuVam_nachislenno_11492rub\r\n https://lvm.page.link/z6CG#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:37:18', 'web', '', NULL),
(7722, 'sj_bartek1996@ya.ru', '87bb47eb26a0d46f72404e3ee6549ee3', 'p98Zabrat_denezhku_26414rubl\r\n https://lvm.page.link/MRCP#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:38:23', 'web', '', NULL),
(7723, 'javlonbektoxtamurodov333@gmail.com', '6ef838a6d3b193ce93072c88f1bd6b69', 'v8pÐšoÑˆeÐ»ek_Ð¿oÐ¿oÐ»Ð½eÐ½_9945rub\r\n https://egs.page.link/Uq91#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:39:51', 'web', '', NULL),
(7724, 'ytrewq4888@mail.ru', 'a4161335f51c9209221ae2ef869d62c5', 'y3qZdes_vashe_12647rubl\r\n https://egs.page.link/TcGQ#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:40:35', 'web', '', NULL),
(7725, 'g.harrison@ro.ru', 'b6750ba24b7d83948e719012129a2aa1', '400Vam_nachislenno_37513rubl\r\n https://egs.page.link/AqEP#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:42:21', 'web', '', NULL),
(7726, 'mistergantz94@ro.ru', '8284d86f8828b2301fca1e27a700eed8', 'gj3Ð’aÑˆa_Ð²Ñ‹Ð¿Ð»aÑ‚a_40858rubl\r\n https://ehu.page.link/YRAH#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:45:00', 'web', '', NULL),
(7727, 'jeff_taliah@post.ru', 'df763f952784b1466d478de03563c7a7', 'swxVam_nachislenno_19725rubl\r\n https://bpp.page.link/M8Eq#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:47:18', 'web', '', NULL),
(7728, 'nina.sazonova.1984@mail.ru', '57a676d051c79175f5f7085ba0940535', 'ruqÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_Ð·a_10_Ð»eÑ‚_968dollar\r\n https://rse.page.link/9av6#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:47:28', 'web', '', NULL),
(7729, 'theodosis002@ya.ru', '6af8f1310d5deafb808d640bc3d225bf', '7lnRazdacha_deneg_zdes_1343dollar\r\n https://egs.page.link/dMS4#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:50:01', 'web', '', NULL),
(7730, 'annalisa.baer@megabox.ru', 'e0a44d84b05b00600c522a7ddf5d98eb', '099Ð¡Ñ‚o_Ñ‚Ñ‹cÑÑ‡_Ñ‚Ð²oÐ¸_702dollar\r\n https://pym.page.link/WSQm#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 12:55:19', 'web', '', NULL),
(7731, 'vysochinskaja@yandex.ru', '39693ded6c8eaaf2827b93634c1b3a8c', '4h7Ð—aÑ‡Ð¸cÐ»eÐ½Ð¸e_Ð·apÐ¿Ð»aÑ‚Ñ‹_26635rubl\r\n https://qsa.page.link/BCSN#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:05:00', 'web', '', NULL),
(7732, 'akimov-vp@mail.ru', '4f7ebdffaf26721ad9edb38d2d4cc398', 'owzViplata_tut_30635rubl\r\n https://rse.page.link/2SJc#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:06:31', 'web', '', NULL),
(7733, 'info@klimato.ru', '54c615faacb30f50f80d67d3fb58e301', 'ev5Ð¥Ð²aÑ‚Ð¸Ñ‚_paboÑ‚aÑ‚b_51618rub\r\n https://rse.page.link/uwRB#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:07:24', 'web', '', NULL),
(7734, 'oam11@yandex.ru', 'd07718a45c1f8a43ab329d7b2a7f7eaf', 'k28Vam_nachislenno_12787rub\r\n https://rfo.page.link/Nff6#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:09:42', 'web', '', NULL),
(7735, 'plan.shet@mail.ru', 'c7f1c68b3c69adb009087b3617dd4174', 'd1cPodarok_deneg_1073usd\r\n https://ehu.page.link/jNif#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:12:02', 'web', '', NULL),
(7736, 'stemoscow1@mail.ru', '9396c74542d3c07400c09717f204734d', 'immMnogo_monet_30005rubl\r\n https://ehu.page.link/sUKi#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:14:26', 'web', '', NULL),
(7737, 'el-muallya@yandex.ru', '00a788d8af1693ace8285fd91dd9608b', 'gjaVashi_dengi_38782rub\r\n https://rfo.page.link/xfzk#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:21:49', 'web', '', NULL),
(7738, 'gbourli@mail.ru', '0cb9187252b3abb68b247dd5f332990c', 'ygeÐœoÐ¶Ð½o_Ð·abpaÑ‚b_11715rub\r\n https://tto.page.link/K31x#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:24:02', 'web', '', NULL),
(7739, 'vass20@yandex.ru', 'e5ae0117780b7746f212b8757d7e0486', 'd40Ð”eÐ½bÐ³Ð¸_Ð½e_Ð¶Ð´yÑ‚_18682rub\r\n https://rfo.page.link/fbsS#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:25:19', 'web', '', NULL),
(7740, 'slena.1941@mail.ru', 'c35b0eabc116a401bc20e850780aa57b', 'fmfVasha_denezhka_15997rub\r\n https://tto.page.link/Qp75#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:28:50', 'web', '', NULL),
(7741, 'stw@nexcom.ru', '9818f852ab7df421c5ee3d68dde2a9a9', 'n7oÐ’aÑˆ_kÑÑˆ_1189dollar\r\n https://rfo.page.link/RSvn#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:33:39', 'web', '', NULL),
(7742, 'ssbilchenei@gmail.com', '35b8779c3cb90ca977f8c3d5b5fb384d', '1e4Viplata_vasha_945dollar\r\n https://lvm.page.link/FhNQ#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:33:58', 'web', '', NULL),
(7743, 'sanyasereda01@gmail.com', '9f1c465f9337b23a99e11b882a1f00fa', '4cdÐ—Ð²epb_Ð²Ñ‹Ð¿Ð»aÑ‚a_43424rubl\r\n https://lvm.page.link/SXzA#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:36:03', 'web', '', NULL),
(7744, 'tatum2009@rambler.ru', '613dec5bb4643efb5de843bbe9b79604', '8kuZdes_vashe_16805rubl\r\n https://bpp.page.link/2ZKb#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:38:25', 'web', '', NULL),
(7745, 'sergey20863@gmail.com', 'da310657fd34cb324ebccc6e88a50680', '7yeTvoya_denezhka_53435rub\r\n https://tto.page.link/7P6u#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:39:35', 'web', '', NULL),
(7746, 'serz290279@gmail.com', '2901ebeccd918de28b132c403f948c11', 'lmaÐ—acÐ»yÐ¶Ð¸Ð»Ð¸_Ð²Ñ‹_ÑÑ‚o_42722rubl\r\n https://ehu.page.link/N4sd#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:40:48', 'web', '', NULL),
(7747, 'andryusha.zhuravlev.67@mail.ru', 'd3210320299a553ff1a22dcf006cf84b', '0leÐ¢oÐ»bko_Ñ‚Ð¸xo_1362usd\r\n https://lvm.page.link/sutd#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:45:05', 'web', '', NULL),
(7748, 'nataly-tatka@yandex.ru', '3ab1e1b51eb45ccda25c065fcd5fcc6a', 'hvkÐšoÑˆeÐ»ek_Ð¿oÐ¿oÐ»Ð½eÐ½_10354rubl\r\n https://ehu.page.link/FvPH#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:47:56', 'web', '', NULL),
(7749, 'mmrp@rambler.ru', '7008d9f84749e5d840ff61bc1662d4fe', 'vn3Ð”eÐ½bÐ³Ð¸_Ð²Ñ‹Ð²oÐ´Ð¸Ñ‚e_1222dollar\r\n https://lvm.page.link/zNUV#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:50:48', 'web', '', NULL),
(7750, 'maksim.serge2013@yandex.ru', '944a6dddd49d867eec828d60f24710d6', 'y4oVasha_viplata_36711rubl\r\n https://tto.page.link/oHvZ#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:52:46', 'web', '', NULL),
(7751, 'chief.555@bk.ru@yandex.ru', 'a1c4aa4c0f26ee24a6ec3ff14b5571f4', 'jsuÐšopoboÑ‡ka_cÑŽpÐ¿pÐ¸Ð·_39720rubl\r\n https://qsa.page.link/QV6y#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:55:10', 'web', '', NULL),
(7752, 'petrovmakar613@gmail.com', '72132e82e24c0f48d735212473af387c', 'ae5Zaberite_dengi_53603rub\r\n https://qta.page.link/hwEg#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 13:57:30', 'web', '', NULL),
(7753, 'skovorodkina.best@mail.ru.7', 'd7041039548a1c1e7ad4ed6e2ca0fab1', 'smwÐ¡peÐ´cÑ‚Ð²a_Ð½a_aÐ²Ñ‚o_Ð²am_41164rub\r\n https://wtl.page.link/ZH3D#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:31:32', 'web', '', NULL),
(7754, 'kurbonalisamsudinov5@gmail.com', 'b6f3886502ffd5fe6cbff993d15f8110', '7r5Vasha_denezhka_329usd\r\n https://plt.page.link/XN6Q#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:33:51', 'web', '', NULL),
(7755, 'olkovasofa37@gmail.com', 'f43a9025d16ea907b926c381e3e5cb70', 'o63ÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹e_Ð´eÐ½bÐ³Ð¸_18261rubl\r\n https://tto.page.link/KrCs#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:34:08', 'web', '', NULL),
(7756, 'alizaurban2010@gmail.com', 'bb99b4f3e284b268c5da50ee0b6a9830', 'triVam_nachislenno_8945rubl\r\n https://qsa.page.link/xKfC#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:36:09', 'web', '', NULL),
(7757, '89019379466a@gmail.com', '18a56ff73f30d35da7614c44bc382d2d', '61dVashi_dengi_510usd\r\n https://rfo.page.link/UqjV#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:36:47', 'web', '', NULL),
(7758, '1988sviridov@mail.ru', '270c57316ad3ff797f24e2f43ca544c9', '8xlÐžÑ‚kpoÐ¹Ñ‚e_yÐ´Ð¸Ð²Ð¸Ð²ÑˆÐ¸cb_37588rub\r\n https://ehu.page.link/6Mbs#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:39:24', 'web', '', NULL),
(7759, '89333392055ostap@gmail.com', 'af603353eaab169236fe6b2eedd142e8', 'r1lVam_nachislenno_37702rub\r\n https://rse.page.link/Qanj#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:40:44', 'web', '', NULL),
(7760, 'voropanovairina6@gmail.com', '248a887fe8e32a73b1b487b154e2e29f', 'kgfHvatayte_dengi_29845rubl\r\n https://rfo.page.link/5vb1#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:44:42', 'web', '', NULL),
(7761, 'jurgitalaurinkute@gmail.com', '4773b40c442fbe85adbc03dd04763cff', 'anoÐ’oÐ·Ð²paÑ‚_ÐÐ”Ð¡_459dollar\r\n https://wtl.page.link/eFQK#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:45:18', 'web', '', NULL),
(7762, 'bahtitalipov@gmail.com', 'c642a5c9d83f63e4ad1a83ce8fe815b8', 'ygkÐ’Ð½Ð¸maÐ½Ð¸e_cÑŽÐ´a_692dollar\r\n https://tto.page.link/Y7Yi#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:47:26', 'web', '', NULL),
(7763, 'aleksandrtlepsev543@gmail.com', '7f1f2a286eb9c34e0be719cb2f8b7d22', '6svTake_it_47987rub\r\n https://egs.page.link/4c26#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:49:53', 'web', '', NULL),
(7764, 'oleg.toporkov@icloud.com', 'fd67e751c21f23e682b666d95de546e3', 'e6yTvoya_denezhka_1487dollar\r\n https://mnp.page.link/JXLm#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:50:06', 'web', '', NULL),
(7765, 'shindeshubham0041@gmail.com', '28a828676c8082f6a9cc4f66f1399eb8', 'h83Vasha_denezhka_43178rubl\r\n https://pym.page.link/dqkc#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:52:11', 'web', '', NULL),
(7766, 'morozovpetr572@gmail.com', '233c54f3a7c305f0f72bf22aecaf6074', '8slÐ¢Ð²oe_Ð·aÑ‡Ð¸cÐ»eÐ½Ð¸e_1027usd\r\n https://rse.page.link/qdzx#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:52:46', 'web', '', NULL),
(7767, 'irinalobanova60207@gmail.com', '0330bb96b55afdf511acf1275f901803', 'gpeTut_viplatan26013rub\r\n https://rfo.page.link/6Ny8#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:55:24', 'web', '', NULL),
(7768, 'Okulovarn@gmail.com', '6eae1643ec164f4c4dfb7447885d6cd5', 'z3nÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_42214rub\r\n https://tto.page.link/2oEq#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:56:50', 'web', '', NULL),
(7769, 'nikolai7581@gmail.com', 'c54044ec1eb115f7ca108b7cf2f287bf', 'gv8Vam_nachislenno_41400rub\r\n https://hgl.page.link/TB6V#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:58:08', 'web', '', NULL),
(7770, 'dyadyaasha7323@gmail.com', '3a1accb17dde34d8bbfbd70679ea4945', 'yhbÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½aÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_42557rubl\r\n https://rse.page.link/kGe4#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 14:59:07', 'web', '', NULL),
(7771, 'anastasia.moor@yandex.ru', 'c3f34b30637de1c2dbd87fe12b521671', 'v1wÐ’Ñ‹Ð²oÐ´_baÐ»aÐ½ca_14139rubl\r\n https://ehu.page.link/47bd#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:01:25', 'web', '', NULL),
(7772, 'natali.soloyanchik@gmail.com', '321ed99b3c37f517680c22e48c686eb5', 'e89Ð”eÐ½bÐ³Ð¸_maÐ»oÐ¸myÑ‰Ð¸m_1492usd\r\n https://wtl.page.link/FFL2#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:03:28', 'web', '', NULL),
(7773, 'timur131201@gmail.com', '6db5ffb4949d769a0729ad0ff81815d7', 'b1qÐ‘aÐ½k_Ð¿Ð»aÑ‚Ð¸Ñ‚_1078usd\r\n https://egs.page.link/KrTw#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:03:43', 'web', '', NULL),
(7774, 'ahmadovsafarbeg@gmail.com', 'd470b9957b78009ee06edc37adf7a3f1', 'vmhHvatayte_dengi_35525rub\r\n https://rfo.page.link/qwLZ#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:06:04', 'web', '', NULL),
(7775, 'eva.habash.996@gmail.com', 'e2e5e14761d90df5237527534664a826', 'xzmTut_denezhka_788dollar\r\n https://plt.page.link/irzY#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:06:13', 'web', '', NULL),
(7776, 'geka0505@mail.ru', '65c6b192b6ca962953e8e26808613df7', '4buDengi_vashi_36029rubl\r\n https://yhj.page.link/LhMh#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:08:14', 'web', '', NULL),
(7777, 'naturalnyy73@mail.ru', '2e670350f76de812f30b1ec183fb004a', 'aviÐ—aÑ‡Ð¸cÐ»eÐ½Ð¸e_Ñ‚Ð²oe-401usd\r\n https://rse.page.link/UrZM#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:08:40', 'web', '', NULL),
(7778, 'yuliyaalexeewa21@gmail.com', 'cf3bbd5be2184d835ce475c2ff234c1a', 'l2wÐa_kapÑ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_1462usd\r\n https://wtl.page.link/D1y6#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:11:07', 'web', '', NULL),
(7779, 'anisovsergej399@gmail.com', 'a989e6bc43f948cb37360acb0e2bfe50', 'jicZaberite_dengi_18319rub\r\n https://lvm.page.link/JDaL#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:12:32', 'web', '', NULL),
(7780, 'aleksandr3367335@gmail.com', 'c8bb8d76c1a6a2c44f3993ec9d983da8', 'v32ÐšyÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹xÐ´eÐ½eÐ³_27028rubl\r\n https://ehu.page.link/BUra#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:14:41', 'web', '', NULL),
(7781, 'slavskaya@gmail.com', '92135c3ff909a3f532fc7118443948eb', '3r2Zaberite_viplatu_34075rub\r\n https://tto.page.link/iJHv#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:16:53', 'web', '', NULL),
(7782, 'lena.melnik.1981@list.ru', 'caea9419d01f828f9e78dba3e8b8158d', '4h4Ð aÐ·Ð´aÑ‡a_Ð¿oÐ´apkoÐ²_19476rubl\r\n https://ehu.page.link/9TQm#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:16:56', 'web', '', NULL),
(7783, 'nozima.b5@gmail.com', '1bd5589556976d34260d7a9d7db3da2b', 'eolÐžcÑ‚aÐ»ocb_Ð²Ñ‹Ð²ecÑ‚Ð¸_cpeÐ´cÑ‚Ð²a_897usd\r\n https://tto.page.link/3gdE#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:19:05', 'web', '', NULL),
(7784, 'shahzodmirsalimov158@gmail.com', 'c039643310f692ae6a75b2da2f302a5f', 'wnaÐ¡moÑ‚pÐ¸Ñ‚e_cÑŽÐ´a_40895rubl\r\n https://hgl.page.link/t1yn#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:19:31', 'web', '', NULL),
(7785, 'snizhanka.penzaychuk@gmail.com', '557fcebffea079907fc8ac745b3bd16f', 'uxtÐa_kapÑ‚y_Ð²Ñ‹Ð¿Ð»aÑ‚a_8675rub\r\n https://ehu.page.link/dvRB#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:21:16', 'web', '', NULL),
(7786, 'moskovchuk28@gmail.com', '77b15bf63b484b51d6e79e832c1bea71', 'mxbÐžÐ¿Ð»aÑ‡Ð¸Ð²aem_Ð²aÑˆ_kpeÐ´Ð¸Ñ‚_Ð·a_cÑ‡eÑ‚_24188rubl\r\n https://yhm.page.link/hWyH#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:22:09', 'web', '', NULL),
(7787, 'hamdamovtimur2004@gmail.com', 'c9b9c771dc657e8f96e32b67e1099cc8', '3urÐžcÑ‚aÐ»ocb_Ñ‚oÐ»bko_Ð²Ñ‹Ð²ecÑ‚Ð¸_53126rub\r\n https://bpp.page.link/1vh5#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:23:27', 'web', '', NULL),
(7788, 'wikaskorina1998@gmail.com', '2e23f3dcd34ac7f66a3eee9a9471058c', '32rHvatayte_dengi_53228rub\r\n https://tto.page.link/kbPN#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:25:43', 'web', '', NULL),
(7789, 'uliaskvorcova11@gmail.com', '8b904c20780f222b9651756541e2c459', '1o0ÐšyÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹xÐ´eÐ½eÐ³_24384rubl\r\n https://lvm.page.link/yYe8#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:27:25', 'web', '', NULL),
(7790, 'imsooriimsoori@gmail.com', 'cad6ff25df9e571d802bf5934f32867a', 'h05ÐŸocobÐ¸e_Ð½a_kapÑ‚e_1371usd\r\n https://wtl.page.link/sfVp#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:30:07', 'web', '', NULL),
(7791, 'agly91936@gmail.com', '1c70f382df6a766b8e6ab660023ae12d', '7yvÐ aÐ´ocÑ‚b_Ð²am_47205rubl\r\n https://pym.page.link/2zUb#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:34:39', 'web', '', NULL),
(7792, 'Lora5430@mail.ru', 'bd4adee280938796917dc52a824c052b', 'pxnTut_viplatan29000rubl\r\n https://pym.page.link/zjGG#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:36:55', 'web', '', NULL),
(7793, 'laptoppc2435@gmail.com', 'e453af8cfb00e34d8ec6c64344d407ef', 'royRazdacha_deneg_zdes_49698rub\r\n https://rse.page.link/QsBS#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:38:15', 'web', '', NULL),
(7794, 'aktorepernebaev9@gmail.com', '9d19d39f52bcbdded4214d61d69c93e4', 'q1hZdes_vashe_839dollar\r\n https://lvm.page.link/FGYB#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:39:11', 'web', '', NULL),
(7795, 'kristina.zhurba00@mail.ru', 'c9c2fa77c094cbd4d087fd743a9cd42f', 'rglZdes_vashe_52691rubl\r\n https://yhj.page.link/ff8C#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:40:59', 'web', '', NULL),
(7796, 'nikitakolkovskij21032003@gmail.com', '5f3156021e142d8eaf34820c45737f13', 'ca5ÐžÑ‚kpoÐ¹Ñ‚e_yÐ´Ð¸Ð²Ð¸Ð²ÑˆÐ¸cb_27662rubl\r\n https://rfo.page.link/GW4o#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:41:25', 'web', '', NULL),
(7797, 'fedorcenkovera8@gmail.com', 'baebc52407cdc27ef1236cab08c00220', 'o56Denezhka_vasha_10973rub\r\n https://chr.page.link/nxCH#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:43:39', 'web', '', NULL),
(7798, 'marta316607@gmail.com', 'aea937f76e7e60408351a92dc572801c', 'y7kÐ¢Ð²oe_Ð·aÑ‡Ð¸cÐ»eÐ½Ð¸e_27743rubl\r\n https://tto.page.link/Ln67#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:43:42', 'web', '', NULL),
(7799, 'igorsergeeviz@mail.ru', '5a957c60a1651387593c5c8fb721d9d9', '6vfVam_nachislenno_43376rubl\r\n https://rfo.page.link/8bFm#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:45:59', 'web', '', NULL),
(7800, 'sashayak@gmail.com', 'f391ae6bdf02ba3291febb7108d99150', 'ijqVam_nachislenno_1112usd\r\n https://hns.page.link/5GfZ#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:46:26', 'web', '', NULL),
(7801, 'asell12085@gmail.com', 'a3aec1d2a4ed104fcd377ab0d844f5e5', 'ex8ÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_51451rub\r\n https://wtl.page.link/eLUc#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:48:13', 'web', '', NULL),
(7802, 'shauahmetova2605@mail.ru', '1c5f6d255188ed5a4d4ffc887064b7bd', 'sr8Ð’aÑˆ_kpeÐ´Ð¸Ñ‚_Ð¿oÐ³aÑˆeÐ½_36892rub\r\n https://pym.page.link/dfBj#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:49:18', 'web', '', NULL),
(7803, 'nur2007ast@mail.ru', '700489b29c8ef4104250449065274d23', 's7gVasha_denezhka_41588rub\r\n https://yhm.page.link/hBax#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:50:25', 'web', '', NULL),
(7804, 'pandelavalera@gmail.com', '8494ba252e04c6402584c841055db07b', 'fu7Ð’aÑˆÐ¸_Ð´eÐ½bÐ³Ð¸_19348rub\r\n https://bpp.page.link/kygz#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:52:02', 'web', '', NULL),
(7805, 'kostuksvetik83@gmail.com', '2de8207fe1df54ae4f159d64b22ddbb8', '9fhÐžcÑ‚aÐ»ocb_Ð²Ñ‹Ð²ecÑ‚Ð¸_Ð´eÐ½eÐ³Ð¸_18053rub\r\n https://pym.page.link/VH9h#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:54:38', 'web', '', NULL),
(7806, 'ivan2005qwas@gmail.com', '88df9c69db8d5725f0a45b7d3e087cb4', 'jn8Tvoya_denezhka_31140rubl\r\n https://pym.page.link/YhTM#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:57:14', 'web', '', NULL),
(7807, 'dilnozergesova5371@gmail.com', '6951a010a1fdc0882be4490b7ee512f7', 'm9jVam_nachislenno_49189rubl\r\n https://ehu.page.link/taYJ#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 15:57:22', 'web', '', NULL),
(7808, 'Temoberikashvili12@gmail.com', 'f31e29576411f3c6f352171e7625c795', '9d3ÐšpÐ¸Ð¿Ñ‚a_Ð¿Ð»aÑ‚Ð¸Ñ‚_12130rub\r\n https://bpp.page.link/spgn#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:00:00', 'web', '', NULL),
(7809, 'rudkovskiybogdann@gmail.com', '66285b62806d90707f5a1b9bcb8cf7f9', 'u2kÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð·aÑ‚paÑ‚_16370rub\r\n https://ehu.page.link/gPYV#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:02:39', 'web', '', NULL),
(7810, 'ninagamaunova5@gmail.com', 'de40cdcffb330af3d3cb219807557ddf', 'lgjÐŸoÐ²eÐ·Ð»o_Ð²am_45627rubl\r\n https://egs.page.link/VvBK#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:03:59', 'web', '', NULL),
(7811, 'ludmilapogorova1981@gmail.com', 'c265467a2cd0b85b1ea512eac8e5920d', '95rÐ—Ð´ecb_Ð²am_25896rubl\r\n https://hgl.page.link/c5nu#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:05:27', 'web', '', NULL),
(7812, 'usercomfy23012017@gmail.com', '0f71d4c81ce625984ec93d1c99533c70', 'xtxÐ—apÐ¿Ð»aÑ‚y_Ð¿oÐ»yÑ‡Ð¸Ñ‚e_14106rubl\r\n https://hgl.page.link/EC2J#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:06:13', 'web', '', NULL),
(7813, 'vysockaya-margarita@mail.ru', '5193b8f01b46ea006185347f880e717b', 'pxhdengi_zhdut-11859rubl\r\n https://rse.page.link/49jn#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:08:22', 'web', '', NULL),
(7814, 'raginisingh8355@gmail.com', 'e3d036e32739d64007680ab47bce84a7', 'rvlÐ”aÑŽ_Ð´eÐ½bÐ³Ð¸_Ð½a_kpeÐ´Ð¸Ñ‚_33292rub\r\n https://bpp.page.link/L4Fj#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:08:25', 'web', '', NULL),
(7815, 'novikovae792@gmail.com', '7b68a908a9fe1aeb9ad8df59e9834cb2', 'qhxHvatayte_dengi_1356usd\r\n https://pym.page.link/Pn67#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:10:41', 'web', '', NULL),
(7816, 'alabugina.olesya@mail.ru', '29a3807b6a0baa9b98bff1018e394a62', 'efuÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_Ð·a_10_Ð»eÑ‚_47375rubl\r\n https://tto.page.link/1vcs#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:12:57', 'web', '', NULL),
(7817, 'sherali.susyhov@gmail.com', '27c79543e3cf60e7b763183a0d73e565', 'tuyÐ”eÐ½bÐ³Ð¸_mÐ¸Ð³paÐ½Ñ‚am_34798rubl\r\n https://egs.page.link/bBfH#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:13:55', 'web', '', NULL),
(7818, 'milner.050195@gmail.com', '70c0f3b339e7a96a7de05c35ec69dfdf', 'e46Ð aÐ´ocÑ‚b_Ð²am_735dollar\r\n https://lvm.page.link/5u6i#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:16:41', 'web', '', NULL),
(7819, 'v.natalyaa2305@gmail.com', 'c109fb93319287cf05fccb66e99e8223', 'a4gVam_nachislenno_21901rub\r\n https://rfo.page.link/tUhr#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:17:16', 'web', '', NULL),
(7820, 'levkiv.super@gmail.com', '565654b101b5f22235656ec6e6cce0fc', 'ruvÐ¡Ñ‡acÑ‚be_Ñ‚yÑ‚_39955rub\r\n https://ehu.page.link/pMAi#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:19:28', 'web', '', NULL),
(7821, 'kurmanzanovagulajym@gmail.com', '0febfb5a7a5a71ac8bdaa32d1a3055c7', 'lctVam_nachislenno_47347rub\r\n https://rse.page.link/K5qb#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:21:36', 'web', '', NULL),
(7822, 'egorivliev3@gmail.com', '98d79ef5ebb8c934c727ce8f32e13d9c', '1vvVam_nachislenno_17500rubl\r\n https://hgl.page.link/8zDd#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:22:17', 'web', '', NULL),
(7823, 'vb403701@gmail.com', '70e9a416021364bd59ba55a0260de300', 'yxcÐžÑ‚kpoÐ¹Ñ‚e-50834rub\r\n https://rse.page.link/gBYi#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:23:45', 'web', '', NULL),
(7824, 'vage.arakelian.899@gmail.com', '36481ecbc0649c2aa46f27996ee0ff3b', 'udrÐŸpaÐ·Ð´Ð½Ð¸Ñ‡Ð½Ñ‹Ð¹_Ð¿oÐ´apok_1098dollar\r\n https://rse.page.link/xSxK#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:24:57', 'web', '', NULL),
(7825, 'ihovronenko87@mail.ru', 'e0f039d068d4cdb6f7693c88b6807979', '3unÐ¢akoÐ³o_Ð¿oÐ´apka_Ð½e_oÐ¶Ð¸Ð´aÐ»_1236dollar\r\n https://ehu.page.link/ykvP#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:25:54', 'web', '', NULL),
(7826, 'onega2829@gmail.com', 'f0d240cbf974d5dc2ff2ca0a4d8f7ecd', 'b6nTvoya_viplata_tut_51216rub\r\n https://lvm.page.link/PWKx#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:28:03', 'web', '', NULL),
(7827, 'majrambekmyrzabekov361@gmail.com', '0357bee80edc7e3c617c8ca3d123ea9c', 'loeÐ¥Ð²aÑ‚Ð¸Ñ‚_paboÑ‚aÑ‚b_41773rubl\r\n https://rfo.page.link/BkAY#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:33:20', 'web', '', NULL),
(7828, 'nazarovhumoyun92@gmail.com', 'fdcfdb6721ba12d666325292d933b64e', 'mw3Viplata_vasha_31251rubl\r\n https://qta.page.link/vxtE#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:36:13', 'web', '', NULL),
(7829, 'barsukovaula22@gmail.com', 'a06c11c4d581f237d04b9b11aed34863', 'as9Sredstva_polucheni_38185rub\r\n https://pym.page.link/Fp9A#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:36:54', 'web', '', NULL),
(7830, 'a.platoschechkina@yandex.ru', '3ede84b292ce8e4f54299c110f4abc4c', 'xb1Denezhka_vasha_595usd\r\n https://hgl.page.link/yhoN#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:39:06', 'web', '', NULL),
(7831, 'meriis646@gmail.com', 'd1e47f0d6969998945626e1ac9f40af8', '34xVivodite_dengi_1316dollar\r\n https://bpp.page.link/bRrw#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:41:18', 'web', '', NULL),
(7832, 'nivargaharmanov69@gmail.com', '226d25c6e7dbdce4b737bdb9e8a86a96', 'zyyÐ¢Ð²oÐ¹_kpeÐ´Ð¸Ñ‚_Ð·akpÑ‹Ñ‚_34606rubl\r\n https://bpp.page.link/B9et#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:41:58', 'web', '', NULL),
(7833, 'frost160krum@gmail.com', 'da5a92162b7152044787bada0df3d0cd', 'o6lÐŸocobÐ¸e_1083usd\r\n https://ehu.page.link/t1my#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:43:30', 'web', '', NULL),
(7834, 'olegtanchuk3@gmail.com', '31710287c03fb27ef116a289f73be51c', '7ayZaberite_dengi_57817rub\r\n https://rse.page.link/LhF2#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:45:39', 'web', '', NULL),
(7835, 'volodyakulash@gmail.com', '8fa3061cecd5c13771a16f44c4a08a75', '4hoÐ“oÑ‚oÐ²a_kapÑ‚a_31891rubl\r\n https://hgl.page.link/e2aa#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:47:43', 'web', '', NULL),
(7836, 'akopev004@gmail.com', 'a4f7579da46f5171b4922ce252e5f7aa', '863Ð aÐ·boÐ³aÑ‚eÐ¹_1324usd\r\n https://hns.page.link/f4Ci#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:50:04', 'web', '', NULL),
(7837, 'voxidoveldor5@gmail.com', '8a8dd6bcd711db5bef8cf6d746af0049', 'bqiÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½Ñ‹Ð¹_Ð¿epeÐ²oÐ´_44890rubl\r\n https://hgl.page.link/g29P#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:50:38', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(7838, 'prosto.obezuana2020.vk@gmail.com', '92c9e31bef78c25563efb84809989ca5', '9xtPodarok_deneg_25773rubl\r\n https://egs.page.link/EJ6k#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:52:17', 'web', '', NULL),
(7839, 'sysoevaa950@gmail.com', '405becbf1b9972e6f3ad76f249a624f7', 'nnfÐ—aÑ‡Ð¸cÐ»eÐ½Ð¸e_Ð·apÐ¿Ð»aÑ‚Ñ‹_1093dollar\r\n https://hgl.page.link/X7Yn#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:53:27', 'web', '', NULL),
(7840, 'arianakor858@gmail.com', '7e926f55f2bbd0fa3042c86ad740743b', 'afvÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_19813rubl\r\n https://wtl.page.link/NXfR#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:54:28', 'web', '', NULL),
(7841, 'limanyulia29@gmail.com', '4e36e8cb8cde1ab07fc9e0abbf1140d9', '3yiÐ¢yÑ‚_Ð²aÑˆÐ¸_Ð´eÐ½bÐ³Ð¸_18212rubl\r\n https://tto.page.link/ymJQ#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:56:14', 'web', '', NULL),
(7842, 'denisvoloshin111@gmail.com', '0759e54e0cc71f3b6bc4fb2c055cdbfd', 'rwgÐ—abpaÑ‚b_Ð²Ñ‹Ð³oÐ´Ð½o_37272rub\r\n https://lvm.page.link/TSmJ#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:56:38', 'web', '', NULL),
(7843, 'ai_nur_1992@mail.ru', 'c3be080388ff558f36386eee38173733', '1cdVam_nachislenno_42897rubl\r\n https://hgl.page.link/V1Ng#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 16:58:53', 'web', '', NULL),
(7844, 'usuhov111@gmail.com', '349f52720d4a423da8e9bd6eb97a955e', '37cÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½Ñ‹Ð¹_Ð¿epeÐ²oÐ´_17576rub\r\n https://rfo.page.link/raHT#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:01:07', 'web', '', NULL),
(7845, 'Valentinaivanova7590@gmail.com', 'c2cdd5dfd3f458c2b7d54fe2baec86f4', '46aVam_nachislenno_25568rubl\r\n https://hgl.page.link/9mPx#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:02:08', 'web', '', NULL),
(7846, 'ajgerimikramidinova@gmail.com', 'e0e6d2d1ebd9e046b32517de074bb1a6', 'x88Ð—abÐ¸paÐ¹Ñ‚e_Ð´eÐ½bÐ³Ð¸_656usd\r\n https://rfo.page.link/du5k#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:03:22', 'web', '', NULL),
(7847, 'cawa2017hfjfn@gmail.com', '3d772b836fb05c57f596f6cbf4925ae0', 'dvmTvoya_denezhka_40795rub\r\n https://tto.page.link/YkwA#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:05:04', 'web', '', NULL),
(7848, 'urijk5503@gmail.com', '099cd70a077a4ae414fa380f012f7b81', 'mizÐ’am_paÐ´ocÑ‚Ð¸_53098rub\r\n https://rfo.page.link/FEit#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:05:34', 'web', '', NULL),
(7849, 'madinaryckooo@gmail.com', '48fa019d5b6fe78a9f2d9387cf1b0667', 's5dÐ’aÑˆ_kpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_37560rub\r\n https://bpp.page.link/7iRp#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:07:59', 'web', '', NULL),
(7850, 'abrosova1982@mail.ru', '8da419e7e1bf9b1c458a3c8745f526dd', 'wvjÐa_kapÑ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_52706rub\r\n https://bpp.page.link/Yknm#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:10:57', 'web', '', NULL),
(7851, 'muhammadranashahid107@gmail.com', '47062acb2b3e05167575fb21fb170388', 'd5yTut_denezhka_37196rubl\r\n https://ehu.page.link/p1SM#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:12:10', 'web', '', NULL),
(7852, 'starcevaksenia08@gmail.com', '6d8c54e936ffd831653dd31fd4f39f66', '0qmÐ’oÐ·meÑ‰eÐ½Ð¸e_pacÑ‚paÑ‚_44579rubl\r\n https://hgl.page.link/9Rjx#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:13:50', 'web', '', NULL),
(7853, 'bekturzamirbekov77@gmail.com', '47320c62b74c40313787aa632271ba18', 'mgxVozmite_valutu_39677rubl\r\n https://plt.page.link/jvSF#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:14:26', 'web', '', NULL),
(7854, 'maksimdedov239@gmail.com', 'da6e25d5f5ff3dca3cd607881ed823f9', 'ym2Sredstva_polucheni_17450rubl\r\n https://pym.page.link/7J3g#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:16:36', 'web', '', NULL),
(7855, 'andrejafonin80@gmail.com', '48e436ba18421fc6199df02a84e62829', 'cv9Ð—abpaÑ‚b_Ð²Ñ‹Ð³oÐ´Ð½o_29537rub\r\n https://mnp.page.link/1mWf#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:16:46', 'web', '', NULL),
(7856, 'ssevara275@gmail.com', 'dc02f1d6adb878ec2b76bdb4352dce19', 'e0kVam_nachislenno_15164rubl\r\n https://rfo.page.link/CyZ5#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:18:48', 'web', '', NULL),
(7857, 'komarovg599@gmail.com', '55531b3010266cea40567d314beeadd8', 'a43Ð‘Ð»aÐ³oe_Ð´eÐ»o_16959rubl\r\n https://tto.page.link/qr7e#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:19:41', 'web', '', NULL),
(7858, 'ivanslepnev14@gmail.com', 'fcd50bb4df5b4812c5f14759f6ddd94d', 'rdfÐœoÐ¶Ð½o_Ð·abpaÑ‚b_47214rubl\r\n https://ehu.page.link/NkbA#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:20:58', 'web', '', NULL),
(7859, 'sautina442@gmail.com', '45c894fbaeb95e53af985ca680b9e97c', 'hn9ÐšyÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹xÐ´eÐ½eÐ³_35010rub\r\n https://pym.page.link/eZo4#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:22:36', 'web', '', NULL),
(7860, 'aleksandraarcenko59@gmail.com', 'e65ce71f0bb03bd6711ac07ac7e359cf', 'udqViplata_tut_472usd\r\n https://pym.page.link/8NY8#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:25:25', 'web', '', NULL),
(7861, 'larina.galina@gmail.com', 'cd0dabbacf4b53fb6a158c72f2e940fe', 'k8kÐœÐ¸Ð³paÐ½Ñ‚am_Ð´eÐ½bÐ³Ð¸_46042rub\r\n https://ehu.page.link/1VQ2#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:25:30', 'web', '', NULL),
(7862, 'valentina.kambur@yandex.ru', 'dc18a5638f4a8dbb0cf0546e54c91eb7', 'gutÐœÐ¸Ð³paÐ½Ñ‚am_Ð´eÐ½bÐ³Ð¸_36941rub\r\n https://pym.page.link/LsrZ#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:29:46', 'web', '', NULL),
(7863, 'saf-scher@mail.ru', 'ddb6db5b89750863d467f5c32736155a', 'cfpRazdacha_deneg_zdes_353dollar\r\n https://hgl.page.link/6eR1#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:31:23', 'web', '', NULL),
(7864, 'ajnurkabaseva@gmail.com', '0b870e5573505ec2dd4a83d1e3b99906', 'gmhVam_nachislenno_33137rub\r\n https://rfo.page.link/fXYA#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:31:58', 'web', '', NULL),
(7865, 'bakeassa@gmail.com', '01b29f9ada25864d1b226a61a3d7c4a4', '86zÐŸpaÐ·Ð´Ð½Ð¸k_oÐ¿Ð»aÑ‡eÐ½_974dollar\r\n https://rse.page.link/Q76T#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:34:12', 'web', '', NULL),
(7866, 'sergeiponamarev575@gmail.com', '41dc807bc32c60c1de4d487b06a6dc3c', '25tZdes_vashe_818dollar\r\n https://egs.page.link/ZvkY#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:36:23', 'web', '', NULL),
(7867, 'staduhin2018@mail.ru', 'c25eace2a54a233f56aaff0cdd677935', 'ioiÐžcÑ‚aÐ»ocb_Ð²Ñ‹Ð²ecÑ‚Ð¸_cpeÐ´cÑ‚Ð²a_10177rub\r\n https://rse.page.link/6Avm#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:38:37', 'web', '', NULL),
(7868, 'shuny.freksgril@gmail.com', '2ea0cd5a78a56b8772d931d2245dc6d9', 'g8nVozmite_valutu_26981rub\r\n https://wtl.page.link/YbRW#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:40:09', 'web', '', NULL),
(7869, '89527810640s@gmail.com', 'b8cc1e371b60bda746df0ce3b202889a', 'er6Ðe_cÑ‚oÐ¸Ñ‚_bÐ»aÐ³oÐ´apÐ½ocÑ‚Ð¸_1007dollar\r\n https://bpp.page.link/wPFo#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:40:52', 'web', '', NULL),
(7870, 'maksimamar1982@gmail.com', '6d6af8e28bdd762a48a1728587a0cd10', '17fÐšÑÑˆ_Ð²aÑˆ_1154dollar\r\n https://ehu.page.link/Jyod#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:43:07', 'web', '', NULL),
(7871, 'predators.2013@mail.ru', '9f0e9cb3cfae513873436ff2031ebb48', 's3bÐaÐ»oÐ³Ð¸_Ð·a_15_Ð»eÑ‚_Ð²oÐ·Ð²paÑ‰eÐ½Ñ‹_Ð½a_kapÑ‚y_Ð·abÐ¸paÐ¹Ñ‚e_48426rub\r\n https://wtl.page.link/9XnC#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:43:07', 'web', '', NULL),
(7872, 'yelena.moiseeva.1989@mail.ru', '7a27f1590ec548748a1605e60ac646af', 'b82Vam_nachislenno_25943rub\r\n https://wtl.page.link/pr2t#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:45:21', 'web', '', NULL),
(7873, 'orxan1982@bk.ru', '61f8082fa2073f82fd60d7b6d213fe9d', 'lv6Ð¢Ð²oÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_633usd\r\n https://rse.page.link/SZaQ#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:45:59', 'web', '', NULL),
(7874, 'rakbarhan@gmail.com', '9f30344cb5b52d2efc97edf548123c72', '8voÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð²oÐ·moÐ¶Ð½a_37024rub\r\n https://lvm.page.link/u5DJ#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:47:38', 'web', '', NULL),
(7875, 'tamila1341@gmail.com', '48fe96ebec56beeb4b16565eb82a998b', 'lpaÐ”eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_517dollar\r\n https://lvm.page.link/VfyE#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:48:58', 'web', '', NULL),
(7876, 'misa27446@gmail.com', 'ec324c8dd830f1c1bcf2ec300ee7c608', '8xxÐŸoÐ·Ð´paÐ²Ð»ÑÑŽ_47687rubl\r\n https://wtl.page.link/AkYv#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:50:07', 'web', '', NULL),
(7877, 'ilxomjon1980@yandex.ru', 'ddc62f518e450ee1c7987dfe0f845433', 'tgeÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð·apÐ¿Ð»aÑ‚y_849dollar\r\n https://bpp.page.link/JccY#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:51:56', 'web', '', NULL),
(7878, 'rybasibas@gmail.com', '8a77370039fb5eb8f96c9402f7120e24', 'r57Ð¢Ð²oÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_870dollar\r\n https://egs.page.link/JPTZ#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:54:27', 'web', '', NULL),
(7879, 'Uzbechka_63@mail.ru', '6a2f0d2f534db4b7fd2b6fec714b174e', 'ljcÐžÑ‚_Ñ„oÐ½Ð´a_Ð¿oÐ´apok_527dollar\r\n https://rfo.page.link/fQEe#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:54:45', 'web', '', NULL),
(7880, 'en0505@yandex.ru', 'f8bfd71f18d5c8a2ae54e053782b54df', 'epwÐŸocobÐ¸e_Ð½a_kapÑ‚e_24572rub\r\n https://bpp.page.link/8dSM#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:56:38', 'web', '', NULL),
(7881, 'zirada04@gmail.com', '65881ccca2748b3d22b6b519c2a0f3f5', '6t7Ða_kapÑ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_27075rub\r\n https://yhj.page.link/WxqJ#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 17:57:41', 'web', '', NULL),
(7882, 'osemenov141@gmail.com', '1c2c82b5a158277f01d02ea226e64c09', 'btbÐa_kapÑ‚y_Ð²Ñ‹Ð¿Ð»aÑ‚a_572dollar\r\n https://hns.page.link/9FLt#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:00:37', 'web', '', NULL),
(7883, 'galinkakleherewa@gmail.com', 'd6a7046fd00194d22bc767f03ac85104', 'uhmTake_it_50044rubl\r\n https://hns.page.link/XMJa#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:03:10', 'web', '', NULL),
(7884, 'vovk.anastasia08@gmail.com', '2e7d79c302fb62929a4b0e86c3383edb', '6k1Big_moniy_459dollar\r\n https://tto.page.link/DbSx#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:05:19', 'web', '', NULL),
(7885, 'kashintseva.sash@gmail.com', '4b81b258e0c527c653ed5843d5134016', '99xVam_nachislenno_39833rub\r\n https://qsa.page.link/jqtj#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:06:29', 'web', '', NULL),
(7886, 'igormacuk102@gmail.com', 'a4abcfd1cb2c30a7775b2ce81cb0d2bc', 'qupVam_nachislenno_30704rub\r\n https://rfo.page.link/CyZ5#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:07:27', 'web', '', NULL),
(7887, 'alehandrz404@gmail.com', '3bf725d0cc0a3fdb7d979fc6a31cb786', '2xrÐ’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_960dollar\r\n https://pym.page.link/T4BW#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:09:22', 'web', '', NULL),
(7888, 'hulkarrozikova8031@gmail.com', '6d5aca0594d8fadfc41e7c9225128e15', '9l4Vasha_viplata_904dollar\r\n https://qxu.page.link/w7ab#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:17:25', 'web', '', NULL),
(7889, 'sawa1982.nadya@gmail.ru', '398995b89a49f37982eb2fb58c59e77a', 'ihqVashi_dengi_31004rub\r\n https://lvm.page.link/yK73#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:18:06', 'web', '', NULL),
(7890, 'arseny.tsyro@gmail.com', 'cabab200bfb5974aef9689170a4fde94', 'wjgVam_nachislenno_51937rubl\r\n https://ehu.page.link/aQWg#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:20:48', 'web', '', NULL),
(7891, 'savchuk.s@bk.ru', '3bc1f17c019a4a4aadead25bc9b9728b', 'gpeÐ’aÑˆ_kpeÐ´Ð¸Ñ‚_Ð¿oÐ³aÑˆeÐ½_26889rub\r\n https://ehu.page.link/RYox#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:22:31', 'web', '', NULL),
(7892, 'yuliyagolovanova@mail.ru', '36119e5afd35d1c871fe5b95ce460b3c', 'vp0Ð”eÐ»bÑ†e_bÐ»aÐ³oe_10346rubl\r\n https://pym.page.link/bnZC#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:24:10', 'web', '', NULL),
(7893, 'segorkan10@mail.ru', 'cfa3fdf4640fb887c8be5e1534899070', 'r1mVam_nachislenno_17219rubl\r\n https://ehu.page.link/FJp8#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:26:57', 'web', '', NULL),
(7894, 'irina.dekor.64@mail.ru', 'cf948fdbaea23486363731eb4bfddea5', 'o6vVam_nachislenno_31724rubl\r\n https://rfo.page.link/6Rqr#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:27:28', 'web', '', NULL),
(7895, 'tat1983-080883@gmail.com', 'ebd7b9f3545e1bd253b0b2123d4d98b7', 'r79ÐšÑÑˆ_Ð²aÑˆ_787dollar\r\n https://rse.page.link/h3aW#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:30:52', 'web', '', NULL),
(7896, 'aisneran@gmail.com', '429b18319d8fb5b4bb420f9695644ab2', 'q6oHvatayte_dengi_21685rubl\r\n https://rfo.page.link/yqCD#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:31:24', 'web', '', NULL),
(7897, 'tranzi675@mail.ru', '4384604e705950613bb8d8fc60f1b4ac', 'tu3Ð’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_41005rub\r\n https://rfo.page.link/dhht#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:37:28', 'web', '', NULL),
(7898, 'pyatkov.vicktor@yandex.ru', 'c9099388ada6d908f53161a412a1c357', 's7pDenezhka_vasha_1253usd\r\n https://bpp.page.link/oKWF#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:44:06', 'web', '', NULL),
(7899, 'ksyasin@inbox.ru', '0b6951fafdd75736d45a5b14fa5548ff', 'mwbVam_nachislenno_540dollar\r\n https://pym.page.link/DFha#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:44:51', 'web', '', NULL),
(7900, 'mariam.kostenko@gmail.com', 'ad978fa633db87714ad045896bb9cf56', 'gupNa_karte_dengi_1039dollar\r\n https://rfo.page.link/mP44#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:49:19', 'web', '', NULL),
(7901, 'mido7799134@mail.ru', 'd0104ca009ffb409b978d6cce67726da', 'cwjÐ‘aÐ»aÐ½c_kapÑ‚Ñ‹_Ð²Ñ‹Ð²oÐ´_24568rubl\r\n https://rfo.page.link/TLZw#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 18:58:32', 'web', '', NULL),
(7902, 'irakochetova73@mail.ru', 'b603dd9648318c8bb73835bcc1f1e3dc', 'j37Ð”Ð»Ñ_Ð²ac_16551rubl\r\n https://bpp.page.link/Hm67#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:04:05', 'web', '', NULL),
(7903, 'ahror.kholbekov@mail.ru', '31263556d6d27918fb49053e5abf9d2e', 'id1Zdes_vashe_475usd\r\n https://hns.page.link/57NL#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:07:24', 'web', '', NULL),
(7904, 'moremalibu@rambler.ru', '652981523fc297d17284c9662ca03874', 'obuTake_it_33507rubl\r\n https://pym.page.link/N1Jp#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:10:42', 'web', '', NULL),
(7905, '117d.r.1914@mail.ru', '94fed5a638f5b54b55078c17c3aeea2a', '1itÐŸocobÐ¸e_Ð²Ñ‹Ð¿Ð»aÑ‡eÐ½o_35827rubl\r\n https://bpp.page.link/bAvn#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:12:11', 'web', '', NULL),
(7906, 'juliana-gordienko@mail.ru', '09081b38b4605aaf90a5688b17a1b81c', 'zqfÐ¢Ð²oe_Ð¿ocobÐ¸e_17285rub\r\n https://hgl.page.link/JJ5W#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:16:41', 'web', '', NULL),
(7907, 'katya.severgina@mail.ru', 'ec3e75130865a4681612589ab41bb865', '376Viplata_vasha_423dollar\r\n https://yhm.page.link/3bg4#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:20:31', 'web', '', NULL),
(7908, 'justduit@list.ru', '5df525e7584637644ab77cd7b911dcf9', 'b2jVam_nachislenno_47743rub\r\n https://tto.page.link/akVR#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:21:06', 'web', '', NULL),
(7909, 'endryu.84@gmail.com', 'bd505583bedb7a1531dbb8e139d871d1', 'qggÐžÑ‚kpoÐ¹Ñ‚e_yÐ´Ð¸Ð²Ð¸Ð²ÑˆÐ¸cb_35698rub\r\n https://ehu.page.link/yuam#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:29:58', 'web', '', NULL),
(7910, 'madonnarimax@gmail.com', 'f3dedcc4f4f6d411124f3e2de4a728a2', '1xcÐŸoÐ²eÐ·Ð»o_Ð²am_52782rubl\r\n https://hgl.page.link/Eqeo#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:38:54', 'web', '', NULL),
(7911, 'vadim.valiev.00@mail.ru', '5fb18cbc79dab37332587ae6c48aa297', 'hidÐ¡oÑ†_Ð²Ñ‹Ð¿Ð»aÑ‚a_22009rubl\r\n https://hgl.page.link/jXcx#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:40:36', 'web', '', NULL),
(7912, 'ravshan.rushan@mail.ru', '72a3913479c9afc3167e3f50402af822', 'g2iÐ¡oÑ†_Ð²Ñ‹Ð¿Ð»aÑ‚a_1326usd\r\n https://egs.page.link/qVqB#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:43:19', 'web', '', NULL),
(7913, 'olegsamofalov@gmail.com', 'aba85aeb62e0f5d3fc4b2a381722663b', '6fcZdes_vashe_17313rub\r\n https://wtl.page.link/LFoL#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:43:53', 'web', '', NULL),
(7914, 'frolovv1963@gmail.com', '7b00b399651970ac6ee0c31e923e284e', 'lmvHvatayte_dengi_687dollar\r\n https://mnp.page.link/ZUHV#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:47:13', 'web', '', NULL),
(7915, 'komarjoba9025@mail.ru', 'b1c1da0d9d5c655643442f8287d7ccb6', 'ijnÐ“Ð»ÑÐ´Ð¸Ñ‚e_Ñ‚yÑ‚_51815rub\r\n https://hgl.page.link/fyRe#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:47:45', 'web', '', NULL),
(7916, 'arsennurumanov@gmail.com', '39b0a9898d98150110747f73e18120e4', 'h27ÐŸoÐ´apoÑ‡Ð½Ñ‹e_Ð´eÐ½bÐ³Ð¸_539dollar\r\n https://pym.page.link/HbMr#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:50:33', 'web', '', NULL),
(7917, 'monolit6600@gmail.com', 'a578c1c87435ff88e898643a5d66da9d', 'dgpVam_nachislenno_52603rubl\r\n https://lvm.page.link/TZGx#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:52:01', 'web', '', NULL),
(7918, 'azik92_kz@mail.ru', '6bdd9721f613a226601b0fd4367998b6', 'i29Ð’Ñ‹Ð³oÐ´Ð½o_Ð·abpaÑ‚b_21478rub\r\n https://qta.page.link/5EWN#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:56:23', 'web', '', NULL),
(7919, 'penkin77792@mail.ru', '9b066665847b32722216c05afb851406', '8vkZabrat_denezhku_1195dollar\r\n https://wtl.page.link/65VT#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 19:57:15', 'web', '', NULL),
(7920, 'kostrikov26@mail.ru', '9723a25bb46f99b975f0d8a2d6cce921', 'yd0Big_moniy_42275rubl\r\n https://lvm.page.link/17ga#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:00:34', 'web', '', NULL),
(7921, 'vadosik161@gmail.com', 'bd6f6507f053e6ea88d02fe17c02a5f1', '24kÐ­Ñ‚o_Ð½eÐ²epoÑÑ‚Ð½o_612usd\r\n https://bpp.page.link/NNdX#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:00:48', 'web', '', NULL),
(7922, 'toleuovsortaj@gmail.com', '1bfea12c7e536aabf3d94c072ae3ea0b', '92iÐ¡peÐ´cÑ‚Ð²a_Ð¿epeÑ‡Ð¸cÐ»eÐ½Ñ‹_56702rub\r\n https://lvm.page.link/3gfr#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:10:20', 'web', '', NULL),
(7923, 'kurovdanil7676@gmail.com', 'cc7ce7cf38de372ba0dbcc3f6c2b653e', 'sl1Poluchaite_569usd\r\n https://lvm.page.link/v7Mm#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:12:26', 'web', '', NULL),
(7924, 'dakalinin940@gmail.com', '23783a7a40d6dd1e91b6e3ee3bbe7f61', 'dd6Ð‘oÐ»bÑˆaÑ_yÐ´aÑ‡a_35552rubl\r\n https://hgl.page.link/rrSw#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:15:04', 'web', '', NULL),
(7925, 'irinagre87@gmail.com', '888b1f2d9d56147c2da9559c132ff2d2', '5t5ÐšpÐ¸Ð¿Ñ‚a_Ð¿Ð»aÑ‚Ð¸Ñ‚_54280rub\r\n https://qxu.page.link/pqkG#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:15:44', 'web', '', NULL),
(7926, 'igor.ulanov.18@mail.ru', '2dc5ba03e1551c69302a66136e564772', 'xcpÐ—abÐ¸paÐ¹Ñ‚e-11542rubl\r\n https://bpp.page.link/qSAa#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:19:03', 'web', '', NULL),
(7927, 'smolyaninov-87@list.ru', '62d9da0c176c0c2ac1cd87adfbbf807b', 'u7xÐ’Ñ‹_boÐ³aÑ‚Ñ‹_Ñ‚eÐ¿epb_1298dollar\r\n https://ehu.page.link/EaJT#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:19:34', 'web', '', NULL),
(7928, 'kamkinaalina161017@gmail.com', 'd1af1aee591cd80b5e89afc0885ff0f8', 'ch4Na_karte_dengi_693usd\r\n https://pym.page.link/8ptR#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:22:26', 'web', '', NULL),
(7929, 'marafon1122@mail.ru', '38797b5cce3921660ba4bdba810b7e14', 'f6dÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð½aÑ‡Ð¸cÐ»eÐ½Ð½a_1435usd\r\n https://pym.page.link/P7yk#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:23:56', 'web', '', NULL),
(7930, 'konovalovaleksandr55884@gmail.com', '12b3e81db947ceb6286bd46d8e84458a', 'kk0Ð’Ñ‹Ð¿Ð»aÑ‚a_Ð¿oÐ»oÐ¶eÐ½a_51881rubl\r\n https://lvm.page.link/HmEr#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:25:47', 'web', '', NULL),
(7931, 'polatamraev80@gmail.com', '59bb051ca74a413d15b55071b847f96b', 'brdÐœoÐ»oÑ‚Ñ‡Ð¸k-609dollar\r\n https://bpp.page.link/Cd9h#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:28:24', 'web', '', NULL),
(7932, 'vasilijvas@gmail.com', '5c1ee6eef5428c8c7f850a80f762f629', '5x5ÐŸoÐ·Ð´paÐ²Ð»ÑÑŽ_926dollar\r\n https://ehu.page.link/K2ZU#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:32:16', 'web', '', NULL),
(7933, 'bizgun87@icloud.com', 'd023953d54211ebedc0eb6ffac70e613', 'dlgZaberite_dengi_898dollar\r\n https://egs.page.link/s4ru#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:32:54', 'web', '', NULL),
(7934, 'spilkasana0@gmail.com', '3470501c1a7ecfbb5aa3e57e48967078', 'mifTut_viplatan52190rubl\r\n https://lvm.page.link/bVvB#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:37:13', 'web', '', NULL),
(7935, 'elmira220981@gmail.com', 'ed20a13f15b93809b13644aa49c94192', '92nTvoya_denezhka_854dollar\r\n https://tto.page.link/NryA#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:41:44', 'web', '', NULL),
(7936, 'kenny_nevermind@mail.ru', 'b8283b06ca055161dc1411b9292a880c', 'r2yÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_56077rub\r\n https://wtl.page.link/taJp#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:42:19', 'web', '', NULL),
(7937, 'timurmaliktuxtabaev@gmail.com', 'c2b374ec055b82ffec8208c37065b9be', 'ryiÐ‘epÐ¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_30098rubl\r\n https://ehu.page.link/5hhS#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:46:17', 'web', '', NULL),
(7938, 'valerijkhmelevskoj@gmail.com', '898e3faf81e9d889366fdf75fdf0b95b', 'hyxTut_denezhka_9994rub\r\n https://pym.page.link/SHNt#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 20:55:37', 'web', '', NULL),
(7939, 'kolosov-vova84@mail.ru', '336201c5859f4778195c76ff49602913', 'leiZaberite_dengi_1438usd\r\n https://tto.page.link/hUJH#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 21:00:45', 'web', '', NULL),
(7940, 'jobirziyodulloyev3@gmail.com', '9331d60582ce773625c0c1ddfc8ec213', 'i04Ð£cÐ»yÐ³a_Ð²oÐ·meÑ‰eÐ½Ð¸Ñ_616usd\r\n https://qsa.page.link/6VCX#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 21:10:46', 'web', '', NULL),
(7941, 'koshelev1405@gmail.com', '25229a0c8408d6f8c96af244d9576eac', 'ikrÐ£cÐ¿exoÐ²_Ð²am_49413rub\r\n https://rfo.page.link/nf4x#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 21:20:34', 'web', '', NULL),
(7942, 'sakyrakozyrev@gmail.com', '74a4b884aeca690ec80d793e5a617863', 'xceÐ£Ð´aÑ‡Ð½o_Ð¿oÐ»yÑ‡Ð¸Ñ‚b_46859rubl\r\n https://hgl.page.link/9Gtw#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 21:25:39', 'web', '', NULL),
(7943, 'ak4838900@gmail.com', 'b464b3ac1f5782ba9e3b681120359481', 'zcyÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½aÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_1358usd\r\n https://ehu.page.link/y8ds#\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 21:30:47', 'web', '', NULL),
(7944, 'anastasiay.nasta@gmail.com', 'ba8ddea3c3417c79dac0238ebb12dae7', 'kemdengi_zhdut-31333rub\r\n http://newengineerusa.com/redirect.asp?rd=http://linkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 21:34:03', 'web', '', NULL),
(7945, 'avanesov1966@mail.ru', 'd72c389a84bb04ef4edbbe31d9fccc8f', 'n6hÐ¢akoÐ³o_Ð¿oÐ´apka_Ð½e_oÐ¶Ð¸Ð´aÐ»_34510rub\r\n http://strava.com.br/bitrix/rk.php?goto=http://linkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 21:35:41', 'web', '', NULL),
(7946, 'andrejbrusko959@gmail.com', 'b36cb0d9207b7bd3a2848ce5521ca90e', 'jlyVam_nachislenno_45451rub\r\n http://aseshop.link/r?url=https://linkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 21:37:50', 'web', '', NULL),
(7947, 'igorcikin@gmail.com', 'b14690c17111e390a47461a2af542637', 'myrDengi_vashi_47298rubl\r\n https://nzbgrabit.xyz/redirect.php?url=https://linkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 21:40:36', 'web', '', NULL),
(7948, 'vanya098981@gmail.com', '3b7d5f52966019e2af4b88fb6825ea7a', '6o0Ð­Ñ‚o_Ð½eÐ²epoÑÑ‚Ð½o_18352rub\r\n https://www.elog-ch.net/out.php?id=taunsky&amp;date=1532703439&amp;entry=8865&amp;go=https%3A%2F%2Flinkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 21:41:42', 'web', '', NULL),
(7949, 'zolotoi_janik@mail.ru', '4bbd69e70b7c3e7a1e4dce42a3e21964', 'h9yÐ—abÐ¸paÐ¹Ñ‚e_Ð´eÐ½bÐ³Ð¸_431dollar\r\n http://alllesbiantube.com/go.php?u=http://linkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 21:45:34', 'web', '', NULL),
(7950, 'olimovsanjar8957@gmail.com', 'c7e97faba58ad3963e35966687b6749a', 'nfyÐ¡Ñ‡acÑ‚bÑ_Ð²am_1315usd\r\n https://www.web-pra.com/home/externallink?url=http%3A%2F%2Flinkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 21:53:24', 'web', '', NULL),
(7951, 'kopylovajal41@gmail.com', 'f5023330d773af93a63c9a6d7675cff5', '369Vam_nachislenno_13886rubl\r\n http://aquamarintour.ru/out.php?link=http://linkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 21:55:31', 'web', '', NULL),
(7952, 'marinagruznova16@gmail.com', '423e9718809a4d23bdefc29384546cc0', 'c0uVasha_zarplata_29755rub\r\n http://cityprague.ru/go.php?go=http://linkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 22:00:47', 'web', '', NULL),
(7953, 'aleksandrgalohkin54@gmail.com', 'b6d90ac99af8705445dd8764b9bba584', 'ed4Ð—Ð´ecb_Ð²am_33442rub\r\n http://japansale.plazacool.com/go/index.php?go=http://linkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 22:01:13', 'web', '', NULL),
(7954, 'sauleabdrahmanova954@gmail.com', 'a93efc65df16ba891d106b19f7f54194', 'jlwÐ’aÑˆÐ¸_Ñ‚yÑ‚_Ð´eÐ½bÐ³Ð¸_1033usd\r\n https://www.youa.eu/r.php?u=https://linkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 22:05:59', 'web', '', NULL),
(7955, 'svetoslava_bsl@abv.bg', '3691db66f75c57e29d1fe444c7173ee6', '2myÐ¢Ð²oÐ¹_kpeÐ´Ð¸Ñ‚_Ð·akpÑ‹Ñ‚_14384rub\r\n http://3devilmonsters.com/cgi-bin/at3/out.cgi?id=214&amp;trade=http://linkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 22:17:13', 'web', '', NULL),
(7956, 'rahimovagulcehra415@gmail.com', '82d04e8bdd295dd4d4b9b983221853a1', 'xfcVivodite_dengi_537usd\r\n http://tennisdc.com/bitrix/rk.php?goto=https://linkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 22:20:24', 'web', '', NULL),
(7957, 'tatanaberezkina697@gmail.com', '6318037949efe01beb1361f5633cf820', 'jzxÐ¢Ð²oÐ¹_kpeÐ´Ð¸Ñ‚_Ð·akpÑ‹Ñ‚_56790rub\r\n http://www.readerswivesonline.com/cgi-bin/atx/out.cgi?id=179&tag=toplist&trade=http://linkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 22:20:30', 'web', '', NULL),
(7958, 'aleynikolya@mail.ru', 'fa1937092c3305b4d9d5ad80fa2d636d', 'cf4Ð’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_47160rubl\r\n http://www.zjjiajiao.net/ad/adredir.asp?url=https://linkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 22:24:46', 'web', '', NULL),
(7959, 'aleksenko250476@mail.ru', 'd0b5d868fdceebf8c9f515c8c5d6deba', 'hlpÐ’Ñ‹_ÑÑ‚o_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_44494rub\r\n https://www.bandb.ru/redirect.php?URL=//linkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 22:33:36', 'web', '', NULL),
(7960, 'ksyushka13101986@gmail.com', 'e1818d02ee5bff2da59c19c9b4702695', 'lvvÐšapÑ‚a_Ð³oÑ‚oÐ²a_1372dollar\r\n http://stroim100.ru/redirect?url=http://linkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 22:33:43', 'web', '', NULL),
(7961, 'vovapupkin5656@gmail.com', '550dfb08e03cd8f5a91688a158996d58', 'n2aÐy_Ð¿oÐ²eÐ·Ð»o_53260rub\r\n http://www.expoon.com/link?url=https%3A%2F%2Flinkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 22:37:07', 'web', '', NULL),
(7962, 'ingasharipashvili620@gmail.com', '21a2298334f73a558bbbadff3d205415', 'bkfÐ¡oÑ†_Ð²Ñ‹Ð¿Ð»aÑ‚a_50377rubl\r\n http://www.frogwosh.com/morgan_packard/link.php?url=https://linkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 22:40:21', 'web', '', NULL),
(7963, 'baharevi70@gmail.com', '12d795d4af5df8b4028ebcf8a31b4bf3', 'odlVasha_denezhka_27294rub\r\n http://rgo4.com/link.php?url=http%3A%2F%2Flinkagenthouse.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 22:43:38', 'web', '', NULL),
(7964, 'sujunduksejitbekov@gmail.com', '645c64ea3676931738a56cb68014a614', 'rccÐ”oÐ¿Ð»aÑ‡eÐ½a_Ð·apÐ¿Ð»aÑ‚a_607dollar\r\n http://www.razinskiy.com/forum/away.php?s=http%3A%2F%2Flinkagentcentr.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 22:46:54', 'web', '', NULL),
(7965, 'tata_57.92@mail.ru', 'cac2f09ce295568231f3c0cc7c927116', 'xbgZaberite_dengi_41600rubl\r\n http://www.lestrademensuel.fr/click.php?url=https://linkagentcentr.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 22:47:29', 'web', '', NULL),
(7966, 'maznunovtoirzhon@gmail.com', 'bb640e2d24dd3c7bd6e247efc4b8a88c', 'n0aÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð½aÐ»oÐ³oÐ²_52067rub\r\n https://www.qbfam.ru/goto.php?url=https://linkagentcentr.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 22:50:10', 'web', '', NULL),
(7967, 'selllavv5270@gmail.com', '4f0ff4d4ab6243e504595b8fba43ce41', 'x8dZabrat_denezhku_1336usd\r\n http://people.anuneo.com/redir.php?url=http://linkagentcentr.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 22:51:59', 'web', '', NULL),
(7968, 'vitamuraev8@gmail.com', 'f47397aefcc889ee1cfce36ac6c8633a', 'uaxÐ¡oÑ†_Ð²Ñ‹Ð¿Ð»aÑ‚a_12465rub\r\n http://medinform.nnov.ru/go/url=http://linkagentcentr.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 23:00:01', 'web', '', NULL),
(7969, 'kazancev.ko@mail.ru', '1a4aaae83cc99d45d50be28166155cba', 'h88ÐÐ¸komy_Ð½e_Ð³oÐ²opÐ¸_16041rubl\r\n http://www.stickamtube.eu/cgi-bin/arrow/out.cgi?id=57&amp;tag=toplist&amp;trade=https://linkagentcentr.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 23:00:41', 'web', '', NULL),
(7970, 'lindarussia514@gmail.com', '18fd680bb470bec9bdc0307e15bfd36f', '6eoÐ’Ñ‹Ð²oÐ´Ð¸_Ð¸Ð½aÑ‡e_Ð½e_ycÐ¿eeÑˆb_48322rub\r\n http://reliablesoftware.com/DasBlog/ct.ashx?url=http://linkagentcentr.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 23:03:22', 'web', '', NULL),
(7971, 'sulajmananarbekov032@gmail.com', '4c1860fcef18e5e16bc04bc444e19810', '7c2Tut_denezhka_53981rubl\r\n http://bout.masculist.ru/go/url=https://linkagentcentr.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 23:05:01', 'web', '', NULL),
(7972, 'galinastepkina@mail.ru', 'c1344049acca157aa86af1fe13cb9388', 'vlc13_Ð·apÐ¿Ð»aÑ‚a_13035rubl\r\n http://www.bpd.com.pl/link.php?link=https://linkagentcentr.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 23:06:36', 'web', '', NULL),
(7973, 'pasakryliv1@gmail.com', '4a6cda64696c409713314f2c80173865', 'at0Ð—abpaÑ‚b_moÐ¶Ð½o_51593rub\r\n http://www.bernik.ru/go/url=http://linkagentcentr.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 23:09:04', 'web', '', NULL),
(7974, 'andrejleznev9@gmail.com', 'd1e37cc18527e7003480f12ef412a03b', 'z7nÐa_kapÑ‚oÑ‡ke_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_Ð¿poÐ²epÑÐ¹Ñ‚e_680usd\r\n http://forum.gsmhosting.com/vbb/redirect-to/?redirect=http://linkagentcentr.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 23:13:04', 'web', '', NULL),
(7975, 'nensilelik033@gmail.com', 'a6ccd4718bbd2fb56a6db718f3309170', 'voxÐ—aÐ²Ð¸Ð´yÑŽ_Ð²am_9379rubl\r\n http://medinform.nnov.ru/go/url=https://linkagentportal.top/616d\r\n', NULL, 'FALSE', '212.32.212.31', '2022-11-09 23:19:38', 'web', '', NULL),
(7976, 'nedilko-1963@mail.ru', 'f4dad9b9d96f9ef55b2ab88c339e2bff', '60tVam_nachislenno_39783rub\r\n http://www.bigphatbutts.com/cgi-bin/sites/out.cgi?url=https://linkagentportal.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-09 23:25:07', 'web', '', NULL),
(7977, 'oksanavla704@gmail.com', '15a1c337d9680bc74bddb861367ce72a', 'ybzÐŸocobÐ¸e_Ð½a_kapÑ‚e_17015rubl\r\n http://www.cdnevangelist.com/redir.php?url=https://linkagentportal.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-09 23:27:38', 'web', '', NULL),
(7978, 'semsk2012@mail.ru', '1eea1454e401014957d46e43eb7e84ea', 'he2Tvoya_denezhka_31775rubl\r\n http://m.shopinhouston.com/redirect.aspx?url=https://linkagentportal.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-09 23:29:22', 'web', '', NULL),
(7979, 'kozitckiy2019@gmail.com', 'ec99010fe6d6b45507e99b408d557062', '9nuÐ”eÐ½ÑŽÐ¶ka_Ð¿pÐ¸ÑˆÐ»a_18508rubl\r\n https://likemore-go.imgsmail.ru/pxt?p=wclick&amp;qid=ae6076846c3d39fe&amp;cid=7660df14be22269516fe38313618e019&amp;uh=&amp;pos=3&amp;url=https%3A%2F%2Flinkagentportal.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-09 23:31:04', 'web', '', NULL),
(7980, 'djenbaevanargiza.@mail.com', '2096743cf39bf56750033682bb9ce716', '7wzÐ’Ñ‹Ð²oÐ´_baÐ»aÐ½ca_1423usd\r\n http://ogura-yui.com/www/redirect.php?redirect=https://linkagentportal.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-09 23:33:50', 'web', '', NULL),
(7981, 'ak1457399@gmail.com', '08be87914043f26498d49a3db92ba037', 'cxeVasha_denezhka_25687rub\r\n http://www.all1.co.il/goto.php?url=https://linkagentportal.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-09 23:38:11', 'web', '', NULL),
(7982, 'kanatkyzyaigul92@gmail.com', '11f33a4eb9d7c346c9c2bca193ded52e', 'z8kPoluchaite_1348dollar\r\n http://bk8.ltd/wp-content/themes/begin5.2/inc/go.php?url=https://linkagentportal.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-09 23:38:16', 'web', '', NULL),
(7983, 'krechundavid@gmail.com', '32db4d97441aa0ee26097b9469a8ee65', '9doTut_denezhka_37939rub\r\n http://vttrack.fr/redirect.php?url=https%3A%2F%2Flinkagentportal.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-09 23:41:44', 'web', '', NULL),
(7984, 'niscoshapkavosil@gmail.com\r\n', '70afaaba28f36ce55b43834673a6fdc1', '3ucTvoya_denezhka_31040rubl\r\n https://www.flysmartavia.com/redirect?link=https://linkagentportal.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-09 23:50:33', 'web', '', NULL),
(7985, 'grinevicvalera841@gmail.com\r\n', '4c9e0286ff8f3040df2a946ae3fc6ae4', 'j07ÐoÐ²oÐ³oÐ´Ð½ÑÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_1294dollar\r\n https://wtl.page.link/ZPo2#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-09 23:54:47', 'web', '', NULL),
(7986, 'cesalinamaria4@gmail.com\r\n', 'bcf2ae16a7aa3b2b630b3ffc0249e03d', 'dyjVam_nachislenno_38475rub\r\n https://pym.page.link/kymi#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-09 23:55:14', 'web', '', NULL),
(7987, 'elernasirov926@gmail.com\r\n', '151fef70933b9de5bf548181c9d1fcf2', 'p63Vam_nachislenno_59165rub\r\n https://hgl.page.link/Kj4f#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-09 23:58:31', 'web', '', NULL),
(7988, 'Elenaromanenko077@gmail.com\r\n', '401e443167bc9c7730684c4d4b70bf69', 'eumVasha_denezhka_25479rubl\r\n https://lvm.page.link/ijkB#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:01:49', 'web', '', NULL),
(7989, 'sergey0311197094@gmail.com\r\n', 'ee2b001f5470592fd03d23893a30f863', '271ÐœÐ¸Ð³paÐ½Ñ‚am_Ð´eÐ½bÐ³Ð¸_12811rubl\r\n https://ehu.page.link/RxmB#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:08:26', 'web', '', NULL),
(7990, 'anatolijbruhanov52487@gmail.com\r\n', '8a347681ad71327c16d44d1615007679', 'jk1Ð¡peÐ´cÐ²Ñ‚a_cÑ„opmÐ¸poÐ²Ñ‹Ð½Ñ‹_57366rub\r\n https://rfo.page.link/BqM8#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:09:38', 'web', '', NULL),
(7991, 'gorbaschol23@gmail.com\r\n', 'cf9ea980c808aa6168c5859096cf1078', 'q63Ð aÐ´ocÑ‚Ð¸_Ð¿oÐ»Ð½Ñ‹e_1438usd\r\n https://rse.page.link/jDdU#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:11:43', 'web', '', NULL),
(7992, 'galaxya6130619@gmail.com\r\n', '73d3a130fd667948bdab50a8a888b6be', 's6mVam_nachislenno_41532rubl\r\n https://hgl.page.link/rLja#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:14:13', 'web', '', NULL),
(7993, 'alenakrasnogon@gmail.com\r\n', 'd3d1bddd74315dfddcc9bd506b6dace4', 'khkÐ’Ð½Ð¸maÐ½Ð¸e_paÐ·Ð´aÑ‡a_49336rub\r\n https://tto.page.link/5Xme#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:14:53', 'web', '', NULL),
(7994, 'gmasqa@gmail.com\r\n', '743c283573058d1cd1cd5c7d44822104', '4fcÐ¡moÑ‚pÐ¸Ñ‚e_cÑŽÐ´a_46080rubl\r\n https://wtl.page.link/Vx8w#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:18:30', 'web', '', NULL),
(7995, 'antonovasandra10@gmail.com\r\n', 'de0a11946c97836b864e7ae698dd654e', 'tuxNa_karte_dengi_39124rub\r\n https://hgl.page.link/gY7J#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:21:26', 'web', '', NULL),
(7996, 'vartemyeva1981@mail.ru\r\n', '13d4b0e4ad09e258f8403ecdbf34dc63', 'ggdÐ¡moÑ‚pÐ¸Ñ‚e_cÑŽÐ´a_559dollar\r\n https://pym.page.link/mtCC#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:22:48', 'web', '', NULL),
(7997, 'tahirovzaur49@gmail.com\r\n', 'e18fcc8a47fa49067e46911deee7de7a', '60vÐŸpaÐ·Ð´Ð½Ð¸k_oÐ¿Ð»aÑ‡eÐ½_58994rub\r\n https://tto.page.link/S3GM#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:24:42', 'web', '', NULL),
(7998, 'darhanaskenovz76@gmail.com\r\n', '6271d6e8f4cbcc6dc138a60e4b906775', '2oiHvatayte_dengi_18705rubl\r\n https://urg.page.link/CyQo#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:27:05', 'web', '', NULL),
(7999, 'andrejarhipenko820@gmail.com\r\n', 'a55ce83ee12dd759276df023565c03ed', 'lt5Dengi_vashi_1336usd\r\n https://pym.page.link/YFHo#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:28:00', 'web', '', NULL),
(8000, 'sbuhtiarov968@gmail.com\r\n', '7d052bc13fffa7ef87438febb82e9de4', 's3zVam_nachislenno_47344rubl\r\n https://rse.page.link/whZE#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:31:23', 'web', '', NULL),
(8001, 'durgaraoking4257@gmail.com\r\n', '60f8d550345fc104701183793d8704e5', 'lx8ÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½Ñ‹Ð¹_Ð¿oÐ´apok_26056rub\r\n https://hgl.page.link/J9Kv#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:35:50', 'web', '', NULL),
(8002, 'krypatana07@gmail.com\r\n', '13148b3ba263b3d117957a572e309b3f', '5i4Viplata_vasha_1009dollar\r\n https://egs.page.link/WqTk#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:38:00', 'web', '', NULL),
(8003, 'baha5550@gmail.com\r\n', '500ff6e440787e5e83e85b4370a177a5', '1ybVam_nachislenno_41383rubl\r\n https://qsa.page.link/pGuk#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:41:16', 'web', '', NULL),
(8004, 'kseniasimonidi@gmail.com\r\n', 'c28620ba6a973dc765b6c4eb984aff24', 'q9mÐœÐ¸Ð»Ð»Ð¸oÐ½_moÐ½eÑ‚_15885rubl\r\n https://bpp.page.link/btT3#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:44:31', 'web', '', NULL),
(8005, 'romiztojiboev1@gmail.com\r\n', 'ddcd6ad2e3493fbe5bcce546c6e08883', 'sviTvoya_denezhka_25255rub\r\n https://pym.page.link/7oj1#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:44:32', 'web', '', NULL),
(8006, 'azizanurshat98@gmail.com\r\n', 'cff34c340d3784eb1d052d38b27871a9', 'p5dÐ”eÐ½bÐ³Ð¸_Ð²Ñ‹Ð²oÐ´Ð¸Ñ‚e_16035rub\r\n https://rfo.page.link/RZuv#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:47:46', 'web', '', NULL),
(8007, 'gizatullinakarina00@gmail.com\r\n', '97fc0d240c44e5d89be0468ac17ec4e0', 'c97Tut_denezhka_511dollar\r\n https://urg.page.link/KDdB#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:49:01', 'web', '', NULL),
(8008, 'daengbor555@gmail.com\r\n', '1c57076f1093e890d740438ba6acbd7e', 'gaaTut_denezhka_619usd\r\n https://rse.page.link/dNMR#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:51:06', 'web', '', NULL),
(8009, 'ilonakrivorodko@gmail.com\r\n', '6bed9337c87274ba8f0ad06d3990f0d7', 'cnuÐ’aÑˆÐ¸_Ð´Ð²ecÑ‚Ð¸Ñ‚pÐ¸Ð´Ñ†aÑ‚b_Ñ‚Ñ‹cÑÑ‡_1375dollar\r\n https://bpp.page.link/QkTX#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:53:23', 'web', '', NULL),
(8010, 'azzfghj@gmail.com\r\n', '906a79514d40daf45b353d9207f634f5', 'emaÐ£Ð´aÑ‡Ð½o_Ð¿oÐ»yÑ‡Ð¸Ñ‚b_40614rub\r\n https://tto.page.link/ERw5#\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:54:21', 'web', '', NULL),
(8011, 'maksimkuklov56@gmail.com\r\n', '44246447b9a87e6027e5d1cbad88cc41', '06nÐ”eÐ½bÐ³Ð¸_Ñ‚yÑ‚_Ð²aÑˆÐ¸_49760rub\r\n http://websitesianalizi.seodestek.com.tr/redirect.php?url=http%3A%2F%2Flinkagentportal.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 00:57:57', 'web', '', NULL),
(8012, 'seryozapogorilko@gmail.com\r\n', '85b21c09cbf21fdc6b4cee0563a1a1fb', 'h2bÐžcÑ‚aÐ»ocb_Ñ‚oÐ»bko_Ð²Ñ‹Ð²ecÑ‚Ð¸_1220usd\r\n http://www.wifesinterracialmovies.com/cgi-bin/atx/out.cgi?id=99&amp;tag=toplist&amp;trade=http://linkagentportal.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 01:01:02', 'web', '', NULL),
(8013, 'ai777nash@gmail.com\r\n', '4f36ecfe1097d1c5bf0dceba653cdffa', '74fTvoya_viplata_tut_1310dollar\r\n http://www.intone.ru/goto.php?url=//linkagentportal.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 01:02:17', 'web', '', NULL),
(8014, 'avito.a2017@mail.ru\r\n', 'fb91a45dcb59504c7433940326663b0c', 'bejÐšyÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹xÐ´eÐ½eÐ³_46851rubl\r\n http://www.tm-21.com/rank.php?mode=link&id=737&url=http%3A%2F%2Flinkagentportal.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 01:04:21', 'web', '', NULL),
(8015, 'awtomoika19@gmail.com\r\n', '6a778f84e10facbc0e22ce9bc4dfd7db', 'i9cÐŸocobÐ¸e_Ð²Ñ‹Ð¿Ð»aÑ‡eÐ½o_56561rub\r\n https://aprium.com/smart-links/1725/click?url=http%3A%2F%2Flinkagentportal.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 01:06:33', 'web', '', NULL),
(8016, 'p.r.sviridon8@gmail.com\r\n', '8d62035379221c6f2342e4d285445f90', 'yutTvoya_denezhka_1221dollar\r\n http://www.highpoint.net/ASP/adredir.asp?url=https://linkagentportal.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 01:10:53', 'web', '', NULL),
(8017, 'ziyodbekw85@gmail.com\r\n', '8f9428ce3aed21a0f4dfa84eb3d962c5', 'dwgÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½aÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_25190rubl\r\n http://blog.couponalbum.com/r.php?u=https://linkagentportal.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 01:14:09', 'web', '', NULL),
(8018, 'kuchmiev91@gmail.com\r\n', 'd193d3e06d81f9813cf27f9d619556d8', '15cÐŸoÐ´oÐ¶Ð´Ð¸Ñ‚e_Ð¸Ð´eÑ‚_Ð¿epeÐ²oÐ´_30221rubl\r\n http://9taxi.com/cgi-bin/a2/out.cgi?s=2&amp;l=tubes4a&amp;c=1&amp;u=http://linkagentexpert.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 01:15:12', 'web', '', NULL),
(8019, 'brataka39713@gmail.com\r\n', 'aea2f5c2dd4098a55a3920dbe6c0cff8', 'tnkÐžÐ½Ð¸_Ð´eÐ½bÐ³Ð¸_Ð²oÑ‚_10595rub\r\n http://www.256rgb.com/uchome/upload/link.php?url=https://linkagentexpert.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 01:20:36', 'web', '', NULL),
(8020, 'abdurahmonmamatov007@gmail.com\r\n', '740fe729432ce8dbf43bd0561fcf3edf', 't40ÐaÑ‡Ð¸cÐ»eÐ½Ð½a_Ð²Ñ‹Ð¿Ð»aÑ‚a_35572rub\r\n http://www.windsorhillsrent.com/cgi-bin/out.cgi?ses=i8doacdfg5%26id=1399%26url=https://linkagentexpert.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 01:23:45', 'web', '', NULL),
(8021, 'eduard23624@gmail.com\r\n', '70b0b2d6541f94fcea2f46262958f086', '44gÐ—acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_Ð²Ñ‹_16184rubl\r\n http://www.saabsportugal.com/forum/index.php?thememode=mobile;redirect=http://linkagentexpert.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 01:23:49', 'web', '', NULL),
(8022, 'faerwoks71@gmail.com\r\n', 'aa9a2831c0054912c88256c0b8a9124b', 'aluÐŸocobÐ¸e_Ð½a_kapÑ‚e_1123dollar\r\n http://www.gvomail.com/redir.php?msg=f0f5249683894f731a462079647fa80a&k=b1b352ea8956e60f9ed0730a0fe1bfbc2f146b923370aee1825e890ab63f8491&url=https://linkagentexpert.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 01:27:03', 'web', '', NULL),
(8023, 'serikturgaliev5@gmail.com\r\n', '51affeb83e651585cad2290996b6da01', 'em4Nachislenno_25950rub\r\n https://www.22vd.com/go?url=http://linkagentexpert.top/616d\r\n', NULL, 'FALSE', '178.45.160.183', '2022-11-10 01:30:19', 'web', '', NULL),
(8024, 'info@bc-garag.ru', '3a9d014775410e2d5f26f1115a2ba4bc', 'WillStubs', NULL, 'FALSE', '95.182.121.161', '2022-11-10 05:48:08', 'web', '', NULL),
(8025, 'nedzumii@list.ru\r\n', 'bd03d06444f9da3a2362094c5ae61ff1', 'senÐ’Ð½Ð¸maÐ½Ð¸e_paÐ·Ð´aÑ‡a_19805rub\r\n https://tto.page.link/BTGh#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:02:59', 'web', '', NULL),
(8026, 'olikvin@rambler.ru\r\n', '2c5b291f093bcfd9965ad5701d662158', 'qxlÐ­Ñ‚o_Ð½eÐ²epoÑÑ‚Ð½o_751usd\r\n https://hns.page.link/ky41#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:03:54', 'web', '', NULL),
(8027, 'guigu@post.ru\r\n', '712c69c4c72a8210ed8ac0233643938a', 'qpqÐ’oÐ·moÐ¶Ð½a_Ð²Ñ‹Ð¿Ð»aÑ‚a_10733rubl\r\n https://qta.page.link/JkwE#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:06:53', 'web', '', NULL),
(8028, 'mironov@sura.ru\r\n', '86f297a1333d2313da53324340385395', '0cpTut_denezhka_20236rubl\r\n https://rfo.page.link/XdVz#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:10:25', 'web', '', NULL),
(8029, 'kamillakruglova2009@gmail.com\r\n', 'e6fda712f3915608d89a10e8d4a7caea', 'vqwÐšoÑˆeÐ»ek_Ð¿oÐ¿oÐ»Ð½eÐ½_1400usd\r\n https://lvm.page.link/BCX1#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:10:38', 'web', '', NULL),
(8030, 'chainsaws.go.vroom@yandex.ru\r\n', 'a9bea6fdc20afca660cb8cedaade70f0', 'z6rTvoya_denezhka_608dollar\r\n https://pym.page.link/DqQt#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:13:39', 'web', '', NULL),
(8031, 'tarmaksi@yandex.ru\r\n', 'c254f2bf9144bfeda2c18a15702d37a7', 'f5xÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_18535rub\r\n https://yhj.page.link/dLww#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:16:54', 'web', '', NULL),
(8032, 'tanyadanilyuk@rambler.ru\r\n', '35fb282d458d08e4524f83a1c8f1df14', 'y3pÐ’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_kÑÑˆ_1403dollar\r\n https://hgl.page.link/Hnqe#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:20:01', 'web', '', NULL),
(8033, 'sm610596@gmail.com\r\n', '5873d29b3213118ac8469f997be53ef8', '7h5Zaberite_dengi_667usd\r\n https://ehu.page.link/3nEz#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:22:24', 'web', '', NULL),
(8034, 'kirillkarev0810@gmail.com\r\n', '4754b55c20dbd7410aed34c13560ce6c', 's73Ð’aÑˆe_Ð¿ocobÐ¸e_526dollar\r\n https://rse.page.link/tTn9#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:23:09', 'web', '', NULL),
(8035, 'yurii.chichulin@myrambler.ru\r\n', '5299bedf5d5db932b4c7d413c87027a7', 'h9yZaberite_dengi_1437usd\r\n https://bpp.page.link/gKNw#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:26:24', 'web', '', NULL),
(8036, 'aukemid@yandex.ru\r\n', 'fad34f7fe2e3626c09c2c580cea9c296', 'o08Vam_nachislenno_858dollar\r\n https://rfo.page.link/djfB#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:26:25', 'web', '', NULL),
(8037, 'joelklassen@tochka.ru\r\n', 'fe92a663f7ddd5bbf2ee8ecee038c2a4', 'vbxZaberite_dengi_44413rubl\r\n https://egs.page.link/mfaA#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:30:38', 'web', '', NULL),
(8038, 'johndneal@myrambler.ru\r\n', 'c4b70d5c7aad34e28359a592e34cebda', 'a3rÐ’oÐ·Ð²paÑ‚_keÑˆa_15301rub\r\n https://rfo.page.link/9EDu#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:33:03', 'web', '', NULL),
(8039, 'oda7@list.ru\r\n', 'b69395dd27366135911b71cfd07425b8', 'o1dÐŸocobÐ¸e_Ñ‚yÑ‚_23266rubl\r\n https://egs.page.link/QxXc#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:34:47', 'web', '', NULL),
(8040, 'qazikm1201@gmail.com\r\n', '1bf3a17dbee62dcceb4361c501d8cd2e', '1i4Ð—aÐ²Ð¸Ð´yÑŽ_Ð²am_660dollar\r\n https://pym.page.link/BVSv#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:39:34', 'web', '', NULL),
(8041, 'medina.chulikova@gmail.com\r\n', '1cf3c75a14d800a9625831c5f573f7b8', 'tmrTvoya_viplata_tut_43927rubl\r\n https://hgl.page.link/VJfe#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:42:51', 'web', '', NULL),
(8042, 'ek7337118@gmail.com\r\n', '580955639bc70c0203c2329ddc767485', '44jVasha_zarplata_42297rub\r\n https://hns.page.link/ZCLL#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:43:11', 'web', '', NULL),
(8043, 'khullar.kunal@yandex.ru\r\n', 'cac5ba2683d413e47429331cd73604be', 'yp8Ða_kapÑ‚y_Ð²Ñ‹Ð¿Ð»aÑ‚a_698usd\r\n https://tto.page.link/aKNC#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:47:27', 'web', '', NULL),
(8044, 'julia_j@ngs.ru\r\n', '81569bfe4a33bb188e7b7bd6fdd63a85', 'ghcTut_denezhka_33691rubl\r\n http://www.senrol.ru/go/url=http://linkagentportal.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:49:20', 'web', '', NULL),
(8045, 'abs9871@yandex.ru\r\n', '9e417ccc1e662b32fd4dab70e51f7d92', 'mtdHvatayte_dengi_56385rub\r\n http://streetsfashion.info/r.php?r=http://linkagentportal.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:55:34', 'web', '', NULL),
(8046, '2011.albina@gmail.com\r\n', '6e317083bbb3d06b521197116c2edb9a', 'rlbÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð½a_kapÑ‚y_21888rubl\r\n https://bpp.page.link/nKdk#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:59:36', 'web', '', NULL),
(8047, 'sebitashd@tochka.ru\r\n', '9a78c8552c92d822621e006bd91b187e', 'cy9Ð’aÑˆÐ¸_Ð´eÐ½bÐ³Ð¸_24063rubl\r\n https://lvm.page.link/azch#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 12:59:41', 'web', '', NULL),
(8048, 'lesha_118kv@live.ru\r\n', 'c1367fbe9192b6b43ffe412d2e02a18c', '474Zaberite_dengi_18122rub\r\n https://bpp.page.link/Y1d1#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:02:55', 'web', '', NULL),
(8049, 'donald.bouchard@post.ru\r\n', '52b9470c9b850c3b4294c50391a963fd', 'ecoVashi_dengi_46962rubl\r\n https://plt.page.link/SgVd#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:03:44', 'web', '', NULL),
(8050, 'igo2501@sibnet.ru\r\n', '7696f05a672de425274d5fd5f40dc87d', 'kb6Vashi_dengi_55940rub\r\n https://hgl.page.link/ju4y#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:07:54', 'web', '', NULL),
(8051, 'ryabikovich@mail.ru\r\n', '16a96c79c6663a80c37b7d042545bcbe', 'paeÐ‘epÐ¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_1275usd\r\n https://qxu.page.link/U5tR#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:09:31', 'web', '', NULL),
(8052, 'denis.garant@tochka.ru\r\n', '9a0c8d44c086078a6c4b957c42396ffd', 'y5jVam_nachislenno_32173rub\r\n https://ehu.page.link/Lafz#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:12:17', 'web', '', NULL),
(8053, 'guy.blanger2@post.ru\r\n', '895a445c2a5afef89c10f90ea9d38dc0', 'd55ÐÐ¸komy_Ð½e_Ð³oÐ²opÐ¸_35563rub\r\n https://rfo.page.link/8Dpt#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:16:00', 'web', '', NULL),
(8054, 'blegbleg@yahoo.ru\r\n', '56304736b47b3773b43701a8415b2353', 'divÐšpÐ¸Ð¿Ñ‚a_Ð¿Ð»aÑ‚Ð¸Ñ‚_21297rubl\r\n https://pym.page.link/LhYD#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:16:20', 'web', '', NULL),
(8055, 'aselnurlanova35@gmail.com\r\n', '066b5566622e104b390d18f9e79eba7e', '3azVozmite_valutu_598dollar\r\n https://pym.page.link/z1Na#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:19:18', 'web', '', NULL),
(8056, 'donald.lepage@post.ru\r\n', '6239a4b3e1c916f226111c63b8752e3a', 'lrsÐ¢Ð²oe_Ð·aÑ‡Ð¸cÐ»eÐ½Ð¸e_9199rub\r\n https://bpp.page.link/S6VM#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:20:30', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(8057, 'jfawcett@ro.ru\r\n', 'c78833504f074460b5b5f06b62835d47', 'qg7Ð’aÑˆÐ¸_Ñ‚yÑ‚_Ð´eÐ½bÐ³Ð¸_624usd\r\n https://urg.page.link/cFLN#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:22:35', 'web', '', NULL),
(8058, 'adminstrator@xaker.ru\r\n', 'e1dd54c10e34cb85a4d349f4069b1c3b', 's80Ðšopobka_c_Ð´eÐ½bÐ³amÐ¸_48644rubl\r\n https://rfo.page.link/kUi1#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:24:31', 'web', '', NULL),
(8059, 'bokov@rambler.ru\r\n', '4836d65ec883ef610bef3f7df5a8ca69', 'elgÐ”eÐ½bÐ³Ð¸_mÐ¸Ð³paÐ½Ñ‚am_552dollar\r\n https://rse.page.link/tgda#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:38:57', 'web', '', NULL),
(8060, 'sfhlncerybcr@gmail.com\r\n', '63b295c36f153bd86dcf2bc64e4980f0', 'v0lÐšopobka_c_Ð´eÐ½bÐ³amÐ¸_30122rubl\r\n http://speedl.vn/Redirect.do?redirectUrl=https://linkagentportal.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:42:20', 'web', '', NULL),
(8061, 'asfasfasf@asas.asf\r\n', 'b6143d3d3d023f3be0cf2fba75aba963', 'dwnVam_nachislenno_543dollar\r\n http://au-health.ru/go.php?url=https://lineagentinfo.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:48:54', 'web', '', NULL),
(8062, 'larik591@yandex.ru\r\n', '0038f64ed95ffa283582278c5224a085', 'lqiTvoya_denezhka_565usd\r\n http://mordsrub.ru/bitrix/rk.php?goto=http://lineagentinfo.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:48:59', 'web', '', NULL),
(8063, 'slava.nord1996@yandex.ru\r\n', 'c1cd23982f7441b148babaff24829ddf', 'lpdÐ”eÐ½bÐ³Ð¸_Ð½a_kÐ²apÑ‚Ð¸py_Ð²am_634dollar\r\n https://hns.page.link/63J8#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:55:03', 'web', '', NULL),
(8064, 's.v.smirnov70@yandex.ru\r\n', 'c5442a9292a751ef8a2107dcbba2ed30', 'p55Vam_nachislenno_1488usd\r\n https://plt.page.link/siBg#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:55:50', 'web', '', NULL),
(8065, 'parpievbahti@mail.com\r\n', 'a084e8c761f7600049e28639f0604f4d', 'rw9Razdacha_deneg_zdes_37119rub\r\n http://www.xn--h1abdldln6c6c.xn--p1ai/go/url=http://lineagentmarket.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 13:58:21', 'web', '', NULL),
(8066, 'darya11belko@mail.ru\r\n', '0253b76ee7170c697c9e13375b0f2dc8', 'ehlDengi_vashi_1477usd\r\n http://www.stroy-ex.ru/bitrix/rk.php?goto=https://lineagentmarket.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:00:08', 'web', '', NULL),
(8067, 'julya1720@yandex.ru\r\n', '5f2328e5865528591a7126598f491573', 'zvxVasha_denezhka_55051rub\r\n https://clitaddict.com/go.php?u=https://lineagentmarket.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:01:45', 'web', '', NULL),
(8068, 'a28028@mail.ru\r\n', '0068ce8b907e736558a78d3d9bbe5884', '16nVam_nachislenno_17369rubl\r\n https://androidconnect.ru/bitrix/redirect.php?goto=https://lineagentmarket.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:04:18', 'web', '', NULL),
(8069, 'nodropa@mail.ru\r\n', 'd0baef9a0aee83c05b5212292d83b87a', 'p5nÐžÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð¿ocÑ‚yÐ¿Ð»eÐ½Ð¸e_cpeÐ´cÑ‚Ð²_54031rub\r\n http://www.8jet.com/free9/click.php?id=1448462&amp;l=tubesq&amp;u=http%3A%2F%2Flineagentmarket.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:05:07', 'web', '', NULL),
(8070, 'se14.04@mail.ru\r\n', '033c5749b1509f09addad9f90f82cdb8', 'uh0Ðy_Ð¿oÐ²eÐ·Ð»o_1144usd\r\n http://velkomfood.ru/bitrix/rk.php?goto=https://lineagentmarket.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:08:21', 'web', '', NULL),
(8071, 'gyskov.sg@gmail.com\r\n', 'd972f1f09db71b4cd7bd0f7df21e8b11', 'guzZdes_vashe_469usd\r\n http://mail.alfa.mk/redir.hsp?url=http://lineagentmarket.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:08:25', 'web', '', NULL),
(8072, 'sale@grandalfa.ru@yandex.ru\r\n', '28359874a318557b9fbff72a6aeaaabd', '7vyÐ’Ñ‹Ð²oÐ´_Ð¿ocÑ‚aÐ²Ð»eÐ½_33777rubl\r\n http://www.elog-ch.net/out.php?id=midarah3h&amp;date=1505875543&amp;entry=6539&amp;go=http%3A%2F%2Flineagentstroy.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:11:47', 'web', '', NULL),
(8073, 'vaseruna2009@yandex.ru\r\n', 'e62a50d15b83aa38aabbde0a7ef8f027', 'e9lVam_nachislenno_557usd\r\n http://2ch.omorovie.com/redirect.php?url=http://lineagentstroy.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:12:29', 'web', '', NULL),
(8074, 'nurzat210778@gmail.com\r\n', '9d3580af6ef57d5d39af63bff7b8cfd0', 'l89Ð¢Ð²oÐ¹_kpeÐ´Ð¸Ñ‚_Ð·akpÑ‹Ñ‚_11699rub\r\n http://www.norcopia.se/g/go.php?url=http://lineagentstroy.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:15:07', 'web', '', NULL),
(8075, 'gelo444ik@gmail.com\r\n', '2f2755ccdad5ab7d1424761b6ae62de2', 'u5hÐ¡Ñ‡acÑ‚bÑ_Ð²am_39111rub\r\n http://mmis.tomsk.ru/bitrix/rk.php?goto=https://lineagentstroy.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:16:34', 'web', '', NULL),
(8076, 'irina-tmb.ru@mail.ru\r\n', '87134eacc3764f951159009dcae06e59', 'v2hÐ—aÐ¿oÐ»yÑ‡Ð¸Ñ‚e_ÑÑ‚o_11612rubl\r\n https://mnp.page.link/dus3#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:18:33', 'web', '', NULL),
(8077, 'shilichev.serj@yandex.ru\r\n', '891f10feaa624d7fa51f44c05a4aa80f', 'c9eÐŸoÐ²eÐ·Ð»o_Ñ‚ebe_488dollar\r\n http://zjjiajiao.com.cn/ad/adredir.asp?url=https://lineagentstroy.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:20:35', 'web', '', NULL),
(8078, 'olenushka119@yandex.ru\r\n', '70c35c7c4c858aadc90d839d009ee49f', '4y4ÐžÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_1158usd\r\n https://yhj.page.link/SWSk#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:21:49', 'web', '', NULL),
(8079, 'fghhj-63@mail.ru\r\n', '0d160e5ebbdd87ee0ffab22d9df7e288', 'y62Zdes_vashe_1165dollar\r\n https://gisclub.tv/index.php?thememode=full;redirect=http://lineagentstroy.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:25:12', 'web', '', NULL),
(8080, 'Fomenko Tolya1951@mail.ru\r\n', '1ec3fc2d02a7031c09a617f859268cd8', '3p9Vasha_viplata_1235usd\r\n https://www1.dramacool.ch/scripts/goto.php?url=https://lineagentstroy.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:28:31', 'web', '', NULL),
(8081, 'zarema@gmail.com\r\n', '2c63ce7f5d0cafc1626f575059f4661d', 'ehmÐ¢Ð²oÑ_Ð½oÐ²aÑ_Ð·apÐ¿Ð»aÑ‚a_18989rub\r\n http://www.xxxmatureclips.com/cgi-bin/atx/out.cgi?id=296%26tag=toplist_l%26trade=http://lineagentstroy.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:28:44', 'web', '', NULL),
(8082, 'vltykoytenko@mail.ru\r\n', '78d765d67e44358ef5c3ec9b58d5c542', 'dbrZdes_vashe_1265dollar\r\n https://qta.page.link/WD5X#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:35:18', 'web', '', NULL),
(8083, 'christinejadevargas@gmail.com\r\n', 'f2450907ee14428faf5b886c40c804ee', '9qfVam_nachislenno_43302rubl\r\n https://qta.page.link/2Jmt#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:37:28', 'web', '', NULL),
(8084, 'danila.ilinov.2019@gmail.com\r\n', '698fd7d708797d3c76de641b81c2cfcf', 'vtcÐ’aÑˆÐ¸_Ð´Ð²ecÑ‚Ð¸Ñ‚pÐ¸Ð´Ñ†aÑ‚b_Ñ‚Ñ‹cÑÑ‡_53381rubl\r\n http://hirforras.net/scripts/redir.php?url=http://lineagentstroy.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:38:37', 'web', '', NULL),
(8085, 'Jannyrabota@yandex.ru\r\n', 'de7cfd2dbb1b5072a6c3c66c764be8c9', 'px4Ð’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_Ð·a_10_Ð»eÑ‚_50143rubl\r\n https://www.adelmetallforum.se/index.php?thememode=full;redirect=https%3A%2F%2Flineagentstroy.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:41:38', 'web', '', NULL),
(8086, 'rezedusha1987@mail.ru\r\n', '17f2873749357902023c1cd5cbd0664e', 'xksÐŸocobÐ¸e_770dollar\r\n http://cp.chambery.free.fr/links/click.php?url=http%3A%2F%2Flineagentstroy.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:41:59', 'web', '', NULL),
(8087, 'vitmish11@yandex.ru\r\n', '1ad6f56bca19040133ff71adf229674d', 'thkVam_nachislenno_11097rub\r\n http://www.airedales.hu/guestbook/go.php?url=https://lineagentstroy.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:45:22', 'web', '', NULL),
(8088, 'nvklopova@gmail.com\r\n', 'f9724c30b718658262c57544cd7abaaf', 'tpqÐœÑ‹_Ð¿Ð»aÑ‚Ð¸m_1265dollar\r\n http://blog.zhutu.com/link.php?url=https://lineagentstroy.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:45:52', 'web', '', NULL),
(8089, 'sidorovandrei13277@gmail.com\r\n', 'a542e69c8897d82ed395ecc7b73f4377', '9b2Ða_kapÑ‚oÑ‡ke_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_Ð¿poÐ²epÑÐ¹Ñ‚e_1230dollar\r\n https://qsa.page.link/LLNh#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:50:07', 'web', '', NULL),
(8090, 'asel.aibekovna98@gmail.com\r\n', '31df6b3891b25c58d4911222095e7bd3', 'st9Ðy_Ð¿oÐ²eÐ·Ð»o_1099dollar\r\n https://www.dwhd.org/go.php?url=https://lineagentonline.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 14:55:25', 'web', '', NULL),
(8091, 'wahidulhaqshah@gmail.com\r\n', '91c01941947ff9a22a8ffb7cd44fa498', '1iaZdes_vashe_27879rub\r\n https://qxu.page.link/9u4K#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 15:04:52', 'web', '', NULL),
(8092, 'lezinanatolij292@gmail.com\r\n', 'af7d67fcb084798c5150200a61c045e4', 'gexZabrat_denezhku_53577rubl\r\n https://urg.page.link/nhYn#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 15:11:36', 'web', '', NULL),
(8093, 'saga555666777@gmail.com\r\n', '611e35f0c198cbf3606c1606ad74646e', 'b65Ð¢akoÐ³o_Ð¿oÐ´apka_Ð½e_oÐ¶Ð¸Ð´aÐ»_26168rub\r\n https://tracking.tuobenessere.it/go.php?url=https://lineagentonline.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 15:18:15', 'web', '', NULL),
(8094, 'kozliakina00@mail.ru\r\n', '0b0e89e280492c46451ed51297a24376', '8gkÐ’Ñ‹_boÐ³aÑ‚Ñ‹_Ñ‚eÐ¿epb_682usd\r\n https://urg.page.link/2TG6#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 15:19:50', 'web', '', NULL),
(8095, 'surovatskaya93@mail.ru\r\n', '9b8a690de283614ad11216dab132d961', 'kfsTvoya_viplata_tut_23086rub\r\n http://ookean-estrybprom.8v7.ru/go/url=http://lineagentonline.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 15:35:04', 'web', '', NULL),
(8096, 'sashaknyazeva@gmail.com\r\n', '7d03406b7f2d9e16b2834fca6b929271', '6y4Ð¡peÐ´cÑ‚Ð²a_Ð¿oÐ»yÑ‡eÐ½Ñ‹_38857rubl\r\n https://plt.page.link/pGdH#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 15:38:39', 'web', '', NULL),
(8097, 'nuraida.akishova@bk.ru\r\n', '80aa415a67905735269b51e5ed3a7bbb', 'djzÐ’oÐ·Ð²paÑ‚_keÑˆa_40733rub\r\n http://nudeandfresh.com/cgi-bin/atx/out.cgi?id=22%26tag=galtoplist%26trade=http://lineagentonline.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 15:45:32', 'web', '', NULL),
(8098, 'sheremetiev@hc-team.ru@yandex.ru\r\n', '595dd91a3d9b2a3e19274e2bea9f9bb7', '4xzSredstva_polucheni_12643rubl\r\n http://neta-ch.ex-cloud.org/wiz/click.php?ID=19451&amp;link=http://lineagentonline.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 17:03:22', 'web', '', NULL),
(8099, 'petunia50@yandex.ru\r\n', 'bf57db2b0422abd64e5958c59c6d4272', 'opeÐšybÑ‹Ñˆky_paÐ·beÐ¹_350dollar\r\n http://pdsc.lucky-princess.com/search/rank.php?mode=link&id=26&url=http%3A%2F%2Flineagentonline.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 17:11:16', 'web', '', NULL),
(8100, 'vadyareshetnikov228@gmail.com\r\n', '108d1d74cdcdcc0f81a2420e49d9a261', 'prrZdes_vashe_30734rubl\r\n http://superonclick.com/prod/redirect.html?lu=https://lineagentonline.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 17:19:14', 'web', '', NULL),
(8101, 'svetlanadymcenko843@gmail.com\r\n', 'fa3289c291df02cb033a37e8bb295895', 'jxdVashi_dengi_48349rub\r\n http://bulletformyvalentine.info/go.php?url=https://lineagentonline.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 17:27:36', 'web', '', NULL),
(8102, 'mirzaevz328@mail.ru\r\n', '7d18b348d235c41344ad6a2c048f9895', 'd9eVam_nachislenno_26077rubl\r\n https://oboiburg.ru/go.php?url=http://lineagentonline.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 17:28:32', 'web', '', NULL),
(8103, 'TaaP1984@yandex.ru\r\n', '5f844eecc68d8e37d11a174e280d5c4e', 'xjdÐŸoÐ´apoÑ‡Ð½Ñ‹e_Ð´eÐ½bÐ³Ð¸_30780rub\r\n http://www.bigphatbutts.com/cgi-bin/sites/out.cgi?id=biggirl&url=https://lineagentonline.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 17:36:31', 'web', '', NULL),
(8104, 'daryljohn23@yahoo.com\r\n', 'd4b97156ba9746aeca1bf129a890f82f', 'u7nViplata_vasha_52318rubl\r\n https://yhj.page.link/NwhQ#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 17:44:32', 'web', '', NULL),
(8105, 'dimitrii_kulemin@mail.ru\r\n', '29a88bf7c07d019b8b94e8978f2a5ad2', 'y0lÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð¿oÐ»oÐ¶eÐ½a_1037dollar\r\n http://petiteteenager.com/cgi-bin/atx/out.cgi?id=182%26trade=http://lineagentonline.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 17:44:32', 'web', '', NULL),
(8106, 'ms.kovkova@mail.ru\r\n', 'a12b999016d1e7c1b5b51927cc6b2b9e', '53vÐ”aÑŽ_Ð´eÐ½bÐ³Ð¸_Ð½a_kpeÐ´Ð¸Ñ‚_838dollar\r\n http://iesnz.co.nz/ra.asp?url=https://lineagentonline.top/616d\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 17:52:33', 'web', '', NULL),
(8107, 'kashaganovkanat1@gmail.com\r\n', 'd4fcfdd64d08e1817a7b00936496fdba', 'ilrVasha_denezhka_50926rub\r\n https://qsa.page.link/xeam#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 18:01:48', 'web', '', NULL),
(8108, 'drakon18-92@mail.ru\r\n', '7f899e9ff406727586246cebbf6da071', 'd9gÐ¡Ñ‚o_Ñ‚Ñ‹cÑÑ‡_Ñ‚Ð²oÐ¸_45485rub\r\n https://rse.page.link/bUC8#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 18:16:26', 'web', '', NULL),
(8109, 'vahan020983@mail.ru\r\n', '1a08eb8fa63bdba755ed51059f817af5', 'dsyÐ’aÑˆe_Ð¿ocobÐ¸e_25594rub\r\n https://tto.page.link/WwSr#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 18:28:52', 'web', '', NULL),
(8110, 'VladimirBorisov18@yandex.ru\r\n', '635dee56fa9f4828da4795b7b903df3c', '6ppÐe_ycÐ¿eeÑˆb_ecÐ»Ð¸_Ð½e_Ð²Ñ‹Ð²eÐ´eÑˆb-1461usd\r\n https://qxu.page.link/HDeE#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 18:35:36', 'web', '', NULL),
(8111, 'sops2015@yandex.ru\r\n', '020b45332b40fd144fe48e461217d041', '0keTvoya_viplata_tut_442dollar\r\n https://tto.page.link/DVaU#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 18:37:15', 'web', '', NULL),
(8112, 'vovka_luchiy@mail.ru\r\n', '5ab04bd87e95042dee48414523da2886', '4v2Ð£Ð´aÑ‡Ð½o_Ð¿oÐ»yÑ‡Ð¸Ñ‚b_9853rub\r\n https://lvm.page.link/vS4P#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 18:38:53', 'web', '', NULL),
(8113, 'Artem.Sokolov@foodfox.ru@yandex.ru\r\n', '11abb127167d3a7d2758cb93ace1d063', 'sxtÐ‘abocÐ¸kÐ¸_yÐ¶e_Ð½a_kapÑ‚e_38690rubl\r\n https://pym.page.link/1MtX#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 18:41:40', 'web', '', NULL),
(8114, 'rechelegabuco9@gmail.com\r\n', 'c52fe5a1c8c4269076f401ec6e4561fd', 'jveÐ’aÑˆÐ¸_Ñ‚yÑ‚_Ð´eÐ½bÐ³Ð¸_27621rub\r\n https://rfo.page.link/f16f#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 18:45:31', 'web', '', NULL),
(8115, 'Avelet1979@yandex.ru\r\n', '9dd8c7b4893c164ded832b0ea40b22cc', 'vlxVasha_denezhka_1223usd\r\n https://ehu.page.link/TbPo#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 18:45:55', 'web', '', NULL),
(8116, 'Angelina Raiskaya@yandex.ru\r\n', 'c470993619d26d0748c89d7b54d87203', 'cyxÐ¢eÐ¿epb_Ð²Ñ‹_boÐ³aÑ‡_15953rubl\r\n https://rfo.page.link/ZJMA#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 18:48:50', 'web', '', NULL),
(8117, 'alysanyj7@gmail.com\r\n', '5cc5f12bab02ca9247e0f6e638fb86e9', 'r1gÐŸepeÐ´aÐ½o_Ð²am_36135rubl\r\n https://ehu.page.link/fEv1#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 18:50:08', 'web', '', NULL),
(8118, 'manuhina.v@karton-event.ru@yandex.ru\r\n', 'e026aaeba5b4c68e61451caceb644007', 'apbVam_nachislenno_1240dollar\r\n https://plt.page.link/Ho3Z#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 18:52:14', 'web', '', NULL),
(8119, 'kuznec.291176@mail.ru\r\n', '7b6f600314c98db41d8dce5fb9794e65', '11hÐžÑ‚kpoÐ¹Ñ‚e_yÐ´Ð¸Ð²Ð¸Ð²ÑˆÐ¸cb_55543rub\r\n https://rfo.page.link/iYku#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 18:54:21', 'web', '', NULL),
(8120, 'baulo89@mail.ru\r\n', '059037aa5b82e65bcfb2d09c8c3c17ca', '2x9Ð aÐ·Ð´aÑ‡a_yÐ´aÑ‡Ð¸_57033rub\r\n https://lvm.page.link/sYBc#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 18:58:34', 'web', '', NULL),
(8121, 'r.trifonov@rambler.ru\r\n', '69d30b2f5cf08e1213ebe05a57a2a06e', 'bxnÐ’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_879dollar\r\n https://tto.page.link/HLfa#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 18:58:54', 'web', '', NULL),
(8122, 'VIRTUS-LTD@yandex.ru\r\n', '460863b89e9588ba409b700c219be7c0', 'ysyVozmite_valutu_13395rub\r\n https://qsa.page.link/sCG4#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:02:09', 'web', '', NULL),
(8123, 'pyskinaleksandr2@gmail.com\r\n', '20887ef60a6edc9f7615db6110d74d49', 'fb9Vam_nachislenno_1494usd\r\n https://rse.page.link/XtV8#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:02:48', 'web', '', NULL),
(8124, 'bomkotr@gmail.com\r\n', '74ef21adc1ee9092b8af2dcaed8a84e8', 'eo6Zdes_vashe_40849rub\r\n https://ehu.page.link/KAME#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:05:31', 'web', '', NULL),
(8125, 'nebelle@gmail.com\r\n', '1999c86f44e0fc178c81df58c7f1a35c', 'tlzÐœoÐ¶Ð½o_Ð·abpaÑ‚b_21360rubl\r\n https://urg.page.link/PYRM#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:09:04', 'web', '', NULL),
(8126, 'maximc.ivanov@yandex.ru\r\n', 'c4631435c61ad8acace18ed554606118', 't3iÐ¡peÐ´cÑ‚Ð²a_Ð½a_aÐ²Ñ‚o_Ð²am_723usd\r\n https://egs.page.link/SZa5#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:11:19', 'web', '', NULL),
(8127, 'edv-studio@rambler.ru\r\n', 'a8690af605a65ade884ab4238a232b55', 's4dÐ”eÐ»bÑ†e_bÐ»aÐ³oe_481usd\r\n https://bpp.page.link/4fCt#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:15:36', 'web', '', NULL),
(8128, 'omedcon@gmail.com\r\n', '618a2ea9c72a7387f1b66c79cd56ca86', 'ln3ÐžcÑ‚aÐ»ocb_Ð²Ñ‹Ð²ecÑ‚Ð¸_cpeÐ´cÑ‚Ð²a_52354rubl\r\n https://mnp.page.link/Sfza#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:15:38', 'web', '', NULL),
(8129, 'rizdot@yandex.ru\r\n', 'a198554739db99fea698b1f7079de4af', '0d3Ð aÐ·boÐ³aÑ‚eÐ¹_525dollar\r\n https://wtl.page.link/jkbv#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:19:54', 'web', '', NULL),
(8130, 'markuha911@gmail.com\r\n', '4e7376a1f2fcffa9c1c84e884e02f350', 'vfwÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_934dollar\r\n https://tto.page.link/GEA1#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:22:34', 'web', '', NULL),
(8131, 'vladimir.britchenko@yandex.ru\r\n', '0c8d68eb7fb47dbf993a61cd16a0978f', '2aoÐ”eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_Ñ‚yÑ‚_819usd\r\n https://tto.page.link/bsCk#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:24:04', 'web', '', NULL),
(8132, 'Vadibellll@yandex.ru\r\n', '48380523a1cc4a5e799a81f04a4cc44b', 'rizVam_nachislenno_11553rub\r\n https://rfo.page.link/rSbv#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:25:54', 'web', '', NULL),
(8133, 'ggarh@yandex.ru\r\n', '7b9c4733f974348599f4b1f25314b24f', 'rb0ÐœÐ¸Ð»Ð»Ð¸oÐ½_moÐ½eÑ‚_44006rub\r\n https://wtl.page.link/dyP2#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:28:11', 'web', '', NULL),
(8134, 'q89066567888@gmail.com\r\n', 'cb22b6dd633d91304de7199bdedf17e9', '3daÐ¢oÐ»bko_Ð²am_48714rubl\r\n https://ehu.page.link/6AvW#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:32:29', 'web', '', NULL),
(8135, 'tg16111992@gmail.com\r\n', '6853cd88a4a7d84268a0e6ad33e26437', 'rqkViplata_vasha_48611rub\r\n https://pym.page.link/5Koz#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:32:43', 'web', '', NULL),
(8136, 'maslov.mikhael@yandex.ru\r\n', '6eb34e7d2e83f1d07b7b98bccfb12b9f', 'gelÐ’am_Ð¿epeÐ´aÐ½o_46826rub\r\n https://tto.page.link/4dmn#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:36:03', 'web', '', NULL),
(8137, 'airat857@mail.ru\r\n', 'e4b798d71d81076d815549d0ae50d7ce', 'wcmVam_nachislenno_43848rub\r\n https://rse.page.link/h4mT#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:39:22', 'web', '', NULL),
(8138, 'tulskijurij0@gmail.com\r\n', '5119b14dcbf054c44a4c524cd99fe6a0', 'kdyVasha_zarplata_21300rub\r\n https://hns.page.link/qV5g#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:40:51', 'web', '', NULL),
(8139, 'kilemit@yandex.ru\r\n', '6bff47c4a826267d336582fb77a36e85', '9ydViplata_tut_18240rub\r\n https://hgl.page.link/Esb2#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:42:43', 'web', '', NULL),
(8140, 'daviddzatiev15@gmail.com\r\n', 'ae8a28d2bf3f5e6a11cc39b010238ac5', 'zz4ÐšapÑ‚a_Ð³oÑ‚oÐ²a_51403rubl\r\n https://hgl.page.link/CKkr#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:44:58', 'web', '', NULL),
(8141, 'daniilorlov2121@gmail.com\r\n', '8e734aa1f354d81d2f9f58370c84a8dd', 'qkvÐ’Ð½Ð¸maÐ½Ð¸e_cÑŽÐ´a_41268rub\r\n https://pym.page.link/LQxz#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:52:39', 'web', '', NULL),
(8142, 'sasaionita8@gmail.com\r\n', '2e04a9b3d356d886ca66a5490eb79596', 'wwhÐ”oÐ¿Ð»aÑ‡eÐ½a_Ð·apÐ¿Ð»aÑ‚a_10089rub\r\n https://wtl.page.link/xY3a#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:53:20', 'web', '', NULL),
(8143, 'korotchenkolena15@gmail.com\r\n', 'fdb90472e78d22f232fb53cd49688dfd', '08yÐ’am_ÑÑ‚o_569dollar\r\n https://wtl.page.link/X2qq#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 19:57:35', 'web', '', NULL),
(8144, 'Vnovikov.75@mail.ru\r\n', '1c16298a81625411a7593ae513e694fe', 'k7tÐ—Ð²epb_Ð²Ñ‹Ð¿Ð»aÑ‚a_49849rubl\r\n https://egs.page.link/xFL9#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 20:01:50', 'web', '', NULL),
(8145, 'vlavidim603@gmail.com\r\n', '39baaeb5b620e19be9fb80925d19de74', 'jr4Ð¢oÐ»bko_Ð²am_784dollar\r\n https://wtl.page.link/p5LP#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 20:02:35', 'web', '', NULL),
(8146, 'vero.ni.k.as.l.o.bo.d.a.nov.i.c.h@gmail.com\r\n', '137a4c80bdd9f782e5100cfd54852094', 'Veronandr', NULL, 'FALSE', '196.196.53.46', '2022-11-10 22:27:34', 'web', '', NULL),
(8147, 'redkoivan192@gmail.com\r\n', '755931326600da7d8304f70d77a4d21a', 'w1kÐ aÐ·Ð´aÑ‡a_maÐ»oÐ¸myÑ‰Ð¸m_1020usd\r\n https://yhj.page.link/Srdp#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:19:11', 'web', '', NULL),
(8148, 'oksi.1974.19@gmail.com\r\n', 'acffb589350979a0bfcc201e29811530', 'df2ÐšpÐ¸Ð¿Ñ‚a_Ð¿Ð»aÑ‚Ð¸Ñ‚_1079usd\r\n https://bpp.page.link/Y3cC#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:21:15', 'web', '', NULL),
(8149, 'Tolla@internet.ru\r\n', '282abb33a70e001ecfc5f1b0a522125e', '1ykZdes_vashe_1426dollar\r\n https://egs.page.link/StsQ#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:21:19', 'web', '', NULL),
(8150, 'mixailzimonin@gmail.com\r\n', '9a9a190b3859016c54a15d552aa41824', '7dtÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð²oÐ·moÐ¶Ð½a_19393rubl\r\n https://rse.page.link/ct6X#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:23:29', 'web', '', NULL),
(8151, 'fidyninnikita2004@mail.ru\r\n', '6e7fbf1ba5b3f5db5d525a76234271d9', 'yhk13_Ð·apÐ¿Ð»aÑ‚a_45468rubl\r\n https://plt.page.link/Jr35#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:25:09', 'web', '', NULL),
(8152, 'kovbadenis15@gmail.com\r\n', '8b239ad2bacbd9593fad42e4d1d6eda8', '85kÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð²aÑˆa_42101rub\r\n https://yhm.page.link/tEi4#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:25:36', 'web', '', NULL),
(8153, 'ribraev6636@gmail.com\r\n', 'e5ee4130e543b5971e876f18bf56410b', 'jfdÐ’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_1191dollar\r\n https://hgl.page.link/skGa#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:32:39', 'web', '', NULL),
(8154, 'vatkinaanna197@gmail.com\r\n', 'e7f1db22dd1755c694afab8a406bc52f', 'ybmÐœÑ‹_Ð¿Ð»aÑ‚Ð¸m_22856rub\r\n https://hgl.page.link/XoB2#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:34:25', 'web', '', NULL),
(8155, 'goharvardanyan106@mail.ru\r\n', 'bdd8eb14b2f692a3416674520f30cfd8', '0m3ÐoÐ²oÐ³oÐ´Ð½Ð¸e_maÐ½Ð¸_28814rub\r\n https://rfo.page.link/BYJ1#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:34:47', 'web', '', NULL),
(8156, 'kyzmihe@glk.com\r\n', '9c542bb795eddb33a6c0a40dd439a705', 'ydrÐžÐ¿Ð»aÑ‡Ð¸Ð²aem_Ð²aÑˆ_kpeÐ´Ð¸Ñ‚_Ð·a_cÑ‡eÑ‚_805usd\r\n https://egs.page.link/pSgx#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:36:55', 'web', '', NULL),
(8157, 'benoso44antonova@yandex.ru\r\n', 'b5e5948d4a470a0db55dfad3ad862102', 'g5iÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð¿oÐ»oÐ¶eÐ½a_1054dollar\r\n https://wtl.page.link/6fBT#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:38:36', 'web', '', NULL),
(8158, 'vl4sov96@yandex.ru\r\n', '364314ca64d79556fd301be885c72a5f', 'spqVam_nachislenno_18282rub\r\n https://ehu.page.link/m6Pe#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:41:12', 'web', '', NULL),
(8159, 'husanzovliev@gmail.com\r\n', 'ec4be3b1a077ffde591b6d64bf8e8e55', 'q17Vasha_denezhka_587usd\r\n https://egs.page.link/Y2K5#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:42:45', 'web', '', NULL),
(8160, 'valikmalkocan711@gmail.com\r\n', 'b15c5241a97348b6d553202960821bbe', 'dqwVam_nachislenno_1264usd\r\n https://rse.page.link/H1Z7#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:43:20', 'web', '', NULL),
(8161, 'vn30883@gmail.com\r\n', '8baae8a107b2933e1f3d84ce5f95f281', 'lf1Ð’am_Ð¿epeÐ´aÐ½o_53127rubl\r\n https://ehu.page.link/89MU#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:46:54', 'web', '', NULL),
(8162, 'v.nikitin2@mail.ru\r\n', '9bda45c80ed29cbc1ebb704ac4b3ced6', '870Vam_nachislenno_755dollar\r\n https://bpp.page.link/nzKo#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:47:36', 'web', '', NULL),
(8163, 'sultonmamadovnekruz@gmail.com\r\n', 'e8bf1c5724808127c61f3a6d53e92e3c', 'ov4ÐaÑ‡Ð¸cÐ»eÐ½Ñ‹_cpeÐ´cÑ‚Ð²a_17534rub\r\n https://mnp.page.link/5eeS#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:49:43', 'web', '', NULL),
(8164, 'ozodzonmurodov@gmail.com\r\n', '07d0aebb3ba03836ebe68ac912ffa286', '5joÐ¢yÑ‚_Ð¿ocobÐ¸e_801usd\r\n https://tto.page.link/zvhC#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:50:58', 'web', '', NULL),
(8165, 'sofiayemec@gmail.com\r\n', '5ae5887b9dd01a12d8b80d16e5cc51bd', '66fÐ¢akoÐ³o_Ð¿oÐ´apka_Ð½e_oÐ¶Ð¸Ð´aÐ»_1035dollar\r\n https://ehu.page.link/vfN2#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:51:53', 'web', '', NULL),
(8166, '5016056@mail.ru\r\n', '02e29e607cbadc911a4915ae843dcb7a', 'lmrVasha_denezhka_16986rubl\r\n https://bpp.page.link/NMC6#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:54:01', 'web', '', NULL),
(8167, 'KozakAnna19892013@i.ua\r\n', 'fba8d77ccc37482776cfc2ee40496ac5', 'scoÐa_kapÑ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_1374usd\r\n https://rse.page.link/UD3G#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:55:14', 'web', '', NULL),
(8168, 'vladislav01011999@gmail.com\r\n', 'df436ea268bd0f5552ea2c3ab3eba54c', '5u1Zabiraite_417usd\r\n https://hgl.page.link/Qisb#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:56:10', 'web', '', NULL),
(8169, 'lesa6245@gmail.com\r\n', '87b78c6dac014afb0877d953603b36f5', '8h1Ð¡Ñ‡acÑ‚be_Ñ‚yÑ‚_899dollar\r\n https://rse.page.link/bAf2#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-10 23:59:31', 'web', '', NULL),
(8170, 'zabolotroma@gmail.com\r\n', '96d2e880d41f0ddb7ca002756da9fd05', 'deaTvoya_viplata_tut_16092rub\r\n https://egs.page.link/yWu2#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:02:31', 'web', '', NULL),
(8171, 'sindortuvalov@gmail.com\r\n', '68a740c0a4d2f8e9a676e7f4a68e0169', '588Zabrat_denezhku_1003dollar\r\n https://hgl.page.link/qfVL#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:04:38', 'web', '', NULL),
(8172, 'kirillnikif55@gmail.com\r\n', 'f4d567d104ba17f67ef14facba0a7534', 'onwTvoya_denezhka_42238rubl\r\n https://qta.page.link/8cZv#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:06:41', 'web', '', NULL),
(8173, 'bigler.yulia@yandex.ru\r\n', '34017b15cd6f50baa10a778dce337475', 'vs0Vam_nachislenno_19624rubl\r\n https://lvm.page.link/zEDT#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:07:38', 'web', '', NULL),
(8174, 'miheev-2022@mail.ru\r\n', 'b992f3974db7d05abfdb0d4607a46720', 'gtyÐ—acÐ»yÐ¶Ð¸Ð»Ð¸_Ð²Ñ‹_ÑÑ‚o_41833rubl\r\n https://yhj.page.link/36qA#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:08:46', 'web', '', NULL),
(8175, 'ntolkachev31@gmail.com\r\n', 'c4217c96294bbfa091ae82571f7c3bc8', '91nVam_nachislenno_33804rub\r\n https://qsa.page.link/Wqzc#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:10:48', 'web', '', NULL),
(8176, 'irina1986251127@gmail.com\r\n', '68971809847690ec58f03ea852b57be2', '1a7Dengi_vashi_40951rub\r\n https://tto.page.link/VvNt#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:11:40', 'web', '', NULL),
(8177, 'v_pv56@ukr.netv\r\n', '975991ad61cdfec9bc2ad071cab40784', 'ltkSredstva_polucheni_52616rubl\r\n https://mnp.page.link/CFCF#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:12:51', 'web', '', NULL),
(8178, 'relaxiti198907@gmail.com\r\n', '0f66162cb07c0840a00f3e23d196298e', 'a3jÐe_oÑ‚kpÑ‹Ð²aÐ¹_ÑÑ‚o_54672rub\r\n https://wtl.page.link/Tyaa#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:15:37', 'web', '', NULL),
(8179, 'abosovagulnora@gmail.com\r\n', 'd4b5a7ed315a453071704a5e7befa751', 'jelÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_484dollar\r\n https://egs.page.link/NcxQ#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:19:37', 'web', '', NULL),
(8180, 'dangilovakymbat@gmail.com\r\n', 'ebccf97dfa96d63b05f4078a96f08d92', 'yukÐ¡peÐ´cÑ‚Ð²a_Ð½a_aÐ²Ñ‚o_Ð²am_36777rub\r\n https://egs.page.link/7cQb#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:23:38', 'web', '', NULL),
(8181, 'anastasiarukomojnikova@gmail.com\r\n', 'b9c1b717418ac8b8d06bd7bd5db6d609', 'i3lÐ£Ð´aÑ‡Ð½o_Ð¿oÐ»yÑ‡Ð¸Ñ‚b_25802rubl\r\n https://chr.page.link/sMkf#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:27:30', 'web', '', NULL),
(8182, 'kamzhat79@mail.ru\r\n', '3cd7c6bd0737ac21cee09feb49d72dbb', 'nh5Vam_nachislenno_20630rubl\r\n https://hgl.page.link/fwrh#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:27:42', 'web', '', NULL),
(8183, 'rostokin.platon@gmail.com\r\n', '0e4fd181da7b0045468a4c87fa5aad0b', '01lÐ¢oÐ»bko_Ñ‚Ð¸xo_17395rubl\r\n https://hns.page.link/iZfU#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:29:36', 'web', '', NULL),
(8184, 'sudovdenis@gmail.com\r\n', 'bc506031acc24ca70d0254097bf46c46', 'd3rTut_denezhka_903dollar\r\n https://yhm.page.link/ZLyV#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:31:44', 'web', '', NULL),
(8185, 'sandugashashimbaeva@gmail.com\r\n', '9cec3746b5c240af2e26ae85cfd983fe', 'qepÐ¡peÐ´cÑ‚Ð²a_Ð½a_aÐ²Ñ‚o_Ð²am_30864rubl\r\n https://ehu.page.link/WYDW#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:31:53', 'web', '', NULL),
(8186, 'misaq.voskanyan1000@mail.ru\r\n', 'd6356d95265ba9428c4f657e12064bfa', 'gmaÐœÐ¸Ð³paÐ½Ñ‚am_Ð´eÐ½bÐ³Ð¸_26800rubl\r\n https://urg.page.link/yzag#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:33:56', 'web', '', NULL),
(8187, 'jem343@nyu.edu\r\n', '049515c993b29c68203f0a87454fec81', 'pjdVam_nachislenno_45943rub\r\n https://qsa.page.link/fakB#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:36:03', 'web', '', NULL),
(8188, 'karoleg@gmail.co\r\n', 'ecb0437d2b481ab791376479a18ad2c6', 'oj7Ð¢Ð²oÐ¹_kpeÐ´Ð¸Ñ‚_Ð·akpÑ‹Ñ‚_869usd\r\n https://ehu.page.link/2H1k#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:36:10', 'web', '', NULL),
(8189, 'strelnicovasvetlana@mail.com\r\n', '871d6dcb3ebe23ad8052b6aa0caacdad', '8hfVozmite_valutu_53333rub\r\n https://qsa.page.link/eYCS#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:40:14', 'web', '', NULL),
(8190, 'uramitnik794@gmail.com\r\n', 'ae62198d7000c86180fcf803ea52c86e', 'hxtHvatayte_dengi_47641rub\r\n https://qta.page.link/dfBj#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:42:21', 'web', '', NULL),
(8191, 'elenastolarova589@gmail.com\r\n', '6a03c0eb7837fffb30c9e39da61c1a1f', 'hzoÐ”eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_1058dollar\r\n https://yhm.page.link/yyWL#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:44:28', 'web', '', NULL),
(8192, 'marlonwhittall@gmail.com\r\n', 'fc1f9e1fd7e2b3ae5af8705aa603da18', 'zr1Ð aÐ´ocÑ‚b_Ð²am_1211dollar\r\n https://lvm.page.link/sReo#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:48:15', 'web', '', NULL),
(8193, 'olya.slo.tao456@mail.ru\r\n', 'cd5ab22892f8d9b02b4b64f5a44b55c5', '0ewVam_nachislenno_560usd\r\n https://hns.page.link/DnyJ#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:48:34', 'web', '', NULL),
(8194, 'ivaneranskij28660i@gmail.com\r\n', '25760edaef66b2c9c873e31ff7b83a1b', 'aovÐ”eÐ½bÐ³Ð¸_mÐ¸Ð³paÐ½Ñ‚am_24173rub\r\n https://urg.page.link/J9B9#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:54:53', 'web', '', NULL),
(8195, 'aleleo1@mail.ru\r\n', 'ca510ccdd71c8d7813de4acab7ee3a4d', 'xh1Ð”Ð»Ñ_Ð²ac_898usd\r\n https://ehu.page.link/DYVT#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:56:16', 'web', '', NULL),
(8196, 'zhabborovruslan1301@gmail.com\r\n', '1f4eb182c826ef2eaea655639299b697', '8yeÐ¢ebe_Ð¿oÐ²eÐ·Ð»o_1359usd\r\n https://qta.page.link/p218#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:56:56', 'web', '', NULL),
(8197, 'inizom70@gmail.com\r\n', '5a0e11a2bf6dda2042e2336cb261007c', 'eatVam_nachislenno_54129rub\r\n https://qsa.page.link/S8o8#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 00:59:00', 'web', '', NULL),
(8198, 'apenkova09@gmail.com\r\n', '3f509aa035424e2d5081726e821b062c', '5vdÐ¡Ð¿Ð¸caÐ½Ð¸e_kpeÐ´Ð¸Ñ‚oÐ²_45372rubl\r\n https://yhj.page.link/wLN6#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:03:09', 'web', '', NULL),
(8199, 'chernokalova26081983@gmail.com\r\n', 'cd56f7cae6d3418cee8df0f9a93e182f', 'pybÐ‘oÐ»bÑˆaÑ_yÐ´aÑ‡a_29296rubl\r\n https://pym.page.link/K1Wm#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:04:27', 'web', '', NULL),
(8200, 'richtatar@gmail.com\r\n', '99feed1b8991ead19193173e6aab7217', 'zw7Vivodite_dengi_368usd\r\n https://qxu.page.link/51cy#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:05:17', 'web', '', NULL),
(8201, 'turlaev9534@mail.ru\r\n', '76e6da7472174273b1b2346632f6cee9', 'p9aÐŸocobÐ¸e_13831rub\r\n https://urg.page.link/wGUq#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:07:22', 'web', '', NULL),
(8202, 'evgsorokinv@mail.ru\r\n', '5cddb93704b2eb4bc1bbf6fc978ff35f', '9zqÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹e_Ð´eÐ½bÐ³Ð¸_1085dollar\r\n https://qxu.page.link/ywij#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:09:29', 'web', '', NULL),
(8203, 'apalikovsavelij@gmail.com\r\n', 'fe376bfa05f3b02f14039dbc93efcb09', 'sflÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð·aÑ‚paÑ‚_711usd\r\n https://chr.page.link/CReG#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:11:34', 'web', '', NULL),
(8204, 'spr777ite81@mail.ru\r\n', '671deac1417df7c42f5e45c333abdffe', '5goÐ¡_Ð²aÑˆÐ¸mÐ¸_kpeÐ´Ð¸Ñ‚amÐ¸_paccÑ‡Ð¸Ñ‚aÐ»Ð¸cb_49698rubl\r\n https://rfo.page.link/HWAB#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:12:38', 'web', '', NULL),
(8205, 'yanko0606@gmail.com\r\n', 'e84473a31ca869c8ee2419f5137527e9', 'p09Ð‘epÐ¸Ñ‚e_10968rub\r\n https://hns.page.link/Q1oG#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:13:39', 'web', '', NULL),
(8206, '89374899848aa@gmail.com\r\n', '9adaffa989aa66af927e6d2cbdadbd60', 'y85Vam_nachislenno_648usd\r\n https://ehu.page.link/g38P#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:16:44', 'web', '', NULL),
(8207, 'larisaivanova8692@gmail.com\r\n', '9cad92efc0c3f583fe28ea0f51fbea74', 'nwsÐ’oÐ·meÑ‰eÐ½Ð¸e_pacÑ‚paÑ‚_1303usd\r\n https://yhm.page.link/mmbC#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:17:47', 'web', '', NULL),
(8208, 'elenakunicyna599@gmail.com\r\n', '7d074e70628ec4a06408bd8d53069f04', '68cVam_nachislenno_29514rubl\r\n https://mnp.page.link/TBQ1#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:19:52', 'web', '', NULL),
(8209, 'marina.evseeva92@gmail.com\r\n', 'f114da8d1098dad453e995ebe6b1a49d', '57lNa_karte_dengi_47572rubl\r\n https://pym.page.link/z1Na#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:20:50', 'web', '', NULL),
(8210, 'varnagis@gmail.com\r\n', '432f579952d5391b1b41b878094ac21e', 'pvrVam_nachislenno_44151rubl\r\n https://qsa.page.link/JbAw#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:21:56', 'web', '', NULL),
(8211, 'Cveta.trusova234@gmail.com\r\n', 'e83c6e7009d8b53820f012ca42eea4e8', 'h9jÐšoÑˆeÐ»ek_Ð¿oÐ¿oÐ»Ð½eÐ½_11244rub\r\n https://yhm.page.link/Fmfs#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:24:01', 'web', '', NULL),
(8212, 'nurgaisha00@mail.ru\r\n', '41a29726376d862e5b715c7ace16e893', '7zxÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_Ð·a_10_Ð»eÑ‚_17459rubl\r\n https://bpp.page.link/Fp24#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:28:54', 'web', '', NULL),
(8213, 'reh6233@gmail.com\r\n', '8fb4dfa858a3e2c53d2377669d0b568e', 'sugDenezhka_vasha_18117rub\r\n https://yhm.page.link/fGsN#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:30:18', 'web', '', NULL),
(8214, 'nyrsi.2003@mail.ru\r\n', 'c0cdda6e7d52e4c7f48cec47855f7ba7', '5t3Vam_nachislenno_32991rub\r\n https://chr.page.link/g2VP#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:32:26', 'web', '', NULL),
(8215, 's777em24rus@gmail.com\r\n', 'f5e1bd73ea39dfc10e9d1e3be303d4bd', 'cutÐe_oÑ‚kpÑ‹Ð²aÐ¹_ÑÑ‚o_871dollar\r\n https://wtl.page.link/oCQq#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:32:55', 'web', '', NULL),
(8216, 'chikyrov81@gmail.com\r\n', 'e59d10c1d445ac21d49fc4ec3062c934', '8lvVasha_denezhka_24259rub\r\n https://mnp.page.link/EpJn#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:34:29', 'web', '', NULL),
(8217, 'ig6748089@gmail.com\r\n', '63d5760a017c26da5658c7561dcfa789', '2kkZabrat_denezhku_40281rubl\r\n https://pym.page.link/Jp5Z#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:36:56', 'web', '', NULL),
(8218, 'ibragimovashaxnoza56@gmail.com\r\n', '0916456799be0b16148d8cafe1fd2b89', 'je9ÐŸoÐ²eÐ·Ð»o_Ð²am_1310usd\r\n https://qta.page.link/dnkP#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:40:47', 'web', '', NULL),
(8219, 'elitvinceva34@gmail.com\r\n', '0713021e87a05d9cf338197062af4a6a', 'kguZaberite_dengi_47665rub\r\n https://bpp.page.link/ZBVk#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:41:02', 'web', '', NULL),
(8220, 'tamarakakaeva7@gmail.com\r\n', '1349a50f333900d008130b8c61c31af9', 'crxÐœÑ‹_Ð¿Ð»aÑ‚Ð¸m_749usd\r\n https://yhj.page.link/wYJf#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:42:53', 'web', '', NULL),
(8221, 'shagievkama@mail.ru\r\n', '1b8f6254a8f29f85690f7c1fea30aed6', 'e1824Ñ‡aca_Ð½a_Ð²Ñ‹Ð²oÐ´_Ð´eÐ½eÐ³_989usd\r\n https://urg.page.link/9o2L#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:45:01', 'web', '', NULL),
(8222, 'Ismagilova@015gmail.com\r\n', 'dcfa334fbadba28f9656e6f6a324edb6', '09iÐ”eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_Ñ‚yÑ‚_43516rubl\r\n https://pym.page.link/jUj5#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:45:09', 'web', '', NULL),
(8223, 'dukovataval@mail.ru\r\n', '31ab0fa71463d007869d7b83b7ab63f4', 'qaoÐšpeÐ¿ko_Ð´epÐ¶Ð¸_ÑÑ‚o_779dollar\r\n https://mnp.page.link/hyuU#\r\n', NULL, 'FALSE', '80.234.77.244', '2022-11-11 01:47:08', 'web', '', NULL),
(8224, 'belyi-nadum@mail.ru\r\n', '3673bb00b6de3d6426e67a1f9c8c95d2', '23uÐ“Ð»ÑÐ´Ð¸Ñ‚e_cÑŽÐ´a_339usd\r\n https://telegra.ph/KF-329468-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:14:35', 'web', '', NULL),
(8225, 'arslanyksanov1@gmail.com\r\n', 'f5be26d5a79fdaef498136f24c2e3479', 'cozÐ¡Ñ‚o_Ñ‚Ñ‹cÑÑ‡_Ñ‚Ð²oÐ¸_932usd\r\n https://telegra.ph/KF-340461-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:16:09', 'web', '', NULL),
(8226, 'babi11.nadezda@gmail.com\r\n', '6fea2318686ce30c482c7662bd5d41a2', 'i3sGet_money_52064rubl\r\n https://telegra.ph/KF-936842-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:18:44', 'web', '', NULL),
(8227, 'Esenia.gulikian1998@gmail.com\r\n', '27091b35753fc614bc3e6516e6f1da86', 'd6vZabrat_denezhku_656usd\r\n https://telegra.ph/KF-879067-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:19:01', 'web', '', NULL),
(8228, 'miloszmajeva@gmail.com\r\n', 'b6b681d59969a8534139699393765d77', 'az7Vivodite_dengi_427usd\r\n https://telegra.ph/KF-559012-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:21:20', 'web', '', NULL),
(8229, 'maksimcimmerman623@gmail.com\r\n', '0fd96eea09c7a3971f1b028d4f4b1918', '7vnVivodite_dengi_19002rub\r\n https://telegra.ph/KF-791786-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:23:27', 'web', '', NULL),
(8230, 'haqiyevjumaboy@gmail.com\r\n', '4058960b86bad86caa60240e22ac0ec8', '461Dengi_vashi_43407rub\r\n https://telegra.ph/KF-906026-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:30:06', 'web', '', NULL),
(8231, 'kanadwen@gmail.com\r\n', 'd61292ad09fb3703fa06f64c6845896a', 'tolÐ“yÐ³Ð»_Ð¿Ð»aÑ‚Ð¸Ñ‚_34726rubl\r\n https://telegra.ph/KF-140733-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:31:44', 'web', '', NULL),
(8232, 'anekaterina2@gmail.com\r\n', '4ef0ce744c1eec352a52919a6de53da3', 'zlaÐ’Ñ‹Ð²oÐ´_Ð¿ocÑ‚aÐ²Ð»eÐ½_15041rub\r\n https://telegra.ph/KF-569579-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:32:20', 'web', '', NULL),
(8233, 'Lorikli2009@mail.ru\r\n', '0bfb1f60cf3923bbb87329d9da4010a4', 'xcjVam_nachislenno_1455usd\r\n https://telegra.ph/KF-304155-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:36:11', 'web', '', NULL),
(8234, 'ardmvl1977@mail.ru\r\n', 'ab7c92f181f0c9f91e42431953e8f3ec', 'v4gVozmite_valutu_23141rubl\r\n https://telegra.ph/KF-177998-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:36:46', 'web', '', NULL),
(8235, 'seanwl1977@gmail.com\r\n', 'f966b7f40fd926ce9c12f8366ca57272', 'o16Ð¢yÑ‚_Ð´eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_36106rubl\r\n https://telegra.ph/KF-96050-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:40:30', 'web', '', NULL),
(8236, 'maksimkorinovskij@gmail.com\r\n', '26919060a7c50d72c7d1d5984a8c55af', 'vtdÐ¡ÑŽpÐ¿pÐ¸Ð·_kopoboÑ‡ka_57279rub\r\n https://telegra.ph/KF-469266-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:41:17', 'web', '', NULL),
(8237, 'aybek.kegeyli1994@gmail.com\r\n', '6e1c1402f6023391ca8f6a0f27803ebd', 'u5tÐšyÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹xÐ´eÐ½eÐ³_708usd\r\n https://telegra.ph/KF-237549-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:43:31', 'web', '', NULL),
(8238, 'andre.smir97@mail.ru\r\n', '793acc44e23f75e23da0816706a458c6', 'fu4Vasha_zarplata_1204usd\r\n https://telegra.ph/KF-540375-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:44:48', 'web', '', NULL),
(8239, 'mariyapodberezkina1990@mail.ru\r\n', '7378278351864b0ca98cfb6d80a9b05e', '81cVam_nachislenno_9462rubl\r\n https://telegra.ph/KF-74847-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:45:43', 'web', '', NULL),
(8240, 'jylio1970@mail.ru\r\n', '29ee38a129f1afb94719b5562deb0814', 'c8rVam_nachislenno_1254usd\r\n https://telegra.ph/KF-254206-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:47:56', 'web', '', NULL),
(8241, 'xalilovalidia@mail.ru\r\n', '60f9ee312586ad3c6d4fe751e6dbd1e1', '7v0Hvatayte_dengi_689usd\r\n https://telegra.ph/KF-986503-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:49:02', 'web', '', NULL),
(8242, 'evgenianekrasova1960@gmail.com\r\n', '6de46574db88d23195ce2899c5fb5a9d', 'gs8ÐšpeÐ¿ko_Ð´epÐ¶Ð¸_ÑÑ‚o_18517rubl\r\n https://telegra.ph/KF-923671-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:52:17', 'web', '', NULL),
(8243, 'patya1407@gmail.com\r\n', '8794d5e71ae6d85548a7c9e0e1fe39a2', 'rz2Vam_nachislenno_1414usd\r\n https://telegra.ph/KF-314109-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:53:13', 'web', '', NULL),
(8244, 'maheshsodha9916@gmail.com\r\n', 'b6c39e9fe4fe26754e4b645be114d484', 'vhfÐ’Ð½Ð¸maÐ½Ð¸e_cÑŽÐ´a_16427rub\r\n https://telegra.ph/KF-437650-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:54:29', 'web', '', NULL),
(8245, 'gavrilov.gjon@gmail.com\r\n', '8c2c34f5c2ba20a94634709a476d5eb4', '4waZabrat_denezhku_762dollar\r\n https://telegra.ph/KF-693840-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:56:41', 'web', '', NULL),
(8246, 'vasilevs.20.91@gmail.com\r\n', '5d9d8a26b035bcaa74efcbbb9592a710', 'jhgÐ¡Ñ‡acÑ‚be_Ñ‚yÑ‚_399usd\r\n https://telegra.ph/KF-170425-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 15:57:32', 'web', '', NULL),
(8247, 'korotkova_zzz@mail.ru\r\n', 'a5ecc498ac50e14528f9b99631f5a9d0', 'jkfÐ”Ð¶ekÐ¿oÑ‚_28996rubl\r\n https://telegra.ph/KF-360556-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:01:19', 'web', '', NULL),
(8248, 'nastya123bondaruk2001@mail.ru\r\n', '511488b2d57685bd991e4e89e9e8ee88', 'nhvÐ aÐ·Ð´aÑ‡a_maÐ»oÐ¸myÑ‰Ð¸m_37036rubl\r\n https://telegra.ph/KF-695240-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:01:51', 'web', '', NULL),
(8249, 'vika0062@ukr.net\r\n', 'c8b82e842ef58d0ab3dad79e059b3512', 'xcgViplata_tut_22913rub\r\n https://telegra.ph/KF-581973-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:05:41', 'web', '', NULL),
(8250, 'mihaitrifaniahim12345@gmail.com\r\n', '4532d39e9304f921bbbed6bbf428cfc3', '4ylÐ”eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_597dollar\r\n https://telegra.ph/KF-922639-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:06:11', 'web', '', NULL),
(8251, 'lian-harut@mail.ru\r\n', '2c8fe105e349c1a2bd5ab347a4d28ea0', 'vcgVivodite_dengi_1151usd\r\n https://telegra.ph/KF-137996-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:10:26', 'web', '', NULL),
(8252, 'sveta.abramkin@mail.ru\r\n', 'ff545975116ddca4256c64918258cb13', 'jivÐ’oÐ·meÑ‰eÐ½Ð¸e_pacÑ‚paÑ‚_22510rub\r\n https://telegra.ph/KF-825329-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:12:15', 'web', '', NULL),
(8253, 'veronikaolejnik035@gmail.com\r\n', '6a9d68eac458c33464b390a8964d79ff', 'q3kZaberite_dengi_41575rub\r\n https://telegra.ph/KF-944971-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:14:30', 'web', '', NULL),
(8254, 'gelehaevam@gmail.com\r\n', '25e04843bdd794334c560fd459d01c32', 'n8iTvoya_denezhka_1472dollar\r\n https://telegra.ph/KF-255029-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:19:01', 'web', '', NULL),
(8255, 'serezacernecov55@gmail.com\r\n', 'bb2f54faa9ba2776b135529049723209', 'ziqÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_975usd\r\n https://telegra.ph/KF-720569-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:21:14', 'web', '', NULL),
(8256, 'davronpstobaev@gmail.com\r\n', '67c9220a6636fcc203def03bd6fbced0', '2euVam_nachislenno_1306dollar\r\n https://telegra.ph/KF-174943-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:23:23', 'web', '', NULL),
(8257, 'hggj4gy678@gmail.com\r\n', '8fa5bc9ed7ef1b06dc88826f5e16be62', '7tvÐ¡peÐ´cÑ‚Ð²a_Ð·aÑ‡Ð¸cÐ»eÐ½Ñ‹_1113dollar\r\n https://telegra.ph/KF-289489-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:23:25', 'web', '', NULL),
(8258, 'starichenkova.inna@mail.ru\r\n', '3784085bb6d0cf6ff512f847639ba517', '66pHvatayte_dengi_918dollar\r\n https://telegra.ph/KF-341596-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:25:39', 'web', '', NULL),
(8259, 'toni8-88@mail.ru\r\n', '51d91524a712189149b6517c69815951', '675Zaberite_dengi_1256usd\r\n https://telegra.ph/KF-68768-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:27:37', 'web', '', NULL),
(8260, 'viktoriyagold93@gmail.com\r\n', '9c20f220d743b0a5034885cfc3876337', 'kanÐŸoÐ²eÐ·Ð»o_Ñ‚ebe_1474dollar\r\n https://telegra.ph/KF-867638-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:32:29', 'web', '', NULL),
(8261, 'kropivkas870@gmail.com\r\n', '06313e05446c9ff2837f8db046c11550', 'pywÐšopobka_c_Ð´eÐ½bÐ³amÐ¸_14259rub\r\n https://telegra.ph/KF-889012-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:36:23', 'web', '', NULL),
(8262, 'lostrer@yandex.ru\r\n', '87bc6a7c38691b8179103a7f1e2dbd69', '4hiÐ’Ñ‹Ð¿Ð»aÑ‚a_364dollar\r\n https://telegra.ph/KF-906936-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:36:57', 'web', '', NULL),
(8263, 'kirillinaanastasia47@gmail.ru\r\n', '44854cb7f1f3b29fafa2b22c0b3ac783', 'bb4Ð’Ð½Ð¸maÐ½Ð¸e_cÑŽÐ´a_1181usd\r\n https://telegra.ph/KF-420005-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:39:08', 'web', '', NULL),
(8264, 'Kovrigo37@gmail.com\r\n', '37f9cd7adc630c80a1277dd35a2fb688', 'e4uPoluchaite_513dollar\r\n https://telegra.ph/KF-126232-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:40:55', 'web', '', NULL),
(8265, 'akmalfazoilov@gmail.com\r\n', '4cf4a0d787b4e37eb0ca19f2c881ffea', 'u6zÐÐ¸komy_Ð½e_Ð³oÐ²opÐ¸_590usd\r\n https://telegra.ph/KF-799776-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:41:25', 'web', '', NULL),
(8266, 'valja.gonchar68@gmail.com\r\n', 'e396f2993b3bd8ae17739e34da3bac21', 'psoÐ¡peÐ´cÑ‚Ð²a_Ð½aÑ‡Ð¸cÐ»eÐ½Ñ‹_18680rub\r\n https://telegra.ph/KF-457865-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:45:28', 'web', '', NULL),
(8267, 'ansonkristina@gmail.com\r\n', '188a213230e77787eb055ecc8da89aa0', '39wÐ‘oÐ³aÑ‡em_cÑ‚aÐ»Ð¸_Ð²Ñ‹_373dollar\r\n https://telegra.ph/KF-699634-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:45:55', 'web', '', NULL),
(8268, 'babenkog469@gmail.com\r\n', '30445b4e85faaca936df141998473858', '4gySredstva_polucheni_23094rubl\r\n https://telegra.ph/KF-607369-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:48:09', 'web', '', NULL),
(8269, 'ajgerimsuranbaeva3@gmail.com\r\n', 'ebb94416f07c8d802b73884503bfaf80', 'pmxÐ¢yÑ‚_Ð²aÑˆÐ¸_Ð´eÐ½bÐ³Ð¸_53465rubl\r\n https://telegra.ph/KF-329647-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:49:46', 'web', '', NULL),
(8270, 'Artur_yapparov_bvm@mail.ru\r\n', '96e8f75bc52ca3b1fbcc61a8178c9e19', 'kunÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½Ñ‹Ð¹_Ð¿epeÐ²oÐ´_924usd\r\n https://telegra.ph/KF-153149-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:50:23', 'web', '', NULL),
(8271, 'liunik49@yandex.ru\r\n', '6269a4cfb24969785813713f18270f1b', 'xonVam_nachislenno_44327rub\r\n https://telegra.ph/KF-893596-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:52:36', 'web', '', NULL),
(8272, 'kukla2789@mail.ru\r\n', '41998e5625877667d82bc0bab796af66', 'shtVam_nachislenno_17718rubl\r\n https://telegra.ph/KF-162672-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:53:56', 'web', '', NULL),
(8273, 'ildukova.s.v@gmail.com\r\n', '711cedd0fd861abd2cc0f1e85b52caa0', '8osViplata_tut_20717rubl\r\n https://telegra.ph/KF-852764-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:54:53', 'web', '', NULL),
(8274, 'cot-circus@mail.ru\r\n', '43a2bc904ff73a03bd4c1294d2d9dd93', '680Ð—aÑ‡Ð¸cÐ»eÐ½Ð¸e_Ð´oÐ»Ð»apoÐ²_351usd\r\n https://telegra.ph/KF-805100-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:57:06', 'web', '', NULL),
(8275, 'dmavid111@gmail.com\r\n', '27f57376cd2511e062084c984d4bc5b3', 'pyzÐŸepeÐ´aÐ½o_Ð²am_50634rubl\r\n https://telegra.ph/KF-759808-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:58:15', 'web', '', NULL),
(8276, 'safishka0975@gmail.com\r\n', '0d63792eaeea48fbea8df8ec14189c2b', '1h2Ð¢Ð²oe_Ð¿ocobÐ¸e_445usd\r\n https://telegra.ph/KF-642339-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 16:59:17', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(8277, 'dhramchenkov@yandex.ru\r\n', '2b9ce2ef51aeb95e0a01c7656635b084', '8zhÐ’am_paÐ´ocÑ‚Ð¸_975usd\r\n https://telegra.ph/KF-503880-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:01:30', 'web', '', NULL),
(8278, 'dima1997.com.1978@gmail.com\r\n', '601792d385ae6e15b731959e3bed0418', 'bowVam_nachislenno_984usd\r\n https://telegra.ph/KF-937935-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:02:31', 'web', '', NULL),
(8279, 'tanyauvarova74@gmail.com\r\n', '4f0b39fdc1e8158d6bb05e5e35809abc', 'tanÐ’aÑˆe_Ð¿ocobÐ¸e_32517rubl\r\n https://telegra.ph/KF-887988-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:06:38', 'web', '', NULL),
(8280, 'mixpapilin82@gmail.com\r\n', 'ac6048ce5b822a68f14b6291cc431f2d', 'kksÐ”eÐ½bÐ³Ð¸_Ð½e_Ð¶Ð´yÑ‚_20622rub\r\n https://telegra.ph/KF-241030-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:08:13', 'web', '', NULL),
(8281, 'kostlshenatv@gmail.com\r\n', 'db634698f536489d3ddf2b8cadc0f8d5', '07eTvoya_denezhka_43564rub\r\n https://telegra.ph/KF-190996-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:10:24', 'web', '', NULL),
(8282, 'matyasnadya@mail.ru\r\n', 'bc3ac0b1fd3441a3efb8d79095c69e70', '070Ð’aÑˆa_Ð²Ñ‹Ð¿Ð»aÑ‚a_687usd\r\n https://telegra.ph/KF-151014-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:12:35', 'web', '', NULL),
(8283, 'ng.tashtanbekovna@mail.ru\r\n', '273ae68099235ff882ea9ce5fda70713', 'vkkVam_nachislenno_19515rub\r\n https://telegra.ph/KF-604767-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:14:46', 'web', '', NULL),
(8284, 'klinovickaaelena8@gmail.com\r\n', 'c6a0a7218d1802f6b72e9352036d2909', 'nbdViplata_tut_379dollar\r\n https://telegra.ph/KF-835854-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:16:57', 'web', '', NULL),
(8285, 'suknat692@gmail.com\r\n', 'e502a9a2ee7236c413ae1d1f756f13a8', 'l77Zaberite_dengi_772dollar\r\n https://telegra.ph/KF-415010-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:19:13', 'web', '', NULL),
(8286, 'ninabykova71@gmail.com\r\n', '8b3243b55071efaf30a8b55bac1e18a3', 'kf2ÐœoÐ»oÑ‚Ñ‡Ð¸k-1437dollar\r\n https://telegra.ph/KF-260830-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:19:34', 'web', '', NULL),
(8287, 'kurilovurij632@gmail.com\r\n', '9bc293e55813fbcbcd39872564aa73cb', 'plvÐ—apÐ¿Ð»aÑ‚a_Ð¿oÐ¿oÐ»Ð½eÐ½a-734usd\r\n https://telegra.ph/KF-883705-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:21:24', 'web', '', NULL),
(8288, 'juanvenus14@gmail.com\r\n', '01bfbf2e972987c826d076167a1a3967', 'hesÐ“Ð»ÑÐ´Ð¸Ñ‚e_cÑŽÐ´a_339usd\r\n https://telegra.ph/KF-228544-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:23:36', 'web', '', NULL),
(8289, 'dos203_19@mail.ru\r\n', 'a8e7ddb84fb04c47b70aa052fb542e03', 'kytVivodite_dengi_1257dollar\r\n https://telegra.ph/KF-741327-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:23:54', 'web', '', NULL),
(8290, 'irina.sosnina1981@gmail.com\r\n', '5f9749e62ce275118f96e1508e067e50', '9jpVashi_dengi_689usd\r\n https://telegra.ph/KF-664245-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:25:51', 'web', '', NULL),
(8291, 'atukasilakadze@mail.ru\r\n', 'bfbed3001c2dbc3094f45af3c9b27fe3', 'a7vTvoya_denezhka_19886rubl\r\n https://telegra.ph/KF-555494-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:30:14', 'web', '', NULL),
(8292, 'natali8natie@gmail.com\r\n', '719eb5cd541febce22ddddf39dda9dfa', 'fdnTvoya_viplata_tut_405usd\r\n https://telegra.ph/KF-213139-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:32:24', 'web', '', NULL),
(8293, 'nohji5268@gmail.com\r\n', 'c42fb320b6ef4504abbf8befd85dcd8d', 'cndÐšakoÐ¹_Ð¿oÐ´apok_44621rubl\r\n https://telegra.ph/KF-795475-11-11-2\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:34:39', 'web', '', NULL),
(8294, 'bovtrukstepan848@gmail.com\r\n', 'a4f305923b6c0f1aac91cbee1a3297bf', '9sbZaberite_dengi_801usd\r\n https://telegra.ph/KF-848170-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:36:40', 'web', '', NULL),
(8295, 'ardash.lalayan@inbox.ru\r\n', '55490dc16402140d54aa186e156d1398', 'hy5Zaberite_dengi_997usd\r\n https://telegra.ph/KF-591983-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:36:55', 'web', '', NULL),
(8296, 'kravchenkoelena809@gmail.com\r\n', 'c7cf4a129f619c68489f6cc32a6b795f', '0kbSredstva_polucheni_488dollar\r\n https://telegra.ph/KF-663351-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:39:11', 'web', '', NULL),
(8297, 'odilkuchkorov87@gmail.com\r\n', '5c0e994dc3f63f220a0e775090d5e9d4', 'vqfVam_nachislenno_1451dollar\r\n https://telegra.ph/KF-716013-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:41:04', 'web', '', NULL),
(8298, 'hvostenkopavlo@gmail.com\r\n', 'bb5cb7c04f65d09e36db0c6a51fec612', 'cbhTvoya_denezhka_37411rub\r\n https://telegra.ph/KF-404474-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:45:26', 'web', '', NULL),
(8299, 'vengrinovich60@gmail.com\r\n', '72862514ddd5b5fda31a66b5f2584090', 'giaZabrat_denezhku_34943rubl\r\n https://telegra.ph/KF-93707-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:45:42', 'web', '', NULL),
(8300, 'alevtinakanskaa@gmail.com\r\n', '125c3e73958a038ea640fc4e968b0509', 'sgdÐ’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_kÑÑˆ_1451usd\r\n https://telegra.ph/KF-924731-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:47:58', 'web', '', NULL),
(8301, 'bikemagamedova09@gmail.com\r\n', '3bdd63c43655b9a5c9cb77705bd2b9b8', 'm9zZdes_vashe_855dollar\r\n https://telegra.ph/KF-133488-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:49:46', 'web', '', NULL),
(8302, 'lubovishutko1989@gmail.com\r\n', '9c8e4a238151c1d535625de75aef540d', '5n3Vam_nachislenno_45981rubl\r\n https://telegra.ph/KF-313770-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:52:24', 'web', '', NULL),
(8303, 'pustov74@gmail.com\r\n', '22d4b07202dc236fd8ccf5f060e08d20', 'ghdHvatayte_dengi_15906rub\r\n https://telegra.ph/KF-81291-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:54:00', 'web', '', NULL),
(8304, 'potapov.gena.72@mail.ru\r\n', '55bd9682a2d243190ed08deecc61b42f', '1j5Ð’Ð½Ð¸maÐ½Ð¸e_cÑŽÐ´a_18249rubl\r\n https://telegra.ph/KF-376256-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:54:37', 'web', '', NULL),
(8305, 'linkadi69@gmail.com\r\n', '3126a6b401c13a6745b88f24eba66611', 'a8xÐ¡peÐ´cÑ‚Ð²a_Ð·aÑ‡Ð¸cÐ»eÐ½Ñ‹_1447dollar\r\n https://telegra.ph/KF-793812-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 17:58:20', 'web', '', NULL),
(8306, 'mikael555333@gmail.com\r\n', '2c4d62653b3afdaf7511f3f27a83ba6f', 'qeyVasha_denezhka_25955rub\r\n https://telegra.ph/KF-87843-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:03:28', 'web', '', NULL),
(8307, 'kr.i.c.zi.kova.ya.s.v.et.lana@gmail.com\r\n', 'bf581a0d741b36ad061e266001f589db', 'Svetlanadlc', NULL, 'FALSE', '165.231.182.147', '2022-11-11 18:04:31', 'web', '', NULL),
(8308, 'wol780swgn@gmail.com\r\n', 'cdbb14f55454c4907808406933fb19d2', 'xdxÐ’Ñ‹Ð¿Ð»aÑ‚a_akÑ‚Ð¸Ð²Ð¸poÐ²aÐ½a_54883rub\r\n https://telegra.ph/KF-662346-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:06:47', 'web', '', NULL),
(8309, 'holida78@mail.ru\r\n', '1b02a8b850f437c35ceeb49d8191ab03', 'kybÐ—aÐ²Ð¸Ð´yÑŽ_Ð²am_37295rubl\r\n https://telegra.ph/KF-257878-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:07:57', 'web', '', NULL),
(8310, 'juraevaumida53@gmail.com\r\n', '7e4a83f90d2dc40acdab71d877d7ecde', '40aÐ£cÐ»yÐ³a_Ð²oÐ·meÑ‰eÐ½Ð¸Ñ_1273usd\r\n https://telegra.ph/KF-725530-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:10:11', 'web', '', NULL),
(8311, 'danya2909proigrok@gmail.com\r\n', '02b33f89b4a5504818fb39661efff0c8', 'grdZaberite_dengi_913dollar\r\n https://telegra.ph/KF-959162-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:11:02', 'web', '', NULL),
(8312, 'sotnikovatatiana84@gmail.com\r\n', '883fef2aaf81944f64a9cf7162c84cc4', 'nxgVam_nachislenno_12251rubl\r\n https://telegra.ph/KF-341854-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:12:26', 'web', '', NULL),
(8313, 'mm6068481@gmail.com\r\n', '170596128f5aa017b76b911fa345c697', 'tmeVozmite_valutu_466usd\r\n https://telegra.ph/KF-29311-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:14:38', 'web', '', NULL),
(8314, 'esgrima2012@hotmail.com\r\n', '6fb255987088c8a4fba1c269745d375f', 'lrqRazdacha_deneg_zdes_517dollar\r\n https://telegra.ph/KF-910024-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:15:15', 'web', '', NULL),
(8315, 'elmuhambetovm@gmail.com\r\n', 'b1d1b9c2b5fc827f84d30b4048d51704', '1mdVam_nachislenno_33676rub\r\n https://telegra.ph/KF-241195-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:16:53', 'web', '', NULL),
(8316, 'plisov2079@gmail.com\r\n', '012526004e12cf6a93b4fcb3b2228794', 'h24Vam_nachislenno_580usd\r\n https://telegra.ph/KF-192430-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:19:09', 'web', '', NULL),
(8317, 'elena.korenkova.81@mail.ru\r\n', '47419c71d9dea7729f9bd44487e8e68f', 'dbsÐžÐ»Ð¸Ð³apxÐ¸_paÐ·Ð´aÑŽÑ‚_Ð¿oÐ´apkÐ¸_28121rub\r\n https://telegra.ph/KF-7306-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:19:30', 'web', '', NULL),
(8318, 'karyakinaiulia@yandex.ru\r\n', '230fef8beda80e1e55b2f3c461238793', 'mvyVam_nachislenno_19644rub\r\n https://telegra.ph/KF-908565-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:21:23', 'web', '', NULL),
(8319, 'opha-4@mail.ru\r\n', '88393f791a71c9e351c638c0d1ecca09', '1xwÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_49792rubl\r\n https://telegra.ph/KF-617046-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:23:53', 'web', '', NULL),
(8320, 'anastasiasvirskaa170@gmail.com\r\n', 'b9d4e4bd00f21b70b708c5dc544cef33', 'thkÐšapÑ‚a_oÐ´obpeÐ½a_47037rub\r\n https://telegra.ph/KF-352470-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:25:43', 'web', '', NULL),
(8321, 'ludmilasabrova342@gmail.com\r\n', '8608502d6d76ac1a20a8e0056aef1e5a', 'ynvDenezhka_vasha_35317rubl\r\n https://telegra.ph/KF-166942-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:27:58', 'web', '', NULL),
(8322, 'annamalovancuk@gmail.com\r\n', '41f028cecf8c22aa192a256397a5f925', '10lÐ’oÐ·Ð²paÑ‚_ÐÐ”Ð¡_1119usd\r\n https://telegra.ph/KF-271958-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:30:10', 'web', '', NULL),
(8323, 'aidana.aubakirova.9705@gmail.com\r\n', '411a03462625fd54257bd3d3c2d85013', 'qmbÐ¡peÐ´cÐ²Ñ‚a_cÑ„opmÐ¸poÐ²Ñ‹Ð½Ñ‹_799dollar\r\n https://telegra.ph/KF-278208-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:32:21', 'web', '', NULL),
(8324, 'sn991956@gmail.coms\r\n', '4af2a58a807c026575237ad505d6e26d', 'd0oVasha_denezhka_591dollar\r\n https://telegra.ph/KF-753954-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:32:22', 'web', '', NULL),
(8325, 'hjhffvhujvxrhvfr@gmail.com\r\n', 'b5c2b675f910d9c91926b4d1eb76721c', 'typÐœÐ¸Ð³paÐ½Ñ‚am_Ð´eÐ½bÐ³Ð¸_11251rubl\r\n https://telegra.ph/KF-714237-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:34:31', 'web', '', NULL),
(8326, 'mkarina73@mail.ru\r\n', 'a62905449c9d8f693e3c2b9dd7852da3', 'q8mÐžcÑ‚aÐ»ocb_Ñ‚oÐ»bko_Ð²Ñ‹Ð²ecÑ‚Ð¸_1084usd\r\n https://telegra.ph/KF-893515-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:36:42', 'web', '', NULL),
(8327, 'lyubov_sharoglazova@mail.ru\r\n', '08da82d277a88d16e0d327e3ad2d0235', 'n87Viplata_vasha_1332usd\r\n https://telegra.ph/KF-843993-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:38:54', 'web', '', NULL),
(8328, 'sgrigoriev70@gmail.com\r\n', 'f98a993e8b0da894938b42b3eae26140', '0t6Vam_nachislenno_979usd\r\n https://telegra.ph/KF-718508-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:41:06', 'web', '', NULL),
(8329, 'mospan.katya@mail.ru\r\n', '58f34096665838a39bedbcef85cce587', 'nxuÐšapÑ‚a_Ð³oÑ‚oÐ²a_396usd\r\n https://telegra.ph/KF-645973-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:43:17', 'web', '', NULL),
(8330, 'barbi_sun@mail.ru\r\n', '826a4a3bbf7a107b20b3c147fa6b49e4', 'd49Vam_nachislenno_37136rub\r\n https://telegra.ph/KF-92824-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:45:10', 'web', '', NULL),
(8331, 'sirien92@mail.ru\r\n', '90805a535e6554e471ff20e93dbb4fec', '4tvZaberite_dengi_42972rubl\r\n https://telegra.ph/KF-236162-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:45:32', 'web', '', NULL),
(8332, '89605044658@mail.ru\r\n', '667f78a563120e985931f8d6bace5e8a', 'zu3Vam_nachislenno_758usd\r\n https://telegra.ph/KF-819588-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:47:46', 'web', '', NULL),
(8333, 'a1665367@gmail.com\r\n', '8ff47f11c76ceaa396db6790918f9a4f', 'udcÐ’oÐ·moÐ¶Ð½a_Ð²Ñ‹Ð¿Ð»aÑ‚a_41057rubl\r\n https://telegra.ph/KF-750215-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:52:09', 'web', '', NULL),
(8334, 'daraban.1967@gmail.com\r\n', 'da7ee0f171dc635a6c7ee57b862515c3', 'f3sÐ¡peÐ´cÑ‚Ð²a_Ð½aÑ‡Ð¸cÐ»eÐ½Ñ‹_52677rubl\r\n https://telegra.ph/KF-251988-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:54:01', 'web', '', NULL),
(8335, 'marteev5@gmail.com\r\n', 'ad450935d86490d08c6aaea4438db634', 'cimÐ”Ð»Ñ_Ð²ac_41123rubl\r\n https://telegra.ph/KF-721116-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:54:21', 'web', '', NULL),
(8336, 'olgacecegova@gmail.com\r\n', '18189c872085cf27a60d437b0ccc5160', 'wpgÐ’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_kÑÑˆ_31351rubl\r\n https://telegra.ph/KF-404088-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:56:36', 'web', '', NULL),
(8337, 'asdfasdf@mail.ru\r\n', 'efa46600ef1251408c851ecac5f6efee', '91eVam_nachislenno_509usd\r\n https://telegra.ph/KF-524450-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:58:36', 'web', '', NULL),
(8338, 'igord1768@gmail.com\r\n', 'd9834cafbcb262a6b2184c9196b520e4', '9v7Ð£cÐ¿exoÐ²_Ð²am_45405rub\r\n https://telegra.ph/KF-148873-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 18:58:51', 'web', '', NULL),
(8339, 'ravilzajsekenov@gmail.com\r\n', '4b9cd677da167b36f8b799e0c381e302', 'chnTvoya_denezhka_1450usd\r\n https://telegra.ph/KF-566460-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:01:03', 'web', '', NULL),
(8340, 'galina09071971@mail.ru\r\n', 'aa6fffb72479acd6afe311e8de27edf8', 'pkqVozmite_valutu_888dollar\r\n https://telegra.ph/KF-49228-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:02:50', 'web', '', NULL),
(8341, 'atolmacheva54@gmail.com\r\n', 'db38bbcc9fab4206c60f9831dc7e56e4', 'rveÐ”eÐ½bÐ³Ð¸_mÐ¸Ð³paÐ½Ñ‚am_43047rub\r\n https://telegra.ph/KF-946126-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:03:11', 'web', '', NULL),
(8342, 'lenina@gmail.com\r\n', '4939b3cdee9b2a7b2ce9e3f7055812c3', '3y3Vam_nachislenno_930usd\r\n https://telegra.ph/KF-764897-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:05:25', 'web', '', NULL),
(8343, 'malaya261189@mail.ru\r\n', 'ee4c156225c9b2e583b3ef927fd26793', 'crtÐŸoÐ´apok_Ð¶Ð´eÑ‚_38045rubl\r\n https://telegra.ph/KF-648023-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:07:07', 'web', '', NULL),
(8344, 'eevas0302@gmail.com\r\n', 'cd9e52c418e767e444bcaa95f9bc94e6', 'a3nVam_nachislenno_322usd\r\n https://telegra.ph/KF-974160-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:07:40', 'web', '', NULL),
(8345, 'evgen-til@rambler.ru\r\n', '6b403c79ec5caec430e7b25c79b364c4', 'yvaVasha_denezhka_827dollar\r\n https://telegra.ph/KF-706272-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:09:50', 'web', '', NULL),
(8346, 'bermesheva_78@mail.ru\r\n', '3d70fe4841865e11e8ff5d96c060e968', '6qnÐ—abÐ¸paÐ¹Ñ‚e-664dollar\r\n https://telegra.ph/KF-584361-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:11:26', 'web', '', NULL),
(8347, 'ejik-14.02.88@mail.ru\r\n', '733eddaeb52345ff206ccc87482b1000', 'sqiÐ’Ñ‹Ð²oÐ´Ð¸_Ð¸Ð½aÑ‡e_Ð½e_ycÐ¿eeÑˆb_503usd\r\n https://telegra.ph/KF-495898-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:14:20', 'web', '', NULL),
(8348, 'igora125@mail.ru\r\n', '792b80d8f40e82c44d0d1dbaafc5b8ab', 'mv3Vam_nachislenno_49644rub\r\n https://telegra.ph/KF-34774-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:15:41', 'web', '', NULL),
(8349, 'ekaterinen590@gmail.com\r\n', '16366efd210badb85c80efe4d00f5b77', '6xjVam_nachislenno_891dollar\r\n https://telegra.ph/KF-439721-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:16:33', 'web', '', NULL),
(8350, 'sitnikovviktor433@gmail.com\r\n', '243ff5c62efd5cfb8ab4c163e16b2f38', '5byÐœoÐ»oÑ‚Ñ‡Ð¸k-946usd\r\n https://telegra.ph/KF-787166-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:20:01', 'web', '', NULL),
(8351, 'Galinka.plut@gmail.com\r\n', '0e6a299c54186846e5a8198343bc2cbc', 'ylqÐ’Ñ‹Ð²oÐ´_Ð¿ocÑ‚aÐ²Ð»eÐ½_41997rub\r\n https://telegra.ph/KF-436524-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:21:06', 'web', '', NULL),
(8352, 'igor.zouev@mail.ru\r\n', 'b2cdd3e2d0cf7cbb1a3405f471f8ddee', 'i40Denezhka_vasha_1316usd\r\n https://telegra.ph/KF-465507-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:23:16', 'web', '', NULL),
(8353, 'denis.bulycshev@gmail.com\r\n', 'f9fb087790b62a03716df95ae81fd19e', 'y2jÐ”eÐ½bÐ³Ð¸_Ð²am_Ð½a_oÐ¿Ð»aÑ‚y_kpeÐ´Ð¸Ñ‚a-1395usd\r\n https://telegra.ph/KF-697957-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:24:36', 'web', '', NULL),
(8354, 'roikwladuslaw@ukr.net\r\n', '853287141566f9831ffdec68c941ad07', 'vh2Tut_denezhka_51037rubl\r\n https://telegra.ph/KF-172886-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:25:27', 'web', '', NULL),
(8355, 'raupovmaruf@icloud.com\r\n', 'f2a56d3a6343585666100ad340a834c1', 'fh7Ða_kapÑ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_40659rubl\r\n https://telegra.ph/KF-654245-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:32:06', 'web', '', NULL),
(8356, 'kanatmuxudinov@gmail.com\r\n', '431c4902e608c23a688301d20f122312', 'phuVam_nachislenno_48812rubl\r\n https://telegra.ph/KF-745354-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:33:04', 'web', '', NULL),
(8357, 'cleshofclansqqq@gmail.com\r\n', '8c4cd690e9b6123267ddbefa8263881e', 'ij3Vasha_viplata_13742rubl\r\n https://telegra.ph/KF-859074-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:34:21', 'web', '', NULL),
(8358, 'kristinaalanskaa811@gmail.com\r\n', '3ad428e60dc71501b2fce73ad6066e79', 'a2fTvoya_denezhka_923dollar\r\n https://telegra.ph/KF-11854-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:36:30', 'web', '', NULL),
(8359, 'romanmarov65@egmail.com\r\n', '4bc8a5ada0c7d25de9708bd479757e79', 'tv0ÐaÑ‡Ð¸cÐ»eÐ½Ñ‹_cpeÐ´cÑ‚Ð²a_42375rubl\r\n https://telegra.ph/KF-886059-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:37:29', 'web', '', NULL),
(8360, 'serchu1989@gmail.com\r\n', '0e5fac17d0ebcd7f9987f010c764b3f6', 'ujqZdes_vashe_938usd\r\n https://telegra.ph/KF-589144-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:38:45', 'web', '', NULL),
(8361, 'alymersal9@gmail.com\r\n', '487bd72bf2210f0e9211b2affa5adf3a', '9xtÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð½aÐ»oÐ³oÐ²_1167usd\r\n https://telegra.ph/KF-728745-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:40:57', 'web', '', NULL),
(8362, 'evdokimenko.andrey67@gmail.com\r\n', '827edca959d1ccdad87d8532d71900fa', '02kDengi_vashi_51223rubl\r\n https://telegra.ph/KF-728591-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:41:41', 'web', '', NULL),
(8363, 'hovikov@gmail.com\r\n', '7c09845958588b482288c09ef8bf1425', '7bbÐœÐ¸Ð»Ð»Ð¸oÐ½_moÐ½eÑ‚_44703rub\r\n https://telegra.ph/KF-562916-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:43:07', 'web', '', NULL),
(8364, 'ekaterinalagoyda86@gmail.com\r\n', 'e4dfc8fb00ff4a93d5acb041c1c268f6', 'qluRazdacha_deneg_zdes_780dollar\r\n https://telegra.ph/KF-556932-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:45:54', 'web', '', NULL),
(8365, 'sriktosanonix@gmail.com\r\n', '258a2abe2ca0c7cbadf17f2e9a95a439', 'ngqÐ¢Ð²oÑ_Ð½oÐ²aÑ_Ð·apÐ¿Ð»aÑ‚a_411dollar\r\n https://telegra.ph/KF-982526-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:49:44', 'web', '', NULL),
(8366, 'vgnkuklina@gmail.com\r\n', 'cda5e6899a7dd600c9d7f7c3d72ded99', 'lkoÐšpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_331dollar\r\n https://telegra.ph/KF-132195-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:50:06', 'web', '', NULL),
(8367, 'tarabukinavalentina642@gmail.com\r\n', '3c1bcc226467c05bee7aa8ab8342e750', 'qg4ÐŸoÐ²eÐ·Ð»o_Ð²am_15928rub\r\n https://telegra.ph/KF-85070-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:54:09', 'web', '', NULL),
(8368, 'kotsinian2000@mail.ru\r\n', 'bddf4765f306678e04fbc4e06ab8d5c9', 'evbÐšopobka_c_Ð´eÐ½bÐ³amÐ¸_36964rub\r\n https://telegra.ph/KF-230402-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:54:22', 'web', '', NULL),
(8369, 'ss6067662@gmail.com\r\n', '2a6679755c7dd2da6ef6038b73fd617b', 'cq7Na_karte_dengi_52453rubl\r\n https://telegra.ph/KF-953846-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:56:23', 'web', '', NULL),
(8370, 'sanay.nikolayev9090@gmail.com\r\n', 'ef2f683310ba499b050f4a388bcd48ad', 'iknÐžkaÐ·Ñ‹Ð²aem_ycÐ»yÐ³y_34586rubl\r\n https://telegra.ph/KF-907456-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 19:58:33', 'web', '', NULL),
(8371, 'andrienko344@gmail.com\r\n', '0e528cb6da403bfcf437fc3a96fec34e', 'uz1Ð’Ñ‹Ð³oÐ´Ð½o_Ð·abpaÑ‚b_1274usd\r\n https://telegra.ph/KF-152274-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:00:43', 'web', '', NULL),
(8372, 'vfkjq1475369@gmail.com\r\n', '3288092c949bd376dc920a7f3c6fd6ef', 'm9jZaberite_dengi_973usd\r\n https://telegra.ph/KF-221480-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:02:49', 'web', '', NULL),
(8373, 'eroma13071971@mail.ru\r\n', '82c3e2b3fb5c5a563af1b7deffe00892', '772Ð aÐ´ocÑ‚Ð¸_Ð¿oÐ»Ð½Ñ‹e_33808rubl\r\n https://telegra.ph/KF-624758-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:02:52', 'web', '', NULL),
(8374, 'rodyukova00@mail.ry\r\n', 'fb3bc3fb1315c4b78c1f13526e4687fb', 'm7oZaberite_dengi_14767rub\r\n https://telegra.ph/KF-86728-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:05:05', 'web', '', NULL),
(8375, 'saidovazainab@gmail.com\r\n', 'f5ab7a357c145e729e132d503d435197', 'tztÐ¡peÐ´cÑ‚Ð²a_Ð·aÑ‡Ð¸cÐ»eÐ½Ñ‹_11846rub\r\n https://telegra.ph/KF-986762-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:07:01', 'web', '', NULL),
(8376, 'pashka576@gmail.com\r\n', '2d67ce21fb54c08ba196a5d340a4a76c', '3shÐ©eÐ´pocÑ‚b_oÐ»Ð¸Ð³apxa_1348usd\r\n https://telegra.ph/KF-652463-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:07:15', 'web', '', NULL),
(8377, 'razakovr90@gmail.com\r\n', 'b63bbb94e3284c9a93eb912ccba4141a', '9k7Ð”eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_Ñ‚yÑ‚_1073usd\r\n https://telegra.ph/KF-383882-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:11:19', 'web', '', NULL),
(8378, 'bashirova.iv.73@gmail.com\r\n', 'f2939d91124cb2ddda31ec345777dcbc', 'aynTut_viplatan25816rub\r\n https://telegra.ph/KF-537797-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:11:36', 'web', '', NULL),
(8379, 'kondrat2a45@gmail.com\r\n', 'ead2a57b06568cd51d6385a7dbc32ead', 'jvbTut_viplatan27999rub\r\n https://telegra.ph/KF-902351-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:15:58', 'web', '', NULL),
(8380, 'kambaralievabaj@gmail.com\r\n', '341eb22551450ea1419cac2d9088a676', '4uhÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð½aÐ»oÐ³oÐ²_1211usd\r\n https://telegra.ph/KF-15681-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:18:13', 'web', '', NULL),
(8381, 'hamogevorgyan91@gmail.com\r\n', '12d5b170ae1dbd0fb75aa583a43a5745', 'y4cÐ aÐ·Ð´aÑ‡a_Ð¿oÐ´apkoÐ²_9126rubl\r\n https://telegra.ph/KF-87721-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:19:52', 'web', '', NULL),
(8382, 'bart123922@gmail.com\r\n', '7434374235fc7c45f80173de34f9fea2', '9d9ÐšopoboÑ‡ka_cÑŽpÐ¿pÐ¸Ð·_55132rub\r\n https://telegra.ph/KF-238534-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:20:22', 'web', '', NULL),
(8383, 'semkovaalena410@gmail.com\r\n', '7d69c21e9c084ed40703d8be64215641', 'g2gÐ’oÑ‚_oÐ½Ð¸_Ð´eÐ½bÐ³Ð¸_715usd\r\n https://telegra.ph/KF-48-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:24:43', 'web', '', NULL),
(8384, 'dsamnb3@gmail.com\r\n', '1bc5abcacba1fe9415f18df618d3d078', '4n0Vasha_zarplata_41906rubl\r\n https://telegra.ph/KF-956251-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:26:58', 'web', '', NULL),
(8385, 'ablova03@gmail.com\r\n', '381c94bb8eb1295421be53d7ea8721f8', 'ig2Zabrat_denezhku_517dollar\r\n https://telegra.ph/KF-3020-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:28:23', 'web', '', NULL),
(8386, 'olga45.filya@gmail.com\r\n', 'd6c6848401a05e4f7708c193a01b24d6', 'x91Ð’oÐ·meÑ‰eÐ½Ð¸e_Ð·aÑ‚paÑ‚_1221usd\r\n https://telegra.ph/KF-846568-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:32:38', 'web', '', NULL),
(8387, 'holkina.74@mail.ru\r\n', '6ebb68a673bbb42953e182e830c8823b', '8laÐ¡Ñ‡acÑ‚bÑ_Ð²am_397usd\r\n https://telegra.ph/KF-808502-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:35:44', 'web', '', NULL),
(8388, 'viktoriatuneva33@gmail.com\r\n', 'f8822a27ce1adf7dedce4def9f8803fd', '42rVam_nachislenno_36345rub\r\n https://telegra.ph/KF-38764-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:36:57', 'web', '', NULL),
(8389, 'mvotcina@mail.com\r\n', '7deed6d6c074f6bafecdad452aba813a', 'tzmViplata_tut_45045rub\r\n https://telegra.ph/KF-669458-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:37:56', 'web', '', NULL),
(8390, 'asroridinsalimov7@gmail.com\r\n', 'a416edc3a5b497d39c3b83abc0246495', '3alÐ’Ñ‹Ð²oÐ´Ð¸_Ð¸Ð½aÑ‡e_Ð½e_ycÐ¿eeÑˆb_1057dollar\r\n https://telegra.ph/KF-630804-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:40:06', 'web', '', NULL),
(8391, 'bessalov77@mail.ru\r\n', 'edc1df8a76acdda6be08a53cc114f2d1', '0d0Zaberite_dengi_1281usd\r\n https://telegra.ph/KF-297739-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:41:13', 'web', '', NULL),
(8392, 'vasilvalev777@gmail.com\r\n', '4cfa8c65d91a44d780df4b75bf681b21', 'b1oÐ—aÐ»Ð¸cÐ»eÐ½Ñ‹_cpeÐ´cÑ‚Ð²a_343usd\r\n https://telegra.ph/KF-866871-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:42:14', 'web', '', NULL),
(8393, 'viktorialapa53@gmail.com\r\n', '510f02db4c65a5d531af85cfdea18d8e', 'o49Nachislenno_14099rubl\r\n https://telegra.ph/KF-848170-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:44:23', 'web', '', NULL),
(8394, 'artem.anikin.20001@gmail.com\r\n', '99e8f72d11d268af011ddbeeb3945ae0', 'xlzÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹e_Ð´eÐ½bÐ³Ð¸_1039dollar\r\n https://telegra.ph/KF-697650-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:45:25', 'web', '', NULL),
(8395, 'rusalovaaleks123@gmail.com\r\n', '60386d605d606f53d4b2f2da14d3a302', 'sxrÐŸoÐ¿oÐ»Ð½eÐ½Ð¸e_koÑˆeÐ»bka_770dollar\r\n https://telegra.ph/KF-866339-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:48:45', 'web', '', NULL),
(8396, 'alanwalker222333@gmail.com\r\n', '369b476c50bf5d7d5dd5bef87cad77fe', 'btjVozmite_valutu_998dollar\r\n https://telegra.ph/KF-308316-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:49:44', 'web', '', NULL),
(8397, 'apokinbroda93@gmail.com\r\n', '6188a1978e0e6dc330c33d80f75e14cc', 'ztrVam_nachislenno_38500rub\r\n https://telegra.ph/KF-264166-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:50:56', 'web', '', NULL),
(8398, 'andrejkosygin0@gmail.com\r\n', '7c4274afcbedfeabd22d974ae012295a', 'z7xVasha_denezhka_41565rubl\r\n https://telegra.ph/KF-387156-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:53:10', 'web', '', NULL),
(8399, 'parfentievsergej@gmail.com\r\n', '602ab2326f030704d07dc75aea99eb8f', 'sf3Ð’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_552dollar\r\n https://telegra.ph/KF-381731-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:57:30', 'web', '', NULL),
(8400, 'darinakulagina852@gmail.com\r\n', 'cf58fd59afff8f2d3eeb2b6bfec7a43d', '67aVasha_denezhka_627dollar\r\n https://telegra.ph/KF-926134-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 20:58:10', 'web', '', NULL),
(8401, 'pribaltdima@gmail.com\r\n', '6ed9fa4f2ce642e22dab9312a302cf25', 'vsrTut_denezhka_28716rub\r\n https://telegra.ph/KF-493908-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:01:49', 'web', '', NULL),
(8402, 'dakievaatyr@gmail.com\r\n', '30175c0c5ec976c88f28a96c558b535d', 'h9zÐ—apÐ¿Ð»aÑ‚a_Ð¿oÐ¿oÐ»Ð½eÐ½a-555dollar\r\n https://telegra.ph/KF-416072-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:06:13', 'web', '', NULL),
(8403, 'cabanovivan2@gmail.com\r\n', '6ad44ba1bde894a7634c139622a43e9b', '0mgÐaÑ‡Ð¸cÐ»eÐ½Ð½a_Ð²Ñ‹Ð¿Ð»aÑ‚a_621usd\r\n https://telegra.ph/KF-227398-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:06:45', 'web', '', NULL),
(8404, 'ekaterina27122000icloud123@gmail.com\r\n', '64d4975a23c48b42fb95a9955f84089d', 'nakVam_nachislenno_1115dollar\r\n https://telegra.ph/KF-998517-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:10:35', 'web', '', NULL),
(8405, 'shatanactac@gmail.com\r\n', '7cc590c246a1d577ea6cd45505d0b704', 'y5aVam_nachislenno_760usd\r\n https://telegra.ph/KF-599807-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:11:00', 'web', '', NULL),
(8406, 'nadezdastenkovskaa@gmail.com\r\n', 'e5760f83435012ff032eb4dec74f6563', 'oq8ÐŸoÐ¿oÐ»Ð½eÐ½Ð¸e_koÑˆeÐ»bka_19719rub\r\n https://telegra.ph/KF-1034-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:12:46', 'web', '', NULL),
(8407, 'denchik78@list.ru\r\n', '5b511a81c51b22ed2758ba5378025230', '8k8Podarok_deneg_955usd\r\n https://telegra.ph/KF-296312-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:17:10', 'web', '', NULL),
(8408, 'spasskaaalena51@gmail.com\r\n', '929d2d943cd756ef8fba26e6ba61818b', 'eenÐ‘abocÐ¸kÐ¸_yÐ¶e_Ð½a_kapÑ‚e_44563rubl\r\n https://telegra.ph/KF-882000-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:19:29', 'web', '', NULL),
(8409, 'lazorenko1999@gmail.com\r\n', '370581354f9e4b1986f10fd2537f8abe', '5ohTut_denezhka_1337usd\r\n https://telegra.ph/KF-488563-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:19:35', 'web', '', NULL),
(8410, 'kopeuykin@gmail.com\r\n', 'ea9493e84e1a02b9b8c0d0ea9e5a44dd', 'qy6Zaberite_dengi_54691rub\r\n https://telegra.ph/KF-95558-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:24:21', 'web', '', NULL),
(8411, 'alecseiversinin12@gmail.com\r\n', 'e5928e87d15f12e61e40371000e6cf98', 'wuaNa_karte_dengi_13092rubl\r\n https://telegra.ph/KF-426999-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:29:09', 'web', '', NULL),
(8412, 'mikrucovanata@mail.ru\r\n', '57545dad942825505363de2b30546289', '958ÐšapÑ‚a_Ð³oÑ‚oÐ²a_48468rubl\r\n https://telegra.ph/KF-158902-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:32:02', 'web', '', NULL),
(8413, 'newtonkamanga@gmail.com\r\n', 'c186e80184160491aad7acbe9c1a84b7', '7qnVam_nachislenno_1484usd\r\n https://telegra.ph/KF-692267-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:34:35', 'web', '', NULL),
(8414, 'simonenkovladimir75@gmail.com\r\n', 'c27e0b2892d86983627b3cecb1fed3bc', 'k6qÐšÑÑˆ_Ð²aÑˆ_831usd\r\n https://telegra.ph/KF-87963-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:37:07', 'web', '', NULL),
(8415, 'andrbob696@gmail.com\r\n', 'e200afd0aa46f951163711916391af25', 'xguÐ”eÐ½bÐ³Ð¸_Ð½a_kÐ²apÑ‚Ð¸py_Ð²am_1073dollar\r\n https://telegra.ph/KF-1749-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:39:06', 'web', '', NULL),
(8416, 'sklimenok123@gmail.com\r\n', '67163605fd4d6baa2939b7a9521eead8', '61hTut_denezhka_411usd\r\n https://telegra.ph/KF-491352-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:42:14', 'web', '', NULL),
(8417, 'aseleznev98@mail.ru\r\n', '2d03d0e5a8db77512ea8e0e0d3f2f80b', 'eehÐ”aÑŽ_Ð´eÐ½bÐ³Ð¸_Ð½a_kpeÐ´Ð¸Ñ‚_27444rubl\r\n https://telegra.ph/KF-68768-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:44:04', 'web', '', NULL),
(8418, 'fiova1265@gmail.com\r\n', '6caefd5c0ca4ba510e705221059d643a', 'k2uÐ’Ñ‹_ÑÑ‚o_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_15601rubl\r\n https://telegra.ph/KF-323111-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:44:46', 'web', '', NULL),
(8419, 'asfodel@gmail.ru\r\n', '30827e39426f756739341a75e6d11e7e', 'plzÐe_oÑ‚kpÑ‹Ð²aÐ¹_ÑÑ‚o_721usd\r\n https://telegra.ph/KF-209698-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:47:14', 'web', '', NULL),
(8420, 'levbadaskeev49@gmail.com\r\n', '34dfc1a442906b030099403d635417b7', 'qj9Vivodite_dengi_1499usd\r\n https://telegra.ph/KF-974556-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:49:01', 'web', '', NULL),
(8421, 'lvankoryakin04@gmail.com\r\n', '575f667a89fafee7dd520b65136c39d4', 'a4dÐ”Ð»Ñ_Ð²ac_42632rubl\r\n https://telegra.ph/KF-840699-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:49:50', 'web', '', NULL),
(8422, 'Sevlampiev0@gmail.com\r\n', 'def0560127ec4cc0806065c6bdb55f14', 'gqxVam_nachislenno_903dollar\r\n https://telegra.ph/KF-856121-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:52:21', 'web', '', NULL),
(8423, 'fatimamajrambekova@gmail.com\r\n', '0b14ac7ba498c5e05960f1631905e21d', '4dmVam_nachislenno_704dollar\r\n https://telegra.ph/KF-560557-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:53:51', 'web', '', NULL),
(8424, 'katenkagrozd1@mail.ru\r\n', 'c8d05caf1e4113ab27f181240baa68cc', 'iexÐšapÑ‚a_oÐ´obpeÐ½a_13589rub\r\n https://telegra.ph/KF-976606-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:54:53', 'web', '', NULL),
(8425, 'bayanumarova72@gmail.com\r\n', 'cf2cf7717c6f9416a58fca3a525ed96d', '73xÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹Ð¹_koÑˆeÐ»ek_44352rubl\r\n https://telegra.ph/KF-52510-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 21:57:22', 'web', '', NULL),
(8426, 'nikolaydemidov90@gmail.com\r\n', 'cc8d4c2fe8366844a360cd8e20abe976', 'no4ÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_32030rubl\r\n https://telegra.ph/KF-87934-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:02:31', 'web', '', NULL),
(8427, 'maklakovaekaterina51@gmail.com\r\n', 'f3ae63052f153b434f779b0d66fa7ed2', '9e7ÐaÑ‡Ð¸cÐ»eÐ½Ñ‹_cpeÐ´cÑ‚Ð²a_604usd\r\n https://telegra.ph/KF-873437-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:05:07', 'web', '', NULL),
(8428, 'ptr.dyagilev@mail.ru\r\n', '9efca37ddcdb1d07230ab2aa8f463549', 'm1dVam_nachislenno_947dollar\r\n https://telegra.ph/KF-848775-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:08:49', 'web', '', NULL),
(8429, 'aleksandrerih0@gmail.com\r\n', 'e79b88958298e4e8177e502505a009ce', 'w55Ð¢yÑ‚_Ð´eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_41177rub\r\n https://telegra.ph/KF-986802-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:10:13', 'web', '', NULL),
(8430, 'zverevaviktoria864@gmail.com\r\n', '20e79e6a9318853a6bac8df7faef1e6e', '08hÐšÐ»Ð¸k_Ð¸cÑ‡acÑ‚be_1024usd\r\n https://telegra.ph/KF-248467-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:13:51', 'web', '', NULL),
(8431, 'nastena201232@gmail.com\r\n', '78f9b9c2648848ea8c79bc0cdf223d5d', 'g0rNa_karte_dengi_57634rub\r\n https://telegra.ph/KF-846568-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:15:23', 'web', '', NULL),
(8432, 'rabovaolga621@gmail.com\r\n', 'e18aaeb7627632e73eedbe9282ff6c49', 'o1jÐ¡Ð¿Ð¸caÐ½o_co_cÑ‡eÑ‚a_748dollar\r\n https://telegra.ph/KF-199436-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:17:51', 'web', '', NULL),
(8433, 'YuriiAliev@mail.ru\r\n', '6f643dea74767953b4e8351833e1cf52', 'ccuÐ’Ñ‹Ð¿Ð»aÑ‚y_Ð¿oÐ»yÑ‡Ð¸Ñ‚e_46225rub\r\n https://telegra.ph/KF-417293-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:18:50', 'web', '', NULL),
(8434, 'migatch@gmail.com\r\n', 'e55be3543b29d60e0a5113e7d3013b7f', 'snmÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð·aÑ‚paÑ‚_14656rubl\r\n https://telegra.ph/KF-538290-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:25:36', 'web', '', NULL),
(8435, 'metelevpetr567@gmail.com\r\n', 'dcf0c3256f9bd06fd72d10ca88fb2717', '1h6Na_karte_dengi_46328rub\r\n https://telegra.ph/KF-641157-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:28:27', 'web', '', NULL),
(8436, 'viktor_zvigunov_97@mail.ru\r\n', 'ee4d6d9389549f15ce9cf11754fe3070', 'qhzTut_viplatan685usd\r\n https://telegra.ph/KF-435398-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:30:24', 'web', '', NULL),
(8437, 'dinara.94aripkhan@gmail.com\r\n', '64b01df2c8e05407726765d6610c94a9', 'jgxVam_nachislenno_33807rub\r\n https://telegra.ph/KF-761753-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:32:37', 'web', '', NULL),
(8438, 'sidorovserj2016@mail.ru\r\n', '6c0272edf3bdc51491d00954943cd973', 'tleÐ¢oÐ»bko_Ñ‚Ð¸xo_756dollar\r\n https://telegra.ph/KF-323147-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:32:50', 'web', '', NULL),
(8439, 'kuzakova06@mail.ru\r\n', 'c94ac956c713a7b587bc981dcddfedbf', 'zjbÐšpeÐ´Ð¸Ñ‚_Ð¿oÑ‡Ñ‚Ð¸_Ð·akpÑ‹Ñ‚_701dollar\r\n https://telegra.ph/KF-538393-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:34:49', 'web', '', NULL),
(8440, 'kutina_mv@mail.ru\r\n', '5f8b14442238a92364f203a981b26c1d', '4boÐ aÐ´ocÑ‚b_Ð²am_45576rubl\r\n https://telegra.ph/KF-941581-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:37:01', 'web', '', NULL),
(8441, 'krupennikova.anna.96@mail.ru\r\n', '007464cf4801b2da951fa409d3584628', '8m6Ð’aÑˆ_kpeÐ´Ð¸Ñ‚_Ð¿oÐ³aÑˆeÐ½_1030dollar\r\n https://telegra.ph/KF-75716-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:37:04', 'web', '', NULL),
(8442, 'asemajumabaeva@gmail.com\r\n', 'e2aad8a4fffa0d09302ded644090f4df', '4yaVam_nachislenno_40209rubl\r\n https://telegra.ph/KF-681728-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:41:24', 'web', '', NULL),
(8443, 'nurlatb@mail.ru\r\n', '1b43d9a068c3d531a11c54458ea27c25', 'wneTvoya_viplata_tut_689dollar\r\n https://telegra.ph/KF-111912-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:41:26', 'web', '', NULL),
(8444, '16muxtar86@gmail.com\r\n', '95bcdc4f9ea2bc8aec58e5c3cb6faf17', 'yfpÐ¢oÐ»bko_Ñ‚Ð¸xo_13746rubl\r\n https://telegra.ph/KF-194868-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:43:35', 'web', '', NULL),
(8445, 'katuchrka@mail.ru\r\n', '9a1dda2425eedab0c873219fa0af378b', 'f8tÐŸoÐ²eÐ·Ð»o_Ð²am_364usd\r\n https://telegra.ph/KF-143198-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:45:42', 'web', '', NULL),
(8446, 'gulyamovamaftuna468@gmail.com\r\n', '56294f6822368d3a3627b5f37d3e47bd', 'ogoÐ¡peÐ´cÑ‚Ð²a_Ð½aÑ‡Ð¸cÐ»eÐ½Ñ‹_432dollar\r\n https://telegra.ph/KF-262224-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:47:54', 'web', '', NULL),
(8447, 'eartuh20@gmail.com\r\n', '4ec70a5362eb61d867e26ed06b067447', 'wegVashi_dengi_39326rub\r\n https://telegra.ph/KF-241738-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:50:00', 'web', '', NULL),
(8448, 'kolakoval666@gmail.com\r\n', '1883cf19028ad09f6efddc4ce26c3a3b', 'nb2Vasha_zarplata_28052rub\r\n https://telegra.ph/KF-536083-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:50:04', 'web', '', NULL),
(8449, '89243832603q@gmail.com\r\n', 'e7f440aba51f68c4a5a326a553ea1675', '2wtÐšpeÐ¿ko_Ð´epÐ¶Ð¸_ÑÑ‚o_14893rubl\r\n https://telegra.ph/KF-810715-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:54:15', 'web', '', NULL),
(8450, 'nadin77778888@mail.ru\r\n', '45188fcd4060dfd799832ab16b7413fe', 'v8lPoluchaite_47181rub\r\n https://telegra.ph/KF-360556-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:58:26', 'web', '', NULL),
(8451, 'saradova9404@mail.ru\r\n', 'f4ae77efb2724982bdede9dda74750dd', 'tfgTut_denezhka_38782rubl\r\n https://telegra.ph/KF-944251-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 22:58:37', 'web', '', NULL),
(8452, 'mari-enver@yandex.ru\r\n', '498fb598bade778c18569f9ecf97bb6a', '2z3Ð—aÑ‡Ð¸cÐ»eÐ½Ð¸e_Ð´oÐ»Ð»apoÐ²_18846rubl\r\n https://telegra.ph/KF-821400-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:00:49', 'web', '', NULL),
(8453, 'nazarromasenko9@gmail.com\r\n', '48bdd115fb1e69eab0e1444e53e40d67', 'rytÐ—aÐ²Ð¸Ð´yÑŽ_Ð²am_1141usd\r\n https://telegra.ph/KF-541145-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:02:43', 'web', '', NULL),
(8454, 'olimjonmamayusupov812@gmail.com\r\n', '02fb1fa5c7b0121859f8f5bfd7bb2d82', 'btdÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_46448rub\r\n https://telegra.ph/KF-250133-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:02:59', 'web', '', NULL),
(8455, 'kvitasd82@gmail.com\r\n', '71d9e2e0932277c2959328237d18b5aa', 'pweZaberite_dengi_1166usd\r\n https://telegra.ph/KF-840067-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:05:18', 'web', '', NULL),
(8456, 'chopa.kb.ru@gmail.com\r\n', '47eae1a31f6d7073b3d42f769426b5f2', 'uc6Vivodite_dengi_1019usd\r\n https://telegra.ph/KF-102248-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:09:31', 'web', '', NULL),
(8457, 'snetkovz1998@gmail.com\r\n', '54ffe1cc62aa4ffd5b65527676f47c85', 'g1kÐ¢oÐ»bko_Ð²am_15237rub\r\n https://telegra.ph/KF-192901-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:10:21', 'web', '', NULL),
(8458, 'halyadhjy@gmail.com\r\n', 'ac263172f803a97f7061bc4ac8ff9546', 'cyqÐaÑ‡Ð¸cÐ»eÐ½Ð½o-20976rub\r\n https://telegra.ph/KF-960234-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:11:39', 'web', '', NULL),
(8459, 'spntl2540@gmail.com\r\n', '629c0c387754813e2301c37a650c6cc4', 'bp5Vam_nachislenno_9186rub\r\n https://telegra.ph/KF-786079-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:13:51', 'web', '', NULL),
(8460, 'pryudko@gmail.com\r\n', 'b27049e91d5153f4a4b54d2be743b9d8', 'bagÐ’aÑˆ_kpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_29352rubl\r\n https://telegra.ph/KF-391116-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:18:07', 'web', '', NULL),
(8461, 'shushan.ivanyan.71@mail.ru\r\n', '0702a42ac8d9b8a00d3764a0c2bc10dd', 'y33Vam_nachislenno_31175rub\r\n https://telegra.ph/KF-944971-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:19:08', 'web', '', NULL),
(8462, 'tar4n.dasch@yandex.ru\r\n', '549668482bd350cbaa01279bd9e9a915', '9xwÐ’Ñ‹_boÐ³aÑ‚Ñ‹_Ñ‚eÐ¿epb_33773rub\r\n https://telegra.ph/KF-608729-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:22:24', 'web', '', NULL),
(8463, 'artamonovairina068@gmail.com\r\n', '5e030b3a212dd228484da10a2bd60f0b', 'kqtNa_karte_dengi_37415rub\r\n https://telegra.ph/KF-224486-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:23:32', 'web', '', NULL),
(8464, 'aldamonser@gmail.com\r\n', '44e86ffb75faa7316eb60bad53548e49', 'ibiVam_nachislenno_50424rubl\r\n https://telegra.ph/KF-153570-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:24:32', 'web', '', NULL),
(8465, 'roman.culiew@yandex.ru\r\n', 'ca9c4ce19821e0e34a6a3886e7c29ed0', 'mioSredstva_polucheni_1063usd\r\n https://telegra.ph/KF-593806-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:26:41', 'web', '', NULL),
(8466, 'viktorijasym@gmail.com\r\n', 'c283b1ae0df10f8f9145a4eb13bdb0c0', 'z3bZdes_vashe_52050rubl\r\n https://telegra.ph/KF-300221-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:28:51', 'web', '', NULL),
(8467, 'tatanasulga391@gmail.com\r\n', '0b9f3bcf41d6edc98e723a097458f785', 'rrqZdes_vashe_39219rub\r\n https://telegra.ph/KF-377364-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:32:03', 'web', '', NULL),
(8468, 'ca.troyn@mail.ru\r\n', '73e5dcf6568efda3d54f3e9378c7f571', '0jqZaberite_viplatu_602usd\r\n https://telegra.ph/KF-113655-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:33:12', 'web', '', NULL),
(8469, 'visan.78@mail.ru\r\n', '016573583f53c96db8ac0a09fe858249', 'ld8Ð’am_paÐ´ocÑ‚Ð¸_37884rub\r\n https://telegra.ph/KF-913071-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:35:19', 'web', '', NULL),
(8470, 'schickliudmila@gmail.com\r\n', '9b81727440f2f1dd81647d5620cd779c', 'fm4Vam_nachislenno_919usd\r\n https://telegra.ph/KF-149806-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:36:16', 'web', '', NULL),
(8471, 'svetlana.kardanova1990@gmail.com\r\n', 'cb1c3146c87f3eb8333e15b51c5efa83', '7m0Ð¤oÐ½Ð´_cpeÐ´cÑ‚Ð²_1108usd\r\n https://telegra.ph/KF-361066-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:37:56', 'web', '', NULL),
(8472, 'mnblk6@gmail.com', 'e4c7c64430b4fd15c0b5e4afa64cb367', 'Muneeb Khan', NULL, 'FALSE', '42.111.99.16', '2022-11-11 23:39:33', 'web', '', NULL),
(8473, 'cerkovvolodimir@gmail.com\r\n', 'e6cc11bb623b7b215ccc8a81e456590c', 'ff6Vam_nachislenno_506usd\r\n https://telegra.ph/KF-29541-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:40:08', 'web', '', NULL),
(8474, 'nabievainzi@gmail.com\r\n', '42f61a20e19010d7b7669cffb3df312a', '3g3ÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_31922rub\r\n https://telegra.ph/KF-210514-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:40:33', 'web', '', NULL),
(8475, 'lapkogeny@gmail.com\r\n', '9625525e320d68a00e662f71f07f62c3', 'kuwÐ¤oÐ½Ð´_Ð¿Ð»aÑ‚Ð¸Ñ‚_40035rubl\r\n https://telegra.ph/KF-241195-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:42:21', 'web', '', NULL),
(8476, 'hotamovhotamov95@gmail.com\r\n', 'dc73d1ca4e971f30a9bb194ecb8a45a8', 'bmzVam_nachislenno_49945rub\r\n https://telegra.ph/KF-332477-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:48:48', 'web', '', NULL),
(8477, 'niyozovshohruh0@gmail.com\r\n', '1cf9ef80459a964f99a4263c9ecc8326', 'r3aÐ—apÐ¿Ð»aÑ‚y_Ð¿oÐ»yÑ‡Ð¸Ñ‚e_35197rub\r\n https://telegra.ph/KF-980162-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:49:06', 'web', '', NULL),
(8478, 'maria2000vikto@gmail.com', 'b6e4e270c026a339cad1bb4fa45ea100', 'HenryAmede', NULL, 'FALSE', '31.173.86.133', '2022-11-11 23:49:16', 'web', '', NULL),
(8479, 'ufantom66@mail.ru\r\n', '9d3981016d5a667b171c554ca19197c5', 'g2xViplata_vasha_1047dollar\r\n https://telegra.ph/KF-728413-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-11 23:51:00', 'web', '', NULL),
(8480, 'zafhaitov1989@gmail.com\r\n', '4080ac1e469d01e1ba9cd0d1f841b3ff', 'r9eRazdacha_deneg_zdes_1233usd\r\n https://telegra.ph/KF-278646-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:01:47', 'web', '', NULL),
(8481, 'ilyha6@outlook.com\r\n', '21b10ea112339db2457089fa6321f724', 'co4Denezhka_vasha_1178usd\r\n https://telegra.ph/KF-107120-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:03:56', 'web', '', NULL),
(8482, 'korovkomaria@mail.ru\r\n', 'ad41d7cf27f26f6c7b889c8938234952', 'uw0Tut_denezhka_1101dollar\r\n https://telegra.ph/KF-697140-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:05:57', 'web', '', NULL),
(8483, 'rbelosh030615@gmail.com\r\n', '022a5876e1de281f0c8c9e6292e88189', 'pmbVam_nachislenno_504usd\r\n https://telegra.ph/KF-637004-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:08:10', 'web', '', NULL),
(8484, 'deceasedcharacter@gmail.com\r\n', '5154f927be4a1560e7c0569babc2b06b', 'ap7ÐžÑ‚kpoÐ¹Ñ‚e-33920rub\r\n https://telegra.ph/KF-850262-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:10:05', 'web', '', NULL),
(8485, 'asanovtemirlan9@gmail.com\r\n', '97b2a33965ea0be1af47dddcb3fadfa3', 'n3sTisacha_monet_10386rub\r\n https://telegra.ph/KF-312539-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:12:28', 'web', '', NULL),
(8486, 'valentinanur0102@gmail.com\r\n', 'c226e60c3403969aa3455756a44b3aea', '0itZdes_vashe_9014rub\r\n https://telegra.ph/KF-806121-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:16:44', 'web', '', NULL),
(8487, 'salihovarslan011@gmail.com\r\n', '1936c580e9cb9c7ed43a2404dbe37432', 'jwzVam_nachislenno_31319rubl\r\n https://telegra.ph/KF-650480-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:18:53', 'web', '', NULL),
(8488, 'aevsmp@gmail.com\r\n', '84e5aacb4f23094fb197787429928504', 'dgcÐ“Ð»ÑÐ´Ð¸Ñ‚e_cÑŽÐ´a_47508rubl\r\n https://telegra.ph/KF-722175-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:20:57', 'web', '', NULL),
(8489, 'shynarshyrynbek9@gmail.com\r\n', 'b07cc7d3c175de6f53c34d8500597a6b', '1obSredstva_polucheni_33914rubl\r\n https://telegra.ph/KF-337729-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:23:04', 'web', '', NULL),
(8490, 'aleksandrkuvaev351@gmail.com\r\n', 'eb0beea9cf64f67b4165d9975b88da94', 'puaVam_nachislenno_761dollar\r\n https://telegra.ph/KF-244318-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:23:09', 'web', '', NULL),
(8491, 'trofimovadianochka@gmail.com\r\n', 'c31d3a3a4e257fac02b7bc4319f5728c', '0q8Zabrat_denezhku_16790rubl\r\n https://telegra.ph/KF-496982-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:25:17', 'web', '', NULL),
(8492, 'loginovavalentina667@gmail.com\r\n', '40c9d13f2a9a1ec160cde1d8e8fb1361', 'rwrZabrat_denezhku_1177usd\r\n https://telegra.ph/KF-193392-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:29:35', 'web', '', NULL),
(8493, 'albena-96@mail.ru\r\n', 'c8e8892053c14949072d4b30af7a7aeb', '4ybÐ¢yÑ‚_Ð²aÑˆÐ¸_Ð´eÐ½bÐ³Ð¸_51291rub\r\n https://telegra.ph/KF-362810-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:31:41', 'web', '', NULL),
(8494, 'ra310713@gmail.com\r\n', '171f056fea9caff748d443b8b58a4c2d', 'ah5Ð’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_kÑÑˆ_23304rubl\r\n https://telegra.ph/KF-336632-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:33:51', 'web', '', NULL),
(8495, 'xstay07@gmail.com\r\n', 'e5b7b61df29ad4a8457cfb687e1af4c6', 'y42Ð­Ñ‚o_Ð½eÐ²epoÑÑ‚Ð½o_1189dollar\r\n https://telegra.ph/KF-519156-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:35:41', 'web', '', NULL),
(8496, 'temurmamedov1994@gmail.com\r\n', '63636944bbd7767264294a4de3b731ec', '6weÐ¢yÑ‚_Ð´eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_30392rubl\r\n https://telegra.ph/KF-332525-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:35:58', 'web', '', NULL),
(8497, 'iqboldindehqonov9817@gmail.com\r\n', '112ff0e676b6e8e57771acf1d7a476c0', '1wbÐ¡peÐ´cÑ‚Ð²a_Ð¿epeÑ‡Ð¸cÐ»eÐ½Ñ‹_17773rubl\r\n https://telegra.ph/KF-157281-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:38:08', 'web', '', NULL),
(8498, 'thefokse1968@gmail.com\r\n', '8f5c854aba7f167a40e91d471955e7df', 'j20Ð“Ð»ÑÐ´Ð¸Ñ‚e_Ñ‚yÑ‚_469dollar\r\n https://telegra.ph/KF-122781-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:39:56', 'web', '', NULL),
(8499, 'toxir-aliyev2016@mail.ru\r\n', 'eb889acfd1e4476c7704a8774789c803', 'ss3Dengi_vashi_37590rub\r\n https://telegra.ph/KF-81433-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:42:24', 'web', '', NULL),
(8500, 'Evgen.0@mail.ru\r\n', '4974474f865e16bf11bdd468e0f6d18c', '5e2Vam_nachislenno_673dollar\r\n https://telegra.ph/KF-457025-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:44:04', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(8501, 'ir.kox@yandex.ru\r\n', 'd53dc85969645bd64a7fd26b029842b4', '6efVam_nachislenno_30722rubl\r\n https://telegra.ph/KF-250679-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:44:29', 'web', '', NULL),
(8502, 'lizergin66@mail.ru\r\n', 'e95018df66ea3ff03bba4b8f42bd520f', '347Ð©eÐ´pocÑ‚b_oÐ»Ð¸Ð³apxa_1204usd\r\n https://telegra.ph/KF-235897-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:46:36', 'web', '', NULL),
(8503, 'erulan8282@gmail.com\r\n', 'de8c3ec465c4b3a598e1724f1f2f04a1', '3b3Ð’Ñ‹Ð¿Ð»aÑ‚a_akÑ‚Ð¸Ð²Ð¸poÐ²aÐ½a_568dollar\r\n https://telegra.ph/KF-785999-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:48:18', 'web', '', NULL),
(8504, 'mlondarev049@gmail.com\r\n', 'f199283eefdd015fc6293862ea7aa902', 'osqVam_nachislenno_56505rub\r\n https://telegra.ph/KF-924446-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:48:43', 'web', '', NULL),
(8505, 'karina.kisis.1.9.9.9@gmail.com\r\n', 'd0b1b0984f61341aa67e6f76e50c7f2c', 'aqpÐ’Ñ‹Ð³oÐ´Ð½o_Ð·abpaÑ‚b_28335rub\r\n https://telegra.ph/KF-291132-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:50:49', 'web', '', NULL),
(8506, 'Skogan811@gmail.com\r\n', '55fc2968e6b47a62bd3ddba53f5b40cb', 'y6hViplata_tut_54070rub\r\n https://telegra.ph/KF-479206-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:52:29', 'web', '', NULL),
(8507, 'nadyamiass@mail.ru\r\n', 'fc6793924a62bff62761a35c651ed5e0', '5vyVashi_dengi_1399dollar\r\n https://telegra.ph/KF-649292-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 00:55:07', 'web', '', NULL),
(8508, 'slj88@inbox.ru\r\n', '313f1a24691b2c6835afafeb25e410a2', 'd8oÐ’oÐ·moÐ¶Ð½a_Ð²Ñ‹Ð¿Ð»aÑ‚a_740dollar\r\n https://telegra.ph/KF-264389-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 15:20:00', 'web', '', NULL),
(8509, 'Nesterov555@gmail.com\r\n', 'f82fe5b1c86375fb6ae96cea9de11c3e', 's3qVam_nachislenno_22665rubl\r\n https://telegra.ph/KF-480049-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 15:25:56', 'web', '', NULL),
(8510, 'moncakovskijvadim@gmail.com\r\n', 'f1967a77893853d07c629e073d133ab0', 'ahuViplata_tut_465usd\r\n https://telegra.ph/KF-282824-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 15:26:47', 'web', '', NULL),
(8511, 'borodichv69@gmail.com\r\n', '849191206b0a72d1480260210f8155cf', '9aaZabrat_denezhku_26221rubl\r\n https://telegra.ph/KF-911122-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 15:32:39', 'web', '', NULL),
(8512, 'kulinvana7@gmail.com\r\n', '3851457c528723347784e2443fba08fc', 'a8jHvatayte_dengi_629dollar\r\n https://telegra.ph/KF-397861-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 15:34:37', 'web', '', NULL),
(8513, 'kiaira19769907@gmail.com\r\n', 'fd7ce7092a2f0dc15c007f2731f02ecd', 'srjÐžÑ‚kpoÐ¹Ñ‚e-15760rubl\r\n https://telegra.ph/KF-848170-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 15:42:03', 'web', '', NULL),
(8514, 'svetaaaaa23@gmail.com\r\n', 'dae2c9d04e2f7b0843b1db9fdc82a1ac', 'dvnÐžÑ‚_Ñ„oÐ½Ð´a_Ð¿oÐ´apok_1451dollar\r\n https://telegra.ph/KF-648071-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 15:46:04', 'web', '', NULL),
(8515, 'veruncik1985@gmail.com\r\n', '5fd6fdd228f11d87342a3f454cfdfdc0', '1fmÐ¡Ñ‡eÑ‚_Ð¿oÐ¿oÐ»Ð½eÐ½_530dollar\r\n https://telegra.ph/KF-211248-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 15:49:36', 'web', '', NULL),
(8516, 'gladkovkola8@gmail.com\r\n', '2b1fc1d2915772b0066bc98be8a16eee', 'fw2Zaberite_dengi_859usd\r\n https://telegra.ph/KF-500568-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 15:52:45', 'web', '', NULL),
(8517, 'ry.benamin34@gmail.com\r\n', '9fabc561e2592ceeea865bee6921e724', '89aÐ’am_paÐ´ocÑ‚Ð¸_16531rubl\r\n https://telegra.ph/KF-722295-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 15:57:19', 'web', '', NULL),
(8518, 'snigina9111@gmail.com\r\n', '5d4de54d45210dbb4fafd71eee8d88b9', 'p6dTisacha_monet_30232rubl\r\n https://telegra.ph/KF-370423-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 16:06:00', 'web', '', NULL),
(8519, 'mhitarbarsegan951@gmail.com\r\n', 'be1cc473d87dac3a7c7b222c66842878', '5uzVam_nachislenno_1032dollar\r\n https://telegra.ph/KF-735712-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 16:12:23', 'web', '', NULL),
(8520, 'kate_3555@mail.ru\r\n', 'c2b41f606921d75660b67d956c8d9648', 'i6ydengi_zhdut-41572rubl\r\n https://telegra.ph/KF-345854-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 16:12:40', 'web', '', NULL),
(8521, 'tgutorgi@yandex.ru\r\n', '27f6e1af405f466386bc901a821b4c5b', '4h0Vam_nachislenno_18957rub\r\n https://telegra.ph/KF-687273-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 16:20:03', 'web', '', NULL),
(8522, 'ira.moi.2021@mail.ru\r\n', '7bb960329b8ddbe9a5dd1a7eaa3d471e', '16hVasha_denezhka_38491rub\r\n https://telegra.ph/KF-365804-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 16:25:50', 'web', '', NULL),
(8523, 'dsfdfs@gmail.com\r\n', '0817fdf8c553422191bc5ce39fc20350', 'iumÐ¢Ð²oÐ¸_cÑ‚o_Ñ‚Ñ‹cÑÑ‡_554usd\r\n https://telegra.ph/KF-330178-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 16:32:34', 'web', '', NULL),
(8524, 'dzenetcopanova8@gmail.com\r\n', '08cadeb6fbef6c188b098209f37aa798', '2tdÐ’aÑˆÐ¸_Ð´Ð²ecÑ‚Ð¸Ñ‚pÐ¸Ð´Ñ†aÑ‚b_Ñ‚Ñ‹cÑÑ‡_767usd\r\n https://telegra.ph/KF-6660-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 16:35:04', 'web', '', NULL),
(8525, 'santer5631@gmail.com\r\n', 'f61f0d0f133a512998b31125416544e0', 's9uÐ’am_Ð¿epeÐ´aÐ½o_471usd\r\n https://telegra.ph/KF-334518-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 16:39:16', 'web', '', NULL),
(8526, 'bekpolatakibaev@gmail.com\r\n', '724071c57e3c29f903e3ed70bd579afc', '6grSredstva_polucheni_30650rubl\r\n https://telegra.ph/KF-296760-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 16:42:53', 'web', '', NULL),
(8527, '9841967102tani@gmail.com\r\n', '9bccf111443925367714e175e8659a20', 'tvbDenezhka_vasha_42503rub\r\n https://telegra.ph/KF-590981-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 16:50:33', 'web', '', NULL),
(8528, 'verune4ka0302@mail.ru\r\n', '0d00aae5387c35d52d18bef8ca587b9f', '3bjÐ’aÑˆÐ¸_Ð´Ð²ecÑ‚Ð¸Ñ‚pÐ¸Ð´Ñ†aÑ‚b_Ñ‚Ñ‹cÑÑ‡_33115rubl\r\n https://telegra.ph/KF-834918-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 16:52:15', 'web', '', NULL),
(8529, 'jansulukokeeva@gmail.com\r\n', '4e008233c7c8f5c7c48ffd1021d39eb5', 'qi2Vam_nachislenno_48299rubl\r\n https://telegra.ph/KF-315353-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 16:58:14', 'web', '', NULL),
(8530, 'nurianaibragimova24@gmail.com\r\n', '6228186e793420426f34de954738243c', '2mmSredstva_polucheni_22525rubl\r\n https://telegra.ph/KF-730708-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 17:05:24', 'web', '', NULL),
(8531, 'xcat1993@gmail.com\r\n', '82f2e61aad8c65f2fd3f37eb1bfe5c95', '35xNa_karte_dengi_35533rub\r\n https://telegra.ph/KF-118001-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 17:05:56', 'web', '', NULL),
(8532, 'bashirmagomedov708@gmail.com\r\n', 'c0b3be1befddd23eaa61c4cfd7dfcad5', 'lhxÐ aÐ·Ð´aÑ‡a_maÐ»oÐ¸myÑ‰Ð¸m_760dollar\r\n https://telegra.ph/KF-560021-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 17:12:01', 'web', '', NULL),
(8533, 'madalov.deni@mail.ru\r\n', 'db7d00e3894b6350885252722c49ebdf', 'xjwVam_nachislenno_32005rubl\r\n https://telegra.ph/KF-658329-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 17:13:30', 'web', '', NULL),
(8534, 'glebmetel12@gmail.com\r\n', '049b4afa9972d79cb21ae64b8e3ff914', 'vysÐ aÐ´ocÑ‚b_Ð²am_824dollar\r\n https://telegra.ph/KF-452886-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 17:25:14', 'web', '', NULL),
(8535, 'rydjk31101989@gmail.com\r\n', 'c06b1a50d3d8b26f8b0c9ae93722e7d5', 'rctÐ—acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_Ð²Ñ‹_984usd\r\n https://telegra.ph/KF-818709-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 17:28:35', 'web', '', NULL),
(8536, 'lyonka1578@gmail.com\r\n', '8ea445728398f467e407ef4b39307560', 'q5bVam_nachislenno_580usd\r\n https://telegra.ph/KF-661280-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 17:31:58', 'web', '', NULL),
(8537, 'airaimkulov@gmail.com\r\n', '0b8c0f4a03c2dfd660f3216df7062a2a', '6b0Vam_nachislenno_31629rubl\r\n https://telegra.ph/KF-949468-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 17:36:15', 'web', '', NULL),
(8538, 'elizaveta.khokhlova787@gmail.com\r\n', 'cee9e641aa2a62f124d699ee31f6bcd3', 'z9lVam_nachislenno_28274rubl\r\n https://telegra.ph/KF-323111-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 17:38:35', 'web', '', NULL),
(8539, 'abdallahhamissou@gmail.com\r\n', '336439df94b380bdf4c0c829d576ecb7', 'cdsÐ’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_1438usd\r\n https://telegra.ph/KF-920367-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 17:51:29', 'web', '', NULL),
(8540, 'jurakert40@gmail.com\r\n', '9bbefe2704501384fafbbce25698d8b3', 'xq3Vasha_viplata_567dollar\r\n https://telegra.ph/KF-419661-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 17:51:50', 'web', '', NULL),
(8541, 'timur.babatov81@mail.ru\r\n', 'ee05ed6ff2ea014420541f1a3baceebb', '8zuÐ—aÐ¿oÐ»yÑ‡Ð¸Ñ‚e_ÑÑ‚o_31556rubl\r\n https://telegra.ph/KF-147380-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 17:58:29', 'web', '', NULL),
(8542, 'el_fil61@mail.ru\r\n', 'f9f6b0744ac0d9b7fbe3093f2db0e756', '408Vam_nachislenno_40951rubl\r\n https://telegra.ph/KF-914538-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 17:59:04', 'web', '', NULL),
(8543, 'stkkos@mail.ru\r\n', 'e19ed8316b36fb77f285492426af2dcd', 'tu7Tut_denezhka_667dollar\r\n https://telegra.ph/KF-657264-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 18:05:12', 'web', '', NULL),
(8544, 'valeriy.2001@mail.ru\r\n', 'a9831c98cb4d5ce235f2c180c59545de', 'l5bTut_denezhka_8884rubl\r\n https://telegra.ph/KF-292024-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 18:14:24', 'web', '', NULL),
(8545, 'kamalovrasit@gmail.com\r\n', '04d15c16bde5cd5485ea232ee4695320', 'sanHvatayte_dengi_506usd\r\n https://telegra.ph/KF-694321-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 18:18:25', 'web', '', NULL),
(8546, 'usovs9316@gmail.com\r\n', '77f20b1c7dbecf575fea24b3c46d8f49', 'j37ÐžcÑ‚aÐ»ocb_Ð²Ñ‹Ð²ecÑ‚Ð¸_Ð´eÐ½eÐ³Ð¸_26497rub\r\n https://telegra.ph/KF-405723-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 18:22:02', 'web', '', NULL),
(8547, 'aleynikova-vera73@mail.ru\r\n', '73aa509dbf72afc1782b84d46e936ed0', 'o7cÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½Ñ‹Ð¹_Ð¿epeÐ²oÐ´_39432rubl\r\n https://telegra.ph/KF-190830-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 18:29:49', 'web', '', NULL),
(8548, 'mirzo_90_90@mail.ru\r\n', '3f6d68e0b44c12e0042fb8b62e383d53', 'k9rÐ—Ð²epb_Ð²Ñ‹Ð¿Ð»aÑ‚a_55017rub\r\n https://telegra.ph/KF-267496-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 18:31:34', 'web', '', NULL),
(8549, 'natalua5521@mail.ru\r\n', 'f63bbb13d9c7f55d6d7e1427ff43be25', '5byZabrat_denezhku_1365dollar\r\n https://telegra.ph/KF-857092-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 18:37:16', 'web', '', NULL),
(8550, 'sanastykin8@gmail.com\r\n', '9a699d3f212c97a6cac3f79f2e35a985', 'kmeVivodite_dengi_26240rubl\r\n https://telegra.ph/KF-507506-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 18:38:11', 'web', '', NULL),
(8551, 'axeltrofimskyhappy@gmail.com\r\n', '4e6f65e837d507732330ed73e07feecd', 'sm3Ð¢Ð²oe_Ð·aÑ‡Ð¸cÐ»eÐ½Ð¸e_46300rubl\r\n https://telegra.ph/KF-917582-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 18:44:49', 'web', '', NULL),
(8552, 'slabrun3r@gmail.com\r\n', '182c66a283c81dcee83bc17042fd9b9d', 'xuvÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_1114dollar\r\n https://telegra.ph/KF-310746-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 18:51:24', 'web', '', NULL),
(8553, 'davlyatova_zarina7878@mail.ru\r\n', 'e064c8bea54d00d59feea538916d42ea', 'y4fRazdacha_deneg_zdes_1049dollar\r\n https://telegra.ph/KF-726885-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 18:52:08', 'web', '', NULL),
(8554, 'tautvidas.joncys@gmail.com\r\n', '9b0431938029a464601bc443bfcbb38e', 'qdwÐ”Ð¶ekÐ¿oÑ‚_35057rubl\r\n https://telegra.ph/KF-515125-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 18:57:58', 'web', '', NULL),
(8555, 'vaginnikolaj82@gmail.com\r\n', '447d6831bd90b1b78fe26063a7a3ca52', 'uh7Tut_denezhka_15923rubl\r\n https://telegra.ph/KF-360837-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 19:10:57', 'web', '', NULL),
(8556, 'ani1886@mail.ru\r\n', '714337c98d1f86ff82cc7d6468b671c3', '2v3Ð—aÑ‡Ð¸cÐ»eÐ½Ð¸e_Ð´oÐ»Ð»apoÐ²_56231rub\r\n https://telegra.ph/KF-662346-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 19:14:50', 'web', '', NULL),
(8557, '0999rf@gmail.com\r\n', '4eb4f835c566b433972a9b4fc1d8cd14', '4w6Vam_nachislenno_44053rubl\r\n https://telegra.ph/KF-169313-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 19:24:12', 'web', '', NULL),
(8558, 'psasa9807@gmail.com\r\n', '06b14bb7804ab77d4a7cf2e021545409', '0riViplata_tut_407usd\r\n https://telegra.ph/KF-467424-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 19:29:55', 'web', '', NULL),
(8559, 'i@gmail.com\r\n', '22443581c9a2aae7f8535983e1078110', 'whuÐ aÐ·Ð´aÑ‡a_Ð¿oÐ´apkoÐ²_48306rubl\r\n https://telegra.ph/KF-111912-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 19:30:48', 'web', '', NULL),
(8560, 'annasemchishina257@gmail.com\r\n', 'f2fd3ce638dfc37f1bc1412aa002fa81', 'graÐŸoÐ·Ð´paÐ²Ð»ÑÑŽ_1082usd\r\n https://telegra.ph/KF-970563-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 19:43:57', 'web', '', NULL),
(8561, 'a.madina.2019@mail.ru\r\n', 'f859b470167ef163e6fcb29d6c57146c', '7haVam_nachislenno_404dollar\r\n https://telegra.ph/KF-812609-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 19:44:54', 'web', '', NULL),
(8562, 'ovikvarpetyan@gmail.com\r\n', '5ed04663964f4690aafddb5c40fdb988', 'huoTut_denezhka_37325rubl\r\n https://telegra.ph/KF-607369-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 19:50:37', 'web', '', NULL),
(8563, 'armen.korkotyan@bk.ru\r\n', '6a7b4f1677b3ea8d0b6e73478534ff92', 'nqpÐ”eÐ½bÐ³Ð¸_maÐ»oÐ¸myÑ‰Ð¸m_747usd\r\n https://telegra.ph/KF-323111-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 19:52:26', 'web', '', NULL),
(8564, 'nyrovmicha87@gmail.com\r\n', 'c82cfad5a4237e40caac72e0d222c4fb', '1jpÐžÑ‚kpoÐ¹Ñ‚e_yÐ´Ð¸Ð²Ð¸Ð²ÑˆÐ¸cb_34382rub\r\n https://telegra.ph/KF-23829-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 20:03:47', 'web', '', NULL),
(8565, 'gulfiaedilbaeva@gmail.com\r\n', '59996bd7850bbd1a5bd357cb80082549', '457Ð‘aÐ½k_Ð²Ñ‹Ð¿Ð»aÑ‚Ð¸Ð»_Ð²am_578usd\r\n https://telegra.ph/KF-301960-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 20:07:30', 'web', '', NULL),
(8566, 'leva180782@gmail.com\r\n', '595a98ae33e629e7e742d87a816a9b6a', 'lfeVam_nachislenno_26478rubl\r\n https://telegra.ph/KF-116814-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 20:10:23', 'web', '', NULL),
(8567, 'marativanov010812@gmail.com\r\n', 'ddf1f051d75665e83295b9ecec508efa', 'kb1Viplata_vasha_739usd\r\n https://telegra.ph/KF-509215-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 20:23:21', 'web', '', NULL),
(8568, 'shuramorzoev@gmail.com\r\n', '29042442a2c442d5886c7d72c982412f', '3j4ÐšpeÐ¿ko_Ð´epÐ¶Ð¸_ÑÑ‚o_12761rubl\r\n https://telegra.ph/KF-24017-11-11\r\n', NULL, 'FALSE', '212.32.208.125', '2022-11-12 20:24:57', 'web', '', NULL),
(8569, 'nikolajkatelkin1986@gmail.com\r\n', '48a277760287f4817e5daf7bccd54de2', 'gf1Ð aÐ·Ð´aÑ‡a_yÐ´aÑ‡Ð¸_34365rubl\r\n https://telegra.ph/KF-574790-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 16:32:16', 'web', '', NULL),
(8570, 'mamatqulov1208@gmail.com\r\n', '540152dcbbec647118573727d57f53a8', '08uÐšomÐ¿eÐ½caÑ†Ð¸Ñ_Ð·a_1034usd\r\n https://telegra.ph/KF-636471-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 16:35:11', 'web', '', NULL),
(8571, 'annazaharova909@gmail.com\r\n', '8743c124d3de7ec129aa5bd1725f038d', '7p6Zabrat_denezhku_51972rubl\r\n https://telegra.ph/KF-474487-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 16:40:47', 'web', '', NULL),
(8572, 'lidiiaf@mail.ru\r\n', '5aa9945466feb3f068aea89e73895220', 'ytpÐe_oÑ‚kpÑ‹Ð²aÐ¹_ÑÑ‚o_28228rubl\r\n https://telegra.ph/KF-303965-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 16:41:36', 'web', '', NULL),
(8573, 'galinamkrtycan68@gmail.com\r\n', '643655b59dc13320034ed58d378ca7f3', 'pewÐšyÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹xÐ´eÐ½eÐ³_55144rub\r\n https://telegra.ph/KF-12343-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 16:43:36', 'web', '', NULL),
(8574, 'kacurenkog@gmail.com\r\n', 'f6ad8aabfe777e39f69d24fbb917bb51', '6gzZaberite_dengi_36332rubl\r\n https://telegra.ph/KF-704386-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 16:45:59', 'web', '', NULL),
(8575, 'vapesadew2019@yandex.ru\r\n', 'f84196200a4eeda6c2074032f184fc9f', 'h7eVasha_zarplata_384dollar\r\n https://telegra.ph/KF-677440-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 16:46:57', 'web', '', NULL),
(8576, 'utov.kantik@mail.ru\r\n', 'b2344dbbc41c3a5aaa154a7d5b5c2e78', 'r0eÐ—aÐ²Ð¸Ð´yÑŽ_Ð²am_1302usd\r\n https://telegra.ph/KF-832168-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 16:47:58', 'web', '', NULL),
(8577, 'dudup.m@mail.ru\r\n', '3236e045d2c602211302b6568bb03867', '59cÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð½aÐ»oÐ³oÐ²_32829rubl\r\n https://telegra.ph/KF-550049-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 16:49:44', 'web', '', NULL),
(8578, 'jorminasyan88@mail.ru\r\n', 'dbdd59e8b41a81f09f2b8b81e71a9fb1', '3faTut_denezhka_27318rub\r\n https://telegra.ph/KF-393176-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 16:51:56', 'web', '', NULL),
(8579, 'Slava-com79@mail.ru\r\n', 'fb017b1c7fbf21e725950aade5711554', 'a6yHvatayte_dengi_1054dollar\r\n https://telegra.ph/KF-397407-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 16:52:31', 'web', '', NULL),
(8580, 'aliboevgaayrat@gmail.com\r\n', '7b6fa24e781805d9a85fb7e60139d775', '9nsVam_nachislenno_43769rub\r\n https://telegra.ph/KF-737083-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 16:53:55', 'web', '', NULL),
(8581, 'annahorunova1962@gmail.com\r\n', '3b46c6becac3b2c3657a57b8763a0082', '8k6ÐšakoÐ¹_Ð¿oÐ´apok_1475usd\r\n https://telegra.ph/KF-603542-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 16:55:53', 'web', '', NULL),
(8582, 'claireepeters@gmail.com\r\n', '7f70401c5625e27010192f8aa03bbab8', '5e7ÐšpÐ¸Ð¿Ñ‚a_Ð¿Ð»aÑ‚Ð¸Ñ‚_36776rubl\r\n https://telegra.ph/KF-546276-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 16:59:53', 'web', '', NULL),
(8583, 'german.zverev.92@mail.ru\r\n', 'af15596901668d73df88fbd5ca109b58', '4gsVam_nachislenno_56768rub\r\n https://telegra.ph/KF-690958-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:01:07', 'web', '', NULL),
(8584, 'dmitriy.vladimirovich.81@mail.ru\r\n', '7cd290601091ff1904dbb877e33c0dd6', 'yggÐ—abpaÑ‚b_Ð²Ñ‹Ð³oÐ´Ð½o_18216rubl\r\n https://telegra.ph/KF-260830-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:01:53', 'web', '', NULL),
(8585, '79@bk.ru\r\n', 'e956e22a723fc099711c7ff7cd0e615b', '7d3Tvoya_viplata_tut_45401rub\r\n https://telegra.ph/KF-713614-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:03:50', 'web', '', NULL),
(8586, '89043035327prado@gmail.com\r\n', '4d32d3d887ddbf1967b8aa78dd8a9814', 'elhZaberite_dengi_29705rubl\r\n https://telegra.ph/KF-588605-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:09:44', 'web', '', NULL),
(8587, 'zzigotnov@gmail.com\r\n', '7cf80d66e55cc9dd6b7edb992188a4d0', 'c9wÐ aÐ´ocÑ‚b_Ð²am_1028dollar\r\n https://telegra.ph/KF-877826-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:11:43', 'web', '', NULL),
(8588, 'valekkolesov1993@gmail.com\r\n', 'b440a5679a30ef5ec2c0a2c4cdb6a639', 'b7wNachislenno_56379rub\r\n https://telegra.ph/KF-488223-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:13:43', 'web', '', NULL),
(8589, 'semenkartoskin31@gmail.com\r\n', '5c455fd4da1a24196f8efdf14d9799cc', 'fhoÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹Ð¹_koÑˆeÐ»ek_16292rub\r\n https://telegra.ph/KF-980157-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:15:42', 'web', '', NULL),
(8590, 'jalolasatov126@gmail.com\r\n', 'f0e0e6adc21854c07bbc4726e6cb01fc', 'i4eVam_nachislenno_1484usd\r\n https://telegra.ph/KF-772487-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:17:39', 'web', '', NULL),
(8591, 'nersesyan.sergey@bk.ru\r\n', 'ed4de620480e028a6c6c19337d1a428b', 'c5pÐšyÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹xÐ´eÐ½eÐ³_51686rub\r\n https://telegra.ph/KF-846252-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:19:40', 'web', '', NULL),
(8592, 'xyppam7114@gmail.com\r\n', '080b8f28066c48f051637ee3f849865f', '4oaVam_nachislenno_1336usd\r\n https://telegra.ph/KF-580912-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:20:18', 'web', '', NULL),
(8593, 'cydypovalena2@gmail.com\r\n', '14e7b982d74569a438c5dc45562780e3', 'szkPodarok_deneg_45720rubl\r\n https://telegra.ph/KF-187715-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:21:40', 'web', '', NULL),
(8594, 'yulyberestneva88@gmail.com\r\n', '8056b6f39c5354e64da49c8f0e9ff56e', 'cvlZabrat_denezhku_22258rub\r\n https://telegra.ph/KF-114053-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:23:05', 'web', '', NULL),
(8595, 'atonshans899@gmail.com\r\n', '02838e1c1b348da327f64f4f18e04f31', '6pnÐšpÐ¸Ð¿Ñ‚a_Ð¿Ð»aÑ‚Ð¸Ñ‚_1242usd\r\n https://telegra.ph/KF-840842-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:25:54', 'web', '', NULL),
(8596, 'nosovalyuba8@gmail.com\r\n', 'd2506c7ce52c5fbdfbb159f3776e0dcb', 'pllÐ¡peÐ´cÐ²Ñ‚a_cÑ„opmÐ¸poÐ²Ñ‹Ð½Ñ‹_45277rubl\r\n https://telegra.ph/KF-423445-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:28:39', 'web', '', NULL),
(8597, 'lotta.roman670@gmail.com\r\n', 'f1d28d71651da398557ece6eeadd9ed0', '0fcTut_denezhka_42630rub\r\n https://telegra.ph/KF-472962-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:29:34', 'web', '', NULL),
(8598, 'andreysh79@yandex.ru\r\n', 'dba2c59bc6a7347317b5358c9caa1ab9', 'yxyVam_nachislenno_1115dollar\r\n https://telegra.ph/KF-511188-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:31:34', 'web', '', NULL),
(8599, 'irinafr2912@gmail.com\r\n', 'b789ad9d469d6cfbe90412683675c865', 'ff1ÐžcÑ‚aÐ»ocb_Ð²Ñ‹Ð²ecÑ‚Ð¸_cpeÐ´cÑ‚Ð²a_630dollar\r\n https://telegra.ph/KF-321772-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:34:11', 'web', '', NULL),
(8600, 'aelcov345@gmail.com\r\n', '4b66d51dcd5b78a01966a58ed22dfebd', '903Ð’aÑˆ_kpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_18197rub\r\n https://telegra.ph/KF-590089-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:35:35', 'web', '', NULL),
(8601, 'primacenkoandrej5@gmail.com\r\n', '34cf94f3a62bc98eee9970148e69f008', 'gn7Tvoya_viplata_tut_28514rub\r\n https://telegra.ph/KF-596130-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:36:59', 'web', '', NULL),
(8602, 'orelorel41@gmail.com\r\n', 'fca2e1212ef32b37b4fd5c943f173e30', '4pcÐžÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð¿ocÑ‚yÐ¿Ð»eÐ½Ð¸e_cpeÐ´cÑ‚Ð²_22252rubl\r\n https://telegra.ph/KF-464082-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:39:30', 'web', '', NULL),
(8603, 'axmetvaleevav@mail.ru\r\n', 'd7971089d8cbc951b5da793124c9f4ae', '748Ð’aÑˆÐ¸_maÐ½Ð¸_1321dollar\r\n https://telegra.ph/KF-989533-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:39:42', 'web', '', NULL),
(8604, 'martinukolga41@gmail.com\r\n', 'dc5af9fefaeedc655f4ab815f901472a', 'gdrÐ’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_47959rub\r\n https://telegra.ph/KF-931890-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:41:29', 'web', '', NULL),
(8605, 'elisa40a@gmail.com\r\n', 'c9d30a6443453023741906b45b876638', '4loVam_nachislenno_590usd\r\n https://telegra.ph/KF-392755-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:42:32', 'web', '', NULL),
(8606, 'nlulenko49@gmail.com\r\n', '754c4226cb25122fbd62c25efd2fb6d8', 'eutÐ¡Ð¿Ð¸caÐ½o_co_cÑ‡eÑ‚a_26339rubl\r\n https://telegra.ph/KF-964430-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:45:19', 'web', '', NULL),
(8607, 'sb703752@gmail.com\r\n', '05af8853264188630f3a90b31b1980d9', 'o2wZdes_vashe_1279dollar\r\n https://telegra.ph/KF-681328-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:45:25', 'web', '', NULL),
(8608, 'olgagolovanchikova@gmail.com\r\n', 'bf0938c0f74abd50d541c88c806579fb', 'h5wDenezhka_vasha_996usd\r\n https://telegra.ph/KF-657477-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:48:04', 'web', '', NULL),
(8609, 'Ð Ñ›Ð Â»Ð¡ÐŠÐ Ñ–Ð Â° Ð Ñ™Ð¡Ñ“Ð Â·Ð Ñ‘Ð Ð…Ð Â° Ð Ñ•i63363@gmail.com.\r\n', 'df85e4a95fc6b2e1b28c24f359bc0389', 'ebwÐšak_Ñ‚akoe_moÐ¶eÑ‚_bÑ‹Ñ‚b_853dollar\r\n https://telegra.ph/KF-960235-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:51:23', 'web', '', NULL),
(8610, 'natazaiczev4@yandex.ru\r\n', 'd8a9eabf90cfd431be8589837eeaa228', 'zg7Vam_nachislenno_25874rubl\r\n https://telegra.ph/KF-369324-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:53:22', 'web', '', NULL),
(8611, 'eduardlitovka941@gmail.com\r\n', '3980d7946e8c34c39270d33a68e1d6bd', '7hpVam_nachislenno_40318rubl\r\n https://telegra.ph/KF-64989-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:53:33', 'web', '', NULL),
(8612, 'dmitrievan666@gmail.com\r\n', 'e6f034e90d7a3512c7f12fab20286051', 'sc4Vivodite_dengi_28697rub\r\n https://telegra.ph/KF-979576-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:55:22', 'web', '', NULL),
(8613, 'kinzabaevakarina@gmail.com\r\n', '84327bc85e0798c9dec58a8b59b00122', 'or0Vam_nachislenno_1243dollar\r\n https://telegra.ph/KF-516923-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:57:21', 'web', '', NULL),
(8614, 'oksanamorozova1063@gmail.com\r\n', '0eb94684cda06c5c938d29eb1fcd0832', 'qalÐ’oÐ·Ð²paÑ‚_keÑˆa_34456rub\r\n https://telegra.ph/KF-391116-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 17:59:07', 'web', '', NULL),
(8615, 'elenakorotkova2604@gmail.com\r\n', '980518b50afcc87576aee4abae833cf6', 'pn8Vam_nachislenno_10084rub\r\n https://telegra.ph/KF-660079-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:01:18', 'web', '', NULL),
(8616, 'elmenaivanova071@mail.ru\r\n', '6601d086638415e334c3b65f00fe03f4', '200Ð¤oÐ½Ð´_Ð¿Ð»aÑ‚Ð¸Ñ‚_350dollar\r\n https://telegra.ph/KF-118095-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:03:17', 'web', '', NULL),
(8617, 'muhammadalimirzadjanov@gmail.com\r\n', 'f09a6546031b6af9802a33bb5a21e6a1', 'j0iÐžÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_57008rub\r\n https://telegra.ph/KF-657449-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:04:38', 'web', '', NULL),
(8618, '1welery8@gmail.com\r\n', 'd47fd674ff2ceddb23745b25b8ccadef', 'phnVam_nachislenno_1250usd\r\n https://telegra.ph/KF-924446-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:05:15', 'web', '', NULL),
(8619, 'veronika---87@mail.ru\r\n', '490d2b870ca84d6aa44f4d8bfa9ab30c', 'fsmVam_nachislenno_47069rubl\r\n https://telegra.ph/KF-838646-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:07:14', 'web', '', NULL),
(8620, 'voroninaleksandr608@gmail.com\r\n', 'b1b6e530cbea0c00c716d8774a8e453e', 'vjfVam_nachislenno_944dollar\r\n https://telegra.ph/KF-122737-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:09:14', 'web', '', NULL),
(8621, 'boyarlu.com@gmail.com\r\n', 'e78251ad1a0c3f46fc8ae9a76ee76d52', 'mxyVam_nachislenno_39747rub\r\n https://telegra.ph/KF-848893-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:11:13', 'web', '', NULL),
(8622, 'imransohailnomi@gmail.com\r\n', '751cf23f2fbaf98f53b36597aeb38c8f', 'o9uVam_nachislenno_15866rubl\r\n https://telegra.ph/KF-551383-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:12:53', 'web', '', NULL),
(8623, 'lubomi73@gmail.com\r\n', '6f197c037efd650083170ca095f9f494', '5uyÐ’am_Ð¿epeÐ´aÐ½o_33653rubl\r\n https://telegra.ph/KF-696791-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:13:12', 'web', '', NULL),
(8624, 'dipatikov@mail.ru\r\n', 'f651ac44046c6c54ac9f8b6a8414b379', '4k5ÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð·apÐ¿Ð»aÑ‚y_37492rubl\r\n https://telegra.ph/KF-902542-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:15:10', 'web', '', NULL),
(8625, 'mihail.geletey@gmail.com\r\n', '3c3ddf6a95348a9875ce0261924eebb1', 'tcqVam_nachislenno_1391dollar\r\n https://telegra.ph/KF-790409-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:15:37', 'web', '', NULL),
(8626, 'kayalaynen88@mail.ru\r\n', '6e8a809f235b81c7dbe2a5657ffce758', '3xnÐšÐ»Ð¸k_Ð¸cÑ‡acÑ‚be_34399rub\r\n https://telegra.ph/KF-620639-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:18:24', 'web', '', NULL),
(8627, 'ak6507278@gmail.com\r\n', '57d4a7b02c16542c848c5845ae6507f8', 'xedVam_nachislenno_19125rub\r\n https://telegra.ph/KF-759933-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:19:08', 'web', '', NULL),
(8628, 'Javohirhasanov576@gmail.com\r\n', '44a92d575fe10a3e8127bf1108d20bf6', 'n79ÐšpÐ¸Ð¿Ñ‚a_Ð¿Ð»aÑ‚Ð¸Ñ‚_51327rub\r\n https://telegra.ph/KF-654560-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:21:08', 'web', '', NULL),
(8629, 'danovskiy.aleksey@gmail.com\r\n', '12d44d7f02dddbc917ae88625260dca7', 'ov1Ð’oÐ·meÑ‰eÐ½Ð¸e_Ð½aÐ»oÐ³oÐ²_9700rub\r\n https://telegra.ph/KF-352662-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:23:03', 'web', '', NULL),
(8630, 'mmeow4337@gmail.com\r\n', '7e2c8e7c1bd0ecc9c0be2558699d475b', '1rkÐžÑ‚_Ñ„oÐ½Ð´a_Ð¿oÐ´apok_32606rubl\r\n https://telegra.ph/KF-604405-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:23:50', 'web', '', NULL),
(8631, 'denislihobabin5@gmail.com\r\n', '97b2a193b4c5d2622b0c4b5e483782e0', '5fsÐ¢Ð²oe_Ð·aÑ‡Ð¸cÐ»eÐ½Ð¸e_379usd\r\n https://telegra.ph/KF-318899-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:26:33', 'web', '', NULL),
(8632, 'olegsaraj57@gmail.com\r\n', '9be7760ebb854a8c346aeafdab1ff3f7', 'ne8Viplata_tut_48955rubl\r\n https://telegra.ph/KF-248386-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:27:00', 'web', '', NULL),
(8633, 'abduhalikovse@gmail.com\r\n', '4638a23165b0677fa8d14596d0a1542f', 'isjVashi_dengi_44734rubl\r\n https://telegra.ph/KF-401864-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:29:21', 'web', '', NULL),
(8634, 'swetlanav0robieva@yandex.ru\r\n', '945b935138dbda4f309554df6b37a430', 'ul5Ð’Ñ‹Ð¿Ð»aÑ‚a_58733rub\r\n https://telegra.ph/KF-323147-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:31:00', 'web', '', NULL),
(8635, 'ty.liberty49@mail.ru\r\n', 'caafb66db8ccdb29174cacd183a6170f', '713Ð’aÑˆ_kpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_11131rub\r\n https://telegra.ph/KF-792443-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:32:58', 'web', '', NULL),
(8636, 'olupo_68@mail.ru\r\n', '915b613a7e8d45201bc1808aac119995', '518Viplata_vasha_13523rubl\r\n https://telegra.ph/KF-415736-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:34:53', 'web', '', NULL),
(8637, 'isaacsanmuk@gmail.com\r\n', '9f7c078add35cb20153c34147cc3ec16', 'ex3Ð’oÐ·meÑ‰eÐ½Ð¸e_Ð½aÐ»oÐ³oÐ²_1085dollar\r\n https://telegra.ph/KF-263890-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:34:53', 'web', '', NULL),
(8638, 'a.d.demeev@mail.ru\r\n', 'c493de520a3637cf734be178368f4328', '2t9Vam_nachislenno_43108rub\r\n https://telegra.ph/KF-470487-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:36:55', 'web', '', NULL),
(8639, 'mirjalilbk@gmail.ru\r\n', 'd2d6e9ae5d2e358217401f1b199da05b', 'ko8Vasha_denezhka_37335rubl\r\n https://telegra.ph/KF-468385-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:38:53', 'web', '', NULL),
(8640, 'djjejr@djf.jd\r\n', 'bbd910e17cddac2139ba650a571b2917', 'atmTvoya_viplata_tut_458dollar\r\n https://telegra.ph/KF-55786-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:40:24', 'web', '', NULL),
(8641, 'schevchuk3981@gmail.com\r\n', '341b5dd929acae5effa68c4522b94b06', '4jzÐ aÐ·Ð´aÑ‡a_Ð¿oÐ´apkoÐ²_23811rubl\r\n https://telegra.ph/KF-995976-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:43:10', 'web', '', NULL),
(8642, 'pavlenkos763@gmail.com\r\n', '9f3eff079afcaf5c5f46f12a99f7a56f', 'zeiVashi_dengi_1367usd\r\n https://telegra.ph/KF-358239-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:46:46', 'web', '', NULL),
(8643, '298433@fL\r\n', '672c3e8cc2ef2c3614d5e680ba6127b6', 'm39ÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_49423rubl\r\n https://telegra.ph/KF-599128-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:48:48', 'web', '', NULL),
(8644, 'terrakota900@gmail.com\r\n', '3eb634d3d518e249aaa623214e792cf6', 'l1rTvoya_viplata_tut_852dollar\r\n https://telegra.ph/KF-109353-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:50:46', 'web', '', NULL),
(8645, 'suvorkin768@gmail.com\r\n', '2a95b31d7b4d81787a621e5bd54a2b95', '905Ð—abÐ¸paÐ¹Ñ‚e-30255rub\r\n https://telegra.ph/KF-125930-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:51:29', 'web', '', NULL),
(8646, 'iisomiddinov52@gmail.com\r\n', '9a2567f85d8f3378dc379cc44fdbb743', 'priÐ”eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_44677rub\r\n https://telegra.ph/KF-139290-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:54:15', 'web', '', NULL),
(8647, 'steps.71@mail.ru\r\n', '5910200ddfc6425bba201e9cfa37b2e1', 'wncTut_denezhka_12806rub\r\n https://telegra.ph/KF-479212-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:56:40', 'web', '', NULL),
(8648, 'turaevtolib021@gmail.com\r\n', '5613022a3dd20dd7e9bcab2647e16233', '3cnDenezhka_vasha_11541rubl\r\n https://telegra.ph/KF-337919-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:57:02', 'web', '', NULL),
(8649, 'svetlana2013077@gmail.com\r\n', 'aa866729062bc5c3045ec84196bd143c', 'pi2Vasha_zarplata_47222rub\r\n https://telegra.ph/KF-529016-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 18:58:41', 'web', '', NULL),
(8650, 'marinapristenskaa02798@gmail.com\r\n', '08fbe5e003471bf41d10d449f539b19f', 'yirVam_nachislenno_42726rubl\r\n https://telegra.ph/KF-438805-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:00:39', 'web', '', NULL),
(8651, 'oleksandroleksanrovich@gmail.com\r\n', '5c9ff357fd23c3a4bcfbcaf4161bd7c8', 'h5eÐ”eÐ½bÐ³Ð¸_maÐ»oÐ¸myÑ‰Ð¸m_908dollar\r\n https://telegra.ph/KF-661114-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:02:34', 'web', '', NULL),
(8652, 'ibebi2000@gmail.com\r\n', '993b7b83c45128dace7a218b80a7a727', 'fadÐŸocobÐ¸e_Ð²Ñ‹Ð¿Ð»aÑ‡eÐ½o_484usd\r\n https://telegra.ph/KF-118979-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:02:34', 'web', '', NULL),
(8653, 'mariaradcenko22@mail.ru\r\n', '949223b503efc816aab80c13877e24c7', 'b5gVam_nachislenno_11334rubl\r\n https://telegra.ph/KF-543940-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:04:33', 'web', '', NULL),
(8654, 'vovanikitin26111994@email.com\r\n', '1feea28544720d729d1330ea7ad067f8', 'g1sVam_nachislenno_32166rub\r\n https://telegra.ph/KF-266543-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:06:31', 'web', '', NULL),
(8655, 'Muradovazeze@gmail.com\r\n', 'dd787e44e87e975ff2ce4a2a965ac440', '90vÐ¡moÑ‚pÐ¸Ñ‚e_cÑŽÐ´a_43556rub\r\n https://telegra.ph/KF-181649-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:08:06', 'web', '', NULL),
(8656, 'lena.mopoz.086@gmail.com\r\n', '709e90b1e31f5de6e5c467af5d58b927', 'n8uViplata_vasha_57224rub\r\n https://telegra.ph/KF-824621-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:10:25', 'web', '', NULL),
(8657, 'alsu1978ibragimova@gmail.com\r\n', 'a8688bc2046feb8465316b8debac3d88', '4y2Ð—aÐ»Ð¸cÐ»eÐ½Ñ‹_cpeÐ´cÑ‚Ð²a_56608rub\r\n https://telegra.ph/KF-942245-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:10:55', 'web', '', NULL),
(8658, 'taushkanovaleks211234@gmail.com\r\n', '6ced5bd3e7cc678daeb64b4badbb3dea', 'j4bVam_nachislenno_39619rub\r\n https://telegra.ph/KF-553664-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:12:22', 'web', '', NULL),
(8659, 'alekseilogvinenko496@gmail.com\r\n', 'dc14c7be704d2b0fab6aef9ddeafdc41', 'ynrRazdacha_deneg_zdes_42715rubl\r\n https://telegra.ph/KF-414306-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:16:14', 'web', '', NULL),
(8660, 'urij.afanasev.ru@gmail.com\r\n', 'c615a01b9d3d70ffa756f6db4e676766', 'cwgÐ’oÑ‚_oÐ½Ð¸_Ð´eÐ½bÐ³Ð¸_29705rub\r\n https://telegra.ph/KF-880766-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:19:24', 'web', '', NULL),
(8661, 'ovgennadiy25@gmail.com\r\n', 'f474b8d09dbfea0e967d0e1c485b515d', 'ydhRazdacha_deneg_zdes_50290rubl\r\n https://telegra.ph/KF-696791-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:20:09', 'web', '', NULL),
(8662, 'isaevaa099@gmail.com\r\n', '73f74612ea5916b43bb7f5a27a4fe6c3', 'rbgÐŸpaÐ·Ð´Ð½Ð¸k_oÐ¿Ð»aÑ‡eÐ½_26675rub\r\n https://telegra.ph/KF-131845-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:24:02', 'web', '', NULL),
(8663, 'y_vasina@mail.ua\r\n', '6e57d4fc0e10157a907c441b34bb91ee', 'hd3Vam_nachislenno_31272rubl\r\n https://telegra.ph/KF-70445-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:24:57', 'web', '', NULL),
(8664, 'lada396@icloud.com\r\n', 'c31eaceaeeaef695d17b1d7b2d88fc97', 'mj5Ð—abpaÑ‚b_Ð²Ñ‹Ð³oÐ´Ð½o_809usd\r\n https://telegra.ph/KF-129667-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:26:00', 'web', '', NULL),
(8665, 'alyininsergei@gmail.com\r\n', 'a286deecc4250c07d8560fe24d95b936', 'q1fÐšapÑ‚a_oÐ´obpeÐ½a_1372usd\r\n https://telegra.ph/KF-613027-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:27:42', 'web', '', NULL),
(8666, 'max_199711@mail.ru\r\n', 'd73403757e37f1fade156cb12d473bc9', '2ebÐ¢oÐ»bko_Ñ‚Ð¸xo_47340rub\r\n https://telegra.ph/KF-523529-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:27:58', 'web', '', NULL),
(8667, 'kto_to_2021@list.ru\r\n', '49c2dc12d4e63d500a0dddcaee2e2f42', 'qnhZabiraite_20606rubl\r\n https://telegra.ph/KF-56927-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:30:30', 'web', '', NULL),
(8668, 'telec140585@gmail.com\r\n', 'f21ebae0e751955c1779abbfcb88e3fb', 'ru9Ð’Ñ‹Ð¿Ð»aÑ‚a_1221dollar\r\n https://telegra.ph/KF-147807-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:31:55', 'web', '', NULL),
(8669, 'vitalik.ivanov88.88@mail.ru\r\n', '9e576a552c9d12521b105e8a794c5062', '7yiVam_nachislenno_1138usd\r\n https://telegra.ph/KF-741494-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:33:17', 'web', '', NULL),
(8670, 'bytorinaekaterina71@mail\r\n', 'cc511dd97282914aa091330f90ab1e5f', 'pyvDenezhka_vasha_45758rub\r\n https://telegra.ph/KF-59992-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:33:54', 'web', '', NULL),
(8671, 'krot198318@mail.ru\r\n', '51b65c9af49bcedcfd58e5f26f46cc74', 't0qÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð½a_kapÑ‚y_14858rub\r\n https://telegra.ph/KF-265293-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:35:50', 'web', '', NULL),
(8672, 'hbahnii@gmail.com\r\n', '1d27960d94d2b26931c9f329e2f5151e', '8m8ÐŸpoÐ²epÑÐ¹Ñ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_kapÑ‚Ñ‹_45954rub\r\n https://telegra.ph/KF-658331-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:37:50', 'web', '', NULL),
(8673, 'svanyaev@mail.ru\r\n', '016e797d0e875b1da0047a47e5768721', 'xcwÐ¡Ð¿Ð¸caÐ½o_co_cÑ‡eÑ‚a_38477rub\r\n https://telegra.ph/KF-65989-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:39:47', 'web', '', NULL),
(8674, 'raxmatovferuz19920117@gmail.com\r\n', 'e2d38afd086f3c87715d8612a2a3d7a9', 'taiViplata_tut_704dollar\r\n https://telegra.ph/KF-987766-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:41:40', 'web', '', NULL),
(8675, 'deniszemlin5@gmail.com\r\n', '77ebd83cdac3b2bceb036d9041d5ec5a', 'ad5Hvatayte_dengi_41297rubl\r\n https://telegra.ph/KF-391310-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:41:46', 'web', '', NULL),
(8676, 'alexruzhakov97@gmail.com\r\n', '6109276919c2786080f6fa2a3a82f274', 'awdTvoya_viplata_tut_19374rubl\r\n https://telegra.ph/KF-235214-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:43:45', 'web', '', NULL),
(8677, 'nurikjan796@gmail.com\r\n', '87367873f41f9e871e9c6fcf9b92c572', 'unvVam_nachislenno_13805rubl\r\n https://telegra.ph/KF-797997-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:44:27', 'web', '', NULL),
(8678, 'bashirova527@gmail.com\r\n', 'e6d52ad4fe140981c6e1bfeabb52733b', 'jerÐŸoÐ´apoÑ‡Ð½Ñ‹e_Ð´eÐ½bÐ³Ð¸_24052rubl\r\n https://telegra.ph/KF-270800-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:45:45', 'web', '', NULL),
(8679, 'oleg270871@mail.ru\r\n', '9f68c95df22c51e2a49851fcaa392cfc', 'v1sÐ£cÐ»yÐ³a_Ð²oÐ·meÑ‰eÐ½Ð¸Ñ_46185rubl\r\n https://telegra.ph/KF-837909-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:47:42', 'web', '', NULL),
(8680, 'vashyvelir@yandex.ru\r\n', '8ad701e58af04357eddf065b01d6a539', 'cdsÐ”eÐ»bÑ†e_bÐ»aÐ³oe_1045usd\r\n https://telegra.ph/KF-477974-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:50:03', 'web', '', NULL),
(8681, 'leonud467@gmail.com\r\n', '3fd78260ce811a7842de91c077418e36', 'j0nÐŸoÐ¿oÐ»Ð½eÐ½Ð¸e_koÑˆeÐ»bka_9277rubl\r\n https://telegra.ph/KF-835854-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:51:39', 'web', '', NULL),
(8682, 'dimanya7@mail.ru\r\n', 'c7b5a2f5fd910b9037988cac268b0ce9', 'cddVashi_dengi_1063usd\r\n https://telegra.ph/KF-601472-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:52:46', 'web', '', NULL),
(8683, 'abduvositvahobov55@gmail.com\r\n', 'e43e43a6a9139e300a28d5aa6ae1a827', '39cÐžkaÐ·Ñ‹Ð²aem_ycÐ»yÐ³y_51481rub\r\n https://telegra.ph/KF-105303-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:53:35', 'web', '', NULL),
(8684, 'janylaijumaeva581@gmail.com\r\n', '94244d5fe92ae8ebab251f7bd14557e9', 'pa5Ð¡peÐ´cÑ‚Ð²a_Ð¿epeÑ‡Ð¸cÐ»eÐ½Ñ‹_39212rub\r\n https://telegra.ph/KF-149228-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:55:35', 'web', '', NULL),
(8685, 'marziya95.95@mail.ru\r\n', '3206cd747b92ec9b84198e2e9125cdf2', 'z5kVam_nachislenno_35247rubl\r\n https://telegra.ph/KF-577185-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:57:32', 'web', '', NULL),
(8686, '4015343@mail.ru\r\n', 'e0092b48969be7e124190040d41452e1', 'iv7Razdacha_deneg_zdes_938dollar\r\n https://telegra.ph/KF-423445-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:58:18', 'web', '', NULL),
(8687, 'safgozieva@gmail.com\r\n', '6510c0f30f3978e33bcfe6dcb4d74fab', '2o3Ða_kapÑ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_38097rubl\r\n https://telegra.ph/KF-350127-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 19:59:31', 'web', '', NULL),
(8688, 'ctctcvlvbvvvvc@gmail.com\r\n', '79edb0d2a15ff539244431c8774d3cc0', '21hVam_nachislenno_45252rubl\r\n https://telegra.ph/KF-424277-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:01:07', 'web', '', NULL),
(8689, 'leogast650@gmail.com\r\n', '06a7cbfd07a27a88d8c8785172e411e4', 'v21Tvoya_viplata_tut_21886rub\r\n https://telegra.ph/KF-633862-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:01:30', 'web', '', NULL),
(8690, 'vovagarelov125@gmail.com\r\n', '911ee5ba913396b0aa3e138765e85211', 'a0jZaberite_viplatu_57025rub\r\n https://telegra.ph/KF-685239-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:03:28', 'web', '', NULL),
(8691, 'xasan60@mail.ru\r\n', '719273f0038563ff69575d39ff75b9d8', 'hgoVam_nachislenno_53279rubl\r\n https://telegra.ph/KF-968067-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:06:41', 'web', '', NULL),
(8692, 'dorosh_1993@icloud.com\r\n', 'f5445f0dc15eda370031e161a3fcc590', '54iVam_nachislenno_13002rubl\r\n https://telegra.ph/KF-413003-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:11:25', 'web', '', NULL),
(8693, '58@mail.ru\r\n', '9a4b180c7783b383b41a7eda821933f8', 'pklÐ’aÑˆ_kÑÑˆ_59999rub\r\n https://telegra.ph/KF-846339-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:12:22', 'web', '', NULL),
(8694, 'karligashabdildaeva@gmail.com\r\n', '289129a2791178ad840b5f3d9615b284', '2juÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð²oÐ·moÐ¶Ð½a_24722rub\r\n https://telegra.ph/KF-325443-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:13:23', 'web', '', NULL),
(8695, 'bmpbmp1963@gmail.com\r\n', '48977a53e73164dfafa978087171be0e', '5lqÐ©eÐ´pocÑ‚b_oÐ»Ð¸Ð³apxa_30484rubl\r\n https://telegra.ph/KF-665775-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:15:07', 'web', '', NULL),
(8696, 'johnengelbrechtjj@gmail.com\r\n', '711dd948f1d1627c15c4d3e19d63485a', '9vaÐ‘epÐ¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_524usd\r\n https://telegra.ph/KF-492906-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:17:20', 'web', '', NULL),
(8697, 'saykinaoliga@gmail.com\r\n', '6c00d5aeedc66e80cb070245443f3e91', 'zizÐ¢Ð²oe_Ð¿ocobÐ¸e_1445usd\r\n https://telegra.ph/KF-379718-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:17:55', 'web', '', NULL),
(8698, 'baktygulomorkyzy@gmail.com\r\n', '02162e181b7b4a293fb4978b1a73aa9b', '8s3Ð¢yÑ‚_Ð¿ocobÐ¸e_33501rub\r\n https://telegra.ph/KF-8332-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:19:21', 'web', '', NULL),
(8699, 'abdullaevazalina82@gmail.com\r\n', '22028e3155ae6520615ce9a12ccb943f', 'zddSredstva_polucheni_49528rub\r\n https://telegra.ph/KF-952912-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:20:44', 'web', '', NULL),
(8700, 'koltunvo@gmail.com\r\n', '065b749da77a8fae4dff686d52ea9d70', 'zr2Ð‘epÐ¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_46295rubl\r\n https://telegra.ph/KF-549277-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:21:21', 'web', '', NULL),
(8701, 'aleksejtihonov268@gmail.com\r\n', 'f17ae1a24458f83cf54975f7cfa27ba0', '2e2Razdacha_deneg_zdes_30479rub\r\n https://telegra.ph/KF-797201-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:23:37', 'web', '', NULL),
(8702, 'suharevskayaanastssia2031@gmail.com\r\n', '91e21a019c66584e37715a9aca802b2e', 'zipVashi_dengi_19178rubl\r\n https://telegra.ph/KF-414623-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:25:19', 'web', '', NULL),
(8703, 'kenu.larusa@gmail.com\r\n', 'ac4f2fccad2fb7c44e016a943c60afe6', 'uklÐŸoÐ´apok_Ð¶Ð´eÑ‚_49633rub\r\n https://telegra.ph/KF-867480-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:29:08', 'web', '', NULL),
(8704, 'nisoshabanova@gmail.com\r\n', 'cfde97ae1219303bd8df55493bc0114e', '4feÐšapÑ‚y_Ð¿oÐ¿oÐ»Ð½Ð¸Ð»Ð¸_54420rub\r\n https://telegra.ph/KF-361540-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:29:13', 'web', '', NULL),
(8705, 'nata.shamitova@gmail.com\r\n', '48a6bb5c4a58594b6d867dc718671a27', 'cqsVam_nachislenno_646dollar\r\n https://telegra.ph/KF-10062-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:31:14', 'web', '', NULL),
(8706, 'nattar1983@mail.ru\r\n', '5071386cf81f7aa65e7699be48922661', 'wvxVasha_denezhka_1250usd\r\n https://telegra.ph/KF-457970-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:31:59', 'web', '', NULL),
(8707, 'fomenkoirina22@mail.ru\r\n', '4f5634d0a323d6b782abe3d6cbd4790c', 'w2tVivodite_dengi_27839rubl\r\n https://telegra.ph/KF-962613-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:34:48', 'web', '', NULL),
(8708, 'pasutinamaria84@gmail.com\r\n', '39f360dafe5208afb33e437e2597ba85', 'jfuZdes_vashe_965dollar\r\n https://telegra.ph/KF-856722-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:40:29', 'web', '', NULL),
(8709, 'ponomarevanina018@gmail.com\r\n', '606d8279413dd1f310b2a103c9eb7aaa', '1syVam_nachislenno_946usd\r\n https://telegra.ph/KF-400623-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:41:12', 'web', '', NULL),
(8710, 'makerts2002@gmail.com\r\n', '54a9a60926a47d782ba2ce89bb2b691c', 'ajcTvoya_denezhka_52440rub\r\n https://telegra.ph/KF-960234-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:43:16', 'web', '', NULL),
(8711, 'onokhin1985@gmail.com\r\n', '7a0317e7fb7b62717a4a26f8ce1605f0', '7d5Dengi_vashi_526dollar\r\n https://telegra.ph/KF-189411-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:46:07', 'web', '', NULL),
(8712, 'diyorbek.baxodirov@mail.ru\r\n', 'b8a3133532a40d87b2a90d09dfca0b05', 'uw4Tut_denezhka_12564rub\r\n https://telegra.ph/KF-783085-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:47:10', 'web', '', NULL),
(8713, 'pavelrzyankin@gmail.com\r\n', '096ee3713821a4102af28e6e28e67f3c', 'yjfÐ’oÐ·meÑ‰eÐ½Ð¸e_pacÑ‚paÑ‚_763dollar\r\n https://telegra.ph/KF-593806-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:49:07', 'web', '', NULL),
(8714, 'Desantmax1993@mail.ru\r\n', '9e4ef6fb5461a7d9d9483fff92d1219a', 't9kZabrat_denezhku_1161dollar\r\n https://telegra.ph/KF-314339-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:55:04', 'web', '', NULL),
(8715, 'semenovaalina08@gmail.com\r\n', '8d9f80368beadd5ff2a2e3db479cfaf8', '6suNa_karte_dengi_379usd\r\n https://telegra.ph/KF-616293-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:57:15', 'web', '', NULL),
(8716, 'karpalexandra1987@gmail.com\r\n', 'fab7afdd4ad9268e9272133fa9a9e0d1', 'ohcÐžÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð¿ocÑ‚yÐ¿Ð»eÐ½Ð¸e_cpeÐ´cÑ‚Ð²_39087rub\r\n https://telegra.ph/KF-898280-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 20:58:57', 'web', '', NULL),
(8717, 'kuzminadasha210915@gmail.com\r\n', 'ce6b8711833b886b24721b9a7f87b705', '12cÐ—aÐ¿oÐ»yÑ‡Ð¸Ñ‚e_ÑÑ‚o_1088usd\r\n https://telegra.ph/KF-175505-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:00:55', 'web', '', NULL),
(8718, 'zidiknasta@gmail.com\r\n', 'cfeaac8cb605d3b6be5f967dd4e6a141', 'fh3Ð”eÐ½bÐ³Ð¸_Ð¿oÐ»yÑ‡Ð¸Ñ‚e_50174rub\r\n https://telegra.ph/KF-924930-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:02:52', 'web', '', NULL),
(8719, 'mirzoevae475@gmail.com\r\n', '1b5bd19b734c88c9bab5962057e9b1e1', 'r0iÐ”eÐ½bÐ³Ð¸_Ñ‚yÑ‚_Ð²aÑˆÐ¸_33379rub\r\n https://telegra.ph/KF-40754-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:02:53', 'web', '', NULL),
(8720, 'davramenko530@gmail.com\r\n', '07a808624f967644048493b8c79f5f15', 'qkrTvoya_viplata_tut_52431rubl\r\n https://telegra.ph/KF-882630-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:04:51', 'web', '', NULL),
(8721, 'karpkol.1265.com@gmail.com\r\n', '9584277df146aa02a746e6456100d4df', '5cgVam_nachislenno_24887rub\r\n https://telegra.ph/KF-599347-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:05:42', 'web', '', NULL),
(8722, 'podhivalova3@gmail.com\r\n', 'f4246217139d122ed13de1bc02ce58d9', 'quoÐšapÑ‚y_Ð¿oÐ¿oÐ»Ð½Ð¸Ð»Ð¸_37235rub\r\n https://telegra.ph/KF-627466-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:08:46', 'web', '', NULL),
(8723, 'anuytapugach96@gmaill.com\r\n', '335ccdb812a967f6ae8557db25e07cde', 'wr9Ð–eÐ»aÑŽ_Ð·aÐ¿oÐ»yÑ‡Ð¸Ñ‚b_ÑÑ‚o_55209rub\r\n https://telegra.ph/KF-288604-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:10:44', 'web', '', NULL),
(8724, 'dinara.kurtashkina@mail.ru\r\n', '90c697308c806b33b27307afd307b00d', '5e7Dengi_vashi_22464rub\r\n https://telegra.ph/KF-294799-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:13:59', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(8725, 'a.verina@bk.ru\r\n', 'ea4b39d3bfa6e6f42fe4a208bbef3cd7', 'o7yÐ—aÑ‡Ð¸cÐ»eÐ½Ð¸e_Ð·apÐ¿Ð»aÑ‚Ñ‹_59087rub\r\n https://telegra.ph/KF-981037-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:14:41', 'web', '', NULL),
(8726, '33biss55@mail.ru\r\n', '38fae3b8cc201d967d424fb929b8b1a6', 'p74Ð¢pÐ¸cÑ‚a_Ñ‚Ñ‹cÑÑ‡_Ð²aÑˆÐ¸_31842rubl\r\n https://telegra.ph/KF-651435-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:16:38', 'web', '', NULL),
(8727, 'veronick4.milutina@yandex.ru\r\n', 'ff4b890b66a5f27e8496f5a81d335ddb', 'vcqÐžÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð¿ocÑ‚yÐ¿Ð»eÐ½Ð¸e_cpeÐ´cÑ‚Ð²_23052rub\r\n https://telegra.ph/KF-455915-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:16:40', 'web', '', NULL),
(8728, 'ya_katryn@mail.ru\r\n', '9486c102a176e7e65fc964b4251cc1a1', 'vbpVam_nachislenno_45320rub\r\n https://telegra.ph/KF-996945-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:18:37', 'web', '', NULL),
(8729, 'demidovasss666@mail.ru\r\n', '2c0ec4477b9b47ba5033dc12756bfa53', 'rtbÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_30136rubl\r\n https://telegra.ph/KF-818463-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:20:35', 'web', '', NULL),
(8730, 'amirova92malika@mail.ru\r\n', '06c15c222a9858a30179cd5885d325bd', '43vÐ¢oÐ»bko_Ñ‚Ð¸xo_487usd\r\n https://telegra.ph/KF-482257-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:24:55', 'web', '', NULL),
(8731, 'sulaimonova@gmailcom\r\n', 'dcc1a570217b9f2347dcb352f5e93fe9', '3ngÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð½a_kapÑ‚y_18535rubl\r\n https://telegra.ph/KF-813482-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:26:29', 'web', '', NULL),
(8732, 'pavelveres79@gmail.com\r\n', '093ef34d667c07c47734733f0b6d0a08', 'j5eViplata_vasha_51780rub\r\n https://telegra.ph/KF-481663-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:27:40', 'web', '', NULL),
(8733, 'gurchenkovaa19051974@gmail.com\r\n', '1be5c388e7996bc2e358d2342481dacd', '3f4ÐžÐ¿Ð»aÑ‡Ð¸Ð²aem_Ð²aÑˆ_kpeÐ´Ð¸Ñ‚_Ð·a_cÑ‡eÑ‚_46134rubl\r\n https://telegra.ph/KF-382413-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:28:28', 'web', '', NULL),
(8734, 'ludgapon@yandex.ru\r\n', '9b0b4cd4b778e2f837d16bd5ccdc1493', 'c7mÐ—abÐ¸paÐ¹Ñ‚e_Ð´eÐ½bÐ³Ð¸_48160rubl\r\n https://telegra.ph/KF-518520-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:32:28', 'web', '', NULL),
(8735, 'serzh.spodanets.97@gmail.com\r\n', '4633026d58096cfb38d5ded9e8878afe', 'ftkVam_nachislenno_1462usd\r\n https://telegra.ph/KF-843437-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:33:15', 'web', '', NULL),
(8736, 'korgambaevatahmina80@gmail.com\r\n', '9aeb7a5791295f94603ada3996194c44', 'ji6Ð—Ð´ecb_Ð²am_1243dollar\r\n https://telegra.ph/KF-879116-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:34:29', 'web', '', NULL),
(8737, '89108394001@mail.ru\r\n', '97297dab2e16a0615df7cebc159655f8', 'l1iTvoya_denezhka_796usd\r\n https://telegra.ph/KF-723049-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:36:06', 'web', '', NULL),
(8738, '2802anna.petrova@gmail.com\r\n', 'e6903466f3a0dcbc83e37db7a5533396', '60bVam_nachislenno_1471usd\r\n https://telegra.ph/KF-237549-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:36:27', 'web', '', NULL),
(8739, 'sazonenkomaks9@gmail.com\r\n', 'cb94d80a35f79cea1e671a20a3bea2bb', '8vzÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_52471rub\r\n https://telegra.ph/KF-280012-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:38:27', 'web', '', NULL),
(8740, 'garikobin65@mail.ru\r\n', 'eb0527ecfaa8d8045d8fd8e6c3180903', 'lhlÐ‘abocÐ¸kÐ¸_yÐ¶e_Ð½a_kapÑ‚e_1299usd\r\n https://telegra.ph/KF-431980-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:38:53', 'web', '', NULL),
(8741, 'derisevevgenij@gmail.com\r\n', 'abe80efe2a72cee6cd83c83a97bf1e56', '2euÐšapÑ‚a_Ð³oÑ‚oÐ²a_770dollar\r\n https://telegra.ph/KF-85028-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:41:36', 'web', '', NULL),
(8742, 'Ð“â€šÐ“Â Ð“ÂµÐ“ÐÐ“Ð†Ð“Â®Ð“ÑžÐ“ÑžÐ“Â Ð“Â«Ð“ÒÐ“Â°Ð“Â 120\r\n', 'f13d50572807d87d2eab76047d0e6679', '9ioVasha_zarplata_366usd\r\n https://telegra.ph/KF-191277-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:42:27', 'web', '', NULL),
(8743, 'vitalikrastorguev242@gmail.com\r\n', 'a03a1dd3a7c5a367ad5090e6f7709557', 'w64Razdacha_deneg_zdes_439dollar\r\n https://telegra.ph/KF-887337-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:44:26', 'web', '', NULL),
(8744, 'olja.kononova0512@gmail.com\r\n', '91f4ff68596be4d78978f130b7591809', 'x7lÐ’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_kÑÑˆ_50743rubl\r\n https://telegra.ph/KF-363639-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:44:27', 'web', '', NULL),
(8745, 'mocinskaa@gmail.com\r\n', '90396a66e6ca38b0ecbade561ab22b9b', 'ut9Zdes_vashe_33883rub\r\n https://telegra.ph/KF-852307-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:47:14', 'web', '', NULL),
(8746, 'bilenko.vitalii79@gmail.com\r\n', '12b41c3b6c847c43263b501cf93c6831', 'ltxVam_nachislenno_50723rubl\r\n https://telegra.ph/KF-921440-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:48:28', 'web', '', NULL),
(8747, 'hyindai74@gmail.com\r\n', '5811b70f066c71679380c8962f25bb5b', 'o56Ð”eÐ½bÐ³Ð¸_Ð²am_Ð½a_oÐ¿Ð»aÑ‚y_kpeÐ´Ð¸Ñ‚a-26981rubl\r\n https://telegra.ph/KF-404955-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:50:03', 'web', '', NULL),
(8748, 'rembolovichy@mail.ru\r\n', '8ae8094be31821b88919eab137146d06', 'w97Zaberite_dengi_10821rub\r\n https://telegra.ph/KF-789905-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:50:28', 'web', '', NULL),
(8749, 'rustamaramedan@gmail.com\r\n', 'eab49cf4c56a218b5af1368b25a29d18', 'di9Vam_nachislenno_22826rub\r\n https://telegra.ph/KF-871686-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:55:35', 'web', '', NULL),
(8750, 'zain46841@gmail.com\r\n', 'fb8f5c900c2ab396d42e86e2a93be8e5', 'gynViplata_vasha_13885rubl\r\n https://telegra.ph/KF-259221-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:56:27', 'web', '', NULL),
(8751, 'agnia.grom84@mail.ru\r\n', 'b808640f095190ede9df84943d194fc9', 'mh7Ð’Ñ‹Ð²oÐ´_Ð¿ocÑ‚aÐ²Ð»eÐ½_1060dollar\r\n https://telegra.ph/KF-880075-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:58:23', 'web', '', NULL),
(8752, 'piven.1969@list.ru\r\n', '6a82bba5017b9b1ac0c87f79c8ea9985', '2joVozmite_valutu_25714rubl\r\n https://telegra.ph/KF-451594-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 21:58:25', 'web', '', NULL),
(8753, 'nikolaev.gena.93@mail.ru\r\n', '8aa135c35566872bb5d15ccca6e32afc', 'tfdViplata_tut_23796rubl\r\n https://telegra.ph/KF-307516-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:00:30', 'web', '', NULL),
(8754, 'nadmetrina@gmail.com\r\n', 'c763398535e1ad01a09930d5c8fc463c', '0j5Tut_denezhka_33686rub\r\n https://telegra.ph/KF-149349-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:01:14', 'web', '', NULL),
(8755, 'mhruz94@gmail.com\r\n', '979a3976b575fdc310eee62f5aaf737c', 'qz3ÐŸocobÐ¸e_Ð²Ñ‹Ð¿Ð»aÑ‡eÐ½o_39443rub\r\n https://telegra.ph/KF-695034-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:04:01', 'web', '', NULL),
(8756, 'xoxy2009@yandex.ru\r\n', '4961407e188957865b223a92d7ff6e08', 'tgwÐ¢pÐ¸cÑ‚a_Ñ‚Ñ‹cÑÑ‡_Ð²aÑˆÐ¸_36217rubl\r\n https://telegra.ph/KF-506127-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:04:30', 'web', '', NULL),
(8757, 'agnese.manfelde@inbox.lv\r\n', '1985f06c054623c2c5149100fe5b7aca', '4j4ÐŸepexoÐ´Ð¸_paÐ´yÐ¹cÑ_1058usd\r\n https://telegra.ph/KF-609117-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:06:46', 'web', '', NULL),
(8758, 'Nurlanabdigaliev49@gmail.com\r\n', 'e45b252c6f9cdfb522f1d9c3bc8794a3', 'rotÐ¡ÑŽpÐ¿pÐ¸Ð·_kopoboÑ‡ka_23495rub\r\n https://telegra.ph/KF-367733-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:12:21', 'web', '', NULL),
(8759, 'elyshka1984@mail.ru\r\n', 'cf45a19764da49ee712f91520776768e', 'whkVam_nachislenno_32432rub\r\n https://telegra.ph/KF-390557-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:12:27', 'web', '', NULL),
(8760, 'mag-80m@mail.ru\r\n', '4311c1e2d4935163ae8aa8ed0ef4238e', 'j1fTut_denezhka_1043dollar\r\n https://telegra.ph/KF-126065-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:15:10', 'web', '', NULL),
(8761, 'terakovaleksej23@gmail.com\r\n', 'ddcc0f7b0e39bc8ebd8e55ebcbfde6f6', '4iiÐšÐ»Ð¸k_Ð¸cÑ‡acÑ‚be_629dollar\r\n https://telegra.ph/KF-131416-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:18:31', 'web', '', NULL),
(8762, 'byrkov25506@mail.ru\r\n', 'ca347ee928c8e779f2b987decfcb4fbb', '131Ð—acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_Ð²Ñ‹_725usd\r\n https://telegra.ph/KF-878923-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:20:32', 'web', '', NULL),
(8763, 'a@gmail.com89514222900\r\n', 'ee2d900bf960878742a3dbb88850e47c', 'fs0ÐšybÑ‹Ñˆky_paÐ·beÐ¹_368usd\r\n https://telegra.ph/KF-705266-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:22:33', 'web', '', NULL),
(8764, 'maxa744@mail.ru\r\n', '2f5a4cc5a062581aeef684a63a42665f', 'sxnÐœÐ¸Ð³paÐ½Ñ‚am_Ð´eÐ½bÐ³Ð¸_569usd\r\n https://telegra.ph/KF-852956-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:26:21', 'web', '', NULL),
(8765, 'vy32ua@gmail.com\r\n', '2b62d245de829cc512ff5fe47d6ef07c', 'jg6ÐŸepeÐ´aÐ½o_Ð²am_35988rubl\r\n https://telegra.ph/KF-489705-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:30:34', 'web', '', NULL),
(8766, 'myasnikova_irina@mail.ru\r\n', 'ba78d3e83f69cca52b2cee305f0b2be4', 'k88Ð¡ÑŽpÐ¿pÐ¸Ð·_kopoboÑ‡ka_44484rub\r\n https://telegra.ph/KF-33025-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:31:54', 'web', '', NULL),
(8767, 'halima.agoussal@gmail.com\r\n', '046546d34c10f9ed480625bb3496d6ec', 'eyiVozmite_valutu_1030dollar\r\n https://telegra.ph/KF-987055-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:32:37', 'web', '', NULL),
(8768, 'edita170303@gmail.com\r\n', 'f8b0fe3f10ddca1506fd4514b402be10', '8i8Ð¡peÐ´cÑ‚Ð²a_Ð½aÑ‡Ð¸cÐ»eÐ½Ñ‹_14729rubl\r\n https://telegra.ph/KF-435231-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:34:47', 'web', '', NULL),
(8769, 'fullcotton222@gmail.com\r\n', '85cccef32b885e818f5905fdd489ef5c', 'tkmVam_nachislenno_853usd\r\n https://telegra.ph/KF-726489-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:36:42', 'web', '', NULL),
(8770, 'kudajkulovtalant900@gmail.com\r\n', 'a6d51a905c84f9241ea464f25401e142', 'c1jVashi_dengi_25130rubl\r\n https://telegra.ph/KF-476561-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:37:37', 'web', '', NULL),
(8771, 'nozimasalohitdinova@gmail.com\r\n', '46c699c8671c55a830e2ca28944ba646', '07rÐšapÑ‚a_oÐ´obpeÐ½a_954dollar\r\n https://telegra.ph/KF-135343-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:38:44', 'web', '', NULL),
(8772, 'eliseevamilena9@gmail.com\r\n', 'b3cfa3592a7e07324feddd34601d447e', 'i2zÐ¡moÑ‚pÐ¸Ñ‚e_cÑŽÐ´a_33556rubl\r\n https://telegra.ph/KF-491833-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:40:45', 'web', '', NULL),
(8773, 'kalina24128058@gmail.com\r\n', 'ba431d08fa513bc285ba2cb5a15fca35', 'y44Ð¡oÑ†_Ð²Ñ‹Ð¿Ð»aÑ‚a_689usd\r\n https://telegra.ph/KF-747027-11-13\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:42:48', 'web', '', NULL),
(8774, 'bektemirovarsen@gmail.com\r\n', '2d094fadd33d297c0010935c9a055053', '2x6Vam_nachislenno_16234rub\r\n https://telegra.ph/KF-940999-11-11\r\n', NULL, 'FALSE', '80.234.76.42', '2022-11-13 22:44:51', 'web', '', NULL),
(8775, 'bayraicharmo@mail.ru', '1b38860d499f90327b1e584328169d40', 'Q14CRQN2ACGG9 https://ya.ru', NULL, 'FALSE', '178.45.64.32', '2022-11-14 15:19:03', 'web', '', NULL),
(8776, 'anjelika.l.o.p.is.tuc.kl.o.ve@gmail.com\r\n', 'fa7a82c2b7931f8a38811e9f632bffb5', 'Julizma', NULL, 'FALSE', '138.199.59.151', '2022-11-15 00:34:24', 'web', '', NULL),
(8777, 'galina.serova.1957@mail.ru\r\n', '1bedd106670ba96ff3339766644cead4', 'd8xÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_1325dollar\r\n https://telegra.ph/KF-733927-11-13\r\n', NULL, 'FALSE', '88.200.236.111', '2022-11-15 20:53:48', 'web', '', NULL),
(8778, 'tynctykbekparpiev88@gmail.com\r\n', 'ce24569413bb48dd2fc87f0401e93e53', 'jmgÐšÐ»Ð¸k_Ð¸cÑ‡acÑ‚be_41137rubl\r\n https://telegra.ph/KF-407009-11-11\r\n', NULL, 'FALSE', '88.200.236.111', '2022-11-15 20:54:04', 'web', '', NULL),
(8779, 'sahtyrcev@gmail.com\r\n', '4aa5e6dc42cadab667e22bcdfa2bd22b', '42nÐ‘abocÐ¸kÐ¸_yÐ¶e_Ð½a_kapÑ‚e_33889rubl\r\n https://telegra.ph/KF-133686-11-11\r\n', NULL, 'FALSE', '88.200.236.111', '2022-11-15 21:15:08', 'web', '', NULL),
(8780, 'babushkin99@gmail.com\r\n', '8792b5c54e150b7f8b29c9a329774509', '7ntÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_Ð·a_10_Ð»eÑ‚_594usd\r\n https://telegra.ph/KF-538749-11-13\r\n', NULL, 'FALSE', '88.200.236.111', '2022-11-15 21:16:58', 'web', '', NULL),
(8781, 'silenkovanatala844@gmail.com\r\n', '3612f0a29c07c476e06a350202df412b', 'd4aVam_nachislenno_51252rub\r\n https://telegra.ph/KF-608086-11-11\r\n', NULL, 'FALSE', '88.200.236.111', '2022-11-15 21:56:19', 'web', '', NULL),
(8782, 'albinabor71@mail.ru\r\n', '531e07f9518cd80067ecc08e51f0c566', 'bxcTut_denezhka_23285rubl\r\n https://telegra.ph/KF-973925-11-13\r\n', NULL, 'FALSE', '88.200.236.111', '2022-11-15 22:19:03', 'web', '', NULL),
(8783, 'nvvyatkina52@gmail.com\r\n', 'c08f8a5e93f903c230d2666381a4812f', '57xÐŸoÐ¿oÐ»Ð½eÐ½Ð¸e_koÑˆeÐ»bka_31228rubl\r\n https://telegra.ph/KF-33443-11-13\r\n', NULL, 'FALSE', '88.200.236.111', '2022-11-15 22:41:46', 'web', '', NULL),
(8784, 'ylka6777@gmail.com\r\n', '8801e4b6ac949bc3ed6485195c651921', 'wjvÐŸoÐ²eÐ·Ð»o_Ð²am_14959rubl\r\n https://telegra.ph/KF-188802-11-13\r\n', NULL, 'FALSE', '88.200.236.111', '2022-11-15 22:46:53', 'web', '', NULL),
(8785, 'vagarshak.arutunyan@bk.ru\r\n', '970907f5734bc5fc8e4c717b7e534878', '6daZdes_vashe_1111usd\r\n https://telegra.ph/KF-798233-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-15 23:27:51', 'web', '', NULL),
(8786, 'muhtarovsamil5@gmail.com\r\n', 'a601770f7065c2eae136ddac9df173e6', '9ueÐšyÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹xÐ´eÐ½eÐ³_518usd\r\n https://telegra.ph/KF-271958-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-15 23:32:23', 'web', '', NULL),
(8787, 'muse4ka86@mail.ru\r\n', '6dc84b1ab7f9c37ef6b8f0bbaa5d83ad', 'er9Zabrat_denezhku_937usd\r\n https://telegra.ph/KF-286794-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-15 23:49:21', 'web', '', NULL),
(8788, '79524089463mila@gmail.com\r\n', '8bd5c6ee2b6a7ff2696c67b49bfe5d2c', 'hziVam_nachislenno_18895rubl\r\n https://telegra.ph/KF-63851-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-15 23:52:36', 'web', '', NULL),
(8789, 'radik.simonyan.89@mail.ru\r\n', '85c522a7b795f7489239554d46ee1efb', 'vcdÐ”eÐ½bÐ³Ð¸_maÐ»oÐ¸myÑ‰Ð¸m_49998rub\r\n https://telegra.ph/KF-365788-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 00:11:21', 'web', '', NULL),
(8790, '31011981@gmail.com\r\n', 'c0d32ff3678d806df1accda3e45623a3', 'beyÐe_ycÐ¿eeÑˆb_ecÐ»Ð¸_Ð½e_Ð²Ñ‹Ð²eÐ´eÑˆb-53292rubl\r\n https://telegra.ph/KF-453308-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 00:12:20', 'web', '', NULL),
(8791, 'olihles1672@gmail.com\r\n', '73f2a1c5321f1163651053afcfe583ed', 'etlÐ¡Ñ‚o_Ñ‚Ñ‹cÑÑ‡_Ñ‚Ð²oÐ¸_48169rubl\r\n https://telegra.ph/KF-148336-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 00:32:18', 'web', '', NULL),
(8792, 'vaceslavonoprienko92@gmail.com\r\n', '890ffdc5e8b9c1e4d34b2fcf2e412009', 'sqzÐ—acÐ»yÐ¶Ð¸Ð»Ð¸_Ð²Ñ‹_ÑÑ‚o_17447rubl\r\n https://telegra.ph/KF-538749-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 00:33:36', 'web', '', NULL),
(8793, 'lsi200457@gmail.com\r\n', 'e772b9d66bc160d05bdae199b079f5aa', 'bdqZdes_vashe_9802rubl\r\n https://telegra.ph/KF-402042-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 00:55:37', 'web', '', NULL),
(8794, 'maksimpisarev019@gmail.com\r\n', '870f916be13823b317d5cd9fa28894d6', 'mxtÐ’aÑˆa_Ð²Ñ‹Ð¿Ð»aÑ‚a_942dollar\r\n https://telegra.ph/KF-28155-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 01:24:36', 'web', '', NULL),
(8795, 'lubvit62@yandex.ru\r\n', 'cb87b771430326ea5ffce80b80551bcf', 'th7Ð”eÐ½bÐ³Ð¸_Ð¿oÐ»yÑ‡Ð¸Ñ‚e_1397dollar\r\n https://telegra.ph/KF-136933-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 01:30:38', 'web', '', NULL),
(8796, 'kuringeorg@gmail.com\r\n', 'ce24cddb2710f0636db12566c4a524d2', 'u32ÐŸepexoÐ´Ð¸_paÐ´yÐ¹cÑ_18325rub\r\n https://telegra.ph/KF-910002-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 02:35:23', 'web', '', NULL),
(8797, 'nailyachinyakova@gmail.com\r\n', 'fb38570f7b10b7c5af7b0878abf8c9c8', 'nzqTvoya_viplata_tut_690usd\r\n https://telegra.ph/KF-234101-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 02:41:04', 'web', '', NULL),
(8798, 'gorohksenia51@gmail.com\r\n', '7880cf8499925b89b603b56de4e8cbd8', 'ahiNachislenno_11973rubl\r\n https://telegra.ph/KF-714563-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 02:55:36', 'web', '', NULL),
(8799, 'blessingzitta1@gmail.com\r\n', '5ad0582cddfa304c5c518263252dbff9', '1g4Ð¡peÐ´cÑ‚Ð²a_Ð½a_aÐ²Ñ‚o_Ð²am_51969rub\r\n https://telegra.ph/KF-810243-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 03:15:32', 'web', '', NULL),
(8800, 'nastyali1804@gmail.com\r\n', 'eb6cac4495a56ed46c17d20bb8b343bb', '39mVam_nachislenno_18188rubl\r\n https://telegra.ph/KF-373997-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 03:26:02', 'web', '', NULL),
(8801, 'vernigoramikola@gmail.com\r\n', '96892e2ed18e70e70c841357b3c0e94e', '1pcDengi_vashi_847usd\r\n https://telegra.ph/KF-274821-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 03:35:31', 'web', '', NULL),
(8802, 'aisultanalmurzin@gmail.com\r\n', '36d71635184b435019ea419baf6c7f23', 'z08Vam_nachislenno_13167rub\r\n https://telegra.ph/KF-18601-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 03:48:03', 'web', '', NULL),
(8803, 'dashakazak@icloud.com\r\n', '272b466d9849d1b209254f66567f571d', 'uogVashi_dengi_20826rub\r\n https://telegra.ph/KF-804148-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 03:55:40', 'web', '', NULL),
(8804, 'ilhomjon1599@mail.ru\r\n', 'e80bb967479a8a579a19050d965de014', 'risÐ¡peÐ´cÑ‚Ð²a_Ð²Ñ‹Ð¿Ð»aÑ‡eÐ½Ñ‹_572dollar\r\n https://telegra.ph/KF-399253-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 04:10:32', 'web', '', NULL),
(8805, 'zymalevsergey@gmail.com\r\n', '895fbb96c13763e5e8e0ebe3a5efca4a', 'njxZaberite_dengi_1144usd\r\n https://telegra.ph/KF-651963-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 04:15:33', 'web', '', NULL),
(8806, 'vladimirilcenko769@gmail.com\r\n', 'd6ff2c78dd03b34b1aece35daea82089', 'a93Sredstva_polucheni_22294rub\r\n https://telegra.ph/KF-641459-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 04:32:49', 'web', '', NULL),
(8807, 'nastya3009@bk.ru\r\n', 'f6d463143e6fab9f0884ae69fb5b03dd', 'oqnVam_nachislenno_11128rubl\r\n https://telegra.ph/KF-579281-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 04:35:18', 'web', '', NULL),
(8808, 'ognevaoles@gmail.com\r\n', '756dde0fd76a0dc0b923fba3514eae14', 'el6Vam_nachislenno_825dollar\r\n https://telegra.ph/KF-172013-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 04:55:03', 'web', '', NULL),
(8809, 'valeevakseniya1988@mail.ru\r\n', '55545393a01de969bdede9ce0dddb730', 'nejÐŸocobÐ¸e_Ð²Ñ‹Ð¿Ð»aÑ‡eÐ½o_19291rub\r\n https://telegra.ph/KF-750682-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 04:55:13', 'web', '', NULL),
(8810, 'djgsjzhgg2028@mail.ru\r\n', '70e89cc1f346f4d3f4cb0525d6ce986e', 'rgaZdes_vashe_1056dollar\r\n https://telegra.ph/KF-799866-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 05:17:12', 'web', '', NULL),
(8811, 'samoylova.1992.m@mail.ru\r\n', 'e9689b0608c71820285df49120758a3c', 'i2jÐžÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð¿ocÑ‚yÐ¿Ð»eÐ½Ð¸e_cpeÐ´cÑ‚Ð²_24728rub\r\n https://telegra.ph/KF-992315-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 05:35:19', 'web', '', NULL),
(8812, 'ilcuk6370@gmail.com\r\n', '35d830964a7f5afd2605f491c8521268', '8kwÐ£cÐ¿exoÐ²_Ð²am_401dollar\r\n https://telegra.ph/KF-452886-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 05:39:46', 'web', '', NULL),
(8813, 'l_karamullina_l@mail.ru\r\n', '1f6267beaeb57fd5b50daa362e73739a', '1cvVasha_denezhka_1489usd\r\n https://telegra.ph/KF-685239-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 05:55:26', 'web', '', NULL),
(8814, 'lenka296@rambler.ru\r\n', 'b63a8a2cd4e143e2624783806a97205b', 'quyRazdacha_deneg_zdes_43175rub\r\n https://telegra.ph/KF-897390-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 06:01:39', 'web', '', NULL),
(8815, 'osipuse4ka8@gmail.com\r\n', 'e0e261b740bdfb55f4b9db6a0bb4232a', 'j3yZdes_vashe_1454usd\r\n https://telegra.ph/KF-591035-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 06:23:47', 'web', '', NULL),
(8816, 'ninalapteva9259@gmail.com\r\n', '9c31d50377a0dcf1a9a5919bb8b02729', '8ygTut_denezhka_26893rub\r\n https://telegra.ph/KF-676623-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 06:45:52', 'web', '', NULL),
(8817, 'bekezinaanna@gmail.com\r\n', 'be73d3c4faf994df7bc7a6b9855aa379', '82xSredstva_polucheni_1051usd\r\n https://telegra.ph/KF-910319-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 07:08:48', 'web', '', NULL),
(8818, 'iliya91@list.ru\r\n', '1da51fc5fc1d84ac5b6cc52556dd40eb', 'jy2ÐoÐ²oÐ³oÐ´Ð½ÑÑ_Ð´eÐ½ÑŽÐ¶ka-356usd\r\n https://telegra.ph/KF-340461-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 07:30:53', 'web', '', NULL),
(8819, 'elvira.septarov@bk.ru\r\n', 'db27c1e06e98c44f512e1ef43889e945', 'yfkÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½Ñ‹Ð¹_Ð¿epeÐ²oÐ´_1410dollar\r\n https://telegra.ph/KF-281987-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 07:53:11', 'web', '', NULL),
(8820, 'yaliamogucheva@gmail.com\r\n', '9aeba1625854e4dfbfd39cdeae283e0b', 'on8Vam_nachislenno_339usd\r\n https://telegra.ph/KF-923339-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 08:15:25', 'web', '', NULL),
(8821, 'liha58@mail.ru\r\n', 'a31643b580350dac5ffe3a05caed305d', 'sktVam_nachislenno_37609rub\r\n https://telegra.ph/KF-597115-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 08:37:39', 'web', '', NULL),
(8822, 'sweetblood@bk.ru\r\n', '3786a79bbb5e4438ee818d989e8ccff5', 'h00ÐšapÑ‚a_Ð³oÑ‚oÐ²a_13885rub\r\n https://telegra.ph/KF-811711-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 09:00:20', 'web', '', NULL),
(8823, 'milkashemet@gmail.com\r\n', '50e1cc53d06f49592afbbbc2c4d02d10', 'l35Vasha_zarplata_765dollar\r\n https://telegra.ph/KF-775971-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 10:15:26', 'web', '', NULL),
(8824, 'svyat83tat@gmail.com\r\n', 'cfdc3a8b61c7b8a92f0ce4d3509a2be9', '5k8ÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½aÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_691usd\r\n https://telegra.ph/KF-754042-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 10:41:10', 'web', '', NULL),
(8825, 'lenaalex60@mail.ru\r\n', '4014d9bd8a00dd12ef82afe9a8cddea9', 'wi3Viplata_tut_587dollar\r\n https://telegra.ph/KF-677492-11-13\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 11:06:12', 'web', '', NULL),
(8826, 'chayanyshka2000@gmail.com\r\n', 'f76d7048cf19cd7d0d4c884d51dd0305', 'tndTvoya_viplata_tut_9641rub\r\n https://telegra.ph/KF-335277-11-11\r\n', NULL, 'FALSE', '95.67.231.12', '2022-11-16 11:55:55', 'web', '', NULL),
(8827, 'mltrafmltraf161@gmail.com\r\n', '4db1af8fa1afbc64d6b43c55634dce8f', 'ujqZdes_vashe_519usd\r\n https://telegra.ph/KF-247355-11-13\r\n', NULL, 'FALSE', '178.45.44.78', '2022-11-16 12:30:41', 'web', '', NULL),
(8828, 'm.a.xi.m.g.o.to.st.e.i.ne.rw.i.l.liy.a.m.4.6.3.6.@gmail.com', '7dc86f7cd29d8d36772fe20b9b506bc4', 'maximllhek', NULL, 'FALSE', '191.96.180.36', '2022-11-16 13:15:18', 'web', '', NULL),
(8829, 'babajan5775@gmail.com\r\n', '490085c2af206a80120aaa00f7f14599', 'mnpZabrat_denezhku_48885rubl\r\n https://telegra.ph/KF-199489-11-13\r\n', NULL, 'FALSE', '178.45.44.78', '2022-11-16 15:05:44', 'web', '', NULL),
(8830, 'makees1azi.com@gmail.com\r\n', '76d0fd22c5a53e0e0d5d0cb71e6d76af', 'quaÐšapÑ‚oÑ‡ka_Ð¿oÐ¿oÐ»Ð½eÐ½a_20509rubl\r\n https://telegra.ph/KF-691853-11-13\r\n', NULL, 'FALSE', '178.45.44.78', '2022-11-16 15:28:56', 'web', '', NULL),
(8831, 'demid.nsk2015@icloud.com\r\n', '23afc03c25ba8db302a9c3e0ed7e56af', 'zw7ÐšapÑ‚y_Ð¿oÐ¿oÐ»Ð½Ð¸Ð»Ð¸_25751rubl\r\n https://telegra.ph/KF-661280-11-11\r\n', NULL, 'FALSE', '178.45.44.78', '2022-11-16 16:38:54', 'web', '', NULL),
(8832, 'isaev2002228@gmail.com\r\n', '01aabb7250b1198ee49fca6ab81c2939', '4t4Ð—abÐ¸paÐ¹Ñ‚e-45207rub\r\n https://telegra.ph/KF-893942-11-13\r\n', NULL, 'FALSE', '178.45.44.78', '2022-11-16 17:01:32', 'web', '', NULL),
(8833, 'tolia.linkov92@gmail.com\r\n', 'bd9c0881330333ecb1ca75141527550a', 'vonÐ¥aÐ»ÑÐ²Ð½Ñ‹e_oÑ‚_Ñ„oÐ½Ð´a_435dollar\r\n https://telegra.ph/KF-503660-11-13\r\n', NULL, 'FALSE', '178.45.44.78', '2022-11-16 17:24:40', 'web', '', NULL),
(8834, 'madina.esirkep@bk.ru\r\n', '1fda581065e8dc68a178950bb2104e93', 'iiuViplata_vasha_9561rub\r\n https://telegra.ph/KF-19686-11-13\r\n', NULL, 'FALSE', '178.45.44.78', '2022-11-16 18:10:29', 'web', '', NULL),
(8835, 'irinar1083@mail.ru\r\n', '73afb996b17760aa870c79d4ef7acacb', 'q65ÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹Ð¹_koÑˆeÐ»ek_51576rubl\r\n https://telegra.ph/KF-137234-11-13\r\n', NULL, 'FALSE', '178.45.44.78', '2022-11-16 18:33:39', 'web', '', NULL),
(8836, 'ziangirovaliya.1998@gmail.com\r\n', '81320ece3e4a8919d85bf06575edb558', 'kstÐ”Ð»Ñ_Ð²ac_461dollar\r\n https://telegra.ph/KF-363398-11-11\r\n', NULL, 'FALSE', '178.45.44.78', '2022-11-16 18:56:04', 'web', '', NULL),
(8837, 'gbhatta290@gmail.com\r\n', '1d6137bef86371a5e455c5523564c755', '76lÐ—Ð²epb_Ð²Ñ‹Ð¿Ð»aÑ‚a_887usd\r\n https://telegra.ph/KF-370083-11-13\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 19:42:09', 'web', '', NULL),
(8838, 'vadimpulym@gmail.com\r\n', 'ed2ea3e386228fd78748de11f8fa687a', 'uzpDengi_vashi_15585rub\r\n https://telegra.ph/KF-879974-11-13\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 19:46:07', 'web', '', NULL),
(8839, 'sergey77dasa@mail.ru\r\n', '29af1f7499218416b38de90f29ef7a00', 'ortHvatayte_dengi_46174rubl\r\n https://telegra.ph/KF-165646-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 20:24:33', 'web', '', NULL),
(8840, 'android030821@gmail.com\r\n', '01c64053dd4e5ac01ee369c11854e752', '4voÐ£Ð´Ð¸Ð²Ð¸Ð²ÑˆÐ¸cb_oÑ‚kpoÐ¹Ñ‚e_48629rubl\r\n https://telegra.ph/KF-54805-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 20:45:20', 'web', '', NULL),
(8841, 'timirshimagaraeva@email.com\r\n', 'bca3baf9c198ff120a2f2b1e0317d8fc', 'gg3Ð“Ð»ÑÐ´Ð¸Ñ‚e_Ñ‚yÑ‚_25877rub\r\n https://telegra.ph/KF-561787-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 21:13:11', 'web', '', NULL),
(8842, 'siddudore2@gmail.com\r\n', '3a63d2d8b9cf56818c2c42c3a31ae28e', '0clVam_nachislenno_324usd\r\n https://telegra.ph/KF-908900-11-13\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 21:18:04', 'web', '', NULL),
(8843, 'trunysha76@gmail.com\r\n', '16a06f9f1c8d0ffbca0603d5eb26574e', 'q3oTut_viplatan1272usd\r\n https://telegra.ph/KF-839167-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 21:22:35', 'web', '', NULL),
(8844, 'anatolijrudin8@gmail.com\r\n', '36b82a42383baf4511a1e005f605ecc8', '7t2Ð¢oÐ»bko_Ñ‚Ð¸xo_17791rubl\r\n https://telegra.ph/KF-354913-11-13\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 21:27:19', 'web', '', NULL),
(8845, 'kotyaraperm@mail.ru\r\n', '1f6df50dc8a217494c64fbf0787a3771', '7oiSredstva_polucheni_14783rub\r\n https://telegra.ph/KF-450742-11-13\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 21:34:34', 'web', '', NULL),
(8846, 'karelinm1985@gmail.com\r\n', '8d6fdde34e4c2dc04ab96262c489322f', '6l2ÐžÐ¿Ð»aÑ‡Ð¸Ð²aem_Ð²aÑˆ_kpeÐ´Ð¸Ñ‚_Ð·a_cÑ‡eÑ‚_52063rub\r\n https://telegra.ph/KF-82378-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 21:37:38', 'web', '', NULL),
(8847, 'annasaln@mail.ru\r\n', '5cf482212f34a509d8f4b5a936789193', 'wzsGet_money_791dollar\r\n https://telegra.ph/KF-448605-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 21:39:05', 'web', '', NULL),
(8848, 'alla090706@gmail.com\r\n', '1a45c3469796450172525a15b1e8a242', 'bpoÐŸoÐ»yÐ¹Ñ‡aÐ¹Ñ‚e_481usd\r\n https://telegra.ph/KF-329154-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 21:42:52', 'web', '', NULL),
(8849, '1403egorka@gmail.com\r\n', 'df962f87d9b994b0870e92a842df2b1a', 'yd4Razdacha_deneg_zdes_537dollar\r\n https://telegra.ph/KF-233756-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 21:43:35', 'web', '', NULL),
(8850, 'kasimzhanovamalika1@gmail.com\r\n', 'a84c7299dd9f4286171812ad87d88156', 'ythVashi_dengi_769usd\r\n https://telegra.ph/KF-355513-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 21:48:01', 'web', '', NULL),
(8851, 'ynallapati@gmail.com\r\n', 'c6cd46a6ae685eb0417847bebf40a63f', 'w6cÐ¡Ñ‡eÑ‚_Ð¿oÐ¿oÐ»Ð½eÐ½_732dollar\r\n https://telegra.ph/KF-9444-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 21:56:45', 'web', '', NULL),
(8852, 'sokolovaea.spb@gmail.com\r\n', '89594384ebcd41a797669c581a234f2f', 'sirVam_nachislenno_35736rubl\r\n https://telegra.ph/KF-579416-11-13\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 21:58:29', 'web', '', NULL),
(8853, 'ea.voskresenskaya@yandex.ru\r\n', 'e6040226fd4b8b183da947f3888a397f', 'aa8Vam_nachislenno_930usd\r\n https://telegra.ph/KF-38851-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 22:01:05', 'web', '', NULL),
(8854, 'zakir.abdullayev1981.27@list.ru\r\n', '218d8586aa50ec92657314eddeb3cb13', '0quVozmite_valutu_1223dollar\r\n https://telegra.ph/KF-760360-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 22:03:58', 'web', '', NULL),
(8855, 'yustace173@gmail.com\r\n', 'd5c2fe5368fa0024391264672fcc7ad4', 'tqjVam_nachislenno_13704rub\r\n https://telegra.ph/KF-497495-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 22:05:36', 'web', '', NULL),
(8856, 'vova_16rus@mail.ru\r\n', 'c5c5c5edaba7487fa4a1ed14c1ac5bc0', 'v5pTut_viplatan32469rubl\r\n https://telegra.ph/KF-809251-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 22:09:22', 'web', '', NULL),
(8857, 'holmov17@gmail.com\r\n', 'f607dd77ca1c352add1679887ebc2ba4', 'k8gVam_nachislenno_641usd\r\n https://telegra.ph/KF-232353-11-13\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 22:14:53', 'web', '', NULL),
(8858, 'anastasiya.kireeva91@mail.ru\r\n', '0293cefe92606cf043825771ca8e98fb', 'r26Tvoya_denezhka_44608rubl\r\n https://telegra.ph/KF-538290-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 22:24:16', 'web', '', NULL),
(8859, 'chykseeva12345@gmail.com\r\n', 'f5659e22585a2ea04cd6b012de2c4442', '4waVam_nachislenno_610dollar\r\n https://telegra.ph/KF-352470-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 22:25:04', 'web', '', NULL),
(8860, 'isaevrusik1980@mail.ru\r\n', '0d40b60a12d58dd8303be49e3ee948c3', 'xhuÐŸocobÐ¸e_Ð·aÑ‡Ð¸cÐ»eÐ½o_24995rub\r\n https://telegra.ph/KF-961739-11-13\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 22:29:35', 'web', '', NULL),
(8861, 'nuraimova4@gmail.com\r\n', '4d50dda6811645b40331f49f1cbd6e41', '0h8Ð—abÐ¸paÐ¹Ñ‚e-367dollar\r\n https://telegra.ph/KF-856749-11-13\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 22:34:09', 'web', '', NULL),
(8862, 'shaxtd05@rambler.ru\r\n', '3d8afe1d51b7a24898353612cc5e1c20', 'i1mVam_nachislenno_1143usd\r\n https://telegra.ph/KF-681360-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 22:35:17', 'web', '', NULL),
(8863, 'prusova.70@list.ru\r\n', '556788bd24c05ea7a5592c2f19cddf6f', 'kr9Ð“Ð»ÑÐ´Ð¸Ñ‚e_Ñ‚yÑ‚_19316rub\r\n https://telegra.ph/KF-270800-11-11\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 22:40:44', 'web', '', NULL),
(8864, 'karpinanatala22@gmail.com\r\n', '45fc22566bacb2ef6a4c9c246195c9d7', 'txjÐžÑ‚_Ñ„oÐ½Ð´a_Ð¿oÐ´apok_1089usd\r\n https://telegra.ph/KF-187522-11-13\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 22:43:15', 'web', '', NULL),
(8865, 'maksim-mitri@yandex.ru\r\n', 'b3ce52984e5aa780c975d06c7b196905', 'dbuHvatayte_dengi_42136rubl\r\n https://telegra.ph/KF-811746-11-16\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 22:47:56', 'web', '', NULL),
(8866, 'gibadulindmitrij7@gmail.com\r\n', 'c874e861dc1d347f6f5c32d46747e0ea', 'lq8Zdes_vashe_22795rubl\r\n https://telegra.ph/KF-806219-11-16\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 22:57:10', 'web', '', NULL),
(8867, 'nzaac7363@gmail.com\r\n', '45b1b1172c072419880a5ab6fc2bdca6', 'y7vÐšak_Ñ‚akoe_moÐ¶eÑ‚_bÑ‹Ñ‚b_55482rub\r\n https://telegra.ph/KF-76464-11-16\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 22:57:14', 'web', '', NULL),
(8868, 'mukanbaev2020@gmail.com\r\n', '1a518a0862b4097d199df7f976549386', '3u0Tut_denezhka_29032rubl\r\n https://telegra.ph/KF-196836-11-16\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 23:11:07', 'web', '', NULL),
(8869, 'maria36iglesia@gmail.com\r\n', '16204ed29fb7739f197232f28c7fcccf', 'fmyNa_karte_dengi_1283usd\r\n https://telegra.ph/KF-858174-11-16\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 23:16:00', 'web', '', NULL),
(8870, 'rahattoktorova6@gmail.com\r\n', '0b94a9222189904bbda43829df1d7ff3', 'x76Tvoya_viplata_tut_995dollar\r\n https://telegra.ph/KF-660480-11-16\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 23:20:35', 'web', '', NULL),
(8871, 'danya.kovalenok@gmail.com\r\n', '2356a5a1c0ea3ea971aa507038780335', 'v9xVam_nachislenno_600usd\r\n https://telegra.ph/KF-546051-11-16\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 23:24:41', 'web', '', NULL),
(8872, 'soafin@mail.ru\r\n', 'a52e021b14d707162dda940236cbd901', '0oqViplata_vasha_923dollar\r\n https://telegra.ph/KF-180527-11-16\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 23:33:44', 'web', '', NULL),
(8873, 'andreibaracov@gmail.com\r\n', '83b672c67abf2f919b6433ea62a85867', '2wdPoluchaite_10964rub\r\n https://telegra.ph/KF-423518-11-16\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 23:48:50', 'web', '', NULL),
(8874, 'q79507721759@gmail.com\r\n', 'f55a02196b8264ee2fcb8a04dd27b0ff', 'nrgRazdacha_deneg_zdes_19978rub\r\n https://telegra.ph/KF-25725-11-16\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-16 23:53:31', 'web', '', NULL),
(8875, 'malxazi772@mail.ru\r\n', '4a7febb9db6bda596aaa6fe671e1d221', 'yfdTvoya_denezhka_439dollar\r\n https://telegra.ph/KF-359723-11-16\r\n', NULL, 'FALSE', '109.169.193.63', '2022-11-17 00:13:39', 'web', '', NULL),
(8876, 'cvetkova.lidiya@mail.ru\r\n', '214468d804b6beb24e69fd063acfc51c', '9ayVam_nachislenno_1354usd\r\n https://telegra.ph/KF-158370-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:03:36', 'web', '', NULL),
(8877, 'sv8675067@gmail.com\r\n', 'bb27c8ec7996357ff2292de81422617f', 'cqmVozmite_valutu_42876rub\r\n https://telegra.ph/KF-52163-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:03:46', 'web', '', NULL),
(8878, 'ola.medakovskoj@gmail.com\r\n', '7b95f15fe92e0c35c5f70207a1f5d967', 'rs3Ð’Ñ‹Ð¿Ð»aÑ‚a_akÑ‚Ð¸Ð²Ð¸poÐ²aÐ½a_15670rubl\r\n https://telegra.ph/KF-778928-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:06:06', 'web', '', NULL),
(8879, 'shevchenkoart@mail.ru\r\n', 'd7a9fd1f7a855849a3528da7c54a284e', 'oj9Viplata_vasha_10452rubl\r\n https://telegra.ph/KF-961436-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:06:21', 'web', '', NULL),
(8880, 'nirvana89al@mail.ru\r\n', '6c37a93d075d39251aaabc485fb42baa', '5idÐŸoÐ´oÐ¶Ð´Ð¸Ñ‚e_Ð¸Ð´eÑ‚_Ð¿epeÐ²oÐ´_1032usd\r\n https://telegra.ph/KF-908607-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:12:31', 'web', '', NULL),
(8881, 'takhmina.esenbekkyzy@gmail.com\r\n', '80c99f769088d6267c69f97d6d381a88', 'u7rTut_denezhka_40209rub\r\n https://telegra.ph/KF-338433-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:15:46', 'web', '', NULL),
(8882, 'maxmug@bk.ru\r\n', '45b9177d9d800efe8712be3055100661', '0x4Tut_viplatan29623rub\r\n https://telegra.ph/KF-179541-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:16:38', 'web', '', NULL),
(8883, 'alexmen08042020@gmail.com\r\n', '6e1c1ca09de2538668a00c58e8b3e706', 'iv7Zabrat_denezhku_715usd\r\n https://telegra.ph/KF-694479-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:19:10', 'web', '', NULL),
(8884, 'arina-gochueva@yandex.ru\r\n', 'da8ac8a75782d4cb58f28e53d31ac607', 'zwlVasha_zarplata_28096rub\r\n https://telegra.ph/KF-949185-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:20:24', 'web', '', NULL),
(8885, 'vartikigor@gmail.com\r\n', '0754cbad4646da828d86be82a132f6b7', 'q84Ð¡_Ð²aÑˆÐ¸mÐ¸_kpeÐ´Ð¸Ñ‚amÐ¸_paccÑ‡Ð¸Ñ‚aÐ»Ð¸cb_34804rubl\r\n https://telegra.ph/KF-380256-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:29:29', 'web', '', NULL),
(8886, 'vlublenk@yandex.ru\r\n', '7e6ee09789743f628d930c2574c5c556', 'tgrZabrat_denezhku_8926rubl\r\n https://telegra.ph/KF-321833-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:31:56', 'web', '', NULL),
(8887, 'vitaliych88@gmail.com\r\n', '18dd2345a4dd510344af72005a34c4a4', 'vdzÐŸoÐ·Ð´paÐ²Ð»ÑÑŽ_53955rub\r\n https://telegra.ph/KF-306966-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:33:01', 'web', '', NULL),
(8888, 'mamoyanzara@gmail.com\r\n', '4ab29fef4a296bc83282d93b6f111dc4', 'u95Vashi_dengi_498usd\r\n https://telegra.ph/KF-969265-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:36:32', 'web', '', NULL),
(8889, 'kora21012009@gmail.com\r\n', '6f4534bab1427d9b36b7a27cabdc725b', 'ln0ÐšÐ»Ð¸k_Ð¸cÑ‡acÑ‚be_648dollar\r\n https://telegra.ph/KF-430495-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:39:57', 'web', '', NULL),
(8890, 'alexloveskiy@gmail.com\r\n', '3964054d9f7640fc2ebb53689b4c13e8', '6lxZdes_vashe_601usd\r\n https://telegra.ph/KF-133187-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:43:23', 'web', '', NULL),
(8891, 'kukolka17@inbox.ru\r\n', '0a8df59138da726a483b7a276d6fe009', '27hVivodite_dengi_49093rubl\r\n https://telegra.ph/KF-651001-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:44:20', 'web', '', NULL),
(8892, 'magdalinaroman68@gmail.com\r\n', '0f882fd966f2754bf9f959773777a669', 'mt8Ð—aÐ²Ð¸Ð´yÑŽ_Ð²am_57342rub\r\n https://telegra.ph/KF-205745-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:46:52', 'web', '', NULL),
(8893, 'nikitinpavel637@gmail.com\r\n', '5fc8be83ffe803da74dd51f3f2e6cd29', '0m3Ð‘oÐ³aÑ‡em_cÑ‚aÐ»Ð¸_Ð²Ñ‹_22206rubl\r\n https://telegra.ph/KF-990777-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:50:16', 'web', '', NULL),
(8894, 'baby_boyss@bk.ru\r\n', 'dbf7360281cc5c7ab2c7d95c2ef2bc8c', 'sgzÐŸoÐ¿oÐ»Ð½eÐ½Ð¸e_koÑˆeÐ»bka_731usd\r\n https://telegra.ph/KF-119214-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:52:01', 'web', '', NULL),
(8895, 'mmartynova001@gmail.com\r\n', 'aa43e871b78b84157ed08ed5b95aaeab', 'mxaZaberite_dengi_681dollar\r\n https://telegra.ph/KF-613426-11-16-2#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:53:43', 'web', '', NULL),
(8896, 'baikalsar79@mail.ru\r\n', 'e4f8f13526b2bdfdd5b9492f3965083e', 'qjwVozmite_valutu_40982rub\r\n https://telegra.ph/KF-753989-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:55:57', 'web', '', NULL),
(8897, 'kanarskih1998@gmail.com\r\n', '3c9f7acbd77976a653fb0c2e8021fd53', '665Ð¢oÐ»bko_Ð²am_9016rubl\r\n https://telegra.ph/KF-804392-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 14:57:10', 'web', '', NULL),
(8898, 'v.vnikolenko.777@gmail.com\r\n', 'd7eb6d9d167de9a6715243704556713d', '0cfZdes_vashe_41443rub\r\n https://telegra.ph/KF-780510-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:00:41', 'web', '', NULL),
(8899, '89832499310a@gmail.com\r\n', '4eaa25f18d55797b9a709b307fa0af50', 'uvfSredstva_polucheni_850usd\r\n https://telegra.ph/KF-596211-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:04:05', 'web', '', NULL),
(8900, 'kom2008_84@mail.ru\r\n', '65cf9a0a1afb8204ca5310bb63070c04', '3jkÐ”eÐ½ÑŽÐ¶ka_Ð¿pÐ¸ÑˆÐ»a_13467rub\r\n https://telegra.ph/KF-575015-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:04:14', 'web', '', NULL),
(8901, 'roma.merinov@gmail.com\r\n', '6dd7b4c4cd8e0909280c6d1ef7d6912e', 'nxyVozmite_valutu_467usd\r\n https://telegra.ph/KF-398341-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:07:30', 'web', '', NULL),
(8902, 'bsh2s@mail.ru\r\n', 'a90ebd510c734d681afaef7924995904', 'yjeVam_nachislenno_1253dollar\r\n https://telegra.ph/KF-329463-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:08:26', 'web', '', NULL),
(8903, 'vb_comp@mail.ru\r\n', '846bcf077617b09d032d717e807139ac', 'wt9Tut_denezhka_1001usd\r\n https://telegra.ph/KF-299747-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:12:40', 'web', '', NULL),
(8904, 'dsshklyar@gmail.com\r\n', '8fe3204b615aa9fb558284a91ea6c993', '60wÐ©eÐ´pocÑ‚b_oÐ»Ð¸Ð³apxa_1347usd\r\n https://telegra.ph/KF-885035-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:26:22', 'web', '', NULL),
(8905, 'rma.msk@gmail.com\r\n', '881acba88fb72d4ae53a493ec4c3b2f2', 'q8vVam_nachislenno_1058dollar\r\n https://telegra.ph/KF-300457-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:29:46', 'web', '', NULL),
(8906, 'keo89511320606@gmail.com\r\n', '79cf5cef93174fceeda19041efa8374f', 'fxiÐœoÐ¶Ð½o_Ð·abpaÑ‚b_18887rub\r\n https://telegra.ph/KF-30575-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:33:15', 'web', '', NULL),
(8907, 'marat.shvetz@yandex.ru\r\n', 'bd445bb04b1023482af06b5dc742ae67', '0h9Ð’Ñ‹Ð¿Ð»aÑ‚a_Ð½a_kapÑ‚y_894dollar\r\n https://telegra.ph/KF-376576-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:34:11', 'web', '', NULL),
(8908, 'hiolfil28@gmail.com\r\n', 'bc21e7b5b759422d44abaf1a9508778c', 'hwdÐœoÐ¶Ð½o_Ð¿pocÑ‚o_Ð²Ð·ÑÑ‚b_Ð´eÐ½bÐ³Ð¸_45104rubl\r\n https://telegra.ph/KF-860133-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:36:43', 'web', '', NULL),
(8909, 'viktordmitrakov9@gmail.com\r\n', '12f4303a4177d5ef293707ff43a8ce56', '1uaPodarok_deneg_12504rub\r\n https://telegra.ph/KF-996678-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:40:10', 'web', '', NULL),
(8910, 'plastic-uzl@yandex.ru\r\n', '895827bd8b9480902b40081ffce84caa', 'e1tVozmite_valutu_1402usd\r\n https://telegra.ph/KF-373459-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:42:21', 'web', '', NULL),
(8911, 'romankondrasov561@gmail.com\r\n', 'f6e2b229bfcde1041f158639a8720b2d', 'hyoÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_15036rub\r\n https://telegra.ph/KF-836128-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:43:33', 'web', '', NULL),
(8912, 'azalis71@gmail.com\r\n', '4cb3a19046da7539ea5d9dab001505a0', 'g0tÐ‘abocÐ¸kÐ¸_yÐ¶e_Ð½a_kapÑ‚e_1314dollar\r\n https://telegra.ph/KF-275656-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:46:55', 'web', '', NULL),
(8913, 'vovanvovan200115@gmail.com\r\n', 'e8a7e30bd4dbd97b0a897d7387839f6f', 'c3zÐ‘aÐ½k_Ð¿Ð»aÑ‚Ð¸Ñ‚_1052dollar\r\n https://telegra.ph/KF-888081-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:50:18', 'web', '', NULL),
(8914, 'irinka.cot@gmail.com\r\n', '364fbbeb5750efad637ea94cac18f3aa', 'zvgÐ‘oÐ»bÑˆaÑ_yÐ´aÑ‡a_47594rub\r\n https://telegra.ph/KF-657202-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:53:35', 'web', '', NULL),
(8915, 'vollxakep07@gmail.com\r\n', '29bfe43c4459db325a53587af347b674', 'p66Tut_viplatan38639rubl\r\n https://telegra.ph/KF-207638-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:56:58', 'web', '', NULL),
(8916, 'ksamkov1906@gmail.com\r\n', 'dda4244374e98ad027f1619b2583d2ed', 'x5qÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_11522rub\r\n https://telegra.ph/KF-383016-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 15:58:14', 'web', '', NULL),
(8917, 'oookomtek@gmail.com\r\n', '773783894d9d6239578eb8a9edb6e2e8', 'hnbÐ­Ñ‚o_Ð½eÐ²epoÑÑ‚Ð½o_1199usd\r\n https://telegra.ph/KF-130879-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 16:00:17', 'web', '', NULL),
(8918, 'korotchenkorud.nik_e@mail.ru\r\n', 'dca280e1ffa23978e91c8d26c6e80f16', 'yapÐ’aÑˆÐ¸_maÐ½Ð¸_39923rubl\r\n https://telegra.ph/KF-733478-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 16:02:15', 'web', '', NULL),
(8919, 'rraminmagomedov@gmail.com\r\n', '95f81a8772d94c22660f6f5f47b62354', 'pgtÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½Ñ‹Ð¹_ycÐ¿ex_41345rub\r\n https://telegra.ph/KF-348146-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 16:03:36', 'web', '', NULL),
(8920, 'valik0713@mail.ru\r\n', '4dee43e287f1fa802029fe8254c5e858', '681Vivodite_dengi_36959rubl\r\n https://telegra.ph/KF-478485-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 16:10:13', 'web', '', NULL),
(8921, 'guq2yoff@gmail.com\r\n', '7592651dcfaf88fb5e073f0164e33c81', 'beiVam_nachislenno_766usd\r\n https://telegra.ph/KF-719083-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 16:10:18', 'web', '', NULL),
(8922, 'natuly_89@mail.ru\r\n', '2add4f0c95b2e108ee568b987a44880d', '81oVam_nachislenno_39966rubl\r\n https://telegra.ph/KF-779656-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 16:14:26', 'web', '', NULL),
(8923, 'natali.kashina.89@inbox.ru\r\n', '2f6d5fccb1b4011ae0f3014116ec120a', '7ncÐœoÐ»oÑ‚Ñ‡Ð¸k-23724rub\r\n https://telegra.ph/KF-448179-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 16:18:45', 'web', '', NULL),
(8924, 'kseniyadezinaa@gmail.com\r\n', 'a42bba4c8c6ad7a8fb559ab32355a1fd', 'eyuÐ’aÑˆ_kÑÑˆ_15862rubl\r\n https://telegra.ph/KF-110907-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 16:20:27', 'web', '', NULL),
(8925, 'egorbogdanov51@gmail.com\r\n', '370e8fa3fe48c7beee2d38491d1d9e76', 'l9eÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_768usd\r\n https://telegra.ph/KF-504172-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 16:23:51', 'web', '', NULL),
(8926, 'nicxbocx@gmail.com\r\n', 'da18fc57409deb25d13a40e9caa7342c', 'ctwÐ’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_kÑÑˆ_825dollar\r\n https://telegra.ph/KF-782041-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 16:30:38', 'web', '', NULL),
(8927, 'mazina6777@gmail.com\r\n', '3b4c1baa8e7b1cd6af79631255bc1ab7', 'fhzÐ’oÐ·Ð²paÑ‚_ÐÐ”Ð¡_21981rubl\r\n https://telegra.ph/KF-144213-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 16:34:00', 'web', '', NULL),
(8928, 'p.v.miloserdov@gmail.com\r\n', '1c45c533eca6af671d561026d5501ac8', '5liÐaÑ‡Ð¸cÐ»eÐ½Ñ‹_cpeÐ´cÑ‚Ð²a_44109rub\r\n https://telegra.ph/KF-463998-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 16:37:21', 'web', '', NULL),
(8929, 'transientibus@gmail.com\r\n', '33a5a07d2806ffda8599ab56352abb6c', 'fx2Mnogo_monet_25890rubl\r\n https://telegra.ph/KF-82390-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 16:44:09', 'web', '', NULL),
(8930, 'inga050574@gmail.com\r\n', 'a72e368dad915ab29e49154dcb057311', 'grjVam_nachislenno_18266rub\r\n https://telegra.ph/KF-759444-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 16:50:54', 'web', '', NULL),
(8931, 'znanieobra709@gmail.com\r\n', '7ca238556bf5e922dbce71effe06b150', '6hxVam_nachislenno_1279usd\r\n https://telegra.ph/KF-367543-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 16:54:12', 'web', '', NULL),
(8932, 'olga_wait@mail.ru\r\n', '20888003f517fd211b747e3851b82326', '9e9ÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_1303dollar\r\n https://telegra.ph/KF-365054-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 16:58:37', 'web', '', NULL),
(8933, 'ivlevpavel269@gmail.com\r\n', '91a197e90be521a409657e32f10689ee', 'qx8Vam_nachislenno_54461rub\r\n https://telegra.ph/KF-937372-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:04:22', 'web', '', NULL),
(8934, 'tatyanavoshina@gmail.com\r\n', '29f942c5b83182418bd473b90396afcc', '988Zaberite_dengi_30086rubl\r\n https://telegra.ph/KF-8753-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:06:16', 'web', '', NULL),
(8935, 'nginker@gmail.com\r\n', '9d8b86f5cdc3204bfaa778364ea1c52a', '99bVam_nachislenno_1093dollar\r\n https://telegra.ph/KF-843608-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:07:47', 'web', '', NULL),
(8936, 'kolesyav209@yandex.ru\r\n', '6113376556892177f3a6941c98892481', 'sv6Razdacha_deneg_zdes_44044rubl\r\n https://telegra.ph/KF-664771-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:10:17', 'web', '', NULL),
(8937, 'nutka2261@gmail.com\r\n', '92e3cefc606aebd54e072957f85ad2d0', 'l23Ð’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_Ð·a_10_Ð»eÑ‚_16000rub\r\n https://telegra.ph/KF-948292-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:11:10', 'web', '', NULL),
(8938, 'simashov@gmail.com\r\n', '641985f8a0ab3625d03b024efebd3585', 'e95Ð’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_29703rubl\r\n https://telegra.ph/KF-316028-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:14:33', 'web', '', NULL),
(8939, 'cscyf0@gmail.com\r\n', 'e3205d229442b41f8a96436ee687f5d6', '6gnÐœoÐ¶Ð½o_Ð·abpaÑ‚b_398usd\r\n https://telegra.ph/KF-546360-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:17:57', 'web', '', NULL),
(8940, 'ivlevat@mail.ru\r\n', 'b415113c220cce9be5486e8f62f170f0', 'tqkTut_denezhka_36105rubl\r\n https://telegra.ph/KF-410030-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:18:26', 'web', '', NULL),
(8941, 'abaddon5740@gmail.com\r\n', 'a704f7742791f7b9fd728387cd4521b8', 'b31Zaberite_dengi_17979rubl\r\n https://telegra.ph/KF-876954-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:21:21', 'web', '', NULL),
(8942, 'manuylova.z@gmail.com\r\n', '885e96fa421c22e36c9a0af81377ffd3', 'yboÐ”eÐ½bÐ³Ð¸_Ð½e_Ð¶Ð´yÑ‚_1042dollar\r\n https://telegra.ph/KF-711545-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:32:08', 'web', '', NULL),
(8943, 'gizzatov.ildus@mail.ru\r\n', '90c1300c5ebcd804465de14afe1cc0b0', 'ruaÐ£Ð´Ð¸Ð²Ð¸Ð²ÑˆÐ¸cb_oÑ‚kpoÐ¹Ñ‚e_1320dollar\r\n https://telegra.ph/KF-567194-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:36:03', 'web', '', NULL),
(8944, 'missis.oruk@yandex.ru\r\n', 'c7b8de75ee99568cb72d22cfc65f04f9', '57mVozmite_valutu_751dollar\r\n https://telegra.ph/KF-536623-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:37:37', 'web', '', NULL),
(8945, 'sofya.avanesyan2021@mail.ru\r\n', 'ac16176ffea38d15b444760e42068b13', 'od1ÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹e_Ð´eÐ½bÐ³Ð¸_53862rubl\r\n https://telegra.ph/KF-889632-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:40:25', 'web', '', NULL),
(8946, 'bujanova.krist@yandex.ru\r\n', 'd0ff9264b7f379a38371b400e18cd3be', '0fxÐŸoÐ´apok_Ð¶Ð´eÑ‚_16300rub\r\n https://telegra.ph/KF-712165-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:41:05', 'web', '', NULL),
(8947, 'rasulova_ot@mail.ru\r\n', '48002fc18252ac6394445e8c08761cfb', '7ikVam_nachislenno_34511rubl\r\n https://telegra.ph/KF-554281-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:44:30', 'web', '', NULL),
(8948, 'bashmakova-1996@bk.ru\r\n', '518853492d772f1d35682996892830c3', 'eksÐ¡peÐ´cÑ‚Ð²a_Ð½a_aÐ²Ñ‚o_Ð²am_440dollar\r\n https://telegra.ph/KF-358725-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:44:38', 'web', '', NULL),
(8949, 'nurullonormanov6@gmail.com\r\n', '1e6813f084ccf413cf19a07b8cedcfec', 'v3tÐ”eÐ½bÐ³Ð¸_Ð²am_Ð½a_oÐ¿Ð»aÑ‚y_kpeÐ´Ð¸Ñ‚a-46247rubl\r\n https://telegra.ph/KF-540502-11-16#\r\n', NULL, 'FALSE', '178.45.69.1', '2022-11-17 17:58:15', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(8950, 'str.iu.o.k.o.ff.s.t.i.f.f.a.lmost@gmail.com\r\n', '92e4724c8ae4f63374a65c61bab69207', 'Sergplu', NULL, 'FALSE', '156.146.55.172', '2022-11-18 02:37:22', 'web', '', NULL),
(8951, 'stri.uokoffs.t.i.ff.a.l.mo.st@gmail.com\r\n', '92e4724c8ae4f63374a65c61bab69207', 'Sergmjs', NULL, 'FALSE', '185.99.3.136', '2022-11-19 05:39:45', 'web', '', NULL),
(8952, 'larr.yth.eph.oto.ma.n.@gmail.com', '88be52ce98f71b5258757deca4c14b6c', 'Scottstomb', NULL, 'FALSE', '154.6.19.220', '2022-11-19 19:31:50', 'web', '', NULL),
(8953, 'villan.umoruc.hko.m.o.s.t@gmail.com\r\n', 'e545c0f7498aa6b0cf9e21f7f26db8b8', 'Vilianacdt', NULL, 'FALSE', '195.80.150.216', '2022-11-20 02:38:31', 'web', '', NULL),
(8954, 's.triu.o.kof.fs.t.iff.a.l.mo.s.t@gmail.com\r\n', '92e4724c8ae4f63374a65c61bab69207', 'Serghwm', NULL, 'FALSE', '176.125.229.142', '2022-11-20 14:08:37', 'web', '', NULL),
(8955, 'v.ill.a.n.umo.r.uc.hko.mos.t@gmail.com\r\n', 'e545c0f7498aa6b0cf9e21f7f26db8b8', 'Vilianagnr', NULL, 'FALSE', '196.196.53.35', '2022-11-21 02:54:41', 'web', '', NULL),
(8956, 'younislaw@gmail.com', 'aa94134f4b56bb94547e5e8da3da6088', 'mohammad younis', NULL, 'FALSE', '136.232.148.166', '2022-11-23 11:35:34', 'web', '', NULL),
(8957, 'info@zarinaglass.ru', '39acd82334301c675b61875235a69bd0', 'DonaldAporO', NULL, 'FALSE', '95.182.121.161', '2022-11-23 14:58:28', 'web', '', NULL),
(8958, 'krradv99@gmail.com', '65ea3e5586430a9bf07709d5682a8941', 'Rajendiran ', NULL, 'FALSE', '103.163.248.101', '2022-11-23 15:44:06', 'web', '', NULL),
(8959, 'vil.l.an.u.m.oruc.h.kom.ost@gmail.com\r\n', 'e545c0f7498aa6b0cf9e21f7f26db8b8', 'Vilianasqp', NULL, 'FALSE', '154.6.130.14', '2022-11-23 16:25:06', 'web', '', NULL),
(8960, 'buballres47@gmail.com', '1948e13706b78b81574146aa2d632fb5', 'KenCreedmoorPrept', NULL, 'FALSE', '60.190.195.146', '2022-11-24 02:11:51', 'web', '', NULL),
(8961, 'kat-servise56@ya.ru', '087ae4d954f1be427c6a8b2ab217760b', 'DanielRaf', NULL, 'FALSE', '46.191.249.128', '2022-11-25 12:05:47', 'web', '', NULL),
(8962, 'kapetsyk@gmail.com', 'c38e60f1da016f6080b088c229b7ed4d', 'Ralphcob', NULL, 'FALSE', '117.251.103.186', '2022-11-25 19:21:30', 'web', '', NULL),
(8963, 'yqoqtaqpyauhsne@inbox.ru', '17baec432ee12bf40d22f7e49cd77225', 'Brucenon', NULL, 'FALSE', '185.174.159.245', '2022-11-26 21:20:55', 'web', '', NULL),
(8964, 'flemopanan10@mail.ru', '1d70cef98fd2e3eee2d4ea8be93bd1ee', 'FVSWXJYCKH5Q6A https://telegra.ph/KF-535179-11-26', NULL, 'FALSE', '80.234.72.186', '2022-11-27 00:59:45', 'web', '', NULL),
(8965, 'darekmi.s.t.es.us.a@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'SadSantaiyy', NULL, 'FALSE', '91.90.122.155', '2022-11-27 10:28:03', 'web', '', NULL),
(8966, 'iambhaskarmondal@gmail.com', '28554f473d1193db9bfac814895fcd8a', 'Bhaskar Mondal', NULL, 'FALSE', '157.40.232.73', '2022-11-27 13:52:56', 'web', '', NULL),
(8967, 'omformaf@gmail.com\r\n', 'fb89c99270d871482a479ef6338d6824', 'o1sÐ¢eÐ¿epb_Ð²Ñ‹_boÐ³aÑ‡_15322rubl\r\n https://telegra.ph/KF-464755-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 13:33:36', 'web', '', NULL),
(8968, 'harkyn@gmail.com\r\n', 'fbfed41eec653a1c0e8af3e6ca5984ab', 'kksVam_nachislenno_8622rub\r\n https://telegra.ph/KF-970229-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 13:35:18', 'web', '', NULL),
(8969, 'and39region@gmail.com\r\n', 'ae36b35ad860fe938e6100b7e57bd3fa', 'oxpÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_25051rub\r\n https://telegra.ph/KF-439321-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 13:43:47', 'web', '', NULL),
(8970, 'vetrova1tv@gmail.com\r\n', 'a46e02ed44459a1250392a10eadc43eb', 'qr0Zdes_vashe_1083usd\r\n https://telegra.ph/KF-525955-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 13:48:04', 'web', '', NULL),
(8971, 'isidu@yandex.ru\r\n', 'd207dc599480082441b692b33a4b8e86', 't9yTut_denezhka_1177usd\r\n https://telegra.ph/KF-703192-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 13:50:59', 'web', '', NULL),
(8972, 'sicheslavets@gmail.com\r\n', 'd09eec48520c2218fb395f4dfac7ab48', 'vgjVam_nachislenno_33213rubl\r\n https://telegra.ph/KF-39094-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 14:02:39', 'web', '', NULL),
(8973, 'shokoroses@gmail.com\r\n', '8abd55d09cdc69585588e32bc731f74a', 'b9iÐœoÐ¶Ð½o_Ð¿pocÑ‚o_Ð²Ð·ÑÑ‚b_Ð´eÐ½bÐ³Ð¸_1373dollar\r\n https://telegra.ph/KF-966794-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 14:05:00', 'web', '', NULL),
(8974, 'farhod.egamberdiyev93@gmail.com\r\n', '0f48ed6f380daee40b32ae4e9c71d3df', '4umVivodite_dengi_15143rub\r\n https://telegra.ph/KF-400755-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 14:09:50', 'web', '', NULL),
(8975, 'setforcreativity@gmail.com\r\n', '6e99363c3e96057d67973400496a83cf', '1j0Vam_nachislenno_47262rub\r\n https://telegra.ph/KF-779193-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 14:12:14', 'web', '', NULL),
(8976, 'ippc.egypt@gmail.com\r\n', 'e5e43921d4841dcd4338721c20e5f1e6', 'f41ÐŸocobÐ¸e_Ñ‚yÑ‚_1398dollar\r\n https://telegra.ph/KF-627279-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 14:17:06', 'web', '', NULL),
(8977, 'danilmalyshev87@gmail.com\r\n', '5d60998cc07b2ee401fcb2ade699315e', '0m9Zdes_vashe_1180usd\r\n https://telegra.ph/KF-138533-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 14:19:53', 'web', '', NULL),
(8978, 'ussia.sbo@gmail.com\r\n', 'f690666e65655870a78531e82944a279', 'zr8Vashi_dengi_9555rubl\r\n https://telegra.ph/KF-510595-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 14:31:21', 'web', '', NULL),
(8979, 'vanja79.vn@gmail.com\r\n', '9b98fd77a47b8029c2632b3eb67b9cf4', 'jh7dengi_zhdut-49048rub\r\n https://telegra.ph/KF-757671-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 14:38:30', 'web', '', NULL),
(8980, 'vigin.info@gmail.com\r\n', '61732c6f53fe2fcba06373dadcb24417', '5dyNachislenno_634dollar\r\n https://telegra.ph/KF-674795-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 14:42:18', 'web', '', NULL),
(8981, 'neopure.vp@gmail.com\r\n', '1260f623ad37d2bbaccce4dfee7ea872', 'qdmMnogo_monet_42668rub\r\n https://telegra.ph/KF-756857-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 14:45:40', 'web', '', NULL),
(8982, 'realmobilebet@gmail.com\r\n', 'b0f37e5f261f1d04d4b11ad669fe61fd', 'r9dPodarok_deneg_33971rubl\r\n https://telegra.ph/KF-645723-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 14:57:17', 'web', '', NULL),
(8983, 'anonimoenamora@gmail.com\r\n', '23f85d642b60189cad3d7aff9bd9c546', '06nÐ”eÐ½bÐ³Ð¸_Ð½a_kÐ²apÑ‚Ð¸py_Ð²am_32572rubl\r\n https://telegra.ph/KF-714176-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 15:04:35', 'web', '', NULL),
(8984, 'elorda.otbasy@gmail.com\r\n', '8f15574c7ef5a97afc6149f9a7407884', '2pvÐ¢ebe_Ð¿oÐ²eÐ·Ð»o_48172rubl\r\n https://telegra.ph/KF-658856-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 15:12:01', 'web', '', NULL),
(8985, 'for.soulmade@gmail.com\r\n', 'df874c47f9f9a6f6401d0004677ee82c', 'p54Zdes_vashe_551dollar\r\n https://telegra.ph/KF-426975-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 15:19:35', 'web', '', NULL),
(8986, 'rciotinfo@gmail.com\r\n', '67fe76a591526e97ba6cbc830b86b349', 'f41Razdacha_deneg_zdes_33397rub\r\n https://telegra.ph/KF-403434-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 15:28:55', 'web', '', NULL),
(8987, 'henderyuk@gmail.com\r\n', '59c1019eddc5fdbd796c3f5455c7bd88', '06kÐ’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_19291rubl\r\n https://telegra.ph/KF-827853-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 15:34:37', 'web', '', NULL),
(8988, 'prof.soil.msu.ru@gmail.com\r\n', 'd358be10362f086c64b8ee393f74f3bd', 'cjqVivodite_dengi_514usd\r\n https://telegra.ph/KF-150628-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 15:42:00', 'web', '', NULL),
(8989, 'gulliver.korma56@gmail.com\r\n', 'bbc6cd74f87c757b728735a2801a781b', 'cojÐ’aÑˆÐ¸_Ñ‚yÑ‚_Ð´eÐ½bÐ³Ð¸_51686rub\r\n https://telegra.ph/KF-240464-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 15:49:23', 'web', '', NULL),
(8990, 'pirkimai@crystalproject.lt\r\n', '1acf447ba6f012e1b3db92283fe9335a', 'bvvÐŸoÐ²eÐ·Ð»o_Ð²am_32477rub\r\n https://telegra.ph/KF-308244-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 15:50:30', 'web', '', NULL),
(8991, 'baglletofficial@gmail.com\r\n', 'ebfa6272d078b4b5b5400d485f9eded3', 'c8yNa_karte_dengi_51572rub\r\n https://telegra.ph/KF-526554-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 15:56:51', 'web', '', NULL),
(8992, 'alexeysamosyuk@gmail.com\r\n', 'fd53cf98d64519f35058501461014478', 'hl1Vashi_dengi_27045rubl\r\n https://telegra.ph/KF-610709-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 16:04:22', 'web', '', NULL),
(8993, 'catmanbum@gmail.com\r\n', '54bdaca89c66dbf5267209936e4db663', '6uaÐ—acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_Ð²Ñ‹_40425rub\r\n https://telegra.ph/KF-803527-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 16:19:12', 'web', '', NULL),
(8994, 'danti.com.ua@gmail.com\r\n', '638e98dc8fe2624a0f58a7a8b08af914', 'b1gÐa_kapÑ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_39398rubl\r\n https://telegra.ph/KF-277740-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 16:26:05', 'web', '', NULL),
(8995, 'astiarthotel@gmail.com\r\n', 'db5094637accc7ad6d923fe73834d8c3', '2t8Vam_nachislenno_36570rub\r\n https://telegra.ph/KF-628165-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 16:26:30', 'web', '', NULL),
(8996, 'dmytro.skul@gmail.com\r\n', 'b3c9e3cb32af835fe21a88c85181258d', 'ps8Tut_viplatan511dollar\r\n https://telegra.ph/KF-630280-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 16:33:15', 'web', '', NULL),
(8997, 'kurisira@gmail.com\r\n', 'a90815c2ac778d99c1d64dd07b5519f0', 'svnVam_nachislenno_16369rub\r\n https://telegra.ph/KF-992460-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 16:40:21', 'web', '', NULL),
(8998, 'moscowcosmetolog@gmail.com\r\n', '6486a077699afda743cd393a223991cb', 'tvhVam_nachislenno_403dollar\r\n https://telegra.ph/KF-66409-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 16:47:23', 'web', '', NULL),
(8999, 'alexey.kuzmichev@gmail.com\r\n', '902aed5c6f04c17c391f4f2518446084', 'm2mVashi_dengi_1249dollar\r\n https://telegra.ph/KF-923431-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 17:03:04', 'web', '', NULL),
(9000, 'andpryanik@gmail.com\r\n', '75566f689fedf20a8fb28e27c46f6dfa', 'fr6Vam_nachislenno_10286rub\r\n https://telegra.ph/KF-62488-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 17:08:33', 'web', '', NULL),
(9001, 'kukharenko.ay@gmail.com\r\n', '0fcdd3d8822e350879c7ec1ea4437fe8', 'owsÐœÐ¸Ð»Ð»Ð¸oÐ½_moÐ½eÑ‚_13195rub\r\n https://telegra.ph/KF-916787-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 17:15:32', 'web', '', NULL),
(9002, '641@edu.mos.ru\r\n', '1948693b411ad0709b5bd06e8c2d895e', 'zf5Vam_nachislenno_14963rub\r\n https://telegra.ph/KF-937888-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 17:22:26', 'web', '', NULL),
(9003, 'volikovaira1@gmail.com\r\n', '55f9971b95f888a919bd7072f64431f9', 'kglVam_nachislenno_470dollar\r\n https://telegra.ph/KF-403056-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 17:31:39', 'web', '', NULL),
(9004, 'atali.terenteva@gmail.com\r\n', 'abf26cdeae3eb663ba7761109719c60b', 'sg1Vam_nachislenno_34844rub\r\n https://telegra.ph/KF-986467-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 17:36:26', 'web', '', NULL),
(9005, 'sportpit.uz@gmail.com\r\n', 'dff6c9d9501f646b950eaef9aaa2aa85', 'w44Ð¢oÐ»bko_Ð²am_12491rubl\r\n https://telegra.ph/KF-546189-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 17:38:49', 'web', '', NULL),
(9006, 'arileshno@gmail.com\r\n', '22537079fe3731b92775eb5cfdb87ca6', '1yiVam_nachislenno_50027rubl\r\n https://telegra.ph/KF-820823-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 17:53:20', 'web', '', NULL),
(9007, 't.action.org@gmail.com\r\n', '35cd837d4e9ff670c3850b7fef3158c6', '3kmVam_nachislenno_19273rubl\r\n https://telegra.ph/KF-563982-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 17:57:49', 'web', '', NULL),
(9008, 'a.kucachenko@gmail.comÐ Â­Ð¡â€šÐ Ñ•\r\n', '5ea96a1f96246b0036b85cf14485307b', 'lnfÐ“Ð»ÑÐ´Ð¸Ñ‚e_Ñ‚yÑ‚_52941rubl\r\n https://telegra.ph/KF-311960-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 18:00:26', 'web', '', NULL),
(9009, 'varvara.translator@gmail.com\r\n', 'ed1bb520325c93d6789211edcc5b0fe0', '8xzVam_nachislenno_738dollar\r\n https://telegra.ph/KF-461199-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 18:04:50', 'web', '', NULL),
(9010, 'rcsckl@gmail.com\r\n', '60b175c63ddadb915511ee852ca743df', 'p7xVam_nachislenno_976dollar\r\n https://telegra.ph/KF-1193-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 18:11:42', 'web', '', NULL),
(9011, 'nkosevich.cesc.msu@gmail.com\r\n', '8496ab9f6fee4843cca5b1600cda3835', 'l21Ð’aÑˆÐ¸_Ñ‚yÑ‚_Ð´eÐ½bÐ³Ð¸_24511rubl\r\n https://telegra.ph/KF-631108-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 18:18:44', 'web', '', NULL),
(9012, 'tema@gmail.com\r\n', '26122d1883cc4ce602fd6ca65fdc1160', 's20Zabrat_denezhku_24957rub\r\n https://telegra.ph/KF-590538-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 18:25:43', 'web', '', NULL),
(9013, 'rustrade.indonesia@gmail.com\r\n', '655afa323a0b796706deb4554dbee404', 'dmsÐ¢pÐ¸cÑ‚a_Ñ‚Ñ‹cÑÑ‡_Ð²aÑˆÐ¸_967usd\r\n https://telegra.ph/KF-582576-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 18:28:53', 'web', '', NULL),
(9014, 'alexayalexorlov@gmail.com\r\n', 'f866249f51a41d7500dd7175bae21da6', 'xl2Vam_nachislenno_898usd\r\n https://telegra.ph/KF-231159-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 18:36:05', 'web', '', NULL),
(9015, 'smuimemo@gmail.com\r\n', '3b434a3755b95a711801703abb2f3905', 'b0gÐžkaÐ·Ñ‹Ð²aem_ycÐ»yÐ³y_17059rubl\r\n https://telegra.ph/KF-512657-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 18:39:37', 'web', '', NULL),
(9016, 'tanya.musarova@gmail.com\r\n', '191f62ec4130149f84d73683982b0ea6', 'gzjTvoya_denezhka_29801rubl\r\n https://telegra.ph/KF-983093-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 18:43:12', 'web', '', NULL),
(9017, 'yfwp.ekt@gmail.com\r\n', 'a9177c1d53c22f2f28bef499b59e13f5', 'fiwVasha_denezhka_29676rub\r\n https://telegra.ph/KF-651440-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 18:46:29', 'web', '', NULL),
(9018, 'm.lapkin.au@gmail.com\r\n', 'b5545280dab8fa70194a494dccd44ee1', '9vyÐ¢oÐ»bko_Ñ‚Ð¸xo_855usd\r\n https://telegra.ph/KF-969815-11-27#\r\n', NULL, 'FALSE', '80.234.121.107', '2022-11-28 18:50:11', 'web', '', NULL),
(9019, 'leksei@gmail.com\r\n', '4722428d74dd725c6d6621139fc727f7', '2wrVozmite_valutu_782usd\r\n https://telegra.ph/KF-330538-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 19:19:04', 'web', '', NULL),
(9020, 'evrosud@gmail.com\r\n', 'bad27a7e80b48eb45df33c9e36be81c6', '3v5Vasha_denezhka_375dollar\r\n https://telegra.ph/KF-512464-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 19:24:07', 'web', '', NULL),
(9021, 'buhgalter.souzt@gmail.com\r\n', '952f3425f7cd4749357797c5f812b8bc', '5ljÐŸoÐ·Ð´paÐ²Ð»ÑÑŽ_36931rubl\r\n https://telegra.ph/KF-174242-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 19:27:04', 'web', '', NULL),
(9022, 'oksana-9@mail.ru\r\n', '251e4eeb777afb0a2e4f94259203bb0a', 'qjbTvoya_denezhka_30340rubl\r\n https://telegra.ph/KF-709115-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 19:31:06', 'web', '', NULL),
(9023, 'andrewifilin@gmail.com\r\n', '463c714c080add0006ebbe8a116ac455', 'mznÐ aÐ´ocÑ‚b_Ð²am_20312rub\r\n https://telegra.ph/KF-825842-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 19:34:06', 'web', '', NULL),
(9024, 'okosheleva61@gmail.com\r\n', '14409d21a508fad8c65f21f2d7c83195', 'zy9Vasha_viplata_18840rub\r\n https://telegra.ph/KF-511621-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 19:38:00', 'web', '', NULL),
(9025, 'starparts.zakaz@gmail.com\r\n', '7f089e1b48004b7a9bd59d6914196e62', 'kn4Zaberite_dengi_47057rub\r\n https://telegra.ph/KF-763709-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 19:41:05', 'web', '', NULL),
(9026, 'lesanmi01@gmail.com\r\n', '149cafde6925c9c0ddf669c76aadb36e', 'kmoÐ—aÐ»Ð¸cÐ»eÐ½Ñ‹_cpeÐ´cÑ‚Ð²a_1463usd\r\n https://telegra.ph/KF-405841-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 19:52:07', 'web', '', NULL),
(9027, 'kachur.dmitry@gmail.com\r\n', '7d0362dc44617cbad9688a79e472087e', 'bmgViplata_vasha_713usd\r\n https://telegra.ph/KF-391548-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 19:54:57', 'web', '', NULL),
(9028, 'annador13066@gmail.com\r\n', '8e468463ad99c4588b158ef3bb6661b2', 'lk0Zdes_vashe_879usd\r\n https://telegra.ph/KF-573846-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 19:59:06', 'web', '', NULL),
(9029, 'apetrovdev@gmail.com\r\n', '67b9bfabd2edc8b7a2892e4c10615b34', 'oa4Ð aÐ·Ð´aÑ‡a_Ð¿oÐ´apkoÐ²_27237rubl\r\n https://telegra.ph/KF-400039-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 20:06:08', 'web', '', NULL),
(9030, 'xraycrimea@gmail.com\r\n', '252ea260977a1433f2b80760c62fa3f8', 't03Vam_nachislenno_22176rub\r\n https://telegra.ph/KF-677606-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 20:09:01', 'web', '', NULL),
(9031, 'nnenne.nnaji@gmail.com\r\n', 'fdee94e9129b932984a214c130765a8a', 'o0rÐžcÑ‚aÐ»ocb_Ñ‚oÐ»bko_Ð²Ñ‹Ð²ecÑ‚Ð¸_43294rubl\r\n https://telegra.ph/KF-631472-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 20:16:02', 'web', '', NULL),
(9032, 'mtzh.contact@gmail.com\r\n', 'e2afde12488715ac92e797ea7e0a4412', '1v0Ð¡Ð¿Ð¸caÐ½Ð¸e_kpeÐ´Ð¸Ñ‚oÐ²_23348rub\r\n https://telegra.ph/KF-882332-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 20:24:48', 'web', '', NULL),
(9033, 'svetlana.kaluzhina@gmail.com\r\n', 'e9211fb55aad9a17583b1ff3e94ee354', 'r5bVam_nachislenno_43924rub\r\n https://telegra.ph/KF-621407-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 20:29:59', 'web', '', NULL),
(9034, 'restrf@gmail.com\r\n', '220d89271f85073aeb3798eaffb16a2f', '7ohVivodite_dengi_29986rubl\r\n https://telegra.ph/KF-755181-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 20:33:36', 'web', '', NULL),
(9035, 'rednikov@rgau-msha.ru\r\n', 'c082b8b153435a5db2aad04c75b5dd9a', 'y6zÐ¡Ñ‡acÑ‚bÑ_Ð²am_51842rub\r\n https://telegra.ph/KF-350343-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 20:38:50', 'web', '', NULL),
(9036, 'korshunovdv@gmail.com\r\n', '15f0d11cd7e853ca67aef91ee58bd670', '157Na_karte_dengi_17109rub\r\n https://telegra.ph/KF-57621-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 20:47:41', 'web', '', NULL),
(9037, 'htsoloeva98@gmail.com\r\n', 'a4611dd21f5cdefbfbb0ae468b33465a', 'vx5Ð”Ð¶ekÐ¿oÑ‚_538usd\r\n https://telegra.ph/KF-139224-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 20:51:04', 'web', '', NULL),
(9038, 'baranchikova@gmail.com\r\n', 'dd0c599c7a5443ca386c2a5187bfa33b', 'srlÐŸocobÐ¸e_27542rubl\r\n https://telegra.ph/KF-746198-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 20:59:59', 'web', '', NULL),
(9039, 'mialarija@gmail.com\r\n', '826dbe06a081760380abaaa8ee66ff37', 'b51Vam_nachislenno_47575rubl\r\n https://telegra.ph/KF-964476-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 21:08:41', 'web', '', NULL),
(9040, 'mai@exler.ru\r\n', '1b46eefe28402dec3fb64ac93c9540c9', 'zygÐŸocobÐ¸e_21777rubl\r\n https://telegra.ph/KF-245316-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 21:14:02', 'web', '', NULL),
(9041, 'tat-dream@yandex.ru\r\n', 'c280cb53669d8a19afe947ce3e3db711', '7hqÐ”Ð»Ñ_Ð²ac_22215rubl\r\n https://telegra.ph/KF-825842-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 21:17:32', 'web', '', NULL),
(9042, 'akhmedzianov@gmail.com\r\n', '3c520ee2b4ec1ebc7c63c08c0c572e9d', 'epiVam_nachislenno_1205usd\r\n https://telegra.ph/KF-806322-11-27-2#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 21:22:42', 'web', '', NULL),
(9043, 'emelyanova_mila@mail.ru\r\n', '70294fe86854adb622c67e6c3d1b156f', '5noViplata_tut_25554rub\r\n https://telegra.ph/KF-998181-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 21:34:20', 'web', '', NULL),
(9044, 'vladimir.korviakov@gmail.com\r\n', '83aa734d995abc39e5ca311784f7e635', '80nÐ”eÐ½bÐ³Ð¸_Ð½a_pemoÐ½Ñ‚_1411usd\r\n https://telegra.ph/KF-274882-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 21:53:57', 'web', '', NULL),
(9045, 'aimamrukova@siit.ru\r\n', '76cd20de072394ce1534870bb1703491', 'e9oVam_nachislenno_28297rub\r\n https://telegra.ph/KF-46909-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 21:58:05', 'web', '', NULL),
(9046, 'f2risa@gmail.com\r\n', 'ff16c62aa475c21cbb48d34481478c63', '03tÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½Ñ‹Ð¹_Ð¿epeÐ²oÐ´_19104rub\r\n https://telegra.ph/KF-927354-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:00:29', 'web', '', NULL),
(9047, 'al.shukhovtsev@mail.ru\r\n', '41ddc5f7c9c60c85a08318de2f2c8bcc', 'lc7Zabrat_denezhku_41346rubl\r\n https://telegra.ph/KF-316330-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:04:42', 'web', '', NULL),
(9048, 'mhakievam@gmail.com\r\n', '6eef6f17d5cad3df2efe57b4fba1a367', 'eknÐ¢oÐ»bko_Ñ‚Ð¸xo_13883rubl\r\n https://telegra.ph/KF-162792-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:07:05', 'web', '', NULL),
(9049, 'aliensvspredator1996@gmail.com\r\n', '279ee7fb50eefadd9908dda4b6f186c5', 'xzlÐ”oÐ¿oÐ»Ð½Ð¸Ñ‚eÐ»bÐ½aÑ_Ð·apÐ¿Ð»aÑ‚a_53387rub\r\n https://telegra.ph/KF-496533-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:11:12', 'web', '', NULL),
(9050, 'rsp-83@mail.ru\r\n', '29dabc4707a43d70c1570ee00b3a0445', 'i1lÐ”Ð¶ekÐ¿oÑ‚_345usd\r\n https://telegra.ph/KF-855707-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:13:31', 'web', '', NULL),
(9051, 'potolokinf@gmail.com\r\n', '7ec93a5da44a6f04d5cad72b96bf02fa', 'msyVam_nachislenno_1319usd\r\n https://telegra.ph/KF-575888-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:17:35', 'web', '', NULL),
(9052, '03500115@notary.ru\r\n', '4bffa3e9df5ba6ca1a04ce68550d7bf8', 'cvqÐžÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_1443dollar\r\n https://telegra.ph/KF-259143-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:19:57', 'web', '', NULL),
(9053, 'kovalevao798@gmail.com\r\n', '04cfad8744b7f033266a705169e90f35', '4iyÐžÐ¿Ð»aÑ‡Ð¸Ð²aem_Ð²aÑˆ_kpeÐ´Ð¸Ñ‚_Ð·a_cÑ‡eÑ‚_784dollar\r\n https://telegra.ph/KF-302682-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:26:27', 'web', '', NULL),
(9054, 'italysandakov@gmail.com\r\n', '3a0e5f241f8a00167b38f42ff1ca680e', 'gc1Ð’Ñ‹_boÐ³aÑ‚Ñ‹_Ñ‚eÐ¿epb_25955rubl\r\n https://telegra.ph/KF-191294-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:30:31', 'web', '', NULL),
(9055, 'ro100yspex@gmail.com\r\n', 'f85f381a3938d9b620827910b880ec9a', 'ljrTut_denezhka_25806rub\r\n https://telegra.ph/KF-518700-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:32:50', 'web', '', NULL),
(9056, 'lghodbani@gmail.com\r\n', '3f32c78d78ece0fa481be1df96428e7a', 'pszÐ’Ñ‹Ð¿Ð»aÑ‚y_Ð¿oÐ»yÑ‡Ð¸Ñ‚e_358dollar\r\n https://telegra.ph/KF-611902-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:37:04', 'web', '', NULL),
(9057, 'gin.ill@mail.ru\r\n', '55e656be520b7592a15b620f6426847f', '6w2Ð’oÐ·meÑ‰eÐ½Ð¸e_pacÑ‚paÑ‚_39080rubl\r\n https://telegra.ph/KF-676645-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:39:15', 'web', '', NULL),
(9058, 'ootballprospb@gmail.com\r\n', '3197397972a2e0a6109309a83a97d020', 'qdlÐžÐ»Ð¸Ð³apxÐ¸_paÐ·Ð´aÑŽÑ‚_Ð¿oÐ´apkÐ¸_21124rubl\r\n https://telegra.ph/KF-990986-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:43:33', 'web', '', NULL),
(9059, 'v.k.safonov@spbu.ru\r\n', 'cd85e4fdc86da821132bf80507164154', '7cdZabrat_denezhku_863usd\r\n https://telegra.ph/KF-84001-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:45:47', 'web', '', NULL),
(9060, 'dc-roa@cct.tomsk.gov.ru\r\n', '1807ceb4ebcd74f50b54a0dc0e8483da', 'wm3Vam_nachislenno_42194rub\r\n https://telegra.ph/KF-588941-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:50:00', 'web', '', NULL),
(9061, 'paltogschool@mail.ru\r\n', '16798c07f66424f5710ec46184913f01', '33aÐŸoÐ²eÐ·Ð»o_Ð²am_27292rub\r\n https://telegra.ph/KF-295513-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:52:12', 'web', '', NULL),
(9062, 'igor23290@gmail.com\r\n', 'aedf084e3996e3dbc5dbc709ed5db13b', 'it0Tut_denezhka_1090usd\r\n https://telegra.ph/KF-349987-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 22:56:38', 'web', '', NULL),
(9063, 'anonymous.hardware.design@gmail.com\r\n', 'ecaa7a8b7360b60ab2222dea42d4fd17', 't8yVam_nachislenno_954usd\r\n https://telegra.ph/KF-643688-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 23:03:11', 'web', '', NULL),
(9064, 'helenmiculich@gmail.com\r\n', '9f7614669ce2e58d7865b7334179450e', '901Ð”eÐ½bÐ³Ð¸_Ð¿oÐ»yÑ‡Ð¸Ñ‚e_35063rub\r\n https://telegra.ph/KF-339213-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 23:05:07', 'web', '', NULL),
(9065, 'anatoly.safonov@gmail.com\r\n', 'd64537e55ad8cf8a50fded1f126c74d1', 'zumZdes_vashe_10167rub\r\n https://telegra.ph/KF-648504-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 23:09:31', 'web', '', NULL),
(9066, 'egor200gk@gmail.com\r\n', '1ac1ce0e52d6c1ccf5d3b1e93f9ae092', 'd2dÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð·aÑ‚paÑ‚_51901rubl\r\n https://telegra.ph/KF-206187-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 23:16:04', 'web', '', NULL),
(9067, 'holderofwealth@gmail.com\r\n', '36cda476ce596b825eb600ddb7de2959', 'dnxÐ’aÑˆ_kÑÑˆ_23844rub\r\n https://telegra.ph/KF-741481-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 23:22:36', 'web', '', NULL),
(9068, 'contact.dns@gmail.com\r\n', '0a310d07f08db4541862bec6416254ba', 'egtVam_nachislenno_501usd\r\n https://telegra.ph/KF-607184-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 23:29:07', 'web', '', NULL),
(9069, 'nsinitsina@mcfr.ru\r\n', '50f3ecd2f3ab32161af78142da40314a', 't9iZaberite_dengi_672usd\r\n https://telegra.ph/KF-791893-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 23:31:03', 'web', '', NULL),
(9070, 'belousovaak@gmail.com\r\n', '40efe524873abbe105703e4707e7e8f8', 'vmmÐ”aÑŽ_Ð´eÐ½bÐ³Ð¸_Ð½a_kpeÐ´Ð¸Ñ‚_345usd\r\n https://telegra.ph/KF-712085-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 23:35:37', 'web', '', NULL),
(9071, 'yanchuk1954@gmail.com\r\n', 'c613c5f00fa15f402ddd262a9b96ffd2', 'hrvVam_nachislenno_46793rubl\r\n https://telegra.ph/KF-980293-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 23:42:02', 'web', '', NULL),
(9072, 'dzenablogery@gmail.com\r\n', '67556bbeac9f2b3699a35ef7f7f7453e', 'a6yÐŸoÐ²eÐ·Ð»o_Ñ‚ebe_34309rub\r\n https://telegra.ph/KF-161340-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 23:43:54', 'web', '', NULL),
(9073, 'krasvoa@krasmaik.ru\r\n', '8f30841da6e159a87340bd7c983e75f1', 'fk5Vam_nachislenno_28623rubl\r\n https://telegra.ph/KF-477416-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 23:48:30', 'web', '', NULL),
(9074, 'karier35@gmail.com\r\n', 'a8e7ce7f20c8f10fdafd7cf9564b1f74', 'doqÐŸoÐ²eÐ·Ð»o_Ð²am_359dollar\r\n https://telegra.ph/KF-638617-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-28 23:56:49', 'web', '', NULL),
(9075, 'fedotovagalina61@gmail.com\r\n', '1257158e3775b7e487fce24f5ec1cf99', 'd99ÐaÑ‡Ð¸cÐ»eÐ½Ñ‹_cpeÐ´cÑ‚Ð²a_27792rub\r\n https://telegra.ph/KF-820687-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 00:01:20', 'web', '', NULL),
(9076, 'papin@math.asu.ru\r\n', '3bfbf727a7edc98f9ba44020a42e1b39', 'kgnÐ¢akoÐ³o_Ð¿oÐ´apka_Ð½e_oÐ¶Ð¸Ð´aÐ»_27870rubl\r\n https://telegra.ph/KF-465114-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 00:03:20', 'web', '', NULL),
(9077, 'olga.kukharenko@gmail.com\r\n', '8ed124c7e418741d97552e7587e4dbba', '0pqÐ‘oÐ»bÑˆaÑ_yÐ´aÑ‡a_41409rubl\r\n https://telegra.ph/KF-437985-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 00:07:35', 'web', '', NULL),
(9078, 'eronikakondrateva65@gmail.com\r\n', '3df6bdc9ad2fe4707b3fe5f8df50e0cd', '2y7Ð’aÑˆÐ¸_Ð´Ð²ecÑ‚Ð¸Ñ‚pÐ¸Ð´Ñ†aÑ‚b_Ñ‚Ñ‹cÑÑ‡_1109dollar\r\n https://telegra.ph/KF-192270-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 00:09:48', 'web', '', NULL),
(9079, 'lilith.zakharyan@gmail.com\r\n', 'cc6199378255db82aa0f71cb51641749', 'ul3Hvatayte_dengi_17561rub\r\n https://telegra.ph/KF-199133-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 00:20:27', 'web', '', NULL),
(9080, 'baltvedomosti@gmail.com\r\n', 'c209ef14492efe1e7fe7a9d90f401633', 'zvnÐ”aÑŽ_Ð´eÐ½bÐ³Ð¸_Ð½a_kpeÐ´Ð¸Ñ‚_1187dollar\r\n https://telegra.ph/KF-503097-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 00:26:45', 'web', '', NULL),
(9081, 'koroleva.m.i@muctr.ru\r\n', '975461be6c1d4b572d0ba4d253bb2377', 'zqxÐ’Ð½Ð¸maÐ½Ð¸e_paÐ·Ð´aÑ‡a_360usd\r\n https://telegra.ph/KF-838553-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 00:33:25', 'web', '', NULL),
(9082, 'robojat@gmail.com\r\n', 'e176689f5e522795c8030af4c5083c04', 'bhtVam_nachislenno_44144rubl\r\n https://telegra.ph/KF-635621-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 00:39:52', 'web', '', NULL),
(9083, 'feoktistova.em@gmail.com\r\n', '6546ecf53cf82f9a9e8ca11a327376a1', '3xvÐy_Ð¿oÐ²eÐ·Ð»o_51869rubl\r\n https://telegra.ph/KF-396437-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 00:46:23', 'web', '', NULL),
(9084, 'grigorijtrusov196@gmail.com', 'd81c9a64be2d2c2b3b8cf6f526497884', 'RobertNaise', NULL, 'FALSE', '31.173.80.226', '2022-11-29 00:52:08', 'web', '', NULL),
(9085, 'beetlemag@beetlemag.com\r\n', '1e6478ed9153e5ef18ccc1864facba2f', 'q0iVam_nachislenno_36845rubl\r\n https://telegra.ph/KF-464755-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 00:52:41', 'web', '', NULL),
(9086, 'spenskiy@kpi.kharkov.ua\r\n', 'ec3c190d8591daf418f65693958faa4f', 'xhbVam_nachislenno_1326usd\r\n https://telegra.ph/KF-92200-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 00:59:16', 'web', '', NULL),
(9087, 'japanesecenter@nsu.ru\r\n', '75904fe53448fffe55fc68b7f7437f45', 'aksTvoya_viplata_tut_45802rubl\r\n https://telegra.ph/KF-110698-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 01:14:37', 'web', '', NULL),
(9088, 'tkate@rambler.ru\r\n', 'd40608442708c1caf59cae0e103f020e', '9f7Ð”eÐ½bÐ³Ð¸_Ð²am_Ð½a_oÐ¿Ð»aÑ‚y_kpeÐ´Ð¸Ñ‚a-1036usd\r\n https://telegra.ph/KF-781490-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 01:18:59', 'web', '', NULL),
(9089, 'a.s.bezlepkin@gmail.com\r\n', 'c7261afe91350f1cd13399f6bd8673aa', 'epjÐ£Ð´aÑ‡Ð½o_Ð¿oÐ»yÑ‡Ð¸Ñ‚b_14117rubl\r\n https://telegra.ph/KF-222865-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 01:21:08', 'web', '', NULL),
(9090, 'philippe.courquin.1950@gmail.com\r\n', '52d50ca014ff2595002c109fae11af39', 'fx0Vashi_dengi_975dollar\r\n https://telegra.ph/KF-396021-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 01:25:30', 'web', '', NULL),
(9091, 'maria.vorobjeva@gmail.com\r\n', '770b98a613c8e745b26e5967aa05a72d', '7c1Ð—aÐ¿oÐ»yÑ‡Ð¸Ñ‚e_ÑÑ‚o_1076dollar\r\n https://telegra.ph/KF-597787-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 01:32:02', 'web', '', NULL),
(9092, 'anna08048@gmail.com\r\n', '95683c11a8ebe652577da276389a4b7f', 'zz4Vam_nachislenno_35265rub\r\n https://telegra.ph/KF-516455-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 01:33:55', 'web', '', NULL),
(9093, 'nataliya.safina1@gmail.com\r\n', 'e3657e1e2a085e03e8750c1b3d49a0ed', '0xwÐÐ¸komy_Ð½e_Ð³oÐ²opÐ¸_40780rubl\r\n https://telegra.ph/KF-285899-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 01:40:19', 'web', '', NULL),
(9094, 'vishniagova.dc@gmail.com\r\n', 'cd04730344a721833145c0e9700710f8', 'skeTut_denezhka_30168rub\r\n https://telegra.ph/KF-929245-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 01:46:46', 'web', '', NULL),
(9095, 'uristkolesov@gmail.com\r\n', 'eed17efaccec9e97742df34a0d1c7118', 'bhyVasha_zarplata_649usd\r\n https://telegra.ph/KF-118173-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 01:58:08', 'web', '', NULL),
(9096, 'boonkerteam@gmail.com\r\n', 'c0528844b42b932d68147f5a7fa99d38', 'an3Tvoya_denezhka_44749rubl\r\n https://telegra.ph/KF-704806-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 01:59:51', 'web', '', NULL),
(9097, 'armtech@gmail.com\r\n', '19cfb1a91baafaec52f09ca53af7b947', 'yrrNa_karte_dengi_50496rub\r\n https://telegra.ph/KF-73061-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 02:04:40', 'web', '', NULL),
(9098, 'asukras@gmail.com\r\n', 'ee9d33095696d0af282fc47aabae59b4', '0llVam_nachislenno_367dollar\r\n https://telegra.ph/KF-775255-11-27-2#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 02:06:20', 'web', '', NULL),
(9099, 'anna.nickolaevna03@icloud.com\r\n', 'abaffb0662dac71858b6e67831b4039a', 'yrrHvatayte_dengi_36995rubl\r\n https://telegra.ph/KF-49879-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 02:12:45', 'web', '', NULL),
(9100, 'timik68@gmail.com\r\n', 'a7b719832b9d88e0ff91a0a72aeb3fd5', 'u09Sredstva_polucheni_37837rub\r\n https://telegra.ph/KF-978095-11-27#\r\n', NULL, 'FALSE', '80.234.77.80', '2022-11-29 02:19:13', 'web', '', NULL),
(9101, 'ekaterina.panina@richt.ru\r\n', '704e0b12bc52d1b4828dba068f55a463', 'cc6Vam_nachislenno_354usd\r\n https://telegra.ph/KF-381197-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 02:28:15', 'web', '', NULL),
(9102, 'tobemum.ru@gmail.com\r\n', 'e4d57d453cbfda0bcc5b71a6656459d1', 'nhwVam_nachislenno_8790rub\r\n https://telegra.ph/KF-181974-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 02:30:55', 'web', '', NULL),
(9103, 'anya77777@gmail.com\r\n', '0180ce0827dc95a203494a75ce38efe0', 'lulÐ¢yÑ‚_Ð²aÑˆÐ¸_Ð´eÐ½bÐ³Ð¸_26439rubl\r\n https://telegra.ph/KF-20302-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 02:34:05', 'web', '', NULL),
(9104, 'dimsav94@gmail.com\r\n', '1c1110e9bbe8e7cc83d3b4f05fea264c', 'k86Vashi_dengi_11488rubl\r\n https://telegra.ph/KF-348567-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 02:37:26', 'web', '', NULL),
(9105, 'otks@narod.ru\r\n', '35d157866c5308d143224ae56e869970', '4nrVam_nachislenno_32446rubl\r\n https://telegra.ph/KF-44723-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 02:40:38', 'web', '', NULL),
(9106, 'nikshen530@gmail.com\r\n', '23a40296962693596a6cc700b358cdac', '28oÐ‘abocÐ¸kÐ¸_yÐ¶e_Ð½a_kapÑ‚e_30022rub\r\n https://telegra.ph/KF-793440-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 02:43:55', 'web', '', NULL),
(9107, 'n.dymovich@gmail.com\r\n', '0f608f5cfe3f47ab4f6262d5968a53a0', '5w8Ð”eÐ½ÑŽÐ¶ka_Ð¿pÐ¸ÑˆÐ»a_1482usd\r\n https://telegra.ph/KF-807635-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 02:47:15', 'web', '', NULL),
(9108, 'papka1919@gmail.com\r\n', '9cf7a4c73a7d265c5dd31764ab990bdd', 'zn2Ð aÐ·beÐ¹_kybÑ‹Ñˆky_949dollar\r\n https://telegra.ph/KF-917756-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 02:50:37', 'web', '', NULL),
(9109, 'bocharov@gmail.com\r\n', 'f9d1b285f554e81e4df515977151c922', 'oigVam_nachislenno_42624rubl\r\n https://telegra.ph/KF-389932-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 02:53:53', 'web', '', NULL),
(9110, '453@shko.la\r\n', '4816c243b3d8138a8caeb9a53ccc007b', 'aztVam_nachislenno_44938rubl\r\n https://telegra.ph/KF-833162-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 02:57:11', 'web', '', NULL),
(9111, 'dutov.nick@gmail.com\r\n', 'ccc29fe058a371c1670229166ed30c56', 'qmaVam_nachislenno_52275rubl\r\n https://telegra.ph/KF-881395-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 03:07:05', 'web', '', NULL),
(9112, 'graduss08@gmail.com\r\n', '761c03b10d675c6b162e6eeeb8f65ded', 'zcoVam_nachislenno_24310rubl\r\n https://telegra.ph/KF-850197-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 03:09:55', 'web', '', NULL),
(9113, 'lasnaidee@gmail.com\r\n', 'd3d59f1536e6cbd13d75a71ab76a6de3', 'j91Na_karte_dengi_34363rubl\r\n https://telegra.ph/KF-756673-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 03:13:21', 'web', '', NULL),
(9114, 'nikita.vanyasin@gmail.com\r\n', '23669d169346f007c8aa0fcbaa24747e', 'vttViplata_vasha_659usd\r\n https://telegra.ph/KF-464070-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 03:15:54', 'web', '', NULL),
(9115, 'nowarukrain2022@gmail.com\r\n', 'a90332ba2b8fb8480bb4621b7703f05b', 's5fHvatayte_dengi_34488rubl\r\n https://telegra.ph/KF-584607-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 03:18:18', 'web', '', NULL),
(9116, 'kulikov.egor4444@gmail.com\r\n', '33bdc28cf90bdbb48466a24460c120a4', '9ahDenezhka_vasha_526dollar\r\n https://telegra.ph/KF-224765-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 03:23:55', 'web', '', NULL),
(9117, 'molchanova@mfstyle.ru\r\n', '6dc01dd245b139636abce224b1eb0ee5', 'folÐ’am_Ð¿oÐ²eÐ·Ð»o-44477rubl\r\n https://telegra.ph/KF-282152-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 03:27:11', 'web', '', NULL),
(9118, 'evrointelligent@gmail.com\r\n', '9f9a0fcb3d6a3b205c3d4ac3c2c2cdbe', 'nofTut_denezhka_563dollar\r\n https://telegra.ph/KF-686693-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 03:30:09', 'web', '', NULL),
(9119, 'photo@alinamironova.com\r\n', '0403713885438924536e4ed8afcda5c3', 'awqVam_nachislenno_9183rub\r\n https://telegra.ph/KF-148715-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 03:33:19', 'web', '', NULL),
(9120, 't.tselovalnikova@gmail.ru\r\n', '29919e2df5a9599dc9db869db75da022', 'jihVasha_denezhka_25316rubl\r\n https://telegra.ph/KF-857441-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 03:38:35', 'web', '', NULL),
(9121, 'kabylkh@gmail.com\r\n', '4f6454833f3e517911649990310a6c63', 'ke3Ð‘aÐ½k_Ð²Ñ‹Ð¿Ð»aÑ‚Ð¸Ð»_Ð²am_29792rub\r\n https://telegra.ph/KF-503132-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 03:40:56', 'web', '', NULL),
(9122, 'fareniuk@gmail.com\r\n', 'd4f015c5fc4f5db034076f1d3ac65d21', '2y8Vam_nachislenno_28963rub\r\n https://telegra.ph/KF-627232-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 03:50:42', 'web', '', NULL),
(9123, 'ann.vaskova@gmail.com\r\n', 'cb0725e342199ee76d702fc70c4dd08d', 'w2nVam_nachislenno_27765rubl\r\n https://telegra.ph/KF-336590-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 03:53:52', 'web', '', NULL),
(9124, 'ryzdm71@gmail.com\r\n', 'abb608b113a10c17670a4a0f74a19aee', '7jqZdes_vashe_10495rubl\r\n https://telegra.ph/KF-385922-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 03:57:00', 'web', '', NULL),
(9125, 'aslan.charkazyan@gmail.com\r\n', 'b7955cca9fcfc341cf90827c9278fa4c', 'pq5Ð—abpaÑ‚b_Ð²Ñ‹Ð³oÐ´Ð½o_17112rub\r\n https://telegra.ph/KF-222132-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 04:00:24', 'web', '', NULL),
(9126, 'n.reznik@gmail.com\r\n', '3b5a57667389459013df5e19801df7a4', 'eixTut_denezhka_49304rub\r\n https://telegra.ph/KF-357784-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 04:03:30', 'web', '', NULL),
(9127, 'kapelnistayal@gmail.com\r\n', 'cf90b73631701fc8f59225babc7ebc11', 'i7zÐšapÑ‚a_oÐ´obpeÐ½a_24204rubl\r\n https://telegra.ph/KF-109210-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 04:10:06', 'web', '', NULL),
(9128, 'margarita-volovikova@ya.ru\r\n', '6c75864156974a8fe045685c5d7a1d15', 'r3eÐ¥Ð²aÑ‚Ð¸Ñ‚_paboÑ‚aÑ‚b_13806rub\r\n https://telegra.ph/KF-442393-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 04:16:56', 'web', '', NULL),
(9129, 'marinaudina74@gmail.com\r\n', '6bc8cf84b2cc77e3528b85efae11fb58', 'eypZaberite_dengi_20668rubl\r\n https://telegra.ph/KF-272992-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 04:20:24', 'web', '', NULL),
(9130, 'otime.post@gmail.com\r\n', '1b223bbb7df7de813ac1882b8d765170', 'g54Na_karte_dengi_16272rubl\r\n https://telegra.ph/KF-388345-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 04:30:17', 'web', '', NULL),
(9131, 'ak18-10@bk.ru\r\n', '580e817caaafc2c939d5903055e5e808', 'gaqVam_nachislenno_24647rubl\r\n https://telegra.ph/KF-359882-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 04:36:53', 'web', '', NULL),
(9132, 'tatadaparty@gmail.com\r\n', '5ae4a4f53c124404348ec514f4be4bba', 'q3aÐšÐ»Ð¸k_Ð¸cÑ‡acÑ‚be_14057rubl\r\n https://telegra.ph/KF-979554-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 04:43:30', 'web', '', NULL),
(9133, 'shargilona@gmail.com\r\n', '977a9200c1b3024de53ae155adb7be70', '3cb2022_Ð¿oÐ´apok_58827rub\r\n https://telegra.ph/KF-443163-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 04:50:14', 'web', '', NULL),
(9134, 'yuar2004@gmail.com\r\n', '978c7076bbceac2a14b5558742f4dd04', 'aa8ÐŸpÑm_oÐ³oÐ½b_1158usd\r\n https://telegra.ph/KF-724609-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 04:53:36', 'web', '', NULL),
(9135, 'dvoeglazov.alex@gmail.com\r\n', 'aebe89971bb6a8498988de751df9046b', 'tg6Ð¡Ñ‚o_Ñ‚Ñ‹cÑÑ‡_Ñ‚Ð²oÐ¸_44988rub\r\n https://telegra.ph/KF-179414-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 04:56:50', 'web', '', NULL),
(9136, 'kristine.farmanyan@gmail.com\r\n', '1618e34bce5c3d6cd3cb74d5e50a7df4', '938Vam_nachislenno_1284dollar\r\n https://telegra.ph/KF-555224-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 05:00:17', 'web', '', NULL),
(9137, 'lena.vaskina.2017@mail.ru\r\n', '15bbd1136e27e845a31a27b52b56e07c', '8pmVam_nachislenno_17402rubl\r\n https://telegra.ph/KF-200517-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 05:03:23', 'web', '', NULL),
(9138, 'albondarenkob@gmail.com\r\n', '5f0e2f9702a95b9e8bff43d04f8cc394', '4inRazdacha_deneg_zdes_32533rub\r\n https://telegra.ph/KF-814294-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 05:06:57', 'web', '', NULL),
(9139, 'nguyencongdanh0109@gmail.com\r\n', 'caaf19618b5c8990f34cbb4863ddf27a', 'sn4Ð”eÐ½bÐ³Ð¸_oÐ½Ð¸_Ð²oÑ‚_39192rub\r\n https://telegra.ph/KF-910536-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 05:10:08', 'web', '', NULL),
(9140, 'putilov@iimm.kolasc.net\r\n', '8155e24ba76acfb3182f21bf404b3201', '3muVam_nachislenno_42339rub\r\n https://telegra.ph/KF-806747-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 05:16:45', 'web', '', NULL),
(9141, 'zyatkovra@gmail.com\r\n', '320665d80bdd2737f26049f562a35ee0', 'juxVam_nachislenno_43401rubl\r\n https://telegra.ph/KF-196547-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 05:26:33', 'web', '', NULL),
(9142, 'av613373@gmail.com\r\n', 'c179e90669ca7f213c9e464a8da0ac62', 'uwqÐ¥aÐ»ÑÐ²Ð½Ñ‹e_oÑ‚_Ñ„oÐ½Ð´a_57924rub\r\n https://telegra.ph/KF-833348-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 05:36:50', 'web', '', NULL),
(9143, 'genez7777@gmail.com\r\n', '9b425e886c753110c0bca9902dd140b0', 'yzzÐ‘Ð»aÐ³oe_Ð´eÐ»o_11760rubl\r\n https://telegra.ph/KF-349307-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 05:39:49', 'web', '', NULL),
(9144, 'info.ladea@gmail.com\r\n', '87497e3f17aa00bc594e53305149ccfe', 'ld9Ð”eÐ½bÐ³Ð¸_Ð²am_Ð½a_oÐ¿Ð»aÑ‚y_kpeÐ´Ð¸Ñ‚a-13208rubl\r\n https://telegra.ph/KF-161084-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 05:50:11', 'web', '', NULL),
(9145, 'ytsalko@gmail.com\r\n', '71fc9bf2a9c0dac88feaec610a1acb61', 'lqpÐ aÐ·boÐ³aÑ‚eÐ¹_29817rub\r\n https://telegra.ph/KF-245090-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 05:53:07', 'web', '', NULL),
(9146, 'veronika@mcde.osu.ru\r\n', '59035a7e32695ab02e0d2d06028bbc17', 'cvfÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_34421rubl\r\n https://telegra.ph/KF-276615-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 05:59:45', 'web', '', NULL),
(9147, 'remarket.kz@gmail.com\r\n', 'ff72234c5b082d6c2eedb67dca3cfaf2', 'vgvVivodite_dengi_29213rubl\r\n https://telegra.ph/KF-183206-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 06:03:19', 'web', '', NULL),
(9148, 'lsskvortsova@gmail.com\r\n', '0af0c5a00f73a7dec8f2740faeec5fc8', 'mdtViplata_vasha_17258rubl\r\n https://telegra.ph/KF-543334-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 06:06:28', 'web', '', NULL),
(9149, 'orel-school15@mail.ru\r\n', '4e2ea98a96dd4e6dd21cb14617d1600c', 'sb6Ð¥aÐ»ÑÐ²Ð½Ñ‹e_oÑ‚_Ñ„oÐ½Ð´a_35276rubl\r\n https://telegra.ph/KF-335608-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 06:16:29', 'web', '', NULL),
(9150, 'savsva@gmail.com\r\n', 'd8052cea1a8f27844ec571419fdbc452', 'dm7Ð—abÐ¸paÐ¹Ñ‚e_Ð´eÐ½bÐ³Ð¸_958usd\r\n https://telegra.ph/KF-687703-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 06:19:48', 'web', '', NULL),
(9151, 'marii3005@mail.ru\r\n', 'a0757e814dff1116cffc34327aa23322', 'c8bÐŸoÐ·Ð´paÐ²Ð»ÑÑŽ_28743rubl\r\n https://telegra.ph/KF-76877-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 06:22:57', 'web', '', NULL),
(9152, 'yai@chemdiv.com\r\n', 'a9b170ac256c894953a4f37eac0bc0c1', 'f2fVam_nachislenno_10558rub\r\n https://telegra.ph/KF-65668-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 06:26:30', 'web', '', NULL),
(9153, 'm-x-sambiev@mail.ru\r\n', '927998710c8d78762ebca1b28418e694', '5rjVam_nachislenno_389usd\r\n https://telegra.ph/KF-870012-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 06:29:37', 'web', '', NULL),
(9154, 'iakusheva.elizaveta@gmail.com\r\n', 'fb3c722825b26ce376e94531189db8a2', 'kgqÐŸoÐ´apoÑ‡Ð½Ñ‹e_Ð´eÐ½bÐ³Ð¸_40097rubl\r\n https://telegra.ph/KF-644819-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 06:36:25', 'web', '', NULL),
(9155, 'gromov.trader@gmail.com\r\n', '2ce93cc6a35bb347bc41e1031a815730', 'gdbÐžkaÐ·Ñ‹Ð²aem_ycÐ»yÐ³y_52350rub\r\n https://telegra.ph/KF-81614-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 06:39:51', 'web', '', NULL),
(9156, 'aslova.coach@gmail.com\r\n', '63bf7f0d1db027ebc4fff31f7e0930c7', '3d2Na_karte_dengi_556usd\r\n https://telegra.ph/KF-921970-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 06:43:10', 'web', '', NULL),
(9157, 'ethnocinema.days@gmail.com\r\n', 'ffedb9b0989c8d4f2883e10fd86b3d73', 'hw5Vivodite_dengi_13870rubl\r\n https://telegra.ph/KF-615316-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 06:46:23', 'web', '', NULL),
(9158, 'belinsyava@gmail.com\r\n', 'd5dbe3ce1dba2d9a355b4ea74e182b63', '850Tut_denezhka_12948rub\r\n https://telegra.ph/KF-166852-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 06:49:42', 'web', '', NULL),
(9159, 'press.ecology@gmail.com\r\n', 'e96fb51b4337cdc61d5f59a08d445c76', '11aÐ£cÐ»yÐ³a_Ð²oÐ·meÑ‰eÐ½Ð¸Ñ_32916rub\r\n https://telegra.ph/KF-69186-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 06:53:07', 'web', '', NULL),
(9160, 'sovcova.yulya@gmail.com\r\n', '5d67413dea2b87773bf7ead7ff4c689b', 'rolVam_nachislenno_1327dollar\r\n https://telegra.ph/KF-964476-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 06:59:47', 'web', '', NULL),
(9161, 'vladimir.zagatskij@klgtu.ru\r\n', '9b0b1dd8bbedc8894c9c53c14b612372', 'xdfVivodite_dengi_56199rub\r\n https://telegra.ph/KF-503219-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 07:03:01', 'web', '', NULL),
(9162, 'm.svetlana@zmkcom.com\r\n', '8f4a928d9e57d4cd75cdafcca41831a1', '5bfÐ—apÐ¿Ð»aÑ‚a_Ð¿oÐ¿oÐ»Ð½eÐ½a-17410rub\r\n https://telegra.ph/KF-645723-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 07:09:41', 'web', '', NULL),
(9163, 'arbitrexp@gmail.com\r\n', '58961ba1c0e73b53fe3e750e6f8896b7', '4w1Ð’Ñ‹_ÑÑ‚o_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_24147rubl\r\n https://telegra.ph/KF-736792-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 07:16:20', 'web', '', NULL),
(9164, 'tatjanaxinevich@gmail.com\r\n', 'cb19b217d4d8d2fdf818903ff17d264a', 'gq7ÐšybÑ‹Ñˆky_paÐ·beÐ¹_50480rub\r\n https://telegra.ph/KF-798052-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 07:23:01', 'web', '', NULL),
(9165, 'mgribov259@gmail.com\r\n', 'a6618653f04d45aa4e225ae0073bc74f', 'r87Ð—abÐ¸paÐ¹Ñ‚e_Ð´eÐ½bÐ³Ð¸_38566rub\r\n https://telegra.ph/KF-428925-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 07:26:08', 'web', '', NULL),
(9166, 'osobyid@gmail.com\r\n', 'c283f8c4a45a64a964831614a1af6096', 'qbaVam_nachislenno_21379rubl\r\n https://telegra.ph/KF-694961-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 07:29:39', 'web', '', NULL),
(9167, 'ndia@gmail.com\r\n', '21198370debc066baaa604f7a59d9f2a', '8plTut_denezhka_45229rub\r\n https://telegra.ph/KF-499981-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 07:32:43', 'web', '', NULL),
(9168, 'vgr68@mail.ru\r\n', '8b5bd6dd4cd1f13848ac33ff2a0c18bc', 'fg7Ð¢oÐ»bko_Ð²am_47323rubl\r\n https://telegra.ph/KF-187047-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 07:36:19', 'web', '', NULL),
(9169, 'beisenovalz67@gmail.com\r\n', 'ebf0317a59aa0de2a26757f597c14fb4', 'c42Vam_nachislenno_32538rubl\r\n https://telegra.ph/KF-926407-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 07:39:20', 'web', '', NULL),
(9170, 'etk.fma@gmail.com\r\n', '3c05ec9a7896a0e80dacf02802364cb1', 'pvsTut_denezhka_42339rub\r\n https://telegra.ph/KF-63960-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 07:43:02', 'web', '', NULL),
(9171, 'dmitry.vorontsov@axaltacs.com\r\n', '92c0dc8c9e4f4062c4954e983bc7aee4', '6s0Vam_nachislenno_27485rubl\r\n https://telegra.ph/KF-427296-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 07:49:43', 'web', '', NULL),
(9172, 'genabel98@gmail.com\r\n', '50ed4faecb496f9889b3857e6bdd96b1', 'zrpVam_nachislenno_18239rubl\r\n https://telegra.ph/KF-650125-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 07:52:25', 'web', '', NULL),
(9173, 'aleksandr-morgunov@yandex.ru\r\n', 'c6392a7b8ec7fb94f306b3b38e6ba9e6', 'gcmÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_Ð·a_10_Ð»eÑ‚_1017usd\r\n https://telegra.ph/KF-353528-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 07:56:15', 'web', '', NULL),
(9174, 'chaikoff.contakt@gmail.com\r\n', '59574f49191c572b9795bad1ae6505b8', 'yczÐžcÑ‚aÐ»ocb_Ð²Ñ‹Ð²ecÑ‚Ð¸_cpeÐ´cÑ‚Ð²a_26184rub\r\n https://telegra.ph/KF-179414-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 07:59:06', 'web', '', NULL),
(9175, 'olchanov@gmail.com\r\n', 'ed83ea2a2232447c96f80e81ad123762', 'uyeÐ¢oÐ»bko_Ð²am_46345rubl\r\n https://telegra.ph/KF-942088-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 08:03:05', 'web', '', NULL),
(9176, 'zvkgkh@gmail.com\r\n', 'c9cfc2f71d553dce5f555842a236ca3d', '3uhNa_karte_dengi_41450rubl\r\n https://telegra.ph/KF-986014-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 08:09:50', 'web', '', NULL),
(9177, 'sbchina@mail.ru\r\n', '13b8547814befdc83624758a1efb47c4', 'svtTut_denezhka_17695rub\r\n https://telegra.ph/KF-626990-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 08:19:10', 'web', '', NULL),
(9178, 'bogdanov-vladimir_83523@mail.ru\r\n', '885172e6dbea34260421aeeef73247fa', 'no024Ñ‡aca_Ð½a_Ð²Ñ‹Ð²oÐ´_Ð´eÐ½eÐ³_47959rubl\r\n https://telegra.ph/KF-597848-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 08:23:03', 'web', '', NULL);
INSERT INTO `old_user_login` (`Id`, `Email`, `Password`, `Name`, `Mobile`, `IsDeleted`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`) VALUES
(9179, 'leonova.tamila@mail.ru\r\n', 'd3a7d8f0becf7f2ce6c67f90d8892151', 'gbnTvoya_viplata_tut_18775rub\r\n https://telegra.ph/KF-783321-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 08:26:00', 'web', '', NULL),
(9180, 'shi.na.mi.ns.k2.0.1.5@gmail.com\r\n', 'e4394ccf353cffa388197b23d31fbd57', 'm5bÐ£cÐ»yÐ³a_Ð²oÐ·meÑ‰eÐ½Ð¸Ñ_42460rub\r\n https://telegra.ph/KF-167769-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 08:29:36', 'web', '', NULL),
(9181, 'phil@philosophy.pu.ru\r\n', '56b7a4d4adbfc8744f6a36361fae5fd0', '11odengi_zhdut-26446rub\r\n https://telegra.ph/KF-161011-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 08:32:39', 'web', '', NULL),
(9182, 'sergeinesterov37@gmail.com\r\n', '565135ba3cde17404b6fab6bba925667', '846ÐaÑ‡Ð¸cÐ»eÐ½Ð½a_Ð²Ñ‹Ð¿Ð»aÑ‚a_31953rubl\r\n https://telegra.ph/KF-80594-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 08:43:00', 'web', '', NULL),
(9183, 'nazbolpress@gmail.com\r\n', '2edf9b70eb385214c45a791a47eb44e1', 'ejlÐ­Ñ‚o_Ð½eÐ²epoÑÑ‚Ð½o_34314rubl\r\n https://telegra.ph/KF-143204-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 08:46:03', 'web', '', NULL),
(9184, 'olubovskaya@gmail.com\r\n', '63c7b42e9364350b31afefb6e1d4d23f', 'myxÐ”Ð»Ñ_Ð²ac_56031rub\r\n https://telegra.ph/KF-599473-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 08:49:41', 'web', '', NULL),
(9185, 'venetuliskristina@gmail.com\r\n', '7c4bae93ab5b5358ee9f0453dab4f65a', 'xclVasha_denezhka_9124rub\r\n https://telegra.ph/KF-521750-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 08:56:17', 'web', '', NULL),
(9186, 'faziulina@yandex.ru\r\n', '5b50200277dd96f7012340fcc1be5db0', '70eDenezhka_vasha_18959rub\r\n https://telegra.ph/KF-876674-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 08:59:29', 'web', '', NULL),
(9187, 'kot.kino73@gmail.com\r\n', '987144664f43d1c6c8c6ee3d9823cdfd', '148Ð’aÑˆÐ¸_Ð´eÐ½bÐ³Ð¸_Ñ‚yÑ‚_19486rub\r\n https://telegra.ph/KF-167769-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 09:03:00', 'web', '', NULL),
(9188, 'trastudm@gmail.com\r\n', '17e30a68abef7b9bb0765f68b497a685', 'umvÐ’aÑˆÐ¸_Ñ‚yÑ‚_Ð´eÐ½bÐ³Ð¸_38887rubl\r\n https://telegra.ph/KF-754637-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 09:06:00', 'web', '', NULL),
(9189, 'elena_kulikova65@mail.ru\r\n', '85fd8f96cbbdd88e62f0d6290cc9e217', '2weZaberite_dengi_41658rubl\r\n https://telegra.ph/KF-881028-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 09:09:52', 'web', '', NULL),
(9190, 'alorodov@gmail.com\r\n', 'f1d3b6d2163205b9a7b9a4b78df533a6', 'i6jÐ‘epÐ¸Ñ‚e_59320rub\r\n https://telegra.ph/KF-689255-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 09:12:39', 'web', '', NULL),
(9191, 'sergey.dobrynin@gmail.com\r\n', 'e51ffda8f2224b0fc599c80731a409e5', 'hd3Denezhka_vasha_30538rub\r\n https://telegra.ph/KF-438919-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 09:19:33', 'web', '', NULL),
(9192, 'eparhiyant@gmail.com\r\n', 'facd7815c6c3978a4c5be5d3ba0d3eb7', 'oplVam_nachislenno_482dollar\r\n https://telegra.ph/KF-450043-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 09:23:22', 'web', '', NULL),
(9193, 'dignatov@hse.ru\r\n', '8a8182e4db86a7bdd47616cf8ccd5af2', '2slÐ—abpaÑ‚b_moÐ¶Ð½o_50402rubl\r\n https://telegra.ph/KF-422968-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 09:29:59', 'web', '', NULL),
(9194, 'anna4mana4@gmail.com\r\n', '81561cd8400a74a69810fcfefab5450c', '2xzViplata_vasha_1411dollar\r\n https://telegra.ph/KF-474286-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 09:32:48', 'web', '', NULL),
(9195, 'e.popova@resttrest.ru\r\n', '1a3cd36a04c5cd1584a95a9ebcda73bd', '7hrÐ’Ñ‹Ð¿Ð»aÑ‚a_43729rubl\r\n https://telegra.ph/KF-743295-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 09:36:38', 'web', '', NULL),
(9196, 'rozamur2601@mail.ru\r\n', '0ef19974404999ff85a3b078b61fb69e', 'lorVam_nachislenno_44116rubl\r\n https://telegra.ph/KF-737927-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 09:43:14', 'web', '', NULL),
(9197, 'kosarukovzs@gmail.com\r\n', '2bc5d4230591a585b00b7e34b3225c1c', 'bhoVam_nachislenno_714dollar\r\n https://telegra.ph/KF-204507-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 09:46:08', 'web', '', NULL),
(9198, 'clubrun18@gmail.com\r\n', '1429bce584f4cb1d978978e2c7c594a4', '29aÐ—Ð²epb_Ð²Ñ‹Ð¿Ð»aÑ‚a_37177rub\r\n https://telegra.ph/KF-430605-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 09:52:49', 'web', '', NULL),
(9199, 'el.ol.popova@gmail.com\r\n', 'c736e7e277af741fe4c524c88e854c4f', 'l40Ð¢Ð²oÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_657usd\r\n https://telegra.ph/KF-980986-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 10:03:05', 'web', '', NULL),
(9200, 'touched@mail.ru\r\n', 'c953ba2e30ddfa565ad2e1be663f8213', 'qw2Na_karte_dengi_53978rub\r\n https://telegra.ph/KF-67514-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 10:06:12', 'web', '', NULL),
(9201, 'sosh26@inbox.ru\r\n', '2b909c0a2eeb1bfe312938e6bf530337', 'bhpÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð²aÑˆa_22277rub\r\n https://telegra.ph/KF-55337-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 10:12:48', 'web', '', NULL),
(9202, 'sgerasimova69@gmail.com\r\n', '3e01fc2e5a2be6a91c6be94d80f95b73', '48mHvatayte_dengi_1477usd\r\n https://telegra.ph/KF-614975-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 10:25:58', 'web', '', NULL),
(9203, 'roslovairinajurievna@gmail.com\r\n', '97d8a141270e71fd4f88e07e1ece6832', 'a7fÐ¡peÐ´cÑ‚Ð²a_Ð½aÑ‡Ð¸cÐ»eÐ½Ñ‹_20333rub\r\n https://telegra.ph/KF-653525-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 10:29:47', 'web', '', NULL),
(9204, 'alisabaturo@gmail.com\r\n', 'cfde8b3b4a0218a350051cf6a84e8fbe', '950Ð‘aÐ»aÐ½c_kapÑ‚Ñ‹_Ð²Ñ‹Ð²oÐ´_511usd\r\n https://telegra.ph/KF-811362-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 10:32:44', 'web', '', NULL),
(9205, 'ukrtekstilsnab@gmail.com\r\n', '0af17818afd221fb2b0c3be0bf02c495', 'z4gÐšÑÑˆ_Ð²aÑˆ_12418rub\r\n https://telegra.ph/KF-566392-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 10:36:29', 'web', '', NULL),
(9206, 'pressa@amkar.org\r\n', '84fe3b798d2e511fcadbb1623a0c3da6', 'y1zÐ¢oÐ»bko_Ñ‚Ð¸xo_9655rub\r\n https://telegra.ph/KF-544333-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 10:39:23', 'web', '', NULL),
(9207, 'sheiko.vadim@rambler.ru\r\n', '070e6be03ffe60fc90d9b80b1e57b47e', 'bizÐŸoÐ²eÐ·Ð»o_Ñ‚ebe_59356rub\r\n https://telegra.ph/KF-926910-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 10:43:03', 'web', '', NULL),
(9208, 'wastingtimefilmart@gmail.com\r\n', 'e1ffeecaaf426713c04b6945a9e124aa', 'poiÐ¢yÑ‚_Ð²aÑˆÐ¸_Ð´eÐ½bÐ³Ð¸_38773rub\r\n https://telegra.ph/KF-405841-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 10:46:01', 'web', '', NULL),
(9209, 'tzarev73@gmail.com\r\n', '173f7df87bbbde15dfd50a7ec24d5351', 'u2dÐšpeÐ´Ð¸Ñ‚_Ð¿oÑ‡Ñ‚Ð¸_Ð·akpÑ‹Ñ‚_679dollar\r\n https://telegra.ph/KF-100694-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 10:49:51', 'web', '', NULL),
(9210, 'plamitar12@gmail.com\r\n', '122b710a433a920f34a42e7f30c286da', '83dVivodite_dengi_660usd\r\n https://telegra.ph/KF-683644-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 10:52:30', 'web', '', NULL),
(9211, 'stroibaza2017@gmail.com\r\n', '57d5777e3905de3ba915df86a349e35e', '0ktÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð·aÑ‚paÑ‚_27643rubl\r\n https://telegra.ph/KF-708239-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 10:56:27', 'web', '', NULL),
(9212, 'retsepshn.taroma@gmail.com\r\n', '10c4dc5d1ebd5f3d2f787c3053ea25ae', 'w4qÐ¢Ð²oe_Ð·aÑ‡Ð¸cÐ»eÐ½Ð¸e_374dollar\r\n https://telegra.ph/KF-690582-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 10:59:13', 'web', '', NULL),
(9213, 'irina.a.morozova@rosbank.ru\r\n', 'e1b43d436dbc75905d0c22e186137841', 'i5iHvatayte_dengi_41581rub\r\n https://telegra.ph/KF-365215-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 11:03:13', 'web', '', NULL),
(9214, 'lu94meleksima@gmail.com\r\n', '4e31c1f26707a23ec116d0e3eb8577f2', 'tsjZaberite_dengi_27106rubl\r\n https://telegra.ph/KF-997431-11-27#\r\n', NULL, 'FALSE', '80.234.61.110', '2022-11-29 11:05:52', 'web', '', NULL),
(9215, 'info@van-verden.ru\r\n', '3c1aa880db8f796293d1e2470e2974b9', 'kruVozmite_valutu_28807rub\r\n https://telegra.ph/KF-526461-11-27#\r\n', NULL, 'FALSE', '212.32.208.147', '2022-11-29 11:30:52', 'web', '', NULL);

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

--
-- Table structure for table `orders`
--

CREATE TABLE `orders` (
  `Id` bigint(20) NOT NULL,
  `user_id` int(11) NOT NULL,
  `fullname` varchar(255) NOT NULL,
  `invoice_no` varchar(255) NOT NULL,
  `total` decimal(10,2) NOT NULL DEFAULT 0.00,
  `currency` enum('INR','USD') NOT NULL DEFAULT 'INR',
  `payment_option` enum('CC','VPP','DD') NOT NULL DEFAULT 'DD',
  `status` enum('Paid','NotPaid','Declined','Pending','Executed') NOT NULL,
  `placed_on` datetime NOT NULL,
  `discount` float NOT NULL,
  `IsActive` char(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `orders`
--

INSERT INTO `orders` (`Id`, `user_id`, `fullname`, `invoice_no`, `total`, `currency`, `payment_option`, `status`, `placed_on`, `discount`, `IsActive`) VALUES
(1, 1, 'Santa Paul', 'INVELH1', 0.00, '', 'CC', '', '2015-07-16 17:11:36', 0, '1'),
(2, 17, 'Santa Paul', 'INVELH2', 1071.00, '', 'CC', '', '2015-07-16 17:12:56', 0, '1'),
(3, 17, 'Santa Paul', 'INVELH3', 615.00, '', 'CC', 'NotPaid', '2015-07-16 17:22:17', 0, '1'),
(1437047678, 17, 'Santa Paul', 'INVELH1437047678', 615.00, '', 'CC', '', '2015-07-16 17:24:38', 0, '1'),
(1437051633, 17, 'Santa Paul', 'INVELH1437051633', 2.00, '', 'CC', '', '2015-07-16 18:30:33', 0, '1'),
(1437054859, 17, 'Santa Paul', 'INVELH1437054859', 1.00, '', 'CC', '', '2015-07-16 19:24:19', 0, '1'),
(1437110266, 26, 'balachandar', 'INVELH1437110266', 497.25, '', 'VPP', 'Declined', '2015-07-17 10:47:46', 0, '1'),
(1437134237, 19, 'Test Partha', 'INVELH1437134237', 590.75, '', 'DD', '', '2015-07-17 17:27:17', 0, '1'),
(1437134834, 19, 'Test Partha', 'INVELH1437134834', 550.00, '', 'VPP', 'Pending', '2015-07-17 17:37:14', 0, '1'),
(1437140361, 27, 'Mahesh Gupta', 'INVELH1437140361', 1503.00, '', 'DD', '', '2015-07-17 19:09:21', 0, '1'),
(1437232003, 16, 'Sovik De', 'INVELH1437232003', 2126.60, '', 'CC', '', '2015-07-18 20:36:43', 263.4, '1'),
(1437233772, 28, 'DIBYENDU NARAYAN CHAKRABORTY', 'INVELH1437233772', 360.00, '', 'CC', 'Paid', '2015-07-18 21:06:12', 0, '1'),
(1437362001, 29, 'Pramod Athalye', 'INVELH1437362001', 722.50, '', 'CC', '', '2015-07-20 08:43:21', 0, '1'),
(1437376977, 26, 'balachandar', 'INVELH1437376977', 0.00, '', 'VPP', '', '2015-07-20 12:52:57', 0, '1'),
(1437383619, 26, 'balachandar', 'INVELH1437383619', 750.00, '', 'VPP', '', '2015-07-20 14:43:39', 0, '1'),
(1437395296, 31, 'Santa Paul', 'INVELH1437395296', 715.50, '', 'DD', '', '2015-07-20 17:58:16', 0, '1'),
(1437397274, 31, 'Santa Paul', 'INVELH1437397274', 715.50, '', 'VPP', '', '2015-07-20 18:31:14', 0, '1'),
(1437465253, 32, 'Bondre Mukund Pandurang', 'INVELH1437465253', 1219.75, '', 'CC', '', '2015-07-21 13:24:13', 0, '1'),
(1437465953, 32, 'Bondre Mukund Pandurang', 'INVELH1437465953', 1219.75, '', 'CC', '', '2015-07-21 13:35:53', 0, '1'),
(1437560174, 16, 'Sovik De', 'INVELH1437560174', 1557.58, '', 'CC', '', '2015-07-22 15:46:14', 128.92, '1'),
(1437634954, 24, 'Moitrayee Majumdar', 'INVELH1437634954', 860.50, '', 'DD', '', '2015-07-23 12:32:34', 0, '1'),
(1437636915, 24, 'Moitrayee Majumdar', 'INVELH1437636915', 2082.20, '', 'VPP', '', '2015-07-23 13:05:15', 262.8, '1'),
(1437651565, 31, 'Santa Paul', 'INVELH1437651565', 2173.92, '', 'CC', '', '2015-07-23 17:09:25', 257.58, '1'),
(1437661577, 33, 'Ravindra Babu y', 'INVELH1437661577', 1445.00, '', 'CC', '', '2015-07-23 19:56:17', 0, '1'),
(1437661940, 33, 'Ravindra Babu y', 'INVELH1437661940', 1445.00, '', 'CC', '', '2015-07-23 20:02:20', 0, '1'),
(1437663284, 33, 'Ravindra Babu y', 'INVELH1437663284', 1445.00, '', 'CC', '', '2015-07-23 20:24:44', 0, '1'),
(1437720281, 24, 'Moitrayee Majumdar', 'INVELH1437720281', 3101.08, '', 'DD', '', '2015-07-24 12:14:41', 409.92, '1'),
(1437720707, 24, 'Moitrayee Majumdar', 'INVELH1437720707', 3101.08, '', 'DD', '', '2015-07-24 12:21:47', 409.92, '1'),
(1437720992, 24, 'Moitrayee Majumdar', 'INVELH1437720992', 3101.08, '', 'VPP', '', '2015-07-24 12:26:32', 409.92, '1'),
(1437721005, 24, 'Moitrayee Majumdar', 'INVELH1437721005', 3101.08, '', 'CC', '', '2015-07-24 12:26:45', 409.92, '1'),
(1437722842, 24, 'Moitrayee Majumdar', 'INVELH1437722842', 3362.88, '', 'DD', '', '2015-07-24 12:57:22', 445.62, '1'),
(1437735999, 33, 'Ravindra Babu y', 'INVELH1437735999', 1445.00, '', 'CC', '', '2015-07-24 16:36:39', 0, '1'),
(1437737928, 31, 'Santa Paul', 'INVELH1437737928', 715.50, '', 'DD', '', '2015-07-24 17:08:48', 0, '1'),
(1437738001, 31, 'Santa Paul', 'INVELH1437738001', 715.50, '', 'CC', '', '2015-07-24 17:10:01', 0, '1'),
(1437754889, 33, 'Ravindra Babu y', 'INVELH1437754889', 1445.00, '', 'VPP', '', '2015-07-24 21:51:29', 0, '1'),
(1437919983, 34, 'DEEPAK GUPTA', 'INVELH1437919983', 1053.00, '', 'VPP', '', '2015-07-26 19:43:03', 0, '1'),
(1437920063, 34, 'DEEPAK GUPTA', 'INVELH1437920063', 1053.00, '', 'VPP', '', '2015-07-26 19:44:23', 0, '1'),
(1437988383, 16, 'Sovik De', 'INVELH1437988383', 2138.05, '', 'VPP', '', '2015-07-27 14:43:03', 157.95, '1'),
(1437988420, 16, 'Sovik De', 'INVELH1437988420', 2138.05, '', 'DD', '', '2015-07-27 14:43:40', 157.95, '1'),
(1437988429, 16, 'Sovik De', 'INVELH1437988429', 2138.05, '', 'CC', '', '2015-07-27 14:43:49', 157.95, '1'),
(1437995163, 31, 'Santa Paul', 'INVELH1437995163', 715.50, '', 'CC', '', '2015-07-27 16:36:03', 0, '1'),
(1437995181, 31, 'Santa Paul', 'INVELH1437995181', 715.50, '', 'DD', '', '2015-07-27 16:36:21', 0, '1'),
(1437995659, 31, 'Santa Paul', 'INVELH1437995659', 675.00, '', 'DD', '', '2015-07-27 16:44:19', 0, '1'),
(1437995677, 31, 'Santa Paul', 'INVELH1437995677', 675.00, '', 'DD', '', '2015-07-27 16:44:37', 0, '1'),
(1437997479, 31, 'Santa Paul', 'INVELH1437997479', 715.50, '', 'DD', '', '2015-07-27 17:14:39', 0, '1'),
(1438068916, 38, 'Karthi', 'INVELH1438068916', 497.25, '', 'CC', '', '2015-07-28 13:05:16', 0, '1'),
(1438083945, 38, 'Karthi', 'INVELH1438083945', 497.25, '', 'CC', '', '2015-07-28 17:15:45', 0, '1'),
(1438163326, 39, 'S.DEVANANDAN', 'INVELH1438163326', 1921.00, '', 'VPP', '', '2015-07-29 15:18:46', 0, '1'),
(1438164535, 24, 'Moitrayee Majumdar', 'INVELH1438164535', 4848.34, '', 'DD', '', '2015-07-29 15:38:55', 385.406, '1'),
(1438165644, 24, 'Moitrayee Majumdar', 'INVELH1438165644', 2672.05, '', 'CC', '', '2015-07-29 15:57:24', 208.95, '1'),
(1438341836, 40, 'ASSISTANT DIRECTOR (STAFF)', 'INVELH1438341836', 1035.00, '', 'VPP', '', '2015-07-31 16:53:56', 0, '1'),
(1438343882, 41, 'Yasharth Misra', 'INVELH1438343882', 850.00, '', 'VPP', '', '2015-07-31 17:28:02', 0, '1'),
(1438665952, 24, 'Moitrayee Majumdar', 'INVELH1438665952', 1977.84, '', 'DD', '', '2015-08-04 10:55:52', 152.663, '1'),
(1438674203, 42, 'hema', 'INVELH1438674203', 722.50, '', 'CC', '', '2015-08-04 13:13:23', 0, '1'),
(1438685865, 42, 'hema', 'INVELH1438685865', 722.50, '', 'CC', '', '2015-08-04 16:27:45', 0, '1'),
(1438776142, 24, 'Moitrayee Majumdar', 'INVELH1438776142', 4969.75, '', 'VPP', '', '2015-08-05 17:32:22', 395.25, '1'),
(1438785063, 43, 'Deepashree Das', 'INVELH1438785063', 355.50, '', 'VPP', '', '2015-08-05 20:01:03', 0, '1'),
(1438800526, 45, 'nikita bardhan', 'INVELH1438800526', 590.75, '', 'VPP', '', '2015-08-06 00:18:46', 0, '1'),
(1438850002, 46, 'Venugopal', 'INVELH1438850002', 722.50, '', 'CC', '', '2015-08-06 14:03:22', 0, '1'),
(1439149966, 47, 'Abhishek Kumar', 'INVELH1439149966', 590.75, '', 'VPP', '', '2015-08-10 01:22:46', 0, '1'),
(1439185835, 31, 'Santa Paul', 'INVELH1439185835', 715.50, '', 'VPP', '', '2015-08-10 11:20:35', 0, '1'),
(1439188420, 31, 'Santa Paul', 'INVELH1439188420', 715.50, '', 'DD', '', '2015-08-10 12:03:40', 0, '1'),
(1439188653, 31, 'Santa Paul', 'INVELH1439188653', 2290.50, '', 'VPP', '', '2015-08-10 12:07:33', 0, '1'),
(1439190460, 31, 'Santa Paul', 'INVELH1439190460', 1521.50, '', 'DD', '', '2015-08-10 12:37:40', 0, '1'),
(1439192620, 31, 'Santa Paul', 'INVELH1439192620', 1136.00, '', 'VPP', '', '2015-08-10 13:13:40', 0, '1'),
(1439195892, 31, 'Santa Paul', 'INVELH1439195892', 1332.50, '', 'VPP', '', '2015-08-10 14:08:12', 0, '1'),
(1439226941, 48, 'RAVI SHANKAR', 'INVELH1439226941', 1445.00, '', 'VPP', '', '2015-08-10 22:45:41', 0, '1'),
(1439359586, 24, 'Moitrayee Majumdar', 'INVELH1439359586', 4271.65, '', 'VPP', '', '2015-08-12 11:36:26', 346.35, '1'),
(1439361694, 24, 'Moitrayee Majumdar', 'INVELH1439361694', 1761.00, '', 'CC', '', '2015-08-12 12:11:34', 0, '1'),
(1439375312, 50, 'Kaushick Banerjee', 'INVELH1439375312', 1305.00, '', 'VPP', '', '2015-08-12 15:58:32', 0, '1'),
(1439379690, 51, 'amit', 'INVELH1439379690', 200.00, '', 'CC', '', '2015-08-12 17:11:30', 0, '1'),
(1439389200, 52, 'ARUN KUMAR MISRA', 'INVELH1439389200', 715.50, '', 'CC', '', '2015-08-12 19:50:00', 0, '1'),
(1439566374, 53, 'Balakrishna Kurup N P', 'INVELH1439566374', 945.00, '', 'VPP', '', '2015-08-14 21:02:54', 0, '1'),
(1439800645, 55, 'AR RAJKUMAR', 'INVELH1439800645', 722.50, '', 'CC', '', '2015-08-17 14:07:25', 0, '1'),
(1439808096, 57, 'Santa Paul', 'INVELH1439808096', 630.00, '', 'DD', '', '2015-08-17 16:11:36', 0, '1'),
(1439810595, 57, 'Santa Paul', 'INVELH1439810595', 0.01, '', 'CC', '', '2015-08-17 16:53:15', 0, '1'),
(1439810634, 57, 'Santa Paul', 'INVELH1439810634', 0.01, '', 'CC', '', '2015-08-17 16:53:54', 0, '1'),
(1439810642, 57, 'Santa Paul', 'INVELH1439810642', 0.01, '', 'CC', '', '2015-08-17 16:54:02', 0, '1'),
(1439810645, 57, 'Santa Paul', 'INVELH1439810645', 0.01, '', 'CC', '', '2015-08-17 16:54:05', 0, '1'),
(1439810655, 57, 'Santa Paul', 'INVELH1439810655', 0.01, '', 'CC', '', '2015-08-17 16:54:15', 0, '1'),
(1439810660, 57, 'Santa Paul', 'INVELH1439810660', 0.01, '', 'CC', '', '2015-08-17 16:54:20', 0, '1'),
(1439810922, 57, 'Santa Paul', 'INVELH1439810922', 0.90, '', 'CC', '', '2015-08-17 16:58:42', 0, '1'),
(1439811330, 57, 'Santa Paul', 'INVELH1439811330', 0.90, '', 'CC', '', '2015-08-17 17:05:30', 0, '1'),
(1439873376, 24, 'Moitrayee Majumdar', 'INVELH1439873376', 780.50, '', 'DD', '', '2015-08-18 10:19:36', 0, '1'),
(1439873522, 24, 'Moitrayee Majumdar', 'INVELH1439873522', 780.50, '', 'CC', '', '2015-08-18 10:22:02', 0, '1'),
(1439976190, 60, 'Kashyap J Mehta', 'INVELH1439976190', 722.50, '', 'CC', '', '2015-08-19 14:53:10', 0, '1'),
(1439976635, 61, 'Jayeshkumar F. Lad', 'INVELH1439976635', 722.50, '', 'CC', '', '2015-08-19 15:00:35', 0, '1'),
(1439977014, 61, 'Jayeshkumar F. Lad', 'INVELH1439977014', 722.50, '', 'CC', '', '2015-08-19 15:06:54', 0, '1'),
(1439977034, 60, 'Kashyap J Mehta', 'INVELH1439977034', 722.50, '', 'CC', '', '2015-08-19 15:07:14', 0, '1'),
(1439977276, 60, 'Kashyap J Mehta', 'INVELH1439977276', 722.50, '', 'VPP', '', '2015-08-19 15:11:16', 0, '1'),
(1440229873, 63, 'Jadhvant G Patel', 'INVELH1440229873', 722.50, '', 'CC', '', '2015-08-22 13:21:13', 0, '1'),
(1440230330, 63, 'Jadhvant G Patel', 'INVELH1440230330', 1445.00, '', 'CC', '', '2015-08-22 13:28:50', 0, '1'),
(1440230928, 63, 'Jadhvant G Patel', 'INVELH1440230928', 722.50, '', 'CC', '', '2015-08-22 13:38:48', 0, '1'),
(1440231955, 63, 'Jadhvant G Patel', 'INVELH1440231955', 722.50, '', 'CC', '', '2015-08-22 13:55:55', 0, '1'),
(1440232523, 63, 'Jadhvant G Patel', 'INVELH1440232523', 0.00, '', 'CC', '', '2015-08-22 14:05:23', 0, '1'),
(1440232701, 63, 'Jadhvant G Patel', 'INVELH1440232701', 722.50, '', 'CC', '', '2015-08-22 14:08:21', 0, '1'),
(1440233853, 63, 'Jadhvant G Patel', 'INVELH1440233853', 2167.50, '', 'CC', '', '2015-08-22 14:27:33', 0, '1'),
(1440234191, 63, 'Jadhvant G Patel', 'INVELH1440234191', 2167.50, '', 'CC', '', '2015-08-22 14:33:11', 0, '1'),
(1440234929, 63, 'Jadhvant G Patel', 'INVELH1440234929', 2167.50, '', 'CC', '', '2015-08-22 14:45:29', 0, '1'),
(1440235815, 63, 'Jadhvant G Patel', 'INVELH1440235815', 1445.00, '', 'CC', '', '2015-08-22 15:00:15', 0, '1'),
(1440390999, 24, 'Moitrayee Majumdar', 'INVELH1440390999', 4018.26, '', 'CC', '', '2015-08-24 10:06:39', 534.99, '1'),
(1440391306, 24, 'Moitrayee Majumdar', 'INVELH1440391306', 4018.26, '', 'VPP', '', '2015-08-24 10:11:46', 534.99, '1'),
(1440482684, 57, 'Santa Paul', 'INVELH1440482684', 315.00, '', 'CC', '', '2015-08-25 11:34:44', 0, '1'),
(1440482711, 57, 'Santa Paul', 'INVELH1440482711', 315.00, '', 'CC', '', '2015-08-25 11:35:11', 0, '1'),
(1440482770, 57, 'Santa Paul', 'INVELH1440482770', 315.00, '', 'CC', '', '2015-08-25 11:36:10', 0, '1'),
(1440488636, 57, 'Santa Paul', 'INVELH1440488636', 1.00, '', 'CC', '', '2015-08-25 13:13:56', 0, '1'),
(1440673579, 24, 'Moitrayee Majumdar', 'INVELH1440673579', 3904.38, '', 'CC', '', '2015-08-27 16:36:19', 308.869, '1'),
(1440673618, 24, 'Moitrayee Majumdar', 'INVELH1440673618', 3904.38, '', 'CC', '', '2015-08-27 16:36:58', 308.869, '1'),
(1440998871, 57, 'Santa Paul', 'INVELH1440998871', 722.50, '', 'CC', '', '2015-08-31 10:57:51', 0, '1'),
(1440999215, 57, 'Santa Paul', 'INVELH1440999215', 1.00, '', 'CC', '', '2015-08-31 11:03:35', 0, '1'),
(1441083125, 65, 'Ashley Cusher', 'INVELH1441083125', 400.00, '', 'VPP', '', '2015-09-01 10:22:05', 0, '1'),
(1441202628, 16, 'Sovik De', 'INVELH1441202628', 1958.54, '', 'CC', '', '2015-09-02 19:33:48', 258.21, '1'),
(1441366336, 65, 'Ashley Cusher', 'INVELH1441366336', 10.00, '', 'VPP', '', '2015-09-04 17:02:16', 0, '1'),
(1441366378, 65, 'Ashley Cusher', 'INVELH1441366378', 10.00, '', 'VPP', '', '2015-09-04 17:02:58', 0, '1'),
(1441457053, 57, 'Santa Paul', 'INVELH1441457053', 315.00, '', 'CC', '', '2015-09-05 18:14:13', 0, '1'),
(1441482399, 67, 'R.B.Dayanand', 'INVELH1441482399', 2895.50, '', 'CC', '', '2015-09-06 01:16:39', 0, '1'),
(1441483084, 67, 'R.B.Dayanand', 'INVELH1441483084', 2895.50, '', 'CC', '', '2015-09-06 01:28:04', 0, '1'),
(1441641314, 68, 'Seejo', 'INVELH1441641314', 722.50, '', 'CC', '', '2015-09-07 21:25:14', 0, '1'),
(1441676185, 69, 'B Srinivas Setty', 'INVELH1441676185', 722.50, '', 'CC', '', '2015-09-08 07:06:25', 0, '1'),
(1441717551, 57, 'Santa Paul', 'INVELH1441717551', 315.00, '', 'CC', '', '2015-09-08 18:35:51', 0, '1'),
(1441717792, 57, 'Santa Paul', 'INVELH1441717792', 315.00, '', 'CC', '', '2015-09-08 18:39:52', 0, '1'),
(1441792960, 16, 'Sovik De', 'INVELH1441792960', 315.00, '', 'CC', '', '2015-09-09 15:32:40', 0, '1'),
(1441829686, 73, 'Vijay Krishna', 'INVELH1441829686', 2117.06, '', 'VPP', '', '2015-09-10 01:44:46', 288.69, '1'),
(1441872766, 73, 'Vijay Krishna', 'INVELH1441872766', 2117.06, '', 'CC', '', '2015-09-10 13:42:46', 288.69, '1'),
(1441971060, 74, 'S Krishna Pillai', 'INVELH1441971060', 722.50, '', 'CC', '', '2015-09-11 17:01:00', 0, '1'),
(1442050816, 75, 'Yogesh Chelawat', 'INVELH1442050816', 722.50, '', 'CC', '', '2015-09-12 15:10:16', 0, '1'),
(1442121309, 76, 'satheesh chandra raj', 'INVELH1442121309', 722.50, '', 'VPP', '', '2015-09-13 10:45:09', 0, '1'),
(1442165786, 77, 'Sreenath Nair', 'INVELH1442165786', 722.50, '', 'CC', '', '2015-09-13 23:06:26', 0, '1'),
(1442165947, 77, 'Sreenath Nair', 'INVELH1442165947', 722.50, '', 'CC', '', '2015-09-13 23:09:07', 0, '1'),
(1442231057, 57, 'Santa Paul', 'INVELH1442231057', 715.50, '', 'CC', '', '2015-09-14 17:14:17', 0, '1'),
(1442232079, 57, 'Santa Paul', 'INVELH1442232079', 715.50, '', 'CC', '', '2015-09-14 17:31:19', 0, '1'),
(1442232322, 78, 'SK MD OSMAN GANI ', 'INVELH1442232322', 325.00, '', 'VPP', '', '2015-09-14 17:35:22', 0, '1'),
(1442296117, 16, 'Sovik De', 'INVELH1442296117', 715.50, '', 'CC', '', '2015-09-15 11:18:37', 0, '1'),
(1442300966, 13, 'Sanjoy Chakraborti', 'INVELH1442300966', 3224.00, '', 'VPP', '', '2015-09-15 12:39:26', 0, '1'),
(1442729844, 82, 'THAMBAN P', 'INVELH1442729844', 787.50, '', 'VPP', '', '2015-09-20 11:47:24', 0, '1'),
(1442829588, 83, 'Shrinidhi Nandedkar', 'INVELH1442829588', 1219.75, '', 'CC', '', '2015-09-21 15:29:48', 0, '1'),
(1442834764, 84, 'Sandip Ulape', 'INVELH1442834764', 722.50, '', 'VPP', '', '2015-09-21 16:56:04', 0, '1'),
(1442904026, 85, 'Lodha Sagar Sumatilal ', 'INVELH1442904026', 722.50, '', 'CC', '', '2015-09-22 12:10:26', 0, '1'),
(1442917458, 86, 'Nishant Yadav', 'INVELH1442917458', 715.50, '', 'VPP', '', '2015-09-22 15:54:18', 0, '1'),
(1442939845, 87, 'awdhesh gupta', 'INVELH1442939845', 1498.50, '', 'VPP', '', '2015-09-22 22:07:25', 121.5, '1'),
(1443024423, 80, 'neel kamal pathak', 'INVELH1443024423', 652.50, '', 'VPP', '', '2015-09-23 21:37:03', 0, '1'),
(1443176396, 88, 'K.Jayakanthan', 'INVELH1443176396', 722.50, '', 'CC', '', '2015-09-25 15:49:56', 0, '1'),
(1443256981, 90, 'RAJU', 'INVELH1443256981', 722.50, '', 'VPP', '', '2015-09-26 14:13:01', 0, '1'),
(1443266889, 91, 'cyril peter', 'INVELH1443266889', 722.50, '', 'CC', '', '2015-09-26 16:58:09', 0, '1'),
(1443269749, 91, 'cyril peter', 'INVELH1443269749', 722.50, '', 'CC', '', '2015-09-26 17:45:49', 0, '1'),
(1443338441, 93, 'Awadhoot Nakhye', 'INVELH1443338441', 1931.40, '', 'VPP', '', '2015-09-27 12:50:41', 156.6, '1'),
(1443383694, 94, 'Anil Nainwal', 'INVELH1443383694', 234.00, '', 'VPP', '', '2015-09-28 01:24:54', 0, '1'),
(1443433089, 95, 'N. VAIDYANATHAN', 'INVELH1443433089', 722.50, '', 'CC', '', '2015-09-28 15:08:09', 0, '1'),
(1443538463, 96, 'SANJAY GUPTA', 'INVELH1443538463', 722.50, '', 'CC', '', '2015-09-29 20:24:23', 0, '1'),
(1443539535, 97, 'T.Viswanathan', 'INVELH1443539535', 722.50, '', 'VPP', '', '2015-09-29 20:42:15', 0, '1'),
(1443540415, 97, 'T.Viswanathan', 'INVELH1443540415', 324.00, '', 'CC', '', '2015-09-29 20:56:55', 0, '1'),
(1443540547, 96, 'SANJAY GUPTA', 'INVELH1443540547', 630.00, '', 'CC', '', '2015-09-29 20:59:07', 0, '1'),
(1443706152, 98, 'Dharmendra Kumar Singh', 'INVELH1443706152', 531.00, '', 'CC', '', '2015-10-01 18:59:12', 0, '1'),
(1443715237, 99, 'KRISHAN LAL', 'INVELH1443715237', 722.50, '', 'CC', '', '2015-10-01 21:30:37', 0, '1'),
(1443786925, 100, 'Mehrab', 'INVELH1443786925', 980.00, '', 'CC', '', '2015-10-02 17:25:25', 0, '1'),
(1444112704, 57, 'Santa Paul', 'INVELH1444112704', 0.00, '', 'CC', '', '2015-10-06 11:55:04', 0, '1'),
(1444112727, 57, 'Santa Paul', 'INVELH1444112727', 0.00, '', 'CC', '', '2015-10-06 11:55:27', 0, '1'),
(1444112764, 57, 'Santa Paul', 'INVELH1444112764', 0.00, '', 'DD', '', '2015-10-06 11:56:04', 0, '1'),
(1444114010, 57, 'Santa Paul', 'INVELH1444114010', 0.00, '', 'CC', '', '2015-10-06 12:16:50', 0, '1'),
(1444114127, 57, 'Santa Paul', 'INVELH1444114127', 0.00, '', 'CC', '', '2015-10-06 12:18:47', 0, '1'),
(1444114224, 57, 'Santa Paul', 'INVELH1444114224', 0.00, '', 'CC', '', '2015-10-06 12:20:24', 0, '1'),
(1444116447, 57, 'Santa Paul', 'INVELH1444116447', 0.00, '', 'CC', '', '2015-10-06 12:57:27', 0, '1'),
(1444117240, 57, 'Santa Paul', 'INVELH1444117240', 890.00, '', 'CC', '', '2015-10-06 13:10:40', 0, '1'),
(1444121772, 0, '', 'INVELH1444121772', 0.00, '', 'CC', '', '2015-10-06 14:26:12', 0, '1'),
(1444121803, 0, '', 'INVELH1444121803', 0.00, '', 'CC', '', '2015-10-06 14:26:43', 0, '1'),
(1444121868, 0, '', 'INVELH1444121868', 0.00, '', 'CC', '', '2015-10-06 14:27:48', 0, '1'),
(1444121900, 0, '', 'INVELH1444121900', 0.00, '', 'CC', '', '2015-10-06 14:28:20', 0, '1'),
(1444122095, 57, 'Santa Paul', 'INVELH1444122095', 890.00, '', 'CC', '', '2015-10-06 14:31:35', 0, '1'),
(1444123641, 57, 'Santa Paul', 'INVELH1444123641', 890.00, '', 'CC', '', '2015-10-06 14:57:21', 0, '1'),
(1444137733, 57, 'Santa Paul', 'INVELH1444137733', 1800.00, '', 'CC', '', '2015-10-06 18:52:13', 0, '1'),
(1444203491, 24, 'Moitrayee Majumdar', 'INVELH1444203491', 890.00, '', 'CC', '', '2015-10-07 13:08:11', 0, '1'),
(1444208304, 19, 'Test Partha', 'INVELH1444208304', 1595.00, '', 'CC', '', '2015-10-07 14:28:24', 0, '1'),
(1444208859, 19, 'Test Partha', 'INVELH1444208859', 3380.00, '', 'DD', '', '2015-10-07 14:37:39', 0, '1'),
(1444208906, 19, 'Test Partha', 'INVELH1444208906', 3380.00, '', 'VPP', '', '2015-10-07 14:38:26', 0, '1'),
(1444208961, 19, 'Test Partha', 'INVELH1444208961', 3380.00, '', 'VPP', '', '2015-10-07 14:39:21', 0, '1'),
(1444208971, 19, 'Test Partha', 'INVELH1444208971', 3380.00, '', 'DD', '', '2015-10-07 14:39:31', 0, '1'),
(1444209198, 19, 'Test Partha', 'INVELH1444209198', 3380.00, '', 'CC', '', '2015-10-07 14:43:18', 0, '1'),
(1444380771, 19, 'Test Partha', 'INVELH1444380771', 1995.00, '', 'CC', '', '2015-10-09 14:22:51', 0, '1'),
(1444388455, 19, 'Test Partha', 'INVELH1444388455', 350.00, '', 'DD', '', '2015-10-09 16:30:55', 0, '1'),
(1444403462, 104, '', 'INVELH1444403462', 750.00, '', 'VPP', '', '2015-10-09 20:41:02', 0, '1'),
(1444404044, 104, '', 'INVELH1444404044', 750.00, '', 'VPP', '', '2015-10-09 20:50:44', 0, '1'),
(1444404222, 104, '', 'INVELH1444404222', 750.00, '', 'CC', '', '2015-10-09 20:53:42', 0, '1'),
(1444453524, 13, 'Sanjoy Chakraborti', 'INVELH1444453524', 1690.00, '', 'DD', '', '2015-10-10 10:35:24', 0, '1'),
(1444453676, 13, 'Sanjoy Chakraborti', 'INVELH1444453676', 2485.00, '', 'VPP', '', '2015-10-10 10:37:56', 0, '1'),
(1444453696, 13, 'Sanjoy Chakraborti', 'INVELH1444453696', 2485.00, '', 'VPP', '', '2015-10-10 10:38:16', 0, '1'),
(1444453759, 24, 'Moitrayee Majumdar', 'INVELH1444453759', 750.00, '', 'DD', '', '2015-10-10 10:39:19', 0, '1'),
(1444453866, 57, 'Santa Paul', 'INVELH1444453866', 2500.00, '', 'VPP', '', '2015-10-10 10:41:06', 0, '1'),
(1444453879, 57, 'Santa Paul', 'INVELH1444453879', 2500.00, '', 'CC', '', '2015-10-10 10:41:19', 0, '1'),
(1444453907, 57, 'Santa Paul', 'INVELH1444453907', 2500.00, '', 'DD', '', '2015-10-10 10:41:47', 0, '1'),
(1444639528, 57, 'Santa Paul', 'INVELH1444639528', 817.50, '', 'VPP', '', '2015-10-12 14:15:28', 0, '1'),
(1444639708, 57, 'Santa Paul', 'INVELH1444639708', 817.50, '', 'VPP', '', '2015-10-12 14:18:28', 0, '1'),
(1444640230, 57, 'Santa Paul', 'INVELH1444640230', 817.50, '', 'VPP', '', '2015-10-12 14:27:10', 0, '1'),
(1444719786, 13, 'Sanjoy Chakraborti', 'INVELH1444719786', 715.50, '', 'VPP', '', '2015-10-13 12:33:06', 0, '1'),
(1444720518, 13, 'Sanjoy Chakraborti', 'INVELH1444720518', 1572.50, '', 'CC', '', '2015-10-13 12:45:18', 0, '1'),
(1444720806, 13, 'Sanjoy Chakraborti', 'INVELH1444720806', 1572.50, '', 'DD', '', '2015-10-13 12:50:06', 0, '1'),
(1444826701, 105, 'Chandra Ravi Shankar', 'INVELH1444826701', 722.50, '', 'VPP', '', '2015-10-14 18:15:01', 0, '1'),
(1444885734, 107, 'Raja H Venkata Satya', 'INVELH1444885734', 722.50, '', 'CC', '', '2015-10-15 10:38:54', 0, '1'),
(1444893321, 108, '', 'INVELH1444893321', 1445.00, '', 'VPP', '', '2015-10-15 12:45:21', 0, '1'),
(1444893463, 108, '', 'INVELH1444893463', 722.50, '', 'VPP', '', '2015-10-15 12:47:43', 0, '1'),
(1444893590, 108, '', 'INVELH1444893590', 722.50, '', 'CC', '', '2015-10-15 12:49:50', 0, '1'),
(1445055068, 109, 'Sumanta Podder', 'INVELH1445055068', 400.00, '', 'VPP', '', '2015-10-17 09:41:08', 0, '1'),
(1445187383, 78, 'SK MD OSMAN GANI ', 'INVELH1445187383', 1075.50, '', 'CC', '', '2015-10-18 22:26:23', 0, '1'),
(1445257651, 110, 'e.ganapathisubramanian', 'INVELH1445257651', 722.50, '', 'CC', '', '2015-10-19 17:57:31', 0, '1'),
(1445312141, 78, 'SK MD OSMAN GANI ', 'INVELH1445312141', 360.00, '', 'CC', '', '2015-10-20 09:05:41', 0, '1'),
(1445312595, 78, 'SK MD OSMAN GANI ', 'INVELH1445312595', 360.00, '', 'CC', '', '2015-10-20 09:13:15', 0, '1'),
(1445312762, 78, 'SK MD OSMAN GANI ', 'INVELH1445312762', 360.00, '', 'VPP', '', '2015-10-20 09:16:02', 0, '1'),
(1445502616, 111, '', 'INVELH1445502616', 722.50, '', 'CC', '', '2015-10-22 14:00:16', 0, '1'),
(1445693615, 113, '', 'INVELH1445693615', 497.25, '', 'VPP', '', '2015-10-24 19:03:35', 0, '1'),
(1446034374, 114, 's.v. manohar', 'INVELH1446034374', 1190.00, '', 'CC', '', '2015-10-28 17:42:54', 0, '1'),
(1446115406, 13, 'Sanjoy Chakraborti', 'INVELH1446115406', 315.00, '', 'VPP', '', '2015-10-29 16:13:26', 0, '1'),
(1446122233, 117, '', 'INVELH1446122233', 722.50, '', 'CC', '', '2015-10-29 18:07:13', 0, '1'),
(1446215208, 118, 'PALASH', 'INVELH1446215208', 722.50, '', 'VPP', '', '2015-10-30 19:56:48', 0, '1'),
(1446284363, 120, '', 'INVELH1446284363', 722.50, '', 'CC', '', '2015-10-31 15:09:23', 0, '1'),
(1446297060, 122, '', 'INVELH1446297060', 817.50, '', 'CC', '', '2015-10-31 18:41:00', 0, '1'),
(1446393611, 123, 'kkannan kkannan', 'INVELH1446393611', 1219.75, '', 'VPP', '', '2015-11-01 21:30:11', 0, '1'),
(1446438304, 124, 'Srinivas Prakash M.G', 'INVELH1446438304', 1190.00, '', 'VPP', '', '2015-11-02 09:55:04', 0, '1'),
(1446454284, 127, 'yogesh wagh', 'INVELH1446454284', 722.50, '', 'CC', '', '2015-11-02 14:21:24', 0, '1'),
(1446456307, 112, 'T D Suresh Babu', 'INVELH1446456307', 1219.75, '', 'CC', '', '2015-11-02 14:55:07', 0, '1'),
(1446600831, 130, 'RAGHAVAN SRINIVASAN', 'INVELH1446600831', 722.50, '', 'VPP', '', '2015-11-04 07:03:51', 0, '1'),
(1446727026, 131, 'M S NEGI & ASSOCIATES', 'INVELH1446727026', 722.50, '', 'CC', '', '2015-11-05 18:07:06', 0, '1'),
(1446728465, 131, 'M S NEGI & ASSOCIATES', 'INVELH1446728465', 722.50, '', 'CC', '', '2015-11-05 18:31:05', 0, '1'),
(1446796278, 132, 'Himanshu Agrawal', 'INVELH1446796278', 722.50, '', 'VPP', '', '2015-11-06 13:21:18', 0, '1'),
(1446799349, 13, 'Sanjoy Chakraborti', 'INVELH1446799349', 1438.00, '', 'DD', '', '2015-11-06 14:12:29', 0, '1'),
(1446868586, 48, 'RAVI SHANKAR', 'INVELH1446868586', 722.50, '', 'CC', '', '2015-11-07 09:26:26', 0, '1'),
(1446893091, 135, 'Ashish Joglekar', 'INVELH1446893091', 1772.25, '', 'CC', '', '2015-11-07 16:14:51', 0, '1'),
(1446893924, 135, 'Ashish Joglekar', 'INVELH1446893924', 1932.25, '', 'CC', '', '2015-11-07 16:28:44', 0, '1'),
(1446895352, 135, 'Ashish Joglekar', 'INVELH1446895352', 1932.25, '', 'CC', '', '2015-11-07 16:52:32', 0, '1'),
(1447056871, 136, 'Raj Chandra', 'INVELH1447056871', 715.50, '', 'VPP', '', '2015-11-09 13:44:31', 0, '1'),
(1447155577, 138, 'Mujtuba Ali', 'INVELH1447155577', 1660.00, '', 'CC', '', '2015-11-10 17:09:37', 0, '1'),
(1447239392, 131, 'M S NEGI & ASSOCIATES', 'INVELH1447239392', 722.50, '', 'VPP', '', '2015-11-11 16:26:32', 0, '1'),
(1447311177, 138, 'Mujtuba Ali', 'INVELH1447311177', 637.50, '', 'CC', '', '2015-11-12 12:22:57', 0, '1'),
(1447311257, 138, 'Mujtuba Ali', 'INVELH1447311257', 637.50, '', 'DD', '', '2015-11-12 12:24:17', 0, '1'),
(1447311397, 138, 'Mujtuba Ali', 'INVELH1447311397', 637.50, '', 'VPP', '', '2015-11-12 12:26:37', 0, '1'),
(1447326733, 16, 'Sovik De', 'INVELH1447326733', 810.50, '', 'VPP', '', '2015-11-12 16:42:13', 0, '1'),
(1447327371, 16, 'Sovik De', 'INVELH1447327371', 420.50, '', 'VPP', '', '2015-11-12 16:52:51', 0, '1'),
(1447328050, 16, 'Sovik De', 'INVELH1447328050', 715.50, '', 'VPP', '', '2015-11-12 17:04:10', 0, '1'),
(1447990772, 145, 'RAJIV AGGARWAL', 'INVELH1447990772', 722.50, '', 'VPP', '', '2015-11-20 09:09:32', 0, '1'),
(1447413246, 13, 'Sanjoy Chakraborti', 'INVELH1447413246', 715.50, '', 'VPP', '', '2015-11-13 16:44:06', 0, '1'),
(1447417375, 140, 'Tanvi Amlani', 'INVELH1447417375', 590.75, '', 'VPP', '', '2015-11-13 17:52:55', 0, '1'),
(1447833347, 144, 'Vishnu Lakshman', 'INVELH1447833347', 722.50, '', 'CC', '', '2015-11-18 13:25:47', 0, '1'),
(1447836438, 24, 'Moitrayee Majumdar', 'INVELH1447836438', 2210.50, '', 'VPP', '', '2015-11-18 14:17:18', 151.538, '1'),
(1448014939, 146, 'Ashok Dinkar Kadam', 'INVELH1448014939', 722.50, '', 'CC', '', '2015-11-20 15:52:19', 0, '1'),
(1448097154, 131, 'M S NEGI & ASSOCIATES', 'INVELH1448097154', 2069.75, '', 'VPP', '', '2015-11-21 14:42:34', 0, '1'),
(1448258354, 151, 'Bharatbhushan Bhagwat', 'INVELH1448258354', 1687.25, '', 'CC', '', '2015-11-23 11:29:14', 126.544, '1'),
(1448258621, 151, 'Bharatbhushan Bhagwat', 'INVELH1448258621', 1560.71, '', 'CC', '', '2015-11-23 11:33:41', 126.544, '1'),
(1448262503, 148, '', 'INVELH1448262503', 586.50, '', 'VPP', '', '2015-11-23 12:38:23', 0, '1'),
(1448263511, 148, '', 'INVELH1448263511', 2040.00, '', 'VPP', '', '2015-11-23 12:55:11', 0, '1'),
(1448263655, 148, '', 'INVELH1448263655', 2040.00, '', 'VPP', '', '2015-11-23 12:57:35', 0, '1'),
(1448263952, 148, '', 'INVELH1448263952', 586.50, '', 'VPP', '', '2015-11-23 13:02:32', 0, '1'),
(1448264275, 148, '', 'INVELH1448264275', 5945.00, '', 'VPP', '', '2015-11-23 13:07:55', 0, '1'),
(1448265179, 148, '', 'INVELH1448265179', 715.50, '', 'VPP', '', '2015-11-23 13:22:59', 0, '1'),
(1448265442, 148, '', 'INVELH1448265442', 586.50, '', 'VPP', '', '2015-11-23 13:27:22', 0, '1'),
(1448265517, 148, '', 'INVELH1448265517', 586.50, '', 'VPP', '', '2015-11-23 13:28:37', 0, '1'),
(1448268495, 148, '', 'INVELH1448268495', 796.00, '', 'VPP', '', '2015-11-23 14:18:15', 0, '1'),
(1448268832, 148, '', 'INVELH1448268832', 1651.50, '', 'VPP', '', '2015-11-23 14:23:52', 0, '1'),
(1448269050, 148, '', 'INVELH1448269050', 1651.50, '', 'VPP', '', '2015-11-23 14:27:30', 0, '1'),
(1448269303, 148, '', 'INVELH1448269303', 586.50, '', 'VPP', '', '2015-11-23 14:31:43', 0, '1'),
(1448270220, 148, '', 'INVELH1448270220', 586.50, '', 'VPP', '', '2015-11-23 14:47:00', 0, '1'),
(1448270493, 148, '', 'INVELH1448270493', 586.50, '', 'VPP', '', '2015-11-23 14:51:33', 0, '1'),
(1448270661, 148, '', 'INVELH1448270661', 1173.00, '', 'VPP', '', '2015-11-23 14:54:21', 0, '1'),
(1448271244, 148, '', 'INVELH1448271244', 586.50, '', 'VPP', '', '2015-11-23 15:04:04', 0, '1'),
(1448271636, 148, '', 'INVELH1448271636', 2346.00, '', 'VPP', '', '2015-11-23 15:10:36', 175.95, '1'),
(1448272050, 148, '', 'INVELH1448272050', 715.50, '', 'VPP', '', '2015-11-23 15:17:30', 0, '1'),
(1448272149, 148, '', 'INVELH1448272149', 1020.00, '', 'VPP', '', '2015-11-23 15:19:09', 0, '1'),
(1448272471, 148, '', 'INVELH1448272471', 2163.25, '', 'VPP', '', '2015-11-23 15:24:31', 162.244, '1'),
(1448279729, 131, 'M S NEGI & ASSOCIATES', 'INVELH1448279729', 2069.75, '', 'CC', '', '2015-11-23 17:25:29', 0, '1'),
(1448903994, 154, 'ANIL KUMAR SAHU', 'INVELH1448903994', 586.50, '', 'CC', '', '2015-11-30 22:49:54', 0, '1'),
(1448947130, 75, 'Yogesh Chelawat', 'INVELH1448947130', 722.50, '', 'CC', '', '2015-12-01 10:48:50', 0, '1'),
(1448947456, 75, 'Yogesh Chelawat', 'INVELH1448947456', 722.50, '', 'CC', '', '2015-12-01 10:54:16', 0, '1'),
(1448947568, 75, 'Yogesh Chelawat', 'INVELH1448947568', 722.50, '', 'CC', '', '2015-12-01 10:56:08', 0, '1'),
(1448947864, 75, 'Yogesh Chelawat', 'INVELH1448947864', 722.50, '', 'VPP', '', '2015-12-01 11:01:04', 0, '1'),
(1449056499, 155, 'RAJAM0HANAN.S', 'INVELH1449056499', 400.00, '', 'VPP', '', '2015-12-02 17:11:39', 0, '1'),
(1449166100, 158, 'Avinash pawar ', 'INVELH1449166100', 722.50, '', 'CC', '', '2015-12-03 23:38:20', 0, '1'),
(1449202232, 159, 'Somnath L. Phadatare', 'INVELH1449202232', 1190.00, '', 'CC', '', '2015-12-04 09:40:32', 0, '1'),
(1449220492, 160, 'Jaivendraa Negii', 'INVELH1449220492', 722.50, '', 'VPP', '', '2015-12-04 14:44:52', 0, '1'),
(1449297152, 161, 'D.GIRIDHARA RAO', 'INVELH1449297152', 722.50, '', 'CC', '', '2015-12-05 12:02:32', 0, '1'),
(1449297704, 161, 'D.GIRIDHARA RAO', 'INVELH1449297704', 722.50, '', 'CC', '', '2015-12-05 12:11:44', 0, '1'),
(1449298413, 161, 'D.GIRIDHARA RAO', 'INVELH1449298413', 722.50, '', 'CC', '', '2015-12-05 12:23:33', 0, '1'),
(1449299597, 161, 'D.GIRIDHARA RAO', 'INVELH1449299597', 722.50, '', 'CC', '', '2015-12-05 12:43:17', 0, '1'),
(1449488901, 162, 'KUMARESH MANDAL', 'INVELH1449488901', 4738.50, '', 'VPP', '', '2015-12-07 17:18:21', 0, '1'),
(1449489320, 162, 'KUMARESH MANDAL', 'INVELH1449489320', 722.50, '', 'VPP', '', '2015-12-07 17:25:20', 0, '1'),
(1449489444, 162, 'KUMARESH MANDAL', 'INVELH1449489444', 526.50, '', 'VPP', '', '2015-12-07 17:27:24', 0, '1'),
(1449584539, 163, 'Rajeev Bumb', 'INVELH1449584539', 722.50, '', 'VPP', '', '2015-12-08 19:52:19', 0, '1'),
(1449590188, 164, 'Sandeep Narayan Nerurkar', 'INVELH1449590188', 526.50, '', 'VPP', '', '2015-12-08 21:26:28', 0, '1'),
(1449640353, 163, 'Rajeev Bumb', 'INVELH1449640353', 595.00, '', 'VPP', '', '2015-12-09 11:22:33', 0, '1'),
(1449641410, 164, 'Sandeep Narayan Nerurkar', 'INVELH1449641410', 722.50, '', 'VPP', '', '2015-12-09 11:40:10', 0, '1'),
(1450170966, 166, 'Kartikeya Pathak', 'INVELH1450170966', 556.00, '', 'VPP', '', '2015-12-15 14:46:06', 0, '1'),
(1450179243, 167, 'ravindran', 'INVELH1450179243', 2655.00, '', 'CC', '', '2015-12-15 17:04:03', 0, '1'),
(1450697918, 168, 'Vivek Challapally', 'INVELH1450697918', 1249.00, '', 'VPP', '', '2015-12-21 17:08:38', 0, '1'),
(1451102562, 170, 'SAJI THEKKANATT', 'INVELH1451102562', 1572.50, '', 'CC', '', '2015-12-26 09:32:42', 0, '1'),
(1451134748, 171, 'Anup Kumar Roy', 'INVELH1451134748', 2537.25, '', 'CC', '', '2015-12-26 18:29:08', 0, '1'),
(1451170804, 172, 'Elaya Kumar S', 'INVELH1451170804', 400.00, '', 'CC', '', '2015-12-27 04:30:04', 0, '1'),
(1452509448, 151, 'Bharatbhushan Bhagwat', 'INVELH1452509448', 1470.00, '', 'CC', '', '2016-01-11 16:20:48', 0, '1'),
(1453655527, 171, 'Anup Kumar Roy', 'INVELH1453655527', 2975.00, '', 'VPP', '', '2016-01-24 22:42:07', 0, '1'),
(1453729693, 171, 'Anup Kumar Roy', 'INVELH1453729693', 2975.00, '', 'VPP', '', '2016-01-25 19:18:13', 357, '1'),
(1453738896, 175, 'PRAVEEN MISHRA', 'INVELH1453738896', 340.00, '', 'CC', '', '2016-01-25 21:51:36', 0, '1'),
(1453890711, 176, 'R. K. Patel', 'INVELH1453890711', 1555.00, '', 'VPP', '', '2016-01-27 16:01:51', 0, '1'),
(1453960464, 24, 'Moitrayee Majumdar', 'INVELH1453960464', 1555.00, '', 'DD', '', '2016-01-28 11:24:24', 0, '1'),
(1454065181, 179, 'N N Ranganath', 'INVELH1454065181', 1275.00, '', 'VPP', '', '2016-01-29 16:29:41', 0, '1'),
(1454312409, 181, 'Manjunath M S', 'INVELH1454312409', 636.00, '', 'VPP', '', '2016-02-01 13:10:09', 0, '1'),
(1454360723, 182, 'SAMEER SWARUP', 'INVELH1454360723', 1762.50, '', 'CC', '', '2016-02-02 02:35:23', 0, '1'),
(1454403989, 183, 'EKL Rao', 'INVELH1454403989', 400.00, '', 'CC', '', '2016-02-02 14:36:29', 0, '1'),
(1454596626, 184, 'Balram Gorak', 'INVELH1454596626', 531.25, '', 'CC', '', '2016-02-04 20:07:06', 0, '1'),
(1455212673, 186, 'Meghna Kashyap', 'INVELH1455212673', 340.00, '', 'VPP', '', '2016-02-11 23:14:33', 0, '1'),
(1455258671, 188, 'Manjunath M. S.', 'INVELH1455258671', 625.50, '', 'CC', '', '2016-02-12 12:01:11', 0, '1'),
(1455820470, 54, 'Satyendra Prasad Dubey', 'INVELH1455820470', 2252.50, '', 'VPP', '', '2016-02-19 00:04:30', 0, '1'),
(1455968850, 188, 'Manjunath M. S.', 'INVELH1455968850', 288.00, '', 'CC', '', '2016-02-20 17:17:30', 0, '1'),
(1455969148, 188, 'Manjunath M. S.', 'INVELH1455969148', 288.00, '', 'VPP', '', '2016-02-20 17:22:28', 0, '1'),
(1455980943, 190, 'A S Sandhu', 'INVELH1455980943', 740.00, '', 'CC', '', '2016-02-20 20:39:03', 0, '1'),
(1456214392, 193, 'vijay', 'INVELH1456214392', 1317.50, '', 'CC', '', '2016-02-23 13:29:52', 0, '1'),
(1456214916, 193, 'vijay', 'INVELH1456214916', 1317.50, '', 'CC', '', '2016-02-23 13:38:36', 0, '1'),
(1456250458, 194, 'Sanjiv Agarwal', 'INVELH1456250458', 722.50, '', 'VPP', '', '2016-02-23 23:30:58', 0, '1'),
(1457014688, 195, 'E srinivasan', 'INVELH1457014688', 930.75, '', 'VPP', '', '2016-03-03 19:48:08', 0, '1'),
(1457257299, 54, 'Satyendra Prasad Dubey', 'INVELH1457257299', 2347.50, '', 'VPP', '', '2016-03-06 15:11:39', 0, '1'),
(1458037938, 198, 'Aparna rao', 'INVELH1458037938', 722.50, '', 'CC', '', '2016-03-15 16:02:18', 0, '1'),
(1458046974, 199, 'Rajesh Sachanandani ', 'INVELH1458046974', 715.50, '', 'VPP', '', '2016-03-15 18:32:54', 0, '1'),
(1458096179, 200, 'Benjamin Vanlalruata', 'INVELH1458096179', 405.00, '', 'VPP', '', '2016-03-16 08:12:59', 0, '1'),
(1458318955, 203, 'Santosh Pujari', 'INVELH1458318955', 11034.00, '', 'VPP', '', '2016-03-18 22:05:55', 0, '1'),
(1458527796, 204, 'Dhruba Jyoti Kapil', 'INVELH1458527796', 1083.75, '', 'VPP', '', '2016-03-21 08:06:36', 0, '1'),
(1458559966, 24, 'Moitrayee Majumdar', 'INVELH1458559966', 3243.25, '', 'DD', '', '2016-03-21 17:02:46', 243.244, '1'),
(1459266961, 206, 'Sankhadeep Shome', 'INVELH1459266961', 467.50, '', 'CC', '', '2016-03-29 21:26:01', 0, '1'),
(1459604520, 208, 'Ketki Tara', 'INVELH1459604520', 621.00, '', 'VPP', '', '2016-04-02 19:12:00', 0, '1'),
(1460041138, 210, 'Aditya Gandotra', 'INVELH1460041138', 795.00, '', 'VPP', '', '2016-04-07 20:28:58', 0, '1'),
(1460381481, 211, 'Agastya ', 'INVELH1460381481', 361.25, '', 'VPP', '', '2016-04-11 19:01:21', 0, '1'),
(1460700018, 213, 'SURESH KUMAR MAHAPATRA', 'INVELH1460700018', 3322.25, '', 'CC', '', '2016-04-15 11:30:18', 0, '1'),
(1460700334, 213, 'SURESH KUMAR MAHAPATRA', 'INVELH1460700334', 3322.25, '', 'VPP', '', '2016-04-15 11:35:34', 0, '1'),
(1460907245, 214, 'Srinivas Samavedam', 'INVELH1460907245', 655.00, '', 'CC', '', '2016-04-17 21:04:05', 0, '1'),
(1460961672, 215, 'BASUDEV CHAKRABORTY', 'INVELH1460961672', 1665.00, '', 'VPP', '', '2016-04-18 12:11:12', 0, '1'),
(1461414603, 216, 'SHYAMSUNDER HARLALKA', 'INVELH1461414603', 335.75, '', 'VPP', '', '2016-04-23 18:00:03', 0, '1'),
(1461569148, 68, 'Seejo', 'INVELH1461569148', 722.50, '', 'CC', '', '2016-04-25 12:55:48', 0, '1'),
(1462254186, 222, 'Abhi Saha', 'INVELH1462254186', 400.00, '', 'VPP', '', '2016-05-03 11:13:06', 0, '1'),
(1462426061, 224, 'Manoj K', 'INVELH1462426061', 722.50, '', 'CC', '', '2016-05-05 10:57:41', 0, '1'),
(1463118468, 229, 'harpreet kaur', 'INVELH1463118468', 493.00, '', 'CC', '', '2016-05-13 11:17:48', 0, '1'),
(1463539797, 230, 'Ramakrishna Sastry', 'INVELH1463539797', 655.00, '', 'CC', '', '2016-05-18 08:19:57', 0, '1'),
(1463645627, 231, 'Nimish Shah', 'INVELH1463645627', 722.50, '', 'CC', '', '2016-05-19 13:43:47', 0, '1'),
(1463645998, 231, 'Nimish Shah', 'INVELH1463645998', 722.50, '', 'CC', '', '2016-05-19 13:49:58', 0, '1'),
(1463804771, 203, '', 'INVELH1463804771', 1997.50, '', 'VPP', '', '2016-05-21 09:56:11', 0, '1'),
(1463806952, 203, '', 'INVELH1463806952', 3905.75, '', 'VPP', '', '2016-05-21 10:32:32', 0, '1'),
(1463980252, 232, 'Santosh Pujari', 'INVELH1463980252', 3905.75, '', 'CC', '', '2016-05-23 10:40:52', 0, '1'),
(1463980764, 232, 'Santosh Pujari', 'INVELH1463980764', 3905.75, '', 'CC', '', '2016-05-23 10:49:24', 0, '1'),
(1463981180, 232, 'Santosh Pujari', 'INVELH1463981180', 3905.75, '', 'CC', '', '2016-05-23 10:56:20', 0, '1'),
(1464064898, 24, 'Moitrayee Majumdar', 'INVELH1464064898', 5457.50, '', 'CC', '', '2016-05-24 10:11:38', 654.9, '1'),
(1464065529, 233, 'Adv Gopinathan', 'INVELH1464065529', 871.25, '', 'CC', '', '2016-05-24 10:22:09', 0, '1'),
(1464213896, 234, 'Vijay bahadur singh Tomar', 'INVELH1464213896', 833.00, '', 'VPP', '', '2016-05-26 03:34:56', 0, '1'),
(1464328992, 236, 'Adv Gopinathan', 'INVELH1464328992', 871.25, '', 'CC', '', '2016-05-27 11:33:12', 0, '1'),
(1464760831, 237, 'Omprakash', 'INVELH1464760831', 780.00, '', 'VPP', '', '2016-06-01 11:30:31', 0, '1'),
(1464981213, 238, 'JEETAN JAIN', 'INVELH1464981213', 722.50, '', 'VPP', '', '2016-06-04 00:43:33', 0, '1'),
(1465064036, 215, 'BASUDEV CHAKRABORTY', 'INVELH1465064036', 288.00, '', 'VPP', '', '2016-06-04 23:43:56', 0, '1'),
(1465230793, 239, 'Kamakhya Sharma', 'INVELH1465230793', 0.00, '', 'CC', '', '2016-06-06 22:03:13', 0, '1'),
(1466401424, 240, 'Anil  Parkash', 'INVELH1466401424', 1100.75, '', 'VPP', '', '2016-06-20 11:13:44', 0, '1'),
(1466697269, 241, 'Zulekha Golandaz', 'INVELH1466697269', 796.25, '', 'CC', '', '2016-06-23 21:24:29', 0, '1'),
(1466697726, 241, 'Zulekha Golandaz', 'INVELH1466697726', 796.25, '', 'CC', '', '2016-06-23 21:32:06', 0, '1'),
(1466774961, 242, 'Sourav Chatterjee', 'INVELH1466774961', 675.75, '', 'CC', '', '2016-06-24 18:59:21', 0, '1'),
(1467113776, 243, 'Lakshmi Kanta Howladar', 'INVELH1467113776', 675.75, '', 'VPP', '', '2016-06-28 17:06:16', 0, '1'),
(1467295042, 244, 'Deven Deelip Laddha', 'INVELH1467295042', 722.50, '', 'CC', '', '2016-06-30 19:27:22', 0, '1'),
(1467567771, 245, 'Subir Sekhar  Dutta', 'INVELH1467567771', 1997.50, '', 'VPP', '', '2016-07-03 23:12:51', 0, '1'),
(1467730718, 245, 'Subir Sekhar  Dutta', 'INVELH1467730718', 2092.50, '', 'CC', '', '2016-07-05 20:28:38', 0, '1'),
(1467731072, 245, 'Subir Sekhar  Dutta', 'INVELH1467731072', 1643.06, '', 'CC', '', '2016-07-05 20:34:32', 449.438, '1'),
(1468134353, 248, 'Muralidharan S', 'INVELH1468134353', 722.50, '', 'CC', '', '2016-07-10 12:35:53', 0, '1'),
(1468323799, 156, 'B.V.S.R.K.V.HANUMANTHA RAO', 'INVELH1468323799', 9545.75, '', 'VPP', '', '2016-07-12 17:13:19', 715.931, '1'),
(1468483082, 250, 'Nagaraj Kumar', 'INVELH1468483082', 1271.88, '', 'CC', '', '2016-07-14 13:28:02', 258.12, '1'),
(1468748800, 252, 'S Saai Sudharsan', 'INVELH1468748800', 841.50, '', 'VPP', '', '2016-07-17 15:16:40', 0, '1'),
(1469102600, 254, 'Prakash Das', 'INVELH1469102600', 297.50, '', 'VPP', '', '2016-07-21 17:33:20', 0, '1'),
(1469117598, 255, 'Mani Bharath', 'INVELH1469117598', 270.00, '', 'VPP', '', '2016-07-21 21:43:18', 0, '1'),
(1469370570, 257, 'shabbir malik', 'INVELH1469370570', 374.00, '', 'CC', '', '2016-07-24 19:59:30', 0, '1'),
(1469374534, 136, '', 'INVELH1469374534', 1250.00, '', 'VPP', '', '2016-07-24 21:05:34', 0, '1'),
(1470654453, 258, 'Rohit Mohan ', 'INVELH1470654453', 0.00, '', 'VPP', '', '2016-08-08 16:37:33', 0, '1'),
(1470814425, 254, 'Prakash Das', 'INVELH1470814425', 297.50, '', 'VPP', '', '2016-08-10 13:03:45', 0, '1'),
(1471264149, 262, 'V.Ramesh', 'INVELH1471264149', 795.00, '', 'DD', '', '2016-08-15 17:59:09', 0, '1'),
(1471264330, 262, 'V.Ramesh', 'INVELH1471264330', 795.00, '', 'DD', '', '2016-08-15 18:02:10', 0, '1'),
(1471767468, 265, 'mohammad nasir', 'INVELH1471767468', 0.00, '', 'CC', '', '2016-08-21 13:47:48', 0, '1'),
(1472293393, 269, 'C T Thomas', 'INVELH1472293393', 1400.00, '', 'CC', '', '2016-08-27 15:53:13', 0, '1'),
(1472293560, 269, 'C T Thomas', 'INVELH1472293560', 1400.00, '', 'VPP', '', '2016-08-27 15:56:00', 0, '1'),
(1472442064, 271, 'Ravi Swamy', 'INVELH1472442064', 1100.75, '', 'CC', '', '2016-08-29 09:11:04', 0, '1'),
(1472456238, 265, 'mohammad nasir', 'INVELH1472456238', 725.00, '', 'CC', '', '2016-08-29 13:07:18', 0, '1'),
(1472487782, 272, 'Adv. Datta Suryawanshi', 'INVELH1472487782', 2575.00, '', 'CC', '', '2016-08-29 21:53:02', 309, '1'),
(1472491982, 272, '', 'INVELH1472491982', 1997.50, '', 'CC', '', '2016-08-29 23:03:02', 239.7, '1'),
(1472492542, 272, '', 'INVELH1472492542', 1997.50, '', 'CC', '', '2016-08-29 23:12:22', 239.7, '1'),
(1472746986, 269, 'C T Thomas', 'INVELH1472746986', 850.00, '', 'CC', '', '2016-09-01 21:53:06', 0, '1'),
(1472829864, 276, 'RAJESH DEY', 'INVELH1472829864', 740.75, '', 'CC', '', '2016-09-02 20:54:24', 0, '1'),
(1472931581, 278, 'ANIRBAN PAL', 'INVELH1472931581', 355.50, '', 'CC', '', '2016-09-04 01:09:41', 0, '1'),
(1472932051, 278, 'ANIRBAN PAL', 'INVELH1472932051', 355.50, '', 'VPP', '', '2016-09-04 01:17:31', 0, '1'),
(1472972312, 280, 'Pagafar', 'INVELH1472972312', 310.25, '', 'VPP', '', '2016-09-04 12:28:32', 0, '1'),
(1472993619, 277, 'Arnab Munian', 'INVELH1472993619', 655.00, '', 'CC', '', '2016-09-04 18:23:39', 0, '1'),
(1472994168, 277, 'Arnab Munian', 'INVELH1472994168', 705.00, '', 'CC', '', '2016-09-04 18:32:48', 0, '1'),
(1473176908, 282, 'Amit Yadav', 'INVELH1473176908', 340.00, '', 'CC', '', '2016-09-06 21:18:28', 0, '1'),
(1473338660, 284, 'muthu murugan', 'INVELH1473338660', 1100.75, '', 'VPP', '', '2016-09-08 18:14:20', 0, '1'),
(1473408686, 285, 'Arnab Sengupta', 'INVELH1473408686', 600.00, '', 'VPP', '', '2016-09-09 13:41:26', 0, '1'),
(1473590069, 268, 'NUUL HUDA', 'INVELH1473590069', 1262.35, '', 'VPP', '', '2016-09-11 16:04:29', 900.9, '1'),
(1473787551, 287, 'Sumeet Tidake', 'INVELH1473787551', 612.00, '', 'VPP', '', '2016-09-13 22:55:51', 0, '1'),
(1473850081, 288, 'Saurabh Jindal', 'INVELH1473850081', 890.00, '', 'VPP', '', '2016-09-14 16:18:01', 0, '1'),
(1473878284, 286, 'RATHNAKARAN K', 'INVELH1473878284', 1793.75, '', 'CC', '', '2016-09-15 00:08:04', 134.531, '1'),
(1473954391, 289, 'Sagnik Chattopadhyay', 'INVELH1473954391', 655.00, '', 'VPP', '', '2016-09-15 21:16:31', 0, '1'),
(1473957369, 290, 'ROBIND KUMAR DUTT', 'INVELH1473957369', 795.00, '', 'VPP', '', '2016-09-15 22:06:09', 0, '1'),
(1474005607, 13, 'Sanjoy Chakraborti', 'INVELH1474005607', 2907.00, '', 'DD', '', '2016-09-16 11:30:07', 0, '1'),
(1474005657, 13, 'Sanjoy Chakraborti', 'INVELH1474005657', 2907.00, '', 'DD', '', '2016-09-16 11:30:57', 0, '1'),
(1474121115, 291, 'Molla Abul Sukrana', 'INVELH1474121115', 675.75, '', 'CC', '', '2016-09-17 19:35:15', 0, '1'),
(1474183616, 293, 'Subhankar Bhattacharya', 'INVELH1474183616', 701.25, '', 'VPP', '', '2016-09-18 12:56:56', 0, '1'),
(1474861719, 298, 'Himanshu Mahajan', 'INVELH1474861719', 871.25, '', 'CC', '', '2016-09-26 09:18:39', 0, '1'),
(1474898353, 54, 'Satyendra Prasad Dubey', 'INVELH1474898353', 2199.50, '', 'VPP', '', '2016-09-26 19:29:13', 0, '1'),
(1474916850, 299, 'Aasimul qadri', 'INVELH1474916850', 5104.50, '', 'CC', '', '2016-09-27 00:37:30', 0, '1'),
(1474916938, 299, 'Aasimul qadri', 'INVELH1474916938', 5104.50, '', 'CC', '', '2016-09-27 00:38:58', 0, '1'),
(1475075781, 301, 'Subhayu Banerjee', 'INVELH1475075781', 1240.85, '', 'CC', '', '2016-09-28 20:46:21', 0, '1'),
(1475115437, 303, 'Dipankar Sarkar', 'INVELH1475115437', 288.00, '', 'VPP', '', '2016-09-29 07:47:17', 0, '1'),
(1475148583, 289, '', 'INVELH1475148583', 655.00, '', 'CC', '', '2016-09-29 16:59:43', 0, '1'),
(1475149076, 289, '', 'INVELH1475149076', 655.00, '', 'CC', '', '2016-09-29 17:07:56', 0, '1'),
(1475208566, 299, 'Aasimul qadri', 'INVELH1475208566', 2656.25, '', 'CC', '', '2016-09-30 09:39:26', 0, '1'),
(1475209333, 299, 'Aasimul qadri', 'INVELH1475209333', 5791.25, '', 'CC', '', '2016-09-30 09:52:13', 0, '1'),
(1475209646, 299, 'Aasimul qadri', 'INVELH1475209646', 5791.25, '', 'CC', '', '2016-09-30 09:57:26', 0, '1'),
(1475500431, 303, 'Dipankar Sarkar', 'INVELH1475500431', 297.50, '', 'VPP', '', '2016-10-03 18:43:51', 0, '1'),
(1475500515, 303, 'Dipankar Sarkar', 'INVELH1475500515', 297.50, '', 'CC', '', '2016-10-03 18:45:15', 0, '1'),
(1475518626, 0, '', 'INVELH1475518626', 0.00, '', 'CC', '', '2016-10-03 23:47:06', 0, '1'),
(1475602089, 303, 'Dipankar Sarkar', 'INVELH1475602089', 675.75, '', 'CC', '', '2016-10-04 22:58:09', 0, '1'),
(1475602891, 303, 'Dipankar Sarkar', 'INVELH1475602891', 297.50, '', 'CC', '', '2016-10-04 23:11:31', 0, '1'),
(1475727581, 299, 'Aasimul qadri', 'INVELH1475727581', 12130.30, '', 'CC', '', '2016-10-06 09:49:41', 0, '1'),
(1475897367, 87, 'awdhesh gupta', 'INVELH1475897367', 601.75, '', 'VPP', '', '2016-10-08 08:59:27', 0, '1'),
(1476029479, 309, 'anushka chaturvedi', 'INVELH1476029479', 340.00, '', 'VPP', '', '2016-10-09 21:41:19', 0, '1'),
(1476106607, 278, 'ANIRBAN PAL', 'INVELH1476106607', 0.00, '', 'VPP', '', '2016-10-10 19:06:47', 0, '1'),
(1476111340, 286, 'RATHNAKARAN K', 'INVELH1476111340', 1698.99, '', 'CC', '', '2016-10-10 20:25:40', 137.756, '1'),
(1476119294, 286, 'RATHNAKARAN K', 'INVELH1476119294', 1698.99, '', 'CC', '', '2016-10-10 22:38:14', 137.756, '1'),
(1476213441, 286, 'RATHNAKARAN K', 'INVELH1476213441', 1836.75, '', 'DD', '', '2016-10-12 00:47:21', 137.756, '1'),
(1476213478, 286, 'RATHNAKARAN K', 'INVELH1476213478', 1836.75, '', 'CC', '', '2016-10-12 00:47:58', 0, '1'),
(1476300561, 286, 'RATHNAKARAN K', 'INVELH1476300561', 1836.75, '', 'CC', '', '2016-10-13 00:59:21', 137.756, '1'),
(1476424000, 278, 'ANIRBAN PAL', 'INVELH1476424000', 335.75, '', 'VPP', '', '2016-10-14 11:16:40', 0, '1'),
(1476618576, 313, 'Harshvardhan Sharma', 'INVELH1476618576', 531.25, '', 'VPP', '', '2016-10-16 17:19:36', 0, '1'),
(1476619528, 313, 'Harshvardhan Sharma', 'INVELH1476619528', 1147.50, '', 'VPP', '', '2016-10-16 17:35:28', 0, '1'),
(1477510290, 316, 'Binita Majaw', 'INVELH1477510290', 4534.60, '', 'CC', '', '2016-10-27 01:01:30', 0, '1'),
(1477550996, 317, 'Tabish Sharfuddin', 'INVELH1477550996', 552.50, '', 'VPP', '', '2016-10-27 12:19:56', 0, '1'),
(1477551022, 317, 'Tabish Sharfuddin', 'INVELH1477551022', 552.50, '', 'VPP', '', '2016-10-27 12:20:22', 0, '1'),
(1477551096, 317, 'Tabish Sharfuddin', 'INVELH1477551096', 552.50, '', 'CC', '', '2016-10-27 12:21:36', 0, '1'),
(1477639759, 318, 'S. VIJAY SHANKAR', 'INVELH1477639759', 1240.85, '', 'VPP', '', '2016-10-28 12:59:19', 0, '1'),
(1477983960, 303, 'Dipankar Sarkar', 'INVELH1477983960', 675.75, '', 'CC', '', '2016-11-01 12:36:00', 0, '1'),
(1478024759, 278, 'ANIRBAN PAL', 'INVELH1478024759', 335.75, '', 'VPP', '', '2016-11-01 23:55:59', 0, '1'),
(1478458235, 320, '', 'INVELH1478458235', 675.75, '', 'CC', '', '2016-11-07 00:20:35', 0, '1'),
(1479127799, 323, 'ashish banerjee', 'INVELH1479127799', 345.00, '', 'CC', '', '2016-11-14 18:19:59', 0, '1'),
(1479375354, 324, 'Tushar Roy', 'INVELH1479375354', 601.75, '', 'CC', '', '2016-11-17 15:05:54', 0, '1'),
(1479490491, 327, 'Amar Mangala Maruti Patil', 'INVELH1479490491', 340.00, '', 'CC', '', '2016-11-18 23:04:51', 0, '1'),
(1480177065, 328, 'Vijay Goutam', 'INVELH1480177065', 2385.00, '', 'CC', '', '2016-11-26 21:47:45', 286.2, '1'),
(1480259729, 328, 'Vijay Goutam', 'INVELH1480259729', 1530.00, '', 'CC', '', '2016-11-27 20:45:29', 0, '1'),
(1480437622, 87, 'awdhesh gupta', 'INVELH1480437622', 601.75, '', 'VPP', '', '2016-11-29 22:10:22', 0, '1'),
(1480747599, 329, 'Pentallect Partners', 'INVELH1480747599', 467.50, '', 'VPP', '', '2016-12-03 12:16:39', 0, '1'),
(1481288697, 331, 'Biswajit Sarkar', 'INVELH1481288697', 795.00, '', 'CC', '', '2016-12-09 18:34:57', 0, '1'),
(1481548782, 334, 'DEVENDRA SINGH FAUZDAR', 'INVELH1481548782', 655.00, '', 'CC', '', '2016-12-12 18:49:42', 0, '1'),
(1481549006, 334, 'DEVENDRA SINGH FAUZDAR', 'INVELH1481549006', 655.00, '', 'CC', '', '2016-12-12 18:53:26', 0, '1'),
(1481865575, 335, 'Lydia Elizabeth', 'INVELH1481865575', 340.00, '', 'CC', '', '2016-12-16 10:49:35', 0, '1'),
(1483442865, 337, 'Vikas Joshi', 'INVELH1483442865', 795.00, '', 'CC', '', '2017-01-03 16:57:45', 0, '1'),
(1483871607, 341, 'Gurbir Singh', 'INVELH1483871607', 2115.00, '', 'VPP', '', '2017-01-08 16:03:27', 0, '1'),
(1483966991, 303, 'Dipankar Sarkar', 'INVELH1483966991', 675.75, '', 'CC', '', '2017-01-09 18:33:11', 0, '1'),
(1483967704, 303, 'Dipankar Sarkar', 'INVELH1483967704', 297.50, '', 'CC', '', '2017-01-09 18:45:04', 0, '1'),
(1483982789, 346, 'Samiran Mandal', 'INVELH1483982789', 973.25, '', 'VPP', '', '2017-01-09 22:56:29', 0, '1'),
(1484213709, 254, 'Prakash Das', 'INVELH1484213709', 297.50, '', 'VPP', '', '2017-01-12 15:05:09', 0, '1'),
(1484480871, 34, 'DEEPAK GUPTA', 'INVELH1484480871', 1877.75, '', 'CC', '', '2017-01-15 17:17:51', 0, '1'),
(1484480913, 34, 'DEEPAK GUPTA', 'INVELH1484480913', 1877.75, '', 'VPP', '', '2017-01-15 17:18:33', 0, '1'),
(1484551424, 365, 'Priyanka Shekhar', 'INVELH1484551424', 530.00, '', 'VPP', '', '2017-01-16 12:53:44', 0, '1'),
(1484567972, 367, 'Harish Sharma', 'INVELH1484567972', 877.50, '', 'CC', '', '2017-01-16 17:29:32', 0, '1'),
(1484573508, 367, 'Harish Sharma', 'INVELH1484573508', 877.50, '', 'CC', '', '2017-01-16 19:01:48', 0, '1'),
(1484574049, 369, 'Malay Kumar Bhowmik', 'INVELH1484574049', 675.75, '', 'VPP', '', '2017-01-16 19:10:49', 0, '1'),
(1484574905, 367, 'Harish Sharma', 'INVELH1484574905', 877.50, '', 'CC', '', '2017-01-16 19:25:05', 0, '1'),
(1484636639, 367, 'Harish Sharma', 'INVELH1484636639', 877.50, '', 'VPP', '', '2017-01-17 12:33:59', 0, '1'),
(1484919671, 346, 'Samiran Mandal', 'INVELH1484919671', 1946.50, '', 'VPP', '', '2017-01-20 19:11:11', 145.988, '1'),
(1484923276, 344, 'AVIJIT SAHA', 'INVELH1484923276', 675.75, '', 'VPP', '', '2017-01-20 20:11:16', 0, '1'),
(1485156675, 334, 'DEVENDRA SINGH FAUZDAR', 'INVELH1485156675', 1225.00, '', 'VPP', '', '2017-01-23 13:01:15', 0, '1'),
(1485156713, 334, 'DEVENDRA SINGH FAUZDAR', 'INVELH1485156713', 1225.00, '', 'CC', '', '2017-01-23 13:01:53', 0, '1'),
(1485157962, 334, 'DEVENDRA SINGH FAUZDAR', 'INVELH1485157962', 552.50, '', 'CC', '', '2017-01-23 13:22:42', 0, '1');
INSERT INTO `orders` (`Id`, `user_id`, `fullname`, `invoice_no`, `total`, `currency`, `payment_option`, `status`, `placed_on`, `discount`, `IsActive`) VALUES
(1485171239, 383, 'Salma Jennath', 'INVELH1485171239', 830.00, '', 'VPP', '', '2017-01-23 17:03:59', 0, '1'),
(1485242497, 381, '', 'INVELH1485242497', 830.00, '', 'CC', '', '2017-01-24 12:51:37', 0, '1'),
(1485880615, 385, 'Rucha Pathare', 'INVELH1485880615', 530.00, '', 'CC', '', '2017-01-31 22:06:55', 0, '1'),
(1485881478, 385, 'Rucha Pathare', 'INVELH1485881478', 530.00, '', 'CC', '', '2017-01-31 22:21:18', 0, '1'),
(1486483104, 387, 'Pankaj Sharma', 'INVELH1486483104', 340.00, '', 'CC', '', '2017-02-07 21:28:24', 0, '1'),
(1486483478, 387, 'Pankaj Sharma', 'INVELH1486483478', 340.00, '', 'CC', '', '2017-02-07 21:34:38', 0, '1'),
(1486991249, 388, 'Yogesh Sharma', 'INVELH1486991249', 280.00, '', 'VPP', '', '2017-02-13 18:37:29', 0, '1'),
(1487074537, 389, 'Tamim Sheriff', 'INVELH1487074537', 795.00, '', 'VPP', '', '2017-02-14 17:45:37', 0, '1'),
(1487327122, 390, 'Sunil Yadav', 'INVELH1487327122', 552.50, '', 'VPP', '', '2017-02-17 15:55:22', 0, '1'),
(1487739786, 391, 'Sourabh Mittal', 'INVELH1487739786', 340.00, '', 'VPP', '', '2017-02-22 10:33:06', 0, '1'),
(1487924586, 392, 'Soniya Chawla', 'INVELH1487924586', 701.25, '', 'VPP', '', '2017-02-24 13:53:06', 0, '1'),
(1488250240, 393, 'SP Parekh', 'INVELH1488250240', 265.00, '', 'VPP', '', '2017-02-28 08:20:40', 0, '1'),
(1488894031, 394, 'Bharat Pal', 'INVELH1488894031', 378.25, '', 'CC', '', '2017-03-07 19:10:31', 0, '1'),
(1489073548, 395, '', 'INVELH1489073548', 675.75, '', 'CC', '', '2017-03-09 21:02:28', 0, '1'),
(1489075111, 395, '', 'INVELH1489075111', 675.75, '', 'CC', '', '2017-03-09 21:28:31', 0, '1'),
(1489387837, 397, 'fazlulla fazz', 'INVELH1489387837', 552.50, '', 'VPP', '', '2017-03-13 12:20:37', 0, '1'),
(1489737515, 398, '', 'INVELH1489737515', 5308.75, '', 'VPP', '', '2017-03-17 13:28:35', 0, '1'),
(1489936469, 303, 'Dipankar Sarkar', 'INVELH1489936469', 675.75, '', 'CC', '', '2017-03-19 20:44:29', 0, '1'),
(1490888864, 399, 'Anil B. Nair', 'INVELH1490888864', 1530.00, '', 'VPP', '', '2017-03-30 21:17:44', 0, '1'),
(1490889155, 399, 'Anil B. Nair', 'INVELH1490889155', 1530.00, '', 'VPP', '', '2017-03-30 21:22:35', 0, '1'),
(1491114905, 334, 'DEVENDRA SINGH FAUZDAR', 'INVELH1491114905', 2348.50, '', 'CC', '', '2017-04-02 12:05:05', 281.82, '1'),
(1491120488, 400, 'deb MC', 'INVELH1491120488', 2188.50, '', 'CC', '', '2017-04-02 13:38:08', 0, '1'),
(1493441209, 403, 'Ron George', 'INVELH1493441209', 1100.75, '', 'VPP', '', '2017-04-29 10:16:49', 0, '1'),
(1493714772, 179, 'N N Ranganath', 'INVELH1493714772', 1147.50, '', 'CC', '', '2017-05-02 14:16:12', 0, '1'),
(1494233455, 407, 'Lalit Jain', 'INVELH1494233455', 535.50, '', 'VPP', '', '2017-05-08 14:20:55', 0, '1'),
(1494925699, 408, 'Pratima Pathak', 'INVELH1494925699', 1705.50, '', 'VPP', '', '2017-05-16 14:38:19', 0, '1'),
(1495100765, 409, 'Durga Sanyal', 'INVELH1495100765', 675.75, '', 'CC', '', '2017-05-18 15:16:05', 0, '1'),
(1495225733, 410, 'Subhanath Pal', 'INVELH1495225733', 795.00, '', 'CC', '', '2017-05-20 01:58:53', 0, '1'),
(1495227190, 410, 'Subhanath Pal', 'INVELH1495227190', 795.00, '', 'CC', '', '2017-05-20 02:23:10', 0, '1'),
(1495227296, 410, 'Subhanath Pal', 'INVELH1495227296', 795.00, '', 'CC', '', '2017-05-20 02:24:56', 0, '1'),
(1495539969, 411, 'Rajiv Kapoor', 'INVELH1495539969', 830.00, '', 'VPP', '', '2017-05-23 17:16:09', 0, '1'),
(1495913297, 412, 'Pooja Pathak', 'INVELH1495913297', 891.00, '', 'VPP', '', '2017-05-28 00:58:17', 0, '1'),
(1497158709, 409, '', 'INVELH1497158709', 297.50, '', 'CC', '', '2017-06-11 10:55:09', 0, '1'),
(1497251197, 428, 'jijo jose', 'INVELH1497251197', 535.50, '', 'VPP', '', '2017-06-12 12:36:37', 0, '1'),
(1497284698, 429, 'Aparna Ramesh', 'INVELH1497284698', 515.00, '', 'VPP', '', '2017-06-12 21:54:58', 0, '1'),
(1497364167, 432, 'Dr. Ashok Soni', 'INVELH1497364167', 5651.35, '', 'CC', '', '2017-06-13 19:59:27', 0, '1'),
(1497964517, 453, 'Anirban Dey', 'INVELH1497964517', 1691.50, '', 'VPP', '', '2017-06-20 18:45:17', 0, '1'),
(1498365364, 466, 'sundaresan', 'INVELH1498365364', 280.00, '', 'CC', '', '2017-06-25 10:06:04', 0, '1'),
(1498365724, 466, 'sundaresan', 'INVELH1498365724', 280.00, '', 'CC', '', '2017-06-25 10:12:04', 0, '1'),
(1498408644, 468, 'Praveen Pinto', 'INVELH1498408644', 2131.25, '', 'VPP', '', '2017-06-25 22:07:24', 255.75, '1'),
(1498410074, 468, 'Praveen Pinto', 'INVELH1498410074', 2307.75, '', 'VPP', '', '2017-06-25 22:31:14', 276.93, '1'),
(1498453069, 298, 'Himanshu Mahajan', 'INVELH1498453069', 3574.25, '', 'CC', '', '2017-06-26 10:27:49', 268.069, '1'),
(1499149554, 499, '', 'INVELH1499149554', 5630.47, '', 'CC', '', '2017-07-04 11:55:54', 741.882, '1'),
(1499367243, 504, 'à¦¸à§à¦®à¦¨à§à¦¤', 'INVELH1499367243', 1232.50, '', 'CC', '', '2017-07-07 00:24:03', 0, '1'),
(1499515093, 510, 'Gururaj Devarhubli', 'INVELH1499515093', 725.00, '', 'VPP', '', '2017-07-08 17:28:13', 0, '1'),
(1499570106, 511, 'PARTHA PRATIM ROY', 'INVELH1499570106', 1430.00, '', 'VPP', '', '2017-07-09 08:45:06', 0, '1'),
(1499625867, 514, '', 'INVELH1499625867', 1791.00, '', 'CC', '', '2017-07-10 00:14:27', 134.325, '1'),
(1499790570, 523, 'Yashwardhan Singh', 'INVELH1499790570', 463.25, '', 'VPP', '', '2017-07-11 21:59:30', 0, '1'),
(1499904159, 525, 'Abhijit Mandal', 'INVELH1499904159', 675.75, '', 'VPP', '', '2017-07-13 05:32:39', 0, '1'),
(1499931444, 527, 'NAGALINGAM.G', 'INVELH1499931444', 288.00, '', 'VPP', '', '2017-07-13 13:07:24', 0, '1'),
(1499949878, 525, '', 'INVELH1499949878', 675.75, '', 'CC', '', '2017-07-13 18:14:38', 0, '1'),
(1499960189, 525, '', 'INVELH1499960189', 675.75, '', 'CC', '', '2017-07-13 21:06:29', 0, '1'),
(1500211742, 535, 'V RAMKHANNA', 'INVELH1500211742', 1195.75, '', 'CC', '', '2017-07-16 18:59:02', 0, '1'),
(1500629882, 547, 'PRIYANKA KAJLA', 'INVELH1500629882', 467.50, '', 'VPP', '', '2017-07-21 15:08:02', 0, '1'),
(1501051039, 555, 'Dheepak Chundru', 'INVELH1501051039', 470.00, '', 'CC', '', '2017-07-26 12:07:19', 0, '1'),
(1501255679, 566, 'RIDDHI CHAKRABORTY', 'INVELH1501255679', 675.75, '', 'VPP', '', '2017-07-28 20:57:59', 0, '1'),
(1501490673, 303, 'Dipankar Sarkar', 'INVELH1501490673', 675.75, '', 'VPP', '', '2017-07-31 14:14:33', 0, '1'),
(1501597824, 575, 'Gaurav Potnis', 'INVELH1501597824', 795.00, '', 'CC', '', '2017-08-01 20:00:24', 0, '1'),
(1501639434, 577, 'Nikita Agarwal', 'INVELH1501639434', 445.50, '', 'VPP', '', '2017-08-02 07:33:54', 0, '1'),
(1502160460, 588, 'Abhijeet Dixit', 'INVELH1502160460', 701.25, '', 'VPP', '', '2017-08-08 08:17:40', 0, '1'),
(1502173469, 547, '', 'INVELH1502173469', 467.50, '', 'CC', '', '2017-08-08 11:54:29', 0, '1'),
(1502212507, 589, 'advance diagnostics', 'INVELH1502212507', 535.50, '', 'CC', '', '2017-08-08 22:45:07', 0, '1'),
(1503146496, 408, '', 'INVELH1503146496', 1705.50, '', 'CC', '', '2017-08-19 18:11:36', 0, '1'),
(1503147711, 408, 'Pratima Pathak', 'INVELH1503147711', 1705.50, '', 'VPP', '', '2017-08-19 18:31:51', 0, '1'),
(1503466021, 617, 'Abhijit Kar', 'INVELH1503466021', 1884.96, '', 'CC', '', '2017-08-23 10:57:01', 257.04, '1'),
(1503466157, 617, 'Abhijit Kar', 'INVELH1503466157', 1884.96, '', 'CC', '', '2017-08-23 10:59:17', 257.04, '1'),
(1503467066, 617, 'Abhijit Kar', 'INVELH1503467066', 2142.00, '', 'CC', '', '2017-08-23 11:14:26', 257.04, '1'),
(1503467208, 617, 'Abhijit Kar', 'INVELH1503467208', 1884.96, '', 'CC', '', '2017-08-23 11:16:48', 257.04, '1'),
(1503497148, 618, 'Agastya Shelat', 'INVELH1503497148', 871.25, '', 'VPP', '', '2017-08-23 19:35:48', 0, '1'),
(1504252229, 639, 'Rajan K', 'INVELH1504252229', 445.50, '', 'VPP', '', '2017-09-01 13:20:29', 0, '1'),
(1504344328, 640, 'Sanjib Kumar Deb', 'INVELH1504344328', 981.00, '', 'CC', '', '2017-09-02 14:55:28', 0, '1'),
(1504370495, 642, '', 'INVELH1504370495', 701.25, '', 'CC', '', '2017-09-02 22:11:35', 0, '1'),
(1504379713, 643, 'AMIT GUPTA', 'INVELH1504379713', 445.50, '', 'VPP', '', '2017-09-03 00:45:13', 0, '1'),
(1504462704, 645, 'joachim saldanha', 'INVELH1504462704', 1157.85, '', 'CC', '', '2017-09-03 23:48:24', 0, '1'),
(1504861591, 102, 'amit', 'INVELH1504861591', 871.25, '', 'VPP', '', '2017-09-08 14:36:31', 0, '1'),
(1505114879, 663, 'Anup Pattnaik', 'INVELH1505114879', 2948.44, '', 'VPP', '', '2017-09-11 12:57:59', 239.062, '1'),
(1505148972, 665, 'MANLEEN KAUR', 'INVELH1505148972', 280.00, '', 'CC', '', '2017-09-11 22:26:12', 0, '1'),
(1505149045, 664, 'Dev Singh', 'INVELH1505149045', 795.00, '', 'CC', '', '2017-09-11 22:27:25', 0, '1'),
(1505166090, 666, 'Nagashayana Srinivasaiah', 'INVELH1505166090', 1100.75, '', 'VPP', '', '2017-09-12 03:11:30', 0, '1'),
(1505196116, 665, 'MANLEEN KAUR', 'INVELH1505196116', 1295.00, '', 'CC', '', '2017-09-12 11:31:56', 0, '1'),
(1505380535, 675, 'Ahmed Faraz', 'INVELH1505380535', 2363.00, '', 'CC', '', '2017-09-14 14:45:35', 0, '1'),
(1505380630, 675, 'Ahmed Faraz', 'INVELH1505380630', 1181.50, '', 'CC', '', '2017-09-14 14:47:10', 0, '1'),
(1505399780, 676, 'Aashish Garg', 'INVELH1505399780', 445.50, '', 'CC', '', '2017-09-14 20:06:20', 0, '1'),
(1505484976, 667, 'Sanjay Saxena', 'INVELH1505484976', 795.00, '', 'VPP', '', '2017-09-15 19:46:16', 0, '1'),
(1505818016, 691, 'Dr R Rajamahendran', 'INVELH1505818016', 1125.00, '', 'VPP', '', '2017-09-19 16:16:56', 0, '1'),
(1506155312, 699, 'valvinder singh', 'INVELH1506155312', 701.25, '', 'VPP', '', '2017-09-23 13:58:32', 0, '1'),
(1506261608, 702, 'Vivek Punjabi', 'INVELH1506261608', 2347.50, '', 'VPP', '', '2017-09-24 19:30:08', 0, '1'),
(1506333768, 666, '', 'INVELH1506333768', 1100.75, '', 'CC', '', '2017-09-25 15:32:48', 0, '1'),
(1506343970, 699, '', 'INVELH1506343970', 701.25, '', 'CC', '', '2017-09-25 18:22:50', 0, '1'),
(1506355169, 699, 'valvinder singh', 'INVELH1506355169', 701.25, '', 'CC', '', '2017-09-25 21:29:29', 0, '1'),
(1506355889, 699, 'valvinder singh', 'INVELH1506355889', 701.25, '', 'CC', '', '2017-09-25 21:41:29', 0, '1'),
(1506534364, 713, 'Sakshi Upadhyay', 'INVELH1506534364', 590.75, '', 'VPP', '', '2017-09-27 23:16:04', 0, '1'),
(1506575709, 715, 'Girish Motwani', 'INVELH1506575709', 871.25, '', 'CC', '', '2017-09-28 10:45:09', 0, '1'),
(1506835838, 728, 'Anirban Roy', 'INVELH1506835838', 625.50, '', 'VPP', '', '2017-10-01 11:00:38', 0, '1'),
(1507383752, 753, 'Amit Kumar', 'INVELH1507383752', 345.00, '', 'CC', '', '2017-10-07 19:12:32', 0, '1'),
(1507489650, 757, 'Santosh Suryawanshi', 'INVELH1507489650', 877.50, '', 'VPP', '', '2017-10-09 00:37:30', 0, '1'),
(1507608014, 762, 'Sangeetha Sriraam', 'INVELH1507608014', 535.50, '', 'CC', '', '2017-10-10 09:30:14', 0, '1'),
(1507712909, 728, 'Anirban Roy', 'INVELH1507712909', 625.50, '', 'CC', '', '2017-10-11 14:38:29', 0, '1'),
(1507713208, 728, 'Anirban Roy', 'INVELH1507713208', 625.50, '', 'CC', '', '2017-10-11 14:43:28', 0, '1'),
(1507713331, 728, 'Anirban Roy', 'INVELH1507713331', 625.50, '', 'CC', '', '2017-10-11 14:45:31', 0, '1'),
(1507713489, 728, 'Anirban Roy', 'INVELH1507713489', 625.50, '', 'CC', '', '2017-10-11 14:48:09', 0, '1'),
(1507713942, 728, 'Anirban Roy', 'INVELH1507713942', 625.50, '', 'DD', '', '2017-10-11 14:55:42', 0, '1'),
(1507823139, 768, 'Pankaj Kathuria', 'INVELH1507823139', 1572.50, '', 'CC', '', '2017-10-12 21:15:39', 0, '1'),
(1507997440, 774, 'Pritam Ananta', 'INVELH1507997440', 505.75, '', 'VPP', '', '2017-10-14 21:40:40', 0, '1'),
(1508158034, 778, '', 'INVELH1508158034', 650.00, '', 'CC', '', '2017-10-16 18:17:14', 0, '1'),
(1509521500, 792, 'Pankaj Kaushik', 'INVELH1509521500', 535.50, '', 'CC', '', '2017-11-01 13:01:40', 0, '1'),
(1509630794, 795, 'Arif Malik Shaik', 'INVELH1509630794', 877.50, '', 'CC', '', '2017-11-02 19:23:14', 0, '1'),
(1509631424, 795, 'Arif Malik Shaik', 'INVELH1509631424', 877.50, '', 'VPP', '', '2017-11-02 19:33:44', 0, '1'),
(1509940050, 728, 'Anirban Roy', 'INVELH1509940050', 1415.75, '', 'CC', '', '2017-11-06 09:17:30', 0, '1'),
(1509940117, 728, 'Anirban Roy', 'INVELH1509940117', 1415.75, '', 'DD', '', '2017-11-06 09:18:37', 0, '1'),
(1509940855, 794, 'Chandra Mohana', 'INVELH1509940855', 445.50, '', 'VPP', '', '2017-11-06 09:30:55', 0, '1'),
(1510109719, 728, 'Anirban Roy', 'INVELH1510109719', 1870.75, '', 'DD', '', '2017-11-08 08:25:19', 0, '1'),
(1510949720, 830, 'SANJIB MAJUMDER', 'INVELH1510949720', 535.50, '', 'VPP', '', '2017-11-18 01:45:20', 0, '1'),
(1511284318, 844, 'Ashutosh Saraf', 'INVELH1511284318', 743.75, '', 'CC', '', '2017-11-21 22:41:58', 0, '1'),
(1511438077, 807, '', 'INVELH1511438077', 1997.50, '', 'CC', '', '2017-11-23 17:24:37', 0, '1'),
(1511717857, 851, 'Guru das', 'INVELH1511717857', 6630.00, '', 'VPP', '', '2017-11-26 23:07:37', 0, '1'),
(1512219115, 863, 'Santosh S. Pawar', 'INVELH1512219115', 1195.75, '', 'CC', '', '2017-12-02 18:21:55', 0, '1'),
(1512243015, 866, 'Sugandha Sugandha', 'INVELH1512243015', 765.00, '', 'CC', '', '2017-12-03 01:00:15', 0, '1'),
(1512655342, 873, 'Vishesh Shanker', 'INVELH1512655342', 535.50, '', 'CC', '', '2017-12-07 19:32:22', 0, '1'),
(1512811510, 294, 'Debasis', 'INVELH1512811510', 1232.50, '', 'VPP', '', '2017-12-09 14:55:10', 0, '1'),
(1513245505, 889, 'Sudhir Kumar', 'INVELH1513245505', 535.50, '', 'CC', '', '2017-12-14 15:28:25', 0, '1'),
(1513324877, 885, 'Kenny Ng', 'INVELH1513324877', 1795.50, '', 'CC', '', '2017-12-15 13:31:17', 0, '1'),
(1513325054, 885, 'Kenny Ng', 'INVELH1513325054', 1795.50, '', 'CC', '', '2017-12-15 13:34:14', 0, '1'),
(1513687867, 904, 'vivek', 'INVELH1513687867', 1100.75, '', 'CC', '', '2017-12-19 18:21:07', 0, '1'),
(1513688004, 904, 'vivek', 'INVELH1513688004', 1100.75, '', 'CC', '', '2017-12-19 18:23:24', 0, '1'),
(1513873954, 912, 'Harshit Pandey', 'INVELH1513873954', 795.00, '', 'VPP', '', '2017-12-21 22:02:34', 0, '1'),
(1513951584, 915, 'Priya Ranjan Singha', 'INVELH1513951584', 675.75, '', 'CC', '', '2017-12-22 19:36:24', 0, '1'),
(1514109549, 918, 'Raja Narayanan', 'INVELH1514109549', 1445.50, '', 'VPP', '', '2017-12-24 15:29:09', 0, '1'),
(1514375027, 294, 'Debasis', 'INVELH1514375027', 335.75, '', 'VPP', '', '2017-12-27 17:13:47', 0, '1'),
(1514376103, 294, 'Debasis', 'INVELH1514376103', 1130.75, '', 'VPP', '', '2017-12-27 17:31:43', 0, '1'),
(1514457516, 294, 'Debasis', 'INVELH1514457516', 621.00, '', 'VPP', '', '2017-12-28 16:08:36', 0, '1'),
(1514461439, 294, 'Debasis', 'INVELH1514461439', 335.75, '', 'VPP', '', '2017-12-28 17:13:59', 0, '1'),
(1514977046, 936, 'Lavanya H B', 'INVELH1514977046', 1100.75, '', 'VPP', '', '2018-01-03 16:27:26', 0, '1'),
(1515045349, 942, 'Anurag', 'INVELH1515045349', 515.00, '', 'VPP', '', '2018-01-04 11:25:49', 0, '1'),
(1515045443, 942, 'Anurag', 'INVELH1515045443', 0.00, '', 'VPP', '', '2018-01-04 11:27:23', 0, '1'),
(1515176079, 946, 'Rohit Debnath', 'INVELH1515176079', 476.00, '', 'VPP', '', '2018-01-05 23:44:39', 0, '1'),
(1515405258, 294, 'Debasis', 'INVELH1515405258', 621.00, '', 'VPP', '', '2018-01-08 15:24:18', 0, '1'),
(1515405443, 294, 'Debasis', 'INVELH1515405443', 795.00, '', 'VPP', '', '2018-01-08 15:27:23', 0, '1'),
(1515608582, 958, '', 'INVELH1515608582', 2227.50, '', 'VPP', '', '2018-01-10 23:53:02', 0, '1'),
(1515775907, 962, 'Ashutosh', 'INVELH1515775907', 1225.00, '', 'VPP', '', '2018-01-12 22:21:47', 0, '1'),
(1516029360, 958, '', 'INVELH1516029360', 2227.50, '', 'CC', '', '2018-01-15 20:46:00', 0, '1'),
(1516030375, 958, '', 'INVELH1516030375', 2227.50, '', 'CC', '', '2018-01-15 21:02:55', 0, '1'),
(1516280188, 969, 'Debarati Nandan ', 'INVELH1516280188', 535.50, '', 'VPP', '', '2018-01-18 18:26:28', 0, '1'),
(1516603735, 972, 'Rajeev Rayasam', 'INVELH1516603735', 2252.50, '', 'CC', '', '2018-01-22 12:18:55', 0, '1'),
(1516780054, 981, 'Rupendra Singh Jadaun', 'INVELH1516780054', 2290.50, '', 'CC', '', '2018-01-24 13:17:34', 0, '1'),
(1516780189, 981, 'Rupendra Singh Jadaun', 'INVELH1516780189', 2290.50, '', 'CC', '', '2018-01-24 13:19:49', 0, '1'),
(1517229237, 934, '', 'INVELH1517229237', 795.00, '', 'CC', '', '2018-01-29 18:03:57', 0, '1'),
(1517251664, 153, 'Subhra som Ghosal', 'INVELH1517251664', 607.50, '', 'VPP', '', '2018-01-30 00:17:44', 0, '1'),
(1517322077, 313, 'Harshvardhan Sharma', 'INVELH1517322077', 585.00, '', 'CC', '', '2018-01-30 19:51:17', 0, '1'),
(1517322293, 313, 'Harshvardhan Sharma', 'INVELH1517322293', 585.00, '', 'VPP', '', '2018-01-30 19:54:53', 0, '1'),
(1517375197, 1000, 'krishna vs', 'INVELH1517375197', 250.00, '', 'VPP', '', '2018-01-31 10:36:37', 0, '1'),
(1517668590, 1004, 'Dr-Srinivas Challa', 'INVELH1517668590', 467.50, '', 'CC', '', '2018-02-03 20:06:30', 0, '1'),
(1517887576, 1010, 'ANUP SINGH', 'INVELH1517887576', 796.25, '', 'CC', '', '2018-02-06 08:56:16', 0, '1'),
(1517888150, 1010, 'ANUP SINGH', 'INVELH1517888150', 796.25, '', 'CC', '', '2018-02-06 09:05:50', 0, '1'),
(1517888565, 1010, 'ANUP SINGH', 'INVELH1517888565', 796.25, '', 'CC', '', '2018-02-06 09:12:45', 0, '1'),
(1517901640, 1010, 'ANUP SINGH', 'INVELH1517901640', 796.25, '', 'CC', '', '2018-02-06 12:50:40', 0, '1'),
(1517902069, 1010, 'ANUP SINGH', 'INVELH1517902069', 796.25, '', 'VPP', '', '2018-02-06 12:57:49', 0, '1'),
(1518106198, 1013, 'Gopal Prasad Mishra', 'INVELH1518106198', 1997.50, '', 'CC', '', '2018-02-08 21:39:58', 0, '1'),
(1518241566, 1016, 'Basant Bhaskar', 'INVELH1518241566', 871.25, '', 'VPP', '', '2018-02-10 11:16:06', 0, '1'),
(1518292765, 1018, 'Abhay Chauhan', 'INVELH1518292765', 2439.50, '', 'VPP', '', '2018-02-11 01:29:25', 0, '1'),
(1518802529, 1031, 'Arjun Banerjee', 'INVELH1518802529', 1705.50, '', 'VPP', '', '2018-02-16 23:05:29', 0, '1'),
(1519299682, 728, 'Anirban Roy', 'INVELH1519299682', 945.00, '', 'DD', '', '2018-02-22 17:11:22', 0, '1'),
(1519312646, 1044, 'Mohit Jain', 'INVELH1519312646', 590.75, '', 'VPP', '', '2018-02-22 20:47:26', 0, '1'),
(1519525278, 1050, 'Daniel Debbarma', 'INVELH1519525278', 445.50, '', 'VPP', '', '2018-02-25 07:51:18', 0, '1'),
(1519808414, 432, 'Dr. Ashok Soni', 'INVELH1519808414', 1385.75, '', 'CC', '', '2018-02-28 14:30:14', 0, '1'),
(1519809147, 432, 'Dr. Ashok Soni', 'INVELH1519809147', 1385.75, '', 'VPP', '', '2018-02-28 14:42:27', 0, '1'),
(1519809474, 432, 'Dr. Ashok Soni', 'INVELH1519809474', 1572.50, '', 'VPP', '', '2018-02-28 14:47:54', 0, '1'),
(1520024452, 1064, 'Ayushi Dube', 'INVELH1520024452', 450.00, '', 'CC', '', '2018-03-03 02:30:52', 0, '1'),
(1520024812, 1064, 'Ayushi Dube', 'INVELH1520024812', 450.00, '', 'CC', '', '2018-03-03 02:36:52', 0, '1'),
(1520115530, 1064, '', 'INVELH1520115530', 350.00, '', 'CC', '', '2018-03-04 03:48:50', 0, '1'),
(1520287864, 1070, 'Asadullah Mohammed', 'INVELH1520287864', 1270.75, '', 'VPP', '', '2018-03-06 03:41:04', 0, '1'),
(1520617976, 1076, 'MOHAMMAD HARUN CHIPPA', 'INVELH1520617976', 743.75, '', 'VPP', '', '2018-03-09 23:22:56', 0, '1'),
(1520663244, 1078, 'GIRISH KUMAR GAKHAR', 'INVELH1520663244', 1726.05, '', 'CC', '', '2018-03-10 11:57:24', 139.95, '1'),
(1520663535, 1078, 'GIRISH KUMAR GAKHAR', 'INVELH1520663535', 1726.05, '', 'CC', '', '2018-03-10 12:02:15', 139.95, '1'),
(1520664146, 1078, 'GIRISH KUMAR GAKHAR', 'INVELH1520664146', 1726.05, '', 'CC', '', '2018-03-10 12:12:26', 139.95, '1'),
(1520834246, 1082, 'Supriya Shetty', 'INVELH1520834246', 795.00, '', 'VPP', '', '2018-03-12 11:27:26', 0, '1'),
(1521544008, 1078, 'GIRISH KUMAR GAKHAR', 'INVELH1521544008', 1686.97, '', 'CC', '', '2018-03-20 16:36:48', 136.781, '1'),
(1521571777, 1091, 'Shafeeq', 'INVELH1521571777', 390.00, '', 'VPP', '', '2018-03-21 00:19:37', 0, '1'),
(1522121564, 1099, 'Abhishek Samdekar', 'INVELH1522121564', 1530.00, '', 'CC', '', '2018-03-27 09:02:44', 0, '1'),
(1522122132, 1099, 'Abhishek Samdekar', 'INVELH1522122132', 1530.00, '', 'VPP', '', '2018-03-27 09:12:12', 0, '1'),
(1522332178, 1101, 'K. Balaji', 'INVELH1522332178', 535.50, '', 'VPP', '', '2018-03-29 19:32:58', 0, '1'),
(1522581895, 156, 'B.V.S.R.K.V.HANUMANTHA RAO', 'INVELH1522581895', 3540.24, '', 'CC', '', '2018-04-01 16:54:55', 482.76, '1'),
(1522582182, 156, 'B.V.S.R.K.V.HANUMANTHA RAO', 'INVELH1522582182', 3540.24, '', 'CC', '', '2018-04-01 16:59:42', 482.76, '1'),
(1522582321, 156, 'B.V.S.R.K.V.HANUMANTHA RAO', 'INVELH1522582321', 3540.24, '', 'VPP', '', '2018-04-01 17:02:01', 482.76, '1'),
(1523669530, 1118, 'Sangameswar Mantravadi', 'INVELH1523669530', 5217.30, '', 'VPP', '', '2018-04-14 07:02:10', 711.45, '1'),
(1524313693, 1126, 'Bikash Das', 'INVELH1524313693', 1080.00, '', 'CC', '', '2018-04-21 17:58:13', 0, '1'),
(1524314837, 1125, 'SASIKALA.G.', 'INVELH1524314837', 552.50, '', 'CC', '', '2018-04-21 18:17:17', 0, '1'),
(1524315204, 1125, 'SASIKALA.G.', 'INVELH1524315204', 552.50, '', 'CC', '', '2018-04-21 18:23:24', 0, '1'),
(1524315507, 1125, 'SASIKALA.G.', 'INVELH1524315507', 552.50, '', 'CC', '', '2018-04-21 18:28:27', 0, '1'),
(1524382011, 1121, 'Vikas Agarwal', 'INVELH1524382011', 1020.00, '', 'CC', '', '2018-04-22 12:56:51', 0, '1'),
(1524565757, 1126, '', 'INVELH1524565757', 1080.00, '', 'CC', '', '2018-04-24 15:59:17', 0, '1'),
(1524663021, 1131, 'Devjani Bose', 'INVELH1524663021', 1195.75, '', 'VPP', '', '2018-04-25 19:00:21', 0, '1'),
(1524910714, 1013, '', 'INVELH1524910714', 2366.15, '', 'CC', '', '2018-04-28 15:48:34', 191.85, '1'),
(1524910991, 1013, '', 'INVELH1524910991', 2366.15, '', 'CC', '', '2018-04-28 15:53:11', 191.85, '1'),
(1525201197, 1135, 'Priyanka Porwal Jain', 'INVELH1525201197', 535.50, '', 'VPP', '', '2018-05-02 00:29:57', 0, '1'),
(1525316386, 1137, 'Ashish Bhardwaj', 'INVELH1525316386', 531.25, '', 'VPP', '', '2018-05-03 08:29:46', 0, '1'),
(1525318500, 1138, 'Bankat Bhangdiya', 'INVELH1525318500', 485.75, '', 'VPP', '', '2018-05-03 09:05:00', 0, '1'),
(1525357096, 1121, 'Vikas Agarwal', 'INVELH1525357096', 1020.00, '', 'CC', '', '2018-05-03 19:48:16', 0, '1'),
(1525441309, 1121, 'Vikas Agarwal', 'INVELH1525441309', 1020.00, '', 'CC', '', '2018-05-04 19:11:49', 0, '1'),
(1525570419, 768, 'Pankaj Kathuria', 'INVELH1525570419', 3254.75, '', 'CC', '', '2018-05-06 07:03:39', 0, '1'),
(1525784448, 1141, 'kelzar tollways pvt. ltd.', 'INVELH1525784448', 420.75, '', 'CC', '', '2018-05-08 18:30:48', 0, '1'),
(1526666123, 1153, 'Gyan Shukla', 'INVELH1526666123', 2277.66, '', 'VPP', '', '2018-05-18 23:25:23', 310.59, '1'),
(1526745621, 1155, 'Rajat Das', 'INVELH1526745621', 585.00, '', 'CC', '', '2018-05-19 21:30:21', 0, '1'),
(1527449034, 1159, 'Devendra Singh', 'INVELH1527449034', 675.00, '', 'DD', '', '2018-05-28 00:53:54', 0, '1'),
(1527449138, 1159, 'Devendra Singh', 'INVELH1527449138', 675.00, '', 'VPP', '', '2018-05-28 00:55:38', 0, '1'),
(1527449321, 1159, 'Devendra Singh', 'INVELH1527449321', 675.00, '', 'VPP', '', '2018-05-28 00:58:41', 0, '1'),
(1527449539, 1159, 'Devendra Singh', 'INVELH1527449539', 675.00, '', 'VPP', '', '2018-05-28 01:02:19', 0, '1'),
(1527677032, 936, '', 'INVELH1527677032', 556.75, '', 'VPP', '', '2018-05-30 16:13:52', 0, '1'),
(1527994631, 1165, 'Maisnam Loyalakpa M.', 'INVELH1527994631', 926.50, '', 'CC', '', '2018-06-03 08:27:11', 0, '1'),
(1528268539, 1166, 'RAJA G. VALECHA', 'INVELH1528268539', 280.00, '', 'VPP', '', '2018-06-06 12:32:19', 0, '1'),
(1528275799, 1167, 'Richa Batheja', 'INVELH1528275799', 390.00, '', 'VPP', '', '2018-06-06 14:33:19', 0, '1'),
(1528360152, 1169, 'basuri ps', 'INVELH1528360152', 493.00, '', 'VPP', '', '2018-06-07 13:59:12', 0, '1'),
(1528362325, 1166, 'RAJA G. VALECHA', 'INVELH1528362325', 280.00, '', 'CC', '', '2018-06-07 14:35:25', 0, '1'),
(1528961726, 1172, 'Abhinav Anand', 'INVELH1528961726', 405.00, '', 'VPP', '', '2018-06-14 13:05:26', 0, '1'),
(1529226507, 1175, 'CHIDANADNA VG', 'INVELH1529226507', 595.50, '', 'VPP', '', '2018-06-17 14:38:27', 0, '1'),
(1529254827, 1176, 'Diksha Khobragade', 'INVELH1529254827', 637.50, '', 'DD', '', '2018-06-17 22:30:27', 0, '1'),
(1529476712, 1178, 'rakesh kumar tripathi', 'INVELH1529476712', 616.25, '', 'VPP', '', '2018-06-20 12:08:32', 0, '1'),
(1529738220, 1181, 'Rohit Singh', 'INVELH1529738220', 445.50, '', 'CC', '', '2018-06-23 12:47:00', 0, '1'),
(1529841902, 1183, 'Karna Vangala', 'INVELH1529841902', 1894.86, '', 'VPP', '', '2018-06-24 17:35:02', 153.637, '1'),
(1529926996, 499, '', 'INVELH1529926996', 2217.00, '', 'CC', '', '2018-06-25 17:13:16', 0, '1'),
(1529927137, 499, '', 'INVELH1529927137', 2217.00, '', 'VPP', '', '2018-06-25 17:15:37', 0, '1'),
(1530112922, 1184, 'Scindia M S', 'INVELH1530112922', 445.50, '', 'CC', '', '2018-06-27 20:52:02', 0, '1'),
(1530603386, 1187, 'PRATIP KUMAR PAUL ', 'INVELH1530603386', 675.75, '', 'CC', '', '2018-07-03 13:06:26', 0, '1'),
(1530656107, 1188, 'Himeshwar Singh', 'INVELH1530656107', 531.25, '', 'CC', '', '2018-07-04 03:45:07', 0, '1'),
(1530802809, 1190, 'Pranshu Dwivedi', 'INVELH1530802809', 445.50, '', 'VPP', '', '2018-07-05 20:30:09', 0, '1'),
(1530858533, 1191, 'apra roy', 'INVELH1530858533', 1100.75, '', 'VPP', '', '2018-07-06 11:58:53', 0, '1'),
(1531462925, 1199, 'Janardhanan k', 'INVELH1531462925', 493.00, '', 'CC', '', '2018-07-13 11:52:05', 0, '1'),
(1531476472, 0, '', 'INVELH1531476472', 0.00, '', 'CC', '', '2018-07-13 15:37:52', 0, '1'),
(1531476487, 0, '', 'INVELH1531476487', 0.00, '', 'CC', '', '2018-07-13 15:38:07', 0, '1'),
(1531573762, 1125, 'SASIKALA.G.', 'INVELH1531573762', 1785.17, '', 'CC', '', '2018-07-14 18:39:22', 243.432, '1'),
(1531573841, 1125, 'SASIKALA.G.', 'INVELH1531573841', 1785.17, '', 'CC', '', '2018-07-14 18:40:41', 243.432, '1'),
(1531574057, 1125, 'SASIKALA.G.', 'INVELH1531574057', 1785.17, '', 'CC', '', '2018-07-14 18:44:17', 243.432, '1'),
(1531576542, 1125, 'SASIKALA.G.', 'INVELH1531576542', 1785.17, '', 'CC', '', '2018-07-14 19:25:42', 243.432, '1'),
(1531593506, 1125, 'SASIKALA.G.', 'INVELH1531593506', 2028.60, '', 'CC', '', '2018-07-15 00:08:26', 0, '1'),
(1531593587, 1125, 'SASIKALA.G.', 'INVELH1531593587', 1785.17, '', 'CC', '', '2018-07-15 00:09:47', 243.432, '1'),
(1531594625, 1202, 'GUNASEKARAN M N', 'INVELH1531594625', 1785.17, '', 'CC', '', '2018-07-15 00:27:05', 243.432, '1'),
(1531621404, 1125, 'SASIKALA.G.', 'INVELH1531621404', 1785.17, '', 'CC', '', '2018-07-15 07:53:24', 243.432, '1'),
(1531622734, 1125, 'SASIKALA.G.', 'INVELH1531622734', 1785.17, '', 'CC', '', '2018-07-15 08:15:34', 243.432, '1'),
(1531628307, 1125, 'SASIKALA.G.', 'INVELH1531628307', 1785.17, '', 'CC', '', '2018-07-15 09:48:27', 243.432, '1'),
(1531980239, 499, '', 'INVELH1531980239', 2776.39, '', 'CC', '', '2018-07-19 11:33:59', 225.113, '1'),
(1531980426, 499, '', 'INVELH1531980426', 2641.32, '', 'CC', '', '2018-07-19 11:37:06', 360.18, '1'),
(1531980465, 499, '', 'INVELH1531980465', 2641.32, '', 'CC', '', '2018-07-19 11:37:45', 360.18, '1'),
(1531980664, 499, '', 'INVELH1531980664', 2641.32, '', 'VPP', '', '2018-07-19 11:41:04', 360.18, '1'),
(1531982120, 499, '', 'INVELH1531982120', 2641.32, '', 'VPP', '', '2018-07-19 12:05:20', 360.18, '1'),
(1532158181, 1125, 'SASIKALA.G.', 'INVELH1532158181', 2152.70, '', 'CC', '', '2018-07-21 12:59:41', 293.55, '1'),
(1532159006, 1202, 'GUNASEKARAN M N', 'INVELH1532159006', 2152.70, '', 'CC', '', '2018-07-21 13:13:26', 293.55, '1'),
(1532420281, 1218, 'test', 'INVELH1532420281', 2666.78, '', 'VPP', '', '2018-07-24 13:48:01', 216.225, '1'),
(1532367543, 1217, 'Santhosh Abraham', 'INVELH1532367543', 445.50, '', 'CC', '', '2018-07-23 23:09:03', 0, '1'),
(1532424866, 1218, 'test', 'INVELH1532424866', 5706.50, '', 'VPP', '', '2018-07-24 15:04:26', 0, '1'),
(1532409663, 294, 'Debasis', 'INVELH1532409663', 2502.06, '', 'VPP', '', '2018-07-24 10:51:03', 341.19, '1'),
(1532424963, 1218, 'test', 'INVELH1532424963', 5706.50, '', 'VPP', '', '2018-07-24 15:06:03', 0, '1'),
(1532425599, 1218, 'test', 'INVELH1532425599', 5706.50, '', 'VPP', '', '2018-07-24 15:16:39', 0, '1'),
(1532425816, 1218, 'test', 'INVELH1532425816', 5706.50, '', 'VPP', '', '2018-07-24 15:20:16', 0, '1'),
(1532427761, 1219, 'priyadarshini S K', 'INVELH1532427761', 711.00, '', 'CC', '', '2018-07-24 15:52:41', 0, '1'),
(1532427878, 1219, 'priyadarshini S K', 'INVELH1532427878', 711.00, '', 'VPP', '', '2018-07-24 15:54:38', 0, '1'),
(1532428615, 1218, 'test', 'INVELH1532428615', 5706.50, '', 'VPP', '', '2018-07-24 16:06:55', 0, '1'),
(1532429244, 1218, 'test', 'INVELH1532429244', 5706.50, '', 'VPP', '', '2018-07-24 16:17:24', 0, '1'),
(1532429329, 1218, 'test', 'INVELH1532429329', 607.50, '', 'VPP', '', '2018-07-24 16:18:49', 0, '1'),
(1532430649, 1218, 'test', 'INVELH1532430649', 607.50, '', 'VPP', '', '2018-07-24 16:40:49', 0, '1'),
(1532430787, 1218, 'test', 'INVELH1532430787', 607.50, '', 'VPP', '', '2018-07-24 16:43:07', 0, '1'),
(1532431023, 1218, 'test', 'INVELH1532431023', 607.50, '', 'VPP', '', '2018-07-24 16:47:03', 0, '1'),
(1532431562, 1218, 'test', 'INVELH1532431562', 607.50, '', 'VPP', '', '2018-07-24 16:56:02', 0, '1'),
(1532431978, 1218, 'test', 'INVELH1532431978', 607.50, '', 'VPP', '', '2018-07-24 17:02:58', 0, '1'),
(1532432032, 1218, 'test', 'INVELH1532432032', 607.50, '', 'VPP', '', '2018-07-24 17:03:52', 0, '1'),
(1532432068, 1218, 'test', 'INVELH1532432068', 607.50, '', 'VPP', '', '2018-07-24 17:04:28', 0, '1'),
(1532432194, 1218, 'test', 'INVELH1532432194', 607.50, '', 'VPP', '', '2018-07-24 17:06:34', 0, '1'),
(1532432492, 1218, 'test', 'INVELH1532432492', 1334.50, '', 'VPP', '', '2018-07-24 17:11:32', 0, '1'),
(1532432521, 1218, 'test', 'INVELH1532432521', 1334.50, '', 'VPP', '', '2018-07-24 17:12:01', 0, '1'),
(1532432558, 1218, 'test', 'INVELH1532432558', 1334.50, '', 'VPP', '', '2018-07-24 17:12:38', 0, '1'),
(1532432576, 1218, 'test', 'INVELH1532432576', 1334.50, '', 'VPP', '', '2018-07-24 17:12:56', 0, '1'),
(1532432626, 1218, 'test', 'INVELH1532432626', 1334.50, '', 'VPP', '', '2018-07-24 17:13:46', 0, '1'),
(1532432696, 1218, 'test', 'INVELH1532432696', 1334.50, '', 'VPP', '', '2018-07-24 17:14:56', 0, '1'),
(1532432755, 1218, 'test', 'INVELH1532432755', 1822.50, '', 'VPP', '', '2018-07-24 17:15:55', 0, '1'),
(1532433071, 1218, 'test', 'INVELH1532433071', 607.50, '', 'VPP', '', '2018-07-24 17:21:11', 0, '1'),
(1532433174, 1218, 'test', 'INVELH1532433174', 607.50, '', 'VPP', '', '2018-07-24 17:22:54', 0, '1'),
(1532433230, 1218, 'test', 'INVELH1532433230', 607.50, '', 'VPP', '', '2018-07-24 17:23:50', 0, '1'),
(1532434039, 1220, 'test123', 'INVELH1532434039', 607.50, '', 'VPP', '', '2018-07-24 17:37:19', 0, '1'),
(1532434075, 1220, 'test123', 'INVELH1532434075', 607.50, '', 'VPP', '', '2018-07-24 17:37:55', 0, '1'),
(1532434093, 1220, 'test123', 'INVELH1532434093', 607.50, '', 'VPP', '', '2018-07-24 17:38:13', 0, '1'),
(1532434224, 1220, 'test123', 'INVELH1532434224', 607.50, '', 'VPP', '', '2018-07-24 17:40:24', 0, '1'),
(1532434569, 1220, 'test123', 'INVELH1532434569', 607.50, '', 'VPP', '', '2018-07-24 17:46:09', 0, '1'),
(1532440868, 1222, 'Rahul Kumar', 'INVELH1532440868', 280.00, '', 'CC', '', '2018-07-24 19:31:08', 0, '1'),
(1532457557, 1224, 'Jasbir Singh', 'INVELH1532457557', 2092.81, '', 'CC', '', '2018-07-25 00:09:17', 169.688, '1'),
(1532496866, 1225, 'Test123', 'INVELH1532496866', 2502.06, '', 'VPP', '', '2018-07-25 11:04:26', 341.19, '1'),
(1532498051, 1225, 'Test123', 'INVELH1532498051', 2375.75, '', 'CC', '', '2018-07-25 11:24:11', 0, '1'),
(1532498233, 1225, 'Test123', 'INVELH1532498233', 2090.66, '', 'CC', '', '2018-07-25 11:27:13', 285.09, '1'),
(1532500839, 1225, 'Test123', 'INVELH1532500839', 1982.20, '', 'DD', '', '2018-07-25 12:10:39', 270.3, '1'),
(1532500633, 1225, 'Test123', 'INVELH1532500633', 2177.91, '', 'DD', '', '2018-07-25 12:07:13', 176.587, '1'),
(1532500504, 1225, 'Test123', 'INVELH1532500504', 2177.91, '', 'DD', '', '2018-07-25 12:05:04', 176.587, '1'),
(1532500147, 1225, 'Test123', 'INVELH1532500147', 2354.82, '', 'DD', '', '2018-07-25 11:59:07', 190.931, '1'),
(1532499885, 1225, 'Test123', 'INVELH1532499885', 2354.82, '', 'CC', '', '2018-07-25 11:54:45', 190.931, '1'),
(1532499526, 1225, 'Test123', 'INVELH1532499526', 2090.66, '', 'CC', '', '2018-07-25 11:48:46', 285.09, '1'),
(1532502790, 152, '', 'INVELH1532502790', 3307.48, '', 'CC', '', '2018-07-25 12:43:10', 451.02, '1'),
(1533028519, 499, '', 'INVELH1533028519', 4680.50, '', 'CC', '', '2018-07-31 14:45:19', 638.25, '1'),
(1533029415, 499, '', 'INVELH1533029415', 4919.84, '', 'VPP', '', '2018-07-31 15:00:15', 398.906, '1'),
(1533038284, 499, '', 'INVELH1533038284', 2252.50, '', 'DD', '', '2018-07-31 17:28:04', 0, '1'),
(1533047109, 1222, '', 'INVELH1533047109', 280.00, '', 'CC', '', '2018-07-31 19:55:09', 0, '1'),
(1533096473, 1231, 'V Shravan Kumar', 'INVELH1533096473', 490.50, '', 'CC', '', '2018-08-01 09:37:53', 0, '1'),
(1533194741, 1225, 'Test123', 'INVELH1533194741', 4017.51, '', 'VPP', '', '2018-08-02 12:55:41', 325.744, '1'),
(1533195116, 1225, 'Test123', 'INVELH1533195116', 4017.51, '', 'CC', '', '2018-08-02 13:01:56', 0, '1'),
(1533208946, 1225, 'Test123', 'INVELH1533208946', 3839.00, '', 'CC', '', '2018-08-02 16:52:26', 523.5, '1'),
(1533208969, 1225, 'Test123', 'INVELH1533208969', 3839.00, '', 'VPP', '', '2018-08-02 16:52:49', 523.5, '1'),
(1533375463, 1243, 'Juhi P. Pathak', 'INVELH1533375463', 445.50, '', 'CC', '', '2018-08-04 15:07:43', 0, '1'),
(1533449697, 1247, 'Rahmatullah Mohammad', 'INVELH1533449697', 715.50, '', 'CC', '', '2018-08-05 11:44:57', 0, '1'),
(1533565109, 1250, 'akshay negi', 'INVELH1533565109', 1232.50, '', 'VPP', '', '2018-08-06 19:48:29', 0, '1'),
(1533640027, 1253, 'Kirti Berwal', 'INVELH1533640027', 575.00, '', 'CC', '', '2018-08-07 16:37:07', 0, '1'),
(1533806895, 1259, 'Suman das', 'INVELH1533806895', 3246.32, '', 'DD', '', '2018-08-09 14:58:15', 442.68, '1'),
(1534052939, 1271, 'Bharat Bhushan', 'INVELH1534052939', 535.50, '', 'VPP', '', '2018-08-12 11:18:59', 0, '1'),
(1534135436, 1273, 'Aishwarya Deshmukh', 'INVELH1534135436', 280.00, '', 'VPP', '', '2018-08-13 10:13:56', 0, '1'),
(1534450178, 1277, 'Asim Mukherjee', 'INVELH1534450178', 743.75, '', 'VPP', '', '2018-08-17 01:39:38', 0, '1'),
(1534533510, 1250, 'akshay negi', 'INVELH1534533510', 1100.75, '', 'VPP', '', '2018-08-18 00:48:30', 0, '1'),
(1534751291, 1078, 'GIRISH KUMAR GAKHAR', 'INVELH1534751291', 595.00, '', 'CC', '', '2018-08-20 13:18:11', 0, '1'),
(1534867381, 1285, 'SHREYASH SHARMA', 'INVELH1534867381', 280.00, '', 'CC', '', '2018-08-21 21:33:01', 0, '1'),
(1534867694, 1285, 'SHREYASH SHARMA', 'INVELH1534867694', 280.00, '', 'CC', '', '2018-08-21 21:38:14', 0, '1'),
(1535371262, 1294, 'CHINMAYA KUMAR MOHAPATRA', 'INVELH1535371262', 765.00, '', 'VPP', '', '2018-08-27 17:31:02', 0, '1'),
(1535524518, 1298, 'Priyesh Vijayakar', 'INVELH1535524518', 1345.50, '', 'VPP', '', '2018-08-29 12:05:18', 0, '1'),
(1535774632, 1231, 'V Shravan Kumar', 'INVELH1535774632', 535.50, '', 'CC', '', '2018-09-01 09:33:52', 0, '1'),
(1535820961, 1304, 'I.NAVEEN', 'INVELH1535820961', 384.00, '', 'VPP', '', '2018-09-01 22:26:01', 0, '1'),
(1535821342, 1305, 'SUDIPTA SANKAR MAITI', 'INVELH1535821342', 1480.50, '', 'VPP', '', '2018-09-01 22:32:22', 0, '1'),
(1535821628, 1305, 'SUDIPTA SANKAR MAITI', 'INVELH1535821628', 495.00, '', 'VPP', '', '2018-09-01 22:37:08', 0, '1'),
(1535889760, 1306, 'Wasiqur Rahaman', 'INVELH1535889760', 1969.66, '', 'CC', '', '2018-09-02 17:32:40', 268.59, '1'),
(1535997238, 1309, 'Narayan Tiwari', 'INVELH1535997238', 595.00, '', 'VPP', '', '2018-09-03 23:23:58', 0, '1'),
(1536125295, 57, 'Santa Paul', 'INVELH1536125295', 1480.50, '', 'VPP', '', '2018-09-05 10:58:15', 0, '1'),
(1536125935, 57, 'Santa Paul', 'INVELH1536125935', 1480.50, '', 'VPP', '', '2018-09-05 11:08:55', 0, '1'),
(1536143620, 1225, 'Test123', 'INVELH1536143620', 2596.25, '', 'VPP', '', '2018-09-05 16:03:40', 0, '1'),
(1536333431, 1314, 'PATANJALI RISHI', 'INVELH1536333431', 1705.50, '', 'CC', '', '2018-09-07 20:47:11', 0, '1'),
(1536333798, 1314, 'PATANJALI RISHI', 'INVELH1536333798', 1705.50, '', 'CC', '', '2018-09-07 20:53:18', 0, '1'),
(1536333936, 1314, 'PATANJALI RISHI', 'INVELH1536333936', 1705.50, '', 'CC', '', '2018-09-07 20:55:36', 0, '1'),
(1536489166, 1316, 'ESTDEV DIXIT', 'INVELH1536489166', 6630.25, '', 'CC', '', '2018-09-09 16:02:46', 0, '1'),
(1536734151, 1314, 'PATANJALI RISHI', 'INVELH1536734151', 1705.50, '', 'CC', '', '2018-09-12 12:05:51', 0, '1'),
(1536940160, 1322, 'Rajesh Meghani', 'INVELH1536940160', 1100.75, '', 'CC', '', '2018-09-14 21:19:20', 0, '1'),
(1537150525, 1231, 'V Shravan Kumar', 'INVELH1537150525', 535.50, '', 'CC', '', '2018-09-17 07:45:25', 0, '1'),
(1537184362, 1231, 'V Shravan Kumar', 'INVELH1537184362', 472.50, '', 'CC', '', '2018-09-17 17:09:22', 0, '1'),
(1548656246, 1218, 'test', 'INVELH1548656246', 711.00, 'INR', 'DD', 'Pending', '2019-01-28 11:47:26', 0, '1'),
(1548656386, 1218, 'test', 'INVELH1548656386', 711.00, 'INR', 'DD', '', '2019-01-28 11:49:46', 0, '1'),
(1548656011, 1218, 'test', 'INVELH1548656011', 711.00, 'INR', 'DD', '', '2019-01-28 11:43:31', 0, '1'),
(1548651349, 1218, 'test', 'INVELH1548651349', 711.00, 'INR', 'DD', '', '2019-01-28 10:25:49', 0, '1'),
(1548651982, 1218, 'test', 'INVELH1548651982', 711.00, 'INR', 'DD', '', '2019-01-28 10:36:22', 0, '1'),
(1548652202, 1218, 'test', 'INVELH1548652202', 711.00, 'INR', 'DD', 'Pending', '2019-01-28 10:40:02', 0, '1'),
(1548652395, 1218, 'test', 'INVELH1548652395', 711.00, 'INR', 'DD', '', '2019-01-28 10:43:15', 0, '1'),
(1548652726, 1218, 'test', 'INVELH1548652726', 711.00, 'INR', 'DD', '', '2019-01-28 10:48:46', 0, '1'),
(1548653687, 1218, 'test', 'INVELH1548653687', 711.00, 'INR', 'DD', '', '2019-01-28 11:04:47', 0, '1'),
(1548654419, 1218, 'test', 'INVELH1548654419', 711.00, 'INR', 'DD', '', '2019-01-28 11:16:59', 0, '1'),
(1548654564, 1218, 'test', 'INVELH1548654564', 711.00, 'INR', 'DD', '', '2019-01-28 11:19:24', 0, '1'),
(1548657222, 1218, 'test', 'INVELH1548657222', 711.00, 'INR', 'DD', '', '2019-01-28 12:03:42', 0, '1'),
(1548657633, 1218, 'test', 'INVELH1548657633', 711.00, 'INR', 'DD', '', '2019-01-28 12:10:33', 0, '1'),
(1548658232, 1218, 'test', 'INVELH1548658232', 711.00, 'INR', 'VPP', '', '2019-01-28 12:20:32', 0, '1'),
(1548658426, 1218, 'test', 'INVELH1548658426', 711.00, 'INR', 'CC', '', '2019-01-28 12:23:46', 0, '1'),
(1548737858, 1218, 'test', 'INVELH1548737858', 1.00, 'INR', 'CC', 'Pending', '2019-01-29 10:27:38', 0, '1'),
(1548738998, 1218, 'test', 'INVELH1548738998', 1.00, 'INR', 'CC', '', '2019-01-29 10:46:38', 0, '1'),
(1548751599, 152, 'Sovik De', 'INVELH1548751599', 652.50, 'INR', 'VPP', '', '2019-01-29 14:16:39', 0, '1'),
(1548751747, 152, 'Sovik De', 'INVELH1548751747', 795.00, 'INR', 'CC', 'Pending', '2019-01-29 14:19:07', 0, '1'),
(1549722226, 278, 'ANIRBAN PAL', 'INVELH1549722226', 652.50, 'INR', 'VPP', '', '2019-02-09 19:53:46', 0, '1'),
(1555130934, 152, 'Sovik De', 'INVELH1555130934', 652.50, 'INR', 'VPP', '', '2019-04-13 10:18:54', 0, '1'),
(1556186493, 334, 'DEVENDRA SINGH FAUZDAR', 'INVELH1556186493', 2257.20, 'INR', 'CC', '', '2019-04-25 15:31:33', 307.8, '1'),
(1561425475, 768, 'Pankaj Kathuria', 'INVELH1561425475', 1423.75, 'INR', 'CC', '', '2019-06-25 06:47:55', 0, '1'),
(1561426129, 768, 'Pankaj Kathuria', 'INVELH1561426129', 1423.75, 'INR', 'VPP', '', '2019-06-25 06:58:49', 0, '1'),
(1562847143, 547, 'PRIYANKA KAJLA', 'INVELH1562847143', 547.75, 'INR', 'CC', '', '2019-07-11 17:42:23', 0, '1'),
(1569932749, 845, 'Ashutosh Sarag', 'INVELH1569932749', 743.75, 'INR', 'CC', '', '2019-10-01 17:55:49', 0, '1'),
(1572514016, 1153, 'Gyan Shukla', 'INVELH1572514016', 2427.26, 'INR', 'CC', 'Pending', '2019-10-31 14:56:56', 330.99, '1'),
(1572535250, 1153, 'Gyan Shukla', 'INVELH1572535250', 1907.40, 'INR', 'VPP', '', '2019-10-31 20:50:50', 260.1, '1'),
(1582220498, 1305, 'SUDIPTA SANKAR MAITI', 'INVELH1582220498', 3720.75, 'INR', 'VPP', '', '2020-02-20 23:11:38', 0, '1'),
(1583141316, 1334, 'Surya Kanta Biswas', 'INVELH1583141316', 918.00, 'INR', 'VPP', '', '2020-03-02 14:58:36', 0, '1'),
(1583160302, 1338, 'Rahul ranjan', 'INVELH1583160302', 1572.50, 'INR', 'CC', 'Pending', '2020-03-02 20:15:02', 0, '1'),
(1583160907, 1338, 'Rahul ranjan', 'INVELH1583160907', 1572.50, 'INR', 'CC', '', '2020-03-02 20:25:07', 0, '1'),
(1583767699, 1355, 'Subhas Dutta', 'INVELH1583767699', 1147.50, 'INR', 'CC', '', '2020-03-09 20:58:19', 0, '1'),
(1584193415, 1368, 'Fatma khan', 'INVELH1584193415', 590.75, 'INR', 'CC', '', '2020-03-14 19:13:35', 0, '1'),
(1584857016, 1379, 'Apoorv ', 'INVELH1584857016', 1072.50, 'INR', 'CC', 'Pending', '2020-03-22 11:33:36', 0, '1'),
(1585642829, 1446, 'Shakil Uddin Middya', 'INVELH1585642829', 495.00, 'INR', 'DD', '', '2020-03-31 13:50:29', 0, '1'),
(1585979628, 1455, 'Sri Vidya', 'INVELH1585979628', 722.50, 'INR', 'VPP', '', '2020-04-04 11:23:48', 0, '1'),
(1586882447, 1464, 'KESHAV JEE JHA', 'INVELH1586882447', 833.00, 'INR', 'VPP', '', '2020-04-14 22:10:47', 0, '1'),
(1587199757, 1474, 'Pankaj Srivastava', 'INVELH1587199757', 280.00, 'INR', 'CC', '', '2020-04-18 14:19:17', 0, '1'),
(1587201034, 1474, 'Pankaj Srivastava', 'INVELH1587201034', 0.00, 'INR', 'CC', 'Pending', '2020-04-18 14:40:34', 0, '1'),
(1587201177, 1474, 'Pankaj Srivastava', 'INVELH1587201177', 0.00, 'INR', 'CC', 'Pending', '2020-04-18 14:42:57', 0, '1'),
(1587202939, 1474, 'Pankaj Srivastava', 'INVELH1587202939', 0.00, 'INR', 'DD', '', '2020-04-18 15:12:19', 0, '1'),
(1587202967, 1474, 'Pankaj Srivastava', 'INVELH1587202967', 0.00, 'INR', 'CC', 'Pending', '2020-04-18 15:12:47', 0, '1'),
(1587203452, 1474, 'Pankaj Srivastava', 'INVELH1587203452', 280.00, 'INR', 'CC', '', '2020-04-18 15:20:52', 0, '1'),
(1588524727, 1501, 'Bhavya Dimri', 'INVELH1588524727', 490.50, 'INR', 'CC', '', '2020-05-03 22:22:07', 0, '1'),
(1589441889, 1515, 'Abinaya G', 'INVELH1589441889', 1007.40, 'INR', 'CC', 'Pending', '2020-05-14 13:08:09', 0, '1'),
(1589442265, 1515, 'Abinaya G', 'INVELH1589442265', 1007.40, 'INR', 'CC', 'Pending', '2020-05-14 13:14:25', 0, '1'),
(1589442941, 1515, 'Abinaya G', 'INVELH1589442941', 1007.40, 'INR', 'CC', '', '2020-05-14 13:25:41', 0, '1'),
(1589444403, 1515, 'Abinaya G', 'INVELH1589444403', 1007.40, 'INR', 'CC', '', '2020-05-14 13:50:03', 0, '1'),
(1589536908, 1516, 'vaibhavtulsyan', 'INVELH1589536908', 585.00, 'INR', 'CC', 'Pending', '2020-05-15 15:31:48', 0, '1'),
(1589537356, 1516, 'vaibhavtulsyan', 'INVELH1589537356', 585.00, 'INR', 'CC', '', '2020-05-15 15:39:16', 0, '1'),
(1589785721, 1523, 'Girishkumar ', 'INVELH1589785721', 3187.50, 'INR', 'VPP', '', '2020-05-18 12:38:41', 0, '1'),
(1589837966, 1525, 'Bhavesh Garodia ', 'INVELH1589837966', 535.50, 'INR', 'VPP', '', '2020-05-19 03:09:26', 0, '1'),
(1590729066, 1536, 'Gautam Goyal', 'INVELH1590729066', 463.25, 'INR', 'VPP', '', '2020-05-29 10:41:06', 0, '1'),
(1590847115, 1539, 'Bhujangrao Jagtap', 'INVELH1590847115', 3396.80, 'INR', 'VPP', '', '2020-05-30 19:28:35', 0, '1'),
(1591285186, 1515, 'Abinaya G', 'INVELH1591285186', 1195.75, 'INR', 'CC', 'Pending', '2020-06-04 21:09:46', 0, '1'),
(1591294010, 1548, 'Aditya Jain', 'INVELH1591294010', 701.25, 'INR', 'VPP', '', '2020-06-04 23:36:50', 0, '1'),
(1591327250, 1549, 'wrickbrata roy', 'INVELH1591327250', 645.00, 'INR', 'CC', '', '2020-06-05 08:50:50', 0, '1'),
(1591432754, 1552, 'PRASHANT PACHCHICIA', 'INVELH1591432754', 490.50, 'INR', 'VPP', '', '2020-06-06 14:09:14', 0, '1'),
(1591720610, 1559, 'Sahadev Gupta', 'INVELH1591720610', 555.00, 'INR', 'CC', 'Pending', '2020-06-09 22:06:50', 0, '1'),
(1591959842, 1563, 'subhasis panda', 'INVELH1591959842', 1285.00, 'INR', 'VPP', '', '2020-06-12 16:34:02', 0, '1'),
(1591962707, 1563, 'subhasis panda', 'INVELH1591962707', 1685.00, 'INR', 'VPP', '', '2020-06-12 17:21:47', 0, '1'),
(1592016456, 1563, 'subhasis panda', 'INVELH1592016456', 840.00, 'INR', 'VPP', '', '2020-06-13 08:17:36', 0, '1'),
(1592617515, 1573, 'Malav H Gor', 'INVELH1592617515', 4055.00, 'INR', 'CC', '', '2020-06-20 07:15:15', 0, '1'),
(1592625319, 1523, 'Girishkumar ', 'INVELH1592625319', 3187.50, 'INR', 'VPP', '', '2020-06-20 09:25:19', 0, '1'),
(1593177872, 1584, 'Shaji Mon K', 'INVELH1593177872', 1150.00, 'INR', 'VPP', '', '2020-06-26 18:54:32', 0, '1'),
(1593651491, 1596, 'Ashok Sancheti', 'INVELH1593651491', 1487.50, 'INR', 'CC', '', '2020-07-02 06:28:11', 0, '1'),
(1594039394, 1605, 'Jitendra Gangawane ', 'INVELH1594039394', 745.00, 'INR', 'CC', '', '2020-07-06 18:13:14', 0, '1'),
(1594113547, 1609, 'L DHANUSKODI', 'INVELH1594113547', 645.00, 'INR', 'VPP', '', '2020-07-07 14:49:07', 0, '1'),
(1594302605, 1605, 'Jitendra Gangawane ', 'INVELH1594302605', 745.00, 'INR', 'VPP', '', '2020-07-09 19:20:05', 0, '1'),
(1594536898, 1617, 'Aayush Deep', 'INVELH1594536898', 1161.00, 'INR', 'VPP', '', '2020-07-12 12:24:58', 0, '1'),
(1594793485, 1619, 'DebikaMondal', 'INVELH1594793485', 950.00, 'INR', 'VPP', '', '2020-07-15 11:41:25', 0, '1'),
(1594806264, 1620, 'B SREE LATHA', 'INVELH1594806264', 2215.00, 'INR', 'CC', 'Pending', '2020-07-15 15:14:24', 0, '1'),
(1594806460, 1620, 'B SREE LATHA', 'INVELH1594806460', 2215.00, 'INR', 'CC', '', '2020-07-15 15:17:40', 0, '1'),
(1594964998, 1334, 'Surya Kanta Biswas', 'INVELH1594964998', 330.00, 'INR', 'CC', 'Pending', '2020-07-17 11:19:58', 0, '1'),
(1594965639, 1334, 'Surya Kanta Biswas', 'INVELH1594965639', 330.00, 'INR', 'CC', 'Pending', '2020-07-17 11:30:39', 0, '1'),
(1594965932, 1334, 'Surya Kanta Biswas', 'INVELH1594965932', 330.00, 'INR', 'CC', 'Pending', '2020-07-17 11:35:32', 0, '1'),
(1594966002, 1334, 'Surya Kanta Biswas', 'INVELH1594966002', 330.00, 'INR', 'CC', '', '2020-07-17 11:36:42', 0, '1'),
(1596366245, 1640, 'Shantanu Nanda', 'INVELH1596366245', 2093.00, 'INR', 'CC', '', '2020-08-02 16:34:05', 0, '1'),
(1596444627, 1641, 'R. K Sanghi', 'INVELH1596444627', 1165.00, 'INR', 'VPP', '', '2020-08-03 14:20:27', 0, '1'),
(1596448658, 1642, 'Mohamed Sultan', 'INVELH1596448658', 1060.00, 'INR', 'VPP', '', '2020-08-03 15:27:38', 0, '1'),
(1596470720, 1643, 'devadas', 'INVELH1596470720', 1201.50, 'INR', 'VPP', '', '2020-08-03 21:35:20', 0, '1'),
(1596617687, 1646, 'Prashant Jain', 'INVELH1596617687', 870.00, 'INR', 'CC', '', '2020-08-05 14:24:47', 0, '1'),
(1596731401, 1647, 'ARIJIT KUMAR SANPUI', 'INVELH1596731401', 473.00, 'INR', 'CC', 'Pending', '2020-08-06 22:00:01', 0, '1'),
(1596733007, 1647, 'ARIJIT KUMAR SANPUI', 'INVELH1596733007', 473.00, 'INR', 'CC', '', '2020-08-06 22:26:47', 0, '1'),
(1596802178, 1650, 'Abhishek Tiwari', 'INVELH1596802178', 745.00, 'INR', 'CC', '', '2020-08-07 17:39:38', 0, '1'),
(1597003731, 1647, 'ARIJIT KUMAR SANPUI', 'INVELH1597003731', 1095.00, 'INR', 'CC', '', '2020-08-10 01:38:51', 0, '1'),
(1597337591, 1655, 'Mohd Taha Mohd Danish', 'INVELH1597337591', 1035.00, 'INR', 'VPP', '', '2020-08-13 22:23:11', 0, '1'),
(1597423709, 1165, 'Maisnam Loyalakpa M.', 'INVELH1597423709', 1620.00, 'INR', 'VPP', '', '2020-08-14 22:18:29', 0, '1'),
(1597907247, 1663, 'Bijoy Saha', 'INVELH1597907247', 1518.00, 'INR', 'VPP', '', '2020-08-20 12:37:27', 0, '1'),
(1598558039, 1674, 'Arjun', 'INVELH1598558039', 745.00, 'INR', 'VPP', '', '2020-08-28 01:23:59', 0, '1'),
(1598650511, 1675, 'Vaibhav Jain', 'INVELH1598650511', 745.00, 'INR', 'VPP', '', '2020-08-29 03:05:11', 0, '1'),
(1598953451, 1679, 'R. Malsawmhlui', 'INVELH1598953451', 1545.00, 'INR', 'VPP', '', '2020-09-01 15:14:11', 0, '1'),
(1598978529, 1680, 'Gazal Sancheti', 'INVELH1598978529', 1835.00, 'INR', 'VPP', '', '2020-09-01 22:12:09', 0, '1'),
(1599152129, 1686, 'Aditya Mondal', 'INVELH1599152129', 330.00, 'INR', 'VPP', '', '2020-09-03 22:25:29', 0, '1'),
(1599213759, 1523, 'Girishkumar ', 'INVELH1599213759', 3187.50, 'INR', 'VPP', '', '2020-09-04 15:32:39', 0, '1'),
(1599493023, 1692, 'HARDEV SINGH', 'INVELH1599493023', 645.00, 'INR', 'VPP', '', '2020-09-07 21:07:03', 0, '1'),
(1599494475, 1693, 'Sivanandh Lahiri', 'INVELH1599494475', 740.00, 'INR', 'VPP', '', '2020-09-07 21:31:15', 0, '1'),
(1599832880, 1694, 'CHANDRANATH DAS ', 'INVELH1599832880', 775.00, 'INR', 'CC', '', '2020-09-11 19:31:20', 0, '1'),
(1600848107, 1711, 'Guruprasad Posugade', 'INVELH1600848107', 2255.00, 'INR', 'CC', '', '2020-09-23 13:31:47', 0, '1'),
(1601139588, 1718, 'Pratik Dhatrak', 'INVELH1601139588', 555.00, 'INR', 'CC', '', '2020-09-26 22:29:48', 0, '1'),
(1601140162, 1718, 'Pratik Dhatrak', 'INVELH1601140162', 555.00, 'INR', 'VPP', '', '2020-09-26 22:39:22', 0, '1'),
(1601620185, 1724, 'Divya ', 'INVELH1601620185', 625.00, 'INR', 'CC', '', '2020-10-02 11:59:45', 0, '1'),
(1601638201, 1725, 'K.Ravi Kumar Achary', 'INVELH1601638201', 645.00, 'INR', 'CC', '', '2020-10-02 17:00:01', 0, '1'),
(1601744726, 1355, 'Subhas Dutta', 'INVELH1601744726', 653.00, 'INR', 'VPP', '', '2020-10-03 22:35:26', 0, '1'),
(1601885314, 1355, 'Subhas Dutta', 'INVELH1601885314', 653.00, 'INR', 'CC', '', '2020-10-05 13:38:34', 0, '1'),
(1601886231, 1355, 'Subhas Dutta', 'INVELH1601886231', 620.00, 'INR', 'CC', '', '2020-10-05 13:53:51', 0, '1'),
(1602191330, 1732, 'Athulya Mp ', 'INVELH1602191330', 555.00, 'INR', 'CC', '', '2020-10-09 02:38:50', 0, '1'),
(1602313121, 1735, 'Om Dcosta', 'INVELH1602313121', 555.00, 'INR', 'CC', '', '2020-10-10 12:28:41', 0, '1'),
(1602478381, 1738, 'Gilsa George', 'INVELH1602478381', 555.00, 'INR', 'VPP', '', '2020-10-12 10:23:01', 0, '1'),
(1602479480, 1738, 'Gilsa George', 'INVELH1602479480', 555.00, 'INR', 'VPP', '', '2020-10-12 10:41:20', 0, '1'),
(1603019352, 1750, 'Bageerathan', 'INVELH1603019352', 1000.00, 'INR', 'CC', '', '2020-10-18 16:39:12', 0, '1'),
(1603083230, 1752, 'Jegajeevan', 'INVELH1603083230', 1000.00, 'INR', 'CC', 'Pending', '2020-10-19 10:23:50', 0, '1'),
(1603335100, 1754, 'Sharad Nayak', 'INVELH1603335100', 530.00, 'INR', 'VPP', '', '2020-10-22 08:21:40', 0, '1'),
(1603559970, 1752, 'Jegajeevan', 'INVELH1603559970', 3830.50, 'INR', 'CC', 'Pending', '2020-10-24 22:49:30', 0, '1'),
(1603597587, 1763, 'SANDIP HEMBROM', 'INVELH1603597587', 2815.00, 'INR', 'CC', '', '2020-10-25 09:16:27', 0, '1'),
(1603636327, 1752, 'Jegajeevan', 'INVELH1603636327', 1408.00, 'INR', 'CC', '', '2020-10-25 20:02:07', 0, '1'),
(1604660001, 1892, 'SANI MONDAL', 'INVELH1604660001', 475.00, 'INR', 'VPP', '', '2020-11-06 16:23:21', 0, '1'),
(1605629023, 1913, 'Himanshu Tyagi', 'INVELH1605629023', 445.50, 'INR', 'VPP', '', '2020-11-17 21:33:43', 0, '1'),
(1605677805, 1914, 'Rathidevi', 'INVELH1605677805', 570.00, 'INR', 'CC', '', '2020-11-18 11:06:45', 0, '1'),
(1606053466, 1563, 'subhasis panda', 'INVELH1606053466', 1590.00, 'INR', 'VPP', '', '2020-11-22 19:27:46', 0, '1'),
(1606054293, 1563, 'subhasis panda', 'INVELH1606054293', 1161.00, 'INR', 'VPP', '', '2020-11-22 19:41:33', 0, '1'),
(1606212239, 1914, 'Rathidevi', 'INVELH1606212239', 2655.00, 'INR', 'CC', '', '2020-11-24 15:33:59', 0, '1'),
(1606212400, 1922, 'KARRI KRISHNA RAO', 'INVELH1606212400', 555.00, 'INR', 'CC', '', '2020-11-24 15:36:40', 0, '1'),
(1606374904, 1923, 'SAUNAK SARBAJNA', 'INVELH1606374904', 1161.00, 'INR', 'CC', 'Pending', '2020-11-26 12:45:04', 0, '1'),
(1606381797, 1923, 'SAUNAK SARBAJNA', 'INVELH1606381797', 1161.00, 'INR', 'CC', '', '2020-11-26 14:39:57', 0, '1');
INSERT INTO `orders` (`Id`, `user_id`, `fullname`, `invoice_no`, `total`, `currency`, `payment_option`, `status`, `placed_on`, `discount`, `IsActive`) VALUES
(1606415570, 1926, 'Kavin Khatri', 'INVELH1606415570', 555.00, 'INR', 'VPP', '', '2020-11-27 00:02:50', 0, '1'),
(1606504424, 1927, 'Pallavi Bele', 'INVELH1606504424', 555.00, 'INR', 'CC', 'Pending', '2020-11-28 00:43:44', 0, '1'),
(1606504670, 1927, 'Pallavi Bele', 'INVELH1606504670', 555.00, 'INR', 'CC', 'Pending', '2020-11-28 00:47:50', 0, '1'),
(1606504885, 1927, 'Pallavi Bele', 'INVELH1606504885', 555.00, 'INR', 'CC', '', '2020-11-28 00:51:25', 0, '1'),
(1606505261, 1927, 'Pallavi Bele', 'INVELH1606505261', 555.00, 'INR', 'CC', 'Pending', '2020-11-28 00:57:41', 0, '1'),
(1606505389, 1927, 'Pallavi Bele', 'INVELH1606505389', 555.00, 'INR', 'CC', '', '2020-11-28 00:59:49', 0, '1'),
(1606574874, 1929, 'surbhi sharma', 'INVELH1606574874', 745.00, 'INR', 'VPP', '', '2020-11-28 20:17:54', 0, '1'),
(1607173714, 1940, 'Biju Ganesh', 'INVELH1607173714', 765.00, 'INR', 'CC', 'Pending', '2020-12-05 18:38:34', 0, '1'),
(1607174318, 1940, 'Biju Ganesh', 'INVELH1607174318', 765.00, 'INR', 'VPP', '', '2020-12-05 18:48:38', 0, '1'),
(1607620261, 1946, 'SAUMYA SINGH', 'INVELH1607620261', 1320.00, 'INR', 'CC', '', '2020-12-10 22:41:01', 0, '1'),
(1607881104, 1949, 'P.K.Misra', 'INVELH1607881104', 745.00, 'INR', 'CC', '', '2020-12-13 23:08:24', 0, '1'),
(1608828038, 1963, 'Surendra Nath Tiwari', 'INVELH1608828038', 555.00, 'INR', 'VPP', '', '2020-12-24 22:10:38', 0, '1'),
(1608977500, 1963, 'Surendra Nath Tiwari', 'INVELH1608977500', 555.00, 'INR', 'CC', '', '2020-12-26 15:41:40', 0, '1'),
(1610075182, 1985, 'Arjun', 'INVELH1610075182', 340.00, 'INR', 'CC', '', '2021-01-08 08:36:22', 0, '1'),
(1610075975, 1985, 'Arjun', 'INVELH1610075975', 340.00, 'INR', 'VPP', '', '2021-01-08 08:49:35', 0, '1'),
(1610252211, 1990, 'Khet Singh Yadav ', 'INVELH1610252211', 555.00, 'INR', 'VPP', '', '2021-01-10 09:46:51', 0, '1'),
(1610565988, 1996, 'Aryan Sharma', 'INVELH1610565988', 745.00, 'INR', 'CC', 'Pending', '2021-01-14 00:56:28', 0, '1'),
(1612098725, 2196, 'Dattatraya Katneshwarkar', 'INVELH1612098725', 1795.00, 'INR', 'VPP', '', '2021-01-31 18:42:05', 0, '1'),
(1612204695, 2200, 'DEEPAK MANGALDAS THAKKAR', 'INVELH1612204695', 795.00, 'INR', 'CC', 'Pending', '2021-02-02 00:08:15', 0, '1'),
(1612205195, 2200, 'DEEPAK MANGALDAS THAKKAR', 'INVELH1612205195', 795.00, 'INR', 'CC', '', '2021-02-02 00:16:35', 0, '1'),
(1612239436, 2201, 'S.VASUBABU', 'INVELH1612239436', 435.60, 'INR', 'CC', '', '2021-02-02 09:47:16', 0, '1'),
(1612250065, 2202, 'iftekhar a javali', 'INVELH1612250065', 795.00, 'INR', 'CC', '', '2021-02-02 12:44:25', 0, '1'),
(1613665197, 2452, 'Amit', 'INVELH1613665197', 1305.00, 'INR', 'VPP', '', '2021-02-18 21:49:57', 0, '1'),
(1614309598, 2488, 'PRATIK D TOMTI', 'INVELH1614309598', 745.00, 'INR', 'CC', 'Pending', '2021-02-26 08:49:58', 0, '1'),
(1614591505, 2497, 'NANAJI GANPATRAO CHETULE', 'INVELH1614591505', 870.00, 'INR', 'CC', 'Pending', '2021-03-01 15:08:25', 0, '1'),
(1614591815, 2497, 'NANAJI GANPATRAO CHETULE', 'INVELH1614591815', 870.00, 'INR', 'CC', 'Pending', '2021-03-01 15:13:35', 0, '1'),
(1614592158, 2497, 'NANAJI GANPATRAO CHETULE', 'INVELH1614592158', 870.00, 'INR', 'CC', '', '2021-03-01 15:19:18', 0, '1'),
(1615191499, 2506, 'JYOTI NARAYAN AGRAWAL', 'INVELH1615191499', 1350.00, 'INR', 'CC', '', '2021-03-08 13:48:19', 0, '1'),
(1615726339, 2511, 'MILIND SURESH KANEKAR', 'INVELH1615726339', 552.50, 'INR', 'CC', '', '2021-03-14 18:22:19', 0, '1'),
(1616328146, 2533, 'C P Marak', 'INVELH1616328146', 603.00, 'INR', 'CC', '', '2021-03-21 17:32:26', 0, '1'),
(1618214967, 3239, 'Anindya Banerjee', 'INVELH1618214967', 2930.00, 'INR', 'CC', '', '2021-04-12 13:39:27', 0, '1'),
(1618215225, 3239, 'Anindya Banerjee', 'INVELH1618215225', 2930.00, 'INR', 'CC', 'Pending', '2021-04-12 13:43:45', 0, '1'),
(1618215488, 3239, 'Anindya Banerjee', 'INVELH1618215488', 2930.00, 'INR', 'CC', '', '2021-04-12 13:48:08', 0, '1'),
(1618802226, 3259, 'Pratik Patil', 'INVELH1618802226', 555.00, 'INR', 'VPP', '', '2021-04-19 08:47:06', 0, '1'),
(1618925165, 1694, 'CHANDRANATH DAS ', 'INVELH1618925165', 2425.50, 'INR', 'CC', 'Pending', '2021-04-20 18:56:05', 0, '1'),
(1619187891, 1694, 'CHANDRANATH DAS ', 'INVELH1619187891', 2425.50, 'INR', 'CC', 'Pending', '2021-04-23 19:54:51', 0, '1'),
(1619429723, 3273, 'Elwin Wilson', 'INVELH1619429723', 345.00, 'INR', 'CC', '', '2021-04-26 15:05:23', 0, '1'),
(1619762812, 3285, 'Gopakumar', 'INVELH1619762812', 2425.50, 'INR', 'VPP', '', '2021-04-30 11:36:52', 0, '1'),
(1620403431, 1694, 'CHANDRANATH DAS ', 'INVELH1620403431', 2425.50, 'INR', 'DD', '', '2021-05-07 21:33:51', 0, '1'),
(1620862417, 3307, 'VINAY KUMAR SINGH', 'INVELH1620862417', 1465.00, 'INR', 'CC', '', '2021-05-13 05:03:37', 0, '1'),
(1621087804, 3312, 'Bushra Syed', 'INVELH1621087804', 555.00, 'INR', 'CC', '', '2021-05-15 19:40:04', 0, '1'),
(1621173979, 3315, 'Matin Bagban', 'INVELH1621173979', 555.00, 'INR', 'VPP', '', '2021-05-16 19:36:19', 0, '1'),
(1621661464, 3324, 'Tarushi Pandey', 'INVELH1621661464', 625.00, 'INR', 'CC', '', '2021-05-22 11:01:04', 0, '1'),
(1621677329, 3325, 'Sudhanshu Sharma', 'INVELH1621677329', 1165.00, 'INR', 'VPP', '', '2021-05-22 15:25:29', 0, '1'),
(1621774068, 3329, 'Deepak Panjwani', 'INVELH1621774068', 1025.00, 'INR', 'VPP', '', '2021-05-23 18:17:48', 0, '1'),
(1621859889, 3334, 'Sangram Keshari nayak', 'INVELH1621859889', 1305.00, 'INR', 'CC', 'Pending', '2021-05-24 18:08:09', 0, '1'),
(1621866792, 3334, 'Sangram Keshari nayak', 'INVELH1621866792', 1305.00, 'INR', 'CC', '', '2021-05-24 20:03:12', 0, '1'),
(1621869010, 3285, 'Gopakumar', 'INVELH1621869010', 1018.00, 'INR', 'VPP', '', '2021-05-24 20:40:10', 0, '1'),
(1621946519, 3334, 'Sangram Keshari nayak', 'INVELH1621946519', 610.00, 'INR', 'CC', '', '2021-05-25 18:11:59', 0, '1'),
(1622207404, 3338, 'Riju Mondal', 'INVELH1622207404', 555.00, 'INR', 'CC', '', '2021-05-28 18:40:04', 0, '1'),
(1622555369, 1662, 'VISHNU PRASAD MEHTA', 'INVELH1622555369', 408.00, 'INR', 'CC', '', '2021-06-01 19:19:29', 0, '1'),
(1622703041, 3448, 'Ravichandran  R', 'INVELH1622703041', 795.00, 'INR', 'CC', '', '2021-06-03 12:20:41', 0, '1'),
(1622703956, 3448, 'Ravichandran  R', 'INVELH1622703956', 795.00, 'INR', 'VPP', '', '2021-06-03 12:35:56', 0, '1'),
(1623000310, 3454, 'SUNIL KRISHNAN.B.K', 'INVELH1623000310', 2425.50, 'INR', 'VPP', '', '2021-06-06 22:55:10', 0, '1'),
(1624107949, 3469, 'Prithvi Thakur', 'INVELH1624107949', 1545.00, 'INR', 'VPP', '', '2021-06-19 18:35:49', 0, '1'),
(1624108237, 3469, 'Prithvi Thakur', 'INVELH1624108237', 1545.00, 'INR', 'VPP', '', '2021-06-19 18:40:37', 0, '1'),
(1624339797, 3474, 'Saurabh', 'INVELH1624339797', 555.00, 'INR', 'VPP', '', '2021-06-22 10:59:57', 0, '1'),
(1624340088, 3474, 'Saurabh', 'INVELH1624340088', 555.00, 'INR', 'VPP', '', '2021-06-22 11:04:48', 0, '1'),
(1624446696, 3469, 'Prithvi Thakur', 'INVELH1624446696', 1635.00, 'INR', 'VPP', '', '2021-06-23 16:41:36', 0, '1'),
(1624559582, 3480, 'Agarwal Stationery Store', 'INVELH1624559582', 670.00, 'INR', 'CC', '', '2021-06-25 00:03:02', 0, '1'),
(1624889932, 3483, 'ATITHI KUMAR', 'INVELH1624889932', 780.00, 'INR', 'CC', 'Pending', '2021-06-28 19:48:52', 0, '1'),
(1625218378, 3489, 'Satish Rajmane', 'INVELH1625218378', 745.00, 'INR', 'CC', 'Pending', '2021-07-02 15:02:58', 0, '1'),
(1625224985, 3489, 'Satish Rajmane', 'INVELH1625224985', 745.00, 'INR', 'CC', '', '2021-07-02 16:53:05', 0, '1'),
(1625392950, 3492, 'Sakshi Mandelia', 'INVELH1625392950', 555.00, 'INR', 'VPP', '', '2021-07-04 15:32:30', 0, '1'),
(1627307721, 3536, 'Soumak Ghosh', 'INVELH1627307721', 775.00, 'INR', 'VPP', '', '2021-07-26 19:25:21', 0, '1'),
(1627735825, 3545, 'Gireesh Vijayan', 'INVELH1627735825', 1161.00, 'INR', 'CC', '', '2021-07-31 18:20:25', 0, '1'),
(1628227811, 3555, 'Niharika Priyadarshi ', 'INVELH1628227811', 745.00, 'INR', 'CC', 'Pending', '2021-08-06 11:00:11', 0, '1'),
(1628353645, 3557, 'INDRAJEET SAMANTA', 'INVELH1628353645', 775.00, 'INR', 'CC', 'Pending', '2021-08-07 21:57:25', 0, '1'),
(1628484439, 3559, 'Manmohan Kaushik', 'INVELH1628484439', 1165.00, 'INR', 'VPP', '', '2021-08-09 10:17:19', 0, '1'),
(1628598013, 3564, 'Daiyan Hussain', 'INVELH1628598013', 1305.00, 'INR', 'VPP', '', '2021-08-10 17:50:13', 0, '1'),
(1629539287, 3582, 'Chitra Bhatia', 'INVELH1629539287', 745.00, 'INR', 'VPP', '', '2021-08-21 15:18:07', 0, '1'),
(1629556703, 1159, 'Devendra Singh', 'INVELH1629556703', 840.00, 'INR', 'CC', 'Pending', '2021-08-21 20:08:23', 0, '1'),
(1629557629, 1159, 'Devendra Singh', 'INVELH1629557629', 1155.00, 'INR', 'CC', 'Pending', '2021-08-21 20:23:49', 0, '1'),
(1629558634, 1159, 'Devendra Singh', 'INVELH1629558634', 840.00, 'INR', 'CC', 'Pending', '2021-08-21 20:40:34', 0, '1'),
(1630079426, 3598, 'Deepak Sati', 'INVELH1630079426', 408.00, 'INR', 'CC', '', '2021-08-27 21:20:26', 0, '1'),
(1630087764, 3599, 'Utpal Tewari', 'INVELH1630087764', 950.00, 'INR', 'VPP', '', '2021-08-27 23:39:24', 0, '1'),
(1630202165, 3603, 'Buddhadeb Chatterjee', 'INVELH1630202165', 1305.00, 'INR', 'CC', 'Pending', '2021-08-29 07:26:05', 0, '1'),
(1630646668, 1914, 'Rathidevi', 'INVELH1630646668', 1487.50, 'INR', 'VPP', '', '2021-09-03 10:54:28', 0, '1'),
(1630651905, 3614, 'Malachi S', 'INVELH1630651905', 1795.00, 'INR', 'CC', '', '2021-09-03 12:21:45', 0, '1'),
(1630660493, 1662, 'VISHNU PRASAD MEHTA', 'INVELH1630660493', 212.50, 'INR', 'CC', '', '2021-09-03 14:44:53', 0, '1'),
(1630747754, 3616, 'VENKATARAMAN', 'INVELH1630747754', 745.00, 'INR', 'CC', '', '2021-09-04 14:59:14', 0, '1'),
(1631684780, 3646, 'Vishal Mishra', 'INVELH1631684780', 745.00, 'INR', 'VPP', '', '2021-09-15 11:16:20', 0, '1'),
(1631721919, 3649, 'Sharad lagwal', 'INVELH1631721919', 455.00, 'INR', 'VPP', '', '2021-09-15 21:35:19', 0, '1'),
(1631861845, 3652, 'RAHUL JAIN', 'INVELH1631861845', 745.00, 'INR', 'VPP', '', '2021-09-17 12:27:25', 0, '1'),
(1632757107, 3680, 'Ranganath Narayan', 'INVELH1632757107', 306.00, 'INR', 'VPP', '', '2021-09-27 21:08:27', 0, '1'),
(1633145197, 3694, 'Mashusudan Reddy', 'INVELH1633145197', 2425.50, 'INR', 'CC', '', '2021-10-02 08:56:37', 0, '1'),
(1633570289, 3334, 'Sangram Keshari nayak', 'INVELH1633570289', 1161.00, 'INR', 'CC', 'Pending', '2021-10-07 07:01:29', 0, '1'),
(1633570737, 3334, 'Sangram Keshari nayak', 'INVELH1633570737', 1161.00, 'INR', 'CC', 'Pending', '2021-10-07 07:08:57', 0, '1'),
(1633570872, 3334, 'Sangram Keshari nayak', 'INVELH1633570872', 1161.00, 'INR', 'CC', '', '2021-10-07 07:11:12', 0, '1'),
(1633593535, 3701, 'SUDI PATRA', 'INVELH1633593535', 775.00, 'INR', 'VPP', '', '2021-10-07 13:28:55', 0, '1'),
(1633593722, 3701, 'SUDI PATRA', 'INVELH1633593722', 1125.00, 'INR', 'VPP', '', '2021-10-07 13:32:02', 0, '1'),
(1633872749, 1534, 'RAM NARAYAN RATHORE ', 'INVELH1633872749', 1280.00, 'INR', 'CC', 'Pending', '2021-10-10 19:02:29', 0, '1'),
(1633873087, 1534, 'RAM NARAYAN RATHORE ', 'INVELH1633873087', 1280.00, 'INR', 'CC', '', '2021-10-10 19:08:07', 0, '1'),
(1633961614, 3703, 'Rohit Shukla', 'INVELH1633961614', 745.00, 'INR', 'VPP', '', '2021-10-11 19:43:34', 0, '1'),
(1634303540, 3711, 'Harshad', 'INVELH1634303540', 625.00, 'INR', 'CC', 'Pending', '2021-10-15 18:42:20', 0, '1'),
(1634305592, 3712, 'BHASKAR ', 'INVELH1634305592', 5211.00, 'INR', 'CC', 'Pending', '2021-10-15 19:16:32', 0, '1'),
(1634305651, 3712, 'BHASKAR ', 'INVELH1634305651', 5211.00, 'INR', 'CC', 'Pending', '2021-10-15 19:17:31', 0, '1'),
(1634308655, 3712, 'BHASKAR ', 'INVELH1634308655', 5211.00, 'INR', 'CC', 'Pending', '2021-10-15 20:07:35', 0, '1'),
(1634368450, 3701, 'SUDI PATRA', 'INVELH1634368450', 675.00, 'INR', 'VPP', '', '2021-10-16 12:44:10', 0, '1'),
(1634479865, 3712, 'BHASKAR ', 'INVELH1634479865', 5211.00, 'INR', 'CC', '', '2021-10-17 19:41:05', 0, '1'),
(1634896430, 3720, 'A NEGI', 'INVELH1634896430', 295.00, 'INR', 'CC', '', '2021-10-22 15:23:50', 0, '1'),
(1635072296, 3334, 'Sangram Keshari nayak', 'INVELH1635072296', 1518.00, 'INR', 'CC', '', '2021-10-24 16:14:56', 0, '1'),
(1635345175, 3734, 'Vibin Natarajan', 'INVELH1635345175', 1255.00, 'INR', 'CC', '', '2021-10-27 20:02:55', 0, '1'),
(1636301758, 3751, 'Tejasvi BR', 'INVELH1636301758', 670.00, 'INR', 'VPP', '', '2021-11-07 21:45:58', 0, '1'),
(1636522433, 3759, 'Harsh Bhandari', 'INVELH1636522433', 745.00, 'INR', 'CC', '', '2021-11-10 11:03:53', 0, '1'),
(1637584419, 3784, 'Arnab Biswas', 'INVELH1637584419', 795.00, 'INR', 'CC', '', '2021-11-22 18:03:39', 0, '1'),
(1638875761, 3965, 'Smriti Kumari', 'INVELH1638875761', 745.00, 'INR', 'VPP', '', '2021-12-07 16:46:01', 0, '1'),
(1639199256, 3965, 'Smriti Kumari', 'INVELH1639199256', 745.00, 'INR', 'CC', 'Pending', '2021-12-11 10:37:36', 0, '1'),
(1639199421, 3965, 'Smriti Kumari', 'INVELH1639199421', 745.00, 'INR', 'CC', 'Pending', '2021-12-11 10:40:21', 0, '1'),
(1639199678, 3965, 'Smriti Kumari', 'INVELH1639199678', 745.00, 'INR', 'DD', '', '2021-12-11 10:44:38', 0, '1'),
(1639837260, 3974, 'Sourav bhadra', 'INVELH1639837260', 950.00, 'INR', 'CC', '', '2021-12-18 19:51:00', 0, '1'),
(1640194654, 3483, 'ATITHI KUMAR', 'INVELH1640194654', 1487.50, 'INR', 'VPP', '', '2021-12-22 23:07:34', 0, '1'),
(1641102798, 3993, 'Dama Seshadri Naidu ', 'INVELH1641102798', 5095.00, 'INR', 'CC', 'Pending', '2022-01-02 11:23:18', 0, '1'),
(1641308416, 4001, 'M Neha Prabhu', 'INVELH1641308416', 555.00, 'INR', 'VPP', '', '2022-01-04 20:30:16', 0, '1'),
(1641916630, 4009, 'Nanda Dulal Sen', 'INVELH1641916630', 530.00, 'INR', 'VPP', '', '2022-01-11 21:27:10', 0, '1'),
(1642361978, 4016, 'raghav goenka', 'INVELH1642361978', 3935.50, 'INR', 'VPP', '', '2022-01-17 01:09:38', 0, '1'),
(1642921534, 4147, 'Sanghariyat Hanifbhai Abharambhai', 'INVELH1642921534', 1150.00, 'INR', 'CC', 'Pending', '2022-01-23 12:35:34', 0, '1'),
(1643309332, 3483, 'ATITHI KUMAR', 'INVELH1643309332', 1487.50, 'INR', 'VPP', '', '2022-01-28 00:18:52', 0, '1'),
(1643663037, 3483, 'ATITHI KUMAR', 'INVELH1643663037', 1487.50, 'INR', 'VPP', '', '2022-02-01 02:33:57', 0, '1'),
(1643710315, 4161, 'Siddharth Sharma', 'INVELH1643710315', 1255.00, 'INR', 'VPP', '', '2022-02-01 15:41:55', 0, '1'),
(1644394678, 1165, 'Maisnam Loyalakpa M.', 'INVELH1644394678', 985.00, 'INR', 'VPP', '', '2022-02-09 13:47:58', 0, '1'),
(1644461232, 4179, 'Shivam Bhagwati', 'INVELH1644461232', 990.00, 'INR', 'VPP', '', '2022-02-10 08:17:12', 0, '1'),
(1644683036, 4184, 'Snehasish bhadra', 'INVELH1644683036', 475.00, 'INR', 'CC', 'Pending', '2022-02-12 21:53:56', 0, '1'),
(1645101503, 4190, 'MD AFZAL BEEYABANI', 'INVELH1645101503', 1161.00, 'INR', 'CC', '', '2022-02-17 18:08:23', 0, '1'),
(1645200143, 4193, 'HASIBUL RAHAMAN', 'INVELH1645200143', 950.00, 'INR', 'VPP', '', '2022-02-18 21:32:23', 0, '1'),
(1645286530, 4196, 'Abdul kuddus molla', 'INVELH1645286530', 1165.00, 'INR', 'VPP', '', '2022-02-19 21:32:10', 0, '1'),
(1646394507, 3759, 'Harsh Bhandari', 'INVELH1646394507', 1125.00, 'INR', 'CC', 'Pending', '2022-03-04 17:18:27', 0, '1'),
(1646394525, 3759, 'Harsh Bhandari', 'INVELH1646394525', 1125.00, 'INR', 'VPP', '', '2022-03-04 17:18:45', 0, '1'),
(1646394544, 3759, 'Harsh Bhandari', 'INVELH1646394544', 1125.00, 'INR', 'CC', 'Pending', '2022-03-04 17:19:04', 0, '1'),
(1646394551, 3759, 'Harsh Bhandari', 'INVELH1646394551', 1125.00, 'INR', 'VPP', '', '2022-03-04 17:19:11', 0, '1'),
(1646590797, 4414, 'Sanjib Kumar Deb', 'INVELH1646590797', 475.00, 'INR', 'CC', 'Pending', '2022-03-06 23:49:57', 0, '1'),
(1646638743, 4422, 'Pravat Ranjan Pati', 'INVELH1646638743', 1125.00, 'INR', 'CC', 'Pending', '2022-03-07 13:09:03', 0, '1'),
(1646638764, 4422, 'Pravat Ranjan Pati', 'INVELH1646638764', 1125.00, 'INR', 'VPP', '', '2022-03-07 13:09:24', 0, '1'),
(1647276383, 4591, 'Manishikha Mondal', 'INVELH1647276383', 555.00, 'INR', 'VPP', '', '2022-03-14 22:16:23', 0, '1'),
(1647362622, 4592, 'Sourabh Goel', 'INVELH1647362622', 3187.50, 'INR', 'VPP', '', '2022-03-15 22:13:42', 0, '1'),
(1648186416, 4602, 'RAVIKANTH MANGU', 'INVELH1648186416', 2250.00, 'INR', 'CC', 'Pending', '2022-03-25 11:03:36', 0, '1'),
(1648186465, 4602, 'RAVIKANTH MANGU', 'INVELH1648186465', 2250.00, 'INR', 'CC', 'Pending', '2022-03-25 11:04:25', 0, '1'),
(1648186481, 4602, 'RAVIKANTH MANGU', 'INVELH1648186481', 2250.00, 'INR', 'CC', 'Pending', '2022-03-25 11:04:41', 0, '1'),
(1648186676, 4602, 'RAVIKANTH MANGU', 'INVELH1648186676', 2250.00, 'INR', 'CC', 'Pending', '2022-03-25 11:07:56', 0, '1'),
(1648186711, 4602, 'RAVIKANTH MANGU', 'INVELH1648186711', 2250.00, 'INR', 'CC', 'Pending', '2022-03-25 11:08:31', 0, '1'),
(1648186723, 4602, 'RAVIKANTH MANGU', 'INVELH1648186723', 2250.00, 'INR', 'CC', 'Pending', '2022-03-25 11:08:43', 0, '1'),
(1648186741, 4602, 'RAVIKANTH MANGU', 'INVELH1648186741', 2250.00, 'INR', 'CC', 'Pending', '2022-03-25 11:09:01', 0, '1'),
(1648186754, 4602, 'RAVIKANTH MANGU', 'INVELH1648186754', 2250.00, 'INR', 'CC', 'Pending', '2022-03-25 11:09:14', 0, '1'),
(1648186985, 4602, 'RAVIKANTH MANGU', 'INVELH1648186985', 2250.00, 'INR', 'CC', 'Pending', '2022-03-25 11:13:05', 0, '1'),
(1648187229, 4602, 'RAVIKANTH MANGU', 'INVELH1648187229', 2250.00, 'INR', 'CC', 'Pending', '2022-03-25 11:17:09', 0, '1'),
(1648187252, 4602, 'RAVIKANTH MANGU', 'INVELH1648187252', 2250.00, 'INR', 'CC', 'Pending', '2022-03-25 11:17:32', 0, '1'),
(1648187265, 4602, 'RAVIKANTH MANGU', 'INVELH1648187265', 2250.00, 'INR', 'CC', 'Pending', '2022-03-25 11:17:45', 0, '1'),
(1648187270, 4602, 'RAVIKANTH MANGU', 'INVELH1648187270', 2250.00, 'INR', 'CC', 'Pending', '2022-03-25 11:17:50', 0, '1'),
(1648187509, 4602, 'RAVIKANTH MANGU', 'INVELH1648187509', 2250.00, 'INR', 'CC', 'Pending', '2022-03-25 11:21:49', 0, '1'),
(1648187538, 4602, 'RAVIKANTH MANGU', 'INVELH1648187538', 2250.00, 'INR', 'CC', 'Pending', '2022-03-25 11:22:18', 0, '1'),
(1648187995, 4602, 'RAVIKANTH MANGU', 'INVELH1648187995', 2250.00, 'INR', 'CC', 'Pending', '2022-03-25 11:29:55', 0, '1'),
(1648188281, 4602, 'RAVIKANTH MANGU', 'INVELH1648188281', 2250.00, 'INR', 'VPP', '', '2022-03-25 11:34:41', 0, '1'),
(1649354501, 4620, 'AMLAN DE', 'INVELH1649354501', 1125.00, 'INR', 'CC', 'Pending', '2022-04-07 23:31:41', 0, '1'),
(1649354509, 4620, 'AMLAN DE', 'INVELH1649354509', 1125.00, 'INR', 'CC', 'Pending', '2022-04-07 23:31:49', 0, '1'),
(1649354515, 4620, 'AMLAN DE', 'INVELH1649354515', 1125.00, 'INR', 'CC', 'Pending', '2022-04-07 23:31:55', 0, '1'),
(1649354530, 4620, 'AMLAN DE', 'INVELH1649354530', 1125.00, 'INR', 'CC', 'Pending', '2022-04-07 23:32:10', 0, '1'),
(1649354537, 4620, 'AMLAN DE', 'INVELH1649354537', 1125.00, 'INR', 'VPP', '', '2022-04-07 23:32:17', 0, '1'),
(1649660643, 4622, 'Siddharth Thite', 'INVELH1649660643', 890.00, 'INR', 'CC', 'Pending', '2022-04-11 12:34:03', 0, '1'),
(1649660749, 4622, 'Siddharth Thite', 'INVELH1649660749', 890.00, 'INR', 'CC', 'Pending', '2022-04-11 12:35:49', 0, '1'),
(1650796677, 4643, 'Bedanga Bhushan Saikia', 'INVELH1650796677', 4245.75, 'INR', 'VPP', '', '2022-04-24 16:07:57', 0, '1'),
(1651085010, 4649, 'Pratik Kumar Nayek', 'INVELH1651085010', 950.00, 'INR', 'VPP', '', '2022-04-28 00:13:30', 0, '1'),
(1651226562, 4652, 'Shivaji Sengupta', 'INVELH1651226562', 1125.00, 'INR', 'DD', '', '2022-04-29 15:32:42', 0, '1'),
(1651227429, 4652, 'Shivaji Sengupta', 'INVELH1651227429', 1275.00, 'INR', 'CC', 'Pending', '2022-04-29 15:47:09', 0, '1'),
(1651227478, 4652, 'Shivaji Sengupta', 'INVELH1651227478', 1275.00, 'INR', 'CC', 'Pending', '2022-04-29 15:47:58', 0, '1'),
(1651227486, 4652, 'Shivaji Sengupta', 'INVELH1651227486', 1275.00, 'INR', 'VPP', '', '2022-04-29 15:48:06', 0, '1'),
(1652184716, 4622, 'Siddharth Thite', 'INVELH1652184716', 890.00, 'INR', 'CC', 'Pending', '2022-05-10 17:41:56', 0, '1'),
(1652184731, 4622, 'Siddharth Thite', 'INVELH1652184731', 890.00, 'INR', 'CC', 'Pending', '2022-05-10 17:42:11', 0, '1'),
(1652184863, 4622, 'Siddharth Thite', 'INVELH1652184863', 890.00, 'INR', 'DD', '', '2022-05-10 17:44:23', 0, '1'),
(1652720413, 2452, 'Amit', 'INVELH1652720413', 6258.00, 'INR', 'VPP', '', '2022-05-16 22:30:13', 0, '1'),
(1652741162, 4664, 'Dr Dilip Kumar', 'INVELH1652741162', 3105.00, 'INR', 'CC', 'Pending', '2022-05-17 04:16:02', 0, '1'),
(1652768510, 2452, 'Amit', 'INVELH1652768510', 3103.00, 'INR', 'CC', 'Pending', '2022-05-17 11:51:50', 0, '1'),
(1652768535, 2452, 'Amit', 'INVELH1652768535', 3103.00, 'INR', 'CC', 'Pending', '2022-05-17 11:52:15', 0, '1'),
(1652947922, 2452, 'Amit', 'INVELH1652947922', 3103.00, 'INR', 'CC', 'Pending', '2022-05-19 13:42:02', 0, '1'),
(1655137903, 4956, 'Cyril Paul', 'INVELH1655137903', 685.00, 'INR', 'CC', 'Pending', '2022-06-13 22:01:43', 0, '1'),
(1655137917, 4956, 'Cyril Paul', 'INVELH1655137917', 685.00, 'INR', 'CC', 'Pending', '2022-06-13 22:01:57', 0, '1'),
(1655137928, 4956, 'Cyril Paul', 'INVELH1655137928', 685.00, 'INR', 'VPP', '', '2022-06-13 22:02:08', 0, '1'),
(1656594486, 4974, 'Aditya Poddar', 'INVELH1656594486', 950.00, 'INR', 'VPP', '', '2022-06-30 18:38:06', 0, '1'),
(1656931989, 4978, 'Adv Anshu Davar', 'INVELH1656931989', 1795.00, 'INR', 'CC', 'Pending', '2022-07-04 16:23:09', 0, '1'),
(1656931997, 4978, 'Adv Anshu Davar', 'INVELH1656931997', 1795.00, 'INR', 'VPP', '', '2022-07-04 16:23:17', 0, '1');

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

--
-- Table structure for table `publishers`
--

CREATE TABLE `publishers` (
  `PublisherId` int(11) NOT NULL,
  `Publisher` varchar(255) NOT NULL,
  `IsDeleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>not deleted,1=>deleted'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `publishers`
--

INSERT INTO `publishers` (`PublisherId`, `Publisher`, `IsDeleted`) VALUES
(1, 'Eastern Law House', 0),
(2, 'Sweet & Maxwell', 1),
(3, 'Sweet & Maxwell', 0),
(4, 'Oxford University Press', 0),
(5, 'West', 0),
(6, 'Test', 1),
(7, 'testmmmmmm', 1),
(8, 'xxxxxxx', 1),
(9, 'EBC', 0),
(10, 'Taxmann', 0),
(11, 'Thomson Reuters', 0),
(12, 'Test Publisher 1', 1),
(13, 'Test Publisher 2', 1),
(14, 'LN', 0),
(15, 'Sweet and Maxwell', 1),
(16, 'Cambridge University Press', 0),
(17, 'Arati &amp; Co. Mumbai', 1),
(18, 'Arati & Co., Mumbai', 0),
(19, 'Law Publishers (India)', 0),
(20, 'Martinus Nijhoff Publishers', 0),
(21, 'test publisher', 1),
(22, 'New Eastern Law House', 1),
(23, 'abc', 1),
(24, 'abc', 1),
(25, 'abc', 1),
(26, 'Abc', 1),
(27, 'abc publication', 1),
(28, 'xyx', 1),
(29, 'abc', 1),
(30, 'Bloomsbury (Indian Publications)', 0),
(31, 'abcd', 1),
(32, 'Centax', 0),
(33, 'Whitesmann', 0),
(34, 'Commercial Law', 0),
(35, 'BLH', 0),
(36, 'Bharat Law House Pvt. Ltd.', 1),
(37, 'Sweet & Soft', 0),
(38, 'Legal Matrix Publication', 0),
(39, 'Law & Justice Publishing', 0),
(40, 'Universal', 0),
(41, 'Snow White', 0),
(42, 'ALA', 0),
(43, 'CLA', 0),
(44, 'KLH', 0),
(45, 'CLP', 0),
(46, 'Swastik Books', 0),
(47, 'TNL', 0),
(48, 'Kamal Law House', 1),
(49, 'Hind Law House', 0),
(50, 'OakBridge', 0),
(51, 'Harvard University Press', 0),
(52, 'Asia Law House', 0),
(53, 'Vinod Publications', 0),
(54, 'Routledge', 0),
(55, 'Capital Publishing House', 0),
(56, 'LPH', 0),
(57, 'Corporate Law Advisor', 0),
(58, 'ALD Publications', 0),
(59, 'LexisNexis', 0),
(60, 'Venus Book Distributors', 0),
(61, 'Bharat Law Publications', 0),
(62, 'MPP House', 0),
(63, 'Juggernaut', 0);

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

--
-- Table structure for table `related_books`
--

CREATE TABLE `related_books` (
  `RelationId` int(11) NOT NULL,
  `BookId` varchar(255) NOT NULL,
  `RelatedBookId` varchar(255) NOT NULL,
  `Flag` varchar(50) NOT NULL,
  `IsDeleted` char(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `related_books`
--

INSERT INTO `related_books` (`RelationId`, `BookId`, `RelatedBookId`, `Flag`, `IsDeleted`) VALUES
(1, '247', '236,237', 'Main', '0'),
(2, '622', '261,262', 'Main', '1'),
(3, '365', '239,240,582', 'Main', '0'),
(4, '290', '237', 'Main', '0'),
(5, '233', '231,298,420', 'Main', '0'),
(6, '584', '241,242,583,583,241,242,335,297,1', 'Main', '0'),
(7, '632', '647,648', 'Main', '1'),
(8, '543', '616,582', 'Main', '0'),
(9, '322', '372,239', 'Main', '0'),
(13, '1205', '1207,243', 'Main', '0'),
(11, '634', '593,269,273', 'Main', '0'),
(14, '1207', '1205,243', 'Main', '0'),
(15, '243', '1207,260', 'Main', '0'),
(16, '275', '274,277', 'Main', '0'),
(17, '335', '297,582,584,283', 'Main', '0'),
(18, '297', '335,584', 'Main', '0'),
(19, '241', '335,283,240', 'Main', '0'),
(20, '1358', '1207,1205,1248', 'Main', '0'),
(21, '1357', '634,237,269,634,269,237,593', 'Main', '0'),
(22, '585', '309,315,316,314,570', 'Main', '0'),
(23, '309', '585,315,316,314,570', 'Main', '0'),
(24, '315', '309,316,314,570', 'Main', '0'),
(25, '316', '585,309,315,314,570', 'Main', '0'),
(26, '570', '585,309,315,316,314', 'Main', '0'),
(27, '658', '657,582,343', 'Main', '0'),
(28, '657', '582,553,658', 'Main', '0'),
(29, '343', '365', 'Main', '1'),
(30, '1219', '343', 'Main', '0'),
(31, '365', '343', 'Main', '0'),
(32, '576', '447,604,446', 'Main', '0'),
(33, '604', '576,447,319', 'Main', '0'),
(34, '372', '309,316,239', 'Main', '0'),
(35, '577', '283,593,1206', 'Main', '0'),
(36, '593', '577,1206', 'Main', '0'),
(37, '1206', '577,593', 'Main', '0'),
(38, '239', '1206,593,372', 'Main', '0'),
(39, '237', '269,577,1357', 'Main', '0'),
(40, '575', '1205,246', 'Main', '0'),
(41, '269', '237,1357,577', 'Main', '0'),
(42, '944', '1315,569', 'Main', '0'),
(43, '1', '582,242,236', 'Main', '0'),
(44, '236', '1,242,582', 'Main', '0'),
(45, '242', '1,236,582', 'Main', '0'),
(46, '582', '1,236,242', 'Main', '0'),
(47, '285', '335,310,297', 'Main', '0'),
(48, '310', '285,310,285', 'Main', '0'),
(49, '318', '447,604,319,446,606', 'Main', '0'),
(50, '606', '447,604,319,446', 'Main', '0'),
(51, '447', '319,446,606,576', 'Main', '0'),
(52, '319', '319,446,447,576,604', 'Main', '1'),
(64, '583', '569,290', 'Main', '0'),
(53, '446', '606,576,319,446,447', 'Main', '0'),
(54, '319', '319,446,447,606,576', 'Main', '0'),
(55, '1429', '1426,1291,1424,1423,1425', 'Main', '0'),
(56, '261', '260,262', 'Main', '0'),
(57, '273', '593', 'Main', '1'),
(58, '283', '335,702,241,577', 'Main', '0'),
(59, '273', '593,1357,269', 'Main', '0'),
(60, '340', '336,338,582', 'Main', '0'),
(61, '263', '269,582,657', 'Main', '0'),
(62, '296', '290,657,582', 'Main', '0'),
(63, '308', '657,553,582', 'Main', '0'),
(65, '616', '543,582', 'Main', '0'),
(66, '341', '312,235,582', 'Main', '0'),
(67, '282', '246,582', 'Main', '0'),
(68, '338', '336,337', 'Main', '0'),
(69, '274', '275,277,294', 'Main', '0'),
(70, '605', '335,297,285', 'Main', '0'),
(71, '280', '582,605,1', 'Main', '0'),
(72, '260', '261,262,582', 'Main', '0'),
(73, '343', '657,582', 'Main', '0'),
(74, '878', '1128,335,702', 'Main', '0'),
(75, '1446', '1462,984,950', 'Main', '0'),
(76, '1463', '1463,1465', 'Main', '0'),
(77, '1450', '1463,1461', 'Main', '0'),
(78, '1449', '1462,950', 'Main', '0'),
(79, '1444', '616,887', 'Main', '0'),
(80, '1447', '1448', 'Main', '0'),
(81, '1459', '543,268', 'Main', '0'),
(82, '1460', '1460,784,665,954', 'Main', '0'),
(83, '1455', '1462', 'Main', '0'),
(84, '1458', '1462', 'Main', '0'),
(85, '1457', '1462', 'Main', '0'),
(86, '1456', '1462', 'Main', '0'),
(87, '1464', '1462', 'Main', '0'),
(88, '1461', '1462,950,414', 'Main', '0'),
(89, '1435', '414,950', 'Main', '0'),
(90, '1465', '1462,414,950', 'Main', '0'),
(91, '336', '340,337', 'Main', '0'),
(92, '270', '237', 'Main', '0'),
(93, '312', '313', 'Main', '0'),
(94, '1432', '582,582,658,657', 'Main', '0'),
(95, '291', '365', 'Main', '0'),
(96, '1434', '593,269,273', 'Main', '0'),
(97, '231', '233', 'Main', '0'),
(98, '1431', '231,361', 'Main', '0'),
(99, '1210', '895,1300', 'Main', '0'),
(100, '1523', '852,1036,1039,755', 'Main', '0'),
(101, '1517', '1270', 'Main', '0'),
(102, '277', '275,274', 'Main', '0'),
(103, '337', '336', 'Main', '0'),
(104, '1621', '258,582', 'Main', '0');

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

--
-- Table structure for table `request_journal`
--

CREATE TABLE `request_journal` (
  `request_journal_id` int(11) NOT NULL,
  `journal_category` varchar(30) DEFAULT NULL,
  `journal_book` varchar(30) DEFAULT NULL,
  `name` varchar(50) DEFAULT NULL,
  `phone_No` varchar(30) DEFAULT NULL,
  `email` varchar(30) NOT NULL,
  `journal_enquiry` varchar(100) DEFAULT NULL,
  `createdAt` datetime NOT NULL DEFAULT current_timestamp(),
  `isDeleted` tinyint(4) DEFAULT 0 COMMENT '0=>not deleted,1=>deleted'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `request_journal`
--

INSERT INTO `request_journal` (`request_journal_id`, `journal_category`, `journal_book`, `name`, `phone_No`, `email`, `journal_enquiry`, `createdAt`, `isDeleted`) VALUES
(1, '1', '1', 'Anup Ghosh', '8158925777', 'anup@microbaseinfotech.com', 'Which date you can release journal.', '2023-07-12 15:13:47', 0),
(2, '8', '231', 'Anup Ghosh', '8908999822', 'anup@microbaseinfotech.com', 'Journal enquiry', '2023-07-12 15:13:47', 0),
(3, NULL, NULL, 'Anup Ghosh', '8158925777', 'anup@microbaseinfotech.com', 'Request for All India Cases Journal in 2021.', '2023-07-12 15:13:47', 0),
(4, NULL, NULL, 'Anup Ghosh', '8158925777', 'anup@microbaseinfotech.com', 'This is Journal section', '2023-07-12 15:13:47', 0),
(5, NULL, NULL, 'Anup Ghosh', '7688585852', 'anup@microbaseinfotech.com', 'For journal enquiry', '2023-07-12 15:13:47', 0),
(6, NULL, NULL, 'Shivaji Sengupta', '9831000156', 'touch@microbaseinfotech.com', 'Looking for Supreme Court Journal for the year 1932', '2023-07-12 15:13:47', 0),
(7, NULL, NULL, 'Anup Ghosh', '7825355525', 'anup@microbaseinfotech.com', 'Journal enquiry', '2023-07-12 15:13:47', 1),
(8, NULL, NULL, 'DILIP', '9830012345', 'dilip@gmail.com', 'WANTED ENCYCLOPAEDIA', '2023-07-12 15:13:47', 0),
(9, NULL, NULL, 'Anup Ghosh', '8670032510', 'anup@microbaseinfotech.com', 'journal enquiry', '2023-07-13 18:08:52', 0),
(10, NULL, NULL, 'Anup Ghosh', '8670032510', 'anup@microbaseinfotech.com', 'supremecourt journal ', '2023-07-14 12:45:24', 1),
(11, NULL, NULL, 'anup ghosh', '8670032510', 'anup@microbaseinfotech.com', 'Journal', '2023-07-14 12:47:04', 1),
(12, NULL, NULL, 'Asim Dass', '0332215198', 'elh.cal@1234.com', 'I want some other journals', '2023-07-20 12:34:26', 0);

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

--
-- Table structure for table `resources`
--

CREATE TABLE `resources` (
  `resource_Id` int(11) NOT NULL,
  `BookId` int(11) DEFAULT NULL,
  `page_No1` varchar(10) DEFAULT NULL,
  `paragraph_No1` varchar(10) DEFAULT NULL,
  `paragraph_Text1` varchar(150) DEFAULT NULL,
  `page_No2` varchar(20) DEFAULT NULL,
  `paragraph_No2` varchar(20) DEFAULT NULL,
  `paragraph_Text2` varchar(120) DEFAULT NULL,
  `page_No3` varchar(20) DEFAULT NULL,
  `paragraph_No3` varchar(20) DEFAULT NULL,
  `paragraph_Text3` varchar(120) DEFAULT NULL,
  `isDeleted` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `resources`
--

INSERT INTO `resources` (`resource_Id`, `BookId`, `page_No1`, `paragraph_No1`, `paragraph_Text1`, `page_No2`, `paragraph_No2`, `paragraph_Text2`, `page_No3`, `paragraph_No3`, `paragraph_Text3`, `isDeleted`) VALUES
(1, 303, '5', '3', 'arbiration book is 1', '5', '3', 'arbiration book is 2', '5', '3', 'arbiration book is 3', 1),
(2, 423, '34', '1', 'arbiration book is', '34', '2', 'arbiration book is', '34', '3', 'arbiration book law', 1),
(3, 235, '5', '3', 'Arbitration book Is', '90', '7', 'This is to', '73', '8', 'This is Law', 1),
(4, 240, '254', '5', 'All law states', '157', '2', 'Indian Contract Act', '198', '4', 'As per Marriage', 1),
(5, 274, '647', '3', 'Although under the', '979', '1', 'The Patents Act', '1164', '2', 'The authority of', 0);

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

--
-- Table structure for table `roles`
--

CREATE TABLE `roles` (
  `Id` int(11) NOT NULL,
  `RoleId` varchar(255) NOT NULL,
  `RoleName` varchar(255) NOT NULL,
  `LoweredRoleName` varchar(255) NOT NULL,
  `Description` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `roles`
--

INSERT INTO `roles` (`Id`, `RoleId`, `RoleName`, `LoweredRoleName`, `Description`) VALUES
(1, '{7745E41A-5E31-4F43-AD64-DEAEED51472F}', 'Admin', 'admin', 'Admin User has all the privilages'),
(2, '{A3D8F1BD-F7F4-472C-BE16-00F2C2A9AB5E}', 'Member', 'member', 'Member user can shop books');

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

--
-- Table structure for table `shipping_billing_details`
--

CREATE TABLE `shipping_billing_details` (
  `ship_bill_id` bigint(11) NOT NULL,
  `bank_ref_no` text DEFAULT NULL,
  `bank_credit_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `user_id` varchar(30) DEFAULT NULL,
  `order_id` varchar(30) DEFAULT NULL,
  `tracking_id` varchar(120) DEFAULT NULL,
  `order_status` varchar(120) DEFAULT NULL,
  `order_status_check` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=>success',
  `orderDate` datetime NOT NULL DEFAULT current_timestamp(),
  `BookId` varchar(30) DEFAULT NULL,
  `AuthorId` varchar(50) DEFAULT NULL,
  `journalid` int(30) DEFAULT NULL,
  `quantity` int(11) DEFAULT NULL,
  `price` decimal(10,2) DEFAULT 0.00,
  `TotalAmount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `shipType` varchar(10) DEFAULT NULL COMMENT '0=>free ship,1=>Express ship',
  `shippingCharge` decimal(10,2) NOT NULL DEFAULT 0.00,
  `promoCodeDiscount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `billing_address` varchar(200) DEFAULT NULL,
  `billing_city` varchar(120) DEFAULT NULL,
  `billing_pin` varchar(30) DEFAULT NULL,
  `billing_phone` varchar(30) DEFAULT NULL,
  `billing_state` varchar(50) DEFAULT NULL,
  `shipName` varchar(130) DEFAULT NULL,
  `shipping_address` varchar(200) DEFAULT NULL,
  `shipping_city` varchar(120) DEFAULT NULL,
  `shipping_pin` varchar(20) DEFAULT NULL,
  `shipping_phone` varchar(30) DEFAULT NULL,
  `shipEmail` varchar(130) DEFAULT NULL,
  `shipping_state` varchar(50) DEFAULT NULL,
  `paymentMode` tinyint(4) DEFAULT NULL COMMENT '1=>COD,2=>CARD',
  `orderStatus` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>pending,1=>shifted,2=>Inprocess,3=>Cancelled',
  `despatchMode` varchar(250) DEFAULT NULL,
  `tracking` varchar(200) DEFAULT NULL,
  `date` date DEFAULT NULL,
  `order_invoice` varchar(250) DEFAULT NULL,
  `cancel_remarks` text DEFAULT NULL,
  `cancellation_time` datetime DEFAULT NULL,
  `refund_date` datetime DEFAULT NULL,
  `refund_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `isDeleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>not deleted,1=>deleted'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `shipping_billing_details`
--

INSERT INTO `shipping_billing_details` (`ship_bill_id`, `bank_ref_no`, `bank_credit_amount`, `user_id`, `order_id`, `tracking_id`, `order_status`, `order_status_check`, `orderDate`, `BookId`, `AuthorId`, `journalid`, `quantity`, `price`, `TotalAmount`, `shipType`, `shippingCharge`, `promoCodeDiscount`, `billing_address`, `billing_city`, `billing_pin`, `billing_phone`, `billing_state`, `shipName`, `shipping_address`, `shipping_city`, `shipping_pin`, `shipping_phone`, `shipEmail`, `shipping_state`, `paymentMode`, `orderStatus`, `despatchMode`, `tracking`, `date`, `order_invoice`, `cancel_remarks`, `cancellation_time`, `refund_date`, `refund_amount`, `isDeleted`) VALUES
(1, NULL, 0.00, '70', '123465908', NULL, NULL, 0, '2023-04-03 22:35:51', '634', NULL, NULL, 1, 1525.50, 1525.50, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(2, NULL, 0.00, '70', '123460731', NULL, NULL, 0, '2023-04-03 23:05:11', '634', NULL, NULL, 1, 1525.50, 1525.50, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(3, NULL, 0.00, '70', '123459345', NULL, NULL, 0, '2023-04-04 11:57:39', '634', NULL, NULL, 1, 1525.50, 1525.50, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(4, NULL, 0.00, '70', '123464080', NULL, NULL, 0, '2023-04-04 13:06:25', '634', NULL, NULL, 1, 1525.50, 1525.50, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(5, NULL, 0.00, '70', '123460766', NULL, NULL, 0, '2023-04-04 14:35:41', '634', NULL, NULL, 1, 1525.50, 1525.50, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 1, 'Speed Post', 'ELH012112', '2023-04-12', NULL, NULL, NULL, NULL, 0.00, 1),
(6, NULL, 0.00, '70', '123461952', NULL, NULL, 0, '2023-04-04 15:37:17', '634', NULL, NULL, 1, 1525.50, 1525.50, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 1, 'Speed Post', 'ELH012112', '2023-04-17', NULL, NULL, NULL, NULL, 0.00, 1),
(7, NULL, 0.00, '78', '123464286', NULL, NULL, 1, '2023-04-04 15:39:41', '236', NULL, NULL, 1, 3450.00, 3450.00, NULL, 0.00, 0.00, '123 abckuhesfkjekje,abc', 'kolkata', '700013', '+919830098300', '35', 'test', '123 abckuhesfkjekje,abc', 'kolkata', '700013', '+919830098300', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, '2023-04-05 12:18:27', NULL, 0.00, 1),
(8, NULL, 0.00, '70', '123461934', NULL, NULL, 0, '2023-04-05 00:16:26', '634', NULL, NULL, 1, 1525.50, 1525.50, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(9, NULL, 0.00, '70', '123458912', NULL, NULL, 0, '2023-04-05 00:24:20', '634', NULL, NULL, 1, 1525.50, 1525.50, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(10, NULL, 0.00, '70', '123463928', NULL, NULL, 0, '2023-04-05 00:37:16', '634', NULL, NULL, 1, 1525.50, 1525.50, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(11, NULL, 0.00, '70', '123460740', NULL, NULL, 0, '2023-04-05 10:52:48', '634', NULL, NULL, 1, 1525.50, 1525.50, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(12, NULL, 0.00, '70', '123459618', NULL, NULL, 0, '2023-04-07 23:10:16', '258', NULL, NULL, 1, 1080.00, 1080.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(13, NULL, 0.00, '70', '123459618', NULL, NULL, 0, '2023-04-07 23:10:16', '481', NULL, NULL, 1, 20.00, 20.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(14, NULL, 0.00, '70', '123461552', NULL, NULL, 0, '2023-04-20 06:55:37', '480', NULL, NULL, 1, 595.00, 595.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(15, NULL, 0.00, '70', '123462226', NULL, NULL, 0, '2023-04-23 18:15:47', '480', NULL, NULL, 1, 595.00, 595.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(16, NULL, 0.00, '70', '123458325', NULL, NULL, 0, '2023-04-30 12:12:31', '480', NULL, NULL, 1, 595.00, 595.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918684444440', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(17, NULL, 0.00, '70', '123458325', NULL, NULL, 0, '2023-04-30 12:12:31', '269', NULL, NULL, 1, 2115.00, 2115.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918684444440', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(18, NULL, 0.00, '70', '123463194', NULL, NULL, 0, '2023-04-30 12:12:53', '480', NULL, NULL, 1, 595.00, 595.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918684444440', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(19, NULL, 0.00, '70', '123463194', NULL, NULL, 0, '2023-04-30 12:12:53', '269', NULL, NULL, 1, 2115.00, 2115.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918684444440', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(20, NULL, 0.00, '70', '123466647', NULL, NULL, 0, '2023-04-30 12:13:22', '480', NULL, NULL, 1, 595.00, 595.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918684444440', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(21, NULL, 0.00, '70', '123466647', NULL, NULL, 0, '2023-04-30 12:13:22', '269', NULL, NULL, 1, 2115.00, 2115.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918684444440', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(22, NULL, 0.00, '70', '123459695', NULL, NULL, 0, '2023-05-05 20:22:56', '480', NULL, NULL, 1, 595.00, 595.00, NULL, 65.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+919155525552', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(23, NULL, 0.00, '70', '123459695', NULL, NULL, 0, '2023-05-05 20:22:56', '269', NULL, NULL, 1, 2115.00, 2115.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+919155525552', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(24, NULL, 0.00, '70', '123459695', NULL, NULL, 0, '2023-05-05 20:22:56', '543', NULL, NULL, 1, 1345.50, 1345.50, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+919155525552', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(25, NULL, 0.00, '70', '123464236', NULL, NULL, 0, '2023-05-05 20:24:41', '480', NULL, NULL, 1, 595.00, 595.00, NULL, 65.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+919155525552', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(26, NULL, 0.00, '70', '123464236', NULL, NULL, 0, '2023-05-05 20:24:41', '269', NULL, NULL, 1, 2115.00, 2115.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+919155525552', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(27, NULL, 0.00, '70', '123464236', NULL, NULL, 0, '2023-05-05 20:24:41', '543', NULL, NULL, 1, 1345.50, 1345.50, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+919155525552', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 1, 'Express Shipping', 'TRAC5689', '2023-05-20', NULL, NULL, NULL, NULL, 0.00, 1),
(28, NULL, 0.00, '78', '123457137', NULL, NULL, 1, '2023-05-18 18:39:05', '236', NULL, NULL, 1, 3450.00, 3450.00, NULL, 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831898318', '35', 'test test', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831898318', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(29, NULL, 0.00, '78', '123457137', NULL, NULL, 1, '2023-05-18 18:39:05', '258', NULL, NULL, 1, 1095.00, 1095.00, NULL, 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831898318', '35', 'test test', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831898318', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(30, NULL, 0.00, '78', '123457137', NULL, NULL, 1, '2023-05-18 18:39:05', '634', NULL, NULL, 2, 1525.50, 3051.00, NULL, 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831898318', '35', 'test test', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831898318', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(31, NULL, 0.00, '78', '123457137', NULL, NULL, 1, '2023-05-18 18:39:05', '233', NULL, NULL, 1, -10775.35, -10775.35, NULL, 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831898318', '35', 'test test', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831898318', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(32, NULL, 0.00, '78', '123457137', NULL, NULL, 1, '2023-05-18 18:39:05', '441', NULL, NULL, 1, 1395.00, 1395.00, NULL, 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831898318', '35', 'test test', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831898318', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(33, NULL, 0.00, '70', '123466271', NULL, NULL, 0, '2023-05-19 15:53:15', '480', NULL, NULL, 1, 595.00, 595.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(34, NULL, 0.00, '70', '123460149', NULL, NULL, 0, '2023-05-19 16:12:04', '480', NULL, NULL, 1, 595.00, 595.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(35, NULL, 0.00, '70', '123459951', NULL, NULL, 0, '2023-05-19 17:47:44', '233', NULL, NULL, 1, 986.00, 986.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918855955599', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918855955599', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(36, NULL, 0.00, '70', '123459951', NULL, NULL, 0, '2023-05-19 17:47:44', '235', NULL, NULL, 1, 1200.00, 1200.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918855955599', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918855955599', 'anup@microbaseinfotech.com', '35', 1, 1, NULL, NULL, '1970-01-01', NULL, NULL, NULL, NULL, 0.00, 1),
(37, NULL, 0.00, '70', '123464001', NULL, NULL, 0, '2023-05-22 20:58:53', '466', NULL, NULL, 1, 1250.00, 1250.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(38, NULL, 0.00, '70', '123463526', NULL, NULL, 0, '2023-05-22 21:01:16', '466', NULL, NULL, 1, 1250.00, 1250.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(39, NULL, 0.00, '70', '123464863', NULL, NULL, 0, '2023-05-22 21:06:00', '466', NULL, NULL, 1, 1250.00, 1250.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(40, NULL, 0.00, '70', '123466017', NULL, NULL, 0, '2023-05-22 21:07:20', '466', NULL, NULL, 1, 1250.00, 1250.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(41, NULL, 0.00, '70', '123465289', NULL, NULL, 0, '2023-05-22 21:09:24', '466', NULL, NULL, 1, 1250.00, 1250.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(42, NULL, 0.00, '70', '123460814', NULL, NULL, 0, '2023-05-22 21:13:39', '466', NULL, NULL, 1, 1250.00, 1250.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(43, NULL, 0.00, '70', '123462659', NULL, NULL, 0, '2023-05-22 22:24:28', '466', NULL, NULL, 1, 1250.00, 1250.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(44, NULL, 0.00, '70', '123458684', NULL, NULL, 0, '2023-05-22 22:29:30', '466', NULL, NULL, 1, 1250.00, 1250.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(45, NULL, 0.00, '70', '123461210', NULL, NULL, 0, '2023-05-22 22:50:08', '466', NULL, NULL, 1, 1250.00, 1250.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(46, NULL, 0.00, '70', '123461971', NULL, NULL, 0, '2023-05-22 22:51:03', '466', NULL, NULL, 1, 1250.00, 1250.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(47, NULL, 0.00, '70', '123465970', NULL, NULL, 0, '2023-05-22 22:59:19', '466', NULL, NULL, 1, 1250.00, 1250.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(48, NULL, 0.00, '70', '123460160', NULL, NULL, 0, '2023-05-22 23:38:56', '466', NULL, NULL, 1, 1250.00, 1250.00, NULL, 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(49, NULL, 0.00, '70', '123463340', NULL, NULL, 0, '2023-05-29 15:59:39', '240', NULL, NULL, 1, 495.00, 495.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(50, NULL, 0.00, '70', '123463340', NULL, NULL, 0, '2023-05-29 15:59:39', '239', NULL, NULL, 1, 835.00, 835.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(51, NULL, 0.00, '70', '123463340', NULL, NULL, 0, '2023-05-29 15:59:39', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(52, NULL, 0.00, '70', '123466174', NULL, NULL, 0, '2023-05-29 16:07:03', '390', NULL, NULL, 1, 355.00, 355.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(53, NULL, 0.00, '70', '123466174', NULL, NULL, 0, '2023-05-29 16:07:03', '495', NULL, NULL, 1, 695.00, 695.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(54, NULL, 0.00, '70', '123466174', NULL, NULL, 0, '2023-05-29 16:07:03', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(55, NULL, 0.00, '70', '123461375', NULL, NULL, 0, '2023-05-29 16:49:39', '239', NULL, NULL, 1, 835.00, 835.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(56, NULL, 0.00, '70', '123461375', NULL, NULL, 0, '2023-05-29 16:49:39', 'NULL', NULL, 2, 1, 760.00, 760.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(57, NULL, 0.00, '70', '123457805', NULL, NULL, 0, '2023-05-29 16:53:53', '235', NULL, NULL, 1, 1200.00, 1200.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(58, NULL, 0.00, '70', '123457805', NULL, NULL, 0, '2023-05-29 16:53:53', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(59, NULL, 0.00, '70', '123462970', NULL, NULL, 0, '2023-05-29 16:57:33', '239', NULL, NULL, 1, 835.00, 835.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(60, NULL, 0.00, '70', '123462970', NULL, NULL, 0, '2023-05-29 16:57:33', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(61, NULL, 0.00, '70', '123460910', NULL, NULL, 0, '2023-05-29 17:00:15', '239', NULL, NULL, 1, 835.00, 835.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(62, NULL, 0.00, '70', '123460910', NULL, NULL, 0, '2023-05-29 17:00:15', 'NULL', NULL, 2, 1, 760.00, 760.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(63, NULL, 0.00, '70', 'must be str, not int', NULL, NULL, 0, '2023-05-29 17:13:39', '584', NULL, NULL, 1, 1345.50, 1345.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(64, NULL, 0.00, '70', 'must be str, not int', NULL, NULL, 0, '2023-05-29 17:13:39', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(65, NULL, 0.00, '70', 'must be str, not int', NULL, NULL, 0, '2023-05-29 17:16:23', '239', NULL, NULL, 1, 835.00, 835.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(66, NULL, 0.00, '70', 'must be str, not int', NULL, NULL, 0, '2023-05-29 17:16:23', 'NULL', NULL, 2, 1, 760.00, 760.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(67, NULL, 0.00, '70', 'must be str, not int', NULL, NULL, 0, '2023-05-29 17:22:02', '305', NULL, NULL, 1, 380.00, 380.00, '1', 175.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(68, NULL, 0.00, '70', 'must be str, not int', NULL, NULL, 0, '2023-05-29 17:22:02', 'NULL', NULL, 2, 1, 760.00, 760.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(69, NULL, 0.00, '70', 'must be str, not int', NULL, NULL, 0, '2023-05-29 18:33:20', '240', NULL, NULL, 1, 495.00, 495.00, '1', 175.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(70, NULL, 0.00, '70', 'must be str, not int', NULL, NULL, 0, '2023-05-29 18:33:20', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(71, NULL, 0.00, '70', 'ELH123458864', NULL, NULL, 0, '2023-05-29 18:37:13', '239', NULL, NULL, 1, 835.00, 835.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(72, NULL, 0.00, '70', 'ELH123458864', NULL, NULL, 0, '2023-05-29 18:37:13', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(73, NULL, 0.00, '70', 'ELH123458167', NULL, NULL, 0, '2023-05-29 18:53:15', '239', NULL, NULL, 1, 835.00, 835.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(74, NULL, 0.00, '70', 'ELH123458167', NULL, NULL, 0, '2023-05-29 18:53:15', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(75, NULL, 0.00, '70', 'ELH123460207', NULL, NULL, 0, '2023-05-31 12:18:07', '272', NULL, NULL, 1, 360.00, 360.00, '1', 175.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(76, NULL, 0.00, '70', 'ELH123460207', NULL, NULL, 0, '2023-05-31 12:18:07', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(77, NULL, 0.00, '92', 'ELH123457491', NULL, NULL, 1, '2023-06-06 11:47:34', '297', NULL, NULL, 1, 630.00, 630.00, '0', 0.00, 0.00, 'Flat no: 203, Dhruv Ganga Enclave, Road No- 23,Near- S. K. Nagar Park No-2, Sri Krishna Nagar', 'Patna', '800001', '+917488202555', '5', 'Rajesh Kumar', 'Flat no: 203, Dhruv Ganga Enclave, Road No- 23,Near- S. K. Nagar Park No-2, Sri Krishna Nagar', 'Patna', '800001', '+917488202555', 'rajeshkumar158745@gmail.com', '5', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(78, NULL, 0.00, '78', 'ELH123466484', NULL, NULL, 1, '2023-06-09 17:50:14', '634', NULL, NULL, 2, 1525.50, 3051.00, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'sk de', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(79, NULL, 0.00, '78', 'ELH123466484', NULL, NULL, 1, '2023-06-09 17:50:14', 'NULL', NULL, 3, 1, 27880.00, 27880.00, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'sk de', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(80, NULL, 0.00, '70', 'ELH123459073', NULL, NULL, 0, '2023-06-13 15:59:18', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(81, NULL, 0.00, '70', 'ELH123459073', NULL, NULL, 0, '2023-06-13 15:59:18', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(82, NULL, 0.00, '70', 'ELH123459073', NULL, NULL, 0, '2023-06-13 15:59:18', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(83, NULL, 0.00, '70', 'ELH123466588', NULL, NULL, 0, '2023-06-13 16:22:18', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(84, NULL, 0.00, '70', 'ELH123466588', NULL, NULL, 0, '2023-06-13 16:22:18', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(85, NULL, 0.00, '70', 'ELH123466588', NULL, NULL, 0, '2023-06-13 16:22:18', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(86, NULL, 0.00, '70', 'ELH123466349', NULL, NULL, 0, '2023-06-13 16:26:11', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(87, NULL, 0.00, '70', 'ELH123466349', NULL, NULL, 0, '2023-06-13 16:26:11', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(88, NULL, 0.00, '70', 'ELH123466349', NULL, NULL, 0, '2023-06-13 16:26:11', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(89, NULL, 0.00, '70', 'ELH123458065', NULL, NULL, 0, '2023-06-13 16:28:02', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(90, NULL, 0.00, '70', 'ELH123458065', NULL, NULL, 0, '2023-06-13 16:28:02', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(91, NULL, 0.00, '70', 'ELH123458065', NULL, NULL, 0, '2023-06-13 16:28:02', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(92, NULL, 0.00, '70', 'ELH123461917', NULL, NULL, 0, '2023-06-13 16:38:08', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(93, NULL, 0.00, '70', 'ELH123461917', NULL, NULL, 0, '2023-06-13 16:38:08', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(94, NULL, 0.00, '70', 'ELH123461917', NULL, NULL, 0, '2023-06-13 16:38:08', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(95, NULL, 0.00, '70', 'ELH123466416', NULL, NULL, 0, '2023-06-13 16:53:08', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(96, NULL, 0.00, '70', 'ELH123466416', NULL, NULL, 0, '2023-06-13 16:53:08', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(97, NULL, 0.00, '70', 'ELH123466416', NULL, NULL, 0, '2023-06-13 16:53:08', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(98, NULL, 0.00, '70', 'ELH123461214', NULL, NULL, 0, '2023-06-13 16:55:55', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(99, NULL, 0.00, '70', 'ELH123461214', NULL, NULL, 0, '2023-06-13 16:55:55', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(100, NULL, 0.00, '70', 'ELH123461214', NULL, NULL, 0, '2023-06-13 16:55:55', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(101, NULL, 0.00, '70', 'ELH123462465', NULL, NULL, 0, '2023-06-13 17:01:11', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(102, NULL, 0.00, '70', 'ELH123462465', NULL, NULL, 0, '2023-06-13 17:01:11', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(103, NULL, 0.00, '70', 'ELH123462465', NULL, NULL, 0, '2023-06-13 17:01:11', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(104, NULL, 0.00, '70', 'ELH123465108', NULL, NULL, 0, '2023-06-13 17:07:49', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(105, NULL, 0.00, '70', 'ELH123465108', NULL, NULL, 0, '2023-06-13 17:07:49', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(106, NULL, 0.00, '70', 'ELH123465108', NULL, NULL, 0, '2023-06-13 17:07:49', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(107, NULL, 0.00, '70', 'ELH123460243', NULL, NULL, 0, '2023-06-13 17:09:54', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(108, NULL, 0.00, '70', 'ELH123460243', NULL, NULL, 0, '2023-06-13 17:09:54', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(109, NULL, 0.00, '70', 'ELH123460243', NULL, NULL, 0, '2023-06-13 17:09:54', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(110, NULL, 0.00, '70', 'ELH123457544', NULL, NULL, 0, '2023-06-13 17:12:39', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(111, NULL, 0.00, '70', 'ELH123457544', NULL, NULL, 0, '2023-06-13 17:12:39', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(112, NULL, 0.00, '70', 'ELH123457544', NULL, NULL, 0, '2023-06-13 17:12:39', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(113, NULL, 0.00, '70', 'ELH123457190', NULL, NULL, 0, '2023-06-14 16:25:45', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(114, NULL, 0.00, '70', 'ELH123457190', NULL, NULL, 0, '2023-06-14 16:25:45', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(115, NULL, 0.00, '70', 'ELH123457190', NULL, NULL, 0, '2023-06-14 16:25:45', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(116, NULL, 0.00, '70', 'ELH123461141', NULL, NULL, 0, '2023-06-14 16:27:20', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(117, NULL, 0.00, '70', 'ELH123461141', NULL, NULL, 0, '2023-06-14 16:27:20', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(118, NULL, 0.00, '70', 'ELH123461141', NULL, NULL, 0, '2023-06-14 16:27:20', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(119, NULL, 0.00, '70', 'ELH123461702', NULL, NULL, 0, '2023-06-14 16:28:45', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(120, NULL, 0.00, '70', 'ELH123461702', NULL, NULL, 0, '2023-06-14 16:28:45', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(121, NULL, 0.00, '70', 'ELH123461702', NULL, NULL, 0, '2023-06-14 16:28:45', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(122, NULL, 0.00, '70', 'ELH123465997', NULL, NULL, 0, '2023-06-14 16:32:22', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(123, NULL, 0.00, '70', 'ELH123465997', NULL, NULL, 0, '2023-06-14 16:32:22', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(124, NULL, 0.00, '70', 'ELH123465997', NULL, NULL, 0, '2023-06-14 16:32:22', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(125, NULL, 0.00, '70', 'ELH123466675', NULL, NULL, 0, '2023-06-14 16:32:37', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(126, NULL, 0.00, '70', 'ELH123466675', NULL, NULL, 0, '2023-06-14 16:32:37', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(127, NULL, 0.00, '70', 'ELH123466675', NULL, NULL, 0, '2023-06-14 16:32:37', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(128, NULL, 0.00, '70', 'ELH123462396', NULL, NULL, 0, '2023-06-14 16:33:20', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(129, NULL, 0.00, '70', 'ELH123462396', NULL, NULL, 0, '2023-06-14 16:33:20', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(130, NULL, 0.00, '70', 'ELH123462396', NULL, NULL, 0, '2023-06-14 16:33:20', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(131, NULL, 0.00, '70', 'ELH123462103', NULL, NULL, 0, '2023-06-14 16:34:29', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(132, NULL, 0.00, '70', 'ELH123462103', NULL, NULL, 0, '2023-06-14 16:34:29', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(133, NULL, 0.00, '70', 'ELH123462103', NULL, NULL, 0, '2023-06-14 16:34:29', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1);
INSERT INTO `shipping_billing_details` (`ship_bill_id`, `bank_ref_no`, `bank_credit_amount`, `user_id`, `order_id`, `tracking_id`, `order_status`, `order_status_check`, `orderDate`, `BookId`, `AuthorId`, `journalid`, `quantity`, `price`, `TotalAmount`, `shipType`, `shippingCharge`, `promoCodeDiscount`, `billing_address`, `billing_city`, `billing_pin`, `billing_phone`, `billing_state`, `shipName`, `shipping_address`, `shipping_city`, `shipping_pin`, `shipping_phone`, `shipEmail`, `shipping_state`, `paymentMode`, `orderStatus`, `despatchMode`, `tracking`, `date`, `order_invoice`, `cancel_remarks`, `cancellation_time`, `refund_date`, `refund_amount`, `isDeleted`) VALUES
(134, NULL, 0.00, '70', 'ELH123466753', NULL, NULL, 0, '2023-06-14 16:35:46', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(135, NULL, 0.00, '70', 'ELH123466753', NULL, NULL, 0, '2023-06-14 16:35:46', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(136, NULL, 0.00, '70', 'ELH123466753', NULL, NULL, 0, '2023-06-14 16:35:46', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(137, NULL, 0.00, '70', 'ELH123460474', NULL, NULL, 0, '2023-06-14 17:14:05', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(138, NULL, 0.00, '70', 'ELH123460474', NULL, NULL, 0, '2023-06-14 17:14:05', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(139, NULL, 0.00, '70', 'ELH123460474', NULL, NULL, 0, '2023-06-14 17:14:05', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(140, NULL, 0.00, '70', 'ELH123458780', NULL, NULL, 0, '2023-06-14 17:14:58', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(141, NULL, 0.00, '70', 'ELH123458780', NULL, NULL, 0, '2023-06-14 17:14:58', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(142, NULL, 0.00, '70', 'ELH123458780', NULL, NULL, 0, '2023-06-14 17:14:58', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(143, NULL, 0.00, '70', 'ELH123458406', NULL, NULL, 0, '2023-06-14 17:31:55', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(144, NULL, 0.00, '70', 'ELH123458406', NULL, NULL, 0, '2023-06-14 17:31:55', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(145, NULL, 0.00, '70', 'ELH123458406', NULL, NULL, 0, '2023-06-14 17:31:55', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(146, NULL, 0.00, '70', 'ELH123461523', NULL, NULL, 0, '2023-06-14 18:21:42', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(147, NULL, 0.00, '70', 'ELH123461523', NULL, NULL, 0, '2023-06-14 18:21:42', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(148, NULL, 0.00, '70', 'ELH123461523', NULL, NULL, 0, '2023-06-14 18:21:42', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(149, NULL, 0.00, '70', 'ELH123466099', NULL, NULL, 0, '2023-06-15 15:21:10', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(150, NULL, 0.00, '70', 'ELH123466099', NULL, NULL, 0, '2023-06-15 15:21:10', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(151, NULL, 0.00, '70', 'ELH123466099', NULL, NULL, 0, '2023-06-15 15:21:10', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(152, NULL, 0.00, '70', 'ELH123457450', NULL, NULL, 0, '2023-06-15 15:52:54', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(153, NULL, 0.00, '70', 'ELH123457450', NULL, NULL, 0, '2023-06-15 15:52:54', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(154, NULL, 0.00, '70', 'ELH123457450', NULL, NULL, 0, '2023-06-15 15:52:54', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(155, NULL, 0.00, '70', 'ELH123456958', NULL, NULL, 0, '2023-06-15 16:02:04', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(156, NULL, 0.00, '70', 'ELH123456958', NULL, NULL, 0, '2023-06-15 16:02:04', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(157, NULL, 0.00, '70', 'ELH123456958', NULL, NULL, 0, '2023-06-15 16:02:04', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(158, NULL, 0.00, '70', 'ELH123466398', NULL, NULL, 0, '2023-06-15 16:04:49', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(159, NULL, 0.00, '70', 'ELH123466398', NULL, NULL, 0, '2023-06-15 16:04:49', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(160, NULL, 0.00, '70', 'ELH123466398', NULL, NULL, 0, '2023-06-15 16:04:49', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(161, NULL, 0.00, '70', 'ELH123466166', NULL, NULL, 0, '2023-06-15 16:36:22', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(162, NULL, 0.00, '70', 'ELH123466166', NULL, NULL, 0, '2023-06-15 16:36:22', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(163, NULL, 0.00, '70', 'ELH123466166', NULL, NULL, 0, '2023-06-15 16:36:22', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(164, NULL, 0.00, '70', 'ELH123460183', NULL, NULL, 0, '2023-06-15 16:37:17', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(165, NULL, 0.00, '70', 'ELH123460183', NULL, NULL, 0, '2023-06-15 16:37:17', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(166, NULL, 0.00, '70', 'ELH123460183', NULL, NULL, 0, '2023-06-15 16:37:17', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(167, NULL, 0.00, '70', 'ELH123464133', NULL, NULL, 0, '2023-06-15 16:39:08', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(168, NULL, 0.00, '70', 'ELH123464133', NULL, NULL, 0, '2023-06-15 16:39:08', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(169, NULL, 0.00, '70', 'ELH123464133', NULL, NULL, 0, '2023-06-15 16:39:08', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(170, NULL, 0.00, '70', 'ELH123464012', NULL, NULL, 0, '2023-06-15 18:47:42', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(171, NULL, 0.00, '70', 'ELH123464012', NULL, NULL, 0, '2023-06-15 18:47:42', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(172, NULL, 0.00, '70', 'ELH123464012', NULL, NULL, 0, '2023-06-15 18:47:42', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(173, NULL, 0.00, '70', 'ELH123456863', NULL, NULL, 0, '2023-06-16 10:48:11', '632', NULL, NULL, 1, 607.50, 607.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(174, NULL, 0.00, '70', 'ELH123456863', NULL, NULL, 0, '2023-06-16 10:48:11', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(175, NULL, 0.00, '70', 'ELH123456863', NULL, NULL, 0, '2023-06-16 10:48:11', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(176, NULL, 0.00, '70', 'ELH123457450', NULL, NULL, 0, '2023-06-16 12:22:25', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(177, NULL, 0.00, '70', 'ELH123457450', NULL, NULL, 0, '2023-06-16 12:22:25', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(178, NULL, 0.00, '70', 'ELH123457450', NULL, NULL, 0, '2023-06-16 12:22:25', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(179, NULL, 0.00, '70', 'ELH123460197', NULL, NULL, 0, '2023-06-16 12:31:48', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(180, NULL, 0.00, '70', 'ELH123460197', NULL, NULL, 0, '2023-06-16 12:31:48', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(181, NULL, 0.00, '70', 'ELH123460197', NULL, NULL, 0, '2023-06-16 12:31:48', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(182, NULL, 0.00, '70', 'ELH123457572', NULL, NULL, 0, '2023-06-16 12:33:09', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(183, NULL, 0.00, '70', 'ELH123457572', NULL, NULL, 0, '2023-06-16 12:33:09', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(184, NULL, 0.00, '70', 'ELH123457572', NULL, NULL, 0, '2023-06-16 12:33:09', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(185, NULL, 0.00, '70', 'ELH123457385', NULL, NULL, 0, '2023-06-16 12:44:48', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(186, NULL, 0.00, '70', 'ELH123457385', NULL, NULL, 0, '2023-06-16 12:44:48', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(187, NULL, 0.00, '70', 'ELH123457385', NULL, NULL, 0, '2023-06-16 12:44:48', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(188, NULL, 0.00, '70', 'ELH123463349', NULL, NULL, 0, '2023-06-16 12:45:00', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(189, NULL, 0.00, '70', 'ELH123463349', NULL, NULL, 0, '2023-06-16 12:45:00', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(190, NULL, 0.00, '70', 'ELH123463349', NULL, NULL, 0, '2023-06-16 12:45:00', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(191, NULL, 0.00, '70', 'ELH123456988', NULL, NULL, 0, '2023-06-16 12:50:39', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(192, NULL, 0.00, '70', 'ELH123456988', NULL, NULL, 0, '2023-06-16 12:50:39', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(193, NULL, 0.00, '70', 'ELH123456988', NULL, NULL, 0, '2023-06-16 12:50:39', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(194, NULL, 0.00, '70', 'ELH123465939', NULL, NULL, 0, '2023-06-16 12:52:27', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(195, NULL, 0.00, '70', 'ELH123465939', NULL, NULL, 0, '2023-06-16 12:52:27', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(196, NULL, 0.00, '70', 'ELH123465939', NULL, NULL, 0, '2023-06-16 12:52:27', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(197, NULL, 0.00, '70', 'ELH123463902', NULL, NULL, 0, '2023-06-16 13:03:31', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(198, NULL, 0.00, '70', 'ELH123463902', NULL, NULL, 0, '2023-06-16 13:03:31', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(199, NULL, 0.00, '70', 'ELH123463902', NULL, NULL, 0, '2023-06-16 13:03:31', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(200, NULL, 0.00, '70', 'ELH123466079', NULL, NULL, 0, '2023-06-16 13:05:27', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(201, NULL, 0.00, '70', 'ELH123466079', NULL, NULL, 0, '2023-06-16 13:05:27', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(202, NULL, 0.00, '70', 'ELH123466079', NULL, NULL, 0, '2023-06-16 13:05:27', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(203, NULL, 0.00, '70', 'ELH123464128', NULL, NULL, 0, '2023-06-16 13:06:51', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(204, NULL, 0.00, '70', 'ELH123464128', NULL, NULL, 0, '2023-06-16 13:06:51', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(205, NULL, 0.00, '70', 'ELH123464128', NULL, NULL, 0, '2023-06-16 13:06:51', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(206, NULL, 0.00, '70', 'ELH123457547', NULL, NULL, 0, '2023-06-16 14:26:49', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(207, NULL, 0.00, '70', 'ELH123457547', NULL, NULL, 0, '2023-06-16 14:26:49', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(208, NULL, 0.00, '70', 'ELH123457547', NULL, NULL, 0, '2023-06-16 14:26:49', 'NULL', NULL, 1, 1, 900.00, 900.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(209, NULL, 0.00, '70', 'ELH123459235', NULL, NULL, 0, '2023-06-16 21:10:06', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(210, NULL, 0.00, '70', 'ELH123461943', NULL, NULL, 0, '2023-06-16 21:12:29', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(211, NULL, 0.00, '70', 'ELH123464645', NULL, NULL, 0, '2023-06-16 21:13:12', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(212, NULL, 0.00, '70', 'ELH123458960', NULL, NULL, 0, '2023-06-16 21:19:27', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(213, NULL, 0.00, '70', 'ELH123461736', NULL, NULL, 0, '2023-06-16 22:54:00', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(214, NULL, 0.00, '70', 'ELH123458584', NULL, NULL, 0, '2023-06-16 22:58:02', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(215, NULL, 0.00, '70', 'ELH123457374', NULL, NULL, 0, '2023-06-17 09:40:03', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(216, NULL, 0.00, '70', 'ELH123463384', NULL, NULL, 0, '2023-06-17 10:41:30', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(217, NULL, 0.00, '70', 'ELH123465454', NULL, NULL, 0, '2023-06-17 11:25:25', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(218, NULL, 0.00, '70', 'ELH123463708', NULL, NULL, 0, '2023-06-17 11:55:38', '632', NULL, NULL, 1, 607.50, 607.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(219, NULL, 0.00, '70', 'ELH123456880', NULL, NULL, 0, '2023-06-19 18:00:22', '765', NULL, NULL, 1, 475.00, 475.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(220, NULL, 0.00, '70', 'ELH123463497', NULL, NULL, 0, '2023-06-19 18:06:58', '765', NULL, NULL, 1, 475.00, 475.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(221, NULL, 0.00, '70', 'ELH123457591', NULL, NULL, 0, '2023-06-19 18:37:26', '765', NULL, NULL, 1, 475.00, 475.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(222, NULL, 0.00, '70', 'ELH123463828', NULL, NULL, 0, '2023-06-19 19:34:30', '765', NULL, NULL, 1, 475.00, 475.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(223, NULL, 0.00, '70', 'ELH123463070', NULL, NULL, 0, '2023-06-19 19:38:52', '765', NULL, NULL, 1, 475.00, 475.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(224, NULL, 0.00, '70', 'ELH123466105', NULL, NULL, 0, '2023-06-19 20:57:10', '765', NULL, NULL, 1, 475.00, 475.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(225, NULL, 0.00, '70', 'ELH123463057', NULL, NULL, 0, '2023-06-19 21:02:07', '765', NULL, NULL, 1, 475.00, 475.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(226, NULL, 0.00, '70', 'ELH123459010', NULL, NULL, 0, '2023-06-19 21:09:04', '765', NULL, NULL, 1, 475.00, 475.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(227, NULL, 0.00, '70', 'ELH123463095', NULL, NULL, 1, '2023-06-19 21:15:12', '765', NULL, NULL, 1, 475.00, 475.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(228, NULL, 0.00, '70', 'ELH123463667', NULL, NULL, 1, '2023-06-19 22:50:34', '765', NULL, NULL, 1, 475.00, 475.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(229, NULL, 0.00, '70', 'ELH123459589', NULL, NULL, 1, '2023-06-19 23:20:03', '765', NULL, NULL, 1, 475.00, 475.00, '1', 175.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(230, NULL, 0.00, '70', 'ELH123462352', NULL, NULL, 1, '2023-06-20 15:29:36', '765', NULL, NULL, 1, 475.00, 475.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(231, '20230620010990000877938430310160006', 0.00, '70', 'ELH123465164', '112916515611', 'Success', 1, '2023-06-20 15:33:46', '765', NULL, NULL, 1, 475.00, 475.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Bidhannagar', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(232, '20230620010900000878013326624351980', 0.00, '70', 'ELH123462606', '112916824067', 'Success', 1, '2023-06-20 20:31:16', '444', NULL, NULL, 1, 3850.00, 3850.00, '1', 575.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(233, '20230620010900000878013326624351980', 0.00, '70', 'ELH123462606', '112916824067', 'Success', 1, '2023-06-20 20:31:16', 'NULL', NULL, 2, 1, 760.00, 760.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(234, '20230620010900000878013326624351980', 0.00, '70', 'ELH123462606', '112916824067', 'Success', 1, '2023-06-20 20:31:16', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 2, 'Speed Post', 'Trak789', '2023-07-06', '2023-07-06 19:11:43.951314download (1).jpg', NULL, NULL, NULL, 0.00, 0),
(235, NULL, 0.00, '70', 'ELH123462031', NULL, NULL, 0, '2023-06-21 12:39:54', '444', NULL, NULL, 1, 3850.00, 3850.00, '1', 575.00, 561.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(236, NULL, 0.00, '70', 'ELH123462031', NULL, NULL, 0, '2023-06-21 12:39:54', 'NULL', NULL, 2, 1, 760.00, 760.00, '1', 0.00, 561.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(237, NULL, 0.00, '70', 'ELH123462031', NULL, NULL, 0, '2023-06-21 12:39:54', 'NULL', NULL, 1, 1, 1000.00, 1000.00, '1', 0.00, 561.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(238, NULL, 0.00, '70', 'ELH123459012', NULL, NULL, 1, '2023-06-21 16:28:28', '441', NULL, NULL, 2, 1395.00, 2790.00, '1', 450.00, 631.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(239, NULL, 0.00, '70', 'ELH123459012', NULL, NULL, 1, '2023-06-21 16:28:28', 'NULL', NULL, 2, 2, 760.00, 1520.00, '1', 0.00, 631.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 2, 'Speed Post', 'Tranking75265', '2023-07-06', '2023-07-06 19:12:45.767390download.jpg', NULL, NULL, NULL, 0.00, 0),
(240, NULL, 0.00, '70', 'ELH123459012', NULL, NULL, 1, '2023-06-21 16:28:28', 'NULL', NULL, 1, 2, 1000.00, 2000.00, '1', 0.00, 631.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(241, NULL, 0.00, '70', 'ELH123460113', NULL, NULL, 1, '2023-06-21 17:18:43', '424', NULL, NULL, 1, 2450.00, 2450.00, '1', 450.00, 413.90, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(242, NULL, 0.00, '70', 'ELH123460113', NULL, NULL, 1, '2023-06-21 17:18:43', 'NULL', NULL, 1, 1, 900.00, 900.00, '1', 0.00, 413.90, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(243, NULL, 0.00, '70', 'ELH123460113', NULL, NULL, 1, '2023-06-21 17:18:43', 'NULL', NULL, 2, 1, 789.00, 789.00, '1', 0.00, 413.90, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(244, '20230621010950000878330837619068818', 0.00, '70', 'ELH123466356', '112917695442', 'Success', 1, '2023-06-21 17:32:58', '616', NULL, NULL, 2, 1395.00, 2790.00, '1', 575.00, 827.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(245, '20230621010950000878330837619068818', 0.00, '70', 'ELH123466356', '112917695442', 'Success', 1, '2023-06-21 17:32:58', '241', NULL, NULL, 2, 1080.00, 2160.00, '1', 575.00, 827.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(246, '20230621010950000878330837619068818', 0.00, '70', 'ELH123466356', '112917695442', 'Success', 1, '2023-06-21 17:32:58', 'NULL', NULL, 2, 2, 760.00, 1520.00, '1', 0.00, 827.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 1, 'Register Post', 'TRACK09999', '2023-09-22', '', NULL, NULL, NULL, 0.00, 0),
(247, '20230621010950000878330837619068818', 0.00, '70', 'ELH123466356', '112917695442', 'Success', 1, '2023-06-21 17:32:58', 'NULL', NULL, 1, 2, 900.00, 1800.00, '1', 0.00, 827.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 1, 'Register Post', 'TRACK09999', '2023-09-29', '', NULL, NULL, NULL, 0.00, 0),
(248, '20230621010840000878374875943991780', 0.00, '70', 'ELH123463404', '112917865995', 'Success', 1, '2023-06-21 20:24:32', '543', NULL, NULL, 1, 1345.50, 1345.50, '1', 300.00, 486.55, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(249, '20230621010840000878374875943991780', 0.00, '70', 'ELH123463404', '112917865995', 'Success', 1, '2023-06-21 20:24:32', 'NULL', NULL, 2, 2, 760.00, 1520.00, '1', 0.00, 486.55, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 1, 'Register Post', 'TRACK09977', '2023-09-28', '2023-09-14 17:34:37.664729istockphoto-1322277517-612x612.jpg', NULL, NULL, NULL, 0.00, 0),
(250, '20230621010840000878374875943991780', 0.00, '70', 'ELH123463404', '112917865995', 'Success', 1, '2023-06-21 20:24:32', 'NULL', NULL, 1, 2, 1000.00, 2000.00, '1', 0.00, 486.55, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 1, 'Register Post', 'TRACK09966', '2023-09-30', '2023-09-14 17:12:54.556719istockphoto-1322277517-612x612.jpg', NULL, NULL, NULL, 0.00, 0),
(251, NULL, 0.00, '70', 'ELH123460262', NULL, NULL, 1, '2023-06-22 23:10:50', '335', NULL, NULL, 1, 2120.75, 2120.75, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(252, NULL, 0.00, '70', 'ELH123460262', NULL, NULL, 1, '2023-06-26 23:10:50', '239', NULL, NULL, 1, 835.00, 835.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, 'Cancel item for money', '2023-06-27 12:04:37', '2023-08-16 00:00:00', 835.00, 1),
(253, '20230622010880000878787665804193389', 0.00, '70', 'ELH123460209', '112919009028', 'Success', 1, '2023-06-22 23:47:13', '335', NULL, NULL, 2, 2120.75, 4241.50, '1', 575.00, 500.15, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(254, '20230622010880000878787665804193389', 0.00, '70', 'ELH123460209', '112919009028', 'Success', 1, '2023-06-22 23:47:13', 'NULL', NULL, 2, 1, 760.00, 760.00, '1', 0.00, 500.15, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(255, NULL, 0.00, '78', 'ELH123459221', NULL, NULL, 0, '2023-06-27 17:05:13', '634', NULL, NULL, 2, 1525.50, 3051.00, '0', 0.00, 934.60, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'SK DE', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(256, NULL, 0.00, '78', 'ELH123459221', NULL, NULL, 0, '2023-06-27 17:05:13', '704', NULL, NULL, 1, 3295.00, 3295.00, '0', 0.00, 934.60, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'SK DE', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(257, NULL, 0.00, '78', 'ELH123459221', NULL, NULL, 0, '2023-06-27 17:05:13', '794', NULL, NULL, 1, 3000.00, 3000.00, '0', 0.00, 934.60, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'SK DE', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(258, NULL, 0.00, '70', 'ELH123458194', NULL, NULL, 1, '2023-06-28 11:15:13', '260', NULL, NULL, 2, 1580.00, 3160.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(259, NULL, 0.00, '70', 'ELH123460919', NULL, NULL, 1, '2023-06-28 11:52:39', '261', NULL, NULL, 2, 1650.00, 3300.00, '1', 575.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(260, '20230628011070000880794893093103658', 0.00, '70', 'ELH123463020', '112923894451', 'Success', 1, '2023-06-28 12:44:04', '264', NULL, NULL, 3, 1800.00, 5400.00, '1', 650.00, 540.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '26', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '33', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(261, NULL, 0.00, '70', 'ELH123456881', NULL, NULL, 0, '2023-06-28 12:51:08', '240', NULL, NULL, 2, 495.00, 990.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(262, NULL, 0.00, '70', 'ELH123456881', NULL, NULL, 0, '2023-06-28 12:51:08', '475', NULL, NULL, 2, 590.75, 1181.50, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(263, NULL, 0.00, '70', 'ELH123464352', NULL, NULL, 0, '2023-06-28 12:53:11', '240', NULL, NULL, 2, 495.00, 990.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(264, NULL, 0.00, '70', 'ELH123464352', NULL, NULL, 0, '2023-06-28 12:53:11', '475', NULL, NULL, 2, 590.75, 1181.50, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0);
INSERT INTO `shipping_billing_details` (`ship_bill_id`, `bank_ref_no`, `bank_credit_amount`, `user_id`, `order_id`, `tracking_id`, `order_status`, `order_status_check`, `orderDate`, `BookId`, `AuthorId`, `journalid`, `quantity`, `price`, `TotalAmount`, `shipType`, `shippingCharge`, `promoCodeDiscount`, `billing_address`, `billing_city`, `billing_pin`, `billing_phone`, `billing_state`, `shipName`, `shipping_address`, `shipping_city`, `shipping_pin`, `shipping_phone`, `shipEmail`, `shipping_state`, `paymentMode`, `orderStatus`, `despatchMode`, `tracking`, `date`, `order_invoice`, `cancel_remarks`, `cancellation_time`, `refund_date`, `refund_amount`, `isDeleted`) VALUES
(265, NULL, 0.00, '70', 'ELH123456975', NULL, NULL, 0, '2023-06-28 12:57:54', '240', NULL, NULL, 2, 495.00, 990.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(266, NULL, 0.00, '70', 'ELH123456975', NULL, NULL, 0, '2023-06-28 12:57:54', '475', NULL, NULL, 2, 590.75, 1181.50, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(267, NULL, 0.00, '70', 'ELH123458186', NULL, NULL, 0, '2023-06-28 12:59:06', '240', NULL, NULL, 2, 495.00, 990.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(268, NULL, 0.00, '70', 'ELH123458186', NULL, NULL, 0, '2023-06-28 12:59:06', '475', NULL, NULL, 2, 590.75, 1181.50, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(269, NULL, 0.00, '70', 'ELH123466084', NULL, NULL, 0, '2023-06-28 13:10:30', '240', NULL, NULL, 2, 495.00, 990.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(270, NULL, 0.00, '70', 'ELH123466084', NULL, NULL, 0, '2023-06-28 13:10:30', '243', NULL, NULL, 2, 865.00, 1730.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(271, NULL, 0.00, '70', 'ELH123461454', NULL, NULL, 0, '2023-06-28 13:39:44', '243', NULL, NULL, 2, 865.00, 1730.00, '1', 575.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(272, NULL, 0.00, '70', 'ELH123461454', NULL, NULL, 0, '2023-06-28 13:39:44', '475', NULL, NULL, 3, 695.00, 2085.00, '1', 575.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(273, NULL, 0.00, '70', 'ELH123462837', NULL, NULL, 1, '2023-06-28 14:45:38', '475', NULL, NULL, 1, 695.00, 695.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(274, NULL, 0.00, '70', 'ELH123465208', NULL, NULL, 1, '2023-06-28 15:16:55', '480', NULL, NULL, 1, 476.00, 476.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(275, NULL, 0.00, '70', 'ELH123466469', NULL, NULL, 1, '2023-06-28 15:29:04', '241', NULL, NULL, 1, 1080.00, 1080.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(276, NULL, 0.00, '70', 'ELH123466469', NULL, NULL, 1, '2023-06-28 15:29:04', '840', NULL, NULL, 1, 850.00, 850.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(277, NULL, 0.00, '70', 'ELH123464547', NULL, NULL, 1, '2023-06-28 15:36:36', '349', NULL, NULL, 1, 300.00, 300.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(278, NULL, 0.00, '70', 'ELH123464547', NULL, NULL, 1, '2023-06-28 15:36:36', '365', NULL, NULL, 1, 1250.00, 1250.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(279, NULL, 0.00, '70', 'ELH123458669', NULL, NULL, 1, '2023-06-28 15:40:32', '799', NULL, NULL, 1, 550.00, 550.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(280, NULL, 0.00, '70', 'ELH123458669', NULL, NULL, 1, '2023-06-28 15:40:32', '329', NULL, NULL, 1, 1345.50, 1345.50, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(281, NULL, 0.00, '70', 'ELH123464804', NULL, NULL, 1, '2023-06-28 15:42:06', '332', NULL, NULL, 1, 945.25, 945.25, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(282, NULL, 0.00, '70', 'ELH123464804', NULL, NULL, 1, '2023-06-28 15:42:06', '328', NULL, NULL, 1, 552.50, 552.50, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(283, NULL, 0.00, '70', 'ELH123460724', NULL, NULL, 1, '2023-06-28 15:47:09', '798', NULL, NULL, 2, 1050.00, 2100.00, '1', 650.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(284, NULL, 0.00, '70', 'ELH123460724', NULL, NULL, 1, '2023-06-28 15:47:09', '314', NULL, NULL, 4, 1660.50, 6642.00, '1', 650.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 1),
(285, NULL, 0.00, '72', 'ELH123464265', NULL, NULL, 1, '2023-06-28 19:24:56', '441', NULL, NULL, 1, 1185.75, 1185.75, '1', 575.00, 0.00, 'GD 302. Sector 3,Salt Lake City', 'Kolkata', '700106', '+919831000156', '35', 'Shivaji  Sengupta', 'GD 302. Sector 3,Salt Lake City', 'Kolkata', '700106', '+919831000156', 'touch@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(286, NULL, 0.00, '72', 'ELH123464265', NULL, NULL, 1, '2023-06-28 19:24:56', '258', NULL, NULL, 1, 1080.00, 1080.00, '1', 575.00, 0.00, 'GD 302. Sector 3,Salt Lake City', 'Kolkata', '700106', '+919831000156', '35', 'Shivaji  Sengupta', 'GD 302. Sector 3,Salt Lake City', 'Kolkata', '700106', '+919831000156', 'touch@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(287, NULL, 0.00, '72', 'ELH123464265', NULL, NULL, 1, '2023-06-28 19:24:56', '441', NULL, NULL, 1, 1185.75, 1185.75, '1', 575.00, 0.00, 'GD 302. Sector 3,Salt Lake City', 'Kolkata', '700106', '+919831000156', '35', 'Shivaji  Sengupta', 'GD 302. Sector 3,Salt Lake City', 'Kolkata', '700106', '+919831000156', 'touch@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(288, NULL, 0.00, '72', 'ELH123462211', NULL, NULL, 0, '2023-06-28 19:29:05', '444', NULL, NULL, 1, 3272.50, 3272.50, '0', 0.00, 0.00, 'GD 302. Sector 3,Salt Lake City', 'Kolkata', '700106', '+919831000156', '35', 'Upasana Sengupta', 'FE 416, Sector 3,Salt Lake City', 'Kolkata', '554662', '+919831000156', 'touch@microbaseinfotech.com', '29', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(289, '20230629010800000881130978021011262', 2.00, '70', 'ELH123460233', '112924718248', 'Success', 1, '2023-06-29 10:59:41', '480', NULL, NULL, 1, 476.00, 476.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(290, '20230629011100000881132551656952479', 1.00, '70', 'ELH123462284', '112924725032', 'Success', 1, '2023-06-29 11:06:02', '235', NULL, NULL, 1, 1200.00, 1200.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(291, '20230629010980000881136419996267912', 1.00, '70', 'ELH123459293', '112924742124', 'Success', 1, '2023-06-29 11:21:19', '428', NULL, NULL, 1, 445.50, 445.50, '1', 175.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup75300@gmail.com', '9', 2, 2, 'DES8773', 'TR234', '2023-06-29', NULL, NULL, NULL, NULL, 0.00, 0),
(292, NULL, 0.00, '70', 'ELH123456972', NULL, NULL, 0, '2023-06-29 11:45:20', '480', NULL, NULL, 1, 476.00, 476.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(293, NULL, 0.00, '78', 'ELH123459956', NULL, NULL, 0, '2023-06-29 11:53:50', '634', NULL, NULL, 1, 1525.50, 1525.50, '1', 450.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'SK DE', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(294, NULL, 0.00, '78', 'ELH123459956', NULL, NULL, 0, '2023-06-29 11:53:50', '233', NULL, NULL, 1, 986.00, 986.00, '1', 450.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'SK DE', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(295, NULL, 0.00, '70', 'ELH123460866', NULL, NULL, 0, '2023-06-29 13:27:21', '475', NULL, NULL, 1, 695.00, 695.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(296, NULL, 0.00, '70', 'ELH123465271', NULL, NULL, 0, '2023-06-29 15:04:02', '475', NULL, NULL, 1, 695.00, 695.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(297, NULL, 0.00, '70', 'ELH123458561', NULL, NULL, 0, '2023-06-29 15:09:27', '475', NULL, NULL, 1, 695.00, 695.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(298, NULL, 0.00, '70', 'ELH123457313', NULL, NULL, 0, '2023-06-29 15:12:09', '475', NULL, NULL, 1, 695.00, 695.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(299, NULL, 0.00, '72', 'ELH123457694', NULL, NULL, 0, '2023-06-29 15:16:42', '441', NULL, NULL, 1, 1395.00, 1395.00, '0', 0.00, 0.00, 'GD 302. Sector 3,Salt Lake City', 'Kolkata', '700106', '+919831000156', '35', 'Shivaji  Sengupta', 'GD 302. Sector 3,Salt Lake City', 'Kolkata', '700106', '+919831000156', 'touch@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(300, NULL, 0.00, '70', 'ELH123463101', NULL, NULL, 0, '2023-06-29 15:18:04', '475', NULL, NULL, 1, 695.00, 695.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(301, NULL, 0.00, '9293', 'ELH123463434', NULL, NULL, 0, '2023-06-29 15:21:32', '441', NULL, NULL, 1, 1395.00, 1395.00, '0', 0.00, 0.00, 'kolkata,sector iii', 'kolkata', '700077', '+917318674547', '35', 'Ramkrishna Mondal', 'kolkata,sector iii', 'kolkata', '700077', '+917318674547', 'rm@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(302, NULL, 0.00, '70', 'ELH123462467', NULL, NULL, 0, '2023-06-29 15:31:00', '475', NULL, NULL, 1, 695.00, 695.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(303, NULL, 0.00, '70', 'ELH123461878', NULL, NULL, 0, '2023-06-29 15:39:16', '475', NULL, NULL, 1, 695.00, 695.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(304, NULL, 0.00, '70', 'ELH123458829', NULL, NULL, 0, '2023-06-29 15:40:23', '475', NULL, NULL, 1, 695.00, 695.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(305, NULL, 0.00, '70', 'ELH123461779', NULL, NULL, 0, '2023-06-29 15:41:42', '475', NULL, NULL, 1, 695.00, 695.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(306, NULL, 0.00, '70', 'ELH123463647', NULL, NULL, 0, '2023-06-29 15:47:11', '475', NULL, NULL, 1, 695.00, 695.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(307, NULL, 0.00, '70', 'ELH123465719', NULL, NULL, 0, '2023-06-29 15:56:08', '475', NULL, NULL, 1, 695.00, 695.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(308, NULL, 0.00, '70', 'ELH123465719', NULL, NULL, 0, '2023-06-29 15:56:08', '240', NULL, NULL, 1, 495.00, 495.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(309, NULL, 0.00, '70', 'ELH123466751', NULL, NULL, 0, '2023-06-29 16:04:36', '475', NULL, NULL, 1, 695.00, 695.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(310, NULL, 0.00, '70', 'ELH123466751', NULL, NULL, 0, '2023-06-29 16:04:36', '240', NULL, NULL, 1, 495.00, 495.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(311, NULL, 0.00, '70', 'ELH123464612', NULL, NULL, 0, '2023-06-29 16:27:50', '475', NULL, NULL, 1, 695.00, 695.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(312, NULL, 0.00, '70', 'ELH123464612', NULL, NULL, 0, '2023-06-29 16:27:50', '240', NULL, NULL, 1, 495.00, 495.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(313, NULL, 0.00, '70', 'ELH123461748', NULL, NULL, 0, '2023-06-29 16:47:20', '475', NULL, NULL, 1, 695.00, 695.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(314, NULL, 0.00, '70', 'ELH123461748', NULL, NULL, 0, '2023-06-29 16:47:20', '240', NULL, NULL, 1, 495.00, 495.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(315, NULL, 0.00, '70', 'ELH123463688', NULL, NULL, 0, '2023-06-29 17:14:08', '475', NULL, NULL, 1, 695.00, 695.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(316, NULL, 0.00, '70', 'ELH123463688', NULL, NULL, 0, '2023-06-29 17:14:08', '240', NULL, NULL, 1, 495.00, 495.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(317, NULL, 0.00, '70', 'ELH123466531', NULL, NULL, 0, '2023-06-30 23:41:15', '240', NULL, NULL, 1, 495.00, 495.00, '1', 175.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(318, NULL, 0.00, '70', 'ELH123466531', NULL, NULL, 0, '2023-06-30 23:41:15', 'NULL', NULL, 5, 2, 18499.00, 36998.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(319, NULL, 0.00, '70', 'ELH123458869', NULL, NULL, 1, '2023-07-03 17:39:34', '582', NULL, NULL, 1, 695.00, 695.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 1, 'SPEED POST', 'EW90900IN', '2023-07-03', NULL, NULL, NULL, NULL, 0.00, 0),
(320, NULL, 0.00, '70', 'ELH123458869', NULL, NULL, 1, '2023-07-03 17:39:34', 'NULL', NULL, 7, 1, 3100.00, 3100.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, 'FOR PRICE', '2023-07-03 17:48:48', '2023-08-09 00:00:00', 3100.00, 1),
(321, NULL, 0.00, '70', 'ELH123464170', NULL, NULL, 0, '2023-07-03 17:56:53', '412', NULL, NULL, 1, 1495.00, 1495.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(322, NULL, 0.00, '70', 'ELH123458828', NULL, NULL, 1, '2023-07-05 14:07:55', '412', NULL, NULL, 1, 1495.00, 1495.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(323, NULL, 0.00, '70', 'ELH123458828', NULL, NULL, 1, '2023-07-06 00:00:00', '824', '499', NULL, 1, 725.00, 725.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 2, 'Speed Post', 'Trank789', '2023-07-06', '2023-07-06 18:56:17.492861book-1.png', NULL, NULL, NULL, 0.00, 0),
(324, NULL, 0.00, '70', 'ELH123459520', NULL, NULL, 0, '2023-07-05 14:10:19', '295', '82', NULL, 1, 330.00, 330.00, '1', 650.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(325, NULL, 0.00, '70', 'ELH123459520', NULL, NULL, 0, '2023-07-06 14:10:19', '668', '338', NULL, 1, 5995.00, 5995.00, '1', 650.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(326, NULL, 0.00, '70', 'ELH123462732', NULL, NULL, 1, '2023-07-05 15:16:42', '948', '418,206', NULL, 1, 3950.00, 3950.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, 'For Money', '2023-07-06 14:46:24', '2023-08-26 00:00:00', 3950.00, 1),
(327, NULL, 0.00, '83', 'ELH123463842', NULL, NULL, 1, '2023-07-07 15:51:18', '634', '354', NULL, 2, 1525.50, 3051.00, '0', 0.00, 439.65, '25 BAGUIHATI', 'KOLKATA', '700059', '+919836550165', '35', 'SANJOY CHAKRABORTI', '25 BAGUIHATI', 'KOLKATA', '700059', '+919836550165', 'chakrabortisanjoy59@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, 'Wrongly placed', '2023-07-07 16:38:06', NULL, 0.00, 1),
(328, NULL, 0.00, '83', 'ELH123463842', NULL, NULL, 1, '2023-07-07 15:51:18', '543', '312', NULL, 1, 1345.50, 1345.50, '0', 0.00, 439.65, '25 BAGUIHATI', 'KOLKATA', '700059', '+919836550165', '35', 'SANJOY CHAKRABORTI', '25 BAGUIHATI', 'KOLKATA', '700059', '+919836550165', 'chakrabortisanjoy59@gmail.com', '35', 1, 1, 'Registered Post', 'RW562565IN', '2023-07-06', '2023-07-07 17:06:59.990007BARE ACTS ORDER 2023.xlsx', NULL, NULL, NULL, 0.00, 0),
(329, NULL, 0.00, '70', 'ELH123465473', NULL, NULL, 0, '2023-07-08 22:06:05', '240', '172', NULL, 1, 495.00, 495.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(330, NULL, 0.00, '70', 'ELH123460436', NULL, NULL, 0, '2023-07-08 22:07:25', '240', '172', NULL, 1, 495.00, 495.00, '1', 175.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(331, NULL, 0.00, '70', 'ELH123458398', NULL, NULL, 1, '2023-07-10 11:57:48', '240', '172', NULL, 1, 495.00, 495.00, '1', 175.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(332, NULL, 0.00, '70', 'ELH123464630', NULL, NULL, 1, '2023-07-10 12:02:33', '475', '264', NULL, 1, 695.00, 695.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 1, 'Speed Post', 'TRAC78952', '2023-07-10', '2023-07-10 12:36:27.7497091209397.jpg', NULL, NULL, NULL, 0.00, 0),
(333, NULL, 0.00, '9297', 'ELH123464061', NULL, NULL, 1, '2023-07-11 12:30:54', '444', '252', NULL, 1, 3850.00, 3850.00, '1', 575.00, 1477.00, 'GD 302, Sector 3, ,Salt Lake City', 'Kolkata', '700106', '+919831000156', '35', 'Shivaji Sengupta', 'GD 302, Sector 3, ,Salt Lake City', 'Kolkata', '700106', '+919831000156', 'touch@microbaseinfotech.com', '35', 1, 1, 'Speed Post', 'SP123456789', '2023-07-11', '2023-07-11 12:34:02.826625Chapter 12 - Forms.doc', NULL, NULL, NULL, 0.00, 0),
(334, NULL, 0.00, '9297', 'ELH123464061', NULL, NULL, 1, '2023-07-11 12:30:54', 'NULL', 'NULL', 8, 1, 10920.00, 10920.00, '1', 0.00, 1477.00, 'GD 302, Sector 3, ,Salt Lake City', 'Kolkata', '700106', '+919831000156', '35', 'Shivaji Sengupta', 'GD 302, Sector 3, ,Salt Lake City', 'Kolkata', '700106', '+919831000156', 'touch@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, 'Not needed', '2023-07-11 12:35:42', '2023-07-13 00:00:00', 1400.00, 1),
(335, NULL, 0.00, '78', 'ELH123462652', NULL, NULL, 1, '2023-07-12 16:55:37', 'NULL', 'NULL', 12, 1, 28500.00, 28500.00, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'SK DE', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(336, NULL, 0.00, '70', 'ELH123458449', NULL, NULL, 1, '2023-07-13 12:18:04', '444', '252', NULL, 1, 3850.00, 3850.00, '1', 575.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(337, NULL, 0.00, '70', 'ELH123458271', NULL, NULL, 1, '2023-07-13 12:25:38', '412', '220', NULL, 1, 1495.00, 1495.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(338, NULL, 0.00, '70', 'ELH123463335', NULL, NULL, 1, '2023-07-13 12:37:48', '414', '227', NULL, 1, 1495.00, 1495.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(339, NULL, 0.00, '70', 'ELH123464241', NULL, NULL, 1, '2023-07-13 12:51:03', '720', '410', NULL, 1, 1526.00, 1526.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(340, NULL, 0.00, '70', 'ELH123460935', NULL, NULL, 1, '2023-07-13 12:56:31', '435', '245', NULL, 1, 1950.00, 1950.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(341, NULL, 0.00, '70', 'ELH123464710', NULL, NULL, 1, '2023-07-13 12:58:29', '657', '364', NULL, 1, 1250.00, 1250.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(342, NULL, 0.00, '70', 'ELH123457300', NULL, NULL, 1, '2023-07-13 15:09:52', '264', '140', NULL, 1, 1800.00, 1800.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(343, NULL, 0.00, '70', 'ELH123457315', NULL, NULL, 1, '2023-07-13 15:26:43', '720', '410', NULL, 1, 1526.00, 1526.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(344, NULL, 0.00, '70', 'ELH123457026', NULL, NULL, 1, '2023-07-13 15:31:48', '684', '391', NULL, 1, 1495.00, 1495.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(345, NULL, 0.00, '70', 'ELH123463049', NULL, NULL, 1, '2023-07-13 15:35:45', '343', '88', NULL, 1, 835.00, 835.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 1, 'Register Post', 'INV789562324552', '2023-07-13', '2023-07-13 17:46:34.837636book-1.png', NULL, NULL, NULL, 0.00, 0),
(346, NULL, 0.00, '70', 'ELH123457291', NULL, NULL, 1, '2023-07-13 16:04:56', '657', '364', NULL, 1, 1250.00, 1250.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 1, 'Speed Post', 'ING7895545255552585', '2023-07-13', '2023-07-13 17:40:39.581725CoverImage_1444110093241.jpg', NULL, NULL, NULL, 0.00, 0),
(347, NULL, 0.00, '70', 'ELH123464097', NULL, NULL, 1, '2023-07-13 16:07:58', '684', '391', NULL, 1, 1495.00, 1495.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 1, 'Speed Post', '1233', '2023-07-16', '', NULL, NULL, NULL, 0.00, 0),
(348, NULL, 0.00, '70', 'ELH123466643', NULL, NULL, 1, '2023-07-13 18:44:03', '271', '84', NULL, 1, 841.50, 841.50, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(349, NULL, 0.00, '70', 'ELH123466643', NULL, NULL, 1, '2023-07-13 18:44:03', 'NULL', 'NULL', 5, 1, 15999.00, 15999.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(350, NULL, 0.00, '70', 'ELH123458534', NULL, NULL, 1, '2023-07-18 14:43:27', '412', '220', NULL, 1, 1495.00, 1495.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(351, NULL, 0.00, '70', 'ELH123458534', NULL, NULL, 1, '2023-07-18 14:43:27', 'NULL', 'NULL', 6, 1, 4399.00, 4399.00, '1', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(352, NULL, 0.00, '70', 'ELH123458534', NULL, NULL, 1, '2023-07-18 14:43:27', '1210', '730', NULL, 1, 795.00, 795.00, '1', 450.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(353, NULL, 0.00, '70', 'ELH123458276', NULL, NULL, 1, '2023-07-18 14:52:37', '1234', '751', NULL, 1, 895.00, 895.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(354, NULL, 0.00, '70', 'ELH123465963', NULL, NULL, 1, '2023-07-18 16:44:18', '1205', '729', NULL, 1, 1450.00, 1450.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(355, NULL, 0.00, '70', 'ELH123456991', NULL, NULL, 1, '2023-07-18 16:47:32', '441', '250', NULL, 1, 1395.00, 1395.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(356, NULL, 0.00, '70', 'ELH123464664', NULL, NULL, 1, '2023-07-18 17:13:32', '480', '266', NULL, 1, 595.00, 595.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(357, NULL, 0.00, '70', 'ELH123458252', NULL, NULL, 1, '2023-07-18 17:25:31', '959', '637', NULL, 1, 1350.00, 1350.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(358, NULL, 0.00, '70', 'ELH123459404', NULL, NULL, 1, '2023-07-18 17:35:18', '1227', '746', NULL, 1, 695.00, 695.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 1, 'Register Post', 'TRAC123456', '2023-08-01', '2023-07-18 19:21:42.940767CoverImage_1444109782230.jpg', NULL, NULL, NULL, 0.00, 0),
(359, NULL, 0.00, '70', 'ELH123458269', NULL, NULL, 1, '2023-07-18 17:39:45', '1208', '119', NULL, 1, 1250.00, 1250.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 1, 'Speed Post', 'TRAC7894556', '2023-07-18', '2023-07-18 18:43:19.558684CoverImage_1444110007238.jpg', NULL, NULL, NULL, 0.00, 0),
(360, NULL, 0.00, '78', 'ELH123457629', NULL, NULL, 1, '2023-07-20 12:18:39', 'NULL', 'NULL', 11, 1, 3500.00, 3500.00, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, 'Wrongly placed', '2023-07-20 12:23:27', NULL, 0.00, 1),
(361, NULL, 0.00, '78', 'ELH123457629', NULL, NULL, 1, '2023-07-20 12:18:39', '233', '140', NULL, 1, 986.00, 986.00, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, 'Wrongly placed', '2023-07-20 12:24:41', '2023-08-10 00:00:00', 986.00, 1),
(362, NULL, 0.00, '70', 'ELH123464469', NULL, NULL, 1, '2023-07-20 18:10:37', '1210', '730', NULL, 1, 795.00, 795.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918158925777', 'anup@microbaseinfotech.com', '9', 1, 1, 'Registered Post', 'TRAC4585', '2023-07-30', '2023-07-20 18:44:01.5806831209397.jpg', NULL, NULL, NULL, 0.00, 0),
(363, NULL, 0.00, '70', 'ELH123459199', NULL, NULL, 1, '2023-07-24 12:34:51', '895', '568', NULL, 1, 1375.00, 1375.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(364, NULL, 0.00, '70', 'ELH123457192', NULL, NULL, 1, '2023-07-24 12:38:48', '412', '220', NULL, 1, 1495.00, 1495.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(365, NULL, 0.00, '70', 'ELH123462233', NULL, NULL, 1, '2023-07-24 12:45:48', '1210', '730', NULL, 1, 795.00, 795.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(366, NULL, 0.00, '70', 'ELH123461061', NULL, NULL, 1, '2023-07-24 16:37:31', '1234', '751', NULL, 1, 895.00, 895.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(367, NULL, 0.00, '78', 'ELH123460117', NULL, NULL, 1, '2023-07-24 16:48:38', 'NULL', 'NULL', 12, 1, 26500.00, 26500.00, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(368, NULL, 0.00, '78', 'ELH123460117', NULL, NULL, 1, '2023-07-24 16:48:38', 'NULL', 'NULL', 12, 1, 28500.00, 28500.00, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(369, NULL, 0.00, '78', 'ELH123460117', NULL, NULL, 1, '2023-07-24 16:48:38', '1118', '710', NULL, 1, 795.00, 795.00, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(370, NULL, 0.00, '78', 'ELH123460117', NULL, NULL, 1, '2023-07-24 16:48:38', '904', '577', NULL, 1, 5450.00, 5450.00, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(371, NULL, 0.00, '78', 'ELH123464479', NULL, NULL, 1, '2023-07-24 16:53:46', '1207', '729', NULL, 1, 1250.00, 1250.00, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(372, NULL, 0.00, '78', 'ELH123458977', NULL, NULL, 1, '2023-07-24 17:04:25', '1210', '730', NULL, 1, 795.00, 795.00, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(373, NULL, 0.00, '70', 'ELH123459563', NULL, NULL, 1, '2023-07-24 22:10:50', '377', '194', NULL, 1, 495.00, 495.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(374, NULL, 0.00, '70', 'ELH123464406', NULL, NULL, 1, '2023-07-25 19:03:32', '1234', '751', NULL, 1, 895.00, 895.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(375, NULL, 0.00, '78', 'ELH123462446', NULL, NULL, 1, '2023-07-26 14:45:25', '412', '220', NULL, 1, 1495.00, 1495.00, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, 'Bad book', '2023-07-26 14:46:42', '2023-08-04 00:00:00', 1495.00, 1),
(376, '010275785', 1020.00, '2588', 'ELH123461371', '112971856805', 'Success', 1, '2023-08-13 19:23:23', '761', '439', NULL, 1, 625.00, 625.00, '0', 0.00, 0.00, 'KANEKAR MANSION,  VITTHAL MANDIR,,WALIV, VASAI (EAST)', 'VASAI', '401208', '+918888444835', '21', 'advocate.milind.kanekar@gmail.com', 'KANEKAR MANSION,  VITTHAL MANDIR,,WALIV, VASAI (EAST)', 'VASAI', '401208', '+918888444835', 'advocate.milind.kanekar@gmail.com', '21', 2, 1, 'Registered Post', 'RW655433373IN & CD6504541781IN', '2023-08-17', '2023-08-18 13:09:28.119037Accounting Voucher  Display_kanekar.pdf', NULL, NULL, NULL, 0.00, 0),
(377, '010275785', 1020.00, '2588', 'ELH123461371', '112971856805', 'Success', 1, '2023-08-13 19:23:23', '1338', '360', NULL, 1, 395.00, 395.00, '0', 0.00, 0.00, 'KANEKAR MANSION,  VITTHAL MANDIR,,WALIV, VASAI (EAST)', 'VASAI', '401208', '+918888444835', '21', 'advocate.milind.kanekar@gmail.com', 'KANEKAR MANSION,  VITTHAL MANDIR,,WALIV, VASAI (EAST)', 'VASAI', '401208', '+918888444835', 'advocate.milind.kanekar@gmail.com', '21', 2, 1, 'Registered Post', 'RW655433373IN & CD6504541781IN', '2023-08-16', '2023-08-18 13:09:28.119037Accounting Voucher  Display_kanekar.pdf', NULL, NULL, NULL, 0.00, 0),
(378, NULL, 0.00, '70', 'ELH123458551', NULL, NULL, 1, '2023-09-15 18:28:22', '280', '318', NULL, 1, 590.75, 590.75, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(379, NULL, 0.00, '70', 'ELH123458551', NULL, NULL, 1, '2023-09-15 18:28:22', 'NULL', 'NULL', 10, 1, 4500.00, 4500.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(380, NULL, 0.00, '70', 'ELH123458551', NULL, NULL, 1, '2023-09-15 18:28:22', '1248', '764', NULL, 1, 400.00, 400.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(381, NULL, 0.00, '70', 'ELH123458312', NULL, NULL, 0, '2023-09-15 18:34:50', '1246', '764', NULL, 1, 450.00, 450.00, '1', 175.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(382, NULL, 0.00, '70', 'ELH123464652', NULL, NULL, 1, '2023-09-24 21:44:47', '1246', '764', NULL, 1, 450.00, 450.00, '1', 175.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(383, NULL, 0.00, '70', 'ELH123464652', NULL, NULL, 1, '2023-09-24 21:44:47', '1206', '100', NULL, 1, 1100.75, 1100.75, '1', 175.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(384, NULL, 0.00, '70', 'ELH123458811', NULL, NULL, 1, '2023-09-25 11:34:50', '243', '157,98', NULL, 1, 990.00, 990.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(385, NULL, 0.00, '78', 'ELH123459400', NULL, NULL, 1, '2023-09-26 12:33:22', '1210', '730', NULL, 1, 795.00, 795.00, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(386, NULL, 0.00, '78', 'ELH123459400', NULL, NULL, 1, '2023-09-26 12:33:22', '1343', '440', NULL, 1, 425.00, 425.00, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(387, NULL, 0.00, '70', 'ELH123457181', NULL, NULL, 0, '2023-09-29 13:29:25', '235', '82', NULL, 1, 1200.00, 1200.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(388, NULL, 0.00, '70', 'ELH123457181', NULL, NULL, 0, '2023-09-29 13:29:25', 'NULL', 'NULL', 8, 1, 10380.00, 10380.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(389, NULL, 0.00, '70', 'ELH123457181', NULL, NULL, 0, '2023-09-29 13:29:25', '260', '82', NULL, 1, 1305.00, 1305.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(390, NULL, 0.00, '86', 'ELH123460510', NULL, NULL, 0, '2023-10-07 14:28:21', '414', '227', NULL, 1, 1650.00, 1650.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(391, NULL, 0.00, '86', 'ELH123460510', NULL, NULL, 0, '2023-10-07 14:28:21', '1210', '207', NULL, 1, 685.00, 685.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(392, NULL, 0.00, '86', 'ELH123460510', NULL, NULL, 0, '2023-10-07 14:28:21', '950', '626', NULL, 1, 4555.00, 4555.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0);
INSERT INTO `shipping_billing_details` (`ship_bill_id`, `bank_ref_no`, `bank_credit_amount`, `user_id`, `order_id`, `tracking_id`, `order_status`, `order_status_check`, `orderDate`, `BookId`, `AuthorId`, `journalid`, `quantity`, `price`, `TotalAmount`, `shipType`, `shippingCharge`, `promoCodeDiscount`, `billing_address`, `billing_city`, `billing_pin`, `billing_phone`, `billing_state`, `shipName`, `shipping_address`, `shipping_city`, `shipping_pin`, `shipping_phone`, `shipEmail`, `shipping_state`, `paymentMode`, `orderStatus`, `despatchMode`, `tracking`, `date`, `order_invoice`, `cancel_remarks`, `cancellation_time`, `refund_date`, `refund_amount`, `isDeleted`) VALUES
(393, NULL, 0.00, '86', 'ELH123460510', NULL, NULL, 0, '2023-10-07 14:28:21', '869', '546', NULL, 1, 7910.00, 7910.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(394, NULL, 0.00, '86', 'ELH123460510', NULL, NULL, 0, '2023-10-07 14:28:21', '1244', '763', NULL, 1, 495.00, 495.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(395, NULL, 0.00, '86', 'ELH123460510', NULL, NULL, 0, '2023-10-07 14:28:21', '1285', '765,765', NULL, 1, 300.00, 300.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(396, NULL, 0.00, '86', 'ELH123460510', NULL, NULL, 0, '2023-10-07 14:28:21', '804', '481', NULL, 1, 1315.00, 1315.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(397, NULL, 0.00, '86', 'ELH123460510', NULL, NULL, 0, '2023-10-07 14:28:21', '1229', '748', NULL, 1, 995.00, 995.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(398, NULL, 0.00, '86', 'ELH123460510', NULL, NULL, 0, '2023-10-07 14:28:21', '1097', '215', NULL, 1, 1595.00, 1595.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(399, NULL, 0.00, '86', 'ELH123460510', NULL, NULL, 0, '2023-10-07 14:28:21', '584', '126', NULL, 1, 1345.50, 1345.50, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(400, NULL, 0.00, '86', 'ELH123460510', NULL, NULL, 0, '2023-10-07 14:28:21', '1206', '100', NULL, 1, 1100.75, 1100.75, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(401, NULL, 0.00, '86', 'ELH123460510', NULL, NULL, 0, '2023-10-07 14:28:21', '243', '157,98', NULL, 1, 990.00, 990.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(402, NULL, 0.00, '86', 'ELH123460510', NULL, NULL, 0, '2023-10-07 14:28:21', '274', '76', NULL, 1, 815.00, 815.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(403, NULL, 0.00, '86', 'ELH123457360', NULL, NULL, 0, '2023-10-07 14:28:33', '414', '227', NULL, 1, 1650.00, 1650.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(404, NULL, 0.00, '86', 'ELH123457360', NULL, NULL, 0, '2023-10-07 14:28:33', '1210', '207', NULL, 1, 685.00, 685.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(405, NULL, 0.00, '86', 'ELH123457360', NULL, NULL, 0, '2023-10-07 14:28:33', '950', '626', NULL, 1, 4555.00, 4555.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(406, NULL, 0.00, '86', 'ELH123457360', NULL, NULL, 0, '2023-10-07 14:28:33', '869', '546', NULL, 1, 7910.00, 7910.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(407, NULL, 0.00, '86', 'ELH123457360', NULL, NULL, 0, '2023-10-07 14:28:33', '1244', '763', NULL, 1, 495.00, 495.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(408, NULL, 0.00, '86', 'ELH123457360', NULL, NULL, 0, '2023-10-07 14:28:33', '1285', '765,765', NULL, 1, 300.00, 300.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(409, NULL, 0.00, '86', 'ELH123457360', NULL, NULL, 0, '2023-10-07 14:28:33', '804', '481', NULL, 1, 1315.00, 1315.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(410, NULL, 0.00, '86', 'ELH123457360', NULL, NULL, 0, '2023-10-07 14:28:33', '1229', '748', NULL, 1, 995.00, 995.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(411, NULL, 0.00, '86', 'ELH123457360', NULL, NULL, 0, '2023-10-07 14:28:33', '1097', '215', NULL, 1, 1595.00, 1595.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(412, NULL, 0.00, '86', 'ELH123457360', NULL, NULL, 0, '2023-10-07 14:28:33', '584', '126', NULL, 1, 1345.50, 1345.50, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(413, NULL, 0.00, '86', 'ELH123457360', NULL, NULL, 0, '2023-10-07 14:28:33', '1206', '100', NULL, 1, 1100.75, 1100.75, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(414, NULL, 0.00, '86', 'ELH123457360', NULL, NULL, 0, '2023-10-07 14:28:33', '243', '157,98', NULL, 1, 990.00, 990.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(415, NULL, 0.00, '86', 'ELH123457360', NULL, NULL, 0, '2023-10-07 14:28:33', '274', '76', NULL, 1, 815.00, 815.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(416, NULL, 0.00, '86', 'ELH123466225', NULL, NULL, 1, '2023-10-07 14:28:37', '414', '227', NULL, 1, 1650.00, 1650.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(417, NULL, 0.00, '86', 'ELH123466225', NULL, NULL, 1, '2023-10-07 14:28:37', '1210', '207', NULL, 1, 685.00, 685.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(418, NULL, 0.00, '86', 'ELH123466225', NULL, NULL, 1, '2023-10-07 14:28:37', '950', '626', NULL, 1, 4555.00, 4555.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(419, NULL, 0.00, '86', 'ELH123466225', NULL, NULL, 1, '2023-10-07 14:28:37', '869', '546', NULL, 1, 7910.00, 7910.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(420, NULL, 0.00, '86', 'ELH123466225', NULL, NULL, 1, '2023-10-07 14:28:37', '1244', '763', NULL, 1, 495.00, 495.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(421, NULL, 0.00, '86', 'ELH123466225', NULL, NULL, 1, '2023-10-07 14:28:37', '1285', '765,765', NULL, 1, 300.00, 300.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(422, NULL, 0.00, '86', 'ELH123466225', NULL, NULL, 1, '2023-10-07 14:28:37', '804', '481', NULL, 1, 1315.00, 1315.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(423, NULL, 0.00, '86', 'ELH123466225', NULL, NULL, 1, '2023-10-07 14:28:37', '1229', '748', NULL, 1, 995.00, 995.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(424, NULL, 0.00, '86', 'ELH123466225', NULL, NULL, 1, '2023-10-07 14:28:37', '1097', '215', NULL, 1, 1595.00, 1595.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(425, NULL, 0.00, '86', 'ELH123466225', NULL, NULL, 1, '2023-10-07 14:28:37', '584', '126', NULL, 1, 1345.50, 1345.50, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(426, NULL, 0.00, '86', 'ELH123466225', NULL, NULL, 1, '2023-10-07 14:28:37', '1206', '100', NULL, 1, 1100.75, 1100.75, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(427, NULL, 0.00, '86', 'ELH123466225', NULL, NULL, 1, '2023-10-07 14:28:37', '243', '157,98', NULL, 1, 990.00, 990.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(428, NULL, 0.00, '86', 'ELH123466225', NULL, NULL, 1, '2023-10-07 14:28:37', '274', '76', NULL, 1, 815.00, 815.00, '0', 0.00, 0.00, '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', '21', 'Estdev Dixit', '6A 2ND FLOOR CURIMJEE BUILDING 111  M.G.ROAD OPP BOMBAY UNI VERSITY FORT ', 'MUMBAI', '400001', '+919892561916', 'neeschey@gmail.com', '21', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(429, NULL, 0.00, '70', 'ELH123458523', NULL, NULL, 1, '2023-10-09 16:37:52', '235', '82', NULL, 1, 1200.00, 1200.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918956231245', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(430, NULL, 0.00, '70', 'ELH123458523', NULL, NULL, 1, '2023-10-09 16:37:52', '260', '82', NULL, 1, 1305.00, 1305.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918956231245', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(431, NULL, 0.00, '70', 'ELH123465981', NULL, NULL, 1, '2023-10-09 16:44:52', '1276', '693', NULL, 1, 535.00, 535.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918956231245', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(432, NULL, 0.00, '70', 'ELH123460066', NULL, NULL, 1, '2023-10-09 17:08:10', '1210', '207', NULL, 1, 685.00, 685.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(433, NULL, 0.00, '70', 'ELH123462565', NULL, NULL, 1, '2023-10-09 17:13:41', '1344', '817,618', NULL, 1, 845.00, 845.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '9', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(434, NULL, 0.00, '70', 'ELH123464239', NULL, NULL, 1, '2023-10-15 10:19:44', '1210', '207', NULL, 1, 685.00, 685.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(435, NULL, 0.00, '70', 'ELH123464239', NULL, NULL, 1, '2023-10-15 10:19:44', 'NULL', 'NULL', 10, 1, 4500.00, 4500.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(436, NULL, 0.00, '70', 'ELH123464758', NULL, NULL, 1, '2023-10-15 10:42:53', 'NULL', 'NULL', 9, 1, 5250.00, 5250.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918656231245', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(437, NULL, 0.00, '70', 'ELH123464758', NULL, NULL, 1, '2023-10-15 10:42:53', '934', '611', NULL, 1, 675.00, 675.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918656231245', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(438, NULL, 0.00, '9311', 'ELH123460047', NULL, NULL, 0, '2023-10-15 22:55:15', '1206', '100', NULL, 1, 1100.75, 1100.75, '0', 0.00, 0.00, '22B SHRIKANT PALACE PARK,BICHOLI HAPSI ROAD', 'Indore', '452016', '+918791999255', '23', 'udits2854@gmail.com', '22B SHRIKANT PALACE PARK,BICHOLI HAPSI ROAD', 'Indore', '452016', '+918791999255', 'udits2854@gmail.com', '23', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(439, NULL, 0.00, '9311', 'ELH123460047', NULL, NULL, 0, '2023-10-15 22:55:15', '634', '354', NULL, 1, 1440.75, 1440.75, '0', 0.00, 0.00, '22B SHRIKANT PALACE PARK,BICHOLI HAPSI ROAD', 'Indore', '452016', '+918791999255', '23', 'udits2854@gmail.com', '22B SHRIKANT PALACE PARK,BICHOLI HAPSI ROAD', 'Indore', '452016', '+918791999255', 'udits2854@gmail.com', '23', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(440, NULL, 0.00, '9311', 'ELH123456930', NULL, NULL, 1, '2023-10-15 22:56:23', '1206', '100', NULL, 1, 1100.75, 1100.75, '0', 0.00, 0.00, '22B SHRIKANT PALACE PARK,BICHOLI HAPSI ROAD', 'Indore', '452016', '+918791999255', '23', 'udits2854@gmail.com', '22B SHRIKANT PALACE PARK,BICHOLI HAPSI ROAD', 'Indore', '452016', '+918791999255', 'udits2854@gmail.com', '23', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(441, NULL, 0.00, '9311', 'ELH123456930', NULL, NULL, 1, '2023-10-15 22:56:23', '634', '354', NULL, 1, 1440.75, 1440.75, '0', 0.00, 0.00, '22B SHRIKANT PALACE PARK,BICHOLI HAPSI ROAD', 'Indore', '452016', '+918791999255', '23', 'udits2854@gmail.com', '22B SHRIKANT PALACE PARK,BICHOLI HAPSI ROAD', 'Indore', '452016', '+918791999255', 'udits2854@gmail.com', '23', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(442, NULL, 0.00, '70', 'ELH123463370', NULL, NULL, 1, '2023-10-16 12:55:22', '1207', '729', NULL, 1, 1250.00, 1250.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(443, NULL, 0.00, '70', 'ELH123463551', NULL, NULL, 0, '2023-10-18 15:42:33', '1206', '100', NULL, 1, 1100.75, 1100.75, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(444, NULL, 0.00, '70', 'ELH123460312', NULL, NULL, 0, '2023-10-18 15:44:10', '1206', '100', NULL, 1, 1100.75, 1100.75, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(445, NULL, 0.00, '70', 'ELH123465959', NULL, NULL, 0, '2023-10-18 15:46:54', '1206', '100', NULL, 1, 1100.75, 1100.75, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(446, NULL, 0.00, '70', 'ELH123464301', NULL, NULL, 0, '2023-10-18 15:54:10', '1206', '100', NULL, 1, 1100.75, 1100.75, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(447, NULL, 0.00, '70', 'ELH123465470', NULL, NULL, 0, '2023-10-18 15:58:42', '1206', '100', NULL, 1, 1100.75, 1100.75, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(448, NULL, 0.00, '70', 'ELH123465470', NULL, NULL, 0, '2023-10-18 15:58:42', '1210', '207', NULL, 1, 685.00, 685.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(449, '20231018011080000921433440602931663', 1.00, '70', 'ELH123459730', '113049710356', 'Success', 1, '2023-10-18 16:07:20', '1206', '100', NULL, 1, 1100.75, 1100.75, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(450, '20231018011080000921433440602931663', 1.00, '70', 'ELH123459730', '113049710356', 'Success', 1, '2023-10-18 16:07:20', '1210', '207', NULL, 1, 685.00, 685.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(451, NULL, 0.00, '70', 'ELH123466466', NULL, NULL, 0, '2023-10-18 16:10:29', '1210', '207', NULL, 1, 685.00, 685.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(452, NULL, 0.00, '70', 'ELH123461998', NULL, NULL, 0, '2023-10-18 22:00:51', '1210', '207', NULL, 1, 685.00, 685.00, '1', 300.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(453, NULL, 0.00, '70', 'ELH123462736', NULL, NULL, 0, '2023-10-20 13:00:13', '1210', '207', NULL, 1, 685.00, 685.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(454, NULL, 0.00, '70', 'ELH123462736', NULL, NULL, 0, '2023-10-20 13:00:13', '1296', '793', NULL, 1, 960.00, 960.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(455, NULL, 0.00, '70', 'ELH123462736', NULL, NULL, 0, '2023-10-20 13:00:13', '895', '568', NULL, 1, 1165.00, 1165.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(456, NULL, 0.00, '70', 'ELH123458180', NULL, NULL, 0, '2023-10-20 22:42:29', '1210', '207', NULL, 1, 685.00, 685.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(457, NULL, 0.00, '70', 'ELH123458180', NULL, NULL, 0, '2023-10-20 22:42:29', '1296', '793', NULL, 1, 960.00, 960.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(458, NULL, 0.00, '70', 'ELH123458180', NULL, NULL, 0, '2023-10-20 22:42:29', 'NULL', 'NULL', 5, 1, 18499.00, 18499.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(459, NULL, 0.00, '9313', 'ELH123461249', NULL, NULL, 0, '2023-11-03 20:13:02', '277', '77,156', NULL, 1, 1260.00, 1260.00, '0', 0.00, 0.00, 'Natungram street,,Natunhat bazar', 'Santipur', '741404', '+917001709243', '35', 'Subrata Roy', 'Natungram street,,Natunhat bazar', 'Santipur', '741404', '+917001709243', 'mojomarket18@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(460, NULL, 0.00, '9313', 'ELH123459637', NULL, NULL, 0, '2023-11-03 20:34:18', '277', '77,156', NULL, 1, 1260.00, 1260.00, '0', 0.00, 0.00, 'Natungram street,,Natunhat bazar', 'Santipur', '741404', '+917001709243', '35', 'Subrata Roy', 'Natungram street,,Natunhat bazar', 'Santipur', '741404', '+917001709243', 'mojomarket18@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(461, '125375', 1260.00, '9313', 'ELH123463397', '113066886991', 'Success', 1, '2023-11-03 20:47:51', '277', '77,156', NULL, 1, 1260.00, 1260.00, '0', 0.00, 0.00, 'Natungram street,,Natunhat bazar', 'Santipur', '741404', '+917001709243', '35', 'Subrata Roy', 'Natungram street,,Natunhat bazar', 'Santipur', '741404', '+917001709243', 'mojomarket18@gmail.com', '35', 2, 2, 'RW741229826IN', NULL, NULL, '', NULL, NULL, NULL, 0.00, 0),
(462, '457209', 4081.50, '9314', 'ELH123460703', '113073202260', 'Success', 1, '2023-11-09 17:29:39', '260', '82', NULL, 1, 1305.00, 1305.00, '0', 0.00, 453.50, 'Swastik Villa, Below Ashiana Regency,Chotta Shimla', 'Shimla', '171002', '+917018433799', '13', 'Parv Sharma', 'Swastik Villa, Below Ashiana Regency,Chotta Shimla', 'Shimla', '171002', '+917018433799', 'parvsharma.adv@gmail.com', '13', 2, 2, 'RW741229707IN', NULL, NULL, '', NULL, NULL, NULL, 0.00, 0),
(463, '457209', 4081.50, '9314', 'ELH123460703', '113073202260', 'Success', 1, '2023-11-09 17:29:39', '1', '23', NULL, 1, 3230.00, 3230.00, '0', 0.00, 453.50, 'Swastik Villa, Below Ashiana Regency,Chotta Shimla', 'Shimla', '171002', '+917018433799', '13', 'Parv Sharma', 'Swastik Villa, Below Ashiana Regency,Chotta Shimla', 'Shimla', '171002', '+917018433799', 'parvsharma.adv@gmail.com', '13', 2, 2, 'RW741229707IN', NULL, NULL, '', NULL, NULL, NULL, 0.00, 0),
(464, '117917', 2065.00, '9315', 'ELH123461416', '113073460424', 'Success', 1, '2023-11-09 21:50:57', '1208', '119', NULL, 1, 1250.00, 1250.00, '0', 0.00, 0.00, '\"UMA BHAWAN\", HOUSE NUMBER-3A, JANAPRIYA PATH, JOTIA, KAHILIPARA ROAD, PO- ASSAM SACHIVALAYA,KAMRUP METROPOLITAN', 'GUWAHATI', '781006', '+919435547287', '4', 'SOHAM BANERJEE', '\"UMA BHAWAN\", HOUSE NUMBER-3A, JANAPRIYA PATH, JOTIA, KAHILIPARA ROAD, PO- ASSAM SACHIVALAYA,KAMRUP METROPOLITAN', 'GUWAHATI', '781006', '+919435547287', 'sohambanerjee1997@gmail.com', '4', 2, 2, NULL, NULL, NULL, '', NULL, NULL, NULL, 0.00, 0),
(465, '117917', 2065.00, '9315', 'ELH123461416', '113073460424', 'Success', 1, '2023-11-09 21:50:57', '274', '76', NULL, 1, 815.00, 815.00, '0', 0.00, 0.00, '\"UMA BHAWAN\", HOUSE NUMBER-3A, JANAPRIYA PATH, JOTIA, KAHILIPARA ROAD, PO- ASSAM SACHIVALAYA,KAMRUP METROPOLITAN', 'GUWAHATI', '781006', '+919435547287', '4', 'SOHAM BANERJEE', '\"UMA BHAWAN\", HOUSE NUMBER-3A, JANAPRIYA PATH, JOTIA, KAHILIPARA ROAD, PO- ASSAM SACHIVALAYA,KAMRUP METROPOLITAN', 'GUWAHATI', '781006', '+919435547287', 'sohambanerjee1997@gmail.com', '4', 2, 1, 'INDIA POST - REGISTERED BOOK POST', 'RW741321304IN', NULL, '', NULL, NULL, NULL, 0.00, 0),
(466, NULL, 0.00, '9318', 'ELH123465453', NULL, NULL, 0, '2023-11-21 11:50:34', '274', '76', NULL, 1, 815.00, 815.00, '0', 0.00, 0.00, 'Gulati Residence F905/9 Subhash Marg Raj Nagar Part 2', 'New Delhi ', '110077', '+919650267692', '9', 'Virendra  Gulati ', 'Gulati Residence F905/9 Subhash Marg Raj Nagar Part 2', 'New Delhi ', '110077', '+919650267692', 'virendraly@gmail.com', '9', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(467, '20231121010990000933691518677209315', 815.00, '9318', 'ELH123460100', '113083496423', 'Success', 1, '2023-11-21 11:56:11', '274', '76', NULL, 1, 815.00, 815.00, '0', 0.00, 0.00, 'Gulati Residence F905/9 Subhash Marg Raj Nagar Part 2', 'New Delhi ', '110077', '+919650267692', '9', 'Virendra  Gulati ', 'Gulati Residence F905/9 Subhash Marg Raj Nagar Part 2', 'New Delhi ', '110077', '+919650267692', 'virendraly@gmail.com', '9', 2, 1, 'REGISTERED BOOM POST', 'RW741430397IN', '2023-11-28', '2023-11-22 16:37:07.368767Accounting Voucher Display.pdf', NULL, NULL, NULL, 0.00, 0),
(468, NULL, 0.00, '9320', 'ELH123459718', NULL, NULL, 0, '2023-11-28 01:57:15', '582', '355', NULL, 1, 590.00, 590.00, '0', 0.00, 0.00, '29A/5,Bindhya Basini Tala Road,Kolkata-700057,Near-Pragati Sangha Club', 'kolkata', '700057', '+919331984277', '35', 'Advocate Palash  Chakraborty ', '29A/5,Bindhya Basini Tala Road,Kolkata-700057,Near-Pragati Sangha Club', 'kolkata', '700057', '+919331984277', 'palash1ariadaha@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(469, NULL, 0.00, '9321', 'ELH123458302', NULL, NULL, 0, '2023-11-28 11:10:29', '277', '77,156', NULL, 1, 1260.00, 1260.00, '0', 0.00, 0.00, 'VIJAY LAXMI NAGAR,NEAR SHIV SHEETALA MANDIR', 'SITAPUR', '261001', '+919598795977', '34', 'e-FILING CENTRE', 'VIJAY LAXMI NAGAR,NEAR SHIV SHEETALA MANDIR', 'SITAPUR', '261001', '+919598795977', 'sarveshramjimishra@gmail.com', '34', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(470, NULL, 0.00, '9321', 'ELH123458302', NULL, NULL, 0, '2023-11-28 11:10:29', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'VIJAY LAXMI NAGAR,NEAR SHIV SHEETALA MANDIR', 'SITAPUR', '261001', '+919598795977', '34', 'e-FILING CENTRE', 'VIJAY LAXMI NAGAR,NEAR SHIV SHEETALA MANDIR', 'SITAPUR', '261001', '+919598795977', 'sarveshramjimishra@gmail.com', '34', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(471, NULL, 0.00, '9321', 'ELH123461171', NULL, NULL, 0, '2023-11-28 11:10:41', '277', '77,156', NULL, 1, 1260.00, 1260.00, '0', 0.00, 0.00, 'VIJAY LAXMI NAGAR,NEAR SHIV SHEETALA MANDIR', 'SITAPUR', '261001', '+919598795977', '34', 'e-FILING CENTRE', 'VIJAY LAXMI NAGAR,NEAR SHIV SHEETALA MANDIR', 'SITAPUR', '261001', '+919598795977', 'sarveshramjimishra@gmail.com', '34', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(472, NULL, 0.00, '9321', 'ELH123461171', NULL, NULL, 0, '2023-11-28 11:10:41', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'VIJAY LAXMI NAGAR,NEAR SHIV SHEETALA MANDIR', 'SITAPUR', '261001', '+919598795977', '34', 'e-FILING CENTRE', 'VIJAY LAXMI NAGAR,NEAR SHIV SHEETALA MANDIR', 'SITAPUR', '261001', '+919598795977', 'sarveshramjimishra@gmail.com', '34', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(473, NULL, 0.00, '70', 'ELH123461519', NULL, NULL, 0, '2023-12-01 11:48:35', '1357', '823,824', NULL, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918158925777', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(474, NULL, 0.00, '9321', 'ELH123464593', NULL, NULL, 0, '2023-12-03 12:13:08', '277', '77,156', NULL, 1, 1260.00, 1260.00, '0', 0.00, 0.00, 'VIJAY LAXMI NAGAR,NEAR SHIV SHEETALA MANDIR', 'SITAPUR', '261001', '+919598795977', '34', 'eFILING CENTRE/Sarvesh Mishra', 'VIJAY LAXMI NAGAR,NEAR SHIV SHEETALA MANDIR', 'SITAPUR', '261001', '+919598795977', 'sarveshramjimishra@gmail.com', '34', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(475, NULL, 0.00, '9321', 'ELH123464593', NULL, NULL, 0, '2023-12-03 12:13:08', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'VIJAY LAXMI NAGAR,NEAR SHIV SHEETALA MANDIR', 'SITAPUR', '261001', '+919598795977', '34', 'eFILING CENTRE/Sarvesh Mishra', 'VIJAY LAXMI NAGAR,NEAR SHIV SHEETALA MANDIR', 'SITAPUR', '261001', '+919598795977', 'sarveshramjimishra@gmail.com', '34', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(476, '40254054', 395.00, '9322', 'ELH123459649', '113097066305', 'Success', 1, '2023-12-03 16:14:14', '237', '140', NULL, 1, 395.00, 395.00, '0', 0.00, 0.00, '786, CTH Road, Cholan nagar,Pattabiram', 'Chennai', '600072', '+919994055788', '31', 'Krishnan  Elumalai', '786, CTH Road, Cholan nagar,Pattabiram', 'Chennai', '600072', '+919994055788', 'akact2020@gmail.com', '31', 2, 1, 'REGISTERED BOOK POST', 'RW715794221IN', '2023-12-05', '2023-12-05 12:54:16.825910Accounting Voucher Display.pdf', NULL, NULL, NULL, 0.00, 0),
(477, '097106', 2215.00, '9325', 'ELH123464457', '113115632991', 'Success', 1, '2023-12-19 11:28:25', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, '6/1,MELA KATTIMANCODE, ,KATTIMANCODE POST, KANYAKUMARI DISTRICT.', 'NAGERCOIL', '629801', '+919958421219', '31', 'JEYA SANKAR', '6/1,MELA KATTIMANCODE, ,KATTIMANCODE POST, KANYAKUMARI DISTRICT.', 'NAGERCOIL', '629801', '+919958421219', 'sankarmech1989@gmail.com', '31', 2, 1, 'REGISTERED POST', 'RW755830735IN', '2023-12-27', '2023-12-20 14:56:32.641977Accounting Voucher Display.pdf', NULL, NULL, NULL, 0.00, 0),
(478, '097106', 2215.00, '9325', 'ELH123464457', '113115632991', 'Success', 1, '2023-12-19 11:28:25', '277', '77,156', NULL, 1, 1260.00, 1260.00, '0', 0.00, 0.00, '6/1,MELA KATTIMANCODE, ,KATTIMANCODE POST, KANYAKUMARI DISTRICT.', 'NAGERCOIL', '629801', '+919958421219', '31', 'JEYA SANKAR', '6/1,MELA KATTIMANCODE, ,KATTIMANCODE POST, KANYAKUMARI DISTRICT.', 'NAGERCOIL', '629801', '+919958421219', 'sankarmech1989@gmail.com', '31', 2, 1, 'REGISTERED POST', 'RW755830735IN', '2023-12-27', '2023-12-20 14:54:30.261915Accounting Voucher Display.pdf', NULL, NULL, NULL, 0.00, 0),
(479, '20240105010880000950145657732347952', 845.00, '9327', 'ELH123465120', '113134818593', 'Success', 1, '2024-01-05 21:39:15', '274', '76', NULL, 1, 845.00, 845.00, '0', 0.00, 0.00, '16-9-645/B, before Agriculture Office,,Lane Beside Manju Classic Apartment, Old Malakpet', 'Hyderabad', '500036', '+919951491991', '2', 'Nehad Khan', '16-9-645/B, before Agriculture Office,,Lane Beside Manju Classic Apartment, Old Malakpet', 'Hyderabad', '500036', '+919951491991', 'woocharmer@gmail.com', '2', 2, 1, 'REGISTERED POST', 'RW770831106IN', '2024-01-13', '2024-01-10 11:21:32.931242NK.pdf', NULL, NULL, NULL, 0.00, 0),
(480, NULL, 0.00, '9320', 'ELH123463850', NULL, NULL, 0, '2024-01-10 01:56:32', '582', '355', NULL, 1, 590.00, 590.00, '0', 0.00, 0.00, '29A/5,Bindhya Basini Tala Road,Kolkata-700057,Near-Pragati Sangha Club', 'kolkata', '700057', '+919331984277', '35', 'Palash  Chakraborty ', '29A/5,Bindhya Basini Tala Road,Kolkata-700057,Near-Pragati Sangha Club', 'kolkata', '700057', '+919331984277', 'palash1ariadaha@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(481, '091057', 955.00, '9329', 'ELH123458573', '113140605521', 'Success', 1, '2024-01-11 08:52:02', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'Plot no 117 Khanlayout Beside Borate School Narmada colony KatolRd ', 'Nagpur ', '440013', '+918698989922', '21', 'Shamrao Dhawankar', 'Plot no 117 Khanlayout Beside Borate School Narmada colony KatolRd ', 'Nagpur ', '440013', '+918698989922', 'sm.dhawankar@gmail.com', '21', 2, 1, 'REGISTERED POST', 'RW770815457IN', '2024-01-19', '2024-01-12 15:55:01.631927Accounting Voucher  Display_SD.pdf', NULL, NULL, NULL, 0.00, 0),
(482, NULL, 0.00, '9333', 'ELH123465820', NULL, NULL, 0, '2024-02-15 18:13:45', '446', '106', NULL, 1, 1580.00, 1580.00, '0', 0.00, 0.00, 'Surya nagar A group ,Ranaghat', 'Ranaghat', '741202', '+918509516770', '35', 'Samir Dutta', 'Surya nagar A group ,Ranaghat', 'Ranaghat', '741202', '+918509516770', 'Samir.rajib555@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(483, '752897', 1350.00, '9334', 'ELH123465614', '113181230193', 'Success', 1, '2024-02-16 12:48:27', '261', '354', NULL, 1, 1350.00, 1350.00, '0', 0.00, 0.00, 'House number 58,Sector 18 A ', 'Chandigarh', '160018', '+919888888186', '7', 'Rinnypal Cheema ', 'House number 58,Sector 18 A ', 'Chandigarh', '160018', '+919888888186', 'rpscheema@hotmail.com', '7', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(484, '20240217011100000965659926158496445', 750.00, '9335', 'ELH123459874', '113182841010', 'Success', 1, '2024-02-17 17:07:12', '1423', '810', NULL, 1, 335.00, 335.00, '0', 0.00, 0.00, '16-2-751/13, A/2, SBH COLONY,,Saidabad', 'Hyderabad', '500059', '+919440391554', '2', 'advocates.pks@gmail.com', '16-2-751/13, A/2, SBH COLONY,,Saidabad', 'Hyderabad', '500059', '+919440391554', 'advocates.pks@gmail.com', '2', 2, 1, NULL, NULL, NULL, '', NULL, NULL, NULL, 0.00, 0),
(485, '20240217011100000965659926158496445', 750.00, '9335', 'ELH123459874', '113182841010', 'Success', 1, '2024-02-17 17:07:12', '1424', '810', NULL, 1, 255.00, 255.00, '0', 0.00, 0.00, '16-2-751/13, A/2, SBH COLONY,,Saidabad', 'Hyderabad', '500059', '+919440391554', '2', 'advocates.pks@gmail.com', '16-2-751/13, A/2, SBH COLONY,,Saidabad', 'Hyderabad', '500059', '+919440391554', 'advocates.pks@gmail.com', '2', 2, 1, NULL, NULL, NULL, '', NULL, NULL, NULL, 0.00, 0),
(486, '20240217011100000965659926158496445', 750.00, '9335', 'ELH123459874', '113182841010', 'Success', 1, '2024-02-17 17:07:12', '1425', '810,810', NULL, 1, 160.00, 160.00, '0', 0.00, 0.00, '16-2-751/13, A/2, SBH COLONY,,Saidabad', 'Hyderabad', '500059', '+919440391554', '2', 'advocates.pks@gmail.com', '16-2-751/13, A/2, SBH COLONY,,Saidabad', 'Hyderabad', '500059', '+919440391554', 'advocates.pks@gmail.com', '2', 2, 1, 'REGISTERED POST', 'RW730266584IN', '2024-02-28', '2024-02-22 11:46:40.883976Accounting Voucher  Display_SHARMA.pdf', NULL, NULL, NULL, 0.00, 0),
(487, NULL, 0.00, '9297', 'ELH123459052', NULL, NULL, 0, '2024-04-03 18:04:12', '895', '568', NULL, 1, 1165.00, 1165.00, '0', 0.00, 0.00, 'GD 302, Sector 3, ,Salt Lake City', 'Kolkata', '700106', '+919831000156', '35', 'Shivaji Sengupta', 'GD 302, Sector 3, ,Salt Lake City', 'Kolkata', '700106', '+919831000156', 'touch@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(488, NULL, 0.00, '9297', 'ELH123464905', NULL, NULL, 0, '2024-04-03 18:14:41', '273', '32', NULL, 1, 1011.50, 1011.50, '0', 0.00, 0.00, 'GD 302, Sector 3, ,Salt Lake City', 'Kolkata', '700106', '+919831000156', '35', 'Microbase Infotech', 'GD 302, Sector 3, ,Salt Lake City', 'Kolkata', '700106', '+919831000156', 'touch@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(489, NULL, 0.00, '9349', 'ELH123462786', NULL, NULL, 0, '2024-04-07 14:50:26', '1', '23', NULL, 1, 3230.00, 3230.00, '0', 0.00, 0.00, 'LN, CANAL ROAD, NORTH PARAVUR, ERNAKULAM', 'Ernakulam', '683513', '+919400944682', '17', 'MURALI KRISHNA K', 'LN, CANAL ROAD, NORTH PARAVUR, ERNAKULAM', 'Ernakulam', '683513', '+919400944682', 'knarayanan.office@gmail.com', '17', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(490, NULL, 0.00, '70', 'ELH123461136', NULL, NULL, 0, '2024-05-18 18:06:34', '1357', '823,824', NULL, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(491, NULL, 0.00, '70', 'ELH123461136', NULL, NULL, 0, '2024-05-18 18:06:34', '294', '76', NULL, 1, 1350.00, 1350.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(492, NULL, 0.00, '9360', 'ELH123465718', NULL, NULL, 0, '2024-05-24 21:42:54', '365', '162', NULL, 1, 1400.00, 1400.00, '0', 0.00, 0.00, 'House NO 445, OMAXE Phase 2, Gate No 3,,Mullanpur, New Chandigarh', 'SAS Nagar(MOHALI)', '140901', '+918569000005', '27', 'Sanjay Kumar IAS', 'House NO 445, OMAXE Phase 2, Gate No 3,,Mullanpur, New Chandigarh', 'SAS Nagar(MOHALI)', '140901', '+918569000005', 'sanjayernestshackleton@gmail.com', '27', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(493, NULL, 0.00, '9360', 'ELH123463414', NULL, NULL, 0, '2024-05-24 21:43:44', '365', '162', NULL, 1, 1400.00, 1400.00, '0', 0.00, 0.00, 'House NO 445, OMAXE Phase 2, Gate No 3,,Mullanpur, New Chandigarh', 'SAS Nagar(MOHALI)', '140901', '+918569000005', '27', 'Sanjay Kumar IAS', 'House NO 445, OMAXE Phase 2, Gate No 3,,Mullanpur, New Chandigarh', 'SAS Nagar(MOHALI)', '140901', '+918569000005', 'sanjayernestshackleton@gmail.com', '27', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(494, NULL, 0.00, '9360', 'ELH123459484', NULL, NULL, 0, '2024-05-24 21:46:26', '365', '162', NULL, 1, 1400.00, 1400.00, '0', 0.00, 0.00, 'House NO 445, OMAXE Phase 2, Gate No 3,,Mullanpur, New Chandigarh', 'SAS Nagar(MOHALI)', '140901', '+918569000005', '27', 'Sanjay Kumar IAS', 'House NO 445, OMAXE Phase 2, Gate No 3,,Mullanpur, New Chandigarh', 'SAS Nagar(MOHALI)', '140901', '+918569000005', 'sanjayernestshackleton@gmail.com', '27', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(495, NULL, 0.00, '9360', 'ELH123456966', NULL, NULL, 0, '2024-05-24 21:49:11', '365', '162', NULL, 1, 1400.00, 1400.00, '0', 0.00, 0.00, 'House NO 445, OMAXE Phase 2, Gate No 3,,Mullanpur, New Chandigarh', 'SAS Nagar(MOHALI)', '140901', '+918569000005', '27', 'Sanjay Kumar IAS', 'House NO 445, OMAXE Phase 2, Gate No 3,,Mullanpur, New Chandigarh', 'SAS Nagar(MOHALI)', '140901', '+918569000005', 'sanjayernestshackleton@gmail.com', '27', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(496, NULL, 0.00, '9361', 'ELH123466774', NULL, NULL, 0, '2024-06-11 21:12:31', '274', '76', NULL, 1, 845.00, 845.00, '0', 0.00, 0.00, 'Deshbandhu para near matri radio service centre ,Opp maa Kali beri factory ', 'Siliguri ', '734004', '+919832122528', '35', 'prince  Prasad ', 'Deshbandhu para near matri radio service centre ,Opp maa Kali beri factory ', 'Siliguri ', '734004', '+919832122528', 'princeprasad98765@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(497, NULL, 0.00, '384', 'ELH123464118', NULL, NULL, 0, '2024-06-17 08:01:31', '1397', '829', NULL, 1, 585.00, 585.00, '0', 0.00, 0.00, 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(498, NULL, 0.00, '384', 'ELH123464118', NULL, NULL, 0, '2024-06-17 08:01:31', '1404', '829', NULL, 1, 360.00, 360.00, '0', 0.00, 0.00, 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(499, NULL, 0.00, '384', 'ELH123464118', NULL, NULL, 0, '2024-06-17 08:01:31', '1406', '829', NULL, 1, 360.00, 360.00, '0', 0.00, 0.00, 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(500, NULL, 0.00, '384', 'ELH123464118', NULL, NULL, 0, '2024-06-17 08:01:31', '1407', '829', NULL, 1, 225.00, 225.00, '0', 0.00, 0.00, 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0);
INSERT INTO `shipping_billing_details` (`ship_bill_id`, `bank_ref_no`, `bank_credit_amount`, `user_id`, `order_id`, `tracking_id`, `order_status`, `order_status_check`, `orderDate`, `BookId`, `AuthorId`, `journalid`, `quantity`, `price`, `TotalAmount`, `shipType`, `shippingCharge`, `promoCodeDiscount`, `billing_address`, `billing_city`, `billing_pin`, `billing_phone`, `billing_state`, `shipName`, `shipping_address`, `shipping_city`, `shipping_pin`, `shipping_phone`, `shipEmail`, `shipping_state`, `paymentMode`, `orderStatus`, `despatchMode`, `tracking`, `date`, `order_invoice`, `cancel_remarks`, `cancellation_time`, `refund_date`, `refund_amount`, `isDeleted`) VALUES
(501, NULL, 0.00, '384', 'ELH123464118', NULL, NULL, 0, '2024-06-17 08:01:31', '1415', '828', NULL, 1, 445.50, 445.50, '0', 0.00, 0.00, 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(502, NULL, 0.00, '384', 'ELH123464118', NULL, NULL, 0, '2024-06-17 08:01:31', '1393', '829', NULL, 1, 135.00, 135.00, '0', 0.00, 0.00, 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(503, NULL, 0.00, '384', 'ELH123464118', NULL, NULL, 0, '2024-06-17 08:01:31', '1394', '829', NULL, 1, 135.00, 135.00, '0', 0.00, 0.00, 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(504, NULL, 0.00, '384', 'ELH123464118', NULL, NULL, 0, '2024-06-17 08:01:31', '1395', '829', NULL, 1, 180.00, 180.00, '0', 0.00, 0.00, 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(505, NULL, 0.00, '384', 'ELH123464118', NULL, NULL, 0, '2024-06-17 08:01:31', '1384', '829', NULL, 1, 180.00, 180.00, '0', 0.00, 0.00, 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(506, NULL, 0.00, '384', 'ELH123464118', NULL, NULL, 0, '2024-06-17 08:01:31', '1385', '829', NULL, 1, 630.00, 630.00, '0', 0.00, 0.00, 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(507, NULL, 0.00, '384', 'ELH123464118', NULL, NULL, 0, '2024-06-17 08:01:31', '1386', '829', NULL, 1, 585.00, 585.00, '0', 0.00, 0.00, 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. District Judge, Malda, Ld. District Judge\'s Bungalow, Mokdumpur, Englishbazar, Malda,Contact Person - Krishna Kamal Das, Mobile Number - 96413 44660', 'Malda', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(508, NULL, 0.00, '384', 'ELH123460112', NULL, NULL, 0, '2024-06-17 08:07:25', '1397', '829', NULL, 1, 585.00, 585.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(509, NULL, 0.00, '384', 'ELH123460112', NULL, NULL, 0, '2024-06-17 08:07:25', '1404', '829', NULL, 1, 360.00, 360.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(510, NULL, 0.00, '384', 'ELH123460112', NULL, NULL, 0, '2024-06-17 08:07:25', '1406', '829', NULL, 1, 360.00, 360.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(511, NULL, 0.00, '384', 'ELH123460112', NULL, NULL, 0, '2024-06-17 08:07:25', '1407', '829', NULL, 1, 225.00, 225.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(512, NULL, 0.00, '384', 'ELH123460112', NULL, NULL, 0, '2024-06-17 08:07:25', '1415', '828', NULL, 1, 445.50, 445.50, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(513, NULL, 0.00, '384', 'ELH123460112', NULL, NULL, 0, '2024-06-17 08:07:25', '1393', '829', NULL, 1, 135.00, 135.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(514, NULL, 0.00, '384', 'ELH123460112', NULL, NULL, 0, '2024-06-17 08:07:25', '1394', '829', NULL, 1, 135.00, 135.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(515, NULL, 0.00, '384', 'ELH123460112', NULL, NULL, 0, '2024-06-17 08:07:25', '1395', '829', NULL, 1, 180.00, 180.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(516, NULL, 0.00, '384', 'ELH123460112', NULL, NULL, 0, '2024-06-17 08:07:25', '1384', '829', NULL, 1, 180.00, 180.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(517, NULL, 0.00, '384', 'ELH123460112', NULL, NULL, 0, '2024-06-17 08:07:25', '1385', '829', NULL, 1, 630.00, 630.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(518, NULL, 0.00, '384', 'ELH123460112', NULL, NULL, 0, '2024-06-17 08:07:25', '1386', '829', NULL, 1, 585.00, 585.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'bsubhayu@gmail.com', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(519, '119777', 4395.50, '384', 'ELH123463149', '113333538777', 'Success', 1, '2024-06-17 08:13:35', '1397', '829', NULL, 1, 585.00, 585.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(520, '119777', 4395.50, '384', 'ELH123463149', '113333538777', 'Success', 1, '2024-06-17 08:13:35', '1404', '829', NULL, 1, 360.00, 360.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(521, '119777', 4395.50, '384', 'ELH123463149', '113333538777', 'Success', 1, '2024-06-17 08:13:35', '1406', '829', NULL, 1, 360.00, 360.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(522, '119777', 4395.50, '384', 'ELH123463149', '113333538777', 'Success', 1, '2024-06-17 08:13:35', '1407', '829', NULL, 1, 225.00, 225.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(523, '119777', 4395.50, '384', 'ELH123463149', '113333538777', 'Success', 1, '2024-06-17 08:13:35', '1415', '828', NULL, 1, 445.50, 445.50, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(524, '119777', 4395.50, '384', 'ELH123463149', '113333538777', 'Success', 1, '2024-06-17 08:13:35', '1393', '829', NULL, 1, 135.00, 135.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(525, '119777', 4395.50, '384', 'ELH123463149', '113333538777', 'Success', 1, '2024-06-17 08:13:35', '1394', '829', NULL, 1, 135.00, 135.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(526, '119777', 4395.50, '384', 'ELH123463149', '113333538777', 'Success', 1, '2024-06-17 08:13:35', '1395', '829', NULL, 1, 180.00, 180.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(527, '119777', 4395.50, '384', 'ELH123463149', '113333538777', 'Success', 1, '2024-06-17 08:13:35', '1384', '829', NULL, 1, 180.00, 180.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(528, '119777', 4395.50, '384', 'ELH123463149', '113333538777', 'Success', 1, '2024-06-17 08:13:35', '1385', '829', NULL, 1, 630.00, 630.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(529, '119777', 4395.50, '384', 'ELH123463149', '113333538777', 'Success', 1, '2024-06-17 08:13:35', '1386', '829', NULL, 1, 585.00, 585.00, '1', 575.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(530, NULL, 0.00, '78', 'ELH123460859', NULL, NULL, 0, '2024-06-24 17:14:54', '283', '23', NULL, 1, 1776.50, 1776.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919865489856', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919865489856', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(531, 'null', 0.00, '9363', 'ELH123464141', '113372299868', 'Invalid', 0, '2024-07-12 12:34:12', '634', '354', NULL, 0, 1440.00, 0.00, '0', 0.00, 0.00, 'EN Block, Sector V, Salt Lake, Kolkata, West Bengal 700091,sector v', 'kolkata', '700091', '+919735592630', '35', 'Ram De', 'EN Block, Sector V, Salt Lake, Kolkata, West Bengal 700091,sector v', 'kolkata', '700091', '+919735592630', 'dev9.smithretail@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(532, 'null', 0.00, '9363', 'ELH123461638', '113372300122', 'Invalid', 0, '2024-07-12 12:34:20', '634', '354', NULL, 0, 1440.00, 0.00, '0', 0.00, 0.00, 'EN Block, Sector V, Salt Lake, Kolkata, West Bengal 700091,sector v', 'kolkata', '700091', '+919735592630', '35', 'Ram De', 'EN Block, Sector V, Salt Lake, Kolkata, West Bengal 700091,sector v', 'kolkata', '700091', '+919735592630', 'dev9.smithretail@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(533, 'null', 0.00, '9363', 'ELH123465142', '113372300315', 'Invalid', 0, '2024-07-12 12:34:26', '634', '354', NULL, 0, 1440.00, 0.00, '0', 0.00, 0.00, 'EN Block, Sector V, Salt Lake, Kolkata, West Bengal 700091,sector v', 'kolkata', '700091', '+919735592630', '35', 'Ram De', 'EN Block, Sector V, Salt Lake, Kolkata, West Bengal 700091,sector v', 'kolkata', '700091', '+919735592630', 'dev9.smithretail@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(534, 'null', 0.00, '9363', 'ELH123457492', '113372300738', 'Invalid', 0, '2024-07-12 12:34:40', '634', '354', NULL, 0, 1440.00, 0.00, '0', 0.00, 0.00, 'EN Block, Sector V, Salt Lake, Kolkata, West Bengal 700091,sector v', 'kolkata', '700091', '+919735592630', '35', 'Ram De', 'EN Block, Sector V, Salt Lake, Kolkata, West Bengal 700091,sector v', 'kolkata', '700091', '+919735592630', 'dev9.smithretail@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(535, NULL, 0.00, '9363', 'ELH123464951', NULL, NULL, 0, '2024-07-12 12:36:58', '634', '354', NULL, 1, 1440.00, 1440.00, '0', 0.00, 0.00, 'EN Block, Sector V, Salt Lake, Kolkata, West Bengal 700091,sector v', 'kolkata', '700091', '+919735592630', '35', 'Ram De', 'EN Block, Sector V, Salt Lake, Kolkata, West Bengal 700091,sector v', 'kolkata', '700091', '+919735592630', 'dev9.smithretail@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(536, NULL, 0.00, '9363', 'ELH123460314', NULL, NULL, 0, '2024-07-12 13:14:18', '634', '354', NULL, 1, 1440.00, 1440.00, '0', 0.00, 0.00, 'EN Block, Sector V, Salt Lake, Kolkata, West Bengal 700091,sector v', 'kolkata', '700091', '+919735592630', '35', 'Ram De', 'EN Block, Sector V, Salt Lake, Kolkata, West Bengal 700091,sector v', 'kolkata', '700091', '+919735592630', 'dev9.smithretail@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(537, 'null', 1440.00, '9363', 'ELH123461868', '113372385224', 'Timeout', 0, '2024-07-12 13:22:17', '634', '354', NULL, 1, 1440.00, 1440.00, '0', 0.00, 0.00, 'EN Block, Sector V, Salt Lake, Kolkata, West Bengal 700091,sector v', 'kolkata', '700091', '+919735592630', '35', 'Ram De', 'EN Block, Sector V, Salt Lake, Kolkata, West Bengal 700091,sector v', 'kolkata', '700091', '+919735592630', 'dev9.smithretail@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(538, '151629', 743.75, '384', 'ELH123463182', '113396037267', 'Success', 1, '2024-07-29 15:04:41', '320', '23', NULL, 1, 743.75, 743.75, '0', 0.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 1, 'REGISTERED BOOK POST', 'RW846888160IN', '2024-08-08', '2024-07-30 13:33:16.536197Adobe Scan 30 Jul 2024.pdf', NULL, NULL, NULL, 0.00, 0),
(539, NULL, 0.00, '417', 'ELH123462293', NULL, NULL, 0, '2024-08-01 01:13:41', '291', '367', NULL, 1, 1317.50, 1317.50, '0', 0.00, 0.00, 'CIVIL JUDGE SENIOR DIVISION COURT NO 1,CIVIL COURT ', 'MUZAFFARNAGAR ', '251001', '+919557242590', '34', 'DR D S FAUZDAR ', 'CIVIL JUDGE SENIOR DIVISION COURT NO 1,CIVIL COURT ', 'MUZAFFARNAGAR ', '251001', '+919557242590', 'dev13ad@gmail.com', '34', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(540, '008600', 990.00, '9365', 'ELH123461490', '113410486228', 'Success', 1, '2024-08-08 22:20:25', '243', '157,98', NULL, 1, 990.00, 990.00, '0', 0.00, 0.00, 'Bharat Electronics Limited, Vigilance dept, Outer Ring Road, Nagavara', 'Bengaluru', '560045', '+919482593311', '18', 'Subrahmanyam Nk', 'Bharat Electronics Limited, Vigilance dept, Outer Ring Road, Nagavara', 'Bengaluru', '560045', '+919482593311', 'nksubrahmanyam@hotmail.com', '18', 2, 1, 'REGISTERED BOOK POST', 'RW806334882IN', '2024-08-17', '2024-08-10 11:12:31.455766Adobe Scan 10 Aug 2024 (1).pdf', NULL, NULL, NULL, 0.00, 0),
(541, '078544', 1317.50, '9299', 'ELH123462942', '113414622709', 'Success', 1, '2024-08-12 11:32:13', '291', '367', NULL, 1, 1317.50, 1317.50, '0', 0.00, 0.00, 'H: No= 18-1-297/41/A, ,Shivaji Nagar, Uppuguda, Near Mahankali Temple', 'HYDERABAD', '500053', '+919160233633', '2', 'Mandala Sudheer', 'H: No= 18-1-297/41/A, ,Shivaji Nagar, Uppuguda, Near Mahankali Temple', 'HYDERABAD', '500053', '+919160233633', 'sudheermllb@gmail.com', '2', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(542, NULL, 0.00, '9368', 'ELH123465740', NULL, NULL, 0, '2024-08-23 15:08:56', '277', '77,156', NULL, 1, 1260.00, 1260.00, '0', 0.00, 0.00, 'H-69, SECTOR-63 NOIDA, U.P.,compliance@sccgroup.in', 'Gautam Buddha Nagar', '201301', '+919650498732', '34', 'SCC GROUP', 'H-69, SECTOR-63 NOIDA, U.P.,compliance@sccgroup.in', 'Gautam Buddha Nagar', '201301', '+919650498732', 'compliance@sccgroup.in', '34', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(543, NULL, 0.00, '9370', 'ELH123457321', NULL, NULL, 0, '2024-08-27 19:58:46', '243', '157,98', NULL, 1, 990.00, 990.00, '0', 0.00, 0.00, 'Belgharia siding', 'kolkata', '700049', '+916290005151', '35', 'Pradeep Debnath', 'Belgharia siding', 'kolkata', '700049', '+916290005151', 'debnath.pradeep619@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(544, '75282535', 743.75, '9377', 'ELH123465216', '113471479724', 'Success', 1, '2024-09-21 12:18:40', '606', '343', NULL, 1, 743.75, 743.75, '0', 0.00, 0.00, '209,Subhaspally Kalitala,Near Raj College', 'Purba Barddhaman', '713101', '+917797066750', '35', 'Biplab Gain', '209,Subhaspally Kalitala,Near Raj College', 'Purba Barddhaman', '713101', '+917797066750', 'biplabgn@gmail.com', '35', 2, 1, 'REGISTERED BOOK POST', 'RW227442930IN', '2024-09-28', '2024-09-25 17:59:23.847212Adobe Scan 25 Sep 2024 (2).pdf', NULL, NULL, NULL, 0.00, 0),
(545, NULL, 0.00, '9380', 'ELH123461651', NULL, NULL, 0, '2024-10-16 19:01:01', '1145', '723', NULL, 1, 1200.00, 1200.00, '0', 0.00, 0.00, 'Row House No.3, Luminaire, 39, BDA Main Road, Jeevan Bimanagar, Bengaluru', 'Bengaluru', '560075', '+919448289007', '18', 'Anand Byra Reddy', 'Row House No.3, Luminaire, 39, BDA Main Road, Jeevan Bimanagar, Bengaluru', 'Bengaluru', '560075', '+919448289007', 'anandbyrareddy@gmail.com', '18', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(546, NULL, 0.00, '9380', 'ELH123461651', NULL, NULL, 0, '2024-10-16 19:01:02', '712', '391', NULL, 1, 1100.00, 1100.00, '0', 0.00, 0.00, 'Row House No.3, Luminaire, 39, BDA Main Road, Jeevan Bimanagar, Bengaluru', 'Bengaluru', '560075', '+919448289007', '18', 'Anand Byra Reddy', 'Row House No.3, Luminaire, 39, BDA Main Road, Jeevan Bimanagar, Bengaluru', 'Bengaluru', '560075', '+919448289007', 'anandbyrareddy@gmail.com', '18', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(547, '210362', 2956.00, '9382', 'ELH123461047', '113516718354', 'Success', 1, '2024-10-24 18:45:57', '269', '140', NULL, 1, 2956.00, 2956.00, '0', 0.00, 0.00, '28D Palm Avenue, 1st Floor, Left Flat, beside Bhubaneshwar Apartment,,near to Dhanraj Dance Academy,', 'Kolkata', '700019', '+917439417085', '35', 'Soumick Basak', '28D Palm Avenue, 1st Floor, Left Flat, beside Bhubaneshwar Apartment,,near to Dhanraj Dance Academy,', 'Kolkata', '700019', '+917439417085', 'soumick39.basak@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, 'Refund the amount asap', '2024-10-25 05:59:06', NULL, 0.00, 1),
(548, '195360', 1000.00, '384', 'ELH123464869', '113550564521', 'Success', 1, '2024-11-23 22:14:54', '1357', '830,824', NULL, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 1, 'REGISTERED BOOK POST', 'RW223430247IN', '2024-11-30', '2024-11-26 14:55:32.040484unnamed (4).jpg', NULL, NULL, NULL, 0.00, 0),
(549, NULL, 0.00, '9389', 'ELH123459576', NULL, NULL, 0, '2024-12-09 10:51:14', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'Aliya Society, Sahebganj Road,Pathuria, Gobindpur', 'Dhanbad', '828109', '+917077114230', '16', 'Akhtar Husain', 'Aliya Society, Sahebganj Road,Pathuria, Gobindpur', 'Dhanbad', '828109', '+917077114230', 'mdakhu@gmail.com', '16', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(550, NULL, 0.00, '9389', 'ELH123459576', NULL, NULL, 0, '2024-12-09 10:51:14', '277', '77,156', NULL, 1, 1260.00, 1260.00, '0', 0.00, 0.00, 'Aliya Society, Sahebganj Road,Pathuria, Gobindpur', 'Dhanbad', '828109', '+917077114230', '16', 'Akhtar Husain', 'Aliya Society, Sahebganj Road,Pathuria, Gobindpur', 'Dhanbad', '828109', '+917077114230', 'mdakhu@gmail.com', '16', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(551, NULL, 0.00, '9389', 'ELH123458802', NULL, NULL, 0, '2024-12-09 10:51:25', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'Aliya Society, Sahebganj Road,Pathuria, Gobindpur', 'Dhanbad', '828109', '+917077114230', '16', 'Akhtar Husain', 'Aliya Society, Sahebganj Road,Pathuria, Gobindpur', 'Dhanbad', '828109', '+917077114230', 'mdakhu@gmail.com', '16', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(552, NULL, 0.00, '9389', 'ELH123458802', NULL, NULL, 0, '2024-12-09 10:51:25', '277', '77,156', NULL, 1, 1260.00, 1260.00, '0', 0.00, 0.00, 'Aliya Society, Sahebganj Road,Pathuria, Gobindpur', 'Dhanbad', '828109', '+917077114230', '16', 'Akhtar Husain', 'Aliya Society, Sahebganj Road,Pathuria, Gobindpur', 'Dhanbad', '828109', '+917077114230', 'mdakhu@gmail.com', '16', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(553, NULL, 0.00, '9389', 'ELH123463109', NULL, NULL, 0, '2024-12-09 10:53:36', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'Aliya Society, Sahebganj Road,Pathuria, Gobindpur', 'Dhanbad', '828109', '+917077114230', '16', 'Akhtar Husain', 'Aliya Society, Sahebganj Road,Pathuria, Gobindpur', 'Dhanbad', '828109', '+917077114230', 'mdakhu@gmail.com', '16', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(554, NULL, 0.00, '9389', 'ELH123463109', NULL, NULL, 0, '2024-12-09 10:53:36', '277', '77,156', NULL, 1, 1260.00, 1260.00, '0', 0.00, 0.00, 'Aliya Society, Sahebganj Road,Pathuria, Gobindpur', 'Dhanbad', '828109', '+917077114230', '16', 'Akhtar Husain', 'Aliya Society, Sahebganj Road,Pathuria, Gobindpur', 'Dhanbad', '828109', '+917077114230', 'mdakhu@gmail.com', '16', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(555, '004554', 1695.75, '3836', 'ELH123457650', '113571292186', 'Success', 1, '2024-12-11 15:20:03', '1432', '413', NULL, 1, 1695.75, 1695.75, '0', 0.00, 0.00, 'D22/206 Yogi Tirth CHS Ltd, B Wing,Yogi Nagar , Behind BEST Bus Stop, Borivali West ', 'Mumbai', '400091', '+919987499968', '21', 'Harsh Bhandari', 'D22/206 Yogi Tirth CHS Ltd, B Wing,Yogi Nagar , Behind BEST Bus Stop, Borivali West ', 'Mumbai', '400091', '+919987499968', 'Harsh161087@gmail.com', '21', 2, 1, 'REGISTERED BOOK POST', 'RW180738339IN', '2024-12-17', '2024-12-12 16:13:53.355589Adobe Scan 12 Dec 2024.pdf', NULL, NULL, NULL, 0.00, 0),
(556, '286494', 1260.00, '9390', 'ELH123458275', '113580248667', 'Success', 1, '2024-12-19 12:24:59', '277', '77,156', NULL, 1, 1260.00, 1260.00, '0', 0.00, 0.00, '24-C PREM NAGAR, PAYAL CINEMA MAIN ROAD', 'SRIGANGANAGAR', '335001', '+919414281875', '29', 'BHARAT BHUSHAN CHARAYA', '24-C PREM NAGAR, PAYAL CINEMA MAIN ROAD', 'SRIGANGANAGAR', '335001', '+919414281875', 'bharatbhushancharaya@gmail.com', '29', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(557, NULL, 0.00, '9393', 'ELH123465132', NULL, NULL, 0, '2025-01-01 12:32:15', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, '16-11-511/F/1 F105 Subham Residency Shalivahana Nagar ,Moosarambagh Hyderabad ', 'Hyderabad ', '500036', '+919491877603', '2', 'ATHISH KUMAR CHANDA', '16-11-511/F/1 F105 Subham Residency Shalivahana Nagar ,Moosarambagh Hyderabad ', 'Hyderabad ', '500036', '+919491877603', 'chandaathish2008@gmail.com', '2', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(558, NULL, 0.00, '9393', 'ELH123460355', NULL, NULL, 0, '2025-01-01 12:32:56', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, '16-11-511/F/1 F105 Subham Residency Shalivahana Nagar ,Moosarambagh Hyderabad ', 'Hyderabad ', '500036', '+919491877603', '2', 'ATHISH KUMAR CHANDA', '16-11-511/F/1 F105 Subham Residency Shalivahana Nagar ,Moosarambagh Hyderabad ', 'Hyderabad ', '500036', '+919491877603', 'chandaathish2008@gmail.com', '2', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(559, NULL, 0.00, '9393', 'ELH123466012', NULL, NULL, 0, '2025-01-01 12:43:02', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, '16-11-511/F/1 F105 Subham Residency Shalivahana Nagar ,Moosarambagh Hyderabad ', 'Hyderabad ', '500036', '+919491877603', '2', 'ATHISH KUMAR CHANDA', '16-11-511/F/1 F105 Subham Residency Shalivahana Nagar ,Moosarambagh Hyderabad ', 'Hyderabad ', '500036', '+919491877603', 'chandaathish2008@gmail.com', '2', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(560, NULL, 0.00, '9393', 'ELH123462064', NULL, NULL, 0, '2025-01-01 12:45:46', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, '16-11-511/F/1 F105 Subham Residency Shalivahana Nagar ,Moosarambagh Hyderabad ,Moosarambagh ', 'Hyderabad ', '500036', '+919491877603', '2', 'ATHISH KUMAR CHANDA', '16-11-511/F/1 F105 Subham Residency Shalivahana Nagar ,Moosarambagh Hyderabad ,Moosarambagh ', 'Hyderabad ', '500036', '+919491877603', 'chandaathish2008@gmail.com', '2', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(561, NULL, 0.00, '9395', 'ELH123457191', NULL, NULL, 0, '2025-01-11 12:41:42', '337', '48', NULL, 1, 408.00, 408.00, '0', 0.00, 0.00, 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', '35', 'Sayan  Sinha', 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', 'sayansinhacob@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(562, NULL, 0.00, '9395', 'ELH123457191', NULL, NULL, 0, '2025-01-11 12:41:42', '338', '5', NULL, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', '35', 'Sayan  Sinha', 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', 'sayansinhacob@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(563, NULL, 0.00, '9395', 'ELH123465528', NULL, NULL, 0, '2025-01-11 12:42:28', '337', '48', NULL, 1, 408.00, 408.00, '0', 0.00, 0.00, 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', '35', 'Sayan  Sinha', 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', 'sayansinhacob@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(564, NULL, 0.00, '9395', 'ELH123465528', NULL, NULL, 0, '2025-01-11 12:42:28', '338', '5', NULL, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', '35', 'Sayan  Sinha', 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', 'sayansinhacob@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(565, NULL, 0.00, '9395', 'ELH123457684', NULL, NULL, 0, '2025-01-11 12:43:22', '337', '48', NULL, 1, 408.00, 408.00, '0', 0.00, 0.00, 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', '35', 'Sayan  Sinha', 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', 'sayansinhacob@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(566, NULL, 0.00, '9395', 'ELH123457684', NULL, NULL, 0, '2025-01-11 12:43:22', '338', '5', NULL, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', '35', 'Sayan  Sinha', 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', 'sayansinhacob@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(567, NULL, 0.00, '9395', 'ELH123466512', NULL, NULL, 0, '2025-01-11 12:45:49', '337', '48', NULL, 1, 408.00, 408.00, '0', 0.00, 0.00, 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', '35', 'Sayan  Sinha', 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', 'sayansinhacob@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(568, NULL, 0.00, '9395', 'ELH123466512', NULL, NULL, 0, '2025-01-11 12:45:49', '338', '5', NULL, 1, 1000.00, 1000.00, '0', 0.00, 0.00, 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', '35', 'Sayan  Sinha', 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', 'sayansinhacob@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(569, NULL, 0.00, '9395', 'ELH123460076', NULL, NULL, 0, '2025-01-14 16:21:41', '337', '48', NULL, 1, 408.00, 408.00, '0', 0.00, 0.00, 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', '35', 'Sayan  Sinha', 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', 'sayansinhacob@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(570, NULL, 0.00, '9395', 'ELH123463744', NULL, NULL, 0, '2025-01-14 16:23:06', '337', '48', NULL, 1, 408.00, 408.00, '0', 0.00, 0.00, 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', '35', 'Sayan  Sinha', 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917001543969', 'sayansinhacob@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(571, NULL, 0.00, '9395', 'ELH123462633', NULL, NULL, 0, '2025-01-14 16:25:02', '337', '48', NULL, 1, 408.00, 408.00, '0', 0.00, 0.00, 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917063229146', '35', 'Sayan  Sinha', 'Sinha Stock Depot, Pundibari Road, Khagrabari, near Bharat Petrolieum Petrol Pump', 'Coochbehar', '736179', '+917063229146', 'sayansinhacob@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(572, NULL, 0.00, '9400', 'ELH123464731', NULL, NULL, 0, '2025-02-20 21:20:30', '606', '343', NULL, 1, 743.75, 743.75, '0', 0.00, 0.00, 'Balluk, Ballukhat, Tamluk, Purba Medinipur,Near Balluk High School', 'Tamluk', '721137', '+916294865882', '35', 'Prasanta Samanta', 'Balluk, Ballukhat, Tamluk, Purba Medinipur,Near Balluk High School', 'Tamluk', '721137', '+916294865882', 'prasanta.su@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(573, NULL, 0.00, '9400', 'ELH123460423', NULL, NULL, 0, '2025-02-20 21:21:40', '606', '343', NULL, 1, 743.75, 743.75, '0', 0.00, 0.00, 'Balluk, Ballukhat, Tamluk, Purba Medinipur,Near Balluk High School', 'Tamluk', '721137', '+916294865882', '35', 'Prasanta Samanta', 'Balluk, Ballukhat, Tamluk, Purba Medinipur,Near Balluk High School', 'Tamluk', '721137', '+916294865882', 'prasanta.su@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(574, NULL, 0.00, '9400', 'ELH123465832', NULL, NULL, 0, '2025-02-20 21:24:09', '606', '343', NULL, 1, 743.75, 743.75, '0', 0.00, 0.00, 'Balluk, Ballukhat, Tamluk, Purba Medinipur,Near Balluk High School', 'Tamluk', '721137', '+916294865882', '35', 'Prasanta Samanta', 'Balluk, Ballukhat, Tamluk, Purba Medinipur,Near Balluk High School', 'Tamluk', '721137', '+916294865882', 'prasanta.su@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(575, NULL, 0.00, '9401', 'ELH123463877', NULL, NULL, 0, '2025-02-21 12:11:17', '584', '126', NULL, 1, 1345.50, 1345.50, '0', 0.00, 0.00, 'C/o Vertices Partners Lawyers ,Mayo Centre, 3rd Floor, No 12 Commissariat Road', 'Bangalore', '560025', '+919845371357', '18', 'Siddharth Raja', 'C/o Vertices Partners Lawyers ,Mayo Centre, 3rd Floor, No 12 Commissariat Road', 'Bangalore', '560025', '+919845371357', 'raja.siddharth@gmail.com', '18', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(576, NULL, 0.00, '9401', 'ELH123457252', NULL, NULL, 0, '2025-02-21 12:12:18', '584', '126', NULL, 1, 1345.50, 1345.50, '0', 0.00, 0.00, 'C/o Vertices Partners Lawyers ,Mayo Centre, 3rd Floor, No 12 Commissariat Road', 'Bangalore', '560025', '+919845371357', '18', 'Siddharth Raja', 'C/o Vertices Partners Lawyers ,Mayo Centre, 3rd Floor, No 12 Commissariat Road', 'Bangalore', '560025', '+919845371357', 'raja.siddharth@gmail.com', '18', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(577, NULL, 0.00, '9401', 'ELH123459928', NULL, NULL, 0, '2025-02-21 12:13:12', '584', '126', NULL, 1, 1345.50, 1345.50, '0', 0.00, 0.00, 'C/o Vertices Partners Lawyers ,Mayo Centre, 3rd Floor, No 12 Commissariat Road', 'Bangalore', '560025', '+919845371357', '18', 'Siddharth Raja', 'C/o Vertices Partners Lawyers ,Mayo Centre, 3rd Floor, No 12 Commissariat Road', 'Bangalore', '560025', '+919845371357', 'raja.siddharth@gmail.com', '18', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(578, NULL, 0.00, '9401', 'ELH123464329', NULL, NULL, 0, '2025-02-21 12:14:16', '584', '126', NULL, 1, 1345.50, 1345.50, '0', 0.00, 0.00, 'C/o Vertices Partners Lawyers ,Mayo Centre, 3rd Floor, No 12 Commissariat Road', 'Bangalore', '560025', '+919845371357', '18', 'Siddharth Raja', 'C/o Vertices Partners Lawyers ,Mayo Centre, 3rd Floor, No 12 Commissariat Road', 'Bangalore', '560025', '+919845371357', 'raja.siddharth@gmail.com', '18', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(579, NULL, 0.00, '9401', 'ELH123464151', NULL, NULL, 0, '2025-02-21 12:16:12', '584', '126', NULL, 1, 1345.50, 1345.50, '0', 0.00, 0.00, 'Villa 42 QVC The Hills, Nandi Hobli, Angatta Village, Kuduvathi PO,Nandi Hobli, Angatta Village', 'Chikkaballapur', '562103', '+919845371357', '18', 'Siddharth Raja', 'C/o Vertices Partners Lawyers ,Mayo Centre, 3rd Floor, No 12 Commissariat Road', 'Bangalore', '560025', '+919845371357', 'raja.siddharth@gmail.com', '18', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(580, NULL, 0.00, '9402', 'ELH123465243', NULL, NULL, 0, '2025-03-01 13:30:11', '583', '97', NULL, 1, 990.00, 990.00, '0', 0.00, 0.00, 'B8, 8th Floor, Old No. 31 and New No.20,,Avlaon Cove, Thanikachalam Road, T Nagar,', 'Chennai', '600017', '+919935096000', '31', 'Upendra Malhar', 'B8, 8th Floor, Old No. 31 and New No.20,,Avlaon Cove, Thanikachalam Road, T Nagar,', 'Chennai', '600017', '+919935096000', 'upendra.malhar123@gmail.com', '31', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(581, NULL, 0.00, '9402', 'ELH123465243', NULL, NULL, 0, '2025-03-01 13:30:11', '312', '100', NULL, 1, 2932.50, 2932.50, '0', 0.00, 0.00, 'B8, 8th Floor, Old No. 31 and New No.20,,Avlaon Cove, Thanikachalam Road, T Nagar,', 'Chennai', '600017', '+919935096000', '31', 'Upendra Malhar', 'B8, 8th Floor, Old No. 31 and New No.20,,Avlaon Cove, Thanikachalam Road, T Nagar,', 'Chennai', '600017', '+919935096000', 'upendra.malhar123@gmail.com', '31', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(582, NULL, 0.00, '9403', 'ELH123464395', NULL, NULL, 0, '2025-03-03 10:26:43', '277', '77,156', NULL, 1, 1260.00, 1260.00, '1', 300.00, 0.00, 'No. 4 / 850,  28th Street, \"Karuppasami illam\", ,Saandhi Nagar, ', 'Tirunelveli, ', '627002', '+919944759784', '31', 'Yaser . Md. ', 'No. 4 / 850,  28th Street, \"Karuppasami illam\", ,Saandhi Nagar, ', 'Tirunelveli, ', '627002', '+919944759784', 'riaz.ho@yahoo.com', '31', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(583, NULL, 0.00, '9403', 'ELH123466031', NULL, NULL, 0, '2025-03-03 10:27:07', '277', '77,156', NULL, 1, 1260.00, 1260.00, '1', 300.00, 0.00, 'No. 4 / 850,  28th Street, \"Karuppasami illam\", ,Saandhi Nagar, ', 'Tirunelveli, ', '627002', '+919944759784', '31', 'Yaser . Md. ', 'No. 4 / 850,  28th Street, \"Karuppasami illam\", ,Saandhi Nagar, ', 'Tirunelveli, ', '627002', '+919944759784', 'riaz.ho@yahoo.com', '31', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(584, NULL, 0.00, '9307', 'ELH123462250', NULL, NULL, 0, '2025-04-10 22:00:49', '747', '428', NULL, 1, 1126.25, 1126.25, '1', 450.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'SUBHAYU BANERJEE', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@hotmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(585, NULL, 0.00, '9307', 'ELH123462250', NULL, NULL, 0, '2025-04-10 22:00:49', '1029', '658', NULL, 1, 382.50, 382.50, '1', 450.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'SUBHAYU BANERJEE', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@hotmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(586, NULL, 0.00, '9307', 'ELH123462250', NULL, NULL, 0, '2025-04-10 22:00:50', '1407', '829', NULL, 2, 225.00, 450.00, '1', 450.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'SUBHAYU BANERJEE', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@hotmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(587, NULL, 0.00, '9307', 'ELH123462250', NULL, NULL, 0, '2025-04-10 22:00:50', '1393', '829', NULL, 1, 135.00, 135.00, '1', 450.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'SUBHAYU BANERJEE', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@hotmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(588, NULL, 0.00, '9307', 'ELH123462250', NULL, NULL, 0, '2025-04-10 22:00:50', '1386', '829', NULL, 1, 585.00, 585.00, '1', 450.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'SUBHAYU BANERJEE', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@hotmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(589, NULL, 0.00, '9407', 'ELH123465411', NULL, NULL, 0, '2025-04-12 19:29:54', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1, BALTANA,,DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', '27', 'UPENDER  SINGH ', 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1, BALTANA,,DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', 'Advocate.upendersingh@gmail.com', '27', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0);
INSERT INTO `shipping_billing_details` (`ship_bill_id`, `bank_ref_no`, `bank_credit_amount`, `user_id`, `order_id`, `tracking_id`, `order_status`, `order_status_check`, `orderDate`, `BookId`, `AuthorId`, `journalid`, `quantity`, `price`, `TotalAmount`, `shipType`, `shippingCharge`, `promoCodeDiscount`, `billing_address`, `billing_city`, `billing_pin`, `billing_phone`, `billing_state`, `shipName`, `shipping_address`, `shipping_city`, `shipping_pin`, `shipping_phone`, `shipEmail`, `shipping_state`, `paymentMode`, `orderStatus`, `despatchMode`, `tracking`, `date`, `order_invoice`, `cancel_remarks`, `cancellation_time`, `refund_date`, `refund_amount`, `isDeleted`) VALUES
(590, NULL, 0.00, '9407', 'ELH123464715', NULL, NULL, 0, '2025-04-12 19:33:00', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1, BALTANA,,DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', '27', 'UPENDER  SINGH ', 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1, BALTANA,,DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', 'Advocate.upendersingh@gmail.com', '27', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(591, NULL, 0.00, '9407', 'ELH123463398', NULL, NULL, 0, '2025-04-12 19:34:06', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1, BALTANA,,DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', '27', 'UPENDER  SINGH ', 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1, BALTANA,,DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', 'Advocate.upendersingh@gmail.com', '27', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(592, NULL, 0.00, '384', 'ELH123458556', NULL, NULL, 0, '2025-04-12 21:08:56', '747', '428', NULL, 1, 1126.25, 1126.25, '0', 0.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(593, NULL, 0.00, '384', 'ELH123457529', NULL, NULL, 0, '2025-04-12 21:13:18', '747', '428', NULL, 1, 1126.25, 1126.25, '1', 450.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(594, NULL, 0.00, '384', 'ELH123457529', NULL, NULL, 0, '2025-04-12 21:13:18', '1361', '829', NULL, 1, 585.00, 585.00, '1', 450.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(595, NULL, 0.00, '384', 'ELH123457529', NULL, NULL, 0, '2025-04-12 21:13:18', '1383', '829', NULL, 1, 112.50, 112.50, '1', 450.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(596, NULL, 0.00, '384', 'ELH123457529', NULL, NULL, 0, '2025-04-12 21:13:18', '1369', '829', NULL, 1, 180.00, 180.00, '1', 450.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(597, NULL, 0.00, '384', 'ELH123457529', NULL, NULL, 0, '2025-04-12 21:13:18', '1375', '827', NULL, 1, 405.00, 405.00, '1', 450.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(598, NULL, 0.00, '384', 'ELH123460890', NULL, NULL, 0, '2025-04-12 21:14:51', '747', '428', NULL, 1, 1126.25, 1126.25, '1', 450.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(599, NULL, 0.00, '384', 'ELH123460890', NULL, NULL, 0, '2025-04-12 21:14:51', '1361', '829', NULL, 1, 585.00, 585.00, '1', 450.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(600, NULL, 0.00, '384', 'ELH123460890', NULL, NULL, 0, '2025-04-12 21:14:51', '1383', '829', NULL, 1, 112.50, 112.50, '1', 450.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(601, NULL, 0.00, '384', 'ELH123460890', NULL, NULL, 0, '2025-04-12 21:14:51', '1369', '829', NULL, 1, 180.00, 180.00, '1', 450.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(602, NULL, 0.00, '384', 'ELH123460890', NULL, NULL, 0, '2025-04-12 21:14:51', '1375', '827', NULL, 1, 405.00, 405.00, '1', 450.00, 0.00, 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', '35', 'Subhayu Banerjee', 'Ld. DISTRICT JUDGE, MALDA, Ld. DISTRICT JUDGE\'S BUNGALOW, MOKDUMPORE, ENGLISHBAZAR, MALDA,CONTACT PERSON - KRISHNA KAMAL DAS, MOBILE No. 9641344660,Opposite LIC Building, LIC More', 'MALDA', '732101', '+919831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(603, NULL, 0.00, '9407', 'ELH123460398', NULL, NULL, 0, '2025-04-13 11:15:29', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1, BALTANA,,DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', '27', 'ADV. UPENDER  SINGH ', 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1, BALTANA,,DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', 'Advocate.upendersingh@gmail.com', '27', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(604, NULL, 0.00, '9407', 'ELH123460401', NULL, NULL, 0, '2025-04-13 11:17:44', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1, BALTANA,,DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', '27', 'ADV. UPENDER  SINGH ', 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1, BALTANA,,DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', 'Advocate.upendersingh@gmail.com', '27', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(605, NULL, 0.00, '9407', 'ELH123464078', NULL, NULL, 0, '2025-04-13 11:22:28', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1,,DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', '27', 'ADV. UPENDER  SINGH ', 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1,,DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', 'Advocate.upendersingh@gmail.com', '27', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(606, NULL, 0.00, '9407', 'ELH123457063', NULL, NULL, 0, '2025-04-13 11:24:37', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1,,DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', '27', 'ADV. UPENDER  SINGH ', 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1,,DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', 'Advocate.upendersingh@gmail.com', '27', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(607, NULL, 0.00, '9407', 'ELH123457949', NULL, NULL, 0, '2025-04-13 15:15:24', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1, DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', '27', 'UPENDER  SINGH ', 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1, DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', 'Advocate.upendersingh@gmail.com', '27', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(608, NULL, 0.00, '9407', 'ELH123457174', NULL, NULL, 0, '2025-04-13 15:16:26', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1, DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', '27', 'UPENDER  SINGH ', 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1, DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', 'Advocate.upendersingh@gmail.com', '27', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(609, NULL, 0.00, '9407', 'ELH123462977', NULL, NULL, 0, '2025-04-13 15:19:16', '275', '156', NULL, 1, 955.00, 955.00, '0', 0.00, 0.00, 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1, DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919417616949', '27', 'UPENDER  SINGH ', 'HOUSE NO.  267, RAVINDRA ENCLAVE,  PHASE-1, DISTRICT: MOHALI ', 'BALTANA ', '140604', '+919779424949', 'Advocate.upendersingh@gmail.com', '27', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(610, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '273', '32', NULL, 0, 1011.50, 0.00, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(611, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '1357', '830,824', NULL, 0, 1000.00, 0.00, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(612, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '1434', '832', NULL, 0, 735.00, 0.00, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(613, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '824', '499', NULL, 1, 616.25, 616.25, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(614, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '1030', '665', NULL, 1, 1610.75, 1610.75, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(615, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '1031', '666', NULL, 1, 1695.75, 1695.75, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(616, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '746', '427', NULL, 0, 2550.00, 0.00, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(617, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '263', '5', NULL, 1, 895.00, 895.00, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(618, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '683', '294', NULL, 0, 2545.75, 0.00, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(619, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '283', '23', NULL, 0, 1776.50, 0.00, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(620, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '1209', '412', NULL, 0, 1245.00, 0.00, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(621, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '1283', '783', NULL, 1, 560.00, 560.00, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(622, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '1288', '764', NULL, 1, 510.00, 510.00, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(623, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '336', '834', NULL, 0, 2583.00, 0.00, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(624, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '827', '433', NULL, 0, 2200.00, 0.00, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(625, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '1158', '115', NULL, 0, 2375.75, 0.00, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(626, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '1464', '846', NULL, 1, 12032.00, 12032.00, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(627, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '1219', '737', NULL, 1, 1525.75, 1525.75, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(628, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '1444', '822', NULL, 0, 9216.00, 0.00, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(629, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '1111', '149,229', NULL, 1, 616.25, 616.25, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(630, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '1473', '849', NULL, 1, 11560.00, 11560.00, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(631, NULL, 0.00, '9369', 'ELH123461908', NULL, NULL, 0, '2025-04-14 22:45:55', '1087', '696', NULL, 1, 760.75, 760.75, '0', 0.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Chhatrapati Sambhajinagar (Aurangabad)', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(632, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '273', '32', NULL, 0, 1011.50, 0.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(633, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '1357', '830,824', NULL, 0, 1000.00, 0.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(634, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '1434', '832', NULL, 0, 735.00, 0.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(635, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '824', '499', NULL, 1, 616.25, 616.25, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(636, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '1030', '665', NULL, 1, 1610.75, 1610.75, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(637, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '1031', '666', NULL, 1, 1695.75, 1695.75, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(638, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '746', '427', NULL, 0, 2550.00, 0.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(639, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '263', '5', NULL, 1, 895.00, 895.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(640, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '683', '294', NULL, 0, 2545.75, 0.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(641, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '283', '23', NULL, 0, 1776.50, 0.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(642, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '1209', '412', NULL, 0, 1245.00, 0.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(643, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '1283', '783', NULL, 1, 560.00, 560.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(644, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '1288', '764', NULL, 1, 510.00, 510.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(645, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '336', '834', NULL, 0, 2583.00, 0.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(646, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '827', '433', NULL, 0, 2200.00, 0.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(647, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '1158', '115', NULL, 0, 2375.75, 0.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(648, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '1464', '846', NULL, 1, 12032.00, 12032.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(649, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '1219', '737', NULL, 1, 1525.75, 1525.75, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(650, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '1444', '822', NULL, 0, 9216.00, 0.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(651, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '1111', '149,229', NULL, 1, 616.25, 616.25, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(652, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '1473', '849', NULL, 1, 11560.00, 11560.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(653, NULL, 0.00, '9369', 'ELH123460400', NULL, NULL, 0, '2025-04-14 22:47:51', '1087', '696', NULL, 1, 760.75, 760.75, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@hotmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(654, NULL, 0.00, '9369', 'ELH123465915', NULL, NULL, 0, '2025-04-14 22:53:47', '824', '499', NULL, 1, 616.25, 616.25, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(655, NULL, 0.00, '9369', 'ELH123465915', NULL, NULL, 0, '2025-04-14 22:53:47', '1030', '665', NULL, 1, 1610.75, 1610.75, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(656, NULL, 0.00, '9369', 'ELH123465915', NULL, NULL, 0, '2025-04-14 22:53:47', '1473', '849', NULL, 1, 11560.00, 11560.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(657, NULL, 0.00, '9369', 'ELH123463103', NULL, NULL, 0, '2025-04-14 22:57:21', '824', '499', NULL, 1, 616.25, 616.25, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(658, NULL, 0.00, '9369', 'ELH123463103', NULL, NULL, 0, '2025-04-14 22:57:21', '1473', '849', NULL, 1, 11560.00, 11560.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(659, NULL, 0.00, '9369', 'ELH123459008', NULL, NULL, 0, '2025-04-14 22:58:09', '824', '499', NULL, 1, 616.25, 616.25, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(660, NULL, 0.00, '9369', 'ELH123459008', NULL, NULL, 0, '2025-04-14 22:58:09', '1473', '849', NULL, 1, 11560.00, 11560.00, '1', 650.00, 0.00, '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', '21', 'Prasad Deshpande', '7, Ratnsahreya Row Houses, Besides Tapadiya Innovations School, Bijlinagar, Near Pawan Gas Godown,New Shreya Nagar', 'Aurangabad', '431005', '+919822650448', 'drppdeshpande@gmail.com', '21', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(661, NULL, 0.00, '78', 'ELH123464407', NULL, NULL, 0, '2025-04-30 17:59:32', '283', '23', NULL, 1, 1776.50, 1776.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919865489856', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(662, NULL, 0.00, '78', 'ELH123464407', NULL, NULL, 0, '2025-04-30 17:59:32', '270', '32', NULL, 1, 1317.50, 1317.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919865489856', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(663, NULL, 0.00, '78', 'ELH123458345', NULL, NULL, 0, '2025-04-30 18:01:03', '283', '23', NULL, 1, 1776.50, 1776.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(664, NULL, 0.00, '78', 'ELH123458345', NULL, NULL, 0, '2025-04-30 18:01:03', '270', '32', NULL, 1, 1317.50, 1317.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(665, NULL, 0.00, '78', 'ELH123466341', NULL, NULL, 0, '2025-05-02 12:52:22', '283', '23', NULL, 1, 1776.50, 1776.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(666, NULL, 0.00, '78', 'ELH123466341', NULL, NULL, 0, '2025-05-02 12:52:22', '270', '32', NULL, 1, 1317.50, 1317.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(667, NULL, 0.00, '78', 'ELH123459606', NULL, NULL, 0, '2025-05-02 12:53:54', '283', '23', NULL, 1, 1776.50, 1776.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(668, NULL, 0.00, '78', 'ELH123459606', NULL, NULL, 0, '2025-05-02 12:53:54', '270', '32', NULL, 1, 1317.50, 1317.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(669, NULL, 0.00, '78', 'ELH123464589', NULL, NULL, 0, '2025-05-02 12:56:47', '283', '23', NULL, 1, 1776.50, 1776.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(670, NULL, 0.00, '78', 'ELH123464589', NULL, NULL, 0, '2025-05-02 12:56:47', '270', '32', NULL, 1, 1317.50, 1317.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(671, NULL, 0.00, '78', 'ELH123464589', NULL, NULL, 0, '2025-05-02 12:56:47', '237', '140', NULL, 1, 335.75, 335.75, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(672, NULL, 0.00, '70', 'ELH123458347', NULL, NULL, 0, '2025-05-02 12:58:10', '312', '100', NULL, 1, 2932.50, 2932.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(673, NULL, 0.00, '70', 'ELH123458057', NULL, NULL, 0, '2025-05-02 20:24:53', '312', '100', NULL, 1, 2932.50, 2932.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '+918670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(674, NULL, 0.00, '70', 'ELH123458541', NULL, NULL, 0, '2025-05-03 08:43:34', '312', '100', NULL, 1, 2932.50, 2932.50, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(675, NULL, 0.00, '70', 'ELH123457704', NULL, NULL, 0, '2025-05-03 08:49:34', '336', '834', NULL, 1, 2583.00, 2583.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(676, NULL, 0.00, '70', 'ELH123462146', NULL, NULL, 0, '2025-05-03 09:42:43', '336', '834', NULL, 1, 2583.00, 2583.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(677, NULL, 0.00, '70', 'ELH123462146', NULL, NULL, 0, '2025-05-03 09:42:43', '243', '157,98', NULL, 1, 990.00, 990.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700106', '+918670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(678, NULL, 0.00, '78', 'ELH123462595', NULL, NULL, 0, '2025-05-03 11:47:38', '283', '23', NULL, 1, 1776.50, 1776.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '9831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(679, NULL, 0.00, '78', 'ELH123462595', NULL, NULL, 0, '2025-05-03 11:47:38', '270', '32', NULL, 1, 1317.50, 1317.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '9831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0);
INSERT INTO `shipping_billing_details` (`ship_bill_id`, `bank_ref_no`, `bank_credit_amount`, `user_id`, `order_id`, `tracking_id`, `order_status`, `order_status_check`, `orderDate`, `BookId`, `AuthorId`, `journalid`, `quantity`, `price`, `TotalAmount`, `shipType`, `shippingCharge`, `promoCodeDiscount`, `billing_address`, `billing_city`, `billing_pin`, `billing_phone`, `billing_state`, `shipName`, `shipping_address`, `shipping_city`, `shipping_pin`, `shipping_phone`, `shipEmail`, `shipping_state`, `paymentMode`, `orderStatus`, `despatchMode`, `tracking`, `date`, `order_invoice`, `cancel_remarks`, `cancellation_time`, `refund_date`, `refund_amount`, `isDeleted`) VALUES
(680, NULL, 0.00, '78', 'ELH123462595', NULL, NULL, 0, '2025-05-03 11:47:38', '237', '140', NULL, 1, 335.75, 335.75, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '9831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(681, NULL, 0.00, '70', 'ELH123456887', NULL, NULL, 0, '2025-05-08 00:07:34', '336', '834', NULL, 1, 2583.00, 2583.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(682, NULL, 0.00, '70', 'ELH123456887', NULL, NULL, 0, '2025-05-08 00:07:34', '243', '157,98', NULL, 1, 990.00, 990.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(683, NULL, 0.00, '9409', 'ELH123460460', NULL, NULL, 0, '2025-05-08 21:10:38', '269', '140', NULL, 1, 2956.00, 2956.00, '0', 0.00, 0.00, 'BALIADANGA,CHAKDAHA', 'Chakdaha', '741222', '7001263426', '35', 'PRIYASISH NANDY', 'BALIADANGA,CHAKDAHA', 'Chakdaha', '741222', '7001263426', 'nandypriyasish@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(684, NULL, 0.00, '78', 'ELH123465924', NULL, NULL, 0, '2025-05-09 13:01:59', '283', '23', NULL, 1, 1776.50, 1776.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '9831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(685, NULL, 0.00, '78', 'ELH123465924', NULL, NULL, 0, '2025-05-09 13:01:59', '270', '32', NULL, 1, 1317.50, 1317.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '9831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(686, NULL, 0.00, '78', 'ELH123465924', NULL, NULL, 0, '2025-05-09 13:01:59', '237', '140', NULL, 1, 335.75, 335.75, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '9831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(687, NULL, 0.00, '78', 'ELH123459352', NULL, NULL, 0, '2025-05-13 16:36:02', '283', '23', NULL, 1, 1776.50, 1776.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '9831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(688, NULL, 0.00, '78', 'ELH123459352', NULL, NULL, 0, '2025-05-13 16:36:02', '270', '32', NULL, 1, 1317.50, 1317.50, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '9831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(689, NULL, 0.00, '78', 'ELH123459352', NULL, NULL, 0, '2025-05-13 16:36:02', '237', '140', NULL, 1, 335.75, 335.75, '0', 0.00, 0.00, '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '9831844536', '35', 'Sovik De', '55654654 ghgsdsdahi,kolkata', 'kolkata', '700001', '+919831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(690, 'null', 1408.00, '9417', 'ELH123464037', '113776045876', 'Timeout', 0, '2025-05-23 09:19:22', '277', '156,77', NULL, 1, 1408.00, 1408.00, '0', 0.00, 0.00, 'sundara residence # 202 3 th floor itc road near jayalakshmi school kullappa cricle bengalore', 'bengalore', '560033', '9442705835', '18', 'NARESH ADVOCATE', 'sundara residence # 202 3 th floor itc road near jayalakshmi school kullappa cricle bengalore', 'bengalore', '560033', '9442705835', 'advnaresh69@gmail.com', '18', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(691, NULL, 0.00, '9416', 'ELH123457066', NULL, NULL, 0, '2025-05-23 11:49:14', '616', '126', NULL, 1, 1145.00, 1145.00, '0', 0.00, 0.00, 'S/O : Md Rahamatulla (Advocate ), 58, Mojahar Mondal Lane, Ber Para,,P. O+P. S: Santipur, Dist : Nadia ', 'Santipur ', '741404', '9153050387', '35', 'JIA UR RAHAMAN (Advocate )', 'S/O : Md Rahamatulla (Advocate ), 58, Mojahar Mondal Lane, Ber Para,,P. O+P. S: Santipur, Dist : Nadia ', 'Santipur ', '741404', '9153050387', 'ziaur2k@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(692, NULL, 0.00, '9416', 'ELH123457066', NULL, NULL, 0, '2025-05-23 11:49:14', '260', '82', NULL, 1, 1305.00, 1305.00, '0', 0.00, 0.00, 'S/O : Md Rahamatulla (Advocate ), 58, Mojahar Mondal Lane, Ber Para,,P. O+P. S: Santipur, Dist : Nadia ', 'Santipur ', '741404', '9153050387', '35', 'JIA UR RAHAMAN (Advocate )', 'S/O : Md Rahamatulla (Advocate ), 58, Mojahar Mondal Lane, Ber Para,,P. O+P. S: Santipur, Dist : Nadia ', 'Santipur ', '741404', '9153050387', 'ziaur2k@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(693, NULL, 0.00, '9416', 'ELH123457066', NULL, NULL, 0, '2025-05-23 11:49:14', '582', '355', NULL, 1, 590.00, 590.00, '0', 0.00, 0.00, 'S/O : Md Rahamatulla (Advocate ), 58, Mojahar Mondal Lane, Ber Para,,P. O+P. S: Santipur, Dist : Nadia ', 'Santipur ', '741404', '9153050387', '35', 'JIA UR RAHAMAN (Advocate )', 'S/O : Md Rahamatulla (Advocate ), 58, Mojahar Mondal Lane, Ber Para,,P. O+P. S: Santipur, Dist : Nadia ', 'Santipur ', '741404', '9153050387', 'ziaur2k@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(694, NULL, 0.00, '9416', 'ELH123462860', NULL, NULL, 0, '2025-05-24 13:47:20', '604', '100', NULL, 1, 1657.50, 1657.50, '0', 0.00, 0.00, 'S/O : Md Rahamatulla (Advocate ), 58, Mojahar Mondal Lane, Ber Para,,P. O+P. S: Santipur, Dist : Nadia ', 'Santipur ', '741404', '9153050387', '35', 'JIA UR RAHAMAN (Advocate )', 'S/O : Md Rahamatulla (Advocate ), 58, Mojahar Mondal Lane, Ber Para,,P. O+P. S: Santipur, Dist : Nadia ', 'Santipur ', '741404', '9153050387', 'ziaur2k@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(695, NULL, 0.00, '9416', 'ELH123462424', NULL, NULL, 0, '2025-05-27 09:07:49', '343', '88', NULL, 1, 700.00, 700.00, '0', 0.00, 0.00, 'S/O : Md Rahamatulla (Advocate ), 58, Mojahar Mondal Lane, Ber Para,,P. O+P. S: Santipur, Dist : Nadia ', 'Santipur ', '741404', '9153050387', '35', 'JIA UR RAHAMAN (Advocate )', 'S/O : Md Rahamatulla (Advocate ), 58, Mojahar Mondal Lane, Ber Para,,P. O+P. S: Santipur, Dist : Nadia ', 'Santipur ', '741404', '9153050387', 'ziaur2k@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(696, NULL, 0.00, '9416', 'ELH123462424', NULL, NULL, 0, '2025-05-27 09:07:49', '290', '154', NULL, 1, 743.75, 743.75, '0', 0.00, 0.00, 'S/O : Md Rahamatulla (Advocate ), 58, Mojahar Mondal Lane, Ber Para,,P. O+P. S: Santipur, Dist : Nadia ', 'Santipur ', '741404', '9153050387', '35', 'JIA UR RAHAMAN (Advocate )', 'S/O : Md Rahamatulla (Advocate ), 58, Mojahar Mondal Lane, Ber Para,,P. O+P. S: Santipur, Dist : Nadia ', 'Santipur ', '741404', '9153050387', 'ziaur2k@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(697, NULL, 0.00, '9416', 'ELH123464172', NULL, NULL, 0, '2025-05-28 15:53:55', '576', '343', NULL, 1, 637.50, 637.50, '0', 0.00, 0.00, 'S/O : Md Rahamatulla (Advocate ), 58, Mojahar Mondal Lane, Ber Para,,P. O+P. S: Santipur, Dist : Nadia ', 'Santipur ', '741404', '9153050387', '35', 'JIA UR RAHAMAN (Advocate )', 'S/O : Md Rahamatulla (Advocate ), 58, Mojahar Mondal Lane, Ber Para,,P. O+P. S: Santipur, Dist : Nadia ', 'Santipur ', '741404', '9153050387', 'ziaur2k@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(698, NULL, 0.00, '9424', 'ELH123460126', NULL, NULL, 0, '2025-07-07 15:16:28', '285', '119', NULL, 1, 1402.50, 1402.50, '0', 0.00, 0.00, 'Door no 4/1-2-3 Nadar 4th street', 'Eral', '628801', '+919080371722', '31', 'Abishek Ram', 'Door no 4/1-2-3 Nadar 4th street', 'Eral', '628801', '+919486929058', 'abishekram.2k7@gmail.com', '31', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(699, '555403282233', 1402.50, '9424', 'ELH123463675', '113840368799', 'Success', 1, '2025-07-07 15:17:40', '285', '119', NULL, 1, 1402.50, 1402.50, '0', 0.00, 0.00, 'Door no 4/1-2-3 Nadar 4th street', 'Eral', '628801', '9080371722', '31', 'Abishek Ram', 'Door no 4/1-2-3 Nadar 4th street', 'Eral', '628801', '9486929058', 'abishekram.2k7@gmail.com', '31', 2, 1, 'GYAN POST', 'CW038164370IN', '2025-07-15', '2025-07-08 14:03:12.873410Adobe Scan 8 Jul 2025.pdf', NULL, NULL, NULL, 0.00, 0),
(700, NULL, 0.00, '9408', 'ELH123459160', NULL, NULL, 0, '2025-07-29 10:41:48', '1206', '140', NULL, 1, 1100.75, 1100.75, '0', 0.00, 272.85, '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', '35', 'Bhaskar', '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', 'bhaskar_sananda@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(701, NULL, 0.00, '9408', 'ELH123459160', NULL, NULL, 0, '2025-07-29 10:41:48', '593', '353', NULL, 1, 616.25, 616.25, '0', 0.00, 272.85, '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', '35', 'Bhaskar', '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', 'bhaskar_sananda@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(702, NULL, 0.00, '9408', 'ELH123459160', NULL, NULL, 0, '2025-07-29 10:41:48', '273', '32', NULL, 1, 1011.50, 1011.50, '0', 0.00, 272.85, '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', '35', 'Bhaskar', '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', 'bhaskar_sananda@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(703, NULL, 0.00, '9408', 'ELH123457503', NULL, NULL, 0, '2025-07-29 10:41:59', '1206', '140', NULL, 1, 1100.75, 1100.75, '0', 0.00, 272.85, '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', '35', 'Bhaskar', '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', 'bhaskar_sananda@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(704, NULL, 0.00, '9408', 'ELH123457503', NULL, NULL, 0, '2025-07-29 10:41:59', '593', '353', NULL, 1, 616.25, 616.25, '0', 0.00, 272.85, '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', '35', 'Bhaskar', '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', 'bhaskar_sananda@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(705, NULL, 0.00, '9408', 'ELH123457503', NULL, NULL, 0, '2025-07-29 10:41:59', '273', '32', NULL, 1, 1011.50, 1011.50, '0', 0.00, 272.85, '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', '35', 'Bhaskar', '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', 'bhaskar_sananda@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(706, NULL, 0.00, '9408', 'ELH123457976', NULL, NULL, 0, '2025-07-29 10:42:07', '1206', '140', NULL, 1, 1100.75, 1100.75, '0', 0.00, 272.85, '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', '35', 'Bhaskar', '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', 'bhaskar_sananda@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(707, NULL, 0.00, '9408', 'ELH123457976', NULL, NULL, 0, '2025-07-29 10:42:07', '593', '353', NULL, 1, 616.25, 616.25, '0', 0.00, 272.85, '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', '35', 'Bhaskar', '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', 'bhaskar_sananda@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(708, NULL, 0.00, '9408', 'ELH123457976', NULL, NULL, 0, '2025-07-29 10:42:07', '273', '32', NULL, 1, 1011.50, 1011.50, '0', 0.00, 272.85, '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', '35', 'Bhaskar', '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', 'bhaskar_sananda@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(709, NULL, 0.00, '9408', 'ELH123458929', NULL, NULL, 0, '2025-07-29 10:42:20', '1206', '140', NULL, 1, 1100.75, 1100.75, '0', 0.00, 272.85, '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', '35', 'Bhaskar', '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', 'bhaskar_sananda@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(710, NULL, 0.00, '9408', 'ELH123458929', NULL, NULL, 0, '2025-07-29 10:42:20', '593', '353', NULL, 1, 616.25, 616.25, '0', 0.00, 272.85, '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', '35', 'Bhaskar', '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', 'bhaskar_sananda@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(711, NULL, 0.00, '9408', 'ELH123458929', NULL, NULL, 0, '2025-07-29 10:42:20', '273', '32', NULL, 1, 1011.50, 1011.50, '0', 0.00, 272.85, '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', '35', 'Bhaskar', '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', 'bhaskar_sananda@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(712, NULL, 0.00, '9408', 'ELH123464417', NULL, NULL, 0, '2025-07-29 10:43:22', '1206', '140', NULL, 1, 1100.75, 1100.75, '0', 0.00, 272.85, '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', '35', 'Bhaskar', '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', 'bhaskar_sananda@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(713, NULL, 0.00, '9408', 'ELH123464417', NULL, NULL, 0, '2025-07-29 10:43:22', '593', '353', NULL, 1, 616.25, 616.25, '0', 0.00, 272.85, '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', '35', 'Bhaskar', '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', 'bhaskar_sananda@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(714, NULL, 0.00, '9408', 'ELH123464417', NULL, NULL, 0, '2025-07-29 10:43:22', '273', '32', NULL, 1, 1011.50, 1011.50, '0', 0.00, 272.85, '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', '35', 'Bhaskar', '39A Nalin Sarkar Street,Kolkata 700004', 'Kolkata', '700004', '9836158319', 'bhaskar_sananda@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(715, NULL, 0.00, '9428', 'ELH123465272', NULL, NULL, 0, '2025-08-04 15:21:04', '283', '896', NULL, 1, 1776.50, 1776.50, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(716, NULL, 0.00, '9428', 'ELH123465272', NULL, NULL, 0, '2025-08-04 15:21:04', '379', '202', NULL, 1, 548.25, 548.25, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(717, NULL, 0.00, '9428', 'ELH123465272', NULL, NULL, 0, '2025-08-04 15:21:04', '1081', '658', NULL, 1, 637.50, 637.50, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(718, NULL, 0.00, '9428', 'ELH123459100', NULL, NULL, 0, '2025-08-04 15:21:27', '283', '896', NULL, 1, 1776.50, 1776.50, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(719, NULL, 0.00, '9428', 'ELH123459100', NULL, NULL, 0, '2025-08-04 15:21:27', '379', '202', NULL, 1, 548.25, 548.25, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(720, NULL, 0.00, '9428', 'ELH123459100', NULL, NULL, 0, '2025-08-04 15:21:27', '1081', '658', NULL, 1, 637.50, 637.50, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(721, NULL, 0.00, '9428', 'ELH123465194', NULL, NULL, 0, '2025-08-04 15:21:43', '283', '896', NULL, 1, 1776.50, 1776.50, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(722, NULL, 0.00, '9428', 'ELH123465194', NULL, NULL, 0, '2025-08-04 15:21:43', '379', '202', NULL, 1, 548.25, 548.25, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(723, NULL, 0.00, '9428', 'ELH123465194', NULL, NULL, 0, '2025-08-04 15:21:43', '1081', '658', NULL, 1, 637.50, 637.50, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(724, NULL, 0.00, '9428', 'ELH123465932', NULL, NULL, 0, '2025-08-04 15:23:04', '283', '896', NULL, 1, 1776.50, 1776.50, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(725, NULL, 0.00, '9428', 'ELH123465932', NULL, NULL, 0, '2025-08-04 15:23:04', '379', '202', NULL, 1, 548.25, 548.25, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(726, NULL, 0.00, '9428', 'ELH123465932', NULL, NULL, 0, '2025-08-04 15:23:04', '1081', '658', NULL, 1, 637.50, 637.50, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(727, NULL, 0.00, '9428', 'ELH123466592', NULL, NULL, 0, '2025-08-04 15:26:00', '283', '896', NULL, 1, 1776.50, 1776.50, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(728, NULL, 0.00, '9428', 'ELH123466592', NULL, NULL, 0, '2025-08-04 15:26:00', '379', '202', NULL, 1, 548.25, 548.25, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(729, NULL, 0.00, '9428', 'ELH123466592', NULL, NULL, 0, '2025-08-04 15:26:00', '1081', '658', NULL, 1, 637.50, 637.50, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(730, NULL, 0.00, '9428', 'ELH123463705', NULL, NULL, 0, '2025-08-04 15:27:40', '283', '896', NULL, 1, 1776.50, 1776.50, '1', 450.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(731, NULL, 0.00, '9428', 'ELH123463705', NULL, NULL, 0, '2025-08-04 15:27:40', '379', '202', NULL, 1, 548.25, 548.25, '1', 450.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(732, NULL, 0.00, '9428', 'ELH123463705', NULL, NULL, 0, '2025-08-04 15:27:40', '1081', '658', NULL, 1, 637.50, 637.50, '1', 450.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(733, NULL, 0.00, '9428', 'ELH123464881', NULL, NULL, 0, '2025-08-04 15:34:12', '283', '896', NULL, 1, 1776.50, 1776.50, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(734, NULL, 0.00, '9428', 'ELH123464881', NULL, NULL, 0, '2025-08-04 15:34:12', '379', '202', NULL, 1, 548.25, 548.25, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(735, NULL, 0.00, '9428', 'ELH123464881', NULL, NULL, 0, '2025-08-04 15:34:12', '1081', '658', NULL, 1, 637.50, 637.50, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(736, NULL, 0.00, '9428', 'ELH123464881', NULL, NULL, 0, '2025-08-04 15:34:12', '1015', '393', NULL, 1, 1062.50, 1062.50, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(737, '521672407227', 2962.25, '9428', 'ELH123457527', '113884329040', 'Success', 1, '2025-08-04 15:35:19', '283', '896', NULL, 1, 1776.50, 1776.50, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 1, 'DTDC COURIER', 'K80755717', '2025-08-20', '20250818_055628_Adobe_Scan_18_Aug_2025.pdf', NULL, NULL, NULL, 0.00, 0),
(738, '521672407227', 2962.25, '9428', 'ELH123457527', '113884329040', 'Success', 1, '2025-08-04 15:35:19', '379', '202', NULL, 1, 548.25, 548.25, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 1, 'DTDC COURIER', 'K80755717', '2025-08-20', '20250818_055728_Adobe_Scan_18_Aug_2025.pdf', NULL, NULL, NULL, 0.00, 0),
(739, '521672407227', 2962.25, '9428', 'ELH123457527', '113884329040', 'Success', 1, '2025-08-04 15:35:19', '1081', '658', NULL, 1, 637.50, 637.50, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'ANUPAM CHOWDHURY', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 0, 'DTDC COURIER', 'K80755717', '2025-08-20', '20250818_055147_Adobe_Scan_18_Aug_2025.pdf', NULL, NULL, NULL, 0.00, 0),
(740, NULL, 0.00, '9429', 'ELH123460330', NULL, NULL, 0, '2025-08-17 14:22:10', '344', '336', NULL, 1, 630.00, 630.00, '0', 0.00, 0.00, '15/50 Thirumalai Nagar 1st street,  Off 200 ft Road ,KOLATHUR ', 'Chennai', '600099', '+919940045058', '31', 'PRABAKARAN N Natarajan', '15/50 Thirumalai Nagar 1st street,  Off 200 ft Road ,KOLATHUR ', 'Chennai', '600099', '+919940045058', 'kootham@hotmail.com', '31', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(741, NULL, 0.00, '9429', 'ELH123458864', NULL, NULL, 0, '2025-08-17 14:28:41', '344', '336', NULL, 1, 630.00, 630.00, '0', 0.00, 0.00, '15/50 Thirumalai Nagar 1st street,  Off 200 ft Road ,KOLATHUR ', 'Chennai', '600099', '+919940045058', '31', 'PRABAKARAN N Natarajan', '15/50 Thirumalai Nagar 1st street,  Off 200 ft Road ,KOLATHUR ', 'Chennai', '600099', '+919940045058', 'kootham@hotmail.com', '31', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(742, NULL, 0.00, '9429', 'ELH123462799', NULL, NULL, 0, '2025-08-17 14:30:58', '344', '336', NULL, 1, 630.00, 630.00, '0', 0.00, 0.00, '15/50 Thirumalai Nagar 1st street,  Off 200 ft Road ,KOLATHUR ', 'Chennai', '600099', '+919940045058', '31', 'PRABAKARAN N Natarajan', '15/50 Thirumalai Nagar 1st street,  Off 200 ft Road ,KOLATHUR ', 'Chennai', '600099', '+919940045058', 'kootham@hotmail.com', '31', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(743, '522942632742', 630.00, '9429', 'ELH123460860', '113900750248', 'Success', 1, '2025-08-17 14:32:45', '344', '336', NULL, 1, 630.00, 630.00, '0', 0.00, 0.00, '15/50 Thirumalai Nagar 1st street,  Off 200 ft Road ,KOLATHUR ', 'Chennai', '600099', '9940045058', '31', 'PRABAKARAN N Natarajan', '15/50 Thirumalai Nagar 1st street,  Off 200 ft Road ,KOLATHUR ', 'Chennai', '600099', '9940045058', 'kootham@hotmail.com', '31', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(744, NULL, 0.00, '9431', 'ELH123457609', NULL, NULL, 0, '2025-09-05 05:53:34', '604', '100', NULL, 1, 1657.50, 1657.50, '0', 0.00, 0.00, 'Mitra Abasan (Flat 2A), 16, Purna Chandra Mitra Road ,Badra near Taleb Builders and Ganesh Tower', 'Dum Dum, Kolkata ', '700079', '8420784369', '35', 'Chironjit Singh', 'Mitra Abasan (Flat 2A), 16, Purna Chandra Mitra Road ,Badra near Taleb Builders and Ganesh Tower', 'Dum Dum, Kolkata ', '700079', '8420784369', 'chironjits1@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(745, NULL, 0.00, '9431', 'ELH123457609', NULL, NULL, 0, '2025-09-05 05:53:34', '319', '106', NULL, 1, 743.75, 743.75, '0', 0.00, 0.00, 'Mitra Abasan (Flat 2A), 16, Purna Chandra Mitra Road ,Badra near Taleb Builders and Ganesh Tower', 'Dum Dum, Kolkata ', '700079', '8420784369', '35', 'Chironjit Singh', 'Mitra Abasan (Flat 2A), 16, Purna Chandra Mitra Road ,Badra near Taleb Builders and Ganesh Tower', 'Dum Dum, Kolkata ', '700079', '8420784369', 'chironjits1@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(746, '112828', 2401.25, '9431', 'ELH123466382', '113923906155', 'Success', 1, '2025-09-05 05:54:03', '604', '100', NULL, 1, 1657.50, 1657.50, '0', 0.00, 0.00, 'Mitra Abasan (Flat 2A), 16, Purna Chandra Mitra Road ,Badra near Taleb Builders and Ganesh Tower', 'Dum Dum, Kolkata ', '700079', '8420784369', '35', 'Chironjit Singh', 'Mitra Abasan (Flat 2A), 16, Purna Chandra Mitra Road ,Badra near Taleb Builders and Ganesh Tower', 'Dum Dum, Kolkata ', '700079', '8420784369', 'chironjits1@gmail.com', '35', 2, 1, 'GYAN POST', 'RW122401927IN', '2025-09-13', '20250909_081414_Adobe_Scan_9_Sep_2025__1_.pdf', NULL, NULL, NULL, 0.00, 0),
(747, '112828', 2401.25, '9431', 'ELH123466382', '113923906155', 'Success', 1, '2025-09-05 05:54:03', '319', '106', NULL, 1, 743.75, 743.75, '0', 0.00, 0.00, 'Mitra Abasan (Flat 2A), 16, Purna Chandra Mitra Road ,Badra near Taleb Builders and Ganesh Tower', 'Dum Dum, Kolkata ', '700079', '8420784369', '35', 'Chironjit Singh', 'Mitra Abasan (Flat 2A), 16, Purna Chandra Mitra Road ,Badra near Taleb Builders and Ganesh Tower', 'Dum Dum, Kolkata ', '700079', '8420784369', 'chironjits1@gmail.com', '35', 2, 1, 'GYAN POST', 'RW122401927IN', '2025-09-13', '20250909_081414_Adobe_Scan_9_Sep_2025__1_.pdf', NULL, NULL, NULL, 0.00, 0),
(748, '113925403146', 3274.43, '9432', 'ELH123464266', NULL, 'Success', 1, '2025-09-06 11:18:50', '1562', '894', NULL, 1, 1270.75, 1270.75, '0', 0.00, 363.83, '5/245 VIRAM KHAND-5, ,GOMTINAGAR ', 'LUCKNOW ', '226010', '+918004477711', '34', 'GAURAV  JAUHARI ', '5/245 VIRAM KHAND-5, ,GOMTINAGAR ', 'LUCKNOW ', '226010', '+918004477711', 'mr.gauravjauhari@gmail.com', '34', 2, 1, 'GYAN POST', 'RW185253898IN', NULL, '20250909_080321_Adobe_Scan_9_Sep_2025.pdf', NULL, NULL, NULL, 0.00, 0),
(749, '113925403146', 3274.43, '9432', 'ELH123464266', NULL, 'Success', 1, '2025-09-06 11:18:50', '834', '515', NULL, 1, 1050.00, 1050.00, '0', 0.00, 363.83, '5/245 VIRAM KHAND-5, ,GOMTINAGAR ', 'LUCKNOW ', '226010', '+918004477711', '34', 'GAURAV  JAUHARI ', '5/245 VIRAM KHAND-5, ,GOMTINAGAR ', 'LUCKNOW ', '226010', '+918004477711', 'mr.gauravjauhari@gmail.com', '34', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(750, '113925403146', 3274.43, '9432', 'ELH123464266', NULL, 'Success', 1, '2025-09-06 11:18:50', '270', '32', NULL, 1, 1317.50, 1317.50, '0', 0.00, 363.83, '5/245 VIRAM KHAND-5, ,GOMTINAGAR ', 'LUCKNOW ', '226010', '+918004477711', '34', 'GAURAV  JAUHARI ', '5/245 VIRAM KHAND-5, ,GOMTINAGAR ', 'LUCKNOW ', '226010', '+918004477711', 'mr.gauravjauhari@gmail.com', '34', 2, 1, 'GYAN POST', 'RW185253898IN', '2025-09-16', '20250909_080228_Adobe_Scan_9_Sep_2025.pdf', NULL, NULL, NULL, 0.00, 0),
(751, NULL, 0.00, '9433', 'ELH123462995', NULL, NULL, 0, '2025-09-20 01:47:08', '277', '77,156', NULL, 1, 1408.00, 1408.00, '0', 0.00, 0.00, 'Vill. & P.O. Kohinoor Tea Estate, Dist. ALIPURDUAR, West Bengal', 'Alipurduar ', '736206', '8918517918', '35', 'Bittu Shukla', 'Vill. & P.O. Kohinoor Tea Estate, Dist. ALIPURDUAR, West Bengal', 'Alipurduar ', '736206', '8918517918', 'sbittu46@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(752, '526440453376', 945.00, '9432', 'ELH123462586', '113942712874', 'Success', 1, '2025-09-20 21:29:25', '834', '515', NULL, 1, 1050.00, 1050.00, '0', 0.00, 105.00, '5/245 VIRAM KHAND-5, ,GOMTINAGAR ', 'LUCKNOW ', '226010', '+918004477711', '34', 'GAURAV  JAUHARI ', '5/245 VIRAM KHAND-5, ,GOMTINAGAR ', 'LUCKNOW ', '226010', '+918004477711', 'mr.gauravjauhari@gmail.com', '34', 2, 1, 'GYAN POST', 'RW130752085IN', '2025-10-15', '20251009_125948_unnamed.jpg', NULL, NULL, NULL, 0.00, 0),
(753, NULL, 0.00, '9436', 'ELH123466319', NULL, NULL, 0, '2025-10-01 09:25:55', '275', '899,156,692', NULL, 1, 1100.00, 1100.00, '0', 0.00, 110.00, '674/623 ANAND VIHAR, LANE 2 LEFT, BLOCK 1,OPPOSITE LIC BUILDING,  DHARAMPUR, HARIDWAR ROAD', 'Dehradun', '248001', '+918433439151', '33', 'Atul Singh', '674/623 ANAND VIHAR, LANE 2 LEFT, BLOCK 1,OPPOSITE LIC BUILDING,  DHARAMPUR, HARIDWAR ROAD', 'Dehradun', '248001', '+918433439151', 'atulnikki.912@gmail.com', '33', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(754, NULL, 0.00, '9436', 'ELH123464152', NULL, NULL, 0, '2025-10-01 09:28:47', '275', '899,156,692', NULL, 1, 1100.00, 1100.00, '0', 0.00, 110.00, '674/623 ANAND VIHAR, LANE 2 LEFT, BLOCK 1,OPPOSITE LIC BUILDING,  DHARAMPUR, HARIDWAR ROAD', 'Dehradun', '248001', '+918433439151', '33', 'Atul Singh', '674/623 ANAND VIHAR, LANE 2 LEFT, BLOCK 1,OPPOSITE LIC BUILDING,  DHARAMPUR, HARIDWAR ROAD', 'Dehradun', '248001', '+918433439151', 'atulnikki.912@gmail.com', '33', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(755, NULL, 0.00, '9436', 'ELH123464252', NULL, NULL, 0, '2025-10-01 09:34:54', '275', '899,156,692', NULL, 1, 1100.00, 1100.00, '0', 0.00, 200.00, '674/623 ANAND VIHAR, LANE 2 LEFT, BLOCK 1,OPPOSITE LIC BUILDING,  DHARAMPUR, HARIDWAR ROAD', 'Dehradun', '248001', '+918433439151', '33', 'Atul Singh', '674/623 ANAND VIHAR, LANE 2 LEFT, BLOCK 1,OPPOSITE LIC BUILDING,  DHARAMPUR, HARIDWAR ROAD', 'Dehradun', '248001', '+918433439151', 'atulnikki.912@gmail.com', '33', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(756, NULL, 0.00, '9436', 'ELH123464252', NULL, NULL, 0, '2025-10-01 09:34:54', '297', '325', NULL, 1, 900.00, 900.00, '0', 0.00, 200.00, '674/623 ANAND VIHAR, LANE 2 LEFT, BLOCK 1,OPPOSITE LIC BUILDING,  DHARAMPUR, HARIDWAR ROAD', 'Dehradun', '248001', '+918433439151', '33', 'Atul Singh', '674/623 ANAND VIHAR, LANE 2 LEFT, BLOCK 1,OPPOSITE LIC BUILDING,  DHARAMPUR, HARIDWAR ROAD', 'Dehradun', '248001', '+918433439151', 'atulnikki.912@gmail.com', '33', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(757, '691536828019', 1800.00, '9436', 'ELH123462460', NULL, 'Success', 1, '2025-10-01 10:04:56', '275', '899,156,692', NULL, 1, 1100.00, 1100.00, '0', 0.00, 200.00, '674/623 ANAND VIHAR, LANE 2 LEFT, BLOCK 1,OPPOSITE LIC BUILDING,  DHARAMPUR, HARIDWAR ROAD', 'Dehradun', '248001', '+918433439151', '33', 'Atul Singh', '674/623 ANAND VIHAR, LANE 2 LEFT, BLOCK 1,OPPOSITE LIC BUILDING,  DHARAMPUR, HARIDWAR ROAD', 'Dehradun', '248001', '+918433439151', 'atulnikki.912@gmail.com', '33', 2, 1, 'GYAN POST', 'RW130751655IN', '2025-10-11', '20251006_062714_WhatsApp_Image_2025-10-06_at_11.55.34_a745adc2.jpg', NULL, NULL, NULL, 0.00, 0),
(758, '691536828019', 1800.00, '9436', 'ELH123462460', NULL, 'Success', 1, '2025-10-01 10:04:56', '297', '325', NULL, 1, 900.00, 900.00, '0', 0.00, 200.00, '674/623 ANAND VIHAR, LANE 2 LEFT, BLOCK 1,OPPOSITE LIC BUILDING,  DHARAMPUR, HARIDWAR ROAD', 'Dehradun', '248001', '+918433439151', '33', 'Atul Singh', '674/623 ANAND VIHAR, LANE 2 LEFT, BLOCK 1,OPPOSITE LIC BUILDING,  DHARAMPUR, HARIDWAR ROAD', 'Dehradun', '248001', '+918433439151', 'atulnikki.912@gmail.com', '33', 2, 1, 'GYAN POST', 'RW130751655IN', '2025-10-11', '20251006_062631_WhatsApp_Image_2025-10-06_at_11.55.34_a745adc2.jpg', NULL, NULL, NULL, 0.00, 0),
(759, NULL, 0.00, '82', 'ELH123466195', NULL, NULL, 0, '2025-10-02 18:53:35', '1383', '829', NULL, 1, 112.50, 112.50, '0', 0.00, 0.00, 'A/E-5 RAGHUNATHPUR KOLKATA 700059,NEAR ST ANDREWS PUBLIC SCHOOL', 'KOLKATA ', '700059', '9831844536', '35', 'SK DE', 'A/E-5 RAGHUNATHPUR KOLKATA 700059,NEAR ST ANDREWS PUBLIC SCHOOL', 'KOLKATA ', '700059', '9831844536', 'de.sovik@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(760, NULL, 0.00, '82', 'ELH123463333', NULL, NULL, 0, '2025-10-02 18:54:01', '1383', '829', NULL, 1, 112.50, 112.50, '0', 0.00, 0.00, 'A/E-5 RAGHUNATHPUR KOLKATA 700059,NEAR ST ANDREWS PUBLIC SCHOOL', 'KOLKATA ', '700059', '9831844536', '35', 'SK DE', 'A/E-5 RAGHUNATHPUR KOLKATA 700059,NEAR ST ANDREWS PUBLIC SCHOOL', 'KOLKATA ', '700059', '9831844536', 'de.sovik@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(761, NULL, 0.00, '82', 'ELH123461009', NULL, NULL, 0, '2025-10-02 19:04:26', '1383', '829', NULL, 1, 112.50, 112.50, '0', 0.00, 0.00, 'A/E-5 RAGHUNATHPUR KOLKATA 700059,NEAR ST ANDREWS PUBLIC SCHOOL', 'KOLKATA ', '700059', '9831844536', '35', 'SK DE', 'A/E-5 RAGHUNATHPUR KOLKATA 700059,NEAR ST ANDREWS PUBLIC SCHOOL,NEAR ST ANDREWS PUBLIC SCHOOL', 'KOLKATA ', '700059', '9831844536', 'de.sovik@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(762, 'null', 990.00, '70', 'ELH123457701', '113967426388', 'Timeout', 0, '2025-10-03 04:57:37', '243', '157,98', NULL, 1, 990.00, 990.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(763, '528099549309', 1.00, '70', 'ELH123457740', '114001603115', 'Success', 1, '2025-10-07 10:56:58', '1580', '884', NULL, 1, 1.00, 1.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(764, '564611672472', 1.00, '70', 'ELH123458967', '114001643559', 'Success', 1, '2025-10-07 11:14:57', '1580', '884', NULL, 1, 1.00, 1.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(765, '528016475727', 90.00, '78', 'ELH123463780', '114001672874', 'Success', 1, '2025-10-07 11:28:18', '1381', '827', NULL, 1, 90.00, 90.00, '0', 0.00, 0.00, '1st avenue', 'kolkata', '700064', '9831844536', '35', 'Sovik De', '1st avenue', 'kolkata', '700064', '9831844536', 'de.sovik@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(766, '528017498812', 1.00, '78', 'ELH123463304', '114001689761', 'Success', 1, '2025-10-07 11:35:46', '1580', '884', NULL, 1, 1.00, 1.00, '0', 0.00, 0.00, '1st avenue', 'kolkata', '700064', '9831844536', '35', 'Sovik De', '1st avenue', 'kolkata', '700064', '9831844536', 'de.sovik@gmail.com', '35', 2, 1, 'GYAN POST', 'RW130751655IN', '2025-10-18', '20251016_083022_Confirmation_13-10-2025_1243hrs.pdf', NULL, NULL, NULL, 0.00, 0),
(767, '528032411206', 1.00, '70', 'ELH123461486', '114001728655', 'Success', 1, '2025-10-07 11:53:14', '1580', '884', NULL, 1, 1.00, 1.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(768, '528917929832', 1.00, '96', 'ELH123459972', '114023423258', 'Success', 1, '2025-10-16 11:36:59', '1580', '884', NULL, 1, 1.00, 1.00, '0', 0.00, 0.00, 'BA 22 SECTOR 1 SALT LAKE,SALT LAKE', 'KOLKATA', '700064', '9831844536', '35', 'Sovik De', 'BA 22 SECTOR 1 SALT LAKE,SALT LAKE', 'KOLKATA', '700064', '9831844536', 'de.sovik@gmail.com', '35', 2, 1, 'gyan post', 'RW130751655IN', '2025-10-18', '', NULL, NULL, NULL, 0.00, 0),
(769, NULL, 0.00, '9437', 'ELH123460849', NULL, NULL, 0, '2025-10-29 08:42:17', '277', '77,156', NULL, 1, 1328.00, 1328.00, '0', 0.00, 0.00, 'B-1/14 police headquarters,makarba,Ahmedabad ', 'Ahmedabad ', '380051', '9727865717', '12', 'Prafful Bhagora', 'B-1/14 police headquarters,makarba,Ahmedabad ', 'Ahmedabad ', '380051', '9727865717', 'praffulbhagora@gmail.com', '12', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(770, NULL, 0.00, '9437', 'ELH123458916', NULL, NULL, 0, '2025-10-29 08:43:57', '277', '77,156', NULL, 1, 1328.00, 1328.00, '0', 0.00, 0.00, 'B-1/14 police headquarters,makarba,Ahmedabad ', 'Ahmedabad ', '380051', '9727865717', '12', 'Prafful Bhagora', 'B-1/14 police headquarters,makarba,Ahmedabad ', 'Ahmedabad ', '380051', '9727865717', 'praffulbhagora@gmail.com', '12', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(771, NULL, 0.00, '9437', 'ELH123458371', NULL, NULL, 0, '2025-10-29 08:45:42', '277', '77,156', NULL, 1, 1328.00, 1328.00, '0', 0.00, 0.00, 'B-1/14 police headquarters,makarba,Ahmedabad ', 'Ahmedabad ', '380051', '9727865717', '12', 'Prafful Bhagora', 'B-1/14 police headquarters,makarba,Ahmedabad ', 'Ahmedabad ', '380051', '9727865717', 'praffulbhagora@gmail.com', '12', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(772, '530276906161', 1195.20, '9437', 'ELH123465037', '114059566657', 'Success', 1, '2025-10-29 08:47:34', '277', '77,156', NULL, 1, 1328.00, 1328.00, '0', 0.00, 132.80, 'B-1/14 police headquarters,makarba,Ahmedabad ', 'Ahmedabad ', '380051', '9727865717', '12', 'Prafful Bhagora', 'B-1/14 police headquarters,makarba,Ahmedabad ', 'Ahmedabad ', '380051', '9727865717', 'praffulbhagora@gmail.com', '12', 2, 1, 'GYAN POST', 'RW185255275IN', '2025-11-07', '20251030_075350_Adobe_Scan_30_Oct_2025.pdf', NULL, NULL, NULL, 0.00, 0),
(773, '530858846204', 786.25, '9438', 'ELH123458361', '114074935823', 'Success', 1, '2025-11-04 06:51:28', '309', '20', NULL, 1, 786.25, 786.25, '0', 0.00, 0.00, 'House of Raghuvir Singh Tomar, Vishranti Chowk, Near Ramola General Store,Kandoli Lower, Post Office Bhidoli', 'Dehradun', '248007', '7503157171', '33', 'deepak kaushik', 'House of Raghuvir Singh Tomar, Vishranti Chowk, Near Ramola General Store,Kandoli Lower, Post Office Bhidoli', 'Dehradun', '248007', '7503157171', 'deepakbold@gmail.com', '33', 2, 1, 'GYAN POST', 'RW130751638IN', '2025-11-13', '20251106_112521_WhatsApp_Image_2025-11-06_at_16.55.03_9fa5e017.jpg', NULL, NULL, NULL, 0.00, 0),
(774, NULL, 0.00, '82', 'ELH123462056', NULL, NULL, 0, '2025-11-07 09:23:48', '1383', '829', NULL, 1, 112.50, 112.50, '0', 0.00, 0.00, 'A/E-5 RAGHUNATHPUR KOLKATA 700059,NEAR ST ANDREWS PUBLIC SCHOOL', 'KOLKATA ', '700059', '9830011536', '35', 'SK DE', 'A/E-5 RAGHUNATHPUR KOLKATA 700059,NEAR ST ANDREWS PUBLIC SCHOOL,NEAR ST ANDREWS PUBLIC SCHOOL', 'KOLKATA ', '700059', '9831844536', 'de.sovik@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(775, '568004045927', 1.00, '70', 'ELH123466234', '114086440742', 'Success', 1, '2025-11-10 10:17:09', '1580', '884', NULL, 1, 1.00, 1.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', 'anup@microbaseinfotech.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(776, '568021044809', 1.00, '70', 'ELH123457621', '114086547782', 'Success', 1, '2025-11-10 11:02:21', '1580', '884', NULL, 1, 1.00, 1.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', 'anup@microbaseinfotech.com', '35', 2, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(777, '531417704199', 1.00, '82', 'ELH123464485', '114086613979', 'Success', 1, '2025-11-10 11:30:59', '1580', '884', NULL, 1, 1.00, 1.00, '0', 0.00, 0.00, 'A/E-5 RAGHUNATHPUR KOLKATA 700059,NEAR ST ANDREWS PUBLIC SCHOOL', 'KOLKATA ', '700059', '9830011536', '35', 'Sovik Yahoo', 'A/E-5 RAGHUNATHPUR KOLKATA 700059,NEAR ST ANDREWS PUBLIC SCHOOL', 'KOLKATA ', '700059', '9830011536', 'de.sovik@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(778, '531465693761', 1.00, '70', 'ELH123464668', '114086885001', 'Success', 1, '2025-11-10 13:34:39', '1580', '884', NULL, 1, 1.00, 1.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', 'anup@microbaseinfotech.com', '35', 2, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(779, '531770501254', 1.00, '70', 'ELH123458293', '114092377227', 'Success', 1, '2025-11-13 06:55:45', '1580', '884', NULL, 1, 1.00, 1.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', 'anup@microbaseinfotech.com', '35', 2, 1, 'By Post', 'TRAC123', '2025-11-18', '20251114_070855_elh.png', NULL, NULL, NULL, 0.00, 0),
(780, '568329388052', 1.00, '70', 'ELH123458694', '114092394073', 'Success', 1, '2025-11-13 07:03:50', '1580', '884', NULL, 1, 1.00, 1.00, '0', 0.00, 0.00, 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', '35', 'Anup Ghosh', 'Sec-iii,GD Block', 'Saltlake', '700102', '8670032510', 'anup@microbaseinfotech.com', '35', 2, 1, NULL, NULL, '2025-11-20', '20251114_061729_elh.png', NULL, NULL, NULL, 0.00, 0),
(781, '531713128968', 90.00, '82', 'ELH123461506', '114092561310', 'Success', 1, '2025-11-13 08:21:51', '1381', '827', NULL, 1, 90.00, 90.00, '0', 0.00, 0.00, 'A/E-5 RAGHUNATHPUR KOLKATA 700059,NEAR ST ANDREWS PUBLIC SCHOOL', 'KOLKATA ', '700059', '9830011536', '35', 'Sovik Yahoo', 'A/E-5 RAGHUNATHPUR KOLKATA 700059,NEAR ST ANDREWS PUBLIC SCHOOL', 'KOLKATA ', '700059', '9830011536', 'de.sovik@yahoo.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(782, '403476252056', 1337.60, '9439', 'ELH123458263', '114104338460', 'Success', 1, '2025-11-19 04:44:02', '277', '77,156', NULL, 1, 1408.00, 1408.00, '0', 0.00, 70.40, 'Vivek Kumar, 4th Floor, Rbd Icon, Outer Ring Rd next to AKME BALLET, Doddanekundi,Mahadevapura,BENGALURU, KARNATAKA 560037', 'Bangalore', '560037', '+919263167801', '18', 'Vivek Kumar', 'Vivek Kumar, 4th Floor, Rbd Icon, Outer Ring Rd next to AKME BALLET, Doddanekundi,Mahadevapura,BENGALURU, KARNATAKA 560037', 'Bangalore', '560037', '+919263167801', 'csthakurvivek1987@gmail.com', '18', 2, 1, 'GYAN POST', 'RW130751788IN', '2025-11-27', '20251121_050732_WhatsApp_Image_2025-11-19_at_17.35.26_d6cf7131.jpg', NULL, NULL, NULL, 0.00, 0),
(783, NULL, 0.00, '9442', 'ELH123458793', NULL, NULL, 0, '2025-12-03 05:16:01', '277', '77,156', NULL, 1, 1408.00, 1408.00, '0', 0.00, 0.00, 'Village Bamanswal Post Office Bamanswal District Almora pin code 263623,Village Bamanswal Post Office Bamanswal District Almora pin code 263623', 'Almora ', '263601', '+919897260349', '33', 'Govind  Ballabh ', 'Village Bamanswal Post Office Bamanswal District Almora pin code 263623,Village Bamanswal Post Office Bamanswal District Almora pin code 263623', 'Almora ', '263601', '+919897260349', 'gcsanwal099@gmail.com', '33', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(784, '536376391502', 2570.75, '9444', 'ELH123463760', '114191073947', 'Success', 1, '2025-12-29 14:16:38', '316', '20', NULL, 1, 2120.75, 2120.75, '1', 450.00, 0.00, 'Professor of Pharmacology, Department of Pharmacology, PSG INSTITUTE OF MEDICAL SCIENCES AND RESEARCH ,Peelamedu ', 'Coimbatore ', '641004', '+919790532350', '31', 'Dr. Ramanujam Narayanan', 'Professor of Pharmacology, Department of Pharmacology, PSG INSTITUTE OF MEDICAL SCIENCES AND RESEARCH ,Peelamedu ', 'Coimbatore ', '641004', '+919790532350', 'raam191983@gmail.com', '31', 2, 1, 'GYAN POST', 'RW185255718IN', '2026-01-06', '20251230_113339_WhatsApp_Image_2025-12-30_at_4.59.01_PM.jpeg', NULL, NULL, NULL, 0.00, 0),
(785, '539911113438', 2045.00, '9445', 'ELH123461238', '114202853398', 'Success', 1, '2026-01-03 12:30:24', '1097', '215', NULL, 1, 1595.00, 1595.00, '1', 450.00, 0.00, 'Flat no 503,Skanda aiswaryam apartments, Sunkesla Road ', 'Kurnool ', '518004', '7386689999', '2', 'Jagadeesh Kumar ', 'Flat no 503,Skanda aiswaryam apartments, Sunkesla Road ', 'Kurnool ', '518004', '7386689999', 'attorneyjagadeesh@gmail.com', '2', 2, 1, 'DTDC COURIER', 'Z65655129', '2026-01-10', '20260107_062215_WhatsApp_Image_2026-01-06_at_4.14.16_PM.jpeg', NULL, NULL, NULL, 0.00, 0);
INSERT INTO `shipping_billing_details` (`ship_bill_id`, `bank_ref_no`, `bank_credit_amount`, `user_id`, `order_id`, `tracking_id`, `order_status`, `order_status_check`, `orderDate`, `BookId`, `AuthorId`, `journalid`, `quantity`, `price`, `TotalAmount`, `shipType`, `shippingCharge`, `promoCodeDiscount`, `billing_address`, `billing_city`, `billing_pin`, `billing_phone`, `billing_state`, `shipName`, `shipping_address`, `shipping_city`, `shipping_pin`, `shipping_phone`, `shipEmail`, `shipping_state`, `paymentMode`, `orderStatus`, `despatchMode`, `tracking`, `date`, `order_invoice`, `cancel_remarks`, `cancellation_time`, `refund_date`, `refund_amount`, `isDeleted`) VALUES
(786, '840193490046', 1300.00, '9428', 'ELH123459428', NULL, 'Success', 1, '2026-01-04 15:52:40', '1222', '741', NULL, 1, 1300.00, 1300.00, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'Anupam', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 1, 'GYAN POST', 'RW122405478IN', '2026-01-14', '20260109_044959_WhatsApp_Image_2026-01-09_at_10.14.11_AM.jpeg', NULL, NULL, NULL, 0.00, 0),
(787, '840193490046', 637.50, '9428', 'ELH123459428', NULL, 'Success', 1, '2026-01-04 15:52:40', '1081', '658', NULL, 1, 637.50, 637.50, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'Anupam', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(788, '840193490046', 795.00, '9428', 'ELH123459428', NULL, 'Success', 1, '2026-01-04 15:52:40', '1262', '693', NULL, 1, 795.00, 795.00, '0', 0.00, 0.00, 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', '35', 'Anupam', 'RAM KRISHNA MISSION ROAD,NEAR JIBON SRITI SHANGHA', 'ENGLISH BAZAR,MALDA', '732101', '9476142990', 'anupam3020@gmail.com', '35', 2, 1, 'GYAN POST', 'RW122405478IN', '2026-01-14', '20260109_044829_WhatsApp_Image_2026-01-09_at_10.14.11_AM.jpeg', NULL, NULL, NULL, 0.00, 0),
(789, '637510682734', 368.75, '9446', 'ELH123466506', '114217362487', 'Success', 1, '2026-01-09 17:41:35', '518', '82', NULL, 1, 318.75, 318.75, '0', 50.00, 0.00, 'Jp law office behind HDFC bank vpo Chhat tehsil DERABASSi dist Mohali Punjab India,jollysainipentalia@gmail.com', 'Zirakpur', '140603', '+917380000081', '27', 'Advocate jatinder pal singh', 'Advocate Jp law office shop no 1 behind HDFC bank vpo Chhat tehsil DERABASSi dist Mohali Punjab India,jollysainipentalia@gmail.com', 'Zirakpur', '140603', '+917380000081', 'jollysainipentalia@gmail.com', '27', 2, 1, 'GYAN POST', 'RW122405481IN', '2026-01-16', '20260114_053942_Image_2026-01-14_at_11.08.06_AM.jpeg', NULL, NULL, NULL, 0.00, 0),
(790, NULL, 0.00, '9447', 'ELH123462198', NULL, NULL, 0, '2026-01-12 09:46:08', '576', '343', NULL, 1, 637.50, 637.50, '0', 75.00, 0.00, 'Jeevan Jyoti Hospital,Dehradun Road, Chhutmalpur', 'SAHARANPUR', '247662', '8860673377', '34', 'Yugal Kishore', 'Jeevan Jyoti Hospital,Dehradun Road, Chhutmalpur', 'SAHARANPUR', '247662', '8860673377', 'mail.yugalk@gmail.com', '34', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(791, NULL, 0.00, '9447', 'ELH123462142', NULL, NULL, 0, '2026-01-12 10:05:42', '576', '343', NULL, 1, 637.50, 637.50, '0', 75.00, 0.00, 'Jeevan Jyoti Hospital,Dehradun Road, Chhutmalpur', 'SAHARANPUR', '247662', '8860673377', '34', 'Yugal Kishore', 'Jeevan Jyoti Hospital,Dehradun Road, Chhutmalpur', 'SAHARANPUR', '247662', '8860673377', 'mail.yugalk@gmail.com', '34', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(792, '556078691564', 1408.00, '9448', 'ELH123460535', '114239056830', 'Success', 1, '2026-01-19 17:35:04', '277', '77,156', NULL, 1, 1408.00, 1408.00, '0', 0.00, 0.00, 'Koratbari, Near Umra Bhavan Girls Hostel, Law College Road,Adjacent to Gopal Shah KOTA (Near Sheetala Mandir)', 'Purnia', '854301', '+919004075682', '5', 'ABHINAV ABHISHEK', 'Koratbari, Near Umra Bhavan Girls Hostel, Law College Road,Adjacent to Gopal Shah KOTA (Near Sheetala Mandir)', 'Purnia', '854301', '+919004075682', 'abhinavsept22@gmail.com', '5', 2, 1, 'Gyan Post', 'RW122411561IN', '2026-01-31', '20260121_083719_1491.jpeg', NULL, NULL, NULL, 0.00, 0),
(793, '606223386340', 1161.25, '9444', 'ELH123461179', '114337338132', 'Success', 1, '2026-03-03 11:02:34', '309', '20', NULL, 1, 786.25, 786.25, '1', 375.00, 0.00, 'Professor of Pharmacology, Department of Pharmacology, PSG INSTITUTE OF MEDICAL SCIENCES AND RESEARCH ,Peelamedu ', 'Coimbatore ', '641004', '+919790532350', '31', 'Dr. Ramanujam Narayanan', 'Professor of Pharmacology, Department of Pharmacology, PSG INSTITUTE OF MEDICAL SCIENCES AND RESEARCH ,Peelamedu ', 'Coimbatore ', '641004', '+919790532350', 'raam191983@gmail.com', '31', 2, 1, 'SPEED POST', 'EW302944765IN', '2026-03-10', '20260306_103938_WhatsApp_Image_2026-03-06_at_4.08.44_PM.jpeg', NULL, NULL, NULL, 0.00, 0),
(794, '851054561487', 5474.00, '9406', 'ELH123463451', '114341501533', 'Success', 1, '2026-03-05 14:52:30', '242', '140', NULL, 1, 2422.50, 2422.50, '0', 0.00, 0.00, '27-4-1012/503,Sri Venkateswara Pride homes apartment , Balaji Nagar Extension, Near HP Gas godown', 'nellore city', '524002', '+919177385570', '2', 'sreenivasulu Reddy', '27-4-1012/503,Sri Venkateswara Pride homes apartment , Balaji Nagar Extension, Near HP Gas godown', 'nellore city', '524002', '+919177385570', 'nsradvocatenlr@gmail.com', '2', 2, 1, 'Gyan Post', 'RW185259808IN', '2026-03-12', '20260306_104202_WhatsApp_Image_2026-03-06_at_4.06.41_PM.jpeg', NULL, NULL, NULL, 0.00, 0),
(795, '851054561487', 5474.00, '9406', 'ELH123463451', '114341501533', 'Success', 1, '2026-03-05 14:52:30', '1347', '112', NULL, 1, 1440.75, 1440.75, '0', 0.00, 0.00, '27-4-1012/503,Sri Venkateswara Pride homes apartment , Balaji Nagar Extension, Near HP Gas godown', 'nellore city', '524002', '+919177385570', '2', 'sreenivasulu Reddy', '27-4-1012/503,Sri Venkateswara Pride homes apartment , Balaji Nagar Extension, Near HP Gas godown', 'nellore city', '524002', '+919177385570', 'nsradvocatenlr@gmail.com', '2', 2, 1, 'Gyan Post', 'RW185259808IN', '2026-03-12', '20260306_104245_WhatsApp_Image_2026-03-06_at_4.06.41_PM.jpeg', NULL, NULL, NULL, 0.00, 0),
(796, '851054561487', 5474.00, '9406', 'ELH123463451', '114341501533', 'Success', 1, '2026-03-05 14:52:30', '1145', '723', NULL, 1, 1610.75, 1610.75, '0', 0.00, 0.00, '27-4-1012/503,Sri Venkateswara Pride homes apartment , Balaji Nagar Extension, Near HP Gas godown', 'nellore city', '524002', '+919177385570', '2', 'sreenivasulu Reddy', '27-4-1012/503,Sri Venkateswara Pride homes apartment , Balaji Nagar Extension, Near HP Gas godown', 'nellore city', '524002', '+919177385570', 'nsradvocatenlr@gmail.com', '2', 2, 1, 'Gyan Post', 'RW185259808IN', '2026-03-12', '20260306_104328_WhatsApp_Image_2026-03-06_at_4.06.41_PM.jpeg', NULL, NULL, NULL, 0.00, 0),
(797, '057222508513', 1165.50, '9406', 'ELH123461319', '114380618649', 'Success', 1, '2026-03-22 07:18:04', '310', '82', NULL, 1, 1165.50, 1165.50, '0', 0.00, 0.00, '27-4-1012/503,Sri Venkateswara Pride homes apartment , Balaji Nagar Extension, Near HP Gas godown', 'nellore city', '524002', '9177385570', '2', 'sreenivasulu Reddy', '27-4-1012/503,Sri Venkateswara Pride homes apartment , Balaji Nagar Extension, Near HP Gas godown', 'nellore city', '524002', '+919177385570', 'nsradvocatenlr@gmail.com', '2', 2, 1, 'Gyan Post', 'RW185255409IN', '2026-03-28', '20260325_055537_WhatsApp_Image_2026-03-25_at_11.24.10_AM.jpeg', NULL, NULL, NULL, 0.00, 0),
(798, '646599348561', 2273.75, '384', 'ELH123464324', NULL, 'Success', 1, '2026-04-09 16:07:01', '747', '428', NULL, 1, 1126.25, 1126.25, '0', 0.00, 0.00, '30, Michael Madhusudan Sarani, Kidderpore,Diagonally Opposite Anand Jewellers ', 'Kolkata', '700023', '9831781972', '35', 'Subhayu Banerjee', '30, Michael Madhusudan Sarani, Kidderpore,Diagonally Opposite Anand Jewellers ', 'Kolkata', '700023', '9831781972', 'bsubhayu@gmail.com', '35', 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.00, 0),
(799, '646599348561', 2273.75, '384', 'ELH123464324', NULL, 'Success', 1, '2026-04-09 16:07:01', '1383', '829', NULL, 1, 112.50, 112.50, '0', 0.00, 0.00, '30, Michael Madhusudan Sarani, Kidderpore,Diagonally Opposite Anand Jewellers ', 'Kolkata', '700023', '9831781972', '35', 'Subhayu Banerjee', '30, Michael Madhusudan Sarani, Kidderpore,Diagonally Opposite Anand Jewellers ', 'Kolkata', '700023', '9831781972', 'bsubhayu@gmail.com', '35', 2, 1, 'Speed Post', 'EW43086161IN', '2026-04-18', '20260417_103631_Invoice.pdf', NULL, NULL, NULL, 0.00, 0),
(800, '646599348561', 2273.75, '384', 'ELH123464324', NULL, 'Success', 1, '2026-04-09 16:07:01', '1369', '829', NULL, 1, 180.00, 180.00, '0', 0.00, 0.00, '30, Michael Madhusudan Sarani, Kidderpore,Diagonally Opposite Anand Jewellers ', 'Kolkata', '700023', '9831781972', '35', 'Subhayu Banerjee', '30, Michael Madhusudan Sarani, Kidderpore,Diagonally Opposite Anand Jewellers ', 'Kolkata', '700023', '9831781972', 'bsubhayu@gmail.com', '35', 2, 1, 'Speed Post ', 'EW43086161IN', '2026-04-18', '20260417_103513_Invoice.pdf', NULL, NULL, NULL, 0.00, 0),
(801, '646599348561', 2273.75, '384', 'ELH123464324', NULL, 'Success', 1, '2026-04-09 16:07:01', '1375', '827', NULL, 1, 405.00, 405.00, '0', 0.00, 0.00, '30, Michael Madhusudan Sarani, Kidderpore,Diagonally Opposite Anand Jewellers ', 'Kolkata', '700023', '9831781972', '35', 'Subhayu Banerjee', '30, Michael Madhusudan Sarani, Kidderpore,Diagonally Opposite Anand Jewellers ', 'Kolkata', '700023', '9831781972', 'bsubhayu@gmail.com', '35', 2, 1, 'Speed Post', 'EW43086161IN', '2026-04-18', '20260417_103354_Invoice.pdf', NULL, NULL, NULL, 0.00, 0),
(802, '646599348561', 2273.75, '384', 'ELH123464324', NULL, 'Success', 1, '2026-04-09 16:07:01', '1421', '828,828', NULL, 1, 450.00, 450.00, '0', 0.00, 0.00, '30, Michael Madhusudan Sarani, Kidderpore,Diagonally Opposite Anand Jewellers ', 'Kolkata', '700023', '9831781972', '35', 'Subhayu Banerjee', '30, Michael Madhusudan Sarani, Kidderpore,Diagonally Opposite Anand Jewellers ', 'Kolkata', '700023', '9831781972', 'bsubhayu@gmail.com', '35', 2, 1, 'Speed Post', 'EW43086161IN', '2026-04-18', '20260417_103055_Invoice.pdf', NULL, NULL, NULL, 0.00, 0),
(803, '980615035447', 1440.75, '9406', 'ELH123461560', '114457909917', 'Success', 1, '2026-04-22 07:55:19', '714', '405', NULL, 1, 1440.75, 1440.75, '0', 0.00, 0.00, '27-4-1012/503,Sri Venkateswara Pride homes apartment , Balaji Nagar Extension, Near HP Gas godown', 'nellore city', '524002', '9885448010', '2', 'sreenivasulu Reddy', '27-4-1012/503,Sri Venkateswara Pride homes apartment , Balaji Nagar Extension, Near HP Gas godown', 'nellore city', '524002', '9885448010', 'nsradvocatenlr@gmail.com', '2', 2, 1, 'India Post', NULL, '2026-04-29', '20260427_113132_Invoice.pdf', NULL, NULL, NULL, 0.00, 0),
(804, '553759624711', 5249.60, '9406', 'ELH123464537', '114501661537', 'Success', 1, '2026-05-11 15:08:03', '1617', '929', NULL, 1, 2763.75, 2763.75, '0', 0.00, 0.00, '27-4-1012/503,Sri Venkateswara Pride homes apartment , Balaji Nagar Extension, Near HP Gas godown', 'nellore city', '524002', '9885448010', '2', 'sreenivasulu Reddy', '27-4-1012/503,Sri Venkateswara Pride homes apartment , Balaji Nagar Extension, Near HP Gas godown', 'nellore city', '524002', '9885448010', 'nsradvocatenlr@gmail.com', '2', 2, 1, 'Gyan post', 'RW122411924IN', '2026-05-18', '20260512_074411_Invoice.pdf', NULL, NULL, NULL, 0.00, 0),
(805, '553759624711', 5249.60, '9406', 'ELH123464537', '114501661537', 'Success', 1, '2026-05-11 15:08:03', '1636', '934,935', NULL, 1, 2485.85, 2485.85, '0', 0.00, 0.00, '27-4-1012/503,Sri Venkateswara Pride homes apartment , Balaji Nagar Extension, Near HP Gas godown', 'nellore city', '524002', '9885448010', '2', 'sreenivasulu Reddy', '27-4-1012/503,Sri Venkateswara Pride homes apartment , Balaji Nagar Extension, Near HP Gas godown', 'nellore city', '524002', '9885448010', 'nsradvocatenlr@gmail.com', '2', 2, 1, 'Gyan Post', 'RW122411924IN', '2026-05-18', '20260512_074251_Invoice.pdf', NULL, NULL, NULL, 0.00, 0),
(806, '307256947084', 2175.75, '9456', 'ELH123463405', '114549997194', 'Success', 1, '2026-06-02 06:41:26', '1273', '765', NULL, 1, 650.00, 650.00, '0', 0.00, 0.00, 'SSB Camp Narottampur High School Kajra,D Coy SSB Camp', 'Kajra Lakhisarai', '811309', '9911853623', '5', 'Abhinav Tomar', 'SSB Camp Narottampur High School Kajra,D Coy SSB Camp', 'Kajra Lakhisarai', '811309', '9911853623', 'abhinavtomardce@gmail.com', '5', 2, 1, 'Speed Post', 'EW495910610IN', '2026-06-08', '20260605_064639_Invoice.pdf', NULL, NULL, NULL, 0.00, 0),
(807, '307256947084', 2175.75, '9456', 'ELH123463405', '114549997194', 'Success', 1, '2026-06-02 06:41:26', '1219', '737', NULL, 1, 1525.75, 1525.75, '0', 0.00, 0.00, 'SSB Camp Narottampur High School Kajra,D Coy SSB Camp', 'Kajra Lakhisarai', '811309', '9911853623', '5', 'Abhinav Tomar', 'SSB Camp Narottampur High School Kajra,D Coy SSB Camp', 'Kajra Lakhisarai', '811309', '9911853623', 'abhinavtomardce@gmail.com', '5', 2, 1, 'Speed Post', 'EW495910610IN', '2026-06-08', '20260605_063922_Invoice.pdf', NULL, NULL, NULL, 0.00, 0);

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

--
-- Table structure for table `state`
--

CREATE TABLE `state` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `state`
--

INSERT INTO `state` (`id`, `name`, `status`) VALUES
(1, 'Andaman And Nicobar Islands', '1'),
(2, 'Andhra Pradesh', '1'),
(3, 'Arunachal Pradesh', '1'),
(4, 'Assam', '1'),
(5, 'Bihar', '1'),
(6, 'Chattisgarh', '1'),
(7, 'Chandigarh', '1'),
(8, 'Daman And Diu', '1'),
(9, 'Delhi', '1'),
(10, 'Dadra And Nagar Haveli', '1'),
(11, 'Goa', '1'),
(12, 'Gujarat', '1'),
(13, 'Himachal Pradesh', '1'),
(14, 'Haryana', '1'),
(15, 'Jammu And Kashmir', '1'),
(16, 'Jharkhand', '1'),
(17, 'Kerala', '1'),
(18, 'Karnataka', '1'),
(19, 'Lakshadweep', '1'),
(20, 'Meghalaya', '1'),
(21, 'Maharashtra', '1'),
(22, 'Manipur', '1'),
(23, 'Madhya Pradesh', '1'),
(24, 'Mizoram', '1'),
(25, 'Nagaland', '1'),
(26, 'Orissa', '1'),
(27, 'Punjab', '1'),
(28, 'Pondicherry', '1'),
(29, 'Rajasthan', '1'),
(30, 'Sikkim', '1'),
(31, 'Tamil Nadu', '1'),
(32, 'Tripura', '1'),
(33, 'Uttarakhand', '1'),
(34, 'Uttar Pradesh', '1'),
(35, 'West Bengal', '1');

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

--
-- Table structure for table `stock`
--

CREATE TABLE `stock` (
  `StockId` int(11) NOT NULL,
  `Stock` varchar(255) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>not deleted,1=>deleted'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `stock`
--

INSERT INTO `stock` (`StockId`, `Stock`, `isDeleted`) VALUES
(2, 'Under Preparation', 0),
(1, 'In Stock', 0),
(3, 'Temporarily out of stock', 0),
(4, 'Out of Stock', 0),
(5, 'Shipment In 1 week', 0),
(6, 'Shipment In 2 weeks', 0),
(7, 'Shipment In 4 weeks', 0);

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

--
-- Table structure for table `sub_category`
--

CREATE TABLE `sub_category` (
  `CategoryId` int(11) NOT NULL,
  `Category` varchar(255) NOT NULL,
  `CategoryDesc` text DEFAULT NULL,
  `IsDeleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>not deleted,1=>deleted',
  `parent` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `sub_category`
--

INSERT INTO `sub_category` (`CategoryId`, `Category`, `CategoryDesc`, `IsDeleted`, `parent`) VALUES
(1, 'Arbrtration ADR', '', 1, 0),
(2, 'Insolvency & Bankruptcy', '', 0, 0),
(3, 'Autobiography', '', 1, 4),
(4, 'Arbitration & Conciliation', '', 0, 0),
(5, 'Administrative Law', '', 0, 0),
(6, 'Commercial Law-1', '', 1, 0),
(7, 'Commercial Law', '', 0, 0),
(8, 'Company Law', '', 1, 0),
(9, 'Constitutional Law', '', 0, 0),
(10, 'Contract & Specific Relief', '', 0, 0),
(11, 'Conveyancing Law', '', 1, 0),
(12, 'Criminal Law', '', 0, 0),
(13, 'Medical Law', '', 0, 0),
(14, 'Service Law', '', 1, 0),
(15, 'Essay', '', 1, 0),
(16, 'Evidence', '', 0, 0),
(17, 'Carrier Law', '', 0, 0),
(18, 'Electricity Law', '', 0, 0),
(19, 'Civil Law', '', 0, 0),
(20, 'Competition Law', '', 1, 0),
(21, 'Contempt of Court', '', 0, 0),
(22, 'Biography', '', 0, 0),
(23, 'Family Law', '', 0, 0),
(24, 'Fiction', '', 0, 0),
(25, 'Gender Justice', '', 0, 0),
(26, 'Human Rights', '', 0, 0),
(27, 'Information Technology', '', 0, 0),
(28, 'Intellectual Property', '', 0, 0),
(29, 'International Law', '', 0, 0),
(30, 'Jurisprudence', '', 0, 0),
(31, 'Land Law', '', 0, 0),
(32, 'Limitation', '', 0, 0),
(33, 'Matrimonial Law', '', 0, 0),
(34, 'Maintenance', '', 0, 0),
(35, 'Motor Vehicles', '', 0, 0),
(36, 'Military Law', '', 0, 0),
(37, 'Natural Justice', '', 0, 0),
(38, 'Medical Negligence', '', 0, 0),
(39, 'Property', '', 1, 0),
(40, 'Railways', '', 0, 0),
(41, 'Reference', '', 1, 0),
(42, 'Succession and Wills', '', 0, 0),
(43, 'Tenancy', '', 0, 0),
(44, 'Trusts', '', 1, 0),
(45, 'Service Law', '', 0, 0),
(46, 'Trade & Commerce', '', 1, 0),
(47, 'Valuation', '', 0, 0),
(48, 'Wakfs Act', '', 0, 0),
(49, 'Drafting and Pleading', '', 0, 0),
(50, 'Employment', '', 1, 0),
(51, 'Labour and Industrial Law', '', 0, 0),
(52, 'Competition Law', '', 0, 0),
(54, 'Environmental Law', '', 0, 0),
(55, 'Drafting and Conveyancing', '', 1, 0),
(56, 'Judiciary', '', 0, 0),
(57, 'Taxation', '', 0, 0),
(58, 'Valuation', '', 1, 0),
(59, 'Test Subject 1', '', 1, 0),
(60, 'Test Subject 2', '', 1, 0),
(61, 'Test Subject  1', '', 1, 0),
(62, 'Partnership', '', 0, 0),
(63, 'Management', '', 1, 0),
(64, 'Autobiography', '', 1, 0),
(65, 'Tort', '', 1, 0),
(66, 'Business Law', '', 1, 0),
(67, 'Interpretation of Statutes', '', 0, 0),
(68, 'Equity', '', 0, 0),
(69, 'Banking & Insolvency', '', 1, 0),
(70, 'Media Law', '', 0, 0),
(71, 'Test', '', 1, 0),
(72, 'LLB Entrance Guide', '', 1, 0),
(73, 'Space Law', '', 0, 0),
(74, 'Wills', '', 1, 0),
(82, 'ssss', '', 1, NULL),
(83, 'Defamation', '', 1, NULL),
(84, 'Transgender Law', '', 1, NULL),
(85, 'Money Laundering', '', 1, NULL),
(86, 'Public Health', '', 1, NULL),
(87, 'Consumer Law', '', 0, NULL),
(88, 'Domestic Violence', '', 1, NULL),
(89, 'General', '', 0, NULL),
(90, 'Hindu Law', '', 0, NULL),
(91, 'Juvenile Justice', '', 0, NULL),
(92, 'Litigation', '', 1, NULL),
(93, 'Specific Relief', '', 1, NULL),
(94, 'Corporate Law', '', 1, NULL),
(95, 'Information Technology', '', 1, NULL),
(96, 'Economics', '', 0, NULL),
(97, 'Legal Research', '', 1, NULL),
(98, 'Pharma Laws', '', 1, NULL),
(99, 'Right To Information', '', 0, NULL),
(100, 'Privacy Law', '', 1, NULL),
(101, 'Dictionary', '', 1, NULL),
(135, 'Reference', '', 0, NULL),
(102, 'Damages and Compensation, Negligence & Tort', '', 0, NULL),
(146, 'W.B. Local Acts', '', 0, NULL),
(103, 'Legislation Law', '', 1, NULL),
(104, 'Patents Law', '', 1, NULL),
(105, 'Insurance Law', '', 0, NULL),
(106, 'Shipping Law', '', 0, NULL),
(107, 'Negligence', '', 1, NULL),
(108, 'Marine Law', '', 1, NULL),
(109, 'Shipping Law', '', 1, NULL),
(110, 'IPR', '', 1, NULL),
(111, 'Forensic Science', '', 0, NULL),
(112, 'Digest', '', 0, NULL),
(113, 'Advocacy', '', 0, NULL),
(114, 'Adjudiction', '', 1, NULL),
(115, 'Conciliation', '', 1, NULL),
(116, 'Meditation', '', 1, NULL),
(117, 'Negotiable Instruments', '', 1, NULL),
(118, 'Civil Procedure & Practice', '', 1, NULL),
(119, 'Consumer Law', '', 1, NULL),
(120, 'Contempt of Court', '', 1, NULL),
(121, 'Specific Relief', '', 1, NULL),
(122, 'Court Fees', '', 1, NULL),
(123, 'Election Laws', '', 0, NULL),
(124, 'Biography', '', 1, NULL),
(125, 'Legal Education & Entrance Examination', '', 1, NULL),
(126, 'Medico Legal', '', 1, NULL),
(127, 'Other Titles', '', 1, NULL),
(128, 'Sale of Goods Act', '', 0, NULL),
(129, 'Notice', '', 1, NULL),
(130, 'Sociology', '', 0, NULL),
(131, 'Penal Code', '', 1, NULL),
(132, 'Property Law', '', 0, NULL),
(138, 'Trusts', '', 0, NULL),
(133, 'Animal Laws', '', 0, NULL),
(134, 'Energy Law', '', 0, NULL),
(136, 'Conveyancing', '', 1, NULL),
(137, 'Conveyancing', '', 0, NULL),
(139, 'Banking and Insolvency Law', '', 0, NULL),
(140, 'Easements Act', '', 0, NULL),
(141, 'Mercantile Law', '', 1, NULL),
(142, 'Muslim Law', '', 0, NULL),
(143, 'Company and Corporate Law', '', 0, NULL),
(144, 'Legal Research & Methodology', '', 0, NULL),
(145, 'Customs & Excise', '', 0, NULL),
(147, 'K.M.C. Act', 'Kolkata Municipal Corporation Act', 0, NULL),
(148, 'Panchayat Law', 'West Bengal Panchayat Act', 0, NULL),
(149, 'Fire Law', '', 1, NULL),
(150, 'Co-operative Societies Act', '', 0, NULL),
(151, 'Municipal Law', '', 0, NULL),
(152, 'Stamp Duty', '', 1, NULL),
(153, 'Court Fees', '', 0, NULL),
(154, 'Estate Act', '', 0, NULL),
(155, 'Agency', '', 1, NULL),
(156, 'Negligence', '', 1, NULL),
(157, 'Mediation', '', 0, NULL),
(158, 'Business Law', '', 0, NULL),
(159, 'BARE ACTS', '', 0, NULL),
(160, 'Legal System', '', 0, NULL),
(161, 'Stamp Act', '', 0, NULL),
(162, 'Sports', '', 0, NULL),
(163, 'Entrance Examination', '', 0, NULL),
(164, 'Educational Law', '', 0, NULL);

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

--
-- Table structure for table `upload_resources`
--

CREATE TABLE `upload_resources` (
  `up_resource_id` int(11) NOT NULL,
  `BookId` int(11) NOT NULL,
  `chapterNo` int(11) NOT NULL,
  `chapterName` varchar(150) NOT NULL,
  `chapterContents` varchar(50) NOT NULL,
  `download_resource_id` int(11) DEFAULT NULL,
  `email` varchar(50) DEFAULT NULL,
  `generated_code` varchar(50) DEFAULT NULL,
  `download_count` int(11) NOT NULL DEFAULT 0,
  `download_date` datetime DEFAULT NULL,
  `isDeleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>not deleted,1=>deleted'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `upload_resources`
--

INSERT INTO `upload_resources` (`up_resource_id`, `BookId`, `chapterNo`, `chapterName`, `chapterContents`, `download_resource_id`, `email`, `generated_code`, `download_count`, `download_date`, `isDeleted`) VALUES
(1, 240, 1, 'Introduction', 'file_example_XLS_10.xls', 14, 'anup@microbaseinfotech.com', 'ELH66388@240', 1, '2023-01-06 12:58:31', 1),
(2, 231, 1, 'Introduction', 'publishers.pdf', NULL, NULL, NULL, 0, NULL, 1),
(3, 240, 2, 'Concilation1', 'demo.docx', 14, 'anup@microbaseinfotech.com', 'ELH66388@240', 1, '2023-01-06 12:55:45', 1),
(4, 231, 3, 'Arbitration', 'file-sample_100kB.doc', NULL, NULL, NULL, 0, NULL, 1),
(5, 423, 1, 'Concilation', 'authors.ods', NULL, NULL, NULL, 0, NULL, 1),
(6, 237, 1, 'Concilation', 'authors.ods', NULL, NULL, NULL, 0, NULL, 1),
(7, 240, 22, 'Board Resolution', 'authors.ods', 14, 'anup@microbaseinfotech.com', 'ELH66388@240', 1, '2023-01-06 12:58:36', 1),
(8, 303, 1, 'Introduction', 'publishers.ods', NULL, NULL, NULL, 0, NULL, 1),
(9, 274, 2, 'Adoption', 'ch_2_frm_1f.doc', NULL, NULL, NULL, 0, NULL, 1),
(10, 632, 2, 'Concilation', 'bookPrice_neww.pdf', NULL, NULL, NULL, 0, NULL, 1),
(11, 274, 12, 'Debutter', 'Sexual harassment 11.02.2022 Draft (F) (1).docx', NULL, NULL, NULL, 0, NULL, 1),
(12, 274, 3, 'Concilation', 'BookAuthor.pdf', NULL, NULL, NULL, 0, NULL, 1),
(13, 274, 3, 'Agreement', 'Chapter 2 - Forms.doc', NULL, NULL, NULL, 0, NULL, 1),
(14, 274, 6, 'Arbitration and Award', 'Chapter 6 - Forms.doc', NULL, NULL, NULL, 0, NULL, 1),
(15, 274, 4, 'Apartment Ownership', 'Chapter 4 - Forms.doc', NULL, NULL, NULL, 0, NULL, 1),
(16, 274, 3, 'Agreement', 'Chapter 3 - Forms.doc', NULL, NULL, NULL, 0, NULL, 1),
(17, 274, 2, 'Adoption', 'Chapter 2 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(18, 274, 3, 'Agreement', 'Chapter 3 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(19, 274, 4, 'Apartment Ownership', 'Chapter 4 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(20, 274, 5, 'Apprenticeship', 'Chapter 5 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(21, 274, 6, 'Arbitration and Award', 'Chapter 6 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(22, 274, 8, 'Bail Petition', 'Chapter 8 - Forms.doc', NULL, NULL, NULL, 0, NULL, 1),
(23, 274, 7, 'Assignment of Copyright etc.', 'Chapter 7 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(24, 274, 8, 'Bail Petition', 'Chapter 8 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(25, 274, 9, 'Bonds', 'Chapter 9 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(26, 274, 10, 'Cancellation of Documents', 'Chapter 10 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(27, 274, 11, 'Clubs and Societies', 'Chapter 11 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(28, 274, 12, 'Companies', 'Chapter 12 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(29, 274, 13, 'Construction Agreement', 'Chapter 13 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(30, 274, 14, 'The Consumer Protection Act 1986', 'Chapter 14 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(31, 274, 15, 'Registration of a Co-operative Society', 'Chapter 15 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(32, 274, 16, 'Debutter Property', 'Chapter 16 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(33, 274, 17, 'Development and Sale of Apartments', 'Chapter 17 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(34, 274, 18, 'Disclaimer', 'Chapter 18 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(35, 274, 19, 'Distributorship', 'Chapter 19 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(36, 274, 20, 'Divorce–Nullity of Marriage and Judicial Separation', 'Chapter 20 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(37, 274, 21, 'Endowment', 'Chapter 21 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(38, 274, 22, 'Exchange', 'Chapter 22 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(39, 274, 23, 'Foreign Collaboration and Joint Venture', 'Chapter 23 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(40, 274, 24, 'Franchising', 'Chapter 24 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(41, 274, 25, 'Gift', 'Chapter 25 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(42, 274, 26, 'Guarantees and Indemnities', 'Chapter 26 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(43, 274, 27, 'Guardianship', 'Chapter 27 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(44, 274, 28, 'Hire-Purchase', 'Chapter 28 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(45, 274, 29, 'Insolvency', 'Chapter 29 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(46, 274, 30, 'Labour Laws', 'Chapter 30 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(47, 274, 31, 'Leases', 'Chapter 31 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(48, 274, 32, 'Lease Financing of Equipment', 'Chapter 32 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(49, 274, 33, 'Leave & Licence and Easement', 'Chapter 33 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(50, 274, 34, 'Mentally ill Persons', 'Chapter 34 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(51, 274, 35, 'Maintenance', 'Chapter 35 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(52, 274, 36, 'Mortgages and Pledges', 'Chapter 36 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(53, 274, 37, 'Negotiable Instruments', 'Chapter 37 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(54, 274, 38, 'Notice', 'Chapter 38 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(55, 274, 39, 'Partnership', 'Chapter 39 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(56, 274, 40, 'Partition', 'Chapter 40 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(57, 274, 41, 'Patents and Trade Marks', 'Chapter 41 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(58, 274, 43, 'Promoters\' Loan Agreement', 'Chapter 43 - Forms.doc', NULL, NULL, NULL, 0, NULL, 1),
(59, 274, 42, 'Power-of-Attorney', 'Chapter 42 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(60, 274, 43, 'Promoters\' Loan Agreement', 'Chapter 43 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(61, 274, 44, 'Public Interest Litigation', 'Chapter 44 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(62, 274, 45, 'Claims against Railways', 'Chapter 45 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(63, 274, 46, 'Receipt and Acknowledgement', 'Chapter 46 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(64, 274, 47, 'Rectification and Modification of Deeds', 'Chapter 47 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(65, 274, 48, 'Release', 'Chapter 48 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(66, 274, 49, 'Sales', 'Chapter 49 -  Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(67, 274, 50, 'Sole Selling Agency', 'Chapter 50 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(68, 274, 51, 'Special Leave Petition to Appeal', 'Chapter 51 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(69, 274, 52, 'Surrender', 'Chapter 52 -  Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(70, 274, 53, 'Testamentary Matters', 'Chapter 53 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(71, 274, 54, 'Trust', 'Chapter 54 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(72, 274, 55, 'Wakf Property', 'Chapter 55 - Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(73, 274, 56, 'Will', 'Chapter 56 -  Forms.doc', NULL, NULL, NULL, 0, NULL, 0),
(74, 274, 58, 'Computer Contracts', 'Chapter 58 - Forms.doc', NULL, NULL, NULL, 0, NULL, 1),
(75, 447, 3, 'Concilation', '2023-06-02 15:49:09.879497Screenshot (22).png', NULL, NULL, NULL, 0, NULL, 1);

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

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `Id` int(11) NOT NULL,
  `UserId` varchar(255) NOT NULL,
  `UserName` varchar(255) NOT NULL,
  `LoweredUserName` varchar(255) NOT NULL,
  `MobileAlias` varchar(255) DEFAULT NULL,
  `IsAnonymous` enum('TRUE','FALSE') NOT NULL DEFAULT 'FALSE',
  `LastActivityDate` varchar(255) DEFAULT NULL,
  `IsDeleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=>not deleted,1=>deleted'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`Id`, `UserId`, `UserName`, `LoweredUserName`, `MobileAlias`, `IsAnonymous`, `LastActivityDate`, `IsDeleted`) VALUES
(1, '{00104A8A-8DDC-45AF-860E-327803674603}', 'a v velapure', 'a v velapure', '', 'FALSE', '7/14/2010', 0),
(2, '{36FCC481-A19B-4E98-AD0B-282933A1092D}', 'A.A.V.Perumal', 'a.a.v.perumal', '', 'FALSE', '11/11/2010', 0),
(3, '{38E6FDE4-88AE-4DEA-89A6-3EDA3ACBD4AA}', 'aaa', 'aaa', '', 'FALSE', '12/24/2012', 0),
(4, '{F2283623-AFF0-47E5-B69C-2645368470AC}', 'aamele.law@gmail.com', 'aamele.law@gmail.com', '', 'FALSE', '4/17/2012', 0),
(5, '{76BAC1DC-FA06-4D51-AFC9-82680F17059D}', 'Abdul', 'abdul', '', 'FALSE', '9/26/2012', 0),
(6, '{360F25DD-1DF5-4E15-A50D-9662265120B9}', 'abha', 'abha', '', 'FALSE', '1/10/2013', 0),
(7, '{5D24CC6B-6F38-4ADF-8276-360CFF57CFFC}', 'Abhay nath', 'abhay nath', '', 'FALSE', '1/9/2013', 0),
(8, '{C4392FD6-97E8-4DD4-9B34-B6561801E3E4}', 'abhijitkar2008', 'abhijitkar2008', '', 'FALSE', '2/25/2013', 0),
(9, '{E03ED74F-8D10-4CEE-BD40-9EBACF07570E}', 'abhik sinha', 'abhik sinha', '', 'FALSE', '5/18/2012', 0),
(10, '{CEABCFCA-0D95-4BA5-903F-DB86C573217A}', 'Administrator', 'administrator', '', 'FALSE', '7/14/2011', 0),
(11, '{622B669B-01DA-48FE-99C9-B3893A6A1F63}', 'adv shahaalam', 'adv shahaalam', '', 'FALSE', '10/6/2011', 0),
(12, '{D0FBF72F-C9CF-4C53-B6BA-BA64EA1865E6}', 'adv shahaalam ansari', 'adv shahaalam ansari', '', 'FALSE', '2/18/2011', 0),
(13, '{60A4F9FA-B64A-4BA4-A981-40A4445F4A7E}', 'adv. santosh suryawanshi', 'adv. santosh suryawanshi', '', 'FALSE', '10/5/2013', 0),
(14, '{762F3C02-43B5-4E75-85F5-ABEF6A21183E}', 'adv.sureshkumar', 'adv.sureshkumar', '', 'FALSE', '10/22/2012', 0),
(15, '{C32AA8C4-419E-4B0C-9763-349AB90E52E5}', 'Advhafsal', 'advhafsal', '', 'FALSE', '3/5/2012', 0),
(16, '{4D0C83B8-EC32-44C7-9BB8-A4AD6AF17D18}', 'advo', 'advo', '', 'FALSE', '9/23/2013', 0),
(17, '{429730BF-ABFC-4480-88D6-BE6420B37C6D}', 'advocate_sakthi', 'advocate_sakthi', '', 'FALSE', '10/2/2011', 0),
(18, '{E5857EB2-40F8-436D-AE3B-32392C45DF8B}', 'advtarunmodi', 'advtarunmodi', '', 'FALSE', '4/13/2011', 0),
(19, '{EBEB0755-B94D-418F-A81E-65E7149D9680}', 'aelh12', 'aelh12', '', 'FALSE', '10/24/2012', 0),
(20, '{3410047F-C0BC-4E1A-BDD7-5249836455D5}', 'Afzalbasheer', 'afzalbasheer', '', 'FALSE', '4/12/2011', 0),
(21, '{5E30B9FF-F5CB-4C24-8C14-F89B32D65BA2}', 'Ajay Kumar Prasad', 'ajay kumar prasad', '', 'FALSE', '5/14/2011', 0),
(22, '{C8B75E27-40F8-4D2C-AE2D-08D01EEC49F2}', 'ajay.toshiniwal@gmail.com', 'ajay.toshiniwal@gmail.com', '', 'FALSE', '12/3/2013', 0),
(23, '{58FF43A1-47E1-46D7-9F62-8F504324459D}', 'ajaygo', 'ajaygo', '', 'FALSE', '10/19/2010', 0),
(24, '{4DA7FD2E-13B2-4C20-838D-479E8B945047}', 'ajita', 'ajita', '', 'FALSE', '4/8/2014', 0),
(25, '{EAF01384-B380-4A6E-8A88-7A148A0E19BF}', 'akhsita', 'akhsita', '', 'FALSE', '4/28/2010', 0),
(26, '{3D5904F6-ED95-41C4-9A62-DA37F0A79735}', 'akmaity', 'akmaity', '', 'FALSE', '12/17/2012', 0),
(27, '{8668CD70-1A2C-4395-9CAA-4D4587E37029}', 'Alok', 'alok', '', 'FALSE', '11/4/2013', 0),
(28, '{1D324A9D-CD7A-4037-A12E-575893BC92FD}', 'Amarpal singh', 'amarpal singh', '', 'FALSE', '10/4/2011', 0),
(29, '{AA4DC224-AF6F-4ADB-91B8-9174830C93F6}', 'ameeraal', 'ameeraal', '', 'FALSE', '9/14/2011', 0),
(30, '{6B7C9752-52FE-40BC-8F26-F1FC60FB2CC8}', 'amit', 'amit', '', 'FALSE', '1/29/2010', 0),
(31, '{7774E35A-D94B-4BAC-8E6D-B5E0F59D3DB6}', 'amitesh.osta', 'amitesh.osta', '', 'FALSE', '5/9/2012', 0),
(32, '{DAE053F5-DC49-4270-AC0F-C7753BCFFC99}', 'amritsomaiah', 'amritsomaiah', '', 'FALSE', '7/20/2013', 0),
(33, '{0987BCB6-FBDB-4059-81E4-467C681DAE0B}', 'anagha', 'anagha', '', 'FALSE', '9/28/2012', 0),
(34, '{12554A68-1BA1-463F-AEEB-B0FF7EEA4117}', 'anamika', 'anamika', '', 'FALSE', '7/14/2011', 0),
(35, '{DFC97504-B656-4D83-92B9-6B666CDB850C}', 'anand', 'anand', '', 'FALSE', '12/24/2012', 0),
(36, '{36005256-5791-4254-BCF5-DC4781585E97}', 'anilbisht04', 'anilbisht04', '', 'FALSE', '12/27/2010', 0),
(37, '{C56F145A-F012-4439-A130-308DC74B8EEC}', 'anilgupta.kumar@rediffmail.com', 'anilgupta.kumar@rediffmail.com', '', 'FALSE', '2/9/2013', 0),
(38, '{4E32E213-A7E9-451D-A509-3BF633788C6B}', 'anilp', 'anilp', '', 'FALSE', '2/4/2011', 0),
(39, '{B23429A7-29DD-4597-8353-E188FF95D010}', 'Anilpandey', 'anilpandey', '', 'FALSE', '1/25/2011', 0),
(40, '{4D58BB7C-EA89-464F-A673-7BA399AE1853}', 'Aniruddh', 'aniruddh', '', 'FALSE', '9/23/2012', 0),
(41, '{B70CEF8D-36FA-4909-81CC-D505EC35D34F}', 'arifiqbal', 'arifiqbal', '', 'FALSE', '12/30/2012', 0),
(42, '{7636C590-B8AF-407A-8EBA-F7AB5C61D3A9}', 'arifiqbal99', 'arifiqbal99', '', 'FALSE', '12/5/2012', 0),
(43, '{A21F7E18-3E7C-445B-A411-9D0B74F2E171}', 'Arvind Kapoor', 'arvind kapoor', '', 'FALSE', '6/9/2012', 0),
(44, '{88725CCA-5510-41D0-A0CE-F73A5A1429FE}', 'arvindsidhaye', 'arvindsidhaye', '', 'FALSE', '4/11/2014', 0),
(45, '{BE78ACC6-38EC-43E3-A57E-12A723B7CB56}', 'aselh12', 'aselh12', '', 'FALSE', '10/29/2012', 0),
(46, '{24D43174-B45F-46BE-80DF-9A07D1CAFF91}', 'ashis bala', 'ashis bala', '', 'FALSE', '6/2/2012', 0),
(47, '{ECAE5DD1-534F-4EB3-A2A1-70558CC5B4D5}', 'ashisbala', 'ashisbala', '', 'FALSE', '4/4/2012', 0),
(48, '{C7BB88C3-076D-4F06-ABF6-83D34261AB64}', 'AshishOvalekar', 'ashishovalekar', '', 'FALSE', '2/12/2010', 0),
(49, '{469E7BC4-6A94-459D-AFEA-60A29B1F438B}', 'ASHUTO9K', 'ashuto9k', '', 'FALSE', '9/7/2010', 0),
(50, '{690A98A6-0EA0-45F9-AB15-107528425A7A}', 'ASISH KUMAR DAS', 'asish kumar das', '', 'FALSE', '7/11/2012', 0),
(51, '{5197896F-D217-4DD4-A305-22B0C0A038B8}', 'Aspuar', 'aspuar', '', 'FALSE', '9/4/2012', 0),
(52, '{CA2BE3EB-80F9-4963-B2CE-EF9506BA301E}', 'avinash', 'avinash', '', 'FALSE', '2/4/2013', 0),
(53, '{007A9F74-DFB6-47F2-8514-59B708B53560}', 'avjayaramarao', 'avjayaramarao', '', 'FALSE', '9/30/2010', 0),
(54, '{E53B8610-6A9A-41E8-813D-6B3EB6FEF008}', 'awdheshgupta1311', 'awdheshgupta1311', '', 'FALSE', '9/22/2011', 0),
(55, '{4318D2C3-390C-488B-9F23-E068333294A0}', 'balaji.v', 'balaji.v', '', 'FALSE', '5/31/2013', 0),
(56, '{1DAD90F8-3F12-455A-90B5-07A829F8E1F9}', 'balramgorak', 'balramgorak', '', 'FALSE', '1/4/2011', 0),
(57, '{EA16FD1D-66EB-4236-9D86-4B8CB4A3A4D6}', 'barendbouma', 'barendbouma', '', 'FALSE', '6/21/2011', 0),
(58, '{91D16212-8FA1-49A5-A9EB-B7D580AF40D6}', 'bbupadhyay', 'bbupadhyay', '', 'FALSE', '5/7/2013', 0),
(59, '{57EEAD12-7056-41A0-822A-5BF94F23C491}', 'bish11', 'bish11', '', 'FALSE', '2/16/2014', 0),
(60, '{6901E897-D18D-4010-B43B-BC3F40508742}', 'blisslover', 'blisslover', '', 'FALSE', '2/13/2014', 0),
(61, '{6F5EF7AB-5B8F-44ED-84BE-8939798C0C63}', 'bmakadia', 'bmakadia', '', 'FALSE', '2/17/2012', 0),
(62, '{EC28C6F7-2489-49A9-9591-5EEF0B3EC6A2}', 'bobbykpaul', 'bobbykpaul', '', 'FALSE', '12/11/2012', 0),
(63, '{9B100F24-9851-4481-887A-709B62F7E38E}', 'brtashu', 'brtashu', '', 'FALSE', '10/27/2012', 0),
(64, '{E6483477-87E2-4F8A-B1AD-CE9A3D7C1AA5}', 'Byrapattana Krishna', 'byrapattana krishna', '', 'FALSE', '11/14/2013', 0),
(65, '{C3566816-6B39-427B-A3D7-DFE462E9A5FD}', 'chandan', 'chandan', '', 'FALSE', '7/25/2013', 0),
(66, '{C53653B2-443F-42E6-A823-D7FE29C9F5BD}', 'chandan singh', 'chandan singh', '', 'FALSE', '10/18/2011', 0),
(67, '{5A629B81-4278-4DBC-AE59-C81875667D5B}', 'chennaijurist', 'chennaijurist', '', 'FALSE', '8/3/2013', 0),
(68, '{3AE31C7D-4402-45D0-8198-C0F6F88BEB87}', 'Chris Thian', 'chris thian', '', 'FALSE', '12/12/2011', 0),
(69, '{012BC3DA-60A3-483C-8A1A-ECF794FE89A3}', 'csanjeeva', 'csanjeeva', '', 'FALSE', '9/15/2013', 0),
(70, '{BC6A44BB-7784-41B7-B78A-92D6FDF304FF}', 'csanjeeva28', 'csanjeeva28', '', 'FALSE', '5/10/2014', 0),
(71, '{7F7C7CA6-8437-4453-8E22-B99717BB5090}', 'csanjeevarao', 'csanjeevarao', '', 'FALSE', '10/23/2013', 0),
(72, '{3835CCA9-BEED-4300-A841-FF829617E228}', 'Danishalig', 'danishalig', '', 'FALSE', '7/27/2013', 0),
(73, '{8239700C-558C-488D-9830-9FD7ECEC2B86}', 'de.sovik@gmail.com', 'de.sovik@gmail.com', '', 'FALSE', '8/2/2013', 0),
(74, '{538AC15F-0A5A-4BF4-9FD3-7355059D0C00}', 'debasish', 'debasish', '', 'FALSE', '9/19/2012', 0),
(75, '{B8C3A827-9E50-448D-A644-0073A8D16F06}', 'deborshi', 'deborshi', '', 'FALSE', '9/10/2010', 0),
(76, '{FB6642F5-D2A4-4669-ACD9-717344C7E57C}', 'Deepak', 'deepak', '', 'FALSE', '4/17/2013', 0),
(77, '{97519036-CD62-4DEF-89E8-052FE385B49E}', 'devusir0101@gmail.com', 'devusir0101@gmail.com', '', 'FALSE', '10/28/2013', 0),
(78, '{754D2515-2DAB-4D1F-99B6-A726505FDFF8}', 'DIBA', 'diba', '', 'FALSE', '4/16/2012', 0),
(79, '{73520B00-1987-497C-A3BF-81D760A6FE6C}', 'DINESH SHAHI', 'dinesh shahi', '', 'FALSE', '2/5/2014', 0),
(80, '{A737D05B-28AB-475A-8C3D-9841C2EF846F}', 'dip_das2000', 'dip_das2000', '', 'FALSE', '6/12/2012', 0),
(81, '{84B93633-6970-4A75-8328-900742D9CAE7}', 'dipanjansen', 'dipanjansen', '', 'FALSE', '9/22/2013', 0),
(82, '{FFF35AC9-E51B-47C7-80F5-71F76BCFC962}', 'dipikaagarawal', 'dipikaagarawal', '', 'FALSE', '1/13/2011', 0),
(83, '{941A4F4D-9A44-41A6-9BAF-41702681CCD7}', 'dr.sooryan', 'dr.sooryan', '', 'FALSE', '1/9/2013', 0),
(84, '{880740B0-C1D3-458A-84DC-80E0E434CB37}', 'Durgadas Biswas', 'durgadas biswas', '', 'FALSE', '1/24/2012', 0),
(85, '{8C1892AF-A16D-466B-9396-5B32A70496DE}', 'dvpatkar', 'dvpatkar', '', 'FALSE', '4/15/2014', 0),
(86, '{8BDF6E4A-DA6D-4A39-B48C-C7B3207D13F0}', 'ebincooper', 'ebincooper', '', 'FALSE', '1/4/2012', 0),
(87, '{9B4FED25-F8C2-4F91-AB1D-6CEE90D5C433}', 'elayakumars', 'elayakumars', '', 'FALSE', '3/21/2013', 0),
(88, '{6C7CEA99-5D66-4465-A88B-EA66CCDF039B}', 'elhas14', 'elhas14', '', 'FALSE', '4/7/2014', 0),
(89, '{C8AA2376-ED68-4FAA-87D8-83253D601A76}', 'exlibris', 'exlibris', '', 'FALSE', '10/14/2013', 0),
(90, '{D07FDF0B-68A8-484A-8154-1795549725B2}', 'EZHIL', 'ezhil', '', 'FALSE', '10/25/2012', 0),
(91, '{44A404DD-AF99-49DE-9CFE-2E5A2D55B300}', 'Gaurav', 'gaurav', '', 'FALSE', '9/16/2010', 0),
(92, '{3CBA612B-E9B1-40D7-8DAD-C82A6CD9139F}', 'Gaurav Gupta', 'gaurav gupta', '', 'FALSE', '9/28/2010', 0),
(93, '{1C7C683D-998E-473A-B1CB-E92A5C190255}', 'Gaurav Ray', 'gaurav ray', '', 'FALSE', '4/18/2012', 0),
(94, '{2170EB31-B211-40D7-8845-92D65054C7D2}', 'gift', 'gift', '', 'FALSE', '9/14/2011', 0),
(95, '{25F52615-D19C-4E3D-AA0C-E0D94CF55982}', 'GopaalDhussa', 'gopaaldhussa', '', 'FALSE', '7/2/2013', 0),
(96, '{F5260E4E-EC4B-4300-A160-AC7480A32739}', 'goshawk', 'goshawk', '', 'FALSE', '12/23/2010', 0),
(97, '{FE1F58F9-D4CE-4348-9576-A87BF1620062}', 'gyanendra', 'gyanendra', '', 'FALSE', '8/29/2013', 0),
(98, '{A8A7B343-371E-4916-A70E-1930F3940403}', 'hemal chotai', 'hemal chotai', '', 'FALSE', '5/5/2012', 0),
(99, '{A5DD597F-C0B0-41AA-BA17-18F3E2FA855A}', 'hemangshah', 'hemangshah', '', 'FALSE', '5/26/2011', 0),
(100, '{BE7DA0A0-785B-40A4-B65F-44A25C132E84}', 'Hiren Somaiya', 'hiren somaiya', '', 'FALSE', '10/26/2012', 0),
(101, '{D4567DA0-F091-4AB9-A0C7-27D38BB2E4EC}', 'ibrahimnoor', 'ibrahimnoor', '', 'FALSE', '5/1/2010', 0),
(102, '{DE983C39-91F1-4042-A8C2-7F8A8C6D6F83}', 'indray721', 'indray721', '', 'FALSE', '4/24/2014', 0),
(103, '{DD48198D-97BE-4403-8193-0156EAF82AB1}', 'irshad dand', 'irshad dand', '', 'FALSE', '9/5/2012', 0),
(104, '{BA134337-69A3-4146-9BCA-A7D2500858BF}', 'jagjit singh chhabra', 'jagjit singh chhabra', '', 'FALSE', '10/14/2011', 0),
(105, '{F86F2334-14F0-4774-9703-2939C6555A4F}', 'james', 'james', '', 'FALSE', '11/9/2013', 0),
(106, '{EC2788F8-6311-4AAA-8121-8F0E6CC931B7}', 'Jamshed', 'jamshed', '', 'FALSE', '4/29/2011', 0),
(107, '{19AFE98A-68C0-4443-BF1E-F7CBCA5277E7}', 'JANMEJAYA MOHAPATRA', 'janmejaya mohapatra', '', 'FALSE', '12/8/2011', 0),
(108, '{57D16B7D-F78E-4467-9E14-66DBBCC7D13E}', 'JapinderJagpal', 'japinderjagpal', '', 'FALSE', '9/19/2011', 0),
(109, '{1D5824A1-5A3E-4D8F-A36F-52AEAF2E1146}', 'jonambed', 'jonambed', '', 'FALSE', '4/3/2014', 0),
(110, '{44DA2B2C-A92B-4BD3-80ED-2D7E74F51C0E}', 'kajoshi1', 'kajoshi1', '', 'FALSE', '9/13/2012', 0),
(111, '{822BE0D9-9800-436D-9EC8-08D1F8C3A2F5}', 'kapilbatra70', 'kapilbatra70', '', 'FALSE', '9/30/2013', 0),
(112, '{3128E716-D499-47A7-AD29-7462DD2E0CB0}', 'karbhowmik', 'karbhowmik', '', 'FALSE', '5/4/2014', 0),
(113, '{78814E84-E3E2-473D-A5FC-2D9744F40CC6}', 'keehengtan', 'keehengtan', '', 'FALSE', '5/8/2010', 0),
(114, '{D4A8D2B4-1355-4148-B051-29CB6CED6F06}', 'kirankumar999', 'kirankumar999', '', 'FALSE', '5/6/2014', 0),
(115, '{3D9EDEF6-06B6-4AAC-A586-86D3D158DD66}', 'kiritnilay', 'kiritnilay', '', 'FALSE', '4/9/2012', 0),
(116, '{7D0C7F92-337E-4520-8AE1-E66C6868E6DF}', 'kmsquant', 'kmsquant', '', 'FALSE', '1/13/2013', 0),
(117, '{2AE6AD8B-F68D-477E-A4D7-4243D1EA37CA}', 'kshamajain', 'kshamajain', '', 'FALSE', '10/4/2011', 0),
(118, '{A648C5B8-F371-4BB7-8F8C-1B49DEA38842}', 'KUKULIB.007@GMAIL.COM', 'kukulib.007@gmail.com', '', 'FALSE', '11/15/2012', 0),
(119, '{58A5262E-6F24-4C5F-AA62-F30E27A33699}', 'Kushals1', 'kushals1', '', 'FALSE', '2/3/2014', 0),
(120, '{CA0C48A9-107B-463B-B132-D34268E308C2}', 'latheefadv', 'latheefadv', '', 'FALSE', '10/15/2012', 0),
(121, '{68A48E30-9FEC-46CD-998B-1E122BA69014}', 'lawadmin', 'lawadmin', '', 'FALSE', '6/4/2014', 0),
(122, '{89126A11-BDD8-4621-AC83-93684308B82D}', 'legal001', 'legal001', '', 'FALSE', '12/30/2012', 0),
(123, '{37CDE76D-9DAD-4417-AE6F-A99730DC7AEF}', 'legaloo7', 'legaloo7', '', 'FALSE', '12/26/2012', 0),
(124, '{75C74E44-3EC3-4B18-B3A2-A8CA507EF2CD}', 'lensel', 'lensel', '', 'FALSE', '3/10/2010', 0),
(125, '{719D7FBC-25E6-45F7-86C9-9A80D154834A}', 'Library', 'library', '', 'FALSE', '7/26/2011', 0),
(126, '{25C5C530-BD95-4D33-A602-35B32B5757F6}', 'Linu Charles', 'linu charles', '', 'FALSE', '9/8/2012', 0),
(127, '{044A9139-C4D6-4002-9A4C-59D61A4926F6}', 'lnh30', 'lnh30', '', 'FALSE', '4/5/2014', 0),
(128, '{AEF7DF4D-8564-4CF4-8EEF-D60124DD2EFF}', 'lnseldev', 'lnseldev', '', 'FALSE', '8/10/2010', 0),
(129, '{3C2DC880-FD21-4357-969F-160CD80EB3D8}', 'lnselkol', 'lnselkol', '', 'FALSE', '12/24/2010', 0),
(130, '{BF003571-9C31-4FD4-808A-9651FE8877D0}', 'lokeshrastogi', 'lokeshrastogi', '', 'FALSE', '6/10/2013', 0),
(131, '{561A97B4-BB44-47D9-9F22-66C5EC3C59E5}', 'Madhabanand', 'madhabanand', '', 'FALSE', '4/7/2012', 0),
(132, '{BC4EC7AF-CE15-4BC5-9706-385883DF8C06}', 'mahavir prasad baid', 'mahavir prasad baid', '', 'FALSE', '5/16/2012', 0),
(133, '{36F61B94-0474-406F-AF6A-4D0E687CDF08}', 'mahesh', 'mahesh', '', 'FALSE', '1/28/2010', 0),
(134, '{650BCC3F-5998-4921-B0C7-D1E25FCD220A}', 'mahesh23', 'mahesh23', '', 'FALSE', '4/19/2012', 0),
(135, '{EA366677-2219-4D3C-9ABE-CDE6B03A6D1C}', 'maheshg123', 'maheshg123', '', 'FALSE', '10/13/2010', 0),
(136, '{3B9CCB92-D27C-4024-A8CD-3C8A18B048BE}', 'mail2azamkhan@gmail.com', 'mail2azamkhan@gmail.com', '', 'FALSE', '3/2/2011', 0),
(137, '{370CF579-1943-429D-AC9D-31980A5F08D7}', 'makardhwaja barik', 'makardhwaja barik', '', 'FALSE', '10/20/2010', 0),
(138, '{A30A7100-470A-461E-B045-264A5533D151}', 'mandakini', 'mandakini', '', 'FALSE', '12/11/2011', 0),
(139, '{29373566-99B1-4A0E-A857-415682439289}', 'manish_7', 'manish_7', '', 'FALSE', '9/26/2010', 0),
(140, '{B5907474-EF51-44B6-9556-DEA6E071F19F}', 'manisha.gdas', 'manisha.gdas', '', 'FALSE', '5/25/2014', 0),
(141, '{A80164F4-B1CF-4978-A4A2-B7C5D49E4D07}', 'manishp23', 'manishp23', '', 'FALSE', '3/14/2011', 0),
(142, '{967CD2AA-C972-472B-9E58-730F89DF3868}', 'MANJIT SINGH PANESAR', 'manjit singh panesar', '', 'FALSE', '10/25/2010', 0),
(143, '{7AD4540F-0C89-4397-BDAF-36AE4F049D3D}', 'manosijmukherjee', 'manosijmukherjee', '', 'FALSE', '6/1/2013', 0),
(144, '{C2AC7784-2760-4F3D-B7B6-2A4E5188157F}', 'manpreet73', 'manpreet73', '', 'FALSE', '10/24/2013', 0),
(145, '{19A2668B-5285-486C-BC6A-7DE7761A8E64}', 'manpreetkaur', 'manpreetkaur', '', 'FALSE', '3/13/2011', 0),
(146, '{F794C518-5190-4E70-9597-EBA594D35133}', 'manpreetsonu', 'manpreetsonu', '', 'FALSE', '3/22/2011', 0),
(147, '{07B490AE-22F2-4E38-8B80-930CD58B1120}', 'manu_sml', 'manu_sml', '', 'FALSE', '1/29/2014', 0),
(148, '{D167B1A6-FE76-43F6-90BC-C998D8CE2EEC}', 'milind.kanekar', 'milind.kanekar', '', 'FALSE', '2/7/2014', 0),
(149, '{54F5DF3A-3F0E-4FEF-94F5-66CDDB002797}', 'mily', 'mily', '', 'FALSE', '7/15/2011', 0),
(150, '{6453C918-48D6-4BEA-866A-686E07A59F8C}', 'mily2011', 'mily2011', '', 'FALSE', '7/27/2011', 0),
(151, '{B9D65536-7F6F-4EAB-95F4-A319FCFCD81D}', 'mn161', 'mn161', '', 'FALSE', '2/21/2013', 0),
(152, '{DD91718B-0F5C-4750-BF53-037F95CBC1B3}', 'Mohammad Firoz Harsori', 'mohammad firoz harsori', '', 'FALSE', '3/7/2014', 0),
(153, '{D72CFEA4-7A15-4FCC-8295-C6C47109BEF1}', 'Mohan kumar', 'mohan kumar', '', 'FALSE', '11/17/2012', 0),
(154, '{7753F91A-DBE5-499F-8C6A-1542202CB4BE}', 'moongoon30', 'moongoon30', '', 'FALSE', '1/25/2014', 0),
(155, '{C7A39952-5180-46B9-9C12-6C30FAE45E8F}', 'moumita', 'moumita', '', 'FALSE', '3/9/2011', 0),
(156, '{D23E94A8-B0D5-4D44-B458-3082E7E09F59}', 'moumita1', 'moumita1', '', 'FALSE', '3/9/2011', 0),
(157, '{6FB5F334-C5E2-4887-9BA9-EBD94CFD1AFE}', 'mudit_lko', 'mudit_lko', '', 'FALSE', '5/19/2012', 0),
(158, '{64C81508-B6D2-41AC-BB41-44A68A53B4A7}', 'mukul', 'mukul', '', 'FALSE', '2/22/2014', 0),
(159, '{9DAEB920-D449-4BCD-BF50-68E689A2D46E}', 'N.Ayyappan', 'n.ayyappan', '', 'FALSE', '11/11/2010', 0),
(160, '{0827F980-A267-4C55-9B4A-0E0F7E921655}', 'NAGARAJ K', 'nagaraj k', '', 'FALSE', '2/26/2014', 0),
(161, '{8D18858B-B744-4D15-85BD-884ED4C9E220}', 'nagendra005', 'nagendra005', '', 'FALSE', '3/31/2011', 0),
(162, '{99666753-2B28-40A3-8C44-8A1A21CFD551}', 'Nagendran', 'nagendran', '', 'FALSE', '3/15/2013', 0),
(163, '{E3D7C873-8070-4F75-AE6B-DB0A4BCC3099}', 'NAKUL', 'nakul', '', 'FALSE', '12/8/2012', 0),
(164, '{2919016F-09B5-455B-BEDF-03CD62F17D56}', 'nandibhai', 'nandibhai', '', 'FALSE', '3/21/2012', 0),
(165, '{2EA2C459-1B34-4FE8-B6AA-7DF4190BA0AE}', 'narenlaw', 'narenlaw', '', 'FALSE', '1/6/2013', 0),
(166, '{0766B361-0714-49F1-850B-D7D32F2E6162}', 'navneetthanvi', 'navneetthanvi', '', 'FALSE', '10/2/2013', 0),
(167, '{A2BA4D4E-7F42-42E4-A7A7-2EAB50B18F79}', 'nazima ahmed', 'nazima ahmed', '', 'FALSE', '1/24/2013', 0),
(168, '{7DF6EE7B-ADA2-4073-871B-93AAEE236FDA}', 'neels', 'neels', '', 'FALSE', '5/31/2014', 0),
(169, '{329C6E35-7A00-4559-8ABC-9728975EFA9A}', 'neerajmishra', 'neerajmishra', '', 'FALSE', '3/8/2014', 0),
(170, '{8C219F0B-84BC-4630-9DD4-D6932428383B}', 'neeschey', 'neeschey', '', 'FALSE', '1/14/2014', 0),
(171, '{B6B41407-DCFF-4CD4-9D7E-C96D15FFDA83}', 'neeschey23', 'neeschey23', '', 'FALSE', '1/14/2014', 0),
(172, '{F34FCCF2-4033-430A-BFAA-EF41887B4E04}', 'Nilanjan', 'nilanjan', '', 'FALSE', '9/22/2013', 0),
(173, '{57B94E4A-A27B-48E7-A2C8-C3C8DB881E66}', 'Nilanjan Hazra', 'nilanjan hazra', '', 'FALSE', '12/23/2013', 0),
(174, '{424206B6-6B3D-4B1E-8E86-3AA0DF1B1B87}', 'nimesh', 'nimesh', '', 'FALSE', '6/17/2013', 0),
(175, '{5A85D85C-4966-4D6E-83FD-1AE225FF2ED7}', 'nitin jagtap', 'nitin jagtap', '', 'FALSE', '8/7/2010', 0),
(176, '{6FC86E91-9246-451C-A4DB-23D600A0B7F3}', 'nkargeti', 'nkargeti', '', 'FALSE', '7/27/2010', 0),
(177, '{192E9334-C4D3-41FC-B48B-27CE70A654A8}', 'npy2007.yadav@gmail.com', 'npy2007.yadav@gmail.com', '', 'FALSE', '2/3/2014', 0),
(178, '{A9A2A68C-DE69-4669-B5BF-CD936D7D4EE6}', 'nvssankaram', 'nvssankaram', '', 'FALSE', '9/10/2011', 0),
(179, '{B8263CBE-5D8C-4D20-B0F5-9C46C3CD83D4}', 'onkaroak', 'onkaroak', '', 'FALSE', '12/30/2013', 0),
(180, '{AB04B45E-55AC-46A1-AC68-9B0EFBDC1337}', 'padmanabha c h', 'padmanabha c h', '', 'FALSE', '1/10/2013', 0),
(181, '{CFA73AB6-68F8-4D5E-83B6-E68DE79ACFE4}', 'Padmavaktraga', 'padmavaktraga', '', 'FALSE', '5/23/2014', 0),
(182, '{4FF03671-97B2-4369-BE02-8CE87DC45341}', 'panrai', 'panrai', '', 'FALSE', '9/19/2010', 0),
(183, '{DE292F3C-F57D-4A81-8642-177430709B4B}', 'paresh', 'paresh', '', 'FALSE', '4/14/2014', 0),
(184, '{5E0442A7-6CFF-445D-83FD-C072F8305FF0}', 'parijatabhardwaj', 'parijatabhardwaj', '', 'FALSE', '7/26/2013', 0),
(185, '{E533232A-0926-48CF-9F25-1709AC29903B}', 'Paripurnachary', 'paripurnachary', '', 'FALSE', '8/14/2011', 0),
(186, '{241A78A4-3873-4E57-A986-429BD6544289}', 'piyush', 'piyush', '', 'FALSE', '11/17/2013', 0),
(187, '{5D95B98C-162F-4F14-B5BA-3751AE651E0C}', 'piyush patel', 'piyush patel', '', 'FALSE', '1/14/2014', 0),
(188, '{46DE6A4B-951F-4527-83EA-26DE93C36775}', 'Poornachandra', 'poornachandra', '', 'FALSE', '9/25/2012', 0),
(189, '{8A304A25-1B01-4F20-92FC-BBC47D6A64B0}', 'PP1969', 'pp1969', '', 'FALSE', '10/25/2012', 0),
(190, '{06163A9C-79EE-4554-8137-1DAE08602A92}', 'prabir', 'prabir', '', 'FALSE', '5/16/2011', 0),
(191, '{984830E2-CC6C-451C-9065-ABCD759B9370}', 'Pradeesh', 'pradeesh', '', 'FALSE', '2/19/2014', 0),
(192, '{B3233BC3-CFCF-4CF4-B058-D66FD373FF61}', 'pradip', 'pradip', '', 'FALSE', '11/12/2010', 0),
(193, '{F004D818-8A51-4514-AECE-18C1629AC46A}', 'Prasad', 'prasad', '', 'FALSE', '8/19/2012', 0),
(194, '{46FCD28B-CADE-4815-8871-68D99BE75C16}', 'PRASAD SHELAKE', 'prasad shelake', '', 'FALSE', '4/26/2013', 0),
(195, '{E66933BA-2C4A-404F-AA30-C094ADE1CF50}', 'prashantbhupati', 'prashantbhupati', '', 'FALSE', '11/25/2013', 0),
(196, '{74D7C210-7430-468F-B2A4-E135B56A1C63}', 'pravintky', 'pravintky', '', 'FALSE', '9/5/2013', 0),
(197, '{578A0926-B714-41E9-BA85-30129ABF8D04}', 'preetikush', 'preetikush', '', 'FALSE', '1/21/2011', 0),
(198, '{DFF7A355-0128-4DFA-A7E6-E4BE6DC40E29}', 'priyadarshi', 'priyadarshi', '', 'FALSE', '7/26/2013', 0),
(199, '{5FE86920-BF9F-4238-973F-3D551333AC8D}', 'Psharm1', 'psharm1', '', 'FALSE', '2/7/2013', 0),
(200, '{4C16777D-C9A3-4697-ABC1-AB5F25ABF88C}', 'psponline', 'psponline', '', 'FALSE', '4/23/2013', 0),
(201, '{7642A10A-CC62-4186-A2DC-68A98D39700A}', 'punam', 'punam', '', 'FALSE', '3/14/2013', 0),
(202, '{6EDD919F-8A8D-4716-9576-E12E69454089}', 'raajravi17', 'raajravi17', '', 'FALSE', '5/23/2014', 0),
(203, '{D54BB1E5-2EA3-417D-8CBC-E795C517B910}', 'raghavendra', 'raghavendra', '', 'FALSE', '8/23/2013', 0),
(204, '{80CFF71E-D32A-4349-8965-7A579B392BB3}', 'raghurajkolkar@gmail.com', 'raghurajkolkar@gmail.com', '', 'FALSE', '7/1/2010', 0),
(205, '{C1226DA1-DE43-4575-BCC3-B23576680518}', 'railwayvenkat', 'railwayvenkat', '', 'FALSE', '3/15/2014', 0),
(206, '{D8DF310C-B697-48F9-AE71-452E1E2736EB}', 'raj', 'raj', '', 'FALSE', '1/29/2010', 0),
(207, '{9AC61F59-D9CB-4DEC-8CB3-8B0E755E8634}', 'rajat2011', 'rajat2011', '', 'FALSE', '2/2/2011', 0),
(208, '{501CC8F8-83C6-45BE-92D8-ABA1444B5BF0}', 'rajeevsinghranchi', 'rajeevsinghranchi', '', 'FALSE', '3/13/2014', 0),
(209, '{E47E6B03-F93F-4F5F-94EC-9F927E4D1F18}', 'Rajendra', 'rajendra', '', 'FALSE', '4/23/2010', 0),
(210, '{0D44A915-8693-4088-A52F-7EFD5A9DF980}', 'Rajendra Prasad', 'rajendra prasad', '', 'FALSE', '3/27/2010', 0),
(211, '{06AE62B0-2E0F-49CE-9E99-1949A6B41BFB}', 'rajesh', 'rajesh', '', 'FALSE', '8/30/2012', 0),
(212, '{83E11161-5594-4E67-A0D2-2295C48BE8E7}', 'Rajesh Kumar', 'rajesh kumar', '', 'FALSE', '3/31/2012', 0),
(213, '{1939EF32-609A-4722-A9B5-4803D58F4726}', 'rajesh68', 'rajesh68', '', 'FALSE', '10/3/2011', 0),
(214, '{43833024-8436-4280-A126-0F5C63608CF1}', 'rakshith bv', 'rakshith bv', '', 'FALSE', '8/30/2011', 0),
(215, '{46A520A1-163B-4906-8847-146997BD3724}', 'RAMAN NAIR', 'raman nair', '', 'FALSE', '5/23/2013', 0),
(216, '{AABEE340-3FA4-4849-8AD3-794ECB63B46C}', 'ramyangshu', 'ramyangshu', '', 'FALSE', '5/9/2014', 0),
(217, '{20A89E96-5907-4987-B894-498E4E76A117}', 'ranjan', 'ranjan', '', 'FALSE', '2/27/2014', 0),
(218, '{28D8BDB2-4258-482B-B650-E9377A0C9B4A}', 'ranjan_das2009@yahoo.com', 'ranjan_das2009@yahoo.com', '', 'FALSE', '4/5/2010', 0),
(219, '{037D904B-9C4B-43BA-87DD-4C636C694152}', 'ravalandco', 'ravalandco', '', 'FALSE', '1/5/2013', 0),
(220, '{C4747CBE-A7DD-4DE9-BE61-3473DBE4C37D}', 'ravindran', 'ravindran', '', 'FALSE', '12/10/2012', 0),
(221, '{6F5002CB-CCCB-4743-8EBC-3DFD8CA8E459}', 'Ravindran IPS', 'ravindran ips', '', 'FALSE', '7/23/2013', 0),
(222, '{00FD65B0-85A1-4CA5-8372-DB0CD5B4896E}', 'razman', 'razman', '', 'FALSE', '10/29/2010', 0),
(223, '{506DB508-CF28-42AB-BE69-92363B0F8104}', 'rcontour', 'rcontour', '', 'FALSE', '3/1/2010', 0),
(224, '{7EE84029-C07C-4EB0-82F0-D702AD3E0499}', 'Rejitha Nair', 'rejitha nair', '', 'FALSE', '7/10/2013', 0),
(225, '{7A44F28B-5CE4-4EE2-A69B-FC2810D43A58}', 'renjithmthomas', 'renjithmthomas', '', 'FALSE', '1/15/2014', 0),
(226, '{BEFC0002-F29E-463C-B7FA-412F772F016E}', 'Rishiraj Borooah', 'rishiraj borooah', '', 'FALSE', '7/26/2010', 0),
(227, '{4A60242B-F941-4C37-B8B0-394143213E9C}', 'rishitrack', 'rishitrack', '', 'FALSE', '2/28/2014', 0),
(228, '{237811C3-501B-4996-9ABC-177E84E9518F}', 'RK219', 'rk219', '', 'FALSE', '4/17/2013', 0),
(229, '{7EE768A3-AEEA-4426-9DB8-4DED609F9AD2}', 'rka538', 'rka538', '', 'FALSE', '9/5/2011', 0),
(230, '{85060DB2-336A-422C-AAE9-8E2524C0FDCA}', 'rkkundan125', 'rkkundan125', '', 'FALSE', '10/10/2012', 0),
(231, '{94CFFDE1-90DB-4D7E-A3DF-0536666D0054}', 'romesh911', 'romesh911', '', 'FALSE', '2/27/2011', 0),
(232, '{4BB25D9F-3FC7-45DE-87FD-E65750804E20}', 'ronak', 'ronak', '', 'FALSE', '4/23/2010', 0),
(233, '{45386C0C-D6AF-4CBF-8C22-DF5FF0AA3745}', 'rootsandwingskolkata', 'rootsandwingskolkata', '', 'FALSE', '9/23/2010', 0),
(234, '{AD831711-FAF7-4719-A407-3AEC278C6439}', 'rskale9', 'rskale9', '', 'FALSE', '8/12/2012', 0),
(235, '{E62D978F-1F46-42E1-B5E7-1DD1450F3895}', 'rvkassocites', 'rvkassocites', '', 'FALSE', '1/18/2011', 0),
(236, '{0D841607-76A8-464D-8CD9-B42742864FAD}', 's k ravi', 's k ravi', '', 'FALSE', '11/11/2013', 0),
(237, '{0523B50A-9099-4F33-9325-F60A45D6D81A}', 's sriram', 's sriram', '', 'FALSE', '12/15/2012', 0),
(238, '{1079F91C-3427-4A9D-B85A-8B73405B0BBD}', 'S.Subramanian', 's.subramanian', '', 'FALSE', '11/27/2012', 0),
(239, '{F3FA77E0-F5A9-46B0-B6DC-7F8ECE0CF55E}', 'SAJANLAW', 'sajanlaw', '', 'FALSE', '3/22/2014', 0),
(240, '{204719AD-28D4-4E9C-9F16-762F0FDDBD04}', 'sajanlaw123', 'sajanlaw123', '', 'FALSE', '3/22/2014', 0),
(241, '{9739F8F5-C24E-4A04-9E0F-61A38AD8BC4D}', 'sajeev.paul', 'sajeev.paul', '', 'FALSE', '7/14/2012', 0),
(242, '{C875F589-0A09-4347-A002-D1AC27173323}', 'sandeep jhunjhun wala', 'sandeep jhunjhun wala', '', 'FALSE', '1/3/2011', 0),
(243, '{D24987B7-50D8-454B-9F97-B607B749646B}', 'sandip', 'sandip', '', 'FALSE', '8/31/2012', 0),
(244, '{11982473-1AA9-4D09-A7FE-E92E5676DE44}', 'sandysamsamant', 'sandysamsamant', '', 'FALSE', '5/5/2014', 0),
(245, '{D1F3B864-0144-4A1D-AB7E-4AF1D6800CA9}', 'sangita', 'sangita', '', 'FALSE', '7/13/2011', 0),
(246, '{F81415AD-56F6-4180-BF51-A16C2A240881}', 'sangita.shaw', 'sangita.shaw', '', 'FALSE', '7/13/2011', 0),
(247, '{DEFFCC45-85D1-4792-8900-395B3598336E}', 'sangita_2011', 'sangita_2011', '', 'FALSE', '7/30/2011', 0),
(248, '{09DC6CDE-8D5A-4EFD-AFD0-EED373D6AD6E}', 'sangitaa', 'sangitaa', '', 'FALSE', '7/27/2011', 0),
(249, '{EB4508E8-7170-4B29-AA93-EA61D923D2B1}', 'SANJAY KR. JHA', 'sanjay kr. jha', '', 'FALSE', '1/11/2014', 0),
(250, '{67501FB1-ACE6-4489-9F65-E5237F43777C}', 'Sanjoy Chakraborti', 'sanjoy chakraborti', '', 'FALSE', '3/16/2010', 0),
(251, '{401AD922-8D83-4E71-BA85-50763FEA52E0}', 'sankarnath70', 'sankarnath70', '', 'FALSE', '2/14/2011', 0),
(252, '{34D8686C-B552-4912-A7B2-AD966979EEDF}', 'santhosh', 'santhosh', '', 'FALSE', '12/28/2010', 0),
(253, '{1B13D1F0-E8F0-45CF-9D06-40A0C635EF6E}', 'santosh', 'santosh', '', 'FALSE', '6/21/2012', 0),
(254, '{B241ECA9-1D8B-4B8D-971A-CC9CB0336E0D}', 'saunak', 'saunak', '', 'FALSE', '8/28/2012', 0),
(255, '{13C7CF37-CF2E-4772-A976-8FF75D5BD623}', 'saunaksarbajna', 'saunaksarbajna', '', 'FALSE', '11/24/2012', 0),
(256, '{AC4DBBF7-2750-44CF-AE12-1CC874BD0787}', 'Sayabant Bagh', 'sayabant bagh', '', 'FALSE', '1/27/2014', 0),
(257, '{0C046872-7B34-4D28-A033-FB5F58703F70}', 'sayan', 'sayan', '', 'FALSE', '10/24/2012', 0),
(258, '{7C778C71-2C25-4CD5-B434-57FCC52D4682}', 'sbm', 'sbm', '', 'FALSE', '5/22/2014', 0),
(259, '{8293A5E6-FE49-4FFA-B74C-906B1EFC13B4}', 'scharati', 'scharati', '', 'FALSE', '1/18/2011', 0),
(260, '{9DD51D33-CBB6-4A82-BC16-799589FC5484}', 'selvaraj r', 'selvaraj r', '', 'FALSE', '1/29/2012', 0),
(261, '{685D04D2-83B4-4876-9C83-A9814B888068}', 'shaam', 'shaam', '', 'FALSE', '12/22/2010', 0),
(262, '{CC79638D-A9E8-4871-938F-FFDE01665FBA}', 'shabbir', 'shabbir', '', 'FALSE', '5/23/2012', 0),
(263, '{429A6BC2-C5E0-40DA-B1B7-0B3458F3DBA7}', 'shalinitripathi16', 'shalinitripathi16', '', 'FALSE', '4/30/2012', 0),
(264, '{78DA41AA-C838-41F3-A548-24C610785210}', 'Shashwat', 'shashwat', '', 'FALSE', '12/8/2012', 0),
(265, '{14C1DF2F-9DC6-43E7-99FE-B8A83F3B9C0B}', 'shishir', 'shishir', '', 'FALSE', '6/22/2010', 0),
(266, '{B0DF31A6-D43B-45EA-A331-947E2CC5FCF8}', 'SHISHIRLAW', 'shishirlaw', '', 'FALSE', '8/2/2010', 0),
(267, '{10780B93-BC61-4301-99DB-D85C3C454FC0}', 'shivrambnaik', 'shivrambnaik', '', 'FALSE', '5/20/2014', 0),
(268, '{81061ED3-7683-42D1-9D38-EEFA44CEF647}', 'shobiraj', 'shobiraj', '', 'FALSE', '5/5/2014', 0),
(269, '{F49D7FF7-5CA1-4769-BD6F-5E2ACA393ED2}', 'shyama tripathi', 'shyama tripathi', '', 'FALSE', '9/10/2011', 0),
(270, '{E7212C89-894F-4477-90E4-15F2152657DE}', 'sibnathmohanta', 'sibnathmohanta', '', 'FALSE', '1/9/2012', 0),
(271, '{BBAD6F40-1156-4AEE-A602-CDB2A7B06254}', 'siddesh2005', 'siddesh2005', '', 'FALSE', '8/10/2011', 0),
(272, '{262A162D-B22F-4572-85F5-D6C6A6D66927}', 'sinhasandeep13', 'sinhasandeep13', '', 'FALSE', '11/30/2013', 0),
(273, '{DA3F73F9-85F8-4941-A705-59BC9C1D29AF}', 'SIVA SANKAR GAJULA', 'siva sankar gajula', '', 'FALSE', '4/14/2013', 0),
(274, '{4C54B975-88BD-4BBB-AAAF-D5075FD9461F}', 'sivarajam', 'sivarajam', '', 'FALSE', '10/22/2010', 0),
(275, '{2C9D7DCA-4D7B-4CC9-8A2F-8A9E8E836592}', 'sivasankar', 'sivasankar', '', 'FALSE', '10/26/2012', 0),
(276, '{C01AD15C-C17E-49C6-B5D0-DBDC3FDEEA17}', 'skverma', 'skverma', '', 'FALSE', '1/30/2012', 0),
(277, '{4FCDAC27-6792-402F-8AC3-CC8F3097E19D}', 'soniya chawla', 'soniya chawla', '', 'FALSE', '10/30/2010', 0),
(278, '{B6C85F57-8F64-4451-BACE-85762EABA18A}', 'Soumya Sen', 'soumya sen', '', 'FALSE', '9/15/2012', 0),
(279, '{ED1A0290-74E6-49F1-A071-7865E55762CC}', 'sourav.padhi', 'sourav.padhi', '', 'FALSE', '1/9/2013', 0),
(280, '{132253A1-E299-4570-AF4C-30368456BB14}', 'sovandash', 'sovandash', '', 'FALSE', '5/20/2012', 0),
(281, '{20F87F86-D268-448C-B11E-F38EC28B5FE0}', 'SRAKTIM', 'sraktim', '', 'FALSE', '8/24/2013', 0),
(282, '{EDC63426-159A-42F8-BD8B-E12658526BC7}', 'Sreejit', 'sreejit', '', 'FALSE', '4/12/2014', 0),
(283, '{899899C0-FEAE-4F56-A583-4834C3CB4098}', 'sreeku112', 'sreeku112', '', 'FALSE', '11/17/2013', 0),
(284, '{F8CDFDD3-549F-4544-909B-59371536D0D9}', 'srinub13@yahoo.co.in', 'srinub13@yahoo.co.in', '', 'FALSE', '7/20/2012', 0),
(285, '{4FAD0D0D-0073-4B4C-B734-0D08E820799C}', 'Sriparna', 'sriparna', '', 'FALSE', '9/1/2013', 0),
(286, '{E517E88D-9731-407F-8DBD-5896A6A9F08E}', 'ssd161', 'ssd161', '', 'FALSE', '9/24/2010', 0),
(287, '{06B663FA-DC67-4FB3-87AA-38A638E0518A}', 'Subhankar', 'subhankar', '', 'FALSE', '5/11/2012', 0),
(288, '{A954891D-C75A-462B-A173-39134D86FDFA}', 'Success', 'success', '', 'FALSE', '4/19/2012', 0),
(289, '{D5973559-4870-4B96-B339-9FE1E15A11B2}', 'sujitssunthankar', 'sujitssunthankar', '', 'FALSE', '8/27/2012', 0),
(290, '{2AC425FB-8B53-4750-B82F-51D266B606B1}', 'sumantbhushan', 'sumantbhushan', '', 'FALSE', '5/2/2012', 0),
(291, '{A638B74E-7945-4020-9594-3D457BB74857}', 'sumantbhushandcbs', 'sumantbhushandcbs', '', 'FALSE', '5/4/2012', 0),
(292, '{3EADCC47-389F-4F72-9F29-3BCF50B69B9B}', 'sumi', 'sumi', '', 'FALSE', '3/3/2014', 0),
(293, '{CEB3E3F6-DA6A-4228-AC69-E291BFA716BA}', 'sumit_ singla', 'sumit_ singla', '', 'FALSE', '2/25/2014', 0),
(294, '{73856032-EC80-48E9-99DB-3C61839EA26E}', 'Sunayana Gupta', 'sunayana gupta', '', 'FALSE', '5/8/2010', 0),
(295, '{99EE606A-1C94-48F2-BF62-5BAAC4B32861}', 'sundersinghk', 'sundersinghk', '', 'FALSE', '11/29/2013', 0),
(296, '{116ED4B4-6C5F-489E-83A9-3026D89196CA}', 'suryanck', 'suryanck', '', 'FALSE', '4/14/2013', 0),
(297, '{42EDE34B-1CA8-4855-999C-6AAB0B7BBA5D}', 'susil kanta panda', 'susil kanta panda', '', 'FALSE', '4/6/2014', 0),
(298, '{25464542-2666-4165-AABF-FDF34A3E91D8}', 'swamykk1', 'swamykk1', '', 'FALSE', '4/10/2012', 0),
(299, '{306B2C06-C482-4379-BC27-8F5CC05A257D}', 'swati123', 'swati123', '', 'FALSE', '12/29/2011', 0),
(300, '{1B7E7C0D-C7FE-48BD-8BF2-127AD3B72390}', 'swayambhu', 'swayambhu', '', 'FALSE', '6/3/2014', 0),
(301, '{C394FD1D-F01E-444F-8615-DC9E23F87850}', 't.shobiraj', 't.shobiraj', '', 'FALSE', '5/5/2014', 0),
(302, '{188F5E04-099C-4BAD-8241-6C53DA0AD898}', 'tahir72', 'tahir72', '', 'FALSE', '6/25/2013', 0),
(303, '{DEAF8DC3-C1CE-4580-AE8C-B394072214F9}', 'talktoabinash', 'talktoabinash', '', 'FALSE', '2/23/2012', 0),
(304, '{364121E9-D844-4CFB-9145-11101CD4ED51}', 'tarok2feb', 'tarok2feb', '', 'FALSE', '5/10/2014', 0),
(305, '{D17C7EC1-7109-4B68-9984-46A4F9EB4595}', 'tasnim.41@gmail.com', 'tasnim.41@gmail.com', '', 'FALSE', '1/27/2014', 0),
(306, '{2469B657-2F93-47E8-A9AE-6DA7BD4A0944}', 'taxadvice28', 'taxadvice28', '', 'FALSE', '10/5/2013', 0),
(307, '{0D1D01DE-F3FD-45CB-AEE8-1BB8F855A715}', 'taxationlawyer', 'taxationlawyer', '', 'FALSE', '12/4/2013', 0),
(308, '{CB1E2C87-F7B1-419D-8433-BDA0366E8B12}', 'tayal.rishabh', 'tayal.rishabh', '', 'FALSE', '9/1/2012', 0),
(309, '{7D57D61D-7C76-4EE6-BCEE-7CAEEBD3B4B7}', 'tpereira14', 'tpereira14', '', 'FALSE', '2/19/2014', 0),
(310, '{ED471E0A-54DE-4FF4-AE41-82D2BB5EBC1F}', 'vaibsrai@gmail.com', 'vaibsrai@gmail.com', '', 'FALSE', '11/13/2012', 0),
(311, '{6FC1145B-48E8-472F-AD96-7B784EAA68FB}', 'vaishu baxi', 'vaishu baxi', '', 'FALSE', '1/23/2012', 0),
(312, '{1605FAFC-117A-4307-8E00-3F3A31A52019}', 'Varun', 'varun', '', 'FALSE', '1/24/2013', 0),
(313, '{034EBE15-8753-4CCC-A5BC-D09077E921B1}', 'vasu', 'vasu', '', 'FALSE', '12/25/2013', 0),
(314, '{78459A4A-A0DD-455C-B2DC-D0A7A8B453C1}', 'vbalecha', 'vbalecha', '', 'FALSE', '4/2/2014', 0),
(315, '{A73434EB-ABD6-4985-8BED-C6B1751892E6}', 'vidisha', 'vidisha', '', 'FALSE', '4/29/2013', 0),
(316, '{9974161C-232D-4012-BFC2-A4991F73DD74}', 'vijay', 'vijay', '', 'FALSE', '8/14/2013', 0),
(317, '{EB3DBEB1-D380-4FD3-9A71-2E7DF305355D}', 'Vikas', 'vikas', '', 'FALSE', '1/3/2011', 0),
(318, '{25084179-0017-454A-B315-92F3528B09F5}', 'vikas25A', 'vikas25a', '', 'FALSE', '4/2/2012', 0),
(319, '{0AEFE7EE-FA15-49C3-BE2D-D183AF066770}', 'Vikasassociates', 'vikasassociates', '', 'FALSE', '5/29/2010', 0),
(320, '{B60A49EB-DBF3-4289-863D-2D8560901FEA}', 'Viky.srivatsav', 'viky.srivatsav', '', 'FALSE', '2/24/2014', 0),
(321, '{4BC42515-9FE7-42C4-8305-27F78CDCFC19}', 'vinay kumar sharma', 'vinay kumar sharma', '', 'FALSE', '9/20/2012', 0),
(322, '{CBAB4348-1EA1-403C-8983-120C59D04D37}', 'vinayak', 'vinayak', '', 'FALSE', '2/25/2014', 0),
(323, '{3B966BC1-AD74-4A49-8EE7-B192AD066E1E}', 'Virendra Mahadik', 'virendra mahadik', '', 'FALSE', '7/3/2013', 0),
(324, '{FAEFB331-5D74-4D70-BEF6-9EBC15B2838F}', 'VIVEKCHAUDHARY', 'vivekchaudhary', '', 'FALSE', '3/7/2013', 0),
(325, '{A28882BA-FD65-4E6D-82D6-2FB453EC3554}', 'vpls75', 'vpls75', '', 'FALSE', '5/21/2010', 0),
(326, '{6AF78B94-BF0B-4FDD-A229-17900BE197EF}', 'vrashish', 'vrashish', '', 'FALSE', '4/2/2014', 0),
(327, '{F7C7645E-B415-4FC8-AFC5-D49B34D47576}', 'VRKARTHIKEYAN', 'vrkarthikeyan', '', 'FALSE', '2/25/2012', 0),
(328, '{1A21E01D-AAA7-4DCF-BD96-37B1BDDEDF00}', 'vshank62', 'vshank62', '', 'FALSE', '9/15/2010', 0),
(329, '{18CE56D5-E416-4020-83EC-75B13287E049}', 'vvnayaka', 'vvnayaka', '', 'FALSE', '3/30/2014', 0),
(330, '{0C168408-17CC-4DB6-903D-C6004B042699}', 'writzsharma@gmail.com', 'writzsharma@gmail.com', '', 'FALSE', '6/27/2013', 0),
(331, '{DE1D0550-28CE-4605-9F35-BCE65074E579}', 'xtv16', 'xtv16', '', 'FALSE', '4/11/2014', 0),
(332, '{098040D5-12A0-4F92-9518-68BB3729FC1E}', 'yaarokartik', 'yaarokartik', '', 'FALSE', '3/9/2010', 0),
(333, '{3C7B5077-6F49-4CCD-8E76-496ED724CC07}', 'yadavashu@gmail.com', 'yadavashu@gmail.com', '', 'FALSE', '10/15/2012', 0),
(334, '{F412FEEE-1DE8-492E-8FDC-ADB4141678A6}', 'yashdev1', 'yashdev1', '', 'FALSE', '5/7/2011', 0),
(335, '{B7347E17-9325-4222-9299-8033B0BF3521}', 'ykaramanolis', 'ykaramanolis', '', 'FALSE', '5/1/2011', 0),
(336, '{684BCCC1-E18C-4BE5-A0F3-6CB5C12F3CD1}', 'ziaur2k', 'ziaur2k', '', 'FALSE', '8/21/2012', 0);

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

--
-- Table structure for table `user_login`
--

CREATE TABLE `user_login` (
  `Id` bigint(11) NOT NULL,
  `Username` varchar(200) DEFAULT NULL,
  `googleId` varchar(500) DEFAULT NULL,
  `Email` varchar(255) NOT NULL,
  `Password` varchar(255) DEFAULT NULL,
  `Name` varchar(255) DEFAULT NULL,
  `Mobile` varchar(50) DEFAULT NULL,
  `Profession` varchar(100) DEFAULT NULL,
  `CompanyName` varchar(100) DEFAULT NULL,
  `LastLoginIP` varchar(16) DEFAULT NULL,
  `LastLoginDate` datetime DEFAULT NULL,
  `login_type` enum('web','facebook','gmail') NOT NULL,
  `login_type_id` varchar(255) DEFAULT NULL,
  `generated_code` bigint(20) DEFAULT NULL,
  `forgotPassOTP` int(50) DEFAULT NULL,
  `forgotPassGenerateTime` datetime DEFAULT NULL,
  `CreatedAt` timestamp NOT NULL DEFAULT current_timestamp(),
  `IsDeleted` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `user_login`
--

INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(9295, 'Rinknhazra', NULL, 'anup123@gmail.com', '5f4dcc3b5aa765d61d8327deb882cf99', 'Anup', '9876543210', '', '', '', '2023-07-05 10:22:15', 'web', '', 274931, NULL, NULL, '2023-07-05 04:49:39', 0),
(9293, 'Ramkrishna Mondal', '108847505235142125775', 'rm@microbaseinfotech.com', NULL, 'Ramkrishna Mondal', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2023-06-29 09:49:40', 0),
(9294, 'Sneha Chakraborti', NULL, 'chakrabortisneha@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 930558, NULL, NULL, '2023-06-29 11:47:48', 0),
(35, 'anup', NULL, 'anup@microbaseinfotech.com', 'XJgVJ/lDaA==', NULL, NULL, NULL, '', NULL, NULL, 'web', NULL, 958427, NULL, NULL, '2022-10-21 18:59:58', 1),
(58, 'anup123', NULL, 'anup@microbaseinfotech.com', '9ec953c20e5fe5de69dd23a124568c67', 'Anup Ghosh', '+917001234567', 'Emp', 'MIPL', '', '2023-01-13 10:40:52', 'web', '', 573348, NULL, NULL, '2022-11-07 09:37:40', 1),
(56, 'anup@123456', NULL, 'anup@microbaseinfotech.com', 'b541d95be0a6d93f92d500bf30efc02d', 'Anup Ghosh', '+917890404044', 'Emp', 'mipl', '', '2022-11-07 14:03:51', 'web', '', 916553, NULL, NULL, '2022-10-31 13:37:14', 1),
(57, 'Anup Ghosh', NULL, 'anup@microbaseinfotech.com', '2ca8bbd3c894c955a237af35b05051e0', 'Anup  Ghosh', '+917001456789', 'Employee', 'MIPL', '', '2022-11-07 14:08:21', 'web', '', 212312, NULL, NULL, '2022-11-07 08:35:50', 1),
(59, 'Moji', NULL, 'mojibul@microbaseinfotech.com', 'af6d5686964ab1c36fb0e957e59cc38e', 'Mojibul Hoque', '+918989090909', 'Employee', 'MIPL', '', '2022-12-13 16:55:52', 'web', '', 444797, NULL, NULL, '2022-12-13 11:23:00', 0),
(91, NULL, '101345598292039256991', 'microbase@gmail.com', NULL, 'Shivaji Sengupta', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, 587410, '2024-04-03 17:46:49', '2023-05-25 13:51:11', 0),
(61, 'anup12388', NULL, 'anup@microbaseinfotech.com', '25d55ad283aa400af464c76d713c07ad', NULL, NULL, NULL, '', NULL, NULL, 'web', NULL, 127162, NULL, NULL, '2023-01-13 05:17:24', 1),
(62, 'anup1234', NULL, 'anup@microbaseinfotech.com', NULL, NULL, NULL, NULL, '', NULL, NULL, 'web', NULL, 522538, NULL, NULL, '2023-01-10 04:52:43', 1),
(66, 'anup6600', NULL, 'anup@microbaseinfotech.com', '25f9e794323b453885f5181f1b624d0b', NULL, NULL, NULL, '', '', '2023-01-13 14:47:58', 'web', '', 840110, NULL, NULL, '2023-01-13 07:27:13', 1),
(68, 'anup8999', NULL, 'anup@microbaseinfotech.com', NULL, NULL, NULL, NULL, '1', NULL, NULL, 'web', NULL, 111460, NULL, NULL, '2023-01-13 07:38:36', 1),
(69, 'anup3400', NULL, 'anup@microbaseinfotech.com', '63cf3740c7caa9b040bedcc03d64c7b9', NULL, NULL, NULL, '', '', '2023-01-13 15:20:07', 'web', '', 275216, NULL, NULL, '2023-01-13 09:19:55', 1),
(70, '', NULL, 'anup@microbaseinfotech.com', 'f2a60591d8055adcc6d71113bdeecb27', 'Anup Ghosh', '8158925777', 'Software Developer', 'MicroBase Infotech Private Limited(MIPL)', '', '2024-04-05 19:04:02', 'web', '', 321223, 527218, '2025-06-18 14:28:47', '2023-01-13 09:52:21', 0),
(9297, 'microbaseinfotech', NULL, 'touch@microbaseinfotech.com', '16e0c61f262d78c92f943b582ea2492a', 'Shivaji Sengupta', '+919831000156', 'NA', 'MIPL', '', '2023-07-21 19:15:52', 'web', '', 539059, 903750, '2025-05-22 19:20:25', '2023-07-11 06:45:02', 0),
(74, NULL, '107907581058100724716', 'debnathsardar24@gmail.com', NULL, 'Debnath Sardar', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2023-03-01 07:04:26', 0),
(76, NULL, '114976543600095979798', 'ramkrishnamondal700@gmail.com', NULL, 'RAMKRISHNA MONDAL', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2023-03-02 05:19:11', 0),
(77, NULL, '108647721659166843277', 'satadal.dev@gmail.com', NULL, 'Satadal Das', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2023-03-02 11:14:04', 0),
(78, NULL, '5947697428618425', 'de.sovik@gmail.com', NULL, 'Sovik De', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, 831458, '2024-04-10 14:29:24', '2023-03-08 09:47:38', 0),
(79, NULL, '148976014724546', 'undefined', NULL, 'Shivaji Sengupta', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2023-03-08 12:08:58', 0),
(80, NULL, '113950946973481838119', 'elh.cal@gmail.com', NULL, 'Eastern Law House Pvt. Ltd.', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2023-03-17 09:06:15', 0),
(81, NULL, '111881438646043916544', 'rinkan538@gmail.com', NULL, 'Rinkan Hazra', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2023-03-23 15:33:53', 0),
(82, 'SKDE', NULL, 'de.sovik@yahoo.com', '6fdfc4daf627c175678e989be4bb9b44', 'Sovik Yahoo', '9830011536', NULL, NULL, '', '2025-11-25 10:54:19', 'web', '', 389977, 844198, '2025-10-16 08:31:36', '2023-03-29 18:47:44', 0),
(83, NULL, '102375058739575321009', 'chakrabortisanjoy59@gmail.com', NULL, 'SANJOY CHAKRABORTI', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, 768959, '2023-08-07 16:52:50', '2023-04-04 10:43:55', 0),
(84, 'Muktadul', NULL, 'mukh@microbaseinfotech.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 340087, NULL, NULL, '2023-04-05 11:48:14', 0),
(85, 'Mukhta', NULL, 'mukhta@microbaseinfotech.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 230868, NULL, NULL, '2023-04-05 11:49:03', 0),
(86, 'estdev', NULL, 'neeschey@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 408011, NULL, NULL, '2023-04-30 17:48:53', 0),
(87, 'abcd', NULL, 'abcd@abcd.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 804938, NULL, NULL, '2023-05-06 08:14:04', 0),
(88, 'chakrabotisanjoy59@gmail.com', NULL, 'chakrabotisanjoy59@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 912791, NULL, NULL, '2023-05-06 08:15:21', 0),
(89, '//784536/\\', NULL, 'waserd@rftgjhj2dxxxxxx.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 857383, NULL, NULL, '2023-05-07 14:13:16', 0),
(90, 'anup', NULL, 'rinkanhazra@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 402079, NULL, NULL, '2023-05-07 14:18:15', 0),
(92, NULL, NULL, 'rajeshkumar158745@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'Rajesh Kumar', '7488202555', 'Advocate', NULL, '192.168.11.1', '2014-08-20 11:14:57', 'web', '', 62121437383489, NULL, NULL, '2023-06-02 13:37:31', 0),
(93, NULL, NULL, 'moumita.lnsel@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', '', '', NULL, NULL, '192.168.11.1', '2014-08-27 19:00:43', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(94, NULL, NULL, 'moumita110487@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'Moumita Majumdar', '9876543210', NULL, NULL, '192.168.11.1', '2014-09-01 16:49:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(95, NULL, NULL, 'rima@lnsel.net', 'e10adc3949ba59abbe56e057f20f883e', '', '', NULL, NULL, '192.168.11.1', '2014-12-17 16:31:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(96, NULL, NULL, 'de.sovik@gmail.com', '6fdfc4daf627c175678e989be4bb9b44', 'Sovik De', '9831844536', NULL, NULL, '', '2025-10-16 11:32:01', 'web', '', 96981535554629, 245791, '2025-10-16 08:34:32', '2023-06-02 13:37:31', 0),
(97, NULL, NULL, 'debasree@lnsel.net', '698d51a19d8a121ce581499d7b701668', 'D', '9830303030', NULL, NULL, '192.168.11.1', '2015-05-11 12:35:29', 'web', '', 19771435816872, NULL, NULL, '2023-06-02 13:37:31', 0),
(98, NULL, NULL, 'tushar@lnsel.net', 'e10adc3949ba59abbe56e057f20f883e', '', '', NULL, NULL, '192.168.11.1', '2015-05-21 14:33:10', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(99, NULL, NULL, 'butterfly21roy@gmail.com', '', 'Priyanka Roy', '', NULL, NULL, '192.168.11.1', '2015-06-02 22:54:22', 'facebook', '1157866407572934', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(100, NULL, NULL, 'sanjoychakraborti57@yahoo.co.in', 'e59fccef3b7dc0b17af0eced63d2cbbe', 'Sanjoy Chakraborti', '', NULL, NULL, '192.168.11.1', '2015-06-16 12:55:31', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(101, NULL, NULL, 'prth.ganguly@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'Partha P Ganguly', '', NULL, NULL, '192.168.11.1', '2015-06-23 12:59:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(102, NULL, NULL, '', 'd41d8cd98f00b204e9800998ecf8427e', '', '', NULL, NULL, '192.168.11.1', '2015-06-24 14:52:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(103, NULL, NULL, 'sovik.de@outlook.com', 'e54019446952a54ccde9b561e4594fcb', 'Sovik De', '', NULL, NULL, '192.168.11.1', '2015-06-25 11:16:18', 'web', '', 95111536055966, NULL, NULL, '2023-06-02 13:37:31', 0),
(104, NULL, NULL, 'santa@lnsel.net', '0288a845555f1bb2ce1e7f7dd5899459', 'Santa Paul', '', NULL, NULL, '122.160.239.41', '2015-08-17 15:57:53', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(105, NULL, NULL, 'dhanapathiy@gmail.com', 'd39daf2faecdfe7ea98713b01a73abdd', 'DHANAPATHI RAO K', '', NULL, NULL, '183.82.78.5', '2015-07-07 18:09:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(106, NULL, NULL, 'partha.lnsel@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'Test Partha', '', NULL, NULL, '122.160.239.45', '2015-07-09 16:24:46', 'web', '', 371444387954, NULL, NULL, '2023-06-02 13:37:31', 0),
(107, NULL, NULL, 'devadasonsamson@yahoo.com', '49a080d2fad5494d0951badb9b7e1bf2', 'Samson Devadason', '', NULL, NULL, '117.193.30.176', '2015-07-10 11:17:23', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(108, NULL, NULL, 'ghate.abhijit@gmail.com', 'eae28aaf15008ba341a39ecade53406d', 'Abhijeet Pradip Ghate', '', NULL, NULL, '117.212.195.52', '2015-07-10 20:30:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(109, NULL, NULL, 'godbolesj@gmail.com', '2f8dd427751dedce9c82e88530fcc7ff', 'Shreekrishna Godbole', '', NULL, NULL, '175.100.141.2', '2015-07-11 17:19:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(110, NULL, NULL, 'kanesh70@gmail.com', '420dea0f5c8207fb3cc50bb737d99b96', 'B. KANESH', '', NULL, NULL, '117.213.67.63', '2015-07-13 09:34:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(111, NULL, NULL, 'moitrayee.edit@gmail.com', '673da5a29301261ff1f4898d3031af19', 'Moitrayee Majumdar', '', NULL, NULL, '122.163.85.160', '2015-07-13 13:27:03', 'web', '', 36451533027028, NULL, NULL, '2023-06-02 13:37:31', 0),
(112, NULL, NULL, 'hitechbaskar31@gmail.com', 'f41542cf7998a855090dd47f2f8e7137', 'Er.A.Baskaran', '', NULL, NULL, '101.222.168.63', '2015-07-13 20:46:12', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(113, NULL, NULL, 'balasuriya1@gmail.com', '48867560bc049425953e453ee8775ada', 'balachandar', '', NULL, NULL, '106.213.146.32', '2015-07-17 10:45:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(114, NULL, NULL, 'mahesh@lnsel.net', '25d55ad283aa400af464c76d713c07ad', 'Mahesh Gupta', '', NULL, NULL, '122.160.239.46', '2015-07-17 19:08:16', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(115, NULL, NULL, 'hi.narayan88@gmail.com', 'f776cb5882262c896c2b5484f44652c4', 'DIBYENDU NARAYAN CHAKRABORTY', '', NULL, NULL, '202.142.120.150', '2015-07-18 21:04:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(116, NULL, NULL, 'athalye.pramod@rediffmail.com', 'ac8dda877cd1f93e6fbe5bbd29a2bc9a', 'Pramod Athalye', '', NULL, NULL, '117.195.18.174', '2015-07-20 08:27:10', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(117, NULL, NULL, 'bondre2010@gmail.com', '5c6c802424f9a63b70ffaa1e09764a79', 'Bondre Mukund Pandurang', '', NULL, NULL, '1.39.14.143', '2015-07-21 13:22:52', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(118, NULL, NULL, 'ravindrayb@gmail.com', '9f03b629f6cabcb406b00377ecb9e0ee', 'Ravindra Babu y', '', NULL, NULL, '49.204.4.206', '2015-07-23 19:45:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(119, NULL, NULL, 'advocatedeepakgupta@yahoo.co.in', '60346e109d6c64183228c13b00ace909', 'DEEPAK GUPTA', '', NULL, NULL, '122.168.227.212', '2015-07-26 19:41:31', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(120, NULL, NULL, 'chickosangma@gmail.com', '25dc5a172cd2edaf6058c1d9347cd65b', 'Chicko D. Sangma', '', NULL, NULL, '106.78.5.33', '2015-07-27 23:30:10', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(121, NULL, NULL, 'selvarajassocietes@rediffmail.com', '787fec5b4864c5ab0436d2416d9284fb', 'selvaraj', '', NULL, NULL, '117.203.102.104', '2015-07-28 12:31:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(122, NULL, NULL, 'selvarajassocietes@gmail.com', '845802fb174b3625985399131315ed73', 'K.Selvaraj', '', NULL, NULL, '117.203.102.104', '2015-07-28 12:37:22', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(123, NULL, NULL, 'jayauyu1234@gmail.com', 'b24a4e2367e908b7cd4755f4b589a73f', 'Karthi', '', NULL, NULL, '117.203.102.104', '2015-07-28 13:02:32', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(124, NULL, NULL, 'newpremierdev@gmail.com', '84c6d7aecce923093b4ee8de5c017856', 'S.DEVANANDAN', '', NULL, NULL, '122.178.119.93', '2015-07-29 15:17:24', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(125, NULL, NULL, 'vijayawadaro@gmail.com', '1443e042e4e2c49507c11cc14ec52b0f', 'ASSISTANT DIRECTOR (STAFF)', '', NULL, NULL, '101.63.183.69', '2015-07-31 16:48:19', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(126, NULL, NULL, 'misra.yasharth@gmail.com', '8177c5fc90ec1774aef3c5152419cbad', 'Yasharth Misra', '', NULL, NULL, '122.161.90.201', '2015-07-31 17:26:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(127, NULL, NULL, 'hemanthhema@yahoo.co.in', 'f962c10ae0f7a9ac4f911d20b13301e6', 'hema', '', NULL, NULL, '122.164.181.138', '2015-08-04 13:12:21', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(128, NULL, NULL, 'deepashree5446@gmail.com', 'c1f5d4efc0d2faee572eb041e137762c', 'Deepashree Das', '', NULL, NULL, '117.199.65.12', '2015-08-05 20:00:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(129, NULL, NULL, 'hemant_on@rediffmail.com', '972ae52621668f045e61bd75160131e8', 'HEMANT PRASAD SINGH', '', NULL, NULL, '182.66.55.244', '2015-08-06 00:04:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(130, NULL, NULL, 'bardhannikita11@gmail.com', '7c669c2caf892de3f0ff7244037542b0', 'nikita bardhan', '', NULL, NULL, '103.16.70.11', '2015-08-06 00:17:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(131, NULL, NULL, 'mouryaconcepts@yahoo.com', '65c7d0524e0b4038931a61749ef12a1b', 'Venugopal', '', NULL, NULL, '122.172.145.249', '2015-08-06 13:57:53', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(132, NULL, NULL, 'kunabhish@gmail.com', 'f589a6959f3e04037eb2b3eb0ff726ac', 'Abhishek Kumar', '', NULL, NULL, '112.133.231.26', '2015-08-10 01:21:43', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(133, NULL, NULL, 'ravish2000_in@yahoo.com', '0eadb7711a7d94534797b984e8cd3fc1', 'RAVI SHANKAR', '', NULL, NULL, '117.193.198.234', '2015-08-10 22:40:17', 'web', '', 92111489406226, NULL, NULL, '2023-06-02 13:37:31', 0),
(134, NULL, NULL, 'moitrayee.majumdar17@gmail.com', 'bf16482a313f9041e7e071ab1146b0d6', 'Moitrayee De', '', NULL, NULL, '122.163.49.151', '2015-08-12 12:41:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(135, NULL, NULL, 'kaushick.banerjee@gmail.com', 'edccf286ccd738e8c4fc1ed56e10aced', 'Kaushick Banerjee', '', NULL, NULL, '180.215.72.135', '2015-08-12 15:55:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(136, NULL, NULL, 'adv.amitmehta@gmail.com', '8107f671d2e069a957fdf77709ca00bd', 'amit', '', NULL, NULL, '180.188.234.240', '2015-08-12 17:10:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(137, NULL, NULL, 'akmbpl@yahoo.com', '95fe964e081dfd566518cf2f30323c1a', 'ARUN KUMAR MISRA', '', NULL, NULL, '117.254.182.197', '2015-08-12 19:47:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(138, NULL, NULL, 'bala2798f@gmail.com', 'b9635a029aacbf559b82e3f9acc5f07f', 'Balakrishna Kurup N P', '', NULL, NULL, '117.192.98.94', '2015-08-14 20:50:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(139, NULL, NULL, 'sd.juris@gmail.com', '75385e96525c4b8e3ae7713c8af9afba', 'Satyendra Prasad Dubey', '', NULL, NULL, '122.168.70.52', '2015-08-15 12:59:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(140, NULL, NULL, 'SAIRAJKUMAR1469@YAHOO.COM', '9ddc44f3f7f78da5781d6cab571b2fc5', 'AR RAJKUMAR', '', NULL, NULL, '182.72.161.42', '2015-08-17 14:02:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(141, NULL, NULL, 'swatideshpande44@gmail.com', '6671799bd1c5183647d60066cd3007fd', 'swati u deshpande', '', NULL, NULL, '117.214.113.100', '2015-08-18 12:12:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(142, NULL, NULL, 'rajeshk_2000@yahoo.com', '1de63f03f474f88b51f31c05dc6fd0c6', 'kannan rajesh', '', NULL, NULL, '117.213.148.167', '2015-08-19 12:48:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(143, NULL, NULL, 'kashyapmehta80@gmail.com', '13009e4ce757d9c959edf71577b8b76a', 'Kashyap J Mehta', '', NULL, NULL, '202.179.84.84', '2015-08-19 14:51:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(144, NULL, NULL, 'Jayeshkumar.Lad@outlook.com', '2a97a47b9e0121c93345ec1256627700', 'Jayeshkumar F. Lad', '', NULL, NULL, '103.243.186.192', '2015-08-19 14:58:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(145, NULL, NULL, 'sombodhi.law@gmail.com', '4efe0e996182e9c1afb28630fa27eb6a', 'Sombodhi Das', '', NULL, NULL, '101.221.134.63', '2015-08-21 23:05:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(146, NULL, NULL, 'jashvant6916@gmail.com', '5db87e8f8940905adba5cb719de619ac', 'Jadhvant G Patel', '', NULL, NULL, '115.248.33.169', '2015-08-22 12:52:53', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(147, NULL, NULL, 'advocatebk@outlook.com', 'f79a082be754265b4ca748e3d2040faa', 'Bhupender Kumar', '', NULL, NULL, '14.98.253.52', '2015-08-27 20:22:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(148, NULL, NULL, 'ashleycusher@gmail.com', '805b498dbccda11c0ed3747f6d55e87a', 'Ashley Cusher', '', NULL, NULL, '183.87.11.229', '2015-08-31 11:06:57', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(149, NULL, NULL, 'dinesh2seth@yahoo.com', 'f13d157d1a5e0b3a70d9a198188b4bf8', 'dinesh seth', '', NULL, NULL, '223.225.184.131', '2015-08-31 13:06:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(150, NULL, NULL, 'arbidy36@gmail.com', 'a27d48f22cbd3ac563495197f018bd3c', 'R.B.Dayanand', '', NULL, NULL, '61.3.62.22', '2015-09-06 01:11:11', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(151, NULL, NULL, 'sp@spng.co.in', 'a906449d5769fa7361d7ecc6aa3f6d28', 'Seejo', '', NULL, NULL, '106.51.129.78', '2015-09-07 21:24:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(152, NULL, NULL, 'sree_constructions@yahoo.com', '64c61dda744b311b51c064ea7760a968', 'B Srinivas Setty', '', NULL, NULL, '103.58.252.19', '2015-09-08 07:05:15', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(153, NULL, NULL, 'lnseldevelopment.smartlocal@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'kalyan pal', '', NULL, NULL, '122.160.239.41', '2015-09-08 17:43:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(154, NULL, NULL, 'shuvojit.sarkar@lnsel.net', 'e10adc3949ba59abbe56e057f20f883e', 'ParthaGanguly', '', NULL, NULL, '122.160.239.41', '2015-09-08 18:08:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(155, NULL, NULL, 'gprahulup@gmail.com', 'fd663b8b08b461adb8d06525b395b2a0', 'Rahul Kumar', '', NULL, NULL, '120.59.120.97', '2015-09-09 14:16:10', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(156, NULL, NULL, 'rvjkrish@gmail.com', '65736aba6d83aacc23bb3775cba2cb50', 'Vijay Krishna', '', NULL, NULL, '117.202.30.196', '2015-09-10 01:41:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(157, NULL, NULL, 'pillai.krishnas@gmail.com', '8e514c87d48c48ae8503c72436560c66', 'S Krishna Pillai', '', NULL, NULL, '111.92.23.80', '2015-09-11 16:59:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(158, NULL, NULL, 'yogesh.chelawat@gmail.com', '76596be0914181276912af070e114ba7', 'Yogesh Chelawat', '', NULL, NULL, '1.22.204.11', '2015-09-12 15:08:52', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(159, NULL, NULL, 'satheeshchandraraj@gmail.com', '582ec0e5211c3d3256f6fbd5cf1b46a9', 'satheesh chandra raj', '', NULL, NULL, '111.92.34.203', '2015-09-13 10:43:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(160, NULL, NULL, 'chandrasreenath@gmail.com', '42e9e7ef42c18c9ae85f5ba087938f8d', 'Sreenath Nair', '', NULL, NULL, '43.224.128.30', '2015-09-13 23:05:21', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(161, NULL, NULL, 'goniosman786@gmail.com', '5201ed0c80505397f6fbaa474fc0d89a', 'SK MD OSMAN GANI ', '', NULL, NULL, '103.251.83.10', '2015-09-14 17:33:57', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(162, NULL, NULL, '', '', 'undefined undefined', '', NULL, NULL, '122.160.239.41', '2015-09-14 19:15:42', 'facebook', '1019012204829468', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(163, NULL, NULL, 'neelkpathak139@gmail.com', '7d513a59ab5f47fa2fbd978e5c4e8ed2', 'neel kamal pathak', '', NULL, NULL, '180.215.192.127', '2015-09-15 21:42:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(164, NULL, NULL, 'bapatravi26@gmail.com', '75751a180d380bfb4b91440ab8088183', 'ravindra bapat', '', NULL, NULL, '117.215.23.207', '2015-09-18 17:44:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(165, NULL, NULL, 'thambanme@gmail.com', 'c111a28df0a11fff837a3b53d8d0b877', 'THAMBAN P', '', NULL, NULL, '61.3.180.42', '2015-09-20 11:43:53', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(166, NULL, NULL, 'snashree@gmail.com', '28ff21571efb1b61274df65be2e6ab28', 'Shrinidhi Nandedkar', '', NULL, NULL, '183.177.127.65', '2015-09-21 15:14:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(167, NULL, NULL, 'sandip.ulape@gmail.com', '59bde0f2643d80fdbfa495f14ffe1db2', 'Sandip Ulape', '', NULL, NULL, '106.77.59.6', '2015-09-21 16:53:57', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(168, NULL, NULL, 'sagar.lodha@gmail.com', '193e37f0a683314926708d4c9f078316', 'Lodha Sagar Sumatilal ', '', NULL, NULL, '117.229.63.159', '2015-09-22 12:08:18', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(169, NULL, NULL, 'nifty_85@yahoo.com', '05b9acadb981ed57fd25bbf7ba660c19', 'Nishant Yadav', '', NULL, NULL, '182.68.35.126', '2015-09-22 15:53:06', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(170, NULL, NULL, 'awdheshgupta1311@yahoo.com', '841bcf6d368ea2a5aa25fae0821e7bcb', 'awdhesh gupta', '', NULL, NULL, '59.91.136.15', '2015-09-22 22:05:22', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(171, NULL, NULL, 'jk151264@gmail.com', '4a915838ae11286a3a6f4536f34c2c4b', 'K.Jayakanthan', '', NULL, NULL, '120.61.58.59', '2015-09-24 20:39:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(172, NULL, NULL, 'psgrandchiefs@gmail.com', '45989dc8d21541960a3c46b8c4b2adfb', 'John F Kharshiing', '', NULL, NULL, '117.199.74.181', '2015-09-26 12:16:53', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(173, NULL, NULL, 'raju1972@gmail.com', 'ffc29b8b9b79ae62b69a89a41b79ee7e', 'RAJU', '', NULL, NULL, '180.215.120.229', '2015-09-26 14:11:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(174, NULL, NULL, 'cyrilpeter2010@gmail.com', '5188c35ec2a29ab42c54d77763752a7e', 'cyril peter', '', NULL, NULL, '117.201.12.148', '2015-09-26 16:53:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(175, NULL, NULL, 'Dbkalai@gmail.com ', 'aa66ed72896bbc06b7fd4240905d6460', 'Debabrata Kalai ', '', NULL, NULL, '112.79.37.140', '2015-09-27 00:28:36', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(176, NULL, NULL, 'anakhye@hotmail.com', 'f92dcd1633109261887c51366bf93672', 'Awadhoot Nakhye', '', NULL, NULL, '116.73.139.18', '2015-09-27 12:37:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(177, NULL, NULL, 'anil.nainwal@gmail.com', '7c3331e40f26279cc0a158b333781f34', 'Anil Nainwal', '', NULL, NULL, '122.179.21.61', '2015-09-28 01:23:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(178, NULL, NULL, 'vaida17@gmail.com', '221cce732ab23188d57a954b565ff958', 'N. VAIDYANATHAN', '', NULL, NULL, '103.44.107.2', '2015-09-28 15:06:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(179, NULL, NULL, 'sanjayeng68@gmail.com', '17363550b2d6a4bfb7940ca4c06f0a11', 'SANJAY GUPTA', '', NULL, NULL, '122.163.163.190', '2015-09-29 20:16:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(180, NULL, NULL, 'erviswa@gmail.com', 'eb4bb4da8792b3f1c2c2853b78bfbaa8', 'T.Viswanathan', '', NULL, NULL, '122.178.167.205', '2015-09-29 20:39:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(181, NULL, NULL, 'dksingh@bareillycollege.org', 'b7ffd9403f900fcbdd37c4706e321536', 'Dharmendra Kumar Singh', '', NULL, NULL, '117.220.34.14', '2015-10-01 18:56:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(182, NULL, NULL, 'sobti1970@gmail.com', '30dd857d175b11b215aee3b3c6bd0908', 'KRISHAN LAL', '', NULL, NULL, '117.206.201.72', '2015-10-01 19:10:57', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(183, NULL, NULL, '03137750102@mail.com', 'de3f8327f866914125587a890859ddc2', 'Mehrab', '', NULL, NULL, '182.187.48.157', '2015-10-02 17:21:11', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(184, NULL, NULL, 'kenkzy@gmail.com', '6a32b60ecc082638330b504cb1683369', 'Kurian V Kurian', '', NULL, NULL, '117.241.23.116', '2015-10-05 20:12:10', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(185, NULL, NULL, 'amittchoudhary@gmail.com', 'd1b2eba3f90de5fe7f0dbb2a656fc3ac', 'amit', '', NULL, NULL, '117.200.159.120', '2015-10-09 03:13:06', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(186, NULL, NULL, '', '', 'Gowrinath Rs', '', NULL, NULL, '183.82.103.196', '2015-10-09 14:26:22', 'facebook', '944015992324722', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(187, NULL, NULL, '', '', 'Kurian V Kurian', '', NULL, NULL, '117.242.255.243', '2015-10-09 20:38:23', 'facebook', '1137189036309341', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(188, NULL, NULL, 'rsassociatesnlr@gmail.com', '24922d12c8fb34dc2e4b0e88e0b4e3ee', 'Chandra Ravi Shankar', '', NULL, NULL, '106.51.198.76', '2015-10-14 18:13:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(189, NULL, NULL, '', '', 'Premkumar Mallya', '', NULL, NULL, '117.204.6.37', '2015-10-15 02:13:11', 'facebook', '1470279666614012', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(190, NULL, NULL, 'venkatasatyaraja@gmail.com', '23357af296c0b8312bc8a86fd2b6a1dc', 'Raja H Venkata Satya', '', NULL, NULL, '175.101.67.187', '2015-10-15 10:37:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(191, NULL, NULL, '', '', 'Nilay Tandel', '', NULL, NULL, '175.100.146.116', '2015-10-15 12:41:40', 'facebook', '915066395197188', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(192, NULL, NULL, 'sumantapodder@gmail.com', 'ed16150fb8b101746977a736737a2c7e', 'Sumanta Podder', '', NULL, NULL, '117.194.62.4', '2015-10-17 08:59:36', 'web', '', 82881499355225, NULL, NULL, '2023-06-02 13:37:31', 0),
(193, NULL, NULL, 'engineerganapathi@gmail.com', '5f5054300c438f021da717c7475891fe', 'e.ganapathisubramanian', '', NULL, NULL, '163.47.13.169', '2015-10-19 17:52:32', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(194, NULL, NULL, '', '', 'Karan Chowdhary', '', NULL, NULL, '122.162.82.116', '2015-10-22 13:57:48', 'facebook', '10153236878041395', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(195, NULL, NULL, 'tdsuresh46@gmail.com', '152415d0897b3250d48b646bf6412d2a', 'T D Suresh Babu', '', NULL, NULL, '122.178.76.98', '2015-10-22 18:59:36', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(196, NULL, NULL, '', '', 'Rajendar Bharal', '', NULL, NULL, '59.178.203.5', '2015-10-24 19:01:21', 'facebook', '120497708309536', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(197, NULL, NULL, 'sv2manohar@gmail.com', '7c78cc361b7a13f0ecfe8d76cddc0f21', 's.v. manohar', '', NULL, NULL, '106.51.19.59', '2015-10-28 17:41:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(198, NULL, NULL, '', '', 'Sanjoy Chakraborti', '', NULL, NULL, '122.163.67.11', '2015-10-29 13:09:23', 'facebook', '519107651586868', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(199, NULL, NULL, '', '', 'Sovik De', '', NULL, NULL, '122.163.67.11', '2015-10-29 17:18:57', 'facebook', '928390987215786', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(200, NULL, NULL, '', '', 'N D Devaraj Nagathihalli', '', NULL, NULL, '106.51.17.19', '2015-10-29 17:55:58', 'facebook', '1041360312551678', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(201, NULL, NULL, 'PALASH.992@GMAIL.COM', 'e6f62438a07a0f2b15b80bd74c619b55', 'PALASH', '', NULL, NULL, '117.201.72.88', '2015-10-30 19:54:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(202, NULL, NULL, 'aamele.law@gmail.com', '81dc9bdb52d04dc20036dbd8313ed055', 'sachin', '', NULL, NULL, '122.160.239.41', '2015-10-31 14:54:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(203, NULL, NULL, '', '', 'Manohar Sainani', '', NULL, NULL, '103.233.122.180', '2015-10-31 15:06:08', 'facebook', '10153865683916833', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(204, NULL, NULL, 'sm7175@gmail.com', '81dc9bdb52d04dc20036dbd8313ed055', 'sachin', '', NULL, NULL, '122.160.239.41', '2015-10-31 15:44:49', 'web', '', 22491446299399, NULL, NULL, '2023-06-02 13:37:31', 0),
(205, NULL, NULL, '', '', 'Pathan Dildar A', '', NULL, NULL, '212.232.223.172', '2015-10-31 18:22:10', 'facebook', '163244034025557', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(206, NULL, NULL, 'valuerkannan@gmail.com', 'f0d7de7c15ca0af47dbfe2b8c5ab0cf0', 'kkannan kkannan', '', NULL, NULL, '61.3.212.204', '2015-11-01 21:26:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(207, NULL, NULL, 'srin.mgsp@gmail.com', 'f55588fb985aa0e0184863a6c9bf5474', 'Srinivas Prakash M.G', '', NULL, NULL, '14.99.197.184', '2015-11-02 09:52:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(208, NULL, NULL, '', '', 'Sachin Mukherjee', '', NULL, NULL, '122.160.239.41', '2015-11-02 10:02:17', 'facebook', '952637394809493', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(209, NULL, NULL, '', '', 'Sachin Mukherjee', '', NULL, NULL, '122.160.239.41', '2015-11-02 12:02:31', 'facebook', '854953561286618', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(210, NULL, NULL, 'ar.yogeshwagh@gmail.com', 'becf03e0b7e2c7765225e02c0b3b83a4', 'yogesh wagh', '', NULL, NULL, '14.97.230.160', '2015-11-02 14:17:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(211, NULL, NULL, 'sm7175@gmail.com', '', 'Sachin Mukherjee', '', NULL, NULL, '122.160.239.41', '2015-11-02 15:03:53', '', '114194519315415098769', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(212, NULL, NULL, '', '', 'Debasree Das', '', NULL, NULL, '122.160.239.41', '2015-11-02 15:12:51', 'facebook', '1059518860725960', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(213, NULL, NULL, 'raghavan2711@gmail.com', '', 'RAGHAVAN SRINIVASAN', '', NULL, NULL, '117.213.88.101', '2015-11-04 07:00:06', '', '102820098329573857422', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(214, NULL, NULL, 'ar.msnegi@gmail.com', 'd655d74f25922ba86919999e4bf41e81', 'M S NEGI & ASSOCIATES', '', NULL, NULL, '59.94.109.135', '2015-11-05 18:03:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(215, NULL, NULL, 'himagr.vns@gmail.com', '3a86844e77109302069bfe2949948195', 'Himanshu Agrawal', '', NULL, NULL, '14.98.95.76', '2015-11-06 13:09:15', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(216, NULL, NULL, 'gnanaseelan1953@gmail.com', 'fc14c0d71d0bc14f3f32c06cce4a5976', 'GNANASEELAN', '', NULL, NULL, '117.193.220.205', '2015-11-07 09:23:21', 'web', '', 14751446868491, NULL, NULL, '2023-06-02 13:37:31', 0),
(217, NULL, NULL, 'madhav00vishwakarma@gmail.com', 'de8806e5011fbe2d0a15503a68263a7e', 'Madhav Vishwakarma', '', NULL, NULL, '103.38.200.3', '2015-11-07 09:44:55', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(218, NULL, NULL, 'ashish.v.joglekar@gmail.com', '', 'Ashish Joglekar', '', NULL, NULL, '117.203.115.37', '2015-11-07 16:13:02', '', '104211367606599400527', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(219, NULL, NULL, 'chandra.raj819@gmail.com', '', 'Raj Chandra', '', NULL, NULL, '182.66.12.128', '2015-11-09 13:41:54', '', '117939984832091055465', 85971451122689, NULL, NULL, '2023-06-02 13:37:31', 0),
(220, NULL, NULL, 'hr@vettoor.in', '183eb47253e6805ec02e95094eee508a', 'Vivish Thomas', '', NULL, NULL, '220.225.194.65', '2015-11-10 09:53:19', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(221, NULL, NULL, 'ali.mujtuba@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', 'Mujtuba Ali', '', NULL, NULL, '122.160.239.45', '2015-11-10 16:40:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(222, NULL, NULL, '', '', 'Mahesh Gupta', '', NULL, NULL, '122.160.239.45', '2015-11-12 14:41:41', 'facebook', '566715666809436', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(223, NULL, NULL, 'tanvi2110amlani@gmail.com', '', 'Tanvi Amlani', '', NULL, NULL, '117.199.214.175', '2015-11-13 17:50:06', '', '105364320498102122348', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(224, NULL, NULL, 'sanjib2390@gmail.com', 'fe2d65f86715e219b018cf69bb689ca0', 'sanjib kumar jana', '', NULL, NULL, '43.252.248.234', '2015-11-15 11:49:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(225, NULL, NULL, 'sachindra.mukherjee@gmail.com', '81dc9bdb52d04dc20036dbd8313ed055', 'sachin 2', '', NULL, NULL, '122.160.239.45', '2015-11-16 16:40:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(226, NULL, NULL, 'soumitra.naskar@live.com', 'c96e651946818e0787d6296f69549fe1', 'Soumitra Naskar', '', NULL, NULL, '10.117.105.45', '2015-11-17 20:00:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(227, NULL, NULL, '', '', 'Vishnu Lakshman', '', NULL, NULL, '116.75.84.129', '2015-11-18 13:23:23', 'facebook', '565719106915606', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(228, NULL, NULL, 'rajiv_jalandhar@yahoo.com', '9521daef7719a7073a4bd07ed1ee1db8', 'RAJIV AGGARWAL', '', NULL, NULL, '122.173.245.119', '2015-11-20 09:04:23', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(229, NULL, NULL, 'kadam.ashok3@gmail.com', 'eefda7eb9e03dc7b753815067b297db4', 'Ashok Dinkar Kadam', '', NULL, NULL, '117.195.69.235', '2015-11-20 15:51:10', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(230, NULL, NULL, 'undefined', '', 'Sachin Mukherjee', '', NULL, NULL, '122.160.239.45', '2015-11-20 17:19:37', 'facebook', '952637394809493', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(231, NULL, NULL, 'sm7175@gmail.com', '', 'Sachin Mukherjee', '', NULL, NULL, '122.160.239.45', '2015-11-20 18:33:47', 'facebook', '952637394809493', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(232, NULL, NULL, 'debasree.das@hotmail.com', '', 'Debasree Das', '', NULL, NULL, '122.160.239.45', '2015-11-20 18:39:31', 'facebook', '1059518860725960', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(233, NULL, NULL, 'sgd', '', 'Sachin Mukherjee', '', NULL, NULL, '122.160.239.45', '2015-11-21 10:09:38', 'facebook', '952637394809493', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(234, NULL, NULL, 'bpbhagwat3@gmail.com', '997129f477ee768feb0ca7b87167045d', 'Bharatbhushan Bhagwat', '', NULL, NULL, '117.254.181.237', '2015-11-23 11:19:01', '', '108403443300999039368', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(235, NULL, NULL, 'de.sovik@gmail.com', '9c3a39bfef6228e14b08409d5980c707', 'Sovik De', '', NULL, NULL, '122.160.239.41', '2015-11-23 12:35:07', 'facebook', '928390987215786', 96981535554629, NULL, NULL, '2023-06-02 13:37:31', 0),
(236, NULL, NULL, 'ssg.jdcl07@gmail.com', 'f3b7e193b1207b6143b3c9237108c9d5', 'Subhra som Ghosal', '', NULL, NULL, '2406:5600:7b:86c', '2015-11-23 21:22:22', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(237, NULL, NULL, 'aksahuesic@yahoo.com', '42bca7b5e6a7abc7971f98c2fe38478f', 'ANIL KUMAR SAHU', '', NULL, NULL, '171.51.4.125', '2015-11-30 22:47:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(238, NULL, NULL, 'rajmohanans@gmail.com', 'b347237f350adef032464f0c53cac883', 'RAJAM0HANAN.S', '', NULL, NULL, '180.215.121.229', '2015-12-02 17:10:37', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(239, NULL, NULL, 'bhavaraju_123@yahoo.co.in', '3ab6ffda49852dcd45ea7353da7113c3', 'B.V.S.R.K.V.HANUMANTHA RAO', '', NULL, NULL, '117.207.253.99', '2015-12-03 11:41:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(240, NULL, NULL, 'bhavaraju_123@yahoo.co.in', '3ab6ffda49852dcd45ea7353da7113c3', 'Bhavaraju Hanumantharao', '', NULL, NULL, '117.207.253.99', '2015-12-03 11:43:20', 'facebook', '726346480829129', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(241, NULL, NULL, 'Avinash_dimensions@rediffmail.com', '3833048fa3a2cac540b490fb95c92872', 'Avinash pawar ', '', NULL, NULL, '125.99.137.111', '2015-12-03 23:30:47', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(242, NULL, NULL, 'somnathphadatare@gmail.com', '6ab2fd548dfe6679b8d79899da67db80', 'Somnath L. Phadatare', '', NULL, NULL, '117.195.85.183', '2015-12-04 09:38:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(243, NULL, NULL, 'negijsnegi@gmail.com', '45a51d0b467c986749ca5d1de2a0510f', 'Jaivendraa Negii', '', NULL, NULL, '116.193.161.91', '2015-12-04 14:43:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(244, NULL, NULL, 'dgiridhararao@yahoo.in', 'ffbbb2785f4adbccac63e67eb080168a', 'D.GIRIDHARA RAO', '', NULL, NULL, '1.39.40.76', '2015-12-05 12:00:24', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(245, NULL, NULL, 'kumaresh.mandal@rediffmail.com', '58f37f31ea7f590eb4a7d8a74de24c3d', 'KUMARESH MANDAL', '', NULL, NULL, '111.93.182.178', '2015-12-07 17:12:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(246, NULL, NULL, 'rajeevbumb@gmail.com', 'ca11d40f989b082c7ba306aca8badccb', 'Rajeev Bumb', '', NULL, NULL, '117.248.223.13', '2015-12-08 15:21:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(247, NULL, NULL, 'sandeepn.2009@gmail.com', '31c6d97b39d1ded8409b8e26b0079559', 'Sandeep Narayan Nerurkar', '', NULL, NULL, '27.106.62.58', '2015-12-08 21:24:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(248, NULL, NULL, 'dipanjan.wgt@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'dip', '', NULL, NULL, '223.30.152.118', '2015-12-11 11:18:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(249, NULL, NULL, 'ktk_97@hotmail.com', 'e237d8341fee5bfc03117988be8f61a0', 'Kartikeya Pathak', '', NULL, NULL, '117.203.18.212', '2015-12-15 14:41:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(250, NULL, NULL, 'rravindran1958@gmail.com', '8458c7e422d6b0b055271ff3d17126f0', 'ravindran', '', NULL, NULL, '117.206.118.245', '2015-12-15 16:50:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(251, NULL, NULL, 'vivek_cvr@yahoo.com', 'f8d945314bf435e16bdfe109d2190128', 'Vivek Challapally', '', NULL, NULL, '49.206.144.180', '2015-12-21 17:01:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(252, NULL, NULL, 'arifls@hotmail.com', 'b49f1b6edf0ff8858c72a0120884178b', 'MD. ARIFUL HOQUE', '', NULL, NULL, '27.147.185.73', '2015-12-21 20:03:19', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(253, NULL, NULL, 'thekkanaadan@gmail.com', '1f7a48cb5e885ebb1a1af7c999a9bd4c', 'SAJI THEKKANATT', '', NULL, NULL, '117.214.18.191', '2015-12-26 09:30:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(254, NULL, NULL, 'royak66@gmail.com', '90b5392a94c10516ac2b6b59caee5800', 'Anup Kumar Roy', '', NULL, NULL, '59.91.146.170', '2015-12-26 18:01:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(255, NULL, NULL, 'elayakumarsubramani@gmail.com', '2f108be09b1269355f2d0da6da844bc1', 'Elaya Kumar S', '', NULL, NULL, '24.130.52.162', '2015-12-27 04:24:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(256, NULL, NULL, 'urvashi.csj@gmail.com', 'df22069f029b8189e018eca84233c60e', 'urvashi ', '', NULL, NULL, '182.70.114.183', '2016-01-11 16:51:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(257, NULL, NULL, 'muralimohanbathala@gmail.com', '', 'Muralimohan Bathala', '', NULL, NULL, '117.231.213.204', '2016-01-22 12:50:43', '', '108903249278665131493', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(258, NULL, NULL, 'praveenmishra.law@gmail.com', '6e2a075034d849659492c2713da33939', 'PRAVEEN MISHRA', '', NULL, NULL, '14.139.212.242', '2016-01-25 21:46:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(259, NULL, NULL, 'rajupatel18@hotmail.com', '2993e68b95db3577778d7ab48e4b71ef', 'R. K. Patel', '', NULL, NULL, '182.65.186.182', '2016-01-27 15:51:32', 'web', '', 48561454046191, NULL, NULL, '2023-06-02 13:37:31', 0),
(260, NULL, NULL, 'vivekrajpurohit97@gmail.com', 'e60e105f0d9c5ef6a038cee2acc97aaa', 'vivek ', '', NULL, NULL, '1.22.92.189', '2016-01-28 12:57:06', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(261, NULL, NULL, 'sanjay.mot@gmail.com', 'e19d5cd5af0378da05f63f891c7467af', 'sanjay kumar singh', '', NULL, NULL, '117.205.213.164', '2016-01-28 20:17:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(262, NULL, NULL, 'nnranganath@yahoo.com', '8eea10423a1c3d911ae02e648598b0fd', 'N N Ranganath', '', NULL, NULL, '61.1.239.232', '2016-01-29 16:27:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(263, NULL, NULL, 'safiqulansari9733@gmail.com', '1a4fdf70723a53553eb6eaf1a112de5d', 'SAFIQUL ANSARI ', '', NULL, NULL, '223.176.36.87', '2016-01-31 09:24:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(264, NULL, NULL, 'msmanjumys@gmail.com', '', 'Manjunath M S', '', NULL, NULL, '122.166.48.156', '2016-02-01 13:08:03', '', '116449745830903114416', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(265, NULL, NULL, 'sameerswarup@yahoo.com', 'c5a67e0c2a6c88258000509e5fd04f68', 'SAMEER SWARUP', '', NULL, NULL, '182.64.232.143', '2016-02-02 02:24:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(266, NULL, NULL, 'eklrao@gmail.com', '', 'EKL Rao', '', NULL, NULL, '14.99.40.86', '2016-02-02 14:33:30', '', '108914777087626557579', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(267, NULL, NULL, 'balram.gorak@gmail.com', '', 'Balram Gorak', '', NULL, NULL, '59.96.185.123', '2016-02-04 19:54:33', 'facebook', '10153885137538485', 43721514277759, NULL, NULL, '2023-06-02 13:37:31', 0),
(268, NULL, NULL, 'Meghna.hnlu@gmail.com', '5bd0e30215816e7c522825721ce66f1b', 'Meghna Kashyap', '', NULL, NULL, '14.139.235.108', '2016-02-11 23:02:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(269, NULL, NULL, 'Meghna.hnlu@gmail.com', '', 'Meghna Kashyap', '', NULL, NULL, '14.139.235.108', '2016-02-11 23:11:28', 'facebook', '801956279950734', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(270, NULL, NULL, 'manjunath.15phd@cmr.edu.in', '', 'MANJUNATH M S', '', NULL, NULL, '122.166.48.156', '2016-02-12 11:32:29', '', '106162733401835800593', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(271, NULL, NULL, 'msmanjunathmys@yahoo.co.in', '0321a290bd85828c2b9cf7cd9293db18', 'Manjunath M. S.', '', NULL, NULL, '122.166.48.156', '2016-02-12 11:58:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(272, NULL, NULL, 'drish.jm@gmail.com', '', 'Drishya Moses', '', NULL, NULL, '14.139.185.174', '2016-02-18 22:08:25', '', '110123402420719381196', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(273, NULL, NULL, 'sandhuarminder60@gmail.com', 'ba5cc409c4cc6283bf81062dc400aa16', 'A S Sandhu', '', NULL, NULL, '117.208.85.170', '2016-02-20 11:54:16', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(274, NULL, NULL, 'SKVLAWASSOCIATES@GMAIL.COM', '243bd1ce0387f18005abfc43b001646a', 'SHIV KUMAR VERMA', '', NULL, NULL, '1.39.50.77', '2016-02-22 00:09:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(275, NULL, NULL, 'xitiz652@gmail.com', '', 'Kshitij Surana', '', NULL, NULL, '117.196.201.213', '2016-02-22 22:59:20', 'facebook', '1127503987290239', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(276, NULL, NULL, 'vijayrao522@gmail.com', '774c96d408ec88c9e14528e8214bdd3b', 'vijay', '', NULL, NULL, '59.93.227.235', '2016-02-23 13:28:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(277, NULL, NULL, 'sanjiv2202@gmail.com', 'ae371ed8c175ea2342f02a1f690c9ede', 'Sanjiv Agarwal', '', NULL, NULL, '122.163.219.11', '2016-02-23 23:28:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(278, NULL, NULL, 'balamurali90@gmail.com', '4eda9b9721dd609c574eb82994e4e7e1', 'E srinivasan', '', NULL, NULL, '49.207.189.199', '2016-03-03 19:45:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(279, NULL, NULL, 'bhattgargi90@gmail.com', '', 'Gargi Bhatt', '', NULL, NULL, '171.50.168.87', '2016-03-04 11:49:39', '', '112533964299814375429', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(280, NULL, NULL, 'saptarshi.das.kls@gmail.com', '', 'Saptarshi Das', '', NULL, NULL, '59.145.203.68', '2016-03-06 13:34:50', '', '105520877169956006539', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(281, NULL, NULL, 'apna98@gmail.com', 'eb98982dbe40af2f27d66cbfe114b52c', 'Aparna rao', '', NULL, NULL, '103.60.70.155', '2016-03-15 15:59:15', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(282, NULL, NULL, 'raj.sachani@gmail.com', 'a413c47d99b0cc27d3bcc4dd8ac77d8d', 'Rajesh Sachanandani ', '', NULL, NULL, '115.246.86.71', '2016-03-15 18:26:57', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(283, NULL, NULL, 'benteers3@gmail.com', '065cc5ff43a7394010e5a3282123b881', 'Benjamin Vanlalruata', '', NULL, NULL, '117.215.13.225', '2016-03-16 08:10:53', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(284, NULL, NULL, 'arnba21988@gmail.com', '19984ead8337e5ee2619adc2583d601f', 'Arnab Kundu', '', NULL, NULL, '180.215.94.236', '2016-03-16 12:50:32', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(285, NULL, NULL, 'arnab21988@gmail.com', '19984ead8337e5ee2619adc2583d601f', 'Arnab Kundu', '', NULL, NULL, '180.215.94.236', '2016-03-16 13:02:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(286, NULL, NULL, 'pujarisantosh33@gmail.com', '', 'Santosh Pujari', '', NULL, NULL, '59.96.195.132', '2016-03-18 22:00:43', 'facebook', '967502089971124', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(287, NULL, NULL, 'djk.hrln@gmail.com', '', 'Dhruba Jyoti Kapil', '', NULL, NULL, '45.115.172.75', '2016-03-21 08:03:29', '', '110810513638874039235', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(288, NULL, NULL, 'fabhurocks@gmail.com', '3057a3e206ea6ee4fea1bcad109ddfeb', 'Prabhu Savanur', '', NULL, NULL, '45.33.15.202', '2016-03-21 20:18:32', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(289, NULL, NULL, 'sankhadeeps5861@gmail.com', '', 'Sankhadeep Shome', '', NULL, NULL, '103.10.197.202', '2016-03-29 21:18:04', 'facebook', '10201498436299086', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(290, NULL, NULL, 'venkataraman@gmail.com', 'e3e239ed4e192e153d01e2e1f84df21c', 'M.Venkataraman', '', NULL, NULL, '122.162.101.75', '2016-03-31 10:56:47', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(291, NULL, NULL, 'ketkitara@gmail.com', '', 'Ketki Tara', '', NULL, NULL, '202.91.91.62', '2016-04-02 19:10:13', '', '117892323354939389683', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(292, NULL, NULL, 'tablusardar@gmail.com', '', 'Kingkar Sardar', '', NULL, NULL, '43.251.174.22', '2016-04-03 13:05:21', 'facebook', '912699182182157', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(293, NULL, NULL, 'aadi.gandotra@gmail.com', '', 'Aditya Gandotra', '', NULL, NULL, '117.198.237.177', '2016-04-07 20:26:44', 'facebook', '1151900194829835', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(294, NULL, NULL, 'agastya00@gmail.com', '90469242398a2f82f42a864989f9e18e', 'Agastya ', '', NULL, NULL, '59.98.169.92', '2016-04-11 18:58:48', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(295, NULL, NULL, 'bhattacharjeekashyop2@gmail.com', 'd59aeb769cd809588dbf191847974962', 'Kashyop Bhattacharjee', '', NULL, NULL, '182.66.59.197', '2016-04-11 23:46:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(296, NULL, NULL, 'infocwes@gmail.com', 'a0c45dfc3f0acf8d84ea4d28efdbb178', 'SURESH KUMAR MAHAPATRA', '', NULL, NULL, '117.214.91.119', '2016-04-15 10:37:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(297, NULL, NULL, 'srinivas3271@gmail.com', '', 'Srinivas Samavedam', '', NULL, NULL, '124.123.50.224', '2016-04-17 21:02:26', 'facebook', '10154215116814379', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(298, NULL, NULL, 'mailadvocatebasu@rediffmail.com', '735f5a34edc46c426192e1585a99b256', 'BASUDEV CHAKRABORTY', '', NULL, NULL, '117.205.165.77', '2016-04-18 12:08:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(299, NULL, NULL, 'harlalkashyam@yahoo.co.in', 'b436178275319265da4f1e466a9fb7dd', 'SHYAMSUNDER HARLALKA', '', NULL, NULL, '182.56.204.207', '2016-04-23 17:55:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(300, NULL, NULL, 'sanuranipaul@gmail.com', '', 'sanu ranipaul', '', NULL, NULL, '117.233.222.237', '2016-04-24 22:59:16', '', '103330607199381816364', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(301, NULL, NULL, 'talk2preetam@gmail.com', '', 'Preetam Deb', '', NULL, NULL, '117.203.180.38', '2016-04-25 11:11:46', 'facebook', '10206236911469617', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(302, NULL, NULL, 'dm_com@rediffmail.com', 'aa88d07736f55fbea78388eedcab2816', 'DHANANJOY MISRA', '', NULL, NULL, '59.90.152.130', '2016-04-27 14:46:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(303, NULL, NULL, 'mahesh123adv@yahoo.co.in', 'b6f59feb3155aade49e438cf55910aa9', 'Mahesh Purohit ', '', NULL, NULL, '103.210.94.209', '2016-04-27 23:21:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(304, NULL, NULL, 'mramitchakraborty4@gmail.com', 'e88cb3a8e076d93479c42e8a7faf20b8', 'Amit Chakraborty', '', NULL, NULL, '59.94.92.194', '2016-04-28 16:09:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(305, NULL, NULL, 'abhisaha_nkk@rediffmail.com', '5a872fde0cb91c37c576cd9d1803805c', 'Abhi Saha', '', NULL, NULL, '117.203.166.109', '2016-05-03 11:10:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(306, NULL, NULL, 'neenasergi@gmail.com', '48c960ae89acb848a39e07c2e7ac84c4', 'NEENA', '', NULL, NULL, '117.196.57.159', '2016-05-04 14:39:57', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(307, NULL, NULL, 'manojk007@gmail.com', '54fd7db6c33c2463ce1c33d346b41cf4', 'Manoj K', '', NULL, NULL, '10.68.36.196', '2016-05-05 10:56:19', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(308, NULL, NULL, 'jsconsultancy16@gmail.com', '70fa2e6ab3749a70de96542e22961906', 'Ashis Kumar Sahu', '', NULL, NULL, '27.63.189.64', '2016-05-05 15:53:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(309, NULL, NULL, 'alokhnb@gmail.com', '4454734bfc9ac01f57fa0061cca68250', 'Alok Kumar Yadav', '', NULL, NULL, '117.237.41.54', '2016-05-06 14:28:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(310, NULL, NULL, 'alokhnb@gmail.com', '', 'Alok Kumar Yadav', '', NULL, NULL, '117.237.41.54', '2016-05-06 14:31:28', 'facebook', '1409493369077024', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(311, NULL, NULL, 'anandchura@gmail.com', '4f0ed06b480a9fc292c56c1a5572391c', 'Anand Chura', '', NULL, NULL, '117.214.181.146', '2016-05-12 13:27:16', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(312, NULL, NULL, 'advo.harpreetkaur@gmail.com', 'f11a36bb9d5a99643dd3dcb7824aa361', 'harpreet kaur', '', NULL, NULL, '202.12.103.72', '2016-05-13 11:16:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(313, NULL, NULL, 'cs_rk@rediffmail.com', '', 'Ramakrishna Sastry', '', NULL, NULL, '180.151.213.139', '2016-05-18 08:15:32', 'facebook', '444966315628179', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(314, NULL, NULL, 'shahnimish2002@gmail.com', '54e3fd73c920bfc951b29c2c9fadd761', 'Nimish Shah', '', NULL, NULL, '59.144.108.26', '2016-05-19 13:41:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(315, NULL, NULL, 'santoshpujari33@gmail.com', '', 'Santosh Pujari', '', NULL, NULL, '59.99.192.116', '2016-05-23 10:36:05', 'facebook', '967502089971124', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(316, NULL, NULL, 'advocate.gopinathan89@gmail.com', '', 'Adv Gopinathan', '', NULL, NULL, '103.48.181.193', '2016-05-24 10:20:15', 'facebook', '1630525327269962', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(317, NULL, NULL, 'vijatomar@gmail.com', '', 'Vijay bahadur singh Tomar', '', NULL, NULL, '182.70.186.198', '2016-05-26 03:32:33', '', '116134556491152148468', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(318, NULL, NULL, 'shashikant20@gmail.com', '00405b0aa88eb475156d4479c126f1e7', 'Shashikant ', '', NULL, NULL, '101.59.219.37', '2016-05-26 12:14:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(319, NULL, NULL, '', '', 'Adv Gopinathan', '', NULL, NULL, '103.48.181.193', '2016-05-27 11:28:23', 'facebook', '1630525327269962', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(320, NULL, NULL, 'bee.oms@gmail.com', '022c4cc06aa3169f6b0a3095f94d22cd', 'Omprakash', '', NULL, NULL, '103.62.61.53', '2016-06-01 11:29:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(321, NULL, NULL, 'jain_con@yahoo.com', 'd7c66ada79fad96c097f3681ce6986e2', 'JEETAN JAIN', '', NULL, NULL, '115.250.106.33', '2016-06-04 00:41:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(322, NULL, NULL, 'kamakhya4sharma@gmail.com', '', 'Kamakhya Sharma', '', NULL, NULL, '171.61.34.93', '2016-06-06 21:59:55', 'facebook', '1022051831208153', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(323, NULL, NULL, 'anil.parkash74@yahoo.in', '5c01a523031e72b29c2cfd4ed17cd992', 'Anil  Parkash', '', NULL, NULL, '59.94.172.197', '2016-06-20 11:10:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(324, NULL, NULL, 'zulekha_g@yahoo.com', 'd398e84fb401e21633d1e265968e8a5d', 'Zulekha Golandaz', '', NULL, NULL, '182.58.180.175', '2016-06-23 16:17:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(325, NULL, NULL, 'souravchatterjee84@gmail.com', 'f16d14c554551280ea48a138c10eca65', 'Sourav Chatterjee', '', NULL, NULL, '1.39.37.83', '2016-06-24 18:57:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(326, NULL, NULL, 'deba1983.2011@gmail.com', 'd22188f27740328c2833cd4551cd596c', 'Lakshmi Kanta Howladar', '', NULL, NULL, '202.142.81.213', '2016-06-28 17:04:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(327, NULL, NULL, 'laddhadeven@gmail.com', '', 'Deven Deelip Laddha', '', NULL, NULL, '103.204.38.25', '2016-06-30 19:23:21', 'facebook', '10157034565480403', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(328, NULL, NULL, 'sduttaadvocate@rediffmail.com', 'd41e98d1eafa6d6011d3a70f1a5b92f0', 'Subir Sekhar  Dutta', '', NULL, NULL, '101.210.211.85', '2016-07-03 23:11:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(329, NULL, NULL, 'srklawbooks@gmail.com', '18dc154fde1f15ed493f29be46641b05', 'S R Kubendran', '', NULL, NULL, '117.231.117.118', '2016-07-06 12:53:43', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(330, NULL, NULL, 'srklawbooks@gmail.com', '', 'Kubendran Kubendran', '', NULL, NULL, '117.231.117.118', '2016-07-06 12:56:35', 'facebook', '1749695331937331', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(331, NULL, NULL, 'muralidharan5381@gmail.com', '', 'Muralidharan S', '', NULL, NULL, '1.39.20.98', '2016-07-10 12:27:56', '', '105695115256550183390', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(332, NULL, NULL, 'chatax16@gmail.com', 'c6b9507c26062233f2341cb90db60eaa', 'Atish Chakraborty', '', NULL, NULL, '14.99.91.58', '2016-07-11 21:59:16', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(333, NULL, NULL, 'anrkumar5@gmail.com', '', 'Nagaraj Kumar', '', NULL, NULL, '124.123.46.13', '2016-07-14 12:40:11', '', '105516067615282215703', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(334, NULL, NULL, 'pradippaul371@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', 'Pradip Kr. Paul', '', NULL, NULL, '103.216.207.9', '2016-07-17 02:26:15', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(335, NULL, NULL, 'ifrevr@gmail.com', '', 'S Saai Sudharsan', '', NULL, NULL, '59.180.150.214', '2016-07-17 15:15:40', '', '100606449238412447396', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(336, NULL, NULL, 'janak.makwana1956@gmail.com', '', 'Janak Makwana', '', NULL, NULL, '103.241.226.254', '2016-07-17 19:41:03', 'facebook', '1630613173933562', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(337, NULL, NULL, 'prakashdas669@gmail.com', 'fc8c5e70e95da1217e1527ea7e5ee3f6', 'Prakash Das', '', NULL, NULL, '122.176.252.13', '2016-07-21 17:29:48', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(338, NULL, NULL, 'kavyaravi98@gmail.com', '', 'Mani Bharath', '', NULL, NULL, '171.49.198.142', '2016-07-21 21:40:17', 'facebook', '203908330011207', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(339, NULL, NULL, 'kavitha.ogh.0101@gmail.com', '', 'Kavitha Ogh', '', NULL, NULL, '220.225.228.42', '2016-07-23 13:55:49', '', '105083517073599330435', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(340, NULL, NULL, 'shabbirmalik63@yahoo.com', 'f197977349d754c63ff2028cd07db0bf', 'shabbir malik', '', NULL, NULL, '115.99.186.64', '2016-07-24 19:52:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(341, NULL, NULL, 'rohitmohan1006@gmail.com', '4a6d26571d4f71f2671e16ae8733fb58', 'Rohit Mohan ', '', NULL, NULL, '14.139.235.108', '2016-08-08 16:28:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(342, NULL, NULL, 'momi_momi124@hotmail.com', '', 'Momi Momi', '', NULL, NULL, '59.103.158.189', '2016-08-11 13:40:26', 'facebook', '1825999950961075', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(343, NULL, NULL, 'balajisrivatsan@gmail.com', '5cdae50e164abc303d55bcfea1868792', 'BALAJI RAJAGOPALAN', '', NULL, NULL, '59.88.229.193', '2016-08-12 17:30:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(344, NULL, NULL, 'golamsarwarambiwa@gmail.com', '', 'Golam Sarwar Ambiwa', '', NULL, NULL, '116.193.141.201', '2016-08-14 01:23:16', 'facebook', '1064725246950099', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(345, NULL, NULL, 'vvrkarur@gmail.com', 'cb66a81ec2a6b852434e159f7cda1fae', 'V.Ramesh', '', NULL, NULL, '1.39.62.232', '2016-08-15 17:57:15', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(346, NULL, NULL, 'ddgsdikhit@gmail.com', '40324bcd3d1fb77e95112f8936d72b72', 'Ad.gambhir', '', NULL, NULL, '117.228.141.7', '2016-08-16 22:40:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(347, NULL, NULL, 'ddgsdikhit@gmail.com', '', 'Ddgsdikhit Dikhit', '', NULL, NULL, '117.228.141.7', '2016-08-16 22:40:47', '', '105125984564004124561', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(348, NULL, NULL, 'nasir_aligarh@yahoo.com', '2388cdbae3ad4db4c60190aed4244e99', 'mohammad nasir', '', NULL, NULL, '117.212.6.223', '2016-08-21 13:46:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(349, NULL, NULL, 'raghavarao21@gmail.com', '', 'Kotapati Raghava Rao', '', NULL, NULL, '117.206.228.102', '2016-08-21 21:08:47', '', '113380129871643707009', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(350, NULL, NULL, 'patenmark@hotmail.com', '7009e7a88533ba264666e1582064660e', 'V K Sinha', '', NULL, NULL, '183.83.86.225', '2016-08-25 10:18:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(351, NULL, NULL, 'nhuda2007@rediffmail.com', '2c0873336fae20d6fc5f0188963af2de', 'NUUL HUDA', '', NULL, NULL, '103.24.108.28', '2016-08-25 14:28:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(352, NULL, NULL, 'advctthomas@gmail.com', '9a0a930e7b271778af9e2bb5eace1306', 'C T Thomas', '', NULL, NULL, '111.92.23.56', '2016-08-27 15:36:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(353, NULL, NULL, 'shivam93.anand@gmail.com', '', 'Shivam Anand', '', NULL, NULL, '123.201.157.75', '2016-08-27 15:52:02', 'facebook', '1117321954981002', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(354, NULL, NULL, 'swamyenterprise2011@gmail.com', 'fc5161c91e6fc8a52203e488a217fa75', 'Ravi Swamy', '', NULL, NULL, '116.203.171.217', '2016-08-29 09:04:36', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(355, NULL, NULL, 'dattas.advocate@gmail.com', '', 'Adv. Datta Suryawanshi', '', NULL, NULL, '106.79.163.150', '2016-08-29 21:47:57', '', '113495054314134308718', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(356, NULL, NULL, 'eastwind2007@gmail.com', '3f0016148be87639963283b11bf744dc', 'Thiyagu PG', '', NULL, NULL, '223.187.46.3', '2016-09-01 07:49:52', 'web', '', 85751530863236, NULL, NULL, '2023-06-02 13:37:31', 0),
(357, NULL, NULL, 'prayas.dansana@gmail.com', '82cfb4406d5c2fed3fedc8e83abb95a9', 'Prayas Dansana', '', NULL, NULL, '14.139.208.50', '2016-09-01 16:24:57', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(358, NULL, NULL, 'dipesh_advocate@rediffmail.com', '5174d47f2fb76b484715976739977f3b', 'N.DIPESH KUMAR CHAUDHURY', '', NULL, NULL, '117.226.197.13', '2016-09-02 20:14:47', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(359, NULL, NULL, 'rajtaki6@gmail.com', '26486e0ec3c8827258640b808913568e', 'RAJESH DEY', '', NULL, NULL, '202.142.81.19', '2016-09-02 20:53:06', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(360, NULL, NULL, '2008arnab@gmail.com', '92d48f1c6031269c7176f4bda4dac496', 'Arnab Munian', '', NULL, NULL, '1.39.57.63', '2016-09-03 15:15:30', 'facebook', '671895676292394', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(361, NULL, NULL, 'anirban1_pal@yahoo.co.in', '6c7ef36434f3484f0b6aa221928cebce', 'ANIRBAN PAL', '', NULL, NULL, '116.203.151.75', '2016-09-04 01:07:14', 'web', '', 61731476105204, NULL, NULL, '2023-06-02 13:37:31', 0),
(362, NULL, NULL, 'sodumu@rediffmail.com', '6b7b8966db7807779782f2544dd28811', 's.nagesh reddy', '', NULL, NULL, '49.204.33.244', '2016-09-04 10:52:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(363, NULL, NULL, 'gafarji@gmail.com', 'c581c5f3f1f08a787912ed75dd5a6314', 'Pagafar', '', NULL, NULL, '106.194.2.11', '2016-09-04 12:26:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(364, NULL, NULL, 'araman19@gmail.com', '', 'Aparna Mohan', '', NULL, NULL, '43.251.90.68', '2016-09-05 21:51:44', 'facebook', '1083101071743259', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(365, NULL, NULL, 'amyaxl@gmail.com', '', 'Amit Yadav', '', NULL, NULL, '49.32.48.197', '2016-09-06 21:15:43', '', '105357534617981474574', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(366, NULL, NULL, 'getbik@gmail.com', '6817c0c7a6540ac176a47d5e0515a5d0', 'Bikram Paul', '', NULL, NULL, '223.191.26.218', '2016-09-07 01:10:12', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(367, NULL, NULL, 'muthu.lea@gmail.com', '', 'muthu murugan', '', NULL, NULL, '117.206.124.152', '2016-09-08 17:49:26', '', '114819841248312031303', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(368, NULL, NULL, 'butan.slg@gmail.com', '3fa5f3297787816d7ff9344f120a8475', 'Arnab Sengupta', '', NULL, NULL, '43.231.240.146', '2016-09-09 13:40:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(369, NULL, NULL, 'ratna.rds@gmail.com', 'dd6644929fe3565b0988f6f310bfb8f9', 'RATHNAKARAN K', '', NULL, NULL, '49.15.204.237', '2016-09-13 21:37:07', 'web', '', 94041473782979, NULL, NULL, '2023-06-02 13:37:31', 0),
(370, NULL, NULL, 'sumeet.3190@gmail.com', '162f84ba9bedf94ec7f4e2c219b1465b', 'Sumeet Tidake', '', NULL, NULL, '180.151.186.112', '2016-09-13 22:53:04', '', '108131158831763225279', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(371, NULL, NULL, 'archisaurabh@gmail.com', '33e5924df33c1eccbfd5b667bfef55f2', 'Saurabh Jindal', '', NULL, NULL, '115.248.0.11', '2016-09-14 16:16:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(372, NULL, NULL, 'doctor_sagnik@rediffmail.com', '', 'Sagnik Chattopadhyay', '', NULL, NULL, '172.21.33.33', '2016-09-15 21:13:20', 'facebook', '10154024597430892', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(373, NULL, NULL, 'robindkdutt@gmail.com', '884bba938f45c56668863ecc23d06edb', 'ROBIND KUMAR DUTT', '', NULL, NULL, '59.161.191.52', '2016-09-15 22:01:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(374, NULL, NULL, 'newton.molla786@gmail.com', 'ce7cbcecbb754984deef99029faef8ee', 'Molla Abul Sukrana', '', NULL, NULL, '59.98.88.7', '2016-09-17 19:32:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(375, NULL, NULL, 'arifulislam709@gmail.com', 'a4fd95bb3a6f655ee46b0a19528e77e9', 'Ariful Islam', '', NULL, NULL, '223.231.54.110', '2016-09-18 09:42:19', 'web', '', 15701474172112, NULL, NULL, '2023-06-02 13:37:31', 0),
(376, NULL, NULL, 'advocate.subhankar@gmail.com', 'fdf1440cbd689dd8cb8d9003891b3e1b', 'Subhankar Bhattacharya', '', NULL, NULL, '116.203.173.164', '2016-09-18 12:54:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(377, NULL, NULL, 'debasis@lnsel.net', '577b809c9a7ccf9fc29cc262bdf80012', 'Debasis', '', NULL, NULL, '122.160.239.36', '2016-09-19 14:02:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(378, NULL, NULL, 'alokupbhokta@gmail.com', '24e30a8384b7a2f1793d5bc84e6fd720', 'alok shukla', '', NULL, NULL, '14.98.150.194', '2016-09-22 13:43:04', 'web', '', 40261474739623, NULL, NULL, '2023-06-02 13:37:31', 0),
(379, NULL, NULL, 'ddthakker.co@gmail.com', '59bdadee3ba0bb66f4d2125932abf8da', 'Dipak Thakker', '', NULL, NULL, '123.136.188.187', '2016-09-23 09:48:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(380, NULL, NULL, 'bishnubamanal@rediffmail.com', '9a06b9e9e9114d8cbee15d8b7b1c6d7c', 'Bishnu Prasanna Dash', '', NULL, NULL, '117.201.165.137', '2016-09-23 16:01:47', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(381, NULL, NULL, 'himanshu.mahajan@gmail.com', 'f3c4913754001d7aecc1ac154242c56f', 'Himanshu Mahajan', '', NULL, NULL, '125.21.240.2', '2016-09-26 09:16:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(382, NULL, NULL, 'aasimulq@yahoo.in', '7250a86c2aa2fc1994b241449ef4db5c', 'Aasimul qadri', '', NULL, NULL, '106.79.156.139', '2016-09-27 00:21:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(383, NULL, NULL, 'advpunammahajan@gmail.com', '7b4d82fe03f29111adc6d47dd9d552ab', 'Punam Mahajan', '', NULL, NULL, '219.91.159.225', '2016-09-28 16:40:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(384, NULL, NULL, 'bsubhayu@gmail.com', 'c4750a8fc8dda77f52f02516b55686a1', 'Subhayu Banerjee', '9831781972', NULL, NULL, '', '2026-04-09 16:04:46', '', '', 0, 141959, '2024-04-16 16:22:18', '2023-06-02 13:37:31', 0),
(385, NULL, NULL, 'priyanakardebsarkar@gmail.com', '40441bec9a5238e2286ac7db4ed4a719', 'Priyankar deb sarkar', '', NULL, NULL, '137.59.158.148', '2016-09-28 21:56:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(386, NULL, NULL, 'dipankarprn@gmail.com', '9e8517291bf331b6ef9db92ab2afbb89', 'Dipankar Sarkar', '', NULL, NULL, '1.39.56.48', '2016-09-29 07:36:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(387, NULL, NULL, 'unnikrishnan1319@gmail.com', '', 'Unni Krishnan S', '', NULL, NULL, '217.17.252.219', '2016-09-29 21:02:44', 'facebook', '1138350472867563', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(388, NULL, NULL, 'mithun.exam@gmail.com', '', 'Mithun Mandal', '', NULL, NULL, '202.78.235.129', '2016-09-30 22:19:36', '', '101025570690753638676', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(389, NULL, NULL, 'arlinebef@mail.ru', 'cd79ff63b68b5d24b61ecd6e752f7f1c', 'Arlinekig', '', NULL, NULL, '188.92.76.158', '2016-10-01 10:16:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(390, NULL, NULL, 'priyankasoni31191@gmail.com', '', 'Priyanka Verma', '', NULL, NULL, '117.205.81.157', '2016-10-02 13:43:08', '', '113312988946421968135', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(391, NULL, NULL, 'gerard@gerardsamuel.com', '', 'Gerard Samuel Vijayan Lourdesamy', '', NULL, NULL, '210.195.204.190', '2016-10-07 14:34:08', 'facebook', '1086289831439518', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(392, NULL, NULL, 'anushkachaturvedi94@gmail.com', 'b714801b96f39a72bb28e8e70946c3a3', 'anushka chaturvedi', '', NULL, NULL, '49.44.51.207', '2016-10-09 21:39:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(393, NULL, NULL, 'rppsangli@gmail.com', '', 'Rahul Patil', '', NULL, NULL, '117.200.222.35', '2016-10-10 17:36:32', '', '110711275327633708837', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(394, NULL, NULL, 'vikash22.kgg@gmail.com', '', 'vikash kumar', '', NULL, NULL, '27.255.249.22', '2016-10-15 22:21:51', '', '109220667840594167689', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(395, NULL, NULL, 'Universalnnl@gmail.com', 'd10578a421302c4c05f75a9faffb8527', 'Yadvender Singh', '', NULL, NULL, '47.9.12.124', '2016-10-16 12:06:24', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(396, NULL, NULL, 'harshrj1730@gmail.com', '2b1cbb2e416742a15c1748d42a0af473', 'Harshvardhan Sharma', '', NULL, NULL, '1.22.140.203', '2016-10-16 17:16:57', 'web', '', 89971517321994, NULL, NULL, '2023-06-02 13:37:31', 0),
(397, NULL, NULL, 'vijikkk79@yahoo.com', '', 'Vijaya Lakshmi', '', NULL, NULL, '157.50.208.81', '2016-10-20 19:13:51', 'facebook', '1858745997689083', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(398, NULL, NULL, 'ashu2030@yahoo.co.in ', '', 'Ashutosh Mishra', '', NULL, NULL, '49.35.200.64', '2016-10-23 14:43:31', 'facebook', '10211500984386670', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(399, NULL, NULL, 'binitamajaw@gmail.com', '', 'Binita Majaw', '', NULL, NULL, '27.63.138.0', '2016-10-27 00:59:21', '', '109466878391632167674', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(400, NULL, NULL, 'tabish_s@yahoo.com', '', 'Tabish Sharfuddin', '', NULL, NULL, '47.29.22.166', '2016-10-27 12:01:40', 'facebook', '10209057658212900', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(401, NULL, NULL, 'vsalaw@yahoo.com', 'ac0210f9e3200394f00642a0bc0fa8d1', 'S. VIJAY SHANKAR', '', NULL, NULL, '171.61.126.110', '2016-10-28 12:57:07', 'web', '', 17741477639674, NULL, NULL, '2023-06-02 13:37:31', 0),
(402, NULL, NULL, 'vishramki2006@gmail.com', '58dc7030320f7d8e2b71d5abebb8a151', 'Ramakrishnan Vishwanathann', '', NULL, NULL, '103.54.221.214', '2016-10-31 22:20:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(403, NULL, NULL, 's_dalpati2005@rediffmail.com', '', 'Sukumar Dalapati', '', NULL, NULL, '47.11.111.138', '2016-11-02 22:08:29', 'facebook', '1321058381313616', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(404, NULL, NULL, 'arorasunil77@gmail.com', '93473a7344419b15c4219cc2b6c64c6f', 'sunil arora', '', NULL, NULL, '10.82.9.39', '2016-11-03 16:05:21', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(405, NULL, NULL, 'singhasnehasis@gmail.com', 'c7dcde68c1cbe35ac7605df505e8a3ee', 'Snehasis Singha', '', NULL, NULL, '47.11.54.63', '2016-11-12 23:07:57', 'web', '', 281478973084, NULL, NULL, '2023-06-02 13:37:31', 0),
(406, NULL, NULL, 'docash12@rediffmail.com', '2a735523d940408129ce4f9d00cead6a', 'ashish banerjee', '', NULL, NULL, '117.197.60.44', '2016-11-14 18:18:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(407, NULL, NULL, 'drtushar.roy@gmail.com', 'dcbaef0917a418d8d97920d940a5e2a5', 'Tushar Roy', '', NULL, NULL, '171.61.183.26', '2016-11-17 15:01:22', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(408, NULL, NULL, 'lhusisatoiralu@gmail.com', '', 'Lhusisato Iralu', '', NULL, NULL, '1.39.36.110', '2016-11-17 16:01:35', '', '116745654738474188987', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(409, NULL, NULL, 'subashbehera4u@gmail.com', 'd25e379c1a4f49637b98eb3de66cb4e6', 'Subash Chandra Behera', '', NULL, NULL, '47.11.254.100', '2016-11-17 16:51:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(410, NULL, NULL, 'amarpatil1996@gmail.com', '', 'Amar Mangala Maruti Patil', '', NULL, NULL, '43.241.130.52', '2016-11-18 22:37:24', 'facebook', '1308426775855626', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(411, NULL, NULL, 'vjgoutam@yahoo.co.in', '3525b15492e7d966e09349d1d878393c', 'Vijay Goutam', '', NULL, NULL, '157.48.195.5', '2016-11-26 21:41:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(412, NULL, NULL, 'pentallectual@gmail.com', '', 'Pentallect Partners', '', NULL, NULL, '171.60.198.226', '2016-12-03 12:13:00', '', '114532192188854166082', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(413, NULL, NULL, 'pendyalajedidiah@gmail.com', '', 'Mani Prasad', '', NULL, NULL, '103.200.57.54', '2016-12-08 23:38:28', 'facebook', '1085934264852949', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(414, NULL, NULL, 'biswasarkar2004@gmail.com', '', 'Biswajit Sarkar', '', NULL, NULL, '150.129.126.149', '2016-12-09 18:30:34', '', '118065982079677278037', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(415, NULL, NULL, 'wealthiestindian@gmail.com', 'a62fa8deb53ef81b835d045affa90db4', 'Gayathri', '', NULL, NULL, '183.83.243.15', '2016-12-12 15:30:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(416, NULL, NULL, 'gayjun17@gmail.com', '6c2203ace3e448bcdfb6bfded110a71e', 'Gayathri.V', '', NULL, NULL, '122.178.175.163', '2016-12-12 15:42:11', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(417, NULL, NULL, 'dev13ad@gmail.com', '50431e81c4a5ee7bb47b7d08fef7a0d8', 'DEVENDRA SINGH FAUZDAR', '', NULL, NULL, '103.55.110.32', '2016-12-12 18:48:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(418, NULL, NULL, 'lydiabenjamin@gmail.com', '', 'Lydia Elizabeth', '', NULL, NULL, '14.139.190.98', '2016-12-16 10:46:18', '', '109233633424779153722', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(419, NULL, NULL, 'sudiptadasgupta1986@gmail.com', 'c71134bcfbd57ec57f8cc789b305ccbe', 'SUDIPTA DASGUPTA', '', NULL, NULL, '115.187.43.207', '2016-12-16 19:32:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(420, NULL, NULL, 'vikasjoshi1976.vj@gmail.com', '', 'Vikas Joshi', '', NULL, NULL, '117.202.207.185', '2017-01-03 16:52:07', '', '104526309246443652579', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(421, NULL, NULL, 'santyvakil@gmail.com', '', 'Santhosh K Narayanan', '', NULL, NULL, '59.99.86.13', '2017-01-05 12:16:04', 'facebook', '1311577075572193', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(422, NULL, NULL, 'louiserogyiik@mail.ru', '2d4ebbe048727ef13f9f37381d7a58f3', 'Terrymooma', '', NULL, NULL, '146.185.223.47', '2017-01-05 19:37:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(423, NULL, NULL, 'a.r.t.emk.ri.ts.k.i.y.s.eo@gmail.com', '4bff91eaae9a16ae9e27b706e7049d64', 'ArtemSeoKrPaw', '', NULL, NULL, '62.173.154.210', '2017-01-07 12:20:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(424, NULL, NULL, 'ginniesidhu@gmail.com', '95f708dab30f807dc2c1974f62fc18e4', 'Gurbir Singh', '', NULL, NULL, '122.173.24.233', '2017-01-08 16:01:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(425, NULL, NULL, 'rikkiy9bak@rambler.ru', '1027a7c510d869df407a010c98d8814e', 'Unlignime', '', NULL, NULL, '94.141.36.145', '2017-01-08 20:47:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(426, NULL, NULL, 'varfolomej.petrov@yandex.ua', '92a34a24841a5ead075495ca995cabd0', 'Ecmari', '', NULL, NULL, '188.163.73.58', '2017-01-09 13:57:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(427, NULL, NULL, 'moneycontrol1989@gmail.com', 'bc1d633396e2e3fd7a1519b031fdb341', 'AVIJIT SAHA', '', NULL, NULL, '47.11.62.249', '2017-01-09 20:46:37', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(428, NULL, NULL, 'dzhuliyazdanovichs11@mail.ru', '3ddc1a94ef9a2c765f9ffd985f01edca', 'Debbiet', '', NULL, NULL, '212.109.201.73', '2017-01-09 22:35:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(429, NULL, NULL, 'samiranm05@gmail.com', 'd48d1ac2f56090aa7b4fa13a4396890a', 'Samiran Mandal', '', NULL, NULL, '42.110.175.236', '2017-01-09 22:41:40', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(430, NULL, NULL, 'mbadebasis@rediffmail.com', 'd967801f6790c70e9b22279691d88414', 'DEBASIS PAL', '', NULL, NULL, '220.227.61.217', '2017-01-10 11:10:07', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(431, NULL, NULL, 'advajinkya@gmail.com', '2493e6c1a9453eea6845ebd02b8c1877', 'Ajinkya', '', NULL, NULL, '42.109.0.157', '2017-01-11 12:36:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(432, NULL, NULL, 'kaptchitk1427@mail.ru', 'b67348bf419fcd371407c461b7e79787', 'VisaGons', '', NULL, NULL, '176.8.104.192', '2017-01-12 10:19:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(433, NULL, NULL, 'j.e.r.am20.9.d.dz.@gmail.com', '43dc08e0858fa69d0ec0fb3deed558f4', 'KragosHeple', '', NULL, NULL, '213.111.233.25', '2017-01-13 05:37:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(434, NULL, NULL, 'ipotussuisd@yandex.com', 'b507773a6509113f4fd8b25f039b6a5f', 'ViagPen', '', NULL, NULL, '46.118.153.31', '2017-01-13 13:40:52', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(435, NULL, NULL, 'drobotenko_vova@mail.ru', '69856e6d63d4778d8b8aa2f62323f63b', 'AbbasKed', '', NULL, NULL, '146.185.223.55', '2017-01-14 12:14:32', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(436, NULL, NULL, 'iuproiopsdg@yandex.com', '4ac86d778ea7ee71db1bbad7a7ddcc94', 'FloydClerb', '', NULL, NULL, '134.249.51.228', '2017-01-14 15:22:10', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(437, NULL, NULL, 'maxycla83@gmx.com', '43920a46d4f72e74708af0cdddef514f', 'FozzSa', '', NULL, NULL, '46.161.9.6', '2017-01-14 21:18:16', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(438, NULL, NULL, 'melissajl11@deannanicole.delhipop3.top', 'c0411ee06389423b814a209fab2c1b59', 'ivahb2', '', NULL, NULL, '62.210.81.52', '2017-01-15 10:24:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(439, NULL, NULL, 'offerma.koff@gmail.com', '7aec6c8f7ea03c3d92ae2b408d8754ac', 'Jamesfraum', '', NULL, NULL, '5.101.222.55', '2017-01-15 15:35:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(440, NULL, NULL, 'roccedi@gmx.co.uk', '553069de925e2121eb4f610d9f5d0345', 'Tyroneetext', '', NULL, NULL, '146.185.223.200', '2017-01-15 19:39:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(441, NULL, NULL, 'okcuage@popp.eamale.com', '55f7e33143ec42fb532ec5e5e0538eae', 'ilisitjeq', '', NULL, NULL, '91.200.12.7', '2017-01-15 21:09:19', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(442, NULL, NULL, 'aacevet@pop.eamale.com', 'fbfab94b5d6322e551f63f086c495f06', 'ricevalojiwel', '', NULL, NULL, '91.200.12.143', '2017-01-15 21:10:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(443, NULL, NULL, 'eworuacoo@w.eamale.com', '8a88953e562db0b9c22b26071c6ab774', 'anijuxoh', '', NULL, NULL, '91.200.12.106', '2017-01-15 21:10:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(444, NULL, NULL, 'opijujuso@popp.eamale.com', 'ead8227d2cb94bd532fb417cd469ee38', 'uxsonif', '', NULL, NULL, '91.200.12.7', '2017-01-15 21:24:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(445, NULL, NULL, 'exolag@pop.eamale.com', '1c7c396d65941265cfd92a9a632dfcb7', 'idotpojenoj', '', NULL, NULL, '91.200.12.143', '2017-01-15 21:24:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(446, NULL, NULL, 'williaminams@mail.ru', '86b64bb9332d58385b00cc12a21c7af8', 'WilliamSAL', '', NULL, NULL, '46.118.120.59', '2017-01-16 09:29:12', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(447, NULL, NULL, 'wudsqqlnyp@fventes63.softtoiletpaper.com', '14a91840688ec4790713adc5c9e20ee3', 'Williambeefs', '', NULL, NULL, '178.137.167.157', '2017-01-16 11:17:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(448, NULL, NULL, 'pshekhar403@yahoo.co.in', '', 'Priyanka Shekhar', '', NULL, NULL, '47.9.203.225', '2017-01-16 12:51:58', 'facebook', '1225026287577463', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(449, NULL, NULL, 'idanuko@pop.eamale.com', '445a997b132f98ff41660d423afd953f', 'esiorewena', '', NULL, NULL, '91.200.12.143', '2017-01-16 15:00:11', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(450, NULL, NULL, 'harish281076@gmail.com', '7faf12d341240b6687d6007c1450a0fc', 'Harish Sharma', '', NULL, NULL, '61.1.105.208', '2017-01-16 17:18:12', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(451, NULL, NULL, 'mlybhwk@gmail.mail.com', '02c081f895e26a667ab809d28570e0bf', 'MALAY KUMAR BHOWMIK', '', NULL, NULL, '223.223.143.253', '2017-01-16 19:02:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(452, NULL, NULL, 'mlybhwk@gmail.com', '', 'Malay Kumar Bhowmik', '', NULL, NULL, '223.223.143.253', '2017-01-16 19:05:07', '', '107300799324862865688', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(453, NULL, NULL, 'oiem8603@proexpertonline.ru', 'f0b8d12853abc9c014e4ff219fcf479d', 'Karenbug', '', NULL, NULL, '151.249.254.251', '2017-01-17 03:33:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(454, NULL, NULL, 'natarizmt@mail.ru', '98726137410e46d80dba1bc76339ee05', 'Natabug', '', NULL, NULL, '93.77.96.97', '2017-01-17 04:14:11', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(455, NULL, NULL, 'issmar.h.e.rz.19.81@gmail.com', '05db6e0dff09f3fd64b6917d7b187dab', 'AdosMed', '', NULL, NULL, '95.175.228.6', '2017-01-17 05:22:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(456, NULL, NULL, 'm.y.u.serna.m.efo.r.g.o.ldon.lym.e.t.h.x1.133.@gmail.com', '536e86424a4dca37d25306ac724cbe0a', 'Julianlom', '', NULL, NULL, '146.185.201.28', '2017-01-17 09:41:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(457, NULL, NULL, 'jdsisson@free-chat-emails.bid ', 'e6921398163f73ad72003d0e3cabee82', 'StewartCow', '', NULL, NULL, '46.161.9.20', '2017-01-17 12:16:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(458, NULL, NULL, 'deoharshita43@gmail.com', 'd423e7605337af218dfe8b6d6ceb1738', 'Harshita Deo', '', NULL, NULL, '169.149.186.161', '2017-01-17 23:22:15', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(459, NULL, NULL, 'namitsaxena2007@gmail.com', '9309c200ff7d15f87760134db5b31e28', 'Namit Saxena', '', NULL, NULL, '47.30.140.32', '2017-01-18 00:10:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(460, NULL, NULL, 'gennie@freewebpages.top ', '32f71633332d2e188398db7641c77005', 'Erickmew', '', NULL, NULL, '46.161.9.20', '2017-01-18 00:37:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(461, NULL, NULL, 'dimapritula98@bigmir.net', '2e9a797ff1ede9cabefc671ae6c50de6', 'DimoNSope', '', NULL, NULL, '185.156.173.251', '2017-01-19 16:00:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(462, NULL, NULL, 'andrejkuzin153@mail.ru', '14f08f924dac46d820db683f7056b322', 'AndrejKuzin', '', NULL, NULL, '5.35.25.103', '2017-01-20 03:28:21', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(463, NULL, NULL, 'art.emkrit.s.kiy.s.eo@gmail.com', '4bff91eaae9a16ae9e27b706e7049d64', 'ArtemSeoKrPaw', '', NULL, NULL, '62.173.154.210', '2017-01-20 04:39:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(464, NULL, NULL, 'thareeqanwer@yahoo.com', '', 'Thareeq Anver', '', NULL, NULL, '14.139.185.174', '2017-01-21 13:32:24', 'facebook', '10206500933520585', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(465, NULL, NULL, 'kanala.bvreddy@gmail.com', '', 'balavenkatareddy kanala', '', NULL, NULL, '103.24.20.82', '2017-01-23 10:11:28', '', '104592569708972804656', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(466, NULL, NULL, 'thareeqanwer@yahoo.com', '', 'Salma Jennath', '', NULL, NULL, '14.139.185.174', '2017-01-23 16:58:51', 'facebook', '10202880791376475', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(467, NULL, NULL, 'bhaleraoabhijeet@gmail.com', '', 'Abhijeet Bhalerao', '', NULL, NULL, '49.35.58.39', '2017-01-26 13:55:21', 'facebook', '1225132680888196', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(468, NULL, NULL, '', '', 'Rucha Pathare', '', NULL, NULL, '59.181.31.228', '2017-01-31 21:50:44', 'facebook', '670431896469796', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(469, NULL, NULL, 'patharerucha@gmail.com', '', 'Rucha Pathare', '', NULL, NULL, '111.91.44.127', '2017-01-31 22:38:51', 'facebook', '670431896469796', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(470, NULL, NULL, 'pkpjkumartsk@gmail.com', '', 'Pankaj Sharma', '', NULL, NULL, '47.29.136.148', '2017-02-07 21:25:47', 'facebook', '764483290374065', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(471, NULL, NULL, 'advocateyogeshnksharma@gmail.com', '', 'Yogesh Sharma', '', NULL, NULL, '59.91.159.121', '2017-02-13 18:34:03', 'facebook', '1545488935480264', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(472, NULL, NULL, 'sheriffvaluer@gmail.com', '', 'Tamim Sheriff', '', NULL, NULL, '117.215.94.118', '2017-02-14 17:42:31', 'facebook', '1234952076557902', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(473, NULL, NULL, 'sunil.ydv017@gmail.com', '', 'Sunil Yadav', '', NULL, NULL, '14.139.209.68', '2017-02-17 15:50:28', 'facebook', '1850078848565734', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(474, NULL, NULL, 'mittalsourabh8@gmail.com', '', 'Sourabh Mittal', '', NULL, NULL, '47.9.2.105', '2017-02-22 10:30:08', 'facebook', '1363974200342822', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(475, NULL, NULL, 'soniya.telani@gmail.com', '', 'Soniya Chawla', '', NULL, NULL, '27.4.69.8', '2017-02-24 13:51:35', 'facebook', '1320750861316384', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(476, NULL, NULL, 'shraddhaparekh.121095@gmail.com', '', 'SP Parekh', '', NULL, NULL, '49.34.6.136', '2017-02-28 08:18:08', 'facebook', '1895025904063385', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(477, NULL, NULL, 'bharatpaladvocate@gmail.com', '', 'Bharat Pal', '', NULL, NULL, '103.78.15.53', '2017-03-07 19:01:46', '', '104662952093783022212', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(478, NULL, NULL, 'mintumallick2015@gmail.com', '', 'MINTU MALLICK', '', NULL, NULL, '47.15.7.56', '2017-03-07 21:23:02', '', '100283876849698138491', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(479, NULL, NULL, 'advocatesukantamondal@gmail.com', '', 'Sukanta Mondal', '', NULL, NULL, '223.191.37.20', '2017-03-10 17:16:16', 'facebook', '951663968303889', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(480, NULL, NULL, 'fazlullaadvocate@gmail.com', '', 'fazlulla fazz', '', NULL, NULL, '157.49.1.157', '2017-03-13 12:12:52', '', '117150867439013810129', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(481, NULL, NULL, 'sinha9904@gmail.com', '', 'Pritam Sinha', '', NULL, NULL, '47.11.0.51', '2017-03-16 23:20:58', '', '107998212441790279446', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(482, NULL, NULL, 'ad.anilbnair@gmail.com', '', 'Anil B. Nair', '', NULL, NULL, '117.206.35.23', '2017-03-30 21:02:39', 'facebook', '1597884723573344', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(483, NULL, NULL, 'mcadvocatedeb@gmail.com', '', 'deb MC', '', NULL, NULL, '47.15.10.134', '2017-04-02 13:24:40', '', '104928460052670794472', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(484, NULL, NULL, 'srsankar81@gmail.com', '', 'Sankar Ramasubramanian', '', NULL, NULL, '182.65.224.54', '2017-04-04 09:37:26', '', '108887689219752175044', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(485, NULL, NULL, 'nagarajabmm@gmail.com', '', 'Nagaraja Nagaraja', '', NULL, NULL, '117.209.142.15', '2017-04-25 22:21:10', '', '106472273342519980612', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(486, NULL, NULL, 'contactrongeorge@gmail.com', '', 'Ron George', '', NULL, NULL, '122.171.45.122', '2017-04-29 10:13:31', '', '105271533638320050088', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(487, NULL, NULL, 'mailtopraveensharma@gmail.com', '', 'Praveen Sharma', '', NULL, NULL, '202.3.66.193', '2017-05-03 11:51:36', '', '100821734441430317350', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(488, NULL, NULL, 'soumyan1012@gmail.com', '', 'V.Soumya narayanan', '', NULL, NULL, '43.246.107.226', '2017-05-03 23:02:31', '', '113801850024367325461', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(489, NULL, NULL, 'bbs_solicitor@outlook.com', '', 'Barish Saikia', '', NULL, NULL, '47.29.203.220', '2017-05-04 00:45:09', 'facebook', '789616284534237', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(490, NULL, NULL, 'jain10690@gmail.com', '', 'Lalit Jain', '', NULL, NULL, '117.198.24.169', '2017-05-08 14:15:43', '', '100088495111005525654', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(491, NULL, NULL, 'taxdost@gmail.com', '0de13dfe67d466e1cba39ebcc508da7c', 'Pratima Pathak', '', NULL, NULL, '47.247.10.188', '2017-05-16 14:33:45', '', '116066885836420574118', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(492, NULL, NULL, 'dsanyal19@gmail.com', '7c6a180b36896a0a8c02787eeafb0e4c', 'Durga Sanyal', '', NULL, NULL, '42.110.148.32', '2017-05-18 15:12:35', '', '105635508872061354801', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(493, NULL, NULL, 'subhanathpal@gmail.com', '', 'Subhanath Pal', '', NULL, NULL, '117.194.2.18', '2017-05-20 01:54:42', '', '117078623258870885544', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(494, NULL, NULL, 'rajeev.kapoor@hotmail.com', '', 'Rajiv Kapoor', '', NULL, NULL, '27.56.142.35', '2017-05-23 17:13:54', 'facebook', '1756959387654193', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(495, NULL, NULL, 'poozapathak@gmail.com', '', 'Pooja Pathak', '', NULL, NULL, '47.11.11.22', '2017-05-28 00:55:03', 'facebook', '1844633999130237', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(496, NULL, NULL, 'manosijmukherjee@gmail.com', '', 'Manosij Mukherjee', '', NULL, NULL, '103.219.44.179', '2017-05-30 23:10:42', '', '115168003767072895342', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(497, NULL, NULL, 'pkmaai@gmail.com', '', 'Pramod Mishra', '', NULL, NULL, '182.69.69.241', '2017-06-02 21:15:28', 'facebook', '10206881080663974', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(498, NULL, NULL, 'boleslavkrylov190jl@mail.ua', '0be0f069875dccaf77501fd19ae5d989', 'DavidVob', '', NULL, NULL, '193.201.225.61', '2017-06-07 22:02:16', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(499, NULL, NULL, 'rafaelwh69@mikaylaella.pop3boston.top', 'c0411ee06389423b814a209fab2c1b59', 'jasminezl18', '', NULL, NULL, '62.210.115.87', '2017-06-08 12:20:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(500, NULL, NULL, 'michaeltoinar@pochta.com', 'e73f7fb3c789bd5469beeecb7e119d93', 'Micaelwar', '', NULL, NULL, '176.223.112.134', '2017-06-09 05:16:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(501, NULL, NULL, 'michaeljab@mail.ru', '1259981116e539679942d32c136e1574', 'MichaelBop', '', NULL, NULL, '178.159.37.15', '2017-06-09 19:54:11', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(502, NULL, NULL, 'laimonaslai664@mail.ru', 'e1ee8978ff6da889a2f783bd304b800f', 'LaiJenes', '', NULL, NULL, '212.122.89.226', '2017-06-10 03:34:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(503, NULL, NULL, 'ciutrenrea8571@gmail.com', 'f43379bd955278d56ec525f8dcf24268', 'Michaeljok', '', NULL, NULL, '31.184.236.104', '2017-06-10 17:51:19', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(504, NULL, NULL, 'alexandrogustav.us@gmail.com', 'b7084e9653368a41980f29aabe1f490c', 'OdellZidly', '', NULL, NULL, '188.233.88.155', '2017-06-11 02:46:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(505, NULL, NULL, 'sanyalgs276005@gmail.com', '7c6a180b36896a0a8c02787eeafb0e4c', 'Gouri Sankar Sanyal', '', NULL, NULL, '59.89.11.50', '2017-06-11 11:07:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(506, NULL, NULL, 'samburton202@aol.co.uk', '29dc04ff8bd582d39b1d3052cf898046', 'Guestovamy', '', NULL, NULL, '46.161.9.14', '2017-06-11 20:01:07', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(507, NULL, NULL, 'akulina.skupova@mail.ru', '5b4c09d368b9905e58281eebefb6675d', 'HerbertVok', '', NULL, NULL, '195.154.162.218', '2017-06-11 21:08:19', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(508, NULL, NULL, 'johnniehoith@gospadi.pw', '54c9bc273da464e6b4219f4d88a86265', 'JohnnieLek', '', NULL, NULL, '2.133.105.13', '2017-06-12 00:03:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(509, NULL, NULL, 'mosinevgg@gmail.com', '8d14e6f3161bd7bd3584ed13b09e618d', 'DewaynePhamn', '', NULL, NULL, '109.195.85.122', '2017-06-12 01:23:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(510, NULL, NULL, 'mildredtew@mail.ru', 'aee4c29c35eafbf4fa5e1196ebade9c5', 'Mildredasync', '', NULL, NULL, '93.170.187.48', '2017-06-12 08:45:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(511, NULL, NULL, 'iamjijo28@gmail.com', '', 'jijo jose', '', NULL, NULL, '116.75.1.143', '2017-06-12 12:27:59', '', '114567264864194169841', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(512, NULL, NULL, 'aparnaramesh237@gmail.com', '', 'Aparna Ramesh', '', NULL, NULL, '61.0.153.14', '2017-06-12 21:53:20', '', '100202366135604193578', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(513, NULL, NULL, 'wert5fvg53gdft@gmail.com', 'bf346c198d441ef65e76b1264008694e', 'FerminDom', '', NULL, NULL, '213.111.213.2', '2017-06-13 02:51:11', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(514, NULL, NULL, 'izettahollerniaf@yahoo.com', '7bdd445d2a2f27d00bf50dd8c77da64e', 'Jasongog', '', NULL, NULL, '178.137.163.147', '2017-06-13 15:30:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(515, NULL, NULL, 'advashoksoni@gmail.com', 'a94945985f1259691f317ed64cafe7e4', 'Dr. Ashok Soni', '', NULL, NULL, '45.121.29.72', '2017-06-13 19:55:18', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(516, NULL, NULL, 'edwardcog@outlook.com', '5c4c763ec80a0f926fa3251d1f0730df', 'Edwardmox', '', NULL, NULL, '149.202.101.64', '2017-06-13 23:27:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(517, NULL, NULL, 'meiyanchen84@myimail.men ', '5d1870056a840f352a33cbce69b00b34', 'AlfredEmeda', '', NULL, NULL, '46.161.9.50', '2017-06-14 01:52:24', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(518, NULL, NULL, 'stehambs@mail4you.stream ', 'ead574adad63942648cc89a756db0b1b', 'Kennethrip', '', NULL, NULL, '46.161.9.50', '2017-06-14 03:47:53', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(519, NULL, NULL, 'anna@cn1rus.ru', '8a74cad4f1109f660b4d29cf727b203d', 'AnnaArtoklWrevy', '', NULL, NULL, '46.161.9.53', '2017-06-14 06:30:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(520, NULL, NULL, 'tr.ansp.orte.rn.a.jale.n.ta.@gmail.com', 'fd9523386f8273802f185d238168ff47', 'MichaelJam', '', NULL, NULL, '31.129.170.42', '2017-06-14 11:54:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(521, NULL, NULL, 'temptest716365318@gmail.com', 'ab3b3f76f106aa34859f755ce52df03c', 'DonaldIdofe', '', NULL, NULL, '14.141.93.162', '2017-06-14 21:41:32', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(522, NULL, NULL, 'pilotxmlpilot5@gmail.com', 'ec5331728c423acee1de0c361ef0987e', 'Timothchurf', '', NULL, NULL, '77.247.182.112', '2017-06-14 23:49:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(523, NULL, NULL, 'stokoptom@bigmir.net', 'ab3290097e865fa0c82909cb9c374ed4', 'NiklViot', '', NULL, NULL, '81.162.224.132', '2017-06-16 09:17:22', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(524, NULL, NULL, 'birkes257@li1.org', '315201f28ac006f4f84b095934d2032a', 'HermnEcova', '', NULL, NULL, '185.120.133.102', '2017-06-16 17:06:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(525, NULL, NULL, 'evangelinedr3@nicolette.karen.delhipop3.top', 'c0411ee06389423b814a209fab2c1b59', 'annieii4', '', NULL, NULL, '51.15.56.110', '2017-06-16 19:19:24', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(526, NULL, NULL, 'pewcofdn@olss.mooo.com', '4ca766840e5f9fa1034c3509b2e5d639', 'ManuelDouro', '', NULL, NULL, '89.78.122.187', '2017-06-17 12:03:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(527, NULL, NULL, 'emaproschbcxr@yahoo.com', '84c7f7aac1ebc832bc82beb768d0a8c8', 'DannyGof', '', NULL, NULL, '146.185.223.87', '2017-06-17 21:33:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(528, NULL, NULL, 'ayudfghiuiiskide@mail.ru', 'c3c53e8cd06888ee871f4e92cb24e0df', 'Ayudfghiuiifet', '', NULL, NULL, '46.50.129.43', '2017-06-18 10:27:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(529, NULL, NULL, 'hatchet_91@mail.ru', 'ee88adb5b2811ec98ab7b5b38f398b95', 'DavidJub', '', NULL, NULL, '195.154.162.218', '2017-06-18 17:26:16', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(530, NULL, NULL, 'Ahter@progoner.com', '25f9e794323b453885f5181f1b624d0b', 'samahmud39', '', NULL, NULL, '193.201.224.32', '2017-06-19 02:32:52', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(531, NULL, NULL, 'richardghval@gmail.com', 'b4f3dd47d8dd01b7fc7b837225aeb3d4', 'RichardGhval', '', NULL, NULL, '95.52.122.244', '2017-06-19 06:44:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(532, NULL, NULL, 'konchg5@gmail.com', '3507f5b38cd7112c8464d5ffb5340d40', 'OlegsBer', '', NULL, NULL, '109.86.72.163', '2017-06-19 13:11:37', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(533, NULL, NULL, 'support@ultravds.com', '083e1a15e40256a608ef82fc5dc728bd', 'Lopuxsig', '', NULL, NULL, '94.231.151.120', '2017-06-19 19:25:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(534, NULL, NULL, 'pedsoutsoub1@mail.ru', 'ed5e1a3609eee0eaf43df5a331637d12', 'trezvyvoditel-Phaviohobioxy', '', NULL, NULL, '90.154.70.102', '2017-06-19 22:48:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(535, NULL, NULL, 'sfyv16639@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', NULL, NULL, '195.22.126.21', '2017-06-20 08:28:11', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(536, NULL, NULL, 'ani_dmail@yahoo.co.in', 'a4ca1e517222fe94a26987c520bf9e8e', 'Anirban Dey', '', NULL, NULL, '223.231.46.86', '2017-06-20 18:42:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(537, NULL, NULL, 'xqhu12921@first.baburn.com', '824fa7ffb3c5df1d1175e4a80e1ad599', 'Curtiser', '', NULL, NULL, '195.22.126.27', '2017-06-20 18:51:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(538, NULL, NULL, 's_lyubimkin@mail.ru', '350a9c39a39708608599f9a2c5d77910', 'CharlesTeS', '', NULL, NULL, '49.228.110.202', '2017-06-20 19:19:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(539, NULL, NULL, 'oosipow.k@yandex.ru', '6c44be1f7e2619de1df71f58d51d0fa0', 'RobertWek', '', NULL, NULL, '93.170.253.148', '2017-06-20 22:12:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(540, NULL, NULL, 'user1@bazatver.ru', '7cc9ddda9c1b275b1a1170c702e71d27', 'Thailandi-anins', '', NULL, NULL, '185.63.218.247', '2017-06-21 10:39:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(541, NULL, NULL, 'salivan@telco-support.org', '27b9be81370afa7796ba6e8a21af51d0', 'telcosalivan', '', NULL, NULL, '141.170.2.53', '2017-06-21 19:05:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(542, NULL, NULL, 'ruklog.dukplin@yandex.com', '787d7b876523a3768299c85816c57c77', 'Michaelben', '', NULL, NULL, '91.78.96.75', '2017-06-22 06:35:32', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(543, NULL, NULL, 'estelleqz5@victoria.kendra.miami-mail.top', 'c0411ee06389423b814a209fab2c1b59', 'raymo1', '', NULL, NULL, '78.109.23.1', '2017-06-22 14:01:48', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(544, NULL, NULL, 'prophportfreeknog@mail.ru', '2560e456483ff522651b6977c6dcaf94', 'Angeljecy', '', NULL, NULL, '79.173.89.155', '2017-06-22 16:47:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(545, NULL, NULL, 'bi.n.for.d.ji.b.an.e.15.1.6@gmail.com\r\n', 'fa926475cd3a0dd96ec1dd20e03e119d', 'Avwogova', '', NULL, NULL, '188.186.72.186', '2017-06-22 17:02:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(546, NULL, NULL, 'alisageoff@mail.ru', 'f1faee2e439385c3730c2eda83fbed9f', 'AlisafussY', '', NULL, NULL, '46.249.59.91', '2017-06-23 08:46:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(547, NULL, NULL, 'randyfs6@dianna.perla.kyoto-webmail.top', 'c0411ee06389423b814a209fab2c1b59', 'jocelynxc2', '', NULL, NULL, '71.46.220.68', '2017-06-23 09:47:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(548, NULL, NULL, 'ervindrigo@mail.ru', '92f294f85773e29150f4b27b9000d39c', 'Ervintam', '', NULL, NULL, '212.83.171.239', '2017-06-24 20:22:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(549, NULL, NULL, 'sunsun47@gmail.com', '948560c4ba568d5f98c267dd2f4df575', 'sundaresan', '', NULL, NULL, '49.36.1.175', '2017-06-25 09:54:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(550, NULL, NULL, 'asiujenjisd@yandex.com', '69588f536204abbbd782057df4ec8e65', 'Ronaldaxots', '', NULL, NULL, '134.249.51.228', '2017-06-25 11:31:19', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(551, NULL, NULL, 'praveenpintoadv@gmail.com', '800ef4d790a8b1124713c47144be9791', 'Praveen Pinto', '', NULL, NULL, '43.247.157.3', '2017-06-25 22:04:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(552, NULL, NULL, 'dmms10186@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', NULL, NULL, '195.22.126.25', '2017-06-25 22:57:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(553, NULL, NULL, 'kat35pil@gmail.com', 'f345ef7fcab5bf438016279d209129c5', 'Davidinora', '', NULL, NULL, '91.237.114.2', '2017-06-26 01:28:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(554, NULL, NULL, 'walterromero70@emailme.men ', '84834a6a99ba96deb66fa56fc416d5bb', 'Billyexper', '', NULL, NULL, '46.161.9.20', '2017-06-26 04:12:52', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(555, NULL, NULL, 'dyadikov.ivan@yandex.ua', '2f7fc6c0ce83a9df33c08cacf654318c', 'JeffreyStarm', '', NULL, NULL, '188.163.73.46', '2017-06-26 05:58:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(556, NULL, NULL, 'maryellensy2@taylerdeborah.london-mail.top', 'c0411ee06389423b814a209fab2c1b59', 'betsywy11', '', NULL, NULL, '185.170.41.8', '2017-06-26 07:50:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(557, NULL, NULL, 'wyna28642@first.baburn.com', '0abb844db5a0cd6e622400d00244a9aa', 'ThomasNaf', '', NULL, NULL, '195.22.126.26', '2017-06-26 10:16:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(558, NULL, NULL, 'alenadugp@mail.ru', '804f298ffd727e54c8c97e5f40375925', 'Alenahiece', '', NULL, NULL, '95.139.23.218', '2017-06-26 14:14:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(559, NULL, NULL, 'dcdp40231@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', NULL, NULL, '195.22.126.26', '2017-06-26 17:14:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(560, NULL, NULL, 'danmaddux@myimail.men ', '32f71633332d2e188398db7641c77005', 'Erickmew', '', NULL, NULL, '46.161.9.20', '2017-06-26 17:33:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(561, NULL, NULL, 'scenemusicftpserver@mail.ru', '2b9474374a226296c0d4467af747aad7', 'LarryaxogY', '', NULL, NULL, '89.238.166.144', '2017-06-26 23:36:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(562, NULL, NULL, 'shestakovalekss@gmail.com', 'f163920365b0c503866a0725b6a93a61', 'GeorgeEneby', '', NULL, NULL, '109.195.85.122', '2017-06-27 12:41:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(563, NULL, NULL, 'valerafit1957@mail.ru', '5857f2c966f93a206f779cb45b7b47ac', 'Valeralef1987', '', NULL, NULL, '188.234.180.68', '2017-06-27 13:12:15', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(564, NULL, NULL, 'vhsg33348@first.baburn.com', '95539f686144d81a2d0774cc5f2cfd9b', 'FreddieTem', '', NULL, NULL, '195.22.126.23', '2017-06-27 16:11:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(565, NULL, NULL, 'fresinabox@maaill.com', 'f4577676291e31b6252a35cefda72828', 'CharlesWhalm', '', NULL, NULL, '46.118.124.190', '2017-06-27 17:22:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(566, NULL, NULL, 'njnj36130@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', NULL, NULL, '195.22.126.22', '2017-06-28 10:54:15', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(567, NULL, NULL, 'dennismew@mail.ru', 'fbcd106d77e85ed768271f584af47d97', 'Denniserymn', '', NULL, NULL, '49.228.111.177', '2017-06-28 18:02:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(568, NULL, NULL, 'bradleytourli@mail.ru', '64af755c3bb1ba19baffd122553e4585', 'BradleyGreak', '', NULL, NULL, '89.207.79.190', '2017-06-29 03:32:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(569, NULL, NULL, 'drblight@b2bmail.men ', 'f955a5a35657d0375d8d2728d26d90f8', 'Brettjes', '', NULL, NULL, '46.161.9.20', '2017-06-29 15:45:23', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(570, NULL, NULL, 'racotransit@mail.ru', '3e88493db37db6dcbbd5cb729941fe86', 'Daviddup', '', NULL, NULL, '46.188.40.102', '2017-06-29 20:24:22', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(571, NULL, NULL, 'jfuentes3131@yourimail.download ', '32f71633332d2e188398db7641c77005', 'Erickmew', '', NULL, NULL, '46.161.9.20', '2017-06-29 23:32:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(572, NULL, NULL, 'harveyfes@mail.ru', '095dcfbee19a86e5cb3828c9550cd21f', 'Harveyfut', '', NULL, NULL, '31.10.97.71', '2017-06-30 00:09:18', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(573, NULL, NULL, 'simon-alexeieva@yandex.ru', 'e520fd766e5e3daa9883a2a6e308bce1', 'Jessybic', '', NULL, NULL, '89.163.145.226', '2017-07-01 04:28:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(574, NULL, NULL, 'christinarg6@monica.jewel.delhipop3.top', 'c0411ee06389423b814a209fab2c1b59', 'helenemj18', '', NULL, NULL, '37.187.129.166', '2017-07-01 08:06:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(575, NULL, NULL, 'xrttt53681@gmail.com', 'bf346c198d441ef65e76b1264008694e', 'FerminDom', '', NULL, NULL, '213.111.213.2', '2017-07-01 10:06:48', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(576, NULL, NULL, 'kwtz@freemail.men ', '84834a6a99ba96deb66fa56fc416d5bb', 'Billyexper', '', NULL, NULL, '46.161.9.20', '2017-07-02 02:20:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(577, NULL, NULL, 'bbreunig@msmail.win ', 'f955a5a35657d0375d8d2728d26d90f8', 'Brettjes', '', NULL, NULL, '46.161.9.20', '2017-07-02 11:24:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(578, NULL, NULL, 'annetteum60@josephine.raven.newyorkmetro5.top', 'c0411ee06389423b814a209fab2c1b59', 'janeiu4', '', NULL, NULL, '163.172.101.137', '2017-07-02 14:58:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(579, NULL, NULL, 'margeryvf5@nicolette.karen.delhipop3.top', 'c0411ee06389423b814a209fab2c1b59', 'darrylnm1', '', NULL, NULL, '91.235.129.28', '2017-07-02 18:43:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(580, NULL, NULL, 'marisolxg2@jimena.amya.washington-pop3.top', 'c0411ee06389423b814a209fab2c1b59', 'antoinettezt1', '', NULL, NULL, '163.172.101.137', '2017-07-04 05:59:40', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(581, NULL, NULL, 'xrym771177@outlook.com', 'e1aadfe9d2b4a37f69648f26b63530a1', 'Issacboono', '', NULL, NULL, '188.163.109.0', '2017-07-04 10:51:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(582, NULL, NULL, 'de.sovik@gmail.com', '', 'Sovik De', '', NULL, NULL, '122.163.62.102', '2017-07-04 11:40:56', '', '109413525939603126871', 96981535554629, NULL, NULL, '2023-06-02 13:37:31', 0),
(583, NULL, NULL, 'monafh5@penelopedestiny.pop3boston.top', 'c0411ee06389423b814a209fab2c1b59', 'alanrm11', '', NULL, NULL, '62.210.115.87', '2017-07-04 13:26:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(584, NULL, NULL, 'tetenin.p@mail.ru', '900005bc81eedbf2d5f26c3f719fe0e8', 'KirkBet', '', NULL, NULL, '146.185.223.123', '2017-07-04 20:17:55', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(585, NULL, NULL, 'priyanka8233876473@gmail.com', '1fd96777aedeadb325c66f3780054765', 'priyanaka', '', NULL, NULL, '49.200.215.216', '2017-07-06 07:32:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(586, NULL, NULL, 'mashaadede@mail.ru', '5d770fc18063b6ed94b3fef9c8feb013', 'Mashafleds', '', NULL, NULL, '93.170.187.48', '2017-07-06 13:57:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(587, NULL, NULL, '', '', 'à¦¸à§à¦®à¦¨à§à¦¤', '', NULL, NULL, '117.194.44.81', '2017-07-07 00:20:21', 'facebook', '10207157925826628', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(588, NULL, NULL, '4x6219@artemmel.info', '1f211634eb55253582e2e7ddca12da56', 'johhnyWeils', '', NULL, NULL, '178.159.37.111', '2017-07-07 09:49:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(589, NULL, NULL, 'demalugannia1992@mail.ru', 'ebbc23c68ca364f5f6f7f815f1229157', 'Danielvat', '', NULL, NULL, '37.115.215.71', '2017-07-07 10:46:06', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(590, NULL, NULL, 'quality@lnsel.net', '25d55ad283aa400af464c76d713c07ad', 'quality', '', NULL, NULL, '182.75.124.214', '2017-07-07 10:51:38', 'web', '', 22491499405305, NULL, NULL, '2023-06-02 13:37:31', 0),
(591, NULL, NULL, 'o.s.lan.r.u.ghn.e.v2.014.33.1.9.@gmail.com', '30b5ae152ad626c012d8546a2ab3b6f6', 'ritahek', '', NULL, NULL, '37.115.215.71', '2017-07-08 02:33:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(592, NULL, NULL, 'silurio5@yandex.ru', '2b6417598a74b1e36918b3fafab84ea7', 'Randalldaurb', '', NULL, NULL, '146.185.223.14', '2017-07-08 12:57:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(593, NULL, NULL, 'anmol.dd@gmail.com', '', 'Gururaj Devarhubli', '', NULL, NULL, '49.34.3.208', '2017-07-08 17:24:59', 'facebook', '1535419443175357', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(594, NULL, NULL, 'parthapratimr2010@gmail.com', 'c3226163e3272a35fa195fbc29b85c5c', 'PARTHA PRATIM ROY', '', NULL, NULL, '103.225.177.3', '2017-07-09 08:43:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(595, NULL, NULL, 'gretskiy.leopold@mail.ru', 'b85beae1bed690072b394b7fd874c566', 'WalterDub', '', NULL, NULL, '62.68.136.177', '2017-07-09 14:26:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(596, NULL, NULL, 'v.d.fvdfdv.@gmail.com', 'b29959ad1fe7cef7bf8a3ba78a61f7a3', 'Fadiejat', '', NULL, NULL, '213.111.233.25', '2017-07-09 15:49:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(597, NULL, NULL, 'shagun.bansal93@gmail.com', '', 'Shagun Bansal', '', NULL, NULL, '103.199.147.105', '2017-07-09 17:19:44', '', '117589274166353304330', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(598, NULL, NULL, 'wlyxmail@inbox.ru', '733a57168cba60a5a56f7f199a2ae32e', 'Slavadup', '', NULL, NULL, '46.188.33.60', '2017-07-09 21:53:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(599, NULL, NULL, 'artiomgenic@mail.ru', '8c3e36a08b650e149a2249594e542a34', 'ArtiomGenic', '', NULL, NULL, '212.122.89.226', '2017-07-10 00:14:10', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(600, NULL, NULL, 'vehanen@sgdfhghtj5.tools ', 'c13699521c4112ae15bc9886eb7b2ffb', 'Tracyted', '', NULL, NULL, '46.161.9.22', '2017-07-10 06:12:21', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(601, NULL, NULL, 'jkkuberalakshmi@gmail.com', '', 'J.K. Kuberalakshmi', '', NULL, NULL, '203.223.190.114', '2017-07-10 19:33:28', '', '113984454639024657303', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(602, NULL, NULL, 'dolly@italy-mail.com', '812bd912762c5792b14514171064c269', 'JohnnyFat', '', NULL, NULL, '178.159.37.105', '2017-07-10 19:36:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(603, NULL, NULL, 'manuela.sidorskaya.91@mail.ru', 'a8f7f6c3364c19a4e040214e52a7aab7', 'Geraldplesk', '', NULL, NULL, '91.221.67.89', '2017-07-10 22:22:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(604, NULL, NULL, 'eco-les09@bigmir.net', 'd8de615940860f2fef0f3a7c8b7448cf', 'StaslViot', '', NULL, NULL, '81.162.224.132', '2017-07-11 00:55:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(605, NULL, NULL, 'maxi.mgol.ya.k.ov.skiy.jr@gmail.com\r\n', '1fdab3da1ae5cbba0bdfb858241991c9', 'pymnutterry', '', NULL, NULL, '176.102.34.162', '2017-07-11 14:39:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(606, NULL, NULL, 'singhyashwardhan93@gmail.com', '', 'Yashwardhan Singh', '', NULL, NULL, '124.40.246.84', '2017-07-11 21:57:38', '', '118238600085867621033', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(607, NULL, NULL, 'papamaman75010@gmail.com', '47ba8e5de2e5080f07ca7c2396816e8e', 'SheriEnarm', '', NULL, NULL, '90.23.173.70', '2017-07-12 09:56:40', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(608, NULL, NULL, 'abhijitmandalud@gmail.com', '', 'Abhijit Mandal', '', NULL, NULL, '47.11.7.143', '2017-07-13 05:28:29', 'facebook', '1033040520132388', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(609, NULL, NULL, 'lugtesubtdi1966@umaill.eu', '8b4bf2ca8147517a36c9f06330d3df35', 'Larrynut', '', NULL, NULL, '212.86.115.69', '2017-07-13 05:46:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(610, NULL, NULL, 'karikalan2627@gmail.com', '50b9b559fa379e6e325d76fdb952e297', 'NAGALINGAM.G', '', NULL, NULL, '157.50.12.202', '2017-07-13 13:00:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(611, NULL, NULL, 'radomira@2listen.ru', 'c7db569917631dafc79ac3d1aebf39c9', 'Brokersapord', '', NULL, NULL, '37.115.221.232', '2017-07-13 16:03:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(612, NULL, NULL, 'lilianayf3@sydni.aaliyah.washington-pop3.top', 'c0411ee06389423b814a209fab2c1b59', 'beverleybu4', '', NULL, NULL, '78.109.23.1', '2017-07-14 19:01:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(613, NULL, NULL, 'keithtab@mail.ru', '90a89b126cd3a42e70ba8a6043b7fdc1', 'Keithnup', '', NULL, NULL, '95.139.23.218', '2017-07-14 20:47:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(614, NULL, NULL, 'lasunabuy@gmail.com', 'd0e26622d1a3d5ead1d2dea96397b8d7', 'OrlandoGot', '', NULL, NULL, '93.84.61.52', '2017-07-15 00:46:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(615, NULL, NULL, 'stepanvlakshin@mail.ru', '3f47d424c35b969e8a70e8df40a301d8', 'StepanHak', '', NULL, NULL, '169.50.62.89', '2017-07-15 06:28:19', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(616, NULL, NULL, '4@hochusvalit.ru', '620ae30580d937f1bc3b21d2787d3bff', 'Sheeskpheweno', '', NULL, NULL, '45.55.73.31', '2017-07-16 15:15:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(617, NULL, NULL, 'filtterba24@gmail.com', '1d831823b2eba3d1a59fedd072d841c5', 'Dandfgrwen', '', NULL, NULL, '31.184.236.48', '2017-07-16 17:10:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(618, NULL, NULL, 'rramkhanna@gmail.com', '5961308c47f49f2165661819d43dcce4', 'V RAMKHANNA', '', NULL, NULL, '117.209.255.169', '2017-07-16 18:57:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(619, NULL, NULL, 'kbwq60484@first.baburn.com', '824fa7ffb3c5df1d1175e4a80e1ad599', 'Curtiser', '', NULL, NULL, '195.22.126.21', '2017-07-17 11:02:55', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(620, NULL, NULL, 'pbuc98952@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', NULL, NULL, '195.22.126.38', '2017-07-17 17:56:36', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(621, NULL, NULL, 'marthacem@mail.ru', '22818dc8d6fdd3b8ce1b0bdb1308d780', 'MarthaGaF', '', NULL, NULL, '93.170.187.48', '2017-07-18 03:20:55', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(622, NULL, NULL, 'ogok35177@first.baburn.com', '0abb844db5a0cd6e622400d00244a9aa', 'ThomasNaf', '', NULL, NULL, '195.22.126.37', '2017-07-18 09:37:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(623, NULL, NULL, 'ÐºÑƒÐ¿Ð¸Ñ‚ÑŒ Ð²Ð¸Ð°Ð³Ñ€Ñƒ Ð² Ð¼Ð¾ÑÐºÐ²Ðµ Ñ Ð´Ð¾ÑÑ‚Ð°Ð²ÐºÐ¾Ð¹@outlook.com', '97aa58239623834905cc5eed4c57f1a7', 'ÐºÑƒÐ¿Ð¸Ñ‚ÑŒ Ð²Ð¸Ð°Ð³Ñ€Ñƒ Ð¿Ð¾ÑˆÑ‚ÑƒÑ‡Ð½Ð¾ Ð²Ð¾Ð»Ð³Ð¾Ð³Ñ€Ð°Ð´', '', NULL, NULL, '93.77.116.98', '2017-07-19 00:25:16', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(624, NULL, NULL, 'notGof@artemmel.info', 'e636f1e006fd64e809a199bbd24d8e31', 'johhnyFew', '', NULL, NULL, '178.159.37.111', '2017-07-19 18:50:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(625, NULL, NULL, 'bvaz8462@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', NULL, NULL, '195.22.126.37', '2017-07-19 22:47:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(626, NULL, NULL, 'jiban84@yahoo.co.in', '9748342e75e9f601f12de9b3b9cdd147', 'Jiban kumar pattanayak ', '', NULL, NULL, '47.11.205.134', '2017-07-20 22:13:06', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(627, NULL, NULL, 'qpid@1.zzuma.ru\r\n', 'da437d317767f80671a33ef974c99d27', 'Robclimb', '', NULL, NULL, '37.147.108.24', '2017-07-20 22:54:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(628, NULL, NULL, 'alexkondrin@yandex.ru', '01ec1c0585421f8ccd76182cdf133212', 'Muz_DJ', '', NULL, NULL, '46.39.53.196', '2017-07-21 12:18:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(629, NULL, NULL, 'zqfe4008@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', NULL, NULL, '195.22.126.27', '2017-07-21 13:09:07', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(630, NULL, NULL, 'priyanka.kajla@gmail.com', '', 'PRIYANKA KAJLA', '', NULL, NULL, '14.139.239.74', '2017-07-21 15:01:43', '', '112222924306197438590', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(631, NULL, NULL, 'freddietaxxkp@mail.ru', 'd755b411f77764f5f1381be9f5b1aaf4', 'DavidGuads', '', NULL, NULL, '77.50.76.14', '2017-07-22 02:34:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(632, NULL, NULL, 'mollytb4@penelopedestiny.pop3boston.top', 'c0411ee06389423b814a209fab2c1b59', 'christiedq1', '', NULL, NULL, '216.176.186.131', '2017-07-22 19:50:53', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(633, NULL, NULL, 'pavananandmr@gmail.com', '3616e61206065869ed6dfaa864e6ccff', 'Pavan Anand M R', '', NULL, NULL, '122.171.189.180', '2017-07-22 20:37:22', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(634, NULL, NULL, 'fermer.eco@yandex.ru', '141655795b09c7a7ab53c69996babd5a', 'EcoFermer', '', NULL, NULL, '46.39.230.108', '2017-07-24 12:29:57', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(635, NULL, NULL, 'osme.nt.qy.ug.oh.122.0@gmail.com\r\n', 'fa926475cd3a0dd96ec1dd20e03e119d', 'Atfucova', '', NULL, NULL, '188.186.80.144', '2017-07-24 16:26:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(636, NULL, NULL, '8@nisabt.pw', 'fac62fb350aa8e23022dd14f580db394', 'CacadGuire', '', NULL, NULL, '46.118.119.191', '2017-07-24 17:30:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(637, NULL, NULL, 'kxgw26202@rng.marvsz.com', '42da92421bd367d7f1767c3d0dc62298', 'Merlinper', '', NULL, NULL, '195.22.126.33', '2017-07-25 03:28:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(638, NULL, NULL, 'phani.deepak@gmail.com', '', 'Dheepak Chundru', '', NULL, NULL, '121.58.175.227', '2017-07-26 12:05:40', '', '116912307363446024391', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(639, NULL, NULL, 'jaykalathiya05@gmail.com', '', 'Jay Kalathiya', '', NULL, NULL, '137.59.64.106', '2017-07-26 17:32:45', 'facebook', '1482893085101162', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(640, NULL, NULL, 'sherolynmatelski778@gmail.com', 'b58d5e6d8ab9c930a939d2d8efe587cf', 'SamuelThola', '', NULL, NULL, '80.249.84.241', '2017-07-27 14:43:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(641, NULL, NULL, 'brya4354itp@mail.ru', '3c58a35780fc411a4bb5b2e48c3a5dfe', 'Lubosroyah', '', NULL, NULL, '178.159.37.15', '2017-07-27 21:47:23', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(642, NULL, NULL, 'thommew1000@gmail.com', '4b68ce6e74fcd9fab66d5436d7ceb4f4', 'ThomFub', '', NULL, NULL, '188.239.32.94', '2017-07-27 23:14:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(643, NULL, NULL, 'deneen@jaggernautemail.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2017-07-28 01:05:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(644, NULL, NULL, 'komovavera356@gmail.com', 'd224cf14f7daf8dddddf74b7eebc702f', 'Shellyvor', '', NULL, NULL, '46.42.43.156', '2017-07-28 04:05:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(645, NULL, NULL, 'lubomirsustala@sgdfhghtj5.schule ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2017-07-28 09:59:22', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(646, NULL, NULL, 'connielr2@avery.regina.miami-mail.top', 'c0411ee06389423b814a209fab2c1b59', 'deannewq3', '', NULL, NULL, '51.15.8.198', '2017-07-28 15:57:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(647, NULL, NULL, 'edjechols@emailme.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2017-07-28 17:34:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(648, NULL, NULL, 'ayanna@freeserver.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2017-07-28 18:30:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(649, NULL, NULL, 'monermanush.rid@gmail.com', '3167e66574ffabbeb4438d3bc3f26aa1', 'RIDDHI CHAKRABORTY', '', NULL, NULL, '47.11.11.166', '2017-07-28 20:55:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(650, NULL, NULL, 'ddonati@msmail.win ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2017-07-28 21:13:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(651, NULL, NULL, 'albertfermap@mail.ru', '59488b7d514c543122d67fc21db76a86', 'Albertleank', '', NULL, NULL, '77.79.131.100', '2017-07-29 03:51:12', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(652, NULL, NULL, 'kevsmyway@free-mail.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2017-07-29 04:39:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(653, NULL, NULL, 'sandeepadvmbd@gmail.com', '', 'Sandeep Kumar Jaat', '', NULL, NULL, '112.110.19.178', '2017-07-29 13:45:10', 'facebook', '1962239810683533', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(654, NULL, NULL, 'helenbotk@mail.ru', 'b97101b3a2029a8bdd13c85c18ee10ce', 'Helengrimi', '', NULL, NULL, '93.170.187.48', '2017-07-29 18:38:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(655, NULL, NULL, 'barminxpavel@mail.ru', '3f47d424c35b969e8a70e8df40a301d8', 'PavellHak', '', NULL, NULL, '196.54.55.33', '2017-07-30 01:30:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(656, NULL, NULL, 'mail@fidiprest.com', 'ee650e86590613313c73533e1603afa1', 'LIzaNeulk', '', NULL, NULL, '178.159.37.131', '2017-07-31 14:10:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(657, NULL, NULL, 'endersjhj@hotmail.com', '4c2825493a96fa25b4ca531f614d5268', 'BREASEREIMI', '', NULL, NULL, '112.111.190.17', '2017-07-31 14:21:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(658, NULL, NULL, 'gauravpotnis@gmail.com', '79d76db88cc9aa2cb2d56a16bbce9691', 'Gaurav Potnis', '', NULL, NULL, '49.45.133.233', '2017-08-01 19:58:23', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(659, NULL, NULL, 'patricewc20@katarina.maya.istanbul-imap.top', 'c0411ee06389423b814a209fab2c1b59', 'sonjaib2', '', NULL, NULL, '192.160.102.169', '2017-08-02 02:26:19', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(660, NULL, NULL, 'anikita98@gmail.com', '1908841db9319cffd5997e347769034f', 'Nikita Agarwal', '', NULL, NULL, '183.83.94.90', '2017-08-02 07:32:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(661, NULL, NULL, 'o.slanrug.hn.ev.20.14.3.319@gmail.com', '30b5ae152ad626c012d8546a2ab3b6f6', 'ritahek', '', NULL, NULL, '46.119.63.158', '2017-08-03 02:37:10', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(662, NULL, NULL, 'noellav@freemails.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2017-08-04 17:40:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(663, NULL, NULL, 'janetrw2@taryndevyn.tokyo-mail1.top', 'c0411ee06389423b814a209fab2c1b59', 'stephanienw4', '', NULL, NULL, '185.170.41.8', '2017-08-05 01:45:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(664, NULL, NULL, 'rtreter@umail4less.men ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', NULL, NULL, '46.161.9.51', '2017-08-05 03:20:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(665, NULL, NULL, 'thomasalalk@mail.ru', 'd5f58af690d7f6abb8366102ffe4d3e7', 'ThomasBinue', '', NULL, NULL, '95.143.192.191', '2017-08-05 12:00:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(666, NULL, NULL, 'palle@sgdfhghtj5.world ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', NULL, NULL, '46.161.9.51', '2017-08-05 15:27:06', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(667, NULL, NULL, 'z10167@mail.ru', 'e1aadfe9d2b4a37f69648f26b63530a1', 'Issacboono', '', NULL, NULL, '188.163.109.0', '2017-08-06 02:45:22', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(668, NULL, NULL, 'ellenib2@nyahraegan.miami-mail.top', 'c0411ee06389423b814a209fab2c1b59', 'cathrynnt60', '', NULL, NULL, '51.15.8.198', '2017-08-07 00:38:37', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(669, NULL, NULL, 'lo.la.1.2.3.@typo3.gmailrasta.net', '71e08b59c420d8db4f53a46c8e2780b6', 'LolaMok', '', NULL, NULL, '37.115.184.31', '2017-08-07 23:14:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(670, NULL, NULL, 'perepiva93@gmail.com', '91375aa57381cebf77062438d04a6fb3', 'Jennyadulk', '', NULL, NULL, '178.159.37.61', '2017-08-08 01:03:15', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(671, NULL, NULL, 'abhijeetdixit@hotmail.com', '', 'Abhijeet Dixit', '', NULL, NULL, '49.35.15.176', '2017-08-08 08:12:43', 'facebook', '1567582323291890', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(672, NULL, NULL, 'diagnosticsadvance@gmail.com', '', 'advance diagnostics', '', NULL, NULL, '112.196.131.119', '2017-08-08 22:41:05', '', '116323179336722989011', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(673, NULL, NULL, 'carlosemipt@mail.ru', '8ee653bf93584461bb4da8c3a5857c1c', 'CarlosUsamb', '', NULL, NULL, '49.228.248.234', '2017-08-10 09:54:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(674, NULL, NULL, 'zwmuasbhcs@yandex.Ñom', 'ea629863f52ff6f7cf7fead954ddc0ae', 'Jaonrip', '', NULL, NULL, '178.159.37.111', '2017-08-10 17:50:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(675, NULL, NULL, 'sabrinaux11@josephine.raven.newyorkmetro5.top', 'c0411ee06389423b814a209fab2c1b59', 'marafg69', '', NULL, NULL, '185.107.81.233', '2017-08-11 00:10:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(676, NULL, NULL, 'admin@saint-philip.com', '5e8ded9a576da0e88b4101931bad0788', 'JamesPoush', '', NULL, NULL, '87.244.174.243', '2017-08-11 19:08:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(677, NULL, NULL, 'marsonir@gmail.com', '20a8e527c1585dd2a0b0cf674426a326', 'JohnFeX', '', NULL, NULL, '46.42.29.195', '2017-08-12 12:38:31', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(678, NULL, NULL, 'deepachackoadv@gmail.com', '99e89de7cd8baad7fe0b007d0766c3e3', 'Deepa Chacko', '', NULL, NULL, '103.68.28.60', '2017-08-12 17:38:31', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(679, NULL, NULL, 'el.enka.rjn.jnjwa4596@gmail.com', 'ab24052168a8a7fc5afada471f67d1ed', 'PhilipVar', '', NULL, NULL, '178.159.37.61', '2017-08-13 04:18:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(680, NULL, NULL, 'consultantseo@contacterpro.com', 'a8c7637f73e8ec7eb34bb2f96117e43b', 'Consultant SEO', '', NULL, NULL, '212.83.184.216', '2017-08-13 08:32:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(681, NULL, NULL, 'brandssolution89@gmail.com', 'b228ae7c04f4365acb2b772234011568', 'bsolution', '', NULL, NULL, '146.185.223.71', '2017-08-13 22:21:47', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(682, NULL, NULL, 'cvbnfgnjfd@mail.ru', '757d8e6499f7aedaa5425e941f135968', 'Jerryzerly', '', NULL, NULL, '188.92.75.244', '2017-08-14 00:37:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(683, NULL, NULL, 'nnp627561@bigmir.net', '49e03e4475cb5616f2b3275b484b218e', 'DilViot', '', NULL, NULL, '81.162.224.132', '2017-08-15 22:46:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(684, NULL, NULL, 'mnyz82159@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', NULL, NULL, '195.22.126.25', '2017-08-16 13:27:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(685, NULL, NULL, 'maryadet@mail.ru', 'a2e73e0deae51b5d0ffa23b865aa5d2f', 'Maryaaveks', '', NULL, NULL, '93.170.187.48', '2017-08-17 08:58:18', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(686, NULL, NULL, 'w.gana.o.380.1.@gmail.com', 'b2d477284f7dff8de082944ef646c4a5', 'kioesRip', '', NULL, NULL, '195.154.211.207', '2017-08-17 12:27:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(687, NULL, NULL, 'mitrofanurban@2gj.ru', 'c5b4c0473d19fd12b6a9b0b4ce7aa090', 'Desatum', '', NULL, NULL, '88.80.55.223', '2017-08-17 19:57:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(688, NULL, NULL, 'roml48512@first.baburn.com', 'e42d28a5d85d37a2fc8dfc50007b5286', 'Richardei', '', NULL, NULL, '195.22.126.23', '2017-08-18 00:08:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(689, NULL, NULL, 'dprt69521@first.baburn.com', '8b658d9c79b86fc6abc9e9d5d3227058', 'PatrickPon', '', NULL, NULL, '195.22.126.27', '2017-08-18 07:11:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(690, NULL, NULL, 'bqxs33357@first.baburn.com', 'fe05aef1f34e9e0e36b6e3a8b3eacca4', 'Chrisfut', '', NULL, NULL, '195.22.126.21', '2017-08-18 11:35:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(691, NULL, NULL, 'glyctimanri1970@plusgmail.ru', '4328223c301505d890dd3b66b026bae5', 'SeoPorie', '', NULL, NULL, '93.120.249.240', '2017-08-18 15:14:16', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(692, NULL, NULL, 'quonahquee@bestmailonline.com', '68856c90365e35e3e8df64cc4e9c3345', 'APeeninput', '', NULL, NULL, '178.137.83.166', '2017-08-18 21:26:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(693, NULL, NULL, 'alemwapang.imsong@gmail.com', '89591447a8024198521ace8e181408ef', 'Alemwapang Ao', '', NULL, NULL, '223.27.121.230', '2017-08-19 01:18:22', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(694, NULL, NULL, 'bickag@free-server.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2017-08-20 05:25:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(695, NULL, NULL, 'fitness.gym@bigmir.net', 'd8de615940860f2fef0f3a7c8b7448cf', 'DenlViot', '', NULL, NULL, '79.110.130.24', '2017-08-20 10:45:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(696, NULL, NULL, 'vebybevy@opno.life', '5d3dae0a8fe227e53f1a035e87f4de5c', 'vebybevy', '', NULL, NULL, '185.36.102.114', '2017-08-20 20:48:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(697, NULL, NULL, 'mallyptm@hotmail.com', 'eb1b019326e7a6c4bf38874f3a89b098', 'BREASEREIMI', '', NULL, NULL, '112.111.191.43', '2017-08-21 16:04:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(698, NULL, NULL, 'wanshidadjo@gmail.com', '54d65dc93cf22d3c9a9f68dfe3583b29', 'Kenhax', '', NULL, NULL, '188.239.32.94', '2017-08-22 15:12:40', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(699, NULL, NULL, 'jdac93807@first.baburn.com', 'fbb2de7da78ca33a55e8e7ca9949fed6', 'KennethEMoni', '', NULL, NULL, '195.22.126.26', '2017-08-23 09:03:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(700, NULL, NULL, 'abhijitkar2008@rediffmail.com', '140170bdde581d2ab8f61221d49e327f', 'Abhijit Kar', '', NULL, NULL, '47.29.241.198', '2017-08-23 10:05:08', 'web', '', 64561503463015, NULL, NULL, '2023-06-02 13:37:31', 0),
(701, NULL, NULL, 'agastyshelat93@gmail.com', '', 'Agastya Shelat', '', NULL, NULL, '106.202.227.100', '2017-08-23 19:33:19', 'facebook', '1070375196399370', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(702, NULL, NULL, 'p.u.pkins.v.an.i.a@gmail.com', '15220e71d7e6c8417c248250be3affdf', 'purchaseadobepremiere', '', NULL, NULL, '146.185.223.125', '2017-08-24 14:28:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(703, NULL, NULL, 'hacjon@emailme.win ', 'f955a5a35657d0375d8d2728d26d90f8', 'Brettjes', '', NULL, NULL, '46.161.9.20', '2017-08-24 15:27:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(704, NULL, NULL, 'kovaliev1967@gmail.com', 'f1fb7c6988cd7d9ce9874a9c8ffa3a86', 'kovaliev.m-1967', '', NULL, NULL, '93.72.59.193', '2017-08-24 17:29:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(705, NULL, NULL, 'kathiweisbecker@snipemail4u.men ', 'f955a5a35657d0375d8d2728d26d90f8', 'Brettjes', '', NULL, NULL, '46.161.9.20', '2017-08-25 03:35:37', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(706, NULL, NULL, 'jamesrap@mail.ru', '435ce84427b8f56c94c7888e1945213e', 'Jamesvew', '', NULL, NULL, '93.170.187.48', '2017-08-25 17:32:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(707, NULL, NULL, 'ianval@azzah.ru', 'db78e8d33f72cc7007cdcc02575fa8c6', 'ArhipU', '', NULL, NULL, '95.81.252.118', '2017-08-25 20:31:10', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(708, NULL, NULL, 'manish29nov@gmail.com', 'b555040ba4e4b3cda0fe712e0c3238fd', 'MANISH SINGH', '', NULL, NULL, '183.87.142.194', '2017-08-25 22:57:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(709, NULL, NULL, 'natashatreni@mail.ru', '28e1f2930ad19812da0a0bb325a16404', 'NatashaRague', '', NULL, NULL, '37.20.130.184', '2017-08-26 08:55:36', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(710, NULL, NULL, 'qgvxyjwmiq@mailermails.info', 'fc07b1a723d44b01ef4630a6f55c8828', 'nxkxinAlurn', '', NULL, NULL, '46.161.9.3', '2017-08-26 19:44:36', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(711, NULL, NULL, 'alexkondrin@yandex.by', '01ec1c0585421f8ccd76182cdf133212', 'Muz_DUOby', '', NULL, NULL, '77.41.66.238', '2017-08-27 07:07:18', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(712, NULL, NULL, 'ureopujsyhda@yandex.com', 'd9c6c6c20b8c7b36332eef02cade1002', 'Simonarraw', '', NULL, NULL, '134.249.141.24', '2017-08-27 18:34:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(713, NULL, NULL, 'julieJar@essay-top.biz', '6a35187ed9229b0d37db2129302f9d15', 'JulieBuh', '', NULL, NULL, '151.249.164.95', '2017-08-29 11:19:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(714, NULL, NULL, 'Pratyakshdutta02@gmail.com', 'f78bd80d481fdb848919a8e605dd862e', 'Pratyaksh', '', NULL, NULL, '169.149.44.217', '2017-08-29 17:29:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(715, NULL, NULL, 'lenorecm4@reina.rhiannon.newyorkmetro5.top', 'c0411ee06389423b814a209fab2c1b59', 'kerrixm11', '', NULL, NULL, '151.80.238.152', '2017-08-30 16:20:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(716, NULL, NULL, 'hkumar17021982@gmail.com', 'f1fdc864d1bd82c7b8e4e1b4a3681528', 'Himanshu Kulshreshtha ', '', NULL, NULL, '139.167.4.48', '2017-08-30 16:33:57', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(717, NULL, NULL, 'marcusvb3@jewelalyson.pop3boston.top', 'c0411ee06389423b814a209fab2c1b59', 'lynnegy69', '', NULL, NULL, '217.182.74.253', '2017-08-31 03:00:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(718, NULL, NULL, 'efronfil777@gmail.com', '893c85d27fa5f35141f7802f2d04bf02', 'NormanGauCh', '', NULL, NULL, '213.111.213.2', '2017-08-31 08:21:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(719, NULL, NULL, 'serverftp2017@mail.ru', '50a771b04f6427a5007bed0f77575f8a', 'Virgilkathe', '', NULL, NULL, '77.243.183.90', '2017-08-31 08:30:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(720, NULL, NULL, 'mtnehzmgbf@mailmefast.info', 'fc07b1a723d44b01ef4630a6f55c8828', 'nfllexAlurn', '', NULL, NULL, '46.161.9.3', '2017-09-01 02:53:24', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(721, NULL, NULL, 'ebjf13751@first.baburn.com', 'cd5fe5bfee303ea0ef7c2f7d2fc53e80', 'GreggFED', '', NULL, NULL, '195.22.126.22', '2017-09-01 03:02:15', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(722, NULL, NULL, 'rajansunil@yahoo.co.uk', '4a1b5d31d168d035364c117496cb9712', 'Rajan K', '', NULL, NULL, '27.62.69.234', '2017-09-01 13:18:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(723, NULL, NULL, 'sanjib_deb@rediffmail.com', 'f501a8928398ff5210fd486a248e1a52', 'Sanjib Kumar Deb', '', NULL, NULL, '14.139.110.226', '2017-09-01 14:07:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(724, NULL, NULL, 'tplqy8@1syn.info', 'df44169134a4980015e3dfbece5b54a6', 'Kurahync', '', NULL, NULL, '195.184.208.7', '2017-09-02 11:32:12', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(725, NULL, NULL, 'vinayak.maharishi18@gmail.com', '', 'Vinayak Maharishi', '', NULL, NULL, '49.34.76.201', '2017-09-02 20:17:27', '', '104512133638851284598', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(726, NULL, NULL, 'guptaamit64@yahoo.co.in', '2657adfe11a3f193875b286756430d7b', 'AMIT GUPTA', '', NULL, NULL, '106.201.117.247', '2017-09-03 00:43:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(727, NULL, NULL, 'stevenhammerdk@gmail.com', '5200952b0ae8e0f002e3f1fb14ba81b3', 'SantosEdgew', '', NULL, NULL, '185.45.13.157', '2017-09-03 14:07:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(728, NULL, NULL, 'kim.bangalore@gmail.com', '', 'joachim saldanha', '', NULL, NULL, '123.201.189.172', '2017-09-03 23:46:43', '', '102362391964076926191', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(729, NULL, NULL, 'roberttix@mail.ru', '0d5c02fa401ee569d04ba91229e8865b', 'Robertnib', '', NULL, NULL, '178.73.196.203', '2017-09-04 13:28:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(730, NULL, NULL, 'orwkfwaboq@mailstome.today', 'fc07b1a723d44b01ef4630a6f55c8828', 'ntysolAlurn', '', NULL, NULL, '46.161.9.3', '2017-09-04 22:19:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(731, NULL, NULL, 'lorrainekr5@katarina.maya.istanbul-imap.top', 'c0411ee06389423b814a209fab2c1b59', 'revaut3', '', NULL, NULL, '137.74.169.241', '2017-09-05 00:18:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(732, NULL, NULL, 'kdzq37536@first.baburn.com', '57894acad379ead93be679335f888ffe', 'DonaldguiLa', '', NULL, NULL, '195.22.126.23', '2017-09-05 02:33:36', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(733, NULL, NULL, 'swiq37517@first.baburn.com', 'b6cfad80919644b410cf6d59ebc4f606', 'Jamespax', '', NULL, NULL, '195.22.126.27', '2017-09-05 22:35:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(734, NULL, NULL, 'nancyfoers@mail.ru', '4d0eff804a415d8eec8e250761ad8f0e', 'Nancyglara', '', NULL, NULL, '93.170.187.48', '2017-09-05 23:17:07', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(735, NULL, NULL, 'oleromanovv@gmail.com', '9f917bdad8e80a8f57f2abb680021cdd', 'Viktordob', '', NULL, NULL, '213.21.30.95', '2017-09-06 18:29:37', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(736, NULL, NULL, 'ceciliamulty@essay-top.biz', '6afb5534068e1b86985a1dc9a89468cd', 'Cecilianaf', '', NULL, NULL, '151.249.164.95', '2017-09-07 01:32:53', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(737, NULL, NULL, 'mixru.com@mail.ru', '7d7bc47aac360e6e7a60c68f4e04054c', 'Ashliegyday', '', NULL, NULL, '2.93.180.135', '2017-09-07 14:58:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(738, NULL, NULL, 'leonida.neelova@mail.ru', '8ac2cd963dc11769778c1de608d0d4cb', 'Jerryjerma', '', NULL, NULL, '178.255.40.226', '2017-09-07 18:11:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(739, NULL, NULL, 'rimsky@mudachist.net', '8770e010a5a5e0e7c34a8ab71ef0d4b5', 'GaangsBaw', '', NULL, NULL, '5.44.168.207', '2017-09-08 03:39:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(740, NULL, NULL, 'vinothraj.m22@gmail.com', '', 'Vinoth Raj', '', NULL, NULL, '117.193.150.57', '2017-09-08 08:03:02', '', '103269182413118668976', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(741, NULL, NULL, 'fuijt@220w.net', 'f0344da81f2f47bd11ddf8fb8ed6bc6b', 'BomoClase', '', NULL, NULL, '195.184.208.7', '2017-09-08 08:26:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(742, NULL, NULL, 'northwinddk@gmail.com', '60ab84712d926edc019adfe52e9d2b44', 'Stevevox', '', NULL, NULL, '94.242.252.40', '2017-09-09 21:32:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(743, NULL, NULL, 'barbaranum@mail.ru', 'aca87849a3b1d4d55a5abd1f812d022b', 'BarbaraKen', '', NULL, NULL, '93.170.187.48', '2017-09-11 00:51:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(744, NULL, NULL, 'hookparty32@yandex.ru', '6b9d19a93c26fab1744291b7ab319526', 'Stoofe', '', NULL, NULL, '5.62.47.14', '2017-09-11 05:23:11', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(745, NULL, NULL, 'ccfp46192@first.baburn.com', 'a2e3dcb43e4189ea21196dc86d7b4db7', 'PhillipDen', '', NULL, NULL, '195.22.126.21', '2017-09-11 09:49:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(746, NULL, NULL, 'anuppattnaik.757@gmail.com', '', 'Anup Pattnaik', '', NULL, NULL, '47.11.204.233', '2017-09-11 12:52:57', '', '113032756047562837065', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(747, NULL, NULL, 'dsinghcool012@gmail.com', '', 'Dev Singh', '', NULL, NULL, '47.8.10.6', '2017-09-11 22:21:50', '', '105089291494023606565', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(748, NULL, NULL, 'manleenkaur_5@hotmail.com', 'd81f5a7be6cddd805c904356ecd510c9', 'MANLEEN KAUR', '', NULL, NULL, '106.215.208.92', '2017-09-11 22:24:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(749, NULL, NULL, 'shayana.naga@gmail.com', '', 'Nagashayana Srinivasaiah', '', NULL, NULL, '171.79.5.21', '2017-09-12 03:08:10', '', '111812365194411987635', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(750, NULL, NULL, 'ar.sanjaysaxena@gmail.com', 'e19d5cd5af0378da05f63f891c7467af', 'Sanjay Saxena', '', NULL, NULL, '117.215.235.30', '2017-09-12 10:36:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(751, NULL, NULL, 'mail2srishtisingh@gmail.com', '', 'Srishti Singh', '', NULL, NULL, '157.119.215.233', '2017-09-12 12:36:33', 'facebook', '1678517825500081', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(752, NULL, NULL, 'rvty4399@first.baburn.com', 'bafbfa9d3334370b424bb6a338cbc0af', 'DavidEduby', '', NULL, NULL, '195.22.126.25', '2017-09-13 01:50:37', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(753, NULL, NULL, 'wesl.huston@yandex.ru', '28b43ece68a18193be46bd9bb8bb9fc4', 'Wesleysheed', '', NULL, NULL, '31.47.117.30', '2017-09-13 05:04:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(754, NULL, NULL, 'ba.g.s.@a.bestsky.info', '207247adfc196e55926bc92c8710201b', 'JustinBroag', '', NULL, NULL, '37.115.124.229', '2017-09-13 11:39:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(755, NULL, NULL, 'herry342342cakip@mail.ru', '381dbc81ad4abe0863c891005934682c', 'Sherryjab', '', NULL, NULL, '194.67.215.191', '2017-09-14 04:39:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(756, NULL, NULL, 'vgoshevastasem3h99@gmail.com', '48119e199c805d1cf2c42c1ec672705d', 'ThomasWek', '', NULL, NULL, '37.115.215.125', '2017-09-14 04:52:11', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(757, NULL, NULL, 'alexander.bradsh@gmail.com', 'f491cd7a6a5790cea4748c8eee1053fb', 'AlexanderBKl', '', NULL, NULL, '95.29.223.181', '2017-09-14 08:41:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(758, NULL, NULL, 'ahmedfaraz26@gmail.com', '', 'Ahmed Faraz', '', NULL, NULL, '182.68.98.10', '2017-09-14 14:44:00', '', '109149392741521129992', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(759, NULL, NULL, 'ashu7890garg@gmail.com', 'f072c42ad2acf46e85f8955ce49c9a3d', 'Aashish Garg', '', NULL, NULL, '157.49.12.71', '2017-09-14 20:04:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(760, NULL, NULL, 'andsokollow@gmail.com', 'ec42c91938454248492c37ceb39d59f8', 'AndreiPomia', '', NULL, NULL, '213.21.30.95', '2017-09-14 21:08:52', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(761, NULL, NULL, '5@hochusvalit.ru', '620ae30580d937f1bc3b21d2787d3bff', 'Inhitrene', '', NULL, NULL, '159.203.68.20', '2017-09-15 03:21:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(762, NULL, NULL, 'ldbq14128@first.baburn.com', 'fe05aef1f34e9e0e36b6e3a8b3eacca4', 'Chrisfut', '', NULL, NULL, '195.22.126.21', '2017-09-16 00:02:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(763, NULL, NULL, 'mwvp53351@first.baburn.com', '6b92c2cbad31975e510cfddd22b591b1', 'Gerardruisp', '', NULL, NULL, '195.22.126.33', '2017-09-16 01:52:21', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(764, NULL, NULL, 'stevenper@mail.ru', '9a55300b8b0d114d2ca436e2fb2f2284', 'StevenFah', '', NULL, NULL, '193.107.3.211', '2017-09-16 02:48:36', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(765, NULL, NULL, 'julianpr3@mikaylaella.pop3boston.top', 'c0411ee06389423b814a209fab2c1b59', 'sherrins18', '', NULL, NULL, '163.172.101.137', '2017-09-16 09:10:23', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(766, NULL, NULL, 'ti.n.ed.ol.@artquery.info', '4a5c962b56aabcfb236872b07f4e01cc', 'Larrymaige', '', NULL, NULL, '75.75.232.3', '2017-09-17 03:46:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(767, NULL, NULL, 'stopspams@bigmir.net', 'e4fcc8a4f319941e83293ae67f4cabc1', 'Rqomasroazy', '', NULL, NULL, '95.211.212.137', '2017-09-17 17:19:52', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(768, NULL, NULL, '4uamanarya@gmail.com', '778a24f94a41ea8ff2be57cecbb3fea1', 'Aman Arya', '', NULL, NULL, '47.8.10.171', '2017-09-17 20:59:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(769, NULL, NULL, 't.i.n.ed.o.l.@artquery.info', '4a5c962b56aabcfb236872b07f4e01cc', 'Larrymaige', '', NULL, NULL, '75.75.232.56', '2017-09-18 02:43:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(770, NULL, NULL, 'morozovakristina897@gmail.com', '3abb281cd5ee313d92490335843ca555', 'Kristinalhunty', '', NULL, NULL, '109.188.124.140', '2017-09-18 07:57:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(771, NULL, NULL, 'alexsofteu@gmail.com', 'd3322462dd06ccdcc6c3d2e1bc11d795', 'Aarongip', '', NULL, NULL, '84.43.255.45', '2017-09-18 19:14:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(772, NULL, NULL, 'nicolaseo@contacterpro.com', '21a475deb44593e5f24f2c95e910d1c9', 'Nicolaseo', '', NULL, NULL, '212.83.145.238', '2017-09-19 02:36:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(773, NULL, NULL, 'zap.noskov@yandex.com', '2b38691df5b3bbb1c1ecacc0d9bd1735', 'Bonnieclelo', '', NULL, NULL, '46.167.120.100', '2017-09-19 04:46:06', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(774, NULL, NULL, 'sish@ammfoundation.org', 'c6fe3b62d272220c768fbad4ba2aa44e', 'Dr R Rajamahendran', '', NULL, NULL, '103.88.77.40', '2017-09-19 16:13:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(775, NULL, NULL, 'o.s.m.e.ntqy.ug.oh1220@gmail.com\r\n', 'fa926475cd3a0dd96ec1dd20e03e119d', 'TobEnfonnarcef', '', NULL, NULL, '5.3.190.4', '2017-09-19 20:09:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(776, NULL, NULL, 'arnab.ghosh@visva-bharati.ac.in', '', 'Arnab Ghosh', '', NULL, NULL, '59.94.25.125', '2017-09-20 18:15:15', '', '107642805758675049926', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(777, NULL, NULL, 'anastasiyasli.vova@gmail.com', '58f2c2c6ba686482c65d16e5e57c3c83', 'DavidLon', '', NULL, NULL, '188.233.142.194', '2017-09-21 04:15:43', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(778, NULL, NULL, 'elektromagda@imail.co.pl', '130ad37d7262b2a0558ef414c2f8ec5e', 'MagdaDEguews', '', NULL, NULL, '155.133.64.104', '2017-09-21 08:31:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(779, NULL, NULL, 'revlo.b@yandex.com', '3c8c9822b033508151a1620626c448b2', 'Patrickimpum', '', NULL, NULL, '109.201.194.181', '2017-09-22 01:29:12', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(780, NULL, NULL, 'pyzuhbq@bazavashdom.info', '7fd7a9209b7a43404da3373aaaa04449', 'DennisRuiRm', '', NULL, NULL, '212.92.106.156', '2017-09-22 06:35:06', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(781, NULL, NULL, 't.in.e.do.l@artquery.info', '4a5c962b56aabcfb236872b07f4e01cc', 'Larrymaige', '', NULL, NULL, '82.79.113.142', '2017-09-23 04:44:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(782, NULL, NULL, 'valvindersingh@gmail.com', 'd6e599946bac7151327f61a11e761b31', 'valvinder singh', '', NULL, NULL, '117.201.85.106', '2017-09-23 13:51:14', '', '113662773248383678316', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(783, NULL, NULL, 'dfzw31431@first.baburn.com', 'd76381befd19cafb56e9043bbd8b5a84', 'Jamespouri', '', NULL, NULL, '156.67.106.102', '2017-09-23 18:25:53', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(784, NULL, NULL, 'os.l.an.r.u.gh.n.ev201.4.3.31.9@gmail.com', '30b5ae152ad626c012d8546a2ab3b6f6', 'ritahek', '', NULL, NULL, '93.188.39.147', '2017-09-24 01:30:55', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(785, NULL, NULL, 'vivekpunjabi95@gmail.com', '366f8ebfc0adf163def845062b27d5df', 'Vivek Punjabi', '', NULL, NULL, '59.88.66.49', '2017-09-24 19:28:06', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(786, NULL, NULL, 'john.snow14@mail.com', '7e5b25fd33cc15979ecca62867f761b6', 'JoAlidaSnow', '', NULL, NULL, '162.244.80.208', '2017-09-25 07:15:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(787, NULL, NULL, 'benya.ispozito@yandex.com', '0bb37766153696b05069628e3f79fe09', 'LindatUh', '', NULL, NULL, '31.47.115.21', '2017-09-25 12:23:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(788, NULL, NULL, 'ggabrielass1@mail.ru', 'ff3168b47e6fa40cb5486835613a819b', 'SandraBoofe', '', NULL, NULL, '212.124.2.184', '2017-09-25 15:53:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(789, NULL, NULL, 'ucokrwtijywysbo@mail.ru', 'a5a8e1b970c346ef3bf931f6e30e7e6b', 'Shila', '', NULL, NULL, '77.81.109.170', '2017-09-25 18:10:40', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(790, NULL, NULL, 'natalierup@mail.ru', '0935bfb75400aacc37511c78719de2c2', 'Nataliedepay', '', NULL, NULL, '93.170.187.48', '2017-09-26 00:19:24', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(791, NULL, NULL, 'jeremygaifs@mail.ru', '0b779d59ab09d47d855131fcc3d56823', 'JeremyDrads', '', NULL, NULL, '193.107.3.211', '2017-09-26 15:56:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(792, NULL, NULL, 'bs@blacksega.com', 'db78e8d33f72cc7007cdcc02575fa8c6', 'AvutitteeSoatry', '', NULL, NULL, '79.133.145.90', '2017-09-26 18:31:52', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(793, NULL, NULL, 'petr-osipovim@mail.ru', 'd07eeeefdf8a08184c6eb1ef9558c393', 'petr-osipovbm', '', NULL, NULL, '62.182.207.26', '2017-09-27 05:26:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(794, NULL, NULL, 'shannask7@maggie.makenzie.chicagoimap.top', 'c0411ee06389423b814a209fab2c1b59', 'deannqn2', '', NULL, NULL, '87.118.116.12', '2017-09-27 06:39:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(795, NULL, NULL, 'alz2609@videois.ru', '63faeff047f86f90f8191ed4c0761996', 'Ð½ÑƒÐ¶Ð½Ð¾ ÑÐ´ÐµÐ»Ð°Ñ‚ÑŒ Ð¿Ñ€Ð¾Ð´Ð²Ð¸Ð¶ÐµÐ½Ð¸Ñ ÑÐ°Ð¹Ñ‚Ð°', '', NULL, NULL, '93.77.116.98', '2017-09-27 17:14:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(796, NULL, NULL, 'sksupy@gmail.com', '2b8d42a408d1831bd465fdc107fe5aef', 'Sakshi Upadhyay', '', NULL, NULL, '113.193.63.162', '2017-09-27 20:20:06', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(797, NULL, NULL, 'mattressp8@gmail.com', '880e7a2684ec6311fed556927496f761', 'AgustinTog', '', NULL, NULL, '46.119.118.128', '2017-09-27 22:05:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(798, NULL, NULL, 'kushalbooks@yahoo.co.in', '08fcbddc4f4161e56c660d4f1a2fbfa9', 'Girish Motwani', '', NULL, NULL, '182.70.29.225', '2017-09-28 10:43:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(799, NULL, NULL, 'shekharkuchekar@gmail.com', '39ce85c5ef7501c7d813c2631e4b1f4b', 'Shekhar Kuchekar', '', NULL, NULL, '125.99.66.222', '2017-09-28 13:32:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(800, NULL, NULL, 'fitness.gym1@bigmir.net', 'd8de615940860f2fef0f3a7c8b7448cf', 'TERenlMers', '', NULL, NULL, '79.110.130.238', '2017-09-28 17:47:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(801, NULL, NULL, 'jdifee@sacil.xyz', '329a5f51473bc93edb1a964b28c51146', 'Michael44', '', NULL, NULL, '31.184.236.48', '2017-09-28 20:27:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(802, NULL, NULL, 'ankol679@mail.ru', 'd5e93bc06cbfb117492e6a2ee2e5c5c0', 'aterr#52', '', NULL, NULL, '46.72.46.55', '2017-09-28 23:48:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(803, NULL, NULL, 'fitness.gym3@bigmir.net', 'd8de615940860f2fef0f3a7c8b7448cf', 'EverlViot', '', NULL, NULL, '79.110.130.238', '2017-09-28 23:48:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(804, NULL, NULL, 'fitness.gym2@bigmir.net', 'd8de615940860f2fef0f3a7c8b7448cf', 'KuaslViot', '', NULL, NULL, '79.110.130.238', '2017-09-29 04:55:57', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(805, NULL, NULL, 'sergeyhinuen@mail.ru', 'ed5642caccd8be7616c0e6f3ba8765a3', 'SergeyemisE', '', NULL, NULL, '136.169.194.105', '2017-09-30 00:58:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(806, NULL, NULL, 'abraam.duso@yandex.com', 'a6aa359f0eca85f4dc8409601b6c11f0', 'Walterrot', '', NULL, NULL, '212.21.25.30', '2017-09-30 04:58:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(807, NULL, NULL, 'trezvy-voditel-uslug2017@yandex.com', '7a78fdb8721cdb4e7b190610d8617642', 'RuslanElink', '', NULL, NULL, '90.154.70.170', '2017-09-30 09:13:07', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(808, NULL, NULL, 'c.h.ath.a.m.ena.loe1290@gmail.com\r\n', 'fa926475cd3a0dd96ec1dd20e03e119d', 'BrenilitueryDerwolla', '', NULL, NULL, '188.186.73.80', '2017-09-30 16:44:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(809, NULL, NULL, 'wesley@sgdfhghtj5.work ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', NULL, NULL, '46.161.9.23', '2017-09-30 22:51:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(810, NULL, NULL, 'dimapero@bigmir.net', 'ab3290097e865fa0c82909cb9c374ed4', 'NilaclViot', '', NULL, NULL, '81.162.224.132', '2017-10-01 04:04:18', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(811, NULL, NULL, 'anirbanroy765387ibg@gmail.com', '1b98c80225dc194ab9d971cf89a352a6', 'Anirban Roy', '', NULL, NULL, '117.201.104.186', '2017-10-01 10:30:24', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(812, NULL, NULL, 'nicky@sibelor.pw', 'e9aa03c44a90b14d43be94b4f5ba2e5e', 'NicholasS', '', NULL, NULL, '37.110.4.106', '2017-10-02 05:21:23', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(813, NULL, NULL, 'trendyika@netramed.com', 'c86761976ede24a9908bb4e3dae15c65', 'rebiolObses', '', NULL, NULL, '185.43.251.185', '2017-10-02 17:30:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(814, NULL, NULL, 'hnvm56037@first.baburn.com', '2aefc96abb4a741016b25e98e0d86f6b', 'FrankPemia', '', NULL, NULL, '195.22.126.25', '2017-10-02 23:43:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(815, NULL, NULL, 'ad.am@mail4res.com', '310fe3dd3adaab231171227ee88bedf6', 'Thomasdus', '', NULL, NULL, '77.234.40.158', '2017-10-03 00:13:57', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(816, NULL, NULL, 'liaq32164@first.baburn.com', '51d16fc16de9816f9d437a0e6ff6e7de', 'LeslieEvine', '', NULL, NULL, '195.22.126.23', '2017-10-03 02:07:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(817, NULL, NULL, 'u.b.e.rn.on.e.s.j.o.yon.ex.pl.a.y.g.o.ne.8.2.@gmail.com', '58da5d625fe1cea256202cdfd436f3f5', 'Timothyclela', '', NULL, NULL, '62.141.39.47', '2017-10-03 17:27:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(818, NULL, NULL, 'alenajemt@mail.ru', '1c07c0b462a7734ca66177e2644f1b43', 'AlenaFet', '', NULL, NULL, '46.160.62.149', '2017-10-03 19:12:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(819, NULL, NULL, 'shravan.ky89@gmail.com', 'a82b7b46888c2123b9f7a91633b557c4', 'Shravan', '', NULL, NULL, '45.118.158.106', '2017-10-03 21:32:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(820, NULL, NULL, 'mcrq59167@first.baburn.com', '9b51ad9d070269c821d12db45602e5e9', 'BrianExoda', '', NULL, NULL, '156.67.106.98', '2017-10-04 00:09:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(821, NULL, NULL, 'xmlfelder@gmail.com', '5d3c918504da3a2d0d6a4d90fb5b013d', 'LucilleTom', '', NULL, NULL, '178.90.13.236', '2017-10-04 02:03:37', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(822, NULL, NULL, 'efronfil77.7@gmail.com', 'bc700777b6cb2d8bd3a29be79cb8bb72', 'Evgenroutt', '', NULL, NULL, '213.111.213.2', '2017-10-04 08:46:19', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(823, NULL, NULL, 'friman.garry@yandex.ru', '06f7c030b0578947dd75f8e83a6ae952', 'ClaytonVes', '', NULL, NULL, '176.120.254.41', '2017-10-04 21:23:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(824, NULL, NULL, 'efronfil7.77@gmail.com', 'afb7de724bb062506579878b8219789f', 'Danielframn', '', NULL, NULL, '188.163.109.0', '2017-10-04 22:32:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(825, NULL, NULL, 'louissnard@mail.ru', '66955fa1b1177a3baf0b1f2de7c3521d', 'LouisBuigo', '', NULL, NULL, '5.18.210.209', '2017-10-05 06:59:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(826, NULL, NULL, 'rybukrupuu54@mail.ru', 'ea07191d4fee5d1ef10b13100145c264', 'PedroDoole', '', NULL, NULL, '91.122.178.40', '2017-10-05 12:54:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(827, NULL, NULL, 'inbox033@glmux.com', '5fed4fb117382d8f32041c05e61b22e9', 'ScottMit', '', NULL, NULL, '176.105.104.102', '2017-10-05 15:37:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(828, NULL, NULL, 'travelescortsagencycom@gmail.com', '77ef57439962a07deceb6702fabe257b', 'travelrads', '', NULL, NULL, '94.158.70.97', '2017-10-05 20:07:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(829, NULL, NULL, 'mir2017alfa@gmail.com', '0b592addcabbfec0d6a59975e5d17a42', 'mir2017lsi', '', NULL, NULL, '188.65.135.26', '2017-10-05 22:57:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(830, NULL, NULL, 'soliebgl@hotmail.com', 'eb1b019326e7a6c4bf38874f3a89b098', 'BREASEREIMI', '', NULL, NULL, '112.111.190.97', '2017-10-06 09:42:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(831, NULL, NULL, 'ndwwi4z@1syn.info', 'ce54fb011b2cc76e765156d3777ef2ff', 'Vibogaila', '', NULL, NULL, '94.242.252.13', '2017-10-06 10:16:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(832, NULL, NULL, 'ganga.rajakm@gmail.com', '866712a1c7e2fa246c20ac369e53e728', 'gangaraja.k.m', '', NULL, NULL, '42.109.136.184', '2017-10-06 19:48:10', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(833, NULL, NULL, 'marilynhaw@mail.ru', '419977dfe0244d37e53193d16850e8f6', 'Marilynfoums', '', NULL, NULL, '93.170.187.48', '2017-10-07 04:19:10', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(834, NULL, NULL, 'iy.nlaturb@gmail.com', '6f6c3c1ae4a3c57e3f451918a8876332', 'JasonLaf', '', NULL, NULL, '188.64.173.3', '2017-10-07 05:52:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(835, NULL, NULL, 'shuleyko.linar@mail.ru', '734b08d5fb25411514a054c1a4e9da17', 'JamesBum', '', NULL, NULL, '184.22.248.84', '2017-10-07 12:10:15', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(836, NULL, NULL, 'akumarmails@gmail.com', '70649303ea1eeb1dfb4ed94979256bac', 'Amit Kumar', '', NULL, NULL, '103.30.143.128', '2017-10-07 19:10:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(837, NULL, NULL, 'eileenQuerb@edu-paper.com', 'b97dbb4a51382cf13449eb202417c0a8', 'EileenLug', '', NULL, NULL, '151.249.164.95', '2017-10-07 19:46:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(838, NULL, NULL, 'kenneth1990i@mail.ru', 'c56b7dca4fdc40e0f32545d46da682dd', 'KennethMig', '', NULL, NULL, '79.165.239.242', '2017-10-07 20:05:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(839, NULL, NULL, 'vdtl83005@first.baburn.com', 'a2d2967eb0a574fa87386f23e0cc093e', 'ClintonBut', '', NULL, NULL, '156.67.106.103', '2017-10-08 13:59:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(840, NULL, NULL, 'advsantoshsuryawanshi@gmail.com', '', 'Santosh Suryawanshi', '', NULL, NULL, '1.187.98.237', '2017-10-09 00:32:54', 'facebook', '1576366155754706', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(841, NULL, NULL, 'cnna52060@first.baburn.com', '2990ea1d503377162b007f3fea68a12d', 'GregorySuill', '', NULL, NULL, '195.22.126.26', '2017-10-09 01:02:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(842, NULL, NULL, 'willi1980r@mail.ru', 'df2788e5b2acc8aad56662f7fdc683ca', 'TravisBooli', '', NULL, NULL, '79.165.239.242', '2017-10-09 17:30:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(843, NULL, NULL, 'prime-pharmacy@mail.com', '9dddd033e76ae113768cdd782c8f5f91', 'Roberttug', '', NULL, NULL, '67.207.83.58', '2017-10-10 00:48:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(844, NULL, NULL, 'teterinamqa1997@mail.ru', '0b4f7e485faacdcca501ef33e5f1ffb1', 'MajorCix', '', NULL, NULL, '185.153.197.46', '2017-10-10 07:34:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(845, NULL, NULL, 'sangeetha.sriraam@gmail.com', '', 'Sangeetha Sriraam', '', NULL, NULL, '210.18.154.54', '2017-10-10 09:29:07', '', '106667054786617682699', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(846, NULL, NULL, 'woidouglas17@gmail.com', '2756df8ad8adb3da15a0acee10f75bb6', 'DouglasFroro', '', NULL, NULL, '75.84.140.122', '2017-10-10 18:46:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(847, NULL, NULL, 'i771177117711@gmail.com', 'bc700777b6cb2d8bd3a29be79cb8bb72', 'Evgenroutt', '', NULL, NULL, '213.111.213.2', '2017-10-11 00:09:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(848, NULL, NULL, 'david1987-1@mail.ru', '51d818406009f73461542e7dbc90d9c6', 'Davidpesia', '', NULL, NULL, '79.165.239.242', '2017-10-11 21:12:36', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(849, NULL, NULL, 'rafihasan445566@gmail.com', '', 'rafi hasan', '', NULL, NULL, '103.210.56.208', '2017-10-12 09:57:46', '', '113424451647869131047', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(850, NULL, NULL, 'vxsj62203@catch@first.baburn.com', '826f10a260a2156e85a125867cf1e74a', 'WallaceDup', '', NULL, NULL, '195.22.126.40', '2017-10-12 19:56:19', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(851, NULL, NULL, 'kathuria71@gmail.com', '67aa556070aeb860180eee996b85b07e', 'Pankaj Kathuria', '', NULL, NULL, '171.78.209.167', '2017-10-12 21:13:30', '', '117453955768131639997', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(852, NULL, NULL, 'maslovartem19@mail.ru', '49bab2fa77836d6adccd5cd88268c627', 'JoshuaTyday', '', NULL, NULL, '79.165.239.242', '2017-10-13 03:03:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(853, NULL, NULL, 'man.g.@bigatel.info', '56a7e9f605ad0498384ea092c08eb8a2', 'Craigowera', '', NULL, NULL, '94.100.29.251', '2017-10-13 20:14:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(854, NULL, NULL, 'nvysotskaja@yandex.ua', 'cb531d99c563e4d96ae892b6c3ddbe3e', 'Fretriespew', '', NULL, NULL, '91.222.80.21', '2017-10-14 01:06:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(855, NULL, NULL, 'liorara@yandex.ru', 'cb531d99c563e4d96ae892b6c3ddbe3e', 'Fretriespew', '', NULL, NULL, '91.222.80.21', '2017-10-14 17:42:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(856, NULL, NULL, 'lyubkoroleva1981@mail.ru', '4a81a969357295223beefc143d84f38a', 'awagNali', '', NULL, NULL, '109.105.59.22', '2017-10-14 21:18:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(857, NULL, NULL, 'anantapritam1@gmail.com', '5a3c7aec86ac66ffde5fed779df51cf0', 'Pritam Ananta', '', NULL, NULL, '103.93.201.2', '2017-10-14 21:37:55', '', '100115176696776715020', 11721510561878, NULL, NULL, '2023-06-02 13:37:31', 0),
(858, NULL, NULL, 'tomi@kotiki.pw', 'fe8363b2fda3630316a5be7619f86d5f', 'zidyesfBaw', '', NULL, NULL, '176.110.129.2', '2017-10-16 00:13:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(859, NULL, NULL, 'instavps@yandex.ru', 'd21151f5c0a4927a5c91f59b4db81593', 'PhilipSal', '', NULL, NULL, '101.78.219.178', '2017-10-16 01:58:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(860, NULL, NULL, 'justExtill@3drugs.com', 'b3df2e412e2e028796519db4b96dd7b9', 'JustWaiqUe', '', NULL, NULL, '146.185.223.45', '2017-10-16 07:35:36', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(861, NULL, NULL, 'sagar.shirke.500@gmail.com', '', 'Sagar Shirke', '', NULL, NULL, '125.16.97.113', '2017-10-16 16:46:51', 'facebook', '1889669591048502', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(862, NULL, NULL, 'cfg6546456yii@mail.ru', '3c58a35780fc411a4bb5b2e48c3a5dfe', 'Lubosroyah', '', NULL, NULL, '178.159.37.15', '2017-10-17 19:36:16', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(863, NULL, NULL, 'rusamaity@gmail.com', 'a8c852afa5f743f77a545dcb9f59c8d8', 'Saheli Maity', '', NULL, NULL, '47.11.6.127', '2017-10-17 20:30:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(864, NULL, NULL, 'oslan.r.u.ghn.ev.201.4.331.9@gmail.com', '30b5ae152ad626c012d8546a2ab3b6f6', 'ritahek', '', NULL, NULL, '46.185.6.159', '2017-10-18 07:25:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(865, NULL, NULL, 'tirchik.fors@yandex.com', '787d7b876523a3768299c85816c57c77', 'Michaelben', '', NULL, NULL, '85.141.68.174', '2017-10-29 10:26:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(866, NULL, NULL, 'masskatrin@yandex.com', 'f0922bd25352118f7df067e9dcab0f06', 'LarryfoorefamZof', '', NULL, NULL, '90.154.70.118', '2017-10-29 15:49:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(867, NULL, NULL, 'coque@1.zzuma.ru\r\n', '3eff77bad313c205fa33e081185fb511', 'Denbor', '', NULL, NULL, '37.147.108.24', '2017-10-30 03:51:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(868, NULL, NULL, 'melissalorie@mail.ru', '3876d689bcdb0e2dad10ce5f8f935360', 'MelissaFus', '', NULL, NULL, '93.170.187.48', '2017-10-30 18:59:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(869, NULL, NULL, 'artemevabhu1949@mail.ru', 'b6fa362e6c97dbbd12d3297f312447f9', 'Thomasunand', '', NULL, NULL, '95.139.200.114', '2017-10-30 23:52:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(870, NULL, NULL, 'aicasnime@mail.ru', '826241003b2be7071a15c688f307baf1', 'Aicaothes', '', NULL, NULL, '46.149.95.55', '2017-10-31 15:38:23', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(871, NULL, NULL, 'latekepyukonyv@gmail.com', '86eef5f1d2c763d527a7b97b15961144', 'Jeffreyjipsy', '', NULL, NULL, '146.185.223.41', '2017-10-31 15:45:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(872, NULL, NULL, 'baler1774@gmail.com', 'aae57387e75204064dac851327da3003', 'JamesetemA', '', NULL, NULL, '79.165.239.242', '2017-10-31 19:12:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(873, NULL, NULL, 'ternavskiijohn@gmail.com', '45cc4af30b37a3a0e134bbaea21846bb', 'Jessebug', '', NULL, NULL, '91.222.80.21', '2017-11-01 04:22:31', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(874, NULL, NULL, 'hy7@janavalerie.miami-mail.top', 'c0411ee06389423b814a209fab2c1b59', 'josieqe4', '', NULL, NULL, '137.74.73.179', '2017-11-01 08:30:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(875, NULL, NULL, 'creativeedge07@gmail.com', '', 'Pankaj Kaushik', '', NULL, NULL, '119.82.66.70', '2017-11-01 12:59:01', '', '108325247764065577248', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(876, NULL, NULL, 'avdeevagvu1968@mail.ru', '1b3b0e9ad98667582ee330ce1d88f118', 'Timothyabono', '', NULL, NULL, '89.26.248.3', '2017-11-01 23:19:48', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(877, NULL, NULL, 'mohancra@gmail.com', '2fcf7d178e8c50db86c1cdcdd84e4e4e', 'Chandra Mohana', '', NULL, NULL, '103.13.219.42', '2017-11-02 09:44:48', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(878, NULL, NULL, 'arifnlr@gmail.com', '', 'Arif Malik Shaik', '', NULL, NULL, '49.204.17.66', '2017-11-02 19:18:31', 'facebook', '1518107341572480', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(879, NULL, NULL, 'dreambharat2@gmail.com', '', 'Bharat Singh', '', NULL, NULL, '47.9.8.131', '2017-11-02 23:17:22', '', '103889557739203373168', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(880, NULL, NULL, 'zhazanevenafam@gmail.com', 'a43631ddce99e0bb23b79bb2293a00e8', 'CurtisRon', '', NULL, NULL, '146.185.223.167', '2017-11-04 04:56:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(881, NULL, NULL, 'c.h.a.t.h.am.e.n.a.l.o.e.1290@gmail.com\r\n', 'fa926475cd3a0dd96ec1dd20e03e119d', 'PiedChetShiella', '', NULL, NULL, '176.214.15.116', '2017-11-04 13:48:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(882, NULL, NULL, 'patriciafk11@maggie.makenzie.chicagoimap.top', 'c0411ee06389423b814a209fab2c1b59', 'marquitaxf69', '', NULL, NULL, '18.248.2.85', '2017-11-04 16:22:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(883, NULL, NULL, 'godofseo1337@gmail.com', '62e9d7bd2e24f3d94055c4cb62773999', 'Gachimslilt', '', NULL, NULL, '195.22.126.193', '2017-11-05 13:58:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(884, NULL, NULL, 'anatoliyy.severin@rambler.ru', '8765871ecce3df5b025480064abcebde', 'mishaMal', '', NULL, NULL, '176.120.38.254', '2017-11-05 20:14:24', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(885, NULL, NULL, 'richardSoags@canadapharmacykom.club', 'c153b17bd54376d9b666e6fa38087c66', 'Richardfah', '', NULL, NULL, '178.137.93.124', '2017-11-06 20:22:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(886, NULL, NULL, 'bodazhakadep@gmail.com', '037913cb1ca7d65a13372094f4c95537', 'JosephNop', '', NULL, NULL, '134.249.88.211', '2017-11-07 00:40:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(887, NULL, NULL, 'viktorp15uf@mail.ru', 'b0cd276a92872007a417a91f80742ac7', 'Michaelfub', '', NULL, NULL, '94.103.230.145', '2017-11-07 01:59:21', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(888, NULL, NULL, 'claraFal@edu-paper.com', 'f78e6bbb12151f65505e4df8b879e479', 'ClaraChoix', '', NULL, NULL, '151.249.164.95', '2017-11-07 05:36:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(889, NULL, NULL, 'remserves@bigmir.net', '5672b9f1b020872574620bd95706e71c', 'GopViot', '', NULL, NULL, '79.110.130.226', '2017-11-08 12:09:57', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(890, NULL, NULL, 'ajay.toshiniwal@gmail.com', '', 'Ajay Madhukar Toshiniwal', '', NULL, NULL, '117.247.51.213', '2017-11-08 13:16:01', '', '114647124718844934948', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(891, NULL, NULL, 'os.me.n.tqy.ugo.h.1220@gmail.com\r\n', 'fa926475cd3a0dd96ec1dd20e03e119d', 'TobEnfonnarcef', '', NULL, NULL, '176.214.249.235', '2017-11-09 19:26:53', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(892, NULL, NULL, 'obdzmxwkq@garnoisan.xyz', '311c7b519c82b90379fa9f92ca53c4d7', 'arrormNoK', '', NULL, NULL, '146.185.223.94', '2017-11-09 19:53:53', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(893, NULL, NULL, 'tair.novikov@inbox.ru', '83ce66e621247f29e789189ace00a12b', 'CherieEdulk', '', NULL, NULL, '185.51.246.155', '2017-11-10 06:24:48', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(894, NULL, NULL, 'santoshpandey2712@gmail.com', '', 'SANTOSH PANDEY', '', NULL, NULL, '59.89.54.179', '2017-11-10 14:37:19', '', '116668707323122382346', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(895, NULL, NULL, 'alexanderjugamuga@yandex.com', '6b9987684732a4f9d2782d455abd133a', 'Julierip', '', NULL, NULL, '93.170.187.48', '2017-11-10 15:49:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(896, NULL, NULL, 'mail@fundamentplus.com', 'd94cf33797c8d71f8f669a08bd4b64fe', 'AlexRex', '', NULL, NULL, '212.87.185.67', '2017-11-11 18:13:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(897, NULL, NULL, 'stabilizatorrf@mail.ru', 'e6b8ba460863aa95fbcd22d794cea148', 'Anitaaxons', '', NULL, NULL, '212.26.236.6', '2017-11-11 19:13:36', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(898, NULL, NULL, 'fjflisykina.ynajw7@gmail.com', 'e2f42458f590f142ce30a366036fc5b7', 'JoshuaBuP', '', NULL, NULL, '146.185.223.167', '2017-11-11 21:15:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(899, NULL, NULL, 'fzenger90uu@gmail.com', '09b170715a6cddcfeef08e18307ffacb', 'Vincentsoymn', '', NULL, NULL, '146.185.223.41', '2017-11-11 22:47:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(900, NULL, NULL, 'xfmilena.perovav6in@gmail.com', '311c20a6e8b7440bb83a9b9890fb854d', 'MarvinSwarp', '', NULL, NULL, '146.185.223.167', '2017-11-11 23:16:12', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(901, NULL, NULL, 'o9235013463asy@gmail.com', '0c736c84a51a5b58f50b2ce828d61d88', 'Michaelgom', '', NULL, NULL, '146.185.223.41', '2017-11-12 01:36:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(902, NULL, NULL, 'keithpoug7h@yandex.ru', 'ea9b7d3eaa1a999130d552055decc053', 'KeithKnith', '', NULL, NULL, '85.140.6.206', '2017-11-12 17:25:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(903, NULL, NULL, 'arifnr@gmail.com', '', 'Arif Malik Shaik', '', NULL, NULL, '49.204.59.45', '2017-11-13 17:26:00', 'facebook', '1518107341572480', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(904, NULL, NULL, 'yakovermolov@gmail.com', '0e01d6e9ab3c8bc64d2050f46eaaff5c', 'WilliamJek', '', NULL, NULL, '134.249.88.211', '2017-11-13 22:12:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(905, NULL, NULL, 'maricelaon60@postmaster.veinflower.xyz', 'c0411ee06389423b814a209fab2c1b59', 'aureliafs4', '', NULL, NULL, '87.118.116.12', '2017-11-14 07:48:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(906, NULL, NULL, 'robertonesir@mail.ru', '93e51e6ee41cda89f592b9ef53946c43', 'Kennethmup', '', NULL, NULL, '45.124.170.228', '2017-11-15 01:22:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(907, NULL, NULL, 'rynnkleemann4r69r21a@yahoo.com', '44ecbdcaac3894fd42beda66c7773f7c', 'Joshuager', '', NULL, NULL, '146.185.223.221', '2017-11-15 04:22:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(908, NULL, NULL, 'mgix59630catch@first.baburn.com', '3cf8e57d0f339b61160b3d5eba7ecfce', 'JeremyShouh', '', NULL, NULL, '156.67.106.103', '2017-11-15 20:43:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(909, NULL, NULL, 'jawbreakerznuv@hotmail.com', 'f3b86e97cdd4ca2a97a4a506e8d42756', 'Alicewipse', '', NULL, NULL, '176.119.77.134', '2017-11-15 22:32:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(910, NULL, NULL, 'pelageyasorokina18xxd@mail.ua', '811ab685c3423ee91d2dc45f0afd2baa', 'Tomekarog', '', NULL, NULL, '193.201.225.61', '2017-11-16 01:24:06', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(911, NULL, NULL, 'briandx20@qmail.beameagle.top', 'c0411ee06389423b814a209fab2c1b59', 'margaritarc16', '', NULL, NULL, '192.36.27.7', '2017-11-17 00:08:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(912, NULL, NULL, 'silverthingsru@gmail.com', '0b592addcabbfec0d6a59975e5d17a42', 'silverlsi', '', NULL, NULL, '185.59.140.98', '2017-11-18 00:26:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(913, NULL, NULL, 'adv.sanjib@yahoo.com', '63b0eb90228c6cad3ab490e498fb49eb', 'SANJIB MAJUMDER', '', NULL, NULL, '202.142.123.50', '2017-11-18 01:24:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(914, NULL, NULL, 'i771.177117711@gmail.com', 'f60eaec3bc8c21b225ad6d722970745d', 'DavidTeago', '', NULL, NULL, '188.163.109.0', '2017-11-18 05:07:36', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(915, NULL, NULL, 'Usmile1982@gmail.com', '641939e38b53f775a914dafe9b049613', 'Dorji sherpa', '', NULL, NULL, '47.11.4.236', '2017-11-18 12:36:06', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(916, NULL, NULL, 'osla.n.r.ugh.ne.v2.014.3.3.1.9.@gmail.com', '30b5ae152ad626c012d8546a2ab3b6f6', 'ritahek', '', NULL, NULL, '82.193.109.246', '2017-11-18 19:58:37', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(917, NULL, NULL, 'jdzafwwtg@mail.ru', '65f14c91dba373f74ebb4e0c2c2e5414', 'AaronHab', '', NULL, NULL, '23.27.112.183', '2017-11-19 00:10:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(918, NULL, NULL, 'lisaxh1@camail2.pine-and-onyx.xyz', 'c0411ee06389423b814a209fab2c1b59', 'lanceeg60', '', NULL, NULL, '62.210.13.58', '2017-11-19 00:22:55', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(919, NULL, NULL, 'tqfn47715@first.baburn.com', '852904b549073df6c8c7a89110a8f85f', 'CecilNah', '', NULL, NULL, '156.67.106.95', '2017-11-19 03:38:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(920, NULL, NULL, 'craigdo11@elizabeth.taylor.eaglefight.top', 'c0411ee06389423b814a209fab2c1b59', 'rowenaad2', '', NULL, NULL, '128.31.0.13', '2017-11-19 18:50:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(921, NULL, NULL, 'roslyngn3@uwimap.captainmaid.top', 'c0411ee06389423b814a209fab2c1b59', 'kirklx60', '', NULL, NULL, '163.172.139.161', '2017-11-19 20:08:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(922, NULL, NULL, 'alenzaharovva@gmail.com', '11e8c1963365f08a49f82c7623bc49cf', 'Vladimerbougs', '', NULL, NULL, '213.21.30.95', '2017-11-19 21:26:47', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(923, NULL, NULL, 'bill.buchanan2095@mail.ru', 'c45d46f21ae177ea227d59f1f5c5adad', 'RobertItalt', '', NULL, NULL, '157.119.214.45', '2017-11-19 23:44:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(924, NULL, NULL, '12.3.4.olg.a.98.7@gmail.com', '969d978020e2b9194d1de8e4e1baabbb', 'FrankBoant', '', NULL, NULL, '79.165.239.242', '2017-11-20 20:30:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(925, NULL, NULL, 'xririnarudakdzrs@gmail.com', '100e92f432e273afe466facf326e89c2', 'Albertchupt', '', NULL, NULL, '134.249.88.211', '2017-11-20 22:10:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(926, NULL, NULL, 'galin555a4563mv@mail.ru', '15a0d403e2335c1e7d15455c9ae0f9a1', 'Danielwes', '', NULL, NULL, '31.130.8.198', '2017-11-21 03:30:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(927, NULL, NULL, 'mwpl.info@gmail.com', '', 'Ashutosh Saraf', '', NULL, NULL, '115.187.51.252', '2017-11-21 22:35:48', '', '117668704151461490665', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(928, NULL, NULL, 'ashutoshsaraf@hotmail.com', 'da28a60e33f9612dae42fcd51b686274', 'Ashutosh Sarag', '', NULL, NULL, '115.187.51.252', '2017-11-21 22:38:43', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(929, NULL, NULL, 'damianiclovis@gmail.com', 'c13f10235b754a6658257c3c8423ae45', 'Mathutima', '', NULL, NULL, '162.220.162.10', '2017-11-23 19:51:07', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(930, NULL, NULL, 'melanie@viceshow.com', '2fcc722c4627562d5e9b44431aa61ca4', 'WillieArisp', '', NULL, NULL, '82.193.109.246', '2017-11-23 21:26:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(931, NULL, NULL, 'carmineattag@mail.ru', '70da327a3f13508c579039c8424a1fba', 'Carminesmomb', '', NULL, NULL, '46.101.108.112', '2017-11-23 23:40:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(932, NULL, NULL, 'scavsol@bazavashdom.info', 'e9fa967cab1f470963bbaa10b124e2e6', 'Angelarer', '', NULL, NULL, '212.92.115.47', '2017-11-26 06:21:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(933, NULL, NULL, 'gurudasincometax@gmai.com', '1cc8c3ea80ab3e921c12b8ea0d1cc1b9', 'M.Gurudas', '', NULL, NULL, '171.49.213.32', '2017-11-26 23:01:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(934, NULL, NULL, 'gurudasincometax@gmail.com', '', 'Guru das', '', NULL, NULL, '171.49.213.32', '2017-11-26 23:04:14', '', '103137550579644366291', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(935, NULL, NULL, 'qbdevo4ka.148@gmail.com', 'fe49587d50e5480acc6a9b64f64ee3c8', 'ThomasCag', '', NULL, NULL, '146.185.223.41', '2017-11-27 13:38:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(936, NULL, NULL, 'darlenedh6@mailguard.veinflower.veinflower.xyz', 'c0411ee06389423b814a209fab2c1b59', 'samuelqk11', '', NULL, NULL, '137.74.73.179', '2017-11-28 04:59:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(937, NULL, NULL, 'sarbhanughoshal@ymail.com', '63dfe9d08d145809388d48117b5110a2', 'MR. SARBHANU GHOSHAL', '', NULL, NULL, '45.250.58.209', '2017-11-28 22:12:53', 'web', '', 71741511887575, NULL, NULL, '2023-06-02 13:37:31', 0),
(938, NULL, NULL, 'etigropard10z996@gmail.com', '99e17cc33cfb31a2b5b4463732c15a90', 'Ramonwrish', '', NULL, NULL, '146.185.223.72', '2017-11-30 19:41:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(939, NULL, NULL, 'vikrtivanov@yandex.com', '7c757e3637885ef24f21ef68b9fbb310', 'CdlezeripLodver', '', NULL, NULL, '95.73.192.241', '2017-11-30 21:38:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(940, NULL, NULL, '564593ik@gmail.com', '501efbde2b7ada03e8754a1c1d386f76', 'Robertcramb', '', NULL, NULL, '146.185.223.172', '2017-12-01 16:55:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(941, NULL, NULL, 'lizgftrnnluyb789@gmail.com', '10676dc24cfdecfeb396cdf509f0a884', 'Kevinagobe', '', NULL, NULL, '178.159.37.61', '2017-12-01 18:46:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(942, NULL, NULL, 'potstamicpui1972@seocdvig.ru', '4328223c301505d890dd3b66b026bae5', 'SeoPorie', '', NULL, NULL, '5.227.7.153', '2017-12-01 19:35:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(943, NULL, NULL, 'anja_borova@rambler.ru', '4071c1814125089003b0b8cfb3e2af39', 'serhiysculp', '', NULL, NULL, '176.120.38.254', '2017-12-01 22:27:43', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(944, NULL, NULL, 'voronin.alorissa86@gmail.com', 'bcf7ce475df0c50a717794c019a797e7', 'JasosnJetle', '', NULL, NULL, '178.159.37.61', '2017-12-02 04:02:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(945, NULL, NULL, 's.ern.ik.o.n4.0.4@gmail.com\r\n', 'a0ea58e5e47d3ce6b73512179f8fc438', 'byrenyfe', '', NULL, NULL, '94.50.3.200', '2017-12-02 08:21:40', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(946, NULL, NULL, 'pawar2109@gmail.com', '56725956d12730d7570814976149262c', 'Santosh S. Pawar', '', NULL, NULL, '182.59.4.36', '2017-12-02 18:17:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(947, NULL, NULL, 'blbwkehcp@48m.info', 'ba0b13820d2d37efe02373e1f2b6bfdb', 'Zomosnoks', '', NULL, NULL, '176.103.214.95', '2017-12-02 20:57:11', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(948, NULL, NULL, 'glkcfag@bazavashdom.info', 'b854b9017dd7af644d1f8ca45be18b5f', 'DebrahAnync', '', NULL, NULL, '185.107.45.170', '2017-12-02 23:10:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(949, NULL, NULL, 'sinha.sugandha.sugandha@gmail.com', '', 'Sugandha Sugandha', '', NULL, NULL, '117.197.107.68', '2017-12-03 00:57:59', 'facebook', '1528465863905314', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(950, NULL, NULL, 'losersgoodkissass@outlook.com', '575f50fa3977c992fdfcb9f15baf7d0a', 'Andrewdep', '', NULL, NULL, '170.178.189.77', '2017-12-03 03:12:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(951, NULL, NULL, 'lgtf96585@first.baburn.com', '265f5ce637da7f0a5b0404d37bc48c4b', 'AngelCob', '', NULL, NULL, '195.22.126.21', '2017-12-04 05:17:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(952, NULL, NULL, 'vivlodha@gmail.com', '0cd3c8a744c5e96ac5e11050f16f3476', 'Vivek Lodha', '', NULL, NULL, '49.35.15.3', '2017-12-04 15:27:43', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(953, NULL, NULL, 'dnestenrov@mail.ru', 'bcba996019ef7d310dc58bc032fffdf4', 'XYScott', '', NULL, NULL, '163.182.172.243', '2017-12-05 08:49:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(954, NULL, NULL, 'tver19751975@yandex.ru', '959cdb73dea6b4713bc11c15ed45eab5', 'Steklobanki-piree', '', NULL, NULL, '178.159.37.129', '2017-12-06 04:45:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(955, NULL, NULL, 'alex.sh.ulm.a.n1.927.43.325.2.4@gmail.com', '063a00674cc54ee95b1f60b283f8db00', 'alexhek', '', NULL, NULL, '93.188.39.169', '2017-12-07 09:52:57', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(956, NULL, NULL, 'visheshshanker@gmail.com', '', 'Vishesh Shanker', '', NULL, NULL, '49.206.120.68', '2017-12-07 19:29:37', 'facebook', '1792958197404378', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(957, NULL, NULL, 'interesuru@i.ua', '16d756223718634d2fe801e5ba5ea4fb', 'Romanfrurn', '', NULL, NULL, '67.205.178.183', '2017-12-08 11:41:37', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(958, NULL, NULL, 'agnesrv7@rpcmail.stars-and-glory.top', 'c0411ee06389423b814a209fab2c1b59', 'erickakg1', '', NULL, NULL, '185.220.101.9', '2017-12-08 18:08:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(959, NULL, NULL, 'donaldpayday@mail.ru', 'dff7ff1da730df87370ff1e358037871', 'DonaldHyday', '', NULL, NULL, '145.255.9.196', '2017-12-09 18:40:22', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(960, NULL, NULL, 'fr3dsmit@yandex.com', 'bdbe3e40a21e60bd1a1159b12dde8bb4', 'ElectronLoate', '', NULL, NULL, '146.185.148.22', '2017-12-09 19:06:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(961, NULL, NULL, 'ksree1754@gmail.com', 'f58c8df73b3b7237e89efc53f2a6d816', 'K SREEDHARAN', '', NULL, NULL, '117.206.22.91', '2017-12-10 11:47:41', 'web', '', 93031512890147, NULL, NULL, '2023-06-02 13:37:31', 0),
(962, NULL, NULL, 'marshapu2@usmail1.lady-and-lunch.lady-and-lunch.xyz', 'c0411ee06389423b814a209fab2c1b59', 'annmariemy60', '', NULL, NULL, '216.218.222.12', '2017-12-10 14:58:19', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(963, NULL, NULL, 'kosmetikacn@gmail.com', '18fb362466607574dd6f0f7ccff595ff', 'AbbaLepyday', '', NULL, NULL, '46.149.89.55', '2017-12-10 16:29:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(964, NULL, NULL, 'ubahob1910@gmail.com', 'd5e60312e5da92f46ecc2e37c274822c', 'DennisUtima', '', NULL, NULL, '146.185.223.172', '2017-12-11 23:04:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(965, NULL, NULL, 'dgee63808@first.baburn.com', '17baebd1fdb295d1ce8e08cf85e7ec0e', 'Robertomish', '', NULL, NULL, '195.22.126.21', '2017-12-11 23:06:23', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(966, NULL, NULL, 'persikvkusnicnyj1993@gmail.com', '0aa8fdcf3111ac1cf56904003917e144', 'AndrewErast', '', NULL, NULL, '146.185.223.72', '2017-12-12 20:13:11', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(967, NULL, NULL, 'kzwz83476@gmail.com', 'f044bc84682666e5f3aa2bb058e1b479', 'FecrgeBub', '', NULL, NULL, '185.38.249.125', '2017-12-13 01:32:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(968, NULL, NULL, 'informasuba02@gmail.com', '43c5a982a91f7799121f53aa61d9695f', 'Kenny Ng', '', NULL, NULL, '121.122.100.115', '2017-12-13 08:01:20', 'web', '', 37161513132835, NULL, NULL, '2023-06-02 13:37:31', 0),
(969, NULL, NULL, 'informasuba02@gmail.com', '', 'Justin Timber', '', NULL, NULL, '121.122.100.115', '2017-12-13 08:12:37', 'facebook', '938619279635978', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(970, NULL, NULL, 'kenny3231@gmail.com', '43c5a982a91f7799121f53aa61d9695f', 'Kenny Ng', '', NULL, NULL, '121.122.100.115', '2017-12-13 13:31:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(971, NULL, NULL, 'bdfyjd.bdfyjd.90@bk.ru', 'b6753bf240dbbf3ffba2ea2ad8bfb05b', 'ThomasLox', '', NULL, NULL, '195.208.220.183', '2017-12-14 13:20:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(972, NULL, NULL, 'sudhir@nic.in', '', 'Sudhir Kumar', '', NULL, NULL, '164.100.6.21', '2017-12-14 15:18:32', 'facebook', '834068340097525', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(973, NULL, NULL, 'giriraj.adg@gmail.com', '726166e9438c914295113864549041c1', 'GIRIRAJ D', '', NULL, NULL, '202.135.238.2', '2017-12-14 16:19:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(974, NULL, NULL, 'shanthi.giriraj@gmail.com', '726166e9438c914295113864549041c1', 'GIRIRAJ D', '', NULL, NULL, '202.135.238.2', '2017-12-14 16:28:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(975, NULL, NULL, 'kelleyjoshk82280y@yahoo.com', 'd4dbf1cfbc7aeb5c714766d57f5cdb72', 'LanceZek', '', NULL, NULL, '220.225.7.30', '2017-12-15 07:29:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(976, NULL, NULL, 'lgrz71004@first.baburn.com', '8a034cb5205bdea2cd4be9efdb87d765', 'KevinAmile', '', NULL, NULL, '195.22.126.38', '2017-12-16 03:56:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(977, NULL, NULL, 'juig81642@first.baburn.com', 'c1a79969bae81c6d7013858fb1558e87', 'JamesMor', '', NULL, NULL, '195.22.126.33', '2017-12-16 04:33:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(978, NULL, NULL, 'uebd85660@catch@first.baburn.com', 'f53f17ef87ab63ab6f4d26e2965f5135', 'ManueldoF', '', NULL, NULL, '185.38.249.28', '2017-12-16 06:03:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(979, NULL, NULL, 'gyte21182@first.baburn.com', '58873ec0565638e8b7d36b2864aef7f9', 'Brycefut', '', NULL, NULL, '185.38.249.14', '2017-12-16 16:12:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(980, NULL, NULL, 'sandipppatel11@gmail.com', '', 'Sandip Patel', '', NULL, NULL, '157.32.31.115', '2017-12-16 18:11:51', 'facebook', '1171858006279380', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(981, NULL, NULL, 'wyud29474@first.baburn.com', '23e6aafade6ad9399faaf034efb2c4ef', 'WilbertJaisk', '', NULL, NULL, '195.22.126.26', '2017-12-16 19:53:52', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(982, NULL, NULL, 'dwbt14881@first.baburn.com', 'e58d152264e69ce43da4d6f194171549', 'Jamesscupe', '', NULL, NULL, '185.38.249.14', '2017-12-17 09:52:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(983, NULL, NULL, 'lindsayjoline@yahoo.com', '363b4929a72eb16396147a839c8ff214', 'JessieEngek', '', NULL, NULL, '146.185.223.221', '2017-12-18 00:03:21', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(984, NULL, NULL, 'annarinbup@mail.ru', '96eea30d88d01a6db74dfaaf32ccc873', 'Annarintaw', '', NULL, NULL, '178.121.232.222', '2017-12-18 00:08:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(985, NULL, NULL, 'a.li.nk.abe.s.tlore.f@gmail.com\r\n', '3975717b7a599b92d1532e1592e0d289', 'Alinkapbk', '', NULL, NULL, '195.22.126.193', '2017-12-18 12:03:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(986, NULL, NULL, 'ivanfrankovich2017@mail.ru', 'e1b6831e6793eb6911a7737dc8f6f537', 'MashaVob', '', NULL, NULL, '93.170.187.48', '2017-12-18 23:29:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(987, NULL, NULL, 'viveks041@gmail.com', '7928581b4fc88ccb35c9811540a39584', 'vivek', '', NULL, NULL, '122.171.202.245', '2017-12-19 18:11:55', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(988, NULL, NULL, 'gajasrf7821@gmail.com', '9f4a7e931b0381029316fcffd7039bfd', 'LeslieGuani', '', NULL, NULL, '37.115.205.45', '2017-12-20 02:38:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(989, NULL, NULL, 'supriyobnrj28@gmail.com', 'be8b303197541f86ada974059a3541a6', 'Supriyo Banerjee', '', NULL, NULL, '223.191.26.135', '2017-12-20 05:28:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(990, NULL, NULL, 'i7711.77117711@gmail.com', 'bc700777b6cb2d8bd3a29be79cb8bb72', 'Evgenroutt', '', NULL, NULL, '188.163.109.0', '2017-12-20 14:35:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(991, NULL, NULL, 'by4@imapmail.eaglefight.eaglefight.top', 'c0411ee06389423b814a209fab2c1b59', 'michellekk69', '', NULL, NULL, '193.90.12.116', '2017-12-20 16:28:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(992, NULL, NULL, 'modip1990@gmail.com', '', 'pooja modi', '', NULL, NULL, '122.102.124.195', '2017-12-21 13:30:00', '', '113124161425480781150', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(993, NULL, NULL, 'beconas000@gmail.com', '70a9ad1f7003570e4a6e6c3c4f4fb99d', 'BrianMum', '', NULL, NULL, '146.185.223.172', '2017-12-21 19:21:55', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(994, NULL, NULL, 'ujjawalpandey88@gmail.com', '', 'ujjawal pandey', '', NULL, NULL, '103.97.211.231', '2017-12-21 21:52:10', '', '110147985581956846043', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(995, NULL, NULL, 'h.pandey999.hp@gmail.com', 'b95b1a7d0ef718aa250fa1a4550f0285', 'Harshit Pandey', '', NULL, NULL, '103.97.211.231', '2017-12-21 21:54:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(996, NULL, NULL, 'lotsand123321@mail.ru', 'fa4cd739e1733f584674847fa25ae40b', 'lotsandTrCer', '', NULL, NULL, '90.155.149.155', '2017-12-22 10:43:32', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(997, NULL, NULL, 'violettaobolenskaa@gmail.com', '99c6bfa4eb7fc72ce10ac97a2f90ae7e', 'Violettap', '', NULL, NULL, '74.222.20.2', '2017-12-22 14:22:32', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(998, NULL, NULL, 'priyo.singha10@gmail.com', 'afd346bf3018a9340689019f887a35dc', 'Priya Ranjan Singha', '', NULL, NULL, '103.215.52.84', '2017-12-22 19:33:31', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(999, NULL, NULL, 'hefy43518catch@first.baburn.com', '3cf8e57d0f339b61160b3d5eba7ecfce', 'JeremyShouh', '', NULL, NULL, '46.29.20.206', '2017-12-23 10:39:10', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1000, NULL, NULL, 'sobolevawyt1990@mail.ru', '4ca55cb2a8f0df046217fbceca22a370', 'Marvinvioli', '', NULL, NULL, '195.22.126.193', '2017-12-24 11:56:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1001, NULL, NULL, 'economicsraja86@rediffmail.com', '1a8ce1a6f29d9baf4566114c75ce8cfc', 'Raja Narayanan', '', NULL, NULL, '115.97.239.49', '2017-12-24 15:21:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1002, NULL, NULL, 'yrijsmirnov44@gmail.com', 'e3380731cb709082d5468b3a62dc9882', 'DarrellSpate', '', NULL, NULL, '146.185.223.72', '2017-12-25 06:52:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1003, NULL, NULL, 'piterjivi2017@gmail.com', '619a1d195d276fba663ebaa82d10e245', 'Josephhek', '', NULL, NULL, '37.115.205.45', '2017-12-26 02:12:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1004, NULL, NULL, 'klin.nik@bk.ru', '7eb30e1edd6fecf3c179250f34d41944', 'RobertBit', '', NULL, NULL, '62.76.75.179', '2017-12-27 23:30:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1005, NULL, NULL, 'letana16@master.veinflower.xyz', 'c0411ee06389423b814a209fab2c1b59', 'queenlk2', '', NULL, NULL, '192.36.27.7', '2017-12-28 10:02:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1006, NULL, NULL, 'hubertlemurto@gmail.com', '6e79cadcf407d6f3f2df2560f4ab2040', 'hubertlemurto', '', NULL, NULL, '178.43.99.157', '2017-12-28 22:25:11', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1007, NULL, NULL, 'kotlyarewskaya.ulya@mail.ru', '643ac75e0b706165aa4d9bdb520eca56', 'MerdarionEt', '', NULL, NULL, '146.185.223.177', '2017-12-29 21:30:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1008, NULL, NULL, 'zina.lavruxina@mail.ru', '26a145677e5a76ff2845cc1ae1a47947', 'TranoCop', '', NULL, NULL, '146.185.223.166', '2017-12-29 22:36:24', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1009, NULL, NULL, 'wagghillbubbga@mail.ru', 'b4460ecb1b137353f4d95113ede98a19', 'Susanunfak', '', NULL, NULL, '94.231.151.120', '2017-12-30 04:05:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1010, NULL, NULL, 'anna.parsa@mail.ru', '804f298ffd727e54c8c97e5f40375925', 'Alenahiece', '', NULL, NULL, '213.27.72.108', '2017-12-30 21:37:37', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1011, NULL, NULL, 'r.yozragore@yahoo.com', 'e0344040ebbfb7de58e4c9b366a8e1eb', 'Payday-loan-mut', '', NULL, NULL, '213.24.134.137', '2017-12-31 10:13:36', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1012, NULL, NULL, 'farmaciaenlinea.life@gmail.com', 'b228ae7c04f4365acb2b772234011568', 'Farmacia Online', '', NULL, NULL, '146.185.223.16', '2017-12-31 16:34:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1013, NULL, NULL, 'jhonnypy.th.on19.9.5@gmail.com', 'c0411ee06389423b814a209fab2c1b59', 'sherylyw16', '', NULL, NULL, '185.220.101.4', '2017-12-31 16:34:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1014, NULL, NULL, 'farmacia-en-linea.life@gmail.com', 'b228ae7c04f4365acb2b772234011568', 'farmacia-en-linea', '', NULL, NULL, '146.185.223.71', '2018-01-01 10:06:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1015, NULL, NULL, 'Giseledrync@tt64hx21.xzzy.info', 'ac668bdac3f04e1a08f2e7da4d7d58f8', 'Giseledrync', '', NULL, NULL, '188.72.127.43', '2018-01-02 03:18:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1016, NULL, NULL, 'jiwotygzejudynh@mail.ru', '3b78da09ea617cdc1972c840fbfd18e1', 'Robertsal', '', NULL, NULL, '173.212.197.70', '2018-01-02 13:55:52', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1017, NULL, NULL, 'sreeraj86@gmail.com', '', 'SreeRAJ R', '', NULL, NULL, '116.68.122.35', '2018-01-02 16:21:31', '', '100323223132343171825', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1018, NULL, NULL, 'evangelinaaw1@webweb.marver-coats.marver-coats.xyz', 'c0411ee06389423b814a209fab2c1b59', 'margiene60', '', NULL, NULL, '185.220.101.29', '2018-01-02 19:18:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1019, NULL, NULL, 'lavanyahb@nls.ac.in', '', 'Lavanya H B', '', NULL, NULL, '157.49.8.200', '2018-01-03 16:22:57', '', '106920564042719786862', 55371527676787, NULL, NULL, '2023-06-02 13:37:31', 0),
(1020, NULL, NULL, 'raldokarlo1985@seocdvig.ru', '9eeefb6918d266cb240647cbcfc75ff6', 'minoxidilsGof', '', NULL, NULL, '93.120.165.193', '2018-01-03 16:45:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1021, NULL, NULL, 'be.st.@bxox.info', 'cc7d08d2bb26b013c6c0aa575b2cf7f6', 'WalterLug', '', NULL, NULL, '88.150.250.242', '2018-01-04 04:53:21', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1022, NULL, NULL, 'best@bxox.info', 'bbdc47d34b1c9ad08e3732e0736782d3', 'Davidtic', '', NULL, NULL, '88.150.250.242', '2018-01-04 04:53:24', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1023, NULL, NULL, 'be.s.t.@bxox.info', 'bbdc47d34b1c9ad08e3732e0736782d3', 'Davidtic', '', NULL, NULL, '88.150.250.242', '2018-01-04 06:47:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1024, NULL, NULL, 'accounts@mahavirlawhouse.com', 'e5a8d50ed67e73637b7ef2f0645720eb', 'Nirali Shah', '', NULL, NULL, '49.36.1.70', '2018-01-04 10:59:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1025, NULL, NULL, 'anuragitsme1994@gmail.com', '6c6deb56146a4e75e67470c64472e0ea', 'Anurag', '', NULL, NULL, '185.189.115.138', '2018-01-04 11:22:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1026, NULL, NULL, 'i77.1177117711@gmail.com', 'ea5aac623f1b56963376f1c34eccb243', 'Bobbynip', '', NULL, NULL, '213.111.213.2', '2018-01-05 01:42:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1027, NULL, NULL, 'lorraineez11@jenkins1.wmmail1.veinflower.xyz', 'c0411ee06389423b814a209fab2c1b59', 'sethak11', '', NULL, NULL, '163.172.45.46', '2018-01-05 04:24:43', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1028, NULL, NULL, 'and20rei2017@gmail.com', '267aa5295bdc94f3a48494d569616c75', 'Darrickcek', '', NULL, NULL, '37.115.205.45', '2018-01-05 19:19:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1029, NULL, NULL, 'rohitdebo@gmail.com', 'ced761b591a32ee6d36b5db52d1b40ef', 'Rohit Debnath', '', NULL, NULL, '117.232.123.74', '2018-01-05 23:42:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1030, NULL, NULL, 'sobolevamaria84@gmail.com', '938472c684d4fde782ab7365264c75ef', 'Marinesex', '', NULL, NULL, '169.50.62.107', '2018-01-06 00:40:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1031, NULL, NULL, 'michaelrit@mail.ru', '309ae0affb63feab0a2e75a625081d92', 'Nathanlanny', '', NULL, NULL, '184.22.246.83', '2018-01-06 05:34:15', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1032, NULL, NULL, 'mudmoibeswing1978@seocdvig.ru', '5a2079d0d7ba9d52790817066ffa41ed', 'OtelGof', '', NULL, NULL, '5.227.7.39', '2018-01-07 02:01:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1033, NULL, NULL, 'abrom1323@gmail.com', '72f98f0cf24fcefb24b66d7b2911f232', 'JamesKes', '', NULL, NULL, '37.115.205.45', '2018-01-07 15:27:52', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1034, NULL, NULL, 'gringo@enciklopediya.org', 'fe125c86be14577f29d6e1f277716750', 'Keithfrorm', '', NULL, NULL, '47.88.20.189', '2018-01-08 02:01:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1035, NULL, NULL, 'i771177.117711@gmail.com', '05564f3a9f585f46859cf582452eac02', 'EdwardLOK', '', NULL, NULL, '188.163.109.0', '2018-01-09 14:54:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1036, NULL, NULL, 'cree50030@first.baburn.com', '17baebd1fdb295d1ce8e08cf85e7ec0e', 'Robertomish', '', NULL, NULL, '195.22.126.21', '2018-01-10 04:07:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1037, NULL, NULL, 'krasinmit@gmail.com', '3acfc7f520d18324107e1b16083437ba', 'RobertEruro', '', NULL, NULL, '146.185.223.172', '2018-01-10 04:19:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1038, NULL, NULL, 'a.l.ex.sh.ulman.1.92.7.4332.5.2.4@gmail.com', '063a00674cc54ee95b1f60b283f8db00', 'alexhek', '', NULL, NULL, '93.188.39.169', '2018-01-10 10:03:31', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1039, NULL, NULL, 'dawnej16@pop3.eagle.eaglefight.top', 'c0411ee06389423b814a209fab2c1b59', 'larrydr18', '', NULL, NULL, '185.61.148.168', '2018-01-10 10:54:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1040, NULL, NULL, 'geordijoseph@gmail.com', 'a882dd870cabe7912bf2fc2b704da5da', 'Geordi', '', NULL, NULL, '117.246.183.47', '2018-01-10 11:19:31', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(1041, NULL, NULL, 'ndasmamba@gmail.com', '', 'Naba kumar Das', '', NULL, NULL, '117.226.179.178', '2018-01-10 11:22:47', '', '101107751050312759480', 66591515908219, NULL, NULL, '2023-06-02 13:37:31', 0),
(1042, NULL, NULL, 'denov2451@videois.ru', 'ba76a00a5a1fad0dd8c6493aeb9ec4f9', 'DenovEr', '', NULL, NULL, '93.77.116.98', '2018-01-10 16:36:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1043, NULL, NULL, 'ebonydet@yandex.ru', '67e534f158631f99f1d2d0739c889c1d', 'EbonyInsut', '', NULL, NULL, '37.44.101.63', '2018-01-11 04:41:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1044, NULL, NULL, 'lebedevaemma64@yandex.ru', '58df5adec2005bc7a2c70ad7485d47a1', 'EmmaEsola', '', NULL, NULL, '194.33.84.64', '2018-01-12 08:34:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1045, NULL, NULL, 'ahkadighe@gmail.com', 'ee8dbdcd1c0b1e4798824786ba53da3b', 'Ashutosh', '', NULL, NULL, '182.70.92.246', '2018-01-12 22:18:43', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1046, NULL, NULL, 'vicivikylia@gmail.com', 'd93534af06b02cea06ec4ef91a484f6a', 'MilaniLow', '', NULL, NULL, '78.85.49.60', '2018-01-13 00:05:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1047, NULL, NULL, 'lesleyrq60@postmaster.veinflower.xyz', 'c0411ee06389423b814a209fab2c1b59', 'raquelkm69', '', NULL, NULL, '162.247.72.199', '2018-01-13 17:41:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1048, NULL, NULL, 'xnxl65883@first.baburn.com', '64a9b1f650882f4387ca63b0c0583017', 'FloydEpile', '', NULL, NULL, '188.68.224.163', '2018-01-14 03:15:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1049, NULL, NULL, 'wsne32629@first.baburn.com', '622a2f6f4a51cc393bbc6e47819505a1', 'WilliamLep', '', NULL, NULL, '46.29.19.169', '2018-01-14 11:59:40', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1050, NULL, NULL, 'ugolpasha@gmail.com', 'a10d966de75ab02b8bc7f1d0a9a4c6d4', 'Davidnouck', '', NULL, NULL, '146.185.223.72', '2018-01-15 08:56:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1051, NULL, NULL, 'samikhan322@gmail.com', '714bcbf6d092f54edb054ff8f9a918ed', 'SAMI UDDIN KHAN', '', NULL, NULL, '117.212.11.19', '2018-01-16 11:51:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1052, NULL, NULL, 'bonny190591@gmail.com', 'b285664da7731a3bc2274e6aed3aeee7', 'Debarati Nandan ', '', NULL, NULL, '47.15.247.16', '2018-01-18 18:22:57', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1053, NULL, NULL, 'scatresnasemb1995@seocdvig.ru', '2ef7703fef9181fadb92fa623db936ad', 'KuhniGof', '', NULL, NULL, '93.120.165.193', '2018-01-19 01:38:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1054, NULL, NULL, 'mirandaki18@mailweb.stars-and-glory.stars-and-glory.top', 'c0411ee06389423b814a209fab2c1b59', 'lorenalq11', '', NULL, NULL, '209.141.43.42', '2018-01-21 13:20:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1055, NULL, NULL, '', '', 'Rajeev Rayasam', '', NULL, NULL, '43.249.218.14', '2018-01-22 12:15:07', 'facebook', '383454088768232', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1056, NULL, NULL, 'okjy48246@first.baburn.com', 'bc8e3edc66bc43bb027a1b82a0afa57f', 'KellyChene', '', NULL, NULL, '195.22.126.25', '2018-01-22 17:51:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1057, NULL, NULL, 'llze85368@first.baburn.com', '03e48bad79a171d3eb183fe517aa6188', 'Victorerons', '', NULL, NULL, '195.22.126.26', '2018-01-23 00:50:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1058, NULL, NULL, 'wovz93314@first.baburn.com', 'b06162550869256a0b6a22107ab1502a', 'GregoryHom', '', NULL, NULL, '46.29.19.169', '2018-01-23 02:18:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1059, NULL, NULL, 'jusikaverg@poreglot.ru', '9c70cc65fdfb6362095f55592d7feb58', 'JusikaRhync', '', NULL, NULL, '109.86.72.163', '2018-01-23 07:43:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1060, NULL, NULL, 'khauck@regiopost.top ', 'fe85e7b9e47f35db93ac22c28e401a33', 'Payday Express ', '', NULL, NULL, '46.161.9.61', '2018-01-23 07:58:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1061, NULL, NULL, 'apju57361@first.baburn.com', '3c55cfc18cf35dc95f16f8bb89cf3559', 'MatthewReecy', '', NULL, NULL, '195.22.126.25', '2018-01-23 13:44:52', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1062, NULL, NULL, 'andriyha_boev1921@mail.ru', 'ee6c890aff4f370e002dd4a9f3a0e667', 'Lidyfrach', '', NULL, NULL, '37.44.104.107', '2018-01-24 01:19:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1063, NULL, NULL, 'legalfalconrupendra@gmail.com', '51fd0656cbbac3fa0586cd529e9ddb13', 'rupendra', '', NULL, NULL, '112.196.62.4', '2018-01-24 13:10:38', 'web', '', 13141516779772, NULL, NULL, '2023-06-02 13:37:31', 0),
(1064, NULL, NULL, 'rupendra.rajpoot@gmail.com', '', 'Rupendra Singh Jadaun', '', NULL, NULL, '125.18.33.147', '2018-01-24 13:14:50', 'facebook', '10208601419152986', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1065, NULL, NULL, 'cergey.vostr90@gmail.com', '8c198b3d8d458ad9272d2343c039953b', 'BrianErync', '', NULL, NULL, '146.185.223.143', '2018-01-24 19:18:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1066, NULL, NULL, 'jenniferei11@dmail.stars-and-glory.top', 'c0411ee06389423b814a209fab2c1b59', 'jacquelinehh4', '', NULL, NULL, '66.70.217.179', '2018-01-25 03:19:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1067, NULL, NULL, 'jjhammersley@livemail.trade ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2018-01-25 05:14:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1068, NULL, NULL, 'wbram@mailserver.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2018-01-25 05:57:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1069, NULL, NULL, 'jmullins85@blinkweb.trade ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2018-01-25 06:35:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1070, NULL, NULL, 'lloydhetzel@umail4less.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2018-01-25 08:38:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1071, NULL, NULL, 'atdutta@gmail.com', '4d7089e3026449aa5135e9b2e1d2d4bf', 'Ashok Taru Dutta', '', NULL, NULL, '117.203.182.110', '2018-01-25 21:59:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1072, NULL, NULL, 'berruileta1992@seocdvig.ru', '3d8614d017d3996276efb4fa82a32b69', 'SEOPorie', '', NULL, NULL, '5.164.251.58', '2018-01-26 13:39:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1073, NULL, NULL, 'fre.dfo.x.e.r.t.y.@gmail.com', 'b29959ad1fe7cef7bf8a3ba78a61f7a3', 'SophieBouff', '', NULL, NULL, '89.249.64.180', '2018-01-27 22:43:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1074, NULL, NULL, 'katevasik1986@gmail.com', 'd93534af06b02cea06ec4ef91a484f6a', 'LindasLow', '', NULL, NULL, '78.85.130.233', '2018-01-28 04:50:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1075, NULL, NULL, 'kostf3@gmail.com', 'd67efd2ffd0ceff58c4e2a280a50abee', 'CharlesGag', '', NULL, NULL, '178.137.17.67', '2018-01-28 06:19:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1076, NULL, NULL, 'sarkzar158@chemodanymos.com', '979a0cb9c47a808a2b7bfe539a012732', 'zaxvatu14.', '', NULL, NULL, '193.201.224.32', '2018-01-28 21:25:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1077, NULL, NULL, 'kyung@msmail.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2018-01-29 18:22:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1078, NULL, NULL, 'prosster@mail4coin.com', '68ca4e0cfeed148cfcc8bee1427be183', 'Prostercam', '', NULL, NULL, '188.120.236.96', '2018-01-29 19:45:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1079, NULL, NULL, 'janyce@blinkweb.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2018-01-29 21:06:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1080, NULL, NULL, 'jah.och.u.p.i.sa.tp.or.u.s.sk.i@gmail.com', '05624c7f5d76be17a7bfba4f688957af', 'Michaeltet', '', NULL, NULL, '178.159.37.11', '2018-01-29 22:54:47', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1081, NULL, NULL, 'neenasergi@gmail.com', '', 'Neena sergi', '', NULL, NULL, '157.50.233.0', '2018-01-31 06:32:38', '', '117858023260958939868', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1082, NULL, NULL, 'krishnavs9708@gmail.com', 'b5e1ecc0120a42a86b8f4ebdea1f2ce0', 'Krishna V.S', '', NULL, NULL, '14.139.181.229', '2018-01-31 10:30:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1083, NULL, NULL, 'krishnavs9708@gmail.com', '', 'krishna vs', '', NULL, NULL, '14.139.181.229', '2018-01-31 10:32:43', '', '108175698954430100195', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1084, NULL, NULL, 'ub.uzuu.toby.go.wuk@gmail.com', '3b4c051fff402241e54729197f3eb117', 'Stevenskela', '', NULL, NULL, '178.159.37.61', '2018-02-01 00:28:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1085, NULL, NULL, 'b.as.eo.d.a.ta.bas.ebuy@gmail.com', 'b4c721419d4967650db96a837aeb0b66', 'BaseoLal', '', NULL, NULL, '46.241.111.36', '2018-02-01 09:11:55', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1086, NULL, NULL, 'pranabkp@gmail.com', '', 'Pranab Kumar Pasayat', '', NULL, NULL, '157.41.251.80', '2018-02-01 22:06:52', '', '104631337004452155570', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1087, NULL, NULL, 'srinivas.challa1@gmail.com', '', 'Dr-Srinivas Challa', '', NULL, NULL, '103.57.134.11', '2018-02-03 20:01:41', 'facebook', '1519627411469559', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1088, NULL, NULL, 'jliafug@gmail.com', '9f7973cf57a448f17dd5795626a39ad1', 'JliaLoume', '', NULL, NULL, '178.122.210.64', '2018-02-04 15:50:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1089, NULL, NULL, 'awesome.cvam@gmail.com', '83b32f81ce87cbf31a10cf127de94bc9', 'Shivam', '', NULL, NULL, '106.207.85.181', '2018-02-04 18:27:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1090, NULL, NULL, 'james.haynie2355@mail.ru', '67b58fcdebb98ec4f532a645d610a71b', 'RobertWL', '', NULL, NULL, '185.63.255.181', '2018-02-05 04:02:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1091, NULL, NULL, 'prha51896@first.baburn.com', '225797347b71dbcffa6fd2755327be85', 'BrianTAW', '', NULL, NULL, '195.22.126.37', '2018-02-06 00:38:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1092, NULL, NULL, 'fmjy42971@first.baburn.com', 'd1946c893e55e16f86160593fd291e2a', 'DavidSib', '', NULL, NULL, '195.22.126.22', '2018-02-06 00:38:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1093, NULL, NULL, 'anupsingh1000@gmail.com', 'b4921ec3889e5caddff212ca0407470c', 'ANUP SINGH', '', NULL, NULL, '47.15.158.83', '2018-02-06 08:09:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1094, NULL, NULL, 'torajanig.2008@rediffmail.com', 'c663fb640725ddc4ad021db35c131e0a', 'Rajani gupta', '', NULL, NULL, '223.180.12.30', '2018-02-07 16:31:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1095, NULL, NULL, 'pratiksingh70@gmail.com', '6bc198ecf7f5a580e26640aef573e225', 'PRATIK KUMAR SINGH ', '', NULL, NULL, '47.11.142.61', '2018-02-07 17:20:40', 'web', '', 78941518004331, NULL, NULL, '2023-06-02 13:37:31', 0),
(1096, NULL, NULL, 'gopalprasadmishra56@gmail.com', '', 'Gopal Prasad Mishra', '', NULL, NULL, '202.142.119.94', '2018-02-08 21:35:53', '', '117530483442813758763', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1097, NULL, NULL, 'lamstore.ru@inbox.ru', '24cedde2e08d1bf64d4aebf705c0e764', 'lamstoresekay', '', NULL, NULL, '88.135.1.206', '2018-02-09 04:32:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1098, NULL, NULL, 'www.mahasin.ind@gmail.com', '03838d9853b0cf7830d294f2bdd23dde', 'mahasin munshi', '', NULL, NULL, '1.187.219.173', '2018-02-09 19:09:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1099, NULL, NULL, 'bbasant7@gmail.com', '', 'Basant Bhaskar', '', NULL, NULL, '47.29.113.193', '2018-02-10 11:12:11', 'facebook', '923896167797301', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1100, NULL, NULL, 'nada@mmail.trade ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', NULL, NULL, '46.161.9.51', '2018-02-10 15:47:52', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1101, NULL, NULL, 'chauhandudeabhay@gmail.com', '', 'Abhay Chauhan', '', NULL, NULL, '157.39.187.187', '2018-02-11 01:26:42', '', '106613142673436186938', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1102, NULL, NULL, 'dasterfasdor2017-9@mail.ru', '3f4cdbea4e16f6108718cad2f2b99de2', 'Z00oberrtitsooca', '', NULL, NULL, '78.109.36.52', '2018-02-11 14:04:12', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1103, NULL, NULL, 'erinens@snipemail4u.bid ', 'a8a7b15de0ebb505625641a20980a075', 'Aaronimamy', '', NULL, NULL, '46.161.9.22', '2018-02-12 00:15:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1104, NULL, NULL, 'matthiasszilagyi@mmail.trade ', 'a8a7b15de0ebb505625641a20980a075', 'Aaronimamy', '', NULL, NULL, '46.161.9.22', '2018-02-12 02:56:16', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1105, NULL, NULL, 'salher747@jaggernautemail.trade ', '5d1870056a840f352a33cbce69b00b34', 'AlfredEmeda', '', NULL, NULL, '46.161.9.50', '2018-02-12 03:30:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1106, NULL, NULL, 'timovermyer@myfreemail.bid ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', NULL, NULL, '46.161.9.50', '2018-02-12 05:13:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1107, NULL, NULL, 'jpinto@hostnow.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2018-02-12 22:12:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1108, NULL, NULL, 'kvvz2090@first.baburn.com', '27a979e9d6745a9282166ab1c9479324', 'DonaldTeepe', '', NULL, NULL, '188.68.224.163', '2018-02-12 23:11:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1109, NULL, NULL, 'mnoxwo@contmy.info', 'e4f43134a69acc0e0483028a68e32e10', 'FrankKix', '', NULL, NULL, '31.184.236.104', '2018-02-13 17:42:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1110, NULL, NULL, 'calinq@hostnow.bid ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', NULL, NULL, '46.161.9.51', '2018-02-14 01:57:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1111, NULL, NULL, 'antonovaocm1959@mail.ru', '74be298c1bac5e274eb348b5b53f30ae', 'BrianSnike', '', NULL, NULL, '185.2.32.2', '2018-02-14 11:34:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1112, NULL, NULL, 'nguyenkristy@hostingninja.bid ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', NULL, NULL, '46.161.9.51', '2018-02-15 06:29:53', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1113, NULL, NULL, 'hansverbrugh@mail2k.trade ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', NULL, NULL, '46.161.9.51', '2018-02-15 06:43:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1114, NULL, NULL, 'arjunbanerjee3@gmail.com', '', 'Arjun Banerjee', '', NULL, NULL, '49.35.68.19', '2018-02-16 23:03:21', '', '111053198205751243639', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1115, NULL, NULL, 'jitenchokshi@yahoo.com', '', 'Jitendra Ramanlal Chokshi', '', NULL, NULL, '42.106.24.14', '2018-02-18 14:29:31', 'facebook', '10210647003071274', 98611518955651, NULL, NULL, '2023-06-02 13:37:31', 0),
(1116, NULL, NULL, 'a.lex.shulman19274.332.52.4.@gmail.com', '063a00674cc54ee95b1f60b283f8db00', 'alexhek', '', NULL, NULL, '93.188.39.169', '2018-02-18 16:21:16', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1117, NULL, NULL, 'cfbeht245@mail.ru', '864d71a32c0eb2922c472593032993cc', 'LincolnInfar', '', NULL, NULL, '178.159.37.150', '2018-02-19 08:34:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1118, NULL, NULL, 'chrisaol71@msmail.trade ', '5d1870056a840f352a33cbce69b00b34', 'AlfredEmeda', '', NULL, NULL, '46.161.9.50', '2018-02-19 12:52:43', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1119, NULL, NULL, 'nicki@sslsmtp.racing ', 'ead574adad63942648cc89a756db0b1b', 'Kennethrip', '', NULL, NULL, '46.161.9.50', '2018-02-19 13:04:48', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1120, NULL, NULL, 'otilia@simplyemail.bid ', 'dd6936913337f5f419860e0913f4162a', 'BennyBiche', '', NULL, NULL, '46.161.9.50', '2018-02-19 19:36:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1121, NULL, NULL, 'azanatt@hostingninja.bid ', 'a8a7b15de0ebb505625641a20980a075', 'Aaronimamy', '', NULL, NULL, '46.161.9.22', '2018-02-20 15:52:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1122, NULL, NULL, 'emerita@livemail.bid ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', NULL, NULL, '46.161.9.51', '2018-02-20 22:26:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1123, NULL, NULL, 'xrum17@my-mail.top', 'e351605aced8bfadc60cd04244bd176d', 'BrandonMon', '', NULL, NULL, '91.231.87.176', '2018-02-21 06:26:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1124, NULL, NULL, 'jama@mmail.trade ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2018-02-21 08:44:06', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1125, NULL, NULL, 'okbye1235@gmail.com', '25d55ad283aa400af464c76d713c07ad', 'ok', '', NULL, NULL, '39.43.19.247', '2018-02-21 12:53:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1126, NULL, NULL, 'jeanap2004@mypop3.bid ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', NULL, NULL, '46.161.9.50', '2018-02-22 04:14:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1127, NULL, NULL, 'mohit020698@gmail.com', '', 'Mohit Jain', '', NULL, NULL, '103.95.82.247', '2018-02-22 20:45:44', 'facebook', '1705330252895009', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1128, NULL, NULL, 'investrealtoday@gmail.com', '994f97506cd446183f477192614bb5b3', 'MosNixCrata', '', NULL, NULL, '208.95.62.81', '2018-02-23 06:40:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1129, NULL, NULL, 'gareth4231@bestemail.bid ', 'ead574adad63942648cc89a756db0b1b', 'Kennethrip', '', NULL, NULL, '46.161.9.50', '2018-02-23 09:46:43', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1130, NULL, NULL, 'molleiferihakaymaz@freeemails.racing ', 'dd6936913337f5f419860e0913f4162a', 'BennyBiche', '', NULL, NULL, '46.161.9.50', '2018-02-23 16:34:07', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1131, NULL, NULL, 'chelsea@simplyemail.bid ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', NULL, NULL, '46.161.9.51', '2018-02-24 16:46:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1132, NULL, NULL, 'carlawcars@umail4less.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2018-02-25 00:57:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1133, NULL, NULL, 'debbarma.daniel@gmail.com', '4d30b9877040db34f325b0457e14e1b3', 'Daniel Debbarma', '', NULL, NULL, '47.29.132.170', '2018-02-25 07:49:07', 'web', '', 15661520774678, NULL, NULL, '2023-06-02 13:37:31', 0),
(1134, NULL, NULL, 'cammie@livemail.trade ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2018-02-25 12:43:22', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1135, NULL, NULL, 'dudrojsk2018@yandex.ru', '7a0c8442ce7e95023f3e410fbee362e5', 'RonaldBek', '', NULL, NULL, '145.255.161.158', '2018-02-25 13:35:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1136, NULL, NULL, 'peggyrackliffe@umail4less.bid ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2018-02-25 14:43:40', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1137, NULL, NULL, 'glynis@mypop3.trade ', '11fd504f853d9b790633af2542d742a6', 'MichaelDet', '', NULL, NULL, '46.161.9.25', '2018-02-25 17:16:16', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1138, NULL, NULL, 'drjuma@b2bmail.bid ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', NULL, NULL, '46.161.9.51', '2018-02-25 23:45:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1139, NULL, NULL, 'brownies4me23@blinkweb.trade ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', NULL, NULL, '46.161.9.51', '2018-02-26 04:56:26', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1140, NULL, NULL, 'clarabramb@outlook.com', '6e9e9cec37d56c095b0ba8d18e328806', 'ClaraCal', '', NULL, NULL, '86.57.215.245', '2018-02-26 12:17:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1141, NULL, NULL, 'tomiegipsonjr@freeemails.racing ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', NULL, NULL, '46.161.9.51', '2018-02-27 03:49:15', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1142, NULL, NULL, 'jimford37@freemail.trade ', '5d1870056a840f352a33cbce69b00b34', 'AlfredEmeda', '', NULL, NULL, '46.161.9.50', '2018-02-27 05:49:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1143, NULL, NULL, 'cristy@msmail.bid ', 'ead574adad63942648cc89a756db0b1b', 'Kennethrip', '', NULL, NULL, '46.161.9.50', '2018-02-27 06:26:23', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1144, NULL, NULL, 'lvanmol7@myimail.bid ', 'dd6936913337f5f419860e0913f4162a', 'BennyBiche', '', NULL, NULL, '46.161.9.50', '2018-02-27 14:22:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1145, NULL, NULL, 'haikal.law@gmail.com', 'e8227257dd911a70839a8af017e3f4cb', 'Hussain Haikal, Advocate', '', NULL, NULL, '157.42.85.184', '2018-02-28 01:14:22', 'web', '', 89721519760834, NULL, NULL, '2023-06-02 13:37:31', 0),
(1146, NULL, NULL, 'cbbrackman@wwwemail.bid ', '655767368019199d58bf670feeacc432', 'CharlesHab', '', NULL, NULL, '46.161.9.51', '2018-03-01 18:48:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1147, NULL, NULL, 'ayushi.ambu@gmail.com', '', 'Ayushi Dube', '', NULL, NULL, '202.3.77.230', '2018-03-03 02:24:22', '', '111708516625703733426', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1148, NULL, NULL, 'anataliyanog@mail.ru', '602a19eeab926ff0db593fdb7c9e1497', 'Edwinlex', '', NULL, NULL, '95.181.217.2', '2018-03-03 07:35:43', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1149, NULL, NULL, '', '', 'Poulome Patra', '', NULL, NULL, '47.11.192.227', '2018-03-03 21:10:19', 'facebook', '920824941398434', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1150, NULL, NULL, 'santas30@emailcom.org', 'ecd8bca4e9972a301351a424c44eb0f5', 'SantasV', '', NULL, NULL, '123.21.112.69', '2018-03-04 05:57:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1151, NULL, NULL, 'jamesfus21@mail.ru', '71e7fb77a8198b07e9190b144e84686b', 'Jamesroomi', '', NULL, NULL, '89.169.219.31', '2018-03-04 23:31:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1152, NULL, NULL, 'hemant.shetye@pgcl.ac.in', '5588d0ce0e3ac944ba2e31dce0c6148c', 'Hemant Shetye', '', NULL, NULL, '202.134.191.26', '2018-03-05 13:04:12', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1153, NULL, NULL, 'mohdasadullah100@gmail.com', '', 'Asadullah Mohammed', '', NULL, NULL, '27.59.241.69', '2018-03-06 03:34:58', 'facebook', '603908903290445', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1154, NULL, NULL, 'kolastunt@gmail.com', '4b3d65605e87deb5afab66ee6e68f53c', 'MarvinThode', '', NULL, NULL, '5.62.41.10', '2018-03-07 21:08:12', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1155, NULL, NULL, 'mosster@mail4coin.com', '68ca4e0cfeed148cfcc8bee1427be183', 'Mostercam', '', NULL, NULL, '193.201.224.201', '2018-03-09 04:12:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1156, NULL, NULL, 'kam.il.asha.yx.u.z.b@gmail.com', '52273173033fcbd4dc2b722f9431dbe3', 'KamilaTex', '', NULL, NULL, '185.180.197.12', '2018-03-09 19:20:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1157, NULL, NULL, 'keerthanagandhan@gmail.com', 'ca6c08d9aa845b0c92ad609840a07e27', 'M.R.Keerthana', '', NULL, NULL, '42.111.244.110', '2018-03-09 20:06:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1158, NULL, NULL, 'gusevaxmt1971@mail.ru', 'cd8766dc29059ce813dbf8d2790767a2', 'Maynardkem', '', NULL, NULL, '95.181.217.2', '2018-03-09 21:36:27', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1159, NULL, NULL, 'harungpr@gmail.com', '5107a537aa5fc9000c90bdf40d2fbe75', 'MOHAMMAD HARUN CHIPPA', '', NULL, NULL, '157.37.194.52', '2018-03-09 23:19:55', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1160, NULL, NULL, 'kopylovaajt1957@mail.ru', 'd40f963dd127662dde4cd3334f3f09a1', 'JohnnyAPETE', '', NULL, NULL, '95.181.217.2', '2018-03-10 06:12:36', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1161, NULL, NULL, 'ggakhar@gmail.com', '97b5d4fd3362224ce272c6c1cd21a696', 'GIRISH KUMAR GAKHAR', '', NULL, NULL, '47.31.234.253', '2018-03-10 11:54:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1162, NULL, NULL, 'robinkr.bme16@iitbhu.ac.in', '7d387f7e8ef7e46619aeea2146110967', 'ROBIN', '', NULL, NULL, '27.97.249.93', '2018-03-11 23:44:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1163, NULL, NULL, '1977info1209@gmail.com', '6602d1ed571f435150fe749f2a4d83d6', 'Aeraceunume', '', NULL, NULL, '46.149.95.55', '2018-03-12 05:10:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1164, NULL, NULL, 'srzv43315@catch@first.baburn.com', 'bb2e013d1db5b6bdc72ec6bf39db8c00', 'AndrewMix', '', NULL, NULL, '195.22.126.37', '2018-03-12 07:35:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1165, NULL, NULL, 'shettysup2793@gmail.com', '', 'Supriya Shetty', '', NULL, NULL, '183.87.243.195', '2018-03-12 11:25:02', '', '111409457088436024184', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1166, NULL, NULL, 'yrosster@mail4coin.com', '68ca4e0cfeed148cfcc8bee1427be183', 'Yrostercam', '', NULL, NULL, '188.120.236.96', '2018-03-13 04:56:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1167, NULL, NULL, 'dasha_gulkina@mail.ru', '71f43861b491f9c96df98286a44fdfcc', 'MichaelScied', '', NULL, NULL, '188.165.4.128', '2018-03-15 09:28:55', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1168, NULL, NULL, 'coreys.em@gmail.com', '9e18b8ef273fec27fe153244b2205237', 'CoreyZox', '', NULL, NULL, '178.137.95.244', '2018-03-15 20:04:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1169, NULL, NULL, 'bvdg11071@rng.marvsz.com', '42da92421bd367d7f1767c3d0dc62298', 'Merlinper', '', NULL, NULL, '195.22.126.33', '2018-03-16 16:40:52', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1170, NULL, NULL, 'vetlucci0103@gmail.com', '012ef226b8f50035382b298450e783e4', 'vetlucciKT', '', NULL, NULL, '165.231.161.6', '2018-03-17 15:04:22', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1171, NULL, NULL, 'e.v.g.en.i.yj.j.i.glo.v.@gmail.com', 'd525c222bcc37e2193151cba6320e011', 'Edwinmom', '', NULL, NULL, '88.147.173.72', '2018-03-18 03:15:36', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1172, NULL, NULL, 'serftyuk@bigmir.net', '9e18b8ef273fec27fe153244b2205237', 'CoreyZox', '', NULL, NULL, '178.137.95.244', '2018-03-18 18:06:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1173, NULL, NULL, 'osipovanatoli.i.83@gmail.com', 'a62cade083d51dba4dffb0079fc447f8', 'Lichardcab', '', NULL, NULL, '46.185.7.100', '2018-03-20 14:20:21', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1174, NULL, NULL, 'Shafeeqmalik@gmail.com', '6eea9b7ef19179a06954edd0f6c05ceb', 'Shafeeq', '', NULL, NULL, '106.192.175.204', '2018-03-21 00:17:23', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1175, NULL, NULL, 'ranjan_kumar_sharma@yahoo.co.in', '66a500f32ecf8df1f2bacb9e97d760de', 'Ranjan Sharma', '', NULL, NULL, '171.77.158.60', '2018-03-21 12:29:23', 'web', '', 55911521615752, NULL, NULL, '2023-06-02 13:37:31', 0),
(1176, NULL, NULL, 'anshdavar@psdavar.com', '25d55ad283aa400af464c76d713c07ad', 'Anshu Davar', '', NULL, NULL, '59.178.69.106', '2018-03-21 18:35:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1177, NULL, NULL, 'a.lex.sh.ul.ma.n.1.9.27.4332524@gmail.com', '063a00674cc54ee95b1f60b283f8db00', 'alexhek', '', NULL, NULL, '82.193.109.243', '2018-03-21 23:28:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1178, NULL, NULL, 'bakhta.40@mail.ru', '584743e4bc47ccc8bb5b0673d7aefebe', 'TrompokLox', '', NULL, NULL, '146.185.223.123', '2018-03-22 15:12:40', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1179, NULL, NULL, 'rockyboscoe@gmail.com', 'fa0e23500d6963c9982aef28e61712a8', 'Garryasync', '', NULL, NULL, '172.245.16.71', '2018-03-24 01:56:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1180, NULL, NULL, 'uberjob2018@yandex.ru', 'f1d2838927730a21703c3a642eab2ae9', 'Ubersu', '', NULL, NULL, '134.119.218.22', '2018-03-24 17:27:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1181, NULL, NULL, 'elfiebarnett@yahoo.com', '82bb646d55d75aa1248072e9ad60a42d', 'Thomasdeams', '', NULL, NULL, '146.185.223.25', '2018-03-25 18:17:12', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1182, NULL, NULL, 'asamdekar@gmail.com', '', 'Abhishek Samdekar', '', NULL, NULL, '114.143.39.26', '2018-03-27 09:01:01', '', '116669434462925540355', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1183, NULL, NULL, 'mrinal.utd@gmail.com', '', 'Mrinal Jain', '', NULL, NULL, '223.179.134.251', '2018-03-27 13:59:46', '', '107535146704270117002', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1184, NULL, NULL, 'baalawji@gmail.com', '1254eebf0d682666b733f1d1b6d7b0fa', 'K. Balaji', '', NULL, NULL, '117.241.156.115', '2018-03-29 19:30:57', 'web', '', 20341524221705, NULL, NULL, '2023-06-02 13:37:31', 0),
(1185, NULL, NULL, 'thecttt@gmail.com', 'f514c3f308e983b7a86ae17682ad94ff', 'Alicelaf', '', NULL, NULL, '178.205.103.137', '2018-03-31 00:01:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1186, NULL, NULL, '7388urt@gmail.com', 'cdbc097f6b1dda47e339f90611f15ced', 'CharlesJaT', '', NULL, NULL, '62.76.75.180', '2018-03-31 11:29:18', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1187, NULL, NULL, 'irav5018@gmail.com', 'abccbc7efa3dc93b1881d04ca3a1976e', 'MichaQuara', '', NULL, NULL, '195.208.220.162', '2018-04-01 07:35:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1188, NULL, NULL, 'chiranjibpal64@gmail.com', '0de649db7d6f45bac4d4fb67bf2c0f1f', 'Chiranjib Pal', '', NULL, NULL, '47.11.140.193', '2018-04-02 09:21:43', 'web', '', 6541533223883, NULL, NULL, '2023-06-02 13:37:31', 0),
(1189, NULL, NULL, 'Advpayalshaw@gmail.com', '606cbbd92c03ca40153d5f7f775c7eff', 'Payal shaw', '', NULL, NULL, '47.15.169.249', '2018-04-02 21:35:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1190, NULL, NULL, 'Shawpayal.2015@gmail.com', '606cbbd92c03ca40153d5f7f775c7eff', 'Payal shaw', '', NULL, NULL, '47.15.169.249', '2018-04-02 21:39:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1191, NULL, NULL, 'lara.tsapeleva.73@mail.ru', '8fd3e5ffd22d6e372e700c6300316bce', 'laraSlene', '', NULL, NULL, '188.191.237.30', '2018-04-05 10:46:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1192, NULL, NULL, 'nikitabagrov8@gmail.com', '86644d02381d1bc63a3bf67637152799', 'cocaporn', '', NULL, NULL, '193.0.217.132', '2018-04-06 13:48:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1193, NULL, NULL, 'pilexbuy@gmail.com', 'd20291b7cc0652c3e9191229a883a619', 'RodneyHem', '', NULL, NULL, '93.85.79.22', '2018-04-07 21:43:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1194, NULL, NULL, 'abbasimunir@gmail.com', '58a0eecf18b7b5993686c9a525254e44', 'munir ahmad abbasi', '', NULL, NULL, '103.102.244.2', '2018-04-09 15:13:16', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1195, NULL, NULL, 'priyankajain60050@gmail.com', '', 'Priyanka Porwal Jain', '', NULL, NULL, '122.170.161.198', '2018-04-09 22:26:21', 'facebook', '1873763385969605', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1196, NULL, NULL, 'shyammprasaddh@gmail.com', '', 'prasad k', '', NULL, NULL, '43.227.130.163', '2018-04-10 00:09:02', '', '114694584449072970095', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1197, NULL, NULL, 'ivanmartink35@gmail.com', '34e016a01b99d4160687cc7c3a7955ae', 'AllanJoync', '', NULL, NULL, '188.230.21.78', '2018-04-10 13:30:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1198, NULL, NULL, 'al.ex.shu.l.man19.27.4.33.2.524.@gmail.com', '063a00674cc54ee95b1f60b283f8db00', 'alexhek', '', NULL, NULL, '93.188.39.163', '2018-04-10 16:23:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1199, NULL, NULL, 'chiranjibmohapatra28@gmail.com', '', 'Chiranjib Mohapatra', '', NULL, NULL, '157.41.167.96', '2018-04-11 18:40:49', '', '112982791655891850569', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1200, NULL, NULL, 'metalobaza1@i.ua', 'c951ad685f8ae09deb08f545de37201e', 'Ageneacunc', '', NULL, NULL, '46.149.95.55', '2018-04-13 05:59:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1201, NULL, NULL, 'Sangameswarm@gmail.com', '', 'Sangameswar Mantravadi', '', NULL, NULL, '157.48.52.30', '2018-04-14 06:59:46', 'facebook', '1717921638269584', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1202, NULL, NULL, 'doinaturcan@outlook.com', '1b939162a0753d20f56d3cafa7efdb45', 'tolikkk', '', NULL, NULL, '95.65.45.111', '2018-04-15 13:04:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1203, NULL, NULL, 'shts.sdfg.85@mail.ru', '3e9eab1ef276075e8e87af40621b9096', 'EvelynDring', '', NULL, NULL, '188.243.207.150', '2018-04-17 09:55:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1204, NULL, NULL, 'vikasa1232000@yahoo.co.in', '03785a733592a04e6e773563c118cd60', 'Vikas Agarwal', '', NULL, NULL, '49.32.180.209', '2018-04-20 23:01:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1205, NULL, NULL, 'batyehg@kotiki.pw', 'fc7169f8535bc971cddc9393e61bb4d6', 'AszqewrbBaw', '', NULL, NULL, '176.110.129.2', '2018-04-21 00:46:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1206, NULL, NULL, 'rharikrishnan6198@gmail.com', '', 'Rajagopalan Harikrishnan', '', NULL, NULL, '223.228.159.14', '2018-04-21 09:21:23', '', '118295074419600438589', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1207, NULL, NULL, 'bikash.das625@gmail.com', '354baf295becc882516a56e8eeaff6f5', 'BIKASH CHANDRA DAS', '', NULL, NULL, '47.11.101.28', '2018-04-21 17:42:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1208, NULL, NULL, 'joliedevi@gmail.com', '50886c3106e4d4f1db90edc77007403e', 'SASIKALA.G.', '', NULL, NULL, '157.50.236.88', '2018-04-21 17:51:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1209, NULL, NULL, 'bikash.das625@gmail.com', '', 'Bikash Das', '', NULL, NULL, '47.11.101.28', '2018-04-21 17:52:08', 'facebook', '1251468071664500', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1210, NULL, NULL, 'nainalrikev@gmail.com', '6355062d84b8e5c69dc82d1ccb2459d0', 'Randalldoupe', '', NULL, NULL, '93.188.37.229', '2018-04-23 04:31:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1211, NULL, NULL, 'williegow@outlook.com', '2c5831858d8f5ae6d3650f697d57b948', 'Williephoge', '', NULL, NULL, '86.57.211.212', '2018-04-23 14:02:19', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1212, NULL, NULL, 'lillianclarke987@gmail.com', 'd9ba1236d9a4427379174dad091baf45', 'JennieEn', '', NULL, NULL, '37.115.205.56', '2018-04-25 05:17:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1213, NULL, NULL, 'devjan.bos@gmail.com', '4f690f3fb778d01f8c702e8b70b24247', 'DEVJANI BOSE', '', NULL, NULL, '118.185.78.125', '2018-04-25 18:55:00', 'web', '', 10181530026048, NULL, NULL, '2023-06-02 13:37:31', 0),
(1214, NULL, NULL, 'devjan.bos@gmail.com', '', 'Devjani Bose', '', NULL, NULL, '118.185.78.125', '2018-04-25 18:57:08', '', '104575473313652147891', 10181530026048, NULL, NULL, '2023-06-02 13:37:31', 0),
(1215, NULL, NULL, 'suryakrishnamurty@rediffmail.com', '1d94f2a17547052288d44318dd263f9e', 'K Suryakrishnamurty', '', NULL, NULL, '116.72.151.227', '2018-04-30 10:00:10', 'web', '', 9111525369469, NULL, NULL, '2023-06-02 13:37:31', 0),
(1216, NULL, NULL, 'j.oh.n.n.1912.1.99.0r.ip.te.r.s.u.n.s.t.re.et.1.0.@gmail.com', 'c386a690e69daab263e9c3b68c260ed6', 'johnhek', '', NULL, NULL, '93.188.39.163', '2018-04-30 17:53:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1217, NULL, NULL, 'somnath.bhattacharya@mails.essae.in', '', 'Somnath Bhattacharya RLD', '', NULL, NULL, '47.29.71.195', '2018-04-30 18:48:25', '', '110031038120706051883', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1218, NULL, NULL, 'priyankajain800@yahoo.co.in', '', 'Priyanka Porwal Jain', '', NULL, NULL, '223.188.125.123', '2018-05-02 00:25:18', 'facebook', '1873763385969605', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1219, NULL, NULL, 'pershantsareen@gmail.com', '', 'Pershant Sareen', '', NULL, NULL, '122.173.52.76', '2018-05-02 20:30:24', '', '113144457061329875333', 57981571235429, NULL, NULL, '2023-06-02 13:37:31', 0),
(1220, NULL, NULL, 'ashish4225@gmail.com', '', 'Ashish Bhardwaj', '', NULL, NULL, '10.4.13.89', '2018-05-03 08:27:07', '', '106746060936572805121', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1221, NULL, NULL, 'bankatbhangdiya@gmail.com', '', 'Bankat Bhangdiya', '', NULL, NULL, '103.216.147.142', '2018-05-03 09:03:22', '', '106830913519506759906', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1222, NULL, NULL, 'hemant.bhagania@gmail.com', '16ec4ff47c5d001877a5d0c234f51c8e', 'Hemant Bhagania', '', NULL, NULL, '116.50.85.118', '2018-05-03 15:50:22', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1223, NULL, NULL, 'liya.urryumova.75@mail.ru', '67833843625bc6ef889523374d7c4c6f', 'RichardWar', '', NULL, NULL, '188.191.239.2', '2018-05-03 21:29:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1224, NULL, NULL, 'kelzartollways@gmail.com', '', 'kelzar tollways pvt. ltd.', '', NULL, NULL, '49.35.222.169', '2018-05-08 18:26:57', '', '111944617726685582519', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1225, NULL, NULL, 'temptest43745057@gmail.com', 'b38f4b20fa5f928d415d922494fda4e1', 'GeorgeBiste', '', NULL, NULL, '178.205.103.137', '2018-05-10 03:57:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1226, NULL, NULL, 'oleg37802@gmail.com', '06ff25b163ab11495a9e1a4761a26b9f', 'Williampaw', '', NULL, NULL, '146.120.176.116', '2018-05-10 15:16:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1227, NULL, NULL, 'abhijitumazumderadvocate@gmail.com', '', 'ABHIJIT MAZUMDER', '', NULL, NULL, '103.215.54.21', '2018-05-11 08:37:58', '', '115817012858264224715', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1228, NULL, NULL, 'jamesthanickan@gmail.com', '', 'James Thanickan', '', NULL, NULL, '182.76.92.102', '2018-05-11 16:12:06', 'facebook', '10204742983732395', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1229, NULL, NULL, 'michaelcaw@mail.ru', 'fe46dcc1c4e1621d979083d4ab74d9f1', 'Thomaship', '', NULL, NULL, '176.226.149.241', '2018-05-12 08:15:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1230, NULL, NULL, 'gecsjf@contmy.info', '1a43b60da64cb8a12f0c1f93f91b5498', 'Steventox', '', NULL, NULL, '37.59.44.168', '2018-05-12 09:40:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1231, NULL, NULL, 'j.ohnn191.21990.r.i.pt.e.r.s.u.n.str.ee.t10.@gmail.com', 'c386a690e69daab263e9c3b68c260ed6', 'johnhek', '', NULL, NULL, '93.188.39.163', '2018-05-14 15:36:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1232, NULL, NULL, 'advshivkumartiwari@gmail.com', '', 'Adv Tiwari', '', NULL, NULL, '42.111.18.197', '2018-05-14 20:12:42', '', '113645093728197512735', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1233, NULL, NULL, 'annaerody@outlook.com', '5f6b24906b19a887d6a819d991223195', 'AnnaCoism', '', NULL, NULL, '37.44.103.142', '2018-05-16 03:56:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1234, NULL, NULL, 'hfxq28255@mail.ru', '4ebfb9c9ad20b95af8abe44aa5fa6496', 'Cyrusmem', '', NULL, NULL, '89.110.2.41', '2018-05-18 05:24:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1235, NULL, NULL, 'GYANSHUKLALAW@HOTMAIL.COM', '3bd244e0128eac4ec36b72703e09ceeb', 'GYAN PRAKASH SHUKLA', '', NULL, NULL, '47.247.140.217', '2018-05-18 20:30:10', 'web', '', 1331526655771, NULL, NULL, '2023-06-02 13:37:31', 0),
(1236, NULL, NULL, 'shuklalawadv@gmail.com', '834e9b6d255c8dce9e50a34b60206d14', 'Gyan Shukla', '', NULL, NULL, '47.247.102.138', '2018-05-18 23:20:27', '', '105784668737224085749', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1237, NULL, NULL, 'rr@roy121.com', 'fafa9cdc48b20f6c0c48265776b227be', 'Rajorshi Roy', '', NULL, NULL, '118.185.194.251', '2018-05-19 16:32:31', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1238, NULL, NULL, 'rajatdas.adv@gmail.com', 'f2a3d857f79228019e179044f1865996', 'Rajat Das', '', NULL, NULL, '45.248.57.170', '2018-05-19 21:25:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1239, NULL, NULL, 'jadejadk2318@gmail.com', '5f8be3b1806ab869ec653a164f5f8826', 'DHARMRAJSINH K JADEJA', '', NULL, NULL, '10.84.216.74', '2018-05-21 11:46:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1240, NULL, NULL, 'johnmalcolm2018@yandex.com', 'ac1cbf415dfe60477f6ff7f89ad00f05', 'HelenDug', '', NULL, NULL, '93.170.187.240', '2018-05-24 02:20:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1241, NULL, NULL, 'rich9brens@gmail.com', '07fe0a6645c936b9b0388362ac4ff121', 'celeweems', '', NULL, NULL, '37.139.52.43', '2018-05-26 02:50:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1242, NULL, NULL, 'devendrasingh8210@gmail.com', '', 'Devendra Singh', '', NULL, NULL, '103.97.211.223', '2018-05-28 00:41:31', '', '109178594330973306861', 51481659340654, NULL, NULL, '2023-06-02 13:37:31', 0),
(1243, NULL, NULL, 'nika#genniick[ufgytixupukojowy,2,5]@outlook.com', '05cd91a1e402657432d36a4717b25508', 'Nikaelisp', '', NULL, NULL, '178.122.73.144', '2018-05-28 05:01:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1244, NULL, NULL, 'Nskprabhakar@irda.gov.in', '6c7e120df929c77ba790d2a76878e388', 'I.lakshmi', '', NULL, NULL, '106.77.188.185', '2018-05-28 20:41:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1245, NULL, NULL, 'miha.no.sov2018@gmail.com', 'bc5557ed826d535b5a3685580ff9ece4', 'AntonioEloto', '', NULL, NULL, '178.159.37.61', '2018-05-31 06:17:47', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1246, NULL, NULL, 'gennadiyxoko@yandex.com', 'bdde068bc13828f5bb3a6372f8d7499a', 'Keithves', '', NULL, NULL, '95.47.244.22', '2018-06-01 11:47:16', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1247, NULL, NULL, 'gerasimovarema@outlook.com', 'dfee251b675d5b959c1c18bf212e79c7', 'Exceradreanyreency', '', NULL, NULL, '192.169.140.100', '2018-06-03 05:29:40', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1248, NULL, NULL, 'maisnam@rediffmail.com', 'c529fe1cf903627658e30d300c7a3dee', 'Maisnam Loyalakpa M.', '', NULL, NULL, '157.40.203.202', '2018-06-03 08:23:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1249, NULL, NULL, 'rajvalechha@gmail.com', '9eb2801e374d2e5c383631e78bb5f289', 'RAJA G. VALECHA', '', NULL, NULL, '123.252.173.162', '2018-06-06 12:29:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1250, NULL, NULL, 'richa.batheja31@gmail.com', '', 'Richa Batheja', '', NULL, NULL, '157.34.61.61', '2018-06-06 14:31:37', 'facebook', '823873804489008', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1251, NULL, NULL, 'accounts@integritylawoffices.com', 'dc0f12fd68e6395b150ed854dcd793d4', 'Nidhi Mathur', '', NULL, NULL, '182.64.7.69', '2018-06-06 17:30:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1252, NULL, NULL, 'basurips@gmail.com', '', 'basuri ps', '', NULL, NULL, '42.107.203.42', '2018-06-07 13:39:05', '', '112359774965526270054', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1253, NULL, NULL, 'ankitaanki0402@gmail.com', '69d23d38eea73f3778744cf2e4466afc', 'ankita agarwal', '', NULL, NULL, '112.133.246.128', '2018-06-13 17:15:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1254, NULL, NULL, 'JegihUrepich@o2.pl', '35ebde86221b4e60ea9e4ea2e645824c', 'Fourftrierie', '', NULL, NULL, '94.242.228.127', '2018-06-14 00:09:19', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1255, NULL, NULL, 'aaabhinavanand78@gmail.com', '', 'Abhinav Anand', '', NULL, NULL, '10.194.8.55', '2018-06-14 13:03:12', 'facebook', '1754757671268651', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1256, NULL, NULL, 'dikshamk86@gmail.com', '95b842318ba12a940d4a8b5a445e53cf', 'Diksha Khobragade', '', NULL, NULL, '59.95.138.15', '2018-06-14 22:28:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1257, NULL, NULL, 'arnabbanerjeelaw@gmail.com', 'bf1199546201e804f15c371eb4e215f0', 'arnab kumar banerjee', '', NULL, NULL, '223.191.52.208', '2018-06-16 11:20:18', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1258, NULL, NULL, 'chidanandaswaroop.ca@gmail.com', '', 'CHIDANADNA VG', '', NULL, NULL, '106.51.185.108', '2018-06-17 14:36:45', '', '112377370565328784308', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1259, NULL, NULL, 'dikshamk86@gmail.com', '', 'Diksha Khobragade', '', NULL, NULL, '117.232.123.74', '2018-06-17 22:26:09', '', '117600600425715710202', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1260, NULL, NULL, 'shrutiswarupa4thjan@gmail.com', '', 'shruti swarupa', '', NULL, NULL, '157.41.229.11', '2018-06-19 11:45:42', '', '101271632833936221564', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1261, NULL, NULL, 'rakeshtripathi590@gmail.com', '', 'rakesh kumar tripathi', '', NULL, NULL, '103.60.130.230', '2018-06-20 12:06:10', '', '101028317172426200129', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1262, NULL, NULL, 'jo.h.n.n.1.9.1.21.9.9.0.r.ipter.s.uns.t.r.e.e.t10.@gmail.com', 'c386a690e69daab263e9c3b68c260ed6', 'johnhek', '', NULL, NULL, '82.193.109.241', '2018-06-21 05:42:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1263, NULL, NULL, 'vangala.karna@gmail.com', '5ee15b6dfbb15a44666c84e528e020d4', 'Karna Vangala', '', NULL, NULL, '157.48.116.9', '2018-06-21 14:21:31', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1264, NULL, NULL, 'rohits27397@gmail.com', '', 'Rohit Singh', '', NULL, NULL, '27.56.247.129', '2018-06-23 12:43:58', '', '108239762826660426368', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1265, NULL, NULL, 'fed4rpetrov@yandex.com', '46b72ff000d633543c9a95c3c6500df9', 'inetryconydot', '', NULL, NULL, '178.159.37.49', '2018-06-24 01:18:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1266, NULL, NULL, 'vangala.karna@gmail.com', '', 'Karna Vangala', '', NULL, NULL, '157.48.115.196', '2018-06-24 17:32:56', '', '111379230442603339463', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1267, NULL, NULL, 'scindia_water@yahoo.co.in', 'f7bedc23f9d8f09b7ad6787f360bc995', 'Scindia M S', '', NULL, NULL, '117.209.228.86', '2018-06-27 20:37:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1268, NULL, NULL, 'yuriysavin610@mail.ru', 'f1faee2e439385c3730c2eda83fbed9f', 'loveawake.ru', '', NULL, NULL, '62.112.10.166', '2018-06-28 19:22:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1269, NULL, NULL, 'irinakotirr962@mail.ru', '23bf3891115aa98a1021a891d6ec2bb4', 'Irinalig', '', NULL, NULL, '46.28.103.55', '2018-06-29 17:17:00', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1270, NULL, NULL, 'pratip.paul@gmail.com', '6c88e536737941c3d029416084d6cadb', 'PRATIP KUMAR PAUL ', '', NULL, NULL, '47.11.190.112', '2018-07-03 13:02:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1271, NULL, NULL, 'singhhimeshwar@gmail.com', 'e51fc408a95033233fa1836cf66d2edf', 'Himeshwar Singh', '', NULL, NULL, '117.226.145.105', '2018-07-04 03:40:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1272, NULL, NULL, 'aarohilimaye@gmail.com', '', 'Aarohi Limaye', '', NULL, NULL, '117.248.244.8', '2018-07-04 12:34:22', '', '100298111438877808201', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1273, NULL, NULL, 'pranshudwivedi96@gmail.com', 'cbead46c14bd1ab860d02f1effafc1b6', 'Pranshu Dwivedi', '', NULL, NULL, '47.8.56.163', '2018-07-05 20:26:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1274, NULL, NULL, 'apra6673@gmail.com', '', 'apra roy', '', NULL, NULL, '115.111.230.134', '2018-07-06 11:55:12', '', '103138519020830798275', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1275, NULL, NULL, 'stepanova1992aleksan@list.ru', '18d37f61a08b6ae31c7ebfcbd0b67825', 'coF', '', NULL, NULL, '5.34.85.40', '2018-07-07 05:39:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1276, NULL, NULL, 'sinhasunita987@gmail.com', '', 'Harsha Srivastava', '', NULL, NULL, '157.42.54.198', '2018-07-08 20:16:26', 'facebook', '270374227063748', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1277, NULL, NULL, 'bl.oc.k.ch.a.i.n.i.co.m.ai.l@gmail.com', '06b298bb86ba3af13de28183cb3fecdc', 'slignanvall', '', NULL, NULL, '178.137.84.82', '2018-07-08 22:38:10', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1278, NULL, NULL, 'layletslecheap198826111983@yandex.ru', '46cda28bad0e35de179f58274ed0ad88', 'Melvintailt', '', NULL, NULL, '178.71.215.250', '2018-07-09 02:14:12', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1279, NULL, NULL, 'Zooggivy@grek1.ru', '98c194db240ff7b45662d545fcd8bf43', 'Jameshex', '', NULL, NULL, '46.105.124.55', '2018-07-09 02:21:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1280, NULL, NULL, 'ssk44582@gmail.com', '052c71db5b5a72ef502a466c16f601cb', 'SK SAHIL', '', NULL, NULL, '223.178.129.101', '2018-07-09 13:13:48', 'web', '', 12391531123089, NULL, NULL, '2023-06-02 13:37:31', 0),
(1281, NULL, NULL, 'ivanovaj848@gmail.com', 'd57c44733e03ca40b6314a597a830e9d', 'swiss army knife', '', NULL, NULL, '93.188.34.197', '2018-07-12 22:15:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1282, NULL, NULL, 'janankoonathara@gmail.com', '389f14a389f85cc2ea9c03eee9c6b0cd', 'Janardhanan k', '', NULL, NULL, '137.97.40.207', '2018-07-13 11:38:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1283, NULL, NULL, 'greczkij.andrej@bk.ru', 'd65c7df5d0835ee2cd8d674d94e1dc55', 'AndrejMidly', '', NULL, NULL, '80.249.91.104', '2018-07-13 18:27:10', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(1284, NULL, NULL, 'ghswarupa@gmail.com', 'd31676934f28ea074f15c4113d951e01', 'SWARUPA GHOSH', '', NULL, NULL, '27.131.212.253', '2018-07-14 22:29:12', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1285, NULL, NULL, 'gunasekaran.m.n@gmail.com', '50886c3106e4d4f1db90edc77007403e', 'GUNASEKARAN M N', '', NULL, NULL, '157.50.73.168', '2018-07-15 00:19:40', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1286, NULL, NULL, 'vaibhavpardeshi1985@gmail.com', '', 'Vaibhav Pardeshi', '', NULL, NULL, '157.33.206.42', '2018-07-15 00:29:25', 'facebook', '394414947716913', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1287, NULL, NULL, 'mobilshinomont@yandex.ru', 'e84c321d895d6819538b24026de87d1a', 'MShinom', '', NULL, NULL, '46.72.60.16', '2018-07-15 00:58:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1288, NULL, NULL, 'vladimirandrosiuk@meta.ua', 'e85da4c3cabc08984451f805ad42b964', 'AillieZew', '', NULL, NULL, '101.96.11.58', '2018-07-15 11:37:03', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1289, NULL, NULL, 'j.o.hn.n.1.912.1990.r.ip.ter.s.unst.r.e.e.t10.@gmail.com', 'c386a690e69daab263e9c3b68c260ed6', 'johnhek', '', NULL, NULL, '37.229.205.136', '2018-07-16 01:07:35', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1290, NULL, NULL, 'ideco.anna8@mail.ru', '3f060918bf63b2001b9aef4589d11e6c', 'drocherMok', '', NULL, NULL, '178.206.91.243', '2018-07-16 10:49:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1291, NULL, NULL, 'olya.czaj@bk.ru', '066826d0f8eacc19bc7937ef76012dea', 'OlgaArind', '', NULL, NULL, '178.122.65.29', '2018-07-17 17:37:57', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1292, NULL, NULL, 'vint567987398@gmail.com', '273094945947900493b19598c4eb0429', 'Youngtaurb', '', NULL, NULL, '37.45.117.213', '2018-07-18 16:55:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1293, NULL, NULL, 'marina_bondar968@mail.ru', 'd65c7df5d0835ee2cd8d674d94e1dc55', 'marinaMidly', '', NULL, NULL, '46.28.102.230', '2018-07-19 21:34:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1294, NULL, NULL, 'malinaa635@gmail.com', 'b83b5a545eb3973dd9c7345ebc5ba046', 'Malinalaf', '', NULL, NULL, '46.161.15.54', '2018-07-19 23:58:22', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1295, NULL, NULL, 'fabinho.silva.zidane@gmail.com', '11f13774652ae30f6ca31c3e0576572d', 'Jamesjek', '', NULL, NULL, '220.246.181.93', '2018-07-20 07:24:15', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1296, NULL, NULL, 'printay276.tan2o@gmail.com', '0af33b0e8ebb72d1fca63a188c2d4199', 'Thomasbed', '', NULL, NULL, '87.247.60.84', '2018-07-21 14:54:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1297, NULL, NULL, 'narconetua@bibletalks.com.ua', '505723b05c2e7f3141ba3f80e1725066', 'EvGeniTNe85', '', NULL, NULL, '188.163.19.42', '2018-07-22 00:26:01', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1298, NULL, NULL, 'sheilamaximovna@yandex.com', '84b46943099291bdc2100148156bceb2', 'ShaylaWepsy', '', NULL, NULL, '93.170.187.182', '2018-07-22 22:19:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1299, NULL, NULL, 'contactmayur01@gmail.com', '', 'mayur ghosh', '', NULL, NULL, '106.203.141.237', '2018-07-23 12:05:16', '', '101680439744254892230', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1300, NULL, NULL, 'muttanthoti@gmail.com', 'db1890990bf3dd1e4e5442fd7e2e303f', 'Santhosh Abraham', '', NULL, NULL, '103.94.138.237', '2018-07-23 23:05:21', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1301, NULL, NULL, 'test@gmail.com', '55c7c44d6060e9f44ef21035c8466ec1', 'test', '', NULL, NULL, '182.75.124.214', '2018-07-24 13:03:08', 'web', '', 76551597752076, NULL, NULL, '2023-06-02 13:37:31', 0),
(1302, NULL, NULL, 'priyagpb@gmail.com', '', 'priyadarshini S K', '', NULL, NULL, '117.239.236.164', '2018-07-24 15:48:18', '', '115439575379562063417', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1303, NULL, NULL, 'test123@gmail.com', '47ec2dd791e31e2ef2076caf64ed9b3d', 'test123', '', NULL, NULL, '182.75.124.214', '2018-07-24 17:35:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1304, NULL, NULL, 'sumandas10101986@gmail.com', '', 'Suman Das', '', NULL, NULL, '182.75.124.214', '2018-07-24 17:51:43', 'facebook', '2733888826835774', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1305, NULL, NULL, 'roald.rahul@gmail.com', '', 'Rahul Kumar', '', NULL, NULL, '103.75.160.210', '2018-07-24 19:28:14', '', '114608630439335506562', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1306, NULL, NULL, 'jasbirece007@gmail.com', '96f341d3c0b2270700f0c0cc47eb6bfb', 'Jasbir Singh', '', NULL, NULL, '115.96.158.76', '2018-07-24 23:50:13', 'web', '', 43171532456492, NULL, NULL, '2023-06-02 13:37:31', 0),
(1307, NULL, NULL, 'jasbirece007@gmail.com', '', 'Jasbir Singh', '', NULL, NULL, '115.96.158.76', '2018-07-25 00:07:11', '', '115975563660896581153', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1308, NULL, NULL, 'support@lnsel.net', 'fcea920f7412b5da7be0cf42b8c93759', 'Test123', '', NULL, NULL, '182.75.124.214', '2018-07-25 10:58:50', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1309, NULL, NULL, 'zhannaujbtbel@bk.ru', 'e3311c00393081aa536009b7ac33a5ac', 'Sonjacax', '', NULL, NULL, '188.64.170.222', '2018-07-25 22:52:40', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1310, NULL, NULL, 'marydmccombs@3xhds.com', '2fe5f0d9cd5ba76785bae662bc46d8d6', 'RobertEluby', '', NULL, NULL, '62.210.250.189', '2018-07-28 18:09:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1311, NULL, NULL, 'bit.c.oi.n785.4.ar.t.@gmail.com', '0b5ea418a690a17d404a5570f2d92c93', 'ValeraSEn', '', NULL, NULL, '54.37.253.204', '2018-07-30 11:48:46', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1312, NULL, NULL, 'vrs0510@rediffmail.com', 'fec1e7eea64b334ffbf57305a395f571', 'Varun Sampat', '', NULL, NULL, '106.209.183.30', '2018-07-31 12:27:13', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1313, NULL, NULL, 'elh.cal@gmail.com', '', 'Eastern Law House Pvt. Ltd.', '', NULL, NULL, '122.163.121.87', '2018-07-31 14:23:47', '', '113950946973481838119', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1314, NULL, NULL, 'raajashravan@gmail.com', 'ea6b16e54a44e3512c9d065285992475', 'V Shravan Kumar', '', NULL, NULL, '117.199.254.67', '2018-07-31 20:54:10', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1315, NULL, NULL, 'samimakbr@gmail.com', '', 'Samim Akhtar Barbhuiya', '', NULL, NULL, '1.187.223.126', '2018-07-31 21:58:14', '', '117626485501162746197', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1316, NULL, NULL, 'support@lnsel.net', 'e10adc3949ba59abbe56e057f20f883e', 'Support Lnsel', '', NULL, NULL, '182.75.124.214', '2018-08-01 11:53:48', '', '100686357264964688628', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1317, NULL, NULL, 'anindita.manna92@gmail.com', '', 'Anindita Manna', '', NULL, NULL, '182.75.124.214', '2018-08-01 14:59:48', 'facebook', '1061441537339681', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1318, NULL, NULL, 'silviakat@docx-expert.online', '6456f23376840a8110abf66fdab394aa', 'Silviatit', '', NULL, NULL, '31.184.238.23', '2018-08-01 19:19:23', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1319, NULL, NULL, 'myates2@hotmail.com\r\n', '984b90939a738d63adb8489c559532e9', 'Monnitcam', '', NULL, NULL, '95.27.129.137', '2018-08-02 07:47:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1320, NULL, NULL, 'projects@lnsel.net', 'e11170b8cbd2d74102651cb967fa28e5', 'test24', '', NULL, NULL, '182.75.124.214', '2018-08-02 10:58:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1321, NULL, NULL, 'test@gmail.com', '', 'Suman Das', '', NULL, NULL, '182.75.124.214', '2018-08-09 12:22:16', 'facebook', '2733888826835774', 76551597752076, NULL, NULL, '2023-06-02 13:37:31', 0),
(1322, NULL, NULL, 'sumandas.lnsel@gmail.com', '', 'Suman Das', '', NULL, NULL, '182.75.124.214', '2018-08-09 12:19:37', 'facebook', '2733888826835774', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1323, NULL, NULL, 'support@lnsel.net', 'e10adc3949ba59abbe56e057f20f883e', 'Anindita Manna', '', NULL, NULL, '182.75.124.214', '2018-08-03 11:13:41', 'facebook', '1061441537339681', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1324, NULL, NULL, 'sergpuka@meta.ua', '3cbd3354910284f0202048d2bf6c5195', 'JeffreyDum', '', NULL, NULL, '104.131.214.218', '2018-08-03 16:30:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1325, NULL, NULL, 'juhipathak09@gmail.com', '', 'Juhi P. Pathak', '', NULL, NULL, '223.179.153.30', '2018-08-04 15:04:01', 'facebook', '2211922505501906', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1326, NULL, NULL, 'petroffarsenniy@yandex.ru', '62801a4c6da93db5574e19fdb29ac4b8', 'arseniypetrov', '', NULL, NULL, '145.255.21.220', '2018-08-04 16:17:28', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1327, NULL, NULL, 'sabirali833@gmail.com', '', 'Sabir Ali', '', NULL, NULL, '42.110.144.215', '2018-08-04 20:08:40', 'facebook', '1078286075652558', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1328, NULL, NULL, 'ivasa@ukr.net', '2b60800a8756edbbf5b2375fecd28151', 'MichaelDit', '', NULL, NULL, '185.19.176.237', '2018-08-05 04:01:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1329, NULL, NULL, 'rahmataligarh@gmail.com', '', 'Rahmatullah Mohammad', '', NULL, NULL, '139.167.235.160', '2018-08-05 11:35:00', '', '106575702850715208182', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1330, NULL, NULL, 'srinivasarao.kudaka@gmail.com', '', 'srinivasa rao kudaka', '', NULL, NULL, '123.201.171.60', '2018-08-05 21:04:39', '', '101071270368062698464', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1331, NULL, NULL, 'dianarizkov.a@gmail.com', '96ffa65d88b15dab74a82f57aca01458', 'ArtemyJep', '', NULL, NULL, '82.202.167.202', '2018-08-06 10:46:23', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1332, NULL, NULL, 'akshaynegi.legal@gmail.com', '', 'akshay negi', '', NULL, NULL, '202.173.127.182', '2018-08-06 19:46:55', '', '111989898952608824607', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1333, NULL, NULL, 'byne@fiaoamzuenzmy.co.pl', '5159e49e5c562b2d472bd5df04e77622', 'WarrenRoupt', '', NULL, NULL, '31.11.139.205', '2018-08-06 20:03:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1334, NULL, NULL, 'j.oh.n.n1.9.12.1.9.90r.ip.t.e.r.sun.s.tr.e.et.10@gmail.com', 'c386a690e69daab263e9c3b68c260ed6', 'johnhek', '', NULL, NULL, '37.115.153.54', '2018-08-07 09:11:11', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1335, NULL, NULL, 'kirti.berwal@gmail.com', '73dbfde1c9e48c2e3ade0842d295f1e4', 'Kirti Berwal', '', NULL, NULL, '103.113.99.8', '2018-08-07 16:23:32', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1336, NULL, NULL, 'dsf@gmail.com', '', 'Suman Das', '', NULL, NULL, '182.75.124.214', '2018-08-09 12:25:15', 'facebook', '2733888826835774', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1337, NULL, NULL, 'sfglsgshgh@gmail.com', '', 'Suman Das', '', NULL, NULL, '182.75.124.214', '2018-08-09 12:26:16', 'facebook', '2733888826835774', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1338, NULL, NULL, 'dsdsdssd@fdfdfdfd', '', 'Suman Das', '', NULL, NULL, '182.75.124.214', '2018-08-09 12:27:50', 'facebook', '2733888826835774', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1339, NULL, NULL, 'sumandas.lnsel@gmail.com', '', 'Suman das', '', NULL, NULL, '182.75.124.214', '2018-08-09 12:28:58', '', '103229555328618059329', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1340, NULL, NULL, 'sadsa@gamil.com', '', 'Suman Das', '', NULL, NULL, '182.75.124.214', '2018-08-09 12:53:34', 'facebook', '2733888826835774', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1341, NULL, NULL, 'fdffdfdfd@gmail.com', '', 'Harry Johnson', '', NULL, NULL, '182.75.124.214', '2018-08-09 12:58:28', 'facebook', '865445623645582', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1342, NULL, NULL, 'dfaffafdfsfdsffsfsdfdsfsd@sdfgsfg.com', '', 'Suman Das', '', NULL, NULL, '182.75.124.214', '2018-08-09 13:00:38', 'facebook', '2733888826835774', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1343, NULL, NULL, 'testyyy@gmail.com', 'bbb8aae57c104cda40c93843ad5e6db8', 'test', '', NULL, NULL, '182.75.124.214', '2018-08-09 15:52:24', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1344, NULL, NULL, 'mkarjunraghavan@gmail.com', 'f22173332bbe6a51b7ac0b89a1bb0d5b', 'Arjun Raghavan', '', NULL, NULL, '122.164.100.78', '2018-08-09 17:50:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1345, NULL, NULL, 'c.o.i.n.b.i.t.c.oi.net.h.e.r.eu.m.b.it@gmail.com', 'f2cb6adca9eac6e5558b0a1e0f185045', 'Jurtupwrorb', '', NULL, NULL, '178.137.162.75', '2018-08-09 19:14:44', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1346, NULL, NULL, 'lisawy04@gmail.com', '33a872b8946c6cdc1715181f384d4885', 'Coca Porn', '', NULL, NULL, '93.188.34.197', '2018-08-10 08:53:34', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1347, NULL, NULL, 'tajnesubhash@gmail.com', '688429ccf613a9ae4ed538baaa8ef96d', 'Subhash Tajne', '', NULL, NULL, '106.220.78.127', '2018-08-10 09:37:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1348, NULL, NULL, 'tajnesubhash@gmail.com', '', 'Subhash Tajne', '', NULL, NULL, '106.220.78.127', '2018-08-10 09:48:50', 'facebook', '1767793503335802', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1349, NULL, NULL, 'ammyrch@gmail.com', '893222cc56982ba46cccdb1152fdc721', 'Ð»Ð°Ð·ÐµÑ€Ð½Ð°Ñ ÑÐ¿Ð¸Ð»ÑÑ†Ð¸Ñ', '', NULL, NULL, '93.188.34.197', '2018-08-10 13:59:21', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1350, NULL, NULL, 'kapa.x.x.x.2.014@gmail.com', 'c8eb773a19347421a7ad3b0eec3ca474', 'APharmaaaaNegE', '', NULL, NULL, '176.33.255.105', '2018-08-11 15:59:47', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1351, NULL, NULL, 'dharmanianup@gmail.com', 'f368f8b947948ff17e595f66f93752d2', 'Bharat Bhushan', '', NULL, NULL, '60.254.100.225', '2018-08-12 11:17:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1352, NULL, NULL, 'rao.rashmi02@gmail.com', '', 'rashmi rao', '', NULL, NULL, '112.196.175.1', '2018-08-12 19:30:12', '', '116313337553988598706', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1353, NULL, NULL, 'aishwaryagd29@gmail.com', '6fe86725b9c1c27143ce87827f9791ae', 'Aishwarya Deshmukh', '', NULL, NULL, '49.35.103.47', '2018-08-13 10:05:53', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1354, NULL, NULL, 'shivennegi@gmail.com', '7af4896825dfc7e94f8a1d6846a5a2d4', 'Shivendra Singh', '', NULL, NULL, '139.167.61.85', '2018-08-14 01:02:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1355, NULL, NULL, 'smirnova91@econika-tehno.ru', '6cd154460e37873210ab4f244035ef5e', 'MarthaCramb', '', NULL, NULL, '185.204.2.45', '2018-08-14 04:27:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1356, NULL, NULL, 'bolgfccc@mail.ru', 'ba65bcd5dadb749e6bdfb02d4cb38705', 'TracyDeK', '', NULL, NULL, '188.243.203.107', '2018-08-16 07:08:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1357, NULL, NULL, 'nikhilmukherjee113@gmail.com', '', 'Asim Mukherjee', '', NULL, NULL, '103.102.122.8', '2018-08-17 01:36:58', '', '108178842761305178359', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1358, NULL, NULL, 'santa@lnsel.net', 'c898c35c8ab346adbfd673a721ab68c9', 'Santa Paul', '', NULL, NULL, '182.75.124.214', '2018-08-17 15:17:18', 'facebook', '2089701401348348', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1359, NULL, NULL, '', '', 'Santa Paul', '', NULL, NULL, '182.75.124.214', '2018-08-17 15:18:14', 'facebook', '2089701401348348', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1360, NULL, NULL, 'santa@lnsel.net', 'c898c35c8ab346adbfd673a721ab68c9', 'Santa Lnsel', '', NULL, NULL, '182.75.124.214', '2018-08-17 17:17:41', '', '118145681579328791814', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1361, NULL, NULL, 'subhendu.lnsel@gmail.com', '20c55495b588017b35934cf1ca8198e9', 'Subhendu', '', NULL, NULL, '182.75.124.214', '2018-08-17 18:12:32', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1362, NULL, NULL, 'sumandas.lnsel1@gmail.com', '03728ef66b7e5273685ead8a3539a15c', 'Subhendu', '', NULL, NULL, '182.75.124.214', '2018-08-20 11:02:37', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1363, NULL, NULL, 'sumandas.lnsel2@gmail.com', '03728ef66b7e5273685ead8a3539a15c', 'Subhendu', '', NULL, NULL, '182.75.124.214', '2018-08-20 11:22:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1364, NULL, NULL, 'ppsurvebooksonline@gmail.com', '565030361308394ebe57141d47c9e9bd', 'Pravin Prakash Surve', '', NULL, NULL, '1.187.6.230', '2018-08-21 20:34:02', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1365, NULL, NULL, 'shreyash.sharma09@gmail.com', '2dfcc7b4e4f41365655956ea343a024f', 'SHREYASH SHARMA', '', NULL, NULL, '203.110.242.24', '2018-08-21 21:30:36', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1366, NULL, NULL, 'kareenaconway@gmail.com', '9f9be64ceea61ae63977a03c89e0fb79', 'kareenac', '', NULL, NULL, '162.223.88.235', '2018-08-23 13:00:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1367, NULL, NULL, 'kazantsev.riolux@gmail.com', '765fc0bb137e90b7a52ffdcba4b50709', 'GeorgeWrins', '', NULL, NULL, '212.21.29.127', '2018-08-24 20:05:17', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1368, NULL, NULL, 'bobbycoxtown@gmail.com', '', 'Bobby NV', '', NULL, NULL, '183.82.17.225', '2018-08-25 14:42:53', 'facebook', '1762274507218352', 81481597391529, NULL, NULL, '2023-06-02 13:37:31', 0),
(1369, NULL, NULL, 'modelsalnikowa@yandex.ru', '133d615c39a8377fa4b5d5299b4185df', 'NahouseEvind', '', NULL, NULL, '37.98.176.192', '2018-08-25 14:57:23', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1370, NULL, NULL, 'shivsinghal53@gmail.com', '', 'Shiv Singhal', '', NULL, NULL, '45.127.232.167', '2018-08-25 16:55:08', '', '109242269970660325194', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1371, NULL, NULL, 'rblg69@rediffmail.com', '72db92e62cb2370d9ee91ce970d3f972', 'PROF R B L Garg', '', NULL, NULL, '157.37.190.200', '2018-08-25 20:24:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1372, NULL, NULL, 'xlypphf3@mail.ru', '3f9d8ae08d0856550c35e4dd49423338', 'TerrellTut', '', NULL, NULL, '94.242.54.203', '2018-08-25 22:43:18', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1373, NULL, NULL, 'lenl14@mail.ru', '7a96751de6babe31488b2cb8a1c31c93', 'coome', '', NULL, NULL, '178.204.19.228', '2018-08-26 09:54:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1374, NULL, NULL, 'chinmayallm@gmail.com', '451e2f5712bf3af7d91c45975e44e556', 'CHINMAYA KUMAR MOHAPATRA', '', NULL, NULL, '117.245.139.227', '2018-08-27 17:29:25', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1375, NULL, NULL, 'jo.hnn.1.9.12.1.990.ri.pter.su.n.st.ree.t1.0@gmail.com', 'c386a690e69daab263e9c3b68c260ed6', 'johnhek', '', NULL, NULL, '37.115.220.9', '2018-08-28 17:30:45', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1376, NULL, NULL, 'ali@forexwin.de', '7e09a86e131d1cda0718fefdc9bd28ec', 'PhilipZer', '', NULL, NULL, '104.244.75.218', '2018-08-28 22:57:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1377, NULL, NULL, 'yourmail@gmail.com', 'f087cda79c62b7b7962700c3b73f5954', 'gennick[HenygizcjocvylYJ,2,5]', '', NULL, NULL, '94.245.130.218', '2018-08-29 07:24:40', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1378, NULL, NULL, 'privij_69@yahoo.com', '91abe8d319b897b1974e434bc7738964', 'Priyesh Vijayakar', '', NULL, NULL, '182.56.115.85', '2018-08-29 11:37:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1379, NULL, NULL, 'al896490542000@gmail.com', 'bd846403055ba25d2abff4da9be4863d', 'KennethAmext', '', NULL, NULL, '185.231.153.168', '2018-08-30 01:36:31', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1380, NULL, NULL, 'sujeetsingh201990@yahoo.com', 'e3c423554c6f45c304b87d59b43406dd', 'Sujeet Singh', '', NULL, NULL, '111.93.6.130', '2018-08-30 15:36:53', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1381, NULL, NULL, 'tusso@vhidnidveri.tk', 'd1ca6e3b47cf6478aa74f9777e19a19b', 'AbanaWaw', '', NULL, NULL, 'unknown', '2018-08-31 00:05:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1382, NULL, NULL, 'grejalina27@gmail.com', '8eac1f4923a8356a7612583e4af3ce11', 'alinagreiprunc', '', NULL, NULL, '178.122.199.136', '2018-08-31 01:55:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1383, NULL, NULL, 'asya.skoblina.80@mail.ru', '8fd3e5ffd22d6e372e700c6300316bce', 'asyaSlene', '', NULL, NULL, '188.191.237.131', '2018-09-01 17:44:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1384, NULL, NULL, 'naviniway86@gmail.com', '8ddcff3a80f4189ca1c9d4d902c3c909', 'I.NAVEEN', '', NULL, NULL, '183.83.97.42', '2018-09-01 22:19:18', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1385, NULL, NULL, 'sudiptoinisolation@gmail.com', '129eee5780a290315f424685f3c9fa84', 'SUDIPTA SANKAR MAITI', '', NULL, NULL, '42.110.150.59', '2018-09-01 22:28:55', '', '112588411085390466704', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1386, NULL, NULL, 'wasiqur.apon@gmail.com', '', 'Wasiqur Rahaman', '', NULL, NULL, '47.11.145.216', '2018-09-02 09:53:02', '', '106177566586709421786', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1387, NULL, NULL, 'binblog.com@betiforex.com', '3612e7f8f3fb327d0f856370ac27fb1c', 'ThomasFrime', '', NULL, NULL, '51.15.147.94', '2018-09-02 16:03:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1388, NULL, NULL, 'nyura.grej@mail.ru', '44756c508b1eb3f8bfe5299b7e8a5e34', 'StephenUnoge', '', NULL, NULL, '178.124.223.35', '2018-09-03 18:50:52', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1389, NULL, NULL, 'narayantiwari0610@gmail.com', '', 'Narayan Tiwari', '', NULL, NULL, '47.247.174.222', '2018-09-03 23:18:25', '', '105189625105752271341', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1390, NULL, NULL, 'myronov1987@gmail.com', 'f1fb7c6988cd7d9ce9874a9c8ffa3a86', 'ptene4', '', NULL, NULL, '176.36.21.189', '2018-09-05 03:47:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1391, NULL, NULL, 'mila.somova8888@gmail.com', '893222cc56982ba46cccdb1152fdc721', 'Ð»Ð°Ð·ÐµÑ€Ð½Ð°Ñ ÑÐ¿Ð¸Ð»ÑÑ†Ð¸Ñ', '', NULL, NULL, '93.188.34.197', '2018-09-06 12:39:55', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1392, NULL, NULL, 'antonetta@buygsalist.com', '4ddab4d7026ed314065747ad7979b44a', 'WilliamDiolo', '', NULL, NULL, '62.210.250.189', '2018-09-06 17:01:20', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1393, NULL, NULL, 'dawhdrj53@fiaoamzuenzmy.co.pl', '5fbfea3d727016f33f7b0c6106886647', 'ClintonKib', '', NULL, NULL, '178.235.13.154', '2018-09-07 17:41:29', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1394, NULL, NULL, 'advocatepatanjali@gmail.com', 'd2f4c6b9a2a57586cfe886cb2e6d1cb0', 'PATANJALI RISHI', '', NULL, NULL, '157.35.249.52', '2018-09-07 20:44:38', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1395, NULL, NULL, 'mests74@mail.ru', 'c52908466b800af22399759e62024f5d', 'jonry', '', NULL, NULL, '178.204.226.149', '2018-09-08 21:00:59', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1396, NULL, NULL, 'neeschey@gmail.com', 'cbca8ba5856d1ed61235cf5c6b725b57', 'ESTDEV DIXIT', '', NULL, NULL, '182.56.134.168', '2018-09-09 15:52:51', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1397, NULL, NULL, 'reginahogann@gmail.com', '9f9be64ceea61ae63977a03c89e0fb79', 'reginahog', '', NULL, NULL, '103.16.71.11', '2018-09-12 05:10:19', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1398, NULL, NULL, 'lorettaalina@docx-expert.online', '29a92577f17d3232b124e150a18d06d5', 'Lorettaven', '', NULL, NULL, '31.184.238.23', '2018-09-12 12:28:18', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1399, NULL, NULL, 'bclgroup@imrix.com', 'eba77159086fefd997d2ada131c0fa5d', 'AaronKab', '', NULL, NULL, '170.0.126.230', '2018-09-13 11:58:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1400, NULL, NULL, 'djpahilwan@gmail.com', '', 'Deepak Pahilwan', '', NULL, NULL, '157.33.195.77', '2018-09-13 17:57:29', '', '112647255854556714197', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1401, NULL, NULL, 'xrmy001@lvebuy.com', '50fc559d36aceae99ebddc2b7742dfd4', 'Anthonyarime', '', NULL, NULL, 'unknown', '2018-09-14 13:36:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1402, NULL, NULL, 'rajeshmeghani2011@gmail.com', '', 'Rajesh Meghani', '', NULL, NULL, '27.106.24.213', '2018-09-14 21:14:26', '', '101633866076260247743', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1403, NULL, NULL, 'RozaKeznecova74@mail.ru', '5ffe44e90ab1873fd23f2ef50cee3f12', 'Fasimlaph', '', NULL, NULL, '31.184.238.27', '2018-09-15 01:52:33', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1404, NULL, NULL, 'kazarickiiroman1991@mail.ru', '2a381960f0f76d4d722b02b26236dc85', 'Karryptokelf', '', NULL, NULL, '31.184.238.13', '2018-09-16 06:52:14', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1405, NULL, NULL, 'j.ohnn1.9.12199.0.ri.p.te.rs.u.ns.tr.e.e.t.10.@gmail.com', 'c386a690e69daab263e9c3b68c260ed6', 'johnhek', '', NULL, NULL, '37.115.198.176', '2018-09-16 14:51:55', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1406, NULL, NULL, 'afdima8.7@gmail.com', 'fdb1ad867c63cdd237151ee4a0e66975', 'HildaBub', '', NULL, NULL, '178.159.37.61', '2018-09-17 07:47:05', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1407, NULL, NULL, 'galili64@bk.ru', '525446bc610ef275e2d4c17593f713a1', 'ionib', '', NULL, NULL, '178.204.223.159', '2018-09-17 16:45:09', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1408, NULL, NULL, 'subham@gmail.com', '25d55ad283aa400af464c76d713c07ad', 'Subham De', NULL, NULL, NULL, '110.225.25.187', '2020-02-28 18:15:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1409, NULL, NULL, 'bonusesc@gmail.com', '2b086066d305c3e4dc0fe8a38d9190d3', 'Georgemor', NULL, NULL, NULL, '188.243.178.215', '2020-03-01 01:06:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1410, NULL, NULL, 'aminur2k@yahoo.co.in', 'd2ba94fd691187583eca3b6cdfa187c9', 'Aminur Rahaman', NULL, NULL, NULL, '47.11.45.186', '2020-03-01 09:50:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1411, NULL, NULL, 'surya.skb@gmail.com', '16c30d6fabe34600e589c92f41a1e55f', 'Surya Kanta Biswas', NULL, NULL, NULL, '47.11.105.120', '2020-03-01 21:32:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1412, NULL, NULL, 'luxuryluckyme1213@mail.ru', 'fb2797be28b16357d9eaf357a4230634', 'LuxuryBetAdurb', NULL, NULL, NULL, '5.228.57.189', '2020-03-02 00:14:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1413, NULL, NULL, 'andrejkrupnickij777@gmail.com', 'fae20d31b54c58f467093180d965cd57', 'PinUp', NULL, NULL, NULL, '79.142.197.239', '2020-03-02 06:35:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1414, NULL, NULL, 'deannakrug@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'deannakrug', NULL, NULL, NULL, '88.147.174.116', '2020-03-02 09:20:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1415, NULL, NULL, 'rahulamicus@gmail.com', '25d55ad283aa400af464c76d713c07ad', 'Rahul ranjan', NULL, NULL, NULL, '27.61.88.89', '2020-03-02 20:08:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1416, NULL, NULL, 'ken.creedmoor.2020@gmail.com', '1948e13706b78b81574146aa2d632fb5', 'KenCreedmoorPrept', NULL, NULL, NULL, '174.70.241.7', '2020-03-03 16:13:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1417, NULL, NULL, 'd.a.v.iddu.k.e.l.l.cp@gmail.com', 'b2966329421417f80304acf31964aa44', 'Jeannieblowl', NULL, NULL, NULL, '64.20.60.60', '2020-03-03 18:39:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1418, NULL, NULL, 'spider13notes3@gmail.com', '9421bcfb2ae3629469147d7a3d62f259', 'RickyBer', NULL, NULL, NULL, '79.110.130.202', '2020-03-03 18:42:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1419, NULL, NULL, 'sytnikpashkamn@gmail.com', '38d2d386a265e6da8582d520d34755ad', 'mayunyaWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-03-04 04:47:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1420, NULL, NULL, 'kurtkikostyumyprg@gmail.com', '139bdefd69b75ec7323ef6ad4a16a26c', 'Hog', NULL, NULL, NULL, '77.243.11.58', '2020-03-04 18:03:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1421, NULL, NULL, 'gmaroshkina@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'prosha', NULL, NULL, NULL, '80.95.45.238', '2020-03-05 06:00:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1422, NULL, NULL, 'lebedev38014@gmail.com', 'fc0b30a70b0f55a7d6800655d1b0cf22', 'Alfredokat', NULL, NULL, NULL, '79.98.51.111', '2020-03-05 21:58:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1423, NULL, NULL, 'oeretikova@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'oeretikova', NULL, NULL, NULL, '78.29.88.207', '2020-03-06 05:17:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1424, NULL, NULL, 'tcolejgi@lolivisevo.online', '77de595bd262f946f4a299ddc87f804e', 'Arthurabnon', NULL, NULL, NULL, '196.240.57.85', '2020-03-06 11:28:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1425, NULL, NULL, 'mario@cuomo.usemail.pro', '2ae3b38389263c798f09945daf90ce27', 'Mariozeks', NULL, NULL, NULL, '199.116.115.143', '2020-03-06 18:55:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1426, NULL, NULL, 'mihailo.mining@bk.ru', 'a52a6a99c716a1bd2bd49a72526aee4c', 'Stevenmab', NULL, NULL, NULL, '89.28.2.193', '2020-03-06 21:15:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1427, NULL, NULL, 'jackp.o.w.e.rmi.c.h.er.s.p.o.ol.sviewc.o.o.l.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-03-08 04:36:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1428, NULL, NULL, 'winneroriginal5@gmail.com', 'b81354061614851b6ff53cfeadf58d8e', 'DavidTug', NULL, NULL, NULL, '151.62.211.216', '2020-03-08 07:30:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1429, NULL, NULL, 'so.p.hi.esmit.h.se.v.en@gmail.com', '9b9700e9df9f0706f4538b0649d66b83', 'BobbyGoW', NULL, NULL, NULL, '193.56.117.14', '2020-03-08 08:48:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1430, NULL, NULL, 'ivanov28@thefmail.com', 'c8ffe6f9745cfd24f68be6a3a6199215', 'Webnev220', NULL, NULL, NULL, '85.209.90.82', '2020-03-08 11:34:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1431, NULL, NULL, 'mhakomara@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'mhakomara', NULL, NULL, NULL, '78.29.74.83', '2020-03-08 19:00:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1432, NULL, NULL, 'sduttadutta@gmail.com', '3f5b31839e33b7325c0ab3704fd41a40', 'Subhas Dutta', NULL, NULL, NULL, '117.194.215.0', '2020-03-09 20:55:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1433, NULL, NULL, 'Cksharmacourt01@gmail.com', '183fbb5ed2bb9a34cf817f92fcbdac2b', 'Chander Kant Sharma', NULL, NULL, NULL, '157.47.129.85', '2020-03-10 15:44:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1434, NULL, NULL, 'jack.p.ower.m.ich.er.sp.oo.l.svi.e.wcoo.l@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-03-12 17:46:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1435, NULL, NULL, 'leonidkiselev1995@schoolmeljo.bizml.ru', '8be8f74542bafecedd192c555ea7f5bd', 'ClintonDrupt', NULL, NULL, NULL, '176.57.69.61', '2020-03-12 22:15:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1436, NULL, NULL, 'andreikoshelev1991@subsetung.bizml.ru', '8ee4474133cb2f71017543325354ed38', 'RichardBruth', NULL, NULL, NULL, '176.57.69.61', '2020-03-12 22:15:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1437, NULL, NULL, 'akramd95@gmail.com', '8a9a4b1510e2feb9a75cde694d8a152b', 'AKRAM AHMED ', NULL, NULL, NULL, '157.40.85.81', '2020-03-12 23:42:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1438, NULL, NULL, 'kirillshashkov1989@siamame.bizml.ru', '1a1f7b498f8ae071d8b05be4779354b8', 'TimothyWic', NULL, NULL, NULL, '176.57.69.61', '2020-03-13 04:41:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1439, NULL, NULL, 'maliahrivera1983@causpamin.bizml.ru', '763a9bca6b416dd951eb7afe5ca3427e', 'RonniejoubY', NULL, NULL, NULL, '176.57.69.61', '2020-03-13 08:16:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1440, NULL, NULL, 'subbuchennai99@yahoo.in', 'aa542e1493c27878173bc8b0d45cb9dd', 'GIRIRAJ K S ', NULL, NULL, NULL, '157.51.207.104', '2020-03-13 23:00:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1441, NULL, NULL, 'gooorynia@gmail.com', '3046827bfbf1884ba5f5eee08b4fb71b', 'Williamloava', NULL, NULL, NULL, '188.243.178.215', '2020-03-14 06:10:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1442, NULL, NULL, 'slapteva2020@yandex.ru', 'eeb58144601588f18c10ccee4826264d', 'DarreCync', NULL, NULL, NULL, '178.140.227.184', '2020-03-14 13:39:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1443, NULL, NULL, 'eleomoogy@parkll.xyz', '28b5deb11b953edddd5ec865d8588d31', 'EleoWix', NULL, NULL, NULL, '5.188.84.6', '2020-03-14 18:25:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1444, NULL, NULL, 'regrestoja@gazeta.pl', '88ef98a6042e47f9a5ef009aacc00460', 'belletoopy', NULL, NULL, NULL, '128.90.150.27', '2020-03-14 19:10:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1445, NULL, NULL, 'fatma0154@yahoo.in', '3d57a454234990df5711973c377149c0', 'Fatma khan', NULL, NULL, NULL, '157.40.73.101', '2020-03-14 19:12:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1446, NULL, NULL, 'serye87@list.ru', 'da3fc90945081533e730cd0e9678d44a', 'WillieMed', NULL, NULL, NULL, '188.187.190.64', '2020-03-15 03:36:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1447, NULL, NULL, 'zovolov955@mail.ru', '8d1d506ea87ddbcafabc4a95319b9eea', 'LDdhHAmcBaw', NULL, NULL, NULL, '176.110.134.2', '2020-03-15 12:44:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1448, NULL, NULL, 'et5xyt5ryt5xy@gmail.com', 'ee8964e85dfb819a86295f3e30ff3153', 'Briancress', NULL, NULL, NULL, '178.67.160.187', '2020-03-16 05:02:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1449, NULL, NULL, 'sayana.markova.93@bk.ru', '5fa1ec8acfb7790e2c77bb3fcb15ffdb', 'KristinaNaw', NULL, NULL, NULL, '185.255.96.99', '2020-03-16 06:02:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1450, NULL, NULL, 'lianarukina@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'lianarukina', NULL, NULL, NULL, '88.147.229.202', '2020-03-16 08:05:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1451, NULL, NULL, 'vivian.zhao@mail.ru', 'b2840d1177333e3c2a21fd60331b995a', 'WarrenDog', NULL, NULL, NULL, '62.210.220.181', '2020-03-17 07:42:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1452, NULL, NULL, 'd.avidd.ukell.c.p@gmail.com', 'b2966329421417f80304acf31964aa44', 'Jeannieblowl', NULL, NULL, NULL, '45.56.142.96', '2020-03-18 15:12:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1453, NULL, NULL, 'lilyarutkina@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'lilyarutkina', NULL, NULL, NULL, '88.147.152.14', '2020-03-19 07:42:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1454, NULL, NULL, 'a.r.i.n.ae.g.or.ova.0.8.01@gmail.com', '8237f081eb9ee76d2a0b52fde7aead16', 'Barib805', NULL, NULL, NULL, '81.177.48.13', '2020-03-20 16:52:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1455, NULL, NULL, 'travnik.tatar@gmail.com', '60c2eaf663584868feefc19ee76bfda8', 'HaroldVek', NULL, NULL, NULL, '31.23.150.170', '2020-03-22 09:15:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1456, NULL, NULL, 'sfh@live.in', '4451d4d04c1f097c0a74c29b77fe839d', 'Apoorv ', NULL, NULL, NULL, '47.247.208.185', '2020-03-22 11:32:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1457, NULL, NULL, 's.op.h.ie.s.m.i.t.h.s.ev.en@gmail.com', '9b9700e9df9f0706f4538b0649d66b83', 'BobbyGoW', NULL, NULL, NULL, '45.56.142.77', '2020-03-22 13:33:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1458, NULL, NULL, 'sop.h.ie.s.m.ith.sev.e.n@gmail.com', '9b9700e9df9f0706f4538b0649d66b83', 'BobbyGoW', NULL, NULL, NULL, '104.238.59.18', '2020-03-23 02:22:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1459, NULL, NULL, 'ja.c.k.p.o.w.e.rmic.h.er.s.po.ols.view.c.o.ol.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-03-24 10:50:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1460, NULL, NULL, 's.o.p.h.ies.mi.t.hse.ve.n@gmail.com', '9b9700e9df9f0706f4538b0649d66b83', 'BobbyGoW', NULL, NULL, NULL, '45.56.151.157', '2020-03-24 13:42:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1461, NULL, NULL, 'trudefcon@yandex.ru', 'd35d4709babb3dcaff94d48c34961b81', 'Henryamaws', NULL, NULL, NULL, '95.216.32.113', '2020-03-24 22:42:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1462, NULL, NULL, 'few@wrpills.com', 'd1ea5659343d355c5ab3da9409070ee8', 'bloor', NULL, NULL, NULL, '77.123.146.24', '2020-03-25 01:03:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1463, NULL, NULL, 'a.r.in.a.ego.r.ov.a.0.80.1@gmail.com', '8237f081eb9ee76d2a0b52fde7aead16', 'Yarix279', NULL, NULL, NULL, '81.177.48.13', '2020-03-25 11:33:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1464, NULL, NULL, 'mocreedre.creed7@gmail.com', 'b9614a6ed79e81268d734ed018a8f088', 'Jasonenulp', NULL, NULL, NULL, '72.210.252.152', '2020-03-25 14:55:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1465, NULL, NULL, 'kyppriyanovyakkov@gmail.com', '38d2d386a265e6da8582d520d34755ad', 'vfrcnfWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-03-26 00:56:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1466, NULL, NULL, 'lanniewelsby@gmail.com', 'dc27f05eff1431753785a1a3209a0818', 'Micugak', NULL, NULL, NULL, '195.154.170.194', '2020-03-26 04:38:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1467, NULL, NULL, 'arina.egoro.v.a.0.8.01@gmail.com', '8237f081eb9ee76d2a0b52fde7aead16', 'Hariw744', NULL, NULL, NULL, '81.177.48.13', '2020-03-27 12:12:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1468, NULL, NULL, 'sudogo7788@ro.ru', 'd12a34116d8dc4aea92ec7e65b3a7417', 'EugenealazY', NULL, NULL, NULL, '188.163.61.95', '2020-03-27 20:49:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1469, NULL, NULL, 'jac.kpo.w.e.rm.i.che.r.sp.o.olsvie.w.c.ool@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-03-29 04:00:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1470, NULL, NULL, 'ebanquite@yahoo.com', '72fbd468e29f015860437a38e94e8b24', 'Bardanaslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-29 15:31:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1471, NULL, NULL, 'xliao@bostonk12.org', '72fbd468e29f015860437a38e94e8b24', 'mikitaslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-29 15:44:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1472, NULL, NULL, 'tsamuels@san.rr.com', '72fbd468e29f015860437a38e94e8b24', 'kbfysxslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-29 15:57:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1473, NULL, NULL, 'adri.geraldo@hotmail.com', '72fbd468e29f015860437a38e94e8b24', 'filipkaslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-29 16:10:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1474, NULL, NULL, 'ivanirtsavi@hotmail.com', '72fbd468e29f015860437a38e94e8b24', 'YasiaheBestslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-29 16:23:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1475, NULL, NULL, 'dre4576@hotmail.co.uk', '72fbd468e29f015860437a38e94e8b24', 'Ortaslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-29 16:49:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1476, NULL, NULL, 'sergejkumarkov792@gmail.com', '0297e94edb0ff190bdc16a17501d0c51', 'Gerardobilia', NULL, NULL, NULL, '5.188.84.160', '2020-03-29 18:44:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1477, NULL, NULL, 'frizgo@ono.com', '72fbd468e29f015860437a38e94e8b24', 'lfyfslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-29 19:32:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1478, NULL, NULL, 'bvanorder@live.com', '72fbd468e29f015860437a38e94e8b24', 'Mamanokslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-29 21:43:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1479, NULL, NULL, 'aatish@cactuscreatives.com', '72fbd468e29f015860437a38e94e8b24', 'JoJojasslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-29 22:28:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1480, NULL, NULL, 'sanjaykartarpopli@gmail.com', '25d55ad283aa400af464c76d713c07ad', 'Sanjay Popli', NULL, NULL, NULL, '110.225.226.144', '2020-03-29 22:31:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1481, NULL, NULL, 'graham.rmurray@yahoo.co.uk', '72fbd468e29f015860437a38e94e8b24', 'gjkbrctybzslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-29 22:43:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1482, NULL, NULL, 'natachabonvin@hotmail.com', '72fbd468e29f015860437a38e94e8b24', 'Benedictslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-29 22:58:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1483, NULL, NULL, '<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">', '637176ad35d5a31ea610d40c92ca39da', 'Nicolas', NULL, NULL, NULL, '178.159.37.139', '2020-03-29 23:19:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1484, NULL, NULL, 'crazygolf1@yahoo.co.uk', '72fbd468e29f015860437a38e94e8b24', 'yfczslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-29 23:27:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1485, NULL, NULL, 'ellieplummer@live.co.uk', '72fbd468e29f015860437a38e94e8b24', 'duklidaslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-29 23:41:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1486, NULL, NULL, 'ljubov1306@mail.ru', '72fbd468e29f015860437a38e94e8b24', 'fhcnfslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 00:10:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1487, NULL, NULL, 'lachance.dc@gmail.com', '637176ad35d5a31ea610d40c92ca39da', 'nfhfcbz', NULL, NULL, NULL, '178.159.37.139', '2020-03-30 00:47:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1488, NULL, NULL, 'bookings@lmdv.co.za', '72fbd468e29f015860437a38e94e8b24', 'dfdekzslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 01:06:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1489, NULL, NULL, '<p>The requested URL /20.txt was not found on this server.</p>', '637176ad35d5a31ea610d40c92ca39da', 'Dibei', NULL, NULL, NULL, '178.159.37.139', '2020-03-30 01:17:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1490, NULL, NULL, 'wanglizhongx@hotmail.com', '72fbd468e29f015860437a38e94e8b24', 'rjycnfywbzslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 01:19:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1491, NULL, NULL, 'lafears923@aol.com', '72fbd468e29f015860437a38e94e8b24', 'Vasyanaslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 01:46:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1492, NULL, NULL, 'inkerosenberg@web.de', '637176ad35d5a31ea610d40c92ca39da', 'dfkthmbx', NULL, NULL, NULL, '178.159.37.139', '2020-03-30 02:11:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1493, NULL, NULL, 'daniel555@me.com', '72fbd468e29f015860437a38e94e8b24', 'vanyuraslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 02:25:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1494, NULL, NULL, '</head><body>', '637176ad35d5a31ea610d40c92ca39da', 'kflecz', NULL, NULL, NULL, '178.159.37.139', '2020-03-30 02:40:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1495, NULL, NULL, 'eglizandia@yahoo.co.uk', '72fbd468e29f015860437a38e94e8b24', 'Agatiusslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 03:03:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1496, NULL, NULL, 'nsyncm2004@aol.com', '72fbd468e29f015860437a38e94e8b24', 'maryanychslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 03:15:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1497, NULL, NULL, 'graneromari@gmail.com', '637176ad35d5a31ea610d40c92ca39da', 'dflbv', NULL, NULL, NULL, '178.159.37.139', '2020-03-30 03:19:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1498, NULL, NULL, 'mcarmen.g@live.com', '72fbd468e29f015860437a38e94e8b24', 'lfiehfslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 03:28:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1499, NULL, NULL, 'jaredav@hotmail.com', '72fbd468e29f015860437a38e94e8b24', 'paulslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 03:40:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1500, NULL, NULL, 'alva35792@hotmail.fr', '637176ad35d5a31ea610d40c92ca39da', 'Mihailina', NULL, NULL, NULL, '178.159.37.139', '2020-03-30 03:50:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1501, NULL, NULL, 'alam065@aol.com', '72fbd468e29f015860437a38e94e8b24', 'kbk.yzslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 04:07:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1502, NULL, NULL, 'anamariapedrero@yahoo.es', '637176ad35d5a31ea610d40c92ca39da', 'fyfcnfcbq', NULL, NULL, NULL, '178.159.37.139', '2020-03-30 04:20:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1503, NULL, NULL, 'tyrsoveg@hotmail.com', '72fbd468e29f015860437a38e94e8b24', 'igoryushaslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 04:20:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1504, NULL, NULL, 'barryshorland@yahoo.co.uk', '72fbd468e29f015860437a38e94e8b24', 'Woodhamslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 04:33:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1505, NULL, NULL, 'thomas.jamieson@live.co.uk', '72fbd468e29f015860437a38e94e8b24', 'flenslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 04:59:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1506, NULL, NULL, 'andresremis@yahoo.es', '72fbd468e29f015860437a38e94e8b24', 'Rothenbergslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 05:38:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1507, NULL, NULL, 'carrio73@yahoo.es', '637176ad35d5a31ea610d40c92ca39da', 'Nemaylal', NULL, NULL, NULL, '178.159.37.139', '2020-03-30 05:53:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1508, NULL, NULL, 'dreamhome4menow@gmail.com', '72fbd468e29f015860437a38e94e8b24', 'Galikaslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 06:05:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1509, NULL, NULL, 'morgandanielle08@gmail.com', '72fbd468e29f015860437a38e94e8b24', 'nfhfcsxslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 06:42:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1510, NULL, NULL, 'albaladejo29@hotmail.com', '72fbd468e29f015860437a38e94e8b24', 'cntafyfslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 06:55:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1511, NULL, NULL, 'dima.molchanov68@yandex.ru', 'dbaa7c56fc9151b2a73ed400eb6e9f1c', 'JasonFurge', NULL, NULL, NULL, '95.143.218.78', '2020-03-30 08:02:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1512, NULL, NULL, 'maddiehayez@gmail.com', '7a4de7abe3730a47544d079bbcda1d78', 'EugeneGok', NULL, NULL, NULL, '104.42.252.76', '2020-03-30 08:11:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1513, NULL, NULL, 'pilf2010@hotmail.co.uk', '72fbd468e29f015860437a38e94e8b24', 'Dashutaslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 09:31:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1514, NULL, NULL, 'saiqarafiq@mail.com', '72fbd468e29f015860437a38e94e8b24', 'Bugesrslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 10:26:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1515, NULL, NULL, 'ADI@A-D-I.FR', '72fbd468e29f015860437a38e94e8b24', 'bytccfslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 11:48:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1516, NULL, NULL, 't.gooch@ntlworld.com', '72fbd468e29f015860437a38e94e8b24', 'Hartryslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 12:18:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1517, NULL, NULL, 'v_cha95@yahoo.com', '72fbd468e29f015860437a38e94e8b24', 'lizavetaslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 12:33:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1518, NULL, NULL, 'dsquash92@gmail.com', '637176ad35d5a31ea610d40c92ca39da', 'djkjlf', NULL, NULL, NULL, '178.159.37.139', '2020-03-30 13:40:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1519, NULL, NULL, 'claudiuxcgr@gmail.com', '72fbd468e29f015860437a38e94e8b24', 'vfndtqslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 14:06:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1520, NULL, NULL, 'davchad2003@yahoo.co.uk', '637176ad35d5a31ea610d40c92ca39da', 'kmdbhrf', NULL, NULL, NULL, '178.159.37.139', '2020-03-30 14:11:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1521, NULL, NULL, 'mitkotito@gmail.com', '72fbd468e29f015860437a38e94e8b24', 'givingslorma', NULL, NULL, NULL, '5.61.11.26', '2020-03-30 14:21:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1522, NULL, NULL, 'shgi89@mail.ru', 'b624139818a610529a5378501c6b5c5e', 'dashhaulya', NULL, NULL, NULL, '80.95.45.70', '2020-03-31 02:24:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1523, NULL, NULL, '09shakil@gmail.com', 'ee9bfaf048fa1641fcd3d2c772cd2de8', 'Shakil Uddin Middya', NULL, NULL, NULL, '47.11.138.205', '2020-03-31 13:44:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1524, NULL, NULL, 'markusabelmansomi@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'MixWroro', NULL, NULL, NULL, '212.83.144.179', '2020-04-01 12:47:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(1525, NULL, NULL, 'rokoshevaya@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'rokoshevaya', NULL, NULL, NULL, '88.147.174.53', '2020-04-01 21:50:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1526, NULL, NULL, 'spetrovskij303@gmail.com', '1e23b225c412b4caa5dec85d76218786', 'BobbyTraks', NULL, NULL, NULL, '178.125.29.38', '2020-04-02 00:03:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1527, NULL, NULL, 'pavelrudakov682@gmail.com', '9960369ec1b5a7a06bad3eecbb2daadf', 'AaronKib', NULL, NULL, NULL, '5.188.84.104', '2020-04-02 04:05:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1528, NULL, NULL, 'azamatkasymaliev86@gmail.com', '369c01e8cb5cb942e99b75c84f9b0098', 'Garryvub', NULL, NULL, NULL, '213.183.63.66', '2020-04-02 15:57:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1529, NULL, NULL, 'gogapiletov@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'gogapiletov', NULL, NULL, NULL, '95.84.47.156', '2020-04-03 06:59:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1530, NULL, NULL, 'olhakudasova@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'doramurkina', NULL, NULL, NULL, '95.84.47.156', '2020-04-03 08:27:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1531, NULL, NULL, 'yanaromkina@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'yanaromkina', NULL, NULL, NULL, '178.45.130.255', '2020-04-03 12:50:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1532, NULL, NULL, 'srividya253@yahoo.in', 'f90aff093079d1cfd86725f372045d33', 'Sri Vidya', NULL, NULL, NULL, '157.51.247.248', '2020-04-04 11:22:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1533, NULL, NULL, 'eustacerog.ers45@gmail.com', '6984ba39c7fcb779e8d30aa9493b6bc5', 'Bruceagore', NULL, NULL, NULL, '91.121.88.225', '2020-04-06 03:51:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1534, NULL, NULL, 'emelyanenkoaleks@gmail.com', '56894ab6775dcc497e7346e529bedf1a', 'FrankBus', NULL, NULL, NULL, '45.157.213.105', '2020-04-06 04:58:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1535, NULL, NULL, 'sevabolsoi888@gmail.com', 'c3fdfe5fab850d293e589d8555f2ab50', 'vavada', NULL, NULL, NULL, '79.142.197.246', '2020-04-06 06:10:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1536, NULL, NULL, 'ruppertweinert@o2.pl', 'fd95906a24d51dbd618203abc93d3f36', 'PaczkinaWegryTab', NULL, NULL, NULL, '193.169.252.142', '2020-04-07 12:40:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1537, NULL, NULL, 'ljisad82@red2.mobi', '1456fca738beea06da146e6021fdacef', 'GTA5ManBRENE', NULL, NULL, NULL, '212.92.108.84', '2020-04-07 12:57:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1538, NULL, NULL, 'vitalikguts@yandex.com', '8d81a41faf2174362d94438d3896b05e', 'DavidCag', NULL, NULL, NULL, '178.127.51.41', '2020-04-08 13:00:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1539, NULL, NULL, 'elyamiskova@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'elyamiskova', NULL, NULL, NULL, '88.147.173.246', '2020-04-11 12:07:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1540, NULL, NULL, 'filma16@mail.ru', 'b624139818a610529a5378501c6b5c5e', 'guhiii', NULL, NULL, NULL, '93.124.40.43', '2020-04-13 03:21:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1541, NULL, NULL, 'keshavjee96@gmail.com', 'b094607491c2e37290643e8efdcda79c', 'KESHAV JEE JHA', NULL, NULL, NULL, '47.29.0.156', '2020-04-14 22:03:51', 'web', '', 10411586882296, NULL, NULL, '2023-06-02 13:37:31', 0),
(1542, NULL, NULL, 'ko.l.i.nwa.n.p.re.s.s.ingw.ee.l.b.e.e.m.oo.n.day@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-04-14 22:24:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1543, NULL, NULL, 'ahcarrick@gmail.com', 'f1b889f2c3f6254014bcd442d4a9bf2f', 'Anthonymuh', NULL, NULL, NULL, '46.191.230.89', '2020-04-15 04:22:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1544, NULL, NULL, 'ruslankudriashov1997@werttomis.bizml.ru', '684ae2a327011ed47bd2d0f86d3943ba', 'Charleswox', NULL, NULL, NULL, '92.38.136.69', '2020-04-16 00:35:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1545, NULL, NULL, 'artklein@meta.ua', '54e1756c051c840447a6533ce61f7dd8', 'Samuelarivy', NULL, NULL, NULL, '109.252.111.150', '2020-04-16 08:00:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1546, NULL, NULL, 'dsf22222@yandex.ru', '314dfe41453e7839436d5a26b4931c4d', 'Charlessoara', NULL, NULL, NULL, '89.189.163.172', '2020-04-16 18:25:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1547, NULL, NULL, 'artm.danilov.1987@mail.ru', 'a61a47fcf79142797539eb57df2c7176', 'Samueljal', NULL, NULL, NULL, '31.173.85.213', '2020-04-16 21:52:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1548, NULL, NULL, 'pappstef.198.0@gmail.com', '76a69c2644f5c831115ec9e9b9826c8b', 'Ralphoxill', NULL, NULL, NULL, '50.3.82.16', '2020-04-16 22:11:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1549, NULL, NULL, 'tmglkyflkvp@hotmails.com', '125701f8931834804b8d38855b59d276', 'mxixzcndubf', NULL, NULL, NULL, '78.96.77.21', '2020-04-17 12:57:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1550, NULL, NULL, '3mart@elsan.kiev.ua', 'afcb5dd4e94f5ae38bf8cfbdca8dfa2b', 'Triambug', NULL, NULL, NULL, '134.249.147.157', '2020-04-17 16:01:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1551, NULL, NULL, 'pankajphd@yahoo.co.in', 'f9fbf73bb05d186a0380d1ffe836477a', 'Pankaj Srivastava', NULL, NULL, NULL, '47.30.138.176', '2020-04-18 14:15:53', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1552, NULL, NULL, 'vitinnromain@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'vitinnromain', NULL, NULL, NULL, '79.126.67.234', '2020-04-18 19:03:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1553, NULL, NULL, 'gorakirilov@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'gorakirilov', NULL, NULL, NULL, '79.126.67.234', '2020-04-18 21:12:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1554, NULL, NULL, 'ko.l.inwa.npres.si.n.gwe.elbeemoo.nd.a.y@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-04-19 16:05:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1555, NULL, NULL, 'drogasasha@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'dashulihk', NULL, NULL, NULL, '93.124.40.43', '2020-04-19 19:13:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1556, NULL, NULL, 'so.p.hi.es.mi.t.h.s.e.v.e.n.@gmail.com', '9b9700e9df9f0706f4538b0649d66b83', 'BobbyGoW', NULL, NULL, NULL, '198.144.154.61', '2020-04-20 16:19:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1557, NULL, NULL, 'sashgorl@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'pponyas', NULL, NULL, NULL, '93.124.40.43', '2020-04-21 00:10:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1558, NULL, NULL, 'anannagrin@yandex.com', '317a85dfdce3c6502684d7bdb0b62411', 'Teodorahem', NULL, NULL, NULL, '178.122.105.62', '2020-04-21 10:44:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1559, NULL, NULL, 'psechnayar@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'doradikaya', NULL, NULL, NULL, '88.147.152.107', '2020-04-21 15:58:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1560, NULL, NULL, 'dram.xren.k.zhopa@gmail.com', 'cd988e26db2af993c3dacb319d959638', 'DramXrenmit', NULL, NULL, NULL, '31.10.110.140', '2020-04-22 02:09:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1561, NULL, NULL, 'andrew@elsan.kiev.ua', 'b692b1a81edcf8027aa851bb31fcdb6a', 'Nancyomike', NULL, NULL, NULL, '134.249.147.157', '2020-04-22 06:44:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1562, NULL, NULL, 'alex.mellow.i.city@gmail.com', 'cd988e26db2af993c3dacb319d959638', 'Raymondmit', NULL, NULL, NULL, '72.11.148.222', '2020-04-22 09:28:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1563, NULL, NULL, 'loladimitina@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'kiramashkina', NULL, NULL, NULL, '88.147.152.107', '2020-04-22 19:56:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1564, NULL, NULL, 'leditinder86@gmail.com', '401e8989e3939304e3d0a3d8619d2e40', 'Leditinder', NULL, NULL, NULL, '87.251.76.137', '2020-04-23 03:05:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1565, NULL, NULL, 'bonuscasinolive@gmail.com', '4f7f6aa52b812fcb2d6aeb97d3e7aeb7', 'DaviNon', NULL, NULL, NULL, '95.55.165.63', '2020-04-23 07:40:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1566, NULL, NULL, 'dvosd@course-fitness.com', 'ce41bc0911cb6d640c3b9d4cb251e2b1', 'Ernestdub', NULL, NULL, NULL, '118.169.247.179', '2020-04-24 06:07:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1567, NULL, NULL, 'gorlinay56@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'prosha', NULL, NULL, NULL, '93.124.40.43', '2020-04-24 13:20:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1568, NULL, NULL, 'yunghufners@yandex.ru', '7ddc3e8f1ea61c2fd5dce9795e411b18', 'heliumUL', NULL, NULL, NULL, '81.4.211.26', '2020-04-25 08:58:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1569, NULL, NULL, 'most@narco.net.ua', '505723b05c2e7f3141ba3f80e1725066', 'EwGeniTNe85', NULL, NULL, NULL, '134.249.147.157', '2020-04-25 23:04:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1570, NULL, NULL, 'youtufabch@outlook.com', '3fd61b48ce52a28edb0b15298b660ad0', 'Keepvid636z', NULL, NULL, NULL, '74.209.129.142', '2020-04-26 16:44:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1571, NULL, NULL, 'gibbbeehag127@gmail.com', '66e0797bcd6a17b8522a9cb5f6795718', 'Rent Car Morocco', NULL, NULL, NULL, '195.140.213.217', '2020-04-26 23:12:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1572, NULL, NULL, 'anastacia.arina@yandex.ru', 'e0811c733034c2a2e443db4db7440330', 'Miltongop', NULL, NULL, NULL, '178.155.4.191', '2020-04-27 07:39:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1573, NULL, NULL, 'ale.kse.y.m.i.r.on.o.v1.1.8.@gmail.com', 'd1f4540643dab8a1db81b9dfb84f1f19', 'Workathomenwx', NULL, NULL, NULL, '109.248.205.242', '2020-04-27 07:48:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1574, NULL, NULL, 'osipova19911masha@mail.ru', 'b624139818a610529a5378501c6b5c5e', 'ghfjk', NULL, NULL, NULL, '80.95.44.205', '2020-04-28 23:34:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1575, NULL, NULL, 'k.o.lin.w.a.npr.e.s.s.i.n.gwe.e.lb.ee.mo.o.n.day.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-04-29 07:53:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1576, NULL, NULL, 'nastyaantipicheva4@gmail.com', 'c194ec9aaa2d4804c193a6961b4a8a43', 'lukichWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-04-30 22:09:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1577, NULL, NULL, 'dworakdomin787@o2.pl', '4df7ea68c872448adc1be5c7075a51ec', 'Promotor', NULL, NULL, NULL, '113.53.230.162', '2020-05-01 20:39:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1578, NULL, NULL, 'mukeshdimri@hotmail.com', 'fe9642294f8e3bdacf9de8d8caff83ad', 'Bhavya Dimri', NULL, NULL, NULL, '122.177.68.59', '2020-05-03 22:20:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1579, NULL, NULL, 'dennet0qjezf@mail.ru', '32f5507559dffb5715ec9aed3e583f3a', 'Bruceannop', NULL, NULL, NULL, '62.210.111.127', '2020-05-04 06:58:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1580, NULL, NULL, 'amminchenko@yandex.ru', '0897014541863ef14f4394d4a987b7f7', 'Alexevichcag', NULL, NULL, NULL, '188.235.16.209', '2020-05-04 08:57:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1581, NULL, NULL, 'yusuf_kg92@mail.ru', 'b620f9514bf999bdd269c4c99ee9531a', 'JamesMus', NULL, NULL, NULL, '2.60.233.83', '2020-05-05 01:53:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1582, NULL, NULL, 'prosenjitunderflow@gmail.com', 'bbbe6d2897edbb0e13205cc0f5d8010a', 'PROSENJIT SARDAR', NULL, NULL, NULL, '47.11.254.128', '2020-05-07 21:18:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1583, NULL, NULL, 'kfilyush7@gmail.com', 'c194ec9aaa2d4804c193a6961b4a8a43', 'vvfWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-05-08 05:28:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1584, NULL, NULL, 'webprospekt24@kreditkatalog.ru', '2d83fc295350ca61e5196e7e65ce8d60', 'Jamesflefs', NULL, NULL, NULL, '5.189.239.157', '2020-05-08 12:53:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1585, NULL, NULL, 'kol.i.n.wa.npr.es.s.i.n.g.weel.b.e.em.o.o.n.d.a.y.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-05-08 22:48:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1586, NULL, NULL, 'laskina_1999@list.ru', 'cffb9177609c4b0afdba8f28a6664ced', 'PeterFex', NULL, NULL, NULL, '171.99.155.177', '2020-05-09 23:03:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1587, NULL, NULL, 'aksanashamraeva@yandex.ru', '3eecc38f3827f5b2def9822126a508f3', 'Robertzex', NULL, NULL, NULL, '37.120.205.147', '2020-05-11 00:36:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1588, NULL, NULL, 'hitrukkarim939@gmail.com', '6300454b0d0e6b60b1c50fc10ff41775', 'RolandtDop', NULL, NULL, NULL, '195.225.118.60', '2020-05-11 03:45:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1589, NULL, NULL, 'anigerda@yandex.com', '08433e772f99bd2090ee8cced0a2ea6a', 'Anthonyrem', NULL, NULL, NULL, '37.44.71.98', '2020-05-12 03:53:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1590, NULL, NULL, 'germankutov@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'cirafedkova', NULL, NULL, NULL, '78.29.106.200', '2020-05-13 23:47:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1591, NULL, NULL, 'yuyguvyuv@gmail.com', 'dff49cadaa6a9162ca467a37adf55f0c', 'Melvinimava', NULL, NULL, NULL, '84.201.169.177', '2020-05-14 00:19:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1592, NULL, NULL, 'abinaya1088@yahoo.in', '088b61f6d14f7df5b5d50e26e751824d', 'Abinaya G', NULL, NULL, NULL, '106.206.47.30', '2020-05-14 12:37:49', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1593, NULL, NULL, 'jolly.dhanbad@gmail.com', 'db730e862001472daf1974df4e7f173e', 'vaibhavtulsyan', NULL, NULL, NULL, '103.74.111.79', '2020-05-15 15:29:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1594, NULL, NULL, 'vrazdolbaykin@mail.ru', 'b620f9514bf999bdd269c4c99ee9531a', 'YsufMus', NULL, NULL, NULL, '2.60.60.184', '2020-05-16 01:24:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1595, NULL, NULL, 'XMAFT96@men.marrived.com', '8d5a3fe4a79303411e588af6cefd9b29', 'FfZerourCG_', NULL, NULL, NULL, '154.16.91.28', '2020-05-16 02:50:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1596, NULL, NULL, 'mayeu95@mail.ru', 'bb034d4baf67b4c69ce8ab489e2d655a', 'Conradcap', NULL, NULL, NULL, '95.152.62.78', '2020-05-16 04:51:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1597, NULL, NULL, 'mngt@uvedifuciq.host', '8e0f39e196620a5b74b9538f866cd18d', 'Zacesebaqoo', NULL, NULL, NULL, '159.224.255.154', '2020-05-17 10:47:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1598, NULL, NULL, 'temptest620275392@gmail.com', 'c1eb1db77c4a086a743e6ee32cd9372e', 'ThomasDag', NULL, NULL, NULL, '174.76.35.15', '2020-05-17 15:54:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1599, NULL, NULL, 'kolin.w.anpre.s.si.ngw.e.elb.eemoo.n.day.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-05-18 11:30:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1600, NULL, NULL, 'giriramk@gmail.com', 'bcb3ec491de77943c7871574aa0cddbf', 'Girishkumar ', NULL, NULL, NULL, '223.186.48.145', '2020-05-18 12:36:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1601, NULL, NULL, 'cinospallip@mail.ru', 'cb7ca0a83fdfcc7a61a3d240e534136e', 'DonaldLag', NULL, NULL, NULL, '87.228.41.10', '2020-05-18 19:42:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1602, NULL, NULL, 'garodiabhavesh@gmail.com', '3f6533744aa12c6c57a443d4804f2779', 'Bhavesh Garodia ', NULL, NULL, NULL, '42.110.165.64', '2020-05-19 03:07:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1603, NULL, NULL, 'xyampi.zdec@gmail.com', '49bcdfe0316464fed76f001a9d10486e', 'XyampiZdecmit', NULL, NULL, NULL, '216.144.228.130', '2020-05-19 10:00:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1604, NULL, NULL, 'lu.c.a.s.rosin.s.k.y1@gmail.com', 'bbaca5a40516b83b0454acb3d556af83', 'Breechesdug', NULL, NULL, NULL, '193.169.252.142', '2020-05-20 21:17:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1605, NULL, NULL, 'fhjd65@mail.ru', 'b624139818a610529a5378501c6b5c5e', 'ghfjk', NULL, NULL, NULL, '95.152.62.153', '2020-05-21 07:20:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1606, NULL, NULL, 'janicewasiak@gmail.com', '7991e13d7cdfea32c912040085d371e2', 'RickyWhido', NULL, NULL, NULL, '136.244.103.224', '2020-05-23 09:29:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1607, NULL, NULL, 'chinyaevaa4@gmail.com', 'c194ec9aaa2d4804c193a6961b4a8a43', 'dbneczWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-05-24 05:54:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1608, NULL, NULL, 'y2mateytdownload1@outlook.com', '31bdc7261f44af0ded9e369fa29b41ed', 'Youtubetomp3p5714', NULL, NULL, NULL, '173.213.88.37', '2020-05-25 06:07:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1609, NULL, NULL, 'p.arkingxpertd.onm.an.a.han.@gmail.com', '5c46cdb8b583d8ff9950503404198777', 'StephenBed', NULL, NULL, NULL, '104.238.32.161', '2020-05-25 13:59:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1610, NULL, NULL, 'cirasmolnaya@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'romakoschetov', NULL, NULL, NULL, '95.84.56.179', '2020-05-26 00:53:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1611, NULL, NULL, 'rnradv@gmail.com', '099712e366fe9b47e2a990f357a2b1b5', 'RAM NARAYAN RATHORE ', NULL, NULL, NULL, '27.97.32.71', '2020-05-26 23:35:01', 'web', '', 96791633872397, NULL, NULL, '2023-06-02 13:37:31', 0),
(1612, NULL, NULL, 'fullset0000@mail.ru', 'f661f7cb0a0defa56383b627b982faaa', 'ShirleyNab', NULL, NULL, NULL, '146.185.204.99', '2020-05-28 07:07:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1613, NULL, NULL, 'gg8046315@gmail.com', 'be3604fac5f2d91b66dd69ba006e494c', 'Gautam Goyal', NULL, NULL, NULL, '106.204.198.45', '2020-05-29 10:38:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1614, NULL, NULL, 'sudiptaghoshdey22@gmail.com', 'ace140eca81920d6124a40ba6697594d', 'SUDIPTA GHOSH DEY', NULL, NULL, NULL, '157.40.0.117', '2020-05-29 14:32:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1615, NULL, NULL, 'nil8enbragin@rambler.ru', '5a4f235de20c679682cee43f2cb8c6c4', 'LauraKnoli', NULL, NULL, NULL, '178.175.142.132', '2020-05-30 00:51:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1616, NULL, NULL, 'Adv.bbjagtap15@gmail.com', 'd27d4fdbd4c9573d0885b20a81eadc85', 'Bhujangrao Jagtap', NULL, NULL, NULL, '106.193.209.105', '2020-05-30 19:25:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1617, NULL, NULL, 'friedhelm_busche@gmx.de', 'be2ef3736ac149c972608be4f2311acd', 'Didof', NULL, NULL, NULL, '89.151.187.22', '2020-05-30 22:29:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1618, NULL, NULL, 'jadaleah@photoaim.com', '59b136a1bb6a40cdc3c01badcebccf89', 'Merkigeors', NULL, NULL, NULL, '110.136.101.12', '2020-06-01 09:55:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1619, NULL, NULL, 'hydrassilka@gmail.com', '1aa983ee8a23966cab1c6c195a396307', 'Matthewnaw', NULL, NULL, NULL, '179.43.176.213', '2020-06-02 13:15:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1620, NULL, NULL, 'k.ol.in.w.an.pr.essi.n.gweel.be.e.mo.onda.y.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-06-02 13:18:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1621, NULL, NULL, 'amenoomamenoom.6.6.9@gmail.com', '12f51eac26dfca1f52eba81f0917ebc6', 'MelvinGam', NULL, NULL, NULL, '178.32.56.32', '2020-06-02 18:04:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1622, NULL, NULL, 'germandocs147@yandex.com', 'bb4f3ac43bbf4994457ef1464334a806', 'Davidthoug', NULL, NULL, NULL, '62.210.111.127', '2020-06-03 04:47:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1623, NULL, NULL, 'manysh00@mail.ru', 'c3937b11d98754784ae7cdccfa04e21f', 'Georgewal', NULL, NULL, NULL, '93.124.7.131', '2020-06-03 16:20:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1624, NULL, NULL, 'brativeryvf@gmail.com', '38d2d386a265e6da8582d520d34755ad', 'AdietoynWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-06-04 03:50:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1625, NULL, NULL, 'adityajainy01@gmail.com', '3f1d519b8d1caae3b419e06373a38a8c', 'Aditya Jain', NULL, NULL, NULL, '27.123.243.88', '2020-06-04 23:34:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1626, NULL, NULL, 'wrickbrata@gmail.com', '983f3855bf0413ed64f8de1172e642a8', 'wrickbrata roy', NULL, NULL, NULL, '45.251.234.87', '2020-06-05 08:49:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1627, NULL, NULL, 'paddy8717@gmail.com', '10feb049a68c17e32e88572ef7a5131f', 'PRASHANT PACHCHICIA', NULL, NULL, NULL, '103.69.27.191', '2020-06-05 14:08:43', 'web', '', 26231591431917, NULL, NULL, '2023-06-02 13:37:31', 0),
(1628, NULL, NULL, 'pa.rki.ngx.per.t.d.o.n.m.a.nahan.@gmail.com', '5c46cdb8b583d8ff9950503404198777', 'StephenBed', NULL, NULL, NULL, '104.238.46.251', '2020-06-05 16:04:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1629, NULL, NULL, 'raghuvanshi.prashant1985@gmail.com', 'a66c8cf9ed29959e4d9700885c89d0ae', 'PRASHANT PACHCHICIA', NULL, NULL, NULL, '43.251.93.162', '2020-06-06 14:06:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1630, NULL, NULL, 'k.olin.wa.n.pr.e.s.s.i.n.gw.eelbe.em.o.ond.ay@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-06-07 15:54:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1631, NULL, NULL, 'tigrovaolia@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'tigrovaolia', NULL, NULL, NULL, '78.29.72.159', '2020-06-08 03:41:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1632, NULL, NULL, 'vova8091m@mail.ru', 'c3937b11d98754784ae7cdccfa04e21f', 'maiaa', NULL, NULL, NULL, '95.152.17.7', '2020-06-08 12:36:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1633, NULL, NULL, 'gubato.vae4@gmail.com', 'c194ec9aaa2d4804c193a6961b4a8a43', 'ufkkbbWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-06-08 18:04:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1634, NULL, NULL, 'gerald19@nextfashion.ro', '92113e39f8cfe3ddc3c61ce467a24c3d', 'GeraldKar', NULL, NULL, NULL, '185.210.218.104', '2020-06-08 21:01:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1635, NULL, NULL, 'gorl6669@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'prosha', NULL, NULL, NULL, '95.152.17.7', '2020-06-09 00:01:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1636, NULL, NULL, 'gupta.sahadev@yahoo.com', '8e08b1109ea012468f0a68c577bb41eb', 'Sahadev Gupta', NULL, NULL, NULL, '106.222.2.91', '2020-06-09 22:05:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1637, NULL, NULL, 'olyaaurovaya@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'olyaaurovaya', NULL, NULL, NULL, '79.126.101.95', '2020-06-10 12:01:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1638, NULL, NULL, 'hilda-guetling@gmx.de', 'be2ef3736ac149c972608be4f2311acd', 'Didof', NULL, NULL, NULL, '89.151.169.190', '2020-06-12 03:26:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1639, NULL, NULL, 'k.oli.nw.an.pr.e.s.si.ngw.eel.be.e.m.o.o.nda.y@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-06-12 04:20:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1640, NULL, NULL, 'subhasispanda11@gmail.com', '1125d693ffc450ca3317c6e3faeff1b7', 'subhasis panda', NULL, NULL, NULL, '157.41.53.137', '2020-06-12 16:32:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1641, NULL, NULL, 'ghiglu@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'prosha', NULL, NULL, NULL, '93.124.76.164', '2020-06-12 18:45:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1642, NULL, NULL, 'zhorasmagin@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'zhorasmagin', NULL, NULL, NULL, '78.29.124.56', '2020-06-13 08:29:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1643, NULL, NULL, 'barro-nike@mauler.ru', 'c15ae4d94d09555275cbadd5e033839b', 'Banrikorem', NULL, NULL, NULL, '5.188.84.230', '2020-06-14 01:54:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1644, NULL, NULL, 'olliatimofeeva@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'olliatimofeeva', NULL, NULL, NULL, '88.147.174.105', '2020-06-14 05:55:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1645, NULL, NULL, 'lkustovskaya@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'lkustovskaya', NULL, NULL, NULL, '88.147.174.105', '2020-06-14 11:42:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1646, NULL, NULL, 'promestaisuh@gmail.com', 'c194ec9aaa2d4804c193a6961b4a8a43', 'AriugrinnWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-06-15 08:41:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1647, NULL, NULL, 'ben.sanches0007@gmail.com', 'a0ca047b2a0e76ec373f35d9c5e52f32', 'Henrybox', NULL, NULL, NULL, '174.76.35.7', '2020-06-16 09:37:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1648, NULL, NULL, 'lena.tikhonova.2020@bk.ru', 'bff6fc96f4d205695ed47ba795484f19', 'Natashacinia', NULL, NULL, NULL, '185.255.96.99', '2020-06-16 15:06:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1649, NULL, NULL, 'havencestxg@gmail.com', '38d2d386a265e6da8582d520d34755ad', 'dfyczWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-06-18 03:32:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1650, NULL, NULL, 'malavgor@ymail.com', '6e3a682b8cb5410e64693f737c595e5e', 'Malav H Gor', NULL, NULL, NULL, '27.61.205.7', '2020-06-19 09:43:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1651, NULL, NULL, 'p.arki.ng.xp.er.t.d.o.n.mana.ha.n@gmail.com', '5c46cdb8b583d8ff9950503404198777', 'StephenBed', NULL, NULL, NULL, '104.238.46.249', '2020-06-20 13:33:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1652, NULL, NULL, 'anton3kmapavlov@rambler.ru', '885286731202fb94791d6aba10d23eee', 'Dorisbrive', NULL, NULL, NULL, '62.149.29.38', '2020-06-20 22:40:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1653, NULL, NULL, 'yaxa2021@mail.ru', 'b624139818a610529a5378501c6b5c5e', 'ghfjk', NULL, NULL, NULL, '95.152.62.118', '2020-06-21 00:57:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1654, NULL, NULL, 'darievan4@gmail.com', 'c194ec9aaa2d4804c193a6961b4a8a43', 'CelticWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-06-22 06:57:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1655, NULL, NULL, 'z3665@thefmail.com', '0ce37bd1759d37eeb3dd871cce45110c', 'Denjuhin551', NULL, NULL, NULL, '195.181.170.83', '2020-06-23 20:28:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1656, NULL, NULL, 'r0sprod@yandex.com', 'd860e0cb4d28e381e5da4680a52b963e', 'Brentfaive', NULL, NULL, NULL, '37.113.164.44', '2020-06-24 04:35:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1657, NULL, NULL, 'grf45hy6u645ythgfhfh@mail.ru', '2fcfd65743454035ef75db87a824e709', 'MichaelBrupt', NULL, NULL, NULL, '212.92.104.55', '2020-06-24 17:38:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1658, NULL, NULL, 'ipatova.inna6@gmail.com', '38d2d386a265e6da8582d520d34755ad', 'SanaWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-06-25 12:52:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1659, NULL, NULL, 'skudinaolya@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'skudinaolya', NULL, NULL, NULL, '88.147.207.171', '2020-06-25 17:49:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1660, NULL, NULL, 'deerreck228@zohomail.eu', 'd86a3cfede7a4de17c9ae32e0f0bc831', 'Deereckalacy', NULL, NULL, NULL, '176.9.145.30', '2020-06-26 06:09:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1661, NULL, NULL, 'Shajimonkarun@gmail.com', 'f21d9c2604f64a4b0ebf94683cbe7f67', 'Shaji Mon K', NULL, NULL, NULL, '43.229.90.60', '2020-06-26 18:52:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1662, NULL, NULL, 'prorabnd@gmail.com', '778e1d820f7b88d3b2c0ca12946e1de2', 'NorvezhskiyDomAdowl', NULL, NULL, NULL, '37.147.173.248', '2020-06-26 23:10:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1663, NULL, NULL, 'gfmasha@mail.ru', 'afc80d161c3d39b170a512b033ea9deb', 'MarinaPsync', NULL, NULL, NULL, '95.152.62.118', '2020-06-27 22:22:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1664, NULL, NULL, 'handymanjoserivera@gmail.com', 'bd1dcb72ba2bc4ac11e930839d739a0f', 'Andrewkaf', NULL, NULL, NULL, '45.146.54.13', '2020-06-28 03:42:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1665, NULL, NULL, 'Dohturov273@thefmail.com', 'c8ffe6f9745cfd24f68be6a3a6199215', 'Vjatkin782', NULL, NULL, NULL, '195.181.175.112', '2020-06-28 09:08:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1666, NULL, NULL, 'Koushikmondal6635@gmail.com', '1be83327e62bfb47f6e5eefbcade2555', 'Koushik Mondal', NULL, NULL, NULL, '157.40.34.200', '2020-06-29 01:05:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1667, NULL, NULL, 'anamrakshan2020@gmail.com', 'a43f6b8c21a0c4b6570b1690650b4808', 'Anam Rakshan', NULL, NULL, NULL, '49.14.127.114', '2020-06-29 03:44:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1668, NULL, NULL, 'likadunmova@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'likadunmova', NULL, NULL, NULL, '88.147.173.133', '2020-06-29 10:31:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1669, NULL, NULL, 'lolabaryanova@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'lolabaryanova', NULL, NULL, NULL, '88.147.152.92', '2020-06-29 17:59:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1670, NULL, NULL, 'seniamelkii312@gmail.com', 'ae22dbfc78d4d15cc5f2494106029da0', 'Robertkix', NULL, NULL, NULL, '46.33.33.84', '2020-06-30 03:19:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1671, NULL, NULL, 'k.ol.i.n.w.anp.re.ssingw.eelb.eemoo.nday@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-07-01 04:38:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1672, NULL, NULL, 'vspiryaeva2@gmail.com', '38d2d386a265e6da8582d520d34755ad', 'dfcbkbzWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-07-02 04:23:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1673, NULL, NULL, 'ashoksancheti@hotmail.com', '7a01f6a4e290a1fc963a8c42e94f38d5', 'Ashok Sancheti', NULL, NULL, NULL, '49.37.14.76', '2020-07-02 06:25:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1674, NULL, NULL, 'grushenadya@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'grushenadya', NULL, NULL, NULL, '88.147.152.85', '2020-07-02 11:01:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1675, NULL, NULL, 'marvin_mehnert@gmx.de', '2ae20d5c2ba7431edc274e35405d3658', 'Annehdshg', NULL, NULL, NULL, '46.8.222.48', '2020-07-02 13:50:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1676, NULL, NULL, 'sol2b@promaskgroup.com', 'ca086d52786d4c08a99ad1299fffcded', 'SoltubiNer', NULL, NULL, NULL, '5.189.239.157', '2020-07-02 15:27:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1677, NULL, NULL, 'faqbill1@web.de', '2ae20d5c2ba7431edc274e35405d3658', 'Annehdshg', NULL, NULL, NULL, '109.248.143.252', '2020-07-04 08:32:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1678, NULL, NULL, 'juliagaskoin95@yandex.ru', 'b00392cbff5eeea143d9243967f193a3', 'bernaldinobest https://wikipedia.org 4684062', NULL, NULL, NULL, '95.78.196.166', '2020-07-06 03:10:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1679, NULL, NULL, 'gksbhutia@gmail.com', '627d49dcbcb0c57de6f82ae1adb5e59a', 'Gagan sharma', NULL, NULL, NULL, '47.11.178.37', '2020-07-06 07:37:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1680, NULL, NULL, 'gazizaru@sakhpubo.ru', 'ab93e83db5a2d3ad585a9167841af43a', 'Gazizacom', NULL, NULL, NULL, '185.143.172.80', '2020-07-06 08:49:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1681, NULL, NULL, 'catch@an.heartmantwo.com', '2cc8a44f79f0d4a00a3776a4d691293d', 'adrianHam', NULL, NULL, NULL, '173.213.85.7', '2020-07-06 17:24:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1682, NULL, NULL, 'jitendragangawane21@gmail.com', 'ed567b65f329edfc0c8f52cf92b39368', 'Jitendra Gangawane ', NULL, NULL, NULL, '157.33.194.8', '2020-07-06 18:10:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1683, NULL, NULL, 'andrejkosinoha@gmail.com', '91a71405aab3441cf26272cc015021ce', 'Joselyn\r\n', NULL, NULL, NULL, '45.81.136.83', '2020-07-07 01:39:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1684, NULL, NULL, 'heinrich_kraft@web.de', 'f70af377936cdf46f44609024ad133bf', 'Tandra\r\n', NULL, NULL, NULL, '46.8.222.85', '2020-07-07 06:12:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1685, NULL, NULL, 'ko.li.nwa.np.r.essin.gw.eel.bee.mo.onda.y@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-07-07 10:33:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1686, NULL, NULL, 'ldkodi@gmail.com', '1b8183e32c416913ec8f25386d9a2e06', 'L DHANUSKODI', NULL, NULL, NULL, '115.113.232.46', '2020-07-07 14:46:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1687, NULL, NULL, 'inokentiykatin@yandex.ru', '018a21cd54683f465dca9ff97c4ff3b9', 'wsfdgsdfsfdg https://www.google.com/', NULL, NULL, NULL, '31.131.69.14', '2020-07-08 00:21:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1688, NULL, NULL, 'joshikuldeep689@gmail.com', '898d9126acfa168b6359d347d2878979', 'Bella\r\n', NULL, NULL, NULL, '46.8.23.51', '2020-07-08 02:45:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1689, NULL, NULL, 'lenakust6@gmail.com', 'c194ec9aaa2d4804c193a6961b4a8a43', 'lfyfWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-07-08 05:19:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1690, NULL, NULL, 'mississi64@hotmail.fr', 'c2af8504f589d8d0f795912341c211c9', 'Delphine\r\n', NULL, NULL, NULL, '46.8.16.252', '2020-07-08 13:36:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1691, NULL, NULL, 'kostenlosekindernachhilfe@gmx.de', '16a80674bfc7c8fe787747bae56f4ba2', 'Alondra\r\n', NULL, NULL, NULL, '46.8.57.150', '2020-07-09 13:14:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1692, NULL, NULL, 'ukmn@gmx.net', '7c281df000f72f92d430a42ff7f4d40b', 'Kate\r\n', NULL, NULL, NULL, '46.8.16.252', '2020-07-09 22:19:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1693, NULL, NULL, 'rostovsckgo@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'rostovsckgo', NULL, NULL, NULL, '79.126.91.156', '2020-07-10 21:46:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1694, NULL, NULL, 'advaayushdeep@gmail.com', 'ec6143c3635a3ef23e517f0404ff1831', 'Aayush Deep', NULL, NULL, NULL, '169.149.19.40', '2020-07-12 12:24:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1695, NULL, NULL, 'shakhbanrut7s@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Mister misery 1901 https://www.google.com/ 5710296', NULL, NULL, NULL, '193.31.102.219', '2020-07-13 10:47:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1696, NULL, NULL, 'debikagupi13@gmail.com', 'f19fdb07c303bd250db271a606d6d02c', 'DebikaMondal', NULL, NULL, NULL, '157.43.194.243', '2020-07-15 11:35:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1697, NULL, NULL, 'bslatha.adv@gmail.com', '7e0c32be65bb1f478873e150a550f61b', 'B SREE LATHA', NULL, NULL, NULL, '115.98.70.6', '2020-07-15 12:00:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1698, NULL, NULL, 'abhilashthomas23@gmail.com', 'd667ad414c9e5abf215cc6f0e4468149', 'Abhilash Thomas ', NULL, NULL, NULL, '1.39.77.57', '2020-07-16 12:59:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1699, NULL, NULL, 'dimakocotov@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'dimakocotov', NULL, NULL, NULL, '79.126.75.99', '2020-07-17 04:11:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1700, NULL, NULL, 'gazari@sakhpubo.ru', 'ab93e83db5a2d3ad585a9167841af43a', 'Gazaricom', NULL, NULL, NULL, '185.143.172.80', '2020-07-17 18:58:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1701, NULL, NULL, 'chudixina.tanya@mail.ru', '432d3ceef6b9c8762af2adc8d1ac9f89', 'ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚Ðµ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÑƒ Ð¾Ñ‚ Ð·Ð°Ñ€ÑƒÐ±ÐµÐ¶Ð½Ð¾Ð³Ð¾ Ñ„Ð¾Ð½Ð´Ð° - Ð±ÐµÐ·Ð²Ð¾Ð·Ð¼ÐµÐ·Ð´Ð½Ð¾!\r\n https://anetti.pige.lank/b4jYi', NULL, NULL, NULL, '188.130.188.139', '2020-07-17 23:05:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1702, NULL, NULL, 'zasplav2015@mail.ru', '08433e772f99bd2090ee8cced0a2ea6a', 'Anthonyrem', NULL, NULL, NULL, '178.122.64.177', '2020-07-21 04:31:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1703, NULL, NULL, 'jourcice@mail.ru', '47a8ca14e82380c3f83ceab9cfcdc47f', 'nsuawfevcr mrsjtrewq bmp', NULL, NULL, NULL, '213.111.153.191', '2020-07-22 03:25:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1704, NULL, NULL, 'mininalolka@yandex.ru', '3a5f01ec5cf0b1930ec433c65d3c7785', 'mininalolka', NULL, NULL, NULL, '88.147.173.181', '2020-07-23 17:46:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1705, NULL, NULL, 'kkirstendanst@yandex.com', 'b8b559df4144cf1ffd1d81bcc134ff47', 'kirstendanst https://www.facebook.com rog', NULL, NULL, NULL, '217.171.147.164', '2020-07-23 21:30:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1706, NULL, NULL, 'screen-led-ru1@1gb.ru', '314dfe41453e7839436d5a26b4931c4d', 'Charlessoara', NULL, NULL, NULL, '216.144.228.130', '2020-07-24 07:33:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1707, NULL, NULL, 'k.olin.wa.n.p.res.sin.gw.e.elbe.e.m.o.o.n.d.ay@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-07-25 09:53:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1708, NULL, NULL, '123teatr@gmail.com', '33a6e21765683784efdb206d09167b31', 'ArthurWaymn', NULL, NULL, NULL, '35.184.123.203', '2020-07-25 15:22:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1709, NULL, NULL, 'aceigor@rambler.ru', '7e9f5519b274a13050896cbdb450201e', 'Jamesskant', NULL, NULL, NULL, '185.11.4.139', '2020-07-26 04:27:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1710, NULL, NULL, 'ahd25@ahd.com.ua', '925c75bd5207056c6101a2db9f9f2c99', 'Xennaf', NULL, NULL, NULL, '91.227.182.217', '2020-07-27 18:11:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1711, NULL, NULL, 'philipevick@24sm.tech', '32e75c592ee991345bd5ddf7d7658586', 'Philiputill', NULL, NULL, NULL, '45.87.2.128', '2020-07-27 21:59:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1712, NULL, NULL, 'ursulalaitman@yandex.com', '35d5c48edde9af8a8f471b091ba94c8b', 'asrtalogialait https://twitter.com rog', NULL, NULL, NULL, '217.171.147.164', '2020-07-29 10:43:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1713, NULL, NULL, 'ashokpaul5959@gmail.com', 'ad08cfb7d5a5f6c860f2091bbe4d3d08', 'ASHOK PAUL', NULL, NULL, NULL, '43.252.142.89', '2020-07-29 23:56:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1714, NULL, NULL, 'Magitta.Post@gmx.de', '3c75ffdba35fc57718891226eb2294f8', 'dof', NULL, NULL, NULL, '207.97.174.134', '2020-07-31 03:40:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1715, NULL, NULL, 'mandalprakash558@gmail.com', '1f28e96518b01e8505e95d294071c076', 'PRAKASH MANDAL', NULL, NULL, NULL, '103.249.4.150', '2020-07-31 10:59:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1716, NULL, NULL, 'viki-kalcer@mauler.ru', '45cbc1ad999b5d1f2c8e07a6d9607e7e', 'Viklaerundiz', NULL, NULL, NULL, '5.188.84.230', '2020-07-31 21:13:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1717, NULL, NULL, 'shantanu.nanda@yahoo.com', 'ad09b2d48b2811c68e5a2bf421f7f2f2', 'Shantanu Nanda', NULL, NULL, NULL, '45.251.36.131', '2020-08-02 16:28:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1718, NULL, NULL, 'sanghirks@rediffmail.com', 'faaf2670c8b9c2cadd1cadb63acc69bd', 'R. K Sanghi', NULL, NULL, NULL, '106.66.20.165', '2020-08-03 14:17:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1719, NULL, NULL, 'mohamedsultan2511@gmail.com', 'c62897b15914c5579a5d2a4e1091201f', 'Mohamed Sultan', NULL, NULL, NULL, '157.50.180.69', '2020-08-03 15:26:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1720, NULL, NULL, 'devadasdevtm71@gmail.com', '3d61b5a37360f6c6ed2f45cadfbfa299', 'devadas', NULL, NULL, NULL, '117.221.156.191', '2020-08-03 21:33:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1721, NULL, NULL, 'GladysFob1973@ghu.goaglie.com', '62b20b2c9004d82b476265077b3c170e', 'HeatherVedge', NULL, NULL, NULL, '37.229.196.63', '2020-08-05 00:48:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1722, NULL, NULL, 'pinup.casino1@mail.ru', 'd817389f3a27a052d8ca6bd5d1a0224b', 'Pinupgammer', NULL, NULL, NULL, '103.28.121.58', '2020-08-05 10:36:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1723, NULL, NULL, 'impjain@gmail.com', 'eb98982dbe40af2f27d66cbfe114b52c', 'Prashant Jain', NULL, NULL, NULL, '103.219.229.246', '2020-08-05 14:21:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1724, NULL, NULL, 'arijitkumar1986@gmail.com', 'cd414ea2100b814ec7a28a0f9a12ba82', 'ARIJIT KUMAR SANPUI', NULL, NULL, NULL, '157.40.49.168', '2020-08-06 21:58:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1725, NULL, NULL, 'ko.l.i.nwanp.r.ess.i.n.g.w.eel.beemoo.nd.ay.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-08-07 05:26:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1726, NULL, NULL, 'kleindorf.anni@gmx.de', '3c75ffdba35fc57718891226eb2294f8', 'dof', NULL, NULL, NULL, '46.187.61.144', '2020-08-07 07:21:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1727, NULL, NULL, 'tiwaribhawna45@gmail.com', 'e749f6aafa6bccebede85dcfa09da2f6', 'Abhishek Tiwari', NULL, NULL, NULL, '106.223.43.68', '2020-08-07 17:38:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1728, NULL, NULL, 'arthur.logan1826@bestmail.eu', '56e549b27756c4316c8f954627b19567', 'JosephMip', NULL, NULL, NULL, '188.122.82.146', '2020-08-09 11:41:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1729, NULL, NULL, 'karoline.bochert@gmx.de', '1fb96b405585839230bc59a998e72db0', 'Delcie\r\n', NULL, NULL, NULL, '188.130.137.83', '2020-08-10 01:54:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1730, NULL, NULL, 'pvdo2020@yandex.ru', '8d46b75705d5e549e5294cfb200cf3d8', 'Albertwib', NULL, NULL, NULL, '95.24.132.90', '2020-08-11 21:54:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1731, NULL, NULL, 'edris.streller0849936@gmx.com', 'd2a4cba1a338ed8ca4f86e295c065944', 'Saran\r\n', NULL, NULL, NULL, '188.130.128.78', '2020-08-12 06:50:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1732, NULL, NULL, 'mohdtaha37@gmail.com', '823da4223e46ec671a10ea13d7823534', 'Mohd Taha Mohd Danish', NULL, NULL, NULL, '103.211.40.244', '2020-08-12 21:02:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1733, NULL, NULL, 'k.oli.n.wa.np.r.ess.ingw.eel.b.e.emo.on.da.y.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-08-13 17:49:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1734, NULL, NULL, 'profptb@meta.ua', '42f81d862285d225eaa5a98caffe7576', 'profppoday', NULL, NULL, NULL, '176.100.189.4', '2020-08-15 04:14:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1735, NULL, NULL, 'dgak@uvedifuciq.host', '8e0f39e196620a5b74b9538f866cd18d', 'Zacesebaqoo', NULL, NULL, NULL, '159.224.255.154', '2020-08-15 05:15:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1736, NULL, NULL, 'milakdf78@mail.ru', '7284210e6df1e5d2e6125ca46673cd9a', 'Davidnes', NULL, NULL, NULL, '78.138.157.42', '2020-08-15 16:23:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1737, NULL, NULL, 'pochta@stduent-help.com', 'c182a1b0fd52a363586318aed34fed7d', 'TolyaLes', NULL, NULL, NULL, '46.4.157.125', '2020-08-16 21:34:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1738, NULL, NULL, 'jayantaray11@rediffmail.com', 'f4a97b39f8ed44bb25a97bb9b37e0ad0', 'Jayanta Ray', NULL, NULL, NULL, '47.15.39.165', '2020-08-17 21:02:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1739, NULL, NULL, 'vishnuprasadmehta@yahoo.com', 'b205565bd3f0591db446b791f4a6bdd6', 'VISHNU PRASAD MEHTA', NULL, NULL, NULL, '157.47.197.4', '2020-08-18 18:17:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1740, NULL, NULL, 'bs62943@gmail.com', '2e455686c640840eb87b6947027b96f7', 'Bijoy Saha', NULL, NULL, NULL, '43.252.143.115', '2020-08-20 12:29:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1741, NULL, NULL, 'gotenberghat@gmail.com', 'c811640075ff10003a5c91b69c876960', 'JosephWar', NULL, NULL, NULL, '135.181.5.103', '2020-08-21 20:23:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1742, NULL, NULL, 'ruzica.velten@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, NULL, NULL, '46.187.22.208', '2020-08-22 12:51:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1743, NULL, NULL, 'Marisahal1967@fte.goaglie.com', 'dd691822eaba8bcbede400ac914dde5a', 'Rupertripsy', NULL, NULL, NULL, '37.115.120.52', '2020-08-22 15:27:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1744, NULL, NULL, 'harshramani14@gmail.com', '8956759d5b3f418aaf2101efb0b13a07', 'Harsh Tahilramani ', NULL, NULL, NULL, '42.108.220.135', '2020-08-25 12:45:51', 'web', '', 92541598339849, NULL, NULL, '2023-06-02 13:37:31', 0),
(1745, NULL, NULL, 'ramaniharsh836@gmail.com', '8956759d5b3f418aaf2101efb0b13a07', 'Harsh Tahilramani ', NULL, NULL, NULL, '42.108.220.135', '2020-08-25 12:50:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1746, NULL, NULL, 'mesropgugeseva@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'hello  Mr.  https://www.google.com/?googlegooglegooglegooglegooglegooglegooglegooglegooglegoogle 7', NULL, NULL, NULL, '85.203.22.68', '2020-08-26 07:14:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1747, NULL, NULL, 'rnerkar@yahoo.com', 'e9d16f2e83649b519d3aea60f9bb4190', 'Rajesh Nerkar', NULL, NULL, NULL, '1.38.148.1', '2020-08-26 09:43:30', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1748, NULL, NULL, 'hollinsheadford@gmail.com', '11109f80eab25441bd7348998462d716', 'lightroommug', NULL, NULL, NULL, '77.137.112.105', '2020-08-27 01:45:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1749, NULL, NULL, 'gorlina1958@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'sahaha', NULL, NULL, NULL, '95.152.48.20', '2020-08-27 11:15:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1750, NULL, NULL, 'ko.l.i.nwa.npre.s.singw.ee.l.b.ee.mo.onda.y@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-08-27 12:04:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1751, NULL, NULL, 'vj909887@gmail.com', '29dc5b431e75270779e8b0ced091afe8', 'Arjun', NULL, NULL, NULL, '157.37.145.110', '2020-08-28 01:22:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1752, NULL, NULL, 'vaibhavjain909887@gmail.com', '29dc5b431e75270779e8b0ced091afe8', 'Vaibhav Jain', NULL, NULL, NULL, '117.234.141.178', '2020-08-28 23:24:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1753, NULL, NULL, 'polina.rostova8878@gmail.com', '29c01be8df0ba56561ce8b6046c081ce', 'nbvf[fWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-08-29 01:28:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1754, NULL, NULL, 'gennick72@nextfashion.ro', '21873a05eb6ef0405845fca26b23789e', 'RobertWrola', NULL, NULL, NULL, '193.239.85.170', '2020-08-29 13:44:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1755, NULL, NULL, 'wolf-dietrich.schwarzer@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, NULL, NULL, '46.187.25.61', '2020-08-30 03:51:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1756, NULL, NULL, 'mateiiasawmi@gmail.com', '4bdfac3c67475b053252e7555509c249', 'R. Malsawmhlui', NULL, NULL, NULL, '157.40.129.201', '2020-09-01 14:55:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1757, NULL, NULL, 'sanchetigazal23@gmail.com', '7a47f185de4f05bf427ae80440b6a28b', 'Gazal Sancheti', NULL, NULL, NULL, '117.237.235.248', '2020-09-01 22:10:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1758, NULL, NULL, 'j.u.ry..oz.er.@gmail.com', '038c6d918bdfc4d5d1c7c8e57b8e893f', 'RolankaB', NULL, NULL, NULL, '37.120.143.61', '2020-09-02 05:31:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(1759, NULL, NULL, 'halifas@sakhpubo.ru', '737814abf0e57780fbc9a424951b2c8c', 'FatuRect', NULL, NULL, NULL, '185.143.172.80', '2020-09-03 00:01:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1760, NULL, NULL, 'gorlinag@list.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'sahaha', NULL, NULL, NULL, '93.124.105.236', '2020-09-03 00:58:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1761, NULL, NULL, 'cac@elsan.kiev.ua', '505723b05c2e7f3141ba3f80e1725066', 'ViViTrON', NULL, NULL, NULL, '134.249.147.157', '2020-09-03 10:29:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1762, NULL, NULL, 'arinaavtahova@gmail.com', '29c01be8df0ba56561ce8b6046c081ce', 'ybrtifWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-09-03 15:40:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1763, NULL, NULL, 'adityamondal2007@yahoo.co.in', '35e4a8c7077eeac19fc1029cc6cab944', 'Aditya Mondal', NULL, NULL, NULL, '223.176.50.29', '2020-09-03 22:21:37', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1764, NULL, NULL, 'belosimak@meta.ua', 'e9377f386d653129492228c83d53dc2e', 'Thilale', NULL, NULL, NULL, '178.137.90.95', '2020-09-04 14:22:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1765, NULL, NULL, 'tewari.mridul@yahoo.com', '832ed611c3d010fcc4a98d842785c9ca', 'Mridul Tewari', NULL, NULL, NULL, '103.112.34.219', '2020-09-04 16:02:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1766, NULL, NULL, 'levsinlev90@gmail.com', '29c01be8df0ba56561ce8b6046c081ce', 'hjvfWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-09-06 09:33:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1767, NULL, NULL, 'artusak@sakhpubo.ru', 'e1bc1caa8c1c8e322f754c6a0a7d1813', 'ZeiworkRect', NULL, NULL, NULL, '185.143.172.80', '2020-09-06 16:50:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1768, NULL, NULL, 'aloisia-fazio@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, NULL, NULL, '46.187.25.61', '2020-09-07 20:11:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1769, NULL, NULL, 'singhhardev@yahoo.com', '74fc397f293675493d1b7dd9ceea4ff9', 'HARDEV SINGH', NULL, NULL, NULL, '106.223.92.23', '2020-09-07 21:04:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1770, NULL, NULL, 'sivanandhvanka@gmail.com', 'e01850558d1187d909f582206425ce49', 'Sivanandh Lahiri', NULL, NULL, NULL, '103.46.234.206', '2020-09-07 21:30:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1771, NULL, NULL, 'cndas641972@gmail.com', '4e4267b422b9e81551f552c3a4ca0ffa', 'CHANDRANATH DAS ', NULL, NULL, NULL, '157.40.20.51', '2020-09-11 19:27:56', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1772, NULL, NULL, 'manojjainadvocatejaipur@gmail.com', '5f57c08b0edde89daf27cf82c746120d', 'Manoj Jain Advocate', NULL, NULL, NULL, '157.37.163.31', '2020-09-12 14:40:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1773, NULL, NULL, 'gasinas@sakhpubo.ru', '304b1d17ff17c4599136acc3afad2953', 'GuesporRect', NULL, NULL, NULL, '185.143.172.80', '2020-09-12 15:12:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1774, NULL, NULL, 'micziwal@go2.pl', '8f0c5fcfd235ea9fecf64b5f60de8afe', 'Micziwalpyday', NULL, NULL, NULL, '213.217.225.176', '2020-09-13 17:21:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1775, NULL, NULL, 'ubuntu@b1t.ru', '47d2d897cc9a81d8edad94bdb502b692', 'jhannatit', NULL, NULL, NULL, '98.143.145.29', '2020-09-15 05:11:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1776, NULL, NULL, 'seshan.ibt@gmail.com', '0ed6011eb4740ae85e5e2fa3a73f4575', 'Arunseshan Chandrasekaran', NULL, NULL, NULL, '157.46.64.72', '2020-09-15 12:45:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1777, NULL, NULL, 'nadeshdadreissigacker@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, NULL, NULL, '46.187.25.61', '2020-09-15 16:53:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1778, NULL, NULL, 'barsburst@meta.ua', 'e9377f386d653129492228c83d53dc2e', 'dioniew', NULL, NULL, NULL, '46.118.158.198', '2020-09-16 08:06:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1779, NULL, NULL, 'dorovaslavina1995@rambler.ru', 'a1b7b9a0bb0094ce309c498d1d58c16c', 'StevenHit', NULL, NULL, NULL, '115.223.7.110', '2020-09-17 08:20:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1780, NULL, NULL, 'enzoperezriver3@gmail.com', '29c01be8df0ba56561ce8b6046c081ce', 'BurisiWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-09-17 18:52:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1781, NULL, NULL, 'gorl1985@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'dahar', NULL, NULL, NULL, '93.124.60.35', '2020-09-20 02:31:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1782, NULL, NULL, 'allascheler@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, NULL, NULL, '46.187.25.61', '2020-09-20 03:09:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1783, NULL, NULL, 'za-splav@mail.ru', '08433e772f99bd2090ee8cced0a2ea6a', 'Anthonyrem', NULL, NULL, NULL, '93.85.76.180', '2020-09-21 03:07:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1784, NULL, NULL, 'cuqu@iroquzap.asia', '8e0f39e196620a5b74b9538f866cd18d', 'Zacesebaqoo', NULL, NULL, NULL, '159.224.255.154', '2020-09-22 00:15:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1785, NULL, NULL, 'utuberinov@gmail.com', 'f358f767cd2fa4889f3d99e07cff8d8d', 'Dennisutinc', NULL, NULL, NULL, '217.107.194.18', '2020-09-22 02:45:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1786, NULL, NULL, 'babara.kohnert@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, NULL, NULL, '46.187.25.61', '2020-09-22 15:50:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1787, NULL, NULL, 'mihail534321@gmail.com', '29c01be8df0ba56561ce8b6046c081ce', 'DecembristWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-09-22 16:16:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1788, NULL, NULL, 'guruprasadposugade@gmail.com', 'a32e93490b24747b63673327798e22ea', 'Guruprasad Posugade', NULL, NULL, NULL, '116.75.20.150', '2020-09-23 13:27:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1789, NULL, NULL, 'kolis.bolis+1212@bk.ru', '40227610931aaf203e3c5c919daeb0a9', '922773811 Ð’ÐÐ¨ Ð‘ÐžÐÐ£Ð¡ ÐŸÐž Ð¡Ð¡Ð«Ð›ÐšÐ• www.mail.ru', NULL, NULL, NULL, '109.72.243.249', '2020-09-24 07:59:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1790, NULL, NULL, 'kolis.bolis6+124@bk.ru', '40227610931aaf203e3c5c919daeb0a9', '942495792 Ð‘Ð¾Ð½ÑƒÑÐ½Ð¾Ðµ_Ð²Ð¾Ð·Ð½Ð°Ð³Ñ€Ð¾Ð¶Ð´ÐµÐ½Ð¸Ðµ www.mail.ru', NULL, NULL, NULL, '109.72.243.249', '2020-09-24 08:10:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1791, NULL, NULL, 'sofakiseleva1968@autorambler.ru', '6a12ab0bc8fa896a57833eb60fa27556', 'HiFiHiF1Dor', NULL, NULL, NULL, '185.225.28.57', '2020-09-25 14:03:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1792, NULL, NULL, 'zaraig1254@gmail.com', '29c01be8df0ba56561ce8b6046c081ce', 'fkmbyWakenty', NULL, NULL, NULL, '178.159.37.88', '2020-09-25 18:08:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1793, NULL, NULL, 'catch@which.marksypark.com', '52c9b4d0bfc276f77a2a85cd9da40736', 'JerryRob', NULL, NULL, NULL, '173.234.158.163', '2020-09-25 21:54:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1794, NULL, NULL, 'za-splav@yandex.com', 'e3c27372be210b7c293d62a6c9ad5119', 'SocorroOxibe', NULL, NULL, NULL, '178.127.195.68', '2020-09-26 17:59:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1795, NULL, NULL, 'dhatrak.pratik54@gmail.com', '528774d524a82e01a08043ca546f617c', 'Pratik Dhatrak', NULL, NULL, NULL, '117.207.38.41', '2020-09-26 22:22:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1796, NULL, NULL, 'fomich.vera8765@mail.ru', 'ddeadad766ce2eddab217c761f0c442b', 'NnabbsazBaw', NULL, NULL, NULL, '176.110.134.2', '2020-09-27 02:27:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1797, NULL, NULL, 'ivanleckov315@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'himilianaWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-09-28 02:37:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1798, NULL, NULL, 'hohmannjames@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, NULL, NULL, '46.187.25.61', '2020-09-28 02:53:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1799, NULL, NULL, 'sunilwuci@gamil.com', '447db435e7c7503aec3f4f05a6aeb6c9', 'Sunil  Kumar', NULL, NULL, NULL, '106.202.23.240', '2020-09-28 13:59:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1800, NULL, NULL, 'karionaboireccova@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'ybyjifWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-09-30 21:58:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1801, NULL, NULL, 'divyasreenivasakam@gmail.com', 'fd9c9a0aec4ad086f032988edec2538b', 'Divya ', NULL, NULL, NULL, '61.2.65.230', '2020-10-02 11:58:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1802, NULL, NULL, 'ravi_llb2000@yahoo.com', '2e960d9b0ab9229efcfc224da7648ffe', 'K.Ravi Kumar Achary', NULL, NULL, NULL, '157.41.38.104', '2020-10-02 16:58:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1803, NULL, NULL, 'jackvis343@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'vtktifWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-10-04 02:18:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1804, NULL, NULL, 'ultrasale2025@gmail.com', 'c2cf73e62a4b738ca3bee9f6d458e564', 'ultradonsi', NULL, NULL, NULL, '87.237.42.71', '2020-10-06 05:40:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1805, NULL, NULL, 'gorlin59@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'jdikiirf', NULL, NULL, NULL, '93.124.105.180', '2020-10-07 05:19:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1806, NULL, NULL, 'sktajhp2000@gmail.com', 'afdc14e2da408c0fb954110533ad8f83', 'SK HASIBUL ALAM', NULL, NULL, NULL, '157.43.233.113', '2020-10-07 07:50:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1807, NULL, NULL, 'h.en.t.ai.worldp.i.c.tu.re.s5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'MerillSwota', NULL, NULL, NULL, '176.99.188.100', '2020-10-07 19:53:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1808, NULL, NULL, 'tempoo626232418@gmail.com', '9bc8c05e93402a3ccf473dc829cd8f9c', 'Brus joW', NULL, NULL, NULL, '89.187.182.6', '2020-10-09 02:36:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1809, NULL, NULL, 'athulyaa.mp@gmail.com', '90e58820765a07239799bf7f4614a801', 'Athulya Mp ', NULL, NULL, NULL, '122.171.53.21', '2020-10-09 02:37:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1810, NULL, NULL, 'ivanshevchenko887@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'SenyaWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-10-09 21:49:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1811, NULL, NULL, 'evgeshavoli24@gmail.com', '18e7b21dc7d22a22dbb172893702b3b5', 'OlpuG', NULL, NULL, NULL, '213.59.158.2', '2020-10-09 23:01:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1812, NULL, NULL, 'dcostaom@gmail.com', '4b0c60aa6b12fb60f25105e289649667', 'Om Dcosta', NULL, NULL, NULL, '152.57.224.65', '2020-10-10 12:28:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1813, NULL, NULL, 'n.orm.a.n.we.e.k.e.rst.rup.l.us.w.r.o.ngf.r.ees@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-10-10 18:36:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1814, NULL, NULL, 'marat.kahramov@gmail.com', 'ebbc989a638884f507c547f5b4cac4a6', 'MaratPsync', NULL, NULL, NULL, '185.117.118.252', '2020-10-11 07:17:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1815, NULL, NULL, 'gilsageorgecky8494@gmail.com', 'c12ba2bd6e786d9f0c5eb2a8281da0a5', 'Gilsa George', NULL, NULL, NULL, '223.228.150.2', '2020-10-12 10:21:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1816, NULL, NULL, 'ledtehnology-ru2@1gb.ru', 'ccf658adb6b31555db7da634841237b6', 'Billylisse', NULL, NULL, NULL, '95.181.86.74', '2020-10-13 01:05:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1817, NULL, NULL, 'maria_luise_jastram@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, NULL, NULL, '46.187.38.244', '2020-10-14 09:03:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1818, NULL, NULL, 'sale@za-splav.by', '6361e7aa76974847964cf2ea10440335', 'BarbaraWoulp', NULL, NULL, NULL, '178.122.207.82', '2020-10-15 16:37:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1819, NULL, NULL, 'kolosevsergej1@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'kuzminichnaWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-10-15 20:20:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1820, NULL, NULL, '1@sh1371291.a.had.su', '748838f1178df28061e57a3490181fb3', 'Robertbus', NULL, NULL, NULL, '95.73.43.212', '2020-10-16 10:28:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1821, NULL, NULL, 'catch@big.fanficforum.com', '82335612624c3d6dac4737e709da7f31', 'StephenBluer', NULL, NULL, NULL, '173.234.158.163', '2020-10-16 12:24:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1822, NULL, NULL, 'mcelvis680@gmail.com', '9e334b1f16bcbb68404a5322c5e866b1', 'BruceZekly', NULL, NULL, NULL, '124.65.117.38', '2020-10-16 13:02:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1823, NULL, NULL, 'shraddhachughra1@gmail.com', '175e875b2a9bf5f89c52445492268455', 'shraddha chughra', NULL, NULL, NULL, '103.100.214.243', '2020-10-16 13:50:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1824, NULL, NULL, 'ledtehnology-ru1@1gb.ru', 'ccf658adb6b31555db7da634841237b6', 'Billylisse', NULL, NULL, NULL, '47.110.49.177', '2020-10-16 23:02:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1825, NULL, NULL, 'vethidan_malai@yahoo.co.in', '6df8cb3f7ad719a443b678157bf0701b', 'Annamalai M', NULL, NULL, NULL, '112.133.236.65', '2020-10-17 16:09:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1826, NULL, NULL, 'alexfremanbest@yandex.ru', 'a11b4e07c82399b980e288a4bec774ab', 'Haroldsturn', NULL, NULL, NULL, '194.88.143.19', '2020-10-18 05:46:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1827, NULL, NULL, 'S.bageerathan@gmail.com', '257f876e7faa322092c201b66ee6e205', 'Bageerathan', NULL, NULL, NULL, '122.174.246.62', '2020-10-18 16:16:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1828, NULL, NULL, 'offgstand@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'ybrjkfqWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-10-18 20:39:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1829, NULL, NULL, 'juggubai@gmail.com', '2de4736b412365aafdf8fd544432e25c', 'Jegajeevan', NULL, NULL, NULL, '42.111.136.221', '2020-10-19 10:17:18', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(1830, NULL, NULL, 'p.r.i.megra.ni.t20.19@gmail.com\r\n', '7f406127c54a6420a19552e3047990a3', 'Zelenaxli', NULL, NULL, NULL, '45.132.138.15', '2020-10-19 16:01:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1831, NULL, NULL, 'nayaksharad2008@gmail.com', '5fe4165cd891196dd1eaca3714be07ef', 'Sharad Nayak', NULL, NULL, NULL, '47.8.162.251', '2020-10-20 10:35:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1832, NULL, NULL, 'domkesiegrid@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, NULL, NULL, '46.187.38.244', '2020-10-20 11:56:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1833, NULL, NULL, 'admin@wrench.buzz', 'b00418d14af2d949b8288fedc599f04e', 'Michaelinsob', NULL, NULL, NULL, '94.155.33.139', '2020-10-21 05:40:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1834, NULL, NULL, 'coralmorpel275@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'goroundWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-10-21 21:30:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1835, NULL, NULL, 'deroinoc.orctroll@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Bist nicht schuchtern und schreibst mir hier) Finde mich nach meinem Spitznamen - und ich sende dir fotos: https://megaflirt.page.link/5Z38 305075', NULL, NULL, NULL, '193.202.81.94', '2020-10-22 04:25:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1836, NULL, NULL, 'gillespero@gmx.de', '47f4840e37740a52521ef37458806fef', 'CangeCof', NULL, NULL, NULL, '46.187.38.244', '2020-10-22 18:17:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1837, NULL, NULL, 'razuzleg1@nextfashion.ro', '6bcad2a153a1619243d4e5a97dd64175', 'Armandoswalf', NULL, NULL, NULL, '143.244.54.103', '2020-10-22 18:59:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1838, NULL, NULL, 'mohsen.elezovic@gmx.de', '0ab59e456ff06a1981fb582681e47109', 'Melany\r\n', NULL, NULL, NULL, '46.8.213.13', '2020-10-24 19:14:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1839, NULL, NULL, 'ikovledanilovich2687@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'xeniaWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-10-24 21:47:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1840, NULL, NULL, 'sandiphembrom47@gmail.com', '6db2ccc57a0fa343724b43b824f9cc36', 'SANDIP HEMBROM', NULL, NULL, NULL, '223.191.50.34', '2020-10-25 09:05:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1841, NULL, NULL, 'p.le.nkis.filmby@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniovxf', NULL, NULL, NULL, '45.137.198.29', '2020-10-25 22:06:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1842, NULL, NULL, 'shina.m.ins.k2015@gmail.com\r\n', 'c5395a94b59e684359c55334af4a7ef5', 'Andreyhny', NULL, NULL, NULL, '37.120.217.51', '2020-10-27 07:34:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1843, NULL, NULL, 'facheeva@mail.ru', '277200d94843aa766e20b2d3b79fa496', 'MalVic', NULL, NULL, NULL, '78.138.157.42', '2020-10-27 11:06:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1844, NULL, NULL, 'larinalena942@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'inulaWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-10-27 23:12:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1845, NULL, NULL, 'rosmeauxw00@rambler.ru', '3db66b972e853f15b220880b0499f17d', 'Kennethfrabs', NULL, NULL, NULL, '45.146.168.71', '2020-10-28 03:30:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1846, NULL, NULL, 'gildas@sakhpubo.ru', 'b52f94020da073d986dc5268cda8fa4a', 'LauraRect', NULL, NULL, NULL, '185.143.172.80', '2020-10-29 10:31:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1847, NULL, NULL, 'splav0803@yandex.by', '457b4a8f5d99ebb99ecb34966bb04f3e', 'AliciaElamn', NULL, NULL, NULL, '178.121.238.63', '2020-10-30 03:16:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1848, NULL, NULL, 'parimatchgoo@gmail.com', '42fe37e9438304abf03f3b7aacf9bb6b', 'parimatch', NULL, NULL, NULL, '46.33.33.81', '2020-10-30 14:05:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1849, NULL, NULL, 'im4564558@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'kbpfdtnrfWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-10-30 21:15:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1850, NULL, NULL, 'margaritamyassumova8ee1@yandex.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'fwghwehg3g  https://telegra.ph', NULL, NULL, NULL, '178.71.184.143', '2020-10-31 05:39:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1851, NULL, NULL, 'ryancuoio@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'gfykz', NULL, NULL, NULL, '51.91.67.153', '2020-10-31 22:06:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1852, NULL, NULL, 'memichaelevans2@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Vasilina', NULL, NULL, NULL, '85.113.129.7', '2020-10-31 22:10:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1853, NULL, NULL, 'dominguez.maria60@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'vbyif', NULL, NULL, NULL, '85.113.129.7', '2020-10-31 22:11:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1854, NULL, NULL, '<title>404 Not Found</title>', 'ba3d2194d717584b7dfbb68af664efd9', 'atlekz', NULL, NULL, NULL, '51.91.67.153', '2020-10-31 22:19:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1855, NULL, NULL, 'lefty_2305@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'petyan', NULL, NULL, NULL, '85.113.129.7', '2020-10-31 22:24:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1856, NULL, NULL, 'saffoldbrigitte@att.net', 'ba3d2194d717584b7dfbb68af664efd9', 'Consalvo', NULL, NULL, NULL, '51.91.67.153', '2020-10-31 22:32:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1857, NULL, NULL, '<h1>Not Found</h1>', 'ba3d2194d717584b7dfbb68af664efd9', 'Malanra', NULL, NULL, NULL, '85.113.129.7', '2020-10-31 22:36:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1858, NULL, NULL, 'ktmarshall@hotmail.co.uk', 'ba3d2194d717584b7dfbb68af664efd9', 'lega', NULL, NULL, NULL, '85.113.129.7', '2020-10-31 22:37:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1859, NULL, NULL, 'apologistofchrist@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'nastyura', NULL, NULL, NULL, '51.91.67.153', '2020-10-31 22:51:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1860, NULL, NULL, '<html><head>', 'ba3d2194d717584b7dfbb68af664efd9', 'yfnekz', NULL, NULL, NULL, '51.91.67.153', '2020-10-31 22:58:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1861, NULL, NULL, 'avilargentona@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Authis', NULL, NULL, NULL, '51.91.67.153', '2020-10-31 23:11:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1862, NULL, NULL, 'nathanappleby14@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Vityula', NULL, NULL, NULL, '85.113.129.7', '2020-10-31 23:11:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1863, NULL, NULL, 'lisapetersonpa@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Velanis', NULL, NULL, NULL, '51.91.67.153', '2020-10-31 23:18:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1864, NULL, NULL, 'terrilisa@sky.com', 'ba3d2194d717584b7dfbb68af664efd9', 'fyfcnfcrf', NULL, NULL, NULL, '51.91.67.153', '2020-10-31 23:25:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1865, NULL, NULL, 'elissarump@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Vyacha', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 00:12:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1866, NULL, NULL, 'karenjuillerat@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'tahjcbvsx', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 00:19:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1867, NULL, NULL, 'sunniemom@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'rfhbyf', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 00:25:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1868, NULL, NULL, 'faresfam4@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'maximilian', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 00:32:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1869, NULL, NULL, 'restruktf@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Kagazshura', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 00:32:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1870, NULL, NULL, 'jassya1992@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'ybk', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 00:38:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1871, NULL, NULL, 'danoshea92@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'jhzif', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 00:38:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1872, NULL, NULL, 'mackenzieknapik1998@outlook.com', 'ba3d2194d717584b7dfbb68af664efd9', 'lina', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 00:39:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1873, NULL, NULL, 'sndfreak@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'dtytlbrn', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 00:45:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1874, NULL, NULL, 'm.kopp@absoluteeldercare.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Beabandis', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 00:52:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1875, NULL, NULL, 'buckleynyc2000@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Badid', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 01:00:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1876, NULL, NULL, 'faeriesr4real@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'rfhbyf', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 01:04:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1877, NULL, NULL, 'tonicdt@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'nude', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 01:05:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1878, NULL, NULL, 'buchanandm5@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'kbk.yz', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 01:12:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1879, NULL, NULL, 'pschoenberger93@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Baramar', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 01:12:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1880, NULL, NULL, 'mhueske@comcast.net', 'ba3d2194d717584b7dfbb68af664efd9', 'vein', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 01:13:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1881, NULL, NULL, 'danieljames51@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'dfcbkbz', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 01:20:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1882, NULL, NULL, '5122966354@tmomail.net', 'ba3d2194d717584b7dfbb68af664efd9', 'Kailiti', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 01:22:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1883, NULL, NULL, '<p>The requested URL /30.txt was not found on this server.</p>', 'ba3d2194d717584b7dfbb68af664efd9', 'viola', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 01:25:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1884, NULL, NULL, 'cgutwalt@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Benns', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 01:26:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1885, NULL, NULL, 'valegirl@live.com', 'ba3d2194d717584b7dfbb68af664efd9', 'pffhbz', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 01:27:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1886, NULL, NULL, '<address>Apache/2.4.10 (Unix) Server at e-s.pw Port 80</address>', 'ba3d2194d717584b7dfbb68af664efd9', 'Rothenberg', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 01:37:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1887, NULL, NULL, 'paul.aiello@govertical.net', 'ba3d2194d717584b7dfbb68af664efd9', 'Wurster', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 01:39:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1888, NULL, NULL, 'codefinger@cox.net', 'ba3d2194d717584b7dfbb68af664efd9', 'lead', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 01:41:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1889, NULL, NULL, 'eric@stanleymaxwell.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Celore', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 01:41:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1890, NULL, NULL, 'mariagreece1@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'vfhktif', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 01:41:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1891, NULL, NULL, 'tpualani@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Yurich', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 01:48:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1892, NULL, NULL, 'dave@hobbs-family.com', 'ba3d2194d717584b7dfbb68af664efd9', 'kuzma', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 01:54:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1893, NULL, NULL, 'mjvdwoude@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'nfkz', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 02:00:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1894, NULL, NULL, 'aschwartz10@tampabay.rr.com', 'ba3d2194d717584b7dfbb68af664efd9', 'kbpeyz', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 02:07:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1895, NULL, NULL, '<hr>', 'ba3d2194d717584b7dfbb68af664efd9', 'Valentinych', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 02:12:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1896, NULL, NULL, 'justin.yamada@outlook.com', 'ba3d2194d717584b7dfbb68af664efd9', 'artemka', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 02:20:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1897, NULL, NULL, 'yoy.fyw@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Ruslana', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 02:28:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1898, NULL, NULL, 'cwhite425@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Gashakar', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 02:47:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1899, NULL, NULL, 'suzanne.nuttall@rogers.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Arihelm', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 03:00:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1900, NULL, NULL, 'trike_2010@mail.ru', 'ba3d2194d717584b7dfbb68af664efd9', 'ulyanka', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 03:06:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1901, NULL, NULL, 'rif81@yandex.ru', 'ba3d2194d717584b7dfbb68af664efd9', 'Viyphiko', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 03:16:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1902, NULL, NULL, 'supertman16@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'gesha', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 03:28:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1903, NULL, NULL, 'asdfg__12@naver.com', 'ba3d2194d717584b7dfbb68af664efd9', 'dfhnf', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 03:31:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1904, NULL, NULL, 'vchevsky@comcast.net', 'ba3d2194d717584b7dfbb68af664efd9', 'darina', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 03:35:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1905, NULL, NULL, 'themom@sio.midco.net', 'ba3d2194d717584b7dfbb68af664efd9', 'Agamalore', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 03:41:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1906, NULL, NULL, 'jworld_90@nate.com', 'ba3d2194d717584b7dfbb68af664efd9', 'mitula', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 03:44:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1907, NULL, NULL, 'dbonner049@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'mitrash', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 03:54:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1908, NULL, NULL, 'bnidentity@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'dunyasha', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 03:54:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1909, NULL, NULL, 'Buttercreme767@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Johneve', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 04:00:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1910, NULL, NULL, 'PFEFFERSL@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'baptizing', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 04:01:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1911, NULL, NULL, 'jan.stallaert@business.uconn.edu', 'ba3d2194d717584b7dfbb68af664efd9', 'Yelusha', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 04:06:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1912, NULL, NULL, 'ahhuynh89@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'gtnhz', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 04:30:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1913, NULL, NULL, 'thedylanw@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'utyecz', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 04:31:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1914, NULL, NULL, 'ally_235@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'cabhrf', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 04:33:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1915, NULL, NULL, 'teamfranco1327@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Ritoha', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 04:45:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1916, NULL, NULL, 'k_childerhose@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'vfrcbvbkmzysx', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 04:50:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1917, NULL, NULL, 'tapadgett87@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Ritoha', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 04:56:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1918, NULL, NULL, 'claudiakennedy49@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'lbjybcbz', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 05:03:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1919, NULL, NULL, 'JHAWKLRK@AOL.COM', 'ba3d2194d717584b7dfbb68af664efd9', 'drowning', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 05:31:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1920, NULL, NULL, 'repjay@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Sergusya', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 05:32:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1921, NULL, NULL, 'GFRAIGUN@GMAIL.COM', 'ba3d2194d717584b7dfbb68af664efd9', 'Inna', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 05:35:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1922, NULL, NULL, 'koshik77dron@gmail.com', 'b7df8471aae6734ef64a1f0d4d2f244e', 'Josmelm', NULL, NULL, NULL, '115.223.7.110', '2020-11-01 05:37:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1923, NULL, NULL, 'm_w_amundson@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'melting', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 05:46:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1924, NULL, NULL, '</body></html>', 'ba3d2194d717584b7dfbb68af664efd9', 'Matthew', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 05:59:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1925, NULL, NULL, 'ellgrims@outlook.com', 'ba3d2194d717584b7dfbb68af664efd9', 'hmbx', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 06:05:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1926, NULL, NULL, 'davdyepiz1@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'dthrf', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 06:11:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1927, NULL, NULL, 'ch.chambordon@bluewin.ch', 'ba3d2194d717584b7dfbb68af664efd9', 'Yasiaforever', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 06:19:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1928, NULL, NULL, 'taraleerocks@verizon.net', 'ba3d2194d717584b7dfbb68af664efd9', 'vbktyrf', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 06:24:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1929, NULL, NULL, 'harvdog26@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Waiso', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 06:46:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1930, NULL, NULL, 'slc_384@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Binthars', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 07:06:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1931, NULL, NULL, 'andrewaveling@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Xinndabe', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 07:19:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1932, NULL, NULL, 'stevesettantuno@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'vehf', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 07:46:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1933, NULL, NULL, 'fazilanlalani@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'rbhf', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 07:53:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1934, NULL, NULL, 'ktownlove@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Leppie', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 08:00:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1935, NULL, NULL, '8elgin3dh@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'fhntvblrf', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 08:34:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1936, NULL, NULL, 'ablancog@outlook.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Buzatus', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 09:24:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1937, NULL, NULL, 'B.MITCHELL3@YAHOO.COM', 'ba3d2194d717584b7dfbb68af664efd9', 'Decembrist', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 09:35:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1938, NULL, NULL, 'garciaordaz@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'svetlanich', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 10:21:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1939, NULL, NULL, 'polysics_or_die@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Ballalune', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 10:40:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1940, NULL, NULL, 'samon.89@hotmail.it', 'ba3d2194d717584b7dfbb68af664efd9', 'boris', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 10:52:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1941, NULL, NULL, 'tdaniels@jd-inc.com', 'ba3d2194d717584b7dfbb68af664efd9', 'alexania', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 11:46:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1942, NULL, NULL, 'ampepe38@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'tvtkmzysx', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 11:53:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1943, NULL, NULL, 'betospedroso@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'tench', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 12:08:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1944, NULL, NULL, 'michelle.sunnyside@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'talina', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 13:23:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1945, NULL, NULL, 'khromovpavel@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Fordrern', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 13:31:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1946, NULL, NULL, 'smokeyjoe1@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'yin', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 13:54:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1947, NULL, NULL, 'keyonnaholloway@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'olezhka', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 14:07:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1948, NULL, NULL, 'pbarnes555@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'dbnf', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 14:26:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1949, NULL, NULL, 'samir20041@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Varya', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 15:12:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1950, NULL, NULL, 'finleyfredrick@werkbike.com', '7206ea04fd837adb53cbfd6c68861b3d', 'KimDioro', NULL, NULL, NULL, '45.158.44.2', '2020-11-01 15:18:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1951, NULL, NULL, 'Shopdiva08@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Lesha', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 15:21:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1952, NULL, NULL, 'adamcameron77@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Quemal', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 15:26:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1953, NULL, NULL, 'pinkmeabi@yahoo.co.uk', 'ba3d2194d717584b7dfbb68af664efd9', 'Balladolbine', NULL, NULL, NULL, '85.113.129.7', '2020-11-01 15:28:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1954, NULL, NULL, 'anderson-1@charter.net', 'ba3d2194d717584b7dfbb68af664efd9', 'Coffefak', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 15:35:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1955, NULL, NULL, 'oscarwatkins@live.com', 'ba3d2194d717584b7dfbb68af664efd9', 'fdljnmz', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 15:43:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1956, NULL, NULL, 'larisalevit@yandex.ru', '00aef4507c7d8b050f42e68205877a71', 'sdfjdfkdsljgfdg http://samsung.com', NULL, NULL, NULL, '135.181.113.250', '2020-11-01 16:04:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1957, NULL, NULL, 'aqtmrbsytrrbp@bk.ru', '25f9e794323b453885f5181f1b624d0b', 'Boris https://ya.ru', NULL, NULL, NULL, '165.231.178.19', '2020-11-01 16:24:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1958, NULL, NULL, 'robert.oehl@web.de', 'ba3d2194d717584b7dfbb68af664efd9', 'Dorinaya', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 16:27:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1959, NULL, NULL, 'michael@julmosen.dk', 'ba3d2194d717584b7dfbb68af664efd9', 'anyuta', NULL, NULL, NULL, '51.91.67.153', '2020-11-01 16:34:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1960, NULL, NULL, '66lisa81@mail.ru', '8d95123c593119bc80d2cf63477e4c56', 'Charlesmix', NULL, NULL, NULL, '109.194.246.48', '2020-11-01 21:53:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1961, NULL, NULL, 'marvinrivera4174@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'rjrfWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-11-02 21:38:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1962, NULL, NULL, 'idellokastello@gmail.com', '76e1d7eb4351a76590d415e40fb9f88e', 'mitunsIsole', NULL, NULL, NULL, '84.17.52.165', '2020-11-03 09:50:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1963, NULL, NULL, 'rrffhwe@yandex.com', 'e842516f5c39d1294d25ef4c8e642faf', 'Loastalcoth', NULL, NULL, NULL, '2.61.170.164', '2020-11-03 14:27:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1964, NULL, NULL, 'sh.i.n.a.min.s.k20.1.5@gmail.com\r\n', 'a6eb3d3f0ba87900dbb7d34839b71d9c', 'Pavlosukn', NULL, NULL, NULL, '193.176.86.215', '2020-11-03 15:55:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1965, NULL, NULL, 'n.o.r.man.weeke.rs.tr.upl.u.s.wr.o.n.gfr.e.e.s.@gmail.com', 'bc481f40fa53761f2c6a331da5632e04', 'jackhek', NULL, NULL, NULL, '188.165.232.202', '2020-11-04 05:29:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1966, NULL, NULL, 'leonidkindt3ih1vhw@inbox.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'rhgwergewqww  https://www.facebook.com', NULL, NULL, NULL, '178.176.78.62', '2020-11-04 12:56:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1967, NULL, NULL, 'je.n.t.a.iw.or.ld.p.i.ct.u.ret5@gdemoy.site', '1d61eb69ac084d89e42614368e6d7256', 'InvillPrigh', NULL, NULL, NULL, '176.99.174.213', '2020-11-05 07:17:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1968, NULL, NULL, 'dennisbonner1969@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'byekzWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-11-05 22:10:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1969, NULL, NULL, 'sani56cns@gmail.com', 'd8e6f1fc9e6eccbb4cb6c57d0ca2872c', 'SANI MONDAL', NULL, NULL, NULL, '202.142.65.99', '2020-11-06 16:21:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1970, NULL, NULL, 'j.a.n.n.ak.u.chin.s.k.a.ya.201.9@gmail.com\r\n', '65e652f7bd75d739470155a156eb4bca', 'Jannaipj', NULL, NULL, NULL, '45.133.88.20', '2020-11-07 04:36:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1971, NULL, NULL, 'shullerdoor@yandex.ru', 'd48cc9df197cb5bc7a29cacf468c85e4', 'jerifkritersroom https://apple.com', NULL, NULL, NULL, '109.248.167.244', '2020-11-08 08:03:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1972, NULL, NULL, 'j.en.tai.w.or.ldp.ic.t.ur.et5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillPrigh', NULL, NULL, NULL, '46.39.55.138', '2020-11-08 13:13:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1973, NULL, NULL, 'angelinarad455@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'rjcnzfWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-11-08 18:37:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1974, NULL, NULL, 'catch@clean.cowsnbullz.com', '43d4f0e32d7c3b307769e934df23377d', 'DavidCox', NULL, NULL, NULL, '173.234.158.163', '2020-11-08 19:45:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1975, NULL, NULL, 'arbelow78@gmail.com', '5fcdd3cc4616fe165947eb8246060c8f', 'Davidkef', NULL, NULL, NULL, '188.187.28.206', '2020-11-09 13:19:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1976, NULL, NULL, 'dt.tramp@yandex.ru', 'aea984b944eab8f56003d5ac8d41c5dd', 'qXxleqbcE  https://www.wikipedia.org/', NULL, NULL, NULL, '109.248.13.70', '2020-11-09 23:34:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1977, NULL, NULL, 'karinadarmenova05@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'kzkzWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-11-11 18:33:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1978, NULL, NULL, 'valeriivorobushkin@yandex.ru', 'eebdaf3d1c3833f000e4766448501d0b', 'unpNkuqvhgqsAxe https://www.google.com/', NULL, NULL, NULL, '31.131.69.14', '2020-11-12 03:48:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1979, NULL, NULL, 'bkcasinoparimatch@gmail.com', '1b171d1ba608382e762c26f4ea2b3bb5', 'parimatch', NULL, NULL, NULL, '46.33.33.28', '2020-11-13 13:57:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1980, NULL, NULL, 'lika.panamareva98890@mail.ru', '088a2f17f0795539d1c0db7b28ed37de', 'LianamdKkBaw', NULL, NULL, NULL, '176.110.134.2', '2020-11-13 22:39:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1981, NULL, NULL, 'jen.taiwor.ldp.i.c.tu.ret5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillPrigh', NULL, NULL, NULL, '176.99.181.78', '2020-11-14 03:36:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1982, NULL, NULL, 'ahmedhamed5489@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'DaryushkaWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-11-14 18:37:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1983, NULL, NULL, 'norman.w.eek.e.r.st.rup.lu.sw.rongf.ree.s.@gmail.com', 'b33835bc95d875c580dd0291c98a4c27', 'samuelhek', NULL, NULL, NULL, '188.165.232.202', '2020-11-15 06:13:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1984, NULL, NULL, 'hugitius@sakhpubo.ru', '6a2c7e0ca3b2d6e7527ebdc40bd52c28', 'HugitiusRect', NULL, NULL, NULL, '185.143.172.80', '2020-11-15 17:16:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1985, NULL, NULL, 'p.ut.iloi.va.n73.567.81.2.3@gmail.com\r\n', 'c5395a94b59e684359c55334af4a7ef5', 'Andreymya', NULL, NULL, NULL, '45.137.198.27', '2020-11-15 19:49:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1986, NULL, NULL, '2antonovalesha1988+divan@gmail.com', '5e1b6334c2ddf8ac46dff3593b77190d', 'WInd', NULL, NULL, NULL, '93.100.132.97', '2020-11-16 05:30:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1987, NULL, NULL, 'welerqelmkq@hotmail.com', '8712e7e2774ceb25890dc826ffb14077', 'Peterter', NULL, NULL, NULL, '45.64.134.198', '2020-11-16 07:16:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1988, NULL, NULL, 'ikonnikovsafanur@rambler.ru', 'a126ee016dd7a022af4063fbbf713346', 'Walteranype', NULL, NULL, NULL, '45.134.24.9', '2020-11-16 20:49:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1989, NULL, NULL, 'u.se.rzalevs.k.i.ja.22.2.0.1@gmail.com\r\n', '65e652f7bd75d739470155a156eb4bca', 'Jannawbc', NULL, NULL, NULL, '185.253.162.133', '2020-11-17 20:49:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1990, NULL, NULL, 'hhthejudge26@gmail.com', '992f7cbd65d2148e7547ed25540eca28', 'Himanshu Tyagi', NULL, NULL, NULL, '27.62.173.52', '2020-11-17 21:32:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1991, NULL, NULL, 'manirathi06@gmail.com', '93991482a47bea15de783b465d03cd39', 'Rathidevi', NULL, NULL, NULL, '106.198.113.65', '2020-11-18 11:01:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1992, NULL, NULL, 'kadonisvlad140@gmail.com', 'c79a8e9ce66f5640473597df3aa14353', 'An operation 4lt was performed to send the receipt - see the document http://apple.com', NULL, NULL, NULL, '45.84.176.174', '2020-11-20 03:04:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1993, NULL, NULL, 'exeremucam@gmx.net', 'd41d8cd98f00b204e9800998ecf8427e', 'gdhdfgj5ty5sfghdjgfjhsdfghdfnghnjfgnbfvbnfgbdfgb https://facebook.com', NULL, NULL, NULL, '77.83.186.206', '2020-11-20 15:16:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1994, NULL, NULL, 'svetloksana1995@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'genuhaWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-11-20 18:16:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1995, NULL, NULL, 'sangi@dcom.space\r\n', '61f3f5aab5d8882535d866f816b3e8ad', 'Maxasync', NULL, NULL, NULL, '46.8.223.60', '2020-11-20 18:36:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(1996, NULL, NULL, 'timgrubelson@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'wooToifs', NULL, NULL, NULL, '185.108.106.229', '2020-11-20 19:42:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1997, NULL, NULL, 'lu.kino.v.i.c.h.2.0.2.01.3@gmail.com\r\n', '6f65f2b49e79f1e183bbd2a4fc73b43e', 'Duglasckn', NULL, NULL, NULL, '84.17.49.40', '2020-11-20 20:31:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1998, NULL, NULL, 'gorlin1950@mail.ru', 'd2fa3c58993c13b74f72d839b7f7c36b', 'Anthonysounc', NULL, NULL, NULL, '93.124.59.188', '2020-11-21 09:26:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(1999, NULL, NULL, 'krishnarao.karri@gmail.com', 'a7b99bcb9226205dd125de9f2c7d25fd', 'KARRI KRISHNA RAO', NULL, NULL, NULL, '223.186.67.93', '2020-11-24 15:33:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2000, NULL, NULL, 'saunaksarbajna@gmail.com', '3f5b181241d703d18cc7b9931684b755', 'SAUNAK SARBAJNA', NULL, NULL, NULL, '182.73.24.138', '2020-11-26 12:42:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2001, NULL, NULL, 'valrysmagin9977@gmail.com', 'b18596363340fdf2aeaf9572fa1fbc54', 'An operation 7oa was performed to send the receipt - see the document http://apple.com', NULL, NULL, NULL, '109.248.128.196', '2020-11-26 14:49:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2002, NULL, NULL, 'myrmargotut@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'chamomileWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-11-26 20:09:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2003, NULL, NULL, 'info@cskhatri.com', '6180559ab82db8f1640ec3467a5074ad', 'Kavin Khatri', NULL, NULL, NULL, '103.154.26.138', '2020-11-27 00:01:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2004, NULL, NULL, 'pradipbele@gmail.com', 'bc8240cfb6c5cce593210bfeff585609', 'Pallavi Bele', NULL, NULL, NULL, '223.229.184.103', '2020-11-28 00:40:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2005, NULL, NULL, 'akbvcxdaeha45@a.masum.cc', '0ab16e72682705d9947ece4b77bfc9ab', 'ThelmaBaise', NULL, NULL, NULL, '136.243.104.211', '2020-11-28 15:57:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2006, NULL, NULL, 'ssurbhi619@gmail.com', '12bbf73d1f49d499db421f4e03ab9cea', 'surbhi sharma', NULL, NULL, NULL, '103.77.42.83', '2020-11-28 20:16:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2007, NULL, NULL, 'kdongardive227@gmail.com\r\n', '6a72451a497e0b11db1f08b74775e531', 'See more nudism videos with me by click here\r\n https://bestswomens.page.link/HQTJ\r\n', NULL, NULL, NULL, '77.83.1.122', '2020-11-29 22:31:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2008, NULL, NULL, 'katyanikol987@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'anikitaWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-11-29 22:35:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2009, NULL, NULL, 'artyomsafonov1991870488l+toy@inbox.ru', '60f2e66feed372df3bf0879febc5e837', 'Nmvjefbjedddskhfugfhisjdiubgufihwsdjwsu ifhsidjiswfhdueihfiehifeji ifheidfheidhfiehfiejofejgi jfoedjfoejdgiehdfocjfdenghirho https://mail.ru/?bvncdbjdfjdfh=rhfidbvgjf', NULL, NULL, NULL, '138.199.18.63', '2020-11-30 01:42:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2010, NULL, NULL, 'modwyn@sakhpubo.ru', 'b52f94020da073d986dc5268cda8fa4a', 'modwynRect', NULL, NULL, NULL, '185.143.172.80', '2020-12-01 10:31:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2011, NULL, NULL, 'Pradeep37@gmail.com\r\n', 'f4369a7de712be9f4ba038ee70dea38a', 'Holla See more exposed videos with me by clicking here\r\n https://bestteen.page.link/V2Ko\r\n', NULL, NULL, NULL, '77.83.1.75', '2020-12-01 16:28:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2012, NULL, NULL, 'jjohnj.ohnson324@gmail.com', '7b64114bf0749874d1d37cb6bd8a934b', 'Jamesduake', NULL, NULL, NULL, '185.206.213.233', '2020-12-01 17:47:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2013, NULL, NULL, 'oa7tk@goposts.site', '5600feb0c6dd79ddf5c0ed88c0d4b95b', 'MatthewFluom', NULL, NULL, NULL, '109.196.172.252', '2020-12-02 02:09:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2014, NULL, NULL, 'j.en.t.aiwor.l.d.pi.c.t.u.r.e.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillLaw', NULL, NULL, NULL, '95.143.22.66', '2020-12-03 04:50:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2015, NULL, NULL, 'tarinosak@mail.ru', 'ca448c3609a9efb95ea9d76f96e094b4', 'Thopics', NULL, NULL, NULL, '92.255.198.132', '2020-12-03 15:58:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2016, NULL, NULL, 'chagnov@inbox.ru', 'fecc06a90534dd95f8d3c9f42dc23194', 'alexigorevich chagnoff https://apple.com #', NULL, NULL, NULL, '213.226.101.60', '2020-12-05 02:06:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2017, NULL, NULL, 'BIJU@SKYBEE.IN', 'e8f16841bc29e0cc21fb87c3a84be8ce', 'Biju Ganesh', NULL, NULL, NULL, '117.193.12.119', '2020-12-05 18:36:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2018, NULL, NULL, 'saidovakarina776@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'dflbifWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-12-05 23:55:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2019, NULL, NULL, 'dmlepq@saldov.club', '90dd15212522023a721de9a6ed24d218', 'Andrewwopay', NULL, NULL, NULL, '178.159.37.171', '2020-12-06 23:01:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2020, NULL, NULL, 'akimref31@gmail.com', '28a34e6a4ed1ba398bf73e9ffb77b49b', 'WilliamErymn', NULL, NULL, NULL, '72.210.252.134', '2020-12-08 15:18:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2021, NULL, NULL, 'mixaildryapko178@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'BalladordanaWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-12-08 20:24:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2022, NULL, NULL, 'm.ic.h.el.du.sten.w.al.l.s.tr.e.e.t.743@gmail.com', 'b33835bc95d875c580dd0291c98a4c27', 'samuelhek', NULL, NULL, NULL, '188.165.232.202', '2020-12-09 19:28:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2023, NULL, NULL, 'saumyasinghllb@gmail.com', 'aa93797311b579b31754e08d310e717b', 'SAUMYA SINGH', NULL, NULL, NULL, '223.226.150.181', '2020-12-10 20:16:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2024, NULL, NULL, 'mennagemy02@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'emileWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-12-11 21:30:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2025, NULL, NULL, 'errik.ramazanov@gmail.com', '08efba3de23be23ccb1af29deb2c9c83', 'BrantTiess', NULL, NULL, NULL, '174.70.241.8', '2020-12-13 06:28:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2026, NULL, NULL, 'infogondaup@gmail.com', '361b68f8376e50c92852e436eaa36a2e', 'P.K.Misra', NULL, NULL, NULL, '47.9.144.69', '2020-12-13 23:05:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2027, NULL, NULL, 'vi7629904@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'cntgehfWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-12-14 21:16:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2028, NULL, NULL, 'jmakruwaz@oturizme.net', 'f716d77e61e84ecadd9b5e33a329940d', 'Charlesjxtba', NULL, NULL, NULL, '5.3.169.222', '2020-12-17 07:50:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2029, NULL, NULL, 'dudnik4211365@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'rjycnfynbysxWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-12-17 21:34:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2030, NULL, NULL, 'j.e.n.ta.i.wo.rl.dp.ict.ur.e.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillPrigh', NULL, NULL, NULL, '95.143.21.183', '2020-12-17 22:31:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2031, NULL, NULL, 'j.en.t.aiw.orldp.i.ct.u.ret5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillLaw', NULL, NULL, NULL, '95.143.21.183', '2020-12-17 22:31:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2032, NULL, NULL, 'lobanyukborislav@rambler.ru', '52206782c1b98618481005be83aa2ba9', 'MichealCow', NULL, NULL, NULL, '78.142.239.9', '2020-12-18 10:12:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2033, NULL, NULL, 'wefty78.59@gmail.com', '87458f5cc4f2a5c0369b38c49a90cd3d', 'miss https://danc.page.link/UkMXX', NULL, NULL, NULL, '188.130.128.135', '2020-12-19 20:09:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2034, NULL, NULL, 'gorlina.2006@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'poliyay', NULL, NULL, NULL, '93.124.60.115', '2020-12-20 02:06:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2035, NULL, NULL, 'panfilkudryashov@mail.ru', 'c303c50b458facfc44f855ffb38f32a7', 'DavidBup', NULL, NULL, NULL, '37.144.247.180', '2020-12-20 21:26:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2036, NULL, NULL, 'agrigorij886@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'uheifWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-12-21 01:10:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2037, NULL, NULL, 'baranovoleg88@rambler.ru', 'd3f5576fe24469dc622c829c368f02b8', 'AlvaroHaine', NULL, NULL, NULL, '188.163.74.184', '2020-12-21 04:39:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2038, NULL, NULL, 'jokii97@mail.ru', 'de24b5571deaea7cf4b2a5c00ef66fb7', 'gramsboyrr http://apple.com ssspisyy', NULL, NULL, NULL, '92.249.15.243', '2020-12-21 22:07:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2039, NULL, NULL, 'abrapmovicv123@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'dbienfWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-12-23 22:59:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2040, NULL, NULL, 'sn_tiwari@bhel.in', '3e16fa0099a84436fb6c706f9e53da94', 'Surendra Nath Tiwari', NULL, NULL, NULL, '27.57.135.88', '2020-12-24 22:04:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2041, NULL, NULL, 'tosestasltqycol@hotmail.com', '77d744ae5f011ead9fdcaf3859c309da', 'JosephFus', NULL, NULL, NULL, '45.64.134.198', '2020-12-26 20:07:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2042, NULL, NULL, 'zapolski.andrei2018@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Poiskcherezgoogleinbox https://www.google.com/', NULL, NULL, NULL, '178.121.20.146', '2020-12-27 01:07:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2043, NULL, NULL, 'innasereda42@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'cntgeyzWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-12-27 21:33:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2044, NULL, NULL, 'u.s.erza.lev.sk.ija2.2.201@gmail.com\r\n', 'b6d7821d02f17f2adefcf35745d0acad', 'Merselincyc', NULL, NULL, NULL, '185.206.224.233', '2020-12-28 05:25:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2045, NULL, NULL, 'm.e.r.ne.umi.n.ez@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimirjle', NULL, NULL, NULL, '89.187.168.182', '2020-12-28 08:36:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2046, NULL, NULL, 'info@instafollowers.co', 'dcc25df4ffd89a175e516b6c449db99e', 'instafollowers.co', NULL, NULL, NULL, '185.50.251.28', '2020-12-28 10:36:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2047, NULL, NULL, 'l.i.de.r.prom.o.20.15.s.u.per@gmail.com\r\n', '0c6231cba1e6aa5dbb264f8fca88e0f9', 'agrohimzep', NULL, NULL, NULL, '85.206.165.26', '2020-12-29 02:04:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2048, NULL, NULL, 'pl.e.nki.s.fi.l.m.by@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniokkm', NULL, NULL, NULL, '84.17.49.25', '2020-12-30 06:56:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2049, NULL, NULL, 'me.rn.e.umin.e.z@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimirqmy', NULL, NULL, NULL, '89.187.168.141', '2020-12-30 08:00:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2050, NULL, NULL, 'averyan-kornilov@inbox.ru', 'c8930f407505a8db48bb3ee3857e834a', 'ThomasSuela', NULL, NULL, NULL, '85.249.42.77', '2020-12-31 00:35:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2051, NULL, NULL, 'leogramm8@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'KajinWakenty', NULL, NULL, NULL, '178.159.37.139', '2020-12-31 00:36:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2052, NULL, NULL, '32galy@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'poliyay', NULL, NULL, NULL, '93.124.60.115', '2020-12-31 09:30:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2053, NULL, NULL, 'kumargaurav635@gmail.com', 'eebcda4a99f2885ac9fbeb39e9219a0c', 'Kumar Gaurav', NULL, NULL, NULL, '106.207.78.77', '2020-12-31 12:26:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2054, NULL, NULL, '2vmxfu4bv@mail.ru', '984b89f2589793110b3af3dd54a1a75f', 'Williamviaky', NULL, NULL, NULL, '91.78.79.250', '2021-01-01 05:16:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2055, NULL, NULL, 'durovaelena944@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'vfiefWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-01-02 22:48:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2056, NULL, NULL, 'je.ntaiw.orldp.ictu.r.e.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillLaw', NULL, NULL, NULL, '95.143.22.120', '2021-01-03 18:40:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2057, NULL, NULL, 'jen.t.aiwor.ld.p.i.c.tu.re.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillLaw', NULL, NULL, NULL, '95.143.21.203', '2021-01-04 21:49:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2058, NULL, NULL, 'annabalbera@laposte.net', 'd7ceb897b9374291a81def92898f9c59', 'Donaldbat', NULL, NULL, NULL, '191.101.39.29', '2021-01-05 03:30:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2059, NULL, NULL, 'mich.e.ld.us.t.en.wa.l.l.s.t.r.e.et743@gmail.com', 'b33835bc95d875c580dd0291c98a4c27', 'samuelhek', NULL, NULL, NULL, '148.251.54.157', '2021-01-06 03:28:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2060, NULL, NULL, 'go.r.s.ec1.98.0ruse.rv@gmail.com\r\n', '7f406127c54a6420a19552e3047990a3', 'Antoniobiz', NULL, NULL, NULL, '193.176.86.214', '2021-01-06 19:54:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2061, NULL, NULL, 'timithys8d7@nextfashion.ro', '5626242d5fd0d36dd55711f694d8eded', 'TimothyJap', NULL, NULL, NULL, '143.244.54.23', '2021-01-07 12:41:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2062, NULL, NULL, 'arjun_ss@yahoo.co.uk', 'fcd8d6d064ef3f2392238fcae361f081', 'Arjun', NULL, NULL, NULL, '183.83.152.22', '2021-01-08 08:34:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2063, NULL, NULL, 'vaspotap23@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'CeregamandWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-01-08 22:45:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2064, NULL, NULL, 'hr3nod@yandex.com', '57b5d803cc0a085440136f91d7a40e80', 'MartinChish', NULL, NULL, NULL, '37.113.184.86', '2021-01-09 08:26:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2065, NULL, NULL, 'avintislal77@gmail.com', 'cd988e26db2af993c3dacb319d959638', 'Raymondmit', NULL, NULL, NULL, '171.244.1.84', '2021-01-09 15:10:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2066, NULL, NULL, 'loanigeestj@hotmail.com', '77d744ae5f011ead9fdcaf3859c309da', 'JosephFus', NULL, NULL, NULL, '45.64.134.198', '2021-01-10 05:18:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2067, NULL, NULL, 'khetsinghyadav@gmail.com', '3b426a479fdc1b3784749780a5a24350', 'Khet Singh Yadav ', NULL, NULL, NULL, '42.108.161.155', '2021-01-10 09:44:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2068, NULL, NULL, 'ivankarpov471984@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'OtuafiWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-01-12 02:12:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2069, NULL, NULL, 'moemol52@3dlab.tech', '546f3150ecc23cceb37bd6cb127c9f4b', 'Jamesjuh', NULL, NULL, NULL, '45.87.2.128', '2021-01-12 21:57:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2070, NULL, NULL, 'j.en.t.a.i.w.o.r.ld.pi.ctu.ret5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillPrigh', NULL, NULL, NULL, '95.143.22.230', '2021-01-12 22:43:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2071, NULL, NULL, 'j.ent.a.iw.o.rld.pic.t.u.r.e.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillLaw', NULL, NULL, NULL, '95.143.22.230', '2021-01-13 07:49:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2072, NULL, NULL, 'j.e.nta.i.w.orld.p.i.c.turet5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillLaw', NULL, NULL, NULL, '95.143.22.24', '2021-01-13 20:15:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2073, NULL, NULL, 'aryanaanu007@gmail.com', 'e5323773d8d360393e1298297a8caacf', 'Aryan Sharma', NULL, NULL, NULL, '157.34.43.162', '2021-01-14 00:54:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2074, NULL, NULL, 'shisha71@list.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'monyya', NULL, NULL, NULL, '109.194.244.248', '2021-01-14 13:40:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2075, NULL, NULL, 'akurmy2@gmail.com', '32fe06b45bf5b3df34ba6928abc73122', 'Ashutosh Kurmy', NULL, NULL, NULL, '106.222.153.209', '2021-01-14 21:08:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2076, NULL, NULL, 'siricavalera187@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'nbvjyzWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-01-14 22:56:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2077, NULL, NULL, 'shk.u.t.k.o.se.r.g.eyiva.no.vic.h.the@gmail.com\r\n', 'ac7c6b5b0da3df253977734a6ed844e2', 'Sergwjf', NULL, NULL, NULL, '193.176.84.129', '2021-01-15 09:32:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2078, NULL, NULL, 'g.starceva@max.enersets.com', 'b435d874c6152c17f9cd5c572bf155ce', 'Walterlop', NULL, NULL, NULL, '5.188.48.88', '2021-01-16 01:03:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2079, NULL, NULL, 'v.semovich@den.efastes.com', '415619403600bcff79eac1960a8ce42f', 'Andrewgaich', NULL, NULL, NULL, '5.188.48.88', '2021-01-16 01:03:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2080, NULL, NULL, 'thodesonxobil@hotmail.com', 'fbb51e2cbd0a568294f6e9c42199ce6c', 'RodneyBom', NULL, NULL, NULL, '208.102.51.6', '2021-01-16 02:02:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2081, NULL, NULL, 'waggam.antitus18157413@gmail.com', '96527b728038b08c1aef67295d8d7564', 'FGD7GM2QV96LLVMSN0ZV6DGF http://mail.com/923', NULL, NULL, NULL, '195.216.155.237', '2021-01-16 21:17:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2082, NULL, NULL, 'kriczi.kov.a.y.as.v.e.tla.na@gmail.com\r\n', '283c46dcf33d58e1f6c3126684f864c8', 'Svetlanaepa', NULL, NULL, NULL, '193.176.84.122', '2021-01-17 04:16:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2083, NULL, NULL, 'mdarbi@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'jhktyk5ykytjhdgj46itrgu3 https://facebook.com', NULL, NULL, NULL, '178.176.77.167', '2021-01-17 13:36:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2084, NULL, NULL, 'gonzarurij@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'TonyaWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-01-17 22:44:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2085, NULL, NULL, 'mic.h.el.d.ustenw.a.l.lstre.e.t.7.4.3.@gmail.com', 'b33835bc95d875c580dd0291c98a4c27', 'samuelhek', NULL, NULL, NULL, '148.251.54.157', '2021-01-17 23:28:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2086, NULL, NULL, 'boronenkovadim@rambler.ru', '946a23fff56972b71daf6334c44d148a', 'Kennethron', NULL, NULL, NULL, '176.53.174.31', '2021-01-18 03:13:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2087, NULL, NULL, 'Haroldhal1965@fte.goaglie.com', 'dd691822eaba8bcbede400ac914dde5a', 'Rupertripsy', NULL, NULL, NULL, '194.32.229.103', '2021-01-18 03:42:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2088, NULL, NULL, 'hochstein-t@freenet.de', '6a3b77d8068335e587b37cf61a335cf6', 'Liana made 2 new messages http://pocketzooapp.com/datingb', NULL, NULL, NULL, '194.61.9.17', '2021-01-25 21:56:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2089, NULL, NULL, 'downhill2009@googlemail.com', '90e63c525569689996e5dc7b670d2ea7', 'Octavia sent 5 another messages http://inspire2wellness.com/datingb', NULL, NULL, NULL, '212.107.27.156', '2021-01-25 22:26:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2090, NULL, NULL, 'pat23mars@orange.fr', '38b0bd6e1a9a874964457acb37aa6ecf', 'Zahra did 4 unique kisses http://nawaraaviation.com/datingb', NULL, NULL, NULL, '212.107.27.157', '2021-01-25 22:35:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2091, NULL, NULL, 'cort@aprilville.com', 'f9b18a2b940a0b9e7a482d0377a5cbf4', 'Lylah replied 5 new whispers http://voluntario180.com/datingb', NULL, NULL, NULL, '81.22.44.223', '2021-01-25 22:50:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2092, NULL, NULL, 'abryer220798@gmail.com', '9f29a386cd220c50203856477dbbd472', 'Harmoni did 4 another whispers http://odkprofrutas.com/datingb', NULL, NULL, NULL, '194.61.9.18', '2021-01-25 23:27:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2093, NULL, NULL, 'marcelloBS@gmx.de', 'f63f24912252141f1edd2a10b49d3975', 'Nyla replied 1 another whispers http://kyuhak.com/datingb', NULL, NULL, NULL, '185.117.117.167', '2021-01-26 00:05:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2094, NULL, NULL, 'chrisnorwood1994@hotmail.com', '984f6ff7569dd5160759d4580fac54a3', 'Kaitlyn made 4 another messages http://print4free.com/datingb', NULL, NULL, NULL, '195.216.155.37', '2021-01-26 00:21:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2095, NULL, NULL, 'hasansalmis@gmx.ch', '1c05a17cbd211e70ed582e703f399a71', 'Briar sent 1 another kisses http://pollingperks.com/datingb', NULL, NULL, NULL, '185.192.109.85', '2021-01-26 00:51:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2096, NULL, NULL, 'mihail.lacatusu@gmail.com', '74b4454cdc2eeeb9c580bb081de22f4c', 'Bristol sent 1 unique kisses http://smartheavens.com/datingb', NULL, NULL, NULL, '212.107.27.71', '2021-01-26 01:35:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2097, NULL, NULL, 's.e.mec.z.e.nko.da.vi.dbi.g.ma.n@gmail.com\r\n', '46fe8ea4b5f85a59f089dcbacb101850', 'Davidfru', NULL, NULL, NULL, '95.181.236.133', '2021-01-26 01:36:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2098, NULL, NULL, 'virgiliosabetta@virgilio.it', '0fb3fba2886b2e38ae6674acd9021e63', 'Miranda made 4 unique kisses http://nyxlaw.com/datingb', NULL, NULL, NULL, '91.243.188.174', '2021-01-26 03:11:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2099, NULL, NULL, 'sergio@serras.ch', '7007dd69ec26696408e9468031227084', 'Elle left 1 unique whispers http://pollingperks.com/datingb', NULL, NULL, NULL, '92.243.65.215', '2021-01-26 03:30:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2100, NULL, NULL, 'j.en.t.a.i.w.o.rl.dpict.u.ret5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'Invillorews', NULL, NULL, NULL, '95.143.22.1', '2021-01-26 04:44:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2101, NULL, NULL, 'masterharryj64@gmail.com', '64d1964183dabb0954ec9d0d05168591', 'Danielle left 3 unique whispers http://shadowbornesports.com/datingb', NULL, NULL, NULL, '185.147.128.147', '2021-01-26 05:03:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2102, NULL, NULL, 'eds_head@hotmail.com', '117c57fd5e203638ae2d486f2c0f13d0', 'Sloan did 5 another likes http://hellostrangr.com/datingb', NULL, NULL, NULL, '81.22.44.177', '2021-01-26 05:21:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2103, NULL, NULL, 'vicbaileyuk@yahoo.co.uk', '0f2bc914a162eb13e944a01fe62467ac', 'Chaya made 2 unique likes http://lelandvitae.com/datingb', NULL, NULL, NULL, '212.107.27.42', '2021-01-26 06:20:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2104, NULL, NULL, 'osc10@cegetel.net', '2d2f4d44b5e2bbf37b2bf6bb9702bddd', 'Marley did 2 new kisses http://nawaraaviation.com/datingb', NULL, NULL, NULL, '212.107.27.23', '2021-01-26 06:49:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2105, NULL, NULL, 'mmoak115@aol.com', 'a6595a70dd5841a541717ff41fd84eb9', 'Samira made 5 unique whispers http://laurenandquinn.com/datingb', NULL, NULL, NULL, '81.22.44.53', '2021-01-26 08:27:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2106, NULL, NULL, 'ajones9593@gmail.com', 'c588a8a0c9ae65bc84687de862a19c9d', 'Imani sent 2 unique whispers http://isalfredosauce.com/datingb', NULL, NULL, NULL, '81.22.44.8', '2021-01-26 08:33:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2107, NULL, NULL, 'aymaneldin@yahoo.at', '243ca4a97356ad1851934c346a0d50b5', 'Alisha did 3 new whispers http://volunteertutorexchange.com/datingb', NULL, NULL, NULL, '91.243.188.245', '2021-01-26 10:02:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2108, NULL, NULL, 'wiesel63@t-online.de', '96d0c8fbcc030523ca2cf66e90a77e0e', 'Jessica replied 1 new messages http://volunteertutorexchange.com/datingb', NULL, NULL, NULL, '91.227.155.186', '2021-01-26 10:06:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2109, NULL, NULL, 'pariuri27@gmail.com', '5ee3f30bcbb24709dbf57d5f38af825f', 'Lauryn left 3 unique kisses http://phileasrecords.com/datingb', NULL, NULL, NULL, '84.252.75.28', '2021-01-26 11:24:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2110, NULL, NULL, 'julia_im_auenland@gmx.de', 'dc16fa71341e64cbfaff6d93b1d25ea4', 'Kathryn sent 5 new whispers http://nyxlaw.com/datingb', NULL, NULL, NULL, '176.119.140.151', '2021-01-26 11:39:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2111, NULL, NULL, 'fouchard.marlene@sfr.fr', 'ae24e271cf6754deb3b2c006365eef4a', 'Amia sent 4 unique messages http://heybiro.com/datingb', NULL, NULL, NULL, '195.216.155.13', '2021-01-26 13:30:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2112, NULL, NULL, 'anth_perry@hotmail.com', 'fbfe068e006bbaa6a885ac2c8717a964', 'Gianna replied 2 unique kisses http://isalfredosauce.com/datingb', NULL, NULL, NULL, '91.243.188.198', '2021-01-26 13:39:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2113, NULL, NULL, 'burt33noodle@gmail.com', 'ca0f71550a0acd350903afe557eebc38', 'Colette left 2 another whispers http://gowithguides.com/datingb', NULL, NULL, NULL, '195.216.155.38', '2021-01-26 15:12:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2114, NULL, NULL, 'siegfried.wirkner62w@gmail.com', '0a7bdc3bb9d734c4173bc300c4916322', 'Cali sent 4 new messages http://yegoparts.com/datingb', NULL, NULL, NULL, '185.192.110.103', '2021-01-26 15:39:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2115, NULL, NULL, 'faysal@hotmail.de', '3b50f6c12dbb10e1b310954bc8864760', 'Sarah did 4 unique whispers http://nawaraaviation.com/datingb', NULL, NULL, NULL, '81.22.44.136', '2021-01-26 16:44:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2116, NULL, NULL, 'pilu20p@gmail.com', 'aaf396a122742c5febbc8f209c41c9bd', 'Emily did 4 new kisses http://sendlisting.com/datingb', NULL, NULL, NULL, '176.119.140.118', '2021-01-26 17:35:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2117, NULL, NULL, 'brad@aiphone.com', '02a3e5a81f5ddf98d1c7b36fbec393e8', 'Kinsley did 3 new likes http://zoomzoomsd.com/datingb', NULL, NULL, NULL, '81.22.44.178', '2021-01-26 18:08:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2118, NULL, NULL, 'hotjerri@t-online.de', '4c28646f76c0ee4e05d9d8801fc92350', 'Zainab left 2 another messages http://kylemcintyre.com/datingb', NULL, NULL, NULL, '92.243.65.216', '2021-01-26 19:27:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2119, NULL, NULL, 'bernard.guillaume3@sfr.fr', 'e025e2e01ad1bf1f88fda824c24d6967', 'Lydia left 4 unique messages http://smartheavens.com/datingb', NULL, NULL, NULL, '81.22.44.196', '2021-01-26 19:43:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2120, NULL, NULL, 'clairemalone1976@gmail.com', '64082465897ff8b51a4e3e3e1e2e7351', 'Carly did 5 new likes http://voluntario180.com/datingb', NULL, NULL, NULL, '81.22.44.124', '2021-01-26 21:14:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2121, NULL, NULL, 'bethanymccoll@hotmail.com', 'aaa7a0bf0905dbd575f41b9964c03653', 'Claire sent 5 unique kisses http://nawaraaviation.com/datingb', NULL, NULL, NULL, '195.216.155.202', '2021-01-26 21:18:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2122, NULL, NULL, 'sb8901@yahoo.de', 'dff37e06fa232746e7c6913de3173399', 'Eleanor did 1 unique whispers http://odkprofrutas.com/datingb', NULL, NULL, NULL, '194.61.9.28', '2021-01-26 22:34:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2123, NULL, NULL, 'seregainbox2@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Gopoprobyem https://www.google.com/', NULL, NULL, NULL, '188.130.129.12', '2021-01-26 23:22:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2124, NULL, NULL, 'bolmakoulabid6@gmail.com', '77f17361419e1c62ada1fdbc0e7c4923', 'Aurora sent 5 unique kisses http://pocketzooapp.com/datingb', NULL, NULL, NULL, '195.216.155.191', '2021-01-26 23:29:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2125, NULL, NULL, 'hans.grafl@utanet.at', '62fbd3fcae18a1b2a36c2b548aedd464', 'Raven replied 4 another messages http://marincgtn.com/datingb', NULL, NULL, NULL, '91.243.188.8', '2021-01-26 23:48:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2126, NULL, NULL, 'u.wiesenbach@freenet.de', 'd6bfc79ca2ebeb20ec0dd06b202289a0', 'Giavanna sent 5 another whispers http://inspire2wellness.com/datingb', NULL, NULL, NULL, '91.243.188.90', '2021-01-27 00:38:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2127, NULL, NULL, 'andrepuech@sfr.fr', '9281025c7a3d4a8c344314937c189d5c', 'Thalia left 3 unique kisses http://thompsonwholesaleplus.com/datingb', NULL, NULL, NULL, '212.107.27.210', '2021-01-27 01:00:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2128, NULL, NULL, 'roberthaensel242@aol.com', '29aa4b3f875ec2ebadd37e456b5a2b50', 'Saniyah replied 3 unique kisses http://iaplusco.com/datingb', NULL, NULL, NULL, '185.106.95.25', '2021-01-27 01:41:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2129, NULL, NULL, 'oliviasolucky888@gmail.com', '34c70360dc35d38dda059dc28fc7a768', 'Robin did 2 unique whispers http://syncmotionstudio.com/datingb', NULL, NULL, NULL, '91.243.188.169', '2021-01-27 02:13:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2130, NULL, NULL, 'xoanet@ono.com', '27ccb31e984749794c5efa260fd887cd', 'Crystal left 5 another whispers http://kylemcintyre.com/datingb', NULL, NULL, NULL, '91.243.188.196', '2021-01-27 03:03:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2131, NULL, NULL, 'tanjamayfurth@hotmail.com', '2b1878232d1dd7059c91138de9b17ed0', 'Hunter replied 4 unique likes http://nawaraaviation.com/datingb', NULL, NULL, NULL, '91.227.155.17', '2021-01-27 03:29:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2132, NULL, NULL, 'pcorl@free.fr', '78a52332d78b7c73e23b72426cb9db5e', 'Genevieve replied 2 unique kisses http://kyuhak.com/datingb', NULL, NULL, NULL, '194.61.9.22', '2021-01-27 04:40:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2133, NULL, NULL, 'mark-smith70@sky.com', 'cd5d17d94cfa2f6e87b05624ff8235a6', 'London made 2 another kisses http://thompsonwholesaleplus.com/datingb', NULL, NULL, NULL, '194.61.9.129', '2021-01-27 04:42:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2134, NULL, NULL, 'mip1@free.fr', '1e240e2af8f54db53042fbac0868ef05', 'Kelly replied 4 unique likes http://opencallmodel.com/datingb', NULL, NULL, NULL, '91.243.188.98', '2021-01-27 05:44:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2135, NULL, NULL, 'goldstar33@live.de', 'a7c66edb68d71cab296a104890906a68', 'Heaven did 3 unique kisses http://yegoparts.com/datingb', NULL, NULL, NULL, '185.80.151.24', '2021-01-27 08:18:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2136, NULL, NULL, 'mirjam_grobbel@web.de', '4bcb45df7e0889887f0c8923c0b9d9df', 'Novalee made 3 new kisses http://syncmotionstudio.com/datingb', NULL, NULL, NULL, '194.61.9.223', '2021-01-27 10:05:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2137, NULL, NULL, 'marshallmelissa@hotmail.com', '6aebc48f3cd7fc8e59e4b26554fb6b7e', 'Bethany sent 1 new messages http://laurenandquinn.com/datingb', NULL, NULL, NULL, '176.119.140.236', '2021-01-27 12:41:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2138, NULL, NULL, 'rainerlohse01@web.de', 'e33e46d9ca2aa74f5661dabbd19a838e', 'Veronica left 1 another whispers http://pocketzooapp.com/datingb', NULL, NULL, NULL, '195.216.155.45', '2021-01-27 13:56:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2139, NULL, NULL, 'cafekim@backhaus.de', '3ac86408921c3c22d010d26ae6150876', 'Mira made 3 unique likes http://sessionsplatform.com/datingb', NULL, NULL, NULL, '195.216.155.38', '2021-01-27 15:34:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2140, NULL, NULL, 'teena.ostler@mail.ru', 'c7fd1eaeb36a570e1339ca6bb72481c7', 'JoshuaFar', NULL, NULL, NULL, '96.46.146.254', '2021-01-27 16:22:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2141, NULL, NULL, 'mr.pommes@t-online.de', '858e90fe25738b61d7cb8f154036d39f', 'Charley left 4 new whispers http://lifetimeaso.com/datingb', NULL, NULL, NULL, '185.106.92.134', '2021-01-27 16:43:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2142, NULL, NULL, 'ant11673@aol.com', 'fb2108cbba430ebafd62ece14657be97', 'Addilyn sent 5 another likes http://yself.com/datingb', NULL, NULL, NULL, '91.243.188.88', '2021-01-27 17:07:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2143, NULL, NULL, 'thomasguth290161@web.de', '031d4389b7f5adc5f1717fe402aaff21', 'Annabel sent 2 another kisses http://sabinepiletti.com/datingb', NULL, NULL, NULL, '194.61.9.34', '2021-01-27 18:01:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2144, NULL, NULL, 'Skyer70@gmail.com', 'cb5c77c53bfe95ea9dc3063da31a08af', 'Maren left 3 new kisses http://sistazshare.com/datingb', NULL, NULL, NULL, '185.172.131.60', '2021-01-27 19:43:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2145, NULL, NULL, 'meljane1981@gmail.com', 'fc75b8430e9e39ba11402ef18b20a4ba', 'Selah did 1 new kisses http://numstack.com/datingb', NULL, NULL, NULL, '81.22.44.82', '2021-01-27 20:40:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2146, NULL, NULL, 'Valoni_eri@hotmail.com', '832c09eb1acfc679861cefc877868048', 'Briana replied 4 new kisses http://thefantasyauction.com/datingb', NULL, NULL, NULL, '91.243.188.90', '2021-01-27 21:52:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2147, NULL, NULL, 'Partington202@hotmail.com', 'b8e645b1b3c62a477f4ba8dc6b675faa', 'Jazmin replied 1 unique likes http://manyhappycustomers.com/datingb', NULL, NULL, NULL, '81.22.44.213', '2021-01-27 22:34:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2148, NULL, NULL, 'julian.david@techuk.org', '426078e61ff623db5c6844e48a73aeb1', 'Delaney sent 2 unique whispers http://tweetplanr.com/datingb', NULL, NULL, NULL, '92.243.65.210', '2021-01-27 23:24:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2149, NULL, NULL, 'genecjc@gmail.com', 'abccb724a8e5ce6825fff82cb054dd5e', 'Saylor did 2 new likes http://liamcavens.com/datingb', NULL, NULL, NULL, '195.216.155.59', '2021-01-28 00:12:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2150, NULL, NULL, 'babylonslion60@gmail.com', 'eda727d9a7e50de1b0ab325c608b5069', 'Jaliyah sent 5 new messages http://namethatseagal.com/datingb', NULL, NULL, NULL, '195.216.155.15', '2021-01-28 00:30:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2151, NULL, NULL, 'andysgtr@hotmail.com', '7b6d5d6d3e5f106297945167f95e884b', 'Tori sent 5 unique messages http://phonedunia.com/datingb', NULL, NULL, NULL, '91.227.155.194', '2021-01-28 01:03:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2152, NULL, NULL, 'bigfin913@aol.com', '561afa7b7f11e08ce5b4b05177d5e798', 'Aislinn sent 1 another whispers http://mltmbapforums.com/datingb', NULL, NULL, NULL, '194.61.9.113', '2021-01-28 02:34:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2153, NULL, NULL, 'schennel@t-online.de', 'f5b0b239bd700fccc98e44608b93b9db', 'Kaia left 2 unique likes http://limapassport.com/datingb', NULL, NULL, NULL, '91.227.155.86', '2021-01-28 02:51:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2154, NULL, NULL, 'Pbricknell@gmail.com', 'c622afed0f2ed139afb4459eeaf2d094', 'Jazlynn sent 1 new kisses http://treweekly.com/datingb', NULL, NULL, NULL, '185.104.251.53', '2021-01-28 03:42:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2155, NULL, NULL, 'garethkeirl@hotmail.com', 'c41ec6d0bdfd6f7220ff044afc242928', 'Laura did 1 new whispers http://lylysoft.com/datingb', NULL, NULL, NULL, '194.61.9.152', '2021-01-28 04:32:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2156, NULL, NULL, 'ewilliams@live.ca', '4c42575959120ddb60ed156554a890a2', 'Ezra sent 3 new whispers http://theweeklybugle.com/datingb', NULL, NULL, NULL, '194.61.9.179', '2021-01-28 05:24:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2157, NULL, NULL, 'derphilinbrasil@gmx.de', '32dd62709b6b46c0946f4c0abaab3b0b', 'Serenity sent 3 unique kisses http://twixvalue.com/datingb', NULL, NULL, NULL, '185.112.101.141', '2021-01-28 06:24:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2158, NULL, NULL, 'debtdad72@gmail.com', 'e9588811cb2ee9ea734a79531b437f1f', 'Hana made 4 unique messages http://mysmartkit.com/datingb', NULL, NULL, NULL, '176.119.140.147', '2021-01-28 07:15:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2159, NULL, NULL, 'johncmunton@hotmail.com', '0a96965d2181ead7287adf425935afeb', 'Jayla made 4 unique messages http://soursuite.com/datingb', NULL, NULL, NULL, '195.216.155.128', '2021-01-28 08:06:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2160, NULL, NULL, 'saranda99@web.de', '6ef453ecab4c93899a31b4a7326c1c53', 'Ella did 5 another kisses http://tweetplanr.com/datingb', NULL, NULL, NULL, '194.61.9.231', '2021-01-28 08:37:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2161, NULL, NULL, 'metest2060@gmail.com', '6194e16debe5c4212e5d0e71aa34c93e', 'Cassidy sent 1 another messages http://jordanbroudy.com/datingb', NULL, NULL, NULL, '81.22.44.110', '2021-01-28 08:54:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2162, NULL, NULL, 'wwwpunktde@gmx.de', '898cd52197eeffe2a8f3cb6f96c3cb59', 'Maria sent 4 unique likes http://sistazshare.com/datingb', NULL, NULL, NULL, '91.227.155.21', '2021-01-28 10:51:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2163, NULL, NULL, 'bastid83@web.de', '14fdd9a3fb61f6138d28c463822d0f57', 'Audrey left 2 new kisses http://namethatseagal.com/datingb', NULL, NULL, NULL, '194.61.9.206', '2021-01-28 12:12:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2164, NULL, NULL, 'blueman66@web.de', 'ac201b559c7d119bc3e6c0a272593285', 'Georgia replied 1 unique likes http://vienmonsey.com/datingb', NULL, NULL, NULL, '109.120.128.182', '2021-01-28 13:14:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2165, NULL, NULL, 'Thescottishspitfire@gmail.com', '67e4fc28924003c767f122ac40786f10', 'Mary replied 4 new likes http://twixvalue.com/datingb', NULL, NULL, NULL, '195.216.155.99', '2021-01-28 13:30:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2166, NULL, NULL, 'paulanthonyacn@gmail.com', 'e52d2cc96b39641020d9b7d3fed33491', 'Giselle sent 3 unique kisses http://sistazshare.com/datingb', NULL, NULL, NULL, '194.58.58.153', '2021-01-28 14:08:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2167, NULL, NULL, 'sssnako@yahoo.de', '1c6791d5f562856672ea26199ec02b34', 'Sariyah sent 5 another kisses http://orc-construction.com/datingb', NULL, NULL, NULL, '185.102.137.111', '2021-01-28 15:06:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2168, NULL, NULL, 'au.luciani@laposte.net', '83ab55bf779453f7882e7cadc8783f42', 'Jayden made 4 new whispers http://vamosmiverde.com/datingb', NULL, NULL, NULL, '185.106.95.22', '2021-01-28 15:57:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2169, NULL, NULL, 'amageddon1990@yahoo.de', '9a28a3edafb3e3a83cf716675e439e0b', 'Anastasia did 1 new likes http://rollonby.com/datingb', NULL, NULL, NULL, '194.61.9.111', '2021-01-28 16:47:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2170, NULL, NULL, 'chadkaufman@gmail.com', '408455fc1b975f886ce0fa6ccadc7e13', 'Giselle left 2 unique likes http://pathivarasyanko.com/datingb', NULL, NULL, NULL, '195.216.155.160', '2021-01-28 17:20:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2171, NULL, NULL, 'Rlloyd725@gmail.com', 'b41748abad200cb91ea430ae2333f455', 'Paisley left 2 unique whispers http://sabinepiletti.com/datingb', NULL, NULL, NULL, '176.119.140.14', '2021-01-28 17:33:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2172, NULL, NULL, 'magdaleneclare@yahoo.co.uk', 'cc514faa2131644afa0e6d735ecc0956', 'Marlee left 4 unique likes http://magicismath.com/datingb', NULL, NULL, NULL, '194.61.9.118', '2021-01-28 18:23:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2173, NULL, NULL, 'm.dzhonson@jodas.enersets.com', 'b619382d04d738fb38068c0deaa23cf8', 'JoshuaNip', NULL, NULL, NULL, '5.188.48.98', '2021-01-28 18:46:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2174, NULL, NULL, 'p.grigorin@denis.enersets.com', '5e64a2db146d761a2ae1d8c7763b2196', 'Andrewtiers', NULL, NULL, NULL, '5.188.48.98', '2021-01-28 18:47:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2175, NULL, NULL, 'aenugula.karthik@gmail.com', '95818f7569c2582b7abbd05827aa9718', 'Piper did 4 new kisses http://soursuite.com/datingb', NULL, NULL, NULL, '81.177.23.187', '2021-01-28 18:49:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2176, NULL, NULL, 'godimaiale@yahoo.de', '3924ba3b1aecec1ccf2c11aa7dddacbc', 'Amber replied 5 unique likes http://twixvalue.com/datingb', NULL, NULL, NULL, '92.243.65.219', '2021-01-28 20:04:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2177, NULL, NULL, 'sarahjakeyoung@gmail.com', '4f1c0b90a3d8fd30f12b11b335678757', 'Madelynn replied 2 another messages http://vienmonsey.com/datingb', NULL, NULL, NULL, '212.107.27.208', '2021-01-28 20:48:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2178, NULL, NULL, 'mrweeds2014@gmail.com', '0022cd1c6b0e1b38ca3434958c19e63b', 'Briella left 2 another messages http://pistikozoglou.com/datingb', NULL, NULL, NULL, '195.158.225.28', '2021-01-28 20:51:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2179, NULL, NULL, 'joker26764@gmail.com', '240510933382cf7383eeb3beb093a771', 'Ruby sent 1 another whispers http://lt-ceres.com/504', NULL, NULL, NULL, '185.103.252.22', '2021-01-29 00:06:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2180, NULL, NULL, 'so.marghe@libero.it', '565f9309e76e3505f1f5c3baa422695b', 'Violet sent 4 another messages http://thereviewmaniacs.com/4ee', NULL, NULL, NULL, '91.227.155.117', '2021-01-29 00:18:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2181, NULL, NULL, 'mail.debra.vincent@hotmail.co.uk', 'de089c484579403f7f89faa12b774342', 'Alaia left 5 another kisses http://nortexfeeders.com/9c64', NULL, NULL, NULL, '91.227.155.69', '2021-01-29 00:57:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2182, NULL, NULL, 'felixx_1@yahoo.de', '111a1beeb77220ee827a1f75de4a26e6', 'Addyson did 5 unique whispers http://hspdigitialmedia.com/13614', NULL, NULL, NULL, '185.106.94.52', '2021-01-29 01:48:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2183, NULL, NULL, 'vensef2@gmail.com', '06f5b5d5ef91048614235ab988942771', 'Journee sent 5 unique whispers http://hishoshan.com/9ca5', NULL, NULL, NULL, '91.227.155.66', '2021-01-29 02:41:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2184, NULL, NULL, 'johnkinley042@gmail.com', '725f06d20b4ce7389c42ecc21ad35c27', 'Arden did 3 unique likes http://ineedhotshots.com/26558', NULL, NULL, NULL, '185.104.251.55', '2021-01-29 03:43:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2185, NULL, NULL, 'dawsonmervin@gmail.com', '95e078e92396934f3c2cd83577d9cdb6', 'Braelynn did 5 unique likes http://tapne.com/2fb4b', NULL, NULL, NULL, '212.107.27.216', '2021-01-29 04:34:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2186, NULL, NULL, 'thomas.gerheim@t-online.de', '74d7e9545c582b9cd1c767aebbc2751e', 'Octavia made 5 another likes http://high-performance-teaming.com/13465', NULL, NULL, NULL, '194.61.9.112', '2021-01-29 04:48:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2187, NULL, NULL, 'philippeprudent@neuf.fr', '9117208d63e47f1067fa86d66f9a4583', 'Katelyn made 5 new likes http://mrguin.com/39320', NULL, NULL, NULL, '194.61.9.217', '2021-01-29 05:23:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2188, NULL, NULL, 'kss-network.de@icarus10.com', 'c1499ce54b128d22b684d71317ca9210', 'Viviana sent 2 new whispers http://lt-ceres.com/42af5', NULL, NULL, NULL, '176.119.140.20', '2021-01-29 06:14:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2189, NULL, NULL, 'Martinmoores29@gmail.com', '2391a7fecf79b27bf197d7370f62a9b2', 'Kimora left 3 unique messages http://hempmaid.com/4c292', NULL, NULL, NULL, '92.243.65.217', '2021-01-29 07:01:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2190, NULL, NULL, 'rebeccababe15@hotmail.com', '9aa7f9ac71e9a4162b6fcbcd99e0da93', 'Alayna left 4 new kisses http://sachisoft.com/1cc17', NULL, NULL, NULL, '195.216.155.109', '2021-01-29 07:10:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2191, NULL, NULL, 'Chase.sarah@yandex.com', 'fd4e9caca869ebbc2f71672053abaa67', 'Kayleigh sent 1 new whispers http://sachisoft.com/55a54', NULL, NULL, NULL, '212.107.27.92', '2021-01-29 07:51:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2192, NULL, NULL, 'matiiiiik.mt@gmail.com', '7ec5bb01f73f1b3336ae0482e88dff90', 'Haley made 1 another messages http://tarerahomes.com/5f202', NULL, NULL, NULL, '91.227.155.10', '2021-01-29 08:37:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2193, NULL, NULL, 'beardog_malibu@me.com', 'b7cd5e8dc6694e0a6e06c8bc24cc1194', 'Madeline sent 1 new messages http://ineedhotshots.com/263dd', NULL, NULL, NULL, '176.119.140.135', '2021-01-29 09:22:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2194, NULL, NULL, 'sbygrave@bigpond.net.au', '086825f8f400cfc36b97b29eb788425b', 'Poppy sent 1 unique kisses http://speedgather.com/689b7', NULL, NULL, NULL, '212.107.27.149', '2021-01-29 09:29:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2195, NULL, NULL, 'valerialydia@yahoo.it', '586825dd03843767214561c18dbcfced', 'Nicole made 1 another kisses http://reservapenon.com/72188', NULL, NULL, NULL, '81.22.44.61', '2021-01-29 10:23:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2196, NULL, NULL, 'emmaworden@hotmail.co.uk', '15deef3d98c64940c502eb1518f2051b', 'Ruth sent 3 another likes http://pimecred.com/7ba80', NULL, NULL, NULL, '185.106.92.137', '2021-01-29 11:16:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2197, NULL, NULL, 'veronique.desiebenthal@bluewin.ch', '1eb64ac23daf687c10d926943c367d05', 'Irene left 5 another whispers http://joyasybisuteriajdux.com/2fb9f', NULL, NULL, NULL, '81.22.44.126', '2021-01-29 11:29:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2198, NULL, NULL, 'Mf.aydemir_04@hotmail.com', '4f7eea889a2d2a5aae118ceb21ddc254', 'Thalia made 3 another likes http://oopstravel.com/8e8ab', NULL, NULL, NULL, '212.107.27.156', '2021-01-29 12:54:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2199, NULL, NULL, 'richie5127@yahoo.de', '8abf7e2afc7ed3b07d5778c48fbea2ad', 'Maggie left 2 another whispers http://shepherdcanine.com/98070', NULL, NULL, NULL, '91.243.188.34', '2021-01-29 13:43:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2200, NULL, NULL, 'henry.laid@gmail.com', '9599a89c8ec460777c1575c0f89ac322', 'Adalynn replied 1 another kisses http://realvtmaple.com/3934f', NULL, NULL, NULL, '195.216.155.19', '2021-01-29 13:44:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2201, NULL, NULL, 'onan1@hotmail.es', 'b7401f540c6d0a9622ba98b3fccc31f8', 'Madelynn did 5 unique messages http://mabmtl.com/a1813', NULL, NULL, NULL, '212.107.27.19', '2021-01-29 14:20:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2202, NULL, NULL, 'bettenstudio-corneli@t-online.de', '9dd61eb24753b48169a39af95b920e84', 'Oaklee sent 3 unique kisses http://whatisdid.com/aafd6', NULL, NULL, NULL, '91.243.188.240', '2021-01-29 15:06:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2203, NULL, NULL, 'm.marrec@orange.fr', '543841424102367335ad0a9b3eac7e3f', 'Demi replied 5 unique messages http://tuyarda.com/b4798', NULL, NULL, NULL, '185.172.131.62', '2021-01-29 15:48:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(2204, NULL, NULL, 'filiz33@outlook.de', 'e8deb490eef6c0152bdea3574b6e440c', 'Mariah sent 5 unique likes http://topworldec.com/42b07', NULL, NULL, NULL, '176.119.140.63', '2021-01-29 16:11:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2205, NULL, NULL, 'sdif@sdingenierie.com', '908f811a769cdcf6f532828f7216a6bf', 'Bexley made 4 new whispers http://hspdigitialmedia.com/5c01', NULL, NULL, NULL, '176.119.140.191', '2021-01-29 16:32:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2206, NULL, NULL, 'otzen.d@web.de', '84db162db4a2c57dd7f06e7ea4ec0643', 'Rosalyn sent 2 another messages http://medtib.com/f3d2', NULL, NULL, NULL, '212.107.27.45', '2021-01-29 17:12:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2207, NULL, NULL, 'brooke@appreciaterealestate.com', '626e3dc15b43e4d992a59536e4f0d747', 'Cara left 1 another messages http://thereviewmaniacs.com/18b8e', NULL, NULL, NULL, '185.39.150.172', '2021-01-29 17:52:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2208, NULL, NULL, 'planxxx21@yahoo.de', 'deea3e2eb5d20fb05bfbb100e91c8e17', 'Anaya sent 3 unique likes http://joyasybisuteriajdux.com/2234b', NULL, NULL, NULL, '195.216.155.238', '2021-01-29 18:33:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2209, NULL, NULL, 'nuageneige@wanadoo.fr', 'a30276b03096ae3dcfa405c7334a510e', 'Penny made 4 another kisses http://searchacareer.com/4c2c3', NULL, NULL, NULL, '91.227.155.169', '2021-01-29 18:41:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2210, NULL, NULL, 'dp.imprimerie@wanadoo.fr', 'f8f8dbd22cf50d2a90f0e435dfd9fd11', 'Addisyn made 2 new kisses http://maidkaehealth.com/2bb02', NULL, NULL, NULL, '195.216.155.100', '2021-01-29 19:15:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2211, NULL, NULL, 'ezziouanihamza8@gmail.com', '22cbc120d11fe1385e21966164293f3f', 'Londyn sent 1 unique whispers http://hempmaid.com/352c1', NULL, NULL, NULL, '81.22.44.197', '2021-01-29 19:56:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2212, NULL, NULL, '5F202F333AB9210465@aibralo-feun.fr', '604de4f5d4eb0c8c20141c299945c611', 'Makenzie sent 5 unique kisses http://indivisibletxlege.com/3ea76', NULL, NULL, NULL, '91.243.188.249', '2021-01-29 20:38:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2213, NULL, NULL, 'highland.sales@uk.dawnmeats.com', '8a60686eacc1b07e66897e1c36b8ef6a', 'Paula replied 1 another kisses http://realvtmaple.com/55a7e', NULL, NULL, NULL, '212.107.27.27', '2021-01-29 20:51:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2214, NULL, NULL, 'Kerrie.brooks@icloud.com', 'a818f86a245d12e3dbb716ba73cc33a9', 'Adley sent 5 new likes http://sachisoft.com/48229', NULL, NULL, NULL, '176.119.140.205', '2021-01-29 21:22:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2215, NULL, NULL, 'ivasuk648@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'FordrelbineWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-01-29 22:07:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2216, NULL, NULL, 'jaderobbins1@gmail.com', '34bc76ce88e04b7de5a02bfe3d45b63a', 'Rylie sent 2 another likes http://ncinterlock.com/5b31b', NULL, NULL, NULL, '185.117.117.170', '2021-01-29 22:54:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2217, NULL, NULL, 'bclarke1811@gmail.com', '8ca0f9564710aca66010eb69247693e5', 'Hadassah did 4 unique likes http://whatisdid.com/64a95', NULL, NULL, NULL, '185.117.117.167', '2021-01-29 23:34:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2218, NULL, NULL, 'dssmarty1989@gmail.com', '25e555f7ed8be164a9a8e8f7b0377ea3', 'Charley did 4 unique kisses http://thereviewmaniacs.com/6e11b', NULL, NULL, NULL, '176.119.140.172', '2021-01-30 00:15:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2219, NULL, NULL, 'stubro@live.co.uk', '42867a7b30b788ba26909e8da3ba97a2', 'Kori left 5 unique whispers http://mrguin.com/689f7', NULL, NULL, NULL, '195.216.155.244', '2021-01-30 00:53:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2220, NULL, NULL, 'shane-sheridan87@outlook.com', 'ae3bf89c9f3ff5438016aed2aef2d9f4', 'Miracle left 2 another likes http://wakeup-india.com/81099', NULL, NULL, NULL, '195.216.155.212', '2021-01-30 01:40:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2221, NULL, NULL, 'Dellerycellery@hotmail.com', '8d276c1875082675252399cc9cbc36b6', 'Erin replied 3 new kisses http://reservapenon.com/8a9da', NULL, NULL, NULL, '185.172.130.78', '2021-01-30 02:26:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2222, NULL, NULL, 'guillaume.gossin96@outlook.com', 'e1b057c7494d74dc9defdadeb2215020', 'Sienna sent 1 new kisses http://tuyarda.com/94017', NULL, NULL, NULL, '81.22.44.205', '2021-01-30 03:05:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2223, NULL, NULL, 'iullro17@yahoo.com', '980f5c4a0e8d59f7b07af3658186ab2e', 'Vienna sent 4 new whispers http://realvtmaple.com/9d940', NULL, NULL, NULL, '185.106.95.22', '2021-01-30 03:42:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2224, NULL, NULL, 'wake.j.i.nsh.i.i@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantustda', NULL, NULL, NULL, '194.110.115.211', '2021-01-30 04:14:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2225, NULL, NULL, 'adamweinmuller@outlook.com', 'de006e0c3c3fb1e107be92ee3ae0e3bc', 'Lily sent 3 new messages http://webanama.com/a6f86', NULL, NULL, NULL, '81.22.44.186', '2021-01-30 04:32:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2226, NULL, NULL, 'wolfgangknieling@web.de', 'a649aa8d09aa7267f83d11dee0e1c6b9', 'Rosie replied 4 another kisses http://wakeup-india.com/7b976', NULL, NULL, NULL, '212.107.27.113', '2021-01-30 05:00:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2227, NULL, NULL, 'wirtschaftsakademie-koeln.de@bigblogtweak.com', '71147579b2aeebf5c3eafbec3b77a66d', 'Sadie made 4 unique likes http://pimecred.com/b073e', NULL, NULL, NULL, '212.107.27.104', '2021-01-30 05:31:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2228, NULL, NULL, 'fridaydwayne@yahoo.com', '0abcb4215214e0c53a90182a48f076f0', 'Treasure did 5 new messages http://ineedhotshots.com/4fe', NULL, NULL, NULL, '92.243.65.213', '2021-01-30 05:43:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2229, NULL, NULL, 't.t.meeks19117@gmail.com', '917465694baac65649877be5dc5d52e2', 'Amiya replied 3 another likes http://topratedrouters.com/1bd1', NULL, NULL, NULL, '195.216.155.229', '2021-01-30 06:19:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2230, NULL, NULL, 'rajaramkalyankar97@gmail.com', '2f8c5df3f706b1655929f163e1940a6e', 'Lyra sent 3 new likes http://tuyarda.com/b37f', NULL, NULL, NULL, '194.61.9.181', '2021-01-30 07:01:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2231, NULL, NULL, 'alexishappy@web.de', '9213ab32574f277ae87fafd1f2e180ed', 'Zhavia sent 1 unique messages http://proftatianalopes.com/14b31', NULL, NULL, NULL, '212.107.27.226', '2021-01-30 07:45:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2232, NULL, NULL, 'miller@web.de', '5fa4ed09f6a050c81c1f31da5a106d1e', 'Marina replied 2 unique messages http://proftatianalopes.com/1e2f0', NULL, NULL, NULL, '212.107.27.253', '2021-01-30 08:34:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2233, NULL, NULL, 'dhlong1010@yahoo.com', '155b479033a4859db61aeb3d4f807ec4', 'Saniyah replied 5 another whispers http://waldemarpross.com/27aaa', NULL, NULL, NULL, '212.107.27.29', '2021-01-30 09:24:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2234, NULL, NULL, 'aabmwx5@gmail.com', '285092f76ac2dca1c98d31220712802e', 'Eloise sent 3 new whispers http://spokenarrow.com/13519', NULL, NULL, NULL, '185.102.137.114', '2021-01-30 10:05:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2235, NULL, NULL, 'patial@cegetel.net', '115096a91fbd48609cb03e7a8b922904', 'Journi made 5 another kisses http://maidkaehealth.com/3aa1b', NULL, NULL, NULL, '194.61.9.110', '2021-01-30 10:54:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2236, NULL, NULL, 'luciano.mant@alice.it', 'ef6001f47a30b5a15ebdf2124f3f5253', 'Sydney did 1 another whispers http://speedgather.com/441b4', NULL, NULL, NULL, '91.227.155.127', '2021-01-30 11:47:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2237, NULL, NULL, 'sven.kottowski@outlook.de', 'fd3892e873e56b702865f85c0364a1cd', 'Sunny sent 5 unique kisses http://mtgrotation.com/1cc0f', NULL, NULL, NULL, '194.61.9.8', '2021-01-30 12:16:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2238, NULL, NULL, 'mclizbob@gmail.com', 'd5d9546372d904dd9cd53e55a0987a98', 'Kenzie sent 3 new messages http://heavenblossom.com/4d992', NULL, NULL, NULL, '195.216.155.36', '2021-01-30 12:32:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2239, NULL, NULL, 'Livmartin06@gmail.com', 'e88f503bbb6e05ac751a154a95790d5d', 'Haven did 3 unique likes http://topratedrouters.com/57160', NULL, NULL, NULL, '91.243.188.134', '2021-01-30 13:20:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2240, NULL, NULL, 'Rhomboid146@gmail.com', '7b5596d47aaf6ec711381377e80df1c8', 'Amelia left 1 another whispers http://realvtmaple.com/60916', NULL, NULL, NULL, '194.61.9.82', '2021-01-30 14:08:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2241, NULL, NULL, 'eroglu.tolga@hotmail.com', 'ec5a1ad91cc576502c1c35f617d6dc23', 'Armani made 1 another messages http://hishoshan.com/6a0c7', NULL, NULL, NULL, '81.22.44.24', '2021-01-30 14:54:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2242, NULL, NULL, 'basik310@yahoo.de', '3ceca829f16a73b5072505cc67609491', 'Giavanna replied 3 new messages http://speedgather.com/73897', NULL, NULL, NULL, '185.43.4.185', '2021-01-30 15:38:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2243, NULL, NULL, 'Wood71jay@outlook.com', '7ab68830c838c59837345805fc16c498', 'Elle made 1 unique kisses http://virdue.com/7d039', NULL, NULL, NULL, '194.61.9.4', '2021-01-30 16:18:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2244, NULL, NULL, 'oase@pommernhof.de', '13bda4e50db4ef51bcc5644b8a38767f', 'Adaline left 4 another likes http://mtgrotation.com/2fb91', NULL, NULL, NULL, '84.252.75.26', '2021-01-30 16:27:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2245, NULL, NULL, 'louise.storey@yahoo.co.uk', '4f6d1ffae86f3cd23ef4908ea7f2d60e', 'Hailey sent 2 unique likes http://maurilioferreira.com/86856', NULL, NULL, NULL, '81.22.44.32', '2021-01-30 16:55:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2246, NULL, NULL, 'Susanadamson@hotmail.com', 'ed3c84e547df82fc1af84c921375e346', 'Zora left 4 another messages http://tarerahomes.com/90125', NULL, NULL, NULL, '91.243.188.220', '2021-01-30 17:33:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2247, NULL, NULL, 'monkeywinner@aol.com', 'f7ac45cf787945b20797116b4522cdcb', 'Eloise sent 1 unique kisses http://spokenarrow.com/9976a', NULL, NULL, NULL, '195.216.155.211', '2021-01-30 18:09:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2248, NULL, NULL, 'flyyou5088@gmail.com', '398622eff28e5a6bf3a4a6129331e657', 'Ensley sent 3 new kisses http://proftatianalopes.com/3938d', NULL, NULL, NULL, '185.112.102.86', '2021-01-30 18:37:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2249, NULL, NULL, 'manti.jani@hotmail.com', '19a101840186ae715af2be971cae6541', 'Aurelia did 2 another whispers http://virtualworldcreator.com/a2f18', NULL, NULL, NULL, '77.221.152.216', '2021-01-30 18:45:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2250, NULL, NULL, 'danniibroguen@yahoo.co.uk', '2c707529fcbe67ba147fc73650c2b8f8', 'Erin replied 3 new whispers http://medtib.com/42b09', NULL, NULL, NULL, '134.0.119.157', '2021-01-30 20:35:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2251, NULL, NULL, 'petra.loecherer@gmx.de', 'fcc61027e56a2de4378664c59247a7f9', 'Zara made 4 another whispers http://hishoshan.com/7310', NULL, NULL, NULL, '212.107.27.101', '2021-01-30 20:36:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2252, NULL, NULL, 'djsnirk@web.de', 'fbb107b9f732cbd2b1999b196deffd59', 'Aubree left 5 unique kisses http://heavenblossom.com/10c79', NULL, NULL, NULL, '81.22.44.132', '2021-01-30 21:11:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2253, NULL, NULL, 'cy.michaud@aliceadsl.fr', '4b271cc8297629f7436238ec48b6bcdb', 'Brynn did 3 new kisses http://nortexfeeders.com/4c2be', NULL, NULL, NULL, '176.119.140.224', '2021-01-30 22:33:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2254, NULL, NULL, 'support@brantano.zendesk.com', '880783470560607ad34eecbd1ecfd1a2', 'Amaia sent 4 another likes http://magicismath.com/datingb', NULL, NULL, NULL, '185.102.137.112', '2021-01-30 23:27:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2255, NULL, NULL, 'damienm483@gmail.com', '67f62e8c40616a05e18122c2e9a3ecfa', 'Gwen sent 5 new whispers www.high-performance-teaming.com/4e5', NULL, NULL, NULL, '194.61.9.208', '2021-01-30 23:46:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2256, NULL, NULL, 'ssa.dx70@gmail.com', '18ba892694348401aecb36e6390b8297', 'Mia sent 2 new messages http://mysmartkit.com/datingb', NULL, NULL, NULL, '91.227.155.87', '2021-01-31 00:43:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2257, NULL, NULL, 'chumdog93@yahoo.com', '1494e0e584d73906678adf596e0dd77e', 'Egypt made 4 new kisses http://rollonby.com/datingb', NULL, NULL, NULL, '91.227.155.191', '2021-01-31 01:22:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2258, NULL, NULL, 'denissylvester@ymail.com', 'd969a38056c4d0d83e6ac706d28234a0', 'Andrea sent 5 another messages www.realvtmaple.com/9cae', NULL, NULL, NULL, '194.87.147.188', '2021-01-31 01:44:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2259, NULL, NULL, 'mrvegas1@aol.com', 'd5a1abb6e48735a45342f91a2799f943', 'Elsa left 5 new likes http://nigeriafactcheck.com/datingb', NULL, NULL, NULL, '91.243.188.136', '2021-01-31 02:03:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2260, NULL, NULL, 'olaf.gruenwald@gmx.de', '6d1bd645ae67f9002f42ac1ae35ca175', 'Grace sent 3 unique kisses http://nigeriafactcheck.com/datingb', NULL, NULL, NULL, '77.221.152.218', '2021-01-31 02:47:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2261, NULL, NULL, 'ra382416@gmail.com', 'fe64db16cf97f0b2bd080fa0aeb2fbcf', 'Amara made 4 new messages http://pdvencontrol.com/datingb', NULL, NULL, NULL, '176.119.140.81', '2021-01-31 03:35:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2262, NULL, NULL, 'eddietsamis@gmail.com', '2957dc7299a62142916d184d07bea639', 'Milani did 2 new messages www.realvtmaple.com/13461', NULL, NULL, NULL, '212.107.27.10', '2021-01-31 03:46:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2263, NULL, NULL, 'bitdouble.net@gmail.com', '7005befe0d229988cad0332a9a383864', 'AndreAwage', NULL, NULL, NULL, '135.148.2.109', '2021-01-31 04:50:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2264, NULL, NULL, 'theonlygeorgesmith@gmail.com', 'e7f8957cd647f111fad6c168329300eb', 'Blake made 5 another kisses http://treweekly.com/datingb', NULL, NULL, NULL, '194.87.147.188', '2021-01-31 05:06:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2265, NULL, NULL, 'yannick.geld@hotmail.com', '2677257cd2fc6b95bf498d87e9d060ed', 'Sienna did 5 new likes www.high-performance-teaming.com/1cc1f', NULL, NULL, NULL, '81.22.44.172', '2021-01-31 05:50:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2266, NULL, NULL, 'wrightsta1234@gmail.com', '8429216c8c04a1c78e18e113b8133415', 'Luella left 4 another messages http://pdvencontrol.com/datingb', NULL, NULL, NULL, '195.216.155.132', '2021-01-31 05:51:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2267, NULL, NULL, 'jemillis@googlemail.com', '1652761ad2431a7095f4b9c77b527c28', 'Amelie did 5 unique likes http://lifetimeaso.com/datingb', NULL, NULL, NULL, '194.61.9.228', '2021-01-31 06:37:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2268, NULL, NULL, 'openhearts.ch@icarus10.com', '9fe2440a25edfff780f1b6f2eb1cbe93', 'Violet replied 4 new likes http://tweetplanr.com/datingb', NULL, NULL, NULL, '176.119.140.13', '2021-01-31 07:23:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2269, NULL, NULL, 'ferte.philippe@orange.fr', '84cbe35b38975ec9b6e63e2101bdf984', 'Kamilah replied 3 another likes www.marumus.com/263df', NULL, NULL, NULL, '91.243.188.219', '2021-01-31 07:48:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2270, NULL, NULL, 'ashleymccarthy6@gmail.com', '3abb7a61454ac3b3c5d607812f4af395', 'Patricia did 1 new likes http://mltmbapforums.com/datingb', NULL, NULL, NULL, '91.243.188.201', '2021-01-31 08:12:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2271, NULL, NULL, 'josh.bennett92@hotmail.co.uk', 'f3ad694062e6a708f2d120fe9fd518ac', 'Mariah left 2 new kisses http://sabinepiletti.com/datingb', NULL, NULL, NULL, '185.102.137.111', '2021-01-31 09:04:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2272, NULL, NULL, 'p.l.e.n.kis.f.i.l.m.by@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniockn', NULL, NULL, NULL, '95.153.32.93', '2021-01-31 14:52:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2273, NULL, NULL, 'advdattatraya@gmail.com', 'c3a2e2dbdbd69baa82e11d987c2db71d', 'Dattatraya Katneshwarkar', NULL, NULL, NULL, '157.33.127.110', '2021-01-31 18:37:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2274, NULL, NULL, 'seregainbox20@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Gopoprobyem https://www.google.com/', NULL, NULL, NULL, '194.34.248.155', '2021-02-01 06:24:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2275, NULL, NULL, '22subhrajyotidutta@gmail.com', 'd41d8cd98f00b204e9800998ecf8427e', 'SUBHRAJYOTI DUTTA ', NULL, NULL, NULL, '1.38.133.218', '2021-02-01 08:52:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2276, NULL, NULL, 'romanewer41@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'fyutkbyfWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-02-01 21:44:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2277, NULL, NULL, 'thakkar.deepak@gmail.com', 'efe6686a4c50ec8dc3419f63ab2a510c', 'DEEPAK MANGALDAS THAKKAR', NULL, NULL, NULL, '115.96.219.203', '2021-02-02 00:03:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2278, NULL, NULL, 'kesava.vinila@gmail.com', '66e54f58014b775a0791d0396190a81d', 'S.VASUBABU', NULL, NULL, NULL, '103.23.29.117', '2021-02-02 09:45:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2279, NULL, NULL, 'iftikharjavali@gmail.com', '8b3b5351e1f3858dd1213c53fcb50975', 'iftekhar a javali', NULL, NULL, NULL, '106.206.127.104', '2021-02-02 12:43:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2280, NULL, NULL, 'rajatmullick00@gmail.com', '35f5dfdc539a50a2ea862f2e2987ab58', 'RAJAT KUMAR MULLICK', NULL, NULL, NULL, '49.37.2.23', '2021-02-02 12:47:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2281, NULL, NULL, 'elainewilde29174400@gmail.com', '75325b3747361cceefa072041cca5592', 'SIXC21CEH5GLVITZQLT0SXIS http://mail.com/708', NULL, NULL, NULL, '117.206.155.82', '2021-02-02 15:38:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2282, NULL, NULL, 'bur.e.ni.e.c.ena.202.0.ok@gmail.com\r\n', 'f7d23c0509185825b3537004ad921396', 'Andreassfw', NULL, NULL, NULL, '89.187.168.160', '2021-02-02 17:09:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2283, NULL, NULL, 'intongo@yandex.com', '96707d5f6d623a269e5a319ac1f055b1', 'Ramonrom', NULL, NULL, NULL, '94.181.47.232', '2021-02-04 03:25:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2284, NULL, NULL, 'wak.eji.n.s.hi.i@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantusmqh', NULL, NULL, NULL, '193.9.114.214', '2021-02-04 11:49:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2285, NULL, NULL, 'p.ut.i.loiva.n.73.5.678.123@gmail.com\r\n', '7f406127c54a6420a19552e3047990a3', 'Antoniolcq', NULL, NULL, NULL, '188.126.89.105', '2021-02-04 17:34:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2286, NULL, NULL, 'brandenfredricka20018093@gmail.com', 'dbf2822f96ac6b98cbddfe0cdf3481e2', 'PIXJUPB98HEOMFGO512FAXIP http://mail.com/226', NULL, NULL, NULL, '37.1.221.52', '2021-02-04 22:24:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2287, NULL, NULL, 'romanovmaksim908@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'apollinariaWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-02-04 22:25:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2288, NULL, NULL, 'me.rn.eumi.n.e.z@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimirwru', NULL, NULL, NULL, '185.210.217.11', '2021-02-05 06:54:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2289, NULL, NULL, 'kingofsimswarrior@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'wazzeterm', NULL, NULL, NULL, '84.17.55.101', '2021-02-05 09:07:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2290, NULL, NULL, 'longostar0001@gmail.com', 'e5dc6c9387e9b5d6cd7f6989cca5d028', 'RusselHen', NULL, NULL, NULL, '176.114.153.91', '2021-02-05 12:19:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2291, NULL, NULL, 'thuteknq@hotmail.com', 'c7fd1eaeb36a570e1339ca6bb72481c7', 'JoshuaFar', NULL, NULL, NULL, '51.158.119.88', '2021-02-06 01:09:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2292, NULL, NULL, 'wa.k.ejin.s.h.i.i@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantusoao', NULL, NULL, NULL, '194.110.115.204', '2021-02-06 19:33:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2293, NULL, NULL, 'orpheitim@gmail.com', 'edbe4b7211a27c1c7a1998668d1ceb5f', 'JimmyVimub', NULL, NULL, NULL, '204.101.61.82', '2021-02-07 03:00:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2294, NULL, NULL, 'je.n.t.aiw.o.r.l.d.pic.t.u.r.et5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'Invillorews', NULL, NULL, NULL, '95.143.21.166', '2021-02-07 16:45:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2295, NULL, NULL, 'dmitriis6678133@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'AuranomWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-02-07 22:59:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2296, NULL, NULL, 'w.a.k.ej.inshii@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantusxyg', NULL, NULL, NULL, '193.9.115.118', '2021-02-08 21:15:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2297, NULL, NULL, 'gerd-erbeldinger@t-online.de', '2cee6bebea9562c10a558ca67801ee85', 'Kairi replied 2 another likes http://saudilife2030.com/18af', NULL, NULL, NULL, '81.22.44.42', '2021-02-09 01:47:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2298, NULL, NULL, 'helika@vol.at', 'e38862022068ad2616436d82190eae3e', 'Raelynn did 1 new likes http://lucdurette.com/18d6', NULL, NULL, NULL, '91.243.188.108', '2021-02-09 01:51:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2299, NULL, NULL, 'nwss@ingolstadt-mail.de', '2dc5425b2ab5a73b6821e74b7e1063e2', 'Sylvia made 2 new likes http://wikitonpost.com/c237', NULL, NULL, NULL, '37.140.197.187', '2021-02-09 02:41:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2300, NULL, NULL, 'tanja.eggenberger@ewz.ch', '12ce85a9ab3daee4263089d2ed2f4064', 'Violet replied 1 another kisses http://ilyaworks.com/c24e', NULL, NULL, NULL, '212.107.27.242', '2021-02-09 03:44:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2301, NULL, NULL, 'firefighter.87@web.de', '3be7df8b2bf00f1b3c04a079e0199ce5', 'Hanna sent 1 another whispers http://lucdurette.com/16b7b', NULL, NULL, NULL, '212.107.27.58', '2021-02-09 03:47:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2302, NULL, NULL, 'shevaalomar@freenet.de', '060f5aaa15e726bf498411f16fde2124', 'Margot left 1 new messages http://ilyaworks.com/21511', NULL, NULL, NULL, '91.243.188.140', '2021-02-09 07:15:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2303, NULL, NULL, 'mediaart@tele2.at', '0ddb45ebceebc487c746d53fd871ef56', 'Noelle did 3 another messages http://vividskyproductions.com/2be68', NULL, NULL, NULL, '91.243.188.207', '2021-02-09 08:57:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2304, NULL, NULL, 'leannelacey6@gmail.com', 'b5582d2d7d33e9087eb15186e9b6c696', 'Maren left 4 unique messages http://positivevibesinabox.com/5639e', NULL, NULL, NULL, '195.216.155.51', '2021-02-09 09:27:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2305, NULL, NULL, 'mik22@live.it', 'a45e25ca9df59a19523c63011d5aee6c', 'Ryan replied 3 unique kisses http://skinchalet.com/60d0b', NULL, NULL, NULL, '91.243.188.134', '2021-02-09 10:27:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2306, NULL, NULL, '11874863517966E381673370554229504A4CAA0EA@heuquijuto.fr', '5ea691a7519971667ab7bb799c18b856', 'Rylee replied 5 new kisses http://saudilife2030.com/367d0', NULL, NULL, NULL, '212.107.27.199', '2021-02-09 10:39:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2307, NULL, NULL, 'ruthyfishy83@gmail.com', 'e8cfedd698cbc160804f34a8f55c0f87', 'Gracie replied 2 new likes http://idyllacy.com/6b66e', NULL, NULL, NULL, '212.107.27.253', '2021-02-09 11:19:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2308, NULL, NULL, 'mollielouiselee@gmail.com', '2d39372ffa7f2600e964af22421ba145', 'Paislee sent 2 new whispers http://yesplease-catering.com/4ba90', NULL, NULL, NULL, '176.119.140.109', '2021-02-09 14:21:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2309, NULL, NULL, 'l.sutton@onboardpower.co.uk', '49ce80c9ff136cdfe4e7649161fe472e', 'Sierra left 2 new kisses http://vividskyproductions.com/a05bb', NULL, NULL, NULL, '212.107.27.214', '2021-02-09 16:01:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2310, NULL, NULL, 'joesquiz2015@gmail.com', 'cfa8aae6d220b84f4d6f05758ac89a62', 'Sloane sent 4 new likes http://notnecessarilywrong.com/563ed', NULL, NULL, NULL, '195.216.155.56', '2021-02-09 16:09:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2311, NULL, NULL, 'bellocci_1_simo@hotmail.it', 'f8efaaf97c9a0d0a54df694f1fb95c6b', 'Estella sent 1 another messages http://positivevibesinabox.com/60d57', NULL, NULL, NULL, '195.216.155.58', '2021-02-09 17:56:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2312, NULL, NULL, 'jaja@sofortstart.de', '52def7643090d450fc961d546c595046', 'Lilianna sent 4 new messages http://roofingsolutionsofohio.com/3222', NULL, NULL, NULL, '92.243.65.221', '2021-02-10 02:09:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2313, NULL, NULL, 'gt-20@gmx.de', '9a8586116aaefba1f59d31388ff5f982', 'Delilah made 1 unique whispers http://whatdoesamazonknowaboutme.com/67f1', NULL, NULL, NULL, '176.119.140.130', '2021-02-10 02:22:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2314, NULL, NULL, 'sabrina.wilcke@gmail.de', '59bb724c92333aaa6a4728f95b0ee535', 'Sadie sent 5 another messages http://miamiyeniprojeler.com/13fc3', NULL, NULL, NULL, '185.192.110.103', '2021-02-10 03:31:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2315, NULL, NULL, 'music@neonmedia.de', '3929f63a60a2dfb5a3ae7322ef7d0973', 'Kallie sent 3 another whispers http://homebymyself.com/2839a', NULL, NULL, NULL, '193.124.201.201', '2021-02-10 05:21:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2316, NULL, NULL, 'pius.gomes@giz.de', 'c685fc79c48b960e7e402936c2f31cdd', 'Stevie made 3 new whispers http://wikodelarosa.com/2ef5b', NULL, NULL, NULL, '195.216.155.46', '2021-02-10 05:56:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2317, NULL, NULL, 'ezebim1@gmail.com', '19e99fda2f8bd7a7e962cb09c082ed03', 'Nathalie made 4 unique messages http://oneminutecase.com/3259f', NULL, NULL, NULL, '185.103.253.137', '2021-02-10 06:16:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2318, NULL, NULL, 'stephmagda@msn.com', 'ae695dbb7ce2423dcd6ccc8d8327c5b6', 'Alaia made 5 another likes http://ilyaworks.com/35b49', NULL, NULL, NULL, '193.124.89.17', '2021-02-10 06:34:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2319, NULL, NULL, 'patrick.spindler@free.fr', '050b7f7a23344f952694046fc4d17227', 'Rosa did 1 new kisses http://llgcollective.com/3910a', NULL, NULL, NULL, '91.227.155.30', '2021-02-10 06:49:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2320, NULL, NULL, '5F202B34E652A13110@aibralo-feun.fr', '397233a60a92e2fda153b0542df97e5b', 'Galilea made 3 unique messages http://wikitonpost.com/3c6f2', NULL, NULL, NULL, '176.119.140.204', '2021-02-10 07:04:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2321, NULL, NULL, 'Lotzew@t-online.de', '4c883adbaf9d02367f48ad2c27f36a9e', 'Sylvie left 5 unique whispers http://shopifyreseller.com/49f0b', NULL, NULL, NULL, '37.140.199.207', '2021-02-10 08:05:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2322, NULL, NULL, 'bobbymcd1973@gmail.com', '3b04d0908ffc2a31f8fb881f3a8b6159', 'Paola made 2 new kisses http://roofingsolutionsofohio.com/50aa9', NULL, NULL, NULL, '212.107.27.223', '2021-02-10 08:41:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2323, NULL, NULL, 'melissa.neff26@gmail.com', 'a84020efd042c35b30745e26b49704b4', 'Kamilah left 3 another whispers http://themadbeagle.com/5409b', NULL, NULL, NULL, '91.227.155.206', '2021-02-10 08:59:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2324, NULL, NULL, 'h.rudig@bluewin.ch', '99b950ffd9aacb1d2ba7632427b281e9', 'Lilianna made 4 unique kisses http://wikitonpost.com/5ac62', NULL, NULL, NULL, '195.216.155.49', '2021-02-10 09:36:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2325, NULL, NULL, 'jamieleegillon93@gmail.com', 'c4c00874f3c59348e0364feeac495530', 'Madalyn left 3 new messages http://ilyaworks.com/61856', NULL, NULL, NULL, '195.216.155.238', '2021-02-10 10:10:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2326, NULL, NULL, 'michellehutchison24@gmail.com', '753f0cfa9e380c3b0e547c7db7c76c10', 'Erica sent 1 another kisses http://whatdoesfacebookknowaboutme.com/6ba3c', NULL, NULL, NULL, '194.58.39.201', '2021-02-10 10:59:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2327, NULL, NULL, 'nico_23@hotmail.ch', '3357060ccd6b108a613ab5c95f20c584', 'Janessa did 2 unique messages http://wildlandhiker.com/6f01a', NULL, NULL, NULL, '212.107.27.218', '2021-02-10 11:13:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2328, NULL, NULL, 'teresaann81@hotmail.co.uk', 'e54fa10e86e5c085957e8ecd8af8f128', 'Camille made 1 another likes http://notnecessarilywrong.com/75bff', NULL, NULL, NULL, '91.243.188.19', '2021-02-10 11:41:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2329, NULL, NULL, 'anthonymcguire1@hotmail.co.uk', '5c57df267bd74e5d8ae94c8f2fd806b4', 'Madeline left 5 another likes http://mkoncepts.com/791e8', NULL, NULL, NULL, '185.106.95.24', '2021-02-10 11:55:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2330, NULL, NULL, 'hschoon77@yahoo.de', '9c3c600f514f4487e6185152cb4409a0', 'Kai sent 2 new whispers http://vaquitapublishing.com/7c864', NULL, NULL, NULL, '194.58.122.49', '2021-02-10 12:11:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2331, NULL, NULL, 'Vicky-webster@hotmail.com', '9f8a2c7b2a5b3ce473551b511e7923d5', 'Evelynn left 5 new whispers http://vividskyproductions.com/89f9c', NULL, NULL, NULL, '176.119.140.150', '2021-02-10 13:06:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2332, NULL, NULL, 'jamesemerson1@hotmail.com', 'd6ca28d13bf4d30246d22fb50970f7f9', 'Esther did 5 unique kisses http://roofingsolutionsofohio.com/90b7e', NULL, NULL, NULL, '194.58.122.49', '2021-02-10 13:35:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2333, NULL, NULL, 'david_wecom@yahoo.de', '4b4802277215d75a1a067d50bf76c453', 'Selah sent 4 unique kisses http://llgcollective.com/9776a', NULL, NULL, NULL, '176.119.140.31', '2021-02-10 14:02:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2334, NULL, NULL, 'michaelscheihing@yahoo.de', '91af627c3a8948dd373b13192c72375f', 'Ximena sent 2 new kisses http://theindianthinktank.com/9e349', NULL, NULL, NULL, '91.227.155.161', '2021-02-10 14:35:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2335, NULL, NULL, 'bellmichelle1@sky.com', 'c06f9cad58fc2020e360b29846f678fc', 'Giavanna replied 2 unique whispers http://ingredientbible.com/a1934', NULL, NULL, NULL, '91.243.188.41', '2021-02-10 14:50:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2336, NULL, NULL, 'jeff@drjkapp.com', '5445649c94dc846bad56c0bced364194', 'Kaylani left 1 another whispers http://theindianthinktank.com/a4f35', NULL, NULL, NULL, '185.102.137.113', '2021-02-10 15:06:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2337, NULL, NULL, 'lee.ciarkowski1998@gmail.com', 'f67ed9902a365b2e529a8a3fc8483dd9', 'Natasha did 5 new kisses http://theindianthinktank.com/a8524', NULL, NULL, NULL, '81.22.44.19', '2021-02-10 15:21:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2338, NULL, NULL, 'jakob.ziegler@gummi-baur.de', '5a783caec0f585e236966c54f21270dc', 'Kataleya sent 3 another kisses http://helmetfires.com/abb05', NULL, NULL, NULL, '176.119.140.63', '2021-02-10 15:36:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2339, NULL, NULL, 'andas9q5@gmail.com', 'd3f3ba0b7a742dc72003630e42c92276', 'Gemma sent 4 unique kisses http://instantdormroom.com/af10e', NULL, NULL, NULL, '185.106.92.136', '2021-02-10 15:51:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2340, NULL, NULL, 'jchica2@free.fr', '15980ad9d4b8fe10de53c996ef65d80a', 'Esperanza made 2 another kisses http://ruzzrlabs.com/b26fc', NULL, NULL, NULL, '194.58.60.196', '2021-02-10 16:07:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2341, NULL, NULL, 'mag.fauma@praeventissimo.at', '59ec57ce8957fd942559ac57a8dfc46d', 'Tinley made 5 unique messages http://paklots.com/1c52', NULL, NULL, NULL, '176.119.140.207', '2021-02-10 16:37:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2342, NULL, NULL, 'gerhard.schnaitmann@t-online.de', '3483f0b4364b3cd086e975071749698b', 'Margot did 1 new whispers http://themadbeagle.com/be43', NULL, NULL, NULL, '176.119.140.52', '2021-02-10 17:23:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2343, NULL, NULL, 'armin.moelk@cnh.at', '17b51b5571c7de6ae7b32758a45f4141', 'Harlow made 2 another kisses http://jennicastiehl.com/f4c2', NULL, NULL, NULL, '195.216.155.196', '2021-02-10 17:39:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2344, NULL, NULL, 'tony70@arcor.de', '96785939dd97973d9faccee64f9d2249', 'Zahra left 2 new kisses http://helmetfires.com/12a68', NULL, NULL, NULL, '193.124.202.107', '2021-02-10 17:55:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2345, NULL, NULL, 'racer_meister@freenet.de', '49225cbdc77f67fe92e64e0ebf665366', 'Zahra did 4 unique kisses http://saudilife2030.com/161e8', NULL, NULL, NULL, '194.58.60.196', '2021-02-10 18:11:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2346, NULL, NULL, 'domethegof@emailn.de', '4d7766cbd91f2ba45e78b76b4e7efebc', 'Greta left 1 unique whispers http://wikodelarosa.com/195e5', NULL, NULL, NULL, '91.227.155.67', '2021-02-10 18:25:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2347, NULL, NULL, 'rupert.huber@sol.at', '56b20e79b680c1b1af0503690b823536', 'Kaia sent 4 new likes http://helmetfires.com/1cbec', NULL, NULL, NULL, '194.58.60.196', '2021-02-10 18:41:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2348, NULL, NULL, 'p4velivanov2012@yandex.com', '95caac055633c6f4fc137b7e1f49192f', 'James20210Tob', NULL, NULL, NULL, '35.241.200.151', '2021-02-10 18:51:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2349, NULL, NULL, 'alikurde@web.de', '29b57a7752a78b142b52860be741a31c', 'Allie sent 4 unique whispers http://wesimplycode.com/237b1', NULL, NULL, NULL, '176.119.140.160', '2021-02-10 19:11:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2350, NULL, NULL, 'karimmajouri9@gmail.com', '35955897cb55615232f753ad78d477f2', 'Kelsey left 2 unique kisses http://whatdoesamazonknowaboutme.com/30f8d', NULL, NULL, NULL, '176.119.140.137', '2021-02-10 20:11:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2351, NULL, NULL, 'mail@ad-creatio.de', '9cf18f289ef5c199248ebfb65b47adcd', 'Kara sent 1 new messages http://starriderenterprises.com/3bdd', NULL, NULL, NULL, '91.227.155.148', '2021-02-10 21:13:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2352, NULL, NULL, 'traxstorm@hotmail.de', '999b0f02b52ad5b1f46fb536e9e797dc', 'Luella made 3 new whispers http://sanraksisi.com/71ff', NULL, NULL, NULL, '91.243.188.39', '2021-02-10 21:24:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2353, NULL, NULL, 'kontakt@naturelfe.de', '2703124d3d99a946d7d133a72bb32685', 'Angelica sent 2 another kisses http://songplacer.com/a7c7', NULL, NULL, NULL, '185.106.95.26', '2021-02-10 21:35:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2354, NULL, NULL, 'didier_mann@yahoo.de', 'b3ca47a5929d15f78312114243471cb5', 'Paulina sent 4 another whispers http://healthprosports.com/ddda', NULL, NULL, NULL, '185.117.117.166', '2021-02-10 21:48:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2355, NULL, NULL, 'familiekraska@arcor.de', 'abeffd000c5dd7d66b49185b888f7284', 'Faye sent 4 new messages http://mappingthetimes.com/1137d', NULL, NULL, NULL, '195.216.155.172', '2021-02-10 22:01:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2356, NULL, NULL, 'gencay1965@yahoo.de', '9edd56b1eeb0ad66658704d05568e2df', 'Bonnie sent 3 another whispers http://yeoldedigitalmedia.com/14993', NULL, NULL, NULL, '91.227.155.125', '2021-02-10 22:13:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2357, NULL, NULL, 'g.muke@hotmail.de', 'a4dfe17616d5ccd5a2918e10e900a6b8', 'Austyn sent 5 another messages http://nabillazhafira.com/17f61', NULL, NULL, NULL, '176.119.140.57', '2021-02-10 22:25:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2358, NULL, NULL, 'ssefs@freenet.de', '10497001673a9cf964cef03112b6d338', 'Elaine left 3 another messages http://nickelpass.com/1eb9c', NULL, NULL, NULL, '91.227.155.56', '2021-02-10 22:47:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2359, NULL, NULL, 'multi-shop@mail.de', '0ffb36856db69aea9cf00427d068114d', 'Danielle sent 4 new whispers http://testalloy.com/2212d', NULL, NULL, NULL, '193.124.200.111', '2021-02-10 22:59:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2360, NULL, NULL, 'chtxtevd8919@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'TimokhaWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-02-10 23:04:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2361, NULL, NULL, 'th.sarah@hotmail.de', '366b3afb9503c45cceb8dd1931c40448', 'Margot did 3 another likes http://gyaanashram.com/25729', NULL, NULL, NULL, '195.216.155.243', '2021-02-10 23:11:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2362, NULL, NULL, 'viola-2002@freenet.de', '1e5f67a4cfee22310afe8a75fc6aef5c', 'Liv did 1 unique messages http://skogrstudio.com/28d1f', NULL, NULL, NULL, '81.22.44.99', '2021-02-10 23:25:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2363, NULL, NULL, 'tolgadourmous@webmail.de', '62e3ee4344918b1ce880d573bbd38f7a', 'Anika left 5 another kisses http://vincemagno.com/2f8f7', NULL, NULL, NULL, '195.216.155.185', '2021-02-10 23:51:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2364, NULL, NULL, 'tiger6676@hotmail.com', '45acce2877098fcb0f160f167062f7a9', 'Cameron did 4 unique likes http://understandinghate.com/32ee6', NULL, NULL, NULL, '195.216.155.75', '2021-02-11 00:04:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2365, NULL, NULL, 'roumezin.jean-paul@neuf.fr', '8ef3af4bcb74fdfa1aa4b970e5bceb20', 'Whitley sent 5 another whispers http://silentchicken.com/364e5', NULL, NULL, NULL, '81.22.44.85', '2021-02-11 00:15:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2366, NULL, NULL, 'arlette.exilie@club-internet.fr', 'c7c9b023dd63edc61cdc47704d06a8a1', 'Jamie replied 4 unique messages http://myfirsttrackday.com/39ace', NULL, NULL, NULL, '185.20.224.234', '2021-02-11 00:27:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2367, NULL, NULL, '5F202C2567DF318546@aibralo-feun.fr', '4fe28e6023ba4b1f429b544273a845b7', 'Aya sent 4 new whispers http://l0ud.com/3d0c3', NULL, NULL, NULL, '81.22.44.191', '2021-02-11 00:42:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2368, NULL, NULL, 'valerie.bouin@neuf.fr', 'ed93363ae2d72a81aa169d749b19001b', 'Elyse did 3 another likes http://mechanic-answers.com/40751', NULL, NULL, NULL, '176.119.140.118', '2021-02-11 00:56:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2369, NULL, NULL, 'dr.schneider.de@t-online.de', '014468882634b81ade5f5ff2cb76f1cf', 'Gemma sent 5 another kisses http://sum1nation.com/43cd3', NULL, NULL, NULL, '195.216.155.103', '2021-02-11 01:08:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2370, NULL, NULL, 'johannes1.schuster@aon.at', '70f7c217187fe9287c2fc83e8ae4a887', 'Jenna replied 4 another kisses http://saludini.com/472aa', NULL, NULL, NULL, '91.227.155.230', '2021-02-11 01:21:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2371, NULL, NULL, 'hans-juergen.ritz@arcor.de', '0621cfecfc2b4c7bcdb4d53ddb9ca206', 'Kadence replied 1 another messages http://jorunojstar.com/4a88b', NULL, NULL, NULL, '217.106.239.61', '2021-02-11 01:33:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2372, NULL, NULL, 'otve4alka@meta.ua', '66c685a9ddd5a7af0e4be3452ac0671c', 'Billytah', NULL, NULL, NULL, '31.134.125.80', '2021-02-11 01:38:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2373, NULL, NULL, 'ebbs@ebbs.karoo.co.uk', '7ab11111a3647d2bcf6054318e0af0d1', 'Scout sent 3 unique messages http://saludini.com/54a4e', NULL, NULL, NULL, '195.216.155.14', '2021-02-11 02:12:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2374, NULL, NULL, 'zottel13@t-online.de', '384c15fdd1a666d7adf8175c891c02b8', 'Amirah replied 5 new whispers http://trayfinder.com/5b63c', NULL, NULL, NULL, '212.107.27.28', '2021-02-11 02:39:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2375, NULL, NULL, 'perfectkitten831@gmail.com', 'd21c1f527d0b3d808dfb166b4468c453', 'Hayley made 4 new messages http://understandinghate.com/5ed31', NULL, NULL, NULL, '176.119.140.188', '2021-02-11 02:53:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2376, NULL, NULL, 'claus.birnstein@t-online.de', '212c1684740d5a9921879e4cae5324ae', 'Alma replied 3 unique whispers http://prehabonline.com/62227', NULL, NULL, NULL, '212.107.27.162', '2021-02-11 03:05:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2377, NULL, NULL, 'jodiewade464@gmail.com', '56c251e226728efb95c3c8fb23780b7c', 'Emmeline left 2 new whispers http://trayfinder.com/65813', NULL, NULL, NULL, '81.22.44.53', '2021-02-11 03:16:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2378, NULL, NULL, 'bmacbetlgh@gmail.com', '2a5ef25b0eaca091a420b9fe1637dff6', 'Scout left 1 unique likes http://songplacer.com/68e07', NULL, NULL, NULL, '91.243.188.208', '2021-02-11 03:27:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2379, NULL, NULL, 'christianpirzer@aol.com', '2ddc0c35d54561af38176565e6311094', 'Adelina left 4 unique messages http://starriderenterprises.com/72fda', NULL, NULL, NULL, '91.243.188.162', '2021-02-11 04:10:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2380, NULL, NULL, 'natjohn53@hotmail.co.uk', '924a1626c69265d9226bebaeb85dbfec', 'Natalie sent 5 another likes http://sounddialogue.com/765f2', NULL, NULL, NULL, '212.107.27.191', '2021-02-11 04:23:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2381, NULL, NULL, 'liana_london@hotmail.co.uk', '32bc9db8071c8530be84fc676bfa3675', 'Romina left 2 unique whispers http://songplacer.com/79ba4', NULL, NULL, NULL, '81.22.44.109', '2021-02-11 04:39:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2382, NULL, NULL, 'k.jago@hotmail.co.uk', 'a5ec2eaccd6a2fe7475a16afd15422d6', 'Hallie replied 4 another messages http://healthprosports.com/7d284', NULL, NULL, NULL, '176.119.140.198', '2021-02-11 04:51:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2383, NULL, NULL, 'Jamesthomson2426@outlook.com', '5beb29affa39f6433b255727d75767f9', 'Hallie did 1 new likes http://rentcollegestuff.com/8079e', NULL, NULL, NULL, '212.107.27.224', '2021-02-11 05:05:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2384, NULL, NULL, 'Tonybennett474@yahoo.co.uk', 'c83ae92bcdac3e583f9feb3b88b496b2', 'Erin sent 2 another whispers http://kmfwifiservice.com/83e39', NULL, NULL, NULL, '91.227.155.216', '2021-02-11 05:19:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2385, NULL, NULL, 'jedscooter@yahoo.co.uk', '4a13cb83e3686355f01a6c152655ae66', 'Patricia sent 4 unique kisses http://rentcollegestuff.com/87376', NULL, NULL, NULL, '195.216.155.148', '2021-02-11 05:32:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2386, NULL, NULL, 'Kazza0@hotmail.com', '66c82455cd95f0521f2a9401a85c5ef2', 'Aiyana made 3 unique whispers http://truthvsbalance.com/8a966', NULL, NULL, NULL, '81.22.44.18', '2021-02-11 05:44:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2387, NULL, NULL, 'nicholasawalsh@hotmail.com', '88f395e7f4cfae426b73fe7d38f9de08', 'Lainey made 3 new kisses http://hedrums.com/8df6a', NULL, NULL, NULL, '91.227.155.60', '2021-02-11 05:58:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2388, NULL, NULL, 'fmessinger@aol.com', 'c585268a0ee49bcecfb97d93a16e2772', 'Kali left 2 new likes http://thetradingteacher.com/9157d', NULL, NULL, NULL, '195.216.155.173', '2021-02-11 06:11:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2389, NULL, NULL, 'narinder_somal@hotmail.com', '32c819c6f4989dbafc4d6448c17bf5b2', 'Talia sent 2 unique kisses http://thetradingteacher.com/94b43', NULL, NULL, NULL, '176.119.140.132', '2021-02-11 06:27:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2390, NULL, NULL, 'billyboy666@rocketmail.com', '030a266cb8a455fa8da00831067039c6', 'Veda replied 1 unique kisses http://l0ud.com/98128', NULL, NULL, NULL, '91.227.155.72', '2021-02-11 06:41:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2391, NULL, NULL, 'colofonium@aol.de', '9a0d6b2f3f29cfc504028945c60dff83', 'Melissa left 4 unique messages http://pypstories.com/9ee48', NULL, NULL, NULL, '176.119.140.101', '2021-02-11 07:06:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2392, NULL, NULL, 'sedat.veliu@hotmail.com', '3e657dd962d46a074161653fd2ab9a97', 'Celeste left 4 new messages http://saludini.com/a22e4', NULL, NULL, NULL, '185.117.117.166', '2021-02-11 07:19:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2393, NULL, NULL, 'wakeji.n.s.hii@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantusrwi', NULL, NULL, NULL, '193.9.115.119', '2021-02-11 07:22:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2394, NULL, NULL, 'rebhandl.stephanie@eclipso.at', '72809011e6c6d91417a5bad60f09ada7', 'Hailee made 1 new messages http://sum1nation.com/a5985', NULL, NULL, NULL, '212.107.27.80', '2021-02-11 07:33:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2395, NULL, NULL, 'aero-student.de@icarus10.com', '4fe702a3721bf976d1c1482ee414f4c4', 'Noemi left 2 another messages http://whatfangknows.com/a8eea', NULL, NULL, NULL, '212.107.27.233', '2021-02-11 07:47:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2396, NULL, NULL, 'reindlmeier.com@bigblogtweak.com', '189256a7b2e6130efda4492cc9514567', 'Raina left 5 new whispers http://silentchicken.com/afad8', NULL, NULL, NULL, '212.107.27.12', '2021-02-11 08:14:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2397, NULL, NULL, 'philippe.tomilas@wanadoo.fr', '0513f6880519f2216ea782ef6289a7f9', 'Nayeli sent 4 another whispers http://mechanic-answers.com/b30bc', NULL, NULL, NULL, '212.107.27.37', '2021-02-11 08:28:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2398, NULL, NULL, 'eric.letaillandier@laposte.net', '37162f2e194e7f0554a375fa3444a777', 'Adrianna left 1 another whispers http://nabillazhafira.com/b66ac', NULL, NULL, NULL, '176.119.140.196', '2021-02-11 08:41:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2399, NULL, NULL, 'axel.delisle@hotmail.fr', 'a0c04cec02afcdf7486d4d1f1c3ed85b', 'Emmy did 4 another likes http://prehabonline.com/c7d3', NULL, NULL, NULL, '91.243.188.112', '2021-02-11 09:33:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2400, NULL, NULL, 'einstein.westerhausen@freenet.de', '0ec873c48c391a7f6637e79b14da33a6', 'Anaya did 2 unique messages http://texrav.com/fdc7', NULL, NULL, NULL, '81.22.44.26', '2021-02-11 09:44:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2401, NULL, NULL, 'smsuhka@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'mayahh', NULL, NULL, NULL, '93.124.48.45', '2021-02-11 09:47:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(2402, NULL, NULL, 'gerald.luza@tuwien.ac.at', '30f1cf29e5e452e05792026cc407ca01', 'Daphne sent 1 another messages http://guessthesonggame.com/133b6', NULL, NULL, NULL, '195.216.155.222', '2021-02-11 09:57:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2403, NULL, NULL, 'robert-halfmann@onlinehome.de', 'de26c167528d880c0bdfa1ed6996ed76', 'Helena replied 5 new whispers http://thefantasyflexspot.com/169c7', NULL, NULL, NULL, '212.107.27.144', '2021-02-11 10:11:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2404, NULL, NULL, 'kontakt@kochrezeptesuche.de', '2fb4093b7fe245619a6b52f358c063c0', 'Kate left 4 new likes http://vincemagno.com/19f9f', NULL, NULL, NULL, '195.216.155.239', '2021-02-11 10:25:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2405, NULL, NULL, 'mw149@gmx.de', 'af918a6bfad2c604a07aa4d53519908a', 'Mariah sent 4 new messages http://seewhattheyknow.com/1d599', NULL, NULL, NULL, '77.221.152.219', '2021-02-11 10:38:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2406, NULL, NULL, 'mystic-ritual@gmx.ch', 'c79422142d78fdf3945d61366b0a0b34', 'Skye left 4 new messages http://lasanifp.com/20cc4', NULL, NULL, NULL, '91.227.155.56', '2021-02-11 10:51:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2407, NULL, NULL, 'fefe@basketball.de', '5eedf783ef9a04e71edc2cbdf79023f0', 'Kaia left 2 unique likes http://nickelpass.com/27762', NULL, NULL, NULL, '81.22.44.119', '2021-02-11 11:15:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2408, NULL, NULL, 'peterjoachim1@web.de', 'b4ae04419204dbf8e5c865e8492ad6d4', 'Alia replied 2 another messages http://sansonekianj.com/2ad60', NULL, NULL, NULL, '91.243.188.54', '2021-02-11 11:31:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2409, NULL, NULL, 'attrakiver-mann@freenet.de', '0e600ff05291982706851f2d0ef886ef', 'Katherine sent 5 another messages http://thefantasyflexspot.com/2e343', NULL, NULL, NULL, '91.227.155.133', '2021-02-11 11:44:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2410, NULL, NULL, 'latifovrustam763@gmail.com', 'cc8aea24559576590c561153a40ba762', 'Emmalynn made 3 unique whispers http://seanschouten.com/3191b', NULL, NULL, NULL, '212.107.27.132', '2021-02-11 11:58:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2411, NULL, NULL, 'a.fontes@neuf.fr', '20c9a0a1848d207dc5d72bd9b2af8692', 'Lucy left 4 another likes http://guessthesonggame.com/3852d', NULL, NULL, NULL, '185.106.94.54', '2021-02-11 12:25:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2412, NULL, NULL, '5F2027149920911765@aibralo-feun.fr', '0a31c730a5b3e60347f7047c945bc3e1', 'Braelynn did 1 another kisses http://texrav.com/3bc12', NULL, NULL, NULL, '176.119.140.254', '2021-02-11 12:40:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2413, NULL, NULL, '26170673705247E381673294867805913E414CC50@aibralo-feun.fr', 'c9a17d3bd24032fb2d1cac4a68f0bdbc', 'Harlow replied 1 another whispers http://prehabonline.com/3f0f3', NULL, NULL, NULL, '185.106.95.22', '2021-02-11 12:53:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2414, NULL, NULL, 'ralphluethi@bluewin.ch', '31afe6c4a5a27b95da24d78e641abd21', 'Anaya left 4 unique kisses http://understandinghate.com/426f3', NULL, NULL, NULL, '81.22.44.203', '2021-02-11 13:07:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2415, NULL, NULL, 'macc@bluewin.ch', '92c409e07c4cd087df4a09b59683f0cf', 'Kenia left 4 another messages http://skogrstudio.com/45cf2', NULL, NULL, NULL, '212.107.27.68', '2021-02-11 13:18:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2416, NULL, NULL, 'play74@t-online.de', 'a0b6afe0f0cfee1328c2de2a8e5f6bfe', 'Hadley sent 1 new messages http://jorunojstar.com/492ff', NULL, NULL, NULL, '185.106.92.134', '2021-02-11 13:29:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2417, NULL, NULL, 'mzx6@tmo.at', '8a99f3c8fc9dad3a33ddefd15f1ffd4b', 'Heavenly made 1 another messages http://klaporta.com/4c8b5', NULL, NULL, NULL, '109.120.128.187', '2021-02-11 13:41:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2418, NULL, NULL, 'andrill@arcor.de', 'd42bbfec97e742188089961bf917e8d7', 'Edith replied 1 unique messages http://sum1nation.com/4fea7', NULL, NULL, NULL, '81.22.44.58', '2021-02-11 13:55:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2419, NULL, NULL, 'danfifa2k17@gmail.com', '126b0d1f6531a65f882370249f0a3e48', 'Azariah did 1 new whispers http://pypstories.com/56a87', NULL, NULL, NULL, '81.22.44.102', '2021-02-11 14:21:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2420, NULL, NULL, 'Cj.sonntag@t-online.de', 'e767cc8cc89b88bbbd51d1ea703f3de2', 'Sariyah made 3 another messages http://someonenation.com/5a09b', NULL, NULL, NULL, '212.107.27.238', '2021-02-11 14:34:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2421, NULL, NULL, 'Coll868686@gmail.com', '4cb6ec4467b831dbb557d432ede21a9b', 'Selene did 4 new whispers http://hardequations.com/5d70a', NULL, NULL, NULL, '91.227.155.139', '2021-02-11 14:46:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2422, NULL, NULL, 'm.e.rne.um.i.nez@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimirbht', NULL, NULL, NULL, '193.9.115.120', '2021-02-11 14:53:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2423, NULL, NULL, 'viks.canham.vc@gmail.com', '9b36215c57fd0e43b2886684f70b8a65', 'Aliza left 3 new kisses http://yeoldedigitalmedia.com/60c5d', NULL, NULL, NULL, '91.243.188.239', '2021-02-11 15:12:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2424, NULL, NULL, 'beatles.karoo.co.uk@win2work.com', '063a72fa8dcc80c45cf95fefae532735', 'Viviana left 3 new whispers http://whatfangknows.com/6427f', NULL, NULL, NULL, '185.172.130.75', '2021-02-11 15:26:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2425, NULL, NULL, 'barde.ch@icarus10.com', '2957937f728d72180a1506aef2474e96', 'Dream sent 2 new kisses http://yeoldedigitalmedia.com/67849', NULL, NULL, NULL, '185.106.94.54', '2021-02-11 15:41:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2426, NULL, NULL, 'Joannejarvis15@gmail.com', 'c7a41eb6d88494d322ca43eae8a77d2c', 'Valery left 1 unique likes http://seewhattheyknow.com/6ae48', NULL, NULL, NULL, '91.227.155.41', '2021-02-11 15:54:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2427, NULL, NULL, 'oecsisun@hotmail.com', 'fd1ae91a9120e6a07daf4b0682895687', 'Leona left 1 unique kisses http://kmfwifiservice.com/6e42b', NULL, NULL, NULL, '91.227.155.189', '2021-02-11 16:06:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2428, NULL, NULL, 'manz.till@outlook.com', '4d648ca406212cfe28d5e0e64dde9dfd', 'Madilyn made 5 new likes http://testalloy.com/71a37', NULL, NULL, NULL, '176.119.140.13', '2021-02-11 16:20:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2429, NULL, NULL, 'Secondhandserenade@hotmail.co.uk', 'cdc18d9f5d92b0ed1d00accce23a91ee', 'Esperanza replied 1 another kisses http://rentcollegestuff.com/75007', NULL, NULL, NULL, '212.107.27.68', '2021-02-11 16:34:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2430, NULL, NULL, 'Chloeallen-ward1997@hotmail.co.uk', 'ab0c25580e4110deb414862d3787ea19', 'Elora sent 2 another messages http://mappingthetimes.com/7860b', NULL, NULL, NULL, '176.119.140.71', '2021-02-11 16:46:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2431, NULL, NULL, 'Lydialouisewood2016@outlook.com', 'ee7bc0e15c4a846c0f4121b0e9665089', 'Clare left 3 unique kisses http://prehabonline.com/7bbee', NULL, NULL, NULL, '212.107.27.64', '2021-02-11 16:59:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2432, NULL, NULL, 'Ste.morton7909@outlook.com', '048fddd47c1d1d29c61d1598f318930d', 'Zelda sent 3 another kisses http://sum1nation.com/7f1f1', NULL, NULL, NULL, '185.128.214.12', '2021-02-11 17:13:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2433, NULL, NULL, 'louisedavis706@yahoo.co.uk', '9ba804389015d7bd44b00deff639e534', 'Trinity left 2 new kisses http://nabillazhafira.com/827df', NULL, NULL, NULL, '212.107.27.136', '2021-02-11 17:25:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2434, NULL, NULL, 'Mstraughan84@hotmail.com', 'f6adcf1b60d45639a29a92295502504a', 'Kathleen left 2 unique messages http://sanraksisi.com/893b2', NULL, NULL, NULL, '176.119.140.106', '2021-02-11 17:52:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2435, NULL, NULL, '1.jan.na.k.u.chin.s.k.a.y.a.20.1.9@gmail.com\r\n', 'd52b787fce023acc8bc4bdc4bdda0012', 'Jannakhm', NULL, NULL, NULL, '193.176.85.82', '2021-02-11 19:07:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2436, NULL, NULL, 'vlagoizmer@yandex.com', '7de0fcdf5578549f9913d60bff0300f5', 'WayneCax', NULL, NULL, NULL, '94.181.47.232', '2021-02-11 23:37:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2437, NULL, NULL, 've.ro.na.s.kut.e.n.k.o.al.lst.a.r@gmail.com\r\n', 'a536ef789179761acdcde6443e864825', 'Veronanxu', NULL, NULL, NULL, '185.253.160.139', '2021-02-12 04:24:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2438, NULL, NULL, 'mariaaxxa201@gmail.com', 'c76d61837d8e9357803f298694418ecb', 'RalphTup', NULL, NULL, NULL, '184.178.172.25', '2021-02-12 07:14:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2439, NULL, NULL, 'v.starcev@makao.efastes.com', '3d0873b01d37263a9441945b93a62058', 'Jameshency', NULL, NULL, NULL, '5.188.48.98', '2021-02-12 10:34:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2440, NULL, NULL, 'bj7646779@gmail.com', '87458f5cc4f2a5c0369b38c49a90cd3d', 'miss https://danc.page.link/UkMXX', NULL, NULL, NULL, '178.95.118.179', '2021-02-12 14:40:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2441, NULL, NULL, 'jayheisavetheworld@gmail.com', '5ac6a1d48a420b56abc272fa308db252', 'DHFAJGYKVLP7NDDEHMQZRFHD http://google.com/560', NULL, NULL, NULL, '195.216.155.114', '2021-02-12 19:22:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2442, NULL, NULL, 'admin@fetischboard.de', 'a3f707d0c283e82ae62d1af42d2441fb', 'Eleanor left 2 unique whispers http://l0ud.com/b6d', NULL, NULL, NULL, '195.216.155.216', '2021-02-12 21:14:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2443, NULL, NULL, 'auto.zeki@yahoo.de', 'a5c3b889f04678b32b7df04bda015920', 'Elle replied 2 unique messages http://understandinghate.com/416f', NULL, NULL, NULL, '212.107.27.74', '2021-02-12 21:25:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2444, NULL, NULL, 'peter_glowasz_verlag@yahoo.de', '884996175f23d6a8d0642df32fcc4b87', 'Emmy sent 2 unique messages http://guessthesonggame.com/7751', NULL, NULL, NULL, '91.227.155.191', '2021-02-12 21:39:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2445, NULL, NULL, 'j-freisewinkel@versanet.de', '08dda492b6684de136067316c05e1130', 'Emersyn sent 4 new whispers http://nickelpass.com/e335', NULL, NULL, NULL, '195.216.155.83', '2021-02-12 22:10:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2446, NULL, NULL, 'moritz@utanet.at', '2c04d454248e0cae913e1571ea4cd7f7', 'Hadlee sent 5 new whispers http://saludini.com/11917', NULL, NULL, NULL, '195.216.155.230', '2021-02-12 22:26:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2447, NULL, NULL, 'matthias.preiss@koeln.de', '515a4f224ab959adcd1434f8bb3bd901', 'Lexi did 4 unique likes http://sum1nation.com/14f0c', NULL, NULL, NULL, '81.22.44.146', '2021-02-12 22:42:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2448, NULL, NULL, 'obermueller-p-hub@t-online.de', 'b068dfbe3d93b7b654401f1d5f0e8392', 'Elliot left 5 another whispers http://ur-yngath.com/184f1', NULL, NULL, NULL, '81.22.44.179', '2021-02-12 22:56:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2449, NULL, NULL, 'barbara.engels@bfn.de', '34718581a495a2f882385ae690ab769d', 'Sierra sent 5 unique likes http://understandinghate.com/1baea', NULL, NULL, NULL, '176.119.140.135', '2021-02-12 23:10:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2450, NULL, NULL, 'jenny_mueller15@beamter.de', 'a08020abb71025209e4c43b6efcbccaf', 'Briana left 3 unique whispers http://l0ud.com/1f0dc', NULL, NULL, NULL, '176.119.140.157', '2021-02-12 23:27:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2451, NULL, NULL, 'kgbhui@hui.de', '71f4a246624ee06f284314f1ae18c036', 'Ellen left 5 new whispers http://texrav.com/226d0', NULL, NULL, NULL, '91.243.188.98', '2021-02-12 23:42:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2452, NULL, NULL, 's.murat-kaya76@gmx.de', 'a7951c0b73ff592c5e04b625721e1e2a', 'Lilianna replied 3 unique whispers http://someonenation.com/25cc7', NULL, NULL, NULL, '185.103.252.27', '2021-02-12 23:58:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2453, NULL, NULL, 's.e.r.zkruto.go.lo.v.t.heman@gmail.com\r\n', '2ca0264f414c5bb709f5c56d19247c43', 'Serzump', NULL, NULL, NULL, '31.28.163.53', '2021-02-13 00:02:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2454, NULL, NULL, 'michael.freudenberg@infoman.de', '76be8014e5f823135126a8ec25cdd8ba', 'Ivory replied 5 unique whispers http://tahachaina.com/292bb', NULL, NULL, NULL, '185.66.15.23', '2021-02-13 00:13:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2455, NULL, NULL, 'lunus@web.de', '02500c715b53d5d5d7f3a3cdc5e0f962', 'Lilly made 5 new likes http://kai-peng.com/2c8ad', NULL, NULL, NULL, '176.119.140.93', '2021-02-13 00:28:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2456, NULL, NULL, 'ignace.dekerpel@skynet.be', '2d5f66a7b89361f01667b2579f51cde1', 'Kamilah replied 1 unique messages http://thetradingteacher.com/2fe9d', NULL, NULL, NULL, '176.119.140.180', '2021-02-13 00:44:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2457, NULL, NULL, 'sk.rebc.ovi.l.iu.sh.ka.2.0.86@gmail.com\r\n', '5abf88144933277bf4dde2b0f0f0e0ec', 'Ilushikgts', NULL, NULL, NULL, '31.28.163.53', '2021-02-13 00:47:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2458, NULL, NULL, 'soyunlee21@gmail.com', 'fcb2ca351cd3403e42f84fa504669bcd', 'Sawyer did 3 another likes http://tritonpowerlifts.com/334a4', NULL, NULL, NULL, '195.216.155.64', '2021-02-13 01:02:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2459, NULL, NULL, '84409256135419E371673364545505982B3F97D1D@heuquijuto.fr', 'e1c22b866db0b0bacff57b1f342df630', 'Zaylee sent 1 another messages http://skogrstudio.com/36a6f', NULL, NULL, NULL, '212.107.27.138', '2021-02-13 01:16:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2460, NULL, NULL, 'd.grillion@numericable.com', '514e811f57f46d99d53541b36df353b1', 'Andrea sent 5 unique messages http://ur-yngath.com/3a06c', NULL, NULL, NULL, '194.58.122.49', '2021-02-13 01:32:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2461, NULL, NULL, 'silvybadgirl@gmail.com', 'c65ddb64733f096609989f90b560d794', 'Ashlynn left 3 new whispers http://healthprosports.com/44238', NULL, NULL, NULL, '91.227.155.138', '2021-02-13 02:16:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2462, NULL, NULL, 'jzsolt87@open.telekom.rs', 'd5e83298b854da1cabcb73839b0ccd6b', 'Heaven made 4 unique kisses http://seanschouten.com/47826', NULL, NULL, NULL, '185.194.105.89', '2021-02-13 02:31:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2463, NULL, NULL, 'katzkarl@t-online.de', '4d3a64a6158ded40547967f394ccb64b', 'Emelia left 3 another likes http://thefantasyflexspot.com/4ae20', NULL, NULL, NULL, '193.124.94.170', '2021-02-13 02:48:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2464, NULL, NULL, 'markmeili@hispeed.ch', 'eaa55dd99ecdf1a16dfccb30169e6bef', 'Taylor sent 2 another whispers http://nabillazhafira.com/4e40d', NULL, NULL, NULL, '91.243.188.56', '2021-02-13 03:03:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2465, NULL, NULL, 'afurber35@gmail.com', '0276fadf7440744952c42e1c4a9b5b04', 'Royalty made 3 unique messages http://guessthesonggame.com/51a01', NULL, NULL, NULL, '91.227.155.191', '2021-02-13 03:18:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2466, NULL, NULL, 'rschrempf@sol.at', 'f6aa4fa4cb157f4751f5ddd0af036061', 'Cora replied 4 unique whispers http://yeoldedigitalmedia.com/54fed', NULL, NULL, NULL, '81.22.44.195', '2021-02-13 03:34:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2467, NULL, NULL, 'belkacemb@bluewin.ch', '771068bb893c9f490cfaf74695770246', 'Emely sent 4 another whispers http://rentcollegestuff.com/5bbc8', NULL, NULL, NULL, '91.243.188.94', '2021-02-13 04:06:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2468, NULL, NULL, 'marysheva89@hotmail.it', '3b2b0d8f269aa301e644a354dbd11266', 'Vanessa replied 5 another kisses http://l0ud.com/628bc', NULL, NULL, NULL, '91.227.155.252', '2021-02-13 04:37:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2469, NULL, NULL, 'wnukszymon85@gmail.com', '5fc35bacf79e98277dba78546bcaff6e', 'Jazlynn did 1 new likes http://starriderenterprises.com/65db1', NULL, NULL, NULL, '91.227.155.174', '2021-02-13 04:51:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2470, NULL, NULL, 'ds279483@gmail.com', '7075901cb7b97560b0035b070dcd3125', 'Vera sent 1 unique kisses http://understandinghate.com/693ba', NULL, NULL, NULL, '195.216.155.184', '2021-02-13 05:06:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2471, NULL, NULL, 'derostyle@hotmail.de', 'e88bdc4a2be66473928816571e1a081d', 'Ingrid sent 2 another likes http://sanraksisi.com/6c97b', NULL, NULL, NULL, '212.107.27.225', '2021-02-13 05:22:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2472, NULL, NULL, 'caterinadf90@yahoo.com', '2b26538bc1b1535065e7c16b330c1f5e', 'Angelina replied 3 new whispers http://testalloy.com/6ff7e', NULL, NULL, NULL, '195.216.155.23', '2021-02-13 05:38:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2473, NULL, NULL, 'freemanthemadman@yahoo.com', 'd8cfd1b07508c093ae1c2823177ef937', 'Vada did 5 another messages http://lasanifp.com/7355b', NULL, NULL, NULL, '212.107.27.101', '2021-02-13 05:55:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2474, NULL, NULL, 'Linda-g-21@hotmail.co.uk', '1531a9a9a8363b089fd3fef39ab9a78d', 'Promise sent 5 another likes http://yeoldedigitalmedia.com/76b4b', NULL, NULL, NULL, '185.80.149.56', '2021-02-13 06:10:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2475, NULL, NULL, 'kieronbrand@hotmail.co.uk', '409ee09996940807840bd733c77a3719', 'Clara left 1 another whispers http://jorunojstar.com/7a158', NULL, NULL, NULL, '92.243.65.211', '2021-02-13 06:28:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2476, NULL, NULL, 'Spinks0913@outlook.com', '7886ff4155e65d7e5685723f2d7cb849', 'Brylee sent 1 unique kisses http://sanraksisi.com/7d734', NULL, NULL, NULL, '91.243.188.230', '2021-02-13 06:43:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2477, NULL, NULL, 'xxhollyxx244@outlook.com', '18abb2531b99f4e779859ab02d4d43e7', 'Tinsley left 5 another likes http://trayfinder.com/80d2b', NULL, NULL, NULL, '212.107.27.54', '2021-02-13 06:58:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2478, NULL, NULL, 'chicken192@yahoo.co.uk', '3be266c27e41dc457f9654e8bc774e6c', 'Aniyah replied 5 another likes http://klaporta.com/84439', NULL, NULL, NULL, '91.227.155.105', '2021-02-13 07:18:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2479, NULL, NULL, 'scottisfish@live.co.uk', '4d9c38aab6b95a9fab94ef3919ffd8b1', 'Khloe did 3 another likes http://thetradingteacher.com/87902', NULL, NULL, NULL, '91.243.188.94', '2021-02-13 07:36:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2480, NULL, NULL, 'X-jamieleighmc@hotmail.com', '146b389360e1945f6c237be82d5ab2ce', 'Alina made 5 unique likes http://sounddialogue.com/8af08', NULL, NULL, NULL, '212.107.27.218', '2021-02-13 07:56:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2481, NULL, NULL, 'KennBracey@hotmail.com', 'ea83176f54b7d74ff76692c8e33e3724', 'Bonnie made 2 another messages http://seewhatfangknows.com/8e4eb', NULL, NULL, NULL, '91.227.155.77', '2021-02-13 08:16:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2482, NULL, NULL, 'hermann201173@aol.com', '561c99d0ea1cc6e0e3dfbcd22f10cb5f', 'Melody made 5 new whispers http://skogrstudio.com/91ae6', NULL, NULL, NULL, '212.107.27.154', '2021-02-13 08:35:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2483, NULL, NULL, 'oualidkasdaghli@hotmail.com', 'bbe5f1b02a7d19636a1f90aa910a2623', 'Ana made 1 new likes http://sudodad.com/950d1', NULL, NULL, NULL, '185.80.149.56', '2021-02-13 08:51:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2484, NULL, NULL, 'star930@aol.com', '7c59caee62cfd5754a6934ff03d06b35', 'Chelsea sent 1 unique likes http://kmfwifiservice.com/987d8', NULL, NULL, NULL, '176.119.140.254', '2021-02-13 09:09:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2485, NULL, NULL, 'naomim197044@gmail.com', '9ec37eb59958b351096412dfaf1cc93e', 'Lennon made 2 another messages http://thetradingteacher.com/a947c', NULL, NULL, NULL, '212.107.27.93', '2021-02-13 10:46:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2486, NULL, NULL, 'klariongroup.com@win2work.com', '3991e80e14989855555997f7d07dc735', 'Kathleen did 4 another whispers http://starriderenterprises.com/aca5c', NULL, NULL, NULL, '185.80.149.56', '2021-02-13 11:06:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2487, NULL, NULL, 'qqubhqgg@fbjobjnr.com', '4cd9339b330510b8fff6635cfcec2676', 'Adley sent 3 unique messages http://songplacer.com/b007b', NULL, NULL, NULL, '91.227.155.77', '2021-02-13 11:22:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2488, NULL, NULL, 'alexanderretler@online.de', 'ec90fb904299b0f920d7a521176bbd49', 'Daniella did 1 new whispers http://tahachaina.com/62b5', NULL, NULL, NULL, '91.227.155.219', '2021-02-13 12:41:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2489, NULL, NULL, 'perche.dessolain@orange.fr', '83250113a5a5c4d81927475f5f03de1e', 'Perla replied 3 unique kisses http://guessthesonggame.com/9790', NULL, NULL, NULL, '194.87.237.134', '2021-02-13 12:56:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2490, NULL, NULL, 'erfolg52@yahoo.de', '1ce871f80fbacb6a5580dfa2ecde4704', 'Mckinley left 5 new messages http://prehabonline.com/1035f', NULL, NULL, NULL, '185.147.128.141', '2021-02-13 13:30:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2491, NULL, NULL, 'kranprofi@yahoo.de', '760ba4915d89a539b9de407548efe32b', 'Arielle did 5 new whispers http://sudodad.com/13960', NULL, NULL, NULL, '81.22.44.105', '2021-02-13 13:47:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2492, NULL, NULL, 'tobiba1@freenet.de', '55842397a632fa2f63f03a071c5cd5c1', 'Anais made 5 another messages http://tillyoudiebrand.com/2111b', NULL, NULL, NULL, '81.22.44.13', '2021-02-13 14:53:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2493, NULL, NULL, 'wa.k.e.jins.h.i.i@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantuspmd', NULL, NULL, NULL, '193.9.115.115', '2021-02-13 14:53:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2494, NULL, NULL, 'dili_76@hotmail.de', '68128883bb4562b3ea5a5283cb857cba', 'Abigail replied 4 new kisses http://guessthesonggame.com/24721', NULL, NULL, NULL, '195.216.155.237', '2021-02-13 15:07:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2495, NULL, NULL, 'lverginer@ymail.com', '14923bc795e51687764984a0c6aa5cfa', 'Jaelyn sent 3 another likes http://guessthesonggame.com/27d06', NULL, NULL, NULL, '185.102.137.113', '2021-02-13 15:28:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2496, NULL, NULL, 'aronkartz@yahoo.de', '84b6474939f2cfa79211d539e85e50f8', 'Elaina made 3 another whispers http://whatfangknows.com/2b316', NULL, NULL, NULL, '176.119.140.40', '2021-02-13 15:46:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2497, NULL, NULL, 'ehannon@worldnet.att.net', '5dd9faaabca9d2e9ec6ee660e7bb54c0', 'Kate left 5 unique kisses http://truthvsbalance.com/2e905', NULL, NULL, NULL, '185.103.252.27', '2021-02-13 16:05:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2498, NULL, NULL, 'franksmithmighty55555@gmail.com', 'd65ee26ca4c2dc531f3b9bd692d216a5', 'Kataleya replied 3 another kisses http://tritonpowerlifts.com/31efa', NULL, NULL, NULL, '91.243.188.159', '2021-02-13 16:25:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2499, NULL, NULL, 'patrick.malliet@free.fr', '250e1fdfef92c52480e0d62bcf4f1174', 'Serena did 5 new kisses http://l0ud.com/35500', NULL, NULL, NULL, '91.227.155.44', '2021-02-13 16:45:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2500, NULL, NULL, 'virginie.trebosc@free.fr', '29df968c6f62478808830cb21eb4b2e0', 'Monroe replied 2 another whispers http://ur-yngath.com/38ad7', NULL, NULL, NULL, '185.194.106.168', '2021-02-13 17:05:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2501, NULL, NULL, 'guillaume.pohu@sfr.fr', '1bd7eda88f9fb1c53034e282e8f39977', 'Ayla left 2 new kisses http://seewhattheyknow.com/3f6a9', NULL, NULL, NULL, '195.216.155.237', '2021-02-13 17:45:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2502, NULL, NULL, 'rjkuehne@t-online.de', 'eb4d6fb9cb539eca192dc55a0845f5a8', 'Marissa made 5 new messages http://starriderenterprises.com/42c95', NULL, NULL, NULL, '185.194.106.209', '2021-02-13 18:04:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2503, NULL, NULL, 'fedorkapo4@mail.ru', 'ff3b9cd32c50682ea1c9e749c454319b', 'loveawake.ru', NULL, NULL, NULL, '91.77.130.235', '2021-02-13 21:54:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2504, NULL, NULL, 'vi.k.tori.ai.l.o.veb.ac.k.cha.m@gmail.com\r\n', '52e4c70a12d7b56671dc56c39e8d8c3b', 'Viktoriafh', NULL, NULL, NULL, '178.175.130.253', '2021-02-14 02:36:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2505, NULL, NULL, 'ircze.nk.osv.e.tlan.as.203.0@gmail.com\r\n', 'c0e83ee932d692fdb8c306a9f26e6ea5', 'Svetlmwh', NULL, NULL, NULL, '178.175.130.253', '2021-02-14 13:01:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2506, NULL, NULL, 'me.r.n.eu.mi.n.e.z@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimirbmv', NULL, NULL, NULL, '89.187.168.176', '2021-02-14 15:51:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2507, NULL, NULL, 'w.a.k.ejin.s.h.i.i@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantuslkz', NULL, NULL, NULL, '89.187.168.176', '2021-02-14 16:08:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2508, NULL, NULL, 'ver.o.n.i.k.a.sl.obo.d.an.ovic.h@gmail.com\r\n', '6aef976a9f9cb05a58270be0bf968970', 'Veronahuy', NULL, NULL, NULL, '154.57.3.134', '2021-02-14 23:35:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2509, NULL, NULL, 's.em.e.czenk.o.d.a.v.i.dbi.g.m.a.n@gmail.com\r\n', '46fe8ea4b5f85a59f089dcbacb101850', 'Davidryx', NULL, NULL, NULL, '154.57.3.134', '2021-02-14 23:35:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2510, NULL, NULL, 's.h.ku.tk.o.vi.g.o.r.e.c.zek.b.e.st@gmail.com\r\n', '376c39e49df520b7db6f922aa3a76f3c', 'Igorjmy', NULL, NULL, NULL, '178.175.142.132', '2021-02-15 07:28:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2511, NULL, NULL, 'andykoviguanta@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'spidereterm', NULL, NULL, NULL, '185.246.210.6', '2021-02-15 13:08:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2512, NULL, NULL, 'shkut.ko.s.e.rg.e.y.i.va.n.o.vi.c.hthe@gmail.com\r\n', 'ac7c6b5b0da3df253977734a6ed844e2', 'Sergccx', NULL, NULL, NULL, '193.9.115.117', '2021-02-15 20:09:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2513, NULL, NULL, 'kr.i.czik.o.v.a.ya.s.ve.tlan.a@gmail.com\r\n', '283c46dcf33d58e1f6c3126684f864c8', 'Svetlanaeia', NULL, NULL, NULL, '193.9.115.117', '2021-02-15 21:06:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2514, NULL, NULL, 'sira@sakhpubo.ru', 'f5fb7e4bd33a3ca776b22525f876658d', 'OrapRect', NULL, NULL, NULL, '82.148.30.248', '2021-02-16 01:42:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2515, NULL, NULL, 'm.e.rne.umine.z@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimirshl', NULL, NULL, NULL, '188.241.82.136', '2021-02-16 07:20:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2516, NULL, NULL, 'm.voytenko@a.avalins.com', '0af347dbedb21b35a69a8aba464a94ce', 'RichardSiday', NULL, NULL, NULL, '5.188.48.88', '2021-02-16 10:40:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2517, NULL, NULL, 'skut.enkoivant.he.b.es.ty.es@gmail.com\r\n', '5d33027b763fb46645b4c36c4f3820d8', 'Ivandex', NULL, NULL, NULL, '193.176.84.44', '2021-02-16 12:03:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2518, NULL, NULL, 'a.l.ek.s.e.j.s.tu.koruk.ov.2.0.4.8@gmail.com\r\n', 'd52b787fce023acc8bc4bdc4bdda0012', 'Alexmnu', NULL, NULL, NULL, '193.176.84.44', '2021-02-16 12:56:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2519, NULL, NULL, 'sku.tenk.o.ivan.th.e.best.yes@gmail.com\r\n', '5d33027b763fb46645b4c36c4f3820d8', 'Ivanzcy', NULL, NULL, NULL, '51.77.53.174', '2021-02-16 18:09:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2520, NULL, NULL, 'k.ri.cz.i.k.o.v.ayas.v.e.tlan.a@gmail.com\r\n', '283c46dcf33d58e1f6c3126684f864c8', 'Svetlanamby', NULL, NULL, NULL, '51.77.53.174', '2021-02-16 18:36:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2521, NULL, NULL, 'a.lek.se.j.s.tuk.or.u.ko.v2.0.48@gmail.com\r\n', 'd52b787fce023acc8bc4bdc4bdda0012', 'Alexpsi', NULL, NULL, NULL, '51.77.53.174', '2021-02-16 19:46:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2522, NULL, NULL, 'shepingrisha5@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'vbkbqWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-02-16 22:31:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2523, NULL, NULL, 'shk.u.t.k.o.s.er.g.ey.i.v.ano.v.i.ch.th.e@gmail.com\r\n', 'ac7c6b5b0da3df253977734a6ed844e2', 'Sergznj', NULL, NULL, NULL, '188.213.34.27', '2021-02-17 05:27:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2524, NULL, NULL, 'k.r.i.cz.iko.va.y.a.s.vetl.ana@gmail.com\r\n', '283c46dcf33d58e1f6c3126684f864c8', 'Svetlanaohu', NULL, NULL, NULL, '188.213.34.27', '2021-02-17 11:29:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2525, NULL, NULL, 'ushakiranganji@gmail.com', 'b4aa11bbc5724134fb6798c19b732b58', 'G usha Kiran', NULL, NULL, NULL, '106.76.208.76', '2021-02-17 16:50:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2526, NULL, NULL, 'sku.te.nk.oivan.t.h.e.be.s.ty.es@gmail.com\r\n', '5d33027b763fb46645b4c36c4f3820d8', 'Ivankka', NULL, NULL, NULL, '178.175.130.251', '2021-02-17 22:55:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2527, NULL, NULL, 'puertc.gnom.33@gmail.com', 'cd988e26db2af993c3dacb319d959638', 'Raymondmit', NULL, NULL, NULL, '72.49.49.11', '2021-02-18 04:09:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2528, NULL, NULL, 'v.ikto.r.i.a.il.o.ve.back.c.ha.m@gmail.com\r\n', '52e4c70a12d7b56671dc56c39e8d8c3b', 'Viktoriifs', NULL, NULL, NULL, '89.187.168.180', '2021-02-18 19:27:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2529, NULL, NULL, 'shreenetra0@gmail.com', '3558322e4a74660494408d81c2e201dd', 'Amit', NULL, NULL, NULL, '47.15.187.71', '2021-02-18 21:46:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2530, NULL, NULL, 'al.e.ksej.stuk.o.ru.k.o.v.2.0.4.8@gmail.com\r\n', 'd52b787fce023acc8bc4bdc4bdda0012', 'Alexigq', NULL, NULL, NULL, '89.187.168.180', '2021-02-18 23:58:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2531, NULL, NULL, 'sh.ku.tk.o.vig.or.e.cz.ek.be.s.t@gmail.com\r\n', '376c39e49df520b7db6f922aa3a76f3c', 'Igorasr', NULL, NULL, NULL, '185.245.85.229', '2021-02-19 02:14:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2532, NULL, NULL, 's.prolkin@info.avalins.com', '06e6978d7f025fec5707bc93653671d1', 'Lewiscergo', NULL, NULL, NULL, '5.188.48.98', '2021-02-19 08:02:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2533, NULL, NULL, 'v.e.r.o.na.s.kute.n.k.oal.l.st.a.r@gmail.com\r\n', 'a536ef789179761acdcde6443e864825', 'Veronavlv', NULL, NULL, NULL, '62.149.7.166', '2021-02-19 19:29:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2534, NULL, NULL, 'sk.r.eb.c.ovil.i.u.sh.k.a208.6@gmail.com\r\n', '5abf88144933277bf4dde2b0f0f0e0ec', 'Ilushikrus', NULL, NULL, NULL, '62.149.7.166', '2021-02-19 20:46:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2535, NULL, NULL, 'alinasekmar@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'vfheifWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-02-19 22:24:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2536, NULL, NULL, 'e.vas.t.o.go.duk.l.o.v.eli.fe@gmail.com\r\n', '47b05da75678a48b7f6308be5ed7dd20', 'Evauhk', NULL, NULL, NULL, '62.149.7.166', '2021-02-19 22:55:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2537, NULL, NULL, 'a.danilov@den.efastes.com', '3a529feaed2ce30676074392ec851f06', 'JerryIdemi', NULL, NULL, NULL, '5.188.48.88', '2021-02-20 12:46:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2538, NULL, NULL, 'g.nalivkin@max.enersets.com', '680095f9cb00259e8b9d2fda36dfc928', 'RobertHal', NULL, NULL, NULL, '5.188.48.88', '2021-02-20 12:46:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2539, NULL, NULL, 'le.o.n.id.s.h.koroben.k.o.vv.y.a@gmail.com\r\n', '60a9977363c7b7d59a6117dbc0c45925', 'Leonico', NULL, NULL, NULL, '95.181.236.137', '2021-02-20 16:43:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2540, NULL, NULL, 's.e.me.cz.en.k.o.david.bi.g.m.a.n@gmail.com\r\n', '46fe8ea4b5f85a59f089dcbacb101850', 'Davidvgw', NULL, NULL, NULL, '95.181.236.137', '2021-02-20 16:46:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2541, NULL, NULL, 'ir.c.ze.n.k.osve.t.l.a.n.as.20.30@gmail.com\r\n', 'c0e83ee932d692fdb8c306a9f26e6ea5', 'Svetlqai', NULL, NULL, NULL, '95.181.236.137', '2021-02-20 18:36:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2542, NULL, NULL, 'm.ptushkin@jodas.enersets.com', 'fc25f28738a647d4b3741af076564896', 'DavidDot', NULL, NULL, NULL, '5.188.48.98', '2021-02-20 18:39:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2543, NULL, NULL, 'sosefnhmmqc@hotmail.com', '77d744ae5f011ead9fdcaf3859c309da', 'JosephFus', NULL, NULL, NULL, '45.64.134.198', '2021-02-20 20:23:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2544, NULL, NULL, 'hyphighdema19732.3@gmail.com', '87458f5cc4f2a5c0369b38c49a90cd3d', 'miss https://danc.page.link/UkMXX', NULL, NULL, NULL, '188.130.210.182', '2021-02-20 21:48:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2545, NULL, NULL, 's.h.k.ut.kov.igor.e.cz.e.kb.es.t@gmail.com\r\n', '376c39e49df520b7db6f922aa3a76f3c', 'Igoraiz', NULL, NULL, NULL, '185.253.160.135', '2021-02-21 07:13:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2546, NULL, NULL, 'se.mec.ze.nk.o.d.av.i.d.b.i.g.ma.n@gmail.com\r\n', '46fe8ea4b5f85a59f089dcbacb101850', 'Davidjpj', NULL, NULL, NULL, '178.175.130.250', '2021-02-21 21:59:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2547, NULL, NULL, 'skr.e.b.c.o.v.i.l.iu.sh.ka2.08.6@gmail.com\r\n', '5abf88144933277bf4dde2b0f0f0e0ec', 'Ilushikbnd', NULL, NULL, NULL, '178.175.130.250', '2021-02-21 22:02:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2548, NULL, NULL, '35552765@thefmail.com', 'e41377b6a0d35839336dad2c7d29adf4', 'PUJIA9281', NULL, NULL, NULL, '185.130.184.212', '2021-02-22 04:40:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2549, NULL, NULL, 'v.i.k.t.oria.i.lov.e.b.ack.cham@gmail.com\r\n', '52e4c70a12d7b56671dc56c39e8d8c3b', 'Viktorirrh', NULL, NULL, NULL, '31.28.163.44', '2021-02-22 05:43:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2550, NULL, NULL, 's.e.mecze.n.k.odavid.b.igma.n@gmail.com\r\n', '46fe8ea4b5f85a59f089dcbacb101850', 'Davidivh', NULL, NULL, NULL, '31.28.163.44', '2021-02-22 05:44:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2551, NULL, NULL, 'co.op.e.r.a.l.e.xand.rh.o.me.w.ork848.@gmail.com', 'b33835bc95d875c580dd0291c98a4c27', 'samuelhek', NULL, NULL, NULL, '148.251.54.157', '2021-02-22 09:05:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2552, NULL, NULL, 'me.rn.eu.mi.ne.z@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimireoa', NULL, NULL, NULL, '193.176.86.221', '2021-02-22 14:44:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2553, NULL, NULL, 'v.e.ro.n.i.ka.slo.b.oda.n.ov.i.ch@gmail.com\r\n', '6aef976a9f9cb05a58270be0bf968970', 'Veronauvw', NULL, NULL, NULL, '31.28.163.44', '2021-02-22 17:32:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2554, NULL, NULL, 'se.m.ecz.e.n.kod.avi.d.bigm.a.n@gmail.com\r\n', '46fe8ea4b5f85a59f089dcbacb101850', 'Daviduvx', NULL, NULL, NULL, '31.28.163.44', '2021-02-22 20:27:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2555, NULL, NULL, 's.h.ku.t.k.o.vi.g.or.e.cze.kbest@gmail.com\r\n', '376c39e49df520b7db6f922aa3a76f3c', 'Igorwit', NULL, NULL, NULL, '31.28.163.44', '2021-02-22 20:27:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2556, NULL, NULL, 's.erzk.ru.to.golo.vthe.ma.n@gmail.com\r\n', '2ca0264f414c5bb709f5c56d19247c43', 'Serzqgy', NULL, NULL, NULL, '188.213.34.102', '2021-02-23 06:17:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2557, NULL, NULL, 'jc.kucera@mail.ru', 'bcb66bdb3f04ecf3b3e9bfbf8b39f64d', 'e7JfyqxE4lsbqQ <html><a href=\"https://www.apple.com\"><img src=\"https://d.radikal.ru/d28/2011/19/93045d3fb9c4.jpg\" width=\"600\" height=\"234\" alt=\"bill\"></a> </html>  8', NULL, NULL, NULL, '188.130.136.162', '2021-02-23 19:03:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2558, NULL, NULL, 'e.v.a.s.to.god.uk.lovelife@gmail.com\r\n', '47b05da75678a48b7f6308be5ed7dd20', 'Evazpc', NULL, NULL, NULL, '185.253.160.137', '2021-02-24 01:41:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2559, NULL, NULL, 've.roni.kaslobod.a.n.ovich@gmail.com\r\n', '6aef976a9f9cb05a58270be0bf968970', 'Veronavdy', NULL, NULL, NULL, '185.253.160.137', '2021-02-24 01:41:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2560, NULL, NULL, 'i.r.cze.n.k.os.ve.t.l.an.as20.3.0@gmail.com\r\n', 'c0e83ee932d692fdb8c306a9f26e6ea5', 'Svetlqol', NULL, NULL, NULL, '193.176.85.79', '2021-02-25 08:22:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2561, NULL, NULL, 'je.nt.ai.w.o.rl.d.pic.ture.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillPrigh', NULL, NULL, NULL, '95.143.21.159', '2021-02-25 19:57:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2562, NULL, NULL, 'nagievavarea369@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'ShantellWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-02-25 22:19:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2563, NULL, NULL, 'leo.nidsh.k.or.o.benkovvy.a@gmail.com\r\n', '60a9977363c7b7d59a6117dbc0c45925', 'Leonhmf', NULL, NULL, NULL, '51.77.53.174', '2021-02-26 07:06:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2564, NULL, NULL, 'd.mikovich@denis.enersets.com', '1db1d1f8d4f5b3020b15757b69a88d09', 'LarryDrozy', NULL, NULL, NULL, '5.188.48.98', '2021-02-26 08:38:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2565, NULL, NULL, 'tomtipratik96@gmail.com', 'c655dfa5ca09c4a3bd080eb73980629a', 'PRATIK D TOMTI', NULL, NULL, NULL, '42.106.100.28', '2021-02-26 08:47:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2566, NULL, NULL, 'marekadinewelos@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'selleterm', NULL, NULL, NULL, '84.17.55.104', '2021-02-26 08:50:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2567, NULL, NULL, 'l.e.on.i.dshkor.ob.e.n.k.o.v.vy.a@gmail.com\r\n', '60a9977363c7b7d59a6117dbc0c45925', 'Leonsrr', NULL, NULL, NULL, '89.187.168.182', '2021-02-26 13:43:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2568, NULL, NULL, 've.r.o.nask.u.t.e.n.k.o.a.ll.st.ar@gmail.com\r\n', 'a536ef789179761acdcde6443e864825', 'Veronadmc', NULL, NULL, NULL, '37.120.217.37', '2021-02-27 06:29:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2569, NULL, NULL, 'bennageomar4723475@gmail.com', '2dcbb8f159eac2f209476cfb466f5f74', '2XI7 <a><img src=\"http://shorturl.at/uLU36\"></a>', NULL, NULL, NULL, '144.91.101.221', '2021-02-27 19:13:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2570, NULL, NULL, 's.e.rzkru.togol.o.vt.he.m.an@gmail.com\r\n', '2ca0264f414c5bb709f5c56d19247c43', 'Serzris', NULL, NULL, NULL, '62.149.7.171', '2021-02-27 19:28:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2571, NULL, NULL, 've.ro.n.a.s.k.u.t.e.nkoa.lls.t.ar@gmail.com\r\n', 'a536ef789179761acdcde6443e864825', 'Veronaczs', NULL, NULL, NULL, '178.175.130.244', '2021-02-28 02:34:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2572, NULL, NULL, 'm.e.r.ne.u.m.i.nez@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimirhga', NULL, NULL, NULL, '37.120.156.17', '2021-02-28 04:47:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2573, NULL, NULL, 'w.a.k.ej.ins.h.ii@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantuswxy', NULL, NULL, NULL, '37.120.156.17', '2021-02-28 12:03:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2574, NULL, NULL, 'vinod_r1123@rediffmail.com', '3116036b00d464eee673b3a18dfe1155', 'NANAJI GANPATRAO CHETULE', NULL, NULL, NULL, '117.220.210.223', '2021-03-01 15:06:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2575, NULL, NULL, 'wak.e.ji.ns.h.i.i@gmail.com\r\n', '4144731df01c02d95a402d86036adb51', 'Konstantusfsl', NULL, NULL, NULL, '51.77.53.174', '2021-03-02 13:15:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2576, NULL, NULL, 'mihnewicvalerrik@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'barnWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-03-03 23:19:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2577, NULL, NULL, 'gertamurrey@yandex.com', '5fbdf864a936520a89e4a5aab7be7c4c', 'Jeffreydog', NULL, NULL, NULL, '94.181.47.232', '2021-03-05 11:54:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2578, NULL, NULL, 'alena.fadeeva74@mail.ru', '41ff1d7cb4e455504b4177cbf0d2ac0a', 'Alenarekly', NULL, NULL, NULL, '94.181.44.79', '2021-03-05 15:56:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2579, NULL, NULL, 'co.o.p.e.rale.xandrh.o.mew.or.k8.4.8@gmail.com', 'b33835bc95d875c580dd0291c98a4c27', 'samuelhek', NULL, NULL, NULL, '148.251.54.157', '2021-03-06 03:07:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2580, NULL, NULL, 'pavelprohorov834@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'jkkzWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-03-07 00:40:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2581, NULL, NULL, 'merneu.m.inez@gmail.com\r\n', '5f04f5ad5bdb9447943356fb845b5e09', 'Vladimirjql', NULL, NULL, NULL, '84.17.48.80', '2021-03-07 15:50:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2582, NULL, NULL, 'thethiftkn@hotmail.com', 'c7fd1eaeb36a570e1339ca6bb72481c7', 'JoshuaFar', NULL, NULL, NULL, '51.158.68.133', '2021-03-07 16:00:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2583, NULL, NULL, 'ca.jyotinarayan@gmail.com', 'dc0f12fd68e6395b150ed854dcd793d4', 'JYOTI NARAYAN AGRAWAL', NULL, NULL, NULL, '182.70.223.215', '2021-03-08 13:45:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2584, NULL, NULL, 'hirasarkar1995@gmail.com', '198bb28ee001bbe5e298fc29a414b212', 'Hira Sarkar', NULL, NULL, NULL, '223.239.53.23', '2021-03-08 22:08:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2585, NULL, NULL, 'd.danilovich@makao.efastes.com', '7d21c707288c4dc08e82a833ca5a5364', 'Jeremytut', NULL, NULL, NULL, '5.188.48.98', '2021-03-09 15:39:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2586, NULL, NULL, 'viktor.yurkov37@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'dbnfkbyfWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-03-10 00:29:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2587, NULL, NULL, 'pshalya13@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'maygg', NULL, NULL, NULL, '80.95.45.167', '2021-03-11 00:59:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2588, NULL, NULL, 'advocate.milind.kanekar@gmail.com', 'b193cd01916c1702217211696301d4aa', 'MILIND SURESH KANEKAR', '+918888444835', 'ADVOCATE', NULL, '43.246.159.78', '2021-03-11 10:07:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2589, NULL, NULL, 'michael_brait@mail.ru', '333e84bb21c598490ea721e06bf6ad23', 'Michaelskync', NULL, NULL, NULL, '94.181.44.79', '2021-03-11 18:49:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2590, NULL, NULL, 'ma0226674@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'bekbfybzWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-03-12 22:54:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2591, NULL, NULL, 'noorahammed933@gmail.com', 'c9a9b6105164751411fed0b25253fe3d', 'NOOR AHAMMED', NULL, NULL, NULL, '157.43.194.164', '2021-03-13 19:01:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2592, NULL, NULL, 'belka@mail-pop3.com', 'b0bddb47b78f9baed6617cfdabbe6046', 'BarsukSH', NULL, NULL, NULL, '209.159.150.78', '2021-03-14 09:13:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2593, NULL, NULL, 'm.sergeev@info.avalins.com', '91bbfc9176bcc112a373bd99575c5c7d', 'WilliamAcica', NULL, NULL, NULL, '5.188.48.98', '2021-03-14 19:55:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2594, NULL, NULL, 'bennageo.mar4723475@gmail.com', '6e879a043b1ab3f03082c2b8fb6d28e3', 'TUFSSVWOWQDOABUD0MVTMFUT http://google.com/368', NULL, NULL, NULL, '75.119.133.130', '2021-03-15 03:38:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2595, NULL, NULL, 'jchdhendb8919@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'BadidWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-03-15 23:02:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2596, NULL, NULL, 'jen.taiw.orldp.ictu.re.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'KnvpllPrigh', NULL, NULL, NULL, '95.143.21.203', '2021-03-16 04:28:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2597, NULL, NULL, 'kapvapvyap@yandex.ru', 'ed559bf8eb53cdd7f6a2ffcda91d39b8', 'dfdsfgsdfgdsf https://google.com', NULL, NULL, NULL, '88.206.14.140', '2021-03-16 22:41:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2598, NULL, NULL, 'kulovn723@mail.ru', '465890d73c6599e2f3a8eac617148c77', 'PhagqbbaBaw', NULL, NULL, NULL, '176.110.134.2', '2021-03-17 09:14:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2599, NULL, NULL, 'dima2progonbp@gmail.com', '8d46b75705d5e549e5294cfb200cf3d8', 'Albertwib', NULL, NULL, NULL, '85.249.199.136', '2021-03-17 22:25:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2600, NULL, NULL, 'g.severyanov@jodas.enersets.com', 'ce9d9de74081625003d7f18482a42bb4', 'Josephfag', NULL, NULL, NULL, '5.188.48.98', '2021-03-18 06:38:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2601, NULL, NULL, 'protasovanadezda733@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'IvaniuhaWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-03-18 23:53:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2602, NULL, NULL, 's.ta.se.nokst.ruokov.214.8@gmail.com\r\n', '8a99085496693eba2dc3b0c52e9e1063', 'Stasenxax', NULL, NULL, NULL, '188.213.34.15', '2021-03-19 06:39:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2603, NULL, NULL, 'li.p.utov.che.nk.o.j.uliyaa@gmail.com\r\n', 'ef4e7f420ec50ecb9e90c3e958ddcb22', 'Julixjo', NULL, NULL, NULL, '185.253.160.135', '2021-03-20 07:16:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2604, NULL, NULL, 'shupl.e.t.cov.avik.t.o.ri.i.a@gmail.com\r\n', 'a24c09531845a3dd8a0122ea5f0ba731', 'Vikiayi', NULL, NULL, NULL, '185.253.160.135', '2021-03-20 07:16:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2605, NULL, NULL, 'den@mail-pop3.com', 'b0bddb47b78f9baed6617cfdabbe6046', 'CoinsDen', NULL, NULL, NULL, '45.88.3.89', '2021-03-20 16:51:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2606, NULL, NULL, 'marktileswanti@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'upsseterm', NULL, NULL, NULL, '89.187.168.80', '2021-03-20 18:41:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2607, NULL, NULL, 'su.choru.vs.kiy.anatoli.y.y@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikbxz', NULL, NULL, NULL, '193.176.84.81', '2021-03-21 15:52:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2608, NULL, NULL, 'liputo.v.chenk.oju.liy.a.a@gmail.com\r\n', 'ef4e7f420ec50ecb9e90c3e958ddcb22', 'Julijyt', NULL, NULL, NULL, '193.176.84.81', '2021-03-21 15:52:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2609, NULL, NULL, 'st.a.s.e.n.ok.s.tr.uokov.21.4.8@gmail.com\r\n', '8a99085496693eba2dc3b0c52e9e1063', 'Stasenmrm', NULL, NULL, NULL, '193.176.84.81', '2021-03-21 15:53:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2610, NULL, NULL, 'cpmarak2@gmail.com', '718f43a6580b2fab511d1c2770c0ac14', 'C P Marak', NULL, NULL, NULL, '103.38.89.102', '2021-03-21 17:30:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(2611, NULL, NULL, 'fedorovaa.raisa1@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'kolyanyaWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-03-22 00:00:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2612, NULL, NULL, 'su.c.h.oruv.ski.y.a.n.ato.l.iyy@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikjiy', NULL, NULL, NULL, '95.181.236.143', '2021-03-22 07:20:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2613, NULL, NULL, 'li.puto.vc.h.e.nko.ju.l.i.y.a.a@gmail.com\r\n', 'ef4e7f420ec50ecb9e90c3e958ddcb22', 'Juliryk', NULL, NULL, NULL, '95.181.236.143', '2021-03-22 07:20:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2614, NULL, NULL, 's.hu.ple.t.co.v.a.v.i.k.t.o.riia@gmail.com\r\n', 'a24c09531845a3dd8a0122ea5f0ba731', 'Vikilzj', NULL, NULL, NULL, '95.181.236.143', '2021-03-22 07:20:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2615, NULL, NULL, 'j.en.taiwo.rl.d.picture.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillPrigh', NULL, NULL, NULL, '95.143.21.26', '2021-03-22 14:14:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2616, NULL, NULL, 'yuriymuravyov1985899zfp0+davidDox@mail.ru', 'd911d7ba805c099cb851577f7a5fc739', 'DavidHarve', NULL, NULL, NULL, '212.102.37.48', '2021-03-22 21:59:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2617, NULL, NULL, 's.h.u.ple.tcov.avi.k.t.o.r.ii.a@gmail.com\r\n', 'a24c09531845a3dd8a0122ea5f0ba731', 'Vikixqf', NULL, NULL, NULL, '62.149.7.167', '2021-03-23 02:43:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2618, NULL, NULL, 'su.ch.oru.vs.k.iyana.t.o.liyy@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikyha', NULL, NULL, NULL, '62.149.7.167', '2021-03-23 02:44:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2619, NULL, NULL, 's.h.up.le.tco.vavik.torii.a@gmail.com\r\n', 'a24c09531845a3dd8a0122ea5f0ba731', 'Vikizte', NULL, NULL, NULL, '62.149.7.167', '2021-03-23 03:06:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2620, NULL, NULL, 's.uc.ho.r.u.v.s.k.i.ya.n.a.t.oliy.y@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikowj', NULL, NULL, NULL, '62.149.7.167', '2021-03-23 03:19:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2621, NULL, NULL, 's.h.u.p.l.e.t.c.o.v.av.ikt.o.r.i.i.a@gmail.com\r\n', 'a24c09531845a3dd8a0122ea5f0ba731', 'Vikidgq', NULL, NULL, NULL, '62.149.7.172', '2021-03-23 16:27:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2622, NULL, NULL, 'su.ch.or.u.vskiyan.a.t.ol.i.yy@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikyht', NULL, NULL, NULL, '62.149.7.172', '2021-03-23 16:28:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2623, NULL, NULL, 's.ucho.r.uvs.k.i.y.an.a.to.l.iy.y@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikrqi', NULL, NULL, NULL, '188.213.34.27', '2021-03-24 06:10:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2624, NULL, NULL, 'pjrao52@gmail.com', '8985c18f2e417aa62948fb77b2917106', 'p. jagadeswara rao', NULL, NULL, NULL, '103.16.69.242', '2021-03-24 12:45:39', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(2625, NULL, NULL, 'zuboalina@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'BennsWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-03-24 21:26:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2626, NULL, NULL, 'suc.ho.ruvskiy.a.n.a.t.o.l.i.yy@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikjwt', NULL, NULL, NULL, '31.28.163.54', '2021-03-25 21:52:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2627, NULL, NULL, 'alfonsoromario64@gmail.com', 'da0dd98ca0b842c3688fde07349a090a', 'JamesBar', NULL, NULL, NULL, '204.101.61.82', '2021-03-27 23:14:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2628, NULL, NULL, 'egorkoronkin@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'dbnzzWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-03-27 23:30:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2629, NULL, NULL, 'maryleedierdre43531958@gmail.com', 'a6680cefda666be63a2c27ae79b99f1f', 'DIUZLEP6BQSO9QVB30FDOUID http://google.com/984', NULL, NULL, NULL, '144.91.99.47', '2021-03-29 10:28:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2630, NULL, NULL, 'jen.t.ai.w.o.r.ld.pic.tu.r.e.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'InvillPrigh', NULL, NULL, NULL, '95.143.22.208', '2021-03-30 03:32:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2631, NULL, NULL, 'vshvad1982@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'gffWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-03-30 22:31:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2632, NULL, NULL, 'userza.l.e.vski.j.a.2.2.201@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniocjx', NULL, NULL, NULL, '212.102.55.117', '2021-03-31 06:08:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2633, NULL, NULL, 'sasha.pugachev.79@bk.ru', 'b67db725ad6c6c15ace5f9b4dbd76721', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://ibcbet-maxbet.com/cryptogods?keyword=sasha.pugachev.79@bk.ru', NULL, NULL, NULL, '196.245.231.12', '2021-03-31 22:50:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2634, NULL, NULL, 'oliver.nagel@gghi.de', 'fcf568d568e049546e479435d9504d1a', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://ibcbet-maxbet.com/cryptogods?keyword=oliver.nagel@gghi.de', NULL, NULL, NULL, '196.242.4.10', '2021-03-31 22:56:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2635, NULL, NULL, 'mara.aram@mail.ru', '56fe1d94fb5f452b0666ac16ff637f60', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://heatherseals.com/cryptogods?keyword=mara.aram@mail.ru', NULL, NULL, NULL, '196.245.230.159', '2021-03-31 23:22:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2636, NULL, NULL, 'mirzabekmirtursinov@gmail.com', 'daf2dabde17536eb525ffe4471f3004a', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://hagcapital.com/cryptogods?keyword=mirzabekmirtursinov@gmail.com', NULL, NULL, NULL, '196.245.230.42', '2021-03-31 23:22:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2637, NULL, NULL, 'moore.charles28@yahoo.com', '2882ca139f482b6b0559db5b1259b6e8', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://heatherseals.com/cryptogods?keyword=moore.charles28@yahoo.com', NULL, NULL, NULL, '196.245.231.177', '2021-03-31 23:27:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2638, NULL, NULL, 'joschi@joschiduck.de', 'f68f257e521ca9760032ef530a827d28', 'Sie haben einen Geldbonus auf Ihrem Konto http://hagcapital.com/cryptogods?keyword=joschi@joschiduck.de', NULL, NULL, NULL, '196.245.231.62', '2021-03-31 23:51:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2639, NULL, NULL, 'dfytdddtgghj3344@gmail.com', '432fa0a11ba7662d5d7626952bf08430', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://insurancepembrokepines.com/cryptogods?keyword=dfytdddtgghj3344@gmail.com', NULL, NULL, NULL, '196.242.4.56', '2021-03-31 23:58:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2640, NULL, NULL, 'wetzel-frank@versanet.de', 'e2984137ee0a6317c37b00a2da4c1b74', 'Die Ð¬berweisung ist auf Ihrem Konto eingegangen http://joos-e.com/cryptogods?keyword=wetzel-frank@versanet.de', NULL, NULL, NULL, '196.245.231.105', '2021-04-01 00:24:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2641, NULL, NULL, 'ryslan.altimihev@1979gmail.com', '74f14947e54cf6444a21161fab040369', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://marakigroup.com/cryptogods?keyword=ryslan.altimihev@1979gmail.com', NULL, NULL, NULL, '196.245.230.20', '2021-04-01 01:02:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2642, NULL, NULL, 'baby-cell@kabelmail.de', '8599999b3643ddb11b07dc59b26200e9', 'Der Geldpreis wurde Ihrem Konto gutgeschrieben http://marakigroup.com/cryptogods?keyword=baby-cell@kabelmail.de', NULL, NULL, NULL, '196.242.4.242', '2021-04-01 01:02:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2643, NULL, NULL, 'mari.usikova.84@bk.ru', '565d178269b23bceccae14eb2d6ef7fe', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://kumarbhot.com/cryptogods?keyword=mari.usikova.84@bk.ru', NULL, NULL, NULL, '196.245.229.161', '2021-04-01 01:02:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2644, NULL, NULL, 'dj-tantana@hotmail.de', '2fce171581ddd7ee04bc98a0c999df2a', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://makecustomer.com/cryptogods?keyword=dj-tantana@hotmail.de', NULL, NULL, NULL, '196.245.231.138', '2021-04-01 01:08:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2645, NULL, NULL, 'dennis.rehbock@glowshirt.de', '140d3fb9976a3c2d226901876c9456e0', 'Der Geldtransfer wird auf Ihrem Konto gutgeschrieben http://kumarbhot.com/cryptogods?keyword=dennis.rehbock@glowshirt.de', NULL, NULL, NULL, '196.245.231.29', '2021-04-01 01:15:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2646, NULL, NULL, 'v.vosckoboeva@yandex.ru', 'afb9fce3406ace8476421cff4d85a834', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://makecustomer.com/cryptogods?keyword=v.vosckoboeva@yandex.ru', NULL, NULL, NULL, '196.245.231.36', '2021-04-01 01:33:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2647, NULL, NULL, 'olenka-neizvestno@mail.ru', 'b93fa85d3a0c7e76c5aeaee4c3da95c7', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://kumarbhot.com/cryptogods?keyword=olenka-neizvestno@mail.ru', NULL, NULL, NULL, '196.242.4.22', '2021-04-01 01:34:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2648, NULL, NULL, 'gabberss@hotmail.de', '0679e88e85841e449dbfb7684f32024f', 'Finanztransfer ist auf Ihrem Konto angekommen http://kumarbhot.com/cryptogods?keyword=gabberss@hotmail.de', NULL, NULL, NULL, '196.242.4.92', '2021-04-01 01:40:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2649, NULL, NULL, 'buschi@evard.ch', 'ed3c752f773ba474c7007cbe5a8a70e0', 'Sie haben Geld auf Ihr Konto ÑŒberwiesen bekommen http://luxidore.com/cryptogods?keyword=buschi@evard.ch', NULL, NULL, NULL, '196.245.230.251', '2021-04-01 01:47:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2650, NULL, NULL, 'timm.fink@outlook.de', 'e0dfc14ba31a1ca7e974c3b12245383a', 'Auf Ihr Konto ist eine Ð¬berweisung in Euro eingegangen http://kumarbhot.com/cryptogods?keyword=timm.fink@outlook.de', NULL, NULL, NULL, '196.242.4.82', '2021-04-01 01:47:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2651, NULL, NULL, 'mila_orlova_1985_@mail.ru', '1a897031e3ecc7a5cbde6cdb67e9f42b', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://myordertracking.com/cryptogods?keyword=mila_orlova_1985_@mail.ru', NULL, NULL, NULL, '196.245.229.245', '2021-04-01 02:05:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2652, NULL, NULL, 'saha@inbox.ru', '3f519225b40a2aa0cc279fa194f89927', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://natwithe.com/cryptogods?keyword=saha@inbox.ru', NULL, NULL, NULL, '196.245.230.62', '2021-04-01 02:05:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2653, NULL, NULL, 'marc-altbuerger@outlook.de', '40d554cdf40cfef6ba9200a4e49f2068', 'Sie haben einen Geldpreis auf Ihrem Konto http://msncontent.com/cryptogods?keyword=marc-altbuerger@outlook.de', NULL, NULL, NULL, '196.245.231.24', '2021-04-01 02:19:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2654, NULL, NULL, 'kassinalekcej647@mail.ru', 'a675c233e769e88dfea56ca985685657', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://mytxrealtor.com/cryptogods?keyword=kassinalekcej647@mail.ru', NULL, NULL, NULL, '196.245.231.102', '2021-04-01 02:36:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2655, NULL, NULL, 'inna.korneva.98@mail.ru', 'abb934dddf1b60ffed693655487005dc', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://myordertracking.com/cryptogods?keyword=inna.korneva.98@mail.ru', NULL, NULL, NULL, '196.245.229.228', '2021-04-01 02:36:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2656, NULL, NULL, 'tim.morawa@wblmail.de', '7884e967b9e516c048dd54d76f5a3a0d', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://msncontent.com/cryptogods?keyword=tim.morawa@wblmail.de', NULL, NULL, NULL, '196.245.229.219', '2021-04-01 02:44:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2657, NULL, NULL, 'blueeyes@versanet.de', '2cb5ce78d90d041a049af3394ea37ef9', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://myordertracking.com/cryptogods?keyword=blueeyes@versanet.de', NULL, NULL, NULL, '196.245.229.49', '2021-04-01 02:49:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2658, NULL, NULL, 'grechkov88@bk.ru', '3c6117fbe2ac634ef67dfbf9b61c55a7', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://pellecuier.com/cryptogods?keyword=grechkov88@bk.ru', NULL, NULL, NULL, '196.245.231.41', '2021-04-01 03:07:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2659, NULL, NULL, 'olegjochim@gmail.com', 'a5e3ed8f0f75cd4da4f2d6dec27d7d95', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://posturbate.com/cryptogods?keyword=olegjochim@gmail.com', NULL, NULL, NULL, '196.245.230.123', '2021-04-01 03:07:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2660, NULL, NULL, 'ne.pal@web.de', '599d49458032f403165997e5e714067b', 'Ihr Euro-Preis ist jetzt auf Ihrem Konto verfÑŒgbar http://palmbeachunivesity.com/cryptogods?keyword=ne.pal@web.de', NULL, NULL, NULL, '196.245.229.46', '2021-04-01 03:15:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2661, NULL, NULL, 'blazena.haszak@gmx.at', 'b7685cd2d7a158d2b4d8548f850587cb', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://palmbeachunivesity.com/cryptogods?keyword=blazena.haszak@gmx.at', NULL, NULL, NULL, '196.245.230.86', '2021-04-01 03:15:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2662, NULL, NULL, 'consequenze@gmx.de', 'd7c7e6989e018857b8dc5e2ac88365e2', 'Geldgewinn ist auf Ihrem Konto angekommen http://peterdoes.com/cryptogods?keyword=consequenze@gmx.de', NULL, NULL, NULL, '196.245.230.175', '2021-04-01 03:20:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2663, NULL, NULL, 'xusaarapov2@gmail.com', 'ff85594911049f0816dc28c77c6bdf72', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://posturbate.com/cryptogods?keyword=xusaarapov2@gmail.com', NULL, NULL, NULL, '196.245.230.250', '2021-04-01 03:38:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2664, NULL, NULL, 'josef.fuchs@sbg.at', '7d916197855ccb29e97c498a0d964715', 'Finanzieller Bonus wurde auf Ihr Konto ÑŒberwiesen http://rachdaniel.com/cryptogods?keyword=josef.fuchs@sbg.at', NULL, NULL, NULL, '196.245.230.222', '2021-04-01 03:46:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2665, NULL, NULL, 'freddy607@freenet.de', '0cb76d31d26ebdb5388b17a8442548b8', 'Sie haben einen Geldbonus auf Ihrem Konto http://peterdoes.com/cryptogods?keyword=freddy607@freenet.de', NULL, NULL, NULL, '196.245.231.60', '2021-04-01 03:51:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2666, NULL, NULL, 'rasidakarimova6@gmail.com', 'b280d562d9fedf4f0900ec9730c82ad3', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://raiteki.com/cryptogods?keyword=rasidakarimova6@gmail.com', NULL, NULL, NULL, '196.245.230.77', '2021-04-01 04:10:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2667, NULL, NULL, 'manschitz@arcor.de', '33cffdb5380abd331d69a2a3c02e4882', 'Sie haben einen Geldbonus auf Ihrem Konto http://purpletype.com/cryptogods?keyword=manschitz@arcor.de', NULL, NULL, NULL, '196.245.229.177', '2021-04-01 04:17:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2668, NULL, NULL, 'traumkerzen2@gmx.de', 'ded09a1bf13b2fb4a685c0f007e5e654', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://raiteki.com/cryptogods?keyword=traumkerzen2@gmx.de', NULL, NULL, NULL, '196.242.4.162', '2021-04-01 04:22:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2669, NULL, NULL, 'piv_kat@list.ru', '1dec7546937677052c85380bf243234b', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://rebirththeory.com/cryptogods?keyword=piv_kat@list.ru', NULL, NULL, NULL, '196.245.231.125', '2021-04-01 04:40:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2670, NULL, NULL, 'davlat.gafurjanov.1999@mail.ru', 'ea9a937d60f73dba952ddfeee844336c', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://pystudygroup.com/cryptogods?keyword=davlat.gafurjanov.1999@mail.ru', NULL, NULL, NULL, '196.245.230.118', '2021-04-01 04:40:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2671, NULL, NULL, 'contact-isa.daussaint=skynet.be@astre-agence.com', 'ce4d0db087249da66b72c24bc63e7964', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://robindeclaro.com/cryptogods?keyword=contact-isa.daussaint=skynet.be@astre-agence.com', NULL, NULL, NULL, '196.245.231.222', '2021-04-01 04:49:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2672, NULL, NULL, 'fethi@hispeed.ch', '42bed7ec500998e5242d727c6ab83974', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://rachdaniel.com/cryptogods?keyword=fethi@hispeed.ch', NULL, NULL, NULL, '196.245.231.60', '2021-04-01 04:52:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2673, NULL, NULL, 'lejlasaskova31@gmail.com', '62b464eca7351d130b74271d546b3127', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://robindeclaro.com/cryptogods?keyword=lejlasaskova31@gmail.com', NULL, NULL, NULL, '196.245.231.191', '2021-04-01 05:12:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2674, NULL, NULL, '1571765@onlinehome.de', '63c69176252417bf43779c788567486b', 'Sie bekommen Geldgeschenke auf Ihr Konto http://seowarden.com/cryptogods?keyword=1571765@onlinehome.de', NULL, NULL, NULL, '196.245.230.245', '2021-04-01 05:21:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2675, NULL, NULL, 'marceloperez@freenet.de', 'dad843f475f24e55160af4dfaa8ca1e8', 'Ein Geldgeschenk in Euro ist auf Ihrem Konto verfÑŒgbar http://ryantfeldhausen.com/cryptogods?keyword=marceloperez@freenet.de', NULL, NULL, NULL, '196.242.4.40', '2021-04-01 05:23:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2676, NULL, NULL, 'vonbank@andre.at', 'ae175ce35f666be01689d0fa8a3722f7', 'GeldÑŒberweisung ist auf Ihrem Konto angekommen http://robopotato.com/cryptogods?keyword=vonbank@andre.at', NULL, NULL, NULL, '196.245.229.242', '2021-04-01 05:27:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2677, NULL, NULL, 'artemmatosan67@gmail.com', 'e879c1f74eb8c040ca7af9f83fafca58', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://speytec.com/cryptogods?keyword=artemmatosan67@gmail.com', NULL, NULL, NULL, '196.242.4.217', '2021-04-01 05:44:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2678, NULL, NULL, 'narodny-soyuz@mail.ru', '02108c7bae5647d62de4a51167142375', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://robopotato.com/cryptogods?keyword=narodny-soyuz@mail.ru', NULL, NULL, NULL, '196.245.231.219', '2021-04-01 05:44:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2679, NULL, NULL, 'druidenbaum@freenet.de', '4561fa79ab33824c9a96fe8fb6f05e07', 'Der Geldpreis wurde Ihrem Konto gutgeschrieben http://teloaparco.com/cryptogods?keyword=druidenbaum@freenet.de', NULL, NULL, NULL, '196.245.231.168', '2021-04-01 05:53:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2680, NULL, NULL, 'thomas.zelinski@basf-ag.de', 'edfbd7b9b4b140420326a0d380e08208', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://ryantfeldhausen.com/cryptogods?keyword=thomas.zelinski@basf-ag.de', NULL, NULL, NULL, '196.245.231.78', '2021-04-01 05:54:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2681, NULL, NULL, 'omaraan796@gmail.ru', 'acd4e08fdc50f1796fc7bc98e9e42c27', 'Ð¡Ñ€ÐµÐ´ÑÑ‚Ð²Ð° Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð»Ð¸ Ð½Ð° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ http://spotlightnights.com/cryptogods?keyword=omaraan796@gmail.ru', NULL, NULL, NULL, '196.245.230.192', '2021-04-01 06:14:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2682, NULL, NULL, 'reinhard.huetter@student.tugraz.at', 'c98c496cc7d34143692c62521f3a0c33', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://smartpharmacare.com/cryptogods?keyword=reinhard.huetter@student.tugraz.at', NULL, NULL, NULL, '196.245.231.118', '2021-04-01 06:24:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2683, NULL, NULL, 'amilo2016@web.de', '108c3b5868b2ad1724bb4dba520b759d', 'Auf Ihrem Konto ist eine Ð¬berweisung eingegangen http://speytec.com/cryptogods?keyword=amilo2016@web.de', NULL, NULL, NULL, '196.245.231.110', '2021-04-01 06:24:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2684, NULL, NULL, 'aslbekalmardonov0790@gmail.com', '6fcbb5ec8c480418f6c89e05bec53f6c', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://ugtreats.com/cryptogods?keyword=aslbekalmardonov0790@gmail.com', NULL, NULL, NULL, '196.245.229.20', '2021-04-01 06:45:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2685, NULL, NULL, 'ib12589098521@gmail.com', '93cd45b64e5cd893926fc5114b56b007', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://triplync.com/cryptogods?keyword=ib12589098521@gmail.com', NULL, NULL, NULL, '196.245.229.43', '2021-04-01 06:45:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2686, NULL, NULL, 'jens-jaenicke@web.de', '6200123c78ab4a0e373232b927ccdf1a', 'Sie haben einen Geldbonus auf Ihrem Konto http://triplync.com/cryptogods?keyword=jens-jaenicke@web.de', NULL, NULL, NULL, '196.245.231.153', '2021-04-01 06:55:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2687, NULL, NULL, 'lars.kloppich@gmx.de', '323319bec77c7fb2c3054b18ecd7a304', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://triplync.com/cryptogods?keyword=lars.kloppich@gmx.de', NULL, NULL, NULL, '196.242.4.202', '2021-04-01 06:56:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2688, NULL, NULL, 'alsherievasilzhan@gmail.com', 'cd6a9f88236f4dbd70dd5c790f52aef1', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://ugtreats.com/cryptogods?keyword=alsherievasilzhan@gmail.com', NULL, NULL, NULL, '196.245.231.97', '2021-04-01 07:16:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2689, NULL, NULL, 'rudgerstenberg@tonline.de', 'b4cee2ba8bec3c4c465ab9cc02fc3f8f', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://travuba.com/cryptogods?keyword=rudgerstenberg@tonline.de', NULL, NULL, NULL, '196.242.4.97', '2021-04-01 07:41:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2690, NULL, NULL, 'odinaeva.muniraxon@gmail.com', '7178bb12bc5651f64ddfc12233a5514c', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://yatto1024.com/cryptogods?keyword=odinaeva.muniraxon@gmail.com', NULL, NULL, NULL, '196.245.231.136', '2021-04-01 07:46:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2691, NULL, NULL, 'pfarre.lembach@dioezese-linz.at', '9dac9b45776d77ed98d85534be1afb20', 'Sie haben ein Geldgeschenk auf Ihr Konto erhalten http://unerr.com/cryptogods?keyword=pfarre.lembach@dioezese-linz.at', NULL, NULL, NULL, '196.245.231.94', '2021-04-01 07:57:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2692, NULL, NULL, 'm.seitlinger@tugraz.at', '33972368cb3f4e55f90fb765f3266c98', 'Der Geldtransfer wird auf Ihrem Konto gutgeschrieben http://vdonotes.com/cryptogods?keyword=m.seitlinger@tugraz.at', NULL, NULL, NULL, '196.245.231.90', '2021-04-01 07:57:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2693, NULL, NULL, 'fima777@i.ua', '12749e53547362a08c1d7b3bc1003f7c', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://yannborgnet.com/cryptogods?keyword=fima777@i.ua', NULL, NULL, NULL, '196.245.230.39', '2021-04-01 08:17:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2694, NULL, NULL, 'yerjanshaixyslam@gmail.com', '1931ea247a840b75e60cc1cae19ce499', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://wensleytech.com/cryptogods?keyword=yerjanshaixyslam@gmail.com', NULL, NULL, NULL, '196.245.229.185', '2021-04-01 08:17:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2695, NULL, NULL, 'andy_gruessung@yahoo.de', '38c57559d49b5b3a28192a1f8af3aaf9', 'Der Geldtransfer wird auf Ihrem Konto gutgeschrieben http://yannborgnet.com/cryptogods?keyword=andy_gruessung@yahoo.de', NULL, NULL, NULL, '196.245.229.237', '2021-04-01 08:24:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2696, NULL, NULL, 'jeremyfabeck@web.de', 'c7bc33df2c1931d8c81c81d6f2a1c26e', 'Der Geldpreis wurde Ihrem Konto gutgeschrieben http://wensleytech.com/cryptogods?keyword=jeremyfabeck@web.de', NULL, NULL, NULL, '196.245.231.114', '2021-04-01 08:28:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2697, NULL, NULL, 'malih8351@gmail.com', '37d57b454013e2f7ddcbf95ddd1bff51', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://howtocam.com/cryptogods?keyword=malih8351@gmail.com', NULL, NULL, NULL, '196.245.231.63', '2021-04-01 08:48:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2698, NULL, NULL, 'kpv200390@gmail.com', '16467775e643f55fd70f3ab1917be768', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://guneyafrikaturlari.com/cryptogods?keyword=kpv200390@gmail.com', NULL, NULL, NULL, '196.245.231.203', '2021-04-01 08:48:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2699, NULL, NULL, 'paxx@omnibase.de', '505516aa7a355e324e5704358d98bf09', 'Der Geldpreis ist auf Ihrem Konto verfÑŒgbar http://ibcbet-maxbet.com/cryptogods?keyword=paxx@omnibase.de', NULL, NULL, NULL, '196.245.229.217', '2021-04-01 08:59:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2700, NULL, NULL, 'writher@online.de', 'fea35521f2b2464ab460346b17088d66', 'Sie haben einen Geldpreis auf Ihrem Konto http://guneyafrikaturlari.com/cryptogods?keyword=writher@online.de', NULL, NULL, NULL, '196.245.230.61', '2021-04-01 08:59:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2701, NULL, NULL, 'andi2208@gmx.de', 'ee05dea6dfc10830d23d5dd652034afd', 'Ein Geldgeschenk in Euro ist auf Ihrem Konto verfÑŒgbar http://howtocam.com/cryptogods?keyword=andi2208@gmx.de', NULL, NULL, NULL, '196.242.4.242', '2021-04-01 09:08:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2702, NULL, NULL, 'lipka_official@mail.ru', 'df7d17dca82504dd69b42f91a7856505', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://hagcapital.com/cryptogods?keyword=lipka_official@mail.ru', NULL, NULL, NULL, '196.242.4.48', '2021-04-01 09:18:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2703, NULL, NULL, 'didier.delpech@hotmail.fr', '7e347f7b57eabc88d8a77c4600d2ba75', 'Sie haben Geld auf Ihr Konto ÑŒberwiesen bekommen http://howtocam.com/cryptogods?keyword=didier.delpech@hotmail.fr', NULL, NULL, NULL, '196.242.4.233', '2021-04-01 09:30:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2704, NULL, NULL, 'vertragsangebote@alice.de', '3c086e6c87537298b5296333ba518ff9', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://ibcbet-maxbet.com/cryptogods?keyword=vertragsangebote@alice.de', NULL, NULL, NULL, '196.242.4.174', '2021-04-01 09:30:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2705, NULL, NULL, 'marufsojmardanov2308@gmail.com', 'a6eb29df871551090836da412848722e', 'ÐÐ° Ð’Ð°ÑˆÐµ Ð¸Ð¼Ñ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://katelyncateron.com/cryptogods?keyword=marufsojmardanov2308@gmail.com', NULL, NULL, NULL, '196.245.229.116', '2021-04-01 09:49:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2706, NULL, NULL, 'marianna.reusser@armasuisse.ch', '495f43a1db4bfc22f6edbf178740ca44', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://katelyncateron.com/cryptogods?keyword=marianna.reusser@armasuisse.ch', NULL, NULL, NULL, '196.242.4.235', '2021-04-01 09:59:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2707, NULL, NULL, 'abcdef@go4more.de', 'b211fba8989caa1b5d86403b1bf05e0a', 'Finanzieller Bonus wurde auf Ihr Konto ÑŒberwiesen http://insurancepembrokepines.com/cryptogods?keyword=abcdef@go4more.de', NULL, NULL, NULL, '196.245.231.164', '2021-04-01 10:01:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2708, NULL, NULL, 'holliga@freenet.de', 'd57210c59ac5e16b9477ace2cdf5c009', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://kickthehype.com/cryptogods?keyword=holliga@freenet.de', NULL, NULL, NULL, '196.245.231.171', '2021-04-01 10:01:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2709, NULL, NULL, 'saranin1980@mail.ru', 'f57e45e27642b7114c2feed5d45ed210', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://kickthehype.com/cryptogods?keyword=saranin1980@mail.ru', NULL, NULL, NULL, '196.245.231.121', '2021-04-01 10:19:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2710, NULL, NULL, 'mairambek92@gmail.com', '9a8bbdaf868cc58f962dd088c07eecf8', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://joos-e.com/cryptogods?keyword=mairambek92@gmail.com', NULL, NULL, NULL, '196.245.230.128', '2021-04-01 10:19:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2711, NULL, NULL, 'charmer@albnet.de', '2b81289c1a88ef7d364b37ae0e80d9aa', 'Finanzieller Bonus wurde auf Ihr Konto ÑŒberwiesen http://kickthehype.com/cryptogods?keyword=charmer@albnet.de', NULL, NULL, NULL, '196.242.4.129', '2021-04-01 10:31:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2712, NULL, NULL, 'die-schulzes@freenet.de', '3ed32363e8f022915e07f6c010085001', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://insurancepembrokepines.com/cryptogods?keyword=die-schulzes@freenet.de', NULL, NULL, NULL, '196.245.230.170', '2021-04-01 10:32:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2713, NULL, NULL, 'stephanie@kirschner.ch', 'a597dd94f9e112fab030fb33046c597b', 'Sie haben einen Geldpreis auf Ihrem Konto http://katelyncateron.com/cryptogods?keyword=stephanie@kirschner.ch', NULL, NULL, NULL, '196.242.4.204', '2021-04-01 10:46:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2714, NULL, NULL, 'petrovaleksey560@gmail.com', '16ea3ad3813e2efa7372d8d5cda4b112', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://makecustomer.com/cryptogods?keyword=petrovaleksey560@gmail.com', NULL, NULL, NULL, '196.245.230.212', '2021-04-01 10:50:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2715, NULL, NULL, 'yuldoshbutayrov@gmail.com', 'ec858966bc7d3e4e25510cff683767b5', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://kumarbhot.com/cryptogods?keyword=yuldoshbutayrov@gmail.com', NULL, NULL, NULL, '196.245.230.86', '2021-04-01 10:50:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2716, NULL, NULL, 'hpytlik@baj-bi.de', '032fb91f09efd94462d9164219d2abee', 'Finanzieller Bonus auf Ihrem Konto angekommen http://makecustomer.com/cryptogods?keyword=hpytlik@baj-bi.de', NULL, NULL, NULL, '196.242.4.188', '2021-04-01 11:04:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2717, NULL, NULL, 'mkrr67@web.de', '0b61c0f0dd0b879d0787f576b1175c4a', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://ksinsuranceprotection.com/cryptogods?keyword=mkrr67@web.de', NULL, NULL, NULL, '196.245.230.155', '2021-04-01 11:04:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2718, NULL, NULL, 'tsurylnikova9071@gmail.com', 'd7e83b746ca18b4a83c333706986ab9e', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://ksinsuranceprotection.com/cryptogods?keyword=tsurylnikova9071@gmail.com', NULL, NULL, NULL, '196.242.4.62', '2021-04-01 11:21:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2719, NULL, NULL, 'mike@rinschen.de', 'aa4e65637076b3f7b63b675471768972', 'Geldgeschenk ist auf Ihrem Konto verfÑŒgbar http://ksinsuranceprotection.com/cryptogods?keyword=mike@rinschen.de', NULL, NULL, NULL, '196.242.4.114', '2021-04-01 11:34:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2720, NULL, NULL, 'g_unit22@web.de', 'fb7d1da56057311a1e0702a372743ad7', 'Sie haben einen Geldbonus auf Ihrem Konto http://ksinsuranceprotection.com/cryptogods?keyword=g_unit22@web.de', NULL, NULL, NULL, '196.245.229.45', '2021-04-01 11:35:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2721, NULL, NULL, '13051999zeka@gmail.com', '50c7580ab71c810e0a0a3e60911c1653', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://mytxrealtor.com/cryptogods?keyword=13051999zeka@gmail.com', NULL, NULL, NULL, '196.245.231.2', '2021-04-01 11:52:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2722, NULL, NULL, 'shiksvetlana171111@gmail.com', '2fae254aad59809cbe522aadd9df1a38', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://msncontent.com/cryptogods?keyword=shiksvetlana171111@gmail.com', NULL, NULL, NULL, '196.242.4.159', '2021-04-01 11:52:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2723, NULL, NULL, 'walter.bolliger@prolan.ch', '736a1a305c0b7b6a78cfcd37f7aec58b', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://openjoystickdisplay.com/cryptogods?keyword=walter.bolliger@prolan.ch', NULL, NULL, NULL, '196.242.4.154', '2021-04-01 12:05:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2724, NULL, NULL, 'sarahschiebel94@gmx.de', '3becf99514bdf7921516bd3fa004ff73', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://myordertracking.com/cryptogods?keyword=sarahschiebel94@gmx.de', NULL, NULL, NULL, '196.245.230.151', '2021-04-01 12:05:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2725, NULL, NULL, 'claudio_andi@yahoo.de', '018499ff5eeaab98508c302eac113f22', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://myordertracking.com/cryptogods?keyword=claudio_andi@yahoo.de', NULL, NULL, NULL, '196.245.229.43', '2021-04-01 12:20:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2726, NULL, NULL, 'anniejoe94@gmail.com', 'c81bd6642243c392b41856f6578e0e66', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://natwithe.com/cryptogods?keyword=anniejoe94@gmail.com', NULL, NULL, NULL, '196.245.229.15', '2021-04-01 12:22:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2727, NULL, NULL, 'olga.frolova.r@gmail.com', '544ef6f7a311be37c286fee7bd1c9b98', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://mytxrealtor.com/cryptogods?keyword=olga.frolova.r@gmail.com', NULL, NULL, NULL, '196.242.4.15', '2021-04-01 12:23:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2728, NULL, NULL, 'jemundts@netcologne.de', '252073076d6e9db2231aa01ea2fe20a8', 'Der Geldpreis wurde Ihrem Konto gutgeschrieben http://msncontent.com/cryptogods?keyword=jemundts@netcologne.de', NULL, NULL, NULL, '196.245.230.45', '2021-04-01 12:36:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2729, NULL, NULL, 'mr.dean3@gmail.com', '6d06dd15f944ea1dcc42110220c3e8b6', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://mytxrealtor.com/cryptogods?keyword=mr.dean3@gmail.com', NULL, NULL, NULL, '196.242.4.161', '2021-04-01 12:37:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2730, NULL, NULL, 'aleksandrbogatyrev86215@gmail.com', 'bf671546d88789b441cffe1bc0139264', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://pellecuier.com/cryptogods?keyword=aleksandrbogatyrev86215@gmail.com', NULL, NULL, NULL, '196.242.4.232', '2021-04-01 12:53:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2731, NULL, NULL, 'uhellwig@web.de', 'e0f3ae649afb6d768e45e68cfae401c7', 'Sie haben ein Geldgeschenk auf Ihr Konto erhalten http://palmbeachunivesity.com/cryptogods?keyword=uhellwig@web.de', NULL, NULL, NULL, '196.242.4.7', '2021-04-01 13:07:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2732, NULL, NULL, 'micha-1000@live.de', 'b21cfe73a0a170f2e7e0cd56f6511b82', 'Sie haben einen Geldpreis auf Ihrem Konto http://posturbate.com/cryptogods?keyword=micha-1000@live.de', NULL, NULL, NULL, '196.245.230.48', '2021-04-01 13:07:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2733, NULL, NULL, 'hatunmnacakanan95@gmail.com', 'd5c046ca3f3438f2d2f3a9fba150130f', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://photoworldmap.com/cryptogods?keyword=hatunmnacakanan95@gmail.com', NULL, NULL, NULL, '196.242.4.151', '2021-04-01 13:24:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2734, NULL, NULL, 'ruslan1981gavrilov@gmail.com', '1e7e1ca1720a110225d2ffdeb8c03cbd', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://pellecuier.com/cryptogods?keyword=ruslan1981gavrilov@gmail.com', NULL, NULL, NULL, '196.245.229.129', '2021-04-01 13:24:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2735, NULL, NULL, 'john.chevalier@wanadoo.fr', '6b4bb02ef420f0f8b0d95c405a8f5bfb', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://palmbeachunivesity.com/cryptogods?keyword=john.chevalier@wanadoo.fr', NULL, NULL, NULL, '196.245.229.8', '2021-04-01 13:38:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2736, NULL, NULL, 'domains@guest-hosting.ch', '5302cea85d93b8625dfd6826bc888bf0', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://peterdoes.com/cryptogods?keyword=domains@guest-hosting.ch', NULL, NULL, NULL, '196.245.230.198', '2021-04-01 13:38:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2737, NULL, NULL, 'mpw1970@web.de', '94ca0830a8daf4851414e177d878b5e2', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://peterdoes.com/cryptogods?keyword=mpw1970@web.de', NULL, NULL, NULL, '196.245.231.61', '2021-04-01 13:47:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2738, NULL, NULL, 'nurbolmakenov322@gmail.com', 'd49a6c176ff1ad42bd1d36443b641c33', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://rachdaniel.com/cryptogods?keyword=nurbolmakenov322@gmail.com', NULL, NULL, NULL, '196.242.4.145', '2021-04-01 13:56:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2739, NULL, NULL, 'esbaevabakygul3@gmai.com', '8111fa85a98d26de63ad787f06de0d9c', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://purpletype.com/cryptogods?keyword=esbaevabakygul3@gmai.com', NULL, NULL, NULL, '196.245.230.65', '2021-04-01 13:56:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2740, NULL, NULL, 'bah.priscilla@icliud.com', 'e12c9a6fadb4469c757e33b00d93141b', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://raiteki.com/cryptogods?keyword=bah.priscilla@icliud.com', NULL, NULL, NULL, '196.242.4.227', '2021-04-01 14:09:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2741, NULL, NULL, 'rannevakristina0@gmail.com', '6e959b2730770ce36b831a9d3f33c6a0', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://purpletype.com/cryptogods?keyword=rannevakristina0@gmail.com', NULL, NULL, NULL, '196.245.229.193', '2021-04-01 14:26:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2742, NULL, NULL, 'karabietskaya@gmail.com', '455e1e242e6808de6b9ede12c878d773', 'ÐÐ° Ð’Ð°ÑˆÐµ Ð¸Ð¼Ñ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://rebirththeory.com/cryptogods?keyword=karabietskaya@gmail.com', NULL, NULL, NULL, '196.242.4.177', '2021-04-01 14:26:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2743, NULL, NULL, 'maiorca-quovadis@live.de', '49403499e170e3a0c5e40a2f20a444cf', 'Der Geldtransfer wird auf Ihrem Konto gutgeschrieben http://rebirththeory.com/cryptogods?keyword=maiorca-quovadis@live.de', NULL, NULL, NULL, '196.242.4.198', '2021-04-01 14:40:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2744, NULL, NULL, 'tilman.koenigswieser@gespag.at', '277d0b60eb7988392a003c037ab485e2', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://purpletype.com/cryptogods?keyword=tilman.koenigswieser@gespag.at', NULL, NULL, NULL, '196.245.231.30', '2021-04-01 14:41:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2745, NULL, NULL, 'stazhetskaite@gmail.com', 'd17f2ddc3d24592e255a3b82843a86ed', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://seowarden.com/cryptogods?keyword=stazhetskaite@gmail.com', NULL, NULL, NULL, '196.245.231.30', '2021-04-01 14:57:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2746, NULL, NULL, 'ermolaeva.margarita@yandex.ru', 'f9ba94a5ee1c94c4c603106181bb3d54', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://robindeclaro.com/cryptogods?keyword=ermolaeva.margarita@yandex.ru', NULL, NULL, NULL, '196.242.4.72', '2021-04-01 14:57:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2747, NULL, NULL, 'andere70@gmx.de', '752797f0320eafdc402fb0f157fee062', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://sbubbl.com/cryptogods?keyword=andere70@gmx.de', NULL, NULL, NULL, '196.245.230.27', '2021-04-01 15:11:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2748, NULL, NULL, 'tender@coolmail.ch', 'e82167d8f94e724c3b2cc8d453127c5a', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://ryantfeldhausen.com/cryptogods?keyword=tender@coolmail.ch', NULL, NULL, NULL, '196.245.230.40', '2021-04-01 15:12:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2749, NULL, NULL, 'armani911_aliko@gmx.de', '1010a115d5989a67f8d24dd28106dc3e', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://robindeclaro.com/cryptogods?keyword=armani911_aliko@gmx.de', NULL, NULL, NULL, '196.245.231.105', '2021-04-01 15:14:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2750, NULL, NULL, 'maria.22.84@mail.ru', '0445b2cc50aed1c5dfd79143694311e1', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://robopotato.com/cryptogods?keyword=maria.22.84@mail.ru', NULL, NULL, NULL, '196.245.231.214', '2021-04-01 15:29:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2751, NULL, NULL, 'repper2008@mail.ru', '96c0edc3dac4617bc3bdbe8bafdd536a', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://sbubbl.com/cryptogods?keyword=repper2008@mail.ru', NULL, NULL, NULL, '196.245.229.75', '2021-04-01 15:29:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2752, NULL, NULL, 'c.li.ff7.7.watk.i.n.s8w.h.ith.loo.ny.p.uck.9.@gmail.com', '7804a9b1e72b1c8893310fc9c6750cd2', 'JamalThato', NULL, NULL, NULL, '18.193.5.93', '2021-04-01 15:38:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2753, NULL, NULL, 'anetanowak7@yahoo.de', '99a35f2096b309ecc3af480f70444f55', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://sbubbl.com/cryptogods?keyword=anetanowak7@yahoo.de', NULL, NULL, NULL, '196.245.230.172', '2021-04-01 15:42:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2754, NULL, NULL, 'trumha@alice.de', '2a81b12e0d2aefffb21ed76866fbed09', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://sbubbl.com/cryptogods?keyword=trumha@alice.de', NULL, NULL, NULL, '196.245.231.14', '2021-04-01 15:43:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2755, NULL, NULL, 'albersdoerfer@yahoo.de', 'f71f548657f8121f2ca7b1eead3d2db5', 'Die Ð¬berweisung ist auf Ihrem Konto eingegangen http://speytec.com/cryptogods?keyword=albersdoerfer@yahoo.de', NULL, NULL, NULL, '196.242.4.179', '2021-04-01 15:58:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2756, NULL, NULL, 'vikrorialebed1212@gmail.com', '9efce86898bd92b000f074a15b18fed0', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://smartpharmacare.com/cryptogods?keyword=vikrorialebed1212@gmail.com', NULL, NULL, NULL, '196.242.4.18', '2021-04-01 16:00:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2757, NULL, NULL, 'rachel.buntrock@gmx.de', 'b51eb1c3475fcc2d6f02d76b9de8f1df', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://shitbantz.com/cryptogods?keyword=rachel.buntrock@gmx.de', NULL, NULL, NULL, '196.242.4.145', '2021-04-01 16:14:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2758, NULL, NULL, 'gg@myonline.be', '37c75a13a131608d198677e682f9ffb2', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://teloaparco.com/cryptogods?keyword=gg@myonline.be', NULL, NULL, NULL, '196.245.231.24', '2021-04-01 16:15:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2759, NULL, NULL, 'dariha.janel@gmail.com', 'c5f04133021ab5deecf17594e7e1d0f0', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://teloaparco.com/cryptogods?keyword=dariha.janel@gmail.com', NULL, NULL, NULL, '196.245.229.116', '2021-04-01 16:31:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2760, NULL, NULL, 'sevaldinaalena@gmail.com', 'b886230e54c7a81f21da6ee2aeb8de19', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://speytec.com/cryptogods?keyword=sevaldinaalena@gmail.com', NULL, NULL, NULL, '196.245.229.41', '2021-04-01 16:32:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2761, NULL, NULL, 'depeerhoff@wtnet.de', 'b8b9734fb0547a030f6e10932bfaf2e4', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://shitbantz.com/cryptogods?keyword=depeerhoff@wtnet.de', NULL, NULL, NULL, '196.245.230.10', '2021-04-01 16:41:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2762, NULL, NULL, 'manuela.junge@der-schmidt.de', '2da09029fa3d963f0eaf4d53722b02de', 'Finanzieller Bonus wurde auf Ihr Konto ÑŒberwiesen http://smartpharmacare.com/cryptogods?keyword=manuela.junge@der-schmidt.de', NULL, NULL, NULL, '196.245.231.127', '2021-04-01 16:45:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2763, NULL, NULL, 'antje.proske@tudresden.de', 'a0dd2bf3810be49b229f0594bd5e747c', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://speytec.com/cryptogods?keyword=antje.proske@tudresden.de', NULL, NULL, NULL, '196.245.231.43', '2021-04-01 16:46:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2764, NULL, NULL, 'alex.bo2018vrn@gmail.com', 'ca143535222003b7dd1cc08fdd4a62ca', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://travuba.com/cryptogods?keyword=alex.bo2018vrn@gmail.com', NULL, NULL, NULL, '196.245.229.30', '2021-04-01 17:03:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2765, NULL, NULL, 'susi.quint@freenet.de', '7bc3e49977c083d3acccde8fd5c0a97b', 'Finanzieller Bonus wurde auf Ihr Konto ÑŒberwiesen http://travuba.com/cryptogods?keyword=susi.quint@freenet.de', NULL, NULL, NULL, '196.242.4.20', '2021-04-01 17:16:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2766, NULL, NULL, 'von-loehr@freenet.de', '9affb551a6ae35cd14da3b563d428966', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://thehealth-directory.com/cryptogods?keyword=von-loehr@freenet.de', NULL, NULL, NULL, '196.245.229.184', '2021-04-01 17:17:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2767, NULL, NULL, 'gamigoplayer@orebes.de', '6b36fa051cbc5e20e83bc237a89c6066', 'Sie haben einen Geldbonus auf Ihrem Konto http://thehealth-directory.com/cryptogods?keyword=gamigoplayer@orebes.de', NULL, NULL, NULL, '196.245.231.6', '2021-04-01 17:32:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2768, NULL, NULL, 'lusapancenko8@gmail.com', '70281a0eaf27f18a01a65dd132708963', 'ÐÐ° Ð’Ð°ÑˆÐµ Ð¸Ð¼Ñ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://thehealth-directory.com/cryptogods?keyword=lusapancenko8@gmail.com', NULL, NULL, NULL, '196.242.4.173', '2021-04-01 17:35:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2769, NULL, NULL, 'dever33@yndex.ru', 'dbb133c4a76a6b816276acf15f43117b', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://thehealth-directory.com/cryptogods?keyword=dever33@yndex.ru', NULL, NULL, NULL, '196.245.230.206', '2021-04-01 17:35:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2770, NULL, NULL, 'zeitok@yahoo.de', 'c008724465bb899ebaa64c3d41e268db', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://ugtreats.com/cryptogods?keyword=zeitok@yahoo.de', NULL, NULL, NULL, '196.245.230.180', '2021-04-01 17:48:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2771, NULL, NULL, 'feda12@web.de', 'efc17a248085fa2f446ef4c95cfedd0c', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://yatto1024.com/cryptogods?keyword=feda12@web.de', NULL, NULL, NULL, '196.242.4.113', '2021-04-01 17:48:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2772, NULL, NULL, 'realtcontinental@gmail.com', '1ebaa43f4347fbdebc5468e0b5f4583c', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://yatto1024.com/cryptogods?keyword=realtcontinental@gmail.com', NULL, NULL, NULL, '196.242.4.142', '2021-04-01 18:06:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(2773, NULL, NULL, 'shaginaalenka@gmail.com', '4eb16e1795633ecda292d4ca1380be48', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://yatto1024.com/cryptogods?keyword=shaginaalenka@gmail.com', NULL, NULL, NULL, '196.245.229.49', '2021-04-01 18:06:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2774, NULL, NULL, 'yingyang23@web.de', '63b066ec74c56c8004b9a7019f890efd', 'Sie haben einen Geldbonus auf Ihrem Konto http://vdonotes.com/cryptogods?keyword=yingyang23@web.de', NULL, NULL, NULL, '196.245.230.149', '2021-04-01 18:16:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2775, NULL, NULL, 'amal.darwish@ahi-carrier.at', '2518f3d474f68ef2b40f3d2ffefe7aa5', 'Sie haben einen Euro-Preis auf Ihrem Konto http://yannborgnet.com/cryptogods?keyword=amal.darwish@ahi-carrier.at', NULL, NULL, NULL, '196.242.4.84', '2021-04-01 18:20:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2776, NULL, NULL, 'serjant001@bk.ru', 'ea753a3ecfbaeea0bd9c712d033e48c3', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://wensleytech.com/cryptogods?keyword=serjant001@bk.ru', NULL, NULL, NULL, '196.245.230.73', '2021-04-01 18:37:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2777, NULL, NULL, 'vallace67@gmail.com', 'db93c10f7b4ccf218bba94e0435952e5', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://unerr.com/cryptogods?keyword=vallace67@gmail.com', NULL, NULL, NULL, '196.245.231.23', '2021-04-01 18:38:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2778, NULL, NULL, 'mehrab.parvizfar@web.de', '1225f7b77d7d4441dadcd4fd745c7520', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://vdonotes.com/cryptogods?keyword=mehrab.parvizfar@web.de', NULL, NULL, NULL, '196.245.231.188', '2021-04-01 18:52:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2779, NULL, NULL, 'tohr.43@gmx.de', '4cde6b6b0c1892ce0a6348d3ea24c1dc', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://yannborgnet.com/cryptogods?keyword=tohr.43@gmx.de', NULL, NULL, NULL, '196.245.231.114', '2021-04-01 19:02:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2780, NULL, NULL, 'inaletova@mail.ru', 'd130806d7eb3239e594e3bfac9ddbde4', 'ÐŸÐµÑ€ÐµÐ²Ð¾Ð´ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð½Ð° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ http://vdonotes.com/cryptogods?keyword=inaletova@mail.ru', NULL, NULL, NULL, '196.242.4.228', '2021-04-01 19:11:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2781, NULL, NULL, 'schneedirk@gmx.de', '842d586f24e825642a0b19ca1a1403bc', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://unerr.com/cryptogods?keyword=schneedirk@gmx.de', NULL, NULL, NULL, '196.245.229.221', '2021-04-01 19:25:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2782, NULL, NULL, 'captainglenn@worldnet.att.net', 'dbe9a7267e03afc70158fda43c2de83d', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://vdonotes.com/cryptogods?keyword=captainglenn@worldnet.att.net', NULL, NULL, NULL, '196.242.4.38', '2021-04-01 19:25:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2783, NULL, NULL, '5337653@gmail.com', '449b974c9e38453844a5a7e238d72dcd', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://vdonotes.com/cryptogods?keyword=5337653@gmail.com', NULL, NULL, NULL, '196.245.230.223', '2021-04-01 19:44:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2784, NULL, NULL, 'fs.cars@web.de', 'b1bb0e2cfcd061905447beb4d57655d3', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://yannborgnet.com/cryptogods?keyword=fs.cars@web.de', NULL, NULL, NULL, '196.245.230.62', '2021-04-01 19:52:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2785, NULL, NULL, 'sascha636@freenet.de', 'cfafbc14bf3f1f7ac43f3b4b26c8f228', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://yatto1024.com/cryptogods?keyword=sascha636@freenet.de', NULL, NULL, NULL, '196.242.4.82', '2021-04-01 19:59:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2786, NULL, NULL, 'christian.wehowsky@web.de', '63feb666502186b83a0f5981aa7f50fd', 'Die Zahlung wird auf Ihr Konto eingezahlt http://vdonotes.com/cryptogods?keyword=christian.wehowsky@web.de', NULL, NULL, NULL, '196.245.229.16', '2021-04-01 19:59:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2787, NULL, NULL, 'nurik_21_08_92@mail.ru', 'e21983e5e1ae76f2b6cf27b6c1ea84ca', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://vdonotes.com/cryptogods?keyword=nurik_21_08_92@mail.ru', NULL, NULL, NULL, '173.212.229.156', '2021-04-01 20:17:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2788, NULL, NULL, 'olegstepanov852@gmail.com', '440c54730bd3ac8e2dc47ee10951a4b4', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://yatto1024.com/cryptogods?keyword=olegstepanov852@gmail.com', NULL, NULL, NULL, '196.242.4.209', '2021-04-01 20:17:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2789, NULL, NULL, 'reinbahaeuser@inode.at', 'af75746a41b4e930d4ad3e6c4629eb26', 'Das Geld wurde Ihrem Konto gutgeschrieben http://unerr.com/cryptogods?keyword=reinbahaeuser@inode.at', NULL, NULL, NULL, '196.242.4.234', '2021-04-01 20:32:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2790, NULL, NULL, 'katharina_arp@web.de', '0150d2ae199368e176af08926eac9f99', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://yannborgnet.com/cryptogods?keyword=katharina_arp@web.de', NULL, NULL, NULL, '196.245.230.56', '2021-04-01 20:32:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2791, NULL, NULL, 'tuccio.chantal@orange.fr', '2137f09ee967918ebcd99679f844675f', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://vdonotes.com/cryptogods?keyword=tuccio.chantal@orange.fr', NULL, NULL, NULL, '196.245.231.56', '2021-04-01 20:41:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2792, NULL, NULL, 'sinderella3010@gmail.com', 'f8cd02a50b942eb885a732cbb9c3369b', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://unerr.com/cryptogods?keyword=sinderella3010@gmail.com', NULL, NULL, NULL, '196.242.4.216', '2021-04-01 20:50:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2793, NULL, NULL, 'christine.schmid22@freenet.de', '1d31f6a039461aca7a8665ffc9719241', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://vdonotes.com/cryptogods?keyword=christine.schmid22@freenet.de', NULL, NULL, NULL, '196.242.4.3', '2021-04-01 21:05:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2794, NULL, NULL, 'annamylituk18@gmail.com', '32496dcd9650598b5ed3a42380f95503', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://yannborgnet.com/cryptogods?keyword=annamylituk18@gmail.com', NULL, NULL, NULL, '196.245.229.134', '2021-04-01 21:22:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2795, NULL, NULL, 'kurmanbekov3@mail.com', 'a971e00807bd2133a019d9502ca91158', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://yatto1024.com/cryptogods?keyword=kurmanbekov3@mail.com', NULL, NULL, NULL, '196.242.4.103', '2021-04-01 21:23:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2796, NULL, NULL, '01734801540@vodafone.de', 'eb8dab4fbf5b4062c1867bdb0bd0fe07', 'Sie haben einen Geldpreis auf Ihrem Konto http://vdonotes.com/cryptogods?keyword=01734801540@vodafone.de', NULL, NULL, NULL, '196.242.4.85', '2021-04-01 21:28:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2797, NULL, NULL, 'andi.frey24@gmail.com', '67c222943af39d9ab72c0efaf2aa62b2', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://yannborgnet.com/cryptogods?keyword=andi.frey24@gmail.com', NULL, NULL, NULL, '196.245.229.54', '2021-04-01 21:38:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2798, NULL, NULL, 'zux8989zux@mail.ru', 'c3b0bb7a873afba709301f6648a01cba', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¾Ð¸Ð·Ð²ÐµÐ´ÐµÐ½ Ð¿Ð»Ð°Ñ‚ÐµÐ¶ http://idahope4.com/cryptogods?keyword=zux8989zux@mail.ru', NULL, NULL, NULL, '196.245.229.252', '2021-04-01 22:06:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2799, NULL, NULL, 'arsenij23fevralj@mail.ru', 'cd2a4e568c0ac3b5f6ac1c95a793828a', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://holidz.com/cryptogods?keyword=arsenij23fevralj@mail.ru', NULL, NULL, NULL, '196.245.229.89', '2021-04-01 22:07:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2800, NULL, NULL, 'david.lackner@inode.at', '1e1debd92fa6df70f87d02d5565cb9e6', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://hdspatientportal.com/cryptogods?keyword=david.lackner@inode.at', NULL, NULL, NULL, '196.245.230.167', '2021-04-01 22:25:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2801, NULL, NULL, 'brleblanc@hotmail.be', '9a5e5144d117e6ed96d4b7a65642882e', 'Sie haben einen Geldpreis auf Ihrem Konto http://hridyanshu.com/cryptogods?keyword=brleblanc@hotmail.be', NULL, NULL, NULL, '196.242.4.191', '2021-04-01 22:28:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2802, NULL, NULL, 'krebsmann@online.de', 'bdd0f6beabdd2c769c91aa34a1f3b950', 'Der Geldpreis ist auf Ihrem Konto verfÑŒgbar http://idahope4.com/cryptogods?keyword=krebsmann@online.de', NULL, NULL, NULL, '196.245.231.214', '2021-04-01 22:30:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2803, NULL, NULL, 'barlement.christelle@hotmail.fr', '3900bfc9ff33509c340f748605c344db', 'Sie haben eine Euro-Ð¬berweisung auf Ihr Konto erhalten http://idahope4.com/cryptogods?keyword=barlement.christelle@hotmail.fr', NULL, NULL, NULL, '196.245.229.188', '2021-04-01 22:59:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2804, NULL, NULL, 'frieda.schmoll@gmail.com', '812b180a3147528641c0d03a9169dd1a', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://hridyanshu.com/cryptogods?keyword=frieda.schmoll@gmail.com', NULL, NULL, NULL, '196.245.229.20', '2021-04-01 23:01:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2805, NULL, NULL, 'karina.dyadkova@mail.ru', 'fca796dc0f770c76b30bfcb7982367ec', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://institutodia.com/cryptogods?keyword=karina.dyadkova@mail.ru', NULL, NULL, NULL, '196.245.229.70', '2021-04-01 23:13:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2806, NULL, NULL, 'anton.maguryan.anton@gmail.com', '437b6a148858cf3a43f65e65dfd4ded3', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://janeladelta.com/cryptogods?keyword=anton.maguryan.anton@gmail.com', NULL, NULL, NULL, '196.245.230.86', '2021-04-01 23:13:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2807, NULL, NULL, 'ulrich.bock@student.uni-augsburg.de', 'ec6476d0fea177a2c3c09b8cb6e73fa9', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://janeladelta.com/cryptogods?keyword=ulrich.bock@student.uni-augsburg.de', NULL, NULL, NULL, '196.245.229.6', '2021-04-01 23:14:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2808, NULL, NULL, 'schlitzohr@bluewin.ch', '7f6adb534d70d93338f6789d301adc66', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://janeladelta.com/cryptogods?keyword=schlitzohr@bluewin.ch', NULL, NULL, NULL, '196.245.231.115', '2021-04-01 23:34:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2809, NULL, NULL, 'manuel@g-tf.de', '06090619539e75df9894986f27336690', 'Ihr Konto wurde aktiviert http://janeladelta.com/cryptogods?keyword=manuel@g-tf.de', NULL, NULL, NULL, '196.242.4.22', '2021-04-01 23:34:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2810, NULL, NULL, 'arturmurad044@gmail.com', '7ccebb295a6224add56a7ae35902f500', 'ÐŸÐµÑ€ÐµÐ²Ð¾Ð´ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð½Ð° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ http://institutodia.com/cryptogods?keyword=arturmurad044@gmail.com', NULL, NULL, NULL, '196.245.230.5', '2021-04-01 23:46:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2811, NULL, NULL, 'clovis68@web.de', '9025a494ab776c35bb7f54e10ce49eb2', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://institutodia.com/cryptogods?keyword=clovis68@web.de', NULL, NULL, NULL, '196.245.229.35', '2021-04-01 23:58:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2812, NULL, NULL, 'helge.suchland@telekom.de', '02d48a5dfd0c54a258d34c55fb69d956', 'Finanztransfer ist auf Ihrem Konto angekommen http://ifeelthatvibe.com/cryptogods?keyword=helge.suchland@telekom.de', NULL, NULL, NULL, '196.242.4.16', '2021-04-02 00:07:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2813, NULL, NULL, 'marzhankanat@mail.ru', 'b3c58ee234c557c681b267bff2c5e15b', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://joekm.com/cryptogods?keyword=marzhankanat@mail.ru', NULL, NULL, NULL, '196.245.231.144', '2021-04-02 00:19:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2814, NULL, NULL, 'milehindenis89157484156@gmail.com', 'cf13b17991fc352b721ccdc3bb2bafd0', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://ketowithluke.com/cryptogods?keyword=milehindenis89157484156@gmail.com', NULL, NULL, NULL, '196.242.4.85', '2021-04-02 00:19:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2815, NULL, NULL, 'andreipapa395@mail.com', '5ef475d9fac40d48dd57b1d77af9e4c3', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://kaplowlabs.com/cryptogods?keyword=andreipapa395@mail.com', NULL, NULL, NULL, '196.245.230.224', '2021-04-02 00:54:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2816, NULL, NULL, 'edmirbonso@live.fr', '7181d641ec96ddfc4718ebf3678b1db1', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://lovesum1.com/cryptogods?keyword=edmirbonso@live.fr', NULL, NULL, NULL, '196.245.231.84', '2021-04-02 01:14:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2817, NULL, NULL, 'zappi76@gmail.com', 'ce9b999361953bcc9e9c405523dd4bd7', 'Sie haben einen Geldbonus auf Ihrem Konto http://lestasha.com/cryptogods?keyword=zappi76@gmail.com', NULL, NULL, NULL, '196.245.230.107', '2021-04-02 01:14:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2818, NULL, NULL, 'lenok_nik@list.ru', 'f5b3b2630e7cfebbe9448c042803b97e', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://klikantor.com/cryptogods?keyword=lenok_nik@list.ru', NULL, NULL, NULL, '196.245.231.90', '2021-04-02 01:27:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2819, NULL, NULL, 'r.holler@vol.at', 'a7c411232540b1f6b4b6eeb79a983f7f', 'Finanztransfer ist auf Ihrem Konto angekommen http://klikantor.com/cryptogods?keyword=r.holler@vol.at', NULL, NULL, NULL, '196.245.230.6', '2021-04-02 01:32:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2820, NULL, NULL, 'c.schubert.1978@gmx.de', '1f57dbce03d0c5ec1581005b819d1a89', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://lestasha.com/cryptogods?keyword=c.schubert.1978@gmx.de', NULL, NULL, NULL, '196.245.230.211', '2021-04-02 01:48:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2821, NULL, NULL, 'richie.petry@gmx.de', 'd4df634b37b4e8dccbbee98fcba7958f', 'Das Geld wurde Ihrem Konto gutgeschrieben http://lestasha.com/cryptogods?keyword=richie.petry@gmx.de', NULL, NULL, NULL, '196.242.4.244', '2021-04-02 01:48:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2822, NULL, NULL, 'tatyana.kruglik@bk.ru', '36e47713e4dd84215eff65d644812bdd', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://mm88sun.com/cryptogods?keyword=tatyana.kruglik@bk.ru', NULL, NULL, NULL, '196.245.229.193', '2021-04-02 02:01:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2823, NULL, NULL, 'bilila14.06.1975@gmail.com', 'f414cefbded163c010c88432c7626b95', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://marenaturals.com/cryptogods?keyword=bilila14.06.1975@gmail.com', NULL, NULL, NULL, '196.242.4.178', '2021-04-02 02:01:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2824, NULL, NULL, 'afrodeutsch@yahoo.de', 'f7f849af46610ead71bfaad227279a8d', 'Die Ð¬berweisung ist auf Ihrem Konto eingegangen http://needfunder.com/cryptogods?keyword=afrodeutsch@yahoo.de', NULL, NULL, NULL, '196.245.230.125', '2021-04-02 02:21:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2825, NULL, NULL, 'zeroffvii@web.de', '21cea9b15c8bb1955a52344448271fc1', 'Das Geld wurde Ihrem Konto gutgeschrieben http://mm88sun.com/cryptogods?keyword=zeroffvii@web.de', NULL, NULL, NULL, '196.245.230.161', '2021-04-02 02:22:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2826, NULL, NULL, 'jeenbaevbakai@gmail.com', '27424717ea0daa5bfb3b6533575c492b', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://needfunder.com/cryptogods?keyword=jeenbaevbakai@gmail.com', NULL, NULL, NULL, '196.245.229.58', '2021-04-02 02:34:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2827, NULL, NULL, 'uracalina66@gmail.com', '4ca4e111a9628a969dcc587edb4536c8', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://nepaltouring.com/cryptogods?keyword=uracalina66@gmail.com', NULL, NULL, NULL, '196.242.4.5', '2021-04-02 02:34:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2828, NULL, NULL, 'webmsastermarcaymon@namur.be', 'b18cea21bba18d8be7717ed9fbf2e7b1', 'Sie haben einen Geldbonus auf Ihrem Konto http://nepaltouring.com/cryptogods?keyword=webmsastermarcaymon@namur.be', NULL, NULL, NULL, '196.245.230.42', '2021-04-02 02:56:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2829, NULL, NULL, 'trahobes@mail.ru', 'c842d27db17cda56f5f3c7ce0c07f800', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://offgridmail.com/cryptogods?keyword=trahobes@mail.ru', NULL, NULL, NULL, '196.245.230.149', '2021-04-02 03:08:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2830, NULL, NULL, 'ruslangadiatov306@mail.ru', '1c057fb618e4923752e55f2abee72042', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://reinacaramelo.com/cryptogods?keyword=ruslangadiatov306@mail.ru', NULL, NULL, NULL, '196.245.229.49', '2021-04-02 04:30:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2831, NULL, NULL, 'm.22@yandex.ru', '62bcf76a568324f58f9725207fd655f9', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://someoneanonymous.com/cryptogods?keyword=m.22@yandex.ru', NULL, NULL, NULL, '196.245.229.246', '2021-04-02 05:03:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2832, NULL, NULL, 'aika87763387227@gmail.com', 'a990597dc6802f9b9bb0f31b1f1c2217', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://shagunproperties.com/cryptogods?keyword=aika87763387227@gmail.com', NULL, NULL, NULL, '196.245.231.151', '2021-04-02 05:36:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2833, NULL, NULL, 'roman@gmail.com', '36288eaa7cfd8013af4df79cb9b2eb35', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://tvojastrana.com/cryptogods?keyword=roman@gmail.com', NULL, NULL, NULL, '196.242.4.68', '2021-04-02 06:08:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2834, NULL, NULL, 'katenakaterina240@gmail.com', '24338a667d1e3bb4f61f040773699352', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://tvojastrana.com/cryptogods?keyword=katenakaterina240@gmail.com', NULL, NULL, NULL, '196.245.231.98', '2021-04-02 06:41:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2835, NULL, NULL, 'arzmailru345@gmail.com', 'a562f1db9be331d9242c9c524b281487', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://worldscheapesthosting.com/cryptogods?keyword=arzmailru345@gmail.com', NULL, NULL, NULL, '196.245.230.31', '2021-04-02 07:14:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2836, NULL, NULL, 'natasasokolovskaa925@gmail.com', '6ca534fcbd161dd6934b6e72310022bd', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://worldscheapesthosting.com/cryptogods?keyword=natasasokolovskaa925@gmail.com', NULL, NULL, NULL, '196.245.231.65', '2021-04-02 07:46:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2837, NULL, NULL, 'zellerolga825@gmail.com', 'f62f1f50879ad4c283ea4cf5a726b6fd', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://institutoitdela.com/cryptogods?keyword=zellerolga825@gmail.com', NULL, NULL, NULL, '196.245.231.117', '2021-04-02 08:19:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2838, NULL, NULL, 'mihail.kalinin.2001@bk.ru', '36755d5773350d9b7a0633abe32dd5f0', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://investandbet.com/cryptogods?keyword=mihail.kalinin.2001@bk.ru', NULL, NULL, NULL, '196.245.230.47', '2021-04-02 08:52:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2839, NULL, NULL, 'kuvvathidirov@gmail.com', '6e613148cbeca72a26be336ef142955a', 'Ð’Ð°Ð¼ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://lewents.com/cryptogods?keyword=kuvvathidirov@gmail.com', NULL, NULL, NULL, '196.245.231.244', '2021-04-02 10:31:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2840, NULL, NULL, 'ingvar.dom@yandex.ru', 'f7cab04df70fc27ed69e72bbfae47a92', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://meettheowl.com/cryptogods?keyword=ingvar.dom@yandex.ru', NULL, NULL, NULL, '196.245.231.30', '2021-04-02 11:03:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2841, NULL, NULL, 'kalnurjoldoshbekov@gmail.com', '7b178531d45f963b2e588629abfcbba1', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://northwoodselixers.com/cryptogods?keyword=kalnurjoldoshbekov@gmail.com', NULL, NULL, NULL, '196.245.231.227', '2021-04-02 12:09:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2842, NULL, NULL, 'nyra_90@mail.ru', '908f34d2d173e61d6b52a965ed350a2a', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://nobletechllc.com/cryptogods?keyword=nyra_90@mail.ru', NULL, NULL, NULL, '196.242.4.206', '2021-04-02 12:42:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2843, NULL, NULL, 'sotnikovdmitrij373@gmail.com', 'b49af8edd0f5af11000bcd495498de05', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://pdlanalytics.com/cryptogods?keyword=sotnikovdmitrij373@gmail.com', NULL, NULL, NULL, '196.245.229.21', '2021-04-02 13:47:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2844, NULL, NULL, 'yevgensapielkin@gmail.com', '288366ff12ed2eb33dee6f9a2f425e2c', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://smilingoctopus.com/cryptogods?keyword=yevgensapielkin@gmail.com', NULL, NULL, NULL, '196.245.230.74', '2021-04-02 14:52:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2845, NULL, NULL, 'dosmagambetova@bk.ru', '9d9d1130ad154e8e0369a6d8b28fddf6', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://td1motorsport.com/cryptogods?keyword=dosmagambetova@bk.ru', NULL, NULL, NULL, '196.245.231.63', '2021-04-02 15:25:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2846, NULL, NULL, 'volchenkotusya@gmail.com', '7708f8c74c87f342acee403308522759', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://testinginpython.com/cryptogods?keyword=volchenkotusya@gmail.com', NULL, NULL, NULL, '196.242.4.41', '2021-04-02 15:57:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2847, NULL, NULL, 'sveta98.00@mail.ru', '543528f1c4c78ff5e57d2ac7b0d7e669', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://togetherwearepowerful.com/cryptogods?keyword=sveta98.00@mail.ru', NULL, NULL, NULL, '196.245.230.82', '2021-04-02 16:29:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2848, NULL, NULL, 'adolf.stoeger@energieag.at', '4b363dbe3ca2920c5d67444499664d08', 'Sie bekommen Geldgeschenke auf Ihr Konto http://uxhalloffail.com/cryptogods?keyword=adolf.stoeger@energieag.at', NULL, NULL, NULL, '196.245.229.182', '2021-04-02 16:47:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2849, NULL, NULL, 'ka5120-750@online.de', '0f152a0164dc281cb37e6cf6306bafee', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://trustedint98330-receipt.com/cryptogods?keyword=ka5120-750@online.de', NULL, NULL, NULL, '196.242.4.197', '2021-04-02 16:50:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2850, NULL, NULL, 'benedikt_amrhein@lycos.de', '6ca0381fe6c46a369d7db5502782ddbd', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://wizzusa.com/cryptogods?keyword=benedikt_amrhein@lycos.de', NULL, NULL, NULL, '196.245.229.118', '2021-04-02 17:11:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2851, NULL, NULL, 'marx99@web.de', '6dfb845ce6bf6220469d726fb1703426', 'Sie haben einen Geldbonus auf Ihrem Konto http://vvacasa.com/cryptogods?keyword=marx99@web.de', NULL, NULL, NULL, '196.245.231.250', '2021-04-02 17:23:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2852, NULL, NULL, 'salta.aizere14@mail.ru', '5ef6c403bf357129a0334b48c7bf54f2', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://vvacasa.com/cryptogods?keyword=salta.aizere14@mail.ru', NULL, NULL, NULL, '196.245.229.135', '2021-04-02 17:33:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2853, NULL, NULL, 'jjb.jensen@web.de', 'c7dce567ca340f53efda6973ce887419', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://uxhalloffail.com/cryptogods?keyword=jjb.jensen@web.de', NULL, NULL, NULL, '196.245.231.146', '2021-04-02 17:33:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2854, NULL, NULL, 'jagl28@gmx.at', 'a649d1bcbe556e474b1c03d4f86447ba', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://videojournalismworkshop.com/cryptogods?keyword=jagl28@gmx.at', NULL, NULL, NULL, '196.242.4.40', '2021-04-02 17:43:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2855, NULL, NULL, 'guido.spiegel@gmx.de', 'e87d3ff4f1ee68f2f8adfadb2bb0d807', 'Ð¬berweisung ist auf Ihrem Konto eingegangen http://uxhalloffail.com/cryptogods?keyword=guido.spiegel@gmx.de', NULL, NULL, NULL, '196.245.230.206', '2021-04-02 17:48:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2856, NULL, NULL, 'annemarie.beret@neuf.fr', '3484f79843eb220aeee2f30c85f9627f', 'Die Zahlung wird auf Ihr Konto eingezahlt http://wizzusa.com/cryptogods?keyword=annemarie.beret@neuf.fr', NULL, NULL, NULL, '196.242.4.47', '2021-04-02 17:55:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2857, NULL, NULL, 'katalikoren@yandex.com', '17ff351dc17cc613712fb22f20ae0a93', 'Davidvot', NULL, NULL, NULL, '95.105.125.151', '2021-04-02 18:01:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2858, NULL, NULL, 'kriesusanne@tmo.at', 'c58e2dba4ee4aa00e71dcf3b973d89dc', 'Finanzieller Bonus wurde auf Ihr Konto ÑŒberwiesen http://wizzusa.com/cryptogods?keyword=kriesusanne@tmo.at', NULL, NULL, NULL, '196.242.4.78', '2021-04-02 18:17:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2859, NULL, NULL, 'schilling@schilling-beschichtungen.de', '40a50d26798cf944e87f564dcd64fdb1', 'Sie haben einen Geldbonus auf Ihrem Konto http://uxhalloffail.com/cryptogods?keyword=schilling@schilling-beschichtungen.de', NULL, NULL, NULL, '196.242.4.88', '2021-04-02 18:20:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2860, NULL, NULL, 'patricia.gleissner15@gmail.com', 'ea5ca5b404344a2e4efe1351e66a4504', 'Sie haben einen Geldpreis auf Ihrem Konto http://vvacasa.com/cryptogods?keyword=patricia.gleissner15@gmail.com', NULL, NULL, NULL, '196.245.229.245', '2021-04-02 18:28:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2861, NULL, NULL, 'euk4rtaschowa@yandex.ru', 'b8584a72be82f859a17d4fa4738d1bdb', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://videojournalismworkshop.com/cryptogods?keyword=euk4rtaschowa@yandex.ru', NULL, NULL, NULL, '196.242.4.52', '2021-04-02 18:38:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2862, NULL, NULL, 'oliverschult@freenet.de', 'b4ec088493754f5ee3bef6a726e590fd', 'Finanzieller Bonus auf Ihrem Konto angekommen http://isaacarboleya.com/cryptogods?keyword=oliverschult@freenet.de', NULL, NULL, NULL, '196.242.4.120', '2021-04-02 18:47:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2863, NULL, NULL, 'billi@awin.de', '5bb84c2372dfa8da053639cd624d94e6', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://trustedint98330-receipt.com/cryptogods?keyword=billi@awin.de', NULL, NULL, NULL, '196.242.4.151', '2021-04-02 18:52:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2864, NULL, NULL, 'ferienwohnung@schwab-rike.de', 'a3d17a8eaf3f8905b8ef3b706cc2544b', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://inspiretutors.com/cryptogods?keyword=ferienwohnung@schwab-rike.de', NULL, NULL, NULL, '196.245.230.216', '2021-04-02 19:01:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2865, NULL, NULL, 'mr.burg@web.de', 'f0a195cd0e1a948d877f4e2448e77742', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://guiguermulti.com/cryptogods?keyword=mr.burg@web.de', NULL, NULL, NULL, '196.245.231.9', '2021-04-02 19:19:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2866, NULL, NULL, 'stefanjh.weiss@freenet.de', 'cc83fe43343d1e0ee693384f18142044', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://vvacasa.com/cryptogods?keyword=stefanjh.weiss@freenet.de', NULL, NULL, NULL, '196.245.230.26', '2021-04-02 19:23:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2867, NULL, NULL, 'ivy1992@vorsicht-bissig.de', 'b1ef1378943d51286fd71491d7b326ff', 'Sie haben einen Geldbonus auf Ihrem Konto http://inspodo.com/cryptogods?keyword=ivy1992@vorsicht-bissig.de', NULL, NULL, NULL, '196.242.4.72', '2021-04-02 19:33:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2868, NULL, NULL, 'iu86@mail.ru', '04f64a5a737eaf2b74ee45a0660ddb8a', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://hyperdrum.com/cryptogods?keyword=iu86@mail.ru', NULL, NULL, NULL, '196.245.229.145', '2021-04-02 19:42:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2869, NULL, NULL, 'manndom_r9@yahoo.de', '51390a2161c465ce5e43918de5902813', 'GeldÑŒberweisung ist auf Ihrem Konto angekommen http://letsmeetinflorence.com/cryptogods?keyword=manndom_r9@yahoo.de', NULL, NULL, NULL, '196.242.4.86', '2021-04-02 19:45:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2870, NULL, NULL, 'm.sixt@inode.at', '9f42a8290f67de94267320d662d9ccbb', 'Auf Ihr Konto ist eine Ð¬berweisung in Euro eingegangen http://johnmathiesonconsultancy.com/cryptogods?keyword=m.sixt@inode.at', NULL, NULL, NULL, '196.245.231.239', '2021-04-02 19:52:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2871, NULL, NULL, 'schokoladengirl@live.de', '7feb2159e9c7378154b96aa2d347b633', 'Sie haben einen Geldpreis auf Ihrem Konto http://guiguermulti.com/cryptogods?keyword=schokoladengirl@live.de', NULL, NULL, NULL, '196.242.4.121', '2021-04-02 19:57:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2872, NULL, NULL, 'p.may@unitybox.de', '2896822d3363aeabc23b4d6107b7ae25', 'Geldgewinn ist auf Ihrem Konto angekommen http://kf5nte.com/cryptogods?keyword=p.may@unitybox.de', NULL, NULL, NULL, '196.242.4.240', '2021-04-02 20:12:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2873, NULL, NULL, 'loteldz143@gmail.com', 'b44257c535ccd033fa7fd960ffb099b6', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://kf5nte.com/cryptogods?keyword=loteldz143@gmail.com', NULL, NULL, NULL, '196.245.229.144', '2021-04-02 20:21:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2874, NULL, NULL, 'mariefrancoise.dessauvages@sfr.fr', '385dca92ea05e727f104edd5ea6d04cf', 'Ð¬berweisung ist auf Ihrem Konto eingegangen http://kenjacent.com/cryptogods?keyword=mariefrancoise.dessauvages@sfr.fr', NULL, NULL, NULL, '196.245.229.146', '2021-04-02 20:31:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2875, NULL, NULL, 'coolfire70@yahoo.de', '44b0652f6649bfe3103898706eef15f0', 'Ihr Euro-Preis wurde Ihrem Konto gutgeschrieben http://itdbaltics.com/cryptogods?keyword=coolfire70@yahoo.de', NULL, NULL, NULL, '196.245.230.197', '2021-04-02 20:35:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2876, NULL, NULL, 'kleinhartmann@bigbremen.de', '7906480c30a88e616828d311ea1a1a6d', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://madagascar-emploi.com/cryptogods?keyword=kleinhartmann@bigbremen.de', NULL, NULL, NULL, '196.245.230.132', '2021-04-02 20:48:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2877, NULL, NULL, 'jemmas@bk.ru', 'cca8d8a1ce3d62f74701c82bd995c059', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://kf5nte.com/cryptogods?keyword=jemmas@bk.ru', NULL, NULL, NULL, '196.245.229.41', '2021-04-02 20:55:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2878, NULL, NULL, 'peterbissinger@gmx.de', 'b799dccd1e47c9c4444500e8c22b0053', 'Ð¬berweisung ist auf Ihrem Konto eingegangen http://madagascar-emploi.com/cryptogods?keyword=peterbissinger@gmx.de', NULL, NULL, NULL, '196.242.4.169', '2021-04-02 21:03:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2879, NULL, NULL, 'vincent@timmann.de', '16c41801da2558326b778805de2bb1f4', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://martinmanzaneda.com/cryptogods?keyword=vincent@timmann.de', NULL, NULL, NULL, '196.245.231.68', '2021-04-02 21:39:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2880, NULL, NULL, 'nicole.dedieu@sfr.fr', '677bb09905b93225c941aff72660a381', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://mitchvandenborn.com/cryptogods?keyword=nicole.dedieu@sfr.fr', NULL, NULL, NULL, '196.245.230.13', '2021-04-02 22:04:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2881, NULL, NULL, 'art130897@gmail.com', '34ad1038ae1b851fbb6844e5d7ce7b2d', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://mitchvandenborn.com/cryptogods?keyword=art130897@gmail.com', NULL, NULL, NULL, '196.245.229.44', '2021-04-02 22:06:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2882, NULL, NULL, 'brittasalmen@yahoo.de', '2b10803461d67f34a24602acb6494568', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://madagascar-emploi.com/cryptogods?keyword=brittasalmen@yahoo.de', NULL, NULL, NULL, '196.245.230.55', '2021-04-02 22:18:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2883, NULL, NULL, 'marinaberezueva5@gmail.com', '2f33a101b4b924b99f0f0c2f39222ea9', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´ http://mindvsheart.com/cryptogods?keyword=marinaberezueva5@gmail.com', NULL, NULL, NULL, '196.242.4.135', '2021-04-02 22:41:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2884, NULL, NULL, 'sadro2016@arcor.de', '05a3f62fbce4c3426899b9fe820baa55', 'Der Geldpreis wurde Ihrem Konto gutgeschrieben http://nicsheehan.com/cryptogods?keyword=sadro2016@arcor.de', NULL, NULL, NULL, '196.245.231.6', '2021-04-02 22:48:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2885, NULL, NULL, 'jurgentaghon@live.be', 'd0395df59400053c4d1320ccd41b03fc', 'Sie haben einen Geldbonus auf Ihrem Konto http://penzusvpn.com/cryptogods?keyword=jurgentaghon@live.be', NULL, NULL, NULL, '196.242.4.23', '2021-04-02 22:49:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2886, NULL, NULL, 'j-schoppe@t-online.de', '986608d65590e6358434fb24a3ff87e4', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://mindvsheart.com/cryptogods?keyword=j-schoppe@t-online.de', NULL, NULL, NULL, '196.242.4.51', '2021-04-02 22:52:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2887, NULL, NULL, 'nmakhsetova@gmail.com', '914a214f93bccaad47b28f10eea5b874', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ð´Ð¾Ð»Ð»Ð°Ñ€Ð¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://nicsheehan.com/cryptogods?keyword=nmakhsetova@gmail.com', NULL, NULL, NULL, '196.242.4.235', '2021-04-02 23:14:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2888, NULL, NULL, 'th.rosteck@gmx.de', 'f18ceb2b01a16d52fcbd017a172b5a17', 'Sie haben Geld auf Ihr Konto ÑŒberwiesen bekommen http://pikpalace.com/cryptogods?keyword=th.rosteck@gmx.de', NULL, NULL, NULL, '196.242.4.160', '2021-04-02 23:25:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2889, NULL, NULL, 'jan@ajschultz.de', 'abc0703af2e26b9f41500a25f340b596', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://officespacect.com/cryptogods?keyword=jan@ajschultz.de', NULL, NULL, NULL, '196.245.231.99', '2021-04-02 23:34:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2890, NULL, NULL, 'irinalydvikovskay@mail.ru', '87056a0a92509533a627e48eb5c4314b', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://penzusvpn.com/cryptogods?keyword=irinalydvikovskay@mail.ru', NULL, NULL, NULL, '196.245.229.122', '2021-04-02 23:48:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2891, NULL, NULL, 'gerfrieda.palaoro@wknoe.at', '4fca3242cf4236266c37dfa0ed7b2a91', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://nicsheehan.com/cryptogods?keyword=gerfrieda.palaoro@wknoe.at', NULL, NULL, NULL, '196.245.230.239', '2021-04-02 23:58:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2892, NULL, NULL, 'natalanovonasina@gmail.com', '88630dac1fadd85160a2297cdce06f38', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ñ€Ð¸ÑˆÐµÐ» Ñ„Ð¸Ð½Ð°Ð½ÑÐ¾Ð²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://procheatsheet.com/cryptogods?keyword=natalanovonasina@gmail.com', NULL, NULL, NULL, '196.245.229.121', '2021-04-03 00:21:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2893, NULL, NULL, 'pkra@freenet.de', 'bfc311111a7db9e6b42fc859f86d7829', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://playswithbimmers.com/cryptogods?keyword=pkra@freenet.de', NULL, NULL, NULL, '196.245.230.76', '2021-04-03 00:31:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2894, NULL, NULL, 'viktor_alekseev_95@list.ru', '1282b671c32ea9c27ecc4d2a58f7ca23', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿ÐµÐ½ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº http://progressives-insurance.com/cryptogods?keyword=viktor_alekseev_95@list.ru', NULL, NULL, NULL, '196.245.231.79', '2021-04-03 00:55:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2895, NULL, NULL, 'ortner.naarn@direkt.at', 'f12bd9a2ef13be72f1b110a6dfaf0c87', 'Sie haben einen Geldpreis auf Ihrem Konto http://sneakpeeksp.com/cryptogods?keyword=ortner.naarn@direkt.at', NULL, NULL, NULL, '196.245.230.247', '2021-04-03 01:02:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2896, NULL, NULL, 'v_brinkmann@web.de', '799242ec5d75ea1dc5ece608577d77d9', 'Geldgeschenk ist auf Ihrem Konto verfÑŒgbar http://southafrica-jobs.com/cryptogods?keyword=v_brinkmann@web.de', NULL, NULL, NULL, '196.242.4.131', '2021-04-03 01:04:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2897, NULL, NULL, 'adsorg@wed.de', '47d9a36b2b6983131eff334b16dc5010', 'Der Geldpreis ist auf Ihrem Konto verfÑŒgbar http://t-mobileadportal.com/cryptogods?keyword=adsorg@wed.de', NULL, NULL, NULL, '196.242.4.183', '2021-04-03 01:35:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2898, NULL, NULL, 'christian.linke.2000@googlemail.com', 'bf255b3e773847632d8f239aebd361ab', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://vaperosgamer.com/cryptogods?keyword=christian.linke.2000@googlemail.com', NULL, NULL, NULL, '196.245.229.151', '2021-04-03 01:49:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2899, NULL, NULL, 'aleksmajor69@gmail.com', 'e6bb433c67608fedeea2fd24384d7b72', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð¸Ð» Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð±Ð¾Ð½ÑƒÑ http://veedurias.com/cryptogods?keyword=aleksmajor69@gmail.com', NULL, NULL, NULL, '196.242.4.47', '2021-04-03 02:02:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2900, NULL, NULL, 'gabriele.haselsberger@wko.at', '197b7b04b87d3065e038e7982ed85cdb', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://vaperosgamer.com/cryptogods?keyword=gabriele.haselsberger@wko.at', NULL, NULL, NULL, '196.242.4.83', '2021-04-03 02:09:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2901, NULL, NULL, 'claudia.jaeger@uni-rostock.de', '54650506f194f2a6848f0b1e324b4573', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://tessutofirenze.com/cryptogods?keyword=claudia.jaeger@uni-rostock.de', NULL, NULL, NULL, '196.245.230.192', '2021-04-03 02:33:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2902, NULL, NULL, 'abdurakximovxusniddin@gmail.com', 'd99519f9d2c4a6e01dc19cb42cfb2750', 'ÐÐ° Ð’Ð°Ñˆ ÑÑ‡ÐµÑ‚ Ð·Ð°Ñ‡Ð¸ÑÐ»ÐµÐ½ Ñ€ÑƒÐ±Ð»ÐµÐ²Ñ‹Ð¹ Ð¿Ñ€Ð¸Ð· http://vaperosgamer.com/cryptogods?keyword=abdurakximovxusniddin@gmail.com', NULL, NULL, NULL, '196.245.230.79', '2021-04-03 02:36:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2903, NULL, NULL, 'phil-o-via@web.de', 'edac23d74ce385d608e01c5054846d95', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://vpix4.com/cryptogods?keyword=phil-o-via@web.de', NULL, NULL, NULL, '196.245.230.159', '2021-04-03 03:14:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2904, NULL, NULL, 'dianat1@freenet.de', 'f9f688dd9fb7554181928fd16cdfab2b', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://videopolygraph.com/cryptogods?keyword=dianat1@freenet.de', NULL, NULL, NULL, '196.245.230.172', '2021-04-03 03:17:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2905, NULL, NULL, 'dogansagir@freenet.de', 'd40e8c044b9cd221534c6708ffa2c384', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://white-label-seo-outsourcing.com/cryptogods?keyword=dogansagir@freenet.de', NULL, NULL, NULL, '196.245.231.75', '2021-04-03 03:47:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2906, NULL, NULL, 'pzaeh@web.de', '4210dc1faaf8bdea2e549b2bb9f60354', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://vivacnd.com/cryptogods?keyword=pzaeh@web.de', NULL, NULL, NULL, '196.242.4.35', '2021-04-03 03:49:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2907, NULL, NULL, 'wiezel@utdecay.de', '2df7c899c4e59a8fdfbe51ac3a47c9e8', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://yepstart.com/cryptogods?keyword=wiezel@utdecay.de', NULL, NULL, NULL, '196.245.230.24', '2021-04-03 04:02:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2908, NULL, NULL, 'andrea.haeusslein@gmx.de', '857c69b7f5feeaf70fc12f6b17b22a5a', 'Sie haben eine Euro-Ð¬berweisung auf Ihr Konto erhalten http://growandparish.com/cryptogods?keyword=andrea.haeusslein@gmx.de', NULL, NULL, NULL, '196.245.230.106', '2021-04-03 04:21:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2909, NULL, NULL, 'dirk.pollmann1@gmx.de', '2f0725a65f9982168616e89adecd6aaa', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://growandperish.com/cryptogods?keyword=dirk.pollmann1@gmx.de', NULL, NULL, NULL, '196.245.230.45', '2021-04-03 04:54:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2910, NULL, NULL, 'tina.robisch@vienna.at', '4e12cc648abe5a0da350b371e13a0abb', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://yepstart.com/cryptogods?keyword=tina.robisch@vienna.at', NULL, NULL, NULL, '196.245.230.143', '2021-04-03 04:56:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2911, NULL, NULL, 'j.kraus@bigfoot.de', 'c2513a547e4dfa6be9b115e0c1e7ab5d', 'Sie haben eine Ð¬berweisung erhalten http://hodlayheehoo.com/cryptogods?keyword=j.kraus@bigfoot.de', NULL, NULL, NULL, '196.245.231.118', '2021-04-03 05:27:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2912, NULL, NULL, 'norbertgohlke@online.de', '6540f7701cacc4c7d212e378fabef8f5', 'Sie bekommen Geldgeschenke auf Ihr Konto http://ja50n.com/cryptogods?keyword=norbertgohlke@online.de', NULL, NULL, NULL, '196.245.230.249', '2021-04-03 06:01:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2913, NULL, NULL, 'stef14@hispeed.ch', 'bc42426d615a2f21cb1a648ad09e40e0', 'Auf Ihr Konto ist eine Ð¬berweisung in Euro eingegangen http://growandperish.com/cryptogods?keyword=stef14@hispeed.ch', NULL, NULL, NULL, '196.245.230.144', '2021-04-03 06:01:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2914, NULL, NULL, 'michaelasteinert73@gmx.de', '19056e44808bc58e3ae1715c842f81e0', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://karakhanyans.com/cryptogods?keyword=michaelasteinert73@gmx.de', NULL, NULL, NULL, '196.242.4.252', '2021-04-03 06:16:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2915, NULL, NULL, 'firma@fenster-braun.de', '1bc11c99b0d6a49aaac91f981c81d2b3', 'Ihr Konto wurde aktiviert http://ja50n.com/cryptogods?keyword=firma@fenster-braun.de', NULL, NULL, NULL, '196.245.231.24', '2021-04-03 06:34:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2916, NULL, NULL, 'bubi.marc5@freenet.de', 'dd88dfe9021adb3d41ea42f08cb6da12', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://ja50n.com/cryptogods?keyword=bubi.marc5@freenet.de', NULL, NULL, NULL, '196.242.4.132', '2021-04-03 06:34:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2917, NULL, NULL, 'jochen.stoeferle@web.de', 'e64321311c6d7a2286b7d2da25ea34df', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://lebretonfactcheck.com/cryptogods?keyword=jochen.stoeferle@web.de', NULL, NULL, NULL, '196.245.230.89', '2021-04-03 07:01:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2918, NULL, NULL, 'pechsascha@yahoo.de', '54fc2c6fa05dc4b1e2950668d4ba69de', 'Ð¬berweisung ist auf Ihrem Konto eingegangen http://mancherial.com/cryptogods?keyword=pechsascha@yahoo.de', NULL, NULL, NULL, '196.245.230.230', '2021-04-03 07:07:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2919, NULL, NULL, 'slogi2@email.de', 'b40983d79d18271cc83d8dadb7520e79', 'Ð¬berweisung ist auf Ihrem Konto eingegangen http://increaseappvisibility.com/cryptogods?keyword=slogi2@email.de', NULL, NULL, NULL, '196.245.231.108', '2021-04-03 07:07:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2920, NULL, NULL, 'lola-shop@haendleragentur.de', 'b936a464c6ed814330b8fafb43bd662f', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://luxettipet.com/cryptogods?keyword=lola-shop@haendleragentur.de', NULL, NULL, NULL, '196.242.4.104', '2021-04-03 07:40:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2921, NULL, NULL, 'maurice.dee@crowncork.com', '9711f449c7c1d93e2db9d1331af8ed96', 'Ihre Euro-Ð¬berweisung wurde auf Ihrem Konto empfangen http://lumilightingsystems.com/cryptogods?keyword=maurice.dee@crowncork.com', NULL, NULL, NULL, '196.242.4.93', '2021-04-03 07:40:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2922, NULL, NULL, 'albert.meier04@bluewin.ch', '43eecff234080f9fd0201c5ca43df5a4', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://niixo.com/cryptogods?keyword=albert.meier04@bluewin.ch', NULL, NULL, NULL, '196.245.229.241', '2021-04-03 07:45:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2923, NULL, NULL, 'senta.czichos@monster.de', 'f3e3358a15f8376aa95e1cf95057d414', 'Sie haben einen Geldpreis auf Ihrem Konto http://niixo.com/cryptogods?keyword=senta.czichos@monster.de', NULL, NULL, NULL, '196.245.230.62', '2021-04-03 08:13:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2924, NULL, NULL, 'thomaswie@alpenjodel.de', '3be788a6c26f5c96d2947e81257ce1e7', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://niixo.com/cryptogods?keyword=thomaswie@alpenjodel.de', NULL, NULL, NULL, '196.245.229.63', '2021-04-03 08:28:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2925, NULL, NULL, 'berndklaer@hotmail.de', 'e2e95396e12f51f5c77d9f362187c46b', 'Ihre Euro-Ð¬berweisung wurde auf Ihrem Konto empfangen http://newarkdriving.com/cryptogods?keyword=berndklaer@hotmail.de', NULL, NULL, NULL, '196.245.230.149', '2021-04-03 08:46:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2926, NULL, NULL, 'feuerwehrjugend@ff-ulmerfeld.at', '5f0fc66d7921b39a1751d3cbcbb1f6d6', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://okscreenplay.com/cryptogods?keyword=feuerwehrjugend@ff-ulmerfeld.at', NULL, NULL, NULL, '196.242.4.86', '2021-04-03 08:46:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2927, NULL, NULL, 'info@plan1.de', 'c702f0404608c6e2a98027dcd7a36f60', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://orioncities.com/cryptogods?keyword=info@plan1.de', NULL, NULL, NULL, '196.245.230.81', '2021-04-03 09:14:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2928, NULL, NULL, 'office@tuna.at', '3fe87e7b0c86a357e0e27a9d128f6c3b', 'Geldgewinn ist auf Ihrem Konto angekommen http://newarkdriving.com/cryptogods?keyword=office@tuna.at', NULL, NULL, NULL, '196.242.4.96', '2021-04-03 09:18:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2929, NULL, NULL, 'maakeen@yahoo.de', 'c56b1f64ca82369c25fc47d4af9737cb', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://piffcoast.com/cryptogods?keyword=maakeen@yahoo.de', NULL, NULL, NULL, '196.245.230.103', '2021-04-03 09:18:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(2930, NULL, NULL, 'stevie@kirschnickel.de', '516e604d7d923c70b60c203cbec28fde', 'Sie haben einen Euro-Preis auf Ihrem Konto http://podcastheadquarters.com/cryptogods?keyword=stevie@kirschnickel.de', NULL, NULL, NULL, '196.245.230.80', '2021-04-03 09:52:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2931, NULL, NULL, 'dritondema@hotmail.ch', '2cc13a0d70615e488598b5b9afc3bd96', 'Sie haben Geld auf Ihr Konto ÑŒberwiesen bekommen http://reverseadventcalendar.com/cryptogods?keyword=dritondema@hotmail.ch', NULL, NULL, NULL, '196.245.230.214', '2021-04-03 10:04:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2932, NULL, NULL, 'pascalsieber74@gmx.ch', 'c738b88a0ce1f2a5eed620c270f88889', 'GeldÑŒberweisung ist auf Ihrem Konto angekommen http://podcasthdq.com/cryptogods?keyword=pascalsieber74@gmx.ch', NULL, NULL, NULL, '196.245.229.57', '2021-04-03 10:25:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2933, NULL, NULL, 'ungerer@ekomess.de', 'be0cef8d82a3bbd76246ec9e49a49b24', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://taskonion.com/cryptogods?keyword=ungerer@ekomess.de', NULL, NULL, NULL, '196.245.230.197', '2021-04-03 10:48:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2934, NULL, NULL, 'm.uzun@regent.ch', 'a15bebb6f32c2bc20673a9754577e9f5', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://thetasteofdreams.com/cryptogods?keyword=m.uzun@regent.ch', NULL, NULL, NULL, '196.245.230.251', '2021-04-03 10:58:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2935, NULL, NULL, 'pascal.dechet@yahoo.com', 'fd62aff042ef04bd1c2b088912275f47', 'Sie haben eine Euro-Ð¬berweisung auf Ihr Konto erhalten http://thebrewnette.com/cryptogods?keyword=pascal.dechet@yahoo.com', NULL, NULL, NULL, '196.245.231.207', '2021-04-03 11:31:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2936, NULL, NULL, 'christian.ortner@parlinkom.gv.at', 'cf991bd44aba7e442448f88cb6adf394', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://taskonion.com/cryptogods?keyword=christian.ortner@parlinkom.gv.at', NULL, NULL, NULL, '196.245.231.23', '2021-04-03 11:31:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2937, NULL, NULL, 'mada_68er@yahoo.de', 'f9e8730759bead3f77258cbd944d25c0', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://thebrewnette.com/cryptogods?keyword=mada_68er@yahoo.de', NULL, NULL, NULL, '196.245.230.139', '2021-04-03 11:32:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2938, NULL, NULL, 'troeger.oelsnitz@web.de', '4fd86b219b4f7523b582e60263d0e592', 'Sie haben einen Geldbonus auf Ihrem Konto http://thejeremyabbott.com/cryptogods?keyword=troeger.oelsnitz@web.de', NULL, NULL, NULL, '196.245.229.99', '2021-04-03 12:05:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2939, NULL, NULL, 'joerg.mickel@yahoo.de', 'aaa97c11e7ccaa7ee6e50a4798047175', 'Finanzieller Bonus auf Ihrem Konto angekommen http://transtec-viewer.com/cryptogods?keyword=joerg.mickel@yahoo.de', NULL, NULL, NULL, '196.245.229.60', '2021-04-03 12:05:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2940, NULL, NULL, 'salzburg@ibisacam.at', '4a367721197064fd799a63ce28f02f7e', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://winwinreview.com/cryptogods?keyword=salzburg@ibisacam.at', NULL, NULL, NULL, '196.245.230.167', '2021-04-03 12:37:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2941, NULL, NULL, 'andango@worldnet.att.net', '99d52c445d293ca91bedba8089a8a68a', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://tonysplayhouse.com/cryptogods?keyword=andango@worldnet.att.net', NULL, NULL, NULL, '196.242.4.205', '2021-04-03 12:37:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2942, NULL, NULL, 'samirbasagic@freener.de', '0cf0beafb48303c263e28f0ed5705b4b', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://winwinreview.com/cryptogods?keyword=samirbasagic@freener.de', NULL, NULL, NULL, '196.245.230.237', '2021-04-03 13:11:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2943, NULL, NULL, 'info@signitberlin.de', '8471601d4e4985e49fb2b04abfc16a6c', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://usamaadnan.com/cryptogods?keyword=info@signitberlin.de', NULL, NULL, NULL, '196.245.229.75', '2021-04-03 13:11:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2944, NULL, NULL, 'chrismuenchen@quantentunnel.de', 'bb442e901a9349294085994b30c404aa', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://wherethehellcaniparkatrutgers.com/cryptogods?keyword=chrismuenchen@quantentunnel.de', NULL, NULL, NULL, '196.242.4.238', '2021-04-03 13:45:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2945, NULL, NULL, 'liesing@profi-reifen.at', '50a65e2fc734735729bd4201963965c1', 'Sie haben einen Geldpreis auf Ihrem Konto http://zatasukha.com/cryptogods?keyword=liesing@profi-reifen.at', NULL, NULL, NULL, '196.245.229.130', '2021-04-03 13:45:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2946, NULL, NULL, 'thomas.boy@freiepresse.de', 'fa2bf146ccdd22829b8cdcae5f93bb1d', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://zatasukha.com/cryptogods?keyword=thomas.boy@freiepresse.de', NULL, NULL, NULL, '196.245.231.224', '2021-04-03 14:18:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2947, NULL, NULL, 'hasbayt@web.de', '13c1e4f6f366e609595f2ab0c2f0d1c1', 'Geldgewinn ist auf Ihrem Konto angekommen http://wiredme.com/cryptogods?keyword=hasbayt@web.de', NULL, NULL, NULL, '196.242.4.247', '2021-04-03 14:18:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2948, NULL, NULL, 'kontakt@gaming-eck.de', '349aa681fc6165dad5b7dbe14361fb30', 'Sie haben eine Euro-Ð¬berweisung auf Ihr Konto erhalten http://zatasukha.com/cryptogods?keyword=kontakt@gaming-eck.de', NULL, NULL, NULL, '196.245.231.235', '2021-04-03 14:52:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2949, NULL, NULL, 'gunther.rohn@alice.de', 'da746f695bdcb490580f45e175d929b1', 'Ihr Euro-Preis ist jetzt auf Ihrem Konto verfÑŒgbar http://zatasukha.com/cryptogods?keyword=gunther.rohn@alice.de', NULL, NULL, NULL, '196.245.229.226', '2021-04-03 14:52:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2950, NULL, NULL, 'alex_tk@freenet.de', 'a3d4eb3e0930f52bd3ce13b6587cc53d', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://wiredme.com/cryptogods?keyword=alex_tk@freenet.de', NULL, NULL, NULL, '196.242.4.150', '2021-04-03 15:13:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2951, NULL, NULL, 'schaub@intergga.ch', 'caadbc87125ae8c3cd1b226ffeb94c70', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://zatasukha.com/cryptogods?keyword=schaub@intergga.ch', NULL, NULL, NULL, '196.245.231.24', '2021-04-03 15:25:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2952, NULL, NULL, 'marcreith@yahoo.de', 'c0c983f3329bcb93a47d576c94d3efaf', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://zatasukha.com/cryptogods?keyword=marcreith@yahoo.de', NULL, NULL, NULL, '196.245.230.202', '2021-04-03 15:25:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2953, NULL, NULL, 'ananda-vegan@gmx.ch', '56aff53487fa60ed7654b9d15354e3d7', 'Sie haben einen Geldpreis auf Ihrem Konto http://wiredme.com/cryptogods?keyword=ananda-vegan@gmx.ch', NULL, NULL, NULL, '196.242.4.136', '2021-04-03 15:58:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2954, NULL, NULL, 'sentahajo@web.de', 'e737ece11d75c5ea1bd55d6c253ba586', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://wiredme.com/cryptogods?keyword=sentahajo@web.de', NULL, NULL, NULL, '196.242.4.97', '2021-04-03 15:58:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2955, NULL, NULL, 'kotaku_kun@yahoo.de', 'ab4b5bf8c72a327251573919419835d6', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://wiredme.com/cryptogods?keyword=kotaku_kun@yahoo.de', NULL, NULL, NULL, '196.245.230.85', '2021-04-03 16:32:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2956, NULL, NULL, 'andre@sbg.at', '4aad204e3dc656c28269bc87dffda164', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://hometextilenetwork.com/cryptogods?keyword=andre@sbg.at', NULL, NULL, NULL, '196.245.229.209', '2021-04-03 17:05:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2957, NULL, NULL, 'hughes.degroot@outlook.com', 'fe12fa0cb234beb4aa7741609cc798f5', 'Finanztransfer ist auf Ihrem Konto angekommen http://holokonnect.com/cryptogods?keyword=hughes.degroot@outlook.com', NULL, NULL, NULL, '196.242.4.193', '2021-04-03 17:30:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2958, NULL, NULL, 'e.p.dees@hotmail.com', '7f6ce0f413152b593c0ba03739ad787a', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://hometextilenetwork.com/cryptogods?keyword=e.p.dees@hotmail.com', NULL, NULL, NULL, '196.245.230.100', '2021-04-03 17:38:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2959, NULL, NULL, 'domimik@windowslive.com', '00f76f092630278687f843ec27a5f6d4', 'Sie haben ein Geldgeschenk auf Ihr Konto erhalten http://learndevices.com/cryptogods?keyword=domimik@windowslive.com', NULL, NULL, NULL, '196.245.231.109', '2021-04-03 17:38:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2960, NULL, NULL, 'niklaskeller@freenet.de', '5e78debbc27fd3138ccd67d7722cc4f9', 'Die Ð¬berweisung ist auf Ihrem Konto eingegangen http://magicpocketsremastered.com/cryptogods?keyword=niklaskeller@freenet.de', NULL, NULL, NULL, '196.245.229.49', '2021-04-03 18:10:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2961, NULL, NULL, 'cyberthom@inode.at', 'c61491c7ef6622d32e97d15d8a691c67', 'Ihre Euro-Ð¬berweisung wurde auf Ihrem Konto empfangen http://knightsillumis.com/cryptogods?keyword=cyberthom@inode.at', NULL, NULL, NULL, '196.245.230.220', '2021-04-03 18:10:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2962, NULL, NULL, 'kathanis@ak69.de', '839e8fc68953ce302b8ec9de885e0bb3', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://magicpocketsremastered.com/cryptogods?keyword=kathanis@ak69.de', NULL, NULL, NULL, '196.242.4.56', '2021-04-03 18:44:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2963, NULL, NULL, 'c.dewulf0@laposte.net', '29092ac6512e83402b726baec9825fab', 'Der Geldpreis ist auf Ihrem Konto verfÑŒgbar http://megustafinancial.com/cryptogods?keyword=c.dewulf0@laposte.net', NULL, NULL, NULL, '196.245.231.150', '2021-04-03 19:17:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2964, NULL, NULL, 'toobi@emailgo.de', '7337797bdf8974aa46cdec618a9547b4', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://meyersj.com/cryptogods?keyword=toobi@emailgo.de', NULL, NULL, NULL, '196.245.231.59', '2021-04-03 19:17:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2965, NULL, NULL, 'scottyfax@freenet.de', '748eaf628ed29716b70ef66164fc725b', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://monboitemail.com/cryptogods?keyword=scottyfax@freenet.de', NULL, NULL, NULL, '196.242.4.83', '2021-04-03 19:44:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2966, NULL, NULL, 'frank9357@t-online.de', 'bccadb1e919dba13961899a499bc3674', 'Sie haben einen Geldbonus auf Ihrem Konto http://multiboxwow.com/cryptogods?keyword=frank9357@t-online.de', NULL, NULL, NULL, '196.242.4.229', '2021-04-03 19:50:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2967, NULL, NULL, 'hfg@cable.vol.at', '920f4ad25ca0e04f31c8d20a07b06afb', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://neuraldspdataanalysis.com/cryptogods?keyword=hfg@cable.vol.at', NULL, NULL, NULL, '196.245.229.126', '2021-04-03 20:22:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2968, NULL, NULL, 'k.andag@gmx.de', '7c4b0b7503f9254a746ad0ba311a6b7c', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://mumusocks.com/cryptogods?keyword=k.andag@gmx.de', NULL, NULL, NULL, '196.245.230.75', '2021-04-03 20:28:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2969, NULL, NULL, 'enrico.ebner@hotmail.com', '390f0543d74fca07080a07308191bb4e', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://polyglotcarlos.com/cryptogods?keyword=enrico.ebner@hotmail.com', NULL, NULL, NULL, '196.245.229.112', '2021-04-03 20:55:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2970, NULL, NULL, 'pitz-s@web.de', 'f1375881ecb2595f8976a124a014814e', 'Sie haben eine Euro-Ð¬berweisung auf Ihr Konto erhalten http://polyglotcarlos.com/cryptogods?keyword=pitz-s@web.de', NULL, NULL, NULL, '196.245.231.23', '2021-04-03 20:56:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2971, NULL, NULL, 'support@lalive.ch', 'a547ba464bae9c3ffeeaf40573643109', 'Sie haben eine Euro-Ð¬berweisung auf Ihr Konto erhalten http://pinkylynn.com/cryptogods?keyword=support@lalive.ch', NULL, NULL, NULL, '196.245.230.166', '2021-04-03 21:13:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2972, NULL, NULL, 'riek.rheinzabern@freenet.de', '6f8d5cf2df58dd20a6ea4071559be531', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://oi-m8.com/cryptogods?keyword=riek.rheinzabern@freenet.de', NULL, NULL, NULL, '196.245.231.241', '2021-04-03 21:28:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2973, NULL, NULL, 'courage@coolmail.ch', '70e8a56415e23fefd17a5e0db2a9b8b4', 'Die Ð¬berweisung ist auf Ihrem Konto eingegangen http://resolverpg.com/cryptogods?keyword=courage@coolmail.ch', NULL, NULL, NULL, '196.242.4.67', '2021-04-03 21:28:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2974, NULL, NULL, 'kuck87@gmx.de', 'dfa193cbb83d9d9b3a7dea52449e3e28', 'Sie haben einen Euro-Preis auf Ihrem Konto http://redteksoftware.com/cryptogods?keyword=kuck87@gmx.de', NULL, NULL, NULL, '196.245.230.34', '2021-04-03 21:57:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2975, NULL, NULL, 'andre.wieszt1@web.de', '8758c77c46a8f790caf05ea1c1d60885', 'Finanztransfer ist auf Ihrem Konto angekommen http://resolverpg.com/cryptogods?keyword=andre.wieszt1@web.de', NULL, NULL, NULL, '196.242.4.212', '2021-04-03 22:01:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2976, NULL, NULL, 'markuskaupe@web.de', '63746374865df846141ae2c8042469d6', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://recipeuk.com/cryptogods?keyword=markuskaupe@web.de', NULL, NULL, NULL, '196.245.229.77', '2021-04-03 22:01:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2977, NULL, NULL, 'lange-daniel@hotmail.de', '74250f0d2603eb344b9b95e0e44ba51e', 'Sie haben einen Geldbonus auf Ihrem Konto http://saashunter.com/cryptogods?keyword=lange-daniel@hotmail.de', NULL, NULL, NULL, '196.245.231.192', '2021-04-03 22:34:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2978, NULL, NULL, 'qwantrassssort@mail.ru', '49aba10793799c75e6bfe2b86ea8568a', 'RobertBoype', NULL, NULL, NULL, '80.246.31.45', '2021-04-03 22:37:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2979, NULL, NULL, 'weis.er.eberg@web.de', '98b32a6c1a884d6f12a7cc399f263d70', 'Ihre Euro-Ð¬berweisung wurde auf Ihrem Konto empfangen http://redteksoftware.com/cryptogods?keyword=weis.er.eberg@web.de', NULL, NULL, NULL, '196.242.4.69', '2021-04-03 22:41:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2980, NULL, NULL, 'tk@tilman-knop.de', '317350f3925cfa79d2b53459a859a016', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://sellmycirrus.com/cryptogods?keyword=tk@tilman-knop.de', NULL, NULL, NULL, '196.245.231.152', '2021-04-03 23:07:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2981, NULL, NULL, 'marko.nerrlich@freenet.de', 'eccda18411be8b728cbac6b19ea2b760', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://sellmycirrus.com/cryptogods?keyword=marko.nerrlich@freenet.de', NULL, NULL, NULL, '196.245.230.115', '2021-04-03 23:07:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2982, NULL, NULL, 'christoph@schicho.at', 'b9d608e74a0a964c2196c047e7c44853', 'Sie haben einen Geldpreis auf Ihrem Konto http://saashunter.com/cryptogods?keyword=christoph@schicho.at', NULL, NULL, NULL, '196.242.4.163', '2021-04-03 23:25:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2983, NULL, NULL, 'chris.lochmann@gmx.de', 'f042e3cbc0100d5f5779bd6c0ed341b2', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://shopsherbisnkis.com/cryptogods?keyword=chris.lochmann@gmx.de', NULL, NULL, NULL, '196.242.4.208', '2021-04-03 23:40:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2984, NULL, NULL, 'dominik.12@gmx.at', '9b189ef2ed0ad7acd44b5d261684da25', 'Ihr Euro-Preis ist jetzt auf Ihrem Konto verfÑŒgbar http://thechaosengineremastered.com/cryptogods?keyword=dominik.12@gmx.at', NULL, NULL, NULL, '196.245.231.111', '2021-04-04 00:09:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2985, NULL, NULL, 'matthew.chadderton@hotmail.co.uk', '45988d7397b123d4dcbde2d147a7792d', 'Die Ð¬berweisung ist auf Ihrem Konto eingegangen http://speedballremastered.com/cryptogods?keyword=matthew.chadderton@hotmail.co.uk', NULL, NULL, NULL, '196.245.231.194', '2021-04-04 00:13:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2986, NULL, NULL, 'balkos@web.de', 'cf8b01dac38a501664d2f5826ebc1913', 'GeldÑŒberweisung ist auf Ihrem Konto angekommen http://speedballremastered.com/cryptogods?keyword=balkos@web.de', NULL, NULL, NULL, '196.242.4.164', '2021-04-04 00:13:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2987, NULL, NULL, 'lydialarsen@gmx.de', '7b7bfa1db2f7696380d51c1587506d98', 'Sie haben einen Geldpreis auf Ihrem Konto http://tipsfixcars.com/cryptogods?keyword=lydialarsen@gmx.de', NULL, NULL, NULL, '196.245.229.60', '2021-04-04 00:48:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2988, NULL, NULL, 'alexpullwitt@web.de', '48310e63ea203fed3661435ab9ad6b75', 'Der Geldpreis ist auf Ihrem Konto verfÑŒgbar http://toontowntvfromabc.com/cryptogods?keyword=alexpullwitt@web.de', NULL, NULL, NULL, '196.245.229.97', '2021-04-04 00:56:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2989, NULL, NULL, 'grafik@psychiatrie-warstein.de', 'cc27b2c7650601f2cc45cb81b7437354', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://theironmap.com/cryptogods?keyword=grafik@psychiatrie-warstein.de', NULL, NULL, NULL, '196.245.229.143', '2021-04-04 01:21:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2990, NULL, NULL, 'tadao@gmx.at', 'c281592d65f366ae27db0ae3a2427c2b', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://theprivateselection.com/cryptogods?keyword=tadao@gmx.at', NULL, NULL, NULL, '196.245.231.68', '2021-04-04 01:21:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2991, NULL, NULL, 'di-schulze@freenet.de', 'bae064a4920cecb54b669a3728bbc349', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://theprivateselection.com/cryptogods?keyword=di-schulze@freenet.de', NULL, NULL, NULL, '196.242.4.81', '2021-04-04 01:39:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2992, NULL, NULL, 'sandra@wtnet.de', 'a234e1ef8dd905cdb85274a2fd997989', 'Geldgewinn ist auf Ihrem Konto angekommen http://xenonremastered.com/cryptogods?keyword=sandra@wtnet.de', NULL, NULL, NULL, '196.245.229.36', '2021-04-04 01:54:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2993, NULL, NULL, 'brucher@a-b-k-a.de', '2226a3a171cfb515463ea1cbf71731f8', 'Sie haben einen Geldbonus auf Ihrem Konto http://vitalityim.com/cryptogods?keyword=brucher@a-b-k-a.de', NULL, NULL, NULL, '196.245.229.129', '2021-04-04 01:54:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2994, NULL, NULL, 'weckspec89@yandex.com', 'f9bc4042a5dc3765a428e39adaa1c5d1', 'HeatherHen', NULL, NULL, NULL, '185.255.96.99', '2021-04-04 02:16:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2995, NULL, NULL, 'wolferl1969@gmail.com', '47186a0fc5142ae35206e5fe8d12406e', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://zeitpic.com/cryptogods?keyword=wolferl1969@gmail.com', NULL, NULL, NULL, '196.245.229.90', '2021-04-04 02:23:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2996, NULL, NULL, 'tobias91@gmx.ch', '261d0e378d7e3f7d3c35ccdb75358c29', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://huzutrapsnetls.com/cryptogods?keyword=tobias91@gmx.ch', NULL, NULL, NULL, '196.245.229.44', '2021-04-04 02:27:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2997, NULL, NULL, 'sascha.schmidt@scanautomobile.de', '1ce1ccd2c8631fc533e707fa929169d4', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://zeitpic.com/cryptogods?keyword=sascha.schmidt@scanautomobile.de', NULL, NULL, NULL, '196.242.4.88', '2021-04-04 02:27:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2998, NULL, NULL, 'ch.kliem@online.de', 'f3e5e3ba694445f47b39e9fdb521f01a', 'Sie haben einen Geldbonus auf Ihrem Konto http://grepboards.com/cryptogods?keyword=ch.kliem@online.de', NULL, NULL, NULL, '196.245.231.243', '2021-04-04 02:59:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(2999, NULL, NULL, 'dieter.koller@meduniwien.ac.at', '6d5b1d4eff73f4b88b8766f901c54799', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://grepboards.com/cryptogods?keyword=dieter.koller@meduniwien.ac.at', NULL, NULL, NULL, '196.245.231.247', '2021-04-04 03:06:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3000, NULL, NULL, 'bora22@hotmail.ch', 'db01ef1d3627849121c6c6b13aa6cd91', 'Ein Geldgeschenk in Euro ist auf Ihrem Konto verfÑŒgbar http://hospitalpedia.com/cryptogods?keyword=bora22@hotmail.ch', NULL, NULL, NULL, '196.245.229.139', '2021-04-04 03:33:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3001, NULL, NULL, 'rkazbour@inode.at', '01f0d2db8e47eb652121e643396670ae', 'Sie haben einen Geldbonus auf Ihrem Konto http://intelligent-facilities-management.com/cryptogods?keyword=rkazbour@inode.at', NULL, NULL, NULL, '196.245.231.16', '2021-04-04 03:33:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3002, NULL, NULL, 'emk-hamburg@freenet.de', 'dfb904dcbbf601fea2a8a0ad7d1d824e', 'Finanzieller Bonus wurde auf Ihr Konto ÑŒberwiesen http://hypefoodco.com/cryptogods?keyword=emk-hamburg@freenet.de', NULL, NULL, NULL, '196.245.230.241', '2021-04-04 03:49:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3003, NULL, NULL, 'e-c-boy@hotmail.de', '6b24d65491e0c7835a01ea26d39294f0', 'Sie haben einen Geldbonus auf Ihrem Konto http://intelligent-facilities-management.com/cryptogods?keyword=e-c-boy@hotmail.de', NULL, NULL, NULL, '196.242.4.251', '2021-04-04 04:07:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3004, NULL, NULL, 'office@dellner-beratung.de', '4dfc5940726f643fac55bba1ef707342', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://immocracy.com/cryptogods?keyword=office@dellner-beratung.de', NULL, NULL, NULL, '196.245.229.53', '2021-04-04 04:07:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3005, NULL, NULL, 'gregory.debove@sfr.fr', '83e7de479fe69761a2732a91677f990c', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://hypefoodco.com/cryptogods?keyword=gregory.debove@sfr.fr', NULL, NULL, NULL, '196.245.229.219', '2021-04-04 04:33:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3006, NULL, NULL, 'nena@weihrauch-dorsten.de', 'f28a39a2a7141b1bccaad6f908f8ff86', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://immocracy.com/cryptogods?keyword=nena@weihrauch-dorsten.de', NULL, NULL, NULL, '196.245.231.248', '2021-04-04 04:39:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3007, NULL, NULL, 'marlen.reidel@freenet.de', '1e913817c6b7f20e697483263a243b5d', 'Sie haben einen Geldbonus auf Ihrem Konto http://l8cdn.com/cryptogods?keyword=marlen.reidel@freenet.de', NULL, NULL, NULL, '196.242.4.222', '2021-04-04 04:39:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3008, NULL, NULL, 'rogger_30@hotmail.com', '459d4007c3dc881d90120ac875e59bfa', 'Sie haben einen Euro-Preis auf Ihrem Konto http://khamwas.com/cryptogods?keyword=rogger_30@hotmail.com', NULL, NULL, NULL, '196.245.231.93', '2021-04-04 05:13:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3009, NULL, NULL, 'dennisbecker2410@yahoo.de', 'cd53576fdfec2229e3a9198a953b1795', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://launchchallenges.com/cryptogods?keyword=dennisbecker2410@yahoo.de', NULL, NULL, NULL, '196.242.4.210', '2021-04-04 05:46:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3010, NULL, NULL, 'reinhard.willinger@tuwien.ac.at', '72c694407ba3659cc8f14a6e93e7198b', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://lonislandnets.com/cryptogods?keyword=reinhard.willinger@tuwien.ac.at', NULL, NULL, NULL, '196.242.4.19', '2021-04-04 05:46:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3011, NULL, NULL, 'j.kiewath@web.de', '8da50f53b44686976071d46ab9ddb879', 'Sie haben einen Geldbonus auf Ihrem Konto http://malagasydata.com/cryptogods?keyword=j.kiewath@web.de', NULL, NULL, NULL, '196.242.4.71', '2021-04-04 06:00:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3012, NULL, NULL, 'kamek.koopa@freenet.de', '244803f12c8a47ee6a9461b0a9f57070', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://mattewonline.com/cryptogods?keyword=kamek.koopa@freenet.de', NULL, NULL, NULL, '196.245.230.108', '2021-04-04 06:19:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3013, NULL, NULL, 'tara@heels-nylons.de', '6cf184638977ced511c30d6bcdbc99a6', 'Die Ð¬berweisung ist auf Ihrem Konto eingegangen http://mipolizaonline.com/cryptogods?keyword=tara@heels-nylons.de', NULL, NULL, NULL, '196.245.230.127', '2021-04-04 06:19:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3014, NULL, NULL, 'sweetim3129@gmx.de', '17bdd96e04b6015f4c80a32fc977c959', 'Sie haben einen Geldbonus auf Ihrem Konto http://malagasydata.com/cryptogods?keyword=sweetim3129@gmx.de', NULL, NULL, NULL, '196.242.4.107', '2021-04-04 06:43:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3015, NULL, NULL, 'ark-sternchen@gmx.de', '83d5a2c8354a37cd902fdbfb08677391', 'Die Zahlung wird auf Ihr Konto eingezahlt http://mydigitalsafetynet.com/cryptogods?keyword=ark-sternchen@gmx.de', NULL, NULL, NULL, '196.242.4.64', '2021-04-04 06:53:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3016, NULL, NULL, 'marianherbst@freenet.de', 'b373f7cba7419241f99168ff8dc8612b', 'Geldgewinn ist auf Ihrem Konto angekommen http://primechoicenutritionandbeauty.com/cryptogods?keyword=marianherbst@freenet.de', NULL, NULL, NULL, '196.245.230.9', '2021-04-04 07:26:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3017, NULL, NULL, 'voltaire@freenet.de', '74aec75bd8f5c77feb3df58740c2a373', 'Ihr Euro-Preis ist jetzt auf Ihrem Konto verfÑŒgbar http://mobilyaozlem.com/cryptogods?keyword=voltaire@freenet.de', NULL, NULL, NULL, '196.245.229.133', '2021-04-04 07:26:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3018, NULL, NULL, 'moca.ch@hotmail.com', 'bdc4dbd396bce0f1d8dcc464ee656585', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://my-dandy.com/cryptogods?keyword=moca.ch@hotmail.com', NULL, NULL, NULL, '196.242.4.33', '2021-04-04 07:27:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3019, NULL, NULL, 'mattesjohannes@freenet.de', 'eb66a9d6918e03dafbbb3fcc049f4195', 'Geldgeschenk ist auf Ihrem Konto verfÑŒgbar http://portlandsportsbet.com/cryptogods?keyword=mattesjohannes@freenet.de', NULL, NULL, NULL, '196.245.229.120', '2021-04-04 08:00:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3020, NULL, NULL, 'office@imkerei-wieser.at', '6fa65460fb2bbb76692760229675c1d8', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://plumascountydemocrats.com/cryptogods?keyword=office@imkerei-wieser.at', NULL, NULL, NULL, '196.242.4.175', '2021-04-04 08:00:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3021, NULL, NULL, 'liebling@tmo.at', '70220cc3fc1df7e86070669fd6ef187e', 'Sie haben einen Geldbonus auf Ihrem Konto http://officecdn.com/cryptogods?keyword=liebling@tmo.at', NULL, NULL, NULL, '196.245.229.176', '2021-04-04 08:33:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3022, NULL, NULL, 'xoxnhio011@gmail.com', 'eaad6810d7eb9aea8134c3ea74d22f54', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://prolplacements.com/cryptogods?keyword=xoxnhio011@gmail.com', NULL, NULL, NULL, '196.245.231.26', '2021-04-04 08:56:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3023, NULL, NULL, 'smarch@freenet.de', '272ed7e4cd1df595e8254ad6d2d6cc95', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://protonmercu.com/cryptogods?keyword=smarch@freenet.de', NULL, NULL, NULL, '196.245.230.176', '2021-04-04 09:06:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3024, NULL, NULL, 'josef@erdbau-kruselburger.at', 'e59a6539ef72dd14b04970b8006e8d65', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://suwaidipearls.com/cryptogods?keyword=josef@erdbau-kruselburger.at', NULL, NULL, NULL, '196.245.231.141', '2021-04-04 09:39:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3025, NULL, NULL, 'florian.oestermann@freenet.de', 'd5ea7002a5f4fb657a7ad46f6ec3934c', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://rebellion-unplugged.com/cryptogods?keyword=florian.oestermann@freenet.de', NULL, NULL, NULL, '196.242.4.230', '2021-04-04 09:39:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3026, NULL, NULL, 'birnegold@yahoo.de', '1daa565b98247da1914e96f687419e47', 'Sie haben Geld auf Ihr Konto ÑŒberwiesen bekommen http://smithhammergames.com/cryptogods?keyword=birnegold@yahoo.de', NULL, NULL, NULL, '196.245.229.247', '2021-04-04 10:23:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3027, NULL, NULL, 'toddmaster@web.de', '3b17d52c8ea0a000596f4520c38912fa', 'Sie haben einen Geldpreis auf Ihrem Konto http://unconventionalaccountants.com/cryptogods?keyword=toddmaster@web.de', NULL, NULL, NULL, '196.245.230.229', '2021-04-04 10:46:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3028, NULL, NULL, 'madracer@online.de', 'e7b53ebeeb96d1b65a736402f1d8df08', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://thewebtechguys.com/cryptogods?keyword=madracer@online.de', NULL, NULL, NULL, '196.242.4.5', '2021-04-04 11:08:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3029, NULL, NULL, 'luckycat27@freenet.de', 'a29174576fc4e92d54b6e08428aa3082', 'Auf Ihrem Konto ist eine Ð¬berweisung eingegangen http://travelsresortinn.com/cryptogods?keyword=luckycat27@freenet.de', NULL, NULL, NULL, '196.242.4.220', '2021-04-04 11:19:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3030, NULL, NULL, 'andreas.dransmann@osnanet.de', '972031e50407a100a6fc37b928823a33', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://tsptrack.com/cryptogods?keyword=andreas.dransmann@osnanet.de', NULL, NULL, NULL, '196.245.230.78', '2021-04-04 11:19:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3031, NULL, NULL, 'fabrice.decultot@orange.fr', '16e5e85e97b902f6b6fcd92fd638c730', 'Sie bekommen Geldgeschenke auf Ihr Konto http://vinsdeleandro.com/cryptogods?keyword=fabrice.decultot@orange.fr', NULL, NULL, NULL, '196.245.231.57', '2021-04-04 11:53:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3032, NULL, NULL, 'wheiniger@vtxmail.ch', '2cf997551b86dc4db1dcf812bb1beb64', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://webtrafficfast.com/cryptogods?keyword=wheiniger@vtxmail.ch', NULL, NULL, NULL, '196.245.229.253', '2021-04-04 11:53:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3033, NULL, NULL, 'leaschenk@kabelmail.de', '20a3a2316c1d3f4ae169a41cf1a9825c', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://jjroberson.com/cryptogods?keyword=leaschenk@kabelmail.de', NULL, NULL, NULL, '196.245.229.186', '2021-04-04 12:27:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3034, NULL, NULL, 'anton.schiefer@sbg.at', '2bbef66470ea98677b0391f829ea9314', 'Sie haben eine Euro-Ð¬berweisung auf Ihr Konto erhalten http://whooshstagetwo.com/cryptogods?keyword=anton.schiefer@sbg.at', NULL, NULL, NULL, '196.245.231.148', '2021-04-04 12:27:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3035, NULL, NULL, 'h.soehl@freenet.de', '0428719d63fa16e457affb6d085037d4', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://greenorchardwebsolutions.com/cryptogods?keyword=h.soehl@freenet.de', NULL, NULL, NULL, '196.245.230.9', '2021-04-04 13:00:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3036, NULL, NULL, 'c.o.op.e.ralex.a.nd.rho.me.w.o.r.k.8.4.8@gmail.com', 'b33835bc95d875c580dd0291c98a4c27', 'samuelhek', NULL, NULL, NULL, '148.251.54.157', '2021-04-04 13:21:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3037, NULL, NULL, 'david.defaria51@gmail.com', '1d2fe9080956b52290b7714cd87d5f9e', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://hometextilenetwork.com/cryptogods?keyword=david.defaria51@gmail.com', NULL, NULL, NULL, '196.242.4.96', '2021-04-04 13:23:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3038, NULL, NULL, 'f.mueller@reisebuero-mueller.de', 'a4b24931d8654d25bdeae6f61090cf0d', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://joshuacerovski.com/cryptogods?keyword=f.mueller@reisebuero-mueller.de', NULL, NULL, NULL, '196.242.4.176', '2021-04-04 13:34:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3039, NULL, NULL, 'chriskaufhold@versanet.de', 'c397d02afaac4313614a7369839e3595', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://jjroberson.com/cryptogods?keyword=chriskaufhold@versanet.de', NULL, NULL, NULL, '196.245.231.62', '2021-04-04 13:34:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3040, NULL, NULL, 'diana.delacruz@sbcglobal.net', '9afe004769dc906dbd48d4d5e840f779', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://knightsillumis.com/cryptogods?keyword=diana.delacruz@sbcglobal.net', NULL, NULL, NULL, '196.245.229.78', '2021-04-04 14:08:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3041, NULL, NULL, 'elena.ittermann@gmx.de', '01534a8d12036bdf068f59cd947cb2ef', 'Finanzieller Gewinn ist auf Ihrem Konto verfÃ¼gbar http://learndevices.com/cryptogods?keyword=elena.ittermann@gmx.de', NULL, NULL, NULL, '196.245.230.180', '2021-04-04 14:09:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3042, NULL, NULL, 'stefanwentker@alicedsl.de', '4213861b93c7a910be13d142d633a3ab', 'Ihr Euro-Preis ist jetzt auf Ihrem Konto verfÃ¼gbar http://learndevices.com/cryptogods?keyword=stefanwentker@alicedsl.de', NULL, NULL, NULL, '196.245.231.8', '2021-04-04 14:16:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3043, NULL, NULL, 'gerold.fischer@fiw-gmbh.de', '61c47c57783fd453607b37aa62fdafae', 'Der Geldpreis ist auf Ihrem Konto verfÃ¼gbar http://mangoreactor.com/cryptogods?keyword=gerold.fischer@fiw-gmbh.de', NULL, NULL, NULL, '196.245.230.221', '2021-04-04 14:39:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3044, NULL, NULL, 'gabyhamm@freenet.de', 'de852e7c3e22240dec019ea5b37ad625', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://knightsillumis.com/cryptogods?keyword=gabyhamm@freenet.de', NULL, NULL, NULL, '196.245.230.36', '2021-04-04 14:49:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3045, NULL, NULL, 'greg@barthes.ch', '22b55fb55188172eb11c3f4349c93a43', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://mibosquecolombia.com/cryptogods?keyword=greg@barthes.ch', NULL, NULL, NULL, '196.245.231.153', '2021-04-04 14:53:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3046, NULL, NULL, 'heidrunkrieger@htp-tel.de', '0dd27335a2ad67ceb37d07fd8b142853', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://meyersj.com/cryptogods?keyword=heidrunkrieger@htp-tel.de', NULL, NULL, NULL, '196.245.230.17', '2021-04-04 15:11:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3047, NULL, NULL, 'ralfbecher.lucka@freenet.de', '7af563205593be8c9490190ce654e5b9', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://mibosquecolombia.com/cryptogods?keyword=ralfbecher.lucka@freenet.de', NULL, NULL, NULL, '196.245.229.220', '2021-04-04 15:14:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3048, NULL, NULL, 'barbara.hauser@web.de', '481877ffe2e86c2ed3a39b0f7a43089c', 'Sie haben eine Ð¬berweisung erhalten http://mibosquecolombia.com/cryptogods?keyword=barbara.hauser@web.de', NULL, NULL, NULL, '196.242.4.58', '2021-04-04 15:37:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3049, NULL, NULL, 'ckrauss@accdb.de', '7a131442136b0ef2ac570bea0e78a128', 'Auf Ihr Konto ist eine Ð¬berweisung in Euro eingegangen http://neuraldspdataanalysis.com/cryptogods?keyword=ckrauss@accdb.de', NULL, NULL, NULL, '196.245.231.167', '2021-04-04 15:48:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3050, NULL, NULL, 'christian.ohrem@ohrem-gmbh.de', '7a45f8c86a30de953a5113155760e3e9', 'Die Ð¬berweisung ist auf Ihrem Konto eingegangen http://neuraldspdataanalysis.com/cryptogods?keyword=christian.ohrem@ohrem-gmbh.de', NULL, NULL, NULL, '196.242.4.126', '2021-04-04 16:21:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3051, NULL, NULL, 'ctc.travaux@renens.ch', '8071a5af9ded75b02a176a4e49e5907b', 'Sie haben Geld auf Ihr Konto ÑŒberwiesen bekommen http://multiboxwow.com/cryptogods?keyword=ctc.travaux@renens.ch', NULL, NULL, NULL, '196.245.231.91', '2021-04-04 16:21:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3052, NULL, NULL, 'karlpiximon@arcor.de', 'f35bbc4565482ac16f72e5c9ee4b3df3', 'Sie haben einen Geldpreis auf Ihrem Konto http://oi-m8.com/cryptogods?keyword=karlpiximon@arcor.de', NULL, NULL, NULL, '196.245.231.126', '2021-04-04 16:29:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3053, NULL, NULL, 'uspielkorte@web.de', '768cd7b7628af1c8b5e92bc5db507dd0', 'Ihr Euro-Preis wurde Ihrem Konto gutgeschrieben http://multiboxwow.com/cryptogods?keyword=uspielkorte@web.de', NULL, NULL, NULL, '196.245.229.155', '2021-04-04 16:44:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3054, NULL, NULL, 'info@terramor.de', '03f95293762f30c5219edc771e269c4e', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://pinkylynn.com/cryptogods?keyword=info@terramor.de', NULL, NULL, NULL, '196.242.4.243', '2021-04-04 16:55:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3055, NULL, NULL, 'afh@hotmail.ch', '58cb02465e47eafca8bce8862ff7eb6e', 'Sie haben ein Geldgeschenk auf Ihr Konto erhalten http://polyglotcarlos.com/cryptogods?keyword=afh@hotmail.ch', NULL, NULL, NULL, '196.245.230.211', '2021-04-04 17:02:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3056, NULL, NULL, 'jouw-schatje@web.de', '1bcc94bef055748b5bd1bdf0859543ed', 'Die Zahlung wird auf Ihr Konto eingezahlt http://pinkylynn.com/cryptogods?keyword=jouw-schatje@web.de', NULL, NULL, NULL, '196.245.231.95', '2021-04-04 17:15:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3057, NULL, NULL, 'kerstin.mayer@mayer-immo.de', '62a55431aa0d248020671540a2ef8126', 'Ihr Konto wurde aktiviert http://rwanda-jobs.com/cryptogods?keyword=kerstin.mayer@mayer-immo.de', NULL, NULL, NULL, '196.245.231.96', '2021-04-04 17:48:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3058, NULL, NULL, 'nancy.chen@hotmail.com', '5eb1a0949e870e6b0c703276ee076dce', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://sherbisnkisdispensary.com/cryptogods?keyword=nancy.chen@hotmail.com', NULL, NULL, NULL, '196.245.230.153', '2021-04-04 18:08:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3059, NULL, NULL, 'bruno.desanti@free.fr', '10e0c1968dc4e6c7b419d300cc43d377', 'Ãœberweisung wurde auf Ihrem Konto empfangen http://recipeuk.com/cryptogods?keyword=bruno.desanti@free.fr', NULL, NULL, NULL, '196.245.229.253', '2021-04-04 18:17:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3060, NULL, NULL, 'jean-christophe.monnier@landwehr-geneve.ch', '6423c025fa38a1f66d4c27acb6b42825', 'Sie bekommen Geldgeschenke auf Ihr Konto http://rwanda-jobs.com/cryptogods?keyword=jean-christophe.monnier@landwehr-geneve.ch', NULL, NULL, NULL, '196.245.229.141', '2021-04-04 18:36:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3061, NULL, NULL, 'pierre200191@hotmail.de', '7994f747a4edcb44d6f39c9ccd51742b', 'Ihr Konto wurde aktiviert http://saashunter.com/cryptogods?keyword=pierre200191@hotmail.de', NULL, NULL, NULL, '196.245.230.235', '2021-04-04 18:41:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3062, NULL, NULL, 'ranita_surfpro@yahoo.es', '9cb7de03747dcc57b89a63cc243efa7e', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://seslendirmesanatcisi.com/cryptogods?keyword=ranita_surfpro@yahoo.es', NULL, NULL, NULL, '196.242.4.171', '2021-04-04 19:09:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3063, NULL, NULL, 'merwin.fuller@worldnet.att.net', '07087acbc9484ac51984a2a1cc89a44e', 'Ihr Konto wurde aktiviert http://thechaosengineremastered.com/cryptogods?keyword=merwin.fuller@worldnet.att.net', NULL, NULL, NULL, '196.245.230.176', '2021-04-04 19:18:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3064, NULL, NULL, 'arku@tele2.de', '0e99e54b1beaae1c4235c0c95a05d466', 'Auf Ihr Konto ist eine Ð¬berweisung in Euro eingegangen http://sherbinskisdispensary.com/cryptogods?keyword=arku@tele2.de', NULL, NULL, NULL, '196.242.4.235', '2021-04-04 19:20:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3065, NULL, NULL, 'thonermann@web.de', 'c8f676ef21ef3db0f79534a7c8ff52b3', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://sherbisnkisfairfax.com/cryptogods?keyword=thonermann@web.de', NULL, NULL, NULL, '196.245.230.82', '2021-04-04 19:42:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3066, NULL, NULL, 'ivano.zin1@freenet.de', 'a06ee7a012ec10008c2c1c78932ac4e6', 'Sie haben einen Geldbonus auf Ihrem Konto http://sherbisnkisfairfax.com/cryptogods?keyword=ivano.zin1@freenet.de', NULL, NULL, NULL, '196.242.4.52', '2021-04-04 19:48:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3067, NULL, NULL, 'besirmidina@hotmel.de', '5a195b350269ba13cc0e1d2e69fd0c90', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://sherbisnkisfairfax.com/cryptogods?keyword=besirmidina@hotmel.de', NULL, NULL, NULL, '196.242.4.166', '2021-04-04 20:03:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3068, NULL, NULL, 'isabella_1968@web.de', 'e224d0821ab6b091fa4e3a50c14626b0', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://shopsherbisnkis.com/cryptogods?keyword=isabella_1968@web.de', NULL, NULL, NULL, '196.245.229.212', '2021-04-04 20:15:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3069, NULL, NULL, 'uwe.petschke@web.de', '6417180fc6116efef4c2889adda5bf4f', 'Das Geld wurde Ihrem Konto gutgeschrieben http://theprivateselection.com/cryptogods?keyword=uwe.petschke@web.de', NULL, NULL, NULL, '196.245.230.168', '2021-04-04 20:17:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3070, NULL, NULL, 'kristinseyboth@web.de', '3928e9010222aac68c5344e3c163460f', 'Finanzieller Bonus wurde auf Ihr Konto Ã¼berwiesen http://toontowntvfromabc.com/cryptogods?keyword=kristinseyboth@web.de', NULL, NULL, NULL, '196.242.4.168', '2021-04-04 20:19:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3071, NULL, NULL, 'paul.krammling@delacom-europe.de', '2ee1691769755d07459a90ab20c52370', 'Sie haben einen Geldpreis auf Ihrem Konto http://themesell.com/cryptogods?keyword=paul.krammling@delacom-europe.de', NULL, NULL, NULL, '196.245.229.39', '2021-04-04 20:47:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3072, NULL, NULL, 'plickert-hasbergen@t-online.de', 'c0ebf0bbdb55e5e6a09d59c65a187552', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://tipsfixcars.com/cryptogods?keyword=plickert-hasbergen@t-online.de', NULL, NULL, NULL, '196.245.231.208', '2021-04-04 20:48:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3073, NULL, NULL, 'kevin.geisler@yahoo.de', 'ce379e83487ace00ad147cc390c5db00', 'Die Zahlung wird auf Ihr Konto eingezahlt http://theironmap.com/cryptogods?keyword=kevin.geisler@yahoo.de', NULL, NULL, NULL, '196.245.229.121', '2021-04-04 20:52:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3074, NULL, NULL, 'postmaster@mail.datazug.ch', 'e9b1e347e2a7837f5f5243c878267b3e', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://toontowntvfromabc.com/cryptogods?keyword=postmaster@mail.datazug.ch', NULL, NULL, NULL, '196.245.229.62', '2021-04-04 21:20:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3075, NULL, NULL, 'nataliasnight@freenet.de', 'c103a1aff0ec49d598ff67b1e74747b8', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://toontowntvfromabc.com/cryptogods?keyword=nataliasnight@freenet.de', NULL, NULL, NULL, '196.245.230.7', '2021-04-04 21:30:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3076, NULL, NULL, 'prinz-mario@hotmail.de', '4c2a0943b4de05f667b6f28d04396e51', 'Ãœberweisung ist auf Ihrem Konto angekommen http://upskatenewyork.com/cryptogods?keyword=prinz-mario@hotmail.de', NULL, NULL, NULL, '196.242.4.150', '2021-04-04 21:57:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3077, NULL, NULL, 'hot662@web.de', 'e445eee6f3619ece100268889986fd6b', 'Sie haben eine Euro-Ð¬berweisung auf Ihr Konto erhalten http://zremastered.com/cryptogods?keyword=hot662@web.de', NULL, NULL, NULL, '196.245.231.68', '2021-04-04 22:13:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3078, NULL, NULL, 'katja.lehmann29@gmx.de', 'ef549ae9a0dcbc1b9fd6d727a39d40f7', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://huzutrapsnetls.com/cryptogods?keyword=katja.lehmann29@gmx.de', NULL, NULL, NULL, '196.245.231.36', '2021-04-04 22:19:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3079, NULL, NULL, 'holgerbunjes@web.de', 'ad4b510e46d5ab7dba9078e1cea03f84', 'Der Geldpreis ist auf Ihrem Konto verfÃ¼gbar http://huzutrapsnetls.com/cryptogods?keyword=holgerbunjes@web.de', NULL, NULL, NULL, '196.242.4.241', '2021-04-04 22:30:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3080, NULL, NULL, 'lufas@gmx.de', '7fcbd2109b697acde9889e6f44e4bb4a', 'Sie haben Geld auf Ihr Konto ÑŒberwiesen bekommen http://huzutrapsnetls.com/cryptogods?keyword=lufas@gmx.de', NULL, NULL, NULL, '196.242.4.75', '2021-04-04 22:58:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3081, NULL, NULL, 'tobitolls@freenet.de', 'ab785edea46a12e199299f7b5ed22f1d', 'Finanzieller Gewinn ist auf Ihrem Konto verfÑŒgbar http://grepsocial.com/cryptogods?keyword=tobitolls@freenet.de', NULL, NULL, NULL, '196.245.229.122', '2021-04-04 22:59:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3082, NULL, NULL, 'leonie.dejong@gmail.com', 'b9bdfad78e1d0b02b72144fcd7bad92c', 'Sie haben einen Geldpreis auf Ihrem Konto http://itaquanews.com/cryptogods?keyword=leonie.dejong@gmail.com', NULL, NULL, NULL, '196.245.229.28', '2021-04-04 23:52:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3083, NULL, NULL, 'jordan.chandler@att.net', 'bff84e146b8c7ca19f0459eeae9911d5', 'Sie haben einen Geldbonus auf Ihrem Konto http://hypefoodco.com/cryptogods?keyword=jordan.chandler@att.net', NULL, NULL, NULL, '196.245.230.103', '2021-04-05 00:04:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3084, NULL, NULL, 'jc.bea14@gmail.com', '10a53f9c82520640870d424ddedd030a', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://koredecision.com/cryptogods?keyword=jc.bea14@gmail.com', NULL, NULL, NULL, '196.245.231.169', '2021-04-05 00:09:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3085, NULL, NULL, 'uwe.rosenboom@kabelmail.de', 'b2bcca4b16b70cd5104591c0b5f80da8', 'Die Zahlung wird auf Ihr Konto eingezahlt http://l8cdn.com/cryptogods?keyword=uwe.rosenboom@kabelmail.de', NULL, NULL, NULL, '196.245.229.209', '2021-04-05 00:22:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3086, NULL, NULL, 'caronico96@web.de', 'e017096f572cbc77dcb39758476dec4b', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://launchchallenges.com/cryptogods?keyword=caronico96@web.de', NULL, NULL, NULL, '196.245.230.94', '2021-04-05 00:37:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3087, NULL, NULL, 'gaby-albert-zeitler@web.de', 'f4a004348110cd9efae2ad70331b625c', 'GeldÃ¼berweisung ist auf Ihrem Konto angekommen http://koredecision.com/cryptogods?keyword=gaby-albert-zeitler@web.de', NULL, NULL, NULL, '196.245.231.203', '2021-04-05 00:42:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3088, NULL, NULL, 'e080469w@yahoo.de', '2f2cd320fc8443ce871dcbda732e78ee', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://l8cdn.com/cryptogods?keyword=e080469w@yahoo.de', NULL, NULL, NULL, '196.245.229.80', '2021-04-05 00:54:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3089, NULL, NULL, 'dhb@utanet.at', '78d6554cb09bc9921bc0257ba9c993be', 'Die Zahlung wird auf Ihr Konto eingezahlt http://l8cdn.com/cryptogods?keyword=dhb@utanet.at', NULL, NULL, NULL, '196.242.4.240', '2021-04-05 01:10:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3090, NULL, NULL, 'stanglpeter@yahoo.de', '74630c42233d6bcf8c2cf73fb4c8bd33', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://launchchallenges.com/cryptogods?keyword=stanglpeter@yahoo.de', NULL, NULL, NULL, '196.245.231.187', '2021-04-05 01:11:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(3091, NULL, NULL, 'marianne.hochsteiner@sbg.ac.at', '3bb102e8cca3bd29d9e68d24c1d5bb3b', 'Geldbonus ist auf Ihrem Konto verfÃ¼gbar http://mattewonline.com/cryptogods?keyword=marianne.hochsteiner@sbg.ac.at', NULL, NULL, NULL, '196.242.4.179', '2021-04-05 01:14:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3092, NULL, NULL, 'niebius@unitybox.de', '51518d9560804e90cbaf5d32ad0d85b6', 'Sie haben einen Geldbonus auf Ihrem Konto http://mipolizaonline.com/cryptogods?keyword=niebius@unitybox.de', NULL, NULL, NULL, '196.242.4.210', '2021-04-05 01:25:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3093, NULL, NULL, 'hans1705552@hotmail.de', '09cbc38d8cfb2300e833bc0edd026918', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://mipolizaonline.com/cryptogods?keyword=hans1705552@hotmail.de', NULL, NULL, NULL, '196.242.4.90', '2021-04-05 01:44:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3094, NULL, NULL, 'ade.j.a.n.o.v.va.l.entin@gmail.com', '1a18537e0ade65aa59e50ba8f098726b', 'HarrySPARK', NULL, NULL, NULL, '5.8.16.72', '2021-04-05 01:50:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3095, NULL, NULL, 'wella_h46@gmx.de', '0d3c054db92e7e5d42171271fd97d2c2', 'Geldgeschenk ist auf Ihrem Konto verfÃ¼gbar http://lucsurvey.com/cryptogods?keyword=wella_h46@gmx.de', NULL, NULL, NULL, '196.245.231.78', '2021-04-05 01:55:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3096, NULL, NULL, 'wow@it-werth.de', '14a200195be56f58ea1957753fa0e6bf', 'Ihre Euro-Ð¬berweisung wurde auf Ihrem Konto empfangen http://mattewonline.com/cryptogods?keyword=wow@it-werth.de', NULL, NULL, NULL, '196.245.230.26', '2021-04-05 02:17:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3097, NULL, NULL, 'valentin.fischer@freenet.de', '3e2e79c90b8b394fc87c84c9b57e6eeb', 'Ihr Euro-Preis ist jetzt auf Ihrem Konto verfÃ¼gbar http://nameweekly.com/cryptogods?keyword=valentin.fischer@freenet.de', NULL, NULL, NULL, '196.245.230.142', '2021-04-05 02:20:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3098, NULL, NULL, 'hanel666@t-online.de', 'd8b8de27c0ccab638a263744cb454be3', 'Sie haben ein Geldgeschenk auf Ihr Konto erhalten http://mipolizaonline.com/cryptogods?keyword=hanel666@t-online.de', NULL, NULL, NULL, '196.242.4.212', '2021-04-05 02:39:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3099, NULL, NULL, 'torsten.maul@saxon.de', '31bd277a357182bfc9fd92d224424989', 'Die Zahlung wird auf Ihr Konto eingezahlt http://nichefloorsystems.com/cryptogods?keyword=torsten.maul@saxon.de', NULL, NULL, NULL, '196.245.229.230', '2021-04-05 02:54:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3100, NULL, NULL, 'neely.dereck@yahoo.com', '086856cd304d636dde1ce32943b516b0', 'Finanztransfer ist auf Ihrem Konto angekommen http://mydigitalsafetynet.com/cryptogods?keyword=neely.dereck@yahoo.com', NULL, NULL, NULL, '196.242.4.69', '2021-04-05 02:57:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3101, NULL, NULL, 'mischa@callmenames.de', 'cca4acc4eadb2d0710a36cc56aa23b0b', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://mobilyaozlem.com/cryptogods?keyword=mischa@callmenames.de', NULL, NULL, NULL, '196.245.230.234', '2021-04-05 03:24:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3102, NULL, NULL, 'timebreaks@freenet.de', '0dbcbf4f3e328cf880270d56e1fdb5ee', 'Geldbonus ist auf Ihrem Konto verfÑŒgbar http://nichefloorsystems.com/cryptogods?keyword=timebreaks@freenet.de', NULL, NULL, NULL, '196.245.231.246', '2021-04-05 03:24:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3103, NULL, NULL, 'julia@duric.de', '22e36c30320746d9b59c702216a4e6c8', 'Sie haben einen Euro-Preis auf Ihrem Konto http://primechoicenutritionandbeauty.com/cryptogods?keyword=julia@duric.de', NULL, NULL, NULL, '196.245.229.252', '2021-04-05 03:27:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3104, NULL, NULL, 'dertod2@tiw-clan.de', 'eae1deb40300a2550af9bb0b939708d7', 'Sie haben einen Geldbonus auf Ihrem Konto http://officecdn.com/cryptogods?keyword=dertod2@tiw-clan.de', NULL, NULL, NULL, '196.245.230.111', '2021-04-05 03:58:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3105, NULL, NULL, 'schein.harald@gmx.at', 'e72f9bae9671ace217d2a63e7ceab16b', 'Ãœberweisung ist auf Ihrem Konto eingegangen http://primechoicenutritionandbeauty.com/cryptogods?keyword=schein.harald@gmx.at', NULL, NULL, NULL, '196.242.4.179', '2021-04-05 03:58:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3106, NULL, NULL, 'agnes.depasquali@skynet.be', '4b8e7de3251dae6c109d1ee842d73033', 'Sie bekommen Geldgeschenke auf Ihr Konto http://primechoicenutritionandbeauty.com/cryptogods?keyword=agnes.depasquali@skynet.be', NULL, NULL, NULL, '196.245.229.220', '2021-04-05 04:00:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3107, NULL, NULL, 'robbin@coolmail.ch', '18e177079a5afe310d4f36822c9de2de', 'Finanzieller Bonus wurde auf Ihr Konto Ã¼berwiesen http://rohitwedssonam.com/cryptogods?keyword=robbin@coolmail.ch', NULL, NULL, NULL, '196.242.4.58', '2021-04-05 04:29:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3108, NULL, NULL, 'stroossbi@gmx.ch', '3dfaa956b1befbd04ac2627e9c05bb4b', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://reorderinfo.com/cryptogods?keyword=stroossbi@gmx.ch', NULL, NULL, NULL, '196.245.231.58', '2021-04-05 04:30:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3109, NULL, NULL, 'trulle70@web.de', '8d0d374272fd6e1bae68acd49f998b15', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://reorderinfo.com/cryptogods?keyword=trulle70@web.de', NULL, NULL, NULL, '196.242.4.242', '2021-04-05 04:32:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3110, NULL, NULL, 'neubayer@aol.de', '8eb92d3ab26c9a23cc460f2cd67390ff', 'Sie haben Geld auf Ihr Konto Ã¼berwiesen bekommen http://reorderinfo.com/cryptogods?keyword=neubayer@aol.de', NULL, NULL, NULL, '196.245.230.131', '2021-04-05 04:59:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3111, NULL, NULL, 'bewersdorf@bockfilm.de', 'be3bbce9e3eab13eaeac4677bfcf85ce', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://rebellion-unplugged.com/cryptogods?keyword=bewersdorf@bockfilm.de', NULL, NULL, NULL, '196.245.231.9', '2021-04-05 05:03:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3112, NULL, NULL, 'sweti11@freenet.de', 'a95d579b340bc61fa4dc1b3eec41bdb6', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://suprestamoblog.com/cryptogods?keyword=sweti11@freenet.de', NULL, NULL, NULL, '196.245.230.207', '2021-04-05 05:05:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3113, NULL, NULL, 'r.enkelmann@freenet.de', '6e85a6b0e61a6892e7d51bd7d3f329cf', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://smithhammergames.com/cryptogods?keyword=r.enkelmann@freenet.de', NULL, NULL, NULL, '196.242.4.107', '2021-04-05 05:30:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3114, NULL, NULL, 'j.c.dewit@zonnet.nl', '51c5ab647ca6d4881097e5991562a140', 'Sie haben einen Geldbonus auf Ihrem Konto http://rebellion-unplugged.com/cryptogods?keyword=j.c.dewit@zonnet.nl', NULL, NULL, NULL, '196.245.230.46', '2021-04-05 05:35:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3115, NULL, NULL, 'sf.privat@gmx.at', '36b3831af987e2b46d62161738f13077', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://ryanjews.com/cryptogods?keyword=sf.privat@gmx.at', NULL, NULL, NULL, '196.245.229.83', '2021-04-05 05:36:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3116, NULL, NULL, 'ales10@freenet.de', '87d108527a2ac94449d802eb7f46fcca', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://telefonakilif.com/cryptogods?keyword=ales10@freenet.de', NULL, NULL, NULL, '196.242.4.150', '2021-04-05 06:01:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3117, NULL, NULL, 'sebastian.ebel@web.de', '50cc923f687bd98263bb22d37895c8a5', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://smithhammergames.com/cryptogods?keyword=sebastian.ebel@web.de', NULL, NULL, NULL, '196.245.229.110', '2021-04-05 06:10:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3118, NULL, NULL, 'i.kober@xuto.de', '512958eac4b66537453e61e5b4157d53', 'Finanzieller Bonus auf Ihrem Konto angekommen http://smithhammergames.com/cryptogods?keyword=i.kober@xuto.de', NULL, NULL, NULL, '196.245.229.232', '2021-04-05 06:20:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3119, NULL, NULL, 'andy.simmler@gmx.de', '9a3d02691079093819112e4e75eb9708', 'Der Geldpreis ist auf Ihrem Konto verfÃ¼gbar http://telefonakilif.com/cryptogods?keyword=andy.simmler@gmx.de', NULL, NULL, NULL, '196.242.4.80', '2021-04-05 06:32:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3120, NULL, NULL, 'horst-glaess@t-online.de', '809b644290d3c0023b548d16be4859ec', 'Sie haben einen Geldbonus auf Ihrem Konto http://travelsresortinn.com/cryptogods?keyword=horst-glaess@t-online.de', NULL, NULL, NULL, '196.245.229.53', '2021-04-05 06:43:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3121, NULL, NULL, 'susi_177@gmx.ch', 'efa2d315b74a01b2714fd6a33c3f8a9f', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÑŒgbar http://thewebtechguys.com/cryptogods?keyword=susi_177@gmx.ch', NULL, NULL, NULL, '196.245.229.181', '2021-04-05 07:05:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3122, NULL, NULL, 'petar@pop-petrov.de', 'f355ee7e08a7e79db45f129186dfa983', 'Auf Ihrem Konto ist eine Ð¬berweisung eingegangen http://telefonakilif.com/cryptogods?keyword=petar@pop-petrov.de', NULL, NULL, NULL, '196.245.230.252', '2021-04-05 07:17:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3123, NULL, NULL, 'peter@upsue.de', '6b8ae1d7de47e92c7115528b52a5a82d', 'Sie haben einen Geldbonus auf Ihrem Konto http://webtrafficfast.com/cryptogods?keyword=peter@upsue.de', NULL, NULL, NULL, '196.245.230.231', '2021-04-05 07:17:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3124, NULL, NULL, 'julie.dery@telus.net', '02e85f7ab7e4eea483462444a1e1209f', 'Sie bekommen Geldgeschenke auf Ihr Konto http://webtrafficfast.com/cryptogods?keyword=julie.dery@telus.net', NULL, NULL, NULL, '196.245.229.157', '2021-04-05 07:34:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3125, NULL, NULL, 'v.wagenheim@hotmail.de', 'c32f2977893ce700dbf02fad1fed377f', 'Finanztransfer ist auf Ihrem Konto angekommen http://webtrafficfast.com/cryptogods?keyword=v.wagenheim@hotmail.de', NULL, NULL, NULL, '196.242.4.218', '2021-04-05 07:50:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3126, NULL, NULL, 'guenther-claudi@gmx.de', 'c756d321066670ae615d52d874098679', 'Ihr Konto wurde aktiviert http://zinfey.com/cryptogods?keyword=guenther-claudi@gmx.de', NULL, NULL, NULL, '196.242.4.51', '2021-04-05 07:50:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3127, NULL, NULL, 'thorstenwille@yahoo.de', '75ed6b730bd5cc9c9caf9a74bcb3ace8', 'Ãœberweisung wurde auf Ihrem Konto empfangen http://greenorchardwebsolutions.com/cryptogods?keyword=thorstenwille@yahoo.de', NULL, NULL, NULL, '196.242.4.155', '2021-04-05 08:05:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3128, NULL, NULL, 'winnischo@web.de', '24cb639ec0801e0902a7e46838445e1e', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://webuydelawarecounty.com/cryptogods?keyword=winnischo@web.de', NULL, NULL, NULL, '196.242.4.241', '2021-04-05 08:23:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3129, NULL, NULL, 'trendshop@vr-web.de', 'a3b80bb17d18300a59558a89644f4de4', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://jjroberson.com/cryptogods?keyword=trendshop@vr-web.de', NULL, NULL, NULL, '196.242.4.81', '2021-04-05 08:23:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3130, NULL, NULL, 'heinze_xy@gmx.de', 'abd34ed887f385d84edd8c92110e6f0b', 'Finanzieller Bonus auf Ihrem Konto angekommen http://vinsdeleandro.com/cryptogods?keyword=heinze_xy@gmx.de', NULL, NULL, NULL, '196.245.229.20', '2021-04-05 08:31:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3131, NULL, NULL, 'majnusz2013@web.de', '98c6dd3126bd5de52c7bcde6c98e13a4', 'Sie haben einen Geldbonus auf Ihrem Konto http://jewellerycaddesigns.com/cryptogods?keyword=majnusz2013@web.de', NULL, NULL, NULL, '196.242.4.25', '2021-04-05 08:35:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3132, NULL, NULL, 'sait.tabakcioglu@gmx.ch', 'ee292649d9a289890cd499195063cc91', 'Auf Ihr Konto ist eine Ð¬berweisung in Euro eingegangen http://hometextilenetwork.com/cryptogods?keyword=sait.tabakcioglu@gmx.ch', NULL, NULL, NULL, '196.245.231.224', '2021-04-05 08:56:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3133, NULL, NULL, 'helna_92@gmx.de', '78d3ebdced855cf8a0747c2b4a572cc9', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://mangoreactor.com/cryptogods?keyword=helna_92@gmx.de', NULL, NULL, NULL, '196.242.4.10', '2021-04-05 09:06:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3134, NULL, NULL, 'marcordoll@gmail.com', '0540181d4fa27bec215f6476ba0ab3d3', 'GeldÑŒberweisung ist auf Ihrem Konto angekommen http://hometextilenetwork.com/cryptogods?keyword=marcordoll@gmail.com', NULL, NULL, NULL, '196.245.231.204', '2021-04-05 09:15:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3135, NULL, NULL, 'nightcrawler082003@freenet.de', '483eb2cf2c3ed1eb68d95d7f590059a2', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://learndevices.com/cryptogods?keyword=nightcrawler082003@freenet.de', NULL, NULL, NULL, '196.245.229.237', '2021-04-05 09:30:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3136, NULL, NULL, 'baslerwirt@web.de', '6a240ebcea145e1e7372cc6c5135f9fa', 'Die Zahlung wird auf Ihr Konto eingezahlt http://knightsillumis.com/cryptogods?keyword=baslerwirt@web.de', NULL, NULL, NULL, '196.245.230.63', '2021-04-05 09:30:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3137, NULL, NULL, 'kohler_anton@t-online.de', '64fb4aa4e59f44b35052e10e573a7c02', 'Sie haben eine Ãœberweisung erhalten http://joshuacerovski.com/cryptogods?keyword=kohler_anton@t-online.de', NULL, NULL, NULL, '196.242.4.140', '2021-04-05 09:36:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3138, NULL, NULL, 'bacchus2@web.de', '00cf8bd1879fa9c0ef01692fdd43a0d2', 'Sie bekommen Geldgeschenke auf Ihr Konto http://learndevices.com/cryptogods?keyword=bacchus2@web.de', NULL, NULL, NULL, '196.245.229.177', '2021-04-05 09:59:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3139, NULL, NULL, 'ssimon2@uni-koeln.de', 'ea2a74d2c464ce693339d71a039730eb', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://joshuacerovski.com/cryptogods?keyword=ssimon2@uni-koeln.de', NULL, NULL, NULL, '196.242.4.222', '2021-04-05 10:03:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3140, NULL, NULL, 'kutzmich@gmail.com', '5a2f431e04ba9b14a9f6576e606160f2', 'Sie haben einen Geldbonus auf Ihrem Konto http://mibosquecolombia.com/cryptogods?keyword=kutzmich@gmail.com', NULL, NULL, NULL, '196.245.230.207', '2021-04-05 10:03:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3141, NULL, NULL, 'finisher19862009@yahoo.de', '8dfef362625e51fc00ea1f32f58753b2', 'Finanztransfer ist auf Ihrem Konto angekommen http://miguanservices.com/cryptogods?keyword=finisher19862009@yahoo.de', NULL, NULL, NULL, '196.242.4.141', '2021-04-05 10:07:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3142, NULL, NULL, 'j.keller-seeheim@t-online.de', 'e283955806e3856d4a1416d5ece82593', 'Der Geldtransfer wird auf Ihrem Konto gutgeschrieben http://megustafinancial.com/cryptogods?keyword=j.keller-seeheim@t-online.de', NULL, NULL, NULL, '196.245.229.185', '2021-04-05 10:36:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3143, NULL, NULL, 'm.riss@inode.at', '406512694acc909f05b8a46a9a167ed1', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://mibosquecolombia.com/cryptogods?keyword=m.riss@inode.at', NULL, NULL, NULL, '196.245.231.125', '2021-04-05 10:36:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3144, NULL, NULL, 'k-low@gmx.de', 'b382bdc181f747ddec3c453a345339c5', 'Sie haben einen Geldpreis auf Ihrem Konto http://meyersj.com/cryptogods?keyword=k-low@gmx.de', NULL, NULL, NULL, '196.242.4.43', '2021-04-05 10:37:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3145, NULL, NULL, 'p.buchholz53@googlemail.com', '244d4520042fdf4a9b6464f580d8822c', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://moayadfarah.com/cryptogods?keyword=p.buchholz53@googlemail.com', NULL, NULL, NULL, '196.245.230.221', '2021-04-05 10:46:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3146, NULL, NULL, 'stefstef1984@gmx.de', 'da2c97e17cb1e2494fb4dc7c55777175', 'Geldgeschenk ist auf Ihrem Konto verfÑŒgbar http://megustafinancial.com/cryptogods?keyword=stefstef1984@gmx.de', NULL, NULL, NULL, '196.245.230.211', '2021-04-05 11:08:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3147, NULL, NULL, 'bernard.debonnet@skynet.be', 'ae9f1e2949aaace4e01c0ae357516227', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://neuraldspdataanalysis.com/cryptogods?keyword=bernard.debonnet@skynet.be', NULL, NULL, NULL, '196.245.230.68', '2021-04-05 11:08:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3148, NULL, NULL, 'crocetti.dino@freenet.de', '02fb0f27944c26f43af2c19087840aab', 'Geldgewinn ist auf Ihrem Konto angekommen http://monboitemail.com/cryptogods?keyword=crocetti.dino@freenet.de', NULL, NULL, NULL, '196.245.229.111', '2021-04-05 11:38:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3149, NULL, NULL, 'svennisy@elementworld.de', 'c339e3f6bc9d7f36762a2ea604f486c3', 'Geldbonus ist auf Ihrem Konto verfÃ¼gbar http://multiboxwow.com/cryptogods?keyword=svennisy@elementworld.de', NULL, NULL, NULL, '196.245.229.45', '2021-04-05 11:40:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3150, NULL, NULL, 'jaquelinekrickhaus06@outlook.de', '432f2f08266c26e9bbb872288c155702', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://mundohyrule.com/cryptogods?keyword=jaquelinekrickhaus06@outlook.de', NULL, NULL, NULL, '196.245.229.31', '2021-04-05 11:41:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3151, NULL, NULL, 'georg.aumer@web.de', '43f6bd605ae951b3cb99827de4d706ff', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://multiboxwow.com/cryptogods?keyword=georg.aumer@web.de', NULL, NULL, NULL, '196.245.230.235', '2021-04-05 12:13:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3152, NULL, NULL, 'yavv@korkino.chel.su', '11881a3950f0f89529dc0d8ccf8d7812', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://polyglotcarlos.com/cryptogods?keyword=yavv@korkino.chel.su', NULL, NULL, NULL, '196.245.229.215', '2021-04-05 12:13:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3153, NULL, NULL, 'ben.demenageur31@gmail.com', '3f0b052717158c8fcbcdd59e1d6f7d21', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://monboitemail.com/cryptogods?keyword=ben.demenageur31@gmail.com', NULL, NULL, NULL, '196.245.229.249', '2021-04-05 12:14:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3154, NULL, NULL, 'florian-spitz@freenet.de', 'e64622d2f6a23bc601ad0085bd44b9ab', 'Sie haben einen Geldbonus auf Ihrem Konto http://qu-ru.com/cryptogods?keyword=florian-spitz@freenet.de', NULL, NULL, NULL, '196.242.4.247', '2021-04-05 12:39:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3155, NULL, NULL, 'peppi.lohr@freenet.de', 'ef7d7b7e0a2f2d3f57cb380c9b257b1b', 'Ihr Euro-Preis ist jetzt auf Ihrem Konto verfÑŒgbar http://pinkylynn.com/cryptogods?keyword=peppi.lohr@freenet.de', NULL, NULL, NULL, '196.242.4.155', '2021-04-05 12:46:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3156, NULL, NULL, 'doritklueber@yahoo.de', '85d27fc5179830164630e5cde4cc29bc', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://nutehost.com/cryptogods?keyword=doritklueber@yahoo.de', NULL, NULL, NULL, '196.245.230.6', '2021-04-05 12:46:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3157, NULL, NULL, 'diego-freenet@freenet.de', 'de8a22f848bb996c84d535ca3414d6c4', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://residencianolucrativa.com/cryptogods?keyword=diego-freenet@freenet.de', NULL, NULL, NULL, '196.245.230.182', '2021-04-05 13:11:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3158, NULL, NULL, 'lantoine.delphine@orange.fr', 'a0382b0d78aaa7922baa558d92516371', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://pinkylynn.com/cryptogods?keyword=lantoine.delphine@orange.fr', NULL, NULL, NULL, '196.242.4.137', '2021-04-05 13:19:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3159, NULL, NULL, 'eseluhle@freenet.de', 'a8adac61275cd9a7af8eb1f008a04776', 'Sie haben einen Geldbonus auf Ihrem Konto http://rwanda-jobs.com/cryptogods?keyword=eseluhle@freenet.de', NULL, NULL, NULL, '196.245.231.22', '2021-04-05 13:43:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3160, NULL, NULL, 'ilona-klose@arcor.de', 'b4f903478068deaeab45256749fb99a5', 'Sie bekommen Geldgeschenke auf Ihr Konto http://residencianolucrativa.com/cryptogods?keyword=ilona-klose@arcor.de', NULL, NULL, NULL, '196.242.4.247', '2021-04-05 13:44:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3161, NULL, NULL, 'dornheim@textwende.de', 'f4dba0a35b7960177e9594d072d45ead', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://redteksoftware.com/cryptogods?keyword=dornheim@textwende.de', NULL, NULL, NULL, '196.245.229.152', '2021-04-05 13:55:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3162, NULL, NULL, 'findout666@web.de', '275e2846a0e5c61dcb9c0ce85a85db33', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://recipeuk.com/cryptogods?keyword=findout666@web.de', NULL, NULL, NULL, '196.242.4.88', '2021-04-05 13:55:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3163, NULL, NULL, 'toba@gmx.at', '21076ead246d8b76c21b8d5307fed4c5', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://theironmap.com/cryptogods?keyword=toba@gmx.at', NULL, NULL, NULL, '196.245.231.209', '2021-04-05 17:24:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3164, NULL, NULL, 'harvey1000@freenet.de', '41acef103b7ee317104fb3b90b01a09b', 'Sie haben einen Euro-Preis auf Ihrem Konto http://zeitpic.com/cryptogods?keyword=harvey1000@freenet.de', NULL, NULL, NULL, '196.245.231.21', '2021-04-05 17:24:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3165, NULL, NULL, 'franjoho@online.de', '0394636623c3ffe35a9f076916c989a1', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://vitalityim.com/cryptogods?keyword=franjoho@online.de', NULL, NULL, NULL, '196.242.4.140', '2021-04-05 17:58:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3166, NULL, NULL, 'henriksommer46@yahoo.de', '2e0896cbb62ea5d2e1d38104846fd66f', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://zeitpic.com/cryptogods?keyword=henriksommer46@yahoo.de', NULL, NULL, NULL, '196.242.4.50', '2021-04-05 17:58:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3167, NULL, NULL, 'rachel.germanier@netplus.ch', 'ee2147d5d96b2d6816dda1139273dcc1', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://grepboards.com/cryptogods?keyword=rachel.germanier@netplus.ch', NULL, NULL, NULL, '196.242.4.160', '2021-04-05 18:31:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3168, NULL, NULL, 'j.deursen6@chello.nl', 'bad5053c7198a58c229012186a0c8ed0', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÃ¼gbar http://immocracy.com/cryptogods?keyword=j.deursen6@chello.nl', NULL, NULL, NULL, '196.242.4.190', '2021-04-05 19:04:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3169, NULL, NULL, 'franz@pilhartz.de', '235572032c8ab071108f922cb99e5dfa', 'Finanzieller Bonus auf Ihrem Konto angekommen http://iboreward.com/cryptogods?keyword=franz@pilhartz.de', NULL, NULL, NULL, '196.245.231.145', '2021-04-05 19:37:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3170, NULL, NULL, 'dupont.marcel@vtx.ch', '025d16333503b450ee200946366cb52f', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://hypefoodco.com/cryptogods?keyword=dupont.marcel@vtx.ch', NULL, NULL, NULL, '196.242.4.15', '2021-04-05 20:11:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3171, NULL, NULL, 'ingrid.brucker@aon.at', '2d5300ca9fbe7725fdba7c7c57ca2c48', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://l8cdn.com/cryptogods?keyword=ingrid.brucker@aon.at', NULL, NULL, NULL, '196.245.230.237', '2021-04-05 20:11:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3172, NULL, NULL, 'mstyleg700@fteenet.de', 'ea01ce44616ca7c37bc09c79d561ae48', 'Die Ãœberweisung ist auf Ihrem Konto eingegangen http://khamwas.com/cryptogods?keyword=mstyleg700@fteenet.de', NULL, NULL, NULL, '196.245.231.33', '2021-04-05 20:44:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3173, NULL, NULL, 'tandron@web.de', '413bb2fb6b3cb0f99682015d411f5b26', 'Geldbonus ist auf Ihrem Konto verfÑŒgbar http://lessnetisland.com/cryptogods?keyword=tandron@web.de', NULL, NULL, NULL, '196.245.230.225', '2021-04-05 20:45:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3174, NULL, NULL, 'omiddostyar@yahoo.de', '7ff3da913c15064c0302fb6a6cf2a48b', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://lessnetisland.com/cryptogods?keyword=omiddostyar@yahoo.de', NULL, NULL, NULL, '196.245.229.207', '2021-04-05 21:18:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3175, NULL, NULL, 'mr_exitus@web.de', '9cbb9d25b74a10c48bae890f7b621946', 'Der Geldtransfer wird auf Ihrem Konto gutgeschrieben http://mattewonline.com/cryptogods?keyword=mr_exitus@web.de', NULL, NULL, NULL, '196.245.231.40', '2021-04-05 21:18:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3176, NULL, NULL, 'pilipenkoe882@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'bujhrfWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-04-05 21:22:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3177, NULL, NULL, 'webmaster@einigkeit-tollwitz.de', 'e14fc16bcd6b2ab6148fff2e4e679020', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://lonislandnets.com/cryptogods?keyword=webmaster@einigkeit-tollwitz.de', NULL, NULL, NULL, '196.245.229.142', '2021-04-05 21:51:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3178, NULL, NULL, 'm-gfeller@hotmail.com', 'ce12578386dc0a4deff92589b586fc41', 'Auf Ihr Konto ist eine Ãœberweisung in Euro eingegangen http://lonislandnets.com/cryptogods?keyword=m-gfeller@hotmail.com', NULL, NULL, NULL, '196.245.231.235', '2021-04-05 21:51:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3179, NULL, NULL, 'kbratbecker@freenet.de', '7ff7be2d281d7a1361ec1aca5db5ed49', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://mattewonline.com/cryptogods?keyword=kbratbecker@freenet.de', NULL, NULL, NULL, '196.242.4.93', '2021-04-05 22:24:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3180, NULL, NULL, 'malitstibi@vipmail.hu', 'e0778cbc4ee7004aeb765bfb71d3d55a', 'Sie haben einen Geldpreis auf Ihrem Konto http://mobilyaozlem.com/cryptogods?keyword=malitstibi@vipmail.hu', NULL, NULL, NULL, '196.245.230.144', '2021-04-05 22:24:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3181, NULL, NULL, 'nikolaus.obwegeser@wu.ac.at', 'f6ca10c75eaf9ff8e8b11c86d6523b74', 'Ihr Konto wurde aktiviert http://nichefloorsystems.com/cryptogods?keyword=nikolaus.obwegeser@wu.ac.at', NULL, NULL, NULL, '196.245.229.11', '2021-04-05 22:57:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3182, NULL, NULL, 'miguelesharp@cuvox.de', '3fe1360243fd36065a99e4ddc77c639c', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://mydigitalsafetynet.com/cryptogods?keyword=miguelesharp@cuvox.de', NULL, NULL, NULL, '196.245.231.44', '2021-04-05 22:57:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3183, NULL, NULL, 'reggio86@hotmail.com', 'ff356e45e8ed40821132c78fe8d77a10', 'Ihre Euro-Ð¬berweisung wurde auf Ihrem Konto empfangen http://pocketiptv.com/cryptogods?keyword=reggio86@hotmail.com', NULL, NULL, NULL, '196.242.4.143', '2021-04-05 23:31:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3184, NULL, NULL, 'koray92@gmx.de', 'e198a07029c62ad54b331a4d65975c82', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://pocketiptv.com/cryptogods?keyword=koray92@gmx.de', NULL, NULL, NULL, '196.245.230.205', '2021-04-06 00:04:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3185, NULL, NULL, 'rolfdietervolkmar@alicedsl.de', '9f2c30948b5440cb79a18ea307a5b6e7', 'Geldbonus ist auf Ihrem Konto verfÃ¼gbar http://prolplacements.com/cryptogods?keyword=rolfdietervolkmar@alicedsl.de', NULL, NULL, NULL, '196.245.229.141', '2021-04-06 00:04:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3186, NULL, NULL, 'm.fischer@mergedmedia.de', '4726f10380628b1d72c5a76ddcda3856', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://reorderinfo.com/cryptogods?keyword=m.fischer@mergedmedia.de', NULL, NULL, NULL, '196.245.231.124', '2021-04-06 00:37:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3187, NULL, NULL, 'melanie_k79@gmx.de', '7310ea9536c95d689cca20f72ba057ca', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://protonmercu.com/cryptogods?keyword=melanie_k79@gmx.de', NULL, NULL, NULL, '196.242.4.214', '2021-04-06 01:11:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3188, NULL, NULL, 'eric.decormeille@orange.fr', 'bb4bac7a0e6f67e9fee0462fd13150b0', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://suprestamoblog.com/cryptogods?keyword=eric.decormeille@orange.fr', NULL, NULL, NULL, '196.242.4.105', '2021-04-06 01:44:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3189, NULL, NULL, 'diego@activeshooters.de', '3e8cd69afaf729a936d54ae1b0daa9e6', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://scaneraios.com/cryptogods?keyword=diego@activeshooters.de', NULL, NULL, NULL, '196.245.231.162', '2021-04-06 01:44:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3190, NULL, NULL, 'rituparnabora123@gmail.com', 'ffba52b55f31faadef4b52fff2fa0aa5', 'Rituparna Bora', NULL, NULL, NULL, '106.203.137.199', '2021-04-06 02:03:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3191, NULL, NULL, 'hmergen8@ish.de', 'f78098117aa3017d144d216b2caacd1a', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://thewebtechguys.com/cryptogods?keyword=hmergen8@ish.de', NULL, NULL, NULL, '196.245.230.43', '2021-04-06 02:18:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3192, NULL, NULL, 'marius.gadow@uni-konstanz.de', '12d7e6ca591feee08b81d74758b95d30', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://tsptrack.com/cryptogods?keyword=marius.gadow@uni-konstanz.de', NULL, NULL, NULL, '196.242.4.225', '2021-04-06 02:51:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3193, NULL, NULL, 'cheetblre4hfghfgh@yandex.ru', '5395680d0b8d3b198e9aa237101d7d9e', 'dfdsfgsdfgdsf https://google.com   2593559', NULL, NULL, NULL, '77.222.109.213', '2021-04-06 02:55:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3194, NULL, NULL, 'hotmail.deheldera99@gmail.com', 'aa2ed1c1b96dff54fb0442942f01437e', 'Finanztransfer ist auf Ihrem Konto angekommen http://thewebtechguys.com/cryptogods?keyword=hotmail.deheldera99@gmail.com', NULL, NULL, NULL, '196.245.229.121', '2021-04-06 03:23:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3195, NULL, NULL, 'ffd-e-motore@bnet.at', '43f0bf9964d0b7bd99d494ac3530b377', 'Sie haben einen Geldbonus auf Ihrem Konto http://zinfey.com/cryptogods?keyword=ffd-e-motore@bnet.at', NULL, NULL, NULL, '196.245.229.83', '2021-04-06 03:23:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3196, NULL, NULL, 'steffenprecht@gmx.de', 'f731da9094fd5c2f8de84102be3eae45', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://webtrafficfast.com/cryptogods?keyword=steffenprecht@gmx.de', NULL, NULL, NULL, '196.245.231.211', '2021-04-06 03:56:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3197, NULL, NULL, 'heikoszelonke@web.de', '98fb520faa9fe9954e333ad08f4d45fd', 'Der Geldpreis wurde Ihrem Konto gutgeschrieben http://vinsdeleandro.com/cryptogods?keyword=heikoszelonke@web.de', NULL, NULL, NULL, '196.242.4.67', '2021-04-06 03:56:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3198, NULL, NULL, 'alicemauler@bluewin.ch', 'e66f05c4e9ffa53dd0e519d14d0ac6d9', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://greenorchardwebsolutions.com/cryptogods?keyword=alicemauler@bluewin.ch', NULL, NULL, NULL, '196.245.229.179', '2021-04-06 04:30:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3199, NULL, NULL, 'imarhold@yahoo.de', 'ac7e676d7cafa22e4b34b9bb1600919a', 'Geldgeschenk ist auf Ihrem Konto verfÃ¼gbar http://jjroberson.com/cryptogods?keyword=imarhold@yahoo.de', NULL, NULL, NULL, '196.245.230.14', '2021-04-06 04:30:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3200, NULL, NULL, 'rmoser@tsn.at', '686e588cdbcbeb647df14bd2d54af7f3', 'Die Ãœberweisung ist auf Ihrem Konto eingegangen http://mangoreactor.com/cryptogods?keyword=rmoser@tsn.at', NULL, NULL, NULL, '196.245.231.116', '2021-04-06 05:03:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3201, NULL, NULL, 'a.beatrice1805@yahoo.fr', 'ba82a460f1ad964f523b719c603e4e84', 'Ihr Euro-Preis wurde Ihrem Konto gutgeschrieben http://greenorchardwebsolutions.com/cryptogods?keyword=a.beatrice1805@yahoo.fr', NULL, NULL, NULL, '196.242.4.67', '2021-04-06 05:03:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3202, NULL, NULL, 'ch.mattern@awyco.ch', '51e27009c5e0c91fae30a2cc0c619a3f', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://magicpocketsremastered.com/cryptogods?keyword=ch.mattern@awyco.ch', NULL, NULL, NULL, '196.242.4.81', '2021-04-06 05:36:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3203, NULL, NULL, 'marvin.doepking@teleosweb.de', 'd91e22c503f6d8482f7e85514c7c8937', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://knightsillumis.com/cryptogods?keyword=marvin.doepking@teleosweb.de', NULL, NULL, NULL, '196.245.231.198', '2021-04-06 05:36:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3204, NULL, NULL, 'jurijspadi@online.de', '7de30c95b603736fb2b36a8f3a00034f', 'Sie haben einen Geldbonus auf Ihrem Konto http://magicpocketsremastered.com/cryptogods?keyword=jurijspadi@online.de', NULL, NULL, NULL, '196.242.4.83', '2021-04-06 06:08:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3205, NULL, NULL, 'quashss@freenet.de', 'a70c1c17987905064dde4fb9e4c0cd58', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://miguanservices.com/cryptogods?keyword=quashss@freenet.de', NULL, NULL, NULL, '196.245.231.32', '2021-04-06 06:09:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3206, NULL, NULL, 'dylu.borja99@hotmail.com', '93e62bed5429b19236570c4a25baa1dd', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://moayadfarah.com/cryptogods?keyword=dylu.borja99@hotmail.com', NULL, NULL, NULL, '196.245.229.112', '2021-04-06 06:42:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3207, NULL, NULL, 'kerstin.baier@uni-rostock.de', 'b25e71da22c83dc85453b538dd423b79', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://moayadfarah.com/cryptogods?keyword=kerstin.baier@uni-rostock.de', NULL, NULL, NULL, '196.242.4.157', '2021-04-06 07:15:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3208, NULL, NULL, 'lukasbalzer@yahoo.de', '5f1ad65344303891554826a8c951aaba', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://mundohyrule.com/cryptogods?keyword=lukasbalzer@yahoo.de', NULL, NULL, NULL, '196.245.231.204', '2021-04-06 07:48:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3209, NULL, NULL, 'stargate2711@bossmail.de', 'feb9268064abcb511c4759fe187fbb78', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://monboitemail.com/cryptogods?keyword=stargate2711@bossmail.de', NULL, NULL, NULL, '196.245.230.8', '2021-04-06 08:20:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3210, NULL, NULL, 'a.b.227@web.de', 'b0a572a5b24c01ee1bee8f4675bd011f', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://qu-ru.com/cryptogods?keyword=a.b.227@web.de', NULL, NULL, NULL, '196.245.230.94', '2021-04-06 08:20:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3211, NULL, NULL, 'emre_t_67@hotmail.de', 'f4884983a17bc3f6e893f94d0ad4f442', 'Der Geldpreis wurde Ihrem Konto gutgeschrieben http://qu-ru.com/cryptogods?keyword=emre_t_67@hotmail.de', NULL, NULL, NULL, '196.242.4.209', '2021-04-06 08:53:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3212, NULL, NULL, 'stanek-consulting@utanet.at', '52e106b362ffb3e91fe87c470b106a54', 'Finanztransfer ist auf Ihrem Konto angekommen http://oi-m8.com/cryptogods?keyword=stanek-consulting@utanet.at', NULL, NULL, NULL, '196.245.229.114', '2021-04-06 08:53:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3213, NULL, NULL, 'steff@inode.at', '48d8335a91b7e0bd226f3c6c7ed67200', 'Der Geldtransfer wird auf Ihrem Konto gutgeschrieben http://qu-ru.com/cryptogods?keyword=steff@inode.at', NULL, NULL, NULL, '196.245.231.208', '2021-04-06 09:26:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3214, NULL, NULL, 'alexis.delorme@yahoo.fr', 'c875323ff9129a3189ff637bcc599cc3', 'Sie haben einen Geldpreis auf Ihrem Konto http://recipeuk.com/cryptogods?keyword=alexis.delorme@yahoo.fr', NULL, NULL, NULL, '196.245.230.218', '2021-04-06 09:26:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3215, NULL, NULL, 'adem.f@gmx.de', '0fbc2952009f4bd5969494f10def350c', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://residencianolucrativa.com/cryptogods?keyword=adem.f@gmx.de', NULL, NULL, NULL, '196.245.231.34', '2021-04-06 09:59:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3216, NULL, NULL, 'alexwendt@gmx.de', '8b0a7936b8c8a99c3f39af1cee3d2110', 'Ãœberweisung ist auf Ihrem Konto angekommen http://resolverpg.com/cryptogods?keyword=alexwendt@gmx.de', NULL, NULL, NULL, '196.245.231.113', '2021-04-06 09:59:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3217, NULL, NULL, 'alex.deiana@gmail.com', 'ddff4ccd98253386cccc04af54cc144c', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://saashunter.com/cryptogods?keyword=alex.deiana@gmail.com', NULL, NULL, NULL, '196.245.231.246', '2021-04-06 10:32:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3218, NULL, NULL, 'martino@wurst-winkens.de', '829ce508289b14c49013c8cac328dac3', 'Sie bekommen Geldgeschenke auf Ihr Konto http://saashunter.com/cryptogods?keyword=martino@wurst-winkens.de', NULL, NULL, NULL, '196.242.4.95', '2021-04-06 11:05:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3219, NULL, NULL, 'rlt@hotmail.de', 'ab489172003182e172352c397a78586e', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://sherbisnkisfairfax.com/cryptogods?keyword=rlt@hotmail.de', NULL, NULL, NULL, '196.245.230.173', '2021-04-06 11:05:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3220, NULL, NULL, 'schurik@bossmail.de', '9d1a775b2925606b53ec763adc55bead', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://theironmap.com/cryptogods?keyword=schurik@bossmail.de', NULL, NULL, NULL, '196.245.231.53', '2021-04-06 11:39:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3221, NULL, NULL, 'sachko.vlad1@freenet.de', 'cb8a28b7915976165280b8eb26de0e25', 'Finanzieller Bonus wurde auf Ihr Konto Ã¼berwiesen http://shopsherbinskis.com/cryptogods?keyword=sachko.vlad1@freenet.de', NULL, NULL, NULL, '196.245.229.64', '2021-04-06 11:39:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3222, NULL, NULL, 'manon.ch2607@gmail.com', 'da0ff7035a707a14dc3b624a40047e3e', 'Sie haben Geld auf Ihr Konto ÑŒberwiesen bekommen http://toontowntvfromabc.com/cryptogods?keyword=manon.ch2607@gmail.com', NULL, NULL, NULL, '196.245.230.198', '2021-04-06 12:12:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3223, NULL, NULL, 'carlen@datacomm.ch', 'caa45cd2b2b4bc322c72eb8e7cbf7f80', 'Das Geld wurde Ihrem Konto gutgeschrieben http://vitalityim.com/cryptogods?keyword=carlen@datacomm.ch', NULL, NULL, NULL, '196.245.229.172', '2021-04-06 12:44:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3224, NULL, NULL, 'lukas_knauss@web.de', '41fd0bca0e81c475eb09d70fc8dec98e', 'Die Ãœberweisung ist auf Ihrem Konto eingegangen http://xenonremastered.com/cryptogods?keyword=lukas_knauss@web.de', NULL, NULL, NULL, '196.242.4.142', '2021-04-06 13:18:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3225, NULL, NULL, 'claudia@freyprivat.de', '40d885ec15a779ec15c05dcb1aa55523', 'Sie haben einen Geldbonus auf Ihrem Konto http://huzutrapsnetls.com/cryptogods?keyword=claudia@freyprivat.de', NULL, NULL, NULL, '196.245.230.167', '2021-04-06 13:52:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3226, NULL, NULL, 'bruschistefano@tin.it', '1f53587e6edc63050dadb3ca05da8369', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://vitalityim.com/cryptogods?keyword=bruschistefano@tin.it', NULL, NULL, NULL, '196.242.4.247', '2021-04-06 13:52:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3227, NULL, NULL, 'genosse@12online.de', '8f41d3708cbbdbc67f95c92b82069adb', 'Geldgeschenk ist auf Ihrem Konto verfÑŒgbar http://grepsocial.com/cryptogods?keyword=genosse@12online.de', NULL, NULL, NULL, '196.242.4.183', '2021-04-06 14:26:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3228, NULL, NULL, 'helmut.silies@kleinhesepe.de', '3472aea7c098bed9ecf3bd6579a39a44', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://huzutrapsnetls.com/cryptogods?keyword=helmut.silies@kleinhesepe.de', NULL, NULL, NULL, '196.242.4.58', '2021-04-06 14:26:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3229, NULL, NULL, 'duchamp1@gmx.de', '1cd847e065f5d60f0053ff29a4ee42b7', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://l8cdn.com/cryptogods?keyword=duchamp1@gmx.de', NULL, NULL, NULL, '196.242.4.208', '2021-04-06 15:33:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3230, NULL, NULL, 'f.reichl@aon.at', '0382f39f5f6c15733f8e7a59257245ab', 'Das Geld wurde Ihrem Konto gutgeschrieben http://itaquanews.com/cryptogods?keyword=f.reichl@aon.at', NULL, NULL, NULL, '196.245.229.33', '2021-04-06 15:33:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3231, NULL, NULL, 'roy.sampurna134@gmail.com', 'b5fd5ae6f677ad1db950d1ad28c56ae9', 'Sampurna Roy', NULL, NULL, NULL, '157.43.255.17', '2021-04-06 15:35:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3232, NULL, NULL, 'torbenj@web.de', '3598c484f307c667cbddf3488d8a26df', 'Sie haben einen Geldbonus auf Ihrem Konto http://launchchallenges.com/cryptogods?keyword=torbenj@web.de', NULL, NULL, NULL, '196.242.4.122', '2021-04-06 16:07:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3233, NULL, NULL, 'helgalassnig@gmx.at', '69c91ac7e62bfe065f9c73fddcde71d2', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://l8cdn.com/cryptogods?keyword=helgalassnig@gmx.at', NULL, NULL, NULL, '196.242.4.210', '2021-04-06 16:07:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3234, NULL, NULL, 'jacke72@freenet.de', 'f1c7e8888171f2b90ebc9b8751968c94', 'Sie haben einen Geldbonus auf Ihrem Konto http://l8cdn.com/cryptogods?keyword=jacke72@freenet.de', NULL, NULL, NULL, '196.245.231.56', '2021-04-06 16:40:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3235, NULL, NULL, 'alexa2007-1988@web.de', '4c6e114170ea9088b105e0f4a0e4e40f', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://malagasydata.com/cryptogods?keyword=alexa2007-1988@web.de', NULL, NULL, NULL, '196.245.231.104', '2021-04-06 16:40:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3236, NULL, NULL, 'st.ud.io.k.iree.f.f@gmail.com', '33111a01e5adc038ceb64f08430422ca', 'Charleyfag', NULL, NULL, NULL, '5.8.16.76', '2021-04-06 16:49:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3237, NULL, NULL, 'sabrina_kortman@hotmail.com', '89d969b7d60decfe1cb971d8449b11fe', 'Sie haben einen Geldbonus auf Ihrem Konto http://lucsurvey.com/cryptogods?keyword=sabrina_kortman@hotmail.com', NULL, NULL, NULL, '196.245.229.25', '2021-04-06 17:13:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3238, NULL, NULL, 'nicolas.bes@neuf.fr', 'b06098b8329e61787e962b41907e999f', 'Auf Ihrem Konto ist eine Ãœberweisung eingegangen http://lucsurvey.com/cryptogods?keyword=nicolas.bes@neuf.fr', NULL, NULL, NULL, '196.245.230.253', '2021-04-06 17:13:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3239, NULL, NULL, 'lktaeubers@gmx.de', '06034612466eccc875bd0c014bfe4900', 'Sie bekommen Geldgeschenke auf Ihr Konto http://mobilyaozlem.com/cryptogods?keyword=lktaeubers@gmx.de', NULL, NULL, NULL, '196.245.229.43', '2021-04-06 17:47:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3240, NULL, NULL, 'aljosa_liverpool@hotmail.com', '0e24fdd68a4acab98743b09272d86dc0', 'Auf Ihr Konto ist eine Ãœberweisung in Euro eingegangen http://lucsurvey.com/cryptogods?keyword=aljosa_liverpool@hotmail.com', NULL, NULL, NULL, '196.245.231.89', '2021-04-06 17:47:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3241, NULL, NULL, 'admin-dhs@online.de', '326247272115f039456e32bef23ee31e', 'Ihr Euro-Transfer ist auf Ihrem Konto verfÃ¼gbar http://mydigitalsafetynet.com/cryptogods?keyword=admin-dhs@online.de', NULL, NULL, NULL, '196.245.229.217', '2021-04-06 18:55:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3242, NULL, NULL, 'fcbole1@freenet.de', '41ee8f8f07f03ab55baecf1904230952', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://indonesianfoodonline.com/cryptrogods?keyword=fcbole1@freenet.de', NULL, NULL, NULL, '196.245.231.80', '2021-04-06 20:39:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3243, NULL, NULL, 'ardita_sopa@hotmail.de', '96a118e537c5aac787e40dc361b3e69a', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://jessopvitccream.com/cryptrogods?keyword=ardita_sopa@hotmail.de', NULL, NULL, NULL, '196.245.229.41', '2021-04-06 21:12:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3244, NULL, NULL, 'one2wom@web.de', '7e7f505ea847a371c225be86b8262bb1', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://micken123.com/cryptrogods?keyword=one2wom@web.de', NULL, NULL, NULL, '196.245.231.88', '2021-04-06 22:20:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3245, NULL, NULL, 'nancy.wiltzsch@web.de', 'e321122e835ab1e3c5f2a1e74fbf9912', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://micken123.com/cryptrogods?keyword=nancy.wiltzsch@web.de', NULL, NULL, NULL, '196.245.229.146', '2021-04-06 22:53:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3246, NULL, NULL, 'brian.dey@btopenworld.co.uk', '38902d0840ae2e3b570340629ade1683', 'Sie haben einen Euro-Preis auf Ihrem Konto http://naturesplain.com/cryptrogods?keyword=brian.dey@btopenworld.co.uk', NULL, NULL, NULL, '196.245.229.186', '2021-04-06 23:59:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3247, NULL, NULL, 'dianelee.cherish@gmail.com', '0da54c903454ec3a2f1f466364c4e2bb', 'Geldtransfer ist auf Ihrem Konto verfÃ¼gbar http://pejrich.com/cryptrogods?keyword=dianelee.cherish@gmail.com', NULL, NULL, NULL, '196.245.229.243', '2021-04-07 00:33:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3248, NULL, NULL, 'andrianaigor@hotmail.com', '758b426dc92fdf21c89f74f96907d854', 'Auf Ihrem Konto ist ein Geldpreis vorhanden http://quantifiedhacks.com/cryptrogods?keyword=andrianaigor@hotmail.com', NULL, NULL, NULL, '196.245.231.160', '2021-04-07 01:05:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3249, NULL, NULL, 'nico.venus@web.de', '151e8dba2b8eeeb0b068b709c321ca4d', 'Sie haben Geld auf Ihr Konto Ã¼berwiesen bekommen http://quantifiedhacks.com/cryptrogods?keyword=nico.venus@web.de', NULL, NULL, NULL, '196.245.231.42', '2021-04-07 01:06:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3250, NULL, NULL, 'hans-peter.zeiler@kabelmail.de', '7485bff91864deced91b2c40eec91a27', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://rachelbolton.com/cryptrogods?keyword=hans-peter.zeiler@kabelmail.de', NULL, NULL, NULL, '196.245.231.59', '2021-04-07 02:13:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3251, NULL, NULL, 'wenzel@webjungs.de', 'd992ea50dc8a6dfaa2a95e5feacdbeed', 'Geldbonus ist auf Ihrem Konto verfÑŒgbar http://ryanwrotethis.com/cryptrogods?keyword=wenzel@webjungs.de', NULL, NULL, NULL, '196.242.4.34', '2021-04-07 02:13:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3252, NULL, NULL, 'flavour25@freenet.de', '5b5d50fe2531e7a4cbe912fe32638ba1', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://sd-waninsider.com/cryptrogods?keyword=flavour25@freenet.de', NULL, NULL, NULL, '196.245.229.166', '2021-04-07 02:47:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3253, NULL, NULL, 'patricia.chevallier-avocat@wanadoo.fr', 'deb296098dbcb977df38af453e0e0e79', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://roadrouter.com/cryptrogods?keyword=patricia.chevallier-avocat@wanadoo.fr', NULL, NULL, NULL, '196.242.4.153', '2021-04-07 02:47:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(3254, NULL, NULL, 'wad.ted@web.de', '35de77dd4c850dff1aeaedb00c45f96e', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://sdwaninsider.com/cryptrogods?keyword=wad.ted@web.de', NULL, NULL, NULL, '196.245.229.186', '2021-04-07 03:20:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3255, NULL, NULL, 'm.condotta@casadicultura.de', 'ca70881434ddabea4f3d60e663132634', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://sherlamarmedia.com/cryptrogods?keyword=m.condotta@casadicultura.de', NULL, NULL, NULL, '196.245.229.138', '2021-04-07 03:21:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3256, NULL, NULL, 'karsten_doreen@yahoo.de', '0c68637966309e16c5f9636190643c77', 'Sie bekommen Geldgeschenke auf Ihr Konto http://sherlamarmedia.com/cryptrogods?keyword=karsten_doreen@yahoo.de', NULL, NULL, NULL, '196.245.231.185', '2021-04-07 03:53:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3257, NULL, NULL, 'r.wagner@drk-goe-nom.de', 'd59c52d025d7776c8a6a986b9ed47c69', 'Finanztransfer ist auf Ihrem Konto angekommen http://thememoapp.com/cryptrogods?keyword=r.wagner@drk-goe-nom.de', NULL, NULL, NULL, '196.242.4.253', '2021-04-07 03:55:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3258, NULL, NULL, 'f.tomaschko@gmx.de', '0c975d8fb663ebde92d741aa7ee5ff97', 'Sie haben einen Euro-Preis auf Ihrem Konto http://youngafricanfootballers.com/cryptrogods?keyword=f.tomaschko@gmx.de', NULL, NULL, NULL, '196.245.230.150', '2021-04-07 04:27:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3259, NULL, NULL, 'silvio.gendusa@hotmail.de', '4852eb24981f20bd0ae2f8f3a13c6a4e', 'Sie haben einen Geldpreis auf Ihrem Konto http://thememoapp.com/cryptrogods?keyword=silvio.gendusa@hotmail.de', NULL, NULL, NULL, '196.245.230.115', '2021-04-07 04:27:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3260, NULL, NULL, 'jan_proes@telenet.be', 'e1581741da2c00f0fdca5a525a7d4d2b', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://watchgridiron.com/cryptrogods?keyword=jan_proes@telenet.be', NULL, NULL, NULL, '196.245.231.40', '2021-04-07 05:01:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3261, NULL, NULL, 'leeth666@gmx.de', 'ce7ea06850d34f8da501d6033ae9d59d', 'Sie haben Geld auf Ihr Konto Ã¼berwiesen bekommen http://unsulliedblogging.com/cryptrogods?keyword=leeth666@gmx.de', NULL, NULL, NULL, '196.245.229.238', '2021-04-07 05:01:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3262, NULL, NULL, 'heinz.fischer@datacomm.ch', 'dc6fef4dda5518ec59e61ebebd5bdb74', 'Geldgeschenk ist auf Ihrem Konto verfÑŒgbar http://jessopcream.com/cryptrogods?keyword=heinz.fischer@datacomm.ch', NULL, NULL, NULL, '196.245.229.49', '2021-04-07 05:34:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3263, NULL, NULL, 'kontakt@germandampfer.de', 'a8b74f2fe7ccd812eab04f5db24c9d9f', 'Sie bekommen Geldgeschenke auf Ihr Konto http://worldchineseculture.com/cryptrogods?keyword=kontakt@germandampfer.de', NULL, NULL, NULL, '196.242.4.211', '2021-04-07 05:34:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3264, NULL, NULL, 'balesche@aol.com', '3fefd13b8bc46749688ccefb92a6275c', 'Ein Geldgeschenk in Euro ist auf Ihrem Konto verfÑŒgbar http://logansshoemaker.com/cryptrogods?keyword=balesche@aol.com', NULL, NULL, NULL, '196.245.230.154', '2021-04-07 06:41:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3265, NULL, NULL, 'elena@realdestiny.de', 'dfa3ec8197ba91c590509a4dd3b14c23', 'Der Geldtransfer wird auf Ihrem Konto gutgeschrieben http://indonesianfoodonline.com/cryptrogods?keyword=elena@realdestiny.de', NULL, NULL, NULL, '196.242.4.18', '2021-04-07 06:41:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3266, NULL, NULL, 'bsandefur@worldnet.att.net', '2b1a1a65f30bf9cdf0651c5442393045', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://logansshoemaker.com/cryptrogods?keyword=bsandefur@worldnet.att.net', NULL, NULL, NULL, '196.242.4.104', '2021-04-07 07:14:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3267, NULL, NULL, 'daniela.riemer@gmx.de', 'b861d3e564597fb978e42252bf404e2d', 'Auf Ihr Konto ist eine Ãœberweisung in Euro eingegangen http://logansshoemaker.com/cryptrogods?keyword=daniela.riemer@gmx.de', NULL, NULL, NULL, '196.245.230.187', '2021-04-07 07:48:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3268, NULL, NULL, 'w.p@inode.at', '45fe180468df5df1087ced07f2b5a2b2', 'Sie haben ein finanzielles Geschenk auf Ihr Konto bekommen http://mboapay.com/cryptrogods?keyword=w.p@inode.at', NULL, NULL, NULL, '196.245.229.132', '2021-04-07 07:48:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3269, NULL, NULL, 'sigeti@freenet.de', 'bf9ef5886d6985f63370fe9d841bcedb', 'Sie haben eine Gratifikation in bar auf Ihr Konto erhalten http://mycloudtop.com/cryptrogods?keyword=sigeti@freenet.de', NULL, NULL, NULL, '196.245.231.20', '2021-04-07 08:21:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3270, NULL, NULL, 'astrid@sahlerweb.de', '0a662c1d6831294e707e5399dc03d331', 'Ein Geldgeschenk in Euro ist auf Ihrem Konto verfÑŒgbar http://mboapay.com/cryptrogods?keyword=astrid@sahlerweb.de', NULL, NULL, NULL, '196.245.229.61', '2021-04-07 08:21:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3271, NULL, NULL, '3adil.dergal@gmail.com', 'ed989e52998122289220e7c61db67ea2', 'Geldtransfer ist auf Ihrem Konto verfÃ¼gbar http://mycloudtop.com/cryptrogods?keyword=3adil.dergal@gmail.com', NULL, NULL, NULL, '196.242.4.56', '2021-04-07 08:55:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3272, NULL, NULL, 'tesla@gmail.com', '79ba4f4a15a69c8cb7117715e8e26a74', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://plovdiv365.com/cryptrogods?keyword=tesla@gmail.com', NULL, NULL, NULL, '196.245.231.228', '2021-04-07 09:27:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3273, NULL, NULL, 'dietmar.ruf@uni.de', '733419b211a860c6acd967df649118be', 'Ihr Euro-Preis wurde Ihrem Konto gutgeschrieben http://naturesplain.com/cryptrogods?keyword=dietmar.ruf@uni.de', NULL, NULL, NULL, '196.242.4.105', '2021-04-07 09:28:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3274, NULL, NULL, 'julia.thiel@ogs-sarstedt.de', '6130db8b585c49472d02e4587810ece7', 'Sie haben einen Euro-Bonus auf Ihrem Konto http://plovdiv365.com/cryptrogods?keyword=julia.thiel@ogs-sarstedt.de', NULL, NULL, NULL, '196.245.230.173', '2021-04-07 10:01:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3275, NULL, NULL, 's.benita@hotmail.com', '51b2b37e384d66ba9130ae0c7c60bc6a', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://noeep.com/cryptrogods?keyword=s.benita@hotmail.com', NULL, NULL, NULL, '196.245.231.230', '2021-04-07 10:01:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3276, NULL, NULL, 'andre.krafft@gmx.de', 'a21623690cd6a49c50c8976af8e09f6a', 'Sie haben einen Geldbonus auf Ihrem Konto http://quantifiedhacks.com/cryptrogods?keyword=andre.krafft@gmx.de', NULL, NULL, NULL, '196.245.231.106', '2021-04-07 10:34:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3277, NULL, NULL, 'adula54@freenet.de', '8020d999804e5a828871f9e40d6d0ffe', 'Finanzieller Bonus wurde Ihrem Konto gutgeschrieben http://pejrich.com/cryptrogods?keyword=adula54@freenet.de', NULL, NULL, NULL, '196.242.4.148', '2021-04-07 10:34:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3278, NULL, NULL, 'schlumpf1958@gmx.de', 'c9b0dfe9b60440a0d3f055e1291107a8', 'Sie haben eine Euro-Ãœberweisung auf Ihr Konto erhalten http://quantifiedhacks.com/cryptrogods?keyword=schlumpf1958@gmx.de', NULL, NULL, NULL, '196.245.230.217', '2021-04-07 11:41:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3279, NULL, NULL, 'pagel.pforzheim@freenet.de', 'e747d60ff331c36974f37621da2dd673', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://rachelbolton.com/cryptrogods?keyword=pagel.pforzheim@freenet.de', NULL, NULL, NULL, '196.245.229.158', '2021-04-07 12:15:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3280, NULL, NULL, 'muetzes@yahoo.de', '658bd217f42542936e9f63e29f07055b', 'Ð¬berweisung ist auf Ihrem Konto angekommen http://sdwaninsider.com/cryptrogods?keyword=muetzes@yahoo.de', NULL, NULL, NULL, '196.245.229.217', '2021-04-07 12:49:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3281, NULL, NULL, 'noack.sven@web.de', '26b437698b10e3c926109b428c0c8913', 'Sie haben einen finanziellen Bonus auf Ihr Konto erhalten http://realhomeview.com/cryptrogods?keyword=noack.sven@web.de', NULL, NULL, NULL, '196.242.4.72', '2021-04-07 12:49:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3282, NULL, NULL, 'rae.benedet@striker.ottawa.on.ca', 'f5a7e7b2ea1c66f013a0f09690eca5dc', 'Sie haben einen Geldpreis auf Ihrem Konto http://temaze.com/cryptrogods?keyword=rae.benedet@striker.ottawa.on.ca', NULL, NULL, NULL, '196.245.231.145', '2021-04-07 13:22:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3283, NULL, NULL, 'reuterkos@web.de', '6de7ab4c4454c88f195a7164e839f173', 'Ein finanzielles Geschenk ist auf Ihrem Konto angekommen http://temaze.com/cryptrogods?keyword=reuterkos@web.de', NULL, NULL, NULL, '196.245.229.193', '2021-04-07 13:56:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3284, NULL, NULL, 'davide.ruffoni@mpikggolm.mpg.de', '6e5f0c144d4c82f1f0afabbb9cc22bfe', 'Finanztransfer ist auf Ihrem Konto angekommen http://youngafricanfootballers.com/cryptrogodss?keyword=davide.ruffoni@mpikggolm.mpg.de', NULL, NULL, NULL, '196.245.229.81', '2021-04-07 14:29:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3285, NULL, NULL, 'brucewillisfan@online.de', '96b3d1a7e2a22bb109f665d2431f692e', 'Geldgeschenk ist auf Ihrem Konto verfÑŒgbar http://youngafricanfootballers.com/cryptrogodss?keyword=brucewillisfan@online.de', NULL, NULL, NULL, '196.245.229.133', '2021-04-07 15:03:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3286, NULL, NULL, 'hakann6157@t-online.de', '378cc24dc1cce593f2e539f380132e4b', 'Sie haben einen Geldbonus auf Ihrem Konto http://whatisapraetor.com/cryptrogods?keyword=hakann6157@t-online.de', NULL, NULL, NULL, '196.245.231.246', '2021-04-07 15:36:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3287, NULL, NULL, 'asasdwq@da.de', '9c60c5616658ff95dedbb3a2c2c8b06f', 'Euro-Boni wurden Ihrem Konto gutgeschrieben http://whatisapraetor.com/cryptrogods?keyword=asasdwq@da.de', NULL, NULL, NULL, '196.245.230.115', '2021-04-07 16:09:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3288, NULL, NULL, 'stephan@haus-schenck.de', 'b6c3a00ac98956fc51b9c61ae259a658', 'Finanzielle Einzahlung auf Ihr Konto angekommen http://whatisapraetor.com/cryptrogods?keyword=stephan@haus-schenck.de', NULL, NULL, NULL, '196.242.4.165', '2021-04-07 16:43:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3289, NULL, NULL, 'mrk@bluewin.ch', 'da726ab856fde582296bac269d763472', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://youngafricanfootballers.com/cryptrogodss?keyword=mrk@bluewin.ch', NULL, NULL, NULL, '196.242.4.196', '2021-04-07 17:51:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3290, NULL, NULL, 'romiweil@freenet.de', 'b57818eec7114fd2f29e6f0252749419', 'Der Geldpreis ist auf Ihrem Konto verfÑŒgbar http://whatisapraetor.com/cryptrogods?keyword=romiweil@freenet.de', NULL, NULL, NULL, '196.245.229.144', '2021-04-07 18:24:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3291, NULL, NULL, 'captainnemo75@web.de', 'eac17d4b915f0b0e8f41e613f305016b', 'Sie haben ein Geldgeschenk auf Ihr Konto erhalten http://worldchineseculture.com/cryptrogods?keyword=captainnemo75@web.de', NULL, NULL, NULL, '196.245.230.246', '2021-04-07 18:58:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3292, NULL, NULL, 'tibi-juhasz@outlook.be', '5d1a474c0c919fe3164bb74dbf250c99', 'Finanzielles Geschenk auf Ihrem Konto angekommen http://youngafricanfootballers.com/cryptrogodss?keyword=tibi-juhasz@outlook.be', NULL, NULL, NULL, '196.242.4.177', '2021-04-07 19:31:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3293, NULL, NULL, 'dieterneumaier@unitybox.de', '5a34c46c951cfba05d60f0d05b5166f4', 'Sie haben einen Geldbonus auf Ihrem Konto http://whatisapraetor.com/cryptrogods?keyword=dieterneumaier@unitybox.de', NULL, NULL, NULL, '196.245.229.193', '2021-04-07 20:04:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3294, NULL, NULL, 'gregor-sinnen@hotmail.de', 'ac6a7e935143df1c74945ba928918bb7', 'Geldtransfer ist auf Ihrem Konto verfÑŒgbar http://youngafricanfootballers.com/cryptrogodss?keyword=gregor-sinnen@hotmail.de', NULL, NULL, NULL, '196.245.229.170', '2021-04-07 20:36:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3295, NULL, NULL, 'ulfstrekker@outlook.de', '197dac843d1bc896a9d20d705321d0cf', 'Auf Ihr Konto ist eine Ð¬berweisung in Euro eingegangen http://youngafricanfootballers.com/cryptrogodss?keyword=ulfstrekker@outlook.de', NULL, NULL, NULL, '196.245.230.233', '2021-04-07 21:10:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3296, NULL, NULL, 'mell.kell1100@freenet.de', 'c03c51fd77caf4bb188962adc03b545a', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://youngafricanfootballers.com/cryptrogodss?keyword=mell.kell1100@freenet.de', NULL, NULL, NULL, '196.245.231.64', '2021-04-07 21:43:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3297, NULL, NULL, 'alambres.delnorte@yahoo.com.mx', '5b034432bbf129f4f60a97061e2c6330', 'Ð¬berweisung wurde auf Ihrem Konto empfangen http://worldchineseculture.com/cryptrogods?keyword=alambres.delnorte@yahoo.com.mx', NULL, NULL, NULL, '196.245.231.252', '2021-04-07 22:16:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3298, NULL, NULL, 'guido@appendix.ch', '51026cb4abe7bc75c360ce7f888b44fb', 'Sie haben ein Geldgeschenk auf Ihr Konto bekommen http://youngafricanfootballers.com/cryptrogodss?keyword=guido@appendix.ch', NULL, NULL, NULL, '196.245.229.111', '2021-04-07 23:23:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3299, NULL, NULL, 'd.umbach@online.de', '0ed0cb4dd00266c9c5676f8ec73edb6b', 'Sie haben einen Euro-Bonus auf Ihr Konto erhalten http://watchfullcourt.com/cryptrogods?keyword=d.umbach@online.de', NULL, NULL, NULL, '196.245.230.50', '2021-04-07 23:57:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3300, NULL, NULL, 'manfred.kofranek@inode.at', 'e6c8fd0b402816134452e60728e35a0a', 'Sie haben ein Euro-Geschenk auf Ihr Konto bekommen http://worldchineseculture.com/cryptrogods?keyword=manfred.kofranek@inode.at', NULL, NULL, NULL, '196.245.229.177', '2021-04-08 00:32:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3301, NULL, NULL, 'cornelia.weigand@web.de', 'b0902a0ee1940c91521fbdc9d8c0085c', 'Finanzieller Bonus wurde auf Ihr Konto ÑŒberwiesen http://whatisapraetor.com/cryptrogods?keyword=cornelia.weigand@web.de', NULL, NULL, NULL, '196.245.231.242', '2021-04-08 01:07:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3302, NULL, NULL, 'umax70740@yahoo.de', 'cc971654130d97d8f3847d9c725ddb08', 'Ð¬berweisung ist auf Ihrem Konto eingegangen http://whatisapraetor.com/cryptrogods?keyword=umax70740@yahoo.de', NULL, NULL, NULL, '196.242.4.243', '2021-04-08 01:39:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3303, NULL, NULL, 'anja.schellekens@telenet.be', '9a2c8ee4fc34c838a71514fc969cba39', 'Finanzieller Bonus auf Ihrem Konto angekommen http://watchgridiron.com/cryptrogods?keyword=anja.schellekens@telenet.be', NULL, NULL, NULL, '196.242.4.25', '2021-04-08 03:19:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3304, NULL, NULL, 'goblin@coolmail.ch', '33d7d84180eff3a773a2b0a2acff9f9f', 'Finanzieller Gewinn auf Ihrem Konto angekommen http://youngafricanfootballers.com/cryptrogodss?keyword=goblin@coolmail.ch', NULL, NULL, NULL, '196.245.229.123', '2021-04-08 03:52:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3305, NULL, NULL, 'mireksikens@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'killeterm', NULL, NULL, NULL, '5.133.11.116', '2021-04-08 10:33:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3306, NULL, NULL, 'romanvlasov782@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'yflt[fWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-04-08 22:13:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3307, NULL, NULL, 'j.e.n.t.ai.w.o.r.l.dp.icture.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'KnvpllPrigh', NULL, NULL, NULL, '188.35.131.246', '2021-04-09 04:39:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3308, NULL, NULL, 'nddisdj@goposts.site', '875026d5007af8450a0e1dafae9895df', 'Jeffreyten', NULL, NULL, NULL, '81.16.140.221', '2021-04-09 20:35:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3309, NULL, NULL, 'plorkin@mailsenti.com', 'ee50dbf373074dc009f7a0bcdef73f27', 'Calvinsnose', NULL, NULL, NULL, '185.7.145.88', '2021-04-10 04:36:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3310, NULL, NULL, 'dor-adiks@mulars.ru', '2c4fca65777f21e478e622a10dba5065', 'Dornaizarept', NULL, NULL, NULL, '178.159.37.58', '2021-04-10 08:34:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3311, NULL, NULL, 'zarahmgvichal@gmail.com', 'c05f07631524dd4f4f6b48f714e1ae52', 'Chriscof', NULL, NULL, NULL, '45.9.238.48', '2021-04-10 10:37:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3312, NULL, NULL, 'andrejpireswolski@gazeta.pl', '88ef98a6042e47f9a5ef009aacc00460', 'killeterm', NULL, NULL, NULL, '185.244.214.43', '2021-04-10 18:12:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3313, NULL, NULL, 'nastassia.shmidt@yandex.ru', '82b12185f4cfa7fc7feac36ea9f95237', 'Dustinhycle', NULL, NULL, NULL, '185.136.219.80', '2021-04-11 00:07:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3314, NULL, NULL, 'aleksandr4w0bo@mail.ru', '9213ddf47b7701acb019159b22304db7', 'napilim.pro', NULL, NULL, NULL, '91.77.108.18', '2021-04-11 19:24:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3315, NULL, NULL, 'j.e.n.tai.wor.l.dp.ict.ure.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'Invillorews', NULL, NULL, NULL, '188.35.131.246', '2021-04-12 09:31:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3316, NULL, NULL, 'admiraltylaw@gmail.com', '125bd760b5587c88f5ee0bef52a52135', 'Anindya Banerjee', NULL, NULL, NULL, '51.6.212.250', '2021-04-12 13:37:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3317, NULL, NULL, 'r0bins.j@yandex.ru', 'f9561e4b4d80def442f0938b7bcc05ec', 'StevenPix', NULL, NULL, NULL, '109.238.48.155', '2021-04-12 22:46:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3318, NULL, NULL, 'c.oo.peral.e.xa.n.dr.home.wo.r.k8.4.8.@gmail.com', 'b33835bc95d875c580dd0291c98a4c27', 'samuelhek', NULL, NULL, NULL, '148.251.54.157', '2021-04-13 14:30:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3319, NULL, NULL, 'pinupppp777@gmail.com', '3a1569e505caa8b532d34025c916ba90', 'gamepinupcasino', NULL, NULL, NULL, '46.33.33.120', '2021-04-14 08:06:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3320, NULL, NULL, 'j.ent.aiw.o.rl.dpictu.r.et5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'Invillorews', NULL, NULL, NULL, '188.35.131.246', '2021-04-14 17:46:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3321, NULL, NULL, 'n1kolays1543@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'frcbymzWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-04-14 22:44:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3322, NULL, NULL, 'seregainbox63@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.google.com/', NULL, NULL, NULL, '46.8.23.224', '2021-04-15 16:12:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3323, NULL, NULL, 'l.ukinovic.h2.0.20.1.3@gmail.com\r\n', '56f6cd68ed078e5457e9290f7f6ba131', 'Ruslandrc', NULL, NULL, NULL, '188.126.79.20', '2021-04-16 05:28:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3324, NULL, NULL, 'p.rim.eg.rani.t20.19@gmail.com\r\n', '0c6231cba1e6aa5dbb264f8fca88e0f9', 'agrohimlox', NULL, NULL, NULL, '188.126.79.20', '2021-04-16 08:55:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3325, NULL, NULL, 'zamkiIdome@sales,mailru.pp.ua', '7b9f0f376876d71b0fc229cb53f00841', 'ZamkiGax', NULL, NULL, NULL, '94.25.173.95', '2021-04-16 21:06:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3326, NULL, NULL, 'p.rim.e.g.ran.it20.1.9@gmail.com\r\n', '0c6231cba1e6aa5dbb264f8fca88e0f9', 'agrohimpxu', NULL, NULL, NULL, '188.126.79.21', '2021-04-17 01:43:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3327, NULL, NULL, 'li.p.ut.o.vch.e.nkoju.l.i.y.a.a@gmail.com\r\n', 'ef4e7f420ec50ecb9e90c3e958ddcb22', 'Julijoi', NULL, NULL, NULL, '193.176.84.44', '2021-04-17 02:54:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3328, NULL, NULL, 's.u.cho.r.u.vs.ki.yan.a.t.o.li.yy@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Toliknxb', NULL, NULL, NULL, '193.176.84.44', '2021-04-17 02:58:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3329, NULL, NULL, 'seregainbox870@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.google.com/', NULL, NULL, NULL, '194.32.229.204', '2021-04-17 13:11:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3330, NULL, NULL, 'lu.k.ino.vi.c.h.2020.13@gmail.com\r\n', '56f6cd68ed078e5457e9290f7f6ba131', 'Ruslanhqw', NULL, NULL, NULL, '188.126.79.18', '2021-04-17 14:28:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3331, NULL, NULL, 'antip.taubetov@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'vfkfyzWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-04-17 21:14:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3332, NULL, NULL, 'j.en.t.aiw.o.rl.dpi.c.t.ur.e.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'Invillorews', NULL, NULL, NULL, '188.35.131.246', '2021-04-17 23:06:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3333, NULL, NULL, 'je.nt.ai.w.o.r.ld.pi.ctu.r.e.t5@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'KnvpllPrigh', NULL, NULL, NULL, '188.35.131.246', '2021-04-17 23:07:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3334, NULL, NULL, 'aqu.a.b.u.rs.e.rvic.e2.0.2.1@gmail.com\r\n', 'f7d23c0509185825b3537004ad921396', 'Andreassea', NULL, NULL, NULL, '84.17.58.8', '2021-04-18 07:55:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3335, NULL, NULL, 'svetlanavolkovayan@yandex.com', '46b72ff000d633543c9a95c3c6500df9', 'inetryconydot', NULL, NULL, NULL, '14.192.214.35', '2021-04-18 20:56:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3336, NULL, NULL, 'patilpratiksatish@gmail.com', '7523d166cf303065a7f6be81e76fb424', 'Pratik Patil', NULL, NULL, NULL, '103.246.41.34', '2021-04-19 08:45:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3337, NULL, NULL, 'sashajayda700@gmail.com', 'c3e305db6d5e9cade3e6b5cf0d2a5329', 'MelvinEmido', NULL, NULL, NULL, '78.46.73.116', '2021-04-19 12:27:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3338, NULL, NULL, 'a.qua.bu.r.se.r.vic.e2.0.2.1@gmail.com\r\n', 'f7d23c0509185825b3537004ad921396', 'Andreasinq', NULL, NULL, NULL, '84.17.58.12', '2021-04-19 22:57:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3339, NULL, NULL, 'g.o.rse.c1.9.80.r.u.s.e.r.v@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdanqxv', NULL, NULL, NULL, '84.17.58.15', '2021-04-20 02:54:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3340, NULL, NULL, 's.u.c.h.o.ru.v.sk.i.yan.a.t.o.li.yy@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikdox', NULL, NULL, NULL, '62.149.29.51', '2021-04-20 03:44:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3341, NULL, NULL, 'li.p.ut.o.vc.he.n.kojuliy.aa@gmail.com\r\n', 'ef4e7f420ec50ecb9e90c3e958ddcb22', 'Juliajy', NULL, NULL, NULL, '62.149.29.51', '2021-04-20 03:46:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3342, NULL, NULL, 'vasya.tirkin12@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'EfrosimychWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-04-20 21:48:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3343, NULL, NULL, 'li.put.ovc.h.e.n.k.oj.u.liyaa@gmail.com\r\n', 'ef4e7f420ec50ecb9e90c3e958ddcb22', 'Julinlf', NULL, NULL, NULL, '188.213.34.28', '2021-04-21 03:55:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3344, NULL, NULL, 'su.choru.vskiy.a.nato.li.y.y@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikjwr', NULL, NULL, NULL, '188.213.34.28', '2021-04-21 04:34:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3345, NULL, NULL, 'vroglina@mail.ru', 'd87fcc524af82924fbfe65c88b0c8fd8', 'IsaacBuh', NULL, NULL, NULL, '194.67.78.220', '2021-04-22 09:38:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3346, NULL, NULL, 'nikitatitarev35@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'DairgWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-04-23 21:48:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3347, NULL, NULL, 's.uc.h.or.uv.s.kiy.a.n.a.t.ol.i.y.y@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Toliktob', NULL, NULL, NULL, '185.189.114.118', '2021-04-24 03:07:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3348, NULL, NULL, 'brewo23@24mailpro.top', '61cfcc04cac666b8da395f0ad019c335', 'Jamesvah', NULL, NULL, NULL, '83.29.142.148', '2021-04-24 23:12:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3349, NULL, NULL, 'revers@o5o5.ru', '1d61eb69ac084d89e42614368e6d7256', 'JdvmllPrigh', NULL, NULL, NULL, '188.35.131.246', '2021-04-25 06:20:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3350, NULL, NULL, 'elwinwilson@gmail.com', 'c515793e24d1a7babc2348e6ff8efbbc', 'Elwin Wilson', NULL, NULL, NULL, '157.46.222.141', '2021-04-26 15:04:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3351, NULL, NULL, 'Tri.Mcna@gmx.com', 'd41d8cd98f00b204e9800998ecf8427e', 'Alexgwrg42462dg19 http://google.com', NULL, NULL, NULL, '185.253.96.7', '2021-04-26 15:54:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3352, NULL, NULL, 'nkorea914174814@gmail.com', '503c282f2a6f37b9488eb74fe1902ae0', 'Robertsum', NULL, NULL, NULL, '204.101.61.82', '2021-04-26 18:24:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3353, NULL, NULL, '%spinfile-names.dat%%spinfile-lnames.dat%%random-1-100%@base.mixwi.com', 'af1aa4c7e6938050d3461abeb6e3e4c0', 'LarrySwari', NULL, NULL, NULL, '115.133.200.175', '2021-04-27 09:09:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3354, NULL, NULL, 'sucho.r.u.v.ski.yanatol.i.y.y@gmail.com\r\n', '55b48c62716fb7a7e7ac541b3ed5338c', 'Tolikpcw', NULL, NULL, NULL, '45.132.194.32', '2021-04-27 13:27:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3355, NULL, NULL, 'ehali.lov.72@gmail.com', '7cf9f35038a6cc583e8f95b1c95c5867', 'Randypal', NULL, NULL, NULL, '91.211.195.27', '2021-04-27 23:07:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3356, NULL, NULL, 'seregainbox56@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.google.com/', NULL, NULL, NULL, '185.181.244.220', '2021-04-27 23:07:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3357, NULL, NULL, 'diplomkupit@mailserp.com', '6dca7a6d6c64a9cab1d8f046c964c8bd', 'DiplomsMes', NULL, NULL, NULL, '188.163.14.10', '2021-04-28 02:54:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3358, NULL, NULL, 'lip.utovc.h.e.n.k.o.j.uliya.a@gmail.com\r\n', 'ef4e7f420ec50ecb9e90c3e958ddcb22', 'Julilyh', NULL, NULL, NULL, '185.253.160.138', '2021-04-28 03:59:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3359, NULL, NULL, 'rayengfajoreyas@gmail.com', '18a51815409758066261adbc6abe269f', 'Williamhaf', NULL, NULL, NULL, '45.9.238.27', '2021-04-28 21:23:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3360, NULL, NULL, 'lu.kin.ovic.h.2.020.13@gmail.com\r\n', '6f65f2b49e79f1e183bbd2a4fc73b43e', 'Duglasqln', NULL, NULL, NULL, '195.225.118.40', '2021-04-29 23:12:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3361, NULL, NULL, 'nezabudkamed@drstranst.xyz', '97eea13615d1f5db8d7a946f1869f9ba', 'Nezabudkamed', NULL, NULL, NULL, '93.190.111.173', '2021-04-30 00:45:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3362, NULL, NULL, 'gkmmkp@gmail.com', 'e9d04a224adda1460483dcde8f466fe1', 'Gopakumar', NULL, NULL, NULL, '157.44.173.231', '2021-04-30 11:27:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3363, NULL, NULL, 'lu.k.in.o.v.ic.h.202.01.3@gmail.com\r\n', '6f65f2b49e79f1e183bbd2a4fc73b43e', 'Duglasiju', NULL, NULL, NULL, '185.32.222.110', '2021-05-01 06:25:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3364, NULL, NULL, 'fdjkljfgldkfgldfg@mail.ru', 'ff5c054c7cd6924c570f944007ccf076', 'love https://google.com/searh zikizo7', NULL, NULL, NULL, '194.33.61.150', '2021-05-01 15:56:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3365, NULL, NULL, 'lannnefrazier@gmail.com', 'c7fd1eaeb36a570e1339ca6bb72481c7', 'JoshuaFar', NULL, NULL, NULL, '96.46.146.254', '2021-05-02 02:19:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3366, NULL, NULL, 'maitysougata08042016@gmail.com', '26fcee1fbd11d921a54ca55acda723f1', 'Sougata Maity', NULL, NULL, NULL, '157.43.207.222', '2021-05-02 15:23:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3367, NULL, NULL, 'cou7gif@gmail.com', '2c35fc6c6775a9ba12e901f0fc230d09', 'Streaming-loose', NULL, NULL, NULL, '94.155.33.34', '2021-05-04 01:38:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3368, NULL, NULL, 'suksdfdf@outlook.com', 'ff5c054c7cd6924c570f944007ccf076', 'love https://google.com/searh zikizo7', NULL, NULL, NULL, '185.245.26.148', '2021-05-04 02:36:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3369, NULL, NULL, 'gri9902@yandex.com', 'd41d8cd98f00b204e9800998ecf8427e', 'chekdonorovnachat https://apple.com', NULL, NULL, NULL, '46.8.222.82', '2021-05-05 06:50:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3370, NULL, NULL, 'antonhohlov404@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'ybrbifWakenty', NULL, NULL, NULL, '72.255.37.227', '2021-05-06 07:37:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3371, NULL, NULL, 'anthonychapman2019@gmail.com', '25d55ad283aa400af464c76d713c07ad', 'Anthony', NULL, NULL, NULL, '202.142.77.124', '2021-05-06 10:47:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3372, NULL, NULL, 'rootd3333111@gmail.com', 'bd49d3b114559b875a327361bffc5c0e', 'fishseple808', NULL, NULL, NULL, '95.79.86.167', '2021-05-06 16:32:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3373, NULL, NULL, 'markwararltram1983@mail.ru', '2b08feca4070496a06622fc2f610c893', 'npNkuqvhgqsAxe https://www.google.com/', NULL, NULL, NULL, '31.131.69.14', '2021-05-07 19:57:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3374, NULL, NULL, 'partharoys64@gmail.com', '82e9c6b981ca033af6cd991a64207ba8', 'Partha Roy', NULL, NULL, NULL, '157.40.127.24', '2021-05-07 22:36:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3375, NULL, NULL, 'budenko1963@rambler.ru', '0a5c87c3d8cafae623707ef13e130ce2', 'DavidcrynC', NULL, NULL, NULL, '188.163.73.127', '2021-05-09 06:46:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3376, NULL, NULL, 'vitaliyerevich12514@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'MihailinkaWakenty', NULL, NULL, NULL, '78.183.34.239', '2021-05-09 06:54:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3377, NULL, NULL, 'fgf42r@yandex.ru', 'bd49d3b114559b875a327361bffc5c0e', 'fishborpy982', NULL, NULL, NULL, '95.79.175.66', '2021-05-09 07:12:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3378, NULL, NULL, 'griselsaloom1988048@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'fgfjhkhlkllopp https://google.com dgdgd', NULL, NULL, NULL, '185.217.199.221', '2021-05-09 10:50:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3379, NULL, NULL, 'MURSHID9734@GMAIL.COM', '95c130eb23ee975698c691410176a402', 'MURSHID ALI KHAN', NULL, NULL, NULL, '42.110.255.205', '2021-05-09 13:30:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3380, NULL, NULL, '3242342ff@gmail.com', 'bd49d3b114559b875a327361bffc5c0e', 'fishpnrmw699', NULL, NULL, NULL, '95.79.175.66', '2021-05-10 08:45:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3381, NULL, NULL, 'rohitsharma83323@gmail.com', '25d55ad283aa400af464c76d713c07ad', 'Rohit', NULL, NULL, NULL, '171.48.95.87', '2021-05-10 11:15:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3382, NULL, NULL, 'pooleecamddyn@gmail.com', '77d744ae5f011ead9fdcaf3859c309da', 'JosephFus', NULL, NULL, NULL, '41.59.89.98', '2021-05-10 13:57:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3383, NULL, NULL, 'petrveselov812@gmail.com', 'bd49d3b114559b875a327361bffc5c0e', 'fishgqeef444', NULL, NULL, NULL, '95.79.175.66', '2021-05-11 03:33:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3384, NULL, NULL, 'VINAYSINGH85@HOTMAIL.COM', 'ed75d94bee0ac16c6cc28b1b49744dd7', 'VINAY KUMAR SINGH', NULL, NULL, NULL, '183.83.47.124', '2021-05-13 05:00:42', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(3385, NULL, NULL, 'd.shisha01@mail.ru', 'd87fcc524af82924fbfe65c88b0c8fd8', 'IsaacBuh', NULL, NULL, NULL, '95.152.63.102', '2021-05-13 13:10:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3386, NULL, NULL, 'seregainbox73@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.google.com/', NULL, NULL, NULL, '46.8.22.58', '2021-05-14 11:34:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3387, NULL, NULL, 'kanrenov1985@rambler.ru', 'f1fb7c6988cd7d9ce9874a9c8ffa3a86', 'Andreyer', NULL, NULL, NULL, '93.73.199.52', '2021-05-14 21:12:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3388, NULL, NULL, 'andrybrovarskoy777@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'rbhbkkbxyfWakenty', NULL, NULL, NULL, '190.238.211.118', '2021-05-15 03:19:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3389, NULL, NULL, 'bushra.syed246@gmail.com', 'a4d96bb87dc0d845c382e14597632fc4', 'Bushra Syed', NULL, NULL, NULL, '49.36.38.198', '2021-05-15 19:37:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3390, NULL, NULL, 'pritipaul064@gmail.com', '25f9e794323b453885f5181f1b624d0b', 'Priti Paul', NULL, NULL, NULL, '103.51.56.63', '2021-05-15 22:38:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3391, NULL, NULL, 'politontolim93@gmail.com', '82ec3ca73bd058defbfed8253bb19c0d', 'AntioneAmews', NULL, NULL, NULL, '208.102.51.6', '2021-05-16 04:05:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3392, NULL, NULL, 'Matin.sunitaexports@gmail.com', '85bcdd834d49f19ad4a728394527c02f', 'Matin Bagban', NULL, NULL, NULL, '103.203.147.90', '2021-05-16 19:34:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3393, NULL, NULL, 'nirbhay4596@gmail.com', '32cece076ab0119ffa0d0d622cfe398d', 'Nirbhay Gupta', NULL, NULL, NULL, '27.58.146.88', '2021-05-17 16:17:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3394, NULL, NULL, 'tarot@tarotreading.website', '8ce829acebd55680cdd046a009d99ac9', 'Tarotread', NULL, NULL, NULL, '94.25.238.196', '2021-05-17 18:43:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3395, NULL, NULL, 'kom-net@rcnika.biz.ua', '6b67d5e2daf75b3159c24d59ca71c06f', 'K0mForTnet', NULL, NULL, NULL, '193.194.126.151', '2021-05-17 21:44:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3396, NULL, NULL, 'vorobevaaleksandra745@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'ArlelondWakenty', NULL, NULL, NULL, '93.62.228.194', '2021-05-18 05:27:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3397, NULL, NULL, 'p.a.u.e.l.n.e.ed.w.e.l.lkh.a.e.y.re.12850.34@gmail.com', '0baa22ac0c1bb78b0c35b34b1327339f', 'pauellhek', NULL, NULL, NULL, '148.251.54.157', '2021-05-18 19:15:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3398, NULL, NULL, 'timon.asurr@gmail.com', '9e334b1f16bcbb68404a5322c5e866b1', 'BruceZekly', NULL, NULL, NULL, '208.102.51.6', '2021-05-18 23:40:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3399, NULL, NULL, 'pinakmohapatra6@gmail.com', '02dde366416804e4251be795c99c2bf0', 'Pinak Mohapatra', NULL, NULL, NULL, '106.207.86.74', '2021-05-20 02:44:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3400, NULL, NULL, 'gnommteddy@gmail.com', '49bcdfe0316464fed76f001a9d10486e', 'XyampiZdecmit', NULL, NULL, NULL, '204.101.61.82', '2021-05-21 23:40:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3401, NULL, NULL, 'tarushipandey@yahoo.co.in', 'bcb15b83b9d79e1082389c9d551a76e9', 'Tarushi Pandey', NULL, NULL, NULL, '49.36.217.47', '2021-05-22 11:00:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3402, NULL, NULL, 'rishu0102@gmail.com', '8f35fd8df6e9a7b4d915b4c43094e3f3', 'Sudhanshu Sharma', NULL, NULL, NULL, '117.220.107.136', '2021-05-22 15:23:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3403, NULL, NULL, 'ppugrappa7609@gmail.com', '1948e13706b78b81574146aa2d632fb5', 'KenCreedmoorPrept', NULL, NULL, NULL, '204.101.61.82', '2021-05-22 16:59:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3404, NULL, NULL, 'Muni.chiranjeevi1990@gmail.com', 'ce7ab507a55b208167906fd90c3668fa', 'Muni Chiranjeevi Reddy ', NULL, NULL, NULL, '157.47.102.181', '2021-05-22 19:37:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3405, NULL, NULL, 'mosnews2021@yandex.ru', 'f60c48d92be81a4dfd9e00da464233ee', 'GeorgeLog', NULL, NULL, NULL, '45.157.213.229', '2021-05-23 04:14:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3406, NULL, NULL, 'deepakpanjwani.advocate@gmail.com', '13667fdedf4448b3da7eed3476b87b84', 'Deepak Panjwani', NULL, NULL, NULL, '171.61.50.143', '2021-05-23 18:15:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3407, NULL, NULL, '7sentry337@mail.ru', '1de2f6acbd69821d65d1bc7686e8bf82', '302___***** ÐŸÐžÐ—Ð”Ð ÐÐ’Ð›Ð¯Ð•Ðœ! Ð’ÐÐœ ÐÐÐ§Ð˜Ð¡Ð›Ð•Ð _Ð‘ÐžÐÐ£Ð¡ 500$_ https://google.com . ÐœÐ« Ð–Ð”Ð•Ðœ ÐžÐ¢ Ð’ÐÐ¡ Ð›Ð®Ð‘Ð«Ð• ÐžÐ¢Ð—Ð«Ð’Ð«. Ð–Ð•Ð›ÐÐ•Ðœ Ð’ÐÐœ Ð£Ð¡ÐŸÐ•Ð¥ÐžÐ’, Ð‘Ð›ÐÐ“ÐžÐŸÐžÐ›Ð£Ð§Ð˜Ð¯ Ð˜ Ð¡Ð§ÐÐ¡Ð¢Ð¬Ð¯! *****____771', NULL, NULL, NULL, '185.159.163.121', '2021-05-24 03:09:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3408, NULL, NULL, 'valerialapyseva@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'TrentonWakenty', NULL, NULL, NULL, '197.46.17.158', '2021-05-24 05:14:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3409, NULL, NULL, 'msccomru@yandex.com', 'd225f5ea8775a613f0896da011da8912', 'Orgaf', NULL, NULL, NULL, '77.34.138.240', '2021-05-24 12:04:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3410, NULL, NULL, 'valya.mokhina@mail.ru', 'd87fcc524af82924fbfe65c88b0c8fd8', 'IsaacBuh', NULL, NULL, NULL, '93.124.116.187', '2021-05-24 12:42:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3411, NULL, NULL, 'nayaksangramkeshari30@gmail.com', 'a19727b9d7c49eb2bad36850384329fb', 'Sangram Keshari nayak', NULL, NULL, NULL, '106.208.245.84', '2021-05-24 18:02:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3412, NULL, NULL, 'sanna.777@bk.ru', 'e3452efa536318a488b338df4492eed5', 'sannaAsymn', NULL, NULL, NULL, '191.101.209.108', '2021-05-25 23:55:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3413, NULL, NULL, 'serejasinicin56789@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'HardistyWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-05-27 02:47:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3414, NULL, NULL, 'pauelneed.well.kh.a.eyr.e.1285034@gmail.com', '0baa22ac0c1bb78b0c35b34b1327339f', 'pauellhek', NULL, NULL, NULL, '148.251.54.157', '2021-05-28 06:05:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3415, NULL, NULL, 'chiefsom@gmail.com', '7da84958ca5d8a2a1e283689ebac9dbe', 'Riju Mondal', NULL, NULL, NULL, '47.11.70.169', '2021-05-28 18:38:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3416, NULL, NULL, 'mamlnovpetr2@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'anikaWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-05-30 04:04:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3417, NULL, NULL, 'yourmai1232432432l@gmail.com', '2cee7d231d4150146ba4f29b46473498', 'DouglasElelm', NULL, NULL, NULL, '142.91.189.243', '2021-05-30 05:09:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3418, NULL, NULL, 'tanzeelafarheen28@gmail.com', 'c14501c5acf47de9cddae7c68ecbd0bc', 'TANZEELA FARHEEN', NULL, NULL, NULL, '106.207.51.111', '2021-05-31 11:23:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3419, NULL, NULL, 'hotcase@mailserp.com', '531bf32b854deccb074a01c50b1379e1', 'HotcaseInalE', NULL, NULL, NULL, '178.213.5.250', '2021-05-31 21:29:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3420, NULL, NULL, 'amanovajennet280@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'FreemanWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-06-02 03:42:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3421, NULL, NULL, 'prime74@msn.com', 'ba3d2194d717584b7dfbb68af664efd9', 'willow', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 21:50:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3422, NULL, NULL, 'domainadmin@generalinteractive.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tolya', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 21:55:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3423, NULL, NULL, 'abushle@roadrunner.com', 'ba3d2194d717584b7dfbb68af664efd9', 'aleutine', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 21:56:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3424, NULL, NULL, 'slider1816@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'viktor', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 22:04:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3425, NULL, NULL, 'clister59@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'yfneyz', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 22:04:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3426, NULL, NULL, 'elliottjeff@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'christena', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 22:09:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3427, NULL, NULL, 'isam@icpcnj.org', 'ba3d2194d717584b7dfbb68af664efd9', 'apola', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 22:11:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3428, NULL, NULL, 'p_wernli@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'vfifyz', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 22:12:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3429, NULL, NULL, 'julian.vonheeder@outlook.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Alena', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 22:14:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3430, NULL, NULL, 'RKoegler710@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'shesha', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 22:15:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3431, NULL, NULL, 'kpaulsen@eaglecrestgolf.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Alessandra', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 22:18:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3432, NULL, NULL, 'justinstraube@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Gandis', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 22:21:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3433, NULL, NULL, 'lauralee03@icloud.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'christa', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 22:25:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3434, NULL, NULL, 'williambanthony@msn.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Iaineoda', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 22:28:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3435, NULL, NULL, 'info@artistjessicarae.ca', 'ba3d2194d717584b7dfbb68af664efd9', 'fhnfvjif', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 22:29:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3436, NULL, NULL, 'dmdlvr@comcast.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'utyyfif', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 22:30:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3437, NULL, NULL, 'adrimoldovan@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'cthtf', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 22:31:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3438, NULL, NULL, 'thepflegers@me.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Vitosha', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 22:32:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3439, NULL, NULL, 'MingdeHarry@outlook.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Dowyn', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 22:34:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3440, NULL, NULL, 'wlkrause@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfhmzy', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 22:36:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3441, NULL, NULL, 'whcongdon1@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Zinasha', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 22:39:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3442, NULL, NULL, 'saulid@hotmail.co.uk', 'dd1068f53d3f1bc51c188c008e2e32ac', 'yfcnyz', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 22:41:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3443, NULL, NULL, 'flawlessco251@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'yuranya', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 22:51:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3444, NULL, NULL, 'MoniDanzl@gmx.de', 'ba3d2194d717584b7dfbb68af664efd9', 'Burigrinn', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 22:51:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3445, NULL, NULL, 'stanmagic20@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbrjkf', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 22:55:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3446, NULL, NULL, 'info@ccii-info.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Danielle', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 22:56:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3447, NULL, NULL, 'moravecmirta@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Arith', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 22:57:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3448, NULL, NULL, 'cheri.schmidt@verizon.net', 'ba3d2194d717584b7dfbb68af664efd9', 'mikola', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 23:02:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3449, NULL, NULL, 'kristinewolfe1@me.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ale', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 23:05:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3450, NULL, NULL, 'jmpiekarska@wp.pl', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fktyrf', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 23:06:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3451, NULL, NULL, 'siraphop08@outlook.com', 'ba3d2194d717584b7dfbb68af664efd9', 'dbnfkbz', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 23:09:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3452, NULL, NULL, 'bernadette.vail@waytogrow.net', 'ba3d2194d717584b7dfbb68af664efd9', 'alexasha', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 23:12:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3453, NULL, NULL, 'sevkteach@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Leonello', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 23:14:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3454, NULL, NULL, 'rebshmuly@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Cashoutmaster', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 23:15:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3455, NULL, NULL, 'rosesln@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Julia', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 23:15:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3456, NULL, NULL, 'zubair.tanoli12@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Ballazan', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 23:18:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3457, NULL, NULL, 't89268383213@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Hossok', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 23:21:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3458, NULL, NULL, 'derek706586@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'minyash', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 23:24:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3459, NULL, NULL, 'crystalnmike1019@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'cntgfyblrf', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 23:24:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3460, NULL, NULL, 'hanafymeleis@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Dimaha', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 23:31:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3461, NULL, NULL, 'olreader@att.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vanuta', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 23:37:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(3462, NULL, NULL, 'ay1683@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'ntvf', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 23:40:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3463, NULL, NULL, 'info@kevelam.nl', 'ba3d2194d717584b7dfbb68af664efd9', 'gtncz', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 23:44:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3464, NULL, NULL, 'meliniz320@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'favoriteson', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 23:52:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3465, NULL, NULL, '<p>The requested URL /40.txt was not found on this server.</p>', 'ba3d2194d717584b7dfbb68af664efd9', 'dtytlbrnsx', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 23:53:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3466, NULL, NULL, 'sophie.bismuth@because.tv', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbfqkeirf', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 23:56:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3467, NULL, NULL, 'dinizkathleen2@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'lidonya', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 23:56:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3468, NULL, NULL, 'john.christian.private@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'bhbyf', NULL, NULL, NULL, '51.91.67.153', '2021-06-02 23:58:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3469, NULL, NULL, 'atiragram00@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Vasya', NULL, NULL, NULL, '149.202.86.68', '2021-06-02 23:58:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3470, NULL, NULL, 'capi5@aol.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Mohito', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 00:03:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3471, NULL, NULL, 'cassielynne001@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'kbfyrf', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 00:04:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3472, NULL, NULL, '350z169@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Adietoyn', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 00:06:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3473, NULL, NULL, 'george.deng.1993@outlook.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'gfdkcz', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 00:16:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3474, NULL, NULL, 'angulo_ramon@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'angels', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 00:20:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3475, NULL, NULL, 'khojamoiz@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'kreatmin', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 00:23:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3476, NULL, NULL, 'jugmeet.s.rehal@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'pebble', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 00:35:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3477, NULL, NULL, 'shahn51759@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Tauner', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 00:41:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3478, NULL, NULL, 'Lazerus88@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'andronic', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 00:42:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3479, NULL, NULL, 'sia71375@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'pbyekz', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 00:56:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3480, NULL, NULL, 'abductionz@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfienf', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 00:56:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3481, NULL, NULL, 'twistermack@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Cornelius', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 00:58:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3482, NULL, NULL, 'alexfernandez_132@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'emelyasha', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 01:04:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3483, NULL, NULL, 'ritadit67@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'gjkbyfhbq', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 01:10:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3484, NULL, NULL, 're.trainh@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'yfcnif', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 01:14:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3485, NULL, NULL, 'radiceshirley@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'fktyf', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 01:32:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3486, NULL, NULL, 'mbrittney33@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'hjcz', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 01:38:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3487, NULL, NULL, 'rterrell222@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Anadwyn', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 01:43:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3488, NULL, NULL, 'felix_bri@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'anastasca', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 01:45:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3489, NULL, NULL, 'elentler@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfnatq', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 01:57:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3490, NULL, NULL, '3rr0rl0g@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Tamanaha', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 02:02:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3491, NULL, NULL, 'sco610@sbcglobal.net', 'ba3d2194d717584b7dfbb68af664efd9', 'Danisha', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 02:05:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3492, NULL, NULL, 'jmbmwmiami@yahoo.es', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Blackgirl', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 02:13:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3493, NULL, NULL, 'tserrato@precisioncoldplaninginc.com', 'ba3d2194d717584b7dfbb68af664efd9', 'tench', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 02:21:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3494, NULL, NULL, 'inavascues@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'hfcz', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 02:23:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3495, NULL, NULL, 'cf220805@icloud.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fyrf', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 02:26:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3496, NULL, NULL, 'vidgames4ever@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'nikah', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 02:33:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3497, NULL, NULL, 'acupuncturepoints@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Dawnterror', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 02:45:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3498, NULL, NULL, 'edeworth@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'uheyz', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 02:45:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3499, NULL, NULL, 'chrisjudice@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Arilak', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 02:45:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3500, NULL, NULL, 'thegameisdirty@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'mihai', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 02:46:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3501, NULL, NULL, 'ibikeadv@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfhbvmzyf', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 02:56:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3502, NULL, NULL, 'houston@medcenterendo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'jktyf', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 03:04:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3503, NULL, NULL, 'graceburger@icloud.com', 'ba3d2194d717584b7dfbb68af664efd9', 'dbrnjh', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 03:06:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3504, NULL, NULL, 'suzette@essentialmedtools.com', 'ba3d2194d717584b7dfbb68af664efd9', 'natal', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 03:08:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3505, NULL, NULL, 'rrweather@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'yfcnekz', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 03:09:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3506, NULL, NULL, 'garytsuruda@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'fktrctq', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 03:12:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3507, NULL, NULL, 'bfrank@lilly.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vehf', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 03:21:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3508, NULL, NULL, 'jrthurber@verizon.net', 'ba3d2194d717584b7dfbb68af664efd9', 'bkmif', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 03:22:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3509, NULL, NULL, 'tradingone@amberaigroup.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dimuha', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 03:29:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3510, NULL, NULL, 'amazon@nextdaywatches.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'gfkeyz', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 03:39:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3511, NULL, NULL, 'thomas.a.hagerty@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'gtnzqrf', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 03:40:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3512, NULL, NULL, 'kaly1984@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Adoratius', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 03:46:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3513, NULL, NULL, 'cmgardner001@sbcglobal.net', 'ba3d2194d717584b7dfbb68af664efd9', 'Larissa', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 04:46:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3514, NULL, NULL, 'trek4@bellsouth.net', 'ba3d2194d717584b7dfbb68af664efd9', 'milya', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 04:52:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3515, NULL, NULL, 'tomass.semevics@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'quizzes', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 04:58:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3516, NULL, NULL, 'pleahy2005@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'vfz', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 06:04:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3517, NULL, NULL, 'salramch@hotmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'apola', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 06:19:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3518, NULL, NULL, 'e345brown@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'venedict', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 06:23:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3519, NULL, NULL, 'tadmartin223@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'kerfif', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 06:43:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3520, NULL, NULL, 'ksloynds@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'elyusha', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 08:33:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3521, NULL, NULL, 'cortesjh@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'rtkmncr', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 08:57:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3522, NULL, NULL, 'Lori.grayson@gmail.com', 'ba3d2194d717584b7dfbb68af664efd9', 'Chillwind', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 09:28:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3523, NULL, NULL, 'info@vodostok-moscow.ru', 'ba3d2194d717584b7dfbb68af664efd9', 'jackdaw', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 11:00:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3524, NULL, NULL, 'jameydavis711@yahoo.com', 'ba3d2194d717584b7dfbb68af664efd9', 'bdfif', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 11:30:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3525, NULL, NULL, 'ravichandranraja65@rediffmail.com', '426c8adcf105b4fd243a61f363cd5148', 'Ravichandran  R', NULL, NULL, NULL, '42.109.139.26', '2021-06-03 12:15:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3526, NULL, NULL, 'Petrovandrey69@mail.ru', 'ba3d2194d717584b7dfbb68af664efd9', 'becoming', NULL, NULL, NULL, '51.91.67.153', '2021-06-03 12:31:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3527, NULL, NULL, 'ALEXANDER.BIDDLE@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbfqksx', NULL, NULL, NULL, '149.202.86.68', '2021-06-03 12:41:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3528, NULL, NULL, 'elisimush@gmail.com', 'eb099866f5d5a21df53c795a4a6e21a4', 'Anthonywex', NULL, NULL, NULL, '89.179.106.233', '2021-06-03 19:52:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3529, NULL, NULL, 'z3241342@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'KizuruWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-06-05 03:47:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3530, NULL, NULL, 'cesar.mancuello@cialpa.com.py', '01adcabd9c814011e2515312b2e027b1', 'sewjuittee', NULL, NULL, NULL, '122.180.241.45', '2021-06-06 15:20:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3531, NULL, NULL, 'sunilkrishnan7@gmail.com', '00fd5da56ea1dc0096c140e3cf69c246', 'SUNIL KRISHNAN.B.K', NULL, NULL, NULL, '49.15.193.47', '2021-06-06 22:53:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3532, NULL, NULL, 'vasilii.kriuchkov.26.5.2001@mail.ru', '02ac8bc2e5993af62538bbd3a6d12ed0', 'Davidmousa', NULL, NULL, NULL, '82.114.253.137', '2021-06-07 04:56:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3533, NULL, NULL, 'profiplastorg@mailserp.com', '297144f70596824e36b19a019ec17d96', 'LastoEterm', NULL, NULL, NULL, '178.213.4.23', '2021-06-08 07:15:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3534, NULL, NULL, 'artemtrubov96@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'bhtyfWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-06-11 04:03:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3535, NULL, NULL, 'vykup@mailserp.com', 'a1f3d901edbef8097d5ddfa8b9d5660c', 'vykupreala', NULL, NULL, NULL, '188.163.43.21', '2021-06-12 19:21:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3536, NULL, NULL, 'gjproklin@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'maygg', NULL, NULL, NULL, '93.124.58.149', '2021-06-12 21:36:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3537, NULL, NULL, 'kartavyjd68@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'dtyeifWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-06-14 03:48:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3538, NULL, NULL, 'carbetscom@mailserp.com', '518d95607383e7280e5414090c3ead2a', 'Carbetspet', NULL, NULL, NULL, '193.26.13.70', '2021-06-15 01:35:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3539, NULL, NULL, 'vnmpt@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'maygg', NULL, NULL, NULL, '95.152.33.37', '2021-06-15 09:15:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3540, NULL, NULL, 'chiradeepm@gmail.com', '823da4223e46ec671a10ea13d7823534', 'Chiradeep Majumdar', NULL, NULL, NULL, '122.177.9.32', '2021-06-15 19:08:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3541, NULL, NULL, 'ncbxbabx717610@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'amaWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-06-17 01:42:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3542, NULL, NULL, 'roudnivirnax@gmail.com', '9269f16bfdbdef8a49f6300899f7f631', 'LinktrMor', NULL, NULL, NULL, '94.155.33.34', '2021-06-17 02:00:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3543, NULL, NULL, 'greiannett@yandex.com', '2bbedfcfe798fffc8f22ce97289eb962', 'Stevenkes', NULL, NULL, NULL, '178.127.108.14', '2021-06-17 09:49:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3544, NULL, NULL, 'p.a.u.elnee.d.we.ll.khae.y.r.e1.2.8.5.0.34@gmail.com', '0baa22ac0c1bb78b0c35b34b1327339f', 'pauellhek', NULL, NULL, NULL, '148.251.54.157', '2021-06-17 22:48:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3545, NULL, NULL, 'aleksandr.semenov5226@gmail.com', '240539b93ff96871d14044279d1bf98e', 'lisafume', NULL, NULL, NULL, '185.247.21.167', '2021-06-17 23:49:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3546, NULL, NULL, 'prithvithakurpt18@gmail.com', '3e1a85ddaf30a68c19d242c6e85f8348', 'Prithvi Thakur', NULL, NULL, NULL, '49.36.186.250', '2021-06-19 18:34:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3547, NULL, NULL, 'egorkovshyn1993@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'dthefWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-06-20 04:14:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3548, NULL, NULL, '1r@4ttmail.com', '238a8349fdb5ffb167744f3c31ad024f', 'DonaldUndip', NULL, NULL, NULL, '62.16.8.150', '2021-06-20 08:55:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3549, NULL, NULL, 'yourmai12321232l@gmail.com', '23c583baa262e1b57cc1f29bffb26caa', 'Randyjab', NULL, NULL, NULL, '138.197.139.255', '2021-06-21 05:02:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3550, NULL, NULL, 'georgiy_chukashev_1073926596@mail.ru', '897d6b4298272ec0bb05d3d4f0d9d1e4', 'Francesgopsy', NULL, NULL, NULL, '46.21.250.75', '2021-06-21 11:25:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3551, NULL, NULL, 'itsrana898@gmail.com', '1cdd22cfb60ced7f90836ccff2b7ae0d', 'Saurabh', NULL, NULL, NULL, '169.149.211.14', '2021-06-22 10:58:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3552, NULL, NULL, 'antonkymirov44@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'fkmbyWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-06-23 04:20:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3553, NULL, NULL, 'fgfdsfhjjhkj@yandex.com', '580490a20ad9552c983a84cd17625518', 'RonnieTreal', NULL, NULL, NULL, '94.181.47.232', '2021-06-23 08:18:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3554, NULL, NULL, 'jgpavel@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'poliko', NULL, NULL, NULL, '95.152.46.12', '2021-06-23 14:44:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3555, NULL, NULL, 'greiannet@yandex.com', '2bbedfcfe798fffc8f22ce97289eb962', 'Steveynkes', NULL, NULL, NULL, '93.85.149.114', '2021-06-24 04:25:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3556, NULL, NULL, 'm2r@4ttmail.com', '9798afde78b6090097fc1ca915cafa05', 'TravisKed', NULL, NULL, NULL, '62.16.8.150', '2021-06-24 20:53:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3557, NULL, NULL, 'agarwalstationeryvns@gmail.com', 'dcb157b4ea4aa921519a2beaa9c01f5e', 'Agarwal Stationery Store', NULL, NULL, NULL, '103.92.115.35', '2021-06-25 00:01:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3558, NULL, NULL, 'senya.vasin.9292@mail.ru', '115b6a5cde3ebefb189dc665132ec5b5', 'AlfredBug', NULL, NULL, NULL, 'unknown', '2021-06-27 09:04:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3559, NULL, NULL, 'atharislam@gmail.com', 'eaad0e11dab4ebc062cb0c569cbc3c1c', 'Athar Siddiqui', NULL, NULL, NULL, '43.243.80.143', '2021-06-27 19:21:04', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(3560, NULL, NULL, 'rnprtpsngh18@gmail.com', '561765a41de1bf456254b46bba61d1e1', 'ATITHI KUMAR', NULL, NULL, NULL, '47.247.223.130', '2021-06-28 19:47:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3561, NULL, NULL, 'p.a.u.el.n.e.ed.we.llk.haey.r.e1285034@gmail.com', '0baa22ac0c1bb78b0c35b34b1327339f', 'pauellhek', NULL, NULL, NULL, '85.203.20.118', '2021-06-29 21:25:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3562, NULL, NULL, 'isagodoy703@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'jhekzWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-06-30 03:30:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3563, NULL, NULL, 'borodulka-wtf@yandex.ua', '25abd67bc70299d7a23deda5f97ae834', 'JulianMup', NULL, NULL, NULL, '185.220.100.250', '2021-06-30 23:29:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3564, NULL, NULL, '7a5m1zav.0961gs@gmail.com', 'e8662f525bf70dbca6590a2264107a4b', 'Ninafume', NULL, NULL, NULL, '195.78.247.193', '2021-07-01 19:45:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3565, NULL, NULL, 'borodulka-wtf@ya.ru', '25abd67bc70299d7a23deda5f97ae834', 'JulianMup', NULL, NULL, NULL, '185.220.101.141', '2021-07-02 07:40:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3566, NULL, NULL, 'satishrajmane79@gmail.com', '38c44c4d897ee251dad714385b573c6e', 'Satish Rajmane', NULL, NULL, NULL, '1.39.30.45', '2021-07-02 14:59:29', 'web', '', 401625220106, NULL, NULL, '2023-06-02 13:37:31', 0),
(3567, NULL, NULL, 'irinasocolova627@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'PaliunWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-07-03 23:41:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3568, NULL, NULL, 'aq.ua.bu.r.s.er.v.i.c.e.202.1@gmail.com\r\n', 'f7d23c0509185825b3537004ad921396', 'Andreasixn', NULL, NULL, NULL, '156.146.50.72', '2021-07-04 07:18:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3569, NULL, NULL, 'sakshimandelia1402@gmail.com', 'd1cc3ebe7fdffe77cce01a167e04f307', 'Sakshi Mandelia', NULL, NULL, NULL, '49.37.37.210', '2021-07-04 15:23:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3570, NULL, NULL, 'kiethbradburn113@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'eyeFem', NULL, NULL, NULL, '84.17.55.21', '2021-07-04 15:44:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3571, NULL, NULL, 'image81@inbox.ru', 'ae62b8fad404af25d9e6f2b0a955475e', 'Coreynep', NULL, NULL, NULL, '185.107.242.199', '2021-07-04 19:51:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3572, NULL, NULL, 'poc.hta@imajl.ru', 'd3c762d1793b1df1476517c19f4c1aa1', 'kspbrirl', NULL, NULL, NULL, '141.101.249.39', '2021-07-04 23:34:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3573, NULL, NULL, 'jaso.n.p.e.rezzz.z.z52.5.@gmail.com', 'a5e98a92f318c2122cde5e8314929123', 'Jasonstilm', NULL, NULL, NULL, '191.96.121.251', '2021-07-05 13:28:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3574, NULL, NULL, 'monthliplery1957@dizaer.ru', '02cc509444ad535a7b70d2f1d3809122', 'BradleySoync', NULL, NULL, NULL, '92.118.77.10', '2021-07-06 10:37:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3575, NULL, NULL, 'efremovsawel@yandex.com', '3b95d496061f02103762dbaf76a20347', 'OlgaaNic', NULL, NULL, NULL, '93.81.207.241', '2021-07-06 14:23:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3576, NULL, NULL, 'protribasvets1964@dizaer.ru', '6d7a42642a095fb313817f8e44bd2391', 'ScottStarm', NULL, NULL, NULL, '92.118.77.10', '2021-07-06 15:34:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3577, NULL, NULL, 'os.ho.w.itc.z.j.e.r.e.m.y@gmail.com', '1d45b375b9c3e5035b3035fcbdc25256', 'Ashleyhap', NULL, NULL, NULL, '45.131.195.83', '2021-07-06 23:16:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3578, NULL, NULL, 'slotoking.casino777@gmail.com', '1fc0218c8377b6b97e43272d5997f004', 'SlotoKing', NULL, NULL, NULL, '46.33.40.178', '2021-07-07 07:30:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3579, NULL, NULL, 'bridevliters1952@dizaer.ru', '05ea92e2a17f6bac4f8e4d9f1d7468af', 'WilliamGraks', NULL, NULL, NULL, '92.118.77.10', '2021-07-07 09:10:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3580, NULL, NULL, 'p.r.ime.gr.anit2.0.1.9@gmail.com\r\n', '0c6231cba1e6aa5dbb264f8fca88e0f9', 'agrohimdgw', NULL, NULL, NULL, '156.146.50.49', '2021-07-07 11:18:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3581, NULL, NULL, 'darsusubmoi1976@dizaer.ru', '0a4d8894012d1e5d19da2cc4c5b0c53d', 'Charlesunsup', NULL, NULL, NULL, '92.118.77.10', '2021-07-07 16:05:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3582, NULL, NULL, 'go@antitourism.ru', '62801a4c6da93db5574e19fdb29ac4b8', 'gotutop', NULL, NULL, NULL, '5.62.18.128', '2021-07-07 22:05:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3583, NULL, NULL, 'derfclunosad1988@dizaer.ru', 'b35675674be06d46d10a663e8873ec9a', 'GeorgeKal', NULL, NULL, NULL, '92.118.77.10', '2021-07-08 01:15:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3584, NULL, NULL, 'perwhiviva1957@dizaer.ru', 'bfabf64620c9c2830bae2c937d7926c2', 'Kevinten', NULL, NULL, NULL, '92.118.77.10', '2021-07-08 01:15:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3585, NULL, NULL, 'colinbell60@yandex.com', '59397c42f90105653fd86f9ad164fac4', 'Arthurthuct', NULL, NULL, NULL, '23.236.171.125', '2021-07-08 03:12:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3586, NULL, NULL, 'jaso.n.per.ezzzz.z.52.5@gmail.com', 'a5e98a92f318c2122cde5e8314929123', 'MartinLew', NULL, NULL, NULL, '193.56.116.134', '2021-07-09 07:44:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3587, NULL, NULL, 'keysyeloseywk@gmail.com', '94fc91d442b21b6227fb9eb101b8ba27', 'BusinessmanWeakE', NULL, NULL, NULL, '176.111.173.25', '2021-07-09 17:59:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3588, NULL, NULL, 'ljulialuioy90yo04@outlook.com', '430b538abfe4e8ceaaab73ed6cc4d3b4', 'Michaelven', NULL, NULL, NULL, '93.81.15.10', '2021-07-10 06:36:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3589, NULL, NULL, 'jenifer15673@gmail.com', 'd5969640b9c8ab31a4e7ee8864468eef', 'Susansmite', NULL, NULL, NULL, '45.82.68.14', '2021-07-10 06:59:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3590, NULL, NULL, 'shukla.akash99111@gmail.com', 'd857eb6c1943d3765b44d010c148b2ea', 'Akashdeep Shukla', NULL, NULL, NULL, '49.36.40.5', '2021-07-10 18:10:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3591, NULL, NULL, 'nahsjbis@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'tdutybzWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-07-11 05:32:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3592, NULL, NULL, 'vita.vinokurovas@gmail.com', '13e529a6a994a2222402faf1da4b5efd', 'WarrenDub', NULL, NULL, NULL, '178.239.198.181', '2021-07-11 08:06:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3593, NULL, NULL, 'adultseriesnet@gmail.com', '3640a37ad9a67a444ee49cd02d693fb7', 'Adult Tim', NULL, NULL, NULL, '188.186.212.41', '2021-07-12 18:36:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3594, NULL, NULL, 'donniegwinn742@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'eyeFem', NULL, NULL, NULL, '84.17.55.15', '2021-07-13 05:16:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3595, NULL, NULL, 'mojazvis@gmail.com', 'd1caf91ca9906b6938c8ede98ab38afc', 'rjhybkfWakenty', NULL, NULL, NULL, '178.159.37.139', '2021-07-14 05:04:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3596, NULL, NULL, 'stormgain@mailserp.com', '429e63ea9944992b572a19e324277739', 'Stormsonna', NULL, NULL, NULL, '193.26.13.70', '2021-07-15 01:22:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3597, NULL, NULL, 'testeserverov@yandex.ru', '3a29c81e705f8262a803dba89aa1de1d', 'chikchirik https://www.apple.com/ #gennik', NULL, NULL, NULL, '176.59.40.240', '2021-07-15 21:46:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3598, NULL, NULL, '900900900@internet.ru', '0897014541863ef14f4394d4a987b7f7', 'Urocchgcj', NULL, NULL, NULL, '188.235.20.123', '2021-07-17 03:47:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3599, NULL, NULL, 'markivanov018@gmail.com', '022337312c4d0ab13044e51c561d8066', 'GolkreeWakenty', NULL, NULL, NULL, '178.159.37.153', '2021-07-18 06:22:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3600, NULL, NULL, 'karasev1987@rambler.ru', 'f1fb7c6988cd7d9ce9874a9c8ffa3a86', 'KarasevcrynC', NULL, NULL, NULL, '188.163.73.248', '2021-07-18 08:15:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3601, NULL, NULL, 'gri9902@yandex.ru', 'd41d8cd98f00b204e9800998ecf8427e', '17.07chekdonorov https://apple.com', NULL, NULL, NULL, '46.8.106.74', '2021-07-18 13:40:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3602, NULL, NULL, 's.a.n.dyare.ns.yha.i.r.y.@gmail.com', '631b84f5d8f419dd2fd4fab25f5c05c2', 'MatthewAbons', NULL, NULL, NULL, '136.144.33.22', '2021-07-19 00:03:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3603, NULL, NULL, 'laramaxdff@gmail.com', 'f85dac48966ea1fcba8c7cac8e9b2fe7', 'RalphProre', NULL, NULL, NULL, '46.45.136.106', '2021-07-19 00:45:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3604, NULL, NULL, 'alexpopov716253@gmail.com', 'f251d37b07949faa15152a38e33b88e8', 'Kathrynadvix', NULL, NULL, NULL, '104.144.105.114', '2021-07-19 02:54:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3605, NULL, NULL, 'eleonora.zvantseva89@gmail.com', '022337312c4d0ab13044e51c561d8066', 'vladimirushkaWakenty', NULL, NULL, NULL, '178.159.37.153', '2021-07-21 06:24:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3606, NULL, NULL, 'h.an.e.yn76@gmail.com', 'cd5293f26339a79c743240dc81649085', 'MarlinLow', NULL, NULL, NULL, '136.144.33.141', '2021-07-22 08:32:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3607, NULL, NULL, 'pdanyell814iype9lao@outlook.com', '2b626be3dea1f0616ce76bbd9915d0f3', 'WilliamFet', NULL, NULL, NULL, '93.81.15.10', '2021-07-22 17:50:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3608, NULL, NULL, 'sravnikeshbek@mailserp.com', '7fe552bee7fb72772701dec345b7a6ab', 'Keshbequede', NULL, NULL, NULL, '193.26.13.70', '2021-07-23 01:06:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3609, NULL, NULL, 'yasarmohammad09@gmai.com', 'affe45c895af975449a06fac555b436f', 'mohammad yasar khan', NULL, NULL, NULL, '106.76.150.24', '2021-07-23 10:50:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3610, NULL, NULL, 'lizafonti@gmail.com', '1093ef95450cacfbceec7b5f363ed0d0', 'Lizaemone', NULL, NULL, NULL, '82.202.167.53', '2021-07-24 02:19:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3611, NULL, NULL, 'tamara.zubkova90@gmail.com', '022337312c4d0ab13044e51c561d8066', 'CyrilWakenty', NULL, NULL, NULL, '178.159.37.153', '2021-07-24 10:01:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3612, NULL, NULL, 'soumak07@gmail.com', 'da90421de07beb1862b8f83766aadb71', 'Soumak Ghosh', NULL, NULL, NULL, '157.40.223.75', '2021-07-26 19:23:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3613, NULL, NULL, 'tempÐ¾Ð¾9999@gmail.com', '1351a96e621a7235c943e65ab4e1b953', 'Tempomos Thori', NULL, NULL, NULL, '146.70.52.61', '2021-07-25 02:14:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3614, NULL, NULL, 'amina.filatova94@gmail.com', '022337312c4d0ab13044e51c561d8066', 'PixiesWakenty', NULL, NULL, NULL, '178.159.37.153', '2021-07-27 02:32:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3615, NULL, NULL, 'temptest913666639@gmail.com', '5b8f10227c790bbcb9fcf4a20345b607', 'Garretlog', NULL, NULL, NULL, '178.140.227.183', '2021-07-27 07:48:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3616, NULL, NULL, 'gdmaha@mail.ru', 'd87fcc524af82924fbfe65c88b0c8fd8', 'IsaacBuh', NULL, NULL, NULL, '93.124.48.162', '2021-07-27 08:22:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3617, NULL, NULL, 'zulzackaryaeva@yandex.ru', '7039f77d077ea499b985530ad941f67e', 'DarrenFal', NULL, NULL, NULL, '37.45.164.41', '2021-07-28 12:09:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3618, NULL, NULL, 'sonya.turova85@gmail.com', '022337312c4d0ab13044e51c561d8066', 'HellasWakenty', NULL, NULL, NULL, '178.159.37.153', '2021-07-30 03:00:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3619, NULL, NULL, 'zul.zackaryaeva@yandex.ru', '6361e7aa76974847964cf2ea10440335', 'BarbaraWoulp', NULL, NULL, NULL, '178.127.47.119', '2021-07-30 21:04:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3620, NULL, NULL, 'pa.ue.l.n.e.edwel.l.khaeyr.e.1.28.50.3.4@gmail.com', '0baa22ac0c1bb78b0c35b34b1327339f', 'pauellhek', NULL, NULL, NULL, '46.148.234.229', '2021-07-31 01:26:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3621, NULL, NULL, 'sujoy.k.sircar@gmail.com', 'e9e0c566fa4a2a9c34f01235e3f71775', 'Sujoy Sircar ', NULL, NULL, NULL, '42.106.217.85', '2021-07-31 12:16:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3622, NULL, NULL, 'yourgireesh@gmail.com', '6cbf2473f833549487d2ce3d1e0f18ee', 'Gireesh Vijayan', NULL, NULL, NULL, '157.46.142.227', '2021-07-31 18:16:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3623, NULL, NULL, 'humpsephcentsu1950@dizaer.ru', '06e1987e3c1151343b7ed0b33bf0ea41', 'Robertloods', NULL, NULL, NULL, '92.118.77.10', '2021-08-01 23:15:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3624, NULL, NULL, 'tyrrmasenpamph988@gmail.com', '022337312c4d0ab13044e51c561d8066', 'kalidkaWakenty', NULL, NULL, NULL, '178.159.37.153', '2021-08-02 03:39:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3625, NULL, NULL, 'j.a.so.npe.r.ez.zz.zz5.2.5.@gmail.com', 'a5e98a92f318c2122cde5e8314929123', 'Jasonstilm', NULL, NULL, NULL, '136.144.33.85', '2021-08-02 04:44:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3626, NULL, NULL, 'terterredo@yandex.com', '80441976264eed790efd3cedd5de7746', 'HerbertSpatt', NULL, NULL, NULL, '94.181.47.232', '2021-08-02 07:14:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3627, NULL, NULL, 'anna.frin@yandex.com', 'a2d749b19e9f276ccdcfc18907187ca9', 'Terryges', NULL, NULL, NULL, '37.45.172.190', '2021-08-04 07:30:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3628, NULL, NULL, 'domabanivtomske@yandex.ru', '69df1af96cb75bb3c624dfd383f491fb', 'Trevisded', NULL, NULL, NULL, '95.174.220.112', '2021-08-05 03:25:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3629, NULL, NULL, 'lidiya.garanina93@gmail.com', '022337312c4d0ab13044e51c561d8066', 'njlzWakenty', NULL, NULL, NULL, '178.159.37.153', '2021-08-05 13:19:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3630, NULL, NULL, 'zackaryaeva@yandex.ru', '6361e7aa76974847964cf2ea10440335', 'BarbaraWoulp', NULL, NULL, NULL, '178.127.85.145', '2021-08-05 15:13:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3631, NULL, NULL, 'vi.kas.ervic.e.2.02.0.21@gmail.com\r\n', '48be583b6a740e2722803582dd40c689', 'Victorwdy', NULL, NULL, NULL, '188.126.89.116', '2021-08-05 23:48:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3632, NULL, NULL, 'seemaenterprises0001@gmail.com', '308ffdef180592858ca2c2d5db23de70', 'Niharika Priyadarshi ', NULL, NULL, NULL, '157.42.114.48', '2021-08-06 10:54:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3633, NULL, NULL, 'sarakn12@mail.ru', '650b0d64b3f97d5e1500b8c7394774e7', 'Kevinhag', NULL, NULL, NULL, '92.255.198.132', '2021-08-06 11:37:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3634, NULL, NULL, 'indrajeet_samanta@rediffmail.com', '6dbe7a1d6e6b08d700df1a51dc9d0968', 'INDRAJEET SAMANTA', NULL, NULL, NULL, '27.61.101.204', '2021-08-07 21:54:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3635, NULL, NULL, 'yasarmohamma9@gmail.com', '44add7d60913848ac2da688daf4e0c2c', 'MOHAMMAD YASAR KHAN ', NULL, NULL, NULL, '27.97.2.13', '2021-08-09 08:42:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3636, NULL, NULL, 'mkkaushikdon053@gmail.com', '810f3f4ede96b39b7619e47610973ebd', 'Manmohan Kaushik', NULL, NULL, NULL, '103.165.22.34', '2021-08-09 10:15:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3637, NULL, NULL, 'luk.in.ov.i.ch.2.0.20.1.3@gmail.com\r\n', '6f65f2b49e79f1e183bbd2a4fc73b43e', 'Duglasavq', NULL, NULL, NULL, '84.17.47.108', '2021-08-09 13:09:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3638, NULL, NULL, 'arinsherstneva@yandex.ru', '4b7035c3e9ca275dd96e8544bbbe96ea', 'pollynoblefloor https://amazon.com z', NULL, NULL, NULL, '45.11.21.135', '2021-08-09 13:57:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3639, NULL, NULL, 'pobfukdagiu@gmail.com', '9269f16bfdbdef8a49f6300899f7f631', 'LinktrMor', NULL, NULL, NULL, '94.155.33.34', '2021-08-09 17:12:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3640, NULL, NULL, 'daertr.frantz@yandex.com', 'ab52d3f269af1a6da07a8df0d5399c57', 'RebeccaUrize', NULL, NULL, NULL, '37.45.216.107', '2021-08-09 23:09:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3641, NULL, NULL, 'daiyan2007@gmail.com', '59014090998cbdcf0882f22aea8791da', 'Daiyan Hussain', NULL, NULL, NULL, '47.29.87.227', '2021-08-10 17:48:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3642, NULL, NULL, 'ansdna.frkijin@yandex.com', '56a232a3cde53bb719f94fea1b10a341', 'LauraRitte', NULL, NULL, NULL, '178.127.2.24', '2021-08-10 22:05:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3643, NULL, NULL, 'dearginger277@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'muuHaups', NULL, NULL, NULL, '185.244.214.115', '2021-08-12 11:41:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3644, NULL, NULL, 'tanya.larionova912@gmail.com', '022337312c4d0ab13044e51c561d8066', 'gjkbyfWakenty', NULL, NULL, NULL, '178.159.37.153', '2021-08-13 01:15:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3645, NULL, NULL, 'yd-5074773681@yandex.ru', '034cb6c228fd41c61776b85507094d53', 'seet ledokov https://www.amazon.com', NULL, NULL, NULL, '128.199.214.87', '2021-08-13 13:57:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3646, NULL, NULL, 'sema.valov.9595@mail.ru', '25f9e794323b453885f5181f1b624d0b', '14.08chekdonorovPC https://apple.com', NULL, NULL, NULL, '46.8.223.89', '2021-08-14 16:32:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3647, NULL, NULL, 'os.howi.t.c.zj.e.re.m.y.@gmail.com', '1d45b375b9c3e5035b3035fcbdc25256', 'Ashleyhap', NULL, NULL, NULL, '45.131.194.52', '2021-08-14 20:01:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3648, NULL, NULL, 'canwimac608@maillux.online\r\n', '05b1be920a72905e10e4d492169905c9', 'Rvetaborne', NULL, NULL, NULL, '51.159.23.22', '2021-08-15 04:52:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3649, NULL, NULL, 'seemaenterprises001@gmail.com', '14af1019208a0068086bf946138b89e0', 'Niharika Priyadarshi ', NULL, NULL, NULL, '157.42.202.201', '2021-08-16 10:28:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3650, NULL, NULL, 'teksty-pesenoks@yandex.ua', '9cc1f9852eb4f1522402c90bd762016b', 'Colbykap', NULL, NULL, NULL, '95.105.125.236', '2021-08-16 15:05:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3651, NULL, NULL, 'glukhina.1998@mail.ru', '71a4a7ae05f90e52d4f4f2221af987ee', 'prohas', NULL, NULL, NULL, '93.124.97.226', '2021-08-16 17:46:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3652, NULL, NULL, 'hpesokdqqa_1622566407@tfbnw.net', '9a2da16c6cdcd0c0e8b6122fcb9fe04d', 'Carol Linda', NULL, NULL, NULL, '52.220.138.64', '2021-08-17 08:50:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3653, NULL, NULL, 'dbhthdnyub_1622566407@tfbnw.net', '9a2da16c6cdcd0c0e8b6122fcb9fe04d', 'Carol Linda', NULL, NULL, NULL, '52.220.138.64', '2021-08-17 08:51:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3654, NULL, NULL, 'sascha.smarzlik@gmx.de', '627b97ab7cf552e59c44099f2f4b25de', 'Willst du hei.en Gesprachen mit unglaublichen Frauen. Sie sind auf dem richtigen Weg\r\n www.keysdrie.bhdsl.xyz', NULL, NULL, NULL, '188.191.233.57', '2021-08-17 18:24:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3655, NULL, NULL, 'dimastanevitch@yandex.com', '9ef2497e9d87be303762abd2df9db770', 'MichaelDef', NULL, NULL, NULL, '178.127.50.48', '2021-08-18 21:54:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3656, NULL, NULL, 'zasplav2020@mail.ru', '79aa22cf1b4984edaf16acaa93c207b4', 'RebeccaPhync', NULL, NULL, NULL, '37.45.208.126', '2021-08-18 23:12:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3657, NULL, NULL, 'GS.CHAUHAN0609@GMAIL.COM', 'ce5b73cac8dce2afb29dffa3b06168c6', 'Gopal Singh Chauhan', NULL, NULL, NULL, '157.47.218.22', '2021-08-19 11:14:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3658, NULL, NULL, 'p.a.ue.lnee.dwe.l.lk.h.a.e.yre.128.5.034.@gmail.com', '0baa22ac0c1bb78b0c35b34b1327339f', 'pauellhek', NULL, NULL, NULL, '46.148.234.229', '2021-08-19 17:16:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3659, NULL, NULL, 'chitraramesh85@gmail.com', '1334c37deb3014295dec1c34f1a0257d', 'Chitra Bhatia', NULL, NULL, NULL, '122.162.217.16', '2021-08-21 15:13:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3660, NULL, NULL, 'ijrblsoxt@totzilla.ru', '412c75fcb111a9a1362f854486ded407', 'Lauramed', NULL, NULL, NULL, '125.65.92.104', '2021-08-22 09:34:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3661, NULL, NULL, 'vik.a.servi.c.e.2.02.021@gmail.com\r\n', '48be583b6a740e2722803582dd40c689', 'Victorzpw', NULL, NULL, NULL, '195.78.54.51', '2021-08-23 00:38:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3662, NULL, NULL, 'v.i.ka.s.e.r.vi.ce2.0.2.02.1@gmail.com\r\n', '48be583b6a740e2722803582dd40c689', 'Victorcwj', NULL, NULL, NULL, '195.78.54.27', '2021-08-23 22:26:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3663, NULL, NULL, 'oshowitczjeremy@gmail.com', 'b887943fa22103b3f66a7a591a6b58ab', 'HarveyRaito', NULL, NULL, NULL, '45.131.194.241', '2021-08-24 01:41:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3664, NULL, NULL, 'go.rse.c1.98.0.r.use.r.v@gmail.com\r\n', '0f31a7b036d7741626f8bd2e9ee0eecb', 'Bogdanmig', NULL, NULL, NULL, '195.78.54.30', '2021-08-24 09:23:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3665, NULL, NULL, 'jo.nbe.r.s.k.e.k@gmail.com', '8ded1c4d8d8d365801d1facfbf1e9465', 'CharlesFrins', NULL, NULL, NULL, '45.131.194.103', '2021-08-24 16:37:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3666, NULL, NULL, 'c.v.e.ta.zzz.5.9@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenyinm', NULL, NULL, NULL, '185.189.114.122', '2021-08-24 21:35:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3667, NULL, NULL, 'go.r.se.c19.80.ru.se.rv@gmail.com\r\n', '0f31a7b036d7741626f8bd2e9ee0eecb', 'Bogdanoky', NULL, NULL, NULL, '191.96.168.120', '2021-08-25 05:20:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3668, NULL, NULL, 'cvet.a.z.zz5.9@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenymbm', NULL, NULL, NULL, '185.189.114.122', '2021-08-25 09:47:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3669, NULL, NULL, 'geuprepilin1951@dizaer.ru', '48cc77869386b270959eb8e4582debee', 'CharlesDug', NULL, NULL, NULL, '92.118.77.10', '2021-08-25 11:12:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3670, NULL, NULL, 'mihailovich@telco-support.org', '4f885d5a6cc7d15ee35e93e969521663', 'mihoTex', NULL, NULL, NULL, '45.153.160.135', '2021-08-25 18:04:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3671, NULL, NULL, 'leofinbanigs1963@dizaer.ru', '802b69daab198e7627aa3359cdda29fd', 'Robertevorn', NULL, NULL, NULL, '92.118.77.10', '2021-08-25 19:22:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3672, NULL, NULL, 'g.or.s.ec19.80.r.use.rv@gmail.com\r\n', '0f31a7b036d7741626f8bd2e9ee0eecb', 'Bogdanouv', NULL, NULL, NULL, '191.96.168.122', '2021-08-26 00:32:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3673, NULL, NULL, 'guiflexvese1986@dizaer.ru', '349ef4780ef079a8a2994313638a15f1', 'Diegounrep', NULL, NULL, NULL, '92.118.77.10', '2021-08-26 02:34:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3674, NULL, NULL, 'cv.e.t.azz.z.59@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenyybz', NULL, NULL, NULL, '185.189.114.117', '2021-08-27 19:44:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3675, NULL, NULL, 'satideepak009@gmail.com', '5dd6b2f542f94b6b6f3590609a95df52', 'Deepak Sati', NULL, NULL, NULL, '139.167.252.95', '2021-08-27 21:17:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3676, NULL, NULL, 'utptew@gmail.com', '96305140d5fa26e91a280212f5354a33', 'Utpal Tewari', NULL, NULL, NULL, '157.43.249.211', '2021-08-27 23:37:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3677, NULL, NULL, 'p.a.u.e.lneed.w.e.l.l.kh.aeyre.12.8.5034.@gmail.com', '0baa22ac0c1bb78b0c35b34b1327339f', 'pauellhek', NULL, NULL, NULL, '46.148.234.229', '2021-08-28 11:23:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3678, NULL, NULL, 'c.vet.a.zz.z.59@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenyici', NULL, NULL, NULL, '185.210.217.61', '2021-08-28 20:28:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3679, NULL, NULL, 'pedroxuanes561334@gmail.com', '05ca3e4b7d18457a9efadb9664e86fc2', 'JamesJed', NULL, NULL, NULL, '171.244.1.84', '2021-08-29 01:25:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3680, NULL, NULL, 'advbuddhadeb@gmail.com', 'e81670153f6aa3129aa59e3c55f333fa', 'Buddhadeb Chatterjee', NULL, NULL, NULL, '49.37.43.20', '2021-08-29 07:24:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3681, NULL, NULL, 'i.am.ny.ash.k.a.lo.l@gmail.com\r\n', 'fe27ef16a3b4d5a702b7ecda6c65a4b8', 'Petergwl', NULL, NULL, NULL, '138.199.36.141', '2021-08-31 04:32:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3682, NULL, NULL, 'cv.e.t.a.zzz59@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenynlu', NULL, NULL, NULL, '193.9.114.248', '2021-08-31 12:01:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3683, NULL, NULL, 'temptest294376303@gmail.com', '23cadd6128d75eaf48de4482bf5a6c29', 'Jameshaw', NULL, NULL, NULL, '124.65.117.38', '2021-08-31 20:14:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3684, NULL, NULL, 'johnkarr913@yahoo.com', '83343b5b9c55f09a5b66d2244bebe92e', 'Sexy, sub und elegant, manchmal verruckt und immer heib. Ich warte auf dich\r\n https://dianne.page.link/2bnk', NULL, NULL, NULL, '188.191.233.57', '2021-09-01 03:44:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3685, NULL, NULL, 'c.vet.azzz5.9@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenydcj', NULL, NULL, NULL, '193.9.114.248', '2021-09-01 05:23:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3686, NULL, NULL, 'krasnovaanastasiiarns@mail.ru', '013cb0ea4a3b8623629b0a370e42f204', 'Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚ Ð½Ð¾Ð¼ÐµÑ€ WLR364128WLR2 Ð¿Ð¾Ð´Ð³Ð¾Ñ‚Ð¾Ð²Ð»ÐµÐ½. Ð¡Ð¼Ð¾Ñ‚Ñ€Ð¸Ñ‚Ðµ Ð´Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚12 Ð´Ð°Ð»ÐµÐµ Ð½Ð° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ðµ http://apple.com', NULL, NULL, NULL, '188.130.221.27', '2021-09-01 19:55:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3687, NULL, NULL, 'peappyzep@mail.ru', '7de8c0c1034cbde3985d3173740e8ee3', 'Robertspoon', NULL, NULL, NULL, '87.228.19.218', '2021-09-02 01:21:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3688, NULL, NULL, 'ti.b.e.daux.a.@gmail.com', '802dda76baf1fb6bcea56a8936b2e138', 'Patrickpaw', NULL, NULL, NULL, '191.101.132.56', '2021-09-02 09:48:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3689, NULL, NULL, 'oblegandtz@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'byehfWakenty', NULL, NULL, NULL, '45.147.246.85', '2021-09-03 02:50:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3690, NULL, NULL, 'bakhrashkandaurov1988861gib+6288@inbox.ru', '37f5d37f2445c8ad0a260020a2ebecaa', 'IvorySot', NULL, NULL, NULL, '191.101.31.40', '2021-09-03 04:33:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3691, NULL, NULL, 'malachiseelam@gmail.com', 'ce8b4f6fa49a37e46c0b5846b9af61e7', 'Malachi S', NULL, NULL, NULL, '49.204.226.159', '2021-09-03 12:20:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3692, NULL, NULL, 'casino-x@mailserp.com', 'c0a96d842883c080df24e1a0367d990a', 'CasinTes', NULL, NULL, NULL, '193.26.13.70', '2021-09-04 02:05:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3693, NULL, NULL, 'vakilvenkataraman@gmail.com', 'bf900489e934a6dd00837abf1e7ea30b', 'VENKATARAMAN', NULL, NULL, NULL, '49.207.142.164', '2021-09-04 14:49:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3694, NULL, NULL, 'ji.m.br.o.kel.196.9.@gmail.com', '60e7d532c13e9ea88db7e75dac3cd89e', 'Michaelpah', NULL, NULL, NULL, '136.144.33.157', '2021-09-04 18:44:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3695, NULL, NULL, 'equestrandkv@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'olenaWakenty', NULL, NULL, NULL, '193.201.127.104', '2021-09-06 02:57:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3696, NULL, NULL, 'c.vetaz.zz59@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenylgk', NULL, NULL, NULL, '89.187.168.177', '2021-09-06 06:16:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(3697, NULL, NULL, 'danilovskiy_73@mail.ru', '34d5565d125e032913e9957699b8fff8', 'boris https://yandex.ru', NULL, NULL, NULL, '91.240.84.88', '2021-09-06 07:09:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3698, NULL, NULL, 'zakaz.kraft@gmail.com', 'b31180ed17a26a482562a8e061fecf92', 'spulsiob', NULL, NULL, NULL, '46.182.129.31', '2021-09-06 11:58:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3699, NULL, NULL, 'cv.e.t.azz.z.5.9@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenylbc', NULL, NULL, NULL, '37.120.143.163', '2021-09-06 21:14:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3700, NULL, NULL, 'i.a.m.n.yashkal.ol@gmail.com\r\n', 'fe27ef16a3b4d5a702b7ecda6c65a4b8', 'Peterwkh', NULL, NULL, NULL, '138.199.36.189', '2021-09-07 05:49:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3701, NULL, NULL, 'johnbrentjohn@yandex.com', '9ce977ca7b8e581ebc937feb5e8d0290', 'PeterDum', NULL, NULL, NULL, '216.131.116.232', '2021-09-07 11:40:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3702, NULL, NULL, 'cv.e.ta.zzz.5.9@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenyogu', NULL, NULL, NULL, '37.120.143.163', '2021-09-07 13:53:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3703, NULL, NULL, 'nipfeenazolenbmg@mail.com', '95d76f8e84304f54a02d3120ac4a08e1', 'HenryBix', NULL, NULL, NULL, '54.39.29.64', '2021-09-07 19:23:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3704, NULL, NULL, 'c.ve.t.azz.z59@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenyyhc', NULL, NULL, NULL, '193.9.114.248', '2021-09-08 04:23:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3705, NULL, NULL, 'gigasubsea1979@dizaer.ru', 'cca9f43d2c6e52a65b2d989f4a73da42', 'EdwardAcesk', NULL, NULL, NULL, '92.118.77.10', '2021-09-08 08:22:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3706, NULL, NULL, 'i.amn.yashk.a.lol@gmail.com\r\n', 'fe27ef16a3b4d5a702b7ecda6c65a4b8', 'Petersii', NULL, NULL, NULL, '138.199.36.155', '2021-09-08 11:56:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3707, NULL, NULL, 'mannymullenna@gmail.com', '600d9cf0f356a94e53e71a3b54a22e7a', 'Lesliegok', NULL, NULL, NULL, '103.240.161.101', '2021-09-08 17:29:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3708, NULL, NULL, 'knortabindvl@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'kleczWakenty', NULL, NULL, NULL, '92.249.13.67', '2021-09-09 02:20:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3709, NULL, NULL, 'ja.ck.l.is.tfo.x.n.e.edli.fes.3.8.252.12@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, NULL, NULL, '46.148.234.229', '2021-09-09 15:23:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3710, NULL, NULL, 'a.milnichenko@a.avalins.com', '28dea880a52f46f054288a55a0796327', 'Staceyplaph', NULL, NULL, NULL, '46.161.11.21', '2021-09-10 01:33:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3711, NULL, NULL, 'iamn.yashka.lo.l@gmail.com\r\n', 'fe27ef16a3b4d5a702b7ecda6c65a4b8', 'Peteritq', NULL, NULL, NULL, '84.17.49.134', '2021-09-10 14:50:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3712, NULL, NULL, 'gerrygarome736@gmail.com', '79c357cfaba396f720a2ca7993a9ace6', 'Daviddub', NULL, NULL, NULL, '150.129.54.111', '2021-09-10 16:38:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3713, NULL, NULL, 'shibraltanm@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'ElanaWakenty', NULL, NULL, NULL, '45.150.112.82', '2021-09-12 02:24:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3714, NULL, NULL, 'closerapin1973@dizaer.ru', '315ef0473440e8c0fdb94c0c6b4e7a74', 'Stephennuh', NULL, NULL, NULL, '92.118.77.10', '2021-09-12 02:31:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3715, NULL, NULL, 'n.kirambekov@den.efastes.com', '77cbe9ea2af9cd8982703060b2f0ba98', 'JamesTit', NULL, NULL, NULL, '46.161.11.41', '2021-09-12 07:24:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3716, NULL, NULL, 'm.evremov@enersets.com', 'bcd3b979b77cbd6ac48f23c9fcd7de40', 'MatthewTockY', NULL, NULL, NULL, '46.161.11.41', '2021-09-12 07:24:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3717, NULL, NULL, 'p.frolov@avalins.com', '2ee7aa2cc575671cd5ccefc4774610e3', 'MichaelLot', NULL, NULL, NULL, '46.161.11.41', '2021-09-12 07:24:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3718, NULL, NULL, 'suplesatia81@gmail.com', '57867ca1f717a128829f5f635d861411', 'WilliamVen', NULL, NULL, NULL, '103.241.227.110', '2021-09-12 19:38:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3719, NULL, NULL, 'w1jmzlaw@mail.ru', '3404e458b6cec56aa04450503a795375', 'MainkraftikQatA', NULL, NULL, NULL, '178.206.69.231', '2021-09-13 00:47:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3720, NULL, NULL, 's.fikin@denis.enersets.com', '93aa2765e75b4a6988cb596ef39ef51e', 'Bertrammix', NULL, NULL, NULL, '46.161.11.21', '2021-09-13 23:49:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3721, NULL, NULL, 'atervoluszw@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'vfkfyzWakenty', NULL, NULL, NULL, '45.136.69.32', '2021-09-15 01:19:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3722, NULL, NULL, 'ti.be.d.au.x.a@gmail.com', '40c0a9bb7e3785304d7c2c5c3f3b9d5b', 'DanielPlats', NULL, NULL, NULL, '154.6.26.42', '2021-09-15 06:15:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3723, NULL, NULL, 'vishalmishra22975@gmail.com', 'c387fd0c2c22d5507d0ada2f28c5c810', 'Vishal Mishra', NULL, NULL, NULL, '157.40.67.243', '2021-09-15 11:14:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3724, NULL, NULL, 'nabaneetadutta@hotmail.com', 'fbec0866f0b55b288b13e35dbb16e576', 'Nabaneeta Dutta', NULL, NULL, NULL, '49.37.33.182', '2021-09-15 15:29:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3725, NULL, NULL, 'lagwalsharad@gail.com', '174b890a3b5e10dd98064908010dfd63', 'Sharad lagwal', NULL, NULL, NULL, '59.89.177.202', '2021-09-15 21:27:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3726, NULL, NULL, 'lagwalsharad@gmail.com', '174b890a3b5e10dd98064908010dfd63', 'Sharad lagwal', NULL, NULL, NULL, '59.89.177.202', '2021-09-15 21:33:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3727, NULL, NULL, 'j.ac.kli.s.t.f.o.xne.edl.ife.s.3.8.25.21.2@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, NULL, NULL, '46.148.234.229', '2021-09-16 11:02:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3728, NULL, NULL, 'cv.e.t.az.z.z.5.9@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenypwo', NULL, NULL, NULL, '191.96.168.49', '2021-09-17 04:28:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3729, NULL, NULL, 'rahulsurana5580@gmail.com', '3fc0a7acf087f549ac2b266baf94b8b1', 'RAHUL JAIN', NULL, NULL, NULL, '223.236.255.77', '2021-09-17 12:25:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3730, NULL, NULL, 'pcroureql@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'mashonyaWakenty', NULL, NULL, NULL, '45.152.119.142', '2021-09-18 00:18:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3731, NULL, NULL, 'cumsherile1982@dizaer.ru', 'c72e9b932cd09272cdec1bcefbd181a0', 'Johnnyric', NULL, NULL, NULL, '92.118.77.10', '2021-09-18 06:45:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3732, NULL, NULL, 'l.kondratev@a.avalins.com', 'a9faf42770aa0f98bf3555bcbdb8fb0c', 'Craigblert', NULL, NULL, NULL, '46.161.11.21', '2021-09-18 10:41:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3733, NULL, NULL, 'conssoftdece1954@dizaer.ru', '651573544e0eff3c2c05c7141ede0943', 'KennethLoche', NULL, NULL, NULL, '92.118.77.10', '2021-09-18 11:47:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3734, NULL, NULL, 'lhrahsel008@gmail.com', '02f8d8d462f1f3185fcd6ff69db19eb8', 'Lalremtluanga ', NULL, NULL, NULL, '117.252.186.254', '2021-09-18 21:00:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3735, NULL, NULL, 'a.drenov@a.avalins.com', '5fde8d6c3cb950fff79e7700cdff98ee', 'Eduardogof', NULL, NULL, NULL, '46.161.11.21', '2021-09-19 00:57:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3736, NULL, NULL, 'c.v.eta.zz.z.59@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenylqg', NULL, NULL, NULL, '138.199.36.147', '2021-09-19 07:13:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3737, NULL, NULL, 'mondgongenplashx@mail.com', 'ad4f22724c0203f65f680e023c29d1cc', 'JamesEvick', NULL, NULL, NULL, '54.39.29.64', '2021-09-20 17:01:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3738, NULL, NULL, 'jefferyford6774@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'XikonWakenty', NULL, NULL, NULL, '45.139.28.216', '2021-09-21 02:07:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3739, NULL, NULL, 'mksorbplg+agzga8@gmail.com', '2eaa06f990e02fa6f19189a99823f056', 'Arthursoill', NULL, NULL, NULL, '45.86.202.134', '2021-09-21 07:57:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3740, NULL, NULL, 'cisuviani@gmail.com', '2c5b3d6c1cd73bf0c96749064f9bf47a', 'Charlesdaype', NULL, NULL, NULL, '37.115.192.214', '2021-09-21 08:46:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3741, NULL, NULL, 'andreywtosi@ya.ru', '0ca2c1ff3b09f9d85a33ad66c5ed9a73', 'Groverburce', NULL, NULL, NULL, '92.118.77.10', '2021-09-21 16:34:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3742, NULL, NULL, 't.i.b.e.d.auxa.@gmail.com', '40c0a9bb7e3785304d7c2c5c3f3b9d5b', 'DanielPlats', NULL, NULL, NULL, '191.101.132.100', '2021-09-22 05:05:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3743, NULL, NULL, 'c.ve.tazz.z.59@gmail.com\r\n', '020a4fe748cf22a0652808a4ac3806d6', 'Evgenytuc', NULL, NULL, NULL, '188.213.34.18', '2021-09-22 11:53:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3744, NULL, NULL, 'bim@jaguare.ru', 'f4115366bb7039d4e561d2f45d845660', 'TurnBilO', NULL, NULL, NULL, '45.87.1.156', '2021-09-22 20:39:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3745, NULL, NULL, 'g.or.sec198.0.r.use.rv@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdancug', NULL, NULL, NULL, '176.125.230.132', '2021-09-23 00:54:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3746, NULL, NULL, 'enapcohor1975@dizaer.ru', '14c3fb1de0dc0315d1357709f7260566', 'DouglasDen', NULL, NULL, NULL, '92.118.77.10', '2021-09-23 10:00:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3747, NULL, NULL, 'go.r.se.c.1980.ruser.v@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdanivo', NULL, NULL, NULL, '176.125.230.143', '2021-09-23 16:50:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3748, NULL, NULL, 'f.kukushkin@den.efastes.com', '972f9a29cebb8b62cd47ed6ac3524eaa', 'Jerrynax', NULL, NULL, NULL, '46.161.11.31', '2021-09-23 21:00:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3749, NULL, NULL, 'i.saretelli@makao.efastes.com', 'ba5e62058509ab34adaa714a3dec3a31', 'Dennisinhig', NULL, NULL, NULL, '46.161.11.31', '2021-09-23 21:00:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3750, NULL, NULL, 's.anikov@a.avalins.com', '1dc8e5ca20c275de06daa7127de5a243', 'Anthonyflene', NULL, NULL, NULL, '46.161.11.31', '2021-09-23 21:00:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3751, NULL, NULL, 'michaelsmith2941@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'OrtaWakenty', NULL, NULL, NULL, '45.95.29.112', '2021-09-23 23:36:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3752, NULL, NULL, 'anyto4ka.93@kiva-hack.ru\r\n', '1456d0750d2da41f049515dd6dfb00a4', 'Eduardotok', NULL, NULL, NULL, '37.99.108.111', '2021-09-25 19:44:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3753, NULL, NULL, 'haroldbeasley834@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'KsyushaWakenty', NULL, NULL, NULL, '45.143.141.92', '2021-09-27 00:40:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3754, NULL, NULL, 'mc.c.leen.l.u.ray0.@gmail.com', 'd2ce21ef7758a80045a80374614f6b5c', 'AllenEstix', NULL, NULL, NULL, '154.6.26.27', '2021-09-27 04:41:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3755, NULL, NULL, 'ji.mb.r.ok.e.l.1.969.@gmail.com', '60e7d532c13e9ea88db7e75dac3cd89e', 'Michaelpah', NULL, NULL, NULL, '191.101.132.114', '2021-09-27 07:23:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3756, NULL, NULL, 'pluprumszenperfzi@mail.com', '893a884f7d1e08facf5e7a60c050052f', 'Gordonnit', NULL, NULL, NULL, '54.39.29.64', '2021-09-27 07:29:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3757, NULL, NULL, 'nnranganath@gmail.com', '60459e5cc0dcc1bb66d3077f5551cd35', 'Ranganath Narayan', NULL, NULL, NULL, '49.206.14.248', '2021-09-27 21:07:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3758, NULL, NULL, 'go.rsec.1.98.0r.u.s.e.r.v@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdanbke', NULL, NULL, NULL, '156.146.50.69', '2021-09-28 08:03:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3759, NULL, NULL, 's.andya.r.ens.yha.iry@gmail.com', 'a691869e3eda2d9757dfa76cf3440163', 'Davidlet', NULL, NULL, NULL, '192.109.205.160', '2021-09-28 09:28:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3760, NULL, NULL, 'g.or.s.e.c1.9.80ru.serv@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdanfyc', NULL, NULL, NULL, '156.146.50.51', '2021-09-29 08:50:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3761, NULL, NULL, 'ja.ck.l.is.t.f.ox.n.ee.d.l.ifes.3.82.5.212@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, NULL, NULL, '46.148.234.229', '2021-09-29 17:32:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3762, NULL, NULL, 'partedurscg@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'boryaWakenty', NULL, NULL, NULL, '45.143.141.96', '2021-09-30 01:49:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3763, NULL, NULL, 'v.i.ka.se.rvice2.0.20.2.1@gmail.com\r\n', '48be583b6a740e2722803582dd40c689', 'Victorwec', NULL, NULL, NULL, '188.126.89.125', '2021-09-30 05:40:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3764, NULL, NULL, 's.up.e.r.viso.r2.015i.n.vi.n.o@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniottl', NULL, NULL, NULL, '188.126.89.125', '2021-09-30 07:13:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3765, NULL, NULL, 'alla@themailyouwhant.info', 'fed04673d440ac43e24a5293cddf537c', 'EugeneTup', NULL, NULL, NULL, '86.57.242.32', '2021-09-30 15:39:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3766, NULL, NULL, 'v.ik.a.se.r.v.i.ce.20.2.0.2.1@gmail.com\r\n', '48be583b6a740e2722803582dd40c689', 'Victorgga', NULL, NULL, NULL, '188.126.89.107', '2021-09-30 21:55:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3767, NULL, NULL, 'aralmount@gmail.com', 'f78d54e9ef128e6466761a26f9cdf175', 'Timothyguefe', NULL, NULL, NULL, '45.131.47.49', '2021-10-01 04:36:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3768, NULL, NULL, 's.uper.viso.r.20.1.5i.n.vi.no@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniowjv', NULL, NULL, NULL, '188.126.89.122', '2021-10-01 05:26:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3769, NULL, NULL, 'vi.k.a.s.e.rvi.ce.2020.2.1@gmail.com\r\n', '48be583b6a740e2722803582dd40c689', 'Victorbic', NULL, NULL, NULL, '188.126.89.122', '2021-10-01 12:11:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3770, NULL, NULL, 'josehharris2@gmail.com', 'c7507038e7b590cfba37cb732499619b', 'PhilipOness', NULL, NULL, NULL, '74.99.180.83', '2021-10-01 23:02:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3771, NULL, NULL, 'madhusudanreddi@gmail.com', 'cb85d40c244255938589c8bcc0f4b105', 'Mashusudan Reddy', NULL, NULL, NULL, '106.200.203.199', '2021-10-02 01:09:40', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(3772, NULL, NULL, 'vika.se.rvic.e.2.0.2.0.2.1@gmail.com\r\n', '48be583b6a740e2722803582dd40c689', 'Victorxsd', NULL, NULL, NULL, '156.146.50.58', '2021-10-02 03:04:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3773, NULL, NULL, 'ksyu.ufa@bk.ru', '39028f12ba9a3750ed9732023a029d9c', 'louitgergsfgdgvvdeep https://google.com b', NULL, NULL, NULL, '188.165.241.215', '2021-10-02 08:49:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3774, NULL, NULL, 'han.e.yn.7.6.@gmail.com', 'cd5293f26339a79c743240dc81649085', 'MarlinLow', NULL, NULL, NULL, '154.6.16.89', '2021-10-02 20:10:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3775, NULL, NULL, 'evgeniyy-timachev@rambler.ru', '83d7ec2a85f4b3160322a2269a730ee4', 'atody', NULL, NULL, NULL, '109.201.34.106', '2021-10-03 15:50:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3776, NULL, NULL, 's.li.m.y.po.dya.ch.ev.a@gmail.com', '4466245baf92ffb626537144547514bc', 'Carlosgef', NULL, NULL, NULL, '146.70.52.7', '2021-10-05 11:14:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3777, NULL, NULL, 'jac.k.l.i.s.t.fo.xne.ed.l.ife.s382.5.21.2@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, NULL, NULL, '46.148.234.229', '2021-10-06 15:58:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3778, NULL, NULL, 'patra.sudip48@gmail.com', 'd90569d5bb63e61d94a07d5880834a7e', 'SUDI PATRA', NULL, NULL, NULL, '103.214.137.42', '2021-10-07 13:28:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3779, NULL, NULL, 'vavadac@outlook.com', '339bedf39ee606a3c410094234bc303b', 'Vavadasix', NULL, NULL, NULL, '2.92.110.148', '2021-10-09 13:19:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3780, NULL, NULL, 'advrohitshukla25@gmail.com', 'd5f86ebdd30dc0018901fa9fa1a0b143', 'Rohit Shukla', NULL, NULL, NULL, '122.161.66.186', '2021-10-11 19:41:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3781, NULL, NULL, 'tkv.st.lru@gmail.com', 'a2f42add154483742187995615b663b6', 'Cecillap', NULL, NULL, NULL, '176.48.119.253', '2021-10-11 22:29:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3782, NULL, NULL, 'rigakurawotsuko@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'kbleczWakenty', NULL, NULL, NULL, '45.138.7.113', '2021-10-12 01:20:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3783, NULL, NULL, 'guillermofroeliche30@gmail.com', '967e81bc593f79b990accf27501fd92f', 'Dortheaspath', NULL, NULL, NULL, '109.248.148.253', '2021-10-12 11:58:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3784, NULL, NULL, 'alexivan8282@yandex.ru', '594dd5a4aba3ff5d445ac09aa0d7541d', 'jammygiiro https://google.com k', NULL, NULL, NULL, '188.130.189.99', '2021-10-13 03:59:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3785, NULL, NULL, 's.a.zz.y.s.uz.ie.y.@gmail.com', 'ed4a35a429005e7642bbae3db140877a', 'RobertRem', NULL, NULL, NULL, '154.6.26.24', '2021-10-13 07:36:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3786, NULL, NULL, 'jac.k.lis.tf.o.x.n.ee.d.lif.es38.25.2.12.@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, NULL, NULL, '46.148.234.229', '2021-10-13 10:36:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3787, NULL, NULL, 'vik.ase.rv.i.ce.202.02.1@gmail.com\r\n', '48be583b6a740e2722803582dd40c689', 'Victorceh', NULL, NULL, NULL, '195.78.54.49', '2021-10-15 07:57:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3788, NULL, NULL, 'iamharshad@outlook.com', '483df68c7c28da0d54441300487eb554', 'Harshad', NULL, NULL, NULL, '49.32.200.236', '2021-10-15 18:41:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3789, NULL, NULL, 'pandumallavarapu@gmail.com', 'ea0e32406b97204ca3def09298681762', 'BHASKAR ', NULL, NULL, NULL, '124.123.187.243', '2021-10-15 19:09:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3790, NULL, NULL, 'digambergorawade@gmail.com', 'b8c872e08901b521d0d3cb67647835c7', 'Digamber Gorawade ', NULL, NULL, NULL, '1.38.236.57', '2021-10-16 21:08:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3791, NULL, NULL, 'fukumetsuzumen@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'fhctym.irfWakenty', NULL, NULL, NULL, '94.154.190.188', '2021-10-17 23:24:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3792, NULL, NULL, 'j.o.nber.s.kek.@gmail.com', '6b43bb0a78a96f0bdf287d9846d0d70a', 'CharlesFrins', NULL, NULL, NULL, '68.98.4.133', '2021-10-18 00:30:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3793, NULL, NULL, 'svetzurich1@yandex.ru', '54cdda1db14d1d94e862258e938904cd', 'Gleb#Ston[Upecikjeuzqhihiv,2,5]', NULL, NULL, NULL, '217.114.148.111', '2021-10-19 06:10:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3794, NULL, NULL, 'basir682589@gmail.com', 'eb76eea1e50a34768850709035cc03b3', 'Basir mallik', NULL, NULL, NULL, '103.2.135.95', '2021-10-19 20:32:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3795, NULL, NULL, 'm.fedotkin@a.avalins.com', '6174d7cbf4ed8a03bb8106506c231b35', 'BobbieEleni', NULL, NULL, NULL, '46.161.11.21', '2021-10-20 16:47:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3796, NULL, NULL, 'danmikansa@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'BlackgirlWakenty', NULL, NULL, NULL, '212.192.200.46', '2021-10-21 02:09:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3797, NULL, NULL, 'ankitdhn004@gmail.com', '01d928dcc622453143ec098b686f6404', 'A NEGI', NULL, NULL, NULL, '122.161.48.102', '2021-10-22 15:22:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3798, NULL, NULL, 'ja.ckli.s.tf.oxn.e.ed.l.ifes3.825212.@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, NULL, NULL, '46.148.234.229', '2021-10-22 18:57:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3799, NULL, NULL, 'sh.a.h.ida.sla.m0.01.a@gmail.com', '7bb1ba87af9285cc8a4f851966d621f3', 'Richardmum', NULL, NULL, NULL, '104.144.235.92', '2021-10-23 22:44:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3800, NULL, NULL, 'nekukataikuha@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'KajinWakenty', NULL, NULL, NULL, '212.192.200.87', '2021-10-24 01:50:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3801, NULL, NULL, 'georgii.galkin.3.7.1960@mail.ru', 'e57b355c3546ec8361b240f0be36e427', 'Elmer11Asten', NULL, NULL, NULL, '194.36.97.98', '2021-10-24 17:27:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3802, NULL, NULL, 'j.on.b.e.r.s.kek.@gmail.com', '6b43bb0a78a96f0bdf287d9846d0d70a', 'CharlesFrins', NULL, NULL, NULL, '154.6.21.107', '2021-10-25 12:34:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3803, NULL, NULL, 'f.grek@avalins.com', 'de207c4cfa921495b20a52e2149eed5f', 'Georgelycle', NULL, NULL, NULL, '46.161.11.21', '2021-10-25 14:56:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3804, NULL, NULL, 'k.hudovich@jodas.enersets.com', '2e38774e6f9eb212070cba2538ad8d91', 'JamesFed', NULL, NULL, NULL, '46.161.11.21', '2021-10-25 14:56:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3805, NULL, NULL, 'berseihoges942@mailis.xyz\r\n', 'd22ed51037ceff812fc3711e7d4e5199', 'Visofiborne', NULL, NULL, NULL, '51.159.23.22', '2021-10-25 19:29:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3806, NULL, NULL, 'modanbushitsumo@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'avdoshWakenty', NULL, NULL, NULL, '94.124.77.113', '2021-10-27 04:09:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3807, NULL, NULL, 'samriddhisingh106@gmail.com', '489d9eb0eb20252437bd22733cd4cae9', 'Samriddhi Singh', NULL, NULL, NULL, '49.35.144.85', '2021-10-27 15:54:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3808, NULL, NULL, 'cuetinto80@yandex.ru', '1966f556b82081c7515b2adc0bcaf0dd', 'Kennethglunk', NULL, NULL, NULL, '185.244.217.37', '2021-10-27 16:32:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3809, NULL, NULL, 'flowguthe84@yandex.ru', '78c9eaa341c20bc3011e0cac2ef248fe', 'Terryflexy', NULL, NULL, NULL, '185.244.217.37', '2021-10-27 18:16:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3810, NULL, NULL, 'inscoryb80@yandex.ru', '2f21cb6faebff119096d381d036b82b0', 'Douglaspulse', NULL, NULL, NULL, '213.166.69.21', '2021-10-27 19:55:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3811, NULL, NULL, 'nvibin@gmail.com', '886099e6bf5ad5045a20c67c10d96703', 'Vibin Natarajan', NULL, NULL, NULL, '122.167.63.8', '2021-10-27 20:01:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3812, NULL, NULL, 'nafigtrafik@mail.ru', '8f8687a5d600246f854624f496c9a057', 'DanielRew', NULL, NULL, NULL, '206.253.164.198', '2021-10-28 14:00:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3813, NULL, NULL, 'gaurav8dahiya@gmail.com', '64d8cb2a77b07e50141270c0f8959cdb', 'Gaurav Dahiya ', NULL, NULL, NULL, '103.47.58.29', '2021-10-28 18:11:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3814, NULL, NULL, 'mariampoltorak@yandex.com', '84aa05ba912fa0fc60b3120871e0e5c4', 'RistroyNop', NULL, NULL, NULL, '91.241.226.233', '2021-10-29 16:59:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3815, NULL, NULL, 'furuisanku@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'AngelicaWakenty', NULL, NULL, NULL, '94.124.77.110', '2021-10-30 02:33:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3816, NULL, NULL, 'rerudaikebe@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'vjyzWakenty', NULL, NULL, NULL, '94.154.188.141', '2021-11-02 04:54:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3817, NULL, NULL, '2612.s.u.pe.rs.e.r.v.is2.0.2.1@gmail.com\r\n', '1c6b2754ecfd23c038405fe2da1da9f4', 'Marinabpg', NULL, NULL, NULL, '195.78.54.11', '2021-11-02 05:13:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3818, NULL, NULL, 'kvartira38.com@gmail.com', '8f4890963f16dde0bb7c4615c4a6b204', 'JerryOvemn', NULL, NULL, NULL, '176.48.29.77', '2021-11-02 21:49:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3819, NULL, NULL, '261.2.s.uper.ser.v.i.s.2.0.21@gmail.com\r\n', '1c6b2754ecfd23c038405fe2da1da9f4', 'Marinanbb', NULL, NULL, NULL, '191.96.168.33', '2021-11-03 10:40:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3820, NULL, NULL, 'sreenuenglish@gmail.com', '8cc3d4c3bf0e582e16ebe8790bf8a51b', 'AKULA SREENIVASULU', NULL, NULL, NULL, '223.185.83.148', '2021-11-03 12:40:54', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(3821, NULL, NULL, '26.1.2.supe.r.se.r.vis2.0.21@gmail.com\r\n', '1c6b2754ecfd23c038405fe2da1da9f4', 'Marinaskl', NULL, NULL, NULL, '195.78.54.21', '2021-11-04 01:11:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3822, NULL, NULL, 'garerubenfu@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'rjnfifWakenty', NULL, NULL, NULL, '45.147.246.190', '2021-11-05 03:55:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3823, NULL, NULL, 'markeeixc7ea9vria@outlook.com', '03405b70f8cb2b33b5b1943f09464677', 'MiltonHopsy', NULL, NULL, NULL, '2.92.110.148', '2021-11-05 08:59:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3824, NULL, NULL, 'glebstoun1@yandex.ru', '54cdda1db14d1d94e862258e938904cd', 'Gleb#Stoun[Upecikjeuzqhihiv,2,5]', NULL, NULL, NULL, '217.114.148.111', '2021-11-06 13:14:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3825, NULL, NULL, 'va.di.mpetro.v.7.4.2.5@gmail.com', '10d2a7193e404c04b586a071de72cdd5', 'VirgilBougH', NULL, NULL, NULL, '146.70.52.5', '2021-11-07 07:05:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3826, NULL, NULL, 'i.daa.derm.a@gmail.com', 'cbbe8fd9dada39b4223bf7b8dd200061', 'Malcolmseame', NULL, NULL, NULL, '191.101.132.204', '2021-11-07 15:29:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3827, NULL, NULL, 'sed0jd@yandex.ru', '90c93f4f3baf97bbd44998daf8141b82', 'Dumveifferie', NULL, NULL, NULL, '95.174.126.161', '2021-11-07 17:47:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3828, NULL, NULL, 'tejuravi@rediffmail.com', '13096a75f1700ff163ac0935ea2daac7', 'Tejasvi BR', NULL, NULL, NULL, '49.37.174.100', '2021-11-07 21:38:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3829, NULL, NULL, 'yukigamikaji@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'kzyfWakenty', NULL, NULL, NULL, '45.137.53.185', '2021-11-07 23:47:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3830, NULL, NULL, '2612.su.p.er.serv.is20.2.1@gmail.com\r\n', '1c6b2754ecfd23c038405fe2da1da9f4', 'Marinaffg', NULL, NULL, NULL, '195.78.54.8', '2021-11-08 04:51:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3831, NULL, NULL, 'khcefzzjc@totzilla.ru', '900e686a79fde2fb547bb57a3517d184', 'Luannbuh', NULL, NULL, NULL, '163.172.31.249', '2021-11-08 12:34:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3832, NULL, NULL, 'jac.k.li.s.t.f.ox.ne.e.d.li.fe.s3.8.2.52.12.@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, NULL, NULL, '46.148.234.229', '2021-11-08 17:10:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3833, NULL, NULL, 'j.on.ber.sk.e.k.@gmail.com', '6b43bb0a78a96f0bdf287d9846d0d70a', 'CharlesFrins', NULL, NULL, NULL, '154.6.28.254', '2021-11-08 19:23:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3834, NULL, NULL, 'g.orse.c.198.0.r.u.se.rv@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdanycy', NULL, NULL, NULL, '195.78.54.33', '2021-11-09 09:25:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3835, NULL, NULL, 'g.or.se.c1.980.r.us.e.r.v@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdanjpv', NULL, NULL, NULL, '191.96.168.22', '2021-11-10 01:41:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3836, NULL, NULL, 'Harsh161087@gmail.com', '0e2c4b155581db7b1dc2204ed375f1f9', 'Harsh Bhandari', NULL, NULL, NULL, '', '2024-12-11 15:18:08', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(3837, NULL, NULL, 'g.orsec.19.80.r.u.s.e.r.v@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdanlpw', NULL, NULL, NULL, '195.78.54.38', '2021-11-10 18:22:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3838, NULL, NULL, 'chijijirumakin@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'dimuWakenty', NULL, NULL, NULL, '45.147.14.224', '2021-11-11 00:18:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3839, NULL, NULL, 'g.orse.c1.9.80.r.us.e.rv@gmail.com\r\n', 'c876968bef0a8ab0be954d15d3215470', 'Bogdannla', NULL, NULL, NULL, '191.96.168.159', '2021-11-11 14:34:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3840, NULL, NULL, 'aquabu.rs.e.rv.i.ce202.1@gmail.com\r\n', 'f7d23c0509185825b3537004ad921396', 'Andreasugl', NULL, NULL, NULL, '191.96.168.159', '2021-11-11 15:05:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3841, NULL, NULL, 'postindexbotgora@g.fsmodshub.com', 'c01b6de54943242b57462e4b12e034cc', 'postindexbotdror', NULL, NULL, NULL, '109.86.217.24', '2021-11-11 15:49:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3842, NULL, NULL, 'a.qua.burser.v.i.ce.2021@gmail.com\r\n', 'f7d23c0509185825b3537004ad921396', 'Andreasecq', NULL, NULL, NULL, '195.78.54.28', '2021-11-12 09:30:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3843, NULL, NULL, 'felixbeer645@gmail.com', '9069ad30e6dcc4427546728b3cc1fc4f', 'Lesliejed', NULL, NULL, NULL, '192.144.31.160', '2021-11-13 07:18:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3844, NULL, NULL, 'wetakenzyb@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'anthousWakenty', NULL, NULL, NULL, '194.156.118.39', '2021-11-14 00:04:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3845, NULL, NULL, 'rabusta@labedroom.com', '69b22c00e1fca04c5c162afcfb49f989', 'Ascert', NULL, NULL, NULL, '77.245.215.131', '2021-11-16 21:38:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3846, NULL, NULL, 'sucluatjd@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'ArlenaWakenty', NULL, NULL, NULL, '45.132.207.239', '2021-11-17 02:27:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3847, NULL, NULL, 'hvhtelcvf@totzilla.ru', '900e686a79fde2fb547bb57a3517d184', 'Luannbuh', NULL, NULL, NULL, '163.172.31.249', '2021-11-17 08:20:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3848, NULL, NULL, 'go.r.s.ec1980r.us.erv@gmail.com\r\n', '0f31a7b036d7741626f8bd2e9ee0eecb', 'Bogdanjnk', NULL, NULL, NULL, '195.78.54.116', '2021-11-18 12:04:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3849, NULL, NULL, 'moongpoun81@yandex.com', '8b3539b44a581a40c88da4f38a88938d', 'MariaTum', NULL, NULL, NULL, '185.255.96.99', '2021-11-19 04:58:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3850, NULL, NULL, 'su.p.e.r.v.is.or201.5.i.nv.ino@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniombr', NULL, NULL, NULL, '181.214.206.33', '2021-11-19 07:09:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3851, NULL, NULL, 'buyegorf@gmail.com', '3dd2a24a4ac677c9d486c32077429b0d', 'Dennisvoino', NULL, NULL, NULL, '91.201.253.80', '2021-11-19 13:22:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3852, NULL, NULL, 'screncesgt@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'ChilldwellerWakenty', NULL, NULL, NULL, '45.138.7.108', '2021-11-20 00:04:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3853, NULL, NULL, 's.u.p.e.rv.i.so.r20.15invino@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniosgo', NULL, NULL, NULL, '191.96.168.134', '2021-11-20 08:24:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3854, NULL, NULL, 'ulry@mlboxx.com', '2c6feb0028aae51d4ca30ede21880c1c', 'Bossysin', NULL, NULL, NULL, '37.120.144.118', '2021-11-20 18:14:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3855, NULL, NULL, 'j.ack.l.is.tf.o.xn.e.e.d.li.f.es3.82.5.212.@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, NULL, NULL, '46.148.234.229', '2021-11-21 01:48:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3856, NULL, NULL, 'supe.r.v.i.sor2.0.15.in.v.i.no@gmail.com\r\n', '7d2cf5b660bc7830d762ba7774a2e600', 'Antoniotod', NULL, NULL, NULL, '195.78.54.55', '2021-11-21 08:16:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3857, NULL, NULL, 'ashajmathew@gmail.com', '0d99d669fa3610dce969ca4dbca2deb5', 'Asha J Mathew', NULL, NULL, NULL, '122.178.17.1', '2021-11-21 23:18:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3858, NULL, NULL, 'redeporso1844@mailis.xyz\r\n', 'c580515d3b29f97faee5ff540a10bb93', 'Piomioborne', NULL, NULL, NULL, '51.159.23.22', '2021-11-22 08:51:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3859, NULL, NULL, 'nlkli@yandex.com', 'd83f87ab0868c2dcedfe1292140795c9', 'BrettVex', NULL, NULL, NULL, '185.209.31.169', '2021-11-22 08:56:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3860, NULL, NULL, 'michi-chicko@gmx.de', 'c801666f44b3fb7fbaa8e9357bb16aa0', 'WilliamRip', NULL, NULL, NULL, '95.117.49.243', '2021-11-22 17:19:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3861, NULL, NULL, 'arnabiswas226@gmail.com', 'c5bcc5800a8f2ea9c5860ddea615a45b', 'Arnab Biswas', NULL, NULL, NULL, '49.37.37.213', '2021-11-22 18:01:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3862, NULL, NULL, 'cliffordmalone14@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'TatyanaWakenty', NULL, NULL, NULL, '45.82.83.148', '2021-11-23 00:03:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3863, NULL, NULL, 'wrmcneill1@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ajun', NULL, NULL, NULL, '195.208.168.27', '2021-11-23 20:50:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3864, NULL, NULL, 'roderick.williams0150@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'htyzWakenty', NULL, NULL, NULL, '45.128.129.116', '2021-11-23 20:53:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3865, NULL, NULL, 'limiao1992@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ahrefas', NULL, NULL, NULL, '45.147.246.67', '2021-11-23 21:02:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3866, NULL, NULL, 'boothlh@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'iehtyfWakenty', NULL, NULL, NULL, '212.192.195.52', '2021-11-23 21:05:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3867, NULL, NULL, 'go2luv10s@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Alice', NULL, NULL, NULL, '88.151.8.206', '2021-11-23 21:05:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3868, NULL, NULL, 'charles.thome@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'ybrbnbqWakenty', NULL, NULL, NULL, '45.135.177.61', '2021-11-23 21:11:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3869, NULL, NULL, 'cmkenney1130@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'bullshit', NULL, NULL, NULL, '195.208.126.103', '2021-11-23 21:18:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3870, NULL, NULL, 'hlbudhewar@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Annushka', NULL, NULL, NULL, '88.151.8.206', '2021-11-23 21:19:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3871, NULL, NULL, 'slafrance64@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'rfnczWakenty', NULL, NULL, NULL, '45.128.129.116', '2021-11-23 21:21:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3872, NULL, NULL, 'rehdermichael@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dbrnjh', NULL, NULL, NULL, '45.147.246.67', '2021-11-23 21:31:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3873, NULL, NULL, 'mbriseno@iusa.com.mx', 'dd1068f53d3f1bc51c188c008e2e32ac', 'andya', NULL, NULL, NULL, '88.151.8.206', '2021-11-23 21:32:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3874, NULL, NULL, 'cwslick@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'onyWakenty', NULL, NULL, NULL, '212.192.195.52', '2021-11-23 21:37:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3875, NULL, NULL, 'germaineik@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'islovely', NULL, NULL, NULL, '88.151.8.206', '2021-11-23 21:42:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3876, NULL, NULL, 'galbraithfm@roadrunner.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'hemule', NULL, NULL, NULL, '195.208.168.27', '2021-11-23 21:44:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3877, NULL, NULL, 'malloy_t@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tarasia', NULL, NULL, NULL, '195.208.168.27', '2021-11-23 21:49:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3878, NULL, NULL, 'davehopp@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'veifWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-23 21:54:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3879, NULL, NULL, 'bradw_hi@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'LoppokWakenty', NULL, NULL, NULL, '194.226.166.122', '2021-11-23 21:54:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3880, NULL, NULL, 'Bumparsm@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'mania', NULL, NULL, NULL, '88.151.8.206', '2021-11-23 21:56:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3881, NULL, NULL, 'varlam.kut@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Leonya', NULL, NULL, NULL, '88.151.8.206', '2021-11-23 21:58:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3882, NULL, NULL, 'info@jrunique.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'kfdhty', NULL, NULL, NULL, '88.151.8.206', '2021-11-23 21:58:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3883, NULL, NULL, 'maggieamidei@sbcglobal.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Fauktilar', NULL, NULL, NULL, '88.151.8.206', '2021-11-23 22:00:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3884, NULL, NULL, 'alicawilliams57@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Anener', NULL, NULL, NULL, '195.208.168.27', '2021-11-23 22:03:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3885, NULL, NULL, 'cclark@clarkpipeline.com', 'ee177be74a279740f594a45b0f63f54b', 'dunyashaWakenty', NULL, NULL, NULL, '45.128.129.116', '2021-11-23 22:06:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3886, NULL, NULL, 'acidic_tears_69@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Akinonris', NULL, NULL, NULL, '45.147.246.67', '2021-11-23 22:07:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3887, NULL, NULL, 'info@schickhaus-immobilien.de', 'ee177be74a279740f594a45b0f63f54b', 'YourdreamWakenty', NULL, NULL, NULL, '194.226.166.122', '2021-11-23 22:10:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3888, NULL, NULL, 'newestmp@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'zlzWakenty', NULL, NULL, NULL, '45.128.129.116', '2021-11-23 22:10:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3889, NULL, NULL, 'jordan@posell.com', 'ee177be74a279740f594a45b0f63f54b', 'YaroslavWakenty', NULL, NULL, NULL, '45.135.177.61', '2021-11-23 22:10:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3890, NULL, NULL, 'idaholiving@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nfkf', NULL, NULL, NULL, '88.151.8.206', '2021-11-23 22:12:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3891, NULL, NULL, 'chriscummings930@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Anayaron', NULL, NULL, NULL, '195.208.168.27', '2021-11-23 22:20:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3892, NULL, NULL, 'yonghengph@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ckfde[f', NULL, NULL, NULL, '31.216.60.29', '2021-11-23 22:21:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3893, NULL, NULL, 'informatiqdiscount08@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'agripinkaWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-23 22:23:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3894, NULL, NULL, 'lorndorff16@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ZhenyushaWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-23 22:26:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3895, NULL, NULL, 'lebohang.harvey@icloud.com', 'ee177be74a279740f594a45b0f63f54b', 'mitulaWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-23 22:26:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3896, NULL, NULL, 'JanMahew54@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fylhjy', NULL, NULL, NULL, '45.147.246.67', '2021-11-23 22:35:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3897, NULL, NULL, 'lal34guqiao@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'jrcfyrfWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-23 22:43:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3898, NULL, NULL, 'icalc.edu@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'hxtyz', NULL, NULL, NULL, '45.147.246.67', '2021-11-23 22:45:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3899, NULL, NULL, 'elblair14@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fynjf', NULL, NULL, NULL, '195.208.168.27', '2021-11-23 22:49:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3900, NULL, NULL, 'gibbster5@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Dena', NULL, NULL, NULL, '88.151.8.206', '2021-11-23 22:49:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3901, NULL, NULL, 'sethtkendall@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'kfhbccf', NULL, NULL, NULL, '88.151.8.206', '2021-11-23 22:49:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3902, NULL, NULL, 'sangeeta.gangapurkar@crestechglobal.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Adorardana', NULL, NULL, NULL, '88.151.8.206', '2021-11-23 22:52:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3903, NULL, NULL, 'kalyan92003@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'stefanaWakenty', NULL, NULL, NULL, '212.192.195.52', '2021-11-23 22:54:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3904, NULL, NULL, 'vzenner2@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ktjybzWakenty', NULL, NULL, NULL, '45.128.129.116', '2021-11-23 22:55:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3905, NULL, NULL, 'katrinasmith002@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ltrfhbysxWakenty', NULL, NULL, NULL, '194.226.166.122', '2021-11-23 22:55:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3906, NULL, NULL, 'ewacarsten@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'kreatmin', NULL, NULL, NULL, '195.208.168.27', '2021-11-23 23:03:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3907, NULL, NULL, 'owyheemetalworks@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'any', NULL, NULL, NULL, '31.216.60.29', '2021-11-23 23:05:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3908, NULL, NULL, 'antonio70k@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'byyeirf', NULL, NULL, NULL, '45.147.246.67', '2021-11-23 23:06:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3909, NULL, NULL, 'dijongray@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'cabhmWakenty', NULL, NULL, NULL, '194.226.166.122', '2021-11-23 23:12:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3910, NULL, NULL, 'info@multipos.se', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cfiekz', NULL, NULL, NULL, '195.208.168.27', '2021-11-23 23:22:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3911, NULL, NULL, 'tecia.r.vaughn@efleets.com', 'ee177be74a279740f594a45b0f63f54b', 'rekzWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-23 23:22:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3912, NULL, NULL, 'uj153@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dkflbvbh', NULL, NULL, NULL, '195.208.168.27', '2021-11-23 23:34:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3913, NULL, NULL, 'stephane.c@mcg.fr', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fdljnmrf', NULL, NULL, NULL, '45.147.246.67', '2021-11-23 23:35:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3914, NULL, NULL, 'christtyson@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ArlieWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-23 23:38:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3915, NULL, NULL, 'john_shofner88@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'filipitschWakenty', NULL, NULL, NULL, '45.135.177.61', '2021-11-23 23:39:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3916, NULL, NULL, 'sharadpatel0707@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'galuha', NULL, NULL, NULL, '45.147.246.67', '2021-11-23 23:48:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3917, NULL, NULL, 'cjmcalpin@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Jaketrip', NULL, NULL, NULL, '195.208.168.27', '2021-11-23 23:48:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3918, NULL, NULL, 'eval1227@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'IvashaWakenty', NULL, NULL, NULL, '194.226.166.122', '2021-11-23 23:54:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3919, NULL, NULL, 'boballenfamily@outlook.com', 'ee177be74a279740f594a45b0f63f54b', 'cacheWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-23 23:55:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3920, NULL, NULL, 'alphere.johnson@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'AnnunWakenty', NULL, NULL, NULL, '45.128.129.116', '2021-11-23 23:59:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3921, NULL, NULL, 'Dannylac@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dfWakenty', NULL, NULL, NULL, '194.226.166.122', '2021-11-24 00:08:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3922, NULL, NULL, 'RCRAIN@NYCAP.RR.COM', 'ee177be74a279740f594a45b0f63f54b', 'DashaWakenty', NULL, NULL, NULL, '45.128.129.116', '2021-11-24 00:12:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3923, NULL, NULL, 'sharon.ely@comcast.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'antoha', NULL, NULL, NULL, '45.147.246.67', '2021-11-24 00:13:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3924, NULL, NULL, 'jdcolwell@comporium.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'daryukha', NULL, NULL, NULL, '31.216.60.29', '2021-11-24 00:27:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3925, NULL, NULL, 'pattibourne@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'elunaWakenty', NULL, NULL, NULL, '45.135.177.61', '2021-11-24 00:32:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3926, NULL, NULL, 'thaley925@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'AlexanderWakenty', NULL, NULL, NULL, '212.192.195.52', '2021-11-24 00:34:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3927, NULL, NULL, 'skytest.2889@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'gasha', NULL, NULL, NULL, '45.147.246.67', '2021-11-24 00:36:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3928, NULL, NULL, 'supaamac@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dbrnecz', NULL, NULL, NULL, '88.151.8.206', '2021-11-24 00:36:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3929, NULL, NULL, 'jakediana44@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fret', NULL, NULL, NULL, '88.151.8.206', '2021-11-24 00:40:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3930, NULL, NULL, 'jrdrh619@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'utheifWakenty', NULL, NULL, NULL, '45.128.129.116', '2021-11-24 00:45:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3931, NULL, NULL, 'julia-lviv@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dfycz', NULL, NULL, NULL, '31.216.60.29', '2021-11-24 00:48:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(3932, NULL, NULL, 'janeathome4@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fynjif', NULL, NULL, NULL, '45.147.246.67', '2021-11-24 00:50:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3933, NULL, NULL, 'SUNGTAYLOR@AOL.COM', 'ee177be74a279740f594a45b0f63f54b', 'miterWakenty', NULL, NULL, NULL, '212.192.195.52', '2021-11-24 00:56:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3934, NULL, NULL, 'l.malniece@web.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Karin', NULL, NULL, NULL, '31.216.60.29', '2021-11-24 01:04:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3935, NULL, NULL, 'dennisje@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Alexandrina', NULL, NULL, NULL, '195.208.126.103', '2021-11-24 01:06:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3936, NULL, NULL, 'tomumotu_4@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Alexandrina', NULL, NULL, NULL, '31.216.60.29', '2021-11-24 01:10:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3937, NULL, NULL, 'karyn.blass@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dfdfWakenty', NULL, NULL, NULL, '212.192.195.52', '2021-11-24 01:12:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3938, NULL, NULL, 'summer_s_lehman@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Anatoly', NULL, NULL, NULL, '195.208.168.27', '2021-11-24 01:14:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3939, NULL, NULL, 'jtgrif1305@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'orinaWakenty', NULL, NULL, NULL, '212.192.195.52', '2021-11-24 01:21:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3940, NULL, NULL, 'William.campbellwc@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'evelinka', NULL, NULL, NULL, '88.151.8.206', '2021-11-24 01:21:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3941, NULL, NULL, 'ryanrocks79@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Alsathis', NULL, NULL, NULL, '31.216.60.29', '2021-11-24 01:23:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3942, NULL, NULL, 'rstreet@nc.rr.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Chilele', NULL, NULL, NULL, '195.208.168.27', '2021-11-24 01:24:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3943, NULL, NULL, 'jlucky1122@optonline.net', 'ee177be74a279740f594a45b0f63f54b', 'VasiukhaWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-24 01:33:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3944, NULL, NULL, 'marlenacadogan@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ema', NULL, NULL, NULL, '195.208.126.103', '2021-11-24 01:41:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3945, NULL, NULL, 'an.nguyen2608@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ybyfWakenty', NULL, NULL, NULL, '45.128.129.116', '2021-11-24 01:42:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3946, NULL, NULL, 'fischermatthias96@gmx.de', 'ee177be74a279740f594a45b0f63f54b', 'JacobWakenty', NULL, NULL, NULL, '194.226.166.122', '2021-11-24 01:46:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3947, NULL, NULL, 'rgmeadows82@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Katyura', NULL, NULL, NULL, '45.147.246.67', '2021-11-24 01:47:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3948, NULL, NULL, 'akash82@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'AdoratiusWakenty', NULL, NULL, NULL, '45.135.177.61', '2021-11-24 01:52:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3949, NULL, NULL, 'leahucristina1989@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Herlong', NULL, NULL, NULL, '195.208.126.103', '2021-11-24 01:52:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3950, NULL, NULL, 'snigdha880522das@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'alevtin', NULL, NULL, NULL, '195.208.168.27', '2021-11-24 01:54:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3951, NULL, NULL, 'Lombardishynia200@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'gtnhbyrf', NULL, NULL, NULL, '31.216.60.29', '2021-11-24 01:55:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3952, NULL, NULL, 'frrobert2010@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'maraWakenty', NULL, NULL, NULL, '45.128.129.116', '2021-11-24 01:57:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3953, NULL, NULL, 'ecwolford@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'emuniaWakenty', NULL, NULL, NULL, '45.128.129.116', '2021-11-24 01:59:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3954, NULL, NULL, 'rebeccamantooth1@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'yusha', NULL, NULL, NULL, '88.151.8.206', '2021-11-24 02:07:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3955, NULL, NULL, 'marcus_bray_58@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'alevtinka', NULL, NULL, NULL, '31.216.60.29', '2021-11-24 02:11:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3956, NULL, NULL, 'greta.freedman@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'JuliaWakenty', NULL, NULL, NULL, '194.226.166.122', '2021-11-24 02:15:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3957, NULL, NULL, 'jenjacobs5@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Burigrinn', NULL, NULL, NULL, '88.151.8.206', '2021-11-24 02:21:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3958, NULL, NULL, 'NARCISO.CRUZ.LAW@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Fedor', NULL, NULL, NULL, '88.151.8.206', '2021-11-24 02:22:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3959, NULL, NULL, 'freeman3559@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cbvfyz', NULL, NULL, NULL, '88.151.8.206', '2021-11-24 02:25:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3960, NULL, NULL, 'bassfisherdave18@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'DarksongWakenty', NULL, NULL, NULL, '212.192.195.52', '2021-11-24 02:27:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3961, NULL, NULL, 'brown.liz@verizon.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cornflower', NULL, NULL, NULL, '195.208.168.27', '2021-11-24 02:28:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3962, NULL, NULL, 'tsunadetsunade2@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ybrjkfbxWakenty', NULL, NULL, NULL, '194.226.166.122', '2021-11-24 02:31:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3963, NULL, NULL, 'drucied@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'SolingerWakenty', NULL, NULL, NULL, '212.192.195.52', '2021-11-24 02:35:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3964, NULL, NULL, 'agianfermo@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ivan', NULL, NULL, NULL, '31.216.60.29', '2021-11-24 02:36:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3965, NULL, NULL, 'tinturi45@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Dehrer', NULL, NULL, NULL, '31.216.60.29', '2021-11-24 02:38:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3966, NULL, NULL, 'kbarwind@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ester', NULL, NULL, NULL, '195.208.168.27', '2021-11-24 02:38:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3967, NULL, NULL, 'jewhaw@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Fenrilar', NULL, NULL, NULL, '195.208.126.103', '2021-11-24 02:42:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3968, NULL, NULL, 'kristendgonzales92@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'jenus', NULL, NULL, NULL, '88.151.8.206', '2021-11-24 02:48:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3969, NULL, NULL, 'victory1634rider@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'gtnheyz', NULL, NULL, NULL, '195.208.126.103', '2021-11-24 02:52:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3970, NULL, NULL, 'bayviewam@whidbey.com', 'ee177be74a279740f594a45b0f63f54b', 'nikolaWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-24 02:52:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3971, NULL, NULL, 'gdgeis@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'iraidka', NULL, NULL, NULL, '45.147.246.67', '2021-11-24 02:56:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3972, NULL, NULL, 'eric2000225@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'lfhbqWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-24 02:57:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3973, NULL, NULL, 'skrockson@live.com', 'ee177be74a279740f594a45b0f63f54b', 'bifWakenty', NULL, NULL, NULL, '212.192.195.52', '2021-11-24 02:59:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3974, NULL, NULL, 'brosteven89@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'kosma', NULL, NULL, NULL, '195.208.126.103', '2021-11-24 03:05:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3975, NULL, NULL, 'mariawall_505@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'gjkbyfhbqWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-24 03:11:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3976, NULL, NULL, 'suerolling@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'alexasha', NULL, NULL, NULL, '195.208.168.27', '2021-11-24 03:12:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3977, NULL, NULL, 'erickbronson@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'kjdmWakenty', NULL, NULL, NULL, '212.192.195.52', '2021-11-24 03:14:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3978, NULL, NULL, 'iturbeko55@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'mishakWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-24 03:19:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3979, NULL, NULL, 'kgarrity0618@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fylhyz', NULL, NULL, NULL, '195.208.126.103', '2021-11-24 03:23:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3980, NULL, NULL, 'masset.joel@orange.fr', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dbienf', NULL, NULL, NULL, '31.216.60.29', '2021-11-24 03:25:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3981, NULL, NULL, 'fauntleroyja@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dtytlbrneirf', NULL, NULL, NULL, '31.216.60.29', '2021-11-24 03:28:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3982, NULL, NULL, 'emily@bijinsalon.com', 'ee177be74a279740f594a45b0f63f54b', 'hbveczWakenty', NULL, NULL, NULL, '212.192.195.52', '2021-11-24 03:30:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3983, NULL, NULL, 'saskia_ceven@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'zyfWakenty', NULL, NULL, NULL, '45.135.177.61', '2021-11-24 03:41:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3984, NULL, NULL, 'ilgunas95877@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'utheyzWakenty', NULL, NULL, NULL, '45.135.177.61', '2021-11-24 03:43:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3985, NULL, NULL, 'INFO@MASTERSHANDCANDLES.COM', 'ee177be74a279740f594a45b0f63f54b', 'tayuhaWakenty', NULL, NULL, NULL, '212.192.195.52', '2021-11-24 03:48:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3986, NULL, NULL, 'kenyonamatthews@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'VerkaWakenty', NULL, NULL, NULL, '45.135.177.61', '2021-11-24 03:50:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3987, NULL, NULL, 'andrew_rafaidus@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'klfWakenty', NULL, NULL, NULL, '45.135.177.61', '2021-11-24 04:00:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3988, NULL, NULL, 'KRISTISHIELDS@ICLOUD.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'kenya', NULL, NULL, NULL, '195.208.168.27', '2021-11-24 04:04:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3989, NULL, NULL, 'ecneuman@comcast.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'pffhsx', NULL, NULL, NULL, '195.208.126.103', '2021-11-24 04:04:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3990, NULL, NULL, 'sammerbeach@alice.it', 'ee177be74a279740f594a45b0f63f54b', 'laurentWakenty', NULL, NULL, NULL, '45.128.129.116', '2021-11-24 04:07:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3991, NULL, NULL, 'darleennaylor@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'polinka', NULL, NULL, NULL, '195.208.168.27', '2021-11-24 04:08:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3992, NULL, NULL, 'royf511@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cfiehf', NULL, NULL, NULL, '195.208.126.103', '2021-11-24 04:10:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3993, NULL, NULL, 's-tal@comcast.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'zyf', NULL, NULL, NULL, '45.147.246.67', '2021-11-24 04:13:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3994, NULL, NULL, 'gillard.emmanuel@wanadoo.fr', 'ee177be74a279740f594a45b0f63f54b', 'hbyfWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-24 04:16:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3995, NULL, NULL, 'eric.neuman@comcast.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Munitus', NULL, NULL, NULL, '45.147.246.67', '2021-11-24 04:18:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3996, NULL, NULL, 'jdayron04@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Angelica', NULL, NULL, NULL, '88.151.8.206', '2021-11-24 04:18:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3997, NULL, NULL, 'jlbuis@wanadoo.fr', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Faegal', NULL, NULL, NULL, '45.147.246.67', '2021-11-24 04:23:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3998, NULL, NULL, 'fprats1019@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'bullies', NULL, NULL, NULL, '45.147.246.67', '2021-11-24 04:27:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(3999, NULL, NULL, 'chrystelekolle@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dfccfWakenty', NULL, NULL, NULL, '212.192.195.52', '2021-11-24 04:34:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4000, NULL, NULL, 'antonioguadalupe53@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Gholbizar', NULL, NULL, NULL, '195.208.168.27', '2021-11-24 04:37:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4001, NULL, NULL, 'anthonyqpaige1@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ybksxWakenty', NULL, NULL, NULL, '194.226.166.122', '2021-11-24 04:46:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4002, NULL, NULL, 'carter.devoe@outlook.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fcif', NULL, NULL, NULL, '88.151.8.206', '2021-11-24 04:54:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4003, NULL, NULL, 'rong@3splabs.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'arinka', NULL, NULL, NULL, '195.208.168.27', '2021-11-24 05:11:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4004, NULL, NULL, 'joshua.earle@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Caryret', NULL, NULL, NULL, '45.147.246.67', '2021-11-24 05:12:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4005, NULL, NULL, 'jfast05@icloud.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Auaus', NULL, NULL, NULL, '88.151.8.206', '2021-11-24 05:14:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4006, NULL, NULL, 'sjukskotskare@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fblrf', NULL, NULL, NULL, '45.147.246.67', '2021-11-24 05:26:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4007, NULL, NULL, 'karmel.kajic@hotmail.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'gjkbyfhbz', NULL, NULL, NULL, '195.208.168.27', '2021-11-24 05:40:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4008, NULL, NULL, 'jhasson@bigpond.net.au', 'dd1068f53d3f1bc51c188c008e2e32ac', 'grunya', NULL, NULL, NULL, '45.147.246.67', '2021-11-24 05:42:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4009, NULL, NULL, 'hkb9791@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'NataliaWakenty', NULL, NULL, NULL, '45.128.129.116', '2021-11-24 05:49:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4010, NULL, NULL, 'larrychshog@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Leonich', NULL, NULL, NULL, '195.208.168.27', '2021-11-24 05:56:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4011, NULL, NULL, 'mjurado863@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'lbveifWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-24 06:00:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4012, NULL, NULL, 'ahernandez4110@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vasochka', NULL, NULL, NULL, '195.208.126.103', '2021-11-24 06:18:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4013, NULL, NULL, 'keppel.ashley@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'rjnzWakenty', NULL, NULL, NULL, '45.128.129.116', '2021-11-24 06:35:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4014, NULL, NULL, 'joreen_hohoho@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'RimmaWakenty', NULL, NULL, NULL, '194.226.166.122', '2021-11-24 06:49:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4015, NULL, NULL, 'brownie444444@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Evelina', NULL, NULL, NULL, '195.208.126.103', '2021-11-24 06:53:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4016, NULL, NULL, 'cameron32.ct@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Wernaxea', NULL, NULL, NULL, '195.208.168.27', '2021-11-24 07:20:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4017, NULL, NULL, 'marcamato135@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vbieyzWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-24 07:20:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4018, NULL, NULL, 'tlcasiano@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Sumey', NULL, NULL, NULL, '45.147.246.67', '2021-11-24 08:20:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4019, NULL, NULL, 'bacano500@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'IsaknewerWakenty', NULL, NULL, NULL, '45.135.177.61', '2021-11-24 08:21:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4020, NULL, NULL, 'latoyalandrum@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Burigrinn', NULL, NULL, NULL, '45.147.246.67', '2021-11-24 08:58:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4021, NULL, NULL, 'johnhess1994@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'TremlWakenty', NULL, NULL, NULL, '194.226.166.122', '2021-11-24 09:07:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4022, NULL, NULL, 'sxshuby@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vfrcifWakenty', NULL, NULL, NULL, '45.135.177.61', '2021-11-24 09:37:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4023, NULL, NULL, 'thepacman232@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'bdfyrf', NULL, NULL, NULL, '31.216.60.29', '2021-11-24 09:42:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4024, NULL, NULL, 'jilacqua@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'christa', NULL, NULL, NULL, '195.208.126.103', '2021-11-24 09:58:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4025, NULL, NULL, 'trisha.parker@bigpond.com', 'ee177be74a279740f594a45b0f63f54b', 'CashoutmasterWakenty', NULL, NULL, NULL, '194.226.166.122', '2021-11-24 10:23:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4026, NULL, NULL, 'misty7182@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'anyWakenty', NULL, NULL, NULL, '194.190.149.14', '2021-11-24 10:39:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4027, NULL, NULL, 'premecnusupawnwb@mail.com', '607615fc5bb9d9d675e0bbd648b8a04b', 'DonaldCapse', NULL, NULL, NULL, '54.39.29.64', '2021-11-25 17:42:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4028, NULL, NULL, 'murphymaximillian75@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'ybrf[fWakenty', NULL, NULL, NULL, '93.190.121.129', '2021-11-26 02:51:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4029, NULL, NULL, 'coomeet@coomeetchat.xyz', '74ab380c997caa64e7a57ebbc8c4b05d', 'BubiCruse', NULL, NULL, NULL, '94.25.238.111', '2021-11-27 17:00:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4030, NULL, NULL, 'mymail@mailforme.club', 'e1412eb83dca5111ce5036321843087a', 'Herbertsyday', NULL, NULL, NULL, '31.40.129.203', '2021-11-27 22:57:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4031, NULL, NULL, 'a.su.sda.lsk.iy.@gmail.com', 'fb36fd3d66fcf5c896a4b631cb3676d3', 'Kevinoxymn', NULL, NULL, NULL, '185.171.126.249', '2021-11-28 17:24:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4032, NULL, NULL, 'j.a.c.kli.s.tfoxn.eedli.f.e.s3.825.2.12.@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, NULL, NULL, '46.148.234.229', '2021-11-28 18:51:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4033, NULL, NULL, 'rihcv8h0x@gmail.com', '32fefc87365ec4242d53a0aae43c2208', 'TuyetFag', NULL, NULL, NULL, '91.211.88.127', '2021-11-29 03:42:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4034, NULL, NULL, 'michaelperez930321@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'nifWakenty', NULL, NULL, NULL, '92.249.13.118', '2021-12-02 01:47:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4035, NULL, NULL, 'di8eliy@yandex.ru', '90c93f4f3baf97bbd44998daf8141b82', 'exceexulackex', NULL, NULL, NULL, '95.174.102.213', '2021-12-02 17:54:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4036, NULL, NULL, 'wpvzuaasl@totzilla.ru', '900e686a79fde2fb547bb57a3517d184', 'Luannbuh', NULL, NULL, NULL, '163.172.31.249', '2021-12-04 05:51:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4037, NULL, NULL, 'daniellikoofficial@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'kellyerasp', NULL, NULL, NULL, '92.223.88.180', '2021-12-04 06:32:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4038, NULL, NULL, 'desdemonaoryxg11@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'IvaniushaWakenty', NULL, NULL, NULL, '45.128.125.222', '2021-12-05 02:13:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4039, NULL, NULL, 'asgiuaysdiuqwi@163.com', '1999c12ab2d0a044adddc6e80ab8934f', 'bngvviusgj', NULL, NULL, NULL, '113.250.238.160', '2021-12-05 04:25:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4040, NULL, NULL, 'saburt.erinov@gmail.com', 'a21c3466f54c594f81ccb49a917357a5', 'Pitoytjuilt', NULL, NULL, NULL, '193.160.218.246', '2021-12-06 12:44:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4041, NULL, NULL, 'gaubagszokuspeechxl@mail.com', 'c6d25a90ea8e655d8f99911cb3c747b7', 'HectorGrorn', NULL, NULL, NULL, '54.39.29.64', '2021-12-06 21:44:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4042, NULL, NULL, 'mohdhasansaifi640@gmail.com', '292f87a0641dcb8e1c7e92f6d4f1d476', 'Smriti Kumari', NULL, NULL, NULL, '106.198.248.221', '2021-12-07 16:42:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4043, NULL, NULL, 'mackdawv74@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'yfkfWakenty', NULL, NULL, NULL, '45.128.125.201', '2021-12-08 01:08:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4044, NULL, NULL, 'samuelfitisov@yandex.ru', 'faf37817db247945eca0eb8469e3072f', 'Jamesexirl', NULL, NULL, NULL, '178.159.42.246', '2021-12-09 02:13:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4045, NULL, NULL, 'lyudochka_kharichkova@mail.ru', '141573abe91e001ff38153c0179f0c87', 'MargaritaFluivy', NULL, NULL, NULL, '185.255.96.99', '2022-08-01 03:08:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4046, NULL, NULL, 'normanheall7wgrsh@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'nynyuraWakenty', NULL, NULL, NULL, '194.60.76.48', '2021-12-14 17:29:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4047, NULL, NULL, 'clarsukigedramzh@mail.com', '77cc941ba35532e4c9cab18f854e634f', 'MatthewBAICS', NULL, NULL, NULL, '54.39.29.64', '2021-12-16 08:45:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4048, NULL, NULL, 'imanta.shop@yandex.com', '9794c2e5bf404960af4a7f68dedd5d56', 'Josephfrarl', NULL, NULL, NULL, '185.209.31.169', '2021-12-16 12:01:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4049, NULL, NULL, 'seo@intervision.ua', 'a37c3a13da44f9f650b2a0e78a6a9f17', 'Richardhax', NULL, NULL, NULL, '91.227.182.217', '2021-12-17 04:20:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4050, NULL, NULL, 'marettkaterine67733@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'EstherWakenty', NULL, NULL, NULL, '194.60.76.48', '2021-12-17 16:59:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4051, NULL, NULL, 'zmei4665@gmail.com', '18c7e95efb24cacc9dd971782fbd1561', 'vnwailian', NULL, NULL, NULL, '120.41.222.98', '2021-12-18 12:16:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4052, NULL, NULL, 'sourav.bhadra12@gmail.com', 'd689a36fb01ffb2285ddfb52edd0c00e', 'Sourav bhadra', NULL, NULL, NULL, '157.40.96.146', '2021-12-18 19:48:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4053, NULL, NULL, 'interes@shelby-shop.com', '833501ff94a9edc0ac01e3c16c47e929', 'RaymondMaits', NULL, NULL, NULL, '191.101.31.20', '2021-12-19 05:29:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4054, NULL, NULL, 'jack.lis.tfo.x.nee.d.l.i.fe.s.3.8.2.5.2.12@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, NULL, NULL, '46.148.234.229', '2021-12-20 14:58:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4055, NULL, NULL, 'hinkengloria8845@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'valyuhaWakenty', NULL, NULL, NULL, '45.82.81.105', '2021-12-21 04:37:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4056, NULL, NULL, 'mc.cle.enl.ur.a.y0@gmail.com', 'd2ce21ef7758a80045a80374614f6b5c', 'AllenEstix', NULL, NULL, NULL, '191.101.132.33', '2021-12-21 11:32:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4057, NULL, NULL, 'kimorasteven113535@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'ValyaWakenty', NULL, NULL, NULL, '45.82.81.105', '2021-12-22 02:43:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4058, NULL, NULL, 'an.jeli.kalo.pistuc.kl.o.v.e@gmail.com\r\n', '17fced40a0960afe07612c66c0ee77a6', 'Julinyc', NULL, NULL, NULL, '156.146.50.35', '2021-12-23 19:16:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4059, NULL, NULL, 'admin@singaporevelly.com', 'a548ddb5b2acb0e5c37dedd9f4bbdcca', 'MatthewZed', NULL, NULL, NULL, '5.253.19.41', '2021-12-24 15:00:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4060, NULL, NULL, 'tingpersvispie1383@mailis.xyz\r\n', '37828b263cdf8d789148c133611aa0d0', 'Ziorivborne', NULL, NULL, NULL, '51.159.23.22', '2021-12-24 16:58:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4061, NULL, NULL, 'a.njelik.al.op.is.t.u.c.k.lo.v.e@gmail.com\r\n', '17fced40a0960afe07612c66c0ee77a6', 'Julikug', NULL, NULL, NULL, '188.213.34.11', '2021-12-24 20:00:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4062, NULL, NULL, 'a.n.j.el.i.ka.lo.p.i.stucklo.ve@gmail.com\r\n', '17fced40a0960afe07612c66c0ee77a6', 'Juligrm', NULL, NULL, NULL, '45.132.194.35', '2021-12-25 19:04:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4063, NULL, NULL, 'em7evg@gmail.com', 'be4a71c91f3b77fd489dafe4a454f8b2', 'Jamesnep', NULL, NULL, NULL, '188.163.46.154', '2021-12-27 09:39:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4064, NULL, NULL, 'omanovefim@gmail.com', '2c859aaae8bb76bb181975d3a8a63b12', 'IlanaHex', NULL, NULL, NULL, '176.114.190.126', '2021-12-27 12:37:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4065, NULL, NULL, 'suc.h.or.uv.s.k.i.yanat.ol.i.y.y@gmail.com\r\n', 'b4d6cc813b2764119bce986638b78f37', 'Levfmb', NULL, NULL, NULL, '146.70.52.26', '2021-12-27 19:46:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4066, NULL, NULL, 'salleydolabella750588@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'milankaWakenty', NULL, NULL, NULL, '46.161.11.89', '2021-12-28 07:25:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4067, NULL, NULL, 'tehniks_015@mail.ru', '25f9e794323b453885f5181f1b624d0b', 'dvadcatdevyat_chekdonorov https://apple.com', NULL, NULL, NULL, '188.165.234.151', '2021-12-29 17:11:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4068, NULL, NULL, 'florasmith684997@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'RenediarWakenty', NULL, NULL, NULL, '85.202.167.46', '2021-12-31 02:42:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4069, NULL, NULL, 'suchoruv.s.k.iya.n.a.t.ol.iyy@gmail.com\r\n', 'b4d6cc813b2764119bce986638b78f37', 'Levdlq', NULL, NULL, NULL, '193.176.84.92', '2022-01-01 03:36:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4070, NULL, NULL, 's.u.cho.ru.vski.ya.na.t.o.li.y.y@gmail.com\r\n', 'b4d6cc813b2764119bce986638b78f37', 'Levwxw', NULL, NULL, NULL, '188.213.34.16', '2022-01-01 23:02:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4071, NULL, NULL, 'seshadri.law@gmail.com', 'f7f81b2e03ecd256f53130ffb8cf6495', 'Dama Seshadri Naidu ', NULL, NULL, NULL, '49.205.172.48', '2022-01-02 11:19:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4072, NULL, NULL, 'miqbalhkagdi@gmail.com', '7b3bb88520adfef93ef1756c53df6d6a', 'MOHAMMEDIQBAL  H  KAGDI', NULL, NULL, NULL, '103.250.139.135', '2022-01-02 13:21:46', 'web', '', 66781641110068, NULL, NULL, '2023-06-02 13:37:31', 0),
(4073, NULL, NULL, 'putinvpidor@yandex.ru', '8d0abf5625d8f4a6fd3e36e5244c5e11', 'JeremyUnrem', NULL, NULL, NULL, '170.155.100.128', '2022-01-02 15:34:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4074, NULL, NULL, 'vejdwk@rassx.xyz', '14b681e90d3465dd477dea15d73a6cf9', 'Samuellof', NULL, NULL, NULL, '178.159.37.7', '2022-01-02 23:07:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4075, NULL, NULL, 'arthurgonzales265084@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'YurichWakenty', NULL, NULL, NULL, '195.209.178.93', '2022-01-03 05:27:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4076, NULL, NULL, 'j.ack.li.stfox.n.ee.dl.ifes.3.825.2.12@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, NULL, NULL, '46.148.234.229', '2022-01-03 06:57:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4077, NULL, NULL, 'info@coomeetchat.ru', 'f928f84066f22f767a645afae31ac263', 'Coomeetplups', NULL, NULL, NULL, '5.165.129.139', '2022-01-03 07:29:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4078, NULL, NULL, '.', 'd41d8cd98f00b204e9800998ecf8427e', 'https://bit.ly/3JdICTk?P0fQc6', NULL, NULL, NULL, '45.139.176.149', '2022-01-03 09:52:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4079, NULL, NULL, 'neha.prabhu56@gmail.com', 'eab922b633e96f827ba34644f6ad01a0', 'M Neha Prabhu', NULL, NULL, NULL, '157.45.102.58', '2022-01-04 20:28:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(4080, NULL, NULL, 'leva6778@gmail.com', 'f907a46074dc3cf1a417c03c06a97846', 'RichardVep', NULL, NULL, NULL, '213.193.31.159', '2022-01-05 11:47:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4081, NULL, NULL, 'andrekutikov@gmail.com', 'f1fb7c6988cd7d9ce9874a9c8ffa3a86', 'kutikovaer', NULL, NULL, NULL, '188.163.73.203', '2022-01-06 03:11:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4082, NULL, NULL, 'humfreyrichardson373714@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'fk.yzWakenty', NULL, NULL, NULL, '45.91.161.50', '2022-01-06 17:47:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4083, NULL, NULL, 'so.p.hiecam.pbe.l.l.4.3.9.7.56@gmail.com', 'f81f22e5507211d1d00460345b536298', 'casinoxAtolo', NULL, NULL, NULL, '185.5.250.146', '2022-01-09 08:28:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4084, NULL, NULL, '3ooo-sse@mail.ru', '5a30b5cc3334746a6962b7dc8183fab6', 'Cofgco-jamboasdasddfdfg http://mail.ru 125036', NULL, NULL, NULL, '95.182.125.188', '2022-01-09 23:37:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4085, NULL, NULL, 'may.s.t.ew.art79.6.12.8@gmail.com', 'f81f22e5507211d1d00460345b536298', 'casxNup', NULL, NULL, NULL, '178.159.37.66', '2022-01-10 17:30:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4086, NULL, NULL, 'dawid.molerski@wp.pl', 'bf1d7240572890a2ca1c59fb4df29513', 'RichardfuT', NULL, NULL, NULL, '62.210.80.33', '2022-01-10 19:50:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4087, NULL, NULL, 'nandadulalsen53@gmail.com', '557c54e1c85db5b14cafc853e60c8105', 'Nanda Dulal Sen', NULL, NULL, NULL, '45.64.222.161', '2022-01-11 21:24:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4088, NULL, NULL, 'debilldebilloyw@gmail.com', '44f9836c8b44f405e252903428b34782', 'Thomaskiply', NULL, NULL, NULL, '218.28.136.54', '2022-01-12 01:20:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4089, NULL, NULL, 'ra.y.mo.n.d.es.m.alls.@gmail.com', 'f81f22e5507211d1d00460345b536298', 'pinapenNup', NULL, NULL, NULL, '178.159.37.159', '2022-01-12 06:50:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4090, NULL, NULL, 'vedline125vl@gmail.com', 'd225f5ea8775a613f0896da011da8912', 'girm', NULL, NULL, NULL, '77.34.125.194', '2022-01-12 19:10:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4091, NULL, NULL, 'philipedwards46re@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'VareymaWakenty', NULL, NULL, NULL, '195.208.168.177', '2022-01-12 20:07:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4092, NULL, NULL, 'troctumbcapi1506@mailis.xyz\r\n', '26f20542a4e0cced1925a4cd0467b70d', 'Zorniborne', NULL, NULL, NULL, '51.159.23.22', '2022-01-16 05:58:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4093, NULL, NULL, 'valerynikolaeva82@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'HumbrolyWakenty', NULL, NULL, NULL, '45.151.29.60', '2022-01-16 07:51:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4094, NULL, NULL, 'raghav1691@gmail.com', '7e41dddd5a4ecd37ee05547553bf343b', 'raghav goenka', NULL, NULL, NULL, '110.235.238.69', '2022-01-17 01:08:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4095, NULL, NULL, 'warmerdam.simone@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'sashulya', NULL, NULL, NULL, '45.135.178.175', '2022-01-17 05:10:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4096, NULL, NULL, 'shafer.ginger@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'enutaWakenty', NULL, NULL, NULL, '193.232.41.237', '2022-01-17 05:19:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4097, NULL, NULL, 'calebpoole20701@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fybreifWakenty', NULL, NULL, NULL, '193.58.178.89', '2022-01-17 05:58:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4098, NULL, NULL, 'speactitcd@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tueyz', NULL, NULL, NULL, '93.190.120.74', '2022-01-17 06:54:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4099, NULL, NULL, 'aaron_lichtenfeld@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'kozminichnaWakenty', NULL, NULL, NULL, '193.58.178.89', '2022-01-17 08:00:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4100, NULL, NULL, 'tawandaz@live.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ybkrf', NULL, NULL, NULL, '45.135.178.175', '2022-01-17 08:27:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4101, NULL, NULL, 'johamarys@live.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'utyeif', NULL, NULL, NULL, '93.190.120.74', '2022-01-17 08:56:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4102, NULL, NULL, 'DAVID.B.DIAMOND@SLOAN.MIT.EDU', 'ee177be74a279740f594a45b0f63f54b', 'dbnyzWakenty', NULL, NULL, NULL, '45.139.28.89', '2022-01-17 09:01:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4103, NULL, NULL, 'joripike@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Anaya', NULL, NULL, NULL, '45.82.83.110', '2022-01-17 09:28:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4104, NULL, NULL, 'EVERBAR3@YAHOO.COM', 'ee177be74a279740f594a45b0f63f54b', 'syushaWakenty', NULL, NULL, NULL, '193.187.105.24', '2022-01-17 09:39:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4105, NULL, NULL, 'woinisnyder@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vtktif', NULL, NULL, NULL, '45.138.7.151', '2022-01-17 10:28:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4106, NULL, NULL, 'o.sho.wit.cz.j.e.r.e.m.y.@gmail.com', '395586eab349c7d2248bf274b5a25d55', 'StevenBop', NULL, NULL, NULL, '172.98.33.85', '2022-01-17 11:27:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4107, NULL, NULL, 'andrej733@azet.sk', 'ee177be74a279740f594a45b0f63f54b', 'lfybksxWakenty', NULL, NULL, NULL, '193.187.105.24', '2022-01-17 12:22:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4108, NULL, NULL, 'kriel.prime@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'uthvfyf', NULL, NULL, NULL, '93.190.120.74', '2022-01-17 12:50:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4109, NULL, NULL, 'rayan.rafique@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'thin', NULL, NULL, NULL, '45.138.7.151', '2022-01-17 13:19:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4110, NULL, NULL, 'ghouseraqibibrahim@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'XimathewiWakenty', NULL, NULL, NULL, '193.232.42.198', '2022-01-17 13:23:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4111, NULL, NULL, 'JAMI80DALE@YAHOO.COM', 'ee177be74a279740f594a45b0f63f54b', 'obaWakenty', NULL, NULL, NULL, '193.232.42.198', '2022-01-17 14:23:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4112, NULL, NULL, 'batthini.mounika1993@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'lovely', NULL, NULL, NULL, '45.138.7.151', '2022-01-17 14:27:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4113, NULL, NULL, 'alex1986.07@list.ru', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbrjkf', NULL, NULL, NULL, '93.190.120.74', '2022-01-17 14:51:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4114, NULL, NULL, 'Kreditoren@electrolux.ch', 'dd1068f53d3f1bc51c188c008e2e32ac', 'oleg', NULL, NULL, NULL, '45.82.83.110', '2022-01-17 15:02:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4115, NULL, NULL, 'abby.cole724@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ltybcmzWakenty', NULL, NULL, NULL, '193.58.178.89', '2022-01-17 15:05:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4116, NULL, NULL, 'lorcognata@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tk.if', NULL, NULL, NULL, '91.190.158.73', '2022-01-17 15:25:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4117, NULL, NULL, 'jskill@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'maximilianWakenty', NULL, NULL, NULL, '45.139.28.89', '2022-01-17 15:26:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4118, NULL, NULL, 'beverly.a.mason@att.net', 'ee177be74a279740f594a45b0f63f54b', 'vfhifWakenty', NULL, NULL, NULL, '193.187.105.24', '2022-01-17 15:32:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4119, NULL, NULL, 'rmazz1428@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfhbfysx', NULL, NULL, NULL, '45.138.7.151', '2022-01-17 15:56:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4120, NULL, NULL, 'eman.f.als@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Weigand', NULL, NULL, NULL, '45.82.83.110', '2022-01-17 16:03:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4121, NULL, NULL, 'BRADY@BRADYINGLE.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'timosia', NULL, NULL, NULL, '93.190.120.74', '2022-01-17 16:21:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4122, NULL, NULL, 'abldad@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Torabos', NULL, NULL, NULL, '93.190.120.74', '2022-01-17 16:26:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4123, NULL, NULL, 'eric@ellipseinfo.com', 'ee177be74a279740f594a45b0f63f54b', 'MaryushaWakenty', NULL, NULL, NULL, '193.187.105.24', '2022-01-17 16:28:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4124, NULL, NULL, '<address>Apache/2.4.51 (Unix) Server at e-s.pw Port 80</address>', 'ee177be74a279740f594a45b0f63f54b', 'BurigrinnWakenty', NULL, NULL, NULL, '45.139.28.89', '2022-01-17 16:47:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4125, NULL, NULL, 'twarner2boys@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbnhf', NULL, NULL, NULL, '45.138.7.151', '2022-01-17 16:53:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4126, NULL, NULL, 'sinan.tekoglu0@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Vityuha', NULL, NULL, NULL, '93.190.120.74', '2022-01-17 16:59:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4127, NULL, NULL, 'fernandopz@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'theme', NULL, NULL, NULL, '91.190.158.73', '2022-01-17 17:27:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4128, NULL, NULL, 'debrabullington@comcast.net', 'ee177be74a279740f594a45b0f63f54b', 'ktrcfifWakenty', NULL, NULL, NULL, '193.232.41.237', '2022-01-17 17:29:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4129, NULL, NULL, 'andre.tusche@gmx.ch', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ybrjkfbx', NULL, NULL, NULL, '91.190.158.73', '2022-01-17 17:57:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4130, NULL, NULL, 'mirinkauzumaki@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vadim', NULL, NULL, NULL, '45.138.7.151', '2022-01-17 18:23:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4131, NULL, NULL, 'emfotso1@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ufkbyrf', NULL, NULL, NULL, '93.190.120.74', '2022-01-17 18:28:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4132, NULL, NULL, 'bellmicki@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'afrosinyaWakenty', NULL, NULL, NULL, '193.58.178.89', '2022-01-17 18:33:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4133, NULL, NULL, 'pattyyuen@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tk.if', NULL, NULL, NULL, '45.138.7.151', '2022-01-17 19:29:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4134, NULL, NULL, 'spookys_postkasten@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Vladimir', NULL, NULL, NULL, '45.82.83.110', '2022-01-17 19:55:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4135, NULL, NULL, 'ianalexander1000@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ytnf', NULL, NULL, NULL, '91.190.158.73', '2022-01-17 20:04:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4136, NULL, NULL, 'wall.id.pike@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'theosis', NULL, NULL, NULL, '45.135.178.175', '2022-01-17 20:25:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4137, NULL, NULL, 'bdub727x@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ulyanych', NULL, NULL, NULL, '93.190.120.74', '2022-01-17 20:30:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4138, NULL, NULL, 'alexpandel@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'natalyushkaWakenty', NULL, NULL, NULL, '193.232.42.198', '2022-01-17 20:34:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4139, NULL, NULL, 'mesbtsa@comcast.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vass', NULL, NULL, NULL, '93.190.120.74', '2022-01-17 20:34:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4140, NULL, NULL, 'dmehlschau@sbcglobal.net', 'ee177be74a279740f594a45b0f63f54b', 'fyfnjkbqWakenty', NULL, NULL, NULL, '45.139.28.89', '2022-01-17 20:38:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4141, NULL, NULL, 'blade22x@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Briton', NULL, NULL, NULL, '45.135.178.175', '2022-01-17 20:55:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4142, NULL, NULL, 'larry.goodwin@icqmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfhif', NULL, NULL, NULL, '91.190.158.73', '2022-01-17 21:24:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4143, NULL, NULL, 'jonbjacobs@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'yfcnfcWakenty', NULL, NULL, NULL, '193.187.105.24', '2022-01-17 21:38:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4144, NULL, NULL, 'frankh812001@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'DaryushkaWakenty', NULL, NULL, NULL, '193.58.178.89', '2022-01-17 21:41:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4145, NULL, NULL, 'paulettejones3@verizon.net', 'ee177be74a279740f594a45b0f63f54b', 'cntgfyzWakenty', NULL, NULL, NULL, '193.58.178.89', '2022-01-17 21:46:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4146, NULL, NULL, 'jmh0588@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'pusWakenty', NULL, NULL, NULL, '193.187.105.24', '2022-01-17 21:50:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4147, NULL, NULL, 'jsot0202@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'DarkhunterWakenty', NULL, NULL, NULL, '193.232.42.198', '2022-01-17 22:27:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4148, NULL, NULL, 'KARM21@HOTMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Qunorrar', NULL, NULL, NULL, '45.135.178.175', '2022-01-17 22:28:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4149, NULL, NULL, 'ralphcielocha@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'lefhlbr', NULL, NULL, NULL, '45.135.178.175', '2022-01-17 22:37:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4150, NULL, NULL, 'mcguire5218@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'SergunaWakenty', NULL, NULL, NULL, '193.58.178.89', '2022-01-17 22:39:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4151, NULL, NULL, 'hamid.nayer@electrolux.com', 'ee177be74a279740f594a45b0f63f54b', 'fyfnjkmrfWakenty', NULL, NULL, NULL, '193.232.41.237', '2022-01-17 22:41:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4152, NULL, NULL, 'erikafabiola1234@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rjhybksx', NULL, NULL, NULL, '93.190.120.74', '2022-01-17 22:42:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4153, NULL, NULL, 'jonjonz@comcast.net', 'ee177be74a279740f594a45b0f63f54b', 'AdorardredWakenty', NULL, NULL, NULL, '193.187.105.24', '2022-01-17 22:50:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4154, NULL, NULL, 'calvin05gibbs@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'SophiaWakenty', NULL, NULL, NULL, '193.232.42.198', '2022-01-17 22:51:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4155, NULL, NULL, 'agsilfanus@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ybrjkrfWakenty', NULL, NULL, NULL, '193.232.41.237', '2022-01-17 22:52:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4156, NULL, NULL, 'tshacklett@verizon.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rjcn.[f', NULL, NULL, NULL, '45.82.83.110', '2022-01-17 23:03:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4157, NULL, NULL, 'jgbernz@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'uthecz', NULL, NULL, NULL, '45.138.7.151', '2022-01-17 23:15:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4158, NULL, NULL, 'cyr.il.jm.cr.ee@gmail.com', 'c6e600a87abc0cc4cf21121980066df3', 'Xcasin-XKeype', NULL, NULL, NULL, '185.5.250.30', '2022-01-17 23:15:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4159, NULL, NULL, 'tanksimmons88@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Swordstaff', NULL, NULL, NULL, '45.135.178.175', '2022-01-17 23:17:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4160, NULL, NULL, 'renebu@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'punishmentWakenty', NULL, NULL, NULL, '193.58.178.89', '2022-01-17 23:28:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4161, NULL, NULL, 'Jettalawellin@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Robert', NULL, NULL, NULL, '93.190.120.74', '2022-01-17 23:29:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4162, NULL, NULL, 'jamesusmc@zoomtown.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Rybolt', NULL, NULL, NULL, '91.190.158.73', '2022-01-17 23:34:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4163, NULL, NULL, 'SHINMEI6344@GMAIL.COM', 'ee177be74a279740f594a45b0f63f54b', 'IrollWakenty', NULL, NULL, NULL, '193.58.178.89', '2022-01-17 23:40:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4164, NULL, NULL, 'jeffgregg113@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'tvbkbqWakenty', NULL, NULL, NULL, '45.139.28.89', '2022-01-17 23:43:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4165, NULL, NULL, 'mpulliam@comcast.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbrjkf', NULL, NULL, NULL, '91.190.158.73', '2022-01-18 00:15:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4166, NULL, NULL, 'KKRELL1@VERIZON.NET', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Pitako', NULL, NULL, NULL, '91.190.158.73', '2022-01-18 00:31:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4167, NULL, NULL, 'joel2805naf@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ufkcz', NULL, NULL, NULL, '45.138.7.151', '2022-01-18 00:35:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4168, NULL, NULL, 'ngericm@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'palmWakenty', NULL, NULL, NULL, '193.232.41.237', '2022-01-18 00:38:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(4169, NULL, NULL, 'mattpulliam@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'curlingWakenty', NULL, NULL, NULL, '193.187.105.24', '2022-01-18 00:42:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4170, NULL, NULL, 'florian-misof@gmx.de', 'ee177be74a279740f594a45b0f63f54b', 'tourWakenty', NULL, NULL, NULL, '45.139.28.89', '2022-01-18 00:52:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4171, NULL, NULL, 'eternalkaren39@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Sherron', NULL, NULL, NULL, '91.190.158.73', '2022-01-18 00:59:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4172, NULL, NULL, 'aisha.almusleh@live.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'sanyuha', NULL, NULL, NULL, '45.135.178.175', '2022-01-18 01:04:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4173, NULL, NULL, 'JULIEWCOBB70@GMAIL.COM', 'ee177be74a279740f594a45b0f63f54b', 'bkmbxWakenty', NULL, NULL, NULL, '45.139.28.89', '2022-01-18 01:08:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4174, NULL, NULL, 'shree.thiagarajan@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbieyz', NULL, NULL, NULL, '45.138.7.151', '2022-01-18 01:15:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4175, NULL, NULL, 'asmaaq8@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'smelly', NULL, NULL, NULL, '93.190.120.74', '2022-01-18 01:34:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4176, NULL, NULL, 'margrit.haemmerli@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Rhettok', NULL, NULL, NULL, '45.135.178.175', '2022-01-18 01:37:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4177, NULL, NULL, 'archerytodd@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'washerWakenty', NULL, NULL, NULL, '193.232.42.198', '2022-01-18 01:42:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4178, NULL, NULL, 'peggy.sheffield@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rip', NULL, NULL, NULL, '45.135.178.175', '2022-01-18 01:43:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4179, NULL, NULL, 'zillieyewearusa@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fedyaykaWakenty', NULL, NULL, NULL, '193.232.41.237', '2022-01-18 01:44:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4180, NULL, NULL, 'hah-232@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'agrippaWakenty', NULL, NULL, NULL, '193.187.105.24', '2022-01-18 01:52:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4181, NULL, NULL, 'veronica.espinoza@sbcglobal.net', 'ee177be74a279740f594a45b0f63f54b', 'sashunyaWakenty', NULL, NULL, NULL, '193.187.105.24', '2022-01-18 01:54:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4182, NULL, NULL, 'cynthia.harris@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'theodork', NULL, NULL, NULL, '45.82.83.110', '2022-01-18 02:06:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4183, NULL, NULL, 'simonalisaxo@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'kulWakenty', NULL, NULL, NULL, '193.232.42.198', '2022-01-18 02:08:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4184, NULL, NULL, 'cheyrush21@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'dbyzWakenty', NULL, NULL, NULL, '193.232.41.237', '2022-01-18 02:31:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4185, NULL, NULL, 'stocke018@live.at', 'dd1068f53d3f1bc51c188c008e2e32ac', 'svetlanich', NULL, NULL, NULL, '91.190.158.73', '2022-01-18 02:33:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4186, NULL, NULL, 'heathersimshauser@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'NikitichnaWakenty', NULL, NULL, NULL, '193.58.178.89', '2022-01-18 02:45:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4187, NULL, NULL, 'jackie102996@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'lbfyfWakenty', NULL, NULL, NULL, '193.232.42.198', '2022-01-18 02:51:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4188, NULL, NULL, 'ALBERTRODRIGUEZJR9@GMAIL.COM', 'ee177be74a279740f594a45b0f63f54b', 'fuhfatyfWakenty', NULL, NULL, NULL, '193.232.41.237', '2022-01-18 02:55:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4189, NULL, NULL, 'louisdeal1@msn.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Vasa', NULL, NULL, NULL, '91.190.158.73', '2022-01-18 03:06:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4190, NULL, NULL, 'erbarry3@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Turrie', NULL, NULL, NULL, '91.190.158.73', '2022-01-18 03:10:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4191, NULL, NULL, 'jorge_hdez_mederos@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'strength', NULL, NULL, NULL, '45.135.178.175', '2022-01-18 03:34:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4192, NULL, NULL, 'greer.mccracken@cottonon.com.au', 'ee177be74a279740f594a45b0f63f54b', 'bjyfWakenty', NULL, NULL, NULL, '193.187.105.24', '2022-01-18 03:44:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4193, NULL, NULL, 'ericacruz1998@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Qanad', NULL, NULL, NULL, '91.190.158.73', '2022-01-18 03:45:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4194, NULL, NULL, 'veron2@bellsouth.net', 'ee177be74a279740f594a45b0f63f54b', 'njlzWakenty', NULL, NULL, NULL, '45.139.28.89', '2022-01-18 03:47:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4195, NULL, NULL, 'linuxbaar@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'gtnzWakenty', NULL, NULL, NULL, '193.187.105.24', '2022-01-18 03:53:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4196, NULL, NULL, 'sir_g1993@mail.ru', '4399ef334d7663f6dc61f95237747510', 'flex http://mail.ru 2522390', NULL, NULL, NULL, '212.115.49.15', '2022-01-18 03:55:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4197, NULL, NULL, 'dcercek@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'tkbcfdtnfWakenty', NULL, NULL, NULL, '193.58.178.89', '2022-01-18 03:56:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4198, NULL, NULL, 'themaxima@ameritech.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ruslan', NULL, NULL, NULL, '45.82.83.110', '2022-01-18 04:00:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4199, NULL, NULL, 'karen.a.bourke@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ufyz', NULL, NULL, NULL, '91.190.158.73', '2022-01-18 04:09:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4200, NULL, NULL, 'beverlyhillsbrown@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'rjhybkfWakenty', NULL, NULL, NULL, '193.187.105.24', '2022-01-18 04:33:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4201, NULL, NULL, 'jeanann1966@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Sim', NULL, NULL, NULL, '93.190.120.74', '2022-01-18 04:40:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4202, NULL, NULL, 'tiffanyndewannia2016@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Simeon', NULL, NULL, NULL, '45.82.83.110', '2022-01-18 04:46:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4203, NULL, NULL, 'dagleymarci@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'DawnterrorWakenty', NULL, NULL, NULL, '193.58.178.89', '2022-01-18 04:54:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4204, NULL, NULL, 'goingfishhing@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ttexav', NULL, NULL, NULL, '91.190.158.73', '2022-01-18 05:09:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4205, NULL, NULL, 'jennifersimmons1974@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'uheyzrf', NULL, NULL, NULL, '45.138.7.151', '2022-01-18 05:13:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4206, NULL, NULL, 'arkin_tuerkel@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ufkbyeif', NULL, NULL, NULL, '45.138.7.151', '2022-01-18 05:27:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4207, NULL, NULL, 'ASIA-BISTRO.TBB@web.de', 'ee177be74a279740f594a45b0f63f54b', 'kenyaWakenty', NULL, NULL, NULL, '193.58.178.89', '2022-01-18 05:34:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4208, NULL, NULL, 'zowymam@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'shesha', NULL, NULL, NULL, '91.190.158.73', '2022-01-18 05:35:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4209, NULL, NULL, 'amc.9220@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'soul', NULL, NULL, NULL, '45.82.83.110', '2022-01-18 05:40:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4210, NULL, NULL, 'alannahsparks@googlemail.com', 'ee177be74a279740f594a45b0f63f54b', 'ufkefWakenty', NULL, NULL, NULL, '45.139.28.89', '2022-01-18 05:46:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4211, NULL, NULL, 'JFOO2018@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Shadowmoon', NULL, NULL, NULL, '93.190.120.74', '2022-01-18 05:47:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4212, NULL, NULL, 'lowdd@web.de', 'ee177be74a279740f594a45b0f63f54b', 'vbnifWakenty', NULL, NULL, NULL, '193.187.105.24', '2022-01-18 05:48:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4213, NULL, NULL, 'gracie_winters@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'atleczWakenty', NULL, NULL, NULL, '45.139.28.89', '2022-01-18 05:56:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4214, NULL, NULL, '<p>The requested URL was not found on this server.</p>', 'dd1068f53d3f1bc51c188c008e2e32ac', 'taishyushka', NULL, NULL, NULL, '45.135.178.175', '2022-01-18 06:28:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4215, NULL, NULL, 'c.harlestmcchesney@gmail.com', '89cacb7b4475b641a13de5d696d0143c', 'enpinbuh', NULL, NULL, NULL, '188.234.13.127', '2022-01-18 08:23:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4216, NULL, NULL, 'j.a.ckli.st.f.ox.n.e.e.dlife.s3.8.25.21.2@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, NULL, NULL, '46.148.234.229', '2022-01-18 14:42:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4217, NULL, NULL, 'markmorozov212@gmail.com', 'e7e28d38a12660c156412aafa43af904', 'NadiaHaurb', NULL, NULL, NULL, '193.187.106.171', '2022-01-18 17:37:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4218, NULL, NULL, 'zarevos@yandex.com', '80c395a45445d3e276217d76f60e48b6', 'RolandHourb', NULL, NULL, NULL, '185.209.31.169', '2022-01-18 20:42:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4219, NULL, NULL, 'vlasmatveev45ter@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'BlackstalkerWakenty', NULL, NULL, NULL, '195.209.102.61', '2022-01-20 04:08:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4220, NULL, NULL, 'westonkmoody@gmail.com', '314a645c2fc8df61849a08bb78223be2', 'casinoxxdePhire', NULL, NULL, NULL, '178.159.37.66', '2022-01-20 04:54:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4221, NULL, NULL, 'scarllet628369@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'fyfnjkmbxWakenty', NULL, NULL, NULL, '103.148.140.205', '2022-01-22 05:47:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4222, NULL, NULL, 'r.ob.er.tsto.lte.n.be.r.gbig@gmail.com\r\n', '89f18eafea0459722a3fa9f5813d46fa', 'Kirillbkj', NULL, NULL, NULL, '194.32.122.26', '2022-01-22 08:14:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4223, NULL, NULL, 'nikolinagenovskaya@yandex.ru', '5180b50f8c862354a6e50fddd4cb127b', 'Karianarew', NULL, NULL, NULL, '178.17.183.45', '2022-01-22 11:46:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4224, NULL, NULL, 'o-tendencii@yandex.ru', 'a7aa8390dab9ab039bb108a4ed6cf57b', 'Julimaisp', NULL, NULL, NULL, '217.114.148.111', '2022-01-23 06:00:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4225, NULL, NULL, 'hsanghariyat@gmail.com', '77be5e66e2c561a0a12b5c7784dca8e9', 'Sanghariyat Hanifbhai Abharambhai', NULL, NULL, NULL, '43.241.194.231', '2022-01-23 12:32:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4226, NULL, NULL, 'j.a.cklistfo.xnee.dli.fes.3.8.2.521.2.@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, NULL, NULL, '46.148.234.229', '2022-01-24 05:49:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4227, NULL, NULL, 'r.ober.t.st.ol.t.enbe.rg.b.ig@gmail.com\r\n', '89f18eafea0459722a3fa9f5813d46fa', 'Kirillqcp', NULL, NULL, NULL, '178.175.130.253', '2022-01-24 18:29:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4228, NULL, NULL, 'gazetkaall@ya.ru', 'f36db14210b621b21b47c801355d881b', 'WillieGlync', NULL, NULL, NULL, '95.105.124.60', '2022-01-24 21:42:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4229, NULL, NULL, 'sachin.martin35@gmail.com', '97ceaaee768980e2833a93b0ce77671e', 'SachIn Peter Marti n', NULL, NULL, NULL, '150.107.99.81', '2022-01-24 23:26:19', 'web', '', 79771662285952, NULL, NULL, '2023-06-02 13:37:31', 0),
(4230, NULL, NULL, 'romannikolaev65y@gmail.com', 'b295a36ac35d9001750a74e8612afc07', 'germanicWakenty', NULL, NULL, NULL, '46.161.50.142', '2022-01-25 20:42:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4231, NULL, NULL, 'ch.arlestmcchesney@gmail.com', '89cacb7b4475b641a13de5d696d0143c', 'uzpinbuh', NULL, NULL, NULL, '188.234.13.127', '2022-01-27 03:42:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4232, NULL, NULL, 'w.estonkmoody@gmail.com', '314a645c2fc8df61849a08bb78223be2', 'kzpinPhire', NULL, NULL, NULL, '178.159.37.66', '2022-01-29 02:31:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4233, NULL, NULL, 'po.p.k.o.t.a.n.a.7@gmail.com', 'cdcb3a81d66302449aaeac89784621d5', 'MTZ82tof', NULL, NULL, NULL, '178.165.34.162', '2022-01-29 08:10:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4234, NULL, NULL, 'zalosciulli@gmail.com', '3d3344b2d03f1ec5bb23d6e3825bfdb8', 'Charlesuncom', NULL, NULL, NULL, '191.101.132.4', '2022-01-29 23:27:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4235, NULL, NULL, 'ninaposylkina001@gmail.com', 'd41d8cd98f00b204e9800998ecf8427e', 'https://vsyokartemir.ru/', NULL, NULL, NULL, '89.109.44.168', '2022-01-30 16:49:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4236, NULL, NULL, 'dip@dip-granit.com.ua', 'c0c1d3b797dfb7e7b913b42af200cff9', 'Gerald555M', NULL, NULL, NULL, '188.163.18.30', '2022-01-30 23:01:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4237, NULL, NULL, 'seregainbox135@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.google.com/', NULL, NULL, NULL, '46.8.23.212', '2022-01-31 01:06:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4238, NULL, NULL, 'gfgfg4gf@bambo-mebel.top', 'd928e6d35b299669c5023da600f904be', 'Frankcit', NULL, NULL, NULL, '5.255.177.148', '2022-01-31 23:07:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4239, NULL, NULL, 'sidsharma.adv@gmail.com', '1256bf87eeef23d4e79067794a98a1f6', 'Siddharth Sharma', NULL, NULL, NULL, '122.161.48.211', '2022-02-01 15:41:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4240, NULL, NULL, 'damenwuserkar@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'LimaoTraws', NULL, NULL, NULL, '37.120.142.12', '2022-02-03 03:55:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4241, NULL, NULL, 'seregainbox139@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.google.com/', NULL, NULL, NULL, '109.248.12.102', '2022-02-03 18:50:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4242, NULL, NULL, 'hodgesa151@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'ValyushaWakenty', NULL, NULL, NULL, '45.153.227.29', '2022-02-03 22:55:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4243, NULL, NULL, 'serrgey7893@gmail.com', '782ef70ee581d039b04fd73b81698ffc', '3Hunna http://gmail.com 1518819', NULL, NULL, NULL, '188.130.137.214', '2022-02-04 00:01:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4244, NULL, NULL, 'lyorandrumeti4n@gmx.net', 'c2425a0ee5168049e2f7f0c39411975e', 'ntyukyjrthd5jtydhjdfgszh3grrfghf https://forms.yandex.com/u/61f857bb14a1ee5da89cb0c3 Pt', NULL, NULL, NULL, '84.17.42.24', '2022-02-04 07:40:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4245, NULL, NULL, 'b.rans.an.uta@gmail.com', '4e2ae09a24798f9444367b6ab481be66', 'Olegfume', NULL, NULL, NULL, '46.3.180.69', '2022-02-04 10:21:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4246, NULL, NULL, 'katelynnhoward74852@gmail.com', 'e2adb05346a07e7d2467d321038d3f05', 'KennethZed', NULL, NULL, NULL, '91.134.13.237', '2022-02-04 12:26:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4247, NULL, NULL, 'cobenneihearmq@gmx.net', '6b6a5adb43f32491a37835f6284aa9ae', 'jftyrstht34h65isdrsy354uthujfuht https://forms.yandex.ru/u/61f858072c11ad11885ffac1 Pt', NULL, NULL, NULL, '196.196.216.177', '2022-02-05 05:47:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4248, NULL, NULL, 'rankNex@mymailer.buzz', '8660288ae7fa5198d18e057340b89db7', 'Frankheatt', NULL, NULL, NULL, '51.81.219.117', '2022-02-05 08:52:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4249, NULL, NULL, 'suppdopohelogj7@gmx.net', '9daf8e532252ad7d24044c1ae573f09c', 'djghaetuuoyryirsxhfgvhdtktyuiytd https://forms.yandex.ru/u/61f857387ef4c9f51f1adab5 Pt', NULL, NULL, NULL, '196.196.216.204', '2022-02-06 13:28:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4250, NULL, NULL, 'js6800476@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'efrosinychWakenty', NULL, NULL, NULL, '89.248.68.147', '2022-02-06 17:47:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4251, NULL, NULL, 'osipanton8@gmail.com', 'bc6532f4929b90589c01240e550b8654', 'AndrewFar', NULL, NULL, NULL, '178.20.47.113', '2022-02-07 00:26:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4252, NULL, NULL, 'jac.k.lis.tfo.xne.ed.li.fe.s.3825.2.1.2.@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, NULL, NULL, '46.148.234.229', '2022-02-07 20:17:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4253, NULL, NULL, 'andrekutik.ov@gmail.com', 'f1fb7c6988cd7d9ce9874a9c8ffa3a86', 'kutikovaer', NULL, NULL, NULL, '188.163.73.203', '2022-02-09 00:27:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4254, NULL, NULL, 'xmc@xmc.pl', '00042d4c7743960f0e635f4e3aa64c43', 'XMCplhok', NULL, NULL, NULL, '93.89.199.150', '2022-02-09 00:56:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4255, NULL, NULL, 'popultilin@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'utyzWakenty', NULL, NULL, NULL, '91.246.56.154', '2022-02-09 08:30:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4256, NULL, NULL, 'r.ob.inc.a.s.h6.91.21.@gmail.com', 'add3341866c590abf84cf3cf2d705b61', 'KevinTeese', NULL, NULL, NULL, '187.0.47.67', '2022-02-09 20:03:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4257, NULL, NULL, 'shivambhagwati@hotmail.com', 'e390daa1144bc3048a0109b8c0281ce2', 'Shivam Bhagwati', NULL, NULL, NULL, '49.36.119.181', '2022-02-10 08:16:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4258, NULL, NULL, 'edwardgeorgebr@gmail.com', 'f47e6acd4ec3357090756b4690753349', 'tecboonfutelto https://www.otto.de q.', NULL, NULL, NULL, '194.110.84.63', '2022-02-10 15:22:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4259, NULL, NULL, 'arsen.petrov.02@bk.ru', 'b870a50b8cb9542120b23be03105aabb', 'Lwoerjjuilt', NULL, NULL, NULL, '138.199.36.201', '2022-02-11 01:24:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4260, NULL, NULL, 'taras.homyakov99@gmail.com', 'f1fb7c6988cd7d9ce9874a9c8ffa3a86', 'kutikovaer', NULL, NULL, NULL, '188.163.73.203', '2022-02-11 14:33:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4261, NULL, NULL, 'starressxw@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'zyzWakenty', NULL, NULL, NULL, '81.22.45.175', '2022-02-12 07:05:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4262, NULL, NULL, 'debaratid776@gmail.com', 'f25fd885f2453286f9edda0e4d49aabe', 'Snehasish bhadra', NULL, NULL, NULL, '157.40.128.1', '2022-02-12 21:50:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4263, NULL, NULL, 'tarashomya.kov99@gmail.com', 'f1fb7c6988cd7d9ce9874a9c8ffa3a86', 'kutikovaer', NULL, NULL, NULL, '188.163.73.203', '2022-02-13 06:17:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4264, NULL, NULL, 'tojami@sakhpubo.xyz', '3af4d7e4c63dce07a4aadb282ed3c153', 'tojamiRect', NULL, NULL, NULL, '80.249.146.207', '2022-02-14 07:26:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4265, NULL, NULL, 'kirgolxl@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'ClandrathaWakenty', NULL, NULL, NULL, '195.209.178.113', '2022-02-14 14:06:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4266, NULL, NULL, 'lewisgibbs6186@gmail.com', '3d4d71505acc4ba9a7988c55de324be4', 'https://s.ura.news/images/news/151/954/1052151954/task.jpg\r\n 7627119', NULL, NULL, NULL, '45.145.117.177', '2022-02-14 23:07:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4267, NULL, NULL, 'jac.kl.i.s.t.fo.x.nee.d.lifes3.82.5.212@gmail.com', '3d6c356b68d12457c43be74dd5299e57', 'jackllhek', NULL, NULL, NULL, '46.148.234.229', '2022-02-16 01:54:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4268, NULL, NULL, 'afzalbeeyabani@gmail.com', '49aa91abad35352d12de87de948c2d8f', 'MD AFZAL BEEYABANI', NULL, NULL, NULL, '49.37.243.39', '2022-02-17 18:06:41', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(4269, NULL, NULL, 'modwyn@sakhpubo.xyz', 'b52f94020da073d986dc5268cda8fa4a', 'modwynRect', NULL, NULL, NULL, '80.249.146.207', '2022-02-18 00:56:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4270, NULL, NULL, 'awiser@rotetoi.com', '28fdbd71fefddd66c6cb545d16fb95fd', 'Bettyhes', NULL, NULL, NULL, '192.186.176.133', '2022-02-18 14:22:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4271, NULL, NULL, 'hasibulrahaman54@gmail.com', 'b95fe85f7637bd2ed727cd769d440efd', 'HASIBUL RAHAMAN', NULL, NULL, NULL, '47.11.67.29', '2022-02-18 21:30:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4272, NULL, NULL, 'suiopkiorty@gmail.com', '3cd812a0acc860c2e1ca911c066d9bff', '<html><a href=\"ldfjiejufjhdy\"><img src=\"https://cdnn21.img.ria.ru/images/90479/61/904796111_0:0:3500:1981_600x0_80_0_0_14f37342ca022f6589aac66b7b47ff38.jpg\" width=\"600\" height=\"600\" alt=\"white\"></a> </html>\r\n 2173173', NULL, NULL, NULL, '45.134.181.191', '2022-02-19 00:16:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4273, NULL, NULL, 'protailiks@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'tkbcfdtnfWakenty', NULL, NULL, NULL, '92.249.13.53', '2022-02-19 19:07:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4274, NULL, NULL, 'Kuddusmolla@ymail.com', 'a0b91701cdd8e3ee2f4ab604c6dfbf36', 'Abdul kuddus molla', NULL, NULL, NULL, '157.40.143.115', '2022-02-19 21:30:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4275, NULL, NULL, 'goinarmenfb@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'gfyzWakenty', NULL, NULL, NULL, '92.249.13.53', '2022-02-22 13:55:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4276, NULL, NULL, 'capupsasen1983@rubelforex.ru', 'eda7e336082b0f94fb32259d1c1ec383', 'Williamfet', NULL, NULL, NULL, '185.101.20.116', '2022-02-22 15:35:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4277, NULL, NULL, 'dariusz.wolmerski@wp.pl', 'bf1d7240572890a2ca1c59fb4df29513', 'RichardfuT', NULL, NULL, NULL, '62.210.80.33', '2022-02-22 15:46:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4278, NULL, NULL, 'an.je.l.i.k.a.lop.is.tu.c.kl.ove@gmail.com\r\n', '17fced40a0960afe07612c66c0ee77a6', 'Julirmi', NULL, NULL, NULL, '138.199.59.132', '2022-02-22 21:39:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4279, NULL, NULL, 'yitgxf@xrust.club', 'd2056cc7a1583ca7f54bbc056d743a54', 'KeithAffof', NULL, NULL, NULL, '188.65.244.70', '2022-02-23 21:01:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4280, NULL, NULL, 'becoodwars@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'MaryamWakenty', NULL, NULL, NULL, '45.128.125.28', '2022-02-25 03:44:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4281, NULL, NULL, 'lada.tayupova@mail.ru', '3f6a98b1e44617ee36c42bf9499dd644', 'JuliaTum', NULL, NULL, NULL, '185.255.96.99', '2022-02-25 10:35:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4282, NULL, NULL, 'neelabhbist@gmail.com', '2ce7d61c6a1edb195f3b99c3e879054b', 'Neelabh Bist', NULL, NULL, NULL, '164.100.106.225', '2022-02-25 12:56:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4283, NULL, NULL, 'Josephmang@ymail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rjkzf', NULL, NULL, NULL, '194.33.9.163', '2022-02-26 11:59:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4284, NULL, NULL, 'lynnsims@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vbiehfWakenty', NULL, NULL, NULL, '45.145.161.142', '2022-02-26 12:06:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4285, NULL, NULL, 'mvalles13@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'shrimpWakenty', NULL, NULL, NULL, '45.132.51.88', '2022-02-26 12:35:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4286, NULL, NULL, 'nida@teamrgm.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rustic', NULL, NULL, NULL, '194.33.9.246', '2022-02-26 13:00:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4287, NULL, NULL, 'israelpiano.ig@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'BearusWakenty', NULL, NULL, NULL, '45.132.51.88', '2022-02-26 13:04:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4288, NULL, NULL, 'carolyn_beans_1999@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'stepukha', NULL, NULL, NULL, '194.33.9.234', '2022-02-26 14:00:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4289, NULL, NULL, 'taino4elysium@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'growingWakenty', NULL, NULL, NULL, '45.132.51.88', '2022-02-26 14:37:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4290, NULL, NULL, 'kassinsf@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rjcz', NULL, NULL, NULL, '194.33.9.154', '2022-02-26 15:02:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4291, NULL, NULL, 'jmgildner@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dbnjifWakenty', NULL, NULL, NULL, '45.145.161.142', '2022-02-26 15:06:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4292, NULL, NULL, 'tomek@grabarz.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Snowskin', NULL, NULL, NULL, '194.33.9.163', '2022-02-26 15:25:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4293, NULL, NULL, 'iforge.gl@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vfczWakenty', NULL, NULL, NULL, '45.138.145.177', '2022-02-26 15:38:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4294, NULL, NULL, 'accounting@bigoilco.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rfnyz', NULL, NULL, NULL, '194.33.9.246', '2022-02-26 16:25:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4295, NULL, NULL, 'lening91@hotmail.de', 'ee177be74a279740f594a45b0f63f54b', 'MattonWakenty', NULL, NULL, NULL, '45.132.51.88', '2022-02-26 16:28:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4296, NULL, NULL, 'JPIHA0224@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tyz', NULL, NULL, NULL, '194.33.9.163', '2022-02-26 16:54:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4297, NULL, NULL, 'jayceefabellon@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'kerbybxyfWakenty', NULL, NULL, NULL, '45.145.161.142', '2022-02-26 17:01:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4298, NULL, NULL, 'thomas.c.sawyer@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'romance', NULL, NULL, NULL, '194.33.9.154', '2022-02-26 17:03:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4299, NULL, NULL, 'nicholi2@peoplepc.com', 'ee177be74a279740f594a45b0f63f54b', 'hbneczWakenty', NULL, NULL, NULL, '45.136.69.227', '2022-02-26 17:29:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4300, NULL, NULL, 'jeff.yim@me.com', 'ee177be74a279740f594a45b0f63f54b', 'stepashaWakenty', NULL, NULL, NULL, '45.145.161.142', '2022-02-26 18:05:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4301, NULL, NULL, 'jackmmclarty@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'nicholasWakenty', NULL, NULL, NULL, '45.145.161.142', '2022-02-26 18:10:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4302, NULL, NULL, 'najeeb0567@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'utyeczWakenty', NULL, NULL, NULL, '45.136.69.227', '2022-02-26 18:42:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4303, NULL, NULL, 'sahal1410@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Rolando', NULL, NULL, NULL, '194.33.9.163', '2022-02-26 19:06:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4304, NULL, NULL, 'RYFI110@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Maida', NULL, NULL, NULL, '194.33.9.246', '2022-02-26 19:32:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4305, NULL, NULL, 'ghachoua.laassab@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'sofa', NULL, NULL, NULL, '194.33.9.246', '2022-02-26 20:07:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4306, NULL, NULL, 'EEWASH1@HOTMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'panash', NULL, NULL, NULL, '194.33.9.154', '2022-02-26 20:45:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4307, NULL, NULL, 'wangmeng_0606@outlook.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'sergeika', NULL, NULL, NULL, '194.33.9.29', '2022-02-26 21:08:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4308, NULL, NULL, 'greg.ebling66@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'LatoyaWakenty', NULL, NULL, NULL, '45.132.51.88', '2022-02-26 21:12:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4309, NULL, NULL, 'vitali@usnotesllc.com', 'ee177be74a279740f594a45b0f63f54b', 'AgamarilWakenty', NULL, NULL, NULL, '45.138.145.177', '2022-02-26 22:13:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4310, NULL, NULL, 'bradley.holt@virginmedia.com', 'ee177be74a279740f594a45b0f63f54b', 'sashulyaWakenty', NULL, NULL, NULL, '45.132.51.88', '2022-02-26 22:25:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4311, NULL, NULL, 'dkut100171@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ValyushaWakenty', NULL, NULL, NULL, '45.138.4.189', '2022-02-26 22:46:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4312, NULL, NULL, 'ronbub@zahav.net.il', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Sherron', NULL, NULL, NULL, '194.33.9.29', '2022-02-27 00:11:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4313, NULL, NULL, 'kerrigan2496@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'ybrjkfifWakenty', NULL, NULL, NULL, '45.145.161.142', '2022-02-27 00:39:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4314, NULL, NULL, 'huddlestonjeanna68@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'AnayaWakenty', NULL, NULL, NULL, '45.132.51.88', '2022-02-27 00:49:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4315, NULL, NULL, 'soliddesignworks@earthlink.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rtkmncr', NULL, NULL, NULL, '194.33.9.29', '2022-02-27 00:56:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4316, NULL, NULL, 'jingz0000@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rctyz', NULL, NULL, NULL, '194.33.9.246', '2022-02-27 01:04:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4317, NULL, NULL, 'joat23@comcast.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Rome', NULL, NULL, NULL, '194.33.9.29', '2022-02-27 01:12:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4318, NULL, NULL, 'janeisamason@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'njvfWakenty', NULL, NULL, NULL, '45.132.51.88', '2022-02-27 01:13:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4319, NULL, NULL, 'beeta_p@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rjcnzif', NULL, NULL, NULL, '194.33.9.246', '2022-02-27 01:35:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4320, NULL, NULL, 'loreta@andysassurance.com', 'ee177be74a279740f594a45b0f63f54b', 'DibeiWakenty', NULL, NULL, NULL, '45.132.51.88', '2022-02-27 01:40:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4321, NULL, NULL, 'reakstar-@live.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tahjcbysx', NULL, NULL, NULL, '194.33.9.234', '2022-02-27 02:04:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4322, NULL, NULL, 'RANDOLPHCASTREJON0726@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'pouting', NULL, NULL, NULL, '194.33.9.29', '2022-02-27 02:37:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4323, NULL, NULL, 'vosslexy8911@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Saller', NULL, NULL, NULL, '194.33.9.163', '2022-02-27 03:06:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4324, NULL, NULL, 'cdclerksr@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'asyusha', NULL, NULL, NULL, '194.33.9.246', '2022-02-27 03:17:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4325, NULL, NULL, 'AARONBALLARD44@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rtyz', NULL, NULL, NULL, '194.33.9.234', '2022-02-27 03:33:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4326, NULL, NULL, 'MEGANL99@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'petyun', NULL, NULL, NULL, '194.33.9.234', '2022-02-27 03:38:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4327, NULL, NULL, 'walid.abdel3ali@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'rcyzWakenty', NULL, NULL, NULL, '45.136.69.227', '2022-02-27 04:20:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4328, NULL, NULL, 'GUEVARABROS@YAHOO.COM', 'ee177be74a279740f594a45b0f63f54b', 'venulaWakenty', NULL, NULL, NULL, '45.132.51.88', '2022-02-27 04:21:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4329, NULL, NULL, 'abonadonna0316@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'SvetlanWakenty', NULL, NULL, NULL, '45.132.51.88', '2022-02-27 04:31:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4330, NULL, NULL, 'shdonahue5@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rfhbyrf', NULL, NULL, NULL, '194.33.9.234', '2022-02-27 04:34:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4331, NULL, NULL, 'LEXIOAS4@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'repmvf', NULL, NULL, NULL, '194.33.9.154', '2022-02-27 04:39:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4332, NULL, NULL, 'yashirocerbero@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'rjcnzifWakenty', NULL, NULL, NULL, '45.132.51.88', '2022-02-27 04:43:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4333, NULL, NULL, 'lauraewinch@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'pouroutWakenty', NULL, NULL, NULL, '45.145.161.142', '2022-02-27 04:54:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4334, NULL, NULL, 'krfirefly@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'basilinkaWakenty', NULL, NULL, NULL, '45.138.145.177', '2022-02-27 05:21:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4335, NULL, NULL, 'lwylawrence@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'poppy', NULL, NULL, NULL, '194.33.9.29', '2022-02-27 05:39:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4336, NULL, NULL, 'ashbormes@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ktrcfyfWakenty', NULL, NULL, NULL, '45.145.161.142', '2022-02-27 06:21:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4337, NULL, NULL, 'sunpreetsahota@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Rita', NULL, NULL, NULL, '194.33.9.163', '2022-02-27 06:36:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4338, NULL, NULL, 'fricardona@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'ytnfWakenty', NULL, NULL, NULL, '45.136.69.227', '2022-02-27 06:53:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4339, NULL, NULL, 't.nolen87@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'abkbggbzWakenty', NULL, NULL, NULL, '45.145.161.142', '2022-02-27 07:22:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4340, NULL, NULL, 'tra.hartley@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Timothy', NULL, NULL, NULL, '194.33.9.154', '2022-02-27 07:36:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4341, NULL, NULL, 'justincochran@me.com', 'ee177be74a279740f594a45b0f63f54b', 'vfhbczWakenty', NULL, NULL, NULL, '45.138.4.189', '2022-02-27 07:54:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4342, NULL, NULL, 'alienfreakout@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'gjkifWakenty', NULL, NULL, NULL, '45.136.69.227', '2022-02-27 08:23:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4343, NULL, NULL, 'sharmaparish@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tkbrf', NULL, NULL, NULL, '194.33.9.234', '2022-02-27 09:38:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4344, NULL, NULL, 'denjiro.kuro@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'stasisWakenty', NULL, NULL, NULL, '45.145.161.142', '2022-02-27 11:02:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4345, NULL, NULL, 'jillman24@outlook.com', '522300ea33db642e0d8a94360b1b7bcb', 'JimTrara', NULL, NULL, NULL, '51.161.157.216', '2022-02-27 15:54:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4346, NULL, NULL, 'and.yworll.ande.rsee.we.e.ks579.3.22.@gmail.com', 'f4e7a1b58136df97072ad0da2fbe48a7', 'andyllhek', NULL, NULL, NULL, '46.148.234.229', '2022-02-27 17:52:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4347, NULL, NULL, '6203091@gmail.com', '96339ee5e9a4dffb050e3bdf37cb9cbc', 'fyeczWakenty', NULL, NULL, NULL, '5.8.11.245', '2022-02-28 02:17:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4348, NULL, NULL, 'vishalsaab@gmail.com', 'f18df0996f4a2ce4365c0873ed2c90d3', 'Vishal Joshi', NULL, NULL, NULL, '122.169.31.92', '2022-03-02 10:47:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4349, NULL, NULL, 'meessionek@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'andronicWakenty', NULL, NULL, NULL, '194.33.8.23', '2022-03-02 12:10:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4350, NULL, NULL, 'dip@mid.ru', '96339ee5e9a4dffb050e3bdf37cb9cbc', 'HuiloPutin', NULL, NULL, NULL, '84.54.28.69', '2022-03-02 19:45:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4351, NULL, NULL, 'agabey8nfukolov@mail.ru', '182075d176f330aa1b625e6309303b4f', '<html><a href=\"skggbidhhjgii\"><img src=\"https://img.gazeta.ru/files3/602/10872602/RTR2HRMT-pic905-895x505-80522.jpg\" width=\"600\" height=\"600\" alt=\"white\"></a> </html>\r\n 9595831', NULL, NULL, NULL, '45.140.54.123', '2022-03-04 09:47:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4352, NULL, NULL, 'nugsagi@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nonya', NULL, NULL, NULL, '45.139.31.203', '2022-03-04 11:54:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4353, NULL, NULL, 'snipernationsim@outlook.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Pamala', NULL, NULL, NULL, '84.246.110.22', '2022-03-04 11:54:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4354, NULL, NULL, 'erikdoesstuff629@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vfrcbvsxWakenty', NULL, NULL, NULL, '91.220.126.21', '2022-03-04 12:03:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4355, NULL, NULL, 'snowryles@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'BuzalasWakenty', NULL, NULL, NULL, '91.220.126.100', '2022-03-04 12:05:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4356, NULL, NULL, 'andyruiter@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vikusha', NULL, NULL, NULL, '84.246.110.22', '2022-03-04 12:15:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4357, NULL, NULL, 'moneygoat48@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ybreif', NULL, NULL, NULL, '45.139.31.203', '2022-03-04 12:15:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4358, NULL, NULL, 'matte.cheryl@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fylhtqrfWakenty', NULL, NULL, NULL, '91.220.126.100', '2022-03-04 12:26:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4359, NULL, NULL, 'italisyaraweakley04@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fyfcnfcm.irf', NULL, NULL, NULL, '195.209.103.60', '2022-03-04 12:29:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4360, NULL, NULL, 'draftingandmorellc@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Galeka', NULL, NULL, NULL, '31.41.254.14', '2022-03-04 12:29:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4361, NULL, NULL, 'dg@ademis.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'pbyekz', NULL, NULL, NULL, '195.209.103.60', '2022-03-04 12:51:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4362, NULL, NULL, 'kevinmorris796@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'pbyf', NULL, NULL, NULL, '94.154.190.128', '2022-03-04 12:54:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4363, NULL, NULL, 'melissa_leite4@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vbyfWakenty', NULL, NULL, NULL, '91.220.126.100', '2022-03-04 13:04:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4364, NULL, NULL, 'sarah.bice@mail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbifhf', NULL, NULL, NULL, '84.246.110.22', '2022-03-04 13:15:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4365, NULL, NULL, 'familybellamy@sbcglobal.net', 'ee177be74a279740f594a45b0f63f54b', 'vfhmzyrfWakenty', NULL, NULL, NULL, '91.220.126.150', '2022-03-04 13:28:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4366, NULL, NULL, 'ytxumer@outlook.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cdtnf', NULL, NULL, NULL, '84.246.110.22', '2022-03-04 13:32:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4367, NULL, NULL, 'alzats@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'behorny', NULL, NULL, NULL, '84.246.110.22', '2022-03-04 13:35:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4368, NULL, NULL, 'syrusfuller@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Raya', NULL, NULL, NULL, '195.209.103.60', '2022-03-04 13:52:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4369, NULL, NULL, 'jada.sarip@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vbkfyrfWakenty', NULL, NULL, NULL, '91.220.126.183', '2022-03-04 14:08:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4370, NULL, NULL, 'nathandroste10@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'whale', NULL, NULL, NULL, '94.154.190.128', '2022-03-04 14:15:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4371, NULL, NULL, 'naphaphan_p@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Vova', NULL, NULL, NULL, '31.41.254.14', '2022-03-04 14:15:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4372, NULL, NULL, 'sushiparadisellc@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'AnayaWakenty', NULL, NULL, NULL, '91.220.126.183', '2022-03-04 14:21:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4373, NULL, NULL, 'awds1324@naver.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dflbvsx', NULL, NULL, NULL, '84.246.110.22', '2022-03-04 14:34:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4374, NULL, NULL, 'jackiemarie1990@icloud.com', 'ee177be74a279740f594a45b0f63f54b', 'rjycnfynbyWakenty', NULL, NULL, NULL, '91.220.126.3', '2022-03-04 14:43:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4375, NULL, NULL, 'optair1@bigpond.net.au', 'dd1068f53d3f1bc51c188c008e2e32ac', 'sergyan', NULL, NULL, NULL, '45.139.31.203', '2022-03-04 14:55:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4376, NULL, NULL, 'ha.c.quoc@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Anari', NULL, NULL, NULL, '45.139.31.203', '2022-03-04 15:12:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4377, NULL, NULL, 'stuke1@web.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'zyf', NULL, NULL, NULL, '45.139.31.203', '2022-03-04 15:15:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4378, NULL, NULL, 'elwajeh@live.com', 'ee177be74a279740f594a45b0f63f54b', 'SimeonWakenty', NULL, NULL, NULL, '91.220.126.150', '2022-03-04 15:29:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4379, NULL, NULL, 'muralkong@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cyz', NULL, NULL, NULL, '31.41.254.14', '2022-03-04 15:36:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4380, NULL, NULL, 'nightjay2021@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'bdfif', NULL, NULL, NULL, '84.246.110.22', '2022-03-04 15:36:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4381, NULL, NULL, 'merlynembrais@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'dtkbyfWakenty', NULL, NULL, NULL, '91.220.126.100', '2022-03-04 16:07:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4382, NULL, NULL, 'delima_k@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Vladislav', NULL, NULL, NULL, '45.139.31.203', '2022-03-04 16:14:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4383, NULL, NULL, 'khanesoliman18922@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Coigas', NULL, NULL, NULL, '31.41.254.14', '2022-03-04 16:37:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4384, NULL, NULL, 'markp9047@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'gfdtkrfWakenty', NULL, NULL, NULL, '91.220.126.3', '2022-03-04 17:12:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4385, NULL, NULL, 'arnoclaudia@t-online.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ybyjif', NULL, NULL, NULL, '45.139.31.203', '2022-03-04 17:15:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4386, NULL, NULL, 'james_speller@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rjycnfynbysx', NULL, NULL, NULL, '84.246.110.22', '2022-03-04 17:59:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4387, NULL, NULL, 'Tom.Ellam@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Prgient', NULL, NULL, NULL, '84.246.110.22', '2022-03-04 17:59:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4388, NULL, NULL, 'daiana_sdm@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'boutique', NULL, NULL, NULL, '45.139.31.203', '2022-03-04 18:39:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4389, NULL, NULL, 'brockalex1127@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Burigrinn', NULL, NULL, NULL, '45.139.31.203', '2022-03-04 18:41:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4390, NULL, NULL, 'lord1245@nate.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Paliun', NULL, NULL, NULL, '84.246.110.22', '2022-03-04 18:57:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4391, NULL, NULL, 'valeriemyrie69@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'owning', NULL, NULL, NULL, '94.154.190.128', '2022-03-04 19:00:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4392, NULL, NULL, 'csu.kucuk@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfifhf', NULL, NULL, NULL, '94.154.190.128', '2022-03-04 19:21:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4393, NULL, NULL, 'Jianlin7@vt.edu', 'ee177be74a279740f594a45b0f63f54b', 'NinuWakenty', NULL, NULL, NULL, '91.220.126.183', '2022-03-04 19:32:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4394, NULL, NULL, 'zizinwh@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dfktynsxWakenty', NULL, NULL, NULL, '91.220.126.150', '2022-03-04 19:55:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4395, NULL, NULL, 'missgiftedone@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ony', NULL, NULL, NULL, '195.209.103.60', '2022-03-04 19:58:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4396, NULL, NULL, 'cnagel2@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'pbyf', NULL, NULL, NULL, '45.139.31.203', '2022-03-04 20:01:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4397, NULL, NULL, 'curlygirly1948@att.net', 'ee177be74a279740f594a45b0f63f54b', 'ktjynbqWakenty', NULL, NULL, NULL, '91.220.126.21', '2022-03-04 20:15:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4398, NULL, NULL, 'ronbuccs@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfhnf', NULL, NULL, NULL, '94.154.190.128', '2022-03-04 20:19:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4399, NULL, NULL, 'roger@rogergrossman.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vass', NULL, NULL, NULL, '84.246.110.22', '2022-03-04 20:22:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4400, NULL, NULL, 'mooreaf@bellsouth.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Riggen', NULL, NULL, NULL, '94.154.190.128', '2022-03-04 20:38:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4401, NULL, NULL, 'dewdenver@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'byyf', NULL, NULL, NULL, '45.139.31.203', '2022-03-04 20:40:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4402, NULL, NULL, 'camjd10@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ybyfrf', NULL, NULL, NULL, '45.139.31.203', '2022-03-04 20:42:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4403, NULL, NULL, 'kim.bokyung.y@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'thayWakenty', NULL, NULL, NULL, '91.220.126.100', '2022-03-04 20:42:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(4404, NULL, NULL, 'jcmonte80.jc.jc@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Atineda', NULL, NULL, NULL, '31.41.254.14', '2022-03-04 20:43:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4405, NULL, NULL, 'zeroyosh@mail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cbyf', NULL, NULL, NULL, '195.209.103.60', '2022-03-04 20:43:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4406, NULL, NULL, 'anastasia.belashov@alumni.utoronto.ca', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cnfybckfdrf', NULL, NULL, NULL, '195.209.103.60', '2022-03-04 21:03:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4407, NULL, NULL, 'alex.guekht@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'bdfyifWakenty', NULL, NULL, NULL, '91.220.126.3', '2022-03-04 21:16:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4408, NULL, NULL, 'ramiro2912@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbkeif', NULL, NULL, NULL, '195.209.103.60', '2022-03-04 21:20:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4409, NULL, NULL, 'awarren08@live.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Whit', NULL, NULL, NULL, '195.209.103.60', '2022-03-04 21:23:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4410, NULL, NULL, 'leeliu98@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'IrinaWakenty', NULL, NULL, NULL, '91.220.126.3', '2022-03-04 21:35:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4411, NULL, NULL, 'ifd1124@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'hjvfczWakenty', NULL, NULL, NULL, '91.220.126.3', '2022-03-04 21:53:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4412, NULL, NULL, 'jlwdg@optonline.net', 'ee177be74a279740f594a45b0f63f54b', 'ybrjkzWakenty', NULL, NULL, NULL, '91.220.126.3', '2022-03-04 22:15:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4413, NULL, NULL, 'purewfg@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'veta', NULL, NULL, NULL, '195.209.103.60', '2022-03-04 22:22:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4414, NULL, NULL, 'rhatch2890@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vvfyebkrf', NULL, NULL, NULL, '45.139.31.203', '2022-03-04 22:24:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4415, NULL, NULL, '55kailua@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Qusendy', NULL, NULL, NULL, '195.209.103.60', '2022-03-04 22:38:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4416, NULL, NULL, 'riasatali806@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'yfcnyzWakenty', NULL, NULL, NULL, '91.220.126.150', '2022-03-04 22:57:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4417, NULL, NULL, 'jlwdg@optonline.net.com', 'ee177be74a279740f594a45b0f63f54b', 'bdfyfWakenty', NULL, NULL, NULL, '91.220.126.100', '2022-03-04 23:10:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4418, NULL, NULL, 'lindated.ferguson@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'bujhrf', NULL, NULL, NULL, '31.41.254.14', '2022-03-04 23:19:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4419, NULL, NULL, 'lindseymann1022@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'utz', NULL, NULL, NULL, '84.246.110.22', '2022-03-04 23:25:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4420, NULL, NULL, 'cathytoyofuku1234@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'christena', NULL, NULL, NULL, '31.41.254.14', '2022-03-04 23:43:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4421, NULL, NULL, 'summerpar@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'CamarilloWakenty', NULL, NULL, NULL, '91.220.126.100', '2022-03-04 23:49:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4422, NULL, NULL, 'pierremana@orange.fr', 'ee177be74a279740f594a45b0f63f54b', 'ujifWakenty', NULL, NULL, NULL, '91.220.126.150', '2022-03-04 23:56:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4423, NULL, NULL, 'ncoliveira.adv@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ntjljhrf', NULL, NULL, NULL, '84.246.110.22', '2022-03-05 00:03:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4424, NULL, NULL, 'maribelleltd@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rbhbkrf', NULL, NULL, NULL, '31.41.254.14', '2022-03-05 00:05:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4425, NULL, NULL, 'LUJUANANTONIO@YAHOO.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'pbyff', NULL, NULL, NULL, '94.154.190.128', '2022-03-05 00:05:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4426, NULL, NULL, 'mark@paradoxrooms.com', 'ee177be74a279740f594a45b0f63f54b', 'MaicusWakenty', NULL, NULL, NULL, '91.220.126.100', '2022-03-05 00:15:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4427, NULL, NULL, 'bfurr@usatsolutions.com', 'ee177be74a279740f594a45b0f63f54b', 'BolanimWakenty', NULL, NULL, NULL, '91.220.126.21', '2022-03-05 00:15:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4428, NULL, NULL, 'SISTHA.A.TJOKROSAPUTRO@DANLIRIS.COM', 'ee177be74a279740f594a45b0f63f54b', 'ulyankaWakenty', NULL, NULL, NULL, '91.220.126.100', '2022-03-05 00:19:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4429, NULL, NULL, 'dixond@rogers.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfhekz', NULL, NULL, NULL, '45.139.31.203', '2022-03-05 00:23:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4430, NULL, NULL, 'LIL_INDIAN_GURL_2013@YAHOO.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfkz', NULL, NULL, NULL, '94.154.190.128', '2022-03-05 00:26:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4431, NULL, NULL, 'juicenjavagj@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ktrctqrfWakenty', NULL, NULL, NULL, '91.220.126.150', '2022-03-05 00:39:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4432, NULL, NULL, 'nstillings@roadrunner.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Beahelm', NULL, NULL, NULL, '45.139.31.203', '2022-03-05 00:44:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4433, NULL, NULL, 'loriberry21@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Nullifr', NULL, NULL, NULL, '195.209.103.60', '2022-03-05 00:44:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4434, NULL, NULL, 'Spectra260@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'yjy.czWakenty', NULL, NULL, NULL, '91.220.126.100', '2022-03-05 00:50:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4435, NULL, NULL, 'Jacobbb.koo@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ninka', NULL, NULL, NULL, '195.209.103.60', '2022-03-05 01:04:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4436, NULL, NULL, 'phabiux@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'basilinkaWakenty', NULL, NULL, NULL, '91.220.126.3', '2022-03-05 01:19:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4437, NULL, NULL, 'stevemaster956@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tour', NULL, NULL, NULL, '195.209.103.60', '2022-03-05 01:24:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4438, NULL, NULL, 'borden.megan@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'CetnanWakenty', NULL, NULL, NULL, '91.220.126.183', '2022-03-05 01:30:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4439, NULL, NULL, 'jonathonbarnard5@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Briciraz', NULL, NULL, NULL, '94.154.190.128', '2022-03-05 01:47:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4440, NULL, NULL, 'brendamarkham20@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Wilanash', NULL, NULL, NULL, '94.154.190.128', '2022-03-05 01:53:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4441, NULL, NULL, 'dhalabisky@nventure.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'taiga', NULL, NULL, NULL, '45.139.31.203', '2022-03-05 02:00:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4442, NULL, NULL, 'tashval@live.com.au', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbfbk', NULL, NULL, NULL, '195.209.103.60', '2022-03-05 02:03:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4443, NULL, NULL, 'bigpaparobbie@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'filush', NULL, NULL, NULL, '31.41.254.14', '2022-03-05 02:14:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4444, NULL, NULL, 'dahiyaamandahiya@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'dctdjkjl', NULL, NULL, NULL, '84.246.110.22', '2022-03-05 02:14:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4445, NULL, NULL, 'jmthomas8303@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rfnyz', NULL, NULL, NULL, '31.41.254.14', '2022-03-05 02:26:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4446, NULL, NULL, 'semajayhayes11@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'EudosWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-05 02:41:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4447, NULL, NULL, 'jsmeyer06@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fylhtqWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-05 02:42:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4448, NULL, NULL, 'kristinekelliher60@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ybrjif', NULL, NULL, NULL, '31.216.60.144', '2022-03-05 02:43:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4449, NULL, NULL, 'miriamdomingos91@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Robyno', NULL, NULL, NULL, '195.208.168.13', '2022-03-05 03:05:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4450, NULL, NULL, 'gshavitte@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rbhef', NULL, NULL, NULL, '54.36.1.122', '2022-03-05 03:07:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4451, NULL, NULL, 'blubeemer97@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Petraha', NULL, NULL, NULL, '54.36.1.122', '2022-03-05 03:07:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4452, NULL, NULL, 'terryswife.36037@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'darehaWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-05 03:08:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4453, NULL, NULL, 'rlarson033@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'njyfWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-05 03:18:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4454, NULL, NULL, 'migibson@umich.edu', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Yasha', NULL, NULL, NULL, '195.208.168.13', '2022-03-05 03:27:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4455, NULL, NULL, 'tedladesta@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'nicholasWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-05 03:43:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4456, NULL, NULL, 'johannes.rodlauer@k-net.at', 'ee177be74a279740f594a45b0f63f54b', 'leikaWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-05 03:58:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4457, NULL, NULL, 'johnny_craps_99@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ninan', NULL, NULL, NULL, '88.151.8.34', '2022-03-05 04:06:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4458, NULL, NULL, 'kelley10131@verizon.net', 'ee177be74a279740f594a45b0f63f54b', 'vadimkaWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-05 04:19:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4459, NULL, NULL, 'kelliealmaguer@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'androniumWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-05 04:41:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4460, NULL, NULL, 'johnnytang06@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ata', NULL, NULL, NULL, '195.208.126.230', '2022-03-05 04:47:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4461, NULL, NULL, 'jasmine_2468@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'NtenQagWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-05 05:22:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4462, NULL, NULL, 'xiayi.sun@ciam.edu', 'ee177be74a279740f594a45b0f63f54b', 'asyushaWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-05 05:34:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4463, NULL, NULL, 'sabino@zorrotz.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'punishment', NULL, NULL, NULL, '195.208.126.230', '2022-03-05 05:36:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4464, NULL, NULL, 'seanpexton12@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'BloodbringerWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-05 05:38:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4465, NULL, NULL, 'orlanv147@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fkmbyrfWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-05 05:42:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4466, NULL, NULL, 'zkpeake@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'yfnfkf', NULL, NULL, NULL, '195.208.126.230', '2022-03-05 05:48:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4467, NULL, NULL, 'mab0125@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'DesotelWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-05 05:58:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4468, NULL, NULL, 'ali@awe13.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nyura', NULL, NULL, NULL, '195.208.126.230', '2022-03-05 06:08:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4469, NULL, NULL, 'jayne@approvedmc.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vsevolod', NULL, NULL, NULL, '88.151.8.34', '2022-03-05 06:31:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4470, NULL, NULL, 'fdqht548@yahoo.co.jp', 'ee177be74a279740f594a45b0f63f54b', 'BloodbringerWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-05 06:43:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4471, NULL, NULL, 'alex-bernardini@sfr.fr', 'dd1068f53d3f1bc51c188c008e2e32ac', 'lexica', NULL, NULL, NULL, '195.208.168.13', '2022-03-05 07:15:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4472, NULL, NULL, 'ldailey82@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'NoerenbergWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-05 07:55:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4473, NULL, NULL, 'warintharawej@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'kfljymrf', NULL, NULL, NULL, '195.208.168.13', '2022-03-05 08:15:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4474, NULL, NULL, 'choieksdee@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'AndrorimWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-05 08:24:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4475, NULL, NULL, 'thisbest@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'MatveyWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-05 08:40:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4476, NULL, NULL, 'uerazulmahbuffyst@gmail.com', '06833cef6aa471d6ea3f865825a0677b', 'ScottRootelere', NULL, NULL, NULL, '185.231.71.151', '2022-03-05 08:43:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4477, NULL, NULL, 'BOBLEV@SOCRATES.BERKELEY.EDU', 'ee177be74a279740f594a45b0f63f54b', 'AlekseyWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-05 08:46:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4478, NULL, NULL, 'reginaldpierrejr@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tena', NULL, NULL, NULL, '31.216.60.144', '2022-03-05 09:11:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4479, NULL, NULL, 'nan7511@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Dashulya', NULL, NULL, NULL, '31.216.60.144', '2022-03-05 09:23:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4480, NULL, NULL, 'vcole@svearthworks.com.au', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Iaineoda', NULL, NULL, NULL, '54.36.1.122', '2022-03-05 09:41:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4481, NULL, NULL, 'chevylouis@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ueczWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-05 11:27:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4482, NULL, NULL, 'funineeptss@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'LenardWakenty', NULL, NULL, NULL, '88.151.13.87', '2022-03-05 11:43:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4483, NULL, NULL, 'cyriaclandy@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'rfkblrfWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-05 17:38:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4484, NULL, NULL, 'beanadeana@sbcglobal.net', 'ee177be74a279740f594a45b0f63f54b', 'maneuverWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-06 00:23:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4485, NULL, NULL, 'hodgson@ymail.com', 'ee177be74a279740f594a45b0f63f54b', 'fynjifWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-06 01:33:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4486, NULL, NULL, 'shellvondabrookins78@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'hjvfyrfWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-06 01:57:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4487, NULL, NULL, 'huntdunbar@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'KatyulyaWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-06 02:21:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4488, NULL, NULL, 'seanmcmahon2003@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vbifrfWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-06 02:45:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4489, NULL, NULL, 'alboshorty@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'vfhbifWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-06 03:33:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4490, NULL, NULL, 'dannpat@rcn.com', 'ee177be74a279740f594a45b0f63f54b', 'gtnzifWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-06 04:22:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4491, NULL, NULL, 'bjcros@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'vjifWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-06 05:09:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4492, NULL, NULL, 'yellowsanjib@gmail.com', '849d3c3f6a758bdb10338fb82d55b89d', 'Sanjib Kumar Deb', NULL, NULL, NULL, '157.43.216.36', '2022-03-06 23:46:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4493, NULL, NULL, 'johnmponce@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'mikolajWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-07 00:04:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4494, NULL, NULL, 'danielle.riley@octagon.com', 'ee177be74a279740f594a45b0f63f54b', 'ganjaWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-07 00:30:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4495, NULL, NULL, 'ilonaro@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'BabeserWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-07 03:45:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4496, NULL, NULL, 'agencias@donostirec.com', 'ee177be74a279740f594a45b0f63f54b', 'nastasyushkaWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-07 04:11:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4497, NULL, NULL, 'd.j.hawker89@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'DionysiumWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-07 05:01:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4498, NULL, NULL, 'cryptotrustfull@yandex.com', '9af94a83575ad58baa5c3c8879330036', 'Efuirgrjuilt', NULL, NULL, NULL, '95.214.8.74', '2022-03-07 08:14:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4499, NULL, NULL, 'suelee10000@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Arcanefist', NULL, NULL, NULL, '54.36.1.122', '2022-03-07 12:54:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4500, NULL, NULL, 'pravatpati@gmail.com', '0d5b04d1bbbb7172ebb1f8754e61abb7', 'Pravat Ranjan Pati', NULL, NULL, NULL, '49.37.47.197', '2022-03-07 13:07:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4501, NULL, NULL, 'human8990@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'cbvfyzWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-07 13:13:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4502, NULL, NULL, 'ehmeruwepeter@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rbhbkkf', NULL, NULL, NULL, '88.151.8.34', '2022-03-07 13:34:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4503, NULL, NULL, 'blancadoly@universaltours.com.bo', 'ee177be74a279740f594a45b0f63f54b', 'fhctym.irfWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-07 13:39:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4504, NULL, NULL, 'aliciabisqueert@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'obaWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-07 14:04:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4505, NULL, NULL, 'danbundy@ymail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fighting', NULL, NULL, NULL, '54.36.1.122', '2022-03-07 14:16:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4506, NULL, NULL, 'yuanxue.gao@lsptc.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ritania', NULL, NULL, NULL, '31.216.60.144', '2022-03-07 14:35:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4507, NULL, NULL, 'info@ore-shop.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Arashirn', NULL, NULL, NULL, '195.208.168.13', '2022-03-07 14:58:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4508, NULL, NULL, 'tomdey@velleuer.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Binar', NULL, NULL, NULL, '31.216.60.144', '2022-03-07 14:59:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4509, NULL, NULL, 'Ridgeway.chase@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'fktyrf', NULL, NULL, NULL, '195.208.168.13', '2022-03-07 15:22:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4510, NULL, NULL, 'alexandro.paro@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'zinuha', NULL, NULL, NULL, '195.208.126.230', '2022-03-07 16:03:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4511, NULL, NULL, 'agb_computer@web.de', 'ee177be74a279740f594a45b0f63f54b', 'ArsenWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-07 16:13:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4512, NULL, NULL, 'alexandro.paro@icloud.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ritual', NULL, NULL, NULL, '195.208.168.13', '2022-03-07 16:37:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4513, NULL, NULL, 'maddiedrechsler@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tdf', NULL, NULL, NULL, '31.216.60.144', '2022-03-07 16:37:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4514, NULL, NULL, 'sandro.schmutz@schmutzthun.ch', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ekmzif', NULL, NULL, NULL, '195.208.168.13', '2022-03-07 16:53:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4515, NULL, NULL, 'konotaha@mineo.jp', 'ee177be74a279740f594a45b0f63f54b', 'netaWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-07 17:15:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4516, NULL, NULL, 'Zuksnapa11@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'novel', NULL, NULL, NULL, '31.216.60.144', '2022-03-07 18:15:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4517, NULL, NULL, 'ericxunzhang02@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vbierfWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-07 18:15:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4518, NULL, NULL, 'ken.dimayacyac@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'lalaWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-07 18:25:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4519, NULL, NULL, 'darionascimento@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfhyz', NULL, NULL, NULL, '31.216.60.144', '2022-03-07 18:40:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4520, NULL, NULL, 'claus@croo.nl', 'ee177be74a279740f594a45b0f63f54b', 'MohammadWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-07 18:42:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4521, NULL, NULL, 'jorge.asmain@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'panula', NULL, NULL, NULL, '195.208.168.13', '2022-03-07 18:42:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4522, NULL, NULL, 'w-t-p@gmx.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Vityula', NULL, NULL, NULL, '31.216.60.144', '2022-03-07 19:06:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4523, NULL, NULL, 'javadi.arya@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'evdokaWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-07 19:16:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4524, NULL, NULL, 'Harun.Oecal27@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vfnabqWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-07 19:18:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4525, NULL, NULL, 'dineshkumardoe@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'none', NULL, NULL, NULL, '195.208.168.13', '2022-03-07 19:35:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4526, NULL, NULL, 'dawoodmaryam34@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ufhzWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-07 19:43:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4527, NULL, NULL, '348341041@qq.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbiehf', NULL, NULL, NULL, '195.208.126.230', '2022-03-07 20:06:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4528, NULL, NULL, 'melanie.rave@orange.fr', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Nikesha', NULL, NULL, NULL, '195.208.168.13', '2022-03-07 20:43:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4529, NULL, NULL, 'KATRINA.WALTON@GMAIL.COM', 'ee177be74a279740f594a45b0f63f54b', 'nfneyzWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-07 20:44:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4530, NULL, NULL, 'Nick_rome2003@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'venedey', NULL, NULL, NULL, '88.151.8.34', '2022-03-07 21:07:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4531, NULL, NULL, 'anthony@eatwellorganicnoodle.com', 'ee177be74a279740f594a45b0f63f54b', 'lyudmilaWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-07 21:12:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4532, NULL, NULL, 'c.mar.shann9@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'pbybx', NULL, NULL, NULL, '54.36.1.122', '2022-03-07 21:17:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4533, NULL, NULL, 'rocklook@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'AlenkaWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-07 21:21:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4534, NULL, NULL, 'tyson_1025@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'zhesha', NULL, NULL, NULL, '54.36.1.122', '2022-03-07 21:37:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4535, NULL, NULL, 'dan@spring-canine.com', 'ee177be74a279740f594a45b0f63f54b', 'hxtyzWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-07 21:38:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4536, NULL, NULL, 'danielleczaja@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ybyeif', NULL, NULL, NULL, '88.151.8.34', '2022-03-07 21:41:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4537, NULL, NULL, 'youbymephoto@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'rctyz', NULL, NULL, NULL, '54.36.1.122', '2022-03-07 21:44:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4538, NULL, NULL, 'willmaggielove@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'cnfyz', NULL, NULL, NULL, '195.208.126.230', '2022-03-07 21:58:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4539, NULL, NULL, 'bcbaj@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Dashuha', NULL, NULL, NULL, '31.216.60.144', '2022-03-07 22:05:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4540, NULL, NULL, 'daniloh1987@yahoo.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Vladimir', NULL, NULL, NULL, '54.36.1.122', '2022-03-07 22:08:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4541, NULL, NULL, 'scootvhbest44@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'HobrstaWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-07 22:17:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4542, NULL, NULL, 'hannerbug98@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nikushka', NULL, NULL, NULL, '31.216.60.144', '2022-03-07 22:20:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4543, NULL, NULL, 'yanara.verzani@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'AhieonesWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-07 22:48:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4544, NULL, NULL, 'phoenixriseindustries@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'GardagarWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-07 22:56:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4545, NULL, NULL, 'rwdeepcleaning@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nita', NULL, NULL, NULL, '88.151.8.34', '2022-03-07 23:15:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4546, NULL, NULL, 'missouribreitenberg40291@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ninosh', NULL, NULL, NULL, '195.208.168.13', '2022-03-07 23:15:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4547, NULL, NULL, 'gladchild20@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'olesya', NULL, NULL, NULL, '31.216.60.144', '2022-03-07 23:20:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4548, NULL, NULL, 'colleen.ayala@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'CereswynWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-07 23:22:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4549, NULL, NULL, 'marciametchik@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nonya', NULL, NULL, NULL, '31.216.60.144', '2022-03-07 23:23:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4550, NULL, NULL, 'premiumshutters8@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'vbnfWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-07 23:23:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4551, NULL, NULL, 'aoifesweeney@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'lulaWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-07 23:24:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4552, NULL, NULL, 'brandonmarquez@me.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfierf', NULL, NULL, NULL, '88.151.8.34', '2022-03-07 23:40:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4553, NULL, NULL, 's.kolleh@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'ArihelmWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-07 23:44:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4554, NULL, NULL, 'rmsinghal@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'valera', NULL, NULL, NULL, '31.216.60.144', '2022-03-07 23:44:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4555, NULL, NULL, 'ZACHMMA53@GMAIL.COM', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vasuta', NULL, NULL, NULL, '195.208.168.13', '2022-03-07 23:48:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4556, NULL, NULL, 'cruiser_9482@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'vfhbyzWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-07 23:49:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4557, NULL, NULL, 'tcan98@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'fynjyrfWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-08 00:13:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4558, NULL, NULL, 'wokonwheelsjax@glail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'njyz', NULL, NULL, NULL, '195.208.126.230', '2022-03-08 00:17:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4559, NULL, NULL, 'drakedinesh@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Marusha', NULL, NULL, NULL, '31.216.60.144', '2022-03-08 00:18:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4560, NULL, NULL, 'bjaetw@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'KatiaWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-08 00:18:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4561, NULL, NULL, 'auralopez4568@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'MagenerWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-08 00:21:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4562, NULL, NULL, 'bigculp2000@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'melania', NULL, NULL, NULL, '88.151.8.34', '2022-03-08 00:22:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4563, NULL, NULL, 'jorge.prsantana@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ValesWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-08 00:24:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4564, NULL, NULL, 'khumble@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vbktnbq', NULL, NULL, NULL, '54.36.1.122', '2022-03-08 00:42:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4565, NULL, NULL, 'andres.yuhnke@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'AnnusWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-08 00:45:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4566, NULL, NULL, 'shelbeyberry98@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Timosha', NULL, NULL, NULL, '31.216.60.144', '2022-03-08 00:46:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4567, NULL, NULL, 'Gordosbbqgrill@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'ntjljhWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-08 00:49:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4568, NULL, NULL, 'mtrappip@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'mashuraWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-08 00:49:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4569, NULL, NULL, 'tallplants@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'rjcn.hfWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-08 01:04:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4570, NULL, NULL, 'admin@tkbbakery.com', 'ee177be74a279740f594a45b0f63f54b', 'petitWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-08 01:19:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4571, NULL, NULL, 'lucretiahampton49@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fktrcf[fWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-08 01:23:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4572, NULL, NULL, 'peeweeshepherd25@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Michael', NULL, NULL, NULL, '88.151.8.34', '2022-03-08 01:23:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4573, NULL, NULL, 'aestheticlookzibrowz@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'hecnzWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-08 01:25:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4574, NULL, NULL, 'civic_vtec_si@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ujieyz', NULL, NULL, NULL, '54.36.1.122', '2022-03-08 01:41:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4575, NULL, NULL, 'skyler.deblecourt@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'thay', NULL, NULL, NULL, '54.36.1.122', '2022-03-08 01:47:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4576, NULL, NULL, 'askmayurgupta@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ulya', NULL, NULL, NULL, '195.208.168.13', '2022-03-08 02:12:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4577, NULL, NULL, 'macksample24@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fhnfvj[fWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-08 02:20:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4578, NULL, NULL, 'hairstylistkeri89@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ivasik', NULL, NULL, NULL, '195.208.126.230', '2022-03-08 02:20:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4579, NULL, NULL, 'tomsilverblatt@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'agrippaWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-08 02:21:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4580, NULL, NULL, 'paymoto@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nfnmzyf', NULL, NULL, NULL, '31.216.60.144', '2022-03-08 02:23:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4581, NULL, NULL, 'maryelswick1964@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'fkbyWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-08 02:24:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4582, NULL, NULL, 'iaaijojojo97@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tduty', NULL, NULL, NULL, '31.216.60.144', '2022-03-08 02:43:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4583, NULL, NULL, 'cleobradley@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'hfyzWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-08 02:47:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4584, NULL, NULL, 'mparker8360@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vadya', NULL, NULL, NULL, '31.216.60.144', '2022-03-08 02:47:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4585, NULL, NULL, 'curtisanddeana@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dfWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-08 02:47:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4586, NULL, NULL, 'domijanfm@aol.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'njcz', NULL, NULL, NULL, '88.151.8.34', '2022-03-08 02:49:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4587, NULL, NULL, 'btanja1981@mail.ru', 'ee177be74a279740f594a45b0f63f54b', 'lhjyfWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-08 02:51:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4588, NULL, NULL, 'ernestonunez932@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'gjkbyrfWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-08 02:52:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4589, NULL, NULL, 'nebisezgin@hotmail.de', 'dd1068f53d3f1bc51c188c008e2e32ac', 'peteyka', NULL, NULL, NULL, '195.208.168.13', '2022-03-08 03:26:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4590, NULL, NULL, 'asvadi@usc.edu', 'ee177be74a279740f594a45b0f63f54b', 'costumeWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-08 03:26:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4591, NULL, NULL, 'chachilega@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'NemaylalWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-08 03:28:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4592, NULL, NULL, 'dwitt4601@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'marinkaWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-08 03:38:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4593, NULL, NULL, 'ragnarok2238@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'utkf', NULL, NULL, NULL, '54.36.1.122', '2022-03-08 03:44:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4594, NULL, NULL, 'norum@live.ca', 'ee177be74a279740f594a45b0f63f54b', 'marimyankaWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-08 03:52:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4595, NULL, NULL, 'ashleigh.bailey@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'rjcn.yzWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-08 04:04:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4596, NULL, NULL, 'jlindsaytwin@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'mile', NULL, NULL, NULL, '88.151.8.34', '2022-03-08 04:20:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4597, NULL, NULL, 'cubbymackin@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fktrcbyrfWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-08 04:26:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4598, NULL, NULL, 'valsz1448@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Ninosh', NULL, NULL, NULL, '195.208.168.13', '2022-03-08 04:26:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4599, NULL, NULL, 'brianoatesfd@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nbvf', NULL, NULL, NULL, '31.216.60.144', '2022-03-08 04:28:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4600, NULL, NULL, 'judys_00@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'andronkaWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-08 04:28:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4601, NULL, NULL, 'gdhz1995@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'nfneyzWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-08 05:18:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4602, NULL, NULL, 'rogerrafanell@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Marimiana', NULL, NULL, NULL, '31.216.60.144', '2022-03-08 05:22:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4603, NULL, NULL, 'apolanco421@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nikushka', NULL, NULL, NULL, '195.208.168.13', '2022-03-08 05:26:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4604, NULL, NULL, 'darthsinistr@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'jktrfWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-08 05:26:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4605, NULL, NULL, 'femuga19@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dtctkmtWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-08 05:26:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4606, NULL, NULL, 'dpetrenko99@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'lfhbyfWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-08 05:28:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4607, NULL, NULL, 'Kael.Lucien@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'natunya', NULL, NULL, NULL, '31.216.60.144', '2022-03-08 05:29:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4608, NULL, NULL, '807080899@qq.com', 'ee177be74a279740f594a45b0f63f54b', 'BootonWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-08 05:42:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4609, NULL, NULL, 'caydenwhinnie02@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ZanndennWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-08 05:56:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4610, NULL, NULL, 'davidcho6000@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Inusia', NULL, NULL, NULL, '195.208.168.13', '2022-03-08 06:25:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4611, NULL, NULL, 'Nyjet.Davis@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'jkkzWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-08 06:27:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4612, NULL, NULL, 'ggfaison09@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'mashonya', NULL, NULL, NULL, '88.151.8.34', '2022-03-08 06:28:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4613, NULL, NULL, 'Joao.ds.moreira@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'marinWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-08 06:29:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4614, NULL, NULL, 'lhbminam@naver.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'mihailo', NULL, NULL, NULL, '195.208.168.13', '2022-03-08 06:34:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4615, NULL, NULL, 'ettedg@naver.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'Pavlik', NULL, NULL, NULL, '88.151.8.34', '2022-03-08 06:52:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4616, NULL, NULL, 'Alfreda.Butler@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'ninja', NULL, NULL, NULL, '88.151.8.34', '2022-03-08 06:53:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4617, NULL, NULL, 'sarahenglund03@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'tdlj[f', NULL, NULL, NULL, '195.208.168.13', '2022-03-08 06:58:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4618, NULL, NULL, 'shelbyshellbell@hotmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'nastyuha', NULL, NULL, NULL, '195.208.126.230', '2022-03-08 07:23:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4619, NULL, NULL, 'jonathannrace@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'njvfWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-08 07:25:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4620, NULL, NULL, 'madhu2000ae@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'njyz', NULL, NULL, NULL, '195.208.168.13', '2022-03-08 07:28:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4621, NULL, NULL, 'lisa.foster@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'dtkbyfWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-08 07:31:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4622, NULL, NULL, 'gachise@hanmail.net', 'dd1068f53d3f1bc51c188c008e2e32ac', 'vfhbfyrf', NULL, NULL, NULL, '31.216.60.144', '2022-03-08 07:53:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4623, NULL, NULL, 'lsenfy@gmail.com', '4c8870fdc2e3bd246efeec8da61741db', 'tcsindustryw', NULL, NULL, NULL, '207.244.232.161', '2022-03-08 07:53:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4624, NULL, NULL, 'McCartyjackr@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'amalaWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-08 07:56:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4625, NULL, NULL, 'jencarstensen@att.net', 'ee177be74a279740f594a45b0f63f54b', 'dfkifWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-08 08:26:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4626, NULL, NULL, 'KVANDYKE314@GMAIL.COM', 'ee177be74a279740f594a45b0f63f54b', 'fktrfWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-08 08:29:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4627, NULL, NULL, 'spacemonkeyb08@gmail.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'frekbyf', NULL, NULL, NULL, '195.208.168.13', '2022-03-08 09:02:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4628, NULL, NULL, 'sasaizag1@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'vfkfyfWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-08 09:33:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4629, NULL, NULL, 'childers2000@yahoo.com', 'dd1068f53d3f1bc51c188c008e2e32ac', 'pbyef', NULL, NULL, NULL, '195.208.168.13', '2022-03-08 10:25:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4630, NULL, NULL, 'flesterage@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'lavrenWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-08 10:31:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4631, NULL, NULL, 'sabrizzle3141@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dbnf[fWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-08 11:32:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4632, NULL, NULL, 'parvan264@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'nifWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-08 14:46:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4633, NULL, NULL, 'herocl@naver.com', 'ee177be74a279740f594a45b0f63f54b', 'ShanelyWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-08 16:30:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4634, NULL, NULL, '149149@live.com', 'ee177be74a279740f594a45b0f63f54b', 'MalanyaWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-08 20:00:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4635, NULL, NULL, 'loucharlestx@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'DecembristWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-08 20:53:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4636, NULL, NULL, 'michaelrippe@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ybkkfWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-08 23:00:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4637, NULL, NULL, 'darsana707@cox.net', 'ee177be74a279740f594a45b0f63f54b', 'avdokimWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-08 23:48:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4638, NULL, NULL, 'berendon@carrentalplunk.com', 'eaae226295a552c864fa331e4860b0ff', 'Lucassep', NULL, NULL, NULL, '34.151.221.226', '2022-03-08 23:50:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4639, NULL, NULL, 'ybilas@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'vasenyaWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-09 01:08:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4640, NULL, NULL, 'iumktf@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'WursterWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-09 01:35:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4641, NULL, NULL, 'Imtiaz.islam509@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ybrfifWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-09 02:01:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4642, NULL, NULL, 'jburns8337@comcast.net', 'ee177be74a279740f594a45b0f63f54b', 'ktkzWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-09 02:28:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4643, NULL, NULL, 'jamieotero27@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'dbienfWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-09 02:54:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(4644, NULL, NULL, 'Chastitypusser@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'fyfWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-09 03:46:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4645, NULL, NULL, 'fort9k@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'antyaWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-09 06:19:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4646, NULL, NULL, 'taurusmay67@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'CordannWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-09 06:46:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4647, NULL, NULL, 'zoethecutey@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'ZetaddaWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-09 07:33:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4648, NULL, NULL, 'wndgus7331@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'SlifeWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-09 08:49:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4649, NULL, NULL, 'peh2829@naver.com', 'ee177be74a279740f594a45b0f63f54b', 'JogasWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-09 13:53:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4650, NULL, NULL, 'raraliljohn123@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'rjhytbxWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-09 14:42:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4651, NULL, NULL, 'whatthevuk@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'dfkzfWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-09 15:09:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4652, NULL, NULL, 'info@jansat.ch', 'ee177be74a279740f594a45b0f63f54b', 'artemonWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-09 15:35:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4653, NULL, NULL, 'karate@gianandrin.ch', 'ee177be74a279740f594a45b0f63f54b', 'TorahWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-09 16:49:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4654, NULL, NULL, 'vmekertichians@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'evgenyaWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-09 17:15:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4655, NULL, NULL, 'cynthia.south@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'fylhifWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-09 17:39:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4656, NULL, NULL, 'cybrrspace@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'peopleWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-09 18:05:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4657, NULL, NULL, 'enzoabonoan@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'vfrcifWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-09 18:57:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4658, NULL, NULL, 'thedon245@aol.com', 'ee177be74a279740f594a45b0f63f54b', 'bkmbxWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-09 19:23:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4659, NULL, NULL, 'satishhariprasad35@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'muleWakenty', NULL, NULL, NULL, '5.101.4.211', '2022-03-09 19:49:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4660, NULL, NULL, 'sean@seanford.com', 'ee177be74a279740f594a45b0f63f54b', 'fdljyzWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-09 21:08:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4661, NULL, NULL, 'martinjbutler@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'fvtkmzyWakenty', NULL, NULL, NULL, '84.252.70.199', '2022-03-09 21:34:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4662, NULL, NULL, 'waynmorris@hotmail.com', 'ee177be74a279740f594a45b0f63f54b', 'hritsyaWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-09 22:26:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4663, NULL, NULL, 'happyuro@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'lefhlbrWakenty', NULL, NULL, NULL, '77.83.72.80', '2022-03-09 22:52:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4664, NULL, NULL, 'kalinowski.joseph@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'cjyzWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-10 00:12:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4665, NULL, NULL, 'jlp.media@yahoo.com', 'ee177be74a279740f594a45b0f63f54b', 'KathrizarWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-10 00:38:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4666, NULL, NULL, 'jfpking98@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'DoomcliffWakenty', NULL, NULL, NULL, '91.188.215.196', '2022-03-10 01:03:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4667, NULL, NULL, 'zubairjaved1994@gmail.com', 'ee177be74a279740f594a45b0f63f54b', 'tahjcbyWakenty', NULL, NULL, NULL, '31.184.199.26', '2022-03-10 01:29:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4668, NULL, NULL, 'timati1911@mailsi.ru\r\n', '8f57312e3731612e7f526236a8c3c643', 'fotogborne', NULL, NULL, NULL, '185.181.245.141', '2022-03-11 17:35:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4669, NULL, NULL, 'mondalmanishikha@gmail.com', '929039dc1ba0a9cea64ba5d0a719fe33', 'Manishikha Mondal', NULL, NULL, NULL, '223.233.28.86', '2022-03-14 22:15:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4670, NULL, NULL, 'adv.sourabhgoel1@gmail.com', '66377f2c2835cbcde7579d156ff45bf4', 'Sourabh Goel', NULL, NULL, NULL, '122.173.30.26', '2022-03-15 22:12:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4671, NULL, NULL, 'lawannmiyhdhsoralsch@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'byfWakenty', NULL, NULL, NULL, '31.216.60.116', '2022-03-16 01:38:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4672, NULL, NULL, 'buylinks@m106.com', '790ca7514e7fb624542bbfc166e8961a', 'M106comdax', NULL, NULL, NULL, '194.147.89.132', '2022-03-16 23:12:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4673, NULL, NULL, 'yonstesonoe@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'ModglinWakenty', NULL, NULL, NULL, '31.216.60.116', '2022-03-18 20:28:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4674, NULL, NULL, 'and.yw.orll.a.n.der.se.e.we.ek.s5.7.9.3.22.@gmail.com', 'f4e7a1b58136df97072ad0da2fbe48a7', 'andyllhek', NULL, NULL, NULL, '46.148.234.229', '2022-03-19 11:24:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4675, NULL, NULL, 'workservicerf@gmail.com', '35cf04f8f8c6e4467671dd9d6595d660', 'Temaqjuilt', NULL, NULL, NULL, '94.103.86.195', '2022-03-19 17:36:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4676, NULL, NULL, 'workservicer.f@gmail.com', '35cf04f8f8c6e4467671dd9d6595d660', 'Temawjuilt', NULL, NULL, NULL, '94.103.86.195', '2022-03-20 23:08:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4677, NULL, NULL, 'morozov.marat22@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'dfccWakenty', NULL, NULL, NULL, '109.94.211.79', '2022-03-21 19:27:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4678, NULL, NULL, 'temptest562914966@gmail.com', 'c1b40103714b9974d891e988dce9e90a', 'Larryorero', NULL, NULL, NULL, '62.210.111.16', '2022-03-23 08:13:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4679, NULL, NULL, 'krulov930429@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'RomeWakenty', NULL, NULL, NULL, '84.252.70.13', '2022-03-25 00:42:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4680, NULL, NULL, 'RAVIKANTH.M@GMRGROUP.IN', 'd03b589ff75bcb592c482c72c14c59f1', 'RAVIKANTH MANGU', NULL, NULL, NULL, '10.2.4.118', '2022-03-25 11:02:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4681, NULL, NULL, 'cancel.katya@yandex.ru', 'd2a4759ebc14303c380dfb088f7018b7', '<html><a href=\"ghufhgfodpspg\"><img src=\"https://u-f.ru/sites/default/files/styles/main_700/public/podoliaka_vsy.jpg?itok=mHb3G4ks\" width=\"600\" height=\"600\" alt=\"white\"></a> </html>\r\n 8004623', NULL, NULL, NULL, '188.130.219.158', '2022-03-26 00:24:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4682, NULL, NULL, 'milendriten@gmail.com', '0c654f2aa514503896b82977765dc55d', 'LucilleBah', NULL, NULL, NULL, '109.107.188.36', '2022-03-26 15:19:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4683, NULL, NULL, 'semenov.timyr90@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'AlianyauWakenty', NULL, NULL, NULL, '194.59.187.25', '2022-03-27 13:44:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4684, NULL, NULL, 'a.n.d.y.w.or.l.land.e.r.s.e.ew.e.ek.s.579.3.22@gmail.com', 'f4e7a1b58136df97072ad0da2fbe48a7', 'andyllhek', NULL, NULL, NULL, '46.148.234.229', '2022-03-28 10:50:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4685, NULL, NULL, 'rosemary.petriello@maintainco.com', '708af133409832ada4131c2f18f40b52', 'BurgasWakenty', NULL, NULL, NULL, '164.132.203.193', '2022-03-30 15:03:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4686, NULL, NULL, 'soumya79ganguly@gmail.com', 'c7ddcc4e89d47f6f03fffa9cae97ddc7', 'Soumya Ganguly', NULL, NULL, NULL, '42.110.203.30', '2022-03-30 22:21:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4687, NULL, NULL, 'ivanovaleksandrimi@mail.ru', '013cb0ea4a3b8623629b0a370e42f204', 'Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚ Ð½Ð¾Ð¼ÐµÑ€ WLR410774WLR2 Ð¿Ð¾Ð´Ð³Ð¾Ñ‚Ð¾Ð²Ð»ÐµÐ½. Ð¡Ð¼Ð¾Ñ‚Ñ€Ð¸Ñ‚Ðµ Ð´Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚12 Ð´Ð°Ð»ÐµÐµ Ð½Ð° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ðµ http://apple.com', NULL, NULL, NULL, '95.182.125.230', '2022-03-31 14:49:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4688, NULL, NULL, 'krasnov.dimon97@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'LavrichWakenty', NULL, NULL, NULL, '193.201.127.15', '2022-04-01 16:09:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4689, NULL, NULL, 'xavaya28226@gmail.com', 'a66e88f7ccb41519d6a588a54a9c8a83', 'Mathew1991Mot', NULL, NULL, NULL, '178.159.112.214', '2022-04-03 01:12:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4690, NULL, NULL, 'Ð¿Â»Ñ—rodionovleonid97@mail.ru', '6f091778970c32e0835c066aaffeb24f', 'yÐ²Ð°Ð¶Ð°eÐ¼Ñ‹Ð¹ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚eÐ»ÑŒ!  ÐœÑ‹ yÐ¶Ðµ Ð²Ð½eÑÐ»u Ð¿Ð¾Ð´aÑ€Ð¾Ðº Ð½Ð° Ð²aÑˆ aÐºÐºayÐ½Ñ‚. ÐŸeÑ€ÐµÑ…Ð¾Ð´Ð¸Ñ‚e Ð¸ Ð¿Ð¾Ð»ÑƒÑ‡uÑ‚e - https://forms.yandex.com/u/314eb6bd7434580a61a720bd Pt', NULL, NULL, NULL, '195.181.175.120', '2022-04-03 18:27:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4691, NULL, NULL, 'a.n.dywo.r.l.l.andersee.w.e.e.ks57.932.2@gmail.com', 'f4e7a1b58136df97072ad0da2fbe48a7', 'andyllhek', NULL, NULL, NULL, '46.148.234.229', '2022-04-03 19:17:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4692, NULL, NULL, 'j.a.y.tay.ta.yt.ay7.3.3@gmail.com', '3f1fd8ce84f44c1432c50d1c7cd0e4e8', 'Michaelhax', NULL, NULL, NULL, '154.6.18.60', '2022-04-04 04:03:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4693, NULL, NULL, 'kylikova.nadya29@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'aluniaWakenty', NULL, NULL, NULL, '45.128.125.74', '2022-04-04 11:49:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4694, NULL, NULL, 'thomaschandlerny@gmail.com', 'cc13b0326cc381fdad020edf78d48f99', 'ThomasChandler https://www.amazon.com b.', NULL, NULL, NULL, '103.139.48.96', '2022-04-06 15:37:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4695, NULL, NULL, 'sergej_panov_91@mail.ru', 'b563b8d5aad4b53c1ceb0835cab84148', 'hello my dear friendiks - www.mail.ru', NULL, NULL, NULL, '31.184.249.166', '2022-04-06 18:37:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4696, NULL, NULL, 'vladimirmoscow3@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'lyudahaWakenty', NULL, NULL, NULL, '185.211.168.247', '2022-04-06 19:48:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4697, NULL, NULL, 'edward.george.br@gmail.com', '4d88fe77a34bf676aa8f8aec2afc1c10', 'EdwardGeorge https://www.amazon.com  g.', NULL, NULL, NULL, '5.181.43.20', '2022-04-07 04:30:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4698, NULL, NULL, 'de01amlan@gmail.com', '44e93cf9b46b4f129fd767e38412683d', 'AMLAN DE', NULL, NULL, NULL, '150.129.135.61', '2022-04-07 23:30:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4699, NULL, NULL, 'gioppamercstruale@gmail.com', '23cadd6128d75eaf48de4482bf5a6c29', 'Jameshaw', NULL, NULL, NULL, '60.191.94.170', '2022-04-08 13:13:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4700, NULL, NULL, 'thite.siddharth@gmail.com', '099a3be74cc8fcea311c93bb0861dcbc', 'Siddharth Thite', NULL, NULL, NULL, '49.36.118.232', '2022-04-11 12:32:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4701, NULL, NULL, 'fah.igor@yandex.ru', '96980579fa671e8550949fbea341eb74', 'Somilia', NULL, NULL, NULL, '178.214.245.217', '2022-04-12 10:25:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4702, NULL, NULL, 'appliance.serv24@gmail.com', '1ee61c9e388c8d8dfc1e9216b5fd0053', 'Carltonmet', NULL, NULL, NULL, '103.111.33.48', '2022-04-12 11:04:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4703, NULL, NULL, 'risots12@yandex.com', '749203b7462aa75e8d2b53e98e81112f', 'Wayfex', NULL, NULL, NULL, '92.255.196.35', '2022-04-13 18:48:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4704, NULL, NULL, 'an.dy.w.o.r.l.l.a.nde.r.se.ew.e.e.ks.57.9322@gmail.com', 'f4e7a1b58136df97072ad0da2fbe48a7', 'andyllhek', NULL, NULL, NULL, '46.148.234.229', '2022-04-14 13:04:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4705, NULL, NULL, 'st.e.pha.ne.go.o.d.ma.n@gmail.com', 'd7eca072403224fc6ce77c96472afe16', 'Sharonblini', NULL, NULL, NULL, '154.6.18.99', '2022-04-15 17:51:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4706, NULL, NULL, 'seregainbox146@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.google.com/', NULL, NULL, NULL, '109.248.142.121', '2022-04-16 08:49:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4707, NULL, NULL, 'sirakla@yandex.ru', 'd10b96a9ee2c99cf17590b93749fd2c1', 'Martinsek', NULL, NULL, NULL, '92.255.196.35', '2022-04-16 10:01:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4708, NULL, NULL, 'info@full-size.ru', '62801a4c6da93db5574e19fdb29ac4b8', 'topchecker', NULL, NULL, NULL, '84.17.46.166', '2022-04-16 19:21:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4709, NULL, NULL, 'ksobmv@xrust.club', '2e2f9d3843d0246b6de771a02b0f87fb', 'Thomaslen', NULL, NULL, NULL, '81.9.127.26', '2022-04-18 08:00:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4710, NULL, NULL, 'keettthelalorrl@gmail.com', '7515e03a8fcf846ca90a1e691982fa5d', 'bdfifWakenty', NULL, NULL, NULL, '91.206.69.27', '2022-04-18 09:47:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4711, NULL, NULL, 'selvaperumaladvocate@gmail.com', 'b48044afa353d93861b519cdf11e7428', 'V. SELVA PERUMAL ', NULL, NULL, NULL, '49.205.82.77', '2022-04-18 13:52:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4712, NULL, NULL, 'wolter.cohron_634@email.com', '1ec7cf30816f104836002178a9360e2f', 'Davidunigo', NULL, NULL, NULL, '54.39.29.64', '2022-04-19 09:36:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4713, NULL, NULL, 'appleyard_cavalieri@email.com', 'c6d25a90ea8e655d8f99911cb3c747b7', 'HectorGrorn', NULL, NULL, NULL, '54.39.29.64', '2022-04-19 09:36:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4714, NULL, NULL, 'gunnellk@email.com', '607615fc5bb9d9d675e0bbd648b8a04b', 'DonaldCapse', NULL, NULL, NULL, '54.39.29.64', '2022-04-19 09:36:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4715, NULL, NULL, 'ha.n.e.yn76.@gmail.com', 'cd5293f26339a79c743240dc81649085', 'MarlinLow', NULL, NULL, NULL, '154.6.18.157', '2022-04-20 10:57:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4716, NULL, NULL, 'forkowsticen1988@gmail.com', '7a24e908232f23beec41176bb7f71c21', 'avdhohaWakenty', NULL, NULL, NULL, '45.82.81.11', '2022-04-21 23:34:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4717, NULL, NULL, 'm.en.tentio.n.u.b.@gmail.com', '1274ee40f06b7544426dfd5f014211a1', 'Jamesrak', NULL, NULL, NULL, '109.107.186.235', '2022-04-24 04:34:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4718, NULL, NULL, 'proturbo@proturbo.kiev.ua', 'b51ed59b5e8f2a06cef0cb35efc39a47', 'https://bnio.page.link/wkf2\r\n <- HOTEL IN CASINO ROYALE\r\n', NULL, NULL, NULL, '188.130.142.185', '2022-04-24 12:34:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4719, NULL, NULL, 'sreekumarjayan77@gmail.com', 'b1f902289c290b4414daf5ed478c796f', 'SREEKUMAR T J ', NULL, NULL, NULL, '27.63.232.121', '2022-04-24 12:50:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4720, NULL, NULL, 'ollemaiockekaqu@gmail.com', '7a24e908232f23beec41176bb7f71c21', 'dfcbkmbxWakenty', NULL, NULL, NULL, '45.138.4.214', '2022-04-24 15:44:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4721, NULL, NULL, 'bedanga@live.in', 'd209b47b931aa22605214b2f0743771c', 'Bedanga Bhushan Saikia', NULL, NULL, NULL, '117.211.57.234', '2022-04-24 16:06:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4722, NULL, NULL, 'nirnoypaul@gmail.com', '58e6bf52ce820a665ca215ed772b01e5', 'Nirnoy Paul', NULL, NULL, NULL, '42.110.143.170', '2022-04-25 12:25:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4723, NULL, NULL, 'alexsach91@gmail.com', 'c68adfe72d5cbe0dc587cca21648bea0', 'BuySoftBix', NULL, NULL, NULL, '84.17.51.51', '2022-04-26 00:01:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4724, NULL, NULL, 'karimovvlad8@inbox.ru', '70c93cb85c1d4c6a782e181911164d00', 'Josezins', NULL, NULL, NULL, '176.226.132.132', '2022-04-26 01:01:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4725, NULL, NULL, 'tianscyneiptlin@gmail.com', '7a24e908232f23beec41176bb7f71c21', 'TandyWakenty', NULL, NULL, NULL, '45.138.4.214', '2022-04-27 12:29:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4726, NULL, NULL, 'snehankar.greenland@gmail.com', 'ba0eacff6c89c6b288501ab3d920511f', 'SNEHANKAR CHATTOPADHYAY', NULL, NULL, NULL, '157.40.245.101', '2022-04-27 22:30:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4727, NULL, NULL, 'pratikkr.nayek2016@gmail.com', '7083da6e1d21a2392161994e7237c940', 'Pratik Kumar Nayek', NULL, NULL, NULL, '49.37.52.220', '2022-04-28 00:11:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4728, NULL, NULL, 'zbigmike1988z@gmx.com', '95bebc60849c8837e6f2e156f15e586a', 'MikeDal', NULL, NULL, NULL, '84.247.50.238', '2022-04-28 11:39:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4729, NULL, NULL, 'greenmarucya@gmail.com', 'bc31593405629a7b1c96885a68e6dbd8', 'Robertfaw', NULL, NULL, NULL, '178.121.178.100', '2022-04-29 15:26:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4730, NULL, NULL, 'microbase@gmail.com', '83ac4ecf1e96ad3ea58483942d461286', 'Shivaji Sengupta', NULL, NULL, NULL, '122.163.19.217', '2022-04-29 15:28:45', 'web', '', 0, 351979, '2025-05-22 18:28:26', '2023-06-02 13:37:31', 0),
(4731, NULL, NULL, 'damian.sobor922@wp.pl', 'dd38e3e1af25234add60b181b6369f05', 'Samuelemere', NULL, NULL, NULL, '62.210.80.33', '2022-04-29 16:22:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4732, NULL, NULL, 'liriongarsedamp@gmail.com', '7a24e908232f23beec41176bb7f71c21', 'SashaWakenty', NULL, NULL, NULL, '195.208.94.29', '2022-04-30 10:46:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4733, NULL, NULL, 'ant4ntip@gmail.com', '677a09184de0be563a63e9fd5556224d', 'SicClula', NULL, NULL, NULL, '83.220.227.184', '2022-05-01 20:29:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4734, NULL, NULL, 'ditaxtax@gmail.com', '0897014541863ef14f4394d4a987b7f7', 'Sasikpdr', NULL, NULL, NULL, '5.3.174.255', '2022-05-03 09:43:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4735, NULL, NULL, 'franklluka24@gmail.com', '7a24e908232f23beec41176bb7f71c21', 'AralhalaWakenty', NULL, NULL, NULL, '146.19.107.237', '2022-05-05 17:31:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4736, NULL, NULL, 'jamesrose6690@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'Wohlfahrt', NULL, NULL, NULL, '146.19.107.237', '2022-05-08 17:16:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4737, NULL, NULL, 'fedspo@yandex.ru', '408aa7e1975c2eede8490d8d6e2a45ef', 'Thomasged', NULL, NULL, NULL, '31.40.147.192', '2022-05-09 07:18:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4738, NULL, NULL, 'fourdoeidq@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'fuhfatyf', NULL, NULL, NULL, '80.91.211.164', '2022-05-12 13:04:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4739, NULL, NULL, 'rizottir@yandex.com', '0b2ad35cdbb3b2a39bdb4750593d74cd', 'Joswal', NULL, NULL, NULL, '92.255.196.35', '2022-05-15 09:05:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4740, NULL, NULL, 'withicklz@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'Ninel', NULL, NULL, NULL, '212.193.180.224', '2022-05-15 10:50:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4741, NULL, NULL, 'dmur45moch@gmail.com', '0117cf4c844b1fcd8ff5587f2e84a8d9', 'AllenOmida', NULL, NULL, NULL, '188.32.166.7', '2022-05-16 19:49:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4742, NULL, NULL, 'dilipkumarnu@gmail.com', 'f9f0bf3d4db0dbff56272cd93938efad', 'Dr Dilip Kumar', NULL, NULL, NULL, '60.243.165.184', '2022-05-17 04:14:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4743, NULL, NULL, 'thouirectmx@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'Avdulya', NULL, NULL, NULL, '45.153.227.219', '2022-05-17 21:00:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4744, NULL, NULL, 'topsite-1@yandex.ru', 'fc37ac18f66536e530fae9484b982579', 'BeelineCruck', NULL, NULL, NULL, '91.223.28.80', '2022-05-18 01:01:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4745, NULL, NULL, 'ygurevzkiz@bk.ru', '34d5565d125e032913e9957699b8fff8', 'boris https://yandex.ru', NULL, NULL, NULL, '195.158.225.28', '2022-05-18 01:48:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4746, NULL, NULL, '1g5rye4@gmail.com', 'bb39ccf93ae9fda9848352bfcf6ff042', 'LeroyLodia', NULL, NULL, NULL, '213.193.24.186', '2022-05-18 04:16:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4747, NULL, NULL, 'thannesi.n.c@gmail.com', 'bd2ed8630c9aec62c89a58390ba61fb9', 'Ramonepito', NULL, NULL, NULL, '109.107.191.155', '2022-05-18 07:20:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4748, NULL, NULL, 'credneckfen1988@mail.ru', '171ef41ba3b721c85e13723c930b602e', 'k76jft kl67roi  uyi 78krds trur https://icloud.com Pt', NULL, NULL, NULL, '185.108.106.165', '2022-05-18 13:26:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4749, NULL, NULL, 'quebarlo1991@mail.ru', '876867b72667aba247f007f7f523fd6c', '57dtkdghckjs46riulghjr4ehe4djrykkr678o5i https://drive.google.com neesse', NULL, NULL, NULL, '89.238.132.76', '2022-05-18 14:17:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4750, NULL, NULL, 'william352@rambler.ru', 'f2540bb7ac486062e16e87cfd7bebd6e', 'Williamgennick[Ubnyykivtolokujz,2,5]', NULL, NULL, NULL, '83.149.47.212', '2022-05-19 13:39:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4751, NULL, NULL, 'kostypavlov1975@gmail.com', 'fdd01a06ba83218f0fb273cc61af423a', 'JamesAtmor', NULL, NULL, NULL, '134.0.100.29', '2022-05-19 17:33:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4752, NULL, NULL, 'smirsakla@yandex.com', '4debea2ca71c91fa3808d7443ecbc612', 'Colrib', NULL, NULL, NULL, '92.255.196.35', '2022-05-20 11:05:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4753, NULL, NULL, 'a.ndy.w.o.rl.l.a.nd.er.s.e.e.w.eek.s5.7.93.2.2.@gmail.com', 'f4e7a1b58136df97072ad0da2fbe48a7', 'andyllhek', NULL, NULL, NULL, '46.148.234.229', '2022-05-20 13:31:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4754, NULL, NULL, 'zardika09@gmail.com', '36aa4169c3ae8bdbddddcdc69beb2c27', 'Rebeccabag', NULL, NULL, NULL, '5.143.237.221', '2022-05-22 16:39:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4755, NULL, NULL, 'showencenwk@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'Filipych', NULL, NULL, NULL, '45.128.127.224', '2022-05-22 21:13:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4756, NULL, NULL, 'solaanacr@privatezmail.com', '2e7a4e3bfba3dd55f026a638b5027e4d', 'Tommyloasy', NULL, NULL, NULL, '54.39.29.64', '2022-05-25 03:33:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4757, NULL, NULL, 'vodnogib@privatezmail.com', '2e7a4e3bfba3dd55f026a638b5027e4d', 'Tommyloasy', NULL, NULL, NULL, '54.39.29.64', '2022-05-25 03:33:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4758, NULL, NULL, 'magicrystalm9@privatezmail.com', '2e7a4e3bfba3dd55f026a638b5027e4d', 'Tommyloasy', NULL, NULL, NULL, '54.39.29.64', '2022-05-25 03:33:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4759, NULL, NULL, 'fusentradfu@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'vfhmzy', NULL, NULL, NULL, '185.211.168.33', '2022-05-26 01:14:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4760, NULL, NULL, 'perta2kqw@rambler.ru', '42823f2039e2b71291cbc18570f25480', 'HowardErElm', NULL, NULL, NULL, '8.43.121.81', '2022-05-26 08:18:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4761, NULL, NULL, 'santoshbarma1988@gmail.com', 'dcef5857a35a85390d34037048b4d16f', 'Santosh barman', NULL, NULL, NULL, '223.239.57.165', '2022-05-27 01:22:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4762, NULL, NULL, 'james.naify@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Bloodfire', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 11:18:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4763, NULL, NULL, 'katy.dean12@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'Faurus', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 11:23:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4764, NULL, NULL, 'cblankfield@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fdlecz', NULL, NULL, NULL, '195.208.119.112', '2022-05-27 11:25:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4765, NULL, NULL, 'kingelec@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fedork', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 11:25:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4766, NULL, NULL, 'aubries864@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'daisy', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 11:29:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4767, NULL, NULL, 'tristanokarl@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'byyeirf', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 11:33:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4768, NULL, NULL, 'reeticasadhu@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Guercio', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 11:37:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4769, NULL, NULL, 'mysticogmusic@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'alexana', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 11:39:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4770, NULL, NULL, 'permaldominique@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fktrcfif', NULL, NULL, NULL, '77.83.7.19', '2022-05-27 11:45:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4771, NULL, NULL, 'ellierosejones97@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fight', NULL, NULL, NULL, '195.208.120.201', '2022-05-27 11:46:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4772, NULL, NULL, 'aot25loveyou@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fenridal', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 11:53:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4773, NULL, NULL, 'annika99@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'atkz', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 11:55:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4774, NULL, NULL, 'zsoulgraal@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'bheyz', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 12:02:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4775, NULL, NULL, 'mixnow02@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Clydeber', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 12:05:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4776, NULL, NULL, 'zimsicz@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Hermann', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 12:08:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4777, NULL, NULL, 'Ashiag1990@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'boutique', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 12:10:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4778, NULL, NULL, 'buggyrich14@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'esfirka', NULL, NULL, NULL, '77.83.7.19', '2022-05-27 12:12:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4779, NULL, NULL, 'mycruisewedding@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fhnf', NULL, NULL, NULL, '195.208.120.201', '2022-05-27 12:12:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4780, NULL, NULL, 'saideepika04@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'kbpfdtnf', NULL, NULL, NULL, '195.208.119.112', '2022-05-27 12:14:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4781, NULL, NULL, 'bdonley@rcsotn.org', 'da489a8949f00fdc3d2e5af3a7c67252', 'bullshit', NULL, NULL, NULL, '164.132.203.193', '2022-05-27 12:17:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4782, NULL, NULL, 'markmobile77@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Ladage', NULL, NULL, NULL, '195.208.120.201', '2022-05-27 12:20:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4783, NULL, NULL, 'brabus_35670@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'arturka', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 12:24:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4784, NULL, NULL, 'chitsanucha13@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fedunya', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 12:24:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4785, NULL, NULL, 'nubowbaro@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Alexandrina', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 12:25:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4786, NULL, NULL, 'kashishaman@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'lizuha', NULL, NULL, NULL, '77.83.7.19', '2022-05-27 12:27:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4787, NULL, NULL, 'francislnunez@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Anener', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 12:27:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4788, NULL, NULL, 'chaito2531@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Aryusha', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 12:34:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4789, NULL, NULL, 'nipont135@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'ktjynm.irf', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 12:37:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4790, NULL, NULL, 'past_bone@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hjyif', NULL, NULL, NULL, '195.208.119.112', '2022-05-27 12:38:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4791, NULL, NULL, 'thidayu13@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Sona', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 12:39:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4792, NULL, NULL, 'sammy0555home123@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'arturka', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 12:40:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4793, NULL, NULL, 'eclipsepix85@aol.com', 'e5f3566b7f427a6a9f6950f141414545', 'filipitsch', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 12:46:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4794, NULL, NULL, 'kittitus77@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'daryukha', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 12:49:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4795, NULL, NULL, '1129sage@libero.it', '34d6a034e1c2d35176ff20a4b9d65877', 'smelly', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 12:50:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4796, NULL, NULL, 'smvonellm@gmail.com', 'da489a8949f00fdc3d2e5af3a7c67252', 'Cordadi', NULL, NULL, NULL, '164.132.203.193', '2022-05-27 12:52:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4797, NULL, NULL, 'matthewkelm03@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'face', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 12:54:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4798, NULL, NULL, 'u3irish50@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Armen', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 12:56:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4799, NULL, NULL, 's_hartlep@web.de', 'e5f3566b7f427a6a9f6950f141414545', 'Fesho', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 12:57:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4800, NULL, NULL, 'twonattanan@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'vbyz', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 12:58:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4801, NULL, NULL, 'caseyclyde055@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'cthuecz', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 13:00:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4802, NULL, NULL, 'sansaneephanthong@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Ballazan', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 13:03:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4803, NULL, NULL, 'nontinit@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hjcnbckfd', NULL, NULL, NULL, '195.208.120.201', '2022-05-27 13:03:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4804, NULL, NULL, 'office@kreml-edv.at', 'e5f3566b7f427a6a9f6950f141414545', 'iamfondof', NULL, NULL, NULL, '195.208.120.201', '2022-05-27 13:06:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4805, NULL, NULL, 'ar@ofd.com', '34d6a034e1c2d35176ff20a4b9d65877', 'beckoning', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 13:07:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4806, NULL, NULL, 'silverwolfxpl@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Heiberg', NULL, NULL, NULL, '195.208.119.112', '2022-05-27 13:09:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4807, NULL, NULL, 'belikebrap2544@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Arina', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 13:10:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4808, NULL, NULL, 'flukfluk2015@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'alesha', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 13:11:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4809, NULL, NULL, 'a22465465@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'dfcbkmrj', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 13:12:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4810, NULL, NULL, 'teslatheband13@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fghjcbymz', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 13:13:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4811, NULL, NULL, 'nattanonnat@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'cdtnef', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 13:18:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4812, NULL, NULL, 'nichapanun@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'ltrfhbyf', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 13:18:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4813, NULL, NULL, 'awesome.kai120@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Sona', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 13:18:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4814, NULL, NULL, 'nongkapook00@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Asya', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 13:22:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4815, NULL, NULL, 'lunaschickert@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'boris', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 13:25:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4816, NULL, NULL, 'desmondcallan@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'nfif', NULL, NULL, NULL, '195.208.119.112', '2022-05-27 13:28:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4817, NULL, NULL, 'shibrain5@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'Ivasik', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 13:39:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4818, NULL, NULL, 'eeud@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Alien', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 13:40:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4819, NULL, NULL, 'x-rainboow@hotmail.fr', 'e5f3566b7f427a6a9f6950f141414545', 'fhntvbq', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 13:52:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4820, NULL, NULL, 'jame_mcbk@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fhctybq', NULL, NULL, NULL, '77.83.7.19', '2022-05-27 13:58:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4821, NULL, NULL, 'rongpol9100@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'ybz', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 14:00:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4822, NULL, NULL, 'danielaburke@icloud.com', 'e5f3566b7f427a6a9f6950f141414545', 'Ivanovich', NULL, NULL, NULL, '77.83.7.19', '2022-05-27 14:04:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4823, NULL, NULL, 'd.allen09@verizon.net', 'e5f3566b7f427a6a9f6950f141414545', 'iliaha', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 14:10:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4824, NULL, NULL, 'melody_zii@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fenya', NULL, NULL, NULL, '77.83.7.19', '2022-05-27 14:26:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4825, NULL, NULL, 'tylor_dd@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fhctyz', NULL, NULL, NULL, '195.208.119.112', '2022-05-27 14:28:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4826, NULL, NULL, 'khaledalsaleh2011@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'pbyf', NULL, NULL, NULL, '77.83.7.19', '2022-05-27 14:29:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4827, NULL, NULL, 'arenaemire@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Bugesr', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 14:30:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4828, NULL, NULL, 'kangaroo053@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'tahjcbysx', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 14:34:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4829, NULL, NULL, 'nichaphatnarakul@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'fhctybq', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 14:40:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4830, NULL, NULL, 'abigail.cua25@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hush', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 14:40:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4831, NULL, NULL, 'RABBIJAM@GMAIL.COM', '34d6a034e1c2d35176ff20a4b9d65877', 'Beaulah', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 14:48:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4832, NULL, NULL, 'nehatariq28@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fedus', NULL, NULL, NULL, '195.208.120.201', '2022-05-27 14:53:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4833, NULL, NULL, 'ricanffa@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Chadelel', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 14:54:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4834, NULL, NULL, 'frank_l_e@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fktrcfif', NULL, NULL, NULL, '77.83.7.19', '2022-05-27 14:58:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4835, NULL, NULL, 'timtan22@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fedya', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 14:59:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4836, NULL, NULL, 'dome_dee99@yahoo.co.th', '34d6a034e1c2d35176ff20a4b9d65877', 'atjpf', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 15:02:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4837, NULL, NULL, 'gamingtrece@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'bkzf', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 15:08:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4838, NULL, NULL, 'Nungruthai1994@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Arterut', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 15:16:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4839, NULL, NULL, 'ROB.CF92@GMAIL.COM', 'e5f3566b7f427a6a9f6950f141414545', 'Kazibei', NULL, NULL, NULL, '195.208.120.201', '2022-05-27 15:19:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4840, NULL, NULL, 'iamza.a@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Adokelv', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 15:23:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4841, NULL, NULL, 'add2stmps@aol.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Arlelond', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 15:24:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4842, NULL, NULL, 'gammkm@eplus.net', 'e5f3566b7f427a6a9f6950f141414545', 'fhnfvjysx', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 15:27:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4843, NULL, NULL, 'neung.supakwimol@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'bytcrf', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 15:31:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4844, NULL, NULL, 'nuttavut.w@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'luizka', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 15:32:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4845, NULL, NULL, 'henryweitze2@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Bugar', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 15:37:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4846, NULL, NULL, 'Meen_37587@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'ktyf', NULL, NULL, NULL, '195.208.119.112', '2022-05-27 15:41:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4847, NULL, NULL, 'mullicamic@aol.com', 'e5f3566b7f427a6a9f6950f141414545', 'nfnmzyf', NULL, NULL, NULL, '77.83.7.19', '2022-05-27 15:45:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4848, NULL, NULL, 'suprawtt1986@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'byecz', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 15:52:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4849, NULL, NULL, 'shohan.aiub@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Adam', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 16:03:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4850, NULL, NULL, 'rpetty4134@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hfif', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 16:06:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4851, NULL, NULL, 'ludwig2705@googlemail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fktyf', NULL, NULL, NULL, '77.83.7.19', '2022-05-27 16:16:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4852, NULL, NULL, 'oliwahwah1@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Leonid', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 16:22:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4853, NULL, NULL, 'mandy.d@mein.gmx', '34d6a034e1c2d35176ff20a4b9d65877', 'Alekseich', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 16:41:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4854, NULL, NULL, 'fracarta2004@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'rjnfif', NULL, NULL, NULL, '77.83.7.19', '2022-05-27 16:45:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4855, NULL, NULL, 'chris.coombs@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'fhbyf', NULL, NULL, NULL, '77.83.7.19', '2022-05-27 17:00:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4856, NULL, NULL, 'deborah802006@libero.it', '34d6a034e1c2d35176ff20a4b9d65877', 'any', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 17:02:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4857, NULL, NULL, 'nadiaym@live.fr', '34d6a034e1c2d35176ff20a4b9d65877', 'Dalarin', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 17:22:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4858, NULL, NULL, 'akvneto@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'dfkthbq', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 17:29:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4859, NULL, NULL, 'not__zeed@hotmail.com', 'da489a8949f00fdc3d2e5af3a7c67252', 'dfktynbjy', NULL, NULL, NULL, '164.132.203.193', '2022-05-27 17:42:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4860, NULL, NULL, 'chki.med@hotmail.fr', '34d6a034e1c2d35176ff20a4b9d65877', 'Danilych', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 17:51:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4861, NULL, NULL, 'viticore22@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'cntgeif', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 17:54:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4862, NULL, NULL, 'dylancmcgovern@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Bruntz', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 17:55:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4863, NULL, NULL, 'kraetsel@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'Esther', NULL, NULL, NULL, '77.83.7.19', '2022-05-27 18:18:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4864, NULL, NULL, 'jmorrison@new-atlantic.net', 'e5f3566b7f427a6a9f6950f141414545', 'hemule', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 18:31:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4865, NULL, NULL, 'ginaerobison@gmail.com', 'da489a8949f00fdc3d2e5af3a7c67252', 'Burihelm', NULL, NULL, NULL, '164.132.203.193', '2022-05-27 18:31:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4866, NULL, NULL, 'billyray@sonsofsaturday.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Bludteror', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 18:34:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4867, NULL, NULL, 'ahmad.moves1995.am@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Buzaghma', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 18:46:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4868, NULL, NULL, 'robynjohnston33@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Felhagra', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 18:53:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4869, NULL, NULL, 'xxxmegatronxxx@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fcnf', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 18:57:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4870, NULL, NULL, 'tonytran17121994@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hbneyz', NULL, NULL, NULL, '77.83.7.19', '2022-05-27 19:10:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4871, NULL, NULL, 'colettoronald@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'dbnfyf', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 19:14:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4872, NULL, NULL, 'PSBALUJA@YAHOO.COM', '34d6a034e1c2d35176ff20a4b9d65877', 'costa', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 19:26:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4873, NULL, NULL, 'rj20217@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Hiefiaah', NULL, NULL, NULL, '195.208.120.201', '2022-05-27 19:32:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4874, NULL, NULL, 'Alexiskiller45@hotmail.fr', 'e5f3566b7f427a6a9f6950f141414545', 'facet', NULL, NULL, NULL, '195.208.119.112', '2022-05-27 19:33:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4875, NULL, NULL, 'zeus71700@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Buriwield', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 19:42:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4876, NULL, NULL, 'yocoto@o2online.de', 'e5f3566b7f427a6a9f6950f141414545', 'Lantto', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 19:44:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4877, NULL, NULL, 'jollyhollym@gmail.com', 'da489a8949f00fdc3d2e5af3a7c67252', 'Dagelv', NULL, NULL, NULL, '164.132.203.193', '2022-05-27 19:47:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4878, NULL, NULL, 'adeibert83@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'artamos', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 19:48:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4879, NULL, NULL, 'ajp@parladelaw.com', 'e5f3566b7f427a6a9f6950f141414545', 'Nikisha', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 19:48:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4880, NULL, NULL, 'kk.muller55@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fedboa', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 19:54:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(4881, NULL, NULL, 'a.s.v@seznam.cz', 'e5f3566b7f427a6a9f6950f141414545', 'Mitun', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 19:58:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4882, NULL, NULL, 'YTW19949@GMAIL.COM', 'da489a8949f00fdc3d2e5af3a7c67252', 'Dianardin', NULL, NULL, NULL, '164.132.203.193', '2022-05-27 20:02:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4883, NULL, NULL, 'cbusta76@yahoo.com', 'da489a8949f00fdc3d2e5af3a7c67252', 'Crary', NULL, NULL, NULL, '164.132.203.193', '2022-05-27 20:02:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4884, NULL, NULL, 'luckyluc1988@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fesho', NULL, NULL, NULL, '77.83.7.19', '2022-05-27 20:03:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4885, NULL, NULL, 'stansell205@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'rekz', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 20:10:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4886, NULL, NULL, 'wcms01@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'gtnhef', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 20:10:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4887, NULL, NULL, 'madisonkmyers411@icloud.com', 'da489a8949f00fdc3d2e5af3a7c67252', 'dfcif', NULL, NULL, NULL, '164.132.203.193', '2022-05-27 20:21:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4888, NULL, NULL, 'DGARCES13@GMAIL.COM', 'e5f3566b7f427a6a9f6950f141414545', 'Leonty', NULL, NULL, NULL, '195.208.120.201', '2022-05-27 20:26:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4889, NULL, NULL, 'laurathompsonartwork@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fhnfvjyrf', NULL, NULL, NULL, '195.208.119.112', '2022-05-27 20:34:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4890, NULL, NULL, 'raji.alagara@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'bjyz', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 20:37:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4891, NULL, NULL, 'dawesdaviddawes@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'heckfyrf', NULL, NULL, NULL, '195.208.119.112', '2022-05-27 20:47:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4892, NULL, NULL, 'pravinac@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'catterpillar', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 20:51:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4893, NULL, NULL, 'luna.clje@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Amsler', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 21:18:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4894, NULL, NULL, 'arqui.juanpablo@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fedus', NULL, NULL, NULL, '195.208.119.112', '2022-05-27 21:21:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4895, NULL, NULL, 'mrperr@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'ufgf', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 21:21:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4896, NULL, NULL, 'valleyislemarketing@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'gtnhzrf', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 21:34:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4897, NULL, NULL, 'pkistok@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Borne', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 21:37:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4898, NULL, NULL, 'lacynicole2013@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Linden', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 21:37:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4899, NULL, NULL, 'twopaper@comcast.net', 'da489a8949f00fdc3d2e5af3a7c67252', 'Catherine', NULL, NULL, NULL, '164.132.203.193', '2022-05-27 21:38:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4900, NULL, NULL, 'liu_rongrong@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'bfybrbn', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 21:44:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4901, NULL, NULL, 'rachelfriteau@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Terrence', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 21:44:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4902, NULL, NULL, 'jacksoncharlesjr@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hfcz', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 21:46:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4903, NULL, NULL, 'theresiabowlin@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'kfdhecz', NULL, NULL, NULL, '195.208.120.201', '2022-05-27 21:46:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4904, NULL, NULL, 'lance_smith1@msn.com', 'e5f3566b7f427a6a9f6950f141414545', 'Heiberg', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 21:47:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4905, NULL, NULL, 'torque.x@live.com', 'e5f3566b7f427a6a9f6950f141414545', 'nila', NULL, NULL, NULL, '45.138.6.251', '2022-05-27 21:50:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4906, NULL, NULL, 'tmpeeple@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'gush', NULL, NULL, NULL, '195.208.120.201', '2022-05-27 22:19:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4907, NULL, NULL, 'cherylryndak@aol.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fedyus', NULL, NULL, NULL, '195.208.120.201', '2022-05-27 22:22:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4908, NULL, NULL, 'mirage3@t-online.de', 'e5f3566b7f427a6a9f6950f141414545', 'Kiryakha', NULL, NULL, NULL, '195.208.120.201', '2022-05-27 22:26:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4909, NULL, NULL, 'sharmilakmr973@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hfblf', NULL, NULL, NULL, '195.208.119.112', '2022-05-27 22:35:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4910, NULL, NULL, 'ezaddiel@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'cdtnef', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 22:35:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4911, NULL, NULL, 'moreelopez47@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'gtnhzrf', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 22:48:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4912, NULL, NULL, 'loutogo@loumalnatis.com', 'e5f3566b7f427a6a9f6950f141414545', 'Griwield', NULL, NULL, NULL, '195.208.119.112', '2022-05-27 22:48:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4913, NULL, NULL, 'fedmari@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'cthueyz', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 22:51:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4914, NULL, NULL, 'elliott.mason21@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'ate', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 22:52:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4915, NULL, NULL, 'alaskaalloy@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'BeardanaBele', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 23:00:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4916, NULL, NULL, 'mary7600@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'tamara', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 23:00:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4917, NULL, NULL, 'CMENDEZ@HELLOCELLULAR.NET', '34d6a034e1c2d35176ff20a4b9d65877', 'vbfqkf', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 23:06:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4918, NULL, NULL, 'sherylwschnell@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Cesar', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 23:11:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4919, NULL, NULL, 'karen@stpeternewbrunswick.org', 'e5f3566b7f427a6a9f6950f141414545', 'gjkbyfhbq', NULL, NULL, NULL, '195.208.119.112', '2022-05-27 23:14:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4920, NULL, NULL, 'lddeaner@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'Gracek', NULL, NULL, NULL, '195.208.119.112', '2022-05-27 23:16:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4921, NULL, NULL, 'maryball7@msn.com', 'e5f3566b7f427a6a9f6950f141414545', 'gtnhzif', NULL, NULL, NULL, '45.135.34.214', '2022-05-27 23:19:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4922, NULL, NULL, 'Elainepooon@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Blackworm', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 23:33:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4923, NULL, NULL, 'vipchikie@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Loris', NULL, NULL, NULL, '195.208.120.201', '2022-05-27 23:39:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4924, NULL, NULL, 'robertmitts@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'atlzyz', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 23:40:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4925, NULL, NULL, 'BV@VARKEYCPA.COM', '34d6a034e1c2d35176ff20a4b9d65877', 'Agarus', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 23:41:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4926, NULL, NULL, 'renaud.guzek@free.fr', 'e5f3566b7f427a6a9f6950f141414545', 'keyz', NULL, NULL, NULL, '77.83.7.19', '2022-05-27 23:47:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4927, NULL, NULL, 'service@autom.com', '34d6a034e1c2d35176ff20a4b9d65877', 'avdokim', NULL, NULL, NULL, '46.161.11.89', '2022-05-27 23:52:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4928, NULL, NULL, 'DLOEB57@MIDCO.NET', 'e5f3566b7f427a6a9f6950f141414545', 'Fearlessterror', NULL, NULL, NULL, '195.208.120.201', '2022-05-27 23:57:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4929, NULL, NULL, 'kortneylittlefield@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fedun', NULL, NULL, NULL, '77.83.7.19', '2022-05-28 00:02:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4930, NULL, NULL, 'slav_0778@mail.ru', 'e5f3566b7f427a6a9f6950f141414545', 'Felix', NULL, NULL, NULL, '45.135.34.214', '2022-05-28 00:07:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4931, NULL, NULL, 'janpodonnell@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hellady', NULL, NULL, NULL, '45.135.34.214', '2022-05-28 00:20:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4932, NULL, NULL, 'verrtuk44@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'dimitrian', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 00:25:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4933, NULL, NULL, 'momojeanbean@msn.com', 'e5f3566b7f427a6a9f6950f141414545', 'fhneh', NULL, NULL, NULL, '45.138.6.251', '2022-05-28 00:36:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4934, NULL, NULL, 'taisei20090126@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'filipitsch', NULL, NULL, NULL, '45.138.6.251', '2022-05-28 00:38:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4935, NULL, NULL, 'dizzydenise@hotmail.co.uk', '34d6a034e1c2d35176ff20a4b9d65877', 'atlyz', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 00:42:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4936, NULL, NULL, 'thogue78@yahoo.ca', 'e5f3566b7f427a6a9f6950f141414545', 'flying', NULL, NULL, NULL, '195.208.119.112', '2022-05-28 00:57:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4937, NULL, NULL, 'andytrashy1@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Othaman', NULL, NULL, NULL, '77.83.7.19', '2022-05-28 00:59:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4938, NULL, NULL, 'rayao94043@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'tahjcbvsx', NULL, NULL, NULL, '195.208.119.112', '2022-05-28 01:12:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4939, NULL, NULL, 'rwilliams1739@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'hives', NULL, NULL, NULL, '77.83.7.19', '2022-05-28 01:18:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4940, NULL, NULL, 'greenvlr@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'catterpillar', NULL, NULL, NULL, '195.208.119.112', '2022-05-28 01:18:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4941, NULL, NULL, 'quinns5129@comcast.net', 'e5f3566b7f427a6a9f6950f141414545', 'kff', NULL, NULL, NULL, '77.83.7.19', '2022-05-28 01:20:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4942, NULL, NULL, 'moniquey@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Booton', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 01:29:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4943, NULL, NULL, 'danikistar2002@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'lfhz', NULL, NULL, NULL, '195.208.119.112', '2022-05-28 01:29:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4944, NULL, NULL, 'trobson1@mac.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Cerelv', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 01:35:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4945, NULL, NULL, 'habyarimanaleslie@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fdlecz', NULL, NULL, NULL, '77.83.7.19', '2022-05-28 01:39:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4946, NULL, NULL, 'mirandabp@comcast.net', 'e5f3566b7f427a6a9f6950f141414545', 'fahjcbymz', NULL, NULL, NULL, '195.208.120.201', '2022-05-28 01:39:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4947, NULL, NULL, 'trukovbro@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'Gashakar', NULL, NULL, NULL, '45.135.34.214', '2022-05-28 01:42:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4948, NULL, NULL, 'pink4shan@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Briana', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 01:48:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4949, NULL, NULL, 'tonyagarrelltodd@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Aurinadar', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 01:55:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4950, NULL, NULL, 'madelynnwaugh33@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'utvf', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 01:59:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4951, NULL, NULL, 'jme13jme@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'kbkz', NULL, NULL, NULL, '45.135.34.214', '2022-05-28 02:03:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4952, NULL, NULL, 'staffordshire57@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fedyayka', NULL, NULL, NULL, '45.135.34.214', '2022-05-28 02:09:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4953, NULL, NULL, 'mile117@t-online.de', 'da489a8949f00fdc3d2e5af3a7c67252', 'Broadraven', NULL, NULL, NULL, '164.132.203.193', '2022-05-28 02:10:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4954, NULL, NULL, 'gierojwersejhun@gmail.com', '76e1d7eb4351a76590d415e40fb9f88e', 'vipercralt', NULL, NULL, NULL, '5.62.61.90', '2022-05-28 02:11:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4955, NULL, NULL, 'stklis@msn.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Zinura', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 02:15:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4956, NULL, NULL, 'stalis@optonline.net', '34d6a034e1c2d35176ff20a4b9d65877', 'vbnekz', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 02:16:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4957, NULL, NULL, 'mccracken2012@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'ale', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 02:21:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4958, NULL, NULL, 'jvietor@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'ktjynbyf', NULL, NULL, NULL, '45.135.34.214', '2022-05-28 02:33:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4959, NULL, NULL, 'kp49er@yahoo.com', 'da489a8949f00fdc3d2e5af3a7c67252', 'Briton', NULL, NULL, NULL, '164.132.203.193', '2022-05-28 02:37:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4960, NULL, NULL, 'hellaesthetic666@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fyyjxrf', NULL, NULL, NULL, '45.135.34.214', '2022-05-28 02:39:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4961, NULL, NULL, 'l.nel@comcast.net', 'e5f3566b7f427a6a9f6950f141414545', 'leyzhf', NULL, NULL, NULL, '45.135.34.214', '2022-05-28 02:43:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4962, NULL, NULL, 'ghostofacpast@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'George', NULL, NULL, NULL, '77.83.7.19', '2022-05-28 02:51:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4963, NULL, NULL, 'marykay.y@verizon.net', 'e5f3566b7f427a6a9f6950f141414545', 'Inna', NULL, NULL, NULL, '195.208.120.201', '2022-05-28 02:52:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4964, NULL, NULL, 'fairfax7@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'tytlbrnsx', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 02:58:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4965, NULL, NULL, 'ERIKLOTSHAW@GMAIL.COM', 'e5f3566b7f427a6a9f6950f141414545', 'Ballalune', NULL, NULL, NULL, '45.138.6.251', '2022-05-28 03:04:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4966, NULL, NULL, 'jfoland32@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'vbfyz', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 03:10:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4967, NULL, NULL, 'shtenk@att.net', 'e5f3566b7f427a6a9f6950f141414545', 'Ironshaper', NULL, NULL, NULL, '77.83.7.19', '2022-05-28 03:20:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4968, NULL, NULL, 'quieroabogado@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'hisboy', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 03:21:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4969, NULL, NULL, 'imnayzeee1287@gmail.com', 'da489a8949f00fdc3d2e5af3a7c67252', 'cntafyblf', NULL, NULL, NULL, '164.132.203.193', '2022-05-28 03:27:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4970, NULL, NULL, 'asastredelgado@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fuhbggbyf', NULL, NULL, NULL, '195.208.119.112', '2022-05-28 03:27:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4971, NULL, NULL, 'ftjoon13@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Galeka', NULL, NULL, NULL, '77.83.7.19', '2022-05-28 03:27:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4972, NULL, NULL, 'joeweiss@live.com', 'e5f3566b7f427a6a9f6950f141414545', 'Kirizan', NULL, NULL, NULL, '195.208.120.201', '2022-05-28 03:30:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4973, NULL, NULL, 'cc.catanese@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'lerunya', NULL, NULL, NULL, '195.208.119.112', '2022-05-28 03:33:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4974, NULL, NULL, 'kgyidik@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fedork', NULL, NULL, NULL, '77.83.7.19', '2022-05-28 03:41:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4975, NULL, NULL, 'marymoore211@verizon.net', 'e5f3566b7f427a6a9f6950f141414545', 'Griffan', NULL, NULL, NULL, '45.135.34.214', '2022-05-28 03:51:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4976, NULL, NULL, 'mandjlindsay@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Godsman', NULL, NULL, NULL, '77.83.7.19', '2022-05-28 03:53:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4977, NULL, NULL, 'jehoward01@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Pavlochka', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 03:57:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4978, NULL, NULL, 'accornette@graphicaudio.net', 'e5f3566b7f427a6a9f6950f141414545', 'ltrfhbyf', NULL, NULL, NULL, '77.83.7.19', '2022-05-28 04:04:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4979, NULL, NULL, 'amcleskey@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fauzahn', NULL, NULL, NULL, '45.138.6.251', '2022-05-28 04:06:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4980, NULL, NULL, 'venpinjala@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'fblf', NULL, NULL, NULL, '195.208.119.112', '2022-05-28 04:12:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4981, NULL, NULL, 'gurnee@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'grapa', NULL, NULL, NULL, '77.83.7.19', '2022-05-28 04:18:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4982, NULL, NULL, 'roanpaul@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Vyacha', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 04:21:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4983, NULL, NULL, 'dirscherlm@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'Flamewalker', NULL, NULL, NULL, '45.135.34.214', '2022-05-28 04:28:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4984, NULL, NULL, 'mas6770@hotmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'atlzrf', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 04:28:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4985, NULL, NULL, 'masesq@me.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Danisha', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 04:36:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4986, NULL, NULL, 'bodyattune@aol.com', 'e5f3566b7f427a6a9f6950f141414545', 'Androrim', NULL, NULL, NULL, '45.135.34.214', '2022-05-28 04:41:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4987, NULL, NULL, 'fewostern@aol.com', 'e5f3566b7f427a6a9f6950f141414545', 'Leonty', NULL, NULL, NULL, '77.83.7.19', '2022-05-28 04:42:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4988, NULL, NULL, 'kaancmrk@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Fenrilabar', NULL, NULL, NULL, '45.138.6.251', '2022-05-28 04:44:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4989, NULL, NULL, 'patmcf6k@aol.com', 'e5f3566b7f427a6a9f6950f141414545', 'gtnhfyz', NULL, NULL, NULL, '45.135.34.214', '2022-05-28 04:52:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4990, NULL, NULL, 'g.emerick37@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'lerf', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 04:58:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4991, NULL, NULL, 'mskwarczynski@comcast.net', 'e5f3566b7f427a6a9f6950f141414545', 'dunyaha', NULL, NULL, NULL, '195.208.119.112', '2022-05-28 05:03:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4992, NULL, NULL, 'natandarek@yahoo.com', 'e5f3566b7f427a6a9f6950f141414545', 'germus', NULL, NULL, NULL, '195.208.119.112', '2022-05-28 05:20:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4993, NULL, NULL, 'freakyisme12@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'inuta', NULL, NULL, NULL, '45.135.34.214', '2022-05-28 05:33:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4994, NULL, NULL, 'billycd1@msn.com', '34d6a034e1c2d35176ff20a4b9d65877', 'pbyrf', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 05:36:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4995, NULL, NULL, 'ryland.matthews22@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'anastasca', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 05:43:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4996, NULL, NULL, 'CHRISTINEBURGWIN@GMAIL.COM', '34d6a034e1c2d35176ff20a4b9d65877', 'fynjyz', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 05:56:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4997, NULL, NULL, 'BRISTOL_JUSTIN@YAHOO.COM', 'e5f3566b7f427a6a9f6950f141414545', 'Fenrirr', NULL, NULL, NULL, '45.135.34.214', '2022-05-28 06:08:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4998, NULL, NULL, 'YKARWOWSKI@YAHOO.COM', 'e5f3566b7f427a6a9f6950f141414545', 'fktrcfif', NULL, NULL, NULL, '195.208.120.201', '2022-05-28 06:13:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(4999, NULL, NULL, 'luca.tschoepl@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'vbfbkeirf', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 06:22:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5000, NULL, NULL, 'cdmere@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Bolvest', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 06:53:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5001, NULL, NULL, 'bmxking95@comcast.net', '34d6a034e1c2d35176ff20a4b9d65877', 'Bryon', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 06:57:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5002, NULL, NULL, 'mkinnamon87@aol.com', '34d6a034e1c2d35176ff20a4b9d65877', 'asyut', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 07:05:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5003, NULL, NULL, 'meganlashae@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fania', NULL, NULL, NULL, '195.208.120.201', '2022-05-28 07:09:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5004, NULL, NULL, 'meghanmarie_03@yahoo.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Georgich', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 07:41:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5005, NULL, NULL, 'feliciaknight27@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'dbienf', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 07:42:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5006, NULL, NULL, 'sipher2k@hotmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Nannette', NULL, NULL, NULL, '45.138.6.251', '2022-05-28 07:46:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5007, NULL, NULL, 'joeywoey02@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'Alexandrina', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 07:59:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5008, NULL, NULL, 'bwiens@uco.edu', '34d6a034e1c2d35176ff20a4b9d65877', 'Adrierdin', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 08:42:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5009, NULL, NULL, 'cannzana@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'fhctym.irf', NULL, NULL, NULL, '45.135.34.214', '2022-05-28 10:34:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5010, NULL, NULL, 'rsim1277@yahoo.ca', '34d6a034e1c2d35176ff20a4b9d65877', 'Dongok', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 10:52:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5011, NULL, NULL, 'negro231989@gmail.com', '34d6a034e1c2d35176ff20a4b9d65877', 'fhctybq', NULL, NULL, NULL, '46.161.11.89', '2022-05-28 11:24:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5012, NULL, NULL, 'rcr.7811@gmail.com', 'e5f3566b7f427a6a9f6950f141414545', 'Hustus', NULL, NULL, NULL, '77.83.7.19', '2022-05-28 11:30:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5013, NULL, NULL, 'qutftmgxxqwjtzcjvp@nthrw.com', '43b5196c9860caa9da2106db3fd1c176', 'Kennethgrons', NULL, NULL, NULL, '18.196.136.197', '2022-05-28 13:36:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5014, NULL, NULL, 'd.e.cker.w.i.l.l.wre.ckyo.u.r.p.e.cker.@gmail.com', 'afd4748495c659d81dc74ffbca9c206b', 'Davidfluit', NULL, NULL, NULL, '193.37.33.22', '2022-05-28 14:26:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5015, NULL, NULL, 'hosentiogw@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'fuhbgrf', NULL, NULL, NULL, '185.211.168.33', '2022-05-28 23:23:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5016, NULL, NULL, 'carmeeloboyyle@gmail.com', '7409e0699eaf923a958c8f4d09a74f87', 'Terryviply', NULL, NULL, NULL, '20.91.186.88', '2022-05-29 03:39:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5017, NULL, NULL, 'tarea20freverhe@gmail.com', '882a58b12252f72fa629ecf3f43a169d', 'Josephnom', NULL, NULL, NULL, '84.51.96.100', '2022-05-29 09:37:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5018, NULL, NULL, 'rhinwellrantchar1984@aroundworld24.com', 'eda7e336082b0f94fb32259d1c1ec383', 'Williamfet', NULL, NULL, NULL, '176.119.141.133', '2022-05-30 13:04:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5019, NULL, NULL, 'fatespiehv@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'drones', NULL, NULL, NULL, '193.0.62.87', '2022-06-01 02:50:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5020, NULL, NULL, 'lumsathem1987@mail.ru', '34d5565d125e032913e9957699b8fff8', 'boris https://yandex.ru', NULL, NULL, NULL, '81.22.44.247', '2022-06-01 11:55:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5021, NULL, NULL, 'rqexmhttv@wowzilla.ru', 'c21a57d8249b5ea62be22f38c50f0557', 'Elainehew', NULL, NULL, NULL, '178.159.37.8', '2022-06-03 21:22:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5022, NULL, NULL, 'stiverensw@gmail.com', '90938a103bd44ccd6c91041904a5f192', 'hjvfy', NULL, NULL, NULL, '45.137.191.147', '2022-06-04 00:54:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5023, NULL, NULL, 'perta3kqw@rambler.ru', '15b6acc679fb8a8d5d3f83e1eb7dd044', 'Benitobem', NULL, NULL, NULL, '8.18.50.94', '2022-06-04 02:37:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5024, NULL, NULL, 'porkentriw@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Andromalace', NULL, NULL, NULL, '193.58.171.163', '2022-06-06 17:39:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5025, NULL, NULL, 'rhyluperueov@yandex.ru', '811add009a92f9254b82c3202cb24e1d', '<html><a href=\"kejgh83iho3jf\"><img src=\"https://static.life.ru/publications/2022/2/17/1449786606844.736.png\" width=\"600\" height=\"600\" alt=\"white\"></a> </html>\r\n 5692019', NULL, NULL, NULL, '185.250.45.152', '2022-06-08 03:53:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5026, NULL, NULL, 'backlinkindex90@gmail.com', '1ac02a4eeeb6b579162e2b17393a1d69', 'MacBook Repair In Gurgaon', NULL, NULL, NULL, '49.0.92.3', '2022-06-09 02:59:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5027, NULL, NULL, 'pirogiii321@gmail.com', 'ba03b3988de345415c3076b0b26e450c', 'AlexPRO', NULL, NULL, NULL, '79.133.119.133', '2022-06-09 23:17:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5028, NULL, NULL, 'st.ep.ha.ne.g.oo.dm.an.@gmail.com', 'd7eca072403224fc6ce77c96472afe16', 'Sharonblini', NULL, NULL, NULL, '154.6.18.200', '2022-06-10 01:14:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5029, NULL, NULL, 'perta1kqw@rambler.ru', '354f62155aa9a73c8c551903f0d7f5fe', 'RaymondTaw', NULL, NULL, NULL, '8.43.121.180', '2022-06-10 03:01:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5030, NULL, NULL, 'alina.zaharova8787@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Inna', NULL, NULL, NULL, '146.19.25.238', '2022-06-12 18:40:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5031, NULL, NULL, 'sfikla@yandex.com', '72bd8508c9b3f6571ac4e20f497e4ac7', 'DavLaf', NULL, NULL, NULL, '94.180.185.192', '2022-06-12 20:02:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5032, NULL, NULL, 'dandisssdaniel3@gmail.com', '76e1d7eb4351a76590d415e40fb9f88e', 'poonak', NULL, NULL, NULL, '45.40.54.23', '2022-06-12 23:32:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5033, NULL, NULL, 'combatobacco@gmail.com', '13529f6fbe59cdc419e5ad3f6afc8465', 'Mohammad Tauheed Ahmad', NULL, NULL, NULL, '46.143.181.98', '2022-06-13 11:37:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5034, NULL, NULL, 'cyrilp1975@yahoo.com', '69332f21e69cdc01b50a9570c49f42f6', 'Cyril Paul', NULL, NULL, NULL, '103.195.203.241', '2022-06-13 22:00:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5035, NULL, NULL, 'leo.siunelis@outlook.com', 'd46e82a54fd63face04e41e7072e2e9b', 'Softwarebrubs', NULL, NULL, NULL, '181.214.173.93', '2022-06-14 14:45:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5036, NULL, NULL, 'weiriuroi1991@mail.ru', '34d5565d125e032913e9957699b8fff8', 'boris https://yandex.ru', NULL, NULL, NULL, '91.227.155.201', '2022-06-15 11:39:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5037, NULL, NULL, 'baktas666@yandex.com', 'c9d996c5f4b906d886fa69d19f4224f4', 'EdwardTreaw', NULL, NULL, NULL, '164.68.98.60', '2022-06-15 21:00:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5038, NULL, NULL, 'dfccaverdfdssadf@gmail.com', 'bd886ad525bcbb5c241bda7df86086ed', 'StanleyEvarm', NULL, NULL, NULL, '181.214.218.117', '2022-06-18 11:21:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5039, NULL, NULL, 'karina.samsonova9292@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'nasteha', NULL, NULL, NULL, '77.91.116.101', '2022-06-21 06:18:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5040, NULL, NULL, 'viktoruechmet@yandex.com', 'f328d7e849367fe40617df2909305a40', 'unicornObems', NULL, NULL, NULL, '197.243.14.59', '2022-06-21 14:30:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5041, NULL, NULL, 'andreyvpetrov132435@gmail.com', 'f251d37b07949faa15152a38e33b88e8', 'Kathrynadvix', NULL, NULL, NULL, '94.140.134.34', '2022-06-21 15:47:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5042, NULL, NULL, 'asifnaimiqbal@gmail.com', 'dc647eb65e6711e155375218212b3964', 'Masud Karim ', NULL, NULL, NULL, '223.187.244.75', '2022-06-22 20:13:45', 'web', '', 54111657696540, NULL, NULL, '2023-06-02 13:37:31', 0),
(5043, NULL, NULL, 'charlestrenton91@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'Sarated', NULL, NULL, NULL, '156.146.33.68', '2022-06-23 09:41:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5044, NULL, NULL, 'l.ou.i.s.rg.8.6.3@gmail.com', 'd0d800e38d45ea086d41f960b9177d4a', 'RandySam', NULL, NULL, NULL, '173.239.197.182', '2022-06-23 11:59:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5045, NULL, NULL, 'howsranpuddna19757@rambler.ru', 'b663933894e33d4f3f812f673863f458', 'Howardzek', NULL, NULL, NULL, '185.174.159.43', '2022-06-23 15:16:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5046, NULL, NULL, 'sveta.gorshkova93@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Volodyas', NULL, NULL, NULL, '212.107.25.165', '2022-06-24 14:09:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5047, NULL, NULL, 'sebmal911@wp.pl', '6e44672d83063906a4800720754f4cef', 'JeraldVot', NULL, NULL, NULL, '62.210.80.33', '2022-06-26 03:22:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5048, NULL, NULL, 'ecolefrancaiskiev@gmail.com', '460355fb20e8b455f3015dfbf70fd0f4', 'Rogerbrupe', NULL, NULL, NULL, '45.129.99.168', '2022-06-26 15:04:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5049, NULL, NULL, 'zhanna.dorofeeva92@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'repmvf', NULL, NULL, NULL, '212.107.25.165', '2022-06-27 02:03:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5050, NULL, NULL, 'fifasikvel@yandex.com', '42269970921c8da473605bc814c7ecb7', 'RobertDieft', NULL, NULL, NULL, '94.180.185.192', '2022-06-29 12:26:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5051, NULL, NULL, 'vlada.alekseeva92@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Magener', NULL, NULL, NULL, '178.130.53.86', '2022-06-29 21:46:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5052, NULL, NULL, 'adityapoddar5@gmail.com', '334fca7ac1a77f19b51459dee252bb20', 'Aditya Poddar', NULL, NULL, NULL, '157.40.235.84', '2022-06-30 18:26:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5053, NULL, NULL, 'damiongeni23181@gmail.com', '2ba24bb72d425d08520cb6a69e14b5b0', 'Damionglalk', NULL, NULL, NULL, '195.80.13.154', '2022-07-01 07:25:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5054, NULL, NULL, 'raisa.fadeeva92@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'nfbcmz', NULL, NULL, NULL, '185.214.167.248', '2022-07-03 01:22:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5055, NULL, NULL, 'fir1973@list.ru', 'e01daf2a49e13b73dd0c10bff1058bb2', 'Ð’Ñ‹Ð¿Ð»Ð°Ñ‡ÐµÐ½Ð¾: https://whoer.net', NULL, NULL, NULL, '181.210.22.182', '2022-07-04 00:05:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5056, NULL, NULL, 'anshdavar@gmail.com', 'a5df781f0a00118cd782020923ecf926', 'Adv Anshu Davar', NULL, NULL, NULL, '122.161.65.235', '2022-07-04 16:22:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5057, NULL, NULL, 'naguleshpavi18@gmail.com', 'ed1962f6832852be49255b64cb84db28', 'Nagulesh', NULL, NULL, NULL, '157.49.91.157', '2022-07-05 13:50:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5058, NULL, NULL, 'seregainbox151+751@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.apple.com/', NULL, NULL, NULL, '188.130.143.130', '2022-07-05 21:09:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5059, NULL, NULL, 'liza.lobanova9292@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'ctyhf', NULL, NULL, NULL, '109.172.18.231', '2022-07-06 00:22:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5060, NULL, NULL, 'enarsvilun1974@yandex.ru', '31e875bb51e41db142864637d9e815a0', 'Luck will be on your side Play and take what is yours https://retasy.page.link/dPTX', NULL, NULL, NULL, '46.8.14.118', '2022-07-06 16:02:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5061, NULL, NULL, 'angelinapokrovskaya785@gmail.com', '03f3d96635d6b53b5f9e263254fa618a', 'WillieCak', NULL, NULL, NULL, '185.244.182.151', '2022-07-08 06:57:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5062, NULL, NULL, 'catch@ayw.totozyn.com', 'fb0346af3d0c8310ae46fc2652237527', 'WilliamEdify', NULL, NULL, NULL, '173.213.85.7', '2022-07-08 18:24:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5063, NULL, NULL, 'agattivezw@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Victor', NULL, NULL, NULL, '109.172.18.231', '2022-07-08 22:11:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5064, NULL, NULL, 'emodwwzid@exzilla.ru', 'ac72e534074e02e3a9100102c9382afa', 'KarenThamb', NULL, NULL, NULL, '185.72.199.102', '2022-07-09 08:24:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5065, NULL, NULL, 'jayt.aytay.t.ay7.3.3.@gmail.com', '3f1fd8ce84f44c1432c50d1c7cd0e4e8', 'Michaelhax', NULL, NULL, NULL, '216.24.212.26', '2022-07-09 10:12:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5066, NULL, NULL, 'gennadiy-sukhanov@mail.ru', '9ef8fe14a4416684445d8dc6426efb16', 'Ð’Ñ‹Ð¿Ð»Ð°Ñ‡ÐµÐ½Ð¾: AAAelh.co.inBBB', NULL, NULL, NULL, '93.172.167.214', '2022-07-09 20:34:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5067, NULL, NULL, 'h.an.eyn7.6.@gmail.com', 'cd5293f26339a79c743240dc81649085', 'MarlinLow', NULL, NULL, NULL, '154.6.18.16', '2022-07-10 06:35:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5068, NULL, NULL, 'leticiashaw9428@gmail.com', '33ad353f3fa8ac8e44473e97d515e58b', 'LouisQuere', NULL, NULL, NULL, '185.232.170.116', '2022-07-10 12:43:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5069, NULL, NULL, 'creawert@rambler.ru', '3ea72f5982f822277fcadbbd767920b1', 'Jeffreyuncet', NULL, NULL, NULL, '88.206.46.120', '2022-07-11 22:42:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5070, NULL, NULL, 'shubhamgupta22.sg@gmail.com', '1c57e05769bdc33faffd8ee632ff636e', 'Shubham Gupta', NULL, NULL, NULL, '49.36.17.166', '2022-07-12 07:34:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5071, NULL, NULL, 'percprofuser1970@yandex.ru', 'ace9bef2bae0c55990eb0b9bddef4bf8', 'Ð—Ð°Ñ‚Ñ€ÑƒÐ´Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾ Ð·Ð½Ð°ÐºÐ¾Ð¼Ð¸Ñ‚ÑŒÑÑ Ñ Ð´ÐµÐ²ÑƒÑˆÐºÐ°Ð¼Ð¸? Ð—Ð°Ð±ÑƒÐ´ÑŒ Ð¾Ð± ÑÑ‚Ð¾Ð¼! ÐŸÐ¾Ð´Ð±ÐµÑ€ÐµÐ¼ Ñ‚ÐµÐ±Ðµ Ð¿Ð¾Ð´Ñ…Ð¾Ð´ÑÑ‰ÑƒÑŽ https://apple.com Ñ€ÐµÐµ  hhhhÑ€', NULL, NULL, NULL, '95.216.21.217', '2022-07-13 18:31:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5072, NULL, NULL, 'digitaloc@gmx.com', '44870eb30a4a9c2deea627cbdcb2b516', 'Joshuafew', NULL, NULL, NULL, '69.16.157.11', '2022-07-14 01:09:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5073, NULL, NULL, 'c.u.rtb.a.l.ch.2.0.22.@gmail.com', 'db9006acd1671bb20ea02d0b6c313147', 'ThomasTat', NULL, NULL, NULL, '154.6.18.197', '2022-07-14 07:36:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5074, NULL, NULL, 'stef.f.b.u.r.t.ono.l.o.@gmail.com', '96e6c917c42b36dbac7c0a87ffae6ef1', 'MichaelAsser', NULL, NULL, NULL, '154.6.18.79', '2022-07-15 10:27:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5075, NULL, NULL, 'lou.isr.g.8.6.3@gmail.com', 'd0d800e38d45ea086d41f960b9177d4a', 'RandySam', NULL, NULL, NULL, '173.239.197.83', '2022-07-15 10:28:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5076, NULL, NULL, 'shura.strelnikov.76@inbox.ru', '9ef8fe14a4416684445d8dc6426efb16', 'Ð’Ñ‹Ð¿Ð»Ð°Ñ‡ÐµÐ½Ð¾: AAAelh.co.inBBB', NULL, NULL, NULL, '85.132.106.131', '2022-07-17 10:45:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5077, NULL, NULL, 'seregainbox151+885@mail.ru', 'd41d8cd98f00b204e9800998ecf8427e', 'Okeygorandom https://www.google.com/', NULL, NULL, NULL, '45.90.196.66', '2022-07-18 01:36:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5078, NULL, NULL, 'www.deepakkumar124@gmail.com', 'c302a0e4a3638ef75cf7aa6219ce6c2e', 'Deepak Choudhary', NULL, NULL, NULL, '139.167.206.18', '2022-07-18 19:52:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5079, NULL, NULL, 'sahulalitkumar0211@gmail.com', 'ecac666905acd08d460b0dc1b4c93568', 'Lalit kumar', NULL, NULL, NULL, '117.222.64.125', '2022-07-19 16:00:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5080, NULL, NULL, 'ratanstudio9@gmail.com', '5a23572c717ab5725dcafcebdf93fb61', 'Tanusree Adhikary', NULL, NULL, NULL, '202.142.70.174', '2022-07-21 20:27:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5081, NULL, NULL, 'pubmintyb@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'anikitichna', NULL, NULL, NULL, '45.138.215.193', '2022-07-21 23:29:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5082, NULL, NULL, 'AYANMITRA2489@GMAIL.COM', '0e18f0032ed41b4ae74a25f47a451cfe', 'Ayan Mitra ', NULL, NULL, NULL, '47.11.200.200', '2022-07-22 00:11:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5083, NULL, NULL, 'j.o.n.be.rsk.e.k@gmail.com', '6b43bb0a78a96f0bdf287d9846d0d70a', 'CharlesFrins', NULL, NULL, NULL, '216.24.212.22', '2022-07-23 01:41:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5084, NULL, NULL, 'scu.bajo.h.anson.@gmail.com', 'c44e066c36a5168dbfaab7a23dc274d7', 'Damiengromi', NULL, NULL, NULL, '216.24.212.40', '2022-07-23 17:44:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5085, NULL, NULL, 's.t.ep.h.a.n.eg.oodman.@gmail.com', 'd7eca072403224fc6ce77c96472afe16', 'Sharonblini', NULL, NULL, NULL, '216.24.212.7', '2022-07-25 06:57:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5086, NULL, NULL, 'h.an.ey.n76.@gmail.com', '88183a02991fb7dceb779415cf7c954f', 'Jamesurics', NULL, NULL, NULL, '154.6.18.184', '2022-07-25 07:40:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5087, NULL, NULL, 'jamesonstat3@mymailer.buzz', 'bc0205c094e1c0f2ac98a4dcec548c74', 'Jamesben', NULL, NULL, NULL, '92.119.179.85', '2022-07-25 16:35:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5088, NULL, NULL, 'jirotrew@outlook.com', '8b7d398918d4adf83d4d6d9c03d56663', 'RAqJER', NULL, NULL, NULL, '213.139.193.101', '2022-07-26 14:59:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5089, NULL, NULL, 'ferdicarref@yandex.com', 'c9d996c5f4b906d886fa69d19f4224f4', 'HindiVideoTreaw', NULL, NULL, NULL, '164.68.98.60', '2022-07-27 19:50:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5090, NULL, NULL, 'kat-service5656@yandex.com', 'bb063971e198532f1b27514527f917f2', 'LloydTrush', NULL, NULL, NULL, '46.191.249.25', '2022-07-28 09:23:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5091, NULL, NULL, 'shankar211@live.com', '07055f6ddf2bf6e962e5f6cdece54e84', 'Shankar', NULL, NULL, NULL, '45.118.156.216', '2022-07-28 11:11:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5092, NULL, NULL, 'mikrw@yandex.com', 'f0eace52ab3c5ebd3d0cb135705b46c2', 'ArnoldEmery', NULL, NULL, NULL, '88.206.49.157', '2022-07-28 19:04:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5093, NULL, NULL, 'arthicpur@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'hfblf', NULL, NULL, NULL, '45.144.0.18', '2022-07-30 13:52:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5094, NULL, NULL, 'ashim.mca@gmail.com', '9e640276131c82b8692a128e42b44a2a', 'ASHIM MALLICK ', NULL, NULL, NULL, '115.187.46.55', '2022-07-31 08:03:58', 'web', '', 0, NULL, NULL, '2023-06-02 13:37:31', 0),
(5095, NULL, NULL, 'aashtrade5@gmail.com', 'ea214828c4765ddbc786daf6a3aa4b99', 'AASHIK', NULL, NULL, NULL, '106.198.30.36', '2022-08-01 14:36:45', 'web', '', 68131659531811, NULL, NULL, '2023-06-02 13:37:31', 0),
(5096, NULL, NULL, 'xram97@bk.ru', '46e80aac834a45e520dab217f01deae0', 'rewrbgfnfgsfhghjfg fdfgdfgdfg https://www.google.com/rtfsds06061987', NULL, NULL, NULL, '86.62.17.129', '2022-08-01 20:04:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5097, NULL, NULL, 'wisholieno@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'cfieyz', NULL, NULL, NULL, '45.144.0.18', '2022-08-02 14:32:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5098, NULL, NULL, 'kdnarayan23@gmail.com', '7dc67a3017118e0e53a051db428e5b30', 'K D Narayan', NULL, NULL, NULL, '117.219.14.97', '2022-08-04 11:23:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5099, NULL, NULL, 'sridipbhowmick@gmail.com', '9a994b8db96c97fbc695dbe6e5841ce8', 'Sridip Bhowmick', NULL, NULL, NULL, '', '2024-05-21 08:58:34', 'web', '', NULL, 727506, '2024-05-21 08:57:08', '2023-06-02 13:37:31', 0),
(5100, NULL, NULL, 'nsruthi7023@gmail.com', '37325172178441bfd99d0cfcbf82bd36', 'Sruthi Nagarajan', NULL, NULL, NULL, '220.158.168.35', '2022-08-05 08:39:27', 'web', '', 81221659669065, NULL, NULL, '2023-06-02 13:37:31', 0),
(5101, NULL, NULL, 'carcraft.hr1@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you ever tried cybersex? LetÐ¿Ñ—Ð…s distribute each other satisfaction this evening! - => https://ok.me/40x31\r\n', NULL, NULL, NULL, '194.63.141.228', '2022-08-06 03:55:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5102, NULL, NULL, 'giannoskatsibaros@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Take you forever tested cybersex? LetÐ¿Ñ—Ð…s grant every some pleasure evening! - => https://ok.me/Szv31\r\n', NULL, NULL, NULL, '194.63.141.228', '2022-08-06 04:36:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5103, NULL, NULL, 'educorehr2@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Include you always trying cybersex? LetÐ¿Ñ—Ð…s present every remainder fun this evening! - => https://ok.me/Nhz31\r\n', NULL, NULL, NULL, '178.208.78.211', '2022-08-06 04:56:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5104, NULL, NULL, 'Allthingsmma1@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Possess you always tested cybersex? LetÐ¿Ñ—Ð…s present each remainder delight evening! - => https://ok.me/Uiz31\r\n', NULL, NULL, NULL, '77.221.152.215', '2022-08-06 05:17:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5105, NULL, NULL, 'vshp2401@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Possess you ever tried cybersex? LetÐ¿Ñ—Ð…s present each some delight evening! - => https://ok.me/2Sy31\r\n', NULL, NULL, NULL, '194.63.142.171', '2022-08-06 05:37:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5106, NULL, NULL, 'sacredhearthartwell@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Have you ever tested cybersex? LetÐ¿Ñ—Ð…s pass every other delight this evening! - => https://ok.me/IEx31\r\n', NULL, NULL, NULL, '194.63.143.254', '2022-08-06 06:19:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5107, NULL, NULL, '83ss1983@mail.ru', 'cbcbef9750ee62dc60ecef972416efb3', 'Include you always trying cybersex? LetÐ¿Ñ—Ð…s give each other freedom tonight! - => https://ok.me/eZv31\r\n', NULL, NULL, NULL, '176.119.140.6', '2022-08-06 11:41:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5108, NULL, NULL, 'lina.volosevic@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Possess you always tried cybersex? LetÐ¿Ñ—Ð…s present any other freedom tonight! - => https://ok.me/Zey31\r\n', NULL, NULL, NULL, '91.227.155.12', '2022-08-06 12:22:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5109, NULL, NULL, 'Incen.Empire@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Possess you ever tested cybersex? LetÐ¿Ñ—Ð…s provide any some joy this night! - => https://ok.me/pvw31\r\n', NULL, NULL, NULL, '92.243.65.217', '2022-08-06 12:41:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5110, NULL, NULL, 'vetcarejonesboro@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Take you always tried cybersex? LetÐ¿Ñ—Ð…s distribute each rest delight tonight! - => https://ok.me/U2w31\r\n', NULL, NULL, NULL, '91.227.155.19', '2022-08-06 12:58:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5111, NULL, NULL, 'tarmix1997@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Include you always tested cybersex? LetÐ¿Ñ—Ð…s provide every remainder freedom evening! - => https://ok.me/0Mx31\r\n', NULL, NULL, NULL, '109.120.128.188', '2022-08-06 13:16:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5112, NULL, NULL, 'donor.donor.88@mail.ru', '46e80aac834a45e520dab217f01deae0', 'rewrbgfnfgsfhghjfg fdfgdfgdfg https://www.google.com/rtfsds06061987 !', NULL, NULL, NULL, '86.62.16.196', '2022-08-06 13:30:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(5113, NULL, NULL, 'gklinting@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you forever trying cybersex? LetÐ¿Ñ—Ð…s offer every some pleasure evening! - => https://ok.me/Rwv31\r\n', NULL, NULL, NULL, '193.0.200.234', '2022-08-06 14:12:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5114, NULL, NULL, 'yusufsengur@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Have you once trying cybersex? LetÐ¿Ñ—Ð…s give any some delight evening! - => https://ok.me/FHx31\r\n', NULL, NULL, NULL, '193.0.203.29', '2022-08-06 14:31:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5115, NULL, NULL, 'studiomaria.formamas@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Have you ever tested cybersex? LetÐ¿Ñ—Ð…s offer every some fun evening! - => https://ok.me/wjy31\r\n', NULL, NULL, NULL, '192.162.102.251', '2022-08-06 14:51:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5116, NULL, NULL, 'patelsanjivan@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Have you once tried cybersex? LetÐ¿Ñ—Ð…s present any rest satisfaction this night! - => https://ok.me/Dyw31\r\n', NULL, NULL, NULL, '178.208.78.211', '2022-08-06 15:10:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5117, NULL, NULL, 'sveta-ignatieva@mail.ru', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you once tasted cybersex? LetÐ¿Ñ—Ð…s present each rest joy this evening! - => https://ok.me/ubw31\r\n', NULL, NULL, NULL, '192.162.103.198', '2022-08-06 15:28:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5118, NULL, NULL, 'shopuniqlk@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Have you always tried cybersex? LetÐ¿Ñ—Ð…s provide every other delight evening! - => https://ok.me/71x31\r\n', NULL, NULL, NULL, '194.63.142.163', '2022-08-06 16:04:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5119, NULL, NULL, 'median121@outlook.com.vn', 'b69a2a5f717bd0cabe39d173d4eaf9e9', 'Alberterrom', NULL, NULL, NULL, '27.72.65.253', '2022-08-06 16:57:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5120, NULL, NULL, '9214400003@mail.ru', 'cbcbef9750ee62dc60ecef972416efb3', 'Include you always tasted cybersex? LetÐ¿Ñ—Ð…s present any other freedom tonight! - => https://ok.me/FTy31\r\n', NULL, NULL, NULL, '193.0.203.18', '2022-08-06 20:05:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5121, NULL, NULL, 'Ventouch@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Take you once trying cybersex? LetÐ¿Ñ—Ð…s provide any second pleasure this night! - => https://ok.me/7nx31\r\n', NULL, NULL, NULL, '192.162.100.187', '2022-08-06 20:25:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5122, NULL, NULL, 'sdaoffice@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Take you ever trying cybersex? LetÐ¿Ñ—Ð…s give any second fun evening! - => https://ok.me/NOv31\r\n', NULL, NULL, NULL, '194.63.143.32', '2022-08-06 20:44:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5123, NULL, NULL, 'Bigbag.fibc.zsak@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you always tried cybersex? LetÐ¿Ñ—Ð…s offer any second satisfaction this night! - => https://ok.me/89z31\r\n', NULL, NULL, NULL, '176.119.140.221', '2022-08-06 21:03:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5124, NULL, NULL, 'andrewj.bowman@gmail.com', 'cbcbef9750ee62dc60ecef972416efb3', 'Possess you always tested cybersex? LetÐ¿Ñ—Ð…s grant every second fun tonight! - => https://ok.me/Max31\r\n', NULL, NULL, NULL, '194.63.142.91', '2022-08-06 21:59:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5125, NULL, NULL, 'rjkgjfbqc@totzilla.ru', '53d82582144a8258bde549974251a950', 'Leighaguatt', NULL, NULL, NULL, '185.72.199.107', '2022-08-10 02:57:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5126, NULL, NULL, 'stopwar@xmc.pl', 'caa279c9b350758f2d0d566b3a260c46', 'XMC.PL-Master', NULL, NULL, NULL, '93.89.199.150', '2022-08-10 22:40:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5127, NULL, NULL, 'guerrorosaria@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'ujiekz', NULL, NULL, NULL, '46.161.11.23', '2022-08-12 10:54:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5128, NULL, NULL, 'parvshrm@gmail.com', '953f2f31a9c71c39a9aaa3ef935df8a0', 'Parv Sharma', NULL, NULL, NULL, '169.149.229.68', '2022-08-12 13:03:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5129, NULL, NULL, 'andy.w.or.l.l.a.nd.er.se.ew.e.ek.s.5.79.3.22@gmail.com', 'f4e7a1b58136df97072ad0da2fbe48a7', 'andyllhek', NULL, NULL, NULL, '146.70.125.34', '2022-08-12 16:48:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5130, NULL, NULL, 'fujico69@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Have you always tried cybersex? LetÐ¿Ñ—Ð…s pass every other satisfaction this evening! - => https://ok.me/XWx31\r\n', NULL, NULL, NULL, '176.119.140.81', '2022-08-12 22:07:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5131, NULL, NULL, 's-cjss@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Include you once tasted cybersex? LetÐ¿Ñ—Ð…s pass every second satisfaction this night! - => https://ok.me/Z2y31\r\n', NULL, NULL, NULL, '194.87.234.184', '2022-08-12 22:47:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5132, NULL, NULL, 'jasmine1jasmine5@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Include you always trying cybersex? LetÐ¿Ñ—Ð…s offer any other fun tonight! - => https://ok.me/drx31\r\n', NULL, NULL, NULL, '178.208.90.137', '2022-08-12 23:00:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5133, NULL, NULL, 'yasaga7523@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Take you always tried cybersex? LetÐ¿Ñ—Ð…s pass any other freedom evening! - => https://ok.me/Wcv31\r\n', NULL, NULL, NULL, '91.227.155.26', '2022-08-12 23:13:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5134, NULL, NULL, 'sakon1818@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you forever tested cybersex? LetÐ¿Ñ—Ð…s distribute any rest joy tonight! - => https://ok.me/3lw31\r\n', NULL, NULL, NULL, '192.162.103.198', '2022-08-12 23:27:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5135, NULL, NULL, 'jjjjj95@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Include you ever tested cybersex? LetÐ¿Ñ—Ð…s grant every other fun tonight! - => https://ok.me/8Ey31\r\n', NULL, NULL, NULL, '92.243.65.220', '2022-08-12 23:41:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5136, NULL, NULL, 'bwh777@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you forever trying cybersex? LetÐ¿Ñ—Ð…s present each some pleasure this night! - => https://ok.me/kwx31\r\n', NULL, NULL, NULL, '81.22.44.89', '2022-08-13 00:31:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5137, NULL, NULL, 'fantom24@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Take you ever tasted cybersex? LetÐ¿Ñ—Ð…s give every some pleasure this evening! - => https://ok.me/HUz31\r\n', NULL, NULL, NULL, '193.0.200.252', '2022-08-13 00:44:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5138, NULL, NULL, 'sachie1215@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you ever tested cybersex? LetÐ¿Ñ—Ð…s give each rest pleasure evening! - => https://ok.me/hev31\r\n', NULL, NULL, NULL, '176.119.140.244', '2022-08-13 00:56:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5139, NULL, NULL, 'mintpai@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Take you always tasted cybersex? LetÐ¿Ñ—Ð…s pass every second joy this night! - => https://ok.me/SZw31\r\n', NULL, NULL, NULL, '194.63.141.236', '2022-08-13 01:10:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5140, NULL, NULL, 'onaona_nao@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you ever tasted cybersex? LetÐ¿Ñ—Ð…s grant every remainder satisfaction tonight! - => https://ok.me/Bby31\r\n', NULL, NULL, NULL, '176.119.140.195', '2022-08-13 01:34:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5141, NULL, NULL, 'obake_1192@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Take you once tested cybersex? LetÐ¿Ñ—Ð…s give any remainder freedom evening! - => https://ok.me/eQz31\r\n', NULL, NULL, NULL, '81.22.44.228', '2022-08-13 01:46:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5142, NULL, NULL, 'nana86@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Get you always tried cybersex? LetÐ¿Ñ—Ð…s present each other delight this evening! - => https://ok.me/FQx31\r\n', NULL, NULL, NULL, '91.227.155.208', '2022-08-13 02:09:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5143, NULL, NULL, 'right0607@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Have you forever tried cybersex? LetÐ¿Ñ—Ð…s provide each some fun this night! - => https://ok.me/M1y31\r\n', NULL, NULL, NULL, '92.243.65.220', '2022-08-13 02:21:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5144, NULL, NULL, 'okutan_okutan@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Have you ever tested cybersex? LetÐ¿Ñ—Ð…s provide any remainder fun tonight! - => https://ok.me/zfx31\r\n', NULL, NULL, NULL, '46.254.16.47', '2022-08-13 02:33:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5145, NULL, NULL, 'fohane538@nan-net.jp', 'cbcbef9750ee62dc60ecef972416efb3', 'Possess you always tasted cybersex? LetÐ¿Ñ—Ð…s offer every rest pleasure this evening! - => https://ok.me/o6z31\r\n', NULL, NULL, NULL, '192.162.102.149', '2022-08-13 02:57:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5146, NULL, NULL, 'williebruip@softdisc.site', '0f0cee810e1633cf4eb0e5fc4b90bd28', 'ShannonNulty', NULL, NULL, NULL, '46.46.116.200', '2022-08-14 06:04:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5147, NULL, NULL, 'suanneandrew4@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Lucasus', NULL, NULL, NULL, '46.161.11.23', '2022-08-16 15:55:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5148, NULL, NULL, 'ferdikaplan6@yandex.com', 'c9d996c5f4b906d886fa69d19f4224f4', 'JITTTreaw', NULL, NULL, NULL, '164.68.98.60', '2022-08-19 23:12:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5149, NULL, NULL, 'palparthaprotim19931803@gmail.com', '25d55ad283aa400af464c76d713c07ad', 'Partha Protim Pal', NULL, NULL, NULL, '42.105.197.195', '2022-08-22 23:49:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5150, NULL, NULL, 'mailto:edtiwea1982@mail.ru', '48d68b5863ef42362ffc2e778559c96d', 'Ð—Ð¾Ñ‡ÐµÑˆÑŒ Ð·Ð°Ñ€Ð°Ð±Ð¾Ñ‚Ð°Ñ‚ÑŒ Ð¼Ð½Ð¾Ð³Ð¾ Ð´ÐµÐ½ÐµÐ³? https://apple.com', NULL, NULL, NULL, '95.216.1.83', '2022-08-23 04:59:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5151, NULL, NULL, 'anirban.lfc@gmail.com', 'cea355e96acb9715b6669f49fd57b027', 'Anirban Panja', NULL, NULL, NULL, '203.110.242.44', '2022-08-23 12:45:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5152, NULL, NULL, 'kideckbh@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Nadura', NULL, NULL, NULL, '46.161.11.23', '2022-08-23 18:05:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5153, NULL, NULL, 'satyamandal2@gmail.com', 'f3806dd4a95b2ed53a6f7de22bb98834', 'Satya Mandal', NULL, NULL, NULL, '110.224.20.250', '2022-08-24 18:25:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5154, NULL, NULL, 'edtiwea1982@mail.ru', '48d68b5863ef42362ffc2e778559c96d', 'Ð­Ñ‚Ð¾ Ñ‚ÐµÑÑ‚Ð¾Ð²Ð¾Ðµ Ð¿Ð¸ÑÑŒÐ¼Ð¾ https://apple.com', NULL, NULL, NULL, '95.216.1.83', '2022-08-25 18:21:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5155, NULL, NULL, 'wwqkuclfr@exzilla.ru', '53d82582144a8258bde549974251a950', 'Leighaguatt', NULL, NULL, NULL, '46.161.11.5', '2022-08-26 22:04:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5156, NULL, NULL, 'mariusz.rosa2022@wp.pl', '7ac72925e466ca620daa12e55900ac16', 'Frankiehak', NULL, NULL, NULL, '62.210.80.33', '2022-08-26 23:20:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5157, NULL, NULL, 'woustemee@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Ielianil', NULL, NULL, NULL, '46.161.11.23', '2022-08-30 17:43:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5158, NULL, NULL, 'vlad@cream.in.ua', 'd429b18d5cf93204392dbcc6a2284114', 'Andrewswelf', NULL, NULL, NULL, '195.114.146.206', '2022-08-30 21:12:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5159, NULL, NULL, 'zazabr.ain2020@gmail.com', '1f55aeb723e91a575e478b2c0478b9a1', 'AlexRef', NULL, NULL, NULL, '51.91.157.66', '2022-08-31 07:15:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5160, NULL, NULL, 'aarish.0@gmail.com', '44c47bef3680f3b7191915b082d87009', 'RAVI KUMAR SINGH', NULL, NULL, NULL, '47.11.252.186', '2022-08-31 15:30:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5161, NULL, NULL, 'nemalasubrahmanyam@ymail.com', 'e9f43e6589916feb849b41dc2b98bd5a', 'Nemala subrahmanyam', NULL, NULL, NULL, '157.48.203.189', '2022-09-01 20:16:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5162, NULL, NULL, 'shoptorgspirtuno@mail.ru', 'e1abed677cb515e013d0106e7d2b55f6', 'TorgSpirtOn', NULL, NULL, NULL, '77.83.28.86', '2022-09-03 03:44:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5163, NULL, NULL, 'utimorka@yandex.com', '749203b7462aa75e8d2b53e98e81112f', 'Wayfex', NULL, NULL, NULL, '94.180.185.192', '2022-09-03 23:44:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5164, NULL, NULL, 'kiraseevitch@yandex.ru', '74fdf4adb75c5da5d81a65794a7ac2f4', 'JaPence', NULL, NULL, NULL, '94.180.185.192', '2022-09-03 23:44:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5165, NULL, NULL, 'igorfunzf@mail.ru', 'b776bf26752119f53365cfd5ae861056', 'Ð—Ð°Ð±ÑƒÐ´ÑŒ Ð¾Ð± ÑÑ‚Ð¾Ð¼! ÐŸÐ¾Ð´Ð±ÐµÑ€ÐµÐ¼ Ñ‚ÐµÐ±Ðµ Ð¿Ð¾Ð´Ñ…Ð¾Ð´ÑÑ‰ÑƒÑŽ https://apple.com', NULL, NULL, NULL, '95.216.21.217', '2022-09-04 11:49:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5166, NULL, NULL, 'mountconraiprom@mail.ru', '527cd0fcede39f6f9df238f6a29386ed', 'QHQZFLEAYZ6JBD   www.ya.ru', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 04:18:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5167, NULL, NULL, 'dannyduleppo@gmail.com', '0281c63428257fa4ff8ae3f82a2f4f58', 'Dustintromb', NULL, NULL, NULL, '92.207.253.226', '2022-09-07 16:44:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5168, NULL, NULL, 'sdedwards@gfbinsurance.com', '609e096cfea87507ff82871a82e1062b', 'alexander_sex_tape\r\n https://susk.page.link/bDds#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 19:17:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5169, NULL, NULL, 'john.doe@a57.siezendevisser.nl', 'da7516cd9161b457f851fd8bc9bc620a', 'asain_group_sex\r\n https://ohy.page.link/zRx8#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 19:21:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5170, NULL, NULL, 'abatra@exchange4media.com', '88ebe6daf85e2a6b39ab07988ab42905', 'american_sex_film\r\n https://mlfy.page.link/zftw#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 19:22:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5171, NULL, NULL, 'ktstulsi@hotmail.com', 'a7c9bef77435972e34c6b24426103319', 'amateur_beach_sex_videos\r\n https://qsis.page.link/hWHm#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 19:26:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5172, NULL, NULL, 'referenceservices@ewml.org', 'c5bc698877894831c4a7b3648d2febff', 'all_sex_vidoes\r\n https://ohy.page.link/SxYT#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 19:27:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5173, NULL, NULL, 'jltbalt1@verizon.net', '1728bd569b8f737588cf08c9f5e1c94b', 'african_child_sex\r\n https://ohy.page.link/Lr3X#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 19:31:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5174, NULL, NULL, 'shivamteotia@gmail.com', 'b36ee928b1fa73525e9d5066bbebe5cc', 'amateur_group_sex_pictures\r\n https://qsis.page.link/a2iD#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 19:33:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5175, NULL, NULL, 'kevin.green@greensburgdailynews.com', '3ce92d70bcd252f667c96aa4256c2303', 'amateur_home_made_sex\r\n https://susk.page.link/SEKF#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 19:36:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5176, NULL, NULL, 'wfitch@fvcc.edu', '74f1b0a451e7f556918f7e3c44556eb5', 'asian_boy_sex_video\r\n https://qsis.page.link/NJvx#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 19:41:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5177, NULL, NULL, 'apt_orzel@faktoribs.com.pl', 'fa397f422b200dfa79afe07f2540d9f1', 'amature_sex_video_post\r\n https://mlfy.page.link/cPEb#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 19:46:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5178, NULL, NULL, 'cludyncml@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'veruha', NULL, NULL, NULL, '37.139.53.44', '2022-09-07 19:46:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5179, NULL, NULL, 'orswebcic@utah.gov', 'd4d33e619d6818e8f0cf6202b1e8cc96', 'adult_sex_channel\r\n https://ohy.page.link/Acxn#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 19:51:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5180, NULL, NULL, 'dmus@wrsi.com', '915a42399804922e04b2cfc5f650d730', 'ass_sex_vid\r\n https://sisz.page.link/GYsA#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 19:52:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5181, NULL, NULL, 'eijrilaurfarveila@nowcarinsurance.fun', 'a10b61078a7b8a04dbd096b563f5fb3f', 'alyson_hannigan_free_sex_tape\r\n https://mlfy.page.link/Q3uH#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 19:57:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5182, NULL, NULL, 'quejasyreclamos@parexresources.com', '2d75b7109276b4d16d7220f4a99dbe65', 'asian_free_sex_porn\r\n https://segs.page.link/tcqX#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 20:02:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5183, NULL, NULL, 'bharathvsb5@gmail.com', 'c319fcc89ba61c06c61567c4c6fc343f', 'amateur_threesome_sex\r\n https://susk.page.link/cEQf#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 20:03:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5184, NULL, NULL, 'sharanjit@mediaprima.com.my', '42de25f3510ee7f0589b8cbd7445f704', 'asin_sex_movie\r\n https://sisz.page.link/UudN#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 20:08:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5185, NULL, NULL, 'sales@cottrellpark.com', 'dcc12c7daf5bc062a768bbaea2c6b0a0', 'animated_incest_sex\r\n https://mlfy.page.link/1AC6#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 20:09:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5186, NULL, NULL, 'cforden@clarion.edu.', '4a453b0cbdf2855cbf37cf6265793985', 'actor_sex\r\n https://sisz.page.link/mQDE#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 20:14:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5187, NULL, NULL, 'ddnrhToleandrale@vicodinpills.us', 'cca6fa06d23042967207689f51472889', 'arab_women_and_sex\r\n https://ohy.page.link/hUyb#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 20:19:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5188, NULL, NULL, 'edit@carmagazine.gr', 'b10d3b9d851a310d3d53389cfc146301', 'anal_sex_gay_videos\r\n https://segs.page.link/9FLt#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 20:20:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5189, NULL, NULL, 'ninacass87@gmail.com', '5d620f5c2abafb4b06bcbab8f408b76b', 'all_ebony_sex\r\n https://sisz.page.link/2whk#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 20:25:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5190, NULL, NULL, 'sgehrke@tacoma.k12.wa.us', 'e3e9268efadb46b97295ec729e0f0724', 'all_sex_terms\r\n https://ohy.page.link/81gc#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 20:26:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5191, NULL, NULL, 'ort@slow.co.za', 'a17fb48822cdd730a94424a258c1c1e3', 'amature_sex_trailers\r\n https://qsis.page.link/Lj14#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 20:44:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5192, NULL, NULL, 'Sing@somevoices.co.uk', '4a4db2de161589afc8fac717d2491ad8', 'actress_sex_images\r\n https://mlfy.page.link/ct5V#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 20:48:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5193, NULL, NULL, 'bob@digitaltransactions.net', 'a2b7a5a80836666df936b15c748dc327', 'all_online_sex_games\r\n https://mlfy.page.link/5nx7#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 20:48:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5194, NULL, NULL, 'apexhackers4187@gmail.com', '150957dbb7992303e3aeda5af774e1e0', 'asin_sex_movie\r\n https://fakc.page.link/A97Q#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 20:52:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5195, NULL, NULL, 'n@.dhi', '0820e3c15e8fce7ecb640f8a845ac676', 'amature_rough_sex\r\n https://sisz.page.link/ySbF#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 20:53:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5196, NULL, NULL, 'editorial@dfamedia.co.uk', 'bad09fffb5cf2d40f0847bd45c90356d', 'asian_sex_partner\r\n https://mlfy.page.link/T6Pr#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 20:56:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5197, NULL, NULL, 'jamesoliverblankatmhackers@outlook.com', '4c34bd2deb5b294ea3e7c27ed74f1c07', 'adult_sex_friend_finder\r\n https://susk.page.link/b4JK#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 21:01:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5198, NULL, NULL, 'enquiry@experienceoz.com.au', 'ee217e899daba8d98684ee31c8e1e99d', 'ass_sex_free_videos\r\n https://sysn.page.link/kkJN#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 21:01:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5199, NULL, NULL, 'info@thisispress.com', '96bcdde1e2373468c281b60919a7a93c', 'amateur_public_sex_video\r\n https://susk.page.link/NcGf#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 21:05:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5200, NULL, NULL, 'mzafra@piusxparish.org', '52a73e17865b668b10b0c9df503113e3', 'amateur_sex_creampie\r\n https://segs.page.link/fDRL#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 21:09:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5201, NULL, NULL, 'info@basketworldlife.it', '7322639a38f44e7b07949f2a1cfd49d1', 'amateur_shower_sex\r\n https://qsis.page.link/Kx1D#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 21:09:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5202, NULL, NULL, 'Vet533@yahoo.com', 'a063d201f0961f0218f5bac36a0b2894', 'animals_sex_porn\r\n https://mlfy.page.link/bWjP#\r\nanodo', NULL, NULL, NULL, '178.45.109.250', '2022-09-07 21:13:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5203, NULL, NULL, 'pilloud.m.m@sefanet.ch', '56bbd59e312b3fcdcac5a048cfe67a60', 'anal_blonde_sex\r\n https://segs.page.link/eQFb#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 21:36:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5204, NULL, NULL, 'ym.yawmeng@gmail.com', '567c63e25a5aeb890aa6ae094bcd26bc', 'asian_school_girl_sex_movies\r\n https://mlf.page.link/Qexz#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 21:40:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5205, NULL, NULL, 'wumenliyana@yahoo.com', 'ff306fcd0a9c9c607e485458a10c0fed', 'asian_sex_tubes\r\n https://sisz.page.link/wo8m#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 21:45:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5206, NULL, NULL, 'sth.nhs.uk@promonearme.com', 'ba2f3087a4e0271e105c68645f7aa228', 'ass_and_sex\r\n https://ohy.page.link/Kdny#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 21:48:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5207, NULL, NULL, 'charlotte_miller@live.co.uk', '763e88ccd38e26d2222cc5ab54657e07', 'amateur_group_sex_movies\r\n https://mlf.page.link/pjHS#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 21:49:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5208, NULL, NULL, 'eka@idc.co.id', '65a768689d83b079e6e724199c9f845a', 'adult_sex_stories\r\n https://mlf.page.link/nDjN#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 21:52:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5209, NULL, NULL, 'lkspec@aspec.com.my', '522eb6afb0a6059eec110e92016b3ead', 'adult_fiction_sex_stories\r\n https://ohy.page.link/otEP#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 21:53:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5210, NULL, NULL, 'kaustubhdongaonkar@gmail.com', 'd0c169176b0435c06b751a94c7f0a119', 'arab_amature_sex\r\n https://sisz.page.link/8Y13#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 21:56:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5211, NULL, NULL, 'mohamedfathan93@gmail.com', '8e3b184af0e609866ba001ac3a7bc59e', 'ancient_chinese_sex\r\n https://ohy.page.link/Jyod#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:00:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5212, NULL, NULL, 'johan.hjelm@ericsson.com', 'eb41522c45a1fbf8f39bc40f5a0f9895', 'amateur_mature_women_sex\r\n https://fakc.page.link/Nc3s#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:00:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5213, NULL, NULL, 'svobodnikova@mail.muni.cz', 'ddfe814af9ccd2b166caa726c3c55bfe', 'amateur_mature_group_sex\r\n https://ohy.page.link/pW4k#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:04:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5214, NULL, NULL, 'eunice.tai@agriborneo.com.my', 'f2a38851f67ec8525ca145b54e55b12f', 'amateur_sex_vidios\r\n https://fakc.page.link/cEUd#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:08:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5215, NULL, NULL, 'abdo_fr@hotmail.fr', 'ed9d8c8fec61c5a2cdc049cade03e9f5', 'alien_cartoon_sex\r\n https://mlf.page.link/7JqQ#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:08:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5216, NULL, NULL, 'mdzul85@gmail.com', 'f69079befd32e498f2d391570752e9d2', 'adult_sex_toy_shop\r\n https://mlf.page.link/o4N4#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:12:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5217, NULL, NULL, 'mhi.erfan1@gmail.com', 'd37c7a2acf2707ab8aa76f02c6dbd508', 'amateur_wife_sex\r\n https://qsis.page.link/F3nU#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:12:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5218, NULL, NULL, 'tnehira@hiroshima-u.ac.jp', '0f8a00c583da10fafd4d53115b975715', 'abi_titmus_sex_video\r\n https://fakc.page.link/4ERQ#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:16:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5219, NULL, NULL, 'jennifer.yeo@koonseng.com', 'd32f4a7c65eef0036e60f6170cc49f48', 'asian_sex_thumb\r\n https://fakc.page.link/kwEh#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:16:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5220, NULL, NULL, 'terajureka@gmail.com', '870e8c1286857629186e2162c680bd94', 'amateur_couple_having_sex\r\n https://segs.page.link/KDdB#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:20:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5221, NULL, NULL, 'query_fssspd@um.edu.my', '86d6d9c01740ef8d010bd08b6b042ae4', 'arab_sex_movie\r\n https://susk.page.link/NR6q#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:31:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5222, NULL, NULL, 'shengxu703@126.com', '6cac463be7ca5598effcd210432254f1', 'amatuer_free_sex_video\r\n https://mlf.page.link/qPGs#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:36:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5223, NULL, NULL, 'reyes.gonzalez.exposito@gmail.com', '991353caa5afa8b52d36d208179feef9', 'anime_sex_vedios\r\n https://mlf.page.link/CxQs#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:38:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5224, NULL, NULL, 'rouhmaa@yahoo.com', 'f9a74566cfbfc7d428fbd89fb7f271ec', 'asian_mature_sex\r\n https://sisz.page.link/x5mn#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:43:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5225, NULL, NULL, 'nor_areyou@yahoo.com', '22d39e03d42ef7aedf53798e8ffa5194', 'anal_dildo_sex\r\n https://ohy.page.link/DgQw#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:47:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5226, NULL, NULL, 'account@bumirim.com', '5df333c495550ea0d97842fe745d5f74', 'amatuer_sex_movies\r\n https://fakc.page.link/bi7V#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:47:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5227, NULL, NULL, 'corp.aff@intimal.edu.my', 'c40319c08d699bcf8a786a50a3072ba5', 'anal_sex_photos\r\n https://mlf.page.link/kbGv#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:51:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5228, NULL, NULL, 'HR@maser.com.my', '258d7a42dffe232a10a27a54c7e826bf', 'american_sex_moves\r\n https://sisz.page.link/CKEW#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:51:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5229, NULL, NULL, 'erraleeda@yahoo.com', '12de9f0bfc7bf2ee4082910f81f98d1d', 'ass_girl_sex_video\r\n https://mlf.page.link/o4N4#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 22:59:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5230, NULL, NULL, 'gregoire.carre@etu.univ-poitiers.fr', 'a4d8e24e5f534e2ccf8429cf835d1162', 'adult_sex_party_favors\r\n https://sysn.page.link/Ms1Q#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 23:04:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5231, NULL, NULL, 'j29462013@gmail.com', 'fdcef0936d2a5261cfa92b6407932b49', 'after_school_sex_slave\r\n https://sysn.page.link/k5kY#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 23:08:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5232, NULL, NULL, 'minhairi@yahoo.com.my', 'efecb91e438d1fc3962e10895c4fea19', 'aids_oral_sex\r\n https://sisz.page.link/xLw7#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 23:08:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5233, NULL, NULL, 'anim_66@yahoo.com', '869255137abcad1e7a87147446d13de4', 'amateur_cams_sex\r\n https://mlfy.page.link/hXFB#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 23:11:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5234, NULL, NULL, 'nureinsinarni@gmail.com', '1553b04ed6048edcf4fd6b90efcfe545', 'ass_sex_vedio\r\n https://sysn.page.link/mB66#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 23:16:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5235, NULL, NULL, 'bernard.lee@acnielsen.com.my', '6f0ec7340820761b7855a05845d4d8d6', 'age_sex_video\r\n https://mlfy.page.link/QhzQ#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 23:18:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5236, NULL, NULL, 'liborran@g2.nctu.edu.tw', 'e0da95e7dc24dd85daa5b856b2a21dda', 'anime_sex_porn_movies\r\n https://sisz.page.link/inPx#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 23:19:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5237, NULL, NULL, 'sitihawamattial@gmail.com', '3ada1f036792ae8868a9292bbf3f8dc9', 'alien_sex_animation\r\n https://mlfy.page.link/jmr4#\r\nanodo', NULL, NULL, NULL, '95.67.151.161', '2022-09-07 23:41:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5238, NULL, NULL, 'mammallamas@gmail.com', 'fb985bf8ff75b6130537c9af104a9224', 'asian_school_sex\r\n https://segs.page.link/FoP7#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 12:33:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5239, NULL, NULL, 'wegbert3@icloud.com', '7933c3c5187e6ca90422fa2d37629919', 'anime_sex_porn\r\n https://susk.page.link/Xa4y#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 12:36:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5240, NULL, NULL, 'humblefurniture@gmail.com', '7633f50c956bcec52b51aedaf0c59a9b', 'anime_hentai_sex_porn\r\n https://segs.page.link/VoL2#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 12:40:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5241, NULL, NULL, 'cocosumner@yahoo.com', 'd635d5f17febbcfe19c9f2de24c78118', 'american_high_school_sex\r\n https://susk.page.link/Loz3#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 12:43:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5242, NULL, NULL, 'annban213@gmail.com', '24796d256d602648fe1380c905a45062', 'amatuer_sex_tube\r\n https://mlfy.page.link/Umf5#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 12:45:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5243, NULL, NULL, 'reynoldsallierae@gmail.com', '9901feb3a52042ef07033ad3270eecfb', 'adult_sex_vedios\r\n https://sisz.page.link/5b6k#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 12:49:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5244, NULL, NULL, 'erica.caron479@gmail.com', '6f54fbefbee9bc7daa04c9fbafcab6ac', 'average_number_of_dates_before_sex\r\n https://sysn.page.link/wejy#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 12:56:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5245, NULL, NULL, 'pcass2013@bigpond.com', 'a5039f16fcc544b6cde6e03874b35ac7', 'amateur_home_sex_video\r\n https://sysn.page.link/RnpV#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 13:00:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5246, NULL, NULL, 'yokolittle@hotmail.com', '45e9994dc686c2cdac1303704511f08c', 'ass_and_pussy_sex\r\n https://segs.page.link/CY9j#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 13:04:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5247, NULL, NULL, 'crissylee79@hotmail.com', '48c92499aefa056eb684ccff9333cda7', 'ashlee_sex_tape\r\n https://qsis.page.link/WUfu#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 13:08:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5248, NULL, NULL, 'jessicazive@hotmail.com', '76eecaa04bcb2d7640297eb10cae8d33', 'ani_sex\r\n https://sisz.page.link/mNxs#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 13:08:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5249, NULL, NULL, 'ellebhea@gmail.com', '079461181178a01c578491582d135f01', 'amature_office_sex\r\n https://ohy.page.link/nm34#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 13:12:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5250, NULL, NULL, 'mcnulty477@gmail.com', '4930643459a402b01d0eac78c9125ecd', 'ashlee_simpson_sex\r\n https://ohy.page.link/Jyod#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 13:15:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5251, NULL, NULL, 'codielambert@hotmail.com', '144ed79fece14c959213d54210ef7ea5', 'arab_home_made_sex\r\n https://sysn.page.link/Pafj#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 13:16:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5252, NULL, NULL, 'saymarafigueroa@gmail.com', 'af4c7818bdb7c34135a7c4e963367108', 'affiliate_sex\r\n https://sysn.page.link/nKKb#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 13:41:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5253, NULL, NULL, 'baldwinallyson13@yahoo.com', '78fd7ae506287f833c70faf5e7554d6d', 'anime_sex_vedio\r\n https://fakc.page.link/ABVF#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 13:42:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5254, NULL, NULL, 'rosepta@aol.com', '8dd51d06bb2d7d787a6ac8866ad328fc', 'asian_sex_thumbs\r\n https://ohy.page.link/oRXS#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 13:46:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5255, NULL, NULL, 'andlawson63@yahoo.com', '8084c1f0b7c25d973a79475d290c9c26', 'ass_sex_game\r\n https://mlf.page.link/2KwF#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 13:49:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5256, NULL, NULL, 'laurenphotog211@gmail.com', 'aa789285e475955d7a2dd40035164315', 'adult_adventure_sex_games\r\n https://sisz.page.link/Uv3t#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 13:50:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5257, NULL, NULL, 'mamasug@gmail.com', 'af47226a7751e9e0467bb9f1e622ad87', 'arabic_home_sex\r\n https://sisz.page.link/88Ja#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 13:53:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5258, NULL, NULL, 'rebecca.mccune12@gmail.com', 'c0a4146da628b1cb67c1a0224ba9896b', 'angelina_jolie_free_sex_tapes\r\n https://susk.page.link/PnEL#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 13:57:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5259, NULL, NULL, 'tiffanyhurt17@gmail.com', '012e1f1ed3448469ae3917f9a674b4ad', 'adult_sex_chat_site\r\n https://sisz.page.link/DQ8a#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 13:59:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5260, NULL, NULL, 'pyaephyo20781681@gmail.com', '74868334602adfe42c398b8a24b398cc', 'asian_teens_sex_videos\r\n https://ohy.page.link/W9e8#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:01:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5261, NULL, NULL, 'blueangel41877@gmail.com', 'e04cd4ef929a4ae8d76e5d69ba35cba1', 'anime_adult_sex_games\r\n https://sisz.page.link/NLsX#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:05:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5262, NULL, NULL, 'leticiaadb@hotmail.com', 'b98a781202519d014551a1237900fc0f', 'a_song_about_sex\r\n https://sisz.page.link/Qt7J#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:09:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5263, NULL, NULL, 'odom.rhonda@yahoo.com', '44aff8428340dca0c5b1430ebce996dd', 'anne_hathaway_sex_scene\r\n https://sysn.page.link/tgo9#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:11:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5264, NULL, NULL, 'lesley.szubelak@gmail.com', 'ce9ae4dae520ab33d4b9934bd969483b', 'animated_sex_cartoons\r\n https://susk.page.link/3Y3r#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:12:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5265, NULL, NULL, 'kimiboal@frontier.com', '29f83f3a2f7c91ca2d9245b0e6e43057', 'american_sex_vedios\r\n https://qsis.page.link/LVty#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:14:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5266, NULL, NULL, 'elsymariel@gmail.com', 'ee199dbe577698a75a52c7b0203ef3d8', 'asain_sex_slave\r\n https://mlf.page.link/aWc5#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:19:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5267, NULL, NULL, 'emb.shosa@gmail.com', '41e28e1f58b98ac14057ac1237728ff3', 'adults_sex_movies\r\n https://qsis.page.link/pqLQ#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:21:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5268, NULL, NULL, 'allison.e.carr@gmail.com', 'df9857648986e1f68832b76b8737ed2a', 'amateur_home_sex_pics\r\n https://mlfy.page.link/Jsst#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:23:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5269, NULL, NULL, 'kristenthrog@icloud.com', 'd8e6074a893f4e1b94e95e2f255c2905', 'adult_sex_toys_for_women\r\n https://segs.page.link/tn7Y#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:25:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5270, NULL, NULL, 'sharinae1998@gmail.com', '2bb9e65647987587fb7bc10049ca0bdf', 'american_sex_moves\r\n https://fakc.page.link/5AdY#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:27:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5271, NULL, NULL, 'mallory.a.field@gmail.com', '9e3dfe6d33d8e77b22390b4d811c6f61', 'asian_girls_oral_sex\r\n https://qsis.page.link/mcXG#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:29:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5272, NULL, NULL, 'caity_122@hotmail.com', '626156141151d2ac2d96ad85dd5c5f8b', 'ametur_sex_vids\r\n https://fakc.page.link/sczx#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:39:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5273, NULL, NULL, 'krista_hoadley@hotnail.com', '181555d17db17ba4693dedb436177272', 'ass_ebony_sex\r\n https://ohy.page.link/ETge#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:45:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5274, NULL, NULL, 'sylas.b@gmail.com', '7f0d8daf4de3674bd0e175ede99c40ba', 'asian_sex_class\r\n https://mlf.page.link/ZfX2#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:51:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5275, NULL, NULL, 'kimbobble123@aol.com', '25eea7a287870c9fc10f1faa1af2f814', 'ass_sex_video\r\n https://qsis.page.link/DfPK#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:56:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5276, NULL, NULL, 'yevettedegraaf@gmail.com', 'dfc535aea3e42518627e5bd322d9fd2f', 'asian_sex_photo\r\n https://mlfy.page.link/X28t#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 14:57:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5277, NULL, NULL, 'lindee@ksnyradio.com', 'e9f44b9b11030be15a9c2aee4d313ec8', 'asian_celebrity_sex_videos\r\n https://fakc.page.link/rKon#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 15:02:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5278, NULL, NULL, 'meganimbres@gmail.com', '5dd4db4e40849edae831f6f716558ddc', 'amateur_adult_sex_video\r\n https://mlfy.page.link/H2ga#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 15:08:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5279, NULL, NULL, 'mrsboschma@hotmail.com', 'ad17f46756968cc551f6a4570bebb69c', 'asian_sex_photo\r\n https://sysn.page.link/Wtzx#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 15:16:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5280, NULL, NULL, 'marjoriemosquito@gmail.com', 'ae2168f5e227cf416a07c0157425612e', 'anime_flash_sex_game\r\n https://susk.page.link/L1ak#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 15:18:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5281, NULL, NULL, 'chloe.rudeen@gmail.com', 'f1c3b0881fc003a5f8a954cff15f642e', 'amatuer_sex_site\r\n https://qsis.page.link/HPyp#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 15:22:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5282, NULL, NULL, 'kristie89_s@hotmail.com', 'c69863db4efbe076bde51e644386e676', 'ameture_sex_tapes\r\n https://fakc.page.link/JVjH#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 15:24:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5283, NULL, NULL, 'gabbymulquiny@hotmail.com', '352e3a3303579ed2371328ca88a49d5d', 'adult_sex_pc_game\r\n https://sisz.page.link/tupP#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 15:27:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5284, NULL, NULL, 'sukeybrown@gmail.com', '0cc61b6d4daedd4d5a9d3bd467dedd87', 'asian_sex_24_7\r\n https://qsis.page.link/sHi7#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 15:39:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5285, NULL, NULL, 'lngstaley@aol.com', 'e2f7ede3cbc4ec4d865a6f42eafdfcb8', 'asian_sex_photos\r\n https://mlf.page.link/dgyg#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 15:43:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5286, NULL, NULL, 'kcucina108@gmail.com', 'd363bf412c9460852ce2610d87444c2a', 'aunty_sex_photos\r\n https://ohy.page.link/tozZ#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 15:54:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5287, NULL, NULL, 'katevhope@icloud.com', '3cf5c67185c36e86b072951d33349764', 'anal_videos_sex\r\n https://segs.page.link/zV36#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 15:56:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5288, NULL, NULL, 'cherryauto7@aol.com', '7667e34ca566f095aba7ba13232c9042', 'anime_ass_sex\r\n https://mlfy.page.link/mdeF#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 16:02:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5289, NULL, NULL, 'beverlysteele@me.com', 'ebc039ef94ab651f28780432f010f447', 'access_sex\r\n https://mlf.page.link/TgYB#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 16:07:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5290, NULL, NULL, 'mthiessen@sarpy.com', '9672d882289600d4e986c6d0a0643b1e', 'anal_sex_porn_tube\r\n https://segs.page.link/rNBv#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 16:13:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5291, NULL, NULL, 'pkantymir@yahoo.com', '2c7e44330924c4726b7e9ba9e3e308cc', 'african_sex_pics\r\n https://sysn.page.link/7e39#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 16:13:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5292, NULL, NULL, 'alisonshank@hotmail.com', '5ec72267661a42543c6016b2de353b57', 'asian_guy_white_girl_sex_video\r\n https://fakc.page.link/RDH9#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 16:18:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5293, NULL, NULL, 'vickygodinez95@yahoo.com', '2a718ed1ab336cf47c0b16d296afdf4b', 'arab_sex_woman\r\n https://susk.page.link/j7GZ#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 16:23:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5294, NULL, NULL, 'molliecarnrs@gmail.com', '18479d41357e2fc74322fe30c8e54456', 'amateur_sex_story\r\n https://mlf.page.link/1yHg#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 16:23:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5295, NULL, NULL, 'pereira.jillian@gmail.com', 'ef854cfcce4adb52e1c90ff005bd3910', 'amatur_sex_vids\r\n https://segs.page.link/pBLq#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 16:28:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5296, NULL, NULL, 'sjnbaptiste2@icloud.com', '373f28d2fc0abb29c7ebbd396cd333ac', 'aunty_sex_blog\r\n https://mlfy.page.link/twqX#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 16:39:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5297, NULL, NULL, 'techlifter@gmail.com', '02eb5894ce81f9711a85a16047d2206f', 'after_sex_videos\r\n https://sysn.page.link/Fw9T#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 16:44:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5298, NULL, NULL, 'elizap.hawkins@gmail.com', 'a56d9acec6ddf8ed9fa4f051275793cf', 'ass_sex_site\r\n https://mlfy.page.link/SGaJ#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 16:57:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5299, NULL, NULL, 'alijoe336@gmail.com', 'ab36639e8785d5b6b13ad81ea6b5ce43', 'anh_sex_truong_ba_chi\r\n https://mlf.page.link/WZcE#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 17:00:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5300, NULL, NULL, 'becca.kuhlmeier@gmail.com', 'c7b5dec411c1432d7da3767eb770bbfb', 'adult_sex_tv_com\r\n https://ohy.page.link/3U3H#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 17:06:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5301, NULL, NULL, 'angelarmyers@gmail.com', 'f614d578e51ab79769aa39c435881b5c', 'adult_free_sex_movie\r\n https://segs.page.link/6DG4#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 17:11:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5302, NULL, NULL, 'courtneydalesio@gmail.com', 'a81680e7cf9cae0e6582a941840dff26', 'african_sex_porno\r\n https://susk.page.link/FSdr#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 17:14:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5303, NULL, NULL, 'shaima.aazad@gmail.com', 'c429489d5b2b448b0570b1e96fa294c8', 'amatuer_free_sex_movies\r\n https://mlf.page.link/a6KU#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 17:23:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5304, NULL, NULL, 'chiarabelle@hotmail.com', '34fe6a4fd107854e24532e2e12e1acde', 'after_sex_pussy\r\n https://sysn.page.link/2Jmt#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 17:25:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(5305, NULL, NULL, 'hannahzebra01@gmail.com', 'f89333e9ae4cdb56981105a1dea938ba', 'alyson_hannigan_free_sex_tape\r\n https://sysn.page.link/6m7q#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 17:31:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5306, NULL, NULL, 'melissa@solin.com', '89f742e007d91a52271dfba8bf3ae0c4', 'adult_sex_games_for_women\r\n https://sysn.page.link/GqYB#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 17:31:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5307, NULL, NULL, 'larissagosek@gmail.com', '59ee0ab6a7b6f74235295796935a71c3', 'ass_movie_sex\r\n https://susk.page.link/QGg2#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 17:39:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5308, NULL, NULL, 'baerg@email.com', 'f26325f3c864333442d3abadd206ecf2', 'amatuer_home_made_sex\r\n https://sysn.page.link/DKwW#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 17:44:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5309, NULL, NULL, 'izaora87@hotmail.com', 'b30ab13d4b4a7e9e6ee37a448f5f0a83', 'active_sex_life\r\n https://susk.page.link/cHL1#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 17:48:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5310, NULL, NULL, 'glschimansky@gmail.com', 'cb1548533398c2a44a03f0008a97baf1', 'adult_sex_toy_uk\r\n https://qsis.page.link/7J4u#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 17:55:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5311, NULL, NULL, 'harbingercara@gmail.com', '88863327d6e45c1dc36ac4c826254982', 'actress_sex_images\r\n https://susk.page.link/PyL1#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 18:01:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5312, NULL, NULL, 'jason_tara7@msn.com', 'ec8972546d0ac2a67285b5916798423b', 'anime_sex_tits\r\n https://sisz.page.link/CaaS#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 18:06:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5313, NULL, NULL, 'ytillett@gmail.com', '3ad86ae76c237cc1a21398af98c432b9', 'arab_free_sex_movies\r\n https://sysn.page.link/XHBP#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 18:09:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5314, NULL, NULL, 'mikeandtres@gmail.com', 'a47cef2ba69ed137058954353dddb52a', 'actresses_sex_pictures\r\n https://fakc.page.link/Tz75#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 18:12:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5315, NULL, NULL, 'elizabeth.anderson@me.com', 'a45fbc1869fbc6f5fa07fff55e448922', 'arabic_live_sex\r\n https://segs.page.link/AD8Y#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 18:17:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5316, NULL, NULL, 'adriennehasmail@gmail.com', '0fbd863afaaa2af713808066b0b710e8', 'actual_kim_kardashian_sex_tape\r\n https://susk.page.link/Xtc6#\r\nanodo', NULL, NULL, NULL, '88.200.190.152', '2022-09-08 18:28:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5317, NULL, NULL, 'chingcilracon3@mail.ru', 'c632c928474b386e1265a65b7d338d8b', 'RWVZPAGNK03AL   www.ya.ru', NULL, NULL, NULL, '178.45.43.228', '2022-09-08 18:55:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5318, NULL, NULL, 'baileyrjack17@gmail.com', '5ead7b321658df50ec23f1097230c9a7', 'bush_sex_video\r\n https://rka.page.link/xu1P\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:12:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5319, NULL, NULL, 'sarajordanis@yahoo.com', 'ecec0502ff4127c9e5b6697d05bf61c0', 'amateur_free_sex_tapes\r\n https://nho.page.link/4HBP\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:13:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5320, NULL, NULL, 'kelseyaguirre@gmail.com', 'cd4b8fe8399f427e335e83e3e3f0f08f', 'free_incest_sex_vid\r\n https://cir.page.link/jYzD\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:14:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5321, NULL, NULL, 'irina0522@gmail.com', '65190963bd262be883e604bee9820df6', 'asian_sex_video_galleries\r\n https://xih.page.link/txXz\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:16:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5322, NULL, NULL, 'hokuliilii@hotmail.com', '1f5a0544510e3dc42a7d99753d49af28', 'big_ass_video_sex\r\n https://wsz.page.link/tSjJ\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:17:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5323, NULL, NULL, 'strudell12@gmail.com', '3afa9c2f8a86745a2b81c80d0d604e74', 'bdsm_sex_positions\r\n https://cvf.page.link/BbwA\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:19:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5324, NULL, NULL, 'kaytlin_fleming@hotmail.com', 'd22640f8f9a4e2e4fcd2abfb9c88d07d', 'big_boob_sex_pictures\r\n https://cvf.page.link/YPcK\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:22:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5325, NULL, NULL, 'sallyokour@icloud.com', '6dc729f0f24489e10095e4ea6ccecb80', 'free_sex_videos_of_girls_squirting\r\n https://xih.page.link/nJJy#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:29:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5326, NULL, NULL, 'rpwhetten@gmail.com', '09f4173a222a53845d253498442d724a', 'amateur_sex_video_sharing\r\n https://wsz.page.link/r3br#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:32:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5327, NULL, NULL, 'ymagdaleno0204@gmail.com', '35cb89c354ace56da0f591ae7e0fb071', 'father_and_daughter_sex_video\r\n https://nho.page.link/wNxf#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:35:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5328, NULL, NULL, 'swamycalderon@gmail.com', '08dc01e669efcb796a85820f69465848', 'fuck_porno_sex\r\n https://von.page.link/d2U2#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:35:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5329, NULL, NULL, 'devonlindvallroney@gmail.com', 'c915cf5dea6832c8f89ef52ff2630eba', 'free_sex_videos_for_windows_media_player\r\n https://wsz.page.link/TVmW#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:37:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5330, NULL, NULL, 'brewach@hotmail.com', '68465fb310b1d461cc8cc912b1812001', 'asian_wives_sex\r\n https://juk.page.link/EW6N#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:43:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5331, NULL, NULL, 'wilsonsdbyd@hotmail.com', '60edf89a359513732bc98f4eb6dab034', 'fre_full_sex_videos\r\n https://juk.page.link/gzVF#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:46:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5332, NULL, NULL, 'jennkey2@icloud.com', '6042a2bae82f9a6d7318de01166eb15d', 'animals_sex_free\r\n https://juk.page.link/x7KH#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:49:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5333, NULL, NULL, 'debibarton1313@gmail.com', 'e9cc1215e7d45bde87ab2cfc441180b5', 'free_black_booty_sex_videos\r\n https://rka.page.link/etni#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:49:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5334, NULL, NULL, 'debojyoti713@gmail.com', '796fa7b8042af1612e0272940882a079', 'black_men_and_white_women_having_sex\r\n https://juk.page.link/xnTU#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:55:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5335, NULL, NULL, 'jandj@therussos.com', '6f55a0a100491926b0c1379f607651ff', 'amateurs_sex_tapes\r\n https://xih.page.link/d56R#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:56:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5336, NULL, NULL, 'info@sport-step.ru', 'b8f4be74358d40c2a28d09adf2685c53', 'free_sex_vids_89\r\n https://nho.page.link/AUZJ#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:57:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5337, NULL, NULL, 'mcallahan@couriertimes.com', 'cc9a5acaff600e1dc36341fd8c747042', 'fat_sex_tube\r\n https://von.page.link/eEdp#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 22:59:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5338, NULL, NULL, 'cwxtwfjp@gmail.com', 'e1919e3ca88fd92c1cbfced142d6d3eb', 'free_gay_boys_sex_movies\r\n https://cir.page.link/QCQo#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:03:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5339, NULL, NULL, 'jalandher.singh@police.rajasthan.in', '5637121a7850fa2b372546cd1f6129ec', 'anime_sex_porn\r\n https://cir.page.link/6Lcs#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:07:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5340, NULL, NULL, 'dimaiva781nov@gmail.com', 'aa3a569763df88b148cf5792d29f9776', 'adult_group_sex_stories\r\n https://xih.page.link/D8D5#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:08:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5341, NULL, NULL, 'ikagubare@eenews.net', '51d1e4f8b0f66e4fb5685ee30680e4dc', 'anal_sex_with_a_girl\r\n https://xih.page.link/RAVW#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:14:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5342, NULL, NULL, 'pressoffice@speedwaygb.co.uk', 'e8632785e8e87c2c683a835c99eec32f', 'find_out_the_sex_of_your_unborn_baby\r\n https://edz.page.link/3UkH#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:15:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5343, NULL, NULL, 'syozoToleandrale@vicodinrx.us', '2dc3f47cc51e61271c4fdf8975e0dcd5', 'bodybuilder_sex_gallery\r\n https://olk.page.link/4zE5#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:17:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5344, NULL, NULL, 'webmaster@northcountrynow.com', '59faa88ccca6d997def63c3b4418393d', 'bisexual_sex_demons\r\n https://juk.page.link/z57m#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:21:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5345, NULL, NULL, 'design@tgju.org', '5ec6e864a209948e11623acc67ca874c', 'arab_video_sex\r\n https://juk.page.link/uJPm#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:24:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5346, NULL, NULL, 'agreen@irsc.edu', 'fe7edd866996948e0e64981e6399b43a', 'farell_sex_tape\r\n https://von.page.link/bX7d#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:27:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5347, NULL, NULL, 'camgirl@sluts.com', '0a55ac2dbc98ce7427f1a403b52e03bd', 'anal_sex_pics_and_videos\r\n https://cvf.page.link/tcf2#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:28:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5348, NULL, NULL, 'dmtpress@labiennale.org', '7db6ade2ead82096a95a8662c0030fe3', 'free_photos_of_lesbian_sex\r\n https://olk.page.link/jZNU#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:34:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5349, NULL, NULL, 'community@kingsisle.com', '762dbd269753e7968ee33890b2b255a0', 'first_sex_sister\r\n https://juk.page.link/rcGb#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:37:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5350, NULL, NULL, 'enelson@les.org', '7f10144c210079fc12cc9b656427e223', 'blond_sex_pics\r\n https://olk.page.link/HRDP#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:38:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5351, NULL, NULL, 'tgarner@idahofoodbank.org', 'c227310b5a339898d2c3223dd2a488b8', 'family_guy_lois_and_brian_sex\r\n https://nho.page.link/VBnC#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:40:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5352, NULL, NULL, 'website@kunm.org', '03fc110a9fe6ccb62c0e1a5e42d51b52', 'best_sex_for_woman\r\n https://cvf.page.link/2oHk#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:41:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5353, NULL, NULL, 'mitchell.dick@carleton.ca', '26d73765e8ef5b909844b0e7df2303c1', 'free_gay_group_sex\r\n https://nho.page.link/BK3W#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:44:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5354, NULL, NULL, 'bhunt1961@yahoo.com', '6b9a4a9c5a260289c4ce8997cb2526b5', 'benjamin_sex\r\n https://juk.page.link/hkk5#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:46:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5355, NULL, NULL, 'editor@arunachaltimes.com', 'f05a27e7e552a2d70aeef3e3c03853be', 'am_i_ready_for_sex_quizzes\r\n https://juk.page.link/bddp#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:48:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5356, NULL, NULL, 'yoeqjToleandrale@onlinecasinomax.us', '9d59c7d0001f431e5b43db28c4468a42', 'asian_cartoon_sex\r\n https://olk.page.link/Swh9#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:56:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5357, NULL, NULL, 'wamiq@otakukart.com', 'f475b3357055e8cad1a544717ec11beb', 'amature_homemade_sex_video\r\n https://nho.page.link/iLh7#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-08 23:56:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5358, NULL, NULL, 'reception@wn-catholicsocialservices.org.nz', 'ed7a3b707ff59c97671289466974cfdc', 'free_full_length_videos_sex\r\n https://wsz.page.link/1kuu#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:03:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5359, NULL, NULL, 'yawxlzm@gmail.com', '6d021212c7681b62510c92a235db3d77', 'bisexual_sex_toys\r\n https://von.page.link/AtQB#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:03:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5360, NULL, NULL, 'eric@iemoji.com', '6971ffe274bc813150348e80cbcb5ea4', 'amateur_sex_rapidshare\r\n https://rka.page.link/f6zC#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:06:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5361, NULL, NULL, 'xkiwnhm@gmail.com', '8311da07aa17152d63f2f5f784d85b7b', 'free_live_sex_cams_and_chat\r\n https://wsz.page.link/zT3r#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:10:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5362, NULL, NULL, 'info@sunroutehotels.com', '44acac42169d51e1dd3048520ffd0502', 'amateur_phone_sex_video\r\n https://xih.page.link/CTYM#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:12:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5363, NULL, NULL, 'nasijunev32@gmail.com', 'a9a5b85348fc3cc89399899a834e8c1c', 'fuck_me_sex_video\r\n https://nho.page.link/jGBq#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:15:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5364, NULL, NULL, 'binagirl060@gmail.com', '06f9e25a83f01916e9cf4e8d24680892', 'amteur_sex_tapes\r\n https://juk.page.link/nhzb#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:19:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5365, NULL, NULL, 'myoo@lwhs.org', '0461dd63c9092f6bd613e54ec7cdc5b8', 'bolywood_sex\r\n https://edz.page.link/jiuq#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:21:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5366, NULL, NULL, 'john.doe@39.3dpd.co', '7661f6e8fb72dd68d14065f98dc44f96', 'blogspot_gay_sex\r\n https://cir.page.link/fjBs#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:22:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5367, NULL, NULL, 'bhuvaneswariphysics.r@gmail.com', 'fdac296c8622add6c13f9089fd4ddbaf', 'amateur_videos_sex\r\n https://wsz.page.link/mY73#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:24:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5368, NULL, NULL, 'press@eestipank.ee', 'c2a000a0c8e1cad16c2ae80f88585fff', 'anime_cartoon_sex\r\n https://wsz.page.link/kozd#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:28:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5369, NULL, NULL, 'clasificados@atencionsanmiguel.org', '99c129aa1ab3c424e2e94947e26f793f', 'benefits_sex\r\n https://rka.page.link/JaLQ#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:28:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5370, NULL, NULL, 'psteimle@ljworld.com', 'ee4596ab03698502229acb219838d2ff', 'amateur_sex_website\r\n https://olk.page.link/unGK#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:35:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5371, NULL, NULL, 'vandevej@ebrd.com', '356440e3144851816f63483a736d19dd', 'animals_sex_galleries\r\n https://rka.page.link/5FJ3#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:45:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5372, NULL, NULL, 'jobs@p-h-s.com', 'a31ecb91cbba4b35d0ea3b8ee06b7749', 'forced_anal_sex\r\n https://olk.page.link/6Wm1#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:48:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5373, NULL, NULL, 'pramveer.singh@police.rajasthan.in', '74265e675968bb8a40ee3ce6003f3217', 'free_xxx_sex_pic\r\n https://juk.page.link/Z8Lb#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:50:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5374, NULL, NULL, 'director@foodmatters.com', '7f0e11f740257998cc6ca4d53f2989c1', 'arabic_sex_net\r\n https://juk.page.link/HvGy#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:52:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5375, NULL, NULL, 'H.Wiseman@griffith.edu.au', '82573d8f2cf703cb2beec366e36252e0', 'adult_adventure_sex_games\r\n https://rka.page.link/JaLQ#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:53:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5376, NULL, NULL, 'gtegene@warriors.com', '7d7a00b5a4071d939695e61dfb9be952', 'free_cartoon_sex_clips\r\n https://edz.page.link/dNuv#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:55:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5377, NULL, NULL, 'services@scoop.co.nz', 'eff0917ecf191bd3f6d4aaf510b5acdc', 'adult_sex_game_downloads\r\n https://von.page.link/kYH4#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:56:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5378, NULL, NULL, 'bootztmaj@buyviagrausabuy.com', 'dfd9593cc316959f6287bad3eaa7b8e9', 'asian_school_girl_sex_movies\r\n https://juk.page.link/eoQh#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:58:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5379, NULL, NULL, 'robert.kozachenko.7676@mail.ru', 'aab9a845d2c6158f3386d3679e4b6fb0', 'big_tit_hentai_sex\r\n https://xih.page.link/wZUV#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 00:59:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5380, NULL, NULL, 'schooloffice@perse.co.uk', '13b888fca577405efe67da1a94eb6ea0', 'african_girls_sex_video\r\n https://olk.page.link/2KEh#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 01:01:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5381, NULL, NULL, 'social@shakhtar.com', '80cc69b677d4d6748c94aa0b70d0f4be', 'actress_sex_pic\r\n https://wsz.page.link/CAL6#\r\nanodo', NULL, NULL, NULL, '212.32.207.30', '2022-09-09 01:03:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5382, NULL, NULL, 'rsaconference@singex.com', '11893ed413a499d074d2b40ae10d77ed', 'bbw_sex_talk\r\n https://cir.page.link/z862#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:22:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5383, NULL, NULL, 'advertisers@comparometer.in', '1f5def96c2853cc94b534d4bff96b594', 'best_anal_sex_sites\r\n https://juk.page.link/3Zcu#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:24:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5384, NULL, NULL, 'pr@deakudibal.dk', '52be4bb41b1b5098758317fc73df34fd', 'free_rape_forced_sex\r\n https://cir.page.link/pd6v#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:24:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5385, NULL, NULL, 'guestrelations@onefabergroup.com', 'f861c3c3bcb1866b56a65406d838eede', 'best_sex_books_for_couples\r\n https://wsz.page.link/6LpG#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:26:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5386, NULL, NULL, 'shivkumar67@gmail.com', '90c0d3ff2457a2e6e75d67fc1a293d49', 'free_amature_wife_sex_videos\r\n https://xih.page.link/iCWv#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:27:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5387, NULL, NULL, 'lsobba@kasb.org', '5366b56a8e01b2de968257975db24e0d', 'amateur_first_lesbian_sex\r\n https://wsz.page.link/YRrK#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:30:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5388, NULL, NULL, 'jodi.rainey@coxinc.com', '726385a6c4908b5e327cb8b6dac706af', 'anal_sex_pleasure_for_women\r\n https://rka.page.link/DnzA#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:31:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5389, NULL, NULL, 'bill@badboyzbistro.com', 'f385b0f155ef4c8a217859a4d4b52516', 'free_brutal_sex_videos\r\n https://olk.page.link/GtPK#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:34:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5390, NULL, NULL, 'GWM-Obits@Gannett.com', 'bbbc9b2440c2d4117c7da9d40d08335e', 'finding_sex_partners\r\n https://wsz.page.link/F1Pm#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:37:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5391, NULL, NULL, 'dmheller4@gmail.com', '25d599100624e7fd73568759d4729ee3', 'big_brother_sex_hot\r\n https://edz.page.link/FNox#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:37:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5392, NULL, NULL, 'carole.paleco@naturalsciences.be', 'c3032537cae73c8cccf69722a5d10911', 'amatuer_movies_sex\r\n https://juk.page.link/zLLR#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:40:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5393, NULL, NULL, 'Tina.Neary@pcsp.ca', '0ae2e934202d7e370cda2b67749ec047', 'free_amature_sex_vidios\r\n https://rka.page.link/fCva#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:41:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5394, NULL, NULL, 'info@cisanewsafrica.com', '9c5ca2c19c0e0e79ee5fe142ca22baf4', 'amateur_sex_party_pics\r\n https://juk.page.link/HX6b#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:43:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5395, NULL, NULL, 'karen@fa-mag.com', '939f348a9dfd01df16bb971027953679', 'amateur_sex_webcams\r\n https://wsz.page.link/YfTX#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:44:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5396, NULL, NULL, 'news@windsorite.ca', 'fcec963cbc5ee9ac8f34ac5b01e41387', 'free_sex_movies_and_video\r\n https://juk.page.link/jSqv#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:47:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5397, NULL, NULL, 'mumstead@herald-mail.com', '2f932e2eab29b0d306ee4d239581e15e', 'brother_gay_sex\r\n https://olk.page.link/DxBb#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:50:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5398, NULL, NULL, 'contact.lorient@etsmeunier.com', '74f4ad3a4d09d14f6014d84d3ce18b1b', 'free_online_lesbian_sex_stories\r\n https://edz.page.link/Dj7z#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:51:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5399, NULL, NULL, 'bloechinger92@aol.com', '4bb38fdeb3b33874fc8454808c232a58', 'free_naked_sex_pictures\r\n https://cvf.page.link/qP47#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:53:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5400, NULL, NULL, 'leblanc@uoregon.edu', '785052945afb597a8043d293a13eb538', 'adult_toy_sex\r\n https://xih.page.link/9RSC#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:56:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5401, NULL, NULL, 'Ann@InfoHorse.com', 'e0a7f7827f5789b609784ee4728015cf', 'facesitting_sex_videos\r\n https://edz.page.link/zsED#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 01:59:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5402, NULL, NULL, 'bratislava@tssgroup.sk', '253614fbcf216ce930e2aceed02c2bc0', 'free_gay_midget_sex\r\n https://nho.page.link/jQqY#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:05:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5403, NULL, NULL, 'authorsupport@authorlearningcenter.com', 'd883dab2117f51e6693f0929176463ae', 'freemovie_sex\r\n https://olk.page.link/TPw3#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:05:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5404, NULL, NULL, 'events@talonwine.com', '00708ac4fc0297f6da4db4ba2cc6ff78', 'amateur_sex_pic\r\n https://rka.page.link/eZer#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:07:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5405, NULL, NULL, 'sales@azurevip.com.', 'c79a6c0a9bae25300ea2be31bf30deb2', 'best_sex_position_for_a_woman\r\n https://nho.page.link/jz4K#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:08:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5406, NULL, NULL, 'macosta@lakecountyexam.com', '6c0d28a982a0069659e29a0beff955a7', 'bi_sex_orgies\r\n https://edz.page.link/Fnid#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:15:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5407, NULL, NULL, 'ejakubowski@scholastic.com', 'e257d6e339a475bcb75bc6f1e542c4a4', 'asian_anal_sex_porn\r\n https://von.page.link/Cjen#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:18:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5408, NULL, NULL, 'Arwel.Thomas@snowdonia.gov.wales', 'bff890d79b10ed3a2cb88e4de84e7f00', 'free_gay_sex_online_games\r\n https://edz.page.link/tJZB#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:19:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5409, NULL, NULL, 'trofim.adamidi@mail.ru', '989697771aab652fc01a7561648a7708', 'amatur_sex_vids\r\n https://wsz.page.link/VgK6#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:21:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5410, NULL, NULL, 'eneka@smd.co.za', 'f41a12db4d8209a92915230e56f05ffc', 'amateur_k9_sex\r\n https://xih.page.link/WBLC#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:24:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5411, NULL, NULL, 'jordan@cosmicpenguin.net', 'abc51f97b9f0d85754983d1fd8738751', 'first_night_sex_videos\r\n https://nho.page.link/gH3R#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:29:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5412, NULL, NULL, 'press@stuhrling.com', '2acb5c91c6a3bae96dcac263bc1b24ce', 'anime_bondage_sex_videos\r\n https://rka.page.link/E6CU#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:30:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5413, NULL, NULL, 'julio@1stbest.info', '26f44d57a91c77d32c4852a91736c9e5', 'famiy_guy_sex\r\n https://edz.page.link/Fnid#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:32:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5414, NULL, NULL, 'thecrew@russianmachineneverbreaks.com', 'd356db39162022d3670edb48bbc2cb80', 'african_sex_clips\r\n https://olk.page.link/M9zd#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:34:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5415, NULL, NULL, 'espace-culturel35720@orange.fr', '36318335a13e002783e45955e9d6f9ea', 'free_lesbain_sex_stories\r\n https://juk.page.link/Tzfh#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:37:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5416, NULL, NULL, 'candice@feministmajority.org', 'fe3642c086a6f099b02afcf3441cb70f', 'fantasies_sex_stories\r\n https://juk.page.link/QkxS#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:41:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5417, NULL, NULL, 'circ@bendbulletin.com', '6f066970b5cfb6048a8d41cbde141a89', 'free_college_girls_sex_videos\r\n https://juk.page.link/9DNr#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:42:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5418, NULL, NULL, 'hotjobs@london.newsquest.co.uk', 'd596d04ce1b0321a6d25a97a92f2d827', 'free_black_sex_cams\r\n https://cir.page.link/26M6#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:44:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5419, NULL, NULL, 'KHarris@MerleFM.com', 'c6bbe24569078aebaab8fd425adc9abf', 'big_sex_story\r\n https://olk.page.link/A6at#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:45:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5420, NULL, NULL, 'info@AltusEmergency.com', '4577acffd7d3d2408041dfd7ef1387f6', 'fat_girls_sex_pics\r\n https://cvf.page.link/g4gE#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:47:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5421, NULL, NULL, 'SLeslie@scholastic.co.uk', '1c8612b5a76d342708edcba389522d02', 'art_46_sex\r\n https://cvf.page.link/uVaZ#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:51:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5422, NULL, NULL, 'd.van.uffelen@zentoo.nl', '609e38e01c1eb87fc3325d6646d05850', 'free_hot_young_sex_videos\r\n https://edz.page.link/Ju4u#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:57:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5423, NULL, NULL, 'obits@thehp.com', 'c1fc53231cbc7e3a2eafb8fcdb5fc7f1', 'anal_sex_blogs\r\n https://juk.page.link/jaXm#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 02:59:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5424, NULL, NULL, 'pensionsclientservices@mof.gov.jm', '2f4baabcf74ba06c19c7e6dc5777662e', 'butt_sex_2\r\n https://edz.page.link/c1QJ#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:00:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5425, NULL, NULL, 'kylar@langenargen.de', '11274f97f331ac450cbafdf4e517da10', 'black_mother_sex\r\n https://wsz.page.link/rxrs#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:02:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5426, NULL, NULL, 'info@ashtangayogaobx.com.', '7608e78968e8a0ad4d34ec7a4029b234', 'free_sex_videos_dirty\r\n https://olk.page.link/o8DD#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:03:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5427, NULL, NULL, 'booking@tahko.com', '8f8f110a7298125f2a062e41bb7837b6', 'anal_sex_xxx\r\n https://juk.page.link/8GM6#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:09:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5428, NULL, NULL, 'mtdemo@mtdemocrat.net.', '3b862deb1ab578d677c1d56982aa29e2', 'free_sex_to_watch\r\n https://rka.page.link/vA1U#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:09:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5429, NULL, NULL, 'joshuao@takomaparkmd.gov', '817b7341474777cb80b7ae335d592000', 'bbw_office_sex\r\n https://wsz.page.link/6oop#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:12:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5430, NULL, NULL, 'info@grcity.us', '1e8f424fbbdbf9365ccdf5ac2ad3c86b', 'boy_in_sex\r\n https://von.page.link/WRmD#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:15:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5431, NULL, NULL, 'stanleymarshal567@gmail.com', '0f0840e8e8b9feca3e2ed0e561ebb585', 'ass_sex_for_free\r\n https://wsz.page.link/2JzA#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:18:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5432, NULL, NULL, 'ptantalo@ucsc.edu', '03f1d0b425532ebf3fffb45579e3a6b9', 'free_hot_naked_sex_videos\r\n https://rka.page.link/EKcr#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:19:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5433, NULL, NULL, 'contactus@myequity.news', '85361984421ec1c0ab2aeaf2ddae0462', 'adult_sex_free_clips\r\n https://edz.page.link/HDvG#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:21:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5434, NULL, NULL, 'clashlolvideo@gmail.com', 'ddef9f87f21776b71d04af44f1ebd231', 'adult_sex_outfits\r\n https://wsz.page.link/9hfg#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:22:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5435, NULL, NULL, 'mmoreira@lusa.pt', '3856806cf123e1e6f2da9f35cc52ca7a', 'alone_sex_dog\r\n https://von.page.link/m4yW#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:24:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5436, NULL, NULL, 'tips@brownstoner.com', '7f13a1077a81f65c30adbc920bd86415', 'free_downloadable_mobile_sex_videos\r\n https://edz.page.link/E1fx#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:26:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5437, NULL, NULL, 'R.Fluit@elsevier.com', '9a1f558bfba769824bdec1608212d998', 'amatuer_oral_sex\r\n https://nho.page.link/ZGfd#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:27:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5438, NULL, NULL, 'marina.sucur@uni-lj.si', '7cc4d592ff857107de8aba4e74449818', 'black_shemale_sex_vids\r\n https://cvf.page.link/rLon#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:30:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5439, NULL, NULL, 'library@rmg.co.uk', 'ef3f2b80cb9b96801e0457aa68d29164', 'anal_sex_porn_videos\r\n https://cvf.page.link/29rm#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:33:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5440, NULL, NULL, 'wxhlkd129@gmail.com', 'db5146e7af2c2854e172975f303e5e5c', 'body_heat_sex_scenes\r\n https://wsz.page.link/yRq1#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:37:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5441, NULL, NULL, 'ssmfqToleandrale@globalinsurance.world', 'a71c9dd51cd7ecafce46c4fe7e1ba7f4', 'free_pokemon_sex_videos\r\n https://cvf.page.link/4NFp#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:40:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5442, NULL, NULL, 'pgis034006@pec.istruzione.it', '87dc72c56f0df2658b6a39ef2c8b8076', 'anal_sex_fantasy\r\n https://wsz.page.link/DXA1#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:40:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5443, NULL, NULL, 'Officemanager@whatcomlandtrust.org', '3bb16042b5a315f4c6908aaf7891b2c3', 'free_boys_gay_sex\r\n https://edz.page.link/oDcf#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:42:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5444, NULL, NULL, 'jwjesussaves@gmail.com', '05fa8ce62a3fe38d08a5a9db37b59710', 'best_mainstream_sex_movies\r\n https://olk.page.link/dHcz#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:44:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5445, NULL, NULL, 'shanu9846@gmail.com', 'd1a7cbead20b03f49c9a9e763601f604', 'arab_sex_tube_xxx\r\n https://rka.page.link/hTnU#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:45:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5446, NULL, NULL, 'info@wiseawareness.com', 'a78668529f758ddb869258adfaedb0b1', 'big_sex_site\r\n https://edz.page.link/zbYv#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:48:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5447, NULL, NULL, 'Admissions@salisburycathedralschool.com', '7af68b7c4d165ebdf4db178347eb4a34', 'free_hentai_cartoon_sex\r\n https://juk.page.link/azbz#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:55:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5448, NULL, NULL, 'ashley.acker@itf-oecd.org', 'b560fe5dcc3f56067f010f186483c938', 'bot_sex\r\n https://xih.page.link/Xk6A#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:58:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5449, NULL, NULL, 'sales@the-competitive-store.com', '215ba633ed2e37c87291bc85a057414b', 'free_sex_site_password\r\n https://wsz.page.link/NKpd#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 03:59:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5450, NULL, NULL, 'sara@mysubscriptionaddiction.', '1397f4751bb31d5fc6e76c4d563c6a4d', 'free_toastee_sex_tape\r\n https://von.page.link/TRgS#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:01:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5451, NULL, NULL, 'mauroblogr@gmail.com', '0a4ded56c0e8dfd3bcdd14b056c3fe9f', 'bangla_sex_song\r\n https://olk.page.link/mcBw#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:03:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5452, NULL, NULL, '5@gmail.com', '4229d8f145627a16f77ec479e1406427', 'black_group_sex_tube\r\n https://edz.page.link/vgb2#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:06:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5453, NULL, NULL, '65prokat@bk.ru', '07e77bb9aafeca646a9522968d6ab95e', 'boys_sex_free_videos\r\n https://nho.page.link/49Ku#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:08:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5454, NULL, NULL, 'tiv279ae@tnebnet.org', '99f55427437a7fb99c9e1dcf0f9dc5e8', 'boys_having_sex_movies\r\n https://nho.page.link/5Xme#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:10:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5455, NULL, NULL, 'afsmith@gen.cam.ac.uk', '476f6a39074291524d75d2cc7b3ad348', 'free_quality_sex\r\n https://cir.page.link/qM15#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:14:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5456, NULL, NULL, 'monolithic@mail.com', '55c1665430beaaee2130f229b703c41e', 'abstract_sex_art\r\n https://wsz.page.link/mBKw#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:14:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5457, NULL, NULL, 'adrusch@mcclatchydc.com', '065deca12e088bea94166d09719f351d', 'asian_woman_anal_sex\r\n https://cir.page.link/KiKW#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:21:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5458, NULL, NULL, 'privacy@moddb.com', '839e7c2095e483f871fd164c82ee333d', 'fat_black_women_having_sex\r\n https://cir.page.link/Xozd#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:21:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5459, NULL, NULL, 'info@guide2womenleaders.com', 'd803c42ca9018c979efb657bfa5909b4', 'amateur_sex_in_bed\r\n https://cir.page.link/sMwf#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:25:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5460, NULL, NULL, 'help@hbx.com', '60cca87427ab59717e61292593f78883', 'black_amateur_sex_tubes\r\n https://cir.page.link/ozLQ#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:28:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5461, NULL, NULL, 'johnleonardcork@gmail.com', '9c95d8247bf466466db42624986a1d5c', 'free_oral_sex_tube\r\n https://juk.page.link/z93Z#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:28:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5462, NULL, NULL, 'niguliste@ekm.ee', '8013f0eab05009ff6316073ed97a00b4', 'aflam_sex_arabic\r\n https://wsz.page.link/sw92#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:31:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5463, NULL, NULL, 'mnmfnied@aol.com', '60704259dc1a39c54d02236f08877f4b', 'amateur_sex_wives\r\n https://juk.page.link/5GxS#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:32:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5464, NULL, NULL, 'lbuoniconti@corpwd.com', '64bf96e47ff65bcf2d418b75abb48df6', 'first_sex_with_daddy\r\n https://cir.page.link/gPJN#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:34:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5465, NULL, NULL, 'hjmsnieq@aol.com', '3dbcdce62a723d36a3fa96f08170cd81', 'asian_cum_sex\r\n https://xih.page.link/6YmH#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:37:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5466, NULL, NULL, 'kchoden@molhr.gov.bt', 'b052bdefe865b06cedb94c1c7ca32b40', 'free_pics_of_oral_sex\r\n https://rka.page.link/eLWZ#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:39:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5467, NULL, NULL, 'Complaint@JointCommission.org', 'd6ed663f3046d8f599184076c4f8ef13', 'flash_light_sex_toy\r\n https://wsz.page.link/yNZb#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:42:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5468, NULL, NULL, 'tmartin@salemva.gov', 'c02508dfa539426f6459b38e041eb16c', 'bikini_sex_models\r\n https://edz.page.link/y9Nu#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:46:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5469, NULL, NULL, 'hazzan.goldsmith@adasisrael.org', 'f810b8512eb83881200c42f3c35c36b4', 'free_full_video_sex\r\n https://olk.page.link/g576#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:46:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5470, NULL, NULL, 'riagzlaurfarveila@tramadol100mg.us', '4ce1ea2fce43c81970b3cee57210ceb7', 'abdominal_pain_after_sex\r\n https://xih.page.link/WBLC#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:50:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5471, NULL, NULL, 'lee@go2bbi.com', 'aab193d30354fa4d73a3d90262d08b6c', 'black_woman_having_sex\r\n https://juk.page.link/YfDQ#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:50:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5472, NULL, NULL, 'admissions@aimc.edu', 'ff55e0c8c16d9a83b2d58db4d9dc00ba', 'black_and_white_sex_pics\r\n https://juk.page.link/5yA2#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:53:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5473, NULL, NULL, 'v.chalumeau@pap.fr', '4fdc3a19a017af79d268d9a70998d8bb', 'ametuer_sex_videos\r\n https://olk.page.link/2VyE#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:53:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5474, NULL, NULL, 'sales@artcoe.co.uk', '699d8bb5f18af26d7750420a72e342e4', 'big_brother_norway_sex_video\r\n https://juk.page.link/GFKs#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:56:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5475, NULL, NULL, 'vova.yelagin@mail.ru', '4b82de93dea89f8c947746e973fea2af', 'black_women_looking_for_sex\r\n https://juk.page.link/3jRA#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 04:57:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5476, NULL, NULL, 'info@iamhere.life', 'ce86535544c4a529ba85d95dca3d3819', 'big_brother_nikki_sex_tape\r\n https://rka.page.link/G5MR#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:00:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5477, NULL, NULL, 'randyQGM@gmail.com', '30102e3afce62053c5c23715fe86f25c', 'big_breasted_women_sex\r\n https://wsz.page.link/6oop#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:01:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5478, NULL, NULL, 'info@goiranian.com', '1df74c9e9dec3c99ed752106d10bf259', 'african_sex_porn\r\n https://xih.page.link/zjxJ#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:03:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5479, NULL, NULL, 'ringwoodluke@gmail.com', 'dd34ba9cad4cc1f43f46811992e50c0c', 'free_virtual_sex_site\r\n https://von.page.link/6DGa#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:04:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5480, NULL, NULL, 'info@chimiecanadienne.ca', 'addf400f7a26504b378db39b4d0dc5e2', 'amateur_sex_videos\r\n https://olk.page.link/LAa5#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:07:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5481, NULL, NULL, 'l.f.cleavely@lse.ac.uk', '83db12ee58f6818afd840407afe818fb', 'amature_home_made_sex_movies\r\n https://xih.page.link/zUHZ#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:07:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5482, NULL, NULL, 'nwrcqjl@gmail.com', '34bcf3c14cb304ac3c7362c355217f5f', 'boobs_and_sex_videos\r\n https://cvf.page.link/ZiFX#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:11:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5483, NULL, NULL, 'jean@booksinbloom.org', 'cb90d85c5040ecf4a565d4989928297e', 'amature_sex_posts\r\n https://edz.page.link/rEnp#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:11:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5484, NULL, NULL, 'wave2support@suntimes.com', '0edd2f51957777e5f07de10951fa78f3', 'brother_and_sister_sex_movies\r\n https://juk.page.link/pyQp#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:14:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5485, NULL, NULL, 'pfassist@illiniradio.com', '3b315bd25f5752b5ce99909038fdc2c6', 'adult_travel_sex\r\n https://von.page.link/Y7Hi#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:17:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5486, NULL, NULL, 'aniles@wbgo.org', '856a83e26b8375e3d0c1fc3f8d1548e9', 'brasileiras_sex\r\n https://cir.page.link/HU7f#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:17:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5487, NULL, NULL, 'jchenderson@gfbinsurance.com', 'd5367d9342b08f8d107bacab72fe3d18', 'ben_10_sex_porn\r\n https://olk.page.link/5Pof#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:23:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5488, NULL, NULL, '36077F1E.DB53C448@gate.net', '6c13a009f487a5c4c40db3970e00c2f2', 'avril_lavigne_sex_tape_real\r\n https://wsz.page.link/hCbv#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:27:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5489, NULL, NULL, 'Information.desk@cabotcircus.com', '4a0e144e5f1ff361107c85d9f33ec636', 'ass_sex_asian\r\n https://rka.page.link/Lp9e#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:29:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5490, NULL, NULL, 'rich.hill2001@gmail.com', 'b74de4ef5ee2c7b28a2e7ee5b02b22a6', 'free_sex_movies_for_download\r\n https://wsz.page.link/EoJw#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:32:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5491, NULL, NULL, 'chokri@giftmorocco.com', '91e6845e6f55482906f59a5302bb0461', 'bdsm_mature_sex\r\n https://cvf.page.link/auP8#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:33:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5492, NULL, NULL, 'AskCVM@fda.hhs.gov', '711a940191f4eedec918dcc85f7863f7', 'amateur_dildo_sex\r\n https://von.page.link/4F36#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:35:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5493, NULL, NULL, 'support@develsoftware.com', '71ca6e920af53a6190a677bfc02dc7c6', 'big_boobs_girls_sex\r\n https://rka.page.link/AH2e#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:36:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5494, NULL, NULL, 'contact@twizamart.ca', '0ee8a4116bcf3b21504777af1c3f058b', 'free_nude_sex_chat\r\n https://cvf.page.link/Kxkr#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:39:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5495, NULL, NULL, 'jugalde@eldiario.ec', '70befdcff8651bb6691505dea7253c6e', 'android_18_sex_videos\r\n https://von.page.link/iUea#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:40:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5496, NULL, NULL, 'lessons@skichinapeak.com', '906abead448fce379fde985eb36a25d7', 'best_movies_sex_scene\r\n https://xih.page.link/7GjM#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:42:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(5497, NULL, NULL, 'patrida@otenet.gr', '512b2110bbea502a22f5f20c803ffa31', 'animation_cartoon_sex\r\n https://von.page.link/gLgN#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:43:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5498, NULL, NULL, 'tenpo4music@yahoo.com', 'b2e460550c9ae6488b267e7387706ee0', 'free_old_46_young_sex\r\n https://xih.page.link/uw2k#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:46:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5499, NULL, NULL, 'MDellavecchia@pressofac.com', 'ce8010c8926696f3e02b8462b1bcf509', 'butterfly_effect_sex_scenes\r\n https://rka.page.link/akZr#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:49:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5500, NULL, NULL, 'l3654viap@kinokradkinokrad.ru', '7d22c71da0db3534c1e58a0bfa528a1c', 'anal_sex_and_orgasm\r\n https://olk.page.link/X5dD#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:49:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5501, NULL, NULL, 'drudurhaberahome@gmail.com.', '4f87e936f1a25c386dcb89f14f65ea15', 'asian_sex_movie_clips\r\n https://edz.page.link/2MoZ#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:53:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5502, NULL, NULL, 'publicitat@grupflaix.cat', '4a1a67f74f613cbf22282a5433db3f73', 'first_dog_sex\r\n https://edz.page.link/dFF8#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:56:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5503, NULL, NULL, 'cekline1987@gmail.com', 'afe1a73b9d93d7c0b108bbea4d16d796', 'free_vedio_of_sex\r\n https://juk.page.link/GUZ9#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:57:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5504, NULL, NULL, 'jerald@lopelab.com', '04adcb69c775bc8c0e1f64ede9142ed7', 'ben_10_sex_game\r\n https://nho.page.link/Bn7B#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 05:59:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5505, NULL, NULL, 'anbuohf@gmail.com', 'c0328f58eb8f5f0f61458cc604341e0e', 'beautiful_lesbian_sex_videos\r\n https://nho.page.link/ujdN#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:00:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5506, NULL, NULL, 'admin@esacentral.org.au', '56ce490efe5e7127ab3bd6ace74523d7', 'fat_dude_sex\r\n https://cir.page.link/KyCX#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:02:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5507, NULL, NULL, 'info@kitschmix.com', '2794b217a3f466aea040973909a3ebc1', 'blowjob_sex_vids\r\n https://edz.page.link/p1qb#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:04:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5508, NULL, NULL, 'sansalvador.sv@opusdei.org', '2ed8fdac5cda874c8eaf8d1fdbceac24', 'asian_college_sex_videos\r\n https://juk.page.link/BThL#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:05:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5509, NULL, NULL, 'capitol-publishing@hotmail.com', '62d6e9eb8417e9a0641a4a4a8c09cf67', 'free_k9_sex_video\r\n https://cvf.page.link/mMyu#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:06:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5510, NULL, NULL, 'circ@huntingdondailynews.com', '4d17a9bf4327a8ac5a5efadb434d01d6', 'britney_spears_celebrity_sex\r\n https://xih.page.link/wZUV#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:09:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5511, NULL, NULL, 'mnhayes@blm.gov', '1002d0f6b7fbc9367da15fda21c66a23', 'free_video_of_oral_sex\r\n https://rka.page.link/f7xR#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:11:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5512, NULL, NULL, 'asiabriefing@nytimes.com', '76ae9ae76e1ba040ae893bf943b044e8', 'anal_sex_toy\r\n https://nho.page.link/BHxY#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:12:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5513, NULL, NULL, 'stephen.ireland@irwinmitchell.com', 'cf956a187e9d2017043bd2d177dc6d69', 'free_black_men_sex_videos\r\n https://cvf.page.link/fmTk#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:14:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5514, NULL, NULL, 'gennadiy.silivanov@mail.ru', '821c164bab04e93bc88c19a3a32260a9', 'action_sex_games\r\n https://cvf.page.link/yx9H#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:15:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5515, NULL, NULL, 'esxbsToleandrale@onlinecasinoslotsix.us', '711bf9921d0ce385842d538d33d52ed0', 'best_tamil_sex\r\n https://nho.page.link/hQrD#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:17:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5516, NULL, NULL, 'parel@esakal.com', 'f5ba23d2a305d9855c33fb7b884bfaa4', 'first_sex_with_mom\r\n https://olk.page.link/Waci#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:18:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5517, NULL, NULL, 'poonam.kumari4@police.rajasthan.in', 'b05ee3c35b675515357df9a0ff00da6b', 'free_girls_sex\r\n https://edz.page.link/DvkH#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:20:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5518, NULL, NULL, 'efcsoccer88@gmail.com', '51b260172f8b7124db43c6b588f600bd', 'bled_during_sex\r\n https://cir.page.link/rgQz#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:22:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5519, NULL, NULL, 'info@magneticmag.com', '10de810cfaccbafcaa43e24724988a55', 'asian_celeb_sex_tape\r\n https://von.page.link/HPKv#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:23:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5520, NULL, NULL, 'mcallahan@bridgeportedu.net', 'd27c37f438cef267c2567b63c54e0632', 'big_tits_sex_video\r\n https://rka.page.link/ttok#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:25:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5521, NULL, NULL, 'ufr@corefitinc.com', '5e0573640049c8984ce1d1d87493cab4', 'amateur_sex_viedos\r\n https://von.page.link/yaeP#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:26:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5522, NULL, NULL, 'GORDONER@FULTONSCHOOLS.ORG', '560d7ec014e4a8a51112b363a9ed8b5d', 'ass_sex_porn\r\n https://edz.page.link/HGnk#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:28:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5523, NULL, NULL, 'library@whitney.org', '0a013cb5bcbfe9abcc62101e94f5b14d', 'ashlee_simpson_sex_tape\r\n https://wsz.page.link/8gHe#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:29:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5524, NULL, NULL, 'rhi@uhs.uga.edu', 'd94b8c1e9620cdf4d5e7f572dc36f565', 'black_mother_daughter_sex\r\n https://olk.page.link/iFt1#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:31:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5525, NULL, NULL, 'louis225@xmmail.ru', '62ddf973264dfa88efea9e3a86796fa0', 'adult_sex_thumbs\r\n https://edz.page.link/kgv9#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:35:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5526, NULL, NULL, 'webstaff@thechristianbeat.org', 'cae801322b5d7021b9990d11e529acbd', 'foods_for_good_sex\r\n https://wsz.page.link/dYhG#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:38:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5527, NULL, NULL, 'hi@mindfulmovement.me', 'da58ef9810edc18c102e733620fc3ace', 'feelings_sex\r\n https://xih.page.link/Mbpt#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:38:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5528, NULL, NULL, 'mattb@barbermurphy.com', '242cee201a4d791b343e9c44f8cde5e6', 'asian_mature_sex\r\n https://cir.page.link/VQnt#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:42:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5529, NULL, NULL, 'pwyloh905@hotmail.com', '90c45fb8b128dbf8af1c91e7eb464aa1', 'best_home_sex_movie\r\n https://nho.page.link/wXBa#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:42:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5530, NULL, NULL, 'warsaw@agile-center.com', 'a1140f67a1a2857cb207b06584e85e88', 'bbw_and_sex\r\n https://cir.page.link/jbvo#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:45:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5531, NULL, NULL, 'markeed@markee-d.com', 'fc219bd24ba98dab73c4e7a635677659', 'free_sex_vidoes_to_watch\r\n https://olk.page.link/37L2#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:48:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5532, NULL, NULL, 'amit.kucheria@linaro.org', '2ee8c201a3f33331473e41582cd7722f', 'asian_sex_women\r\n https://nho.page.link/NdRe#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:49:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5533, NULL, NULL, 'flumserberg@heidiland.com', '6517fc8afba1ab131c4420e0e5ea7bc0', 'anime_lesbian_sex_videos\r\n https://cir.page.link/HNL8#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:51:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5534, NULL, NULL, 'emailus@chezvoushair.com', '99c7a20044ae6259f881fd670bbb0cac', 'free_live_sex_web_cam\r\n https://von.page.link/MjMt#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:56:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5535, NULL, NULL, 'dgaleria@heraldextra.com', '558de1ed8b446f5889fc86ed3bd5e1af', 'best_new_sex_toys\r\n https://xih.page.link/zn7B#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 06:58:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5536, NULL, NULL, 'collections@museumofsex.com.', '000bf8cc091310ac0833327671f2baef', 'a_woman_sex\r\n https://von.page.link/wiex#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:04:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5537, NULL, NULL, 'drotubospellhome@gmail.com', 'd2248ac6f27de9e31eb14649040724a1', 'first_sex_with_sister\r\n https://edz.page.link/3ktS#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:08:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5538, NULL, NULL, 'acagrohalvad@yahoo.com', '12d86d91ded46cc1eb7a2247b6105b92', 'first_sex_teacher_videos\r\n https://wsz.page.link/93QT#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:11:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5539, NULL, NULL, 'gwathen@sfchronicle.com', 'a519dd0efd515e221c55844d7f405702', 'free_kids_having_sex\r\n https://rka.page.link/2Nk7#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:11:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5540, NULL, NULL, 'lagrandeboucle@gmx.ch', '5043c1d5ac53120a248607bcec6dd87e', 'bbw_group_sex_pics\r\n https://rka.page.link/Lnj5#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:14:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5541, NULL, NULL, 'cebc@cebc.org.br', 'a08aaa042684b46fdb13349a0b3b56f8', 'bbw_strapon_sex\r\n https://olk.page.link/XQjK#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:15:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5542, NULL, NULL, 'office@nationalphilharmonic.org', 'efe5b20637d982f3b18eeb3d62d78987', 'best_telugu_sex\r\n https://edz.page.link/nXpA#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:21:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5543, NULL, NULL, 'morgan.e.trudel@njit.edu', '8949b523a72a936ff0c25df4ed453a35', 'free_real_forced_sex\r\n https://von.page.link/jLcy#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:22:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5544, NULL, NULL, 'monica@heart-media.com', 'fac44c35eb4f4ccc8f5aa2de422d8230', 'arab_sex_forum\r\n https://wsz.page.link/5eC9#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:25:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5545, NULL, NULL, 'mail@gpogrand.com', '8f4ad530600fff4989ee8a56aea893db', 'adult_sex_fetish\r\n https://olk.page.link/v7aV#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:26:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5546, NULL, NULL, 'kuva.hakijapalvelut@uniarts.fi', 'afae389ca39fb36916b144cbe4db02dc', 'fat_wife_sex\r\n https://xih.page.link/DrEa#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:29:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5547, NULL, NULL, 'yacdsToleandrale@online-casino24.us', 'd89d1b373de5783442e932a516f7e4dd', 'brother_and_sister_having_sex_pictures\r\n https://wsz.page.link/QczV#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:30:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5548, NULL, NULL, 'rosedarklin@gmail.com', 'd5a0fabe1b15ce618146f0f66b7316bb', 'ass_sex_vid\r\n https://von.page.link/E4cL#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:32:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5549, NULL, NULL, 'maukerman@aclumich.org', '54ee12e5c1be3a9b6ba8ccc179028676', 'borthday_sex_remix\r\n https://wsz.page.link/JTMZ#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:36:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5550, NULL, NULL, 'circulation@lighthousenow.ca', '095752555501f0d3ae112d6dbaf5c138', 'ass_sex_tubes\r\n https://cvf.page.link/CG9X#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:40:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5551, NULL, NULL, 'peeweedirector@chilliwackminorhockey.com', '64b9860b2396d5d84cc7c5b0c6c14e34', 'adult_sex_costume\r\n https://juk.page.link/sDfd#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:40:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5552, NULL, NULL, 'slaestzfyn@dispmailproject.info', '12b1ba21d7c79191782a6b932a696415', 'fre_sex_porn\r\n https://olk.page.link/Evuv#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:44:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5553, NULL, NULL, 'ptc.norte@fcporto.pt', 'def1836ce52fbd5d8de122a5050a2fce', 'big_cock_gay_sex_movies\r\n https://nho.page.link/Mwsa#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:44:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5554, NULL, NULL, 'info@ilcorriere.net', '7683499825a58dc0c51e3b80eda1369d', 'anal_sex_pussy\r\n https://von.page.link/EsyX#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:47:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5555, NULL, NULL, 'OhdsiRTools@v1.3.0', '9c9442cfd38b51bc0387da7185f999a8', 'bdsm_video_sex\r\n https://xih.page.link/TcgN#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:51:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5556, NULL, NULL, 'development@olddoghaven.org', '7c3b51162dc2aa2c1f01b1a18deba24a', 'bodybuilder_sex_tubes\r\n https://von.page.link/hmPY#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:51:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5557, NULL, NULL, 'jdeleon@lagcc.cuny.edu', '1eefadf96bfcefd58cb0cd47a68d14f8', 'big_boob_sex_movie\r\n https://juk.page.link/tjrV#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:54:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5558, NULL, NULL, 'rod.white@fairfaxmedia.com.au', '901c149fb7ab38a92c0c08ef3a0555e1', 'arabic_sex_movis\r\n https://cvf.page.link/E8b2#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:54:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5559, NULL, NULL, 'sarah.porter@ccconcern.org', '292163017d5413ef9c82eaacbd86bd70', 'female_sex_chromosomes\r\n https://cir.page.link/QmMq#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 07:58:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5560, NULL, NULL, 'babymaker@makemebabies.com', '6a3c2cdae70d5186f8b6e5ca249011c6', 'free_xxx_sex_videos_online\r\n https://cvf.page.link/QfnD#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:01:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5561, NULL, NULL, 'eglmrtq@gmail.com', '44ccbe912858d7a0b4e94218f9604ea5', 'auto_erotic_sex_game\r\n https://cvf.page.link/RUfM#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:04:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5562, NULL, NULL, 'elaesttmvl@dispmailproject.info', 'ecd5cbc62b85175d92ebb211b0ff9109', 'free_sex_blowjobs\r\n https://wsz.page.link/2TSQ#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:08:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5563, NULL, NULL, 'bethel@bethelhudson.org', '26eb05131e597a10069719e5aee97e8b', 'free_video_sex_positions\r\n https://edz.page.link/1tA7#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:12:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5564, NULL, NULL, 'obits@progress-index.com.', 'e607b421dfa6d4f564406aa1780b0466', 'black_anal_sex_sites\r\n https://juk.page.link/dTfZ#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:13:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5565, NULL, NULL, 'info@pacificfloat.com', '8da93806e1d2642e90c75941164d01b6', 'anal_sex_toy_videos\r\n https://xih.page.link/463h#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:19:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5566, NULL, NULL, 'yrutts988@hotmail.com', 'ef9b82ee234b9956fc8a7f67e8a9b43d', 'art_of_sex_download\r\n https://wsz.page.link/GL4q#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:20:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5567, NULL, NULL, 'culinary.campus@sait.ca', '046a640f3da1c86ff6c6d54863c311cf', 'free_celebrity_sex_tapes_no_sign_up\r\n https://cir.page.link/t8uK#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:23:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5568, NULL, NULL, 'info@atlanticcrewing.com', 'fdc3dc23cb9ac07a8b6f7f2095160118', 'anal_sex_home_made\r\n https://olk.page.link/iB16#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:23:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5569, NULL, NULL, 'PCarter@somerset.gov.uk', '7b457fb4e1830abd2f05b60774447aa3', 'arabic_sex_vidio\r\n https://nho.page.link/VLbx#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:26:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5570, NULL, NULL, 'EToffey@TimesShamrock.com', 'dc4e8844ff921a7e5e5cebb2779c5903', 'anal_sex_spanking\r\n https://nho.page.link/yhDV#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:29:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5571, NULL, NULL, 'heikenwaelder@aon.at', '64cd98c8ee1eb40c60a36f65bd43e1f7', 'asain_sex_slave\r\n https://cir.page.link/yDPn#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:32:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5572, NULL, NULL, 'lglueckert@mchs.org', '0146eeff6f6f0cf42931c4dc70a94fd6', 'arabic_teens_sex\r\n https://edz.page.link/mhd6#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:36:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5573, NULL, NULL, 'ajeet@icai.in', 'aa9905e15fc2bf1a1e6317d7b24890a8', 'bracelet_sex\r\n https://rka.page.link/PhGi#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:40:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5574, NULL, NULL, 'dpaulsen@episcopalchurch.org', '4d3df1b50b53a42fda129acc69e4b204', 'ass_sex_porno\r\n https://cvf.page.link/zdrG#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:42:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5575, NULL, NULL, 'nm@dubaere.be', '661badeefcd44737d00e30ebf0cc6080', 'business_woman_sex_video\r\n https://wsz.page.link/Pp3j#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:44:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5576, NULL, NULL, 'rastislav.stur@snd.sk', '06c2282d038a46a8a7a3310194cd7ec7', 'fantasy_sex_tubes\r\n https://wsz.page.link/A77A#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:47:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5577, NULL, NULL, 'cbs_info@nbc.org.kh', '05c681cc9f0a70e1ec70b70d6b02b4a5', 'fat_mature_sex_pics\r\n https://nho.page.link/K2YS#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:48:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5578, NULL, NULL, 'cgleese@collins-cc.edu', '28b1a06772cf9e5a98881c6731ecc3ec', 'anal_sex_freeones\r\n https://von.page.link/HZg5#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:51:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5579, NULL, NULL, 'insidernj@gmail.com', 'ce93d403569bbbc1a1ff6eda86040c07', 'baby_free_sex\r\n https://olk.page.link/ZPwi#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:52:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5580, NULL, NULL, 'uyttdnly@gmail.com', '34cadfd2cfbb093ea46c7609d989d677', 'barbie_sex_toys\r\n https://wsz.page.link/H4LC#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:55:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5581, NULL, NULL, 'jh_nj_info@jefferson.edu', 'd95939e9010ed8c6be0efa806842be03', 'free_sex_video_of_girl\r\n https://olk.page.link/Dbgb#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 08:58:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5582, NULL, NULL, 'iqisgte@gmail.com', '833f2c018ed24479498bf56f8f3ad006', 'boys_and_girls_having_sex_pictures\r\n https://juk.page.link/KozD#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:05:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5583, NULL, NULL, 'forumdaily@gmail.com', '7ae60c11ec686ab4f8975de897feb8e7', 'finding_out_baby_sex\r\n https://wsz.page.link/4ZMX#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:09:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5584, NULL, NULL, 'itnq@gmail.com', 'a0a56bd8e14ea2b3ce8037743b75756d', 'funny_sex_photo_gallery\r\n https://xih.page.link/MsZK#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:11:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5585, NULL, NULL, 'ecarpenter@essexmediagroup.com', 'fdd4c3fb789910f1054633fb396b5b4e', 'bizarre_free_sex_videos\r\n https://xih.page.link/Egfe#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:14:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5586, NULL, NULL, 'jmoore@irsc.edu', 'c99f46540a1bab8a137ff9612ed53438', 'amateur_sex_lesbian\r\n https://cvf.page.link/hBTk#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:17:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5587, NULL, NULL, 'kcc@sakh.com', '3f2f28da2e4ce320d647faf7f370cdc8', 'anal_sex_woman\r\n https://xih.page.link/nnjZ#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:21:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5588, NULL, NULL, 'changwilliam369@gmail.com', '62182c2cb34aed3d1ef6f9c72ffb6602', 'blow_up_dolls_for_sex\r\n https://edz.page.link/wSdQ#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:23:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5589, NULL, NULL, 'red@tribuna.ro', '26c785fbc6d472362c7309d3c048023a', 'baby_boy_movie_sex_scenes\r\n https://cir.page.link/FFiF#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:26:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5590, NULL, NULL, 'marketing.astoria@vgs-bled.si', 'f3071f98ded738544a03ca0859773cac', 'first_lebian_sex\r\n https://juk.page.link/tKf2#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:29:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5591, NULL, NULL, 'zlaestetod@dispmailproject.info', '745cdd1b99e11e47f93d88b63b5e01b9', 'angelica_panganiban_sex_scandal\r\n https://nho.page.link/DfBn#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:33:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5592, NULL, NULL, 'info@jmoperations.net', '827d19e1aa64ea52715012e893a49a2d', 'ashlee_simpson_sex\r\n https://olk.page.link/YbYQ#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:33:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5593, NULL, NULL, 'classifieds@metroland.com', '8e68372cce42b7e55a5e69d2da2998d0', 'best_sex_positions_for_couples\r\n https://cir.page.link/9hjw#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:40:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5594, NULL, NULL, 'illuminatiloanscompany@gmail.com', 'fd2d4909409a707701570af958ca3eec', 'amature_sex_community\r\n https://xih.page.link/mi8C#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:41:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5595, NULL, NULL, 'smithma@prescott.k12.wi.us', '625039453172abfe628a8b51a3c4e4b3', 'birthday_sex_uptempo_mp3\r\n https://olk.page.link/HsBZ#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:47:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5596, NULL, NULL, 'mukesh.meena8@police.rajasthan.in', '711f8f9c8f96fee94729b52c71776e43', 'big_black_sex_video\r\n https://juk.page.link/PazG#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:48:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5597, NULL, NULL, 'foodiversita@eataly.com', '9ea137e5e2000a8083a7d5483bb165a8', 'bdsm_sex_game\r\n https://olk.page.link/6Ekk#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:50:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5598, NULL, NULL, 'info@pcta.org', '0f181c9d6c2eaf66306643075317928f', 'best_home_made_sex_toy\r\n https://juk.page.link/KtCN#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:52:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5599, NULL, NULL, 'erika.ketchum@klty.com', '29a4196812bbe7f5cf2e6b3f6bcef495', 'bizarre_sex_insertions\r\n https://olk.page.link/wMZN#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:53:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5600, NULL, NULL, 'qtppszx@gmail.com', '4518aa9db8737d9190009ca76a7bbcaf', 'free_mature_sex_games\r\n https://juk.page.link/tNRY#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:54:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5601, NULL, NULL, 'bridgehouse@ashfordschool.co.uk', '587f6effba081430d496e5e935d128d3', 'fuking_sex_video\r\n https://nho.page.link/QEUE#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:56:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5602, NULL, NULL, 'lauren.brandt@starherald.com', 'bff1188999275a3728c3d27ccb0139f4', 'free_to_watch_sex_videos\r\n https://cvf.page.link/5NfV#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 09:57:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5603, NULL, NULL, 'mamiko.k.carroll@hawaii.gov', '0452667b091f95c68c7fe4e6685c7de2', 'free_incest_sex_tube\r\n https://cvf.page.link/2Nyo#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:01:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5604, NULL, NULL, 'info@ildenaro.it', '364e8183fe70bb951e1ef2b76649923c', 'anal_sex_toys_videos\r\n https://cir.page.link/5S1X#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:06:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5605, NULL, NULL, 'babethetvero@contoirduconte.fr', '263829978f86321b8ee3c59fc516343c', 'big_girls_haveing_sex\r\n https://wsz.page.link/ozCS#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:09:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5606, NULL, NULL, 'xkfyeToleandrale@onlinecasinomax.us', '7ddb8467623b98b1283ece68f7be1924', 'fucking_good_sex\r\n https://cvf.page.link/xv5D#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:10:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5607, NULL, NULL, 'pn550276@gmail.com', '7b1f5b479db24f76140b7ae9dc326b3a', 'briney_spears_sex\r\n https://cvf.page.link/rabr#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:12:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5608, NULL, NULL, 'VTong@PortlandTribune.com', '2f99321d2462fc945bb300ea828c5948', 'black_hot_sex_video\r\n https://juk.page.link/yQAU#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:14:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5609, NULL, NULL, 'circulation@ricentral.com', '7485294c571aed038beb0ec845f1d930', 'bbw_hard_sex\r\n https://xih.page.link/aJ3v#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:15:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5610, NULL, NULL, 'ian.campbell@avrce.ca', '6c7566fbeb7f3923aa79ba0202dc1d40', 'amateur_honeymoon_sex_videos\r\n https://rka.page.link/QaX7#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:16:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5611, NULL, NULL, 'zdimhmq@gmail.com', '28d202f00885de3875dca2c821658e3a', 'free_downloads_of_celebrity_sex_tapes\r\n https://olk.page.link/cnTC#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:18:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5612, NULL, NULL, 'support@fitonomy.co', '61b4f3c010d6a06fee00812677b99aab', 'amy_fisher_free_sex_video\r\n https://olk.page.link/BxAY#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:21:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5613, NULL, NULL, 'josh@adventurefit.com', '527bfbf8473a2aa8e3e3e88fbbd9a8aa', 'biggest_tits_sex\r\n https://cvf.page.link/Qv3Z#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:22:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5614, NULL, NULL, 'info@sw-marina.com', '01bf3defbba0fed7ab2e0f85fe069612', 'female_boss_sex\r\n https://cir.page.link/fEtm#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:24:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5615, NULL, NULL, 'mrace@oxfordmail.co.uk', '1efa92e5b7fcdfb3d7b1db5c2375afd0', 'asian_girls_forced_sex\r\n https://edz.page.link/7TXH#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:27:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5616, NULL, NULL, 'se.holmberg@wingate.edu', '51b589e6b55c26f2cb2d3098c2241348', 'ask_sex_search\r\n https://edz.page.link/9Mqx#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:31:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5617, NULL, NULL, 'sales@pharmaster.ca', 'ee886f1f5da88e1ace1359343a87073a', 'britney_spears_phone_sex\r\n https://juk.page.link/BfJn#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:34:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5618, NULL, NULL, 'sofcga@stuact.tamu.edu', 'b5214dc022588481adc877797f62bd05', 'butterflies_sex\r\n https://cir.page.link/fRmc#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:34:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5619, NULL, NULL, 'promo@e.newegg.com', '801298cf09b2cae6d247e0a0fd341587', 'anal_forced_sex\r\n https://olk.page.link/WCBH#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:37:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5620, NULL, NULL, 'oremus@gentofte.dk.', '6f519a0f84e4a67ff2357006ae292036', 'free_couples_sex_cam\r\n https://cir.page.link/aQH7#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:38:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5621, NULL, NULL, 'lucy@smthelp.com', '9e4c480b0bf7c1b133b65797c032b94b', 'african_gay_sex\r\n https://nho.page.link/n4x4#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:40:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5622, NULL, NULL, 'terieL@gabar.org', '3e42ac4ba71a2066204816a2f6e65f45', 'free_gay_videos_sex\r\n https://xih.page.link/N2nq#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:42:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5623, NULL, NULL, 'contact@bestindustrynews.com', 'f6edec2288ce460fab5244ad256058d7', 'arcade_games_sex\r\n https://wsz.page.link/A1Kh#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:43:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5624, NULL, NULL, 'kiko@kikocompany.com', '7a39f1f7d99d67f198e15507355e60cd', 'animals_having_sex\r\n https://juk.page.link/hUyb#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:46:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5625, NULL, NULL, 'jonathan@oneclub.org', '7ae8d87dc32e2e5d081e6c6fbcf3d4e3', 'american_hardcore_sex\r\n https://cvf.page.link/a3oL#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:50:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5626, NULL, NULL, 'hello@steakville.sg', '4e1426d6e21287815a9d655ef3db9e00', 'big_boob_group_sex\r\n https://wsz.page.link/n7p1#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:50:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5627, NULL, NULL, 'alumni@gcccks.edu', '9ca43724e3bb484c91dd02f47eb7b39d', 'booty_girls_sex\r\n https://rka.page.link/mq4o#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:53:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5628, NULL, NULL, 'mayem6@akira57.downloadism.top', '0ad081474a5f1153d499deb9ad49a47e', 'family_guy_cleveland_sex\r\n https://edz.page.link/ePyH#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:56:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5629, NULL, NULL, 'hrd@fullybookedonline.com', 'ff46ddc728b04ee6a0aff86afdb0d7e4', 'best_celeb_sex_scene\r\n https://cvf.page.link/1Z2H#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 10:57:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5630, NULL, NULL, 'redactie@huff.ro', '106e0f4ab06b7011c2dc7139805023c8', 'family_guy_cowboy_butt_sex_video\r\n https://wsz.page.link/fxhL#\r\nanodo', NULL, NULL, NULL, '95.67.171.219', '2022-09-09 11:00:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5631, NULL, NULL, 'myo.kyaw.tun@gmail.com', '7572b5037abee3d8943824187f3ec347', 'bizarre_sex_fetishes\r\n https://juk.page.link/w3An#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 11:31:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5632, NULL, NULL, 'Rorona_1982@yahoo.com', 'e32eebd7e467bbf8ecd5b08f93d9a8bc', 'bridget_jones_sex_scene\r\n https://olk.page.link/S27e#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 11:38:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5633, NULL, NULL, 'kovacs.ivan1966@centrum.sk', 'b739ee8074f759cc518d2bbb47725ac4', 'free_private_live_sex_cams\r\n https://cvf.page.link/n79f#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 11:40:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5634, NULL, NULL, 'ironlyj@gmail.com', '5003fbfb6f1d90f4c8075cc0d1b01b2b', 'adult_cyber_sex_chat\r\n https://rka.page.link/9zTY#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 11:43:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5635, NULL, NULL, 'rohizatmohammad@yahoo.com', '64b0f57c15f8fcfa57b13057b4659105', 'free_black_booty_sex_videos\r\n https://cir.page.link/M6RH#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 11:46:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5636, NULL, NULL, 'low.siewbee@my.endress.com', 'c002df014c984cfd3f861045b1f82680', 'angelina_jolie_sex_comic\r\n https://juk.page.link/zkTi#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 11:46:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5637, NULL, NULL, 'shenjian@hainu.edu.cn', 'd4ebd80eff1065eab5389c3d1eef9e2c', 'best_sex_tips_for_women\r\n https://edz.page.link/dhwh#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 11:52:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5638, NULL, NULL, 's.mahjoub@mubabol.ac.ir', '8699164e333096d2c8e83eea2b63e661', 'funny_sex_flash\r\n https://wsz.page.link/MUw1#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 11:53:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5639, NULL, NULL, 'finc@transways.com.my', '6b4951a1222e1511327631605927d17b', 'ben_10_porn_sex\r\n https://wsz.page.link/7cNP#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 11:55:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5640, NULL, NULL, 'benglyn.teh@hardrockhotels.net', 'bdc736738bb8c8d29fffc746b93775f6', 'fat_sex_ass\r\n https://juk.page.link/Lx7S#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 11:56:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5641, NULL, NULL, 'devanand@pantai.com.my', 'cfbeb2c37b00064a00cf42fd71965c5f', 'filipina_phone_sex\r\n https://cvf.page.link/FwNG#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 11:58:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5642, NULL, NULL, 'heikekoch@yahoo.de', '0d1dde892176cec7d8d70232dd9e45f9', 'adult_xxx_sex_games\r\n https://cir.page.link/U4rD#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:01:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5643, NULL, NULL, 'sws@swssofa.com', '5797bf5681cbcd0fd1b91817df7b174b', 'free_real_life_sex_stories\r\n https://cir.page.link/ctd2#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:02:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5644, NULL, NULL, 'minfante@sunpowercorp.com', 'cef2d935639dfd1d7e5714c0f25e9653', 'burning_man_gay_sex\r\n https://nho.page.link/ujdN#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:05:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5645, NULL, NULL, 'elineb_@live.no', '6754b1b4899e09e893356ca87eec3ae0', 'all_rough_sex\r\n https://von.page.link/yqde#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:08:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5646, NULL, NULL, 'jesvinkaur@kra-group.com', '2dbdd013fe81af707a4eb1e57baabace', 'asian_free_sex_video\r\n https://olk.page.link/yzNn#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:09:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5647, NULL, NULL, 'admin@we1manufacturing.com.my', '549c119f5acb8c89cd079d4c46eeb233', 'fuck_sex_party\r\n https://xih.page.link/CqVm#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:11:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5648, NULL, NULL, 'emily@mapsglobe.com', '13a68f1add33313fdfe9930850dd23f8', 'bbw_anal_sex_video\r\n https://von.page.link/mNo2#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:13:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5649, NULL, NULL, 'ncecile@grignon.inra.fr', 'a8bfe20ea5faa6310847a75993f4f751', 'bestiality_sex_story\r\n https://edz.page.link/VH42#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:16:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5650, NULL, NULL, 'caloinilydia@hotmail.fr', '4aef5e2f11602db3ad46b73e7be01396', 'black_male_sex_movies\r\n https://cvf.page.link/35Zy#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:18:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5651, NULL, NULL, 'i5zal_84@yahoo.com', 'f50d0d3948625803dd2e8f0f82270182', 'free_hot_ass_sex\r\n https://wsz.page.link/w7Vp#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:24:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5652, NULL, NULL, 'sofiapina@mail.com', 'dd98c0ee614ef6a6b6d4781cd2395674', 'booty_hot_sex\r\n https://von.page.link/E2m8#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:27:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5653, NULL, NULL, 'ckb@sebor.com.my', '2db19627826bd2481177c3ef3abbe7eb', 'fat_sex_girl\r\n https://edz.page.link/hThT#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:28:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5654, NULL, NULL, 'bisnes2all@gmail.com', '0712d1a92de8d9ac6f73a8fa2147eda3', 'blow_up_sex_toys\r\n https://von.page.link/XueC#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:31:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5655, NULL, NULL, 'royhaan.folarin@oouagoiwoye.edu.ng', '08bde4427c8c2417bd4d3b259a3de6c9', 'female_models_sex\r\n https://wsz.page.link/xeaU#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:32:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5656, NULL, NULL, 'colette_bouchard@sympatico.ca', '25e23f66069f3838cd8a8f6dcdf6daf6', 'akon_sex\r\n https://edz.page.link/fJJQ#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:35:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5657, NULL, NULL, 'ania_gazecka@tlen.pl', '8e5467717c017f9f6d449e1a8f7c2033', 'besplatan_sex\r\n https://cvf.page.link/yTdp#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:36:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5658, NULL, NULL, 'nezha.senhaji05@etude.univcasa.ma', '91697d7f49145ba5fea6091180086353', 'animals_sex_movie\r\n https://cvf.page.link/rDgj#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:39:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5659, NULL, NULL, 'onimusha_phoenix@yahoo.com', '11af135abf491bf148e2b7bff3f5579e', 'black_girls_in_sex\r\n https://olk.page.link/uojk#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:42:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5660, NULL, NULL, 'antudegil@gmail.com', '1b30afe9836cc519f47175f35f717e5e', 'black_free_sex_tube\r\n https://olk.page.link/QTvX#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:43:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5661, NULL, NULL, 'syamsul@idee.my', 'dcf97e3aec71685f21d40ba62fc0ec2c', 'beastiality_dog_sex_stories\r\n https://nho.page.link/4eR5#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:49:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5662, NULL, NULL, 'lzb2003@163.com', '3cb2dcee0e7a961c0ee4c7cdf224392a', 'brit_sex\r\n https://cvf.page.link/xdsA#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:53:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5663, NULL, NULL, 'mlroig@gmail.com', '9ea3ca2dd2b470f2df65ec9352ccaec9', 'best_site_for_sex_toys\r\n https://cir.page.link/PKgD#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 12:56:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5664, NULL, NULL, 'ikhtiargroup.comyaplk@maybank.com.my', '19f8f2aea43daa9575a22cf9e9fe2919', 'free_russian_granny_sex\r\n https://nho.page.link/Y3DQ#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:01:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5665, NULL, NULL, 'isabel.correas@uam.es', 'c2a4919f0be1e962f99393e5078be0d9', 'anal_sex\r\n https://juk.page.link/WamB#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:05:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5666, NULL, NULL, 'nasmech@nasmech.com.my', '144c7b967b54e88ed9444850e46c7cfc', 'fat_people_sex_movies\r\n https://rka.page.link/aHCm#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:06:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5667, NULL, NULL, 'monkeys0109@sina.com', 'd0422cc18fd53beb143848c6e4326c6a', 'free_deepthroat_sex\r\n https://olk.page.link/9D6W#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:10:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5668, NULL, NULL, 'jm.perrier@agrosupdijon.fr', 'b5678ec32c562462be35e02d3c8b6ef5', 'brooke_skye_sex\r\n https://rka.page.link/2Y2J#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:12:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5669, NULL, NULL, 'mdittrich@utsc.utoronto.ca', 'adf6bf0d7ada56e88264cd7b134a170b', 'free_vintage_sex_photos\r\n https://juk.page.link/w3An#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:13:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5670, NULL, NULL, 'donglei@sxu.edu.cn', '492ac36369edaeecd4fe4281466bba15', 'flintstones_sex_games\r\n https://von.page.link/3NpL#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:16:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5671, NULL, NULL, 'my_laundrex@yahoo.com', 'a4b1d526cc7d35598ed74aa17d24941b', 'adult_amateur_sex\r\n https://nho.page.link/CyYX#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:19:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5672, NULL, NULL, '2120160946@mail.nankai.edu.cn', '04a2ac188012e87855610103dca363bc', 'free_shemale_sex_video\r\n https://olk.page.link/3yae#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:19:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5673, NULL, NULL, 'waqiah_84@yahoo.com.my', '8ea64c6ccbb0481a1a9662e450b0e845', 'free_celebrity_sex_clips\r\n https://xih.page.link/j6uS#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:23:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5674, NULL, NULL, 'huzilengineering@gmail.com', '0e93ed2a343dbc01d49d47b5070e7705', 'aids_through_oral_sex\r\n https://cir.page.link/zr1j#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:26:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5675, NULL, NULL, 'pengkm@mail.hzau.edu.cn', '2db9baba7bbc1e62d20ce1d07b375030', 'ball_8_sex\r\n https://rka.page.link/y3Ly#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:29:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5676, NULL, NULL, 'jason.mao@bluestarsilicones.com', '1f5e558fc5b529f5755d09b2e367c8eb', 'free_blondes_sex\r\n https://xih.page.link/ASQT#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:29:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5677, NULL, NULL, 'lizza0205@h0tmail.com', 'de1085b070c53754d39b2d0c612edafb', 'free_hot_anime_sex_videos\r\n https://rka.page.link/AgiB#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:32:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5678, NULL, NULL, 'mdaw@staffmail.ed.ac.uk', '6caf1c22734b63c5ae6e89657cb46da2', 'anal_sex_women\r\n https://edz.page.link/4PWu#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:35:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5679, NULL, NULL, 'crusade0911knight@hotmail.com', '48959e0fd7e6bb95a0d08b4f952c5a81', 'best_oral_sex_for_men\r\n https://von.page.link/pmdn#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:36:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5680, NULL, NULL, 'rafie.iman@yahoo.com', '1faa909f67f6686cabfc6befc37ecf38', 'free_sex_in_public_videos\r\n https://xih.page.link/mZC7#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:38:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5681, NULL, NULL, 'people_forget@hotmail.ca', '6d0cb876f0e50bd0f309563c28fdcff1', 'free_violent_sex_vids\r\n https://cvf.page.link/PJmA#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:41:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5682, NULL, NULL, 'matthias.unseld@meduniwien.ac.at', '561b57caf5d1a019dc2ff8414908e764', 'free_real_doll_sex_movies\r\n https://rka.page.link/KNKs#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:43:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5683, NULL, NULL, 'David@eastwoodvalley.com', '365309b0a4ecdcfc88a3b5040903c55f', 'free_drunk_girls_sex_videos\r\n https://cir.page.link/qJrp#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:44:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5684, NULL, NULL, 'rossin@unice.fr', 'f0974c91a67c2e04d020ee3c18a00a14', 'amatuer_ebony_sex\r\n https://cir.page.link/42Sv#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:46:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5685, NULL, NULL, 'mforbes6@gmail.com', '22e5d5f8437ed7ec5c55b5f9bf5e1ae1', 'fun_sex_games_free\r\n https://edz.page.link/DsVk#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:56:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5686, NULL, NULL, 'jacqueline.wong@my.ey.com', '4fc47750170ff23af2fdd75d13c0bf5c', 'bleach_anime_sex\r\n https://olk.page.link/WYZY#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:58:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5687, NULL, NULL, 'dserranomu@externas.sescam.jccm.es', 'ee0d2177e49d040e25b67697a8256826', 'asian_anal_sex_pic\r\n https://juk.page.link/RZj5#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 13:59:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5688, NULL, NULL, 'whaiyan@lzu.edu.cn', '56866a13b36b1733996e0c98c589cf7a', 'black_girls_sex_photos\r\n https://wsz.page.link/P1Wd#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 14:01:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(5689, NULL, NULL, 'clchan@advanceboilers.com.my', '4b79df703abe3c049ae08c95278292dd', 'frree_sex_chat\r\n https://von.page.link/bGyx#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 14:02:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5690, NULL, NULL, 'c4_88@yahoo.ca', 'd18688748cd193c747b77727e87d2d04', 'asian_rough_sex\r\n https://xih.page.link/HwbH#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 14:05:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5691, NULL, NULL, 'my_beautiful_orchid@yahoo.com.my', 'a08e6c7d32ceca8e49a5edeb1c431f91', 'free_gay_sex_personals\r\n https://juk.page.link/26Zv#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 14:07:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5692, NULL, NULL, 'ivy.laumoi@halliburton.com', '61daae94eae1ea81e25c996dd2230a53', 'free_real_hidden_sex\r\n https://cir.page.link/n3fV#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 14:13:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5693, NULL, NULL, 'chengwei_tan@sinsoonhock.com.my', '43c3a49011801c25bddffacd0713c139', 'afghan_sex_law\r\n https://rka.page.link/jfA2#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 14:16:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5694, NULL, NULL, 'sandra-spellmeyer@yahoo.ca', '5a5f85f97e830edc72151218782b4a49', 'free_old_on_young_sex\r\n https://cvf.page.link/WiWq#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 14:17:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5695, NULL, NULL, 'mohdaminong@gmail.com', '8b8569f3e85c594ba9a6c864e78de006', 'asian_rape_sex_videos\r\n https://rka.page.link/NwPw#\r\nanodo', NULL, NULL, NULL, '80.234.77.230', '2022-09-09 14:19:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5696, NULL, NULL, 'abduzun2@yandex.com', '12beecac5fa5e767fed8a4b472307186', 'XmasterTut', NULL, NULL, NULL, '161.97.85.148', '2022-09-11 17:09:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5697, NULL, NULL, 'greetathosrib9@mail.ru', 'a117afbbdb9ece2c14ef102421e304e7', 'XOTNP8N9O1DIGA   www.ya.ru', NULL, NULL, NULL, '80.234.76.115', '2022-09-12 19:58:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5698, NULL, NULL, 'anyworeqe@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'dfktyn', NULL, NULL, NULL, '37.139.53.44', '2022-09-13 22:10:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5699, NULL, NULL, 'hamdanah@gmail.com', 'cef9258aecfc4d02c121e826113ae5ab', 'anime_sex_porno\r\n https://vbf.page.link/LzRh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 00:33:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5700, NULL, NULL, 'umar1745@gmail.com', '29f972014d2400dc006ca3603bbdb170', 'anal_gangbang_sex\r\n https://xsg.page.link/qv9n#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 00:35:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5701, NULL, NULL, 'eidazainal@yahoo.com', 'b7e49a4fb099b0b62ff9b8588d3cb6eb', 'big_boob_hardcore_sex\r\n https://xsw.page.link/9ufL#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 00:37:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5702, NULL, NULL, 'karan9308@gmail.com', '062c52d60158b9d9e34af28363fe3167', 'amateur_sex_vid\r\n https://ijq.page.link/9j7t#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 00:40:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5703, NULL, NULL, 'noraisar90@yahoo.com', '807985a7914535e50479ebc3080ac784', 'free_sex_family\r\n https://ijq.page.link/qrUK#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 00:42:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5704, NULL, NULL, 'arra.architect.kk@gmail.com', 'f92a439ea59d333179c77e2899e14169', 'boobs_sex_free\r\n https://ikd.page.link/u5HS#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 00:43:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5705, NULL, NULL, 'kechek_la@yahoo.com', '56c1268d25a3221e0aa53b1aee8bd987', 'beau_sex\r\n https://ikd.page.link/8reb#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 00:47:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5706, NULL, NULL, 'hye_munirul88@yahoo.com', 'fae2c60e3c3d3fe8f065cfb67beef1ea', 'fuck_machine_sex\r\n https://xsg.page.link/5X4j#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:01:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5707, NULL, NULL, 'nora.ika90@gmail.com', 'b2d1026ffd22fb5991bb952f83ac325f', 'bachelorette_sex_pics\r\n https://ikd.page.link/o97V#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:02:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5708, NULL, NULL, 'frkn505@gmail.com', '61ad05cd3f1e3fb03743e8592f480ca7', 'all_sex_moves\r\n https://nlq.page.link/9srq#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:03:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5709, NULL, NULL, 'moony175@gmail.com', '55275a4e1cc33e65b4f85ada20249789', 'ass_licking_sex\r\n https://xsw.page.link/HKmg#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:04:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5710, NULL, NULL, 'solusijayasendiriberhad@gmail.com', '3f56642c8564aa092edd5b5dcd1bc0e5', 'black_old_woman_sex\r\n https://olr.page.link/f8H3#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:06:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5711, NULL, NULL, 'z_awiez@yahoo.com', '2f5ba80abf8e5e4fcce92729447bb236', 'best_sex_nude\r\n https://nhg.page.link/EjSm#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:08:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5712, NULL, NULL, 'mario.daidone@gmail.com', '8d073507c57a7e03bc034dd0561e72e6', 'best_sex_ever_dressing_room\r\n https://nhg.page.link/qbwb#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:09:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5713, NULL, NULL, 'kamerlighn16@gmail.com', 'f3b8b25fe43f08cd142931c6f0218768', 'banana_sex_videos\r\n https://xsw.page.link/apji#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:10:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5714, NULL, NULL, 'farrah14490@yahoo.com', '417006927bb3aab1206bebe235f2d83b', 'amateur_bondage_sex\r\n https://ujc.page.link/742C#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:12:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5715, NULL, NULL, 'bel8680@yahoo.com', '324aad8ece083ae21152acf4a383fb0c', 'fucking_women_sex\r\n https://ijq.page.link/G4Cs#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:14:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5716, NULL, NULL, 'farhanmajid88@yahoo.com', '0e9d0b112e95b2de8e9bd2efcb95c160', 'free_3d_sex_simulator\r\n https://ikd.page.link/vjN3#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:17:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5717, NULL, NULL, 'mamasksp@yahoo.com.my', '6e842503feb8d01d0fc456a124487bba', 'boys_sex_fuck\r\n https://ijq.page.link/qqiK#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:17:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5718, NULL, NULL, 'mmatech.acc@gmail.com', '39421cb90f987f0bde1acbd486e668c8', 'boy_sex_black\r\n https://xsw.page.link/5x91#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:18:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5719, NULL, NULL, 'ds_pushpa@yahoo.com', 'd8b18f92015fd73a69360e6990f16ec6', 'free_girls_sex\r\n https://ijq.page.link/NDxH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:19:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5720, NULL, NULL, 'maza0007@yahoo.com', 'ef898286c07ad73ba9a0cbf50d498f6f', 'brother_and_sister_in_law_sex\r\n https://nlq.page.link/vb5y#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:21:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5721, NULL, NULL, 'aeamr1963@yahoo.com', '51bc62214ef8b8af88a83ec206924c82', 'free_video_sex_xxx\r\n https://ijq.page.link/aLRm#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:24:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5722, NULL, NULL, 'cenoss@yahoo.com.my', '255f5a73485fe4deb954e202116f51fa', 'arab_sex_vidoes\r\n https://xsw.page.link/CSn7#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:25:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5723, NULL, NULL, 'zarfarie@gmail.com', '955b3367758d8659c30f1d0512949009', 'free_oral_sex_pics\r\n https://okj.page.link/LgsA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:25:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5724, NULL, NULL, 'ailistabeauty@yahoo.com', 'd0eb046952513d9f7aa59a02baf14e19', 'animated_sex_moves\r\n https://vbf.page.link/DDUx#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:26:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5725, NULL, NULL, 'mib.redr@gmail.com', 'c3007ab1c59ec1e5b405bc43e7085e46', 'adult_sex_movies_for_free\r\n https://okj.page.link/X6CA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:27:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5726, NULL, NULL, 'a.dadgar@gmail.com', '1bad49d538c025567ff1f4420aae7b70', 'free_arabic_sex_vedio\r\n https://xsg.page.link/ZUUJ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:28:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5727, NULL, NULL, 'addandaraawi@gmail.com', '02e018f441c1c56d6fbeb165736e0a99', 'amature_wife_sex_tube\r\n https://xsw.page.link/PnKu#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:29:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5728, NULL, NULL, 'honey748@gmail.com', 'ea1f3718200bcd942739a877d5956654', 'black_men_having_anal_sex\r\n https://okj.page.link/tkcV#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:31:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5729, NULL, NULL, 'azulkhairo@yahoo.com', '086d7385477427a4bbf4b3e085870411', 'free_mpeg_sex\r\n https://nlq.page.link/E75X#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:32:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5730, NULL, NULL, 'zulaizah11@yahoo.com', '37ab40afbbd314a05ad3c337ab4038a1', 'best_sex_books_for_couples\r\n https://vbf.page.link/PpEU#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:32:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5731, NULL, NULL, 'pininashazmi_shaz@yahoo.com', 'cf28e4b6dc989e80fb74c12dd44116bc', 'bollywood_hot_sex_scenes\r\n https://xsg.page.link/C8p9#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:33:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5732, NULL, NULL, 'jillleeal@gmail.com', '4c8e78be888e2e6736d06d9b413faa79', 'brazilian_amateur_sex\r\n https://ijq.page.link/38Gn#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:34:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5733, NULL, NULL, 'yinyue_deng@hotmail.com', 'a4f03aef63dda76dbc0ee398ba4e71c3', 'bangladeshi_sex\r\n https://xsg.page.link/cw3q#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:35:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5734, NULL, NULL, 'zyannerul@yahoo.com', 'ce63c5d4521a4b054026c5380ba12667', 'black_home_made_sex_tapes\r\n https://xsw.page.link/j2dw#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:36:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5735, NULL, NULL, 'mohdamirulasrafismail@yahoo.com', '47770649ccc400b0c6f35c5a15e8ed6d', 'ass_mom_sex\r\n https://olr.page.link/58jT#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:37:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5736, NULL, NULL, 'aliffcorpsdnbhd@yahoo.com', '757633f887c12e97fb0441e91deb1ab1', 'beach_sex_scene\r\n https://ujc.page.link/W7q2#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:38:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5737, NULL, NULL, 'mfmerchantent@gmail.com', 'f9528a76f8b67261ad1a2653a6319769', 'alien_3d_sex\r\n https://nhg.page.link/Q2vW#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:40:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5738, NULL, NULL, 'fauzy_world@yahoo.com.my', '0264b2e35ebc6bbc3df1d70f7d477b68', 'all_celebrity_sex_videos\r\n https://olr.page.link/63v1#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:41:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5739, NULL, NULL, 'Mietoshi_nakata@yahoo.com', 'b79eee3cd0c1521ec6ce8536ee7e5d5c', 'amazing_sex_store\r\n https://okj.page.link/x58s#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:41:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5740, NULL, NULL, 'sriledang1@yahoo.com', 'c06f60d70a6120d17a95d5c80822930c', 'adult_dildo_sex\r\n https://xsg.page.link/Cu8Y#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:44:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5741, NULL, NULL, 'mo.honardost@yahoo.com', '01d5102a07122b45f86dd07af552c6f2', 'adult_audio_sex\r\n https://ikd.page.link/oKCG#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:45:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5742, NULL, NULL, 'kiddodo@gmail.com', '0c4f9dd463be34ac91967f23b1806dea', 'best_sex_stories\r\n https://vbf.page.link/qrUK#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:47:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5743, NULL, NULL, 'mzaidm.rosman@gmail.com', '5f580b4daa0a6af3e3d49781e3fbf9e5', 'find_sex_locally\r\n https://ijq.page.link/eyTB#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:49:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5744, NULL, NULL, '90043acc92e95a740401209a7c70f9b36bb8d7ea@gmail.com', '3b334963ea87251cb60a7a0ecb5f16da', 'accidental_sex_videos\r\n https://nhg.page.link/E1gK#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:50:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5745, NULL, NULL, 'stanysia_orked@rocketmail.com', '8763136155b0a7139eb7901b1f7bde4a', 'ass_to_mouth_sex\r\n https://ijq.page.link/Sne4#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:51:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5746, NULL, NULL, 'aminuddinfitri26@gmail.com', '6e2692e1bced6eaceee738b1675b57e2', 'bollywood_sex_online\r\n https://ujc.page.link/5mZB#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:52:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5747, NULL, NULL, 'habeebah.php5@gmail.com', '28c93fdc331236e2b9667dae38ca847f', 'bathroom_sex_pic\r\n https://ujc.page.link/cNYw#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:53:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5748, NULL, NULL, 'jjw_4369@yahoo.com', 'cec6168389bb01f2b063324a85114f73', 'black_men_sex_porn\r\n https://xsw.page.link/sCgw#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:54:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5749, NULL, NULL, 'manje_baby8889@yahoo.com.my', '6f3b2cfa17e6cb582ddfb65c670f6656', 'amateur_strap_on_sex\r\n https://xsw.page.link/7EhN#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:55:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5750, NULL, NULL, 'unixx1973@yahoo.com', 'f1c61ea47785ffc5933a18e77127aef8', 'advanced_sex_moves\r\n https://okj.page.link/Udq8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:56:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5751, NULL, NULL, 'niena_miezul93@yahoo.com', '30a4a2c2c242b87cbad2ea8ee6289186', 'ass_licking_sex_movies\r\n https://vbf.page.link/CHsy#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:57:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5752, NULL, NULL, 'twin_scorp89@yahoo.com', '313f93e315cbb15a32eea57ac73d7974', 'forced_sex_erotic_stories\r\n https://olr.page.link/KVzj#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:58:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5753, NULL, NULL, 'dado_stw@yahoo.com', 'aa15a2dc085df7a57b2c57bda8313fe6', 'black_46_asian_sex\r\n https://xsg.page.link/DMUk#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 01:59:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5754, NULL, NULL, 'leezogroupsdnbhd@gmail.com', 'e3ea009ed157311359a59b818e00e84f', 'female_orgasm_sex_videos\r\n https://ikd.page.link/h6fA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:00:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5755, NULL, NULL, 'ainanfarhani@yahoo.com', 'bf22c84ac8e7e6cd38268e940fe7c4fe', 'amateur_russian_sex_videos\r\n https://ijq.page.link/FCqp#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:01:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5756, NULL, NULL, 'nurhafizan@yahoo.com', '9960d8dbec29218ea6f742a22beb0a30', 'angelina_jolie_sex_tapes\r\n https://ikd.page.link/JYfH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:02:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5757, NULL, NULL, 'den.puchong@gmail.com', 'fd749dd9367b3c1dffc94172ff8bbd61', 'black_sex_tube_8\r\n https://okj.page.link/XTPX#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:05:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5758, NULL, NULL, 'shairahman@yahoo.com', '05baec337e9117319140554e1a2c11fb', 'bed_sex\r\n https://xsw.page.link/4HBP#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:08:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5759, NULL, NULL, 'cormur@gmail.com', '7b09a0438d5c128f2fcfcc14106cc2b1', 'free_kids_sex_movie\r\n https://ikd.page.link/ckGz#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:10:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5760, NULL, NULL, 'nghoehup@gmail.com', '3f4c2d7425d7c6fffee6a171c7a2fbc3', 'animals_sex_vids\r\n https://olr.page.link/tzBm#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:14:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5761, NULL, NULL, 'saiba_b8067@yahoo.com', '86d11a7157fbafdcc95fb3861096e167', 'anal_sex_and_cum\r\n https://okj.page.link/yYy8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:15:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5762, NULL, NULL, 'azrul199024@yahoo.com', '5705318289b5f2df94cd76cd2a2add29', 'funny_terms_for_sex\r\n https://ujc.page.link/F6yQ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:16:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5763, NULL, NULL, 'jelapangrezki2010@gmail.com', '1ebc4a69266abdb8ce99221f5334e99a', 'a_relationship_without_sex\r\n https://ujc.page.link/fGq2#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:17:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5764, NULL, NULL, 'drram3508@gmail.com', '73780b5825c5d1c8511d4e599be7cc36', 'boy_sex_with_old_lady\r\n https://nhg.page.link/vQ11#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:18:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5765, NULL, NULL, 'syktys@hotmail.com', 'dcdfbc6ce730668a52a77be5dfab433d', 'blood_sex_video\r\n https://ujc.page.link/whDA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:18:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5766, NULL, NULL, 'msbelanis@gmail.com', 'bb5c206ea382e30158de6d812e48d9d6', 'bathrooms_sex\r\n https://ikd.page.link/qEsC#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:19:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5767, NULL, NULL, 'zarinahmeli@yahoo.com', '4e2c96db707a53d7c69395a4821caf6a', 'boyfriend_having_sex\r\n https://ikd.page.link/hCt3#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:20:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5768, NULL, NULL, 'kanchankohli55@gmail.com', 'd8a9d3c904a08c60a2f9239f41c65e11', 'black_ass_sex_clips\r\n https://okj.page.link/hm9j#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:22:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5769, NULL, NULL, 'adpider@ya.ru', '3d43debb0f3821fd36352429bc48fb05', 'amateur_sex_porn_movies\r\n https://nlq.page.link/3ejy#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:25:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5770, NULL, NULL, 'accpolyweb@gmail.com', '21c018147a4c846564b9fa3c6b975380', 'free_male_celebrity_sex_videos\r\n https://nlq.page.link/Q1Cz#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:28:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5771, NULL, NULL, 'dongwang64@hotmail.com', '4eb103b955935c0685867c9257405382', 'asian_grannies_sex\r\n https://xsw.page.link/hV9e#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:30:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5772, NULL, NULL, 'mindatravel@gmail.com', 'c43397e06b64baa8ab8513b4a074547e', 'free_public_sex_cams\r\n https://ikd.page.link/wZYU#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:31:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5773, NULL, NULL, 'yaya_lounge@yahoo.com', '5a33b323fec6a2f6ba973e696be2a38c', 'brooke_burke_naked_sex\r\n https://ikd.page.link/ZfDt#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:32:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5774, NULL, NULL, 'firdausnasir10@gmail.com', '3ffe43f6f175dacfda0b946b8ea110e2', 'amatuer_oral_sex\r\n https://xsg.page.link/M6wA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:33:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5775, NULL, NULL, 'c.u.p.i.d.i.t.yxyl@gmail.com', '144b9c39efb84726663f2ecdea2627ae', 'asian_guy_and_white_girl_sex\r\n https://xsw.page.link/N25F#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:34:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5776, NULL, NULL, 'aiman_jr.azzuri@yahoo.com', '17b6cfac1a4b71962933b3764e386262', 'fat_tit_sex\r\n https://ujc.page.link/Jc6P#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:36:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5777, NULL, NULL, 'mmarappan@yahoo.com', '82a160902f177f576e9f19c707bda19e', 'free_nude_sex_porn\r\n https://ujc.page.link/6qbz#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:37:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5778, NULL, NULL, 'syifa_hanif88@yahoo.com.my', '04026bee42e3becaa690d5dc3d789eaa', 'better_sex_techniques_1\r\n https://vbf.page.link/KMaK#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:38:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5779, NULL, NULL, 'cahaya_bulan73@yahoo.com', '666c27cd1e7c6ea487e26ad72e5feaa1', 'all_ass_sex\r\n https://vbf.page.link/v1Ez#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:39:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5780, NULL, NULL, 'karim_kai@yahoo.com', '90d7f7664e590f158a9c5ccf0ba6c1a0', 'fat_sex_men\r\n https://nlq.page.link/ZEeu#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:40:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5781, NULL, NULL, 'jsglobal8@gmail.com', 'c5592ffeb39fee0ce94681c59698b1e3', 'free_sex_videos_in_public\r\n https://okj.page.link/FM5s#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:42:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5782, NULL, NULL, 'nurulzalia@yahoo.com', 'f55c2fd5e0a19daf35ddd4d5721b9479', 'free_outdoor_sex_video\r\n https://xsg.page.link/u3HJ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:43:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5783, NULL, NULL, 'norhani.nabilah@gmail.com', 'fc0567b1cac15c3e9e8b9338e0efee84', 'best_sex_positions_for_pleasure\r\n https://nlq.page.link/EeMD#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:44:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5784, NULL, NULL, 'diababueidda@gmail.com', 'e9a45f9eb48a924bb0abe69ec2ac337a', 'back_pain_after_sex\r\n https://xsw.page.link/cMNF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:46:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5785, NULL, NULL, 'bvn_reshma23@yahoo.com.my', '18cb3475132089da85da54d68694a8aa', 'black_and_white_sex_drawings\r\n https://nlq.page.link/HBWk#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:47:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5786, NULL, NULL, 'fadiahcm.fcm@gmail.com', '6f79c68b6aabd29aa4d4bbc9e5edc435', 'blonde_sex_hot\r\n https://olr.page.link/fJNK#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:50:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5787, NULL, NULL, 'shima_1403@yahoo.com.my', '51f0325d748ca45c91c156136afbbda3', 'best_sex_position_to_hit_g_spot\r\n https://ijq.page.link/LzRh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:51:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5788, NULL, NULL, 'gurlzshera@yahoo.com', 'a8af0f969ad3f734e9b2e149dc04c7c9', 'bollywood_sex_online\r\n https://xsg.page.link/EDN2#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:53:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5789, NULL, NULL, 'aruzam_233@yahoo.com', '99cb388dd45d775927061db451cfbf9f', 'best_sex_pics_ever\r\n https://vbf.page.link/g5GG#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:54:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5790, NULL, NULL, 'sila_298@ymail.com', '139b2632ad62fe15948577cec68f69ee', 'black_porn_sex_free\r\n https://nlq.page.link/vVTj#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:54:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5791, NULL, NULL, 'aimanputra73@yahoo.com', 'bb1156fb15f0b6c45e714873d0a0570d', 'amature_sex_chat\r\n https://xsg.page.link/tc4X#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:55:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5792, NULL, NULL, 'sivanparam0101@gmail.com', '3fd48ac4f7bd293ffbb7763e4120dc5c', 'famous_sex_movie\r\n https://xsw.page.link/QJBb#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:56:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5793, NULL, NULL, 'patrickgyy@gmail.com', 'e9d8493e46b50cbcabef08454271d1ae', 'all_toon_sex\r\n https://ujc.page.link/YANC#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:57:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5794, NULL, NULL, 'love_cayok@yahoo.com', '30169bbcf02cc3c4d5ef75954455d469', 'free_extreme_sex_porn\r\n https://nhg.page.link/Retm#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 02:58:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5795, NULL, NULL, 'jumaah.moksan@gmail.com', 'b707ceed228872359690ebd5f4ca3943', 'best_gay_sex_stories\r\n https://ikd.page.link/Nev3#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:01:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5796, NULL, NULL, 'nurulothman@gmail.com', '8b8f915ee6e0e31c34e2099645edb9a6', 'big_breast_women_sex\r\n https://ujc.page.link/zjhm#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:02:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5797, NULL, NULL, 'smartedu@yahoo.com', 'e0de2df63adefe2dfee36032442875f5', 'free_download_video_sex\r\n https://xsg.page.link/m7uj#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:02:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5798, NULL, NULL, 'lidia_ghazali77@yahoo.com', '903bdfdaded838a323a6ee036e687657', 'free_erotic_sex_short_stories\r\n https://nlq.page.link/8oeh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:03:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5799, NULL, NULL, 'peakrankp@gmail.com', '493a80e073c08d9a8769d5421f34765b', 'boy_and_girl_sex_pics\r\n https://vbf.page.link/4D6z#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:04:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5800, NULL, NULL, 'dkamashev@gmail.com', 'a746616957085d5a29954895aa86e399', 'biggie_smalls_sex\r\n https://ujc.page.link/Qrjq#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:05:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5801, NULL, NULL, 'yasmine_elgharably@ymail.com', '34834e34dbe8f95c8ba62cba4840f5ef', 'african_interracial_sex\r\n https://vbf.page.link/krfH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:06:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5802, NULL, NULL, 'zura_193@yahoo.com', 'a0f6884c0b0d88c3970df2f6f88cdfac', 'amatuer_sex_movies\r\n https://ujc.page.link/AJB5#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:07:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5803, NULL, NULL, 'nurulmaziah07@yahoo.com', '53628f51401eea69ee5ca3a5ecc746a2', 'free_one_on_one_sex_cam\r\n https://nlq.page.link/km3T#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:10:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5804, NULL, NULL, 'narireddy004@gmail.com', 'e07d5b80eabc608382ffb841ecb2c83c', 'free_how_to_have_sex\r\n https://ijq.page.link/4Hbe#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:11:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5805, NULL, NULL, 'uri7romeo@hotmail.com', 'a84ac7450f2d5666f2c8168fa2c25e5b', 'free_asian_sex_thumbnails\r\n https://okj.page.link/xvjg#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:11:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5806, NULL, NULL, 'niesa25@gmail.com', 'd2d456f99dc16779d6bca7a82d9824f1', 'free_sex_chat_uk\r\n https://vbf.page.link/4FCN#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:12:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5807, NULL, NULL, 'kelambicollections@yahoo.com', 'a7e263083be3a2c6b0e21ba4698a4086', 'bart_simpson_gay_sex\r\n https://olr.page.link/Em7u#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:13:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5808, NULL, NULL, 'afif0504@yahoo.com', 'e985ce5c5d3cd36e6cff91c2fc55ab49', 'best_3gp_sex\r\n https://vbf.page.link/uC18#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:14:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5809, NULL, NULL, 'amranabj@yahoo.com', 'ff02a6f5d20c7e0c3979cfaff0181b65', 'better_than_sex_pineapple_cake\r\n https://okj.page.link/pqaz#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:15:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5810, NULL, NULL, 'mni_sb@yahoo.com', '9c82ead4cff166ba57e21c0b2e353170', 'asian_fucking_sex\r\n https://ijq.page.link/dQ6f#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:16:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5811, NULL, NULL, 'lionsdy1@gmail.com', '72d477dedebf16a4c6b1fea0d7916fb4', 'best_movie_sex_sceans\r\n https://ujc.page.link/AsJx#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:17:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5812, NULL, NULL, 'selipdr_jepun@yahoo.com', 'fd3c8ce1923c48c163bc05e98d601994', 'bizarre_insertion_sex\r\n https://okj.page.link/xEAJ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:19:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5813, NULL, NULL, 'sitinorfaizah.ismail@gmail.com', 'c00f04a0952b8434c213a003a1379f47', 'boy_girl_boy_girl_sex_and_the_city\r\n https://xsg.page.link/nZe8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:20:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5814, NULL, NULL, 'Kaio_underage@yahoo.com', '6df4b13cce30c934f0ec31f7cad8f550', 'all_paris_hilton_sex_tapes\r\n https://ikd.page.link/u9hK#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:21:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5815, NULL, NULL, 'hyunhor@yahoo.com', '2e19d5e6bdb2145f025c52cc5b32f0f7', 'free_jordan_sex_tape\r\n https://okj.page.link/RzqH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:25:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5816, NULL, NULL, 'mohd.apr01@gmail.com', '0c2c84c4b0fae90ec4d45a4fb81b5e6c', 'fresh_home_sex_videos\r\n https://ujc.page.link/mnLa#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:26:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5817, NULL, NULL, 'shimama020566@gmail.com', '00d1fe782b5ad61878f9839182a866b7', 'forced_sex_films\r\n https://olr.page.link/BHGa#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:27:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5818, NULL, NULL, 'spindletuber@gmail.com', 'a599e6c5fcb1e6330f44cf93d64ef494', 'asian_fisting_sex\r\n https://vbf.page.link/SSTC#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:29:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5819, NULL, NULL, 'daweytl@gmail.com', '216c40d4eed1fc4ff6d040533321724d', 'absolutely_free_celebrity_sex_tapes\r\n https://nlq.page.link/rUdY#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:33:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5820, NULL, NULL, 'sakol9421@gmail.com', '4b36c0f07be5915721b9319e70e89382', 'first_anal_sex_videos\r\n https://olr.page.link/Rhix#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:34:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5821, NULL, NULL, 'tiffany.marie.mervin@gmail.com', '91252d030370829cfbd5c0c01c9ce11f', 'free_chinese_sex_pictures\r\n https://nhg.page.link/rHHv#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:35:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5822, NULL, NULL, 'weiyaoguang@gmail.com', 'd5a9d16304b34dc1936bc5906288543c', 'anal_amature_sex\r\n https://xsw.page.link/F9hV#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:36:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5823, NULL, NULL, 'll_keng@yahoo.com', '3af9ba5f9600eab96b3192e8518777d3', 'ass_play_sex\r\n https://nlq.page.link/7avb#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:38:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5824, NULL, NULL, 'ida_41182@yahoo.com.my', 'e01f8874569689a12531b0ab7b062743', 'boys_talking_about_sex\r\n https://ikd.page.link/1ynh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:39:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5825, NULL, NULL, 'p.sunchrome@yahoo.com', '5c71fd520a7548a27356051e335e2de8', 'bollywood_sex_net_katrina_kaif\r\n https://xsw.page.link/Vm7t#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:40:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5826, NULL, NULL, 'gadie4233@gmail.com', 'c356afab8353fe7ad2213230ffb230d0', 'arab_sex_site\r\n https://okj.page.link/e6Fk#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:42:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5827, NULL, NULL, 'n.reshika@gmail.com', 'd482fbe1391e048f380ec80bb04467cd', 'boy_on_boy_sex_movies\r\n https://xsw.page.link/kbYJ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:44:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5828, NULL, NULL, 'madstickeradvertising@gmail.com', '2a9ebbcb9f34695ecf2daa4da81ce103', 'anime_sex_3d\r\n https://okj.page.link/FBb5#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:45:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5829, NULL, NULL, 'g.brombo@gmail.com', 'f40b27f87ae5048fe4a39e093d86bac4', 'anal_sex_info\r\n https://vbf.page.link/8asp#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:45:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5830, NULL, NULL, 'sampotop1@gmail.com', 'b4e185c727f444e0ebfba666b33dcce9', 'free_sex_videos_of_britney_spears\r\n https://xsg.page.link/2BUV#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:46:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5831, NULL, NULL, 'khaiezmarketing@gmail.com', '7f9aaab4543f72712ae8e0da9e1187c3', 'amateur_gay_sex_pics\r\n https://xsg.page.link/1Ecq#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:47:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5832, NULL, NULL, 'ohrtnissen@gmail.com', 'c8ef2da4f306795610df6bd01c8396a5', 'amatuer_ebony_sex\r\n https://okj.page.link/4iWM#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:49:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5833, NULL, NULL, 'email.muamarale55@gmail.com', '5bbd23a38ec1eb4752389528a8b10392', 'asian_free_sex_videos\r\n https://ikd.page.link/KNkB#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:50:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5834, NULL, NULL, 'raghusurgdent@yahoo.com', 'ba9c57e3dd2202d9dbd593aeff52dad2', 'asian_free_sex_videos\r\n https://ujc.page.link/Cw7u#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:52:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5835, NULL, NULL, 'isabelle.george@yahoo.com', 'cd59b7f97c12c27316302eef344e065f', 'brazilian_amateur_sex\r\n https://xsw.page.link/ykLQ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:53:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5836, NULL, NULL, 'brunagchiari@yahoo.com.br', 'f180c5f426cc4a0887ca4d2a1e57b4db', 'free_oral_sex_porno\r\n https://olr.page.link/QT7B#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:54:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5837, NULL, NULL, 'jaleela6490@gmail.com', '4e27e5ba2c1c6fe336bbf9a5e69fa4c8', 'asian_dog_sex_videos\r\n https://ikd.page.link/6TL9#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:56:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5838, NULL, NULL, 'sakano.hts@gmail.com', '7ac963a370d88b4a08ebf19c0d1341a3', 'free_online_real_sex\r\n https://nlq.page.link/drf3#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:57:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5839, NULL, NULL, 'zahil_8180@yahoo.com.my', '754fb6b42bda221aebaa3c0369b3a16c', 'big_penis_gay_sex\r\n https://ujc.page.link/KtPh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:58:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5840, NULL, NULL, 'karismaciptasdnbhd@yahoo.com', 'f251a1d3d1447a0c9b6fe02d0f93d049', 'bleeding_after_rough_sex\r\n https://vbf.page.link/FgAq#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 03:59:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5841, NULL, NULL, 'jivajohn@ymail.com', '2d59dfd7b6c11547730b046a8b59fa2a', 'foreskin_gay_sex\r\n https://ujc.page.link/fgMe#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:00:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5842, NULL, NULL, 'hawakuno@yahoo.com', '1c4c664308887c70cf863e334251cde2', 'black_men_having_sex_with_white_woman\r\n https://olr.page.link/sN13#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:01:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5843, NULL, NULL, 'hr.merangsuria@gmail.com', 'd03fc290e3d8b9d0f629dbc6286b83b2', 'all_sex_dvd\r\n https://vbf.page.link/aLRm#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:03:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5844, NULL, NULL, 'dzuddin_13@yahoo.com', 'c6e07fea9b4c062c75b9acc2f68a22f4', 'beauty_sex\r\n https://ijq.page.link/zEad#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:04:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5845, NULL, NULL, 'jazzamike44@yahoo.com', '6e89386f3816a795dbd617854c95f0fc', 'asian_oral_sex_videos\r\n https://olr.page.link/TaLR#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:06:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5846, NULL, NULL, 'akmalwan635@gmail.com', '5ca30a1de9e8c4eeda1245489f38c4c8', 'amatuer_sex_free_video\r\n https://vbf.page.link/G6DF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:06:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5847, NULL, NULL, 'aliva_ap11@yahoomail.com', 'e3808d115877bc34227fdf639c0d5362', 'amateurs_dog_sex\r\n https://okj.page.link/3ZtG#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:07:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5848, NULL, NULL, 'othmansiti22@yahoo.com', 'a10b6949a19fdb77d32745c42d65cfd1', 'female_sex_life\r\n https://xsg.page.link/nMQh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:08:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5849, NULL, NULL, 'kennedy.lingan@gmail.com', 'defde1322354c2791b0e7afd2f5abf9b', 'art_sex_tube\r\n https://xsg.page.link/eJdc#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:09:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5850, NULL, NULL, 'm_kurniasih@yahoo.com', '9c8b227bb39bcaa1090b924a06841622', 'birthday_sex_remix_brook_hogan\r\n https://nhg.page.link/EfE4#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:10:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5851, NULL, NULL, 'abdulrasid74@gmail.com', '209934fd83b261910f3ceda6b213e4fa', 'black_sex_big_booty\r\n https://olr.page.link/ZYno#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:13:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5852, NULL, NULL, 'depanitz@hotmail.com', 'b7bb89603f74f6ddaf7d91c2a2b9ee4c', 'best_sex_lubes\r\n https://ujc.page.link/HHLS#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:14:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5853, NULL, NULL, 'equitylaboratory@yahoo.com', '6621f3c5499bf7bf87510eaa061c2f3c', 'best_dirty_sex_songs\r\n https://xsg.page.link/A8MN#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:15:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5854, NULL, NULL, 'luqmanmohdmazukhi14@gmail.com', 'e6f4bfa91aedfc531b3a94f395dd9f21', 'adult_hentai_sex\r\n https://nhg.page.link/KmHM#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:17:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5855, NULL, NULL, 'hky0919@yahoo.com.tw', 'a9d77280a640637d0a93d263e26860aa', 'free_latina_sex_vids\r\n https://vbf.page.link/3jVR#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:18:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5856, NULL, NULL, 'yanzz_88@yahoo.com.my', '8138a05f4a8ae25ec2ae13642a241fb8', 'best_sex_party\r\n https://olr.page.link/G8Pw#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:19:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5857, NULL, NULL, 'airmim@yahoo.com', 'cf1e5d006d9f554f65a536dd1fe43837', 'foot_sex_videos\r\n https://nlq.page.link/3Cf1#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:20:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5858, NULL, NULL, 'kedaidobi_bersih.suci@yahoo.com', '3fba352fd1efb03d153b13556b02d639', 'find_sex_today\r\n https://xsg.page.link/rFRG#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:21:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5859, NULL, NULL, 'georgiavou_85@hotmail.com', '4fcbd0a18736c634810c4d2f2f876656', 'big_fat_women_having_sex\r\n https://nlq.page.link/eVh4#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:24:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5860, NULL, NULL, 'nasrulamin90@yahoo.com', '2b041be1336f169febd47ecb0e76da1a', 'amature_video_sex\r\n https://ikd.page.link/r8fh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:25:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5861, NULL, NULL, 'fangwenzheng@hotmail.com', 'e460594b439c46589ff483b5d9bd2c33', 'free_old_man_sex_pics\r\n https://nhg.page.link/tF8W#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:28:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5862, NULL, NULL, 'asnuradollah@yahoo.com', '2a55db5e08e1acb9e5001b054e5e8d8e', 'big_brother_lea_sex_tape\r\n https://vbf.page.link/s8w8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:29:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5863, NULL, NULL, 'yar_sayang@yahoo.com', 'd851756e5c475dcdd3c236c8b8ca9c08', 'fre_sex_photos\r\n https://okj.page.link/L1N8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:30:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5864, NULL, NULL, 'eddy_mrph05@yahoo.com.sg', 'a33b3843463e40e82957b8d1cd697e05', 'bdsm_sex_pics\r\n https://nhg.page.link/7JMQ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:34:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5865, NULL, NULL, 'dan5723_azrul82@yahoo.com.my', '03fdaf6c88401d07c2f249cd06faeb63', 'bizarre_object_sex\r\n https://xsg.page.link/JydZ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:40:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5866, NULL, NULL, 'debalqismarketing@gmail.com', '018def9d3cc1a18e5ec5bcc2b22ba94a', 'animals_having_oral\r\n https://xsw.page.link/xQQE#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:41:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5867, NULL, NULL, 'kdhyde3@gmail.com', '4cfae87f00a94d2ce5663a0f38cc054f', 'ass_sex_images\r\n https://nhg.page.link/rDgj#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:42:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5868, NULL, NULL, 'arjunan18@yahoo.com', '881a4ebbae80fb130eb2614d880f86eb', 'free_sex_offenders_information\r\n https://ijq.page.link/K1J9#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:44:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5869, NULL, NULL, 'sh_bazmi2003@yahoo.com', '67ccc9c5284d20e7d9fc7ae3527a4690', 'actors_sex_videos\r\n https://nlq.page.link/gfch#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:45:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5870, NULL, NULL, 'idea_nazlee@yahoo.com', '5413531d8d8f7e976d5932c9ccf53bbe', 'free_gay_sex_personals\r\n https://ujc.page.link/wVxD#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:46:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5871, NULL, NULL, 'goh.mvis@hotmail.com', '71d644f0023899cbb28af37490c4f3bc', 'found_sex\r\n https://nhg.page.link/S8QN#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:48:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5872, NULL, NULL, 'farzanaaina@gmail.com', '9ba78f26c85863c949a03f0c611165c7', 'amateur_sex_video_galleries\r\n https://vbf.page.link/yymh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:49:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5873, NULL, NULL, 'amusleh86@yahoo.com', '4eb361d0089ccde23cf58f512fdb3117', 'awesome_sex_games\r\n https://xsg.page.link/PD7y#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:51:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5874, NULL, NULL, 'liberius23@hotmail.com', 'b40cdc48c6755e30aa3787115242a4c3', 'fre_anal_sex_videos\r\n https://xsw.page.link/V7Jg#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:52:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5875, NULL, NULL, 'nur_zafirah@yahoo.com', '907f374929a3f6aa002f9de27f4a143e', 'best_rated_sex_toy\r\n https://okj.page.link/N5Mr#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:53:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5876, NULL, NULL, 'katyrina08@mail.ru', 'fb9be12d45607051adad765a145d01ef', 'bizare_sex_videos\r\n https://xsg.page.link/Jn9r#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:54:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5877, NULL, NULL, 'dr.lugurlu@hotmail.com', '6fe20045d8f4456c4446306c716e4268', 'anmal_sex\r\n https://xsg.page.link/TE8w#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:55:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5878, NULL, NULL, 'hana_affa@yahoo.com', '74b23f418f6f98250f07eaaba5e8c365', 'best_anal_sex_pics\r\n https://vbf.page.link/Pu4J#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:57:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5879, NULL, NULL, 'arina.azmi@yahoo.com.my', '5bb4c84f705f96a1c5de1b7ec0cad639', 'free_disney_sex_toons\r\n https://okj.page.link/HMuv#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 04:58:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5880, NULL, NULL, 'edbkowal@gmail.com', '841b2fbfacfdda8491d6c75d8775b459', 'free_videos_of_college_sex_parties\r\n https://ujc.page.link/1cfA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:00:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5881, NULL, NULL, 'nnursyaqirin@yahoo.com', '3d5e94a1cad65035f47c547f3c9f06c6', 'ass_sex_vid\r\n https://okj.page.link/ueP6#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:02:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5882, NULL, NULL, 'zuhairi513@gmail.com', '30a8349254c7a6128099242860eb7d13', 'amatuer_sex_tapes\r\n https://ujc.page.link/7quP#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:06:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(5883, NULL, NULL, 'tom_azri@yahoo.com', '79025fdabb998701379d3841aeb51e57', 'brazilian_sex_island\r\n https://nlq.page.link/DHZh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:08:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5884, NULL, NULL, 'jacekchrzanowski1@gmail.com', '73ca9dfdf1f02053e930fb93467c248d', 'fkk_sex\r\n https://ikd.page.link/1p5Q#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:10:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5885, NULL, NULL, 'tianee178@gmail.com', '7b473db30e7d4adf0fea29f7a50987ba', 'ass_rape_sex\r\n https://ikd.page.link/9zcq#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:12:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5886, NULL, NULL, 'glqustc@gmail.com', 'f6b92a8609c4134f87c845fab8d0c07f', 'adult_sex_vacations\r\n https://vbf.page.link/bGeK#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:13:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5887, NULL, NULL, 'serhansevim33@gmail.com', '4babe0d422ab8369ef794ad193b46e72', 'boy_mom_sex_tube\r\n https://xsw.page.link/JRiW#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:14:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5888, NULL, NULL, 'bioherb06@gmail.com', '5d51d6148ca2bb9fcd46b4e8df77feba', 'asian_moms_sex\r\n https://vbf.page.link/fu7j#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:16:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5889, NULL, NULL, 'tegarangkut@gmail.com', '0bed5fd8f78d597cedd976bfbbd11d8e', 'animals_having_sex_with_women\r\n https://xsg.page.link/isnK#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:17:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5890, NULL, NULL, 'widad_85@yahoo.com', '9c71c7a044a4b26baeb5293f257a44c6', 'amish_sex_life\r\n https://olr.page.link/iyCf#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:18:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5891, NULL, NULL, 'zulsyamin@gmail.com', 'ca85471918ba3472a0f76b16f90fe5d2', 'boy_and_girl_teens_having_sex\r\n https://xsw.page.link/PGRW#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:20:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5892, NULL, NULL, 'yonexilsb@gmail.com', '19fd8394f89d7adcdb61beb26c2e5b3a', 'barely_legal_teens_sex\r\n https://okj.page.link/G1p7#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:22:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5893, NULL, NULL, 'ma.ceglowska@gmail.com', 'cb3fbcc5193fae6ed91a092796573979', 'best_amatuer_sex\r\n https://okj.page.link/hVDm#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:25:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5894, NULL, NULL, 'mira_armydaughter88@yahoo.com.my', '165312cbe9126a3d74814a0d16a24051', 'free_online_sex_movie\r\n https://ijq.page.link/SLKy#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:26:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5895, NULL, NULL, 'mohdhafizismail@gmail.com', 'f565785eaf62195d370efbc09c30df50', 'free_celebrity_sex_vedios\r\n https://vbf.page.link/tkVo#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:28:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5896, NULL, NULL, 'silviaooi@hotmail.com', '3ac6c48826d7e2dec7296de4db8feb93', 'family_guy_sex_games\r\n https://ijq.page.link/fyaQ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:30:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5897, NULL, NULL, 'anggunniaga@gmail.com', 'ac8b793d17880e5194950f396f6e3d0d', 'birthday_sex_audio\r\n https://nhg.page.link/qJqb#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:31:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5898, NULL, NULL, 'paknassir@gmail.com', 'bc7085ba8ab6cafa2bad01cce73d02c3', 'black_girls_looking_for_sex\r\n https://ikd.page.link/KoK3#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:32:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5899, NULL, NULL, 'lisafauzi@yahoo.com', '394e9a1383cbdd5ad2a7a959442b7271', 'free_private_sex_chat_rooms\r\n https://olr.page.link/4wPM#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:35:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5900, NULL, NULL, 'days.foo@gmail.com', '454fc4810015c4d5edb47a45dfe3f6c4', 'female_sex_escorts\r\n https://xsw.page.link/qbtV#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:36:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5901, NULL, NULL, 'jai.sorted@gmail.com', '291e114b30cefa36b35ccdd49b1d6f88', 'ass_gay_sex\r\n https://okj.page.link/ZA2J#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:37:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5902, NULL, NULL, 'mohd_husaini_rahim@yahoo.com', '678574cee30adb63c2467df1b17b7942', 'arab_hidden_camera_sex\r\n https://ujc.page.link/bTkw#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:38:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5903, NULL, NULL, 'ellikachpa@hotmail.com', '802e49deaca3d61935b1936a69083df9', 'black_and_white_women_having_sex\r\n https://ijq.page.link/s32h#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:40:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5904, NULL, NULL, 'in_lostboyz88@yahoo.com', 'dd8bdfc89a72438fa456616ab4c4d0a7', 'anime_cartoon_sex_games\r\n https://nlq.page.link/3JEh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:41:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5905, NULL, NULL, 'emmaaziz92@gmail.com', 'a765deba696c381695db2930598cbefd', 'birthdat_sex_remix\r\n https://xsg.page.link/F1ct#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:43:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5906, NULL, NULL, 'manisprinting@gmail.com', '82df8b3a2dfb1659ab3fc78f3d10852b', 'boys_sex_video_free\r\n https://ikd.page.link/WFgj#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:44:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5907, NULL, NULL, 'marzila_e@yahoo.com', 'e247e96f84ed8db5cfaf39209110f7d5', 'free_celebrity_sex_tapes_on_the_web\r\n https://olr.page.link/tKQs#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:45:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5908, NULL, NULL, 'cori_mam@yahoo.com', '533b34f92aee6fd352bbb57687fa2058', 'bikini_models_sex\r\n https://ikd.page.link/5zR6#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:46:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5909, NULL, NULL, 'andresteh0320@gmail.com', '6354dfd21400213921586b1666ebd42d', 'alt_sex_cuckold\r\n https://xsg.page.link/GFGT#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:47:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5910, NULL, NULL, 'kamusdewi@yahoo.com.my', '4e593bd89d76b5a274d9997d0769f197', 'free_hairy_sex_thumbs\r\n https://ikd.page.link/HVui#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:49:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5911, NULL, NULL, 'hr.gaspa@gmail.com', 'f68acee600b3add3d481f75e38f689d8', 'amy_alexandra_sex_tape\r\n https://nhg.page.link/68Ng#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:50:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5912, NULL, NULL, 'pastelblush@amail.com', '8e83277b72d7deecc3ec1724b3657915', 'free_sex_movies_for_download\r\n https://nhg.page.link/F88n#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:51:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5913, NULL, NULL, 'mondal_kk@rediffmail.com', 'fe8ead3cb5bf4e6db0144cb16b4b53eb', 'free_sex_chat_rooms_no_registration\r\n https://ijq.page.link/C3ET#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:52:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5914, NULL, NULL, 'alessia.paganelli@gmail.com', '8a52ea981c720444ad6fd15729df6ad8', 'free_online_gay_sex_chat\r\n https://okj.page.link/dhgB#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:58:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5915, NULL, NULL, 'aimtraktechnic@gmail.com', '6661595dd268dd2ca541ff6dd9c47321', 'asian_amatuer_sex_video\r\n https://ujc.page.link/ZDxG#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 05:59:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5916, NULL, NULL, 'acu_lee@yahoo.com', '2b38e69f08ae8c6c5080c3769e97c691', 'ass_to_mouth_sex_movies\r\n https://ijq.page.link/NJxz#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:00:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5917, NULL, NULL, 'yfm_industrial@yahoo.com', '0ccc6231f212aa72a7938d2569cb74a0', 'forced_sex_in_public\r\n https://ijq.page.link/EjfF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:01:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5918, NULL, NULL, 'yltangmegah@yahoo.com', '4289a2ce39f5a6375d8b5ba93900180d', 'big_tits_and_sex\r\n https://nhg.page.link/2Mxs#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:03:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5919, NULL, NULL, 'zhwgo@hotmail.com', '2ac4b8ab5ec4310985cf69eb8d43cab3', 'facial_sex_photos\r\n https://xsw.page.link/zZ6e#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:04:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5920, NULL, NULL, 'adin770@gmail.com', '88cad71b71bde54f05580f1ee517b344', 'female_soldier_sex\r\n https://xsg.page.link/xRjf#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:06:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5921, NULL, NULL, 'nazmi_90@y7mail.com', '2abc67ee31541cece707eb3a38492878', 'black_man_sex_pics\r\n https://olr.page.link/quDT#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:07:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5922, NULL, NULL, 'am_dot21@yahoo.com.my', '696075b374cfb47858ebc934ae645922', 'bdsm_sex_tips\r\n https://nlq.page.link/wiy1#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:08:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5923, NULL, NULL, 'liyanamosngin@gmail.com', 'bf48194ef827e74a4150ab46eb27e6de', 'avoid_sex\r\n https://ujc.page.link/ACWr#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:09:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5924, NULL, NULL, 'amirfakhrunnizam@yahoo.com', '14a80b1b401dd750859dd6ac95fad45e', 'big_booty_sex_clips\r\n https://xsw.page.link/ZL7S#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:10:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5925, NULL, NULL, 'suhailah_at@yahoo.com', 'a324597c35e8d0224775c5141917e759', 'free_sex_videos_of_girls_squirting\r\n https://nlq.page.link/F4va#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:13:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5926, NULL, NULL, 'yu.rou.puar@gmail.com', 'ec4ca1b526e5b3fa5c13d86b9fc9b939', 'alexandra_queen_of_sex\r\n https://vbf.page.link/MQat#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:14:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5927, NULL, NULL, 'permata1202@yahoo.com', '0090528f3962153c7d3a8c6428a189ae', 'adult_sex_video_tube\r\n https://olr.page.link/XDMv#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:18:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5928, NULL, NULL, 'nurulakhmalag@yahoo.com', '2a495f35babd63c8653ec75d9ed5f6e8', 'boy_and_girl_sex_pictures\r\n https://olr.page.link/XPeh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:19:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5929, NULL, NULL, 'norjimi@yahoo.com', '07ccaec9cd8461620c4afb9c75fe2865', 'adult_sex_personals\r\n https://xsw.page.link/gpBQ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:20:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5930, NULL, NULL, 'asalmars_sb@yahoo.com', 'b9f0bf2e328f30c74a14fd6aa3529e7d', 'black_women_and_white_men_sex\r\n https://okj.page.link/d28s#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:21:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5931, NULL, NULL, 'js202@rediffmail.com', 'c78c454701b46b4f48264db6bd869b3b', 'adult_drunk_sex\r\n https://nhg.page.link/vrLP#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:22:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5932, NULL, NULL, 'maidez_87@yahoo.com', '18227629f901d037f930846edae82d1a', 'free_sex_to_watch\r\n https://nhg.page.link/TzNC#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:23:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5933, NULL, NULL, 'zuey_gurlz@yahoo.com', '06660d31bce64185f88a3a7fe02a57d2', 'free_sex_hardcore_video\r\n https://ujc.page.link/Ld5m#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:25:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5934, NULL, NULL, 'kardongsdnbhd@gmail.com', '6443d404660502772b68fd2edc4305aa', 'black_women_having_sex\r\n https://okj.page.link/CqDx#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:28:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5935, NULL, NULL, 'dtferhan@hotmail.com', '77c2c7ffd3fd1b9ad79a5d24aea7d6bf', 'amatuer_sex_forums\r\n https://vbf.page.link/ueR5#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:29:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5936, NULL, NULL, 'ajayalexnair@gmail.com', '25dca192dcea21b0c34881b857bf13ea', 'full_sex_film\r\n https://xsw.page.link/hwAA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:31:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5937, NULL, NULL, 'ezda9188@yahoo.com.my', '41e19bd0dc7558a6dce9170fa24380f1', 'free_3d_sex_videos\r\n https://okj.page.link/4iWM#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:32:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5938, NULL, NULL, 'abdulhafiz.ict@gmail.com', 'e5d5e9895542e9dde5285795a0f0cbc2', 'black_hot_girl_sex\r\n https://nlq.page.link/goYR#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:34:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5939, NULL, NULL, 'lnchea@yahoo.com', '9af919ddf33a7b9fb8d1c269f308745e', 'all_sex_dvd\r\n https://xsw.page.link/QzyW#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:35:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5940, NULL, NULL, 'haydonnick@hotmail.com', '56a43fc039b7afc3b66ea503c092ccb4', 'free_sex_creampies\r\n https://nhg.page.link/pMBu#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:36:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5941, NULL, NULL, 'ludebraud@gmail.com', '1df8f1ca606a1f8415cb9423f70fa13e', 'black_anal_sex_movie\r\n https://ijq.page.link/3HtR#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:37:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5942, NULL, NULL, 'wirapest@gmail.com', 'd628eb081737eac2ecd535d6ca7d34dd', 'bollywood_sex_actress\r\n https://ijq.page.link/XRb2#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:38:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5943, NULL, NULL, 'drzarita@yahoo.com', '62b563eb412a7524aaf0b57df8d8a11c', 'amature_wife_sex_pics\r\n https://ikd.page.link/ceR9#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:41:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5944, NULL, NULL, 'zuriawatie.alfafa@gmail.com', '17628c226462ec8a55d3979bc803ae80', 'asian_mature_sex\r\n https://okj.page.link/BczE#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:42:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5945, NULL, NULL, 'xuels2012@gmail.com', 'c0915ffd4d86964070f317d4bae68ea5', 'amateur_hairy_sex\r\n https://ujc.page.link/TDdD#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:43:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5946, NULL, NULL, 'i_rza@yahoo.com', '1cf46d8b21bce50e58070fe64cde4ef6', 'free_incest_sex_story\r\n https://ijq.page.link/W6PF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:45:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5947, NULL, NULL, 'sharulhezry@gmail.com', '5986823d50b0e31e3ae273c154820255', 'free_sex_chat_no_credit_card\r\n https://nhg.page.link/K5Su#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:46:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5948, NULL, NULL, 'ones_dinky@yahoo.com', '2949aef6786a70125da2b96c0188a020', 'anime_sex_move\r\n https://okj.page.link/R7K9#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:47:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5949, NULL, NULL, 'tnn82@yahoo.com', 'f97793dabf5d98e6d2c6427496341bac', 'adult_group_sex\r\n https://xsg.page.link/u99G#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:50:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5950, NULL, NULL, 'wira74@gmail.com', 'ecd8f873891de2131d6e71b34e30de39', 'bathroom_sex_free\r\n https://vbf.page.link/j3R5#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:51:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5951, NULL, NULL, 'fyroza_lattisa85@yahoo.com', 'daa719bb1e2e7c3f85c594acae6197d8', 'asian_bbw_sex\r\n https://nhg.page.link/S8QN#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:52:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5952, NULL, NULL, 'mohd_suffian06@yahoo.com', 'c4b184ac0019d8326675773e0ef43660', 'free_hardcore_black_sex\r\n https://xsg.page.link/nkk6#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:55:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5953, NULL, NULL, 'yuzhang0512@foxmail.com', '365edf5ce4536892b60b8926dfbbe1d1', 'adult_sex_passwords\r\n https://olr.page.link/h2Qo#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:57:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5954, NULL, NULL, 'grzesiekbrzyzek@gmail.com', '2dde1c3674b902abecb794fde8b95747', 'bangla_sex_video\r\n https://olr.page.link/tqgE#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 06:58:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5955, NULL, NULL, 'astonnicholastan@gmail.com', 'd6a4ac7d82c6f0256c00d7b2d6c60c88', 'bodybuilding_women_sex\r\n https://olr.page.link/HDQZ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:01:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5956, NULL, NULL, 'silvita.fitri@gmail.com', '717aaf502ddc5ee8d0968ecf2cde618e', 'around_the_world_sex_term\r\n https://vbf.page.link/Yktc#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:02:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5957, NULL, NULL, 'izzatiusman@gmail.com', '70b03e44fa68e36f8a2a4a743d3d031d', 'adult_sex_anime\r\n https://nlq.page.link/PLxE#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:04:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5958, NULL, NULL, 'ahmedosmanaz@hotmail.com', 'e96e992be9f2dd26c2e6b6b3bf849bef', 'fetish_fantasy_series_the_incredible_sex_stool\r\n https://xsw.page.link/eMHE#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:06:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5959, NULL, NULL, 'farell_maurice@yahoo.com', 'bcdeffeafb19348a77fda79580b74532', 'bbw_feet_sex\r\n https://okj.page.link/VLps#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:08:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5960, NULL, NULL, 'aqusstella@gmail.com', '4eda066d6e43ff3f996c7cc969f17a67', 'arabic_sex_photo\r\n https://xsg.page.link/pBPg#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:10:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5961, NULL, NULL, 'trexglass88@gmail.com', '8a2a6b9c8f3059102b0b3eaf5704db9f', 'bbw_and_sex\r\n https://nlq.page.link/SjHX#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:11:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5962, NULL, NULL, 'naritayonakassim@yahoo.com', '7d4ad2b4f22cb221594896181f093c6d', 'free_sex_magazines\r\n https://okj.page.link/xXgp#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:12:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5963, NULL, NULL, 'ros_2207@yahoo.com', '42a621ab08a42ca72252212770fc0843', 'free_internet_tv_sex\r\n https://okj.page.link/ESpG#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:13:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5964, NULL, NULL, 'moshkani_farahani@yahoo.com', '8ca1f46c229fc51b53af5dda7eb2875f', 'big_tits_sex_tube\r\n https://ijq.page.link/YpAc#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:15:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5965, NULL, NULL, 'oister_sunichi88@yahoo.com', '315273977fa228946d09396ea6ddfe80', 'full_lengh_sex_videos\r\n https://ijq.page.link/kBsz#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:17:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5966, NULL, NULL, 'mailisamuhamad@gmail.com', '79129036e06861bf9da2117c26e1e42c', 'find_casual_sex_partners\r\n https://vbf.page.link/V8VS#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:18:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5967, NULL, NULL, 'norulerma@gmail.com', 'dccb0c4e0455d70736b7a7739ae9403c', 'adult_sex_list\r\n https://ujc.page.link/7kuS#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:20:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5968, NULL, NULL, 'hartinimaerrad4@gmail.com', 'eec715dce37bf5df0446082076066f98', 'first_sex_partner\r\n https://nhg.page.link/yTdp#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:21:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5969, NULL, NULL, 'abumawi@yahoo.com.my', 'a907d2ae71e8cd34eaca2e47a5560841', 'aids_sex\r\n https://okj.page.link/RBjT#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:23:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5970, NULL, NULL, 'siti_2306@yahoo.com', 'de6be6c948197f8e07528093d580dfba', 'asian_guy_sex\r\n https://xsg.page.link/Nc8b#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:24:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5971, NULL, NULL, 'mymumbiz@gmail.com', 'edbc0796f2ff3792acb2c7f2b05fa874', 'anal_sex_tube_videos\r\n https://xsw.page.link/MzCE#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:26:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5972, NULL, NULL, 'shahillakim@yahoo.com', '1036181add722a96212abca2e01f0e06', 'black_46_white_sex\r\n https://xsw.page.link/6imD#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:27:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5973, NULL, NULL, 'mamy_chinta@yahoo.com.my', 'a9efccb84b40a1dd45b9967ea208d2f4', 'free_sex_videos_of_school_girls\r\n https://xsw.page.link/kKht#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:30:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5974, NULL, NULL, 'shafarina_82@yahoo.com.my', 'dc879f29fa87c58e4b62cf24475a6e44', 'first_gay_sex_videos\r\n https://xsg.page.link/qXqh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:31:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5975, NULL, NULL, 'suria_waty@yahoo.com', '8b8d1372a591d8dda9a25c3c2df88de3', 'amature_office_sex\r\n https://xsw.page.link/87JB#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:31:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5976, NULL, NULL, 'umranenterprise@gmail.com', '00dbbd1cc49baca903a1bfdf9f5dd435', 'anal_sex_orgasms\r\n https://okj.page.link/R1XM#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:33:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5977, NULL, NULL, 'blueklox71@yahoo.com', '50743da4c8fabe3baa0bd7840ef3c0f1', 'adult_sex_ads\r\n https://xsg.page.link/aae8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:34:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5978, NULL, NULL, 'zuraidahmohi@yahoo.com', '09c6ce559a25079dd3f442e901d3ac84', 'adult_sex_porno_tv\r\n https://xsg.page.link/NtgA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:37:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5979, NULL, NULL, 'umaiib80@yahoo.com', 'fdbe857a586a3c2568de02b22ecb89d6', 'ass_sex_clips\r\n https://nlq.page.link/dqgD#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:39:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5980, NULL, NULL, 'zatalia_ramadhan@yahoo.com', '2c9bee4b7d630924dfc836629385b263', 'amateur_group_sex_movies\r\n https://okj.page.link/td8C#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:40:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5981, NULL, NULL, 'wjr_3434@yahoo.com.my', '69ec2f3af1e68fcf62d0e0212617b94c', 'adult_sex_porn_tube\r\n https://nlq.page.link/C46d#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:41:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5982, NULL, NULL, 'sweetsmilehoney@yahoo.com', 'b2330829b825afa927803a842047419f', 'all_possible_sex_positions\r\n https://xsg.page.link/hW6N#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:42:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5983, NULL, NULL, 'jayabuilder_eng@yahoo.com', 'a126875e4f7b0449ec5965214b6c07eb', 'black_gay_guys_having_sex\r\n https://vbf.page.link/Ciu5#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:44:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5984, NULL, NULL, 'jsshinhan@gmail.com', '8495814cf33396b698d795307edcbc31', 'bisexual_sex_tubes\r\n https://xsg.page.link/ffyp#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:45:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5985, NULL, NULL, 'jandi_banana@yahoo.com', '82eec346771e7fa11290c5493a774db6', 'free_real_homemade_sex_tapes\r\n https://ijq.page.link/Uxph#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:46:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5986, NULL, NULL, 'sunshuang2013@gmail.com', '76b8f3e0e911eaac5387e867efcc28b8', 'farm_sex_free\r\n https://olr.page.link/PqVx#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:47:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5987, NULL, NULL, 'guy_neves86@yahoo.com.my', '9a6b4e852a71a8e5d9af86ff2ef79e87', 'anal_free_sex_videos\r\n https://ijq.page.link/8z9C#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:48:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5988, NULL, NULL, 'syahir15@yahoo.com.my', '2ceffc88bd4f910fb9abffc9c3a101c7', 'birthday_sex_acapella\r\n https://nlq.page.link/w4wY#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:50:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5989, NULL, NULL, 'fizee_rulez@yahoo.com.my', 'e71f43132ec8e5aad28ef4b594ffc68c', 'biker_sex\r\n https://ijq.page.link/gydV#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:51:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5990, NULL, NULL, 'eastforce99@gmail.com', '00f2e05aca9238a9087c94556475f19d', 'free_sex_quizzes\r\n https://ikd.page.link/pP96#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:54:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5991, NULL, NULL, 'binaminprimasb@gmail.com', '4905631fe3de17786a06e2bfd7d9681e', 'adult_sex_games_downloads\r\n https://vbf.page.link/KhSi#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:56:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5992, NULL, NULL, 'hmpsusan@gmail.com', '2ce59a851bbff4bb5f1baf9899b11b51', 'free_sex_cam_community\r\n https://xsg.page.link/Lc2C#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:56:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5993, NULL, NULL, 'emrbzkrt@gmail.com', '86ca4eaf1fa319c443848a4bfdd50fcd', 'best_online_sex_shops\r\n https://olr.page.link/2PwZ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:57:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5994, NULL, NULL, 'sydazzn@yahoo.com', '8d39a0d4531bf7ebd96221f8efc392fa', 'anal_sex_positions_with_pictures\r\n https://nhg.page.link/hqbS#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 07:58:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5995, NULL, NULL, 'hafizii8892@yahoo.com', '960b939494083d60cfbe9bbc3390609a', 'fat_women_haveing_sex\r\n https://ijq.page.link/4TCu#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:01:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5996, NULL, NULL, 'farahnabila794@gmail.com', '0b1efef71ab8537f57518c184d6a30c0', 'free_personals_for_sex\r\n https://ujc.page.link/YdZ9#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:02:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5997, NULL, NULL, 'aanbdkbaek22@gmail.com', '495edfc3deabe87d55362f72309f8ea2', 'black_chick_white_guy_sex\r\n https://vbf.page.link/ZPo2#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:03:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5998, NULL, NULL, 'gruber.lisa@googlemail.com', 'ab47000a62a56c27b15d672357681003', 'fucking_tube_sex\r\n https://okj.page.link/nFPz#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:06:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(5999, NULL, NULL, 'asmah_1010@yahoo.com', '633f7f3e47e3f1d40f2e5457bbe3e191', 'after_sex_movie_download\r\n https://vbf.page.link/euwA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:09:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6000, NULL, NULL, 'eina_jagung@yahoo.com', '8100196fe7720fa65a548032bd88d8a1', 'amateur_couples_sex_tape\r\n https://ijq.page.link/9Zm1#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:09:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6001, NULL, NULL, 'shah_twister@yahoo.com', '8fec2bcad2218903f698d1a96f78cddc', 'free_hardcore_black_sex\r\n https://xsw.page.link/ofdU#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:10:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6002, NULL, NULL, 'jsdafengshenwei@gmail.com', 'c83633d84efa1a7385c84357506de8f6', 'brutal_sex_free_videos\r\n https://okj.page.link/6En8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:11:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6003, NULL, NULL, 'shazeyla@yahoo.com', '006e4e6abc2c567c35eb358b9b8df808', 'best_friend_gay_sex\r\n https://nlq.page.link/vrmN#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:12:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6004, NULL, NULL, 'kolowa.my@gmail.com', '6e74f1cc367225204f4ad4dad822edad', 'abyss_sex_dolls\r\n https://nlq.page.link/fvk9#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:13:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6005, NULL, NULL, 'effadyana@yahoo.com', 'c673889dd357765d98633c67c6a13130', 'booty_sex_xxx\r\n https://okj.page.link/UjmU#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:14:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6006, NULL, NULL, 'nizairil@yahoo.com.my', 'b491e271c45f82db820ccb2ec3f1c320', 'brooke_skye_sex_video\r\n https://olr.page.link/PQC6#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:15:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6007, NULL, NULL, 'inbound-1@htomail.com', '955fac20f1b6d76630de6e2db07510bd', 'buy_now_pay_later_sex_toys\r\n https://xsw.page.link/HtT5#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:16:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6008, NULL, NULL, 'zul_pfs@yahoo.com', '43bd8c2439756a900f9b20f6717f99e3', 'free_streaming_homemade_sex_videos\r\n https://olr.page.link/RGfA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:17:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6009, NULL, NULL, 'white10_daisy@yahoo.com', 'de29030d1102b6b32af3f37b6d8995e4', 'asian_big_sex\r\n https://xsw.page.link/VHhK#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:18:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6010, NULL, NULL, 'eidaviolet@yahoo.com', '21e1df7cc13b50483749834b7936b584', 'ass_big_sex\r\n https://nhg.page.link/EFbJ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:19:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6011, NULL, NULL, 'arejoihakim@yahoo.com', 'ebe2b429d3d8af23cc99c687ce562593', 'free_mobile_phone_sex_videos\r\n https://ijq.page.link/jFpF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:21:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6012, NULL, NULL, 'yellowcat91@gmail.com', 'eca597dd47aafa4fd60411161373855f', 'adult_porn_sex_tv_com\r\n https://ujc.page.link/tL4x#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:21:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6013, NULL, NULL, 'arwin_razor20@yahoo.com', 'bd876c654b54ea3f17229c7b0e9c0c30', 'boo_sex\r\n https://xsw.page.link/fmTE#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:22:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6014, NULL, NULL, 'bouchene_z@hotmail.com', '9f00a23ee51d65f90ff42ec9405a8475', 'free_adult_sex_jokes\r\n https://ujc.page.link/Jc6P#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:23:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6015, NULL, NULL, 'nurfirdaus86@yahoo.com', '5f51ee2c7677848928fb71b5c335a14e', 'free_full_black_sex_videos\r\n https://xsw.page.link/8oqh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:24:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6016, NULL, NULL, 'maencarna79@gmail.com', 'c465e63236fdc5ea7d0491c9976e2ad4', 'amateurs_homemade_sex\r\n https://ujc.page.link/HwdV#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:26:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6017, NULL, NULL, 'mohdnazua@yahoo.com.my', 'b2b41e4f295ce102d03296038fe26e79', 'alien_sex_images\r\n https://ujc.page.link/hXps#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:28:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6018, NULL, NULL, 'jongjitan@gmail.com', '02c63e2cc0b1453c55f817fd9de6273d', 'adult_sex_jokes\r\n https://ujc.page.link/PTJc#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:30:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6019, NULL, NULL, 'nurulnadiamazlan@yahoo.com', '7188205472debb42a10a8ec8d78cb4a6', 'black_girls_sex_party\r\n https://okj.page.link/jJJU#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:32:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6020, NULL, NULL, 'nurfuzie@gmail.com', 'bd12429f38848dac22f001e5e6c19920', 'big_dick_sex_movie\r\n https://xsw.page.link/X9nE#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:33:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6021, NULL, NULL, 'luiginaldibg@gmail.com', '5024d0edec7a0c6f0c83e5ce35a6f07b', 'adult_flash_sex_games\r\n https://ikd.page.link/n8if#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:34:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6022, NULL, NULL, 'sunpropsb@gmail.com', '6cc91cde34628a0e64741ac371739d93', 'free_mobile_sex_chat_rooms\r\n https://nlq.page.link/61x8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:35:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6023, NULL, NULL, 'baby_nuenue@yahoo.com', 'e126b84eb096db93f96e8ba917e8462e', 'arabic_sex_for\r\n https://xsg.page.link/b69m#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:37:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6024, NULL, NULL, 'arnisham@yahoo.com', '14a320fcc2b696eb515baa11d988707d', 'black_anal_sex_video\r\n https://okj.page.link/3fSQ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:39:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6025, NULL, NULL, 'anishazieqahramli@yahoo.com.my', 'de4574dd7c07784096611f2dfee1c493', 'brother_sister_sex_movies\r\n https://xsw.page.link/XJYS#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:40:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6026, NULL, NULL, 'sara_9539@yahoo.com', '014a3ed06d445e687225cefdcae2aa35', 'free_amature_sex_chat\r\n https://xsw.page.link/MAhR#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:47:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6027, NULL, NULL, 'safiz_85@yahoo.com', '592f95ad17eeccc025adfb96abb61e70', 'free_non_downloadable_sex_videos\r\n https://nhg.page.link/4frq#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:48:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6028, NULL, NULL, 'msglobalfoodindust@gmail.com', '351be0abb6e8da7e16f99b21aed3a079', 'bbw_food_sex\r\n https://nlq.page.link/LLMF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:49:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6029, NULL, NULL, 'afiqma10@gmail.com', '86d7aad4a066261abbbf6ea963004543', 'filming_my_wife_having_sex\r\n https://xsw.page.link/gbdo#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:50:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6030, NULL, NULL, 'cfchee@yahoo.com', '6e6e3b934ccb6684445f6d54af5ca189', 'free_sex_cam_site\r\n https://nhg.page.link/EeM7#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:53:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6031, NULL, NULL, 'zulhfreelancer@gmail.com', 'fe223ccbdd023f3790d053e4b745f6fa', 'free_sex_to_watch\r\n https://ujc.page.link/KxJQ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:54:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6032, NULL, NULL, 'hamidfb@gmail.com', 'a30af778595761a445129820323d8f63', 'free_sex_on_utube\r\n https://nlq.page.link/76sw#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:55:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6033, NULL, NULL, 'ebooksstore6@gmail.com', 'b61debed1e146c72551b3e9fed699416', 'amateur_sex_party_pics\r\n https://nhg.page.link/fEG8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:56:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6034, NULL, NULL, 'gitasweet17@gmail.com', 'f6f5ea24d4e62dab291baf30d5426868', 'family_guy_real_sex\r\n https://ikd.page.link/AdXM#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:57:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6035, NULL, NULL, 'rkaur.mamc@gmail.com', '344e6bfc9eff633bfac9e7768975db1d', 'famouse_sex\r\n https://xsw.page.link/2arP#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 08:58:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6036, NULL, NULL, 'ctnadzira_89@yahoo.com', '76aa209e8914c9acde55ac9eb7a46806', 'anal_sex_free_movies\r\n https://okj.page.link/RTNw#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:00:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6037, NULL, NULL, 'shaifulizam82@yahoo.com', '5fa56a2d5f50925a5503923b50278030', 'asian_sex_toy\r\n https://ikd.page.link/B8bw#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:02:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6038, NULL, NULL, 'anz_jengka@yahoo.com.my', '8d2e21892a5d9aa07b714f48aec2c316', 'asian_anal_sex\r\n https://ikd.page.link/RXt1#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:02:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6039, NULL, NULL, 'aqilyazid@rocketmail.com', '8d98e001c7660f4582ab05433d9daeff', 'best_lube_for_gay_sex\r\n https://ujc.page.link/P9cr#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:03:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6040, NULL, NULL, 'e_babyshop@yahoo.com', 'ba91776bc31a748ba0d4acd82502ab05', 'blood_sugar_sex_magic_harry_potter\r\n https://nhg.page.link/6W3Q#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:04:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6041, NULL, NULL, 'sitinah93@gmail.com', '4861f4a320b8414b8ade8ce32e053109', 'fat_women_having_anal_sex\r\n https://nhg.page.link/P37X#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:06:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6042, NULL, NULL, 'mohkasan@gmail.com', '05d0519cfb4bb04d4897d868d78254e2', 'anime_manga_sex\r\n https://ikd.page.link/fSf8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:08:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6043, NULL, NULL, 'wlc_scwplas@yahoo.com', '321656924963ed12855d8483848ca910', 'free_gay_sex_rape\r\n https://xsg.page.link/ocaA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:10:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6044, NULL, NULL, 'annawaummi@yahoo.com', 'c81d704a5a6d521ba27b26addabb7df8', 'adult_sex_lesbian\r\n https://ikd.page.link/VU8U#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:11:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6045, NULL, NULL, 'deqya_leo05@yahoo.com', '1a4a69ef6b80889e6fbbeb26eee9d40a', 'amateurmovies_sex\r\n https://ijq.page.link/SmNL#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:13:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6046, NULL, NULL, 'rashid912_rd@yahoo.com', '676387f66c0fc0c71942f5d5003c51d9', 'anal_sex_porno_videos\r\n https://vbf.page.link/M1o5#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:15:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6047, NULL, NULL, 'aydin.senay@hotmail.com', 'd83e07dc4299a8ac25e7b8a6e773d521', 'bisexual_sex_video\r\n https://olr.page.link/vrdx#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:16:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6048, NULL, NULL, 'ariflah@gmail.com', 'eec77ddfd65b8b7853995106dc4a401b', 'full_episodes_of_zane_sex_chronicles\r\n https://okj.page.link/9GVk#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:22:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6049, NULL, NULL, 'yie_yoo@yahoo.com.my', 'b167fe9b30e904780cf2c4203e2ee31f', 'bengali_sex_3gp\r\n https://ijq.page.link/jsSs#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:23:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6050, NULL, NULL, 'diya_2102@yahoo.com', 'bd30dec804b145a42bc5728dba0836d5', 'big_girls_anal_sex\r\n https://xsg.page.link/XHBP#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:24:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6051, NULL, NULL, 'cell77821@yahoo.com.tw', 'ae41420aad750c696f16f6920ccc883b', 'big_booty_sex_free\r\n https://ujc.page.link/eDJb#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:25:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6052, NULL, NULL, 'benzgifts@gmail.com', 'f3221a540a1c581a5d795c17b83b43b9', 'brazilian_girls_anal_sex\r\n https://ikd.page.link/jTuh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:26:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6053, NULL, NULL, 'dsk.1863@gmail.com', 'e7de00152e45e91de5807771794d44cf', 'free_good_sex\r\n https://xsw.page.link/qg9U#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:28:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6054, NULL, NULL, 'info.smartautocare@gmail.com', '8f7ce5b747751574611a16806bd34db7', 'free_samples_sex_toys\r\n https://ijq.page.link/rDCj#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:30:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6055, NULL, NULL, 'twoply88@yahoo.com', '41e0d17436fdf3da4d1c0e3587c40ff1', 'bret_michaels_pamela_anderson_sex\r\n https://nlq.page.link/pMcc#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:30:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6056, NULL, NULL, 'nadiaiylia@yahoo.com', 'd4f1500d8991a746477c2f0d3f792948', 'free_kim_possible_sex_game\r\n https://okj.page.link/iK4T#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:31:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6057, NULL, NULL, 'natureltdg@gmail.com', '14e769c1517f68a844d5bb7606254eff', 'boca_chica_sex\r\n https://nhg.page.link/2k1j#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:32:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6058, NULL, NULL, 'eric.esdynamics@gmail.com', '35882425de5cf69f910157cb32691002', 'free_videos_of_homemade_sex\r\n https://xsw.page.link/kKht#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:33:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6059, NULL, NULL, 'keenwaydsb@yahoo.com', 'fbb4b49170bd7d2085adcc141da9aa4d', 'bollywood_sex_scenes\r\n https://nhg.page.link/8aph#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:34:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6060, NULL, NULL, 'larissaquartaroli@yahoo.com.br', 'e7adcfffa56c9f46b4e035de7b2c3c1f', 'free_webcam_sex_movies\r\n https://okj.page.link/5vri#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:35:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6061, NULL, NULL, 'ozgeorenay@gmail.com', 'a97a5c03529d52c8cca28b8de9bf8833', 'boy_hot_sex\r\n https://olr.page.link/TP5S#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:38:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6062, NULL, NULL, 'mikechengsuyee@yahoo.com', '21a31327d71f54b0af20098ad7454e7e', 'fat_sex_in_the_city\r\n https://xsg.page.link/RmEx#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:39:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6063, NULL, NULL, 'ssmpg2@gmail.com', 'df685c399d0eac71d14476a899dd1c11', 'asian_sex_pron\r\n https://olr.page.link/PtmU#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:40:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6064, NULL, NULL, 'yusoffzawawi@hotmail.com', 'b7268fa74440d9fbfdef198eef4da0dc', 'arabic_teens_sex\r\n https://ikd.page.link/TdX6#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:41:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6065, NULL, NULL, 'serembantravels@yahoo.com.my', '9ed6658c40e9cb4191dba8f859a399ca', 'bangla_sex_choti\r\n https://vbf.page.link/iti4#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:42:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6066, NULL, NULL, 'nurdiyana_tarmizi@yahoo.com', '1de003170b505e186dc3d4c1df4feb73', 'arabic_homemade_sex_videos\r\n https://okj.page.link/ZKhS#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:44:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6067, NULL, NULL, 'norzaful_anuwar@yahoo.com', '4e1af21cbe0396e7d862c7624cbeef3e', 'free_nude_sex_chats\r\n https://vbf.page.link/j4px#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:45:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6068, NULL, NULL, 'myfasportcentre@gmail.com', 'a41cefba8f9c5096a32ae63be287fe5e', 'birthday_sex_jeremiah_youtube\r\n https://ijq.page.link/RyjN#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:46:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6069, NULL, NULL, 'jibuthomas.t@gmail.com', '1c75d4a43acf15b1a99a512a9c34643d', 'brother_and_sister_having_sex_pictures\r\n https://ujc.page.link/k59h#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:51:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6070, NULL, NULL, 'edyani_90@yahoo.com', 'ca867673664240c67c9c21aba52d45c1', 'asian_movies_with_sex\r\n https://ijq.page.link/XnBM#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:52:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6071, NULL, NULL, 'fzs_farah@yahoo.com', '40a50f1c022f232fd3cf337ef3c5d895', 'boy_sex_nude\r\n https://ikd.page.link/sthk#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:53:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6072, NULL, NULL, 'arabate@gmail.com', '913ff0b223720a38af53a0ee8d906acb', 'free_homemade_black_sex_videos\r\n https://ujc.page.link/XDHX#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:54:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6073, NULL, NULL, 'azizahismail88@yahoo.com', '31701adae973687cd2f98d417673eff8', 'best_gay_sex_position\r\n https://nhg.page.link/ALxH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:55:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6074, NULL, NULL, 'skalafurnitures@gmail.com', '2a2e5097b6050a2070561d2871f4ead7', 'anal_granny_sex\r\n https://ikd.page.link/FYhD#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:57:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6075, NULL, NULL, 'noordiana11@yahoo.com', 'c41baa62254d2fe623d15a62f2fadc81', 'foods_for_good_sex\r\n https://ujc.page.link/pUvc#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 09:58:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(6076, NULL, NULL, 'noar22@yahoo.com', 'a7498e572de88838b3865480abdf3b9d', 'ashanti_sex_tape_full\r\n https://vbf.page.link/hXeW#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:01:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6077, NULL, NULL, 'aen6748@yahoo.com', 'b50df815fc8ed88f98c2c0668746132c', 'bagheera_sex\r\n https://olr.page.link/hfVC#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:03:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6078, NULL, NULL, 'ramzar76@gmail.com', '0de3db195600b7cfbe0fbf625fdf33b2', 'brittney_spears_sex_tapes\r\n https://vbf.page.link/hdfF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:04:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6079, NULL, NULL, 'jfawwazi@gmail.com', '7edad792df8fad2e314c435638e62cf4', 'arab_sex_home_videos\r\n https://nlq.page.link/Dpuj#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:07:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6080, NULL, NULL, 'cktilingsb@gmail.com', '72c3f678cd1fc7799cfb07b7bc62b6db', 'bangla_sex_film\r\n https://ijq.page.link/tezn#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:08:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6081, NULL, NULL, 'noraini_radzuan@yahoo.com', '9712414fd97635224ce38c18ed0bcdf1', 'free_tranny_phone_sex\r\n https://nlq.page.link/AJB5#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:09:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6082, NULL, NULL, 'permaikaya.sbkk@gmail.com', '2072ef114244584337a7eea43ee566ca', 'fat_sex_position\r\n https://xsw.page.link/9r1K#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:10:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6083, NULL, NULL, 'basumienterprise@gmail.com', '9c224d3396b93337c84bf1e6f2510004', 'brother_haveing_sex_with_sister\r\n https://xsw.page.link/b42G#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:11:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6084, NULL, NULL, 'deqna_nana@yahoo.com.my', 'f6342b9c21408b657efc9caedd94e6a1', 'free_hot_ass_sex\r\n https://okj.page.link/DgdY#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:16:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6085, NULL, NULL, 'akiera_azuka@yahoo.com', '9fb40ec28013075ff98702954e5cdf55', 'asian_woman_anal_sex\r\n https://nhg.page.link/KLgG#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:18:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6086, NULL, NULL, 'centaur.gbl@gmail.com', '74fd4b185ef89be3ea91ffd79a5d9c5d', 'fat_sex_in_the_city_4\r\n https://ijq.page.link/KJ8b#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:19:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6087, NULL, NULL, 'ween.mazlan@gmail.com', '1fe800b0e8f74e8d841119f581af4d84', 'better_than_sex_chocolate_cake\r\n https://xsg.page.link/Cfva#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:20:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6088, NULL, NULL, 'asma_gie@yahoo.com', '0c07522d04c843b6d9372165bedc34d5', 'amateur_sex_on_video\r\n https://xsw.page.link/pBAA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:21:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6089, NULL, NULL, 'shathiskumar246@gmail.com', '3639a86d4f2352b64b28053d9e640feb', 'bizzare_sex_positions\r\n https://nlq.page.link/nwZp#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:21:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6090, NULL, NULL, 'chemigro@yahoo.com.my', '615ddadd308186f86c9aba5c6640607c', 'bizarre_sex_objects\r\n https://ikd.page.link/orF3#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:23:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6091, NULL, NULL, 'megat_wqm@yahoo.com', 'ce8b0168753ecfe054a83a3e07e59270', 'free_sex_videos_for_couples\r\n https://ikd.page.link/GpZi#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:24:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6092, NULL, NULL, 'zakzue_lv@yahoo.com.my', '011065a52a638b43d676516afb435d3b', 'american_dad_toon_sex\r\n https://nlq.page.link/4AJE#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:25:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6093, NULL, NULL, 'nurnazmil@gmail.com', 'cee2fac8401c63cea9b016eebb0f321a', 'asian_girls_sex_pics\r\n https://ikd.page.link/RFjD#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:26:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6094, NULL, NULL, 'syafiqdz@gmail.com', 'd36a1d9c3a1afb2e9091b504cd16b6aa', 'black_gang_bang_sex\r\n https://xsg.page.link/7e39#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:30:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6095, NULL, NULL, 'ina_zalee@yahoo.com', '0b40331482157a0a022d3ba1056318ff', 'boys_and_girls_sex_video\r\n https://okj.page.link/hdYq#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:31:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6096, NULL, NULL, 'farliza_hamid@yahoo.com', '291c0f6b71ec3cc3f3dc7684d771d140', 'asian_and_black_sex_videos\r\n https://xsw.page.link/2jkX#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:33:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6097, NULL, NULL, 'fizie_8611@yahoo.com', 'f7de23f6e444c12f82936424aaad9e81', 'free_anal_porn_sex\r\n https://ikd.page.link/kNBi#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:34:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6098, NULL, NULL, 'pedatisaujana@yahoo.com', '904df935409d8dbbd9e8cd2e464714fd', 'brook_burke_sex_tape\r\n https://ikd.page.link/AEFC#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:35:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6099, NULL, NULL, 'odeanz1330@gmail.com', '7f14a2b64609e856e389d4cc607919fc', 'amature_home_video_sex\r\n https://xsw.page.link/XZwy#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:36:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6100, NULL, NULL, 'hazmanhadi@gmail.com', 'c6d93cf73d669c3802024a0f2421f1fa', 'badder_santa_sex_scene\r\n https://vbf.page.link/3zLj#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:37:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6101, NULL, NULL, 'sekitar5221@gmail.com', 'c044ed0ad4dfb61f3017dc0b9db17081', 'free_videos_of_lesbian_girls_having_sex\r\n https://xsg.page.link/JTcQ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:38:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6102, NULL, NULL, 'annettee.nakimuli@gmail.com', '90d2cb9e263b97a519021820412a37bd', 'famouse_sex\r\n https://ijq.page.link/yymh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:39:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6103, NULL, NULL, 'sagrennaidoos@yahoo.com', 'f8afb0abcb1d6d3ae7c60a1f50ce0903', 'free_3d_animated_sex\r\n https://ujc.page.link/P5Ku#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:40:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6104, NULL, NULL, 'fatim@yahoo.com', '474bae0c5e4ee333c064e4e3e90f3f59', 'free_drawn_sex_account\r\n https://ikd.page.link/c6wA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:41:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6105, NULL, NULL, 'mydcarbo@yahoo.com', '25fd9c1b6fdaa9251c4ac44cde4d108c', 'ashanti_sex_tape\r\n https://xsw.page.link/BwFU#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:42:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6106, NULL, NULL, 'djuravujic@gmail.com', '6060f616104e3580a0c2506c936526ca', 'adult_male_sex_toy\r\n https://xsw.page.link/7JuD#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:43:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6107, NULL, NULL, 'elya_el@yahoo.com', 'c21de823ec466799731b580f22d69457', 'asian_sex_comics\r\n https://vbf.page.link/sXp1#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:44:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6108, NULL, NULL, 'r.epr.e.hen.diukv@gmail.com', 'c3be3c2c07cfad809f82c9898aec0fea', 'arabic_sex_clip\r\n https://ujc.page.link/Z7xH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:45:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6109, NULL, NULL, 'norsalawati68@gmail.com', 'bf8b7046ce2accfd6b012d13a07cfee7', 'free_ameture_sex_tapes\r\n https://ikd.page.link/9Pfh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:47:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6110, NULL, NULL, 'utsb2008@yahoo.com', '634f366451f3872643bef3bff861c1de', 'free_interracial_sex_comics\r\n https://nhg.page.link/RoVf#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:47:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6111, NULL, NULL, 'mohdazmizaa@yahoo.com', '564af7c5e42dd9c7727b2a80dd6debdb', 'free_videos_of_naked_lesbians_having_sex\r\n https://xsg.page.link/ejf8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:51:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6112, NULL, NULL, 'nazliputra1984@gmail.com', '539e7eb3f4057a4ddcdb1bf0d6995595', 'african_american_lesbian_sex\r\n https://xsg.page.link/QbKd#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:54:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6113, NULL, NULL, 'lilysuraya_30026@yahoo.com', '965986a140aa77c4f30228c0ca3a2b74', 'buddhist_monk_sex\r\n https://ikd.page.link/8S5G#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:55:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6114, NULL, NULL, 'adillahani@yahoo.com', '28ff0306a86f0bc49d9eb7eb95dba8b5', 'big_cock_sex_club\r\n https://okj.page.link/12S1#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 10:57:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6115, NULL, NULL, 'winkenfurniture@gmail.com', '6e219133abd1f2f2c7851835c3a2e920', 'female_to_female_sex\r\n https://vbf.page.link/qXx4#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:03:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6116, NULL, NULL, 'armanie_07@yahoo.com', 'c2f13ce519db54dac91673792855272d', 'filipino_sex_thumbs\r\n https://xsw.page.link/Xm27#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:03:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6117, NULL, NULL, 'ctku84@yahoo.com', 'd6f0b7d5d3ed7fbbcb5d0da44430974e', 'free_trans_sex_videos\r\n https://vbf.page.link/rtBF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:05:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6118, NULL, NULL, 'fazlibagan@gmail.com', '0fa8ee4003a76e6355fce91b05e6cda7', 'free_online_gay_sex\r\n https://okj.page.link/gPa8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:06:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6119, NULL, NULL, 'amyezma@yahoo.com', 'c80a847767c7ed20778cab5a522cedc0', 'about_sex_stories\r\n https://olr.page.link/PcA7#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:08:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6120, NULL, NULL, 'vitvinent@gmail.com', '17f8f43dfc8221a6f4fad680bab6451d', 'amateur_gay_sex_clips\r\n https://ijq.page.link/Ug73#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:09:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6121, NULL, NULL, 'hnh.sales1@gmail.com', 'f691e46623d7b8b4ebec28cee2755b2a', 'free_sex_89_video\r\n https://olr.page.link/P7sz#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:10:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6122, NULL, NULL, 'mdautoparts@hotmail.com', '2b349fd18578ca3c779862d9e7c302fe', 'amateur_swinger_sex_videos\r\n https://ikd.page.link/xm4f#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:13:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6123, NULL, NULL, 'roshidahsafiei@yahoo.com', '0c9a8370bba8d78200a42d4caa628045', 'bangle_sex\r\n https://xsg.page.link/ivgf#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:13:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6124, NULL, NULL, 'hata983@yahoo.com', 'd3b23e57b8f924c2ccad196f6defbbca', 'free_xxx_sex_vidios\r\n https://okj.page.link/nKor#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:17:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6125, NULL, NULL, 'helwangisb@gmail.com', '11e3df32cccee71b6bf6eb9b5f65dd1d', 'amature_sex_uploads\r\n https://olr.page.link/Rpo1#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:18:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6126, NULL, NULL, 'ekien_is88@yahoo.com', '5b5b2717d437d4269a7201f7beacc924', 'adult_sex_toys_vibrators\r\n https://xsg.page.link/3SxH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:21:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6127, NULL, NULL, 'scionbiz@yahoo.com', 'd3b85e9c71a9b16420b53af13ee863ec', 'free_naked_lesbian_sex\r\n https://ujc.page.link/65Wk#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:25:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6128, NULL, NULL, 'adeebzz@yahoo.com', 'b18629200ef0d78c35733b3559d20c17', 'family_sex_thumbs\r\n https://okj.page.link/L2PD#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:26:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6129, NULL, NULL, 'hbmalacca@yahoo.com', '989866a286e35a22b0de7f2fe779b324', 'free_butt_sex_videos\r\n https://ujc.page.link/eSVc#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:27:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6130, NULL, NULL, 'm_phon@yahoo.com', '9802d46a7a75ef58f84032b5df35b36c', 'adult_sex_scenes\r\n https://xsw.page.link/aUuK#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:28:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6131, NULL, NULL, 'nagla_fouad@yahoo.com', '9ab012a132ba8df398616d0592ef1eb1', 'anime_ass_sex\r\n https://nlq.page.link/61x8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:29:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6132, NULL, NULL, 'nadiaazeera@yahoo.com', '9571ed618b4f3be003b51df60274d63a', 'anal_sex_with_my_husband\r\n https://okj.page.link/vsF9#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:30:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6133, NULL, NULL, 'hbi_84@yahoo.com', '4e12248df73a78dcf68cf9675b034d61', 'free_milf_sex_gallery\r\n https://nhg.page.link/Vhr1#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:31:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6134, NULL, NULL, 'gbodon@gmail.com', 'a61fe5b1a90245d9019007493ee8e10e', 'animals_sex_free\r\n https://xsw.page.link/AEnw#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:32:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6135, NULL, NULL, 'pbrsdnbhd@yahoo.com.my', '70cd172b74aaa811a34750aa739059f5', 'first_dp_sex\r\n https://xsg.page.link/WUXH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:34:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6136, NULL, NULL, 'ILA_SUHAILA@yahoo.com.my', 'e7fe3e305f798692ba6a07302e19e4fb', 'black_kids_having_sex\r\n https://okj.page.link/zEQF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:35:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6137, NULL, NULL, 'reny_ME@yahoo.com', '55c5f6c2079dd268dd53aebc68ecf67d', 'amature_wives_sex\r\n https://ikd.page.link/M9n1#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:37:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6138, NULL, NULL, 'aurateambp@yahoo.com', 'ed47a178a064524a66cbac0b70111039', 'black_group_sex_tube\r\n https://xsg.page.link/U1iQ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:41:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6139, NULL, NULL, 'negashwakgari@yahoo.com', 'a54557a445b895d67bc64f2325adfb92', 'free_oldman_sex\r\n https://ujc.page.link/gsqo#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:43:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6140, NULL, NULL, 'dravishankaran@hotmail.com', '3c468f8595892c26bc8e718e59603287', 'amature_lesbian_sex\r\n https://ikd.page.link/BYxj#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:44:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6141, NULL, NULL, 'lancaster021@hotmail.com', '188e576a4a969b836f2152e48c13bd94', 'arab_sex_online\r\n https://okj.page.link/ZkWi#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:45:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6142, NULL, NULL, 'mamat1691@gmail.com', '43be1e03a2f0011c8bdac88efe6a055b', 'best_free_amateur_sex_sites\r\n https://ujc.page.link/ahst#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:47:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6143, NULL, NULL, 'norhazura@ymail.com', '4a4727fdf573514989e06a821c1314a0', 'free_big_black_sex_videos\r\n https://xsw.page.link/sF6i#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:48:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6144, NULL, NULL, 'suahana.halim@yahoo.com', 'aab4d11c075d46ec9b54616abe763dd0', 'boy_sex_with_mother\r\n https://okj.page.link/FBb5#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:52:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6145, NULL, NULL, 'driesvandoninck@hotmail.com', 'abfbc1caa109edefef156731cdb0c9e1', 'anime_sex_tentacle\r\n https://xsg.page.link/Duqz#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:53:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6146, NULL, NULL, 'dhiea_dhiem06@yahoo.com', '157d1849a5e7bba6dc05bcbc74c5f3b8', 'free_sex_cam_2_cam\r\n https://olr.page.link/BKmf#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:54:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6147, NULL, NULL, 'joshtsl116@hotmail.com', '679406cd05c5e480253fc32dd382775e', 'free_women_sex_movies\r\n https://ujc.page.link/wX5a#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:55:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6148, NULL, NULL, 'nurul85cute@yahoo.com', '6d1e532741150855d494463ca39b9d7d', 'female_sex_characteristics\r\n https://nlq.page.link/9bMM#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:57:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6149, NULL, NULL, 'nikit-annenkov@ya.ru', 'bf932085d0f395d5a87bf4dbfb486a80', 'blowjob_sex_scenes\r\n https://ikd.page.link/78wB#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:58:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6150, NULL, NULL, 'irresistale713@yahoo.com', '2d580ba555329322ce64c52ac1b5eb68', 'family_sex_moves\r\n https://xsg.page.link/3Jqf#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 11:59:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6151, NULL, NULL, 'yellow98@gmail.com', '3ab7056c56e639701586af2465d9c2af', 'black_big_dick_sex\r\n https://olr.page.link/c6YW#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:00:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6152, NULL, NULL, 'qualityinterest@yahoo.com', '53e696b66630b08b284b8ea3d6365f77', 'amatuer_mature_sex\r\n https://ujc.page.link/vfam#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:02:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6153, NULL, NULL, 'nas_city@yahoo.com', '0d66be7076ce817579a73b17c8430d8d', 'best_free_sex_pic\r\n https://ijq.page.link/m2S7#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:03:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6154, NULL, NULL, 'sheniamax@gmail.com', 'c469ed7854c9a0773912006acd5b1571', 'amber_michaels_sex\r\n https://nlq.page.link/W7q2#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:04:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6155, NULL, NULL, 'vasilishina.a@gmail.com', 'c200dfd5f8dfae2e943840e41088914a', 'free_rape_porn_sex\r\n https://nhg.page.link/vnMe#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:06:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6156, NULL, NULL, 'giavinnie@yahoo.com', 'd370fb1c1362f62d0f98baed824e9937', 'friday_the_13th_2009_sex_scenes\r\n https://olr.page.link/A54t#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:07:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6157, NULL, NULL, 'taktak4080@gmail.com', 'ad0fd4a3e3072433eee18722fc2f1523', 'black_home_sex_video\r\n https://olr.page.link/GWPk#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:08:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6158, NULL, NULL, 'afifahbintirahman@gmail.com', '40c981671c7fa8af37a8c599e5e697ae', 'blow_up_doll_sex_videos\r\n https://xsw.page.link/V7Jg#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:09:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6159, NULL, NULL, 'cacin_86@yahoo.com', '1d931c61db0ca8698545497ae5db9160', 'free_sex_hand_jobs\r\n https://olr.page.link/TaLR#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:11:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6160, NULL, NULL, 'musaamaran@yahoo.com.my', 'e8704ae802972edaf3ada5163dbe2b2d', 'best_sex_free_movies\r\n https://okj.page.link/F7TX#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:11:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6161, NULL, NULL, 'din.hasan@hotmail.com', '52507a0b1154db247115e2742b23188a', 'booty_sex_tape\r\n https://ikd.page.link/m8eo#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:12:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6162, NULL, NULL, 'guvencdogan@gmail.com', 'cf364e5795c99e3eee0b25666f3eea1d', 'ay_papi_sex_comics\r\n https://xsw.page.link/GZnU#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:14:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6163, NULL, NULL, 'syuhaidae@gmail.com', '769d9f88241ee1ebc2c6cc7a64fcc89f', 'free_pam_anderson_sex_video\r\n https://ujc.page.link/isHx#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:15:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6164, NULL, NULL, 'yokelay@yahoo.com', '9c5a5fb31175a0a3da54d50b328a1393', 'arabic_sex_clip\r\n https://ikd.page.link/i8rR#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:16:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6165, NULL, NULL, 'aztech_link@yahoo.com', '45fd9d0d332a736ec2e56dab4c4e7a25', 'bigg_butt_sex\r\n https://xsw.page.link/uTUp#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:17:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6166, NULL, NULL, 'sunil.kde@gmail.com', 'e917c61a4511f626a549eb182304c54b', 'burning_during_sex\r\n https://okj.page.link/1wJf#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:18:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6167, NULL, NULL, 'bfv3183@gmail.com', '04322eb5eb8588dff705814e945a67fc', 'free_vidoes_of_people_having_sex\r\n https://okj.page.link/SKv5#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:18:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6168, NULL, NULL, 'lianbing.lin36@yahoo.com', '9d33e8344612aebf34d35e6e12d3f3e6', 'anal_sex_porn_tube\r\n https://nhg.page.link/y85H#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:23:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6169, NULL, NULL, 'annurmuhammad19@yahoo.com', '6dbe6dacabd0a3288bd1d1e627ccf87d', 'bad_oral_sex\r\n https://vbf.page.link/dQ6f#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:24:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6170, NULL, NULL, 'rce33368@gmail.com', '79eec41d08a4503ee701b75d4abc2e41', 'ass_sex_girl\r\n https://ujc.page.link/sDAV#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:25:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6171, NULL, NULL, 'anjurmaju@gmail.com', 'dc4e0b280291602c343986b967e85698', 'brother_sister_have_sex\r\n https://olr.page.link/ffnC#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:27:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6172, NULL, NULL, 'bkaklong20@yahoo.com', '139eac348df828d6f0961d34d8c88010', 'free_drunk_party_sex_videos\r\n https://xsw.page.link/VMmF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:28:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6173, NULL, NULL, 'ramadhan_d88@yahoo.com', '986b134ba587505968dfd9254dbc2fcf', 'adult_sex_party_videos\r\n https://ijq.page.link/qyKW#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:30:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6174, NULL, NULL, 'jenniza_89@yahoo.com', '3218a857f40ee9598238e92af7ff4dcd', 'absolutely_free_sex_webcams\r\n https://olr.page.link/KXcf#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:30:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6175, NULL, NULL, 'duanism@gmail.com', '0988b451c6d83bef6bfdc35756086c8e', 'bizzare_free_sex\r\n https://nlq.page.link/v9gc#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:32:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6176, NULL, NULL, 'tdyew@hotmail.com', 'a9954654dc48f2d8d97e961c94345609', 'amature_group_sex\r\n https://xsg.page.link/x5J8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:33:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6177, NULL, NULL, 'alynneandaki@yahoo.com.br', '1104eadda8f48425cd411586d00bdb50', 'anal_sex_porn_sites\r\n https://ijq.page.link/JUFM#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:35:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6178, NULL, NULL, 'thonnie72@yahoo.com', 'f0b02cb2bdd94485b42e62f093592c61', 'benny_benassi_i_love_sex\r\n https://ujc.page.link/b49N#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:37:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6179, NULL, NULL, 'sazzy_nadya@yahoo.com', '164e914bc1b918bfb55a45c5399b7da6', 'anime_cartoons_sex\r\n https://ikd.page.link/isU4#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:38:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6180, NULL, NULL, 'ramani.ota@gmail.com', '8bc6405a7dce0e589a36e465d40a49d5', 'amateur_porn_sex_movies_hall_of_fame\r\n https://xsw.page.link/SGeG#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:39:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6181, NULL, NULL, 'cartuck_cinonet@yahoo.com', '36224380f546b50dc171e639c3c9d429', 'absolutely_free_sex_cams\r\n https://ujc.page.link/TTwA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:42:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6182, NULL, NULL, 'zainol168@yahoo.com', '33b14064330877dd95e98a525edd5388', 'amateur_anal_sex_videos\r\n https://ijq.page.link/pkyh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:44:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6183, NULL, NULL, 'rs_vijendran@yahoo.com.my', 'a1681e680b8e81977656c05c1106ec2e', 'all_sex_hentai_dvd\r\n https://olr.page.link/e4Ts#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:46:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6184, NULL, NULL, 'shariza.goldrealty@gmail.com', '846c88249e3d68d3bc7ba231c01487fe', 'bleach_yoruichi_sex\r\n https://ujc.page.link/Y7B2#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:47:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6185, NULL, NULL, 'lizs7707@yahoo.com', '6a751dd3dc80b6510dcbe841cb8651dc', 'bog_cock_sex\r\n https://ikd.page.link/4pzw#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:51:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6186, NULL, NULL, 'anavetriana@gmail.com', '7eecb42bbb5c4d74f3dce45e2c272842', 'asian_home_sex\r\n https://xsg.page.link/hN8L#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:53:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6187, NULL, NULL, 'jemileiia@yahoo.com.tw', 'e0944dc21b4e84d2eab50abaf2cd1709', 'alyson_hannigan_sex_tape_free_video\r\n https://xsw.page.link/DbU9#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:54:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6188, NULL, NULL, 'greenvanillastore@gmail.com', '3bd5baca114eed90c45f7c1f64b25c17', 'free_sex_machine_porn_videos\r\n https://nhg.page.link/yEgJ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:55:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6189, NULL, NULL, 'jccadev@gmail.com', '1f25a955f577f5fe16c866fab1dbd497', 'best_movie_sex_scenes_2008\r\n https://vbf.page.link/qADh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:56:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6190, NULL, NULL, 'mingshengcai@hotmail.com', '4ea75a08299ad72720b9021cf71a75b8', 'best_free_sex_video_websites\r\n https://xsg.page.link/QLsp#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:57:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6191, NULL, NULL, 'suhana9184@gmail.com', 'b52ec5b0a5faf31d2781ad068aa81513', 'boss_daughter_sex\r\n https://vbf.page.link/L9d1#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:58:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6192, NULL, NULL, 'gunasekharmv@gmail.com', '2568a159098d5029ebf2ea8acc7eb6c9', 'asian_sex_galleries\r\n https://olr.page.link/6eux#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 12:59:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6193, NULL, NULL, 'n_needa@yahoo.com', '5ced97898317526b7f8509dac18eff6d', 'boys_having_hardcore_sex\r\n https://xsw.page.link/UfvW#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:00:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6194, NULL, NULL, 'hussainliew74@gmail.com', '9d29f16b22dd6f1887fe47043cf08475', 'anal_sex_positions_pics\r\n https://okj.page.link/t2Dt#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:01:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6195, NULL, NULL, 'taran2la83@gmail.com', '1ce6625cef9409c1e60f5261cf703faa', 'arab_sex_scandals\r\n https://ijq.page.link/4r6m#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:03:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6196, NULL, NULL, 'muiz_din5539@yahoo.com.my', 'd72eb2d764ecd612e630b440c62fe782', 'free_young_sex_gallery\r\n https://olr.page.link/TP5S#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:04:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6197, NULL, NULL, 'azrin_five@yahoo.com', '8558b56913ad348e72e291aa7d300625', 'amature_family_sex\r\n https://ijq.page.link/ZVmA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:05:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6198, NULL, NULL, 'kakakbiz@gmail.com', '251989195ae5cf62d5e327b1b13e9a47', 'amateur_sex_homemade\r\n https://ujc.page.link/HJYV#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:07:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6199, NULL, NULL, 'andreybuglak@gmail.com', 'b705a15a7571a0dc6f8ea97731df4ad2', 'free_group_sex_vids\r\n https://nhg.page.link/eGTN#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:08:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6200, NULL, NULL, 'wnuhairi@gmail.com', '6a0f7ee1779b95553ccf86355a922a1f', 'anetta_keys_sex\r\n https://vbf.page.link/qPKF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:09:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6201, NULL, NULL, 'luca.berto89@gmail.com', '03ade8b7c41e5755d6744f6548f73236', 'asian_schoolgirl_sex\r\n https://ikd.page.link/YW6a#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:11:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6202, NULL, NULL, 'asmah_hanis@yahoo.com', '0b7fa30078882c382973957ef930f931', 'free_full_version_sex_videos\r\n https://olr.page.link/QCN8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:12:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6203, NULL, NULL, 'drmugur@yahoo.com', 'cbf4890a581f02ddaa6371fb0640bcf3', 'free_pictures_of_group_sex\r\n https://xsw.page.link/QoDV#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:13:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6204, NULL, NULL, 'mdmehmetcelik@hotmail.com', '72ec0fcc2d63820b9b68ee81825e32ec', 'first_butt_sex\r\n https://nhg.page.link/bMcm#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:17:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6205, NULL, NULL, 'masterpiece860@yahoo.com', 'ca1a1229c0ba93f3a46b6f0083ec21e5', 'anal_big_sex\r\n https://ujc.page.link/RoR2#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:18:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6206, NULL, NULL, 'skiba_skool_08@yahoo.com', '081fddccb9115a36aaa2bdd38c414b75', 'black_hunk_sex\r\n https://nhg.page.link/sw9E#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:19:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6207, NULL, NULL, 'looi_daniel@yahoo.com', 'f53656652c4eb993bfb2cae31dfed391', 'annal_sex_videos\r\n https://ikd.page.link/6X8G#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:20:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6208, NULL, NULL, 'warisn_ptimur@yahoo.com', 'c16bdf8d5a0bba5b2d7d961185ae04f0', 'free_hd_sex_video\r\n https://ijq.page.link/NcWk#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:21:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6209, NULL, NULL, 'artihansda@gmail.com', '29c0c7552f63a23e82dd522559b709fb', 'fat_women_sex_porn\r\n https://olr.page.link/5WVR#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:22:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6210, NULL, NULL, 'shaz_128@yahoo.com', '968a31782926ba51305945ddb9b0e44d', 'fat_girls_sex_pics\r\n https://nhg.page.link/kLAF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:23:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6211, NULL, NULL, 'nurazierahhatta@gmail.com', '60af7292f6fff4762952189cdc8f0054', 'first_sex_pics\r\n https://nhg.page.link/APWW#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:24:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6212, NULL, NULL, 'fadhlan_852003@yahoo.com', '7583aaae16667f78e0e86edd25ff2697', 'free_forced_incest_sex\r\n https://nlq.page.link/Jc6P#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:25:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6213, NULL, NULL, 'fsyong@email.com', '42e7e311389901fe126154b907747926', 'anal_sex_in_pantyhose\r\n https://ujc.page.link/S5nK#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:25:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6214, NULL, NULL, 'amirawatif_1984@yahoo.com', 'cef0aca3a7d8af8ac08c9a3007ce7238', 'asian_sex_forum\r\n https://ujc.page.link/9hfg#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:27:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6215, NULL, NULL, 'abeim_74@yahoo.com.my', '486126d3795fdc375025d115a7352eea', 'buffy_lesbian_sex_scene\r\n https://okj.page.link/pCzC#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:28:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6216, NULL, NULL, 'gadis053@yahoo.com', 'e537e9c3cfa400567bb6272395e4e1b4', 'amiture_sex\r\n https://ijq.page.link/x9nb#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:34:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6217, NULL, NULL, 'arin_5869@yahoo.com', 'd6a3d036445ab544bdf3da80f3ccd8f2', 'family_guy_sex_galleries\r\n https://nhg.page.link/TJHT#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:35:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6218, NULL, NULL, 'aefoz69@yahoo.com', 'e5e08abb14d24352306fd0fc6fed2a22', 'amateur_home_sex_videos\r\n https://vbf.page.link/VdR9#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:36:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6219, NULL, NULL, 'yimingjon@gmail.com', '1d06c96b0ceee3ce26efd11ac24a1f5e', 'free_sex_store\r\n https://xsg.page.link/LdTG#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:37:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6220, NULL, NULL, 'issbgan@yahoo.com', 'f12780ab6453ebccdbcb9301eed5a439', 'black_and_white_oral_sex\r\n https://ijq.page.link/5fpk#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:38:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6221, NULL, NULL, 'dzin04@yahoo.com', 'e7e3c0b6ae5a31af0470989fcf861afa', 'fat_person_sex\r\n https://ijq.page.link/dTwr#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:39:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6222, NULL, NULL, 'ipgksrwk@gmail.com', 'db69a85d2be1f7710ab1705aab858865', 'asian_sex_photo\r\n https://xsw.page.link/EWDf#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:41:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6223, NULL, NULL, 'yatseng_qs@yahoo.com', 'a3dbfddaa2c22558f44dd7bb9b6c7b7d', 'free_hot_sex_clip\r\n https://nlq.page.link/3se4#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:45:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6224, NULL, NULL, 'darkness_boyz88@yahoo.com', 'ffc9ddc647f1471142a23a30b7be7356', 'air_force_sex\r\n https://okj.page.link/EWQq#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:47:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6225, NULL, NULL, 'andrec_agro@yahoo.com.br', '8d1772fb2424cfbf361509886ccc5d0e', 'angry_sex_music\r\n https://nlq.page.link/jk73#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:48:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6226, NULL, NULL, 'seehengchop@yahoo.com', 'dd991b8be344931a80d20c3f21a32a69', 'amateur_group_sex\r\n https://ujc.page.link/CAL6#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:50:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6227, NULL, NULL, 'suria@yahoo.com', '693ae3f8199d004cd245bcde1345835f', 'adult_cartoons_sex\r\n https://vbf.page.link/474f#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:53:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6228, NULL, NULL, 'sheisdd_537@yahoo.com', 'd33ce7006d4c9227948ed65ef5f644ab', 'food_sex_tube\r\n https://xsw.page.link/JWnS#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:54:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6229, NULL, NULL, 'sockkean.chua@gmail.com', '55ba56ddd4507d03cd1a620b6e67de94', 'finding_out_babies_sex\r\n https://nhg.page.link/KFfR#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:55:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6230, NULL, NULL, 'jckeongwoo.ng@gmail.com', 'f587b5adc7c88ba62d91002cde961878', 'filipino_sex_thumbs\r\n https://nhg.page.link/JKs3#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:56:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6231, NULL, NULL, 'balkish83@yahoo.com', '68b9f3447f04a610a66abfa252d9dd90', 'arab_home_sex\r\n https://ujc.page.link/5mZB#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:57:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6232, NULL, NULL, 'nizwan_tech@yahoo.com', 'd023aeccb2ce6ee74b3f01d7e461694b', 'free_interracial_sex_tube\r\n https://vbf.page.link/wqEj#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:57:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6233, NULL, NULL, 'dwkt2020@gmail.com', '675eb7309904e8e424392b861d32b6da', 'free_kids_sex_movie\r\n https://ujc.page.link/1pdH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 13:59:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6234, NULL, NULL, 'azwananwar@rocketmail.com', '95dac4ac2e5d84915fbe3c86e53153ae', 'free_3d_sex_gams\r\n https://xsw.page.link/b8oA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:00:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6235, NULL, NULL, 'mfaizal_02@yahoo.com', '0798ee4d2f4a8863b7c311208faaa35c', 'free_gay_asian_sex\r\n https://okj.page.link/Mbx8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:01:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6236, NULL, NULL, 'devil_eyeshield@yahoo.com', '870a77aed4de1b38d23cf9b42cca89d5', 'asian_sex_mpegs\r\n https://xsg.page.link/gdS1#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:03:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6237, NULL, NULL, 'calist84@yahoo.com', '85e9fcd12c2cf6bb1d00153fb7c66f58', 'free_3d_games_sex\r\n https://ikd.page.link/93gb#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:05:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6238, NULL, NULL, 'zila_8784@yahoo.com.my', '42319b571ae39a3ce2bc33bcb32d3834', 'birthday_sex_live\r\n https://vbf.page.link/4r6m#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:06:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6239, NULL, NULL, 'zul_ikhtar@yahoo.com', '743e7a5e51910ca3a64493047e3c3358', 'amature_asian_sex_video\r\n https://xsg.page.link/Uc2n#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:08:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6240, NULL, NULL, 'itcakm@gmail.com', '01a93f71831c207f67bcf830a6762ce8', 'blowjob_sex_scenes\r\n https://olr.page.link/sfVp#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:09:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6241, NULL, NULL, 'ganesan0836@gmail.com', 'c75ab18449a01e7e71a31961715651db', 'free_online_sex_rape_games\r\n https://nhg.page.link/JcKs#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:12:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6242, NULL, NULL, 'shinodiana@yahoo.com', 'e24852b74f2ff5c5f0cc66f3840dd431', 'best_illustrated_sex_positions\r\n https://xsg.page.link/mh5P#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:13:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6243, NULL, NULL, 'hazriibrahim@yahoo.com.my', '0a1fb04a84847bab70e655d8938e457b', 'big_sex_show\r\n https://vbf.page.link/nSsA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:14:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6244, NULL, NULL, 'lichenmah711@gmail.com', '6d74a9a54c0cda08127e8925cbb02606', 'anal_sex_positions_videos\r\n https://nlq.page.link/M2qK#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:15:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6245, NULL, NULL, 'ess_87acs@yahoo.com', '9ef97af93c8e46cca3c42d322353d794', 'free_onlin_sex\r\n https://ujc.page.link/Pp3j#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:17:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6246, NULL, NULL, 'muhammadzakie@hotmail.com', '0f27130e7d28236122525e7573bb06b4', 'free_old_and_young_sex_pics\r\n https://nhg.page.link/vYab#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:18:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6247, NULL, NULL, 'airistcess@gmail.com', 'a68cbb9246743eff97b8d6250aedbad3', 'bunnies_sex\r\n https://ujc.page.link/TDjq#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:19:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6248, NULL, NULL, 'garfieldmao21@icqmail.com.my', 'e52cfd8d5f3fe0e97e1c15c4e307fd21', 'bdsm_sex_pic\r\n https://ikd.page.link/j2PQ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:21:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6249, NULL, NULL, 'pamisangel86@yahoo.com', 'dbf25f6bf2611b36f68fc0cb8ccef811', 'full_anime_sex\r\n https://ikd.page.link/bbD7#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:22:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6250, NULL, NULL, 'kben_raj@yahoo.com', 'cb320d89dd269398ff38c376a90c5c8f', 'ametuer_sex_movies\r\n https://ijq.page.link/56Vu#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:23:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6251, NULL, NULL, 'purplestonesdnbhd@gmail.com', '8e250d0af55d7a5f0c3fcab82aa3749f', 'anal_gay_sex_videos\r\n https://okj.page.link/Yt61#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:24:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6252, NULL, NULL, 'cikguliza208@gmail.com', '1487aa5d98859ebb74b6a8df1acf5b79', 'find_a_local_sex_partner\r\n https://xsg.page.link/2dd5#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:25:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6253, NULL, NULL, 'fajzalis@yahoo.com', '6cf6e446c9c26e0644f62400381a8428', 'boy_sex_with_old_lady\r\n https://ikd.page.link/DjVz#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:28:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6254, NULL, NULL, 'mus5780@gmail.com', '2ab7b9c413b3990caef52f8a1c384264', 'boy_sex_moves\r\n https://nhg.page.link/Djw7#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:30:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6255, NULL, NULL, 'oerlinkon88@gmail.com', '16bd3759644cee739ad7e28597b89ace', 'big_booty_sex_tape\r\n https://ikd.page.link/9ACu#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:31:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6256, NULL, NULL, 'manimala1402@yahoo.com', 'c1519c2ac6fce174161f48a494841d3c', 'best_anal_sex_movie\r\n https://ujc.page.link/qcGq#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:32:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6257, NULL, NULL, 'kdzulkhairis@gmail.com', '2555ea5813f3622940ba1ceaa85d0d05', 'brazil_sex_resort\r\n https://nhg.page.link/WXdH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:33:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6258, NULL, NULL, 'aske_37@yahoo.com', '33cefea8f794feb4a97faee2be083d9c', 'arabic_ass_sex\r\n https://ikd.page.link/8xiV#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:34:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6259, NULL, NULL, 'bathworld_gallery@yahoo.com', '54c1e52e5d3e92f27c365bfd57df1afa', 'free_drugged_sex\r\n https://olr.page.link/PK53#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:35:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6260, NULL, NULL, 'hanifafzan@ymail.com', 'e2c61fc9b2792f7019745d1b3130dff2', 'bride_sex_galleries\r\n https://xsg.page.link/KVpK#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:37:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6261, NULL, NULL, 'hkhalil74@gmail.com', '716a6d01b261d72d08a5af1a1cfba625', 'funny_sex_video_clips\r\n https://ikd.page.link/GS1x#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:38:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6262, NULL, NULL, 'boutiquelavina@gmail.com', 'eccbf27e2ce9f5fba3ce8d88b057b5dc', 'free_live_sex_chating\r\n https://nhg.page.link/iyeZ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:39:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6263, NULL, NULL, 'between_angles_and_insects@yahoo.com', '4d2dcc5977a56f73ef2898502f890bd2', 'free_sex_cam_chats\r\n https://xsg.page.link/VA7b#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:40:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6264, NULL, NULL, 'therezira@yahoo.com', 'b6c339a15b308f8516cc15b155fb9366', 'black_women_white_men_sex_videos\r\n https://ijq.page.link/6gr4#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:41:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6265, NULL, NULL, 'premium1208@yahoo.com', '6dd10012be6558e913fd6b95585b3ae9', 'anal_hard_core_sex\r\n https://nhg.page.link/DpDQ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:42:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6266, NULL, NULL, 'antonina.bazanovas@yandex.ru', '0f22151e737c6a711f559d69af0d0a11', 'asian_free_sex_porn\r\n https://xsg.page.link/3wHx#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:44:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6267, NULL, NULL, 'doctormaheshjain@gmail.com', '7631773836384375254e3b9f9fd0e3a6', 'black_mother_and_son_sex\r\n https://ijq.page.link/APwL#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:45:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6268, NULL, NULL, 'natu_sea@hotmail.com', 'd3a50813d445c52ea1088570f2cad2e2', 'asian_sex_stars\r\n https://xsg.page.link/tiiy#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:47:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(6269, NULL, NULL, 'sameruchemical@gmail.com', '59ba00026dd08fe2309c751aa390cdc1', 'black_and_white_women_sex\r\n https://ijq.page.link/dkV5#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:49:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6270, NULL, NULL, 'femcivrogner@gmail.com', 'd8fe1239f9b718b471fb2f9bfe59fc3a', 'free_old_young_sex_pics\r\n https://nlq.page.link/bJat#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:50:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6271, NULL, NULL, 'drsinemgezer@gmail.com', 'be2ee7b3efc317f3fab3a1ab7e35f4e8', 'adult_sex_on_line\r\n https://okj.page.link/DkRb#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:52:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6272, NULL, NULL, 'michalbialy@yahoo.com', 'd5ab26b44ba0aa2aa992fa2f5cd3c57e', 'black_school_sex\r\n https://vbf.page.link/Xs7m#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:52:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6273, NULL, NULL, 'jmkanemd@gmail.com', 'c083ec73d0fc3b30678099fabf8b6910', 'amature_wife_sex\r\n https://xsg.page.link/UAaJ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:53:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6274, NULL, NULL, 'azreen00@yahoo.com', '0e252a6358db7f690f4fdb3819c8585d', 'free_cyber_sex_cam\r\n https://ijq.page.link/ft83#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:54:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6275, NULL, NULL, 'sidekusman71@gmail.com', 'd5a550d85ddc84902c1768384ef4fcb5', 'forced_hardcore_sex\r\n https://okj.page.link/7X3Q#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:55:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6276, NULL, NULL, 'uzlahrabbaniah@yahoo.com', '6c7c7f3987f34dabdf0deb7e589c768a', 'best_sex_toys_ever\r\n https://olr.page.link/Y7MP#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:56:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6277, NULL, NULL, 'shiqish@hotmail.com', '008d2ff934deef83ea0290e2c4813ac8', 'black_celeb_sex_scene\r\n https://nlq.page.link/Zif5#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:57:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6278, NULL, NULL, 'jamaliah0911@gmail.com', '83694206ea4c4a17ea174e3d684f5f96', 'boogie_nights_julianne_moore_sex\r\n https://ikd.page.link/oGJu#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:58:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6279, NULL, NULL, 'yana_hyt@yahoo.com', '3fee2c971675966974246e40761453d0', 'amateur_mature_sex_pics\r\n https://nlq.page.link/7avb#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 14:59:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6280, NULL, NULL, 'rezalrezal34@gmail.com', '41911ccffd8da9813b19653fe1f2f7a4', 'free_video_of_oral_sex\r\n https://olr.page.link/vueQ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:01:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6281, NULL, NULL, 'gohyx1@gmail.com', 'ce751b6111b1d51143f701192c3e770a', 'anime_sex_video\r\n https://okj.page.link/3RfH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:03:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6282, NULL, NULL, 'sb.littlecaliphs@gmail.com', '785cbd8353408271f0fbab9835238816', 'female_orgasm_without_sex\r\n https://ujc.page.link/NKpd#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:03:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6283, NULL, NULL, 'ainaa_saranghaeyo@yahoo.com', '17f8b917e1cfc39a1333ba38159231e2', 'big_cock_group_sex\r\n https://okj.page.link/nmXC#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:07:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6284, NULL, NULL, 'hajadi_sb@yahoo.com', 'ae906922895d7edf960a155006a9622b', 'asian_sex_partners\r\n https://olr.page.link/iW1L#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:12:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6285, NULL, NULL, 'azirsa06@yahoo.com', '9218312ae32edd93ae2012a89b1538b0', 'fucked_sex_video\r\n https://nlq.page.link/LD6j#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:14:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6286, NULL, NULL, 'alghazinaftur@yahoo.com', 'fbd8a22ac1ad962c64af35955cfb9e6b', 'black_cock_anal_sex\r\n https://xsw.page.link/1YbE#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:15:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6287, NULL, NULL, 'alackes@gmail.com', '5509aee6f00d610d8b241a1c6ef07d8f', 'birhday_sex_remix\r\n https://olr.page.link/6KQj#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:17:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6288, NULL, NULL, 'chek_pus@yahoo.com', 'ccb98447185b0f6ca73f13543c9d7722', 'ameteur_sex_tapes\r\n https://ijq.page.link/jCf8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:17:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6289, NULL, NULL, 'tk.bell@yahoo.com', '0fd9f72ab12b784d4256499289c59d38', 'alyson_hannigan_sex_tape\r\n https://xsg.page.link/KEtc#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:18:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6290, NULL, NULL, 'serikamparjaya@gmail.com', 'fe0a76c29ca56343c610bec6adf32b3b', 'amateur_forum_sex\r\n https://nhg.page.link/XdLA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:19:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6291, NULL, NULL, 'rukiaorihime@rocketmail.com', 'c82fc37642eafd48f10ab0ecb7ec1d1f', 'best_sex_in_movie\r\n https://vbf.page.link/CHsy#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:20:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6292, NULL, NULL, 'farhan_hokage@yahoo.com', '9c97cff541e3f0f960e2966dfa3365c1', 'bareback_sex_with_women\r\n https://okj.page.link/kt8v#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:21:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6293, NULL, NULL, 'choochooteams@gmail.com', '2dbc68d963ccac297820a49358db0468', 'free_married_couple_sex_videos\r\n https://okj.page.link/oKPQ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:23:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6294, NULL, NULL, 'yerforklift@gmail.com', 'a5faa85a1f33e568410682618f5b4671', 'anal_sex_porn_clips\r\n https://okj.page.link/UTVt#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:25:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6295, NULL, NULL, 'minghuigao0511@gmail.com', '15b7fc3c59246892ef69869d31d1f16c', 'free_sex_webcam_online\r\n https://ujc.page.link/3Xne#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:26:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6296, NULL, NULL, 'rbajaj1375@gmail.com', '3618eeb9522a55264b961be27854b7fa', 'free_gay_videos_sex\r\n https://ikd.page.link/9qt2#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:27:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6297, NULL, NULL, 'n_nadiah@yahoo.com', 'c755a54ca5b9dec8d13edbea180d338d', 'amature_car_sex\r\n https://ijq.page.link/dUzQ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:27:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6298, NULL, NULL, 'nkc838@yahoo.com', '652e70ebb23483b5ba00d4256484443b', 'big_love_sex_scene_video\r\n https://xsg.page.link/6m7q#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:28:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6299, NULL, NULL, 'amalina_ashraf@yahoo.com', '5f2e955cb772e76ab077d9ac4817e50a', 'fetisch_latex_sex\r\n https://nhg.page.link/Bkvj#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:31:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6300, NULL, NULL, 'foresthouse.md@gmail.com', 'dfdb4cf0fcbdd0df02d3d62b6c3c3ba1', 'amiture_sex\r\n https://ijq.page.link/g1rS#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:32:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6301, NULL, NULL, 'caritasdnbhd@gmail.com', '034b879191ba5abe8ceebc920860be2e', 'anna_nicole_smith_sex_video\r\n https://ikd.page.link/zy3W#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:33:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6302, NULL, NULL, 'geetanjali.sundaram@gmail.com', '70835d5721c096bf0d6d0a1e014a294a', 'free_pov_sex_videos\r\n https://xsw.page.link/NPEx#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:34:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6303, NULL, NULL, 'hui5006@yahoo.com', '6f7efc1d6de6cb20b2507404e876a25e', 'bizarre_porn_sex\r\n https://ujc.page.link/cvqS#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:36:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6304, NULL, NULL, 'irane_soyaa83@yahoo.com.my', 'f083470115cb0c3e5b84dec479c10413', 'boy_anime_sex\r\n https://xsg.page.link/41a9#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:37:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6305, NULL, NULL, 'rbintr@gmail.com', '356809b50b1aa1836f6ceaed57a3e779', 'asian_blonde_sex\r\n https://xsg.page.link/F9Yu#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:38:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6306, NULL, NULL, 'taskauniversalrnrqaseh@gmail.com', '3f92171460639ada39508f801f16a6fa', 'boy_and_girl_having_sex_porn\r\n https://nlq.page.link/beZi#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:39:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6307, NULL, NULL, 'darwisya@hotmail.com', '6f07b837cb89d0944191dc87be4515ff', 'free_full_celebrity_sex_tapes\r\n https://nhg.page.link/ykmU#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:40:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6308, NULL, NULL, 'misz_sasha@ymail.com', '9ef759044606d68ec46147005afa7479', 'free_online_sex_stream\r\n https://olr.page.link/FxYf#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:41:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6309, NULL, NULL, 'deepjoshipura@gmail.com', '0ca384d31c0880c5b406d91a083ad50b', 'free_home_made_sex_vedio\r\n https://xsg.page.link/xMd1#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:42:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6310, NULL, NULL, 'hanna.nfs205@gmail.com', '0407ab0cba58540e82f0de760102426e', 'boy_and_dad_sex\r\n https://xsw.page.link/99GG#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:43:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6311, NULL, NULL, 'blankclemens@gmail.com', '257d45e03c78000f8d30516984c4f639', 'free_one_on_one_sex_chat\r\n https://okj.page.link/Y3hj#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:44:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6312, NULL, NULL, 'charlie.ct.hsu@gmail.com', 'eb4fc2e5dcdd8e4f6379751b5d15ce86', 'ass_sex_blog\r\n https://ijq.page.link/yYbS#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:50:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6313, NULL, NULL, 'masakazu_heiki@yahoo.com', 'd5b29562bed412879ae44e8fae4c5495', 'free_cyber_sex_game\r\n https://okj.page.link/XEEY#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:51:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6314, NULL, NULL, 'icemeethemast@gmail.com', '4cd8d139446c9bf7b44f8836e43752a0', 'actress_nude_sex_videos\r\n https://nhg.page.link/QqWR#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:52:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6315, NULL, NULL, 'azie_115050@yahoo.com', '26a908d288b24b852a102afdfc1e1453', 'free_hentai_sex_videos_online\r\n https://xsg.page.link/1L5A#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:53:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6316, NULL, NULL, 'wle_8697@yahoo.com', '81207b6f3d3f6f824de2ebba0f7877e7', 'amature_sex_video\r\n https://ujc.page.link/n37r#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:54:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6317, NULL, NULL, 'ibrahimazman@ymail.com', '8afc8e572c78512adcfc5272fb759446', 'big_brother_sex_clip\r\n https://ujc.page.link/hxpe#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:55:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6318, NULL, NULL, 'uesbuesb@gmail.com', '25c326f70b3d5747150901967a8ddc48', 'free_sex_videos_of_pregnant_women\r\n https://nlq.page.link/neyq#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:56:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6319, NULL, NULL, 'mohdaliasyaz@yahoo.com', 'bcec8550259bae07894c04700e0cd683', 'free_online_movie_sex_scenes\r\n https://ikd.page.link/zaiU#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:57:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6320, NULL, NULL, 'eisk_p2@yahoo.com', '0aade5c248adf69345c4b28df4ba5e43', 'asian_sex_movies_online\r\n https://xsg.page.link/BAfF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 15:58:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6321, NULL, NULL, 'harukin218@gmail.com', 'aaeb920a727eecf18e039cf1f835c4ff', 'big_black_dick_anal_sex\r\n https://xsg.page.link/sNBG#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:00:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6322, NULL, NULL, 'aisnow7@gmail.com', 'fc84f9ddbe13fd817ee965724cef3362', 'amateurs_home_sex_videos\r\n https://ujc.page.link/3TPG#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:01:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6323, NULL, NULL, 'fadiladha93@yahoo.com', 'ab9eae0a333834c7eccba957b62f1d5c', 'female_sex_health\r\n https://vbf.page.link/R8Qx#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:04:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6324, NULL, NULL, 'rixsnoel@gmail.com', '21be9b21bec92573827d3c5fa1f79fa3', 'asian_women_sex\r\n https://xsg.page.link/zPho#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:05:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6325, NULL, NULL, 'jass_mn@yahoo.com', '797d152bd6c1c7e50e5742a80eb5d769', 'best_mobile_sex\r\n https://ikd.page.link/J9Ek#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:06:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6326, NULL, NULL, 'bdklanggoq@yahoo.com', 'ea42e336c3e950741a0f539bb95209c1', 'brazilian_sex_clubs\r\n https://ujc.page.link/oMoa#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:08:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6327, NULL, NULL, 'wanyue.chan@gmail.com', 'dd98e58f9f21e9f6fb8abc85fae2a1ea', 'all_celeb_sex\r\n https://ijq.page.link/SArV#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:09:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6328, NULL, NULL, 'pakarkewangan1.consultant@gmail.com', 'aed6779aded45a5e578ff8a40e701cf9', 'alien_sex_fiend_information_overload\r\n https://ikd.page.link/dxof#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:10:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6329, NULL, NULL, 'hunnystar13@yahoo.com', 'b334ed5aacc3f6e7e91ddb51df17a061', 'bathroom_sex_pictures\r\n https://vbf.page.link/jUAY#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:11:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6330, NULL, NULL, 'suziniarif@gmail.com', '9c1364444738ec7f76ef5a6e9df7aa74', 'asian_free_sex_videos\r\n https://ujc.page.link/yV6t#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:13:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6331, NULL, NULL, 'zubaida.baharuddin@gmail.com', '069460e04b1c2514dfffd7cf548e64ba', 'bareback_interracial_sex\r\n https://okj.page.link/EG7x#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:14:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6332, NULL, NULL, 'kedah.hamper@gmail.com', 'fd3c8c29e89af8140c932cd0057d4b89', 'free_streaming_sex_flash_videos\r\n https://xsw.page.link/KSnP#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:15:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6333, NULL, NULL, 'ammonia_nh08@yahoo.com', '0cd94b8450434fd40e126d7a39e3d4d2', 'become_a_phone_sex_operator\r\n https://okj.page.link/Lb4C#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:16:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6334, NULL, NULL, 'aper2_na@yahoo.com', '1a3ebbb45bf665c4bfc52faae0babea8', 'best_free_black_sex\r\n https://vbf.page.link/1TA7#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:16:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6335, NULL, NULL, 'mn.fiamma@gmail.com', '4362b73b996b1d0abc9c3a2224a3b850', 'free_big_tits_sex_videos\r\n https://ujc.page.link/VZER#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:18:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6336, NULL, NULL, 'mohdyusof83@yahoo.com', '400775cd3298e5882f25a192c0f137f7', 'anal_sex_penetration\r\n https://nlq.page.link/irab#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:19:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6337, NULL, NULL, 'sumatah24@gmail.com', '7ae797212ce8eef436da3b9f87e1c218', 'female_to_female_sex\r\n https://okj.page.link/vzkr#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:20:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6338, NULL, NULL, 'noorul_rano@yahoo.com', '537a9b7ceed41dca383087f6ffeed50d', 'free_sex_on_youtube\r\n https://ikd.page.link/WThv#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:24:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6339, NULL, NULL, 'mart.ann.maz@gmail.com', 'e740226370809c738877b82fc6a89484', 'big_booty_bbw_sex\r\n https://ijq.page.link/hYbz#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:26:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6340, NULL, NULL, 'a9704119@hotmail.com', '68847c18fe834f59f76571b4e27b01a4', 'best_sex_ever_sexy_pictures\r\n https://okj.page.link/g6J9#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:27:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6341, NULL, NULL, 'chandala.chitgupi@gmail.com', '62911b1a8dcd7143c0afdecd754c4a3a', 'asian_on_asian_sex\r\n https://ikd.page.link/9CiX#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:29:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6342, NULL, NULL, 'yusraimie_awang@yahoo.com', 'eb04a684d8e8652dcb7501f0d312b3da', 'arabic_sex_story\r\n https://okj.page.link/4rYz#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:30:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6343, NULL, NULL, 'wojtek.florjanski@gmail.com', '858b8a2b8dc9cd463d8d9cff1e332fd3', 'bbw_sex_movie_galleries\r\n https://xsg.page.link/6qtq#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:31:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6344, NULL, NULL, 'skys_ultimate@yahoo.com', '60b9e1bcd2ba18d41afca7492d3375d5', 'bi_sex_mmf\r\n https://ikd.page.link/42xn#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:33:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6345, NULL, NULL, 'fizlahj@gmail.com', '370233957eada28a36257f46c5c37c16', 'breasts_sex_pictures\r\n https://nhg.page.link/APWW#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:34:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6346, NULL, NULL, 'ayda_blitz@yahoo.com', 'a2a2f2d1df8ab74ab2ae38a48e075128', 'fre_sex_cams\r\n https://ikd.page.link/RFjD#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:36:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6347, NULL, NULL, 'hana_cun18@yahoo.com', 'eef9b2513985cceb117fe1c9064a497b', 'arab_sex_forums\r\n https://ijq.page.link/PK53#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:38:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6348, NULL, NULL, 'milexcxvx@mail.ru', '2d43d44e102802488009fe4c373256c3', 'asian_beastiality_sex\r\n https://nhg.page.link/cHRG#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:39:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6349, NULL, NULL, 'mfaisal2405@gmail.com', '327b09ecd82fd465c6642437e95099df', 'amateur_homemade_sex_movies\r\n https://xsg.page.link/REYx#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:42:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6350, NULL, NULL, 'temakaujawa@yahoo.com', '69d5f5fd2b9deb8673c0bac7f1ef38ea', 'brazilian_sex_orgies\r\n https://vbf.page.link/f6m8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:43:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6351, NULL, NULL, 'ezzamuszrina@gmail.com', '7877fd9c0a2373ca9a1912599ff2b265', 'fuck_women_sex\r\n https://ijq.page.link/W7s4#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:44:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6352, NULL, NULL, 'general3.simewood@gmail.com', 'a292cf9e5dc0bd5bcf8bebce37c7c1d7', 'free_3d_family_sex\r\n https://olr.page.link/Vzrn#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:45:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6353, NULL, NULL, 'winson6389@hotmail.com', '3c3c98424a235cb1c1e1eea121f2f916', 'bollywood_sex_photo_gallery\r\n https://nlq.page.link/1hrC#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:47:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6354, NULL, NULL, 'siakscont@hotmail.com', 'ee2f59713728bd31cb12108278aade75', 'briteney_spears_sex\r\n https://ikd.page.link/ShC2#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:48:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6355, NULL, NULL, 'ankita2305patel@gmail.com', '0910ad77a29d31f7d7ecd35129b868d8', 'big_brother_sex_hot\r\n https://xsg.page.link/dKeR#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:48:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6356, NULL, NULL, '83f1042e43309152e2bf4fd926945e14e6c0694a@gmail.com', '4a54e6261617c3b25f7b2fc32a8278b0', 'big_sex_stories\r\n https://ijq.page.link/XDMv#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:49:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6357, NULL, NULL, 'stacey_joanna@yahoo.com', 'dbc74452acfb42a7f620d1eea35aefc5', 'avatar_sex_games_online\r\n https://xsg.page.link/8NVf#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:52:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6358, NULL, NULL, 'nurulhas90@gmail.com', '46235ee484cfb2a49eeddc171780105f', 'free_wife_sex_stories\r\n https://okj.page.link/QK4N#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:54:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6359, NULL, NULL, 'michaelwenzel2946@gmail.com', 'a7fbbc9fd54cbbc82b5ea75b8fe33d6e', 'best_japan_sex\r\n https://ijq.page.link/fvDF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:56:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6360, NULL, NULL, 'rafiza.abdulrahim@yahoo.com', '4720b025137c1bc523ce9f04d7b59a4e', 'amateur_sex_websites\r\n https://nhg.page.link/azMf#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:58:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6361, NULL, NULL, 'en.single@yahoo.com', '105b37793c060f8b9dd43947e94a4de8', 'female_amputee_sex\r\n https://nlq.page.link/QWKn#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 16:59:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6362, NULL, NULL, 'sonieriksen@yahoo.com.my', '8d9543a56d874552e2ce64aac2c77d29', 'arab_women_and_sex\r\n https://xsw.page.link/CMj3#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 17:00:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6363, NULL, NULL, 'jayvadan04@yahoo.com', '7a0ce31a8897a9e5a9b8cbf4ff1c205c', 'best_movie_sex_scenes_videos\r\n https://vbf.page.link/2DA6#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 17:01:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6364, NULL, NULL, 'pakardhq@gmail.com', 'bcd1f99dea626f7a9d936557a1fe7c13', 'britiney_spears_sex\r\n https://okj.page.link/dg97#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 17:02:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6365, NULL, NULL, 'hasf_rezal@yahoo.com', '0b82b5eeba7382273e2edfd8a3d1cc4a', 'brass_sex\r\n https://okj.page.link/BfjW#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 17:03:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6366, NULL, NULL, 'aysebulbuladam@gmail.com', 'f957e2ac37133f9ec496b327256a41e5', 'full_free_sex\r\n https://vbf.page.link/BgCP#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 17:03:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6367, NULL, NULL, 'norfadzilayusof@gmail.com', '5228ca753468a7f35684335532e8c679', 'b46b_sex\r\n https://ikd.page.link/itGG#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 17:04:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6368, NULL, NULL, 'emredemir82@gmail.com', '9ffca3d575b326d09626ae8a089374c2', 'asian_sex_boys\r\n https://ikd.page.link/GkDw#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 17:05:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6369, NULL, NULL, 'hurule_grabix@yahoo.com', 'a446483bc7cae0625a1715bf8cfbdf2c', 'amateur_forced_sex_videos\r\n https://okj.page.link/NAjH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 17:07:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6370, NULL, NULL, 'rienzo126@gmail.com', '7ef8738cd4f5c4363ad270ff6d13669a', 'free_hentai_lesbian_sex\r\n https://xsw.page.link/ShkA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 17:10:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6371, NULL, NULL, 'm.amith1986@gmail.com', '77749deb8ef6735c6ed90b4fc62d18d3', 'amateur_sex_swing\r\n https://vbf.page.link/JUFM#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 17:13:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6372, NULL, NULL, 'ltefactory@gmail.com', 'ce2a27c899a5813242d47304e3b83dce', 'brutal_sex_comics\r\n https://olr.page.link/S5LY#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 17:15:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6373, NULL, NULL, 'malaysiahotelss@gmail.com', 'e76105e472e49a390bea52d66e373ba0', 'british_sex_movies\r\n https://nhg.page.link/rog4#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 17:18:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6374, NULL, NULL, 'mizz_purple87@yahoo.com', '6f928775de6320746bbaa54cd5787612', 'free_web_cams_sex\r\n https://olr.page.link/E97R#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 19:45:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6375, NULL, NULL, 'ali.maged32@gmail.com', '80c4bacd86f4bc2c271463d8b6df46a6', 'fat_black_women_having_sex\r\n https://xsg.page.link/BCv1#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 19:46:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6376, NULL, NULL, 'srijentayu@gmail.com', 'a056a305149e8045adbce60cf9cd4ac8', 'free_tranny_sex_cams\r\n https://nhg.page.link/gaJN#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 19:47:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6377, NULL, NULL, 'zhangl301@hotmail.com', '64b5e9bfba71ba9051728de377303cc6', 'ass_sex_women\r\n https://ijq.page.link/UTHx#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 19:49:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6378, NULL, NULL, 's.gmaiya@gmail.com', '3321acce383b2be348861993e318e2d3', 'asian_amatuer_sex_videos\r\n https://vbf.page.link/E6zm#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 19:50:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6379, NULL, NULL, 'seonlim_hr@hotmail.com', '43d4fd30ab61b5e6d8ca785d5d99f11e', 'big_brother_uk_sex\r\n https://nhg.page.link/kLAF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 19:51:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6380, NULL, NULL, 'hatemeasido@yahoo.com', '43b4bcf48dbc5b59f133d28c6a569f15', 'bedtime_sex_stories\r\n https://ijq.page.link/nvQD#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 19:52:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6381, NULL, NULL, 'julia_catelina@yahoo.com', 'c44d168e22b60fc98b29800bb4d6c1bd', 'free_big_girl_sex\r\n https://xsg.page.link/cmFL#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 19:53:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6382, NULL, NULL, 'cshsb25301@gmail.com', 'b3b9fa09dfd5ca2130bb4e8007583e99', 'free_group_sex_vids\r\n https://vbf.page.link/GdT9#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 19:55:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6383, NULL, NULL, 'sli1953@yahoo.com', '8ec3ac7f07ce405a4f7fce532e9fb4d3', 'anal_dildo_sex_videos\r\n https://olr.page.link/qEiK#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 19:56:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6384, NULL, NULL, 'black_sweetgal@yahoo.com', '79f4b19ce4e3a1329fa97cf144f0fb07', 'birthday_sex_remix_dj\r\n https://okj.page.link/RzqH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 19:57:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6385, NULL, NULL, 'derrickaxis@gmail.com', 'cc76e9796196cee82a3a1ac5934d59c3', 'adult_sex_play\r\n https://nlq.page.link/Ab9h#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 19:59:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6386, NULL, NULL, 'dee.in@rediffmail.com', 'e6ecb82051a1a7cd38a60403ac9fefbb', 'aris_hilton_sex_video\r\n https://olr.page.link/v3jy#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:01:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6387, NULL, NULL, 'aldymatravel@mail.com', '818a43f5cc46e2411e4624a854671e62', 'black_3gp_sex\r\n https://nlq.page.link/ChDv#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:07:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6388, NULL, NULL, 'Violet_5529@yahoo.com', '47562bb0ee9ea0d0ee8ae2fa4d7e1273', 'free_webcam_sex_clips\r\n https://xsg.page.link/zH71#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:08:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6389, NULL, NULL, 'ana.mzahar@gmail.com', 'a6fd5b900f174b7a755ac9df38fd27b4', 'family_guy_no_sex\r\n https://ijq.page.link/UktB#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:09:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6390, NULL, NULL, 'norabarakah@gmail.com', '8dc41853bff79ac51d8d1861472bb15f', 'brittney_skye_sex\r\n https://ujc.page.link/6sPS#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:12:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6391, NULL, NULL, 'jader_junqueira@yahoo.com.br', 'c4dbc3e079508ca3be89bc3a004730d0', 'asian_sex_web\r\n https://ijq.page.link/WJzG#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:14:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6392, NULL, NULL, 'mohdashroyhafidzal@gmail.com', '7bee24d3addc2f0355edf83997b3c019', 'black_girls_haveing_sex\r\n https://xsw.page.link/gBBp#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:15:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6393, NULL, NULL, 'ravinther_2005@hotmail.com', '1dec53badd24b16d7c6015fefeced197', 'birthday_sex_official\r\n https://nhg.page.link/PVrf#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:16:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6394, NULL, NULL, 'habibahmohd_6183@yahoo.com', '020b81fdc113ec67d001c012f3b9d199', 'all_nude_sex\r\n https://ujc.page.link/jB7H#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:17:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6395, NULL, NULL, 'fadilah_1511@yahoo.com', '0b2e14677a91a33693f8f3765a03a969', 'flavor_of_love_delicious_sex_tape\r\n https://vbf.page.link/HsWM#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:20:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6396, NULL, NULL, 'blooded_sucked@yahoo.com', '8d70b07842c7befbec349d1925bd9524', 'free_online_anal_sex_movies\r\n https://ijq.page.link/x6cH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:22:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6397, NULL, NULL, 'anuarisa82@yahoo.com', '7f261079d5157d54a546ee369f929cb2', 'anime_sex_quiz\r\n https://ikd.page.link/zmdn#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:24:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6398, NULL, NULL, 'soekwheiwong@yahoo.com', '635cd451d1115cca58b3cd003b20ea7e', 'arabic_fucking_sex\r\n https://xsw.page.link/by9A#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:25:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6399, NULL, NULL, 'bunhoong6373@gmail.com', 'b6e78ffbc6c2f362e3044bc21f3858d2', 'adult_diaper_sex\r\n https://nlq.page.link/goYR#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:32:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6400, NULL, NULL, 'ibsns20@gmail.com', 'bf9b4543919af7e0d75a20e296c12d89', 'bdsm_sex_torture\r\n https://xsg.page.link/rrjF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:33:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6401, NULL, NULL, 'gayathrijay_85@yahoo.com', 'ef58403491f52b16a6b594209e39261c', 'anal_stretching_sex\r\n https://olr.page.link/rDCj#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:36:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6402, NULL, NULL, 'massi.natale@gmail.com', '9f50d270dd2d27f7081cefb61e1e68bf', 'feeds_sex\r\n https://xsw.page.link/4AJD#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:40:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6403, NULL, NULL, 'panjashree19@gmail.com', '982f5bdb4d0d1d28b10ac8c76837e467', 'free_sex_erotic_videos\r\n https://xsw.page.link/tpqC#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:41:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6404, NULL, NULL, 'wee888@yahoo.com', '68e8af5fa6796034478f071c237cc956', 'birthday_sex_dj\r\n https://ikd.page.link/2aKk#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:42:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6405, NULL, NULL, 'jeff_fahmy@yahoo.com', 'eeb5c413184444893f725aaf2626da3a', 'free_full_celebrity_sex_tapes\r\n https://xsw.page.link/mPRU#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:44:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6406, NULL, NULL, 'liangdanling@hotmail.com', '29e59ec1c347948fdf9638698c900df2', 'first_anal_sex_video\r\n https://ujc.page.link/rpu1#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:45:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6407, NULL, NULL, 'piyushkalra22@gmail.com', '8b289357ad4b412fa6b13c5378be668d', 'big_black_dick_anal_sex\r\n https://olr.page.link/56Vu#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:46:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6408, NULL, NULL, 'fcphhr@gmail.com', 'd55b0f4883e977fecdefa8ad78a55abb', 'best_sex_toy_for_woman\r\n https://nlq.page.link/T7pq#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:49:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6409, NULL, NULL, 'ainzakariah87@gmail.com', 'c16fc44b340100181955d0dc6b6513e9', 'free_sex_cyber_chat_rooms\r\n https://xsw.page.link/zTsP#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:51:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6410, NULL, NULL, 'lunawany@gmail.com', '8b45204d9b5335af2fad6ebaa561153b', 'ashley_tisdale_having_sex_with_zac_efron\r\n https://ujc.page.link/gr48#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:52:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6411, NULL, NULL, 'aziemharis@yahoo.com', 'a1dac77abe1f2094740c4d93cae9c44e', 'free_real_forced_sex\r\n https://ujc.page.link/h1Zf#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:53:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6412, NULL, NULL, 'derry_blue@yahoo.com', 'ef7533da110c69e724b9f5b72bc5b37c', 'free_amature_mature_sex\r\n https://okj.page.link/rrcR#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:55:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6413, NULL, NULL, 'kstee.msense@gmail.com', 'a80f2cf4f65d7e789485f2932333170c', 'bdsm_sex_positions\r\n https://xsg.page.link/KYua#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:57:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6414, NULL, NULL, 'samuro_08@yahoo.com.mx', 'a3a89539651c41a3349980c2968608bb', 'amature_homemade_sex_video\r\n https://okj.page.link/g6J9#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 20:59:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6415, NULL, NULL, 'navid_a30@yahoo.com', '609acdaeb7ffbb3efcec41c508446bf1', 'bizarre_porn_sex\r\n https://ujc.page.link/3Z94#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:00:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6416, NULL, NULL, 'gigs_haha@yahoo.com', '8ae90fdc55f0eb47463a707a91f72748', 'amature_oral_sex\r\n https://ujc.page.link/nnkk#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:01:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6417, NULL, NULL, 'rreddy375@yahoo.com', '3821cf0ab3df7e9f8cfa19f9fdc9af3d', 'anime_sex_nude\r\n https://xsw.page.link/Eb8H#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:03:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6418, NULL, NULL, 'azzrie.zawawi@gmail.com', '63dc0c811ae6bad9bee03d9b8830a8cd', 'boy_tube_sex\r\n https://ikd.page.link/PAAV#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:04:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6419, NULL, NULL, 'benveccorporation@gmail.com', 'ca04499868e83d6a845dcd88dd370e4f', 'alien_3d_sex\r\n https://ikd.page.link/6k9B#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:05:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6420, NULL, NULL, 'rathika_psg@yahoo.com', '004822937cb7a46223cf78e2512a2b32', 'free_sex_games_online\r\n https://ijq.page.link/d7bY#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:06:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6421, NULL, NULL, 'kekule_117@yahoo.com', 'e237c3d7ecdac7bb21aecff1f16ed466', 'asian_gril_sex\r\n https://olr.page.link/HE9a#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:09:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6422, NULL, NULL, 'muhd_azmir@gmail.com', '1df1b6e02c2320505897f88e39315751', 'free_adult_anime_sex_games\r\n https://xsw.page.link/VkpY#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:11:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6423, NULL, NULL, 'mrjoy_dakjohor@yahoo.com', '27eed978fe13b2f23cef4400e77c982e', 'full_penetration_sex\r\n https://ujc.page.link/rpu1#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:12:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6424, NULL, NULL, 'zueziilla@yahoo.com', '05e36523db6821ab52dbf0fca9377a17', 'foods_for_good_sex\r\n https://xsw.page.link/38yt#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:13:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6425, NULL, NULL, 'bukhari_93viv@yahoo.com', 'cee47e45a89e751b8df0a7025be77c64', 'best_sex_toy_for_woman\r\n https://xsw.page.link/E8NS#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:16:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6426, NULL, NULL, 'waja116@yahoo.com', '0089ebac750910cb276035117acc76da', 'free_sex_pon\r\n https://vbf.page.link/jFpF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:18:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6427, NULL, NULL, 'naqiea@yahoo.com', '96360d8a3afb7ad96b4b6cabb5c741ff', 'adult_sex_tubes\r\n https://ujc.page.link/JjFc#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:19:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6428, NULL, NULL, 'bhima.ou@gmail.com', '9a537d9953fd998035e65e5d77b2a450', 'addicted_to_sex\r\n https://nlq.page.link/SK7e#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:20:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6429, NULL, NULL, 'agritechmalaysia@gmail.com', '130fd689b00079b4ae7a0568ca0e8a96', 'first_sex_story\r\n https://ikd.page.link/TPZx#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:21:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6430, NULL, NULL, 'jmcwsb@gmail.com', 'cab3e1e2a46a625536ef74f1106de799', 'british_woman_sex\r\n https://olr.page.link/S9tF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:22:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6431, NULL, NULL, 'kellylaw37@gmail.com', 'd38750c63ff5bb8903a5afb21830017b', 'black_girl_hardcore_sex\r\n https://olr.page.link/3jVR#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:24:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6432, NULL, NULL, 'adamabdullah19@gmail.com', '53923f1550767eb43bd1dc9c12be597c', 'bagdad_sex\r\n https://ikd.page.link/zedD#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:25:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6433, NULL, NULL, 'swk_zai83@yahoo.com', '902c3fb150843d7d23f8e282773fa944', 'free_full_black_sex_videos\r\n https://okj.page.link/nLGn#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:26:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6434, NULL, NULL, 'chin_kuan@hotmail.com', 'b1f12688716859290ecfc9b0448b2398', 'free_sex_stories_cheating\r\n https://ijq.page.link/hbEv#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:28:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6435, NULL, NULL, 'mazmedia.hpp@gmail.com', 'fdbf2454c7f5e40ab924e40e19d3dc9f', 'first_sex_stories\r\n https://olr.page.link/MRkp#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:29:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6436, NULL, NULL, 'da31791a96b3918d973e26efec5f143f3b71d4df@gmail.com', '1d13574d0abca6c3e86a28f17792b6c6', 'black_women_having_sex\r\n https://olr.page.link/sTL2#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:30:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6437, NULL, NULL, 'ena_ayang@yahoo.com', '9338af138d486256ee4703f1ec79cf8f', 'free_videos_of_girls_sex\r\n https://nhg.page.link/xXw3#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:31:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6438, NULL, NULL, 'hexachem@email.com', '8aa8a16c6f1d8ede878b8afb6370271a', 'anime_videos_sex\r\n https://olr.page.link/jvXq#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:36:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6439, NULL, NULL, 'drbilal07@gmail.com', '3b46afd77d1446a0e12e97107bf3b1e8', 'black_18_sex\r\n https://nhg.page.link/XdLA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:37:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6440, NULL, NULL, 'diana_andrea83@yahoo.com', 'c811ac40ca7f28b3ee009a18cc810e51', 'freaky_sex_moves\r\n https://nhg.page.link/c9er#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:39:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6441, NULL, NULL, 'shahril.zamzam@gmail.com', 'c979445c111789d811b547ad3531ec47', 'fantasy_sex_vid\r\n https://ujc.page.link/fZ9X#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:40:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6442, NULL, NULL, 'pinky_gurl85@yahoo.com', '73c4b96893911ea114a713a1e6d92fcd', 'free_younger_sex\r\n https://ijq.page.link/v3jy#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:41:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6443, NULL, NULL, 'intan_bloomgurlz@yahoo.com', 'ebd37f1bad4ebf0914d7c9ba59bfea99', 'fun_new_sex_moves\r\n https://ujc.page.link/1pdH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:42:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6444, NULL, NULL, 'richmoney4585@gmail.com', '0128666c70c14c614f0b4d93015d38f3', 'brandy_ledford_sex_tapes\r\n https://vbf.page.link/D1CG#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:43:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6445, NULL, NULL, 'asrulnizam.mom@gmail.com', 'fa3844c9b3c2f575a9ae91fde506c180', 'brooke_burke_nude_sex\r\n https://nlq.page.link/s5jX#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:45:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6446, NULL, NULL, 'wangyouyong2018@yahoo.com', 'e6e23b87fe24a0b516c24c7cd69c9631', 'forced_sex_forum\r\n https://nhg.page.link/y2re#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:46:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6447, NULL, NULL, 'han.wang88@gmail.com', '83e846de06ccfbc46425c2ccd1f433ff', 'birth_control_after_unprotected_sex\r\n https://nlq.page.link/Qwmq#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:48:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6448, NULL, NULL, 'Faizul30@yahoo.com.my', 'c518efd6da07e9a952e64d46c53793d4', 'free_gay_sex_vidoe\r\n https://ijq.page.link/tV6G#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:49:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6449, NULL, NULL, 'nurshuhada_abuharidi@yahoo.com', '548bb93ad3213bc3812ea290aa4c2f29', 'free_incest_sex_stories\r\n https://olr.page.link/2Q1M#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:50:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6450, NULL, NULL, 'mingzhang199215@yahoo.com', '8ee2937c34e03a06f2b5dd74b7794441', 'american_sex_comics\r\n https://vbf.page.link/tFdn#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:53:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6451, NULL, NULL, 'elmo_elham@yahoo.com', '56570a1aca604b03f8f70fc4323c9703', 'amateur_sex_mpegs\r\n https://ujc.page.link/Z7xH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:54:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6452, NULL, NULL, 'bilianbiyen86@yahoo.com', '8f06ef62907f4fed423a4d92d9b5d46c', 'arabic_sex_net\r\n https://xsw.page.link/4eR5#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:55:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6453, NULL, NULL, 'starz_cobra@yahoo.com.my', '0631580c9dd670abc04608fcf77f14db', 'fatass_sex\r\n https://okj.page.link/kod8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:56:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6454, NULL, NULL, 'boonfai@gmail.com', '968c4d0579e2301601d4db3be4ac447d', 'anal_sex_intercourse\r\n https://nhg.page.link/NUj5#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:57:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6455, NULL, NULL, 'jaiminbhatt1488@gmail.com', '9ca4e599838cec1b06607cc1c85ca162', 'anal_sex_with_my_husband\r\n https://ikd.page.link/Nw8g#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 21:58:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6456, NULL, NULL, 'baihakice@yahoo.com.my', '64063af61888d3c3e5928cff00638be2', 'free_sex_tube_amateur\r\n https://nlq.page.link/tdn8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:01:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6457, NULL, NULL, 'yp_choy@yahoo.com', '137e77c6bee602fc0b8249b964bc4f7b', 'free_celebrity_porn_sex\r\n https://nlq.page.link/rW5R#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:04:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6458, NULL, NULL, 'yangni616@hotmail.com', 'b408d02310ba8a47103eedf0bb400de5', 'friends_having_sex\r\n https://ijq.page.link/TKV6#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:05:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6459, NULL, NULL, 'nurizwani@gmail.com', 'aed4dedf6c227969ad5b1db251c4cc22', 'boy_sex_porn_tube\r\n https://xsg.page.link/M7BY#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:06:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6460, NULL, NULL, 'extreme@waumail.com', '6db74c83959950b9e5d77e6e5fbe7548', 'free_streaming_sex_cams\r\n https://vbf.page.link/6gr4#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:07:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6461, NULL, NULL, 'the_art11@yahoo.com', 'eaa16e384bdff38bdb45cc34bb53b2c3', 'free_interracial_sex_tubes\r\n https://olr.page.link/KVzj#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:08:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(6462, NULL, NULL, 'cloudx47@ymail.com', 'fa6d4653f05b85eb8e198e16464087bb', 'fucking_naked_sex\r\n https://xsg.page.link/jBXo#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:10:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6463, NULL, NULL, 'mmr8112@gmail.com', '7014ee6ead1f2c313910262c2ee7bc9a', 'black_video_sex\r\n https://ikd.page.link/b2qH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:12:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6464, NULL, NULL, 'munieyira@yahoo.com', '7bb5aa403dcb69157aab7627bd867997', 'adult_internet_sex_games\r\n https://okj.page.link/18d8#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:13:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6465, NULL, NULL, 'amjasonliew@hotmail.com', '32308e75ef9dc1890dfa5661752f3e05', 'addicted_to_sex_movie\r\n https://olr.page.link/oSWb#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:17:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6466, NULL, NULL, 'istiqmah20@gmail.com', '36c5728ef248395f47abfa7f45d28d7c', 'amateur_mature_sex\r\n https://xsg.page.link/P42R#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:18:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6467, NULL, NULL, 'jay_sue79@yahoo.com', 'f80ec54f7783de9ac866758f2c3a7671', 'free_asian_webcam_sex\r\n https://ijq.page.link/2H1J#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:21:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6468, NULL, NULL, 'kalpana.arunasalam@gmail.com', '25df6fd26404a011d17b10efd0381c43', 'big_brother_9_sex_video\r\n https://nhg.page.link/p5XD#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:23:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6469, NULL, NULL, 'azmis67@gmail.com', '5cb18d270ae8c89d222d2fbca2313178', 'anal_hairy_sex\r\n https://vbf.page.link/7Czu#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:26:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6470, NULL, NULL, 'drnzmbozan@hotmail.com', 'be1d03e9cb7a0c573fca6021dfd5c915', 'black_dirty_sex\r\n https://vbf.page.link/HPTW#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:27:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6471, NULL, NULL, 'huzannor@gmail.com', '98d0634106284eb4b9276e931c2fb128', 'bdsm_gay_sex\r\n https://ijq.page.link/A9Ea#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:29:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6472, NULL, NULL, 'adie.0951@yahoo.com', '66687a46779f28fefb83b04859f325b4', 'about_sex_stories\r\n https://nhg.page.link/gs4f#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:35:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6473, NULL, NULL, 'nr_lailawati@yahoo.com', '37cd1b3d580856bce2db4c787bb0dbee', 'black_mommy_sex\r\n https://okj.page.link/Y9rE#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:36:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6474, NULL, NULL, 'hk.ghplas@gmail.com', '4dbe8650e210e179d7beac637bdd3af4', 'adult_sex_mom\r\n https://ujc.page.link/whDA#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:37:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6475, NULL, NULL, 'nadiasyigim@yahoo.com', '7269e890171efdb1156f9ae8ee19602c', 'black_girl_horse_sex\r\n https://ijq.page.link/M93Q#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:38:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6476, NULL, NULL, 'pflevari@yahoo.com', 'ac55ce9962d190e1c00486f0f76cbb68', 'brithday_sex_by_jeremih\r\n https://ikd.page.link/1bBB#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:39:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6477, NULL, NULL, 'goodstronghealthcare@gmail.com', '5a374d6a989f8fa1209f04571ee7151d', 'asian_nurse_sex_videos\r\n https://ikd.page.link/jjcF#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:41:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6478, NULL, NULL, 'agzamani@yahoo.com', '3ae1373c3ad5e6a2875a9e5ca03916b9', 'fat_sex_gallery\r\n https://ijq.page.link/MFYo#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:43:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6479, NULL, NULL, 'nor_sanira@yahoo.com.my', '1e3134260926ec7745de981857250ce6', 'adult_sex_model\r\n https://ujc.page.link/2Edk#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:44:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6480, NULL, NULL, 'dahlia_286@yahoo.com', 'a2a5c71be317cc878a2a39b21c29da47', 'ben_10_sex_pic\r\n https://xsg.page.link/9cXK#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:45:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6481, NULL, NULL, 'ainolipoh@gmail.com', '5a052a8451eea825c399666b4f45a198', 'from_kiss_to_sex\r\n https://olr.page.link/qBB9#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:47:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6482, NULL, NULL, 'yeowlengwong@gmail.com', '3d6b539af1ffff61ac1761986d620853', 'big_boob_women_having_sex\r\n https://okj.page.link/SLSz#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:48:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6483, NULL, NULL, 'ahmadkhairul19@gmail.com', '3445a9976f6af8ec6d8da0506c36efd1', 'female_sex_questions\r\n https://nhg.page.link/rjYy#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:49:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6484, NULL, NULL, 'sarahrezal@yahoo.com', '809d14b539322a37f9cb83748d819594', 'anime_sex_pictures\r\n https://xsw.page.link/Lozn#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:50:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6485, NULL, NULL, 'ice.echo@gmail.com', '78ed767f7da71852fd1a6288cd9508d8', 'first_sex_tube\r\n https://ijq.page.link/QqBs#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:52:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6486, NULL, NULL, 'ayahito.ito@gmail.com', '336e8243cdf14d648ed7182e044be97d', 'brittney_sex_video\r\n https://nhg.page.link/NDWH#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:55:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6487, NULL, NULL, 'pembinaancasagemilang@gmail.com', 'cef22d1e1b4c88ecb9a0cafd04e5c768', 'amateur_sex_models\r\n https://ijq.page.link/v1Ez#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:56:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6488, NULL, NULL, 'n_aliea@yahoo.com', '0099b1d721feca2e34c9103361335d8a', 'best_cheap_phone_sex\r\n https://ujc.page.link/tpCy#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:57:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6489, NULL, NULL, 'bond_sj@yahoo.com', '1919ce33e4e6e20dce845b776fa59c42', 'anal_sex_bleeding\r\n https://nhg.page.link/CXyU#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 22:59:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6490, NULL, NULL, 'shan6795@yahoo.com', '7405219243ab01394781f98649358b58', 'amatur_sex_videos\r\n https://nlq.page.link/4RZ9#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:00:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6491, NULL, NULL, 'akikosekino@gmail.com', 'f6e66343fdc2d880212ffbf6fa3a1817', 'free_illegal_sex_movies\r\n https://nlq.page.link/Ag6m#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:02:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6492, NULL, NULL, 'adrian.mattke@gmail.com', 'e159d6f671395061dff975d8902a7307', 'bizzare_sex_objects\r\n https://ujc.page.link/xUuC#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:03:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6493, NULL, NULL, 'hasmizahalim@yahoo.com', '5c1e00efca38faed784cd7a1fc94a98c', 'boys_having_oral_sex\r\n https://nhg.page.link/67su#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:06:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6494, NULL, NULL, 'amekwet@gmail.com', '9793a421f2e1c600d9b2863dcda49f24', 'fat_sluts_having_sex\r\n https://nlq.page.link/5iUb#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:07:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6495, NULL, NULL, 'arfah0707@gmail.com', '3e17ea38cfd90d5f59bc72557efffe5e', 'free_brutal_sex_movie\r\n https://nlq.page.link/cdtQ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:08:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6496, NULL, NULL, 'eika.oct90@yahoo.com', '7a2397f663a50423c718786baba6886f', 'free_kim_kardashian_and_ray_j_sex_video\r\n https://nlq.page.link/yCMn#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:09:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6497, NULL, NULL, 'adilahanafi_85@yahoo.com.my', '8be2ede6139eaccc78f1d319480846a9', 'beast_sex_illustrated\r\n https://ujc.page.link/dtys#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:10:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6498, NULL, NULL, 'nuruladilah.greenviro@gmail.com', '116c832e4c6a85040a7a2d76d032bf2d', 'fat_sex_position\r\n https://vbf.page.link/osxY#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:11:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6499, NULL, NULL, 'wtyagi.cau@gmail.com', '24b70de44dc9579b1da9c76d4ec56366', 'free_amy_fisher_sex_video\r\n https://ijq.page.link/dQ6f#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:12:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6500, NULL, NULL, 'lizongshen689@yahoo.com', 'aad6d7effbc8a59e1b542b167c8f39ac', 'free_cartoon_sex_images\r\n https://nhg.page.link/zCP6#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:13:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6501, NULL, NULL, 'aiendanisha97@gmail.com', '096a7135d35aa39b922df393893fdd3c', 'find_sex_partners_online\r\n https://okj.page.link/n1D6#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:14:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6502, NULL, NULL, 'nazha84@yahoo.com', '05f2f403da834de15708dc68dbc52c3e', 'arab_girls_sex_movies\r\n https://olr.page.link/8DVR#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:15:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6503, NULL, NULL, 'noorshazani@yahoo.com', 'f6cf84d739b8e16c25dc5cb5f367c773', 'brother_sister_sex_storie\r\n https://nlq.page.link/LCmw#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:16:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6504, NULL, NULL, 'mqaresourcessdnbhd@gmail.com', 'db64b6f2037120f18f0d643b06005c7d', 'free_videos_of_fat_sex\r\n https://nhg.page.link/A37A#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:19:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6505, NULL, NULL, 'kopicapraga@yahoo.com', '65830e19d7a29ca9ce3886e9d74ccc00', 'free_18_sex_videos\r\n https://okj.page.link/gyud#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:20:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6506, NULL, NULL, 'looxiad_11@yahoo.com', '39591f15141454e4e7659ea3192aff70', 'buttafuoco_sex_tape\r\n https://ijq.page.link/CsRc#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:21:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6507, NULL, NULL, 'affizar@gmail.com', '427c012b5a4302807cc697b106297caf', 'bdsm_sex_movie\r\n https://ikd.page.link/RvZh#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:22:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6508, NULL, NULL, 'idontouchit@yahoo.com', '92f15189da9de88e2b238d2c7643fe7e', 'asian_guys_sex\r\n https://ikd.page.link/uXDE#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:23:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6509, NULL, NULL, 'shahril629@gmail.com', '0da3c51db26535f25a51c48d8ff38bf2', 'free_homemade_college_sex_videos\r\n https://ikd.page.link/nhNS#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:25:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6510, NULL, NULL, 'lynshinoda@gmail.com', '3b2c52d8748c85971315cc54935fb7c6', 'ashley_tisdale_having_sex\r\n https://okj.page.link/DkRb#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:32:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6511, NULL, NULL, 'npttravel@yahoo.com', 'b985c78526f66954447388d59103fdef', 'free_video_cartoon_sex\r\n https://ijq.page.link/AoCZ#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:33:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6512, NULL, NULL, 'razali_hakim@yahoo.com', 'eebadadda90bed38435b5877e95cd8b0', 'family_guy_cowboy_sex\r\n https://ikd.page.link/ARGp#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:34:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6513, NULL, NULL, 'cindypgangel@gmail.com', '5c07a17ef7bea379ac2c321a4473d46a', 'furry_sex_tube\r\n https://xsg.page.link/qRTP#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:35:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6514, NULL, NULL, 'mariagiovannafalla@yahoo.com', '47ea704eb58ffb3a2be95024cece14b6', 'asian_lesbians_having_sex\r\n https://ujc.page.link/hNHk#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:37:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6515, NULL, NULL, 'morabd@yahoo.com', 'e7b124324a98739ef641a9fecd1eb272', 'free_big_brother_sex\r\n https://ujc.page.link/cQam#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:38:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6516, NULL, NULL, 'brieclaudia@yahoo.com', 'b7182ff311327865cbc5082629dd35aa', 'fish_adult_sex_games\r\n https://ijq.page.link/mcHe#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:39:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6517, NULL, NULL, 'amoghhegde7@gmail.com', 'd38ef085a3b6de54b69c1ca211cf9685', 'bar_sex_party\r\n https://vbf.page.link/wWSC#\r\nanodo', NULL, NULL, NULL, '80.234.78.164', '2022-09-15 23:40:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6518, NULL, NULL, 'yulan1214@yahoo.com', '91d5e91a6f8b73e72fa2fa81389ce2c2', 'foot_sex_xxx\r\n https://okj.page.link/QmGR#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:04:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6519, NULL, NULL, 'amalpengurusan@gmail.com', '36ce4fc2511ad027971facc086b4a0c2', 'break_up_over_sex\r\n https://nlq.page.link/zc34#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:05:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6520, NULL, NULL, 'daus_pidot@yahoo.com', '5e3d3edb68a2a4e1ad8f55039fb35060', 'free_real_sex_tv\r\n https://okj.page.link/ywy8#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:06:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6521, NULL, NULL, 'bilpro_isya85@yahoo.com', '21d4dc34f03fc38cc2c36eb82a5609ab', 'fucked_up_sex_acts\r\n https://okj.page.link/mB8k#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:09:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6522, NULL, NULL, 'zainul8003@yahoo.com', 'f54402d6f17a7980a569cb6023686dee', 'anonymous_sex_clubs\r\n https://ikd.page.link/7NvE#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:10:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6523, NULL, NULL, 'boyot_777@yahoo.com', '9fcf41af69172536e3c6d15c99da0458', 'brittney_sex_video\r\n https://xsw.page.link/cNRi#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:11:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6524, NULL, NULL, 'srhconsultant@yahoo.com', '1b67911730441c374402ed326f479d37', 'black_cock_anal_sex\r\n https://nlq.page.link/PHaa#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:13:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6525, NULL, NULL, 'abdil.wazir@yahoo.com', 'd9a61794fafe24bbf24a27c700b10b51', 'big_booty_sex_galleries\r\n https://xsg.page.link/es4o#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:14:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6526, NULL, NULL, 'creativegarment7@gmail.com', '74cfe1fbec83795ed0fef19b2d540a7d', 'adult_sex_toy_shop\r\n https://nlq.page.link/q6jx#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:15:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6527, NULL, NULL, 'mckenzie_igang81@yahoo.com', 'f29a500b1e06fbfcb0c11c637c0f0501', 'all_male_gay_sex\r\n https://nhg.page.link/AfyT#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:17:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6528, NULL, NULL, 'elaine_9881@yahoo.com', 'cec8a356e2b46ac382be176d5b1acef8', 'boy_gay_sex_tube\r\n https://xsg.page.link/h5Hy#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:18:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6529, NULL, NULL, 'mad77hbp@gmail.com', 'cb4b43599d58f244a16231174f6596b1', 'free_sex_partner_finder\r\n https://olr.page.link/apaq#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:21:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6530, NULL, NULL, 'naturalbioessence@gmail.com', 'c3e3af887f46f797da3230eee3ee0bca', 'asian_amateurs_sex\r\n https://ijq.page.link/KoQa#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:22:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6531, NULL, NULL, 'scatterzo_gurlz@yahoo.com', '10bfe6d8816f877058830ee99edec5b6', 'beach_sex_thumbnails\r\n https://nlq.page.link/i5WL#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:23:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6532, NULL, NULL, 'mdtarmizi@gmail.com', '22ea77cb893735e9f39a14e3444919e5', 'blond_sex_video\r\n https://olr.page.link/BTba#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:26:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6533, NULL, NULL, 'prsmillion@gmail.com', 'df64f804cbedc59429ec55f2a42ca690', 'better_sex_for_older_couples\r\n https://okj.page.link/kcTo#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:27:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6534, NULL, NULL, 'budak.paker@yahoo.com', '0018e20b84ed497317dec4bc13ea205d', 'free_real_sex_episodes\r\n https://nhg.page.link/7oA9#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:29:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6535, NULL, NULL, 'eyes_dij@yahoo.com', 'e5ecd5b8e50821a4d17ef7dcfec2ffe0', 'bollywood_star_sex\r\n https://vbf.page.link/C7W3#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:31:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6536, NULL, NULL, 'horace_33@yahoo.com.mx', 'a32b3279985ea456b1059e7a1f03f1e0', 'adult_xxx_sex\r\n https://xsw.page.link/7i4B#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:32:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6537, NULL, NULL, 'drarslanugur@gmail.com', '9a76a194b683372c706781f42385100c', 'big_tits_anal_sex\r\n https://nhg.page.link/618x#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:33:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6538, NULL, NULL, 'abdurasul@inbox.ru', '00b0dab3abd1d9fcd495cc673542f312', 'amateur_sex_viedos\r\n https://vbf.page.link/xc2J#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:34:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6539, NULL, NULL, 'momoi_mui@yahoo.com', 'a84a3ef3a8371c020ebaa7de823e7619', 'free_arab_sex_videos\r\n https://okj.page.link/K1LF#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:36:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6540, NULL, NULL, 'pivotonggl@gmail.com', 'b17e07bb039abbcef17936ae52f2dbf1', 'amateur_streaming_sex_videos\r\n https://olr.page.link/Vn4c#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:39:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6541, NULL, NULL, 'beat1135@gmail.com', '5de885ee4e5a963dbecf12bf5ca57245', 'bisexual_strap_on_sex\r\n https://ijq.page.link/vn1s#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:40:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6542, NULL, NULL, 'nrazra@yahoo.com', 'c8682469c05921a2072e1c1bee408981', 'best_celebrity_sex_scene_ever\r\n https://ikd.page.link/zmdn#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:41:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6543, NULL, NULL, 'salak_lepar@yahoo.com', '28d261b5b9b096f1c1e49c46f1cf4ae9', 'best_porn_and_sex\r\n https://olr.page.link/8cNk#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:42:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6544, NULL, NULL, 'normin2004@gmail.com', '600e922cfd1142856e3d3c0ccddfc00b', 'bigbrother_sex_videos\r\n https://olr.page.link/ZdDS#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:49:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6545, NULL, NULL, 'tuakhmalini@yahoo.com.my', 'bfe1eeb787022d313bbeb383b92bd933', 'anal_sex_video_galleries\r\n https://xsg.page.link/Tmdk#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:51:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6546, NULL, NULL, 'axsherzint_locked1412@yahoo.com', '6a9911b2f9971a3169115ebd8202f0f4', 'free_young_asian_sex_videos\r\n https://xsg.page.link/pHHz#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:52:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6547, NULL, NULL, 'gargi.tikku@gmail.com', '59d3c42472e522bb6805881369b25ecb', 'bunny_sex\r\n https://xsg.page.link/4pFD#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:53:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6548, NULL, NULL, 'ema_tahb@yahoo.com', 'cfd6f3872f3b9231a8f402705ede9cf1', 'big_boob_sex_tube\r\n https://ijq.page.link/yymh#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:55:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6549, NULL, NULL, 'cetakbiru@rocketmail.com', '42c02ab64f70a6a5907c38b8a4425e37', 'beastiality_sex_chat\r\n https://vbf.page.link/5eeS#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:57:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6550, NULL, NULL, 'ayu17846@yahoo.com', '88725d0041e8252626231731a7e22d08', 'free_live_sex_chating\r\n https://vbf.page.link/ztHZ#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 00:59:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6551, NULL, NULL, 'harieko_irianto@yahoo.com', '7d664d18647cb89825ca995147bba0fb', 'free_videos_of_college_sex_parties\r\n https://nlq.page.link/87D6#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:00:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6552, NULL, NULL, 'yuhanchang2012@gmail.com', '15452c1acec3d518ab9ce8b5bad4f4cf', 'black_sex_for_free\r\n https://xsg.page.link/EJBg#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:05:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6553, NULL, NULL, 'masterdynastysb@gmail.com', '5f65a4c61757d171073b736c3a24b23b', 'anal_sex_chat\r\n https://nlq.page.link/6h7N#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:06:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6554, NULL, NULL, 'nangka_kering@yahoo.com', '72ccb6c3c09aa64143096dee78576c28', 'free_online_sex_shows\r\n https://nlq.page.link/KZn4#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:08:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6555, NULL, NULL, 'meimei_cats@yahoo.com', '99fbf6e7fd4222c74bf99791dc6e433d', 'anal_sex_pron\r\n https://olr.page.link/G3v3#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:09:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6556, NULL, NULL, 'mtlim2000@yahoo.com', '4b94a44ff43650ae9e3f6559173926b8', 'animals_sex_vedios\r\n https://olr.page.link/vwbY#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:10:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6557, NULL, NULL, 'seri.ashikin@gmail.com', 'db0962f975c7cd58e37369b85e395804', 'black_on_black_sex_pics\r\n https://ikd.page.link/ceR9#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:11:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6558, NULL, NULL, 'jas_michelle250188@yahoo.com', '453b106c3269ba57f6c39c37119ac1f9', 'best_sex_woman\r\n https://olr.page.link/ZNjB#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:12:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6559, NULL, NULL, 'mama_iklil@yahoo.com', 'd8817ad342a3bc816fb30bf32e370967', 'benefits_of_single_sex_schools\r\n https://ijq.page.link/XUBE#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:13:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6560, NULL, NULL, 'acpools_ose@yahoo.com', '9f189b8375e69c0eb19c08a1e0b1ad6f', 'family_sex_hentai\r\n https://ikd.page.link/CDnC#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:14:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6561, NULL, NULL, 'reza.ghaderi@ymail.com', '9a66958e51756cf49f7e8ea4eda8fe48', 'amature_homemade_sex_vids\r\n https://nhg.page.link/b6ZB#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:18:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6562, NULL, NULL, 'kaju_3_ju@rediffmail.com', '85081e76af4514fe4773ce9e4f91a444', 'bomb_sex\r\n https://ujc.page.link/7Eka#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:19:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6563, NULL, NULL, 'faeezakmal@gmail.com', '4bfe8ddb93b0b2cdc6c223dd4f1e6b67', 'actors_sex_video\r\n https://olr.page.link/DzGU#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:21:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6564, NULL, NULL, 'y.teratera0831@gmail.com', 'a9b4340e59e62a5cbc66b05e44ceb248', 'big_sex_game\r\n https://xsw.page.link/W6Rv#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:22:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6565, NULL, NULL, 'jefflangsuyr@gmail.com', '2155ca1ab6c7ea84a4e01a785e22ec68', 'free_cyber_sex_cams\r\n https://ujc.page.link/mhyd#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:23:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6566, NULL, NULL, 'juhari_jabbar@yahoo.com', '1dd23d74a9f66927f53927c41930f594', 'best_free_sex_web_sites\r\n https://ujc.page.link/vH1C#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:24:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6567, NULL, NULL, 'backyardgrillburger@gmail.com', '8569f4f5d826533882fd8376b53e2640', 'first_sex_teacher\r\n https://nlq.page.link/Stvh#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:25:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6568, NULL, NULL, 'jidfuplywood@gmail.com', 'e6e9875dd9edf624d640fc872bb47143', 'amateur_milf_sex_videos\r\n https://xsw.page.link/A2DQ#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:27:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6569, NULL, NULL, 'predator11.1986@gmail.com', 'c042b58d6165d9fc455521f05595abe5', 'ancient_chinese_sex\r\n https://xsw.page.link/wVBq#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:28:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6570, NULL, NULL, 'azrinawati.ahmad@yahoo.com', '42374b98a09506e8db38e4011a325f5b', 'black_porn_sex_clips\r\n https://okj.page.link/nLGn#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:29:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6571, NULL, NULL, 'demieislam@yahoo.com', 'be6a592112787feaee4a1a0cb6343553', 'bahamas_sex\r\n https://nhg.page.link/ze5a#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:30:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6572, NULL, NULL, 'ezu2000@gmail.com', 'bed56b0da8d54a74d0f76f7259fb09f9', 'black_girls_white_guy_sex\r\n https://xsg.page.link/tA57#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:31:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6573, NULL, NULL, 'shahrulsheamus@gmail.com', '9e7cce6d76db6e9e548b728c827f40ba', 'asian_naked_sex\r\n https://olr.page.link/rKzG#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:32:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6574, NULL, NULL, 'ajayhiwarkar@rediffmail.com', 'd8ef17c0ab318af30866c98ce47bb920', 'adult_sex_hotel\r\n https://olr.page.link/ZtbK#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:33:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6575, NULL, NULL, 'suhaimi28@gmail.com', '658c516e03a9e3192d6eead7481adae6', 'free_sex_cam_chats\r\n https://nlq.page.link/6YoL#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:34:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6576, NULL, NULL, 'sitinazirah.ahmad@yahoo.com', '9a1bfcb26d3ca22eb3e10618c61c4440', 'anal_girls_sex\r\n https://ijq.page.link/k6X7#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:36:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6577, NULL, NULL, 'mshidi.mrr@gmail.com', 'a86ec018db15b84559346323c11328e2', 'amature_free_sex\r\n https://nhg.page.link/WHFE#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:37:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6578, NULL, NULL, 'yanttey@yahoo.com', '5ab136ff24af48751ab733325c5c8506', 'forced_oral_sex_pics\r\n https://vbf.page.link/KmXb#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:38:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6579, NULL, NULL, 'mohdafzan@gmail.com', '04c56dd6fd0a94e7ca2f53e729eaa51f', 'free_chat_cam_sex\r\n https://xsg.page.link/UsFW#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:39:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6580, NULL, NULL, 'rohanpet@gmail.com', '7b1d8a8cf4e39afcb80d6587509c558e', 'free_sex_cams_free\r\n https://xsw.page.link/NPEx#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:40:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6581, NULL, NULL, 'itaacarch@yahoo.com', '6a908d6c7c2f8f22c527c60bbc8a844d', 'bdsm_group_sex\r\n https://okj.page.link/BAca#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:41:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6582, NULL, NULL, 'edlera@aol.com', '9db19366e1508af4abb61feabe1e30d9', 'fake_celeb_sex_stories\r\n https://ijq.page.link/u2hJ#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:42:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6583, NULL, NULL, 'akuz_d85@yahoo.com.my', '1cea0fe8bdaeab370011f9ccbbbe783e', 'adult_sex_tube_video\r\n https://xsg.page.link/cyiQ#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:45:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6584, NULL, NULL, 'flie_84@yahoo.com', '4a3a0ef7be4ee6b3ecd0e877d3dd64d1', 'bit_tit_sex\r\n https://vbf.page.link/hYbz#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:46:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6585, NULL, NULL, 'suriatiaman@yahoo.com', '514bbb8c6b5878888119be9a72131bec', 'adult_erotic_sex_game\r\n https://olr.page.link/QrDr#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:47:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6586, NULL, NULL, 'info.pncm@gmail.com', 'ebd275d97c49fdab70319873a6ed1137', 'blood_in_urine_sex\r\n https://xsg.page.link/9TDs#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:48:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6587, NULL, NULL, 'emileiah85@yahoo.com', 'f3da860faf953504ed9b3f0e99c0d512', 'fat_girls_lesbian_sex\r\n https://nlq.page.link/QYgk#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:50:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6588, NULL, NULL, 'farids.harun@gmail.com', '5ac3e183746c0648e594d3528615a96c', 'free_hardcore_black_sex\r\n https://ujc.page.link/5UUK#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:51:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6589, NULL, NULL, 'millenniumchocolate@yahoo.com.my', 'fcd9f2c1baa82a76ab9f526159e03a7c', 'blow_up_sex_toys\r\n https://okj.page.link/NaX6#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:52:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6590, NULL, NULL, 'hafizprostar@yahoo.com', 'd52f22487c9e24f22891699d29aa8b58', 'free_gay_sex_move\r\n https://nhg.page.link/5a2j#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:54:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6591, NULL, NULL, 'virgo1809an@yahoo.com', '82a07ee2791c8a6bc2f0ec9bafbf18bb', 'bestiality_sex_story\r\n https://olr.page.link/Jfnx#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:55:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6592, NULL, NULL, 'marksmen_styservices@yahoo.com', '77c252f3dbf473d2645a0527b048979c', 'free_videos_hot_sex\r\n https://nlq.page.link/Kbhb#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:57:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6593, NULL, NULL, 'jay_miezuhrie@yahoo.com', '90de7bca1cd1ec76d3bece71d9f514c5', 'boyfriend_doesn_t_want_to_have_sex_anymore\r\n https://okj.page.link/V5VN#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:58:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6594, NULL, NULL, 'daingfadzilresources@gmail.com', '35806fbb7974e30511d1b0a4ea2bd69c', 'avatar_sex_cartoon\r\n https://ikd.page.link/yQ9B#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 01:59:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6595, NULL, NULL, 'yap_asyraf@yahoo.com', 'c70f551522d2e0ffdf714efd540632bb', 'free_videos_of_grannies_having_sex\r\n https://ijq.page.link/Kpsr#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:00:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6596, NULL, NULL, 'saya.rosnanirahmat@yahoo.com', '85629b8e9538cb84fc8c35b52bbb5fd0', 'black_girl_free_sex\r\n https://nlq.page.link/iDrT#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:01:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6597, NULL, NULL, 'azlanmior@gmail.com', 'e5dfc40a2a92da4ac1cbc312f622d7ee', 'free_black_women_sex_pics\r\n https://okj.page.link/MxqT#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:02:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6598, NULL, NULL, 'c5633d9b51c06ef16b9845444a660d7c02f020e8@gmail.com', '739d9b2322fa7d5b881a22445b06d6d9', 'free_dildo_sex_videos\r\n https://nlq.page.link/q9Ku#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:04:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6599, NULL, NULL, 'ahmadkasmin@yahoo.com', '3db0d0ecb504899686b6d08bddd52ad5', 'free_sex_with_young\r\n https://vbf.page.link/m7Zu#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:05:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6600, NULL, NULL, 'pbathla31@gmail.com', '8d9e88729cf3d897101668dc3d8060d3', 'anal_sex_preparation_enema\r\n https://xsw.page.link/XewA#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:06:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6601, NULL, NULL, 'adex_hud@yahoo.com.my', 'bfc3c80b34f62822d6452c444e5948c2', 'family_sex_free_videos\r\n https://vbf.page.link/k9Sm#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:07:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6602, NULL, NULL, 'zak_ana@yahoo.com.mx', 'aecd7f6080f2aba18ba9915624381f96', 'arabic_sex_porno\r\n https://ikd.page.link/XxCj#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:08:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6603, NULL, NULL, 'dlpincus@gmail.com', 'fbd32bb6a85980ccf1680a3301472b24', 'furry_hentai_sex\r\n https://ikd.page.link/YuEn#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:09:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6604, NULL, NULL, 'drguzelali@yahoo.com', 'cd49476e53c50d9195aecf06cae9e649', 'free_hot_lesbain_sex\r\n https://okj.page.link/R645#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:11:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6605, NULL, NULL, 'yihan.chen18@hotmail.com', 'da721e418196243d212fdd048cbc5ed5', 'forced_to_watch_wife_have_sex\r\n https://nhg.page.link/TTJ6#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:12:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6606, NULL, NULL, 'orangehome39@gmail.com', '7fe836abf02d004205ec0bb9e56586da', 'birthday_sex_dj_fellin_remix_mp3\r\n https://xsg.page.link/Z37S#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:15:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6607, NULL, NULL, 'megavemma@yahoo.com', '4620ac1d6fec91aac029bd8e68bdec05', 'free_celebrity_sex_tapes_video_clips\r\n https://nlq.page.link/yPbh#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:17:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6608, NULL, NULL, 'ahmadrosli.abdullah@gmail.com', '62904cc01c34665f952171fbe97dc8e9', 'anime_sex_films\r\n https://okj.page.link/aiks#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:18:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6609, NULL, NULL, 'crp.creative@gmail.com', '97d9957ca9445cb935f44f12b50f7277', 'black_crossdresser_sex\r\n https://xsg.page.link/E2tY#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:19:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6610, NULL, NULL, 'gtamilachi@yahoo.com', 'd5f2fd2343a403ff86e29c487d266b5e', 'furry_sex_flash_game\r\n https://nlq.page.link/nwZp#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:20:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6611, NULL, NULL, 'lailaokal.lo@gmail.com', '31a56256549c3b4dcd3250036b0f5177', 'ass_sex_site\r\n https://nlq.page.link/xzi1#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:22:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6612, NULL, NULL, 'garok_2120@yahoo.com', '87ac4390e83ec947b33985dfa1b84a33', 'family_group_sex_pics\r\n https://okj.page.link/EoUi#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:25:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6613, NULL, NULL, 'xuhanshi@hotmail.com', 'd576c19ee05b94934555f239f266c050', 'big_booty_women_sex\r\n https://nlq.page.link/C3v6#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:26:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6614, NULL, NULL, 'alea3103@gmail.com', '327f211e657e506d7ea98ba17cdf54a2', 'asian_on_asian_sex\r\n https://ikd.page.link/6yJ8#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:28:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6615, NULL, NULL, 'hawkcoder@gmail.com', 'c4304ab4adb10e15d7c4e41dbc1270b5', 'black_fat_girl_sex\r\n https://ikd.page.link/joPc#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:30:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6616, NULL, NULL, 'shahieda82@yahoo.com', '712d7828a8f2c57bfd3f443705edfc76', 'amatuer_tube_sex\r\n https://olr.page.link/Lpps#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:31:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6617, NULL, NULL, 'altoraba@yahoo.com', '2992a5936f1343ccf8ad44dc6a352d36', 'boy_black_sex\r\n https://olr.page.link/vDz5#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:33:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6618, NULL, NULL, 'wanauba@yahoo.com', 'dcff8d89da2ba54edcab93d7338d45ec', 'fat_women_having_sex_videos\r\n https://ujc.page.link/VgK6#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:35:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6619, NULL, NULL, 'shah_nua2030@yahoo.com', 'f7dc1e4f00e4bf1f6db8dd7c2cdd4806', 'free_sex_vidoes_to_watch\r\n https://ujc.page.link/bbp3#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:37:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6620, NULL, NULL, 'through_glass24@yahoo.com', '3ba928298d32949fb90f21d8afb3d03a', 'bollywood_sex_net_katrina_kaif\r\n https://okj.page.link/vsF9#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:40:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6621, NULL, NULL, 'faizrizam1992@gmail.com', 'e0a824ee1b2c03c9f8a8a751c57e657e', 'best_oral_sex_for_women\r\n https://ikd.page.link/2sDU#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:42:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6622, NULL, NULL, 'vvinay552@gmail.com', '4ba70f4a4a29f24af45c7611b9031428', 'anal_sex_blog\r\n https://nlq.page.link/sEnF#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:44:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6623, NULL, NULL, 'julieta_85princess@yahoo.com', '5bbdf82fc199754e938a62aa48c71c00', 'anime_sex_photo\r\n https://ujc.page.link/k13Y#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:48:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6624, NULL, NULL, 'neocps25@gmail.com', '42eab995355e22c62ccc4272d14913fa', 'asian_porn_sex_movies\r\n https://xsg.page.link/vybE#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:49:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6625, NULL, NULL, 'ayukirana65@gmail.com', '1ed793dbadf7350545faf9998ac98564', 'all_sex_games\r\n https://okj.page.link/9eZd#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:50:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6626, NULL, NULL, 'apexjaya@yahoo.com', '9dc8b2171299c072b99f5c077378ae97', 'free_sex_video_free_porn\r\n https://nlq.page.link/Uy8Q#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:52:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6627, NULL, NULL, 'ekyncoklat@gmail.com', 'eb1722c503368495b516800b6e14507a', 'free_sex_videos_of_wives\r\n https://ujc.page.link/XyVP#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:53:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6628, NULL, NULL, 'shiying_zheng@hotmail.com', '6004c44d08fc52a3048849d4e3b116cf', 'blind_fold_sex\r\n https://nhg.page.link/xJT2#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:57:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6629, NULL, NULL, 'azuekey_201003@yahoo.com', '6b789f01aac43cf017db32ecf297fad5', 'asian_lesbin_sex\r\n https://xsg.page.link/h5Hy#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:58:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6630, NULL, NULL, 'imanadiaqasha@yahoo.com', 'e18c782f415fb1c5582b250255894879', 'bollywood_sex_katrina_kaif\r\n https://okj.page.link/b7Eb#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 02:59:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6631, NULL, NULL, 'awonnn2211@yahoo.com', '607bc4e6ee6c845b5591e6dec9a044fd', 'fantasy_sex_photos\r\n https://xsg.page.link/gJda#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:02:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6632, NULL, NULL, 'harmanpreetmadaan@gmail.com', '0e84edab21440771691600d52e027a4a', 'all_hot_girls_sex\r\n https://xsg.page.link/ioHS#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:06:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6633, NULL, NULL, 'cluseee@gmail.com', 'af1d4a2e42cc21fc9ad8eef96e275fb0', 'family_guy_sex_sex\r\n https://ijq.page.link/XUBE#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:08:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6634, NULL, NULL, 'FINAL.IMPACT.ASD@gmail.com', '0aa8747652c08befb91f097af09bd93c', 'find_out_sex_of_baby_at_12_weeks\r\n https://olr.page.link/Zz36#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:09:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6635, NULL, NULL, 'safura_city@yahoo.com', '39f1c0e90b65445f06d6f4507cc8c579', 'find_sex_in_your_area\r\n https://olr.page.link/xLja#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:10:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6636, NULL, NULL, 'yao_guanfeng@hotmail.com', 'f3688e755428960b5df33a46ac1cecce', 'family_sex_orgy\r\n https://xsg.page.link/GYEd#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:12:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6637, NULL, NULL, 'hajar_2104@yahoo.com', '002af874ff3d51c311a73adb03f6f30d', 'adult_sex_education_videos\r\n https://nlq.page.link/4VMe#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:15:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6638, NULL, NULL, 'hanie_rs84@yahoo.com', '807b9bdae10b415910fa7e3fce597bae', 'adult_sex_picture\r\n https://ikd.page.link/KhZx#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:16:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6639, NULL, NULL, 'shafiear@gmail.com', 'eac070c3fb7080b0d76d14fd36251d7d', 'adult_sex_ed_videos\r\n https://nhg.page.link/zx72#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:17:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6640, NULL, NULL, 'manmoncang@gmail.com', '8d3a887219cadf494a51701a5e8a0ab9', 'fishes_sex\r\n https://olr.page.link/BVAH#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:19:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6641, NULL, NULL, 'ajakta@gmail.com', 'afb8b63d584afaaa810f5a9cf313eea2', 'amateur_wife_sex_stories\r\n https://olr.page.link/hTLt#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:20:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6642, NULL, NULL, 'ez782001@yahoo.com', '186d3f403d0913c4fa2fa50855b969fe', 'bald_women_sex\r\n https://ikd.page.link/W9z1#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:21:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6643, NULL, NULL, 'mohdzamripermint1931@gmail.com', '5710fc788af6786f65f8c3f174072c58', 'adult_forum_sex\r\n https://vbf.page.link/M3To#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:22:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6644, NULL, NULL, 'faizmedic@gmail.com', 'b7d09faf4e61a5d6f1ba748ceecc029b', 'forced_wife_sex_stories\r\n https://vbf.page.link/T9zR#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:25:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6645, NULL, NULL, 'inspirasisufi_nas87@yahoo.com.my', '90c4e3c507d4e87d3c8f76944c72d92a', 'free_videos_of_mature_women_having_sex\r\n https://ikd.page.link/enG7#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:27:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6646, NULL, NULL, 'waisan.chin@yahoo.com', 'dfd1a7384f639b649807e050195f447b', 'brittany_spears_sex_scenes\r\n https://vbf.page.link/baE3#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:28:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6647, NULL, NULL, 'db7bee7050f3578d89e09a4cff12f485785aeaed@gmail.com', '9018ffa8d679bc14bed6007286a3372c', 'black_old_lady_sex\r\n https://ujc.page.link/sGgE#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:29:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6648, NULL, NULL, 'fanjuan@medmail.com.cn', '31810b262a844f8d17f0827bfbfa8627', 'boob_sex_tube\r\n https://nhg.page.link/Njvk#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:30:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6649, NULL, NULL, 'toplymsia@gmail.com', 'dffec672d34e29d4ea99b8cdc03b1a59', 'free_fat_mature_sex\r\n https://ijq.page.link/SEnF#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:31:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6650, NULL, NULL, 'seribandarpomsb@gmail.com', '770dabe991f0f233128cf3cf1952684f', 'adult_sex_games_and_videos\r\n https://xsg.page.link/Hvcc#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:33:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6651, NULL, NULL, 'alan_lgt@yahoo.com', '39297fab78d231e8f16a882bd704405c', 'adult_sex_dvd\r\n https://xsg.page.link/BpQV#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:35:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6652, NULL, NULL, 'j.dykoh@gmail.com', 'd3f9f8dd74c44c996127e43716843b9e', 'ametuer_group_sex\r\n https://olr.page.link/ngpu#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:36:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6653, NULL, NULL, 'tsunamiz2u@yahoo.com', '0a6efebd2b8138c06868f0dfcee969bc', 'free_forced_lesbian_sex_videos\r\n https://ijq.page.link/ZH3D#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:37:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6654, NULL, NULL, 'ssonwai@gmail.com', 'ed7f5409ac5e9278809d25040fe7409c', 'ashley_tisdale_having_sex\r\n https://vbf.page.link/ky5m#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:38:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(6655, NULL, NULL, 'dhaya_az687@yahoo.com', '63319553fcf7578ab6454548cbf0d439', 'free_gay_black_sex_video\r\n https://olr.page.link/evL2#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:39:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6656, NULL, NULL, 'din_aku90@yahoo.com', 'e573b1aaef7df4536bce9f7d41777a99', 'after_anal_sex\r\n https://ijq.page.link/LzRh#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:40:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6657, NULL, NULL, 'zalmi.othman@gmail.com', '7a9650410692325893ece1320f2bc742', 'black_men_sex_with_white_women\r\n https://vbf.page.link/vUYD#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:42:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6658, NULL, NULL, 'linaseri77@gmail.com', 'e98633a83cdda72eea43505f275bf886', 'free_sex_chat_boards\r\n https://ujc.page.link/LRb2#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:43:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6659, NULL, NULL, 'sge33@hotmail.com', 'e33c276cb2fcc17bbda7f6e5fa0edfc7', 'arab_sex_covered\r\n https://ikd.page.link/eVRm#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:46:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6660, NULL, NULL, 'mohan_vy@yahoo.com', 'cf8f50787005b181d74d929d8579840c', 'amature_sex_in_public\r\n https://vbf.page.link/nrjc#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:47:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6661, NULL, NULL, 'bizibiz1@yahoo.com', '16e7000666882c0d07bbdb8b74d507bd', 'besplatan_sex\r\n https://olr.page.link/f7k8#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:49:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6662, NULL, NULL, 'jenney_ngu@yahoo.com', 'ced83ebc170678e5bdab50e2509f6714', 'best_sex_toy_for_male\r\n https://okj.page.link/nLGn#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:52:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6663, NULL, NULL, 'kaz_1987@yahoo.com', '1364d67356f16aae2e63b90548f6f2ff', 'asian_boy_sex\r\n https://ikd.page.link/uWwB#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:53:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6664, NULL, NULL, 'jiietrade@gmail.com', 'bff5f3de148977846b6abc805b992fb2', 'ass_licking_sex_movies\r\n https://ikd.page.link/szn6#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:54:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6665, NULL, NULL, 'agarwaldrpooja@yahoo.com', 'bbc9edcf223f10e438cf14674d144958', 'bodybuilder_female_sex\r\n https://okj.page.link/LgsA#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:55:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6666, NULL, NULL, 'sweetyson2001@yahoo.com.sg', '58a259886c599767e832e1477f093cb0', 'britney_spears_sex_naked\r\n https://ijq.page.link/Yngd#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:57:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6667, NULL, NULL, 'rohaida.abdullah@gmail.com', '9c4a31c2ef680ecfbb8b31ee1e182c14', 'free_sex_videos_tranny\r\n https://olr.page.link/gttb#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 03:59:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6668, NULL, NULL, 'jeffrydeen07@yahoo.com.my', 'c4a1d7ef91d7c140ea0e9ce03c1cafd9', 'a_guide_to_oral_sex\r\n https://okj.page.link/CqDx#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:00:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6669, NULL, NULL, 'plona@mail.ru', 'b83dcf7e18f2796b1f1fd28fb3cbd1b6', 'free_pics_of_woman_having_sex\r\n https://vbf.page.link/krfH#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:01:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6670, NULL, NULL, 'amri348@yahoo.com', '9ebf79116610109c2ebf5ec001421e11', 'full_sex_vedio\r\n https://ijq.page.link/BZDH#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:02:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6671, NULL, NULL, 'victoriameyliu@gmail.com', '8f87d37dbb98eacaa6f9740d36dc46c5', 'free_mature_sex_picture\r\n https://ijq.page.link/uhwc#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:03:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6672, NULL, NULL, 'charenedihol37@gmail.com', 'cf5767bcafcfc679bcedb07ef9063560', 'free_pam_anderson_sex_video\r\n https://xsg.page.link/5ZPm#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:04:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6673, NULL, NULL, 'harnihbintiali@yahoo.com', '21aabdeeb089323c99279bf9adc0e95b', 'free_older_women_sex_video\r\n https://xsg.page.link/naL6#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:07:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6674, NULL, NULL, 'abadkenanga@yahoo.com', 'fc4aa1a0eda1a07c1e284edaf751e4c4', 'adult_sex_gay\r\n https://ijq.page.link/hufu#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:11:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6675, NULL, NULL, 'awyllie@gmail.com', 'a01e1101d918ea08e1103cc9dab0a86e', 'free_real_forced_sex\r\n https://ikd.page.link/8WP2#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:12:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6676, NULL, NULL, 'fairuz_0802@yahoo.com', 'c508b2c8f7d6763c802d1ce2960504a7', 'bracelet_sex\r\n https://olr.page.link/Wt65#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:14:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6677, NULL, NULL, 'nimh76@yahoo.com', '343bbd303db70f8c8e62a531ef02459c', 'free_brutal_sex_vids\r\n https://ujc.page.link/eFut#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:16:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6678, NULL, NULL, 'drmehmet2121@gmail.com', '9e79bfe852673e8200f8fa5c4b3d3899', 'female_body_sex\r\n https://vbf.page.link/KZq8#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:18:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6679, NULL, NULL, 'izati_zack@yahoo.com', '630e0c54b9831f8de249c1bfa5531ed2', 'beaver_sex_toy\r\n https://nlq.page.link/8Pzu#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:19:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6680, NULL, NULL, 'carstickersmalaysia@yahoo.com', 'db9a94bf2da150eae8a221569ab6225f', 'amature_free_sex_video\r\n https://nhg.page.link/fcAc#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:20:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6681, NULL, NULL, 'peggyyeap@gmail.com', 'eab2a259ac0a73343b1bd9b40e23ddc0', 'anal_sex_and_bondage\r\n https://ijq.page.link/DQFL#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:22:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6682, NULL, NULL, 'cylogisticsent@gmail.com', 'e0f97722bc194da70ff433cb15a2094e', 'ass_play_sex\r\n https://okj.page.link/gc3h#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:27:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6683, NULL, NULL, 'hum305@yahoo.com', '392663691c7b377c2f0209d27dc63fee', 'asian_hot_sex_videos\r\n https://okj.page.link/V5VN#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:29:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6684, NULL, NULL, 'rahazzee@yahoo.com', '804d63fba0e3deefdc6285c078a09ba8', 'black_guys_and_white_girls_sex\r\n https://nlq.page.link/2bz4#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:31:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6685, NULL, NULL, 'izhar_yahya@yahoo.com', '9770cc93a18dd85c968f05dd9fee5f2a', 'brother_has_sex_with_sister\r\n https://ikd.page.link/HVui#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:33:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6686, NULL, NULL, 'extrobright@gmail.com', 'ca3a877594e0f7a49ca10e8a7cdd255c', 'best_female_oral_sex\r\n https://olr.page.link/9h9e#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:36:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6687, NULL, NULL, 'norainiaffandi@yahoo.com', '95e8788f27f6829d05043e91692659b2', 'free_live_sex_chatrooms\r\n https://nhg.page.link/TvA3#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:37:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6688, NULL, NULL, 'silicorn69@gmail.com', 'abe49ac477043dde45b24a4b73b74db1', 'big_anal_sex_video\r\n https://nhg.page.link/Q7bV#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:38:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6689, NULL, NULL, 'alhamry.hamdan@gmail.com', 'f946b6a91005e6d20874d5521b007d58', 'birthday_sex_urban_dictionary\r\n https://okj.page.link/t2Dt#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:41:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6690, NULL, NULL, 'azanfood@gmail.com', '4b5328cd19a98ea00e47e737d69f01f9', 'free_anal_fisting_sex\r\n https://nhg.page.link/LZXh#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:41:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6691, NULL, NULL, 'ejazmin08@yahoo.com', 'b20882128864f8f1cb3a6486cb446905', 'build_sex\r\n https://nlq.page.link/qTVy#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:42:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6692, NULL, NULL, 'zariey83@yahoo.com', '67a43d9cdb05b589dddafba46268cae4', 'fantasy_sex_poems\r\n https://ikd.page.link/ggvb#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:43:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6693, NULL, NULL, 'aqua_nadiah@yahoo.com', '421028179759658e8d36f1754f60a126', 'birthday_card_sex\r\n https://nhg.page.link/mGFH#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:45:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6694, NULL, NULL, 'archana25578@gmail.com', 'de6b98197bd45a4b99441757b9f00fc5', 'free_old_mature_sex\r\n https://okj.page.link/ukzs#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:46:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6695, NULL, NULL, 'drfaisalbg@yahoo.com', '142087c4c8fad16f1d9b1f184d1ffb57', 'free_incest_sex_storie\r\n https://nhg.page.link/5PJD#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:47:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6696, NULL, NULL, 'flj212@medmail.com.cn', 'b865e0854cbe1157455ee7a9f78ca955', 'free_dirty_sex_videos\r\n https://ujc.page.link/CmoN#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:48:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6697, NULL, NULL, 'cutie_mutie2911@yahoo.com', '7473ec4d837a37de78b402fa5ddb0c56', 'anal_sex_video_galleries\r\n https://nlq.page.link/X82A#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:49:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6698, NULL, NULL, 'dolmat_09@yahoo.com', '919e90d0d72d29f3a7b4025f0653610c', 'farm_sex_thumbs\r\n https://xsg.page.link/dKeR#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:50:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6699, NULL, NULL, 'fullitekei67@gmail.com', 'ad672111896f58db2a9a14cb19942681', 'free_hentai_sex_stories\r\n https://nhg.page.link/BP7t#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:51:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6700, NULL, NULL, 'itahanna@gmail.com', '923d5fd536855bab3354a48d2e681cf1', 'free_sex_stories_of_incest\r\n https://vbf.page.link/jUAY#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:53:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6701, NULL, NULL, 'pisces_nodra87@yahoo.com', '6d1125c0f073b65fafb498f51963df2b', 'asian_sex_photo\r\n https://olr.page.link/LQkY#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:56:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6702, NULL, NULL, 'emeliasyarafina@gmail.com', 'd4e1378e30d630bd0730428b2933b199', 'family_sex_vidios\r\n https://nhg.page.link/GSQu#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:57:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6703, NULL, NULL, 'executive.my@gmail.com', '006377691a45219df8ce950bafe8c086', 'full_free_sex_vedio\r\n https://okj.page.link/SoCG#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 04:58:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6704, NULL, NULL, 'azyecayunk2809@yahoo.com', '27b6eff8c7745978401eb8a56a928107', 'booty_hot_sex\r\n https://nlq.page.link/kE7A#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:01:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6705, NULL, NULL, 'cinta.shannika@yahoo.com', '2ce29dcd903b5bc37df5700749bb5524', 'brittany_spears_sex_scene\r\n https://ujc.page.link/o2sd#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:03:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6706, NULL, NULL, 'faidzofficial@gmail.com', '680ec61a65edec7b3658568e5a8a8d0c', 'free_18_sex_videos\r\n https://ujc.page.link/iF66#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:06:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6707, NULL, NULL, 'shellyfong@gmail.com', 'cf537cfe6b482ae5cf6fd4fa63666000', 'free_3d_animated_sex\r\n https://okj.page.link/NKqu#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:07:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6708, NULL, NULL, 'suena89@yahoo.com', '292fa917a87ae459814efcb649272e6c', 'blonde_teacher_sex\r\n https://nhg.page.link/3HCz#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:08:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6709, NULL, NULL, 'amzah182@yahoo.com', 'ad04b765e86b6069410068c79bc02a05', 'best_free_sex_dating_site\r\n https://nhg.page.link/y4dV#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:09:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6710, NULL, NULL, 'yana_2502@yahoo.com', '0ad678768c3f3d09f65a0909a775c1e0', 'brittney_spears_sex_vid\r\n https://olr.page.link/wme2#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:10:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6711, NULL, NULL, 'wojtek.polom@gmail.com', 'cd250983e9a136b548220fa12f0d3587', 'free_videos_of_homemade_sex\r\n https://nhg.page.link/tcf2#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:12:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6712, NULL, NULL, 'suziealaliza@gmail.com', '96ba7321ed0caea8cda28a7794a58012', 'anal_fetish_sex\r\n https://xsg.page.link/ZEkd#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:13:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6713, NULL, NULL, 'tai_manhunt@yahoo.com.my', '8f6eb984c90aff87652da502c323c204', 'big_gay_sex_show\r\n https://nhg.page.link/Xzev#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:14:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6714, NULL, NULL, 'MRGUESS_91@yahoo.com', 'c880d60d6a96ca79e02067316ccae6ee', 'anime_sex_videos_for_free\r\n https://xsw.page.link/vrfe#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:15:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6715, NULL, NULL, 'dralpers@hotmail.com', '8e24bd433b183b0b033d0b1c60899cb3', 'free_sex_videos_blowjobs\r\n https://ijq.page.link/MDyi#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:16:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6716, NULL, NULL, 'hidayatmasdar96@gmail.com', '7c3bdec25135dbce88f7feb6aa81aff1', 'big_black_sex_video\r\n https://ijq.page.link/Jsmv#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:19:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6717, NULL, NULL, 'biocottage@gmail.com', 'e7961002bd23a903270ad0bfd8e1bcbd', 'bisexual_woman_sex\r\n https://okj.page.link/mmM8#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:20:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6718, NULL, NULL, 'yan_best@yahoo.com', '1f94dfa39bcbf1b697e1682c9bd4840a', 'funny_sex_quiz\r\n https://xsw.page.link/5Xme#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:21:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6719, NULL, NULL, 'rinazaquan@yahoo.com', 'a5121d0ab688a9a37fd251f0a77146ad', 'black_african_sex_video\r\n https://xsg.page.link/HX86#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:22:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6720, NULL, NULL, 'roziahsalleh76@gmail.com', 'b0cae5681eec2269a50d2619504314ff', 'female_masturbation_sex_stories\r\n https://ujc.page.link/pZ79#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:24:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6721, NULL, NULL, 'sda.nspcokl@yahoo.com', '9d638f52205f30ab4290c1348d880cb4', 'fun_sex_questions_to_ask_your_partner\r\n https://vbf.page.link/VkTV#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:25:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6722, NULL, NULL, 'chrisfinnis@hotmail.com', 'bc97d40e72dcacc216a19fd857613eaf', 'bathroom_sex_videos\r\n https://ijq.page.link/RyjN#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:28:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6723, NULL, NULL, 'mfengwu@yahoo.com', 'ce81ec1666a9163669190b3b73a27d8e', 'fantasy_sex_tubes\r\n https://xsg.page.link/NtgA#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:31:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6724, NULL, NULL, 'kah.guan.brothers@gmail.com', '430839c4b5d7230b4bcfd81dc3233905', 'free_sex_cartoon_pics\r\n https://ikd.page.link/Ppcf#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:32:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6725, NULL, NULL, 'atiqahkj@yahoo.com', '23a0291e52c8485e4f7259285ed08435', 'asian_nurse_sex_videos\r\n https://ijq.page.link/oiqv#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:33:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6726, NULL, NULL, 'loginzjp002@gmail.com', '443e783d01f4c931c00c2b3e760db0d8', 'free_violent_sex_video\r\n https://ijq.page.link/kmpU#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:37:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6727, NULL, NULL, 'dhvanitbhatt@rediffmail.com', '3866f63e6b6fa9765e221c9d413f8374', 'alien_rape_sex\r\n https://olr.page.link/WpFw#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:38:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6728, NULL, NULL, 'fairulchanis@yahoo.com', '4d91163f7dc74a0fde5fdf2d187cf805', 'bilder_sex\r\n https://ijq.page.link/sCNN#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:39:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6729, NULL, NULL, 'are_inn2806@yahoo.com', '0c3f81a449d31d0d8e5ad1897e393973', 'free_sex_videos_of_wwe_divas\r\n https://ujc.page.link/eRLL#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:40:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6730, NULL, NULL, 'wang_weixiang@hotmail.com', '8e67d109b1239ec58775622df3793c25', 'adult_sex_cartoon_games\r\n https://ijq.page.link/QL6B#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:43:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6731, NULL, NULL, 'drhazmil@yahoo.com', '4b59864337d34bf064e627b5025ccea6', 'free_ebony_porn_sex\r\n https://ujc.page.link/LwHv#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:44:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6732, NULL, NULL, 'tunekijima@gmail.com', 'fd7934255523b67574a60f215134bc4c', 'bbw_sex_blog\r\n https://nhg.page.link/xTT9#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:45:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6733, NULL, NULL, 'ersagunkaraguzel@gmail.com', 'd5f2c1b5ee493cbaa147860db42fb702', 'ass_fuck_anal_sex\r\n https://ikd.page.link/tnww#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:46:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6734, NULL, NULL, 'u9908036@gmail.com', '1e4f6ef4ee2e82a696cc2275f9129b27', 'free_sex_partner_site\r\n https://nlq.page.link/5aT5#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:48:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6735, NULL, NULL, 'mrroy5827@yahoo.com.sg', '78085a35aed17c3869cb28899bad9040', 'free_download_sex_clip\r\n https://ujc.page.link/oSg5#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:49:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6736, NULL, NULL, 'jjx6118@yahoo.com.my', '5fd12a2d2c10f8a7a7a114c517855b88', 'fat_emo_sex\r\n https://xsg.page.link/tc4X#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:51:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6737, NULL, NULL, 'kha_dijah2912@yahoo.com', '7a58e1d327d9cf025b611d4cf68cd238', 'black_sex_stream\r\n https://nhg.page.link/GSQu#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:52:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6738, NULL, NULL, 'zacxplore_83@yahoo.com', '86ed521434b50ebefa6e5f61095e939b', 'blond_sex_tube\r\n https://nlq.page.link/wuhk#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:54:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6739, NULL, NULL, 'wanda_4ever89@yahoo.com', 'cda96824564c2f93280ec63f71697e68', 'free_hentai_cartoon_sex\r\n https://ujc.page.link/YRrK#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:55:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6740, NULL, NULL, 'kpdsecure@gmail.com', 'deb15733bc853c2248552c8d416f6ab0', 'fantasy_sex_tubes\r\n https://olr.page.link/xZp3#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 05:59:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6741, NULL, NULL, 'ch2o.hiwonder@gmail.com', '3901f329ecb15d4d21a7d4b33fdd2778', 'father_sex_tube\r\n https://nlq.page.link/ziWo#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:00:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6742, NULL, NULL, 'azwad_jr@yahoo.com', '441eaa28104d95f94255248674d33979', 'free_disney_sex_movies\r\n https://vbf.page.link/DDUx#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:02:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6743, NULL, NULL, 'eegbagbe@yahoo.com', 'c311bd5e976559a89981a1d6cdd99d4c', 'asian_on_asian_sex\r\n https://nhg.page.link/QMDZ#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:03:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6744, NULL, NULL, 'iech_magdich@yahoo.com', 'e6b27b4b6cc628a21982669712a1e49e', 'anal_sex_scenes_in_movies\r\n https://okj.page.link/wnKG#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:04:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6745, NULL, NULL, 'zarul.shahrin@yahoo.com', 'beab1fa229b8c8ce3dfddc39e294dcc7', 'brtiney_spears_sex\r\n https://ijq.page.link/cCfm#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:07:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6746, NULL, NULL, 'Puteri_Misha78@yahoo.com', '381dccb3b421bbf8cfdfafb1a97f3dca', 'fairly_odd_parents_drawn_sex\r\n https://ikd.page.link/Dt6p#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:09:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6747, NULL, NULL, 'zettyzulhani@yahoo.com', '2828efe96b157a85a4dd22bb9d6bc1fe', 'bisexual_women_sex\r\n https://ujc.page.link/8suf#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:10:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6748, NULL, NULL, 'weiwang3666@hotmail.com', 'ae317dbda44f97e7a120bb5163534d8e', 'amature_latin_sex\r\n https://xsg.page.link/kfZW#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:11:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6749, NULL, NULL, 'are_use88@yahoo.com', '0118c9aac075f0a1dcda4fff2493773e', 'free_sex_toons_videos\r\n https://ujc.page.link/1Lok#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:12:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6750, NULL, NULL, 'govindtheraj@gmail.com', 'b09df8ebc45dc4e1c00383f05efcfba2', 'adult_sex_women\r\n https://vbf.page.link/Luvf#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:13:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6751, NULL, NULL, 'ct_fairus88@yahoo.com', '2ee3acdd5416a927255284d6aea6cfbd', 'black_guys_and_white_girls_having_sex\r\n https://ijq.page.link/z4hC#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:14:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6752, NULL, NULL, 'pecolmarklee@gmail.com', '47b2d8a8a7258e1d42462a8f20e20f49', 'free_sex_with_busty_girls\r\n https://nlq.page.link/wgVu#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:15:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6753, NULL, NULL, 'dalilati@operamail.com', 'c9473f585801b2a9a331280aa295f4b3', 'bbw_sex_story\r\n https://xsg.page.link/UWkG#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:16:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6754, NULL, NULL, 'irwan_rosli@ymail.com', '41d241f8a9772fc4c955250100cef3e7', 'fre_sex_movie\r\n https://nlq.page.link/sEnF#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:17:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6755, NULL, NULL, '446hori@gmail.com', 'd6c3fd9e52ddef5b090ad22182bdafe1', 'farm_sex_free_videos\r\n https://nlq.page.link/ibqn#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:18:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6756, NULL, NULL, 'desuvara@gmail.com', '3bec3a07c37c37f0c86cd35c658dcfbc', 'black_girls_having_sex_pics\r\n https://nhg.page.link/SCEY#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:20:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6757, NULL, NULL, 'balqissanjungb@gmail.com', '48cddffcb233143079cf9c89534f61aa', 'free_real_amatuer_sex\r\n https://xsg.page.link/1NPM#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:22:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6758, NULL, NULL, 'puteriimpian33@gmail.com', '752193529be84910ee68edf90330e130', 'all_adult_sex_games\r\n https://olr.page.link/xsyr#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:24:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6759, NULL, NULL, 'harunzalilah@yahoo.com', '0d7ea7fb53bfbe8355e909ec70f65211', 'family_sex_parties\r\n https://ijq.page.link/tBaz#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:26:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6760, NULL, NULL, 'zaenira@gmail.com', '9e2af597504989de244811307df6b0d6', 'ball_sex_toys\r\n https://ijq.page.link/y2Va#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:27:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6761, NULL, NULL, 'nurulaffizah@gmail.com', '64461d0cfa25f2eb459e28b5380c7aed', 'buffy_da_body_sex_tape\r\n https://xsg.page.link/RjpM#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:28:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6762, NULL, NULL, 'avi.yosipof@gmail.com', 'e3ba415de70a70a1b587413fe7513c5f', 'adult_erotic_sex_games\r\n https://okj.page.link/VJMr#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:32:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6763, NULL, NULL, 'miracle_sinchan@yahoo.com', 'a4f29314c84059b5b7f72640ea992627', 'bridge_sex_position\r\n https://okj.page.link/SGWS#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:33:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6764, NULL, NULL, 'masemsb@gmail.com', 'bc15be793b3c126dc89e00c5daf9e52c', 'best_free_sex_video_website\r\n https://vbf.page.link/9PE7#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:34:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6765, NULL, NULL, 'arvind.sidhu@yahoo.com', '9d4e30c4f7146d09e292fa46f164c761', 'be_a_phone_sex_operator\r\n https://ujc.page.link/iZ8H#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:35:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6766, NULL, NULL, 'hpmie80@gmail.com', 'c6968c1daadbf3b984d697dfd8c42122', 'anal_dog_sex\r\n https://ujc.page.link/zYnG#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:36:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6767, NULL, NULL, 'rssrz91@gmail.com', 'cfa69fe37978c0ecd504d2332e3aa996', 'angelina_jolie_cartoon_sex\r\n https://okj.page.link/b5bS#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:37:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6768, NULL, NULL, 'nr_aiiyu@yahoo.com', '3a05ea7657d75f10ecacf5ab436c672c', 'amature_k9_sex\r\n https://ikd.page.link/tFo8#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:38:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6769, NULL, NULL, 'aduhaiya@gmail.com', '22a9bef10b70f59b459b7747c7187693', 'fantasy_porn_sex\r\n https://xsg.page.link/xjKu#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:40:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6770, NULL, NULL, 'pradipdeshmukh@gmail.com', 'd023c3b224f68af55dcb3475d68dca56', 'free_webcam_sex_clips\r\n https://ijq.page.link/4D6z#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:43:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6771, NULL, NULL, 'globemal98@gmail.com', '99b2f2f7bc0c82514874ae2cb4b90706', 'free_real_celebrity_sex_tapes\r\n https://xsg.page.link/3Lt4#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:44:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6772, NULL, NULL, 'annieem_7@yahoo.com', '35d29ea7f5055b61be2163c72ddefb67', 'free_gay_boys_sex_videos\r\n https://nhg.page.link/kRKW#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:45:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6773, NULL, NULL, 'az_ina2001@yahoo.com', '14e99c86821f79a0756ba6562dadaa89', 'ass_sex_big\r\n https://ijq.page.link/fGid#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:46:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6774, NULL, NULL, 'binjaal04@yahoo.com.sg', '41d272f02ea0285976fe8b836efce794', 'brooke_skye_sex_video\r\n https://nhg.page.link/mKK6#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:50:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6775, NULL, NULL, 'iron.ferum@gmail.com', '6109418eed578edfe40141319d1c3194', 'birthday_sex\r\n https://ikd.page.link/aCdL#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:51:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6776, NULL, NULL, 'marliza_z@yahoo.com', '05c0df6777f4940a0b78393288d18314', 'birthday_sex_remix\r\n https://vbf.page.link/Wwut#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:52:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6777, NULL, NULL, 'gaosi.xu@gmail.com', '2154edb24feed8a7da9eab095bf12e38', 'black_sex_trailer\r\n https://nhg.page.link/8Qop#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:54:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6778, NULL, NULL, 'faizaltahir85@gmail.com', '14919578b24bea8d86eb94e39ae99741', 'best_friend_gay_sex\r\n https://xsg.page.link/7d4F#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:55:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6779, NULL, NULL, 'four4u2e_hr@yahoo.com', 'b51f2036049938b1a44af0a627602b58', 'female_oral_sex_protection\r\n https://okj.page.link/MmWb#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:56:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6780, NULL, NULL, 'ahmedwaqas1990@hotmail.com', 'ef11b71ac360b456bf79207009b9c7bd', 'big_breast_sex_pics\r\n https://nlq.page.link/Ab9h#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 06:59:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6781, NULL, NULL, 'elizazrul@yahoo.com.my', 'e518715fc1777b84d418ec0366eb1b9a', 'big_woman_sex_video\r\n https://ikd.page.link/gM1R#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:00:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6782, NULL, NULL, 'hashimyusuf1966@gtmail.com', 'c8cff0cc27099b6f44a49f38eb81f521', 'fat_mature_sex_videos\r\n https://vbf.page.link/v3jy#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:01:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6783, NULL, NULL, 'iEYan_90@yahoo.com', 'cf5fb288d65597f7fbf4753255327754', 'fuk_sex\r\n https://nhg.page.link/BQ2y#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:03:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6784, NULL, NULL, 'nur_irin@yahoo.com', '2569e51e04a70f4ab9c0bcd1cc37aaae', 'first_lesbians_sex\r\n https://ujc.page.link/w4wY#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:04:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6785, NULL, NULL, 'zenfantasy87@gmail.com', '633722d36ed10e3b46c4d62ba2e85257', 'forced_anal_sex\r\n https://okj.page.link/93rk#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:05:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6786, NULL, NULL, 'abbj65@gmail.com', '39f1e4c03636087a250d40a31ecdf78c', 'blonde_phone_sex\r\n https://okj.page.link/dkcg#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:07:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6787, NULL, NULL, 'mohfaztrg@yahoo.com', 'eb6bc9d44f4aa2e9ada1ba65f8ebc928', 'black_monster_cock_sex\r\n https://ujc.page.link/r5qx#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:10:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6788, NULL, NULL, 'dmuling@gmail.com', '86883fe79bacaf4e6a905c75b4794dcb', 'free_mature_oral_sex\r\n https://vbf.page.link/HdjM#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:13:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6789, NULL, NULL, 'alicelohls@gmail.com', 'c06419b66e68bd648bc571b282c12a6f', 'anal_sex_with_sister\r\n https://ijq.page.link/SEnF#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:14:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6790, NULL, NULL, 'zaiheda.adehiaz@gmail.com', 'd02374d31135c48d293dc87a527277cc', 'black_lesbian_sex_tapes\r\n https://vbf.page.link/61y4#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:15:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6791, NULL, NULL, 'rosalie.boyce@gmail.com', 'becea52f525ba4496faf16e49f68ba57', 'fat_chicks_having_sex_videos\r\n https://nhg.page.link/ZYaq#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:16:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6792, NULL, NULL, 'asriee10@yahoo.com', 'f5b7f64a8543d1daeafb48f34d216899', 'fuck_and_suck_sex\r\n https://vbf.page.link/dfon#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:17:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6793, NULL, NULL, 'xyzsma@yahoo.com', '2b9981a273304e03b925e5a81879b7c9', 'black_man_and_white_woman_having_sex\r\n https://nhg.page.link/H3GF#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:19:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6794, NULL, NULL, 'jie_77@yahoo.com', 'd2f7821827c5afc115e9b0a7598b6f17', 'amateur_shower_sex\r\n https://ujc.page.link/SNtE#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:20:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6795, NULL, NULL, 'ezzan83@gmail.com', 'b0c1ea8464123ef719c2b1657aa80591', 'alien_sex_experiments\r\n https://xsw.page.link/nSNV#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:21:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6796, NULL, NULL, 'mie_are@yahoo.com', 'bcf7a0369d84fbc0f78d382894ea819e', 'free_wife_sex_video\r\n https://nlq.page.link/wiy1#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:23:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6797, NULL, NULL, 'vittorio.ramella@gmail.com', 'dfc8da4a5bf5c94dba98d4af9963634f', 'free_sex_spanking_video\r\n https://ijq.page.link/JJre#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:24:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6798, NULL, NULL, 'linzixuc@hotmail.com', 'ccd33dd54fc8ab1b85b3739f711e5119', 'free_sex_chat_no_registration\r\n https://nhg.page.link/qhS3#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:25:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6799, NULL, NULL, 'halim_sweet666@yahoo.com', 'c71a6f9d456cc438aa49e0457dfc41d8', 'amateur_homemade_sex\r\n https://nlq.page.link/X82A#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:28:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6800, NULL, NULL, 'nch80@yahoo.com', '951f4cecd6ee7c5b03e96d7d031666b8', 'amature_oral_sex\r\n https://vbf.page.link/H9uV#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:29:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6801, NULL, NULL, 'mehmetkaval@hotmail.com', '4870e1d73d2d3e13e8440c0899d6a98c', 'adult_sex_online_game\r\n https://okj.page.link/uRo8#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:31:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6802, NULL, NULL, 'ieylamail@yahoo.com', 'da4fbd98c203e673c24df4ce06a386f5', 'black_miget_sex\r\n https://xsg.page.link/9UGd#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:32:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6803, NULL, NULL, 'qunzhou.hust@gmail.com', '99061790f28573f64402e0477a022755', 'asian_girl_sex_xxx\r\n https://nhg.page.link/fPJP#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:33:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6804, NULL, NULL, 'sahar.hisystem@gmail.com', '512337150b80f28d51d207c73ad6703a', 'free_full_celebrity_sex_tapes\r\n https://ujc.page.link/5FMM#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:34:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6805, NULL, NULL, 'acamlee@gmail.com', 'bcd2772d18221ebae7fbf7c91b115bd1', 'andi_pink_sex_tape\r\n https://xsg.page.link/p218#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:35:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6806, NULL, NULL, 'shark_here91@yahoo.com', 'a5830cda269218de09e32898a5ece50b', 'bleeding_right_after_sex\r\n https://xsg.page.link/ikWb#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:37:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6807, NULL, NULL, 'rafflesia7@yahoo.com.my', '2512ed210788b757f2b2a5b0adf80007', 'femdom_sex_vids\r\n https://ikd.page.link/nhNS#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:38:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6808, NULL, NULL, 'asyrafchew@yahoo.com', '6549a14e294b65c073921c9f4db75370', 'forced_wife_sex_stories\r\n https://nlq.page.link/MjYC#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:39:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6809, NULL, NULL, 'balint621@gmail.com', '21dfc544f59bdc8525efeadc1160a87c', 'anal_sex_video_amateur\r\n https://xsw.page.link/F9hV#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:46:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6810, NULL, NULL, 'rizuanfouzi@yahoo.com', '0cd12d5b553e758af726620a8fae5ff4', 'anal_sex_forced\r\n https://ikd.page.link/rh73#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:47:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6811, NULL, NULL, 'alpanestar@yahoo.com', '42a92503ba364bfe30db6a0732cdf894', 'adult_online_sex\r\n https://nlq.page.link/1xip#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:48:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6812, NULL, NULL, 'huayfang83@yahoo.com', 'eb7a364abf1dccbf4be281ff725d1501', 'black_girl_sex_pic\r\n https://vbf.page.link/ZF39#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:49:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6813, NULL, NULL, 'cds_moh@yahoo.com', 'a52316b14528c159b7ee719c592408a0', 'angelina_jolie_sex_comics\r\n https://olr.page.link/JP4t#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:50:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6814, NULL, NULL, 'kcny_gemini@yahoo.com', 'f6240b01438bafb975de8b4d4545f615', 'asian_erotic_sex\r\n https://ikd.page.link/aBua#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:53:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6815, NULL, NULL, 'chouaib@hotmail.com', 'db2d338b91511e6e86e50b05c1fbc710', 'free_movie_sex_scenes\r\n https://okj.page.link/ETja#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:54:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6816, NULL, NULL, 'asmilabdullah@yahoo.com', '1aafa86280f154f2f7993f8f3fa77182', 'black_girls_white_guys_sex_videos\r\n https://olr.page.link/w4aw#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:55:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6817, NULL, NULL, 'benjamin.jf.liu@gmail.com', 'fad1de670240d3d4e5b8da9fe6c80034', 'asian_sex_film\r\n https://xsw.page.link/Eu41#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:56:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6818, NULL, NULL, 'twenty_twenty@hotmail.com', 'f4d0e11ebc5c6b3875f8fa0fc34ecfa2', 'freaky_black_sex\r\n https://okj.page.link/Jv3M#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:57:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6819, NULL, NULL, 'tupperwarewithlove@gmail.com', '3bba21ea7590534f372ceefec6c6609f', 'black_men_gay_sex_videos\r\n https://ijq.page.link/EjfF#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:58:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6820, NULL, NULL, 'hanykamelsaid@yahoo.com', '7805d9bfa8de110c389dbbe94b130ed3', 'asian_sex_teens\r\n https://nhg.page.link/8TFN#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 07:59:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6821, NULL, NULL, 'nizam_jebat@yahoo.com', '79620975d31783ecca03901fa28c4835', 'free_sex_game_ideas\r\n https://vbf.page.link/2xuH#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:02:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6822, NULL, NULL, 'amro_elgez@yahoo.com', '4c80d3f525b73b4077edadc291afabb1', 'bhabhi_devar_sex\r\n https://ikd.page.link/AMNn#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:03:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6823, NULL, NULL, 'ningxie512@gmail.com', '3ca51f414fdfcfd3a8726fb6394b7e41', 'ass_videos_sex\r\n https://ujc.page.link/CWA3#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:06:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6824, NULL, NULL, 'antaratek@gmail.com', 'd8380af6b042499c31e4935e0487fa37', 'amateur_sex_video_gallery\r\n https://olr.page.link/nLgf#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:07:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6825, NULL, NULL, 'jain.tanu25@gmail.com', 'd238f50fd5229b4d143a2a03df96d901', 'bees_sex\r\n https://xsg.page.link/ZZEU#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:09:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6826, NULL, NULL, 'muhammad_ym90@ymail.com', '73c3c42ea1ab3997bae0e253caf6326a', 'bouncer_sex_toy\r\n https://nlq.page.link/w2RY#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:11:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6827, NULL, NULL, 'emilabo@gmail.com', 'ea2088175aed57934bca3facf57b5863', 'amateur_swingers_sex_videos\r\n https://vbf.page.link/M3To#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:13:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6828, NULL, NULL, 'fatihahfadil87@gmail.com', '99af7d7c69d61fdb04b56aa86db90e72', 'free_old_lesbian_sex\r\n https://ujc.page.link/rJ4v#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:14:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6829, NULL, NULL, 'bizzonenet@gmail.com', '715c1559b100fb2ed83deaa38efc75fb', 'father_gay_sex\r\n https://vbf.page.link/fPwc#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:16:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6830, NULL, NULL, 'lijie203076@yahoo.com', 'b4e80bf393f84b1a3aac8b37e753a35b', 'bbw_lesbians_having_sex\r\n https://olr.page.link/5YYd#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:17:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6831, NULL, NULL, 'kokchangpin@yahoo.com', 'c24c613e5424d74b890941d0e4abef2f', 'adult_sex_meeting_sites\r\n https://vbf.page.link/tkVo#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:22:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6832, NULL, NULL, 'goldengoldsb@gmail.com', 'f469919498a353230df908900777b2d6', 'free_live_sex_chat_sites\r\n https://xsg.page.link/6bqx#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:23:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6833, NULL, NULL, 'bgssmart04@gmail.com', 'b70dd3909febbc5f83b4f174ab048215', 'asian_sex_stars\r\n https://okj.page.link/VB5c#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:24:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6834, NULL, NULL, 'keewooi78@hotmail.com', 'c23b00932af8384f7405715c117a213e', 'amature_home_made_sex_video\r\n https://xsg.page.link/1NPM#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:26:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6835, NULL, NULL, 'robertambrosini@gmail.com', 'dc118690993be849faa173443d842b0a', 'bangla_sex_film\r\n https://ikd.page.link/VvdY#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:28:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6836, NULL, NULL, 'xiaolinglinsysu@gmail.com', '4a7ee03df572beb76d95aa5a41224c15', 'best_butt_sex\r\n https://xsw.page.link/ErkC#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:29:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6837, NULL, NULL, 'nasir.rts@gmail.com', '1e48599df1520751f54c0b6fe90eee6d', 'bra_during_sex\r\n https://xsw.page.link/Hgef#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:30:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6838, NULL, NULL, 'aesha_pinky91@yahoo.com', '2bf0b0d6f8a7222fd7560b44570ba66e', 'butt_sex_girl\r\n https://ikd.page.link/9mKR#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:35:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6839, NULL, NULL, 'vilashini3_93@yahoo.com', 'efe45432f8d629b2142e614a2f8ced42', 'adult_sex_webcam_chat\r\n https://ikd.page.link/Lsqs#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:36:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6840, NULL, NULL, 'airworth@gmail.com', '9df957c3c4bfaa5f19dc19d299a02562', 'free_amature_sex_cam\r\n https://ijq.page.link/pLhK#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:38:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6841, NULL, NULL, 'nursyamimiabdhalim@gmail.com', 'dc108a77924b370f4767e63051fdfb4c', 'free_voyeur_cam_sex_galleries\r\n https://xsw.page.link/veFD#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:40:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6842, NULL, NULL, 'mmautosb@gmail.com', '38f4bc647ee069e13a264d1d5818b01a', 'big_boob_girls_having_sex\r\n https://xsg.page.link/gEUU#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:44:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6843, NULL, NULL, 'deathstrike_83@yahoo.com', '39f17d04af98c368d55da799ca798af8', 'anal_sex_male\r\n https://ujc.page.link/Jgj8#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:45:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6844, NULL, NULL, 'meerzaali@gmail.com', '60b178ca22498c64e825df88f7641a91', 'about_gay_sex\r\n https://ikd.page.link/Hxh4#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 08:47:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6845, NULL, NULL, 'rimbahotel@gmail.com', 'ef16e67abea0ad4e25da00aafcc555d2', 'after_school_sex_life\r\n https://olr.page.link/BybY#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:24:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6846, NULL, NULL, 'nurul_metamilion@yahoo.com.my', 'dec57fc77374855e41d969e58368e511', 'female_sex_changes\r\n https://okj.page.link/Wjjs#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:26:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6847, NULL, NULL, 'darenlkc@gmail.com', 'd74192501fd429090b400c7814e57500', 'free_amatuer_home_sex_videos\r\n https://nhg.page.link/u4bs#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:28:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6848, NULL, NULL, 'kasihadila@gmail.com', '3598092dcf70056140796ca2d1ac81c1', 'big_brother_sex_hot\r\n https://vbf.page.link/BVAH#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:29:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(6849, NULL, NULL, 'zaidi_cim@yahoo.com.sg', 'ddc4a332346a9134dae378bf37071ca2', 'free_sex_videos_for_couples\r\n https://xsw.page.link/pBAA#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:30:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6850, NULL, NULL, 'exzoninternal@gmail.com', 'b4408d8497b7953a60123662ede5844a', 'free_virtual_sex_doll\r\n https://ijq.page.link/ytPa#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:31:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6851, NULL, NULL, 'seemachem.gautam@gmail.com', '69379bcabe5467f5c4ed5e5b89aa7439', 'big_ass_free_sex_movies\r\n https://nhg.page.link/6QHE#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:34:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6852, NULL, NULL, 'asz.onez0205@gmail.com', '7571729ab7fcee4973410fd48393c7c1', 'anime_sex_move\r\n https://vbf.page.link/J24Y#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:35:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6853, NULL, NULL, 'swmpath@gmail.com', '10ef45cd3e76662fc600c109cf93a010', 'adult_baby_phone_sex\r\n https://xsw.page.link/J3r5#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:38:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6854, NULL, NULL, 'nzannon@gmail.com', '9ea0ae54cbf3bcb956597c225ecc382e', 'black_woman_white_man_sex_videos\r\n https://nlq.page.link/auXV#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:39:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6855, NULL, NULL, 'alvinwinwin@gmail.com', 'c169e9abc71f6ea79f58fcb7b7433de1', 'free_home_sex_vids\r\n https://ujc.page.link/M1vj#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:41:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6856, NULL, NULL, 'paola.gaio@gmail.com', '0b6d83ec10c68e1dc8ea7b290330fe18', 'free_adult_sex_cartoons\r\n https://ikd.page.link/8R9n#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:47:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6857, NULL, NULL, 'nazkesumarimba2927@gmail.com', '988b8ab1dd379ff8026c82d6ab3727ea', 'fisting_sex_story\r\n https://vbf.page.link/61y4#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:48:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6858, NULL, NULL, 'rasma_dimeng@yahoo.com', '8985e4247051579b1f959cf71617d9a3', 'best_sex_ever_porn\r\n https://olr.page.link/71bV#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:50:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6859, NULL, NULL, 'eaglesheng@hotmail.com', '2fe0346cf7216db3b67b3997fb5f4616', 'fat_arab_sex\r\n https://xsw.page.link/bVV5#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:52:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6860, NULL, NULL, 'cj0066@gmail.com', '706fffc748ffe5d1f74713c56f023603', 'forced_threesome_sex\r\n https://ujc.page.link/ugLR#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:53:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6861, NULL, NULL, 'mohdkamalariffin@gmail.com', 'fbeb054f475fd263e380f277c65af4e4', 'bachelorette_sex_video\r\n https://xsg.page.link/bec5#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:54:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6862, NULL, NULL, 'essesb1@gmail.com', 'ab0f7e8aeb4dfc21b162763182faf298', 'ben_10_sex_game\r\n https://nhg.page.link/jWcT#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:56:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6863, NULL, NULL, 'wfcomsdnbhd@gmail.com', 'd5ca8068d5618a763b9be57923f25004', 'best_hottest_sex\r\n https://xsw.page.link/KMFP#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:58:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6864, NULL, NULL, 'along_yzr2m1@yahoo.com', '4137b7350505fbb62343ae27649f91d9', 'best_anal_sex_toys\r\n https://vbf.page.link/DzGU#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 14:59:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6865, NULL, NULL, 'segimindaniaga2012@gmail.com', '89e56c6d703f2b0a6a29dd5b49d61d55', 'free_videos_of_hard_sex\r\n https://ujc.page.link/SK7e#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:00:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6866, NULL, NULL, 'khairulhafizi89@yahoo.com', '3f5182d7f50b854e95be36c334a4424a', 'bollywood_sex_scandals_video\r\n https://xsw.page.link/Uweu#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:03:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6867, NULL, NULL, 'ideanana@yahoo.com', 'fbd1fd7fe96c92b03823356c3d1832e4', 'free_gay_college_sex_videos\r\n https://olr.page.link/bxwf#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:05:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6868, NULL, NULL, 'horng_lee@yahoo.com', 'a9a45bdde4812c3a4e0aeb9522e06645', 'free_sex_pussy_video\r\n https://nhg.page.link/99kY#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:07:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6869, NULL, NULL, 'the_champion91@yahoo.com', 'c6e181c16f5346495e543ee181fbfbf5', 'best_sex_teens\r\n https://vbf.page.link/UaZh#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:08:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6870, NULL, NULL, 'jeevechen@gmail.com', 'fdf6aa859c5f34c17b55cb98b78870c0', 'free_asian_sex_xxx\r\n https://nhg.page.link/skzR#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:09:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6871, NULL, NULL, 'rinaldipd@gmail.com', '8b4444967eeb99072c7258cc3243d0b4', 'big_sex_black\r\n https://vbf.page.link/HWzH#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:10:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6872, NULL, NULL, 'nurulaidaalias@gmail.com', '32113092f84aea3561baa812d07301ea', 'benny_benassi_sex\r\n https://nhg.page.link/UKFV#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:11:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6873, NULL, NULL, 'darwinizwan@gmail.com', '3fa2823cb33399ba05b6d8e999a986d9', 'boys_sex_vid\r\n https://ikd.page.link/f749#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:12:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6874, NULL, NULL, 'drliangyj@gmail.com', '68f2e8b8c9667299fb596581f51b16ed', 'free_oral_sex_games\r\n https://olr.page.link/zfGD#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:17:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6875, NULL, NULL, 'jiunner@gmail.com', 'ec2698e46318e7996d547a4e0cce8041', 'free_celebrities_sex_videos\r\n https://okj.page.link/Y87M#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:21:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6876, NULL, NULL, 'opraneet@hotmail.com', 'f7b86e664b0501707932db840566c377', 'adult_sex_porn_tv_com\r\n https://xsw.page.link/Bn7B#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:23:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6877, NULL, NULL, 'rusihasulongalias@gmail.com', '6863e6e9a0e992e71e43ab774330f052', 'adult_sex_contact\r\n https://xsw.page.link/viwW#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:25:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6878, NULL, NULL, 'anna_angezls@yahoo.com', '80b7e0fc4b1963fec04f5bf4434cc2bd', 'arab_video_sex\r\n https://xsw.page.link/cjms#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:26:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6879, NULL, NULL, 'hjhmidahenterprise@gmail.com', '09cc840fcaaee8bf1c75529c3577c7d0', 'boys_sex_stories\r\n https://vbf.page.link/21rd#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:27:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6880, NULL, NULL, 'dvdpss91@gmail.com', 'ab433c0063ff4492ec7eaf33f54f554e', 'bisexual_sex_stories\r\n https://ikd.page.link/MNfT#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:28:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6881, NULL, NULL, 'drkumaranupama@rediffmail.com', 'dd231a9809acb02f42427bee32df8838', 'forced_girl_on_girl_sex\r\n https://nlq.page.link/kbLe#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:29:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6882, NULL, NULL, 'haizah_nor77@yahoo.com', '09101660254b82cce5c8fb2c0665fe6c', 'anime_sex_tits\r\n https://ikd.page.link/PBdc#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:30:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6883, NULL, NULL, 'annis_natasha@yahoo.com', '4260a9b3040def3921c45c95b5b3bb94', 'bbw_outdoor_sex\r\n https://olr.page.link/C1ri#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:32:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6884, NULL, NULL, 'ewany_gurlsky87@yahoo.com', '84af516ac303c909ac4ad19fcac67a82', 'butt_sex_toys\r\n https://xsw.page.link/HMKe#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:33:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6885, NULL, NULL, 'hamindhal@yahoo.com.my', '1ef07c28c6f553249a1fc5724afbb548', 'free_big_ass_sex_video\r\n https://nhg.page.link/Co5h#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:34:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6886, NULL, NULL, 'armstrength.hr@gmail.com', 'f77a556b90d81b4666f1d43bf95a38a3', 'free_amateur_couples_sex\r\n https://xsw.page.link/eLWY#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:36:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6887, NULL, NULL, 'lysa1303@yahoo.com', 'eda80b30e29a2a579bc57bce36bee564', 'amatuer_sex_pic\r\n https://xsw.page.link/ympK#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:39:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6888, NULL, NULL, 'ad2din@yahoo.com', '713f93c68f2219867000163a5873ba80', 'filmi_sex\r\n https://ujc.page.link/ARFm#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:41:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6889, NULL, NULL, 'sshevchenko2003@hotmail.com', '95c823e17882f6b8c39ad2237dff95b7', 'free_nude_sex_chat\r\n https://vbf.page.link/WAQJ#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:43:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6890, NULL, NULL, 'dolt84@gmail.com', '584b9b4b8edeea3a23c2fc25a6073ef4', 'adult_sex_chat_room\r\n https://ikd.page.link/Xd9D#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:44:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6891, NULL, NULL, 'soonbee2010@hotmail.com', 'd7b62f13005601ab81b65f02a2a11c81', 'amateur_wife_sex_tapes\r\n https://okj.page.link/aaHs#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:46:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6892, NULL, NULL, 'wans2907@gmail.com', '6b65c54f6b64baa76c55fde03189b69a', 'free_sex_webcam_site\r\n https://ikd.page.link/i8rR#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:48:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6893, NULL, NULL, 'niesamohd666@gmail.com', 'f1b46e011f6789b4ac1bd263fad4ad03', 'free_download_sex_mp4\r\n https://olr.page.link/nEkr#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:49:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6894, NULL, NULL, 'wahida_fpssb@yahoo.com', 'deb7d4b63c7cfbefc2602401b807176a', 'free_forced_sex_pictures\r\n https://ikd.page.link/orF3#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:50:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6895, NULL, NULL, 'elder.pupo@yahoo.com', '69e11dc127b7342964655578f993d80a', 'find_sex_sites\r\n https://nhg.page.link/jkrq#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:52:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6896, NULL, NULL, 'azwa_limegreen@yahoo.com', 'c0d8c506269821d849839eb7824d0bdc', 'free_interracial_sex_cartoons\r\n https://okj.page.link/z5gJ#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:53:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6897, NULL, NULL, 'ai.smartps@gmail.com', 'e7ebf4e7bb7ad48b77cf1e2cedde1fe6', 'boy_and_girl_having_sex_porn\r\n https://olr.page.link/W7s4#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:55:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6898, NULL, NULL, 'zhongming.qian@yahoo.com', 'fcbdff4f553a0dc8c4ef69df660b1a3d', 'free_sex_prons\r\n https://vbf.page.link/1nJp#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:56:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6899, NULL, NULL, 'sherwanihoneybee@gmail.com', '66e5398338b3cc44b73b9660f9f0aba4', 'bbw_sex_hub\r\n https://nlq.page.link/zT3r#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:57:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6900, NULL, NULL, 'azroyidzuddin@yahoo.com', 'cb6c7893e1c7712507798e8aac1de305', 'first_gay_sex_experience\r\n https://ujc.page.link/i9wj#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 15:58:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6901, NULL, NULL, 'zeli_best85@yahoo.com', '5ed7839249769b96675a19055cc26ae8', 'best_r_rated_sex_movies\r\n https://olr.page.link/jsSs#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:00:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6902, NULL, NULL, 'excellencestyle.fur@gmail.com', 'dd0c610ccbb1719c463031622c508882', 'freeporn_and_sex\r\n https://xsw.page.link/ArAd#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:04:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6903, NULL, NULL, 'deepshikhasingh@rediffmail.com', '51ca463483540a1e1c873bbd5943e405', 'adult_sex_tube_video\r\n https://ujc.page.link/gsqo#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:05:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6904, NULL, NULL, 'nurulpwencess@gmail.com', '57479e3738c935e190bceddf90a18545', 'angelina_jolie_sex_vidio\r\n https://ikd.page.link/WBmR#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:06:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6905, NULL, NULL, 'affazila@gmail.com', 'ea65d5eb72c65574f7b5f76b751d67cb', 'free_gay_black_sex_video\r\n https://ujc.page.link/TEUA#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:07:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6906, NULL, NULL, 'savanah_enterprise@yahoo.com', '14b026f8ed63d86ab6046982509ee363', 'anal_sex_with_my_wife\r\n https://ikd.page.link/MWRs#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:08:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6907, NULL, NULL, 'ddazllorente@gmail.com', 'ff0da28a7850f4fbed55f9980e98e2a4', 'baby_sex_pictures\r\n https://nhg.page.link/f8mh#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:12:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6908, NULL, NULL, 'ttsb3363@yahoo.com', '3117fd2ff67f0a5cfa98d1bffb024512', 'bangladeshi_sex_stories\r\n https://xsg.page.link/mTxj#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:14:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6909, NULL, NULL, 'pmemould@yahoo.com', '272f4b27c7f5b1438ca5c047c17a7fd4', 'amateur_anal_sex_pics\r\n https://ikd.page.link/kE6g#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:17:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6910, NULL, NULL, 'ahoseinib@yahoo.com', '71a22ddc4d80646c66f69ced671b9ba8', 'amateur_sex_post\r\n https://xsg.page.link/bX98#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:18:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6911, NULL, NULL, 'wanie_aznie@yahoo.com', '08e6550e26be35ed7e17d752b5103c70', 'free_anime_sex_games\r\n https://vbf.page.link/EKNe#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:19:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6912, NULL, NULL, 'azroy139@gmail.com', 'fdf1831e380f6068997b6e09b2e1937b', 'bouncing_tit_sex\r\n https://vbf.page.link/1nJp#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:20:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6913, NULL, NULL, 'mystery_gv@yahoo.com', '79dd97c217239cc3761e0210492add6a', 'black_pussy_free_sex\r\n https://ujc.page.link/6qbz#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:22:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6914, NULL, NULL, 'ibon_elec@yahoo.com', '3653ee4720e4eb0294b6f89728dc216c', 'free_online_sex_quizzes\r\n https://okj.page.link/SDoi#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:23:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6915, NULL, NULL, 'dr.zhghao@gmail.com', 'f91c2f09ad97f3854ed66f82dccb339a', 'free_internet_sex_sites\r\n https://nlq.page.link/QRVt#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:24:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6916, NULL, NULL, 'dysonentjb@gmail.com', '99eb904e02165efbefbf2be965b226df', 'forced_sex_online\r\n https://okj.page.link/3kDd#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:25:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6917, NULL, NULL, 'hlyh1230@yahoo.com', '6c54fbc4edfb144d24482c53b1a0acd8', 'female_to_male_sex\r\n https://nlq.page.link/fdeV#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:26:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6918, NULL, NULL, 'tusharsinghi@hotmail.com', 'f1e906fa6a046a5327da275673a0fec8', 'amateur_sex_trailers\r\n https://nhg.page.link/mwtb#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:27:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6919, NULL, NULL, 'ida_noridah0211@yahoo.com.my', 'f65475137e02b82d54cc9fcab7c589b6', 'amatuer_sex_vidios\r\n https://nhg.page.link/oLZ6#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:31:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6920, NULL, NULL, 'alif.izyanie_89@yahoo.com', 'e7343f07551c16976b029395c3073210', 'amateur_anal_sex_tube\r\n https://vbf.page.link/6W3R#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:32:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6921, NULL, NULL, 'danny_daniel_85@yahoo.com', '6a41c1651ab6c800aca79ae3c47446f0', 'amateur_granny_sex_video\r\n https://okj.page.link/TAi9#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:33:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6922, NULL, NULL, 'farahen.yunus@gmail.com', 'd83a569e6d5ee6a1088cad327c7b41dc', 'all_online_sex_games\r\n https://olr.page.link/q4Hp#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:34:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6923, NULL, NULL, 'pengedaranmaju@gmail.com', '2cb7847120d8fa26a7dfeb26d6bfac85', 'bareback_gay_sex_free\r\n https://olr.page.link/Y7MP#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:35:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6924, NULL, NULL, 'ihsb4546@gmail.com', '7463820f5db1dabe6f47900cf12089b6', 'amature_sex_video_clips\r\n https://xsw.page.link/gF5q#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:37:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6925, NULL, NULL, 'chedinfood@gmail.com', '866e64eeb485bd206a99609939ff4fd4', 'free_drunk_sex_pics\r\n https://okj.page.link/afPM#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:38:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6926, NULL, NULL, 'shikin23@gmail.com', '2e6ce686b33429933e1ab1644be3a359', 'better_sex_married_couples\r\n https://vbf.page.link/MddN#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:39:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6927, NULL, NULL, 'eifa90@gmail.com', '9ff255af151fb83fd9e4180401b8f477', 'bbw_free_sex_tube\r\n https://olr.page.link/8Xys#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:40:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6928, NULL, NULL, 'vaccinate@yandex.ru', '08df4cdd2347382b06d188dc2b304b1a', 'free_grannies_sex_videos\r\n https://ikd.page.link/D3TP#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:42:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6929, NULL, NULL, 'omar5109@yahoo.com', 'c98ab2e9640707f87bb474253ad250b5', 'bouncer_sex_toy\r\n https://ijq.page.link/GShi#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:44:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6930, NULL, NULL, 'mabamin@gmail.com', '40c0646edc55105b701ae282b2a33082', 'free_downloadable_mobile_sex_videos\r\n https://vbf.page.link/4r6m#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:46:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6931, NULL, NULL, 'azizazlan@gmail.com', 'd741c84b8cf7ca6279342917260c609b', 'free_videos_of_hot_girls_having_sex\r\n https://vbf.page.link/KRXk#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:47:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6932, NULL, NULL, 'famosastation@yahoo.com', 'db2a7ce239f43759192807ebb89960a6', 'anal_sex_info\r\n https://xsg.page.link/WwgD#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:50:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6933, NULL, NULL, 'elsagegroup@gmail.com', '947928671f9839df16b5d713ab9fd54e', 'brazilian_sex_orgies\r\n https://olr.page.link/JUFM#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:51:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6934, NULL, NULL, 'emarvinator@gmail.com', '91ccbcaffcff6387d202a59ddd1e51de', 'female_sex_orgasm\r\n https://olr.page.link/iW1L#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:52:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6935, NULL, NULL, 'ryuhata@gmail.com', '3f908445169b832122b6cd055cade475', 'free_illegal_sex_video\r\n https://olr.page.link/1V4f#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:53:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6936, NULL, NULL, 'chiosana@yandex.ru', '55b9cfeb4d5accd91c7bde18a563e53b', 'female_butt_sex\r\n https://olr.page.link/4D6z#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:54:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6937, NULL, NULL, 'zatierahman@gmail.com', '98aa292902820369ad279df909e8d038', 'blazer_sex\r\n https://xsw.page.link/zPyS#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 16:57:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6938, NULL, NULL, 'riner15@yahoo.com', '50d7126d928b779ac5be1bd8175b87b1', 'black_and_white_girl_sex\r\n https://okj.page.link/Q4wi#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:02:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6939, NULL, NULL, 'yayasanyara@gmail.com', '551ece99141203f91a5d7d77d5dde8ff', 'anime_threesome_sex\r\n https://xsg.page.link/waiE#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:05:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6940, NULL, NULL, 'xuyingxi@hotmail.com', '31c1c0a637bf4563ded810bc6c3ecae7', 'bollywood_sex_online\r\n https://vbf.page.link/4yU8#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:06:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6941, NULL, NULL, 'rukunmakmur88@yahoo.com', '7f28cf015053b91f80c633cf2de5b3d9', 'bdsm_sex_gallery\r\n https://ujc.page.link/GzF9#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:07:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6942, NULL, NULL, 'doublefliers@gmail.com', '9d4fd07a9c1947475f3eb4ed58f85d6e', 'free_videos_of_grannies_having_sex\r\n https://ikd.page.link/NDco#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:08:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6943, NULL, NULL, 'angelotocci2018@gmail.com', '1bc2d692fa1bf3fdd42606e5d0d8b117', 'free_shaved_sex\r\n https://nhg.page.link/mFYu#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:10:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6944, NULL, NULL, 'trie_isat@yahoo.com', '0446f693c3cd8235db4277e5000e8df8', 'free_celebrity_sex_tapes_videos\r\n https://olr.page.link/gydV#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:11:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6945, NULL, NULL, 'fitrihanaa@yahoo.com.my', 'deaacc2475a15e3daf928b0701c700ed', 'forced_sex_pictures\r\n https://ikd.page.link/M3Kx#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:12:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6946, NULL, NULL, 'drnalanunal@gmail.com', '3fcccec5cbc2cfb6ee2570cc1cdbec5a', 'butt_sex_games\r\n https://vbf.page.link/2vtD#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:13:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6947, NULL, NULL, 'ayrull09@gmail.com', 'd2c264c38183ad28f69e9ac6cf7e80a1', 'free_sex_xxx_tv\r\n https://nhg.page.link/xogF#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:16:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6948, NULL, NULL, 'fzl_ejal@yahoo.com', '7f749ee24d0204acf95d2eca30726e58', 'free_sex_chat_roms\r\n https://okj.page.link/3xQP#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:17:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6949, NULL, NULL, 'sheenatan33@yahoo.com', '02fae11ff1d1e1e85f526e65d085f3a3', 'fat_mommy_sex\r\n https://ujc.page.link/ac5w#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:18:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6950, NULL, NULL, 'hotelcitystar228999@gmail.com', '2b00256e7572504a3eb482172825eae3', 'free_hairy_sex_vids\r\n https://ikd.page.link/iWBY#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:19:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6951, NULL, NULL, 'mfauzi_ibrahim@yahoo.com', '602d0abb28b00086ebf3c4fedb9a8c2f', 'babysitting_sex_movies\r\n https://ujc.page.link/s4QR#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:20:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6952, NULL, NULL, 'mnorazlyana@rocketmail.com', 'c3eb8e021489dc9071b7a3b4cd25bd8d', 'amateur_car_sex_videos\r\n https://okj.page.link/q2Sa#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:21:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6953, NULL, NULL, 'fairlady16@gmail.com', 'c99feec933e7b2e9e479c9faed39111c', 'find_older_women_for_sex\r\n https://xsw.page.link/Gnpd#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:22:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6954, NULL, NULL, 'everactive.my@gmail.com', 'fa2a27edbe9ede3901305c0e3fc7a37b', 'bitney_spears_sex\r\n https://olr.page.link/Q4u9#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:23:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6955, NULL, NULL, 'suraiya.ahmad83@gmail.com', 'b6c111ae61f71a37f5134cdb0dad9119', 'birthday_sex_dj_fellin_remix_mp3\r\n https://ikd.page.link/8S5G#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:27:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6956, NULL, NULL, 'giselegauze@yahoo.com.br', 'cb23a8a097a84f2109fe0e990f582e6a', 'fantasy_sex_clips\r\n https://okj.page.link/Kr1L#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:28:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6957, NULL, NULL, 'snowy_honda2926@yahoo.com', '1f02c983712ee222b5c8883b49e6575c', 'arab_sex_scenes\r\n https://okj.page.link/Hv1E#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:29:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6958, NULL, NULL, 'izzin.abnalek@gmail.com', '36b13576ee46980cf71ef4fa04e121cb', 'adult_sex_acts\r\n https://ujc.page.link/XZnq#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:30:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6959, NULL, NULL, 'rohainirazab@ymail.com', 'b4f4ddc3f10b0117dd11e2d3a7675e32', 'adult_sex_review\r\n https://nhg.page.link/yyHv#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:31:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6960, NULL, NULL, 'fulcris@yahoo.com.br', '5cdcfbe119ef50855126ef405e97267a', 'best_lubricant_for_sex\r\n https://olr.page.link/L12P#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:32:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6961, NULL, NULL, 'puteri_kathy@yahoo.com.my', 'af83f71b907e977f02035314a44056bb', 'amateur_couples_sex_tape\r\n https://olr.page.link/2Q1M#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:35:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6962, NULL, NULL, 'lyywfy@foxmail.com', 'd25e78f2e949030cdae57d23d9b686b7', 'big_titted_women_having_sex\r\n https://ujc.page.link/LcCV#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:37:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6963, NULL, NULL, 'abdmalib@gmail.com', '4a7cb461798262bacb14f76a35d795ed', 'best_sex_positions_\r\n https://xsg.page.link/aigd#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:38:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6964, NULL, NULL, 'nazif_umt@yahoo.com', '821bfbca764a6666f8cbb3a1c4c39935', 'full_penetration_sex\r\n https://ijq.page.link/QtfM#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:39:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6965, NULL, NULL, 'sanny_liew88@yahoo.com', 'adca3487189cea7cf872a2c9db49ef54', 'best_sex_pictures_ever\r\n https://okj.page.link/Z5Sx#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:41:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6966, NULL, NULL, 'zainudinmatlani@yahoo.com', '6b0e6e1070a7fc0f0693a06b92a550b0', 'best_movie_sex_scenes_ever\r\n https://okj.page.link/ucvF#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:42:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6967, NULL, NULL, 'srenterprise100@gmail.com', '4fe091c2e3f03c2bee55cb3e7f2a4a61', 'best_gay_sex_pics\r\n https://ujc.page.link/5pj9#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:47:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6968, NULL, NULL, 'nmiyamoto621@gmail.com', 'a78c5b4e496c610ee922f51b8a682117', 'britnet_spears_sex_video\r\n https://okj.page.link/DbaS#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:49:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6969, NULL, NULL, 'princessnmt@yahoo.com', 'bb8f75652df7cf9753df1396a3163484', 'anal_sex_in_hollywood_movies\r\n https://ijq.page.link/MGNg#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:50:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6970, NULL, NULL, 'putrifyanadia_roslan@yahoo.com', '80ed34ee7a0d844b77fa7f550fea2838', 'free_young_sex_pic\r\n https://ikd.page.link/KftG#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:51:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6971, NULL, NULL, 'khairil114@gmail.com', 'dce667051efca936004a3eb67c7443ef', 'black_pussy_sex_video\r\n https://nlq.page.link/aLzw#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:52:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6972, NULL, NULL, 'sibelgazioglu@hotmail.com', '38b4267c73ce30d6abb65f2fd08ed068', 'amateur_housewife_sex_video\r\n https://vbf.page.link/McF8#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:54:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6973, NULL, NULL, 'maziz.marzuki@yahoo.com', '779c273decef9321c8098065375d3185', 'fat_and_skinny_lesbian_sex\r\n https://xsg.page.link/hbS6#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:55:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6974, NULL, NULL, 'tsuhemy@gmail.com', '2532afab0c37433efcb961336c75ae63', 'brandy_ledford_sex\r\n https://nhg.page.link/Wz6A#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 17:56:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6975, NULL, NULL, 'nbattaloglu@yahoo.com', 'b38188bf421766dddf4ebbb0db60cb24', 'breast_sex_movies\r\n https://olr.page.link/Gs8Y#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:00:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6976, NULL, NULL, 'nameless_ayien@yahoo.com', '97500c34570717ebf3c676c013e4716f', 'fre_sex_vidio\r\n https://nhg.page.link/ADKh#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:01:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6977, NULL, NULL, 'tmi_abu@yahoo.com', '314a248568250bd751d437b7533225f4', 'american_incest_sex\r\n https://nhg.page.link/vQ11#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:02:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6978, NULL, NULL, 'phimchanok_ph@yahoo.com', '7c7f212bd5cd048a3edac9338b0271bc', 'free_black_sex_vedio\r\n https://ikd.page.link/UZpe#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:04:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6979, NULL, NULL, 'isaidatinafatimah@gmail.com', 'dc62faaf46c5af484beac6cd2164d44a', 'free_family_sex_vids\r\n https://okj.page.link/dV1r#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:05:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6980, NULL, NULL, 'kumarmohit@yahoo.com', '2329de1648ffcce292080b79465a29fa', 'aol_sex_videos\r\n https://xsg.page.link/qw1y#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:06:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6981, NULL, NULL, 'Villigant_05@yahoo.com', '8e59f8a76387c8ee6a248ff6808a1a6d', 'boy_mom_sex_videos\r\n https://xsg.page.link/GQCh#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:08:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6982, NULL, NULL, 'ahmedfathgi@yahoo.com', 'bbc2b9ce74d6334455d3de7fe1de766d', 'bdsm_hardcore_sex\r\n https://nlq.page.link/GDAz#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:09:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6983, NULL, NULL, 'pecolengineering001@gmail.com', '60d555ca1451d105bb5ae3d06c279769', 'bridget_sex\r\n https://vbf.page.link/14qU#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:10:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6984, NULL, NULL, 'm.tahirulqamar@hotmail.com', '5f0c9a9ba80eeea6f2bebf7f4ebd132d', 'best_free_sex_online\r\n https://nhg.page.link/xzLr#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:12:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6985, NULL, NULL, 'azharlisb@yahoo.com.my', '6a34da6023b74936867ebd8ef7669900', 'free_sex_video_of_girl\r\n https://xsw.page.link/nPY1#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:17:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6986, NULL, NULL, 'kannakrishnan@gmail.com', 'a751a3dd2bd8757a1043fd6f0ccaeccc', 'adults_sex_pics\r\n https://nhg.page.link/QE7c#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:19:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6987, NULL, NULL, 'corp_secretarysttptbk@hotmail.com', 'bf129ca73d0b3b5e7b5ab92d8a4b9e94', 'free_3d_alien_sex\r\n https://olr.page.link/uEqL#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:21:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6988, NULL, NULL, 'ecomasgreen@gmail.com', '90f4de1972309afb1e1a18c08b567ace', 'amateur_sex_creampie\r\n https://okj.page.link/xefU#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:25:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6989, NULL, NULL, 'julhashim@yahoo.com', '7231c3b0f733582771aed4fb65c2ef6e', 'anal_sex_forced\r\n https://vbf.page.link/iPjY#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:26:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6990, NULL, NULL, 'Sya_ila87@yahoo.com.my', 'f1b70ed48464832fabfc886531ed30cb', 'anal_rough_sex\r\n https://okj.page.link/JJQ2#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:27:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6991, NULL, NULL, 'chefonwork@yahoo.com', 'eaaf883e467a43d8b286aac7b62d0756', 'free_black_women_sex_pics\r\n https://vbf.page.link/iXn5#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:28:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6992, NULL, NULL, 'yopmail.com@promonearme.com', '657ce67346af59a938c3c38704f5d366', 'asian_anal_sex_pic\r\n https://olr.page.link/NTWB#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:29:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6993, NULL, NULL, 'ksmotor.klg@gmail.com', 'e0cc86f6c0485a4b075dab087e576748', 'amateur_voyeur_sex_videos\r\n https://nlq.page.link/PzQf#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:30:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6994, NULL, NULL, 'zaiton_86@ymail.com', 'c17f2392ec599b02bdc4134aae9df747', 'big_boob_asian_sex\r\n https://vbf.page.link/J24Y#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:31:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6995, NULL, NULL, 'mvwestbury@gmail.com', '4048af2981c9cbc694e0952b4cfed354', 'bbw_sex_girls\r\n https://okj.page.link/9QxZ#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:32:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6996, NULL, NULL, 'azim0586@yahoo.com', '145e530dc7a2b1ed68256e191987a606', 'free_3d_sex_stories\r\n https://xsg.page.link/NTNS#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:33:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6997, NULL, NULL, 'gmakavos@hotmail.com', 'd8adf56afc65f7469b8a37e89a64eee9', 'boy_sex_with_women\r\n https://vbf.page.link/jRMt#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:37:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6998, NULL, NULL, 'stacyg.bws@gmail.com', '6520a740185db6bf85f29f626995916b', 'filming_my_wife_having_sex\r\n https://vbf.page.link/Z5pS#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:38:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(6999, NULL, NULL, 'gomenesh@yahoo.com', 'c42e10c35a4940bfee7fcf638b13527c', 'bachelor_party_sex_videos\r\n https://nhg.page.link/nY6a#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:40:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7000, NULL, NULL, 'aznurameliashafinaz95@gmail.com', 'a82b10f28954ad7dd8736524535206f9', 'advanced_oral_sex\r\n https://ikd.page.link/CkJg#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:42:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7001, NULL, NULL, 'upcsb5994@gmail.com', '6664ccd5e62f0109375e0b71132fabfc', 'asian_anal_sex_pic\r\n https://nlq.page.link/Sx1Q#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:44:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7002, NULL, NULL, 'ahalim96@gmail.com', '7a55a9a3e05621401fb433f344855adb', 'bananas_and_sex\r\n https://xsg.page.link/aae8#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:47:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7003, NULL, NULL, 'gckany@gmail.com', '6e5fb5d67a33adc1465245e024b0e4f3', 'asian_sex_eden\r\n https://nhg.page.link/EbdV#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:48:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7004, NULL, NULL, 'mr.mfaris20@yahoo.com.my', '8dbab1b0d5e84a7a501d78c0cd0b4abd', 'free_live_sex_webcam\r\n https://ikd.page.link/pjrQ#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:49:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7005, NULL, NULL, 'jairavibt@gmail.com', '48a560a2d7f8ac5b2a6444a258d9ba77', 'free_video_of_sex\r\n https://ikd.page.link/Teod#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:50:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7006, NULL, NULL, 'sueria_nd21@yahoo.com', 'c60148011ad0c69de1d2c3f4d6a1c7ce', 'amateur_orgy_sex\r\n https://xsg.page.link/UWkG#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:51:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7007, NULL, NULL, 'soo.moussa@yahoo.com', '86054901a2513703045c8eabc33a339f', 'amature_sex_clip\r\n https://olr.page.link/E4uY#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:53:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7008, NULL, NULL, 'joe.jjl87@gmail.com', 'c9f368fbb06f418312ac19fb990112c3', 'anime_lesbians_sex\r\n https://okj.page.link/GyWb#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:54:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7009, NULL, NULL, 'freeland4u@gmail.com', '0083813a79ca7c487d825a640e42ef41', 'amateur_housewife_sex_videos\r\n https://xsw.page.link/Up2k#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:56:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7010, NULL, NULL, 'annbu2u@yahoo.com', 'd1dd8423d373f8e78636c434c653fa4b', 'boobs_video_sex\r\n https://ijq.page.link/F1ae#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:58:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7011, NULL, NULL, 'putera_aery@yahoo.com.my', '0befb0616c3a33fe6b17c5df7ae6f95e', 'asian_movie_sex\r\n https://olr.page.link/waCS#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 18:59:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7012, NULL, NULL, 'samarkan02@yahoo.com', '217333b8bca8bd35a592543c9a44d2ab', 'beastiality_sex_storys\r\n https://vbf.page.link/gKhf#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:02:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7013, NULL, NULL, 'xilan2013@gmail.com', '931fa61bee44d3e02a93fc33c96db3fe', 'best_sex_chat_sites\r\n https://xsg.page.link/G9Zj#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:03:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7014, NULL, NULL, 'saham_tinggi@yahoo.com.my', 'ffeddcd0187af0a9886111600fd9124f', 'all_adult_sex_games\r\n https://xsw.page.link/Unk8#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:07:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7015, NULL, NULL, 'simplesexy2@gmail.com', '8a815f24be3e03369722b6e53816e9b1', 'active_sex_life\r\n https://xsw.page.link/97Rm#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:09:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7016, NULL, NULL, 'tasmaniatiger_9@yahoo.com', 'eecd771032bfc262f377733942587300', 'full_free_sex_vedio\r\n https://xsw.page.link/4HBP#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:10:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7017, NULL, NULL, 'mohamadmohar@yahoo.com', '90e3236a1b878a69d860ef015dbad9fc', 'blond_sex_tube\r\n https://ijq.page.link/q4Hp#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:11:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7018, NULL, NULL, 'arnkr86@yahoo.com.my', 'fb4f677fa756c1c14654c583ceda36fe', 'amateur_swinger_sex_video\r\n https://vbf.page.link/83tS#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:12:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7019, NULL, NULL, 'apollinariya.bogolyubova@gmail.com', 'd0fbaee6b080919f58b3a567d14ee92f', 'all_the_sex_moves\r\n https://xsw.page.link/B42t#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:14:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7020, NULL, NULL, 'fieshafie@gmail.com', 'fd905a1087fae9321f193c4a086db402', 'bisexual_strapon_sex\r\n https://xsg.page.link/Yh9E#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:17:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7021, NULL, NULL, 'shindee.n@gmail.com', 'd803b23d655afd23dbefd2a80f173811', 'boys_and_moms_sex\r\n https://olr.page.link/fiE7#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:18:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7022, NULL, NULL, 'trans_virus91@yahoo.com', '891ef93964d4115a50e22bedb3246f07', 'asian_fisting_sex\r\n https://xsg.page.link/grHX#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:19:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7023, NULL, NULL, 'alliancepdg@yahoo.com', '00317ea57c77708c1581120069b03e73', 'bad_girl_having_sex\r\n https://xsg.page.link/HGZk#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:22:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7024, NULL, NULL, 'a.izzuddin@yahoo.com', 'bc1aeb327aa1ae4f269a381741a004cd', 'asian_tranny_sex\r\n https://nlq.page.link/wt5W#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:23:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7025, NULL, NULL, 'collette_75@yahoo.com', '0887ba5b70bdaaaff729ff9e904ab213', 'best_places_for_outdoor_sex\r\n https://ikd.page.link/JrGG#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:25:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7026, NULL, NULL, 'ahmadfirdaus1305@gmail.com', 'ba522eaa2be39055a0fed38ce82d9e37', 'amature_sex_at_home\r\n https://nlq.page.link/K7Gd#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:26:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7027, NULL, NULL, 'dezminaraup@gmail.com', 'f3ea94074f1ab9212921bea344578304', 'foreplay_sex_videos\r\n https://okj.page.link/788Y#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:28:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7028, NULL, NULL, 'aLoNg_nyer@yahoo.com', '1b7b265c95fd8259dbfb5505454fe011', 'find_a_sex_partner_for_free\r\n https://okj.page.link/6F9X#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:29:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7029, NULL, NULL, 'yuseuse@gmail.com', 'b5b32751117ee8fac96a5777df1e8020', 'ben_10_sex_pictures\r\n https://nhg.page.link/B932#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:30:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7030, NULL, NULL, 'kemboja5266@gmail.com', '685756f84c5dcc17155fd216623104f9', 'adult_sex_lesbian\r\n https://xsw.page.link/evoA#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:33:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7031, NULL, NULL, 'mazuin.naprabi@gmail.com', 'b9b5b5fe4be4daf44bc52871f31ad000', 'flavor_of_love_delicious_sex_tape\r\n https://okj.page.link/nFPz#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:34:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7032, NULL, NULL, 'fmyazar@hotmail.com', '4c57e9191e7ffc95ff3b796df511db60', 'brothers_and_sisters_sex_porn\r\n https://xsw.page.link/HMKe#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:35:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7033, NULL, NULL, 'detective_conan94@yahoo.com', '1c7ce60f2b52cbfd182298e839d014f7', 'bollywood_sex_net_katrina_kaif\r\n https://nlq.page.link/E75X#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:36:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7034, NULL, NULL, 'muhamadfarhanismail@gmail.com', '861ed1711ebfb21cb373db93dc71b93a', 'brazilian_hot_sex\r\n https://ujc.page.link/kuej#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:38:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7035, NULL, NULL, 'wijasa.media@gmail.com', '315e5bb7a2e9dd3ae68cc43f009a9114', 'buy_sex_dvds\r\n https://xsg.page.link/5bxy#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:39:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7036, NULL, NULL, 'pahatteguhsb96@gmail.com', '7605ceb76b575acc9e1affe8dba1a88d', 'free_child_sex_videos\r\n https://nhg.page.link/E72E#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:40:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7037, NULL, NULL, 'jneutron584@yahoo.com', '61f0f01534b9ccce4ad4d3ba23b3c513', 'amateur_wife_sex_tube\r\n https://nhg.page.link/ijqA#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:42:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7038, NULL, NULL, 'girolamodag@gmail.com', '5fb1a8fb26f0cba44d32527bdf45137c', 'best_sex_women\r\n https://olr.page.link/csh5#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:43:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7039, NULL, NULL, 'aliasak@gmail.com', '27f72cee6a557094e4067439785e2a42', 'adult_sex_cartoon_games\r\n https://ujc.page.link/stqQ#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:44:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7040, NULL, NULL, 'tayvl@yahoo.com', 'fbef19802dc7f70cb9cc1fdc434f229d', 'amature_gay_sex\r\n https://olr.page.link/xY3a#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:46:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7041, NULL, NULL, 'akhursheed12@gmail.com', 'c404d4a0fd66eb55a3b673da65b388b8', 'anime_babe_sex\r\n https://xsw.page.link/ZhN9#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:47:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(7042, NULL, NULL, 'hampeh83@yahoo.com.my', '78f58b7cbd38e648e4ff89378b5f8d22', 'adult_office_sex\r\n https://nhg.page.link/5Hom#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:48:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7043, NULL, NULL, 'qhao15@hotmail.com', 'da63ee34735c579c9d16d97ea775d1f4', 'asian_sex_vacation\r\n https://xsw.page.link/MAhR#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:49:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7044, NULL, NULL, 'bstark@ya.ru', '96fda2e0bea80c0272d032059cef76b0', 'black_ass_sex_tube\r\n https://vbf.page.link/rLKJ#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:50:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7045, NULL, NULL, 'shamaster59@gmail.com', 'e8f6b8a1c024cb4e437462a93b5db6fc', 'fre_sex_video\r\n https://olr.page.link/cUc8#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:52:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7046, NULL, NULL, 'racquel_cassul@yahoo.com', '1e4a4689b0a11afd1342fef70e21fd52', 'bittorrent_sex_movies\r\n https://nhg.page.link/qnyZ#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:54:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7047, NULL, NULL, 'snakesquad2020@gmail.com', '9d1fa82698e542a1e0bf3c2c84a544b9', 'best_sex_lubricants\r\n https://nlq.page.link/Ewq2#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:56:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7048, NULL, NULL, 'benbrownofberkeley@gmail.com', '5b21a84fee841ba41bbeff6635f9ad4c', 'best_sex_game_in_the_world\r\n https://olr.page.link/gKhf#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:58:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7049, NULL, NULL, 'halim.hafuz.13@gmail.com', '5ba38982a50c712059420fd3c30e1c04', 'bunny_sex\r\n https://nlq.page.link/VgK6#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 19:59:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7050, NULL, NULL, 'azatul70@yahoo.com', 'fa90c514b89b8b9783676fe2418ef923', 'bestality_sex_stories\r\n https://xsw.page.link/aomh#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:01:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7051, NULL, NULL, 'fsolemani@yahoo.com', '4a0c64f54dc30750d567685de4efe518', 'fucking_girl_sex_video\r\n https://xsg.page.link/qGLt#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:02:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7052, NULL, NULL, 'effa_hafiszal@yahoo.com', '6af2cd601fc980a3d67f832a7ac35a7b', 'anal_sex_masturbation\r\n https://nhg.page.link/DdBS#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:03:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7053, NULL, NULL, 'erra.erra@yahoo.com', '4648950122107434512e4421bcdb590c', 'free_kids_sex_movies\r\n https://nhg.page.link/o7hN#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:05:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7054, NULL, NULL, 'danfordvista@gmail.com', '6b673a3bdc0cbb70c4ec8e6196905b8d', 'big_cock_sex_sites\r\n https://olr.page.link/JvaS#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:07:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7055, NULL, NULL, 'zahsu@yahoo.com', '9e707e68495edd9181a05c7f4386a8f5', 'breast_augmentation_sex\r\n https://nhg.page.link/fYXC#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:08:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7056, NULL, NULL, 'zaina_reezana12@yahoo.com', 'cfd6863af3e8007811615552b7d34c65', 'adult_sex_toys\r\n https://ikd.page.link/oVr6#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:11:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7057, NULL, NULL, 'severs2011@yandex.ru', 'ab2b1a5872b8903d86dba3da458a544b', 'adult_sex_tour\r\n https://ujc.page.link/UWLa#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:14:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7058, NULL, NULL, 'thienpohsb@gmail.com', '9a5edfab8f5f9d1d1ef82637b5331dee', 'free_asian_massage_sex_videos\r\n https://ijq.page.link/Zz36#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:16:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7059, NULL, NULL, 'yasiermohd6391@gmail.com', 'b443db7c3c39abefcf021b63d0061ef7', 'full_nude_sex\r\n https://okj.page.link/e6Fk#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:18:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7060, NULL, NULL, 'jasslwy_84@hotmail.com', '8316a2965479461acb256f96c420d9e2', 'asian_sex_hunt\r\n https://xsw.page.link/UasC#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:22:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7061, NULL, NULL, 'remza_ashafaque@yahoo.com', 'f2c4c82597d359fdded5069261fb2dbb', 'amature_sex_images\r\n https://nlq.page.link/urME#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:24:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7062, NULL, NULL, 'jjahanbani@yahoo.com', '212d9ab3bb7c0706a69db919bef14e4f', 'bedtime_sex_stories\r\n https://nhg.page.link/Vnop#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:25:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7063, NULL, NULL, 'dykin_eng@yahoo.com', 'dbde8b95b1c7dca1dee781085aeb9e03', 'big_boobs_sex_videos\r\n https://ujc.page.link/9Zwh#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:26:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7064, NULL, NULL, 'khairiashrafi@gmail.com', '78c5e1f1c90267ddcd004ca4662edfd1', 'amateur_wife_sex_pics\r\n https://nlq.page.link/indZ#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:28:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7065, NULL, NULL, 'wengshunyan@hotmail.com', '8811cf0c833e890ed528e68a5be5053d', 'amature_album_sex\r\n https://okj.page.link/7Jc7#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:31:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7066, NULL, NULL, 'aina_fadilah@yahoo.com', '483528b57b831f96492d907f753b3df0', 'ashanti_sex_tapes\r\n https://ikd.page.link/rscE#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:32:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7067, NULL, NULL, 'sunlac814@gmail.com', 'b76bf5a2422260db336cfef16876e159', 'free_sex_scandals\r\n https://ujc.page.link/USvB#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:35:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7068, NULL, NULL, 'ismailmohamed2905@yahoo.com', '9f96b0fc78f831e8811d01bdc0f95da8', 'big_black_women_sex_videos\r\n https://nhg.page.link/s469#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:36:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7069, NULL, NULL, 'ainrezal@yahoo.com', 'ddc0a25db2af0b58708d700137b13983', 'amateur_latina_sex_videos\r\n https://ujc.page.link/76sw#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:39:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7070, NULL, NULL, 'sakhohgemilang@ymail.com', '6aecc979a76174c18d18edc3cbde6fd3', 'animel_sex_free\r\n https://olr.page.link/4NG1#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:40:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7071, NULL, NULL, 'mojgan.noroozi@yahoo.com', '3528fa8858caa41eb0814de31aa924cc', 'besplatan_sex\r\n https://ikd.page.link/D9Mx#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:41:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7072, NULL, NULL, 'norfauziahfaizal@gmail.com', 'fc7f9dc23bf46785c7841643d57467f2', 'free_sex_videos_for_girls\r\n https://xsw.page.link/tCWN#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:43:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7073, NULL, NULL, 'assengakanda@yahoo.com', '9dad0c1c7ce54415afd93b2ff19cec5f', 'free_uk_sex_videos\r\n https://vbf.page.link/5YYd#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:44:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7074, NULL, NULL, 'drshafqutali@hotmail.com', '4ba477936f23e7fce5e9b028a1196a94', 'amature_black_sex_videos\r\n https://olr.page.link/irG2#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:47:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7075, NULL, NULL, 'hafizahmahror@gmail.com', '67bca63880906f3f92b1afc636a53ef4', 'asian_guy_black_girl_sex\r\n https://nhg.page.link/sSYf#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:50:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7076, NULL, NULL, 'kipptrend@gmail.com', 'c5494c355cb9c32a58357707cc7f1d33', 'female_orgasm_sex\r\n https://okj.page.link/ZkWi#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:52:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7077, NULL, NULL, 'petrayogurt@gmail.com', 'd3ff152162c01d043a55c29b6305d900', 'brothel_sex_videos\r\n https://okj.page.link/UtNG#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:55:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7078, NULL, NULL, 'whui1981@gmail.com', '1faf20e349bc68944044cffba1066022', 'beach_sex_in_public\r\n https://xsw.page.link/mtqZ#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:57:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7079, NULL, NULL, 'drkhari@yahoo.com', '7455f88656eab5786cc38a33e5abed7b', 'black_sex_movies_for_free\r\n https://nlq.page.link/njbP#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:58:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7080, NULL, NULL, 'nermine_ehsan@yahoo.com', 'a14b64f894515508e5b245fe62269111', 'arabic_sex_forum\r\n https://ikd.page.link/22vv#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 20:59:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7081, NULL, NULL, 'shima_me86@yahoo.com', 'a92a8bdb63eff67b0f6ed2f422936184', 'free_full_homemade_sex_videos\r\n https://nlq.page.link/irab#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:01:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7082, NULL, NULL, 'lekthien.my@gmail.com', '315c665472a7eb72a644bc7794bf1c22', 'female_sex_dolls\r\n https://okj.page.link/ufiL#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:03:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7083, NULL, NULL, 'amazingumrah@gmail.com', '9962848174afcab996e9e360b518520d', 'bizzarre_mature_sex\r\n https://okj.page.link/L2PD#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:04:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7084, NULL, NULL, 'pan-naidis@hotmail.com', '37bd576360b819cef6dfa43805a0240c', 'bible_no_sex_before_marriage\r\n https://olr.page.link/RGfA#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:05:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7085, NULL, NULL, 'nfitriah.suhaimi@gmail.com', '61a542f45e2bb70e170814388cf7c345', 'black_sex_tranny\r\n https://xsw.page.link/EosW#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:10:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7086, NULL, NULL, 'torquewire@gmail.com', '56693b9a641e624212d2cc751949311f', 'foot_licking_sex\r\n https://olr.page.link/jgyp#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:11:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7087, NULL, NULL, 'azim_4747@yahoo.com', '0d11f574e847d39e3218a877ed1ebef1', 'free_sex_magazines\r\n https://xsg.page.link/5GqW#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:12:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7088, NULL, NULL, 'ebe.dadamo@yahoo.com', '7e64c166d692f6940feb8e9823da7d86', 'free_incest_sex_cartoon\r\n https://ijq.page.link/EVvE#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:13:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7089, NULL, NULL, 'angel.orense@gmail.com', '8d4c35ca9249b6ec2270e894f7ae15bd', 'bdsm_sex_movie\r\n https://ujc.page.link/2ej9#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:14:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7090, NULL, NULL, 'alinia_t@yahoo.com', 'f18cf8149e61a1a3a2de08424790ad11', 'anime_sex_photos\r\n https://okj.page.link/J9w7#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:15:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7091, NULL, NULL, 'thaismgf@yahoo.com.br', '4344236ab8b12148075f5c4978f627b8', 'about_lesbian_sex\r\n https://xsw.page.link/v9ZD#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:18:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7092, NULL, NULL, 'hardikbhatt23@hotmail.com', '5ca53eb34c957a7c3ed7301f8122c276', 'family_guy_lois_sex_video\r\n https://vbf.page.link/DTkr#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:19:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7093, NULL, NULL, 'halim.ismail77@yahoo.com', 'b4c2fb5af2a5b04640a4eb77b2255675', 'full_lenghth_sex_videos\r\n https://vbf.page.link/ugTZ#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:20:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7094, NULL, NULL, 'arifctisgood@ymail.com', 'c5613ac56aa1e26dc6bffe4166c3318d', 'black_sex_ladies\r\n https://nlq.page.link/VjFX#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:21:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7095, NULL, NULL, 'hideseeksounds@yahoo.com', 'a10816ba531ffbf90d294ac88f2bac4b', 'bleeding_during_sex_no_pain\r\n https://okj.page.link/qurt#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:23:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7096, NULL, NULL, 'kmichalakis@hotmail.com', '90d81850f18d15b2121db01b3adba6d5', 'alien_sex_cartoons\r\n https://vbf.page.link/yPCA#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:24:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7097, NULL, NULL, 'redduan1@yahoo.com', '5d57d57483c0b4b9e9ce6f76a99085c4', 'arab_rape_sex\r\n https://olr.page.link/UrgN#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:26:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7098, NULL, NULL, 'gruendler.k@gmail.com', 'ea01d3ebf66eb9069fc704d3d6e1ba76', 'free_sex_web_cam_shows\r\n https://nlq.page.link/k59h#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:27:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7099, NULL, NULL, 'dearifq@yahoo.com.my', 'a0f48cca62163e14af7ed3378a6dcfca', 'fast_sex_songs\r\n https://ujc.page.link/UXuL#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:29:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7100, NULL, NULL, 'narendrabiotech@gmail.com', '06ede4092d50a6687a2f9a6a1a097727', 'anal_sex_info\r\n https://nlq.page.link/qLP9#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:32:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7101, NULL, NULL, 'thomasappessyzew@gmail.com', '32fc0bd66e2ea46b480e3eafbe7ad0a9', 'bachelorette_sex\r\n https://nlq.page.link/UEJf#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:33:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7102, NULL, NULL, 'bendi_manja@yahoo.com', 'd231516c383efc5cb01e81956e96e2c1', 'britney_spears_sex_tape_watch_free\r\n https://olr.page.link/T9zR#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:35:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7103, NULL, NULL, 'arasu_uthm@yahoo.com', 'dd7312e84a1b179f9d3c774c445395f3', 'female_sex_climax\r\n https://olr.page.link/iW1L#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:36:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7104, NULL, NULL, 'wanan_1020@yahoo.com', 'd5997db416711a9949b8500c36c5209d', 'animel_sex_video\r\n https://ikd.page.link/Ecr3#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:38:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7105, NULL, NULL, 'brigittalaszlo@gmail.com', 'd592c2e4551e70e4034143d373ac7514', 'bladder_infection_after_sex\r\n https://nlq.page.link/at8q#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:42:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7106, NULL, NULL, 'pqah_olan1990@yahoo.com', 'b343bca93ea5a58dd62ab8becd7ca251', 'burning_during_urination_after_sex\r\n https://ikd.page.link/CRGs#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:46:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7107, NULL, NULL, 'cheanu@gmail.com', '6355c0a93925f3567cc0fc1ab07a7a76', 'asian_grils_sex\r\n https://xsg.page.link/Mznt#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:47:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7108, NULL, NULL, 'roymalingsluvi@gmail.com', 'f5d25528a44fd31f467e1cf0e5928f21', 'back_pain_sex\r\n https://olr.page.link/HMd1#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:48:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7109, NULL, NULL, 'kay_peebee7@yahoo.com', 'c2dd4142e5269a0441a07ed68d487ce6', 'first_lesbians_sex\r\n https://ijq.page.link/1Xxd#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:49:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7110, NULL, NULL, 'nfms2_2013@yahoo.com.my', '3c159fa1c04e5592c8bdd3c5f82da045', 'amateur_car_sex_videos\r\n https://nlq.page.link/QyXr#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:50:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7111, NULL, NULL, 'fahmymz@yahoo.com', '4564eba1380585a230e18f9935e7ebc4', 'aebn_daily_sex_videos\r\n https://xsw.page.link/6XPC#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:52:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7112, NULL, NULL, 'kabilanthayagraju@gmail.com', '6bb285985af9096044fadf5339b7ac94', 'best_rock_sex_songs\r\n https://ikd.page.link/aKLn#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:54:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7113, NULL, NULL, 'shaipul1978@yahoo.com', '805a818ca595e7504be155af41ff5a15', 'amature_sex_in_public\r\n https://xsg.page.link/5otM#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:55:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7114, NULL, NULL, 'expired_date_17@yahoo.com', '14956f2a0bccc879f15efbe3afb75228', 'best_sex_positions_for_orgasim\r\n https://nhg.page.link/cwbz#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:58:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7115, NULL, NULL, 'hr.recruit1199@gmail.com', '38abef183c9990493ca4cfa7c326fd68', 'birthday_sex_jeremiah_imeem\r\n https://okj.page.link/m6ZT#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 21:59:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7116, NULL, NULL, 'galgemini82@yahoo.com', 'acc76f7f239972e08a07b9dd20effa32', 'adult_sex_toy_wholesale\r\n https://okj.page.link/Mc1x#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:01:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7117, NULL, NULL, 'azila_taib@yahoo.com', 'dc9aad41dc6832fa7170158bd731e00e', 'all_celebrity_sex_videos\r\n https://xsg.page.link/znL5#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:02:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7118, NULL, NULL, 'aursn@yahoo.com', '5a41c16aabc1a6558a746f790a5f3e89', 'first_gay_sex_free\r\n https://xsg.page.link/DPFE#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:03:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7119, NULL, NULL, 'gopchandran@yahoo.com', 'c1c82f49fde24541a6ea426c703fdc0f', 'banana_sex_movies\r\n https://ujc.page.link/hR1N#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:04:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7120, NULL, NULL, 'eag_yan@yahoo.com', 'b681c2604a78b83f299c8446be8ab4a5', 'anime_sex_videos_for_free\r\n https://nhg.page.link/381b#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:05:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7121, NULL, NULL, 'yj55569@hotmail.com', '399d6b1d2c86949d7d6341ad7d1c29ce', 'free_amature_sex_vidio\r\n https://ujc.page.link/2irR#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:06:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7122, NULL, NULL, 'arthur_farm@yahoo.com.br', 'e6058c2bf0d7db20ff9c753faa793fd6', 'amateur_hidden_sex_videos\r\n https://nlq.page.link/JTMZ#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:07:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7123, NULL, NULL, 'ellyndarahmad80@gmail.com', 'e7182df600984c8c0168bb814559f24f', 'angelica_panganiban_sex_scandal\r\n https://vbf.page.link/Ddu6#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:10:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7124, NULL, NULL, 'tiniealya@yahoo.com', 'dcb030b0ed480766d82b51c5965a989f', 'amber_michaels_sex\r\n https://vbf.page.link/rKzG#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:11:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7125, NULL, NULL, 'msglobalresources@gmail.com', '0bf324b417337b7378a425c8d57c7ee0', 'boobs_movie_sex\r\n https://olr.page.link/TVYD#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:13:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7126, NULL, NULL, 'cmupxl@hotmail.com', '01def73d8b49edf9b22c9015c4eb978a', 'bollywood_lesbian_sex\r\n https://xsw.page.link/ZhN9#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:15:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7127, NULL, NULL, 'arinamz@yahoo.com', '5d50fc0923a31c8ab34a37bb400b22d5', 'adult_sex_toy_catalog\r\n https://ikd.page.link/B918#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:16:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7128, NULL, NULL, 'yukishana2188_jp@yahoo.com', '64d5d5ceff86cbd1d346517378ba9425', 'best_cinema_sex_scenes\r\n https://xsw.page.link/bUoc#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:17:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7129, NULL, NULL, 'suremasyuqqq@gmail.com', '4038f23c8e30b69f363fa154e0ee0b28', 'anti_sex_education\r\n https://nlq.page.link/YXE7#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:18:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7130, NULL, NULL, 'marilenacapone@gmail.com', 'a30e2755544bf228810d7ee89d2e13b1', 'brothel_sex_videos\r\n https://xsw.page.link/wdkc#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:21:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7131, NULL, NULL, 'balasuga@yahoo.com', '497b539a75cce6e083843e84063fa921', 'free_videos_xxx_sex\r\n https://ujc.page.link/DPSN#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:22:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7132, NULL, NULL, 'haryatiazami@yahoo.com', '8c7f24bf5ac29da8f2d6ece96e5ad8c3', 'bizarre_sex_objects\r\n https://okj.page.link/8P3T#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:24:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7133, NULL, NULL, 'saharahmatisa@yahoo.com', '8f5bba16608c454c9304180f96226975', 'beautiful_sex_vid\r\n https://olr.page.link/ZtbK#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:27:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7134, NULL, NULL, 'mmmanan2002@yahoo.com', 'b22ed4e058787f17d13119c8d78f6a2e', 'bangladeshi_girls_sex\r\n https://okj.page.link/74vf#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:29:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7135, NULL, NULL, 'zhaohui.liu2011@gmail.com', '0fcaaf28f617e626b96961c261df3c5c', 'free_family_sex_vids\r\n https://xsw.page.link/3yZN#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:31:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7136, NULL, NULL, 'arsaedah@gmail.com', '6f87d22c819709bac1dbbbd5f5e6b6ed', 'anal_sex_orgy\r\n https://ijq.page.link/Tb7R#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:32:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7137, NULL, NULL, 'tcs0303@gmail.com', '3b0cfb710b0779e5a0e374b5feb852d3', 'adult_sex_software\r\n https://xsg.page.link/Fciz#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:33:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7138, NULL, NULL, 'rexus_543@yahoo.com', '247b6191c369bb52f032e0b5f1385cf9', 'adult_video_sex\r\n https://xsg.page.link/SZpW#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:34:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7139, NULL, NULL, 'paula.mosinska@gmail.com', 'a1d4b2eee84b1a82282a54629a993bac', 'angelina_jolie_sex_comic\r\n https://ijq.page.link/4Vfh#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:35:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7140, NULL, NULL, 'shahrimatahir@gmail.com', '5f0b504443a2bb4b324717545a0fb9d0', 'brandy_ledford_sex_tape_free\r\n https://okj.page.link/gwMh#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:36:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7141, NULL, NULL, 'kdsanjenbam@yahoo.com', '55d281a6b9138954f071249b5a3b269b', 'free_sex_stories_teens\r\n https://ujc.page.link/v2qS#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:37:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7142, NULL, NULL, 'aiziu_87@yahoo.com', 'b65f07f84a17a5c15be0c86ebfb9d7d9', 'angry_dragon_sex_move\r\n https://xsw.page.link/rQGm#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:38:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7143, NULL, NULL, 'nagoya.u.takahashi@gmail.com', '65f358b6adf87595a232bedad75f981c', 'asian_sex_parties\r\n https://ujc.page.link/gHvi#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:39:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7144, NULL, NULL, 'dymen86@gmail.com', '3a86ea974f5c00b1d19acebe05b7843f', 'birthday_sex_song_by_jeremih\r\n https://olr.page.link/j16Y#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:40:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7145, NULL, NULL, 'uchbuilder.sh@gmail.com', '8100907cd650f59f578ff0c24d51cd39', 'free_download_sex_clip_3gp\r\n https://ikd.page.link/Vnu5#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:41:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7146, NULL, NULL, 'syafileman@yahoo.com', '3b76bdd1bd5439ae7c1f901291ebbbdc', 'free_live_private_sex_cams\r\n https://nhg.page.link/uXPt#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:45:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7147, NULL, NULL, 'msanimusa@gmail.com', '19ed31e0b77ddd34944cece9471492f5', 'free_underwater_sex_movies\r\n https://okj.page.link/2CPb#\r\nanodo', NULL, NULL, NULL, '212.32.192.6', '2022-09-16 22:47:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7148, NULL, NULL, 'atharshni@gmail.com', '720ac70776db51b905e9486d032663e6', 'Atharsh Raj', NULL, NULL, NULL, '117.202.46.32', '2022-09-17 20:23:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7149, NULL, NULL, 'keith.98.2021@mail.ru', '52a147bd318a2921c914601547046d12', 'KeithLycle', NULL, NULL, NULL, '145.255.0.210', '2022-09-18 01:28:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7150, NULL, NULL, 'tickresloja1972@yahoo.com', '96039652d1627ff8941ee5e8cf05ad00', 'HomerMob', NULL, NULL, NULL, '196.196.203.142', '2022-09-18 07:37:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7151, NULL, NULL, 'jusurestumm@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'ninoka', NULL, NULL, NULL, '37.139.53.44', '2022-09-18 09:53:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7152, NULL, NULL, 'ali.nacit@yandex.com', '7515c9db6ac17d0f0644ed9d115d27ba', 'Indiankarne', NULL, NULL, NULL, '181.214.218.72', '2022-09-19 07:13:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7153, NULL, NULL, 'sergozambu@gmail.com', 'bd4dde98242b4cb3b968848177f82c56', 'Georgebrern', NULL, NULL, NULL, '178.140.10.172', '2022-09-20 06:41:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7154, NULL, NULL, 'darekmist.e.su.s.a@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'BadSantauma', NULL, NULL, NULL, '146.70.92.22', '2022-09-20 09:06:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7155, NULL, NULL, 'shabnamkausher01@gmail.com', 'fcb96b5c2e0d5d2ee38bed564b0c4f1b', 'Shabnam kausher', NULL, NULL, NULL, '223.236.3.67', '2022-09-20 18:26:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7156, NULL, NULL, 'postrustor@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'vfhbfyyf', NULL, NULL, NULL, '37.139.53.44', '2022-09-21 10:45:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7157, NULL, NULL, 'cu.rt.b.alch.2022.@gmail.com', 'db9006acd1671bb20ea02d0b6c313147', 'ThomasTat', NULL, NULL, NULL, '154.6.18.65', '2022-09-22 16:57:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7158, NULL, NULL, 'st.e.ffbur.ton.olo@gmail.com', '96e6c917c42b36dbac7c0a87ffae6ef1', 'MichaelAsser', NULL, NULL, NULL, '216.24.212.10', '2022-09-24 14:40:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7159, NULL, NULL, 'darekmis.t.e.s.us.a@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'BadSantajyw', NULL, NULL, NULL, '146.70.42.158', '2022-09-26 16:58:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7160, NULL, NULL, 'fistacursu@gmail.com', 'acfa4a33fc68ac203e3a5a8ff89bcdda', 'Bloodray', NULL, NULL, NULL, '37.139.53.44', '2022-09-26 18:54:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7161, NULL, NULL, '6K1HBO1ppKqg@softdisc.site', '414e024efec9b286b36cfbfa229b7a85', 'Eddiefoeks', NULL, NULL, NULL, '46.46.116.200', '2022-09-27 17:32:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7162, NULL, NULL, 'mikezotov1981@gmail.com', 'a7445e5c265b9f9ac699895bfc4b845c', 'Feorebrern', NULL, NULL, NULL, '178.140.10.172', '2022-09-28 09:12:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7163, NULL, NULL, 'prvmdts1@rambler.ru', 'b2a2dd6cb96150c93e9915f196a1feef', 'prosmirjex', NULL, NULL, NULL, '146.70.96.76', '2022-09-29 19:47:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7164, NULL, NULL, 'antizropter@gmail.com', '05edc82d31c84b5e39668b333c885c55', 'ZacheryPeack', NULL, NULL, NULL, '109.172.8.242', '2022-09-30 00:06:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7165, NULL, NULL, 'lesbosisos.kerkorovs@gmail.com', '5f3c84dc42b319d7ec8e55c2d58aed1b', 'Jameswrilt', NULL, NULL, NULL, '45.169.70.9', '2022-09-30 18:58:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7166, NULL, NULL, 'dpindostani@gmail.com', 'cd988e26db2af993c3dacb319d959638', 'DramXrenmit', NULL, NULL, NULL, '185.220.101.54', '2022-10-01 04:07:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7167, NULL, NULL, 'ivamovaianna@gmail.com', 'd2841bb067fdbe78bc0aee4e8e45a4b9', 'Allenincup', NULL, NULL, NULL, '45.154.255.140', '2022-10-01 05:11:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7168, NULL, NULL, 'ste.f.fb.ur.tonolo@gmail.com', '96e6c917c42b36dbac7c0a87ffae6ef1', 'MichaelAsser', NULL, NULL, NULL, '154.6.18.132', '2022-10-01 07:19:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7169, NULL, NULL, 'cappydally9@gmail.com', '0a24d827fe43ff5e0c14360ef3aa3a81', 'Austinvebra', NULL, NULL, NULL, '185.154.110.143', '2022-10-03 05:23:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7170, NULL, NULL, 'nishb19@gmail.com', 'e1dc793c50248e801d8622324b614b4e', 'NISHANK BHARDWAJ', NULL, NULL, NULL, '111.91.224.230', '2022-10-03 12:50:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7171, NULL, NULL, 'datafastpx@gmail.com', '59bc7de3361ba149287a5c779f28f238', 'datafastproxiespx01', NULL, NULL, NULL, '161.123.55.48', '2022-10-04 21:55:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7172, NULL, NULL, 'defltorch@yandex.com', '3b4aecbd9ae1a6337faaa2f408250e6f', 'RexonClerrornmof', NULL, NULL, NULL, '31.173.86.86', '2022-10-05 07:28:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7173, NULL, NULL, 'punolly.puolopi@gmail.com', 'd14ec03781b382f1779333d6ef172aaf', 'Peerrcyrop', NULL, NULL, NULL, '185.220.101.29', '2022-10-05 15:39:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7174, NULL, NULL, 'eric3927@outlook.com', '874550be78eb231e75e212517cee1cbc', 'Lucapsep', NULL, NULL, NULL, '136.243.104.103', '2022-10-06 11:14:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7175, NULL, NULL, 'koddaccruz@gmail.com', 'd2ed89c6c7199a07592ccfc9355314c3', 'KoddackrMC', NULL, NULL, NULL, '94.25.168.93', '2022-10-10 14:59:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7176, NULL, NULL, 'maiurollo.pecarrio@gmail.com', 'da0dd98ca0b842c3688fde07349a090a', 'JamesBar', NULL, NULL, NULL, '84.239.46.144', '2022-10-11 16:01:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7177, NULL, NULL, 'ninoonnipless@gmail.com', 'ea4db4e24e032ae2d256a6b0e6e3c246', 'Robertrat', NULL, NULL, NULL, '205.185.115.33', '2022-10-11 16:48:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7178, NULL, NULL, 'dom@leow.ru', 'bb17816776a607fba4b953568f8b0f0b', 'DarrellClord', NULL, NULL, NULL, '178.141.10.246', '2022-10-11 21:43:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7179, NULL, NULL, 'larkc3owq@hotmail.com', '959716b0dda22f4764f499e84ff0573d', 'MichaelEtemn', NULL, NULL, NULL, '185.173.36.129', '2022-10-12 10:25:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7180, NULL, NULL, 'c.u.r.t.ba.l.c.h2.0.22@gmail.com', 'db9006acd1671bb20ea02d0b6c313147', 'ThomasTat', NULL, NULL, NULL, '154.6.18.49', '2022-10-12 11:44:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7181, NULL, NULL, 'alyssa.ford.93@mail.ru', 'd285cf8200a3700829fe35a4023017fa', 'orangecarphuket.com', NULL, NULL, NULL, '93.92.200.179', '2022-10-14 02:53:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7182, NULL, NULL, 'filya_borisov_81@autorambler.ru', '8a3728a83e96cacf6dd0db224e6f7896', 'Shantezox', NULL, NULL, NULL, '46.242.122.62', '2022-10-15 09:18:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7183, NULL, NULL, 'bally.dimitrova.02@gmail.com', 'e5749fae8efb6a434b6b74ba4817fc14', 'StevenHet', NULL, NULL, NULL, '179.43.187.43', '2022-10-17 07:51:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7184, NULL, NULL, 'charleshicks060@gmail.com', '0dc5c906b4a2ae185266c7dd3b8ec876', 'charleshicktw', NULL, NULL, NULL, '85.160.3.133', '2022-10-17 16:57:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7185, NULL, NULL, 'evandielabcleofad@gmail.com', '26eae079814f396a3a67a43cf48f9633', 'DwayneGuisy', NULL, NULL, NULL, '176.59.164.167', '2022-10-17 18:55:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7186, NULL, NULL, 'lunpieplangist@mail.ru', '69282b7bb3f596396b771055fee967e3', '135K3QFTIU5   www.ya.ru', NULL, NULL, NULL, '178.45.119.141', '2022-10-18 11:38:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7187, NULL, NULL, 'evfrosiniyaevseeva1990@bk.ru', 'aba339e38add7e8cc782413f3715441f', 'Peterper', NULL, NULL, NULL, '77.232.146.121', '2022-10-18 16:13:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7188, NULL, NULL, 'erdAr0nFkuTC@softdisc.site', '414e024efec9b286b36cfbfa229b7a85', 'Eddiefoeks', NULL, NULL, NULL, '46.46.116.200', '2022-10-18 23:52:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7189, NULL, NULL, 'pvallioul.vvaaleriiaa@gmail.com', '14aa94d4332c24b49facd2a8f0cfb82a', 'LJorgefooda', NULL, NULL, NULL, '45.169.70.9', '2022-10-19 04:33:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7190, NULL, NULL, 'nanaeasonrobert@gmail.com', '0381e6ecf6a01138a60c9c8cf777f97a', 'Malcomnug', NULL, NULL, NULL, '178.176.78.105', '2022-10-19 23:39:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7191, NULL, NULL, 'huannaua.huuaanna@gmail.com', '14d6faccd670ba80a01c0109581448ba', 'NuMichaelMiZ', NULL, NULL, NULL, '93.95.230.253', '2022-10-20 05:09:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7192, NULL, NULL, 'tanossh@yandex.com', '96ff1ed7b0ba46ae1fca87ff644117ac', 'Kennethder', NULL, NULL, NULL, '188.234.25.205', '2022-10-21 00:40:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7193, NULL, NULL, 'darekmist.es.us.a@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'BadSantamnb', NULL, NULL, NULL, '138.199.59.176', '2022-10-21 04:08:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7194, NULL, NULL, 'gardtmasathlec@mail.ru', 'a2dd6f767221d8bcbb5c669a428f283a', 'CC5EAS0GM41GA   www.ya.ru', NULL, NULL, NULL, '95.67.151.27', '2022-10-23 02:38:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7195, NULL, NULL, 'darekmiste.s.u.sa@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'BadSantafte', NULL, NULL, NULL, '138.199.59.176', '2022-10-23 04:05:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7196, NULL, NULL, 'orbiquirl@beaumail.xyz', '4e83db56ac7e76647626d7ec1127b53b', 'orbiquirl', NULL, NULL, NULL, '37.139.53.10', '2022-10-25 17:20:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7197, NULL, NULL, 'jumpv0v4@yandex.com', '4945e9c5fdd169c052668442decda769', 'RobertFeews', NULL, NULL, NULL, '5.101.65.169', '2022-10-26 11:45:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7198, NULL, NULL, 'kiranchirumamilla90@gmail.com', '866edb65985fefe70f0321557773c4b7', 'Kiran chirumamilla', NULL, NULL, NULL, '157.47.101.99', '2022-10-26 18:44:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7199, NULL, NULL, 'mithunh603@gmail.com', '14a8d49b2a2b0de2f4bde74eb21f4d62', 'MITHUN HALDER', NULL, NULL, NULL, '47.11.254.88', '2022-10-27 00:54:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7200, NULL, NULL, 'usheawskikendrah@gmail.com', 'b6e4e270c026a339cad1bb4fa45ea100', 'HenryAmede', NULL, NULL, NULL, '176.59.43.88', '2022-10-28 09:54:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7201, NULL, NULL, 'drppdeshpande@hotmail.com', '19d2ae3c31e68c507d9e7495d00534c0', 'Prasad Padmakar Deshpande ', NULL, NULL, NULL, '157.33.12.52', '2022-10-28 14:28:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7202, NULL, NULL, 'max.i.m.go.tos.tei.n.e.rw.ill.iyam.4.6.3.6.@gmail.com', '7dc86f7cd29d8d36772fe20b9b506bc4', 'maximllhek', NULL, NULL, NULL, '212.30.36.23', '2022-10-29 10:51:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7203, NULL, NULL, 'diaboiuy.tuoently@gmail.com', '14727aa77d879b3e9dfcb7b54429f93b', 'DaniellePoock', NULL, NULL, NULL, '45.169.70.9', '2022-10-29 20:57:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7204, NULL, NULL, 'dawid.wolsarek@interia.pl', '170218abd44053b86db58b8b043318aa', 'GeorgeRok', NULL, NULL, NULL, '62.210.80.34', '2022-10-30 07:29:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7205, NULL, NULL, 'doylehickinshiltonm@gmail.com', 'b6e4e270c026a339cad1bb4fa45ea100', 'HenryAmede', NULL, NULL, NULL, '178.176.77.52', '2022-10-31 16:09:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7206, NULL, NULL, 'sergeeva_alena_1979_18_12@mail.ru', 'cca9ef93dac4b3a825af38bb426c1a93', 'Lloydred', NULL, NULL, NULL, '178.124.223.90', '2022-10-31 22:13:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7207, NULL, NULL, 'c.u.r.tb.alc.h.2.02.2.@gmail.com', 'db9006acd1671bb20ea02d0b6c313147', 'ThomasTat', NULL, NULL, NULL, '216.24.212.30', '2022-10-31 22:53:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7208, NULL, NULL, 'biopaycewal@mail.ru', 'bcdc0d2f1343fadb5e106f980d65abbf', '54O54EE91YSJSB   https://ya.ru', NULL, NULL, NULL, '80.234.72.246', '2022-11-04 07:35:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7209, NULL, NULL, 'dt1979z@yandex.ru', '4498af9c2f5fcb814f1f146a303940ed', 'b8zpaÐ·Ð´aÑ‡a_Ð¿oÐ´apkoÐ²_18980rubl\r\n https://bpp.page.link/WoqX#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 00:10:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7210, NULL, NULL, 'V@mail.ru', '8ae353a2f6dcd580212b2709968af9a9', '89uVasha_zarplata_326usd\r\n https://pym.page.link/UeQT#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 00:17:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7211, NULL, NULL, 'lelia_93_ng@mail.ru', 'aa5a5dfc27e22fe6d3488a2abebf10df', 'rjzmoÐ¶Ð½o_Ð·aÐ±paÑ‚ÑŒ_885usd\r\n https://qsa.page.link/yaSW#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 00:25:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7212, NULL, NULL, 'mistyukk@mail.ru', '00a6004a141a6795770a6e6e5d5ccd52', 'p3eVam_nachislenno_1135usd\r\n https://pym.page.link/9fgi#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 00:30:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7213, NULL, NULL, 'Elena-Proskurnik@yandex.ru', '059b2963b1a78c215a3c491a17769c0e', 'jhyDengi_vashi_1404usd\r\n https://wtl.page.link/ZtbK#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 00:32:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7214, NULL, NULL, 'polina.dashiwets@yandex.ru', 'de04e3f4538990a8faa1734c3377a93d', 'zlzÐ’aÑˆÐ¸_Ð´eÐ½ÑŒÐ³Ð¸_Ñ‚ÑƒÑ‚_20143rubl\r\n https://hgl.page.link/rCTa#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 00:37:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7215, NULL, NULL, 'proshinakatya@gmail.com', '68ae21e8abc8c2a59962586809077468', 'lajTut_denezhka_780usd\r\n https://rse.page.link/eqn8#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 00:39:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7216, NULL, NULL, 'saidjon79.sobirov@gmail.com', 'a54b141bce5afed08e2cd19aca8c07a7', 'lpeVam_nachislenno_23534rub\r\n https://bpp.page.link/Mn8i#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 00:46:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7217, NULL, NULL, 'Nauman.k@bk.ru', '9338bf3901a527fff18105e5f1c552cf', 'ep0Razdacha_deneg_zdes_31633rub\r\n https://hgl.page.link/FbL8#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 00:49:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7218, NULL, NULL, 'Viktor7007@yandex.ru', '1dd071b8d07212883288e2b8dd70b4bf', 'o7bÐŸoÑoÐ±Ð¸e_Ð²Ñ‹Ð¿Ð»aÑ‡eÐ½o_471usd\r\n https://pym.page.link/ehdE#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 00:51:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7219, NULL, NULL, 'sh.k.u.t.k.o.vi.g.or.ec.ze.k.be.st@gmail.com\r\n', 'f9260298e4b53b199d354f3f950a0245', 'Igorewp', NULL, NULL, NULL, '84.239.40.218', '2022-11-05 00:53:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7220, NULL, NULL, 'ibragimkurbanov1965@gmail.com', '887aaf39bce9bb203e13a51e2a9ca0a8', 'bqiViplata_tut_20491rubl\r\n https://rse.page.link/iofv#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 00:53:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7221, NULL, NULL, 'ybinng@mail.ru', '2b463a42c51dcc663b2c42bad73defbb', 's91Ð”eÐ½ÑŒÐ³Ð¸_Ð½a_pemoÐ½Ñ‚_52624rubl\r\n https://hgl.page.link/Nmx7#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 01:06:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7222, NULL, NULL, 'vipexs@yandex.ru', '8164d83726989b12f0ef052f0bb76144', 'zf3Vam_nachislenno_788usd\r\n https://ehu.page.link/cNzT#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 01:26:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7223, NULL, NULL, 'xlittlemonstr@yandex.ru', '61f10072255d0aaf813db87954d18cd5', 'pk3moÐ¶Ð½o_Ð·aÐ±paÑ‚ÑŒ_1060usd\r\n https://rse.page.link/ZzrT#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 01:28:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7224, NULL, NULL, 'ira.sergeeva999@mail.ru', '345f5db1261ec73f99e7de35743a79cd', 'px7Tut_denezhka_10203rubl\r\n https://mnp.page.link/nEkr#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 01:33:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7225, NULL, NULL, 'Oscar Sweep@yandex.ru', '4099576493b280f5e2161db553678745', '1xeVashi_dengi_35521rubl\r\n https://qxu.page.link/N5Fc#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 01:35:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7226, NULL, NULL, 'moiseev.peter2018@yandex.ru', '0522df348102d94453c3ff7dd6bea458', '585Sredstva_polucheni_11856rubl\r\n https://hgl.page.link/okSy#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 01:40:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7227, NULL, NULL, 'spamlist2017@yandex.ru', 'ffe8b8fad779dbd07cc42a818766f9ce', 'udvÐ”eÐ½ÑŒÐ³Ð¸_Ð²aÑˆÐ¸_13319rubl\r\n https://ehu.page.link/izyu#\r\n', NULL, NULL, NULL, '88.200.128.177', '2022-11-05 01:41:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7228, NULL, NULL, 'ssiv98@mail.ru', '8be0e45d8f67839fc205156ed196002d', 'jevÐ’Ñ‹Ð³oÐ´Ð½o_Ð·aÐ±paÑ‚ÑŒ_49445rub\r\n https://bpp.page.link/5vZv#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 01:51:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7229, NULL, NULL, 'saazanutegenova@gmail.com', 'cc49c001ced43951bafcfa14e465edb2', 'uwsSredstva_polucheni_1292dollar\r\n https://lvm.page.link/1cJq#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 01:53:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7230, NULL, NULL, 'bagilaatabaeva0506@gmail.com', '639c4f870d8e9467e256d0f99095d987', '72tÐ£Ð´Ð¸Ð²Ð¸Ð²ÑˆÐ¸ÑÑŒ_oÑ‚kpoÐ¹Ñ‚e_32434rubl\r\n https://chr.page.link/U1iQ#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 01:57:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7231, NULL, NULL, 'margos.n1984@gmail.com', '6f0a15ff5f180e7dfc50d9a059903d01', 'pxgÐ’am_Ð¿epeÐ´aÐ½o_21546rubl\r\n https://pym.page.link/xMd1#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 02:03:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7232, NULL, NULL, 'DarckWay@yandex.ru', '0be70a7aa3382b9b3321ea4b83d1617e', 'zl7Vivodite_dengi_862usd\r\n https://wtl.page.link/Utvh#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 02:07:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7233, NULL, NULL, 'nastya6482069@gmail.com', '6a5f0ea2493d42b15ad86ae6711579a1', 'fo8Vam_nachislenno_10994rub\r\n https://mnp.page.link/15m9#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 02:10:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7234, NULL, NULL, 'fhggkkkjhn@mail.ru', '5cd815e5ac44006639ad89dc0ccfccc3', 'ulaPodarok_deneg_934dollar\r\n https://hgl.page.link/PPGf#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 02:17:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7235, NULL, NULL, 'irinaparhomovic197@gmail.com', '3be495ccca78b97b3e7b1f88e70fff0b', 'mqjÐ¢Ð²oe_Ð¿oÑoÐ±Ð¸e_29253rub\r\n https://yhj.page.link/mzqx#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 02:20:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7236, NULL, NULL, 'lehacase@gmail.com', '02260824fddd9c486a2d55d6e98f664f', 'sm1Vam_nachislenno_15577rubl\r\n https://tto.page.link/k5vR#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 02:23:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7237, NULL, NULL, 'vova.kast.88@mail.ru', 'f39cf68ad92963a073eb3a6f4235d16a', 'w0bZaberite_dengi_1238dollar\r\n https://tto.page.link/2eJz#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 02:27:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7238, NULL, NULL, 'poliakova-75@mail.ru', 'bf2ebb319d0ac5c1894d3cb43dd83703', '116Ð¡moÑ‚pÐ¸Ñ‚e_ÑÑŽÐ´a_510dollar\r\n https://hgl.page.link/xjSm#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 02:34:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7239, NULL, NULL, 'kim333top@gmail.com', '56516b7e10f375a0bcc97baa75450b35', '4gbVam_nachislenno_26883rub\r\n https://hgl.page.link/VnTo#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 02:36:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7240, NULL, NULL, 'babitskaya.a@gmail.com', 'fa258137eccc425278f846ef72fecb90', 'vu8ÐŸoÐ»ÑƒÑ‡Ð¸Ñ‚e_Ð´eÐ½ÑŒÐ³Ð¸_50484rubl\r\n https://yhj.page.link/nW17#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 02:41:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7241, NULL, NULL, 'volik@rddfm.ru@yandex.ru', 'a4cd49683ce61ba224709e893b6d46ad', 'i23ÐŸoÑoÐ±Ð¸e_Ð½a_kapÑ‚e_21639rubl\r\n https://ehu.page.link/bqC4#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 02:43:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7242, NULL, NULL, 'naxyl@gmail.com', '4fc1e0e74ae0e5dc623f5dc075d1e040', 'qv8Vam_nachislenno_52937rub\r\n https://yhm.page.link/TqHg#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 02:47:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7243, NULL, NULL, 'oltinqalam@gmail.com', 'd79c07d7dc69cce0f834ae6a9ab03120', 'staTvoya_denezhka_43006rub\r\n https://lvm.page.link/HXad#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 02:49:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7244, NULL, NULL, 'cyrkanm5s@gmail.com', '8649f8cbc38e81b5b95176b506652dfb', 'gctkapÑ‚Ñƒ_Ð¿oÐ¿oÐ»Ð½Ð¸Ð»Ð¸_45155rub\r\n https://ehu.page.link/e1A3#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 02:54:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(7245, NULL, NULL, 'annaarsenteva@gmail.com', '5b3c591a76df640490159c03e51e1d81', 'qpwZaberite_dengi_49005rubl\r\n https://rse.page.link/Rvxp#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 02:58:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7246, NULL, NULL, 'pobereznyjanatolij21@gmail.com', 'e6f4d360a2f1b880da515c87a8e0d3c8', 'ltgHvatayte_dengi_41992rubl\r\n https://egs.page.link/tXPn#\r\n', NULL, NULL, NULL, '95.67.140.89', '2022-11-05 03:01:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7247, NULL, NULL, 'rey.mccar@mail.com', '13e283bbceb7ac112b8824a964f594aa', 'Joshua3354Nip', NULL, NULL, NULL, '194.36.99.222', '2022-11-05 03:04:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7248, NULL, NULL, 'gagafi@yandex.ru', '915db7e330380930b1dd01c5e43d6e81', 'i2iÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_Ð·a_10_Ð»eÑ‚_44517rubl\r\n https://wtl.page.link/nYm3#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 03:22:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7249, NULL, NULL, 'larisa-varina@mail.ru', '8edf2e4eca44244408c105c3515496a0', 'u73Vozmite_valutu_34339rub\r\n https://lvm.page.link/aSnn#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 03:22:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7250, NULL, NULL, 'yenigun2008@mail.ru', 'b55c83095106d7e904fcd19309e5d6a1', '05rÐŸoÐ»ÑƒÑ‡Ð¸Ñ‚e_Ð´eÐ½ÑŒÐ³Ð¸_32822rubl\r\n https://tto.page.link/6uP2#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 03:28:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7251, NULL, NULL, 'yuriy.1394@yandex.ru', '3f164c72e7f996a9671f3690e175e2e3', 'v9mZabrat_denezhku_497dollar\r\n https://bpp.page.link/SEYN#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 03:29:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7252, NULL, NULL, 'cyxap4er@yandex.ru', '67ff22a22f26177673e22ac2df105f02', '72aVivodite_dengi_869dollar\r\n https://tto.page.link/JFiS#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 03:36:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7253, NULL, NULL, 'borovikuliynka@gmail.com', 'e2c5a0f220d9a7155fe70d609b6954bf', 'jo9Tut_denezhka_673usd\r\n https://wtl.page.link/YSgN#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 03:41:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7254, NULL, NULL, 'nik.zemlyakova.54@mail.ru', '762886df08588c996ff3b5374b8cee4c', '2ecÐ”eÐ½ÑŒÐ³Ð¸_mÐ¸Ð³paÐ½Ñ‚am_11166rubl\r\n https://rse.page.link/Zhv1#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 03:43:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7255, NULL, NULL, 'kdaria-miksp@mail.ru', 'e89ee102d310cc2d72f68727cc71f2a3', 'd6mZaberite_dengi_1025dollar\r\n https://urg.page.link/S4tp#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 03:47:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7256, NULL, NULL, 'ekonomchik@mail.ru', 'e4226a55d6a0969d129a278ed13d4c5f', 'hcsÐ—apÐ¿Ð»aÑ‚a_Ð¿oÐ¿oÐ»Ð½eÐ½a-43801rub\r\n https://egs.page.link/pYM9#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 03:49:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7257, NULL, NULL, 'vadimka.nechaev.03@mail.ru', 'f77f904b4d55bf28efbca8ae52cc8ce6', '82cÐ’am_Ð¿epeÐ´aÐ½o_51041rub\r\n https://yhm.page.link/mxjg#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 03:54:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7258, NULL, NULL, 'vladimiruseinov1981@gmail.com', '8c2a0674d973e6867a923f15555d5bd6', 'bu1Ð’Ñ‹Ð²oÐ´_Ð¿oÑÑ‚aÐ²Ð»eÐ½_43117rubl\r\n https://plt.page.link/nCzv#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 03:56:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7259, NULL, NULL, 'vasyaef@mail.ru', 'ccb8d42321d9591172a7bd036ccf4a85', '8hjZdes_vashe_1444usd\r\n https://bpp.page.link/gNeR#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 04:03:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7260, NULL, NULL, 'svetazakharchuk@icloud.com', '482a8f9b0fddcf64d159d83c6f608aae', '2euÐ’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½ÑŒÐ³Ð¸_8803rubl\r\n https://yhj.page.link/rrSw#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 04:07:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7261, NULL, NULL, 'borudenko18@gmail.com', '72ef35f27eb92eff46a051b292c7cec8', '1ovÐ–eÐ»aÑŽ_Ð·aÐ¿oÐ»ÑƒÑ‡Ð¸Ñ‚ÑŒ_ÑÑ‚o_1259usd\r\n https://chr.page.link/5EWN#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 04:14:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7262, NULL, NULL, 'kudryhova10.05.82@gmail.com', 'f4db276cd320dcfbe0afaf0045a72f36', 'vzbTvoya_viplata_tut_31930rubl\r\n https://rfo.page.link/D5Nv#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 04:17:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7263, NULL, NULL, 'erzaov75@hotmail.ru', '900f7a6c8de0fc4231756832683bf88d', 'qwhkapÑ‚a_Ð³oÑ‚oÐ²a_626dollar\r\n https://urg.page.link/oHUQ#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 04:24:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7264, NULL, NULL, 'goldtais@yandex.ru', '4d8a3cb7e8a159d6756488118d72a839', 'jjmoÐ½Ð¸_Ð´eÐ½ÑŒÐ³Ð¸_Ð²oÑ‚_837dollar\r\n https://rfo.page.link/Udd1#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 04:28:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7265, NULL, NULL, 'green.rim@gmail.com', '0f92ccbb060cd16d92c0465745145d31', 'v4mTvoya_denezhka_32629rubl\r\n https://lvm.page.link/mnQc#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 04:32:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7266, NULL, NULL, 'natutok@gmail.com', '31c5ce85dea52b966e09f564ee823e4c', 'po4ÐoÐ²oÐ³oÐ´Ð½ÑÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_13003rubl\r\n https://plt.page.link/DBZW#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 04:42:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7267, NULL, NULL, 'kolmogorovaleksandr880@gmail.com', '4f3a02edc0f72cac04b9618fccd3cf13', '7dvRazdacha_deneg_zdes_1238dollar\r\n https://yhj.page.link/PXHS#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 04:46:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7268, NULL, NULL, 'valerijnurgaleev05@gmail.com', 'f0e0b34872cb6da302bfcb8c836aefa8', 'l9lViplata_vasha_47257rubl\r\n https://hgl.page.link/3SVw#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 04:49:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7269, NULL, NULL, 'nnef78@gmail.com', '1125c1ad696f0e17a8c3331dbed23b50', '8egkÐ»Ð¸k_Ð¸ÑÑ‡aÑÑ‚ÑŒe_9067rub\r\n https://lvm.page.link/FdJQ#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 04:53:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7270, NULL, NULL, 'kulikovskajadasha26@gmail.com', '33b2329bd62416b7efd56a40b14d152e', '9pfÐŸoÐ»ÑƒÑ‡Ð¸Ñ‚e_Ð´eÐ½ÑŒÐ³Ð¸_423usd\r\n https://egs.page.link/1uM7#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 04:56:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7271, NULL, NULL, 'botabekov1989@gmail.com', '4754da292b69ce5f22c4d76c26046d35', 'at2kÐ»Ð¸k_Ð¸ÑÑ‡aÑÑ‚ÑŒe_517dollar\r\n https://rse.page.link/eqn8#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 05:01:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7272, NULL, NULL, 'tourist-at@yandex.ru', '217e3d9eb823df1091a6ede21ea7626f', 'e27Podarok_deneg_39012rub\r\n https://rse.page.link/1CNC#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 05:08:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7273, NULL, NULL, 'sycevai443@gmail.com', '1df07ef43a56db4300efbca2b61a296d', 'jlqÐ’aÑˆ_kÑÑˆ_57212rub\r\n https://lvm.page.link/p2Wj#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 05:15:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7274, NULL, NULL, 'dinaraislakova123@gmail.com', 'a89f919402b85e14e08ab005f4be7835', 'tttÐ”eÐ½ÑŒÐ³Ð¸_mÐ¸Ð³paÐ½Ñ‚am_13847rub\r\n https://ehu.page.link/dGAT#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 05:22:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7275, NULL, NULL, 'andrei230370@mail.ru', '305ffedb7c8ade40ca6824eee54665e7', '7zmTvoya_viplata_tut_38440rubl\r\n https://lvm.page.link/qVqB#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 05:29:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7276, NULL, NULL, 'Espr1ttt@yandex.ru', 'e2087eb757bd7302f246f9f00b92e760', 'ttbTvoya_denezhka_29361rubl\r\n https://bpp.page.link/M4Xo#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 05:30:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7277, NULL, NULL, 'nikolay.basov@yandex.ru', '3ba81736221da763d8e6995f8b4f7fae', '8gzoÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½Ñ‹Ð¹_ÑƒÑÐ¿eÑ…_26635rubl\r\n https://egs.page.link/p7xo#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 05:36:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7278, NULL, NULL, 'zazu177@gmail.com', '3e9f34231313e800a3b19298b695d270', '53lTut_denezhka_457dollar\r\n https://tto.page.link/raHT#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 05:37:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7279, NULL, NULL, 'iliynchik21@list.ru', '345a2e8511c49bbd6a759fd3b4d5d6ac', 'f7uÐŸoÐ»ÑƒÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚Ñƒ_1481usd\r\n https://wtl.page.link/1xJN#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 05:43:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7280, NULL, NULL, 'verolg@yandex.ru', '557c89e75a00c0760189e7c8538eb093', 'uwoVam_nachislenno_642usd\r\n https://ehu.page.link/XXRh#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 05:44:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7281, NULL, NULL, 'Bloody125@yandex.ru', '0663dc6703152eed97b34d1270746b51', 'asiTvoya_denezhka_14549rubl\r\n https://ehu.page.link/BSvE#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 05:51:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7282, NULL, NULL, 'tan9_2009@mail.ru', 'e974d866da64505c4c86db1f6a23e21f', 'pvvVozmite_valutu_43553rub\r\n https://rfo.page.link/3F4k#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 05:58:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7283, NULL, NULL, 'OlgaP2@yandex.ru', '13c0d15a26bfb2d5403fedb66339cb35', '6z9Vashi_dengi_21251rubl\r\n https://bpp.page.link/Yr58#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 06:04:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7284, NULL, NULL, 'mmarfuta2017@yandex.ru', '3a345418bdf1b872394c510498e59d88', 'f2bSredstva_polucheni_36595rubl\r\n https://bpp.page.link/zFBg#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 06:05:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7285, NULL, NULL, 'staheeva2014@mail.ru', 'b6395457f0063b05c974e05faff443bd', 'j6woÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½Ñ‹Ð¹_Ð¿oÐ´apok_23196rubl\r\n https://qsa.page.link/RQj4#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 06:11:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7286, NULL, NULL, 'korvid.svoboda@yandex.ru', 'b191f90cd673d1e2ec9e2a06d32cf478', '339oÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½aÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_950usd\r\n https://tto.page.link/sQre#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 06:12:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7287, NULL, NULL, 'bobojon1643@gmail.com', 'ca4ff5a6bd4f2a961ea3d600a34bbafd', '0cvÐ’oÐ·meÑ‰eÐ½Ð¸e_paÑÑ‚paÑ‚_1267dollar\r\n https://mnp.page.link/KRXk#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 06:19:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7288, NULL, NULL, 'trastanevgenia@gmail.com', 'a9d41e1a6bbee13e2402ebe2c6d41709', 'wjjTvoya_viplata_tut_748dollar\r\n https://bpp.page.link/UEjM#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 06:25:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7289, NULL, NULL, 'olg-sviridov@yandex.ru', '255621682acefec1d3e6ed5d977927a0', 'qp7Vasha_denezhka_570dollar\r\n https://pym.page.link/fJLt#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 06:32:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7290, NULL, NULL, 'stukalowa.lara@yandex.ru', 'd65e448448a97ceba3cfb3d929238633', 'kwcÐ’aÑˆe_Ð¿oÑoÐ±Ð¸e_1149usd\r\n https://lvm.page.link/eZer#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 06:33:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7291, NULL, NULL, 'ia.stolyarov@yandex.ru', '902902e57ee39f127e83c6e2bbc05213', 'gidNa_karte_dengi_23660rub\r\n https://pym.page.link/vuhR#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 06:39:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7292, NULL, NULL, 'evgenik967@gmail.com', '347fed85e6141041784f97f75aa56d3a', 'lcnViplata_tut_1189dollar\r\n https://rfo.page.link/pxYu#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 06:40:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7293, NULL, NULL, 'garajhanovajzat@gmail.com', '6fa5b08c8f8850ea73eca1f70abaa502', 'btgTut_denezhka_913usd\r\n https://chr.page.link/9oj9#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 06:47:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7294, NULL, NULL, 'MMiskov@yandex.ru', '260a30b91557adfe4ce96fc3e2b8eb4f', '5mbÐ–eÐ»aÑŽ_Ð·aÐ¿oÐ»ÑƒÑ‡Ð¸Ñ‚ÑŒ_ÑÑ‚o_613dollar\r\n https://rfo.page.link/XTmo#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 06:52:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7295, NULL, NULL, 'unikah@rambler.ru', '733d25ba6713530fe989f845ad072c44', 'yr7ÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_52365rubl\r\n https://tto.page.link/dVry#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 06:54:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7296, NULL, NULL, 'egimodestobabeda@gmail.com', 'dde9c10b8770217eba4d68c9fd9c398a', 'lmzkakoÐ¹_Ð¿oÐ´apok_41792rubl\r\n https://plt.page.link/rG26#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 07:01:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7297, NULL, NULL, 'mak-2006168@yandex.ru', '196e2eff2dfd031d79d8d6d11e50a308', 'eti24Ñ‡aÑa_Ð½a_Ð²Ñ‹Ð²oÐ´_Ð´eÐ½eÐ³_805dollar\r\n https://tto.page.link/hk45#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 07:06:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7298, NULL, NULL, 'AnnaKhrenova@yandex.ru', '4b45f7c043a63c9cc167fbbb28842b82', 'd3cÐ¡Ð¿Ð¸ÑaÐ½Ð¸e_kpeÐ´Ð¸Ñ‚oÐ²_34623rub\r\n https://hgl.page.link/t1yn#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 07:08:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7299, NULL, NULL, 't.natalin@yandex.ru', 'c0c1939385bb92e4da93d2990c5d1e0b', '0s4oÐ½Ð¸_Ð´eÐ½ÑŒÐ³Ð¸_Ð²oÑ‚_541usd\r\n https://lvm.page.link/gjG6#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 07:15:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7300, NULL, NULL, 'i.medvezhonkova@gmail.com', 'c957f0188b93172579e2411d726a1b46', 'mhxVasha_zarplata_9681rubl\r\n https://rfo.page.link/KupA#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 07:19:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7301, NULL, NULL, 'anton.petrov@homeapp.ru@yandex.ru', '8c65eb1c357f7e98bc4024253cfb784e', '883Ð’Ñ‹_Ð·aÑÐ»ÑƒÐ¶Ð¸Ð»Ð¸_kÑÑˆ_633dollar\r\n https://tto.page.link/t8Qb#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 07:22:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7302, NULL, NULL, 'ualihan_1982@mail.ru', '802a37268f2f8dc736e9ab4261dee1cc', 'hm4Ð£ÑÐ»ÑƒÐ³a_Ð²oÐ·meÑ‰eÐ½Ð¸Ñ_888dollar\r\n https://qxu.page.link/8Xbb#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 07:30:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7303, NULL, NULL, 'olegpolozkij@gmail.com', '0c0acdb6ff13d7aeb7246c8499050b94', '70cÐ—aÑÐ»ÑƒÐ¶Ð¸Ð»Ð¸_Ð²Ñ‹_ÑÑ‚o_32852rubl\r\n https://ehu.page.link/f5fd#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 07:37:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7304, NULL, NULL, 'gavin.januarie@gmail.com', 'ba1167d328a42c6f18d99bd0a9cc551d', 'b31Vam_nachislenno_1281usd\r\n https://lvm.page.link/SpfU#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 07:44:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7305, NULL, NULL, 'bulkinaulia5@gmail.com', 'efe2719eb46ebd5af7108fb57e754ed7', 'lthGet_moneÑƒ_28935rubl\r\n https://pym.page.link/FBCK#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 07:47:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7306, NULL, NULL, 'a.maksimovich@mail.ru', '1e6058958f7e9280be691f4f84843cf5', 'audVam_nachislenno_848usd\r\n https://ehu.page.link/4xjF#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 07:51:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7307, NULL, NULL, 'belopukh73@bk.ru', 'a04bc6af2d442793dfa653cd3ea5c762', '28tVam_nachislenno_803usd\r\n https://pym.page.link/n4pQ#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 07:58:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7308, NULL, NULL, 'tanyagogotova@yandex.ru', 'd80aee9b720ee3a04a8acccd7f073e7d', 'uf9Ð’am_Ð¿oÐ²eÐ·Ð»o-788usd\r\n https://pym.page.link/jCVP#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 08:01:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7309, NULL, NULL, 'shoxruxabdibotirov@gmail.com', '118d0fef9c5f95e3e8b9ecc5f57464a3', 'z6aÐ¢Ð²oe_Ð·aÑ‡Ð¸ÑÐ»eÐ½Ð¸e_1074dollar\r\n https://lvm.page.link/UBeK#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 08:05:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7310, NULL, NULL, 'dr.vgn@yandex.ru', '56f0f9435ca718052aadc1a3f54fad90', '9p7dengi_zhdut-974dollar\r\n https://ehu.page.link/oEde#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 08:08:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7311, NULL, NULL, 'Kyxa.z@yandex.ru', '1760cb63d7bcba0c7808fc3b574fdd25', 'et5Ð¡peÐ´ÑÑ‚Ð²a_Ð½a_aÐ²Ñ‚o_Ð²am_1476usd\r\n https://egs.page.link/zdmQ#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 08:12:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7312, NULL, NULL, 'mahmadulloevramiz@gmail.com', '071cdbcffdd0fae7238b4807b9110db2', 'lxwÐ’Ñ‹Ð¿Ð»aÑ‚a_45980rubl\r\n https://rfo.page.link/9Rda#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 08:15:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7313, NULL, NULL, 'georgijmarkov30041959@gmail.com', 'f27c29f00f8c4c9d1eb478610446f9ef', 'rwfZaberite_dengi_1080usd\r\n https://rfo.page.link/1Tih#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 08:23:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7314, NULL, NULL, 'gost.test.ik@gmail.com', '882d382524abe4bba90393457fdcf352', '3whVam_nachislenno_562dollar\r\n https://egs.page.link/Evm1#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 08:27:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7315, NULL, NULL, 'silkins543@gmail.com', '45c6e848ded9256406d8f64ccfeb300e', 'zaiZaberite_dengi_1418usd\r\n https://bpp.page.link/4y1J#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 08:35:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7316, NULL, NULL, 'razanovi814@gmail.com', '8e9d394d23ad36aab44fa80f531be15a', 'okxHvatayte_dengi_50682rub\r\n https://qta.page.link/nD72#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 08:37:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7317, NULL, NULL, 'azure-73@yandex.ru', '2506ef74e301b72c28b5e0ee554ca930', '2amPodarok_deneg_15429rubl\r\n https://wtl.page.link/HU13#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 08:42:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7318, NULL, NULL, 'marmuzevich96@mail.ru', '43c8472cbae5165eeb3834fd64912f18', '02joÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½Ñ‹Ð¹_ÑƒÑÐ¿eÑ…_35568rubl\r\n https://hgl.page.link/ncGK#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 08:50:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7319, NULL, NULL, 'alwic@yandex.ru', '5c15b0e5256e0ad4b154e887cda45168', 'b4lVam_nachislenno_31412rub\r\n https://mnp.page.link/kBsz#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 08:52:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7320, NULL, NULL, 'olga.truskavina@gmail.com', '933df11de5f55855c83a42851f1cd7a3', 'x5fÐ’am_Ð¿epeÐ´aÐ½o_1088usd\r\n https://tto.page.link/hW3E#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 08:59:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7321, NULL, NULL, 'shcriabky@yandex.ru', 'e76f06ca51ff2662a1720913ed0af703', 'tznÐŸepeÐ´aÐ½o_Ð²am_21448rubl\r\n https://rfo.page.link/suYB#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 09:04:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7322, NULL, NULL, 'daraicetkina@gmail.com', '34f1e926173b5c98ee29ccd24cefd828', 'elxÐ’am_Ð¿epeÐ´aÐ½o_27472rubl\r\n https://rfo.page.link/vKKS#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 09:12:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7323, NULL, NULL, 'sidorova@spadevelopment.ru@yandex.ru', 'f8c0979124bd38f06b3362cdb03e4e16', 't3qZabrat_denezhku_53453rubl\r\n https://qsa.page.link/N5uX#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 09:13:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7324, NULL, NULL, 'sergeishvabeker@gmail.com', 'b5e2ccd9c638c1e165a3f32808b7e838', '196Vam_nachislenno_51292rub\r\n https://bpp.page.link/dH1T#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 09:19:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7325, NULL, NULL, 'daler4ik04@mail.ru', '3c300d40e6800a7b70e3c069e8820a8d', 'uawVam_nachislenno_52987rubl\r\n https://egs.page.link/67c6#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 09:20:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7326, NULL, NULL, 'shiianova.91@mail.ru', '3c759a5a0d91c3e41aff9905e1d6c500', 'oc7Viplata_tut_925dollar\r\n https://wtl.page.link/sHJa#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 09:26:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7327, NULL, NULL, 'aliagubareva183@gmail.com', 'caa54a147cd39647cb05e82bb5156b91', 'stoVam_nachislenno_32262rubl\r\n https://lvm.page.link/rnyn#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 09:27:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7328, NULL, NULL, 'm_dauren-h@mail.ru', '0d93b4dc604698087170615c32e2be3d', 'blcÐ¢akoÐ³o_Ð¿oÐ´apka_Ð½e_oÐ¶Ð¸Ð´aÐ»_1319usd\r\n https://rse.page.link/udfw#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 09:33:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7329, NULL, NULL, 'argonarymbaeva@gmail.com', '8a5bdd5e6b615ca5bf49e3d0b2fca345', 'ghmHvatayte_dengi_1324dollar\r\n https://rse.page.link/mmbC#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 09:34:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7330, NULL, NULL, 'gandrej575@gmail.com', '86421028235067719c5254bb361405e3', 'agyTut_denezhka_35287rub\r\n https://wtl.page.link/y1AA#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 09:41:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7331, NULL, NULL, 'dikarden@gmail.com', 'b351ea115f80e4e5cc811de6e23cdc7b', '1pbÐ”oÐ¿Ð»aÑ‡eÐ½a_Ð·apÐ¿Ð»aÑ‚a_1392dollar\r\n https://wtl.page.link/zicz#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 09:41:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7332, NULL, NULL, 'vladmofo@yandex.ru', 'ee581e324ccc9cafdcc4e905edaa1b51', '6vtÐ¡Ð¿Ð¸ÑaÐ½o_Ño_ÑÑ‡eÑ‚a_10155rubl\r\n https://pym.page.link/C1Nd#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 09:48:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7333, NULL, NULL, 'amalu@yandex.ru', '06d7d87a9a3a5bec9d4b72b730dcd9b6', 'l6fÐ—aÐ±paÑ‚ÑŒ_moÐ¶Ð½o_836dollar\r\n https://ehu.page.link/kxCN#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 09:48:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7334, NULL, NULL, 'elena.ryabinkina@gmail.com', 'ebe1bdaf7e7b7b85de1bc288af7f5c4a', 'sz6mÐ¸Ð»Ð»Ð¸oÐ½_moÐ½eÑ‚_26068rubl\r\n https://rfo.page.link/LGNo#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 09:55:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7335, NULL, NULL, 'ratvit@yandex.ru', '15513792ae95715a1300dfa6275f62aa', '9rgVozmite_valutu_39523rub\r\n https://egs.page.link/sWNU#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 09:55:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7336, NULL, NULL, 'nadejda.isaewa@yandex.ru', '9235886557310777ccf62ad4ef681f6b', 'lshViplata_vasha_51228rubl\r\n https://plt.page.link/e7sx#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 10:02:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7337, NULL, NULL, 'kvbir@mail.ru', 'fcb625748ed9006f1d46abd2e0fafe3e', 'n89mÐ¸Ð»Ð»Ð¸oÐ½_moÐ½eÑ‚_35877rubl\r\n https://rse.page.link/U7Ej#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 10:02:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7338, NULL, NULL, 'olganazarova21082013@gmail.com', '9e0cb8f37df8eb3736eaddd074b43d03', '0ieVam_nachislenno_20731rubl\r\n https://bpp.page.link/U55G#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 10:16:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7339, NULL, NULL, 'godanov@yandex.ru', 'a0ae0049aed7078c38b5e46e102a3936', 'j7qaÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹e_Ð´eÐ½ÑŒÐ³Ð¸_35778rub\r\n https://egs.page.link/S8j5#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 10:23:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7340, NULL, NULL, 'gusenbekov2017@yandex.ru', '93b5a7376e2e88de10dfcf537f459e67', 'plfVam_nachislenno_1356usd\r\n https://bpp.page.link/r3Xf#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 10:23:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7341, NULL, NULL, 'binaraduankulova@gmail.com', '1436371809ca8266010f83d610b52437', 'm06Podarok_deneg_44811rubl\r\n https://tto.page.link/3qyW#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 10:29:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7342, NULL, NULL, 'kartsev.vanya@gmail.com', 'e36e759f558dd0e808a613155b002a7b', 'c2jVam_nachislenno_28734rubl\r\n https://lvm.page.link/AxcN#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 10:36:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7343, NULL, NULL, 'sayfutdinova.valentina@mail.ru', '3088a639bf585f558345e222d2fb2e08', '0xlVam_nachislenno_12610rubl\r\n https://qsa.page.link/mxsr#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 10:44:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7344, NULL, NULL, 'ap-mavrin@yandex.ru', 'bbd5c287c1ac264a5606a2072c096e55', 'k6vZaberite_dengi_10205rub\r\n https://lvm.page.link/vb9c#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 11:04:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7345, NULL, NULL, 'uliaparasnenko@gmail.com', '95bd9f7c8cf696f632059e445af4472f', 'vw9kpeÐ¿ko_Ð´epÐ¶Ð¸_ÑÑ‚o_17285rubl\r\n https://lvm.page.link/eNyj#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 11:11:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7346, NULL, NULL, 'nusipu@gmail.com', '5038fc4ac9284465dbd0d1989d29c258', '7h8Ð—aÐ±Ð¸paÐ¹Ñ‚e-13130rub\r\n https://hgl.page.link/Pc2k#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 11:13:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7347, NULL, NULL, 'kopytin_zhenya@mail.ru', 'f3328a5af207215c52f6a532f207565e', '01zVam_nachislenno_388dollar\r\n https://rfo.page.link/oxvK#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 11:18:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7348, NULL, NULL, 'barnaulmail@gmail.com', '0ff6d377a0067754496c3b22065defd9', 'n2qoÐ±paÑ‚Ð¸Ñ‚e_Ð²Ð½Ð¸maÐ½Ð¸e_381usd\r\n https://pym.page.link/gxHo#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 11:21:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7349, NULL, NULL, 'xren3x@yandex.ru', 'd9a4f1bea69b14475d422db9453b88d3', 'h5eVasha_zarplata_50640rubl\r\n https://bpp.page.link/KjJg#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 11:25:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7350, NULL, NULL, 'DIV-VV@yandex.ru', '034256ef342e335e3868abcef8eaa6e0', 'lqbTut_denezhka_342dollar\r\n https://tto.page.link/pxYu#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 11:28:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7351, NULL, NULL, 'gsin.kairat@gmail.com', '2e9e31c6263dcdf81c9a6c545d31f96b', 'rypÐ’Ñ‹Ð¿Ð»aÑ‚Ñƒ_Ð¿oÐ»ÑƒÑ‡Ð¸Ñ‚e_1263dollar\r\n https://rfo.page.link/Rknz#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 11:35:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7352, NULL, NULL, 'saniyatr6@gmail.com', '16db2896f1487f57c6cc83c0f74e9381', '1pcVasha_viplata_11427rubl\r\n https://rfo.page.link/j7GZ#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 11:38:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7353, NULL, NULL, 'masharipovdilmurod04@mail.ru', '53cdc04f77d46852e233035dd1659d14', 'qk3komÐ¿eÐ½ÑaÑ†Ð¸Ñ_Ð·a_52623rub\r\n https://rse.page.link/MVHC#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 11:45:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7354, NULL, NULL, 'alibekabdunabiyev61@gmail.com', 'a0810b03055bf1be9de611592be66976', 'j80Denezhka_vasha_423dollar\r\n https://tto.page.link/J3hi#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 11:49:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7355, NULL, NULL, 'pavel1411chernov@yandex.ru', '2b80a9503e907d114f6878ec67347f6e', 'kcakpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_19145rubl\r\n https://hgl.page.link/VLLA#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 11:56:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7356, NULL, NULL, 'dashabilichenko123@gmail.com', '545c7350770dac186e902b95132754b6', '6i0Ð—aÑÐ»ÑƒÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_Ð²Ñ‹_17132rubl\r\n https://hgl.page.link/NcL2#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 11:59:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7357, NULL, NULL, 'av-sim@yandex.ru', 'd0c4e3e6197ed9473122c8cfef314a15', 'bgppaÐ·Ð±eÐ¹_kÑƒÐ±Ñ‹ÑˆkÑƒ_30833rubl\r\n https://hgl.page.link/qFL1#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 12:03:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7358, NULL, NULL, 'efalid@mail.ru', '78158fa4e26dbddf2cd1b2e4d11be655', 'uyhpaÐ·Ð±eÐ¹_kÑƒÐ±Ñ‹ÑˆkÑƒ_734usd\r\n https://ehu.page.link/eTKu#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 12:06:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7359, NULL, NULL, 'karislahdgv@mail.ru', '203371674aafe190acc28f84d0e2a78e', '5t7Ð¤oÐ½Ð´_ÑpeÐ´ÑÑ‚Ð²_1209dollar\r\n https://rse.page.link/1JTX#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 12:10:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7360, NULL, NULL, 'oleg.markin.81@mail.ru', 'fc701ba6fcc0d3bea08627f19c1a7419', 'dkhÐ’Ñ‹_Ð·aÑÐ»ÑƒÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_379usd\r\n https://rse.page.link/SUij#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 12:13:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7361, NULL, NULL, 'zvezdazp83@gmail.com', '714cd7e91ca6e930d8e1e8e48a5e5acf', 'k8wVozmite_valutu_962usd\r\n https://pym.page.link/E1NT#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 12:17:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7362, NULL, NULL, 'leshasmirnov1997@gmail.com', '86014538991dc0e9c0a64d32970cfcc6', 'fhkVivodite_dengi_10830rubl\r\n https://tto.page.link/PVeR#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 12:20:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7363, NULL, NULL, 'ale-nazarkin@yandex.ru', '07edfad4ed300e37f6da7bdce02fe7ed', '46mVam_nachislenno_40923rubl\r\n https://rfo.page.link/zSFU#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 12:25:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7364, NULL, NULL, 'svetali3448@gmail.com', '4c33e776e082e4a805cdaf29a670871c', '0yfÐ—aÐ±paÑ‚ÑŒ_moÐ¶Ð½o_1029usd\r\n https://egs.page.link/E5s6#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 12:32:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7365, NULL, NULL, 'aa.andreyeva@yandex.ru', 'b32e3494c5ec09b7ca6fcb3a20365025', 'o3vVasha_viplata_744dollar\r\n https://tto.page.link/3LLb#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 12:33:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7366, NULL, NULL, 'alkatech@yandex.ru', '481f11a474d2f57a9331ef6e27b37ae9', 'upoÐ—Ð²epÑŒ_Ð²Ñ‹Ð¿Ð»aÑ‚a_28748rub\r\n https://wtl.page.link/MQat#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 12:39:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7367, NULL, NULL, 'Yulechka-silchenko.92@mail.ru', 'ac2d4b5a77c766bdfc61d805db538e9b', 'et4Ð’Ñ‹Ð²oÐ´Ð¸_Ð¸Ð½aÑ‡e_Ð½e_ÑƒÑÐ¿eeÑˆÑŒ_26336rubl\r\n https://tto.page.link/EwYq#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 12:40:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7368, NULL, NULL, 'motocar4@yandex.ru', '046d0a28dc9a5bc8c0b58f9ddc865f31', 'j5qÐ”eÐ½ÑŒÐ³Ð¸_Ð²aÑˆÐ¸_Ñ‚ÑƒÑ‚_1252usd\r\n https://pym.page.link/n4pQ#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 12:46:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7369, NULL, NULL, 'ev.miya00@gmail.com', '04508a3d1c212adc9d00f9ccb1c76736', '5vgÐ’am_Ð¿epeÐ´aÐ½o_838usd\r\n https://hgl.page.link/mKGj#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 12:47:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7370, NULL, NULL, 'manilova.masha@mail.ru', '10f0a9ae3062b1c0a32799ab7930838e', '9z8Tut_denezhka_41823rubl\r\n https://qta.page.link/ucB4#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 12:53:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7371, NULL, NULL, 'happytrollface@yandex.ru', '15a705a8592d16d6615fa2d22620d2f6', 'x38Ð”eÐ½ÑŒÐ³Ð¸_Ð²aÑˆÐ¸_Ñ‚ÑƒÑ‚_50994rubl\r\n https://rse.page.link/zRe3#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 12:54:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7372, NULL, NULL, 'elena_kap17@mail.ru', '383608fd1f158b02f78581177f263a4f', 'ebxÐ’Ñ‹Ð³oÐ´Ð½o_Ð·aÐ±paÑ‚ÑŒ_22567rub\r\n https://hgl.page.link/tVB2#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 13:07:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7373, NULL, NULL, 'kvladlena@yandex.ru', '3629481161a45efe951235e2e606d043', '164Vasha_viplata_10566rubl\r\n https://hgl.page.link/hQmC#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 13:15:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7374, NULL, NULL, 'shapenkovladimir8@gmail.com', 'b1cb4b7fbfb8b2145ce8256166948e13', 'ehqVasha_zarplata_38110rub\r\n https://tto.page.link/3M15#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 13:22:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7375, NULL, NULL, 'pollina.a.p@yandex.ru', '8c40f6d34e8a1b308ad2699a590fd46f', 'wnuÐ‘aÐ½k_Ð¿Ð»aÑ‚Ð¸Ñ‚_1053usd\r\n https://lvm.page.link/PKC4#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 13:29:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7376, NULL, NULL, 'elnoraibodullayevna@gmail.com', 'd22ddb78fefc2b5b5273320245b41f35', '57jVasha_denezhka_475dollar\r\n https://rfo.page.link/oq5S#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 13:29:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7377, NULL, NULL, 'mamadalievbax59@gmail.com', '608b1bdc82bdcbbe4fc5f1acc237db14', 't42Vam_nachislenno_27015rub\r\n https://rfo.page.link/Q49k#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 13:36:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7378, NULL, NULL, 'bilaalnasroollah@gmail.com', '4f4c68653b9f95d2bcb09561543083c9', '6lcokaÐ·Ñ‹Ð²aem_ÑƒÑÐ»ÑƒÐ³Ñƒ_774dollar\r\n https://urg.page.link/tcqX#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 13:36:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7379, NULL, NULL, 'smytskosergey1974@gmail.com', 'ce0601caf5a21f5f49aa1bbee22c57af', '8l6kapÑ‚a_oÐ´oÐ±peÐ½a_21264rubl\r\n https://tto.page.link/ksti#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 13:43:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7380, NULL, NULL, 'sia64@mail.ru', '1f34eef42c7982e29b62296ec7a183bc', 'bukTvoya_denezhka_1365dollar\r\n https://tto.page.link/rcXd#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 13:50:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7381, NULL, NULL, 'zshin@yandex.ru', 'f7a907167e4a3f5fd06d184cf8c941db', 'shbZabrat_denezhku_14498rub\r\n https://rfo.page.link/F9uu#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 14:03:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7382, NULL, NULL, 'miss.tatmit73@yandex.ru', '9e97fb09b001e89b67c1f6e6eefb0278', 'rpnÐ‘Ð»aÐ³oe_Ð´eÐ»o_33999rubl\r\n https://wtl.page.link/tNRe#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 14:17:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7383, NULL, NULL, 'gizza_kisa@mail.ru', 'eed88111ee6a92af6f7ee275ebe8482f', 'szeTvoya_denezhka_22816rubl\r\n https://lvm.page.link/uZVU#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 14:18:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7384, NULL, NULL, 'darekmi.stes.u.s.a@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'BadSantawbt', NULL, NULL, NULL, '138.199.59.176', '2022-11-05 14:20:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7385, NULL, NULL, 'nilart@yandex.ru', '2ffce71f0e89105abb24ad32e622304a', 'mhyÐa_kapÑ‚Ñƒ_Ð²Ñ‹Ð¿Ð»aÑ‚a_16026rubl\r\n https://pym.page.link/4Fs2#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 14:24:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7386, NULL, NULL, 'evgeny.popoff@gmail.com', '1e62dc22a49eac925787b7ebb8699892', 'v95ÐŸoÐ»ÑƒÑ‡Ð¸Ñ‚e_Ð·apÐ¿Ð»aÑ‚Ñƒ_1363usd\r\n https://tto.page.link/ChxA#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 14:25:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7387, NULL, NULL, 'ssa-p98@mail.ru', '62ab675f5b58db9d6b83a968371407a3', 'dfoVam_nachislenno_59102rub\r\n https://bpp.page.link/JL31#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 14:31:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7388, NULL, NULL, 'volka90@yandex.ru', '1780fef21278e841589ca61433baf923', '1x4Ð¢Ð²oÐ¹_kpeÐ´Ð¸Ñ‚_Ð·akpÑ‹Ñ‚_51364rub\r\n https://lvm.page.link/7Zs7#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 14:38:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7389, NULL, NULL, 'khasminski@yandex.ru', '2a936f9c0d4f96c2ab87fd845a6cd50d', 'cm7Vam_nachislenno_29005rubl\r\n https://yhm.page.link/LRGD#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 14:39:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7390, NULL, NULL, 'undeadik666@yandex.ru', '15e62d6ea31dfa2bc21ec372426fc563', '9v8oÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½Ñ‹Ð¹_Ð²Ñ‹Ð²oÐ´_1238usd\r\n https://egs.page.link/kLLh#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 14:45:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7391, NULL, NULL, 'o7772016@yandex.ru', '2d92556e9f2fa98c2d53ecb06c4f3854', 'h9xVasha_denezhka_564dollar\r\n https://bpp.page.link/4sZD#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 14:46:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7392, NULL, NULL, 'valentin-odessa@mail.ru', 'ee509142df5c8f19c17f3925658ccb76', '1mlVam_nachislenno_27152rubl\r\n https://wtl.page.link/6XjB#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 14:52:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7393, NULL, NULL, 'arabovshavkatbek177@gmail.com', '6f6181311cc0ea9fcdd6207701ea41e8', 'wowÐ’Ñ‹Ð²oÐ´Ð¸_Ð¸Ð½aÑ‡e_Ð½e_ÑƒÑÐ¿eeÑˆÑŒ_746usd\r\n https://rse.page.link/e3aA#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 14:53:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7394, NULL, NULL, 'eluzavetavanyhklna@gmail.com', '942c3dabc3a15de02a3471784652c8e0', '9h5Ð¢eÐ¿epÑŒ_Ð²Ñ‹_Ð±oÐ³aÑ‡_1305dollar\r\n https://pym.page.link/KwVq#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 15:01:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7395, NULL, NULL, 'niko-krypin@yandex.ru', '5460b0df19e7fa067dd92876e0e2c363', 'rifÐ¢pÐ¸ÑÑ‚a_Ñ‚Ñ‹ÑÑÑ‡_Ð²aÑˆÐ¸_45777rubl\r\n https://hgl.page.link/nnPA#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 15:08:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7396, NULL, NULL, 'lusui-s@mail.ru', '9602f9efff64493af6e7d6ec17b1c0ca', 'a0lTvoya_viplata_tut_687usd\r\n https://urg.page.link/byV9#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 15:12:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7397, NULL, NULL, 'elena28081988@rambler.ru', 'e0ee59156fa8712a348b4eb38e8b2fdf', 'exoZdes_vashe_36246rubl\r\n https://rse.page.link/Fve9#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 15:15:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7398, NULL, NULL, 'sania10004@mail.ru', '69b99d4ba4b1ff424d7c06a8c1794e77', '5o4Ðe_ÑÑ‚oÐ¸Ñ‚_Ð±Ð»aÐ³oÐ´apÐ½oÑÑ‚Ð¸_608usd\r\n https://egs.page.link/pr4f#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 15:19:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7399, NULL, NULL, 'qvtd92327@gmail.com', '5ac54a8681177e16e7b7db520105d351', 'uvgpaÐ·Ð±oÐ³aÑ‚eÐ¹_40414rubl\r\n https://rse.page.link/SCJv#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 15:22:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7400, NULL, NULL, 'lesta_88@mail.ru', '06bf443edb1c7453bce3961ba2c0041f', 'bymÐ¡peÐ´ÑÑ‚Ð²a_Ð¿epeÑ‡Ð¸ÑÐ»eÐ½Ñ‹_28643rubl\r\n https://pym.page.link/iBnC#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 15:29:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7401, NULL, NULL, 'nihlo79@mail.ru', '039505514eb07dde96d28f1866a08ecb', 'v2mZdes_vashe_894dollar\r\n https://ehu.page.link/qgyu#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 15:36:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7402, NULL, NULL, 'anisaharov@gmail.com', '7dd80d51ffcd69fb9a9ae8369ccbd725', 'xhqÐŸoÐ¿oÐ»Ð½eÐ½Ð¸e_koÑˆeÐ»ÑŒka_31712rubl\r\n https://tto.page.link/r9CE#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 15:43:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7403, NULL, NULL, 'orehovandrey964@gmail.com', '58174e51939fc3c7c9625eeea1bd8b47', 'n8lZabrat_denezhku_38786rub\r\n https://hns.page.link/UZ37#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 15:46:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7404, NULL, NULL, 'olga.g98161@gmail.com', '702aee225f5feb094cca04e3b1b1dffb', 'y2oÐ’Ñ‹Ð¿Ð»aÑ‚a_akÑ‚Ð¸Ð²Ð¸poÐ²aÐ½a_57937rub\r\n https://hgl.page.link/5ecy#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 15:50:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7405, NULL, NULL, 'katusha456@mail.ru', '5580d442d84512d73ad0a44c2a2e94fa', 'mrvVam_nachislenno_54648rub\r\n https://hgl.page.link/1MRz#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 15:53:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7406, NULL, NULL, 'sergeev.m1990@mail.ru', '0c685256bf2fef9d305c7bb7e77c2223', 'vcaÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð·aÑ‚paÑ‚_21907rub\r\n https://rse.page.link/H4N4#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 15:57:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7407, NULL, NULL, 'fec02991@yandex.ru', '701df310f7e4080281dbb53799189e2c', 'zjqZaberite_dengi_11494rub\r\n https://tto.page.link/ye36#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 15:59:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7408, NULL, NULL, 'bodrykh.yuliya@gmail.com', '88ec82ea7f085a4cae4debbbb7d75237', 'wiwZabrat_denezhku_1010dollar\r\n https://hns.page.link/apMu#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 16:04:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7409, NULL, NULL, 'wd.119@yandex.ru', 'ff8d77a73aa713027527fab778b2a1b2', 'bwyZdes_vashe_478usd\r\n https://wtl.page.link/4UFA#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 16:06:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7410, NULL, NULL, 'ivanivasuk1971@gmail.com', '926f367d0eda8a4357977fd8a9617d44', 'm15Ð–eÐ»aÑŽ_Ð·aÐ¿oÐ»ÑƒÑ‡Ð¸Ñ‚ÑŒ_ÑÑ‚o_12166rubl\r\n https://ehu.page.link/pGFU#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 16:13:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7411, NULL, NULL, 'swetlanaivan0wa@yandex.ru', '9d8b2d1779870a4c760089c480819b5d', 'fctTvoya_viplata_tut_967dollar\r\n https://hgl.page.link/kLKS#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 16:18:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7412, NULL, NULL, 'banko.natalya@mail.ru', 'd88c6ea5a8aa31adb91647df8f5842cf', '5o4Viplata_tut_43615rub\r\n https://bpp.page.link/ookL#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 16:19:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7413, NULL, NULL, 'sergeialexhome@gmail.com', '1ab9445d2cee276bc1bd155ac9ce1534', 'fijVam_nachislenno_12663rub\r\n https://rfo.page.link/BFUb#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 16:25:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7414, NULL, NULL, 'valerakozlovsky@yandex.ru', '6d85fde7dc5416b7641da8bfbf223441', 'ugyVam_nachislenno_39289rub\r\n https://yhm.page.link/DhUK#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 16:26:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7415, NULL, NULL, 'financier@confetti.in.ua', 'a766ede86a2de93d3fb78aaa3aa8bc70', 'iqioÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½Ñ‹Ð¹_ÑƒÑÐ¿eÑ…_785dollar\r\n https://tto.page.link/fem6#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 16:32:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7416, NULL, NULL, 'igujuman@mail.ru', 'd1afc0b674b45d94c77f3ed9189ddee2', 't20Ð’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_13725rub\r\n https://ehu.page.link/iQtb#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 16:33:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7417, NULL, NULL, 'Lordiq@yandex.ru', 'cd52875d90797e1d5eb9497be96c7647', 'ux3Vozmite_valutu_36883rubl\r\n https://pym.page.link/nKKb#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 16:39:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7418, NULL, NULL, 'anton.lebedev88@yandex.ru', '4dd007b5953a18740bbd3095636000af', 'nhedengi_zhdut-1381usd\r\n https://rfo.page.link/F7RD#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 16:40:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7419, NULL, NULL, 'samokat30@mail.ru', '94729a59586946b4ce57b3fcb630138a', 'zh3Vam_nachislenno_38219rubl\r\n https://lvm.page.link/fsD4#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 16:46:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7420, NULL, NULL, 'zd-salon@yandex.ru', 'ed44c13c5d73c7a3e6fbf18a23a446fc', 'e9uÐ”eÐ½ÑŒÐ³Ð¸_Ð½a_pemoÐ½Ñ‚_537usd\r\n https://pym.page.link/KbZC#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 16:53:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7421, NULL, NULL, 'a.rukovichnikov@yandex.ru', 'd44e4a5f82e1fd307d65063428be32bf', 'om6Tvoya_viplata_tut_1490usd\r\n https://egs.page.link/ZCBh#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 17:00:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7422, NULL, NULL, 'baishoraevarauan300585@gmail.com', '38ff1f8f2a150061cb95cf1fa48e42cb', 'fy0Ð¢Ð²oÐ¸_ÑÑ‚o_Ñ‚Ñ‹ÑÑÑ‡_18833rubl\r\n https://egs.page.link/Lc9b#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 17:00:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7423, NULL, NULL, 'slavyan_fanschokk@mail.ru', 'b654208a8490e1c0c3fcb3c912b0fc26', 's3vÐŸpÑm_oÐ³oÐ½ÑŒ_37512rub\r\n https://bpp.page.link/LERf#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 17:06:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7424, NULL, NULL, 'Teremok.gruppa8@yandex.ru', '43c5edf890c04f5b0c23b3f93f258cbd', 'nkiHvatayte_dengi_21344rubl\r\n https://pym.page.link/UFK2#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 17:06:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7425, NULL, NULL, 't4397310@gmail.com', 'a65cb237eb6132d8bcde24ab420b27af', 'fh1Tut_denezhka_59760rub\r\n https://yhj.page.link/wwio#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 17:12:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7426, NULL, NULL, 'e.v.sap@yandex.ru', '04e0a7e387bec2b93d02caf319c2814d', 'u68Ð’oÐ·Ð²paÑ‚_ÐÐ”Ð¡_1431usd\r\n https://qsa.page.link/evA6#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 17:13:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7427, NULL, NULL, 'ekzyfe@rambler.ru', 'fd83de71a3354115aaf4994211afe692', 'nxdTvoya_viplata_tut_1300dollar\r\n https://tto.page.link/oaN5#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 17:19:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7428, NULL, NULL, 'super.cherepko@yandex.ru', '352c9537e1ebac4b0a5e029996db4caf', 'ihjZaberite_dengi_37316rubl\r\n https://hns.page.link/hxYn#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 17:20:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7429, NULL, NULL, 'maksel88@gmail.com', '98c8c110d2be89bf6fa4da2ce586be2c', 'jt9Zaberite_dengi_51473rubl\r\n https://bpp.page.link/fbXh#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 17:26:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7430, NULL, NULL, 'andrey.balabanov@i.ua', 'edbe93db1fd3d3bfa8f3d535b626a35f', 'dyioÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½aÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_681dollar\r\n https://egs.page.link/tiAg#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 17:32:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7431, NULL, NULL, 'seryurz@mail.ru', '35ee84026bb086525b3e8ec985b719de', 'w5lÐ¡peÐ´ÑÑ‚Ð²a_Ð¿epeÑ‡Ð¸ÑÐ»eÐ½Ñ‹_789dollar\r\n https://hgl.page.link/1MRz#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 17:34:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7432, NULL, NULL, 'nataliegm629@gmail.com', 'aae94fa4ff4a7b35b3742e070181aad7', 'zm4Vasha_zarplata_47228rubl\r\n https://ehu.page.link/RjHS#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 17:41:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(7433, NULL, NULL, 'july_0@rambler.ru', '4be97d51ca31742a79672547a4bab7b3', '1b6Zaberite_dengi_833dollar\r\n https://ehu.page.link/gFo4#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 17:45:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7434, NULL, NULL, 'schtooscha31@yandex.ru', '04e47adf5fc464a6492f90b3973c2004', 'npiÐ”eÐ½ÑŒÐ³Ð¸_Ð½e_Ð¶Ð´ÑƒÑ‚_1261usd\r\n https://wtl.page.link/zfGD#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 17:48:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7435, NULL, NULL, 'tyrbinaval@gmail.com', 'b438884d851a1e2aee37a52b47677df5', '5cuVam_nachislenno_55615rub\r\n https://rse.page.link/TXh6#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 17:52:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7436, NULL, NULL, 'bruto123@mail.ru', 'e7ff9e83fb23e7c34f3c666d769bafbd', 'uxeVam_nachislenno_9129rub\r\n https://mnp.page.link/5fpk#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 17:55:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7437, NULL, NULL, 'tarasenko2.00@mail.ru', '49e6c2b9e40c22116a9881e5ac61d20d', '9kmVam_nachislenno_34320rubl\r\n https://rfo.page.link/mNzt#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 18:00:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7438, NULL, NULL, 'ghjkkll666@mail.ru', '51db26d05d403a6afca62ef6c5ebf476', 'nteÐ—Ð²epÑŒ_Ð²Ñ‹Ð¿Ð»aÑ‚a_13121rubl\r\n https://tto.page.link/7cnq#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 18:02:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7439, NULL, NULL, 'kazaryangosha@yandex.ru', 'c71b3e1abe17017693e9fc26d52d0bfe', '93zÐ£Ð´aÑ‡Ð½o_Ð¿oÐ»ÑƒÑ‡Ð¸Ñ‚ÑŒ_20288rubl\r\n https://lvm.page.link/MbmG#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 18:07:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7440, NULL, NULL, 'ukurnosenkova05@mail.ru', '8c401e442c3728c76dcd26c2d933769f', 'sueÐ”Ð»Ñ_Ð²aÑ_29579rubl\r\n https://hns.page.link/TcXe#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 18:09:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7441, NULL, NULL, 'tiferet.angelo@tiscali.it', '0e4c9adbe5ff8e98bf63b65cb8539bee', 'jllVam_nachislenno_486usd\r\n https://yhm.page.link/DhUK#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 18:15:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7442, NULL, NULL, 'lyapina.1974@mail.ru', '100ea26302d960acb6d9c5e6007ceb2d', 'dznÐ’Ñ‹Ð¿Ð»aÑ‚Ñƒ_Ð¿oÐ»ÑƒÑ‡Ð¸Ñ‚e_45913rub\r\n https://qsa.page.link/byV9#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 18:16:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7443, NULL, NULL, 'puscassilvia7@gmail.com', '84018db812227010b172b263efc230b6', 'uxbVam_nachislenno_1459dollar\r\n https://egs.page.link/QaX7#\r\n', NULL, NULL, NULL, '88.200.229.243', '2022-11-05 18:23:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7444, NULL, NULL, 'yariktopit777@gmail.com', 'e5f25a605cfdec6f5a3b66f89ddb2b02', 'srgÐ¢oÐ»ÑŒko_Ð²am_10044rub\r\n https://lvm.page.link/TZGx#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 18:35:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7445, NULL, NULL, 'Zhak1960@mail.ru', '332801d0c54392401ca38e880c9bc133', 'qgrÐ”eÐ½eÐ¶Ð½Ñ‹Ð¹_Ð¿oÐ²opoÑ‚Ñ‚ÑƒÑ‚_609usd\r\n https://hgl.page.link/LTTZ#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 18:36:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7446, NULL, NULL, 'oksana79-06@mail.ru', '34a00296834cea56846ef9c3bb5c2ead', 'fd2ÐoÐ²oÐ³oÐ´Ð½Ð¸e_maÐ½Ð¸_19157rubl\r\n https://bpp.page.link/d9w6#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 18:42:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7447, NULL, NULL, 'stepanova_og_39@mail.ru', '11112aadddc3229c67b7e9bb710abf99', 'vayVam_nachislenno_18827rubl\r\n https://tto.page.link/f2cz#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 18:43:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7448, NULL, NULL, 'emogilevskaya@yandex.ru', '94ebe9f7a698ec2ead7b3fdb969241f7', 'udaVam_nachislenno_527usd\r\n https://qsa.page.link/UGwV#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 18:50:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7449, NULL, NULL, 'Lrr@yandex.ru', 'ab1e3ad69e6da8a191e4bb7ef891bc60', 'w01Ð¢eÐ¿epÑŒ_Ð²Ñ‹_Ð±oÐ³aÑ‡_39638rubl\r\n https://lvm.page.link/DbQT#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 18:57:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7450, NULL, NULL, 'pan9@yandex.ru', 'b5981022cd0a5381dd15c84e0e3629a2', 'wz0Vam_nachislenno_21413rub\r\n https://wtl.page.link/n39q#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 19:05:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7451, NULL, NULL, 'tanuskayedo81@gmail.com', 'c67b43ea61bf9f1c378c966aeb603dc7', 'yxeTvoya_udacha_1049usd\r\n https://chr.page.link/hqvA#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 19:05:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7452, NULL, NULL, '6669772@mail.ru', 'c3f69c34ffd2c64188ecafaf654b632e', '0lkPoluchaite_640usd\r\n https://ehu.page.link/MaqH#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 19:11:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7453, NULL, NULL, '20wife10@mail.ru', '1576e7d00467d29adab69f733eee1aaf', 'sdnVam_nachislenno_1163usd\r\n https://lvm.page.link/6e8P#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 19:12:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7454, NULL, NULL, 'mekuznetsova@yandex.ru', 'cc3c96e9cf46744050bd9e456abc34e3', 'rejVivodite_dengi_14406rubl\r\n https://ehu.page.link/NJza#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 19:18:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7455, NULL, NULL, 'alenashak623@gmail.com', 'c3f1d2a95d4045a4b67583b9a67f68f8', '2ypÐŸoÐ´oÐ¶Ð´Ð¸Ñ‚e_Ð¸Ð´eÑ‚_Ð¿epeÐ²oÐ´_29422rubl\r\n https://pym.page.link/3yji#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 19:19:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7456, NULL, NULL, 'salavat_80-80@mail.ru', '1aace036885fe28a0be22230fd68675f', 'ln3Ð”eÐ½ÑŒÐ³Ð¸_Ð²Ñ‹Ð²oÐ´Ð¸Ñ‚e_48537rubl\r\n https://bpp.page.link/9hSp#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 19:26:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7457, NULL, NULL, 'opacnoctb@rambler.ru', '60c53acd0b26e1a39744558e0bcbce8d', '1r6Ð’aÑˆ_kÑÑˆ_699dollar\r\n https://wtl.page.link/GkMm#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 19:33:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7458, NULL, NULL, 'vb3409-disk@yandex.ru', '2b3924ad64c8249a13bf59592f2cada7', 'hjaRazdacha_deneg_zdes_364usd\r\n https://hgl.page.link/VBQ1#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 19:38:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7459, NULL, NULL, 'gubanov.Ki@yandex.ru', 'ecf7e3a3464ad16cb2e1ab557dd08448', '97tVam_nachislenno_1343usd\r\n https://chr.page.link/7Ho9#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 19:40:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7460, NULL, NULL, '89262343005@mail.ru', 'e0555f3842cd604c2803082094aec527', 'hr7Ð¢Ð²oe_Ð·aÑ‡Ð¸ÑÐ»eÐ½Ð¸e_22942rubl\r\n https://egs.page.link/uPSD#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 19:45:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7461, NULL, NULL, 'vaskin.k.v@mail.ru', '099519085b36b079171c8bfe14db038f', 'k26kapÑ‚Ñƒ_Ð¿oÐ¿oÐ»Ð½Ð¸Ð»Ð¸_46584rub\r\n https://rse.page.link/273i#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 19:47:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7462, NULL, NULL, 'mardonovmurod@icloud.com', '521fdce002b343b1fac29684d8a7f9a9', '2a7Tvoya_viplata_tut_29191rub\r\n https://egs.page.link/Hcmw#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 19:51:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7463, NULL, NULL, 'lushnikova_lyubov@mail.ru', '26ffbc6b539668fa93a2f20dc5a96f17', 'dakÐ’Ñ‹Ð²oÐ´Ð¸_Ð¸Ð½aÑ‡e_Ð½e_ÑƒÑÐ¿eeÑˆÑŒ_1229usd\r\n https://wtl.page.link/tu6h#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 19:54:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7464, NULL, NULL, 'valeriya.griczova@gmail.com', 'b4ff21cf052aaa5ee6e754b68255a213', 'vu7Viplata_vasha_24921rub\r\n https://plt.page.link/ms1A#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 19:58:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7465, NULL, NULL, 'vitalijstelmah594@gmail.com', 'c37f88e25437a10b42d5e127724edffd', 'lupRazdacha_deneg_zdes_56992rub\r\n https://lvm.page.link/MLiS#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 20:01:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7466, NULL, NULL, 'ffaaddeevv@yandex.ru', 'df0b1ec717f0022692654310200d7e58', 're7Vam_nachislenno_51301rub\r\n https://rse.page.link/ypNX#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 20:05:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7467, NULL, NULL, 'nsvetka@gmail.com', '0560234eb107fa20a54ca70ebce34662', '1ssNa_karte_dengi_43272rub\r\n https://ehu.page.link/ErLt#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 20:08:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7468, NULL, NULL, 'domolazovalarisa@gmail.com', 'c591f2145bdb3248210eca958f9432a3', '2bhVasha_denezhka_26695rubl\r\n https://tto.page.link/urj5#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 21:17:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7469, NULL, NULL, 'sve9296@mail.ru', '7924a184bd083b98b533c9c8648e35c4', 'ozmPodarok_deneg_41186rub\r\n https://lvm.page.link/KMPm#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 21:23:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7470, NULL, NULL, 'vola67@yandex.ru', 'f6ce2593053ae777818f633ba68fc4ae', 'v0sZaberite_dengi_1322dollar\r\n https://lvm.page.link/KRza#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 21:28:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7471, NULL, NULL, 'm39795281@gmail.com', '584ee7931acdf75efbcc441a7db74ef8', 'odeHvatayte_dengi_11166rubl\r\n https://lvm.page.link/RyF1#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 21:38:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7472, NULL, NULL, 'redinmax@yandex.ru', 'ba20eb127451560adc0d92bffd6e02b8', 'q95Ð¡peÐ´ÑÑ‚Ð²a_Ð½aÑ‡Ð¸ÑÐ»eÐ½Ñ‹_673dollar\r\n https://rse.page.link/8hpQ#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 21:40:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7473, NULL, NULL, 'kuv1@rambler.ru', '38106b647ad0708080d26c7e17690159', 'bc4Tvoya_udacha_1275usd\r\n https://hgl.page.link/HqWV#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 21:45:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7474, NULL, NULL, 'gahmaltdinowa@mail.ru', 'c43dfed167617cec1b70cb19ae1e3099', 'y7xoÐ½Ð¸_Ð´eÐ½ÑŒÐ³Ð¸_Ð²oÑ‚_17352rub\r\n https://bpp.page.link/v74c#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 21:47:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7475, NULL, NULL, 'mascven@gmail.com', 'f5f1253e800c1b30aa5741d1a6cb4aa1', 'zlq2022_Ð¿oÐ´apok_25468rubl\r\n https://rfo.page.link/8kCm#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 21:52:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7476, NULL, NULL, 'akosolapov1976@gmail.com', 'f9270b4e0272716010845c3143dc321c', 's2aVam_nachislenno_524usd\r\n https://rse.page.link/MUyQ#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 21:59:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7477, NULL, NULL, 'slieptsovao@mail.ru', '385b83973c9353185603f7c9f1f38556', '7lxZaberite_dengi_48533rubl\r\n https://rfo.page.link/fy3n#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 22:01:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7478, NULL, NULL, 'kovalevoleg541@gmail.com', '6b648ca6015cb68195939a29698f5ef6', 'bmdZaberite_viplatu_1285usd\r\n https://lvm.page.link/sUrQ#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 22:06:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7479, NULL, NULL, 'abramchevn@gmail.com', 'bf760a51ac896ceb7ff062d56b229906', '61pZaberite_dengi_53920rubl\r\n https://rfo.page.link/eaUp#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 22:13:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7480, NULL, NULL, 'trubamsksuper@yandex.ru', '25fb43ce961e17bb938e11e8ddaa49c2', 'xosÐŸoÐ»ÑƒÑ‡Ð¸Ñ‚e_Ð·apÐ¿Ð»aÑ‚Ñƒ_23069rub\r\n https://ehu.page.link/tfTg#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 22:14:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7481, NULL, NULL, 'wolochin57@yandex.ru', '9cb47624b8a8a65e1cfbed805a0b4ae5', '2oqDengi_vashi_32228rub\r\n https://lvm.page.link/LP53#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 22:20:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7482, NULL, NULL, 'kotovamargarita5@gmail.com', 'a90c0121625889a53daf9fe23712b30a', 'tv6Vam_nachislenno_31396rub\r\n https://hns.page.link/Xjp5#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 22:21:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7483, NULL, NULL, 'mirzo1969@gmail.com', '00cac11a408ab9f079f06d00f77fc283', 'z0mZdes_vashe_1326usd\r\n https://rse.page.link/hAxh#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 22:27:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7484, NULL, NULL, 'misteryakubov@yandex.ru', 'e19c2d86e573132ca71a8fcce62992c2', 'twipaÐ·Ð´aÑ‡a_maÐ»oÐ¸mÑƒÑ‰Ð¸m_41656rub\r\n https://ehu.page.link/44Su#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 22:33:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7485, NULL, NULL, 's.a.s7049@gmail.com', '293806ff50a6015c731ed6a86fcedfa8', 'whyTut_viplatan13746rubl\r\n https://rse.page.link/tyP8#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 22:40:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7486, NULL, NULL, 'kylikova1993@mail.ru', '60579515db79e897f23d0d8c90757e2f', 'yfdZabrat_denezhku_42895rubl\r\n https://plt.page.link/5rwH#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 22:40:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7487, NULL, NULL, 'nikkol-79.9@mail.ru', '6e2c54c5cbabd80202a6e29f4219d586', 'bvzÐ’am_Ð¿epeÐ´aÐ½o_1292usd\r\n https://plt.page.link/pfrG#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 22:47:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7488, NULL, NULL, 'fray1234@mail.ru', 'b2ba6103941ebd8fc92cce654166e0c2', 'wbpTvoya_viplata_tut_57845rub\r\n https://lvm.page.link/gg1N#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 22:53:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7489, NULL, NULL, 'rahmonovmuhiddinjon@gmail.com', 'b167f5bbf753ee8412206d930a1aee65', '24kZabrat_denezhku_38485rub\r\n https://egs.page.link/XR9F#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 22:59:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7490, NULL, NULL, 'leha.kova@mail.ru', 'e2344eac01bb239a0a916f0be3286e8e', '71vÐ—aÑÐ»ÑƒÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_Ð²Ñ‹_28435rubl\r\n https://tto.page.link/EtCp#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 23:00:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7491, NULL, NULL, 'alexandra.shirinckina@yandex.ru', 'a9b510c2b75e10ba33b5903cf610e693', 'wm4Vam_nachislenno_11377rub\r\n https://rfo.page.link/gTSE#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 23:06:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7492, NULL, NULL, 'okulik.tatyana@mail.ru', '5cc538aed31f90df6f91edcdd105d6d6', 'xpsÐ”eÐ½ÑŒÐ³Ð¸_Ð½e_Ð¶Ð´ÑƒÑ‚_19774rubl\r\n https://tto.page.link/wAJN#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 23:12:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7493, NULL, NULL, 'alexx3337666@rambler.ru', '8c80c558a46c9f54085c905b81df2e84', 'zlekoÑˆeÐ»ek_Ð¿oÐ¿oÐ»Ð½eÐ½_51335rubl\r\n https://yhj.page.link/uLZE#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 23:19:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7494, NULL, NULL, 'marina-v.nov@mail.ru', 'e0ae2700cba1e25d90a0090e3daed4d9', 'f5kRazdacha_deneg_zdes_39527rubl\r\n https://egs.page.link/sD5Z#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 23:25:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7495, NULL, NULL, 'testtes123t@mail.u', 'acf5c1e867fab2551015a32b227a7856', 's7vÐ¡peÐ´ÑÑ‚Ð²a_Ð½aÑ‡Ð¸ÑÐ»eÐ½Ñ‹_996dollar\r\n https://yhj.page.link/1ia1#\r\n', NULL, NULL, NULL, '80.234.72.107', '2022-11-05 23:32:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7496, NULL, NULL, 'lida-6209@rambler.ru', '1b26bafe8a53be2dae15d9322ca06bb4', 'zccVam_nachislenno_28600rubl\r\n https://urg.page.link/DMBS#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 01:36:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7497, NULL, NULL, 'arzymatovnaaida@gmail.com', 'f037bf6a80278d9ad94f993d6cece26c', 'vdgVam_nachislenno_14634rub\r\n https://wtl.page.link/uC18#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 01:37:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7498, NULL, NULL, 'gromovamari94@gmail.com', '8efc9abde06a42087059625fde900d2a', '3bbkpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_787dollar\r\n https://rfo.page.link/t2ww#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 01:43:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7499, NULL, NULL, 'ignacio@yandex.ru', '398a3d23705e44506529bd50e5a51fe2', 'hx3Vam_nachislenno_21182rubl\r\n https://wtl.page.link/9sbz#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 01:43:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7500, NULL, NULL, 'vita.sinyohina@gmail.com', 'd379497ac7b6263156d265015f92fe9f', '2itpaÐ·Ð±oÐ³aÑ‚eÐ¹_44271rub\r\n https://lvm.page.link/nghP#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 01:50:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7501, NULL, NULL, 'beka.kystaubay@gmail.com', 'f97587e1d4ba77a4092a9ef1d5307351', '9kzkÐ»Ð¸k_Ð¸ÑÑ‡aÑÑ‚ÑŒe_683usd\r\n https://hns.page.link/M5zM#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 01:57:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7502, NULL, NULL, 'naha.raguzowa@yandex.ru', '7dad3308f0e460082ca220c09c0474b7', 'y13Vam_nachislenno_19805rub\r\n https://rse.page.link/t5aw#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:02:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7503, NULL, NULL, 'al.squirrel@yandex.ru', '6042ab99e1e3f75233ef1baafb06009e', '08eÐ¢eÐ¿epÑŒ_Ð²Ñ‹_Ð±oÐ³aÑ‡_39036rub\r\n https://lvm.page.link/8X4k#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:08:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7504, NULL, NULL, 'kostya86rus123@mail.ru', '156c2e2d4fb9364f901611314dff1fd6', 'f5gVivodite_dengi_44518rubl\r\n https://tto.page.link/Ak1i#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:10:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7505, NULL, NULL, 'vaabkalev12@gmail.com', '31760232a725ea5b852b39d6d7ed8da6', 'dw7Ð—aÐ±paÑ‚ÑŒ_Ð²Ñ‹Ð³oÐ´Ð½o_904dollar\r\n https://qsa.page.link/otby#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:16:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7506, NULL, NULL, 'petrow.9r1ssch@gmail.com', 'efa0509fa0b83c603f5db0e4bb156a92', '73hVozmite_valutu_736usd\r\n https://hgl.page.link/nahN#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:21:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7507, NULL, NULL, 'i.ponomarev876@gmail.com', '5638bcec704533e3a53f289df8345d75', 'agpTvoya_denezhka_30057rubl\r\n https://ehu.page.link/Lafz#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:23:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7508, NULL, NULL, '79108489507@mail.ru', '1425c5c8f9418556da3e969e632d0bf1', 'zf0ÐŸoÐ·Ð´paÐ²Ð»ÑÑŽ_37755rubl\r\n https://wtl.page.link/Ef73#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:28:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7509, NULL, NULL, 'arbakovvadik@gmail.com', '071cefe8247da9776d588524e7f31b74', 'p0lÐ¡peÐ´ÑÑ‚Ð²a_Ð½aÑ‡Ð¸ÑÐ»eÐ½Ñ‹_1060dollar\r\n https://bpp.page.link/yeHY#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:29:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7510, NULL, NULL, 'dermaxyi990@gmail.com', '8015debf2aff11b97c694a60566ced5d', 'znuVam_nachislenno_47656rubl\r\n https://bpp.page.link/abxp#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:34:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7511, NULL, NULL, 'timerus@rambler.ru', 'ca7209de6829b239d3b66e19ebc7b0dd', '8ghVam_nachislenno_1465usd\r\n https://hgl.page.link/Wp1G#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:36:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7512, NULL, NULL, 'fellkdx@list.ru', 'c5948883c0922ddc9972429c61fbff7d', 'adcÐ©eÐ´poÑÑ‚ÑŒ_oÐ»Ð¸Ð³apÑ…a_1120usd\r\n https://urg.page.link/UGwV#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:40:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7513, NULL, NULL, 'megal59@mail.ru', 'e0a9a2f72cfe3967c52efdb3364d9511', 'zq4Vam_nachislenno_749dollar\r\n https://rse.page.link/Z9Yf#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:43:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7514, NULL, NULL, 'mister.krouli@mail.ru', 'ceb13bca13654a80af8c62088cdbea52', '66tÐŸoÑoÐ±Ð¸e_Ñ‚ÑƒÑ‚_50051rub\r\n https://rfo.page.link/ivVt#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:47:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7515, NULL, NULL, 'Zaursasha@yandex.ru', '63de56b12f1084207a3678650cb32894', 'v4sTvoya_denezhka_726dollar\r\n https://lvm.page.link/5eSz#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:49:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7516, NULL, NULL, 'malyx2009@yandex.ru', 'eaf571b10e94b941ea42148ee33df6d8', 'mynVam_nachislenno_1276usd\r\n https://chr.page.link/ze9D#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:53:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7517, NULL, NULL, 'liza4ka.1999@gmail.com', 'a05dfade635e59249c229623754497ba', 'hoaTut_denezhka_31089rub\r\n https://ehu.page.link/CbHA#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:56:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7518, NULL, NULL, 'seregakrishtopa@yandex.ru', '7633270640b72fcf47e529d4998ecb0b', '5rtÐ’Ñ‹Ð³oÐ´Ð½o_Ð·aÐ±paÑ‚ÑŒ_516usd\r\n https://wtl.page.link/wndY#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 02:59:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7519, NULL, NULL, 'razumova_lika_98@mail.ru', 'b8fc29a4d222d35e10a4dc8c76736b27', 'a8eÐ’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½ÑŒÐ³Ð¸_22292rub\r\n https://wtl.page.link/y7cz#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 03:02:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7520, NULL, NULL, 'andrey.solodkin.88@mail.ru', '1a01245c7bddc0514edddf1eb858cfa6', 'iq2Ð’oÐ·meÑ‰eÐ½Ð¸e_Ð½aÐ»oÐ³oÐ²_51847rubl\r\n https://rse.page.link/wRMZ#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 03:09:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7521, NULL, NULL, 'adiletahmetov59@gmail.com', '029122b97fef0b32716ac22ae2729c18', 'wvjVam_nachislenno_24468rubl\r\n https://rfo.page.link/nLmM#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 03:12:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7522, NULL, NULL, 'L0lB0y1337@yandex.ru', '92a0a331b2b3c6ca47c897fa8749a32c', 'y9bVam_nachislenno_740dollar\r\n https://pym.page.link/PJyW#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 03:15:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7523, NULL, NULL, 'anya.shatilova.85@mail.ru', '0d999e31eaff1ebade9d2f018e5e1d26', 'lbgZaberite_dengi_19623rub\r\n https://ehu.page.link/fGVW#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 03:19:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7524, NULL, NULL, 'Jessika-2015@mail.ru', 'bee6143fba6d5f4909bafdbb268127cf', 'abwVashi_dengi_39782rubl\r\n https://rse.page.link/mX8U#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 03:25:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7525, NULL, NULL, 'sybb0683@gmail.com', 'ef1ce56ad6a02f5f38e2e1c90418d36f', '7a9mÐ¸Ð»Ð»Ð¸oÐ½_moÐ½eÑ‚_15520rubl\r\n https://rfo.page.link/grTN#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 03:31:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7526, NULL, NULL, 'oleg-koshelenko@mail.ua', '2c037ff06e6a7f277a0134929115ea49', 'eomkak_Ñ‚akoe_moÐ¶eÑ‚_Ð±Ñ‹Ñ‚ÑŒ_10122rubl\r\n https://rse.page.link/P6FV#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 03:42:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7527, NULL, NULL, 'topal2571@gmail.com', 'b9d986b1f3060296a848e64bd030c159', 'fazÐŸoÐ»ÑƒÑ‡Ð¸Ñ‚e_Ð·apÐ¿Ð»aÑ‚Ñƒ_626usd\r\n https://egs.page.link/SPv1#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 03:44:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7528, NULL, NULL, 'podolsk428@gmail.com', 'eca0c20f4dd45268ee2426d1e3f0bb33', 'na9Vivodite_dengi_849usd\r\n https://wtl.page.link/vDz5#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 03:49:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7529, NULL, NULL, 'deys4935@gmail.com', '8f8ebbb04d018dd39a4cb8b8920bcfef', '6zpÐ’Ð½Ð¸maÐ½Ð¸e_paÐ·Ð´aÑ‡a_39303rubl\r\n https://lvm.page.link/1i3Y#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 03:50:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7530, NULL, NULL, 'dvornikova.elina@yandex.ru', '8d0cb740a4928032aa3e1ab9de5fe97e', 'xw4Vam_nachislenno_21206rubl\r\n https://wtl.page.link/keRX#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 03:57:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7531, NULL, NULL, 'valerii_grinenko@mail.ru', 'eea48d7ae24f57850f97fefa1bbb95c1', 'ydfoÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð¿oÑÑ‚ÑƒÐ¿Ð»eÐ½Ð¸e_ÑpeÐ´ÑÑ‚Ð²_17750rubl\r\n https://plt.page.link/WBLC#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:02:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7532, NULL, NULL, 'tatfk@yandex.ru', '726cca401fb9ae047f44659ce9e4582d', 'ha9Ð‘aÐ½k_Ð²Ñ‹Ð¿Ð»aÑ‚Ð¸Ð»_Ð²am_347usd\r\n https://egs.page.link/jTsw#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:03:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7533, NULL, NULL, 'julialk2000@yandex.ru', 'c6993aae78ebc297666cc1770789e4f5', 'dyfÐ’aÑˆ_kpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_703dollar\r\n https://plt.page.link/yAcq#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:04:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7534, NULL, NULL, 'zalihcyk22@gmail.com', 'dcbe0f5792b6ebb2242985b11a237d76', '52bÐ“Ð»ÑÐ´Ð¸Ñ‚e_ÑÑŽÐ´a_21016rub\r\n https://pym.page.link/JUj2#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:05:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7535, NULL, NULL, 'plesanovaksenia450@gmail.com', '30f4254730adf8a07f86337fe20d4495', '8i0Vam_nachislenno_41486rubl\r\n https://tto.page.link/GZo4#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:08:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7536, NULL, NULL, 'oleg.alferov@yandex.ru', '2b2e1ed865866b473ff60e3eaeb6d76f', 'vetkak_Ñ‚akoe_moÐ¶eÑ‚_Ð±Ñ‹Ñ‚ÑŒ_44751rub\r\n https://egs.page.link/nLe5#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:14:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7537, NULL, NULL, 'anat3108@mail.ru', '834f01444c9789d7c44b720dd2b6fbe3', '3oeVam_nachislenno_937usd\r\n https://bpp.page.link/3DWV#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:21:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7538, NULL, NULL, 'sveta@yandeks.ru', '81bcc782a79f5cca7f7d108f31641464', 'gflÐ¢Ð²oe_Ð¿oÑoÐ±Ð¸e_17134rubl\r\n https://ehu.page.link/pq6P#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:22:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7539, NULL, NULL, 'doanovaelina@gmail.com', '543ce1f58d72779ba1bb17e3f49e3803', '1xmÐ£Ð´Ð¸Ð²Ð¸Ð²ÑˆÐ¸ÑÑŒ_oÑ‚kpoÐ¹Ñ‚e_1025usd\r\n https://rfo.page.link/HRPk#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:28:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7540, NULL, NULL, 'elena.klimenko.vladadocka@gmail.com', 'e8779e34a1871b39b10210fa5bdf3895', 'egdÐ’aÑˆÐ¸_Ð´eÐ½ÑŒÐ³Ð¸_Ñ‚ÑƒÑ‚_10157rubl\r\n https://pym.page.link/QZsu#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:28:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7541, NULL, NULL, 'lady.kliuchnickova2011@gmail.com', '7bca7f7a6c2b95e12533c146fc51ee01', 'ua7Vam_nachislenno_353dollar\r\n https://bpp.page.link/3ZGM#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:35:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7542, NULL, NULL, 'a.eltsov@admatech.ru@yandex.ru', '20abfb52472010d1e3b6cacd03288cc1', 'onqViplata_vasha_1471dollar\r\n https://hns.page.link/ZPAF#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:35:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7543, NULL, NULL, 'raxmatullaavalboyev14@gmail.com', '96fd93204c593880e61953a777c0a388', 'zv3Tut_denezhka_23984rubl\r\n https://qxu.page.link/MoXm#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:42:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7544, NULL, NULL, 'e.anteltour@yandex.ru', '525e4de1020fa3153fc0e360f2dc8d9b', 'lrwViplata_vasha_464usd\r\n https://lvm.page.link/uVyW#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:42:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7545, NULL, NULL, 'alena.khokhryakova.99@mail.ru', '33e4db6472671b233d7bdf1296a1ebeb', 'fe1Tvoya_denezhka_880usd\r\n https://ehu.page.link/bbSm#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:48:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7546, NULL, NULL, 'svetka21041986@gmail.com', '8e9cfc1274738da461c897353214e748', '9ahÐe_oÑ‚kpÑ‹Ð²aÐ¹_ÑÑ‚o_1232usd\r\n https://rfo.page.link/WB2w#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:48:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7547, NULL, NULL, 'serg_antispam@mail.ru', '567c6e69557bd9ecae3767f3238c7f5e', '5rmTut_denezhka_1401usd\r\n https://hgl.page.link/rnAJ#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:55:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7548, NULL, NULL, 'natalka3077@gmail.com', '571205e9229fbb40e57beb1472af6f96', 'egwdengi_zhdut-602dollar\r\n https://lvm.page.link/huYi#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 04:55:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7549, NULL, NULL, 'pga.2016@yandex.ru', 'bf6f0711e175256e704eebd44d258cbf', 'l1fÐ‘epÐ¸Ñ‚e_16537rubl\r\n https://mnp.page.link/a99M#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 05:01:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7550, NULL, NULL, 'debt_89_96@mail.ru', 'b992b8ad0f62578a2dddf609f26aab40', '8ex2022_Ð¿oÐ´apok_28969rubl\r\n https://rse.page.link/tqo6#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 05:08:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7551, NULL, NULL, 'artem-270463@rambler.ru', 'af890847e89faa2ab3dd0e24f5785c36', 'u9gVivodite_dengi_44422rubl\r\n https://ehu.page.link/FfNj#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 05:09:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7552, NULL, NULL, 'funny-ka@yandex.ru', 'b47614e93523304877f52824c4088837', 'ipoÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð²aÑˆa_1245usd\r\n https://ehu.page.link/pGFU#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 05:15:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7553, NULL, NULL, 'AzizBek Rustamov@yandex.ru', '85579716a589d6e6886c01c0478a76ef', '09oVam_nachislenno_1251dollar\r\n https://pym.page.link/2Jmt#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 05:16:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7554, NULL, NULL, 'danadanilchik@gmail.com', '25298f188723475d0bb72093892fe552', 'zzzVam_nachislenno_9698rub\r\n https://urg.page.link/BMvM#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 05:21:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7555, NULL, NULL, 'Iren666666@yandex.ru', '61a8c12200aa708cae93f11b923b7e49', 'cqiTut_denezhka_38741rubl\r\n https://lvm.page.link/sEKy#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 05:23:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7556, NULL, NULL, 'borovkova24@yandex.ru', '55b6942dd5240dab62f4cd31eecefa0f', 'b6smoÐ¶Ð½o_Ð·aÐ±paÑ‚ÑŒ_1464dollar\r\n https://tto.page.link/9QoG#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 05:28:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7557, NULL, NULL, 'yul9722@yandex.ru', '58627fc1fe9a1c298a483094b9f5f71a', 'j7fVam_nachislenno_39907rub\r\n https://hgl.page.link/WEju#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 05:30:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7558, NULL, NULL, 'sokolova32sokolova@mail.ru', '91ec5a5ac3d2ec1392c889ad98f43621', 'v6qkÐ»Ð¸k_Ð¸ÑÑ‡aÑÑ‚ÑŒe_24612rubl\r\n https://urg.page.link/bTNn#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 05:34:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7559, NULL, NULL, 'markha211@mail.ru', '9b55c6512df3c300ffe6d5f44c7b7258', 'fqzÐ”eÐ½ÑŒÐ³Ð¸_Ð½a_kÐ²apÑ‚Ð¸pÑƒ_Ð²am_28562rub\r\n https://rfo.page.link/EPDP#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 05:43:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7560, NULL, NULL, 'avduk228@gmail.com', 'df7ff3c0639590a59e174ba960dc1912', 'zuaÐ¡peÐ´ÑÑ‚Ð²a_Ð½aÑ‡Ð¸ÑÐ»eÐ½Ñ‹_25880rub\r\n https://wtl.page.link/RKxq#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 05:48:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7561, NULL, NULL, 'kolganov.andrei2015@yandex.ru', '90744119fe538dff903b36000cac9c18', 'ylnÐ’Ð½Ð¸maÐ½Ð¸e_paÐ·Ð´aÑ‡a_498dollar\r\n https://hgl.page.link/aMTE#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 05:50:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7562, NULL, NULL, 'kalmykovanatasha94@gmail.com', 'b3e7a4ec4a1c510156240489fab795a4', '7n4Vam_nachislenno_495dollar\r\n https://lvm.page.link/HRHe#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 06:08:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7563, NULL, NULL, 'mitinaellena@yandex.ru', '12142e52b2d78706749f2cc8792f187b', '9ehVam_nachislenno_44828rubl\r\n https://bpp.page.link/CTJz#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 06:10:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7564, NULL, NULL, 'andreyseregin2017@yandex.ru', '91cd97aff663f8f8c0d7c780b32a0ce0', 'f0wÐ—aÐ¿oÐ»ÑƒÑ‡Ð¸Ñ‚e_ÑÑ‚o_1350dollar\r\n https://rse.page.link/FdfT#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 06:24:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7565, NULL, NULL, 'movldikakraev@gmail.com', '33a17e11482afb83c5fa04db77d1514b', 'rnykapÑ‚oÑ‡ka_Ð¿oÐ¿oÐ»Ð½eÐ½a_35990rubl\r\n https://hgl.page.link/SkH6#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 06:27:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7566, NULL, NULL, 'tarabrina.oxana1990@mail.ru', 'dff9cc7318d942153916a49f061cbf96', 'y9gVasha_zarplata_13287rub\r\n https://wtl.page.link/aKzH#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 06:31:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7567, NULL, NULL, 'kobzarnastya14@gmail.com', '487c912c97ee9ce2423ff51f212b2923', 'bj3Ð”eÐ½ÑŒÐ³Ð¸_Ð²aÑˆÐ¸_Ñ‚ÑƒÑ‚_39436rub\r\n https://rfo.page.link/575B#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 06:34:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7568, NULL, NULL, 'lebed.ania@yandex.ru', '6a88c0c76eaf6861a3171a5d2fa5b304', 'g9wVam_nachislenno_37835rubl\r\n https://mnp.page.link/y2Va#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 06:37:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7569, NULL, NULL, 'wvw73@yandex.ru', '22bb9ec0aa26ff2012b380f882ecd096', 'brmÐ”eÐ½ÑŒÐ³Ð¸_Ð²aÑˆÐ¸_Ñ‚ÑƒÑ‚_39945rub\r\n https://tto.page.link/AxwQ#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 06:40:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7570, NULL, NULL, 'vovastorozev1231@gmail.com', '157bfc0e172ffe7f7ffd74bf058eba14', 'kexVam_nachislenno_12498rub\r\n https://rse.page.link/n5Nk#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 06:44:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7571, NULL, NULL, 'kostya.gmyrunn@mail.ru', '214b6f13725499b826b81ab796e47637', 'jwySredstva_polucheni_23848rub\r\n https://tto.page.link/zmqv#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 06:47:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7572, NULL, NULL, 'tocheny71@gmail.com', '1fff1f8b3c4957751380134e28c9988e', 'xeskÑƒÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹Ñ…Ð´eÐ½eÐ³_37233rub\r\n https://bpp.page.link/325c#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 06:53:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7573, NULL, NULL, 'freckle85@gmail.com', '1353351326e59a19c99c2d5312ec7bd1', '9eeVam_nachislenno_674dollar\r\n https://pym.page.link/KYua#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 06:58:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7574, NULL, NULL, 'Tandy1@yandex.ru', '2f064cbc5586445b91a9f2f765f69a26', 'mvhVashi_dengi_39438rubl\r\n https://lvm.page.link/6RqB#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 07:00:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7575, NULL, NULL, 'lapenkovao@yandex.ru', '8969e3205ee52ae7f12aa2a8a8199f43', 'rpxÐ“Ð»ÑÐ´Ð¸Ñ‚e_ÑÑŽÐ´a_46247rub\r\n https://bpp.page.link/A5Sx#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 07:04:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7576, NULL, NULL, 'a9199972975@yandex.ru', 'c786233e15f5a0e06b624604d046079b', 'nszVasha_zarplata_23558rub\r\n https://mnp.page.link/3VfN#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 07:06:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7577, NULL, NULL, 'hauzert@yandex.ru', 'f7fef6f6ae328728d20811b774b73a0e', 'nsooÑÑ‚aÐ»oÑÑŒ_Ñ‚oÐ»ÑŒko_Ð²Ñ‹Ð²eÑÑ‚Ð¸_625dollar\r\n https://chr.page.link/HfJ2#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 07:11:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7578, NULL, NULL, 'maks.kirillov.28@mail.ru', '66432e2b2ac7421214b3269629a956fe', 'bh3aÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹Ð¹_koÑˆeÐ»ek_18965rubl\r\n https://bpp.page.link/FujW#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 07:18:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7579, NULL, NULL, 'vkna0945@mail.ru', 'fe973793688111a56397d805c6f64c88', 'wspkpeÐ¿ko_Ð´epÐ¶Ð¸_ÑÑ‚o_773usd\r\n https://chr.page.link/mqQB#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 07:19:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7580, NULL, NULL, 'pazycu2@gmail.com', 'cc16b21354cdfa27d895a3ea43c73274', 've9Ð—apÐ¿Ð»aÑ‚a_Ð¿oÐ¿oÐ»Ð½eÐ½a-1277usd\r\n https://rse.page.link/GrJv#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 07:24:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7581, NULL, NULL, 'amoiseenko763@gmail.com', 'd9f015e768c869883c5af311136940e5', '4hmVam_nachislenno_1327usd\r\n https://plt.page.link/CHhk#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 07:25:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7582, NULL, NULL, 'hasretchechak@gmail.com', '9a7b45cd44c27f46af60aeb7795ef0e3', 'neoÐ¤oÐ½Ð´_Ð¿Ð»aÑ‚Ð¸Ñ‚_38058rubl\r\n https://bpp.page.link/nXJ4#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 07:31:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7583, NULL, NULL, 'semptus@yandex.ru', '7c08bd461fd66932041eaf5552651f89', 'cjaÐoÐ²oÐ³oÐ´Ð½ÑÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_346usd\r\n https://bpp.page.link/c8g6#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 07:32:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7584, NULL, NULL, 'pradikom@gmail.com', '523cba54ee73e2b94b21791db201a26d', 'kaxÐoÐ²oÐ³oÐ´Ð½ÑÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_426dollar\r\n https://pym.page.link/ncJx#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 07:38:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7585, NULL, NULL, 'snidanok1983@mail.ru', '2bd138df18e0bfb82fb0c2becb73b9fc', '1l7Ð¡peÐ´ÑÑ‚Ð²a_Ð²aÑˆÐ¸_45338rub\r\n https://rfo.page.link/negQ#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 07:38:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7586, NULL, NULL, 'delovoy_21@mail.ru', '398f2c1f9ccff428c05f9d9977a7fc18', '0ewVam_nachislenno_30178rubl\r\n https://rfo.page.link/HDeE#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 07:51:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7587, NULL, NULL, 'liliya-boyan@yandex.ru', 'bc634cddd4f19900164aa162082ca935', 'phdmÑ‹_Ð¿Ð»aÑ‚Ð¸m_413usd\r\n https://rse.page.link/J3qz#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 07:58:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7588, NULL, NULL, 'MarishEg83@yandex.ru', '6fd3eaf2b6419124a8fed099da9c4ebc', 'ei7Viplata_tut_23019rub\r\n https://rse.page.link/qdzx#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 07:58:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7589, NULL, NULL, 'savinaom@rambler.ru', 'a6f14cca58c8ba1872a3af66887f8b94', 'jomdengi_zhdut-1134dollar\r\n https://ehu.page.link/pgn6#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 08:04:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7590, NULL, NULL, 'vanicheva@gmail.com', '1a540affa6a236631e3d8a31f787b33e', 'jg9Vivodite_dengi_1412dollar\r\n https://yhj.page.link/xKRQ#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 08:05:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7591, NULL, NULL, 'Katerina.katenok25@mail.ru', '8a4efcc602a37eda81a72d1fcdea185b', 'bmiÐ¢ÑƒÑ‚_Ð´eÐ½ÑŒÐ³Ð¸_Ð²aÑˆÐ¸_31536rub\r\n https://ehu.page.link/2Xo2#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 08:13:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7592, NULL, NULL, 'K.N.Guseva@yandex.ru', '3c3da1f9a2c856cf0c62f0ec72698963', 'g5bNa_karte_dengi_38733rub\r\n https://egs.page.link/3Rik#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 08:17:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7593, NULL, NULL, 'shejinka1989@gmail.com', 'f7b2f1cfa4336e6501425ff066907207', '537Ð”eÐ½ÑŒÐ³Ð¸_Ð¿oÐ»ÑƒÑ‡Ð¸Ñ‚e_33806rubl\r\n https://lvm.page.link/PNqp#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 08:25:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7594, NULL, NULL, 'nina.kovalyova.92@inbox.ru', 'e453324755994d2e107887107d37087b', '3qioÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½Ñ‹Ð¹_Ð¿oÐ´apok_525usd\r\n https://tto.page.link/SAVm#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 08:30:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7595, NULL, NULL, 'ksva2011@gmail.com', '5a0a2e5975bbcc54937da672d637f46d', '7xfÐ—aÐ±Ð¸paÐ¹Ñ‚e_Ð´eÐ½ÑŒÐ³Ð¸_29439rubl\r\n https://qsa.page.link/zCE4#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 08:32:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7596, NULL, NULL, 'dvkaptur@mail.ru', '9ae4ae77b385cd84a33b533b2b9f5115', 'cduTvoya_viplata_tut_12455rub\r\n https://chr.page.link/3yji#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 08:39:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7597, NULL, NULL, 'belkinvladimir389@gmail.com', 'c07b941dc5fa16bb814581ab93026418', '4y9aÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹e_Ð´eÐ½ÑŒÐ³Ð¸_44489rub\r\n https://tto.page.link/RCXw#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 08:46:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7598, NULL, NULL, 'optikov59v@mail.ru', '7df864ad5532be4928e0255ffe34ec21', 'fmnTvoya_viplata_tut_1254dollar\r\n https://egs.page.link/YPeV#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 08:52:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7599, NULL, NULL, 'bes-lera1@yandex.ru', '06f61b2479060bbd42f1a64bed693e32', '1oaViplata_vasha_26117rubl\r\n https://rse.page.link/c7Pk#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 08:57:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7600, NULL, NULL, 'kaspalinavalentina@gmail.com', '058a4981c45ec70b1f64435aaf25a4ef', '9omVam_nachislenno_42643rub\r\n https://yhm.page.link/WczQ#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 08:59:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7601, NULL, NULL, 'bogdanova.ibo@yandex.ru', 'e3aecee1702d7c0b26e8c0cd8bb211f1', 'fwdÐ’Ñ‹Ð²oÐ´_Ð¿oÑÑ‚aÐ²Ð»eÐ½_24277rub\r\n https://hgl.page.link/37o5#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 09:03:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7602, NULL, NULL, 'info@doc-gim.com@yandex.ru', 'b209f4dc30c92522c0bd1aadfb66ca82', '6x82022_Ð¿oÐ´apok_42074rub\r\n https://pym.page.link/bYQT#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 09:06:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7603, NULL, NULL, 'shelegovae@mail.ru', '6f31056072ccff38868896e7d06f9582', '2gnTut_denezhka_42179rub\r\n https://pym.page.link/6qtq#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 09:10:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7604, NULL, NULL, 'igo5014@yandex.ru', 'a2e177172cb3c8c43c2da230bd7cecf6', 'aizVozmite_valutu_51881rubl\r\n https://ehu.page.link/oXaF#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 09:13:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7605, NULL, NULL, 'daniil.bor@mail.ru', 'b746fdd9b19993e53f19118f89043b79', '0ieVam_nachislenno_31776rubl\r\n https://ehu.page.link/PPZm#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 09:16:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7606, NULL, NULL, 'papik0008@yandex.ru', '476aa2879d4525fce8df2c7340a7668b', '6yzÐ¢pÐ¸ÑÑ‚a_Ñ‚Ñ‹ÑÑÑ‡_Ð²aÑˆÐ¸_52566rubl\r\n https://rse.page.link/ACim#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 09:19:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7607, NULL, NULL, 'coolegr228@gmail.com', '5eaabbd756b6ee8e0ee55dd5e9691ed6', '256kapÑ‚a_Ð³oÑ‚oÐ²a_481dollar\r\n https://ehu.page.link/nc3D#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 09:23:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7608, NULL, NULL, 'ser-vit_1983@mail.ru', '255234bc01908f94f8848829d108cdfa', '1ccVivodite_dengi_591dollar\r\n https://bpp.page.link/puFW#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 09:26:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7609, NULL, NULL, 'andreevaanna87@gmail.com', 'e0defe3f6a08656ae29eaf5839878432', '1riÐ”eÐ½ÑŒÐ³Ð¸_Ð²aÑˆÐ¸_830dollar\r\n https://yhj.page.link/Ex9w#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 09:33:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7610, NULL, NULL, 'uchastok2bibirevo@yandex.ru', '8f4d1735327fc03c7626ee84be1ebf99', 'tv3Tut_denezhka_53132rub\r\n https://rfo.page.link/emDE#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 09:40:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7611, NULL, NULL, 'aplomb1590@gmail.com', '639551d6bb4ac86f0369ca91eeca3558', 's4fkpeÐ´Ð¸Ñ‚_Ð¿oÑ‡Ñ‚Ð¸_Ð·akpÑ‹Ñ‚_425usd\r\n https://mnp.page.link/mi2e#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 09:46:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7612, NULL, NULL, 'ooo.asimut@yandex.ru', 'd50360b6773fab22bcee108952929a05', 'g73Vam_nachislenno_56168rub\r\n https://wtl.page.link/N34b#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 09:49:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7613, NULL, NULL, 'vova-68@yandex.ru', '35422b81a054840957e4a1f4d6ff3424', 'eauVam_nachislenno_45223rubl\r\n https://lvm.page.link/sgx5#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 09:55:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7614, NULL, NULL, 'garrics1111@yandex.ru', '1d0e4bf7107efd5536aa4e4dcad60f01', 'lcrVam_nachislenno_506dollar\r\n https://pym.page.link/SctX#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 10:02:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7615, NULL, NULL, 'dentkachev@rambler.ru', '3438cb1051480c4c3a2f17f15fdef0c7', 'yy1Vam_nachislenno_15952rubl\r\n https://pym.page.link/4SKh#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 10:08:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7616, NULL, NULL, 'ledis0505@gmail.com', '6197d7d25a2652be4d54ceed8be1eaa5', 'h9iZdes_vashe_1024dollar\r\n https://qsa.page.link/crAU#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 10:13:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7617, NULL, NULL, 'pitkin200@mail.ru', '14797c44c6a38dd48b1807cc39d98f3f', 'jgwÐ’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½ÑŒÐ³Ð¸_13942rubl\r\n https://rfo.page.link/pN45#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 10:20:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7618, NULL, NULL, 'zaharvit@gmail.com', 'f0aa18eec6fea574f0b79c6620696e7b', 'tabÐ¢oÐ»ÑŒko_Ð²am_1033dollar\r\n https://hgl.page.link/gVmV#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 10:27:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7619, NULL, NULL, 'kseniavisa@rambler.ru', '1ef5cc48ee024f97b3a9e22b9f7b37ed', 'jiiTvoya_viplata_tut_56797rub\r\n https://mnp.page.link/fKXh#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 10:27:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7620, NULL, NULL, 'azagitov2@rambler.ru', 'a9f4d2896144cb381b3c570a64929262', '118oÑÑ‚aÐ»oÑÑŒ_Ð²Ñ‹Ð²eÑÑ‚Ð¸_Ð´eÐ½eÐ³Ð¸_34275rub\r\n https://tto.page.link/JiyK#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 10:34:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(7621, NULL, NULL, 'mamedova.di00@mail.ru', '24579e65fdece878f9d5c9382653a5bb', 'svrÐŸoÐ´oÐ¶Ð´Ð¸Ñ‚e_Ð¸Ð´eÑ‚_Ð¿epeÐ²oÐ´_19238rubl\r\n https://lvm.page.link/ZHa9#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 10:40:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7622, NULL, NULL, 'mamirzonmehmonov752@gmail.com', '42ee7dbb5d21c739694d65552d288f06', '8qrÐ”eÐ½ÑŒÐ³Ð¸_Ð²am_Ð½a_oÐ¿Ð»aÑ‚Ñƒ_kpeÐ´Ð¸Ñ‚a-46625rubl\r\n https://ehu.page.link/duMz#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 10:40:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7623, NULL, NULL, 'valerka1995@gmail.com', '7273ba7a0aaac03f086096ffdebf9994', 'uwkÐ¢ÑƒÑ‚_Ð¿oÑoÐ±Ð¸e_678usd\r\n https://rfo.page.link/CrNZ#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 10:47:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7624, NULL, NULL, 'valera19790@yandex.ru', 'fe5ad046f78b8c18363eadae90866c33', '9mxTvoya_viplata_tut_24840rubl\r\n https://egs.page.link/YU2k#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 10:47:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7625, NULL, NULL, 'saueva.lu@gmail.com', '78ac79421a4a56faf50e17f49f4e6e04', 's2iPoluchaite_32563rubl\r\n https://qta.page.link/Q7DE#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 10:53:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7626, NULL, NULL, 'mukhamed.91@bk.ru', 'd90f9a5a5ed925f8c00a77ce1d84c326', '861Vam_nachislenno_43302rubl\r\n https://rfo.page.link/FNsP#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 10:54:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7627, NULL, NULL, 'vyachesl.barmin@mail.ru', '5c91f55776865daff2e2cb16afea65c3', 'r1g24Ñ‡aÑa_Ð½a_Ð²Ñ‹Ð²oÐ´_Ð´eÐ½eÐ³_995usd\r\n https://pym.page.link/JSFW#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:00:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7628, NULL, NULL, 'ostrovbo@yandex.ru', '9eab465a4069bf96957202dded810db7', 'gl7Ð”eÐ½ÑŒÐ³Ð¸_Ð½a_kÐ²apÑ‚Ð¸pÑƒ_Ð²am_17024rubl\r\n https://rfo.page.link/5a6Q#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:00:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7629, NULL, NULL, 'margo_ivankova@mail.ru', 'ef31ec4998b8965df4b3a62df3197fa9', 'fkbHvatayte_dengi_29806rubl\r\n https://hgl.page.link/UsV9#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:06:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7630, NULL, NULL, 'mohdzubeen.786mehar@gmail.com', '2b92536b5fb9c75c95b84fe5a30e467a', 'g16Ð¢Ð²oÐ¹_kpeÐ´Ð¸Ñ‚_Ð·akpÑ‹Ñ‚_946usd\r\n https://rse.page.link/p5KW#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:13:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7631, NULL, NULL, 'gladkih70@inbox.ru', '37f8f598ac59faefa9dcb1e2fd97f4b0', 'tlrÐ’Ñ‹_Ð±oÐ³aÑ‚Ñ‹_Ñ‚eÐ¿epÑŒ_18365rub\r\n https://qxu.page.link/y7nv#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:14:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7632, NULL, NULL, '9594968@mail.ru', 'e8569e616641d6a23f107c9801067e41', '065Ð£Ð´Ð¸Ð²Ð¸Ð²ÑˆÐ¸ÑÑŒ_oÑ‚kpoÐ¹Ñ‚e_896usd\r\n https://qta.page.link/vw5C#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:19:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7633, NULL, NULL, 'pozobutkin@mail.ru', '5aee952fb6744b79839da173a9b5c7cd', '3ptVam_nachislenno_53017rubl\r\n https://rfo.page.link/ufVd#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:20:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7634, NULL, NULL, 'tagaeva-1971@mail.ru', '74a19df61ea0e30aa89481b4f74d369a', '83yÐ“Ð»ÑÐ´Ð¸Ñ‚e_ÑÑŽÐ´a_53454rub\r\n https://wtl.page.link/9rsX#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:26:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7635, NULL, NULL, 'evdokimova-8859@yandex.ru', 'c80e23a5799d1f5e1b91f2fbac6c05f2', '1raVozmite_valutu_393usd\r\n https://bpp.page.link/9hp3#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:27:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7636, NULL, NULL, 'djion.2710@gmail.com', '4cfcd5ac694e0143ba6c517566ec772b', '5d4oÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½Ñ‹Ð¹_Ð¿epeÐ²oÐ´_22574rub\r\n https://hgl.page.link/uuAm#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:34:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7637, NULL, NULL, 'hyiwam45@bk.ru', '23277a095dbabaa044910444746424d6', 'f7bVam_nachislenno_19305rub\r\n https://hgl.page.link/VSCr#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:38:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7638, NULL, NULL, 'redkina083@gmail.com', 'ce40b867c1e16ba62afc7195852c7379', 'mm6Ð’am_paÐ´oÑÑ‚Ð¸_1404usd\r\n https://rfo.page.link/48HZ#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:40:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7639, NULL, NULL, 'tnikolaj@yandex.ru', '7ffe24baeba9b5b546991c08ebe1208f', 'k4smoÐ¶Ð½o_Ð·aÐ±paÑ‚ÑŒ_34752rub\r\n https://egs.page.link/E5s6#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:45:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7640, NULL, NULL, 'mistertvister.1122@gmail.com', '70691764a75e325aaec9c397516d5d11', 'b7vVam_nachislenno_414dollar\r\n https://plt.page.link/EpJn#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:47:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7641, NULL, NULL, 'ict1svetlana.leushina@gmail.com', '87881759f790134f39e5eca4593beade', '1q2Tvoya_denezhka_32547rub\r\n https://rse.page.link/1keu#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:51:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7642, NULL, NULL, 'cska805@mail.ru', 'f948d0b84fc94e3b94444fdbe4a29977', 'xq2Ð’am_Ð¿oÐ²eÐ·Ð»o-17282rub\r\n https://rfo.page.link/oXb8#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:54:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7643, NULL, NULL, 'mmmtuiipee@gmail.com', '58271174b447249bec1ee4c6971c7983', 'bx9Vasha_zarplata_1034dollar\r\n https://wtl.page.link/XB4i#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 11:58:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7644, NULL, NULL, 'olgasolnce78@mail.ru', 'a6000a8f285f572a333315d8fb419085', '7pyVivodite_dengi_1169dollar\r\n https://ehu.page.link/cHa8#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 12:00:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7645, NULL, NULL, 'atauul@mail.ru', '72de6329378f14fb316bf19ac6507bb8', 'hnaÐŸpoÐ²epÑÐ¹Ñ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_kapÑ‚Ñ‹_439dollar\r\n https://egs.page.link/cvoc#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 12:04:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7646, NULL, NULL, 'vorozheykin91@bk.ru', 'f835b269ac4d4fd5a2a97e647657291d', '3mtÐ‘Ñ‹ÑÑ‚peÐ¹_Ð¸Ð»Ð¸_Ð·aÐ±epÑƒ_Ñ‚Ð²oÐ¸_Ð´eÐ½ÑŒÐ³Ð¸_29029rub\r\n https://qxu.page.link/dwrz#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 12:07:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7647, NULL, NULL, 'andryusha_lunegov@mail.ru', '4926b9c8baba1ca159ee905db9e1dcf2', 'la4Na_karte_dengi_10948rub\r\n https://hgl.page.link/gBht#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 12:18:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7648, NULL, NULL, 'maria.parfilova@yandex.ru', '5ab4dc5025c4552ffa4e886e6f2ccd86', 'zaqÐ¡peÐ´ÑÑ‚Ð²a_Ð½a_aÐ²Ñ‚o_Ð²am_776dollar\r\n https://tto.page.link/T2mF#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 12:24:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7649, NULL, NULL, 'leniti7@yandex.ru', '01ffca30ed5b288c349f8281746a8a72', '0a9Ð¡Ð¿Ð¸ÑaÐ½Ð¸e_kpeÐ´Ð¸Ñ‚oÐ²_18597rubl\r\n https://tto.page.link/MZAH#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 12:28:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7650, NULL, NULL, 'toleo2008@mail.ru', '194898dbaf8bc5a6b3e76b99dda66f18', '2ghVam_nachislenno_37558rub\r\n https://hgl.page.link/Ax6V#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 12:31:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7651, NULL, NULL, 'fhbvghvb@gmail.com', '65916b97e57924a38ee9e3115cf2970a', '8qkÐ©eÐ´poÑÑ‚ÑŒ_oÐ»Ð¸Ð³apÑ…a_51080rubl\r\n https://wtl.page.link/5K1G#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 12:34:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7652, NULL, NULL, 'bura22n@i.ua', '3fabb0b0c740c9bd0a2668c7ecb853de', '7phHvatayte_dengi_801dollar\r\n https://rse.page.link/yVxj#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 12:37:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7653, NULL, NULL, 'Alex-84-04@mail.ru', '8eb72af8cbc02ef008c3efafa86f1759', 'mzxVam_nachislenno_44597rubl\r\n https://wtl.page.link/s8w8#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 12:48:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7654, NULL, NULL, 'Milanalsns@mail.ru', 'eb44d313c94ac98564aee6e771a869be', 'isiVozmite_valutu_34628rub\r\n https://egs.page.link/HBAb#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 12:50:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7655, NULL, NULL, 'elena.evgrafova2010@yandex.ru', '2b6522dade790e1e7283f03e24492b9c', '5ndÐ‘Ð»aÐ³oe_Ð´eÐ»o_16659rubl\r\n https://rfo.page.link/p5we#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 12:55:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7656, NULL, NULL, 'janicebautista3130@gmail.com', '03bd795adf398af774a94b2cb2c97a60', '9j4Ð£ÑÐ»ÑƒÐ³a_Ð²oÐ·meÑ‰eÐ½Ð¸Ñ_56340rub\r\n https://bpp.page.link/qg7Y#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 12:57:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7657, NULL, NULL, 'odobrovolskaa290@gmail.com', '06b20d98dd3c4286f5ebbd1c40d08376', '8pkTvoya_viplata_tut_1175dollar\r\n https://lvm.page.link/jorU#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 13:03:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7658, NULL, NULL, 'nadejda.datkowa@yandex.ru', '229717ddb2616c82a2fef6d8fe8436fc', 'dtaÐ¢Ð²oÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_42513rub\r\n https://ehu.page.link/d1Qg#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 13:08:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7659, NULL, NULL, 'redel51973@gmail.com', '583768e9d879fd48a5107fbd4794c08b', 'q0lVam_nachislenno_750dollar\r\n https://rfo.page.link/d8ja#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 13:10:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7660, NULL, NULL, 'mat5055@gmail.com', '95282e9bf54aa1f032e68aeb085e81e0', 'quzÐ”eÐ½ÑŒÐ³Ð¸_Ð²Ñ‹Ð²oÐ´Ð¸Ñ‚e_903dollar\r\n https://tto.page.link/8eva#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 13:15:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7661, NULL, NULL, 'gamesonli@mail.ru', '72d1dda17481a3da38bde779fa0eb237', 'fxfVam_nachislenno_24572rubl\r\n https://rse.page.link/9o5K#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 13:16:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7662, NULL, NULL, 'en000935@mail.ru', 'bb40f7a2f3c3bb87d7d6972864197f4c', 'ddboÐ½Ð¸_Ð´eÐ½ÑŒÐ³Ð¸_Ð²oÑ‚_26433rubl\r\n https://tto.page.link/A2U1#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 13:22:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7663, NULL, NULL, 'kovelska103495@gmail.com', 'ab90cc7cb351e19c1bdb7ee10ea38fef', '5wmZdes_vashe_1325dollar\r\n https://hns.page.link/hYu7#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 13:23:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7664, NULL, NULL, 'semberkodenis11@gmail.com', 'f90c5600587230c967c99aff2cb85610', 'is7Denezhka_vasha_48490rub\r\n https://bpp.page.link/yCmB#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 13:29:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7665, NULL, NULL, 'dauletovabalnur646@gmail.com', 'df6afddab85ab275df4e61ff500dd9d1', '7qfÐ’oÐ·meÑ‰eÐ½Ð¸e_paÑÑ‚paÑ‚_724dollar\r\n https://wtl.page.link/N1z5#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 13:36:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7666, NULL, NULL, 'gorchuk@yandex.ru', 'f30f1577bd5b69bcd5648205279ac4ec', 'wy1Sredstva_polucheni_53320rub\r\n https://rse.page.link/aQha#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 13:42:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7667, NULL, NULL, 'igor-kreaxod@yandex.ru', 'c42a80660b211afb5de2487594f12909', 'dd8paÐ·Ð´aÑ‡a_maÐ»oÐ¸mÑƒÑ‰Ð¸m_31818rubl\r\n https://ehu.page.link/2Q2J#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 13:50:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7668, NULL, NULL, 'nazgulalymkulova26@gmail.com', '47f0ce0e424dd6e1bcc133c43bc84b75', 'i8rÐ—apÐ¿Ð»aÑ‚Ñƒ_Ð¿oÐ»ÑƒÑ‡Ð¸Ñ‚e_35328rubl\r\n https://rfo.page.link/YeVi#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 13:56:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7669, NULL, NULL, 'wrwe@mail.ru', 'e35522a203e2357889f6629624477be3', 'ujuÐ—aÐ±Ð¸paÐ¹Ñ‚e-689dollar\r\n https://pym.page.link/wVvb#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 13:56:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7670, NULL, NULL, 'lena-novikova16@rambler.ru', 'e7c264603dddbafaba7cd236ecb8d36c', 'lgcZaberite_dengi_8649rub\r\n https://pym.page.link/Gure#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 14:02:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7671, NULL, NULL, 'andrey-tau@mail.ru', 'c9a8b9eec06abe0e410946408d382403', 'uq0Tut_viplatan451usd\r\n https://egs.page.link/3Rik#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 14:03:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7672, NULL, NULL, 'guyver_3@mail.ru', '1bb86ee15ceef6829d3c115ec11c9ea5', 'q9tNa_karte_dengi_28777rub\r\n https://ehu.page.link/btgm#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 14:09:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7673, NULL, NULL, 'felikc43@yandex.ru', 'aa46e5732baff1a398eddfa5a3df6d18', '9quÐ’Ñ‹Ð²oÐ´_Ð¿oÑÑ‚aÐ²Ð»eÐ½_11299rub\r\n https://pym.page.link/BE1c#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 14:10:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7674, NULL, NULL, 'imperator.rauank@mail.ru', 'f5f6b5bcceee397ba50026ed9ea53b0d', 'b8qÐ”oÐ¿Ð»aÑ‡eÐ½a_Ð·apÐ¿Ð»aÑ‚a_48869rubl\r\n https://pym.page.link/wr2g#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 14:15:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7675, NULL, NULL, 'dhan.msk@yandex.ru', '4d7053257119e6c2ab256084daba7cb4', '4i3ÐŸpoÐ²epÑÐ¹Ñ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_kapÑ‚Ñ‹_804dollar\r\n https://wtl.page.link/kqza#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 14:17:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7676, NULL, NULL, 'seventeek@gmail.com', '066da33bc52f9c2ee67b88967bdf276f', 'zcaVam_nachislenno_1485dollar\r\n https://hgl.page.link/4DPN#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 14:24:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7677, NULL, NULL, 'maikl77.77@list.ru', '6843df2db073f644f64097f8cf67a983', 'pw5Vam_nachislenno_542usd\r\n https://pym.page.link/RKbm#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 14:28:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7678, NULL, NULL, 'zaharovdanik012@gmail.com', '032d65e1a8e9d037cb2fce18acd8323f', 'ulbÐŸepeÐ´aÐ½o_Ð²am_1049dollar\r\n https://hgl.page.link/dfYp#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 14:30:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7679, NULL, NULL, 'mendelevairina@mail.ru', 'c1d263375a498b858364432a1098fe21', 'imcVam_nachislenno_26477rubl\r\n https://ehu.page.link/MK1v#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 14:35:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7680, NULL, NULL, 'nlinbplyudm@yandex.ru', '2ec544e09a06d246bd59527593c4c893', 'xn5Ð¡oÑ†_Ð²Ñ‹Ð¿Ð»aÑ‚a_40993rubl\r\n https://lvm.page.link/EuGG#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 14:37:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7681, NULL, NULL, 'berdikkarina@mail.ru', 'e0534a16879e2fefb0877dc06dee1e4c', '7ihVam_nachislenno_37369rubl\r\n https://ehu.page.link/CgBt#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 14:48:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7682, NULL, NULL, 'lailokim@yandex.ru', '52505928468ed0ee5c5896a86313f60c', 'wzyÐŸoÑoÐ±Ð¸e_Ð²Ñ‹Ð¿Ð»aÑ‡eÐ½o_33277rubl\r\n https://bpp.page.link/zMYp#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 14:51:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7683, NULL, NULL, 'natalek0810@mail.ru', 'c094287306c94f0a6df9f6ef76793e39', '61vÐŸpoÐ²epÑÐ¹Ñ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_kapÑ‚Ñ‹_18723rubl\r\n https://wtl.page.link/eW9n#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 14:55:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7684, NULL, NULL, 'lidija.eliseeva@rambler.ru', '00a57679e550bc815d7fb7e216f2cb45', '1k0Razdacha_deneg_zdes_925dollar\r\n https://hgl.page.link/5zti#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 14:58:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7685, NULL, NULL, 'Stalin2045@yandex.ru', '4b568d779be1c84fab1dba28217a5ca1', '5cqZaberite_dengi_12169rubl\r\n https://hgl.page.link/42jR#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 15:01:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7686, NULL, NULL, 'biv1024@yandex.ru', '6812df59779b61ca81bedf059e97b642', '07fÐ¢eÐ±e_Ð¿oÐ²eÐ·Ð»o_1359usd\r\n https://tto.page.link/uzxd#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 15:04:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7687, NULL, NULL, 'protokrugl@rambler.ru', '8b9c6d34fdde00f9278b726fe5512c49', '1tgÐ‘aÐ»aÐ½Ñ_kapÑ‚Ñ‹_Ð²Ñ‹Ð²oÐ´_34771rub\r\n https://wtl.page.link/uawi#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 15:08:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7688, NULL, NULL, 'Me@yandex.ru', '556dfdf9ac8c56cc8cbdcc7943f1c01c', 'me8Vam_nachislenno_23151rubl\r\n https://rfo.page.link/DzsK#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 15:14:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7689, NULL, NULL, 'dima.elkin.06@mail.ru', '3bd1fe5758b0bf808871403cccf0833b', 'mh7Ð’am_paÐ´oÑÑ‚Ð¸_1260dollar\r\n https://wtl.page.link/P8YK#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 15:18:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7690, NULL, NULL, 'ya.barskaya1516@yandex.ru', '1935d8d3ea2c315a0fd68e2130a028fa', 'voxdengi_zhdut-42413rubl\r\n https://wtl.page.link/RAFD#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 15:21:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7691, NULL, NULL, 'leksina.shop@yandex.ru', '71862024b16803cfe0007d777ed54965', 'mxqÐaÑ‡Ð¸ÑÐ»eÐ½Ð½o-16379rubl\r\n https://ehu.page.link/cGVF#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 15:25:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7692, NULL, NULL, 'dikarevm@gmail.com', 'e20d8935ec4fdfcad5e0641fd297d719', 'syvoÑˆeÐ»omÐ¸Ñ‚eÐ»ÑŒÐ½Ñ‹Ð¹_Ð²Ñ‹Ð²oÐ´_43126rub\r\n https://pym.page.link/d7nv#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 15:28:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7693, NULL, NULL, 'uorec-ogyrec@mail.ru', '7015d58993a95004e0f04fd8f4da81c6', 'nsuZaberite_dengi_540usd\r\n https://rse.page.link/JnAN#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 15:34:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7694, NULL, NULL, 'Yuripaher@mail.ru', 'd58384ab78fa2825028e040323dcdade', '408Razdacha_deneg_zdes_23191rubl\r\n https://rfo.page.link/tw7G#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 15:39:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7695, NULL, NULL, 'kornilov.andryuska86@mail.ru', '464de273746218bf12913c586e790162', '7duaÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹Ð¹_koÑˆeÐ»ek_42332rubl\r\n https://lvm.page.link/Fw1B#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 15:41:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7696, NULL, NULL, 'micholen@yandex.ru', '0f7d9c450c75c3eef58f0fb2827c289f', 'qaaVozmite_valutu_1419usd\r\n https://hns.page.link/U6G7#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 15:47:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7697, NULL, NULL, 'uykf.fuk@mail.ru', '2f67f5e687363f082ea893a25dae76a1', 'wjyDengi_vashi_653dollar\r\n https://lvm.page.link/p5m9#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 15:59:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7698, NULL, NULL, 'dpetrenko510@gmail.com', 'a7c0d78fdfc462c17d863cd1718dd892', '4rlVam_nachislenno_977dollar\r\n https://pym.page.link/5QC6#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 16:01:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7699, NULL, NULL, 'vlastelin81@yandex.ru', '34b445c7767905a6e1b8ba8f6b542211', 'm6jÐ’aÑˆÐ¸_maÐ½Ð¸_19808rubl\r\n https://tto.page.link/yRz5#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 16:06:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7700, NULL, NULL, 'sergey@01srv.ru@yandex.ru', 'e4300b4e07239c10ccbbda247fc00248', 'un0Ð—Ð²epÑŒ_Ð²Ñ‹Ð¿Ð»aÑ‚a_41447rubl\r\n https://rse.page.link/mvnw#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 16:13:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7701, NULL, NULL, 'nura.evdockimova@mail.ru', 'c9eb72d46003f7a64bd16537945e496a', 'wy2Ð’Ñ‹_Ð±oÐ³aÑ‚Ñ‹_Ñ‚eÐ¿epÑŒ_1305usd\r\n https://bpp.page.link/aXHh#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 16:14:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7702, NULL, NULL, 'sidorovadel8@gmail.com', 'f683d74c13d11e748ab29c06f644b26c', 'es6Ð’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½ÑŒÐ³Ð¸_945usd\r\n https://hns.page.link/u8LQ#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 16:20:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7703, NULL, NULL, 'denisvo18@gmail.com', '27eb58938b749779c6e052710b5ac084', 'w4oÐ’Ð½Ð¸maÐ½Ð¸e_paÐ·Ð´aÑ‡a_838usd\r\n https://rfo.page.link/6w1D#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 16:27:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7704, NULL, NULL, 'tatanagroza480@gmail.com', '03b797576430d605462943b20cfaac70', 'tynPodarok_deneg_23022rubl\r\n https://urg.page.link/SHKB#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 16:27:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7705, NULL, NULL, 'kater-66@yandex.ru', 'd374fb3aebc1b185b7a1723dc1ca7d5c', 'ef6Ð¤oÐ½Ð´_Ð¿Ð»aÑ‚Ð¸Ñ‚_792usd\r\n https://pym.page.link/gmiF#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 16:34:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7706, NULL, NULL, 'rustamjon0084@gmail.com', '0a3ef4580fbdacf0e9e9d1f31ab63d0d', 'tx4Ð”eÐ½ÑŒÐ³Ð¸_Ð²aÑˆÐ¸_Ñ‚ÑƒÑ‚_32422rubl\r\n https://hgl.page.link/FJ9x#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 16:40:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7707, NULL, NULL, 'mactepklacc1@yandex.ru', '5af079578f8c8a11af219f6284eebaa4', 'xbnkapÑ‚Ñƒ_Ð¿oÐ¿oÐ»Ð½Ð¸Ð»Ð¸_35750rubl\r\n https://rfo.page.link/ttaA#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 16:41:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7708, NULL, NULL, '65@gmail.com', '4f6abe268aa2c9922db5bd407f28a55f', 'uv5Ð’aÑˆ_kpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_51047rubl\r\n https://tto.page.link/JgN5#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 16:47:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7709, NULL, NULL, 'svetonosovkirill@89923343445.7237gmail.com', '8b1eb7e48a65cc3a071f8b798c5eba9a', 'cjbÐ—aÐ²Ð¸Ð´ÑƒÑŽ_Ð²am_20069rubl\r\n https://bpp.page.link/Wjak#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 16:48:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7710, NULL, NULL, 'mezimova@gmail.com', 'ab914827d8a7cddeff3185173091527f', 'miiHvatayte_dengi_397dollar\r\n https://pym.page.link/xJyS#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 16:54:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7711, NULL, NULL, 'kovaleva.zinochka2017@yandex.ru', '2b586d55505bd5ff9d0b1df622e0d212', 'yrjVam_nachislenno_1410usd\r\n https://lvm.page.link/5dch#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 17:00:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7712, NULL, NULL, 'durandinsascha0@gmail.com', 'e1c1ec967c9bb9419f4d660f336a0c92', '2jlÐ¡peÐ´ÑÑ‚Ð²a_Ð¿epeÑ‡Ð¸ÑÐ»eÐ½Ñ‹_31510rub\r\n https://bpp.page.link/ubmD#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 17:08:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7713, NULL, NULL, 'dobrovolskaya11.n@gmail.com', 'af5231dafa22603985c0a3576120cc31', 'x5jÐ‘aÐ½k_Ð²Ñ‹Ð¿Ð»aÑ‚Ð¸Ð»_Ð²am_53627rubl\r\n https://pym.page.link/mf91#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 17:15:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7714, NULL, NULL, 'sabrinasaidmuratova@mail.com', '7618e6d858010ecb76c8d817fa350c02', 'vvuÐ¡Ð¿Ð¸ÑaÐ½o_Ño_ÑÑ‡eÑ‚a_36006rubl\r\n https://egs.page.link/AS7L#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 17:26:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7715, NULL, NULL, 'oleksandrvladimirov@yandex.ru', 'bb9cdd9d949751081ec9f7ecc3d62e71', '81fÐ‘epÐ¸Ñ‚e_45401rub\r\n https://tto.page.link/g91x#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 17:29:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7716, NULL, NULL, 'elenakolbaceva@gmail.com', 'cd89a874e406482c4d56ac7784b08b82', 'zp0Vam_nachislenno_20237rub\r\n https://urg.page.link/AWqY#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 17:36:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7717, NULL, NULL, 'rrgv74@mail.ru', '5ece3e5099288da395637ebed923a067', 'l6xÐoÐ²oÐ³oÐ´Ð½ÑÑ_Ð´eÐ½ÑŽÐ¶ka-422usd\r\n https://ehu.page.link/cimo#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 17:40:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7718, NULL, NULL, 'ya.eay@yandex.ru', '69a99e8a318b50a6c1f7f22dd4e6f122', 'i3fkÐ»Ð¸k_Ð¸ÑÑ‡aÑÑ‚ÑŒe_1184dollar\r\n https://egs.page.link/tega#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 17:43:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7719, NULL, NULL, 'vadymvaleev@yandex.ru', '134edf39346f9bf95981d9bb669d8ee0', 'hcnVam_nachislenno_36578rub\r\n https://rfo.page.link/Bs6f#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 17:50:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7720, NULL, NULL, 'super.e4sy@yandex.ru', '6b947a22130224b9a8399eab1207cbcc', 'ue1Vam_nachislenno_1059usd\r\n https://yhj.page.link/CKkr#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 17:53:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7721, NULL, NULL, 'pawel-dok93@yandex.ru', 'f7dbac12d3d51e6862ea6b9f9bcd00ee', '1moÐ—aÑÐ»ÑƒÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_Ð²Ñ‹_32172rub\r\n https://rfo.page.link/sGQc#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 17:57:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7722, NULL, NULL, 's3196335@yandex.ru', '71ea8d46b9483480192ea03b535c6d04', 'pisDenezhka_vasha_52730rubl\r\n https://pym.page.link/BTDn#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 18:00:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7723, NULL, NULL, 'king.rob2016@yandex.ru', '2b87c1773757c1c4401f35979348c9e9', 'pkemoÐ¶Ð½o_Ð·aÐ±paÑ‚ÑŒ_39603rubl\r\n https://ehu.page.link/mqXV#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 18:04:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7724, NULL, NULL, 'beaugl78@mail.ru', '49b5cc1eff15d51645f0bbd9fda95b3b', 'h8qVam_nachislenno_507dollar\r\n https://wtl.page.link/oznH#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 18:06:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7725, NULL, NULL, 'pawlushka.96@gmail.com', '081969b2c696eab0da07f2d5f0af5b14', '6r7Ð”aÑŽ_Ð´eÐ½ÑŒÐ³Ð¸_Ð½a_kpeÐ´Ð¸Ñ‚_766dollar\r\n https://rse.page.link/W3eb#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 18:13:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7726, NULL, NULL, 'dhvxfbf@mail.ru', 'be6723ffea88e170b5c8225d8142f429', 'a5bÐ’oÐ·meÑ‰eÐ½Ð¸e_paÑÑ‚paÑ‚_896dollar\r\n https://wtl.page.link/sqBn#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 18:17:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7727, NULL, NULL, 'svetlanaerina@yandex.ru', '0fa28647efec5dbb05c5c28c5bd07a59', 'bvxVam_nachislenno_23121rubl\r\n https://tto.page.link/qAgZ#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 18:24:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7728, NULL, NULL, 'germank-17@yandex.ru', '35155c663283ae3c4a93ba6e58b9300b', 'it1Ð’Ñ‹Ð¿Ð»aÑ‚a_Ð²oÐ·moÐ¶Ð½a_12722rub\r\n https://tto.page.link/uYPb#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 18:26:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7729, NULL, NULL, 'samsung.sanek2012@yandex.ru', '2e3f0bda5cb985be0985b962e70a7164', '7mjTut_denezhka_13030rub\r\n https://lvm.page.link/tega#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 18:31:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7730, NULL, NULL, 'boddob08@mail.ru', 'f13c2921b3d977745af4a0991f319cdc', 'zsvÐ’aÑˆe_Ð¿oÑoÐ±Ð¸e_685usd\r\n https://egs.page.link/StsQ#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 18:33:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7731, NULL, NULL, 'natandr01@yandex.ru', '86559782388a10bef6189eab25cd9e5b', 'dk1Ð¢akoÐ³o_Ð¿oÐ´apka_Ð½e_oÐ¶Ð¸Ð´aÐ»_1390dollar\r\n https://lvm.page.link/j3Bu#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 18:38:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7732, NULL, NULL, 'andrusenkooksana710@mail.com', '0fa489fb466c4b18cc828c8ff512aa48', '6kkÐ’aÑˆa_Ð²Ñ‹Ð¿Ð»aÑ‚a_57610rub\r\n https://rfo.page.link/tFYM#\r\n', NULL, NULL, NULL, '178.45.67.141', '2022-11-06 18:39:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7733, NULL, NULL, 'i.rcz.e.n.kosvet.la.nas2.030@gmail.com\r\n', '3793c0a587a2344c556fb050e9a9acd4', 'Svetlsrd', NULL, NULL, NULL, '194.32.122.22', '2022-11-06 23:50:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7734, NULL, NULL, 's.hkutko.v.i.g.o.re.c.z.e.kbes.t@gmail.com\r\n', 'f9260298e4b53b199d354f3f950a0245', 'Igorous', NULL, NULL, NULL, '194.32.122.22', '2022-11-07 00:18:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7735, NULL, NULL, 'lavatera8@yandex.ru', '22fdd2f8d79a382a1d121e63e425dcae', '2e7Ð’oÐ·Ð²paÑ‚_ÐÐ”Ð¡_42895rubl\r\n https://tto.page.link/VhpN#\r\n', NULL, NULL, NULL, '178.45.90.73', '2022-11-07 20:38:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7736, NULL, NULL, 'korolevdmitriy@yandex.ru', 'f1f0b9b6004604320688ccef2fc9b018', 'gttÐ­Ñ‚o_Ð½eÐ²epoÑÑ‚Ð½o_543usd\r\n https://pym.page.link/Cu8Y#\r\n', NULL, NULL, NULL, '178.45.90.73', '2022-11-07 20:40:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7737, NULL, NULL, 'mariimari6240@gmail.com', '717452a1019a381e4d14fdec13711edd', 'jwiÐ¡Ñ‡acÑ‚be_Ñ‚yÑ‚_22078rub\r\n https://lvm.page.link/QLDj#\r\n', NULL, NULL, NULL, '178.45.90.73', '2022-11-07 20:44:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7738, NULL, NULL, 'djyma18091984@gmail.com', '14e87a61c4b8749edf1d56b90767595c', 'edcÐ‘epÐ¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_27105rub\r\n https://pym.page.link/GowC#\r\n', NULL, NULL, NULL, '178.45.90.73', '2022-11-07 20:47:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7739, NULL, NULL, 'popova.n2541@gmail.com', 'b1dd2042bf057cc88ccb34400b9ead7f', 'g9dTvoya_denezhka_23808rubl\r\n https://pym.page.link/MyBi#\r\n', NULL, NULL, NULL, '178.45.90.73', '2022-11-07 20:54:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7740, NULL, NULL, 'boriskruglak1994@gmail.com', 'd22362b9c34915575984e4238d7f7340', 'wlaÐ—abpaÑ‚b_moÐ¶Ð½o_18439rubl\r\n https://tto.page.link/CUHs#\r\n', NULL, NULL, NULL, '178.45.90.73', '2022-11-07 20:58:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7741, NULL, NULL, 'Gosha_guldan@mail.ru', 'ae937adf2dc6f0e6cbf117f283fc9723', '4b4Ð—aÑ‡Ð¸cÐ»eÐ½Ð¸e_Ð·apÐ¿Ð»aÑ‚Ñ‹_17674rub\r\n https://plt.page.link/6VaA#\r\n', NULL, NULL, NULL, '178.45.90.73', '2022-11-07 21:05:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7742, NULL, NULL, 'davidenkoulia416@gmail.com', '7fd004cf864c03b018ea8499aacd5044', '4leVasha_denezhka_51010rub\r\n https://chr.page.link/k5kY#\r\n', NULL, NULL, NULL, '178.45.90.73', '2022-11-07 21:07:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7743, NULL, NULL, 'freeeel.frolova@yandex.ru', '678020676717cc4f37a8d11b3ad3a975', 'kgrTut_viplatan40639rub\r\n https://rse.page.link/7ATH#\r\n', NULL, NULL, NULL, '178.45.90.73', '2022-11-07 21:21:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7744, NULL, NULL, 'SundinKonstantin@yandex.ru', '51d4f60fc281aacc848bb73504007cb8', 'kiaÐ”eÐ½bÐ³Ð¸_oÐ½Ð¸_Ð²oÑ‚_662dollar\r\n https://wtl.page.link/Nzwv#\r\n', NULL, NULL, NULL, '178.45.90.73', '2022-11-07 21:22:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7745, NULL, NULL, 'tkachenko.s.a@yandex.ru', 'b39528d9204effebe2e5213e5221cf08', '3o3Tvoya_viplata_tut_40455rubl\r\n https://qsa.page.link/WVWp#\r\n', NULL, NULL, NULL, '178.45.90.73', '2022-11-07 21:29:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7746, NULL, NULL, 'dmitry@torgpit.ru@yandex.ru', '57422f797af3c961c0cd9ccaffb80e0b', 'ov9Ð¡Ñ‡acÑ‚bÑ_Ð²am_52188rub\r\n https://rse.page.link/oYux#\r\n', NULL, NULL, NULL, '178.45.90.73', '2022-11-07 21:29:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7747, NULL, NULL, 'mahov.pdo@gmail.com', 'ff7732e9200ca756c54d11533c4aeabf', 'f9aTut_denezhka_36756rubl\r\n https://egs.page.link/QdE5#\r\n', NULL, NULL, NULL, '178.45.90.73', '2022-11-07 21:37:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7748, NULL, NULL, 'kostochka005@mail.ru', '7e1daaa09c6edb01a7ecba2133b76136', '72fVam_nachislenno_37164rubl\r\n https://rse.page.link/Sux7#\r\n', NULL, NULL, NULL, '178.45.90.73', '2022-11-07 21:44:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7749, NULL, NULL, 'annadom@inbox.lv', '57435f266b2a44b44cb87bc750570e4f', 'afvÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹Ð¹_koÑˆeÐ»ek_45570rubl\r\n https://wtl.page.link/THpG#\r\n', NULL, NULL, NULL, '178.45.90.73', '2022-11-07 21:59:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7750, NULL, NULL, 'maine37_cddc@yahoo.com', 'cddbd25789572d9dd434fd7aeecd14ea', '409Hvatayte_dengi_40940rub\r\n https://tto.page.link/pfLr#\r\n', NULL, NULL, NULL, '178.45.90.73', '2022-11-07 22:07:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7751, NULL, NULL, 'bolahandsa@mail.ru', '65bedfbe79049b0009cca215d1b95b3d', 'I6PLOMEDHPVM https://ya.ru', NULL, NULL, NULL, '80.234.98.191', '2022-11-08 03:28:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7752, NULL, NULL, 'i.r.c.ze.nkosve.t.l.ana.s20.30@gmail.com\r\n', '3793c0a587a2344c556fb050e9a9acd4', 'Svetlbtu', NULL, NULL, NULL, '146.70.8.5', '2022-11-08 07:57:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7753, NULL, NULL, 's.hk.u.tkov.i.g.o.re.cze.kb.es.t@gmail.com\r\n', 'f9260298e4b53b199d354f3f950a0245', 'Igorxyx', NULL, NULL, NULL, '146.70.8.5', '2022-11-08 08:32:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7754, NULL, NULL, 'darekmi.s.t.esu.sa@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'BadSantaxou', NULL, NULL, NULL, '149.34.248.179', '2022-11-08 23:31:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7755, NULL, NULL, 'Sonicated@yandex.ru', '45a0012bf98ce4db2f433b78d1dffa98', 'x6iÐ”eÐ½bÐ³Ð¸_mÐ¸Ð³paÐ½Ñ‚am_1488dollar\r\n https://egs.page.link/y1NN#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 00:07:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7756, NULL, NULL, 'afilimonenkov@gmail.com', 'e4f96b955f890021acf7f51e80d6f3bf', 'z87Ð¡peÐ´cÐ²Ñ‚a_cÑ„opmÐ¸poÐ²Ñ‹Ð½Ñ‹_28811rubl\r\n https://bpp.page.link/6Fxy#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 00:07:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7757, NULL, NULL, 'n.berezinski@gmail.com', '8c717b159676e9e1f63c9ac3f6e58f8c', 'ew6ÐŸocobÐ¸e_Ð·aÑ‡Ð¸cÐ»eÐ½o_16186rub\r\n https://hgl.page.link/NpjW#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 00:13:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7758, NULL, NULL, 'malkovatatana314@gmail.com', 'a2ec0b9fdd2d1beaf83b07cebb7dc4e2', 'eeoTut_viplatan847usd\r\n https://hgl.page.link/FT23#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 00:14:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7759, NULL, NULL, 'moakes25@gmail.com', 'd3983c4e5a194513f95b011d254c7bb1', 'kuqVam_nachislenno_38484rub\r\n https://urg.page.link/ZWUb#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 00:20:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7760, NULL, NULL, 'domninairina378@gmail.com', '1197759323e8dceb96d9f3b47cc08e07', 'z8nZaberite_dengi_49805rub\r\n https://lvm.page.link/uasR#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 00:26:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7761, NULL, NULL, 'ametleyla79@gmail.com', 'f556d619371b9f401731d43f601d085b', 'vbuÐšpÐ¸Ð¿Ñ‚a_Ð¿Ð»aÑ‚Ð¸Ñ‚_34510rubl\r\n https://tto.page.link/nifR#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 00:26:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7762, NULL, NULL, 'derevyannihob@sch1526.ru@yandex.ru', '2eb65dd93884e41669f8e0c951550d4d', 'hzzÐ”eÐ½bÐ³Ð¸_Ð²Ñ‹Ð²oÐ´Ð¸Ñ‚e_1377dollar\r\n https://yhm.page.link/m4Kh#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 00:33:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7763, NULL, NULL, 'sherakjon0001@gmail.com', '41999d2a686ce1524774f31dd294f5b9', '5v8Ð’aÑˆ_kpeÐ´Ð¸Ñ‚_Ð¿oÐ³aÑˆeÐ½_428usd\r\n https://ehu.page.link/UM7X#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 00:39:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7764, NULL, NULL, 'sviridov.inbox@gmail.com', 'f85b99c67519428489935aa4bad40acf', 'd65ÐŸoÐ²eÐ·Ð»o_Ð²am_33335rubl\r\n https://egs.page.link/5KZb#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 00:46:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7765, NULL, NULL, 'udacja@rambler.ru', 'f8ffedb01b832ee4f83941e012e515c1', 'gthVam_nachislenno_42097rubl\r\n https://pym.page.link/yovX#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 00:52:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7766, NULL, NULL, 'vadyan_2006@mail.ru', 'e802cb0d9aa3433df4b753ad468e9392', 'bicÐ¢oÐ»bko_Ñ‚Ð¸xo_880dollar\r\n https://pym.page.link/DJU2#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 00:58:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7767, NULL, NULL, 'znosok1977@gmail.com', '10b39bebc7ac38780f515236bec0a134', 'o7oTut_denezhka_48595rub\r\n https://lvm.page.link/GRXL#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 00:59:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7768, NULL, NULL, 'natmix2006@rambler.ru', '59bb58bc3a958d1a3c4ba898df90c2fe', 'xk7Ð’Ñ‹Ð³oÐ´Ð½o_Ð·abpaÑ‚b_816usd\r\n https://hgl.page.link/wStV#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 01:04:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7769, NULL, NULL, 'ss11032012@gmail.com', '417b56fbde10559eb4bf3916b1cd863a', 'pnkGet_money_53342rub\r\n https://egs.page.link/qAMA#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 01:05:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7770, NULL, NULL, 'vdplatik@gmail.com', '3917d2b212893f2505c738ead45906d7', 'cb5Tvoya_denezhka_8503rub\r\n https://egs.page.link/4wG3#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 01:10:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7771, NULL, NULL, 'beograd1@yandex.ru', '6a7fa9f5a5adf1a06f29cf0dda8266b6', '8neTisacha_monet_11405rubl\r\n https://pym.page.link/GpbC#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 01:12:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7772, NULL, NULL, 'klim-snegovik@mail.ru', '5744876639f4143aaa63ab04fbca3515', '56nViplata_tut_1031usd\r\n https://egs.page.link/iKnC#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 01:17:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7773, NULL, NULL, 'abp0507@yandex.ru', '3d173557e5178182967f27bcd85c1eb1', '3h6Denezhka_vasha_739dollar\r\n https://chr.page.link/EBZu#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 01:23:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7774, NULL, NULL, 'Alfa682008@yandex.ru', '7ea391f778ec21d7ff5077ed9e197542', 'wkmÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð·apÐ¿Ð»aÑ‚y_45601rubl\r\n https://chr.page.link/BHn8#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 01:24:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7775, NULL, NULL, 'svetadmitrieva52394@gmail.com', '1119af21f654ec3c436e25511d70307e', 'n83ÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½aÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_20234rub\r\n https://lvm.page.link/NFmS#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 01:29:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7776, NULL, NULL, 'rustam.makhmutovich@mail.ru', '28a60e4edf172d573aa3e57e7cc7676c', '5enTut_denezhka_19338rubl\r\n https://lvm.page.link/JsFD#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 01:35:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7777, NULL, NULL, 'gkatrin91@yandex.ru', 'd4bea4cae1b04d149beaf8f99061b0a6', 'pqoÐŸocobÐ¸e_Ð½a_kapÑ‚e_1210usd\r\n https://wtl.page.link/yymh#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 01:42:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7778, NULL, NULL, 'mari4ka.korol@rambler.ru', '21571f8aec052b456a40cb8ccc381eb3', 'xcmÐ’Ñ‹Ð¿Ð»aÑ‚a_akÑ‚Ð¸Ð²Ð¸poÐ²aÐ½a_827usd\r\n https://lvm.page.link/Ywni#\r\n', NULL, NULL, NULL, '178.45.67.230', '2022-11-09 01:47:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7779, NULL, NULL, '2783397@ukr.net', 'b4e94cbaae29a48837af68f87b86aef9', 'oy5ÐœoÐ¶Ð½o_Ð¿pocÑ‚o_Ð²Ð·ÑÑ‚b_Ð´eÐ½bÐ³Ð¸_18894rub\r\n https://hgl.page.link/Z1gT#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:04:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7780, NULL, NULL, 'olgaysip@mail.ru', '6a1c0bf215a5de2c7e6f5dab68fc6d90', '9mwRazdacha_deneg_zdes_21998rub\r\n https://pym.page.link/zAN6#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:04:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7781, NULL, NULL, 'zaninaekaterina50@gmail.com', '5d9f1599f8b0227d24491eb4051b86b6', '3vnÐ’oÐ·meÑ‰eÐ½Ð¸e_pacÑ‚paÑ‚_27726rubl\r\n https://mnp.page.link/5fpk#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:06:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7782, NULL, NULL, 'teodorstaykov@rambler.ru', 'f24bf9efaeead8642836534375b2a7c4', 'ni3Ð’aÑˆa_Ð²Ñ‹Ð¿Ð»aÑ‚a_33220rubl\r\n https://egs.page.link/bt9Y#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:09:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7783, NULL, NULL, 'achiko@xaker.ru', '7f8d5b44b940b5b87f77fa79751e49f6', 'l83ÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_892usd\r\n https://wtl.page.link/uMpp#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:11:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7784, NULL, NULL, 'lmarsh01@tochka.ru', '52bd66e3c9c12b7e9230ba3c005da425', 'mz4Ða_kapÑ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_20095rubl\r\n https://rfo.page.link/H7Mw#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:11:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7785, NULL, NULL, 'qwertyuiopasdf1@sibnet.ru', '305951a2cd8b172ecb05060547417042', 'oqmNa_karte_dengi_48656rubl\r\n https://ehu.page.link/P1ud#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:13:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7786, NULL, NULL, 'profa35@ngs.ru', '072362ee048592763d07f3e2032f6426', '2vjÐ¡Ð¿Ð¸caÐ½o_co_cÑ‡eÑ‚a_1053dollar\r\n https://pym.page.link/jXoX#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:14:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7787, NULL, NULL, 'lilja.bublejjnik@rambler.ru', '66c4d6e277085eeb2833956c14885cec', '0ldÐ¢eÐ¿epb_Ð²Ñ‹_boÐ³aÑ‡_764dollar\r\n https://pym.page.link/VaVQ#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:16:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7788, NULL, NULL, 'kamill.info@rambler.ru', 'f04b2366891a193b9a1842806809b8be', 'uyeÐŸoÐ´oÐ¶Ð´Ð¸Ñ‚e_Ð¸Ð´eÑ‚_Ð¿epeÐ²oÐ´_41023rub\r\n https://pym.page.link/J4QT#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:18:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7789, NULL, NULL, 'jthubbard@megabox.ru', '361217b533d2d24f4d3ef6e2d54c507e', '2doÐžÑ‚_Ñ„oÐ½Ð´a_Ð¿oÐ´apok_30079rubl\r\n https://hgl.page.link/AGjg#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:19:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7790, NULL, NULL, 'lena_go@inbox.ru', 'b63078da0521a38df9ccb4d265bb0154', 'fxiVam_nachislenno_16465rubl\r\n https://egs.page.link/vwzL#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:22:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7791, NULL, NULL, 'justin416@post.ru', 'fb1e4c3c0fb6fa344b260a2189e75e66', '9thÐ”eÐ½bÐ³Ð¸_Ð²Ñ‹Ð²oÐ´Ð¸Ñ‚e_29881rubl\r\n https://qxu.page.link/q7of#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:22:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7792, NULL, NULL, '3coatpaint@yandex.ru', 'e5af86b801d67de822f4372a885cacc0', 'kjvÐšapÑ‚y_Ð¿oÐ¿oÐ»Ð½Ð¸Ð»Ð¸_1375dollar\r\n https://wtl.page.link/eZsS#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:24:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7793, NULL, NULL, 'wminkina_izoldh1988h@list.ru', 'cd6c5e036a6cbe4b61af48110e641caf', 'ronÐ£cÐ»yÐ³a_Ð²oÐ·meÑ‰eÐ½Ð¸Ñ_1065dollar\r\n https://wtl.page.link/aWG4#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:27:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7794, NULL, NULL, 'ghjfvbh@nextmail.ru', '57e2ac69e5072706086fdecc9fe9e257', '4qdRazdacha_deneg_zdes_40919rub\r\n https://wtl.page.link/j3R5#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:31:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7795, NULL, NULL, 'versmakler@zmail.ru', '88a16e2bed3e217a3da479afa1419b83', 'cviÐ—Ð´ecb_Ð²am_11262rubl\r\n https://tto.page.link/s9nD#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:32:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7796, NULL, NULL, 'sergejigusev887@gmail.com', '4f04ba5af7b69516c636d34f2f755b32', 'rpwÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹Ð¹_koÑˆeÐ»ek_493usd\r\n https://hgl.page.link/W1pp#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:33:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7797, NULL, NULL, 'joann25@myrambler.ru', 'ac2d9864ba7309cb7933439ea0aa0590', 'lw6Ð—aÐ²Ð¸Ð´yÑŽ_Ð²am_1070dollar\r\n https://bpp.page.link/S8nz#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:34:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7798, NULL, NULL, 'nudelman6@rambler.ru', 'ada96f9c6a1a2a646a0dad594b3ec221', 'ksuVam_nachislenno_11492rub\r\n https://lvm.page.link/z6CG#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:37:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7799, NULL, NULL, 'sj_bartek1996@ya.ru', '87bb47eb26a0d46f72404e3ee6549ee3', 'p98Zabrat_denezhku_26414rubl\r\n https://lvm.page.link/MRCP#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:38:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7800, NULL, NULL, 'javlonbektoxtamurodov333@gmail.com', '6ef838a6d3b193ce93072c88f1bd6b69', 'v8pÐšoÑˆeÐ»ek_Ð¿oÐ¿oÐ»Ð½eÐ½_9945rub\r\n https://egs.page.link/Uq91#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:39:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7801, NULL, NULL, 'ytrewq4888@mail.ru', 'a4161335f51c9209221ae2ef869d62c5', 'y3qZdes_vashe_12647rubl\r\n https://egs.page.link/TcGQ#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:40:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7802, NULL, NULL, 'g.harrison@ro.ru', 'b6750ba24b7d83948e719012129a2aa1', '400Vam_nachislenno_37513rubl\r\n https://egs.page.link/AqEP#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:42:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7803, NULL, NULL, 'mistergantz94@ro.ru', '8284d86f8828b2301fca1e27a700eed8', 'gj3Ð’aÑˆa_Ð²Ñ‹Ð¿Ð»aÑ‚a_40858rubl\r\n https://ehu.page.link/YRAH#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:45:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7804, NULL, NULL, 'jeff_taliah@post.ru', 'df763f952784b1466d478de03563c7a7', 'swxVam_nachislenno_19725rubl\r\n https://bpp.page.link/M8Eq#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:47:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7805, NULL, NULL, 'nina.sazonova.1984@mail.ru', '57a676d051c79175f5f7085ba0940535', 'ruqÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_Ð·a_10_Ð»eÑ‚_968dollar\r\n https://rse.page.link/9av6#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:47:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7806, NULL, NULL, 'theodosis002@ya.ru', '6af8f1310d5deafb808d640bc3d225bf', '7lnRazdacha_deneg_zdes_1343dollar\r\n https://egs.page.link/dMS4#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:50:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7807, NULL, NULL, 'annalisa.baer@megabox.ru', 'e0a44d84b05b00600c522a7ddf5d98eb', '099Ð¡Ñ‚o_Ñ‚Ñ‹cÑÑ‡_Ñ‚Ð²oÐ¸_702dollar\r\n https://pym.page.link/WSQm#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 12:55:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7808, NULL, NULL, 'vysochinskaja@yandex.ru', '39693ded6c8eaaf2827b93634c1b3a8c', '4h7Ð—aÑ‡Ð¸cÐ»eÐ½Ð¸e_Ð·apÐ¿Ð»aÑ‚Ñ‹_26635rubl\r\n https://qsa.page.link/BCSN#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:05:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(7809, NULL, NULL, 'akimov-vp@mail.ru', '4f7ebdffaf26721ad9edb38d2d4cc398', 'owzViplata_tut_30635rubl\r\n https://rse.page.link/2SJc#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:06:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7810, NULL, NULL, 'info@klimato.ru', '54c615faacb30f50f80d67d3fb58e301', 'ev5Ð¥Ð²aÑ‚Ð¸Ñ‚_paboÑ‚aÑ‚b_51618rub\r\n https://rse.page.link/uwRB#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:07:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7811, NULL, NULL, 'oam11@yandex.ru', 'd07718a45c1f8a43ab329d7b2a7f7eaf', 'k28Vam_nachislenno_12787rub\r\n https://rfo.page.link/Nff6#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:09:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7812, NULL, NULL, 'plan.shet@mail.ru', 'c7f1c68b3c69adb009087b3617dd4174', 'd1cPodarok_deneg_1073usd\r\n https://ehu.page.link/jNif#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:12:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7813, NULL, NULL, 'stemoscow1@mail.ru', '9396c74542d3c07400c09717f204734d', 'immMnogo_monet_30005rubl\r\n https://ehu.page.link/sUKi#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:14:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7814, NULL, NULL, 'el-muallya@yandex.ru', '00a788d8af1693ace8285fd91dd9608b', 'gjaVashi_dengi_38782rub\r\n https://rfo.page.link/xfzk#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:21:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7815, NULL, NULL, 'gbourli@mail.ru', '0cb9187252b3abb68b247dd5f332990c', 'ygeÐœoÐ¶Ð½o_Ð·abpaÑ‚b_11715rub\r\n https://tto.page.link/K31x#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:24:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7816, NULL, NULL, 'vass20@yandex.ru', 'e5ae0117780b7746f212b8757d7e0486', 'd40Ð”eÐ½bÐ³Ð¸_Ð½e_Ð¶Ð´yÑ‚_18682rub\r\n https://rfo.page.link/fbsS#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:25:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7817, NULL, NULL, 'slena.1941@mail.ru', 'c35b0eabc116a401bc20e850780aa57b', 'fmfVasha_denezhka_15997rub\r\n https://tto.page.link/Qp75#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:28:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7818, NULL, NULL, 'stw@nexcom.ru', '9818f852ab7df421c5ee3d68dde2a9a9', 'n7oÐ’aÑˆ_kÑÑˆ_1189dollar\r\n https://rfo.page.link/RSvn#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:33:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7819, NULL, NULL, 'ssbilchenei@gmail.com', '35b8779c3cb90ca977f8c3d5b5fb384d', '1e4Viplata_vasha_945dollar\r\n https://lvm.page.link/FhNQ#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:33:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7820, NULL, NULL, 'sanyasereda01@gmail.com', '9f1c465f9337b23a99e11b882a1f00fa', '4cdÐ—Ð²epb_Ð²Ñ‹Ð¿Ð»aÑ‚a_43424rubl\r\n https://lvm.page.link/SXzA#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:36:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7821, NULL, NULL, 'tatum2009@rambler.ru', '613dec5bb4643efb5de843bbe9b79604', '8kuZdes_vashe_16805rubl\r\n https://bpp.page.link/2ZKb#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:38:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7822, NULL, NULL, 'sergey20863@gmail.com', 'da310657fd34cb324ebccc6e88a50680', '7yeTvoya_denezhka_53435rub\r\n https://tto.page.link/7P6u#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:39:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7823, NULL, NULL, 'serz290279@gmail.com', '2901ebeccd918de28b132c403f948c11', 'lmaÐ—acÐ»yÐ¶Ð¸Ð»Ð¸_Ð²Ñ‹_ÑÑ‚o_42722rubl\r\n https://ehu.page.link/N4sd#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:40:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7824, NULL, NULL, 'andryusha.zhuravlev.67@mail.ru', 'd3210320299a553ff1a22dcf006cf84b', '0leÐ¢oÐ»bko_Ñ‚Ð¸xo_1362usd\r\n https://lvm.page.link/sutd#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:45:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7825, NULL, NULL, 'nataly-tatka@yandex.ru', '3ab1e1b51eb45ccda25c065fcd5fcc6a', 'hvkÐšoÑˆeÐ»ek_Ð¿oÐ¿oÐ»Ð½eÐ½_10354rubl\r\n https://ehu.page.link/FvPH#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:47:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7826, NULL, NULL, 'mmrp@rambler.ru', '7008d9f84749e5d840ff61bc1662d4fe', 'vn3Ð”eÐ½bÐ³Ð¸_Ð²Ñ‹Ð²oÐ´Ð¸Ñ‚e_1222dollar\r\n https://lvm.page.link/zNUV#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:50:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7827, NULL, NULL, 'maksim.serge2013@yandex.ru', '944a6dddd49d867eec828d60f24710d6', 'y4oVasha_viplata_36711rubl\r\n https://tto.page.link/oHvZ#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:52:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7828, NULL, NULL, 'chief.555@bk.ru@yandex.ru', 'a1c4aa4c0f26ee24a6ec3ff14b5571f4', 'jsuÐšopoboÑ‡ka_cÑŽpÐ¿pÐ¸Ð·_39720rubl\r\n https://qsa.page.link/QV6y#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:55:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7829, NULL, NULL, 'petrovmakar613@gmail.com', '72132e82e24c0f48d735212473af387c', 'ae5Zaberite_dengi_53603rub\r\n https://qta.page.link/hwEg#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 13:57:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7830, NULL, NULL, 'skovorodkina.best@mail.ru.7', 'd7041039548a1c1e7ad4ed6e2ca0fab1', 'smwÐ¡peÐ´cÑ‚Ð²a_Ð½a_aÐ²Ñ‚o_Ð²am_41164rub\r\n https://wtl.page.link/ZH3D#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:31:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7831, NULL, NULL, 'kurbonalisamsudinov5@gmail.com', 'b6f3886502ffd5fe6cbff993d15f8110', '7r5Vasha_denezhka_329usd\r\n https://plt.page.link/XN6Q#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:33:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7832, NULL, NULL, 'olkovasofa37@gmail.com', 'f43a9025d16ea907b926c381e3e5cb70', 'o63ÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹e_Ð´eÐ½bÐ³Ð¸_18261rubl\r\n https://tto.page.link/KrCs#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:34:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7833, NULL, NULL, 'alizaurban2010@gmail.com', 'bb99b4f3e284b268c5da50ee0b6a9830', 'triVam_nachislenno_8945rubl\r\n https://qsa.page.link/xKfC#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:36:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7834, NULL, NULL, '89019379466a@gmail.com', '18a56ff73f30d35da7614c44bc382d2d', '61dVashi_dengi_510usd\r\n https://rfo.page.link/UqjV#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:36:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7835, NULL, NULL, '1988sviridov@mail.ru', '270c57316ad3ff797f24e2f43ca544c9', '8xlÐžÑ‚kpoÐ¹Ñ‚e_yÐ´Ð¸Ð²Ð¸Ð²ÑˆÐ¸cb_37588rub\r\n https://ehu.page.link/6Mbs#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:39:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7836, NULL, NULL, '89333392055ostap@gmail.com', 'af603353eaab169236fe6b2eedd142e8', 'r1lVam_nachislenno_37702rub\r\n https://rse.page.link/Qanj#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:40:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7837, NULL, NULL, 'voropanovairina6@gmail.com', '248a887fe8e32a73b1b487b154e2e29f', 'kgfHvatayte_dengi_29845rubl\r\n https://rfo.page.link/5vb1#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:44:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7838, NULL, NULL, 'jurgitalaurinkute@gmail.com', '4773b40c442fbe85adbc03dd04763cff', 'anoÐ’oÐ·Ð²paÑ‚_ÐÐ”Ð¡_459dollar\r\n https://wtl.page.link/eFQK#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:45:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7839, NULL, NULL, 'bahtitalipov@gmail.com', 'c642a5c9d83f63e4ad1a83ce8fe815b8', 'ygkÐ’Ð½Ð¸maÐ½Ð¸e_cÑŽÐ´a_692dollar\r\n https://tto.page.link/Y7Yi#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:47:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7840, NULL, NULL, 'aleksandrtlepsev543@gmail.com', '7f1f2a286eb9c34e0be719cb2f8b7d22', '6svTake_it_47987rub\r\n https://egs.page.link/4c26#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:49:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7841, NULL, NULL, 'oleg.toporkov@icloud.com', 'fd67e751c21f23e682b666d95de546e3', 'e6yTvoya_denezhka_1487dollar\r\n https://mnp.page.link/JXLm#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:50:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7842, NULL, NULL, 'shindeshubham0041@gmail.com', '28a828676c8082f6a9cc4f66f1399eb8', 'h83Vasha_denezhka_43178rubl\r\n https://pym.page.link/dqkc#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:52:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7843, NULL, NULL, 'morozovpetr572@gmail.com', '233c54f3a7c305f0f72bf22aecaf6074', '8slÐ¢Ð²oe_Ð·aÑ‡Ð¸cÐ»eÐ½Ð¸e_1027usd\r\n https://rse.page.link/qdzx#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:52:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7844, NULL, NULL, 'irinalobanova60207@gmail.com', '0330bb96b55afdf511acf1275f901803', 'gpeTut_viplatan26013rub\r\n https://rfo.page.link/6Ny8#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:55:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7845, NULL, NULL, 'Okulovarn@gmail.com', '6eae1643ec164f4c4dfb7447885d6cd5', 'z3nÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_42214rub\r\n https://tto.page.link/2oEq#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:56:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7846, NULL, NULL, 'nikolai7581@gmail.com', 'c54044ec1eb115f7ca108b7cf2f287bf', 'gv8Vam_nachislenno_41400rub\r\n https://hgl.page.link/TB6V#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:58:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7847, NULL, NULL, 'dyadyaasha7323@gmail.com', '3a1accb17dde34d8bbfbd70679ea4945', 'yhbÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½aÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_42557rubl\r\n https://rse.page.link/kGe4#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 14:59:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7848, NULL, NULL, 'anastasia.moor@yandex.ru', 'c3f34b30637de1c2dbd87fe12b521671', 'v1wÐ’Ñ‹Ð²oÐ´_baÐ»aÐ½ca_14139rubl\r\n https://ehu.page.link/47bd#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:01:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7849, NULL, NULL, 'natali.soloyanchik@gmail.com', '321ed99b3c37f517680c22e48c686eb5', 'e89Ð”eÐ½bÐ³Ð¸_maÐ»oÐ¸myÑ‰Ð¸m_1492usd\r\n https://wtl.page.link/FFL2#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:03:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7850, NULL, NULL, 'timur131201@gmail.com', '6db5ffb4949d769a0729ad0ff81815d7', 'b1qÐ‘aÐ½k_Ð¿Ð»aÑ‚Ð¸Ñ‚_1078usd\r\n https://egs.page.link/KrTw#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:03:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7851, NULL, NULL, 'ahmadovsafarbeg@gmail.com', 'd470b9957b78009ee06edc37adf7a3f1', 'vmhHvatayte_dengi_35525rub\r\n https://rfo.page.link/qwLZ#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:06:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7852, NULL, NULL, 'eva.habash.996@gmail.com', 'e2e5e14761d90df5237527534664a826', 'xzmTut_denezhka_788dollar\r\n https://plt.page.link/irzY#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:06:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7853, NULL, NULL, 'geka0505@mail.ru', '65c6b192b6ca962953e8e26808613df7', '4buDengi_vashi_36029rubl\r\n https://yhj.page.link/LhMh#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:08:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7854, NULL, NULL, 'naturalnyy73@mail.ru', '2e670350f76de812f30b1ec183fb004a', 'aviÐ—aÑ‡Ð¸cÐ»eÐ½Ð¸e_Ñ‚Ð²oe-401usd\r\n https://rse.page.link/UrZM#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:08:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7855, NULL, NULL, 'yuliyaalexeewa21@gmail.com', 'cf3bbd5be2184d835ce475c2ff234c1a', 'l2wÐa_kapÑ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_1462usd\r\n https://wtl.page.link/D1y6#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:11:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7856, NULL, NULL, 'anisovsergej399@gmail.com', 'a989e6bc43f948cb37360acb0e2bfe50', 'jicZaberite_dengi_18319rub\r\n https://lvm.page.link/JDaL#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:12:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7857, NULL, NULL, 'aleksandr3367335@gmail.com', 'c8bb8d76c1a6a2c44f3993ec9d983da8', 'v32ÐšyÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹xÐ´eÐ½eÐ³_27028rubl\r\n https://ehu.page.link/BUra#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:14:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7858, NULL, NULL, 'slavskaya@gmail.com', '92135c3ff909a3f532fc7118443948eb', '3r2Zaberite_viplatu_34075rub\r\n https://tto.page.link/iJHv#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:16:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7859, NULL, NULL, 'lena.melnik.1981@list.ru', 'caea9419d01f828f9e78dba3e8b8158d', '4h4Ð aÐ·Ð´aÑ‡a_Ð¿oÐ´apkoÐ²_19476rubl\r\n https://ehu.page.link/9TQm#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:16:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7860, NULL, NULL, 'nozima.b5@gmail.com', '1bd5589556976d34260d7a9d7db3da2b', 'eolÐžcÑ‚aÐ»ocb_Ð²Ñ‹Ð²ecÑ‚Ð¸_cpeÐ´cÑ‚Ð²a_897usd\r\n https://tto.page.link/3gdE#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:19:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7861, NULL, NULL, 'shahzodmirsalimov158@gmail.com', 'c039643310f692ae6a75b2da2f302a5f', 'wnaÐ¡moÑ‚pÐ¸Ñ‚e_cÑŽÐ´a_40895rubl\r\n https://hgl.page.link/t1yn#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:19:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7862, NULL, NULL, 'snizhanka.penzaychuk@gmail.com', '557fcebffea079907fc8ac745b3bd16f', 'uxtÐa_kapÑ‚y_Ð²Ñ‹Ð¿Ð»aÑ‚a_8675rub\r\n https://ehu.page.link/dvRB#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:21:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7863, NULL, NULL, 'moskovchuk28@gmail.com', '77b15bf63b484b51d6e79e832c1bea71', 'mxbÐžÐ¿Ð»aÑ‡Ð¸Ð²aem_Ð²aÑˆ_kpeÐ´Ð¸Ñ‚_Ð·a_cÑ‡eÑ‚_24188rubl\r\n https://yhm.page.link/hWyH#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:22:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7864, NULL, NULL, 'hamdamovtimur2004@gmail.com', 'c9b9c771dc657e8f96e32b67e1099cc8', '3urÐžcÑ‚aÐ»ocb_Ñ‚oÐ»bko_Ð²Ñ‹Ð²ecÑ‚Ð¸_53126rub\r\n https://bpp.page.link/1vh5#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:23:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7865, NULL, NULL, 'wikaskorina1998@gmail.com', '2e23f3dcd34ac7f66a3eee9a9471058c', '32rHvatayte_dengi_53228rub\r\n https://tto.page.link/kbPN#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:25:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7866, NULL, NULL, 'uliaskvorcova11@gmail.com', '8b904c20780f222b9651756541e2c459', '1o0ÐšyÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹xÐ´eÐ½eÐ³_24384rubl\r\n https://lvm.page.link/yYe8#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:27:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7867, NULL, NULL, 'imsooriimsoori@gmail.com', 'cad6ff25df9e571d802bf5934f32867a', 'h05ÐŸocobÐ¸e_Ð½a_kapÑ‚e_1371usd\r\n https://wtl.page.link/sfVp#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:30:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7868, NULL, NULL, 'agly91936@gmail.com', '1c70f382df6a766b8e6ab660023ae12d', '7yvÐ aÐ´ocÑ‚b_Ð²am_47205rubl\r\n https://pym.page.link/2zUb#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:34:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7869, NULL, NULL, 'Lora5430@mail.ru', 'bd4adee280938796917dc52a824c052b', 'pxnTut_viplatan29000rubl\r\n https://pym.page.link/zjGG#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:36:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7870, NULL, NULL, 'laptoppc2435@gmail.com', 'e453af8cfb00e34d8ec6c64344d407ef', 'royRazdacha_deneg_zdes_49698rub\r\n https://rse.page.link/QsBS#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:38:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7871, NULL, NULL, 'aktorepernebaev9@gmail.com', '9d19d39f52bcbdded4214d61d69c93e4', 'q1hZdes_vashe_839dollar\r\n https://lvm.page.link/FGYB#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:39:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7872, NULL, NULL, 'kristina.zhurba00@mail.ru', 'c9c2fa77c094cbd4d087fd743a9cd42f', 'rglZdes_vashe_52691rubl\r\n https://yhj.page.link/ff8C#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:40:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7873, NULL, NULL, 'nikitakolkovskij21032003@gmail.com', '5f3156021e142d8eaf34820c45737f13', 'ca5ÐžÑ‚kpoÐ¹Ñ‚e_yÐ´Ð¸Ð²Ð¸Ð²ÑˆÐ¸cb_27662rubl\r\n https://rfo.page.link/GW4o#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:41:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7874, NULL, NULL, 'fedorcenkovera8@gmail.com', 'baebc52407cdc27ef1236cab08c00220', 'o56Denezhka_vasha_10973rub\r\n https://chr.page.link/nxCH#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:43:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7875, NULL, NULL, 'marta316607@gmail.com', 'aea937f76e7e60408351a92dc572801c', 'y7kÐ¢Ð²oe_Ð·aÑ‡Ð¸cÐ»eÐ½Ð¸e_27743rubl\r\n https://tto.page.link/Ln67#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:43:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7876, NULL, NULL, 'igorsergeeviz@mail.ru', '5a957c60a1651387593c5c8fb721d9d9', '6vfVam_nachislenno_43376rubl\r\n https://rfo.page.link/8bFm#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:45:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7877, NULL, NULL, 'sashayak@gmail.com', 'f391ae6bdf02ba3291febb7108d99150', 'ijqVam_nachislenno_1112usd\r\n https://hns.page.link/5GfZ#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:46:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7878, NULL, NULL, 'asell12085@gmail.com', 'a3aec1d2a4ed104fcd377ab0d844f5e5', 'ex8ÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_51451rub\r\n https://wtl.page.link/eLUc#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:48:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7879, NULL, NULL, 'shauahmetova2605@mail.ru', '1c5f6d255188ed5a4d4ffc887064b7bd', 'sr8Ð’aÑˆ_kpeÐ´Ð¸Ñ‚_Ð¿oÐ³aÑˆeÐ½_36892rub\r\n https://pym.page.link/dfBj#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:49:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7880, NULL, NULL, 'nur2007ast@mail.ru', '700489b29c8ef4104250449065274d23', 's7gVasha_denezhka_41588rub\r\n https://yhm.page.link/hBax#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:50:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7881, NULL, NULL, 'pandelavalera@gmail.com', '8494ba252e04c6402584c841055db07b', 'fu7Ð’aÑˆÐ¸_Ð´eÐ½bÐ³Ð¸_19348rub\r\n https://bpp.page.link/kygz#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:52:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7882, NULL, NULL, 'kostuksvetik83@gmail.com', '2de8207fe1df54ae4f159d64b22ddbb8', '9fhÐžcÑ‚aÐ»ocb_Ð²Ñ‹Ð²ecÑ‚Ð¸_Ð´eÐ½eÐ³Ð¸_18053rub\r\n https://pym.page.link/VH9h#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:54:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7883, NULL, NULL, 'ivan2005qwas@gmail.com', '88df9c69db8d5725f0a45b7d3e087cb4', 'jn8Tvoya_denezhka_31140rubl\r\n https://pym.page.link/YhTM#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:57:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7884, NULL, NULL, 'dilnozergesova5371@gmail.com', '6951a010a1fdc0882be4490b7ee512f7', 'm9jVam_nachislenno_49189rubl\r\n https://ehu.page.link/taYJ#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 15:57:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7885, NULL, NULL, 'Temoberikashvili12@gmail.com', 'f31e29576411f3c6f352171e7625c795', '9d3ÐšpÐ¸Ð¿Ñ‚a_Ð¿Ð»aÑ‚Ð¸Ñ‚_12130rub\r\n https://bpp.page.link/spgn#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:00:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7886, NULL, NULL, 'rudkovskiybogdann@gmail.com', '66285b62806d90707f5a1b9bcb8cf7f9', 'u2kÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð·aÑ‚paÑ‚_16370rub\r\n https://ehu.page.link/gPYV#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:02:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7887, NULL, NULL, 'ninagamaunova5@gmail.com', 'de40cdcffb330af3d3cb219807557ddf', 'lgjÐŸoÐ²eÐ·Ð»o_Ð²am_45627rubl\r\n https://egs.page.link/VvBK#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:03:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7888, NULL, NULL, 'ludmilapogorova1981@gmail.com', 'c265467a2cd0b85b1ea512eac8e5920d', '95rÐ—Ð´ecb_Ð²am_25896rubl\r\n https://hgl.page.link/c5nu#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:05:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7889, NULL, NULL, 'usercomfy23012017@gmail.com', '0f71d4c81ce625984ec93d1c99533c70', 'xtxÐ—apÐ¿Ð»aÑ‚y_Ð¿oÐ»yÑ‡Ð¸Ñ‚e_14106rubl\r\n https://hgl.page.link/EC2J#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:06:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7890, NULL, NULL, 'vysockaya-margarita@mail.ru', '5193b8f01b46ea006185347f880e717b', 'pxhdengi_zhdut-11859rubl\r\n https://rse.page.link/49jn#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:08:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7891, NULL, NULL, 'raginisingh8355@gmail.com', 'e3d036e32739d64007680ab47bce84a7', 'rvlÐ”aÑŽ_Ð´eÐ½bÐ³Ð¸_Ð½a_kpeÐ´Ð¸Ñ‚_33292rub\r\n https://bpp.page.link/L4Fj#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:08:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7892, NULL, NULL, 'novikovae792@gmail.com', '7b68a908a9fe1aeb9ad8df59e9834cb2', 'qhxHvatayte_dengi_1356usd\r\n https://pym.page.link/Pn67#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:10:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7893, NULL, NULL, 'alabugina.olesya@mail.ru', '29a3807b6a0baa9b98bff1018e394a62', 'efuÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_Ð·a_10_Ð»eÑ‚_47375rubl\r\n https://tto.page.link/1vcs#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:12:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7894, NULL, NULL, 'sherali.susyhov@gmail.com', '27c79543e3cf60e7b763183a0d73e565', 'tuyÐ”eÐ½bÐ³Ð¸_mÐ¸Ð³paÐ½Ñ‚am_34798rubl\r\n https://egs.page.link/bBfH#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:13:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7895, NULL, NULL, 'milner.050195@gmail.com', '70c0f3b339e7a96a7de05c35ec69dfdf', 'e46Ð aÐ´ocÑ‚b_Ð²am_735dollar\r\n https://lvm.page.link/5u6i#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:16:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7896, NULL, NULL, 'v.natalyaa2305@gmail.com', 'c109fb93319287cf05fccb66e99e8223', 'a4gVam_nachislenno_21901rub\r\n https://rfo.page.link/tUhr#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:17:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7897, NULL, NULL, 'levkiv.super@gmail.com', '565654b101b5f22235656ec6e6cce0fc', 'ruvÐ¡Ñ‡acÑ‚be_Ñ‚yÑ‚_39955rub\r\n https://ehu.page.link/pMAi#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:19:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7898, NULL, NULL, 'kurmanzanovagulajym@gmail.com', '0febfb5a7a5a71ac8bdaa32d1a3055c7', 'lctVam_nachislenno_47347rub\r\n https://rse.page.link/K5qb#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:21:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7899, NULL, NULL, 'egorivliev3@gmail.com', '98d79ef5ebb8c934c727ce8f32e13d9c', '1vvVam_nachislenno_17500rubl\r\n https://hgl.page.link/8zDd#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:22:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7900, NULL, NULL, 'vb403701@gmail.com', '70e9a416021364bd59ba55a0260de300', 'yxcÐžÑ‚kpoÐ¹Ñ‚e-50834rub\r\n https://rse.page.link/gBYi#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:23:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7901, NULL, NULL, 'vage.arakelian.899@gmail.com', '36481ecbc0649c2aa46f27996ee0ff3b', 'udrÐŸpaÐ·Ð´Ð½Ð¸Ñ‡Ð½Ñ‹Ð¹_Ð¿oÐ´apok_1098dollar\r\n https://rse.page.link/xSxK#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:24:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7902, NULL, NULL, 'ihovronenko87@mail.ru', 'e0f039d068d4cdb6f7693c88b6807979', '3unÐ¢akoÐ³o_Ð¿oÐ´apka_Ð½e_oÐ¶Ð¸Ð´aÐ»_1236dollar\r\n https://ehu.page.link/ykvP#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:25:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7903, NULL, NULL, 'onega2829@gmail.com', 'f0d240cbf974d5dc2ff2ca0a4d8f7ecd', 'b6nTvoya_viplata_tut_51216rub\r\n https://lvm.page.link/PWKx#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:28:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7904, NULL, NULL, 'majrambekmyrzabekov361@gmail.com', '0357bee80edc7e3c617c8ca3d123ea9c', 'loeÐ¥Ð²aÑ‚Ð¸Ñ‚_paboÑ‚aÑ‚b_41773rubl\r\n https://rfo.page.link/BkAY#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:33:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7905, NULL, NULL, 'nazarovhumoyun92@gmail.com', 'fdcfdb6721ba12d666325292d933b64e', 'mw3Viplata_vasha_31251rubl\r\n https://qta.page.link/vxtE#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:36:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7906, NULL, NULL, 'barsukovaula22@gmail.com', 'a06c11c4d581f237d04b9b11aed34863', 'as9Sredstva_polucheni_38185rub\r\n https://pym.page.link/Fp9A#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:36:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7907, NULL, NULL, 'a.platoschechkina@yandex.ru', '3ede84b292ce8e4f54299c110f4abc4c', 'xb1Denezhka_vasha_595usd\r\n https://hgl.page.link/yhoN#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:39:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7908, NULL, NULL, 'meriis646@gmail.com', 'd1e47f0d6969998945626e1ac9f40af8', '34xVivodite_dengi_1316dollar\r\n https://bpp.page.link/bRrw#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:41:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7909, NULL, NULL, 'nivargaharmanov69@gmail.com', '226d25c6e7dbdce4b737bdb9e8a86a96', 'zyyÐ¢Ð²oÐ¹_kpeÐ´Ð¸Ñ‚_Ð·akpÑ‹Ñ‚_34606rubl\r\n https://bpp.page.link/B9et#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:41:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7910, NULL, NULL, 'frost160krum@gmail.com', 'da5a92162b7152044787bada0df3d0cd', 'o6lÐŸocobÐ¸e_1083usd\r\n https://ehu.page.link/t1my#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:43:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7911, NULL, NULL, 'olegtanchuk3@gmail.com', '31710287c03fb27ef116a289f73be51c', '7ayZaberite_dengi_57817rub\r\n https://rse.page.link/LhF2#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:45:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7912, NULL, NULL, 'volodyakulash@gmail.com', '8fa3061cecd5c13771a16f44c4a08a75', '4hoÐ“oÑ‚oÐ²a_kapÑ‚a_31891rubl\r\n https://hgl.page.link/e2aa#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:47:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7913, NULL, NULL, 'akopev004@gmail.com', 'a4f7579da46f5171b4922ce252e5f7aa', '863Ð aÐ·boÐ³aÑ‚eÐ¹_1324usd\r\n https://hns.page.link/f4Ci#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:50:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7914, NULL, NULL, 'voxidoveldor5@gmail.com', '8a8dd6bcd711db5bef8cf6d746af0049', 'bqiÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½Ñ‹Ð¹_Ð¿epeÐ²oÐ´_44890rubl\r\n https://hgl.page.link/g29P#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:50:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7915, NULL, NULL, 'prosto.obezuana2020.vk@gmail.com', '92c9e31bef78c25563efb84809989ca5', '9xtPodarok_deneg_25773rubl\r\n https://egs.page.link/EJ6k#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:52:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7916, NULL, NULL, 'sysoevaa950@gmail.com', '405becbf1b9972e6f3ad76f249a624f7', 'nnfÐ—aÑ‡Ð¸cÐ»eÐ½Ð¸e_Ð·apÐ¿Ð»aÑ‚Ñ‹_1093dollar\r\n https://hgl.page.link/X7Yn#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:53:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7917, NULL, NULL, 'arianakor858@gmail.com', '7e926f55f2bbd0fa3042c86ad740743b', 'afvÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_19813rubl\r\n https://wtl.page.link/NXfR#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:54:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7918, NULL, NULL, 'limanyulia29@gmail.com', '4e36e8cb8cde1ab07fc9e0abbf1140d9', '3yiÐ¢yÑ‚_Ð²aÑˆÐ¸_Ð´eÐ½bÐ³Ð¸_18212rubl\r\n https://tto.page.link/ymJQ#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:56:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7919, NULL, NULL, 'denisvoloshin111@gmail.com', '0759e54e0cc71f3b6bc4fb2c055cdbfd', 'rwgÐ—abpaÑ‚b_Ð²Ñ‹Ð³oÐ´Ð½o_37272rub\r\n https://lvm.page.link/TSmJ#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:56:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7920, NULL, NULL, 'ai_nur_1992@mail.ru', 'c3be080388ff558f36386eee38173733', '1cdVam_nachislenno_42897rubl\r\n https://hgl.page.link/V1Ng#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 16:58:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7921, NULL, NULL, 'usuhov111@gmail.com', '349f52720d4a423da8e9bd6eb97a955e', '37cÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½Ñ‹Ð¹_Ð¿epeÐ²oÐ´_17576rub\r\n https://rfo.page.link/raHT#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:01:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7922, NULL, NULL, 'Valentinaivanova7590@gmail.com', 'c2cdd5dfd3f458c2b7d54fe2baec86f4', '46aVam_nachislenno_25568rubl\r\n https://hgl.page.link/9mPx#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:02:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7923, NULL, NULL, 'ajgerimikramidinova@gmail.com', 'e0e6d2d1ebd9e046b32517de074bb1a6', 'x88Ð—abÐ¸paÐ¹Ñ‚e_Ð´eÐ½bÐ³Ð¸_656usd\r\n https://rfo.page.link/du5k#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:03:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7924, NULL, NULL, 'cawa2017hfjfn@gmail.com', '3d772b836fb05c57f596f6cbf4925ae0', 'dvmTvoya_denezhka_40795rub\r\n https://tto.page.link/YkwA#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:05:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7925, NULL, NULL, 'urijk5503@gmail.com', '099cd70a077a4ae414fa380f012f7b81', 'mizÐ’am_paÐ´ocÑ‚Ð¸_53098rub\r\n https://rfo.page.link/FEit#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:05:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7926, NULL, NULL, 'madinaryckooo@gmail.com', '48fa019d5b6fe78a9f2d9387cf1b0667', 's5dÐ’aÑˆ_kpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_37560rub\r\n https://bpp.page.link/7iRp#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:07:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7927, NULL, NULL, 'abrosova1982@mail.ru', '8da419e7e1bf9b1c458a3c8745f526dd', 'wvjÐa_kapÑ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_52706rub\r\n https://bpp.page.link/Yknm#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:10:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7928, NULL, NULL, 'muhammadranashahid107@gmail.com', '47062acb2b3e05167575fb21fb170388', 'd5yTut_denezhka_37196rubl\r\n https://ehu.page.link/p1SM#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:12:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7929, NULL, NULL, 'starcevaksenia08@gmail.com', '6d8c54e936ffd831653dd31fd4f39f66', '0qmÐ’oÐ·meÑ‰eÐ½Ð¸e_pacÑ‚paÑ‚_44579rubl\r\n https://hgl.page.link/9Rjx#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:13:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7930, NULL, NULL, 'bekturzamirbekov77@gmail.com', '47320c62b74c40313787aa632271ba18', 'mgxVozmite_valutu_39677rubl\r\n https://plt.page.link/jvSF#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:14:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7931, NULL, NULL, 'maksimdedov239@gmail.com', 'da6e25d5f5ff3dca3cd607881ed823f9', 'ym2Sredstva_polucheni_17450rubl\r\n https://pym.page.link/7J3g#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:16:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7932, NULL, NULL, 'andrejafonin80@gmail.com', '48e436ba18421fc6199df02a84e62829', 'cv9Ð—abpaÑ‚b_Ð²Ñ‹Ð³oÐ´Ð½o_29537rub\r\n https://mnp.page.link/1mWf#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:16:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7933, NULL, NULL, 'ssevara275@gmail.com', 'dc02f1d6adb878ec2b76bdb4352dce19', 'e0kVam_nachislenno_15164rubl\r\n https://rfo.page.link/CyZ5#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:18:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7934, NULL, NULL, 'komarovg599@gmail.com', '55531b3010266cea40567d314beeadd8', 'a43Ð‘Ð»aÐ³oe_Ð´eÐ»o_16959rubl\r\n https://tto.page.link/qr7e#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:19:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7935, NULL, NULL, 'ivanslepnev14@gmail.com', 'fcd50bb4df5b4812c5f14759f6ddd94d', 'rdfÐœoÐ¶Ð½o_Ð·abpaÑ‚b_47214rubl\r\n https://ehu.page.link/NkbA#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:20:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7936, NULL, NULL, 'sautina442@gmail.com', '45c894fbaeb95e53af985ca680b9e97c', 'hn9ÐšyÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹xÐ´eÐ½eÐ³_35010rub\r\n https://pym.page.link/eZo4#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:22:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7937, NULL, NULL, 'aleksandraarcenko59@gmail.com', 'e65ce71f0bb03bd6711ac07ac7e359cf', 'udqViplata_tut_472usd\r\n https://pym.page.link/8NY8#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:25:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7938, NULL, NULL, 'larina.galina@gmail.com', 'cd0dabbacf4b53fb6a158c72f2e940fe', 'k8kÐœÐ¸Ð³paÐ½Ñ‚am_Ð´eÐ½bÐ³Ð¸_46042rub\r\n https://ehu.page.link/1VQ2#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:25:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7939, NULL, NULL, 'valentina.kambur@yandex.ru', 'dc18a5638f4a8dbb0cf0546e54c91eb7', 'gutÐœÐ¸Ð³paÐ½Ñ‚am_Ð´eÐ½bÐ³Ð¸_36941rub\r\n https://pym.page.link/LsrZ#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:29:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7940, NULL, NULL, 'saf-scher@mail.ru', 'ddb6db5b89750863d467f5c32736155a', 'cfpRazdacha_deneg_zdes_353dollar\r\n https://hgl.page.link/6eR1#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:31:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7941, NULL, NULL, 'ajnurkabaseva@gmail.com', '0b870e5573505ec2dd4a83d1e3b99906', 'gmhVam_nachislenno_33137rub\r\n https://rfo.page.link/fXYA#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:31:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7942, NULL, NULL, 'bakeassa@gmail.com', '01b29f9ada25864d1b226a61a3d7c4a4', '86zÐŸpaÐ·Ð´Ð½Ð¸k_oÐ¿Ð»aÑ‡eÐ½_974dollar\r\n https://rse.page.link/Q76T#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:34:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7943, NULL, NULL, 'sergeiponamarev575@gmail.com', '41dc807bc32c60c1de4d487b06a6dc3c', '25tZdes_vashe_818dollar\r\n https://egs.page.link/ZvkY#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:36:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7944, NULL, NULL, 'staduhin2018@mail.ru', 'c25eace2a54a233f56aaff0cdd677935', 'ioiÐžcÑ‚aÐ»ocb_Ð²Ñ‹Ð²ecÑ‚Ð¸_cpeÐ´cÑ‚Ð²a_10177rub\r\n https://rse.page.link/6Avm#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:38:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7945, NULL, NULL, 'shuny.freksgril@gmail.com', '2ea0cd5a78a56b8772d931d2245dc6d9', 'g8nVozmite_valutu_26981rub\r\n https://wtl.page.link/YbRW#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:40:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7946, NULL, NULL, '89527810640s@gmail.com', 'b8cc1e371b60bda746df0ce3b202889a', 'er6Ðe_cÑ‚oÐ¸Ñ‚_bÐ»aÐ³oÐ´apÐ½ocÑ‚Ð¸_1007dollar\r\n https://bpp.page.link/wPFo#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:40:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7947, NULL, NULL, 'maksimamar1982@gmail.com', '6d6af8e28bdd762a48a1728587a0cd10', '17fÐšÑÑˆ_Ð²aÑˆ_1154dollar\r\n https://ehu.page.link/Jyod#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:43:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7948, NULL, NULL, 'predators.2013@mail.ru', '9f0e9cb3cfae513873436ff2031ebb48', 's3bÐaÐ»oÐ³Ð¸_Ð·a_15_Ð»eÑ‚_Ð²oÐ·Ð²paÑ‰eÐ½Ñ‹_Ð½a_kapÑ‚y_Ð·abÐ¸paÐ¹Ñ‚e_48426rub\r\n https://wtl.page.link/9XnC#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:43:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7949, NULL, NULL, 'yelena.moiseeva.1989@mail.ru', '7a27f1590ec548748a1605e60ac646af', 'b82Vam_nachislenno_25943rub\r\n https://wtl.page.link/pr2t#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:45:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7950, NULL, NULL, 'orxan1982@bk.ru', '61f8082fa2073f82fd60d7b6d213fe9d', 'lv6Ð¢Ð²oÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_633usd\r\n https://rse.page.link/SZaQ#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:45:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7951, NULL, NULL, 'rakbarhan@gmail.com', '9f30344cb5b52d2efc97edf548123c72', '8voÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð²oÐ·moÐ¶Ð½a_37024rub\r\n https://lvm.page.link/u5DJ#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:47:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7952, NULL, NULL, 'tamila1341@gmail.com', '48fe96ebec56beeb4b16565eb82a998b', 'lpaÐ”eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_517dollar\r\n https://lvm.page.link/VfyE#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:48:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7953, NULL, NULL, 'misa27446@gmail.com', 'ec324c8dd830f1c1bcf2ec300ee7c608', '8xxÐŸoÐ·Ð´paÐ²Ð»ÑÑŽ_47687rubl\r\n https://wtl.page.link/AkYv#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:50:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7954, NULL, NULL, 'ilxomjon1980@yandex.ru', 'ddc62f518e450ee1c7987dfe0f845433', 'tgeÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð·apÐ¿Ð»aÑ‚y_849dollar\r\n https://bpp.page.link/JccY#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:51:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7955, NULL, NULL, 'rybasibas@gmail.com', '8a77370039fb5eb8f96c9402f7120e24', 'r57Ð¢Ð²oÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_870dollar\r\n https://egs.page.link/JPTZ#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:54:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7956, NULL, NULL, 'Uzbechka_63@mail.ru', '6a2f0d2f534db4b7fd2b6fec714b174e', 'ljcÐžÑ‚_Ñ„oÐ½Ð´a_Ð¿oÐ´apok_527dollar\r\n https://rfo.page.link/fQEe#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:54:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7957, NULL, NULL, 'en0505@yandex.ru', 'f8bfd71f18d5c8a2ae54e053782b54df', 'epwÐŸocobÐ¸e_Ð½a_kapÑ‚e_24572rub\r\n https://bpp.page.link/8dSM#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:56:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7958, NULL, NULL, 'zirada04@gmail.com', '65881ccca2748b3d22b6b519c2a0f3f5', '6t7Ða_kapÑ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_27075rub\r\n https://yhj.page.link/WxqJ#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 17:57:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7959, NULL, NULL, 'osemenov141@gmail.com', '1c2c82b5a158277f01d02ea226e64c09', 'btbÐa_kapÑ‚y_Ð²Ñ‹Ð¿Ð»aÑ‚a_572dollar\r\n https://hns.page.link/9FLt#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:00:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7960, NULL, NULL, 'galinkakleherewa@gmail.com', 'd6a7046fd00194d22bc767f03ac85104', 'uhmTake_it_50044rubl\r\n https://hns.page.link/XMJa#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:03:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7961, NULL, NULL, 'vovk.anastasia08@gmail.com', '2e7d79c302fb62929a4b0e86c3383edb', '6k1Big_moniy_459dollar\r\n https://tto.page.link/DbSx#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:05:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7962, NULL, NULL, 'kashintseva.sash@gmail.com', '4b81b258e0c527c653ed5843d5134016', '99xVam_nachislenno_39833rub\r\n https://qsa.page.link/jqtj#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:06:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7963, NULL, NULL, 'igormacuk102@gmail.com', 'a4abcfd1cb2c30a7775b2ce81cb0d2bc', 'qupVam_nachislenno_30704rub\r\n https://rfo.page.link/CyZ5#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:07:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7964, NULL, NULL, 'alehandrz404@gmail.com', '3bf725d0cc0a3fdb7d979fc6a31cb786', '2xrÐ’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_960dollar\r\n https://pym.page.link/T4BW#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:09:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7965, NULL, NULL, 'hulkarrozikova8031@gmail.com', '6d5aca0594d8fadfc41e7c9225128e15', '9l4Vasha_viplata_904dollar\r\n https://qxu.page.link/w7ab#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:17:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7966, NULL, NULL, 'sawa1982.nadya@gmail.ru', '398995b89a49f37982eb2fb58c59e77a', 'ihqVashi_dengi_31004rub\r\n https://lvm.page.link/yK73#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:18:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7967, NULL, NULL, 'arseny.tsyro@gmail.com', 'cabab200bfb5974aef9689170a4fde94', 'wjgVam_nachislenno_51937rubl\r\n https://ehu.page.link/aQWg#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:20:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7968, NULL, NULL, 'savchuk.s@bk.ru', '3bc1f17c019a4a4aadead25bc9b9728b', 'gpeÐ’aÑˆ_kpeÐ´Ð¸Ñ‚_Ð¿oÐ³aÑˆeÐ½_26889rub\r\n https://ehu.page.link/RYox#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:22:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7969, NULL, NULL, 'yuliyagolovanova@mail.ru', '36119e5afd35d1c871fe5b95ce460b3c', 'vp0Ð”eÐ»bÑ†e_bÐ»aÐ³oe_10346rubl\r\n https://pym.page.link/bnZC#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:24:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7970, NULL, NULL, 'segorkan10@mail.ru', 'cfa3fdf4640fb887c8be5e1534899070', 'r1mVam_nachislenno_17219rubl\r\n https://ehu.page.link/FJp8#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:26:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7971, NULL, NULL, 'irina.dekor.64@mail.ru', 'cf948fdbaea23486363731eb4bfddea5', 'o6vVam_nachislenno_31724rubl\r\n https://rfo.page.link/6Rqr#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:27:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7972, NULL, NULL, 'tat1983-080883@gmail.com', 'ebd7b9f3545e1bd253b0b2123d4d98b7', 'r79ÐšÑÑˆ_Ð²aÑˆ_787dollar\r\n https://rse.page.link/h3aW#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:30:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7973, NULL, NULL, 'aisneran@gmail.com', '429b18319d8fb5b4bb420f9695644ab2', 'q6oHvatayte_dengi_21685rubl\r\n https://rfo.page.link/yqCD#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:31:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7974, NULL, NULL, 'tranzi675@mail.ru', '4384604e705950613bb8d8fc60f1b4ac', 'tu3Ð’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_41005rub\r\n https://rfo.page.link/dhht#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:37:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7975, NULL, NULL, 'pyatkov.vicktor@yandex.ru', 'c9099388ada6d908f53161a412a1c357', 's7pDenezhka_vasha_1253usd\r\n https://bpp.page.link/oKWF#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:44:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7976, NULL, NULL, 'ksyasin@inbox.ru', '0b6951fafdd75736d45a5b14fa5548ff', 'mwbVam_nachislenno_540dollar\r\n https://pym.page.link/DFha#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:44:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7977, NULL, NULL, 'mariam.kostenko@gmail.com', 'ad978fa633db87714ad045896bb9cf56', 'gupNa_karte_dengi_1039dollar\r\n https://rfo.page.link/mP44#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:49:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7978, NULL, NULL, 'mido7799134@mail.ru', 'd0104ca009ffb409b978d6cce67726da', 'cwjÐ‘aÐ»aÐ½c_kapÑ‚Ñ‹_Ð²Ñ‹Ð²oÐ´_24568rubl\r\n https://rfo.page.link/TLZw#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 18:58:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7979, NULL, NULL, 'irakochetova73@mail.ru', 'b603dd9648318c8bb73835bcc1f1e3dc', 'j37Ð”Ð»Ñ_Ð²ac_16551rubl\r\n https://bpp.page.link/Hm67#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:04:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7980, NULL, NULL, 'ahror.kholbekov@mail.ru', '31263556d6d27918fb49053e5abf9d2e', 'id1Zdes_vashe_475usd\r\n https://hns.page.link/57NL#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:07:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7981, NULL, NULL, 'moremalibu@rambler.ru', '652981523fc297d17284c9662ca03874', 'obuTake_it_33507rubl\r\n https://pym.page.link/N1Jp#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:10:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7982, NULL, NULL, '117d.r.1914@mail.ru', '94fed5a638f5b54b55078c17c3aeea2a', '1itÐŸocobÐ¸e_Ð²Ñ‹Ð¿Ð»aÑ‡eÐ½o_35827rubl\r\n https://bpp.page.link/bAvn#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:12:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7983, NULL, NULL, 'juliana-gordienko@mail.ru', '09081b38b4605aaf90a5688b17a1b81c', 'zqfÐ¢Ð²oe_Ð¿ocobÐ¸e_17285rub\r\n https://hgl.page.link/JJ5W#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:16:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7984, NULL, NULL, 'katya.severgina@mail.ru', 'ec3e75130865a4681612589ab41bb865', '376Viplata_vasha_423dollar\r\n https://yhm.page.link/3bg4#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:20:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7985, NULL, NULL, 'justduit@list.ru', '5df525e7584637644ab77cd7b911dcf9', 'b2jVam_nachislenno_47743rub\r\n https://tto.page.link/akVR#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:21:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7986, NULL, NULL, 'endryu.84@gmail.com', 'bd505583bedb7a1531dbb8e139d871d1', 'qggÐžÑ‚kpoÐ¹Ñ‚e_yÐ´Ð¸Ð²Ð¸Ð²ÑˆÐ¸cb_35698rub\r\n https://ehu.page.link/yuam#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:29:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7987, NULL, NULL, 'madonnarimax@gmail.com', 'f3dedcc4f4f6d411124f3e2de4a728a2', '1xcÐŸoÐ²eÐ·Ð»o_Ð²am_52782rubl\r\n https://hgl.page.link/Eqeo#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:38:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7988, NULL, NULL, 'vadim.valiev.00@mail.ru', '5fb18cbc79dab37332587ae6c48aa297', 'hidÐ¡oÑ†_Ð²Ñ‹Ð¿Ð»aÑ‚a_22009rubl\r\n https://hgl.page.link/jXcx#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:40:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7989, NULL, NULL, 'ravshan.rushan@mail.ru', '72a3913479c9afc3167e3f50402af822', 'g2iÐ¡oÑ†_Ð²Ñ‹Ð¿Ð»aÑ‚a_1326usd\r\n https://egs.page.link/qVqB#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:43:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7990, NULL, NULL, 'olegsamofalov@gmail.com', 'aba85aeb62e0f5d3fc4b2a381722663b', '6fcZdes_vashe_17313rub\r\n https://wtl.page.link/LFoL#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:43:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7991, NULL, NULL, 'frolovv1963@gmail.com', '7b00b399651970ac6ee0c31e923e284e', 'lmvHvatayte_dengi_687dollar\r\n https://mnp.page.link/ZUHV#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:47:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7992, NULL, NULL, 'komarjoba9025@mail.ru', 'b1c1da0d9d5c655643442f8287d7ccb6', 'ijnÐ“Ð»ÑÐ´Ð¸Ñ‚e_Ñ‚yÑ‚_51815rub\r\n https://hgl.page.link/fyRe#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:47:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7993, NULL, NULL, 'arsennurumanov@gmail.com', '39b0a9898d98150110747f73e18120e4', 'h27ÐŸoÐ´apoÑ‡Ð½Ñ‹e_Ð´eÐ½bÐ³Ð¸_539dollar\r\n https://pym.page.link/HbMr#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:50:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7994, NULL, NULL, 'monolit6600@gmail.com', 'a578c1c87435ff88e898643a5d66da9d', 'dgpVam_nachislenno_52603rubl\r\n https://lvm.page.link/TZGx#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:52:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7995, NULL, NULL, 'azik92_kz@mail.ru', '6bdd9721f613a226601b0fd4367998b6', 'i29Ð’Ñ‹Ð³oÐ´Ð½o_Ð·abpaÑ‚b_21478rub\r\n https://qta.page.link/5EWN#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:56:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(7996, NULL, NULL, 'penkin77792@mail.ru', '9b066665847b32722216c05afb851406', '8vkZabrat_denezhku_1195dollar\r\n https://wtl.page.link/65VT#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 19:57:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7997, NULL, NULL, 'kostrikov26@mail.ru', '9723a25bb46f99b975f0d8a2d6cce921', 'yd0Big_moniy_42275rubl\r\n https://lvm.page.link/17ga#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:00:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7998, NULL, NULL, 'vadosik161@gmail.com', 'bd6f6507f053e6ea88d02fe17c02a5f1', '24kÐ­Ñ‚o_Ð½eÐ²epoÑÑ‚Ð½o_612usd\r\n https://bpp.page.link/NNdX#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:00:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(7999, NULL, NULL, 'toleuovsortaj@gmail.com', '1bfea12c7e536aabf3d94c072ae3ea0b', '92iÐ¡peÐ´cÑ‚Ð²a_Ð¿epeÑ‡Ð¸cÐ»eÐ½Ñ‹_56702rub\r\n https://lvm.page.link/3gfr#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:10:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8000, NULL, NULL, 'kurovdanil7676@gmail.com', 'cc7ce7cf38de372ba0dbcc3f6c2b653e', 'sl1Poluchaite_569usd\r\n https://lvm.page.link/v7Mm#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:12:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8001, NULL, NULL, 'dakalinin940@gmail.com', '23783a7a40d6dd1e91b6e3ee3bbe7f61', 'dd6Ð‘oÐ»bÑˆaÑ_yÐ´aÑ‡a_35552rubl\r\n https://hgl.page.link/rrSw#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:15:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8002, NULL, NULL, 'irinagre87@gmail.com', '888b1f2d9d56147c2da9559c132ff2d2', '5t5ÐšpÐ¸Ð¿Ñ‚a_Ð¿Ð»aÑ‚Ð¸Ñ‚_54280rub\r\n https://qxu.page.link/pqkG#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:15:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8003, NULL, NULL, 'igor.ulanov.18@mail.ru', '2dc5ba03e1551c69302a66136e564772', 'xcpÐ—abÐ¸paÐ¹Ñ‚e-11542rubl\r\n https://bpp.page.link/qSAa#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:19:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8004, NULL, NULL, 'smolyaninov-87@list.ru', '62d9da0c176c0c2ac1cd87adfbbf807b', 'u7xÐ’Ñ‹_boÐ³aÑ‚Ñ‹_Ñ‚eÐ¿epb_1298dollar\r\n https://ehu.page.link/EaJT#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:19:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8005, NULL, NULL, 'kamkinaalina161017@gmail.com', 'd1af1aee591cd80b5e89afc0885ff0f8', 'ch4Na_karte_dengi_693usd\r\n https://pym.page.link/8ptR#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:22:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8006, NULL, NULL, 'marafon1122@mail.ru', '38797b5cce3921660ba4bdba810b7e14', 'f6dÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð½aÑ‡Ð¸cÐ»eÐ½Ð½a_1435usd\r\n https://pym.page.link/P7yk#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:23:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8007, NULL, NULL, 'konovalovaleksandr55884@gmail.com', '12b3e81db947ceb6286bd46d8e84458a', 'kk0Ð’Ñ‹Ð¿Ð»aÑ‚a_Ð¿oÐ»oÐ¶eÐ½a_51881rubl\r\n https://lvm.page.link/HmEr#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:25:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8008, NULL, NULL, 'polatamraev80@gmail.com', '59bb051ca74a413d15b55071b847f96b', 'brdÐœoÐ»oÑ‚Ñ‡Ð¸k-609dollar\r\n https://bpp.page.link/Cd9h#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:28:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8009, NULL, NULL, 'vasilijvas@gmail.com', '5c1ee6eef5428c8c7f850a80f762f629', '5x5ÐŸoÐ·Ð´paÐ²Ð»ÑÑŽ_926dollar\r\n https://ehu.page.link/K2ZU#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:32:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8010, NULL, NULL, 'bizgun87@icloud.com', 'd023953d54211ebedc0eb6ffac70e613', 'dlgZaberite_dengi_898dollar\r\n https://egs.page.link/s4ru#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:32:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8011, NULL, NULL, 'spilkasana0@gmail.com', '3470501c1a7ecfbb5aa3e57e48967078', 'mifTut_viplatan52190rubl\r\n https://lvm.page.link/bVvB#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:37:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8012, NULL, NULL, 'elmira220981@gmail.com', 'ed20a13f15b93809b13644aa49c94192', '92nTvoya_denezhka_854dollar\r\n https://tto.page.link/NryA#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:41:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8013, NULL, NULL, 'kenny_nevermind@mail.ru', 'b8283b06ca055161dc1411b9292a880c', 'r2yÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_56077rub\r\n https://wtl.page.link/taJp#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:42:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8014, NULL, NULL, 'timurmaliktuxtabaev@gmail.com', 'c2b374ec055b82ffec8208c37065b9be', 'ryiÐ‘epÐ¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_30098rubl\r\n https://ehu.page.link/5hhS#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:46:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8015, NULL, NULL, 'valerijkhmelevskoj@gmail.com', '898e3faf81e9d889366fdf75fdf0b95b', 'hyxTut_denezhka_9994rub\r\n https://pym.page.link/SHNt#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 20:55:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8016, NULL, NULL, 'kolosov-vova84@mail.ru', '336201c5859f4778195c76ff49602913', 'leiZaberite_dengi_1438usd\r\n https://tto.page.link/hUJH#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 21:00:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8017, NULL, NULL, 'jobirziyodulloyev3@gmail.com', '9331d60582ce773625c0c1ddfc8ec213', 'i04Ð£cÐ»yÐ³a_Ð²oÐ·meÑ‰eÐ½Ð¸Ñ_616usd\r\n https://qsa.page.link/6VCX#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 21:10:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8018, NULL, NULL, 'koshelev1405@gmail.com', '25229a0c8408d6f8c96af244d9576eac', 'ikrÐ£cÐ¿exoÐ²_Ð²am_49413rub\r\n https://rfo.page.link/nf4x#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 21:20:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8019, NULL, NULL, 'sakyrakozyrev@gmail.com', '74a4b884aeca690ec80d793e5a617863', 'xceÐ£Ð´aÑ‡Ð½o_Ð¿oÐ»yÑ‡Ð¸Ñ‚b_46859rubl\r\n https://hgl.page.link/9Gtw#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 21:25:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8020, NULL, NULL, 'ak4838900@gmail.com', 'b464b3ac1f5782ba9e3b681120359481', 'zcyÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½aÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_1358usd\r\n https://ehu.page.link/y8ds#\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 21:30:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8021, NULL, NULL, 'anastasiay.nasta@gmail.com', 'ba8ddea3c3417c79dac0238ebb12dae7', 'kemdengi_zhdut-31333rub\r\n http://newengineerusa.com/redirect.asp?rd=http://linkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 21:34:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8022, NULL, NULL, 'avanesov1966@mail.ru', 'd72c389a84bb04ef4edbbe31d9fccc8f', 'n6hÐ¢akoÐ³o_Ð¿oÐ´apka_Ð½e_oÐ¶Ð¸Ð´aÐ»_34510rub\r\n http://strava.com.br/bitrix/rk.php?goto=http://linkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 21:35:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8023, NULL, NULL, 'andrejbrusko959@gmail.com', 'b36cb0d9207b7bd3a2848ce5521ca90e', 'jlyVam_nachislenno_45451rub\r\n http://aseshop.link/r?url=https://linkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 21:37:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8024, NULL, NULL, 'igorcikin@gmail.com', 'b14690c17111e390a47461a2af542637', 'myrDengi_vashi_47298rubl\r\n https://nzbgrabit.xyz/redirect.php?url=https://linkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 21:40:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8025, NULL, NULL, 'vanya098981@gmail.com', '3b7d5f52966019e2af4b88fb6825ea7a', '6o0Ð­Ñ‚o_Ð½eÐ²epoÑÑ‚Ð½o_18352rub\r\n https://www.elog-ch.net/out.php?id=taunsky&amp;date=1532703439&amp;entry=8865&amp;go=https%3A%2F%2Flinkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 21:41:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8026, NULL, NULL, 'zolotoi_janik@mail.ru', '4bbd69e70b7c3e7a1e4dce42a3e21964', 'h9yÐ—abÐ¸paÐ¹Ñ‚e_Ð´eÐ½bÐ³Ð¸_431dollar\r\n http://alllesbiantube.com/go.php?u=http://linkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 21:45:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8027, NULL, NULL, 'olimovsanjar8957@gmail.com', 'c7e97faba58ad3963e35966687b6749a', 'nfyÐ¡Ñ‡acÑ‚bÑ_Ð²am_1315usd\r\n https://www.web-pra.com/home/externallink?url=http%3A%2F%2Flinkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 21:53:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8028, NULL, NULL, 'kopylovajal41@gmail.com', 'f5023330d773af93a63c9a6d7675cff5', '369Vam_nachislenno_13886rubl\r\n http://aquamarintour.ru/out.php?link=http://linkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 21:55:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8029, NULL, NULL, 'marinagruznova16@gmail.com', '423e9718809a4d23bdefc29384546cc0', 'c0uVasha_zarplata_29755rub\r\n http://cityprague.ru/go.php?go=http://linkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 22:00:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8030, NULL, NULL, 'aleksandrgalohkin54@gmail.com', 'b6d90ac99af8705445dd8764b9bba584', 'ed4Ð—Ð´ecb_Ð²am_33442rub\r\n http://japansale.plazacool.com/go/index.php?go=http://linkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 22:01:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8031, NULL, NULL, 'sauleabdrahmanova954@gmail.com', 'a93efc65df16ba891d106b19f7f54194', 'jlwÐ’aÑˆÐ¸_Ñ‚yÑ‚_Ð´eÐ½bÐ³Ð¸_1033usd\r\n https://www.youa.eu/r.php?u=https://linkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 22:05:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8032, NULL, NULL, 'svetoslava_bsl@abv.bg', '3691db66f75c57e29d1fe444c7173ee6', '2myÐ¢Ð²oÐ¹_kpeÐ´Ð¸Ñ‚_Ð·akpÑ‹Ñ‚_14384rub\r\n http://3devilmonsters.com/cgi-bin/at3/out.cgi?id=214&amp;trade=http://linkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 22:17:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8033, NULL, NULL, 'rahimovagulcehra415@gmail.com', '82d04e8bdd295dd4d4b9b983221853a1', 'xfcVivodite_dengi_537usd\r\n http://tennisdc.com/bitrix/rk.php?goto=https://linkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 22:20:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8034, NULL, NULL, 'tatanaberezkina697@gmail.com', '6318037949efe01beb1361f5633cf820', 'jzxÐ¢Ð²oÐ¹_kpeÐ´Ð¸Ñ‚_Ð·akpÑ‹Ñ‚_56790rub\r\n http://www.readerswivesonline.com/cgi-bin/atx/out.cgi?id=179&tag=toplist&trade=http://linkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 22:20:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8035, NULL, NULL, 'aleynikolya@mail.ru', 'fa1937092c3305b4d9d5ad80fa2d636d', 'cf4Ð’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_47160rubl\r\n http://www.zjjiajiao.net/ad/adredir.asp?url=https://linkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 22:24:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8036, NULL, NULL, 'aleksenko250476@mail.ru', 'd0b5d868fdceebf8c9f515c8c5d6deba', 'hlpÐ’Ñ‹_ÑÑ‚o_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_44494rub\r\n https://www.bandb.ru/redirect.php?URL=//linkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 22:33:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8037, NULL, NULL, 'ksyushka13101986@gmail.com', 'e1818d02ee5bff2da59c19c9b4702695', 'lvvÐšapÑ‚a_Ð³oÑ‚oÐ²a_1372dollar\r\n http://stroim100.ru/redirect?url=http://linkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 22:33:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8038, NULL, NULL, 'vovapupkin5656@gmail.com', '550dfb08e03cd8f5a91688a158996d58', 'n2aÐy_Ð¿oÐ²eÐ·Ð»o_53260rub\r\n http://www.expoon.com/link?url=https%3A%2F%2Flinkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 22:37:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8039, NULL, NULL, 'ingasharipashvili620@gmail.com', '21a2298334f73a558bbbadff3d205415', 'bkfÐ¡oÑ†_Ð²Ñ‹Ð¿Ð»aÑ‚a_50377rubl\r\n http://www.frogwosh.com/morgan_packard/link.php?url=https://linkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 22:40:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8040, NULL, NULL, 'baharevi70@gmail.com', '12d795d4af5df8b4028ebcf8a31b4bf3', 'odlVasha_denezhka_27294rub\r\n http://rgo4.com/link.php?url=http%3A%2F%2Flinkagenthouse.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 22:43:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8041, NULL, NULL, 'sujunduksejitbekov@gmail.com', '645c64ea3676931738a56cb68014a614', 'rccÐ”oÐ¿Ð»aÑ‡eÐ½a_Ð·apÐ¿Ð»aÑ‚a_607dollar\r\n http://www.razinskiy.com/forum/away.php?s=http%3A%2F%2Flinkagentcentr.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 22:46:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8042, NULL, NULL, 'tata_57.92@mail.ru', 'cac2f09ce295568231f3c0cc7c927116', 'xbgZaberite_dengi_41600rubl\r\n http://www.lestrademensuel.fr/click.php?url=https://linkagentcentr.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 22:47:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8043, NULL, NULL, 'maznunovtoirzhon@gmail.com', 'bb640e2d24dd3c7bd6e247efc4b8a88c', 'n0aÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð½aÐ»oÐ³oÐ²_52067rub\r\n https://www.qbfam.ru/goto.php?url=https://linkagentcentr.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 22:50:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8044, NULL, NULL, 'selllavv5270@gmail.com', '4f0ff4d4ab6243e504595b8fba43ce41', 'x8dZabrat_denezhku_1336usd\r\n http://people.anuneo.com/redir.php?url=http://linkagentcentr.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 22:51:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8045, NULL, NULL, 'vitamuraev8@gmail.com', 'f47397aefcc889ee1cfce36ac6c8633a', 'uaxÐ¡oÑ†_Ð²Ñ‹Ð¿Ð»aÑ‚a_12465rub\r\n http://medinform.nnov.ru/go/url=http://linkagentcentr.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 23:00:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8046, NULL, NULL, 'kazancev.ko@mail.ru', '1a4aaae83cc99d45d50be28166155cba', 'h88ÐÐ¸komy_Ð½e_Ð³oÐ²opÐ¸_16041rubl\r\n http://www.stickamtube.eu/cgi-bin/arrow/out.cgi?id=57&amp;tag=toplist&amp;trade=https://linkagentcentr.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 23:00:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8047, NULL, NULL, 'lindarussia514@gmail.com', '18fd680bb470bec9bdc0307e15bfd36f', '6eoÐ’Ñ‹Ð²oÐ´Ð¸_Ð¸Ð½aÑ‡e_Ð½e_ycÐ¿eeÑˆb_48322rub\r\n http://reliablesoftware.com/DasBlog/ct.ashx?url=http://linkagentcentr.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 23:03:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8048, NULL, NULL, 'sulajmananarbekov032@gmail.com', '4c1860fcef18e5e16bc04bc444e19810', '7c2Tut_denezhka_53981rubl\r\n http://bout.masculist.ru/go/url=https://linkagentcentr.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 23:05:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8049, NULL, NULL, 'galinastepkina@mail.ru', 'c1344049acca157aa86af1fe13cb9388', 'vlc13_Ð·apÐ¿Ð»aÑ‚a_13035rubl\r\n http://www.bpd.com.pl/link.php?link=https://linkagentcentr.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 23:06:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8050, NULL, NULL, 'pasakryliv1@gmail.com', '4a6cda64696c409713314f2c80173865', 'at0Ð—abpaÑ‚b_moÐ¶Ð½o_51593rub\r\n http://www.bernik.ru/go/url=http://linkagentcentr.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 23:09:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8051, NULL, NULL, 'andrejleznev9@gmail.com', 'd1e37cc18527e7003480f12ef412a03b', 'z7nÐa_kapÑ‚oÑ‡ke_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_Ð¿poÐ²epÑÐ¹Ñ‚e_680usd\r\n http://forum.gsmhosting.com/vbb/redirect-to/?redirect=http://linkagentcentr.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 23:13:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8052, NULL, NULL, 'nensilelik033@gmail.com', 'a6ccd4718bbd2fb56a6db718f3309170', 'voxÐ—aÐ²Ð¸Ð´yÑŽ_Ð²am_9379rubl\r\n http://medinform.nnov.ru/go/url=https://linkagentportal.top/616d\r\n', NULL, NULL, NULL, '212.32.212.31', '2022-11-09 23:19:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8053, NULL, NULL, 'nedilko-1963@mail.ru', 'f4dad9b9d96f9ef55b2ab88c339e2bff', '60tVam_nachislenno_39783rub\r\n http://www.bigphatbutts.com/cgi-bin/sites/out.cgi?url=https://linkagentportal.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-09 23:25:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8054, NULL, NULL, 'oksanavla704@gmail.com', '15a1c337d9680bc74bddb861367ce72a', 'ybzÐŸocobÐ¸e_Ð½a_kapÑ‚e_17015rubl\r\n http://www.cdnevangelist.com/redir.php?url=https://linkagentportal.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-09 23:27:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8055, NULL, NULL, 'semsk2012@mail.ru', '1eea1454e401014957d46e43eb7e84ea', 'he2Tvoya_denezhka_31775rubl\r\n http://m.shopinhouston.com/redirect.aspx?url=https://linkagentportal.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-09 23:29:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8056, NULL, NULL, 'kozitckiy2019@gmail.com', 'ec99010fe6d6b45507e99b408d557062', '9nuÐ”eÐ½ÑŽÐ¶ka_Ð¿pÐ¸ÑˆÐ»a_18508rubl\r\n https://likemore-go.imgsmail.ru/pxt?p=wclick&amp;qid=ae6076846c3d39fe&amp;cid=7660df14be22269516fe38313618e019&amp;uh=&amp;pos=3&amp;url=https%3A%2F%2Flinkagentportal.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-09 23:31:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8057, NULL, NULL, 'djenbaevanargiza.@mail.com', '2096743cf39bf56750033682bb9ce716', '7wzÐ’Ñ‹Ð²oÐ´_baÐ»aÐ½ca_1423usd\r\n http://ogura-yui.com/www/redirect.php?redirect=https://linkagentportal.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-09 23:33:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8058, NULL, NULL, 'ak1457399@gmail.com', '08be87914043f26498d49a3db92ba037', 'cxeVasha_denezhka_25687rub\r\n http://www.all1.co.il/goto.php?url=https://linkagentportal.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-09 23:38:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8059, NULL, NULL, 'kanatkyzyaigul92@gmail.com', '11f33a4eb9d7c346c9c2bca193ded52e', 'z8kPoluchaite_1348dollar\r\n http://bk8.ltd/wp-content/themes/begin5.2/inc/go.php?url=https://linkagentportal.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-09 23:38:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8060, NULL, NULL, 'krechundavid@gmail.com', '32db4d97441aa0ee26097b9469a8ee65', '9doTut_denezhka_37939rub\r\n http://vttrack.fr/redirect.php?url=https%3A%2F%2Flinkagentportal.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-09 23:41:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8061, NULL, NULL, 'niscoshapkavosil@gmail.com\r\n', '70afaaba28f36ce55b43834673a6fdc1', '3ucTvoya_denezhka_31040rubl\r\n https://www.flysmartavia.com/redirect?link=https://linkagentportal.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-09 23:50:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8062, NULL, NULL, 'grinevicvalera841@gmail.com\r\n', '4c9e0286ff8f3040df2a946ae3fc6ae4', 'j07ÐoÐ²oÐ³oÐ´Ð½ÑÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_1294dollar\r\n https://wtl.page.link/ZPo2#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-09 23:54:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8063, NULL, NULL, 'cesalinamaria4@gmail.com\r\n', 'bcf2ae16a7aa3b2b630b3ffc0249e03d', 'dyjVam_nachislenno_38475rub\r\n https://pym.page.link/kymi#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-09 23:55:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8064, NULL, NULL, 'elernasirov926@gmail.com\r\n', '151fef70933b9de5bf548181c9d1fcf2', 'p63Vam_nachislenno_59165rub\r\n https://hgl.page.link/Kj4f#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-09 23:58:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8065, NULL, NULL, 'Elenaromanenko077@gmail.com\r\n', '401e443167bc9c7730684c4d4b70bf69', 'eumVasha_denezhka_25479rubl\r\n https://lvm.page.link/ijkB#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:01:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8066, NULL, NULL, 'sergey0311197094@gmail.com\r\n', 'ee2b001f5470592fd03d23893a30f863', '271ÐœÐ¸Ð³paÐ½Ñ‚am_Ð´eÐ½bÐ³Ð¸_12811rubl\r\n https://ehu.page.link/RxmB#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:08:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8067, NULL, NULL, 'anatolijbruhanov52487@gmail.com\r\n', '8a347681ad71327c16d44d1615007679', 'jk1Ð¡peÐ´cÐ²Ñ‚a_cÑ„opmÐ¸poÐ²Ñ‹Ð½Ñ‹_57366rub\r\n https://rfo.page.link/BqM8#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:09:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8068, NULL, NULL, 'gorbaschol23@gmail.com\r\n', 'cf9ea980c808aa6168c5859096cf1078', 'q63Ð aÐ´ocÑ‚Ð¸_Ð¿oÐ»Ð½Ñ‹e_1438usd\r\n https://rse.page.link/jDdU#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:11:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8069, NULL, NULL, 'galaxya6130619@gmail.com\r\n', '73d3a130fd667948bdab50a8a888b6be', 's6mVam_nachislenno_41532rubl\r\n https://hgl.page.link/rLja#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:14:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8070, NULL, NULL, 'alenakrasnogon@gmail.com\r\n', 'd3d1bddd74315dfddcc9bd506b6dace4', 'khkÐ’Ð½Ð¸maÐ½Ð¸e_paÐ·Ð´aÑ‡a_49336rub\r\n https://tto.page.link/5Xme#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:14:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8071, NULL, NULL, 'gmasqa@gmail.com\r\n', '743c283573058d1cd1cd5c7d44822104', '4fcÐ¡moÑ‚pÐ¸Ñ‚e_cÑŽÐ´a_46080rubl\r\n https://wtl.page.link/Vx8w#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:18:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8072, NULL, NULL, 'antonovasandra10@gmail.com\r\n', 'de0a11946c97836b864e7ae698dd654e', 'tuxNa_karte_dengi_39124rub\r\n https://hgl.page.link/gY7J#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:21:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8073, NULL, NULL, 'vartemyeva1981@mail.ru\r\n', '13d4b0e4ad09e258f8403ecdbf34dc63', 'ggdÐ¡moÑ‚pÐ¸Ñ‚e_cÑŽÐ´a_559dollar\r\n https://pym.page.link/mtCC#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:22:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8074, NULL, NULL, 'tahirovzaur49@gmail.com\r\n', 'e18fcc8a47fa49067e46911deee7de7a', '60vÐŸpaÐ·Ð´Ð½Ð¸k_oÐ¿Ð»aÑ‡eÐ½_58994rub\r\n https://tto.page.link/S3GM#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:24:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8075, NULL, NULL, 'darhanaskenovz76@gmail.com\r\n', '6271d6e8f4cbcc6dc138a60e4b906775', '2oiHvatayte_dengi_18705rubl\r\n https://urg.page.link/CyQo#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:27:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8076, NULL, NULL, 'andrejarhipenko820@gmail.com\r\n', 'a55ce83ee12dd759276df023565c03ed', 'lt5Dengi_vashi_1336usd\r\n https://pym.page.link/YFHo#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:28:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8077, NULL, NULL, 'sbuhtiarov968@gmail.com\r\n', '7d052bc13fffa7ef87438febb82e9de4', 's3zVam_nachislenno_47344rubl\r\n https://rse.page.link/whZE#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:31:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8078, NULL, NULL, 'durgaraoking4257@gmail.com\r\n', '60f8d550345fc104701183793d8704e5', 'lx8ÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½Ñ‹Ð¹_Ð¿oÐ´apok_26056rub\r\n https://hgl.page.link/J9Kv#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:35:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8079, NULL, NULL, 'krypatana07@gmail.com\r\n', '13148b3ba263b3d117957a572e309b3f', '5i4Viplata_vasha_1009dollar\r\n https://egs.page.link/WqTk#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:38:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8080, NULL, NULL, 'baha5550@gmail.com\r\n', '500ff6e440787e5e83e85b4370a177a5', '1ybVam_nachislenno_41383rubl\r\n https://qsa.page.link/pGuk#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:41:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8081, NULL, NULL, 'kseniasimonidi@gmail.com\r\n', 'c28620ba6a973dc765b6c4eb984aff24', 'q9mÐœÐ¸Ð»Ð»Ð¸oÐ½_moÐ½eÑ‚_15885rubl\r\n https://bpp.page.link/btT3#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:44:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8082, NULL, NULL, 'romiztojiboev1@gmail.com\r\n', 'ddcd6ad2e3493fbe5bcce546c6e08883', 'sviTvoya_denezhka_25255rub\r\n https://pym.page.link/7oj1#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:44:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8083, NULL, NULL, 'azizanurshat98@gmail.com\r\n', 'cff34c340d3784eb1d052d38b27871a9', 'p5dÐ”eÐ½bÐ³Ð¸_Ð²Ñ‹Ð²oÐ´Ð¸Ñ‚e_16035rub\r\n https://rfo.page.link/RZuv#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:47:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8084, NULL, NULL, 'gizatullinakarina00@gmail.com\r\n', '97fc0d240c44e5d89be0468ac17ec4e0', 'c97Tut_denezhka_511dollar\r\n https://urg.page.link/KDdB#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:49:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8085, NULL, NULL, 'daengbor555@gmail.com\r\n', '1c57076f1093e890d740438ba6acbd7e', 'gaaTut_denezhka_619usd\r\n https://rse.page.link/dNMR#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:51:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8086, NULL, NULL, 'ilonakrivorodko@gmail.com\r\n', '6bed9337c87274ba8f0ad06d3990f0d7', 'cnuÐ’aÑˆÐ¸_Ð´Ð²ecÑ‚Ð¸Ñ‚pÐ¸Ð´Ñ†aÑ‚b_Ñ‚Ñ‹cÑÑ‡_1375dollar\r\n https://bpp.page.link/QkTX#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:53:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8087, NULL, NULL, 'azzfghj@gmail.com\r\n', '906a79514d40daf45b353d9207f634f5', 'emaÐ£Ð´aÑ‡Ð½o_Ð¿oÐ»yÑ‡Ð¸Ñ‚b_40614rub\r\n https://tto.page.link/ERw5#\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:54:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8088, NULL, NULL, 'maksimkuklov56@gmail.com\r\n', '44246447b9a87e6027e5d1cbad88cc41', '06nÐ”eÐ½bÐ³Ð¸_Ñ‚yÑ‚_Ð²aÑˆÐ¸_49760rub\r\n http://websitesianalizi.seodestek.com.tr/redirect.php?url=http%3A%2F%2Flinkagentportal.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 00:57:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8089, NULL, NULL, 'seryozapogorilko@gmail.com\r\n', '85b21c09cbf21fdc6b4cee0563a1a1fb', 'h2bÐžcÑ‚aÐ»ocb_Ñ‚oÐ»bko_Ð²Ñ‹Ð²ecÑ‚Ð¸_1220usd\r\n http://www.wifesinterracialmovies.com/cgi-bin/atx/out.cgi?id=99&amp;tag=toplist&amp;trade=http://linkagentportal.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 01:01:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8090, NULL, NULL, 'ai777nash@gmail.com\r\n', '4f36ecfe1097d1c5bf0dceba653cdffa', '74fTvoya_viplata_tut_1310dollar\r\n http://www.intone.ru/goto.php?url=//linkagentportal.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 01:02:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8091, NULL, NULL, 'avito.a2017@mail.ru\r\n', 'fb91a45dcb59504c7433940326663b0c', 'bejÐšyÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹xÐ´eÐ½eÐ³_46851rubl\r\n http://www.tm-21.com/rank.php?mode=link&id=737&url=http%3A%2F%2Flinkagentportal.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 01:04:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8092, NULL, NULL, 'awtomoika19@gmail.com\r\n', '6a778f84e10facbc0e22ce9bc4dfd7db', 'i9cÐŸocobÐ¸e_Ð²Ñ‹Ð¿Ð»aÑ‡eÐ½o_56561rub\r\n https://aprium.com/smart-links/1725/click?url=http%3A%2F%2Flinkagentportal.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 01:06:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8093, NULL, NULL, 'p.r.sviridon8@gmail.com\r\n', '8d62035379221c6f2342e4d285445f90', 'yutTvoya_denezhka_1221dollar\r\n http://www.highpoint.net/ASP/adredir.asp?url=https://linkagentportal.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 01:10:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8094, NULL, NULL, 'ziyodbekw85@gmail.com\r\n', '8f9428ce3aed21a0f4dfa84eb3d962c5', 'dwgÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½aÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_25190rubl\r\n http://blog.couponalbum.com/r.php?u=https://linkagentportal.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 01:14:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8095, NULL, NULL, 'kuchmiev91@gmail.com\r\n', 'd193d3e06d81f9813cf27f9d619556d8', '15cÐŸoÐ´oÐ¶Ð´Ð¸Ñ‚e_Ð¸Ð´eÑ‚_Ð¿epeÐ²oÐ´_30221rubl\r\n http://9taxi.com/cgi-bin/a2/out.cgi?s=2&amp;l=tubes4a&amp;c=1&amp;u=http://linkagentexpert.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 01:15:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8096, NULL, NULL, 'brataka39713@gmail.com\r\n', 'aea2f5c2dd4098a55a3920dbe6c0cff8', 'tnkÐžÐ½Ð¸_Ð´eÐ½bÐ³Ð¸_Ð²oÑ‚_10595rub\r\n http://www.256rgb.com/uchome/upload/link.php?url=https://linkagentexpert.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 01:20:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8097, NULL, NULL, 'abdurahmonmamatov007@gmail.com\r\n', '740fe729432ce8dbf43bd0561fcf3edf', 't40ÐaÑ‡Ð¸cÐ»eÐ½Ð½a_Ð²Ñ‹Ð¿Ð»aÑ‚a_35572rub\r\n http://www.windsorhillsrent.com/cgi-bin/out.cgi?ses=i8doacdfg5%26id=1399%26url=https://linkagentexpert.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 01:23:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8098, NULL, NULL, 'eduard23624@gmail.com\r\n', '70b0b2d6541f94fcea2f46262958f086', '44gÐ—acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_Ð²Ñ‹_16184rubl\r\n http://www.saabsportugal.com/forum/index.php?thememode=mobile;redirect=http://linkagentexpert.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 01:23:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8099, NULL, NULL, 'faerwoks71@gmail.com\r\n', 'aa9a2831c0054912c88256c0b8a9124b', 'aluÐŸocobÐ¸e_Ð½a_kapÑ‚e_1123dollar\r\n http://www.gvomail.com/redir.php?msg=f0f5249683894f731a462079647fa80a&k=b1b352ea8956e60f9ed0730a0fe1bfbc2f146b923370aee1825e890ab63f8491&url=https://linkagentexpert.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 01:27:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8100, NULL, NULL, 'serikturgaliev5@gmail.com\r\n', '51affeb83e651585cad2290996b6da01', 'em4Nachislenno_25950rub\r\n https://www.22vd.com/go?url=http://linkagentexpert.top/616d\r\n', NULL, NULL, NULL, '178.45.160.183', '2022-11-10 01:30:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8101, NULL, NULL, 'info@bc-garag.ru', '3a9d014775410e2d5f26f1115a2ba4bc', 'WillStubs', NULL, NULL, NULL, '95.182.121.161', '2022-11-10 05:48:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8102, NULL, NULL, 'nedzumii@list.ru\r\n', 'bd03d06444f9da3a2362094c5ae61ff1', 'senÐ’Ð½Ð¸maÐ½Ð¸e_paÐ·Ð´aÑ‡a_19805rub\r\n https://tto.page.link/BTGh#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:02:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8103, NULL, NULL, 'olikvin@rambler.ru\r\n', '2c5b291f093bcfd9965ad5701d662158', 'qxlÐ­Ñ‚o_Ð½eÐ²epoÑÑ‚Ð½o_751usd\r\n https://hns.page.link/ky41#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:03:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8104, NULL, NULL, 'guigu@post.ru\r\n', '712c69c4c72a8210ed8ac0233643938a', 'qpqÐ’oÐ·moÐ¶Ð½a_Ð²Ñ‹Ð¿Ð»aÑ‚a_10733rubl\r\n https://qta.page.link/JkwE#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:06:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8105, NULL, NULL, 'mironov@sura.ru\r\n', '86f297a1333d2313da53324340385395', '0cpTut_denezhka_20236rubl\r\n https://rfo.page.link/XdVz#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:10:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8106, NULL, NULL, 'kamillakruglova2009@gmail.com\r\n', 'e6fda712f3915608d89a10e8d4a7caea', 'vqwÐšoÑˆeÐ»ek_Ð¿oÐ¿oÐ»Ð½eÐ½_1400usd\r\n https://lvm.page.link/BCX1#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:10:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8107, NULL, NULL, 'chainsaws.go.vroom@yandex.ru\r\n', 'a9bea6fdc20afca660cb8cedaade70f0', 'z6rTvoya_denezhka_608dollar\r\n https://pym.page.link/DqQt#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:13:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8108, NULL, NULL, 'tarmaksi@yandex.ru\r\n', 'c254f2bf9144bfeda2c18a15702d37a7', 'f5xÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_18535rub\r\n https://yhj.page.link/dLww#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:16:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8109, NULL, NULL, 'tanyadanilyuk@rambler.ru\r\n', '35fb282d458d08e4524f83a1c8f1df14', 'y3pÐ’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_kÑÑˆ_1403dollar\r\n https://hgl.page.link/Hnqe#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:20:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8110, NULL, NULL, 'sm610596@gmail.com\r\n', '5873d29b3213118ac8469f997be53ef8', '7h5Zaberite_dengi_667usd\r\n https://ehu.page.link/3nEz#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:22:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8111, NULL, NULL, 'kirillkarev0810@gmail.com\r\n', '4754b55c20dbd7410aed34c13560ce6c', 's73Ð’aÑˆe_Ð¿ocobÐ¸e_526dollar\r\n https://rse.page.link/tTn9#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:23:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8112, NULL, NULL, 'yurii.chichulin@myrambler.ru\r\n', '5299bedf5d5db932b4c7d413c87027a7', 'h9yZaberite_dengi_1437usd\r\n https://bpp.page.link/gKNw#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:26:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8113, NULL, NULL, 'aukemid@yandex.ru\r\n', 'fad34f7fe2e3626c09c2c580cea9c296', 'o08Vam_nachislenno_858dollar\r\n https://rfo.page.link/djfB#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:26:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8114, NULL, NULL, 'joelklassen@tochka.ru\r\n', 'fe92a663f7ddd5bbf2ee8ecee038c2a4', 'vbxZaberite_dengi_44413rubl\r\n https://egs.page.link/mfaA#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:30:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8115, NULL, NULL, 'johndneal@myrambler.ru\r\n', 'c4b70d5c7aad34e28359a592e34cebda', 'a3rÐ’oÐ·Ð²paÑ‚_keÑˆa_15301rub\r\n https://rfo.page.link/9EDu#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:33:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8116, NULL, NULL, 'oda7@list.ru\r\n', 'b69395dd27366135911b71cfd07425b8', 'o1dÐŸocobÐ¸e_Ñ‚yÑ‚_23266rubl\r\n https://egs.page.link/QxXc#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:34:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8117, NULL, NULL, 'qazikm1201@gmail.com\r\n', '1bf3a17dbee62dcceb4361c501d8cd2e', '1i4Ð—aÐ²Ð¸Ð´yÑŽ_Ð²am_660dollar\r\n https://pym.page.link/BVSv#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:39:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8118, NULL, NULL, 'medina.chulikova@gmail.com\r\n', '1cf3c75a14d800a9625831c5f573f7b8', 'tmrTvoya_viplata_tut_43927rubl\r\n https://hgl.page.link/VJfe#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:42:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8119, NULL, NULL, 'ek7337118@gmail.com\r\n', '580955639bc70c0203c2329ddc767485', '44jVasha_zarplata_42297rub\r\n https://hns.page.link/ZCLL#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:43:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8120, NULL, NULL, 'khullar.kunal@yandex.ru\r\n', 'cac5ba2683d413e47429331cd73604be', 'yp8Ða_kapÑ‚y_Ð²Ñ‹Ð¿Ð»aÑ‚a_698usd\r\n https://tto.page.link/aKNC#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:47:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8121, NULL, NULL, 'julia_j@ngs.ru\r\n', '81569bfe4a33bb188e7b7bd6fdd63a85', 'ghcTut_denezhka_33691rubl\r\n http://www.senrol.ru/go/url=http://linkagentportal.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:49:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8122, NULL, NULL, 'abs9871@yandex.ru\r\n', '9e417ccc1e662b32fd4dab70e51f7d92', 'mtdHvatayte_dengi_56385rub\r\n http://streetsfashion.info/r.php?r=http://linkagentportal.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:55:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8123, NULL, NULL, '2011.albina@gmail.com\r\n', '6e317083bbb3d06b521197116c2edb9a', 'rlbÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð½a_kapÑ‚y_21888rubl\r\n https://bpp.page.link/nKdk#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:59:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8124, NULL, NULL, 'sebitashd@tochka.ru\r\n', '9a78c8552c92d822621e006bd91b187e', 'cy9Ð’aÑˆÐ¸_Ð´eÐ½bÐ³Ð¸_24063rubl\r\n https://lvm.page.link/azch#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 12:59:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8125, NULL, NULL, 'lesha_118kv@live.ru\r\n', 'c1367fbe9192b6b43ffe412d2e02a18c', '474Zaberite_dengi_18122rub\r\n https://bpp.page.link/Y1d1#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:02:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8126, NULL, NULL, 'donald.bouchard@post.ru\r\n', '52b9470c9b850c3b4294c50391a963fd', 'ecoVashi_dengi_46962rubl\r\n https://plt.page.link/SgVd#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:03:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8127, NULL, NULL, 'igo2501@sibnet.ru\r\n', '7696f05a672de425274d5fd5f40dc87d', 'kb6Vashi_dengi_55940rub\r\n https://hgl.page.link/ju4y#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:07:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8128, NULL, NULL, 'ryabikovich@mail.ru\r\n', '16a96c79c6663a80c37b7d042545bcbe', 'paeÐ‘epÐ¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_1275usd\r\n https://qxu.page.link/U5tR#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:09:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8129, NULL, NULL, 'denis.garant@tochka.ru\r\n', '9a0c8d44c086078a6c4b957c42396ffd', 'y5jVam_nachislenno_32173rub\r\n https://ehu.page.link/Lafz#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:12:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8130, NULL, NULL, 'guy.blanger2@post.ru\r\n', '895a445c2a5afef89c10f90ea9d38dc0', 'd55ÐÐ¸komy_Ð½e_Ð³oÐ²opÐ¸_35563rub\r\n https://rfo.page.link/8Dpt#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:16:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8131, NULL, NULL, 'blegbleg@yahoo.ru\r\n', '56304736b47b3773b43701a8415b2353', 'divÐšpÐ¸Ð¿Ñ‚a_Ð¿Ð»aÑ‚Ð¸Ñ‚_21297rubl\r\n https://pym.page.link/LhYD#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:16:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8132, NULL, NULL, 'aselnurlanova35@gmail.com\r\n', '066b5566622e104b390d18f9e79eba7e', '3azVozmite_valutu_598dollar\r\n https://pym.page.link/z1Na#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:19:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8133, NULL, NULL, 'donald.lepage@post.ru\r\n', '6239a4b3e1c916f226111c63b8752e3a', 'lrsÐ¢Ð²oe_Ð·aÑ‡Ð¸cÐ»eÐ½Ð¸e_9199rub\r\n https://bpp.page.link/S6VM#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:20:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8134, NULL, NULL, 'jfawcett@ro.ru\r\n', 'c78833504f074460b5b5f06b62835d47', 'qg7Ð’aÑˆÐ¸_Ñ‚yÑ‚_Ð´eÐ½bÐ³Ð¸_624usd\r\n https://urg.page.link/cFLN#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:22:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8135, NULL, NULL, 'adminstrator@xaker.ru\r\n', 'e1dd54c10e34cb85a4d349f4069b1c3b', 's80Ðšopobka_c_Ð´eÐ½bÐ³amÐ¸_48644rubl\r\n https://rfo.page.link/kUi1#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:24:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8136, NULL, NULL, 'bokov@rambler.ru\r\n', '4836d65ec883ef610bef3f7df5a8ca69', 'elgÐ”eÐ½bÐ³Ð¸_mÐ¸Ð³paÐ½Ñ‚am_552dollar\r\n https://rse.page.link/tgda#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:38:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8137, NULL, NULL, 'sfhlncerybcr@gmail.com\r\n', '63b295c36f153bd86dcf2bc64e4980f0', 'v0lÐšopobka_c_Ð´eÐ½bÐ³amÐ¸_30122rubl\r\n http://speedl.vn/Redirect.do?redirectUrl=https://linkagentportal.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:42:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8138, NULL, NULL, 'asfasfasf@asas.asf\r\n', 'b6143d3d3d023f3be0cf2fba75aba963', 'dwnVam_nachislenno_543dollar\r\n http://au-health.ru/go.php?url=https://lineagentinfo.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:48:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8139, NULL, NULL, 'larik591@yandex.ru\r\n', '0038f64ed95ffa283582278c5224a085', 'lqiTvoya_denezhka_565usd\r\n http://mordsrub.ru/bitrix/rk.php?goto=http://lineagentinfo.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:48:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8140, NULL, NULL, 'slava.nord1996@yandex.ru\r\n', 'c1cd23982f7441b148babaff24829ddf', 'lpdÐ”eÐ½bÐ³Ð¸_Ð½a_kÐ²apÑ‚Ð¸py_Ð²am_634dollar\r\n https://hns.page.link/63J8#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:55:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8141, NULL, NULL, 's.v.smirnov70@yandex.ru\r\n', 'c5442a9292a751ef8a2107dcbba2ed30', 'p55Vam_nachislenno_1488usd\r\n https://plt.page.link/siBg#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:55:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8142, NULL, NULL, 'parpievbahti@mail.com\r\n', 'a084e8c761f7600049e28639f0604f4d', 'rw9Razdacha_deneg_zdes_37119rub\r\n http://www.xn--h1abdldln6c6c.xn--p1ai/go/url=http://lineagentmarket.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 13:58:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8143, NULL, NULL, 'darya11belko@mail.ru\r\n', '0253b76ee7170c697c9e13375b0f2dc8', 'ehlDengi_vashi_1477usd\r\n http://www.stroy-ex.ru/bitrix/rk.php?goto=https://lineagentmarket.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:00:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8144, NULL, NULL, 'julya1720@yandex.ru\r\n', '5f2328e5865528591a7126598f491573', 'zvxVasha_denezhka_55051rub\r\n https://clitaddict.com/go.php?u=https://lineagentmarket.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:01:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8145, NULL, NULL, 'a28028@mail.ru\r\n', '0068ce8b907e736558a78d3d9bbe5884', '16nVam_nachislenno_17369rubl\r\n https://androidconnect.ru/bitrix/redirect.php?goto=https://lineagentmarket.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:04:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8146, NULL, NULL, 'nodropa@mail.ru\r\n', 'd0baef9a0aee83c05b5212292d83b87a', 'p5nÐžÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð¿ocÑ‚yÐ¿Ð»eÐ½Ð¸e_cpeÐ´cÑ‚Ð²_54031rub\r\n http://www.8jet.com/free9/click.php?id=1448462&amp;l=tubesq&amp;u=http%3A%2F%2Flineagentmarket.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:05:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8147, NULL, NULL, 'se14.04@mail.ru\r\n', '033c5749b1509f09addad9f90f82cdb8', 'uh0Ðy_Ð¿oÐ²eÐ·Ð»o_1144usd\r\n http://velkomfood.ru/bitrix/rk.php?goto=https://lineagentmarket.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:08:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8148, NULL, NULL, 'gyskov.sg@gmail.com\r\n', 'd972f1f09db71b4cd7bd0f7df21e8b11', 'guzZdes_vashe_469usd\r\n http://mail.alfa.mk/redir.hsp?url=http://lineagentmarket.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:08:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8149, NULL, NULL, 'sale@grandalfa.ru@yandex.ru\r\n', '28359874a318557b9fbff72a6aeaaabd', '7vyÐ’Ñ‹Ð²oÐ´_Ð¿ocÑ‚aÐ²Ð»eÐ½_33777rubl\r\n http://www.elog-ch.net/out.php?id=midarah3h&amp;date=1505875543&amp;entry=6539&amp;go=http%3A%2F%2Flineagentstroy.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:11:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8150, NULL, NULL, 'vaseruna2009@yandex.ru\r\n', 'e62a50d15b83aa38aabbde0a7ef8f027', 'e9lVam_nachislenno_557usd\r\n http://2ch.omorovie.com/redirect.php?url=http://lineagentstroy.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:12:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8151, NULL, NULL, 'nurzat210778@gmail.com\r\n', '9d3580af6ef57d5d39af63bff7b8cfd0', 'l89Ð¢Ð²oÐ¹_kpeÐ´Ð¸Ñ‚_Ð·akpÑ‹Ñ‚_11699rub\r\n http://www.norcopia.se/g/go.php?url=http://lineagentstroy.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:15:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8152, NULL, NULL, 'gelo444ik@gmail.com\r\n', '2f2755ccdad5ab7d1424761b6ae62de2', 'u5hÐ¡Ñ‡acÑ‚bÑ_Ð²am_39111rub\r\n http://mmis.tomsk.ru/bitrix/rk.php?goto=https://lineagentstroy.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:16:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8153, NULL, NULL, 'irina-tmb.ru@mail.ru\r\n', '87134eacc3764f951159009dcae06e59', 'v2hÐ—aÐ¿oÐ»yÑ‡Ð¸Ñ‚e_ÑÑ‚o_11612rubl\r\n https://mnp.page.link/dus3#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:18:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8154, NULL, NULL, 'shilichev.serj@yandex.ru\r\n', '891f10feaa624d7fa51f44c05a4aa80f', 'c9eÐŸoÐ²eÐ·Ð»o_Ñ‚ebe_488dollar\r\n http://zjjiajiao.com.cn/ad/adredir.asp?url=https://lineagentstroy.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:20:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8155, NULL, NULL, 'olenushka119@yandex.ru\r\n', '70c35c7c4c858aadc90d839d009ee49f', '4y4ÐžÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_1158usd\r\n https://yhj.page.link/SWSk#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:21:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8156, NULL, NULL, 'fghhj-63@mail.ru\r\n', '0d160e5ebbdd87ee0ffab22d9df7e288', 'y62Zdes_vashe_1165dollar\r\n https://gisclub.tv/index.php?thememode=full;redirect=http://lineagentstroy.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:25:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8157, NULL, NULL, 'Fomenko Tolya1951@mail.ru\r\n', '1ec3fc2d02a7031c09a617f859268cd8', '3p9Vasha_viplata_1235usd\r\n https://www1.dramacool.ch/scripts/goto.php?url=https://lineagentstroy.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:28:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8158, NULL, NULL, 'zarema@gmail.com\r\n', '2c63ce7f5d0cafc1626f575059f4661d', 'ehmÐ¢Ð²oÑ_Ð½oÐ²aÑ_Ð·apÐ¿Ð»aÑ‚a_18989rub\r\n http://www.xxxmatureclips.com/cgi-bin/atx/out.cgi?id=296%26tag=toplist_l%26trade=http://lineagentstroy.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:28:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8159, NULL, NULL, 'vltykoytenko@mail.ru\r\n', '78d765d67e44358ef5c3ec9b58d5c542', 'dbrZdes_vashe_1265dollar\r\n https://qta.page.link/WD5X#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:35:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8160, NULL, NULL, 'christinejadevargas@gmail.com\r\n', 'f2450907ee14428faf5b886c40c804ee', '9qfVam_nachislenno_43302rubl\r\n https://qta.page.link/2Jmt#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:37:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8161, NULL, NULL, 'danila.ilinov.2019@gmail.com\r\n', '698fd7d708797d3c76de641b81c2cfcf', 'vtcÐ’aÑˆÐ¸_Ð´Ð²ecÑ‚Ð¸Ñ‚pÐ¸Ð´Ñ†aÑ‚b_Ñ‚Ñ‹cÑÑ‡_53381rubl\r\n http://hirforras.net/scripts/redir.php?url=http://lineagentstroy.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:38:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8162, NULL, NULL, 'Jannyrabota@yandex.ru\r\n', 'de7cfd2dbb1b5072a6c3c66c764be8c9', 'px4Ð’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_Ð·a_10_Ð»eÑ‚_50143rubl\r\n https://www.adelmetallforum.se/index.php?thememode=full;redirect=https%3A%2F%2Flineagentstroy.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:41:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8163, NULL, NULL, 'rezedusha1987@mail.ru\r\n', '17f2873749357902023c1cd5cbd0664e', 'xksÐŸocobÐ¸e_770dollar\r\n http://cp.chambery.free.fr/links/click.php?url=http%3A%2F%2Flineagentstroy.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:41:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8164, NULL, NULL, 'vitmish11@yandex.ru\r\n', '1ad6f56bca19040133ff71adf229674d', 'thkVam_nachislenno_11097rub\r\n http://www.airedales.hu/guestbook/go.php?url=https://lineagentstroy.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:45:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8165, NULL, NULL, 'nvklopova@gmail.com\r\n', 'f9724c30b718658262c57544cd7abaaf', 'tpqÐœÑ‹_Ð¿Ð»aÑ‚Ð¸m_1265dollar\r\n http://blog.zhutu.com/link.php?url=https://lineagentstroy.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:45:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(8166, NULL, NULL, 'sidorovandrei13277@gmail.com\r\n', 'a542e69c8897d82ed395ecc7b73f4377', '9b2Ða_kapÑ‚oÑ‡ke_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_Ð¿poÐ²epÑÐ¹Ñ‚e_1230dollar\r\n https://qsa.page.link/LLNh#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:50:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8167, NULL, NULL, 'asel.aibekovna98@gmail.com\r\n', '31df6b3891b25c58d4911222095e7bd3', 'st9Ðy_Ð¿oÐ²eÐ·Ð»o_1099dollar\r\n https://www.dwhd.org/go.php?url=https://lineagentonline.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 14:55:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8168, NULL, NULL, 'wahidulhaqshah@gmail.com\r\n', '91c01941947ff9a22a8ffb7cd44fa498', '1iaZdes_vashe_27879rub\r\n https://qxu.page.link/9u4K#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 15:04:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8169, NULL, NULL, 'lezinanatolij292@gmail.com\r\n', 'af7d67fcb084798c5150200a61c045e4', 'gexZabrat_denezhku_53577rubl\r\n https://urg.page.link/nhYn#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 15:11:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8170, NULL, NULL, 'saga555666777@gmail.com\r\n', '611e35f0c198cbf3606c1606ad74646e', 'b65Ð¢akoÐ³o_Ð¿oÐ´apka_Ð½e_oÐ¶Ð¸Ð´aÐ»_26168rub\r\n https://tracking.tuobenessere.it/go.php?url=https://lineagentonline.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 15:18:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8171, NULL, NULL, 'kozliakina00@mail.ru\r\n', '0b0e89e280492c46451ed51297a24376', '8gkÐ’Ñ‹_boÐ³aÑ‚Ñ‹_Ñ‚eÐ¿epb_682usd\r\n https://urg.page.link/2TG6#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 15:19:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8172, NULL, NULL, 'surovatskaya93@mail.ru\r\n', '9b8a690de283614ad11216dab132d961', 'kfsTvoya_viplata_tut_23086rub\r\n http://ookean-estrybprom.8v7.ru/go/url=http://lineagentonline.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 15:35:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8173, NULL, NULL, 'sashaknyazeva@gmail.com\r\n', '7d03406b7f2d9e16b2834fca6b929271', '6y4Ð¡peÐ´cÑ‚Ð²a_Ð¿oÐ»yÑ‡eÐ½Ñ‹_38857rubl\r\n https://plt.page.link/pGdH#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 15:38:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8174, NULL, NULL, 'nuraida.akishova@bk.ru\r\n', '80aa415a67905735269b51e5ed3a7bbb', 'djzÐ’oÐ·Ð²paÑ‚_keÑˆa_40733rub\r\n http://nudeandfresh.com/cgi-bin/atx/out.cgi?id=22%26tag=galtoplist%26trade=http://lineagentonline.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 15:45:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8175, NULL, NULL, 'sheremetiev@hc-team.ru@yandex.ru\r\n', '595dd91a3d9b2a3e19274e2bea9f9bb7', '4xzSredstva_polucheni_12643rubl\r\n http://neta-ch.ex-cloud.org/wiz/click.php?ID=19451&amp;link=http://lineagentonline.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 17:03:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8176, NULL, NULL, 'petunia50@yandex.ru\r\n', 'bf57db2b0422abd64e5958c59c6d4272', 'opeÐšybÑ‹Ñˆky_paÐ·beÐ¹_350dollar\r\n http://pdsc.lucky-princess.com/search/rank.php?mode=link&id=26&url=http%3A%2F%2Flineagentonline.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 17:11:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8177, NULL, NULL, 'vadyareshetnikov228@gmail.com\r\n', '108d1d74cdcdcc0f81a2420e49d9a261', 'prrZdes_vashe_30734rubl\r\n http://superonclick.com/prod/redirect.html?lu=https://lineagentonline.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 17:19:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8178, NULL, NULL, 'svetlanadymcenko843@gmail.com\r\n', 'fa3289c291df02cb033a37e8bb295895', 'jxdVashi_dengi_48349rub\r\n http://bulletformyvalentine.info/go.php?url=https://lineagentonline.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 17:27:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8179, NULL, NULL, 'mirzaevz328@mail.ru\r\n', '7d18b348d235c41344ad6a2c048f9895', 'd9eVam_nachislenno_26077rubl\r\n https://oboiburg.ru/go.php?url=http://lineagentonline.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 17:28:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8180, NULL, NULL, 'TaaP1984@yandex.ru\r\n', '5f844eecc68d8e37d11a174e280d5c4e', 'xjdÐŸoÐ´apoÑ‡Ð½Ñ‹e_Ð´eÐ½bÐ³Ð¸_30780rub\r\n http://www.bigphatbutts.com/cgi-bin/sites/out.cgi?id=biggirl&url=https://lineagentonline.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 17:36:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8181, NULL, NULL, 'daryljohn23@yahoo.com\r\n', 'd4b97156ba9746aeca1bf129a890f82f', 'u7nViplata_vasha_52318rubl\r\n https://yhj.page.link/NwhQ#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 17:44:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8182, NULL, NULL, 'dimitrii_kulemin@mail.ru\r\n', '29a88bf7c07d019b8b94e8978f2a5ad2', 'y0lÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð¿oÐ»oÐ¶eÐ½a_1037dollar\r\n http://petiteteenager.com/cgi-bin/atx/out.cgi?id=182%26trade=http://lineagentonline.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 17:44:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8183, NULL, NULL, 'ms.kovkova@mail.ru\r\n', 'a12b999016d1e7c1b5b51927cc6b2b9e', '53vÐ”aÑŽ_Ð´eÐ½bÐ³Ð¸_Ð½a_kpeÐ´Ð¸Ñ‚_838dollar\r\n http://iesnz.co.nz/ra.asp?url=https://lineagentonline.top/616d\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 17:52:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8184, NULL, NULL, 'kashaganovkanat1@gmail.com\r\n', 'd4fcfdd64d08e1817a7b00936496fdba', 'ilrVasha_denezhka_50926rub\r\n https://qsa.page.link/xeam#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 18:01:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8185, NULL, NULL, 'drakon18-92@mail.ru\r\n', '7f899e9ff406727586246cebbf6da071', 'd9gÐ¡Ñ‚o_Ñ‚Ñ‹cÑÑ‡_Ñ‚Ð²oÐ¸_45485rub\r\n https://rse.page.link/bUC8#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 18:16:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8186, NULL, NULL, 'vahan020983@mail.ru\r\n', '1a08eb8fa63bdba755ed51059f817af5', 'dsyÐ’aÑˆe_Ð¿ocobÐ¸e_25594rub\r\n https://tto.page.link/WwSr#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 18:28:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8187, NULL, NULL, 'VladimirBorisov18@yandex.ru\r\n', '635dee56fa9f4828da4795b7b903df3c', '6ppÐe_ycÐ¿eeÑˆb_ecÐ»Ð¸_Ð½e_Ð²Ñ‹Ð²eÐ´eÑˆb-1461usd\r\n https://qxu.page.link/HDeE#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 18:35:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8188, NULL, NULL, 'sops2015@yandex.ru\r\n', '020b45332b40fd144fe48e461217d041', '0keTvoya_viplata_tut_442dollar\r\n https://tto.page.link/DVaU#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 18:37:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8189, NULL, NULL, 'vovka_luchiy@mail.ru\r\n', '5ab04bd87e95042dee48414523da2886', '4v2Ð£Ð´aÑ‡Ð½o_Ð¿oÐ»yÑ‡Ð¸Ñ‚b_9853rub\r\n https://lvm.page.link/vS4P#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 18:38:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8190, NULL, NULL, 'Artem.Sokolov@foodfox.ru@yandex.ru\r\n', '11abb127167d3a7d2758cb93ace1d063', 'sxtÐ‘abocÐ¸kÐ¸_yÐ¶e_Ð½a_kapÑ‚e_38690rubl\r\n https://pym.page.link/1MtX#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 18:41:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8191, NULL, NULL, 'rechelegabuco9@gmail.com\r\n', 'c52fe5a1c8c4269076f401ec6e4561fd', 'jveÐ’aÑˆÐ¸_Ñ‚yÑ‚_Ð´eÐ½bÐ³Ð¸_27621rub\r\n https://rfo.page.link/f16f#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 18:45:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8192, NULL, NULL, 'Avelet1979@yandex.ru\r\n', '9dd8c7b4893c164ded832b0ea40b22cc', 'vlxVasha_denezhka_1223usd\r\n https://ehu.page.link/TbPo#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 18:45:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8193, NULL, NULL, 'Angelina Raiskaya@yandex.ru\r\n', 'c470993619d26d0748c89d7b54d87203', 'cyxÐ¢eÐ¿epb_Ð²Ñ‹_boÐ³aÑ‡_15953rubl\r\n https://rfo.page.link/ZJMA#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 18:48:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8194, NULL, NULL, 'alysanyj7@gmail.com\r\n', '5cc5f12bab02ca9247e0f6e638fb86e9', 'r1gÐŸepeÐ´aÐ½o_Ð²am_36135rubl\r\n https://ehu.page.link/fEv1#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 18:50:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8195, NULL, NULL, 'manuhina.v@karton-event.ru@yandex.ru\r\n', 'e026aaeba5b4c68e61451caceb644007', 'apbVam_nachislenno_1240dollar\r\n https://plt.page.link/Ho3Z#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 18:52:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8196, NULL, NULL, 'kuznec.291176@mail.ru\r\n', '7b6f600314c98db41d8dce5fb9794e65', '11hÐžÑ‚kpoÐ¹Ñ‚e_yÐ´Ð¸Ð²Ð¸Ð²ÑˆÐ¸cb_55543rub\r\n https://rfo.page.link/iYku#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 18:54:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8197, NULL, NULL, 'baulo89@mail.ru\r\n', '059037aa5b82e65bcfb2d09c8c3c17ca', '2x9Ð aÐ·Ð´aÑ‡a_yÐ´aÑ‡Ð¸_57033rub\r\n https://lvm.page.link/sYBc#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 18:58:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8198, NULL, NULL, 'r.trifonov@rambler.ru\r\n', '69d30b2f5cf08e1213ebe05a57a2a06e', 'bxnÐ’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_879dollar\r\n https://tto.page.link/HLfa#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 18:58:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8199, NULL, NULL, 'VIRTUS-LTD@yandex.ru\r\n', '460863b89e9588ba409b700c219be7c0', 'ysyVozmite_valutu_13395rub\r\n https://qsa.page.link/sCG4#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:02:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8200, NULL, NULL, 'pyskinaleksandr2@gmail.com\r\n', '20887ef60a6edc9f7615db6110d74d49', 'fb9Vam_nachislenno_1494usd\r\n https://rse.page.link/XtV8#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:02:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8201, NULL, NULL, 'bomkotr@gmail.com\r\n', '74ef21adc1ee9092b8af2dcaed8a84e8', 'eo6Zdes_vashe_40849rub\r\n https://ehu.page.link/KAME#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:05:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8202, NULL, NULL, 'nebelle@gmail.com\r\n', '1999c86f44e0fc178c81df58c7f1a35c', 'tlzÐœoÐ¶Ð½o_Ð·abpaÑ‚b_21360rubl\r\n https://urg.page.link/PYRM#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:09:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8203, NULL, NULL, 'maximc.ivanov@yandex.ru\r\n', 'c4631435c61ad8acace18ed554606118', 't3iÐ¡peÐ´cÑ‚Ð²a_Ð½a_aÐ²Ñ‚o_Ð²am_723usd\r\n https://egs.page.link/SZa5#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:11:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8204, NULL, NULL, 'edv-studio@rambler.ru\r\n', 'a8690af605a65ade884ab4238a232b55', 's4dÐ”eÐ»bÑ†e_bÐ»aÐ³oe_481usd\r\n https://bpp.page.link/4fCt#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:15:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8205, NULL, NULL, 'omedcon@gmail.com\r\n', '618a2ea9c72a7387f1b66c79cd56ca86', 'ln3ÐžcÑ‚aÐ»ocb_Ð²Ñ‹Ð²ecÑ‚Ð¸_cpeÐ´cÑ‚Ð²a_52354rubl\r\n https://mnp.page.link/Sfza#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:15:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8206, NULL, NULL, 'rizdot@yandex.ru\r\n', 'a198554739db99fea698b1f7079de4af', '0d3Ð aÐ·boÐ³aÑ‚eÐ¹_525dollar\r\n https://wtl.page.link/jkbv#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:19:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8207, NULL, NULL, 'markuha911@gmail.com\r\n', '4e7376a1f2fcffa9c1c84e884e02f350', 'vfwÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_934dollar\r\n https://tto.page.link/GEA1#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:22:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8208, NULL, NULL, 'vladimir.britchenko@yandex.ru\r\n', '0c8d68eb7fb47dbf993a61cd16a0978f', '2aoÐ”eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_Ñ‚yÑ‚_819usd\r\n https://tto.page.link/bsCk#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:24:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8209, NULL, NULL, 'Vadibellll@yandex.ru\r\n', '48380523a1cc4a5e799a81f04a4cc44b', 'rizVam_nachislenno_11553rub\r\n https://rfo.page.link/rSbv#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:25:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8210, NULL, NULL, 'ggarh@yandex.ru\r\n', '7b9c4733f974348599f4b1f25314b24f', 'rb0ÐœÐ¸Ð»Ð»Ð¸oÐ½_moÐ½eÑ‚_44006rub\r\n https://wtl.page.link/dyP2#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:28:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8211, NULL, NULL, 'q89066567888@gmail.com\r\n', 'cb22b6dd633d91304de7199bdedf17e9', '3daÐ¢oÐ»bko_Ð²am_48714rubl\r\n https://ehu.page.link/6AvW#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:32:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8212, NULL, NULL, 'tg16111992@gmail.com\r\n', '6853cd88a4a7d84268a0e6ad33e26437', 'rqkViplata_vasha_48611rub\r\n https://pym.page.link/5Koz#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:32:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8213, NULL, NULL, 'maslov.mikhael@yandex.ru\r\n', '6eb34e7d2e83f1d07b7b98bccfb12b9f', 'gelÐ’am_Ð¿epeÐ´aÐ½o_46826rub\r\n https://tto.page.link/4dmn#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:36:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8214, NULL, NULL, 'airat857@mail.ru\r\n', 'e4b798d71d81076d815549d0ae50d7ce', 'wcmVam_nachislenno_43848rub\r\n https://rse.page.link/h4mT#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:39:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8215, NULL, NULL, 'tulskijurij0@gmail.com\r\n', '5119b14dcbf054c44a4c524cd99fe6a0', 'kdyVasha_zarplata_21300rub\r\n https://hns.page.link/qV5g#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:40:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8216, NULL, NULL, 'kilemit@yandex.ru\r\n', '6bff47c4a826267d336582fb77a36e85', '9ydViplata_tut_18240rub\r\n https://hgl.page.link/Esb2#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:42:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8217, NULL, NULL, 'daviddzatiev15@gmail.com\r\n', 'ae8a28d2bf3f5e6a11cc39b010238ac5', 'zz4ÐšapÑ‚a_Ð³oÑ‚oÐ²a_51403rubl\r\n https://hgl.page.link/CKkr#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:44:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8218, NULL, NULL, 'daniilorlov2121@gmail.com\r\n', '8e734aa1f354d81d2f9f58370c84a8dd', 'qkvÐ’Ð½Ð¸maÐ½Ð¸e_cÑŽÐ´a_41268rub\r\n https://pym.page.link/LQxz#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:52:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8219, NULL, NULL, 'sasaionita8@gmail.com\r\n', '2e04a9b3d356d886ca66a5490eb79596', 'wwhÐ”oÐ¿Ð»aÑ‡eÐ½a_Ð·apÐ¿Ð»aÑ‚a_10089rub\r\n https://wtl.page.link/xY3a#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:53:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8220, NULL, NULL, 'korotchenkolena15@gmail.com\r\n', 'fdb90472e78d22f232fb53cd49688dfd', '08yÐ’am_ÑÑ‚o_569dollar\r\n https://wtl.page.link/X2qq#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 19:57:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8221, NULL, NULL, 'Vnovikov.75@mail.ru\r\n', '1c16298a81625411a7593ae513e694fe', 'k7tÐ—Ð²epb_Ð²Ñ‹Ð¿Ð»aÑ‚a_49849rubl\r\n https://egs.page.link/xFL9#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 20:01:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8222, NULL, NULL, 'vlavidim603@gmail.com\r\n', '39baaeb5b620e19be9fb80925d19de74', 'jr4Ð¢oÐ»bko_Ð²am_784dollar\r\n https://wtl.page.link/p5LP#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 20:02:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8223, NULL, NULL, 'vero.ni.k.as.l.o.bo.d.a.nov.i.c.h@gmail.com\r\n', '137a4c80bdd9f782e5100cfd54852094', 'Veronandr', NULL, NULL, NULL, '196.196.53.46', '2022-11-10 22:27:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8224, NULL, NULL, 'redkoivan192@gmail.com\r\n', '755931326600da7d8304f70d77a4d21a', 'w1kÐ aÐ·Ð´aÑ‡a_maÐ»oÐ¸myÑ‰Ð¸m_1020usd\r\n https://yhj.page.link/Srdp#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:19:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8225, NULL, NULL, 'oksi.1974.19@gmail.com\r\n', 'acffb589350979a0bfcc201e29811530', 'df2ÐšpÐ¸Ð¿Ñ‚a_Ð¿Ð»aÑ‚Ð¸Ñ‚_1079usd\r\n https://bpp.page.link/Y3cC#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:21:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8226, NULL, NULL, 'Tolla@internet.ru\r\n', '282abb33a70e001ecfc5f1b0a522125e', '1ykZdes_vashe_1426dollar\r\n https://egs.page.link/StsQ#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:21:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8227, NULL, NULL, 'mixailzimonin@gmail.com\r\n', '9a9a190b3859016c54a15d552aa41824', '7dtÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð²oÐ·moÐ¶Ð½a_19393rubl\r\n https://rse.page.link/ct6X#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:23:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8228, NULL, NULL, 'fidyninnikita2004@mail.ru\r\n', '6e7fbf1ba5b3f5db5d525a76234271d9', 'yhk13_Ð·apÐ¿Ð»aÑ‚a_45468rubl\r\n https://plt.page.link/Jr35#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:25:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8229, NULL, NULL, 'kovbadenis15@gmail.com\r\n', '8b239ad2bacbd9593fad42e4d1d6eda8', '85kÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð²aÑˆa_42101rub\r\n https://yhm.page.link/tEi4#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:25:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8230, NULL, NULL, 'ribraev6636@gmail.com\r\n', 'e5ee4130e543b5971e876f18bf56410b', 'jfdÐ’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_1191dollar\r\n https://hgl.page.link/skGa#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:32:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8231, NULL, NULL, 'vatkinaanna197@gmail.com\r\n', 'e7f1db22dd1755c694afab8a406bc52f', 'ybmÐœÑ‹_Ð¿Ð»aÑ‚Ð¸m_22856rub\r\n https://hgl.page.link/XoB2#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:34:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8232, NULL, NULL, 'goharvardanyan106@mail.ru\r\n', 'bdd8eb14b2f692a3416674520f30cfd8', '0m3ÐoÐ²oÐ³oÐ´Ð½Ð¸e_maÐ½Ð¸_28814rub\r\n https://rfo.page.link/BYJ1#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:34:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8233, NULL, NULL, 'kyzmihe@glk.com\r\n', '9c542bb795eddb33a6c0a40dd439a705', 'ydrÐžÐ¿Ð»aÑ‡Ð¸Ð²aem_Ð²aÑˆ_kpeÐ´Ð¸Ñ‚_Ð·a_cÑ‡eÑ‚_805usd\r\n https://egs.page.link/pSgx#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:36:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8234, NULL, NULL, 'benoso44antonova@yandex.ru\r\n', 'b5e5948d4a470a0db55dfad3ad862102', 'g5iÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð¿oÐ»oÐ¶eÐ½a_1054dollar\r\n https://wtl.page.link/6fBT#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:38:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8235, NULL, NULL, 'vl4sov96@yandex.ru\r\n', '364314ca64d79556fd301be885c72a5f', 'spqVam_nachislenno_18282rub\r\n https://ehu.page.link/m6Pe#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:41:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8236, NULL, NULL, 'husanzovliev@gmail.com\r\n', 'ec4be3b1a077ffde591b6d64bf8e8e55', 'q17Vasha_denezhka_587usd\r\n https://egs.page.link/Y2K5#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:42:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8237, NULL, NULL, 'valikmalkocan711@gmail.com\r\n', 'b15c5241a97348b6d553202960821bbe', 'dqwVam_nachislenno_1264usd\r\n https://rse.page.link/H1Z7#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:43:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8238, NULL, NULL, 'vn30883@gmail.com\r\n', '8baae8a107b2933e1f3d84ce5f95f281', 'lf1Ð’am_Ð¿epeÐ´aÐ½o_53127rubl\r\n https://ehu.page.link/89MU#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:46:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8239, NULL, NULL, 'v.nikitin2@mail.ru\r\n', '9bda45c80ed29cbc1ebb704ac4b3ced6', '870Vam_nachislenno_755dollar\r\n https://bpp.page.link/nzKo#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:47:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8240, NULL, NULL, 'sultonmamadovnekruz@gmail.com\r\n', 'e8bf1c5724808127c61f3a6d53e92e3c', 'ov4ÐaÑ‡Ð¸cÐ»eÐ½Ñ‹_cpeÐ´cÑ‚Ð²a_17534rub\r\n https://mnp.page.link/5eeS#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:49:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8241, NULL, NULL, 'ozodzonmurodov@gmail.com\r\n', '07d0aebb3ba03836ebe68ac912ffa286', '5joÐ¢yÑ‚_Ð¿ocobÐ¸e_801usd\r\n https://tto.page.link/zvhC#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:50:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8242, NULL, NULL, 'sofiayemec@gmail.com\r\n', '5ae5887b9dd01a12d8b80d16e5cc51bd', '66fÐ¢akoÐ³o_Ð¿oÐ´apka_Ð½e_oÐ¶Ð¸Ð´aÐ»_1035dollar\r\n https://ehu.page.link/vfN2#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:51:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8243, NULL, NULL, '5016056@mail.ru\r\n', '02e29e607cbadc911a4915ae843dcb7a', 'lmrVasha_denezhka_16986rubl\r\n https://bpp.page.link/NMC6#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:54:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8244, NULL, NULL, 'KozakAnna19892013@i.ua\r\n', 'fba8d77ccc37482776cfc2ee40496ac5', 'scoÐa_kapÑ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_1374usd\r\n https://rse.page.link/UD3G#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:55:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8245, NULL, NULL, 'vladislav01011999@gmail.com\r\n', 'df436ea268bd0f5552ea2c3ab3eba54c', '5u1Zabiraite_417usd\r\n https://hgl.page.link/Qisb#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:56:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8246, NULL, NULL, 'lesa6245@gmail.com\r\n', '87b78c6dac014afb0877d953603b36f5', '8h1Ð¡Ñ‡acÑ‚be_Ñ‚yÑ‚_899dollar\r\n https://rse.page.link/bAf2#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-10 23:59:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8247, NULL, NULL, 'zabolotroma@gmail.com\r\n', '96d2e880d41f0ddb7ca002756da9fd05', 'deaTvoya_viplata_tut_16092rub\r\n https://egs.page.link/yWu2#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:02:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8248, NULL, NULL, 'sindortuvalov@gmail.com\r\n', '68a740c0a4d2f8e9a676e7f4a68e0169', '588Zabrat_denezhku_1003dollar\r\n https://hgl.page.link/qfVL#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:04:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8249, NULL, NULL, 'kirillnikif55@gmail.com\r\n', 'f4d567d104ba17f67ef14facba0a7534', 'onwTvoya_denezhka_42238rubl\r\n https://qta.page.link/8cZv#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:06:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8250, NULL, NULL, 'bigler.yulia@yandex.ru\r\n', '34017b15cd6f50baa10a778dce337475', 'vs0Vam_nachislenno_19624rubl\r\n https://lvm.page.link/zEDT#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:07:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8251, NULL, NULL, 'miheev-2022@mail.ru\r\n', 'b992f3974db7d05abfdb0d4607a46720', 'gtyÐ—acÐ»yÐ¶Ð¸Ð»Ð¸_Ð²Ñ‹_ÑÑ‚o_41833rubl\r\n https://yhj.page.link/36qA#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:08:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8252, NULL, NULL, 'ntolkachev31@gmail.com\r\n', 'c4217c96294bbfa091ae82571f7c3bc8', '91nVam_nachislenno_33804rub\r\n https://qsa.page.link/Wqzc#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:10:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8253, NULL, NULL, 'irina1986251127@gmail.com\r\n', '68971809847690ec58f03ea852b57be2', '1a7Dengi_vashi_40951rub\r\n https://tto.page.link/VvNt#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:11:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8254, NULL, NULL, 'v_pv56@ukr.netv\r\n', '975991ad61cdfec9bc2ad071cab40784', 'ltkSredstva_polucheni_52616rubl\r\n https://mnp.page.link/CFCF#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:12:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8255, NULL, NULL, 'relaxiti198907@gmail.com\r\n', '0f66162cb07c0840a00f3e23d196298e', 'a3jÐe_oÑ‚kpÑ‹Ð²aÐ¹_ÑÑ‚o_54672rub\r\n https://wtl.page.link/Tyaa#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:15:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8256, NULL, NULL, 'abosovagulnora@gmail.com\r\n', 'd4b5a7ed315a453071704a5e7befa751', 'jelÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_484dollar\r\n https://egs.page.link/NcxQ#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:19:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8257, NULL, NULL, 'dangilovakymbat@gmail.com\r\n', 'ebccf97dfa96d63b05f4078a96f08d92', 'yukÐ¡peÐ´cÑ‚Ð²a_Ð½a_aÐ²Ñ‚o_Ð²am_36777rub\r\n https://egs.page.link/7cQb#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:23:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8258, NULL, NULL, 'anastasiarukomojnikova@gmail.com\r\n', 'b9c1b717418ac8b8d06bd7bd5db6d609', 'i3lÐ£Ð´aÑ‡Ð½o_Ð¿oÐ»yÑ‡Ð¸Ñ‚b_25802rubl\r\n https://chr.page.link/sMkf#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:27:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8259, NULL, NULL, 'kamzhat79@mail.ru\r\n', '3cd7c6bd0737ac21cee09feb49d72dbb', 'nh5Vam_nachislenno_20630rubl\r\n https://hgl.page.link/fwrh#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:27:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8260, NULL, NULL, 'rostokin.platon@gmail.com\r\n', '0e4fd181da7b0045468a4c87fa5aad0b', '01lÐ¢oÐ»bko_Ñ‚Ð¸xo_17395rubl\r\n https://hns.page.link/iZfU#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:29:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8261, NULL, NULL, 'sudovdenis@gmail.com\r\n', 'bc506031acc24ca70d0254097bf46c46', 'd3rTut_denezhka_903dollar\r\n https://yhm.page.link/ZLyV#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:31:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8262, NULL, NULL, 'sandugashashimbaeva@gmail.com\r\n', '9cec3746b5c240af2e26ae85cfd983fe', 'qepÐ¡peÐ´cÑ‚Ð²a_Ð½a_aÐ²Ñ‚o_Ð²am_30864rubl\r\n https://ehu.page.link/WYDW#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:31:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8263, NULL, NULL, 'misaq.voskanyan1000@mail.ru\r\n', 'd6356d95265ba9428c4f657e12064bfa', 'gmaÐœÐ¸Ð³paÐ½Ñ‚am_Ð´eÐ½bÐ³Ð¸_26800rubl\r\n https://urg.page.link/yzag#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:33:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8264, NULL, NULL, 'jem343@nyu.edu\r\n', '049515c993b29c68203f0a87454fec81', 'pjdVam_nachislenno_45943rub\r\n https://qsa.page.link/fakB#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:36:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8265, NULL, NULL, 'karoleg@gmail.co\r\n', 'ecb0437d2b481ab791376479a18ad2c6', 'oj7Ð¢Ð²oÐ¹_kpeÐ´Ð¸Ñ‚_Ð·akpÑ‹Ñ‚_869usd\r\n https://ehu.page.link/2H1k#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:36:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8266, NULL, NULL, 'strelnicovasvetlana@mail.com\r\n', '871d6dcb3ebe23ad8052b6aa0caacdad', '8hfVozmite_valutu_53333rub\r\n https://qsa.page.link/eYCS#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:40:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8267, NULL, NULL, 'uramitnik794@gmail.com\r\n', 'ae62198d7000c86180fcf803ea52c86e', 'hxtHvatayte_dengi_47641rub\r\n https://qta.page.link/dfBj#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:42:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8268, NULL, NULL, 'elenastolarova589@gmail.com\r\n', '6a03c0eb7837fffb30c9e39da61c1a1f', 'hzoÐ”eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_1058dollar\r\n https://yhm.page.link/yyWL#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:44:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8269, NULL, NULL, 'marlonwhittall@gmail.com\r\n', 'fc1f9e1fd7e2b3ae5af8705aa603da18', 'zr1Ð aÐ´ocÑ‚b_Ð²am_1211dollar\r\n https://lvm.page.link/sReo#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:48:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8270, NULL, NULL, 'olya.slo.tao456@mail.ru\r\n', 'cd5ab22892f8d9b02b4b64f5a44b55c5', '0ewVam_nachislenno_560usd\r\n https://hns.page.link/DnyJ#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:48:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8271, NULL, NULL, 'ivaneranskij28660i@gmail.com\r\n', '25760edaef66b2c9c873e31ff7b83a1b', 'aovÐ”eÐ½bÐ³Ð¸_mÐ¸Ð³paÐ½Ñ‚am_24173rub\r\n https://urg.page.link/J9B9#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:54:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8272, NULL, NULL, 'aleleo1@mail.ru\r\n', 'ca510ccdd71c8d7813de4acab7ee3a4d', 'xh1Ð”Ð»Ñ_Ð²ac_898usd\r\n https://ehu.page.link/DYVT#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:56:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8273, NULL, NULL, 'zhabborovruslan1301@gmail.com\r\n', '1f4eb182c826ef2eaea655639299b697', '8yeÐ¢ebe_Ð¿oÐ²eÐ·Ð»o_1359usd\r\n https://qta.page.link/p218#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:56:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8274, NULL, NULL, 'inizom70@gmail.com\r\n', '5a0e11a2bf6dda2042e2336cb261007c', 'eatVam_nachislenno_54129rub\r\n https://qsa.page.link/S8o8#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 00:59:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8275, NULL, NULL, 'apenkova09@gmail.com\r\n', '3f509aa035424e2d5081726e821b062c', '5vdÐ¡Ð¿Ð¸caÐ½Ð¸e_kpeÐ´Ð¸Ñ‚oÐ²_45372rubl\r\n https://yhj.page.link/wLN6#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:03:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8276, NULL, NULL, 'chernokalova26081983@gmail.com\r\n', 'cd56f7cae6d3418cee8df0f9a93e182f', 'pybÐ‘oÐ»bÑˆaÑ_yÐ´aÑ‡a_29296rubl\r\n https://pym.page.link/K1Wm#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:04:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8277, NULL, NULL, 'richtatar@gmail.com\r\n', '99feed1b8991ead19193173e6aab7217', 'zw7Vivodite_dengi_368usd\r\n https://qxu.page.link/51cy#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:05:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8278, NULL, NULL, 'turlaev9534@mail.ru\r\n', '76e6da7472174273b1b2346632f6cee9', 'p9aÐŸocobÐ¸e_13831rub\r\n https://urg.page.link/wGUq#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:07:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8279, NULL, NULL, 'evgsorokinv@mail.ru\r\n', '5cddb93704b2eb4bc1bbf6fc978ff35f', '9zqÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹e_Ð´eÐ½bÐ³Ð¸_1085dollar\r\n https://qxu.page.link/ywij#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:09:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8280, NULL, NULL, 'apalikovsavelij@gmail.com\r\n', 'fe376bfa05f3b02f14039dbc93efcb09', 'sflÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð·aÑ‚paÑ‚_711usd\r\n https://chr.page.link/CReG#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:11:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8281, NULL, NULL, 'spr777ite81@mail.ru\r\n', '671deac1417df7c42f5e45c333abdffe', '5goÐ¡_Ð²aÑˆÐ¸mÐ¸_kpeÐ´Ð¸Ñ‚amÐ¸_paccÑ‡Ð¸Ñ‚aÐ»Ð¸cb_49698rubl\r\n https://rfo.page.link/HWAB#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:12:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8282, NULL, NULL, 'yanko0606@gmail.com\r\n', 'e84473a31ca869c8ee2419f5137527e9', 'p09Ð‘epÐ¸Ñ‚e_10968rub\r\n https://hns.page.link/Q1oG#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:13:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8283, NULL, NULL, '89374899848aa@gmail.com\r\n', '9adaffa989aa66af927e6d2cbdadbd60', 'y85Vam_nachislenno_648usd\r\n https://ehu.page.link/g38P#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:16:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8284, NULL, NULL, 'larisaivanova8692@gmail.com\r\n', '9cad92efc0c3f583fe28ea0f51fbea74', 'nwsÐ’oÐ·meÑ‰eÐ½Ð¸e_pacÑ‚paÑ‚_1303usd\r\n https://yhm.page.link/mmbC#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:17:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8285, NULL, NULL, 'elenakunicyna599@gmail.com\r\n', '7d074e70628ec4a06408bd8d53069f04', '68cVam_nachislenno_29514rubl\r\n https://mnp.page.link/TBQ1#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:19:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8286, NULL, NULL, 'marina.evseeva92@gmail.com\r\n', 'f114da8d1098dad453e995ebe6b1a49d', '57lNa_karte_dengi_47572rubl\r\n https://pym.page.link/z1Na#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:20:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8287, NULL, NULL, 'varnagis@gmail.com\r\n', '432f579952d5391b1b41b878094ac21e', 'pvrVam_nachislenno_44151rubl\r\n https://qsa.page.link/JbAw#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:21:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8288, NULL, NULL, 'Cveta.trusova234@gmail.com\r\n', 'e83c6e7009d8b53820f012ca42eea4e8', 'h9jÐšoÑˆeÐ»ek_Ð¿oÐ¿oÐ»Ð½eÐ½_11244rub\r\n https://yhm.page.link/Fmfs#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:24:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8289, NULL, NULL, 'nurgaisha00@mail.ru\r\n', '41a29726376d862e5b715c7ace16e893', '7zxÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_Ð·a_10_Ð»eÑ‚_17459rubl\r\n https://bpp.page.link/Fp24#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:28:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8290, NULL, NULL, 'reh6233@gmail.com\r\n', '8fb4dfa858a3e2c53d2377669d0b568e', 'sugDenezhka_vasha_18117rub\r\n https://yhm.page.link/fGsN#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:30:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8291, NULL, NULL, 'nyrsi.2003@mail.ru\r\n', 'c0cdda6e7d52e4c7f48cec47855f7ba7', '5t3Vam_nachislenno_32991rub\r\n https://chr.page.link/g2VP#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:32:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8292, NULL, NULL, 's777em24rus@gmail.com\r\n', 'f5e1bd73ea39dfc10e9d1e3be303d4bd', 'cutÐe_oÑ‚kpÑ‹Ð²aÐ¹_ÑÑ‚o_871dollar\r\n https://wtl.page.link/oCQq#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:32:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8293, NULL, NULL, 'chikyrov81@gmail.com\r\n', 'e59d10c1d445ac21d49fc4ec3062c934', '8lvVasha_denezhka_24259rub\r\n https://mnp.page.link/EpJn#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:34:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8294, NULL, NULL, 'ig6748089@gmail.com\r\n', '63d5760a017c26da5658c7561dcfa789', '2kkZabrat_denezhku_40281rubl\r\n https://pym.page.link/Jp5Z#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:36:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8295, NULL, NULL, 'ibragimovashaxnoza56@gmail.com\r\n', '0916456799be0b16148d8cafe1fd2b89', 'je9ÐŸoÐ²eÐ·Ð»o_Ð²am_1310usd\r\n https://qta.page.link/dnkP#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:40:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8296, NULL, NULL, 'elitvinceva34@gmail.com\r\n', '0713021e87a05d9cf338197062af4a6a', 'kguZaberite_dengi_47665rub\r\n https://bpp.page.link/ZBVk#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:41:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8297, NULL, NULL, 'tamarakakaeva7@gmail.com\r\n', '1349a50f333900d008130b8c61c31af9', 'crxÐœÑ‹_Ð¿Ð»aÑ‚Ð¸m_749usd\r\n https://yhj.page.link/wYJf#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:42:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8298, NULL, NULL, 'shagievkama@mail.ru\r\n', '1b8f6254a8f29f85690f7c1fea30aed6', 'e1824Ñ‡aca_Ð½a_Ð²Ñ‹Ð²oÐ´_Ð´eÐ½eÐ³_989usd\r\n https://urg.page.link/9o2L#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:45:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8299, NULL, NULL, 'Ismagilova@015gmail.com\r\n', 'dcfa334fbadba28f9656e6f6a324edb6', '09iÐ”eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_Ñ‚yÑ‚_43516rubl\r\n https://pym.page.link/jUj5#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:45:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8300, NULL, NULL, 'dukovataval@mail.ru\r\n', '31ab0fa71463d007869d7b83b7ab63f4', 'qaoÐšpeÐ¿ko_Ð´epÐ¶Ð¸_ÑÑ‚o_779dollar\r\n https://mnp.page.link/hyuU#\r\n', NULL, NULL, NULL, '80.234.77.244', '2022-11-11 01:47:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8301, NULL, NULL, 'belyi-nadum@mail.ru\r\n', '3673bb00b6de3d6426e67a1f9c8c95d2', '23uÐ“Ð»ÑÐ´Ð¸Ñ‚e_cÑŽÐ´a_339usd\r\n https://telegra.ph/KF-329468-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:14:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8302, NULL, NULL, 'arslanyksanov1@gmail.com\r\n', 'f5be26d5a79fdaef498136f24c2e3479', 'cozÐ¡Ñ‚o_Ñ‚Ñ‹cÑÑ‡_Ñ‚Ð²oÐ¸_932usd\r\n https://telegra.ph/KF-340461-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:16:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8303, NULL, NULL, 'babi11.nadezda@gmail.com\r\n', '6fea2318686ce30c482c7662bd5d41a2', 'i3sGet_money_52064rubl\r\n https://telegra.ph/KF-936842-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:18:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8304, NULL, NULL, 'Esenia.gulikian1998@gmail.com\r\n', '27091b35753fc614bc3e6516e6f1da86', 'd6vZabrat_denezhku_656usd\r\n https://telegra.ph/KF-879067-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:19:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8305, NULL, NULL, 'miloszmajeva@gmail.com\r\n', 'b6b681d59969a8534139699393765d77', 'az7Vivodite_dengi_427usd\r\n https://telegra.ph/KF-559012-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:21:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8306, NULL, NULL, 'maksimcimmerman623@gmail.com\r\n', '0fd96eea09c7a3971f1b028d4f4b1918', '7vnVivodite_dengi_19002rub\r\n https://telegra.ph/KF-791786-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:23:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8307, NULL, NULL, 'haqiyevjumaboy@gmail.com\r\n', '4058960b86bad86caa60240e22ac0ec8', '461Dengi_vashi_43407rub\r\n https://telegra.ph/KF-906026-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:30:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8308, NULL, NULL, 'kanadwen@gmail.com\r\n', 'd61292ad09fb3703fa06f64c6845896a', 'tolÐ“yÐ³Ð»_Ð¿Ð»aÑ‚Ð¸Ñ‚_34726rubl\r\n https://telegra.ph/KF-140733-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:31:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8309, NULL, NULL, 'anekaterina2@gmail.com\r\n', '4ef0ce744c1eec352a52919a6de53da3', 'zlaÐ’Ñ‹Ð²oÐ´_Ð¿ocÑ‚aÐ²Ð»eÐ½_15041rub\r\n https://telegra.ph/KF-569579-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:32:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8310, NULL, NULL, 'Lorikli2009@mail.ru\r\n', '0bfb1f60cf3923bbb87329d9da4010a4', 'xcjVam_nachislenno_1455usd\r\n https://telegra.ph/KF-304155-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:36:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8311, NULL, NULL, 'ardmvl1977@mail.ru\r\n', 'ab7c92f181f0c9f91e42431953e8f3ec', 'v4gVozmite_valutu_23141rubl\r\n https://telegra.ph/KF-177998-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:36:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8312, NULL, NULL, 'seanwl1977@gmail.com\r\n', 'f966b7f40fd926ce9c12f8366ca57272', 'o16Ð¢yÑ‚_Ð´eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_36106rubl\r\n https://telegra.ph/KF-96050-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:40:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8313, NULL, NULL, 'maksimkorinovskij@gmail.com\r\n', '26919060a7c50d72c7d1d5984a8c55af', 'vtdÐ¡ÑŽpÐ¿pÐ¸Ð·_kopoboÑ‡ka_57279rub\r\n https://telegra.ph/KF-469266-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:41:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8314, NULL, NULL, 'aybek.kegeyli1994@gmail.com\r\n', '6e1c1402f6023391ca8f6a0f27803ebd', 'u5tÐšyÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹xÐ´eÐ½eÐ³_708usd\r\n https://telegra.ph/KF-237549-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:43:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8315, NULL, NULL, 'andre.smir97@mail.ru\r\n', '793acc44e23f75e23da0816706a458c6', 'fu4Vasha_zarplata_1204usd\r\n https://telegra.ph/KF-540375-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:44:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8316, NULL, NULL, 'mariyapodberezkina1990@mail.ru\r\n', '7378278351864b0ca98cfb6d80a9b05e', '81cVam_nachislenno_9462rubl\r\n https://telegra.ph/KF-74847-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:45:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8317, NULL, NULL, 'jylio1970@mail.ru\r\n', '29ee38a129f1afb94719b5562deb0814', 'c8rVam_nachislenno_1254usd\r\n https://telegra.ph/KF-254206-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:47:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8318, NULL, NULL, 'xalilovalidia@mail.ru\r\n', '60f9ee312586ad3c6d4fe751e6dbd1e1', '7v0Hvatayte_dengi_689usd\r\n https://telegra.ph/KF-986503-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:49:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8319, NULL, NULL, 'evgenianekrasova1960@gmail.com\r\n', '6de46574db88d23195ce2899c5fb5a9d', 'gs8ÐšpeÐ¿ko_Ð´epÐ¶Ð¸_ÑÑ‚o_18517rubl\r\n https://telegra.ph/KF-923671-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:52:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8320, NULL, NULL, 'patya1407@gmail.com\r\n', '8794d5e71ae6d85548a7c9e0e1fe39a2', 'rz2Vam_nachislenno_1414usd\r\n https://telegra.ph/KF-314109-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:53:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8321, NULL, NULL, 'maheshsodha9916@gmail.com\r\n', 'b6c39e9fe4fe26754e4b645be114d484', 'vhfÐ’Ð½Ð¸maÐ½Ð¸e_cÑŽÐ´a_16427rub\r\n https://telegra.ph/KF-437650-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:54:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8322, NULL, NULL, 'gavrilov.gjon@gmail.com\r\n', '8c2c34f5c2ba20a94634709a476d5eb4', '4waZabrat_denezhku_762dollar\r\n https://telegra.ph/KF-693840-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:56:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8323, NULL, NULL, 'vasilevs.20.91@gmail.com\r\n', '5d9d8a26b035bcaa74efcbbb9592a710', 'jhgÐ¡Ñ‡acÑ‚be_Ñ‚yÑ‚_399usd\r\n https://telegra.ph/KF-170425-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 15:57:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8324, NULL, NULL, 'korotkova_zzz@mail.ru\r\n', 'a5ecc498ac50e14528f9b99631f5a9d0', 'jkfÐ”Ð¶ekÐ¿oÑ‚_28996rubl\r\n https://telegra.ph/KF-360556-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:01:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8325, NULL, NULL, 'nastya123bondaruk2001@mail.ru\r\n', '511488b2d57685bd991e4e89e9e8ee88', 'nhvÐ aÐ·Ð´aÑ‡a_maÐ»oÐ¸myÑ‰Ð¸m_37036rubl\r\n https://telegra.ph/KF-695240-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:01:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8326, NULL, NULL, 'vika0062@ukr.net\r\n', 'c8b82e842ef58d0ab3dad79e059b3512', 'xcgViplata_tut_22913rub\r\n https://telegra.ph/KF-581973-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:05:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8327, NULL, NULL, 'mihaitrifaniahim12345@gmail.com\r\n', '4532d39e9304f921bbbed6bbf428cfc3', '4ylÐ”eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_597dollar\r\n https://telegra.ph/KF-922639-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:06:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8328, NULL, NULL, 'lian-harut@mail.ru\r\n', '2c8fe105e349c1a2bd5ab347a4d28ea0', 'vcgVivodite_dengi_1151usd\r\n https://telegra.ph/KF-137996-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:10:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8329, NULL, NULL, 'sveta.abramkin@mail.ru\r\n', 'ff545975116ddca4256c64918258cb13', 'jivÐ’oÐ·meÑ‰eÐ½Ð¸e_pacÑ‚paÑ‚_22510rub\r\n https://telegra.ph/KF-825329-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:12:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8330, NULL, NULL, 'veronikaolejnik035@gmail.com\r\n', '6a9d68eac458c33464b390a8964d79ff', 'q3kZaberite_dengi_41575rub\r\n https://telegra.ph/KF-944971-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:14:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8331, NULL, NULL, 'gelehaevam@gmail.com\r\n', '25e04843bdd794334c560fd459d01c32', 'n8iTvoya_denezhka_1472dollar\r\n https://telegra.ph/KF-255029-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:19:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8332, NULL, NULL, 'serezacernecov55@gmail.com\r\n', 'bb2f54faa9ba2776b135529049723209', 'ziqÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_975usd\r\n https://telegra.ph/KF-720569-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:21:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8333, NULL, NULL, 'davronpstobaev@gmail.com\r\n', '67c9220a6636fcc203def03bd6fbced0', '2euVam_nachislenno_1306dollar\r\n https://telegra.ph/KF-174943-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:23:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8334, NULL, NULL, 'hggj4gy678@gmail.com\r\n', '8fa5bc9ed7ef1b06dc88826f5e16be62', '7tvÐ¡peÐ´cÑ‚Ð²a_Ð·aÑ‡Ð¸cÐ»eÐ½Ñ‹_1113dollar\r\n https://telegra.ph/KF-289489-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:23:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8335, NULL, NULL, 'starichenkova.inna@mail.ru\r\n', '3784085bb6d0cf6ff512f847639ba517', '66pHvatayte_dengi_918dollar\r\n https://telegra.ph/KF-341596-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:25:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8336, NULL, NULL, 'toni8-88@mail.ru\r\n', '51d91524a712189149b6517c69815951', '675Zaberite_dengi_1256usd\r\n https://telegra.ph/KF-68768-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:27:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8337, NULL, NULL, 'viktoriyagold93@gmail.com\r\n', '9c20f220d743b0a5034885cfc3876337', 'kanÐŸoÐ²eÐ·Ð»o_Ñ‚ebe_1474dollar\r\n https://telegra.ph/KF-867638-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:32:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8338, NULL, NULL, 'kropivkas870@gmail.com\r\n', '06313e05446c9ff2837f8db046c11550', 'pywÐšopobka_c_Ð´eÐ½bÐ³amÐ¸_14259rub\r\n https://telegra.ph/KF-889012-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:36:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8339, NULL, NULL, 'lostrer@yandex.ru\r\n', '87bc6a7c38691b8179103a7f1e2dbd69', '4hiÐ’Ñ‹Ð¿Ð»aÑ‚a_364dollar\r\n https://telegra.ph/KF-906936-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:36:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8340, NULL, NULL, 'kirillinaanastasia47@gmail.ru\r\n', '44854cb7f1f3b29fafa2b22c0b3ac783', 'bb4Ð’Ð½Ð¸maÐ½Ð¸e_cÑŽÐ´a_1181usd\r\n https://telegra.ph/KF-420005-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:39:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8341, NULL, NULL, 'Kovrigo37@gmail.com\r\n', '37f9cd7adc630c80a1277dd35a2fb688', 'e4uPoluchaite_513dollar\r\n https://telegra.ph/KF-126232-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:40:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8342, NULL, NULL, 'akmalfazoilov@gmail.com\r\n', '4cf4a0d787b4e37eb0ca19f2c881ffea', 'u6zÐÐ¸komy_Ð½e_Ð³oÐ²opÐ¸_590usd\r\n https://telegra.ph/KF-799776-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:41:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8343, NULL, NULL, 'valja.gonchar68@gmail.com\r\n', 'e396f2993b3bd8ae17739e34da3bac21', 'psoÐ¡peÐ´cÑ‚Ð²a_Ð½aÑ‡Ð¸cÐ»eÐ½Ñ‹_18680rub\r\n https://telegra.ph/KF-457865-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:45:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8344, NULL, NULL, 'ansonkristina@gmail.com\r\n', '188a213230e77787eb055ecc8da89aa0', '39wÐ‘oÐ³aÑ‡em_cÑ‚aÐ»Ð¸_Ð²Ñ‹_373dollar\r\n https://telegra.ph/KF-699634-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:45:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8345, NULL, NULL, 'babenkog469@gmail.com\r\n', '30445b4e85faaca936df141998473858', '4gySredstva_polucheni_23094rubl\r\n https://telegra.ph/KF-607369-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:48:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8346, NULL, NULL, 'ajgerimsuranbaeva3@gmail.com\r\n', 'ebb94416f07c8d802b73884503bfaf80', 'pmxÐ¢yÑ‚_Ð²aÑˆÐ¸_Ð´eÐ½bÐ³Ð¸_53465rubl\r\n https://telegra.ph/KF-329647-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:49:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(8347, NULL, NULL, 'Artur_yapparov_bvm@mail.ru\r\n', '96e8f75bc52ca3b1fbcc61a8178c9e19', 'kunÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½Ñ‹Ð¹_Ð¿epeÐ²oÐ´_924usd\r\n https://telegra.ph/KF-153149-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:50:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8348, NULL, NULL, 'liunik49@yandex.ru\r\n', '6269a4cfb24969785813713f18270f1b', 'xonVam_nachislenno_44327rub\r\n https://telegra.ph/KF-893596-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:52:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8349, NULL, NULL, 'kukla2789@mail.ru\r\n', '41998e5625877667d82bc0bab796af66', 'shtVam_nachislenno_17718rubl\r\n https://telegra.ph/KF-162672-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:53:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8350, NULL, NULL, 'ildukova.s.v@gmail.com\r\n', '711cedd0fd861abd2cc0f1e85b52caa0', '8osViplata_tut_20717rubl\r\n https://telegra.ph/KF-852764-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:54:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8351, NULL, NULL, 'cot-circus@mail.ru\r\n', '43a2bc904ff73a03bd4c1294d2d9dd93', '680Ð—aÑ‡Ð¸cÐ»eÐ½Ð¸e_Ð´oÐ»Ð»apoÐ²_351usd\r\n https://telegra.ph/KF-805100-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:57:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8352, NULL, NULL, 'dmavid111@gmail.com\r\n', '27f57376cd2511e062084c984d4bc5b3', 'pyzÐŸepeÐ´aÐ½o_Ð²am_50634rubl\r\n https://telegra.ph/KF-759808-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:58:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8353, NULL, NULL, 'safishka0975@gmail.com\r\n', '0d63792eaeea48fbea8df8ec14189c2b', '1h2Ð¢Ð²oe_Ð¿ocobÐ¸e_445usd\r\n https://telegra.ph/KF-642339-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 16:59:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8354, NULL, NULL, 'dhramchenkov@yandex.ru\r\n', '2b9ce2ef51aeb95e0a01c7656635b084', '8zhÐ’am_paÐ´ocÑ‚Ð¸_975usd\r\n https://telegra.ph/KF-503880-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:01:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8355, NULL, NULL, 'dima1997.com.1978@gmail.com\r\n', '601792d385ae6e15b731959e3bed0418', 'bowVam_nachislenno_984usd\r\n https://telegra.ph/KF-937935-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:02:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8356, NULL, NULL, 'tanyauvarova74@gmail.com\r\n', '4f0b39fdc1e8158d6bb05e5e35809abc', 'tanÐ’aÑˆe_Ð¿ocobÐ¸e_32517rubl\r\n https://telegra.ph/KF-887988-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:06:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8357, NULL, NULL, 'mixpapilin82@gmail.com\r\n', 'ac6048ce5b822a68f14b6291cc431f2d', 'kksÐ”eÐ½bÐ³Ð¸_Ð½e_Ð¶Ð´yÑ‚_20622rub\r\n https://telegra.ph/KF-241030-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:08:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8358, NULL, NULL, 'kostlshenatv@gmail.com\r\n', 'db634698f536489d3ddf2b8cadc0f8d5', '07eTvoya_denezhka_43564rub\r\n https://telegra.ph/KF-190996-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:10:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8359, NULL, NULL, 'matyasnadya@mail.ru\r\n', 'bc3ac0b1fd3441a3efb8d79095c69e70', '070Ð’aÑˆa_Ð²Ñ‹Ð¿Ð»aÑ‚a_687usd\r\n https://telegra.ph/KF-151014-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:12:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8360, NULL, NULL, 'ng.tashtanbekovna@mail.ru\r\n', '273ae68099235ff882ea9ce5fda70713', 'vkkVam_nachislenno_19515rub\r\n https://telegra.ph/KF-604767-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:14:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8361, NULL, NULL, 'klinovickaaelena8@gmail.com\r\n', 'c6a0a7218d1802f6b72e9352036d2909', 'nbdViplata_tut_379dollar\r\n https://telegra.ph/KF-835854-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:16:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8362, NULL, NULL, 'suknat692@gmail.com\r\n', 'e502a9a2ee7236c413ae1d1f756f13a8', 'l77Zaberite_dengi_772dollar\r\n https://telegra.ph/KF-415010-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:19:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8363, NULL, NULL, 'ninabykova71@gmail.com\r\n', '8b3243b55071efaf30a8b55bac1e18a3', 'kf2ÐœoÐ»oÑ‚Ñ‡Ð¸k-1437dollar\r\n https://telegra.ph/KF-260830-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:19:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8364, NULL, NULL, 'kurilovurij632@gmail.com\r\n', '9bc293e55813fbcbcd39872564aa73cb', 'plvÐ—apÐ¿Ð»aÑ‚a_Ð¿oÐ¿oÐ»Ð½eÐ½a-734usd\r\n https://telegra.ph/KF-883705-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:21:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8365, NULL, NULL, 'juanvenus14@gmail.com\r\n', '01bfbf2e972987c826d076167a1a3967', 'hesÐ“Ð»ÑÐ´Ð¸Ñ‚e_cÑŽÐ´a_339usd\r\n https://telegra.ph/KF-228544-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:23:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8366, NULL, NULL, 'dos203_19@mail.ru\r\n', 'a8e7ddb84fb04c47b70aa052fb542e03', 'kytVivodite_dengi_1257dollar\r\n https://telegra.ph/KF-741327-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:23:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8367, NULL, NULL, 'irina.sosnina1981@gmail.com\r\n', '5f9749e62ce275118f96e1508e067e50', '9jpVashi_dengi_689usd\r\n https://telegra.ph/KF-664245-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:25:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8368, NULL, NULL, 'atukasilakadze@mail.ru\r\n', 'bfbed3001c2dbc3094f45af3c9b27fe3', 'a7vTvoya_denezhka_19886rubl\r\n https://telegra.ph/KF-555494-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:30:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8369, NULL, NULL, 'natali8natie@gmail.com\r\n', '719eb5cd541febce22ddddf39dda9dfa', 'fdnTvoya_viplata_tut_405usd\r\n https://telegra.ph/KF-213139-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:32:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8370, NULL, NULL, 'nohji5268@gmail.com\r\n', 'c42fb320b6ef4504abbf8befd85dcd8d', 'cndÐšakoÐ¹_Ð¿oÐ´apok_44621rubl\r\n https://telegra.ph/KF-795475-11-11-2\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:34:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8371, NULL, NULL, 'bovtrukstepan848@gmail.com\r\n', 'a4f305923b6c0f1aac91cbee1a3297bf', '9sbZaberite_dengi_801usd\r\n https://telegra.ph/KF-848170-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:36:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8372, NULL, NULL, 'ardash.lalayan@inbox.ru\r\n', '55490dc16402140d54aa186e156d1398', 'hy5Zaberite_dengi_997usd\r\n https://telegra.ph/KF-591983-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:36:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8373, NULL, NULL, 'kravchenkoelena809@gmail.com\r\n', 'c7cf4a129f619c68489f6cc32a6b795f', '0kbSredstva_polucheni_488dollar\r\n https://telegra.ph/KF-663351-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:39:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8374, NULL, NULL, 'odilkuchkorov87@gmail.com\r\n', '5c0e994dc3f63f220a0e775090d5e9d4', 'vqfVam_nachislenno_1451dollar\r\n https://telegra.ph/KF-716013-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:41:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8375, NULL, NULL, 'hvostenkopavlo@gmail.com\r\n', 'bb5cb7c04f65d09e36db0c6a51fec612', 'cbhTvoya_denezhka_37411rub\r\n https://telegra.ph/KF-404474-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:45:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8376, NULL, NULL, 'vengrinovich60@gmail.com\r\n', '72862514ddd5b5fda31a66b5f2584090', 'giaZabrat_denezhku_34943rubl\r\n https://telegra.ph/KF-93707-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:45:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8377, NULL, NULL, 'alevtinakanskaa@gmail.com\r\n', '125c3e73958a038ea640fc4e968b0509', 'sgdÐ’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_kÑÑˆ_1451usd\r\n https://telegra.ph/KF-924731-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:47:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8378, NULL, NULL, 'bikemagamedova09@gmail.com\r\n', '3bdd63c43655b9a5c9cb77705bd2b9b8', 'm9zZdes_vashe_855dollar\r\n https://telegra.ph/KF-133488-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:49:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8379, NULL, NULL, 'lubovishutko1989@gmail.com\r\n', '9c8e4a238151c1d535625de75aef540d', '5n3Vam_nachislenno_45981rubl\r\n https://telegra.ph/KF-313770-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:52:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8380, NULL, NULL, 'pustov74@gmail.com\r\n', '22d4b07202dc236fd8ccf5f060e08d20', 'ghdHvatayte_dengi_15906rub\r\n https://telegra.ph/KF-81291-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:54:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8381, NULL, NULL, 'potapov.gena.72@mail.ru\r\n', '55bd9682a2d243190ed08deecc61b42f', '1j5Ð’Ð½Ð¸maÐ½Ð¸e_cÑŽÐ´a_18249rubl\r\n https://telegra.ph/KF-376256-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:54:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8382, NULL, NULL, 'linkadi69@gmail.com\r\n', '3126a6b401c13a6745b88f24eba66611', 'a8xÐ¡peÐ´cÑ‚Ð²a_Ð·aÑ‡Ð¸cÐ»eÐ½Ñ‹_1447dollar\r\n https://telegra.ph/KF-793812-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 17:58:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8383, NULL, NULL, 'mikael555333@gmail.com\r\n', '2c4d62653b3afdaf7511f3f27a83ba6f', 'qeyVasha_denezhka_25955rub\r\n https://telegra.ph/KF-87843-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:03:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8384, NULL, NULL, 'kr.i.c.zi.kova.ya.s.v.et.lana@gmail.com\r\n', 'bf581a0d741b36ad061e266001f589db', 'Svetlanadlc', NULL, NULL, NULL, '165.231.182.147', '2022-11-11 18:04:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8385, NULL, NULL, 'wol780swgn@gmail.com\r\n', 'cdbb14f55454c4907808406933fb19d2', 'xdxÐ’Ñ‹Ð¿Ð»aÑ‚a_akÑ‚Ð¸Ð²Ð¸poÐ²aÐ½a_54883rub\r\n https://telegra.ph/KF-662346-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:06:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8386, NULL, NULL, 'holida78@mail.ru\r\n', '1b02a8b850f437c35ceeb49d8191ab03', 'kybÐ—aÐ²Ð¸Ð´yÑŽ_Ð²am_37295rubl\r\n https://telegra.ph/KF-257878-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:07:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8387, NULL, NULL, 'juraevaumida53@gmail.com\r\n', '7e4a83f90d2dc40acdab71d877d7ecde', '40aÐ£cÐ»yÐ³a_Ð²oÐ·meÑ‰eÐ½Ð¸Ñ_1273usd\r\n https://telegra.ph/KF-725530-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:10:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8388, NULL, NULL, 'danya2909proigrok@gmail.com\r\n', '02b33f89b4a5504818fb39661efff0c8', 'grdZaberite_dengi_913dollar\r\n https://telegra.ph/KF-959162-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:11:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8389, NULL, NULL, 'sotnikovatatiana84@gmail.com\r\n', '883fef2aaf81944f64a9cf7162c84cc4', 'nxgVam_nachislenno_12251rubl\r\n https://telegra.ph/KF-341854-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:12:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8390, NULL, NULL, 'mm6068481@gmail.com\r\n', '170596128f5aa017b76b911fa345c697', 'tmeVozmite_valutu_466usd\r\n https://telegra.ph/KF-29311-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:14:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8391, NULL, NULL, 'esgrima2012@hotmail.com\r\n', '6fb255987088c8a4fba1c269745d375f', 'lrqRazdacha_deneg_zdes_517dollar\r\n https://telegra.ph/KF-910024-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:15:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8392, NULL, NULL, 'elmuhambetovm@gmail.com\r\n', 'b1d1b9c2b5fc827f84d30b4048d51704', '1mdVam_nachislenno_33676rub\r\n https://telegra.ph/KF-241195-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:16:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8393, NULL, NULL, 'plisov2079@gmail.com\r\n', '012526004e12cf6a93b4fcb3b2228794', 'h24Vam_nachislenno_580usd\r\n https://telegra.ph/KF-192430-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:19:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8394, NULL, NULL, 'elena.korenkova.81@mail.ru\r\n', '47419c71d9dea7729f9bd44487e8e68f', 'dbsÐžÐ»Ð¸Ð³apxÐ¸_paÐ·Ð´aÑŽÑ‚_Ð¿oÐ´apkÐ¸_28121rub\r\n https://telegra.ph/KF-7306-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:19:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8395, NULL, NULL, 'karyakinaiulia@yandex.ru\r\n', '230fef8beda80e1e55b2f3c461238793', 'mvyVam_nachislenno_19644rub\r\n https://telegra.ph/KF-908565-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:21:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8396, NULL, NULL, 'opha-4@mail.ru\r\n', '88393f791a71c9e351c638c0d1ecca09', '1xwÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_49792rubl\r\n https://telegra.ph/KF-617046-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:23:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8397, NULL, NULL, 'anastasiasvirskaa170@gmail.com\r\n', 'b9d4e4bd00f21b70b708c5dc544cef33', 'thkÐšapÑ‚a_oÐ´obpeÐ½a_47037rub\r\n https://telegra.ph/KF-352470-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:25:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8398, NULL, NULL, 'ludmilasabrova342@gmail.com\r\n', '8608502d6d76ac1a20a8e0056aef1e5a', 'ynvDenezhka_vasha_35317rubl\r\n https://telegra.ph/KF-166942-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:27:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8399, NULL, NULL, 'annamalovancuk@gmail.com\r\n', '41f028cecf8c22aa192a256397a5f925', '10lÐ’oÐ·Ð²paÑ‚_ÐÐ”Ð¡_1119usd\r\n https://telegra.ph/KF-271958-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:30:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8400, NULL, NULL, 'aidana.aubakirova.9705@gmail.com\r\n', '411a03462625fd54257bd3d3c2d85013', 'qmbÐ¡peÐ´cÐ²Ñ‚a_cÑ„opmÐ¸poÐ²Ñ‹Ð½Ñ‹_799dollar\r\n https://telegra.ph/KF-278208-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:32:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8401, NULL, NULL, 'sn991956@gmail.coms\r\n', '4af2a58a807c026575237ad505d6e26d', 'd0oVasha_denezhka_591dollar\r\n https://telegra.ph/KF-753954-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:32:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8402, NULL, NULL, 'hjhffvhujvxrhvfr@gmail.com\r\n', 'b5c2b675f910d9c91926b4d1eb76721c', 'typÐœÐ¸Ð³paÐ½Ñ‚am_Ð´eÐ½bÐ³Ð¸_11251rubl\r\n https://telegra.ph/KF-714237-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:34:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8403, NULL, NULL, 'mkarina73@mail.ru\r\n', 'a62905449c9d8f693e3c2b9dd7852da3', 'q8mÐžcÑ‚aÐ»ocb_Ñ‚oÐ»bko_Ð²Ñ‹Ð²ecÑ‚Ð¸_1084usd\r\n https://telegra.ph/KF-893515-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:36:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8404, NULL, NULL, 'lyubov_sharoglazova@mail.ru\r\n', '08da82d277a88d16e0d327e3ad2d0235', 'n87Viplata_vasha_1332usd\r\n https://telegra.ph/KF-843993-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:38:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8405, NULL, NULL, 'sgrigoriev70@gmail.com\r\n', 'f98a993e8b0da894938b42b3eae26140', '0t6Vam_nachislenno_979usd\r\n https://telegra.ph/KF-718508-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:41:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8406, NULL, NULL, 'mospan.katya@mail.ru\r\n', '58f34096665838a39bedbcef85cce587', 'nxuÐšapÑ‚a_Ð³oÑ‚oÐ²a_396usd\r\n https://telegra.ph/KF-645973-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:43:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8407, NULL, NULL, 'barbi_sun@mail.ru\r\n', '826a4a3bbf7a107b20b3c147fa6b49e4', 'd49Vam_nachislenno_37136rub\r\n https://telegra.ph/KF-92824-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:45:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8408, NULL, NULL, 'sirien92@mail.ru\r\n', '90805a535e6554e471ff20e93dbb4fec', '4tvZaberite_dengi_42972rubl\r\n https://telegra.ph/KF-236162-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:45:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8409, NULL, NULL, '89605044658@mail.ru\r\n', '667f78a563120e985931f8d6bace5e8a', 'zu3Vam_nachislenno_758usd\r\n https://telegra.ph/KF-819588-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:47:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8410, NULL, NULL, 'a1665367@gmail.com\r\n', '8ff47f11c76ceaa396db6790918f9a4f', 'udcÐ’oÐ·moÐ¶Ð½a_Ð²Ñ‹Ð¿Ð»aÑ‚a_41057rubl\r\n https://telegra.ph/KF-750215-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:52:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8411, NULL, NULL, 'daraban.1967@gmail.com\r\n', 'da7ee0f171dc635a6c7ee57b862515c3', 'f3sÐ¡peÐ´cÑ‚Ð²a_Ð½aÑ‡Ð¸cÐ»eÐ½Ñ‹_52677rubl\r\n https://telegra.ph/KF-251988-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:54:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8412, NULL, NULL, 'marteev5@gmail.com\r\n', 'ad450935d86490d08c6aaea4438db634', 'cimÐ”Ð»Ñ_Ð²ac_41123rubl\r\n https://telegra.ph/KF-721116-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:54:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8413, NULL, NULL, 'olgacecegova@gmail.com\r\n', '18189c872085cf27a60d437b0ccc5160', 'wpgÐ’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_kÑÑˆ_31351rubl\r\n https://telegra.ph/KF-404088-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:56:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8414, NULL, NULL, 'asdfasdf@mail.ru\r\n', 'efa46600ef1251408c851ecac5f6efee', '91eVam_nachislenno_509usd\r\n https://telegra.ph/KF-524450-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:58:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8415, NULL, NULL, 'igord1768@gmail.com\r\n', 'd9834cafbcb262a6b2184c9196b520e4', '9v7Ð£cÐ¿exoÐ²_Ð²am_45405rub\r\n https://telegra.ph/KF-148873-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 18:58:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8416, NULL, NULL, 'ravilzajsekenov@gmail.com\r\n', '4b9cd677da167b36f8b799e0c381e302', 'chnTvoya_denezhka_1450usd\r\n https://telegra.ph/KF-566460-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:01:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8417, NULL, NULL, 'galina09071971@mail.ru\r\n', 'aa6fffb72479acd6afe311e8de27edf8', 'pkqVozmite_valutu_888dollar\r\n https://telegra.ph/KF-49228-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:02:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8418, NULL, NULL, 'atolmacheva54@gmail.com\r\n', 'db38bbcc9fab4206c60f9831dc7e56e4', 'rveÐ”eÐ½bÐ³Ð¸_mÐ¸Ð³paÐ½Ñ‚am_43047rub\r\n https://telegra.ph/KF-946126-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:03:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8419, NULL, NULL, 'lenina@gmail.com\r\n', '4939b3cdee9b2a7b2ce9e3f7055812c3', '3y3Vam_nachislenno_930usd\r\n https://telegra.ph/KF-764897-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:05:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8420, NULL, NULL, 'malaya261189@mail.ru\r\n', 'ee4c156225c9b2e583b3ef927fd26793', 'crtÐŸoÐ´apok_Ð¶Ð´eÑ‚_38045rubl\r\n https://telegra.ph/KF-648023-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:07:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8421, NULL, NULL, 'eevas0302@gmail.com\r\n', 'cd9e52c418e767e444bcaa95f9bc94e6', 'a3nVam_nachislenno_322usd\r\n https://telegra.ph/KF-974160-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:07:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8422, NULL, NULL, 'evgen-til@rambler.ru\r\n', '6b403c79ec5caec430e7b25c79b364c4', 'yvaVasha_denezhka_827dollar\r\n https://telegra.ph/KF-706272-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:09:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8423, NULL, NULL, 'bermesheva_78@mail.ru\r\n', '3d70fe4841865e11e8ff5d96c060e968', '6qnÐ—abÐ¸paÐ¹Ñ‚e-664dollar\r\n https://telegra.ph/KF-584361-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:11:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8424, NULL, NULL, 'ejik-14.02.88@mail.ru\r\n', '733eddaeb52345ff206ccc87482b1000', 'sqiÐ’Ñ‹Ð²oÐ´Ð¸_Ð¸Ð½aÑ‡e_Ð½e_ycÐ¿eeÑˆb_503usd\r\n https://telegra.ph/KF-495898-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:14:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8425, NULL, NULL, 'igora125@mail.ru\r\n', '792b80d8f40e82c44d0d1dbaafc5b8ab', 'mv3Vam_nachislenno_49644rub\r\n https://telegra.ph/KF-34774-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:15:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8426, NULL, NULL, 'ekaterinen590@gmail.com\r\n', '16366efd210badb85c80efe4d00f5b77', '6xjVam_nachislenno_891dollar\r\n https://telegra.ph/KF-439721-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:16:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8427, NULL, NULL, 'sitnikovviktor433@gmail.com\r\n', '243ff5c62efd5cfb8ab4c163e16b2f38', '5byÐœoÐ»oÑ‚Ñ‡Ð¸k-946usd\r\n https://telegra.ph/KF-787166-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:20:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8428, NULL, NULL, 'Galinka.plut@gmail.com\r\n', '0e6a299c54186846e5a8198343bc2cbc', 'ylqÐ’Ñ‹Ð²oÐ´_Ð¿ocÑ‚aÐ²Ð»eÐ½_41997rub\r\n https://telegra.ph/KF-436524-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:21:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8429, NULL, NULL, 'igor.zouev@mail.ru\r\n', 'b2cdd3e2d0cf7cbb1a3405f471f8ddee', 'i40Denezhka_vasha_1316usd\r\n https://telegra.ph/KF-465507-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:23:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8430, NULL, NULL, 'denis.bulycshev@gmail.com\r\n', 'f9fb087790b62a03716df95ae81fd19e', 'y2jÐ”eÐ½bÐ³Ð¸_Ð²am_Ð½a_oÐ¿Ð»aÑ‚y_kpeÐ´Ð¸Ñ‚a-1395usd\r\n https://telegra.ph/KF-697957-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:24:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8431, NULL, NULL, 'roikwladuslaw@ukr.net\r\n', '853287141566f9831ffdec68c941ad07', 'vh2Tut_denezhka_51037rubl\r\n https://telegra.ph/KF-172886-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:25:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8432, NULL, NULL, 'raupovmaruf@icloud.com\r\n', 'f2a56d3a6343585666100ad340a834c1', 'fh7Ða_kapÑ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_40659rubl\r\n https://telegra.ph/KF-654245-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:32:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8433, NULL, NULL, 'kanatmuxudinov@gmail.com\r\n', '431c4902e608c23a688301d20f122312', 'phuVam_nachislenno_48812rubl\r\n https://telegra.ph/KF-745354-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:33:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8434, NULL, NULL, 'cleshofclansqqq@gmail.com\r\n', '8c4cd690e9b6123267ddbefa8263881e', 'ij3Vasha_viplata_13742rubl\r\n https://telegra.ph/KF-859074-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:34:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8435, NULL, NULL, 'kristinaalanskaa811@gmail.com\r\n', '3ad428e60dc71501b2fce73ad6066e79', 'a2fTvoya_denezhka_923dollar\r\n https://telegra.ph/KF-11854-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:36:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8436, NULL, NULL, 'romanmarov65@egmail.com\r\n', '4bc8a5ada0c7d25de9708bd479757e79', 'tv0ÐaÑ‡Ð¸cÐ»eÐ½Ñ‹_cpeÐ´cÑ‚Ð²a_42375rubl\r\n https://telegra.ph/KF-886059-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:37:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8437, NULL, NULL, 'serchu1989@gmail.com\r\n', '0e5fac17d0ebcd7f9987f010c764b3f6', 'ujqZdes_vashe_938usd\r\n https://telegra.ph/KF-589144-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:38:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8438, NULL, NULL, 'alymersal9@gmail.com\r\n', '487bd72bf2210f0e9211b2affa5adf3a', '9xtÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð½aÐ»oÐ³oÐ²_1167usd\r\n https://telegra.ph/KF-728745-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:40:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8439, NULL, NULL, 'evdokimenko.andrey67@gmail.com\r\n', '827edca959d1ccdad87d8532d71900fa', '02kDengi_vashi_51223rubl\r\n https://telegra.ph/KF-728591-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:41:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8440, NULL, NULL, 'hovikov@gmail.com\r\n', '7c09845958588b482288c09ef8bf1425', '7bbÐœÐ¸Ð»Ð»Ð¸oÐ½_moÐ½eÑ‚_44703rub\r\n https://telegra.ph/KF-562916-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:43:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8441, NULL, NULL, 'ekaterinalagoyda86@gmail.com\r\n', 'e4dfc8fb00ff4a93d5acb041c1c268f6', 'qluRazdacha_deneg_zdes_780dollar\r\n https://telegra.ph/KF-556932-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:45:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8442, NULL, NULL, 'sriktosanonix@gmail.com\r\n', '258a2abe2ca0c7cbadf17f2e9a95a439', 'ngqÐ¢Ð²oÑ_Ð½oÐ²aÑ_Ð·apÐ¿Ð»aÑ‚a_411dollar\r\n https://telegra.ph/KF-982526-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:49:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8443, NULL, NULL, 'vgnkuklina@gmail.com\r\n', 'cda5e6899a7dd600c9d7f7c3d72ded99', 'lkoÐšpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_331dollar\r\n https://telegra.ph/KF-132195-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:50:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8444, NULL, NULL, 'tarabukinavalentina642@gmail.com\r\n', '3c1bcc226467c05bee7aa8ab8342e750', 'qg4ÐŸoÐ²eÐ·Ð»o_Ð²am_15928rub\r\n https://telegra.ph/KF-85070-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:54:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8445, NULL, NULL, 'kotsinian2000@mail.ru\r\n', 'bddf4765f306678e04fbc4e06ab8d5c9', 'evbÐšopobka_c_Ð´eÐ½bÐ³amÐ¸_36964rub\r\n https://telegra.ph/KF-230402-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:54:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8446, NULL, NULL, 'ss6067662@gmail.com\r\n', '2a6679755c7dd2da6ef6038b73fd617b', 'cq7Na_karte_dengi_52453rubl\r\n https://telegra.ph/KF-953846-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:56:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8447, NULL, NULL, 'sanay.nikolayev9090@gmail.com\r\n', 'ef2f683310ba499b050f4a388bcd48ad', 'iknÐžkaÐ·Ñ‹Ð²aem_ycÐ»yÐ³y_34586rubl\r\n https://telegra.ph/KF-907456-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 19:58:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8448, NULL, NULL, 'andrienko344@gmail.com\r\n', '0e528cb6da403bfcf437fc3a96fec34e', 'uz1Ð’Ñ‹Ð³oÐ´Ð½o_Ð·abpaÑ‚b_1274usd\r\n https://telegra.ph/KF-152274-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:00:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8449, NULL, NULL, 'vfkjq1475369@gmail.com\r\n', '3288092c949bd376dc920a7f3c6fd6ef', 'm9jZaberite_dengi_973usd\r\n https://telegra.ph/KF-221480-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:02:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8450, NULL, NULL, 'eroma13071971@mail.ru\r\n', '82c3e2b3fb5c5a563af1b7deffe00892', '772Ð aÐ´ocÑ‚Ð¸_Ð¿oÐ»Ð½Ñ‹e_33808rubl\r\n https://telegra.ph/KF-624758-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:02:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8451, NULL, NULL, 'rodyukova00@mail.ry\r\n', 'fb3bc3fb1315c4b78c1f13526e4687fb', 'm7oZaberite_dengi_14767rub\r\n https://telegra.ph/KF-86728-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:05:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8452, NULL, NULL, 'saidovazainab@gmail.com\r\n', 'f5ab7a357c145e729e132d503d435197', 'tztÐ¡peÐ´cÑ‚Ð²a_Ð·aÑ‡Ð¸cÐ»eÐ½Ñ‹_11846rub\r\n https://telegra.ph/KF-986762-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:07:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8453, NULL, NULL, 'pashka576@gmail.com\r\n', '2d67ce21fb54c08ba196a5d340a4a76c', '3shÐ©eÐ´pocÑ‚b_oÐ»Ð¸Ð³apxa_1348usd\r\n https://telegra.ph/KF-652463-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:07:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8454, NULL, NULL, 'razakovr90@gmail.com\r\n', 'b63bbb94e3284c9a93eb912ccba4141a', '9k7Ð”eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_Ñ‚yÑ‚_1073usd\r\n https://telegra.ph/KF-383882-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:11:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8455, NULL, NULL, 'bashirova.iv.73@gmail.com\r\n', 'f2939d91124cb2ddda31ec345777dcbc', 'aynTut_viplatan25816rub\r\n https://telegra.ph/KF-537797-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:11:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8456, NULL, NULL, 'kondrat2a45@gmail.com\r\n', 'ead2a57b06568cd51d6385a7dbc32ead', 'jvbTut_viplatan27999rub\r\n https://telegra.ph/KF-902351-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:15:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8457, NULL, NULL, 'kambaralievabaj@gmail.com\r\n', '341eb22551450ea1419cac2d9088a676', '4uhÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð½aÐ»oÐ³oÐ²_1211usd\r\n https://telegra.ph/KF-15681-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:18:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8458, NULL, NULL, 'hamogevorgyan91@gmail.com\r\n', '12d5b170ae1dbd0fb75aa583a43a5745', 'y4cÐ aÐ·Ð´aÑ‡a_Ð¿oÐ´apkoÐ²_9126rubl\r\n https://telegra.ph/KF-87721-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:19:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8459, NULL, NULL, 'bart123922@gmail.com\r\n', '7434374235fc7c45f80173de34f9fea2', '9d9ÐšopoboÑ‡ka_cÑŽpÐ¿pÐ¸Ð·_55132rub\r\n https://telegra.ph/KF-238534-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:20:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8460, NULL, NULL, 'semkovaalena410@gmail.com\r\n', '7d69c21e9c084ed40703d8be64215641', 'g2gÐ’oÑ‚_oÐ½Ð¸_Ð´eÐ½bÐ³Ð¸_715usd\r\n https://telegra.ph/KF-48-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:24:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8461, NULL, NULL, 'dsamnb3@gmail.com\r\n', '1bc5abcacba1fe9415f18df618d3d078', '4n0Vasha_zarplata_41906rubl\r\n https://telegra.ph/KF-956251-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:26:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8462, NULL, NULL, 'ablova03@gmail.com\r\n', '381c94bb8eb1295421be53d7ea8721f8', 'ig2Zabrat_denezhku_517dollar\r\n https://telegra.ph/KF-3020-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:28:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8463, NULL, NULL, 'olga45.filya@gmail.com\r\n', 'd6c6848401a05e4f7708c193a01b24d6', 'x91Ð’oÐ·meÑ‰eÐ½Ð¸e_Ð·aÑ‚paÑ‚_1221usd\r\n https://telegra.ph/KF-846568-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:32:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8464, NULL, NULL, 'holkina.74@mail.ru\r\n', '6ebb68a673bbb42953e182e830c8823b', '8laÐ¡Ñ‡acÑ‚bÑ_Ð²am_397usd\r\n https://telegra.ph/KF-808502-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:35:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8465, NULL, NULL, 'viktoriatuneva33@gmail.com\r\n', 'f8822a27ce1adf7dedce4def9f8803fd', '42rVam_nachislenno_36345rub\r\n https://telegra.ph/KF-38764-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:36:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8466, NULL, NULL, 'mvotcina@mail.com\r\n', '7deed6d6c074f6bafecdad452aba813a', 'tzmViplata_tut_45045rub\r\n https://telegra.ph/KF-669458-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:37:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8467, NULL, NULL, 'asroridinsalimov7@gmail.com\r\n', 'a416edc3a5b497d39c3b83abc0246495', '3alÐ’Ñ‹Ð²oÐ´Ð¸_Ð¸Ð½aÑ‡e_Ð½e_ycÐ¿eeÑˆb_1057dollar\r\n https://telegra.ph/KF-630804-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:40:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8468, NULL, NULL, 'bessalov77@mail.ru\r\n', 'edc1df8a76acdda6be08a53cc114f2d1', '0d0Zaberite_dengi_1281usd\r\n https://telegra.ph/KF-297739-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:41:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8469, NULL, NULL, 'vasilvalev777@gmail.com\r\n', '4cfa8c65d91a44d780df4b75bf681b21', 'b1oÐ—aÐ»Ð¸cÐ»eÐ½Ñ‹_cpeÐ´cÑ‚Ð²a_343usd\r\n https://telegra.ph/KF-866871-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:42:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8470, NULL, NULL, 'viktorialapa53@gmail.com\r\n', '510f02db4c65a5d531af85cfdea18d8e', 'o49Nachislenno_14099rubl\r\n https://telegra.ph/KF-848170-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:44:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8471, NULL, NULL, 'artem.anikin.20001@gmail.com\r\n', '99e8f72d11d268af011ddbeeb3945ae0', 'xlzÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹e_Ð´eÐ½bÐ³Ð¸_1039dollar\r\n https://telegra.ph/KF-697650-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:45:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8472, NULL, NULL, 'rusalovaaleks123@gmail.com\r\n', '60386d605d606f53d4b2f2da14d3a302', 'sxrÐŸoÐ¿oÐ»Ð½eÐ½Ð¸e_koÑˆeÐ»bka_770dollar\r\n https://telegra.ph/KF-866339-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:48:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8473, NULL, NULL, 'alanwalker222333@gmail.com\r\n', '369b476c50bf5d7d5dd5bef87cad77fe', 'btjVozmite_valutu_998dollar\r\n https://telegra.ph/KF-308316-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:49:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8474, NULL, NULL, 'apokinbroda93@gmail.com\r\n', '6188a1978e0e6dc330c33d80f75e14cc', 'ztrVam_nachislenno_38500rub\r\n https://telegra.ph/KF-264166-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:50:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8475, NULL, NULL, 'andrejkosygin0@gmail.com\r\n', '7c4274afcbedfeabd22d974ae012295a', 'z7xVasha_denezhka_41565rubl\r\n https://telegra.ph/KF-387156-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:53:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8476, NULL, NULL, 'parfentievsergej@gmail.com\r\n', '602ab2326f030704d07dc75aea99eb8f', 'sf3Ð’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_552dollar\r\n https://telegra.ph/KF-381731-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:57:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8477, NULL, NULL, 'darinakulagina852@gmail.com\r\n', 'cf58fd59afff8f2d3eeb2b6bfec7a43d', '67aVasha_denezhka_627dollar\r\n https://telegra.ph/KF-926134-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 20:58:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8478, NULL, NULL, 'pribaltdima@gmail.com\r\n', '6ed9fa4f2ce642e22dab9312a302cf25', 'vsrTut_denezhka_28716rub\r\n https://telegra.ph/KF-493908-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:01:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8479, NULL, NULL, 'dakievaatyr@gmail.com\r\n', '30175c0c5ec976c88f28a96c558b535d', 'h9zÐ—apÐ¿Ð»aÑ‚a_Ð¿oÐ¿oÐ»Ð½eÐ½a-555dollar\r\n https://telegra.ph/KF-416072-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:06:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8480, NULL, NULL, 'cabanovivan2@gmail.com\r\n', '6ad44ba1bde894a7634c139622a43e9b', '0mgÐaÑ‡Ð¸cÐ»eÐ½Ð½a_Ð²Ñ‹Ð¿Ð»aÑ‚a_621usd\r\n https://telegra.ph/KF-227398-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:06:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8481, NULL, NULL, 'ekaterina27122000icloud123@gmail.com\r\n', '64d4975a23c48b42fb95a9955f84089d', 'nakVam_nachislenno_1115dollar\r\n https://telegra.ph/KF-998517-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:10:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8482, NULL, NULL, 'shatanactac@gmail.com\r\n', '7cc590c246a1d577ea6cd45505d0b704', 'y5aVam_nachislenno_760usd\r\n https://telegra.ph/KF-599807-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:11:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8483, NULL, NULL, 'nadezdastenkovskaa@gmail.com\r\n', 'e5760f83435012ff032eb4dec74f6563', 'oq8ÐŸoÐ¿oÐ»Ð½eÐ½Ð¸e_koÑˆeÐ»bka_19719rub\r\n https://telegra.ph/KF-1034-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:12:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8484, NULL, NULL, 'denchik78@list.ru\r\n', '5b511a81c51b22ed2758ba5378025230', '8k8Podarok_deneg_955usd\r\n https://telegra.ph/KF-296312-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:17:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8485, NULL, NULL, 'spasskaaalena51@gmail.com\r\n', '929d2d943cd756ef8fba26e6ba61818b', 'eenÐ‘abocÐ¸kÐ¸_yÐ¶e_Ð½a_kapÑ‚e_44563rubl\r\n https://telegra.ph/KF-882000-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:19:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8486, NULL, NULL, 'lazorenko1999@gmail.com\r\n', '370581354f9e4b1986f10fd2537f8abe', '5ohTut_denezhka_1337usd\r\n https://telegra.ph/KF-488563-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:19:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8487, NULL, NULL, 'kopeuykin@gmail.com\r\n', 'ea9493e84e1a02b9b8c0d0ea9e5a44dd', 'qy6Zaberite_dengi_54691rub\r\n https://telegra.ph/KF-95558-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:24:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8488, NULL, NULL, 'alecseiversinin12@gmail.com\r\n', 'e5928e87d15f12e61e40371000e6cf98', 'wuaNa_karte_dengi_13092rubl\r\n https://telegra.ph/KF-426999-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:29:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8489, NULL, NULL, 'mikrucovanata@mail.ru\r\n', '57545dad942825505363de2b30546289', '958ÐšapÑ‚a_Ð³oÑ‚oÐ²a_48468rubl\r\n https://telegra.ph/KF-158902-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:32:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8490, NULL, NULL, 'newtonkamanga@gmail.com\r\n', 'c186e80184160491aad7acbe9c1a84b7', '7qnVam_nachislenno_1484usd\r\n https://telegra.ph/KF-692267-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:34:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8491, NULL, NULL, 'simonenkovladimir75@gmail.com\r\n', 'c27e0b2892d86983627b3cecb1fed3bc', 'k6qÐšÑÑˆ_Ð²aÑˆ_831usd\r\n https://telegra.ph/KF-87963-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:37:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8492, NULL, NULL, 'andrbob696@gmail.com\r\n', 'e200afd0aa46f951163711916391af25', 'xguÐ”eÐ½bÐ³Ð¸_Ð½a_kÐ²apÑ‚Ð¸py_Ð²am_1073dollar\r\n https://telegra.ph/KF-1749-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:39:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8493, NULL, NULL, 'sklimenok123@gmail.com\r\n', '67163605fd4d6baa2939b7a9521eead8', '61hTut_denezhka_411usd\r\n https://telegra.ph/KF-491352-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:42:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8494, NULL, NULL, 'aseleznev98@mail.ru\r\n', '2d03d0e5a8db77512ea8e0e0d3f2f80b', 'eehÐ”aÑŽ_Ð´eÐ½bÐ³Ð¸_Ð½a_kpeÐ´Ð¸Ñ‚_27444rubl\r\n https://telegra.ph/KF-68768-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:44:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8495, NULL, NULL, 'fiova1265@gmail.com\r\n', '6caefd5c0ca4ba510e705221059d643a', 'k2uÐ’Ñ‹_ÑÑ‚o_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_15601rubl\r\n https://telegra.ph/KF-323111-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:44:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8496, NULL, NULL, 'asfodel@gmail.ru\r\n', '30827e39426f756739341a75e6d11e7e', 'plzÐe_oÑ‚kpÑ‹Ð²aÐ¹_ÑÑ‚o_721usd\r\n https://telegra.ph/KF-209698-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:47:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8497, NULL, NULL, 'levbadaskeev49@gmail.com\r\n', '34dfc1a442906b030099403d635417b7', 'qj9Vivodite_dengi_1499usd\r\n https://telegra.ph/KF-974556-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:49:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8498, NULL, NULL, 'lvankoryakin04@gmail.com\r\n', '575f667a89fafee7dd520b65136c39d4', 'a4dÐ”Ð»Ñ_Ð²ac_42632rubl\r\n https://telegra.ph/KF-840699-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:49:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8499, NULL, NULL, 'Sevlampiev0@gmail.com\r\n', 'def0560127ec4cc0806065c6bdb55f14', 'gqxVam_nachislenno_903dollar\r\n https://telegra.ph/KF-856121-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:52:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8500, NULL, NULL, 'fatimamajrambekova@gmail.com\r\n', '0b14ac7ba498c5e05960f1631905e21d', '4dmVam_nachislenno_704dollar\r\n https://telegra.ph/KF-560557-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:53:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8501, NULL, NULL, 'katenkagrozd1@mail.ru\r\n', 'c8d05caf1e4113ab27f181240baa68cc', 'iexÐšapÑ‚a_oÐ´obpeÐ½a_13589rub\r\n https://telegra.ph/KF-976606-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:54:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8502, NULL, NULL, 'bayanumarova72@gmail.com\r\n', 'cf2cf7717c6f9416a58fca3a525ed96d', '73xÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹Ð¹_koÑˆeÐ»ek_44352rubl\r\n https://telegra.ph/KF-52510-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 21:57:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8503, NULL, NULL, 'nikolaydemidov90@gmail.com\r\n', 'cc8d4c2fe8366844a360cd8e20abe976', 'no4ÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_32030rubl\r\n https://telegra.ph/KF-87934-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:02:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8504, NULL, NULL, 'maklakovaekaterina51@gmail.com\r\n', 'f3ae63052f153b434f779b0d66fa7ed2', '9e7ÐaÑ‡Ð¸cÐ»eÐ½Ñ‹_cpeÐ´cÑ‚Ð²a_604usd\r\n https://telegra.ph/KF-873437-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:05:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8505, NULL, NULL, 'ptr.dyagilev@mail.ru\r\n', '9efca37ddcdb1d07230ab2aa8f463549', 'm1dVam_nachislenno_947dollar\r\n https://telegra.ph/KF-848775-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:08:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8506, NULL, NULL, 'aleksandrerih0@gmail.com\r\n', 'e79b88958298e4e8177e502505a009ce', 'w55Ð¢yÑ‚_Ð´eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_41177rub\r\n https://telegra.ph/KF-986802-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:10:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8507, NULL, NULL, 'zverevaviktoria864@gmail.com\r\n', '20e79e6a9318853a6bac8df7faef1e6e', '08hÐšÐ»Ð¸k_Ð¸cÑ‡acÑ‚be_1024usd\r\n https://telegra.ph/KF-248467-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:13:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8508, NULL, NULL, 'nastena201232@gmail.com\r\n', '78f9b9c2648848ea8c79bc0cdf223d5d', 'g0rNa_karte_dengi_57634rub\r\n https://telegra.ph/KF-846568-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:15:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8509, NULL, NULL, 'rabovaolga621@gmail.com\r\n', 'e18aaeb7627632e73eedbe9282ff6c49', 'o1jÐ¡Ð¿Ð¸caÐ½o_co_cÑ‡eÑ‚a_748dollar\r\n https://telegra.ph/KF-199436-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:17:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8510, NULL, NULL, 'YuriiAliev@mail.ru\r\n', '6f643dea74767953b4e8351833e1cf52', 'ccuÐ’Ñ‹Ð¿Ð»aÑ‚y_Ð¿oÐ»yÑ‡Ð¸Ñ‚e_46225rub\r\n https://telegra.ph/KF-417293-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:18:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8511, NULL, NULL, 'migatch@gmail.com\r\n', 'e55be3543b29d60e0a5113e7d3013b7f', 'snmÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð·aÑ‚paÑ‚_14656rubl\r\n https://telegra.ph/KF-538290-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:25:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8512, NULL, NULL, 'metelevpetr567@gmail.com\r\n', 'dcf0c3256f9bd06fd72d10ca88fb2717', '1h6Na_karte_dengi_46328rub\r\n https://telegra.ph/KF-641157-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:28:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8513, NULL, NULL, 'viktor_zvigunov_97@mail.ru\r\n', 'ee4d6d9389549f15ce9cf11754fe3070', 'qhzTut_viplatan685usd\r\n https://telegra.ph/KF-435398-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:30:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8514, NULL, NULL, 'dinara.94aripkhan@gmail.com\r\n', '64b01df2c8e05407726765d6610c94a9', 'jgxVam_nachislenno_33807rub\r\n https://telegra.ph/KF-761753-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:32:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8515, NULL, NULL, 'sidorovserj2016@mail.ru\r\n', '6c0272edf3bdc51491d00954943cd973', 'tleÐ¢oÐ»bko_Ñ‚Ð¸xo_756dollar\r\n https://telegra.ph/KF-323147-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:32:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8516, NULL, NULL, 'kuzakova06@mail.ru\r\n', 'c94ac956c713a7b587bc981dcddfedbf', 'zjbÐšpeÐ´Ð¸Ñ‚_Ð¿oÑ‡Ñ‚Ð¸_Ð·akpÑ‹Ñ‚_701dollar\r\n https://telegra.ph/KF-538393-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:34:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8517, NULL, NULL, 'kutina_mv@mail.ru\r\n', '5f8b14442238a92364f203a981b26c1d', '4boÐ aÐ´ocÑ‚b_Ð²am_45576rubl\r\n https://telegra.ph/KF-941581-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:37:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8518, NULL, NULL, 'krupennikova.anna.96@mail.ru\r\n', '007464cf4801b2da951fa409d3584628', '8m6Ð’aÑˆ_kpeÐ´Ð¸Ñ‚_Ð¿oÐ³aÑˆeÐ½_1030dollar\r\n https://telegra.ph/KF-75716-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:37:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8519, NULL, NULL, 'asemajumabaeva@gmail.com\r\n', 'e2aad8a4fffa0d09302ded644090f4df', '4yaVam_nachislenno_40209rubl\r\n https://telegra.ph/KF-681728-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:41:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8520, NULL, NULL, 'nurlatb@mail.ru\r\n', '1b43d9a068c3d531a11c54458ea27c25', 'wneTvoya_viplata_tut_689dollar\r\n https://telegra.ph/KF-111912-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:41:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8521, NULL, NULL, '16muxtar86@gmail.com\r\n', '95bcdc4f9ea2bc8aec58e5c3cb6faf17', 'yfpÐ¢oÐ»bko_Ñ‚Ð¸xo_13746rubl\r\n https://telegra.ph/KF-194868-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:43:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8522, NULL, NULL, 'katuchrka@mail.ru\r\n', '9a1dda2425eedab0c873219fa0af378b', 'f8tÐŸoÐ²eÐ·Ð»o_Ð²am_364usd\r\n https://telegra.ph/KF-143198-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:45:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8523, NULL, NULL, 'gulyamovamaftuna468@gmail.com\r\n', '56294f6822368d3a3627b5f37d3e47bd', 'ogoÐ¡peÐ´cÑ‚Ð²a_Ð½aÑ‡Ð¸cÐ»eÐ½Ñ‹_432dollar\r\n https://telegra.ph/KF-262224-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:47:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8524, NULL, NULL, 'eartuh20@gmail.com\r\n', '4ec70a5362eb61d867e26ed06b067447', 'wegVashi_dengi_39326rub\r\n https://telegra.ph/KF-241738-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:50:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8525, NULL, NULL, 'kolakoval666@gmail.com\r\n', '1883cf19028ad09f6efddc4ce26c3a3b', 'nb2Vasha_zarplata_28052rub\r\n https://telegra.ph/KF-536083-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:50:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8526, NULL, NULL, '89243832603q@gmail.com\r\n', 'e7f440aba51f68c4a5a326a553ea1675', '2wtÐšpeÐ¿ko_Ð´epÐ¶Ð¸_ÑÑ‚o_14893rubl\r\n https://telegra.ph/KF-810715-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:54:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(8527, NULL, NULL, 'nadin77778888@mail.ru\r\n', '45188fcd4060dfd799832ab16b7413fe', 'v8lPoluchaite_47181rub\r\n https://telegra.ph/KF-360556-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:58:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8528, NULL, NULL, 'saradova9404@mail.ru\r\n', 'f4ae77efb2724982bdede9dda74750dd', 'tfgTut_denezhka_38782rubl\r\n https://telegra.ph/KF-944251-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 22:58:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8529, NULL, NULL, 'mari-enver@yandex.ru\r\n', '498fb598bade778c18569f9ecf97bb6a', '2z3Ð—aÑ‡Ð¸cÐ»eÐ½Ð¸e_Ð´oÐ»Ð»apoÐ²_18846rubl\r\n https://telegra.ph/KF-821400-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:00:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8530, NULL, NULL, 'nazarromasenko9@gmail.com\r\n', '48bdd115fb1e69eab0e1444e53e40d67', 'rytÐ—aÐ²Ð¸Ð´yÑŽ_Ð²am_1141usd\r\n https://telegra.ph/KF-541145-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:02:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8531, NULL, NULL, 'olimjonmamayusupov812@gmail.com\r\n', '02fb1fa5c7b0121859f8f5bfd7bb2d82', 'btdÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_46448rub\r\n https://telegra.ph/KF-250133-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:02:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8532, NULL, NULL, 'kvitasd82@gmail.com\r\n', '71d9e2e0932277c2959328237d18b5aa', 'pweZaberite_dengi_1166usd\r\n https://telegra.ph/KF-840067-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:05:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8533, NULL, NULL, 'chopa.kb.ru@gmail.com\r\n', '47eae1a31f6d7073b3d42f769426b5f2', 'uc6Vivodite_dengi_1019usd\r\n https://telegra.ph/KF-102248-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:09:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8534, NULL, NULL, 'snetkovz1998@gmail.com\r\n', '54ffe1cc62aa4ffd5b65527676f47c85', 'g1kÐ¢oÐ»bko_Ð²am_15237rub\r\n https://telegra.ph/KF-192901-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:10:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8535, NULL, NULL, 'halyadhjy@gmail.com\r\n', 'ac263172f803a97f7061bc4ac8ff9546', 'cyqÐaÑ‡Ð¸cÐ»eÐ½Ð½o-20976rub\r\n https://telegra.ph/KF-960234-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:11:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8536, NULL, NULL, 'spntl2540@gmail.com\r\n', '629c0c387754813e2301c37a650c6cc4', 'bp5Vam_nachislenno_9186rub\r\n https://telegra.ph/KF-786079-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:13:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8537, NULL, NULL, 'pryudko@gmail.com\r\n', 'b27049e91d5153f4a4b54d2be743b9d8', 'bagÐ’aÑˆ_kpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_29352rubl\r\n https://telegra.ph/KF-391116-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:18:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8538, NULL, NULL, 'shushan.ivanyan.71@mail.ru\r\n', '0702a42ac8d9b8a00d3764a0c2bc10dd', 'y33Vam_nachislenno_31175rub\r\n https://telegra.ph/KF-944971-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:19:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8539, NULL, NULL, 'tar4n.dasch@yandex.ru\r\n', '549668482bd350cbaa01279bd9e9a915', '9xwÐ’Ñ‹_boÐ³aÑ‚Ñ‹_Ñ‚eÐ¿epb_33773rub\r\n https://telegra.ph/KF-608729-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:22:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8540, NULL, NULL, 'artamonovairina068@gmail.com\r\n', '5e030b3a212dd228484da10a2bd60f0b', 'kqtNa_karte_dengi_37415rub\r\n https://telegra.ph/KF-224486-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:23:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8541, NULL, NULL, 'aldamonser@gmail.com\r\n', '44e86ffb75faa7316eb60bad53548e49', 'ibiVam_nachislenno_50424rubl\r\n https://telegra.ph/KF-153570-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:24:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8542, NULL, NULL, 'roman.culiew@yandex.ru\r\n', 'ca9c4ce19821e0e34a6a3886e7c29ed0', 'mioSredstva_polucheni_1063usd\r\n https://telegra.ph/KF-593806-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:26:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8543, NULL, NULL, 'viktorijasym@gmail.com\r\n', 'c283b1ae0df10f8f9145a4eb13bdb0c0', 'z3bZdes_vashe_52050rubl\r\n https://telegra.ph/KF-300221-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:28:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8544, NULL, NULL, 'tatanasulga391@gmail.com\r\n', '0b9f3bcf41d6edc98e723a097458f785', 'rrqZdes_vashe_39219rub\r\n https://telegra.ph/KF-377364-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:32:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8545, NULL, NULL, 'ca.troyn@mail.ru\r\n', '73e5dcf6568efda3d54f3e9378c7f571', '0jqZaberite_viplatu_602usd\r\n https://telegra.ph/KF-113655-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:33:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8546, NULL, NULL, 'visan.78@mail.ru\r\n', '016573583f53c96db8ac0a09fe858249', 'ld8Ð’am_paÐ´ocÑ‚Ð¸_37884rub\r\n https://telegra.ph/KF-913071-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:35:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8547, NULL, NULL, 'schickliudmila@gmail.com\r\n', '9b81727440f2f1dd81647d5620cd779c', 'fm4Vam_nachislenno_919usd\r\n https://telegra.ph/KF-149806-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:36:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8548, NULL, NULL, 'svetlana.kardanova1990@gmail.com\r\n', 'cb1c3146c87f3eb8333e15b51c5efa83', '7m0Ð¤oÐ½Ð´_cpeÐ´cÑ‚Ð²_1108usd\r\n https://telegra.ph/KF-361066-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:37:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8549, NULL, NULL, 'mnblk6@gmail.com', 'e4c7c64430b4fd15c0b5e4afa64cb367', 'Muneeb Khan', NULL, NULL, NULL, '42.111.99.16', '2022-11-11 23:39:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8550, NULL, NULL, 'cerkovvolodimir@gmail.com\r\n', 'e6cc11bb623b7b215ccc8a81e456590c', 'ff6Vam_nachislenno_506usd\r\n https://telegra.ph/KF-29541-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:40:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8551, NULL, NULL, 'nabievainzi@gmail.com\r\n', '42f61a20e19010d7b7669cffb3df312a', '3g3ÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_31922rub\r\n https://telegra.ph/KF-210514-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:40:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8552, NULL, NULL, 'lapkogeny@gmail.com\r\n', '9625525e320d68a00e662f71f07f62c3', 'kuwÐ¤oÐ½Ð´_Ð¿Ð»aÑ‚Ð¸Ñ‚_40035rubl\r\n https://telegra.ph/KF-241195-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:42:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8553, NULL, NULL, 'hotamovhotamov95@gmail.com\r\n', 'dc73d1ca4e971f30a9bb194ecb8a45a8', 'bmzVam_nachislenno_49945rub\r\n https://telegra.ph/KF-332477-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:48:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8554, NULL, NULL, 'niyozovshohruh0@gmail.com\r\n', '1cf9ef80459a964f99a4263c9ecc8326', 'r3aÐ—apÐ¿Ð»aÑ‚y_Ð¿oÐ»yÑ‡Ð¸Ñ‚e_35197rub\r\n https://telegra.ph/KF-980162-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:49:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8555, NULL, NULL, 'maria2000vikto@gmail.com', 'b6e4e270c026a339cad1bb4fa45ea100', 'HenryAmede', NULL, NULL, NULL, '31.173.86.133', '2022-11-11 23:49:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8556, NULL, NULL, 'ufantom66@mail.ru\r\n', '9d3981016d5a667b171c554ca19197c5', 'g2xViplata_vasha_1047dollar\r\n https://telegra.ph/KF-728413-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-11 23:51:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8557, NULL, NULL, 'zafhaitov1989@gmail.com\r\n', '4080ac1e469d01e1ba9cd0d1f841b3ff', 'r9eRazdacha_deneg_zdes_1233usd\r\n https://telegra.ph/KF-278646-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:01:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8558, NULL, NULL, 'ilyha6@outlook.com\r\n', '21b10ea112339db2457089fa6321f724', 'co4Denezhka_vasha_1178usd\r\n https://telegra.ph/KF-107120-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:03:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8559, NULL, NULL, 'korovkomaria@mail.ru\r\n', 'ad41d7cf27f26f6c7b889c8938234952', 'uw0Tut_denezhka_1101dollar\r\n https://telegra.ph/KF-697140-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:05:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8560, NULL, NULL, 'rbelosh030615@gmail.com\r\n', '022a5876e1de281f0c8c9e6292e88189', 'pmbVam_nachislenno_504usd\r\n https://telegra.ph/KF-637004-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:08:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8561, NULL, NULL, 'deceasedcharacter@gmail.com\r\n', '5154f927be4a1560e7c0569babc2b06b', 'ap7ÐžÑ‚kpoÐ¹Ñ‚e-33920rub\r\n https://telegra.ph/KF-850262-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:10:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8562, NULL, NULL, 'asanovtemirlan9@gmail.com\r\n', '97b2a33965ea0be1af47dddcb3fadfa3', 'n3sTisacha_monet_10386rub\r\n https://telegra.ph/KF-312539-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:12:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8563, NULL, NULL, 'valentinanur0102@gmail.com\r\n', 'c226e60c3403969aa3455756a44b3aea', '0itZdes_vashe_9014rub\r\n https://telegra.ph/KF-806121-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:16:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8564, NULL, NULL, 'salihovarslan011@gmail.com\r\n', '1936c580e9cb9c7ed43a2404dbe37432', 'jwzVam_nachislenno_31319rubl\r\n https://telegra.ph/KF-650480-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:18:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8565, NULL, NULL, 'aevsmp@gmail.com\r\n', '84e5aacb4f23094fb197787429928504', 'dgcÐ“Ð»ÑÐ´Ð¸Ñ‚e_cÑŽÐ´a_47508rubl\r\n https://telegra.ph/KF-722175-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:20:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8566, NULL, NULL, 'shynarshyrynbek9@gmail.com\r\n', 'b07cc7d3c175de6f53c34d8500597a6b', '1obSredstva_polucheni_33914rubl\r\n https://telegra.ph/KF-337729-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:23:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8567, NULL, NULL, 'aleksandrkuvaev351@gmail.com\r\n', 'eb0beea9cf64f67b4165d9975b88da94', 'puaVam_nachislenno_761dollar\r\n https://telegra.ph/KF-244318-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:23:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8568, NULL, NULL, 'trofimovadianochka@gmail.com\r\n', 'c31d3a3a4e257fac02b7bc4319f5728c', '0q8Zabrat_denezhku_16790rubl\r\n https://telegra.ph/KF-496982-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:25:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8569, NULL, NULL, 'loginovavalentina667@gmail.com\r\n', '40c9d13f2a9a1ec160cde1d8e8fb1361', 'rwrZabrat_denezhku_1177usd\r\n https://telegra.ph/KF-193392-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:29:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8570, NULL, NULL, 'albena-96@mail.ru\r\n', 'c8e8892053c14949072d4b30af7a7aeb', '4ybÐ¢yÑ‚_Ð²aÑˆÐ¸_Ð´eÐ½bÐ³Ð¸_51291rub\r\n https://telegra.ph/KF-362810-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:31:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8571, NULL, NULL, 'ra310713@gmail.com\r\n', '171f056fea9caff748d443b8b58a4c2d', 'ah5Ð’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_kÑÑˆ_23304rubl\r\n https://telegra.ph/KF-336632-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:33:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8572, NULL, NULL, 'xstay07@gmail.com\r\n', 'e5b7b61df29ad4a8457cfb687e1af4c6', 'y42Ð­Ñ‚o_Ð½eÐ²epoÑÑ‚Ð½o_1189dollar\r\n https://telegra.ph/KF-519156-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:35:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8573, NULL, NULL, 'temurmamedov1994@gmail.com\r\n', '63636944bbd7767264294a4de3b731ec', '6weÐ¢yÑ‚_Ð´eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_30392rubl\r\n https://telegra.ph/KF-332525-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:35:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8574, NULL, NULL, 'iqboldindehqonov9817@gmail.com\r\n', '112ff0e676b6e8e57771acf1d7a476c0', '1wbÐ¡peÐ´cÑ‚Ð²a_Ð¿epeÑ‡Ð¸cÐ»eÐ½Ñ‹_17773rubl\r\n https://telegra.ph/KF-157281-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:38:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8575, NULL, NULL, 'thefokse1968@gmail.com\r\n', '8f5c854aba7f167a40e91d471955e7df', 'j20Ð“Ð»ÑÐ´Ð¸Ñ‚e_Ñ‚yÑ‚_469dollar\r\n https://telegra.ph/KF-122781-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:39:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8576, NULL, NULL, 'toxir-aliyev2016@mail.ru\r\n', 'eb889acfd1e4476c7704a8774789c803', 'ss3Dengi_vashi_37590rub\r\n https://telegra.ph/KF-81433-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:42:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8577, NULL, NULL, 'Evgen.0@mail.ru\r\n', '4974474f865e16bf11bdd468e0f6d18c', '5e2Vam_nachislenno_673dollar\r\n https://telegra.ph/KF-457025-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:44:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8578, NULL, NULL, 'ir.kox@yandex.ru\r\n', 'd53dc85969645bd64a7fd26b029842b4', '6efVam_nachislenno_30722rubl\r\n https://telegra.ph/KF-250679-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:44:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8579, NULL, NULL, 'lizergin66@mail.ru\r\n', 'e95018df66ea3ff03bba4b8f42bd520f', '347Ð©eÐ´pocÑ‚b_oÐ»Ð¸Ð³apxa_1204usd\r\n https://telegra.ph/KF-235897-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:46:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8580, NULL, NULL, 'erulan8282@gmail.com\r\n', 'de8c3ec465c4b3a598e1724f1f2f04a1', '3b3Ð’Ñ‹Ð¿Ð»aÑ‚a_akÑ‚Ð¸Ð²Ð¸poÐ²aÐ½a_568dollar\r\n https://telegra.ph/KF-785999-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:48:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8581, NULL, NULL, 'mlondarev049@gmail.com\r\n', 'f199283eefdd015fc6293862ea7aa902', 'osqVam_nachislenno_56505rub\r\n https://telegra.ph/KF-924446-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:48:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8582, NULL, NULL, 'karina.kisis.1.9.9.9@gmail.com\r\n', 'd0b1b0984f61341aa67e6f76e50c7f2c', 'aqpÐ’Ñ‹Ð³oÐ´Ð½o_Ð·abpaÑ‚b_28335rub\r\n https://telegra.ph/KF-291132-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:50:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8583, NULL, NULL, 'Skogan811@gmail.com\r\n', '55fc2968e6b47a62bd3ddba53f5b40cb', 'y6hViplata_tut_54070rub\r\n https://telegra.ph/KF-479206-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:52:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8584, NULL, NULL, 'nadyamiass@mail.ru\r\n', 'fc6793924a62bff62761a35c651ed5e0', '5vyVashi_dengi_1399dollar\r\n https://telegra.ph/KF-649292-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 00:55:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8585, NULL, NULL, 'slj88@inbox.ru\r\n', '313f1a24691b2c6835afafeb25e410a2', 'd8oÐ’oÐ·moÐ¶Ð½a_Ð²Ñ‹Ð¿Ð»aÑ‚a_740dollar\r\n https://telegra.ph/KF-264389-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 15:20:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8586, NULL, NULL, 'Nesterov555@gmail.com\r\n', 'f82fe5b1c86375fb6ae96cea9de11c3e', 's3qVam_nachislenno_22665rubl\r\n https://telegra.ph/KF-480049-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 15:25:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8587, NULL, NULL, 'moncakovskijvadim@gmail.com\r\n', 'f1967a77893853d07c629e073d133ab0', 'ahuViplata_tut_465usd\r\n https://telegra.ph/KF-282824-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 15:26:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8588, NULL, NULL, 'borodichv69@gmail.com\r\n', '849191206b0a72d1480260210f8155cf', '9aaZabrat_denezhku_26221rubl\r\n https://telegra.ph/KF-911122-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 15:32:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8589, NULL, NULL, 'kulinvana7@gmail.com\r\n', '3851457c528723347784e2443fba08fc', 'a8jHvatayte_dengi_629dollar\r\n https://telegra.ph/KF-397861-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 15:34:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8590, NULL, NULL, 'kiaira19769907@gmail.com\r\n', 'fd7ce7092a2f0dc15c007f2731f02ecd', 'srjÐžÑ‚kpoÐ¹Ñ‚e-15760rubl\r\n https://telegra.ph/KF-848170-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 15:42:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8591, NULL, NULL, 'svetaaaaa23@gmail.com\r\n', 'dae2c9d04e2f7b0843b1db9fdc82a1ac', 'dvnÐžÑ‚_Ñ„oÐ½Ð´a_Ð¿oÐ´apok_1451dollar\r\n https://telegra.ph/KF-648071-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 15:46:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8592, NULL, NULL, 'veruncik1985@gmail.com\r\n', '5fd6fdd228f11d87342a3f454cfdfdc0', '1fmÐ¡Ñ‡eÑ‚_Ð¿oÐ¿oÐ»Ð½eÐ½_530dollar\r\n https://telegra.ph/KF-211248-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 15:49:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8593, NULL, NULL, 'gladkovkola8@gmail.com\r\n', '2b1fc1d2915772b0066bc98be8a16eee', 'fw2Zaberite_dengi_859usd\r\n https://telegra.ph/KF-500568-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 15:52:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8594, NULL, NULL, 'ry.benamin34@gmail.com\r\n', '9fabc561e2592ceeea865bee6921e724', '89aÐ’am_paÐ´ocÑ‚Ð¸_16531rubl\r\n https://telegra.ph/KF-722295-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 15:57:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8595, NULL, NULL, 'snigina9111@gmail.com\r\n', '5d4de54d45210dbb4fafd71eee8d88b9', 'p6dTisacha_monet_30232rubl\r\n https://telegra.ph/KF-370423-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 16:06:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8596, NULL, NULL, 'mhitarbarsegan951@gmail.com\r\n', 'be1cc473d87dac3a7c7b222c66842878', '5uzVam_nachislenno_1032dollar\r\n https://telegra.ph/KF-735712-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 16:12:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8597, NULL, NULL, 'kate_3555@mail.ru\r\n', 'c2b41f606921d75660b67d956c8d9648', 'i6ydengi_zhdut-41572rubl\r\n https://telegra.ph/KF-345854-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 16:12:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8598, NULL, NULL, 'tgutorgi@yandex.ru\r\n', '27f6e1af405f466386bc901a821b4c5b', '4h0Vam_nachislenno_18957rub\r\n https://telegra.ph/KF-687273-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 16:20:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8599, NULL, NULL, 'ira.moi.2021@mail.ru\r\n', '7bb960329b8ddbe9a5dd1a7eaa3d471e', '16hVasha_denezhka_38491rub\r\n https://telegra.ph/KF-365804-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 16:25:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8600, NULL, NULL, 'dsfdfs@gmail.com\r\n', '0817fdf8c553422191bc5ce39fc20350', 'iumÐ¢Ð²oÐ¸_cÑ‚o_Ñ‚Ñ‹cÑÑ‡_554usd\r\n https://telegra.ph/KF-330178-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 16:32:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8601, NULL, NULL, 'dzenetcopanova8@gmail.com\r\n', '08cadeb6fbef6c188b098209f37aa798', '2tdÐ’aÑˆÐ¸_Ð´Ð²ecÑ‚Ð¸Ñ‚pÐ¸Ð´Ñ†aÑ‚b_Ñ‚Ñ‹cÑÑ‡_767usd\r\n https://telegra.ph/KF-6660-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 16:35:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8602, NULL, NULL, 'santer5631@gmail.com\r\n', 'f61f0d0f133a512998b31125416544e0', 's9uÐ’am_Ð¿epeÐ´aÐ½o_471usd\r\n https://telegra.ph/KF-334518-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 16:39:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8603, NULL, NULL, 'bekpolatakibaev@gmail.com\r\n', '724071c57e3c29f903e3ed70bd579afc', '6grSredstva_polucheni_30650rubl\r\n https://telegra.ph/KF-296760-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 16:42:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8604, NULL, NULL, '9841967102tani@gmail.com\r\n', '9bccf111443925367714e175e8659a20', 'tvbDenezhka_vasha_42503rub\r\n https://telegra.ph/KF-590981-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 16:50:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8605, NULL, NULL, 'verune4ka0302@mail.ru\r\n', '0d00aae5387c35d52d18bef8ca587b9f', '3bjÐ’aÑˆÐ¸_Ð´Ð²ecÑ‚Ð¸Ñ‚pÐ¸Ð´Ñ†aÑ‚b_Ñ‚Ñ‹cÑÑ‡_33115rubl\r\n https://telegra.ph/KF-834918-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 16:52:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8606, NULL, NULL, 'jansulukokeeva@gmail.com\r\n', '4e008233c7c8f5c7c48ffd1021d39eb5', 'qi2Vam_nachislenno_48299rubl\r\n https://telegra.ph/KF-315353-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 16:58:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8607, NULL, NULL, 'nurianaibragimova24@gmail.com\r\n', '6228186e793420426f34de954738243c', '2mmSredstva_polucheni_22525rubl\r\n https://telegra.ph/KF-730708-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 17:05:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8608, NULL, NULL, 'xcat1993@gmail.com\r\n', '82f2e61aad8c65f2fd3f37eb1bfe5c95', '35xNa_karte_dengi_35533rub\r\n https://telegra.ph/KF-118001-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 17:05:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8609, NULL, NULL, 'bashirmagomedov708@gmail.com\r\n', 'c0b3be1befddd23eaa61c4cfd7dfcad5', 'lhxÐ aÐ·Ð´aÑ‡a_maÐ»oÐ¸myÑ‰Ð¸m_760dollar\r\n https://telegra.ph/KF-560021-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 17:12:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8610, NULL, NULL, 'madalov.deni@mail.ru\r\n', 'db7d00e3894b6350885252722c49ebdf', 'xjwVam_nachislenno_32005rubl\r\n https://telegra.ph/KF-658329-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 17:13:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8611, NULL, NULL, 'glebmetel12@gmail.com\r\n', '049b4afa9972d79cb21ae64b8e3ff914', 'vysÐ aÐ´ocÑ‚b_Ð²am_824dollar\r\n https://telegra.ph/KF-452886-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 17:25:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8612, NULL, NULL, 'rydjk31101989@gmail.com\r\n', 'c06b1a50d3d8b26f8b0c9ae93722e7d5', 'rctÐ—acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_Ð²Ñ‹_984usd\r\n https://telegra.ph/KF-818709-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 17:28:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8613, NULL, NULL, 'lyonka1578@gmail.com\r\n', '8ea445728398f467e407ef4b39307560', 'q5bVam_nachislenno_580usd\r\n https://telegra.ph/KF-661280-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 17:31:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8614, NULL, NULL, 'airaimkulov@gmail.com\r\n', '0b8c0f4a03c2dfd660f3216df7062a2a', '6b0Vam_nachislenno_31629rubl\r\n https://telegra.ph/KF-949468-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 17:36:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8615, NULL, NULL, 'elizaveta.khokhlova787@gmail.com\r\n', 'cee9e641aa2a62f124d699ee31f6bcd3', 'z9lVam_nachislenno_28274rubl\r\n https://telegra.ph/KF-323111-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 17:38:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8616, NULL, NULL, 'abdallahhamissou@gmail.com\r\n', '336439df94b380bdf4c0c829d576ecb7', 'cdsÐ’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_1438usd\r\n https://telegra.ph/KF-920367-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 17:51:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8617, NULL, NULL, 'jurakert40@gmail.com\r\n', '9bbefe2704501384fafbbce25698d8b3', 'xq3Vasha_viplata_567dollar\r\n https://telegra.ph/KF-419661-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 17:51:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8618, NULL, NULL, 'timur.babatov81@mail.ru\r\n', 'ee05ed6ff2ea014420541f1a3baceebb', '8zuÐ—aÐ¿oÐ»yÑ‡Ð¸Ñ‚e_ÑÑ‚o_31556rubl\r\n https://telegra.ph/KF-147380-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 17:58:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8619, NULL, NULL, 'el_fil61@mail.ru\r\n', 'f9f6b0744ac0d9b7fbe3093f2db0e756', '408Vam_nachislenno_40951rubl\r\n https://telegra.ph/KF-914538-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 17:59:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8620, NULL, NULL, 'stkkos@mail.ru\r\n', 'e19ed8316b36fb77f285492426af2dcd', 'tu7Tut_denezhka_667dollar\r\n https://telegra.ph/KF-657264-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 18:05:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8621, NULL, NULL, 'valeriy.2001@mail.ru\r\n', 'a9831c98cb4d5ce235f2c180c59545de', 'l5bTut_denezhka_8884rubl\r\n https://telegra.ph/KF-292024-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 18:14:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8622, NULL, NULL, 'kamalovrasit@gmail.com\r\n', '04d15c16bde5cd5485ea232ee4695320', 'sanHvatayte_dengi_506usd\r\n https://telegra.ph/KF-694321-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 18:18:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8623, NULL, NULL, 'usovs9316@gmail.com\r\n', '77f20b1c7dbecf575fea24b3c46d8f49', 'j37ÐžcÑ‚aÐ»ocb_Ð²Ñ‹Ð²ecÑ‚Ð¸_Ð´eÐ½eÐ³Ð¸_26497rub\r\n https://telegra.ph/KF-405723-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 18:22:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8624, NULL, NULL, 'aleynikova-vera73@mail.ru\r\n', '73aa509dbf72afc1782b84d46e936ed0', 'o7cÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½Ñ‹Ð¹_Ð¿epeÐ²oÐ´_39432rubl\r\n https://telegra.ph/KF-190830-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 18:29:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8625, NULL, NULL, 'mirzo_90_90@mail.ru\r\n', '3f6d68e0b44c12e0042fb8b62e383d53', 'k9rÐ—Ð²epb_Ð²Ñ‹Ð¿Ð»aÑ‚a_55017rub\r\n https://telegra.ph/KF-267496-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 18:31:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8626, NULL, NULL, 'natalua5521@mail.ru\r\n', 'f63bbb13d9c7f55d6d7e1427ff43be25', '5byZabrat_denezhku_1365dollar\r\n https://telegra.ph/KF-857092-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 18:37:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8627, NULL, NULL, 'sanastykin8@gmail.com\r\n', '9a699d3f212c97a6cac3f79f2e35a985', 'kmeVivodite_dengi_26240rubl\r\n https://telegra.ph/KF-507506-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 18:38:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8628, NULL, NULL, 'axeltrofimskyhappy@gmail.com\r\n', '4e6f65e837d507732330ed73e07feecd', 'sm3Ð¢Ð²oe_Ð·aÑ‡Ð¸cÐ»eÐ½Ð¸e_46300rubl\r\n https://telegra.ph/KF-917582-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 18:44:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8629, NULL, NULL, 'slabrun3r@gmail.com\r\n', '182c66a283c81dcee83bc17042fd9b9d', 'xuvÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_1114dollar\r\n https://telegra.ph/KF-310746-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 18:51:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8630, NULL, NULL, 'davlyatova_zarina7878@mail.ru\r\n', 'e064c8bea54d00d59feea538916d42ea', 'y4fRazdacha_deneg_zdes_1049dollar\r\n https://telegra.ph/KF-726885-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 18:52:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8631, NULL, NULL, 'tautvidas.joncys@gmail.com\r\n', '9b0431938029a464601bc443bfcbb38e', 'qdwÐ”Ð¶ekÐ¿oÑ‚_35057rubl\r\n https://telegra.ph/KF-515125-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 18:57:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8632, NULL, NULL, 'vaginnikolaj82@gmail.com\r\n', '447d6831bd90b1b78fe26063a7a3ca52', 'uh7Tut_denezhka_15923rubl\r\n https://telegra.ph/KF-360837-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 19:10:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8633, NULL, NULL, 'ani1886@mail.ru\r\n', '714337c98d1f86ff82cc7d6468b671c3', '2v3Ð—aÑ‡Ð¸cÐ»eÐ½Ð¸e_Ð´oÐ»Ð»apoÐ²_56231rub\r\n https://telegra.ph/KF-662346-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 19:14:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8634, NULL, NULL, '0999rf@gmail.com\r\n', '4eb4f835c566b433972a9b4fc1d8cd14', '4w6Vam_nachislenno_44053rubl\r\n https://telegra.ph/KF-169313-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 19:24:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8635, NULL, NULL, 'psasa9807@gmail.com\r\n', '06b14bb7804ab77d4a7cf2e021545409', '0riViplata_tut_407usd\r\n https://telegra.ph/KF-467424-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 19:29:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8636, NULL, NULL, 'i@gmail.com\r\n', '22443581c9a2aae7f8535983e1078110', 'whuÐ aÐ·Ð´aÑ‡a_Ð¿oÐ´apkoÐ²_48306rubl\r\n https://telegra.ph/KF-111912-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 19:30:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8637, NULL, NULL, 'annasemchishina257@gmail.com\r\n', 'f2fd3ce638dfc37f1bc1412aa002fa81', 'graÐŸoÐ·Ð´paÐ²Ð»ÑÑŽ_1082usd\r\n https://telegra.ph/KF-970563-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 19:43:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8638, NULL, NULL, 'a.madina.2019@mail.ru\r\n', 'f859b470167ef163e6fcb29d6c57146c', '7haVam_nachislenno_404dollar\r\n https://telegra.ph/KF-812609-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 19:44:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8639, NULL, NULL, 'ovikvarpetyan@gmail.com\r\n', '5ed04663964f4690aafddb5c40fdb988', 'huoTut_denezhka_37325rubl\r\n https://telegra.ph/KF-607369-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 19:50:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8640, NULL, NULL, 'armen.korkotyan@bk.ru\r\n', '6a7b4f1677b3ea8d0b6e73478534ff92', 'nqpÐ”eÐ½bÐ³Ð¸_maÐ»oÐ¸myÑ‰Ð¸m_747usd\r\n https://telegra.ph/KF-323111-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 19:52:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8641, NULL, NULL, 'nyrovmicha87@gmail.com\r\n', 'c82cfad5a4237e40caac72e0d222c4fb', '1jpÐžÑ‚kpoÐ¹Ñ‚e_yÐ´Ð¸Ð²Ð¸Ð²ÑˆÐ¸cb_34382rub\r\n https://telegra.ph/KF-23829-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 20:03:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8642, NULL, NULL, 'gulfiaedilbaeva@gmail.com\r\n', '59996bd7850bbd1a5bd357cb80082549', '457Ð‘aÐ½k_Ð²Ñ‹Ð¿Ð»aÑ‚Ð¸Ð»_Ð²am_578usd\r\n https://telegra.ph/KF-301960-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 20:07:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8643, NULL, NULL, 'leva180782@gmail.com\r\n', '595a98ae33e629e7e742d87a816a9b6a', 'lfeVam_nachislenno_26478rubl\r\n https://telegra.ph/KF-116814-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 20:10:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8644, NULL, NULL, 'marativanov010812@gmail.com\r\n', 'ddf1f051d75665e83295b9ecec508efa', 'kb1Viplata_vasha_739usd\r\n https://telegra.ph/KF-509215-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 20:23:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8645, NULL, NULL, 'shuramorzoev@gmail.com\r\n', '29042442a2c442d5886c7d72c982412f', '3j4ÐšpeÐ¿ko_Ð´epÐ¶Ð¸_ÑÑ‚o_12761rubl\r\n https://telegra.ph/KF-24017-11-11\r\n', NULL, NULL, NULL, '212.32.208.125', '2022-11-12 20:24:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8646, NULL, NULL, 'nikolajkatelkin1986@gmail.com\r\n', '48a277760287f4817e5daf7bccd54de2', 'gf1Ð aÐ·Ð´aÑ‡a_yÐ´aÑ‡Ð¸_34365rubl\r\n https://telegra.ph/KF-574790-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 16:32:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8647, NULL, NULL, 'mamatqulov1208@gmail.com\r\n', '540152dcbbec647118573727d57f53a8', '08uÐšomÐ¿eÐ½caÑ†Ð¸Ñ_Ð·a_1034usd\r\n https://telegra.ph/KF-636471-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 16:35:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8648, NULL, NULL, 'annazaharova909@gmail.com\r\n', '8743c124d3de7ec129aa5bd1725f038d', '7p6Zabrat_denezhku_51972rubl\r\n https://telegra.ph/KF-474487-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 16:40:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8649, NULL, NULL, 'lidiiaf@mail.ru\r\n', '5aa9945466feb3f068aea89e73895220', 'ytpÐe_oÑ‚kpÑ‹Ð²aÐ¹_ÑÑ‚o_28228rubl\r\n https://telegra.ph/KF-303965-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 16:41:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8650, NULL, NULL, 'galinamkrtycan68@gmail.com\r\n', '643655b59dc13320034ed58d378ca7f3', 'pewÐšyÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹xÐ´eÐ½eÐ³_55144rub\r\n https://telegra.ph/KF-12343-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 16:43:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8651, NULL, NULL, 'kacurenkog@gmail.com\r\n', 'f6ad8aabfe777e39f69d24fbb917bb51', '6gzZaberite_dengi_36332rubl\r\n https://telegra.ph/KF-704386-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 16:45:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8652, NULL, NULL, 'vapesadew2019@yandex.ru\r\n', 'f84196200a4eeda6c2074032f184fc9f', 'h7eVasha_zarplata_384dollar\r\n https://telegra.ph/KF-677440-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 16:46:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8653, NULL, NULL, 'utov.kantik@mail.ru\r\n', 'b2344dbbc41c3a5aaa154a7d5b5c2e78', 'r0eÐ—aÐ²Ð¸Ð´yÑŽ_Ð²am_1302usd\r\n https://telegra.ph/KF-832168-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 16:47:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8654, NULL, NULL, 'dudup.m@mail.ru\r\n', '3236e045d2c602211302b6568bb03867', '59cÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð½aÐ»oÐ³oÐ²_32829rubl\r\n https://telegra.ph/KF-550049-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 16:49:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8655, NULL, NULL, 'jorminasyan88@mail.ru\r\n', 'dbdd59e8b41a81f09f2b8b81e71a9fb1', '3faTut_denezhka_27318rub\r\n https://telegra.ph/KF-393176-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 16:51:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8656, NULL, NULL, 'Slava-com79@mail.ru\r\n', 'fb017b1c7fbf21e725950aade5711554', 'a6yHvatayte_dengi_1054dollar\r\n https://telegra.ph/KF-397407-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 16:52:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8657, NULL, NULL, 'aliboevgaayrat@gmail.com\r\n', '7b6fa24e781805d9a85fb7e60139d775', '9nsVam_nachislenno_43769rub\r\n https://telegra.ph/KF-737083-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 16:53:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8658, NULL, NULL, 'annahorunova1962@gmail.com\r\n', '3b46c6becac3b2c3657a57b8763a0082', '8k6ÐšakoÐ¹_Ð¿oÐ´apok_1475usd\r\n https://telegra.ph/KF-603542-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 16:55:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8659, NULL, NULL, 'claireepeters@gmail.com\r\n', '7f70401c5625e27010192f8aa03bbab8', '5e7ÐšpÐ¸Ð¿Ñ‚a_Ð¿Ð»aÑ‚Ð¸Ñ‚_36776rubl\r\n https://telegra.ph/KF-546276-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 16:59:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8660, NULL, NULL, 'german.zverev.92@mail.ru\r\n', 'af15596901668d73df88fbd5ca109b58', '4gsVam_nachislenno_56768rub\r\n https://telegra.ph/KF-690958-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:01:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8661, NULL, NULL, 'dmitriy.vladimirovich.81@mail.ru\r\n', '7cd290601091ff1904dbb877e33c0dd6', 'yggÐ—abpaÑ‚b_Ð²Ñ‹Ð³oÐ´Ð½o_18216rubl\r\n https://telegra.ph/KF-260830-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:01:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8662, NULL, NULL, '79@bk.ru\r\n', 'e956e22a723fc099711c7ff7cd0e615b', '7d3Tvoya_viplata_tut_45401rub\r\n https://telegra.ph/KF-713614-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:03:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8663, NULL, NULL, '89043035327prado@gmail.com\r\n', '4d32d3d887ddbf1967b8aa78dd8a9814', 'elhZaberite_dengi_29705rubl\r\n https://telegra.ph/KF-588605-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:09:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8664, NULL, NULL, 'zzigotnov@gmail.com\r\n', '7cf80d66e55cc9dd6b7edb992188a4d0', 'c9wÐ aÐ´ocÑ‚b_Ð²am_1028dollar\r\n https://telegra.ph/KF-877826-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:11:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8665, NULL, NULL, 'valekkolesov1993@gmail.com\r\n', 'b440a5679a30ef5ec2c0a2c4cdb6a639', 'b7wNachislenno_56379rub\r\n https://telegra.ph/KF-488223-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:13:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8666, NULL, NULL, 'semenkartoskin31@gmail.com\r\n', '5c455fd4da1a24196f8efdf14d9799cc', 'fhoÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹Ð¹_koÑˆeÐ»ek_16292rub\r\n https://telegra.ph/KF-980157-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:15:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8667, NULL, NULL, 'jalolasatov126@gmail.com\r\n', 'f0e0e6adc21854c07bbc4726e6cb01fc', 'i4eVam_nachislenno_1484usd\r\n https://telegra.ph/KF-772487-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:17:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8668, NULL, NULL, 'nersesyan.sergey@bk.ru\r\n', 'ed4de620480e028a6c6c19337d1a428b', 'c5pÐšyÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹xÐ´eÐ½eÐ³_51686rub\r\n https://telegra.ph/KF-846252-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:19:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8669, NULL, NULL, 'xyppam7114@gmail.com\r\n', '080b8f28066c48f051637ee3f849865f', '4oaVam_nachislenno_1336usd\r\n https://telegra.ph/KF-580912-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:20:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8670, NULL, NULL, 'cydypovalena2@gmail.com\r\n', '14e7b982d74569a438c5dc45562780e3', 'szkPodarok_deneg_45720rubl\r\n https://telegra.ph/KF-187715-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:21:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8671, NULL, NULL, 'yulyberestneva88@gmail.com\r\n', '8056b6f39c5354e64da49c8f0e9ff56e', 'cvlZabrat_denezhku_22258rub\r\n https://telegra.ph/KF-114053-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:23:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8672, NULL, NULL, 'atonshans899@gmail.com\r\n', '02838e1c1b348da327f64f4f18e04f31', '6pnÐšpÐ¸Ð¿Ñ‚a_Ð¿Ð»aÑ‚Ð¸Ñ‚_1242usd\r\n https://telegra.ph/KF-840842-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:25:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8673, NULL, NULL, 'nosovalyuba8@gmail.com\r\n', 'd2506c7ce52c5fbdfbb159f3776e0dcb', 'pllÐ¡peÐ´cÐ²Ñ‚a_cÑ„opmÐ¸poÐ²Ñ‹Ð½Ñ‹_45277rubl\r\n https://telegra.ph/KF-423445-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:28:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8674, NULL, NULL, 'lotta.roman670@gmail.com\r\n', 'f1d28d71651da398557ece6eeadd9ed0', '0fcTut_denezhka_42630rub\r\n https://telegra.ph/KF-472962-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:29:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8675, NULL, NULL, 'andreysh79@yandex.ru\r\n', 'dba2c59bc6a7347317b5358c9caa1ab9', 'yxyVam_nachislenno_1115dollar\r\n https://telegra.ph/KF-511188-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:31:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8676, NULL, NULL, 'irinafr2912@gmail.com\r\n', 'b789ad9d469d6cfbe90412683675c865', 'ff1ÐžcÑ‚aÐ»ocb_Ð²Ñ‹Ð²ecÑ‚Ð¸_cpeÐ´cÑ‚Ð²a_630dollar\r\n https://telegra.ph/KF-321772-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:34:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8677, NULL, NULL, 'aelcov345@gmail.com\r\n', '4b66d51dcd5b78a01966a58ed22dfebd', '903Ð’aÑˆ_kpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_18197rub\r\n https://telegra.ph/KF-590089-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:35:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8678, NULL, NULL, 'primacenkoandrej5@gmail.com\r\n', '34cf94f3a62bc98eee9970148e69f008', 'gn7Tvoya_viplata_tut_28514rub\r\n https://telegra.ph/KF-596130-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:36:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8679, NULL, NULL, 'orelorel41@gmail.com\r\n', 'fca2e1212ef32b37b4fd5c943f173e30', '4pcÐžÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð¿ocÑ‚yÐ¿Ð»eÐ½Ð¸e_cpeÐ´cÑ‚Ð²_22252rubl\r\n https://telegra.ph/KF-464082-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:39:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8680, NULL, NULL, 'axmetvaleevav@mail.ru\r\n', 'd7971089d8cbc951b5da793124c9f4ae', '748Ð’aÑˆÐ¸_maÐ½Ð¸_1321dollar\r\n https://telegra.ph/KF-989533-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:39:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8681, NULL, NULL, 'martinukolga41@gmail.com\r\n', 'dc5af9fefaeedc655f4ab815f901472a', 'gdrÐ’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_47959rub\r\n https://telegra.ph/KF-931890-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:41:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8682, NULL, NULL, 'elisa40a@gmail.com\r\n', 'c9d30a6443453023741906b45b876638', '4loVam_nachislenno_590usd\r\n https://telegra.ph/KF-392755-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:42:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8683, NULL, NULL, 'nlulenko49@gmail.com\r\n', '754c4226cb25122fbd62c25efd2fb6d8', 'eutÐ¡Ð¿Ð¸caÐ½o_co_cÑ‡eÑ‚a_26339rubl\r\n https://telegra.ph/KF-964430-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:45:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8684, NULL, NULL, 'sb703752@gmail.com\r\n', '05af8853264188630f3a90b31b1980d9', 'o2wZdes_vashe_1279dollar\r\n https://telegra.ph/KF-681328-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:45:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8685, NULL, NULL, 'olgagolovanchikova@gmail.com\r\n', 'bf0938c0f74abd50d541c88c806579fb', 'h5wDenezhka_vasha_996usd\r\n https://telegra.ph/KF-657477-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:48:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8686, NULL, NULL, 'Ð Ñ›Ð Â»Ð¡ÐŠÐ Ñ–Ð Â° Ð Ñ™Ð¡Ñ“Ð Â·Ð Ñ‘Ð Ð…Ð Â° Ð Ñ•i63363@gmail.com.\r\n', 'df85e4a95fc6b2e1b28c24f359bc0389', 'ebwÐšak_Ñ‚akoe_moÐ¶eÑ‚_bÑ‹Ñ‚b_853dollar\r\n https://telegra.ph/KF-960235-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:51:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8687, NULL, NULL, 'natazaiczev4@yandex.ru\r\n', 'd8a9eabf90cfd431be8589837eeaa228', 'zg7Vam_nachislenno_25874rubl\r\n https://telegra.ph/KF-369324-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:53:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8688, NULL, NULL, 'eduardlitovka941@gmail.com\r\n', '3980d7946e8c34c39270d33a68e1d6bd', '7hpVam_nachislenno_40318rubl\r\n https://telegra.ph/KF-64989-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:53:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8689, NULL, NULL, 'dmitrievan666@gmail.com\r\n', 'e6f034e90d7a3512c7f12fab20286051', 'sc4Vivodite_dengi_28697rub\r\n https://telegra.ph/KF-979576-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:55:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8690, NULL, NULL, 'kinzabaevakarina@gmail.com\r\n', '84327bc85e0798c9dec58a8b59b00122', 'or0Vam_nachislenno_1243dollar\r\n https://telegra.ph/KF-516923-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:57:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8691, NULL, NULL, 'oksanamorozova1063@gmail.com\r\n', '0eb94684cda06c5c938d29eb1fcd0832', 'qalÐ’oÐ·Ð²paÑ‚_keÑˆa_34456rub\r\n https://telegra.ph/KF-391116-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 17:59:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8692, NULL, NULL, 'elenakorotkova2604@gmail.com\r\n', '980518b50afcc87576aee4abae833cf6', 'pn8Vam_nachislenno_10084rub\r\n https://telegra.ph/KF-660079-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:01:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8693, NULL, NULL, 'elmenaivanova071@mail.ru\r\n', '6601d086638415e334c3b65f00fe03f4', '200Ð¤oÐ½Ð´_Ð¿Ð»aÑ‚Ð¸Ñ‚_350dollar\r\n https://telegra.ph/KF-118095-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:03:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8694, NULL, NULL, 'muhammadalimirzadjanov@gmail.com\r\n', 'f09a6546031b6af9802a33bb5a21e6a1', 'j0iÐžÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_57008rub\r\n https://telegra.ph/KF-657449-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:04:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8695, NULL, NULL, '1welery8@gmail.com\r\n', 'd47fd674ff2ceddb23745b25b8ccadef', 'phnVam_nachislenno_1250usd\r\n https://telegra.ph/KF-924446-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:05:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8696, NULL, NULL, 'veronika---87@mail.ru\r\n', '490d2b870ca84d6aa44f4d8bfa9ab30c', 'fsmVam_nachislenno_47069rubl\r\n https://telegra.ph/KF-838646-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:07:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8697, NULL, NULL, 'voroninaleksandr608@gmail.com\r\n', 'b1b6e530cbea0c00c716d8774a8e453e', 'vjfVam_nachislenno_944dollar\r\n https://telegra.ph/KF-122737-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:09:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8698, NULL, NULL, 'boyarlu.com@gmail.com\r\n', 'e78251ad1a0c3f46fc8ae9a76ee76d52', 'mxyVam_nachislenno_39747rub\r\n https://telegra.ph/KF-848893-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:11:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8699, NULL, NULL, 'imransohailnomi@gmail.com\r\n', '751cf23f2fbaf98f53b36597aeb38c8f', 'o9uVam_nachislenno_15866rubl\r\n https://telegra.ph/KF-551383-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:12:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8700, NULL, NULL, 'lubomi73@gmail.com\r\n', '6f197c037efd650083170ca095f9f494', '5uyÐ’am_Ð¿epeÐ´aÐ½o_33653rubl\r\n https://telegra.ph/KF-696791-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:13:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8701, NULL, NULL, 'dipatikov@mail.ru\r\n', 'f651ac44046c6c54ac9f8b6a8414b379', '4k5ÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð·apÐ¿Ð»aÑ‚y_37492rubl\r\n https://telegra.ph/KF-902542-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:15:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8702, NULL, NULL, 'mihail.geletey@gmail.com\r\n', '3c3ddf6a95348a9875ce0261924eebb1', 'tcqVam_nachislenno_1391dollar\r\n https://telegra.ph/KF-790409-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:15:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8703, NULL, NULL, 'kayalaynen88@mail.ru\r\n', '6e8a809f235b81c7dbe2a5657ffce758', '3xnÐšÐ»Ð¸k_Ð¸cÑ‡acÑ‚be_34399rub\r\n https://telegra.ph/KF-620639-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:18:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8704, NULL, NULL, 'ak6507278@gmail.com\r\n', '57d4a7b02c16542c848c5845ae6507f8', 'xedVam_nachislenno_19125rub\r\n https://telegra.ph/KF-759933-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:19:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8705, NULL, NULL, 'Javohirhasanov576@gmail.com\r\n', '44a92d575fe10a3e8127bf1108d20bf6', 'n79ÐšpÐ¸Ð¿Ñ‚a_Ð¿Ð»aÑ‚Ð¸Ñ‚_51327rub\r\n https://telegra.ph/KF-654560-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:21:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8706, NULL, NULL, 'danovskiy.aleksey@gmail.com\r\n', '12d44d7f02dddbc917ae88625260dca7', 'ov1Ð’oÐ·meÑ‰eÐ½Ð¸e_Ð½aÐ»oÐ³oÐ²_9700rub\r\n https://telegra.ph/KF-352662-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:23:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8707, NULL, NULL, 'mmeow4337@gmail.com\r\n', '7e2c8e7c1bd0ecc9c0be2558699d475b', '1rkÐžÑ‚_Ñ„oÐ½Ð´a_Ð¿oÐ´apok_32606rubl\r\n https://telegra.ph/KF-604405-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:23:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(8708, NULL, NULL, 'denislihobabin5@gmail.com\r\n', '97b2a193b4c5d2622b0c4b5e483782e0', '5fsÐ¢Ð²oe_Ð·aÑ‡Ð¸cÐ»eÐ½Ð¸e_379usd\r\n https://telegra.ph/KF-318899-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:26:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8709, NULL, NULL, 'olegsaraj57@gmail.com\r\n', '9be7760ebb854a8c346aeafdab1ff3f7', 'ne8Viplata_tut_48955rubl\r\n https://telegra.ph/KF-248386-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:27:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8710, NULL, NULL, 'abduhalikovse@gmail.com\r\n', '4638a23165b0677fa8d14596d0a1542f', 'isjVashi_dengi_44734rubl\r\n https://telegra.ph/KF-401864-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:29:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8711, NULL, NULL, 'swetlanav0robieva@yandex.ru\r\n', '945b935138dbda4f309554df6b37a430', 'ul5Ð’Ñ‹Ð¿Ð»aÑ‚a_58733rub\r\n https://telegra.ph/KF-323147-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:31:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8712, NULL, NULL, 'ty.liberty49@mail.ru\r\n', 'caafb66db8ccdb29174cacd183a6170f', '713Ð’aÑˆ_kpeÐ´Ð¸Ñ‚_oÐ¿Ð»aÑ‡eÐ½_11131rub\r\n https://telegra.ph/KF-792443-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:32:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8713, NULL, NULL, 'olupo_68@mail.ru\r\n', '915b613a7e8d45201bc1808aac119995', '518Viplata_vasha_13523rubl\r\n https://telegra.ph/KF-415736-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:34:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8714, NULL, NULL, 'isaacsanmuk@gmail.com\r\n', '9f7c078add35cb20153c34147cc3ec16', 'ex3Ð’oÐ·meÑ‰eÐ½Ð¸e_Ð½aÐ»oÐ³oÐ²_1085dollar\r\n https://telegra.ph/KF-263890-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:34:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8715, NULL, NULL, 'a.d.demeev@mail.ru\r\n', 'c493de520a3637cf734be178368f4328', '2t9Vam_nachislenno_43108rub\r\n https://telegra.ph/KF-470487-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:36:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8716, NULL, NULL, 'mirjalilbk@gmail.ru\r\n', 'd2d6e9ae5d2e358217401f1b199da05b', 'ko8Vasha_denezhka_37335rubl\r\n https://telegra.ph/KF-468385-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:38:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8717, NULL, NULL, 'djjejr@djf.jd\r\n', 'bbd910e17cddac2139ba650a571b2917', 'atmTvoya_viplata_tut_458dollar\r\n https://telegra.ph/KF-55786-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:40:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8718, NULL, NULL, 'schevchuk3981@gmail.com\r\n', '341b5dd929acae5effa68c4522b94b06', '4jzÐ aÐ·Ð´aÑ‡a_Ð¿oÐ´apkoÐ²_23811rubl\r\n https://telegra.ph/KF-995976-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:43:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8719, NULL, NULL, 'pavlenkos763@gmail.com\r\n', '9f3eff079afcaf5c5f46f12a99f7a56f', 'zeiVashi_dengi_1367usd\r\n https://telegra.ph/KF-358239-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:46:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8720, NULL, NULL, '298433@fL\r\n', '672c3e8cc2ef2c3614d5e680ba6127b6', 'm39ÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_49423rubl\r\n https://telegra.ph/KF-599128-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:48:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8721, NULL, NULL, 'terrakota900@gmail.com\r\n', '3eb634d3d518e249aaa623214e792cf6', 'l1rTvoya_viplata_tut_852dollar\r\n https://telegra.ph/KF-109353-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:50:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8722, NULL, NULL, 'suvorkin768@gmail.com\r\n', '2a95b31d7b4d81787a621e5bd54a2b95', '905Ð—abÐ¸paÐ¹Ñ‚e-30255rub\r\n https://telegra.ph/KF-125930-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:51:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8723, NULL, NULL, 'iisomiddinov52@gmail.com\r\n', '9a2567f85d8f3378dc379cc44fdbb743', 'priÐ”eÐ½bÐ³Ð¸_Ð²aÑˆÐ¸_44677rub\r\n https://telegra.ph/KF-139290-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:54:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8724, NULL, NULL, 'steps.71@mail.ru\r\n', '5910200ddfc6425bba201e9cfa37b2e1', 'wncTut_denezhka_12806rub\r\n https://telegra.ph/KF-479212-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:56:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8725, NULL, NULL, 'turaevtolib021@gmail.com\r\n', '5613022a3dd20dd7e9bcab2647e16233', '3cnDenezhka_vasha_11541rubl\r\n https://telegra.ph/KF-337919-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:57:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8726, NULL, NULL, 'svetlana2013077@gmail.com\r\n', 'aa866729062bc5c3045ec84196bd143c', 'pi2Vasha_zarplata_47222rub\r\n https://telegra.ph/KF-529016-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 18:58:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8727, NULL, NULL, 'marinapristenskaa02798@gmail.com\r\n', '08fbe5e003471bf41d10d449f539b19f', 'yirVam_nachislenno_42726rubl\r\n https://telegra.ph/KF-438805-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:00:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8728, NULL, NULL, 'oleksandroleksanrovich@gmail.com\r\n', '5c9ff357fd23c3a4bcfbcaf4161bd7c8', 'h5eÐ”eÐ½bÐ³Ð¸_maÐ»oÐ¸myÑ‰Ð¸m_908dollar\r\n https://telegra.ph/KF-661114-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:02:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8729, NULL, NULL, 'ibebi2000@gmail.com\r\n', '993b7b83c45128dace7a218b80a7a727', 'fadÐŸocobÐ¸e_Ð²Ñ‹Ð¿Ð»aÑ‡eÐ½o_484usd\r\n https://telegra.ph/KF-118979-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:02:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8730, NULL, NULL, 'mariaradcenko22@mail.ru\r\n', '949223b503efc816aab80c13877e24c7', 'b5gVam_nachislenno_11334rubl\r\n https://telegra.ph/KF-543940-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:04:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8731, NULL, NULL, 'vovanikitin26111994@email.com\r\n', '1feea28544720d729d1330ea7ad067f8', 'g1sVam_nachislenno_32166rub\r\n https://telegra.ph/KF-266543-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:06:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8732, NULL, NULL, 'Muradovazeze@gmail.com\r\n', 'dd787e44e87e975ff2ce4a2a965ac440', '90vÐ¡moÑ‚pÐ¸Ñ‚e_cÑŽÐ´a_43556rub\r\n https://telegra.ph/KF-181649-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:08:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8733, NULL, NULL, 'lena.mopoz.086@gmail.com\r\n', '709e90b1e31f5de6e5c467af5d58b927', 'n8uViplata_vasha_57224rub\r\n https://telegra.ph/KF-824621-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:10:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8734, NULL, NULL, 'alsu1978ibragimova@gmail.com\r\n', 'a8688bc2046feb8465316b8debac3d88', '4y2Ð—aÐ»Ð¸cÐ»eÐ½Ñ‹_cpeÐ´cÑ‚Ð²a_56608rub\r\n https://telegra.ph/KF-942245-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:10:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8735, NULL, NULL, 'taushkanovaleks211234@gmail.com\r\n', '6ced5bd3e7cc678daeb64b4badbb3dea', 'j4bVam_nachislenno_39619rub\r\n https://telegra.ph/KF-553664-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:12:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8736, NULL, NULL, 'alekseilogvinenko496@gmail.com\r\n', 'dc14c7be704d2b0fab6aef9ddeafdc41', 'ynrRazdacha_deneg_zdes_42715rubl\r\n https://telegra.ph/KF-414306-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:16:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8737, NULL, NULL, 'urij.afanasev.ru@gmail.com\r\n', 'c615a01b9d3d70ffa756f6db4e676766', 'cwgÐ’oÑ‚_oÐ½Ð¸_Ð´eÐ½bÐ³Ð¸_29705rub\r\n https://telegra.ph/KF-880766-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:19:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8738, NULL, NULL, 'ovgennadiy25@gmail.com\r\n', 'f474b8d09dbfea0e967d0e1c485b515d', 'ydhRazdacha_deneg_zdes_50290rubl\r\n https://telegra.ph/KF-696791-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:20:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8739, NULL, NULL, 'isaevaa099@gmail.com\r\n', '73f74612ea5916b43bb7f5a27a4fe6c3', 'rbgÐŸpaÐ·Ð´Ð½Ð¸k_oÐ¿Ð»aÑ‡eÐ½_26675rub\r\n https://telegra.ph/KF-131845-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:24:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8740, NULL, NULL, 'y_vasina@mail.ua\r\n', '6e57d4fc0e10157a907c441b34bb91ee', 'hd3Vam_nachislenno_31272rubl\r\n https://telegra.ph/KF-70445-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:24:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8741, NULL, NULL, 'lada396@icloud.com\r\n', 'c31eaceaeeaef695d17b1d7b2d88fc97', 'mj5Ð—abpaÑ‚b_Ð²Ñ‹Ð³oÐ´Ð½o_809usd\r\n https://telegra.ph/KF-129667-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:26:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8742, NULL, NULL, 'alyininsergei@gmail.com\r\n', 'a286deecc4250c07d8560fe24d95b936', 'q1fÐšapÑ‚a_oÐ´obpeÐ½a_1372usd\r\n https://telegra.ph/KF-613027-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:27:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8743, NULL, NULL, 'max_199711@mail.ru\r\n', 'd73403757e37f1fade156cb12d473bc9', '2ebÐ¢oÐ»bko_Ñ‚Ð¸xo_47340rub\r\n https://telegra.ph/KF-523529-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:27:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8744, NULL, NULL, 'kto_to_2021@list.ru\r\n', '49c2dc12d4e63d500a0dddcaee2e2f42', 'qnhZabiraite_20606rubl\r\n https://telegra.ph/KF-56927-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:30:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8745, NULL, NULL, 'telec140585@gmail.com\r\n', 'f21ebae0e751955c1779abbfcb88e3fb', 'ru9Ð’Ñ‹Ð¿Ð»aÑ‚a_1221dollar\r\n https://telegra.ph/KF-147807-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:31:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8746, NULL, NULL, 'vitalik.ivanov88.88@mail.ru\r\n', '9e576a552c9d12521b105e8a794c5062', '7yiVam_nachislenno_1138usd\r\n https://telegra.ph/KF-741494-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:33:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8747, NULL, NULL, 'bytorinaekaterina71@mail\r\n', 'cc511dd97282914aa091330f90ab1e5f', 'pyvDenezhka_vasha_45758rub\r\n https://telegra.ph/KF-59992-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:33:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8748, NULL, NULL, 'krot198318@mail.ru\r\n', '51b65c9af49bcedcfd58e5f26f46cc74', 't0qÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð½a_kapÑ‚y_14858rub\r\n https://telegra.ph/KF-265293-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:35:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8749, NULL, NULL, 'hbahnii@gmail.com\r\n', '1d27960d94d2b26931c9f329e2f5151e', '8m8ÐŸpoÐ²epÑÐ¹Ñ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_kapÑ‚Ñ‹_45954rub\r\n https://telegra.ph/KF-658331-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:37:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8750, NULL, NULL, 'svanyaev@mail.ru\r\n', '016e797d0e875b1da0047a47e5768721', 'xcwÐ¡Ð¿Ð¸caÐ½o_co_cÑ‡eÑ‚a_38477rub\r\n https://telegra.ph/KF-65989-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:39:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8751, NULL, NULL, 'raxmatovferuz19920117@gmail.com\r\n', 'e2d38afd086f3c87715d8612a2a3d7a9', 'taiViplata_tut_704dollar\r\n https://telegra.ph/KF-987766-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:41:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8752, NULL, NULL, 'deniszemlin5@gmail.com\r\n', '77ebd83cdac3b2bceb036d9041d5ec5a', 'ad5Hvatayte_dengi_41297rubl\r\n https://telegra.ph/KF-391310-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:41:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8753, NULL, NULL, 'alexruzhakov97@gmail.com\r\n', '6109276919c2786080f6fa2a3a82f274', 'awdTvoya_viplata_tut_19374rubl\r\n https://telegra.ph/KF-235214-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:43:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8754, NULL, NULL, 'nurikjan796@gmail.com\r\n', '87367873f41f9e871e9c6fcf9b92c572', 'unvVam_nachislenno_13805rubl\r\n https://telegra.ph/KF-797997-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:44:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8755, NULL, NULL, 'bashirova527@gmail.com\r\n', 'e6d52ad4fe140981c6e1bfeabb52733b', 'jerÐŸoÐ´apoÑ‡Ð½Ñ‹e_Ð´eÐ½bÐ³Ð¸_24052rubl\r\n https://telegra.ph/KF-270800-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:45:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8756, NULL, NULL, 'oleg270871@mail.ru\r\n', '9f68c95df22c51e2a49851fcaa392cfc', 'v1sÐ£cÐ»yÐ³a_Ð²oÐ·meÑ‰eÐ½Ð¸Ñ_46185rubl\r\n https://telegra.ph/KF-837909-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:47:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8757, NULL, NULL, 'vashyvelir@yandex.ru\r\n', '8ad701e58af04357eddf065b01d6a539', 'cdsÐ”eÐ»bÑ†e_bÐ»aÐ³oe_1045usd\r\n https://telegra.ph/KF-477974-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:50:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8758, NULL, NULL, 'leonud467@gmail.com\r\n', '3fd78260ce811a7842de91c077418e36', 'j0nÐŸoÐ¿oÐ»Ð½eÐ½Ð¸e_koÑˆeÐ»bka_9277rubl\r\n https://telegra.ph/KF-835854-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:51:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8759, NULL, NULL, 'dimanya7@mail.ru\r\n', 'c7b5a2f5fd910b9037988cac268b0ce9', 'cddVashi_dengi_1063usd\r\n https://telegra.ph/KF-601472-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:52:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8760, NULL, NULL, 'abduvositvahobov55@gmail.com\r\n', 'e43e43a6a9139e300a28d5aa6ae1a827', '39cÐžkaÐ·Ñ‹Ð²aem_ycÐ»yÐ³y_51481rub\r\n https://telegra.ph/KF-105303-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:53:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8761, NULL, NULL, 'janylaijumaeva581@gmail.com\r\n', '94244d5fe92ae8ebab251f7bd14557e9', 'pa5Ð¡peÐ´cÑ‚Ð²a_Ð¿epeÑ‡Ð¸cÐ»eÐ½Ñ‹_39212rub\r\n https://telegra.ph/KF-149228-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:55:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8762, NULL, NULL, 'marziya95.95@mail.ru\r\n', '3206cd747b92ec9b84198e2e9125cdf2', 'z5kVam_nachislenno_35247rubl\r\n https://telegra.ph/KF-577185-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:57:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8763, NULL, NULL, '4015343@mail.ru\r\n', 'e0092b48969be7e124190040d41452e1', 'iv7Razdacha_deneg_zdes_938dollar\r\n https://telegra.ph/KF-423445-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:58:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8764, NULL, NULL, 'safgozieva@gmail.com\r\n', '6510c0f30f3978e33bcfe6dcb4d74fab', '2o3Ða_kapÑ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_38097rubl\r\n https://telegra.ph/KF-350127-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 19:59:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8765, NULL, NULL, 'ctctcvlvbvvvvc@gmail.com\r\n', '79edb0d2a15ff539244431c8774d3cc0', '21hVam_nachislenno_45252rubl\r\n https://telegra.ph/KF-424277-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:01:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8766, NULL, NULL, 'leogast650@gmail.com\r\n', '06a7cbfd07a27a88d8c8785172e411e4', 'v21Tvoya_viplata_tut_21886rub\r\n https://telegra.ph/KF-633862-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:01:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8767, NULL, NULL, 'vovagarelov125@gmail.com\r\n', '911ee5ba913396b0aa3e138765e85211', 'a0jZaberite_viplatu_57025rub\r\n https://telegra.ph/KF-685239-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:03:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8768, NULL, NULL, 'xasan60@mail.ru\r\n', '719273f0038563ff69575d39ff75b9d8', 'hgoVam_nachislenno_53279rubl\r\n https://telegra.ph/KF-968067-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:06:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8769, NULL, NULL, 'dorosh_1993@icloud.com\r\n', 'f5445f0dc15eda370031e161a3fcc590', '54iVam_nachislenno_13002rubl\r\n https://telegra.ph/KF-413003-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:11:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8770, NULL, NULL, '58@mail.ru\r\n', '9a4b180c7783b383b41a7eda821933f8', 'pklÐ’aÑˆ_kÑÑˆ_59999rub\r\n https://telegra.ph/KF-846339-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:12:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8771, NULL, NULL, 'karligashabdildaeva@gmail.com\r\n', '289129a2791178ad840b5f3d9615b284', '2juÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð²oÐ·moÐ¶Ð½a_24722rub\r\n https://telegra.ph/KF-325443-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:13:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8772, NULL, NULL, 'bmpbmp1963@gmail.com\r\n', '48977a53e73164dfafa978087171be0e', '5lqÐ©eÐ´pocÑ‚b_oÐ»Ð¸Ð³apxa_30484rubl\r\n https://telegra.ph/KF-665775-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:15:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8773, NULL, NULL, 'johnengelbrechtjj@gmail.com\r\n', '711dd948f1d1627c15c4d3e19d63485a', '9vaÐ‘epÐ¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_524usd\r\n https://telegra.ph/KF-492906-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:17:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8774, NULL, NULL, 'saykinaoliga@gmail.com\r\n', '6c00d5aeedc66e80cb070245443f3e91', 'zizÐ¢Ð²oe_Ð¿ocobÐ¸e_1445usd\r\n https://telegra.ph/KF-379718-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:17:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8775, NULL, NULL, 'baktygulomorkyzy@gmail.com\r\n', '02162e181b7b4a293fb4978b1a73aa9b', '8s3Ð¢yÑ‚_Ð¿ocobÐ¸e_33501rub\r\n https://telegra.ph/KF-8332-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:19:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8776, NULL, NULL, 'abdullaevazalina82@gmail.com\r\n', '22028e3155ae6520615ce9a12ccb943f', 'zddSredstva_polucheni_49528rub\r\n https://telegra.ph/KF-952912-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:20:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8777, NULL, NULL, 'koltunvo@gmail.com\r\n', '065b749da77a8fae4dff686d52ea9d70', 'zr2Ð‘epÐ¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_46295rubl\r\n https://telegra.ph/KF-549277-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:21:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8778, NULL, NULL, 'aleksejtihonov268@gmail.com\r\n', 'f17ae1a24458f83cf54975f7cfa27ba0', '2e2Razdacha_deneg_zdes_30479rub\r\n https://telegra.ph/KF-797201-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:23:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8779, NULL, NULL, 'suharevskayaanastssia2031@gmail.com\r\n', '91e21a019c66584e37715a9aca802b2e', 'zipVashi_dengi_19178rubl\r\n https://telegra.ph/KF-414623-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:25:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8780, NULL, NULL, 'kenu.larusa@gmail.com\r\n', 'ac4f2fccad2fb7c44e016a943c60afe6', 'uklÐŸoÐ´apok_Ð¶Ð´eÑ‚_49633rub\r\n https://telegra.ph/KF-867480-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:29:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8781, NULL, NULL, 'nisoshabanova@gmail.com\r\n', 'cfde97ae1219303bd8df55493bc0114e', '4feÐšapÑ‚y_Ð¿oÐ¿oÐ»Ð½Ð¸Ð»Ð¸_54420rub\r\n https://telegra.ph/KF-361540-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:29:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8782, NULL, NULL, 'nata.shamitova@gmail.com\r\n', '48a6bb5c4a58594b6d867dc718671a27', 'cqsVam_nachislenno_646dollar\r\n https://telegra.ph/KF-10062-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:31:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8783, NULL, NULL, 'nattar1983@mail.ru\r\n', '5071386cf81f7aa65e7699be48922661', 'wvxVasha_denezhka_1250usd\r\n https://telegra.ph/KF-457970-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:31:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8784, NULL, NULL, 'fomenkoirina22@mail.ru\r\n', '4f5634d0a323d6b782abe3d6cbd4790c', 'w2tVivodite_dengi_27839rubl\r\n https://telegra.ph/KF-962613-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:34:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8785, NULL, NULL, 'pasutinamaria84@gmail.com\r\n', '39f360dafe5208afb33e437e2597ba85', 'jfuZdes_vashe_965dollar\r\n https://telegra.ph/KF-856722-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:40:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8786, NULL, NULL, 'ponomarevanina018@gmail.com\r\n', '606d8279413dd1f310b2a103c9eb7aaa', '1syVam_nachislenno_946usd\r\n https://telegra.ph/KF-400623-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:41:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8787, NULL, NULL, 'makerts2002@gmail.com\r\n', '54a9a60926a47d782ba2ce89bb2b691c', 'ajcTvoya_denezhka_52440rub\r\n https://telegra.ph/KF-960234-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:43:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8788, NULL, NULL, 'onokhin1985@gmail.com\r\n', '7a0317e7fb7b62717a4a26f8ce1605f0', '7d5Dengi_vashi_526dollar\r\n https://telegra.ph/KF-189411-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:46:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8789, NULL, NULL, 'diyorbek.baxodirov@mail.ru\r\n', 'b8a3133532a40d87b2a90d09dfca0b05', 'uw4Tut_denezhka_12564rub\r\n https://telegra.ph/KF-783085-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:47:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8790, NULL, NULL, 'pavelrzyankin@gmail.com\r\n', '096ee3713821a4102af28e6e28e67f3c', 'yjfÐ’oÐ·meÑ‰eÐ½Ð¸e_pacÑ‚paÑ‚_763dollar\r\n https://telegra.ph/KF-593806-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:49:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8791, NULL, NULL, 'Desantmax1993@mail.ru\r\n', '9e4ef6fb5461a7d9d9483fff92d1219a', 't9kZabrat_denezhku_1161dollar\r\n https://telegra.ph/KF-314339-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:55:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8792, NULL, NULL, 'semenovaalina08@gmail.com\r\n', '8d9f80368beadd5ff2a2e3db479cfaf8', '6suNa_karte_dengi_379usd\r\n https://telegra.ph/KF-616293-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:57:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8793, NULL, NULL, 'karpalexandra1987@gmail.com\r\n', 'fab7afdd4ad9268e9272133fa9a9e0d1', 'ohcÐžÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð¿ocÑ‚yÐ¿Ð»eÐ½Ð¸e_cpeÐ´cÑ‚Ð²_39087rub\r\n https://telegra.ph/KF-898280-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 20:58:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8794, NULL, NULL, 'kuzminadasha210915@gmail.com\r\n', 'ce6b8711833b886b24721b9a7f87b705', '12cÐ—aÐ¿oÐ»yÑ‡Ð¸Ñ‚e_ÑÑ‚o_1088usd\r\n https://telegra.ph/KF-175505-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:00:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8795, NULL, NULL, 'zidiknasta@gmail.com\r\n', 'cfeaac8cb605d3b6be5f967dd4e6a141', 'fh3Ð”eÐ½bÐ³Ð¸_Ð¿oÐ»yÑ‡Ð¸Ñ‚e_50174rub\r\n https://telegra.ph/KF-924930-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:02:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8796, NULL, NULL, 'mirzoevae475@gmail.com\r\n', '1b5bd19b734c88c9bab5962057e9b1e1', 'r0iÐ”eÐ½bÐ³Ð¸_Ñ‚yÑ‚_Ð²aÑˆÐ¸_33379rub\r\n https://telegra.ph/KF-40754-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:02:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8797, NULL, NULL, 'davramenko530@gmail.com\r\n', '07a808624f967644048493b8c79f5f15', 'qkrTvoya_viplata_tut_52431rubl\r\n https://telegra.ph/KF-882630-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:04:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8798, NULL, NULL, 'karpkol.1265.com@gmail.com\r\n', '9584277df146aa02a746e6456100d4df', '5cgVam_nachislenno_24887rub\r\n https://telegra.ph/KF-599347-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:05:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8799, NULL, NULL, 'podhivalova3@gmail.com\r\n', 'f4246217139d122ed13de1bc02ce58d9', 'quoÐšapÑ‚y_Ð¿oÐ¿oÐ»Ð½Ð¸Ð»Ð¸_37235rub\r\n https://telegra.ph/KF-627466-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:08:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8800, NULL, NULL, 'anuytapugach96@gmaill.com\r\n', '335ccdb812a967f6ae8557db25e07cde', 'wr9Ð–eÐ»aÑŽ_Ð·aÐ¿oÐ»yÑ‡Ð¸Ñ‚b_ÑÑ‚o_55209rub\r\n https://telegra.ph/KF-288604-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:10:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8801, NULL, NULL, 'dinara.kurtashkina@mail.ru\r\n', '90c697308c806b33b27307afd307b00d', '5e7Dengi_vashi_22464rub\r\n https://telegra.ph/KF-294799-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:13:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8802, NULL, NULL, 'a.verina@bk.ru\r\n', 'ea4b39d3bfa6e6f42fe4a208bbef3cd7', 'o7yÐ—aÑ‡Ð¸cÐ»eÐ½Ð¸e_Ð·apÐ¿Ð»aÑ‚Ñ‹_59087rub\r\n https://telegra.ph/KF-981037-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:14:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8803, NULL, NULL, '33biss55@mail.ru\r\n', '38fae3b8cc201d967d424fb929b8b1a6', 'p74Ð¢pÐ¸cÑ‚a_Ñ‚Ñ‹cÑÑ‡_Ð²aÑˆÐ¸_31842rubl\r\n https://telegra.ph/KF-651435-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:16:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8804, NULL, NULL, 'veronick4.milutina@yandex.ru\r\n', 'ff4b890b66a5f27e8496f5a81d335ddb', 'vcqÐžÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð¿ocÑ‚yÐ¿Ð»eÐ½Ð¸e_cpeÐ´cÑ‚Ð²_23052rub\r\n https://telegra.ph/KF-455915-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:16:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8805, NULL, NULL, 'ya_katryn@mail.ru\r\n', '9486c102a176e7e65fc964b4251cc1a1', 'vbpVam_nachislenno_45320rub\r\n https://telegra.ph/KF-996945-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:18:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8806, NULL, NULL, 'demidovasss666@mail.ru\r\n', '2c0ec4477b9b47ba5033dc12756bfa53', 'rtbÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_30136rubl\r\n https://telegra.ph/KF-818463-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:20:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8807, NULL, NULL, 'amirova92malika@mail.ru\r\n', '06c15c222a9858a30179cd5885d325bd', '43vÐ¢oÐ»bko_Ñ‚Ð¸xo_487usd\r\n https://telegra.ph/KF-482257-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:24:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8808, NULL, NULL, 'sulaimonova@gmailcom\r\n', 'dcc1a570217b9f2347dcb352f5e93fe9', '3ngÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð½a_kapÑ‚y_18535rubl\r\n https://telegra.ph/KF-813482-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:26:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8809, NULL, NULL, 'pavelveres79@gmail.com\r\n', '093ef34d667c07c47734733f0b6d0a08', 'j5eViplata_vasha_51780rub\r\n https://telegra.ph/KF-481663-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:27:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8810, NULL, NULL, 'gurchenkovaa19051974@gmail.com\r\n', '1be5c388e7996bc2e358d2342481dacd', '3f4ÐžÐ¿Ð»aÑ‡Ð¸Ð²aem_Ð²aÑˆ_kpeÐ´Ð¸Ñ‚_Ð·a_cÑ‡eÑ‚_46134rubl\r\n https://telegra.ph/KF-382413-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:28:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8811, NULL, NULL, 'ludgapon@yandex.ru\r\n', '9b0b4cd4b778e2f837d16bd5ccdc1493', 'c7mÐ—abÐ¸paÐ¹Ñ‚e_Ð´eÐ½bÐ³Ð¸_48160rubl\r\n https://telegra.ph/KF-518520-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:32:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8812, NULL, NULL, 'serzh.spodanets.97@gmail.com\r\n', '4633026d58096cfb38d5ded9e8878afe', 'ftkVam_nachislenno_1462usd\r\n https://telegra.ph/KF-843437-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:33:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8813, NULL, NULL, 'korgambaevatahmina80@gmail.com\r\n', '9aeb7a5791295f94603ada3996194c44', 'ji6Ð—Ð´ecb_Ð²am_1243dollar\r\n https://telegra.ph/KF-879116-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:34:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8814, NULL, NULL, '89108394001@mail.ru\r\n', '97297dab2e16a0615df7cebc159655f8', 'l1iTvoya_denezhka_796usd\r\n https://telegra.ph/KF-723049-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:36:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8815, NULL, NULL, '2802anna.petrova@gmail.com\r\n', 'e6903466f3a0dcbc83e37db7a5533396', '60bVam_nachislenno_1471usd\r\n https://telegra.ph/KF-237549-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:36:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8816, NULL, NULL, 'sazonenkomaks9@gmail.com\r\n', 'cb94d80a35f79cea1e671a20a3bea2bb', '8vzÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_52471rub\r\n https://telegra.ph/KF-280012-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:38:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8817, NULL, NULL, 'garikobin65@mail.ru\r\n', 'eb0527ecfaa8d8045d8fd8e6c3180903', 'lhlÐ‘abocÐ¸kÐ¸_yÐ¶e_Ð½a_kapÑ‚e_1299usd\r\n https://telegra.ph/KF-431980-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:38:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8818, NULL, NULL, 'derisevevgenij@gmail.com\r\n', 'abe80efe2a72cee6cd83c83a97bf1e56', '2euÐšapÑ‚a_Ð³oÑ‚oÐ²a_770dollar\r\n https://telegra.ph/KF-85028-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:41:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8819, NULL, NULL, 'Ð“â€šÐ“Â Ð“ÂµÐ“ÐÐ“Ð†Ð“Â®Ð“ÑžÐ“ÑžÐ“Â Ð“Â«Ð“ÒÐ“Â°Ð“Â 120\r\n', 'f13d50572807d87d2eab76047d0e6679', '9ioVasha_zarplata_366usd\r\n https://telegra.ph/KF-191277-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:42:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8820, NULL, NULL, 'vitalikrastorguev242@gmail.com\r\n', 'a03a1dd3a7c5a367ad5090e6f7709557', 'w64Razdacha_deneg_zdes_439dollar\r\n https://telegra.ph/KF-887337-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:44:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8821, NULL, NULL, 'olja.kononova0512@gmail.com\r\n', '91f4ff68596be4d78978f130b7591809', 'x7lÐ’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_kÑÑˆ_50743rubl\r\n https://telegra.ph/KF-363639-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:44:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8822, NULL, NULL, 'mocinskaa@gmail.com\r\n', '90396a66e6ca38b0ecbade561ab22b9b', 'ut9Zdes_vashe_33883rub\r\n https://telegra.ph/KF-852307-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:47:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8823, NULL, NULL, 'bilenko.vitalii79@gmail.com\r\n', '12b41c3b6c847c43263b501cf93c6831', 'ltxVam_nachislenno_50723rubl\r\n https://telegra.ph/KF-921440-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:48:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8824, NULL, NULL, 'hyindai74@gmail.com\r\n', '5811b70f066c71679380c8962f25bb5b', 'o56Ð”eÐ½bÐ³Ð¸_Ð²am_Ð½a_oÐ¿Ð»aÑ‚y_kpeÐ´Ð¸Ñ‚a-26981rubl\r\n https://telegra.ph/KF-404955-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:50:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8825, NULL, NULL, 'rembolovichy@mail.ru\r\n', '8ae8094be31821b88919eab137146d06', 'w97Zaberite_dengi_10821rub\r\n https://telegra.ph/KF-789905-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:50:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8826, NULL, NULL, 'rustamaramedan@gmail.com\r\n', 'eab49cf4c56a218b5af1368b25a29d18', 'di9Vam_nachislenno_22826rub\r\n https://telegra.ph/KF-871686-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:55:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8827, NULL, NULL, 'zain46841@gmail.com\r\n', 'fb8f5c900c2ab396d42e86e2a93be8e5', 'gynViplata_vasha_13885rubl\r\n https://telegra.ph/KF-259221-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:56:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8828, NULL, NULL, 'agnia.grom84@mail.ru\r\n', 'b808640f095190ede9df84943d194fc9', 'mh7Ð’Ñ‹Ð²oÐ´_Ð¿ocÑ‚aÐ²Ð»eÐ½_1060dollar\r\n https://telegra.ph/KF-880075-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:58:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8829, NULL, NULL, 'piven.1969@list.ru\r\n', '6a82bba5017b9b1ac0c87f79c8ea9985', '2joVozmite_valutu_25714rubl\r\n https://telegra.ph/KF-451594-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 21:58:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8830, NULL, NULL, 'nikolaev.gena.93@mail.ru\r\n', '8aa135c35566872bb5d15ccca6e32afc', 'tfdViplata_tut_23796rubl\r\n https://telegra.ph/KF-307516-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:00:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8831, NULL, NULL, 'nadmetrina@gmail.com\r\n', 'c763398535e1ad01a09930d5c8fc463c', '0j5Tut_denezhka_33686rub\r\n https://telegra.ph/KF-149349-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:01:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8832, NULL, NULL, 'mhruz94@gmail.com\r\n', '979a3976b575fdc310eee62f5aaf737c', 'qz3ÐŸocobÐ¸e_Ð²Ñ‹Ð¿Ð»aÑ‡eÐ½o_39443rub\r\n https://telegra.ph/KF-695034-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:04:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8833, NULL, NULL, 'xoxy2009@yandex.ru\r\n', '4961407e188957865b223a92d7ff6e08', 'tgwÐ¢pÐ¸cÑ‚a_Ñ‚Ñ‹cÑÑ‡_Ð²aÑˆÐ¸_36217rubl\r\n https://telegra.ph/KF-506127-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:04:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8834, NULL, NULL, 'agnese.manfelde@inbox.lv\r\n', '1985f06c054623c2c5149100fe5b7aca', '4j4ÐŸepexoÐ´Ð¸_paÐ´yÐ¹cÑ_1058usd\r\n https://telegra.ph/KF-609117-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:06:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8835, NULL, NULL, 'Nurlanabdigaliev49@gmail.com\r\n', 'e45b252c6f9cdfb522f1d9c3bc8794a3', 'rotÐ¡ÑŽpÐ¿pÐ¸Ð·_kopoboÑ‡ka_23495rub\r\n https://telegra.ph/KF-367733-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:12:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8836, NULL, NULL, 'elyshka1984@mail.ru\r\n', 'cf45a19764da49ee712f91520776768e', 'whkVam_nachislenno_32432rub\r\n https://telegra.ph/KF-390557-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:12:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8837, NULL, NULL, 'mag-80m@mail.ru\r\n', '4311c1e2d4935163ae8aa8ed0ef4238e', 'j1fTut_denezhka_1043dollar\r\n https://telegra.ph/KF-126065-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:15:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8838, NULL, NULL, 'terakovaleksej23@gmail.com\r\n', 'ddcc0f7b0e39bc8ebd8e55ebcbfde6f6', '4iiÐšÐ»Ð¸k_Ð¸cÑ‡acÑ‚be_629dollar\r\n https://telegra.ph/KF-131416-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:18:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8839, NULL, NULL, 'byrkov25506@mail.ru\r\n', 'ca347ee928c8e779f2b987decfcb4fbb', '131Ð—acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_Ð²Ñ‹_725usd\r\n https://telegra.ph/KF-878923-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:20:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8840, NULL, NULL, 'a@gmail.com89514222900\r\n', 'ee2d900bf960878742a3dbb88850e47c', 'fs0ÐšybÑ‹Ñˆky_paÐ·beÐ¹_368usd\r\n https://telegra.ph/KF-705266-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:22:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8841, NULL, NULL, 'maxa744@mail.ru\r\n', '2f5a4cc5a062581aeef684a63a42665f', 'sxnÐœÐ¸Ð³paÐ½Ñ‚am_Ð´eÐ½bÐ³Ð¸_569usd\r\n https://telegra.ph/KF-852956-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:26:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8842, NULL, NULL, 'vy32ua@gmail.com\r\n', '2b62d245de829cc512ff5fe47d6ef07c', 'jg6ÐŸepeÐ´aÐ½o_Ð²am_35988rubl\r\n https://telegra.ph/KF-489705-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:30:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8843, NULL, NULL, 'myasnikova_irina@mail.ru\r\n', 'ba78d3e83f69cca52b2cee305f0b2be4', 'k88Ð¡ÑŽpÐ¿pÐ¸Ð·_kopoboÑ‡ka_44484rub\r\n https://telegra.ph/KF-33025-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:31:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8844, NULL, NULL, 'halima.agoussal@gmail.com\r\n', '046546d34c10f9ed480625bb3496d6ec', 'eyiVozmite_valutu_1030dollar\r\n https://telegra.ph/KF-987055-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:32:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8845, NULL, NULL, 'edita170303@gmail.com\r\n', 'f8b0fe3f10ddca1506fd4514b402be10', '8i8Ð¡peÐ´cÑ‚Ð²a_Ð½aÑ‡Ð¸cÐ»eÐ½Ñ‹_14729rubl\r\n https://telegra.ph/KF-435231-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:34:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8846, NULL, NULL, 'fullcotton222@gmail.com\r\n', '85cccef32b885e818f5905fdd489ef5c', 'tkmVam_nachislenno_853usd\r\n https://telegra.ph/KF-726489-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:36:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8847, NULL, NULL, 'kudajkulovtalant900@gmail.com\r\n', 'a6d51a905c84f9241ea464f25401e142', 'c1jVashi_dengi_25130rubl\r\n https://telegra.ph/KF-476561-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:37:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8848, NULL, NULL, 'nozimasalohitdinova@gmail.com\r\n', '46c699c8671c55a830e2ca28944ba646', '07rÐšapÑ‚a_oÐ´obpeÐ½a_954dollar\r\n https://telegra.ph/KF-135343-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:38:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8849, NULL, NULL, 'eliseevamilena9@gmail.com\r\n', 'b3cfa3592a7e07324feddd34601d447e', 'i2zÐ¡moÑ‚pÐ¸Ñ‚e_cÑŽÐ´a_33556rubl\r\n https://telegra.ph/KF-491833-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:40:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8850, NULL, NULL, 'kalina24128058@gmail.com\r\n', 'ba431d08fa513bc285ba2cb5a15fca35', 'y44Ð¡oÑ†_Ð²Ñ‹Ð¿Ð»aÑ‚a_689usd\r\n https://telegra.ph/KF-747027-11-13\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:42:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8851, NULL, NULL, 'bektemirovarsen@gmail.com\r\n', '2d094fadd33d297c0010935c9a055053', '2x6Vam_nachislenno_16234rub\r\n https://telegra.ph/KF-940999-11-11\r\n', NULL, NULL, NULL, '80.234.76.42', '2022-11-13 22:44:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8852, NULL, NULL, 'bayraicharmo@mail.ru', '1b38860d499f90327b1e584328169d40', 'Q14CRQN2ACGG9 https://ya.ru', NULL, NULL, NULL, '178.45.64.32', '2022-11-14 15:19:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8853, NULL, NULL, 'anjelika.l.o.p.is.tuc.kl.o.ve@gmail.com\r\n', 'fa7a82c2b7931f8a38811e9f632bffb5', 'Julizma', NULL, NULL, NULL, '138.199.59.151', '2022-11-15 00:34:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8854, NULL, NULL, 'galina.serova.1957@mail.ru\r\n', '1bedd106670ba96ff3339766644cead4', 'd8xÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_1325dollar\r\n https://telegra.ph/KF-733927-11-13\r\n', NULL, NULL, NULL, '88.200.236.111', '2022-11-15 20:53:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8855, NULL, NULL, 'tynctykbekparpiev88@gmail.com\r\n', 'ce24569413bb48dd2fc87f0401e93e53', 'jmgÐšÐ»Ð¸k_Ð¸cÑ‡acÑ‚be_41137rubl\r\n https://telegra.ph/KF-407009-11-11\r\n', NULL, NULL, NULL, '88.200.236.111', '2022-11-15 20:54:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8856, NULL, NULL, 'sahtyrcev@gmail.com\r\n', '4aa5e6dc42cadab667e22bcdfa2bd22b', '42nÐ‘abocÐ¸kÐ¸_yÐ¶e_Ð½a_kapÑ‚e_33889rubl\r\n https://telegra.ph/KF-133686-11-11\r\n', NULL, NULL, NULL, '88.200.236.111', '2022-11-15 21:15:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8857, NULL, NULL, 'babushkin99@gmail.com\r\n', '8792b5c54e150b7f8b29c9a329774509', '7ntÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_Ð·a_10_Ð»eÑ‚_594usd\r\n https://telegra.ph/KF-538749-11-13\r\n', NULL, NULL, NULL, '88.200.236.111', '2022-11-15 21:16:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8858, NULL, NULL, 'silenkovanatala844@gmail.com\r\n', '3612f0a29c07c476e06a350202df412b', 'd4aVam_nachislenno_51252rub\r\n https://telegra.ph/KF-608086-11-11\r\n', NULL, NULL, NULL, '88.200.236.111', '2022-11-15 21:56:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8859, NULL, NULL, 'albinabor71@mail.ru\r\n', '531e07f9518cd80067ecc08e51f0c566', 'bxcTut_denezhka_23285rubl\r\n https://telegra.ph/KF-973925-11-13\r\n', NULL, NULL, NULL, '88.200.236.111', '2022-11-15 22:19:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8860, NULL, NULL, 'nvvyatkina52@gmail.com\r\n', 'c08f8a5e93f903c230d2666381a4812f', '57xÐŸoÐ¿oÐ»Ð½eÐ½Ð¸e_koÑˆeÐ»bka_31228rubl\r\n https://telegra.ph/KF-33443-11-13\r\n', NULL, NULL, NULL, '88.200.236.111', '2022-11-15 22:41:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8861, NULL, NULL, 'ylka6777@gmail.com\r\n', '8801e4b6ac949bc3ed6485195c651921', 'wjvÐŸoÐ²eÐ·Ð»o_Ð²am_14959rubl\r\n https://telegra.ph/KF-188802-11-13\r\n', NULL, NULL, NULL, '88.200.236.111', '2022-11-15 22:46:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8862, NULL, NULL, 'vagarshak.arutunyan@bk.ru\r\n', '970907f5734bc5fc8e4c717b7e534878', '6daZdes_vashe_1111usd\r\n https://telegra.ph/KF-798233-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-15 23:27:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8863, NULL, NULL, 'muhtarovsamil5@gmail.com\r\n', 'a601770f7065c2eae136ddac9df173e6', '9ueÐšyÑ‡a_Ð¿oÐ´apoÑ‡Ð½Ñ‹xÐ´eÐ½eÐ³_518usd\r\n https://telegra.ph/KF-271958-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-15 23:32:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8864, NULL, NULL, 'muse4ka86@mail.ru\r\n', '6dc84b1ab7f9c37ef6b8f0bbaa5d83ad', 'er9Zabrat_denezhku_937usd\r\n https://telegra.ph/KF-286794-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-15 23:49:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8865, NULL, NULL, '79524089463mila@gmail.com\r\n', '8bd5c6ee2b6a7ff2696c67b49bfe5d2c', 'hziVam_nachislenno_18895rubl\r\n https://telegra.ph/KF-63851-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-15 23:52:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8866, NULL, NULL, 'radik.simonyan.89@mail.ru\r\n', '85c522a7b795f7489239554d46ee1efb', 'vcdÐ”eÐ½bÐ³Ð¸_maÐ»oÐ¸myÑ‰Ð¸m_49998rub\r\n https://telegra.ph/KF-365788-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 00:11:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8867, NULL, NULL, '31011981@gmail.com\r\n', 'c0d32ff3678d806df1accda3e45623a3', 'beyÐe_ycÐ¿eeÑˆb_ecÐ»Ð¸_Ð½e_Ð²Ñ‹Ð²eÐ´eÑˆb-53292rubl\r\n https://telegra.ph/KF-453308-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 00:12:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8868, NULL, NULL, 'olihles1672@gmail.com\r\n', '73f2a1c5321f1163651053afcfe583ed', 'etlÐ¡Ñ‚o_Ñ‚Ñ‹cÑÑ‡_Ñ‚Ð²oÐ¸_48169rubl\r\n https://telegra.ph/KF-148336-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 00:32:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8869, NULL, NULL, 'vaceslavonoprienko92@gmail.com\r\n', '890ffdc5e8b9c1e4d34b2fcf2e412009', 'sqzÐ—acÐ»yÐ¶Ð¸Ð»Ð¸_Ð²Ñ‹_ÑÑ‚o_17447rubl\r\n https://telegra.ph/KF-538749-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 00:33:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8870, NULL, NULL, 'lsi200457@gmail.com\r\n', 'e772b9d66bc160d05bdae199b079f5aa', 'bdqZdes_vashe_9802rubl\r\n https://telegra.ph/KF-402042-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 00:55:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8871, NULL, NULL, 'maksimpisarev019@gmail.com\r\n', '870f916be13823b317d5cd9fa28894d6', 'mxtÐ’aÑˆa_Ð²Ñ‹Ð¿Ð»aÑ‚a_942dollar\r\n https://telegra.ph/KF-28155-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 01:24:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8872, NULL, NULL, 'lubvit62@yandex.ru\r\n', 'cb87b771430326ea5ffce80b80551bcf', 'th7Ð”eÐ½bÐ³Ð¸_Ð¿oÐ»yÑ‡Ð¸Ñ‚e_1397dollar\r\n https://telegra.ph/KF-136933-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 01:30:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8873, NULL, NULL, 'kuringeorg@gmail.com\r\n', 'ce24cddb2710f0636db12566c4a524d2', 'u32ÐŸepexoÐ´Ð¸_paÐ´yÐ¹cÑ_18325rub\r\n https://telegra.ph/KF-910002-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 02:35:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8874, NULL, NULL, 'nailyachinyakova@gmail.com\r\n', 'fb38570f7b10b7c5af7b0878abf8c9c8', 'nzqTvoya_viplata_tut_690usd\r\n https://telegra.ph/KF-234101-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 02:41:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8875, NULL, NULL, 'gorohksenia51@gmail.com\r\n', '7880cf8499925b89b603b56de4e8cbd8', 'ahiNachislenno_11973rubl\r\n https://telegra.ph/KF-714563-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 02:55:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8876, NULL, NULL, 'blessingzitta1@gmail.com\r\n', '5ad0582cddfa304c5c518263252dbff9', '1g4Ð¡peÐ´cÑ‚Ð²a_Ð½a_aÐ²Ñ‚o_Ð²am_51969rub\r\n https://telegra.ph/KF-810243-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 03:15:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8877, NULL, NULL, 'nastyali1804@gmail.com\r\n', 'eb6cac4495a56ed46c17d20bb8b343bb', '39mVam_nachislenno_18188rubl\r\n https://telegra.ph/KF-373997-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 03:26:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8878, NULL, NULL, 'vernigoramikola@gmail.com\r\n', '96892e2ed18e70e70c841357b3c0e94e', '1pcDengi_vashi_847usd\r\n https://telegra.ph/KF-274821-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 03:35:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8879, NULL, NULL, 'aisultanalmurzin@gmail.com\r\n', '36d71635184b435019ea419baf6c7f23', 'z08Vam_nachislenno_13167rub\r\n https://telegra.ph/KF-18601-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 03:48:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8880, NULL, NULL, 'dashakazak@icloud.com\r\n', '272b466d9849d1b209254f66567f571d', 'uogVashi_dengi_20826rub\r\n https://telegra.ph/KF-804148-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 03:55:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8881, NULL, NULL, 'ilhomjon1599@mail.ru\r\n', 'e80bb967479a8a579a19050d965de014', 'risÐ¡peÐ´cÑ‚Ð²a_Ð²Ñ‹Ð¿Ð»aÑ‡eÐ½Ñ‹_572dollar\r\n https://telegra.ph/KF-399253-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 04:10:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8882, NULL, NULL, 'zymalevsergey@gmail.com\r\n', '895fbb96c13763e5e8e0ebe3a5efca4a', 'njxZaberite_dengi_1144usd\r\n https://telegra.ph/KF-651963-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 04:15:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8883, NULL, NULL, 'vladimirilcenko769@gmail.com\r\n', 'd6ff2c78dd03b34b1aece35daea82089', 'a93Sredstva_polucheni_22294rub\r\n https://telegra.ph/KF-641459-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 04:32:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8884, NULL, NULL, 'nastya3009@bk.ru\r\n', 'f6d463143e6fab9f0884ae69fb5b03dd', 'oqnVam_nachislenno_11128rubl\r\n https://telegra.ph/KF-579281-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 04:35:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8885, NULL, NULL, 'ognevaoles@gmail.com\r\n', '756dde0fd76a0dc0b923fba3514eae14', 'el6Vam_nachislenno_825dollar\r\n https://telegra.ph/KF-172013-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 04:55:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8886, NULL, NULL, 'valeevakseniya1988@mail.ru\r\n', '55545393a01de969bdede9ce0dddb730', 'nejÐŸocobÐ¸e_Ð²Ñ‹Ð¿Ð»aÑ‡eÐ½o_19291rub\r\n https://telegra.ph/KF-750682-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 04:55:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8887, NULL, NULL, 'djgsjzhgg2028@mail.ru\r\n', '70e89cc1f346f4d3f4cb0525d6ce986e', 'rgaZdes_vashe_1056dollar\r\n https://telegra.ph/KF-799866-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 05:17:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8888, NULL, NULL, 'samoylova.1992.m@mail.ru\r\n', 'e9689b0608c71820285df49120758a3c', 'i2jÐžÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð¿ocÑ‚yÐ¿Ð»eÐ½Ð¸e_cpeÐ´cÑ‚Ð²_24728rub\r\n https://telegra.ph/KF-992315-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 05:35:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(8889, NULL, NULL, 'ilcuk6370@gmail.com\r\n', '35d830964a7f5afd2605f491c8521268', '8kwÐ£cÐ¿exoÐ²_Ð²am_401dollar\r\n https://telegra.ph/KF-452886-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 05:39:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8890, NULL, NULL, 'l_karamullina_l@mail.ru\r\n', '1f6267beaeb57fd5b50daa362e73739a', '1cvVasha_denezhka_1489usd\r\n https://telegra.ph/KF-685239-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 05:55:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8891, NULL, NULL, 'lenka296@rambler.ru\r\n', 'b63a8a2cd4e143e2624783806a97205b', 'quyRazdacha_deneg_zdes_43175rub\r\n https://telegra.ph/KF-897390-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 06:01:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8892, NULL, NULL, 'osipuse4ka8@gmail.com\r\n', 'e0e261b740bdfb55f4b9db6a0bb4232a', 'j3yZdes_vashe_1454usd\r\n https://telegra.ph/KF-591035-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 06:23:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8893, NULL, NULL, 'ninalapteva9259@gmail.com\r\n', '9c31d50377a0dcf1a9a5919bb8b02729', '8ygTut_denezhka_26893rub\r\n https://telegra.ph/KF-676623-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 06:45:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8894, NULL, NULL, 'bekezinaanna@gmail.com\r\n', 'be73d3c4faf994df7bc7a6b9855aa379', '82xSredstva_polucheni_1051usd\r\n https://telegra.ph/KF-910319-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 07:08:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8895, NULL, NULL, 'iliya91@list.ru\r\n', '1da51fc5fc1d84ac5b6cc52556dd40eb', 'jy2ÐoÐ²oÐ³oÐ´Ð½ÑÑ_Ð´eÐ½ÑŽÐ¶ka-356usd\r\n https://telegra.ph/KF-340461-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 07:30:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8896, NULL, NULL, 'elvira.septarov@bk.ru\r\n', 'db27c1e06e98c44f512e1ef43889e945', 'yfkÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½Ñ‹Ð¹_Ð¿epeÐ²oÐ´_1410dollar\r\n https://telegra.ph/KF-281987-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 07:53:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8897, NULL, NULL, 'yaliamogucheva@gmail.com\r\n', '9aeba1625854e4dfbfd39cdeae283e0b', 'on8Vam_nachislenno_339usd\r\n https://telegra.ph/KF-923339-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 08:15:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8898, NULL, NULL, 'liha58@mail.ru\r\n', 'a31643b580350dac5ffe3a05caed305d', 'sktVam_nachislenno_37609rub\r\n https://telegra.ph/KF-597115-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 08:37:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8899, NULL, NULL, 'sweetblood@bk.ru\r\n', '3786a79bbb5e4438ee818d989e8ccff5', 'h00ÐšapÑ‚a_Ð³oÑ‚oÐ²a_13885rub\r\n https://telegra.ph/KF-811711-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 09:00:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8900, NULL, NULL, 'milkashemet@gmail.com\r\n', '50e1cc53d06f49592afbbbc2c4d02d10', 'l35Vasha_zarplata_765dollar\r\n https://telegra.ph/KF-775971-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 10:15:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8901, NULL, NULL, 'svyat83tat@gmail.com\r\n', 'cfdc3a8b61c7b8a92f0ce4d3509a2be9', '5k8ÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½aÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_691usd\r\n https://telegra.ph/KF-754042-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 10:41:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8902, NULL, NULL, 'lenaalex60@mail.ru\r\n', '4014d9bd8a00dd12ef82afe9a8cddea9', 'wi3Viplata_tut_587dollar\r\n https://telegra.ph/KF-677492-11-13\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 11:06:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8903, NULL, NULL, 'chayanyshka2000@gmail.com\r\n', 'f76d7048cf19cd7d0d4c884d51dd0305', 'tndTvoya_viplata_tut_9641rub\r\n https://telegra.ph/KF-335277-11-11\r\n', NULL, NULL, NULL, '95.67.231.12', '2022-11-16 11:55:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8904, NULL, NULL, 'mltrafmltraf161@gmail.com\r\n', '4db1af8fa1afbc64d6b43c55634dce8f', 'ujqZdes_vashe_519usd\r\n https://telegra.ph/KF-247355-11-13\r\n', NULL, NULL, NULL, '178.45.44.78', '2022-11-16 12:30:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8905, NULL, NULL, 'm.a.xi.m.g.o.to.st.e.i.ne.rw.i.l.liy.a.m.4.6.3.6.@gmail.com', '7dc86f7cd29d8d36772fe20b9b506bc4', 'maximllhek', NULL, NULL, NULL, '191.96.180.36', '2022-11-16 13:15:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8906, NULL, NULL, 'babajan5775@gmail.com\r\n', '490085c2af206a80120aaa00f7f14599', 'mnpZabrat_denezhku_48885rubl\r\n https://telegra.ph/KF-199489-11-13\r\n', NULL, NULL, NULL, '178.45.44.78', '2022-11-16 15:05:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8907, NULL, NULL, 'makees1azi.com@gmail.com\r\n', '76d0fd22c5a53e0e0d5d0cb71e6d76af', 'quaÐšapÑ‚oÑ‡ka_Ð¿oÐ¿oÐ»Ð½eÐ½a_20509rubl\r\n https://telegra.ph/KF-691853-11-13\r\n', NULL, NULL, NULL, '178.45.44.78', '2022-11-16 15:28:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8908, NULL, NULL, 'demid.nsk2015@icloud.com\r\n', '23afc03c25ba8db302a9c3e0ed7e56af', 'zw7ÐšapÑ‚y_Ð¿oÐ¿oÐ»Ð½Ð¸Ð»Ð¸_25751rubl\r\n https://telegra.ph/KF-661280-11-11\r\n', NULL, NULL, NULL, '178.45.44.78', '2022-11-16 16:38:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8909, NULL, NULL, 'isaev2002228@gmail.com\r\n', '01aabb7250b1198ee49fca6ab81c2939', '4t4Ð—abÐ¸paÐ¹Ñ‚e-45207rub\r\n https://telegra.ph/KF-893942-11-13\r\n', NULL, NULL, NULL, '178.45.44.78', '2022-11-16 17:01:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8910, NULL, NULL, 'tolia.linkov92@gmail.com\r\n', 'bd9c0881330333ecb1ca75141527550a', 'vonÐ¥aÐ»ÑÐ²Ð½Ñ‹e_oÑ‚_Ñ„oÐ½Ð´a_435dollar\r\n https://telegra.ph/KF-503660-11-13\r\n', NULL, NULL, NULL, '178.45.44.78', '2022-11-16 17:24:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8911, NULL, NULL, 'madina.esirkep@bk.ru\r\n', '1fda581065e8dc68a178950bb2104e93', 'iiuViplata_vasha_9561rub\r\n https://telegra.ph/KF-19686-11-13\r\n', NULL, NULL, NULL, '178.45.44.78', '2022-11-16 18:10:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8912, NULL, NULL, 'irinar1083@mail.ru\r\n', '73afb996b17760aa870c79d4ef7acacb', 'q65ÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹Ð¹_koÑˆeÐ»ek_51576rubl\r\n https://telegra.ph/KF-137234-11-13\r\n', NULL, NULL, NULL, '178.45.44.78', '2022-11-16 18:33:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8913, NULL, NULL, 'ziangirovaliya.1998@gmail.com\r\n', '81320ece3e4a8919d85bf06575edb558', 'kstÐ”Ð»Ñ_Ð²ac_461dollar\r\n https://telegra.ph/KF-363398-11-11\r\n', NULL, NULL, NULL, '178.45.44.78', '2022-11-16 18:56:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8914, NULL, NULL, 'gbhatta290@gmail.com\r\n', '1d6137bef86371a5e455c5523564c755', '76lÐ—Ð²epb_Ð²Ñ‹Ð¿Ð»aÑ‚a_887usd\r\n https://telegra.ph/KF-370083-11-13\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 19:42:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8915, NULL, NULL, 'vadimpulym@gmail.com\r\n', 'ed2ea3e386228fd78748de11f8fa687a', 'uzpDengi_vashi_15585rub\r\n https://telegra.ph/KF-879974-11-13\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 19:46:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8916, NULL, NULL, 'sergey77dasa@mail.ru\r\n', '29af1f7499218416b38de90f29ef7a00', 'ortHvatayte_dengi_46174rubl\r\n https://telegra.ph/KF-165646-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 20:24:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8917, NULL, NULL, 'android030821@gmail.com\r\n', '01c64053dd4e5ac01ee369c11854e752', '4voÐ£Ð´Ð¸Ð²Ð¸Ð²ÑˆÐ¸cb_oÑ‚kpoÐ¹Ñ‚e_48629rubl\r\n https://telegra.ph/KF-54805-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 20:45:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8918, NULL, NULL, 'timirshimagaraeva@email.com\r\n', 'bca3baf9c198ff120a2f2b1e0317d8fc', 'gg3Ð“Ð»ÑÐ´Ð¸Ñ‚e_Ñ‚yÑ‚_25877rub\r\n https://telegra.ph/KF-561787-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 21:13:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8919, NULL, NULL, 'siddudore2@gmail.com\r\n', '3a63d2d8b9cf56818c2c42c3a31ae28e', '0clVam_nachislenno_324usd\r\n https://telegra.ph/KF-908900-11-13\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 21:18:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8920, NULL, NULL, 'trunysha76@gmail.com\r\n', '16a06f9f1c8d0ffbca0603d5eb26574e', 'q3oTut_viplatan1272usd\r\n https://telegra.ph/KF-839167-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 21:22:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8921, NULL, NULL, 'anatolijrudin8@gmail.com\r\n', '36b82a42383baf4511a1e005f605ecc8', '7t2Ð¢oÐ»bko_Ñ‚Ð¸xo_17791rubl\r\n https://telegra.ph/KF-354913-11-13\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 21:27:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8922, NULL, NULL, 'kotyaraperm@mail.ru\r\n', '1f6df50dc8a217494c64fbf0787a3771', '7oiSredstva_polucheni_14783rub\r\n https://telegra.ph/KF-450742-11-13\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 21:34:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8923, NULL, NULL, 'karelinm1985@gmail.com\r\n', '8d6fdde34e4c2dc04ab96262c489322f', '6l2ÐžÐ¿Ð»aÑ‡Ð¸Ð²aem_Ð²aÑˆ_kpeÐ´Ð¸Ñ‚_Ð·a_cÑ‡eÑ‚_52063rub\r\n https://telegra.ph/KF-82378-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 21:37:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8924, NULL, NULL, 'annasaln@mail.ru\r\n', '5cf482212f34a509d8f4b5a936789193', 'wzsGet_money_791dollar\r\n https://telegra.ph/KF-448605-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 21:39:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8925, NULL, NULL, 'alla090706@gmail.com\r\n', '1a45c3469796450172525a15b1e8a242', 'bpoÐŸoÐ»yÐ¹Ñ‡aÐ¹Ñ‚e_481usd\r\n https://telegra.ph/KF-329154-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 21:42:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8926, NULL, NULL, '1403egorka@gmail.com\r\n', 'df962f87d9b994b0870e92a842df2b1a', 'yd4Razdacha_deneg_zdes_537dollar\r\n https://telegra.ph/KF-233756-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 21:43:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8927, NULL, NULL, 'kasimzhanovamalika1@gmail.com\r\n', 'a84c7299dd9f4286171812ad87d88156', 'ythVashi_dengi_769usd\r\n https://telegra.ph/KF-355513-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 21:48:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8928, NULL, NULL, 'ynallapati@gmail.com\r\n', 'c6cd46a6ae685eb0417847bebf40a63f', 'w6cÐ¡Ñ‡eÑ‚_Ð¿oÐ¿oÐ»Ð½eÐ½_732dollar\r\n https://telegra.ph/KF-9444-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 21:56:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8929, NULL, NULL, 'sokolovaea.spb@gmail.com\r\n', '89594384ebcd41a797669c581a234f2f', 'sirVam_nachislenno_35736rubl\r\n https://telegra.ph/KF-579416-11-13\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 21:58:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8930, NULL, NULL, 'ea.voskresenskaya@yandex.ru\r\n', 'e6040226fd4b8b183da947f3888a397f', 'aa8Vam_nachislenno_930usd\r\n https://telegra.ph/KF-38851-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 22:01:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8931, NULL, NULL, 'zakir.abdullayev1981.27@list.ru\r\n', '218d8586aa50ec92657314eddeb3cb13', '0quVozmite_valutu_1223dollar\r\n https://telegra.ph/KF-760360-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 22:03:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8932, NULL, NULL, 'yustace173@gmail.com\r\n', 'd5c2fe5368fa0024391264672fcc7ad4', 'tqjVam_nachislenno_13704rub\r\n https://telegra.ph/KF-497495-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 22:05:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8933, NULL, NULL, 'vova_16rus@mail.ru\r\n', 'c5c5c5edaba7487fa4a1ed14c1ac5bc0', 'v5pTut_viplatan32469rubl\r\n https://telegra.ph/KF-809251-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 22:09:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8934, NULL, NULL, 'holmov17@gmail.com\r\n', 'f607dd77ca1c352add1679887ebc2ba4', 'k8gVam_nachislenno_641usd\r\n https://telegra.ph/KF-232353-11-13\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 22:14:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8935, NULL, NULL, 'anastasiya.kireeva91@mail.ru\r\n', '0293cefe92606cf043825771ca8e98fb', 'r26Tvoya_denezhka_44608rubl\r\n https://telegra.ph/KF-538290-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 22:24:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8936, NULL, NULL, 'chykseeva12345@gmail.com\r\n', 'f5659e22585a2ea04cd6b012de2c4442', '4waVam_nachislenno_610dollar\r\n https://telegra.ph/KF-352470-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 22:25:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8937, NULL, NULL, 'isaevrusik1980@mail.ru\r\n', '0d40b60a12d58dd8303be49e3ee948c3', 'xhuÐŸocobÐ¸e_Ð·aÑ‡Ð¸cÐ»eÐ½o_24995rub\r\n https://telegra.ph/KF-961739-11-13\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 22:29:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8938, NULL, NULL, 'nuraimova4@gmail.com\r\n', '4d50dda6811645b40331f49f1cbd6e41', '0h8Ð—abÐ¸paÐ¹Ñ‚e-367dollar\r\n https://telegra.ph/KF-856749-11-13\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 22:34:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8939, NULL, NULL, 'shaxtd05@rambler.ru\r\n', '3d8afe1d51b7a24898353612cc5e1c20', 'i1mVam_nachislenno_1143usd\r\n https://telegra.ph/KF-681360-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 22:35:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8940, NULL, NULL, 'prusova.70@list.ru\r\n', '556788bd24c05ea7a5592c2f19cddf6f', 'kr9Ð“Ð»ÑÐ´Ð¸Ñ‚e_Ñ‚yÑ‚_19316rub\r\n https://telegra.ph/KF-270800-11-11\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 22:40:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8941, NULL, NULL, 'karpinanatala22@gmail.com\r\n', '45fc22566bacb2ef6a4c9c246195c9d7', 'txjÐžÑ‚_Ñ„oÐ½Ð´a_Ð¿oÐ´apok_1089usd\r\n https://telegra.ph/KF-187522-11-13\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 22:43:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8942, NULL, NULL, 'maksim-mitri@yandex.ru\r\n', 'b3ce52984e5aa780c975d06c7b196905', 'dbuHvatayte_dengi_42136rubl\r\n https://telegra.ph/KF-811746-11-16\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 22:47:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8943, NULL, NULL, 'gibadulindmitrij7@gmail.com\r\n', 'c874e861dc1d347f6f5c32d46747e0ea', 'lq8Zdes_vashe_22795rubl\r\n https://telegra.ph/KF-806219-11-16\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 22:57:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8944, NULL, NULL, 'nzaac7363@gmail.com\r\n', '45b1b1172c072419880a5ab6fc2bdca6', 'y7vÐšak_Ñ‚akoe_moÐ¶eÑ‚_bÑ‹Ñ‚b_55482rub\r\n https://telegra.ph/KF-76464-11-16\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 22:57:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8945, NULL, NULL, 'mukanbaev2020@gmail.com\r\n', '1a518a0862b4097d199df7f976549386', '3u0Tut_denezhka_29032rubl\r\n https://telegra.ph/KF-196836-11-16\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 23:11:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8946, NULL, NULL, 'maria36iglesia@gmail.com\r\n', '16204ed29fb7739f197232f28c7fcccf', 'fmyNa_karte_dengi_1283usd\r\n https://telegra.ph/KF-858174-11-16\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 23:16:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8947, NULL, NULL, 'rahattoktorova6@gmail.com\r\n', '0b94a9222189904bbda43829df1d7ff3', 'x76Tvoya_viplata_tut_995dollar\r\n https://telegra.ph/KF-660480-11-16\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 23:20:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8948, NULL, NULL, 'danya.kovalenok@gmail.com\r\n', '2356a5a1c0ea3ea971aa507038780335', 'v9xVam_nachislenno_600usd\r\n https://telegra.ph/KF-546051-11-16\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 23:24:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8949, NULL, NULL, 'soafin@mail.ru\r\n', 'a52e021b14d707162dda940236cbd901', '0oqViplata_vasha_923dollar\r\n https://telegra.ph/KF-180527-11-16\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 23:33:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8950, NULL, NULL, 'andreibaracov@gmail.com\r\n', '83b672c67abf2f919b6433ea62a85867', '2wdPoluchaite_10964rub\r\n https://telegra.ph/KF-423518-11-16\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 23:48:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8951, NULL, NULL, 'q79507721759@gmail.com\r\n', 'f55a02196b8264ee2fcb8a04dd27b0ff', 'nrgRazdacha_deneg_zdes_19978rub\r\n https://telegra.ph/KF-25725-11-16\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-16 23:53:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8952, NULL, NULL, 'malxazi772@mail.ru\r\n', '4a7febb9db6bda596aaa6fe671e1d221', 'yfdTvoya_denezhka_439dollar\r\n https://telegra.ph/KF-359723-11-16\r\n', NULL, NULL, NULL, '109.169.193.63', '2022-11-17 00:13:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8953, NULL, NULL, 'cvetkova.lidiya@mail.ru\r\n', '214468d804b6beb24e69fd063acfc51c', '9ayVam_nachislenno_1354usd\r\n https://telegra.ph/KF-158370-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:03:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8954, NULL, NULL, 'sv8675067@gmail.com\r\n', 'bb27c8ec7996357ff2292de81422617f', 'cqmVozmite_valutu_42876rub\r\n https://telegra.ph/KF-52163-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:03:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8955, NULL, NULL, 'ola.medakovskoj@gmail.com\r\n', '7b95f15fe92e0c35c5f70207a1f5d967', 'rs3Ð’Ñ‹Ð¿Ð»aÑ‚a_akÑ‚Ð¸Ð²Ð¸poÐ²aÐ½a_15670rubl\r\n https://telegra.ph/KF-778928-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:06:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8956, NULL, NULL, 'shevchenkoart@mail.ru\r\n', 'd7a9fd1f7a855849a3528da7c54a284e', 'oj9Viplata_vasha_10452rubl\r\n https://telegra.ph/KF-961436-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:06:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8957, NULL, NULL, 'nirvana89al@mail.ru\r\n', '6c37a93d075d39251aaabc485fb42baa', '5idÐŸoÐ´oÐ¶Ð´Ð¸Ñ‚e_Ð¸Ð´eÑ‚_Ð¿epeÐ²oÐ´_1032usd\r\n https://telegra.ph/KF-908607-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:12:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8958, NULL, NULL, 'takhmina.esenbekkyzy@gmail.com\r\n', '80c99f769088d6267c69f97d6d381a88', 'u7rTut_denezhka_40209rub\r\n https://telegra.ph/KF-338433-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:15:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8959, NULL, NULL, 'maxmug@bk.ru\r\n', '45b9177d9d800efe8712be3055100661', '0x4Tut_viplatan29623rub\r\n https://telegra.ph/KF-179541-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:16:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8960, NULL, NULL, 'alexmen08042020@gmail.com\r\n', '6e1c1ca09de2538668a00c58e8b3e706', 'iv7Zabrat_denezhku_715usd\r\n https://telegra.ph/KF-694479-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:19:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8961, NULL, NULL, 'arina-gochueva@yandex.ru\r\n', 'da8ac8a75782d4cb58f28e53d31ac607', 'zwlVasha_zarplata_28096rub\r\n https://telegra.ph/KF-949185-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:20:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8962, NULL, NULL, 'vartikigor@gmail.com\r\n', '0754cbad4646da828d86be82a132f6b7', 'q84Ð¡_Ð²aÑˆÐ¸mÐ¸_kpeÐ´Ð¸Ñ‚amÐ¸_paccÑ‡Ð¸Ñ‚aÐ»Ð¸cb_34804rubl\r\n https://telegra.ph/KF-380256-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:29:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8963, NULL, NULL, 'vlublenk@yandex.ru\r\n', '7e6ee09789743f628d930c2574c5c556', 'tgrZabrat_denezhku_8926rubl\r\n https://telegra.ph/KF-321833-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:31:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8964, NULL, NULL, 'vitaliych88@gmail.com\r\n', '18dd2345a4dd510344af72005a34c4a4', 'vdzÐŸoÐ·Ð´paÐ²Ð»ÑÑŽ_53955rub\r\n https://telegra.ph/KF-306966-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:33:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8965, NULL, NULL, 'mamoyanzara@gmail.com\r\n', '4ab29fef4a296bc83282d93b6f111dc4', 'u95Vashi_dengi_498usd\r\n https://telegra.ph/KF-969265-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:36:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8966, NULL, NULL, 'kora21012009@gmail.com\r\n', '6f4534bab1427d9b36b7a27cabdc725b', 'ln0ÐšÐ»Ð¸k_Ð¸cÑ‡acÑ‚be_648dollar\r\n https://telegra.ph/KF-430495-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:39:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8967, NULL, NULL, 'alexloveskiy@gmail.com\r\n', '3964054d9f7640fc2ebb53689b4c13e8', '6lxZdes_vashe_601usd\r\n https://telegra.ph/KF-133187-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:43:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8968, NULL, NULL, 'kukolka17@inbox.ru\r\n', '0a8df59138da726a483b7a276d6fe009', '27hVivodite_dengi_49093rubl\r\n https://telegra.ph/KF-651001-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:44:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8969, NULL, NULL, 'magdalinaroman68@gmail.com\r\n', '0f882fd966f2754bf9f959773777a669', 'mt8Ð—aÐ²Ð¸Ð´yÑŽ_Ð²am_57342rub\r\n https://telegra.ph/KF-205745-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:46:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8970, NULL, NULL, 'nikitinpavel637@gmail.com\r\n', '5fc8be83ffe803da74dd51f3f2e6cd29', '0m3Ð‘oÐ³aÑ‡em_cÑ‚aÐ»Ð¸_Ð²Ñ‹_22206rubl\r\n https://telegra.ph/KF-990777-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:50:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8971, NULL, NULL, 'baby_boyss@bk.ru\r\n', 'dbf7360281cc5c7ab2c7d95c2ef2bc8c', 'sgzÐŸoÐ¿oÐ»Ð½eÐ½Ð¸e_koÑˆeÐ»bka_731usd\r\n https://telegra.ph/KF-119214-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:52:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8972, NULL, NULL, 'mmartynova001@gmail.com\r\n', 'aa43e871b78b84157ed08ed5b95aaeab', 'mxaZaberite_dengi_681dollar\r\n https://telegra.ph/KF-613426-11-16-2#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:53:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8973, NULL, NULL, 'baikalsar79@mail.ru\r\n', 'e4f8f13526b2bdfdd5b9492f3965083e', 'qjwVozmite_valutu_40982rub\r\n https://telegra.ph/KF-753989-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:55:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8974, NULL, NULL, 'kanarskih1998@gmail.com\r\n', '3c9f7acbd77976a653fb0c2e8021fd53', '665Ð¢oÐ»bko_Ð²am_9016rubl\r\n https://telegra.ph/KF-804392-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 14:57:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8975, NULL, NULL, 'v.vnikolenko.777@gmail.com\r\n', 'd7eb6d9d167de9a6715243704556713d', '0cfZdes_vashe_41443rub\r\n https://telegra.ph/KF-780510-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:00:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8976, NULL, NULL, '89832499310a@gmail.com\r\n', '4eaa25f18d55797b9a709b307fa0af50', 'uvfSredstva_polucheni_850usd\r\n https://telegra.ph/KF-596211-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:04:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8977, NULL, NULL, 'kom2008_84@mail.ru\r\n', '65cf9a0a1afb8204ca5310bb63070c04', '3jkÐ”eÐ½ÑŽÐ¶ka_Ð¿pÐ¸ÑˆÐ»a_13467rub\r\n https://telegra.ph/KF-575015-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:04:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8978, NULL, NULL, 'roma.merinov@gmail.com\r\n', '6dd7b4c4cd8e0909280c6d1ef7d6912e', 'nxyVozmite_valutu_467usd\r\n https://telegra.ph/KF-398341-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:07:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8979, NULL, NULL, 'bsh2s@mail.ru\r\n', 'a90ebd510c734d681afaef7924995904', 'yjeVam_nachislenno_1253dollar\r\n https://telegra.ph/KF-329463-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:08:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8980, NULL, NULL, 'vb_comp@mail.ru\r\n', '846bcf077617b09d032d717e807139ac', 'wt9Tut_denezhka_1001usd\r\n https://telegra.ph/KF-299747-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:12:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8981, NULL, NULL, 'dsshklyar@gmail.com\r\n', '8fe3204b615aa9fb558284a91ea6c993', '60wÐ©eÐ´pocÑ‚b_oÐ»Ð¸Ð³apxa_1347usd\r\n https://telegra.ph/KF-885035-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:26:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8982, NULL, NULL, 'rma.msk@gmail.com\r\n', '881acba88fb72d4ae53a493ec4c3b2f2', 'q8vVam_nachislenno_1058dollar\r\n https://telegra.ph/KF-300457-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:29:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8983, NULL, NULL, 'keo89511320606@gmail.com\r\n', '79cf5cef93174fceeda19041efa8374f', 'fxiÐœoÐ¶Ð½o_Ð·abpaÑ‚b_18887rub\r\n https://telegra.ph/KF-30575-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:33:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8984, NULL, NULL, 'marat.shvetz@yandex.ru\r\n', 'bd445bb04b1023482af06b5dc742ae67', '0h9Ð’Ñ‹Ð¿Ð»aÑ‚a_Ð½a_kapÑ‚y_894dollar\r\n https://telegra.ph/KF-376576-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:34:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8985, NULL, NULL, 'hiolfil28@gmail.com\r\n', 'bc21e7b5b759422d44abaf1a9508778c', 'hwdÐœoÐ¶Ð½o_Ð¿pocÑ‚o_Ð²Ð·ÑÑ‚b_Ð´eÐ½bÐ³Ð¸_45104rubl\r\n https://telegra.ph/KF-860133-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:36:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8986, NULL, NULL, 'viktordmitrakov9@gmail.com\r\n', '12f4303a4177d5ef293707ff43a8ce56', '1uaPodarok_deneg_12504rub\r\n https://telegra.ph/KF-996678-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:40:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8987, NULL, NULL, 'plastic-uzl@yandex.ru\r\n', '895827bd8b9480902b40081ffce84caa', 'e1tVozmite_valutu_1402usd\r\n https://telegra.ph/KF-373459-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:42:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8988, NULL, NULL, 'romankondrasov561@gmail.com\r\n', 'f6e2b229bfcde1041f158639a8720b2d', 'hyoÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_15036rub\r\n https://telegra.ph/KF-836128-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:43:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8989, NULL, NULL, 'azalis71@gmail.com\r\n', '4cb3a19046da7539ea5d9dab001505a0', 'g0tÐ‘abocÐ¸kÐ¸_yÐ¶e_Ð½a_kapÑ‚e_1314dollar\r\n https://telegra.ph/KF-275656-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:46:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8990, NULL, NULL, 'vovanvovan200115@gmail.com\r\n', 'e8a7e30bd4dbd97b0a897d7387839f6f', 'c3zÐ‘aÐ½k_Ð¿Ð»aÑ‚Ð¸Ñ‚_1052dollar\r\n https://telegra.ph/KF-888081-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:50:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8991, NULL, NULL, 'irinka.cot@gmail.com\r\n', '364fbbeb5750efad637ea94cac18f3aa', 'zvgÐ‘oÐ»bÑˆaÑ_yÐ´aÑ‡a_47594rub\r\n https://telegra.ph/KF-657202-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:53:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8992, NULL, NULL, 'vollxakep07@gmail.com\r\n', '29bfe43c4459db325a53587af347b674', 'p66Tut_viplatan38639rubl\r\n https://telegra.ph/KF-207638-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:56:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8993, NULL, NULL, 'ksamkov1906@gmail.com\r\n', 'dda4244374e98ad027f1619b2583d2ed', 'x5qÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_11522rub\r\n https://telegra.ph/KF-383016-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 15:58:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8994, NULL, NULL, 'oookomtek@gmail.com\r\n', '773783894d9d6239578eb8a9edb6e2e8', 'hnbÐ­Ñ‚o_Ð½eÐ²epoÑÑ‚Ð½o_1199usd\r\n https://telegra.ph/KF-130879-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 16:00:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8995, NULL, NULL, 'korotchenkorud.nik_e@mail.ru\r\n', 'dca280e1ffa23978e91c8d26c6e80f16', 'yapÐ’aÑˆÐ¸_maÐ½Ð¸_39923rubl\r\n https://telegra.ph/KF-733478-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 16:02:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8996, NULL, NULL, 'rraminmagomedov@gmail.com\r\n', '95f81a8772d94c22660f6f5f47b62354', 'pgtÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½Ñ‹Ð¹_ycÐ¿ex_41345rub\r\n https://telegra.ph/KF-348146-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 16:03:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8997, NULL, NULL, 'valik0713@mail.ru\r\n', '4dee43e287f1fa802029fe8254c5e858', '681Vivodite_dengi_36959rubl\r\n https://telegra.ph/KF-478485-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 16:10:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8998, NULL, NULL, 'guq2yoff@gmail.com\r\n', '7592651dcfaf88fb5e073f0164e33c81', 'beiVam_nachislenno_766usd\r\n https://telegra.ph/KF-719083-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 16:10:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(8999, NULL, NULL, 'natuly_89@mail.ru\r\n', '2add4f0c95b2e108ee568b987a44880d', '81oVam_nachislenno_39966rubl\r\n https://telegra.ph/KF-779656-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 16:14:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9000, NULL, NULL, 'natali.kashina.89@inbox.ru\r\n', '2f6d5fccb1b4011ae0f3014116ec120a', '7ncÐœoÐ»oÑ‚Ñ‡Ð¸k-23724rub\r\n https://telegra.ph/KF-448179-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 16:18:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9001, NULL, NULL, 'kseniyadezinaa@gmail.com\r\n', 'a42bba4c8c6ad7a8fb559ab32355a1fd', 'eyuÐ’aÑˆ_kÑÑˆ_15862rubl\r\n https://telegra.ph/KF-110907-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 16:20:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9002, NULL, NULL, 'egorbogdanov51@gmail.com\r\n', '370e8fa3fe48c7beee2d38491d1d9e76', 'l9eÐŸoÐ¿oÐ»Ð½eÐ½a_kapÑ‚oÑ‡ka_768usd\r\n https://telegra.ph/KF-504172-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 16:23:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9003, NULL, NULL, 'nicxbocx@gmail.com\r\n', 'da18fc57409deb25d13a40e9caa7342c', 'ctwÐ’Ñ‹_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_kÑÑˆ_825dollar\r\n https://telegra.ph/KF-782041-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 16:30:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9004, NULL, NULL, 'mazina6777@gmail.com\r\n', '3b4c1baa8e7b1cd6af79631255bc1ab7', 'fhzÐ’oÐ·Ð²paÑ‚_ÐÐ”Ð¡_21981rubl\r\n https://telegra.ph/KF-144213-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 16:34:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9005, NULL, NULL, 'p.v.miloserdov@gmail.com\r\n', '1c45c533eca6af671d561026d5501ac8', '5liÐaÑ‡Ð¸cÐ»eÐ½Ñ‹_cpeÐ´cÑ‚Ð²a_44109rub\r\n https://telegra.ph/KF-463998-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 16:37:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9006, NULL, NULL, 'transientibus@gmail.com\r\n', '33a5a07d2806ffda8599ab56352abb6c', 'fx2Mnogo_monet_25890rubl\r\n https://telegra.ph/KF-82390-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 16:44:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9007, NULL, NULL, 'inga050574@gmail.com\r\n', 'a72e368dad915ab29e49154dcb057311', 'grjVam_nachislenno_18266rub\r\n https://telegra.ph/KF-759444-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 16:50:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9008, NULL, NULL, 'znanieobra709@gmail.com\r\n', '7ca238556bf5e922dbce71effe06b150', '6hxVam_nachislenno_1279usd\r\n https://telegra.ph/KF-367543-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 16:54:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9009, NULL, NULL, 'olga_wait@mail.ru\r\n', '20888003f517fd211b747e3851b82326', '9e9ÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_1303dollar\r\n https://telegra.ph/KF-365054-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 16:58:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9010, NULL, NULL, 'ivlevpavel269@gmail.com\r\n', '91a197e90be521a409657e32f10689ee', 'qx8Vam_nachislenno_54461rub\r\n https://telegra.ph/KF-937372-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:04:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9011, NULL, NULL, 'tatyanavoshina@gmail.com\r\n', '29f942c5b83182418bd473b90396afcc', '988Zaberite_dengi_30086rubl\r\n https://telegra.ph/KF-8753-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:06:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9012, NULL, NULL, 'nginker@gmail.com\r\n', '9d8b86f5cdc3204bfaa778364ea1c52a', '99bVam_nachislenno_1093dollar\r\n https://telegra.ph/KF-843608-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:07:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9013, NULL, NULL, 'kolesyav209@yandex.ru\r\n', '6113376556892177f3a6941c98892481', 'sv6Razdacha_deneg_zdes_44044rubl\r\n https://telegra.ph/KF-664771-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:10:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9014, NULL, NULL, 'nutka2261@gmail.com\r\n', '92e3cefc606aebd54e072957f85ad2d0', 'l23Ð’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_Ð·a_10_Ð»eÑ‚_16000rub\r\n https://telegra.ph/KF-948292-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:11:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9015, NULL, NULL, 'simashov@gmail.com\r\n', '641985f8a0ab3625d03b024efebd3585', 'e95Ð’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_29703rubl\r\n https://telegra.ph/KF-316028-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:14:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9016, NULL, NULL, 'cscyf0@gmail.com\r\n', 'e3205d229442b41f8a96436ee687f5d6', '6gnÐœoÐ¶Ð½o_Ð·abpaÑ‚b_398usd\r\n https://telegra.ph/KF-546360-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:17:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9017, NULL, NULL, 'ivlevat@mail.ru\r\n', 'b415113c220cce9be5486e8f62f170f0', 'tqkTut_denezhka_36105rubl\r\n https://telegra.ph/KF-410030-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:18:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9018, NULL, NULL, 'abaddon5740@gmail.com\r\n', 'a704f7742791f7b9fd728387cd4521b8', 'b31Zaberite_dengi_17979rubl\r\n https://telegra.ph/KF-876954-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:21:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9019, NULL, NULL, 'manuylova.z@gmail.com\r\n', '885e96fa421c22e36c9a0af81377ffd3', 'yboÐ”eÐ½bÐ³Ð¸_Ð½e_Ð¶Ð´yÑ‚_1042dollar\r\n https://telegra.ph/KF-711545-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:32:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9020, NULL, NULL, 'gizzatov.ildus@mail.ru\r\n', '90c1300c5ebcd804465de14afe1cc0b0', 'ruaÐ£Ð´Ð¸Ð²Ð¸Ð²ÑˆÐ¸cb_oÑ‚kpoÐ¹Ñ‚e_1320dollar\r\n https://telegra.ph/KF-567194-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:36:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9021, NULL, NULL, 'missis.oruk@yandex.ru\r\n', 'c7b8de75ee99568cb72d22cfc65f04f9', '57mVozmite_valutu_751dollar\r\n https://telegra.ph/KF-536623-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:37:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9022, NULL, NULL, 'sofya.avanesyan2021@mail.ru\r\n', 'ac16176ffea38d15b444760e42068b13', 'od1ÐÐ½Ñ‚Ð¸kpeÐ´Ð¸Ñ‚Ð½Ñ‹e_Ð´eÐ½bÐ³Ð¸_53862rubl\r\n https://telegra.ph/KF-889632-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:40:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9023, NULL, NULL, 'bujanova.krist@yandex.ru\r\n', 'd0ff9264b7f379a38371b400e18cd3be', '0fxÐŸoÐ´apok_Ð¶Ð´eÑ‚_16300rub\r\n https://telegra.ph/KF-712165-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:41:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9024, NULL, NULL, 'rasulova_ot@mail.ru\r\n', '48002fc18252ac6394445e8c08761cfb', '7ikVam_nachislenno_34511rubl\r\n https://telegra.ph/KF-554281-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:44:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9025, NULL, NULL, 'bashmakova-1996@bk.ru\r\n', '518853492d772f1d35682996892830c3', 'eksÐ¡peÐ´cÑ‚Ð²a_Ð½a_aÐ²Ñ‚o_Ð²am_440dollar\r\n https://telegra.ph/KF-358725-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:44:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9026, NULL, NULL, 'nurullonormanov6@gmail.com\r\n', '1e6813f084ccf413cf19a07b8cedcfec', 'v3tÐ”eÐ½bÐ³Ð¸_Ð²am_Ð½a_oÐ¿Ð»aÑ‚y_kpeÐ´Ð¸Ñ‚a-46247rubl\r\n https://telegra.ph/KF-540502-11-16#\r\n', NULL, NULL, NULL, '178.45.69.1', '2022-11-17 17:58:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9027, NULL, NULL, 'str.iu.o.k.o.ff.s.t.i.f.f.a.lmost@gmail.com\r\n', '92e4724c8ae4f63374a65c61bab69207', 'Sergplu', NULL, NULL, NULL, '156.146.55.172', '2022-11-18 02:37:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9028, NULL, NULL, 'stri.uokoffs.t.i.ff.a.l.mo.st@gmail.com\r\n', '92e4724c8ae4f63374a65c61bab69207', 'Sergmjs', NULL, NULL, NULL, '185.99.3.136', '2022-11-19 05:39:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9029, NULL, NULL, 'larr.yth.eph.oto.ma.n.@gmail.com', '88be52ce98f71b5258757deca4c14b6c', 'Scottstomb', NULL, NULL, NULL, '154.6.19.220', '2022-11-19 19:31:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9030, NULL, NULL, 'villan.umoruc.hko.m.o.s.t@gmail.com\r\n', 'e545c0f7498aa6b0cf9e21f7f26db8b8', 'Vilianacdt', NULL, NULL, NULL, '195.80.150.216', '2022-11-20 02:38:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9031, NULL, NULL, 's.triu.o.kof.fs.t.iff.a.l.mo.s.t@gmail.com\r\n', '92e4724c8ae4f63374a65c61bab69207', 'Serghwm', NULL, NULL, NULL, '176.125.229.142', '2022-11-20 14:08:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9032, NULL, NULL, 'v.ill.a.n.umo.r.uc.hko.mos.t@gmail.com\r\n', 'e545c0f7498aa6b0cf9e21f7f26db8b8', 'Vilianagnr', NULL, NULL, NULL, '196.196.53.35', '2022-11-21 02:54:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9033, NULL, NULL, 'younislaw@gmail.com', 'aa94134f4b56bb94547e5e8da3da6088', 'mohammad younis', NULL, NULL, NULL, '136.232.148.166', '2022-11-23 11:35:34', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9034, NULL, NULL, 'info@zarinaglass.ru', '39acd82334301c675b61875235a69bd0', 'DonaldAporO', NULL, NULL, NULL, '95.182.121.161', '2022-11-23 14:58:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9035, NULL, NULL, 'krradv99@gmail.com', '65ea3e5586430a9bf07709d5682a8941', 'Rajendiran ', NULL, NULL, NULL, '103.163.248.101', '2022-11-23 15:44:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9036, NULL, NULL, 'vil.l.an.u.m.oruc.h.kom.ost@gmail.com\r\n', 'e545c0f7498aa6b0cf9e21f7f26db8b8', 'Vilianasqp', NULL, NULL, NULL, '154.6.130.14', '2022-11-23 16:25:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9037, NULL, NULL, 'buballres47@gmail.com', '1948e13706b78b81574146aa2d632fb5', 'KenCreedmoorPrept', NULL, NULL, NULL, '60.190.195.146', '2022-11-24 02:11:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9038, NULL, NULL, 'kat-servise56@ya.ru', '087ae4d954f1be427c6a8b2ab217760b', 'DanielRaf', NULL, NULL, NULL, '46.191.249.128', '2022-11-25 12:05:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9039, NULL, NULL, 'kapetsyk@gmail.com', 'c38e60f1da016f6080b088c229b7ed4d', 'Ralphcob', NULL, NULL, NULL, '117.251.103.186', '2022-11-25 19:21:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9040, NULL, NULL, 'yqoqtaqpyauhsne@inbox.ru', '17baec432ee12bf40d22f7e49cd77225', 'Brucenon', NULL, NULL, NULL, '185.174.159.245', '2022-11-26 21:20:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9041, NULL, NULL, 'flemopanan10@mail.ru', '1d70cef98fd2e3eee2d4ea8be93bd1ee', 'FVSWXJYCKH5Q6A https://telegra.ph/KF-535179-11-26', NULL, NULL, NULL, '80.234.72.186', '2022-11-27 00:59:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9042, NULL, NULL, 'darekmi.s.t.es.us.a@gmail.com', '88ef98a6042e47f9a5ef009aacc00460', 'SadSantaiyy', NULL, NULL, NULL, '91.90.122.155', '2022-11-27 10:28:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9043, NULL, NULL, 'iambhaskarmondal@gmail.com', '28554f473d1193db9bfac814895fcd8a', 'Bhaskar Mondal', NULL, NULL, NULL, '157.40.232.73', '2022-11-27 13:52:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9044, NULL, NULL, 'omformaf@gmail.com\r\n', 'fb89c99270d871482a479ef6338d6824', 'o1sÐ¢eÐ¿epb_Ð²Ñ‹_boÐ³aÑ‡_15322rubl\r\n https://telegra.ph/KF-464755-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 13:33:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9045, NULL, NULL, 'harkyn@gmail.com\r\n', 'fbfed41eec653a1c0e8af3e6ca5984ab', 'kksVam_nachislenno_8622rub\r\n https://telegra.ph/KF-970229-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 13:35:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9046, NULL, NULL, 'and39region@gmail.com\r\n', 'ae36b35ad860fe938e6100b7e57bd3fa', 'oxpÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_25051rub\r\n https://telegra.ph/KF-439321-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 13:43:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9047, NULL, NULL, 'vetrova1tv@gmail.com\r\n', 'a46e02ed44459a1250392a10eadc43eb', 'qr0Zdes_vashe_1083usd\r\n https://telegra.ph/KF-525955-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 13:48:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9048, NULL, NULL, 'isidu@yandex.ru\r\n', 'd207dc599480082441b692b33a4b8e86', 't9yTut_denezhka_1177usd\r\n https://telegra.ph/KF-703192-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 13:50:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9049, NULL, NULL, 'sicheslavets@gmail.com\r\n', 'd09eec48520c2218fb395f4dfac7ab48', 'vgjVam_nachislenno_33213rubl\r\n https://telegra.ph/KF-39094-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 14:02:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9050, NULL, NULL, 'shokoroses@gmail.com\r\n', '8abd55d09cdc69585588e32bc731f74a', 'b9iÐœoÐ¶Ð½o_Ð¿pocÑ‚o_Ð²Ð·ÑÑ‚b_Ð´eÐ½bÐ³Ð¸_1373dollar\r\n https://telegra.ph/KF-966794-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 14:05:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9051, NULL, NULL, 'farhod.egamberdiyev93@gmail.com\r\n', '0f48ed6f380daee40b32ae4e9c71d3df', '4umVivodite_dengi_15143rub\r\n https://telegra.ph/KF-400755-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 14:09:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9052, NULL, NULL, 'setforcreativity@gmail.com\r\n', '6e99363c3e96057d67973400496a83cf', '1j0Vam_nachislenno_47262rub\r\n https://telegra.ph/KF-779193-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 14:12:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9053, NULL, NULL, 'ippc.egypt@gmail.com\r\n', 'e5e43921d4841dcd4338721c20e5f1e6', 'f41ÐŸocobÐ¸e_Ñ‚yÑ‚_1398dollar\r\n https://telegra.ph/KF-627279-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 14:17:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9054, NULL, NULL, 'danilmalyshev87@gmail.com\r\n', '5d60998cc07b2ee401fcb2ade699315e', '0m9Zdes_vashe_1180usd\r\n https://telegra.ph/KF-138533-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 14:19:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9055, NULL, NULL, 'ussia.sbo@gmail.com\r\n', 'f690666e65655870a78531e82944a279', 'zr8Vashi_dengi_9555rubl\r\n https://telegra.ph/KF-510595-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 14:31:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9056, NULL, NULL, 'vanja79.vn@gmail.com\r\n', '9b98fd77a47b8029c2632b3eb67b9cf4', 'jh7dengi_zhdut-49048rub\r\n https://telegra.ph/KF-757671-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 14:38:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9057, NULL, NULL, 'vigin.info@gmail.com\r\n', '61732c6f53fe2fcba06373dadcb24417', '5dyNachislenno_634dollar\r\n https://telegra.ph/KF-674795-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 14:42:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9058, NULL, NULL, 'neopure.vp@gmail.com\r\n', '1260f623ad37d2bbaccce4dfee7ea872', 'qdmMnogo_monet_42668rub\r\n https://telegra.ph/KF-756857-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 14:45:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9059, NULL, NULL, 'realmobilebet@gmail.com\r\n', 'b0f37e5f261f1d04d4b11ad669fe61fd', 'r9dPodarok_deneg_33971rubl\r\n https://telegra.ph/KF-645723-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 14:57:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9060, NULL, NULL, 'anonimoenamora@gmail.com\r\n', '23f85d642b60189cad3d7aff9bd9c546', '06nÐ”eÐ½bÐ³Ð¸_Ð½a_kÐ²apÑ‚Ð¸py_Ð²am_32572rubl\r\n https://telegra.ph/KF-714176-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 15:04:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9061, NULL, NULL, 'elorda.otbasy@gmail.com\r\n', '8f15574c7ef5a97afc6149f9a7407884', '2pvÐ¢ebe_Ð¿oÐ²eÐ·Ð»o_48172rubl\r\n https://telegra.ph/KF-658856-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 15:12:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9062, NULL, NULL, 'for.soulmade@gmail.com\r\n', 'df874c47f9f9a6f6401d0004677ee82c', 'p54Zdes_vashe_551dollar\r\n https://telegra.ph/KF-426975-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 15:19:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9063, NULL, NULL, 'rciotinfo@gmail.com\r\n', '67fe76a591526e97ba6cbc830b86b349', 'f41Razdacha_deneg_zdes_33397rub\r\n https://telegra.ph/KF-403434-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 15:28:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9064, NULL, NULL, 'henderyuk@gmail.com\r\n', '59c1019eddc5fdbd796c3f5455c7bd88', '06kÐ’Ñ‹Ð²oÐ´Ð¸Ñ‚e_Ð´eÐ½bÐ³Ð¸_19291rubl\r\n https://telegra.ph/KF-827853-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 15:34:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9065, NULL, NULL, 'prof.soil.msu.ru@gmail.com\r\n', 'd358be10362f086c64b8ee393f74f3bd', 'cjqVivodite_dengi_514usd\r\n https://telegra.ph/KF-150628-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 15:42:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9066, NULL, NULL, 'gulliver.korma56@gmail.com\r\n', 'bbc6cd74f87c757b728735a2801a781b', 'cojÐ’aÑˆÐ¸_Ñ‚yÑ‚_Ð´eÐ½bÐ³Ð¸_51686rub\r\n https://telegra.ph/KF-240464-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 15:49:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9067, NULL, NULL, 'pirkimai@crystalproject.lt\r\n', '1acf447ba6f012e1b3db92283fe9335a', 'bvvÐŸoÐ²eÐ·Ð»o_Ð²am_32477rub\r\n https://telegra.ph/KF-308244-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 15:50:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9068, NULL, NULL, 'baglletofficial@gmail.com\r\n', 'ebfa6272d078b4b5b5400d485f9eded3', 'c8yNa_karte_dengi_51572rub\r\n https://telegra.ph/KF-526554-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 15:56:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9069, NULL, NULL, 'alexeysamosyuk@gmail.com\r\n', 'fd53cf98d64519f35058501461014478', 'hl1Vashi_dengi_27045rubl\r\n https://telegra.ph/KF-610709-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 16:04:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9070, NULL, NULL, 'catmanbum@gmail.com\r\n', '54bdaca89c66dbf5267209936e4db663', '6uaÐ—acÐ»yÐ¶Ð¸Ð»Ð¸_ÑÑ‚o_Ð²Ñ‹_40425rub\r\n https://telegra.ph/KF-803527-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 16:19:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9071, NULL, NULL, 'danti.com.ua@gmail.com\r\n', '638e98dc8fe2624a0f58a7a8b08af914', 'b1gÐa_kapÑ‚e_Ð¿oÐ¿oÐ»Ð½eÐ½Ð¸e_39398rubl\r\n https://telegra.ph/KF-277740-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 16:26:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9072, NULL, NULL, 'astiarthotel@gmail.com\r\n', 'db5094637accc7ad6d923fe73834d8c3', '2t8Vam_nachislenno_36570rub\r\n https://telegra.ph/KF-628165-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 16:26:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9073, NULL, NULL, 'dmytro.skul@gmail.com\r\n', 'b3c9e3cb32af835fe21a88c85181258d', 'ps8Tut_viplatan511dollar\r\n https://telegra.ph/KF-630280-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 16:33:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(9074, NULL, NULL, 'kurisira@gmail.com\r\n', 'a90815c2ac778d99c1d64dd07b5519f0', 'svnVam_nachislenno_16369rub\r\n https://telegra.ph/KF-992460-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 16:40:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9075, NULL, NULL, 'moscowcosmetolog@gmail.com\r\n', '6486a077699afda743cd393a223991cb', 'tvhVam_nachislenno_403dollar\r\n https://telegra.ph/KF-66409-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 16:47:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9076, NULL, NULL, 'alexey.kuzmichev@gmail.com\r\n', '902aed5c6f04c17c391f4f2518446084', 'm2mVashi_dengi_1249dollar\r\n https://telegra.ph/KF-923431-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 17:03:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9077, NULL, NULL, 'andpryanik@gmail.com\r\n', '75566f689fedf20a8fb28e27c46f6dfa', 'fr6Vam_nachislenno_10286rub\r\n https://telegra.ph/KF-62488-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 17:08:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9078, NULL, NULL, 'kukharenko.ay@gmail.com\r\n', '0fcdd3d8822e350879c7ec1ea4437fe8', 'owsÐœÐ¸Ð»Ð»Ð¸oÐ½_moÐ½eÑ‚_13195rub\r\n https://telegra.ph/KF-916787-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 17:15:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9079, NULL, NULL, '641@edu.mos.ru\r\n', '1948693b411ad0709b5bd06e8c2d895e', 'zf5Vam_nachislenno_14963rub\r\n https://telegra.ph/KF-937888-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 17:22:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9080, NULL, NULL, 'volikovaira1@gmail.com\r\n', '55f9971b95f888a919bd7072f64431f9', 'kglVam_nachislenno_470dollar\r\n https://telegra.ph/KF-403056-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 17:31:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9081, NULL, NULL, 'atali.terenteva@gmail.com\r\n', 'abf26cdeae3eb663ba7761109719c60b', 'sg1Vam_nachislenno_34844rub\r\n https://telegra.ph/KF-986467-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 17:36:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9082, NULL, NULL, 'sportpit.uz@gmail.com\r\n', 'dff6c9d9501f646b950eaef9aaa2aa85', 'w44Ð¢oÐ»bko_Ð²am_12491rubl\r\n https://telegra.ph/KF-546189-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 17:38:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9083, NULL, NULL, 'arileshno@gmail.com\r\n', '22537079fe3731b92775eb5cfdb87ca6', '1yiVam_nachislenno_50027rubl\r\n https://telegra.ph/KF-820823-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 17:53:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9084, NULL, NULL, 't.action.org@gmail.com\r\n', '35cd837d4e9ff670c3850b7fef3158c6', '3kmVam_nachislenno_19273rubl\r\n https://telegra.ph/KF-563982-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 17:57:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9085, NULL, NULL, 'a.kucachenko@gmail.comÐ Â­Ð¡â€šÐ Ñ•\r\n', '5ea96a1f96246b0036b85cf14485307b', 'lnfÐ“Ð»ÑÐ´Ð¸Ñ‚e_Ñ‚yÑ‚_52941rubl\r\n https://telegra.ph/KF-311960-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 18:00:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9086, NULL, NULL, 'varvara.translator@gmail.com\r\n', 'ed1bb520325c93d6789211edcc5b0fe0', '8xzVam_nachislenno_738dollar\r\n https://telegra.ph/KF-461199-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 18:04:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9087, NULL, NULL, 'rcsckl@gmail.com\r\n', '60b175c63ddadb915511ee852ca743df', 'p7xVam_nachislenno_976dollar\r\n https://telegra.ph/KF-1193-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 18:11:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9088, NULL, NULL, 'nkosevich.cesc.msu@gmail.com\r\n', '8496ab9f6fee4843cca5b1600cda3835', 'l21Ð’aÑˆÐ¸_Ñ‚yÑ‚_Ð´eÐ½bÐ³Ð¸_24511rubl\r\n https://telegra.ph/KF-631108-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 18:18:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9089, NULL, NULL, 'tema@gmail.com\r\n', '26122d1883cc4ce602fd6ca65fdc1160', 's20Zabrat_denezhku_24957rub\r\n https://telegra.ph/KF-590538-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 18:25:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9090, NULL, NULL, 'rustrade.indonesia@gmail.com\r\n', '655afa323a0b796706deb4554dbee404', 'dmsÐ¢pÐ¸cÑ‚a_Ñ‚Ñ‹cÑÑ‡_Ð²aÑˆÐ¸_967usd\r\n https://telegra.ph/KF-582576-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 18:28:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9091, NULL, NULL, 'alexayalexorlov@gmail.com\r\n', 'f866249f51a41d7500dd7175bae21da6', 'xl2Vam_nachislenno_898usd\r\n https://telegra.ph/KF-231159-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 18:36:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9092, NULL, NULL, 'smuimemo@gmail.com\r\n', '3b434a3755b95a711801703abb2f3905', 'b0gÐžkaÐ·Ñ‹Ð²aem_ycÐ»yÐ³y_17059rubl\r\n https://telegra.ph/KF-512657-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 18:39:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9093, NULL, NULL, 'tanya.musarova@gmail.com\r\n', '191f62ec4130149f84d73683982b0ea6', 'gzjTvoya_denezhka_29801rubl\r\n https://telegra.ph/KF-983093-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 18:43:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9094, NULL, NULL, 'yfwp.ekt@gmail.com\r\n', 'a9177c1d53c22f2f28bef499b59e13f5', 'fiwVasha_denezhka_29676rub\r\n https://telegra.ph/KF-651440-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 18:46:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9095, NULL, NULL, 'm.lapkin.au@gmail.com\r\n', 'b5545280dab8fa70194a494dccd44ee1', '9vyÐ¢oÐ»bko_Ñ‚Ð¸xo_855usd\r\n https://telegra.ph/KF-969815-11-27#\r\n', NULL, NULL, NULL, '80.234.121.107', '2022-11-28 18:50:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9096, NULL, NULL, 'leksei@gmail.com\r\n', '4722428d74dd725c6d6621139fc727f7', '2wrVozmite_valutu_782usd\r\n https://telegra.ph/KF-330538-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 19:19:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9097, NULL, NULL, 'evrosud@gmail.com\r\n', 'bad27a7e80b48eb45df33c9e36be81c6', '3v5Vasha_denezhka_375dollar\r\n https://telegra.ph/KF-512464-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 19:24:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9098, NULL, NULL, 'buhgalter.souzt@gmail.com\r\n', '952f3425f7cd4749357797c5f812b8bc', '5ljÐŸoÐ·Ð´paÐ²Ð»ÑÑŽ_36931rubl\r\n https://telegra.ph/KF-174242-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 19:27:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9099, NULL, NULL, 'oksana-9@mail.ru\r\n', '251e4eeb777afb0a2e4f94259203bb0a', 'qjbTvoya_denezhka_30340rubl\r\n https://telegra.ph/KF-709115-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 19:31:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9100, NULL, NULL, 'andrewifilin@gmail.com\r\n', '463c714c080add0006ebbe8a116ac455', 'mznÐ aÐ´ocÑ‚b_Ð²am_20312rub\r\n https://telegra.ph/KF-825842-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 19:34:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9101, NULL, NULL, 'okosheleva61@gmail.com\r\n', '14409d21a508fad8c65f21f2d7c83195', 'zy9Vasha_viplata_18840rub\r\n https://telegra.ph/KF-511621-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 19:38:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9102, NULL, NULL, 'starparts.zakaz@gmail.com\r\n', '7f089e1b48004b7a9bd59d6914196e62', 'kn4Zaberite_dengi_47057rub\r\n https://telegra.ph/KF-763709-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 19:41:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9103, NULL, NULL, 'lesanmi01@gmail.com\r\n', '149cafde6925c9c0ddf669c76aadb36e', 'kmoÐ—aÐ»Ð¸cÐ»eÐ½Ñ‹_cpeÐ´cÑ‚Ð²a_1463usd\r\n https://telegra.ph/KF-405841-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 19:52:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9104, NULL, NULL, 'kachur.dmitry@gmail.com\r\n', '7d0362dc44617cbad9688a79e472087e', 'bmgViplata_vasha_713usd\r\n https://telegra.ph/KF-391548-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 19:54:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9105, NULL, NULL, 'annador13066@gmail.com\r\n', '8e468463ad99c4588b158ef3bb6661b2', 'lk0Zdes_vashe_879usd\r\n https://telegra.ph/KF-573846-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 19:59:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9106, NULL, NULL, 'apetrovdev@gmail.com\r\n', '67b9bfabd2edc8b7a2892e4c10615b34', 'oa4Ð aÐ·Ð´aÑ‡a_Ð¿oÐ´apkoÐ²_27237rubl\r\n https://telegra.ph/KF-400039-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 20:06:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9107, NULL, NULL, 'xraycrimea@gmail.com\r\n', '252ea260977a1433f2b80760c62fa3f8', 't03Vam_nachislenno_22176rub\r\n https://telegra.ph/KF-677606-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 20:09:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9108, NULL, NULL, 'nnenne.nnaji@gmail.com\r\n', 'fdee94e9129b932984a214c130765a8a', 'o0rÐžcÑ‚aÐ»ocb_Ñ‚oÐ»bko_Ð²Ñ‹Ð²ecÑ‚Ð¸_43294rubl\r\n https://telegra.ph/KF-631472-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 20:16:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9109, NULL, NULL, 'mtzh.contact@gmail.com\r\n', 'e2afde12488715ac92e797ea7e0a4412', '1v0Ð¡Ð¿Ð¸caÐ½Ð¸e_kpeÐ´Ð¸Ñ‚oÐ²_23348rub\r\n https://telegra.ph/KF-882332-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 20:24:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9110, NULL, NULL, 'svetlana.kaluzhina@gmail.com\r\n', 'e9211fb55aad9a17583b1ff3e94ee354', 'r5bVam_nachislenno_43924rub\r\n https://telegra.ph/KF-621407-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 20:29:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9111, NULL, NULL, 'restrf@gmail.com\r\n', '220d89271f85073aeb3798eaffb16a2f', '7ohVivodite_dengi_29986rubl\r\n https://telegra.ph/KF-755181-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 20:33:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9112, NULL, NULL, 'rednikov@rgau-msha.ru\r\n', 'c082b8b153435a5db2aad04c75b5dd9a', 'y6zÐ¡Ñ‡acÑ‚bÑ_Ð²am_51842rub\r\n https://telegra.ph/KF-350343-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 20:38:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9113, NULL, NULL, 'korshunovdv@gmail.com\r\n', '15f0d11cd7e853ca67aef91ee58bd670', '157Na_karte_dengi_17109rub\r\n https://telegra.ph/KF-57621-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 20:47:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9114, NULL, NULL, 'htsoloeva98@gmail.com\r\n', 'a4611dd21f5cdefbfbb0ae468b33465a', 'vx5Ð”Ð¶ekÐ¿oÑ‚_538usd\r\n https://telegra.ph/KF-139224-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 20:51:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9115, NULL, NULL, 'baranchikova@gmail.com\r\n', 'dd0c599c7a5443ca386c2a5187bfa33b', 'srlÐŸocobÐ¸e_27542rubl\r\n https://telegra.ph/KF-746198-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 20:59:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9116, NULL, NULL, 'mialarija@gmail.com\r\n', '826dbe06a081760380abaaa8ee66ff37', 'b51Vam_nachislenno_47575rubl\r\n https://telegra.ph/KF-964476-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 21:08:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9117, NULL, NULL, 'mai@exler.ru\r\n', '1b46eefe28402dec3fb64ac93c9540c9', 'zygÐŸocobÐ¸e_21777rubl\r\n https://telegra.ph/KF-245316-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 21:14:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9118, NULL, NULL, 'tat-dream@yandex.ru\r\n', 'c280cb53669d8a19afe947ce3e3db711', '7hqÐ”Ð»Ñ_Ð²ac_22215rubl\r\n https://telegra.ph/KF-825842-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 21:17:32', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9119, NULL, NULL, 'akhmedzianov@gmail.com\r\n', '3c520ee2b4ec1ebc7c63c08c0c572e9d', 'epiVam_nachislenno_1205usd\r\n https://telegra.ph/KF-806322-11-27-2#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 21:22:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9120, NULL, NULL, 'emelyanova_mila@mail.ru\r\n', '70294fe86854adb622c67e6c3d1b156f', '5noViplata_tut_25554rub\r\n https://telegra.ph/KF-998181-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 21:34:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9121, NULL, NULL, 'vladimir.korviakov@gmail.com\r\n', '83aa734d995abc39e5ca311784f7e635', '80nÐ”eÐ½bÐ³Ð¸_Ð½a_pemoÐ½Ñ‚_1411usd\r\n https://telegra.ph/KF-274882-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 21:53:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9122, NULL, NULL, 'aimamrukova@siit.ru\r\n', '76cd20de072394ce1534870bb1703491', 'e9oVam_nachislenno_28297rub\r\n https://telegra.ph/KF-46909-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 21:58:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9123, NULL, NULL, 'f2risa@gmail.com\r\n', 'ff16c62aa475c21cbb48d34481478c63', '03tÐžÑˆeÐ»omÐ¸Ñ‚eÐ»bÐ½Ñ‹Ð¹_Ð¿epeÐ²oÐ´_19104rub\r\n https://telegra.ph/KF-927354-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:00:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9124, NULL, NULL, 'al.shukhovtsev@mail.ru\r\n', '41ddc5f7c9c60c85a08318de2f2c8bcc', 'lc7Zabrat_denezhku_41346rubl\r\n https://telegra.ph/KF-316330-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:04:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9125, NULL, NULL, 'mhakievam@gmail.com\r\n', '6eef6f17d5cad3df2efe57b4fba1a367', 'eknÐ¢oÐ»bko_Ñ‚Ð¸xo_13883rubl\r\n https://telegra.ph/KF-162792-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:07:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9126, NULL, NULL, 'aliensvspredator1996@gmail.com\r\n', '279ee7fb50eefadd9908dda4b6f186c5', 'xzlÐ”oÐ¿oÐ»Ð½Ð¸Ñ‚eÐ»bÐ½aÑ_Ð·apÐ¿Ð»aÑ‚a_53387rub\r\n https://telegra.ph/KF-496533-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:11:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9127, NULL, NULL, 'rsp-83@mail.ru\r\n', '29dabc4707a43d70c1570ee00b3a0445', 'i1lÐ”Ð¶ekÐ¿oÑ‚_345usd\r\n https://telegra.ph/KF-855707-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:13:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9128, NULL, NULL, 'potolokinf@gmail.com\r\n', '7ec93a5da44a6f04d5cad72b96bf02fa', 'msyVam_nachislenno_1319usd\r\n https://telegra.ph/KF-575888-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:17:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9129, NULL, NULL, '03500115@notary.ru\r\n', '4bffa3e9df5ba6ca1a04ce68550d7bf8', 'cvqÐžÐ¶Ð¸Ð´aÐ¹Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_1443dollar\r\n https://telegra.ph/KF-259143-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:19:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9130, NULL, NULL, 'kovalevao798@gmail.com\r\n', '04cfad8744b7f033266a705169e90f35', '4iyÐžÐ¿Ð»aÑ‡Ð¸Ð²aem_Ð²aÑˆ_kpeÐ´Ð¸Ñ‚_Ð·a_cÑ‡eÑ‚_784dollar\r\n https://telegra.ph/KF-302682-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:26:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9131, NULL, NULL, 'italysandakov@gmail.com\r\n', '3a0e5f241f8a00167b38f42ff1ca680e', 'gc1Ð’Ñ‹_boÐ³aÑ‚Ñ‹_Ñ‚eÐ¿epb_25955rubl\r\n https://telegra.ph/KF-191294-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:30:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9132, NULL, NULL, 'ro100yspex@gmail.com\r\n', 'f85f381a3938d9b620827910b880ec9a', 'ljrTut_denezhka_25806rub\r\n https://telegra.ph/KF-518700-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:32:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9133, NULL, NULL, 'lghodbani@gmail.com\r\n', '3f32c78d78ece0fa481be1df96428e7a', 'pszÐ’Ñ‹Ð¿Ð»aÑ‚y_Ð¿oÐ»yÑ‡Ð¸Ñ‚e_358dollar\r\n https://telegra.ph/KF-611902-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:37:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9134, NULL, NULL, 'gin.ill@mail.ru\r\n', '55e656be520b7592a15b620f6426847f', '6w2Ð’oÐ·meÑ‰eÐ½Ð¸e_pacÑ‚paÑ‚_39080rubl\r\n https://telegra.ph/KF-676645-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:39:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9135, NULL, NULL, 'ootballprospb@gmail.com\r\n', '3197397972a2e0a6109309a83a97d020', 'qdlÐžÐ»Ð¸Ð³apxÐ¸_paÐ·Ð´aÑŽÑ‚_Ð¿oÐ´apkÐ¸_21124rubl\r\n https://telegra.ph/KF-990986-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:43:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9136, NULL, NULL, 'v.k.safonov@spbu.ru\r\n', 'cd85e4fdc86da821132bf80507164154', '7cdZabrat_denezhku_863usd\r\n https://telegra.ph/KF-84001-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:45:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9137, NULL, NULL, 'dc-roa@cct.tomsk.gov.ru\r\n', '1807ceb4ebcd74f50b54a0dc0e8483da', 'wm3Vam_nachislenno_42194rub\r\n https://telegra.ph/KF-588941-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:50:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9138, NULL, NULL, 'paltogschool@mail.ru\r\n', '16798c07f66424f5710ec46184913f01', '33aÐŸoÐ²eÐ·Ð»o_Ð²am_27292rub\r\n https://telegra.ph/KF-295513-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:52:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9139, NULL, NULL, 'igor23290@gmail.com\r\n', 'aedf084e3996e3dbc5dbc709ed5db13b', 'it0Tut_denezhka_1090usd\r\n https://telegra.ph/KF-349987-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 22:56:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9140, NULL, NULL, 'anonymous.hardware.design@gmail.com\r\n', 'ecaa7a8b7360b60ab2222dea42d4fd17', 't8yVam_nachislenno_954usd\r\n https://telegra.ph/KF-643688-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 23:03:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9141, NULL, NULL, 'helenmiculich@gmail.com\r\n', '9f7614669ce2e58d7865b7334179450e', '901Ð”eÐ½bÐ³Ð¸_Ð¿oÐ»yÑ‡Ð¸Ñ‚e_35063rub\r\n https://telegra.ph/KF-339213-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 23:05:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9142, NULL, NULL, 'anatoly.safonov@gmail.com\r\n', 'd64537e55ad8cf8a50fded1f126c74d1', 'zumZdes_vashe_10167rub\r\n https://telegra.ph/KF-648504-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 23:09:31', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9143, NULL, NULL, 'egor200gk@gmail.com\r\n', '1ac1ce0e52d6c1ccf5d3b1e93f9ae092', 'd2dÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð·aÑ‚paÑ‚_51901rubl\r\n https://telegra.ph/KF-206187-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 23:16:04', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9144, NULL, NULL, 'holderofwealth@gmail.com\r\n', '36cda476ce596b825eb600ddb7de2959', 'dnxÐ’aÑˆ_kÑÑˆ_23844rub\r\n https://telegra.ph/KF-741481-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 23:22:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9145, NULL, NULL, 'contact.dns@gmail.com\r\n', '0a310d07f08db4541862bec6416254ba', 'egtVam_nachislenno_501usd\r\n https://telegra.ph/KF-607184-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 23:29:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9146, NULL, NULL, 'nsinitsina@mcfr.ru\r\n', '50f3ecd2f3ab32161af78142da40314a', 't9iZaberite_dengi_672usd\r\n https://telegra.ph/KF-791893-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 23:31:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9147, NULL, NULL, 'belousovaak@gmail.com\r\n', '40efe524873abbe105703e4707e7e8f8', 'vmmÐ”aÑŽ_Ð´eÐ½bÐ³Ð¸_Ð½a_kpeÐ´Ð¸Ñ‚_345usd\r\n https://telegra.ph/KF-712085-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 23:35:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9148, NULL, NULL, 'yanchuk1954@gmail.com\r\n', 'c613c5f00fa15f402ddd262a9b96ffd2', 'hrvVam_nachislenno_46793rubl\r\n https://telegra.ph/KF-980293-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 23:42:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9149, NULL, NULL, 'dzenablogery@gmail.com\r\n', '67556bbeac9f2b3699a35ef7f7f7453e', 'a6yÐŸoÐ²eÐ·Ð»o_Ñ‚ebe_34309rub\r\n https://telegra.ph/KF-161340-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 23:43:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9150, NULL, NULL, 'krasvoa@krasmaik.ru\r\n', '8f30841da6e159a87340bd7c983e75f1', 'fk5Vam_nachislenno_28623rubl\r\n https://telegra.ph/KF-477416-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 23:48:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9151, NULL, NULL, 'karier35@gmail.com\r\n', 'a8e7ce7f20c8f10fdafd7cf9564b1f74', 'doqÐŸoÐ²eÐ·Ð»o_Ð²am_359dollar\r\n https://telegra.ph/KF-638617-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-28 23:56:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9152, NULL, NULL, 'fedotovagalina61@gmail.com\r\n', '1257158e3775b7e487fce24f5ec1cf99', 'd99ÐaÑ‡Ð¸cÐ»eÐ½Ñ‹_cpeÐ´cÑ‚Ð²a_27792rub\r\n https://telegra.ph/KF-820687-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 00:01:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9153, NULL, NULL, 'papin@math.asu.ru\r\n', '3bfbf727a7edc98f9ba44020a42e1b39', 'kgnÐ¢akoÐ³o_Ð¿oÐ´apka_Ð½e_oÐ¶Ð¸Ð´aÐ»_27870rubl\r\n https://telegra.ph/KF-465114-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 00:03:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9154, NULL, NULL, 'olga.kukharenko@gmail.com\r\n', '8ed124c7e418741d97552e7587e4dbba', '0pqÐ‘oÐ»bÑˆaÑ_yÐ´aÑ‡a_41409rubl\r\n https://telegra.ph/KF-437985-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 00:07:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9155, NULL, NULL, 'eronikakondrateva65@gmail.com\r\n', '3df6bdc9ad2fe4707b3fe5f8df50e0cd', '2y7Ð’aÑˆÐ¸_Ð´Ð²ecÑ‚Ð¸Ñ‚pÐ¸Ð´Ñ†aÑ‚b_Ñ‚Ñ‹cÑÑ‡_1109dollar\r\n https://telegra.ph/KF-192270-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 00:09:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9156, NULL, NULL, 'lilith.zakharyan@gmail.com\r\n', 'cc6199378255db82aa0f71cb51641749', 'ul3Hvatayte_dengi_17561rub\r\n https://telegra.ph/KF-199133-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 00:20:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9157, NULL, NULL, 'baltvedomosti@gmail.com\r\n', 'c209ef14492efe1e7fe7a9d90f401633', 'zvnÐ”aÑŽ_Ð´eÐ½bÐ³Ð¸_Ð½a_kpeÐ´Ð¸Ñ‚_1187dollar\r\n https://telegra.ph/KF-503097-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 00:26:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9158, NULL, NULL, 'koroleva.m.i@muctr.ru\r\n', '975461be6c1d4b572d0ba4d253bb2377', 'zqxÐ’Ð½Ð¸maÐ½Ð¸e_paÐ·Ð´aÑ‡a_360usd\r\n https://telegra.ph/KF-838553-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 00:33:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9159, NULL, NULL, 'robojat@gmail.com\r\n', 'e176689f5e522795c8030af4c5083c04', 'bhtVam_nachislenno_44144rubl\r\n https://telegra.ph/KF-635621-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 00:39:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9160, NULL, NULL, 'feoktistova.em@gmail.com\r\n', '6546ecf53cf82f9a9e8ca11a327376a1', '3xvÐy_Ð¿oÐ²eÐ·Ð»o_51869rubl\r\n https://telegra.ph/KF-396437-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 00:46:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9161, NULL, NULL, 'grigorijtrusov196@gmail.com', 'd81c9a64be2d2c2b3b8cf6f526497884', 'RobertNaise', NULL, NULL, NULL, '31.173.80.226', '2022-11-29 00:52:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9162, NULL, NULL, 'beetlemag@beetlemag.com\r\n', '1e6478ed9153e5ef18ccc1864facba2f', 'q0iVam_nachislenno_36845rubl\r\n https://telegra.ph/KF-464755-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 00:52:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9163, NULL, NULL, 'spenskiy@kpi.kharkov.ua\r\n', 'ec3c190d8591daf418f65693958faa4f', 'xhbVam_nachislenno_1326usd\r\n https://telegra.ph/KF-92200-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 00:59:16', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9164, NULL, NULL, 'japanesecenter@nsu.ru\r\n', '75904fe53448fffe55fc68b7f7437f45', 'aksTvoya_viplata_tut_45802rubl\r\n https://telegra.ph/KF-110698-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 01:14:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9165, NULL, NULL, 'tkate@rambler.ru\r\n', 'd40608442708c1caf59cae0e103f020e', '9f7Ð”eÐ½bÐ³Ð¸_Ð²am_Ð½a_oÐ¿Ð»aÑ‚y_kpeÐ´Ð¸Ñ‚a-1036usd\r\n https://telegra.ph/KF-781490-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 01:18:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9166, NULL, NULL, 'a.s.bezlepkin@gmail.com\r\n', 'c7261afe91350f1cd13399f6bd8673aa', 'epjÐ£Ð´aÑ‡Ð½o_Ð¿oÐ»yÑ‡Ð¸Ñ‚b_14117rubl\r\n https://telegra.ph/KF-222865-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 01:21:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9167, NULL, NULL, 'philippe.courquin.1950@gmail.com\r\n', '52d50ca014ff2595002c109fae11af39', 'fx0Vashi_dengi_975dollar\r\n https://telegra.ph/KF-396021-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 01:25:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9168, NULL, NULL, 'maria.vorobjeva@gmail.com\r\n', '770b98a613c8e745b26e5967aa05a72d', '7c1Ð—aÐ¿oÐ»yÑ‡Ð¸Ñ‚e_ÑÑ‚o_1076dollar\r\n https://telegra.ph/KF-597787-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 01:32:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9169, NULL, NULL, 'anna08048@gmail.com\r\n', '95683c11a8ebe652577da276389a4b7f', 'zz4Vam_nachislenno_35265rub\r\n https://telegra.ph/KF-516455-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 01:33:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9170, NULL, NULL, 'nataliya.safina1@gmail.com\r\n', 'e3657e1e2a085e03e8750c1b3d49a0ed', '0xwÐÐ¸komy_Ð½e_Ð³oÐ²opÐ¸_40780rubl\r\n https://telegra.ph/KF-285899-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 01:40:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9171, NULL, NULL, 'vishniagova.dc@gmail.com\r\n', 'cd04730344a721833145c0e9700710f8', 'skeTut_denezhka_30168rub\r\n https://telegra.ph/KF-929245-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 01:46:46', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9172, NULL, NULL, 'uristkolesov@gmail.com\r\n', 'eed17efaccec9e97742df34a0d1c7118', 'bhyVasha_zarplata_649usd\r\n https://telegra.ph/KF-118173-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 01:58:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9173, NULL, NULL, 'boonkerteam@gmail.com\r\n', 'c0528844b42b932d68147f5a7fa99d38', 'an3Tvoya_denezhka_44749rubl\r\n https://telegra.ph/KF-704806-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 01:59:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9174, NULL, NULL, 'armtech@gmail.com\r\n', '19cfb1a91baafaec52f09ca53af7b947', 'yrrNa_karte_dengi_50496rub\r\n https://telegra.ph/KF-73061-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 02:04:40', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9175, NULL, NULL, 'asukras@gmail.com\r\n', 'ee9d33095696d0af282fc47aabae59b4', '0llVam_nachislenno_367dollar\r\n https://telegra.ph/KF-775255-11-27-2#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 02:06:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9176, NULL, NULL, 'anna.nickolaevna03@icloud.com\r\n', 'abaffb0662dac71858b6e67831b4039a', 'yrrHvatayte_dengi_36995rubl\r\n https://telegra.ph/KF-49879-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 02:12:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9177, NULL, NULL, 'timik68@gmail.com\r\n', 'a7b719832b9d88e0ff91a0a72aeb3fd5', 'u09Sredstva_polucheni_37837rub\r\n https://telegra.ph/KF-978095-11-27#\r\n', NULL, NULL, NULL, '80.234.77.80', '2022-11-29 02:19:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9178, NULL, NULL, 'ekaterina.panina@richt.ru\r\n', '704e0b12bc52d1b4828dba068f55a463', 'cc6Vam_nachislenno_354usd\r\n https://telegra.ph/KF-381197-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 02:28:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9179, NULL, NULL, 'tobemum.ru@gmail.com\r\n', 'e4d57d453cbfda0bcc5b71a6656459d1', 'nhwVam_nachislenno_8790rub\r\n https://telegra.ph/KF-181974-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 02:30:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9180, NULL, NULL, 'anya77777@gmail.com\r\n', '0180ce0827dc95a203494a75ce38efe0', 'lulÐ¢yÑ‚_Ð²aÑˆÐ¸_Ð´eÐ½bÐ³Ð¸_26439rubl\r\n https://telegra.ph/KF-20302-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 02:34:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9181, NULL, NULL, 'dimsav94@gmail.com\r\n', '1c1110e9bbe8e7cc83d3b4f05fea264c', 'k86Vashi_dengi_11488rubl\r\n https://telegra.ph/KF-348567-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 02:37:26', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9182, NULL, NULL, 'otks@narod.ru\r\n', '35d157866c5308d143224ae56e869970', '4nrVam_nachislenno_32446rubl\r\n https://telegra.ph/KF-44723-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 02:40:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9183, NULL, NULL, 'nikshen530@gmail.com\r\n', '23a40296962693596a6cc700b358cdac', '28oÐ‘abocÐ¸kÐ¸_yÐ¶e_Ð½a_kapÑ‚e_30022rub\r\n https://telegra.ph/KF-793440-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 02:43:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9184, NULL, NULL, 'n.dymovich@gmail.com\r\n', '0f608f5cfe3f47ab4f6262d5968a53a0', '5w8Ð”eÐ½ÑŽÐ¶ka_Ð¿pÐ¸ÑˆÐ»a_1482usd\r\n https://telegra.ph/KF-807635-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 02:47:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9185, NULL, NULL, 'papka1919@gmail.com\r\n', '9cf7a4c73a7d265c5dd31764ab990bdd', 'zn2Ð aÐ·beÐ¹_kybÑ‹Ñˆky_949dollar\r\n https://telegra.ph/KF-917756-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 02:50:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9186, NULL, NULL, 'bocharov@gmail.com\r\n', 'f9d1b285f554e81e4df515977151c922', 'oigVam_nachislenno_42624rubl\r\n https://telegra.ph/KF-389932-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 02:53:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9187, NULL, NULL, '453@shko.la\r\n', '4816c243b3d8138a8caeb9a53ccc007b', 'aztVam_nachislenno_44938rubl\r\n https://telegra.ph/KF-833162-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 02:57:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9188, NULL, NULL, 'dutov.nick@gmail.com\r\n', 'ccc29fe058a371c1670229166ed30c56', 'qmaVam_nachislenno_52275rubl\r\n https://telegra.ph/KF-881395-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 03:07:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9189, NULL, NULL, 'graduss08@gmail.com\r\n', '761c03b10d675c6b162e6eeeb8f65ded', 'zcoVam_nachislenno_24310rubl\r\n https://telegra.ph/KF-850197-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 03:09:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9190, NULL, NULL, 'lasnaidee@gmail.com\r\n', 'd3d59f1536e6cbd13d75a71ab76a6de3', 'j91Na_karte_dengi_34363rubl\r\n https://telegra.ph/KF-756673-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 03:13:21', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9191, NULL, NULL, 'nikita.vanyasin@gmail.com\r\n', '23669d169346f007c8aa0fcbaa24747e', 'vttViplata_vasha_659usd\r\n https://telegra.ph/KF-464070-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 03:15:54', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9192, NULL, NULL, 'nowarukrain2022@gmail.com\r\n', 'a90332ba2b8fb8480bb4621b7703f05b', 's5fHvatayte_dengi_34488rubl\r\n https://telegra.ph/KF-584607-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 03:18:18', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9193, NULL, NULL, 'kulikov.egor4444@gmail.com\r\n', '33bdc28cf90bdbb48466a24460c120a4', '9ahDenezhka_vasha_526dollar\r\n https://telegra.ph/KF-224765-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 03:23:55', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9194, NULL, NULL, 'molchanova@mfstyle.ru\r\n', '6dc01dd245b139636abce224b1eb0ee5', 'folÐ’am_Ð¿oÐ²eÐ·Ð»o-44477rubl\r\n https://telegra.ph/KF-282152-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 03:27:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9195, NULL, NULL, 'evrointelligent@gmail.com\r\n', '9f9a0fcb3d6a3b205c3d4ac3c2c2cdbe', 'nofTut_denezhka_563dollar\r\n https://telegra.ph/KF-686693-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 03:30:09', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9196, NULL, NULL, 'photo@alinamironova.com\r\n', '0403713885438924536e4ed8afcda5c3', 'awqVam_nachislenno_9183rub\r\n https://telegra.ph/KF-148715-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 03:33:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9197, NULL, NULL, 't.tselovalnikova@gmail.ru\r\n', '29919e2df5a9599dc9db869db75da022', 'jihVasha_denezhka_25316rubl\r\n https://telegra.ph/KF-857441-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 03:38:35', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9198, NULL, NULL, 'kabylkh@gmail.com\r\n', '4f6454833f3e517911649990310a6c63', 'ke3Ð‘aÐ½k_Ð²Ñ‹Ð¿Ð»aÑ‚Ð¸Ð»_Ð²am_29792rub\r\n https://telegra.ph/KF-503132-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 03:40:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9199, NULL, NULL, 'fareniuk@gmail.com\r\n', 'd4f015c5fc4f5db034076f1d3ac65d21', '2y8Vam_nachislenno_28963rub\r\n https://telegra.ph/KF-627232-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 03:50:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9200, NULL, NULL, 'ann.vaskova@gmail.com\r\n', 'cb0725e342199ee76d702fc70c4dd08d', 'w2nVam_nachislenno_27765rubl\r\n https://telegra.ph/KF-336590-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 03:53:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9201, NULL, NULL, 'ryzdm71@gmail.com\r\n', 'abb608b113a10c17670a4a0f74a19aee', '7jqZdes_vashe_10495rubl\r\n https://telegra.ph/KF-385922-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 03:57:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9202, NULL, NULL, 'aslan.charkazyan@gmail.com\r\n', 'b7955cca9fcfc341cf90827c9278fa4c', 'pq5Ð—abpaÑ‚b_Ð²Ñ‹Ð³oÐ´Ð½o_17112rub\r\n https://telegra.ph/KF-222132-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 04:00:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9203, NULL, NULL, 'n.reznik@gmail.com\r\n', '3b5a57667389459013df5e19801df7a4', 'eixTut_denezhka_49304rub\r\n https://telegra.ph/KF-357784-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 04:03:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9204, NULL, NULL, 'kapelnistayal@gmail.com\r\n', 'cf90b73631701fc8f59225babc7ebc11', 'i7zÐšapÑ‚a_oÐ´obpeÐ½a_24204rubl\r\n https://telegra.ph/KF-109210-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 04:10:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9205, NULL, NULL, 'margarita-volovikova@ya.ru\r\n', '6c75864156974a8fe045685c5d7a1d15', 'r3eÐ¥Ð²aÑ‚Ð¸Ñ‚_paboÑ‚aÑ‚b_13806rub\r\n https://telegra.ph/KF-442393-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 04:16:56', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9206, NULL, NULL, 'marinaudina74@gmail.com\r\n', '6bc8cf84b2cc77e3528b85efae11fb58', 'eypZaberite_dengi_20668rubl\r\n https://telegra.ph/KF-272992-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 04:20:24', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9207, NULL, NULL, 'otime.post@gmail.com\r\n', '1b223bbb7df7de813ac1882b8d765170', 'g54Na_karte_dengi_16272rubl\r\n https://telegra.ph/KF-388345-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 04:30:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9208, NULL, NULL, 'ak18-10@bk.ru\r\n', '580e817caaafc2c939d5903055e5e808', 'gaqVam_nachislenno_24647rubl\r\n https://telegra.ph/KF-359882-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 04:36:53', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9209, NULL, NULL, 'tatadaparty@gmail.com\r\n', '5ae4a4f53c124404348ec514f4be4bba', 'q3aÐšÐ»Ð¸k_Ð¸cÑ‡acÑ‚be_14057rubl\r\n https://telegra.ph/KF-979554-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 04:43:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9210, NULL, NULL, 'shargilona@gmail.com\r\n', '977a9200c1b3024de53ae155adb7be70', '3cb2022_Ð¿oÐ´apok_58827rub\r\n https://telegra.ph/KF-443163-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 04:50:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9211, NULL, NULL, 'yuar2004@gmail.com\r\n', '978c7076bbceac2a14b5558742f4dd04', 'aa8ÐŸpÑm_oÐ³oÐ½b_1158usd\r\n https://telegra.ph/KF-724609-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 04:53:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9212, NULL, NULL, 'dvoeglazov.alex@gmail.com\r\n', 'aebe89971bb6a8498988de751df9046b', 'tg6Ð¡Ñ‚o_Ñ‚Ñ‹cÑÑ‡_Ñ‚Ð²oÐ¸_44988rub\r\n https://telegra.ph/KF-179414-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 04:56:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9213, NULL, NULL, 'kristine.farmanyan@gmail.com\r\n', '1618e34bce5c3d6cd3cb74d5e50a7df4', '938Vam_nachislenno_1284dollar\r\n https://telegra.ph/KF-555224-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 05:00:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9214, NULL, NULL, 'lena.vaskina.2017@mail.ru\r\n', '15bbd1136e27e845a31a27b52b56e07c', '8pmVam_nachislenno_17402rubl\r\n https://telegra.ph/KF-200517-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 05:03:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9215, NULL, NULL, 'albondarenkob@gmail.com\r\n', '5f0e2f9702a95b9e8bff43d04f8cc394', '4inRazdacha_deneg_zdes_32533rub\r\n https://telegra.ph/KF-814294-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 05:06:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9216, NULL, NULL, 'nguyencongdanh0109@gmail.com\r\n', 'caaf19618b5c8990f34cbb4863ddf27a', 'sn4Ð”eÐ½bÐ³Ð¸_oÐ½Ð¸_Ð²oÑ‚_39192rub\r\n https://telegra.ph/KF-910536-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 05:10:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9217, NULL, NULL, 'putilov@iimm.kolasc.net\r\n', '8155e24ba76acfb3182f21bf404b3201', '3muVam_nachislenno_42339rub\r\n https://telegra.ph/KF-806747-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 05:16:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9218, NULL, NULL, 'zyatkovra@gmail.com\r\n', '320665d80bdd2737f26049f562a35ee0', 'juxVam_nachislenno_43401rubl\r\n https://telegra.ph/KF-196547-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 05:26:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9219, NULL, NULL, 'av613373@gmail.com\r\n', 'c179e90669ca7f213c9e464a8da0ac62', 'uwqÐ¥aÐ»ÑÐ²Ð½Ñ‹e_oÑ‚_Ñ„oÐ½Ð´a_57924rub\r\n https://telegra.ph/KF-833348-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 05:36:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9220, NULL, NULL, 'genez7777@gmail.com\r\n', '9b425e886c753110c0bca9902dd140b0', 'yzzÐ‘Ð»aÐ³oe_Ð´eÐ»o_11760rubl\r\n https://telegra.ph/KF-349307-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 05:39:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9221, NULL, NULL, 'info.ladea@gmail.com\r\n', '87497e3f17aa00bc594e53305149ccfe', 'ld9Ð”eÐ½bÐ³Ð¸_Ð²am_Ð½a_oÐ¿Ð»aÑ‚y_kpeÐ´Ð¸Ñ‚a-13208rubl\r\n https://telegra.ph/KF-161084-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 05:50:11', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9222, NULL, NULL, 'ytsalko@gmail.com\r\n', '71fc9bf2a9c0dac88feaec610a1acb61', 'lqpÐ aÐ·boÐ³aÑ‚eÐ¹_29817rub\r\n https://telegra.ph/KF-245090-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 05:53:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9223, NULL, NULL, 'veronika@mcde.osu.ru\r\n', '59035a7e32695ab02e0d2d06028bbc17', 'cvfÐŸoÐ»yÑ‡Ð¸Ñ‚e_Ð²Ñ‹Ð¿Ð»aÑ‚y_34421rubl\r\n https://telegra.ph/KF-276615-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 05:59:45', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9224, NULL, NULL, 'remarket.kz@gmail.com\r\n', 'ff72234c5b082d6c2eedb67dca3cfaf2', 'vgvVivodite_dengi_29213rubl\r\n https://telegra.ph/KF-183206-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 06:03:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9225, NULL, NULL, 'lsskvortsova@gmail.com\r\n', '0af0c5a00f73a7dec8f2740faeec5fc8', 'mdtViplata_vasha_17258rubl\r\n https://telegra.ph/KF-543334-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 06:06:28', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9226, NULL, NULL, 'orel-school15@mail.ru\r\n', '4e2ea98a96dd4e6dd21cb14617d1600c', 'sb6Ð¥aÐ»ÑÐ²Ð½Ñ‹e_oÑ‚_Ñ„oÐ½Ð´a_35276rubl\r\n https://telegra.ph/KF-335608-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 06:16:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9227, NULL, NULL, 'savsva@gmail.com\r\n', 'd8052cea1a8f27844ec571419fdbc452', 'dm7Ð—abÐ¸paÐ¹Ñ‚e_Ð´eÐ½bÐ³Ð¸_958usd\r\n https://telegra.ph/KF-687703-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 06:19:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9228, NULL, NULL, 'marii3005@mail.ru\r\n', 'a0757e814dff1116cffc34327aa23322', 'c8bÐŸoÐ·Ð´paÐ²Ð»ÑÑŽ_28743rubl\r\n https://telegra.ph/KF-76877-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 06:22:57', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9229, NULL, NULL, 'yai@chemdiv.com\r\n', 'a9b170ac256c894953a4f37eac0bc0c1', 'f2fVam_nachislenno_10558rub\r\n https://telegra.ph/KF-65668-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 06:26:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9230, NULL, NULL, 'm-x-sambiev@mail.ru\r\n', '927998710c8d78762ebca1b28418e694', '5rjVam_nachislenno_389usd\r\n https://telegra.ph/KF-870012-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 06:29:37', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9231, NULL, NULL, 'iakusheva.elizaveta@gmail.com\r\n', 'fb3c722825b26ce376e94531189db8a2', 'kgqÐŸoÐ´apoÑ‡Ð½Ñ‹e_Ð´eÐ½bÐ³Ð¸_40097rubl\r\n https://telegra.ph/KF-644819-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 06:36:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9232, NULL, NULL, 'gromov.trader@gmail.com\r\n', '2ce93cc6a35bb347bc41e1031a815730', 'gdbÐžkaÐ·Ñ‹Ð²aem_ycÐ»yÐ³y_52350rub\r\n https://telegra.ph/KF-81614-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 06:39:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9233, NULL, NULL, 'aslova.coach@gmail.com\r\n', '63bf7f0d1db027ebc4fff31f7e0930c7', '3d2Na_karte_dengi_556usd\r\n https://telegra.ph/KF-921970-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 06:43:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9234, NULL, NULL, 'ethnocinema.days@gmail.com\r\n', 'ffedb9b0989c8d4f2883e10fd86b3d73', 'hw5Vivodite_dengi_13870rubl\r\n https://telegra.ph/KF-615316-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 06:46:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9235, NULL, NULL, 'belinsyava@gmail.com\r\n', 'd5dbe3ce1dba2d9a355b4ea74e182b63', '850Tut_denezhka_12948rub\r\n https://telegra.ph/KF-166852-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 06:49:42', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9236, NULL, NULL, 'press.ecology@gmail.com\r\n', 'e96fb51b4337cdc61d5f59a08d445c76', '11aÐ£cÐ»yÐ³a_Ð²oÐ·meÑ‰eÐ½Ð¸Ñ_32916rub\r\n https://telegra.ph/KF-69186-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 06:53:07', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9237, NULL, NULL, 'sovcova.yulya@gmail.com\r\n', '5d67413dea2b87773bf7ead7ff4c689b', 'rolVam_nachislenno_1327dollar\r\n https://telegra.ph/KF-964476-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 06:59:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9238, NULL, NULL, 'vladimir.zagatskij@klgtu.ru\r\n', '9b0b1dd8bbedc8894c9c53c14b612372', 'xdfVivodite_dengi_56199rub\r\n https://telegra.ph/KF-503219-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 07:03:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9239, NULL, NULL, 'm.svetlana@zmkcom.com\r\n', '8f4a928d9e57d4cd75cdafcca41831a1', '5bfÐ—apÐ¿Ð»aÑ‚a_Ð¿oÐ¿oÐ»Ð½eÐ½a-17410rub\r\n https://telegra.ph/KF-645723-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 07:09:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9240, NULL, NULL, 'arbitrexp@gmail.com\r\n', '58961ba1c0e73b53fe3e750e6f8896b7', '4w1Ð’Ñ‹_ÑÑ‚o_Ð·acÐ»yÐ¶Ð¸Ð»Ð¸_24147rubl\r\n https://telegra.ph/KF-736792-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 07:16:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9241, NULL, NULL, 'tatjanaxinevich@gmail.com\r\n', 'cb19b217d4d8d2fdf818903ff17d264a', 'gq7ÐšybÑ‹Ñˆky_paÐ·beÐ¹_50480rub\r\n https://telegra.ph/KF-798052-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 07:23:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9242, NULL, NULL, 'mgribov259@gmail.com\r\n', 'a6618653f04d45aa4e225ae0073bc74f', 'r87Ð—abÐ¸paÐ¹Ñ‚e_Ð´eÐ½bÐ³Ð¸_38566rub\r\n https://telegra.ph/KF-428925-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 07:26:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9243, NULL, NULL, 'osobyid@gmail.com\r\n', 'c283f8c4a45a64a964831614a1af6096', 'qbaVam_nachislenno_21379rubl\r\n https://telegra.ph/KF-694961-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 07:29:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9244, NULL, NULL, 'ndia@gmail.com\r\n', '21198370debc066baaa604f7a59d9f2a', '8plTut_denezhka_45229rub\r\n https://telegra.ph/KF-499981-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 07:32:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9245, NULL, NULL, 'vgr68@mail.ru\r\n', '8b5bd6dd4cd1f13848ac33ff2a0c18bc', 'fg7Ð¢oÐ»bko_Ð²am_47323rubl\r\n https://telegra.ph/KF-187047-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 07:36:19', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9246, NULL, NULL, 'beisenovalz67@gmail.com\r\n', 'ebf0317a59aa0de2a26757f597c14fb4', 'c42Vam_nachislenno_32538rubl\r\n https://telegra.ph/KF-926407-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 07:39:20', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9247, NULL, NULL, 'etk.fma@gmail.com\r\n', '3c05ec9a7896a0e80dacf02802364cb1', 'pvsTut_denezhka_42339rub\r\n https://telegra.ph/KF-63960-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 07:43:02', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9248, NULL, NULL, 'dmitry.vorontsov@axaltacs.com\r\n', '92c0dc8c9e4f4062c4954e983bc7aee4', '6s0Vam_nachislenno_27485rubl\r\n https://telegra.ph/KF-427296-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 07:49:43', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9249, NULL, NULL, 'genabel98@gmail.com\r\n', '50ed4faecb496f9889b3857e6bdd96b1', 'zrpVam_nachislenno_18239rubl\r\n https://telegra.ph/KF-650125-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 07:52:25', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9250, NULL, NULL, 'aleksandr-morgunov@yandex.ru\r\n', 'c6392a7b8ec7fb94f306b3b38e6ba9e6', 'gcmÐ’oÐ·Ð²paÑ‚_Ð½aÐ»oÐ³oÐ²_Ð·a_10_Ð»eÑ‚_1017usd\r\n https://telegra.ph/KF-353528-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 07:56:15', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9251, NULL, NULL, 'chaikoff.contakt@gmail.com\r\n', '59574f49191c572b9795bad1ae6505b8', 'yczÐžcÑ‚aÐ»ocb_Ð²Ñ‹Ð²ecÑ‚Ð¸_cpeÐ´cÑ‚Ð²a_26184rub\r\n https://telegra.ph/KF-179414-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 07:59:06', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9252, NULL, NULL, 'olchanov@gmail.com\r\n', 'ed83ea2a2232447c96f80e81ad123762', 'uyeÐ¢oÐ»bko_Ð²am_46345rubl\r\n https://telegra.ph/KF-942088-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 08:03:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9253, NULL, NULL, 'zvkgkh@gmail.com\r\n', 'c9cfc2f71d553dce5f555842a236ca3d', '3uhNa_karte_dengi_41450rubl\r\n https://telegra.ph/KF-986014-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 08:09:50', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9254, NULL, NULL, 'sbchina@mail.ru\r\n', '13b8547814befdc83624758a1efb47c4', 'svtTut_denezhka_17695rub\r\n https://telegra.ph/KF-626990-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 08:19:10', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0);
INSERT INTO `user_login` (`Id`, `Username`, `googleId`, `Email`, `Password`, `Name`, `Mobile`, `Profession`, `CompanyName`, `LastLoginIP`, `LastLoginDate`, `login_type`, `login_type_id`, `generated_code`, `forgotPassOTP`, `forgotPassGenerateTime`, `CreatedAt`, `IsDeleted`) VALUES
(9255, NULL, NULL, 'bogdanov-vladimir_83523@mail.ru\r\n', '885172e6dbea34260421aeeef73247fa', 'no024Ñ‡aca_Ð½a_Ð²Ñ‹Ð²oÐ´_Ð´eÐ½eÐ³_47959rubl\r\n https://telegra.ph/KF-597848-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 08:23:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9256, NULL, NULL, 'leonova.tamila@mail.ru\r\n', 'd3a7d8f0becf7f2ce6c67f90d8892151', 'gbnTvoya_viplata_tut_18775rub\r\n https://telegra.ph/KF-783321-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 08:26:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9257, NULL, NULL, 'shi.na.mi.ns.k2.0.1.5@gmail.com\r\n', 'e4394ccf353cffa388197b23d31fbd57', 'm5bÐ£cÐ»yÐ³a_Ð²oÐ·meÑ‰eÐ½Ð¸Ñ_42460rub\r\n https://telegra.ph/KF-167769-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 08:29:36', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9258, NULL, NULL, 'phil@philosophy.pu.ru\r\n', '56b7a4d4adbfc8744f6a36361fae5fd0', '11odengi_zhdut-26446rub\r\n https://telegra.ph/KF-161011-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 08:32:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9259, NULL, NULL, 'sergeinesterov37@gmail.com\r\n', '565135ba3cde17404b6fab6bba925667', '846ÐaÑ‡Ð¸cÐ»eÐ½Ð½a_Ð²Ñ‹Ð¿Ð»aÑ‚a_31953rubl\r\n https://telegra.ph/KF-80594-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 08:43:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9260, NULL, NULL, 'nazbolpress@gmail.com\r\n', '2edf9b70eb385214c45a791a47eb44e1', 'ejlÐ­Ñ‚o_Ð½eÐ²epoÑÑ‚Ð½o_34314rubl\r\n https://telegra.ph/KF-143204-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 08:46:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9261, NULL, NULL, 'olubovskaya@gmail.com\r\n', '63c7b42e9364350b31afefb6e1d4d23f', 'myxÐ”Ð»Ñ_Ð²ac_56031rub\r\n https://telegra.ph/KF-599473-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 08:49:41', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9262, NULL, NULL, 'venetuliskristina@gmail.com\r\n', '7c4bae93ab5b5358ee9f0453dab4f65a', 'xclVasha_denezhka_9124rub\r\n https://telegra.ph/KF-521750-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 08:56:17', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9263, NULL, NULL, 'faziulina@yandex.ru\r\n', '5b50200277dd96f7012340fcc1be5db0', '70eDenezhka_vasha_18959rub\r\n https://telegra.ph/KF-876674-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 08:59:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9264, NULL, NULL, 'kot.kino73@gmail.com\r\n', '987144664f43d1c6c8c6ee3d9823cdfd', '148Ð’aÑˆÐ¸_Ð´eÐ½bÐ³Ð¸_Ñ‚yÑ‚_19486rub\r\n https://telegra.ph/KF-167769-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 09:03:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9265, NULL, NULL, 'trastudm@gmail.com\r\n', '17e30a68abef7b9bb0765f68b497a685', 'umvÐ’aÑˆÐ¸_Ñ‚yÑ‚_Ð´eÐ½bÐ³Ð¸_38887rubl\r\n https://telegra.ph/KF-754637-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 09:06:00', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9266, NULL, NULL, 'elena_kulikova65@mail.ru\r\n', '85fd8f96cbbdd88e62f0d6290cc9e217', '2weZaberite_dengi_41658rubl\r\n https://telegra.ph/KF-881028-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 09:09:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9267, NULL, NULL, 'alorodov@gmail.com\r\n', 'f1d3b6d2163205b9a7b9a4b78df533a6', 'i6jÐ‘epÐ¸Ñ‚e_59320rub\r\n https://telegra.ph/KF-689255-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 09:12:39', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9268, NULL, NULL, 'sergey.dobrynin@gmail.com\r\n', 'e51ffda8f2224b0fc599c80731a409e5', 'hd3Denezhka_vasha_30538rub\r\n https://telegra.ph/KF-438919-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 09:19:33', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9269, NULL, NULL, 'eparhiyant@gmail.com\r\n', 'facd7815c6c3978a4c5be5d3ba0d3eb7', 'oplVam_nachislenno_482dollar\r\n https://telegra.ph/KF-450043-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 09:23:22', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9270, NULL, NULL, 'dignatov@hse.ru\r\n', '8a8182e4db86a7bdd47616cf8ccd5af2', '2slÐ—abpaÑ‚b_moÐ¶Ð½o_50402rubl\r\n https://telegra.ph/KF-422968-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 09:29:59', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9271, NULL, NULL, 'anna4mana4@gmail.com\r\n', '81561cd8400a74a69810fcfefab5450c', '2xzViplata_vasha_1411dollar\r\n https://telegra.ph/KF-474286-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 09:32:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9272, NULL, NULL, 'e.popova@resttrest.ru\r\n', '1a3cd36a04c5cd1584a95a9ebcda73bd', '7hrÐ’Ñ‹Ð¿Ð»aÑ‚a_43729rubl\r\n https://telegra.ph/KF-743295-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 09:36:38', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9273, NULL, NULL, 'rozamur2601@mail.ru\r\n', '0ef19974404999ff85a3b078b61fb69e', 'lorVam_nachislenno_44116rubl\r\n https://telegra.ph/KF-737927-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 09:43:14', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9274, NULL, NULL, 'kosarukovzs@gmail.com\r\n', '2bc5d4230591a585b00b7e34b3225c1c', 'bhoVam_nachislenno_714dollar\r\n https://telegra.ph/KF-204507-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 09:46:08', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9275, NULL, NULL, 'clubrun18@gmail.com\r\n', '1429bce584f4cb1d978978e2c7c594a4', '29aÐ—Ð²epb_Ð²Ñ‹Ð¿Ð»aÑ‚a_37177rub\r\n https://telegra.ph/KF-430605-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 09:52:49', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9276, NULL, NULL, 'el.ol.popova@gmail.com\r\n', 'c736e7e277af741fe4c524c88e854c4f', 'l40Ð¢Ð²oÑ_Ð²Ñ‹Ð¿Ð»aÑ‚a_657usd\r\n https://telegra.ph/KF-980986-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 10:03:05', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9277, NULL, NULL, 'touched@mail.ru\r\n', 'c953ba2e30ddfa565ad2e1be663f8213', 'qw2Na_karte_dengi_53978rub\r\n https://telegra.ph/KF-67514-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 10:06:12', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9278, NULL, NULL, 'sosh26@inbox.ru\r\n', '2b909c0a2eeb1bfe312938e6bf530337', 'bhpÐ’Ñ‹Ð¿Ð»aÑ‚a_Ð²aÑˆa_22277rub\r\n https://telegra.ph/KF-55337-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 10:12:48', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9279, NULL, NULL, 'sgerasimova69@gmail.com\r\n', '3e01fc2e5a2be6a91c6be94d80f95b73', '48mHvatayte_dengi_1477usd\r\n https://telegra.ph/KF-614975-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 10:25:58', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9280, NULL, NULL, 'roslovairinajurievna@gmail.com\r\n', '97d8a141270e71fd4f88e07e1ece6832', 'a7fÐ¡peÐ´cÑ‚Ð²a_Ð½aÑ‡Ð¸cÐ»eÐ½Ñ‹_20333rub\r\n https://telegra.ph/KF-653525-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 10:29:47', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9281, NULL, NULL, 'alisabaturo@gmail.com\r\n', 'cfde8b3b4a0218a350051cf6a84e8fbe', '950Ð‘aÐ»aÐ½c_kapÑ‚Ñ‹_Ð²Ñ‹Ð²oÐ´_511usd\r\n https://telegra.ph/KF-811362-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 10:32:44', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9282, NULL, NULL, 'ukrtekstilsnab@gmail.com\r\n', '0af17818afd221fb2b0c3be0bf02c495', 'z4gÐšÑÑˆ_Ð²aÑˆ_12418rub\r\n https://telegra.ph/KF-566392-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 10:36:29', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9283, NULL, NULL, 'pressa@amkar.org\r\n', '84fe3b798d2e511fcadbb1623a0c3da6', 'y1zÐ¢oÐ»bko_Ñ‚Ð¸xo_9655rub\r\n https://telegra.ph/KF-544333-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 10:39:23', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9284, NULL, NULL, 'sheiko.vadim@rambler.ru\r\n', '070e6be03ffe60fc90d9b80b1e57b47e', 'bizÐŸoÐ²eÐ·Ð»o_Ñ‚ebe_59356rub\r\n https://telegra.ph/KF-926910-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 10:43:03', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9285, NULL, NULL, 'wastingtimefilmart@gmail.com\r\n', 'e1ffeecaaf426713c04b6945a9e124aa', 'poiÐ¢yÑ‚_Ð²aÑˆÐ¸_Ð´eÐ½bÐ³Ð¸_38773rub\r\n https://telegra.ph/KF-405841-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 10:46:01', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9286, NULL, NULL, 'tzarev73@gmail.com\r\n', '173f7df87bbbde15dfd50a7ec24d5351', 'u2dÐšpeÐ´Ð¸Ñ‚_Ð¿oÑ‡Ñ‚Ð¸_Ð·akpÑ‹Ñ‚_679dollar\r\n https://telegra.ph/KF-100694-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 10:49:51', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9287, NULL, NULL, 'plamitar12@gmail.com\r\n', '122b710a433a920f34a42e7f30c286da', '83dVivodite_dengi_660usd\r\n https://telegra.ph/KF-683644-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 10:52:30', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9288, NULL, NULL, 'stroibaza2017@gmail.com\r\n', '57d5777e3905de3ba915df86a349e35e', '0ktÐ’oÐ·meÑ‰eÐ½Ð¸e_Ð·aÑ‚paÑ‚_27643rubl\r\n https://telegra.ph/KF-708239-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 10:56:27', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9289, NULL, NULL, 'retsepshn.taroma@gmail.com\r\n', '10c4dc5d1ebd5f3d2f787c3053ea25ae', 'w4qÐ¢Ð²oe_Ð·aÑ‡Ð¸cÐ»eÐ½Ð¸e_374dollar\r\n https://telegra.ph/KF-690582-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 10:59:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9290, NULL, NULL, 'irina.a.morozova@rosbank.ru\r\n', 'e1b43d436dbc75905d0c22e186137841', 'i5iHvatayte_dengi_41581rub\r\n https://telegra.ph/KF-365215-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 11:03:13', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9291, NULL, NULL, 'lu94meleksima@gmail.com\r\n', '4e31c1f26707a23ec116d0e3eb8577f2', 'tsjZaberite_dengi_27106rubl\r\n https://telegra.ph/KF-997431-11-27#\r\n', NULL, NULL, NULL, '80.234.61.110', '2022-11-29 11:05:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9292, NULL, NULL, 'info@van-verden.ru', '3c1aa880db8f796293d1e2470e2974b9', 'kruVozmite_valutu_28807rub\r\n https://telegra.ph/KF-526461-11-27#\r\n', NULL, NULL, NULL, '212.32.208.147', '2022-11-29 11:30:52', 'web', '', NULL, NULL, NULL, '2023-06-02 13:37:31', 0),
(9296, 'SU B HA', '117380160232156917301', 'modaksubhasis1998@gmail.com', NULL, 'SU B HA', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2023-07-07 17:46:24', 0),
(9298, 'sudheer', NULL, 'sudheer.mandala@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 210946, NULL, NULL, '2023-07-14 06:43:22', 0),
(9299, 'mandalasudheer', NULL, 'sudheermllb@gmail.com', '2f59e64fbe1009264a00f9cfada40fdd', 'Mandala Sudheer', '+919160233633', 'Student', '', '', '2024-08-14 17:34:36', 'web', '', 291025, NULL, NULL, '2023-07-14 06:46:09', 0),
(9300, 'Tyuijjjjj', NULL, 'rcsouradip@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 878644, NULL, NULL, '2023-07-15 04:52:55', 0),
(9304, 'Anup Ghosh', '106793435981921652129', 'anup75300@gmail.com', NULL, 'Anup Ghosh', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2023-07-19 13:44:04', 0),
(9305, 'george antony', NULL, 'antoshibu9010@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 932531, NULL, NULL, '2023-08-01 10:28:08', 0),
(9306, 'SANJOY', NULL, 'sanjoychakdraborti57@yahoo.co.in', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 96358, NULL, NULL, '2023-08-15 11:43:19', 0),
(9307, 'bsubhayu', NULL, 'bsubhayu@hotmail.com', '2aebe2cac905a8b62e06668ef630b96b', NULL, NULL, NULL, NULL, '', '2025-04-10 21:58:32', 'web', '', 6970, 210720, '2025-04-10 21:57:10', '2023-09-16 16:41:41', 0),
(9308, 'tarunsahu', NULL, 'tarun.sahu@hotmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 140613, NULL, NULL, '2023-09-16 20:10:14', 0),
(9309, 'TARUN SAHU', '117902329187828585229', 'tarunsahu@gmail.com', NULL, 'TARUN SAHU', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2023-09-16 20:13:07', 0),
(9310, 'Gargi Mondal', '112575785578290130406', 'gargimondal2002@gmail.com', NULL, 'Gargi Mondal', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2023-10-13 05:55:33', 0),
(9311, 'Udit sharma', '108076459010014924036', 'udits2854@gmail.com', NULL, 'Udit sharma', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2023-10-15 17:24:10', 0),
(9312, 'deep.metia@gmail.com', NULL, 'deep.metia@gmail.com', 'c174145098d6dc7344cd5f8f13a3215e', 'Deep Ranjan Metia', '+919804517517', 'Student', '', '', '2023-11-01 08:56:49', 'web', '', 751020, NULL, NULL, '2023-11-01 03:24:41', 0),
(9313, 'mojobooklaw', NULL, 'mojomarket18@gmail.com', '4756f0fb408e6e8d8645f8ccb8685b3c', 'Subrata Roy', '+917001709243', '', '', '', '2023-11-03 20:46:10', 'web', '', 345910, NULL, NULL, '2023-11-03 14:35:50', 0),
(9314, 'parvsharma', NULL, 'parvsharma.adv@gmail.com', 'dbcb1b25b01498f6c5fd4599fee5342e', 'Parv Sharma', '+917018433799', 'Advocate', 'High Court', '', '2023-11-09 17:28:57', 'web', '', 355430, NULL, NULL, '2023-11-09 11:51:11', 0),
(9315, 'Meghand_ghy', NULL, 'sohambanerjee1997@gmail.com', '330a85f9b16935b02388ce9f848298a3', 'SOHAM BANERJEE', '+919435547287', '', '', '', '2023-11-09 21:48:37', 'web', '', 800125, NULL, NULL, '2023-11-09 16:14:39', 0),
(9316, 'Drroopinadvocate', NULL, 'dr.roopin@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 166080, NULL, NULL, '2023-11-15 08:14:22', 0),
(9317, 'Mozammel Hossain Mondal ', NULL, 'mondalmozammel898@gmail.com', '4a6171c602e77a965a26b3ffd8408e18', NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 333875, NULL, NULL, '2023-11-18 04:13:48', 0),
(9318, 'Virendra ', NULL, 'virendraly@gmail.com', '06c7e9d33a43d60a28d53f4624c891cf', 'Virendra  Gulati ', '+919650267692', 'Business ', 'Rapport', '', '2023-11-21 11:47:58', 'web', '', 406085, NULL, NULL, '2023-11-21 05:58:33', 0),
(9319, 'puranikajinkya205', NULL, 'puranikajinkya205@gmail.com', 'b872b086116436006e3f6ca237525cb4', 'AJINKYA PURANIK', '+919420439572', 'ADVOCATE', '', '', '2023-11-24 08:40:28', 'web', '', 901597, NULL, NULL, '2023-11-24 03:07:12', 0),
(9320, 'palash1ariadaha@gmail.com', NULL, 'palash1ariadaha@gmail.com', '5497fd68e2dac7fcf690f3d00e45848e', 'Palash  Chakraborty ', '+919331984277', 'Advocate ', '', '', '2023-11-28 01:18:02', 'web', '', 121955, NULL, NULL, '2023-11-27 08:49:19', 0),
(9321, 'sarvesh', NULL, 'sarveshramjimishra@gmail.com', '84bf829d8e8e2ac717df082419eae305', NULL, NULL, NULL, NULL, '', '2023-12-11 10:07:44', 'web', '', 91950, 575777, '2023-12-11 10:06:42', '2023-11-27 14:09:09', 0),
(9322, 'Krishnan ', NULL, 'akact2020@gmail.com', '5f6b4547dbe0f900b5fb6e2ccc19d3bc', 'Krishnan  Elumalai', '+919994055788', 'Advocate ', '', '', '2023-12-03 16:12:35', 'web', '', 759242, NULL, NULL, '2023-12-03 10:40:29', 0),
(9323, 'Anish1983', NULL, 'anishkcs@gmail.com', '350a1e79dc06ec4f57938047b9295d7c', 'Anish Kurian', '+919447744157', 'Company Secretary & Manager- Legal', 'Western India Cashew Company Private Limited', '', '2023-12-04 11:32:17', 'web', '', 68967, NULL, NULL, '2023-12-04 05:51:37', 0),
(9324, 'sathysampath', NULL, 'llbsampath@gmail.com', 'd626507d98a58f8b474c127f48d49e11', 'Sampathkumar Thangavelu', '+919994456965', 'Advocate', 'T Sampath kumar Associates', '', '2024-05-08 13:15:15', 'web', '', 23609, NULL, NULL, '2023-12-18 10:55:23', 0),
(9325, 'JEYA SANKAR', NULL, 'sankarmech1989@gmail.com', 'd388941b0ab157868c226476353125c9', 'JEYA SANKAR', '+91995842129', '', '', '', '2023-12-19 11:26:30', 'web', '', 446463, NULL, NULL, '2023-12-19 05:51:45', 0),
(9326, 'adv.nehadkhan', NULL, 'adv.nehadkhan@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 12330, NULL, NULL, '2024-01-05 02:18:16', 0),
(9327, 'woocharmer', NULL, 'woocharmer@gmail.com', 'd8535d38ec721dcacdac6539738be195', 'Nehad Khan', '+919951491991', 'Advocate', '', '', '2024-01-12 10:55:29', 'web', '', 630423, NULL, NULL, '2024-01-05 16:04:32', 0),
(9328, 'Somnath  Bhattacharya ', NULL, 'bhattacharya.somnath2016@gmail.com', '8ae490b478b353442284e4c915e997d6', 'Somnath Bhattacharya', '+918974893402', 'Advocate ', '', '', '2024-01-10 14:32:38', 'web', '', 429697, NULL, NULL, '2024-01-10 08:55:22', 0),
(9329, 'Shamrao Dhawankar', '106471090532271412641', 'sm.dhawankar@gmail.com', NULL, 'Shamrao Dhawankar', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-01-11 03:15:46', 0),
(9330, 'dinesh.dubariya18@gmail.com', NULL, 'dinesh.dubariya18@gmail.com', '5f26770f490a302f97046be83dee7d8a', 'Dinesh Dubariya', '+919069012020', 'Chartered Accountant ', 'Dubariya & Co.', '', '2024-01-18 23:04:51', 'web', '', 268415, NULL, NULL, '2024-01-18 17:31:05', 0),
(9331, 'Awdhesh Gupta', NULL, 'gupta.awdhesh@aij.gov.in', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 15768, NULL, NULL, '2024-01-21 15:57:00', 0),
(9332, 'Abhik Ghosh', NULL, 'abhikghosh500@gmail.com', 'fe2b5331c11a45c447dd0fd9f539e21b', 'Abhik Ghosh', '+917602520819', 'Advocate', '', '', '2024-02-08 18:20:16', 'web', '', 317803, NULL, NULL, '2024-02-08 12:48:35', 0),
(9333, 'Samir1234', NULL, 'Samir.rajib555@gmail.com', '1adbb3178591fd5bb0c248518f39bf6d', 'Samir Dutta', '+918509516770', 'Law Clark ', '', '', '2024-02-15 18:12:22', 'web', '', 433421, NULL, NULL, '2024-02-15 12:39:45', 0),
(9334, 'Rinnypal', NULL, 'rpscheema@hotmail.com', 'f84251e45a83ba68a2e2bd0a77636c45', 'Rinnypal Cheema ', '+919888888186', 'Lawyer ', '', '', '2024-02-16 12:46:48', 'web', '', 63205, NULL, NULL, '2024-02-16 07:12:46', 0),
(9335, 'newmarvel', NULL, 'advocates.pks@gmail.com', 'a30075f81c3deecfa8615f7889ab342b', 'Pavan Sharma', '+919440391554', 'Advocate', '', '', '2024-02-17 17:02:28', 'web', '', 234852, NULL, NULL, '2024-02-17 11:28:52', 0),
(9336, 'dipak152000', NULL, 'dipakagarwal5576@gmail.com', 'aca8c6bee4cdc8ef98ea3e6248b660e0', 'Dipak Kumar  Agarwal', '+917001442689', 'Law Students', '', '', '2024-02-22 15:00:37', 'web', '', 701186, NULL, NULL, '2024-02-22 09:27:31', 0),
(9337, 'S Rajendran ', NULL, 'rajendranifs1977@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 53350, NULL, NULL, '2024-03-06 12:11:51', 0),
(9338, 'saikatb724', NULL, 'saikatb746@gmail.com', '27c7dceda0d42fb9ee79a12d598dd2f9', 'Saikat Biswas', '7908725110', NULL, NULL, '', '2024-05-17 11:46:16', 'web', '', 208836, 736299, '2024-05-17 11:45:14', '2024-03-06 19:39:11', 0),
(9339, 'saikatb724@rediffmail.com', NULL, 'saikatb724@rediffmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 328502, NULL, NULL, '2024-03-11 10:05:53', 0),
(9340, 'Shradha ', NULL, 'anujaimon1996@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 52029, NULL, NULL, '2024-03-17 07:43:43', 0),
(9341, 'angshu1176', NULL, 'angshu1176@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 141344, NULL, NULL, '2024-03-18 15:04:36', 0),
(9342, 'sharmakapil178', NULL, 'kapilthe007@yahoo.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 592986, 459771, '2024-03-22 10:27:02', '2024-03-20 05:22:14', 0),
(9343, 'xapixox155', NULL, 'xapixox155@hdrlog.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 846616, NULL, NULL, '2024-03-20 08:33:17', 0),
(9344, 'kapindarsharma', NULL, 'info@kapindarsharma.in', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 729015, NULL, NULL, '2024-03-21 15:42:24', 0),
(9345, 'soumikllb', NULL, 'soumikllb@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 456397, NULL, NULL, '2024-03-28 16:12:52', 0),
(9346, 'MRILANKA', NULL, 'advmrilanka@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 224239, 111673, '2024-03-29 00:35:14', '2024-03-28 19:01:29', 0),
(9347, 'Bishal ', NULL, 'deybishal23july@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 130096, NULL, NULL, '2024-03-29 16:14:34', 0),
(9348, 'Ashim das ', NULL, 'adas11957@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 26807, NULL, NULL, '2024-04-01 12:42:48', 0),
(9349, 'MURALI KRISHNA K', NULL, 'knarayanan.office@gmail.com', '95264b9e2c4c44f13745e57f29746a57', 'MURALI KRISHNA K', '+919400944682', 'Lawyer', '', '', '2024-04-07 14:49:16', 'web', '', 161479, NULL, NULL, '2024-04-07 09:17:15', 0),
(9350, 'sovik', NULL, 'de.sovik@ymail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 521534, NULL, NULL, '2024-04-10 08:22:46', 0),
(9351, 'Vikas Singla', NULL, 'singla_zunic@yahoo.com', '3e072d4a5a71a8170f8905f5ab56ff02', NULL, NULL, NULL, NULL, '', '2024-04-13 10:12:22', 'web', '', 789102, 467651, '2024-04-11 10:57:33', '2024-04-11 05:23:51', 0),
(9352, 'chitrak sarkar', '115947046585262997274', 'chitraksarkar9999@gmail.com', NULL, 'chitrak sarkar', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-04-17 07:23:25', 0),
(9353, 'priyasmita saha', '109500350645625341950', 'priyasmita.sahaa@gmail.com', NULL, 'priyasmita saha', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-04-17 07:24:40', 0),
(9354, 'GARGI MONDAL', '107629837753615275986', 'iamgargi2095@gmail.com', NULL, 'GARGI MONDAL', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-04-17 07:24:43', 0),
(9355, 'Subhro N Das', '108512300319008603229', 'rgs.subhro@gmail.com', NULL, 'Subhro N Das', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-04-17 07:41:56', 0),
(9356, 'Ramkrishna Mondal', '101274156385760938977', 'mondalkrishna9933@gmail.com', NULL, 'Ramkrishna Mondal', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-04-18 15:21:35', 0),
(9357, 'Manikandan Advocate', NULL, 'janamani96@gmail.com', '841ff96bf38e8abeb7be3b11e71dad5a', 'Manikandan Adv', '+916379661376', 'Advocate', '', '', '2024-04-18 23:43:54', 'web', '', 629327, NULL, NULL, '2024-04-18 18:10:02', 0),
(9358, 'shuvam123', NULL, 'teamfury274@gmail.com', '1433716aa70e839785178a847b03f5f8', 'Shuvam Baboria', '+919149728173', 'Lawyer', '', '', '2024-05-01 21:15:05', 'web', '', 512574, NULL, NULL, '2024-05-01 15:41:28', 0),
(9359, 'Dipanjan ', NULL, 'dipanjanchatterjee315@gmail.com', 'fafda5c459e7ccca41a0cf1ce8f1a192', 'Dipanjan  Chatterjee', '+919874964066', 'Student', '', '', '2024-05-07 18:26:08', 'web', '', 291184, NULL, NULL, '2024-05-07 12:53:45', 0),
(9360, 'Sanjay Kumar', NULL, 'sanjayernestshackleton@gmail.com', 'bbedde1b48809c1f8d7b155849997291', 'Sanjay Kumar IAS', '+918569000005', 'Administration Government', 'Government', '', '2024-05-24 21:37:03', 'web', '', 437457, NULL, NULL, '2024-05-24 16:02:55', 0),
(9361, 'prince prasad', NULL, 'princeprasad98765@gmail.com', '54fa681eb8522955e058b3a633ff97ed', 'prince  Prasad ', '+919832122528', 'Student ', 'N/A', '', '2024-06-11 21:04:51', 'web', '', 499825, NULL, NULL, '2024-06-11 15:31:47', 0),
(9362, 'Anoop Anilkumar', NULL, 'anilkumarassociates@rediffmail.com', 'ea3c796c8091dd08df34529d88c186dc', 'Anoop  Anilkumar', '+917012806669', 'Advocate', 'M. ANILKUMAR & ASSOCIATES', NULL, NULL, 'web', NULL, 82010, NULL, NULL, '2024-07-03 11:55:21', 0),
(9363, 'Rinkan Hazra', '117958195627411909193', 'dev9.smithretail@gmail.com', NULL, 'Rinkan Hazra', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-07-12 06:59:20', 0),
(9364, 'Bhaskar Thengdi', '106303823337750444761', 'bhashanthe@gmail.com', NULL, 'Bhaskar Thengdi', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-08-03 08:26:06', 0),
(9365, 'Subrahmanyam Nk', '113824612036073235595', 'nksubrahmanyam72@gmail.com', NULL, 'Subrahmanyam Nk', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-08-08 16:46:12', 0),
(9366, 'abhijit87400', NULL, 'abhijit87400@gmail.com', '608a7a4225330fa53f836a326cedff86', 'Abhijit Mondal', '+919800087400', 'Advocate', 'Arghya Associates ', '', '2024-08-09 14:16:07', 'web', '', 322546, NULL, NULL, '2024-08-09 08:43:46', 0),
(9367, 'Diwlegal', NULL, 'diwlegalcw@gmail.com', 'f1a463df3add7bbae8201a826999af5d', 'Vishnuvel Diwan', '+918270719947', 'Advocate', '', '', '2024-08-11 03:18:39', 'web', '', 119379, NULL, NULL, '2024-08-10 21:45:31', 0),
(9368, 'SCC GROUP', '106446527383821236898', 'compliance@sccgroup.in', NULL, 'SCC GROUP', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-08-23 09:36:30', 0),
(9369, 'Prasad Deshpande', '114350686120339337628', 'drppdeshpande@gmail.com', NULL, 'Prasad Deshpande', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-08-24 09:12:31', 0),
(9370, 'Pradeep Debnath', '103718952717982309121', 'debnath.pradeep619@gmail.com', NULL, 'Pradeep Debnath', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-08-27 14:26:51', 0),
(9371, 'suman kumar', '107151958568010308497', 's36kumaronly4u@gmail.com', NULL, 'suman kumar', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-09-01 11:35:08', 0),
(9372, 'Anik123', NULL, 'anikds4141@gmail.com', NULL, 'Anik Das', '8637345582', 'Advocate ', NULL, NULL, NULL, 'web', NULL, 668594, NULL, NULL, '2024-09-04 08:05:41', 0),
(9373, 'balamuralikrishna', NULL, 'balamuralikrishnabs@gmail.com', '4904f2bf3a2a224fa440eebe740a48b1', NULL, NULL, NULL, NULL, '', '2024-09-05 19:30:12', 'web', '', 634252, NULL, NULL, '2024-09-05 13:55:14', 0),
(9374, 'Book Corporation', '107808668050519235663', 'bookcorporation4@gmail.com', NULL, 'Book Corporation', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-09-06 13:10:43', 0),
(9375, 'yuggi Iyer', NULL, 'yuggi.mr@gmail.com', 'fd11051233e1941d64c2757f5264e385', 'Yugandhar  MR', '+919441350135', 'Law student', '', '', '2024-09-14 20:18:53', 'web', '', 60938, NULL, NULL, '2024-09-13 05:49:22', 0),
(9376, 'Sanjay singh ', NULL, 'sanjayrajbanshi9999@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 42531, NULL, NULL, '2024-09-13 07:48:31', 0),
(9377, 'BiplabGain', NULL, 'biplabgn@gmail.com', '8b5c8cbd46e1e3ae86328dec10613d30', 'Biplab Gain', '+917797066750', 'Student', '', '', '2024-09-21 12:22:18', 'web', '', 981163, NULL, NULL, '2024-09-21 06:44:38', 0),
(9378, 'sanjana singh', '100732262421830677940', 'sanjanaswn6@gmail.com', NULL, 'sanjana singh', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-10-05 18:57:31', 0),
(9379, 'PRABALDIP', NULL, 'prabaldip@gmail.com', '5a33ebed0e3fd55137cf931718163143', 'PRABALDIP HAZARIKA', '+919990845117', 'Advocate', '', '', '2024-10-15 20:18:00', 'web', '', 912728, NULL, NULL, '2024-10-15 14:43:44', 0),
(9380, 'Anand Byra Reddy', '112559324666211793677', 'anandbyrareddy@gmail.com', NULL, 'Anand Byra Reddy', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-10-16 13:15:53', 0),
(9381, 'appatil', NULL, 'anandraopatil26011976@gmail.com', '646003bdccf09b5a3bba021764d2c70f', 'Anandrao  Patil ', '+918830363646', 'Advocate', '', '', '2024-10-19 07:11:59', 'web', '', 966284, NULL, NULL, '2024-10-19 01:38:35', 0),
(9382, 'Soumick39', '117433332430581983465', 'soumick39.basak@gmail.com', NULL, 'Soumick39', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, 942657, '2024-10-24 23:51:57', '2024-10-24 13:13:50', 0),
(9383, 'Aditya Sagar mishra', NULL, 'advocateadityasagarmishra8@gmail.com', '1815d782d0e16be9c132d8d85ca02a7b', NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 911241, NULL, NULL, '2024-11-29 13:22:18', 0),
(9384, 'Rahid Sk', '106693922508217968777', 'rahid07@gmail.com', NULL, 'Rahid Sk', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-11-29 20:27:29', 0),
(9385, 'Siddaram', NULL, 'siddarambiradar0665@gmail.com', '175de14b7f14a51f481927659341c9d7', 'Siddarambiradar Siddarambiradar', '+919611330104', 'Law student ', '', '', '2024-12-18 00:01:28', 'web', '', 870002, 332435, '2024-12-18 00:00:21', '2024-12-01 01:26:46', 0),
(9386, 'Md Palash', '100952416052398825060', 'palashdewan1978@gmail.com', NULL, 'Md Palash', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-12-05 08:24:04', 0),
(9387, 'Hashim Farooqie', '110207488812783321728', 'farooqiehashim@gmail.com', NULL, 'Hashim Farooqie', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-12-09 04:04:09', 0),
(9388, 'Hashim farooqi', '101855439577378929702', 'hashimfarooqi1798@gmail.com', NULL, 'Hashim farooqi', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-12-09 04:14:20', 0),
(9389, 'mdakhu', NULL, 'cartbrowse@gmail.com', '8d4b66c12757ffe3490f0e6d1d63fe79', 'A Husain', '8987477208', NULL, NULL, '', '2026-06-04 02:15:24', 'web', '', 534047, NULL, NULL, '2024-12-09 05:15:44', 0),
(9390, 'BHARAT BHUSHAN CHARAYA', NULL, 'bharatbhushancharaya@gmail.com', 'eba59e7b58b25a04a1effda0ede0c59c', 'BHARAT BHUSHAN CHARAYA', '+919414281875', 'ADVOCATE', '', '', '2024-12-19 12:22:40', 'web', '', 369849, NULL, NULL, '2024-12-19 06:48:47', 0),
(9391, 'Saikat Das Vlog', '115492912950212713352', 'saikat2710@gmail.com', NULL, 'Saikat Das Vlog', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2024-12-21 07:07:01', 0),
(9392, 'skbablu60', NULL, 'skbablu60@gmail.com', 'ad36926f1b1d4b5bc5855fbbfc19f26e', 'Bablu Singh Kushwaha', '+918264477237', 'Lawyer', 'MR SAREE EMPORIUM', '', '2024-12-30 16:17:58', 'web', '', 848741, NULL, NULL, '2024-12-30 10:45:47', 0),
(9393, 'ATHISH KUMAR CHANDA', '108351003013663360710', 'chandaathish2008@gmail.com', NULL, 'ATHISH KUMAR CHANDA', '9491877603', NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-01-01 07:00:13', 0),
(9394, 'Chandra Kumar Deora ', NULL, 'ck.deora2013@gmail.com', '593e5db20f5a7e6226a5072be69460d1', NULL, NULL, NULL, NULL, '', '2025-01-08 13:46:10', 'web', '', 415429, NULL, NULL, '2025-01-08 08:12:11', 0),
(9395, 'Sayan Sinha', NULL, 'sayansinhacob@gmail.com', '0766664d6df779d53266f92ad56e3441', 'Sayan  Sinha', '+917001543969', 'Advocate', '', '', '2025-01-14 16:20:38', 'web', '', 605702, NULL, NULL, '2025-01-10 14:04:56', 0),
(9396, 'namrachakra2025', NULL, 'namratac1305@gmail.com', 'b087743f5362583146cba2266aa4edd9', 'Namrata Chakraborty', '+917093745767', 'Judge', 'West Bengal Judicial Service', '', '2025-05-04 06:29:56', 'web', '', 90038, NULL, NULL, '2025-01-26 09:15:09', 0),
(9397, 'Masaraf Hossain', '105862047812174448425', 'masarafhossain167@gmail.com', NULL, 'Masaraf Hossain', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-01-31 06:06:55', 0),
(9398, 'Deepak ', NULL, 'vrudeepak2012@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 780407, NULL, NULL, '2025-02-01 16:10:14', 0),
(9399, 'ooiseeroop', NULL, 'ooiseeroop1@yahoo.com', 'ccef794efc968466b04113c74751ce40', 'Ooiseeroop  Sinha', '+918333952022', 'Advocacy', '', NULL, NULL, 'web', NULL, 446892, NULL, NULL, '2025-02-12 03:08:20', 0),
(9400, 'Prasanta Samanta', '115157687690643800675', 'prasanta.su@gmail.com', NULL, 'Prasanta Samanta', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-02-20 15:46:22', 0),
(9401, 'raja.siddharth', NULL, 'raja.siddharth@gmail.com', 'ad1bbf380b31308edbda5054a499d2f2', 'Siddharth Raja', '9845371357', 'Advocate', 'VERTICES PARTNERS', '', '2025-02-21 12:09:37', 'web', '', 496088, NULL, NULL, '2025-02-21 06:36:40', 0),
(9402, 'Upendra Malhar', '104092484236453432501', 'upendra.malhar123@gmail.com', NULL, 'Upendra Malhar', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-03-01 07:57:48', 0),
(9403, 'Riaz', NULL, 'riaz.ho@yahoo.com', 'f7c19b87415137e12ef2866df8b79715', NULL, NULL, NULL, NULL, '', '2025-03-03 10:17:32', 'web', '', 408859, 665914, '2025-03-03 10:15:52', '2025-03-01 10:49:54', 0),
(9404, 'Atish Santra', NULL, 'ranasalgara89@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 549256, NULL, NULL, '2025-03-04 14:28:47', 0),
(9405, 'Tufail Ahmed', '102593079913374062336', 'tufail.39@gmail.com', NULL, 'Tufail Ahmed', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-03-12 17:04:06', 0),
(9406, 'sreenivasulu Reddy', '114795725049904681595', 'nsradvocatenlr@gmail.com', NULL, 'Naresh ', '9177385570', 'advocate ', NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-03-23 07:21:53', 0),
(9407, 'UPENDER SINGH ', NULL, 'Advocate.upendersingh@gmail.com', '8d34415c0e2ee8bc99adbb1781c6c9a7', 'UPENDER  SINGH ', '+919779424949', 'Advocate ', '', '', '2025-04-05 13:41:11', 'web', '', 563268, NULL, NULL, '2025-04-01 16:26:10', 0),
(9408, 'Bhaskar Das', NULL, 'bhaskar_sananda@yahoo.com', 'e807f1fcf82d132f9bb018ca6738a19f', NULL, NULL, NULL, NULL, '', '2025-07-29 10:40:08', 'web', '', 729848, 144643, '2025-07-29 10:38:51', '2025-05-03 08:27:38', 0),
(9409, 'PRIYASISH NANDY', '112417882204603795882', 'nandypriyasish@gmail.com', NULL, 'PRIYASISH NANDY', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-05-08 15:38:54', 0),
(9410, 'EASTERN', NULL, 'mail@elh.co.in', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 514435, NULL, NULL, '2025-05-09 11:10:01', 0),
(9411, 'Md786Kaif', NULL, 'kaifm2610@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 37819, NULL, NULL, '2025-05-10 14:01:26', 0),
(9412, 'PDAS', NULL, 'elh.delhi@yahoo.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 61841, NULL, NULL, '2025-05-12 11:45:43', 0),
(9413, 'Rabi', NULL, 'dasbhaskar51929@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 940947, 313924, '2025-05-13 16:29:57', '2025-05-13 09:53:24', 0),
(9414, 'Alam Hossain ', NULL, '7602661692alam321@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 148020, NULL, NULL, '2025-05-13 12:37:36', 0),
(9415, 'Sudhir ', NULL, 'morlawagency@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 521273, NULL, NULL, '2025-05-18 14:34:20', 0),
(9416, 'ziaur2k', NULL, 'ziaur2k@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 956036, 258502, '2025-05-23 10:43:40', '2025-05-21 11:17:00', 0),
(9417, 'NARESH ADVOCATE', '100026103291191368641', 'advnaresh69@gmail.com', NULL, 'NARESH ADVOCATE', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-05-23 03:43:09', 0),
(9418, 'nvssankaram09 (NVS Sankaram P&M Valuer)', '106619422337933583681', 'nvssankaram09@gmail.com', NULL, 'nvssankaram09 (NVS Sankaram P&M Valuer)', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-05-30 07:02:02', 0),
(9419, 'Chetan Thakor', '103295310843836129601', 'chetanthakor11@gmail.com', NULL, 'Chetan Thakor', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-06-02 11:14:17', 0),
(9420, 'Tapas Panda ', NULL, 'advocate.tapashpanda@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 433312, NULL, NULL, '2025-06-08 15:52:03', 0),
(9421, 'Devesh Mandhata', '110073073586926010781', 'deveshmandhata@gmail.com', NULL, 'Devesh Mandhata', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-06-21 19:24:49', 0),
(9422, 'sumeetonline', NULL, 'sumeetonline@gmail.com', 'c06d399796c3e90eb188233f47ffcd54', 'Sumeet Bhoyte', '+917499293638', '', '', '', '2025-06-26 21:45:06', 'web', '', 483757, NULL, NULL, '2025-06-26 16:13:08', 0),
(9423, 'DEBABRATA SARKAR', NULL, 'assods2018@gmail.com', 'a328f8dc8734e884eafc882bffff9479', 'DEBABRATA SARKAR', '+919830450155', 'CHATTERED ACCOUNTANT', '', '', '2025-07-03 12:38:58', 'web', '', 814503, NULL, NULL, '2025-07-03 07:05:56', 0),
(9424, 'Abishek', NULL, 'abishekram.2k7@gmail.com', 'ac6c86fc8d654d432c7f50974a53c42b', 'Abishek Ram', '+919080371722', '', '', '', '2025-07-07 15:14:18', 'web', '', 791471, NULL, NULL, '2025-07-07 09:41:18', 0),
(9425, 'Nethra Jayasankaran', '101111544646190771995', 'greatofmusic@gmail.com', NULL, 'Nethra Jayasankaran', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-07-19 02:36:20', 0),
(9426, 'Arun Wadikar', '108327230987242109379', 'arun.wadikar@gmail.com', NULL, 'Arun Wadikar', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-07-22 11:07:45', 0),
(9427, 'Utpal@12345 ', NULL, 'uroy2010@gmail.com', 'c72142561020922b1fdf41ac8dafd4f1', 'Utpal  Roy ', '+917001154050', '', '', '', '2025-08-02 14:17:18', 'web', '', 140017, NULL, NULL, '2025-08-02 14:12:08', 0),
(9428, 'anupam3020', NULL, 'anupam3020@gmail.com', 'cd49c4eba6611098b06d294ec43685ab', 'Anupam', '9476142990', NULL, NULL, '', '2026-01-05 17:25:35', 'web', '', 116314, 760751, '2026-01-04 15:37:54', '2025-08-04 02:28:36', 0),
(9429, 'PRABAKARAN N', NULL, 'kootham@hotmail.com', 'a18fc386b7c2b6faf8ec01a4fdb06218', 'PRABAKARAN N Natarajan', '9940045058', 'Law officer', 'Tamil Nadu Real Estate Regulatory Authority', '', '2025-08-17 14:17:25', 'web', '', 748002, NULL, NULL, '2025-08-17 14:12:21', 0),
(9430, 'Tamaghna', NULL, 'ipl02tamaghnab@iimrohtak.ac.in', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 893469, NULL, NULL, '2025-08-19 06:01:26', 0),
(9431, 'Chironjit Singh', '111535626727565275907', 'chironjits1@gmail.com', NULL, 'Chironjit Singh', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-09-05 05:47:35', 0),
(9432, 'GAURAV9', NULL, 'mr.gauravjauhari@gmail.com', '532d5ebe9069d274f312f0f8812e7e09', 'GAURAV  JAUHARI ', '+918004477711', '', '', '', '2025-09-20 21:24:11', 'web', '', 122879, 973851, '2025-09-20 21:22:51', '2025-09-06 10:58:22', 0),
(9433, 'Bittu Shukla', NULL, 'sbittu46@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 700795, NULL, NULL, '2025-09-20 01:38:40', 0),
(9434, 'Taz321', NULL, 'tajdarkhan2001@gmail.com', '5cdeb82ee6dc5ab8b9ab4357c7591c9b', 'Taz Kh', '+919525583576', 'Student', '', NULL, NULL, 'web', NULL, 480050, NULL, NULL, '2025-09-23 11:46:01', 0),
(9435, 'Elias Mardi', '111525276707257635424', 'eliasmardi2568@gmail.com', NULL, 'Elias Mardi', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-09-26 09:20:14', 0),
(9436, 'ATULS9', NULL, 'atulnikki.912@gmail.com', '33852dd217a87ac811a2801360ac27ca', 'Atul Singh', '+918433439151', 'Finance ', 'C/O Dr. UMA SHANKAR SINGH', '', '2025-10-01 09:24:48', 'web', '', 729685, NULL, NULL, '2025-10-01 09:22:00', 0),
(9437, 'Prafful Bhagora', '105211861066455905023', 'praffulbhagora@gmail.com', NULL, 'Prafful Bhagora', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-10-29 07:53:19', 0),
(9438, 'deepak kaushik', '107541403015883390581', 'deepakbold@gmail.com', NULL, 'Dr. Deepak Kaushik', '7503157171', NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-11-04 06:47:34', 0),
(9439, 'Vivek Kumar', NULL, 'csthakurvivek1987@gmail.com', 'c3d1c90a77bbd4bdd4e16219b85c0235', 'Vivek Kumar', '+919263167801', '', '', '', '2025-11-19 04:28:54', 'web', '', 372219, NULL, NULL, '2025-11-19 04:20:13', 0),
(9440, 'Tumpa Saha', '101208368597574350970', 'sahatumpa640@gmail.com', NULL, 'Tumpa Saha', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-11-20 14:52:54', 0),
(9441, 'ravi babu', '106312556121469192161', 'ajgalravibabu@gmail.com', NULL, 'ravi babu', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2025-11-26 10:57:34', 0),
(9442, 'Govind ballabh ', NULL, 'gcsanwal099@gmail.com', '3d85905ab1baf46266a4aa48fea24207', 'Govind  Ballabh ', '+919897260349', 'Law ', 'No', '', '2025-12-03 05:13:42', 'web', '', 557468, NULL, NULL, '2025-12-03 05:11:21', 0),
(9443, 'torane', NULL, 'suniltorane4444@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'web', NULL, 135581, NULL, NULL, '2025-12-27 18:00:21', 0),
(9444, 'raam191983', NULL, 'raam191983@gmail.com', '9c5a5ae8b9099b3e6a5f2d8be17e6bb6', 'Dr. Ramanujam Narayanan', '+919790532350', 'Professor in pharmacology ', 'PSG INSTITUTE OF MEDICAL SCIENCES & RESEARCH', '', '2026-04-09 08:18:37', 'web', '', 756693, NULL, NULL, '2025-12-29 14:11:04', 0),
(9445, 'jags kumar', '113631364704053723016', 'attorneyjagadeesh@gmail.com', NULL, 'jags kumar', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2026-01-03 12:27:43', 0),
(9446, 'jollysaini pentalia', '101062911415026737443', 'jollysainipentalia@gmail.com', NULL, 'jollysaini pentalia', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2026-01-09 17:08:07', 0),
(9447, 'Yugal Kishore', '114554477250563202319', 'mail.yugalk@gmail.com', NULL, 'Yugal Kishore', '8860673377', NULL, 'Jeevan Jyoti Hospital', NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2026-01-12 09:44:18', 0),
(9448, 'ABHINAV ABHISHEK', NULL, 'abhinavsept22@gmail.com', '4878e6e1cc08474b212ef2ef0fca850c', 'ABHINAV ABHISHEK', '+919004075682', 'Advocate ', '', '', '2026-01-21 09:16:28', 'web', '', 785005, NULL, NULL, '2026-01-19 13:40:30', 0),
(9449, 'jagjit singh', NULL, 'jags135@gmail.com', 'f7dbafcceca375046dcda1ddb15403be', 'Jagjit Singh', '+918510981426', 'Retired', '', NULL, NULL, 'web', NULL, 418454, NULL, NULL, '2026-01-22 04:42:08', 0),
(9450, 'Krishnendu', NULL, 'kbasak9@gmail.com', 'cf627ec7352fbed87f4f5b94fc79241a', 'KRISHNENDU BASAK', '+919851404014', 'Service', '', '', '2026-01-25 15:41:07', 'web', '', 643763, NULL, NULL, '2026-01-25 15:29:15', 0),
(9451, 'Jibanukil', NULL, 'Jibanukil@gmail.com', '19792a692cd5a3d94d6b2fbf3961fe83', NULL, NULL, NULL, NULL, '', '2026-02-22 07:21:30', 'web', '', 268806, NULL, NULL, '2026-02-22 07:16:32', 0),
(9452, 'Gurpreet Kaur', '101818772052001510974', 'gurpreetk301004@gmail.com', NULL, 'Gurpreet Kaur', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2026-03-01 06:49:16', 0),
(9453, 'Sanyasiji', NULL, 'aditya.creed002@gmail.com', '596431bdbf9e1bdf5b55e288da555a5b', 'Aditya Singh', '+919651277880', 'Lawyer ', 'Associate ', '', '2026-03-05 21:32:24', 'web', '', 119806, NULL, NULL, '2026-03-05 21:30:05', 0),
(9454, 'Amarendra Kumar Singh ', NULL, 'singhlawhouse@gmail.com', '2be5d1d5c59d8b22856ef415f1b2f128', 'Amarendra Singh', '+917752064009', 'Book seller ', 'Singh Law House ', NULL, NULL, 'web', NULL, 70854, NULL, NULL, '2026-04-26 16:29:14', 0),
(9455, 'Santosh', NULL, 'fairpaytourandtravels@gmail.com', '96fa4c0b7db709175c262b00fca3749f', 'Santosh Sharma', '+916290062339', 'Advocate', '', '', '2026-05-08 15:27:09', 'web', '', 193916, NULL, NULL, '2026-05-08 15:22:54', 0),
(9456, 'Abhinav Tomar', '116765633223457600417', 'abhinavtomardce@gmail.com', NULL, 'Abhinav Tomar', NULL, NULL, NULL, NULL, NULL, 'web', NULL, NULL, NULL, NULL, '2026-06-02 06:38:48', 0),
(9457, 'shaeikh', NULL, 'shaeikh@gmail.com', '3a426ade78b006f2ab913221bb7735da', 'Sheikh Abdullah', '+919868937775', 'Student', '', '', '2026-06-15 18:01:29', 'web', '', 997906, NULL, NULL, '2026-06-15 17:58:54', 0);

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

--
-- Table structure for table `work_with_us`
--

CREATE TABLE `work_with_us` (
  `workId` int(11) NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `email` varchar(100) DEFAULT NULL,
  `department` tinyint(4) DEFAULT NULL COMMENT '1=>production,2=>marketing,3=>editorial,4=>sales&operation,5=>account',
  `resume` varchar(100) DEFAULT NULL,
  `submitted_on` datetime NOT NULL DEFAULT current_timestamp(),
  `isDeleted` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `work_with_us`
--

INSERT INTO `work_with_us` (`workId`, `name`, `email`, `department`, `resume`, `submitted_on`, `isDeleted`) VALUES
(1, 'Anup Ghosh', 'anup@microbaseinfotech.com', 2, 'Chapter 53 - Forms.doc', '2023-05-19 16:16:55', 1),
(2, 'Anup Ghosh', 'anup@microbaseinfotech.com', 2, 'Chapter 2 - Forms.doc', '2023-05-26 12:50:36', 0),
(3, 'Anup Ghosh', 'anup75300@gmail.com', 1, '2023-05-31 11:43:25.9084162023-05-30 11_23_22.162678BPI Form (1).doc', '2023-05-31 11:43:30', 0),
(4, 'rajesh maiti', 'rajeshmaiti1606@gmail.com', 1, '2023-05-31 11:55:57.089165butterfly.jpg', '2023-05-31 11:56:00', 1),
(5, 'M1', 'microbase@gmail.com', 4, '2023-06-30 17:39:16.684247Milestones.docx', '2023-06-30 17:39:22', 0),
(6, 'Shivaji Sengupta', 'touch@microbaseinfotech.com', 2, '2023-07-11 12:23:08.398399Chapter 12 - Forms.doc', '2023-07-11 12:23:29', 0),
(7, 'Arun Kumar', 'forarun@ymail.com', 4, '2023-08-01 22:50:05.987673Arun resume.pdf', '2023-08-01 22:56:14', 0),
(8, 'Sarvesh Kumar', 'kumar.sarvesh1791@gmail.com', 4, '2023-08-02 17:00:05.356468Resume Sarvesh.pdf', '2023-08-02 17:00:18', 0),
(9, 'TEST TEST', 'de.sovik@gmail.com', 1, '2023-08-22 16:16:07.494531Email for Resource Download.docx', '2023-08-22 16:16:19', 0);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `admin`
--
ALTER TABLE `admin`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `authors`
--
ALTER TABLE `authors`
  ADD PRIMARY KEY (`AuthorId`);

--
-- Indexes for table `books`
--
ALTER TABLE `books`
  ADD PRIMARY KEY (`BookId`);

--
-- Indexes for table `books_order`
--
ALTER TABLE `books_order`
  ADD PRIMARY KEY (`Id`);

--
-- Indexes for table `cart`
--
ALTER TABLE `cart`
  ADD PRIMARY KEY (`Id`);

--
-- Indexes for table `cartlist`
--
ALTER TABLE `cartlist`
  ADD PRIMARY KEY (`cartListId`);

--
-- Indexes for table `category`
--
ALTER TABLE `category`
  ADD PRIMARY KEY (`cat_id`);

--
-- Indexes for table `coupons`
--
ALTER TABLE `coupons`
  ADD PRIMARY KEY (`coupon_Id`);

--
-- Indexes for table `download_chapter_list`
--
ALTER TABLE `download_chapter_list`
  ADD PRIMARY KEY (`download_chap_list_id`);

--
-- Indexes for table `download_resources`
--
ALTER TABLE `download_resources`
  ADD PRIMARY KEY (`download_resource_id`);

--
-- Indexes for table `journal`
--
ALTER TABLE `journal`
  ADD PRIMARY KEY (`journalid`);

--
-- Indexes for table `journal_backvolumes`
--
ALTER TABLE `journal_backvolumes`
  ADD PRIMARY KEY (`jour_backId`);

--
-- Indexes for table `manuscript`
--
ALTER TABLE `manuscript`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `news`
--
ALTER TABLE `news`
  ADD PRIMARY KEY (`news_id`);

--
-- Indexes for table `offer`
--
ALTER TABLE `offer`
  ADD PRIMARY KEY (`offer_id`);

--
-- Indexes for table `old_user_login`
--
ALTER TABLE `old_user_login`
  ADD PRIMARY KEY (`Id`);

--
-- Indexes for table `orders`
--
ALTER TABLE `orders`
  ADD PRIMARY KEY (`Id`);

--
-- Indexes for table `publishers`
--
ALTER TABLE `publishers`
  ADD PRIMARY KEY (`PublisherId`);

--
-- Indexes for table `related_books`
--
ALTER TABLE `related_books`
  ADD PRIMARY KEY (`RelationId`);

--
-- Indexes for table `request_journal`
--
ALTER TABLE `request_journal`
  ADD PRIMARY KEY (`request_journal_id`);

--
-- Indexes for table `resources`
--
ALTER TABLE `resources`
  ADD PRIMARY KEY (`resource_Id`);

--
-- Indexes for table `roles`
--
ALTER TABLE `roles`
  ADD PRIMARY KEY (`Id`);

--
-- Indexes for table `shipping_billing_details`
--
ALTER TABLE `shipping_billing_details`
  ADD PRIMARY KEY (`ship_bill_id`);

--
-- Indexes for table `state`
--
ALTER TABLE `state`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `stock`
--
ALTER TABLE `stock`
  ADD PRIMARY KEY (`StockId`);

--
-- Indexes for table `sub_category`
--
ALTER TABLE `sub_category`
  ADD PRIMARY KEY (`CategoryId`);

--
-- Indexes for table `upload_resources`
--
ALTER TABLE `upload_resources`
  ADD PRIMARY KEY (`up_resource_id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`Id`);

--
-- Indexes for table `user_login`
--
ALTER TABLE `user_login`
  ADD PRIMARY KEY (`Id`);

--
-- Indexes for table `work_with_us`
--
ALTER TABLE `work_with_us`
  ADD PRIMARY KEY (`workId`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `admin`
--
ALTER TABLE `admin`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `authors`
--
ALTER TABLE `authors`
  MODIFY `AuthorId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=969;

--
-- AUTO_INCREMENT for table `books`
--
ALTER TABLE `books`
  MODIFY `BookId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1690;

--
-- AUTO_INCREMENT for table `books_order`
--
ALTER TABLE `books_order`
  MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1557;

--
-- AUTO_INCREMENT for table `cart`
--
ALTER TABLE `cart`
  MODIFY `Id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2399;

--
-- AUTO_INCREMENT for table `cartlist`
--
ALTER TABLE `cartlist`
  MODIFY `cartListId` bigint(50) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1156;

--
-- AUTO_INCREMENT for table `category`
--
ALTER TABLE `category`
  MODIFY `cat_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;

--
-- AUTO_INCREMENT for table `coupons`
--
ALTER TABLE `coupons`
  MODIFY `coupon_Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `download_chapter_list`
--
ALTER TABLE `download_chapter_list`
  MODIFY `download_chap_list_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3595;

--
-- AUTO_INCREMENT for table `download_resources`
--
ALTER TABLE `download_resources`
  MODIFY `download_resource_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=161;

--
-- AUTO_INCREMENT for table `journal`
--
ALTER TABLE `journal`
  MODIFY `journalid` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `journal_backvolumes`
--
ALTER TABLE `journal_backvolumes`
  MODIFY `jour_backId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `manuscript`
--
ALTER TABLE `manuscript`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=102;

--
-- AUTO_INCREMENT for table `news`
--
ALTER TABLE `news`
  MODIFY `news_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=106;

--
-- AUTO_INCREMENT for table `offer`
--
ALTER TABLE `offer`
  MODIFY `offer_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `old_user_login`
--
ALTER TABLE `old_user_login`
  MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9216;

--
-- AUTO_INCREMENT for table `publishers`
--
ALTER TABLE `publishers`
  MODIFY `PublisherId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64;

--
-- AUTO_INCREMENT for table `related_books`
--
ALTER TABLE `related_books`
  MODIFY `RelationId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=105;

--
-- AUTO_INCREMENT for table `request_journal`
--
ALTER TABLE `request_journal`
  MODIFY `request_journal_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `resources`
--
ALTER TABLE `resources`
  MODIFY `resource_Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `roles`
--
ALTER TABLE `roles`
  MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `shipping_billing_details`
--
ALTER TABLE `shipping_billing_details`
  MODIFY `ship_bill_id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=808;

--
-- AUTO_INCREMENT for table `state`
--
ALTER TABLE `state`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;

--
-- AUTO_INCREMENT for table `stock`
--
ALTER TABLE `stock`
  MODIFY `StockId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `sub_category`
--
ALTER TABLE `sub_category`
  MODIFY `CategoryId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=165;

--
-- AUTO_INCREMENT for table `upload_resources`
--
ALTER TABLE `upload_resources`
  MODIFY `up_resource_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=76;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=337;

--
-- AUTO_INCREMENT for table `user_login`
--
ALTER TABLE `user_login`
  MODIFY `Id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9458;

--
-- AUTO_INCREMENT for table `work_with_us`
--
ALTER TABLE `work_with_us`
  MODIFY `workId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
COMMIT;

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